:root {
  --lime: #B8F832;
  --lime-rgb: 184 248 50;
  --ink: #183027;
  --ink-rgb: 24 48 39;
  --leaf: #578229;
  --leaf-rgb: 87 130 41;
  --lime-mid: #91CA2D;
  --lime-mid-rgb: 145 202 45;
  --white: #FFFFFF;
  --white-rgb: 255 255 255;
  --void: #000705;
  --void-rgb: 0 7 5;
  --sage: #B4CCB6;
  --sage-rgb: 180 204 182;
  --paper: #F5F8F5;
  --paper-rgb: 245 248 245;
  --paper-deep: #E9F0E9;
  --paper-deep-rgb: 233 240 233;
  --ink-deep: #0B1914;
  --ink-deep-rgb: 11 25 20;
}

/* No colour literals here. Every colour is a token from tokens.css (see src/tokens.mjs). */
@font-face { font-family: 'Gasoek One'; src: url('/assets/fonts/gasoek-one-latin-400-normal.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Onest'; src: url('/assets/fonts/onest-latin-400-normal.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Onest'; src: url('/assets/fonts/onest-latin-500-normal.woff2') format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'Onest'; src: url('/assets/fonts/onest-latin-600-normal.woff2') format('woff2'); font-weight: 600; font-display: swap; }
@font-face { font-family: 'Onest'; src: url('/assets/fonts/onest-latin-900-normal.woff2') format('woff2'); font-weight: 900; font-display: swap; }

:root {
  --f-display: 'Gasoek One', 'Arial Black', sans-serif;
  --f-body: 'Onest', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --f-mono: ui-monospace, 'SF Mono', Menlo, Consolas, monospace;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --topfix-h: 0px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--f-body); font-weight: 400; line-height: 1.5; -webkit-font-smoothing: antialiased; }
h1, h2, h3, p, ul, ol { margin: 0; padding: 0; }
ul, ol { list-style: none; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; border-radius: 6px; }
.dark-sec :focus-visible, .cabar :focus-visible { outline-color: var(--lime); }
.sr { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

#bg { position: fixed; inset: 0; z-index: 0; width: 100vw; height: 100vh; pointer-events: none; }
#app { position: relative; z-index: 10; width: 100%; overflow-x: clip; }
.is-inert { cursor: default; }

/* ---------- fixed top stack: header row, then the contract slot ---------- */
.topfix { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; }
.hdr { padding: 8px 20px; }
.hdr-in { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 4px 8px; border-radius: 16px; transition: background-color 0.2s var(--ease), box-shadow 0.2s var(--ease), backdrop-filter 0.2s var(--ease); }
.hdr.is-stuck .hdr-in { background: rgb(var(--paper-rgb) / 0.82); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: 0 10px 30px -18px rgb(var(--ink-rgb) / 0.5); }
.brand { display: flex; align-items: center; gap: 12px; min-height: 44px; }
.brand img { border-radius: 10px; }
.brand-t { font-weight: 600; font-size: 18px; letter-spacing: 0.18em; text-transform: uppercase; }
.nav { display: none; align-items: center; gap: 40px; font-weight: 500; font-size: 16px; }
.nav-a { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; opacity: 1; transition: opacity 0.2s ease-in-out; }
a.nav-a:hover { opacity: 0.7; }
.nav-a.is-inert { opacity: 0.5; }
.socials { display: flex; align-items: center; gap: 4px; }
.soc { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 12px; transition: opacity 0.2s ease-in-out; }
a.soc:hover { opacity: 0.7; }
.soc.is-inert { opacity: 0.5; }
.soc .ico { width: 20px; height: 20px; }

.cabar { background: var(--ink); color: var(--white); border-top: 1px solid rgb(var(--white-rgb) / 0.1); }
.cabar-in { max-width: 1200px; margin: 0 auto; padding: 8px 16px; display: flex; align-items: center; justify-content: center; gap: 12px 16px; flex-wrap: wrap; }
.cabar-l { font-weight: 600; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--lime); }
.ca { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 44px; padding: 4px 14px; border: 0; border-radius: 14px; background: transparent; color: inherit; text-align: left; }
button.ca { cursor: pointer; transition: background-color 0.2s var(--ease), color 0.2s var(--ease); }
button.ca:hover { background: rgb(var(--white-rgb) / 0.1); }
button.ca.is-copied { background: var(--lime); color: var(--ink); }
.ca-addr { font-family: var(--f-mono); font-weight: 600; font-size: clamp(16px, 1.9vw, 28px); line-height: 1.25; overflow-wrap: anywhere; word-break: break-all; }
.ca.is-inert .ca-addr { font-family: var(--f-body); font-weight: 600; word-break: normal; overflow-wrap: normal; opacity: 0.85; }
.ca-act { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.75; white-space: nowrap; }
.ca-act .ico { width: 16px; height: 16px; }
.ca-inline { background: rgb(var(--white-rgb) / 0.06); border-radius: 999px; padding: 6px 16px; color: var(--white); }
.ca-inline .ca-addr { font-size: clamp(13px, 1.5vw, 18px); }

/* ---------- shared type ---------- */
.h1, .h2, .foot-big { font-family: var(--f-display); font-weight: 400; text-transform: uppercase; margin: 0; }
.js #foot-extra { opacity: 0; }
.h1 { font-size: 42px; line-height: 1.02; color: var(--ink); }
.h2 { font-size: 34px; line-height: 1.05; color: var(--ink); }
.h2.w720 { max-width: 720px; margin-inline: auto; } .h2.w820 { max-width: 820px; margin-inline: auto; } .h2.w900 { max-width: 900px; margin-inline: auto; }
.h2.dark { max-width: 520px; }
.dark-sec .h2 { color: var(--white); }
.ln { display: block; overflow: hidden; padding-bottom: 0.1em; }
.ln > span { display: block; }
.js [data-lines] { visibility: hidden; }
.js [data-reveal] { opacity: 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 20px; padding: 6px 16px; border-radius: 999px; font-weight: 600; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; background: rgb(var(--lime-rgb) / 0.15); color: var(--lime); }
.sec-head { text-align: center; width: 100%; }
.lead { margin-top: 24px; max-width: 520px; font-weight: 500; font-size: 18px; line-height: 1.5; color: rgb(var(--ink-rgb) / 0.75); }
.lead.center { margin-inline: auto; text-align: center; }
.wrap { max-width: 1300px; margin: 0 auto; padding: 0 24px; }
.center { text-align: center; }
.sec { position: relative; padding: 96px 0; }
.dark-sec { color: var(--white); padding: 112px 0; }
.draft { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 48px auto 0; max-width: 620px; font-size: 13px; font-weight: 500; text-align: center; color: rgb(var(--ink-rgb) / 0.6); }
.draft-dot { flex: none; width: 8px; height: 8px; border-radius: 50%; background: var(--leaf); }
.dark-sec .draft { color: rgb(var(--white-rgb) / 0.6); }
time { white-space: nowrap; }

/* ---------- buttons ---------- */
.cta-row { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; }
.btn { position: relative; display: flex; align-items: center; height: 55px; border-radius: 16px; font-weight: 500; font-size: 16px; overflow: hidden; cursor: pointer; transition: background-color 0.2s var(--ease), color 0.2s var(--ease); }
.btn-ink { width: 200px; padding: 4px; background: var(--ink); color: var(--white); }
.btn-ink .btn-tile { position: absolute; left: 4px; top: 4px; bottom: 4px; width: 47px; display: flex; align-items: center; justify-content: center; border-radius: 12px; background: var(--lime); color: var(--ink); transition: width 0.3s ease-in-out; }
.btn-ink .btn-t { flex: 1; padding-left: 48px; text-align: center; white-space: nowrap; transition: transform 0.3s ease-in-out; }
.btn-ink:not(.is-inert):hover .btn-tile { width: calc(100% - 8px); }
.btn-ink:not(.is-inert):hover .btn-t { transform: translateX(100%); }
.btn-white { width: fit-content; padding: 0 20px; background: var(--white); color: var(--ink); }
.btn-white .btn-tile { display: none; }
.btn-white:not(.is-inert):hover { background: var(--lime); }
.btn.is-inert { cursor: not-allowed; opacity: 0.6; }
.app-note { margin-top: 12px; font-size: 13px; font-weight: 500; color: rgb(var(--ink-rgb) / 0.6); min-height: 20px; }

/* ---------- hero ---------- */
.hero { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 100vh; padding-top: 176px; }
.hero-copy { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; text-align: center; }
.chip-row { display: flex; justify-content: center; margin-bottom: 28px; }
.chip { display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px; border-radius: 999px; background: var(--white); border: 1px solid rgb(var(--ink-rgb) / 0.12); font-weight: 600; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; }
.chip-dot, .pill-dot, .lcard-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 3px rgb(var(--lime-rgb) / 0.35); }
.hero-sub { max-width: 520px; margin: 28px auto 0; font-size: 18px; line-height: 1.33; color: rgb(var(--ink-rgb) / 0.8); }
.hero .cta-row { margin-top: 36px; }
.verify { margin-top: 40px; display: flex; flex-direction: column; align-items: center; gap: 20px; padding: 24px; border-radius: 28px; background: var(--white); box-shadow: 0 18px 40px rgb(var(--ink-rgb) / 0.08); text-align: left; }
.verify-t { font-weight: 600; font-size: 18px; }
.verify-s { margin-top: 4px; font-size: 14px; color: rgb(var(--ink-rgb) / 0.65); }
.verify-f { display: flex; gap: 8px; width: 100%; }
.verify-i { flex: 1; min-width: 0; height: 48px; padding: 0 16px; border: 1px solid rgb(var(--ink-rgb) / 0.2); border-radius: 14px; background: var(--paper); font-family: var(--f-mono); font-size: 14px; }
.verify-i:focus-visible { outline-offset: 1px; }
.verify-b { flex: none; min-width: 88px; height: 48px; padding: 0 20px; border: 0; border-radius: 14px; background: var(--lime); color: var(--ink); font-weight: 600; cursor: pointer; transition: background-color 0.2s var(--ease); }
.verify-b:hover { background: var(--lime-mid); }
.verify-r { width: 100%; padding: 12px 16px; border-radius: 14px; font-size: 14px; font-weight: 500; background: rgb(var(--ink-rgb) / 0.05); }
.verify-r[data-tone='good'] { background: var(--lime); }
.verify-r[data-tone='warn'] { background: var(--ink); color: var(--white); }
.built { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 32px; font-size: 13px; font-weight: 500; color: rgb(var(--ink-rgb) / 0.6); }
.badge { padding: 6px 14px; border-radius: 999px; background: rgb(var(--ink-rgb) / 0.06); color: var(--ink); font-weight: 600; }

