:root {
  --ink: #08070c;
  --ink-soft: #12101a;
  --panel: #171421;
  --paper: #f1eff5;
  --paper-muted: #dad6e2;
  --violet: #7b4dff;
  --violet-light: #a78bff;
  --magenta: #d92fff;
  --gold: #d8aa48;
  --line: rgb(255 255 255 / 14%);
  --max: 1480px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: #fff;
  background: var(--ink);
  font-family: "Trebuchet MS", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, video { display: block; max-width: 100%; }
a { color: inherit; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--ink);
  background: #fff;
  transform: translateY(-150%);
}

.skip-link:focus { transform: none; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(100% - 64px, var(--max));
  height: 92px;
  border-bottom: 1px solid var(--line);
  transform: translateX(-50%);
}

.brand {
  display: flex;
  align-items: center;
  width: max-content;
  text-decoration: none;
}

.brand img {
  width: 174px;
  height: auto;
}

nav { display: flex; gap: 38px; }

nav a,
.header-cta,
.text-link {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-decoration: none;
}

nav a { color: #c7c2ce; }
nav a:hover { color: #fff; }

.header-cta {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 18px;
}

.header-cta span { color: var(--violet-light); }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  align-items: center;
  gap: clamp(36px, 5vw, 88px);
  min-height: 100svh;
  padding: 132px max(32px, calc((100vw - var(--max)) / 2)) 92px;
  isolation: isolate;
  overflow: hidden;
}

.hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 76% 44%, rgb(123 77 255 / 19%), transparent 35%),
    linear-gradient(rgb(255 255 255 / 3%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 3%) 1px, transparent 1px);
  background-size: auto, 72px 72px, 72px 72px;
  mask-image: linear-gradient(to bottom, #000 0 78%, transparent);
}

.hero::after {
  position: absolute;
  z-index: -1;
  right: 8%;
  width: min(48vw, 760px);
  aspect-ratio: 1;
  border: 1px solid rgb(167 139 255 / 18%);
  border-radius: 50%;
  box-shadow: 0 0 120px rgb(123 77 255 / 10%);
  content: "";
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 28px;
  color: var(--violet-light);
  font-family: Consolas, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 24px;
  height: 2px;
  background: currentColor;
}

