@import url("https://use.typekit.net/vzu4cjo.css");

.page-template-templatespodcast-episode-php {
  overflow-x: clip;
}

.page-template-templatespodcast-episode-php #tophead .site-header .bottom-head {
  background: #0b131d;
}

body:has(.cw-podcast-episode-page) .page-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  overflow: visible !important;
}

body:has(.cw-podcast-episode-page) .hero-wrapper {
  display: none !important;
}

body:has(.cw-podcast-episode-page) .page-wrapper > .max-screen-2lg,
body:has(.cw-podcast-episode-page) .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  overflow: visible !important;
}

body:has(.cw-podcast-episode-page) .entry-content > .cw-podcast-episode-page {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.cw-podcast-episode-page {
  --cw-podcast-episode-ink: #231f20;
  --cw-podcast-episode-charcoal: #2c2b2a;
  --cw-podcast-episode-primary: #70778b;
  --cw-podcast-episode-primary-deep: #596174;
  --cw-podcast-episode-paper: #f8f6f3;
  --cw-podcast-episode-soft: #ede8e1;
  --cw-podcast-episode-white: #fff;
  --cw-podcast-episode-line: rgba(35, 31, 32, 0.18);
  --cw-podcast-episode-dark-line: rgba(255, 255, 255, 0.2);
  --cw-podcast-episode-serif: "adobe-garamond-pro", Georgia, serif;
  --cw-podcast-episode-sans: "Inter", Arial, sans-serif;
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: clip;
  background: var(--cw-podcast-episode-white);
  color: var(--cw-podcast-episode-ink);
  font-family: var(--cw-podcast-episode-sans);
  line-height: 1.65;
}

.cw-podcast-episode-page *,
.cw-podcast-episode-page *::before,
.cw-podcast-episode-page *::after {
  box-sizing: border-box;
}

.cw-podcast-episode-page img,
.cw-podcast-episode-page iframe {
  display: block;
  max-width: 100%;
}

.cw-podcast-episode-page a {
  color: inherit;
  text-decoration: none;
}

.cw-podcast-episode-page a:focus-visible,
.cw-podcast-episode-page button:focus-visible {
  outline: 2px solid var(--cw-podcast-episode-primary);
  outline-offset: 4px;
}

.cw-podcast-episode-inner {
  position: relative;
  z-index: 2;
  width: min(1240px, calc(100% - clamp(56px, 10vw, 180px)));
  margin: 0 auto;
}

.cw-podcast-episode-page h1,
.cw-podcast-episode-page h2,
.cw-podcast-episode-page h3 {
  margin: 0;
  color: inherit;
  font-family: var(--cw-podcast-episode-serif);
  font-weight: 400;
  letter-spacing: 0;
  text-wrap: balance;
}

.cw-podcast-episode-page h1 {
  max-width: 1040px;
  font-size: clamp(3rem, 5.7vw, 5.5rem);
  line-height: 0.98;
  overflow-wrap: break-word;
}

.cw-podcast-episode-page h2 {
  font-size: clamp(2.35rem, 4.2vw, 4.35rem);
  line-height: 1.02;
}

.cw-podcast-episode-page h3 {
  font-size: clamp(1.5rem, 2.1vw, 2.15rem);
  line-height: 1.1;
}

.cw-podcast-episode-page p,
.cw-podcast-episode-page li {
  font-size: clamp(1rem, 1.08vw, 1.14rem);
}

.cw-podcast-episode-rich-text {
  max-width: 72ch;
  text-wrap: pretty;
}

.cw-podcast-episode-rich-text > :first-child,
.cw-podcast-episode-final-text > :first-child,
.cw-podcast-episode-transcript-intro > :first-child {
  margin-top: 0;
}

.cw-podcast-episode-rich-text > :last-child,
.cw-podcast-episode-final-text > :last-child,
.cw-podcast-episode-transcript-intro > :last-child {
  margin-bottom: 0;
}

.cw-podcast-episode-rich-text p,
.cw-podcast-episode-final-text p,
.cw-podcast-episode-transcript-intro p {
  margin: 1.1em 0 0;
}

.cw-podcast-episode-rich-text a,
.cw-podcast-episode-final-text a,
.cw-podcast-episode-transcript-intro a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.cw-podcast-episode-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(106px, 8vw, 120px) 0 clamp(27px, 3.5vw, 46px);
  background: var(--cw-podcast-episode-paper);
}

