/* =============================================================
   BELIEVINU — golden hour design system
   ============================================================= */
@property --sweep { syntax: '<angle>'; inherits: false; initial-value: 0deg; }

:root {
  --night: #0c0a1d;
  --dusk: #1a1030;
  --plum: #2a1745;
  --violet: #7b5cd6;
  --rose: #f49ab6;
  --ember: #ff7a3d;
  --shiba: #e5873a;
  --sun: #ffc75a;
  --sun-hi: #ffe2a1;
  --cream: #fff4e3;
  --paper: #fbeedb;
  --ink: #23160f;
  --sky: #9ccdf5;
  --meadow: #86a843;

  --rainbow: linear-gradient(90deg, #ff6b6b, #ffb347, #ffe66d, #8ee39a, #7cc7ff, #b39bff, #ff8fd0);
  --sun-grad: linear-gradient(135deg, #ffe7a6 0%, #ffc75a 38%, #ff9a3d 100%);

  --f-display: 'Fraunces', 'Iowan Old Style', Georgia, serif;
  --f-sans: 'Bricolage Grotesque', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
  --f-mono: 'Geist Mono', ui-monospace, 'SFMono-Regular', Menlo, Consolas, monospace;

  --gutter: clamp(18px, 4vw, 56px);
  --radius: 22px;
  --ease: cubic-bezier(.2, .8, .2, 1);
  --ease-spring: cubic-bezier(.34, 1.56, .64, 1);
  --nav-h: 76px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; overflow-x: clip; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }
body {
  margin: 0;
  background: var(--dusk);
  color: var(--cream);
  font-family: var(--f-sans);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
body.is-loading { overflow: hidden; }
img, svg, canvas { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
em { font-style: italic; }
::selection { background: var(--sun); color: var(--ink); }

.skip { position: fixed; left: 12px; top: -60px; z-index: 999; background: var(--sun); color: var(--ink); padding: 10px 14px; border-radius: 10px; }
.skip:focus { top: 12px; }
:focus-visible { outline: 2px solid var(--sun); outline-offset: 3px; border-radius: 8px; }

/* ---------- type ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: .6em;
  margin: 0 0 18px;
  font-family: var(--f-mono);
  font-size: 12px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--sun-hi);
}
.eyebrow::before { content: ''; width: 22px; height: 1px; background: currentColor; opacity: .7; }
.hero__eyebrow::before { display: none; }
.eyebrow--ink { color: #9a5a22; }
.h2 {
  margin: 0;
  font-family: var(--f-display);
  font-variation-settings: 'opsz' 144, 'SOFT' 100, 'WONK' 0;
  font-weight: 500;
  font-size: clamp(44px, 7.4vw, 118px);
  line-height: .95;
  letter-spacing: -.035em;
}
.h2 em, .h3 em, .gate__title em, .hero__title em {
  font-variation-settings: 'opsz' 144, 'SOFT' 100, 'WONK' 1;
  background: var(--sun-grad);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  padding-right: .06em;
}
.is-split em { background: none !important; color: inherit !important; }
.is-split em .sw { background: var(--sun-grad); -webkit-background-clip: text; background-clip: text; color: transparent; padding-right: .08em; margin-right: -.08em; }
.how .section-head .is-split em .sw { background: linear-gradient(135deg, #fff2c9, #fff 60%); -webkit-background-clip: text; background-clip: text; }
.h3 { margin: 0 0 12px; font-family: var(--f-display); font-weight: 500; font-size: clamp(30px, 3.4vw, 48px); line-height: 1; letter-spacing: -.02em; }
.lede { max-width: 620px; margin: 26px 0 0; font-size: clamp(17px, 1.4vw, 20px); color: color-mix(in oklab, var(--cream) 78%, transparent); }
.section-head { max-width: 1320px; margin: 0 auto clamp(40px, 6vw, 84px); padding: 0 var(--gutter); }
.section-head--row { display: flex; align-items: end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }

/* ---------- buttons ---------- */
.btn {
  --bg: rgba(255,255,255,.08);
  position: relative; isolation: isolate;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  height: 56px; padding: 0 26px;
  border-radius: 999px;
  font-weight: 650; font-size: 16px; letter-spacing: -.01em;
  white-space: nowrap;
  transition: transform .5s var(--ease-spring), box-shadow .4s var(--ease), background-color .3s;
  will-change: transform;
}
.btn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; transition: transform .4s var(--ease); }
.btn:hover svg { transform: translateX(3px); }
.btn--sun {
  color: #2a1606;
  background: var(--sun-grad);
  box-shadow: 0 1px 0 rgba(255,255,255,.7) inset, 0 -8px 18px rgba(214,98,20,.35) inset, 0 12px 32px -8px rgba(255,150,40,.65), 0 0 0 1px rgba(255,210,120,.4);
  overflow: hidden;
}
.btn--sun::after {
  content: ''; position: absolute; inset: -40% auto -40% -60%; width: 45%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.75), transparent);
  transform: skewX(-20deg) translateX(-120%);
  animation: shine 4.2s var(--ease) infinite 2.2s;
  z-index: -1;
}
@keyframes shine { 0%, 70% { transform: skewX(-20deg) translateX(-120%); } 100% { transform: skewX(-20deg) translateX(520%); } }
.btn--sun:hover { box-shadow: 0 1px 0 rgba(255,255,255,.7) inset, 0 -8px 18px rgba(214,98,20,.35) inset, 0 18px 48px -8px rgba(255,150,40,.85), 0 0 0 1px rgba(255,220,140,.6); }
.btn--glass {
  color: var(--cream);
  background: rgba(20, 12, 36, .28);
  -webkit-backdrop-filter: blur(14px) saturate(1.4); backdrop-filter: blur(14px) saturate(1.4);
  box-shadow: 0 0 0 1px rgba(255,240,210,.28) inset, 0 10px 30px -12px rgba(0,0,0,.5);
}
.btn--glass:hover { background: rgba(255, 240, 210, .16); }
.btn--sm { height: 44px; padding: 0 18px; font-size: 15px; }
.btn--lg { height: 68px; padding: 0 38px; font-size: 19px; }
.btn.is-soon { cursor: help; }
.x-logo { fill: currentColor !important; stroke: none !important; width: 16px !important; height: 16px !important; }

.icon-btn {
  display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%;
  background: rgba(20, 12, 36, .3);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  box-shadow: 0 0 0 1px rgba(255,240,210,.25) inset;
  transition: background-color .3s, transform .5s var(--ease-spring);
}
.icon-btn svg { width: 17px; height: 17px; fill: var(--cream); }
.icon-btn:hover { background: rgba(255,240,210,.18); }

/* ---------- CA pill ---------- */
.ca {
  display: inline-flex; align-items: center; gap: 10px;
  max-width: 100%;
  padding: 6px 6px 6px 16px;
  border-radius: 999px;
  background: rgba(16, 9, 30, .42);
  -webkit-backdrop-filter: blur(16px) saturate(1.3); backdrop-filter: blur(16px) saturate(1.3);
  box-shadow: 0 0 0 1px rgba(255, 226, 161, .3) inset;
}
.ca__label { font-family: var(--f-mono); font-size: 11px; letter-spacing: .16em; color: var(--sun); font-weight: 600; }
.ca__value { font-family: var(--f-mono); font-size: 14px; color: var(--cream); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-width: 0; }
.ca[data-state="empty"] .ca__value { font-family: var(--f-sans); color: color-mix(in oklab, var(--cream) 75%, transparent); }
.ca__copy {
  position: relative; flex: none;
  display: inline-flex; align-items: center; gap: 7px;
  height: 36px; padding: 0 14px;
  border-radius: 999px;
  background: var(--cream); color: var(--ink);
  font-weight: 650; font-size: 14px;
  transition: transform .4s var(--ease-spring), background-color .3s;
}
.ca__copy:hover { transform: scale(1.05); background: #fff; }
.ca__copy:active { transform: scale(.94); }
.ca__copy svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.ca__copy .i-check { display: none; }
.ca.is-copied .ca__copy { background: var(--meadow); color: #fff; }
.ca.is-copied .i-copy { display: none; }
.ca.is-copied .i-check { display: block; }
.ca--lg { padding: 8px 8px 8px 22px; }
.ca--lg .ca__value { font-size: clamp(13px, 1.3vw, 17px); }
.ca--lg .ca__copy { height: 44px; padding: 0 18px; }

/* ---------- loader ---------- */
.loader { position: fixed; inset: 0; z-index: 200; overflow: hidden; display: grid; place-items: center; pointer-events: none; }
.loader__sky { position: absolute; inset: 0; background: radial-gradient(120% 80% at 50% 100%, #ff9a4a 0%, #b04f6e 30%, #3b1f5c 60%, #120b24 100%); }
.loader__sun { position: absolute; left: 50%; top: 58%; width: 26vmin; height: 26vmin; margin: -13vmin 0 0 -13vmin; border-radius: 50%; background: radial-gradient(circle, #fff6d6 0%, #ffd27a 45%, rgba(255,160,60,0) 72%); filter: blur(2px); transform: translateY(40vmin); }
.loader__horizon { position: absolute; left: 0; right: 0; top: 58%; height: 50%; background: linear-gradient(#1a1030, #0c0a1d); box-shadow: 0 -1px 0 rgba(255,220,160,.5); }
.loader__word { position: relative; display: flex; gap: .02em; font-family: var(--f-display); font-variation-settings: 'opsz' 144, 'SOFT' 100; font-weight: 400; font-style: italic; font-size: clamp(56px, 13vw, 190px); letter-spacing: -.03em; color: var(--cream); transform: translateY(-6vh); }
.loader__word span { display: inline-block; opacity: 0; transform: translateY(40%); }
.loader__count { position: absolute; bottom: 32px; right: var(--gutter); font-family: var(--f-mono); font-size: 13px; letter-spacing: .1em; color: var(--sun-hi); }

/* ---------- cursor / grain / progress ---------- */
.cursor { position: fixed; left: 0; top: 0; z-index: 150; pointer-events: none; display: none; }
@media (hover: hover) and (pointer: fine) { .cursor { display: block; } }
.cursor__glow { position: absolute; width: 360px; height: 360px; margin: -180px 0 0 -180px; border-radius: 50%; background: radial-gradient(circle, rgba(255,205,120,.16), rgba(255,170,80,0) 65%); mix-blend-mode: screen; }
.cursor__dot { position: absolute; width: 10px; height: 10px; margin: -5px 0 0 -5px; border-radius: 50%; background: var(--sun-hi); box-shadow: 0 0 18px 4px rgba(255,200,110,.7); transition: width .35s var(--ease), height .35s var(--ease), margin .35s var(--ease), background-color .3s, opacity .3s; }
.cursor.is-hover .cursor__dot { width: 46px; height: 46px; margin: -23px 0 0 -23px; background: rgba(255,226,161,.18); box-shadow: 0 0 0 1px rgba(255,226,161,.7) inset, 0 0 30px 6px rgba(255,190,90,.25); }
.cursor.is-hidden { opacity: 0; }

.grain {
  position: fixed; inset: -50%; z-index: 140; pointer-events: none; opacity: .09;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1.4 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain 1.1s steps(6) infinite;
}
@keyframes grain { 0% { transform: translate(0,0); } 20% { transform: translate(-4%,3%); } 40% { transform: translate(3%,-5%); } 60% { transform: translate(-6%,-2%); } 80% { transform: translate(5%,6%); } 100% { transform: translate(0,0); } }
.progress { position: fixed; left: 0; right: 0; top: 0; height: 3px; z-index: 160; pointer-events: none; }
.progress span { display: block; height: 100%; background: var(--rainbow); transform-origin: 0 50%; transform: scaleX(0); box-shadow: 0 0 12px rgba(255,200,120,.6); }

/* ---------- nav ---------- */
.nav {
  position: fixed; z-index: 100; left: 0; right: 0; top: 0;
  height: var(--nav-h);
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 0 var(--gutter);
  transition: transform .6s var(--ease), background-color .5s, box-shadow .5s;
}
.nav::before { content: ''; position: absolute; inset: 0; z-index: -1; opacity: 0; background: rgba(18, 11, 34, .55); -webkit-backdrop-filter: blur(18px) saturate(1.4); backdrop-filter: blur(18px) saturate(1.4); box-shadow: 0 1px 0 rgba(255,226,161,.12); transition: opacity .5s; }
.nav.is-scrolled::before { opacity: 1; }
.nav.is-hidden { transform: translateY(-110%); }
.nav__brand { display: inline-flex; align-items: center; gap: 12px; }
.nav__token { position: relative; width: 40px; height: 40px; border-radius: 50%; padding: 2px; background: conic-gradient(from var(--sweep), #ff6b6b, #ffb347, #ffe66d, #8ee39a, #7cc7ff, #b39bff, #ff8fd0, #ff6b6b); animation: sweep 6s linear infinite; }
.nav__token img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
@keyframes sweep { to { --sweep: 360deg; } }
.nav__name { font-family: var(--f-display); font-variation-settings: 'opsz' 48, 'SOFT' 100; font-weight: 600; font-size: 22px; letter-spacing: -.02em; text-shadow: 0 1px 14px rgba(70, 30, 0, .45); }
.nav__links { display: flex; gap: 4px; padding: 5px; border-radius: 999px; background: rgba(20,12,36,.25); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); box-shadow: 0 0 0 1px rgba(255,240,210,.16) inset; }
.nav__links a { padding: 8px 16px; border-radius: 999px; font-size: 14.5px; font-weight: 550; color: color-mix(in oklab, var(--cream) 85%, transparent); transition: background-color .3s, color .3s; }
.nav__links a:hover { background: rgba(255,240,210,.14); color: #fff; }
.nav__actions { display: flex; align-items: center; gap: 10px; }
@media (max-width: 900px) { .nav__links { display: none; } }

/* =============================================================
   HERO
   ============================================================= */
.hero { position: relative; height: 100svh; min-height: 640px; overflow: hidden; background: #f2b25e; }
.hero__stage { position: absolute; inset: 0; }
.hero__layer { position: absolute; inset: -3%; will-change: transform; }
.hero__layer picture, .hero__layer img { width: 100%; height: 100%; }
.hero__layer img { object-fit: cover; object-position: 50% 50%; }
.hero__sun {
  position: absolute; left: 14%; top: 18%; width: 70vmax; height: 70vmax; margin: -35vmax 0 0 -35vmax;
  border-radius: 50%; pointer-events: none; mix-blend-mode: screen;
  background: radial-gradient(circle, rgba(255,246,214,.55) 0%, rgba(255,205,120,.22) 22%, rgba(255,170,80,0) 55%);
  animation: breathe 7s ease-in-out infinite;
}
@keyframes breathe { 50% { transform: scale(1.08); opacity: .85; } }
.hero__rays {
  position: absolute; left: 14%; top: 18%; width: 200vmax; height: 200vmax; margin: -100vmax 0 0 -100vmax;
  pointer-events: none; mix-blend-mode: soft-light; opacity: .55;
  background: repeating-conic-gradient(from 0deg, rgba(255,240,200,.0) 0deg 7deg, rgba(255,240,200,.55) 9deg 11deg, rgba(255,240,200,0) 13deg 22deg);
  -webkit-mask: radial-gradient(circle, #000 0%, transparent 42%); mask: radial-gradient(circle, #000 0%, transparent 42%);
  animation: spin 120s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.hero__wordwrap { display: flex; align-items: flex-start; justify-content: flex-start; }
.hero__word {
  position: absolute; left: 3%; top: 8.5%;
  font-family: var(--f-display);
  font-variation-settings: 'opsz' 144, 'SOFT' 100, 'WONK' 1;
  font-style: italic; font-weight: 400;
  font-size: 21.5vw; line-height: .86; letter-spacing: -.045em;
  color: #fff6e4;
  filter: drop-shadow(0 0 40px rgba(255, 196, 110, .45));
  white-space: nowrap;
}
.hero__word > div { background: linear-gradient(180deg, #fffdf6 10%, #ffeac0 55%, #ffcf85 100%); -webkit-background-clip: text; background-clip: text; color: transparent; padding: 0 .05em; margin: 0 -.05em; }
.hero__word::after { content: attr(data-text); }
.hero__pollen { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.hero__shade {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(75% 65% at 10% 100%, rgba(38, 16, 8, .72) 0%, rgba(38, 16, 8, .4) 45%, rgba(38,16,8,0) 78%),
    linear-gradient(0deg, rgba(26, 16, 48, .7) 0%, rgba(26,16,48,.18) 20%, rgba(26,16,48,0) 36%);
}
.hero__ui {
  position: absolute; z-index: 5; left: var(--gutter); bottom: clamp(36px, 8vh, 96px);
  width: min(760px, calc(100% - 2 * var(--gutter)));
}
.hero__eyebrow { color: var(--cream); padding: 7px 14px 7px 10px; border-radius: 999px; background: rgba(20,12,36,.3); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); box-shadow: 0 0 0 1px rgba(255,240,210,.22) inset; letter-spacing: .12em; font-size: 11.5px; }
.pulse { position: relative; width: 8px; height: 8px; border-radius: 50%; background: #7dffa6; box-shadow: 0 0 10px #7dffa6; }
.pulse::after { content: ''; position: absolute; inset: -5px; border-radius: 50%; border: 1px solid #7dffa6; animation: ping 1.8s var(--ease) infinite; }
@keyframes ping { from { transform: scale(.4); opacity: 1; } to { transform: scale(1.6); opacity: 0; } }
.hero__title {
  margin: 0;
  font-family: var(--f-display);
  font-variation-settings: 'opsz' 144, 'SOFT' 100, 'WONK' 0;
  font-weight: 500;
  font-size: clamp(40px, 4.6vw, 76px);
  line-height: 1; letter-spacing: -.035em;
  text-shadow: 0 4px 40px rgba(60, 20, 0, .35);
}
.hero__title .line { display: block; }
.nowrap { white-space: nowrap; }
.hero__title .line--em { font-style: italic; font-variation-settings: 'opsz' 144, 'SOFT' 100, 'WONK' 1; color: var(--sun-hi); }
.hero__sub { margin: 18px 0 26px; max-width: 520px; font-size: clamp(16px, 1.25vw, 19px); color: color-mix(in oklab, var(--cream) 88%, transparent); text-shadow: 0 2px 20px rgba(40,18,6,.5); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 16px; }
.hero__scroll { position: absolute; z-index: 5; right: var(--gutter); bottom: clamp(36px, 8vh, 96px); display: flex; flex-direction: column; align-items: center; gap: 12px; font-family: var(--f-mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--cream); writing-mode: vertical-rl; }
.hero__scroll i { position: relative; width: 1px; height: 64px; background: rgba(255,244,227,.3); overflow: hidden; }
.hero__scroll i::after { content: ''; position: absolute; left: 0; top: -40%; width: 1px; height: 40%; background: var(--sun-hi); animation: drip 2s var(--ease) infinite; }
@keyframes drip { to { top: 100%; } }

/* =============================================================
   TICKER
   ============================================================= */
.ticker { position: relative; z-index: 3; margin-top: -1px; overflow: hidden; padding: 18px 0; background: linear-gradient(90deg, #ffb347, #ffd36e 50%, #ff9f5a); color: var(--ink); transform: rotate(-1.4deg) scale(1.02); box-shadow: 0 20px 60px -20px rgba(255,150,60,.5); }
.ticker__track { display: flex; width: max-content; gap: 34px; align-items: center; animation: marquee 32s linear infinite; }
.ticker span { font-family: var(--f-display); font-variation-settings: 'opsz' 72, 'SOFT' 100; font-weight: 600; font-size: clamp(22px, 2.6vw, 36px); letter-spacing: -.02em; white-space: nowrap; }
.ticker span:nth-of-type(even) { font-style: italic; font-weight: 400; }
.ticker b { font-size: 20px; color: #b3521a; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* =============================================================
   STATEMENT
   ============================================================= */
.statement {
  position: relative;
  padding: clamp(110px, 14vw, 200px) var(--gutter) clamp(70px, 9vw, 130px);
  background: radial-gradient(120% 70% at 20% 0%, #fff8ea 0%, var(--paper) 55%, #f6dfc0 100%);
  color: var(--ink);
  margin-top: -40px;
}
.statement > * { max-width: 1320px; margin-left: auto; margin-right: auto; }
.statement .eyebrow { display: flex; }
.statement__text {
  margin-top: 0; margin-bottom: 0;
  font-family: var(--f-display);
  font-variation-settings: 'opsz' 144, 'SOFT' 100, 'WONK' 0;
  font-weight: 400;
  font-size: clamp(38px, 6.2vw, 104px);
  line-height: 1.02; letter-spacing: -.035em;
}
.statement__text .w { display: inline-block; opacity: .14; transition: none; }
.statement__text .w--key { font-style: italic; font-variation-settings: 'opsz' 144, 'SOFT' 100, 'WONK' 1; color: #c3601a; }
.statement__sig { display: flex; align-items: center; gap: 14px; margin-top: 48px; font-family: var(--f-mono); font-size: 13px; color: #8b6a50; }
.statement__sig img { width: 56px; height: 56px; border-radius: 50%; box-shadow: 0 0 0 3px var(--paper), 0 0 0 5px #f0b35c; }

/* =============================================================
   HOW
   ============================================================= */
.how {
  position: relative;
  padding: clamp(30px, 4vw, 70px) 0 clamp(100px, 12vw, 170px);
  background: linear-gradient(180deg, #f6dfc0 0%, #f3a766 14%, #c25a5e 42%, #5b2a63 72%, var(--dusk) 100%);
}
.how .eyebrow { color: #5a2a10; }
.how .section-head .h2 { color: #2a1606; }
.how .section-head .h2 em { background: linear-gradient(135deg, #fff2c9, #fff 60%); -webkit-background-clip: text; background-clip: text; }
.how .lede { color: rgba(42, 22, 6, .78); }
.flow { max-width: 1320px; margin: 0 auto; padding: 0 var(--gutter); display: grid; grid-template-columns: 1fr 70px 1fr 70px 1fr; align-items: stretch; }
.flow__card {
  position: relative; overflow: hidden;
  padding: 34px 30px 32px;
  border-radius: var(--radius);
  background: rgba(255, 244, 227, .14);
  -webkit-backdrop-filter: blur(22px) saturate(1.3); backdrop-filter: blur(22px) saturate(1.3);
  box-shadow: 0 0 0 1px rgba(255, 240, 210, .32) inset, 0 30px 60px -30px rgba(60, 10, 40, .5);
  transition: transform .6s var(--ease-spring), box-shadow .5s;
}
.flow__card::before { content: attr(data-step); position: absolute; right: 22px; top: 14px; font-family: var(--f-display); font-style: italic; font-size: 64px; line-height: 1; color: rgba(255,244,227,.22); }
.flow__card:hover { transform: translateY(-8px) rotate(-.4deg); box-shadow: 0 0 0 1px rgba(255, 240, 210, .55) inset, 0 40px 70px -30px rgba(60, 10, 40, .6); }
.flow__card h3 { margin: 22px 0 10px; font-family: var(--f-display); font-weight: 550; font-size: 27px; line-height: 1.05; letter-spacing: -.02em; }
.flow__card p { margin: 0; color: rgba(255, 244, 227, .86); }
.flow__card strong { color: #fff; font-weight: 700; }
.flow__icon { width: 64px; height: 64px; border-radius: 18px; display: grid; place-items: center; background: var(--sun-grad); box-shadow: 0 10px 30px -8px rgba(255,160,60,.7); }
.flow__icon svg { width: 38px; height: 38px; fill: none; stroke: #3a1d06; stroke-width: 3.6; stroke-linecap: round; stroke-linejoin: round; }
.flow__link { position: relative; align-self: center; height: 2px; margin: 0 6px; }
.flow__link span { position: absolute; inset: 0; background: repeating-linear-gradient(90deg, rgba(255,244,227,.7) 0 6px, transparent 6px 12px); -webkit-mask: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent); mask: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent); animation: dash 1s linear infinite; }
.flow__link::after { content: ''; position: absolute; top: 50%; left: 0; width: 10px; height: 10px; margin-top: -5px; border-radius: 50%; background: #fff3c4; box-shadow: 0 0 14px 4px rgba(255,220,140,.9); animation: travel 2.4s var(--ease) infinite; }
@keyframes dash { to { background-position: 12px 0; } }
@keyframes travel { 0% { left: 0; opacity: 0; } 15% { opacity: 1; } 85% { opacity: 1; } 100% { left: calc(100% - 10px); opacity: 0; } }
@media (max-width: 960px) {
  .flow { grid-template-columns: 1fr; gap: 0; }
  .flow__link { width: 2px; height: 44px; margin: 0 auto; }
  .flow__link span { background: repeating-linear-gradient(180deg, rgba(255,244,227,.7) 0 6px, transparent 6px 12px); -webkit-mask: none; mask: none; }
  .flow__link::after { left: 50%; margin-left: -5px; animation-name: travelY; }
  @keyframes travelY { 0% { top: 0; opacity: 0; } 20%, 80% { opacity: 1; } 100% { top: 100%; opacity: 0; } }
}

/* calculator */
.calc {
  max-width: 1320px; margin: clamp(60px, 8vw, 110px) auto 0; padding: 0 var(--gutter);
  display: grid; grid-template-columns: 1.05fr 1fr; grid-template-areas: 'intro result' 'controls result'; gap: 22px 48px;
}
.calc__intro { grid-area: intro; }
.calc__intro .eyebrow { color: var(--sun-hi); }
.calc__note { margin: 0; max-width: 460px; font-size: 14.5px; color: rgba(255,244,227,.66); }
.calc__controls { grid-area: controls; display: grid; gap: 26px; align-content: start; }
.slider { display: grid; gap: 12px; }
.slider__top { display: flex; justify-content: space-between; align-items: baseline; font-size: 15px; color: rgba(255,244,227,.85); }
.slider output { font-family: var(--f-mono); font-size: 18px; color: var(--sun-hi); }
.slider input { -webkit-appearance: none; appearance: none; width: 100%; height: 34px; background: transparent; cursor: pointer; --p: 50%; }
.slider input::-webkit-slider-runnable-track { height: 8px; border-radius: 99px; background: linear-gradient(90deg, #ffe08a, #ff9a3d) 0 0 / var(--p) 100% no-repeat, rgba(255,244,227,.18); }
.slider input::-moz-range-track { height: 8px; border-radius: 99px; background: rgba(255,244,227,.18); }
.slider input::-moz-range-progress { height: 8px; border-radius: 99px; background: linear-gradient(90deg, #ffe08a, #ff9a3d); }
.slider input::-webkit-slider-thumb { -webkit-appearance: none; width: 30px; height: 30px; margin-top: -11px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #fff, #ffd27a 60%, #f39a3a); box-shadow: 0 0 0 5px rgba(255, 210, 120, .25), 0 6px 18px rgba(0,0,0,.35); transition: transform .3s var(--ease-spring); }
.slider input:active::-webkit-slider-thumb { transform: scale(1.2); }
.slider input::-moz-range-thumb { width: 30px; height: 30px; border: 0; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #fff, #ffd27a 60%, #f39a3a); box-shadow: 0 0 0 5px rgba(255, 210, 120, .25), 0 6px 18px rgba(0,0,0,.35); }
.calc__result {
  grid-area: result; position: relative; overflow: hidden;
  padding: clamp(28px, 3vw, 44px);
  border-radius: 28px;
  background: radial-gradient(120% 90% at 100% 0%, rgba(255, 200, 110, .28), transparent 55%), rgba(18, 10, 34, .55);
  -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px);
  box-shadow: 0 0 0 1px rgba(255,226,161,.25) inset, 0 40px 80px -40px rgba(0,0,0,.6);
  display: flex; flex-direction: column; justify-content: space-between; gap: 34px;
}
.calc { position: relative; }
.calc__result { overflow: visible; margin-top: 110px; }
.calc__pot { position: absolute; right: -10px; top: -190px; width: clamp(220px, 21vw, 300px); pointer-events: none; filter: drop-shadow(0 20px 30px rgba(20, 5, 30, .45)); animation: potfloat 5s ease-in-out infinite; transform-origin: 50% 100%; }
.calc__pot img { width: 100%; height: auto; }
.calc__pot.is-bump { animation: potbump .5s var(--ease-spring); }
@keyframes potfloat { 50% { transform: translateY(-8px); } }
@keyframes potbump { 30% { transform: scale(1.06, .95); } 60% { transform: scale(.97, 1.04) translateY(-6px); } }
.calc__big { position: relative; max-width: calc(100% - clamp(150px, 15vw, 210px)); }
.calc__label { display: block; font-family: var(--f-mono); font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,244,227,.6); margin-bottom: 8px; }
.calc__big { display: flex; flex-direction: column; }
.calc__num { font-family: var(--f-display); font-variation-settings: 'opsz' 144, 'SOFT' 100; font-weight: 500; font-size: clamp(56px, 7vw, 108px); line-height: .95; letter-spacing: -.04em; background: var(--sun-grad); -webkit-background-clip: text; background-clip: text; color: transparent; font-variant-numeric: tabular-nums; }
.calc__unit { margin-top: 6px; font-size: 15px; color: rgba(255,244,227,.7); }
.calc__row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding-top: 22px; border-top: 1px solid rgba(255,226,161,.18); }
.calc__row span:last-child { font-family: var(--f-mono); font-size: clamp(16px, 1.5vw, 21px); color: var(--cream); font-variant-numeric: tabular-nums; }
@media (max-width: 960px) {
  .calc { grid-template-columns: 1fr; grid-template-areas: 'intro' 'controls' 'result'; }
  .calc__result { margin-top: 130px; }
  .calc__pot { width: 200px; top: -150px; right: 0; }
  .calc__big { max-width: none; }
  .calc__row { grid-template-columns: 1fr 1fr; }
  .calc__row > div:last-child { grid-column: 1 / -1; }
}

/* =============================================================
   LEGEND
   ============================================================= */
.legend { position: relative; background: var(--dusk); }
.legend__pin { position: relative; height: 100svh; overflow: hidden; }
.legend__scenes { position: absolute; inset: 0; }
.scene { position: absolute; inset: 0; margin: 0; overflow: hidden; clip-path: circle(0% at 50% 50%); }
.scene.is-first { clip-path: circle(150% at 50% 50%); }
.scene picture, .scene img { width: 100%; height: 100%; }
.scene img { object-fit: cover; object-position: 50% 50%; transform: scale(1.15); }
@media (max-width: 760px) { .scene img { object-position: var(--pos, 50%) 50%; } }
.legend__shade { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(0deg, rgba(12,10,29,.8) 0%, rgba(12,10,29,.1) 45%, rgba(12,10,29,.35) 100%); }
.legend__head { position: absolute; z-index: 3; left: var(--gutter); right: var(--gutter); top: calc(var(--nav-h) + 20px); display: flex; justify-content: space-between; align-items: center; }
.legend__head .eyebrow { margin: 0; }
.legend__dots { display: flex; gap: 8px; }
.legend__dots i { width: 28px; height: 3px; border-radius: 3px; background: rgba(255,244,227,.28); overflow: hidden; position: relative; }
.legend__dots i::after { content: ''; position: absolute; inset: 0; background: var(--sun-hi); transform: scaleX(var(--fill, 0)); transform-origin: 0 50%; }
.legend__texts { position: absolute; inset: 0; z-index: 3; pointer-events: none; }
.chapter { position: absolute; bottom: clamp(48px, 10vh, 110px); width: min(560px, calc(100% - 2 * var(--gutter))); opacity: 0; visibility: hidden; }
.chapter:nth-child(odd) { left: var(--gutter); }
.chapter:nth-child(even) { right: var(--gutter); text-align: right; }
.chapter[data-chapter="0"] { opacity: 1; visibility: visible; }
.chapter__num { font-family: var(--f-mono); font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--sun-hi); }
.chapter__title { margin: 10px 0 14px; font-family: var(--f-display); font-variation-settings: 'opsz' 144, 'SOFT' 100, 'WONK' 1; font-weight: 400; font-style: italic; font-size: clamp(52px, 7.5vw, 124px); line-height: .9; letter-spacing: -.04em; text-shadow: 0 6px 50px rgba(0,0,0,.45); }
.chapter p { margin: 0; font-size: clamp(17px, 1.45vw, 21px); color: rgba(255,244,227,.9); text-shadow: 0 2px 20px rgba(0,0,0,.6); }
.chapter p em { color: var(--sun-hi); }
@media (max-width: 700px) {
  .chapter, .chapter:nth-child(even) { left: var(--gutter); right: auto; text-align: left; }
}

/* =============================================================
   TOKENOMICS
   ============================================================= */
.tokenomics { position: relative; padding: clamp(90px, 10vw, 150px) 0; background: radial-gradient(90% 60% at 80% 10%, rgba(123, 92, 214, .28), transparent 60%), radial-gradient(70% 50% at 10% 90%, rgba(255, 150, 60, .16), transparent 60%), var(--dusk); }
.bento { max-width: 1320px; margin: 0 auto; padding: 0 var(--gutter); display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(170px, auto); gap: 16px; }
.tile {
  position: relative; overflow: hidden;
  padding: 26px;
  border-radius: var(--radius);
  background: linear-gradient(160deg, rgba(255,244,227,.08), rgba(255,244,227,.02));
  box-shadow: 0 0 0 1px rgba(255,226,161,.14) inset;
  display: flex; flex-direction: column; justify-content: space-between; gap: 10px;
  transition: transform .6s var(--ease-spring), box-shadow .4s;
  --mx: 50%; --my: 50%;
}
.tile::before { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: 0; background: radial-gradient(420px circle at var(--mx) var(--my), rgba(255, 210, 130, .16), transparent 45%); transition: opacity .4s; }
.tile:hover::before { opacity: 1; }
.tile:hover { box-shadow: 0 0 0 1px rgba(255,226,161,.36) inset; }
.tile p { margin: 0; font-size: 15px; color: rgba(255,244,227,.7); }
.tile__label { font-family: var(--f-mono); font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--sun-hi); }
.tile__mid { font-family: var(--f-display); font-variation-settings: 'opsz' 96, 'SOFT' 100; font-weight: 500; font-size: clamp(30px, 3vw, 46px); letter-spacing: -.03em; line-height: 1; }
.tile--tax { grid-column: span 2; grid-row: span 2; background: radial-gradient(90% 90% at 0% 100%, rgba(255, 160, 60, .35), transparent 60%), linear-gradient(160deg, rgba(255,244,227,.1), rgba(255,244,227,.02)); }
.tile__big { font-family: var(--f-display); font-variation-settings: 'opsz' 144, 'SOFT' 100; font-weight: 400; font-size: clamp(140px, 19vw, 300px); line-height: .8; letter-spacing: -.06em; background: var(--sun-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.tile__big sup { font-size: .38em; vertical-align: top; position: relative; top: .2em; margin-left: .04em; }
.tile--tax p { max-width: 380px; font-size: 17px; }
.coin-wrap { position: absolute; right: clamp(20px, 4vw, 64px); top: 44%; width: clamp(150px, 15vw, 230px); aspect-ratio: 1; transform: translateY(-50%); perspective: 900px; }
.tile--tax .tile__big, .tile--tax p, .tile--tax .tile__label { position: relative; z-index: 1; }
.tax-ring { position: absolute; right: -40px; top: -40px; width: 300px; height: 300px; opacity: .9; }
.tax-ring svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.tax-ring circle { fill: none; stroke: rgba(255,244,227,.08); stroke-width: 10; }
.tax-ring .tax-ring__fill { stroke: url(#none); stroke: var(--sun); stroke-linecap: round; stroke-dasharray: 326.7; stroke-dashoffset: 326.7; filter: drop-shadow(0 0 8px rgba(255,190,90,.8)); }
.tile--pair { grid-column: span 2; }
.pair { display: flex; align-items: center; gap: 14px; }
.pair img { width: 64px; height: 64px; border-radius: 50%; box-shadow: 0 0 0 2px var(--sun); }
.pair__slash { font-family: var(--f-display); font-size: 56px; font-weight: 300; color: rgba(255,244,227,.4); }
.pair__spy { display: grid; place-items: center; height: 64px; padding: 0 22px; border-radius: 16px; background: linear-gradient(135deg, #1f6f4a, #2fa36b); font-family: var(--f-sans); font-weight: 800; font-size: 28px; letter-spacing: .02em; box-shadow: 0 0 0 1px rgba(255,255,255,.2) inset, 0 12px 30px -10px rgba(47,163,107,.7); }
.tile--coin { grid-row: span 2; display: grid; place-items: center; background: radial-gradient(circle at 50% 45%, rgba(255, 200, 110, .3), transparent 60%), linear-gradient(160deg, rgba(255,244,227,.08), rgba(255,244,227,.02)); perspective: 900px; }
.coin { position: relative; width: 100%; height: 100%; transform-style: preserve-3d; animation: coin 7s var(--ease) infinite; }
.coin__face { position: absolute; inset: 0; border-radius: 50%; backface-visibility: hidden; overflow: hidden; box-shadow: 0 0 0 6px #e8a13f, 0 0 0 10px #ffd98a, 0 30px 60px -10px rgba(255,160,60,.55); }
.coin__face img { width: 100%; height: 100%; object-fit: cover; }
.coin__back { transform: rotateY(180deg); display: grid; place-items: center; background: radial-gradient(circle at 35% 30%, #fff1c2, #ffc75a 45%, #d98526); color: #4a2606; font-family: var(--f-display); font-weight: 700; font-style: italic; font-size: clamp(20px, 2vw, 28px); letter-spacing: -.02em; }
@keyframes coin { 0%, 35% { transform: rotateY(0) translateY(0); } 50% { transform: rotateY(180deg) translateY(-10px); } 85% { transform: rotateY(180deg) translateY(0); } 100% { transform: rotateY(360deg); } }
.tile--half { grid-column: span 2; }
.buy__note { display: flex; align-items: center; justify-content: center; gap: 10px; max-width: 1320px; margin: 26px auto 0; padding: 0 var(--gutter); font-size: 14.5px; color: rgba(255,244,227,.8); text-align: center; }
.buy__note svg { flex: none; width: 18px; height: 18px; fill: none; stroke: var(--sun-hi); stroke-width: 2; stroke-linecap: round; }
@media (max-width: 960px) {
  .bento { grid-template-columns: repeat(2, 1fr); }
  .tile--tax, .tile--pair, .tile--half { grid-column: span 2; }
  .tile--tax { grid-row: auto; }
  .tile--tax { min-height: 360px; }
  .bento > .tile:last-child { grid-column: span 2; }
  .coin-wrap { top: 22px; right: 22px; width: 110px; transform: none; }
}

/* =============================================================
   HOW TO BUY
   ============================================================= */
.buy { position: relative; padding: clamp(90px, 10vw, 150px) 0; background: linear-gradient(180deg, var(--dusk) 0%, #3b1e5a 35%, #9a4b76 75%, #f08a6b 100%); }
.steps { list-style: none; max-width: 1320px; margin: 0 auto; padding: 0 var(--gutter); display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: s; }
.step { position: relative; padding: 30px 26px 30px; border-radius: var(--radius); background: rgba(255,244,227,.07); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); box-shadow: 0 0 0 1px rgba(255,226,161,.18) inset; transition: transform .6s var(--ease-spring), background-color .4s; }
.step:hover { transform: translateY(-8px); background: rgba(255,244,227,.12); }
.step__n { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: var(--sun-grad); color: #3a1d06; font-family: var(--f-display); font-style: italic; font-weight: 600; font-size: 26px; box-shadow: 0 10px 28px -8px rgba(255,160,60,.7); }
.step h3 { margin: 26px 0 10px; font-family: var(--f-display); font-weight: 550; font-size: 28px; letter-spacing: -.02em; line-height: 1.05; }
.step p { margin: 0; font-size: 15.5px; color: rgba(255,244,227,.78); }
.buy__cta { display: flex; justify-content: center; margin-top: 56px; }
@media (max-width: 1080px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }

/* =============================================================
   CHART
   ============================================================= */
.chart { position: relative; padding: clamp(50px, 6vw, 100px) 0 clamp(90px, 10vw, 150px); background: linear-gradient(180deg, #f08a6b 0%, #d9695f 20%, #3a1d4f 70%, var(--night) 100%); }
.chart .eyebrow { color: #fff1d6; }
.chart__frame { position: relative; max-width: 1320px; margin: 0 auto; margin-inline: max(var(--gutter), calc((100% - 1320px) / 2)); height: clamp(460px, 62vh, 720px); border-radius: 28px; overflow: hidden; background: rgba(12,10,29,.72); box-shadow: 0 0 0 1px rgba(255,226,161,.22) inset, 0 50px 120px -40px rgba(0,0,0,.7); }
.chart__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.chart__empty { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px 24px 18%; text-align: center; }
.chart__empty::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,226,161,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,226,161,.07) 1px, transparent 1px); background-size: 64px 64px; -webkit-mask: radial-gradient(80% 80% at 50% 50%, #000, transparent); mask: radial-gradient(80% 80% at 50% 50%, #000, transparent); }
.chart__spark { position: absolute; left: 0; bottom: 0; width: 100%; height: 62%; }
.chart__area { fill: url(#sparkfill); opacity: 0; }
.chart__line { fill: none; stroke: var(--sun); stroke-width: 3; stroke-linecap: round; vector-effect: non-scaling-stroke; filter: drop-shadow(0 0 10px rgba(255,190,90,.8)); stroke-dasharray: 1; stroke-dashoffset: 1; }
.chart__links { position: relative; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 22px; }
.chart__empty { flex-direction: column; }
.chart__empty > .chart__msg, .chart__empty > .chart__links { z-index: 1; }

/* live dashboard */
.live { max-width: 1320px; margin: 0 auto 16px; margin-inline: max(var(--gutter), calc((100% - 1320px) / 2)); display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); grid-template-rows: auto auto; gap: 16px; }
.live > article { position: relative; overflow: hidden; padding: 24px 26px; border-radius: var(--radius); background: rgba(18, 10, 34, .5); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); box-shadow: 0 0 0 1px rgba(255,226,161,.18) inset; }
.live__paid { grid-row: span 2; display: flex; flex-direction: column; justify-content: flex-end; min-height: 250px; background: radial-gradient(90% 100% at 100% 0%, rgba(255, 190, 90, .32), transparent 60%), rgba(18, 10, 34, .55) !important; }
.live__paid .tile__label { position: absolute; top: 24px; left: 26px; }
.live__big { font-family: var(--f-display); font-variation-settings: 'opsz' 144, 'SOFT' 100; font-weight: 500; font-size: clamp(64px, 8vw, 128px); line-height: .9; letter-spacing: -.045em; font-variant-numeric: tabular-nums; background: var(--sun-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.live__meta { margin: 12px 0 0; font-family: var(--f-mono); font-size: 13.5px; color: rgba(255,244,227,.72); }
.live__meta i { font-style: normal; opacity: .4; margin: 0 4px; }
.live__num { margin-top: 14px; font-family: var(--f-display); font-variation-settings: 'opsz' 96, 'SOFT' 100; font-weight: 500; font-size: clamp(30px, 3vw, 44px); letter-spacing: -.03em; line-height: 1; font-variant-numeric: tabular-nums; }
.live__stat--grad { grid-column: span 3; }
.grad-bar { position: relative; height: 10px; margin-top: 16px; border-radius: 99px; background: rgba(255,244,227,.1); overflow: hidden; }
.grad-bar span { position: absolute; inset: 0 auto 0 0; width: 0%; border-radius: 99px; background: var(--rainbow); box-shadow: 0 0 16px rgba(255,200,120,.6); transition: width 1.6s var(--ease); }
.grad-bar span::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255,255,255,.6), transparent); transform: translateX(-100%); animation: gradshine 2.4s ease-in-out infinite; }
@keyframes gradshine { to { transform: translateX(100%); } }
.live[data-state="idle"] .live__num, .live[data-state="idle"] .live__big { opacity: .35; }
.live[data-state="loading"] .live__num, .live[data-state="loading"] .live__big { animation: shimmer 1.2s ease-in-out infinite; }
@keyframes shimmer { 50% { opacity: .45; } }
.live__big.is-tick, .live__num.is-tick { animation: tick .8s var(--ease); }
@keyframes tick { 0% { filter: brightness(2.2) drop-shadow(0 0 20px rgba(255,210,120,.9)); transform: scale(1.04); } 100% { filter: none; transform: none; } }
.live__coins { position: absolute; right: 18px; top: 18px; width: 90px; height: 90px; border-radius: 50%; background: url('/assets/img/token-256.webp') center/cover; box-shadow: 0 0 0 4px #e8a13f, 0 0 0 7px #ffd98a, 0 20px 40px -10px rgba(255,160,60,.6); animation: potfloat 5s ease-in-out infinite; }
@media (max-width: 960px) {
  .live { grid-template-columns: 1fr 1fr; }
  .live__paid { grid-column: span 2; grid-row: auto; min-height: 220px; }
  .live__stat--grad { grid-column: span 1; }
  .live__coins { width: 64px; height: 64px; }
}

/* hero proof */
.hero__proof { display: inline-flex; align-items: center; gap: 10px; margin-top: 14px; padding: 8px 14px 8px 12px; border-radius: 999px; background: rgba(16, 9, 30, .38); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); box-shadow: 0 0 0 1px rgba(125, 255, 166, .3) inset; font-size: 14px; color: rgba(255,244,227,.9); transition: background-color .3s; }
.hero__proof:hover { background: rgba(16, 9, 30, .55); }
.hero__proof b { font-family: var(--f-mono); font-weight: 600; color: #9dffbc; font-variant-numeric: tabular-nums; }

/* FAQ */
.faq { position: relative; padding: clamp(90px, 10vw, 150px) 0; background: radial-gradient(70% 60% at 0% 20%, rgba(123, 92, 214, .2), transparent 60%), var(--night); }
.faq__inner { max-width: 1320px; margin: 0 auto; padding: 0 var(--gutter); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(30px, 6vw, 90px); align-items: start; }
.faq__head { position: sticky; top: calc(var(--nav-h) + 30px); }
.faq__list { display: grid; gap: 12px; }
.qa { border-radius: 20px; background: rgba(255,244,227,.05); box-shadow: 0 0 0 1px rgba(255,226,161,.14) inset; transition: background-color .4s, box-shadow .4s; }
.qa[open] { background: rgba(255,244,227,.08); box-shadow: 0 0 0 1px rgba(255,226,161,.32) inset; }
.qa summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 22px 24px; font-family: var(--f-display); font-variation-settings: 'opsz' 48, 'SOFT' 100; font-weight: 550; font-size: clamp(19px, 1.6vw, 23px); letter-spacing: -.015em; }
.qa summary::-webkit-details-marker { display: none; }
.qa summary i { position: relative; flex: none; width: 32px; height: 32px; border-radius: 50%; background: rgba(255,226,161,.12); transition: transform .5s var(--ease-spring), background-color .3s; }
.qa summary i::before, .qa summary i::after { content: ''; position: absolute; left: 50%; top: 50%; width: 12px; height: 2px; margin: -1px 0 0 -6px; border-radius: 2px; background: var(--sun-hi); }
.qa summary i::after { transform: rotate(90deg); transition: transform .4s var(--ease); }
.qa[open] summary i { transform: rotate(180deg); background: var(--sun); }
.qa[open] summary i::before, .qa[open] summary i::after { background: var(--ink); }
.qa[open] summary i::after { transform: rotate(0deg); }
.qa__a { padding: 0 24px 22px; }
.qa__a p { margin: 0; color: rgba(255,244,227,.78); font-size: 16px; }
.qa__a strong { color: var(--cream); }
@media (max-width: 900px) { .faq__inner { grid-template-columns: 1fr; } .faq__head { position: static; } }
.chart__msg small { display: block; margin-top: 14px; font-family: var(--f-mono); font-style: normal; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--sun-hi); }
.chart__spark path { fill: none; stroke: url(#g); stroke: var(--sun); stroke-width: 3; stroke-linecap: round; filter: drop-shadow(0 0 12px rgba(255,190,90,.9)); vector-effect: non-scaling-stroke; stroke-dasharray: 1400; stroke-dashoffset: 1400; }
.chart__msg { position: relative; margin: 0; font-family: var(--f-display); font-style: italic; font-size: clamp(26px, 3vw, 42px); letter-spacing: -.02em; }

/* =============================================================
   GATE
   ============================================================= */
.gate { position: relative; min-height: 100svh; display: flex; overflow: hidden; background: var(--night); }
.gate__bg { position: absolute; inset: -8% 0; }
.gate__bg picture, .gate__bg img { width: 100%; height: 100%; }
.gate__bg img { object-fit: cover; object-position: 55% 50%; }
.gate::after { content: ''; position: absolute; inset: 0; background: radial-gradient(60% 50% at 50% 50%, rgba(12,10,29,0), rgba(12,10,29,.5)), linear-gradient(180deg, var(--night) 0%, rgba(12,10,29,.4) 16%, rgba(12,10,29,0) 36%, rgba(12,10,29,0) 56%, rgba(12,10,29,.78) 82%, var(--night) 100%); }
.gate__inner { position: relative; z-index: 2; flex: 1; min-height: 100svh; padding: calc(var(--nav-h) + clamp(24px, 5vh, 64px)) var(--gutter) clamp(40px, 8vh, 90px); text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 40px; }
.gate__top, .gate__bottom { display: flex; flex-direction: column; align-items: center; }
.gate__title { margin: 0; font-family: var(--f-display); font-variation-settings: 'opsz' 144, 'SOFT' 100; font-weight: 500; font-size: clamp(54px, 9vw, 150px); line-height: .9; letter-spacing: -.045em; text-shadow: 0 10px 60px rgba(0,0,0,.45); }
.gate__links { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 22px; }

/* =============================================================
   FOOTER
   ============================================================= */
.footer { position: relative; overflow: hidden; padding: 40px var(--gutter) 34px; background: var(--night); border-top: 1px solid rgba(255,226,161,.1); }
.footer__word { font-family: var(--f-display); font-variation-settings: 'opsz' 144, 'SOFT' 100, 'WONK' 1; font-style: italic; font-weight: 400; font-size: 17.5vw; line-height: .8; letter-spacing: -.05em; text-align: center; background: linear-gradient(180deg, rgba(255,214,140,.72) 0%, rgba(255,170,80,.3) 70%, rgba(255,170,80,.08) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; margin: 10px 0 40px; user-select: none; }
.footer__row { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer__links { display: flex; flex-wrap: wrap; gap: 6px 22px; }
.footer__links a { color: rgba(255,244,227,.75); font-weight: 550; transition: color .3s; }
.footer__links a:hover { color: var(--sun); }
.footer__legal { max-width: 900px; margin: 30px 0 14px; font-size: 13px; line-height: 1.6; color: rgba(255,244,227,.45); }
.footer__copy { margin: 0; font-family: var(--f-mono); font-size: 12px; color: rgba(255,244,227,.4); }

/* ---------- toast + confetti ---------- */
.toast { position: fixed; z-index: 180; left: 50%; bottom: 28px; transform: translate(-50%, calc(100% + 60px)); opacity: 0; padding: 14px 22px; border-radius: 999px; background: var(--cream); color: var(--ink); font-weight: 650; box-shadow: 0 20px 50px -10px rgba(0,0,0,.45); transition: transform .6s var(--ease-spring), opacity .3s; pointer-events: none; white-space: nowrap; }
.toast.is-on { transform: translate(-50%, 0); opacity: 1; }
.confetti { position: fixed; left: 0; top: 0; z-index: 170; pointer-events: none; width: 16px; height: 16px; }
.confetti svg { width: 100%; height: 100%; }

/* ---------- reveal defaults (JS enhances) ---------- */
.js-reveal { opacity: 0; transform: translateY(40px); }

/* ---------- mobile hero ---------- */
@media (max-width: 760px) {
  :root { --nav-h: 64px; }
  body { font-size: 16px; }
  .nav__name { font-size: 20px; }
  .nav .btn--sm span { font-size: 14px; }
  .hero { min-height: 700px; }
  .hero__plate img { object-position: 58% 40%; }
  .hero__dog { display: none; }
  .hero__word { top: 10.5%; left: 4%; font-size: 29vw; }
  .hero__sun { left: 14%; top: 22%; }
  .hero__rays { left: 14%; top: 22%; }
  .hero__shade { background: linear-gradient(0deg, rgba(26, 16, 48, .94) 0%, rgba(26,16,48,.72) 30%, rgba(26,16,48,.12) 52%, rgba(26,16,48,0) 60%); }
  .hero__ui { bottom: 28px; }
  .hero__title { font-size: clamp(38px, 11vw, 52px); }
  .hero__sub { margin: 12px 0 20px; font-size: 15.5px; }
  .hero__cta .btn { flex: 1 1 auto; height: 52px; padding: 0 18px; }
  .hero__scroll { display: none; }
  .tokenomics { padding-bottom: 40px; }
  .buy { padding-top: 70px; }
  .section-head { margin-bottom: 36px; }
  .ca { width: 100%; }
  .ca__value { flex: 1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .grain { display: none; }
  /* keep the ticker alive, just calmer — a frozen marquee reads as broken */
  .ticker__track { animation-duration: 90s !important; animation-iteration-count: infinite !important; }
}

/* ---------- no-motion fallback (reduced motion, or animation libs failed): legend as stacked scenes ---------- */
.no-motion .legend__pin { height: auto; overflow: visible; display: grid; grid-template-columns: 100%; }
.no-motion .legend__scenes, .no-motion .legend__texts { display: contents; }
.no-motion .scene, .no-motion .chapter { grid-column: 1; }
.no-motion .scene { position: relative; inset: auto; height: 100svh; min-height: 560px; clip-path: none !important; }
.no-motion .scene img { transform: none; }
.no-motion .scene::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12,10,29,.85) 0%, rgba(12,10,29,.12) 48%, rgba(12,10,29,.3) 100%); }
.no-motion .legend__shade, .no-motion .legend__dots { display: none; }
.no-motion .legend__head { z-index: 4; }
.no-motion .chapter { position: relative; left: auto; right: auto; bottom: auto; align-self: end; justify-self: start; z-index: 3; opacity: 1; visibility: visible; margin: 0 var(--gutter) clamp(48px, 10vh, 110px); }
.no-motion .chapter:nth-child(even) { justify-self: end; }
.no-motion [data-chapter="0"] { grid-row: 1; }
.no-motion [data-chapter="1"] { grid-row: 2; }
.no-motion [data-chapter="2"] { grid-row: 3; }
.no-motion [data-chapter="3"] { grid-row: 4; }
.no-motion [data-chapter="4"] { grid-row: 5; }
@media (max-width: 700px) { .no-motion .chapter:nth-child(even) { justify-self: start; } }