.hero-book { margin-top: 56px; width: 100%; }
.rail-h { display: flex; justify-content: center; margin-bottom: 20px; font-size: 13px; font-weight: 500; color: rgb(var(--ink-rgb) / 0.6); }
.marquee-track { overflow: hidden; padding: 12px 0 32px; -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent); mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent); }
.marquee { display: flex; width: max-content; animation: marquee 38s linear infinite; }
.marquee-slow { animation-duration: 55s; }
.marquee-track:hover .marquee { animation-play-state: paused; }
@keyframes marquee { 0% { transform: translate(0); } to { transform: translate(-50%); } }
.lcard { flex: none; width: 280px; height: 190px; margin-right: 16px; display: flex; flex-direction: column; padding: 16px; border: 1px solid rgb(var(--ink-rgb) / 0.08); border-radius: 22px; background: var(--white); box-shadow: 0 16px 36px -26px rgb(var(--ink-rgb) / 0.5); transition: transform 0.3s var(--ease); }
.lcard:hover { transform: translateY(-4px); }
.lcard-top { display: flex; align-items: center; gap: 8px; font-weight: 600; font-size: 15px; }
.lcard-sym { margin-top: 12px; font-weight: 900; font-size: 28px; line-height: 1.1; color: rgb(var(--ink-rgb) / 0.35); }
.lcard-when { font-size: 12px; color: rgb(var(--ink-rgb) / 0.55); }
.lcard-foot { margin-top: auto; display: flex; justify-content: space-between; align-items: baseline; font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: rgb(var(--ink-rgb) / 0.55); }
.lcard-foot b { font-size: 18px; letter-spacing: 0; color: rgb(var(--ink-rgb) / 0.35); }

