:root {
  --ink: #070b16;
  --navy: #0c1224;
  --panel: rgba(10, 16, 32, 0.72);
  --glass: rgba(255, 255, 255, 0.045);
  --line: rgba(212, 175, 122, 0.34);
  --line-soft: rgba(255, 255, 255, 0.08);
  --teal: #2dd4bf;
  --orchid: #c084fc;
  --brass: #d4af7a;
  --paper: #f6f1e8;
  --muted: #9aa4be;
  --display: "Syne", sans-serif;
  --serif: "Instrument Serif", serif;
  --body: "Outfit", sans-serif;
  --radius: 22px;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

button {
  font-family: inherit;
}

::selection {
  background: var(--teal);
  color: var(--ink);
}

.noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 80;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.topbar {
  position: relative;
  z-index: 20;
  background: linear-gradient(90deg, #0a0f1c 0%, #14102a 50%, #0a0f1c 100%);
  border-bottom: 1px solid var(--line);
  color: var(--brass);
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 42px;
  padding: 0.45rem 0;
}

.topbar-copy {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}

.topbar-copy i {
  color: var(--teal);
}

.topbar-meta {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-shrink: 0;
}

.locale-chip,
.year-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid var(--line);
  padding: 0.18rem 0.65rem;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--paper);
}

.year-chip {
  background: rgba(212, 175, 122, 0.12);
  color: var(--brass);
}

.site-head {
  position: relative;
  z-index: 21;
  background: rgba(7, 11, 22, 0.92);
  border-bottom: 1px solid var(--line-soft);
  backdrop-filter: blur(18px);
}

.arena-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  min-height: 88px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: max-content;
}

.brand img {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  box-shadow: 0 0 0 1px rgba(45, 212, 191, 0.35), 0 10px 30px rgba(45, 212, 191, 0.15);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--teal);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
}

.brand-title {
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 0.01em;
}

.desk-links {
  display: none;
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0;
  gap: 0.15rem;
}

.desk-links a {
  position: relative;
  display: inline-flex;
  padding: 0.55rem 0.8rem;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: color 0.25s ease;
}

.desk-links a::after {
  content: "";
  position: absolute;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 0.28rem;
  height: 1px;
  background: linear-gradient(90deg, var(--teal), var(--orchid));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.desk-links a:hover,
.desk-links a.is-current {
  color: var(--paper);
}

.desk-links a:hover::after,
.desk-links a.is-current::after {
  transform: scaleX(1);
}

.nav-cta {
  display: none;
  align-items: center;
  gap: 0.65rem;
  padding: 0.78rem 1.15rem;
  color: var(--ink);
  background: linear-gradient(120deg, var(--teal) 0%, #7ee7d6 42%, var(--brass) 100%);
  font-family: var(--display);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  transition: transform 0.25s ease, filter 0.25s ease;
}

.nav-cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.nav-burger {
  margin-left: auto;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  background: transparent;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.nav-burger span {
  display: block;
  width: 18px;
  height: 1.5px;
  background: var(--paper);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

body.nav-open .nav-burger span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

body.nav-open .nav-burger span:nth-child(2) {
  opacity: 0;
}

body.nav-open .nav-burger span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

.mobile-veil {
  position: fixed;
  inset: 0;
  background: rgba(4, 7, 14, 0.62);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  z-index: 40;
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: min(100%, 420px);
  height: 100%;
  background:
    radial-gradient(circle at top right, rgba(192, 132, 252, 0.16), transparent 36%),
    linear-gradient(180deg, #0e1530 0%, #070b16 100%);
  border-left: 1px solid var(--line);
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 50;
  padding: 1.4rem 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

body.nav-open .mobile-veil {
  opacity: 1;
  pointer-events: auto;
}

body.nav-open .mobile-nav {
  transform: translateX(0);
}

.mobile-nav-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.nav-close {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--paper);
  cursor: pointer;
}

.mobile-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.82rem 0;
  border-bottom: 1px solid var(--line-soft);
  font-family: var(--display);
  font-size: clamp(1.2rem, 4vw, 1.55rem);
  font-weight: 700;
}

.mobile-cta {
  display: inline-flex;
  margin-top: 1.8rem;
  width: fit-content;
}

.mobile-note {
  margin-top: auto;
  color: var(--brass);
  font-size: 0.82rem;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100svh - 130px);
  display: grid;
  align-items: end;
  overflow: hidden;
  --mx: 30%;
  --my: 40%;
}

.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
  z-index: -3;
  transform: scale(1.04);
}

.hero-veil {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7, 11, 22, 0.92) 0%, rgba(7, 11, 22, 0.62) 42%, rgba(7, 11, 22, 0.28) 100%),
    linear-gradient(180deg, rgba(7, 11, 22, 0.15) 0%, rgba(7, 11, 22, 0.72) 100%);
}

