:root {
  --ink: #050505;
  --paper: #f4f1e8;
  --white: #fff;
  --signal: #ffe800;
  --signal-soft: #fff65a;
  --live: #ff2d38;
  --muted: #b7b7b0;
  --line: rgba(255,255,255,.2);
  --max: 1440px;
  --pad: clamp(18px, 3vw, 48px);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", sans-serif;
  --mono: "Courier New", Courier, monospace;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--white); background: var(--ink); font-family: var(--sans); }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--ink); background: var(--signal); }

.skip-link {
  position: fixed; top: 8px; left: 8px; z-index: 200;
  padding: 12px 16px; color: var(--ink); background: var(--signal);
  transform: translateY(-140%); transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--signal); outline-offset: 4px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100; height: 88px;
  display: grid; grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  align-items: center; gap: 28px; padding: 0 var(--pad);
  border-bottom: 1px solid rgba(255,255,255,.18);
  background: rgba(5,5,5,.94); backdrop-filter: blur(16px);
  transition: height .25s ease, background .25s ease;
}
.site-header.is-compact { height: 68px; background: rgba(5,5,5,.985); }
.brand { width: clamp(150px, 14vw, 205px); display: block; }
.brand img { width: 100%; height: auto; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.4vw, 42px); }
.primary-nav a, .eyebrow, .signal-ticker, .micro, .tag, .button, .event-facts dt, .footer-nav a {
  font-family: var(--mono); font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
}
.primary-nav a { font-size: 14px; text-decoration: none; padding: 12px 2px; position: relative; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 2px; background: var(--signal); transition: right .2s ease; }
.primary-nav a:hover::after, .primary-nav a[aria-current="page"]::after { right: 0; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 22px; }
.live-status { display: inline-flex; align-items: center; gap: 9px; font: 700 13px/1 var(--mono); letter-spacing: .08em; }
.live-dot { display: inline-block; flex: 0 0 auto; width: 10px; aspect-ratio: 1; border-radius: 50%; background: var(--live); box-shadow: 0 0 0 0 rgba(255,45,56,.5); animation: pulse 1.8s infinite; }
.menu-toggle { display: none; border: 1px solid var(--line); background: transparent; color: #fff; width: 46px; height: 46px; cursor: pointer; }

.button {
  min-height: 50px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px;
  padding: 0 22px; border: 1px solid var(--signal); color: var(--ink); background: var(--signal);
  text-decoration: none; font-size: 14px; transition: transform .2s ease, color .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-3px); background: var(--signal-soft); }
.button--ghost { color: var(--signal); background: transparent; }
.button--ghost:hover { color: var(--ink); background: var(--signal); }
.button--dark { border-color: var(--ink); color: var(--white); background: var(--ink); }
.arrow { font-size: 24px; line-height: 1; }

