:root {
  --bg: #f5f8f7;
  --bg-soft: #e8f0ee;
  --panel: #ffffff;
  --panel-2: #eaf2f0;
  --line: rgba(9, 20, 22, 0.12);
  --text: #091416;
  --muted: rgba(9, 20, 22, 0.66);
  --faint: rgba(9, 20, 22, 0.42);
  --magenta: #c83d8e;
  --mint: #147e74;
  --blue: #8ca0ff;
  --gold: #6e5200;
  --shadow: 0 24px 80px rgba(18, 36, 40, 0.16);
  --heading: "Be Vietnam Pro", "Arial Black", sans-serif;
  --body: "Hind", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 55% -10%, rgba(20, 126, 116, 0.12), transparent 26rem),
    radial-gradient(circle at 92% 20%, rgba(200, 61, 142, 0.08), transparent 24rem),
    var(--bg);
  color: var(--text);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
}

button,
input {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  padding: 0 clamp(24px, 5.55vw, 80px);
  border-bottom: 1px solid var(--line);
  background: rgba(245, 248, 247, 0.88);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 2px solid rgba(9, 20, 22, 0.86);
  border-radius: 50%;
  color: var(--text);
  font-family: var(--heading);
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  transform: rotate(-8deg);
}

.brand-name {
  color: var(--text);
  font-family: var(--heading);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: lowercase;
}

.nav-links,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-links a,
.site-footer nav a {
  color: rgba(9, 20, 22, 0.56);
  font-family: var(--heading);
  font-size: 16px;
  font-weight: 700;
  transition: color 180ms ease;
}

.nav-links a:hover,
.site-footer nav a:hover {
  color: var(--text);
}

.hero-shell {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 24px clamp(24px, 5.55vw, 80px) 112px;
}

.mobile-brand {
  display: none;
}

.back-link {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 50%;
  background: rgba(9, 20, 22, 0.06);
  color: rgba(9, 20, 22, 0.7);
  transition: transform 180ms ease, background 180ms ease;
}

.back-link:hover {
  background: rgba(9, 20, 22, 0.1);
  transform: translateX(-2px);
}

.back-link svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.hero-grid {
  display: grid;
  grid-template-columns: 705px minmax(320px, 480px);
  gap: clamp(44px, 5.55vw, 80px);
  align-items: start;
}

.episode-main h1 {
  width: min(800px, calc(100% + 95px));
  margin: 20px 0 28px;
  color: var(--text);
  font-family: var(--heading);
  font-size: 52px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
}

.eyebrow {
  margin: 0;
  color: var(--muted);
  font-family: var(--heading);
  font-size: 18px;
  font-weight: 700;
}

.guest {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}

.guest img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--panel-2);
  object-fit: cover;
}

.guest h2,
.guest p {
  margin: 0;
}

.guest h2 {
  font-family: var(--heading);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.guest p {
  color: var(--muted);
}

.video-card {
  position: relative;
  display: block;
  min-height: 360px;
  overflow: hidden;
  border: 10px solid rgba(9, 20, 22, 0.78);
  border-radius: 32px;
  background:
    radial-gradient(circle at 9% 16%, rgba(216, 85, 162, 0.28), transparent 12rem),
    radial-gradient(circle at 86% 36%, rgba(128, 215, 205, 0.13), transparent 16rem),
    linear-gradient(135deg, #0b1115 0%, #221522 55%, #0b1013 100%);
  box-shadow: var(--shadow);
  isolation: isolate;
}

.video-card::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-position: -8px -8px;
  background-size: 56px 56px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent 78%);
}

.video-card::after {
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), transparent);
}

.video-copy {
  position: absolute;
  z-index: 3;
  top: 64px;
  left: clamp(24px, 5vw, 56px);
  display: grid;
  gap: 6px;
  max-width: 54%;
  transform: rotate(-5deg);
}

.video-copy p,
.video-copy strong,
.video-copy span,
.video-copy em {
  margin: 0;
  font-family: var(--heading);
  font-style: normal;
  line-height: 1;
}

.video-copy p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 28px;
  font-weight: 700;
}

.video-copy strong {
  color: var(--magenta);
  font-size: 72px;
  font-weight: 800;
}

.video-copy span {
  margin-top: 24px;
  color: #ffffff;
  font-size: 50px;
  font-weight: 800;
}

.video-copy em {
  max-width: 230px;
  padding-top: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.08;
  text-transform: uppercase;
}

.video-card > img {
  position: absolute;
  right: clamp(-34px, -3vw, -12px);
  bottom: -8px;
  z-index: 2;
  width: min(48%, 330px);
  max-height: 92%;
  object-fit: contain;
  filter: grayscale(1) contrast(1.08) sepia(0.16) hue-rotate(250deg);
  opacity: 0.86;
}

.play-button {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.36);
  color: #ffffff;
  transform: translate(-50%, -50%);
}