.cw-podcast-episode-hero-mark {
  position: absolute;
  right: clamp(8px, 1vw, 16px);
  bottom: clamp(8px, 1vw, 16px);
  z-index: 0;
  color: rgba(112, 119, 139, 0.08);
  font-family: var(--cw-podcast-episode-serif);
  font-size: clamp(14rem, 28vw, 28rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.72;
  pointer-events: none;
  user-select: none;
}

.cw-podcast-episode-back-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  margin-bottom: clamp(26px, 3.5vw, 46px);
  color: var(--cw-podcast-episode-ink);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
}

.cw-podcast-episode-back-link span {
  color: var(--cw-podcast-episode-primary-deep);
  font-size: 1.1rem;
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cw-podcast-episode-back-link:hover span,
.cw-podcast-episode-back-link:focus-visible span {
  transform: translateX(-4px);
}

.cw-podcast-episode-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 340px);
  gap: clamp(58px, 9vw, 136px);
  align-items: start;
}

.cw-podcast-episode-page .cw-podcast-episode-hero-copy h1 {
  font-size: clamp(2.125rem, 2.4vw, 2.625rem);
  line-height: 1.08;
}

.cw-podcast-episode-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px;
  color: var(--cw-podcast-episode-ink);
  font-size: 0.78rem !important;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.cw-podcast-episode-eyebrow::before {
  width: 38px;
  height: 2px;
  background: var(--cw-podcast-episode-primary);
  content: "";
}

.cw-podcast-episode-meta {
  margin: 0;
  border-top: 1px solid var(--cw-podcast-episode-line);
}

.cw-podcast-episode-meta-row {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 20px;
  padding: 15px 0 14px;
  border-bottom: 1px solid var(--cw-podcast-episode-line);
}

.cw-podcast-episode-meta dt,
.cw-podcast-episode-meta dd {
  margin: 0;
  line-height: 1.4;
}

.cw-podcast-episode-meta dt {
  color: var(--cw-podcast-episode-primary-deep);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cw-podcast-episode-meta dd {
  font-family: var(--cw-podcast-episode-serif);
  font-size: 1.16rem;
}

.cw-podcast-episode-meta dd a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.cw-podcast-episode-meta-row-platforms {
  align-items: center;
  padding-block: 11px;
}

.cw-podcast-episode-platform-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cw-podcast-episode-platform-list li {
  margin: 0;
  padding: 0;
}

.cw-podcast-episode-platform-list li::before,
.cw-podcast-episode-platform-list li::marker {
  content: none !important;
}

.cw-podcast-episode-platform-link {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--cw-podcast-episode-ink) !important;
  text-decoration: none !important;
  transition: color 180ms ease-out;
}

.cw-podcast-episode-platform-link:is(:hover, :focus-visible) {
  color: var(--cw-podcast-episode-primary-deep) !important;
}

.cw-podcast-episode-platform-link:focus-visible {
  outline-offset: 2px;
}

.cw-podcast-episode-platform-link svg {
  display: block;
  fill: currentColor;
}

.cw-podcast-episode-media-section {
  padding: 0 0 clamp(86px, 10vw, 144px);
  background: var(--cw-podcast-episode-paper);
}

.cw-podcast-episode-video-shell {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--cw-podcast-episode-charcoal);
}

.cw-podcast-episode-video,
.cw-podcast-episode-video-fallback-image,
.cw-podcast-episode-video-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.cw-podcast-episode-video-fallback-image {
  object-fit: cover;
}

.cw-podcast-episode-video-placeholder {
  display: grid;
  place-items: center;
  color: var(--cw-podcast-episode-white);
}

.cw-podcast-episode-video-placeholder::before {
  position: absolute;
  width: clamp(58px, 7vw, 84px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.58);
  content: "";
}

.cw-podcast-episode-video-placeholder span {
  position: relative;
  z-index: 1;
  margin-top: clamp(108px, 12vw, 150px);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cw-podcast-episode-overview {
  padding: clamp(92px, 11vw, 158px) 0;
  background: var(--cw-podcast-episode-white);
}

.cw-podcast-episode-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.7fr);
  gap: clamp(72px, 10vw, 150px);
  align-items: start;
}

.cw-podcast-episode-overview-grid-single {
  grid-template-columns: minmax(0, 860px);
}

