
  :root {
    --bg:       #130d08;
    --bg2:      #1c1208;
    --bg3:      #251808;
    --gold:     #c4500a;
    --gold2:    #a03d08;
    --amber:    #d4a96a;
    --cream:    #e8d8b0;
    --muted:    #8a7060;
    --faint:    #2e1e10;
    --white:    #f5ead8;
    --sans:     'DM Sans', sans-serif;
    --serif:    'DM Serif Display', serif;
    --display:  'Bebas Neue', sans-serif;
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  html { scroll-behavior: smooth; }

  body {
    background: var(--bg);
    color: var(--cream);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
  }

  /* ── NAV ── */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 40px;
    height: 64px;
    background: rgba(14,13,11,0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--faint);
  }
  .nav-logo {
    font-family: var(--display);
    font-size: 22px;
    letter-spacing: 0.12em;
    color: var(--gold);
    text-decoration: none;
    cursor: pointer;
  }
  .nav-logo span { color: var(--cream); }
  .nav-links { display: flex; gap: 32px; align-items: center; }
  .nav-links a {
    color: var(--muted); text-decoration: none;
    font-size: 13px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase;
    transition: color .2s;
    cursor: pointer;
  }
  .nav-links a:hover { color: var(--gold); }
  .nav-cta {
    background: var(--gold);
    color: var(--bg) !important;
    padding: 8px 20px;
    border-radius: 2px;
    font-weight: 600 !important;
    font-size: 12px !important;
  }
  .nav-cta:hover { background: var(--amber) !important; color: var(--bg) !important; }

  /* ── PAGE TOGGLE ── */
  .page { display: none; }
  .page.active { display: block; }

  /* ═══════════════════════════════════════════
     HOME PAGE
  ═══════════════════════════════════════════ */

  /* HERO */
  .hero {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 480px;
    align-items: center;
    padding: 120px 80px 80px 80px;
    gap: 80px;
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute; inset: 0;
    background:
      radial-gradient(ellipse 60% 80% at 70% 50%, rgba(232,160,48,0.06) 0%, transparent 70%),
      radial-gradient(ellipse 40% 60% at 20% 80%, rgba(196,120,42,0.04) 0%, transparent 60%);
    pointer-events: none;
  }
  .hero-eyebrow {
    font-family: var(--display);
    font-size: 13px;
    letter-spacing: 0.3em;
    color: var(--gold);
    margin-bottom: 20px;
    display: flex; align-items: center; gap: 12px;
  }
  .hero-eyebrow::before {
    content: '';
    display: block; width: 40px; height: 1px; background: var(--gold);
  }
  .hero-title {
    font-family: var(--display);
    font-size: clamp(72px, 8vw, 120px);
    line-height: 0.9;
    letter-spacing: 0.02em;
    color: var(--white);
    margin-bottom: 24px;
  }
  .hero-title em {
    font-family: var(--serif);
    font-style: italic;
    color: var(--gold);
    font-size: 0.75em;
    display: block;
    line-height: 1.1;
  }
  .hero-desc {
    font-size: 18px;
    color: var(--muted);
    max-width: 500px;
    margin-bottom: 40px;
    line-height: 1.7;
    font-weight: 300;
  }
  .hero-desc strong { color: var(--cream); font-weight: 500; }
  .hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
  .btn-primary {
    background: var(--gold);
    color: var(--bg);
    padding: 14px 32px;
    font-family: var(--sans);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border: none; border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    transition: background .2s, transform .1s;
    display: inline-block;
  }
  .btn-primary:hover { background: var(--amber); transform: translateY(-1px); }
  .btn-ghost {
    background: transparent;
    color: var(--cream);
    padding: 14px 32px;
    font-family: var(--sans);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border: 1px solid var(--faint);
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    transition: border-color .2s, color .2s;
    display: inline-block;
  }
  .btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
  .hero-stats {
    margin-top: 56px;
    display: flex; gap: 48px;
    border-top: 1px solid var(--faint);
    padding-top: 40px;
  }
  .stat-num {
    font-family: var(--display);
    font-size: 42px;
    color: var(--gold);
    letter-spacing: 0.02em;
    line-height: 1;
  }
  .stat-label {
    font-size: 12px;
    color: var(--muted);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 4px;
  }

  /* Hero artwork */
  .hero-art {
    position: relative;
    display: flex; align-items: center; justify-content: center;
  }
  .hero-vinyl {
    width: 380px; height: 380px;
    border-radius: 50%;
    background:
      repeating-radial-gradient(circle at center,
        #1a1612 0px, #1a1612 2px,
        #111009 2px, #111009 4px
      );
    position: relative;
    animation: spin 20s linear infinite;
    box-shadow:
      0 0 0 3px #2a2620,
      0 0 80px rgba(232,160,48,0.15),
      0 40px 80px rgba(0,0,0,0.6);
  }
  .hero-vinyl::after {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 100px; height: 100px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--gold) 0%, var(--gold2) 40%, #1a1612 41%);
    box-shadow: 0 0 20px rgba(232,160,48,0.4);
  }
  .hero-vinyl-label {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 96px; height: 96px;
    border-radius: 50%;
    overflow: hidden;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    z-index: 2;
    animation: unspin 20s linear infinite;
  }
  .hero-vinyl-label img {
    width: 100%; height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }
  .hero-needle {
    position: absolute;
    top: 20px; right: 40px;
    width: 3px; height: 140px;
    background: linear-gradient(to bottom, #888, #444);
    border-radius: 2px;
    transform-origin: top center;
    transform: rotate(25deg);
    z-index: 3;
  }
  .hero-needle::after {
    content: '';
    position: absolute;
    bottom: 0; left: 50%;
    transform: translateX(-50%);
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 10px rgba(232,160,48,0.6);
  }
  @keyframes spin { to { transform: rotate(360deg); } }
  @keyframes unspin { to { transform: translate(-50%, -50%) rotate(-360deg); } }

  /* LATEST EPISODE STRIP */
  .latest-strip {
    background: var(--bg2);
    border-top: 1px solid var(--faint);
    border-bottom: 1px solid var(--faint);
    padding: 40px 80px;
    display: flex; align-items: center; gap: 40px;
  }
  .latest-label {
    font-family: var(--display);
    font-size: 11px;
    letter-spacing: 0.3em;
    color: var(--gold);
    white-space: nowrap;
    text-transform: uppercase;
  }
  .latest-divider {
    width: 1px; height: 48px;
    background: var(--faint); flex-shrink: 0;
  }
  .latest-ep-num {
    font-family: var(--display);
    font-size: 32px;
    color: var(--gold);
    opacity: 0.4;
    flex-shrink: 0;
  }
  .latest-ep-info { flex: 1; }
  .latest-ep-title {
    font-family: var(--serif);
    font-size: 20px;
    color: var(--white);
    line-height: 1.2;
    margin-bottom: 4px;
  }
  .latest-ep-guest {
    font-size: 13px;
    color: var(--muted);
    letter-spacing: 0.05em;
  }
  .latest-listen {
    display: flex; gap: 12px; flex-shrink: 0;
  }
  .listen-btn {
    display: flex; align-items: center; gap: 8px;
    padding: 10px 18px;
    border: 1px solid var(--faint);
    border-radius: 2px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: var(--muted);
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s;
    cursor: pointer;
    background: transparent;
  }
  .listen-btn:hover { border-color: var(--gold); color: var(--gold); }
  .listen-btn svg { width: 14px; height: 14px; }

  /* EPISODES GRID */
  .section {
    padding: 80px 80px;
  }
  .section-header {
    display: flex; align-items: baseline; justify-content: space-between;
    margin-bottom: 48px;
  }
  .section-title {
    font-family: var(--display);
    font-size: 48px;
    color: var(--white);
    letter-spacing: 0.05em;
  }
  .section-title span { color: var(--gold); }
  .section-link {
    font-size: 13px; font-weight: 500; letter-spacing: 0.1em;
    color: var(--muted); text-decoration: none; text-transform: uppercase;
    transition: color .2s; cursor: pointer;
  }
  .section-link:hover { color: var(--gold); }

  .episodes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--faint);
    border: 1px solid var(--faint);
  }
  .ep-card {
    background: var(--bg);
    padding: 32px;
    cursor: pointer;
    transition: background .2s;
    position: relative;
    overflow: hidden;
  }
  .ep-card::before {
    content: '';
    position: absolute; left: 0; top: 0; bottom: 0;
    width: 3px;
    background: var(--gold);
    transform: scaleY(0);
    transition: transform .2s;
    transform-origin: bottom;
  }
  .ep-card:hover { background: var(--bg2); }
  .ep-card:hover::before { transform: scaleY(1); }
  .ep-card-num {
    font-family: var(--display);
    font-size: 48px;
    color: var(--faint);
    line-height: 1;
    margin-bottom: 16px;
    transition: color .2s;
  }
  .ep-card:hover .ep-card-num { color: rgba(232,160,48,0.15); }
  .ep-card-guest {
    font-family: var(--display);
    font-size: 22px;
    color: var(--white);
    letter-spacing: 0.05em;
    line-height: 1.1;
    margin-bottom: 6px;
  }
  .ep-card-title {
    font-family: var(--serif);
    font-style: italic;
    font-size: 14px;
    color: var(--gold);
    margin-bottom: 12px;
  }
  .ep-card-desc {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .ep-card-tags { display: flex; gap: 6px; flex-wrap: wrap; }
  .tag {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--muted);
    padding: 3px 8px;
    border: 1px solid var(--faint);
    border-radius: 1px;
  }
  .tag.gold { color: var(--gold); border-color: rgba(232,160,48,0.3); }

  /* ABOUT STRIP */
  .about-strip {
    background: var(--bg3);
    border-top: 1px solid var(--faint);
    padding: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
  }
  .about-text h2 {
    font-family: var(--display);
    font-size: 52px;
    color: var(--white);
    letter-spacing: 0.04em;
    margin-bottom: 20px;
    line-height: 0.95;
  }
  .about-text h2 em {
    font-family: var(--serif);
    font-style: italic;
    color: var(--gold);
    font-size: 0.8em;
    display: block;
  }
  .about-text p {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 16px;
    font-weight: 300;
  }
  .about-text p strong { color: var(--cream); font-weight: 500; }
  .about-quote {
    border-left: 3px solid var(--gold);
    padding: 24px 32px;
    background: rgba(232,160,48,0.04);
  }
  .about-quote blockquote {
    font-family: var(--serif);
    font-style: italic;
    font-size: 22px;
    color: var(--cream);
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .about-quote cite {
    font-size: 12px;
    font-style: normal;
    color: var(--gold);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 500;
  }

  /* SUBSCRIBE */
  .subscribe-section {
    padding: 80px;
    text-align: center;
    border-top: 1px solid var(--faint);
  }
  .subscribe-section h2 {
    font-family: var(--display);
    font-size: 56px;
    color: var(--white);
    letter-spacing: 0.04em;
    margin-bottom: 12px;
  }
  .subscribe-section p {
    color: var(--muted);
    font-size: 16px;
    margin-bottom: 40px;
    font-weight: 300;
  }
  .platform-links {
    display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;
  }
  .platform-btn {
    display: flex; align-items: center; gap: 10px;
    padding: 14px 24px;
    border: 1px solid var(--faint);
    border-radius: 2px;
    color: var(--cream);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all .2s;
    cursor: pointer;
    background: var(--bg2);
  }
  .platform-btn:hover { border-color: var(--gold); color: var(--gold); background: rgba(232,160,48,0.05); }
  .platform-btn svg { width: 20px; height: 20px; }

  /* FOOTER */
  footer {
    background: var(--bg);
    border-top: 1px solid var(--faint);
    padding: 40px 80px;
    display: flex; align-items: center; justify-content: space-between;
  }
  .footer-logo {
    font-family: var(--display);
    font-size: 18px;
    letter-spacing: 0.12em;
    color: var(--gold);
  }
  .footer-logo span { color: var(--muted); }
  .footer-copy {
    font-size: 12px;
    color: var(--muted);
  }

  /* ═══════════════════════════════════════════
     EPISODE PAGE
  ═══════════════════════════════════════════ */
  .ep-hero {
    padding: 120px 80px 60px;
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 64px;
    align-items: start;
    border-bottom: 1px solid var(--faint);
    background: linear-gradient(180deg, rgba(232,160,48,0.04) 0%, transparent 100%);
  }
  .ep-artwork {
    position: relative;
  }
  .ep-artwork-img {
    width: 100%;
    aspect-ratio: 1;
    background: linear-gradient(135deg, var(--bg3) 0%, #2a2010 100%);
    border: 1px solid var(--faint);
    display: flex; align-items: center; justify-content: center;
    position: relative;
    overflow: hidden;
  }
  .ep-artwork-placeholder {
    text-align: center;
  }
  .ep-artwork-placeholder .art-title {
    font-family: var(--display);
    font-size: 28px;
    letter-spacing: 0.1em;
    color: var(--gold);
    line-height: 1.1;
  }
  .ep-artwork-placeholder .art-sub {
    font-family: var(--serif);
    font-style: italic;
    font-size: 14px;
    color: var(--muted);
    margin-top: 8px;
  }
  .art-vinyl-bg {
    position: absolute; inset: 0;
    background: repeating-radial-gradient(circle at center,
      rgba(255,255,255,0.01) 0px, rgba(255,255,255,0.01) 2px,
      transparent 2px, transparent 6px
    );
    opacity: 0.5;
  }
  .ep-artwork-badge {
    position: absolute;
    top: -12px; right: -12px;
    background: var(--gold);
    color: var(--bg);
    font-family: var(--display);
    font-size: 11px;
    letter-spacing: 0.2em;
    padding: 6px 12px;
  }
  .ep-listen-now {
    margin-top: 20px;
    display: flex; flex-direction: column; gap: 10px;
  }
  .listen-primary {
    display: flex; align-items: center; justify-content: center; gap: 10px;
    padding: 14px;
    background: var(--gold);
    color: var(--bg);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: none; border-radius: 2px;
    cursor: pointer;
    transition: background .2s;
    text-decoration: none;
  }
  .listen-primary:hover { background: var(--amber); }
  .listen-secondary {
    display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
  }
  .listen-sm {
    display: flex; align-items: center; justify-content: center; gap: 6px;
    padding: 10px 8px;
    border: 1px solid var(--faint);
    border-radius: 2px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--muted);
    cursor: pointer;
    transition: all .2s;
    text-decoration: none;
    background: transparent;
  }
  .listen-sm:hover { border-color: var(--gold); color: var(--gold); }

  .ep-meta { }
  .ep-breadcrumb {
    font-size: 12px;
    color: var(--muted);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: flex; align-items: center; gap: 8px;
  }
  .ep-breadcrumb a { color: var(--gold); text-decoration: none; cursor: pointer; }
  .ep-breadcrumb a:hover { text-decoration: underline; }
  .ep-num-badge {
    font-family: var(--display);
    font-size: 13px;
    letter-spacing: 0.2em;
    color: var(--gold);
    margin-bottom: 12px;
  }
  .ep-title {
    font-family: var(--display);
    font-size: clamp(36px, 4vw, 56px);
    color: var(--white);
    letter-spacing: 0.03em;
    line-height: 0.95;
    margin-bottom: 8px;
  }
  .ep-subtitle {
    font-family: var(--serif);
    font-style: italic;
    font-size: 22px;
    color: var(--gold);
    margin-bottom: 24px;
  }
  .ep-dateline {
    display: flex; gap: 24px; align-items: center;
    font-size: 12px; color: var(--muted);
    letter-spacing: 0.08em; text-transform: uppercase;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--faint);
  }
  .ep-dateline span { display: flex; align-items: center; gap: 6px; }
  .ep-summary {
    font-size: 17px;
    color: var(--cream);
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 32px;
  }
  .ep-summary strong { color: var(--white); font-weight: 500; }
  .ep-keywords {
    display: flex; gap: 8px; flex-wrap: wrap;
  }

  /* EPISODE BODY */
  .ep-body {
    padding: 64px 80px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 64px;
    align-items: start;
  }
  .ep-main { }

  .ep-section-title {
    font-family: var(--display);
    font-size: 28px;
    letter-spacing: 0.08em;
    color: var(--gold);
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--faint);
    text-transform: uppercase;
  }

  /* What you'll learn */
  .learn-list {
    list-style: none;
    display: flex; flex-direction: column; gap: 12px;
    margin-bottom: 56px;
  }
  .learn-list li {
    display: flex; gap: 16px; align-items: flex-start;
    font-size: 15px; color: var(--cream); line-height: 1.6;
    padding: 16px 20px;
    background: var(--bg2);
    border-left: 3px solid var(--faint);
    transition: border-color .2s;
  }
  .learn-list li:hover { border-color: var(--gold); }
  .learn-num {
    font-family: var(--display);
    font-size: 20px;
    color: var(--gold);
    opacity: 0.4;
    flex-shrink: 0;
    line-height: 1;
    margin-top: 2px;
  }

  /* Chapters */
  .chapters { margin-bottom: 56px; }
  .chapter-item {
    display: flex; align-items: flex-start; gap: 20px;
    padding: 14px 0;
    border-bottom: 1px solid var(--faint);
    cursor: pointer;
    transition: color .2s;
    font-size: 14px;
  }
  .chapter-item:hover { color: var(--gold); }
  .chapter-item:hover .chapter-time { color: var(--gold); }
  .chapter-time {
    font-family: var(--display);
    font-size: 14px;
    color: var(--muted);
    letter-spacing: 0.06em;
    flex-shrink: 0;
    min-width: 70px;
    transition: color .2s;
  }
  .chapter-name { color: var(--cream); line-height: 1.4; }

  /* Guest bio */
  .guest-bio {
    margin-bottom: 56px;
    padding: 32px;
    background: var(--bg2);
    border: 1px solid var(--faint);
  }
  .guest-bio-header {
    display: flex; align-items: center; gap: 20px;
    margin-bottom: 20px;
  }
  .guest-avatar {
    width: 64px; height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold2), var(--faint));
    display: flex; align-items: center; justify-content: center;
    font-family: var(--display);
    font-size: 24px;
    color: var(--gold);
    flex-shrink: 0;
  }
  .guest-name {
    font-family: var(--display);
    font-size: 24px;
    letter-spacing: 0.06em;
    color: var(--white);
  }
  .guest-role {
    font-size: 12px;
    color: var(--gold);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 2px;
  }
  .guest-bio p {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.8;
    font-weight: 300;
  }

  /* Transcript */
  .transcript-section { margin-bottom: 56px; }
  details summary {
    display: flex; align-items: center; justify-content: space-between;
    padding: 20px 24px;
    background: var(--bg2);
    border: 1px solid var(--faint);
    cursor: pointer;
    list-style: none;
    font-family: var(--display);
    font-size: 16px;
    letter-spacing: 0.1em;
    color: var(--cream);
    text-transform: uppercase;
    transition: background .2s;
  }
  details summary::-webkit-details-marker { display: none; }
  details summary:hover { background: var(--bg3); }
  details[open] summary { border-bottom: none; }
  .summary-arrow {
    font-size: 20px;
    color: var(--gold);
    transition: transform .3s;
  }
  details[open] .summary-arrow { transform: rotate(180deg); }
  .transcript-body {
    background: var(--bg2);
    border: 1px solid var(--faint);
    border-top: none;
    padding: 32px;
    max-height: 600px;
    overflow-y: auto;
  }
  .transcript-section-head {
    font-family: var(--display);
    font-size: 16px;
    letter-spacing: 0.12em;
    color: var(--gold);
    text-transform: uppercase;
    margin: 32px 0 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--faint);
  }
  .transcript-section-head:first-child { margin-top: 0; }
  .transcript-ts {
    font-family: var(--display);
    font-size: 11px;
    letter-spacing: 0.1em;
    color: var(--muted);
    display: block;
    margin-bottom: 4px;
    text-transform: uppercase;
  }
  .transcript-turn { margin-bottom: 20px; }
  .transcript-speaker {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 4px;
  }
  .transcript-speaker.deckard { color: var(--gold); }
  .transcript-speaker.guest { color: var(--amber); }
  .transcript-text {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.8;
    font-weight: 300;
  }

  /* Sidebar */
  .ep-sidebar { }
  .sidebar-card {
    background: var(--bg2);
    border: 1px solid var(--faint);
    padding: 24px;
    margin-bottom: 24px;
  }
  .sidebar-title {
    font-family: var(--display);
    font-size: 14px;
    letter-spacing: 0.2em;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--faint);
  }
  .related-ep {
    display: flex; gap: 14px; align-items: flex-start;
    padding: 12px 0;
    border-bottom: 1px solid var(--faint);
    cursor: pointer;
    transition: opacity .2s;
  }
  .related-ep:last-child { border-bottom: none; }
  .related-ep:hover { opacity: 0.75; }
  .related-ep-num {
    font-family: var(--display);
    font-size: 20px;
    color: var(--gold);
    opacity: 0.4;
    flex-shrink: 0;
    line-height: 1;
  }
  .related-ep-info { }
  .related-ep-guest {
    font-weight: 600;
    font-size: 13px;
    color: var(--cream);
    margin-bottom: 2px;
  }
  .related-ep-tag {
    font-size: 11px;
    color: var(--muted);
    letter-spacing: 0.05em;
  }

  .sidebar-keywords {
    display: flex; flex-wrap: wrap; gap: 6px;
  }

  /* ── PROTOTYPE BANNER ── */
  .proto-banner {
    background: var(--gold);
    color: var(--bg);
    text-align: center;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 200;
  }

  /* Scrollbar */
  ::-webkit-scrollbar { width: 6px; }
  ::-webkit-scrollbar-track { background: var(--bg); }
  ::-webkit-scrollbar-thumb { background: var(--faint); border-radius: 3px; }

  /* ── Full-width episode sections (About Guest + Transcript) ── */
  .ep-full-section {
    padding: 56px 80px;
    border-top: 1px solid var(--faint);
  }
  .ep-full-section .ep-section-title { margin-bottom: 24px; }
  .ep-full-section .guest-bio { margin-bottom: 0; }
  .ep-full-section .transcript-section { margin-bottom: 0; }

  /* ── Guests page ── */
  .guests-hero {
    padding: 72px 80px 48px;
    border-bottom: 1px solid var(--faint);
  }
  .guests-eyebrow {
    font-family: var(--display);
    font-size: 13px;
    letter-spacing: 0.2em;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 12px;
  }
  .guests-title {
    font-family: var(--display);
    font-size: 64px;
    letter-spacing: 0.04em;
    color: var(--cream);
    line-height: 1.05;
    margin-bottom: 16px;
  }
  .guests-desc {
    font-size: 15px;
    color: var(--muted);
    line-height: 1.7;
    max-width: 560px;
  }
  .guests-grid {
    padding: 56px 80px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 32px;
  }
  .guest-card {
    background: var(--bg2);
    border: 1px solid var(--faint);
    cursor: pointer;
    transition: border-color .2s, transform .2s;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
  }
  .guest-card:hover {
    border-color: var(--gold);
    transform: translateY(-3px);
  }
  .guest-card-photo {
    width: 100%;
    aspect-ratio: 1 / 1;
    background: var(--bg3);
    overflow: hidden;
    position: relative;
  }
  .guest-card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .guest-card-photo .photo-init {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    font-family: var(--display);
    font-size: 56px;
    color: var(--gold);
    opacity: 0.25;
    background: linear-gradient(135deg, var(--bg3), var(--bg2));
  }
  .guest-card-body {
    padding: 20px 20px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .guest-card-ep {
    font-family: var(--display);
    font-size: 11px;
    letter-spacing: 0.2em;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 6px;
  }
  .guest-card-name {
    font-family: var(--display);
    font-size: 22px;
    letter-spacing: 0.04em;
    color: var(--cream);
    line-height: 1.2;
    margin-bottom: 6px;
  }
  .guest-card-genre {
    font-size: 12px;
    color: var(--muted);
    line-height: 1.5;
    flex: 1;
  }
  .guest-card-cta {
    margin-top: 16px;
    font-family: var(--display);
    font-size: 11px;
    letter-spacing: 0.15em;
    color: var(--gold);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .guest-card-cta::after { content: '→'; }


/* ── Standalone page overrides ── */
.page { display: block !important; }
body { padding-top: 0; }
