:root {
    --ink: #11100e;
    --ink-soft: #23211d;
    --paper: #f4f0e8;
    --paper-bright: #fbf9f4;
    --stone: #d9d1c3;
    --stone-dark: #8d8578;
    --gold: #b58a42;
    --gold-text: #76531d;
    --gold-light: #d9bd80;
    --line: rgba(17, 16, 14, .16);
    --shadow: 0 24px 80px rgba(28, 24, 17, .12);
    --serif: Georgia, "Times New Roman", serif;
    --sans: "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.62;
    text-rendering: optimizeLegibility;
    overflow-x: clip;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }

:focus-visible {
    outline: 3px solid var(--gold);
    outline-offset: 4px;
}

.skip-link {
    position: fixed;
    z-index: 1000;
    top: 12px;
    left: 12px;
    padding: 10px 16px;
    background: var(--paper-bright);
    color: var(--ink);
    transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    min-height: 78px;
    padding: 16px clamp(20px, 5vw, 76px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    background: rgba(244, 240, 232, .94);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(14px);
}
.brand {
    min-width: max-content;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}
.brand-mark {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    object-fit: cover;
}
.brand-name {
    color: var(--gold-text);
    font-size: 1.08rem;
    font-weight: 650;
    letter-spacing: -.015em;
    line-height: 1;
}
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); }
.site-nav > a,
.nav-dropdown-button {
    border: 0;
    background: none;
    font-size: .84rem;
    font-weight: 700;
    letter-spacing: .035em;
    text-decoration: none;
}
.site-nav > a:hover,
.nav-dropdown-button:hover { color: var(--gold-text); }
.nav-platform { position: relative; }
.nav-dropdown-button { padding: 12px 0; cursor: pointer; }
.nav-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: -22px;
    width: 220px;
    padding: 10px;
    display: grid;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-8px);
    background: var(--paper-bright);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    transition: opacity .2s ease, transform .2s ease, visibility .2s;
}
.nav-platform.is-open .nav-dropdown {
    visibility: visible;
    opacity: 1;
    transform: none;
}
.nav-dropdown a {
    padding: 11px 12px;
    font-size: .9rem;
    text-decoration: none;
}
.nav-dropdown a:hover { background: rgba(181, 138, 66, .12); }
.nav-login { margin-left: 6px; }
.menu-toggle, .nav-backdrop { display: none; }

.button {
    min-height: 48px;
    padding: 13px 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border: 1px solid var(--ink);
    background: var(--ink);
    color: var(--paper-bright);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .075em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}
.button:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 10px 17px; }
.button-light { background: var(--paper); border-color: var(--paper); color: var(--ink); }
.button-light:hover { background: var(--gold-light); border-color: var(--gold-light); }
.button:disabled { cursor: wait; opacity: .65; transform: none; }
.text-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: .86rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-decoration: none;
}
.text-link:hover { color: var(--gold-text); }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.eyebrow {
    margin: 0 0 22px;
    color: var(--gold-text);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .2em;
}

