/* OnlyCams catalogue refresh — lacquer-black cinema with brass editorial accents. */
:root {
  --color-primary: #d8ad4a;
  --color-primary-light: #f4d47a;
  --color-primary-dark: #9d6f18;
  --color-primary-rgb: 216, 173, 74;
  --bg-primary: #070707;
  --bg-secondary: #10100f;
  --bg-card: #151513;
  --gold: #e6bc5a;
  --tabbar-active: #f1c968;
  --font-family: "Avenir Next", "Noto Sans SC", "PingFang SC", "Segoe UI", sans-serif;
}

body {
  background:
    radial-gradient(circle at 78% 8%, rgba(216, 173, 74, .08), transparent 32rem),
    linear-gradient(180deg, #080808 0%, #050505 100%);
}

#tab-home {
  min-height: 100vh;
  background: linear-gradient(90deg, rgba(255,255,255,.014) 1px, transparent 1px) 0 0 / 34px 34px;
}

.home-header {
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255,255,255,.055);
  background: rgba(7,7,7,.88);
  backdrop-filter: blur(24px) saturate(135%);
  -webkit-backdrop-filter: blur(24px) saturate(135%);
}

.home-brand {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 9px;
  color: #f4f0e5;
  letter-spacing: .14em;
}

.home-brand > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(239,199,103,.62);
  border-radius: 10px 2px 10px 2px;
  color: #0a0906;
  background: linear-gradient(145deg, #f1d47e, #a8781c);
  box-shadow: 0 8px 24px rgba(196,144,34,.2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}

.home-brand > b {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 700;
}

.search-bar {
  min-height: 40px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 12px;
  background: rgba(255,255,255,.045);
}

.search-bar:hover {
  border-color: rgba(216,173,74,.36);
  background: rgba(216,173,74,.06);
}

.age-chip,
.wallet-chip {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .08em;
}

.age-chip {
  min-width: 38px;
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.66);
}

.wallet-chip {
  gap: 7px;
  padding: 0 14px;
  border: 1px solid rgba(216,173,74,.34);
  color: #f1d17a;
  background: rgba(216,173,74,.08);
}

.wallet-chip:hover { background: rgba(216,173,74,.15); }

.home-banner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  min-height: 0;
  margin: 14px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  isolation: auto;
  aspect-ratio: auto;
}

.home-scroll-anchor {
  height: 0;
  scroll-margin-top: calc(var(--desktop-nav-height, 72px) + 12px);
}

.home-scroll-cue {
  display: none;
}

.featured-poster-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 620px;
  align-items: flex-end;
  overflow: hidden;
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px 3px 18px 3px;
  background: #121212;
  box-shadow: 0 24px 70px rgba(0,0,0,.46);
  isolation: isolate;
}

.featured-poster-card--empty {
  display: grid;
  place-content: center;
  color: rgba(239,204,112,.68);
  background: repeating-linear-gradient(135deg, rgba(255,255,255,.018) 0 1px, transparent 1px 12px), #11110f;
  text-align: center;
}
.featured-poster-card--empty span { font: 500 42px/1 var(--display-serif, Georgia, serif); letter-spacing: .15em; }
.featured-poster-card--empty small { margin-top: 10px; color: rgba(255,255,255,.38); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }

.featured-poster-number {
  position: absolute;
  z-index: 3;
  top: 22px;
  right: 24px;
  color: rgba(255,255,255,.55);
  font: 500 18px/1 var(--display-serif, Georgia, serif);
  letter-spacing: .08em;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  filter: saturate(.94) contrast(1.04);
  opacity: 1;
  animation: hero-arrive .8s var(--ease-out) both;
}

.hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(4,4,4,.97) 0%, rgba(4,4,4,.72) 30%, rgba(4,4,4,.12) 68%, transparent 100%),
    linear-gradient(90deg, rgba(4,4,4,.48), transparent 58%);
}

.hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  padding: 42px clamp(24px, 5vw, 72px);
}

.hero-copy { position: relative; z-index: 3; max-width: 560px; }

.hero-kicker,
.home-section-eyebrow {
  color: #dfbb62;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
}

