:root {
  --ink: #111827;
  --navy: #07111f;
  --navy-2: #0b1b2d;
  --navy-3: #102943;
  --cream: #f8f5ed;
  --paper: #fffdf8;
  --mist: #e9eef2;
  --muted: #657184;
  --line: rgba(17, 24, 39, .14);
  --gold: #d6a84b;
  --gold-light: #e3b95f;
  --blue: #2a9be8;
  --cyan: #6bc9f5;
  --green: #54c69a;
  --red: #ca645d;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --max: 1180px;
  --radius: 18px;
  --shadow: 0 24px 80px rgba(0, 10, 28, .24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
::selection { color: var(--navy); background: var(--gold-light); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: .7rem 1rem; color: var(--navy); background: var(--cream); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.section-shell { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.section-pad { padding-block: clamp(80px, 10vw, 144px); }
.eyebrow { margin: 0 0 1.25rem; color: #8a6415; font-size: .76rem; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
h1 em, h2 em { color: var(--gold-light); font-style: italic; }
h1 { font-size: clamp(3.15rem, 7vw, 6.65rem); }
h2 { margin-bottom: 1.4rem; font-size: clamp(2.35rem, 4.8vw, 4.5rem); }
h3 { line-height: 1.2; }
p { color: #4c586a; }

.site-header { position: absolute; z-index: 20; top: 0; right: 0; left: 0; height: 86px; color: var(--cream); transition: background .25s, box-shadow .25s; }
.site-header.scrolled { position: fixed; background: rgba(7, 17, 31, .92); box-shadow: 0 8px 35px rgba(0, 0, 0, .18); backdrop-filter: blur(16px); }
.nav-shell { display: flex; align-items: center; justify-content: space-between; width: min(var(--max), calc(100% - 48px)); height: 100%; margin-inline: auto; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo { width: 166px; height: 60px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 2rem; font-size: .87rem; font-weight: 650; }
.site-nav a { position: relative; text-decoration: none; }
.site-nav > a:not(.nav-cta)::after { position: absolute; right: 0; bottom: -.45rem; left: 0; height: 1px; background: var(--gold); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.site-nav > a:hover::after, body[data-page="technology"] [data-nav-link="technology"]::after, body[data-page="evidence"] [data-nav-link="evidence"]::after, body[data-page="equivalence"] [data-nav-link="equivalence"]::after, body[data-page="about"] [data-nav-link="about"]::after, body[data-page="contact"] [data-nav-link="contact"]::after { transform: scaleX(1); }
.nav-cta { padding: .65rem 1rem; border: 1px solid rgba(248, 245, 237, .35); border-radius: 99px; }
.nav-cta:hover { color: var(--navy); background: var(--cream); }
.nav-toggle { display: none; width: 46px; height: 42px; padding: 10px; border: 1px solid rgba(255,255,255,.3); border-radius: 8px; color: inherit; background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; height: 1px; margin: 5px 0; background: currentColor; }

.hero { position: relative; isolation: isolate; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(40px, 7vw, 100px); min-height: 850px; padding-top: 136px; padding-bottom: 85px; color: var(--cream); }
.hero::before { position: absolute; z-index: -1; top: 0; bottom: 0; left: 50%; width: 100vw; background: radial-gradient(circle at 75% 40%, rgba(29, 120, 190, .27), transparent 35%), linear-gradient(135deg, #07111f 0%, #0a1b2d 65%, #07111f 100%); content: ""; transform: translateX(-50%); }
.hero > * { min-width: 0; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { margin-bottom: 2rem; }
.hero-lede { max-width: 690px; margin-bottom: 2rem; color: #c4ccd7; font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.7; }
.hero-note { margin: 1.25rem 0 0; color: #8d9aad; font-size: .8rem; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: .55rem; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(84,198,154,.13); }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.button-row.center { justify-content: center; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 49px; padding: .78rem 1.25rem; border: 1px solid var(--line); border-radius: 99px; font-size: .87rem; font-weight: 750; text-decoration: none; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { border-color: var(--gold); color: var(--navy); background: var(--gold-light); }
.button-primary:hover { background: #efc979; }
.button-secondary { color: inherit; background: transparent; }
.hero .button-secondary, .dark-band .button-secondary { border-color: rgba(255,255,255,.25); }
.hero .button-secondary:hover, .dark-band .button-secondary:hover { border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.06); }

.hero-visual { position: relative; height: 630px; }
.hero-image-frame { position: absolute; inset: 0 0 0 7%; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 220px 220px 24px 24px; box-shadow: var(--shadow); }
.hero-image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 58%; }
.image-shade { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(4,10,20,.08), transparent 50%, rgba(4,10,20,.78)); }
.hero-image-frame figcaption { position: absolute; right: 28px; bottom: 25px; color: rgba(255,255,255,.75); font-family: var(--serif); font-size: .9rem; font-style: italic; }
.terminal-card { max-width: 100%; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; color: #dbe9f4; background: rgba(4, 13, 25, .94); box-shadow: 0 26px 80px rgba(0,0,0,.38); font-family: var(--mono); backdrop-filter: blur(14px); }
.terminal-head { display: flex; align-items: center; gap: 6px; padding: .7rem 1rem; border-bottom: 1px solid rgba(255,255,255,.09); }
.terminal-head span { width: 8px; height: 8px; border-radius: 50%; background: #495668; }
.terminal-head span:first-child { background: var(--red); }.terminal-head span:nth-child(2) { background: var(--gold); }.terminal-head span:nth-child(3) { background: var(--green); }
.terminal-head b { margin-left: auto; color: #718095; font-size: .65rem; font-weight: 400; }
.terminal-body { padding: 1rem 1.15rem 1.15rem; }
.check-line { display: grid; grid-template-columns: .9fr 1.3fr auto; gap: .5rem; padding: .53rem 0; color: #8d9bad; font-size: .68rem; }
.check-line code { overflow: hidden; color: #dce7ef; text-overflow: ellipsis; }.check-line i { color: var(--green); font-style: normal; }
.gate-line { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .75rem; margin-top: .7rem; padding: .7rem; border: 1px solid rgba(227,185,95,.35); border-radius: 7px; color: var(--gold-light); background: rgba(227,185,95,.06); font-size: .68rem; }
.gate-line strong { letter-spacing: .16em; }.gate-icon { font-size: 1.2rem; }
.gate-stage { position: relative; color: var(--cream); background: var(--navy); }
.gate-stage-shell { display: flex; justify-content: center; padding: 8px 0 62px; }
.gate-card { width: min(610px, 100%); border-color: rgba(227,185,95,.25); box-shadow: 0 24px 70px rgba(0,0,0,.3); }
.gate-card .terminal-body { padding: 1.15rem 1.35rem 1.35rem; }
.gate-card .check-line { grid-template-columns: 1fr 1.35fr auto; font-size: .72rem; }
.hero-copy .button-row { position: relative; z-index: 2; }

.proof-strip { color: var(--cream); background: #0b1b2d; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { padding: 1.6rem 1.2rem; border-right: 1px solid rgba(255,255,255,.09); }
.proof-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.09); }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { color: var(--gold-light); font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.proof-grid span { color: #8492a5; font-size: .72rem; }

.hero .eyebrow, .page-hero .eyebrow, .dark-band .eyebrow, .equivalence-callout .eyebrow, .image-band .eyebrow, .intent-section .eyebrow { color: var(--gold-light); }
.section-heading { max-width: 850px; margin-bottom: clamp(48px, 6vw, 80px); }
.section-heading.light h2 { color: var(--cream); }.section-heading.light p:not(.eyebrow) { color: #aeb8c4; }
.gap-intro .section-heading { margin-bottom: 45px; }
.split-copy { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; margin-bottom: 70px; }
.split-copy > p { font-size: 1.05rem; }
.split-copy blockquote { margin: 0; padding-left: 2rem; border-left: 2px solid var(--gold); font-family: var(--serif); font-size: clamp(1.4rem, 2.2vw, 2.05rem); line-height: 1.35; }
.layer-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.layer-card { position: relative; min-height: 290px; padding: 2rem 1.5rem; border-right: 1px solid var(--line); }
.layer-card:first-child { border-left: 1px solid var(--line); }
.layer-card.active { color: var(--cream); background: var(--navy-2); transform: translateY(-12px); box-shadow: 0 20px 60px rgba(7,17,31,.18); }
.layer-number { color: var(--gold); font-family: var(--mono); font-size: .7rem; }
.layer-card h3 { margin: 4.8rem 0 1rem; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.layer-card p { font-size: .9rem; }.layer-card.active p { color: #aeb9c6; }
.layer-card small { position: absolute; bottom: 1.6rem; color: var(--muted); font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }.layer-card.active small { color: var(--gold-light); }
.boundary-note { max-width: 820px; margin: 3rem auto 0; color: var(--muted); font-size: .84rem; text-align: center; }

.dark-band { color: var(--cream); background: var(--navy); }
.mechanism-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-bottom: 3rem; background: rgba(255,255,255,.1); }
.mechanism { min-height: 330px; padding: 2rem; background: var(--navy); }
.mechanism-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 5rem; border: 1px solid rgba(227,185,95,.4); border-radius: 50%; color: var(--gold-light); font-family: var(--serif); }
.mechanism h3 { font-family: var(--serif); font-size: 1.6rem; font-weight: 400; }
.mechanism p { color: #8f9cac; font-size: .9rem; }
.text-link { display: inline-block; color: var(--ink); font-size: .84rem; font-weight: 750; text-underline-offset: 6px; }
.light-link { color: var(--gold-light); }
.limit-callout { margin: 3rem 0 0; padding: 1.2rem 1.4rem; border-left: 2px solid var(--gold); color: #9ca9b8; background: rgba(255,255,255,.04); font-size: .82rem; }
.limit-callout.light-surface { color: var(--muted); background: rgba(7,17,31,.04); }

.evidence-teaser { display: grid; grid-template-columns: 1fr .85fr; gap: clamp(50px, 10vw, 140px); align-items: center; }
.evidence-copy p:not(.eyebrow) { max-width: 640px; margin-bottom: 2rem; font-size: 1.05rem; }
.claim-card { padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 25px 70px rgba(7,17,31,.09); }
.claim-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 1rem; border-bottom: 1px solid var(--line); font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
.claim-head b { color: var(--gold); }.claim-list { margin: 0; padding: 1rem 0 0; list-style: none; }
.claim-list li { position: relative; padding: .65rem .5rem .65rem 1.9rem; border-bottom: 1px solid rgba(17,24,39,.07); font-size: .82rem; }
.claim-list li::before { position: absolute; left: .35rem; font-weight: 800; }.claim-list .yes::before { color: #278a68; content: "✓"; }.claim-list .no::before { color: #ae5f58; content: "—"; }

.equivalence-callout { padding-block: clamp(75px, 9vw, 125px); color: var(--cream); background: linear-gradient(120deg, #102943, #0b1b2d); }
.callout-grid { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(50px, 8vw, 120px); align-items: center; }
.callout-grid h2 { margin: 0; }.callout-grid p:not(.eyebrow) { color: #aeb9c7; }.callout-grid .button { margin-top: 1rem; }
.final-cta { text-align: center; }.final-cta > img { margin: 0 auto 2rem; }.final-cta h2 { max-width: 850px; margin-right: auto; margin-left: auto; }.final-cta > p:not(.eyebrow) { max-width: 660px; margin: 0 auto 2rem; }.final-cta.compact { max-width: 950px; }

.page-hero { position: relative; min-height: 680px; padding-top: 210px; padding-bottom: 100px; color: var(--cream); }
.page-hero::before { position: absolute; z-index: -1; top: 0; left: 50%; width: 100vw; height: 100%; background: radial-gradient(circle at 80% 20%, rgba(42,155,232,.22), transparent 30%), linear-gradient(135deg, var(--navy), var(--navy-2)); content: ""; transform: translateX(-50%); }
.page-hero h1 { max-width: 1000px; margin-bottom: 2rem; }.page-hero > p:last-child { max-width: 720px; color: #aeb8c6; font-size: 1.15rem; }
.architecture-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1.15fr auto 1fr; align-items: stretch; }
.flow-node { display: flex; flex-direction: column; min-height: 210px; padding: 1.5rem; border: 1px solid var(--line); border-radius: 12px; }
.flow-node span { color: var(--gold); font-family: var(--mono); font-size: .7rem; }.flow-node b { margin: auto 0 .3rem; font-family: var(--serif); font-size: 1.3rem; font-weight: 400; }.flow-node small { color: var(--muted); }.flow-node.featured { color: var(--cream); background: var(--navy-2); box-shadow: var(--shadow); transform: translateY(-10px); }.flow-node.featured small { color: #9eabba; }
.flow-arrow { display: grid; place-items: center; padding: 0 .7rem; color: var(--gold); }
.soft-band { background: #f0f2f2; }
.binding-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(17,24,39,.12); }
.binding-grid article { min-height: 220px; padding: 2rem; background: #f0f2f2; }.binding-grid b { font-family: var(--serif); font-size: 1.5rem; font-weight: 400; }.binding-grid p { margin-top: 3rem; font-size: .9rem; }
.two-column { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 10vw, 150px); align-items: start; }
.rule-list { border-top: 1px solid var(--line); }.rule-list div { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem .2rem; border-bottom: 1px solid var(--line); font-size: .85rem; }.rule-list b { color: var(--gold); font-family: var(--mono); font-size: .72rem; font-weight: 500; }

.evidence-levels { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); }
.evidence-levels article { min-height: 310px; padding: 1.7rem; background: var(--paper); }.evidence-levels article.current { color: var(--cream); background: var(--navy-2); }.evidence-levels span { color: var(--gold); font-family: var(--mono); font-size: .72rem; }.evidence-levels h2 { margin: 5.5rem 0 1rem; font-size: 1.5rem; letter-spacing: -.02em; line-height: 1.1; }.evidence-levels p { font-size: .84rem; }.evidence-levels .current p { color: #9eabba; }
.result-stack { border-top: 1px solid var(--line); }.result-stack article { display: grid; grid-template-columns: 1fr 1.15fr .8fr; gap: 2rem; align-items: start; padding: 2rem 0; border-bottom: 1px solid var(--line); }.result-stack h3 { margin: .7rem 0 0; font-family: var(--serif); font-size: 1.4rem; font-weight: 400; }.result-stack p, .result-stack small { font-size: .82rem; }.result-stack small { color: var(--muted); }.result-tag { color: #278a68; font-size: .66rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }.result-stack .negative .result-tag { color: var(--red); }
.nonclaim-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 0; padding: 0; background: var(--line); list-style: none; }.nonclaim-grid li { min-height: 90px; padding: 1.2rem; background: var(--paper); font-size: .82rem; }.nonclaim-grid li::before { margin-right: .7rem; color: var(--red); content: "—"; }

.profile-list { border-top: 1px solid var(--line); }.profile-list article { display: grid; grid-template-columns: 90px 1fr; gap: 2rem; padding: 2.4rem 0; border-bottom: 1px solid var(--line); }.profile-list span { color: var(--gold); font-family: var(--mono); }.profile-list h2 { margin-bottom: .7rem; font-size: clamp(1.6rem,3vw,2.7rem); letter-spacing: -.025em; }.profile-list p { max-width: 800px; margin: 0; }
.image-band { position: relative; min-height: 700px; overflow: hidden; color: var(--cream); }.image-band > img { position: absolute; width: 100%; height: 100%; object-fit: cover; }.image-band::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,10,20,.82), rgba(3,10,20,.28)); content: ""; }.image-band-overlay { position: relative; z-index: 1; display: flex; align-items: flex-end; min-height: 700px; padding-block: 90px; }.image-band h2 { max-width: 750px; }.outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 4rem; background: rgba(255,255,255,.2); }.outcome-grid article { display: flex; flex-direction: column; min-height: 150px; padding: 1.4rem; background: rgba(7,17,31,.65); backdrop-filter: blur(10px); }.outcome-grid b { color: var(--gold-light); font-family: var(--serif); font-size: 1.3rem; font-weight: 400; }.outcome-grid span { margin-top: auto; color: #cad2dc; font-size: .78rem; }
.prose p { font-size: 1.02rem; }

.intent-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 860px; color: var(--cream); background: var(--navy); }
.intent-image { min-height: 700px; }.intent-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }.intent-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(50px,8vw,120px); }.intent-copy > img { margin-bottom: 3rem; }.intent-copy blockquote { margin: 0; }.intent-copy p { color: #b9c3ce; font-family: var(--serif); font-size: clamp(1.25rem,2vw,1.7rem); line-height: 1.45; }.intent-copy strong { display: block; margin-top: 2.5rem; color: var(--gold-light); font-family: var(--serif); font-size: 1.4rem; font-weight: 400; font-style: italic; }
.license-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); }.license-grid article { min-height: 350px; padding: 2rem; background: #f0f2f2; }.license-grid span { color: var(--gold); font-size: .68rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }.license-grid h3 { margin: 5rem 0 1rem; font-family: var(--serif); font-size: 1.6rem; font-weight: 400; }.license-grid p { font-size: .86rem; }

.site-footer { padding: 75px 0 25px; color: var(--cream); background: #050c16; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; width: min(var(--max), calc(100% - 48px)); margin-inline: auto; padding-bottom: 65px; }.footer-brand { margin-bottom: 1rem; }.footer-grid p { color: #718095; }.footer-grid h2 { margin-bottom: 1rem; color: #738094; font-family: var(--sans); font-size: .7rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }.footer-grid > div:not(:first-child) a { display: block; margin: .55rem 0; color: #c2cad4; font-size: .82rem; text-decoration: none; }.footer-grid a:hover { color: var(--gold-light); }.footer-base { display: flex; justify-content: space-between; gap: 30px; width: min(var(--max), calc(100% - 48px)); margin-inline: auto; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); }.footer-base p { margin: 0; color: #718095; font-size: .68rem; }

.editorial-section { padding-block: clamp(52px, 7vw, 96px); }
.editorial-figure { position: relative; overflow: hidden; margin: 0; border-radius: 22px; color: var(--cream); background: var(--navy); box-shadow: var(--shadow); }
.editorial-figure::after { position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(4, 12, 23, .9)); content: ""; pointer-events: none; }
.editorial-figure img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.editorial-figure figcaption { position: absolute; z-index: 1; right: clamp(24px, 5vw, 70px); bottom: clamp(24px, 5vw, 58px); left: clamp(24px, 5vw, 70px); display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.editorial-figure figcaption span { color: var(--gold-light); font-size: .68rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.editorial-figure figcaption strong { max-width: 640px; font-family: var(--serif); font-size: clamp(1.45rem, 3vw, 2.65rem); font-weight: 400; line-height: 1.05; text-align: right; }

.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 8vw, 120px); align-items: start; }
.contact-intro { position: sticky; top: 130px; }
.contact-intro h2 { margin: 1rem 0 1.5rem; }
.contact-intro > p { color: var(--muted); }
.contact-boundary { margin-top: 2.2rem; padding: 1.25rem; border-left: 3px solid var(--gold); background: #eef0ee; }
.contact-boundary p { margin: .45rem 0 0; font-size: .82rem; }
.contact-form { display: grid; gap: 1.25rem; padding: clamp(24px, 4vw, 48px); border: 1px solid var(--line); border-radius: 20px; background: #f0f2f2; box-shadow: 0 18px 55px rgba(7, 17, 31, .1); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label { display: grid; gap: .5rem; color: var(--navy); font-size: .76rem; font-weight: 720; letter-spacing: .04em; }
.contact-form label span small { color: var(--muted); font-weight: 500; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #c9cdca; border-radius: 8px; color: var(--navy); background: #fff; font: inherit; font-size: 1rem; font-weight: 400; letter-spacing: 0; }
.contact-form input, .contact-form select { min-height: 50px; padding: .75rem; }
.contact-form textarea { min-height: 180px; padding: .85rem; line-height: 1.5; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); outline: 3px solid rgba(181, 139, 54, .2); outline-offset: 1px; }
.honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.cf-turnstile { min-height: 65px; }
.contact-submit { justify-self: start; border: 0; cursor: pointer; }
.contact-submit:disabled { cursor: wait; opacity: .62; }
.form-status { min-height: 1.5em; margin: 0; font-size: .85rem; font-weight: 650; }
.form-status[data-state="success"] { color: #176b4e; }
.form-status[data-state="error"] { color: #a33c37; }
.form-status[data-state="pending"] { color: var(--muted); }
.form-privacy { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.55; }
.form-privacy a { color: inherit; }

.reveal { opacity: 1; transform: none; }
.motion-ready .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }.motion-ready .reveal.visible { opacity: 1; transform: none; }.motion-ready .delay-1 { transition-delay: .1s; }.motion-ready .delay-2 { transition-delay: .2s; }.motion-ready .delay-3 { transition-delay: .3s; }

@media (min-width: 951px) and (max-height: 820px) {
  .hero { min-height: 760px; padding-top: 96px; padding-bottom: 42px; }
  .hero h1 { margin-bottom: 1.2rem; font-size: clamp(3rem, 5.2vw, 5.2rem); }
  .hero-lede { margin-bottom: 1.2rem; font-size: 1rem; line-height: 1.52; }
  .hero-note { margin-top: .85rem; }
  .hero-visual { height: 560px; }
}

@media (max-width: 950px) {
  .site-header { height: 76px; }.nav-toggle { display: block; }.site-nav { position: fixed; top: 76px; right: 18px; left: 18px; display: none; align-items: stretch; padding: 1.2rem; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(7,17,31,.98); box-shadow: var(--shadow); }.site-nav.open { display: flex; flex-direction: column; }.site-nav a { padding: .6rem; }.nav-cta { text-align: center; }
  .hero { grid-template-columns: 1fr; padding-top: 150px; }.hero-copy { max-width: 800px; }.hero-visual { width: min(620px,100%); margin-inline: auto; }
  .proof-grid { grid-template-columns: repeat(2,1fr); }.layer-grid, .mechanism-grid, .evidence-levels { grid-template-columns: repeat(2,1fr); }.evidence-teaser, .callout-grid, .two-column { grid-template-columns: 1fr; }.architecture-flow { grid-template-columns: 1fr; gap: 8px; }.flow-arrow { transform: rotate(90deg); }.binding-grid { grid-template-columns: repeat(2,1fr); }.result-stack article { grid-template-columns: 1fr 1fr; }.result-stack article small { grid-column: 2; }.intent-section { grid-template-columns: 1fr; }.intent-image { height: 750px; }.contact-layout { grid-template-columns: 1fr; }.contact-intro { position: static; }.editorial-figure figcaption { align-items: start; flex-direction: column; }.editorial-figure figcaption strong { text-align: left; }.license-grid { grid-template-columns: 1fr; }.license-grid article { min-height: 260px; }.license-grid h3 { margin-top: 3rem; }
}

@media (max-width: 640px) {
  .section-shell, .nav-shell, .footer-grid, .footer-base { width: min(100% - 30px, var(--max)); }.section-pad { padding-block: 75px; }.brand-logo { width: 138px; height: 50px; }
  h1 { font-size: clamp(2.7rem,12.5vw,3.8rem); }.hero { min-height: auto; padding-top: 125px; }.hero .eyebrow { max-width: 100%; font-size: .64rem; letter-spacing: .12em; overflow-wrap: anywhere; }.hero-lede { font-size: 1rem; }.hero-visual { height: 540px; }.hero-image-frame { left: 0; }.gate-stage-shell { padding: 0 0 38px; }.gate-card .check-line { grid-template-columns: .8fr 1fr auto; font-size: .62rem; }
  .proof-grid, .layer-grid, .mechanism-grid, .binding-grid, .evidence-levels, .outcome-grid, .nonclaim-grid { grid-template-columns: 1fr; }.proof-grid > div { border-bottom: 1px solid rgba(255,255,255,.09); }.split-copy { grid-template-columns: 1fr; gap: 30px; }.layer-card { min-height: 235px; }.layer-card.active { transform: none; }.layer-card h3 { margin-top: 2.8rem; }.mechanism { min-height: 270px; }.mechanism-icon { margin-bottom: 3rem; }
  .page-hero { min-height: 620px; padding-top: 170px; }.profile-list article { grid-template-columns: 45px 1fr; gap: 1rem; }.result-stack article { grid-template-columns: 1fr; }.result-stack article small { grid-column: auto; }.image-band, .image-band-overlay { min-height: 780px; }.outcome-grid article { min-height: 130px; }.intent-image { height: 590px; min-height: 0; }.intent-copy { padding: 60px 25px; }.form-grid { grid-template-columns: 1fr; }.contact-form { padding: 24px 18px; }.editorial-figure { border-radius: 14px; }.editorial-figure img { aspect-ratio: 4 / 5; }.editorial-figure::after { inset: 30% 0 0; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > div:first-child { grid-column: 1 / -1; }.footer-base { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }.motion-ready .editorial-section { padding-block: clamp(52px, 7vw, 96px); }
.editorial-figure { position: relative; overflow: hidden; margin: 0; border-radius: 22px; color: var(--cream); background: var(--navy); box-shadow: var(--shadow); }
.editorial-figure::after { position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(4, 12, 23, .9)); content: ""; pointer-events: none; }
.editorial-figure img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.editorial-figure figcaption { position: absolute; z-index: 1; right: clamp(24px, 5vw, 70px); bottom: clamp(24px, 5vw, 58px); left: clamp(24px, 5vw, 70px); display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.editorial-figure figcaption span { color: var(--gold-light); font-size: .68rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.editorial-figure figcaption strong { max-width: 640px; font-family: var(--serif); font-size: clamp(1.45rem, 3vw, 2.65rem); font-weight: 400; line-height: 1.05; text-align: right; }

.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 8vw, 120px); align-items: start; }
.contact-intro { position: sticky; top: 130px; }
.contact-intro h2 { margin: 1rem 0 1.5rem; }
.contact-intro > p { color: var(--muted); }
.contact-boundary { margin-top: 2.2rem; padding: 1.25rem; border-left: 3px solid var(--gold); background: #eef0ee; }
.contact-boundary p { margin: .45rem 0 0; font-size: .82rem; }
.contact-form { display: grid; gap: 1.25rem; padding: clamp(24px, 4vw, 48px); border: 1px solid var(--line); border-radius: 20px; background: #f0f2f2; box-shadow: 0 18px 55px rgba(7, 17, 31, .1); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label { display: grid; gap: .5rem; color: var(--navy); font-size: .76rem; font-weight: 720; letter-spacing: .04em; }
.contact-form label span small { color: var(--muted); font-weight: 500; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #c9cdca; border-radius: 8px; color: var(--navy); background: #fff; font: inherit; font-size: 1rem; font-weight: 400; letter-spacing: 0; }
.contact-form input, .contact-form select { min-height: 50px; padding: .75rem; }
.contact-form textarea { min-height: 180px; padding: .85rem; line-height: 1.5; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); outline: 3px solid rgba(181, 139, 54, .2); outline-offset: 1px; }
.honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.cf-turnstile { min-height: 65px; }
.contact-submit { justify-self: start; border: 0; cursor: pointer; }
.contact-submit:disabled { cursor: wait; opacity: .62; }
.form-status { min-height: 1.5em; margin: 0; font-size: .85rem; font-weight: 650; }
.form-status[data-state="success"] { color: #176b4e; }
.form-status[data-state="error"] { color: #a33c37; }
.form-status[data-state="pending"] { color: var(--muted); }
.form-privacy { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.55; }
.form-privacy a { color: inherit; }

.reveal { opacity: 1; transform: none; }
}

@media (forced-colors: active) {
  .button, .nav-cta, .terminal-card, .claim-card, .flow-node, .layer-card { border: 1px solid CanvasText; }.image-shade { display: none; }
}
