@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700;800&family=Teko:wght@500;700&display=swap');

:root {
  --bg: #050812;
  --ink: #f6f8ff;
  --muted: #b8c6df;
  --line: #263c62;
  --panel: #0b1725;
  --panel-strong: #10283a;
  --orange: #ff7a1a;
  --cyan: #22d8ff;
  --violet: #9d6dff;
  --menu-purple: #23003f;
  --menu-panel: #233777;
  --menu-panel-deep: #121f51;
  --menu-panel-dark: #0e1734;
  --menu-border: #3b63ba;
  --menu-border-hot: #ffd2a5;
  --menu-hot: linear-gradient(105deg, #ff8b2b 0%, #ff3f39 100%);
  --menu-blue: linear-gradient(105deg, #25afd1 0%, #0d61e7 100%);
  --menu-purple-fill: linear-gradient(105deg, #8b26c6 0%, #d82186 100%);
  --edge: clamp(12px, 2vw, 28px);
  --wide-edge: clamp(18px, 4.2vw, 72px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: 'Barlow Condensed', sans-serif;
  color: var(--ink);
  background:
    linear-gradient(90deg, #25003f 0%, #17002e 17%, #111f50 17%, #253979 100%);
}

.arenaGlow,
.scanGrid {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.arenaGlow {
  background:
    linear-gradient(90deg, #6f22d21a 0%, transparent 20%),
    linear-gradient(180deg, #1c5fff18 0%, transparent 42%),
    linear-gradient(135deg, transparent 0%, #d52bd317 100%);
}

.scanGrid {
  opacity: 0.14;
  background-image:
    linear-gradient(to right, #ffffff0e 1px, transparent 1px),
    linear-gradient(to bottom, #ffffff0c 1px, transparent 1px);
  background-size: 18px 18px;
  mask-image: none;
}

.shell {
  position: relative;
  z-index: 1;
  display: block;
}

.brandWrap {
  display: inline-flex;
}

.brand {
  width: clamp(112px, 14vw, 170px);
  height: auto;
}

body .siteHeaderBar {
  padding: 10px var(--edge);
}

body .siteSubnav {
  padding: 0 var(--edge) 9px;
}

h1,
h2,
h3,
p,
figure {
  margin: 0;
}

h1,
h2,
h3 {
  font-family: 'Teko', sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

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

.eyebrow,
.modeKicker {
  color: #8de9ff;
  font-size: clamp(0.86rem, 1.1vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.playBtn,
.ghostBtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 11px 17px;
  border-radius: 0;
  overflow: hidden;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  transition: transform 140ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

.playBtn {
  color: #160903;
  background: var(--menu-hot);
  border: 2px solid var(--menu-border-hot);
  box-shadow: 0 12px 26px #ff4a252c;
}

.playBtn::after,
.ghostBtn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, transparent 54%, #ffffff18 55%, #ffffff18 72%, transparent 73%);
  pointer-events: none;
}

.playBtn:hover,
.ghostBtn:hover {
  transform: translateY(-1px);
}

.playBtn:hover {
  box-shadow: 0 14px 30px #ff4a2540;
}

.playBtn.large {
  min-height: 48px;
  padding-inline: 22px;
  font-size: 1.08rem;
}

.ghostBtn {
  color: #f7fbff;
  background: linear-gradient(180deg, #273373 0%, #1b275e 100%);
  border: 2px solid #7d55d8;
  box-shadow: 0 10px 24px #5d3dce24;
}

.ghostBtn:hover {
  background: linear-gradient(180deg, #33458c 0%, #243472 100%);
  border-color: #b48cff;
}

.hero {
  display: grid;
  grid-template-columns: minmax(330px, 42%) minmax(0, 1fr);
  min-height: clamp(330px, 48vh, 560px);
  overflow: hidden;
  position: relative;
  background: #050814;
  border-bottom: 1px solid #18253f;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #23003f22 0%, transparent 42%),
    linear-gradient(135deg, transparent 0%, #ff7a1a16 100%);
  pointer-events: none;
  z-index: 0;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #030714 0%,
    #040a1a 31%,
    #040a1af2 40%,
    #040a1ad4 49%,
    #040a1a8f 58%,
    #040a1a00 74%
  );
  pointer-events: none;
  z-index: 1;
}

.heroCopy,
.heroMedia {
  position: relative;
  z-index: 2;
  animation: rise-in 420ms ease-out both;
}

.heroCopy {
  display: grid;
  justify-items: center;
  align-self: center;
  padding: clamp(26px, 4vw, 58px) var(--wide-edge);
  text-align: center;
  z-index: 4;
}

.heroCopy > * {
  position: relative;
  z-index: 2;
}

.heroCopy::after {
  content: '';
  position: absolute;
  top: 0;
  right: clamp(-185px, -12vw, -280px);
  bottom: 0;
  width: clamp(260px, 24vw, 460px);
  background: linear-gradient(
    90deg,
    #040a1a 0%,
    #040a1a 34%,
    #040a1af2 50%,
    #040a1abc 70%,
    #040a1a00 100%
  );
  pointer-events: none;
  z-index: 1;
}

.heroMedia {
  min-height: 100%;
  margin-left: clamp(-38px, -4.2vw, -82px);
  z-index: 3;
}

.heroLogo {
  display: block;
  width: clamp(250px, 32vw, 520px);
  max-width: 100%;
  height: auto;
  margin: 10px auto 12px;
  filter: drop-shadow(0 12px 30px #000b);
}

h1 {
  max-width: 12ch;
  font-size: clamp(2.4rem, 5.4vw, 5.4rem);
  line-height: 0.9;
  text-shadow: 0 4px 24px #02050f;
}

.heroActions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.heroVideo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #090d17;
}

.heroMedia::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, #02061100 55%, #020611cf 100%),
    linear-gradient(
      90deg,
      #030714 0%,
      #030714 20%,
      #030714f0 36%,
      #030714a3 56%,
      #03071400 82%
    );
  pointer-events: none;
}

.heroMediaMeta {
  position: absolute;
  left: 14px;
  bottom: 12px;
  z-index: 1;
}

.heroMediaMeta p {
  color: #93cfff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8rem;
}

.ticker {
  overflow: hidden;
  position: relative;
  border-top: 2px solid var(--menu-border);
  border-bottom: 2px solid var(--menu-border);
  background: #080c16;
}

.ticker .adLink {
  display: block;
}

.ticker .adLink.is-disabled {
  pointer-events: none;
  cursor: default;
}

.ticker img,
.ticker .adVideo {
  width: 100%;
  display: block;
  height: clamp(76px, 7vw, 118px);
  object-fit: cover;
  opacity: 1;
  transition: opacity 220ms ease;
  filter: saturate(1.14) contrast(1.08);
}

.ticker img.is-fading,
.ticker .adVideo.is-fading {
  opacity: 0;
}

.ticker .adVideo.hidden,
.ticker img.hidden {
  display: none;
}

.sponsorTag {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 2;
  background: #05070c;
  color: #ffffff;
  border: 1px solid #ffffffa8;
  border-radius: 0;
  padding: 5px 10px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.introBand {
  padding: clamp(26px, 4vw, 56px) var(--edge) clamp(18px, 2.8vw, 36px);
  text-align: center;
  background:
    linear-gradient(180deg, #273373 0%, #1a2b67 100%);
  border-bottom: 2px solid var(--menu-border);
}

.introInner {
  width: min(100%, 1080px);
  margin-inline: auto;
}

.introBand h2 {
  margin-top: 8px;
  font-size: clamp(2.9rem, 7vw, 6.4rem);
  line-height: 0.86;
}

.introBand p:last-child {
  max-width: 760px;
  margin: 12px auto 0;
  color: #dce8fb;
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  font-weight: 700;
  line-height: 1.12;
}

.modesFlow {
  background:
    linear-gradient(90deg, #1f0038 0%, #1f0038 16px, transparent 16px),
    linear-gradient(180deg, #1c2d67 0%, #17275d 100%);
  border-bottom: 2px solid var(--menu-border);
}

.modeSection {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(360px, 1.1fr);
  align-items: center;
  gap: clamp(18px, 4vw, 70px);
  padding: clamp(20px, 3.6vw, 52px) var(--wide-edge);
}

.modeSection + .modeSection {
  padding-top: clamp(14px, 2.5vw, 34px);
}

.modeSection.is-reversed {
  grid-template-columns: minmax(360px, 1.06fr) minmax(260px, 0.94fr);
}

.modeSection.is-reversed .modeCopy {
  order: 2;
}

.modeSection.is-reversed .modeArt {
  order: 1;
}

.modeCopy {
  display: grid;
  align-content: center;
  justify-items: start;
}

.modeSection.is-reversed .modeCopy {
  justify-items: end;
  text-align: right;
}

.modeCopy h2 {
  margin-top: 8px;
  font-size: clamp(3rem, 6.3vw, 6.2rem);
  line-height: 0.86;
}

.modeCopy p:not(.modeKicker) {
  max-width: 560px;
  margin-top: 10px;
  color: #edf5ff;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 700;
  line-height: 1.05;
  text-wrap: balance;
}

.modeCopy a {
  margin-top: 20px;
  color: #f7fbff;
  background: var(--menu-blue);
  border: 2px solid #2d72dc;
  border-radius: 0;
  padding: 10px 14px;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 10px 24px #196bff2b;
  transition: transform 140ms ease, background 160ms ease;
}

.modeCopy a:hover {
  transform: translateY(-1px);
  background: linear-gradient(105deg, #3cc7e8 0%, #2477ff 100%);
}

.modeArt {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
}

.modeArt::before {
  content: '';
  position: absolute;
  inset: 6%;
  background: linear-gradient(180deg, #7331e53a 0%, #1c67ff22 100%);
  border: 2px solid #6d44d3;
  filter: none;
  pointer-events: none;
}

.modeArt img {
  position: relative;
  display: block;
  width: min(100%, 640px);
  height: auto;
  filter: drop-shadow(0 20px 34px #0009);
}

.oniballArt img {
  width: min(100%, 610px);
}

.championshipBand {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(22px, 4vw, 70px);
  padding: clamp(34px, 5vw, 84px) var(--wide-edge) clamp(54px, 7vw, 110px);
  background:
    linear-gradient(180deg, #233777 0%, #17275d 100%);
  border-top: 2px solid var(--menu-border);
  border-bottom: 2px solid var(--menu-border);
}

.championshipCopy {
  display: grid;
  justify-items: start;
}

.championshipCopy h2 {
  margin-top: 8px;
  font-size: clamp(2.8rem, 5.3vw, 5.6rem);
  line-height: 0.87;
}

.championshipCopy p:not(.eyebrow) {
  max-width: 560px;
  margin-top: 12px;
  color: #edf5ff;
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  font-weight: 700;
  line-height: 1.1;
}

.eventDate {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  margin-top: 20px;
  padding: 12px 18px;
  color: #170903;
  background: var(--orange);
  border: 2px solid var(--menu-border-hot);
  border-radius: 0;
  font-size: clamp(1.1rem, 1.45vw, 1.35rem);
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 12px 24px #ff7a1a2f;
  transition: transform 140ms ease, background 160ms ease;
}

.eventDate:hover {
  transform: translateY(-1px);
  background: #ff9544;
}

.championshipMedia {
  min-width: 0;
}

.championshipMedia img {
  display: block;
  width: 100%;
  height: auto;
  border: 2px solid var(--menu-border);
  box-shadow: 0 20px 44px #0008;
}

@keyframes rise-in {
  from {
    transform: translateY(14px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero::after {
    background: linear-gradient(180deg, #040915 0%, #061024d9 28%, #06102420 62%, #06102400 100%);
  }

  .heroCopy {
    padding: 28px var(--edge) 18px;
  }

  .heroCopy::after {
    content: none;
  }

  .heroMedia {
    min-height: clamp(260px, 54vw, 460px);
    margin-left: 0;
  }

  .heroMedia::after {
    background:
      linear-gradient(180deg, #03071400 48%, #030714d4 100%),
      linear-gradient(90deg, #0307149c 0%, #03071440 45%, #03071400 100%);
  }

  h1 {
    max-width: 14ch;
  }

  .modeSection,
  .modeSection.is-reversed,
  .championshipBand {
    grid-template-columns: 1fr;
  }

  .modeSection,
  .championshipBand {
    padding-inline: var(--edge);
  }

  .modeSection.is-reversed .modeCopy,
  .modeSection.is-reversed .modeArt {
    order: initial;
  }

  .modeSection.is-reversed .modeCopy {
    justify-items: start;
    text-align: left;
  }

  .modeArt img,
  .oniballArt img {
    width: min(100%, 560px);
  }

  .championshipBand {
    gap: 24px;
  }
}

@media (max-width: 640px) {
  .siteHeaderCta {
    width: 100%;
  }

  .heroLogo {
    width: min(100%, 320px);
  }

  .heroActions {
    width: 100%;
  }

  .heroActions a {
    flex: 1 1 150px;
  }

  .introBand {
    text-align: left;
  }

  .introInner {
    margin-inline: 0;
  }

  .introBand p:last-child {
    margin-inline: 0;
    text-wrap: auto;
  }

  .modeSection {
    gap: 20px;
    padding-block: 30px;
  }

  .modeSection + .modeSection {
    padding-top: 12px;
  }

  .modeCopy p:not(.modeKicker),
  .championshipCopy p:not(.eyebrow) {
    text-wrap: auto;
  }

  .ticker img,
  .ticker .adVideo {
    height: 70px;
  }
}
