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

.cw-podcast-page {
  --cw-primary: #70778b;
  --cw-ink: #231f20;
  --cw-charcoal: #2c2b2a;
  --cw-onyx: #0b131d;
  --cw-stone: #5f5c59;
  --cw-muted: #666;
  --cw-paper: #f8f6f3;
  --cw-soft: #ede8e1;
  --cw-white: #fff;
  --cw-serif: "adobe-garamond-pro", Georgia, serif;
  --cw-sans: Inter, Arial, sans-serif;
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--cw-white);
  color: var(--cw-ink);
  font-family: var(--cw-sans);
  line-height: 1.65;
}

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

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

body:has(.cw-podcast-page) .page-wrapper > .max-screen-2lg,
body:has(.cw-podcast-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-page) .entry-content > .cw-podcast-page {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body:has(.cw-podcast-page) .entry-content > p:empty,
body:has(.cw-podcast-page) .entry-content > p:first-child,
.cw-podcast-page > p:empty,
.cw-podcast-page br {
  display: none !important;
}

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

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

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

.cw-podcast-page :is(p, li) a:not(.cw-podcast-btn, .cw-podcast-text-link) {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}

.cw-podcast-page :is(a, button):focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 5px;
}

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

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

.cw-podcast-page h1 {
  max-width: 1020px;
  font-size: clamp(3rem, 5.1vw, 5.5rem);
  overflow-wrap: break-word;
}

.cw-podcast-page h2 {
  max-width: 950px;
  font-size: clamp(2.15rem, 3.84vw, 4rem);
}

.cw-podcast-page h3 {
  font-size: clamp(1.55rem, 2.25vw, 2.35rem);
  line-height: 1.09;
}

.cw-podcast-page p {
  margin: 18px 0 0;
  color: inherit;
  font-size: clamp(1rem, 1.15vw, 1.16rem);
}

.cw-podcast-rich-text > :first-child {
  margin-top: 0;
}

.cw-podcast-rich-text > :last-child {
  margin-bottom: 0;
}

.cw-podcast-eyebrow {
  margin: 0 0 14px !important;
  color: var(--cw-primary);
  font-family: var(--cw-sans);
  font-size: 0.82rem !important;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
}

.cw-podcast-lede {
  max-width: 760px;
  margin-top: 22px;
}

.cw-podcast-lede p {
  font-size: clamp(1.14rem, 1.5vw, 1.34rem);
  line-height: 1.55;
}

.cw-podcast-section {
  padding: clamp(88px, 9vw, 136px) 0;
}

.cw-podcast-section-heading {
  max-width: 720px;
  margin-bottom: clamp(38px, 5vw, 64px);
}

.cw-podcast-section-heading-wide {
  max-width: 930px;
  scroll-margin-top: clamp(88px, 7vw, 112px);
}

.cw-podcast-section-heading .cw-podcast-rich-text {
  max-width: 780px;
  margin-top: 22px;
}

.cw-podcast-section-heading-wide .cw-podcast-rich-text {
  max-width: 52rem;
}

.cw-podcast-section-heading-wide .cw-podcast-rich-text p {
  text-wrap: pretty;
}

.cw-podcast-hero {
  position: relative;
  min-height: 63vh;
  min-height: 63svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(ellipse 47.55% 60% at 69.125% 100%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(117.699deg, #24516e 0%, #3a8cc4 49.247%, #80bce1 100%);
  color: var(--cw-white);
}

.cw-podcast-hero::before {
  content: none;
}

.cw-podcast-hero .cw-podcast-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(280px, 31vw, 440px);
  gap: clamp(48px, 7vw, 110px);
  align-items: center;
  padding: clamp(132px, 13vh, 160px) 0 clamp(48px, 6vh, 72px);
}

.cw-podcast-hero-copy {
  max-width: 720px;
}

.cw-podcast-hero-cover {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  display: block;
  justify-self: end;
  margin: 0;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.96);
  background: #24516e;
  box-shadow: 0 4px 8px rgba(11, 19, 29, 0.18);
}

.cw-podcast-hero-cover .cw-podcast-hero-cover-portrait {
  position: absolute;
  top: -25.463%;
  left: -9.352%;
  width: 151.228%;
  max-width: none;
  height: auto;
  object-fit: initial;
}