.cw-podcast-episode-summary .cw-podcast-episode-rich-text {
  margin-top: 32px;
  font-size: clamp(1.08rem, 1.25vw, 1.24rem);
  line-height: 1.72;
}

.cw-podcast-episode-topics {
  padding-top: 10px;
  border-top: 3px solid var(--cw-podcast-episode-primary);
}

.cw-podcast-episode-topics h2 {
  padding-top: 22px;
  font-size: clamp(1.85rem, 2.5vw, 2.5rem);
  line-height: 1.08;
}

.cw-podcast-episode-topic-list {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.cw-podcast-episode-topic-list li {
  position: relative;
  margin: 0;
  padding: 17px 0 16px 24px;
  border-top: 1px solid var(--cw-podcast-episode-line);
  line-height: 1.48;
}

.cw-podcast-episode-topic-list li:last-child {
  border-bottom: 1px solid var(--cw-podcast-episode-line);
}

.cw-podcast-episode-topic-list li::before {
  position: absolute;
  top: 25px;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--cw-podcast-episode-primary);
  content: "";
}

.cw-podcast-episode-chapters {
  padding: clamp(90px, 10vw, 144px) 0;
  background: var(--cw-podcast-episode-charcoal);
  color: var(--cw-podcast-episode-white);
}

.cw-podcast-episode-chapters-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(76px, 10vw, 150px);
  align-items: start;
}

.cw-podcast-episode-chapters-heading p {
  max-width: 36ch;
  margin: 24px 0 0;
  color: var(--cw-podcast-episode-white);
  line-height: 1.62;
}

.cw-podcast-episode-chapter-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--cw-podcast-episode-dark-line);
  list-style: none;
}

.cw-podcast-episode-chapter-list li {
  margin: 0;
  border-bottom: 1px solid var(--cw-podcast-episode-dark-line);
  list-style: none;
}

.cw-podcast-episode-chapter-list li::marker {
  content: "";
}

.cw-podcast-episode-chapter-button,
.cw-podcast-episode-chapter-static {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) 28px;
  gap: 20px;
  align-items: center;
  width: 100%;
  min-height: 82px;
  padding: 18px 18px 16px 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
}

.cw-podcast-episode-chapter-button {
  color: var(--cw-podcast-episode-white);
  cursor: pointer;
  transition: background-color 220ms ease-out;
}

.cw-podcast-episode-chapter-button:hover,
.cw-podcast-episode-chapter-button:focus-visible,
.cw-podcast-episode-chapter-button[aria-pressed="true"] {
  background: var(--cw-podcast-episode-primary-deep);
}

