:root {
  --paper: #f8f2e7;
  --paper-deep: #eee3d2;
  --ink: #14233f;
  --muted: #5e6470;
  --coral: #ef4f71;
  --coral-dark: #c93458;
  --mint: #49c9ae;
  --mint-dark: #198b78;
  --yellow: #f3c956;
  --plum: #7855a7;
  --white: #fffdf8;
  --line: rgba(20, 35, 63, 0.16);
  --shadow: 0 22px 60px rgba(41, 39, 48, 0.13);
  --radius: 28px;
  --sans: Inter, ui-rounded, "Avenir Next", Avenir, "Segoe UI", sans-serif;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
::selection { color: var(--ink); background: var(--yellow); }

.skip-link { position: fixed; z-index: 100; top: 1rem; left: 1rem; padding: .7rem 1rem; transform: translateY(-180%); border-radius: 999px; color: white; background: var(--ink); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 10; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: min(1180px, calc(100% - 2rem)); min-height: 82px; margin: 0 auto; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: .72rem; width: max-content; font-family: var(--serif); font-size: 1.35rem; font-weight: 800; text-decoration: none; }
.mini-mark { display: grid; width: 39px; aspect-ratio: 1; place-items: center; border-radius: 50%; color: var(--white); background: var(--ink); box-shadow: inset 0 0 0 3px var(--ink), inset 0 0 0 5px var(--yellow); transform: rotate(-3deg); }
.mini-mark span { font-family: var(--sans); font-size: .67rem; font-weight: 950; letter-spacing: -.08em; transform: rotate(3deg); }
.site-header nav { display: flex; gap: .25rem; padding: .3rem; border: 1px solid rgba(20,35,63,.08); border-radius: 999px; background: rgba(255,253,248,.56); }
.site-header nav a { padding: .55rem .88rem; border-radius: 999px; color: #4b5261; font-size: .78rem; font-weight: 800; text-decoration: none; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: var(--ink); background: var(--white); }
.header-witlocked { justify-self: end; padding: .65rem .95rem; border-radius: 999px; color: var(--white); background: var(--ink); font-size: .78rem; font-weight: 850; text-decoration: none; }

.hero { position: relative; display: grid; grid-template-columns: 1.04fr .96fr; gap: clamp(2rem, 5vw, 6rem); align-items: center; width: min(1180px, calc(100% - 2rem)); min-height: calc(100svh - 82px); margin: 0 auto; padding: 4rem 0 5rem; }
.hero-copy, .hero-object { min-width: 0; }
.hero::before { position: absolute; z-index: -1; inset: 8% 0 auto; height: 72%; background: radial-gradient(circle at 25% 30%, rgba(73,201,174,.14), transparent 35%), radial-gradient(circle at 80% 30%, rgba(243,201,86,.19), transparent 34%), radial-gradient(circle at 70% 90%, rgba(239,79,113,.12), transparent 32%); content: ""; filter: blur(2px); }
.eyebrow { margin: 0 0 .9rem; color: var(--mint-dark); font-size: .72rem; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.hero h1 { margin: 0; font-family: var(--sans); font-size: clamp(4.3rem, 10.6vw, 9.8rem); font-weight: 950; letter-spacing: -.1em; line-height: .72; }
.hero h1 span { color: var(--coral); }
.hero-line { margin: 2.1rem 0 1.3rem; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.7rem); font-weight: 700; letter-spacing: -.035em; line-height: 1.02; }
.hero-line em { position: relative; color: var(--coral); font-weight: 700; }
.hero-line em::after { position: absolute; right: -1%; bottom: -.25rem; left: -1%; height: 3px; border-radius: 50%; background: var(--yellow); content: ""; transform: rotate(-2deg); }
.hero-detail { max-width: 590px; margin: 0; color: var(--muted); font-size: 1.02rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem 1.2rem; align-items: center; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 52px; padding: .84rem 1.1rem; border: 0; border-radius: 14px; font-weight: 900; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.button-primary { color: white; background: var(--coral); box-shadow: 0 10px 25px rgba(201,52,88,.19); }
.button-primary:hover { background: var(--coral-dark); }
.text-link { font-size: .9rem; font-weight: 850; text-underline-offset: .25rem; }

.hero-object { position: relative; display: grid; min-height: 560px; place-items: center; overflow: clip; isolation: isolate; }
.moneyjig-mark { position: relative; z-index: 3; width: min(330px, 63vw); aspect-ratio: 1; padding: 0; border: 0; border-radius: 50%; background: transparent; cursor: pointer; filter: drop-shadow(0 30px 28px rgba(31,43,58,.2)); transform: rotate(-6deg); animation: hover-token 5s ease-in-out infinite; }
.mark-face { position: absolute; display: grid; inset: 0; place-items: center; overflow: hidden; border: 12px solid var(--ink); border-radius: 50%; color: var(--ink); background: var(--yellow); box-shadow: inset 0 0 0 8px rgba(255,253,248,.7), inset 0 0 0 15px var(--ink), inset 0 0 0 18px var(--yellow); }
.mark-face::before { position: absolute; inset: 10%; border: 3px dashed rgba(20,35,63,.48); border-radius: 50%; content: ""; }
.mark-face::after { position: absolute; top: 15%; right: 18%; width: 28px; aspect-ratio: 1; border: 6px solid var(--ink); border-radius: 50%; background: var(--mint); content: ""; transform: rotate(8deg); }
.mark-face b { position: relative; z-index: 2; font-size: clamp(4.6rem, 13vw, 8rem); font-weight: 1000; letter-spacing: -.14em; line-height: 1; transform: translateX(-.06em); }
.mark-face i { position: absolute; right: 11%; bottom: 12%; width: 34px; height: 8px; border-radius: 99px; background: var(--coral); transform: rotate(-34deg); }
.orbit { position: absolute; z-index: -1; border: 2px dashed rgba(20,35,63,.15); border-radius: 50%; animation: spin 28s linear infinite; }
.orbit::before { position: absolute; top: 13%; left: 3%; width: 14px; aspect-ratio: 1; border-radius: 4px; background: var(--mint); content: ""; transform: rotate(20deg); }
.orbit-one { width: 92%; aspect-ratio: 1.15; transform: rotate(13deg); }
.orbit-two { width: 72%; aspect-ratio: .9; transform: rotate(-28deg); animation-direction: reverse; }
.token { position: absolute; z-index: 4; display: grid; width: 82px; aspect-ratio: 1; place-items: center; border: 7px solid var(--ink); border-radius: 50%; box-shadow: var(--shadow); }
.token b { font-size: 1.6rem; }
.token-left { left: 2%; bottom: 21%; background: var(--mint); transform: rotate(13deg); animation: bob 4.4s ease-in-out infinite; }
.token-right { top: 18%; right: 0; background: var(--coral); transform: rotate(-12deg); animation: bob 4.4s .9s ease-in-out infinite; }
.object-note { position: absolute; right: 4%; bottom: 7%; display: grid; margin: 0; padding: .8rem 1rem; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,253,248,.9); box-shadow: 0 10px 24px rgba(31,43,58,.08); transform: rotate(3deg); }
.object-note span { color: var(--muted); font-size: .62rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.object-note strong { font-family: var(--serif); font-size: 1.25rem; }

.section { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; padding: clamp(5rem, 10vw, 9rem) 0; }
.section-heading h2, .dance h2, .collect h2, .final-cta h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.65rem, 5vw, 5.1rem); letter-spacing: -.045em; line-height: .95; }
.what { position: relative; display: grid; grid-template-columns: .35fr .75fr 1.2fr; gap: clamp(1.5rem, 4vw, 4rem); border-top: 1px solid var(--line); }
.section-number { color: var(--coral); font-family: var(--serif); font-size: 1.1rem; font-weight: 900; }
.what-copy { max-width: 670px; }
.large-copy { margin: 0 0 2rem; font-family: var(--serif); font-size: clamp(1.65rem, 2.8vw, 2.6rem); letter-spacing: -.025em; line-height: 1.14; }
.large-copy a { text-decoration-color: var(--coral); text-decoration-thickness: 3px; text-underline-offset: .14em; }
.solve-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; margin: 0; padding: 0; list-style: none; }
.solve-list li { display: grid; min-height: 160px; padding: 1.05rem; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,253,248,.62); }
.solve-list li:nth-child(2) { background: rgba(73,201,174,.12); }
.solve-list li:nth-child(3) { background: rgba(239,79,113,.11); }
.solve-list span { display: grid; width: 28px; aspect-ratio: 1; place-items: center; border-radius: 50%; color: white; background: var(--ink); font-size: .68rem; font-weight: 900; }
.solve-list strong { align-self: end; font-family: var(--serif); font-size: 1.45rem; }
.solve-list small { color: var(--muted); }
.not-money { margin: 1.5rem 0 0; padding: 1.1rem 1.2rem; border-left: 4px solid var(--yellow); color: var(--muted); background: rgba(243,201,86,.1); }