.cw-podcast-hero-cover-logo {
  position: absolute;
  z-index: 1;
  top: 10.185%;
  left: 10.185%;
  width: 34.63%;
  display: flex;
  flex-direction: column;
  gap: 5.62%;
}

.cw-podcast-hero-cover .cw-podcast-hero-cover-mark,
.cw-podcast-hero-cover .cw-podcast-hero-cover-wordmark {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.cw-podcast-hero .cw-podcast-eyebrow {
  color: var(--cw-soft);
}

.cw-podcast-hero .cw-podcast-lede {
  color: var(--cw-paper);
}

.cw-podcast-scroll-cue {
  width: max-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 38px;
  color: var(--cw-paper) !important;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.cw-podcast-scroll-line {
  width: 64px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.38);
}

.cw-podcast-scroll-line::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--cw-white);
  transform: translateX(-100%);
  transition: transform 360ms ease;
}

.cw-podcast-scroll-cue:hover .cw-podcast-scroll-line::after,
.cw-podcast-scroll-cue:focus-visible .cw-podcast-scroll-line::after {
  transform: translateX(0);
}

.cw-podcast-latest {
  background: var(--cw-white);
}

.cw-podcast-featured-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.85fr);
  align-items: stretch;
  box-shadow: 0 4px 8px rgba(11, 19, 29, 0.08);
}

.cw-podcast-video {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  align-self: start;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #111;
}

.cw-podcast-video iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.cw-podcast-featured-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(17px, 2.05vw, 33px);
  background: var(--cw-paper);
}

.cw-podcast-featured-copy h3 {
  font-size: clamp(1.375rem, 1.8vw, 1.75rem);
}

.cw-podcast-featured-copy h3 a,
.cw-podcast-card h3 a {
  transition: color 180ms ease;
}

.cw-podcast-featured-copy h3 a:hover,
.cw-podcast-featured-copy h3 a:focus-visible,
.cw-podcast-card h3 a:hover,
.cw-podcast-card h3 a:focus-visible {
  color: var(--cw-primary);
}

.cw-podcast-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 20px;
  margin-bottom: 17px;
  color: var(--cw-primary);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.cw-podcast-meta > * {
  position: relative;
}

.cw-podcast-meta > * + *::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -11px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: currentColor;
}

.cw-podcast-guest {
  margin-top: 15px !important;
  color: var(--cw-stone);
  font-size: 0.93rem !important;
  font-weight: 650;
}

.cw-podcast-summary {
  margin-top: 22px;
  color: #4b4846;
}

.cw-podcast-summary p {
  font-size: 1rem;
}

.cw-podcast-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 24px;
  margin-top: 30px;
}

.cw-podcast-featured-copy .cw-podcast-actions {
  row-gap: 12px;
}

.cw-podcast-platform-links {
  width: 100%;
}

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

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

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

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

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

.cw-podcast-platform-link:focus-visible {
  outline-offset: 3px !important;
}

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

.cw-podcast-btn {
  position: relative;
  min-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border: 0;
  background: transparent;
  color: var(--cw-charcoal) !important;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  isolation: isolate;
}

.cw-podcast-btn-text {
  width: 100%;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px 12px;
}

.cw-podcast-featured-copy .cw-podcast-btn-text {
  white-space: nowrap;
}

.cw-podcast-btn-dark .cw-podcast-btn-text {
  background: var(--cw-charcoal);
  color: var(--cw-white);
}

.cw-podcast-btn-light .cw-podcast-btn-text {
  background: var(--cw-soft);
  color: var(--cw-charcoal);
}

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

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

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

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

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

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

.cw-podcast-btn-line-left {
  bottom: 0;
  left: 0;
  transform-origin: center bottom;
}

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

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

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

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

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

.cw-podcast-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0 5px;
  border-bottom: 1px solid currentColor;
  color: var(--cw-charcoal) !important;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.25;
  text-transform: uppercase;
  transition: color 180ms ease;
}

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

.cw-podcast-more {
  border-top: 1px solid #dfdad4;
  background: var(--cw-paper);
}

.cw-podcast-episode-grid {
  display: grid;
  gap: clamp(26px, 3vw, 42px);
}

.cw-podcast-episode-grid-1 {
  grid-template-columns: minmax(0, 620px);
}

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

