.podcast-page {
  padding-bottom: clamp(82px, 11vw, 150px);
}

.podcast-masthead {
  position: relative;
  display: grid;
  min-height: clamp(430px, 60vw, 760px);
  overflow: hidden;
  background: #111111;
  color: #ffffff;
  align-items: end;
}

.podcast-masthead__media,
.podcast-masthead__overlay {
  position: absolute;
  inset: 0;
}

.podcast-masthead__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.podcast-masthead__overlay {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 25%, rgba(0, 0, 0, 0.86) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent 62%);
}

.podcast-masthead__content {
  position: relative;
  z-index: 1;
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: clamp(42px, 7vw, 90px) clamp(20px, 5vw, 76px);
}

.podcast-masthead__content .section-kicker {
  color: #ffffff;
}

.podcast-masthead__content h1 {
  max-width: 1000px;
  margin: 0;
  font-size: clamp(4.6rem, 14vw, 12rem);
  font-weight: 650;
  letter-spacing: -0.075em;
  line-height: 0.78;
}

.podcast-masthead__content > p:last-child {
  margin: clamp(24px, 4vw, 38px) 0 0;
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 600;
}

.podcast-page__status {
  width: min(calc(100% - 40px), 1288px);
  min-height: 1.5em;
  margin: clamp(52px, 7vw, 86px) auto 0;
  color: #606060;
  font-size: 0.92rem;
}

.podcast-page__status[data-type="error"] {
  color: #a11a1a;
}

.podcast-page__status:empty {
  display: none;
}

.podcast-feature {
  display: grid;
  width: min(calc(100% - 40px), 1288px);
  margin: clamp(52px, 7vw, 86px) auto 0;
  grid-template-columns: minmax(0, 2.25fr) minmax(270px, 0.75fr);
  align-items: start;
  gap: clamp(30px, 4vw, 58px);
}

.podcast-player {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #0b0b0b;
}