.hero {
    min-height: min(700px, calc(100vh - 78px));
    padding: clamp(52px, 6vw, 84px) clamp(20px, 7vw, 108px);
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(330px, .82fr);
    align-items: center;
    gap: clamp(36px, 5vw, 76px);
    overflow: hidden;
}
.hero-copy { position: relative; z-index: 2; }
.hero h1,
.page-hero h1,
.final-cta h2,
.status-page h1 {
    margin: 0;
    font-family: var(--serif);
    font-weight: 400;
    letter-spacing: -.055em;
    line-height: .98;
}
.hero h1 { max-width: 680px; font-size: clamp(3.4rem, 5.4vw, 5.8rem); }
.hero-lead {
    max-width: 60ch;
    margin: 26px 0;
    color: #4d4941;
    font-size: clamp(1rem, 1.2vw, 1.16rem);
    line-height: 1.65;
}
.hero-note {
    margin: 34px 0 0;
    color: #6b6255;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.hero-art { position: relative; aspect-ratio: 1; min-width: 0; }
.hero-art::before {
    content: "JP";
    position: absolute;
    inset: 17%;
    display: grid;
    place-items: center;
    color: rgba(181, 138, 66, .12);
    font-family: var(--serif);
    font-size: clamp(7rem, 16vw, 15rem);
    border: 1px solid rgba(181, 138, 66, .4);
    transform: rotate(45deg);
}
.orbit {
    position: absolute;
    border: 1px solid rgba(17, 16, 14, .28);
    border-radius: 50%;
}
.orbit-one { inset: 5%; transform: rotate(-22deg) scaleY(.43); }
.orbit-two { inset: 12%; transform: rotate(52deg) scaleY(.66); border-color: rgba(181, 138, 66, .6); }
.gem {
    position: absolute;
    width: 18px;
    height: 18px;
    background: var(--gold);
    transform: rotate(45deg);
    box-shadow: 0 0 0 8px rgba(181, 138, 66, .14);
}
.gem-one { top: 12%; left: 27%; }
.gem-two { right: 13%; bottom: 25%; background: var(--ink); }
.art-label {
    position: absolute;
    padding: 8px 12px;
    display: flex;
    gap: 10px;
    background: var(--paper);
    border-bottom: 1px solid var(--ink);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.art-label span { color: var(--gold); }
.art-label-one { top: 22%; left: 0; }
.art-label-two { top: 52%; right: 0; }
.art-label-three { bottom: 16%; left: 10%; }

.section {
    padding: clamp(58px, 7vw, 96px) clamp(20px, 7vw, 108px);
}
.section-intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7vw;
    align-items: end;
    border-top: 1px solid var(--line);
}
.section h2,
.inline-cta h2,
.feature-band h2 {
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(2.2rem, 3.8vw, 4rem);
    font-weight: 400;
    letter-spacing: -.045em;
    line-height: 1;
}
.section-intro > p { max-width: 60ch; margin: 0 0 8px; color: #5c574f; font-size: 1.08rem; }
.role-grid {
    padding: 0 clamp(20px, 7vw, 108px) clamp(64px, 8vw, 104px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.role-card {
    min-height: 350px;
    padding: clamp(28px, 3vw, 40px);
    display: flex;
    flex-direction: column;
    border: 1px solid var(--line);
    border-right: 0;
    background: rgba(251, 249, 244, .4);
    transition: background .2s ease, transform .2s ease;
}
.role-card:last-child { border-right: 1px solid var(--line); }
.role-card:hover { position: relative; z-index: 2; background: var(--paper-bright); transform: translateY(-8px); box-shadow: var(--shadow); }
.card-kicker { color: var(--gold-text); font-size: .7rem; font-weight: 900; letter-spacing: .18em; }
.role-card h3,
.detail-grid h3 {
    margin: 52px 0 18px;
    font-family: var(--serif);
    font-size: clamp(1.65rem, 2.2vw, 2.35rem);
    font-weight: 400;
    line-height: 1.03;
}
.role-card p, .detail-grid p { max-width: 58ch; color: #625c53; }
.card-link { margin-top: 26px; font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; }
.card-link:hover { color: var(--gold); }

.flow-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6vw;
    background: var(--ink);
    color: var(--paper);
}
.flow-section .eyebrow { color: var(--gold-light); }
.section-heading { position: sticky; top: 112px; align-self: start; }
.process-list article {
    padding: 23px 0 27px;
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 22px;
    border-top: 1px solid rgba(244, 240, 232, .2);
}
.process-list article:last-child { border-bottom: 1px solid rgba(244, 240, 232, .2); }
.process-list > article > span { color: var(--gold-light); font-family: var(--serif); font-size: 1.3rem; }
.process-list h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.process-list p { margin: 0; color: rgba(244, 240, 232, .67); }

.feature-band {
    padding: clamp(62px, 7vw, 98px) clamp(20px, 7vw, 108px);
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 6vw;
}
.feature-points { display: grid; gap: 0; }
.feature-points article {
    padding: 22px 0;
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 20px;
    border-top: 1px solid var(--line);
}
.feature-points article:last-child { border-bottom: 1px solid var(--line); }
.feature-points > article > span { color: var(--gold); }
.feature-points h3 { margin: 0 0 7px; font-family: var(--serif); font-size: 1.4rem; font-weight: 400; }
.feature-points p { margin: 0; color: #625c53; }
.final-cta {
    position: relative;
    min-height: 460px;
    padding: clamp(64px, 7vw, 96px) 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    overflow: hidden;
    background: var(--gold);
    color: var(--ink);
}
.final-cta .eyebrow { color: #3b290d; }
.final-cta h2 { position: relative; z-index: 1; max-width: 880px; font-size: clamp(2.7rem, 4.7vw, 4.6rem); }
.final-cta > p:not(.eyebrow) { max-width: 60ch; margin: 24px auto; font-size: 1.08rem; }
.cta-mark {
    position: absolute;
    top: -45%;
    color: rgba(244, 240, 232, .16);
    font-family: var(--serif);
    font-size: 38rem;
    line-height: 1;
}

.page-hero {
    min-height: 420px;
    padding: clamp(86px, 9vw, 124px) clamp(20px, 10vw, 155px) 58px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-bottom: 1px solid var(--line);
}
.page-hero h1 { max-width: 980px; font-size: clamp(2.8rem, 4.9vw, 5rem); }
.page-hero > p:not(.eyebrow) { max-width: 66ch; margin: 24px 0 0; color: #59544c; font-size: 1.08rem; }
.page-sections { padding: 0 clamp(20px, 10vw, 155px); }
.page-section {
    padding: clamp(44px, 5.5vw, 74px) 0;
    display: grid;
    grid-template-columns: .55fr 1.45fr;
    gap: 6vw;
    border-bottom: 1px solid var(--line);
}
.section-number { color: var(--gold-text); font-family: var(--serif); font-size: 1.4rem; }
.page-section h2, .legal-document h2 {
    margin: 0 0 24px;
    font-family: var(--serif);
    font-size: clamp(1.8rem, 2.8vw, 3rem);
    font-weight: 400;
    line-height: 1.03;
}
.page-section p { max-width: 66ch; margin: 0; color: #59544c; font-size: 1.03rem; }
.page-section ul, .legal-document ul { margin: 30px 0 0; padding: 0; list-style: none; }
.page-section li, .legal-document li { padding: 13px 0 13px 28px; border-top: 1px solid var(--line); position: relative; }
.page-section li::before, .legal-document li::before { content: "—"; position: absolute; left: 0; color: var(--gold); }
.detail-grid {
    padding: clamp(58px, 7vw, 92px) clamp(20px, 7vw, 108px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--line);
}
.detail-grid article { min-height: 270px; padding: 32px; display: flex; flex-direction: column; background: var(--paper); }
.detail-grid h3 { margin: 44px 0 14px; font-size: 1.75rem; }
.inline-cta {
    padding: clamp(54px, 6vw, 78px) clamp(20px, 7vw, 108px);
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 50px;
    background: var(--paper-bright);
}
.inline-cta h2 { max-width: 700px; font-size: clamp(2.1rem, 3.5vw, 3.5rem); }

.contact-layout {
    padding: clamp(54px, 6vw, 88px) clamp(20px, 8vw, 126px);
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: clamp(48px, 6vw, 88px);
}
.contact-layout aside article { padding: 24px 0; border-top: 1px solid var(--line); }
.contact-layout aside article span { color: var(--gold-text); font-family: var(--serif); }
.contact-layout aside h2 { margin: 6px 0; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.contact-layout aside p { margin: 0; color: #625c53; }
.contact-note { margin-top: 38px !important; font-size: .82rem; }
.contact-details { margin-top: 38px; display: grid; gap: 8px; font-style: normal; }
.contact-details strong { font-family: var(--serif); font-size: 1.2rem; font-weight: 400; }
.contact-details a { width: fit-content; }
.contact-form {
    padding: clamp(30px, 5vw, 64px);
    background: var(--paper-bright);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.field { margin-bottom: 24px; }
.field label { display: block; margin: 0 0 8px; font-size: .78rem; font-weight: 800; letter-spacing: .04em; }
.field label small { color: var(--stone-dark); font-weight: 500; }
.field input, .field select, .field textarea {
    width: 100%;
    min-height: 50px;
    padding: 12px 0;
    border: 0;
    border-bottom: 1px solid #8f887e;
    border-radius: 0;
    background: transparent;
    color: var(--ink);
}
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-bottom: 2px solid var(--gold); }
.field [aria-invalid="true"] { border-color: #a22d25; }
.field-error { min-height: 20px; display: block; color: #8f241c; font-size: .75rem; }
.check-field { display: grid; grid-template-columns: 20px 1fr; gap: 12px; align-items: start; font-size: .82rem; }
.check-field input { width: 18px; height: 18px; accent-color: var(--gold); }
.privacy-notice { margin-top: 8px; padding: 18px 20px; border-left: 3px solid var(--gold); background: #eee7da; }
.privacy-notice strong { display: block; margin-bottom: 5px; }
.privacy-notice p { margin: 0; color: #4f4a42; font-size: .88rem; }
.form-submit { margin-top: 30px; width: 100%; }
.form-status { margin-bottom: 22px; padding: 0; font-weight: 700; }
.form-status.is-success { padding: 14px; background: #e3eee0; color: #214b22; }
.form-status.is-error { padding: 14px; background: #f3ded9; color: #74261f; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-disabled { padding: 50px; border: 1px solid var(--line); }
.contact-disabled h2 { font-family: var(--serif); font-size: 2.3rem; font-weight: 400; }

.legal-hero { min-height: 360px; padding-top: 100px; }
.legal-hero h1 { max-width: 920px; font-size: clamp(2.6rem, 4.2vw, 4.5rem); line-height: 1.04; }
.legal-metadata { margin: 34px 0 0; display: flex; flex-wrap: wrap; gap: 12px 28px; color: #625c53; font-size: .78rem; }
.legal-metadata div { display: flex; gap: 8px; }
.legal-metadata dt { font-weight: 800; }
.legal-metadata dd { margin: 0; }
.legal-page-grid { max-width: 1240px; margin: 0 auto; padding: 60px 24px 100px; display: grid; grid-template-columns: 240px minmax(0, 840px); gap: clamp(48px, 6vw, 84px); }
.legal-toc { align-self: start; padding-top: 4px; }
.legal-toc strong { display: block; margin-bottom: 16px; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.legal-toc ol { margin: 0; padding-left: 20px; color: #625c53; font-size: .82rem; }
.legal-toc li { margin: 0 0 9px; }
.legal-toc a { text-decoration: none; }
.legal-toc a:hover { color: var(--gold-text); text-decoration: underline; }
.legal-document { min-width: 0; }
.legal-document section { margin-bottom: 52px; }
.legal-document h2 { font-size: clamp(1.75rem, 2.3vw, 2.45rem); }
.legal-document p { max-width: 66ch; color: #403c36; font-size: 1.02rem; line-height: 1.72; }
.legal-identity { margin: 28px 0 0; border-top: 1px solid var(--line); }
.legal-identity div { padding: 15px 0; display: grid; grid-template-columns: minmax(130px, .4fr) 1fr; gap: 24px; border-bottom: 1px solid var(--line); }
.legal-identity dt { font-weight: 800; }
.legal-identity dd { margin: 0; overflow-wrap: anywhere; }
.legal-specific-value { padding: 16px 18px; border-left: 3px solid var(--gold); background: var(--paper-bright); }
.status-page {
    min-height: calc(100vh - 78px);
    padding: 100px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.status-page > span { color: var(--gold); font-family: var(--serif); font-size: 8rem; line-height: 1; }
.status-page h1 { max-width: 800px; font-size: clamp(3rem, 6vw, 6rem); }
.status-page > p:not(.eyebrow) { max-width: 620px; margin: 28px auto; color: #5d574f; }

.site-footer {
    padding: 64px clamp(20px, 7vw, 108px) 28px;
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 80px;
    background: var(--ink);
    color: var(--paper);
}
.brand-footer .brand-name { color: var(--gold-light); }
.footer-lead p { max-width: 420px; margin-top: 30px; color: rgba(244, 240, 232, .6); }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.footer-links div { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-links strong { margin-bottom: 11px; color: var(--gold-light); font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; }
.footer-links a { color: rgba(244, 240, 232, .72); font-size: .88rem; text-decoration: none; }
.footer-links a:hover { color: var(--paper); }
.footer-bottom {
    grid-column: 1 / -1;
    margin-top: 35px;
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(244, 240, 232, .14);
    color: rgba(244, 240, 232, .5);
    font-size: .76rem;
}

@media (max-width: 980px) {
    .site-header { min-height: 70px; padding: 13px 20px; }
    .menu-toggle {
        min-width: 76px;
        min-height: 44px;
        padding: 0 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid var(--line);
        background: transparent;
        font-size: .75rem;
        font-weight: 800;
        cursor: pointer;
    }
    .menu-toggle i, .menu-toggle i::after { display: block; width: 16px; height: 1px; background: var(--ink); content: ""; }
    .menu-toggle i::after { transform: translateY(5px); }
    .site-nav {
        position: fixed;
        z-index: 102;
        top: 0;
        right: 0;
        width: min(88vw, 410px);
        height: 100dvh;
        padding: 92px 28px 35px;
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        background: var(--paper-bright);
        transform: translateX(105%);
        visibility: hidden;
        transition: transform .25s ease, visibility .25s;
        overflow-y: auto;
    }
    .site-nav.is-open { visibility: visible; transform: none; }
    .site-nav > a, .nav-dropdown-button { width: 100%; min-height: 54px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.35rem; font-weight: 400; text-align: left; }
    .site-nav .button { margin-top: 24px; color: var(--paper); font-family: var(--sans); font-size: .78rem; font-weight: 800; }
    .nav-dropdown { position: static; width: auto; padding: 0 0 0 14px; display: none; visibility: visible; opacity: 1; transform: none; box-shadow: none; border: 0; background: transparent; }
    .nav-platform.is-open .nav-dropdown { display: grid; }
    .nav-dropdown a { border-bottom: 1px solid var(--line); }
    .nav-backdrop {
        position: fixed;
        z-index: 101;
        inset: 0;
        width: 100%;
        height: 100%;
        display: block;
        visibility: hidden;
        opacity: 0;
        border: 0;
        background: rgba(17, 16, 14, .55);
        transition: opacity .2s ease, visibility .2s;
    }
    .nav-backdrop.is-open { visibility: visible; opacity: 1; }
    .hero { grid-template-columns: 1fr; padding-top: 86px; }
    .hero-art { width: min(100%, 620px); margin: 0 auto; }
    .section-intro, .flow-section, .feature-band, .contact-layout, .legal-page-grid { grid-template-columns: 1fr; }
    .legal-toc { padding-bottom: 30px; border-bottom: 1px solid var(--line); }
    .role-grid, .detail-grid { grid-template-columns: 1fr; }
    .role-card { min-height: 350px; border-right: 1px solid var(--line); border-bottom: 0; }
    .role-card:last-child { border-bottom: 1px solid var(--line); }
    .section-heading { position: static; }
    .inline-cta { align-items: flex-start; flex-direction: column; }
    .site-footer { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .brand { gap: 8px; }
    .brand-mark { width: 38px; height: 38px; flex-basis: 38px; }
    .brand-name { font-size: 1rem; }
    .hero { min-height: auto; padding: 54px 20px 64px; gap: 44px; }
    .hero h1 { font-size: clamp(3rem, 14vw, 4rem); }
    .hero-lead { margin: 22px 0; }
    .hero-note { margin-top: 30px; }
    .hero-art { width: 92%; margin: 0 auto; }
    .section-intro { gap: 40px; }
    .section, .feature-band { padding-left: 20px; padding-right: 20px; }
    .role-grid, .detail-grid { padding-left: 20px; padding-right: 20px; }
    .role-card { padding: 32px; }
    .final-cta { min-height: 400px; }
    .page-hero { min-height: 350px; padding: 84px 20px 48px; }
    .page-hero h1 { font-size: clamp(2.55rem, 11vw, 3.6rem); }
    .page-section { grid-template-columns: 1fr; gap: 28px; }
    .field-grid { grid-template-columns: 1fr; gap: 0; }
    .contact-layout { padding-left: 20px; padding-right: 20px; }
    .contact-form { padding: 28px 20px; }
    .legal-page-grid { padding: 55px 20px 100px; }
    .legal-identity div { grid-template-columns: 1fr; gap: 5px; }
    .footer-links { grid-template-columns: 1fr 1fr; row-gap: 45px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
}

@media print {
    :root { --paper: #fff; --paper-bright: #fff; --ink: #000; --line: rgba(0, 0, 0, .25); }
    .site-header, .site-footer, .legal-toc, .skip-link { display: none !important; }
    body { background: #fff; color: #000; font-size: 11pt; }
    .legal-hero { min-height: 0; padding: 0 0 24pt; border-bottom: 1px solid #000; }
    .legal-hero h1 { font-size: 28pt; }
    .legal-hero > p:not(.eyebrow) { margin-top: 12pt; color: #000; font-size: 11pt; }
    .legal-page-grid { max-width: none; padding: 24pt 0 0; display: block; }
    .legal-document section { margin-bottom: 24pt; break-inside: avoid; }
    .legal-document h2 { font-size: 17pt; break-after: avoid; }
    .legal-document p, .legal-document li { color: #000; font-size: 10.5pt; }
    a { color: #000; text-decoration: none; }
    a[href^="http"]::after, a[href^="mailto"]::after { content: " (" attr(href) ")"; font-size: 9pt; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
