body.institutional-page {
    background: var(--home-bg);
}

.institutional-page .home-nav-link[aria-current="page"],
.institutional-page .home-footer-links a[aria-current="page"] {
    color: var(--home-text);
}

.institutional-hero {
    position: relative;
    min-height: 76vh;
    padding: 124px 0 64px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(17, 17, 15, 0.98), rgba(20, 20, 18, 0.92)),
        radial-gradient(circle at 78% 18%, rgba(117, 163, 207, 0.22), transparent 34%),
        radial-gradient(circle at 10% 88%, rgba(223, 120, 91, 0.14), transparent 30%);
}

.institutional-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(251, 248, 239, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(251, 248, 239, 0.035) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.86), transparent 90%);
    pointer-events: none;
}

.institutional-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
    align-items: center;
    gap: 56px;
    width: min(100% - 48px, var(--home-max));
    min-height: calc(76vh - 188px);
    margin: 0 auto;
}

.institutional-hero-copy {
    max-width: 760px;
}

.institutional-hero h1,
.institutional-cta h2,
.legal-final-cta h2 {
    margin: 0;
    color: var(--home-text);
    font-family: var(--font-sans, Inter, system-ui, sans-serif);
    font-weight: 880;
    letter-spacing: 0;
}

.institutional-hero h1 {
    max-width: 760px;
    font-size: 3.9rem;
    line-height: 1.02;
}

.institutional-hero-lead {
    max-width: 680px;
    margin: 24px 0 0;
    color: var(--home-paper-soft);
    font-size: 1.1rem;
    line-height: 1.72;
}

.institutional-signal-panel {
    display: flex;
    min-width: 0;
    min-height: 360px;
    flex-direction: column;
    justify-content: flex-end;
    border: 1px solid var(--home-line-strong);
    border-radius: var(--home-radius);
    background:
        linear-gradient(180deg, rgba(251, 248, 239, 0.05), rgba(251, 248, 239, 0.025)),
        rgba(10, 11, 10, 0.82);
    box-shadow: 0 34px 100px rgba(0, 0, 0, 0.42);
    padding: 30px;
}

.institutional-signal-panel-visual {
    justify-content: flex-start;
    gap: 22px;
    min-height: 440px;
}

.institutional-panel-visual,
.institutional-illustration-card {
    position: relative;
    margin: 0;
    border: 1px solid var(--home-line);
    border-radius: var(--home-radius);
    background: #11110f;
    overflow: hidden;
}

.institutional-panel-visual {
    width: 100%;
    aspect-ratio: 16 / 9;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.institutional-illustration-card {
    aspect-ratio: 16 / 7.4;
    border-color: rgba(18, 18, 15, 0.18);
    box-shadow: 0 22px 60px rgba(18, 18, 15, 0.14);
}

.institutional-panel-visual img,
.institutional-illustration-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.institutional-illustration-card img {
    object-position: center 42%;
}

.institutional-pipeline-illustration img {
    object-position: center 56%;
}

.institutional-trust-illustration img {
    object-position: center 64%;
}

.institutional-signal-panel span,
.institutional-facts dt,
.institutional-points span,
.institutional-surface span,
.institutional-rule-list span,
.legal-summary-panel > span,
.legal-updated,
.legal-toc p {
    color: var(--home-subtle);
    font-family: var(--font-mono, "JetBrains Mono", Consolas, monospace);
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: uppercase;
}

.institutional-signal-panel strong {
    display: block;
    margin-top: 16px;
    color: var(--home-text);
    font-size: 3.1rem;
    line-height: 0.96;
}

.institutional-signal-panel p {
    margin: 22px 0 0;
    color: var(--home-muted);
    line-height: 1.68;
}

.institutional-facts {
    display: grid;
    gap: 0;
    margin: 28px 0 0;
}

.institutional-facts div {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 18px;
    border-top: 1px solid var(--home-line);
    padding: 14px 0;
}

.institutional-facts dt,
.institutional-facts dd {
    margin: 0;
}

.institutional-facts dd {
    min-width: 0;
    color: var(--home-text);
    font-weight: 800;
}

.institutional-section {
    padding: 92px 0;
    background: var(--home-bg);
}

.institutional-paper {
    background: var(--home-paper);
    color: var(--home-ink);
}

.institutional-paper .home-eyebrow {
    color: #7b5608;
}

.institutional-paper .home-section-heading h2,
.institutional-paper .home-section-heading p,
.institutional-paper h3,
.institutional-paper p {
    color: var(--home-ink);
}

.institutional-paper .home-section-heading p:not(.home-eyebrow) {
    color: #4f493f;
}

.institutional-paper .institutional-points span,
.institutional-paper .institutional-rule-list span {
    color: #7b5608;
}

.institutional-editorial,
.institutional-principles,
.institutional-cta,
.legal-layout {
    width: min(100% - 48px, var(--home-max));
    margin: 0 auto;
}

.institutional-editorial {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 56px;
    align-items: start;
}

.institutional-media-stack {
    display: grid;
    min-width: 0;
    gap: 18px;
}

.institutional-points,
.institutional-rule-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--home-paper-line);
    border-bottom: 1px solid var(--home-paper-line);
}

