:root {
  color-scheme: dark;
  --night: #171d21;
  --night-soft: #1e252a;
  --night-card: #222a2f;
  --accent: #57B8C7;
  --accent-rgb: 87, 184, 199;
  --paper: #F0F4F4;
  --muted: #a3aaab;
  --line: rgba(240, 244, 244, .13);
  --font: 'Poppins', 'Avenir Next', Avenir, 'Segoe UI', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--night); color: var(--paper); font-family: var(--font); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
svg { display: block; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
.skip-link { position: absolute; z-index: 20; top: 10px; left: 10px; padding: 12px 16px; transform: translateY(-160%); background: var(--paper); color: var(--night); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: absolute; z-index: 5; top: 0; right: 0; left: 0; display: flex; align-items: center; justify-content: space-between; height: 86px; padding: 0 clamp(24px, 7vw, 112px); border-bottom: 1px solid rgba(255,255,255,.11); background: rgba(18, 23, 26, .43); backdrop-filter: blur(8px); }
.brand { display: inline-flex; align-items: center; gap: 0; color: var(--paper); font-size: 10px; font-weight: 600; letter-spacing: .14em; line-height: 1.35; text-decoration: none; }
.brand img { width: 74px; height: 74px; object-fit: contain; clip-path: circle(48% at 50% 50%); }
.brand strong { display: block; color: var(--accent); font-size: 12px; letter-spacing: .17em; }
.main-nav { display: flex; align-items: center; gap: clamp(22px, 3.4vw, 53px); font-size: 10px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.main-nav > a:not(.nav-cta) { color: #e0e1df; text-decoration: none; transition: color .18s ease; }
.main-nav > a:not(.nav-cta):hover, .footer-channel:hover { color: var(--accent); }
.nav-cta { display: inline-flex; min-height: 40px; align-items: center; justify-content: center; gap: 9px; padding: 0 17px; border: 1px solid rgba(var(--accent-rgb),.6); color: var(--accent); text-decoration: none; transition: color .18s ease, background .18s ease; }
.nav-cta:hover { background: var(--accent); color: var(--night); }
.nav-cta svg { width: 18px; fill: currentColor; }
.hero { position: relative; display: flex; min-height: min(760px, 100svh); align-items: center; overflow: hidden; padding: 130px clamp(24px, 9vw, 144px) 95px; background: #1b2428; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 43%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,20,22,.97) 0%, rgba(15,20,22,.88) 32%, rgba(15,20,22,.48) 62%, rgba(15,20,22,.18) 100%), linear-gradient(0deg, rgba(15,20,22,.72) 0%, transparent 35%); }
.hero-content { position: relative; z-index: 1; width: min(670px, 76vw); padding-top: 33px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 21px; color: var(--accent); font-size: 9px; font-weight: 600; letter-spacing: .21em; line-height: 1.7; text-transform: uppercase; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(var(--accent-rgb),.13); }
.hero h1 { margin: 0 0 20px; color: #fff; font-size: clamp(46px, 6.1vw, 82px); font-weight: 700; letter-spacing: -.065em; line-height: 1.08; }
h1 em, h2 em { color: var(--accent); font-style: normal; }
.hero-copy { max-width: 500px; margin: 0; color: #d0d3d1; font-size: 13px; font-weight: 400; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 29px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 11px; padding: 0 20px; font-size: 9px; font-weight: 600; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: #171b1d; }
.button-primary:hover { background: #7CCDD6; }
.button svg { width: 18px; fill: currentColor; }
.button-outline { border: 1px solid rgba(255,255,255,.54); color: #fff; }
.button-outline:hover { border-color: var(--accent); color: var(--accent); }
.hero-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 40px; color: #c1c6c3; font-size: 8px; font-weight: 500; letter-spacing: .14em; }
.hero-meta i { width: 3px; height: 3px; border-radius: 50%; background: var(--accent); }
.hero-watch { position: absolute; z-index: 1; right: clamp(42px, 10vw, 158px); bottom: 123px; display: flex; align-items: center; gap: 13px; color: #fff; font-size: 8px; font-weight: 500; letter-spacing: .16em; line-height: 1.7; text-decoration: none; }
.hero-watch strong { color: var(--accent); font-size: 11px; font-weight: 600; letter-spacing: .2em; }
.watch-ring { display: grid; width: 53px; height: 53px; place-items: center; border: 1px solid rgba(var(--accent-rgb),.8); border-radius: 50%; color: var(--accent); transition: background .18s ease, color .18s ease; }
.hero-watch:hover .watch-ring { background: var(--accent); color: var(--night); }
.watch-ring svg { width: 19px; fill: currentColor; }
.hero-index { position: absolute; right: clamp(24px, 7vw, 112px); bottom: 37px; left: clamp(24px, 9vw, 144px); display: flex; align-items: center; gap: 12px; color: #bbc0be; font-size: 7px; font-weight: 500; letter-spacing: .2em; }
.hero-index span:first-child { color: var(--accent); }
.hero-index b { width: 62px; height: 1px; background: rgba(var(--accent-rgb),.7); }
.section-wrap { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.episodes { padding-top: 96px; padding-bottom: 112px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 31px; }
.eyebrow-muted { margin-bottom: 12px; color: #a7adae; font-size: 8px; }
.section-heading h2, .about-copy h2, .closing h2 { margin: 0; color: #fff; font-size: clamp(34px, 4vw, 54px); font-weight: 600; letter-spacing: -.06em; line-height: 1.2; }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 5px; border-bottom: 1px solid rgba(var(--accent-rgb),.55); color: var(--paper); font-size: 9px; font-weight: 500; letter-spacing: .04em; text-decoration: none; white-space: nowrap; }
.text-link span { color: var(--accent); font-size: 14px; }
.episode-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 19px; }
.episode-card { overflow: hidden; background: var(--night-card); }
.episode-player { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: #090d0f; }
.episode-player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.episode-number { position: absolute; z-index: 1; top: 17px; left: 18px; padding: 7px 9px; background: var(--accent); color: var(--night); font-size: 7px; font-weight: 700; letter-spacing: .13em; pointer-events: none; }
.episode-info { padding: 22px 23px 25px; }
.episode-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.episode-tags span { padding: 5px 7px; border: 1px solid var(--line); color: #aeb5b5; font-size: 7px; font-weight: 500; letter-spacing: .13em; }
.episode-info h3 { margin: 13px 0 6px; color: #fff; font-size: 21px; font-weight: 600; letter-spacing: -.03em; }
.episode-info p { max-width: 440px; margin: 0; color: #abb1b0; font-size: 10px; line-height: 1.85; }
.episode-info > a { display: inline-flex; align-items: center; gap: 7px; margin-top: 15px; color: var(--accent); font-size: 8px; font-weight: 600; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; }
.episode-info > a span { font-size: 14px; }
.about { padding: 86px 0 91px; background: #20272b; }
.about-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(40px, 8vw, 112px); }
.about-art { position: relative; display: grid; min-height: 370px; place-items: center; overflow: hidden; border: 1px solid rgba(240,244,244,.08); background: radial-gradient(ellipse at 51% 48%, rgba(var(--accent-rgb),.06), transparent 50%), #192024; }
.about-art::before, .about-art::after { position: absolute; width: 355px; height: 355px; border: 1px solid rgba(var(--accent-rgb),.12); border-radius: 50%; content: ''; }
.about-art::after { width: 270px; height: 270px; }
.about-art img { position: relative; z-index: 1; width: min(82%, 340px); opacity: .94; }
.art-caption { position: absolute; z-index: 2; bottom: 18px; left: 20px; color: #a6adac; font-size: 7px; font-weight: 500; letter-spacing: .17em; }
.about-copy > .eyebrow { margin-bottom: 16px; }
.about-copy h2 { margin-bottom: 17px; font-size: clamp(36px, 4.4vw, 57px); }
.about-copy > p:not(.eyebrow) { max-width: 460px; margin: 0; color: #b6bcbb; font-size: 11px; line-height: 1.95; }
.about-points { display: grid; gap: 0; margin: 20px 0 24px; padding: 0; list-style: none; }
.about-points li { display: flex; align-items: center; gap: 13px; min-height: 39px; border-bottom: 1px solid var(--line); color: #e3e5e0; font-size: 9px; }
.about-points li span { color: var(--accent); font-size: 8px; letter-spacing: .1em; }
.about-copy .button { min-height: 44px; }
.closing { position: relative; overflow: hidden; padding: 85px 24px 91px; background: #14191c; text-align: center; }
.closing::before, .closing::after { position: absolute; top: 50%; left: 50%; width: min(850px, 90vw); height: min(850px, 90vw); border: 1px solid rgba(var(--accent-rgb),.08); border-radius: 50%; content: ''; transform: translate(-50%, -50%); }
.closing::after { width: min(620px, 70vw); height: min(620px, 70vw); }
.closing-inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
.closing .eyebrow { justify-content: center; margin-bottom: 15px; }
.closing h2 { margin: 0 0 23px; font-size: clamp(34px, 4.3vw, 57px); }
.closing .button { min-width: 195px; }
.site-footer { display: grid; grid-template-columns: 1fr 1fr auto auto auto; align-items: center; gap: 27px; min-height: 97px; padding: 18px clamp(24px, 7vw, 112px); background: #111619; }
.brand-footer img { width: 64px; height: 64px; }

.brand-footer strong { font-size: 9px; }
.site-footer > p { margin: 0; color: #8d9595; font-size: 8px; letter-spacing: .1em; }
.footer-channel { color: #d9dcda; font-size: 9px; font-weight: 500; text-decoration: none; transition: color .18s ease; }
.footer-channel span { color: var(--accent); font-size: 13px; }
.footer-contact { color: #d9dcda; font-size: 9px; text-decoration: none; overflow-wrap: anywhere; transition: color .18s ease; }
.footer-contact:hover { color: var(--accent); }
.copyright { color: #727a7a; font-size: 7px; white-space: nowrap; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }

@media (max-width: 760px) {
  .site-header { height: 75px; padding-right: 22px; padding-left: 22px; }
  .brand { gap: 0; font-size: 0; }
  .brand img { width: 60px; height: 60px; }
  
  .main-nav { gap: 15px; font-size: 8px; }
  .nav-cta { min-height: 35px; gap: 5px; padding: 0 9px; }
  .nav-cta svg { width: 15px; }
  .hero { min-height: 690px; align-items: flex-end; padding: 130px 25px 108px; }
  .hero-image { object-position: 61% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(15,20,22,.88), rgba(15,20,22,.25)), linear-gradient(0deg, rgba(15,20,22,.94) 0%, rgba(15,20,22,.65) 44%, rgba(15,20,22,.08) 100%); }
  .hero-content { width: 100%; padding-top: 0; }
  .hero h1 { font-size: clamp(43px, 10vw, 68px); }
  .hero-copy { max-width: 460px; font-size: 11px; }
  .hero-actions { margin-top: 23px; }
  .hero-meta { gap: 8px; margin-top: 29px; font-size: 6px; }
  .hero-watch { right: 28px; bottom: 83px; font-size: 6px; }
  .watch-ring { width: 43px; height: 43px; }
  .hero-index { right: 24px; bottom: 27px; left: 24px; }
  .episodes { padding-top: 71px; padding-bottom: 79px; }
  .episode-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
  .episode-info { padding: 17px 16px 20px; }
  .episode-info h3 { font-size: 18px; }
  .about { padding: 67px 0 72px; }
  .about-inner { grid-template-columns: .85fr 1.15fr; gap: 30px; }
  .about-art { min-height: 315px; }
  .site-footer { grid-template-columns: 1fr auto auto auto; gap: 14px; }
  .site-footer > p { display: none; }
}

@media (max-width: 560px) {
  .site-header { height: 69px; padding: 0 16px; }
  .brand { gap: 0; font-size: 0; }
  .brand img { width: 55px; height: 55px; }
  
  .main-nav { gap: 11px; font-size: 7px; letter-spacing: .03em; }
  .main-nav > a:nth-child(1) { display: none; }
  .nav-cta { min-height: 31px; padding: 0 7px; }
  .nav-cta svg { width: 13px; }
  .hero { min-height: 720px; padding: 125px 22px 123px; }
  .hero-image { object-position: 64% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(15,20,22,.76), rgba(15,20,22,.24)), linear-gradient(0deg, rgba(15,20,22,.98) 0%, rgba(15,20,22,.72) 48%, rgba(15,20,22,.08) 100%); }
  .eyebrow { font-size: 7px; letter-spacing: .16em; }
  .hero h1 { font-size: clamp(40px, 12.5vw, 60px); }
  .hero-copy { font-size: 10px; line-height: 1.8; }
  .hero-actions { align-items: stretch; gap: 9px; }
  .button { min-height: 45px; padding: 0 12px; font-size: 7px; }
  .button-primary svg { width: 15px; }
  .hero-meta { max-width: 310px; gap: 7px; font-size: 6px; letter-spacing: .1em; }
  .hero-watch { right: auto; bottom: 77px; left: 22px; }
  .hero-index { left: 22px; font-size: 6px; }
  .section-wrap { width: calc(100% - 40px); }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 16px; margin-bottom: 23px; }
  .section-heading h2, .about-copy h2 { font-size: 37px; }
  .episode-grid { grid-template-columns: 1fr; gap: 16px; }
  .episode-info { padding: 18px 19px 21px; }
  .episode-info p { font-size: 9px; }
  .about-inner { grid-template-columns: 1fr; gap: 34px; }
  .about-art { min-height: 280px; }
  .about-art img { width: min(70%, 280px); }
  .about-copy > p:not(.eyebrow) { font-size: 10px; }
  .about-points li { font-size: 8px; }
  .closing { padding: 68px 20px 72px; }
  .closing h2 { font-size: clamp(32px, 10vw, 45px); }
  .site-footer { grid-template-columns: 1fr auto; padding: 20px; }
  .footer-contact { grid-column: 1 / -1; }
  .footer-channel { grid-column: 2; grid-row: 1; justify-self: end; }
  .copyright { grid-column: 1 / -1; }
}

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