:root {
  --ink: #080807;
  --paper: #dec093;
  --paper-light: #f0dcba;
  --white: #f6f0e5;
  --acid: #d9ff46;
  --line: rgba(246, 240, 229, 0.22);
  --mono: 'DM Mono', monospace;
  --display: 'Archivo Black', sans-serif;
  --body: 'Manrope', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: var(--body); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

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

.site-header { height: 86px; position: fixed; inset: 0 0 auto; z-index: 10; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 12px clamp(20px, 4vw, 64px); border-bottom: 1px solid var(--line); background: rgba(8, 8, 7, .82); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 8px; width: max-content; }
.brand__mark { width: 39px; height: 39px; object-fit: contain; filter: drop-shadow(0 0 8px rgba(222, 192, 147, .2)); }
.brand__name { color: var(--white); font: 11px/9px var(--display); letter-spacing: -.65px; }
.brand__name em { color: inherit; font-style: normal; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.8vw, 46px); font: 10px var(--mono); text-transform: uppercase; letter-spacing: .04em; color: rgba(246, 240, 229, .7); }
.site-nav a, .text-link { transition: color .2s ease; }
.site-nav a:hover, .text-link:hover { color: var(--acid); }
.header-buy { justify-self: end; padding: 12px 17px; border: 1px solid var(--paper); color: var(--ink); background: var(--paper); font: 11px var(--mono); text-transform: uppercase; letter-spacing: .05em; transition: background .2s, transform .2s; }
.header-buy:hover { background: var(--acid); transform: translateY(-2px); }
.menu-toggle { display: none; }

.section { position: relative; padding-inline: clamp(20px, 7vw, 112px); }
.hero { min-height: max(760px, 100vh); padding-top: 142px; display: grid; grid-template-columns: minmax(280px, .82fr) minmax(360px, 1.1fr) 40px; gap: clamp(20px, 5vw, 90px); align-items: center; overflow: hidden; }
.hero::before { content: ''; position: absolute; width: 59vw; height: 59vw; min-width: 650px; min-height: 650px; border: 1px solid rgba(222, 192, 147, .14); border-radius: 50%; left: 37%; top: 50%; transform: translate(-50%, -46%); box-shadow: 0 0 0 80px rgba(222, 192, 147, .025), 0 0 0 160px rgba(222, 192, 147, .02); }
.eyebrow { margin: 0 0 20px; color: var(--acid); font: 10px var(--mono); letter-spacing: .11em; }
h1, h2 { margin: 0; font-family: var(--display); letter-spacing: -.075em; line-height: .83; }
h1 { font-size: clamp(58px, 8.6vw, 154px); max-width: 700px; }
h1 span, h2 span { color: var(--paper); }
.hero__copy { margin: 30px 0 34px; color: rgba(246, 240, 229, .66); font-size: 13px; line-height: 1.8; }
.action-stack { width: min(100%, 350px); display: grid; border-top: 1px solid var(--line); }
.action { width: 100%; min-height: 58px; padding: 8px 0; display: grid; grid-template-columns: 39px 1fr auto; align-items: center; gap: 11px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--white); text-align: left; cursor: pointer; font: 11px var(--mono); text-transform: uppercase; transition: padding .2s, background .2s; }
.action:hover { padding-left: 10px; background: rgba(222, 192, 147, .08); }
.action img { width: 34px; height: 34px; object-fit: contain; }
.action span { white-space: nowrap; }.action b { color: var(--paper); font-weight: 500; }.action i { padding-right: 4px; font-style: normal; color: var(--acid); }
.x-icon { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(246,240,229,.35); border-radius: 50%; }.x-icon svg { width: 14px; fill: var(--white); }

