:root {
  --paper: #f4edda;
  --paper-light: #fbf7ea;
  --paper-deep: #e9dfc5;
  --ink: #121b19;
  --muted: #56615c;
  --rule: rgba(18, 27, 25, 0.17);
  --signal: #ef4328;
  --signal-dark: #c52e1a;
  --green: #08765a;
  --night: #071112;
  --map: #111d1e;
  --display: "Iowan Old Style", "Palatino Linotype", Baskerville, Georgia, serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --shadow: 0 30px 80px rgba(24, 20, 11, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
::selection { color: var(--paper-light); background: var(--signal); }

.paper-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  z-index: 20;
  background-image: repeating-linear-gradient(0deg, transparent 0 35px, rgba(18,27,25,.11) 36px, transparent 37px), radial-gradient(circle at 20% 20%, rgba(255,255,255,.55) 0 1px, transparent 1.5px);
  background-size: 100% 37px, 9px 9px;
  mix-blend-mode: multiply;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 100;
  padding: 12px 18px;
  background: var(--ink);
  color: white;
  transition: top .2s;
}
.skip-link:focus { top: 14px; }
.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; }

.site-header {
  width: min(1500px, calc(100% - 64px));
  height: 92px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid var(--rule);
  position: relative;
  z-index: 30;
}
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; text-decoration: none; font-size: 12px; line-height: .9; letter-spacing: .16em; font-weight: 700; }
.brand img { width: 42px; height: 42px; border-radius: 10px; box-shadow: 0 5px 14px rgba(16,19,16,.15); }
.brand b { color: var(--signal); }
.primary-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 48px); }
.primary-nav a { position: relative; text-decoration: none; color: var(--muted); font-size: 13px; font-weight: 700; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--signal); transition: right .22s ease; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { right: 0; }
.header-cta { justify-self: end; text-decoration: none; color: var(--paper-light); background: var(--ink); padding: 13px 17px; font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.header-cta span { color: var(--signal); margin-left: 8px; }
.nav-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; }
.nav-toggle i { display: block; width: 24px; height: 2px; background: var(--ink); margin: 6px auto; }