.cw-podcast-episode-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cw-podcast-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: var(--cw-white);
  border-bottom: 2px solid var(--cw-charcoal);
}

.cw-podcast-card-image {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #ddd;
}

a.cw-podcast-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 20, 20, 0.04);
  transition: background 220ms ease;
}

a.cw-podcast-card-image img {
  transition: transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

a.cw-podcast-card-image:hover img,
a.cw-podcast-card-image:focus-visible img {
  transform: scale(1.028);
}

a.cw-podcast-card-image:hover::after,
a.cw-podcast-card-image:focus-visible::after {
  background: rgba(20, 20, 20, 0.12);
}

.cw-podcast-card-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: rgba(35, 31, 32, 0.82);
  transform: translate(-50%, -50%);
  transition: background 220ms ease, transform 220ms ease;
}

.cw-podcast-card-play span {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid var(--cw-white);
}

a.cw-podcast-card-image:hover .cw-podcast-card-play,
a.cw-podcast-card-image:focus-visible .cw-podcast-card-play {
  background: var(--cw-primary);
  transform: translate(-50%, -50%) scale(1.06);
}

.cw-podcast-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px clamp(24px, 3vw, 36px) 34px;
}

.cw-podcast-card h3 {
  font-size: clamp(1.42rem, 1.9vw, 1.94rem);
}

.cw-podcast-card .cw-podcast-text-link {
  margin-top: auto;
  padding-top: 30px;
}

.cw-podcast-about {
  padding-top: 0;
  padding-bottom: 0;
  background: var(--cw-charcoal);
  color: var(--cw-white);
}

.cw-podcast-about-grid {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
}

.cw-podcast-about-image {
  min-height: 720px;
  margin: 0;
}

.cw-podcast-about-image img {
  object-position: 58% center !important;
}

.cw-podcast-about-copy {
  align-self: center;
  max-width: 660px;
  padding: clamp(76px, 9vw, 132px) clamp(44px, 7vw, 112px);
}

.cw-podcast-about .cw-podcast-eyebrow {
  color: #aeb4c1;
}

.cw-podcast-about .cw-podcast-rich-text {
  margin-top: 26px;
  color: #eeeae5;
}

.cw-podcast-about .cw-podcast-btn {
  color: var(--cw-soft) !important;
}

.cw-podcast-resources {
  background: var(--cw-white);
}

.cw-podcast-resources .cw-podcast-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(54px, 9vw, 132px);
  align-items: start;
}

.cw-podcast-resources-intro {
  position: sticky;
  top: 130px;
}

.cw-podcast-resources-intro .cw-podcast-rich-text {
  max-width: 520px;
  margin-top: 24px;
}

.cw-podcast-resource-list {
  border-top: 1px solid #cfcac4;
}

.cw-podcast-resource-list > a {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 32px;
  gap: 18px;
  align-items: center;
  min-height: 130px;
  padding: 28px 0;
  border-bottom: 1px solid #cfcac4;
}

.cw-podcast-resource-number {
  align-self: start;
  padding-top: 8px;
  color: var(--cw-primary);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.cw-podcast-resource-copy {
  display: block;
}

.cw-podcast-resource-copy strong {
  display: block;
  font-family: var(--cw-serif);
  font-size: clamp(1.48rem, 2vw, 2rem);
  font-weight: 400;
  line-height: 1.12;
  transition: color 180ms ease;
}

.cw-podcast-resource-copy > span {
  display: block;
  max-width: 630px;
  margin-top: 9px;
  color: var(--cw-muted);
  font-size: 0.92rem;
  line-height: 1.58;
}

.cw-podcast-resource-arrow {
  color: var(--cw-primary);
  font-size: 1.35rem;
  transform: translate(0, 0);
  transition: transform 180ms ease;
}

.cw-podcast-resource-list > a:hover .cw-podcast-resource-copy strong,
.cw-podcast-resource-list > a:focus-visible .cw-podcast-resource-copy strong {
  color: var(--cw-primary);
}

.cw-podcast-resource-list > a:hover .cw-podcast-resource-arrow,
.cw-podcast-resource-list > a:focus-visible .cw-podcast-resource-arrow {
  transform: translate(4px, -4px);
}

.cw-podcast-final {
  position: relative;
  min-height: 660px;
  display: flex;
  align-items: center;
  isolation: isolate;
  background: var(--cw-podcast-final-image) var(--cw-podcast-final-position, center center) / cover no-repeat;
  color: var(--cw-white);
}

.cw-podcast-final::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(25, 24, 23, var(--cw-podcast-final-overlay, 0.64));
}

