:root {
  --ink: #f4f8e8;
  --muted: #98a693;
  --black: #070a07;
  --panel: #101610;
  --green: #61ff42;
  --acid: #c8ff2d;
  --cyan: #1ce8ff;
  --line: rgba(200, 255, 45, 0.22);
  --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(--ink);
  background:
    radial-gradient(circle at 80% 15%, rgba(28, 232, 255, 0.08), transparent 27rem),
    radial-gradient(circle at 20% 55%, rgba(97, 255, 66, 0.07), transparent 34rem),
    var(--black);
  font-family: Arial, Helvetica, sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
  z-index: -1;
}

.noise {
  position: fixed;
  inset: 0;
  opacity: 0.06;
  pointer-events: none;
  z-index: 99;
  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='.5'/%3E%3C/svg%3E");
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
  font: inherit;
}

.topbar {
  width: min(1480px, calc(100% - 48px));
  margin: 0 auto;
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font: 900 20px/1 var(--display);
  letter-spacing: 0.08em;
}

.brand-mark {
  width: 44px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 2px solid var(--acid);
  border-radius: 50%;
  color: var(--acid);
  box-shadow: 0 0 22px rgba(200, 255, 45, 0.22);
}

nav {
  display: flex;
  gap: 28px;
  font: 700 12px/1 var(--mono);
  color: var(--muted);
  letter-spacing: 0.08em;
}

nav a:hover {
  color: var(--green);
}

.contract-button {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.025);
  border-radius: 999px;
  padding: 12px 18px;
  cursor: pointer;
  font: 700 11px/1 var(--mono);
  letter-spacing: 0.04em;
}

.contract-button:hover {
  border-color: var(--green);
  color: var(--green);
}

.hero {
  width: min(1480px, calc(100% - 48px));
  margin: 0 auto;
  min-height: calc(100vh - 86px);
  padding: 64px 0 80px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: clamp(38px, 7vw, 110px);
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--acid);
  font: 800 12px/1.4 var(--mono);
  letter-spacing: 0.18em;
}

.hero h1,
.section h2,
.fight-callout h2 {
  margin: 0;
  font-family: var(--display);
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(86px, 11vw, 184px);
  line-height: 0.74;
  letter-spacing: -0.035em;
  transform: skew(-3deg);
  text-shadow: 7px 7px 0 rgba(255,255,255,0.055);
}

.hero h1 span {
  display: block;
  color: var(--green);
  -webkit-text-stroke: 1px var(--green);
  text-shadow: 0 0 40px rgba(97, 255, 66, 0.22);
}

.hero-line {
  margin: 42px 0 0;
  padding-left: 18px;
  border-left: 5px solid var(--acid);
  font: 800 clamp(18px, 2.2vw, 31px)/1.05 var(--display);
  letter-spacing: 0.04em;
}

.hero-line strong {
  color: var(--acid);
}

