:root {
  --navy: #071a38;
  --navy-2: #0c2852;
  --red: #c9282d;
  --red-dark: #851b22;
  --cream: #f1e6cc;
  --paper: #faf5e8;
  --white: #fffdf5;
  --ink: #141619;
  --cyan: #8af8ff;
  --line-dark: rgba(7, 26, 56, .22);
  --line-light: rgba(255, 253, 245, .22);
  --sans: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --body: Arial, Helvetica, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --page: min(1360px, calc(100vw - 80px));
}

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

.paper-noise { position: fixed; z-index: 80; inset: 0; pointer-events: none; opacity: .11; mix-blend-mode: multiply; 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='.35'/%3E%3C/svg%3E"); }

.ticker-strip { position: fixed; z-index: 50; top: 0; left: 0; right: 0; height: 27px; overflow: hidden; display: flex; align-items: center; color: var(--white); background: var(--red); border-bottom: 1px solid rgba(255,255,255,.28); font: 800 9px/1 var(--mono); letter-spacing: .12em; white-space: nowrap; }
.ticker-strip div { min-width: max-content; animation: ticker 26s linear infinite; }
@keyframes ticker { to { transform: translateX(-50%); } }

.site-header { position: fixed; z-index: 45; top: 27px; left: 0; right: 0; height: 68px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 40px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.17); background: rgba(7,26,56,.9); backdrop-filter: blur(8px); }
.brand { display: flex; align-items: center; gap: 11px; justify-self: start; font-family: var(--sans); letter-spacing: .055em; }
.brand-star { width: 30px; height: 30px; display: grid; place-items: center; color: var(--navy); background: var(--cream); clip-path: polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 94%,50% 72%,21% 94%,32% 57%,2% 35%,39% 35%); font-size: 0; }
.brand b { color: var(--cyan); font: 800 9px/1 var(--mono); letter-spacing: .08em; }
.site-header nav { display: flex; gap: 34px; font: 800 9px/1 var(--mono); letter-spacing: .12em; }
.site-header nav a { padding: 8px 0; border-bottom: 2px solid transparent; }
.site-header nav a:hover { border-color: var(--red); }
.header-buy { min-width: 138px; height: 38px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; justify-self: end; color: var(--navy); background: var(--cream); border: 2px solid var(--cream); font: 900 10px/1 var(--mono); letter-spacing: .08em; transition: color .18s ease, background .18s ease; }
.header-buy span { color: var(--red); }
.header-buy:hover { color: var(--white); background: var(--red); border-color: var(--red); }
.header-buy:hover span { color: var(--white); }

