:root {
  --bg: #0b0b0f;
  --bg-2: #121218;
  --surface: #1a1a22;
  --line: #2a2a36;
  --text: #f4f4f5;
  --muted: #a1a1aa;
  --gold: #e8b923;
  --gold-dim: #b8921c;
  --hot: #e11d48;
  --hot-2: #be123c;
  --live: #22c55e;
  --radius: 12px;
  --max: 1180px;
  --font: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
  min-height: 100vh;
}
img { max-width: 100%; display: block; }
a { color: var(--gold); text-decoration: none; }
a:hover { color: #f5d76e; }
.wrap { width: min(var(--max), calc(100% - 32px)); margin-inline: auto; }

/* AGE GATE */
.gate {
  position: fixed; inset: 0; z-index: 80;
  background: rgba(5,5,8,.92);
  display: grid; place-items: center;
  padding: 24px;
}
.gate[hidden] { display: none; }
.gate-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  max-width: 420px;
  padding: 32px 28px;
  text-align: center;
}
.gate-card h2 { margin: 0 0 8px; font-size: 1.4rem; }
.gate-card p { color: var(--muted); margin: 0 0 20px; }
.gate-actions { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }

/* HEADER */
.top {
  position: sticky; top: 0; z-index: 40;
  background: rgba(11,11,15,.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.top-inner {
  display: flex; align-items: center; gap: 20px;
  height: 64px;
}
.logo {
  display: flex; align-items: baseline; gap: 6px;
  color: var(--text); font-weight: 800; letter-spacing: -.03em;
  font-size: 1.15rem; white-space: nowrap;
}
.logo span { color: var(--gold); }
.nav { display: flex; gap: 16px; margin-left: auto; flex-wrap: wrap; }
.nav a { color: var(--muted); font-size: .92rem; font-weight: 600; }
.nav a:hover, .nav a.active { color: var(--text); }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  border: 0; border-radius: 999px; cursor: pointer;
  font-weight: 700; font-size: .92rem;
  padding: 10px 18px; text-decoration: none;
}
.btn-hot { background: var(--hot); color: #fff !important; }
.btn-hot:hover { background: var(--hot-2); color: #fff !important; }
.btn-gold { background: var(--gold); color: #111 !important; }
.btn-gold:hover { background: #f5d76e; color: #111 !important; }
.btn-ghost {
  background: transparent; color: var(--text) !important;
  border: 1px solid var(--line);
}

/* HERO */
.hero {
  padding: 48px 0 28px;
  background:
    radial-gradient(900px 280px at 80% -10%, rgba(232,185,35,.12), transparent),
    radial-gradient(700px 240px at 10% 120%, rgba(225,29,72,.1), transparent);
}
.kicker {
  color: var(--gold); font-size: .78rem; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase; margin: 0 0 8px;
}
.hero h1 { font-size: clamp(1.8rem, 4vw, 2.7rem); line-height: 1.15; margin: 0 0 12px; letter-spacing: -.03em; }
.lede { color: var(--muted); max-width: 62ch; margin: 0 0 22px; font-size: 1.05rem; }
.hero-cta { display: flex; gap: 10px; flex-wrap: wrap; }

/* SECTIONS */
section { padding: 36px 0; }
.sec-head {
  display: flex; align-items: end; justify-content: space-between;
  gap: 12px; margin-bottom: 18px; flex-wrap: wrap;
}
.sec-head h2 { margin: 0; font-size: 1.35rem; letter-spacing: -.02em; }
.sec-head p { margin: 0; color: var(--muted); font-size: .92rem; }

/* GRIDS */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 14px;
}
.grid-lg { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform .18s ease, border-color .18s;
  color: inherit;
  display: block;
}
.card:hover { transform: translateY(-3px); border-color: #3f3f50; color: inherit; }
.poster {
  aspect-ratio: 16/9;
  background: #0e0e14 center/cover no-repeat;
  position: relative;
}
.poster .chips {
  position: absolute; inset: 8px 8px auto 8px;
  display: flex; gap: 6px; flex-wrap: wrap;
}
.chip {
  font-size: .68rem; font-weight: 800; letter-spacing: .04em;
  padding: 3px 7px; border-radius: 999px; background: #000c; color: #fff;
}
.chip.live { background: var(--live); color: #052e16; }
.chip.hot { background: var(--hot); }
.card-body { padding: 10px 12px 12px; }
.card-body h3 { margin: 0 0 4px; font-size: .95rem; line-height: 1.3; }
.meta { color: var(--muted); font-size: .78rem; }

/* HUB TILES */
.hubs { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 12px; }
.hub {
  background: linear-gradient(180deg, #22222c, #16161d);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px 16px;
  color: var(--text);
}
.hub:hover { border-color: var(--gold-dim); color: var(--text); }
.hub strong { display: block; font-size: 1.02rem; margin-bottom: 4px; }
.hub span { color: var(--muted); font-size: .82rem; }

/* ARTICLE */
.prose { max-width: 72ch; }
.prose h1 { font-size: clamp(1.6rem, 3.4vw, 2.2rem); letter-spacing: -.03em; margin: 8px 0 12px; }
.prose h2 { margin: 28px 0 8px; font-size: 1.25rem; }
.prose p, .prose li { color: #d4d4d8; }
.prose ul { padding-left: 1.15rem; }
.table-wrap { overflow-x: auto; margin: 16px 0 24px; }
table {
  width: 100%; border-collapse: collapse; font-size: .92rem;
  background: var(--surface); border-radius: 10px; overflow: hidden;
}
th, td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line); }
th { color: var(--gold); font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
.cta-band {
  margin: 28px 0;
  padding: 22px;
  border-radius: 14px;
  background: linear-gradient(135deg, #2a1a12, #1a1218 55%, #16161d);
  border: 1px solid #3a2a1a;
}
.cta-band h3 { margin: 0 0 6px; }
.cta-band p { margin: 0 0 14px; color: var(--muted); }

.faq details {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: 10px; padding: 12px 14px; margin-bottom: 8px;
}
.faq summary { cursor: pointer; font-weight: 700; }

/* FOOTER */
footer {
  margin-top: 40px;
  border-top: 1px solid var(--line);
  background: var(--bg-2);
  padding: 36px 0 24px;
  color: var(--muted); font-size: .85rem;
}
.foot-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 24px; margin-bottom: 24px;
}
.foot-grid h4 { color: var(--text); margin: 0 0 10px; font-size: .9rem; }
.foot-grid a { display: block; color: var(--muted); margin: 6px 0; }
.legal { border-top: 1px solid var(--line); padding-top: 16px; font-size: .78rem; }

.sticky-cta {
  display: none;
  position: fixed; bottom: 12px; left: 12px; right: 12px; z-index: 30;
  justify-content: center;
}
.sticky-cta a { width: 100%; max-width: 420px; }

@media (max-width: 800px) {
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .nav { display: none; }
  .nav.open {
    display: flex; position: absolute; top: 64px; left: 0; right: 0;
    background: #121218; flex-direction: column; padding: 12px 16px 16px;
    border-bottom: 1px solid var(--line);
  }
  .menu-btn { margin-left: auto; }
  .sticky-cta { display: flex; }
}
@media (min-width: 801px) { .menu-btn { display: none; } }
