:root {
  --bg: #08090c;
  --bg-2: #101216;
  --steel: #9aa3ad;
  --steel-hi: #d7dde3;
  --steel-lo: #3c424a;
  --amber: #ff8a14;
  --amber-2: #ffb03a;
  --amber-dim: rgba(255, 138, 20, 0.16);
  --sol-p: #9945ff;
  --sol-g: #14f195;
  --ink: #f4f1ea;
  --muted: #a8aeb6;
  --line: rgba(214, 220, 228, 0.14);
  --danger: #c94a3a;
  --font-poster: "Anton", "Impact", sans-serif;
  --font-ui: "Rajdhani", "Segoe UI", sans-serif;
  --font-mono: "Share Tech Mono", ui-monospace, monospace;
  --font-bebas: "Bebas Neue", "Anton", sans-serif;
  --header-h: 72px;
  --max: 1180px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-ui);
  font-size: 18px;
  line-height: 1.45;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

button {
  font-family: inherit;
  cursor: pointer;
}

code {
  font-family: var(--font-mono);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  background: var(--amber);
  color: #111;
  padding: 0.6rem 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.skip-link:focus {
  top: 0.75rem;
}

:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--header-h);
  background:
    linear-gradient(180deg, rgba(18, 20, 24, 0.94), rgba(10, 11, 14, 0.88));
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.header-inner {
  max-width: calc(var(--max) + 80px);
  margin: 0 auto;
  height: 100%;
  padding: 0 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-family: var(--font-bebas);
  font-size: 1.55rem;
  letter-spacing: 0.12em;
  z-index: 60;
}

.brand img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(255, 176, 58, 0.45);
  box-shadow: 0 0 0 3px rgba(255, 138, 20, 0.12);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}

.site-nav a {
  font-family: var(--font-bebas);
  letter-spacing: 0.14em;
  font-size: 1.05rem;
  padding: 0.55rem 0.85rem;
  color: var(--steel-hi);
  border-radius: 2px;
  transition: color 0.2s var(--ease), background 0.2s var(--ease);
}

.site-nav a:hover {
  color: var(--amber-2);
}

.nav-buy {
  background: linear-gradient(180deg, var(--amber-2), var(--amber));
  color: #140c04 !important;
  margin-left: 0.45rem;
  padding: 0.62rem 1.15rem !important;
  box-shadow:
    0 0 0 1px rgba(255, 200, 90, 0.35),
    0 8px 22px rgba(255, 138, 20, 0.28);
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
}

.nav-buy:hover {
  color: #140c04 !important;
  filter: brightness(1.08);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  background: transparent;
  border: 1px solid var(--line);
  padding: 0;
  position: relative;
  z-index: 60;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
  transition: transform 0.25s var(--ease), opacity 0.2s;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-backdrop {
  display: none;
}

.hero {
  position: relative;
  min-height: calc(100svh - var(--header-h));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 55% at 70% 45%, rgba(255, 138, 20, 0.14), transparent 55%),
    radial-gradient(ellipse 50% 40% at 20% 20%, rgba(153, 69, 255, 0.07), transparent 50%),
    linear-gradient(180deg, #0c0d11 0%, #08090c 70%, #050506 100%);
}

.hero-spotlights {
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.spot {
  position: absolute;
  width: 55vw;
  height: 90vh;
  border-radius: 50%;
  filter: blur(8px);
  opacity: 0.45;
  mix-blend-mode: screen;
}

.spot-a {
  top: -30%;
  left: 8%;
  background: radial-gradient(circle, rgba(255, 214, 140, 0.28), transparent 62%);
  animation: sweep-a 18s ease-in-out infinite;
}

.spot-b {
  top: -20%;
  right: -10%;
  background: radial-gradient(circle, rgba(255, 138, 20, 0.22), transparent 60%);
  animation: sweep-b 22s ease-in-out infinite;
}

.spot-c {
  bottom: -30%;
  left: 40%;
  width: 40vw;
  height: 50vh;
  background: radial-gradient(circle, rgba(20, 241, 149, 0.06), transparent 65%);
  animation: sweep-c 26s ease-in-out infinite;
}

@keyframes sweep-a {
  0%, 100% { transform: translate(0, 0) rotate(-8deg); }
  50% { transform: translate(8%, 6%) rotate(10deg); }
}

@keyframes sweep-b {
  0%, 100% { transform: translate(0, 0) rotate(12deg); }
  50% { transform: translate(-10%, 8%) rotate(-6deg); }
}

@keyframes sweep-c {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-6%, -10%); }
}