.play-button svg {
  width: 36px;
  height: 36px;
  fill: currentColor;
}

.thumb-mark {
  position: absolute;
  right: 28px;
  bottom: 18px;
  z-index: 5;
  color: #ffffff;
  font-family: var(--heading);
  font-size: 72px;
  font-weight: 800;
  line-height: 1;
}

.episode-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 18px 0 56px;
  color: rgba(9, 20, 22, 0.62);
  font-size: 15px;
}

.episode-meta .music-credit {
  margin-left: auto;
}

.episode-meta a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.listen,
.content-section {
  margin-top: 56px;
}

.listen h2,
.content-section h2 {
  margin: 0 0 24px;
  font-family: var(--heading);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.2;
}

.platforms {
  display: flex;
  gap: 12px;
}

.platform {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(9, 20, 22, 0.08);
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(18, 36, 40, 0.14);
  transition: transform 180ms ease, filter 180ms ease;
}

.platform:hover {
  filter: brightness(1.12);
  transform: translateY(-2px);
}

.platform svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.youtube {
  background: linear-gradient(135deg, #2d3949, #3b435a);
  color: #ff6d5f;
}

.youtube svg rect {
  fill: currentColor;
  stroke: none;
}

.youtube svg path {
  fill: #1a202a;
  stroke: none;
}

.spotify {
  background: linear-gradient(135deg, #233c42, #3f5965);
  color: #62d899;
}

.spotify svg circle {
  fill: currentColor;
  stroke: none;
}

.spotify svg path {
  stroke: #132027;
}

.apple {
  background: linear-gradient(135deg, #35334c, #4c5675);
  color: #d975ff;
}

.apple svg {
  fill: none;
}

.about p {
  max-width: 705px;
  margin: 0 0 22px;
  color: rgba(9, 20, 22, 0.86);
  font-size: 18px;
}

.idea-card {
  position: relative;
  display: grid;
  min-height: 340px;
  overflow: hidden;
  align-items: end;
  border-radius: 16px;
  background: var(--panel);
  isolation: isolate;
}

.idea-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.65) brightness(0.56);
}

.idea-card::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 18% 20%, rgba(200, 61, 142, 0.22), transparent 16rem),
    linear-gradient(to top, rgba(9, 19, 20, 0.9), rgba(9, 19, 20, 0.25));
}

.idea-card div {
  padding: 32px;
}

.idea-card p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--heading);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.idea-card h3 {
  max-width: 460px;
  margin: 0;
  font-family: var(--heading);
  font-size: 28px;
  font-weight: 800;
}

.sponsors ul {
  max-width: 705px;
  margin: 0;
  padding-left: 23px;
  color: rgba(9, 20, 22, 0.86);
}

.sponsors a {
  color: var(--mint);
}

.transcript {
  padding-top: 12px;
}

.chapter-list {
  max-width: 705px;
  border-top: 1px solid var(--line);
}

.chapter {
  display: grid;
  width: 100%;
  min-height: 70px;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 24px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--text);
  cursor: pointer;
  padding: 0;
  text-align: left;
}

.chapter svg {
  width: 22px;
  height: 22px;
  grid-column: 1;
  fill: none;
  stroke: rgba(9, 20, 22, 0.34);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transition: transform 180ms ease, stroke 180ms ease;
}

.chapter span {
  grid-column: 2;
  font-family: var(--heading);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.chapter[aria-expanded="true"] svg {
  stroke: var(--mint);
  transform: rotate(90deg);
}

.chapter-panel {
  display: grid;
  grid-template-rows: 0fr;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  transition: grid-template-rows 220ms ease;
}

.chapter-panel p {
  min-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0 0 0 56px;
}

.chapter[aria-expanded="true"] + .chapter-panel {
  grid-template-rows: 1fr;
}

.chapter[aria-expanded="true"] + .chapter-panel p {
  padding-top: 6px;
  padding-bottom: 28px;
}

.sidebar {
  position: sticky;
  top: 112px;
  margin-top: 280px;
}

.newsletter {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  padding: 56px 44px 40px;
  border: 10px solid rgba(9, 20, 22, 0.08);
  border-radius: 32px;
  background:
    radial-gradient(circle at 18% 2%, rgba(20, 126, 116, 0.14), transparent 10rem),
    radial-gradient(circle at 98% 14%, rgba(200, 61, 142, 0.1), transparent 12rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(234, 242, 240, 0.92));
  box-shadow: var(--shadow);
}

.newsletter::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to bottom, transparent, rgba(9, 20, 22, 0.04));
  pointer-events: none;
}

.float-chip {
  position: absolute;
  top: 22px;
  left: 36px;
  padding: 4px 10px;
  border: 1px solid rgba(9, 20, 22, 0.14);
  border-radius: 999px;
  color: var(--gold);
  font-family: var(--heading);
  font-size: 12px;
  font-weight: 800;
  transform: rotate(-18deg);
}