.hero-glow {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(520px circle at var(--mx) var(--my), rgba(45, 212, 191, 0.18), transparent 55%);
}

.hero-frame span {
  position: absolute;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(212, 175, 122, 0.55);
  z-index: 2;
  pointer-events: none;
}

.hero-frame span:nth-child(1) {
  top: 22px;
  left: 22px;
  border-right: 0;
  border-bottom: 0;
}

.hero-frame span:nth-child(2) {
  top: 22px;
  right: 22px;
  border-left: 0;
  border-bottom: 0;
}

.hero-frame span:nth-child(3) {
  bottom: 22px;
  left: 22px;
  border-right: 0;
  border-top: 0;
}

.hero-frame span:nth-child(4) {
  bottom: 22px;
  right: 22px;
  border-left: 0;
  border-top: 0;
}

.hero-spine {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  margin: 0;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: right center;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 0.68rem;
  color: rgba(246, 241, 232, 0.62);
  white-space: nowrap;
}

.hero-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: var(--teal);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.74rem;
}

.hero-copy h1 {
  max-width: 11ch;
  margin: 0 0 1.1rem;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(2.6rem, 7vw, 6.2rem);
  line-height: 0.92;
  letter-spacing: -0.035em;
}

.hero-copy h1 em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--brass);
}

.lede {
  max-width: 38rem;
  margin: 0 0 1.8rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 2rem;
}

.btn-arena,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.95rem 1.35rem;
  font-family: var(--display);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  transition: transform 0.25s ease, filter 0.25s ease, background 0.25s ease;
}

.btn-arena {
  color: var(--ink);
  background: linear-gradient(120deg, var(--teal) 0%, #7ee7d6 42%, var(--brass) 100%);
}

.btn-ghost {
  color: var(--paper);
  background: transparent;
  box-shadow: inset 0 0 0 1px var(--line);
}

.btn-arena:hover,
.btn-ghost:hover {
  transform: translateY(-2px);
}

.hero-facts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-facts li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--paper);
  font-size: 0.9rem;
}

.hero-facts i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--teal);
}