.hero-grid {
  pointer-events: none;
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse at 70% 50%, black 20%, transparent 72%);
  opacity: 0.5;
}

.hero-cables {
  pointer-events: none;
  position: absolute;
  inset: auto 0 18% 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 138, 20, 0.35), transparent);
}

.hero-layout {
  position: relative;
  z-index: 2;
  flex: 1;
  width: min(100%, calc(var(--max) + 80px));
  margin: 0 auto;
  padding: 2.4rem 1.25rem 5.5rem;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 1rem;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 0.85rem;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.28em;
  color: var(--amber-2);
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 10px var(--amber);
  animation: blink 2.4s ease-in-out infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.25; }
}

.hero-copy h1 {
  margin: 0;
  font-family: var(--font-poster);
  font-size: clamp(4.2rem, 9vw, 8rem);
  line-height: 0.86;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-shadow:
    0 0 40px rgba(255, 138, 20, 0.2),
    3px 4px 0 rgba(0, 0, 0, 0.55);
}

.ticker-mark {
  margin: 0.35rem 0 1.15rem;
  font-family: var(--font-bebas);
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  letter-spacing: 0.22em;
  color: var(--amber);
}

.hero-lead {
  margin: 0 0 1rem;
  font-family: var(--font-poster);
  font-size: clamp(1.8rem, 3.4vw, 2.7rem);
  line-height: 0.95;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--steel-hi);
}

.hero-support {
  margin: 0 0 1.6rem;
  max-width: 28ch;
  color: var(--muted);
  font-size: 1.12rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.prelaunch-chip {
  margin: 1.15rem 0 0;
  display: inline-block;
  max-width: 100%;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: var(--steel);
  border: 1px solid var(--line);
  padding: 0.35rem 0.65rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 48px;
  padding: 0.7rem 1.2rem;
  font-family: var(--font-bebas);
  font-size: 1.12rem;
  letter-spacing: 0.14em;
  border: 1px solid transparent;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
  transition: transform 0.16s var(--ease), filter 0.16s var(--ease), background 0.16s;
  user-select: none;
}

.btn:active {
  transform: scale(0.96) translateY(2px);
  animation: punch 0.28s var(--ease);
}

@keyframes punch {
  0% { transform: scale(1); }
  40% { transform: scale(0.94) translateX(3px); }
  70% { transform: scale(1.04) translateX(-2px); }
  100% { transform: scale(0.96) translateY(2px); }
}

.btn-primary {
  background: linear-gradient(180deg, #ffc056, var(--amber));
  color: #140c04;
  box-shadow:
    0 0 0 1px rgba(255, 210, 120, 0.3),
    0 10px 28px rgba(255, 138, 20, 0.32);
}

.btn-primary:hover {
  filter: brightness(1.08);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.03);
  border-color: var(--line);
  color: var(--ink);
}

.btn-ghost:hover {
  border-color: rgba(255, 176, 58, 0.45);
  color: var(--amber-2);
}

.btn-x {
  background: transparent;
  border-color: rgba(153, 69, 255, 0.45);
  color: #d7c4ff;
}

.btn-x:hover {
  background: rgba(153, 69, 255, 0.12);
}

.btn-wide {
  min-width: min(100%, 280px);
  min-height: 54px;
}

.hero-stage {
  position: relative;
  display: grid;
  place-items: end center;
  min-height: 62vh;
}

.hud-frame {
  position: absolute;
  inset: 6% 10% 10%;
  pointer-events: none;
  opacity: 0.72;
}

.hud-corner {
  position: absolute;
  width: 42px;
  height: 42px;
  border: 2px solid rgba(255, 176, 58, 0.7);
}

.hud-corner.tl { top: 0; left: 0; border-right: 0; border-bottom: 0; }
.hud-corner.tr { top: 0; right: 0; border-left: 0; border-bottom: 0; }
.hud-corner.bl { bottom: 0; left: 0; border-right: 0; border-top: 0; }
.hud-corner.br { bottom: 0; right: 0; border-left: 0; border-top: 0; }

.hud-scan {
  position: absolute;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 176, 58, 0.85), transparent);
  animation: scan 6.5s linear infinite;
}

@keyframes scan {
  0% { top: 10%; opacity: 0; }
  8% { opacity: 1; }
  92% { opacity: 1; }
  100% { top: 88%; opacity: 0; }
}

.hud-crosshair {
  position: absolute;
  top: 42%;
  left: 58%;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 176, 58, 0.55);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.hud-crosshair::before,