.hero__visual { height: min(73vh, 680px); min-height: 550px; position: relative; align-self: end; display: grid; place-items: end center; }
.hero__halo { position: absolute; width: min(42vw, 540px); aspect-ratio: 1; border-radius: 50%; top: 4%; background: radial-gradient(circle, rgba(222,192,147,.22) 0 10%, rgba(222,192,147,.07) 32%, transparent 69%); filter: blur(2px); }
.character { position: relative; z-index: 1; width: min(100%, 550px); max-height: 95%; object-fit: contain; object-position: bottom center; filter: drop-shadow(24px 28px 28px rgba(0,0,0,.7)); animation: float-in 1.15s cubic-bezier(.2,.8,.2,1) both; }
.stamp { position: absolute; z-index: 2; padding: 9px 12px; top: 6%; right: 0; color: var(--ink); background: var(--acid); transform: rotate(8deg); font: 9px/1.15 var(--mono); letter-spacing: .1em; }.stamp::after { content: ''; position: absolute; inset: 4px; border: 1px solid rgba(0,0,0,.5); }
.ticker { position: absolute; z-index: 3; right: -2%; bottom: 6%; margin: 0; font: clamp(60px, 8vw, 130px)/.7 var(--display); letter-spacing: -.11em; color: var(--white); text-shadow: 8px 8px 0 var(--ink); }
.serial { position: absolute; bottom: 0; left: 6%; z-index: 2; padding: 8px 12px; border: 1px solid rgba(246,240,229,.28); background: rgba(8,8,7,.68); font: 9px var(--mono); color: var(--paper-light); letter-spacing: .06em; }.serial span { color: var(--white); }
.hero__side-note { align-self: end; display: grid; gap: 12px; padding-bottom: 26px; color: rgba(246,240,229,.46); font: 8px var(--mono); letter-spacing: .13em; writing-mode: vertical-rl; }.hero__side-note strong { color: var(--paper); font-size: 12px; }

