/* 51 Podcast — focused editorial redesign, July 2026. */
.podcast-hero.section {
  min-height: 720px;
  padding-top: 146px;
  padding-bottom: 78px;
}

.podcast-hero .podcast-hero-split {
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  gap: 58px;
  align-items: center;
}

.podcast-hero .podcast-hero-content {
  max-width: 580px;
}

.podcast-hero .podcast-hero-badge {
  margin-bottom: 28px;
  padding: 0;
  color: #8d9099;
  background: transparent;
  box-shadow: none;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.podcast-hero h1 {
  max-width: 620px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(44px, 4.8vw, 64px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.podcast-hero .podcast-hero-sub {
  max-width: 570px;
  margin-bottom: 32px;
  color: #b3b5bd;
  font-size: 17px;
  line-height: 1.65;
}

.podcast-hero .podcast-hero-ctas {
  margin-bottom: 16px;
}

.podcast-hero .podcast-platforms {
  gap: 18px;
}

.podcast-hero .podcast-platform-link {
  color: #9da0a9 !important;
}

.podcast-hero .podcast-platform-link:hover {
  color: #fff !important;
}

.podcast-hero .podcast-hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
}

.podcast-guest-stage {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(610px, 100%);
  min-height: 520px;
  padding: 38px 0 54px;
}

.podcast-guest-stage::before {
  content: '';
  position: absolute;
  inset: 8% 4% 3%;
  z-index: -2;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(88, 199, 247, 0.15), rgba(10, 6, 229, 0.08) 40%, transparent 72%);
  filter: blur(12px);
  pointer-events: none;
}

.podcast-guest-orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(88, 199, 247, 0.22);
  border-radius: 50%;
  pointer-events: none;
}

.podcast-guest-orbit--one {
  inset: 54px -4px 58px;
  transform: rotate(-7deg);
}

.podcast-guest-orbit--two {
  inset: 104px 12% 108px;
  border-color: rgba(255, 255, 255, 0.13);
  transform: rotate(11deg);
}

.podcast-hero-guest-card {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  aspect-ratio: 0.82;
  border-radius: 15px;
  background: #202228;
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 20px 42px rgba(0, 0, 0, 0.26);
}

.podcast-hero-guest-card--up { transform: translateY(-14px); }
.podcast-hero-guest-card--down { transform: translateY(14px); }

.podcast-hero-guest-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.03);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), filter 0.3s ease;
}

.podcast-hero-guest-card:nth-of-type(1) img { object-position: 48% center; }
.podcast-hero-guest-card:nth-of-type(2) img { object-position: center 22%; }
.podcast-hero-guest-card:nth-of-type(4) img { object-position: center 20%; }

.podcast-hero-guest-card:hover img,
.podcast-hero-guest-card:focus-visible img {
  transform: scale(1.045);
  filter: saturate(0.98) contrast(1.02);
}

.podcast-hero-guest-card:focus-visible {
  outline: 2px solid #58c7f7;
  outline-offset: 3px;
}

.podcast-hero-guest-card span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 36px 11px 11px;
  background: linear-gradient(to bottom, transparent, rgba(7, 8, 10, 0.92));
}

.podcast-hero-guest-card strong,
.podcast-hero-guest-card small {
  display: block;
}

.podcast-hero-guest-card strong {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.podcast-hero-guest-card small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 8.5px;
  line-height: 1.25;
}

.podcast-guest-count {
  position: absolute;
  bottom: 2px;
  left: 50%;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(7, 8, 10, 0.9);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.13), 0 16px 34px rgba(0, 0, 0, 0.3);
  transform: translateX(-50%);
  backdrop-filter: blur(14px);
}

.podcast-guest-count strong {
  font-family: 'Sora', sans-serif;
  font-size: 15px;
  letter-spacing: -0.03em;
}

.podcast-guest-count span {
  color: #aeb0b8;
  font-family: 'DM Sans', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  white-space: nowrap;
}

.episodes-section.section {
  padding: 104px 0 112px;
  border: 0;
  background: var(--bg);
}

.episodes-header {
  align-items: end;
  margin-bottom: 54px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--border-default);
}

.episodes-heading {
  max-width: 720px;
}

.episodes-heading .section-kicker,
.podcast-proof .section-kicker,
.guest-cta .section-kicker {
  display: block;
  margin-bottom: 15px;
  color: var(--text-muted);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.episodes-updated {
  position: relative;
  margin-left: 16px;
  padding-left: 14px;
  color: var(--brand-light);
}

.episodes-updated::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  transform: translateY(-50%);
}

