:root {
  --ink: #172318;
  --ink-soft: #26362a;
  --green: #4c642a;
  --green-dark: #32451d;
  --lime: #deffad;
  --cream: #f6efe7;
  --paper: #fbf8f2;
  --line: #d9d8cb;
  --muted: #687168;
  --white: #fffdf9;
  --maroon: #5c1d2a;
  --display: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: min(1180px, calc(100vw - 48px));
  --radius: 18px;
  --shadow: 0 30px 80px rgba(16, 27, 17, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img, svg { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.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; left: 16px; top: -100px; z-index: 1000;
  padding: 10px 16px; background: var(--lime); color: var(--ink); border-radius: 8px;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed; z-index: 50; inset: 0 0 auto;
  color: var(--cream); transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled {
  background: rgba(23, 35, 24, .94);
  box-shadow: 0 1px 0 rgba(255,255,255,.1);
  backdrop-filter: blur(18px);
}
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; line-height: 1; }
.brand-mark { width: 34px; height: 34px; color: var(--green); }
.brand-name { font-family: var(--display); font-size: 24px; letter-spacing: -.04em; }
.brand-divider { width: 1px; height: 19px; background: currentColor; opacity: .25; }
.brand-network { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; opacity: .8; }
.site-nav { display: flex; align-items: center; gap: 27px; font-size: 13px; font-weight: 600; }
.site-nav > a:not(.button) { opacity: .76; transition: opacity .2s ease; }
.site-nav > a:not(.button):hover { opacity: 1; }
.nav-platform { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.18); }
.menu-button { display: none; background: none; border: 0; padding: 10px; }
.menu-button > span:not(.sr-only) { display: block; width: 23px; height: 1px; margin: 5px; background: currentColor; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 24px; border: 0; border-radius: 8px;
  background: var(--green); color: var(--white); font-size: 13px; font-weight: 750;
  letter-spacing: .01em; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,0,0,.14); }
.button-small { min-height: 41px; padding-inline: 18px; background: var(--cream); color: var(--ink); }
.button-lime { min-height: 57px; background: var(--lime); color: var(--ink); }
.button-dark { background: var(--ink); color: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 750; padding-block: 8px; }
.light-link { color: var(--cream); }

.hero {
  position: relative; overflow: hidden; min-height: 900px;
  padding: 162px 0 0; color: var(--cream); background: var(--ink);
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(circle at 75% 30%, rgba(118,146,69,.28), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,.025), transparent 45%);
}
.hero-grid {
  position: absolute; inset: 0; opacity: .08;
  background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}
.hero-orbit { position: absolute; border: 1px solid rgba(222,255,173,.13); border-radius: 50%; }
.hero-orbit-one { width: 620px; height: 620px; right: -210px; top: 34px; }
.hero-orbit-two { width: 360px; height: 360px; right: -80px; top: 165px; }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: 78px; align-items: center; }
.hero-layout > *, .programme-layout > *, .economics-layout > *, .founding-grid > *, .faq-layout > *, .apply-layout > * { min-width: 0; }
.eyebrow {
  display: flex; align-items: center; gap: 10px; margin-bottom: 24px;
  color: var(--green); font-size: 11px; line-height: 1; font-weight: 800; letter-spacing: .15em; text-transform: uppercase;
}
.eyebrow > span { width: 24px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--lime); }
.hero h1, .section h2, .apply-section h2 {
  margin: 0; font-family: var(--display); font-weight: 400; letter-spacing: -.055em; line-height: .98;
}
.hero h1 { max-width: 720px; font-size: clamp(58px, 6.1vw, 92px); }
h1 em, h2 em { color: var(--green); font-weight: 400; }
.hero h1 em { color: var(--lime); }
.hero-lede { max-width: 650px; margin: 30px 0 32px; color: rgba(246,239,231,.72); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; gap: 30px; align-items: center; }
.hero-note { margin: 18px 0 0; color: rgba(246,239,231,.45); font-size: 11px; }