.hero-facts strong {
  display: block;
  font-family: var(--display);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

.hero-facts span {
  color: var(--muted);
}

.hero-facts span strong {
  color: var(--paper);
}

.hero-card {
  align-self: end;
  max-width: 360px;
  padding: 1.4rem 1.35rem 1.25rem;
  background: var(--panel);
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-card-top {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.9rem;
  color: var(--teal);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 0 rgba(45, 212, 191, 0.7);
  animation: pulse 1.8s infinite;
}

@keyframes pulse {
  70% {
    box-shadow: 0 0 0 10px rgba(45, 212, 191, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(45, 212, 191, 0);
  }
}

.hero-card h2 {
  margin: 0 0 0.7rem;
  font-family: var(--display);
  font-size: 1.45rem;
  line-height: 1.15;
}

.hero-card p {
  color: var(--muted);
  margin-bottom: 1.1rem;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--brass);
  font-family: var(--display);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ticker {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0a1020;
}

.ticker-track {
  display: flex;
  gap: 2.5rem;
  width: max-content;
  padding: 0.95rem 0;
  animation: ticker 28s linear infinite;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
}

.ticker-track i {
  color: var(--orchid);
  margin-right: 0.45rem;
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.games {
  position: relative;
  padding: 5.2rem 0 5.4rem;
  background:
    radial-gradient(circle at 12% 18%, rgba(192, 132, 252, 0.12), transparent 32%),
    radial-gradient(circle at 88% 80%, rgba(45, 212, 191, 0.1), transparent 36%),
    #080c18;
}

.games-head {
  max-width: 40rem;
  margin-bottom: 2.6rem;
}

.games-head h2 {
  margin: 0 0 0.85rem;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.games-head p:last-child {
  margin: 0;
  color: var(--muted);
}

.game-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: rgba(12, 18, 36, 0.86);
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow);
  overflow: hidden;
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 22px 100%, 0 calc(100% - 22px));
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.game-card:hover {
  transform: translateY(-6px);
  border-color: rgba(45, 212, 191, 0.35);
}

.game-visual {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.game-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.game-card:hover .game-visual img {
  transform: scale(1.06);
}

.game-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(7, 11, 22, 0.72) 100%);
}

.game-type {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.32rem 0.7rem;
  background: rgba(7, 11, 22, 0.72);
  border: 1px solid var(--line);
  color: var(--teal);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.game-body {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.35rem 1.3rem 1.45rem;
  flex: 1;
}

.game-body h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.15;
}

.game-body h3 a {
  background-image: linear-gradient(90deg, var(--teal), var(--orchid));
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: background-size 0.25s ease, color 0.25s ease;
}

.game-body h3 a:hover {
  color: var(--paper);
  background-size: 100% 1px;
}

.game-body p {
  margin: 0;
  color: var(--muted);
  flex: 1;
}

.game-body .btn-arena {
  width: fit-content;
  margin-top: 0.35rem;
}

.about {
  position: relative;
  padding: 5.4rem 0 5.2rem;
  background:
    linear-gradient(180deg, #0a1020 0%, #0c1224 100%);
  border-top: 1px solid var(--line-soft);
}

.about h2 {
  margin: 0 0 1.4rem;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(2.1rem, 4.4vw, 3.6rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.about blockquote {
  margin: 0;
  padding-left: 1.2rem;
  border-left: 2px solid var(--brass);
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  line-height: 1.35;
  color: var(--paper);
}

.about-copy p {
  color: var(--muted);
  margin-bottom: 1.15rem;
  font-size: 1.02rem;
}

.about-points {
  display: grid;
  gap: 1.15rem;
  margin: 1.8rem 0 2rem;
}

.about-points > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 0.9rem;
  align-items: start;
}

.about-points i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--teal);
}

.about-points strong {
  display: block;
  font-family: var(--display);
  margin-bottom: 0.25rem;
}

.about-points p {
  margin: 0;
  font-size: 0.95rem;
}

.rhythm {
  padding: 5.2rem 0;
  background:
    radial-gradient(circle at 80% 10%, rgba(45, 212, 191, 0.08), transparent 32%),
    #070b16;
  border-top: 1px solid var(--line-soft);
}

.rhythm-head {
  max-width: 46rem;
  margin-bottom: 2.6rem;
}

.rhythm-head h2,
.notice-head h2 {
  margin: 0 0 0.9rem;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(2rem, 4.2vw, 3.3rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.rhythm-head p,
.notice-head p {
  color: var(--muted);
  margin: 0;
  font-size: 1.02rem;
}

.rhythm-card {
  height: 100%;
  padding: 1.6rem 1.4rem 1.5rem;
  border: 1px solid var(--line-soft);
  background: rgba(12, 18, 36, 0.72);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.rhythm-card span {
  display: block;
  margin-bottom: 1.1rem;
  color: var(--brass);
  font-family: var(--display);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
}

.rhythm-card h3 {
  font-family: var(--display);
  font-size: 1.35rem;
  margin-bottom: 0.8rem;
}

.rhythm-card p {
  color: var(--muted);
  margin: 0;
}

.notice {
  padding: 5.2rem 0 5.4rem;
  background:
    radial-gradient(circle at 8% 20%, rgba(212, 175, 122, 0.1), transparent 28%),
    radial-gradient(circle at 92% 80%, rgba(192, 132, 252, 0.1), transparent 30%),
    #0a1020;
  border-top: 1px solid var(--line);
}

.notice-head {
  max-width: 46rem;
  margin-bottom: 2.4rem;
}

.notice-panel {
  height: 100%;
  padding: 1.8rem 1.55rem 1.6rem;
  border: 1px solid var(--line-soft);
  background: rgba(8, 12, 24, 0.88);
}

.notice-age {
  border-color: rgba(212, 175, 122, 0.42);
}

.notice-money {
  border-color: rgba(45, 212, 191, 0.38);
}

.notice-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: var(--teal);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.notice-age .notice-kicker {
  color: var(--brass);
}

.notice-panel h3 {
  font-family: var(--display);
  font-size: 1.55rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.notice-panel p {
  color: var(--muted);
  margin-bottom: 1rem;
}

.notice-panel .card-link {
  margin-top: 0.4rem;
}

.site-foot {
  background: #060914;
  border-top: 1px solid var(--line);
  padding: 3.6rem 0 1.4rem;
}

.foot-brand {
  margin-bottom: 1rem;
}

.foot-brand .brand-copy {
  flex-direction: column-reverse;
  gap: 0.15rem;
}

.foot-blurb {
  color: var(--muted);
  max-width: 32rem;
}

.site-foot h3 {
  font-family: var(--display);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 0.9rem;
}

.site-foot ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-foot ul a {
  display: inline-block;
  padding: 0.22rem 0;
  color: var(--muted);
}

.site-foot ul a:hover {
  color: var(--paper);
}

.foot-aware {
  display: inline-flex;
  margin-top: 1.1rem;
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.foot-aware img {
  display: block;
  height: 48px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
}

.foot-disclaimer {
  margin-top: 2.6rem;
  padding: 1.6rem 0 0;
  border-top: 1px solid var(--line-soft);
}

.foot-disclaimer p {
  color: var(--muted);
  margin: 0;
}

.foot-base {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.8rem;
  margin-top: 2.2rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--line-soft);
  color: var(--muted);
  font-size: 0.84rem;
}

.foot-base ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.1rem;
}

@media (min-width: 768px) {
  .hero-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-grid {
    grid-template-columns: 1.4fr 0.8fr;
    align-items: end;
  }
}

@media (min-width: 1100px) {
  .desk-links {
    display: flex;
  }

  .nav-cta {
    display: inline-flex;
  }

  .nav-burger {
    display: none;
  }

  .hero-spine {
    right: 2rem;
  }
}

@media (max-width: 640px) {
  .mobile-nav {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .topbar-meta {
    display: none;
  }

  .topbar-copy span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .hero-spine {
    display: none;
  }

  .hero-frame span {
    width: 36px;
    height: 36px;
  }

  .arena-nav {
    min-height: 76px;
  }

  .brand-title {
    font-size: 0.92rem;
  }
}

html.gate-open,
html.restrict-open,
body.gate-open,
body.restrict-open {
  overflow: hidden;
  height: 100%;
}

.gate,
.restrict {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: grid;
  place-items: center;
  padding: 1.2rem;
  background: rgba(7, 11, 22, 0.38);
  backdrop-filter: blur(5px);
}

.restrict {
  z-index: 221;
}

.gate[hidden],
.restrict[hidden] {
  display: none;
}

.gate-card,
.restrict-card {
  width: min(100%, 420px);
  padding: 1.8rem 1.5rem 1.5rem;
  background: rgba(10, 16, 32, 0.92);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  text-align: center;
}

.gate-card i,
.restrict-card i {
  color: var(--teal);
  font-size: 1.4rem;
  margin-bottom: 0.7rem;
}

.restrict-card i {
  color: var(--brass);
}

.gate-card h2,
.restrict-card h2 {
  font-family: var(--display);
  font-size: 1.45rem;
  margin: 0 0 0.7rem;
}

.gate-card p,
.restrict-card p {
  color: var(--muted);
  margin: 0 0 1.3rem;
  font-size: 0.95rem;
}

.gate-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
}

.gate-actions button {
  cursor: pointer;
  border: 0;
}

.cookie-bar {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 180;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 860px;
  margin: 0 auto;
  padding: 1rem 1.15rem;
  background: rgba(10, 16, 32, 0.94);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.cookie-bar.is-on {
  display: flex;
}

.cookie-bar p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.cookie-bar p a {
  color: var(--brass);
}

.cookie-actions {
  display: flex;
  gap: 0.55rem;
  flex-shrink: 0;
}

.cookie-actions button {
  cursor: pointer;
  border: 0;
  white-space: nowrap;
}

.page-hero {
  padding: 4.4rem 0 3.2rem;
  background:
    radial-gradient(circle at 12% 20%, rgba(192, 132, 252, 0.12), transparent 30%),
    linear-gradient(180deg, #0a1020 0%, #070b16 100%);
  border-bottom: 1px solid var(--line-soft);
}

.page-hero h1 {
  margin: 0 0 0.9rem;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: 0.94;
  letter-spacing: -0.03em;
}

.page-hero h1 em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--brass);
}

.page-hero .lede {
  max-width: 42rem;
  margin: 0;
}

.page-wrap {
  padding: 3.6rem 0 5rem;
  background: #080c18;
}

.prose {
  max-width: 48rem;
}

.prose h2 {
  margin: 2.2rem 0 0.8rem;
  font-family: var(--display);
  font-size: 1.55rem;
}

.prose h3 {
  margin: 1.6rem 0 0.6rem;
  font-family: var(--display);
  font-size: 1.15rem;
  color: var(--brass);
}

.prose p,
.prose li {
  color: var(--muted);
  margin-bottom: 1.05rem;
}

.prose ul {
  padding-left: 1.15rem;
  margin-bottom: 1.2rem;
}

.mail-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.4rem;
  padding: 0.9rem 1.15rem;
  border: 1px solid var(--line);
  color: var(--paper);
  font-family: var(--display);
  letter-spacing: 0.04em;
}

.mail-pill i {
  color: var(--teal);
}

.play-shell {
  padding: 3.2rem 0 2.4rem;
  background:
    radial-gradient(circle at 50% 0%, rgba(45, 212, 191, 0.12), transparent 34%),
    #070b16;
}

.play-disclaimer {
  padding: 0 0 4.6rem;
  background: #080c18;
}

.play-disclaimer .prose {
  max-width: 52rem;
}

@media (max-width: 767.98px) {
  .cookie-bar {
    flex-direction: column;
    align-items: stretch;
    bottom: 0.6rem;
  }

  .cookie-actions {
    width: 100%;
  }

  .cookie-actions button {
    flex: 1;
  }
}