/* ---------- tilted ticker band ---------- */
.band { position: relative; padding: 32px 0; overflow: hidden; user-select: none; }
.band-in { transform: rotate(-2deg) scale(1.04); background: var(--ink); padding: 16px 0; box-shadow: 0 20px 60px -30px rgb(var(--ink-rgb) / 0.6); overflow: hidden; }
.mq { color: var(--lime); font-family: var(--f-display); text-transform: uppercase; font-size: 18px; letter-spacing: 0.025em; }
.mq-item { display: flex; align-items: center; gap: 40px; padding-right: 40px; white-space: nowrap; }
.mq-star { font-style: normal; font-size: 0.7em; }

/* ---------- equalizer ---------- */
.eq { display: grid; gap: 48px; align-items: center; }
.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.stat { display: flex; flex-direction: column; justify-content: space-between; min-height: 210px; padding: 20px 16px; border-radius: 28px; border: 1px solid rgb(var(--ink-rgb) / 0.08); }
.stat-lime { background: var(--lime); border-color: transparent; }
.stat-white { background: var(--white); }
.stat-ink { background: var(--ink); color: var(--white); border-color: transparent; }
.stat-v { flex: 1; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 48px; line-height: 1; font-variant-numeric: tabular-nums; }
.stat-na { opacity: 0.35; }
.stat-l { font-weight: 500; font-size: 14px; line-height: 1.25; text-align: center; }
.stat-d { margin-top: 6px; font-size: 11px; text-align: center; opacity: 0.6; }