.hero {
  width: min(1500px, calc(100% - 64px));
  margin: 0 auto;
  min-height: 790px;
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(540px, 1.06fr);
  gap: clamp(48px, 7vw, 112px);
  align-items: center;
  padding: 88px 0 100px;
}
.eyebrow { margin: 0 0 22px; display: flex; gap: 14px; align-items: center; text-transform: uppercase; font-family: var(--mono); font-size: 11px; font-weight: 800; letter-spacing: .12em; color: var(--muted); }
.eyebrow span { color: var(--signal); }
.eyebrow.light { color: rgba(244,237,218,.62); }
.eyebrow.light span { color: #ff654b; }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 700; letter-spacing: -.052em; line-height: .91; }
h1 { font-size: clamp(76px, 8vw, 142px); }
h1 em, h2 em { color: var(--signal); font-weight: 400; }
.hero-lede { max-width: 680px; margin: 32px 0 0; color: var(--muted); font-size: clamp(18px, 1.5vw, 23px); line-height: 1.58; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 0 22px; text-decoration: none; font-size: 13px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--signal); box-shadow: 0 14px 24px rgba(239,67,40,.22); }
.button-primary:hover { background: var(--signal-dark); }
.button-secondary { border: 1px solid var(--rule); background: rgba(255,255,255,.25); }
.button-light { color: var(--ink); background: var(--paper-light); }
.proof-strip { display: flex; gap: 0; padding: 0; margin: 50px 0 0; list-style: none; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.proof-strip li { padding: 14px 22px; border-right: 1px solid var(--rule); color: var(--muted); font-size: 12px; }
.proof-strip li:first-child { padding-left: 0; }
.proof-strip b { color: var(--ink); }

.hero-visual { position: relative; min-height: 590px; }
.passport-label { position: absolute; z-index: 4; right: 4%; top: 0; color: var(--signal); border: 3px solid var(--signal); padding: 10px 14px 8px; font-family: var(--mono); font-weight: 900; letter-spacing: .15em; transform: rotate(4deg); }
.hero-map { position: absolute; inset: 38px 0 115px 9%; border-radius: 36% 7% 31% 5% / 12% 22% 10% 20%; background: var(--map); overflow: hidden; box-shadow: var(--shadow); transform: rotate(-2deg); }
.hero-map::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(0deg, transparent 0 29px, rgba(255,255,255,.025) 30px); }
.hero-map svg { position: absolute; inset: 11% -4% auto; width: 108%; }
.continent { fill: #31403e; stroke: #596764; stroke-width: 1; }
.route { fill: none; stroke: var(--paper-light); stroke-width: 4; stroke-linecap: round; stroke-dasharray: 10 11; }
.map-dots circle { fill: var(--signal); stroke: var(--paper-light); stroke-width: 6; }
.counter-card { position: absolute; z-index: 5; right: -2%; bottom: 0; width: min(420px, 68%); padding: 24px 27px 25px; background: var(--paper-light); border: 1px solid rgba(18,27,25,.14); box-shadow: var(--shadow); transform: rotate(2deg); }
.counter-card > div:first-child { display: flex; justify-content: space-between; gap: 12px; font-family: var(--mono); font-size: 9px; letter-spacing: .08em; }
.counter-card > div:first-child span { color: var(--signal); font-weight: 900; }
.counter-card > div:first-child b { color: var(--muted); }
.counter-card > strong { display: block; margin: 12px 0 -1px; font-family: var(--display); font-size: 94px; line-height: .85; }
.counter-card strong i { font-style: normal; }
.counter-card strong small { font-family: var(--sans); font-size: 24px; color: var(--muted); }
.counter-card p { font-size: 13px; color: var(--muted); }
.counter-card p b { color: var(--green); }
.meter { height: 8px; background: var(--paper-deep); overflow: hidden; }
.meter i { display: block; width: 75.5%; height: 100%; background: var(--signal); }
.arrival-stamp { position: absolute; z-index: 6; left: 0; bottom: 20px; width: 138px; height: 138px; border: 3px double var(--signal); border-radius: 50%; color: var(--signal); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; transform: rotate(-12deg); font-family: var(--mono); }
.arrival-stamp span, .arrival-stamp small { font-size: 9px; letter-spacing: .12em; }
.arrival-stamp b { margin: 6px 0; font-size: 15px; line-height: .95; }

.ticker { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); overflow: hidden; white-space: nowrap; background: var(--signal); color: var(--paper-light); }
.ticker div { width: max-content; padding: 15px 0; font-family: var(--mono); font-weight: 900; font-size: 12px; letter-spacing: .1em; animation: ticker 28s linear infinite; }
.ticker b { color: var(--ink); margin: 0 22px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { width: min(1400px, calc(100% - 64px)); margin: 0 auto; padding: 150px 0; }
.section-heading { max-width: 860px; }
h2 { font-size: clamp(59px, 6.6vw, 108px); }
.section-heading > p:last-child, .atlas-copy > p:nth-of-type(2), .language-copy > p:nth-of-type(2) { max-width: 730px; margin: 28px 0 0; color: var(--muted); font-size: 19px; line-height: 1.65; }
.count-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 15px; margin-top: 70px; align-items: stretch; }
.rule-card { min-height: 390px; padding: 28px; border: 1px solid var(--rule); background: rgba(255,255,255,.2); position: relative; display: flex; flex-direction: column; overflow: hidden; }
.rule-card.featured { min-height: 470px; background: var(--paper-light); box-shadow: 0 20px 60px rgba(33,29,18,.1); }
.card-index { align-self: flex-end; font-family: var(--mono); font-size: 10px; color: var(--muted); }
.rule-mark { margin: auto 0 24px; font-family: var(--display); color: var(--signal); font-size: clamp(75px, 8vw, 128px); line-height: .8; }
.rule-mark span { font-family: var(--sans); font-size: .24em; font-weight: 800; }
.rule-icon { margin: auto 0 35px; color: var(--signal); font-family: var(--display); font-size: 86px; line-height: .7; }
.rule-card h3 { margin: 0 0 12px; font-family: var(--display); font-size: 28px; }
.rule-card p { margin: 0; color: var(--muted); line-height: 1.6; }
.receipt-lines { display: flex; position: absolute; left: 28px; right: 28px; bottom: 0; height: 11px; gap: 5px; }
.receipt-lines i { flex: 1; background: var(--signal); }
.receipt-lines i:nth-child(even) { opacity: .24; }
.legal-note { max-width: 980px; margin: 28px 0 0; padding-left: 18px; border-left: 3px solid var(--signal); color: var(--muted); font-size: 13px; line-height: 1.6; }

