.podcast-page .podcast-hero {
  padding-top: clamp(72px, 9vw, 116px);
  padding-bottom: clamp(72px, 9vw, 112px);
}

.podcast-page .podcast-name {
  margin: 0 0 20px;
  color: #ccdb2f;
  font-size: .8rem;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.podcast-page .podcast-hero h1 {
  max-width: 1120px;
  margin: 0 0 28px;
  font-size: clamp(2.85rem, 6vw, 5.6rem);
  line-height: .98;
}

.podcast-page .podcast-hero-copy {
  display: grid;
  gap: 8px;
  max-width: 970px;
  margin: 0 0 32px;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(1.03rem, 1.6vw, 1.28rem);
  line-height: 1.5;
}

.podcast-page .podcast-hero-copy span { display: block; }

.podcast-page .centered-intro {
  max-width: 1060px;
  margin: 0 auto 38px;
  text-align: center;
}

.podcast-page .centered-intro h2 {
  max-width: none;
  margin: 0 0 16px;
}

.podcast-page .centered-intro p {
  max-width: 940px;
  margin: 0 auto;
  font-size: 1.06rem;
  line-height: 1.7;
}

.podcast-page .featured-episode {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.38fr);
  max-width: 1160px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #dce4ec;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 22px 56px rgba(0, 56, 112, .1);
}

.podcast-page .episode-visual {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  justify-content: space-between;
  padding: 38px;
  background: linear-gradient(145deg, rgba(204, 219, 47, .18), transparent 43%), linear-gradient(145deg, #003870, #0066b3);
  color: #fff;
}

.podcast-page .episode-mark {
  color: #fff;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  font-weight: 850;
  letter-spacing: -.04em;
  line-height: 1.02;
}

.podcast-page .episode-number {
  color: #ccdb2f;
  font-size: .77rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.podcast-page .featured-episode-copy {
  padding: clamp(36px, 5vw, 62px);
}

.podcast-page .episode-label {
  margin-bottom: 14px;
  color: #0066b3;
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.podcast-page .featured-episode-copy h3 {
  margin: 0 0 13px;
  color: #003870;
  font-size: clamp(2rem, 3.4vw, 3.15rem);
  line-height: 1.05;
}

.podcast-page .episode-guest {
  margin: 0 0 22px;
  color: #0066b3;
  font-size: .92rem;
  font-weight: 750;
}

.podcast-page .featured-episode-copy > p:not(.episode-guest) {
  max-width: none;
  margin: 0 0 24px;
  color: #506171;
  line-height: 1.7;
}

.podcast-page .episode-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0 0 28px;
  color: #7a8794;
  font-size: .76rem;
  font-weight: 700;
}

.podcast-page .episode-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 1160px;
  margin: 0 auto;
}

.podcast-page .episode-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 30px 28px;
  border: 1px solid #dce4ec;
  border-top: 4px solid #117fc3;
  border-radius: 12px;
  background: #fff;
}

.podcast-page .episode-card h3 {
  margin: 0 0 12px;
  color: #003870;
  font-size: 1.38rem;
  line-height: 1.22;
}

.podcast-page .episode-card > p:not(.episode-guest) {
  max-width: none;
  margin: 0 0 22px;
  color: #586777;
  font-size: .93rem;
  line-height: 1.62;
}

.podcast-page .episode-card .episode-meta {
  margin-top: auto;
  margin-bottom: 0;
}

.podcast-page .conversation-section .centered-intro h2,
.podcast-page .conversation-section .centered-intro p { color: #fff; }
.podcast-page .conversation-section .centered-intro p { color: rgba(255, 255, 255, .74); }

.podcast-page .topic-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 1160px;
  margin: 0 auto;
}

.podcast-page .topic-grid article {
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-top: 4px solid #ccdb2f;
  border-radius: 12px;
  background: rgba(255, 255, 255, .05);
}

.podcast-page .topic-grid article > span {
  display: block;
  margin-bottom: 18px;
  color: #ccdb2f;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .15em;
}

.podcast-page .topic-grid h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 1.16rem;
}

.podcast-page .topic-grid p {
  max-width: none;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: .9rem;
  line-height: 1.6;
}

.podcast-page .guest-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 980px;
  margin: 0 auto;
}

.podcast-page .guest-grid div {
  padding: 24px 18px;
  border: 1px solid #dce4ec;
  border-radius: 10px;
  background: #f7fafc;
  color: #003870;
  font-size: 1.08rem;
  font-weight: 800;
  text-align: center;
}

.podcast-page .subscribe-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(34px, 5vw, 56px);
  border-radius: 16px;
  background: #003870;
}

.podcast-page .subscribe-panel h2 {
  max-width: none;
  margin: 0 0 12px;
  color: #fff;
}

.podcast-page .subscribe-panel p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, .74);
  line-height: 1.65;
}

.podcast-page .platform-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.podcast-page .platform-list a {
  padding: 13px 17px;
  border: 1px solid rgba(204, 219, 47, .5);
  border-radius: 999px;
  color: #ccdb2f;
  font-size: .82rem;
  font-weight: 800;
  text-decoration: none;
}

.podcast-page .podcast-faq > h2 {
  max-width: none;
  margin: 0 auto 36px;
  text-align: center;
}

.podcast-page .podcast-faq .faq-list {
  max-width: 960px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .podcast-page .featured-episode { grid-template-columns: 1fr; }
  .podcast-page .episode-visual { min-height: 280px; }
  .podcast-page .episode-grid { grid-template-columns: 1fr; }
  .podcast-page .episode-card { min-height: 0; }
  .podcast-page .topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .podcast-page .subscribe-panel { grid-template-columns: 1fr; }
  .podcast-page .platform-list { justify-content: flex-start; }
}

@media (max-width: 640px) {
  .podcast-page .podcast-hero-copy { display: block; }
  .podcast-page .podcast-hero-copy span + span { margin-top: 8px; }
  .podcast-page .topic-grid,
  .podcast-page .guest-grid { grid-template-columns: 1fr; }
  .podcast-page .featured-episode-copy,
  .podcast-page .episode-visual { padding: 28px 24px; }
}