.hero-kicker > span { width: 28px; height: 1px; background: #dfbb62; }

.hero-copy h1 {
  max-width: 18ch;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.4vw, 50px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: .98;
  text-wrap: balance;
}

.hero-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.hero-meta span {
  padding: 5px 9px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  color: rgba(255,255,255,.76);
  background: rgba(0,0,0,.2);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
}

.hero-copy p {
  max-width: 54ch;
  margin-top: 15px;
  overflow: hidden;
  color: rgba(255,255,255,.66);
  font-size: 13px;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.hero-actions { display: flex; align-items: center; gap: 10px; margin-top: 24px; }
.hero-primary,
.hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 750;
}
.hero-primary {
  color: #0d0b06;
  background: linear-gradient(135deg, #f2d783, #bd8520);
  box-shadow: 0 10px 28px rgba(191,137,30,.24);
}
.hero-primary--staged,
.hero-primary--placeholder {
  color: #eed899;
  background: rgba(216,173,74,.12);
  box-shadow: inset 0 0 0 1px rgba(216,173,74,.34);
}
.hero-secondary { color: rgba(255,255,255,.78); box-shadow: inset 0 0 0 1px rgba(255,255,255,.16); }

.hero-poster-shell {
  position: relative;
  width: min(100%, 220px);
  justify-self: end;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border: 1px solid rgba(242,215,131,.32);
  border-radius: 18px 3px 18px 3px;
  background: #181713;
  box-shadow: 22px 22px 50px rgba(0,0,0,.5);
  transform: rotate(2deg);
}

.hero-poster-shell::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,.08);
  content: "";
}

.hero-poster-shell img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-poster-fallback,
.card-poster-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(233,199,115,.62);
  background:
    linear-gradient(145deg, rgba(216,173,74,.14), transparent 50%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.018) 0 1px, transparent 1px 10px),
    #121210;
  font-family: Georgia, serif;
  font-size: 58px;
}

.hero-pagination {
  position: absolute;
  z-index: 4;
  right: 26px;
  bottom: 18px;
  display: flex;
  gap: 7px;
}

.hero-pagination button {
  width: 18px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255,255,255,.28);
  transition: width .25s ease, background .25s ease;
}

.hero-pagination button.active { width: 38px; background: #e4be62; }

@keyframes hero-arrive {
  from { opacity: 0; transform: scale(1.05); }
  to { opacity: 1; transform: scale(1); }
}

.catalog-pulse {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) auto auto;
  gap: 22px;
  align-items: center;
  width: min(calc(100% - 28px), 1168px);
  margin: 12px auto 14px;
  padding: 16px 18px;
  border: 1px solid rgba(216,173,74,.2);
  border-radius: 4px 16px 4px 16px;
  background: linear-gradient(90deg, rgba(216,173,74,.08), rgba(255,255,255,.025));
}

.catalog-pulse-copy { display: flex; align-items: center; gap: 12px; min-width: 0; }
.catalog-pulse-copy strong,
.catalog-pulse-copy span { display: block; }
.catalog-pulse-copy strong { color: #f4eedf; font-size: 13px; }
.catalog-pulse-copy div > span { margin-top: 2px; color: rgba(255,255,255,.45); font-size: 11px; }

.catalog-pulse-signal {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ddb957;
  box-shadow: 0 0 0 5px rgba(221,185,87,.1), 0 0 20px rgba(221,185,87,.5);
  animation: signal-pulse 2s ease-in-out infinite;
}

@keyframes signal-pulse {
  50% { box-shadow: 0 0 0 8px rgba(221,185,87,0), 0 0 24px rgba(221,185,87,.65); }
}

.catalog-pulse-metrics { display: flex; gap: 20px; }
.catalog-pulse-metrics div { display: grid; min-width: 64px; }
.catalog-pulse-metrics strong { color: #f2d27b; font-family: Georgia, serif; font-size: 20px; font-weight: 500; }
.catalog-pulse-metrics span { color: rgba(255,255,255,.4); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.catalog-pulse-action { color: #edd17f; font-size: 11px; font-weight: 750; white-space: nowrap; }

.cat-chips {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 8px 14px 12px;
  scrollbar-width: none;
}

.cat-chip {
  flex-shrink: 0;
  padding: 7px 13px;
  border: 1px solid rgba(255,255,255,.085);
  border-radius: 999px;
  color: rgba(255,255,255,.62);
  background: rgba(255,255,255,.025);
  font-size: 11px;
  transition: border-color .2s ease, color .2s ease, background .2s ease;
}

.cat-chip:hover,
.cat-chip--active {
  border-color: rgba(216,173,74,.44);
  color: #f0d07b;
  background: rgba(216,173,74,.09);
}

.cat-chip span { margin-left: 5px; color: rgba(239,205,117,.6); font-size: 9px; }

.home-section { padding-top: 28px; }
.home-section-header { align-items: flex-end; margin-bottom: 14px; }
.home-section-eyebrow { margin-bottom: 5px; opacity: .78; }
.home-section-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 500;
  letter-spacing: -.025em;
}
.home-more-btn,
.catalog-count { color: rgba(255,255,255,.43); font-size: 11px; letter-spacing: .05em; }
.home-more-btn:hover { color: #e7c467; }

#tab-home .drama-card { position: relative; overflow: visible; }
#tab-home .drama-card .card-poster {
  border: 1px solid rgba(255,255,255,.075);
  border-radius: 13px 3px 13px 3px;
  box-shadow: 0 14px 30px rgba(0,0,0,.28);
  isolation: isolate;
}

#tab-home .drama-card:hover .card-poster {
  border-color: rgba(216,173,74,.4);
  box-shadow: 0 18px 34px rgba(0,0,0,.42), 0 0 0 1px rgba(216,173,74,.08);
}

#tab-home .drama-card .card-poster img {
  position: relative;
  z-index: 1;
  transition: opacity .4s ease, transform .5s var(--ease-out);
}
#tab-home .drama-card:hover .card-poster img { transform: scale(1.035); }
.card-poster-fallback { z-index: 0; font-size: 42px; }
.card-poster-veil {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(5,5,5,.12), rgba(5,5,5,.76));
}