.hud-crosshair::after {
  content: "";
  position: absolute;
  background: rgba(255, 176, 58, 0.7);
}

.hud-crosshair::before {
  width: 1px;
  height: 28px;
  left: 50%;
  top: -14px;
}

.hud-crosshair::after {
  height: 1px;
  width: 28px;
  top: 50%;
  left: -14px;
}

.hud-readout {
  position: absolute;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  color: rgba(255, 176, 58, 0.8);
}

.hud-readout-l { top: 4%; left: 6%; }
.hud-readout-r { top: 4%; right: 6%; }

.ring-mat {
  position: absolute;
  bottom: 4%;
  left: 50%;
  width: 78%;
  height: 14%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(255, 138, 20, 0.22), transparent 68%);
  filter: blur(6px);
}

.hero-mascot {
  position: relative;
  z-index: 2;
  width: min(100%, 640px);
  height: auto;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 28px 40px rgba(0, 0, 0, 0.55));
  animation: float 5.5s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

.ring-ropes {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 88px;
  pointer-events: none;
  z-index: 3;
}

.rope {
  position: absolute;
  left: 4%;
  right: 4%;
  height: 5px;
  border-radius: 99px;
  background: linear-gradient(90deg, #6b1c18, #e24a3a 12%, #f0c7c2 50%, #e24a3a 88%, #6b1c18);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.35);
}

.r1 { bottom: 58px; }
.r2 { bottom: 36px; }
.r3 { bottom: 14px; }

.post {
  position: absolute;
  bottom: 0;
  width: 14px;
  height: 86px;
  background: linear-gradient(90deg, #2b2e33, #c5c9ce 40%, #6d737a 70%, #1c1e22);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.4);
}

.post.left { left: 3%; }
.post.right { right: 3%; }

.tape {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    repeating-linear-gradient(
      -45deg,
      rgba(255, 138, 20, 0.09),
      rgba(255, 138, 20, 0.09) 8px,
      rgba(8, 9, 12, 0.9) 8px,
      rgba(8, 9, 12, 0.9) 16px
    );
}

.tape-track {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  white-space: nowrap;
  padding: 0.7rem 0;
  width: max-content;
  animation: marquee 38s linear infinite;
  font-family: var(--font-bebas);
  letter-spacing: 0.18em;
  font-size: 1.05rem;
  color: var(--ink);
}

.tape-track i {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--amber);
  transform: rotate(45deg);
  box-shadow: 0 0 10px var(--amber);
}

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

.ca-strip {
  padding: 2.4rem 1.25rem 1rem;
}

.ticket {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 110px 1fr;
  background:
    linear-gradient(180deg, #1b1e24, #121418);
  border: 1px solid rgba(214, 220, 228, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 24px 50px rgba(0, 0, 0, 0.4);
  position: relative;
}

.ticket::before,
.ticket::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: var(--bg);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.ticket::before { left: 99px; box-shadow: inset -1px 0 0 var(--line); }
.ticket::after { right: -11px; }

.ticket-stub {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  border-right: 2px dashed rgba(255, 176, 58, 0.35);
  background: linear-gradient(180deg, rgba(255, 138, 20, 0.12), transparent);
  font-family: var(--font-mono);
  letter-spacing: 0.18em;
}

.ticket-stub strong {
  font-family: var(--font-poster);
  font-size: 2.2rem;
  letter-spacing: 0;
  color: var(--amber);
}

.stub-round,
.stub-chain {
  font-size: 0.68rem;
  color: var(--steel);
}

.ticket-body {
  padding: 1.1rem 1.4rem 1.15rem;
}

.ticket-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.ticket-label {
  margin: 0;
  font-family: var(--font-bebas);
  letter-spacing: 0.22em;
  color: var(--amber-2);
  font-size: 1rem;
}

.ticket-badge {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  color: #111;
  background: var(--amber);
  padding: 0.2rem 0.45rem;
}

.ticket-row {
  margin-top: 0.55rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.ca-value {
  flex: 1 1 180px;
  min-width: 0;
  font-size: clamp(1.05rem, 2.4vw, 1.7rem);
  color: var(--ink);
  overflow-wrap: anywhere;
  word-break: break-word;
  background: transparent;
}

.btn-copy {
  background: #eceff3;
  color: #111;
  min-width: 108px;
  border: 0;
}

.btn-copy.is-copied {
  background: var(--sol-g);
  color: #062014;
}

.ticket-meta {
  margin: 0.55rem 0 0;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: var(--steel);
}

.story,
.fight-card,
.scoreboard,
.enter {
  max-width: calc(var(--max) + 80px);
  margin: 0 auto;
  padding: 4.5rem 1.25rem 1.5rem;
}

.section-kicker {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  color: var(--amber);
}

.kicker-rule {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 138, 20, 0.7), transparent);
}

.section-title {
  margin: 0.45rem 0 0.5rem;
  font-family: var(--font-poster);
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  letter-spacing: 0.03em;
  line-height: 0.9;
}

.section-sub {
  margin: 0 0 2rem;
  max-width: 46ch;
  color: var(--muted);
}

.matchup {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1.1rem;
  align-items: stretch;
}

.corner {
  padding: 1.4rem 1.3rem 1.2rem;
  background:
    linear-gradient(160deg, rgba(36, 40, 48, 0.9), rgba(12, 13, 16, 0.92));
  border: 1px solid var(--line);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.corner-red {
  border-top: 3px solid var(--danger);
}

.corner-amber {
  border-top: 3px solid var(--amber);
}

.corner-tag {
  margin: 0 0 0.4rem;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  color: var(--steel);
}

.corner h3 {
  margin: 0 0 1rem;
  font-family: var(--font-poster);
  font-size: 3rem;
  line-height: 0.9;
  letter-spacing: 0.04em;
}

.corner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.corner li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0;
  border-top: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}

.corner li span {
  color: var(--steel);
}

.vs-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-width: 210px;
  text-align: center;
}

.vs-mark {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 2px solid var(--amber);
  background:
    radial-gradient(circle at 35% 30%, #3a3e46, #121418);
  color: var(--amber-2);
  font-family: var(--font-poster);
  font-size: 2rem;
  letter-spacing: 0.04em;
  box-shadow: 0 0 24px rgba(255, 138, 20, 0.25);
}

.vs-mark.is-hit {
  animation: shake 0.32s ease-in-out;
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  20% { transform: translateX(-4px) rotate(-1deg); }
  50% { transform: translateX(4px) rotate(1deg); }
  80% { transform: translateX(-2px); }
}

.vs-copy {
  margin: 0;
  font-family: var(--font-poster);
  font-size: 1.25rem;
  line-height: 1.15;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  max-width: 16ch;
}

.story-punchline {
  margin: 2rem 0 0;
  font-family: var(--font-poster);
  font-size: clamp(1.4rem, 3vw, 2rem);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--steel-hi);
}

.stat-board {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
}

.stat {
  padding: 1.2rem 1rem 1.05rem;
  background:
    linear-gradient(180deg, #1a1d23, #101216);
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}

.stat::after {
  content: "";
  position: absolute;
  right: 0.8rem;
  top: 0.8rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 8px var(--amber);
  animation: blink 2.8s ease-in-out infinite;
}

.stat-label {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  color: var(--steel);
  margin-bottom: 0.45rem;
}

.stat strong {
  font-family: var(--font-poster);
  font-size: clamp(1.7rem, 3.5vw, 2.5rem);
  letter-spacing: 0.04em;
  line-height: 1;
}

.banner-break {
  margin: 3.5rem 0 1rem;
}

.banner-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  height: clamp(220px, 38vw, 460px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
}

.banner-bleed::before,
.banner-bleed::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.banner-bleed::before {
  background: linear-gradient(90deg, rgba(8, 9, 12, 0.55), transparent 18%, transparent 82%, rgba(8, 9, 12, 0.55));
}

.banner-bleed::after {
  background: linear-gradient(180deg, rgba(8, 9, 12, 0.25), transparent 30%, transparent 70%, rgba(8, 9, 12, 0.45));
}

.banner-art {
  width: 100%;
  height: 130%;
  object-fit: cover;
  object-position: center 40%;
  will-change: transform;
}

.dex-shell {
  border: 1px solid var(--line);
  background: #0c0e12;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
}

.dex-bar {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex-wrap: wrap;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  color: var(--steel);
}

.dex-bar .btn {
  margin-left: auto;
}

.dex-frame {
  position: relative;
  width: 100%;
  min-height: 420px;
  aspect-ratio: 16 / 9;
  background: #0b0c0f;
}

.dex-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.steps {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  counter-reset: none;
}

.step {
  padding: 1.4rem 1.2rem 1.3rem;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(26, 29, 35, 0.9), rgba(10, 11, 14, 0.9));
  min-height: 100%;
}

.step-num {
  display: block;
  font-family: var(--font-poster);
  font-size: 2.4rem;
  color: var(--amber);
  line-height: 1;
}

.step h3 {
  margin: 0.4rem 0 0.5rem;
  font-family: var(--font-bebas);
  letter-spacing: 0.12em;
  font-size: 1.6rem;
}

.step p {
  margin: 0;
  color: var(--muted);
}

.finale {
  position: relative;
  text-align: center;
  padding: 5rem 1.25rem 4.5rem;
  overflow: hidden;
}

.finale-glow {
  position: absolute;
  left: 50%;
  top: 12%;
  width: min(70vw, 640px);
  height: 420px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(255, 138, 20, 0.22), transparent 65%);
  pointer-events: none;
}