.hero {
  --hero-image: url("assets/anime-disco-dancefloor-nerdyni-logo.webp");
  position: relative; min-height: min(930px, 100svh); overflow: hidden; padding-top: 88px;
  display: grid; align-items: end; isolation: isolate;
}
.hero::before {
  content: ""; position: absolute; inset: 88px 0 0; z-index: -3;
  background-image: var(--hero-image); background-size: cover; background-position: center;
  transform: scale(1.035); transition: opacity .35s ease, transform 8s ease;
  animation: hero-breathe 12s ease-in-out infinite alternate;
}
.hero::after {
  content: ""; position: absolute; inset: 88px 0 0; z-index: -2;
  background: linear-gradient(90deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.55) 42%, rgba(0,0,0,.12) 72%),
              linear-gradient(0deg, rgba(0,0,0,.95) 0%, transparent 55%);
}
.hero-grid {
  width: min(100%, var(--max)); margin: 0 auto; padding: 80px var(--pad) 92px;
  display: grid; grid-template-columns: minmax(390px, .88fr) minmax(430px, 1.12fr); align-items: end; gap: 48px;
}
.hero-copy { position: relative; z-index: 4; }
.hero h1, .page-hero h1, .section-title, .mission-title, .event-title {
  margin: 0; font-family: var(--display); font-weight: 900; text-transform: uppercase; letter-spacing: -.045em; line-height: .82;
}
.hero h1 { font-size: clamp(76px, 10.7vw, 174px); max-width: 700px; text-wrap: balance; text-shadow: 0 5px 30px #000; }
.hero-copy .button { min-width: min(100%, 360px); margin-top: 28px; }
.hero-frames { min-height: 520px; position: relative; }
.live-frame {
  position: absolute; border: 5px solid var(--signal); background: #111; box-shadow: 0 18px 48px rgba(0,0,0,.42);
  padding: 0; overflow: hidden; cursor: pointer; transition: transform .3s ease, z-index .1s linear;
}
.live-frame:hover, .live-frame:focus-visible { z-index: 5; transform: rotate(0) translateY(-6px); }
.live-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.live-frame:hover img { transform: scale(1.04); }
.live-frame span { position: absolute; left: 0; bottom: 0; padding: 8px 10px; color: #000; background: var(--signal); font: 700 12px/1 var(--mono); letter-spacing: .06em; }
.live-frame--one { width: 68%; aspect-ratio: 16/9; right: 1%; top: 0; transform: rotate(4deg); }
.live-frame--two { width: 60%; aspect-ratio: 16/9; left: 4%; bottom: 8px; transform: rotate(-3deg); }
.hero-control { position: absolute; right: var(--pad); bottom: 72px; z-index: 6; color: white; font: 700 12px/1 var(--mono); letter-spacing: .08em; }

.signal-ticker { position: relative; z-index: 8; overflow: hidden; color: var(--ink); background: var(--signal); border-block: 1px solid var(--ink); white-space: nowrap; }
.ticker-track { display: flex; width: max-content; animation: ticker 28s linear infinite; }
.ticker-track span { display: inline-flex; align-items: center; height: 52px; padding: 0 30px; border-right: 1px solid var(--ink); font-size: 14px; }
.ticker-track .now::before { content: ""; width: 9px; height: 9px; margin-right: 12px; border-radius: 50%; background: var(--live); }

.section { width: min(100%, var(--max)); margin: 0 auto; padding: clamp(88px, 10vw, 150px) var(--pad); }
.section-kicker { display: flex; align-items: center; gap: 16px; margin: 0 0 25px; font: 700 13px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.section-kicker::before { content: ""; width: 48px; height: 3px; background: var(--signal); }
.section-title { font-size: clamp(68px, 9vw, 142px); }
.section-intro { max-width: 700px; font-size: clamp(19px, 2vw, 28px); line-height: 1.35; }

.featured-event { display: grid; grid-template-columns: .38fr .72fr 1fr; align-items: start; gap: clamp(24px, 4vw, 64px); }
.big-date { color: var(--signal); font: 900 clamp(120px, 19vw, 280px)/.7 var(--display); letter-spacing: -.06em; }
.date-label { margin-top: 24px; font: 700 15px/1.4 var(--mono); text-transform: uppercase; }
.event-poster { position: relative; margin-top: 44px; transform: rotate(-2deg); }
.event-poster::before { content: ""; position: absolute; inset: -12px 14px 12px -14px; z-index: -1; border: 3px solid var(--signal); }
.event-poster img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.event-copy { padding-top: 42px; }
.event-title { font-size: clamp(56px, 6.8vw, 108px); }
.event-deck { max-width: 620px; color: #d9d9d3; font-size: clamp(18px, 1.6vw, 24px); line-height: 1.45; }
.event-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; padding: 1px; margin: 38px 0; background: var(--line); }
.event-facts div { padding: 20px; background: var(--ink); }
.event-facts dt { margin-bottom: 8px; color: var(--muted); font-size: 11px; }
.event-facts dd { margin: 0; font-size: 18px; font-weight: 700; }

.scene { color: var(--ink); background: var(--paper); }
.scene .section-kicker::before { background: var(--ink); }
.scene-grid { display: grid; grid-template-columns: 1.25fr .75fr .8fr; grid-template-rows: 300px 280px; gap: 16px; margin-top: 58px; }
.story-card { position: relative; overflow: hidden; min-height: 260px; color: var(--white); background: #111; text-decoration: none; }
.story-card:first-child { grid-row: 1/3; }
.story-card:nth-child(2) { grid-column: 2/4; }
.story-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.story-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.9), transparent 65%); }
.story-card:hover img { transform: scale(1.04); }
.story-card-copy { position: absolute; inset: auto 22px 20px; z-index: 2; }
.tag { display: inline-flex; margin-bottom: 10px; padding: 7px 8px; color: #000; background: var(--signal); font-size: 10px; }
.story-card h3 { max-width: 540px; margin: 0; font: 900 clamp(24px, 3vw, 45px)/.95 var(--display); letter-spacing: -.02em; text-transform: uppercase; }

.mission { position: relative; overflow: hidden; min-height: 720px; display: grid; align-items: center; isolation: isolate; }
.mission::before { content: ""; position: absolute; inset: 0; z-index: -2; background: url("assets/anime-disco-hands-in.webp") center/cover; filter: grayscale(1); }
.mission::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(0,0,0,.96), rgba(0,0,0,.48)); }
.mission-inner { width: min(100%, var(--max)); margin: auto; padding: 120px var(--pad); }
.mission-title { max-width: 1050px; font-size: clamp(70px, 10.4vw, 165px); }
.mission-title em { color: var(--signal); font-style: normal; }
.mission p { max-width: 690px; font-size: clamp(19px, 2vw, 28px); line-height: 1.4; }

