:root {
  --ink: #120821;
  --ink-soft: #211039;
  --cream: #f7f1e7;
  --paper: #fffaf1;
  --lime: #c8ff2e;
  --coral: #ff775f;
  --violet: #7c4dff;
  --cyan: #52e6ff;
  --line-dark: rgba(18, 8, 33, .17);
  --line-light: rgba(255, 255, 255, .18);
  --max: 1320px;
  --display: "Arial Black", "Avenir Next", "Segoe UI", sans-serif;
  --body: "Avenir Next", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { width: 100%; max-width: 100%; scroll-behavior: smooth; background: var(--ink); overflow-x: clip; }
body { width: 100%; max-width: 100%; margin: 0; color: var(--ink); background: var(--cream); font-family: var(--body); font-size: 16px; line-height: 1.5; overflow-x: clip; }
main { max-width: 100%; overflow-x: clip; }
body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
::selection { color: var(--ink); background: var(--lime); }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: 16px; transform: translateY(-160%); background: var(--lime); padding: 12px 18px; border-radius: 999px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.section-shell { width: min(var(--max), calc(100% - 80px)); margin-inline: auto; }

.notice { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 7px 20px; color: #fff; background: var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; text-align: center; }
.notice-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(200, 255, 46, .12); animation: pulse 2s infinite; }

.site-header { position: sticky; z-index: 100; top: 0; height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 max(30px, calc((100vw - var(--max)) / 2)); border-bottom: 1px solid var(--line-dark); background: rgba(247, 241, 231, .86); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; justify-self: start; gap: 8px; font-family: var(--display); font-size: 25px; font-weight: 950; letter-spacing: -.07em; }
.brand img { width: 40px; height: 43px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 800; }
.site-nav a { position: relative; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--violet); transition: right .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.site-header > .button { justify-self: end; }
.nav-toggle { display: none; }

.button { border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 58px; padding: 0 26px; border-radius: 999px; cursor: pointer; font-size: 13px; font-weight: 900; letter-spacing: .01em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button:focus-visible, .text-link:focus-visible, summary:focus-visible, .wallet-options button:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
.button span { font-size: 18px; }
.button-small { min-height: 46px; padding: 0 19px; gap: 12px; }
.button-dark { color: #fff; background: var(--ink); box-shadow: 0 8px 30px rgba(18, 8, 33, .12); }
.button-dark:hover { background: var(--violet); }
.button-primary { color: var(--ink); background: var(--lime); box-shadow: 0 15px 35px rgba(130, 164, 26, .16); }
.button-primary:hover { box-shadow: 0 18px 42px rgba(130, 164, 26, .28); }
.text-link { border: 0; padding: 12px 4px; color: var(--ink); background: none; cursor: pointer; font-weight: 900; border-bottom: 2px solid var(--ink); }

.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { display: inline-grid; place-items: center; width: 30px; height: 30px; border: 1px solid currentColor; border-radius: 50%; letter-spacing: 0; }
.eyebrow-light { color: rgba(255,255,255,.7); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 950; letter-spacing: -.065em; line-height: .92; }
h1 { margin-bottom: 28px; font-size: clamp(76px, 9vw, 148px); }
h2 { margin-bottom: 28px; font-size: clamp(52px, 6.3vw, 98px); }
h1 em, h2 em { color: var(--violet); font-family: Georgia, serif; font-weight: 500; letter-spacing: -.07em; }

.hero { position: relative; min-height: calc(100vh - 116px); display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; padding-block: 70px 90px; }
.hero-copy { position: relative; z-index: 4; }
.hero-copy, .hero-visual, .wallet-copy, .allocation-copy { min-width: 0; }
.hero-lead { max-width: 590px; color: rgba(18, 8, 33, .72); font-size: clamp(18px, 1.45vw, 23px); line-height: 1.5; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 40px; }
.hero-proof span { padding: 8px 12px; border: 1px solid var(--line-dark); border-radius: 999px; font-size: 10px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.hero-visual { position: relative; min-height: 650px; }
.hero-explorer { position: absolute; z-index: 3; width: 63%; max-height: 680px; right: 0; bottom: -35px; object-fit: contain; filter: drop-shadow(0 35px 45px rgba(63, 16, 104, .26)); animation: float 6s ease-in-out infinite; }
.hero-orb { position: absolute; z-index: 2; width: 72%; left: 2%; top: 5%; filter: drop-shadow(0 35px 55px rgba(88, 31, 144, .22)); animation: float 7.5s 1s ease-in-out infinite reverse; }
.orbit { position: absolute; border: 1px solid rgba(124, 77, 255, .32); border-radius: 50%; transform: rotate(-22deg); }
.orbit-one { width: 580px; height: 300px; left: -4%; top: 27%; }
.orbit-two { width: 430px; height: 610px; right: 5%; top: 6%; border-color: rgba(255, 119, 95, .28); transform: rotate(34deg); }
.visual-note { position: absolute; z-index: 5; right: 3%; top: 2%; width: 132px; padding-top: 13px; border-top: 2px solid var(--ink); font-size: 12px; font-weight: 900; text-align: right; }
.hero-index { position: absolute; right: 0; bottom: 28px; font-family: monospace; font-size: 11px; letter-spacing: .12em; }
.hero-sparks { position: absolute; z-index: 0; width: 260px; left: -170px; top: 60px; opacity: .55; transform: rotate(-15deg); }

.ticker { overflow: hidden; border-block: 1px solid var(--line-dark); background: var(--paper); transform: rotate(-1deg) scale(1.02); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 35px; padding: 14px 0; animation: ticker 28s linear infinite; font-family: var(--display); font-size: 16px; font-weight: 950; letter-spacing: .04em; }
.ticker-track i { color: var(--coral); font-style: normal; }

.manifesto { position: relative; min-height: 690px; display: grid; grid-template-columns: .26fr 1fr; align-items: center; padding-block: 130px; }
.manifesto-number { align-self: start; padding-top: 15px; font-family: Georgia, serif; font-size: 74px; color: var(--coral); }
.manifesto-copy { position: relative; z-index: 2; max-width: 1040px; }
.manifesto-copy p:last-child { max-width: 720px; margin-left: auto; color: rgba(18, 8, 33, .7); font-size: 20px; }
.manifesto-ribbon { position: absolute; z-index: 0; width: 56vw; max-width: 800px; right: -27vw; bottom: 20px; transform: rotate(-12deg); opacity: .88; }

.drop { position: relative; color: #fff; background: var(--ink); overflow: hidden; }
.drop::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 70% 15%, rgba(124, 77, 255, .28), transparent 34%), radial-gradient(circle at 14% 75%, rgba(255, 119, 95, .14), transparent 30%); }
.drop-shell { position: relative; padding-block: 130px; }
.drop-heading { max-width: 850px; }
.drop-heading h2 em, .roadmap h2 em, .final-cta h2 em { color: var(--lime); }
.drop-heading > p:last-child { max-width: 620px; color: rgba(255,255,255,.68); font-size: 19px; }
.drop-art { position: relative; width: min(760px, 70%); margin: -120px -90px 20px auto; }
.drop-art img { width: 100%; filter: drop-shadow(0 45px 70px rgba(0,0,0,.38)); }
.art-label { position: absolute; right: 0; bottom: 9%; max-width: 165px; padding-top: 12px; border-top: 2px solid var(--lime); color: var(--lime); font-size: 12px; font-weight: 900; }
.drop-steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); }
.step { min-height: 270px; padding: 28px 34px 30px 0; border-right: 1px solid var(--line-light); }
.step + .step { padding-left: 34px; }
.step:last-child { border-right: 0; }
.step-number { display: block; margin-bottom: 55px; color: var(--lime); font-family: monospace; font-size: 11px; }
.step h3 { margin-bottom: 14px; font-size: 34px; }
.step p { color: rgba(255,255,255,.62); }
.drop-status { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 35px; padding: 24px 26px; border-radius: 20px; background: rgba(255,255,255,.07); border: 1px solid var(--line-light); }
.drop-status > div { display: flex; align-items: center; gap: 16px; }
.drop-status p { margin: 0; }
.drop-status strong { display: block; color: var(--lime); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.drop-status a { color: var(--lime); font-weight: 800; }
.status-pulse { width: 13px; height: 13px; border: 2px solid var(--lime); border-radius: 50%; box-shadow: 0 0 0 7px rgba(200,255,46,.1); }

.wallets { min-height: 900px; display: grid; grid-template-columns: 1fr .86fr; align-items: center; gap: 7vw; padding-block: 130px; }
.wallet-art { position: relative; min-height: 650px; display: grid; place-items: center; }
.wallet-art img { position: relative; z-index: 2; width: 110%; max-width: 740px; filter: drop-shadow(0 45px 55px rgba(60, 22, 97, .26)); transform: rotate(-4deg); }
.wallet-glow { position: absolute; width: 70%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(124,77,255,.22), rgba(82,230,255,.09) 45%, transparent 70%); filter: blur(15px); }
.wallet-caption { position: absolute; z-index: 3; left: 3%; bottom: 10%; padding: 12px 18px; border: 1px solid var(--line-dark); border-radius: 999px; background: rgba(247,241,231,.75); backdrop-filter: blur(10px); font-weight: 900; transform: rotate(-5deg); }
.wallet-copy > p:not(.eyebrow):not(.brand-note) { max-width: 590px; color: rgba(18,8,33,.66); font-size: 18px; }
.wallet-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 34px 0; padding: 1px; list-style: none; background: var(--line-dark); border: 1px solid var(--line-dark); }
.wallet-list li { min-width: 0; display: grid; grid-template-columns: 44px 1fr; column-gap: 12px; align-items: center; padding: 18px; background: var(--cream); }
.wallet-list strong, .wallet-list small { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wallet-list small { grid-column: 2; color: rgba(18,8,33,.52); }
.wallet-monogram { grid-row: span 2; width: 44px; height: 44px; display: grid; place-items: center; color: #fff; background: var(--ink-soft); border-radius: 13px; font-size: 12px; font-weight: 900; box-shadow: inset 0 0 0 1px rgba(255,255,255,.16); }
.brand-note { max-width: 500px; margin: 18px 0 0; color: rgba(18,8,33,.48); font-size: 12px; }

.allocation { color: #fff; background: var(--ink-soft); overflow: hidden; }
.allocation-shell { min-height: 780px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 50px; padding-block: 120px; }
.allocation-copy > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.66); font-size: 18px; }
.allocation h2 em { color: var(--coral); }
.data-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 40px; border: 1px solid var(--line-light); background: var(--line-light); }
.data-grid div { padding: 20px; background: var(--ink-soft); }
.data-grid span { display: block; margin-bottom: 5px; color: rgba(255,255,255,.42); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.data-grid strong { font-size: 14px; }
.allocation-art { position: relative; }
.allocation-art img { width: 120%; max-width: none; filter: drop-shadow(0 45px 70px rgba(0,0,0,.38)); }
.allocation-art span { position: absolute; right: 4%; bottom: 2%; padding: 10px 15px; border: 1px solid var(--line-light); border-radius: 999px; background: rgba(18,8,33,.46); backdrop-filter: blur(9px); font-size: 11px; font-weight: 900; text-transform: uppercase; }

.trust { padding-block: 140px; }
.trust-heading { max-width: 900px; margin-bottom: 80px; }
.trust-feature { min-height: 500px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 8vw; padding-block: 45px; border-top: 1px solid var(--line-dark); }
.trust-feature:nth-of-type(even) { grid-template-columns: .9fr 1.1fr; }
.trust-feature:nth-of-type(even) .trust-art { order: 2; }
.trust-art { min-height: 400px; display: grid; place-items: center; }
.trust-art img { width: 100%; max-height: 470px; object-fit: contain; filter: drop-shadow(0 40px 55px rgba(64,24,103,.18)); }
.trust-feature h3 { margin-bottom: 18px; font-size: clamp(44px, 5vw, 78px); }
.trust-feature p { max-width: 500px; color: rgba(18,8,33,.62); font-size: 18px; }
.feature-index { display: block; margin-bottom: 60px; color: var(--violet); font-family: Georgia, serif; font-size: 44px; }

.roadmap { position: relative; color: #fff; background: var(--ink); overflow: hidden; }
.roadmap::after { content: ""; position: absolute; width: 760px; aspect-ratio: 1; right: -330px; top: -270px; border: 1px solid rgba(200,255,46,.25); border-radius: 50%; box-shadow: 0 0 0 70px rgba(124,77,255,.04), 0 0 0 140px rgba(124,77,255,.03); }
.roadmap-shell { position: relative; z-index: 2; padding-block: 130px 80px; }
.roadmap-heading { max-width: 950px; }
.roadmap-rocket { position: absolute; z-index: 3; width: min(430px, 30vw); right: 2vw; top: 7%; filter: drop-shadow(0 45px 55px rgba(0,0,0,.42)); transform: rotate(7deg); }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); margin: 90px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line-light); }
.timeline li { position: relative; min-height: 310px; padding: 32px 28px 30px 0; border-right: 1px solid var(--line-light); }
.timeline li + li { padding-left: 28px; }
.timeline li::before { content: ""; position: absolute; top: -7px; left: 0; width: 13px; height: 13px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 7px rgba(200,255,46,.11); }
.timeline span { display: block; margin-bottom: 70px; color: var(--lime); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.timeline strong { display: block; margin-bottom: 14px; font-family: var(--display); font-size: 32px; letter-spacing: -.04em; }
.timeline p { color: rgba(255,255,255,.58); }
.roadmap-world { width: 83%; margin: -70px auto -10%; }
.roadmap-world img { width: 100%; filter: drop-shadow(0 -30px 55px rgba(83,41,130,.36)); }

.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; padding-block: 140px; }
.faq-heading { position: sticky; top: 130px; align-self: start; }
.faq-heading h2 { font-size: clamp(48px, 5.5vw, 82px); }
.faq-list { border-top: 1px solid var(--line-dark); }
details { border-bottom: 1px solid var(--line-dark); }
summary { position: relative; padding: 28px 55px 28px 0; cursor: pointer; list-style: none; font-family: var(--display); font-size: 23px; font-weight: 900; letter-spacing: -.035em; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; top: 22px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line-dark); border-radius: 50%; font-family: var(--body); transition: transform .2s ease, background .2s ease; }
details[open] summary::after { transform: rotate(45deg); background: var(--lime); }
details p { max-width: 650px; padding: 0 45px 30px 0; color: rgba(18,8,33,.64); }