.card-state {
  position: absolute;
  z-index: 4;
  top: 9px;
  left: 9px;
  padding: 4px 7px;
  border-radius: 999px;
  color: #090806;
  background: #eccb73;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .11em;
}

.card-state--staged { color: #f2d991; background: rgba(14,12,7,.76); box-shadow: inset 0 0 0 1px rgba(230,188,90,.48); }
.card-state--placeholder { color: rgba(255,255,255,.7); background: rgba(10,10,10,.7); box-shadow: inset 0 0 0 1px rgba(255,255,255,.16); }

.card-rank {
  position: absolute;
  z-index: 4;
  bottom: 9px;
  left: 9px;
  display: grid;
  min-width: 34px;
  height: 28px;
  padding: 0 8px;
  place-items: center;
  color: #f2d27d;
  border: 1px solid rgba(231,196,103,.42);
  border-radius: 999px;
  background: rgba(5,5,5,.68);
  box-shadow: 0 6px 18px rgba(0,0,0,.24);
  font-family: var(--display-serif, Georgia, serif);
  font-size: 11px;
  letter-spacing: .03em;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.card-play-cue {
  position: absolute;
  z-index: 4;
  right: 9px;
  bottom: 9px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  color: #fff;
  background: rgba(5,5,5,.55);
  backdrop-filter: blur(8px);
  font-size: 10px;
}

#tab-home .drama-card .card-title {
  margin-top: 9px;
  font-family: Georgia, "Noto Serif SC", serif;
  font-size: 14px;
  line-height: 1.35;
}

#tab-home .drama-card .card-meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: rgba(255,255,255,.4);
  font-size: 9px;
  letter-spacing: .025em;
}

.drama-card--placeholder .card-title { color: rgba(255,255,255,.68) !important; }

.home-archive-section .home-section-header { align-items: flex-start; }
.home-section-intro {
  max-width: 62ch;
  margin: 8px 0 0;
  color: rgba(255,255,255,.48);
  font-size: 12px;
  line-height: 1.55;
}

.drama-catalog-waterfall {
  column-count: 1;
  column-gap: 12px;
}

#tab-home .drama-card--detailed {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 14px;
  width: 100%;
  margin: 0 0 12px;
  padding: 10px;
  break-inside: avoid;
  border: 1px solid rgba(255,255,255,.075);
  border-radius: 16px 4px 16px 4px;
  background: linear-gradient(145deg, rgba(216,173,74,.045), transparent 46%), rgba(255,255,255,.025);
  box-shadow: 0 12px 30px rgba(0,0,0,.2);
}

#tab-home .drama-card--detailed .card-poster {
  width: 112px;
  aspect-ratio: 2 / 3;
  align-self: start;
}

.drama-card--detailed .card-copy { min-width: 0; padding: 3px 3px 3px 0; }
.card-facts { display: flex; flex-wrap: wrap; gap: 5px; }
.card-facts span,
.card-tags span {
  padding: 3px 6px;
  border: 1px solid rgba(255,255,255,.095);
  border-radius: 999px;
  color: rgba(255,255,255,.54);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

#tab-home .drama-card--detailed .card-title {
  min-height: 0;
  margin-top: 9px;
  padding: 0;
  overflow: visible;
  font-size: 17px;
  line-height: 1.12;
  white-space: normal;
}

.card-description {
  display: -webkit-box;
  margin: 8px 0 0;
  overflow: hidden;
  color: rgba(255,255,255,.52);
  font-size: 10px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.card-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 9px; }