.week-header { display: flex; justify-content: space-between; gap: 30px; align-items: end; }
.week-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; margin-top: 56px; }
.week-card { grid-column: span 4; position: relative; min-height: 520px; overflow: hidden; border: 1px solid var(--line); background: #111; text-decoration: none; }
.week-card:nth-child(2) { transform: translateY(42px); }
.week-card img { width: 100%; height: 100%; object-fit: cover; opacity: .78; transition: transform .4s ease, opacity .4s ease; }
.week-card:hover img { transform: scale(1.04); opacity: .98; }
.week-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, #000 0, transparent 65%); }
.week-card-copy { position: absolute; inset: auto 24px 24px; z-index: 2; }
.week-card h3 { margin: 8px 0; font: 900 39px/.92 var(--display); text-transform: uppercase; }
.week-card p { margin: 0; color: #d2d2cc; line-height: 1.45; }

.newsletter { color: var(--ink); background: var(--signal); }
.newsletter-inner { width: min(100%, var(--max)); margin: auto; padding: clamp(80px, 9vw, 130px) var(--pad); display: grid; grid-template-columns: 1fr .7fr; gap: 70px; align-items: end; }
.newsletter h2 { margin: 0; max-width: 850px; font: 900 clamp(72px, 10vw, 156px)/.8 var(--display); letter-spacing: -.05em; text-transform: uppercase; }
.newsletter p { max-width: 500px; font-size: 22px; line-height: 1.4; }
.newsletter .button { margin-top: 20px; }

.site-footer { border-top: 1px solid var(--line); }
.footer-main { width: min(100%, var(--max)); margin: auto; padding: 64px var(--pad) 32px; display: grid; grid-template-columns: 1fr auto; gap: 40px; }
.footer-brand { max-width: 210px; }
.footer-nav { display: grid; grid-template-columns: repeat(2, auto); gap: 18px 50px; }
.footer-nav a { font-size: 12px; text-decoration: none; }
.footer-bottom { width: min(100%, var(--max)); margin: auto; padding: 20px var(--pad) 30px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 24px; color: var(--muted); font-size: 12px; }

.page-main { padding-top: 88px; }
.page-hero { min-height: 520px; display: grid; align-items: end; position: relative; overflow: hidden; padding: 90px var(--pad) 64px; background: #111; isolation: isolate; }
.page-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(0,0,0,.92), rgba(0,0,0,.25)); }
.page-hero--events { background: url("assets/pokemon-quiz-wide.webp") center/cover; }
.page-hero--news { background: url("assets/anime-disco-lights.webp") center/cover; }
.page-hero--about { background: url("assets/pokemon-quiz-winners.webp") center/cover; }
.page-hero h1 { font-size: clamp(82px, 12vw, 190px); }
.page-hero p { max-width: 660px; font-size: clamp(19px, 2vw, 28px); }
.content-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(36px, 6vw, 100px); }
.prose { max-width: 760px; }
.prose h2 { margin: 1.6em 0 .5em; font: 900 clamp(42px, 5vw, 76px)/.95 var(--display); text-transform: uppercase; }
.prose p, .prose li { color: #deded7; font-size: 19px; line-height: 1.65; }
.event-detail-visual { position: sticky; top: 110px; align-self: start; }
.event-detail-visual img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.event-detail-visual .big-date { margin-top: -28px; position: relative; }
.event-detail-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 34px 0; }
.listing { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.listing-item { display: grid; grid-template-columns: 160px 1fr auto; gap: 30px; align-items: center; padding: 26px; color: var(--white); background: var(--ink); text-decoration: none; }
.listing-item img { width: 160px; height: 110px; object-fit: cover; }
.listing-item h2 { margin: 0 0 8px; font: 900 36px/1 var(--display); text-transform: uppercase; }
.listing-item p { margin: 0; color: var(--muted); }
.signup-card { max-width: 850px; margin: 0 auto; border: 3px solid var(--signal); padding: clamp(28px, 6vw, 76px); }
.signup-card h2 { margin: 0 0 18px; font: 900 clamp(56px, 8vw, 110px)/.85 var(--display); text-transform: uppercase; }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 34px 0; }
.field { display: grid; gap: 9px; }
.field label { font: 700 12px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.field input, .field select { min-height: 54px; border: 1px solid #666; border-radius: 0; padding: 0 14px; color: #fff; background: #111; }
.field--wide { grid-column: 1/-1; }
.form-note { color: var(--muted); line-height: 1.5; }

@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(255,45,56,0); } 100% { box-shadow: 0 0 0 0 rgba(255,45,56,0); } }
@keyframes hero-breathe { to { transform: scale(1.08); } }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; height: 76px; }
  .primary-nav { position: fixed; inset: 76px 0 auto; display: none; padding: 22px var(--pad); background: #050505; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; }
  .primary-nav.is-open { display: flex; }
  .header-actions .button, .live-status { display: none; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .page-main { padding-top: 76px; }
  .hero { padding-top: 76px; }
  .hero::before, .hero::after { inset: 76px 0 0; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 68px; }
  .hero h1 { max-width: 610px; }
  .hero-frames { min-height: 380px; }
  .live-frame--one { width: 66%; }
  .live-frame--two { width: 61%; }
  .featured-event { grid-template-columns: .3fr 1fr; }
  .event-copy { grid-column: 1/-1; }
  .scene-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 460px 280px; }
  .story-card:first-child { grid-row: auto; }
  .story-card:nth-child(2) { grid-column: auto; }
  .story-card:last-child { grid-column: 1/-1; }
  .week-grid { overflow-x: auto; grid-template-columns: repeat(3, minmax(300px, 72vw)); padding-bottom: 30px; }
  .week-card { grid-column: auto; }
  .newsletter-inner, .content-grid { grid-template-columns: 1fr; }
  .event-detail-visual { position: static; }
}