/* ---------- why (dark) ---------- */
.grid4 { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 64px; }
.why { padding: 40px 30px; border-radius: 30px; background: var(--ink-deep); border: 1px solid rgb(var(--white-rgb) / 0.08); transition: transform 0.3s var(--ease); }
.why:hover { transform: translateY(-4px); }
.why-n { font-size: 14px; font-weight: 600; letter-spacing: 0.12em; color: var(--sage); }
.why-t { margin-top: 20px; font-weight: 600; font-size: 24px; line-height: 1.33; color: var(--lime); }
.why-b { margin-top: 12px; font-size: 16px; color: rgb(var(--white-rgb) / 0.72); }

/* ---------- pinned statement ---------- */
.pin { display: flex; align-items: center; justify-content: center; width: 100%; height: 82vh; min-height: 480px; padding: 0 24px; }
.stmt { max-width: 900px; text-align: center; font-weight: 600; font-size: 38px; line-height: 1.25; letter-spacing: -0.02em; color: var(--ink); }
.hlwrap { position: relative; display: inline; isolation: isolate; }
.hl { position: absolute; left: 0; right: 0; bottom: 0.02em; height: 0.36em; z-index: -1; background: var(--lime); transform-origin: left center; }
.w { display: inline-block; }
.ch { display: inline-block; }