.eyebrow.dark { color: #5c38c9; }

h1,
h2,
.showcase h3 {
  margin: 0;
  font-family: Impact, "Arial Black", sans-serif;
  font-weight: 400;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  font-size: clamp(54px, 6.2vw, 116px);
  line-height: .9;
}

h1 em,
.closing h2 em {
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1.5px var(--violet-light);
}

.hero-intro {
  max-width: 590px;
  margin: 34px 0 0;
  color: #aaa4b3;
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  min-width: 230px;
  padding: 17px 20px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none;
}

.button-primary {
  background: linear-gradient(105deg, var(--violet), #6635f5);
  box-shadow: 0 14px 38px rgb(123 77 255 / 20%);
}

.button-primary:hover { background: linear-gradient(105deg, #8c64ff, var(--violet)); }
.text-link { border-bottom: 1px solid #6b6572; padding-bottom: 5px; }
.text-link:hover { border-color: var(--violet-light); }

.arena { position: relative; padding: 7.5% 0; }

.arena-frame {
  position: absolute;
  inset: -2% 5%;
  border: 1px solid rgb(167 139 255 / 36%);
  clip-path: polygon(9% 0, 91% 0, 100% 18%, 100% 82%, 91% 100%, 9% 100%, 0 82%, 0 18%);
  filter: drop-shadow(0 0 34px rgb(123 77 255 / 20%));
}

.arena-frame::before,
.arena-frame::after {
  position: absolute;
  inset: 5%;
  border: 1px solid rgb(167 139 255 / 16%);
  content: "";
}

.arena-frame::after { inset: 10%; }

.match-card {
  position: relative;
  z-index: 2;
  padding: 6px;
  background: #171421;
  box-shadow: 0 40px 100px rgb(0 0 0 / 55%);
  clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
}

.match-card-top {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 14px;
  color: #aaa4b3;
  font-family: Consolas, monospace;
  font-size: 9px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.match-card-top span { display: flex; align-items: center; gap: 8px; }
.match-card-top i { width: 6px; height: 6px; border-radius: 50%; background: #5ee6a8; box-shadow: 0 0 10px #5ee6a8; }
.match-card-top b { color: #c8c2d2; font-weight: 400; }
.match-card-top strong { margin: 0 8px; color: #fff; }
.match-card video { width: 100%; background: #050409; }

.arena-note {
  margin: 18px 1% 0 0;
  color: #777180;
  font-family: Consolas, monospace;
  font-size: 9px;
  letter-spacing: .08em;
  text-align: right;
  text-transform: uppercase;
}

.hero-index {
  position: absolute;
  bottom: 26px;
  left: max(32px, calc((100vw - var(--max)) / 2));
  display: flex;
  gap: 32px;
  color: #5e5867;
  font-family: Consolas, monospace;
  font-size: 9px;
  letter-spacing: .12em;
}

.ticker {
  overflow: hidden;
  border-block: 1px solid #d4cfda;
  color: var(--ink);
  background: var(--paper);
}

.ticker div {
  display: flex;
  align-items: center;
  gap: 38px;
  width: max-content;
  padding: 18px 0;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 18px;
  letter-spacing: .06em;
  text-transform: uppercase;
  animation: ticker 22s linear infinite;
}

.ticker i { color: var(--violet); font-size: 9px; }

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

.game-section {
  padding: 112px max(32px, calc((100vw - var(--max)) / 2)) 130px;
  color: var(--ink);
  background: var(--paper);
}

.section-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.section-kicker {
  max-width: 320px;
  margin: 0;
  color: #625d69;
  line-height: 1.5;
}

.game-title-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 40px;
  margin: 24px 0 76px;
  padding-bottom: 42px;
  border-bottom: 1px solid #c7c2cc;
}

.game-title-wrap h2 {
  font-size: clamp(70px, 12vw, 190px);
  line-height: .76;
}

.game-title-wrap h2 span { color: var(--violet); }

.game-title-wrap > p {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.55;
  text-align: right;
  text-transform: uppercase;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 112px;
}

.feature {
  position: relative;
  min-height: 280px;
  padding: 18px 42px 20px 0;
  border-top: 2px solid var(--ink);
}

.feature + .feature {
  padding-left: 42px;
  border-left: 1px solid #cbc6d0;
}

.feature-mark {
  display: grid;
  width: 30px;
  height: 30px;
  margin-bottom: 52px;
  border: 1px solid #9b94a1;
  border-radius: 50%;
  place-items: center;
  color: #655f6b;
  font-family: Consolas, monospace;
  font-size: 10px;
}

.feature h3 {
  margin: 0 0 14px;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(28px, 2.4vw, 42px);
  font-weight: 400;
  letter-spacing: -.01em;
  text-transform: uppercase;
}

.feature p {
  max-width: 390px;
  margin: 0;
  color: #625d69;
  line-height: 1.65;
}

.showcase {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  background: var(--ink-soft);
  clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
}

.showcase-copy { padding: clamp(42px, 5vw, 80px); color: #fff; }
.showcase h3 { max-width: 450px; font-size: clamp(48px, 5vw, 82px); line-height: .94; }
.showcase-copy > p:not(.eyebrow) { max-width: 430px; margin: 28px 0 38px; color: #aaa4b3; line-height: 1.7; }
.showcase ul { margin: 0; padding: 0; list-style: none; }
.showcase li { display: flex; gap: 22px; padding: 12px 0; border-top: 1px solid var(--line); color: #d0cbd5; font-size: 13px; }
.showcase li span { color: var(--violet-light); font-family: Consolas, monospace; }

.showcase-media {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: clamp(24px, 4vw, 60px);
  background: radial-gradient(circle at center, rgb(123 77 255 / 28%), transparent 68%);
}

.showcase-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 2501 / 1397;
  border: 1px solid #393342;
  object-fit: contain;
  box-shadow: 0 26px 70px rgb(0 0 0 / 48%);
}

.showcase-media figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 8px 12px;
  color: #aaa4b3;
  background: rgb(8 7 12 / 82%);
  font-family: Consolas, monospace;
  font-size: 9px;
  text-transform: uppercase;
}

.gallery {
  width: 100%;
  margin: 90px auto 0;
}

.gallery-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 28px;
}

.gallery-heading .eyebrow { margin-bottom: 16px; }
.gallery-heading h3 {
  margin: 0;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(38px, 4.2vw, 64px);
  font-weight: 400;
  line-height: .95;
  text-transform: uppercase;
}

.carousel-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.carousel-controls > span {
  margin-right: 14px;
  color: #716b78;
  font-family: Consolas, monospace;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.carousel-controls a {
  display: grid;
  width: 46px;
  height: 46px;
  border: 1px solid #aaa4af;
  color: var(--ink);
  background: transparent;
  font-family: Consolas, monospace;
  font-size: 11px;
  text-decoration: none;
  place-items: center;
}

.carousel-controls a:hover {
  border-color: var(--violet);
  color: var(--violet);
}

.gallery-track {
  display: flex;
  gap: 18px;
  padding: 0 0 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-color: var(--violet) #d8d3df;
  scrollbar-width: thin;
  cursor: grab;
}

.gallery-track.is-dragging {
  scroll-snap-type: none;
  cursor: grabbing;
}

.gallery-track::-webkit-scrollbar { height: 5px; }
.gallery-track::-webkit-scrollbar-track { background: #d8d3df; }
.gallery-track::-webkit-scrollbar-thumb { background: var(--violet); }

.gallery figure {
  flex: 0 0 min(76%, 860px);
  margin: 0;
  padding: 8px 8px 12px;
  color: #fff;
  background: var(--ink-soft);
  scroll-snap-align: start;
  scroll-margin-top: 110px;
}
.gallery img {
  width: 100%;
  height: auto;
  aspect-ratio: 2501 / 1397;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}
.gallery figcaption { display: flex; justify-content: space-between; gap: 20px; padding: 15px 8px 4px; }
.gallery figcaption b { text-transform: uppercase; }
.gallery figcaption i {
  margin-right: 14px;
  color: var(--violet-light);
  font-family: Consolas, monospace;
  font-size: 10px;
  font-style: normal;
}
.gallery figcaption span { color: #9f99a7; }

.studio-section {
  position: relative;
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 12vw;
  min-height: 720px;
  padding: 150px max(32px, calc((100vw - var(--max)) / 2));
  overflow: hidden;
}

.studio-section::before {
  position: absolute;
  right: -10%;
  bottom: -55%;
  width: 70vw;
  aspect-ratio: 1;
  border: 1px solid rgb(167 139 255 / 12%);
  border-radius: 50%;
  box-shadow: 0 0 160px rgb(123 77 255 / 10%);
  content: "";
}

.studio-symbol {
  position: absolute;
  right: 0;
  bottom: -13%;
  color: rgb(123 77 255 / 4%);
  font-family: Impact, sans-serif;
  font-size: min(65vw, 920px);
  line-height: .8;
  transform: skewX(-10deg);
}

.studio-copy { position: relative; z-index: 1; }
.studio-copy h2 { max-width: 1000px; font-size: clamp(58px, 7vw, 112px); line-height: .93; }
.studio-copy > p:last-child { max-width: 650px; margin: 38px 0 0; color: #aaa4b3; font-size: 18px; line-height: 1.7; }

.studio-status {
  position: relative;
  z-index: 1;
  align-self: end;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0 28px;
  border-top: 1px solid var(--line);
}

.studio-status span,
.studio-status strong { padding: 15px 0; border-bottom: 1px solid var(--line); }
.studio-status span { color: #777180; font-size: 12px; }
.studio-status strong { font-size: 12px; text-align: right; }
.studio-status .live { color: #63e3aa; }
.live i { display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 9px currentColor; }

.closing {
  display: flex;
  min-height: 680px;
  padding: 120px 32px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top: 1px solid var(--line);
  text-align: center;
  background: radial-gradient(circle at 50% 45%, rgb(123 77 255 / 17%), transparent 35%);
}

.closing h2 { font-size: clamp(72px, 10vw, 160px); line-height: .84; }
.closing .button { margin-top: 48px; }

footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 30px;
  margin: 0 auto;
  padding: 30px 0;
  width: min(100% - 64px, var(--max));
  border-top: 1px solid var(--line);
  color: #696370;
  font-family: Consolas, monospace;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

footer p { margin: 0; }
footer p:last-child { justify-self: end; }
.footer-brand img { width: 142px; opacity: .72; }

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease var(--delay, 0ms), transform 700ms ease var(--delay, 0ms);
}

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

:focus-visible { outline: 2px solid var(--violet-light); outline-offset: 5px; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr 1fr; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 150px; }
  .hero-copy { max-width: 850px; }
  .arena { width: min(100%, 900px); margin: 0 auto; }
  .game-title-wrap { grid-template-columns: 1fr; }
  .game-title-wrap > p { text-align: left; }
  .showcase { grid-template-columns: 1fr; }
  .showcase-media { padding: 0 6% 6%; }
  .showcase-media img { width: 100%; }
  .studio-section { grid-template-columns: 1fr; gap: 80px; }
  .studio-status { width: min(100%, 520px); }
}

@media (max-width: 720px) {
  .site-header { width: calc(100% - 36px); height: 76px; }
  .brand img { width: 132px; }
  .header-cta { font-size: 0; gap: 0; }
  .header-cta span { font-size: 18px; }
  .hero { gap: 48px; min-height: auto; padding: 126px 18px 72px; }
  h1 { font-size: clamp(52px, 15vw, 78px); }
  .hero-intro { margin-top: 26px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .arena { margin-inline: -6px; width: auto; }
  .match-card-top b { display: none; }
  .arena-note, .hero-index { display: none; }
  .ticker div { padding: 14px 0; font-size: 15px; }
  .game-section { padding: 82px 18px 90px; }
  .section-heading { flex-direction: column; gap: 0; }
  .game-title-wrap { margin: 20px 0 58px; }
  .game-title-wrap h2 { font-size: clamp(62px, 21vw, 104px); line-height: .82; }
  .feature-grid { grid-template-columns: 1fr; margin-bottom: 70px; }
  .feature { min-height: 0; padding: 20px 0 42px; }
  .feature + .feature { padding: 38px 0 42px; border-left: 0; }
  .feature-mark { margin-bottom: 30px; }
  .showcase { clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px); }
  .showcase-copy { padding: 48px 26px; }
  .showcase-media { padding: 0 18px 18px; }
  .showcase-media figcaption { display: none; }
  .gallery { margin-top: 64px; }
  .gallery-heading { align-items: flex-start; flex-direction: column; gap: 24px; }
  .gallery-track { margin-right: -18px; }
  .gallery figure { flex-basis: 90%; }
  .gallery figcaption { flex-direction: column; gap: 4px; }
  .studio-section { min-height: auto; padding: 100px 18px; }
  .studio-copy h2 { font-size: clamp(52px, 15vw, 76px); }
  .studio-copy > p:last-child { font-size: 16px; }
  .closing { min-height: 600px; }
  .closing h2 { font-size: clamp(68px, 19vw, 100px); }
  footer { grid-template-columns: 1fr 1fr; width: calc(100% - 36px); }
  footer p:nth-child(2) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker div { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
