:root {
  --ink: #07111f;
  --ink-2: #0b1727;
  --ink-3: #14243a;
  --navy: #1d304a;
  --blue: #8399b8;
  --blue-light: #b9c7da;
  --paper: #f7f4ee;
  --paper-2: #ece7df;
  --white: #fff;
  --muted: #687383;
  --line-light: rgba(255,255,255,.15);
  --line-dark: rgba(7,17,31,.13);
  --youtube: #ff0033;
  --spotify: #1ed760;
  --apple: #a85cf9;
  --radius-xl: 2.25rem;
  --radius-lg: 1.6rem;
  --radius-md: 1.05rem;
  --shadow-lg: 0 34px 90px rgba(4,10,18,.22);
  --shadow-sm: 0 16px 45px rgba(4,10,18,.10);
  --max: 1260px;
  --page: max(1.15rem, calc((100vw - var(--max)) / 2));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
img { display: block; width: 100%; max-width: 100%; }
::selection { background: var(--blue); color: var(--white); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: .75rem;
  left: .75rem;
  z-index: 1000;
  transform: translateY(-160%);
  background: var(--white);
  color: var(--ink);
  padding: .8rem 1rem;
  border-radius: 999px;
}
.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: .75rem max(1.15rem, 4vw);
  color: var(--white);
  background: linear-gradient(to bottom, rgba(3,9,17,.96), rgba(3,9,17,.72) 70%, transparent);
  transition: background 180ms ease, border-color 180ms ease;
}
.site-header.is-scrolled {
  background: rgba(3,9,17,.93);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: baseline; gap: .35rem; line-height: 1; flex: 0 0 auto; }
.brand-dom {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.18rem;
  letter-spacing: .08em;
}
.brand-talks {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.42rem;
  font-style: italic;
  color: var(--blue-light);
}
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(.75rem, 1.7vw, 1.7rem); }
.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .82;
  transition: opacity 180ms ease, transform 180ms ease, background 180ms ease;
}
.site-nav a:hover { opacity: 1; transform: translateY(-1px); }
.site-nav .nav-feature {
  padding: .68rem .92rem;
  border: 1px solid var(--line-light);
  border-radius: 999px;
  opacity: 1;
}
.site-nav .nav-youtube::before,
.site-nav .nav-podcast::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: .5rem;
  border-radius: 50%;
}
.site-nav .nav-youtube::before { background: var(--youtube); }
.site-nav .nav-podcast::before { background: var(--apple); }
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border: 1px solid var(--line-light);
  border-radius: 50%;
  background: rgba(255,255,255,.05);
  cursor: pointer;
}
.menu-toggle span:not(.sr-only) { display: block; width: 18px; height: 1px; margin: 5px auto; background: var(--white); transition: transform 180ms ease; }

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 30%, rgba(111,138,177,.22), transparent 34%),
    linear-gradient(135deg, #040b14 0%, #071321 50%, #11223a 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: linear-gradient(to bottom, black, transparent 84%);
}
.hero-grid {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 2.3rem));
  min-height: 100svh;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .72fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
  padding: 8.75rem 0 5.5rem;
}
.hero-copy { min-width: 0; }
.eyebrow {
  margin: 0 0 1.2rem;
  color: var(--blue-light);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero h1,
.section h2,
.podcast-copy h2,
.host-copy h2,
.studio-copy h2,
.final-cta h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  line-height: .9;
  letter-spacing: -.045em;
}
.hero h1 { font-size: clamp(4.4rem, 7.1vw, 7.7rem); }
.hero h1 em { color: var(--blue-light); font-weight: 500; }
.hero-intro {
  max-width: 660px;
  margin: 2rem 0 0;
  color: rgba(255,255,255,.72);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.8;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.25rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  min-height: 54px;
  padding: .9rem 1.38rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .075em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button svg { width: 1.05rem; fill: currentColor; }
.button-primary { background: var(--paper); color: var(--ink); }
.button-primary:hover { background: var(--white); }
.button-ghost { color: var(--white); border-color: var(--line-light); background: rgba(255,255,255,.025); }
.button-ghost:hover { background: rgba(255,255,255,.075); }
.button-light { background: var(--white); color: var(--ink); }

.platform-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .72rem;
  max-width: 700px;
  margin-top: 2.7rem;
}
.platform {
  min-width: 0;
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: .78rem;
  padding: .85rem .95rem;
  border: 1px solid var(--line-light);
  border-radius: 1.05rem;
  background: rgba(255,255,255,.045);
  color: var(--white);
  text-align: left;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}
