/* LookFantastic creator storefront — Hannah Renée */

* { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --black: #000;
  --ink: #0a0a0a;
  --ink-2: #1a1a1a;
  --paper: #fff;
  --cream: #faf8f5;
  --line: #e6e4df;
  --line-d: #1f1f1f;
  --muted: #6b6b6b;
  --muted-d: #9a9a96;
  --red: #e40046;
  --gold: #c9a875;

  --serif: "Fraunces", "Canela", "Tiempos", "Didot", Georgia, serif;
  --sans: "Inter", "Helvetica Neue", -apple-system, system-ui, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, "SF Mono", monospace;
}

html, body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; }
button { font: inherit; cursor: pointer; border: 0; background: transparent; color: inherit; }

/* ───────── LookFantastic Chrome ───────── */
.sephora-chrome {
  position: sticky; top: 0; z-index: 50;
  background: #000; color: #fff;
}
.sc-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 32px; gap: 24px;
  border-bottom: 1px solid #1a1a1a;
}
.sc-left, .sc-right { display: flex; align-items: center; gap: 18px; }
.sc-burger {
  display: flex; flex-direction: column; gap: 3px;
  width: 22px; height: 18px; justify-content: center;
}
.sc-burger span { display: block; height: 1px; background: #fff; }
.sc-logo {
  font-family: var(--sans);
  font-size: 22px; font-weight: 800; letter-spacing: 0.18em;
  color: #fff; text-decoration: none;
}
.sc-nav { display: flex; gap: 26px; }
.sc-nav a {
  color: #fff; text-decoration: none;
  font-size: 12px; font-weight: 500; letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 6px 0;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}
.sc-nav a:hover { border-color: #fff; }
.sc-nav .sc-active {
  color: var(--red);
  font-weight: 600;
}
.sc-search {
  display: flex; align-items: center; gap: 8px;
  padding: 8px 14px;
  background: #111; border: 1px solid #222; border-radius: 999px;
  color: #999;
  font-size: 12px;
  min-width: 200px;
}
.sc-icon {
  color: #fff; text-decoration: none; font-size: 12px;
  display: flex; align-items: center; gap: 6px;
  position: relative;
  letter-spacing: 0.02em;
}
.sc-bag-count {
  position: absolute; top: -6px; right: -8px;
  background: var(--red); color: #fff;
  font-size: 9px; font-weight: 700;
  width: 16px; height: 16px;
  border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
}
.sc-bread {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 32px;
  font-size: 11px; color: #888; letter-spacing: 0.05em;
  background: #050505;
}
.sc-bread .sc-sep { color: #444; }
.sc-bread .sc-current { color: #fff; }

/* ───────── Section heads ───────── */
.section-eye {
  font-size: 10px; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--muted);
  margin-bottom: 14px;
}
.section-title {
  font-family: var(--serif);
  font-size: clamp(36px, 4.6vw, 64px);
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: -0.02em;
  max-width: 16ch;
}
.section-title em {
  font-style: italic;
  font-weight: 300;
  color: var(--muted);
}
.section-sub {
  font-size: 16px;
  color: var(--muted);
  margin-top: 14px;
  max-width: 56ch;
  line-height: 1.55;
}
.section-head { padding: 0 0 36px; }

/* ───────── Buttons ───────── */
.btn-pri {
  background: #000; color: #fff;
  padding: 14px 26px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 0;
  transition: background 0.2s, transform 0.2s;
}
.btn-pri:hover { background: var(--red); }
.btn-pri:active { transform: translateY(1px); }
.btn-sec {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 18px;
  background: transparent; color: inherit;
  border: 1px solid currentColor;
  font-size: 12px; font-weight: 500; letter-spacing: 0.08em;
  text-transform: uppercase;
}
.btn-sec-l {
  padding: 14px 22px;
  background: transparent; color: #fff;
  border: 1px solid rgba(255,255,255,0.4);
  font-size: 12px; font-weight: 500; letter-spacing: 0.1em;
  text-transform: uppercase;
}
.btn-sec-l:hover { border-color: #fff; }

/* ───────── HERO: Full-bleed reel ───────── */
.hero-fullbleed { position: relative; height: 100vh; min-height: 720px; max-height: 900px; background: #000; color: #fff; }
.hf-stage { position: absolute; inset: 0; overflow: hidden; }
.hf-bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover;
  filter: blur(2px) brightness(0.45) saturate(0.9);
  transform: scale(1.05);
}
.hf-vignette {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 30% 40%, transparent 20%, rgba(0,0,0,0.6) 80%),
    linear-gradient(180deg, rgba(0,0,0,0.4) 0%, transparent 30%, rgba(0,0,0,0.7) 100%);
}
.hf-info {
  position: absolute; left: 6%; top: 50%; transform: translateY(-50%);
  width: min(540px, 42vw);
  z-index: 3;
}
.hf-eyebrow {
  font-size: 11px; font-weight: 600; letter-spacing: 0.2em;
  color: rgba(255,255,255,0.6);
  margin-bottom: 24px;
}
.hf-name {
  font-family: var(--serif);
  font-size: clamp(72px, 9vw, 144px);
  line-height: 0.92;
  font-weight: 300;
  letter-spacing: -0.03em;
  color: #fff;
  display: flex; flex-direction: column;
}
.hf-name-italic { font-style: italic; font-weight: 300; opacity: 0.9; }
.hf-title {
  margin-top: 18px;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}
.hf-bio {
  margin-top: 22px;
  font-size: 16px;
  color: rgba(255,255,255,0.82);
  line-height: 1.55;
  max-width: 38ch;
}
.hf-cta {
  display: flex; gap: 12px; margin-top: 28px;
}
.hf-cta .btn-pri { background: #fff; color: #000; }
.hf-cta .btn-pri:hover { background: var(--red); color: #fff; }
.hf-cta .btn-sec { color: #fff; border-color: rgba(255,255,255,0.5); }
.hf-cta .btn-sec:hover { border-color: #fff; }

.hf-stats {
  display: flex; gap: 28px;
  margin-top: 38px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.18);
  align-items: flex-start;
}
.hf-stats > div { display: flex; flex-direction: column; gap: 2px; }
.hf-stats b {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.hf-stats span {
  font-size: 10px; letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.hf-rating { flex-direction: row !important; align-items: baseline !important; gap: 8px; }
.hf-rating b { font-size: 18px; }
.hf-stars { display: inline-flex; gap: 1px; color: #fff; }

.hf-reel {
  position: absolute;
  right: 8%; top: 50%; transform: translateY(-50%);
  width: 320px; height: 568px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.08);
  z-index: 2;
}
.hf-reel img { width: 100%; height: 100%; object-fit: cover; }
.hf-reel-grain {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.7) 100%);
  pointer-events: none;
}
.hf-reel-progress {
  position: absolute; top: 14px; left: 14px; right: 14px;
  height: 2px; background: rgba(255,255,255,0.25);
  border-radius: 1px;
}
.hf-reel-bar { width: 38%; height: 100%; background: #fff; border-radius: 1px; animation: hf-progress 8s linear infinite; }
@keyframes hf-progress { 0% { width: 0; } 100% { width: 100%; } }
.hf-reel-controls {
  position: absolute; top: 28px; right: 14px;
  display: flex; flex-direction: column; gap: 8px;
}
.hf-reel-controls button {
  width: 32px; height: 32px;
  border-radius: 999px;
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(8px);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px;
}
.pause-bars { display: inline-flex; gap: 3px; }
.pause-bars i { display: block; width: 3px; height: 11px; background: #fff; }
.hf-reel-caption {
  position: absolute; left: 16px; right: 16px; bottom: 18px;
}
.hf-reel-tag {
  display: inline-block;
  font-size: 9px; font-weight: 700; letter-spacing: 0.18em;
  background: var(--red); color: #fff;
  padding: 4px 8px;
  margin-bottom: 8px;
}
.hf-reel-title {
  font-family: var(--serif);
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  color: #fff;
  line-height: 1.1;
}
.hf-floor {
  position: absolute; left: 6%; right: 6%; bottom: 22px;
  display: flex; justify-content: space-between;
  font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  z-index: 3;
}

/* ───────── HERO: Split editorial ───────── */
.hero-split {
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: 100vh; max-height: 920px;
  background: var(--cream);
}
.hs-portrait {
  position: relative; overflow: hidden;
  background: #1a1a1a;
}
.hs-portrait img {
  width: 100%; height: 100%; object-fit: cover;
}
.hs-portrait-tag {
  position: absolute; left: 24px; bottom: 24px;
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(12px);
  color: #fff;
  padding: 10px 16px;
  font-size: 11px; letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 999px;
}
.hs-info {
  padding: 80px 80px 60px;
  display: flex; flex-direction: column;
  justify-content: center;
}
.hs-info .hf-eyebrow { color: var(--muted); }
.hs-name {
  font-family: var(--serif);
  font-size: clamp(80px, 8.5vw, 152px);
  line-height: 0.88;
  font-weight: 300;
  letter-spacing: -0.035em;
  margin-bottom: 30px;
}
.hs-name em { font-style: italic; color: var(--muted); font-weight: 300; }
.hs-rule {
  width: 64px; height: 1px; background: var(--ink);
  margin-bottom: 20px;
}
.hs-title {
  font-size: 12px; letter-spacing: 0.16em;
  text-transform: uppercase;
}
.hs-bio {
  margin-top: 22px;
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink);
  max-width: 44ch;
}
.hs-meta {
  margin: 32px 0 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}
.hs-meta-row {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 8px 0;
  font-size: 13px;
}
.hs-meta-row span {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hs-meta-row b {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 18px;
}
.hs-rating { display: inline-flex; align-items: baseline; gap: 6px; }
.hs-rating .hf-stars { color: var(--ink); }

/* ───────── HERO: Cinema Marquee (restored original) ───────── */
.hero-marquee {
  background: #000;
  color: #fff;
  padding: 60px 6% 70px;
  min-height: 100vh;
  display: flex; flex-direction: column;
}
.hm-eyebrow {
  display: flex; justify-content: space-between;
  font-size: 11px; letter-spacing: 0.18em;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,0.18);
}
.hm-name {
  display: flex; flex-direction: column;
  font-family: var(--serif);
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 0.85;
  margin: 30px 0 26px;
}
.hm-line1 {
  font-size: clamp(110px, 14vw, 240px);
}
.hm-line2 {
  font-size: clamp(110px, 14vw, 240px);
  font-style: italic;
  color: rgba(255,255,255,0.65);
  text-align: right;
}
.hm-tagline {
  font-size: 14px; letter-spacing: 0.06em;
  color: rgba(255,255,255,0.7);
  margin-bottom: 36px;
  font-family: var(--serif);
}
.hm-tagline em { font-style: italic; }
.hm-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-bottom: 32px;
  min-height: 380px;
}
.hm-tile {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  background: #111;
  transition: transform 0.4s cubic-bezier(.2,.7,.3,1);
}
.hm-tile:hover { transform: translateY(-4px); }
.hm-tile img { width: 100%; height: 100%; object-fit: cover; }
.hm-tile-grain {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.85) 100%);
}
.hm-tile-meta {
  position: absolute; top: 12px; left: 12px;
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(8px);
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 10px; letter-spacing: 0.08em;
}
.hm-tile-title {
  position: absolute; left: 14px; right: 14px; bottom: 14px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  font-weight: 300;
}
.hm-tile-0 { grid-row: span 2; }
.hm-floor {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.18);
}
.hm-floor .btn-pri { background: #fff; color: #000; }
.hm-floor .btn-pri:hover { background: var(--red); color: #fff; }
.hm-quote {
  font-family: var(--serif);
  font-style: italic;
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  max-width: 50ch;
  text-align: right;
}

/* ───────── HERO: Broadcast (vertical-reel TV channel) ───────── */
.hero-broadcast {
  position: relative;
  background: #000;
  color: #fff;
  min-height: 100vh;
  display: flex; flex-direction: column;
  padding: 18px 4% 0;
  gap: 18px;
  overflow: hidden;
  isolation: isolate;
}
.hb-backdrop {
  position: absolute; inset: -40px;
  z-index: 0;
}
.hb-backdrop-img {
  width: 100%; height: 100%; object-fit: cover;
  filter: blur(60px) saturate(1.3);
  transform: scale(1.2);
  opacity: 0.45;
  animation: hb-bg-fade 1.2s ease;
}
@keyframes hb-bg-fade { from { opacity: 0; } to { opacity: 0.45; } }
.hb-backdrop-tint {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse at 50% 60%, transparent 30%, rgba(0,0,0,0.85) 90%),
    linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 30%, rgba(0,0,0,0.85) 100%);
}
.hb-grain {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  opacity: 0.05;
  mix-blend-mode: overlay;
}

/* Channel chrome */
.hb-chrome {
  position: relative; z-index: 4;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 10.5px; letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
}
.hb-chrome-l, .hb-chrome-r { display: flex; align-items: center; gap: 14px; }
.hb-live {
  display: inline-flex; align-items: center; gap: 7px;
  color: var(--red);
  font-weight: 700;
  letter-spacing: 0.2em;
}
.hb-live-dot {
  width: 7px; height: 7px;
  border-radius: 999px;
  background: var(--red);
  animation: hb-pulse 1.4s ease-in-out infinite;
}
@keyframes hb-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(228,0,70,0.55); }
  50% { box-shadow: 0 0 0 6px rgba(228,0,70,0); }
}
.hb-divider { width: 1px; height: 12px; background: rgba(255,255,255,0.18); }
.hb-channel, .hb-viewers { color: #fff; font-weight: 600; }
.hb-clock { font-family: var(--mono); color: #fff; letter-spacing: 0.05em; }

/* Editorial name strip */
.hb-name-strip {
  position: relative; z-index: 4;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 36px;
  align-items: end;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  padding-bottom: 14px;
}
.hb-name {
  font-family: var(--serif);
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 0.85;
  font-size: clamp(72px, 9vw, 144px);
  display: flex; align-items: baseline; gap: 0.3em;
}
.hb-name-italic { font-style: italic; color: rgba(255,255,255,0.6); }
.hb-name-italic em { font-style: italic; }
.hb-byline-col { display: flex; flex-direction: column; gap: 6px; padding-bottom: 18px; }
.hb-byline {
  font-family: var(--serif);
  font-style: italic;
  font-size: 17px;
  color: rgba(255,255,255,0.85);
}
.hb-stats { display: flex; gap: 18px; font-size: 11px; color: rgba(255,255,255,0.6); letter-spacing: 0.08em; text-transform: uppercase; }
.hb-stats b { color: #fff; font-weight: 600; }

/* The reel wall — 5 vertical reels in a horizontal row, center one large */
.hb-wall {
  position: relative; z-index: 3;
  flex: 1;
  display: flex; align-items: center; justify-content: center;
  gap: 14px;
  perspective: 1400px;
  min-height: 480px;
  padding: 8px 0;
}
.hb-reel {
  position: relative;
  flex: 0 0 auto;
  width: 200px;
  height: 460px;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(.2,.7,.3,1);
  transform-style: preserve-3d;
}
.hb-reel.is-active {
  width: 320px;
  height: 560px;
  z-index: 50;
}
/* off-screen scaling for distant reels */
.hb-reel:not(.is-active) {
  opacity: 0.78;
  filter: brightness(0.88) saturate(0.95);
}
.hb-reel:not(.is-active):hover {
  opacity: 0.95;
  filter: brightness(1) saturate(1);
  transform: translateY(-4px);
}
.hb-reel-frame {
  position: relative;
  width: 100%; height: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #111;
  box-shadow:
    0 24px 60px rgba(0,0,0,0.6),
    0 0 0 1px rgba(255,255,255,0.08) inset;
}
.hb-reel.is-active .hb-reel-frame {
  box-shadow:
    0 30px 90px rgba(0,0,0,0.8),
    0 0 0 1px rgba(255,255,255,0.18) inset,
    0 0 60px rgba(228,0,70,0.15);
}
.hb-reel-frame img.hb-reel-img {
  width: 100%; height: 100%; object-fit: cover;
  display: block;
  will-change: transform;
}
.hb-reel-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  background: #000;
}
.hb-zoom-in { animation: hb-zoom-in 14s ease-out infinite alternate; }
.hb-zoom-slow { animation: hb-zoom-slow 22s ease-in-out infinite alternate; opacity: 0.92; }
@keyframes hb-zoom-in {
  0% { transform: scale(1.05) translate(0, 0); }
  100% { transform: scale(1.18) translate(-2%, -3%); }
}
@keyframes hb-zoom-slow {
  0% { transform: scale(1.02); }
  100% { transform: scale(1.1); }
}
.hb-reel-vignette {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, transparent 22%, transparent 55%, rgba(0,0,0,0.9) 100%);
  pointer-events: none;
}

.hb-reel-badge {
  position: absolute; top: 12px; left: 12px;
  display: flex; flex-direction: column; gap: 4px;
}
.hb-reel-ep {
  font-family: var(--mono);
  font-size: 9px; font-weight: 700; letter-spacing: 0.18em;
  color: #fff;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(8px);
  padding: 4px 7px;
  border-radius: 3px;
  align-self: flex-start;
}
.hb-reel-tag {
  font-size: 8.5px; font-weight: 700; letter-spacing: 0.18em;
  color: var(--red);
  background: #fff;
  padding: 3px 6px;
  border-radius: 2px;
  align-self: flex-start;
}

.hb-reel-controls {
  position: absolute; top: 12px; right: 12px;
  display: flex; gap: 6px;
}
.hb-reel-controls button {
  width: 30px; height: 30px;
  border-radius: 999px;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(10px);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,0.15);
}
.hb-reel-controls button:hover { background: rgba(0,0,0,0.85); }

.hb-reel-bottom {
  position: absolute; left: 18px; right: 18px; bottom: 28px;
}
.hb-reel-meta {
  display: flex; align-items: center; gap: 8px;
  font-size: 10px; letter-spacing: 0.12em;
  color: rgba(255,255,255,0.85);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.hb-reel-meta span { display: inline-flex; align-items: center; gap: 5px; }
.hb-reel-dot { width: 3px; height: 3px; border-radius: 999px; background: rgba(255,255,255,0.4); }
.hb-reel-title {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: #fff;
  margin-bottom: 6px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.5);
}
.hb-reel-cap {
  font-family: var(--serif);
  font-size: 13px;
  color: rgba(255,255,255,0.85);
  line-height: 1.4;
  margin-bottom: 14px;
}
.hb-reel-cta { display: flex; gap: 8px; }
.hb-btn-watch {
  display: inline-flex; align-items: center; gap: 6px;
  background: #fff; color: #000;
  padding: 9px 14px;
  font-size: 10px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 999px;
}
.hb-btn-watch:hover { background: var(--red); color: #fff; }
.hb-btn-shop {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
  color: #fff;
  padding: 9px 14px;
  font-size: 10px; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
}
.hb-btn-shop:hover { background: rgba(255,255,255,0.18); }

.hb-reel-progress {
  position: absolute; left: 18px; right: 18px; bottom: 14px;
  height: 2px;
  background: rgba(255,255,255,0.2);
  border-radius: 1px;
  overflow: hidden;
}
.hb-reel-progress-bar {
  height: 100%;
  background: var(--red);
  width: 0%;
  animation: hb-progress 10s linear infinite;
  box-shadow: 0 0 8px rgba(228,0,70,0.7);
}
@keyframes hb-progress { from { width: 0%; } to { width: 100%; } }

/* Inactive reels: keep just the peek caption, no full UI */
.hb-reel-dim {
  position: absolute; left: 12px; right: 12px; bottom: 14px;
}
.hb-reel-peek-tag {
  font-size: 8.5px; font-weight: 700; letter-spacing: 0.16em;
  color: var(--red);
  margin-bottom: 4px;
}
.hb-reel-peek-title {
  font-family: var(--serif);
  font-style: italic;
  font-size: 15px;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 3px;
}
.hb-reel-peek-dur {
  font-size: 10px;
  color: rgba(255,255,255,0.65);
  font-family: var(--mono);
}

/* Channel guide / chapter strip */
.hb-guide {
  position: relative; z-index: 4;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 12px;
}
.hb-guide-cell {
  position: relative;
  display: flex; flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 8px 12px;
  border-radius: 4px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  transition: all 0.2s;
  overflow: hidden;
  min-height: 56px;
}
.hb-guide-cell:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,255,255,0.15);
}
.hb-guide-cell.active {
  background: rgba(255,255,255,0.1);
  border-color: rgba(228,0,70,0.5);
  box-shadow: inset 0 2px 0 var(--red);
}
.hb-guide-num {
  font-family: var(--mono);
  font-size: 9px; letter-spacing: 0.16em;
  color: rgba(255,255,255,0.6);
  margin-bottom: 4px;
}
.hb-guide-cell.active .hb-guide-num { color: var(--red); }
.hb-guide-title {
  font-family: var(--serif);
  font-style: italic;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 2px;
}
.hb-guide-dur {
  font-size: 10px;
  color: rgba(255,255,255,0.55);
  font-family: var(--mono);
}
.hb-guide-eq {
  position: absolute; top: 10px; right: 12px;
  display: flex; align-items: flex-end; gap: 2px;
  height: 12px;
}
.hb-guide-eq span {
  width: 2px;
  background: var(--red);
  border-radius: 1px;
  animation: hb-eq 0.9s ease-in-out infinite;
}
.hb-guide-eq span:nth-child(1) { height: 40%; animation-delay: 0s; }
.hb-guide-eq span:nth-child(2) { height: 100%; animation-delay: 0.15s; }
.hb-guide-eq span:nth-child(3) { height: 60%; animation-delay: 0.3s; }
.hb-guide-eq span:nth-child(4) { height: 80%; animation-delay: 0.45s; }
@keyframes hb-eq {
  0%, 100% { transform: scaleY(0.4); }
  50% { transform: scaleY(1); }
}

/* Live ticker */
.hb-ticker {
  position: relative; z-index: 4;
  display: flex; align-items: stretch;
  height: 34px;
  margin: 0 -4%;
  border-top: 1px solid rgba(255,255,255,0.12);
  background: linear-gradient(180deg, #050505, #0a0a0a);
}
.hb-ticker-label {
  display: flex; align-items: center;
  padding: 0 18px;
  font-size: 9.5px; font-weight: 700; letter-spacing: 0.2em;
  background: var(--red);
  color: #fff;
  text-transform: uppercase;
}
.hb-ticker-track {
  flex: 1;
  overflow: hidden;
  position: relative;
  display: flex; align-items: center;
}
.hb-ticker-content {
  display: flex; align-items: center; gap: 28px;
  white-space: nowrap;
  font-size: 12px;
  color: rgba(255,255,255,0.85);
  font-family: var(--serif);
  font-style: italic;
  animation: hb-tick 60s linear infinite;
  padding-left: 2%;
}
@keyframes hb-tick {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.hb-ticker-sep { color: var(--red); font-size: 8px; font-style: normal; }