.finale-mascot {
  position: relative;
  width: min(420px, 78vw);
  margin: 0 auto 1.2rem;
  object-fit: contain;
  filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.5));
  animation: float 6s ease-in-out infinite;
}

.finale h2 {
  position: relative;
  margin: 0;
  font-family: var(--font-poster);
  font-size: clamp(3rem, 8vw, 6.2rem);
  line-height: 0.88;
  letter-spacing: 0.02em;
}

.finale-sub {
  margin: 0.7rem 0 0.2rem;
  font-family: var(--font-bebas);
  letter-spacing: 0.18em;
  color: var(--amber-2);
  font-size: clamp(1.1rem, 2.4vw, 1.5rem);
}

.finale-ticker {
  margin: 0.2rem 0 1.4rem;
  font-family: var(--font-poster);
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  letter-spacing: 0.08em;
  color: var(--steel-hi);
}

.finale-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 2.2rem 1.25rem 2.8rem;
  background: #07080a;
}

.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
}

.footer-mark {
  margin: 0 0 0.4rem;
  font-family: var(--font-bebas);
  letter-spacing: 0.16em;
  font-size: 1.15rem;
}

.site-footer a {
  color: var(--amber-2);
  font-family: var(--font-mono);
  font-size: 0.9rem;
}