.card-tags span { color: #d9ba6d; border-color: rgba(216,173,74,.17); background: rgba(216,173,74,.045); text-transform: none; }

#tab-home .drama-card--detailed .card-meta {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 10px;
  padding: 0;
  line-height: 1.45;
}

.card-detail-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 11px;
  padding-top: 9px;
  color: rgba(239,204,112,.8);
  border-top: 1px solid rgba(255,255,255,.065);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.card-detail-action b { font-size: 12px; font-weight: 500; }

.catalog-load-more {
  display: grid;
  width: min(100%, 420px);
  min-height: 58px;
  margin: 26px auto 0;
  place-content: center;
  color: #edce79;
  border: 1px solid rgba(216,173,74,.3);
  border-radius: 14px 3px 14px 3px;
  background: rgba(216,173,74,.055);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
}
.catalog-load-more small { margin-top: 4px; color: rgba(255,255,255,.35); font-size: 8px; font-weight: 650; }
.catalog-load-more:disabled { cursor: wait; opacity: .5; }

/* Reference-inspired poster stream: the artwork remains primary while the full
   catalog metadata stays readable in the lower photographic scrim. */
#tab-home .drama-card--detailed {
  position: relative;
  display: block;
  min-height: 480px;
  overflow: hidden;
  padding: 0;
  border-radius: 18px 3px 18px 3px;
  background: #111;
  isolation: isolate;
}

#tab-home .drama-card--detailed .card-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: inherit;
  box-shadow: none;
  aspect-ratio: auto;
}

#tab-home .drama-card--detailed .card-poster::after {
  position: absolute;
  z-index: 3;
  inset: 0;
  background: linear-gradient(0deg, rgba(4,4,4,.98) 0%, rgba(4,4,4,.77) 34%, rgba(4,4,4,.08) 70%);
  content: "";
}

#tab-home .drama-card--detailed .card-copy {
  position: relative;
  z-index: 5;
  display: flex;
  min-height: 480px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 150px 18px 18px;
}

#tab-home .drama-card--detailed .card-title {
  color: #fff;
  font-size: clamp(24px, 7vw, 34px);
  line-height: 1.02;
  text-shadow: 0 2px 18px rgba(0,0,0,.85);
}

#tab-home .drama-card--detailed .card-description { color: rgba(255,255,255,.68); font-size: 11px; -webkit-line-clamp: 4; }
#tab-home .drama-card--detailed .card-detail-action { color: #f0ce75; }