.cw-podcast-final .cw-podcast-inner {
  display: flex;
  justify-content: center;
  padding: clamp(90px, 11vw, 150px) 0;
}

.cw-podcast-final-copy {
  width: min(760px, 100%);
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.cw-podcast-final .cw-podcast-eyebrow {
  color: var(--cw-soft);
}

.cw-podcast-final .cw-podcast-rich-text {
  max-width: 620px;
  margin: 24px auto 0;
  color: var(--cw-paper);
}

.cw-podcast-final .cw-podcast-actions {
  align-items: center;
  justify-content: center;
}

.cw-podcast-final .cw-podcast-btn {
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  color: var(--cw-soft) !important;
}

body.cw-podcast-dialog-open {
  overflow: hidden;
}

.cw-podcast-dialog {
  width: min(920px, calc(100% - 40px));
  max-width: none;
  max-height: calc(100vh - 40px);
  max-height: calc(100dvh - 40px);
  margin: auto;
  padding: 0;
  border: 0;
  background: var(--cw-white);
  color: var(--cw-ink);
  overflow: hidden;
}

.cw-podcast-dialog::backdrop {
  background: rgba(11, 19, 29, 0.82);
}

.cw-podcast-dialog-panel {
  height: min(720px, calc(100vh - 40px));
  height: min(720px, calc(100dvh - 40px));
  max-height: calc(100vh - 40px);
  max-height: calc(100dvh - 40px);
  display: flex;
  flex-direction: column;
}

.cw-podcast-dialog-header {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  padding: 26px 28px 22px;
  border-bottom: 1px solid #d8d3cd;
  background: var(--cw-paper);
}

.cw-podcast-dialog-header .cw-podcast-eyebrow {
  margin-bottom: 7px !important;
  color: var(--cw-primary);
}

.cw-podcast-dialog-header h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.cw-podcast-dialog-close {
  position: relative;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--cw-charcoal);
  background: transparent;
  color: var(--cw-charcoal);
  cursor: pointer;
}

.cw-podcast-dialog-close::before,
.cw-podcast-dialog-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: currentColor;
}

.cw-podcast-dialog-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.cw-podcast-dialog-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.cw-podcast-dialog-close:hover,
.cw-podcast-dialog-close:focus-visible {
  background: var(--cw-charcoal);
  color: var(--cw-white);
}

.cw-podcast-dialog-frame-wrap {
  flex: 1 1 auto;
  min-height: 0;
  padding-inline: 28px;
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--cw-white);
}

.cw-podcast-dialog-form {
  width: 100%;
  min-height: 100%;
}

.cw-podcast-dialog-form iframe {
  width: 100% !important;
  min-width: 100% !important;
  display: block !important;
  border: 0;
  background: var(--cw-white);
}

.cw-podcast-dialog-loading {
  margin: 0 !important;
  padding: 34px 28px;
  color: var(--cw-muted);
  font-size: 0.9rem !important;
  text-align: center;
}

.cw-podcast-dialog-fallback {
  flex: 0 0 auto;
  margin: 0 !important;
  padding: 13px 28px 15px;
  border-top: 1px solid #d8d3cd;
  background: var(--cw-paper);
  color: var(--cw-muted);
  font-size: 0.78rem !important;
  text-align: center;
}

.cw-podcast-dialog-fallback a {
  color: var(--cw-ink) !important;
  font-weight: 700;
}