/* ---------- flow ---------- */
.flow { position: relative; }
.flow-head { padding: 64px 24px 32px; text-align: center; }
.flow-grid { max-width: 1400px; margin: 0 auto; }
.rail { display: none; }
.step { display: grid; gap: 48px; align-items: center; min-height: 100vh; padding: 64px 24px; }
.step-dot { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: var(--ink); color: var(--lime); font-weight: 600; font-size: 20px; }
.step-cap { margin-top: 24px; font-size: 12px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: rgb(var(--ink-rgb) / 0.6); }
.step-t { margin-top: 12px; font-family: var(--f-display); font-weight: 400; font-size: 30px; line-height: 1.05; text-transform: uppercase; color: var(--ink); }
.step-tag { display: inline-block; margin-top: 16px; padding: 6px 12px; border-radius: 999px; background: var(--lime); font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; }
.step-b { margin-top: 20px; max-width: 460px; font-weight: 500; font-size: 15px; line-height: 1.5; color: rgb(var(--ink-rgb) / 0.8); }
.step-vis { position: relative; display: flex; align-items: center; justify-content: center; min-height: 320px; border-radius: 30px; overflow: hidden; }
.v-lime { background: var(--lime); color: var(--ink); }
.v-ink { background: var(--ink); color: var(--lime); }
.step-svg { width: 45%; max-width: 220px; }
.step-big { position: absolute; right: 24px; bottom: 8px; font-family: var(--f-display); font-size: 120px; line-height: 1; opacity: 0.14; }

/* ---------- safeguards / pairing ---------- */
.grid3, .grid2 { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 64px; }
.guard { min-height: 260px; padding: 30px; border-radius: 30px; background: var(--white); border: 1px solid rgb(var(--ink-rgb) / 0.08); transition: transform 0.3s var(--ease); }
.guard:hover { transform: translateY(-4px); }
.guard-n { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: var(--lime); font-weight: 600; font-size: 14px; }
.guard-t { margin-top: 24px; font-weight: 600; font-size: 24px; line-height: 1.33; }
.guard-b { margin-top: 12px; font-size: 16px; color: rgb(var(--ink-rgb) / 0.75); }
.pills { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; margin-top: 40px; }
.pill { display: inline-flex; align-items: center; gap: 8px; min-height: 38px; padding: 6px 16px 6px 12px; border-radius: 999px; border: 1px solid rgb(var(--ink-rgb) / 0.15); background: rgb(var(--white-rgb) / 0.6); font-weight: 600; font-size: 14px; }
.pill em { font-style: normal; font-weight: 500; opacity: 0.6; }
.pills-more { font-size: 14px; font-weight: 500; color: rgb(var(--ink-rgb) / 0.6); }
.grid2 { margin-top: 40px; }
.ptile { min-height: 324px; padding: 40px 30px; border-radius: 30px; transition: transform 0.3s var(--ease); }
.ptile:hover { transform: translateY(-6px); }
.ptile-ink { background: var(--ink); color: var(--white); }
.ptile-lime { background: var(--lime); color: var(--ink); }
.ptile-t { font-weight: 600; font-size: 28px; line-height: 1.2; }
.ptile-b { margin-top: 16px; max-width: 460px; font-size: 18px; opacity: 0.85; }

/* ---------- token (dark) ---------- */
.token { display: grid; gap: 56px; align-items: center; max-width: 1100px; margin: 64px auto 0; }
.ring-wrap { position: relative; width: 100%; max-width: 360px; aspect-ratio: 1; margin: 0 auto; color: var(--lime); display: flex; align-items: center; justify-content: center; }
.ring { position: absolute; inset: 0; width: 100%; height: 100%; }
.ring-mark { position: relative; width: 128px; height: auto; opacity: 0.9; }
.token-lead { font-weight: 500; font-size: 18px; color: rgb(var(--white-rgb) / 0.7); }
.token-ca { margin-top: 24px; }
.trows { margin-top: 28px; border-top: 1px solid rgb(var(--white-rgb) / 0.12); }
.trow { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 18px 0; border-bottom: 1px solid rgb(var(--white-rgb) / 0.12); }
.trow-k { font-size: 14px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sage); }
.trow-v { font-size: 16px; font-weight: 500; text-align: right; color: rgb(var(--white-rgb) / 0.85); }