.institutional-points article,
.institutional-rule-list article {
    min-width: 0;
    border-right: 1px solid var(--home-paper-line);
    padding: 26px 22px;
}

.institutional-points article:last-child,
.institutional-rule-list article:last-child {
    border-right: 0;
}

.institutional-points h3,
.institutional-surface h3,
.institutional-rule-list h3 {
    margin: 14px 0 10px;
    font-size: 1.12rem;
    line-height: 1.28;
}

.institutional-points p,
.institutional-surface p,
.institutional-rule-list p {
    margin: 0;
    color: #514b40;
    line-height: 1.62;
}

.institutional-gratitude-note {
    display: grid;
    grid-template-columns: clamp(78px, 11vw, 132px) minmax(0, 1fr);
    align-items: center;
    gap: 22px;
    border-bottom: 1px solid var(--home-paper-line);
    padding: 20px 22px 22px;
}

.institutional-gratitude-media {
    position: relative;
    margin: 0;
    aspect-ratio: 1;
    overflow: hidden;
    border: 1px solid rgba(18, 18, 15, 0.12);
    border-radius: 8px;
    background: rgba(18, 18, 15, 0.05);
    box-shadow: 0 14px 34px rgba(18, 18, 15, 0.14);
}

.institutional-gratitude-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.institutional-gratitude-copy {
    min-width: 0;
}

.institutional-gratitude-copy > span {
    display: block;
    color: #6b5e4c;
    font-family: var(--font-mono, "JetBrains Mono", Consolas, monospace);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.institutional-gratitude-note p {
    max-width: 820px;
    margin: 10px 0 0;
    color: #514b40;
    line-height: 1.65;
}

.institutional-gratitude-note strong {
    color: #201a12;
    font-weight: 850;
}

.institutional-gratitude-note a {
    color: #7b5608;
    font-weight: 850;
    text-decoration: underline;
    text-decoration-color: rgba(123, 86, 8, 0.34);
    text-underline-offset: 0.18em;
    transition: color 160ms ease, text-decoration-color 160ms ease;
}

.institutional-gratitude-note a:hover,
.institutional-gratitude-note a:focus-visible {
    color: #4f3705;
    text-decoration-color: currentColor;
}

.institutional-import-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-bottom: 1px solid var(--home-paper-line);
}

.institutional-import-metrics article {
    min-width: 0;
    border-right: 1px solid var(--home-paper-line);
    padding: 18px 22px 20px;
}

.institutional-import-metrics article:last-child {
    border-right: 0;
}

.institutional-import-metrics span {
    display: block;
    color: #6b5e4c;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.institutional-import-metrics strong {
    display: block;
    margin-top: 8px;
    color: #201a12;
    font-size: 1.2rem;
    line-height: 1.2;
}

.institutional-import-metrics p {
    margin: 8px 0 0;
    color: #514b40;
    line-height: 1.45;
}

.institutional-surface-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(100% - 48px, var(--home-max));
    margin: 0 auto;
    border-top: 1px solid var(--home-line);
    border-bottom: 1px solid var(--home-line);
}

.institutional-surface {
    min-width: 0;
    border-right: 1px solid var(--home-line);
    padding: 26px 24px;
    color: var(--home-text);
    transition: background 160ms ease, color 160ms ease;
}