.atlas-section { width: 100%; max-width: none; padding-left: max(32px, calc((100vw - 1400px)/2)); padding-right: max(32px, calc((100vw - 1400px)/2)); background: var(--night); color: var(--paper-light); display: grid; grid-template-columns: .87fr 1.13fr; gap: clamp(55px, 8vw, 130px); align-items: center; overflow: hidden; }
.atlas-copy > p:nth-of-type(2) { color: rgba(244,237,218,.62); }
.check-list { margin: 42px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(244,237,218,.18); }
.check-list li { display: flex; align-items: center; gap: 20px; padding: 17px 0; border-bottom: 1px solid rgba(244,237,218,.18); font-size: 14px; }
.check-list span { color: var(--signal); font-family: var(--mono); font-size: 10px; }
.story-stack { position: relative; padding: 30px 0 55px; }
.route-poster { position: relative; z-index: 2; width: min(600px, 92%); margin: 0 auto; padding: 30px; color: var(--ink); background: var(--paper-light); box-shadow: 0 35px 90px rgba(0,0,0,.42); transform: rotate(2deg); }
.poster-top { display: flex; justify-content: space-between; align-items: center; color: var(--signal); font-family: var(--mono); font-size: 11px; letter-spacing: .08em; }
.route-poster svg { margin: 23px 0 15px; background: #e9e7dc; border-radius: 9px; }
.poster-land { fill: #c9c9bc; stroke: #9b9c93; stroke-width: 1; }
.poster-route { fill: none; stroke: var(--ink); stroke-width: 4; stroke-dasharray: 8 8; stroke-linecap: round; }
.poster-dots circle { fill: var(--signal); stroke: var(--paper-light); stroke-width: 5; }
.poster-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); padding: 13px 0; font-family: var(--mono); font-size: 8px; }
.poster-stats b { display: block; font-family: var(--display); font-size: 30px; }
.route-poster > p { margin: 16px 0 3px; font-size: 12px; line-height: 1.55; font-weight: 700; }
.story-ticket { position: absolute; z-index: 3; left: 0; bottom: 0; color: var(--paper-light); background: var(--signal); padding: 18px 22px; display: flex; gap: 18px; font-family: var(--mono); font-size: 9px; transform: rotate(-4deg); box-shadow: 0 15px 35px rgba(0,0,0,.3); }
.story-ticket b { color: var(--ink); }