.intro {
  max-width: 570px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.cta {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border: 1px solid var(--green);
  font: 900 14px/1 var(--mono);
  letter-spacing: 0.06em;
  cursor: pointer;
  transform: skew(-5deg);
  transition: transform 140ms ease, box-shadow 140ms ease;
}

.cta > * {
  transform: skew(5deg);
}

.cta:hover {
  transform: skew(-5deg) translateY(-3px);
  box-shadow: 8px 8px 0 rgba(97, 255, 66, 0.16);
}

.cta-primary {
  background: var(--green);
  color: #071006;
}

.cta-secondary {
  background: transparent;
}

.round-card {
  margin-top: 44px;
  max-width: 560px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 7px 18px;
  padding: 16px 20px;
  border: 1px solid rgba(255,255,255,0.13);
  background: rgba(13, 18, 13, 0.72);
  backdrop-filter: blur(10px);
  font-family: var(--mono);
}

.round-card .round-label {
  grid-row: 1 / 3;
  writing-mode: vertical-rl;
  color: var(--green);
  font-size: 10px;
  letter-spacing: 0.14em;
}

.round-card strong {
  font-size: 14px;
}

.round-card span:last-child {
  color: var(--muted);
  font-size: 11px;
}

.hero-visual {
  position: relative;
  isolation: isolate;
}

.hero-visual::before,
.hero-visual::after {
  content: "";
  position: absolute;
  z-index: -2;
  border-radius: 50%;
}

.hero-visual::before {
  inset: -8%;
  border: 1px solid rgba(97, 255, 66, 0.22);
  box-shadow: inset 0 0 80px rgba(97, 255, 66, 0.08);
}

.hero-visual::after {
  inset: -2%;
  background: conic-gradient(from 0deg, transparent, rgba(200,255,45,0.12), transparent 40%);
  animation: rotate 12s linear infinite;
}

.hero-visual img {
  display: block;
  width: 100%;
  border-radius: 2px;
  border: 1px solid rgba(255,255,255,0.18);
  filter: saturate(1.08) contrast(1.05);
  box-shadow: 0 34px 90px rgba(0,0,0,0.66);
}

.hero-visual.punched {
  animation: punch 450ms cubic-bezier(.36,.07,.19,.97);
}

.price-tag {
  position: absolute;
  top: 7%;
  right: -5%;
  display: grid;
  gap: 4px;
  background: var(--acid);
  color: #071006;
  border: 3px solid #071006;
  padding: 14px 18px;
  transform: rotate(5deg);
  box-shadow: 8px 8px 0 var(--cyan);
  font-family: var(--mono);
}

.price-tag span {
  font-size: 10px;
  font-weight: 900;
}

.price-tag strong {
  font: 900 30px/1 var(--display);
}

.stamp {
  position: absolute;
  left: -8%;
  bottom: 4%;
  padding: 13px 20px;
  border: 5px double var(--green);
  color: var(--green);
  font: 900 17px/0.95 var(--display);
  letter-spacing: 0.06em;
  transform: rotate(-7deg);
  background: rgba(5,10,5,0.88);
}

.ticker {
  overflow: hidden;
  border-block: 1px solid var(--green);
  background: var(--green);
  color: #071006;
  transform: rotate(-1deg) scale(1.015);
}

.ticker-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 15px 0;
  animation: ticker 22s linear infinite;
  font: 900 22px/1 var(--display);
  letter-spacing: 0.05em;
}

.section {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 150px 0;
}

.section-heading {
  max-width: 920px;
  margin-bottom: 58px;
}

.section-heading.center {
  max-width: none;
  text-align: center;
}

.section h2,
.fight-callout h2 {
  font-size: clamp(44px, 7vw, 92px);
  line-height: 0.92;
  letter-spacing: -0.025em;
}

.section h2 span,
.fight-callout h2 span {
  color: var(--green);
}

.lore-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 16px;
}

.lore-card {
  position: relative;
  min-height: 330px;
  padding: 32px;
  border: 1px solid rgba(255,255,255,0.12);
  background: linear-gradient(150deg, rgba(255,255,255,0.04), rgba(255,255,255,0.012));
  overflow: hidden;
}

.lore-card.featured {
  background: var(--acid);
  color: #091006;
  transform: rotate(-1.5deg);
}

.card-number {
  display: block;
  margin-bottom: 80px;
  font: 800 12px/1 var(--mono);
  opacity: 0.6;
}

.lore-card h3 {
  margin: 0 0 16px;
  font: 900 34px/0.95 var(--display);
}

.lore-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.lore-card.featured p {
  color: rgba(9,16,6,0.72);
}

.stats {
  border-top: 1px solid var(--line);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
}

.stat {
  min-height: 230px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line);
}

.stat:last-child {
  border-right: 0;
}

.stat > span,
.stat small {
  font-family: var(--mono);
  color: var(--muted);
}

.stat > span {
  font-size: 11px;
  letter-spacing: 0.14em;
}

.stat strong {
  font: 900 clamp(33px, 4vw, 58px)/0.9 var(--display);
  color: var(--acid);
}

.stat small {
  font-size: 11px;
}

