:root {
  --ink: #0b1217;
  --ink-soft: #15222b;
  --paper: #f4f1e9;
  --white: #fffdf8;
  --muted: #68727a;
  --line: #d8d3c8;
  --gold: #d6a936;
  --gold-dark: #9e7922;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.shell { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.narrow { max-width: 840px; }
.skip-link { position: fixed; top: .5rem; left: .5rem; transform: translateY(-150%); z-index: 100; background: var(--gold); color: var(--ink); padding: .65rem 1rem; font-weight: 800; }
.skip-link:focus { transform: none; }
.site-header { background: var(--ink); border-bottom: 1px solid #26343e; position: sticky; top: 0; z-index: 50; }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { width: min(380px, 55vw); }
.brand img { width: 100%; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 1.15rem; }
.primary-nav a, .site-footer a { color: #eef1f1; text-decoration: none; font-size: .86rem; font-weight: 700; }
.primary-nav a:hover, .primary-nav a:focus-visible, .site-footer a:hover { color: var(--gold); }
.menu-button { display: none; border: 1px solid #53616b; background: transparent; color: white; padding: .5rem .75rem; }
.intro-band { background: var(--ink); color: var(--white); padding: clamp(3.5rem, 8vw, 7rem) 0; }
.intro-grid { display: grid; grid-template-columns: 1.4fr .75fr; gap: clamp(2rem, 8vw, 8rem); align-items: end; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif; line-height: .98; text-transform: uppercase; letter-spacing: -.02em; }
h1 { font-size: clamp(3.4rem, 9vw, 7.8rem); margin-bottom: 0; }
h2 { font-size: clamp(2rem, 5vw, 4.2rem); margin-bottom: .75rem; }
h3 { font-size: clamp(1.45rem, 3vw, 2.35rem); }
.intro-copy, .lede { font-size: clamp(1.05rem, 2vw, 1.35rem); color: #bbc2c6; }
.eyebrow { margin-bottom: .65rem; font-size: .74rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.gold { color: var(--gold); }
.muted { color: var(--muted); }
.section { padding-top: clamp(3.5rem, 7vw, 6rem); padding-bottom: clamp(3.5rem, 7vw, 6rem); }
.section-heading { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: 1.5rem; }
.section-heading h2 { margin-bottom: 0; }
.preview-label { display: inline-flex; align-items: center; min-height: 28px; padding: .25rem .6rem; border: 1px solid var(--gold-dark); color: var(--gold-dark); text-transform: uppercase; letter-spacing: .12em; font-size: .65rem; font-weight: 900; }
.featured-media { min-height: 480px; position: relative; overflow: hidden; display: grid; place-items: center; background: #05090c; color: white; text-decoration: none; }
.featured-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,9,12,.85), transparent 55%); }
.featured-media > img { width: 100%; height: 100%; position: absolute; object-fit: cover; opacity: .82; transition: transform .35s ease; }
.featured-media:hover > img { transform: scale(1.015); }
.play-disc { width: 66px; height: 66px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--ink); position: relative; z-index: 2; padding-left: .25rem; }
.media-caption { position: absolute; z-index: 2; left: clamp(1rem, 4vw, 3rem); right: 1rem; bottom: 2rem; display: grid; }
.media-caption strong { font-family: "Arial Narrow", Impact, sans-serif; font-size: clamp(1.7rem, 4vw, 3.2rem); text-transform: uppercase; }
.media-caption small { color: #dce0e1; }
.section-dark { background: var(--ink-soft); color: white; }
.episode-feature { display: grid; grid-template-columns: .35fr 1.65fr; gap: 3rem; }
.episode-number { font-size: clamp(2.8rem, 8vw, 6rem); font-weight: 900; color: #4f5e68; line-height: .9; }
.episode-meta { color: var(--gold); font-weight: 700; }
.action-row, .watch-bar, .filter-row { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; padding: .7rem 1rem; border: 0; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; font-weight: 900; }
.button-gold { background: var(--gold); color: var(--ink); }
.button:disabled { opacity: .55; cursor: not-allowed; }
.platform-link, .text-link { font-weight: 900; text-decoration-thickness: 2px; text-underline-offset: .25em; }
.split-callout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; }
.question-callout { border-left: 5px solid var(--gold); padding: 1.5rem 0 1.5rem 2rem; }
.episode-list { border-top: 1px solid var(--line); }
.episode-row { display: grid; grid-template-columns: 80px 1fr auto; align-items: center; gap: 1rem; padding: 1.35rem .25rem; border-bottom: 1px solid var(--line); text-decoration: none; }
.episode-row:hover { background: rgba(214,169,54,.09); }
.episode-row strong, .episode-row small { display: block; }
.episode-row strong { font-size: 1.15rem; }
.episode-row small { color: var(--muted); margin-top: .2rem; }
.episode-index { color: var(--gold-dark); font-weight: 900; letter-spacing: .12em; }
.page-hero { background: var(--ink); color: white; padding: clamp(3rem, 7vw, 6rem) 0; }
.page-hero h1 { font-size: clamp(3rem, 8vw, 6.5rem); margin-bottom: 1rem; }
.page-hero p:last-child { max-width: 720px; color: #bdc4c8; font-size: 1.15rem; }
.chip { border: 1px solid #aeb5b8; border-radius: 999px; background: transparent; padding: .45rem .8rem; }
.chip.active { background: var(--ink); color: white; border-color: var(--ink); }
.video-placeholder, iframe { width: 100%; aspect-ratio: 16 / 9; border: 0; }
.video-placeholder { position: relative; display: grid; place-items: center; overflow: hidden; background: var(--ink); color: white; cursor: pointer; }
.video-placeholder > img { position: absolute; width: 100%; height: 100%; object-fit: cover; opacity: .58; }
.video-placeholder > span:last-child { position: absolute; bottom: 1.3rem; font-weight: 800; }
.watch-bar { justify-content: space-between; padding: 1rem 1.25rem; background: white; border: 1px solid var(--line); }
.prose { font-size: 1.08rem; padding-top: 3rem; }
.prose h2 { font-size: 2rem; margin-top: 2.5rem; }
.question-form { display: grid; gap: 1.2rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
label { display: grid; gap: .4rem; font-weight: 800; }
input, select, textarea { width: 100%; padding: .75rem; border: 1px solid #969fa4; border-radius: 0; background: white; color: var(--ink); }
input:focus, select:focus, textarea:focus, button:focus-visible, a:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.check { display: flex; align-items: flex-start; gap: .65rem; font-weight: 500; }
.check input { width: auto; margin-top: .3rem; }
.form-note { padding: 1rem; background: #ece3cb; border-left: 4px solid var(--gold-dark); }
.empty-state { border: 1px solid var(--line); border-top: 5px solid var(--gold); padding: clamp(1.5rem, 5vw, 3rem); background: var(--white); }
.site-footer { background: #070c10; color: white; padding: 3rem 0; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 3rem; }
.site-footer nav { display: grid; align-content: start; gap: .5rem; }
.footer-line { font-weight: 900; text-transform: uppercase; }
.admin-shell { min-height: calc(100vh - 86px); display: grid; grid-template-columns: 270px 1fr; background: #edf0f1; }
.admin-sidebar { background: #0e171d; color: white; padding: 2rem; }
.admin-sidebar h1 { font-size: 2.6rem; margin-bottom: 2rem; }
.admin-sidebar nav { display: grid; gap: .25rem; }
.admin-sidebar a { display: flex; justify-content: space-between; color: #c7cdd0; text-decoration: none; padding: .7rem; }
.admin-sidebar a.active { background: #223039; color: white; border-left: 3px solid var(--gold); }
.admin-main { padding: clamp(1.5rem, 4vw, 4rem); }
.admin-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.admin-stats article, .admin-panel { background: white; border: 1px solid #d7dcde; padding: 1.4rem; }
.admin-stats small, .admin-stats strong, .admin-stats a { display: block; }
.admin-stats strong { margin: .6rem 0 1.2rem; }
.admin-panel { margin-top: 1rem; display: flex; justify-content: space-between; gap: 2rem; align-items: center; }

@media (max-width: 900px) {
  .menu-button { display: block; }
  .primary-nav { display: none; position: absolute; left: 0; right: 0; top: 86px; padding: 1rem; background: var(--ink); flex-direction: column; align-items: stretch; }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: .65rem; }
  .intro-grid, .split-callout, .episode-feature, .footer-grid, .admin-shell { grid-template-columns: 1fr; }
  .intro-grid { align-items: start; }
  .featured-media { min-height: 360px; }
  .admin-sidebar { display: none; }
  .admin-stats { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .header-inner { min-height: 72px; }
  .primary-nav { top: 72px; }
  .brand { width: 240px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .featured-media { min-height: 260px; }
  .form-grid { grid-template-columns: 1fr; }
  .episode-row { grid-template-columns: 52px 1fr auto; }
  .episode-row small { font-size: .78rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