.cw-podcast-episode-chapter-time {
  color: var(--cw-podcast-episode-white);
  font-family: var(--cw-podcast-episode-sans);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.cw-podcast-episode-chapter-title {
  color: var(--cw-podcast-episode-white);
  font-family: var(--cw-podcast-episode-serif);
  font-size: clamp(1.34rem, 1.7vw, 1.75rem);
  line-height: 1.12;
}

.cw-podcast-episode-chapter-arrow {
  color: var(--cw-podcast-episode-white);
  font-size: 1.05rem;
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cw-podcast-episode-chapter-button:hover .cw-podcast-episode-chapter-arrow,
.cw-podcast-episode-chapter-button:focus-visible .cw-podcast-episode-chapter-arrow {
  transform: translate(3px, -3px);
}

@media (min-width: 981px) {
  .cw-podcast-episode-chapters-heading {
    position: sticky;
    top: 120px;
    align-self: start;
  }

  body.admin-bar .cw-podcast-episode-chapters-heading {
    top: 152px;
  }
}

.cw-podcast-episode-transcript {
  padding: clamp(94px, 11vw, 164px) 0;
  background: var(--cw-podcast-episode-paper);
  scroll-margin-top: 120px;
}

.cw-podcast-episode-transcript-heading {
  max-width: 860px;
}

.cw-podcast-episode-transcript-heading h2 {
  font-size: clamp(2.45rem, 3.4vw, 3.75rem);
  scroll-margin-top: 140px;
}

.cw-podcast-episode-transcript-intro {
  max-width: 65ch;
  margin-top: 26px;
  color: #3f3b3c;
  line-height: 1.65;
}

.cw-podcast-episode-transcript-body {
  position: relative;
  width: 100%;
  max-width: none;
  margin-top: clamp(48px, 6vw, 72px);
}

.cw-podcast-episode-transcript.is-expanded .cw-podcast-episode-transcript-body {
  padding-bottom: calc(var(--cw-podcast-transcript-collapse-height, 86px) + 16px);
}

.cw-podcast-episode-transcript-body > :first-child {
  margin-top: 0;
}

.cw-podcast-episode-transcript-body h2,
.cw-podcast-episode-transcript-body h3,
.cw-podcast-episode-transcript-body h4 {
  margin: 2.15em 0 0.65em;
  font-family: var(--cw-podcast-episode-sans);
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-transform: uppercase;
}

.cw-podcast-episode-transcript-body blockquote {
  margin: 2em 0;
  padding: 24px 0;
  border-top: 1px solid var(--cw-podcast-episode-line);
  border-bottom: 1px solid var(--cw-podcast-episode-line);
  color: #383435;
  font-family: var(--cw-podcast-episode-serif);
  font-size: clamp(1.45rem, 2vw, 1.95rem);
  line-height: 1.35;
}

.cw-podcast-episode-transcript-body button[data-seconds] {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 44px;
  margin: 0;
  padding: 8px 0;
  border: 0;
  background: transparent;
  color: var(--cw-podcast-episode-ink);
  font: 700 0.74rem/1 var(--cw-podcast-episode-sans);
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: background-color 180ms ease-out, color 180ms ease-out;
}

.cw-podcast-episode-transcript-body button[data-seconds]:hover,
.cw-podcast-episode-transcript-body button[data-seconds]:focus-visible,
.cw-podcast-episode-transcript-body button[data-seconds][aria-pressed="true"] {
  background: transparent;
  color: var(--cw-podcast-episode-primary-deep);
  text-decoration: underline;
  text-underline-offset: 0.24em;
}

.cw-podcast-episode-transcript-list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cw-podcast-episode-transcript-item {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cw-podcast-episode-transcript-row {
  display: grid;
  grid-template-columns: minmax(76px, 104px) minmax(0, 1fr);
  width: 100%;
  margin: 0;
  padding: 0;
  color: inherit;
  list-style: none;
}

.cw-podcast-episode-page a.cw-podcast-episode-transcript-row-seekable {
  cursor: pointer;
  text-decoration: none;
}

.cw-podcast-episode-transcript-rail {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  min-width: 0;
  padding: clamp(28px, 3.3vw, 40px) clamp(18px, 2vw, 26px) clamp(28px, 3.3vw, 40px) 0;
  border-right: 1px solid var(--cw-podcast-episode-line);
}

.cw-podcast-episode-transcript-time {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 44px;
  padding: 8px 0;
  color: var(--cw-podcast-episode-ink);
  font: 700 0.74rem/1 var(--cw-podcast-episode-sans);
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.cw-podcast-episode-transcript-content {
  display: block;
  min-width: 0;
  padding: clamp(28px, 3.3vw, 40px) 0 clamp(28px, 3.3vw, 40px) clamp(22px, 3vw, 44px);
}

.cw-podcast-episode-transcript-content > :first-child {
  margin-top: 0;
}

.cw-podcast-episode-transcript-content > :last-child {
  margin-bottom: 0;
}

.cw-podcast-episode-transcript-paragraph {
  display: block;
  max-width: 82ch;
  color: #343031;
  font-family: var(--cw-podcast-episode-sans);
  font-size: clamp(1rem, 1.25vw, 1.14rem);
  line-height: 1.78;
  text-wrap: pretty;
  transition: color 180ms ease-out;
}

.cw-podcast-episode-transcript-row-seekable:hover .cw-podcast-episode-transcript-paragraph,
.cw-podcast-episode-transcript-row-seekable:focus-visible .cw-podcast-episode-transcript-paragraph,
.cw-podcast-episode-transcript-row-seekable[aria-current="time"] .cw-podcast-episode-transcript-paragraph {
  color: var(--cw-podcast-episode-primary-deep);
}

.cw-podcast-episode-transcript-row-seekable:hover .cw-podcast-episode-transcript-time,
.cw-podcast-episode-transcript-row-seekable:focus-visible .cw-podcast-episode-transcript-time,
.cw-podcast-episode-transcript-row-seekable[aria-current="time"] .cw-podcast-episode-transcript-time {
  color: var(--cw-podcast-episode-primary-deep);
  text-decoration: underline;
  text-underline-offset: 0.24em;
}

.cw-podcast-episode-transcript-viewport {
  width: 100%;
}

.cw-podcast-episode-transcript.is-enhanced:not(.is-expanded) .cw-podcast-episode-transcript-viewport {
  max-height: var(--cw-podcast-transcript-preview-height);
  overflow: hidden;
  overflow: clip;
}

.cw-podcast-episode-transcript-expand-controls,
.cw-podcast-episode-transcript-collapse-controls {
  display: grid;
  grid-template-columns: minmax(76px, 104px) minmax(0, 1fr);
  margin: 0;
  padding: 0;
}

.cw-podcast-episode-transcript-expand-controls[hidden],
.cw-podcast-episode-transcript-collapse-controls[hidden] {
  display: none;
}

.cw-podcast-episode-transcript-control-rail {
  border-right: 1px solid var(--cw-podcast-episode-line);
}

.cw-podcast-episode-transcript-expand-action,
.cw-podcast-episode-transcript-collapse-action {
  display: flex;
  justify-content: flex-end;
  padding: clamp(20px, 2.5vw, 30px) 0 0 clamp(22px, 3vw, 44px);
}

.cw-podcast-episode-transcript-collapse-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  pointer-events: none;
}

.cw-podcast-episode-transcript-collapse-controls .cw-podcast-episode-transcript-control {
  pointer-events: auto;
}

.cw-podcast-episode-transcript-collapse-controls.is-viewport-sticky {
  position: fixed;
  right: auto;
  bottom: max(16px, env(safe-area-inset-bottom));
  left: var(--cw-podcast-transcript-collapse-left);
  width: var(--cw-podcast-transcript-collapse-width);
}

.cw-podcast-episode-transcript-control {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border: 0;
  background: transparent;
  color: var(--cw-podcast-episode-ink);
  font: 700 0.75rem/1.1 var(--cw-podcast-episode-sans);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  isolation: isolate;
  cursor: pointer;
}

.cw-podcast-episode-transcript-control-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 50px;
  padding: 14px 22px 12px;
  background: var(--cw-podcast-episode-ink);
  color: var(--cw-podcast-episode-white);
}

.cw-podcast-episode-transcript-control-line {
  position: absolute;
  display: block;
  background: currentColor;
  pointer-events: none;
  transform: scale(0);
  transition: transform 300ms ease-out;
}

.cw-podcast-episode-transcript-control-line-top,
.cw-podcast-episode-transcript-control-line-bottom {
  width: 100%;
  height: 1px;
}

.cw-podcast-episode-transcript-control-line-left,
.cw-podcast-episode-transcript-control-line-right {
  width: 1px;
  height: 100%;
}

.cw-podcast-episode-transcript-control-line-top {
  top: 0;
  left: 0;
  transform-origin: left center;
  transition-delay: 900ms;
}

.cw-podcast-episode-transcript-control-line-right {
  top: 0;
  right: 0;
  transform-origin: center top;
  transition-delay: 600ms;
}

.cw-podcast-episode-transcript-control-line-bottom {
  right: 0;
  bottom: 0;
  transform-origin: right center;
  transition-delay: 300ms;
}

.cw-podcast-episode-transcript-control-line-left {
  bottom: 0;
  left: 0;
  transform-origin: center bottom;
}

.cw-podcast-episode-transcript-control:hover .cw-podcast-episode-transcript-control-line,
.cw-podcast-episode-transcript-control:focus-visible .cw-podcast-episode-transcript-control-line {
  transform: scale(1);
}

.cw-podcast-episode-transcript-control:hover .cw-podcast-episode-transcript-control-line-top,
.cw-podcast-episode-transcript-control:focus-visible .cw-podcast-episode-transcript-control-line-top {
  transition-delay: 0ms;
}

.cw-podcast-episode-transcript-control:hover .cw-podcast-episode-transcript-control-line-right,
.cw-podcast-episode-transcript-control:focus-visible .cw-podcast-episode-transcript-control-line-right {
  transition-delay: 300ms;
}

.cw-podcast-episode-transcript-control:hover .cw-podcast-episode-transcript-control-line-bottom,
.cw-podcast-episode-transcript-control:focus-visible .cw-podcast-episode-transcript-control-line-bottom {
  transition-delay: 600ms;
}

.cw-podcast-episode-transcript-control:hover .cw-podcast-episode-transcript-control-line-left,
.cw-podcast-episode-transcript-control:focus-visible .cw-podcast-episode-transcript-control-line-left {
  transition-delay: 900ms;
}

.cw-podcast-episode-transcript-control-arrow {
  font-size: 1rem;
  line-height: 1;
  transition: transform 180ms ease-out;
}

.cw-podcast-episode-final {
  position: relative;
  isolation: isolate;
  min-height: clamp(500px, 62vw, 720px);
  padding: clamp(96px, 12vw, 176px) 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: var(--cw-podcast-episode-charcoal);
  background-image: var(--cw-podcast-episode-final-image, none);
  background-position: var(--cw-podcast-episode-final-position, center center);
  background-size: cover;
  color: var(--cw-podcast-episode-white);
}

.cw-podcast-episode-final.has-form {
  padding: clamp(72px, 8vw, 112px) 0;
}

.cw-podcast-episode-final::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(35, 31, 32, var(--cw-podcast-episode-final-overlay, 0.66));
  content: "";
}

.cw-podcast-episode-final-copy {
  max-width: 740px;
}

.cw-podcast-episode-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.72fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: start;
}