.newsletter-kicker {
  margin: 0 0 8px;
  color: var(--gold);
  font-family: var(--heading);
  font-size: 18px;
  font-weight: 800;
}

.newsletter h2 {
  max-width: 360px;
  margin: 0 0 30px;
  font-family: var(--heading);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.18;
}

.newsletter-guests {
  display: grid;
  gap: 18px;
  margin-bottom: 32px;
}

.newsletter-person {
  display: flex;
  align-items: center;
  gap: 16px;
}

.newsletter-person img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.newsletter-person h3,
.newsletter-person p {
  margin: 0;
}

.newsletter-person h3 {
  font-family: var(--heading);
  font-size: 17px;
  font-weight: 800;
}

.newsletter-person p {
  color: var(--faint);
  font-size: 15px;
}

.signup {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 64px;
  align-items: center;
  border: 1px solid rgba(9, 20, 22, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  padding: 6px;
}

.signup input {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  color: var(--text);
  outline: 0;
  padding: 0 22px;
}

.signup input::placeholder {
  color: rgba(9, 20, 22, 0.42);
}

.signup button {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--text);
  color: #ffffff;
  cursor: pointer;
}

.signup button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.social-proof {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  color: var(--faint);
  font-size: 15px;
}

.member-stack {
  display: flex;
}

.member-stack img {
  width: 26px;
  height: 26px;
  border: 2px solid var(--panel);
  border-radius: 50%;
  object-fit: cover;
}

.member-stack img + img {
  margin-left: -9px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 104px;
  padding: 0 clamp(24px, 5.55vw, 80px);
  border-top: 1px solid var(--line);
  background: var(--panel);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

@media (max-width: 1050px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .sidebar {
    display: none;
  }

  .episode-main h1 {
    max-width: 760px;
    width: auto;
  }
}

@media (max-width: 720px) {
  body {
    font-size: 16px;
  }

  .site-header {
    display: none;
  }

  .hero-shell {
    padding: 32px 24px 72px;
  }

  .mobile-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    color: var(--muted);
    font-family: var(--heading);
    font-size: 13px;
    font-weight: 800;
  }

  .mobile-brand .brand-mark {
    width: 34px;
    height: 34px;
    font-size: 22px;
  }

  .back-link {
    margin-bottom: 20px;
  }

  .eyebrow {
    font-size: 17px;
  }

  .episode-main h1 {
    margin: 14px 0 26px;
    font-size: 34px;
    line-height: 1.12;
  }

  .guest {
    align-items: center;
    margin-bottom: 36px;
  }

  .guest img {
    width: 58px;
    height: 58px;
  }

  .video-card {
    min-height: 186px;
    border-width: 7px;
    border-radius: 24px;
  }

  .video-copy {
    top: 34px;
    left: 24px;
    gap: 3px;
    max-width: 58%;
  }

  .video-copy p {
    font-size: 14px;
  }

  .video-copy strong {
    font-size: 34px;
  }

  .video-copy span {
    margin-top: 12px;
    font-size: 24px;
  }

  .video-copy em {
    max-width: 150px;
    font-size: 10px;
  }

  .video-card > img {
    right: -24px;
    width: 49%;
  }

  .play-button {
    width: 48px;
    height: 48px;
  }

  .play-button svg {
    width: 26px;
    height: 26px;
  }

  .thumb-mark {
    right: 16px;
    bottom: 8px;
    font-size: 38px;
  }

  .episode-meta {
    display: grid;
    grid-template-columns: auto auto 1fr;
    gap: 8px 12px;
    margin-bottom: 44px;
    font-size: 14px;
  }

  .episode-meta .music-credit {
    grid-column: 3;
    justify-self: end;
    margin-left: 0;
  }

  .listen,
  .content-section {
    margin-top: 50px;
  }

  .listen h2,
  .content-section h2 {
    font-size: 23px;
  }

  .about p {
    font-size: 16px;
  }

  .idea-card {
    min-height: 260px;
  }

  .idea-card div {
    padding: 24px;
  }

  .idea-card h3 {
    font-size: 23px;
  }

  .chapter {
    grid-template-columns: 24px 1fr;
    gap: 16px;
    min-height: 70px;
  }

  .chapter span {
    font-size: 16px;
  }

  .chapter-panel p {
    padding-left: 40px;
  }

  .site-footer {
    display: grid;
    gap: 24px;
    justify-items: start;
    padding: 32px 24px;
  }

  .site-footer nav {
    flex-wrap: wrap;
    gap: 16px 24px;
  }
}

@media (max-width: 390px) {
  .hero-shell {
    padding-left: 22px;
    padding-right: 22px;
  }

  .episode-main h1 {
    font-size: 31px;
  }

  .episode-meta {
    font-size: 13px;
  }

  .video-copy strong {
    font-size: 30px;
  }
}
