:root {
  --ink: #10141c;
  --asphalt: #202633;
  --slate: #30394a;
  --paper: #e8e5dc;
  --muted: #a9acb1;
  --yellow: #e8c52a;
  --line: rgba(232, 229, 220, .19);
  --display: "Bowlby One SC", Impact, sans-serif;
  --sans: "IBM Plex Sans", Arial, sans-serif;
  --mono: "IBM Plex Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; background: var(--asphalt); color: var(--paper); font-family: var(--sans); overflow-x: hidden; }
body::before { position: fixed; content: ""; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(ellipse at 70% 35%, rgba(103, 120, 148, .17), transparent 50%), linear-gradient(180deg, #202633, #1d232e); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
h1, h2, h3, p { margin-top: 0; }

.rain { position: fixed; inset: -30% 0 0; z-index: 4; pointer-events: none; opacity: .18; background-image: linear-gradient(106deg, transparent 0 48%, rgba(203, 215, 231, .35) 49%, transparent 51%); background-size: 67px 140px; animation: rain-fall .8s linear infinite; mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 86%, transparent); }
@keyframes rain-fall { to { transform: translateY(140px); } }

.site-header { position: sticky; top: 0; z-index: 10; min-height: 68px; padding: 0 18px; display: grid; grid-template-columns: minmax(0, 1fr) auto auto; column-gap: 12px; align-items: center; background: rgba(26, 32, 43, .96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.brand { grid-column: 1; grid-row: 1; min-height: 44px; display: inline-flex; align-items: center; gap: 8px; width: max-content; font: 20px var(--display); letter-spacing: .02em; }
.brand-mark { width: 33px; height: 33px; object-fit: contain; filter: drop-shadow(2px 2px 0 #050609); }
.brand-period { color: var(--yellow); }
.primary-nav { grid-column: 1 / -1; grid-row: 2; display: none; margin-inline: -18px; padding: 12px 20px 18px; background: #1a202a; border-top: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 0; }
.primary-nav.is-open { display: flex; }
.primary-nav a { min-height: 48px; display: flex; align-items: center; padding: 0 4px; border-bottom: 1px solid var(--line); font: 600 11px var(--mono); letter-spacing: .1em; }
.primary-nav a:last-child { border-bottom: 0; }
.header-buy { grid-column: 3; grid-row: 1; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 7px 10px; background: var(--yellow); color: var(--ink); border: 2px solid var(--ink); box-shadow: 3px 3px 0 var(--ink); font: 600 9px var(--mono); letter-spacing: .08em; transition: transform .16s, box-shadow .16s; }
.header-buy:hover { transform: translate(-1px, -1px); box-shadow: 4px 4px 0 var(--ink); }
.header-buy img { width: 22px; height: 22px; object-fit: contain; }
.header-buy span { font-size: 14px; }
.menu-toggle { grid-column: 2; grid-row: 1; width: 44px; height: 44px; display: grid; gap: 5px; place-content: center; border: 1px solid var(--line); background: transparent; }
.menu-toggle span { width: 16px; height: 2px; background: var(--paper); }
.section-shell { width: calc(100% - 38px); max-width: 1280px; margin-inline: auto; }
.hero, .roadmap, .chart-section { scroll-margin-top: 80px; }

.hero { position: relative; min-height: auto; padding: 56px 0 78px; display: grid; grid-template-columns: minmax(0, 1fr); gap: 36px; align-items: center; }
.hero-copy { min-width: 0; padding: 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: #c5c8cc; font: 500 9px var(--mono); letter-spacing: .12em; }
.status-dot, .chart-live i { display: inline-block; width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 11px rgba(232, 197, 42, .65); }
h1, h2 { font-family: var(--display); font-weight: 400; line-height: .98; letter-spacing: -.025em; }
h1 { margin: 0 0 23px; font-size: clamp(52px, 14vw, 78px); text-shadow: 4px 4px 0 var(--ink); }
h1 span, h2 span { color: var(--yellow); }
.hero-intro { max-width: 420px; margin-bottom: 24px; color: #c1c2c5; font-size: 14px; line-height: 1.7; }
.ticker-card { display: flex; align-items: center; gap: 10px; width: max-content; max-width: 100%; margin-bottom: 22px; padding: 10px 12px; border: 1px solid var(--line); border-left: 3px solid var(--yellow); background: rgba(9, 13, 19, .2); font: 10px var(--mono); letter-spacing: .04em; }
.ticker-card strong { color: var(--yellow); font: 17px var(--display); letter-spacing: .03em; }
.ticker-note { color: #858b97; font-size: 7px; }
.hero-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.action-button { min-width: 0; min-height: 53px; display: flex; align-items: center; gap: 8px; padding: 0 10px; border: 2px solid var(--ink); box-shadow: 4px 4px 0 var(--ink); font: 600 9px var(--mono); letter-spacing: .025em; transition: transform .16s, box-shadow .16s, background .16s; }
.action-button:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--ink); }
.action-button img { width: 22px; height: 22px; flex: 0 0 auto; object-fit: contain; }
.action-primary { background: var(--yellow); color: var(--ink); }
.action-social { background: #e6e4dc; color: var(--ink); }
.button-arrow { margin-left: auto; font-size: 15px; }
.social-mark { width: 22px; height: 22px; flex: 0 0 auto; display: grid; place-items: center; }
.social-mark svg { width: 17px; height: 17px; fill: currentColor; }
.hero-art { position: relative; min-width: 0; margin-inline: 3px; padding: 27px 17px 23px; transform: rotate(.6deg); border: 2px solid var(--ink); background: #6b7180; box-shadow: 9px 9px 0 var(--ink); }
.art-frame { height: clamp(420px, 105vw, 590px); overflow: hidden; border: 2px solid var(--ink); background: #697080; }
.art-frame img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 35%; filter: saturate(.86); }
.art-stamp, .art-caption { position: absolute; right: 17px; left: 17px; display: flex; justify-content: space-between; gap: 8px; padding: 3px 5px; background: var(--ink); color: var(--paper); font: 8px var(--mono); letter-spacing: .08em; }
.art-stamp { top: 5px; }
.art-caption { bottom: 3px; }
.art-caption span { color: var(--yellow); }
.scroll-cue { position: absolute; bottom: 23px; left: 0; min-height: 44px; display: flex; align-items: center; gap: 14px; color: #9298a3; font: 9px var(--mono); letter-spacing: .1em; }
.scroll-cue i { color: var(--yellow); font-size: 17px; font-style: normal; }

.roadmap { position: relative; padding: 83px 0; border-top: 1px solid var(--line); }
.section-heading { display: block; margin-bottom: 34px; }
.section-heading .eyebrow { margin-bottom: 20px; }
.section-heading h2, .chart-heading h2 { margin: 0; font-size: clamp(47px, 12vw, 68px); text-shadow: 3px 3px 0 var(--ink); }
.section-lede { max-width: 335px; margin: 18px 0 0; color: #b4b8be; font-size: 14px; line-height: 1.7; }
.heading-line { display: inline-block; width: 37px; height: 1px; margin-left: 5px; background: var(--yellow); }
.roadmap-grid { display: grid; grid-template-columns: 1fr; gap: 15px; }
.roadmap-card { position: relative; min-height: 225px; padding: 24px 20px 44px; border: 2px solid var(--ink); background: #293140; box-shadow: 5px 5px 0 var(--ink); transition: transform .2s; }
.roadmap-card:hover { transform: translateY(-5px); }
.card-index { position: absolute; top: 14px; right: 20px; color: rgba(232, 229, 220, .12); font: 42px var(--display); }
.card-kicker { margin-bottom: 26px; color: var(--yellow); font: 10px var(--mono); letter-spacing: .13em; }
.roadmap-card h3 { margin-bottom: 14px; font: 26px/1.1 var(--display); }
.roadmap-card > p:not(.card-kicker) { max-width: 320px; margin-bottom: 20px; color: #b9bdc4; font-size: 13px; line-height: 1.65; }
.card-tag { position: absolute; bottom: 15px; left: 20px; color: #8f96a2; font: 9px var(--mono); letter-spacing: .08em; }
.card-tag i { display: inline-block; width: 6px; height: 6px; margin-left: 5px; border-radius: 50%; background: var(--yellow); }
.roadmap-footnote { margin: 30px 0 0; color: #9da2ab; font: 10px var(--mono); letter-spacing: .05em; }
.roadmap-footnote span { color: var(--yellow); }

.chart-section { padding: 78px 0; border-top: 1px solid var(--line); }
.chart-heading { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; margin-bottom: 25px; }
.chart-heading .eyebrow { margin-bottom: 17px; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; color: var(--yellow); border-bottom: 1px solid var(--yellow); font: 10px var(--mono); letter-spacing: .08em; }
.text-link span { margin-left: 8px; }
.chart-window { position: relative; height: 460px; border: 2px solid var(--ink); background: #141922; box-shadow: 7px 7px 0 var(--ink); display: flex; flex-direction: column; }
.chart-topbar { position: absolute; z-index: 1; top: 0; right: 0; left: 0; height: 39px; display: flex; align-items: center; justify-content: space-between; gap: 6px; padding: 0 9px; border-bottom: 1px solid #333b49; background: #11151c; color: #89909c; font: 7px var(--mono); letter-spacing: .04em; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #525a68; }
.window-dots i:first-child { background: var(--yellow); }
.chart-live { display: flex; align-items: center; gap: 5px; color: #bfc2c8; white-space: nowrap; }
.chart-live i { width: 6px; height: 6px; }
.chart-window iframe { flex: 1; min-height: 0; width: 100%; border: 0; background: #11151c; }
.chart-fallback { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; background: repeating-linear-gradient(135deg, #171d27, #171d27 14px, #1a202b 14px, #1a202b 28px); color: #9298a3; font: 10px var(--mono); letter-spacing: .08em; text-align: center; }
.chart-fallback a { min-height: 44px; display: inline-flex; align-items: center; color: var(--yellow); font-size: 10px; pointer-events: auto; }
.contract-row { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 25px; padding-top: 15px; border-top: 1px solid var(--line); color: #959ba5; font: 8px var(--mono); letter-spacing: .08em; }
.copy-contract { min-height: 44px; padding: 8px; border: 0; background: none; color: var(--paper); font: 9px var(--mono); letter-spacing: .04em; cursor: pointer; }
.copy-contract span { margin-left: 7px; color: var(--yellow); }

.site-footer { min-height: 125px; display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center; padding: 24px 19px; border-top: 1px solid var(--line); background: #1a202a; }
.site-footer .brand { font-size: 18px; }
.site-footer .brand-mark { width: 31px; height: 31px; }
.site-footer p, .site-footer small, .back-top { margin: 0; color: #8c929e; font: 9px var(--mono); letter-spacing: .07em; }
.site-footer p, .site-footer small { grid-column: 1 / -1; }
.back-top { min-height: 44px; display: inline-flex; align-items: center; justify-self: end; color: var(--yellow); }
.toast { position: fixed; z-index: 20; bottom: 24px; left: 50%; max-width: calc(100vw - 32px); padding: 12px 18px; transform: translate(-50%, 20px); opacity: 0; pointer-events: none; border: 2px solid var(--ink); background: var(--yellow); box-shadow: 4px 4px 0 var(--ink); color: var(--ink); font: 11px var(--mono); text-align: center; transition: opacity .2s, transform .2s; }
.toast.is-visible { transform: translate(-50%, 0); opacity: 1; }
.reveal { transform: translateY(17px); opacity: 0; transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { transform: translateY(0); opacity: 1; }

@media (min-width: 681px) {
  html { scroll-padding-top: 90px; }
  .site-header { height: 82px; min-height: 82px; padding-inline: 24px; grid-template-columns: 1fr auto 1fr; gap: 18px; }
  .brand { gap: 10px; font-size: 24px; }
  .brand-mark { width: 38px; height: 38px; }
  .menu-toggle { display: none; }
  .primary-nav { grid-column: 2; grid-row: 1; display: flex; margin: 0; flex-direction: row; align-items: center; gap: clamp(22px, 4vw, 48px); padding: 0; border: 0; background: none; }
  .primary-nav a { min-height: 44px; padding: 0; border: 0; transition: color .2s; }
  .primary-nav a:hover, .primary-nav a:focus-visible { color: var(--yellow); }
  .header-buy { justify-self: end; gap: 7px; padding-inline: 16px; font-size: 10px; }
  .header-buy img { width: 24px; height: 24px; }
  .section-shell { width: calc(100% - 48px); }
  .hero, .roadmap, .chart-section { scroll-margin-top: 96px; }
  .hero { min-height: calc(100svh - 82px); padding: 70px 0 100px; grid-template-columns: minmax(290px, .9fr) minmax(300px, 1.1fr); gap: 28px; }
  .hero-copy { padding: 10px 0; }
  .eyebrow { margin-bottom: 23px; font-size: 10px; letter-spacing: .14em; }
  h1 { font-size: clamp(52px, 6.3vw, 74px); }
  .hero-intro { font-size: 15px; }
  .ticker-card { gap: 12px; padding-inline: 14px; }
  .ticker-note { font-size: 8px; }
  .hero-actions { max-width: 444px; }
  .action-button { min-height: 56px; gap: 10px; padding-inline: 12px; font-size: 9px; }
  .action-button img, .social-mark { width: 25px; height: 25px; }
  .social-mark svg { width: 19px; height: 19px; }
  .hero-art { margin: 0; padding: 30px 20px 25px; }
  .art-frame { height: clamp(400px, 59vh, 620px); }
  .art-stamp, .art-caption { right: 20px; left: 20px; font-size: 9px; }
  .scroll-cue { bottom: 30px; }
  .roadmap { padding: 100px 0; }
  .section-heading { display: grid; grid-template-columns: 1fr minmax(230px, .55fr); align-items: end; column-gap: 35px; margin-bottom: 45px; }
  .section-heading .eyebrow { grid-column: 1 / -1; }
  .section-heading h2, .chart-heading h2 { font-size: clamp(48px, 6vw, 77px); }
  .section-lede { margin: 0 0 5px; }
  .roadmap-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
  .roadmap-card { min-height: 265px; padding: 27px 19px 44px; }
  .card-tag { left: 19px; }
  .chart-section { padding: 95px 0; }
  .chart-heading { flex-direction: row; align-items: end; justify-content: space-between; margin-bottom: 30px; }
  .chart-window { height: 500px; }
  .chart-topbar { padding-inline: 14px; font-size: 9px; letter-spacing: .06em; }
  .contract-row { font-size: 9px; }
  .copy-contract { font-size: 11px; }
  .site-footer { display: flex; gap: 24px; padding: 27px 24px; }
  .site-footer p, .site-footer small { grid-column: auto; }
  .site-footer small { margin-left: 0; }
  .back-top { margin-left: auto; }
}

@media (min-width: 901px) {
  .site-header { padding-inline: clamp(36px, 5.5vw, 88px); }
  .primary-nav { gap: clamp(22px, 4vw, 58px); }
  .header-buy { padding-inline: 19px; font-size: 11px; }
  .section-shell { width: min(1280px, calc(100% - 2 * clamp(22px, 7vw, 104px))); }
  .hero { grid-template-columns: minmax(330px, .82fr) minmax(380px, 1.18fr); gap: clamp(36px, 7vw, 100px); padding-top: clamp(50px, 8vh, 100px); }
  h1 { font-size: clamp(66px, 6.3vw, 89px); }
  .action-button { padding-inline: 14px; font-size: 10px; }
  .hero-art { padding-inline: 24px; }
  .art-frame { height: clamp(410px, 63vh, 700px); }
  .art-stamp, .art-caption { right: 24px; left: 24px; }
  .section-heading { column-gap: 80px; margin-bottom: 53px; }
  .roadmap-card { padding-inline: 25px; }
  .card-tag { left: 25px; }
  .chart-section { padding: 105px 0 100px; }
  .chart-window { height: 550px; }
  .chart-topbar { padding-inline: 14px; }
  .site-footer { gap: 40px; padding-inline: clamp(22px, 7vw, 104px); }
}

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

[hidden] { display: none !important; }
