:root {
  --ink: #07080a;
  --panel: #0d0f12;
  --paper: #e8e5dc;
  --muted: #999a98;
  --line: rgba(232, 229, 220, 0.16);
  --orange: #ff5c22;
  --blue: #21baff;
  --purple: #9b5cff;
  --lime: #adff2f;
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
}
.noise {
  position: fixed;
  inset: 0;
  z-index: 20;
  opacity: .035;
  pointer-events: none;
  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='.9'/%3E%3C/svg%3E");
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  height: 74px;
  padding: 0 clamp(20px, 4vw, 64px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: rgba(7,8,10,.82);
  backdrop-filter: blur(14px);
  position: relative;
  z-index: 10;
}
.brand, .footer-brand { display: flex; align-items: center; gap: 12px; font: 800 14px var(--mono); letter-spacing: .08em; }
.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--orange);
  border-radius: 50%;
  color: var(--orange);
  box-shadow: inset 0 0 14px rgba(255,92,34,.25), 0 0 14px rgba(255,92,34,.14);
  font-family: Georgia, serif;
}
nav { display: flex; gap: clamp(22px, 4vw, 52px); }
nav a { color: var(--muted); font: 11px var(--mono); text-transform: uppercase; letter-spacing: .12em; transition: color .2s; }
nav a:hover { color: var(--paper); }
.nav-buy { color: var(--orange); font: 700 11px var(--mono); letter-spacing: .08em; }