.disclaimer {
  margin: 1rem 0 0;
  color: var(--steel);
  font-size: 0.86rem;
  max-width: 72ch;
  line-height: 1.5;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

.reveal.is-in {
  opacity: 1;
  transform: none;
}

.nav-open body,
body.nav-open {
  overflow: hidden;
}

@media (max-width: 980px) {
  .hero-layout {
    grid-template-columns: 1fr;
    padding-bottom: 6rem;
    text-align: left;
  }

  .hero-stage {
    order: -1;
    min-height: 0;
  }

  .hero-mascot {
    width: min(100%, 460px);
    max-height: 58vh;
  }

  .hud-frame {
    inset: 2% 12% 8%;
  }

  .matchup,
  .stat-board,
  .steps {
    grid-template-columns: 1fr 1fr;
  }

  .vs-block {
    grid-column: 1 / -1;
    min-width: 0;
  }

  .dex-bar .btn {
    margin-left: 0;
  }
}

@media (max-width: 760px) {
  :root {
    --header-h: 64px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 40;
  }

  .nav-backdrop[hidden] {
    display: none;
  }

  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    height: 100dvh;
    width: min(82vw, 340px);
    background: #121418;
    border-left: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
    padding: calc(var(--header-h) + 1rem) 1.1rem 1.5rem;
    gap: 0.35rem;
    transform: translateX(110%);
    transition: transform 0.28s var(--ease);
    z-index: 55;
  }

  .site-nav.is-open {
    transform: none;
  }

  .site-nav a {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 0.85rem 0.9rem;
    border-bottom: 1px solid var(--line);
  }

  .nav-buy {
    margin: 0.6rem 0 0;
    justify-content: center;
  }

  .ticket {
    grid-template-columns: 1fr;
  }

  .ticket::before {
    display: none;
  }

  .ticket-stub {
    flex-direction: row;
    justify-content: space-between;
    padding: 0.7rem 1rem;
    border-right: 0;
    border-bottom: 2px dashed rgba(255, 176, 58, 0.35);
  }

  .matchup,
  .stat-board,
  .steps {
    grid-template-columns: 1fr;
  }

  .hero-actions .btn,
  .finale-actions .btn {
    flex: 1 1 160px;
  }

  .banner-bleed {
    height: 210px;
  }
}

@media (max-width: 480px) {
  .hero-copy h1 {
    font-size: 3.4rem;
  }

  .hero-mascot {
    max-height: 52vh;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .spot,
  .hero-mascot,
  .finale-mascot,
  .hud-scan,
  .tape-track,
  .status-dot,
  .stat::after {
    animation: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .btn:active,
  .vs-mark.is-hit {
    animation: none !important;
  }
}
