.insights-page {
    background:
        radial-gradient(circle at top right, rgba(126, 234, 199, 0.18), transparent 22%),
        linear-gradient(180deg, #0a4d40 0%, #18866d 20%, #f1ece2 20%, #ece6da 100%);
    min-height: 100vh;
}

.brief-page {
    background:
        radial-gradient(circle at top right, rgba(126, 234, 199, 0.18), transparent 22%),
        linear-gradient(180deg, #0a4d40 0%, #18866d 24%, #f1ece2 24%, #ece6da 100%);
    min-height: 100vh;
}

.insights-shell,
.brief-shell {
    width: min(1240px, calc(100vw - 40px));
    margin: 0 auto;
    padding: 48px 0 72px;
}

.eyebrow {
    color: #a7d9ca;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.8rem;
    font-weight: 600;
}

.link-arrow {
    color: #0d5d4d;
    text-decoration: none;
}

.link-arrow:hover {
    text-decoration: underline;
}

.insights-hero,
.brief-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 28px;
    align-items: end;
    color: #f4fff8;
    padding: 20px 0 54px;
}

.insights-hero h1,
.brief-hero h1 {
    color: #ffffff;
    margin-bottom: 16px;
}

.insights-hero p,
.brief-hero p {
    color: #ffffff;
    max-width: 62ch;
    line-height: 1.7;
    text-shadow: 0 1px 10px rgba(4, 16, 12, 0.22);
}

.insights-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.85fr);
    gap: 36px;
    align-items: start;
    padding: 20px 0 54px;
    text-align: left;
}

.insights-hero > div {
    max-width: none;
    margin: 0;
}

.insights-hero-heading {
    grid-column: 1;
}

.insights-hero-summary {
    grid-column: 2;
    align-self: end;
    padding-top: 34px;
}

.insights-hero-summary p {
    margin: 0;
    max-width: 420px;
    font-size: 1.269rem;
}

.insights-hero-note,
.brief-hero-note {
    background: rgba(7, 27, 21, 0.18);
    border: 1px solid rgba(223, 247, 238, 0.14);
    padding: 24px;
    align-self: stretch;
}

.insights-hero-note p,
.brief-hero-note p {
    margin: 0;
}

.insights-section {
    padding: 24px 0 8px;
}

.insights-shell > .insights-section:first-of-type {
    padding-top: 52px;
}

.insights-section + .insights-section {
    padding-top: 34px;
}

.insights-section-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 24px;
    margin-bottom: 22px;
}

.insights-section-header h2 {
    color: #132820;
    margin-bottom: 10px;
}

.insights-section-header p {
    color: #355247;
    max-width: 62ch;
    margin: 0;
}

.insights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.insight-hub-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 272px;
    padding: 28px;
    background: #fcfaf5;
    border: 1px solid rgba(6, 20, 15, 0.12);
    box-shadow: 0 14px 34px rgba(10, 18, 15, 0.05);
    color: #163027;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.insight-hub-card:hover,
.insight-hub-card:focus-visible,
.insight-hub-card:hover *,
.insight-hub-card:focus-visible * {
    text-decoration: none;
}

.insight-hub-card:hover,
.insight-hub-card:focus-visible {
    transform: translateY(-5px);
    box-shadow: 0 22px 42px rgba(10, 18, 15, 0.1);
    border-color: rgba(13, 93, 77, 0.22);
}

.insight-hub-card h3 {
    color: #10241d;
    margin-bottom: 14px;
}

.insight-hub-card p {
    color: #274136;
    line-height: 1.65;
    margin-bottom: 18px;
}

.insight-hub-card .link-arrow {
    margin-top: auto;
    color: #0d5d4d;
}

.insight-hub-card-soon {
    overflow: hidden;
}

.insight-hub-card-soon:hover,
.insight-hub-card-soon:focus-visible {
    transform: none;
    box-shadow: 0 14px 34px rgba(10, 18, 15, 0.05);
    border-color: rgba(6, 20, 15, 0.12);
}

.insight-hub-card-soon .link-arrow {
    opacity: 0.45;
}

.insight-card-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(3, 23, 18, 0.42);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(1px);
}

.insight-status,
.brief-status {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 18px;
    padding: 7px 12px;
    background: #0a4d40;
    color: #f4fff8;
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.insight-status-muted,
.brief-status-muted {
    background: rgba(10, 77, 64, 0.1);
    color: #0d5d4d;
}

.insights-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.brief-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 36px;
    padding-bottom: 40px;
}

.brief-rail {
    align-self: start;
    position: sticky;
    top: 110px;
}

.brief-rail-card,
.brief-body,
.brief-summary {
    background: #fcfaf5;
    border: 1px solid rgba(6, 20, 15, 0.12);
    box-shadow: 0 14px 34px rgba(10, 18, 15, 0.05);
}

.brief-rail-card {
    padding: 22px;
    margin-bottom: 18px;
}

.brief-rail-card p {
    color: #2d473c;
    line-height: 1.7;
}

.brief-body {
    padding: 42px;
}

.brief-body p,
.brief-body li {
    color: #1b352b;
    line-height: 1.82;
    font-size: 1.02rem;
}

.brief-body h2 {
    color: #132820;
    margin-top: 0;
}

.brief-body section + section {
    margin-top: 34px;
}

.section-kicker {
    color: #0d6654;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.brief-summary {
    padding: 24px;
}

.brief-summary h3 {
    color: #132820;
    margin-bottom: 12px;
}

.brief-summary ul,
.brief-body ul,
.brief-body ol {
    padding-left: 20px;
}

.brief-summary li + li,
.brief-body li + li {
    margin-top: 8px;
}

.brief-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

@media (max-width: 980px) {
    .insights-hero,
    .brief-hero,
    .brief-layout,
    .insights-grid {
        grid-template-columns: 1fr;
    }

    .brief-rail {
        position: static;
    }
}

@media (max-width: 720px) {
    .insights-shell,
    .brief-shell {
        width: min(100vw - 32px, 100%);
        padding-top: 28px;
    }

    .insight-hub-card,
    .brief-body,
    .brief-rail-card,
    .brief-summary,
    .insights-hero-note,
    .brief-hero-note {
        padding: 22px;
    }

    .insights-section-header {
        flex-direction: column;
        align-items: flex-start;
    }
}