.fight-callout {
  width: min(1480px, calc(100% - 48px));
  margin: 0 auto 110px;
  min-height: 480px;
  padding: clamp(36px, 7vw, 100px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  background:
    linear-gradient(110deg, rgba(4,10,4,0.98), rgba(4,10,4,0.62)),
    url("assets/quant-tyson.png") center 41% / cover;
  border: 1px solid rgba(97, 255, 66, 0.34);
  box-shadow: inset 0 0 90px rgba(97,255,66,0.08);
}

.big-bell {
  flex: 0 0 190px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #0e1a0b;
  background: var(--acid);
  color: #071006;
  box-shadow: 0 0 0 6px var(--acid), 0 18px 0 #49600c, 0 25px 50px rgba(0,0,0,0.5);
  cursor: pointer;
  font-family: var(--display);
  transform: rotate(4deg);
  transition: transform 120ms ease, box-shadow 120ms ease;
}

.big-bell span,
.big-bell strong {
  display: block;
}

.big-bell span {
  font-size: 26px;
}

.big-bell strong {
  font-size: 38px;
}

.big-bell:active {
  transform: translateY(12px) rotate(4deg);
  box-shadow: 0 0 0 6px var(--acid), 0 6px 0 #49600c, 0 15px 25px rgba(0,0,0,0.45);
}

footer {
  padding: 64px max(24px, calc((100% - 1480px) / 2));
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 34px 70px;
  border-top: 1px solid var(--line);
  background: #050705;
}

.footer-brand {
  font: 900 34px/1 var(--display);
}

.footer-brand span {
  display: block;
  color: var(--green);
}

footer p {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 13px;
}

.copyright {
  grid-column: 1 / -1;
  font-family: var(--mono);
  font-size: 10px;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 100;
  transform: translate(-50%, 140px);
  padding: 15px 22px;
  background: var(--acid);
  color: #071006;
  border: 2px solid #071006;
  box-shadow: 6px 6px 0 var(--cyan);
  font: 900 13px/1 var(--mono);
  transition: transform 260ms ease;
}

.toast.show {
  transform: translate(-50%, 0);
}

@keyframes rotate {
  to { transform: rotate(360deg); }
}

@keyframes ticker {
  to { transform: translateX(-50%); }
}

@keyframes punch {
  0%, 100% { transform: translate(0, 0) rotate(0); }
  20% { transform: translate(-7px, 3px) rotate(-0.7deg); }
  40% { transform: translate(9px, -5px) rotate(0.8deg); }
  60% { transform: translate(-5px, 6px) rotate(-0.4deg); }
  80% { transform: translate(4px, -2px) rotate(0.3deg); }
}

@media (max-width: 980px) {
  nav { display: none; }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 48px;
  }
  .hero-copy { order: 1; }
  .hero-visual { order: 2; max-width: 760px; }
  .lore-grid { grid-template-columns: 1fr; }
  .lore-card { min-height: 240px; }
  .card-number { margin-bottom: 36px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .fight-callout { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 640px) {
  .topbar,
  .hero,
  .fight-callout {
    width: min(100% - 28px, 1480px);
  }
  .topbar { min-height: 72px; }
  .brand { font-size: 16px; }
  .brand-mark { width: 36px; }
  .contract-button { display: none; }
  .hero { min-height: auto; padding: 54px 0 72px; }
  .hero h1 { font-size: clamp(74px, 25vw, 112px); }
  .hero-line { margin-top: 32px; }
  .hero-actions { flex-direction: column; }
  .cta { width: 100%; }
  .round-card { grid-template-columns: 1fr; }
  .round-card .round-label { writing-mode: initial; grid-row: initial; }
  .price-tag { right: -2%; transform: scale(0.78) rotate(5deg); transform-origin: top right; }
  .stamp { left: -1%; bottom: 2%; transform: scale(0.75) rotate(-7deg); transform-origin: bottom left; }
  .section { width: min(100% - 28px, 1240px); padding: 100px 0; }
  .section-heading { margin-bottom: 40px; }
  .section h2, .fight-callout h2 { font-size: 48px; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat { min-height: 190px; border-right: 0; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: 0; }
  .fight-callout { margin-bottom: 70px; padding: 42px 24px; }
  .big-bell { flex-basis: 150px; }
  .big-bell strong { font-size: 30px; }
  footer { grid-template-columns: 1fr; }
  .copyright { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-visual::after,
  .ticker-track { animation: none; }
  * { transition-duration: 0.01ms !important; }
}
