:root {
  --ink: #020806;
  --forest-950: #06140d;
  --forest-900: #081c12;
  --forest-800: #0d2b1a;
  --forest-700: #154426;
  --forest-500: #2e8b46;
  --gold: #CCFF00;
  --gold-light: #CCFF00;
  --cream: #fff3cc;
  --paper: #e8d4a5;
  --paper-dark: #b89353;
  --red: #cc3b2d;
  --green: #32e06f;
  --muted: #a9b7ae;
  --line: rgba(245, 185, 30, 0.22);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  --radius: 26px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 88% 3%, rgba(46, 139, 70, 0.17), transparent 30%),
    radial-gradient(circle at 10% 20%, rgba(245, 185, 30, 0.08), transparent 25%),
    var(--ink);
  color: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.012) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
  z-index: -1;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .035;
  z-index: 50;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { display: block; max-width: 100%; }

.section-shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section-pad { padding-block: 112px; }

.announcement {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 7px 16px;
  background: var(--gold);
  color: #101007;
  text-align: center;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .14em;
}
.announcement-dot { width: 7px; height: 7px; border-radius: 50%; background: #12391f; box-shadow: 0 0 0 4px rgba(18,57,31,.12); }
.announcement-star { color: #12391f; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
  backdrop-filter: blur(18px);
}
.site-header::before {
  content: "";
  position: fixed;
  left: 0; right: 0; top: 36px;
  height: 78px;
  background: rgba(2, 8, 6, .82);
  border-bottom: 1px solid rgba(204,255,0,.12);
  z-index: -1;
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 950; letter-spacing: -.04em; font-size: 21px; }
.brand img { width: 42px; height: 42px; border-radius: 50%; border: 2px solid var(--gold); box-shadow: 0 0 26px rgba(204,255,0,.18); }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 800; letter-spacing: .04em; }
.site-nav > a:not(.button) { color: #d7e0da; }
.site-nav > a:not(.button):hover { color: var(--gold-light); }
.nav-social { border-left: 1px solid rgba(255,255,255,.13); padding-left: 28px; }
.menu-toggle { display: none; background: none; border: 0; width: 42px; height: 42px; padding: 9px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--cream); transition: .25s ease; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 54px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-weight: 950;
  font-size: 13px;
  letter-spacing: .055em;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-gold { background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: #0c150d; box-shadow: 0 10px 30px rgba(204,255,0,.18); }
.button-gold:hover { box-shadow: 0 14px 36px rgba(204,255,0,.28); }
.button-ghost { border-color: rgba(255,243,204,.2); background: rgba(255,255,255,.035); color: var(--cream); }
.button-ghost:hover { border-color: var(--gold); background: rgba(204,255,0,.07); }
.button-small { min-height: 42px; padding: 10px 18px; border-radius: 11px; }

.hero-copy, .hero-art { min-width: 0; }

.hero {
  min-height: calc(100vh - 114px);
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 70px;
  padding-block: 72px 88px;
}
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--gold-light); font-size: 12px; font-weight: 950; letter-spacing: .16em; }
.eyebrow span { color: var(--gold); }
.hero h1, .section-heading h2, .chart-header h2, .treasury h2, .final-card h2 {
  margin: 16px 0 20px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 900;
  line-height: .88;
  letter-spacing: .005em;
  text-transform: uppercase;
}
.hero h1 { font-size: clamp(58px, 7.5vw, 112px); }
.gold-text { color: var(--gold); text-shadow: 0 8px 30px rgba(204,255,0,.12); }
.hero-lede { max-width: 630px; margin: 0; color: #c7d0ca; font-size: clamp(17px, 2vw, 20px); }
.hero-lede strong { color: var(--cream); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.contract-mini { display: flex; align-items: center; gap: 12px; margin-top: 28px; color: #7f9186; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.copy-contract { cursor: pointer; }
.contract-mini .copy-contract { display: inline-flex; align-items: center; gap: 10px; padding: 8px 11px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.08); border-radius: 8px; color: #b9c6be; }
.contract-mini code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; }
.contract-mini [data-copy-label] { color: var(--gold); }

.hero-art { position: relative; min-height: 615px; display: grid; place-items: center; isolation: isolate; }
.hero-art::before {
  content: "";
  position: absolute;
  width: 78%; height: 78%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(204,255,0,.14), rgba(46,139,70,.08) 50%, transparent 72%);
  filter: blur(3px);
  z-index: -2;
}
.wanted-poster {
  position: relative;
  width: min(430px, 86vw);
  padding: 22px 26px 25px;
  background:
    linear-gradient(rgba(92,61,25,.05), rgba(92,61,25,.05)),
    repeating-linear-gradient(0deg, transparent 0 16px, rgba(78,49,17,.025) 16px 17px),
    var(--paper);
  border: 2px solid #5e3d18;
  box-shadow: var(--shadow);
  color: #2d1b0b;
  text-align: center;
  transform: rotate(2.2deg);
  clip-path: polygon(2% 0, 98% 1%, 100% 97%, 72% 99%, 48% 98%, 23% 100%, 0 96%);
}
.wanted-poster::before, .wanted-poster::after { content: ""; position: absolute; inset: 8px; border: 2px solid rgba(79,48,17,.65); pointer-events: none; }
.wanted-poster::after { inset: 14px; border-width: 1px; }
.poster-kicker { font-family: Georgia, serif; font-size: 48px; font-weight: 950; line-height: 1; letter-spacing: .12em; }
.poster-target { margin-top: 10px; font-family: Georgia, serif; font-size: 39px; font-weight: 950; line-height: .95; letter-spacing: .09em; }
.poster-sub { margin-top: 7px; font-family: ui-monospace, monospace; font-size: 11px; font-weight: 900; letter-spacing: .22em; }
.poster-figure { display: block; width: 82%; max-height: 325px; object-fit: contain; margin: 10px auto 2px; }
.poster-reward-label { margin-top: 2px; font-family: ui-monospace, monospace; font-size: 10px; font-weight: 900; letter-spacing: .24em; }
.poster-reward { margin-top: 7px; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 52px; line-height: .9; letter-spacing: .03em; color: #294108; }
.poster-copy { position: relative; z-index: 1; max-width: 265px; margin: 12px auto 0; padding-top: 11px; border-top: 1px dashed rgba(79,48,17,.45); font-family: ui-monospace, monospace; font-size: 10px; font-weight: 900; line-height: 1.35; letter-spacing: .14em; }
.poster-seal { position: absolute; right: 19px; bottom: 21px; width: 72px; height: 72px; object-fit: cover; border-radius: 50%; border: 3px solid #4f3011; background: var(--paper); box-shadow: 0 8px 18px rgba(0,0,0,.18); transform: rotate(-11deg); }
.poster-pin { position: absolute; top: 9px; width: 14px; height: 14px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #efffa6, #CCFF00 65%, #506500); box-shadow: 1px 4px 7px rgba(0,0,0,.35); z-index: 2; }
.poster-pin-left { left: 14px; }
.poster-pin-right { right: 14px; }
.coin { position: absolute; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; border: 5px solid #80a000; background: radial-gradient(circle at 35% 28%, #efffa6, #CCFF00 55%, #6f8b00); color: #1b2b00; font: 950 27px Georgia, serif; box-shadow: 0 14px 26px rgba(0,0,0,.36); animation: float 4s ease-in-out infinite; }
.coin-one { top: 54px; left: 44px; animation-delay: -.7s; }
.coin-two { right: 14px; bottom: 98px; width: 44px; height: 44px; font-size: 20px; animation-delay: -2s; }
.coin-three { left: 90px; bottom: 15px; width: 40px; height: 40px; font-size: 18px; animation-delay: -3.1s; }
@keyframes float { 0%,100% { transform: translateY(0) rotate(-5deg); } 50% { transform: translateY(-16px) rotate(8deg); } }

.ticker { overflow: hidden; border-block: 1px solid rgba(204,255,0,.28); background: var(--gold); color: #0b160d; transform: rotate(-1deg) scale(1.02); }
.ticker-track { display: flex; width: max-content; align-items: center; gap: 28px; padding: 13px 0; animation: ticker 28s linear infinite; font-size: 13px; font-weight: 1000; letter-spacing: .14em; }
.ticker-track i { font-style: normal; color: var(--forest-700); }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-heading { max-width: 720px; }
.section-heading h2, .chart-header h2, .treasury h2, .final-card h2 { font-size: clamp(52px, 6vw, 88px); }
.section-heading > p, .treasury-copy > p, .final-card p { color: #aebbb3; font-size: 18px; max-width: 680px; }
.section-heading-centred { text-align: center; margin-inline: auto; }
.section-heading-centred .eyebrow { justify-content: center; }
.section-heading-centred > p { margin-inline: auto; }

.legend-intro { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(330px, .96fr); align-items: center; gap: clamp(30px, 6vw, 90px); }
.legend-character { position: relative; align-self: end; min-height: 410px; display: flex; align-items: flex-end; justify-content: center; overflow: visible; isolation: isolate; }
.legend-character-glow { position: absolute; z-index: -1; width: 78%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(204,255,0,.16), rgba(46,139,70,.08) 48%, transparent 72%); filter: blur(10px); }
.legend-character img { display: block; width: min(510px, 100%); max-height: 530px; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 28px 35px rgba(0,0,0,.42)); transform: translateY(18px); }
.legend-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.story-card, .reason-card, .buy-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(204,255,0,.15);
  border-radius: var(--radius);
  background: linear-gradient(150deg, rgba(21,68,38,.22), rgba(255,255,255,.018));
  box-shadow: 0 20px 50px rgba(0,0,0,.2);
}
.story-card { min-height: 360px; padding: 32px; }
.story-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -70px; bottom: -80px; border-radius: 50%; border: 24px solid rgba(204,255,0,.035); }
.card-number { color: rgba(204,255,0,.35); font-size: 12px; font-weight: 950; letter-spacing: .14em; }
.story-icon { margin: 57px 0 25px; font-size: 46px; filter: grayscale(1) sepia(1) saturate(5); }
.story-card h3, .reason-card h3, .buy-card h3 { margin: 0 0 12px; font-size: 21px; line-height: 1.05; letter-spacing: -.02em; }
.story-card p, .reason-card p, .buy-card p { margin: 0; color: #9eafa5; }

.bull-case { position: relative; background: linear-gradient(180deg, rgba(8,28,18,.4), rgba(8,28,18,.72), rgba(8,28,18,.25)); border-block: 1px solid rgba(204,255,0,.08); }
.bull-case::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 20%, rgba(46,139,70,.1), transparent 43%); pointer-events: none; }
.reasons-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 55px; }
.reason-card { min-height: 250px; padding: 28px; }
.reason-card:hover { border-color: rgba(204,255,0,.42); transform: translateY(-4px); transition: .25s ease; }
.reason-mark { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 36px; border-radius: 16px; background: rgba(204,255,0,.11); border: 1px solid rgba(204,255,0,.24); color: var(--gold); font-size: 17px; font-weight: 950; }
.risk-note { margin-top: 20px; padding: 20px 22px; border-radius: 14px; border: 1px solid rgba(255,255,255,.08); background: rgba(0,0,0,.22); color: #93a49a; font-size: 13px; }
.risk-note strong { color: var(--gold-light); }

.chart-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.chart-header h2 { margin-bottom: 0; }
.chart-stats { display: grid; grid-template-columns: repeat(2, minmax(135px, 1fr)); gap: 12px; min-width: 430px; }
.chart-stats div { padding: 14px 15px; border: 1px solid rgba(255,255,255,.07); background: rgba(255,255,255,.025); border-radius: 12px; }
.chart-stats span { display: block; color: #71847a; font-size: 9px; font-weight: 950; letter-spacing: .15em; }
.chart-stats strong { display: block; margin-top: 3px; color: #e9efe9; font-size: 14px; }
.chart-stats strong.positive { color: var(--green); }
.chart-stats strong.negative { color: #ff6b59; }
.chart-frame { margin-top: 42px; border: 1px solid rgba(204,255,0,.16); border-radius: 22px; overflow: hidden; background: #06110b; box-shadow: var(--shadow); }
.chart-toolbar { height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid rgba(255,255,255,.07); color: #8fa097; font-size: 11px; font-weight: 850; letter-spacing: .08em; }
.chart-toolbar span { display: flex; align-items: center; gap: 8px; }
.chart-toolbar i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); }
.chart-toolbar a { color: var(--gold); }
.chart-live iframe { display: block; width: 100%; height: 560px; border: 0; }
.chart-demo { position: relative; height: 560px; overflow: hidden; }
.chart-demo canvas { width: 100%; height: 100%; opacity: .7; }
.chart-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px; text-align: center; background: radial-gradient(circle, rgba(4,13,8,.28), rgba(4,13,8,.72)); }
.chart-overlay span { color: var(--gold); font-size: 11px; font-weight: 950; letter-spacing: .14em; }
.chart-overlay strong { margin-top: 8px; font-size: clamp(24px, 4vw, 42px); }
.chart-overlay p { max-width: 520px; color: #8fa097; }
.chart-overlay code { color: var(--cream); }

.treasury { background: linear-gradient(180deg, transparent, rgba(204,255,0,.04), transparent); }
.treasury-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.game-score { display: flex; gap: 12px; margin: 28px 0 22px; }
.game-score div { min-width: 120px; padding: 13px 16px; border-radius: 12px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.07); }
.game-score span { display: block; color: #71847a; font-size: 9px; font-weight: 950; letter-spacing: .14em; }
.game-score strong { display: block; margin-top: 2px; color: var(--gold); font-size: 27px; }
.game-board { position: relative; min-height: 440px; overflow: hidden; border-radius: 28px; border: 1px solid rgba(204,255,0,.2); background:
  linear-gradient(to top, rgba(7,23,15,.95) 0 25%, transparent 25%),
  radial-gradient(circle at 50% 0%, rgba(204,255,0,.12), transparent 45%),
  linear-gradient(180deg, #102b1a, #07170f);
  box-shadow: var(--shadow);
}
.game-board::before { content: ""; position: absolute; inset: auto 0 24%; height: 110px; opacity: .34; background: repeating-linear-gradient(90deg, transparent 0 8%, #020806 8% 12%, transparent 12% 16%); clip-path: polygon(0 65%, 5% 25%, 9% 65%, 15% 35%, 20% 65%, 25% 15%, 30% 65%, 38% 28%, 44% 65%, 52% 10%, 58% 65%, 65% 32%, 72% 65%, 80% 18%, 86% 65%, 94% 28%, 100% 65%, 100% 100%, 0 100%); }
.game-castle { position: absolute; left: 50%; bottom: 39px; transform: translateX(-50%); color: rgba(204,255,0,.16); font-size: 145px; line-height: 1; }
.game-message { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; color: rgba(255,243,204,.7); font-weight: 950; letter-spacing: .12em; line-height: 1.5; pointer-events: none; }
.game-coin { position: absolute; z-index: 5; width: 50px; height: 50px; border: 0; border-radius: 50%; cursor: pointer; background: radial-gradient(circle at 32% 28%, #efffa6, #CCFF00 50%, #6f8b00 80%); color: #1b2b00; font: 950 23px Georgia, serif; box-shadow: 0 10px 24px rgba(0,0,0,.4); animation: coin-pop .22s ease-out; }
@keyframes coin-pop { from { transform: scale(.3) rotate(-20deg); opacity: 0; } to { transform: scale(1) rotate(0); opacity: 1; } }

.buy-section { background: #07170f; border-block: 1px solid rgba(204,255,0,.1); }
.buy-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; margin-top: 54px; }
.buy-card { min-height: 310px; padding: 30px; }
.buy-number { margin-bottom: 55px; color: var(--gold); font: 950 58px/1 Impact, sans-serif; }
.text-button { display: inline-flex; margin-top: 22px; padding: 0; border: 0; background: transparent; color: var(--gold-light); font-weight: 950; font-size: 12px; letter-spacing: .08em; cursor: pointer; }
.contract-box { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 18px; padding: 22px; border-radius: 18px; background: rgba(0,0,0,.3); border: 1px solid rgba(204,255,0,.16); }
.contract-box span { display: block; color: #778b80; font-size: 9px; font-weight: 950; letter-spacing: .15em; }
.contract-box code { display: block; margin-top: 5px; color: var(--cream); font-size: 13px; word-break: break-all; }

.final-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 320px 1fr; align-items: center; gap: 55px; padding: 48px; border: 1px solid rgba(204,255,0,.28); border-radius: 32px; background:
  radial-gradient(circle at 15% 50%, rgba(204,255,0,.18), transparent 37%),
  linear-gradient(135deg, #0d2b1a, #06140d);
  box-shadow: var(--shadow);
}
.final-card::after { content: ""; position: absolute; width: 360px; height: 360px; right: -170px; top: -180px; border-radius: 50%; border: 70px solid rgba(204,255,0,.035); }
.final-card img { width: 100%; border-radius: 50%; border: 6px solid var(--gold); transform: rotate(-4deg); }
.final-badge { position: absolute; z-index: 2; left: 294px; top: 53px; display: grid; place-items: center; width: 74px; height: 74px; background: var(--gold); color: #113019; clip-path: polygon(50% 0,61% 18%,82% 10%,80% 32%,100% 39%,82% 51%,94% 70%,71% 73%,72% 96%,51% 84%,37% 100%,30% 77%,7% 82%,19% 59%,0 49%,22% 39%,11% 18%,36% 22%); font-size: 27px; }

.site-footer { padding: 50px 0 95px; background: #010503; }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,.07); }
.footer-main > p { margin: 0; color: var(--gold); font-size: 12px; font-weight: 950; letter-spacing: .13em; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; color: #9aaba1; font-size: 11px; font-weight: 850; }
.footer-links a:hover { color: var(--gold); }
.footer-disclaimer { display: flex; justify-content: space-between; gap: 35px; padding-top: 24px; color: #5f7066; font-size: 11px; }
.footer-disclaimer p { max-width: 880px; margin: 0; }
.footer-disclaimer > span { white-space: nowrap; }
.mobile-buy { display: none; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 28px; transform: translate(-50%, 20px); padding: 12px 16px; border: 1px solid rgba(204,255,0,.34); border-radius: 11px; background: #0b2014; color: var(--cream); opacity: 0; pointer-events: none; transition: .22s ease; font-size: 12px; font-weight: 850; box-shadow: var(--shadow); }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

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

@media (max-width: 980px) {
  .site-nav { position: fixed; top: 114px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px; border: 1px solid rgba(204,255,0,.2); border-radius: 18px; background: rgba(3,12,7,.98); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 10px; }
  .site-nav .button { margin-top: 6px; }
  .nav-social { border-left: 0; padding-left: 10px !important; }
  .menu-toggle { display: block; }
  .menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.open span:nth-child(2) { opacity: 0; }
  .menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { grid-template-columns: 1fr; gap: 35px; padding-top: 70px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions { justify-content: center; }
  .hero-lede { margin-inline: auto; }
  .contract-mini { justify-content: center; }
  .hero-art { min-height: 560px; }
  .legend-intro { grid-template-columns: 1fr; gap: 20px; }
  .legend-intro .section-heading { max-width: 760px; text-align: center; margin-inline: auto; }
  .legend-intro .eyebrow { justify-content: center; }
  .legend-intro .section-heading > p { margin-inline: auto; }
  .legend-character { min-height: 380px; }
  .legend-character img { width: min(470px, 78vw); transform: translateY(10px); }
  .legend-grid, .reasons-grid { grid-template-columns: repeat(2, 1fr); }
  .chart-header { align-items: flex-start; flex-direction: column; }
  .chart-stats { width: 100%; min-width: 0; }
  .treasury-grid { grid-template-columns: 1fr; }
  .treasury-copy { text-align: center; }
  .treasury-copy .eyebrow { justify-content: center; }
  .treasury-copy > p { margin-inline: auto; }
  .game-score { justify-content: center; }
  .buy-steps { grid-template-columns: 1fr; }
  .buy-card { min-height: 0; }
  .buy-number { margin-bottom: 30px; }
  .final-card { grid-template-columns: 250px 1fr; }
}

@media (max-width: 680px) {
  .section-shell { width: min(calc(100% - 28px), var(--max)); }
  .section-pad { padding-block: 80px; }
  .announcement { font-size: 9px; letter-spacing: .1em; }
  .site-header { width: calc(100% - 28px); min-height: 68px; }
  .site-header::before { height: 68px; }
  .site-nav { top: 104px; left: 14px; right: 14px; }
  .brand img { width: 37px; height: 37px; }
  .brand { font-size: 18px; }
  .hero { min-height: auto; padding-block: 58px 75px; }
  .hero h1 { font-size: clamp(43px, 13.5vw, 58px); }
  .hero-copy .eyebrow { max-width: 100%; flex-wrap: wrap; font-size: 10px; letter-spacing: .12em; }
  .hero-lede { font-size: 16px; }
  .hero-actions .button { flex: 1 1 100%; }
  .contract-mini { flex-direction: column; }
  .hero-art { min-height: 475px; }
  .wanted-poster { width: min(340px, 89vw); padding: 19px 21px 22px; }
  .poster-kicker { font-size: 38px; }
  .poster-target { font-size: 31px; }
  .poster-reward { font-size: 44px; }
  .poster-seal { width: 62px; height: 62px; right: 16px; bottom: 17px; }
  .coin-one { left: 10px; top: 30px; }
  .coin-two { right: 2px; bottom: 60px; }
  .coin-three { left: 45px; bottom: -4px; }
  .section-heading h2, .chart-header h2, .treasury h2, .final-card h2 { font-size: clamp(48px, 15vw, 68px); }
  .section-heading > p, .treasury-copy > p, .final-card p { font-size: 16px; }
  .legend-character { min-height: 300px; }
  .legend-character img { width: min(390px, 94vw); }
  .legend-grid, .reasons-grid { grid-template-columns: 1fr; }
  .story-card { min-height: 300px; }
  .story-icon { margin-top: 38px; }
  .reason-card { min-height: 225px; }
  .chart-stats { grid-template-columns: repeat(2, 1fr); }
  .chart-live iframe, .chart-demo { height: 430px; }
  .chart-toolbar { font-size: 9px; }
  .game-board { min-height: 390px; }
  .contract-box { align-items: stretch; flex-direction: column; }
  .final-card { grid-template-columns: 1fr; gap: 28px; padding: 28px; text-align: center; }
  .final-card img { width: 230px; margin-inline: auto; }
  .final-card .eyebrow, .final-card .hero-actions { justify-content: center; }
  .final-badge { left: calc(50% + 64px); top: 38px; width: 62px; height: 62px; }
  .footer-main, .footer-disclaimer { align-items: center; flex-direction: column; text-align: center; }
  .mobile-buy { position: fixed; z-index: 28; left: 14px; right: 14px; bottom: 12px; display: flex; min-height: 50px; }
  .site-footer { padding-bottom: 110px; }
}

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