.episodes-heading h2 {
  margin-bottom: 15px;
  font-size: clamp(34px, 3.8vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.episodes-heading p {
  max-width: 610px;
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.65;
}

.episodes-all-link {
  flex-shrink: 0;
  padding-bottom: 5px;
  color: var(--text-primary);
  font-size: 13px;
  font-weight: 700;
}

#top-episodes.episodes-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

#top-episodes .episode-card {
  grid-column: span 3;
  overflow: hidden;
  min-width: 0;
  border-radius: 18px;
  background: var(--surface);
  box-shadow: inset 0 0 0 1px var(--border-subtle), 0 10px 34px rgba(18, 24, 40, 0.04);
}

#top-episodes .episode-card:hover {
  box-shadow: inset 0 0 0 1px var(--border-default), 0 18px 46px rgba(18, 24, 40, 0.1);
  transform: translateY(-3px);
}

#top-episodes .episode-card--lead {
  display: grid;
  grid-column: span 8;
  grid-template-columns: minmax(0, 1.45fr) minmax(220px, 0.55fr);
  min-height: 342px;
}

#top-episodes .episode-card:nth-child(2) {
  grid-column: span 4;
}

#top-episodes .episode-card--lead .episode-thumb {
  min-height: 342px;
  aspect-ratio: auto;
}

#top-episodes .episode-card.episode-card--lead .episode-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px 28px;
}

#top-episodes .episode-card .episode-thumb img {
  filter: none;
}

#top-episodes .episode-card .episode-body {
  padding: 20px;
}

#top-episodes .episode-card .episode-guest-info {
  margin-bottom: 9px;
  color: var(--text-faint);
  font-size: 9.5px;
  line-height: 1.5;
}

#top-episodes .episode-card .episode-title {
  margin-bottom: 11px;
  font-size: 16px;
  line-height: 1.34;
}

#top-episodes .episode-card.episode-card--lead .episode-title {
  font-size: clamp(23px, 2.2vw, 30px);
  line-height: 1.16;
  letter-spacing: -0.04em;
}

#top-episodes .episode-card .episode-date {
  color: var(--text-faint);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

#top-episodes .episode-duration {
  right: auto;
  bottom: 12px;
  left: 12px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(7, 8, 10, 0.78);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.podcast-proof.section {
  padding: 0 0 128px;
}

.podcast-proof-card {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 38px;
  overflow: hidden;
  border-radius: 34px;
  background: #0b0c10;
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 28px 74px rgba(18, 24, 40, 0.14);
}

.podcast-proof-copy {
  padding: 68px 0 42px 62px;
}