@media (max-width: 640px) {
  .site-header { padding-inline: 14px; }
  .brand { width: 150px; }
  .hero { min-height: 850px; }
  .hero-grid { padding: 54px 18px 76px; align-self: stretch; }
  .hero h1 { font-size: clamp(72px, 22vw, 108px); }
  .hero-frames { min-height: 300px; margin-top: 10px; }
  .live-frame { border-width: 3px; }
  .live-frame--one { width: 75%; right: 0; }
  .live-frame--two { width: 70%; left: 0; bottom: 4px; }
  .hero-control { display: none; }
  .ticker-track span { height: 46px; padding-inline: 22px; font-size: 12px; }
  .featured-event { grid-template-columns: 1fr; }
  .big-date { font-size: 150px; }
  .event-poster { margin-top: 0; width: 86%; margin-left: auto; }
  .event-facts { grid-template-columns: 1fr; }
  .scene-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(3, 390px); }
  .story-card:last-child { grid-column: auto; }
  .week-header { display: block; }
  .week-grid { grid-template-columns: repeat(3, 84vw); }
  .week-card:nth-child(2) { transform: none; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-nav { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; }
  .listing-item { grid-template-columns: 1fr; }
  .listing-item img { width: 100%; height: 210px; }
  .field-grid { grid-template-columns: 1fr; }
  .field--wide { grid-column: auto; }
}

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

