:root {
  --ink: #0a0c0b;
  --panel: #121814;
  --line: rgba(228, 255, 220, .18);
  --soft: #aab5aa;
  --acid: #c6ff2e;
  --paper: #f4f7ed;
  --display: "Syne", Arial, sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: var(--display); overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .35; background-image: linear-gradient(rgba(198,255,46,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(198,255,46,.03) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, black, transparent 70%); }
.grain { pointer-events: none; position: fixed; z-index: 8; inset: 0; opacity: .12; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' 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='.7'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header { position: absolute; z-index: 5; top: 0; left: 0; width: 100%; min-height: 98px; padding: 20px clamp(24px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.09); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 800; line-height: .85; letter-spacing: -.7px; }
.brand em { color: var(--acid); font-style: normal; }
.brand-mark { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 50%; background: var(--acid); overflow: hidden; box-shadow: 0 0 22px rgba(198,255,46,.3); }
.brand-mark img { width: 123%; height: 123%; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 3.2vw, 56px); margin-left: 80px; font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .07em; color: #c8d1c6; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: var(--acid); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 0 18px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.button img { width: 22px; height: 22px; object-fit: contain; }
.button--lime { color: #12180f; background: var(--acid); border: 1px solid var(--acid); box-shadow: 4px 4px 0 #637e17; transition: transform .2s, box-shadow .2s; }
.button--lime:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 #637e17; }
.menu-toggle { display: none; }

.section { width: min(1400px, 100%); margin: 0 auto; padding-inline: clamp(24px, 5vw, 76px); }
.hero { min-height: 850px; position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; padding-top: 120px; overflow: hidden; }
.hero-copy { position: relative; z-index: 2; padding-top: 48px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; font: 500 10px/1 var(--mono); letter-spacing: .12em; color: #d9e3d6; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 12px var(--acid); }
h1, h2 { margin: 0; font-weight: 800; letter-spacing: -.08em; line-height: .89; }
h1 { font-size: clamp(65px, 8vw, 130px); }
h1 i, h2 i { color: var(--acid); font-style: normal; }
.hero-text { max-width: 380px; margin: 30px 0 34px; color: var(--soft); font: 400 15px/1.65 var(--mono); }
.action-stack { width: min(368px, 100%); display: grid; gap: 9px; }
.action { display: grid; grid-template-columns: 45px 1fr 18px; align-items: center; gap: 13px; min-height: 70px; padding: 8px 17px 8px 10px; color: #f2f6ed; border: 1px solid var(--line); background: rgba(22,29,24,.73); backdrop-filter: blur(6px); transition: transform .2s, border-color .2s, background .2s; }
.action:hover { transform: translateX(7px); border-color: var(--acid); background: #1b251b; }
.action--buy { border-color: #b6ef22; background: #202b16; }
.action-icon { width: 45px; height: 45px; border-radius: 50%; display: grid; place-items: center; overflow: hidden; background: #050605; }
.action-icon img { width: 84%; height: 84%; object-fit: contain; }
.action-icon.social-icon { background: #202721; }
.action-icon.social-icon img { width: 45%; height: 45%; }
.action-icon.social-icon span { color: var(--paper); font: 800 11px/1 var(--display); }
.action b { display: block; font-size: 13px; line-height: 1.15; letter-spacing: -.04em; }
.action small { display: block; margin-top: 4px; color: #8d9a8d; font: 400 9px/1 var(--mono); }
.action-arrow { color: var(--acid); font-size: 18px; }
.hero-art { position: absolute; z-index: 1; right: clamp(-20px, 0vw, 0px); bottom: 42px; width: min(730px, 57vw); height: min(755px, 88%); display: grid; place-items: end center; isolation: isolate; }
.hero-art > img { position: relative; z-index: 2; height: 100%; max-height: 750px; width: auto; object-fit: contain; object-position: bottom center; filter: drop-shadow(0 36px 30px rgba(0,0,0,.44)); animation: float 5s ease-in-out infinite; }
.hero-ring { z-index: -1; position: absolute; width: 79%; aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(198,255,46,.32); background: radial-gradient(circle at 55% 41%, rgba(198,255,46,.15), rgba(121,155,28,.08) 41%, transparent 69%); box-shadow: inset 0 0 80px rgba(198,255,46,.06), 0 0 120px rgba(166,225,32,.09); }
.hero-ring::after { content: "ARTIFICIAL // APE // ARTIFICIAL // APE //"; position: absolute; left: 50%; top: -23px; width: 100%; transform: translateX(-50%); text-align: center; color: rgba(202,234,141,.44); font: 9px var(--mono); letter-spacing: .2em; white-space: nowrap; }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.orb--one { z-index: -2; right: 10%; top: 22%; width: 170px; height: 170px; background: var(--acid); opacity: .13; filter: blur(45px); }
.orb--two { z-index: -2; left: 8%; bottom: 13%; width: 100px; height: 100px; background: #66db9a; opacity: .13; filter: blur(35px); }
.art-stamp { position: absolute; z-index: 3; right: 7%; top: 23%; margin: 0; padding: 12px; color: var(--acid); border: 1px solid var(--acid); background: #0e120ee8; transform: rotate(8deg); font: 10px/.9 var(--mono); text-transform: uppercase; letter-spacing: .04em; }
.art-stamp strong { font: 800 18px/.9 var(--display); letter-spacing: -.08em; }
.hero-footnote { position: absolute; z-index: 3; bottom: 29px; left: clamp(24px, 5vw, 76px); right: clamp(24px, 5vw, 76px); display: flex; gap: 28px; color: #8d978b; font: 400 9px var(--mono); text-transform: uppercase; letter-spacing: .09em; }
.hero-footnote span:nth-child(2) { margin-left: auto; }
.pulse::before { content: ""; display: inline-block; width: 6px; height: 6px; margin: 0 7px 1px 0; border-radius: 50%; background: var(--acid); box-shadow: 0 0 8px var(--acid); }

.roadmap { min-height: 800px; padding-top: 128px; padding-bottom: 120px; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 160px); align-items: start; border-top: 1px solid var(--line); }
.section-lead { position: sticky; top: 70px; }
.section-lead h2, .chart h2 { font-size: clamp(48px, 5.1vw, 82px); }
.section-lead > p:last-child { max-width: 360px; margin: 29px 0 0; color: var(--soft); font: 400 14px/1.65 var(--mono); }
.roadmap-list { border-top: 1px solid var(--line); }
.roadmap-item { display: grid; grid-template-columns: 60px 1fr 12px; gap: 15px; position: relative; padding: 28px 0 31px; border-bottom: 1px solid var(--line); transition: background .2s, padding .2s; }
.roadmap-item:hover { padding-left: 11px; background: linear-gradient(90deg, rgba(198,255,46,.075), transparent 70%); }
.roadmap-number { margin: 2px 0 0; color: #818d80; font: 400 11px var(--mono); }
.status { margin: 0 0 7px; color: var(--acid); font: 500 9px var(--mono); letter-spacing: .11em; }
.roadmap-item h3 { margin: 0; font-size: clamp(23px, 2.2vw, 32px); line-height: 1; letter-spacing: -.06em; }
.roadmap-item div > p:last-child { max-width: 420px; margin: 13px 0 0; color: var(--soft); font: 400 12px/1.55 var(--mono); }
.status-dot { width: 9px; height: 9px; margin-top: 4px; border-radius: 50%; background: #3a443a; }
.is-active .status-dot { background: var(--acid); box-shadow: 0 0 12px var(--acid); }

.chart { padding-top: 116px; padding-bottom: 128px; border-top: 1px solid var(--line); }
.chart-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 42px; }
.chart-link { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 6px; border-bottom: 1px solid var(--acid); color: var(--acid); font: 500 10px var(--mono); letter-spacing: .03em; transition: opacity .2s; white-space: nowrap; }
.chart-link:hover { opacity: .7; }
.chart-link img { width: 27px; height: 27px; object-fit: contain; }
.chart-window { position: relative; border: 1px solid #506043; background: #080b09; box-shadow: 11px 11px 0 #293220; }
.terminal-bar { height: 43px; padding: 0 15px; display: flex; align-items: center; gap: 6px; border-bottom: 1px solid #2a3229; background: #121712; }
.terminal-bar span { width: 8px; height: 8px; border-radius: 50%; background: #495149; }
.terminal-bar span:first-child { background: #e0ff71; }
.terminal-bar p { margin: 0 auto 0 9px; color: #849180; font: 400 9px var(--mono); letter-spacing: .05em; }
.terminal-bar b { color: var(--acid); font: 500 9px var(--mono); letter-spacing: .08em; }
.chart iframe { display: block; width: 100%; height: 590px; border: 0; background: #0c100d; }

.site-footer { min-height: 122px; padding: 27px clamp(24px, 5vw, 76px); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 35px; border-top: 1px solid var(--line); background: #070907; }
.site-footer p { margin: 0; color: #728070; font: 400 9px/1.4 var(--mono); }
.site-footer p:nth-child(2) { max-width: 470px; }

@keyframes float { 50% { transform: translateY(-10px) rotate(-.5deg); } }

@media (max-width: 760px) {
  .site-header { min-height: 78px; padding: 14px 20px; }
  .brand-mark { width: 38px; height: 38px; }
  .main-nav { position: absolute; top: calc(100% + 1px); left: 0; width: 100%; margin: 0; padding: 21px; flex-direction: column; align-items: flex-start; gap: 20px; background: #111611; border-bottom: 1px solid var(--line); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .25s, opacity .25s; }
  .main-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .header-buy { display: none; }
  .menu-toggle { width: 44px; height: 44px; display: grid; place-content: center; gap: 6px; border: 1px solid var(--line); color: white; background: transparent; }
  .menu-toggle span { display: block; width: 19px; height: 1px; background: var(--acid); transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { min-height: 920px; display: block; padding-top: 122px; }
  h1 { font-size: clamp(58px, 18vw, 100px); }
  .hero-copy { padding-top: 14px; }
  .hero-text { margin: 21px 0 25px; font-size: 13px; }
  .action-stack { width: min(345px, 95%); }
  .action { min-height: 60px; grid-template-columns: 38px 1fr 13px; padding-right: 11px; }
  .action-icon { width: 38px; height: 38px; }
  .hero-art { right: -19vw; bottom: 58px; width: 104vw; height: 455px; }
  .hero-art > img { max-height: 465px; }
  .hero-ring { width: 78%; }
  .art-stamp { right: 19%; top: 7%; }
  .hero-footnote { bottom: 21px; left: 24px; right: 24px; gap: 8px; justify-content: space-between; }
  .hero-footnote span:nth-child(2) { display: none; }
  .roadmap { display: block; min-height: 0; padding-top: 84px; padding-bottom: 83px; }
  .section-lead { position: static; margin-bottom: 56px; }
  .roadmap-item { grid-template-columns: 39px 1fr 9px; padding: 24px 0; }
  .roadmap-item h3 { font-size: 26px; }
  .chart { padding-top: 82px; padding-bottom: 82px; }
  .chart-heading { display: block; margin-bottom: 28px; }
  .chart-link { margin-top: 24px; }
  .chart iframe { height: 460px; }
  .site-footer { grid-template-columns: 1fr; gap: 20px; padding-block: 30px; }
}

/* Colour-pop illustrated direction */
:root {
  --ink: #210d3e;
  --panel: #321351;
  --line: rgba(255, 247, 218, .42);
  --soft: #f1ddec;
  --acid: #d9ff37;
  --paper: #fff6df;
  --pink: #ff5e9c;
  --cyan: #51e8ff;
  --orange: #ff9d4d;
  --purple: #966bff;
  --display: "Bungee", "Syne", sans-serif;
}

body {
  background-color: var(--ink);
  background-image: radial-gradient(circle at 9% 22%, rgba(255, 94, 156, .28), transparent 25rem), radial-gradient(circle at 86% 15%, rgba(81, 232, 255, .22), transparent 26rem), radial-gradient(circle at 72% 75%, rgba(217, 255, 55, .12), transparent 21rem);
}
body::before { display: none; }
.grain { display: none; }
.site-header { border-bottom: 0; background: rgba(33, 13, 62, .75); backdrop-filter: blur(16px); }
.brand { letter-spacing: -.4px; }
.brand-mark { border-radius: 38% 62% 45% 55% / 50% 40% 60% 50%; background: var(--pink); border: 2px solid #1a0931; box-shadow: 3px 3px 0 var(--cyan), 0 0 25px rgba(255,94,156,.5); transform: rotate(-7deg); }
.main-nav { color: #fff5db; font-size: 10px; }
.main-nav a { text-shadow: 2px 2px 0 #44196e; }
.main-nav a:hover { color: var(--cyan); }
.button { border-radius: 12px 3px 12px 3px; }
.button--lime { background: linear-gradient(135deg, #d9ff37 0 55%, #ffcb40 55%); border: 3px solid #1d0d38; box-shadow: 5px 5px 0 var(--pink); }
.button--lime:hover { transform: translate(3px, 3px) rotate(-1deg); box-shadow: 2px 2px 0 var(--pink); }
.button img { border-radius: 50%; background: white; }

.hero { background: transparent; }
.eyebrow { color: #fff5dc; }
.eyebrow span { background: var(--orange); box-shadow: 0 0 12px var(--orange); }
h1, h2 { letter-spacing: -.055em; text-shadow: 4px 4px 0 rgba(46, 14, 76, .72); }
h1 i { color: var(--cyan); text-shadow: 4px 4px 0 var(--pink); }
.hero-text { color: #fff4e5; font-size: 13px; text-shadow: 1px 1px #3d155e; }
.action-stack { gap: 14px; }
.action { border: 3px solid #1e0a3c; border-radius: 15px 4px 15px 4px; box-shadow: 5px 5px 0 rgba(0,0,0,.48); backdrop-filter: none; color: #210d3e; background: #51e8ff; transform: rotate(.35deg); }
.action:nth-child(3) { background: #b287ff; transform: rotate(-.5deg); }
.action:nth-child(4) { background: #ff9d4d; transform: rotate(.55deg); }
.action--buy { border-color: #1e0a3c; background: #d9ff37; transform: rotate(-.5deg); }
.action:hover { border-color: #1e0a3c; background: #fff6df; box-shadow: 8px 8px 0 var(--pink); transform: translate(-2px, -3px) rotate(-1deg); }
.action-icon { border: 2px solid #230d40; background: #fff6df; }
.action-icon.social-icon { background: #260d48; }
.pump-icon { background: white; }
.pump-icon img { width: 100%; height: 100%; object-fit: cover; }
.dexscreener-icon { background: #1a1e1b; }
.dexscreener-icon img { width: 74%; height: 74%; object-fit: contain; }
.action b { color: #210d3e; letter-spacing: -.025em; }
.action small { color: rgba(33,13,62,.7); font-weight: 500; }
.action-arrow { color: #210d3e; font-weight: 800; }
.hero-ring { border: 4px dashed #ffcb40; background: radial-gradient(circle at 50% 43%, rgba(81,232,255,.45), rgba(255,94,156,.19) 47%, transparent 68%); box-shadow: inset 0 0 100px rgba(255,255,255,.12), 0 0 80px rgba(255,94,156,.28); }
.hero-ring::after { color: #fff4dc; font-weight: 500; }
.orb--one { background: var(--pink); opacity: .5; }
.orb--two { background: var(--cyan); opacity: .4; }
.art-stamp { color: #210d3e; border: 3px solid #210d3e; background: var(--orange); box-shadow: 5px 5px 0 var(--cyan); }
.hero-footnote { color: #fff4dc; }
.pulse::before { background: var(--pink); box-shadow: 0 0 8px var(--pink); }

.roadmap { position: relative; color: #260d45; border-top: 4px solid #260d45; border-bottom: 4px solid #260d45; background-color: #ffe2c1; background-image: radial-gradient(circle at 15% 17%, rgba(255,94,156,.45) 0 5px, transparent 6px), radial-gradient(circle at 24% 24%, rgba(81,232,255,.7) 0 4px, transparent 5px), radial-gradient(circle at 7% 73%, rgba(217,255,55,.6) 0 7px, transparent 8px), linear-gradient(125deg, transparent 0 48%, rgba(255,255,255,.42) 48% 51%, transparent 51%); box-shadow: 0 0 0 100vmax #ffe2c1; clip-path: inset(0 -100vmax); }
.roadmap .eyebrow, .roadmap .section-lead > p:last-child { color: #4a2767; }
.roadmap .eyebrow span { background: var(--pink); box-shadow: 0 0 0; }
.roadmap h2 { color: #260d45; text-shadow: 4px 4px 0 #51e8ff; }
.roadmap h2 i { color: #ff4c91; text-shadow: 4px 4px 0 #ffcb40; }
.roadmap-list { border-top: 3px solid #260d45; background: rgba(255,250,238,.58); box-shadow: 6px 6px 0 #260d45; }
.roadmap-item { border-bottom: 3px solid rgba(38,13,69,.55); }
.roadmap-item:hover { background: rgba(81,232,255,.4); }
.roadmap-number, .roadmap-item div > p:last-child { color: #4a2767; }
.status { color: #ff337e; font-weight: 500; }
.roadmap-item:nth-child(2) .status { color: #0caac3; }
.roadmap-item:nth-child(3) .status { color: #6141d5; }
.roadmap-item:nth-child(4) .status { color: #e65112; }
.status-dot { background: #8d74a2; border: 2px solid #260d45; }
.is-active .status-dot { background: var(--pink); box-shadow: 0 0 0; }

.chart { position: relative; background: linear-gradient(135deg, rgba(81,232,255,.18), rgba(150,107,255,.2)); }
.chart::after { content: "CHART! CHART!"; position: absolute; right: 6%; bottom: 6%; color: var(--pink); font: 800 clamp(24px, 4vw, 58px)/1 var(--display); transform: rotate(-7deg); opacity: .25; pointer-events: none; }
.chart h2 { text-shadow: 4px 4px 0 var(--pink); }
.chart h2 i { color: var(--orange); text-shadow: 4px 4px 0 var(--cyan); }
.chart-link { color: var(--cyan); border-bottom: 3px solid var(--pink); }
.chart-window { border: 4px solid #ffcb40; border-radius: 19px 3px 19px 3px; box-shadow: 10px 10px 0 var(--pink); overflow: hidden; }
.terminal-bar { background: #36175b; border-bottom: 3px solid #ffcb40; }
.terminal-bar span:first-child { background: var(--pink); }
.terminal-bar p { color: #fff1df; }
.terminal-bar b { color: var(--cyan); }
.chart iframe { background: #1c1034; }
.site-footer { background: var(--pink); border-top: 4px solid #260d45; }
.site-footer .brand { color: #260d45; }
.site-footer .brand em { color: #fff6df; }
.site-footer p { color: #260d45; font-weight: 500; }

@media (max-width: 760px) {
  .site-header { border-bottom: 0; }
  .main-nav { background: #4b1c70; border-bottom: 3px solid var(--cyan); }
  h1 { text-shadow: 3px 3px 0 rgba(46,14,76,.8); }
  .hero-text { max-width: 310px; }
  .action { box-shadow: 3px 3px 0 rgba(0,0,0,.5); }
  .roadmap { box-shadow: 0 0 0 100vmax #ffe2c1; }
}
