:root {
  --bg: #0a1016;
  --panel: #0f1721;
  --panel-soft: #141f2d;
  --line: rgba(140, 176, 214, 0.16);
  --text: #edf5ff;
  --muted: #9ab0c6;
  --cyan: #7fd1ff;
  --acid: #9fe870;
  --blue: #183247;
  --shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
  --shell: 1260px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "Libre Baskerville", Georgia, serif;
  color: var(--text);
  background:
    linear-gradient(90deg, rgba(127,209,255,0.05), transparent 22%),
    linear-gradient(180deg, #091017 0%, #0a1119 54%, #091017 100%);
}
main { flex: 1 0 auto; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.shell { width: min(calc(100% - 28px), var(--shell)); margin: 0 auto; }
.shell-wide { width: min(calc(100% - 28px), var(--shell)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(9, 16, 23, 0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.header-strip {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 18px;
  align-items: center;
  padding: 14px 0;
}
.brandmark {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}
.header-nav {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}
.header-nav a, .play-chip, .featured-zone__poster span {
  padding: 10px 14px;
  border-radius: 6px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.03);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
}

.hero-banner { position: relative; overflow: hidden; }
.hero-banner__media { position: absolute; inset: 0; }
.hero-banner__media img { width: 100%; height: 100%; object-fit: cover; opacity: 0.46; }
.hero-banner::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(8,14,20,0.28), rgba(8,14,20,0.74)),
    linear-gradient(90deg, rgba(8,14,20,0.86) 0%, rgba(8,14,20,0.52) 40%, rgba(8,14,20,0.25) 100%);
}
.hero-banner__copy {
  position: relative;
  z-index: 1;
  padding: 54px 0 58px;
}
.eyebrow, .section-kicker, .footer-kicker {
  margin: 0 0 10px;
  color: var(--acid);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.8rem;
  font-weight: 700;
}
.hero-banner__copy h1, .section-heading h2, .featured-zone__copy h2, .support-card h2, .page-title, .game-page-hero h1 {
  margin: 0;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  line-height: 0.98;
  letter-spacing: -0.04em;
}
.hero-banner__copy h1 { font-size: clamp(2.5rem, 6vw, 4.8rem); max-width: 840px; }
.hero-banner__copy p:not(.eyebrow) { max-width: 760px; color: #d2e4f4; font-size: 1.06rem; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.cta-primary, .cta-ghost, .cta-link {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 46px; padding: 0 18px; border-radius: 6px;
  font-family: "Space Grotesk", "Segoe UI", sans-serif; font-weight: 800;
}
.cta-primary { background: var(--cyan); color: #071018; }
.cta-ghost { background: rgba(255,255,255,0.04); color: var(--text); border: 1px solid var(--line); }
.cta-link { color: var(--cyan); padding-left: 0; padding-right: 0; }

.threat-strip, .featured-zone, .vertical-rows, .support-grid { padding: 18px 0; }
.threat-grid, .support-grid__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
}
.threat-grid article, .support-card, .featured-zone__copy, .game-row, .game-page-hero, .game-frame, .page-single, .page-callout {
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.threat-grid article, .support-card, .featured-zone__copy, .page-single, .page-callout, .game-page-hero { padding: 20px; border-radius: 12px; }
.threat-grid strong {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(127,209,255,0.12);
  color: var(--cyan);
  font-family: "Space Grotesk", "Segoe UI", sans-serif; font-weight: 800;
}
.threat-grid h2 { margin: 14px 0 8px; font-size: 1.15rem; font-family: "Space Grotesk", "Segoe UI", sans-serif; }
.threat-grid p, .section-heading p:last-child, .featured-zone__copy p, .game-row__body p, .support-card p, .page-single p, .page-callout p, .site-footer p, .site-footer li, .game-page-hero p { color: var(--muted); }

.featured-zone__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
}
.featured-zone__poster {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  border-radius: 12px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.featured-zone__poster img { width: 100%; height: 100%; object-fit: cover; }
.featured-zone__poster span, .play-chip {
  position: absolute;
  left: 14px;
  bottom: 14px;
}

.section-heading { margin-bottom: 14px; }
.section-heading h2 { font-size: clamp(2rem, 4vw, 3rem); max-width: 780px; }
.game-row {
  display: grid;
  grid-template-columns: 280px minmax(0,1fr);
  gap: 16px;
  padding: 16px;
  margin-bottom: 14px;
  border-radius: 12px;
}
.game-row__media {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  border-radius: 10px;
}
.game-row__media img { width: 100%; height: 100%; object-fit: cover; }
.game-row__body h3 {
  margin: 0;
  font-size: 1.7rem;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
}
.game-row__body ul {
  display: flex; flex-wrap: wrap; gap: 10px;
  padding: 0; margin: 14px 0 10px; list-style: none;
}
.game-row__body li {
  padding: 8px 12px;
  border: 1px solid rgba(159,232,112,0.18);
  background: rgba(159,232,112,0.08);
  color: #c7f0a8;
  border-radius: 999px;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-weight: 700;
}
.support-grid__inner { grid-template-columns: repeat(3, minmax(0,1fr)); }

.site-footer {
  margin-top: auto;
  padding: 24px 0 34px;
  background: #071018;
  color: var(--text);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 18px;
}
.site-footer ul { list-style: none; padding: 0; margin: 12px 0 0; }
.site-footer li + li { margin-top: 8px; }
.footer-kicker { color: var(--cyan); }

.page-shell { width: min(calc(100% - 28px), 1120px); margin: 0 auto; padding: 26px 0 52px; }
.page-single { padding: 24px; border-radius: 12px; }
.page-title {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 14px;
}
.page-grid {
  display: grid;
  grid-template-columns: 320px minmax(0,1fr);
  gap: 18px;
}
.game-page-hero {
  display: grid;
  grid-template-columns: 320px minmax(0,1fr);
  gap: 18px;
  margin-bottom: 18px;
}
.game-page-hero__poster { overflow: hidden; border-radius: 10px; min-height: 240px; }
.game-page-hero__poster img { width: 100%; height: 100%; object-fit: cover; }
.page-stack { display: grid; gap: 18px; }
.game-frame { padding: 12px; border-radius: 12px; }
.game-frame iframe { width: 100%; aspect-ratio: 16/9; border: 0; border-radius: 8px; background: #000; }
.page-callout { align-self: start; border-radius: 12px; }
.micro-notes { display: grid; gap: 10px; margin-top: 12px; }
.micro-notes article { padding: 14px; border-radius: 10px; background: var(--panel-soft); border: 1px solid var(--line); }
.micro-notes h3 { margin: 0 0 6px; font-size: 1rem; font-family: "Space Grotesk", "Segoe UI", sans-serif; }

@media (max-width: 1100px) {
  .header-strip, .featured-zone__grid, .threat-grid, .support-grid__inner, .footer-grid, .game-row, .game-page-hero, .page-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .site-header { position: static; }
  .hero-banner__copy { padding: 38px 0 42px; }
}