.app-section { padding-bottom: 170px; }
.field-board { display: grid; grid-template-columns: 1fr 1.1fr .9fr; gap: 18px; margin-top: 76px; align-items: stretch; }
.presence-document, .counting-wheel { min-height: 550px; border: 1px solid var(--rule); background: var(--paper-light); padding: 30px; box-shadow: 0 22px 50px rgba(32,27,15,.09); }
.document-head { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 14px; border-bottom: 1px solid var(--rule); font-family: var(--mono); font-size: 10px; letter-spacing: .08em; }
.document-head span { color: var(--signal); font-weight: 900; }
.presence-document > strong { display: block; margin: 42px 0 0; font-family: var(--display); font-size: 118px; line-height: .75; }
.presence-document > small { font-family: var(--mono); font-weight: 900; letter-spacing: .1em; }
.document-limit { margin-top: 28px; color: var(--green); font-weight: 800; font-size: 14px; }
.document-limit i { display: block; height: 8px; margin-top: 8px; background: linear-gradient(90deg, var(--signal) 7.1%, var(--paper-deep) 7.1%); }
.presence-document dl { margin: 38px 0 0; }
.presence-document dl div { display: flex; justify-content: space-between; gap: 16px; padding: 13px 0; border-top: 1px solid var(--rule); font-size: 13px; }
.presence-document dt { color: var(--muted); }
.presence-document dd { margin: 0; font-weight: 700; text-align: right; }
.presence-document > p { margin-top: 30px; color: var(--muted); line-height: 1.55; font-size: 13px; }
.feature-ledger { border-top: 1px solid var(--rule); }
.feature-ledger article { min-height: 184px; padding: 25px 22px; display: grid; grid-template-columns: 48px 1fr; column-gap: 12px; border-bottom: 1px solid var(--rule); }
.feature-ledger article > span { grid-row: 1 / span 2; color: var(--signal); font-family: var(--mono); font-size: 11px; }
.feature-ledger h3 { margin: 0 0 9px; font-family: var(--display); font-size: 30px; }
.feature-ledger p { margin: 0; color: var(--muted); line-height: 1.55; }
.counting-wheel { background: var(--ink); color: var(--paper-light); }
.wheel-label { display: block; padding-bottom: 14px; border-bottom: 1px solid rgba(244,237,218,.2); color: #ff6b52; font-family: var(--mono); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.wheel-center { width: 154px; height: 154px; margin: 36px auto; border: 3px double var(--signal); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.wheel-center b { font-family: var(--display); font-size: 74px; line-height: .72; }
.wheel-center small { margin-top: 8px; font-family: var(--mono); font-size: 9px; letter-spacing: .12em; }
.counting-wheel ol { margin: 0; padding: 0; list-style: none; counter-reset: methods; }
.counting-wheel li { counter-increment: methods; padding: 13px 0; border-bottom: 1px solid rgba(244,237,218,.17); font-size: 13px; }
.counting-wheel li::before { content: "0" counter(methods); color: var(--signal); font-family: var(--mono); margin-right: 16px; }
.counting-wheel p { color: rgba(244,237,218,.57); font-size: 12px; line-height: 1.55; margin-top: 25px; }

.privacy-section { padding: 130px max(32px, calc((100vw - 1240px)/2)); background: var(--green); color: var(--paper-light); display: grid; grid-template-columns: .55fr 1.45fr; gap: 90px; align-items: center; }
.privacy-seal { width: min(290px, 90%); aspect-ratio: 1; border: 4px double var(--paper-light); border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; transform: rotate(-7deg); text-align: center; }
.privacy-seal span { font-family: var(--display); font-size: 72px; line-height: .7; }
.privacy-seal b { margin: 17px 0; font-family: var(--mono); line-height: .9; letter-spacing: .08em; }
.privacy-seal small { font-family: var(--mono); font-size: 8px; letter-spacing: .11em; }
.privacy-copy p:nth-of-type(2) { max-width: 810px; color: rgba(244,237,218,.72); font-size: 18px; line-height: 1.65; }
.privacy-copy a { display: inline-flex; gap: 20px; margin-top: 20px; font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 7px; }
.privacy-copy a span { color: #ff8a74; }

.language-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: center; }
.language-number { font-family: var(--display); color: var(--signal); font-size: clamp(220px, 30vw, 460px); line-height: .6; letter-spacing: -.09em; }
.language-copy ul { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0; margin: 38px 0 0; list-style: none; border-top: 1px solid var(--rule); }
.language-copy li { padding: 12px 0; border-bottom: 1px solid var(--rule); font-size: 13px; }

.faq-section { border-top: 1px solid var(--rule); }
.faq-list { margin-top: 65px; border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--ink); }
.faq-list summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 25px 4px; font-family: var(--display); font-size: clamp(22px, 2vw, 31px); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--signal); font-family: var(--sans); font-weight: 300; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 930px; margin: -5px 0 28px; color: var(--muted); line-height: 1.65; }

.final-cta { padding: 140px max(32px, calc((100vw - 1400px)/2)); color: var(--paper-light); background: var(--signal); }
.final-cta h2 { max-width: 1100px; }
.final-cta h2 em { color: var(--ink); }
.final-cta > p:nth-of-type(2) { margin: 27px 0; font-size: 18px; }

.site-footer { padding: 70px max(32px, calc((100vw - 1400px)/2)) 35px; color: var(--paper-light); background: var(--night); display: grid; grid-template-columns: 1fr 1fr; gap: 28px 60px; }
.footer-brand { color: var(--paper-light); }
.site-footer > p { color: rgba(244,237,218,.6); max-width: 480px; margin: 0; justify-self: end; text-align: right; line-height: 1.6; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 25px; }
.site-footer nav a { color: var(--paper-light); font-size: 13px; text-underline-offset: 5px; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(244,237,218,.15); color: rgba(244,237,218,.42); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .75s ease, transform .75s cubic-bezier(.22,.8,.28,1); }
.reveal.delay-1 { transition-delay: .12s; }
.reveal.delay-2 { transition-delay: .24s; }
.reveal.is-visible { opacity: 1; transform: none; }