.cw-podcast-episode-final-form-card {
  width: 100%;
  max-width: 524px;
  min-width: 0;
  justify-self: end;
  padding: clamp(22px, 3vw, 34px);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.24);
  color: var(--cw-podcast-episode-charcoal);
}

.cw-podcast-episode-final-form-card h3 {
  margin: 0 0 22px;
  color: var(--cw-podcast-episode-charcoal);
  font-family: var(--cw-podcast-episode-serif);
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
  font-weight: 400;
  line-height: 1.08;
  text-wrap: balance;
}

.cw-podcast-episode-final-form-frame-wrap {
  width: 100%;
  min-width: 0;
  margin: 0;
}

.cw-podcast-episode-final-form-frame-wrap iframe {
  display: block;
  width: 100% !important;
  min-width: 100% !important;
  border: 0 !important;
}

.cw-podcast-episode-final-form-fallback {
  margin: 0;
  color: var(--cw-podcast-episode-charcoal);
  line-height: 1.55;
}

.cw-podcast-episode-final-form-fallback a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.cw-podcast-episode-final-copy h2 {
  max-width: 720px;
}

.cw-podcast-episode-final-text {
  max-width: 62ch;
  margin-top: 28px;
  color: var(--cw-podcast-episode-white) !important;
  line-height: 1.7;
}

