/* ============================================================
   CHIT CHATS, Podcast Landing Page  v2
   Design: logo-led proof → stats → content hierarchy
   ============================================================ */

/* ── Base ──────────────────────────────────────────────────── */
body.podcast-page {
  background-color: #020202;
  color: #f5f5f5;
  font-family: 'Heebo', sans-serif;
}

/* Inline links surfaced from podcast metadata, subtle, no-shout */
.podcast-page .link-soft {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.18);
  transition: border-color 180ms ease, color 180ms ease;
}
.podcast-page .link-soft:hover {
  color: var(--primary, #00B87B);
  border-bottom-color: var(--primary, #00B87B);
  text-decoration: none;
}

/* Make .company-badge work as an anchor or span identically */
.podcast-page a.company-badge {
  text-decoration: none;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}
.podcast-page a.company-badge:hover {
  color: rgba(255,255,255,0.85);
  border-color: rgba(0,184,123,0.35);
  background: rgba(0,184,123,0.05);
}

body.podcast-page .content,
body.podcast-page .documents .btn {
  color: inherit;
}

.podcast-shell {
  padding-top: 2.75rem;
  padding-bottom: 3rem;
}

.podcast-main {
  padding-bottom: 5rem;
}

/* ── Shared typography utils ────────────────────────────────── */
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 0.75rem;
  font-weight: 500;
}

.eyebrow-green {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.68rem;
  color: var(--primary);
  margin-bottom: 0.75rem;
  font-weight: 700;
}

/* ── Glass section card ─────────────────────────────────────── */
.section-card {
  background: radial-gradient(circle at top left, rgba(255,255,255,0.04), rgba(0,0,0,0.4));
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 28px;
  padding: 2.5rem;
  margin: 2.25rem 0;
  box-shadow: 0 24px 64px rgba(0,0,0,0.5);
}

.section-heading {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding-bottom: 1.25rem;
  margin-bottom: 1.75rem;
}

.section-heading h2 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: rgba(255,255,255,0.75);
}

.section-link {
  margin-left: auto;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.7rem;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}

.section-link:hover {
  color: var(--primary);
  border-color: rgba(0,184,123,0.6);
}

.section-divider {
  height: 1px;
  background: rgba(255,255,255,0.05);
  margin: 1.75rem 0;
}

/* ════════════════════════════════════════════════════════════
   PROOF SECTION, the whole first screen
   ════════════════════════════════════════════════════════════ */
.proof-section {
  padding: 0 0 2.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  margin-bottom: 2.5rem;
}

/* Brand mark, small, secondary */
.brand-mark {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: var(--primary);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.brand-mark::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 1.5px;
  background: var(--primary);
  flex-shrink: 0;
}

/* Proof headline, the real h1, but not giant */
.proof-headline {
  font-size: clamp(1.55rem, 3.2vw, 2.25rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 2.5rem;
  max-width: 38ch;
}

.proof-headline .muted {
  color: rgba(255,255,255,0.38);
  font-weight: 400;
}

/* ── Logo wall ──────────────────────────────────────────────── */
.logos-label {
  font-size: 0.62rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,0.22);
  margin-bottom: 1.1rem;
}

.proof-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 2.25rem;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

/* SVG logo images, all rendered white on dark */
.proof-logos .logo-img {
  display: block;
  height: 22px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.45;
  transition: opacity 0.25s ease;
  flex-shrink: 0;
}

.proof-logos .logo-img:hover {
  opacity: 0.9;
}

/* Text-mark fallback for logos without SVG files */
.logo-text-mark {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.35);
  white-space: nowrap;
  transition: color 0.2s ease;
  cursor: default;
}

.logo-text-mark:hover {
  color: rgba(255,255,255,0.75);
}

/* ── Inline stats bar ───────────────────────────────────────── */
.stats-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 2rem;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.35rem;
  flex: 1 1 0;
  min-width: 80px;
  gap: 0.25rem;
  border-right: 1px solid rgba(255,255,255,0.05);
  transition: background 0.2s ease;
}

.stat-item:last-child {
  border-right: none;
}

.stat-item:hover {
  background: rgba(255,255,255,0.03);
}

.stat-n {
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}

.stat-l {
  font-size: 0.58rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255,255,255,0.3);
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

/* ── Spotify CTA ────────────────────────────────────────────── */
.spotify-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(30, 215, 96, 0.08);
  border: 1px solid rgba(30, 215, 96, 0.22);
  border-radius: 100px;
  padding: 0.6rem 1.35rem;
  color: #1ED760;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background 0.22s ease, border-color 0.22s ease;
}

.spotify-cta:hover {
  background: rgba(30, 215, 96, 0.16);
  border-color: rgba(30, 215, 96, 0.5);
  color: #1ED760;
  text-decoration: none;
}

/* ════════════════════════════════════════════════════════════
   ROLES STRIP, lightweight, no card
   ════════════════════════════════════════════════════════════ */
.roles-strip {
  margin-bottom: 2.25rem;
}

.roles-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.role-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.85rem;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.02em;
  transition: all 0.2s ease;
}

.role-pill::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--primary);
  opacity: 0.6;
  flex-shrink: 0;
}

.role-pill:hover {
  background: rgba(0,184,123,0.06);
  border-color: rgba(0,184,123,0.2);
  color: rgba(255,255,255,0.75);
}

/* ════════════════════════════════════════════════════════════
   TOPICS CLOUD
   ════════════════════════════════════════════════════════════ */