/* ---------- closing ---------- */
.sec-verify { padding: 96px 0 64px; }
.audit { display: inline-flex; align-items: baseline; gap: 10px; margin: 40px 0; font-size: 14px; padding: 10px 20px; border-radius: 999px; background: rgb(var(--ink-rgb) / 0.05); }
.audit b { font-weight: 600; }
.foot-pad { width: 100%; padding: 20px; }
.foot-panel { display: flex; flex-direction: column; align-items: center; padding: 120px 20px; border-radius: 24px; background: var(--lime); text-align: center; }
.foot-mark { margin-bottom: 32px; }
.foot-big { font-size: clamp(56px, 13vw, 190px); line-height: 0.95; color: var(--ink); }
.foot-sub { margin-top: 16px; font-weight: 500; font-size: 16px; color: var(--ink); }
.foot-cta { margin-top: 40px; }
.foot-links { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px 32px; padding: 32px 0 24px; font-weight: 500; }
.foot-c { font-size: 14px; color: rgb(var(--ink-rgb) / 0.6); }

/* ---------- breakpoints (sm 640, md 768, lg 1024) ---------- */
@media (min-width: 640px) {
  .h1 { font-size: 60px; }
  .stmt { font-size: 48px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 768px) {
  .hero { padding-top: 208px; }
  .hdr-in { padding: 8px; }
  .nav { display: flex; }
  .cta-row { flex-direction: row; }
  .h2 { font-size: 48px; }
  .sec { padding: 128px 0; }
  .dark-sec { padding: 160px 0; }
  .wrap { padding: 0 32px; }
  .hero-sub { font-size: 24px; margin-top: 28px; }
  .grid4 { grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 80px; }
  .grid3 { grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 80px; }
  .grid2 { grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 56px; }
  .lead { font-size: 20px; }
  .step { grid-template-columns: 1fr 1fr; gap: 64px; padding: 96px 48px; }
  .step-t { font-size: 44px; line-height: 1.05; }
  .step-b { font-size: 20px; }
  .stmt { font-size: 60px; }
  .foot-pad { padding: 30px; }
  .foot-panel { padding: 160px 20px; border-radius: 32px; }
  .mq { font-size: 24px; }
  .band { padding: 48px 0; }
  .band-in { padding: 20px 0; }
  .verify { flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 24px 32px; }
  .verify-f { width: auto; flex: 1; min-width: 300px; max-width: 480px; }
  .stat-v { font-size: 60px; }
  .stat-l { font-size: 16px; }
}
@media (min-width: 1024px) {
  .h1 { font-size: 84px; }
  .h2 { font-size: 56px; }
  .stmt { font-size: 68px; }
  .eq { grid-template-columns: 1fr 1.35fr; gap: 64px; }
  .stats { grid-template-columns: repeat(4, 1fr); }
  .grid4 { grid-template-columns: repeat(4, 1fr); }
  .grid3 { grid-template-columns: repeat(3, 1fr); }
  .flow-grid { display: grid; grid-template-columns: 96px 1fr; }
  .rail { display: flex; flex-direction: column; gap: 20px; position: sticky; top: 38vh; align-self: start; padding-left: 24px; }
  .rail-i { font-weight: 600; font-size: 20px; line-height: 1.25; color: rgb(var(--ink-rgb) / 0.25); transition: color 0.3s var(--ease), transform 0.3s var(--ease); }
  .rail-i.is-on { color: var(--ink); transform: translateX(6px); }
  .step { padding: 96px 48px; }
  .token { grid-template-columns: 1fr 1.25fr; gap: 56px; }
  .verify-r { flex-basis: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js [data-lines], .js [data-reveal], .js #foot-extra { visibility: visible; opacity: 1; }
}
