:root {
  color-scheme: dark;
  --void: #050810;
  --void-deep: #02040a;
  --panel: #09131e;
  --panel-bright: #0c1b2a;
  --line: rgba(141, 207, 234, 0.16);
  --line-strong: rgba(79, 220, 255, 0.42);
  --paper: #edfaff;
  --muted: #a5bac5;
  --quiet: #64808f;
  --cyan: #16e7ff;
  --blue: #2581ff;
  --red: #ff4d43;
  --orange: #ff8b38;
  --green: #77e39b;
  --shell: min(1320px, calc(100vw - 64px));
  --display: "Bahnschrift SemiCondensed", "Aptos Display", "Segoe UI", Arial, sans-serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--void);
  color: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.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: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 16px;
  transform: translateY(-160%);
  background: var(--paper);
  color: var(--void);
  font-weight: 800;
  text-decoration: none;
}

.skip-link:focus { transform: translateY(0); }

:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, rgba(2, 4, 10, 0.92), rgba(2, 4, 10, 0));
  transition: background 200ms ease, border-color 200ms ease, backdrop-filter 200ms ease;
}

.site-header.scrolled,
.site-header.menu-visible {
  border-color: var(--line);
  background: rgba(3, 7, 13, 0.89);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.header-shell {
  width: var(--shell);
  min-height: 82px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 34px;
}

.brand {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--paper);
  text-decoration: none;
  text-transform: uppercase;
}

.brand > span:last-child { display: grid; line-height: 0.9; }
.brand strong { font-family: var(--display); font-size: 1rem; font-weight: 720; letter-spacing: 0.16em; }
.brand small { margin-top: 6px; color: var(--cyan); font-size: 0.55rem; font-weight: 800; letter-spacing: 0.34em; }

.brand-mark {
  position: relative;
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  clip-path: polygon(50% 0, 94% 24%, 94% 76%, 50% 100%, 6% 76%, 6% 24%);
  background: linear-gradient(145deg, rgba(22, 231, 255, 0.24), rgba(37, 129, 255, 0.04));
  box-shadow: inset 0 0 0 1px var(--cyan);
}

.brand-mark::after {
  content: "";
  position: absolute;
  inset: 4px;
  clip-path: inherit;
  border: 1px solid rgba(22, 231, 255, 0.48);
}

.brand-mark i { position: relative; z-index: 1; font-family: var(--display); font-size: 0.72rem; font-style: normal; font-weight: 800; line-height: 1; }
.brand-mark i + i { margin-top: -6px; color: var(--cyan); }

.desktop-nav { display: flex; align-items: center; gap: 36px; }
.desktop-nav a {
  position: relative;
  color: #cad9e0;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  inset: auto 0 -10px;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--cyan);
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a.active::after,
.desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }

.steam-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.header-steam {
  justify-self: end;
  padding: 10px 0;
  border-bottom: 1px solid var(--line-strong);
}

.header-steam i { color: var(--cyan); font-style: normal; transition: transform 180ms ease; }
.header-steam:hover i { transform: translate(3px, -3px); }

.menu-toggle,
.mobile-nav { display: none; }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: #050810;
}

.hero-art {
  position: absolute;
  z-index: -4;
  inset: 0;
  background: url('/assets/arena-hero.jpg') 64% center / cover no-repeat;
  transform: scale(1.01);
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -3;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 4, 10, 0.98) 0%, rgba(2, 5, 12, 0.88) 28%, rgba(3, 7, 15, 0.28) 61%, rgba(3, 6, 12, 0.15) 100%),
    linear-gradient(180deg, rgba(1, 3, 8, 0.26), rgba(1, 4, 10, 0.06) 62%, #050810 100%);
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: auto 0 0;
  height: 32%;
  background: linear-gradient(0deg, var(--void), transparent);
}

.hero-grid,
.cta-grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(72, 179, 220, 0.17) 1px, transparent 1px),
    linear-gradient(90deg, rgba(72, 179, 220, 0.17) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 58%);
}