.roadmap { min-height: 100vh; padding-top: 135px; padding-bottom: 120px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; background: var(--paper); color: var(--ink); overflow: hidden; }.roadmap::after { content: '$ZPAID'; position: absolute; right: -3vw; bottom: -8vw; font: 21vw/.8 var(--display); letter-spacing: -.12em; color: rgba(8,8,7,.055); pointer-events: none; }.roadmap .eyebrow { color: rgba(8,8,7,.62); }.section-heading { position: relative; z-index: 1; }.section-heading h2, .chart__intro h2 { font-size: clamp(55px, 7vw, 124px); color: var(--ink); }.section-heading h2 span, .chart__intro h2 span { color: var(--white); text-shadow: 2px 2px 0 var(--ink); }.section-heading > p:last-child { max-width: 340px; margin: 35px 0 0; font-size: 13px; line-height: 1.75; }
.roadmap__list { position: relative; z-index: 1; display: grid; align-content: center; }.roadmap-card { position: relative; padding: 26px 52px 27px 0; border-top: 1px solid rgba(8,8,7,.35); }.roadmap-card:last-child { border-bottom: 1px solid rgba(8,8,7,.35); }.roadmap-card__number { position: absolute; right: 0; top: 30px; font: 34px var(--display); color: rgba(8,8,7,.2); }.roadmap-card__status { margin: 0 0 10px; font: 9px var(--mono); letter-spacing: .1em; }.roadmap-card--done .roadmap-card__status { color: #557029; }.roadmap-card--current .roadmap-card__status { color: #fff; text-shadow: 1px 1px 0 #000; }.roadmap-card h3 { margin: 0 0 9px; font: 25px var(--display); letter-spacing: -.055em; }.roadmap-card > p:last-child { max-width: 440px; margin: 0; font-size: 12px; line-height: 1.65; }

.chart { min-height: 100vh; padding-top: 135px; padding-bottom: 110px; display: grid; grid-template-columns: minmax(250px, .55fr) minmax(460px, 1.45fr); align-items: center; gap: 7vw; }.chart__intro > p:nth-of-type(2) { max-width: 280px; margin: 32px 0 26px; color: rgba(246,240,229,.64); font-size: 13px; line-height: 1.75; }.chart__intro code { color: var(--acid); font: 10px var(--mono); }.text-link { display: inline-block; padding-bottom: 5px; border-bottom: 1px solid var(--acid); color: var(--acid); font: 11px var(--mono); text-transform: uppercase; }.chart-frame { overflow: hidden; border: 1px solid rgba(246,240,229,.36); box-shadow: 16px 16px 0 rgba(222,192,147,.15); background: #121210; }.chart-frame__topbar { height: 38px; display: flex; align-items: center; gap: 6px; padding: 0 12px; border-bottom: 1px solid rgba(246,240,229,.17); font: 9px var(--mono); color: rgba(246,240,229,.56); }.chart-frame__topbar span { width: 7px; height: 7px; border-radius: 50%; background: #705d45; }.chart-frame__topbar span:first-child { background: #e07d67; }.chart-frame__topbar span:nth-child(2) { background: var(--acid); }.chart-frame__topbar b { margin-left: 9px; font-weight: 400; }.chart-frame__topbar em { margin-left: auto; color: var(--acid); font-style: normal; }iframe { display: block; width: 100%; height: min(64vh, 580px); border: 0; background: #121210; }.chart-placeholder { height: min(64vh, 580px); display: grid; place-content: center; text-align: center; color: var(--paper); font: 14px var(--mono); line-height: 1.6; }.chart-placeholder span { color: rgba(246,240,229,.5); font-size: 10px; }

.site-footer { min-height: 85px; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px clamp(20px, 7vw, 112px); border-top: 1px solid var(--line); font: 9px var(--mono); letter-spacing: .08em; }.site-footer p { margin: 0; }.site-footer p span { color: var(--paper); }.site-footer a { color: var(--acid); }
.toast { position: fixed; z-index: 20; right: 22px; bottom: 22px; transform: translateY(90px); padding: 13px 17px; background: var(--acid); color: var(--ink); box-shadow: 5px 5px 0 var(--paper); font: 10px var(--mono); transition: transform .25s ease; }.toast--visible { transform: translateY(0); }
@keyframes float-in { from { opacity: 0; transform: translateY(50px) rotate(3deg); } to { opacity: 1; transform: translateY(0) rotate(0); } }

@media (min-width: 851px) and (max-width: 1100px) { .hero { grid-template-columns: minmax(325px, .9fr) minmax(315px, 1fr) 24px; gap: 25px; padding-inline: clamp(36px, 5vw, 56px); }.hero h1 { font-size: clamp(52px, 6vw, 68px); }.hero__visual { min-height: 500px; height: min(68vh, 610px); }.ticker { font-size: clamp(58px, 7vw, 84px); }.hero__side-note { padding-bottom: 18px; } }

@media (max-width: 850px) { .site-header { grid-template-columns: 1fr auto; }.site-nav { display: none; }.site-nav--open { position: absolute; display: grid; gap: 19px; top: 85px; left: 0; right: 0; padding: 25px 20px; border-bottom: 1px solid var(--line); background: var(--ink); }.menu-toggle { display: grid; gap: 5px; justify-items: end; width: 38px; margin-right: 12px; padding: 8px 0; border: 0; background: none; }.menu-toggle span { display: block; width: 23px; height: 1px; background: var(--white); }.header-buy { display: none; }.hero { min-height: 780px; grid-template-columns: 1fr 24px; gap: 0; padding-top: 125px; }.hero__left { position: relative; z-index: 2; }.hero__visual { position: absolute; z-index: 0; right: 3vw; bottom: 24px; width: 68vw; height: 56vh; min-height: 0; opacity: .82; }.hero__halo { width: 75vw; }.character { width: 100%; }.ticker { right: -7%; bottom: 10%; font-size: 15vw; }.stamp { top: 12%; right: 2%; }.hero__side-note { z-index: 2; }.roadmap, .chart { grid-template-columns: 1fr; }.roadmap { gap: 48px; }.chart { gap: 45px; }.chart-frame { box-shadow: 9px 9px 0 rgba(222,192,147,.15); } }
@media (max-width: 520px) { .site-header { height: 73px; padding-inline: 16px; }.brand__mark { width: 34px; height: 34px; }.brand__name { font-size: 10px; line-height: 9px; }.site-nav--open { top: 72px; }.section { padding-inline: 20px; }.hero { min-height: 875px; padding-top: 112px; }.hero__copy { font-size: 11px; margin-block: 24px; }.action-stack { width: 290px; }.action { font-size: 9px; grid-template-columns: 34px 1fr auto; }.action img, .x-icon { width: 28px; height: 28px; }.hero__visual { right: -2vw; bottom: 18px; width: 80vw; height: 330px; opacity: .68; }.stamp { display: none; }.ticker { right: -4%; bottom: 3%; font-size: 14vw; }.serial { left: 0; bottom: -7px; font-size: 7px; }.roadmap, .chart { padding-top: 100px; padding-bottom: 80px; }.section-heading > p:last-child { margin-top: 24px; }.roadmap-card { padding-right: 37px; }.roadmap-card__number { font-size: 26px; }.chart-frame__topbar b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.site-footer { display: grid; justify-content: start; gap: 9px; }.site-footer p:nth-child(2) { display: none; } iframe, .chart-placeholder { height: 490px; } }

[hidden] { display: none !important; }