.platform:hover { transform: translateY(-2px); background: rgba(255,255,255,.085); }
.platform-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.07);
}
.platform svg { width: 1.35rem; height: 1.35rem; fill: currentColor; }
.platform-youtube svg { color: var(--youtube); }
.platform-spotify svg { color: var(--spotify); }
.platform-apple svg { color: #c28cff; }
.platform strong, .platform small { display: block; }
.platform strong { font-size: .78rem; }
.platform small { margin-top: .18rem; color: rgba(255,255,255,.54); font-size: .59rem; letter-spacing: .04em; }
.platform.is-disabled { opacity: .8; }

.hero-art { width: min(100%, 525px); justify-self: end; min-width: 0; }
.cover-frame {
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: .7rem;
  overflow: hidden;
  border: 1px solid var(--line-light);
  border-radius: 2rem;
  background: rgba(255,255,255,.045);
  box-shadow: var(--shadow-lg);
}
.cover-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 1.45rem;
  background: #06111f;
}
.hero-note { display: flex; align-items: center; gap: .58rem; margin: 1.2rem 0 0 .5rem; color: rgba(255,255,255,.62); font-size: .67rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: #ff4b4b; box-shadow: 0 0 0 5px rgba(255,75,75,.13); }

.marquee { overflow: hidden; background: var(--blue); color: var(--white); border-block: 1px solid rgba(255,255,255,.24); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 1.4rem; padding: 1rem 0; animation: marquee 30s linear infinite; }
.marquee span { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.18rem; font-style: italic; }
.marquee i { width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,.72); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { width: min(var(--max), calc(100% - 2.3rem)); margin: 0 auto; padding: clamp(5rem, 8vw, 8.5rem) 0; }
.section-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,420px); gap: 3rem; align-items: end; margin-bottom: 3rem; }
.section-heading h2, .about-copy h2 { font-size: clamp(4.2rem, 7vw, 7.4rem); }
.section-heading > p { margin: 0; color: #566171; line-height: 1.8; }

.channel-section { padding-top: clamp(5rem, 8vw, 8rem); }
.youtube-shell { overflow: hidden; border: 1px solid var(--line-dark); border-radius: var(--radius-xl); background: #fff; box-shadow: var(--shadow-sm); }
.youtube-banner {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(2rem,5vw,4rem);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(3,9,17,.96), rgba(3,9,17,.45)),
    radial-gradient(circle at 80% 30%, rgba(126,150,186,.62), transparent 30%),
    linear-gradient(135deg, #07111f, #213c60);
}
.youtube-banner::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 58px 58px; opacity: .45; }
.banner-kicker, .youtube-banner strong { position: relative; z-index: 1; }
.banner-kicker { margin-bottom: .8rem; color: var(--blue-light); font-size: .7rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.youtube-banner strong { max-width: 740px; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(3rem,6.2vw,6rem); font-weight: 500; line-height: .92; letter-spacing: -.04em; }
.banner-mark { position: absolute; z-index: 0; right: 3%; bottom: -22%; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(11rem,24vw,24rem); color: rgba(255,255,255,.055); line-height: 1; }
.channel-profile { display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 1.25rem; align-items: center; padding: 1.5rem clamp(1.25rem,3vw,2.5rem); }
.channel-avatar { width: 88px; height: 88px; overflow: hidden; border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 4px #fff, 0 0 0 5px var(--line-dark); }
.channel-avatar img { width: 100%; height: 100%; object-fit: cover; }
.channel-meta h3 { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: 2.15rem; font-weight: 600; }
.channel-meta p { margin: .28rem 0 0; color: var(--muted); font-size: .76rem; }
.youtube-button { background: var(--youtube); color: var(--white); }
.channel-tabs { display: flex; gap: 1.8rem; overflow-x: auto; padding: 0 clamp(1.25rem,3vw,2.5rem); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); scrollbar-width: none; }
.channel-tabs::-webkit-scrollbar { display: none; }
.channel-tabs span { position: relative; flex: 0 0 auto; padding: 1.2rem 0; color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.channel-tabs .is-current { color: var(--ink); }
.channel-tabs .is-current::after { content: ""; position: absolute; inset: auto 0 -1px; height: 2px; background: var(--ink); }
.video-preview-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.2rem; padding: clamp(1.25rem,3vw,2.5rem); }
.video-preview { min-width: 0; }
.video-thumb { position: relative; aspect-ratio: 16/9; overflow: hidden; border-radius: .85rem; background: linear-gradient(135deg,#0a1727,#284361); }
.video-thumb::before { content: "DOM"; position: absolute; left: 6%; bottom: -17%; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(5rem,10vw,8rem); color: rgba(255,255,255,.08); }
.video-thumb .play-mini { position: absolute; inset: 50% auto auto 50%; width: 48px; height: 48px; display: grid; place-items: center; transform: translate(-50%,-50%); border-radius: 50%; background: rgba(255,255,255,.15); backdrop-filter: blur(8px); }
.video-thumb .play-mini svg { width: 19px; fill: #fff; margin-left: 3px; }
.video-thumb .duration { position: absolute; right: .55rem; bottom: .5rem; padding: .23rem .38rem; border-radius: .25rem; background: rgba(0,0,0,.78); color: #fff; font-size: .58rem; }
.video-preview h4 { margin: .85rem 0 .3rem; font-size: .88rem; line-height: 1.45; }
.video-preview p { margin: 0; color: var(--muted); font-size: .66rem; }

.podcast-section {
  width: min(var(--max), calc(100% - 2.3rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px,.72fr) minmax(0,1fr);
  gap: clamp(3rem,7vw,7rem);
  align-items: center;
  padding: clamp(5rem,9vw,9rem) 0;
}
.podcast-cover { min-width: 0; aspect-ratio: 1; padding: .65rem; border-radius: var(--radius-xl); background: var(--ink); box-shadow: var(--shadow-lg); }
.podcast-cover img { height: 100%; object-fit: contain; border-radius: 1.72rem; background: #06111f; }
.podcast-copy h2 { font-size: clamp(4.5rem,8vw,8rem); }
.large-copy { margin: 1.8rem 0 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(1.75rem,3vw,2.6rem); line-height: 1.18; }
.audio-player { display: grid; grid-template-columns: auto auto minmax(60px,1fr) auto; gap: 1rem; align-items: center; margin-top: 2.4rem; padding: 1rem; border: 1px solid var(--line-dark); border-radius: 1rem; background: #fff; box-shadow: var(--shadow-sm); }
.player-button { width: 46px; height: 46px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--ink); color: #fff; cursor: pointer; }
.player-button svg { width: 18px; fill: currentColor; margin-left: 3px; }
.player-copy strong, .player-copy span { display: block; }
.player-copy strong { font-size: .78rem; }
.player-copy span { margin-top: .2rem; color: var(--muted); font-size: .62rem; }
.player-line { height: 3px; overflow: hidden; border-radius: 999px; background: #d9dde3; }
.player-line span { display: block; width: 22%; height: 100%; background: var(--blue); }
.player-time { color: var(--muted); font-size: .62rem; }
.podcast-platforms { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .85rem; margin-top: 1rem; }
.podcast-platform { min-height: 92px; display: flex; align-items: center; gap: 1rem; padding: 1.05rem 1.1rem; border: 1px solid var(--line-dark); border-radius: 1rem; background: #fff; text-align: left; cursor: pointer; transition: transform 180ms ease, box-shadow 180ms ease; }
.podcast-platform:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.podcast-platform svg { width: 2rem; height: 2rem; flex: 0 0 2rem; fill: currentColor; }
.spotify-card svg { color: var(--spotify); }
.apple-card svg { color: var(--apple); }
.podcast-platform strong, .podcast-platform small { display: block; }
.podcast-platform strong { font-size: .86rem; }
.podcast-platform small { margin-top: .25rem; color: var(--muted); font-size: .62rem; }

.episodes-section { padding-top: clamp(5.5rem,10vw,10rem); }
.featured-episode { display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; min-height: 455px; border-radius: var(--radius-xl); background: var(--ink); color: var(--white); box-shadow: var(--shadow-sm); }
.featured-visual { position: relative; min-height: 390px; overflow: hidden; background: radial-gradient(circle at 26% 30%,rgba(135,160,196,.34),transparent 25%),linear-gradient(135deg,#111f31 0%,#050b13 70%); }
.featured-visual::before { content: "DOM"; position: absolute; left: 4%; bottom: -12%; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(10rem,24vw,22rem); color: rgba(255,255,255,.045); line-height: .8; }
.episode-badge { position: absolute; left: 1.5rem; top: 1.5rem; padding: .52rem .8rem; border: 1px solid var(--line-light); border-radius: 999px; color: rgba(255,255,255,.67); font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; }
.play-placeholder { position: absolute; inset: 50% auto auto 50%; width: 82px; height: 82px; transform: translate(-50%,-50%); border: 1px solid var(--line-light); border-radius: 50%; background: rgba(255,255,255,.1); backdrop-filter: blur(12px); cursor: pointer; }
.play-placeholder svg { width: 27px; fill: #fff; margin-left: 5px; }
.episode-signal { position: absolute; left: 10%; right: 10%; bottom: 14%; display: flex; align-items: center; justify-content: center; gap: 1.2rem; opacity: .34; }
.episode-signal span { width: 2px; height: 40px; background: var(--blue-light); animation: pulse 1.2s ease-in-out infinite alternate; }
.episode-signal span:nth-child(2n) { height: 74px; animation-delay: .15s; }
.episode-signal span:nth-child(3n) { height: 106px; animation-delay: .3s; }
@keyframes pulse { to { transform: scaleY(.58); opacity: .5; } }
.featured-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem,5vw,4.7rem); }
.episode-meta { margin: 0; color: var(--blue-light); font-size: .66rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.featured-copy h3 { margin: 1.1rem 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(2.2rem,4vw,4rem); font-weight: 500; line-height: 1; }
.featured-copy > p:not(.episode-meta) { margin: 0; color: rgba(255,255,255,.66); line-height: 1.8; }
.text-link { display: inline-flex; width: fit-content; align-items: center; gap: .45rem; margin-top: 1.5rem; padding-bottom: .25rem; border-bottom: 1px solid currentColor; font-size: .72rem; font-weight: 700; }
.muted-link { color: rgba(255,255,255,.55); }
.episode-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.2rem; margin-top: 1.2rem; }
.episode-card { overflow: hidden; min-width: 0; border: 1px solid var(--line-dark); border-radius: var(--radius-lg); background: #fff; transition: transform 200ms ease, box-shadow 200ms ease; }
.episode-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.episode-card-art { position: relative; min-height: 225px; overflow: hidden; background: linear-gradient(135deg,#0c1a2c,#233d5e); }
.episode-card-art.art-2 { background: linear-gradient(135deg,#172535,#7b8798); }
.episode-card-art.art-3 { background: linear-gradient(135deg,#07111f,#594a5e); }
.episode-card-art::before { content: "DT"; position: absolute; left: 5%; bottom: -17%; font-family: "Cormorant Garamond", Georgia, serif; font-size: 10rem; color: rgba(255,255,255,.07); }
.card-number { position: absolute; top: 1rem; left: 1rem; color: rgba(255,255,255,.72); font-family: "Cormorant Garamond", Georgia, serif; font-size: 2.3rem; }
.card-status { position: absolute; right: .85rem; bottom: .8rem; padding: .42rem .62rem; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: rgba(255,255,255,.68); font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }
.mini-wave { position: absolute; inset: 50% auto auto 50%; display: flex; gap: 6px; align-items: center; transform: translate(-50%,-50%); }
.mini-wave i { width: 3px; height: 28px; background: rgba(255,255,255,.38); }
.mini-wave i:nth-child(2), .mini-wave i:nth-child(4) { height: 58px; }
.episode-card-copy { padding: 1.45rem; }
.episode-card-copy h3 { margin: .65rem 0 .65rem; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.72rem; font-weight: 600; line-height: 1.08; }
.episode-card-copy > p:last-child { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.7; }

.about-section { display: grid; grid-template-columns: .62fr 1.38fr; gap: clamp(2rem,7vw,7rem); align-items: start; border-top: 1px solid var(--line-dark); }
.about-number { position: sticky; top: 120px; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(9rem,19vw,18rem); line-height: .72; color: #dce1e5; }
.about-copy .large-copy { max-width: 870px; }
.about-columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 2rem; margin-top: 2.3rem; color: var(--muted); line-height: 1.8; }
.about-columns p { margin: 0; }

.host-section { display: grid; grid-template-columns: minmax(0,1.06fr) minmax(360px,.94fr); gap: clamp(2rem,6vw,6rem); align-items: center; border-top: 1px solid var(--line-dark); }
.host-image { overflow: hidden; aspect-ratio: 4/3; border-radius: var(--radius-xl); background: #d9d2c8; box-shadow: var(--shadow-sm); }
.host-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.host-copy h2 { font-size: clamp(4.5rem,7vw,7.3rem); }
.host-copy .large-copy { font-size: clamp(1.55rem,2.5vw,2.25rem); }
.host-button { max-width: 100%; margin-top: 2rem; border-color: var(--line-dark); background: var(--ink); color: var(--white); text-align: center; line-height: 1.35; }

.production-card-section { width: min(1440px, calc(100% - 2.3rem)); margin: 0 auto; padding: 0 0 clamp(5rem,9vw,9rem); }
.production-card { position: relative; margin: 0; overflow: hidden; aspect-ratio: 16/8.5; border-radius: var(--radius-xl); background: var(--ink); box-shadow: var(--shadow-sm); }
.production-card img { width: 100%; height: 100%; object-fit: cover; object-position: center 47%; }
.production-card::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(to top,rgba(3,8,14,.82),transparent); }
.production-card figcaption { position: absolute; z-index: 1; left: clamp(1.3rem,4vw,3.2rem); right: clamp(1.3rem,4vw,3.2rem); bottom: clamp(1.3rem,3vw,2.5rem); display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; color: #fff; }
.production-card figcaption span { font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--blue-light); }
.production-card figcaption strong { max-width: 560px; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(2.1rem,4.5vw,4.5rem); font-weight: 500; line-height: .95; text-align: right; }

.studio-section { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); min-height: 680px; background: var(--ink); color: var(--white); }
.studio-logo-panel { display: grid; place-items: center; padding: clamp(2.5rem,6vw,6rem); background: linear-gradient(145deg,#fff,#ebe9e5); }
.studio-logo-card { width: min(100%, 520px); aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; border-radius: var(--radius-xl); background: #fff; box-shadow: 0 24px 70px rgba(0,0,0,.12); }
.studio-logo-card img { width: 100%; height: 100%; object-fit: contain; }
.studio-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem,8vw,8rem); }
.studio-copy h2 { font-size: clamp(4rem,7vw,7.2rem); }
.studio-copy .large-copy { max-width: 720px; color: rgba(255,255,255,.68); font-family: "Manrope", Arial, sans-serif; font-size: clamp(1rem,1.4vw,1.2rem); line-height: 1.8; }
.studio-details { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2.2rem; }
.studio-details span { padding: .65rem .85rem; border: 1px solid var(--line-light); border-radius: 999px; color: rgba(255,255,255,.64); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }

.final-cta { min-height: 680px; display: grid; place-items: center; padding: 5rem 1.15rem; color: var(--white); text-align: center; background: radial-gradient(circle at 50% 20%,rgba(118,143,180,.28),transparent 32%),linear-gradient(135deg,#091524,#02070d); }
.final-cta-inner { width: min(850px,100%); }
.final-cta h2 { font-size: clamp(4.7rem,9vw,9rem); }
.final-cta .button { margin-top: 2.2rem; }
.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 1rem; align-items: center; padding: 2.2rem max(1.15rem,4vw); background: #02070d; color: rgba(255,255,255,.62); border-top: 1px solid rgba(255,255,255,.08); }
.footer-brand { color: #fff; }
.site-footer p { margin: 0; font-size: .68rem; text-align: center; }
.back-top { justify-self: end; font-size: .68rem; }
.toast { position: fixed; z-index: 200; left: 50%; bottom: 1.2rem; transform: translate(-50%,calc(100% + 3rem)); padding: .85rem 1rem; border: 1px solid var(--line-light); border-radius: 999px; background: rgba(7,17,31,.96); color: #fff; box-shadow: 0 15px 50px rgba(0,0,0,.28); font-size: .75rem; transition: transform 220ms ease; }
.toast.is-visible { transform: translate(-50%,0); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 680ms ease, transform 680ms ease; }
.reveal-delay { transition-delay: 120ms; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .site-header { padding-inline: 1.15rem; }
  .menu-toggle { display: block; }
  .site-nav {
    position: fixed;
    inset: 0;
    z-index: -1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: .9rem;
    padding: 6.2rem 1.6rem 2rem;
    background: rgba(3,9,17,.985);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
  }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .site-nav a, .site-nav .nav-feature { min-height: auto; padding: .3rem 0; border: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(2.4rem,9vw,4.3rem); font-weight: 500; letter-spacing: -.02em; text-transform: none; }
  .site-nav .nav-youtube::before, .site-nav .nav-podcast::before { width: 8px; height: 8px; margin-right: .7rem; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }

  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-top: 8.5rem; }
  .hero-art { justify-self: start; width: min(72vw,520px); }
  .platform-strip { max-width: 760px; }
  .section-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .video-preview-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .video-preview:last-child { display: none; }
  .podcast-section { grid-template-columns: minmax(280px,.75fr) minmax(0,1fr); gap: 3rem; }
  .episode-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .host-section { grid-template-columns: 1fr 1fr; }
  .studio-section { grid-template-columns: 1fr; }
  .studio-logo-panel { min-height: 560px; }
}

@media (max-width: 780px) {
  .brand-dom { font-size: 1.85rem; }
  .brand-talks { font-size: 1.2rem; }
  .hero-grid, .section, .podcast-section, .production-card-section { width: min(100% - 2rem, var(--max)); }
  .hero-grid { gap: 3.1rem; padding: 7.5rem 0 4.3rem; }
  .hero h1 { font-size: clamp(3.85rem,16vw,6rem); }
  .hero-intro { line-height: 1.72; }
  .hero-art { width: 100%; max-width: 560px; }
  .cover-frame { padding: .42rem; border-radius: 1.5rem; }
  .cover-frame img { border-radius: 1.18rem; }
  .platform-strip { grid-template-columns: 1fr; }
  .platform { min-height: 70px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }

  .section { padding: 5.2rem 0; }
  .section-heading { margin-bottom: 2rem; }
  .section-heading h2, .about-copy h2 { font-size: clamp(3.7rem,16vw,5.6rem); }
  .youtube-banner { min-height: 265px; padding: 2rem 1.35rem; }
  .youtube-banner strong { font-size: clamp(3rem,14vw,4.6rem); }
  .channel-profile { grid-template-columns: auto minmax(0,1fr); padding: 1.2rem; }
  .channel-avatar { width: 68px; height: 68px; }
  .channel-meta h3 { font-size: 1.65rem; }
  .channel-profile .button { grid-column: 1/-1; width: 100%; }
  .channel-tabs { padding-inline: 1.2rem; gap: 1.3rem; }
  .video-preview-grid { grid-template-columns: 1fr; padding: 1.2rem; }
  .video-preview:last-child { display: block; }

  .podcast-section { grid-template-columns: 1fr; gap: 2.8rem; padding: 5.2rem 0; }
  .podcast-cover { width: 100%; max-width: 560px; justify-self: center; padding: .42rem; border-radius: 1.5rem; }
  .podcast-cover img { border-radius: 1.18rem; }
  .podcast-copy h2 { font-size: clamp(4rem,18vw,6rem); }
  .audio-player { grid-template-columns: auto minmax(0,1fr) auto; gap: .8rem; }
  .player-line { grid-column: 1/-1; order: 4; }
  .podcast-platforms { grid-template-columns: 1fr; }

  .episodes-section { padding-top: 6.3rem; }
  .featured-episode { grid-template-columns: 1fr; }
  .featured-visual { min-height: 310px; }
  .featured-copy { padding: 2rem 1.35rem 2.5rem; }
  .episode-grid { grid-template-columns: 1fr; }
  .episode-card-art { min-height: 210px; }

  .about-section { grid-template-columns: 1fr; gap: 1rem; }
  .about-number { position: static; margin-bottom: -1.3rem; font-size: 9rem; }
  .about-columns { grid-template-columns: 1fr; gap: 1rem; }

  .host-section { grid-template-columns: 1fr; gap: 2.6rem; }
  .host-image { aspect-ratio: 4/3; }
  .host-copy h2 { font-size: clamp(4.5rem,19vw,6.5rem); }
  .host-button { font-size: .68rem; }

  .production-card { aspect-ratio: 4/5; }
  .production-card img { object-position: 58% center; }
  .production-card figcaption { align-items: flex-start; flex-direction: column; }
  .production-card figcaption strong { text-align: left; }

  .studio-logo-panel { min-height: auto; padding: 3.5rem 1.2rem; }
  .studio-logo-card { width: min(100%,440px); border-radius: 1.5rem; }
  .studio-copy { padding: 4.5rem 1.2rem; }
  .studio-copy h2 { font-size: clamp(3.6rem,15vw,5.4rem); }

  .final-cta { min-height: 570px; }
  .final-cta h2 { font-size: clamp(4.25rem,19vw,6.5rem); }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, .back-top { justify-self: center; }
  .site-footer p { order: 3; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: clamp(3.45rem,15.8vw,4.4rem); }
  .hero-intro { font-size: .96rem; }
  .platform { padding: .78rem .85rem; }
  .section-heading h2, .about-copy h2 { font-size: clamp(3.2rem,15vw,4.3rem); }
  .youtube-banner strong { font-size: clamp(2.65rem,13vw,3.7rem); }
  .channel-avatar { width: 58px; height: 58px; }
  .channel-meta h3 { font-size: 1.45rem; }
  .audio-player { padding: .85rem; }
  .player-copy span { font-size: .58rem; }
  .featured-copy h3 { font-size: 2.3rem; }
  .host-copy h2 { font-size: 4.4rem; }
  .production-card figcaption strong { font-size: 2.2rem; }
  .studio-copy h2 { font-size: 3.65rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Targeted refinements */
.host-button {
  text-transform: none;
  letter-spacing: .01em;
  font-size: .78rem;
}
.studio-logo-card { aspect-ratio: 4 / 3; }
.studio-logo-card img { padding: clamp(1rem, 3vw, 2rem); }
@media (max-width: 780px) {
  .host-button { font-size: .76rem; }
  .studio-logo-card { aspect-ratio: 4 / 3; }
}
