:root {
  --podcast-ink: #17242c;
  --podcast-paper: #f5f2ec;
  --podcast-mist: #d4dde1;
  --podcast-accent: #ae725c;
  --podcast-line: rgba(23, 36, 44, 0.2);
}

.podcast-single {
  color: var(--podcast-ink);
  background: var(--podcast-paper);
}

.podcast-single__shell {
  width: min(90rem, calc(100% - clamp(2.5rem, 8vw, 9rem)));
  margin-inline: auto;
}

.podcast-single__reading {
  width: min(46rem, calc(100% - 2.5rem));
  margin-inline: auto;
}

.podcast-single__hero {
  padding-block: clamp(4rem, 9vw, 8.5rem);
  background: var(--podcast-mist);
}

.podcast-single__hero .podcast-single__shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(22rem, 1.1fr);
  gap: clamp(2.5rem, 7vw, 8rem);
  align-items: center;
}

.podcast-single__intro {
  position: relative;
  z-index: 1;
}

.podcast-single__back {
  display: inline-flex;
  gap: 0.65rem;
  align-items: center;
  margin-bottom: clamp(3rem, 7vw, 6rem);
  color: inherit;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.podcast-single__back:hover {
  color: var(--podcast-accent);
}

.podcast-single__eyebrow {
  margin: 0 0 1.25rem;
  color: var(--podcast-accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

#main .podcast-single__title {
  max-width: 12ch;
  margin: 0;
  color: var(--podcast-ink);
  font-family: Didot, "Bodoni MT", "Times New Roman", serif;
  font-size: clamp(3rem, 6.4vw, 6.75rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.94;
  text-wrap: balance;
}

.podcast-single__date {
  display: block;
  margin-top: 2rem;
  color: rgba(23, 36, 44, 0.7);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.podcast-single__cover {
  position: relative;
  margin: 0;
}

.podcast-single__cover::before {
  content: "";
  position: absolute;
  inset: clamp(1rem, 2vw, 2rem) clamp(-2rem, -2vw, -1rem)
    clamp(-2rem, -2vw, -1rem) clamp(1rem, 2vw, 2rem);
  border: 1px solid rgba(23, 36, 44, 0.32);
}

.podcast-single__image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.podcast-single__listen {
  padding-block: clamp(4rem, 8vw, 7rem);
  color: var(--podcast-paper);
  background: var(--podcast-ink);
}

#main .podcast-single__listen h2 {
  margin: 0 0 clamp(2rem, 5vw, 3.5rem);
  color: inherit;
  font-size: clamp(2.5rem, 6vw, 5rem);
}

.podcast-single__players {
  display: grid;
  gap: 1rem;
}

.podcast-external-embed {
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(245, 242, 236, 0.25);
  background: rgba(245, 242, 236, 0.04);
}

.podcast-external-embed p {
  max-width: 38rem;
  margin: 0 0 1.25rem;
  color: rgba(245, 242, 236, 0.78);
  font-size: 0.9rem;
}

.podcast-external-embed a {
  color: var(--podcast-paper) !important;
}

#main .podcast-external-embed .podcast-load-embed {
  width: auto;
  color: var(--podcast-ink) !important;
  background: var(--podcast-paper) !important;
  border-color: var(--podcast-paper) !important;
}

.podcast-single__content {
  padding-block: clamp(5rem, 10vw, 10rem);
}

.podcast-single__prose {
  font-size: clamp(1.05rem, 1rem + 0.25vw, 1.2rem);
  line-height: 1.8;
}

.podcast-single__prose > :first-child {
  margin-top: 0;
}

.podcast-single__prose > p:first-child {
  font-size: clamp(1.25rem, 1.1rem + 0.55vw, 1.65rem);
  line-height: 1.55;
}

.podcast-single__prose h2,
.podcast-single__prose h3 {
  margin-top: clamp(3.5rem, 8vw, 6rem);
  margin-bottom: 1.5rem;
}

.podcast-single__prose h2 {
  font-size: clamp(2.4rem, 5vw, 4.5rem);
}

.podcast-single__prose h3 {
  font-size: clamp(1.9rem, 3.5vw, 3rem);
}

.podcast-single__prose p,
.podcast-single__prose ul,
.podcast-single__prose ol {
  margin-bottom: 1.5rem;
}

.podcast-single__prose li + li {
  margin-top: 0.5rem;
}

.podcast-single__prose blockquote {
  margin: clamp(3rem, 7vw, 5rem) 0;
  padding: 0 0 0 clamp(1.5rem, 4vw, 3rem);
  border-left: 1px solid var(--podcast-accent);
  font-family: Didot, "Bodoni MT", "Times New Roman", serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.15;
}

.podcast-single__navigation {
  padding-block: clamp(3rem, 7vw, 6rem);
  border-top: 1px solid var(--podcast-line);
  background: #ebe6de;
}

.podcast-single__navigation .podcast-single__shell {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 7vw, 7rem);
}

.podcast-single__nav-link {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  color: inherit;
  text-decoration: none;
}

.podcast-single__nav-link--newer {
  text-align: right;
}

.podcast-single__nav-label {
  color: var(--podcast-accent);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.podcast-single__nav-link strong {
  font-family: Didot, "Bodoni MT", "Times New Roman", serif;
  font-size: clamp(1.45rem, 3vw, 2.5rem);
  font-weight: 400;
  line-height: 1.05;
}

.podcast-single__nav-link:hover strong {
  color: var(--podcast-accent);
}

@media (max-width: 767.98px) {
  .podcast-single__shell {
    width: calc(100% - 2.25rem);
  }

  .podcast-single__hero .podcast-single__shell {
    grid-template-columns: 1fr;
  }

  .podcast-single__back {
    margin-bottom: 3rem;
  }

  .podcast-single__cover {
    margin-top: 1rem;
  }

  .podcast-single__navigation .podcast-single__shell {
    grid-template-columns: 1fr;
  }

  .podcast-single__nav-link--newer {
    padding-top: 2rem;
    border-top: 1px solid var(--podcast-line);
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .podcast-single *,
  .podcast-single *::before,
  .podcast-single *::after {
    transition-duration: 0.01ms !important;
  }
}
