:root {
  --ink: #f7f3ff;
  --muted: #a8a3b7;
  --panel: #17141f;
  --panel-soft: #211d2c;
  --line: rgba(255,255,255,.1);
  --accent: #ff4f87;
  --accent-2: #ff7a59;
  --bg: #0c0a11;
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
body::before { content: ""; position: fixed; inset: 0; z-index: -2; background: radial-gradient(circle at 85% 10%, rgba(132,71,255,.1), transparent 32%), radial-gradient(circle at 10% 55%, rgba(255,65,127,.08), transparent 25%); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.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; }
.site-header { height: 76px; width: min(calc(100% - 40px), var(--max)); margin: auto; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 850; font-size: 19px; letter-spacing: -.4px; }
.brand img { width: 28px; height: 28px; }
.desktop-nav { display: flex; gap: 34px; font-size: 14px; color: var(--muted); }
.desktop-nav a { padding: 9px 0; border-bottom: 2px solid transparent; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--ink); border-color: var(--accent); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.icon-button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.04); display: inline-grid; place-items: center; cursor: pointer; transition: .2s ease; }
.icon-button:hover { transform: translateY(-2px); background: rgba(255,255,255,.09); }
.icon-button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.button { min-height: 48px; padding: 0 21px; border-radius: 999px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 750; font-size: 14px; cursor: pointer; transition: transform .2s ease, filter .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); filter: brightness(1.08); }
.button-small { min-height: 40px; padding: 0 18px; }
.button-primary { color: white; background: linear-gradient(115deg, var(--accent), var(--accent-2)); box-shadow: 0 12px 30px rgba(255,79,135,.22); }
.button-primary svg { width: 19px; fill: currentColor; }
.button-secondary, .button-ghost { border-color: var(--line); background: rgba(255,255,255,.055); color: var(--ink); }
.hero { width: min(calc(100% - 40px), var(--max)); min-height: 620px; margin: 10px auto 70px; border: 1px solid var(--line); border-radius: 32px; overflow: hidden; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; position: relative; background: linear-gradient(105deg, #15111d 0%, #17111d 45%, #21101a 100%); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, transparent 65%, rgba(255,90,120,.08)); }
.hero-copy { position: relative; z-index: 2; padding: 72px 40px 72px 8.5vw; }
.eyebrow { margin: 0 0 15px; color: #bbb4cb; font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: 1.7px; }
.eyebrow span { width: 20px; height: 2px; display: inline-block; vertical-align: middle; background: var(--accent); margin-right: 8px; }
.hero h1 { margin: 0; font-size: clamp(55px, 6.5vw, 94px); line-height: .9; letter-spacing: -5px; max-width: 650px; }
.hero h1 em { font-family: Georgia, serif; color: #ff6b9c; font-weight: 500; }
.hero-description { max-width: 550px; color: #c5bfce; font-size: 17px; margin: 27px 0 20px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 10px 20px; color: #aaa3b5; font-size: 13px; }
.rating { color: #ffd65c !important; font-weight: 750; }
.hot-badge { color: #ff7b9f !important; font-weight: 800; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 29px; }
.hero-art { height: 100%; position: relative; display: flex; align-items: flex-end; justify-content: center; overflow: hidden; }
.hero-art img { width: min(84%, 460px); filter: drop-shadow(0 25px 40px rgba(0,0,0,.45)); transform: rotate(3deg) translateY(7%); border-radius: 18px; }
.hero-glow { position: absolute; width: 430px; height: 430px; border-radius: 50%; background: #f14479; filter: blur(90px); opacity: .22; }
.content-section { width: min(calc(100% - 40px), var(--max)); margin: 0 auto 82px; scroll-margin-top: 80px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 24px; }
.section-heading h2, .newsletter h2 { font-size: clamp(32px, 4vw, 50px); letter-spacing: -2.3px; line-height: 1; margin: 0; }
.section-heading .eyebrow { margin-bottom: 10px; }
.carousel-actions { display: flex; gap: 8px; }
.series-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 28px 18px; }
.series-card { min-width: 0; opacity: 0; transform: translateY(10px); animation: cardIn .45s forwards; animation-delay: var(--delay); }
@keyframes cardIn { to { opacity: 1; transform: translateY(0); } }
.poster-wrap { aspect-ratio: 4 / 5.25; position: relative; overflow: hidden; border-radius: 20px; background: var(--panel); }
.poster-wrap::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(6,4,10,.75)); }
.poster-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.2,.75,.2,1); }
.series-card:hover .poster-wrap img { transform: scale(1.045); }
.poster-overlay { position: absolute; z-index: 2; inset: 0; display: flex; align-items: center; justify-content: center; gap: 9px; font-weight: 760; opacity: 0; background: rgba(9,6,13,.42); backdrop-filter: blur(4px); transition: opacity .25s; }
.series-card:hover .poster-overlay { opacity: 1; }
.play-dot { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: #111; background: white; font-size: 12px; }
.rank-badge { position: absolute; left: 13px; top: 13px; z-index: 3; min-width: 37px; height: 27px; padding: 0 8px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); background: rgba(10,8,15,.65); backdrop-filter: blur(10px); border-radius: 999px; font-size: 11px; font-weight: 800; }
.card-copy { padding: 14px 3px 0; }
.card-copy h3 { margin: 0; font-size: 20px; letter-spacing: -.45px; }
.card-copy p { margin: 4px 0 11px; color: var(--muted); font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.card-meta { display: flex; gap: 9px; align-items: center; font-size: 11px; color: #9e98a8; }
.card-meta > span:not(.rating):not(.hot-badge) { border: 1px solid var(--line); border-radius: 999px; padding: 3px 8px; }
.empty-state { padding: 50px 0; text-align: center; color: var(--muted); }
.genres-section { padding: 55px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(120deg, #17141f, #201726); }
.compact-heading { margin-bottom: 28px; }
.genre-list { display: flex; flex-wrap: wrap; gap: 10px; }
.genre-chip { padding: 13px 19px; color: #c2bcc9; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.03); cursor: pointer; transition: .2s; }
.genre-chip:hover, .genre-chip.active { color: white; border-color: transparent; background: linear-gradient(115deg, var(--accent), var(--accent-2)); }
.newsletter { width: min(calc(100% - 40px), var(--max)); margin: 0 auto 80px; padding: 55px; border-radius: 28px; display: grid; grid-template-columns: 1fr .9fr; gap: 25px 60px; align-items: center; background: #f3eff7; color: #17121d; }
.newsletter .eyebrow { color: #675e71; }
.newsletter p:not(.eyebrow) { color: #6f6876; }
.newsletter-form { display: flex; border: 1px solid #d8d0de; background: white; padding: 6px; border-radius: 999px; box-shadow: 0 10px 30px rgba(29,20,35,.08); }
.newsletter-form input { min-width: 0; flex: 1; border: 0; outline: 0; padding: 0 16px; background: transparent; color: #17121d; }
.form-message { grid-column: 2; margin: -15px 10px 0; min-height: 20px; font-size: 12px; }
.site-footer { width: min(calc(100% - 40px), var(--max)); margin: auto; padding: 40px 0 55px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 14px 35px; color: var(--muted); font-size: 13px; }
.footer-brand { color: var(--ink); }
.footer-links { display: flex; gap: 20px; justify-self: end; }
.site-footer small { grid-column: 1 / -1; color: #6d6875; }
.search-dialog, .watch-dialog { border: 0; padding: 0; background: transparent; color: var(--ink); }
.search-dialog::backdrop, .watch-dialog::backdrop { background: rgba(5,3,8,.88); backdrop-filter: blur(10px); }
.search-panel { width: min(620px, calc(100vw - 32px)); padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: #1a1622; box-shadow: 0 35px 90px rgba(0,0,0,.45); }
.search-topline { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; font-size: 22px; font-weight: 800; }
.search-panel input { width: 100%; border: 1px solid var(--line); border-radius: 14px; color: white; background: rgba(255,255,255,.06); outline: 0; padding: 16px; }
.search-panel input:focus { border-color: var(--accent); }
.search-panel p { color: var(--muted); margin: 12px 2px 0; font-size: 12px; }

/* Detail page */
.detail-page { --accent: var(--series-accent, #ff4f87); }
.detail-header { border-bottom: 1px solid var(--line); }
.back-link { color: var(--muted); font-size: 14px; }
.back-link:hover { color: white; }
.series-hero { width: min(calc(100% - 40px), 1080px); margin: 58px auto 90px; display: grid; grid-template-columns: minmax(290px, 390px) 1fr; gap: clamp(40px, 7vw, 90px); align-items: center; }
.detail-poster { position: relative; }
.detail-poster::before { content: ""; position: absolute; inset: 10% -6% -4%; z-index: -1; border-radius: 40px; background: var(--series-accent); filter: blur(60px); opacity: .2; }
.detail-poster img { width: 100%; border-radius: 24px; box-shadow: 0 35px 70px rgba(0,0,0,.45); }
.detail-poster img { aspect-ratio: 4 / 5.25; object-fit: cover; object-position: center; }
.detail-copy h1 { margin: 0; font-size: clamp(52px, 8vw, 92px); line-height: .92; letter-spacing: -5px; }
.detail-tagline { margin: 19px 0 16px; font-family: Georgia, serif; color: #d7d0dc; font-size: 22px; font-style: italic; }
.detail-meta { margin-bottom: 20px; }
.tag-row { display: flex; gap: 8px; }
.tag-row span { padding: 6px 11px; border-radius: 999px; border: 1px solid var(--line); color: #c8c2ce; font-size: 12px; }
.synopsis { max-width: 630px; margin: 23px 0 0; color: #b8b1c0; font-size: 16px; }
.episodes-section { width: min(calc(100% - 40px), 1080px); margin: 0 auto 90px; }
.episodes-heading { border-bottom: 1px solid var(--line); padding-bottom: 23px; }
.episodes-heading > span { color: var(--muted); font-size: 13px; }
.episode-list { display: grid; }
.episode-row { width: 100%; padding: 15px 8px; border: 0; border-bottom: 1px solid var(--line); background: transparent; display: grid; grid-template-columns: 42px 92px 1fr auto; gap: 12px; align-items: center; text-align: left; cursor: pointer; }
.episode-row:hover { background: rgba(255,255,255,.035); }
.episode-number { color: #736d7a; font-size: 13px; font-weight: 750; }
.episode-thumb { width: 92px; height: 58px; position: relative; overflow: hidden; border-radius: 9px; background: var(--panel-soft); }
.episode-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; }
.episode-thumb::after { content: ""; position: absolute; inset: 0; background: rgba(7,5,10,.24); }
.episode-thumb i { position: absolute; z-index: 2; inset: 0; display: grid; place-items: center; color: white; font-size: 12px; font-style: normal; }
.episode-info { display: grid; gap: 4px; }
.episode-info strong { font-size: 16px; }
.episode-info small { color: var(--muted); }
.episode-action { color: var(--series-accent); font-size: 13px; font-weight: 750; }
.locked-shake { animation: shake .4s; }
@keyframes shake { 25% { transform: translateX(-4px); } 50% { transform: translateX(4px); } 75% { transform: translateX(-2px); } }
.compact-footer { grid-template-columns: 1fr auto; }
.compact-footer small { grid-column: auto; }
.watch-panel { width: min(420px, calc(100vw - 20px)); position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #110e16; box-shadow: 0 30px 90px rgba(0,0,0,.55); }
.watch-close { position: absolute; right: 13px; top: 13px; z-index: 8; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: white; background: rgba(10,8,13,.62); cursor: pointer; }
.watch-screen { height: min(72vh, 630px); position: relative; overflow: hidden; background: #18121e; }
.watch-screen > img { width: 100%; height: 100%; object-fit: cover; }
.watch-gradient { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05) 25%, rgba(6,4,9,.92) 100%); }
.watch-copy { position: absolute; inset: auto 0 0; z-index: 3; padding: 32px 24px; text-align: center; }
.watch-label { margin: 0 0 7px; color: #ff8aae; font-size: 11px; font-weight: 850; letter-spacing: 1.8px; }
.watch-copy h2 { margin: 0; font-size: 30px; letter-spacing: -1.3px; }
.watch-caption { margin: 8px 0 20px; color: #c6becb; font-size: 13px; }
.watch-play { width: 64px; height: 64px; margin: 0 auto 10px; padding-left: 5px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #161019; background: white; font-size: 20px; cursor: pointer; box-shadow: 0 10px 35px rgba(0,0,0,.35); }
.watch-play.playing { padding-left: 0; background: linear-gradient(115deg, var(--accent), var(--accent-2)); color: white; animation: playPulse 1.5s infinite; }
@keyframes playPulse { 50% { box-shadow: 0 0 0 12px rgba(255,255,255,.08); } }
.watch-copy small { color: #938b9b; }
.video-loader {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: rgba(7,5,10,.72);
  backdrop-filter: blur(5px);
}
.video-loader[hidden],
.network-notice[hidden],
.watch-play[hidden] { display: none !important; }
.video-loader strong { font-size: 15px; }
.video-loader small { color: #a9a2b0; font-size: 12px; }
.loader-ring {
  width: 48px;
  height: 48px;
  margin-bottom: 5px;
  border: 4px solid rgba(255,255,255,.16);
  border-top-color: #ff5a8d;
  border-radius: 50%;
  animation: loaderSpin .8s linear infinite;
}
@keyframes loaderSpin { to { transform: rotate(360deg); } }
.network-notice {
  position: absolute;
  inset: 0;
  z-index: 7;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(6,4,9,.68);
  backdrop-filter: blur(8px);
}
.network-card {
  width: 100%;
  padding: 26px 22px 21px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 20px;
  background: #1d1824;
  text-align: center;
  box-shadow: 0 24px 60px rgba(0,0,0,.5);
  animation: noticeIn .25s ease both;
}
@keyframes noticeIn { from { opacity: 0; transform: scale(.94); } }
.network-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 13px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: linear-gradient(135deg, #ff477e, #ff7a59);
  font-size: 23px;
  font-weight: 850;
}
.network-card h3 { margin: 0; font-size: 22px; letter-spacing: -.5px; }
.network-card p { margin: 8px 0 19px; color: #bdb5c4; font-size: 14px; line-height: 1.5; }
.network-card .button { width: 100%; }
.watch-controls { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 12px; }
.watch-controls .button { min-width: 0; padding: 0 12px; }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .hero { min-height: 720px; grid-template-columns: 1fr; align-items: end; }
  .hero-copy { grid-row: 2; padding: 38px 34px 48px; background: linear-gradient(transparent, rgba(13,9,17,.96) 25%); margin-top: -150px; }
  .hero-art { grid-row: 1; min-height: 470px; }
  .hero-art img { width: min(72%, 400px); transform: rotate(3deg) translateY(15%); }
  .series-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .newsletter { grid-template-columns: 1fr; }
  .form-message { grid-column: 1; }
  .series-hero { grid-template-columns: 300px 1fr; gap: 35px; }
  .detail-copy h1 { letter-spacing: -3px; }
}
@media (max-width: 650px) {
  .site-header { width: min(calc(100% - 24px), var(--max)); height: 66px; }
  .header-actions .button { display: none; }
  .hero { width: calc(100% - 20px); margin-top: 3px; margin-bottom: 55px; border-radius: 23px; }
  .hero h1 { font-size: 54px; letter-spacing: -3.2px; }
  .hero-art { min-height: 390px; }
  .hero-copy { padding: 35px 23px 38px; }
  .hero-description { font-size: 15px; }
  .button { min-height: 46px; padding-inline: 17px; }
  .content-section { width: calc(100% - 24px); margin-bottom: 58px; }
  .section-heading h2, .newsletter h2 { font-size: 37px; }
  .carousel-actions { display: none; }
  .series-grid { display: flex; overflow-x: auto; margin-right: -12px; padding-right: 12px; scrollbar-width: none; scroll-snap-type: x mandatory; }
  .series-grid::-webkit-scrollbar { display: none; }
  .series-card { flex: 0 0 76%; scroll-snap-align: start; }
  .genres-section { padding: 34px 22px; }
  .newsletter { width: calc(100% - 24px); padding: 35px 22px; margin-bottom: 55px; }
  .newsletter-form { flex-direction: column; border-radius: 18px; background: transparent; border: 0; padding: 0; gap: 9px; box-shadow: none; }
  .newsletter-form input { min-height: 50px; border: 1px solid #d8d0de; border-radius: 999px; background: white; }
  .site-footer { width: calc(100% - 24px); grid-template-columns: 1fr; }
  .footer-links { justify-self: start; }
  .series-hero { width: calc(100% - 30px); margin-top: 30px; grid-template-columns: 1fr; gap: 35px; }
  .detail-poster { width: min(75vw, 330px); margin: auto; }
  .detail-copy h1 { font-size: 56px; }
  .episodes-section { width: calc(100% - 30px); }
  .episode-row { grid-template-columns: 38px 82px 1fr auto; padding: 14px 4px; }
  .episode-thumb { width: 82px; height: 52px; }
}

/* Phone-only presentation */
html {
  min-height: 100%;
  background: #25212b;
}
body {
  width: 100%;
  max-width: 430px;
  min-height: 100vh;
  margin: 0 auto;
  overflow-x: hidden;
  box-shadow: 0 0 70px rgba(0,0,0,.42);
}
body::before {
  position: absolute;
}
.site-header {
  position: sticky;
  top: 0;
  width: 100%;
  height: 62px;
  padding: max(10px, env(safe-area-inset-top)) 15px 8px;
  background: rgba(12,10,17,.88);
  border-bottom: 1px solid rgba(255,255,255,.07);
  backdrop-filter: blur(18px);
}
.brand { font-size: 17px; }
.brand img { width: 27px; height: 27px; }
.desktop-nav,
.header-actions .button { display: none; }
.header-actions .icon-button { width: 38px; height: 38px; }
.hero {
  width: 100%;
  min-height: 690px;
  margin: 0 0 44px;
  border: 0;
  border-radius: 0 0 28px 28px;
  grid-template-columns: 1fr;
  align-items: end;
}
.hero-art {
  grid-row: 1;
  min-height: 475px;
  align-items: flex-start;
}
.hero-art::after {
  content: "";
  position: absolute;
  inset: 38% 0 0;
  background: linear-gradient(transparent, #15101a 85%);
}
.hero-art img {
  width: 86%;
  max-width: 360px;
  height: 440px;
  object-fit: cover;
  object-position: center;
  transform: rotate(2deg) translateY(7%);
}
.hero-copy {
  grid-row: 2;
  margin-top: -192px;
  padding: 48px 21px 34px;
  background: linear-gradient(transparent, rgba(18,13,23,.98) 24%);
}
.hero h1 {
  max-width: 355px;
  font-size: 51px;
  line-height: .91;
  letter-spacing: -3.4px;
}
.hero-description {
  margin: 20px 0 16px;
  font-size: 14px;
  line-height: 1.55;
}
.hero-meta { gap: 8px 14px; font-size: 12px; }
.hero-buttons { margin-top: 22px; }
.hero-buttons .button { flex: 1; }
.content-section {
  width: calc(100% - 28px);
  margin-bottom: 52px;
}
.section-heading { margin-bottom: 18px; }
.section-heading h2,
.newsletter h2 { font-size: 36px; letter-spacing: -1.8px; }
.carousel-actions { display: none; }
.series-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 11px;
  overflow: visible;
  margin: 0;
  padding: 0;
}
.series-card { min-width: 0; }
.poster-wrap { border-radius: 15px; }
.rank-badge { left: 9px; top: 9px; min-width: 32px; height: 24px; font-size: 10px; }
.card-copy { padding: 10px 2px 0; }
.card-copy h3 { font-size: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.card-copy p { display: none; }
.card-meta { margin-top: 7px; }
.card-meta > span:not(.rating):not(.hot-badge) { display: none; }
.poster-overlay { display: none; }
.genres-section {
  width: calc(100% - 28px);
  padding: 30px 20px;
  border-radius: 22px;
}
.genre-list { gap: 8px; }
.genre-chip { padding: 10px 14px; font-size: 13px; }
.newsletter {
  width: calc(100% - 28px);
  margin-bottom: 48px;
  padding: 30px 20px;
  grid-template-columns: 1fr;
  border-radius: 22px;
}
.newsletter-form {
  display: grid;
  grid-template-columns: 1fr;
  border: 0;
  background: transparent;
  padding: 0;
  gap: 9px;
  border-radius: 0;
  box-shadow: none;
}
.newsletter-form input {
  min-height: 49px;
  border: 1px solid #d8d0de;
  border-radius: 999px;
  background: white;
}
.form-message { grid-column: 1; margin: -10px 2px 0; }
.site-footer {
  width: calc(100% - 28px);
  padding: 34px 0 calc(36px + env(safe-area-inset-bottom));
  grid-template-columns: 1fr;
  justify-items: start;
  gap: 12px;
}
.footer-links { justify-self: start; }
.search-panel { width: calc(100vw - 24px); max-width: 406px; }

/* Phone-only series detail */
.detail-header { position: sticky; }
.back-link { font-size: 12px; }
.series-hero {
  width: calc(100% - 28px);
  margin: 28px auto 55px;
  grid-template-columns: 1fr;
  gap: 32px;
}
.detail-poster { width: min(76vw, 320px); margin: auto; }
.detail-copy h1 { font-size: 54px; letter-spacing: -3px; }
.detail-tagline { font-size: 19px; }
.synopsis { font-size: 15px; }
.detail-copy .hero-buttons .button { flex: 1 1 150px; }
.episodes-section { width: calc(100% - 28px); margin-bottom: 55px; }
.episode-row { grid-template-columns: 27px 78px 1fr auto; gap: 9px; padding: 13px 2px; }
.episode-thumb { width: 78px; height: 50px; }
.episode-info strong { font-size: 14px; }
.episode-action { font-size: 12px; }
.compact-footer { grid-template-columns: 1fr; }
.watch-panel { width: calc(100vw - 20px); max-width: 410px; }
.watch-screen { height: min(74vh, 650px); }