.dance { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 7rem); align-items: center; width: 100%; max-width: none; padding-right: max(1rem, calc((100vw - 1180px) / 2)); padding-left: max(1rem, calc((100vw - 1180px) / 2)); color: var(--white); background: var(--ink); }
.dance-copy > p:not(.eyebrow) { max-width: 550px; color: rgba(255,253,248,.76); font-size: 1.02rem; }
.dance .eyebrow { color: var(--yellow); }
.imaginary-rule { display: grid; grid-template-columns: auto 1fr; gap: .9rem; margin-top: 2rem; padding: 1rem 1.1rem; border: 1px dashed rgba(255,255,255,.3); border-radius: 18px; color: var(--white); }
.imaginary-rule span { display: grid; width: 34px; aspect-ratio: 1; place-items: center; border-radius: 50%; color: var(--ink); background: var(--yellow); font-weight: 900; }
.imaginary-rule p { margin: 0; }
.dance-machine { position: relative; overflow: hidden; padding: 1rem; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: #202f4b; box-shadow: 0 30px 80px rgba(0,0,0,.24); }
.machine-top { display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.6); font-size: .62rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.machine-top i { width: 9px; aspect-ratio: 1; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(73,201,174,.12); }
.dance-stage { position: relative; display: grid; min-height: 300px; margin: 1rem 0; place-items: center; overflow: hidden; border-radius: 20px; background: radial-gradient(circle at center, rgba(243,201,86,.28), transparent 42%), linear-gradient(160deg, #304260, #182843); }
.dance-stage::after { position: absolute; right: 6%; bottom: 11%; left: 6%; height: 3px; border-radius: 50%; background: rgba(255,255,255,.15); content: ""; }
.dancer { position: relative; width: 145px; height: 195px; transform-origin: 50% 85%; }
.dancer-head { position: absolute; top: 0; left: 50%; width: 51px; aspect-ratio: 1; border: 7px solid var(--ink); border-radius: 43% 54% 45% 53%; background: var(--yellow); transform: translateX(-50%) rotate(-4deg); }
.dancer-body { position: absolute; top: 49px; left: 50%; display: grid; width: 101px; aspect-ratio: 1; place-items: center; border: 7px solid var(--ink); border-radius: 50%; color: var(--ink); background: var(--coral); box-shadow: inset 0 0 0 5px rgba(255,253,248,.32); font-size: 1.25rem; font-weight: 1000; letter-spacing: -.1em; transform: translateX(-50%); }
.dancer-arm, .dancer-leg { position: absolute; z-index: -1; width: 17px; border: 6px solid var(--ink); border-radius: 99px; background: var(--mint); transform-origin: top center; }
.dancer-arm { top: 65px; height: 75px; }
.dancer-arm-left { left: 16px; transform: rotate(42deg); }
.dancer-arm-right { right: 16px; transform: rotate(-42deg); }
.dancer-leg { top: 135px; height: 61px; background: var(--yellow); }
.dancer-leg-left { left: 47px; transform: rotate(8deg); }
.dancer-leg-right { right: 47px; transform: rotate(-8deg); }
.stage-star { position: absolute; color: var(--yellow); font-size: 1.5rem; }
.stage-star-one { top: 16%; left: 17%; }
.stage-star-two { right: 18%; bottom: 23%; color: var(--mint); }
.dance-result { display: grid; min-height: 106px; place-items: center; text-align: center; }
.dance-result small { color: rgba(255,255,255,.56); font-size: .63rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.dance-result strong { font-family: var(--serif); font-size: clamp(1.65rem, 3vw, 2.5rem); }
.dance-result p { margin: .25rem 0 0; color: rgba(255,255,255,.65); font-size: .86rem; }
.button-dance { width: 100%; color: var(--ink); background: var(--yellow); box-shadow: none; }
.dance-machine.is-dancing .dancer { animation: tiny-dance .9s cubic-bezier(.2,.9,.3,1); }
.dance-machine.is-dancing .dancer-arm-left { animation: arm-left .9s ease; }
.dance-machine.is-dancing .dancer-arm-right { animation: arm-right .9s ease; }
.dance-machine.is-dancing .stage-star { animation: pop .7s ease; }
.confetti span { position: absolute; z-index: 10; top: 60%; left: 50%; width: 8px; height: 13px; border-radius: 2px; background: var(--confetti-color); pointer-events: none; animation: confetti-burst .85s ease-out forwards; }

.earn-heading { display: grid; grid-template-columns: 1fr 1.4fr; gap: 1rem 4rem; align-items: end; }
.earn-heading .eyebrow { grid-column: 1 / -1; }
.earn-heading p:last-child { max-width: 520px; margin: 0; color: var(--muted); }
.earn-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3rem; }
.earn-grid article { display: flex; min-height: 360px; flex-direction: column; align-items: flex-start; padding: clamp(1.3rem, 2.6vw, 2rem); border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 10px 30px rgba(41,39,48,.05); transition: transform .2s ease, box-shadow .2s ease; }
.earn-grid article:nth-child(2) { background: #eaf8f4; }
.earn-grid article:nth-child(3) { background: #fff0f2; }
.earn-grid article:hover { box-shadow: 0 18px 38px rgba(41,39,48,.09); transform: translateY(-4px); }
.earn-icon { display: grid; width: 54px; aspect-ratio: 1; place-items: center; border: 2px solid var(--ink); border-radius: 50%; color: var(--ink); background: var(--yellow); font-family: var(--serif); font-size: 1.35rem; font-weight: 900; transform: rotate(-3deg); }
.earn-grid article:nth-child(2) .earn-icon { background: var(--mint); }
.earn-grid article:nth-child(3) .earn-icon { background: var(--coral); }
.card-kicker { margin: 2rem 0 .35rem; color: var(--muted); font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.earn-grid h3 { margin: 0; font-family: var(--serif); font-size: 1.8rem; line-height: 1.05; }
.earn-grid article > p:not(.card-kicker) { color: var(--muted); }
.earn-grid a { margin-top: auto; font-size: .83rem; font-weight: 900; text-underline-offset: .25rem; }
.coming-note { display: flex; gap: .8rem; align-items: center; margin: 1rem 0 0; padding: 1rem 1.2rem; border: 1px dashed var(--line); border-radius: 18px; color: var(--muted); font-size: .86rem; }
.coming-note span { color: var(--coral-dark); font-size: .64rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }

.collect { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 7rem); align-items: center; border-top: 1px solid var(--line); }
.collect-art { position: relative; min-height: 520px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); transform: rotate(-2deg); }
.collect-art::before { position: absolute; inset: 7%; border: 1px dashed rgba(20,35,63,.18); border-radius: 20px; content: ""; }
.concept-label { position: absolute; z-index: 4; top: 8%; left: 10%; margin: 0; color: var(--muted); font-size: .59rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.coin-specimen { position: absolute; display: grid; aspect-ratio: 1; place-items: center; align-content: center; border: 10px solid var(--ink); border-radius: 50%; color: var(--ink); box-shadow: 0 20px 38px rgba(20,35,63,.18), inset 0 0 0 7px rgba(255,253,248,.7), inset 0 0 0 12px var(--ink), inset 0 0 0 15px currentColor; }
.coin-specimen::before { position: absolute; inset: 12%; border: 2px dashed rgba(20,35,63,.42); border-radius: 50%; content: ""; }
.coin-obverse { z-index: 2; top: 17%; left: 8%; width: 260px; background: var(--yellow); transform: rotate(-8deg); }
.coin-obverse span { z-index: 2; font-size: 4.8rem; font-weight: 1000; letter-spacing: -.14em; transform: translateX(-.05em); }
.coin-obverse i { position: absolute; right: 19%; bottom: 19%; width: 28px; height: 7px; border-radius: 99px; background: var(--coral); transform: rotate(-30deg); }
.coin-reverse { z-index: 3; right: 5%; bottom: 14%; width: 195px; background: var(--mint); transform: rotate(11deg); }
.coin-reverse small { z-index: 2; font-size: .5rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.coin-reverse strong { z-index: 2; font-family: var(--serif); font-size: 4.2rem; line-height: .9; }
.coin-reverse span { z-index: 2; font-size: .5rem; font-weight: 950; letter-spacing: .07em; text-transform: uppercase; }
.coin-caption { position: absolute; z-index: 4; right: 10%; bottom: 5%; left: 10%; display: flex; gap: .55rem; justify-content: space-between; margin: 0; color: var(--muted); font-size: .5rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.collect-copy > p:not(.eyebrow):not(.large-copy) { color: var(--muted); }
.future-use-list { display: grid; gap: .65rem; margin: 1.4rem 0; padding: 0; list-style: none; }
.future-use-list li { display: grid; grid-template-columns: 145px 1fr; gap: .8rem; padding: .85rem 0; border-top: 1px solid var(--line); }
.future-use-list strong { font-family: var(--serif); font-size: 1.05rem; }
.future-use-list span { color: var(--muted); font-size: .86rem; }
.scientists { padding: 1rem; border-radius: 14px; background: rgba(73,201,174,.12); font-size: .88rem; }

.philosophy { width: 100%; max-width: none; padding-right: max(1rem, calc((100vw - 900px) / 2)); padding-left: max(1rem, calc((100vw - 900px) / 2)); text-align: center; background: var(--yellow); }
.philosophy .eyebrow { color: var(--ink); }
.philosophy blockquote { margin: 0; }
.philosophy blockquote p { margin: 0 0 1.4rem; font-family: var(--serif); font-size: clamp(2rem, 4.6vw, 4rem); font-weight: 700; letter-spacing: -.04em; line-height: 1.05; }
.philosophy blockquote p:nth-child(2) { color: rgba(20,35,63,.62); font-size: clamp(1.5rem, 3vw, 2.4rem); }
.final-thought { display: inline-block; margin: 1rem 0 0; padding: .55rem .85rem; color: white; background: var(--ink); font-size: .8rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; transform: rotate(-1deg); }

.final-cta { display: flex; gap: 2rem; align-items: end; justify-content: space-between; }
.final-cta h2 { max-width: 750px; }
.final-cta .button { flex: none; margin-bottom: .4rem; }

footer { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; width: min(1180px, calc(100% - 2rem)); margin: 0 auto; padding: 3rem 0 1.6rem; border-top: 1px solid var(--line); }
.footer-brand { display: flex; gap: .8rem; align-items: center; }
.footer-brand p { margin: 0; color: var(--muted); font-size: .8rem; }
.footer-brand strong { color: var(--ink); font-family: var(--serif); font-size: 1.05rem; }
footer nav { display: flex; gap: 1rem; font-size: .78rem; font-weight: 800; }
.copyright { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: .72rem; }
.footer-secret { grid-column: 1 / -1; margin: 2rem 0 0; color: rgba(20,35,63,.18); font-size: .55rem; text-align: center; }

.legal-shell { min-height: 100vh; }
.legal-main { width: min(760px, calc(100% - 2rem)); margin: 0 auto; padding: 6rem 0 8rem; }
.legal-main h1 { margin: 0 0 1rem; font-family: var(--serif); font-size: clamp(3.5rem, 8vw, 6.7rem); letter-spacing: -.06em; line-height: .9; }
.legal-main .intro { color: var(--muted); font-size: 1.15rem; }
.legal-main h2 { margin: 3rem 0 .6rem; font-family: var(--serif); font-size: 1.8rem; }
.legal-main p, .legal-main li { color: #515867; }
.legal-main li + li { margin-top: .55rem; }
.back-link { display: inline-flex; margin-bottom: 3rem; font-size: .8rem; font-weight: 900; text-underline-offset: .25rem; }
.error-main { display: grid; min-height: calc(100svh - 82px); place-items: center; padding: 2rem; text-align: center; }
.error-code { margin: 0; color: var(--coral); font-size: .72rem; font-weight: 950; letter-spacing: .15em; text-transform: uppercase; }
.error-main h1 { max-width: 850px; margin: .5rem 0 1rem; font-family: var(--serif); font-size: clamp(3rem, 8vw, 7rem); line-height: .92; letter-spacing: -.06em; }
.error-main p { max-width: 560px; color: var(--muted); }

@keyframes hover-token { 0%,100% { transform: translateY(0) rotate(-6deg); } 50% { transform: translateY(-13px) rotate(-3deg); } }
@keyframes bob { 0%,100% { translate: 0 0; } 50% { translate: 0 -12px; } }
@keyframes spin { to { rotate: 360deg; } }
@keyframes tiny-dance { 0%,100% { transform: translate(0) rotate(0); } 18% { transform: translate(-12px,-8px) rotate(-7deg); } 42% { transform: translate(10px,-13px) rotate(7deg); } 66% { transform: translate(-5px,-4px) rotate(-3deg); } 82% { transform: translate(4px,-10px) rotate(3deg); } }
@keyframes arm-left { 35% { transform: rotate(91deg); } 70% { transform: rotate(4deg); } }
@keyframes arm-right { 35% { transform: rotate(-10deg); } 70% { transform: rotate(-88deg); } }
@keyframes pop { 50% { scale: 1.8; rotate: 30deg; } }
@keyframes confetti-burst { to { opacity: 0; transform: translate(var(--x), var(--y)) rotate(var(--r)); } }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 5rem; text-align: center; }
  .hero-copy { display: grid; justify-items: center; }
  .hero-object { min-height: 480px; }
  .what { grid-template-columns: auto 1fr; }
  .what-copy { grid-column: 2; }
  .dance { grid-template-columns: 1fr; }
  .dance-copy { max-width: 700px; }
  .earn-heading { grid-template-columns: 1fr; }
  .earn-grid { grid-template-columns: 1fr; }
  .earn-grid article { min-height: 300px; }
  .collect { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .site-header { min-height: 70px; }
  .brand { font-size: 1.08rem; }
  .mini-mark { width: 34px; }
  .header-witlocked { min-height: 44px; padding: .58rem .7rem; font-size: .7rem; }
  .hero { min-height: auto; padding: 4rem 0 3rem; }
  .hero h1 { font-size: clamp(3.5rem, 20vw, 6rem); }
  .hero-detail { font-size: .92rem; }
  .hero-actions { flex-direction: column; }
  .hero-object { min-height: 400px; }
  .token { width: 65px; border-width: 5px; }
  .object-note { right: 0; bottom: 2%; }
  .what { grid-template-columns: 1fr; }
  .section-number { display: none; }
  .what-copy { grid-column: 1; }
  .solve-list { grid-template-columns: 1fr; }
  .solve-list li { min-height: 125px; }
  .dance-stage { min-height: 260px; }
  .dancer { scale: .9; }
  .coming-note { align-items: flex-start; flex-direction: column; }
  .collect-art { min-height: 390px; }
  .coin-obverse { top: 17%; left: 3%; width: 215px; }
  .coin-reverse { right: 1%; bottom: 17%; width: 150px; }
  .coin-obverse span { font-size: 3.9rem; }
  .coin-reverse strong { font-size: 3.4rem; }
  .coin-caption { right: 6%; left: 6%; gap: .25rem; font-size: .43rem; }
  .future-use-list li { grid-template-columns: 1fr; gap: .2rem; }
  .final-cta { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr; }
  footer nav { flex-wrap: wrap; }
  .copyright { grid-column: 1; }
  .footer-secret { grid-column: 1; }
}

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