.podcast-player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.podcast-episode-heading {
  display: flex;
  margin-top: clamp(28px, 4vw, 46px);
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.podcast-episode-heading__date {
  margin: 0 0 12px;
  color: #707070;
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.podcast-episode-heading h2 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(2.4rem, 5.8vw, 5.8rem);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 0.96;
  text-wrap: balance;
}

.podcast-episode-heading__host {
  margin: 22px 0 0;
  color: #565656;
  font-size: 1rem;
}

.podcast-episode-heading__host a {
  color: #111111;
  font-weight: 700;
  text-underline-offset: 4px;
}

.podcast-share-trigger {
  display: inline-flex;
  min-width: 96px;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid #111111;
  background: #ffffff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.podcast-share-trigger:hover,
.podcast-share-trigger:focus-visible {
  background: #111111;
  color: #ffffff;
  outline: none;
}

.podcast-share-trigger:focus-visible {
  outline: 2px solid #ce2029;
  outline-offset: 3px;
}

.podcast-related {
  padding: clamp(24px, 3vw, 34px);
  background: #f3f3f3;
  border-top: 5px solid #ce2029;
}

.podcast-related__heading {
  margin-bottom: 24px;
}

.podcast-related__heading .section-kicker {
  color: #ce2029;
}

.podcast-related__heading h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.podcast-related__list {
  display: grid;
  gap: 18px;
}

.podcast-related-card {
  display: grid;
  padding-top: 18px;
  border-top: 1px solid #d1d1d1;
  color: #111111;
  text-decoration: none;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
}

.podcast-related-card:first-child {
  padding-top: 0;
  border-top: 0;
}

.podcast-related-card img {
  display: block;
  width: 92px;
  height: auto;
  aspect-ratio: 16 / 9;
  background: #dedede;
  object-fit: cover;
}

.podcast-related-card__meta {
  margin: 0 0 7px;
  color: #707070;
  font-size: 0.64rem;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.podcast-related-card h3 {
  margin: 0;
  font-size: 1.04rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

.podcast-related-card:hover h3,
.podcast-related-card:focus-visible h3 {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.podcast-related-card:focus-visible {
  outline: 2px solid #ce2029;
  outline-offset: 4px;
}

.podcast-guests,
.podcast-archive {
  width: min(calc(100% - 40px), 1288px);
  margin: clamp(76px, 10vw, 126px) auto 0;
  padding-top: clamp(38px, 5vw, 58px);
  border-top: 1px solid #d8d8d8;
}

.podcast-section-heading {
  margin-bottom: clamp(28px, 4vw, 46px);
}

.podcast-section-heading h2 {
  margin: 0;
  font-size: clamp(2.8rem, 7vw, 6.5rem);
  font-weight: 650;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.podcast-guests__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.podcast-guest-card {
  display: grid;
  min-height: 100%;
  padding: 22px;
  background: #f5f5f5;
  border: 1px solid #e2e2e2;
  grid-template-columns: 104px minmax(0, 1fr);
  align-items: start;
  gap: 20px;
}

.podcast-guest-card__photo,
.podcast-guest-card__initials {
  display: block;
  width: 104px;
  aspect-ratio: 1;
  background: #111111;
  color: #ffffff;
  object-fit: cover;
}

.podcast-guest-card__initials {
  display: grid;
  font-size: 1.55rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  place-items: center;
}

.podcast-guest-card h3 {
  margin: 0;
  font-size: clamp(1.3rem, 2.3vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1;
}

.podcast-guest-card__role {
  margin: 8px 0 0;
  color: #ce2029;
  font-size: 0.69rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.podcast-guest-card__bio {
  margin: 15px 0 0;
  color: #5e5e5e;
  font-size: 0.88rem;
  line-height: 1.52;
}

.podcast-guest-card__link {
  display: inline-block;
  margin-top: 17px;
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-underline-offset: 4px;
}

.podcast-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(30px, 4vw, 54px) 22px;
}

.podcast-episode-card {
  display: grid;
  align-content: start;
}

.podcast-episode-card__image-link {
  display: block;
  overflow: hidden;
  background: #ededed;
  aspect-ratio: 1;
}

.podcast-episode-card__image-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.podcast-episode-card:hover .podcast-episode-card__image-link img {
  transform: scale(1.025);
}

.podcast-episode-card__content {
  display: grid;
  padding-top: 18px;
}

.podcast-episode-card__meta {
  margin: 0 0 10px;
  color: #707070;
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.podcast-episode-card h3 {
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.podcast-episode-card h3 a {
  text-decoration: none;
}

.podcast-episode-card h3 a:hover,
.podcast-episode-card h3 a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.podcast-episode-card__host {
  margin: 13px 0 18px;
  color: #666666;
  font-size: 0.84rem;
}

.podcast-episode-card .podcast-share-trigger {
  width: fit-content;
}

@media (max-width: 1040px) {
  .podcast-feature {
    grid-template-columns: minmax(0, 1.7fr) minmax(250px, 0.8fr);
  }

  .podcast-guests__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .podcast-related {
    grid-row: 2;
  }

  .podcast-archive__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .podcast-masthead {
    min-height: 520px;
  }

  .podcast-masthead__content h1 {
    font-size: clamp(4.5rem, 25vw, 8rem);
  }

  .podcast-feature,
  .podcast-guests,
  .podcast-archive,
  .podcast-page__status {
    width: min(calc(100% - 32px), 1288px);
  }

  .podcast-episode-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .podcast-share-trigger {
    width: fit-content;
  }

  .podcast-guests__grid,
  .podcast-archive__grid {
    grid-template-columns: 1fr;
  }

  .podcast-guest-card {
    grid-template-columns: 84px minmax(0, 1fr);
  }

  .podcast-guest-card__photo,
  .podcast-guest-card__initials {
    width: 84px;
  }
}

@media (max-width: 420px) {
  .podcast-related-card {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .podcast-related-card img {
    width: 76px;
  }

  .podcast-guest-card {
    grid-template-columns: 1fr;
  }
}