.hero {
  min-height: calc(100vh - 74px);
  padding: clamp(72px, 9vw, 130px) clamp(20px, 6vw, 92px) 94px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  align-items: center;
  gap: 5vw;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  width: 650px;
  height: 650px;
  right: -180px;
  top: -250px;
  border-radius: 50%;
  background: rgba(123,58,255,.11);
  filter: blur(90px);
}
.eyebrow, .kicker { color: var(--muted); font: 10px/1.5 var(--mono); letter-spacing: .16em; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 12px var(--lime); animation: blink 1.4s steps(2) infinite; }
.glitch {
  margin: 18px 0 0;
  width: max-content;
  position: relative;
  color: var(--paper);
  font: 400 clamp(76px, 11.5vw, 178px)/.74 var(--display);
  letter-spacing: -.055em;
  text-transform: uppercase;
}
.glitch span { color: transparent; -webkit-text-stroke: 1px var(--paper); }
.glitch::before, .glitch::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
}
.glitch::before { color: var(--blue); transform: translateX(-4px); clip-path: inset(12% 0 63% 0); animation: glitch 4.5s infinite; }
.glitch::after { color: var(--orange); transform: translateX(4px); clip-path: inset(63% 0 12% 0); animation: glitch 4.5s .11s infinite reverse; }
.ticker-row { margin: 27px 0 34px; display: flex; align-items: center; gap: 16px; }
.ticker { padding: 8px 12px; color: var(--ink); background: var(--orange); font: 900 15px var(--mono); transform: rotate(-2deg); }
.ticker-note { color: #777a7d; font: 9px var(--mono); letter-spacing: .13em; }
.tagline { margin: 0; font: 600 clamp(30px, 4vw, 55px)/1.03 Arial, sans-serif; letter-spacing: -.05em; }
.tagline em { color: var(--blue); font-style: normal; text-shadow: 2px 2px 0 rgba(155,92,255,.45); }
.hero-intro { max-width: 610px; margin: 28px 0 0; color: #aaa9a4; font-size: 15px; line-height: 1.72; }
.hero-actions { display: flex; gap: 12px; margin-top: 36px; }
.button { min-width: 192px; padding: 16px 18px; display: flex; justify-content: space-between; gap: 16px; border: 1px solid var(--line); font: 800 11px var(--mono); letter-spacing: .05em; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--ink); background: var(--orange); border-color: var(--orange); box-shadow: 5px 5px 0 rgba(255,92,34,.24); }
.button-secondary { background: rgba(255,255,255,.025); }
.button-secondary:hover { background: rgba(255,255,255,.07); }

.hero-art { height: 520px; position: relative; display: grid; place-items: center; perspective: 900px; }
.art-label { position: absolute; z-index: 4; color: #66696d; font: 9px var(--mono); letter-spacing: .13em; }
.art-label-top { top: 4%; right: 5%; }
.art-label-bottom { bottom: 4%; left: 1%; color: var(--purple); }
.halo { position: absolute; width: 360px; height: 105px; top: 70px; border: 4px solid var(--blue); border-radius: 50%; transform: rotateX(65deg) rotateZ(-8deg); filter: drop-shadow(0 0 15px rgba(33,186,255,.75)); }
.halo::after { content: ""; position: absolute; inset: 12px -4px -11px; border: 1px dashed rgba(155,92,255,.65); border-radius: 50%; }
.halo-front { border-left-color: transparent; border-bottom-color: var(--purple); animation: haloFloat 5s ease-in-out infinite; }
.halo-back { opacity: .18; transform: translateY(-12px) rotateX(65deg) rotateZ(-8deg); }
.coin-orbit { width: 360px; height: 360px; display: grid; place-items: center; position: relative; border: 1px dashed rgba(255,255,255,.15); border-radius: 50%; animation: float 5s ease-in-out infinite; }
.coin-orbit::before, .coin-orbit::after { content: ""; position: absolute; background: var(--line); }
.coin-orbit::before { width: 118%; height: 1px; }
.coin-orbit::after { height: 118%; width: 1px; }
.orbit-node { position: absolute; width: 8px; height: 8px; border-radius: 50%; box-shadow: 0 0 16px currentColor; }
.node-one { left: 10px; top: 90px; color: var(--orange); background: currentColor; }
.node-two { right: 35px; bottom: 45px; color: var(--blue); background: currentColor; }
.coin {
  width: 245px;
  height: 245px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 3px solid #ff7745;
  border-radius: 50%;
  background: radial-gradient(circle at 38% 30%, #3d1b17 0, #171012 40%, #090a0c 72%);
  box-shadow: inset 0 0 0 9px #111317, inset 0 0 0 11px rgba(255,92,34,.35), 0 0 50px rgba(255,92,34,.28), 24px 30px 70px #000;
  transform: rotate(-7deg);
}
.coin::before { content: "BORN DEAD • BULLISH ALIVE •"; position: absolute; inset: 20px; color: var(--orange); border: 1px dashed rgba(255,92,34,.55); border-radius: 50%; text-align: center; padding-top: 13px; font: 7px var(--mono); letter-spacing: .2em; }
.coin-shine { position: absolute; width: 60%; height: 150%; top: -25%; left: -47%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.1), transparent); transform: rotate(18deg); animation: shine 6s infinite; }
.coin-k { font: 128px/1 Georgia, serif; color: var(--orange); text-shadow: 3px 3px 0 #7b2dff, -2px -2px 0 rgba(255,255,255,.28); }
.coin-crack { position: absolute; width: 3px; background: var(--blue); box-shadow: 0 0 8px var(--blue); transform-origin: top; }
.crack-one { height: 95px; top: 0; left: 54%; transform: rotate(21deg); }
.crack-one::after { content: ""; position: absolute; width: 35px; height: 2px; left: -2px; bottom: 28px; background: var(--blue); transform: rotate(42deg); }
.crack-two { height: 55px; bottom: -4px; left: 38%; transform: rotate(-17deg); }
.gate { position: absolute; bottom: 65px; width: 74px; height: 130px; opacity: .36; border: 2px solid var(--purple); border-bottom: 0; box-shadow: 0 0 20px rgba(155,92,255,.25); }
.gate::after { content: ""; position: absolute; inset: 12px; border: 1px solid var(--purple); border-bottom: 0; }
.gate-left { left: 12%; transform: rotate(-14deg) translateY(35px); }
.gate-right { right: 12%; transform: rotate(13deg); }
.hero-strip { position: absolute; bottom: 0; left: -2%; width: 104%; padding: 12px 0; display: flex; justify-content: space-around; gap: 22px; color: var(--ink); background: var(--paper); font: 900 10px var(--mono); letter-spacing: .12em; transform: rotate(-.5deg); }
.hero-strip i { color: var(--orange); font-style: normal; }

.section { padding: clamp(80px, 11vw, 160px) clamp(20px, 6vw, 92px); display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: clamp(30px, 7vw, 110px); border-bottom: 1px solid var(--line); }
.section-index { color: #55585d; font-family: var(--mono); }
.section-index span { display: block; padding-bottom: 12px; border-bottom: 1px solid #35373a; font-size: 11px; }
.section-index p { font-size: 9px; line-height: 1.5; letter-spacing: .14em; }
.story { background: #0a0b0e; }
.story-content h2, .thesis h2, .token h2, .disclaimer h2 { margin: 20px 0 55px; max-width: 1040px; font: 400 clamp(41px, 6.3vw, 92px)/.98 var(--display); letter-spacing: -.02em; text-transform: uppercase; }
.story-content h2 span { color: transparent; -webkit-text-stroke: 1px #6c6e73; }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.story-grid p { margin: 0; padding-top: 20px; color: #a8a7a3; border-top: 1px solid var(--line); font-size: 14px; line-height: 1.8; }
.story-grid strong { color: var(--paper); }
blockquote { margin: 70px 0 0; padding: 42px 50px; display: flex; gap: 28px; border-left: 3px solid var(--orange); background: linear-gradient(90deg, rgba(255,92,34,.1), transparent); }
blockquote > span { color: var(--orange); font: 80px/.7 Georgia, serif; }
blockquote p { margin: 0; font: italic 26px/1.35 Georgia, serif; }

.thesis { background: radial-gradient(circle at 80% 30%, rgba(104,47,201,.15), transparent 30%), var(--ink); }
.thesis h2 { margin-bottom: 60px; color: var(--orange); font-size: clamp(56px, 8vw, 118px); line-height: .82; }
.meme-line { min-height: 94px; display: grid; grid-template-columns: 60px 1fr 50px; align-items: center; border-top: 1px solid var(--line); transition: color .25s, padding .25s, background .25s; }
.meme-line:last-child { border-bottom: 1px solid var(--line); }
.meme-line:hover { padding: 0 18px; color: var(--blue); background: rgba(33,186,255,.035); }
.meme-line span { color: #55585d; font: 10px var(--mono); }
.meme-line p { margin: 0; font-size: clamp(20px, 2.8vw, 40px); font-weight: 700; letter-spacing: -.035em; }
.meme-line i { color: var(--orange); font: normal 26px var(--mono); text-align: right; }

.token { background: #0c0d10; }
.token h2 { margin-bottom: 45px; }
.token h2 span { color: var(--blue); }
.terminal-panel { border: 1px solid #36383e; box-shadow: 12px 12px 0 rgba(155,92,255,.08), 0 0 80px rgba(33,186,255,.04); background: #090a0c; }
.terminal-bar { min-height: 48px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; color: #696b70; border-bottom: 1px solid #292b30; font: 8px var(--mono); letter-spacing: .1em; }
.terminal-bar > span:first-child { display: flex; gap: 6px; }
.terminal-bar i { width: 8px; height: 8px; display: block; border: 1px solid #56585c; border-radius: 50%; }
.terminal-bar > span:last-child { color: var(--lime); }
.token-data { margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); }
.token-data div { min-height: 145px; padding: 28px; border-right: 1px solid #292b30; display: flex; flex-direction: column; justify-content: space-between; }
.token-data div:last-child { border: 0; }
.token-data dt, .contract-row span { color: #65676b; font: 9px var(--mono); letter-spacing: .13em; }
.token-data dd { margin: 0; font: 700 clamp(21px, 2.2vw, 34px) Arial, sans-serif; letter-spacing: -.04em; }
.token-data .orange { color: var(--orange); }
.contract-row { min-height: 120px; padding: 25px 28px; border-top: 1px solid #292b30; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.contract-row > div { min-width: 0; }
.contract-row code { margin-top: 12px; display: block; max-width: 650px; color: var(--blue); font: 13px var(--mono); overflow: hidden; text-overflow: ellipsis; }
.copy-button { padding: 16px 20px; flex: 0 0 auto; color: var(--paper); border: 1px solid #3b3e44; background: #111317; cursor: pointer; font: 700 10px var(--mono); letter-spacing: .06em; transition: border-color .2s, color .2s; }
.copy-button:hover, .copy-button.copied { color: var(--lime); border-color: var(--lime); }
.copy-icon { margin-right: 9px; }

.disclaimer { padding: clamp(75px, 9vw, 125px) clamp(20px, 10vw, 150px); display: grid; grid-template-columns: 100px minmax(0, 920px); justify-content: center; gap: clamp(30px, 6vw, 90px); color: #17110e; background: var(--orange); }
.warning-icon { width: 84px; height: 84px; display: grid; place-items: center; border: 4px solid currentColor; border-radius: 50%; font: 900 58px/1 var(--display); }
.disclaimer .kicker { color: rgba(0,0,0,.55); }
.disclaimer h2 { margin: 18px 0 35px; }
.disclaimer p:not(.kicker) { max-width: 860px; font-size: 15px; line-height: 1.7; }

footer { padding: 56px clamp(20px, 6vw, 92px) 25px; display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: start; }
.footer-brand p { margin: 5px 0 0; color: #737579; font: 10px var(--mono); }
.footer-links { display: flex; gap: 34px; }
.footer-links a { padding-bottom: 5px; border-bottom: 1px solid #3b3d42; font: 9px var(--mono); letter-spacing: .1em; transition: color .2s, border-color .2s; }
.footer-links a:hover { color: var(--orange); border-color: var(--orange); }
.copyright { grid-column: 1 / -1; margin: 20px 0 0; padding-top: 22px; color: #4c4e52; border-top: 1px solid var(--line); font: 8px var(--mono); letter-spacing: .12em; }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 30; padding: 15px 18px; color: var(--ink); background: var(--lime); font: 900 10px var(--mono); letter-spacing: .07em; transform: translateY(90px); opacity: 0; transition: transform .3s, opacity .3s; box-shadow: 5px 5px 0 rgba(173,255,47,.22); }
.toast.visible { transform: translateY(0); opacity: 1; }

@keyframes glitch { 0%, 88%, 100% { opacity: 0; transform: translateX(0); } 89% { opacity: .8; transform: translateX(-7px); } 91% { opacity: .8; transform: translateX(6px); } 93% { opacity: 0; } }
@keyframes blink { 50% { opacity: .35; } }
@keyframes float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-14px) rotate(1deg); } }
@keyframes haloFloat { 0%,100% { transform: rotateX(65deg) rotateZ(-8deg) translateY(0); } 50% { transform: rotateX(65deg) rotateZ(-4deg) translateY(-8px); } }
@keyframes shine { 0%, 68% { transform: translateX(0) rotate(18deg); } 85%,100% { transform: translateX(380px) rotate(18deg); } }

@media (max-width: 900px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 80px; }
  .hero-copy { position: relative; z-index: 2; }
  .hero-art { height: 440px; margin-top: -20px; }
  .section { grid-template-columns: 1fr; }
  .section-index { display: grid; grid-template-columns: 60px 1fr; gap: 15px; max-width: 230px; }
  .section-index p { margin: 0; }
  .story-grid { grid-template-columns: 1fr; }
  .token-data { grid-template-columns: 1fr 1fr; }
  .token-data div:nth-child(2) { border-right: 0; }
  .token-data div:nth-child(-n+2) { border-bottom: 1px solid #292b30; }
}

@media (max-width: 600px) {
  .site-header { height: 64px; }
  .brand { font-size: 12px; }
  .brand-mark { width: 30px; height: 30px; }
  .nav-buy { font-size: 9px; }
  .hero { min-height: auto; padding: 70px 20px 80px; }
  .glitch { font-size: clamp(67px, 22vw, 104px); }
  .ticker-row { align-items: flex-start; flex-direction: column; }
  .tagline { font-size: 35px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-art { height: 370px; transform: scale(.84); margin: -30px -45px; }
  .halo { width: 320px; }
  .coin-orbit { width: 320px; height: 320px; }
  .coin { width: 220px; height: 220px; }
  .hero-strip { width: 160%; justify-content: flex-start; padding-left: 15px; }
  .section { padding: 90px 20px; }
  .story-content h2, .thesis h2, .token h2, .disclaimer h2 { margin-bottom: 38px; }
  blockquote { padding: 32px 22px; margin-top: 45px; }
  blockquote p { font-size: 20px; }
  .meme-line { grid-template-columns: 35px 1fr 30px; min-height: 84px; }
  .meme-line p { font-size: 21px; }
  .token-data { grid-template-columns: 1fr; }
  .token-data div { min-height: 108px; border-right: 0; border-bottom: 1px solid #292b30; }
  .token-data div:nth-child(3) { border-bottom: 1px solid #292b30; }
  .contract-row { align-items: stretch; flex-direction: column; }
  .copy-button { width: 100%; }
  .disclaimer { grid-template-columns: 1fr; padding: 70px 20px; }
  .warning-icon { width: 62px; height: 62px; font-size: 44px; }
  footer { grid-template-columns: 1fr; gap: 35px; }
  .footer-links { align-items: flex-start; flex-direction: column; gap: 20px; }
  .copyright { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