.cw-podcast-episode-final .cw-podcast-episode-final-text p,
.cw-podcast-episode-final .cw-podcast-episode-final-text a {
  color: var(--cw-podcast-episode-white) !important;
}

.cw-podcast-episode-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 34px;
  padding: 16px 28px 14px;
  border: 1px solid var(--cw-podcast-episode-soft);
  background: var(--cw-podcast-episode-soft);
  color: var(--cw-podcast-episode-charcoal) !important;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.1;
  text-transform: uppercase;
  transition: background-color 220ms ease-out, color 220ms ease-out;
}

.cw-podcast-episode-button:hover,
.cw-podcast-episode-button:focus-visible {
  background: transparent;
  color: var(--cw-podcast-episode-white) !important;
}

@media (max-width: 980px) {
  .cw-podcast-episode-hero-grid,
  .cw-podcast-episode-overview-grid,
  .cw-podcast-episode-chapters-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .cw-podcast-episode-hero-grid {
    gap: 54px;
  }

  .cw-podcast-episode-meta {
    max-width: 620px;
  }

  .cw-podcast-episode-overview-grid,
  .cw-podcast-episode-chapters-grid {
    gap: 64px;
  }

  .cw-podcast-episode-topics {
    max-width: 620px;
  }

  .cw-podcast-episode-final-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(44px, 7vw, 64px);
  }

  .cw-podcast-episode-final-form-card {
    max-width: 620px;
    justify-self: center;
  }

}

