:root {
  --ink: #05070c;
  --ink-soft: #09101d;
  --paper: #f4f1e9;
  --muted: #9ca9bc;
  --blue: #1267ff;
  --blue-deep: #083aa6;
  --cyan: #71e7ff;
  --gold: #e2a259;
  --green: #74e69c;
  --line: rgba(244, 241, 233, 0.15);
  --mono: "DM Mono", monospace;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a, button { -webkit-tap-highlight-color: transparent; }
::selection { color: #fff; background: var(--blue); }

.noise {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0.1;
  mix-blend-mode: soft-light;
  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='.88' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}
.cursor-glow {
  position: fixed;
  left: 0;
  top: 0;
  width: 360px;
  height: 360px;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle, rgba(21, 100, 255, 0.13), transparent 68%);
  transform: translate3d(calc(var(--mouse-x, -500px) - 50%), calc(var(--mouse-y, -500px) - 50%), 0);
  transition: opacity 0.4s;
}
body:hover .cursor-glow { opacity: 1; }

.section { max-width: 1480px; margin: 0 auto; padding-left: 5.5vw; padding-right: 5.5vw; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: #a7b4c8;
  font: 500 10px/1 var(--mono);
  letter-spacing: 1.65px;
}
.eyebrow > span { width: 26px; height: 1px; background: var(--cyan); }
.eyebrow i { margin-left: auto; color: rgba(244, 241, 233, 0.35); font-style: normal; }
h1, h2 { margin: 0; letter-spacing: -0.075em; line-height: 0.91; }
h1 em, h2 em { color: var(--blue); font-style: normal; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  height: 82px;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 5.5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: rgba(5, 7, 12, 0.7);
  backdrop-filter: blur(18px);
  transition: height 0.25s, background 0.25s;
}
.site-header.scrolled { height: 68px; background: rgba(5, 7, 12, 0.91); }
.brand { display: flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; line-height: 1; }
.brand img { width: 43px; height: 43px; border-radius: 50%; object-fit: cover; box-shadow: 0 0 22px rgba(18, 103, 255, 0.3); }
.brand b { display: block; font-size: 13px; letter-spacing: -0.5px; }
.brand small { display: block; margin-top: 5px; color: #8898b0; font: 500 8px/1 var(--mono); letter-spacing: 1.5px; }
.site-header nav { display: flex; gap: clamp(20px, 2.5vw, 38px); }
.site-header nav a {
  position: relative;
  padding: 8px 0;
  color: #8796ac;
  text-decoration: none;
  font: 500 10px/1 var(--mono);
  letter-spacing: 1px;
  text-transform: uppercase;
}
.site-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1px; background: var(--cyan); transition: right 0.25s; }
.site-header nav a:hover, .site-header nav a.active { color: var(--paper); }
.site-header nav a:hover::after, .site-header nav a.active::after { right: 0; }
.header-buy {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 39px;
  padding: 8px 14px;
  border: 1px solid #4387ff;
  border-radius: 4px;
  color: #fff;
  background: var(--blue);
  text-decoration: none;
  font: 700 9px/1 var(--mono);
  letter-spacing: 0.6px;
  text-transform: uppercase;
  box-shadow: 0 8px 32px rgba(18, 103, 255, 0.24);
  transition: transform 0.2s, box-shadow 0.2s;
}
.header-buy:hover { transform: translateY(-2px); box-shadow: 0 12px 38px rgba(18, 103, 255, 0.42); }
.header-buy img { width: 20px; height: 20px; border-radius: 50%; }
.menu-toggle { display: none; }

.hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100svh - 82px);
  padding-top: 74px;
  padding-bottom: 90px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 5vw;
  align-items: center;
}
.hero-grid {
  position: absolute;
  z-index: -3;
  inset: 0 3vw 0 49%;
  opacity: 0.16;
  background-image: linear-gradient(rgba(113, 231, 255, 0.24) 1px, transparent 1px), linear-gradient(90deg, rgba(113, 231, 255, 0.24) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(90deg, transparent, #000 22%, #000 70%, transparent);
}
.shape { position: absolute; pointer-events: none; z-index: -1; }
.shape-orbit { width: 600px; height: 600px; right: -195px; top: -130px; border: 1px solid rgba(113, 231, 255, 0.12); border-radius: 50%; box-shadow: 0 0 100px rgba(18, 103, 255, 0.08) inset; }
.shape-orbit::before, .shape-orbit::after { content: ""; position: absolute; border: 1px solid rgba(18, 103, 255, 0.14); border-radius: 50%; inset: 55px; }
.shape-orbit::after { inset: 130px; }
.shape-gem { width: 46px; height: 46px; border: 1px solid rgba(226, 162, 89, 0.38); transform: rotate(45deg); background: linear-gradient(135deg, rgba(226, 162, 89, 0.16), transparent); }
.shape-gem-one { top: 14%; left: 48%; animation: gemFloat 6s ease-in-out infinite; }
.shape-gem-two { width: 25px; height: 25px; right: 4%; bottom: 17%; border-color: rgba(113, 231, 255, 0.38); animation: gemFloat 7s ease-in-out -2s infinite; }
.hero-copy { position: relative; z-index: 2; max-width: 570px; }
.hero h1 { font-size: clamp(58px, 6.3vw, 104px); }
.hero-text { max-width: 430px; margin: 31px 0 25px; color: #b3bdcc; font-size: 15px; line-height: 1.75; }
.ticker-pill { width: min(100%, 430px); display: flex; align-items: center; justify-content: space-between; padding: 10px 11px 10px 14px; border: 1px solid var(--line); background: rgba(255,255,255,0.025); border-radius: 5px; }
.ticker-pill div { display: flex; align-items: center; gap: 12px; }
.ticker-pill small { color: #79879b; font: 500 8px/1 var(--mono); letter-spacing: 1px; }
.ticker-pill strong { color: var(--cyan); font: 500 13px/1 var(--mono); }
.copy-ticker { min-width: 76px; padding: 7px 9px; border: 1px solid var(--line); border-radius: 3px; color: #c7d0dc; background: #0c1320; cursor: pointer; font: 500 9px/1 var(--mono); transition: border-color 0.2s, color 0.2s; }
.copy-ticker:hover { color: var(--cyan); border-color: var(--cyan); }
.action-list { width: min(100%, 430px); margin-top: 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.action { min-height: 50px; display: flex; align-items: center; padding: 0 13px; border: 1px solid var(--line); border-radius: 4px; color: #e5eaf0; background: rgba(7, 12, 21, 0.75); text-decoration: none; font: 600 9px/1 var(--mono); letter-spacing: 0.3px; transition: border-color 0.25s, background 0.25s, transform 0.25s; }
.action:hover { border-color: var(--cyan); background: rgba(18, 103, 255, 0.12); transform: translateY(-2px); }
.action-primary { border-color: #397df5; background: var(--blue); color: #fff; }
.action-primary:hover { background: #2874ff; border-color: #6ea2ff; }
.action > img, .action > svg { flex: 0 0 auto; width: 21px; height: 21px; margin-right: 10px; border-radius: 50%; object-fit: cover; fill: currentColor; }
.action > svg.dex-icon { fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linejoin: round; }
.action i { margin-left: auto; color: var(--cyan); font: normal 15px/1 var(--sans); }

.hero-art { position: relative; min-height: 670px; }
.hero-photo { position: absolute; z-index: 2; width: min(78%, 560px); height: 92%; right: 5%; top: 2%; overflow: hidden; border: 1px solid rgba(113, 231, 255, 0.22); clip-path: polygon(11% 0, 100% 0, 100% 88%, 88% 100%, 0 100%, 0 11%); background: #07142e; transform-style: preserve-3d; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(3, 6, 13, 0.5)); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.halo { position: absolute; z-index: 0; width: 560px; height: 560px; right: -8%; top: 4%; border-radius: 50%; background: radial-gradient(circle, rgba(18, 103, 255, 0.25), transparent 63%); }
.halo span { position: absolute; inset: 8%; border: 1px solid rgba(113, 231, 255, 0.24); border-radius: 50%; animation: spin 20s linear infinite; }
.halo span::before { content: ""; position: absolute; width: 9px; height: 9px; top: 12%; left: 9%; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 18px var(--cyan); }
.halo span:nth-child(2) { inset: 18%; border-style: dashed; animation-direction: reverse; animation-duration: 27s; }
.halo span:nth-child(3) { inset: 29%; animation-duration: 13s; }
.sticker { position: absolute; z-index: 4; display: flex; align-items: center; background: var(--paper); color: var(--ink); box-shadow: 0 14px 34px rgba(0,0,0,0.35); }
.sticker-top { top: 5%; left: 1%; padding: 14px 17px; transform: rotate(-7deg); }
.sticker-top b { font-size: 25px; letter-spacing: -1.5px; }
.sticker-top span { margin-left: 9px; font: 600 8px/1.2 var(--mono); letter-spacing: 1px; }
.sticker-side { right: -1%; top: 44%; padding: 12px 14px; border-radius: 50%; width: 88px; height: 88px; justify-content: center; flex-direction: column; transform: rotate(8deg); font-size: 18px; text-align: center; }
.sticker-side span { margin-top: 4px; font: 600 7px/1.25 var(--mono); letter-spacing: 0.5px; }
.mini-card { position: absolute; z-index: 5; overflow: hidden; background: #0a1220; border: 4px solid var(--paper); box-shadow: 0 20px 55px rgba(0,0,0,0.55); }
.mini-card-space { width: 166px; height: 196px; left: -4%; bottom: 3%; transform: rotate(-8deg); animation: cardFloat 5s ease-in-out infinite; }
.mini-card img { width: 100%; height: calc(100% - 31px); object-fit: cover; }
.mini-card span { height: 31px; display: grid; place-items: center; color: var(--ink); background: var(--paper); font: 600 8px/1 var(--mono); letter-spacing: 0.6px; }
.paw-print { position: absolute; z-index: 4; right: 2%; bottom: 3%; width: 70px; height: 70px; color: rgba(113, 231, 255, 0.5); font-size: 39px; line-height: 1; transform: rotate(18deg); }
.paw-print span { position: absolute; left: 4px; top: -7px; white-space: nowrap; font-size: 19px; letter-spacing: 6px; }
.scroll-cue { position: absolute; left: 5.5vw; bottom: 28px; display: flex; align-items: center; gap: 12px; color: #7e8ca1; text-decoration: none; font: 500 8px/1 var(--mono); letter-spacing: 1.1px; }
.scroll-cue i { color: var(--cyan); font: normal 18px/1 var(--sans); animation: nudge 1.8s ease-in-out infinite; }

.marquee { position: relative; z-index: 3; overflow: hidden; border-top: 1px solid #2a72ef; border-bottom: 1px solid #2a72ef; background: var(--blue); color: #fff; transform: rotate(-1deg) scale(1.02); }
.marquee-track { width: max-content; height: 56px; display: flex; align-items: center; gap: 29px; animation: marquee 24s linear infinite; }
.marquee span { font: 700 13px/1 var(--mono); letter-spacing: 1.4px; }
.marquee b { color: var(--cyan); font-size: 20px; }

.memes { position: relative; padding-top: 155px; padding-bottom: 170px; }
.memes::before { content: ""; position: absolute; width: 420px; height: 420px; left: -250px; top: 22%; border: 1px solid rgba(113, 231, 255, 0.13); border-radius: 50%; box-shadow: 0 0 100px rgba(18, 103, 255, 0.08) inset; }
.section-intro { display: grid; grid-template-columns: 1fr 1.2fr 0.8fr; align-items: end; margin-bottom: 70px; }
.section-intro .eyebrow { align-self: start; margin-top: 10px; }
.section-intro h2, .roadmap h2, .manifesto h2, .chart h2, .final-cta h2 { font-size: clamp(50px, 6.4vw, 98px); }
.section-intro > p { max-width: 250px; justify-self: end; color: var(--muted); font-size: 13px; line-height: 1.7; }
.meme-wall { display: grid; grid-template-columns: 1.28fr 0.94fr 0.45fr; grid-template-rows: 290px 290px; gap: 18px; perspective: 1200px; }
.meme-card { position: relative; overflow: hidden; min-height: 0; border: 1px solid var(--line); background: #0b1322; transform-style: preserve-3d; transition: border-color 0.3s; }
.meme-card:hover { border-color: rgba(113, 231, 255, 0.65); }
.meme-large { grid-row: 1 / 3; transform: rotate(-1.2deg); }
.meme-top { transform: rotate(1.1deg); }
.meme-bottom { transform: rotate(-0.8deg); }
.meme-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s cubic-bezier(.2,.7,.2,1); }
.meme-card:hover > img { transform: scale(1.045); }
.meme-card::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(3, 6, 12, 0.9)); pointer-events: none; }
.meme-label { position: absolute; z-index: 2; left: 22px; right: 20px; bottom: 20px; display: grid; grid-template-columns: 1fr auto; align-items: end; }
.meme-label small { grid-column: 1 / -1; margin-bottom: 7px; color: var(--cyan); font: 500 8px/1 var(--mono); letter-spacing: 1.2px; }
.meme-label h3 { margin: 0; font-size: clamp(18px, 2vw, 29px); line-height: 0.98; letter-spacing: -0.055em; }
.meme-label > span { color: var(--cyan); font-size: 25px; }
.meme-note { position: relative; grid-row: 1 / 3; padding: 24px 19px; display: flex; flex-direction: column; justify-content: space-between; background: var(--paper); color: var(--ink); transform: rotate(2deg); }
.meme-note > span { color: var(--blue); font-size: 28px; }
.meme-note p { margin: 0; font: 700 clamp(18px, 2.2vw, 31px)/1.08 var(--sans); letter-spacing: -0.05em; }
.meme-note b { color: var(--blue); }

.manifesto { max-width: 1480px; min-height: 760px; margin: 0 auto; display: grid; grid-template-columns: 1.05fr 0.95fr; background: #091323; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.manifesto-photo { position: relative; min-height: 680px; overflow: hidden; clip-path: polygon(0 0, 91% 0, 100% 11%, 100% 100%, 0 100%); }
.manifesto-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 60%, #091323); }
.manifesto-photo img { width: 100%; height: 100%; object-fit: cover; }
.photo-tag { position: absolute; z-index: 2; left: 25px; bottom: 25px; padding: 10px 13px; color: var(--ink); background: var(--paper); font: 600 8px/1 var(--mono); letter-spacing: 1px; transform: rotate(-2deg); }
.manifesto-copy { padding: 85px 6vw 75px 4vw; align-self: center; }
.manifesto-copy > p { max-width: 440px; margin: 34px 0 45px; color: #aab6c8; font-size: 14px; line-height: 1.8; }
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--line); }
.stat-grid div { min-height: 115px; padding: 18px 15px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-left: 0; }
.stat-grid strong { color: var(--cyan); font-size: 28px; letter-spacing: -1px; }
.stat-grid span { color: #91a0b4; font: 500 8px/1.45 var(--mono); letter-spacing: 0.7px; }

.roadmap { position: relative; padding-top: 160px; padding-bottom: 160px; }
.roadmap-head { display: grid; grid-template-columns: 1fr 0.4fr; gap: 7vw; align-items: end; margin-bottom: 80px; }
.roadmap-head > p { max-width: 300px; justify-self: end; color: var(--muted); font-size: 13px; line-height: 1.7; }
.roadmap-head .eyebrow { max-width: 630px; }
.roadmap-list { position: relative; display: grid; gap: 22px; }
.trail-line { position: absolute; left: calc(5.5vw + 45px); top: 400px; bottom: 170px; width: 1px; background: linear-gradient(var(--cyan), rgba(113,231,255,.06)); }
.trail-line i { position: sticky; top: 30%; display: block; width: 7px; height: 7px; margin-left: -3px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 18px var(--cyan); }
.road-step { min-height: 275px; display: grid; grid-template-columns: 90px 1fr minmax(280px, 0.85fr); align-items: stretch; border: 1px solid var(--line); background: linear-gradient(100deg, rgba(255,255,255,0.025), rgba(18,103,255,0.035)); overflow: hidden; transition: border-color .25s, transform .25s; }
.road-step:hover { border-color: rgba(113,231,255,.5); transform: translateX(4px); }
.road-step.reverse { grid-template-columns: 90px minmax(280px, 0.85fr) 1fr; }
.road-step.reverse .step-copy { order: 3; }
.road-step.reverse .step-photo { order: 2; }
.step-no { display: grid; place-items: center; border-right: 1px solid var(--line); color: rgba(244,241,233,.2); font: 500 16px/1 var(--mono); }
.step-copy { padding: 40px clamp(28px, 4vw, 65px); display: flex; flex-direction: column; justify-content: center; }
.step-copy h3 { margin: 18px 0 12px; font-size: clamp(28px, 3vw, 43px); line-height: 1; letter-spacing: -0.06em; }
.step-copy p { max-width: 430px; margin: 0; color: #9ca9bb; font-size: 12px; line-height: 1.75; }
.status { align-self: flex-start; padding: 6px 8px; border: 1px solid var(--line); color: #8795aa; font: 500 8px/1 var(--mono); letter-spacing: .9px; }
.status-done { color: var(--green); border-color: rgba(116,230,156,.3); }
.status-live { color: var(--cyan); border-color: rgba(113,231,255,.4); animation: livePulse 1.8s ease-in-out infinite; }
.step-photo { position: relative; min-height: 275px; overflow: hidden; }
.step-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,7,12,.38), transparent); }
.reverse .step-photo::after { background: linear-gradient(-90deg, rgba(5,7,12,.38), transparent); }
.step-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.road-step:hover .step-photo img { transform: scale(1.06); }

.marquee-outline { border-color: rgba(113,231,255,.25); background: transparent; color: var(--paper); transform: rotate(1deg) scale(1.02); }
.marquee-outline .marquee-track { height: 80px; }
.marquee-outline span { font-size: clamp(18px, 2vw, 28px); letter-spacing: -1px; }
.reverse-track { animation-direction: reverse; animation-duration: 29s; }

.chart { padding-top: 150px; padding-bottom: 150px; display: grid; grid-template-columns: .78fr 1.22fr; gap: 4vw; align-items: stretch; }
.chart-side { display: grid; grid-template-rows: 310px 1fr; border: 1px solid var(--line); background: #09101c; }
.chart-side-photo { position: relative; overflow: hidden; }
.chart-side-photo::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, #09101c); }
.chart-side-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 33%; }
.chart-side-copy { padding: 32px; }
.chart-side-copy .eyebrow { margin-bottom: 18px; }
.chart-side-copy h2 { font-size: clamp(42px, 4.3vw, 66px); }
.chart-side-copy > p { max-width: 390px; margin: 24px 0; color: #a0adbf; font-size: 12px; line-height: 1.75; }
.chart-side-copy code { color: var(--cyan); font-size: 10px; }
.chart-side-copy .action { max-width: 220px; }
.chart-window { height: 620px; min-height: 620px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); background: #070b12; box-shadow: 0 35px 90px rgba(0,0,0,.32); }
.chart-topline { flex: 0 0 50px; height: 50px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); color: #8795a9; font: 500 8px/1 var(--mono); letter-spacing: .9px; }
.chart-topline i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); }
.chart-topline span:last-child { color: var(--cyan); }
iframe { display: block; flex: 1 1 auto; min-height: 0; width: 100%; height: auto; border: 0; background: #070b12; }
.chart-placeholder { flex: 1 1 auto; min-height: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background-image: linear-gradient(rgba(113,231,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(113,231,255,.04) 1px, transparent 1px), radial-gradient(circle, rgba(18,103,255,.16), transparent 58%); background-size: 42px 42px, 42px 42px, auto; }
.placeholder-rings { position: relative; width: 190px; height: 190px; display: grid; place-items: center; margin-bottom: 25px; }
.placeholder-rings span { position: absolute; inset: 0; border: 1px solid rgba(113,231,255,.18); border-radius: 50%; animation: spin 11s linear infinite; }
.placeholder-rings span::before { content: ""; position: absolute; width: 7px; height: 7px; top: 12%; left: 13%; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 15px var(--cyan); }
.placeholder-rings span:nth-child(2) { inset: 22px; border-style: dashed; animation-direction: reverse; animation-duration: 15s; }
.placeholder-rings img { width: 85px; height: 85px; border-radius: 50%; box-shadow: 0 0 45px rgba(18,103,255,.5); }
.chart-placeholder p { margin: 0 0 10px; color: #d8e1ed; font: 500 11px/1 var(--mono); letter-spacing: 1px; }
.chart-placeholder small { color: #708096; font: 400 9px/1.6 var(--mono); }
.chart-placeholder b { color: var(--cyan); }

.final-cta { position: relative; isolation: isolate; min-height: 760px; padding-top: 100px; padding-bottom: 100px; display: flex; align-items: center; overflow: hidden; border-top: 1px solid var(--line); }
.final-bg { position: absolute; z-index: -3; inset: 0; }
.final-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.final-overlay { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(3,5,10,.98) 0%, rgba(3,5,10,.78) 40%, rgba(3,5,10,.1) 78%), linear-gradient(0deg, rgba(3,5,10,.75), transparent 45%); }
.final-copy { max-width: 650px; }
.final-copy > img { width: 65px; height: 65px; margin-bottom: 24px; border-radius: 50%; box-shadow: 0 0 40px rgba(18,103,255,.5); }
.final-copy > p { margin: 0 0 17px; color: var(--cyan); font: 500 9px/1 var(--mono); letter-spacing: 1.5px; }
.final-button { width: min(100%, 330px); min-height: 62px; margin-top: 35px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; border: 1px solid #5896ff; color: #fff; background: var(--blue); text-decoration: none; font: 700 12px/1 var(--mono); letter-spacing: .9px; box-shadow: 0 18px 50px rgba(18,103,255,.25); transition: transform .25s, box-shadow .25s; }
.final-button:hover { transform: translateY(-3px); box-shadow: 0 25px 60px rgba(18,103,255,.42); }
.final-button i { color: var(--cyan); font: normal 23px/1 var(--sans); }
.final-stamp { position: absolute; right: 5.5vw; bottom: 40px; width: 125px; height: 125px; display: grid; place-content: center; border: 1px solid rgba(244,241,233,.48); border-radius: 50%; color: rgba(244,241,233,.82); text-align: center; font: 500 8px/1.5 var(--mono); letter-spacing: 1px; transform: rotate(8deg); animation: slowSpin 18s linear infinite; }
.final-stamp b { color: var(--cyan); font-size: 12px; }

footer { max-width: 1480px; min-height: 110px; margin: 0 auto; padding: 25px 5.5vw; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid var(--line); }
.footer-brand img { width: 39px; height: 39px; }
footer > p { margin: 0; color: #657388; font: 400 7px/1.5 var(--mono); letter-spacing: .7px; text-align: center; }
footer > div, #custom-links { display: flex; flex-wrap: wrap; gap: 8px; }
footer > div a, #custom-links a { min-width: 37px; min-height: 32px; padding: 0 10px; display: grid; place-items: center; border: 1px solid var(--line); color: #9aa8bb; text-decoration: none; font: 500 8px/1 var(--mono); transition: color .2s, border-color .2s; }
footer > div a:hover, #custom-links a:hover { color: var(--cyan); border-color: var(--cyan); }

.reveal { opacity: 0; transform: translateY(38px); transition: opacity .85s cubic-bezier(.2,.7,.2,1), transform .85s cubic-bezier(.2,.7,.2,1); transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes slowSpin { to { transform: rotate(368deg); } }
@keyframes gemFloat { 50% { transform: rotate(65deg) translateY(-13px); } }
@keyframes cardFloat { 50% { transform: rotate(-5deg) translateY(-9px); } }
@keyframes nudge { 50% { transform: translateY(6px); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes livePulse { 50% { box-shadow: 0 0 16px rgba(113,231,255,.16); } }

@media (max-width: 1050px) {
  .site-header nav { gap: 17px; }
  .hero { grid-template-columns: 0.88fr 1.12fr; gap: 2vw; }
  .hero-art { min-height: 610px; }
  .hero-photo { width: 83%; }
  .mini-card-space { left: -1%; width: 140px; height: 170px; }
  .meme-wall { grid-template-columns: 1.15fr 0.95fr; grid-template-rows: 440px 340px; }
  .meme-large { grid-row: auto; }
  .meme-note { grid-row: 2; grid-column: 2; }
  .manifesto { grid-template-columns: .95fr 1.05fr; }
  .road-step, .road-step.reverse { grid-template-columns: 68px 1fr minmax(240px,.75fr); }
  .road-step.reverse .step-copy { order: 2; }
  .road-step.reverse .step-photo { order: 3; }
  .chart { grid-template-columns: .9fr 1.1fr; gap: 22px; }
}

@media (max-width: 780px) {
  .section { padding-left: 20px; padding-right: 20px; }
  .site-header { height: 68px; padding: 0 20px; }
  .brand img { width: 38px; height: 38px; }
  .brand b { font-size: 11px; }
  .header-buy { margin-left: auto; margin-right: 12px; min-height: 35px; padding: 7px 10px; font-size: 8px; }
  .header-buy img { width: 18px; height: 18px; }
  .menu-toggle { order: 3; width: 36px; height: 36px; padding: 8px; display: block; border: 1px solid var(--line); border-radius: 3px; background: transparent; }
  .menu-toggle span { display: block; width: 100%; height: 1px; margin: 5px 0; background: #fff; transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .site-header nav { position: fixed; inset: 68px 0 auto; margin: 0; padding: 28px 20px 34px; display: flex; flex-direction: column; gap: 20px; border-bottom: 1px solid var(--line); background: rgba(5,7,12,.97); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .3s, opacity .3s; }
  .site-header nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .site-header nav a { font-size: 13px; }
  .hero { min-height: auto; padding-top: 72px; padding-bottom: 95px; display: block; }
  .hero-grid { inset: 45% -10% 0 15%; }
  .hero h1 { font-size: clamp(55px, 17vw, 78px); }
  .hero-text { font-size: 14px; }
  .ticker-pill, .action-list { width: 100%; max-width: none; }
  .hero-art { min-height: 570px; margin-top: 65px; }
  .hero-photo { width: 86%; height: 520px; right: 1%; }
  .halo { width: 460px; height: 460px; right: -28%; }
  .mini-card-space { left: 0; bottom: 0; }
  .sticker-top { left: 0; }
  .sticker-side { right: 0; }
  .shape-gem-one { left: 3%; top: 45%; }
  .scroll-cue { display: none; }
  .marquee-track { height: 50px; }
  .memes { padding-top: 105px; padding-bottom: 110px; }
  .section-intro { display: block; margin-bottom: 45px; }
  .section-intro > p { margin: 24px 0 0; justify-self: start; }
  .meme-wall { display: flex; gap: 14px; margin-right: -20px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 7px 20px 25px 3px; scrollbar-width: none; }
  .meme-wall::-webkit-scrollbar { display: none; }
  .meme-card { flex: 0 0 82vw; height: 510px; scroll-snap-align: center; transform: none; }
  .meme-note { flex: 0 0 48vw; height: 510px; transform: none; scroll-snap-align: center; }
  .manifesto { margin: 0; display: block; }
  .manifesto-photo { min-height: 500px; clip-path: none; }
  .manifesto-photo::after { background: linear-gradient(0deg, #091323, transparent 50%); }
  .manifesto-copy { padding: 60px 20px 75px; }
  .manifesto h2, .roadmap h2, .chart h2, .final-cta h2 { font-size: clamp(48px, 14vw, 69px); }
  .stat-grid { grid-template-columns: 1fr; border-top: 1px solid var(--line); }
  .stat-grid div { min-height: 90px; flex-direction: row; align-items: center; border-top: 0; }
  .roadmap { padding-top: 105px; padding-bottom: 110px; }
  .roadmap-head { display: block; margin-bottom: 50px; }
  .roadmap-head > p { margin: 25px 0 0; }
  .trail-line { display: none; }
  .road-step, .road-step.reverse { min-height: 0; display: grid; grid-template-columns: 55px 1fr; }
  .road-step .step-no { grid-row: 1 / 3; }
  .road-step .step-copy, .road-step.reverse .step-copy { order: initial; padding: 28px 23px; }
  .road-step .step-photo, .road-step.reverse .step-photo { order: initial; grid-column: 2; min-height: 230px; }
  .step-copy h3 { font-size: 30px; }
  .marquee-outline .marquee-track { height: 65px; }
  .chart { padding-top: 105px; padding-bottom: 105px; display: block; }
  .chart-side { grid-template-rows: 290px 1fr; }
  .chart-side-copy { padding: 28px 22px 34px; }
  .chart-window { height: 520px; min-height: 520px; margin-top: 22px; }
  .final-cta { min-height: 680px; }
  .final-bg img { object-position: 61% center; }
  .final-overlay { background: linear-gradient(90deg, rgba(3,5,10,.96), rgba(3,5,10,.48)), linear-gradient(0deg, rgba(3,5,10,.85), transparent); }
  .final-stamp { width: 90px; height: 90px; right: 20px; bottom: 25px; }
  footer { padding: 28px 20px; flex-wrap: wrap; }
  footer > p { width: 100%; order: 3; text-align: left; }
}

@media (max-width: 430px) {
  .header-buy span { display: none; }
  .header-buy { margin-right: 7px; }
  .action-list { grid-template-columns: 1fr; }
  .hero-art { min-height: 510px; }
  .hero-photo { width: 91%; height: 470px; }
  .mini-card-space { width: 118px; height: 145px; }
  .sticker-side { width: 72px; height: 72px; }
  .meme-card { flex-basis: 87vw; height: 470px; }
  .meme-note { flex-basis: 56vw; height: 470px; }
  .manifesto-photo { min-height: 430px; }
  .road-step, .road-step.reverse { grid-template-columns: 43px 1fr; }
  .step-copy { padding: 24px 18px; }
  .step-photo { min-height: 205px; }
  .chart-window { height: 470px; min-height: 470px; }
  .chart-placeholder small { max-width: 270px; }
}

@media (hover: hover) and (pointer: fine) {
  .tilt-card { will-change: transform; transition: transform .2s ease-out; }
}

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

[hidden] { display: none !important; }