.network-card {
  position: relative; padding: 22px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px;
  background: rgba(255,255,255,.055); box-shadow: var(--shadow); backdrop-filter: blur(12px);
}
.network-card-top, .network-card-foot { display: flex; justify-content: space-between; color: rgba(246,239,231,.48); font-size: 9px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.live-dot { display: flex; align-items: center; gap: 8px; color: var(--lime); }
.live-dot::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(222,255,173,.1); }
.network-map { padding: 42px 12px 36px; }
.map-node { position: relative; border: 1px solid rgba(255,255,255,.14); background: rgba(9,18,10,.5); }
.platform-node, .partner-node { padding: 20px 22px; border-radius: 12px; }
.map-node strong { display: block; margin: 3px 0 1px; font-family: var(--display); font-size: 25px; font-weight: 400; }
.map-node small { color: rgba(246,239,231,.48); font-size: 10px; }
.node-kicker { color: var(--lime); font-size: 8px; letter-spacing: .15em; font-weight: 800; }
.platform-node { width: 72%; }
.partner-node { width: 80%; margin-left: 20%; border-color: rgba(222,255,173,.35); background: rgba(76,100,42,.28); }
.connector { height: 37px; position: relative; }
.connector::before { content: ""; position: absolute; top: 0; bottom: 0; width: 1px; background: rgba(222,255,173,.35); }
.connector-a::before { left: 36%; transform: skewX(-26deg); }
.connector-b::before { left: 60%; }
.connector span { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--lime); }
.connector-a span { left: calc(36% - 2px); top: 15px; }
.connector-b span { left: calc(60% - 2px); top: 15px; }
.club-stack { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.club-node { padding: 13px 10px; border-radius: 9px; display: flex; flex-direction: column; gap: 9px; }
.club-node i { color: var(--lime); font-size: 8px; font-style: normal; }
.club-node span { font-family: var(--display); font-size: 14px; }

.proof-bar {
  position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr);
  margin-top: 100px; border-top: 1px solid rgba(255,255,255,.13);
}
.proof-bar > div { padding: 25px 24px 35px; border-right: 1px solid rgba(255,255,255,.13); }
.proof-bar > div:first-child { padding-left: 0; }
.proof-bar > div:last-child { border-right: 0; }
.proof-bar strong { display: block; margin-bottom: 2px; font-family: var(--display); font-size: 28px; font-weight: 400; color: var(--lime); }
.proof-bar span { color: rgba(246,239,231,.48); font-size: 10px; }

.section { padding: 130px 0; }
.section-intro { max-width: 800px; margin-bottom: 68px; }
.section-intro h2, .programme h2, .economics h2, .boundaries h2, .founding h2, .faq h2 { font-size: clamp(44px, 5vw, 70px); }
.section-intro p, .programme-copy > p, .economics-copy > p, .founding-detail > p, .faq-heading > p {
  max-width: 690px; margin: 28px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75;
}
.section-intro.compact { margin-bottom: 50px; }

