:root {
  --ink: #09070f;
  --paper: #f4fff5;
  --mint: #b8ffbf;
  --lime: #7cff75;
  --green: #00c805;
  --orange: #ff9900;
  --muted: #aaa5b7;
  --line: rgba(255,255,255,.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: #fff; font-family: "Manrope", sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.noise { position: fixed; inset: 0; pointer-events: none; opacity: .05; z-index: 20; 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='.8'/%3E%3C/svg%3E"); }

.nav { height: 90px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 12px; font: 800 16px/1 "Syne", sans-serif; letter-spacing: .07em; }
.brand b { color: var(--green); }
.brand-mark { width: 38px; height: 38px; border-radius: 50%; background: var(--green); display: grid; place-items: center; overflow: hidden; box-shadow: 0 0 30px rgba(0,200,5,.28); }
.brand-mark span { width: 31px; height: 31px; border-radius: 50%; background: var(--ink); transform: translate(8px,-5px); }
.nav nav { display: flex; gap: 36px; font: 500 13px/1 "DM Mono", monospace; text-transform: uppercase; }
.nav nav a { color: #c7c1d4; transition: color .2s; }
.nav nav a:hover { color: #fff; }
.nav-cta { border: 1px solid #4a425c; border-radius: 999px; padding: 12px 18px; font: 500 12px/1 "DM Mono", monospace; text-transform: uppercase; transition: .2s; }
.nav-cta:hover { background: #fff; color: var(--ink); border-color: #fff; }

.hero { min-height: 700px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; padding: 58px 0 90px; position: relative; }
.hero::before { content:""; position:absolute; width:650px; height:650px; left:-380px; top:-80px; background:rgba(0,200,5,.16); filter:blur(90px); border-radius:50%; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow,.section-kicker { font: 500 12px/1 "DM Mono", monospace; letter-spacing: .16em; color: var(--green); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 26px; }
.eyebrow span { width: 25px; height: 1px; background: var(--green); }
h1,h2 { font-family: "Syne", sans-serif; margin: 0; letter-spacing: -.055em; line-height: .94; }
h1 { font-size: clamp(4.2rem, 7vw, 7rem); max-width: 760px; }
h1 em,h2 em { font-style: normal; color: var(--lime); }
.lede { max-width: 610px; color: #c6c1d0; font-size: 19px; line-height: 1.65; margin: 30px 0; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 54px; padding: 0 23px; border-radius: 4px; display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; font: 700 13px/1 "DM Mono", monospace; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--orange); color: #16100a; }
.button.primary:hover { background: #ffb23c; }
.button.ghost { border: 1px solid #4a425c; }
.button.ghost:hover { background: #fff; color: var(--ink); }
.button.dark { background: var(--ink); color: white; }
.launch-line { margin-top: 34px; display: flex; align-items: center; gap: 11px; color: #8f899c; font: 500 11px/1 "DM Mono", monospace; letter-spacing: .08em; }
.launch-line strong { color: white; margin-left: 5px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 6px rgba(255,153,0,.12); animation: pulse 2s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 10px rgba(255,153,0,0); } }

.hero-art { min-height: 560px; position: relative; display: grid; place-items: center; }
.moon { position: absolute; width: 410px; height: 410px; border-radius: 50%; background: linear-gradient(135deg,#dfffe2 0%,#00c805 100%); box-shadow: 0 0 90px rgba(0,200,5,.24); }
.moon::after { content:""; position:absolute; inset:38px 42px 68px 100px; border-radius:50%; background:rgba(255,255,255,.1); filter:blur(18px); }
.orbit { position: absolute; border: 1px solid rgba(124,255,117,.3); border-radius: 50%; transform: rotate(-18deg); }
.orbit-one { width: 520px; height: 280px; }
.orbit-two { width: 610px; height: 360px; opacity: .45; }
.photo-frame { width: 380px; aspect-ratio: 1.12; border-radius: 190px 190px 22px 22px; overflow: hidden; position: relative; z-index: 2; border: 7px solid var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.55); }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 46% center; }
.photo-frame::after { content:""; position:absolute; inset:0; background:linear-gradient(transparent 56%,rgba(9,7,15,.86)); }
.photo-label { position: absolute; z-index: 2; bottom: 25px; left: 28px; right: 28px; display:flex; align-items:flex-end; justify-content:space-between; }
.photo-label span { font: 500 10px/1 "DM Mono",monospace; letter-spacing:.18em; }
.photo-label strong { font: 800 27px/1 "Syne",sans-serif; }
.float-tag { position:absolute; z-index:3; background:#fff; color:var(--ink); padding:14px 16px; border-radius:4px; font:700 11px/1.1 "DM Mono",monospace; box-shadow: 8px 8px 0 var(--orange); }
.float-tag span { color:var(--green); }
.tag-one { right:0; top:120px; transform:rotate(5deg); }
.tag-two { left:18px; bottom:100px; transform:rotate(-6deg); }

.ticker { overflow:hidden; border-block:1px solid #312b3c; background:#120f19; padding:17px 0; transform:rotate(-1.2deg) scale(1.02); }
.ticker-track { display:flex; width:max-content; gap:25px; align-items:center; animation: ticker 24s linear infinite; font:800 14px/1 "Syne",sans-serif; letter-spacing:.08em; }
.ticker-track i { color:var(--orange); font-style:normal; }
@keyframes ticker { to { transform:translateX(-50%); } }

.story { padding:150px 0; }
.section-kicker { margin-bottom:42px; }
.story-grid { display:grid; grid-template-columns:.82fr .68fr 1fr; gap:48px; align-items:center; }
.story h2,.rewards h2,.launch h2 { font-size:clamp(3.3rem,6vw,6.5rem); }
.story-copy { align-self:center; max-width:560px; }
.story-copy p { color:#b8b3c2; font-size:17px; line-height:1.75; margin:0 0 18px; }
.story-copy p:first-child { color:#fff; font-size:22px; line-height:1.5; }
.text-link { display:inline-flex; gap:14px; margin-top:24px; border-bottom:1px solid var(--green); padding-bottom:7px; font:600 12px/1 "DM Mono",monospace; text-transform:uppercase; }
.text-link span { color:var(--green); }
.mascot-card { margin:0; min-height:480px; position:relative; display:flex; align-items:center; justify-content:center; isolation:isolate; }
.mascot-card::before { content:""; position:absolute; width:95%; aspect-ratio:1; border:1px solid rgba(124,255,117,.28); border-radius:50%; top:22px; z-index:-2; box-shadow:0 0 0 34px rgba(0,200,5,.04),0 0 0 68px rgba(0,200,5,.025); }
.mascot-halo { position:absolute; width:78%; aspect-ratio:1; border-radius:50%; top:68px; background:radial-gradient(circle at 42% 38%,rgba(124,255,117,.42),rgba(0,200,5,.16) 52%,transparent 72%); filter:blur(8px); z-index:-1; }
.mascot-card img { display:block; width:min(380px,100%); max-height:420px; object-fit:contain; object-position:center; filter:drop-shadow(0 24px 32px rgba(0,0,0,.5)); }
.mascot-card figcaption { position:absolute; left:-12px; bottom:30px; background:var(--orange); color:var(--ink); padding:12px 14px; transform:rotate(-5deg); box-shadow:7px 7px 0 rgba(124,255,117,.85); }
.mascot-card figcaption span,.mascot-card figcaption strong { display:block; }
.mascot-card figcaption span { font:500 8px/1 "DM Mono",monospace; letter-spacing:.14em; }
.mascot-card figcaption strong { margin-top:4px; font:800 15px/1 "Syne",sans-serif; }

.reveal { opacity:0; transform:translateY(24px); }
.revealed { opacity:1; transform:translateY(0); transition:opacity .65s ease,transform .65s ease; }

.rewards { background:var(--paper); color:var(--ink); padding:130px 0 120px; }
.section-kicker.light { color:var(--green); }
.rewards-head { display:grid; grid-template-columns:1.25fr .75fr; gap:70px; align-items:end; }
.rewards-head p { margin:0 0 10px; font-size:18px; color:#5d5667; line-height:1.65; }
.rewards h2 em { color:var(--green); }
.steps { display:grid; grid-template-columns:repeat(3,1fr); margin-top:70px; border:1px solid #d7d0e0; }
.steps article { min-height:360px; padding:28px; border-right:1px solid #d7d0e0; display:flex; flex-direction:column; position:relative; transition: transform .25s, box-shadow .25s; }
.steps article:last-child { border-right:0; }
.steps article:hover { transform:translateY(-6px); box-shadow:0 20px 40px rgba(46,27,76,.1); z-index:2; }
.steps .featured { background:var(--ink); color:#fff; transform:translateY(-16px); border:0; box-shadow:0 25px 55px rgba(30,15,50,.16); }
.steps .featured:hover { transform:translateY(-22px); }
.step-num { font:500 11px/1 "DM Mono",monospace; color:#8b8295; }
.step-icon { margin:auto 0; width:70px; height:70px; border:1px solid #c8bfce; border-radius:50%; display:grid; place-items:center; font-size:29px; }
.amazon-smile { font:700 42px/1 Arial,sans-serif; color:var(--orange); border-color:#5a5166; }
.steps h3 { margin:0 0 10px; font:800 21px/1.2 "Syne",sans-serif; }
.steps p { margin:0; color:#736b7d; line-height:1.65; font-size:14px; }
.steps .featured p { color:#ada7b6; }
.reward-note { display:flex; justify-content:center; gap:12px; color:#6c6476; margin-top:40px; font:500 11px/1.5 "DM Mono",monospace; text-align:center; }
.reward-note span { color:var(--green); }

.launch { padding:110px 0; }
.launch-card { background:linear-gradient(135deg,var(--lime),var(--green)); color:var(--ink); padding:80px; display:grid; grid-template-columns:1fr 410px; gap:80px; align-items:center; border-radius:8px; position:relative; overflow:hidden; }
.launch-card::before { content:""; position:absolute; width:300px; height:300px; border:1px solid rgba(9,7,15,.2); border-radius:50%; left:-120px; bottom:-170px; box-shadow:0 0 0 60px rgba(9,7,15,.04),0 0 0 120px rgba(9,7,15,.03); }
.launch-copy { position:relative; z-index:1; }
.launch-copy .section-kicker { color:#073d10; margin-bottom:28px; }
.launch h2 { font-size:clamp(3rem,5vw,5.5rem); }
.launch-copy p { max-width:550px; font-size:17px; line-height:1.6; margin:28px 0; }
.token-card { background:rgba(9,7,15,.95); color:white; padding:28px; border-radius:8px; position:relative; z-index:1; box-shadow:15px 15px 0 rgba(9,7,15,.14); transform:rotate(2deg); }
.token-top { display:flex; align-items:center; gap:14px; padding-bottom:24px; border-bottom:1px solid #332d3d; }
.token-logo { width:52px; height:52px; border-radius:50%; display:grid; place-items:center; background:var(--green); color:var(--ink); font:800 24px/1 "Syne",sans-serif; }
.token-top strong,.token-top small { display:block; }
.token-top strong { font:800 16px/1.2 "Syne",sans-serif; }
.token-top small { color:#97909f; margin-top:5px; font:500 11px/1 "DM Mono",monospace; }
.coming { margin-left:auto; color:var(--orange); border:1px solid #654b23; padding:7px 9px; border-radius:2px; font:500 9px/1 "DM Mono",monospace; }
.token-card dl { margin:8px 0 0; }
.token-card dl div { display:flex; justify-content:space-between; gap:20px; padding:16px 0; border-bottom:1px solid #29242f; }
.token-card dt { color:#787280; font:500 10px/1 "DM Mono",monospace; }
.token-card dd { margin:0; text-align:right; font:600 12px/1 "DM Mono",monospace; }
.token-warning { margin-top:18px; color:#837c89; font-size:10px; line-height:1.5; }

footer { border-top:1px solid #2e2936; padding:60px 0 25px; }
.footer-grid { display:grid; grid-template-columns:220px 1fr 50px; gap:60px; align-items:start; }
.footer-grid p { margin:0; color:#777180; font-size:11px; line-height:1.65; max-width:720px; }
.back-top { width:44px; height:44px; border:1px solid #403a49; display:grid; place-items:center; border-radius:50%; transition:.2s; }
.back-top:hover { background:#fff; color:var(--ink); }
.footer-bottom { display:flex; justify-content:space-between; margin-top:55px; padding-top:20px; border-top:1px solid #24202b; color:#625c69; font:500 9px/1 "DM Mono",monospace; letter-spacing:.12em; }

@media (max-width: 980px) {
  .nav nav { display:none; }
  .hero { grid-template-columns:1fr; padding-top:50px; text-align:center; }
  .hero-copy { display:flex; flex-direction:column; align-items:center; }
  .hero-art { min-height:600px; margin-top:25px; }
  .story-grid,.rewards-head { grid-template-columns:1fr; gap:45px; }
  .mascot-card { min-height:520px; width:min(430px,100%); margin-inline:auto; }
  .launch-card { grid-template-columns:1fr; padding:60px; }
  .token-card { max-width:470px; }
}

@media (max-width: 720px) {
  .wrap { width:min(100% - 28px,1180px); }
  .nav { height:76px; }
  .nav-cta { padding:11px 13px; font-size:10px; }
  .brand { font-size:14px; }
  .brand-mark { width:32px; height:32px; }
  .hero { min-height:auto; padding:60px 0 50px; }
  h1 { font-size:clamp(3.4rem,15vw,5rem); }
  .lede { font-size:16px; }
  .hero-actions { width:100%; }
  .button { width:100%; }
  .hero-art { min-height:480px; }
  .moon { width:310px; height:310px; }
  .orbit-one { width:380px; height:220px; }
  .orbit-two { width:430px; height:270px; }
  .photo-frame { width:min(310px,86vw); aspect-ratio:1.08; }
  .tag-one { right:0; top:82px; }
  .tag-two { left:0; bottom:70px; }
  .story { padding:100px 0; }
  .mascot-card { min-height:430px; }
  .mascot-card img { width:min(330px,92%); max-height:360px; }
  .mascot-card figcaption { left:8px; bottom:20px; }
  .story h2,.rewards h2,.launch h2 { font-size:clamp(3.1rem,14vw,4.5rem); }
  .rewards { padding:95px 0 85px; }
  .steps { grid-template-columns:1fr; border:0; gap:12px; }
  .steps article,.steps article:last-child { min-height:280px; border:1px solid #d7d0e0; }
  .steps .featured,.steps .featured:hover { transform:none; }
  .step-icon { margin:45px 0; }
  .launch { padding:65px 0; }
  .launch-card { padding:42px 24px; gap:50px; }
  .token-card { padding:22px; transform:none; }
  .footer-grid { grid-template-columns:1fr; gap:28px; }
  .back-top { display:none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  .ticker-track,.status-dot { animation:none; }
  .button,.steps article { transition:none; }
  .reveal,.revealed { opacity:1; transform:none; transition:none; }
}
