/* ─────────────────────────────────────────────
   Podcast Page — scoped under .podcast-page
   Works alongside css/home.css (body has both
   .home and .podcast-page classes)
   ───────────────────────────────────────────── */

/* ─── Podcast Intro ─── */
.podcast-page .podcast-intro {
  padding: 160px 0 48px;
  text-align: center;
}

.podcast-page .podcast-intro__inner .label { margin-bottom: 20px; }

.podcast-page .podcast-intro__heading {
  font-family: 'Lora', serif;
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #1C1C1E;
  margin-bottom: 24px;
}

.podcast-page .podcast-intro__sub {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: #6B7280;
  max-width: 660px;
  margin: 0 auto;
}

.podcast-page .podcast-intro__sub em { font-style: italic; }

/* ─── Featured / Latest Episode ─── */
.podcast-page .podcast-featured {
  padding: 24px 0 72px;
}

.podcast-page .podcast-featured__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  border-radius: 2px;
  padding: 32px;
}

.podcast-page .podcast-featured__image-wrapper {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #F0F0F0;
  border-radius: 2px;
}

.podcast-page .podcast-featured__image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.podcast-page .podcast-featured__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.podcast-page .podcast-featured__image-link:hover .podcast-featured__image {
  transform: scale(1.03);
}

.podcast-page .podcast-featured__tag {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary-darker);
  margin-bottom: 14px;
}

.podcast-page .podcast-featured__title {
  font-family: 'Lora', serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #1C1C1E;
  margin: 0 0 12px;
}

.podcast-page .podcast-featured__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.podcast-page .podcast-featured__title a:hover { color: var(--primary-darker); }

.podcast-page .podcast-featured__date {
  font-size: 0.875rem;
  color: #6B7280;
  margin: 0 0 16px;
}

.podcast-page .podcast-featured__desc {
  font-size: 1rem;
  line-height: 1.7;
  color: #6B7280;
  margin: 0 0 24px;
}

.podcast-page .podcast-featured__link {
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--primary-darker);
  border-bottom: 1px solid rgba(45, 106, 79, 0.3);
  padding-bottom: 2px;
  transition: border-color 0.2s ease;
}

.podcast-page .podcast-featured__link:hover { border-bottom-color: currentColor; }

/* ─── Episodes Grid ─── */
.podcast-page .podcast-grid-section {
  padding: 64px 0 96px;
  background: #FAFAFA;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
}

.podcast-page .podcast-grid__header {
  max-width: 680px;
  margin: 0 auto 48px;
  text-align: center;
}

.podcast-page .podcast-grid__header .label { margin-bottom: 16px; }