.opportunity { background: var(--paper); }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.audience-card { position: relative; padding: 35px 35px 40px; border-right: 1px solid var(--line); }
.audience-card:first-child { padding-left: 0; }
.audience-card:last-child { border-right: 0; }
.card-number { color: #9ca199; font-size: 10px; letter-spacing: .12em; }
.line-icon { width: 46px; margin: 42px 0 45px; color: var(--green); }
.line-icon svg { fill: none; stroke: currentColor; stroke-width: 1.5; }
.audience-card h3 { margin: 0 0 13px; font-family: var(--display); font-size: 29px; font-weight: 400; letter-spacing: -.035em; }
.audience-card > p { min-height: 80px; margin: 0; color: var(--muted); font-size: 14px; }
.audience-card ul { list-style: none; padding: 22px 0 0; margin: 22px 0 0; border-top: 1px solid var(--line); }
.audience-card li { position: relative; padding: 5px 0 5px 15px; font-size: 12px; font-weight: 650; }
.audience-card li::before { content: ""; position: absolute; left: 0; top: 13px; width: 5px; height: 5px; border-radius: 50%; background: var(--green); }

.programme { color: var(--cream); background: var(--green-dark); }
.programme-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 90px; }
.programme h2 em { color: var(--lime); }
.programme-copy { position: sticky; top: 130px; align-self: start; }
.programme-copy > p { color: rgba(246,239,231,.58); }
.programme-copy .text-link { margin-top: 25px; }
.programme-steps { border-top: 1px solid rgba(255,255,255,.18); }
.programme-row { display: grid; grid-template-columns: 48px 1fr 30px; gap: 12px; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.step-index { color: var(--lime); font-size: 9px; letter-spacing: .12em; }
.programme-row h3 { margin: 0 0 10px; font-family: var(--display); font-size: 32px; font-weight: 400; }
.programme-row p { margin: 0; color: rgba(246,239,231,.55); font-size: 14px; }
.step-mark { color: rgba(246,239,231,.5); }

.economics { background: var(--cream); }
.economics-layout { display: grid; grid-template-columns: 1fr .92fr; gap: 95px; align-items: center; }
.economics-visual { padding: 27px; border: 1px solid #c9c8bb; border-radius: var(--radius); background: var(--paper); box-shadow: 0 30px 70px rgba(31,50,28,.08); }
.visual-heading { display: flex; justify-content: space-between; margin-bottom: 32px; color: var(--muted); font-size: 8px; font-weight: 750; letter-spacing: .13em; }
.revenue-stack { display: flex; flex-direction: column; gap: 8px; }
.revenue-layer { min-height: 78px; padding: 18px 20px; border-radius: 9px; display: flex; justify-content: space-between; align-items: center; }
.revenue-layer span { font-family: var(--display); font-size: 19px; }
.revenue-layer strong { font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.layer-one { margin-inline: 0; background: var(--ink); color: var(--cream); }
.layer-two { margin-inline: 12px; background: var(--green-dark); color: var(--cream); }
.layer-three { margin-inline: 24px; background: var(--green); color: var(--white); }
.layer-four { margin-inline: 36px; background: var(--lime); color: var(--ink); }
.visual-note { margin: 22px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
.economics-copy > p { margin-bottom: 30px; }
.terms-card { padding: 24px; border: 1px solid #c7c6ba; border-radius: 12px; background: rgba(255,255,255,.48); }
.terms-label { margin-bottom: 13px; color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.term { display: grid; grid-template-columns: 145px 1fr; gap: 15px; padding: 12px 0; border-bottom: 1px solid #d6d4c8; }
.term strong { font-family: var(--display); font-size: 20px; font-weight: 400; }
.term span { color: var(--muted); font-size: 12px; }
.terms-card > p { margin: 15px 0 0; color: #858a82; font-size: 9px; line-height: 1.5; }

.journey { background: var(--paper); }
.journey-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); }
.journey-list li { min-height: 250px; padding: 25px 24px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.journey-list li:first-child { padding-left: 0; }
.journey-list li:last-child { border-right: 0; }
.journey-list > li > span { color: var(--green); font-size: 10px; font-weight: 750; }
.journey-list h3 { margin: 0 0 10px; font-family: var(--display); font-size: 22px; font-weight: 400; }
.journey-list p { margin: 0; color: var(--muted); font-size: 12px; }

.boundaries { color: var(--cream); background: var(--ink); }
.boundary-grid { display: grid; grid-template-columns: 1.12fr .76fr .76fr; gap: 18px; align-items: stretch; }
.boundary-intro { padding-right: 60px; }
.boundary-intro h2 em { color: var(--lime); }
.boundary-intro p { max-width: 470px; color: rgba(246,239,231,.55); }
.boundary-card { padding: 32px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(255,255,255,.04); }
.partner-boundary { border-color: rgba(222,255,173,.35); background: rgba(76,100,42,.23); }
.boundary-label { color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.boundary-card ul { list-style: none; padding: 28px 0 0; margin: 0; }
.boundary-card li { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-family: var(--display); font-size: 18px; }
.boundary-card li:last-child { border: 0; }

.founding { background: var(--lime); }
.founding-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; }
.founding-copy .eyebrow { color: var(--ink); }
.founding h2 em { color: var(--green); }
.founding-detail > p { margin-top: 0; color: #3e4b40; }
.fit-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.fit-list span { padding: 9px 13px; border: 1px solid rgba(23,35,24,.25); border-radius: 100px; font-size: 10px; font-weight: 700; }

.faq { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; }
.faq-heading { position: sticky; top: 130px; align-self: start; }
.faq-heading > p a { color: var(--green); font-weight: 700; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; list-style: none; padding: 25px 45px 25px 0; font-family: var(--display); font-size: 21px; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary span::before, summary span::after { content: ""; position: absolute; right: 5px; top: 36px; width: 15px; height: 1px; background: var(--green); transition: transform .2s ease; }
summary span::after { transform: rotate(90deg); }
details[open] summary span::after { transform: rotate(0); }
details p { max-width: 660px; padding: 0 45px 25px 0; margin: 0; color: var(--muted); font-size: 14px; }

.apply-section { position: relative; overflow: hidden; padding: 130px 0; color: var(--cream); background: var(--green-dark); }
.apply-texture { position: absolute; inset: 0; opacity: .08; background-image: radial-gradient(circle at center, var(--lime) 1px, transparent 1px); background-size: 22px 22px; mask-image: linear-gradient(90deg, #000, transparent 75%); }
.apply-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.apply-section h2 { font-size: clamp(48px, 5.3vw, 76px); }
.apply-section h2 em { color: var(--lime); }
.apply-copy > p { max-width: 550px; margin: 28px 0; color: rgba(246,239,231,.6); font-size: 17px; }
.apply-points { display: flex; flex-direction: column; gap: 10px; }
.apply-points span { font-size: 12px; }
.apply-points i { display: inline-flex; align-items: center; justify-content: center; width: 19px; height: 19px; margin-right: 8px; border: 1px solid rgba(222,255,173,.4); border-radius: 50%; color: var(--lime); font-style: normal; font-size: 10px; }
.application-form { padding: 33px; border-radius: 16px; background: var(--cream); color: var(--ink); box-shadow: var(--shadow); }
.form-heading { display: flex; justify-content: space-between; margin-bottom: 26px; padding-bottom: 17px; border-bottom: 1px solid #d3d0c5; font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.form-heading small { color: var(--muted); font-weight: 600; letter-spacing: 0; }
.application-form label { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; font-size: 10px; font-weight: 750; letter-spacing: .04em; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.application-form input, .application-form select, .application-form textarea {
  width: 100%; border: 1px solid #c7c5ba; border-radius: 7px; outline: 0; background: rgba(255,255,255,.45);
  color: var(--ink); padding: 11px 12px; font-size: 13px; font-weight: 450; letter-spacing: 0;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.application-form input:focus, .application-form select:focus, .application-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(76,100,42,.12); }
.application-form textarea { resize: vertical; }
.checkbox-label { flex-direction: row !important; align-items: flex-start; gap: 10px !important; font-weight: 500 !important; line-height: 1.5; }
.checkbox-label input { width: 16px; height: 16px; margin-top: 2px; accent-color: var(--green); }
.form-submit { width: 100%; margin-top: 8px; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 9px; text-align: center; line-height: 1.5; }
.form-note.error { color: #9a2d39; }

.site-footer { padding: 55px 0 25px; color: var(--cream); background: #111b12; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; padding-bottom: 50px; }
.footer-brand .brand-mark { color: var(--green); }
.footer-top > p { margin: 0; color: rgba(246,239,231,.5); font-family: var(--display); font-size: 22px; line-height: 1.3; }
.footer-links { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; color: rgba(246,239,231,.68); font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(246,239,231,.34); font-size: 9px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-one { transition-delay: .1s; }
.delay-two { transition-delay: .2s; }

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

@media (max-width: 1000px) {
  :root { --shell: min(100% - 36px, 760px); }
  .site-nav {
    position: fixed; inset: 82px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0;
    min-height: calc(100vh - 82px); padding: 24px; background: var(--ink); border-top: 1px solid rgba(255,255,255,.12);
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 14px 6px; }
  .site-nav .button { margin-top: 10px; }
  .nav-platform { border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }
  .menu-button { display: block; color: var(--cream); }
  .hero { padding-top: 138px; }
  .hero-layout, .programme-layout, .economics-layout, .founding-grid, .faq-layout, .apply-layout { grid-template-columns: minmax(0, 1fr); gap: 65px; }
  .network-card { max-width: 600px; }
  .proof-bar { grid-template-columns: 1fr 1fr; }
  .proof-bar > div:nth-child(2) { border-right: 0; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card, .audience-card:first-child { padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .audience-card:last-child { border-bottom: 0; }
  .audience-card > p { min-height: auto; }
  .line-icon { margin: 26px 0; }
  .programme-copy, .faq-heading { position: static; }
  .journey-list { grid-template-columns: repeat(2, 1fr); }
  .journey-list li, .journey-list li:first-child { min-height: 210px; padding: 25px; border-bottom: 1px solid var(--line); }
  .boundary-grid { grid-template-columns: 1fr 1fr; }
  .boundary-intro { grid-column: 1 / -1; padding: 0 0 35px; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 30px); }
  .nav-wrap { height: 70px; }
  .site-nav { top: 70px; }
  .site-nav { min-height: calc(100vh - 70px); }
  .brand-name { font-size: 21px; }
  .brand-network { font-size: 9px; }
  .hero { min-height: 0; padding-top: 125px; }
  .hero h1 { font-size: 54px; }
  .hero-copy, .hero h1, .hero-lede { width: 100%; max-width: 100%; }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 10px; }
  .network-card { padding: 15px; }
  .network-map { padding-inline: 0; }
  .platform-node { width: 85%; }
  .partner-node { width: 90%; margin-left: 10%; }
  .map-node small { font-size: 8px; }
  .club-node { padding: 10px 6px; }
  .club-node span { font-size: 11px; }
  .proof-bar { margin-top: 60px; }
  .proof-bar > div, .proof-bar > div:first-child { padding: 20px 12px; }
  .proof-bar strong { font-size: 23px; }
  .section, .apply-section { padding: 90px 0; }
  .section-intro h2, .programme h2, .economics h2, .boundaries h2, .founding h2, .faq h2 { font-size: 43px; }
  .section-intro { margin-bottom: 45px; }
  .economics-layout { gap: 50px; }
  .economics-visual { padding: 16px; }
  .revenue-layer { min-height: 68px; padding: 14px; }
  .revenue-layer span { font-size: 15px; }
  .revenue-layer strong { font-size: 7px; }
  .layer-two { margin-inline: 5px; }
  .layer-three { margin-inline: 10px; }
  .layer-four { margin-inline: 15px; }
  .term { grid-template-columns: 1fr; gap: 2px; }
  .journey-list { grid-template-columns: 1fr; }
  .journey-list li, .journey-list li:first-child { min-height: 175px; padding-inline: 0; border-right: 0; }
  .boundary-grid { grid-template-columns: 1fr; }
  .boundary-intro { grid-column: auto; }
  .founding-grid, .faq-layout, .apply-layout { gap: 45px; }
  .application-form { padding: 23px 18px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-top { grid-template-columns: 1fr; gap: 35px; }
  .footer-links { align-items: flex-start; }
  .footer-bottom { flex-direction: column; gap: 5px; }
}

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

.legal-page, .not-found-page { min-height: 100vh; background: var(--paper); }
.legal-header { color: var(--cream); background: var(--ink); }
.legal-main { padding: 100px 0 130px; }
.legal-content { max-width: 800px; }
.legal-content h1, .not-found h1 { margin: 0; font-family: var(--display); font-size: clamp(58px, 8vw, 90px); font-weight: 400; letter-spacing: -.055em; }
.legal-updated { margin-bottom: 55px; color: var(--muted); font-size: 12px; }
.legal-content h2 { margin: 42px 0 8px; font-family: var(--display); font-size: 25px; font-weight: 400; }
.legal-content p { color: var(--muted); }
.legal-content a { color: var(--green); font-weight: 700; }
.legal-caution { margin-top: 50px; padding: 20px; border-left: 3px solid var(--green); background: var(--cream); color: var(--muted); font-size: 12px; }
.not-found-page { background: var(--ink); color: var(--cream); }
.not-found { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 30px; text-align: center; }
.not-found > p { color: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.not-found h1 { margin-bottom: 35px; }
.not-found-flag { position: relative; width: 70px; height: 80px; margin-bottom: 25px; border-left: 3px solid var(--cream); }
.not-found-flag span { position: absolute; left: 0; top: 0; width: 48px; height: 28px; background: var(--green); clip-path: polygon(0 0, 100% 0, 78% 50%, 100% 100%, 0 100%); }