.final-cta { position: relative; color: #fff; background: linear-gradient(125deg, #6f3fff, #321054 52%, #120821); overflow: hidden; }
.final-cta::after { content: ""; position: absolute; width: 50vw; height: 50vw; right: -15vw; top: -18vw; border-radius: 50%; background: rgba(200,255,46,.12); filter: blur(60px); }
.final-cta-shell { position: relative; z-index: 2; min-height: 720px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.final-cta h2 { font-size: clamp(70px, 10vw, 150px); }
.final-cta .button { margin-bottom: 25px; }
.final-cta-shell > p:last-child { color: rgba(255,255,255,.62); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.final-sparks { position: absolute; z-index: 1; width: min(580px, 43vw); right: -8%; bottom: -12%; opacity: .7; transform: rotate(17deg); }

.site-footer { position: relative; color: #fff; background: #0b0414; }
.footer-main { min-height: 420px; display: grid; grid-template-columns: 1fr .7fr 1fr; align-items: center; gap: 50px; padding-block: 60px; }
.brand-footer { font-size: 45px; }
.brand-footer img { width: 65px; height: 68px; }
.footer-brand p { color: rgba(255,255,255,.48); }
.footer-mascot { width: 230px; margin: 0 auto; filter: drop-shadow(0 30px 35px rgba(0,0,0,.4)); }
.footer-main nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-main nav div { display: flex; flex-direction: column; gap: 10px; }
.footer-main nav strong { margin-bottom: 8px; color: var(--lime); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.footer-main nav a { color: rgba(255,255,255,.62); }
.footer-main nav a:hover { color: #fff; }
.footer-legal { display: grid; grid-template-columns: .5fr 1.5fr; gap: 40px; padding-block: 25px; border-top: 1px solid var(--line-light); color: rgba(255,255,255,.38); font-size: 11px; }
.footer-legal p { margin: 0; }

.wallet-dialog { width: min(660px, calc(100% - 30px)); max-height: calc(100vh - 30px); padding: 0; border: 0; border-radius: 30px; color: var(--ink); background: var(--paper); box-shadow: 0 35px 110px rgba(0,0,0,.48); overflow: auto; }
.wallet-dialog::backdrop { background: rgba(11,4,20,.78); backdrop-filter: blur(9px); }
.dialog-shell { position: relative; padding: 42px; }
.dialog-close { position: absolute; z-index: 2; right: 24px; top: 24px; width: 42px; height: 42px; border: 1px solid var(--line-dark); border-radius: 50%; background: transparent; cursor: pointer; font-size: 28px; line-height: 1; }
.dialog-heading img { margin-bottom: 12px; }
.dialog-heading .eyebrow { margin-bottom: 12px; }
.dialog-heading h2 { max-width: 500px; margin-bottom: 15px; font-size: 46px; }
.dialog-heading > p:last-child { max-width: 530px; color: rgba(18,8,33,.62); }
.wallet-options { display: grid; gap: 8px; margin: 28px 0; }
.wallet-options button { display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 14px; width: 100%; padding: 13px; border: 1px solid var(--line-dark); border-radius: 17px; color: var(--ink); background: transparent; cursor: pointer; text-align: left; transition: transform .2s ease, background .2s ease; }
.wallet-options button:hover { transform: translateX(4px); background: #f2eadf; }
.wallet-options button span:nth-child(2) { display: flex; flex-direction: column; }
.wallet-options small { color: rgba(18,8,33,.48); }
.manual-check { margin: 25px 0; }
.manual-check label { display: block; margin-bottom: 8px; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.manual-check > div { display: grid; grid-template-columns: 1fr auto; border: 1px solid var(--line-dark); border-radius: 15px; overflow: hidden; }
.manual-check input { min-width: 0; padding: 14px 16px; border: 0; color: var(--ink); background: transparent; outline: none; }
.manual-check button { padding: 0 20px; border: 0; color: #fff; background: var(--ink); cursor: pointer; font-weight: 900; }
.wallet-result { display: flex; flex-direction: column; padding: 18px; border-radius: 16px; background: rgba(124,77,255,.09); border: 1px solid rgba(124,77,255,.23); }
.wallet-result strong { color: var(--violet); }
.wallet-result.is-success { background: rgba(200,255,46,.18); border-color: rgba(129,166,17,.35); }
.wallet-result.is-success strong { color: #4b6100; }
.wallet-result.is-error { background: rgba(255,119,95,.13); border-color: rgba(255,119,95,.3); }
.wallet-result.is-error strong { color: #a22a17; }
.dialog-warning { margin: 18px 0 0; color: rgba(18,8,33,.48); font-size: 11px; }

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

@keyframes float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-20px) rotate(2deg); } }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .4; } }
@keyframes ticker { to { transform: translateX(-50%); } }

@media (max-width: 1050px) {
  .section-shell { width: min(var(--max), calc(100% - 46px)); }
  .site-header { grid-template-columns: 1fr auto auto; padding-inline: 23px; }
  .site-nav { position: fixed; inset: 116px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 20px 23px 28px; background: var(--cream); border-bottom: 1px solid var(--line-dark); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 15px 0; border-bottom: 1px solid var(--line-dark); }
  .nav-toggle { width: 46px; height: 46px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; margin-right: 10px; border: 0; border-radius: 50%; background: transparent; }
  .nav-toggle span:not(.sr-only) { width: 19px; height: 2px; background: var(--ink); }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 80px; }
  .hero-copy { max-width: 780px; }
  .hero-visual { min-height: 650px; margin-top: -40px; }
  .hero-explorer { width: 51%; right: 8%; }
  .hero-orb { width: 57%; left: 16%; }
  .orbit-one { left: 18%; }
  .manifesto { grid-template-columns: 120px 1fr; }
  .drop-art { width: 90%; margin-right: -80px; }
  .wallets { grid-template-columns: 1fr; gap: 20px; }
  .wallet-art { min-height: 570px; }
  .wallet-art img { width: 90%; }
  .allocation-shell { grid-template-columns: 1fr; }
  .allocation-art { max-width: 760px; margin-inline: auto; }
  .trust-feature, .trust-feature:nth-of-type(even) { grid-template-columns: 1fr 1fr; }
  .trust-feature:nth-of-type(even) .trust-art { order: initial; }
  .roadmap-rocket { width: 280px; right: -50px; top: 40px; opacity: .72; }
  .timeline { grid-template-columns: 1fr 1fr; }
  .timeline li:nth-child(2) { border-right: 0; }
  .timeline li:nth-child(n+3) { border-top: 1px solid var(--line-light); }
  .faq { grid-template-columns: 1fr; }
  .faq-heading { position: static; }
  .footer-main { grid-template-columns: 1fr .5fr 1fr; }
}

@media (max-width: 700px) {
  .section-shell { width: calc(100% - 34px); }
  .notice { min-height: 46px; font-size: 9px; }
  .site-header { top: 0; height: 70px; }
  .site-nav { inset: 116px 0 auto; }
  .site-header > .button { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .nav-toggle { margin: 0; }
  .brand { font-size: 22px; }
  h1 { font-size: clamp(58px, 18vw, 74px); }
  h2 { font-size: clamp(44px, 14vw, 68px); }
  .hero { min-height: auto; padding-block: 65px 45px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero-proof { gap: 5px; }
  .hero-proof span { font-size: 8px; }
  .hero-visual { min-height: 455px; margin-top: 15px; }
  .hero-orb { width: 77%; left: -4%; top: 9%; }
  .hero-explorer { width: 66%; right: -4%; bottom: -8px; }
  .orbit-one { width: 360px; height: 190px; left: -15%; top: 32%; }
  .orbit-two { width: 260px; height: 410px; right: -10%; }
  .visual-note { right: 0; width: 100px; font-size: 10px; }
  .hero-index { display: none; }
  .manifesto { min-height: 620px; grid-template-columns: 1fr; padding-block: 95px; }
  .manifesto-number { font-size: 45px; }
  .manifesto-copy p:last-child { font-size: 17px; }
  .manifesto-ribbon { width: 100vw; right: -58vw; }
  .drop-shell { padding-block: 95px; }
  .drop-heading > p:last-child { font-size: 17px; }
  .drop-art { width: 120%; margin: -20px -24% 30px -4%; }
  .art-label { right: 15%; }
  .drop-steps { grid-template-columns: 1fr; }
  .step, .step + .step { min-height: auto; padding: 25px 0 30px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .step-number { margin-bottom: 25px; }
  .drop-status { align-items: flex-start; flex-direction: column; }
  .wallets { padding-block: 80px; }
  .wallet-art { min-height: 390px; }
  .wallet-art img { width: 120%; max-width: none; }
  .wallet-caption { left: 0; bottom: 3%; }
  .wallet-list { grid-template-columns: 1fr; }
  .allocation-shell { padding-block: 90px; }
  .data-grid { grid-template-columns: 1fr; }
  .allocation-art img { width: 145%; margin-left: -22%; }
  .trust { padding-block: 95px; }
  .trust-heading { margin-bottom: 40px; }
  .trust-feature, .trust-feature:nth-of-type(even) { grid-template-columns: 1fr; gap: 10px; padding-block: 55px; }
  .trust-art { min-height: 280px; }
  .trust-art img { max-height: 320px; }
  .feature-index { margin-bottom: 25px; }
  .roadmap-shell { padding-block: 95px 40px; }
  .roadmap-rocket { width: 190px; top: 130px; right: -60px; opacity: .55; }
  .timeline { grid-template-columns: 1fr; }
  .timeline li, .timeline li + li { min-height: auto; padding: 30px 0; border-right: 0; border-top: 1px solid var(--line-light); }
  .timeline span { margin-bottom: 30px; }
  .roadmap-world { width: 130%; margin: 0 0 -12% -15%; }
  .faq { gap: 30px; padding-block: 95px; }
  summary { font-size: 19px; }
  .final-cta-shell { min-height: 650px; }
  .final-sparks { width: 75vw; right: -25%; }
  .footer-main { grid-template-columns: 1fr; padding-block: 70px; }
  .footer-mascot { width: 180px; }
  .footer-main nav { max-width: 430px; }
  .footer-legal { grid-template-columns: 1fr; gap: 12px; }
  .dialog-shell { padding: 30px 20px 24px; }
  .dialog-close { right: 16px; top: 16px; }
  .dialog-heading h2 { padding-right: 30px; font-size: 38px; }
  .manual-check > div { grid-template-columns: 1fr; }
  .manual-check button { min-height: 44px; }
}

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