.player-stage { overflow: hidden; background: #050505; }
.player-ambient {
  position: absolute;
  inset: -30px;
  z-index: 0;
  background-position: center;
  background-size: cover;
  filter: blur(28px) brightness(.34) saturate(.75);
  opacity: 0;
  transform: scale(1.12);
  transition: opacity .3s ease;
}
.player-stage--landscape .player-ambient,
.player-stage--square .player-ambient { opacity: 1; }
.player-stage .drama-video { z-index: 1; }
.player-stage .pl-progress,
.player-stage .pl-buffering,
.player-stage .player-play-overlay { z-index: 5; }

.player-landscape-button {
  position: absolute;
  z-index: 12;
  top: calc(env(safe-area-inset-top) + 72px);
  right: 14px;
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 6px;
  padding: 0 11px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: rgba(0,0,0,.52);
  box-shadow: 0 4px 18px rgba(0,0,0,.28);
  font-size: 11px;
  font-weight: 750;
  backdrop-filter: blur(10px);
}

.player-inline-error {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 7px;
  padding: 24px;
  color: rgba(255,255,255,.66);
  background: rgba(5,5,5,.82);
  text-align: center;
}
.player-inline-error strong { color: #fff; font-family: Georgia, serif; font-size: 22px; }
.player-inline-error span { font-size: 12px; }

.stage-loading {
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 14px;
  color: rgba(255,255,255,.5);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.content-holding-state {
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 32px;
  color: #fff;
  text-align: center;
}
.holding-art {
  position: absolute;
  inset: -4%;
  width: 108%;
  height: 108%;
  object-fit: cover;
  filter: blur(12px) brightness(.38);
  transform: scale(1.04);
}
.holding-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,4,4,.35), #070707 83%); }
.holding-back {
  position: absolute;
  z-index: 3;
  top: 18px;
  left: 18px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 50%;
  color: #fff;
  background: rgba(0,0,0,.25);
  font-size: 28px;
}
.holding-copy,
.content-holding-state > div:not(.holding-scrim) { position: relative; z-index: 2; width: min(100%, 560px); }
.holding-kicker { color: #e7c464; font-size: 10px; font-weight: 850; letter-spacing: .2em; }
.holding-copy h1,
.content-holding-state h1 {
  margin-top: 12px;
  font-family: Georgia, "Noto Serif SC", serif;
  font-size: clamp(30px, 7vw, 52px);
  font-weight: 500;
  line-height: 1.04;
}
.holding-copy p,
.content-holding-state p { margin: 14px auto 0; max-width: 42ch; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.6; }
.holding-progress { width: min(100%, 280px); height: 2px; margin: 24px auto 0; overflow: hidden; background: rgba(255,255,255,.12); }
.holding-progress span { display: block; height: 100%; background: #e3bd5c; }
.holding-action {
  min-height: 44px;
  margin-top: 26px;
  padding: 0 20px;
  border: 1px solid rgba(227,189,92,.5);
  border-radius: 999px;
  color: #f1d581;
  background: rgba(227,189,92,.08);
  font-size: 12px;
  font-weight: 750;
}

.stage-episode-caption {
  position: absolute;
  z-index: 14;
  left: 16px;
  right: 82px;
  bottom: 22px;
  display: grid;
  text-shadow: 0 2px 8px #000;
}
.stage-episode-caption > span { color: #e9c765; font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.stage-episode-caption strong {
  margin-top: 4px;
  overflow: hidden;
  color: #fff;
  font-family: Georgia, "Noto Serif SC", serif;
  font-size: 17px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stage-episode-caption small { margin-top: 2px; color: rgba(255,255,255,.56); font-size: 10px; }

@media (max-width: 767px) {
  .home-brand > b,
  .wallet-chip { display: none; }
  .home-header { gap: 7px; }
  .watch-stage .stage-episode-caption { display: none; }
  .home-banner { min-height: 0; margin: 8px 10px 12px; }
  .home-featured-grid { display: flex; gap: 8px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .home-featured-grid::-webkit-scrollbar { display: none; }
  .featured-poster-card { min-height: min(68vh, 570px); flex: 0 0 calc(100% - 30px); padding: 24px 18px 30px; scroll-snap-align: start; }
  .hero-content { grid-template-columns: minmax(0, 1fr); padding: 28px 18px 40px; }
  .hero-copy h1 { font-size: clamp(27px, 8vw, 39px); }
  .hero-copy p { display: -webkit-box; font-size: 11px; -webkit-line-clamp: 3; }
  .hero-poster-shell { width: 112px; border-radius: 12px 2px 12px 2px; }
  .hero-actions { margin-top: 18px; }
  .hero-secondary { display: none; }
  .catalog-pulse { grid-template-columns: 1fr auto; gap: 14px; width: calc(100% - 20px); margin-top: 8px; padding: 14px; }
  .catalog-pulse-copy div > span { max-width: 44vw; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .catalog-pulse-metrics div:last-child,
  .catalog-pulse-action { display: none; }
  .home-section { padding-right: 12px; padding-left: 12px; }
  .home-section-title { font-size: 23px; }
  .card-state { top: 7px; left: 7px; }
  .home-archive-section .home-section-header { display: grid; gap: 8px; }
  .home-archive-section .catalog-count { justify-self: start; }
}

@media (min-width: 600px) and (max-width: 767px) {
  .drama-catalog-waterfall { column-count: 2; }
}

@media (min-width: 768px) {
  .home-header { top: 64px; }
  .home-banner { width: min(calc(100% - 32px), 1168px); min-height: 470px; aspect-ratio: auto; }
  .home-scroll-cue {
    position: absolute;
    z-index: 8;
    bottom: 16px;
    left: 50%;
    display: flex;
    min-height: 36px;
    align-items: center;
    gap: 8px;
    padding: 0 13px;
    color: rgba(255,255,255,.78);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    background: rgba(4,4,4,.68);
    box-shadow: 0 8px 24px rgba(0,0,0,.35);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    transform: translateX(-50%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: color .2s ease, border-color .2s ease, background .2s ease;
  }
  .home-scroll-cue:hover {
    color: #f1cf75;
    border-color: rgba(216,173,74,.55);
    background: rgba(8,8,8,.84);
  }
  .home-scroll-cue b {
    color: #e8c568;
    font-size: 14px;
    animation: home-scroll-cue 1.45s ease-in-out infinite;
  }
  .home-section,
  .cat-chips { max-width: 1168px; }
  .tabbar-brand::after {
    margin-left: 9px;
    color: rgba(216,173,74,.62);
    content: "/ AFTER DARK";
    font-family: var(--font-family);
    font-size: 9px;
    letter-spacing: .15em;
  }
}

@keyframes home-scroll-cue {
  0%, 100% { transform: translateY(-2px); }
  50% { transform: translateY(3px); }
}