.podcast-page .podcast-grid__heading {
  font-family: 'Lora', serif;
  font-size: clamp(1.875rem, 3.5vw, 2.5rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #1C1C1E;
  margin: 0;
}

.podcast-page .podcast-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.podcast-page .podcast-card {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  border-radius: 2px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.podcast-page .podcast-card:hover {
  border-color: var(--primary-darker);
  transform: translateY(-2px);
}

.podcast-page .podcast-card__image-wrapper {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #F0F0F0;
}

.podcast-page .podcast-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.podcast-page .podcast-card:hover .podcast-card__image {
  transform: scale(1.03);
}

.podcast-page .podcast-card__body {
  padding: 20px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.podcast-page .podcast-card__tag {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary-darker);
  margin: 0 0 10px;
}

.podcast-page .podcast-card__title {
  font-family: 'Lora', serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: #1C1C1E;
  margin: 0;
}

/* ─── Final CTA ─── */
.podcast-page .podcast-cta {
  padding: 96px 0 120px;
  text-align: center;
}

.podcast-page .podcast-cta .label { margin-bottom: 16px; }

.podcast-page .podcast-cta__heading {
  font-family: 'Lora', serif;
  font-size: clamp(1.875rem, 3.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #1C1C1E;
  max-width: 720px;
  margin: 0 auto 16px;
}

.podcast-page .podcast-cta__sub {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: #6B7280;
  max-width: 640px;
  margin: 0 auto 32px;
}

/* ─── Single Episode ─── */
.podcast-page .podcast-episode {
  padding: 140px 0 40px;
}

.podcast-page .podcast-episode__breadcrumb {
  margin-bottom: 24px;
}

.podcast-page .podcast-episode__breadcrumb a {
  font-size: 0.875rem;
  font-weight: 500;
  color: #6B7280;
  text-decoration: none;
  transition: color 0.2s ease;
}

.podcast-page .podcast-episode__breadcrumb a:hover { color: var(--primary-darker); }

.podcast-page .podcast-episode__card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: center;
}

.podcast-page .podcast-episode__image-wrapper {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #F0F0F0;
  border: 1px solid #F0F0F0;
  border-radius: 2px;
}

.podcast-page .podcast-episode__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.podcast-page .podcast-episode__tag {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary-darker);
  margin: 0 0 14px;
}

.podcast-page .podcast-episode__title {
  font-family: 'Lora', serif;
  font-size: clamp(1.875rem, 3.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #1C1C1E;
  margin: 0 0 14px;
}

.podcast-page .podcast-episode__meta {
  font-size: 0.9375rem;
  color: #6B7280;
  margin: 0 0 28px;
}

.podcast-page .podcast-episode__meta-sep {
  margin: 0 8px;
  color: #D1D5DB;
}

.podcast-page .podcast-episode__listen {
  border-top: 1px solid #F0F0F0;
  padding-top: 24px;
}

.podcast-page .podcast-episode__listen-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6B7280;
  margin: 0 0 14px;
}

.podcast-page .podcast-episode__platforms {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.podcast-page .podcast-episode__platforms a {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #1C1C1E;
  padding: 10px 18px;
  border: 1px solid #E5E7EB;
  border-radius: 2px;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.podcast-page .podcast-episode__platforms a:hover {
  border-color: var(--primary-darker);
  color: var(--primary-darker);
  background: rgba(45, 106, 79, 0.04);
}

/* Show Notes */
.podcast-page .podcast-episode__notes-section {
  padding: 40px 0 72px;
}

.podcast-page .podcast-episode__notes {
  max-width: 680px;
  margin: 0 auto;
}

.podcast-page .podcast-episode__notes-heading {
  font-family: 'Lora', serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #1C1C1E;
  margin: 0 0 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #F0F0F0;
}

.podcast-page .podcast-episode__notes p {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: #1C1C1E;
  margin: 0 0 20px;
}

.podcast-page .podcast-episode__notes p:last-child { margin-bottom: 0; }

/* Prev / Next */
.podcast-page .podcast-episode__nav {
  padding: 32px 0 72px;
  border-top: 1px solid #F0F0F0;
}

.podcast-page .podcast-episode__nav-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.podcast-page .podcast-episode__nav-link {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 22px 24px;
  border: 1px solid #F0F0F0;
  border-radius: 2px;
  color: inherit;
  text-decoration: none;
  background: #FFFFFF;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.podcast-page .podcast-episode__nav-link:hover {
  border-color: var(--primary-darker);
  transform: translateY(-1px);
}

.podcast-page .podcast-episode__nav-link--next {
  text-align: right;
  align-items: flex-end;
}

.podcast-page .podcast-episode__nav-tag {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary-darker);
}

.podcast-page .podcast-episode__nav-title {
  font-family: 'Lora', serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  color: #1C1C1E;
}

/* ─── Responsive ─── */
@media (max-width: 960px) {
  .podcast-page .podcast-grid { grid-template-columns: repeat(2, 1fr); }
  .podcast-page .podcast-featured__card {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 24px;
  }
  .podcast-page .podcast-featured__image-wrapper {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
  }
  .podcast-page .podcast-featured__body { text-align: center; }

  .podcast-page .podcast-episode__card {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .podcast-page .podcast-episode__image-wrapper {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
  }
  .podcast-page .podcast-episode__body { text-align: center; }
  .podcast-page .podcast-episode__platforms { justify-content: center; }
}

@media (max-width: 768px) {
  .podcast-page .podcast-intro { padding: 120px 0 32px; }
  .podcast-page .podcast-featured { padding: 16px 0 48px; }
  .podcast-page .podcast-featured__card { padding: 20px; }
  .podcast-page .podcast-grid-section { padding: 48px 0 72px; }
  .podcast-page .podcast-grid__header { margin-bottom: 32px; }
  .podcast-page .podcast-grid { gap: 16px; }
  .podcast-page .podcast-card__body { padding: 16px 18px 20px; }
  .podcast-page .podcast-card__title { font-size: 1rem; }
  .podcast-page .podcast-cta { padding: 64px 0 80px; }

  .podcast-page .podcast-episode { padding: 110px 0 24px; }
  .podcast-page .podcast-episode__notes-section { padding: 24px 0 48px; }
  .podcast-page .podcast-episode__nav { padding: 24px 0 56px; }
  .podcast-page .podcast-episode__nav-grid { grid-template-columns: 1fr; }
  .podcast-page .podcast-episode__nav-link--next { text-align: left; align-items: flex-start; }
}

@media (max-width: 520px) {
  .podcast-page .podcast-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .podcast-page .podcast-intro__heading { font-size: 2rem; }
  .podcast-page .podcast-cta__heading { font-size: 1.625rem; }
  .podcast-page .podcast-episode__title { font-size: 1.75rem; }
}