@media (min-width: 1081px) {
  .cw-podcast-featured-copy {
    padding: clamp(18px, 1.7vw, 24px);
    padding-top: clamp(12px, 1vw, 16px);
  }

  .cw-podcast-featured-copy .cw-podcast-meta {
    margin-bottom: 10px;
  }

  .cw-podcast-featured-copy h3 {
    line-height: 1.04;
  }

  .cw-podcast-featured-copy .cw-podcast-guest {
    margin-top: 8px !important;
    line-height: 1.4;
  }

  .cw-podcast-featured-copy .cw-podcast-summary {
    margin-top: 12px;
  }

  .cw-podcast-featured-copy .cw-podcast-summary p {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .cw-podcast-featured-copy .cw-podcast-actions {
    gap: 10px 20px;
    margin-top: 20px;
  }

  .cw-podcast-featured-copy .cw-podcast-btn-text {
    min-height: 46px;
  }
}

@media (max-width: 1080px) {
  .cw-podcast-featured-grid {
    grid-template-columns: 1fr;
  }

  .cw-podcast-featured-copy {
    padding: clamp(38px, 6vw, 66px);
  }

  .cw-podcast-about-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cw-podcast-about-image {
    min-height: 620px;
  }
}

@media (max-width: 900px) {
  .cw-podcast-episode-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cw-podcast-about-grid {
    grid-template-columns: 1fr;
  }

  .cw-podcast-about-image {
    min-height: min(72vw, 640px);
  }

  .cw-podcast-about-image img {
    object-position: 68% center !important;
  }

  .cw-podcast-about-copy {
    width: min(760px, calc(100% - clamp(56px, 10vw, 180px)));
    max-width: none;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
  }

  .cw-podcast-resources .cw-podcast-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .cw-podcast-resources-intro {
    position: static;
  }
}

@media (min-width: 701px) and (max-width: 1200px) {
  .cw-podcast-final-copy {
    transform: translateY(clamp(68px, 7vw, 88px));
  }
}

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

  .cw-podcast-page h1 {
    font-size: clamp(2.75rem, 14vw, 4.15rem);
  }

  .cw-podcast-page h2 {
    font-size: clamp(2.05rem, 10.5vw, 3.35rem);
  }

  .cw-podcast-section {
    padding: 76px 0;
  }

  .cw-podcast-hero {
    min-height: auto;
  }

  .cw-podcast-hero .cw-podcast-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 132px;
    padding-bottom: 58px;
  }

  .cw-podcast-hero-cover {
    width: min(100%, 340px);
    justify-self: center;
  }

  .cw-podcast-scroll-cue {
    align-items: flex-start;
    gap: 12px;
    margin-top: 30px;
  }

  .cw-podcast-scroll-line {
    width: 34px;
    margin-top: 8px;
  }

  .cw-podcast-featured-copy {
    padding: 32px 22px 38px;
  }

  .cw-podcast-card-play {
    width: 62px;
    height: 62px;
  }

  .cw-podcast-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .cw-podcast-btn {
    width: 100%;
  }

  .cw-podcast-episode-grid-2,
  .cw-podcast-episode-grid-3 {
    grid-template-columns: 1fr;
  }

  .cw-podcast-about-image {
    min-height: 88vw;
  }

  .cw-podcast-about-image img {
    object-position: 61% center !important;
  }

  .cw-podcast-about-copy {
    width: calc(100% - 40px);
    padding-top: 70px;
    padding-bottom: 76px;
  }

  .cw-podcast-resource-list > a {
    grid-template-columns: 32px minmax(0, 1fr) 22px;
    gap: 10px;
    min-height: 112px;
  }

  .cw-podcast-resource-copy > span {
    font-size: 0.87rem;
  }

  .cw-podcast-final {
    min-height: 620px;
    background: var(--cw-onyx);
  }

  .cw-podcast-final::before {
    background: transparent;
  }

  .cw-podcast-dialog {
    width: calc(100% - 20px);
    max-height: calc(100vh - 20px);
    max-height: calc(100dvh - 20px);
  }

  .cw-podcast-dialog-panel {
    height: calc(100vh - 20px);
    height: calc(100dvh - 20px);
    max-height: calc(100vh - 20px);
    max-height: calc(100dvh - 20px);
  }

  .cw-podcast-dialog-header {
    gap: 18px;
    padding: 20px 18px 17px;
  }

  .cw-podcast-dialog-header h2 {
    font-size: clamp(1.8rem, 9vw, 2.45rem);
  }

  .cw-podcast-dialog-close {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
  }

  .cw-podcast-dialog-frame-wrap {
    padding-inline: 18px;
  }

  .cw-podcast-dialog-fallback {
    padding-right: 18px;
    padding-left: 18px;
  }
}

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

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