/* Legal and support pages */
.subpage { min-height: 100vh; background: var(--paper-light); }
.subpage .paper-noise { opacity: .16; }
.subpage-main { width: min(900px, calc(100% - 48px)); margin: 0 auto; padding: 90px 0 130px; }
.subpage-kicker { color: var(--signal); font-family: var(--mono); font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.subpage h1 { margin: 18px 0 27px; font-size: clamp(60px, 8vw, 108px); }
.subpage-intro { max-width: 750px; color: var(--muted); font-family: var(--display); font-size: 25px; line-height: 1.45; }
.document-meta { margin: 35px 0 55px; padding: 15px 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); color: var(--muted); font-family: var(--mono); font-size: 10px; }
.document-section { padding: 33px 0; border-bottom: 1px solid var(--rule); }
.document-section h2 { margin-bottom: 16px; font-size: 36px; letter-spacing: -.025em; line-height: 1.1; }
.document-section h3 { margin: 26px 0 8px; font-family: var(--display); font-size: 24px; }
.document-section p, .document-section li { color: var(--muted); line-height: 1.72; }
.document-section ul { padding-left: 20px; }
.support-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 48px; }
.support-card { min-height: 235px; padding: 26px; border: 1px solid var(--rule); background: white; text-decoration: none; }
.support-card span { color: var(--signal); font-family: var(--mono); font-size: 10px; }
.support-card h2 { margin: 45px 0 10px; font-size: 31px; }
.support-card p { color: var(--muted); line-height: 1.55; }
.support-card:hover { border-color: var(--signal); }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .primary-nav { display: none; position: absolute; left: 0; right: 0; top: 91px; padding: 22px; background: var(--paper-light); border-bottom: 1px solid var(--rule); box-shadow: 0 18px 25px rgba(0,0,0,.08); }
  .primary-nav.is-open { display: flex; }
  .nav-toggle { display: block; justify-self: end; }
  .header-cta { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 880px; }
  .hero-visual { max-width: 780px; width: 100%; margin: 0 auto; }
  .count-grid { grid-template-columns: 1fr 1fr; }
  .rule-card.featured { grid-row: span 2; }
  .atlas-section { grid-template-columns: 1fr; }
  .atlas-copy { max-width: 820px; }
  .story-stack { max-width: 760px; width: 100%; margin: 0 auto; }
  .field-board { grid-template-columns: 1fr 1fr; }
  .feature-ledger { order: 3; grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); }
  .feature-ledger article { display: block; }
  .feature-ledger article > span { display: block; margin-bottom: 20px; }
}

@media (max-width: 720px) {
  .site-header, .hero, .section { width: min(100% - 36px, 1400px); }
  .site-header { height: 76px; }
  .primary-nav { top: 75px; flex-direction: column; align-items: flex-start; gap: 21px; }
  .hero { min-height: 0; padding: 64px 0 76px; gap: 65px; }
  h1 { font-size: clamp(61px, 18vw, 98px); }
  .hero-lede { font-size: 17px; }
  .proof-strip { flex-direction: column; }
  .proof-strip li, .proof-strip li:first-child { padding: 11px 0; border-right: 0; border-bottom: 1px solid var(--rule); }
  .hero-visual { min-height: 465px; }
  .hero-map { left: 0; right: 2%; bottom: 90px; border-radius: 20px; }
  .counter-card { width: 78%; right: 0; }
  .counter-card > strong { font-size: 72px; }
  .arrival-stamp { width: 105px; height: 105px; }
  .section { padding: 95px 0; }
  h2 { font-size: clamp(52px, 15vw, 76px); }
  .count-grid { grid-template-columns: 1fr; }
  .rule-card, .rule-card.featured { min-height: 350px; }
  .atlas-section { padding-left: 18px; padding-right: 18px; }
  .route-poster { width: 100%; padding: 18px; }
  .poster-stats { font-size: 7px; }
  .story-ticket { left: -3px; }
  .field-board { grid-template-columns: 1fr; }
  .presence-document, .counting-wheel { min-height: 500px; }
  .feature-ledger { order: 2; grid-column: auto; grid-template-columns: 1fr; }
  .counting-wheel { order: 3; }
  .privacy-section { grid-template-columns: 1fr; gap: 55px; padding-top: 90px; padding-bottom: 90px; }
  .privacy-seal { max-width: 220px; }
  .language-section { grid-template-columns: 1fr; gap: 60px; }
  .language-number { font-size: 230px; }
  .language-copy ul { grid-template-columns: repeat(2, 1fr); }
  .final-cta { padding-top: 90px; padding-bottom: 90px; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer > p { justify-self: start; text-align: left; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .support-cards { grid-template-columns: 1fr; }
}

@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; }
}