.institutional-surface:last-child {
    border-right: 0;
}

.institutional-surface:hover,
.institutional-surface:focus-visible {
    background: rgba(251, 248, 239, 0.05);
    color: var(--home-brand-strong);
}

.institutional-surface p {
    color: var(--home-muted);
}

.institutional-paper .institutional-surface-grid {
    border-top-color: var(--home-paper-line);
    border-bottom-color: var(--home-paper-line);
}

.institutional-paper .institutional-surface {
    border-right-color: var(--home-paper-line);
    color: var(--home-ink);
}

.institutional-paper .institutional-surface:hover,
.institutional-paper .institutional-surface:focus-visible {
    background: rgba(18, 18, 15, 0.055);
    color: var(--home-ink);
}

.institutional-paper .institutional-surface span {
    color: #7b5608;
}

.institutional-paper .institutional-surface p {
    color: #514b40;
}

.institutional-principles {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    gap: 56px;
    align-items: start;
}

.institutional-cta-band {
    background: linear-gradient(180deg, var(--home-bg-soft), var(--home-bg));
}

.institutional-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    border-top: 1px solid var(--home-line);
    border-bottom: 1px solid var(--home-line);
    padding: 36px 0;
}

.institutional-cta h2 {
    max-width: 780px;
    font-size: 2.4rem;
    line-height: 1.1;
}

.institutional-cta p:not(.home-eyebrow) {
    max-width: 720px;
    margin: 16px 0 0;
    color: var(--home-muted);
    line-height: 1.7;
}

.legal-hero {
    min-height: 62vh;
}

.legal-hero .institutional-hero-inner {
    min-height: calc(62vh - 188px);
}

.legal-summary-panel {
    min-height: 300px;
}

.legal-summary-panel strong {
    font-size: 2.4rem;
}

.legal-section-band {
    background: var(--home-paper);
    color: var(--home-ink);
}

.legal-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 56px;
    align-items: start;
}

.legal-toc {
    position: sticky;
    top: calc(var(--home-nav-height) + 24px);
    display: flex;
    flex-direction: column;
    gap: 2px;
    border-top: 1px solid var(--home-paper-line);
    border-bottom: 1px solid var(--home-paper-line);
    padding: 18px 0;
}

.legal-toc p {
    margin: 0 0 12px;
    color: #77664a;
}

.legal-toc a {
    border-radius: var(--home-radius);
    color: #514b40;
    padding: 9px 10px;
    font-size: 0.9rem;
    font-weight: 750;
    line-height: 1.35;
    transition: background 160ms ease, color 160ms ease;
}

.legal-toc a:hover,
.legal-toc a:focus-visible {
    background: rgba(18, 18, 15, 0.06);
    color: var(--home-ink);
}

.legal-prose {
    min-width: 0;
    max-width: 840px;
}

.legal-updated {
    margin: 0 0 28px;
    color: #77664a;
}

.legal-block {
    scroll-margin-top: calc(var(--home-nav-height) + 24px);
    border-top: 1px solid var(--home-paper-line);
    padding: 28px 0;
}

.legal-block h2 {
    margin: 0 0 14px;
    color: var(--home-ink);
    font-size: 1.45rem;
    line-height: 1.25;
}

.legal-block h3 {
    margin: 22px 0 8px;
    color: var(--home-ink);
    font-size: 1rem;
    line-height: 1.3;
}

.legal-block p,
.legal-block li {
    color: #4f493f;
    font-size: 1rem;
    line-height: 1.78;
}

.legal-block p {
    margin: 0;
}

.legal-inline-actions .home-button-secondary {
    color: var(--home-text) !important;
}

