:root {
  --ink: #071d25;
  --ink-soft: #14343c;
  --paper: #f4f7f3;
  --white: #fff;
  --mint: #26e886;
  --green: #05b883;
  --teal: #007f78;
  --line: rgba(7, 29, 37, .12);
  --muted: #647579;
  --radius: 28px;
  --shadow: 0 30px 90px rgba(3, 30, 35, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.nav-open {
  position: fixed;
  top: var(--nav-scroll-offset, 0);
  right: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: var(--white); padding: 10px 14px; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  padding: 20px 0;
  transition: background .25s, box-shadow .25s, padding .25s;
}
.site-header.scrolled { padding: 10px 0; background: rgba(244, 247, 243, .9); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(18px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 178px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 34px; }
.language-picker select { padding: 8px 28px 8px 10px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--ink); font: inherit; font-size: .76rem; font-weight: 850; cursor: pointer; }
.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-nav > a { text-decoration: none; font-size: .9rem; font-weight: 700; }
.site-nav > a:not(.button):hover { color: var(--green); }
.nav-toggle { display: none; width: 44px; height: 44px; background: transparent; border: 0; padding: 11px; }
.nav-toggle span { display: block; height: 2px; margin: 6px 0; background: var(--ink); transition: .2s; }

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(120deg, var(--green), var(--mint));
  box-shadow: 0 14px 34px rgba(4, 184, 131, .24);
  color: var(--ink);
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(4, 184, 131, .33); }
.button-small { min-height: 42px; padding-inline: 19px; font-size: .84rem !important; }
.button-disabled { box-shadow: none; }
.text-link { font-weight: 800; text-decoration: none; }
.text-link span { display: inline-block; margin-left: 5px; color: var(--green); transition: transform .2s; }
.text-link:hover span { transform: translateY(4px); }

.hero { position: relative; min-height: 850px; overflow: hidden; padding: 150px 0 95px; background: radial-gradient(circle at 72% 22%, rgba(38,232,134,.13), transparent 27%), var(--paper); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 160px; background: linear-gradient(transparent, var(--paper)); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 68px; }
.hero-copy { position: relative; z-index: 2; padding-top: 28px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--teal); font-size: .75rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: var(--mint); }
h1, h2 { margin: 0; font-size: clamp(3.55rem, 7.2vw, 6.6rem); line-height: .92; letter-spacing: -.065em; font-weight: 900; }
h2 { font-size: clamp(2.75rem, 5vw, 5rem); }
h1 em, h2 em { color: var(--green); font-style: normal; }
.hero-lede { max-width: 590px; margin: 31px 0; color: #496368; font-size: 1.15rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 24px; margin: 34px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: .8rem; font-weight: 700; }
.trust-row span { display: inline-grid; width: 19px; height: 19px; margin-right: 6px; place-items: center; border: 1px solid rgba(5,184,131,.5); border-radius: 50%; color: var(--green); font-size: .66rem; }

.hero-visual { position: relative; display: grid; min-height: 610px; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(5,184,131,.19); border-radius: 50%; }
.orbit-one { width: 520px; height: 520px; }
.orbit-two { width: 680px; height: 680px; border-color: rgba(7,29,37,.07); }
.phone { position: relative; z-index: 3; width: 310px; padding: 11px; border: 2px solid rgba(255,255,255,.2); border-radius: 49px; background: #03141a; box-shadow: 0 45px 100px rgba(3, 25, 31, .28), inset 0 0 0 1px rgba(255,255,255,.18); transform: rotate(3deg); }
.phone-top { position: relative; z-index: 2; display: flex; height: 34px; align-items: center; justify-content: space-between; padding: 0 15px; color: white; font-size: .58rem; font-weight: 800; }
.dynamic-island { width: 80px; height: 23px; border-radius: 20px; background: #000; }
.phone-screen { min-height: 545px; padding: 13px 18px 22px; border-radius: 34px; background: linear-gradient(160deg, #0d3138, #061b23 68%); color: white; }
.app-bar { display: flex; align-items: center; justify-content: space-between; }
.app-bar img { width: 34px; border-radius: 9px; }
.live-pill { display: inline-flex; align-items: center; gap: 7px; padding: 6px 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.05); font-size: .62rem; }
.live-pill i { width: 6px; height: 6px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(38,232,134,.12); }
.activity-label { margin: 35px 0 18px; text-align: center; color: #83a0a5; font-size: .65rem; font-weight: 850; letter-spacing: .18em; }
.progress-ring { position: relative; width: 185px; height: 185px; margin: auto; }
.progress-ring svg { transform: rotate(-90deg); }
.progress-ring circle { fill: none; stroke: rgba(255,255,255,.08); stroke-width: 8; }
.progress-ring .progress { stroke: url(#none); stroke: var(--mint); stroke-linecap: round; stroke-dasharray: 490; stroke-dashoffset: 181; filter: drop-shadow(0 0 8px rgba(38,232,134,.45)); }
.progress-ring > div { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; }
.progress-ring strong { display: block; font-size: 2.45rem; line-height: 1; }
.progress-ring span { color: #8fa4a8; font-size: .67rem; }
.challenge-stats { display: grid; grid-template-columns: 1fr 1fr; margin: 23px 0 17px; }
.challenge-stats div { text-align: center; border-right: 1px solid rgba(255,255,255,.09); }
.challenge-stats div:last-child { border: 0; }
.challenge-stats span, .challenge-stats strong { display: block; }
.challenge-stats span { color: #829ba0; font-size: .62rem; }
.challenge-stats strong { font-size: .82rem; }
.challenge-stats .good { color: var(--mint); }
.locked-card { display: flex; align-items: center; gap: 12px; padding: 14px; border: 1px solid rgba(38,232,134,.17); border-radius: 17px; background: rgba(38,232,134,.06); }
.lock-dot { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: rgba(38,232,134,.13); color: var(--mint); font-size: 1.4rem; }
.locked-card small, .locked-card strong { display: block; }
.locked-card small { color: #86a0a5; font-size: .58rem; }
.locked-card strong { font-size: .78rem; }
.phone-note { margin: 16px 0 0; text-align: center; color: #80999e; font-size: .62rem; }
.float-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; min-width: 140px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.75); border-radius: 17px; background: rgba(255,255,255,.86); box-shadow: 0 18px 48px rgba(7,29,37,.14); backdrop-filter: blur(13px); }
.float-card > span { color: var(--green); font-size: 1.35rem; font-weight: 900; }
.float-card strong, .float-card small { display: block; line-height: 1.25; }
.float-card strong { font-size: .78rem; }
.float-card small { color: var(--muted); font-size: .62rem; }
.float-credits { left: -10px; top: 185px; animation: float 4s ease-in-out infinite; }
.float-unlock { right: -7px; bottom: 125px; animation: float 4.8s ease-in-out .6s infinite; }
@keyframes float { 50% { transform: translateY(-10px); } }
.scroll-cue { position: absolute; z-index: 3; bottom: 24px; left: 50%; width: 1px; height: 48px; background: rgba(7,29,37,.15); }
.scroll-cue span { display: block; width: 1px; height: 18px; background: var(--green); animation: scroll 1.8s infinite; }
@keyframes scroll { from { transform: translateY(0); opacity: 1; } to { transform: translateY(30px); opacity: 0; } }

.loop-strip { position: relative; z-index: 4; padding: 26px 0; overflow: hidden; border-block: 1px solid var(--line); background: rgba(255,255,255,.55); }
.loop-row { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 3vw, 40px); font-size: clamp(.9rem, 1.8vw, 1.22rem); font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.loop-row b { color: #b6c1bf; font-weight: 500; }
.loop-row .accent { color: var(--green); }

.section { padding: 135px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; margin-bottom: 58px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading p:last-child { max-width: 420px; justify-self: end; margin: 0 0 4px; color: var(--muted); font-size: 1.05rem; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { position: relative; min-height: 350px; overflow: hidden; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.64); transition: transform .25s, box-shadow .25s; }
.step-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.step-card.featured { background: var(--ink); color: var(--white); }
.step-number { position: absolute; right: 24px; top: 20px; color: rgba(7,29,37,.17); font-size: 3.5rem; font-weight: 950; }
.featured .step-number { color: rgba(255,255,255,.12); }
.step-icon { display: grid; width: 72px; height: 72px; margin: 33px 0 46px; place-items: center; border-radius: 22px; background: rgba(5,184,131,.1); color: var(--green); font-size: 1.8rem; }
.featured .step-icon { background: rgba(38,232,134,.12); color: var(--mint); }
.target-icon::before { content: ""; width: 28px; height: 28px; border: 3px solid var(--green); border-radius: 50%; box-shadow: 0 0 0 7px rgba(5,184,131,.14); }
.target-icon i { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.route-icon { display: flex; gap: 12px; }
.route-icon i { width: 12px; height: 12px; border: 3px solid var(--green); border-radius: 50%; }
.route-icon i:last-child { background: var(--green); }
.step-card h3 { margin: 0 0 12px; font-size: 1.45rem; }
.step-card p { margin: 0; color: var(--muted); }
.featured p { color: #a9bbbd; }

.focus-section { overflow: hidden; background: #edf2ed; }
.focus-grid, .commitment-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 100px; }
.focus-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.focus-card { position: relative; z-index: 2; width: min(420px, 90%); padding: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: 35px; background: linear-gradient(145deg, #0e3840, #061d25); box-shadow: 0 40px 90px rgba(7,29,37,.25); color: white; transform: rotate(-3deg); }
.focus-card-top { display: flex; justify-content: space-between; color: #9bb0b3; font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.status-dot { color: var(--mint); }
.focus-distance { display: flex; align-items: baseline; gap: 8px; margin: 50px 0 16px; }
.focus-distance strong { font-size: 4rem; line-height: 1; }
.focus-distance span { color: #91a5a8; }
.focus-bar { height: 8px; overflow: hidden; border-radius: 8px; background: rgba(255,255,255,.1); }
.focus-bar i { display: block; width: 76%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--green), var(--mint)); }
.allowed-list { margin-top: 42px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.09); }
.allowed-list p { color: #91a5a8; font-size: .75rem; }
.allowed-list > div { display: flex; gap: 10px; }
.app-chip { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(255,255,255,.08); border-radius: 14px; background: rgba(255,255,255,.07); }
.pulse-circle { position: absolute; border-radius: 50%; border: 1px solid rgba(5,184,131,.19); }
.pulse-circle.one { width: 520px; height: 520px; }
.pulse-circle.two { width: 670px; height: 670px; }
.focus-copy > p:not(.eyebrow), .commitment-copy > p:not(.eyebrow) { max-width: 530px; margin: 28px 0; color: var(--muted); font-size: 1.06rem; }
.feature-list { margin: 38px 0 0; padding: 0; list-style: none; }
.feature-list li { display: flex; gap: 14px; margin: 22px 0; }
.feature-list i { display: grid; flex: 0 0 30px; height: 30px; place-items: center; border-radius: 50%; background: rgba(5,184,131,.11); color: var(--green); font-style: normal; font-size: .7rem; }
.feature-list strong, .feature-list span { display: block; }
.feature-list span { color: var(--muted); font-size: .85rem; }

.fairness { background: var(--ink); color: white; }
.fairness-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.eyebrow.light { color: var(--mint); }
.fairness-copy { position: sticky; top: 150px; align-self: start; }
.fairness-copy p:last-child { max-width: 420px; color: #a4b5b8; }
.fairness-rules { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.rule { display: flex; gap: 18px; min-height: 205px; padding: 25px; border: 1px solid rgba(255,255,255,.1); border-radius: 24px; background: rgba(255,255,255,.035); }
.rule-icon { display: grid; flex: 0 0 50px; height: 50px; place-items: center; border-radius: 15px; background: rgba(38,232,134,.12); color: var(--mint); font-weight: 900; }
.rule h3 { margin: 8px 0 7px; font-size: 1.03rem; }
.rule p { margin: 0; color: #91a7aa; font-size: .88rem; }

.commitment { background: white; }
.commitment-grid { grid-template-columns: 1fr 1fr; }
.balance-note { display: flex; gap: 12px; max-width: 530px; padding-top: 23px; border-top: 1px solid var(--line); }
.balance-note > span { display: grid; flex: 0 0 26px; height: 26px; place-items: center; border: 1px solid rgba(5,184,131,.4); border-radius: 50%; color: var(--green); font-size: .75rem; font-weight: 900; }
.balance-note p { margin: 0; color: var(--muted); font-size: .82rem; }
.ledger-card { padding: 36px; border: 1px solid var(--line); border-radius: 30px; background: var(--paper); box-shadow: var(--shadow); }
.ledger-head { display: flex; justify-content: space-between; color: var(--muted); font-size: .73rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.ledger-head span:last-child { color: var(--green); }
.ledger-balance { margin: 36px 0; }
.ledger-balance small, .ledger-balance strong { display: block; }
.ledger-balance small { color: var(--muted); }
.ledger-balance strong { font-size: 3.8rem; line-height: 1.1; }
.ledger-balance strong span { color: var(--muted); font-size: 1rem; }
.ledger-line { display: flex; justify-content: space-between; padding: 17px; border-radius: 14px; background: white; font-size: .84rem; }
.ledger-line strong { color: var(--teal); }
.ledger-path { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 13px; margin: 27px 0 18px; }
.ledger-path > div { display: flex; align-items: center; gap: 9px; }
.ledger-path i { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; font-style: normal; font-weight: 900; }
.ledger-path i.success { background: rgba(5,184,131,.13); color: var(--green); }
.ledger-path i.failure { background: rgba(255,107,91,.12); color: #dd5d50; }
.ledger-path strong, .ledger-path small { display: block; }
.ledger-path strong { font-size: .72rem; }
.ledger-path small { color: var(--muted); font-size: .62rem; }
.ledger-path > b { color: #a0adad; font-size: .62rem; text-transform: uppercase; }
.ledger-card > p { margin: 0; padding-top: 17px; border-top: 1px solid var(--line); color: var(--green); text-align: center; font-size: .76rem; font-weight: 800; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 95px; }
.faq .section-heading { display: block; margin: 0; }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 27px 44px 27px 0; cursor: pointer; list-style: none; font-size: 1.04rem; font-weight: 850; }
summary::-webkit-details-marker { display: none; }
summary span::before, summary span::after { content: ""; position: absolute; right: 6px; top: 38px; width: 14px; height: 2px; background: var(--ink); transition: transform .2s; }
summary span::after { transform: rotate(90deg); }
details[open] summary span::after { transform: rotate(0); }
details p { max-width: 650px; margin: -8px 0 26px; color: var(--muted); }

.early-access { padding: 70px 0 120px; }
.early-card { position: relative; overflow: hidden; padding: 80px 30px; border-radius: 42px; background: radial-gradient(circle at 50% 0, rgba(38,232,134,.18), transparent 40%), var(--ink); color: white; text-align: center; }
.early-card::before, .early-card::after { content: ""; position: absolute; width: 340px; height: 340px; border: 1px solid rgba(38,232,134,.11); border-radius: 50%; }
.early-card::before { left: -180px; top: -130px; }
.early-card::after { right: -180px; bottom: -180px; }
.early-card img { width: 76px; margin: 0 auto 20px; border-radius: 19px; }
.eyebrow.centered { justify-content: center; color: var(--mint); }
.early-card h2 { font-size: clamp(2.8rem, 5.2vw, 5.4rem); }
.early-card > p:not(.eyebrow,.form-note) { max-width: 590px; margin: 25px auto; color: #9db1b4; }
.early-card .button { position: relative; z-index: 2; margin-top: 8px; }
.form-note { min-height: 22px; margin: 13px 0 0; color: #718b90; font-size: .72rem; }

.site-footer { padding: 38px 0; border-top: 1px solid var(--line); }
.footer-row { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 35px; }
.footer-brand img { width: 145px; }
.footer-row p { grid-row: 2; margin: 0; color: var(--muted); font-size: .78rem; }
.footer-row nav { display: flex; gap: 22px; }
.footer-row nav a { font-size: .8rem; font-weight: 700; text-decoration: none; }
.footer-row small { color: var(--muted); font-size: .7rem; }

.legal-page { min-height: 100vh; background: white; }
.legal-header { padding: 28px 0; border-bottom: 1px solid var(--line); }
.legal-header .shell { display: flex; align-items: center; justify-content: space-between; }
.legal-header a:last-child { font-size: .85rem; font-weight: 800; text-decoration: none; }
.legal-main { width: min(760px, calc(100% - 48px)); margin: 0 auto; padding: 90px 0 120px; }
.legal-main h1 { font-size: clamp(3rem, 7vw, 5rem); }
.legal-main .draft-label { display: inline-block; margin: 18px 0 35px; padding: 6px 10px; border-radius: 7px; background: #fff2c7; color: #6d5312; font-size: .72rem; font-weight: 800; }
.legal-main h2 { margin-top: 46px; font-size: 1.35rem; letter-spacing: -.02em; }
.legal-main p, .legal-main li { color: #4c6166; }
.legal-main a { color: var(--green); text-underline-offset: 3px; }
.legal-updated { margin: 14px 0 34px; font-size: .82rem; }
.legal-summary, .legal-warning { margin: 34px 0; padding: 22px 24px; border-radius: 18px; }
.legal-summary { border: 1px solid rgba(5,184,131,.23); background: rgba(5,184,131,.07); }
.legal-warning { border: 1px solid #ead8a4; background: #fff8df; }
.legal-summary strong, .legal-warning strong { display: block; margin-bottom: 6px; color: var(--ink); }
.legal-summary p, .legal-warning p { margin: 0; }
.legal-nav { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 58px; padding-top: 24px; border-top: 1px solid var(--line); }
.legal-nav a { font-size: .85rem; font-weight: 800; }
.legal-nav a[aria-current="page"] { color: var(--ink); text-decoration: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .trust-row { justify-content: center; }
  .hero-lede { margin-inline: auto; }
  .hero-visual { min-height: 620px; }
  .section-heading, .focus-grid, .commitment-grid, .fairness-grid, .faq-grid { grid-template-columns: 1fr; gap: 55px; }
  .section-heading p:last-child { justify-self: start; margin-top: 28px; }
  .fairness-copy { position: static; }
  .focus-grid { gap: 35px; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 30px, 580px); }
  .site-header { padding: calc(12px + env(safe-area-inset-top)) 0 12px; }
  .site-header.scrolled { background: var(--paper); backdrop-filter: none; -webkit-backdrop-filter: none; }
  .nav-open .site-header { background: var(--paper); box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
  .brand img { width: 145px; }
  .brand, .nav-toggle { position: relative; z-index: 3; }
  .nav-toggle { display: block; touch-action: manipulation; }
  .nav-open .nav-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
  .nav-open .nav-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; z-index: 2; display: flex; min-height: 100vh; min-height: 100dvh; flex-direction: column; align-items: center; justify-content: flex-start; gap: 24px; padding: calc(104px + env(safe-area-inset-top)) 24px calc(32px + env(safe-area-inset-bottom)); overflow-y: auto; overscroll-behavior: contain; background: var(--paper); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-8px); transition: opacity .2s, transform .2s, visibility 0s linear .2s; }
  .site-nav a { font-size: 1.3rem; }
  .language-picker select { font-size: 1rem; }
  .nav-open .site-nav { opacity: 1; visibility: visible; pointer-events: auto; transform: none; transition-delay: 0s; }
  .hero { padding-top: 125px; }
  h1 { font-size: clamp(3.3rem, 17vw, 5.5rem); }
  h2 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .hero-actions { flex-direction: column; }
  .hero-visual { min-height: 560px; transform: scale(.88); margin: -25px -20px; }
  .orbit-two { display: none; }
  .float-credits { left: -4px; }
  .float-unlock { right: 0; }
  .loop-row { flex-wrap: wrap; gap: 9px 14px; }
  .section { padding: 90px 0; }
  .section-heading { display: block; }
  .steps-grid, .fairness-rules { grid-template-columns: 1fr; }
  .step-card { min-height: 310px; }
  .focus-visual { min-height: 420px; }
  .focus-card { width: 94%; }
  .pulse-circle.one { width: 420px; height: 420px; }
  .pulse-circle.two { display: none; }
  .rule { min-height: auto; }
  .ledger-card { padding: 25px 18px; }
  .ledger-path { grid-template-columns: 1fr; }
  .ledger-path > b { padding-left: 10px; }
  .early-card { padding: 65px 22px; border-radius: 30px; }
  .footer-row { grid-template-columns: 1fr; justify-items: center; text-align: center; gap: 16px; }
  .footer-row p { grid-row: auto; }
}

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