/* Live Signal v2: carousel, editorial feed and resources */
.brand,
.footer-brand { background: transparent; }
.brand img,
.footer-brand img { filter: none; }
.hero h1,
.page-hero h1,
.section-title,
.mission-title,
.event-title { letter-spacing: -.025em; line-height: .88; }
.hero--carousel::before { display: none; }
.hero--carousel::after {
  inset: 88px 0 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.48) 43%, rgba(0,0,0,.05) 78%),
              linear-gradient(0deg, rgba(0,0,0,.94) 0%, transparent 56%);
}
.hero-media { position: absolute; inset: 88px 0 0; z-index: -2; overflow: hidden; background: #050505; }
.hero-media-item { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.025); transition: opacity .7s ease, transform 8s ease; }
.hero-media-item.is-active { opacity: 1; transform: scale(1.075); }
.hero-grid--carousel { grid-template-columns: minmax(440px, .9fr) minmax(420px, 1.1fr); padding-bottom: 158px; }
.hero-deck { max-width: 650px; margin: 26px 0 0; color: #e4e4dd; font-size: clamp(18px, 1.65vw, 25px); line-height: 1.42; text-shadow: 0 3px 15px #000; }
.hero-live-stack { min-height: 500px; position: relative; }
.hero-photo { position: absolute; margin: 0; overflow: hidden; border: 4px solid var(--signal); background: #111; box-shadow: 0 22px 60px rgba(0,0,0,.46); transition: transform .45s ease; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; transition: opacity .25s ease, transform .45s ease; }
.hero-photo figcaption { position: absolute; left: 0; bottom: 0; padding: 9px 12px; color: #000; background: var(--signal); font: 700 11px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.hero-photo--front { width: 61%; aspect-ratio: 4/3; right: 1%; top: 2%; z-index: 2; transform: rotate(3deg); }
.hero-photo--back { width: 57%; aspect-ratio: 16/10; left: 1%; bottom: 3%; transform: rotate(-4deg); }
.hero-live-stack:hover .hero-photo--front { transform: rotate(1deg) translateY(-8px); }
.hero-live-stack:hover .hero-photo--back { transform: rotate(-2deg) translateY(6px); }
.ai-disclosure { position: absolute; right: var(--pad); top: 106px; z-index: 8; padding: 8px 10px; border: 1px solid rgba(255,255,255,.5); color: #fff; background: rgba(0,0,0,.76); font: 700 10px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.hero-switcher { position: absolute; z-index: 10; inset: auto var(--pad) 22px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.34); background: rgba(5,5,5,.84); backdrop-filter: blur(14px); }
.hero-switch { min-height: 78px; display: grid; grid-template-columns: 36px 1fr; align-content: center; gap: 12px; padding: 13px 18px; border: 0; border-right: 1px solid rgba(255,255,255,.22); color: #fff; background: transparent; text-align: left; cursor: pointer; position: relative; }
.hero-switch:last-child { border-right: 0; }
.hero-switch::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 5px; background: var(--signal); transition: right .35s ease; }
.hero-switch.is-active::after { right: 0; }
.hero-switch span { color: var(--signal); font: 700 12px/1 var(--mono); }
.hero-switch strong { font: 900 clamp(16px, 1.5vw, 23px)/1 var(--display); letter-spacing: .01em; text-transform: uppercase; }

.newsroom-heading,
.resource-heading { display: grid; grid-template-columns: 1fr minmax(240px, .34fr); gap: 50px; align-items: end; }
.newsroom-heading .button { justify-self: end; margin-bottom: 12px; }
.newsroom-lead-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(310px, .55fr); gap: 18px; margin-top: 56px; }
.editorial-lead { min-height: 660px; position: relative; overflow: hidden; color: #fff; background: #111; text-decoration: none; }
.editorial-lead::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.94), transparent 66%); }
.editorial-lead img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.editorial-lead:hover img { transform: scale(1.035); }
.editorial-lead-copy { position: absolute; inset: auto 30px 28px; z-index: 2; }
.editorial-lead-copy h3 { max-width: 900px; margin: 0; font: 900 clamp(45px, 5vw, 82px)/.92 var(--display); letter-spacing: -.02em; text-transform: uppercase; }
.editorial-lead-copy p { max-width: 650px; margin: 14px 0 0; font-size: 18px; line-height: 1.45; }
.news-rail { display: grid; grid-template-rows: repeat(4, 1fr); border-top: 2px solid #000; }
.news-rail-item { display: grid; grid-template-columns: 124px 1fr; gap: 16px; align-items: center; padding: 14px 0; border-bottom: 1px solid rgba(0,0,0,.3); color: #000; text-decoration: none; }
.news-rail-item img { width: 124px; aspect-ratio: 4/3; height: auto; object-fit: cover; }
.news-rail-item span { display: grid; gap: 7px; }
.news-rail-item small,
.latest-strip small,
.resource-card small { font: 700 10px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.news-rail-item strong { font: 900 clamp(21px, 2vw, 31px)/.95 var(--display); text-transform: uppercase; }
.latest-strip { margin-top: 40px; border-top: 5px solid #000; }
.latest-strip article { display: grid; grid-template-columns: 56px 150px 1fr; gap: 20px; align-items: center; padding: 18px 0; border-bottom: 1px solid rgba(0,0,0,.3); }
.latest-strip img { width: 150px; height: 94px; object-fit: cover; }
.latest-number { font: 900 32px/1 var(--display); }
.latest-strip h3 { margin: 6px 0 4px; font: 900 clamp(27px, 3vw, 46px)/.95 var(--display); text-transform: uppercase; }
.latest-strip p { margin: 0; color: #373732; }

.resource-band { color: #fff; background: #101010; border-block: 1px solid var(--line); }
.resource-heading > p { max-width: 440px; margin: 0 0 12px; color: #cfcfc7; font-size: 20px; line-height: 1.5; }
.resource-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-template-rows: repeat(2, 310px); gap: 15px; margin-top: 58px; }
.resource-card { position: relative; overflow: hidden; color: #fff; background: #222; text-decoration: none; }
.resource-card--wide { grid-row: 1/3; }
.resource-card--text { color: #000; background: var(--signal); }
.resource-card img { width: 100%; height: 100%; object-fit: cover; opacity: .74; transition: transform .4s ease, opacity .4s ease; }
.resource-card:hover img { transform: scale(1.035); opacity: .92; }
.resource-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.96), transparent 65%); }
.resource-card--text::after { display: none; }
.resource-card > div { position: absolute; z-index: 2; inset: auto 24px 24px; }
.resource-card h3 { margin: 8px 0; font: 900 clamp(28px, 3.2vw, 54px)/.93 var(--display); letter-spacing: -.01em; text-transform: uppercase; }
.resource-card p { margin: 8px 0 0; max-width: 540px; line-height: 1.45; }
.resource-card-index { position: absolute; z-index: 3; top: 16px; left: 16px; width: 40px; height: 40px; display: grid; place-items: center; color: #000; background: var(--signal); font: 900 18px/1 var(--display); }
.resource-card--text .resource-card-index { color: #fff; background: #000; }

.newsletter--visual { position: relative; min-height: 850px; overflow: hidden; color: #fff; background: #050505; isolation: isolate; }
.newsletter-visual { position: absolute; inset: 0; z-index: -2; }
.newsletter-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.95), rgba(0,0,0,.5) 55%, rgba(0,0,0,.18)); }
.newsletter-visual img { width: 100%; height: 100%; object-fit: cover; }
.newsletter-visual span { position: absolute; z-index: 2; top: 24px; right: 24px; padding: 8px 10px; border: 1px solid #fff; color: #fff; background: rgba(0,0,0,.75); font: 700 10px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.newsletter--visual .newsletter-inner { min-height: 620px; align-items: center; }
.newsletter--visual .newsletter-inner h2 { color: #fff; text-shadow: 0 4px 24px #000; }
.newsletter--visual .newsletter-inner p { color: #fff; text-shadow: 0 2px 12px #000; }
.newsletter-proof { width: min(100%, var(--max)); margin: -30px auto 0; padding: 0 var(--pad) 50px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; position: relative; z-index: 3; }
.newsletter-proof img { width: 100%; height: 220px; object-fit: cover; border: 3px solid var(--signal); }

.page-hero--resources { background: url("assets/pavilion-pub-quiz.webp") center/cover; }
.about-mosaic { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 330px 300px; gap: 14px; }
.about-mosaic img { width: 100%; height: 100%; object-fit: cover; }
.about-mosaic img:first-child { grid-row: 1/3; }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 48px; background: var(--line); }
.principle { min-height: 290px; padding: 30px; background: #0b0b0b; }
.principle span { color: var(--signal); font: 900 42px/1 var(--display); }
.principle h3 { margin: 60px 0 12px; font: 900 34px/1 var(--display); text-transform: uppercase; }
.principle p { color: #cfcfc8; line-height: 1.55; }
.team-feature { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; align-items: center; }
.team-feature img { width: 100%; max-height: 620px; object-fit: cover; filter: saturate(.85); }
.team-feature h2 { margin: 0; font: 900 clamp(60px, 8vw, 126px)/.88 var(--display); text-transform: uppercase; }

@media (max-width: 1100px) {
  .hero-grid--carousel { grid-template-columns: minmax(400px, 1fr) minmax(360px, .9fr); }
  .hero-photo--front { width: 70%; }
  .hero-photo--back { width: 66%; }
  .newsroom-lead-grid { grid-template-columns: 1fr; }
  .news-rail { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; gap: 0 22px; }
  .resource-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 420px 280px 280px; }
  .resource-card--wide { grid-column: 1/3; grid-row: auto; }
}

@media (max-width: 980px) {
  .hero--carousel::after { inset: 76px 0 0; }
  .hero-media { inset: 76px 0 0; }
  .hero-grid--carousel { grid-template-columns: 1fr; padding-bottom: 264px; }
  .hero-live-stack { min-height: 360px; }
  .hero h1 { font-size: clamp(74px, 15vw, 124px); max-width: 780px; }
  .hero-switcher { grid-template-columns: 1fr; }
  .hero-switch { min-height: 60px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .ai-disclosure { top: 90px; }
  .newsroom-heading,
  .resource-heading { grid-template-columns: 1fr; }
  .newsroom-heading .button { justify-self: start; }
  .resource-heading > p { max-width: 680px; }
  .newsletter--visual .newsletter-inner { min-height: 570px; }
  .team-feature { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .hero--carousel { min-height: 1040px; }
  .hero-grid--carousel { padding: 78px 18px 255px; }
  .hero-deck { font-size: 17px; }
  .hero-live-stack { min-height: 300px; }
  .hero-photo--front { width: 73%; }
  .hero-photo--back { width: 68%; }
  .ai-disclosure { left: 18px; right: auto; top: 88px; max-width: 220px; line-height: 1.3; }
  .hero-switcher { inset: auto 18px 18px; }
  .hero-switch { min-height: 58px; }
  .editorial-lead { min-height: 520px; }
  .editorial-lead-copy { inset: auto 20px 20px; }
  .news-rail { grid-template-columns: 1fr; }
  .latest-strip article { grid-template-columns: 36px 96px 1fr; gap: 12px; }
  .latest-strip img { width: 96px; height: 78px; }
  .latest-strip p { display: none; }
  .resource-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 380px); }
  .resource-card--wide { grid-column: auto; }
  .newsletter--visual { min-height: 1080px; }
  .newsletter-proof { grid-template-columns: 1fr 1fr; }
  .newsletter-proof img { height: 180px; }
  .newsletter-proof img:last-child { grid-column: 1/3; }
  .about-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 360px 220px; }
  .about-mosaic img:first-child { grid-column: 1/3; grid-row: auto; }
  .principles-grid { grid-template-columns: 1fr; }
}

.page-hero--editorial { min-height: 690px; background-position: center; background-size: cover; }
.page-hero--editorial::after { background: linear-gradient(90deg, rgba(0,0,0,.92), rgba(0,0,0,.12)), linear-gradient(0deg, rgba(0,0,0,.8), transparent 55%); }
.page-ai-label { position: absolute; top: 24px; right: 24px; padding: 8px 10px; border: 1px solid #fff; color: #fff; background: rgba(0,0,0,.74); font: 700 10px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.news-index-top { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr); gap: 28px; }
.news-main-story { position: relative; min-height: 680px; overflow: hidden; display: block; color: #fff; background: #111; text-decoration: none; }
.news-main-story::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.96), transparent 66%); }
.news-main-story > img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.news-main-story:hover > img { transform: scale(1.035); }
.news-main-story > div { position: absolute; z-index: 2; inset: auto 32px 30px; }
.news-main-story h2 { max-width: 930px; margin: 0; font: 900 clamp(54px, 6.5vw, 102px)/.9 var(--display); letter-spacing: -.02em; text-transform: uppercase; }
.news-main-story p { max-width: 700px; font-size: 18px; line-height: 1.45; }
.story-byline { font: 700 11px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.news-hot { border-top: 5px solid var(--signal); }
.news-hot .section-kicker { margin: 22px 0; }
.news-hot ol { list-style: none; margin: 0; padding: 0; }
.news-hot li { border-top: 1px solid var(--line); }
.news-hot a { display: grid; grid-template-columns: 44px 1fr; gap: 12px; padding: 22px 0; text-decoration: none; font: 900 clamp(23px, 2.3vw, 36px)/.96 var(--display); text-transform: uppercase; }
.news-hot a span { color: var(--signal); font-size: 22px; }
.news-latest-heading { margin-top: 96px; display: flex; align-items: end; justify-content: space-between; gap: 28px; border-bottom: 6px solid #fff; }
.news-latest-heading h2 { margin: 0 0 -8px; font: 900 clamp(74px, 10vw, 150px)/.8 var(--display); text-transform: uppercase; }
.news-filter { display: flex; flex-wrap: wrap; gap: 10px; padding-bottom: 13px; }
.news-filter span { padding: 8px 10px; border: 1px solid var(--line); font: 700 10px/1 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.kotaku-feed article { display: grid; grid-template-columns: minmax(260px, .62fr) minmax(0, 1.38fr); gap: 28px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.kotaku-feed article > a,
.story-thumb { overflow: hidden; display: block; }
.kotaku-feed img { width: 100%; height: 260px; object-fit: cover; transition: transform .4s ease; }
.kotaku-feed article:hover img { transform: scale(1.035); }
.story-type { display: inline-block; padding: 7px 8px; color: #000; background: var(--signal); font: 700 10px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.kotaku-feed h3 { margin: 13px 0 10px; font: 900 clamp(40px, 5.2vw, 76px)/.9 var(--display); letter-spacing: -.015em; text-transform: uppercase; }
.kotaku-feed p { max-width: 760px; color: #cecec7; font-size: 18px; line-height: 1.48; }
.kotaku-feed small { color: #92928d; font: 700 10px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.newsletter--compact { min-height: 690px; }
.newsletter--compact .newsletter-inner { min-height: 690px; }
.newsletter--compact .newsletter-inner h2 { font-size: clamp(62px, 8vw, 126px); }

@media (max-width: 900px) {
  .news-index-top { grid-template-columns: 1fr; }
  .news-hot ol { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
}

@media (max-width: 620px) {
  .page-hero--editorial { min-height: 610px; }
  .news-main-story { min-height: 590px; }
  .news-main-story > div { inset: auto 20px 20px; }
  .news-hot ol { grid-template-columns: 1fr; }
  .news-latest-heading { display: block; }
  .kotaku-feed article { grid-template-columns: 1fr; }
  .kotaku-feed img { height: 230px; }
}

.prose blockquote { margin: 1.6em 0; padding-left: 24px; border-left: 6px solid var(--signal); color: #fff; font: 900 clamp(34px, 4vw, 58px)/1 var(--display); text-transform: uppercase; }
.newsletter-hero { min-height: min(900px, 100svh); position: relative; overflow: hidden; display: grid; align-items: end; isolation: isolate; }
.newsletter-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.4) 60%, rgba(0,0,0,.1)), linear-gradient(0deg, rgba(0,0,0,.9), transparent 55%); }
.newsletter-hero > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.newsletter-hero-copy { width: min(100%, var(--max)); margin: 0 auto; padding: 150px var(--pad) 110px; }
.newsletter-hero h1 { max-width: 900px; margin: 0; font: 900 clamp(82px, 12vw, 188px)/.86 var(--display); letter-spacing: -.025em; text-transform: uppercase; }
.newsletter-hero p:not(.section-kicker) { max-width: 690px; font-size: clamp(19px, 2vw, 28px); line-height: 1.4; }
.newsletter-collage { width: min(100%, var(--max)); margin: 0 auto; padding: 22px var(--pad) 0; display: grid; grid-template-columns: 1.1fr .8fr 1fr .9fr; gap: 12px; }
.newsletter-collage figure { margin: 0; position: relative; overflow: hidden; min-height: 300px; background: #111; }
.newsletter-collage figure:nth-child(even) { transform: translateY(34px); }
.newsletter-collage img { width: 100%; height: 100%; object-fit: cover; }
.newsletter-collage figcaption { position: absolute; inset: auto 0 0; padding: 10px 12px; color: #000; background: var(--signal); font: 700 10px/1 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.signup-split { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(48px, 7vw, 110px); align-items: start; }
.signup-benefits { list-style: none; margin: 44px 0 0; padding: 0; }
.signup-benefits li { display: grid; grid-template-columns: 50px 1fr; gap: 14px; padding: 18px 0; border-top: 1px solid var(--line); font-size: 18px; line-height: 1.4; }
.signup-benefits span { color: var(--signal); font: 900 26px/1 var(--display); }
.consent-field label { display: grid; grid-template-columns: 24px 1fr; gap: 10px; align-items: start; font-family: var(--sans); font-weight: 400; line-height: 1.45; text-transform: none; letter-spacing: 0; }
.consent-field input { min-height: auto; width: 20px; height: 20px; margin: 0; accent-color: var(--signal); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.turnstile-slot { min-height: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.form-status { margin: 0 0 1rem; padding: .9rem 1rem; border-left: 4px solid var(--live-red); background: rgba(255, 59, 48, .12); color: var(--warm-white); font-weight: 700; }

@media (max-width: 900px) {
  .newsletter-collage { grid-template-columns: repeat(2, 1fr); }
  .newsletter-collage figure:nth-child(even) { transform: none; }
  .signup-split { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .newsletter-hero { min-height: 760px; }
  .newsletter-hero-copy { padding-bottom: 70px; }
  .newsletter-collage { grid-template-columns: 1fr 1fr; }
  .newsletter-collage figure { min-height: 230px; }
}

.resource-index-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 56px; }
.resource-index-card { overflow: hidden; border: 1px solid var(--line); background: #0c0c0c; }
.resource-index-card img { width: 100%; height: 340px; object-fit: cover; }
.resource-index-card > div { padding: 26px; }
.resource-index-card h2 { margin: 14px 0; font: 900 clamp(40px, 5vw, 74px)/.92 var(--display); letter-spacing: -.015em; text-transform: uppercase; }
.resource-index-card p { color: #cfcfc8; font-size: 18px; line-height: 1.5; }
.resource-index-card strong { display: block; margin-top: 22px; color: var(--signal); font: 700 11px/1.4 var(--mono); letter-spacing: .06em; text-transform: uppercase; }

@media (max-width: 760px) {
  .resource-index-grid { grid-template-columns: 1fr; }
  .resource-index-card img { height: 290px; }
}

.article-header { width: min(100%, 1180px); margin: 0 auto; padding: clamp(90px, 12vw, 180px) var(--pad) 60px; }
.article-header h1 { max-width: 1100px; margin: 0; font: 900 clamp(72px, 10vw, 154px)/.88 var(--display); letter-spacing: -.02em; text-transform: uppercase; }
.article-standfirst { max-width: 870px; margin: 30px 0; color: #d5d5ce; font-size: clamp(21px, 2.3vw, 31px); line-height: 1.42; }
.article-meta { display: flex; flex-wrap: wrap; gap: 1px; }
.article-meta span { padding: 10px 13px; color: #000; background: var(--signal); font: 700 10px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.article-lead { width: min(100%, 1440px); margin: 0 auto; padding: 0 var(--pad); }
.article-lead img { width: 100%; max-height: 820px; object-fit: cover; }
.article-lead figcaption { padding-top: 9px; color: var(--muted); font-size: 12px; }
.article-body { width: min(100% - 36px, 820px); margin: 0 auto; padding: 70px 0 130px; }
.article-body h2 { margin: 1.45em 0 .5em; font: 900 clamp(43px, 6vw, 76px)/.92 var(--display); letter-spacing: -.015em; text-transform: uppercase; }
.article-body p { color: #deded8; font-size: clamp(18px, 1.6vw, 21px); line-height: 1.7; }
.article-body blockquote { margin: 1.6em -80px; padding: 24px 0 24px 28px; border-left: 7px solid var(--signal); font: 900 clamp(38px, 5vw, 66px)/1 var(--display); text-transform: uppercase; }
.article-body > img { width: calc(100% + 160px); max-width: none; margin: 48px -80px 12px; max-height: 650px; object-fit: cover; }
.article-cta { margin-top: 70px; padding: 34px; color: #000; background: var(--signal); }
.article-cta h2 { margin-top: 0; }
.article-cta p { color: #000; }
.article-cta .button { margin: 8px 8px 0 0; }
.article-cta .button--ghost { border-color: #000; color: #000; }

@media (max-width: 760px) {
  .article-body blockquote { margin-inline: 0; }
  .article-body > img { width: 100%; margin-inline: 0; }
}

/* Generated editorial, archive and trust surfaces */
.preview-notice { position: sticky; top: 88px; z-index: 20; padding: 12px var(--pad); color: #000; background: var(--signal); font: 700 12px/1.4 var(--mono); letter-spacing: .04em; text-align: center; text-transform: uppercase; }
.section-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.article-page { padding-bottom: 40px; }
.article-dek { max-width: 880px; color: #d5d5ce; font-size: clamp(21px, 2.3vw, 31px); line-height: 1.42; }
.byline { color: var(--muted); font: 700 11px/1.5 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.byline a { color: var(--signal); }
.article-body ul { padding-left: 1.2em; color: #deded8; font-size: clamp(18px, 1.6vw, 21px); line-height: 1.7; }
.article-body li + li { margin-top: .55em; }
.article-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 34px 0; }
.article-gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.image-credit { color: var(--muted) !important; font: 700 11px/1.5 var(--mono) !important; letter-spacing: .04em; text-transform: uppercase; }
.photo-wall { display: grid; grid-template-columns: repeat(12, 1fr); gap: 12px; margin: 26px 0 76px; }
.photo-wall figure { grid-column: span 6; margin: 0; overflow: hidden; background: #101010; }
.photo-wall figure:nth-child(3n) { grid-column: span 4; }
.photo-wall figure:nth-child(4n) { grid-column: span 8; }
.photo-wall img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .35s ease; }
.photo-wall figure:hover img { transform: scale(1.025); }
.photo-wall figcaption { padding: 10px 12px; color: #000; background: var(--signal); font: 700 10px/1.35 var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.policy-page { width: min(100% - 36px, 900px); margin: 0 auto; padding: 46px 0 100px; }
.policy-page .brand { display: inline-flex; margin-bottom: 80px; }
.policy-page .prose h1 { margin: 0 0 32px; font: 900 clamp(72px, 11vw, 142px)/.86 var(--display); letter-spacing: -.02em; text-transform: uppercase; }
.policy-page .prose h2 { margin-top: 1.5em; }
.author-profile { padding-top: clamp(110px, 14vw, 190px); }
.author-profile h1 { margin: 0 0 28px; font: 900 clamp(76px, 11vw, 156px)/.86 var(--display); letter-spacing: -.02em; text-transform: uppercase; }
.footer-bottom a { color: inherit; }

@media (max-width: 760px) {
  .article-gallery { grid-template-columns: 1fr; }
  .photo-wall figure,
  .photo-wall figure:nth-child(3n),
  .photo-wall figure:nth-child(4n) { grid-column: span 12; }
  .policy-page .brand { margin-bottom: 48px; }
}