.hero-scanline {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  opacity: 0.055;
  background: repeating-linear-gradient(180deg, transparent 0 3px, #bfefff 4px);
}

.hero-shell {
  width: var(--shell);
  min-height: 100svh;
  margin: 0 auto;
  padding: 128px 0 112px;
  display: grid;
  grid-template-columns: minmax(0, 720px) 270px;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.hero-copy { max-width: 720px; }

.hero-status,
.section-label {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--cyan);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-status > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 14px var(--green);
}

.game-logo {
  width: min(460px, 80vw);
  margin: 24px 0 25px -20px;
  mix-blend-mode: screen;
  filter: contrast(1.12) saturate(1.1);
  -webkit-mask-image: radial-gradient(ellipse 70% 62% at center, #000 44%, transparent 78%);
  mask-image: radial-gradient(ellipse 70% 62% at center, #000 44%, transparent 78%);
}

.hero h1,
.section-heading h2,
.builds-heading h2,
.final-cta h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 720;
  letter-spacing: -0.035em;
  line-height: 0.96;
  text-transform: uppercase;
}

.hero h1 { font-size: clamp(3.6rem, 6.5vw, 6.7rem); }
.hero h1 em,
.section-heading h2 em,
.builds-heading h2 em,
.final-cta h2 em {
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1px rgba(192, 235, 250, 0.66);
}

.hero-copy > p {
  max-width: 610px;
  margin: 27px 0 0;
  color: #c4d4dc;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
}

.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 24px;
  border: 1px solid var(--line-strong);
  color: var(--paper);
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover { transform: translateY(-2px); }
.button-primary { border-color: var(--cyan); background: var(--cyan); color: #041017; box-shadow: 0 0 34px rgba(22, 231, 255, 0.16); }
.button-primary:hover { background: #73f3ff; }
.button-secondary { background: rgba(5, 12, 22, 0.62); backdrop-filter: blur(10px); }
.button-secondary:hover { border-color: var(--cyan); }

.match-card {
  align-self: end;
  margin-bottom: 54px;
  border: 1px solid var(--line-strong);
  background: rgba(4, 10, 18, 0.74);
  backdrop-filter: blur(14px);
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.34);
}

.match-card-head {
  padding: 14px 17px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  color: var(--quiet);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.match-card-head i { color: var(--cyan); font-style: normal; }
.match-card dl { margin: 0; padding: 5px 17px 11px; }
.match-card dl div { padding: 12px 0; display: flex; justify-content: space-between; gap: 15px; border-bottom: 1px solid var(--line); }
.match-card dl div:last-child { border: 0; }
.match-card dt { color: var(--quiet); font-size: 0.65rem; font-weight: 750; letter-spacing: 0.12em; text-transform: uppercase; }
.match-card dd { margin: 0; font-family: var(--display); font-size: 0.85rem; font-weight: 650; text-transform: uppercase; }
.match-card .online { display: inline-flex; align-items: center; gap: 7px; color: var(--green); }
.match-card .online span { width: 5px; height: 5px; border-radius: 50%; background: currentColor; box-shadow: 0 0 9px currentColor; }

.scroll-cue {
  position: absolute;
  inset: auto 32px 24px;
  display: flex;
  align-items: center;
  gap: 17px;
  color: rgba(197, 225, 237, 0.48);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.scroll-cue i { height: 1px; flex: 1; background: rgba(129, 210, 240, 0.2); }

.combat-ticker {
  overflow: hidden;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  background: var(--cyan);
  color: #041017;
}

.combat-ticker > div {
  width: max-content;
  min-width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 34px;
  padding: 0 20px;
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.combat-ticker i { font-style: normal; }
.section-shell { width: var(--shell); margin: 0 auto; }

.combat,
.intel { padding: 140px 0; }

.section-heading {
  margin-bottom: 68px;
  display: grid;
  grid-template-columns: 1.1fr 0.65fr;
  gap: 70px;
  align-items: end;
}

.section-label { margin-bottom: 22px; color: var(--quiet); }
.section-label span { color: var(--cyan); }
.section-heading h2,
.builds-heading h2 { font-size: clamp(3.3rem, 6.5vw, 6.8rem); }
.section-heading > p { max-width: 480px; margin: 0 0 8px; color: var(--muted); }

.combat-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(380px, 0.75fr);
  border: 1px solid var(--line);
  background: var(--panel);
}

.combat-showcase figure { position: relative; min-height: 680px; margin: 0; overflow: hidden; border-right: 1px solid var(--line); }
.combat-showcase figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 64%, rgba(2, 7, 13, 0.9)); }
.combat-showcase figure img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; transition: transform 800ms cubic-bezier(.2, .7, .2, 1); }
.combat-showcase:hover figure img { transform: scale(1.025); }
.combat-showcase figcaption { position: absolute; z-index: 2; inset: auto 25px 20px; display: flex; justify-content: space-between; gap: 20px; color: #c5dce7; font-size: 0.6rem; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; }

.combat-copy { position: relative; display: grid; align-content: center; padding: 54px; }
.vertical-code { position: absolute; top: 30px; right: 29px; color: var(--quiet); font-size: 0.55rem; font-weight: 800; letter-spacing: 0.16em; writing-mode: vertical-rl; }
.combat-copy article { padding: 30px 0; display: grid; grid-template-columns: 40px 1fr; column-gap: 16px; border-bottom: 1px solid var(--line); }
.combat-copy article:last-child { border: 0; }
.combat-copy article > span { grid-row: span 2; color: var(--cyan); font-size: 0.62rem; font-weight: 900; }
.combat-copy h3 { margin: 0; font-family: var(--display); font-size: 1.45rem; font-weight: 700; letter-spacing: 0.01em; text-transform: uppercase; }
.combat-copy p { margin: 7px 0 0; color: var(--muted); font-size: 0.86rem; }

.builds {
  position: relative;
  padding: 140px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 16%, rgba(37, 129, 255, 0.12), transparent 28%),
    linear-gradient(180deg, #07101a, #040810);
}

.builds::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.12; background-image: radial-gradient(circle, var(--cyan) 0 1px, transparent 1px); background-size: 24px 24px; mask-image: linear-gradient(90deg, transparent, #000 70%, transparent); }
.builds-heading { position: relative; z-index: 1; margin-bottom: 65px; display: grid; grid-template-columns: 1fr 1fr; column-gap: 70px; align-items: end; }
.builds-heading .section-label { grid-column: 1 / -1; }
.builds-heading > p:last-child { max-width: 500px; margin: 0 0 8px; color: var(--muted); }

.build-selector { position: relative; z-index: 1; border: 1px solid var(--line); background: rgba(5, 12, 21, 0.86); }
.build-tabs { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.build-tabs button { min-height: 82px; padding: 0 22px; border: 0; border-right: 1px solid var(--line); background: transparent; color: var(--quiet); cursor: pointer; font-family: var(--display); font-size: 0.95rem; font-weight: 700; letter-spacing: 0.04em; text-align: left; text-transform: uppercase; transition: color 180ms ease, background 180ms ease; }
.build-tabs button:last-child { border-right: 0; }
.build-tabs button span { margin-right: 12px; color: #446071; font-size: 0.59rem; }
.build-tabs button:hover { color: var(--paper); background: rgba(22, 231, 255, 0.035); }
.build-tabs button[aria-selected="true"] { color: var(--paper); background: linear-gradient(180deg, rgba(22, 231, 255, 0.1), transparent); box-shadow: inset 0 -2px var(--cyan); }
.build-tabs button[aria-selected="true"] span { color: var(--cyan); }

.build-panel { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(360px, 0.55fr); }
.build-media { position: relative; min-height: 620px; overflow: hidden; border-right: 1px solid var(--line); background: #02060b; }
.build-media::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.4); }
.build-media img { width: 100%; height: 100%; object-fit: cover; transition: opacity 180ms ease, transform 400ms ease; }
.build-media img.switching { opacity: 0; transform: scale(0.99); }
.build-media > span { position: absolute; z-index: 2; left: 22px; bottom: 18px; padding: 7px 10px; border: 1px solid var(--line); background: rgba(2, 7, 12, 0.7); color: var(--quiet); font-size: 0.56rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.build-copy { padding: 60px 46px; display: flex; flex-direction: column; justify-content: center; }
.build-copy > div { margin: 8px 0 24px; display: flex; align-items: start; gap: 15px; }
.build-copy > div > span { margin-top: 13px; color: var(--cyan); font-size: 0.63rem; font-weight: 900; }
.build-copy h3 { margin: 0; font-family: var(--display); font-size: clamp(2.8rem, 4.5vw, 4.8rem); font-weight: 720; letter-spacing: -0.03em; line-height: 1; text-transform: uppercase; }
.build-copy > p:not(.section-label) { margin: 0; color: var(--muted); }
.build-copy .build-note { margin-top: 38px !important; padding-top: 24px; border-top: 1px solid var(--line); color: #d8e7ed !important; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }

.intel-heading { margin-bottom: 56px; }
.gallery { display: grid; grid-template-columns: 1.35fr 0.65fr; grid-template-rows: repeat(2, 280px); gap: 16px; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 1px solid var(--line); background: var(--panel); color: var(--paper); cursor: zoom-in; text-align: left; }
.gallery-wide { grid-row: 1 / span 2; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(1, 5, 10, 0.82)); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms cubic-bezier(.2, .7, .2, 1), filter 500ms ease; }
.gallery-item:hover img { transform: scale(1.035); filter: saturate(1.1); }
.gallery-item span { position: absolute; z-index: 2; left: 20px; bottom: 16px; font-size: 0.62rem; font-weight: 850; letter-spacing: 0.16em; text-transform: uppercase; }

.final-cta { position: relative; overflow: hidden; padding: 130px 0; background: var(--cyan); color: #031017; }
.final-cta .cta-grid { z-index: 0; opacity: 0.2; mask-image: none; background-image: linear-gradient(rgba(0, 26, 36, 0.35) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 26, 36, 0.35) 1px, transparent 1px); }
.final-cta-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr 0.65fr; align-items: end; gap: 70px; }
.final-cta .section-label { color: rgba(2, 31, 42, 0.62); }
.final-cta .section-label span { color: #031017; }
.final-cta h2 { font-size: clamp(3.5rem, 6.6vw, 7rem); }
.final-cta h2 em { -webkit-text-stroke-color: rgba(3, 16, 23, 0.64); }
.cta-action p { margin: 0 0 30px; color: rgba(3, 16, 23, 0.74); }
.button-light { border-color: #031017; background: #031017; color: var(--paper); }
.button-light:hover { background: #11232b; }

.site-footer { border-top: 1px solid var(--line); background: var(--void-deep); }
.footer-shell { width: var(--shell); min-height: 170px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 40px; }
.footer-links { display: flex; gap: 28px; }
.footer-links a { color: var(--muted); font-size: 0.68rem; font-weight: 750; letter-spacing: 0.12em; text-decoration: none; text-transform: uppercase; }
.footer-links a:hover { color: var(--cyan); }
.footer-shell > p { justify-self: end; margin: 0; color: var(--quiet); font-size: 0.62rem; }

.back-to-top {
  position: fixed;
  z-index: 80;
  right: 22px;
  bottom: 22px;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  opacity: 0;
  transform: translateY(12px);
  background: rgba(3, 9, 16, 0.84);
  color: var(--paper);
  cursor: pointer;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease, background 180ms ease;
}
.back-to-top.visible { opacity: 1; transform: none; pointer-events: auto; }
.back-to-top:hover { background: var(--cyan); color: var(--void); }

.lightbox {
  width: min(1380px, calc(100vw - 64px));
  max-width: none;
  max-height: calc(100vh - 64px);
  padding: 0;
  border: 1px solid var(--line-strong);
  overflow: visible;
  background: #02060b;
  color: var(--paper);
}
.lightbox::backdrop { background: rgba(0, 3, 7, 0.9); backdrop-filter: blur(12px); }
.lightbox figure { margin: 0; }
.lightbox figure img { width: 100%; max-height: calc(100vh - 110px); object-fit: contain; }
.lightbox figcaption { padding: 13px 18px; color: var(--muted); font-size: 0.66rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.lightbox-close,
.lightbox-arrow { position: absolute; z-index: 2; display: grid; place-items: center; border: 1px solid var(--line-strong); background: rgba(2, 7, 13, 0.84); color: var(--paper); cursor: pointer; }
.lightbox-close { top: -17px; right: -17px; width: 42px; height: 42px; border-radius: 50%; font-size: 1.35rem; }
.lightbox-arrow { top: 50%; width: 46px; height: 58px; transform: translateY(-50%); }
.lightbox-prev { left: -23px; }
.lightbox-next { right: -23px; }

.js .reveal { opacity: 0; transform: translateY(25px); transition: opacity 650ms ease, transform 650ms cubic-bezier(.2, .72, .25, 1); }
.js .reveal[data-delay="1"] { transition-delay: 100ms; }
.js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  :root { --shell: min(100% - 40px, 960px); }
  .header-shell { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-steam { display: none; }
  .menu-toggle { justify-self: end; width: 44px; height: 44px; display: grid; place-content: center; gap: 7px; border: 1px solid var(--line-strong); background: rgba(4, 11, 19, 0.6); cursor: pointer; }
  .menu-toggle span { width: 20px; height: 1px; background: var(--paper); transition: transform 180ms ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { width: var(--shell); margin: 0 auto; padding: 14px 0 28px; }
  .mobile-nav.visible { display: grid; }
  .mobile-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 1.45rem; font-weight: 650; text-decoration: none; text-transform: uppercase; }
  .hero-shell { grid-template-columns: minmax(0, 680px); align-items: center; }
  .match-card { display: none; }
  .combat-showcase { grid-template-columns: 1fr; }
  .combat-showcase figure { min-height: 560px; border-right: 0; border-bottom: 1px solid var(--line); }
  .combat-copy { grid-template-columns: repeat(3, 1fr); gap: 24px; padding: 42px; }
  .combat-copy article { grid-template-columns: 1fr; padding: 0; border: 0; }
  .combat-copy article > span { margin-bottom: 10px; grid-row: auto; }
  .vertical-code { display: none; }
  .build-panel { grid-template-columns: 1fr; }
  .build-media { min-height: 500px; border-right: 0; border-bottom: 1px solid var(--line); }
  .build-copy { padding: 45px; }
  .footer-shell { grid-template-columns: 1fr auto; padding: 45px 0; }
  .footer-shell > p { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 32px); }
  .header-shell { min-height: 72px; }
  .brand-mark { width: 39px; height: 39px; }
  .brand strong { font-size: 0.9rem; }
  .hero-art { background-position: 65% center; }
  .hero::before { background: linear-gradient(180deg, rgba(2, 4, 10, 0.55), rgba(2, 5, 11, 0.82) 52%, #050810 94%); }
  .hero-shell { padding: 115px 0 100px; align-items: end; }
  .game-logo { width: min(360px, 86vw); margin-left: -15px; }
  .hero h1 { font-size: clamp(3rem, 14.5vw, 4.6rem); }
  .hero-copy > p { font-size: 0.95rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .scroll-cue { inset: auto 16px 17px; }
  .combat-ticker > div { animation: ticker 18s linear infinite; justify-content: flex-start; }
  @keyframes ticker { to { transform: translateX(-50%); } }
  .combat, .intel, .builds { padding: 92px 0; }
  .section-heading, .builds-heading, .final-cta-inner { grid-template-columns: 1fr; gap: 28px; }
  .section-heading { margin-bottom: 42px; }
  .section-heading h2, .builds-heading h2 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .combat-showcase figure { min-height: 420px; }
  .combat-showcase figcaption { inset: auto 16px 14px; display: grid; gap: 2px; }
  .combat-copy { grid-template-columns: 1fr; gap: 0; padding: 24px; }
  .combat-copy article { padding: 22px 0; grid-template-columns: 35px 1fr; border-bottom: 1px solid var(--line); }
  .combat-copy article > span { grid-row: span 2; }
  .builds-heading { margin-bottom: 42px; }
  .builds-heading .section-label { grid-column: auto; }
  .build-tabs { grid-template-columns: 1fr 1fr; }
  .build-tabs button { min-height: 64px; padding: 0 14px; font-size: 0.79rem; }
  .build-tabs button:nth-child(2) { border-right: 0; }
  .build-tabs button:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .build-media { min-height: auto; aspect-ratio: 16 / 10; }
  .build-copy { padding: 32px 24px 38px; }
  .build-copy h3 { font-size: 3rem; }
  .gallery { grid-template-columns: 1fr; grid-template-rows: auto; }
  .gallery-item, .gallery-wide { min-height: 240px; grid-row: auto; }
  .final-cta { padding: 92px 0; }
  .final-cta h2 { font-size: clamp(3.1rem, 15vw, 4.8rem); }
  .footer-shell { grid-template-columns: 1fr; gap: 30px; }
  .footer-links { justify-content: flex-start; }
  .footer-shell > p { grid-column: auto; }
  .lightbox { width: calc(100vw - 24px); max-height: calc(100vh - 34px); }
  .lightbox-arrow { top: auto; bottom: 12px; transform: none; }
  .lightbox-prev { left: 12px; }
  .lightbox-next { right: 12px; }
  .lightbox-close { top: 10px; right: 10px; }
  .lightbox figcaption { padding: 16px 70px; text-align: center; }
}

@media (max-width: 390px) {
  .brand > span:last-child { display: none; }
  .combat-showcase figure { min-height: 350px; }
  .build-tabs button span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
