:root {
    --ink: #080705;
    --ink-raised: #100e0a;
    --ink-soft: #17130d;
    --ivory: #f3ead4;
    --ivory-soft: #cfc3a5;
    --muted: #9d9070;
    --gold: #d8b44f;
    --gold-light: #f1d982;
    --line: rgba(216, 180, 79, .2);
    --line-bright: rgba(216, 180, 79, .42);
    --page: min(100% - 48px, 1380px);
}

* { box-sizing: border-box; }
html { background: var(--ink); color-scheme: dark; font-family: Arial, Helvetica, sans-serif; scroll-behavior: smooth; }
body {
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    color: var(--ivory);
    background:
        radial-gradient(circle at 78% 13%, rgba(216, 180, 79, .09), transparent 31rem),
        linear-gradient(135deg, #050504 0%, #0c0a07 52%, #070604 100%);
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 12px 16px; color: var(--ink); background: var(--gold-light); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.noise { position: fixed; z-index: 20; inset: 0; opacity: .025; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }

.site-header, .site-footer, main { width: var(--page); margin-inline: auto; }
.site-header { position: relative; z-index: 30; min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; white-space: nowrap; }
.brand img { width: 42px; height: 42px; object-fit: contain; filter: drop-shadow(0 0 15px rgba(216,180,79,.18)); }
.brand-name { color: var(--gold-light); font-family: Georgia, "Times New Roman", serif; font-size: 13px; letter-spacing: .2em; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 38px); }
.site-nav > a:not(.button) { position: relative; padding: 35px 0; color: var(--ivory-soft); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; right: 0; bottom: 25px; left: 0; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform 180ms ease; }
.site-nav > a:hover::after, .site-nav > a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.site-nav > a[aria-current="page"] { color: var(--gold-light); }
.nav-toggle { display: none; color: var(--ivory); border: 0; background: transparent; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 24px; color: #151006; border: 1px solid var(--gold); background: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; transition: background 160ms ease, color 160ms ease, transform 160ms ease; }
.button:hover { color: var(--gold-light); background: transparent; transform: translateY(-2px); }
.button-small { min-height: 40px; padding-inline: 20px; }
.button-muted { color: var(--ivory); background: transparent; }
.button-muted:hover { color: var(--ink); background: var(--gold); }
.text-link { display: inline-flex; gap: 14px; align-items: center; color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.text-link span { transition: transform 160ms ease; }
.text-link:hover span { transform: translateX(4px); }
.eyebrow { margin: 0 0 22px; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }

h1, h2, h3, p { text-wrap: pretty; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { margin: 0; font-size: clamp(58px, 7.5vw, 120px); letter-spacing: -.06em; line-height: .88; }
h1 span { color: transparent; -webkit-text-stroke: 1px rgba(241,217,130,.72); }
h2 { margin: 0; font-size: clamp(35px, 4vw, 66px); letter-spacing: -.045em; line-height: 1; }
h2 em { color: var(--gold-light); font-weight: 400; }
h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 400; }

.hero { min-height: calc(100vh - 92px); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: center; gap: 4vw; padding: 70px 0 84px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 span { display: block; }
.intro, .page-lede { max-width: 680px; color: var(--ivory-soft); font-size: clamp(17px, 1.35vw, 21px); line-height: 1.65; }
.intro { margin: 38px 0 0; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 38px; }
.hero-art { position: relative; width: min(41vw, 570px); aspect-ratio: 1; justify-self: end; display: grid; place-items: center; transition: transform 180ms ease-out; }
.hero-logo { position: relative; z-index: 2; display: block; width: 88%; height: 88%; object-fit: contain; }
.logo-aura { position: absolute; inset: 22%; background: rgba(216,180,79,.16); border-radius: 50%; filter: blur(52px); }
.orbit { position: absolute; border: 1px solid var(--line); border-radius: 50%; }
.orbit::before { content: ""; position: absolute; top: 49%; left: -4px; width: 7px; height: 7px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 15px var(--gold); }
.orbit-one { inset: 7%; animation: orbit 24s linear infinite; }
.orbit-two { inset: 17%; border-color: rgba(216,180,79,.1); animation: orbit 17s linear reverse infinite; }
.art-note { position: absolute; right: -15px; bottom: 11%; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; transform: rotate(90deg); }

.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-align: center; text-transform: uppercase; }
.proof-strip span + span { border-left: 1px solid var(--line); }
.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; padding: 140px 0; border-bottom: 1px solid var(--line); }
.body-copy p { margin: 0 0 24px; color: var(--ivory-soft); font-size: 17px; line-height: 1.8; }
.body-copy .text-link { margin-top: 14px; }
.service-preview { padding: 140px 0; }
.section-heading { max-width: 850px; margin-bottom: 65px; }
.card-grid, .values-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.card-grid article, .values-grid article { min-height: 310px; padding: 30px; border-right: 1px solid var(--line); background: rgba(255,255,255,.012); transition: background 180ms ease; }
.card-grid article:last-child, .values-grid article:last-child { border: 0; }
.card-grid article:hover, .values-grid article:hover { background: rgba(216,180,79,.045); }
.card-grid article > span, .values-grid article > span { display: block; margin-bottom: 88px; color: var(--gold); font-size: 10px; letter-spacing: .15em; }
.card-grid p, .values-grid p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.control-section { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 9vw; padding: 110px 7vw; border: 1px solid var(--line); background: radial-gradient(circle at 20% 50%, rgba(216,180,79,.11), transparent 20rem); }
.control-mark { color: transparent; font-family: Georgia, serif; font-size: clamp(200px, 25vw, 400px); line-height: .7; text-align: center; -webkit-text-stroke: 1px var(--line-bright); }
.check-list, .plain-list { margin: 40px 0 0; padding: 0; list-style: none; }
.check-list li, .plain-list li { position: relative; padding: 16px 0 16px 31px; color: var(--ivory-soft); border-bottom: 1px solid var(--line); font-size: 15px; line-height: 1.55; }
.check-list li::before { content: "◆"; position: absolute; left: 2px; color: var(--gold); font-size: 7px; }
.plain-list li::before { content: "—"; position: absolute; left: 2px; color: var(--muted); }
.cta-band { margin: 140px 0; padding: 70px; display: flex; align-items: center; justify-content: space-between; gap: 50px; border-top: 1px solid var(--line-bright); border-bottom: 1px solid var(--line-bright); background: linear-gradient(90deg, rgba(216,180,79,.06), transparent); }
.cta-band h2 { font-size: clamp(36px, 4.2vw, 64px); }
.cta-band p:not(.eyebrow) { max-width: 650px; margin: 20px 0 0; color: var(--muted); line-height: 1.6; }

.page-hero { min-height: 525px; display: flex; flex-direction: column; justify-content: center; padding: 90px 0 80px; border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 1100px; font-size: clamp(58px, 7vw, 106px); }
.page-lede { max-width: 760px; margin: 36px 0 0 auto; }
.numbered-list article { display: grid; grid-template-columns: 120px 1fr; gap: 40px; padding: 65px 0; border-bottom: 1px solid var(--line); }
.numbered-list article > span { color: var(--gold); font-size: 10px; letter-spacing: .17em; }
.numbered-list article > div { max-width: 900px; }
.numbered-list h2 { font-size: clamp(34px, 4vw, 58px); }
.numbered-list p { max-width: 760px; color: var(--ivory-soft); font-size: 16px; line-height: 1.75; }
.aside-panel { margin: 120px 0; padding: 65px; border: 1px solid var(--line); background: rgba(216,180,79,.035); }
.aside-panel h2 { font-size: 42px; }
.columns { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; margin-top: 35px; }
.columns p { margin: 0; color: var(--ivory-soft); line-height: 1.75; }
.timeline { position: relative; max-width: 1080px; margin: 90px auto 130px; }
.timeline::before { content: ""; position: absolute; top: 0; bottom: 0; left: 39px; width: 1px; background: var(--line); }
.timeline article { position: relative; display: grid; grid-template-columns: 80px 1fr; gap: 55px; padding-bottom: 85px; }
.timeline article > span { position: relative; z-index: 1; width: 80px; height: 80px; display: grid; place-items: center; color: var(--gold-light); border: 1px solid var(--line-bright); border-radius: 50%; background: var(--ink); font-size: 10px; }
.timeline h2 { font-size: clamp(36px, 4vw, 56px); }
.timeline article p:last-child { max-width: 720px; color: var(--ivory-soft); line-height: 1.75; }
.two-up { display: grid; grid-template-columns: 1fr 1fr; margin: 90px 0 120px; border: 1px solid var(--line); }
.feature-card { padding: clamp(35px, 5vw, 75px); }
.feature-card + .feature-card { border-left: 1px solid var(--line); }
.feature-card.subdued { background: rgba(255,255,255,.015); }
.feature-card h2 { font-size: clamp(36px, 4vw, 56px); }
.faq-list { max-width: 1050px; margin: 80px auto 130px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 32px 55px 32px 0; cursor: pointer; list-style: none; font-family: Georgia, serif; font-size: clamp(21px, 2.5vw, 31px); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 50%; right: 7px; width: 18px; height: 1px; background: var(--gold); transition: transform 160ms ease; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { max-width: 800px; margin: 0; padding: 0 0 35px; color: var(--ivory-soft); line-height: 1.75; }
.values-grid { margin: 110px 0 140px; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin: 90px 0; border: 1px solid var(--line); }
.contact-grid article { min-height: 360px; padding: 45px; border-right: 1px solid var(--line); }
.contact-grid article:last-child { border: 0; }
.contact-grid h2 { overflow-wrap: anywhere; font-size: clamp(26px, 2.5vw, 38px); }
.contact-grid p:not(.eyebrow) { color: var(--muted); line-height: 1.65; }
.contact-grid .text-link { margin-top: 24px; }
.notice { max-width: 920px; margin: 70px auto 130px; padding: 28px 32px; border-left: 2px solid var(--gold); background: rgba(216,180,79,.04); }
.notice strong { font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.notice p { margin: 10px 0 0; color: var(--muted); line-height: 1.65; }
.readiness { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; margin: 100px 0; }
.readiness-intro p:last-child { color: var(--muted); line-height: 1.7; }
.readiness ol { margin: 0; padding: 0; list-style: none; }
.readiness li { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.readiness li > span { color: var(--gold); font-size: 10px; }
.readiness li p { margin: 8px 0 0; color: var(--muted); line-height: 1.6; }
.application-status { max-width: 940px; margin: 0 auto 80px; padding: clamp(35px, 6vw, 80px); border: 1px solid var(--line-bright); background: radial-gradient(circle at 0 0, rgba(216,180,79,.1), transparent 25rem); }
.application-status > div { display: flex; align-items: center; gap: 12px; }
.application-status .eyebrow { margin: 0; }
.status-dot { width: 7px; height: 7px; flex: 0 0 auto; background: var(--gold); border-radius: 50%; box-shadow: 0 0 10px var(--gold); }
.application-status h2 { margin: 30px 0; }
.application-status > p { color: var(--ivory-soft); line-height: 1.7; }
.application-status .button { margin-top: 25px; }
.application-form-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; margin: 100px 0 140px; }
.form-heading > p:last-child { color: var(--muted); line-height: 1.7; }
.application-form { display: grid; gap: 26px; }
.application-form label { display: grid; gap: 9px; color: var(--ivory-soft); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.application-form input, .application-form textarea, .application-form select { width: 100%; padding: 15px 16px; color: var(--ivory); border: 1px solid var(--line-bright); border-radius: 0; outline: 0; background: rgba(255,255,255,.025); font: inherit; font-size: 16px; letter-spacing: normal; text-transform: none; }
.application-form select { appearance: auto; color-scheme: dark; }
.application-form select option { color: var(--ivory); background: var(--ink-raised); }
.application-form textarea { resize: vertical; line-height: 1.55; }
.application-form input:focus, .application-form textarea:focus, .application-form select:focus { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(216,180,79,.12); }
.application-form small { color: var(--muted); font-size: 11px; font-weight: 400; letter-spacing: normal; line-height: 1.55; text-transform: none; }
.application-form .checkbox-label { grid-template-columns: 20px 1fr; align-items: start; font-weight: 400; letter-spacing: normal; line-height: 1.55; text-transform: none; }
.checkbox-label input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--gold); }
.checkbox-label a { color: var(--gold-light); }
.application-form .button { justify-self: start; border-radius: 0; cursor: pointer; }
.trap-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-errors { grid-column: 2; padding: 22px 26px; border-left: 2px solid #d77; background: rgba(180,50,50,.08); }
.form-errors ul { margin-bottom: 0; color: var(--ivory-soft); line-height: 1.6; }
.legal-layout { display: grid; grid-template-columns: 250px 1fr; gap: 9vw; max-width: 1160px; margin: 90px auto 140px; }
.legal-layout aside { align-self: start; position: sticky; top: 30px; }
.legal-layout aside nav { display: grid; }
.legal-layout aside a { padding: 10px 0; color: var(--muted); font-size: 12px; text-decoration: none; }
.legal-layout aside a:hover { color: var(--gold-light); }
.legal-copy section { scroll-margin-top: 30px; padding: 0 0 48px; margin: 0 0 48px; border-bottom: 1px solid var(--line); }
.legal-copy h2 { font-size: clamp(30px, 3vw, 43px); }
.legal-copy p { color: var(--ivory-soft); line-height: 1.8; }

.site-footer { min-height: 250px; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 60px; padding: 60px 0 40px; border-top: 1px solid var(--line); }
.footer-lead p { color: var(--muted); font-family: Georgia, serif; font-size: 17px; }
.footer-nav { display: grid; align-content: start; gap: 14px; }
.footer-nav a { color: var(--muted); font-size: 11px; text-decoration: none; }
.footer-nav a:hover { color: var(--gold-light); }
.copyright { grid-column: 1 / -1; margin: 10px 0 0; color: #6d644e; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }

@keyframes orbit { to { transform: rotate(360deg); } }
@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; }
}
@media (max-width: 980px) {
    .site-header { min-height: 82px; }
    .nav-toggle { position: relative; z-index: 32; display: flex; align-items: center; gap: 10px; cursor: pointer; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
    .nav-toggle i, .nav-toggle i::after { display: block; width: 19px; height: 1px; background: var(--gold); transition: transform 160ms ease; }
    .nav-toggle i { position: relative; }
    .nav-toggle i::after { content: ""; position: absolute; top: 6px; }
    .nav-toggle[aria-expanded="true"] i { transform: rotate(45deg); }
    .nav-toggle[aria-expanded="true"] i::after { top: 0; transform: rotate(90deg); }
    .site-nav { position: absolute; top: 82px; right: 0; left: 0; display: none; align-items: stretch; padding: 18px; border: 1px solid var(--line); background: #0c0a07; box-shadow: 0 25px 50px rgba(0,0,0,.35); }
    .site-nav.is-open { display: grid; }
    .site-nav > a:not(.button) { padding: 14px; }
    .site-nav > a:not(.button)::after { display: none; }
    .hero { grid-template-columns: 1fr; min-height: auto; }
    .hero-art { width: min(80vw, 520px); justify-self: center; order: -1; margin-bottom: -60px; opacity: .7; }
    .proof-strip { grid-template-columns: 1fr 1fr; }
    .proof-strip span { padding: 12px; }
    .proof-strip span + span { border-left: 0; }
    .proof-strip span:nth-child(even) { border-left: 1px solid var(--line); }
    .split-section, .control-section, .readiness, .application-form-section { grid-template-columns: 1fr; }
    .form-errors { grid-column: auto; }
    .card-grid, .values-grid { grid-template-columns: 1fr 1fr; }
    .card-grid article:nth-child(2), .values-grid article:nth-child(2) { border-right: 0; }
    .card-grid article, .values-grid article { border-bottom: 1px solid var(--line); }
    .contact-grid { grid-template-columns: 1fr; }
    .contact-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
    .two-up { grid-template-columns: 1fr; }
    .feature-card + .feature-card { border-top: 1px solid var(--line); border-left: 0; }
    .cta-band { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 640px) {
    :root { --page: min(100% - 30px, 1380px); }
    .site-header { min-height: 74px; }
    .site-nav { top: 74px; }
    .brand img { width: 37px; height: 37px; }
    h1 { font-size: clamp(49px, 15vw, 72px); }
    .hero { padding: 45px 0 65px; }
    .hero-art { width: 105%; margin: -65px -2.5% -95px; opacity: .45; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 25px; }
    .proof-strip { grid-template-columns: 1fr; text-align: left; }
    .proof-strip span, .proof-strip span:nth-child(even) { padding: 12px 3px; border-left: 0; border-bottom: 1px solid rgba(216,180,79,.08); }
    .split-section, .service-preview { padding: 85px 0; }
    .card-grid, .values-grid { grid-template-columns: 1fr; }
    .card-grid article, .card-grid article:nth-child(2), .values-grid article, .values-grid article:nth-child(2) { min-height: 250px; border-right: 0; border-bottom: 1px solid var(--line); }
    .card-grid article > span, .values-grid article > span { margin-bottom: 55px; }
    .control-section { padding: 50px 28px; }
    .control-mark { display: none; }
    .cta-band { margin: 85px 0; padding: 48px 25px; }
    .page-hero { min-height: 430px; padding: 65px 0; }
    .page-lede { margin-left: 0; }
    .numbered-list article { grid-template-columns: 45px 1fr; gap: 10px; padding: 45px 0; }
    .aside-panel { margin: 80px 0; padding: 36px 25px; }
    .columns { grid-template-columns: 1fr; gap: 15px; }
    .timeline { margin: 65px 0 90px; }
    .timeline::before { left: 24px; }
    .timeline article { grid-template-columns: 50px 1fr; gap: 20px; padding-bottom: 65px; }
    .timeline article > span { width: 50px; height: 50px; }
    .feature-card { padding: 45px 25px; }
    .faq-list { margin: 50px 0 90px; }
    .contact-grid { margin: 65px 0; }
    .contact-grid article { padding: 35px 25px; }
    .readiness { margin: 70px 0; }
    .application-status { padding: 40px 25px; }
    .legal-layout { grid-template-columns: 1fr; gap: 45px; margin: 60px 0 90px; }
    .legal-layout aside { position: static; }
    .site-footer { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
    .footer-lead { grid-column: 1 / -1; }
}