.hero { position: relative; min-height: 980px; display: flex; align-items: center; overflow: hidden; padding: 150px max(40px, calc((100vw - 1360px) / 2)) 110px; color: var(--white); background: var(--navy); isolation: isolate; }
.hero-art { position: absolute; z-index: -3; inset: 0; background: url("assets/hero.webp") 62% center / cover no-repeat; transform: scale(1.025); transition: transform .25s ease-out; }
.hero-overlay { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(7,26,56,.99) 0%, rgba(7,26,56,.92) 26%, rgba(7,26,56,.45) 50%, rgba(7,26,56,.05) 78%), linear-gradient(0deg, rgba(7,26,56,.78), transparent 36%); }
.hero-stars { position: absolute; z-index: -1; top: 132px; left: 4vw; color: rgba(255,255,255,.13); font-size: clamp(100px, 14vw, 210px); line-height: .7; letter-spacing: -.26em; transform: rotate(-8deg); }
.hero-copy { position: relative; z-index: 2; width: min(700px, 53vw); }
.kicker { margin: 0 0 24px; color: var(--cyan); font: 800 10px/1 var(--mono); letter-spacing: .14em; }
.kicker span { color: var(--red); }
.hero h1 { max-width: 760px; margin: 0; font-family: var(--sans); font-size: clamp(92px, 11.5vw, 190px); font-weight: 900; line-height: .75; letter-spacing: -.04em; text-transform: uppercase; text-shadow: 5px 5px 0 var(--red-dark); }
.hero-ticker { width: max-content; margin: 26px 0 0; padding: 10px 16px 8px; color: var(--white); background: var(--red); border: 2px solid var(--white); box-shadow: 6px 6px 0 var(--navy); transform: rotate(-2deg); font: 900 clamp(24px,3vw,44px)/1 var(--mono); letter-spacing: -.04em; }
.hero-tagline { max-width: 620px; margin: 34px 0 0; color: #d6e1e9; font-size: clamp(18px,1.65vw,25px); font-weight: 700; line-height: 1.35; letter-spacing: -.018em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 2px solid rgba(255,255,255,.55); font: 900 10px/1 var(--mono); letter-spacing: .08em; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: var(--navy); background: var(--cream); border-color: var(--cream); }
.button.primary:hover { color: var(--white); background: var(--red); border-color: var(--red); }
.button.post-link { background: rgba(7,26,56,.58); }
.button.post-link:hover, .button.icon-button:hover { color: var(--cyan); border-color: var(--cyan); }
.button.icon-button { min-width: 50px; padding: 0; }
.contract { width: min(640px,100%); min-height: 48px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; margin-top: 12px; padding: 0 14px; color: #9fb0c1; border: 1px solid rgba(255,255,255,.24); background: rgba(7,26,56,.62); cursor: pointer; text-align: left; }
.contract:hover { border-color: var(--cyan); }
.contract small { font: 800 8px/1 var(--mono); letter-spacing: .13em; }
.contract code { overflow: hidden; color: var(--white); font: 500 10px/1 var(--mono); text-overflow: ellipsis; white-space: nowrap; }
.contract strong { color: var(--cyan); font: 900 9px/1 var(--mono); }
.hero-stamp { position: absolute; right: 4.5vw; bottom: 90px; z-index: 3; display: grid; gap: 5px; padding: 15px 21px; color: var(--cream); border: 3px double currentColor; background: rgba(201,40,45,.8); transform: rotate(-7deg); text-align: center; font: 800 9px/1 var(--mono); letter-spacing: .12em; }
.hero-stamp strong { font: 900 27px/1 var(--sans); letter-spacing: .04em; }
.hero-stamp b { font-size: 10px; }
.flag-edge { position: absolute; right: 0; bottom: 0; left: 0; height: 18px; background: repeating-linear-gradient(0deg,var(--red) 0 6px,var(--cream) 6px 12px,var(--navy-2) 12px 18px); }

.source-section { width: var(--page); display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(55px,8vw,130px); margin: 0 auto; padding: 150px 0; }
.section-tag { margin: 0 0 28px; color: var(--red); font: 900 9px/1 var(--mono); letter-spacing: .14em; }
.section-tag span { margin-right: 12px; color: var(--navy); }
.section-tag.light { color: var(--cyan); }
.section-tag.light span { color: var(--cream); }
.source-copy h2, .remix-title h2, .token-copy h2, .chart-heading h2 { margin: 0; font-family: var(--sans); font-size: clamp(56px,7vw,106px); line-height: .84; letter-spacing: -.035em; text-transform: uppercase; }
.source-copy > p:not(.section-tag) { max-width: 640px; margin: 30px 0 0; color: #4a4d50; font-size: 17px; line-height: 1.65; }
.source-inline { display: inline-flex; gap: 12px; margin-top: 32px; padding-bottom: 5px; border-bottom: 2px solid var(--navy); color: var(--navy); font: 900 10px/1 var(--mono); letter-spacing: .08em; }
.source-inline span { color: var(--red); }
.source-inline:hover { color: var(--red); border-color: var(--red); }
.post-frame { margin: 0; padding: 12px; color: var(--cream); background: var(--navy); border: 4px solid var(--cream); outline: 2px solid var(--navy); box-shadow: 14px 14px 0 var(--red); transform: rotate(1.2deg); }
.post-frame-top, .post-frame figcaption { display: flex; justify-content: space-between; padding: 8px 3px; font: 800 8px/1 var(--mono); letter-spacing: .11em; }
.post-frame img { width: 100%; display: block; border: 1px solid rgba(255,255,255,.22); }
.post-frame figcaption { align-items: baseline; padding-top: 12px; }
.post-frame figcaption b { color: var(--cyan); font-size: 10px; }

.remix-section { padding: 145px max(40px, calc((100vw - 1360px) / 2)); color: var(--cream); background: var(--navy); border-top: 12px solid var(--red); }
.remix-title { display: grid; grid-template-columns: 180px 1fr; align-items: start; }
.remix-title .section-tag { color: var(--cyan); }
.remix-title .section-tag span { color: var(--cream); }
.remix-title h2 { max-width: 1080px; }
.remix-list { margin-top: 90px; border-top: 1px solid var(--line-light); }
.remix-list article { min-height: 150px; display: grid; grid-template-columns: 110px 280px 1fr; align-items: center; gap: 28px; border-bottom: 1px solid var(--line-light); }
.remix-list article > b { color: var(--red); font: 900 24px/1 var(--mono); }
.remix-list h3 { margin: 0; font: 900 34px/1 var(--sans); letter-spacing: .03em; }
.remix-list p { max-width: 720px; margin: 0; color: #aebed0; font-size: 17px; line-height: 1.55; }

.token-section { display: grid; grid-template-columns: minmax(420px,1fr) minmax(520px,1fr); min-height: 920px; color: var(--cream); background: var(--red); border-top: 18px solid var(--cream); border-bottom: 18px solid var(--navy); }
.token-art { position: relative; min-height: 800px; overflow: hidden; background: var(--navy); border-right: 8px solid var(--cream); }
.token-art img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .8s ease; }
.token-art:hover img { transform: scale(1.018); }
.token-seal { position: absolute; right: 28px; bottom: 26px; width: 110px; height: 110px; display: grid; place-content: center; gap: 2px; color: var(--navy); background: var(--cream); border: 5px double var(--navy); border-radius: 50%; text-align: center; transform: rotate(7deg); font-family: var(--mono); }
.token-seal b { font: 900 26px/1 var(--sans); }
.token-seal span { font-size: 8px; }
.token-copy { align-self: center; padding: 100px clamp(50px,7vw,120px); }
.token-copy h2 { max-width: 780px; text-shadow: 5px 5px 0 var(--red-dark); }
.token-copy > p:not(.section-tag) { max-width: 660px; margin: 32px 0 0; font-size: clamp(18px,1.65vw,25px); font-weight: 700; line-height: 1.45; }
.token-copy dl { margin: 52px 0 0; border-top: 1px solid rgba(255,255,255,.4); }
.token-copy dl div { min-height: 58px; display: grid; grid-template-columns: 150px 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.28); }
.token-copy dt { font: 900 8px/1 var(--mono); letter-spacing: .13em; }
.token-copy dd { margin: 0; justify-self: end; font: 900 11px/1 var(--mono); letter-spacing: .06em; }
.big-buy { height: 68px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; margin-top: 26px; padding: 0 22px; color: var(--navy); background: var(--cream); border: 3px solid var(--navy); box-shadow: 7px 7px 0 var(--red-dark); font: 900 11px/1 var(--mono); letter-spacing: .08em; transition: transform .18s ease, box-shadow .18s ease; }
.big-buy strong { justify-self: center; font-size: 16px; }
.big-buy b { font-size: 20px; }
.big-buy:hover { transform: translate(3px,3px); box-shadow: 4px 4px 0 var(--red-dark); }

.chart-section { width: var(--page); margin: 0 auto; padding: 145px 0 160px; }
.chart-heading { display: grid; grid-template-columns: 170px 1fr auto; align-items: end; margin-bottom: 44px; }
.chart-heading .section-tag { margin: 0 0 7px; }
.chart-heading h2 { color: var(--navy); font-size: clamp(58px,8vw,120px); }
.chart-heading > a { padding-bottom: 6px; border-bottom: 2px solid var(--navy); color: var(--navy); font: 900 9px/1 var(--mono); letter-spacing: .08em; }
.chart-heading > a:hover { color: var(--red); border-color: var(--red); }
.chart-heading > a[aria-disabled="true"] { color: #8a8d90; border-color: #b4ab99; cursor: default; }
.dex-shell { overflow: hidden; border: 4px solid var(--navy); background: var(--navy); box-shadow: 12px 12px 0 var(--red); }
.dex-bar { height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; color: var(--cream); border-bottom: 1px solid var(--line-light); font: 800 9px/1 var(--mono); letter-spacing: .1em; }
.dex-bar i { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); animation: blink 1.6s steps(2) infinite; }
@keyframes blink { 50% { opacity: .3; } }
.dex-bar b { color: var(--cyan); }
#dexFrame { display: none; width: 100%; height: 640px; border: 0; background: #07101f; }
.dex-placeholder { min-height: 520px; display: grid; place-content: center; gap: 12px; padding: 30px; color: var(--cream); text-align: center; background: linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px); background-size: 48px 48px; }
.dex-placeholder strong { font: 900 clamp(26px,4vw,58px)/1 var(--sans); letter-spacing: .025em; }
.dex-placeholder span { color: #aebed0; font: 500 10px/1.5 var(--mono); }

footer { min-height: 230px; display: grid; grid-template-columns: 1fr minmax(320px,650px) auto; align-items: center; gap: 60px; padding: 54px max(40px, calc((100vw - 1360px) / 2)); color: var(--cream); background: var(--navy); border-top: 8px solid var(--red); }
.footer-brand { display: flex; align-items: baseline; gap: 10px; justify-self: start; font-family: var(--sans); letter-spacing: .04em; }
.footer-brand span { color: var(--red); }
.footer-brand b { color: var(--cyan); font: 800 9px/1 var(--mono); }
footer p { margin: 0; color: #9fb0c1; font: 500 9px/1.65 var(--mono); }
footer > div { display: flex; gap: 25px; font: 800 9px/1 var(--mono); }
footer > div a:hover { color: var(--cyan); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1060px) {
  :root { --page: calc(100vw - 48px); }
  .site-header { padding: 0 24px; }
  .hero { min-height: 930px; align-items: flex-end; padding: 140px 24px 110px; }
  .hero-art { background-position: 58% top; background-size: auto 75%; background-repeat: no-repeat; }
  .hero-overlay { background: linear-gradient(0deg,var(--navy) 0 29%,rgba(7,26,56,.88) 43%,rgba(7,26,56,.12) 76%); }
  .hero-copy { width: min(760px,78vw); }
  .hero-stamp { display: none; }
  .source-section { grid-template-columns: 1fr; }
  .post-frame { width: min(820px,100%); }
  .remix-title { grid-template-columns: 130px 1fr; }
  .token-section { grid-template-columns: 1fr; }
  .token-art { min-height: min(105vw,900px); border-right: 0; border-bottom: 8px solid var(--cream); }
  .token-copy { padding: 100px 8vw 120px; }
  .chart-heading { grid-template-columns: 120px 1fr auto; }
  footer { padding-right: 24px; padding-left: 24px; }
}

@media (max-width: 720px) {
  :root { --page: calc(100vw - 36px); }
  .ticker-strip { height: 24px; }
  .site-header { top: 24px; height: 62px; grid-template-columns: 1fr auto; padding: 0 18px; }
  .site-header nav { display: none; }
  .brand-star { width: 24px; height: 24px; }
  .brand { font-size: 13px; }
  .header-buy { min-width: 104px; height: 34px; }
  .hero { min-height: 900px; padding: 120px 18px 108px; }
  .hero-art { background-position: 57% top; background-size: auto 61%; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(78px,25vw,126px); }
  .hero-tagline { font-size: 18px; }
  .hero-actions .button.primary { width: 100%; }
  .hero-actions .post-link { flex: 1; }
  .contract { grid-template-columns: auto 1fr; }
  .contract strong { display: none; }
  .source-section { padding: 100px 0 110px; gap: 60px; }
  .source-copy h2, .remix-title h2, .token-copy h2 { font-size: clamp(52px,16vw,80px); }
  .source-copy > p:not(.section-tag) { font-size: 16px; }
  .post-frame { padding: 8px; box-shadow: 8px 8px 0 var(--red); }
  .remix-section { padding: 100px 18px 110px; }
  .remix-title { grid-template-columns: 1fr; gap: 20px; }
  .remix-list { margin-top: 60px; }
  .remix-list article { grid-template-columns: 48px 1fr; gap: 14px; padding: 28px 0; }
  .remix-list article > b { grid-row: 1 / 3; align-self: start; }
  .remix-list h3 { font-size: 26px; }
  .remix-list p { grid-column: 2; font-size: 15px; }
  .token-art { min-height: 120vw; }
  .token-seal { width: 86px; height: 86px; }
  .token-copy { padding: 80px 18px 100px; }
  .token-copy dl div { grid-template-columns: 110px 1fr; }
  .chart-section { padding: 100px 0 120px; }
  .chart-heading { grid-template-columns: 1fr; gap: 24px; }
  .chart-heading h2 { font-size: clamp(58px,18vw,90px); }
  .chart-heading > a { justify-self: start; }
  #dexFrame { height: 540px; }
  .dex-placeholder { min-height: 430px; }
  footer { grid-template-columns: 1fr; gap: 28px; padding: 52px 18px; }
  footer > div { justify-self: start; }
}

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