/*
 * Approved Podcasts hero only: a split editorial collage adapted from the
 * visual-redesign reference. Episode and press content remain legacy-owned.
 */

.public-site.page-family--podcasts .podcasts-collage-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  width: 100%;
  min-height: max(42rem, 100svh);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  overflow: hidden;
  background: #FAF6F0;
  color: #242824;
}

.public-site.page-family--podcasts .podcasts-collage-hero__media {
  position: relative;
  z-index: 0;
  min-width: 0;
  overflow: hidden;
  background: transparent;
}

.public-site.page-family--podcasts .podcasts-collage-hero__media img {
  position: absolute;
  display: block;
  width: min(55%, 23rem);
  height: auto;
  aspect-ratio: 1;
  border: 0.5rem solid rgba(253, 248, 243, 0.9);
  box-shadow: 0 1.75rem 4rem rgba(22, 18, 15, 0.3);
  object-fit: cover;
  filter: saturate(0.92) contrast(1.01);
}

.public-site.page-family--podcasts .podcasts-collage-hero__media img:nth-child(1) {
  top: 12%;
  left: 7%;
  transform: rotate(-4deg);
}

.public-site.page-family--podcasts .podcasts-collage-hero__media img:nth-child(2) {
  bottom: 5%;
  left: 26%;
  transform: rotate(3deg);
}

.public-site.page-family--podcasts .podcasts-collage-hero__media img:nth-child(3) {
  top: 27%;
  right: 3%;
  transform: rotate(-2deg);
}

.public-site.page-family--podcasts .podcasts-collage-hero__shade {
  position: absolute;
  inset: 0 50% 0 0;
  z-index: 1;
  background: transparent;
  pointer-events: none;
}

.public-site.page-family--podcasts .podcasts-collage-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: calc(var(--site-header-height) + clamp(2.5rem, 8vw, 7rem)) clamp(2rem, 7vw, 7rem) clamp(3rem, 8vw, 7rem);
}

.public-site.page-family--podcasts .podcasts-collage-hero h1 {
  margin: 0;
  color: #242824;
  font-family: var(--site-heading);
  font-size: clamp(4.5rem, 8vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.88;
}

.public-site.page-family--podcasts .podcasts-collage-hero__intro {
  max-width: 31rem;
  margin: 1.5rem 0 0;
  color: #4A4139;
  font-family: var(--site-body);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.7;
}

.public-site.page-family--podcasts .podcasts-collage-hero__action {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  padding: 0.85rem 1.4rem;
  border: 1px solid var(--color-accent);
  background: var(--color-accent);
  color: #FFFFFF;
  font-family: var(--site-body);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.public-site.page-family--podcasts .podcasts-collage-hero__action:hover {
  background: #94474B;
  box-shadow: 0 10px 26px rgba(38, 20, 21, 0.24);
  transform: translateY(-1px);
}

.public-site.page-family--podcasts .site-header,
.public-site.page-family--podcasts .site-header--ready {
  transition: background-color 120ms ease, border-color 120ms ease, box-shadow 120ms ease;
}

.public-site.page-family--podcasts .site-header--transparent {
  border-bottom-color: transparent;
  background: rgba(250, 246, 240, 0);
  box-shadow: none;
  color: #242824;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.public-site.page-family--podcasts .site-header--transparent .site-identity__mark {
  filter: brightness(0) saturate(100%) opacity(0.88);
}

.public-site.page-family--podcasts .site-header--transparent .site-primary-nav__languages {
  border-color: rgba(36, 40, 36, 0.14);
  background: transparent;
  box-shadow: none;
}

.public-site.page-family--podcasts .site-header--transparent .site-primary-nav__language.is-active {
  background: rgba(74, 65, 57, 0.08);
}

.public-site.page-family--podcasts .site-header--solid {
  border-bottom-color: rgba(36, 40, 36, 0.08);
  background: rgba(250, 246, 240, 0.97);
  box-shadow: 0 8px 24px rgba(36, 40, 36, 0.07);
  color: #242824;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

@media (max-width: 48rem) {
  .public-site.page-family--podcasts .podcasts-collage-hero {
    min-height: max(46rem, 100svh);
    grid-template-columns: 1fr;
    grid-template-rows: minmax(22rem, 52svh) auto;
  }

  .public-site.page-family--podcasts .podcasts-collage-hero__media img {
    width: min(46vw, 12rem);
    border-width: 0.35rem;
  }

  .public-site.page-family--podcasts .podcasts-collage-hero__media img:nth-child(1) {
    top: calc(var(--site-header-height) + 0.75rem);
    left: 50%;
    transform: translateX(-50%) rotate(-3deg);
  }

  .public-site.page-family--podcasts .podcasts-collage-hero__media img:nth-child(2) {
    top: calc(var(--site-header-height) + 8rem);
    right: 0.75rem;
    bottom: auto;
    left: auto;
    transform: rotate(4deg);
  }

  .public-site.page-family--podcasts .podcasts-collage-hero__media img:nth-child(3) {
    top: calc(var(--site-header-height) + 9rem);
    right: auto;
    left: 0.75rem;
    transform: rotate(-4deg);
  }

  .public-site.page-family--podcasts .podcasts-collage-hero__shade {
    inset: 0 0 auto;
    height: 52svh;
    background: transparent;
  }

  .public-site.page-family--podcasts .podcasts-collage-hero__inner {
    padding: 2.75rem 1.25rem 4.25rem;
  }

  .public-site.page-family--podcasts .podcasts-collage-hero h1 {
    font-size: clamp(3.75rem, 18vw, 5.25rem);
  }

  .public-site.page-family--podcasts .podcasts-collage-hero__intro {
    max-width: 28rem;
    margin-top: 1rem;
  }

  .public-site.page-family--podcasts .podcasts-collage-hero__action {
    margin-top: 1.5rem;
  }
}

@media (max-width: 22rem) {
  .public-site.page-family--podcasts .podcasts-collage-hero h1 {
    font-size: 3.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .public-site.page-family--podcasts .podcasts-collage-hero__action {
    transition: none;
  }
}