.podcast-proof-copy h2 {
  max-width: 430px;
  color: #fff;
  font-size: clamp(38px, 4.6vw, 61px);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.podcast-proof-copy p {
  max-width: 430px;
  margin-top: 22px;
  color: #a1a4ad;
  line-height: 1.7;
}

.podcast-proof-guests {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 22px 22px 0 0;
}

.podcast-proof-guests a {
  position: relative;
  min-height: 215px;
  overflow: hidden;
  border-radius: 13px;
  background: #202228;
}

.podcast-proof-guests img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.podcast-proof-guests a:hover img {
  transform: scale(1.04);
}

.podcast-proof-guests span {
  position: absolute;
  right: 9px;
  bottom: 9px;
  left: 9px;
  padding: 7px 8px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  backdrop-filter: blur(8px);
}

.podcast-proof-logos {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: rgba(17, 17, 17, 0.1);
}

.podcast-proof-logos img {
  width: 100%;
  height: 76px;
  padding: 21px 16px;
  background: #f0f0ec;
  object-fit: contain;
  filter: grayscale(1) contrast(2.2);
}

[data-theme='light'] main > section.guest-cta.section,
.guest-cta.section {
  padding: 112px 0 124px;
  background: #0b0c10 !important;
  color: #ffffff;
}

.guest-cta.section :is(h2, h3, strong) {
  color: #ffffff;
}

.guest-cta.section :is(p, span) {
  color: #a1a4ad;
}

.guest-cta .guest-cta-content {
  max-width: 780px;
}

.guest-cta h2 {
  margin-bottom: 18px;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.guest-cta .guest-cta-sub {
  max-width: 590px;
  margin: 0 auto 34px;
  font-size: 17px;
}

/* The CTA and footer read as one dark close; only the content frame is divided. */
.podcast-footer {
  margin-top: 0;
  padding: 0 0 36px;
  border-top: 0;
  background: #070809;
}

.podcast-footer > .container {
  position: relative;
  padding-top: 56px;
}

.podcast-footer > .container::before {
  content: '';
  position: absolute;
  top: 0;
  right: var(--page-gutter);
  left: var(--page-gutter);
  height: 1px;
  background: rgba(255, 255, 255, 0.09);
}

.podcast-footer .footer-grid {
  grid-template-columns: 1.6fr 0.8fr 1fr 0.7fr;
  gap: 56px;
  margin-bottom: 42px;
}

.podcast-footer .footer-bottom {
  align-items: flex-start;
  gap: 42px;
}

.podcast-footer .footer-copy {
  max-width: 760px;
  line-height: 1.7;
}

.podcast-footer .footer-legal-links {
  display: flex;
  flex: 0 0 auto;
  gap: 22px;
}

.podcast-footer .footer-legal-links .footer-link {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
}

@media (max-width: 900px) {
  .podcast-hero .podcast-hero-split {
    grid-template-columns: 1fr;
    gap: 58px;
  }
  .podcast-hero .podcast-hero-visual { order: 0; }
  .podcast-guest-stage { width: min(620px, 100%); }
  #top-episodes.episodes-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #top-episodes .episode-card,
  #top-episodes .episode-card:nth-child(2) { grid-column: auto; }
  #top-episodes .episode-card--lead { grid-column: 1 / -1; }
  .podcast-footer .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px; }
  .podcast-footer .footer-bottom { flex-direction: column; gap: 18px; }
  .podcast-proof-card { grid-template-columns: 1fr; gap: 0; }
  .podcast-proof-copy { padding: 54px 48px 28px; }
  .podcast-proof-guests { padding: 0 22px 22px; }
  .podcast-proof-logos { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 640px) {
  .podcast-hero.section { padding-top: 118px; padding-bottom: 68px; }
  .podcast-hero h1 { font-size: clamp(38px, 10.5vw, 48px); }
  .podcast-hero .podcast-hero-sub { font-size: 16px; }
  .podcast-hero .podcast-hero-split { gap: 44px; }
  .podcast-guest-stage {
    gap: 7px;
    min-height: 350px;
    padding: 24px 0 42px;
  }
  .podcast-guest-orbit--one { inset: 38px -16px 44px; }
  .podcast-guest-orbit--two { inset: 78px 10% 82px; }
  .podcast-hero-guest-card { border-radius: 11px; }
  .podcast-hero-guest-card--up { transform: translateY(-8px); }
  .podcast-hero-guest-card--down { transform: translateY(8px); }
  .podcast-hero-guest-card span { padding: 27px 7px 8px; }
  .podcast-hero-guest-card strong { font-size: 9px; }
  .podcast-hero-guest-card small { display: none; }
  .podcast-guest-count { bottom: 0; min-height: 34px; padding: 6px 11px; }
  .podcast-guest-count strong { font-size: 13px; }
  .podcast-guest-count span { font-size: 8px; }
  .episodes-section.section { padding: 82px 0; }
  .episodes-header { align-items: flex-start; margin-bottom: 34px; }
  #top-episodes.episodes-grid { grid-template-columns: 1fr; }
  #top-episodes .episode-card--lead {
    display: block;
    grid-column: auto;
    min-height: 0;
  }
  #top-episodes .episode-card--lead .episode-thumb {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
  #top-episodes .episode-card--lead .episode-body { display: block; padding: 20px; }
  #top-episodes .episode-card--lead .episode-title { font-size: 19px; line-height: 1.3; }
  .podcast-proof.section { padding-bottom: 82px; }
  .podcast-proof-card { border-radius: 22px; }
  .podcast-proof-copy { padding: 36px 22px 24px; }
  .podcast-proof-guests { grid-template-columns: repeat(2, 1fr); padding: 0 10px 10px; gap: 8px; }
  .podcast-proof-guests a { min-height: 175px; }
  .podcast-proof-logos { grid-template-columns: repeat(4, 1fr); }
  .podcast-proof-logos img { height: 60px; padding: 17px 10px; }
  .guest-cta.section { padding: 82px 0 90px; }
  .podcast-footer { padding-bottom: 28px; }
  .podcast-footer > .container { padding-top: 40px; }
  .podcast-footer .footer-grid { gap: 28px 20px; margin-bottom: 30px; }
  .podcast-footer .footer-bottom { align-items: flex-start; text-align: left; }
  .podcast-footer .footer-legal-links { flex-wrap: wrap; gap: 12px 20px; }
}