.legal-block ul {
    display: grid;
    gap: 8px;
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

.legal-block li {
    position: relative;
    padding-left: 18px;
}

.legal-block li::before {
    content: "";
    position: absolute;
    top: 0.78em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #b68a22;
}

.legal-link {
    color: #7b5608;
    font-weight: 850;
    text-decoration: none;
}

.legal-link:hover,
.legal-link:focus-visible {
    text-decoration: underline;
}

.legal-final-cta {
    margin-top: 28px;
    border-top: 1px solid var(--home-paper-line);
    border-bottom: 1px solid var(--home-paper-line);
    padding: 34px 0;
}

.legal-final-cta .home-eyebrow {
    color: #7b5608;
}

.legal-final-cta h2 {
    color: var(--home-ink);
    font-size: 2rem;
    line-height: 1.15;
}

.legal-final-cta p:not(.home-eyebrow) {
    max-width: 680px;
    margin: 14px 0 0;
    color: #4f493f;
    line-height: 1.7;
}

.legal-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.legal-final-cta .home-button-secondary {
    border-color: rgba(18, 18, 15, 0.22);
    background:
        linear-gradient(180deg, rgba(18, 18, 15, 0.07), rgba(18, 18, 15, 0.025)),
        rgba(255, 255, 255, 0.28);
    color: var(--home-ink);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.36),
        inset 0 -1px 0 rgba(18, 18, 15, 0.08);
}

.legal-final-cta .home-button-secondary:hover,
.legal-final-cta .home-button-secondary:focus-visible {
    border-color: rgba(18, 18, 15, 0.34);
    background:
        linear-gradient(180deg, rgba(18, 18, 15, 0.095), rgba(18, 18, 15, 0.035)),
        rgba(255, 255, 255, 0.36);
}

@media (max-width: 1100px) {
    .institutional-hero-inner,
    .institutional-editorial,
    .institutional-principles,
    .legal-layout {
        grid-template-columns: 1fr;
    }

    .institutional-hero-inner,
    .legal-hero .institutional-hero-inner {
        min-height: auto;
    }

    .institutional-signal-panel {
        min-height: 280px;
    }

    .institutional-signal-panel-visual {
        min-height: auto;
    }

    .legal-toc {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }

    .legal-toc p {
        grid-column: 1 / -1;
    }

    .legal-prose {
        max-width: none;
    }
}

@media (max-width: 980px) {
    .institutional-points,
    .institutional-rule-list,
    .institutional-import-metrics,
    .institutional-surface-grid {
        grid-template-columns: 1fr;
    }

    .institutional-points article,
    .institutional-rule-list article,
    .institutional-import-metrics article,
    .institutional-surface {
        border-right: 0;
        border-bottom: 1px solid var(--home-paper-line);
    }

    .institutional-surface {
        border-bottom-color: var(--home-line);
    }

    .institutional-points article:last-child,
    .institutional-rule-list article:last-child,
    .institutional-import-metrics article:last-child,
    .institutional-surface:last-child {
        border-bottom: 0;
    }

    .institutional-cta {
        align-items: stretch;
        flex-direction: column;
    }

    .institutional-cta .home-button {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .institutional-hero {
        min-height: auto;
        padding: 104px 0 44px;
    }

    .institutional-hero-inner,
    .institutional-editorial,
    .institutional-principles,
    .institutional-cta,
    .legal-layout,
    .institutional-surface-grid {
        width: min(100% - 32px, var(--home-max));
    }

    .institutional-hero h1 {
        font-size: 2.35rem;
        line-height: 1.06;
    }

    .institutional-hero-lead {
        font-size: 1rem;
        line-height: 1.62;
    }

    .institutional-section {
        padding: 64px 0;
    }

    .institutional-gratitude-note {
        grid-template-columns: 74px minmax(0, 1fr);
        gap: 16px;
        padding: 18px 0 20px;
    }

    .institutional-signal-panel {
        min-height: 240px;
        padding: 22px;
    }

    .institutional-signal-panel-visual {
        min-height: auto;
    }

    .institutional-panel-visual,
    .institutional-illustration-card {
        aspect-ratio: 16 / 10;
    }

    .institutional-signal-panel strong {
        font-size: 2.4rem;
    }

    .institutional-facts div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .institutional-cta h2,
    .legal-final-cta h2 {
        font-size: 1.75rem;
    }

    .legal-toc {
        grid-template-columns: 1fr;
    }

    .legal-block h2 {
        font-size: 1.25rem;
    }

    .legal-block p,
    .legal-block li {
        font-size: 0.96rem;
    }

    .legal-cta-actions,
    .legal-cta-actions .home-button {
        width: 100%;
    }
}