.topics-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.topic-pill {
  padding: 0.38rem 0.9rem;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 100px;
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(255,255,255,0.48);
  transition: all 0.2s ease;
  cursor: default;
}

.topic-pill:hover {
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.8);
}

.topic-pill.featured {
  border-color: rgba(0,184,123,0.28);
  color: var(--primary);
  background: rgba(0,184,123,0.06);
}

.topic-pill.featured:hover {
  background: rgba(0,184,123,0.12);
  border-color: rgba(0,184,123,0.5);
}

/* ════════════════════════════════════════════════════════════
   EPISODE TAGS
   ════════════════════════════════════════════════════════════ */
.ep-tag {
  display: inline-block;
  padding: 0.18rem 0.55rem;
  background: rgba(0,184,123,0.08);
  border: 1px solid rgba(0,184,123,0.18);
  border-radius: 100px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--primary);
  text-transform: uppercase;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
}

/* ════════════════════════════════════════════════════════════
   FEATURED EPISODE CARDS (EP 11–09)
   ════════════════════════════════════════════════════════════ */
.featured-episodes {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 0;
}

.episode-card-featured {
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 24px;
  padding: 2rem 2.25rem;
  background: linear-gradient(135deg, rgba(255,255,255,0.025) 0%, rgba(0,0,0,0.3) 100%);
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  overflow: hidden;
}

.episode-card-featured::after {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(0,184,123,0.04) 0%, transparent 70%);
  pointer-events: none;
}

.episode-card-featured:hover {
  border-color: rgba(0,184,123,0.2);
  transform: translateY(-2px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.45);
}

.ep-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.1rem;
}

.ep-meta-left {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.ep-number {
  font-size: 0.6rem;
  font-family: 'SF Mono', 'Fira Code', 'Courier New', monospace;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,0.2);
  text-transform: uppercase;
}

.ep-tags {
  display: flex;
  flex-wrap: wrap;
}

.company-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.8rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 7px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: rgba(255,255,255,0.42);
  white-space: nowrap;
  align-self: flex-start;
  flex-shrink: 0;
}

.ep-guest-name {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.15rem;
  color: #fff;
  line-height: 1.2;
}

.ep-guest-role {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.38);
  margin-bottom: 1rem;
  font-weight: 400;
}

.ep-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255,255,255,0.82);
  margin-bottom: 0.75rem;
  line-height: 1.45;
}

.ep-summary {
  font-size: 0.86rem;
  line-height: 1.72;
  color: rgba(255,255,255,0.48);
  margin-bottom: 1.35rem;
  max-width: 66ch;
}

.listen-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
  text-decoration: none;
  border-bottom: 1px solid rgba(0,184,123,0.22);
  padding-bottom: 2px;
  transition: border-color 0.2s ease;
}

.listen-btn:hover {
  color: var(--primary);
  border-color: var(--primary);
  text-decoration: none;
}

/* ════════════════════════════════════════════════════════════
   COMPACT EPISODE LIST (EP 08–01)
   ════════════════════════════════════════════════════════════ */
.episodes-compact {
  display: flex;
  flex-direction: column;
}

.episode-row {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 1.1rem;
  align-items: center;
  padding: 1.25rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: background 0.18s ease;
  border-radius: 10px;
}

.episode-row:last-child {
  border-bottom: none;
}

.episode-row:hover {
  background: rgba(255,255,255,0.018);
}

.row-ep-number {
  font-size: 0.6rem;
  font-family: 'SF Mono', 'Fira Code', 'Courier New', monospace;
  letter-spacing: 0.15em;
  color: rgba(255,255,255,0.18);
  text-align: center;
  text-transform: uppercase;
  line-height: 1.4;
}

.row-guest {
  font-size: 0.92rem;
  font-weight: 700;
  color: rgba(255,255,255,0.85);
  margin-bottom: 0.12rem;
}

.row-title {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.36);
  margin-bottom: 0.35rem;
  line-height: 1.45;
}

.row-tags {
  display: flex;
  flex-wrap: wrap;
}

.row-listen {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0,184,123,0.5);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
  flex-shrink: 0;
}

.row-listen:hover {
  color: var(--primary);
  text-decoration: none;
}

/* ════════════════════════════════════════════════════════════
   SIDEBAR OVERRIDES
   ════════════════════════════════════════════════════════════ */
body.podcast-page .shadow {
  background: #0c0c0c;
  border-right: 1px solid rgba(255,255,255,0.05);
}

/* ════════════════════════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════════════════════════ */
@media (max-width: 991.98px) {
  .sticky-lg-top.vh-100 {
    height: 100% !important;
  }
  .stats-bar {
    flex-wrap: wrap;
  }
  .stat-item {
    flex: 1 1 80px;
  }
}

@media (max-width: 767px) {
  .section-card {
    padding: 1.75rem 1.5rem;
    border-radius: 20px;
  }

  .section-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-link {
    margin-left: 0;
  }

  .proof-headline {
    font-size: 1.55rem;
  }

  .proof-logos {
    gap: 0.6rem 1.75rem;
  }

  .proof-logos .logo-img {
    height: 18px;
  }

  .stat-item {
    padding: 0.85rem 0.75rem;
  }

  .stat-n {
    font-size: 1.35rem;
  }

  .episode-card-featured {
    padding: 1.5rem;
  }

  .ep-header {
    flex-direction: column;
  }

  .episode-row {
    grid-template-columns: 44px 1fr;
  }

  .row-listen {
    display: none;
  }
}