@media (max-width: 700px) {
  .cw-podcast-episode-inner {
    width: min(100% - 40px, 1240px);
  }

  .cw-podcast-episode-page h1 {
    font-size: clamp(2.65rem, 12vw, 4rem);
    line-height: 1;
  }

  .cw-podcast-episode-page h2 {
    font-size: clamp(2.2rem, 10vw, 3.3rem);
  }

  .cw-podcast-episode-hero {
    padding-top: 95px;
    padding-bottom: 48px;
  }

  .cw-podcast-episode-back-link {
    margin-bottom: 48px;
  }

  .cw-podcast-episode-hero-grid {
    gap: 44px;
  }

  .cw-podcast-episode-meta-row {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 14px;
  }

  .cw-podcast-episode-media-section {
    padding-bottom: 82px;
  }

  .cw-podcast-episode-overview,
  .cw-podcast-episode-chapters,
  .cw-podcast-episode-transcript {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .cw-podcast-episode-overview-grid,
  .cw-podcast-episode-chapters-grid {
    gap: 52px;
  }

  .cw-podcast-episode-summary .cw-podcast-episode-rich-text {
    margin-top: 24px;
  }

  .cw-podcast-episode-chapter-button,
  .cw-podcast-episode-chapter-static {
    grid-template-columns: 62px minmax(0, 1fr) 18px;
    gap: 12px;
    min-height: 72px;
    padding-right: 8px;
  }

  .cw-podcast-episode-chapter-button:hover,
  .cw-podcast-episode-chapter-button:focus-visible,
  .cw-podcast-episode-chapter-button[aria-pressed="true"] {
    padding-left: 10px;
  }

  .cw-podcast-episode-chapter-time {
    font-size: 0.69rem;
  }

  .cw-podcast-episode-chapter-title {
    font-size: 1.25rem;
  }

  .cw-podcast-episode-transcript-body {
    margin-top: 40px;
  }

  .cw-podcast-episode-transcript-row,
  .cw-podcast-episode-transcript-expand-controls,
  .cw-podcast-episode-transcript-collapse-controls {
    grid-template-columns: 62px minmax(0, 1fr);
  }

  .cw-podcast-episode-transcript-rail {
    padding-right: 10px;
  }

  .cw-podcast-episode-transcript-content,
  .cw-podcast-episode-transcript-expand-action,
  .cw-podcast-episode-transcript-collapse-action {
    padding-left: 20px;
  }

  .cw-podcast-episode-final {
    min-height: 540px;
    padding: 88px 0;
  }

  .cw-podcast-episode-final.has-form {
    padding: 64px 0;
  }

  .cw-podcast-episode-final-form-card {
    padding: 22px 18px;
  }

  .cw-podcast-episode-button {
    width: 100%;
  }
}

@media (max-width: 390px) {
  .cw-podcast-episode-video-shell {
    min-height: 200px;
  }

  .cw-podcast-episode-inner {
    width: calc(100% - 32px);
  }

  .cw-podcast-episode-meta-row {
    grid-template-columns: 74px minmax(0, 1fr);
  }

  .cw-podcast-episode-chapter-button,
  .cw-podcast-episode-chapter-static {
    grid-template-columns: 56px minmax(0, 1fr) 16px;
    gap: 9px;
  }

  .cw-podcast-episode-transcript-row,
  .cw-podcast-episode-transcript-expand-controls,
  .cw-podcast-episode-transcript-collapse-controls {
    grid-template-columns: 60px minmax(0, 1fr);
  }

  .cw-podcast-episode-transcript-content,
  .cw-podcast-episode-transcript-expand-action,
  .cw-podcast-episode-transcript-collapse-action {
    padding-left: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cw-podcast-episode-page *,
  .cw-podcast-episode-page *::before,
  .cw-podcast-episode-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  .cw-podcast-episode-back-link,
  .cw-podcast-episode-media-section,
  .cw-podcast-episode-chapters,
  .cw-podcast-episode-final {
    display: none !important;
  }

  .cw-podcast-episode-hero,
  .cw-podcast-episode-overview,
  .cw-podcast-episode-transcript {
    padding: 28px 0;
    background: #fff !important;
    color: #000 !important;
  }

  .cw-podcast-episode-inner,
  .cw-podcast-episode-transcript-list {
    width: 100%;
    display: block;
  }

  .cw-podcast-episode-transcript-body {
    max-width: none;
    margin-top: 30px;
  }

  .cw-podcast-episode-transcript-expand-controls,
  .cw-podcast-episode-transcript-collapse-controls {
    display: none !important;
  }

  .cw-podcast-episode-transcript-viewport {
    max-height: none !important;
    overflow: visible !important;
  }

  .cw-podcast-episode-transcript-row {
    display: grid !important;
  }
}
