/** Shopify CDN: Minification failed

Line 1476:68 The "-" operator only works if there is whitespace on both sides
Line 1477:65 The "-" operator only works if there is whitespace on both sides

**/
/* Luxlaria v4 homepage — from index-v4.html mockup */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400&family=Inter:wght@300;400;500;600&display=swap');

/* Homepage: hide global header-group nav (hero has its own) */
.template-index .wrap.overflow-hidden {
  overflow-x: clip;
  overflow-y: visible;
}
.template-index #shopify-section-lux_site_header,
.template-index .shopify-section-group-header-group .lux-site-header-section {
  display: none !important;
}

.template-index {
  --bg:          #F4F3F0;
  --bg-alt:      #ECEAE6;
  --white:       #FFFFFF;
  --ink:         #111111;
  --ink-mid:     #3C3C3C;
  --ink-light:   #6E6E6E;
  --rule:        #DEDBD6;
  --dark:        #0C0C0C;
  --dark-mid:    #161616;
  --dark-card:   #1C1C1C;
  --accent:      #2D5A4F;
  --accent-mid:  #3D7A6A;
  --accent-light:#52A092;
  --accent-pale: rgba(45,90,79,0.12);
  --gold:        #C9A96E;
  --gold-light:  #E5CB9A;
  --head: 'Plus Jakarta Sans', system-ui, sans-serif;
  --body: 'Inter', system-ui, sans-serif;
  --r8:  8px; --r12: 12px; --r16: 16px;
  --r20: 20px; --r24: 24px; --r32: 32px;
  --pill: 100px;
  --max: 1360px;
  --lux-header-logo-height: var(--lux-logo-height, 52px);
  --lux-header-logo-max-width: var(--lux-logo-max-width, 168px);
  --lux-mobile-logo-img-h: 72px;
  --lux-mobile-logo-pad-y: 3px;
  --lux-mobile-logo-img-max-h: var(--lux-mobile-logo-img-h);
  --lux-mobile-logo-img-max-h-sm: var(--lux-mobile-logo-img-h);
  --lux-mobile-header-base-h: var(--lux-mobile-logo-img-h);
  --lux-mobile-header-h: calc(var(--lux-mobile-header-base-h) + (2 * var(--lux-mobile-logo-pad-y)));
  --hero-mobile-logo-width: calc(var(--lux-mobile-logo-img-h) * 160 / 52);
  font-family: var(--body);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.55;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;

}

/* ═══════════════════════════════════════════
   LUXLARIA v4 — Premium Wellness & Recovery
   Font: Plus Jakarta Sans (premium wellness-tech)
   ═══════════════════════════════════════════ */
.template-index *, .template-index *::before, .template-index *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* Homepage reset strips Bootstrap auto-margins — restore for theme containers */
.template-index .container,
.template-index .container-fluid:not(.g-0),
.template-index .container-xxl {
  margin-left: auto;
  margin-right: auto;
}





.template-index img { display: block; width: 100%; height: auto; }
.template-index .lux-footer-container img,
.template-index .luxlaria-footer img {
  width: auto !important;
  max-width: 100%;
  height: auto;
}
.template-index a { text-decoration: none; color: inherit; }
.template-index button:not(.lux-footer-aside__submit),
.template-index input:not(.lux-footer-aside__field input) { font-family: var(--body); border: none; }
.template-index .hero-topbar__actions .hero-icon-btn,
.template-index .hero-topbar__actions button.hero-icon-btn,
.template-index .hero-topbar__brand .hero-menu-toggle {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  vertical-align: middle;
}
.template-index button { cursor: pointer; }

.template-index .w { max-width: var(--max); margin: 0 auto; padding: 0 40px; }
@media(max-width:767px){.template-index .w { padding: 0 18px; } }

/* ── BUTTONS ── */
.template-index .btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--body); font-size: 13.5px; font-weight: 700;
  letter-spacing: 0.03em; border-radius: var(--pill);
  padding: 14px 30px; transition: all 0.22s; white-space: nowrap; cursor: pointer;
}
.template-index .btn--white { background: var(--white); color: var(--ink); }
.template-index .btn--white:hover { opacity: 0.9; transform: translateY(-1px); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }
.template-index .btn--dark { background: var(--ink); color: var(--white); }
.template-index .btn--dark:hover { background: #1e1e1e; transform: translateY(-1px); }
.template-index .btn--accent { background: var(--accent); color: var(--white); }
.template-index .btn--accent:hover { background: var(--accent-mid); transform: translateY(-1px); }
.template-index .btn--ghost-w { background: transparent; color: var(--white); border: 1.5px solid rgba(255,255,255,0.38); }
.template-index .btn--ghost-w:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.65); }
.template-index .btn--ghost-d { background: transparent; color: var(--ink); border: 1.5px solid currentColor; }
.template-index .btn--ghost-d:hover { background: var(--ink); color: var(--white); }
.template-index .btn--lg { padding: 17px 38px; font-size: 14.5px; }
.template-index .btn--sm { padding: 10px 22px; font-size: 12px; }
.template-index .btn svg { width: 16px; height: 16px; flex-shrink: 0; }

.template-index .eyebrow {
  display: block; font-size: 10.5px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--accent-light); margin-bottom: 12px; font-family: var(--body);
}
.template-index .eyebrow--gold { color: var(--gold); }
.template-index .eyebrow--white { color: rgba(255,255,255,0.45); }
.template-index .eyebrow--mid { color: var(--ink-light); }
.template-index .eyebrow--light { color: rgba(255,255,255,0.42); }
.template-index .view-all--light { color: rgba(255,255,255,0.55); border-bottom-color: rgba(255,255,255,0.35); }
.template-index .view-all--light:hover { color: var(--gold); border-bottom-color: var(--gold); }

/* ════════════════════════════════
   ANNOUNCE BAR
   ════════════════════════════════ */
.template-index .announce-bar { background: var(--dark); overflow: hidden; height: 38px; display: flex; align-items: center; }
.template-index .announce-track { display: flex; gap: 64px; animation: crawl 32s linear infinite; width: max-content; }
.template-index .announce-track:hover { animation-play-state: paused; }
@keyframes crawl { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.template-index .a-item { display: flex; align-items: center; gap: 10px; white-space: nowrap; flex-shrink: 0; font-size: 11.5px; font-weight: 500; letter-spacing: 0.05em; color: rgba(255,255,255,0.7); }
.template-index .a-item strong { color: var(--gold); }
.template-index .a-item .dot { width: 3px; height: 3px; border-radius: 50%; background: var(--accent-light); flex-shrink: 0; }
.template-index .a-link { color: var(--gold); text-decoration: underline; text-underline-offset: 2px; }

/* ════════════════════════════════
   NAV
   ════════════════════════════════ */
.template-index .site-header {
  position: sticky; top: 0; z-index: 200;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(20px) saturate(200%);
  border-bottom: 1px solid var(--rule);
  transition: box-shadow 0.3s;
}
.template-index .site-header.scrolled { box-shadow: 0 4px 32px rgba(0,0,0,0.08); }
.template-index .nav-row { display: flex; align-items: center; justify-content: space-between; height: 66px; gap: 16px; }
.template-index .nav-logo { font-family: var(--head); font-size: 20px; font-weight: 800; letter-spacing: -0.04em; color: var(--ink); display: flex; align-items: center; gap: 9px; flex-shrink: 0; }
.template-index .logo-mark { width: 30px; height: 30px; background: var(--accent); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 15px; }
.template-index .nav-links { display: flex; align-items: center; list-style: none; gap: 2px; flex: 1; justify-content: center; }
.template-index .nav-links a { font-size: 13px; font-weight: 500; color: var(--ink-mid); padding: 7px 12px; border-radius: 8px; transition: all 0.15s; }
.template-index .nav-links a:hover { color: var(--ink); background: var(--bg); }
.template-index .nav-links a.hot { color: #B94040; font-weight: 700; }
@media(max-width:1100px){.template-index .nav-links { display: none; } }
.template-index .nav-icons { display: flex; align-items: center; gap: 4px; flex-shrink: 0; }
.template-index .ni { width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; background: transparent; color: var(--ink-mid); transition: all 0.15s; position: relative; }
.template-index .ni:hover { background: var(--bg); color: var(--ink); }
.template-index .ni svg { width: 19px; height: 19px; }
.template-index .cart-badge { position: absolute; top: 5px; right: 5px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); color: #fff; font-size: 9px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.template-index .nav-shop-btn { background: var(--ink); color: #fff; font-size: 12.5px; font-weight: 700; letter-spacing: 0.04em; padding: 9px 22px; border-radius: 10px; transition: background 0.18s; margin-left: 6px; }
.template-index .nav-shop-btn:hover { background: #2a2a2a; }

/* ════════════════════════════════
   HERO — DUAL VIDEO + DUAL PRODUCTS
   ════════════════════════════════ */
.template-index .hero {
  position: relative; height: 100vh; min-height: 680px; max-height: 980px;
  display: flex; align-items: flex-end; overflow: hidden;
}
/* VIDEO ELEMENT */
.template-index .hero-video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 1;
}
.template-index .hero-video--mobile,
.template-index .hero-poster-fallback--mobile {
  display: none;
}
/* CSS fallback bg when video doesn't load */
.template-index .hero-bg-fallback {
  position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(140deg, #060f0d 0%, #0f2420 30%, #112820 55%, #060e0c 100%);
}
.template-index .hero-poster-fallback {
  position: absolute; inset: 0; width: 100% !important; height: 100% !important;
  object-fit: cover; z-index: 1;
}
.template-index .hero-scrim {
  position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(105deg, rgba(6,14,12,0.93) 0%, rgba(6,14,12,0.72) 35%, rgba(6,14,12,0.22) 58%, rgba(6,14,12,0.05) 100%);
  pointer-events: none;
}
.template-index .hero--video-only .hero-left { max-width: 580px; }
.template-index .hero--video-only .hero-row { align-items: flex-end; }

/* Hero product cards — below hero, not over video */
.template-index .hero-products {
  background: var(--dark);
  padding: 28px 0 36px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.template-index .hero-products .w {
  display: flex;
  justify-content: flex-end;
}
.template-index .hero-products-grid {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.template-index .hero-products .h-card {
  width: 230px;
  flex-shrink: 0;
}
.template-index .hero-products .h-card--offset { margin-top: 0; }
.template-index .hero-products .h-card-stars span {
  color: rgba(255,255,255,0.38);
  font-size: 10px;
}
@media(max-width:767px) {
  .template-index .hero-products .w { justify-content: center; }
  .template-index .hero-products-grid {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 320px;
  }
  .template-index .hero-products .h-card { width: 100%; }
}
.template-index .hero-bg-img-overlay { display: none; }
/* Ambient glow spots */
.template-index .hero-glow-l { position: absolute; top: 10%; left: -5%; width: 55vw; height: 55vw; border-radius: 50%; background: radial-gradient(circle, rgba(45,90,79,0.28) 0%, transparent 65%); z-index: 3; pointer-events: none; }
.template-index .hero-glow-r { position: absolute; bottom: -10%; right: -5%; width: 45vw; height: 45vw; border-radius: 50%; background: radial-gradient(circle, rgba(201,169,110,0.12) 0%, transparent 65%); z-index: 3; pointer-events: none; }
.template-index .hero-grad { position: absolute; bottom: 0; left: 0; right: 0; height: 85%; background: linear-gradient(180deg, transparent 0%, rgba(6,14,12,0.45) 35%, rgba(6,14,12,0.98) 100%); z-index: 4; }

/* Video play indicator */
.template-index .hero-play-badge {
  position: absolute;
  top: 96px;
  right: 36px;
  z-index: 6;
  display: flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.22);
  border-radius: var(--pill); padding: 10px 18px;
  color: rgba(255,255,255,0.8); font-size: 12px; font-weight: 600;
  cursor: pointer; transition: all 0.25s; backdrop-filter: blur(8px);
}
.template-index .hero-play-badge:hover { background: rgba(255,255,255,0.2); }
.template-index .hero-play-circle { width: 28px; height: 28px; border-radius: 50%; background: rgba(255,255,255,0.18); display: flex; align-items: center; justify-content: center; font-size: 11px; }

/* Hero — clean layout + glass overlay topbar */
.template-index .shopify-section:has(.hero--overlay) {
  margin: 0 !important;
  padding: 0 !important;
}
.template-index .shopify-section:has(.hero--overlay) + .shopify-section {
  margin-top: 0 !important;
}
.template-index .hero--clean.hero--overlay {
  position: relative;
  height: 100vh;
  min-height: 680px;
  max-height: 980px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: hidden;
  flex-direction: column;
  background: #060e0c;
}

body.lux-mega-open.template-index .hero--clean.hero--overlay {
  overflow: visible;
}

html:has(.lux-mega-menu.is-open),
body:has(.lux-mega-menu.is-open) {
  overflow: hidden;
}

body.lux-mega-open.template-index:has(.lux-mega-menu.is-open) .hero-copy,
body.lux-mega-open.template-index:has(.lux-mega-menu.is-open) .hero-play-badge,
body.lux-mega-open.template-index:has(.lux-mega-menu.is-open) .hero-media {
  pointer-events: none;
}
.template-index .hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.template-index .hero-media .hero-topbar {
  z-index: 12;
}
.template-index .hero-copy {
  position: relative;
  z-index: 5;
  width: 100%;
  margin-top: auto;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .template-index .hero--clean.hero--overlay:not(.hero--mobile-stacked) .hero-copy {
    padding-top: calc(var(--lux-header-offset, 126px) + 12px);
    max-height: 100vh;
    max-height: 100svh;
  }
}
.template-index .hero--overlay .hero-grad {
  height: 100%;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(6, 14, 12, 0.35) 42%,
    rgba(6, 14, 12, 0.92) 88%,
    #060e0c 100%
  );
}
.template-index .hero--clean .hero-scrim {
  background: linear-gradient(105deg, rgba(6,14,12,0.88) 0%, rgba(6,14,12,0.55) 42%, rgba(6,14,12,0.12) 72%, rgba(6,14,12,0.02) 100%);
}
.template-index .hero-topbar,
.template-index .hero-topbar--premium,
.template-index .hero-topbar--glass,
.template-index .hero--overlay .hero-topbar,
.template-index .hero--overlay .hero-topbar--glass {
  position: fixed;
  top: var(--lux-announce-h, 38px);
  left: 0;
  right: 0;
  z-index: 200;
  width: 100%;
  overflow: visible;
}
body.template-index:not(:has(.lv4-announce-section)) .hero-topbar,
body.template-index:not(:has(.lv4-announce-section)) .hero--overlay .hero-topbar--glass {
  top: 0;
}
.template-index .hero-topbar.is-scrolled,
.template-index .hero-topbar--glass.is-scrolled {
  background: rgba(6, 14, 12, 0.97);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.32);
}
.template-index .hero--mobile-stacked .hero-topbar--glass {
  background: linear-gradient(180deg, rgba(6, 14, 12, 0.88) 0%, rgba(6, 14, 12, 0.42) 58%, rgba(6, 14, 12, 0.08) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
@media (min-width: 768px) {
  .template-index .hero--mobile-stacked .hero-topbar--glass {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  }
}
.template-index .hero-topbar--glass::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(82, 160, 146, 0.28), rgba(201, 169, 110, 0.35), rgba(82, 160, 146, 0.28), transparent);
  pointer-events: none;
}
.template-index .hero-topbar--premium::after {
  display: none;
}
.template-index .hero-topbar__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px 16px;
  min-height: 88px;
  padding: 14px 0 16px;
}
.template-index .hero-topbar__inner.w {
  max-width: none;
  width: 100%;
  box-sizing: border-box;
  padding: 14px 32px 16px;
}
.template-index .hero-topbar__lead {
  display: none;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
}
.template-index .hero-topbar__brand {
  grid-column: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-self: start;
  flex-shrink: 0;
  min-width: 0;
}
.template-index .lux-logo,
.template-index .hero-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  width: var(--lux-header-logo-max-width, 168px);
  max-width: var(--lux-header-logo-max-width, 168px);
  line-height: 0;
}
.template-index .hero-logo__img {
  width: 100% !important;
  max-width: var(--lux-header-logo-max-width, 168px) !important;
  height: auto !important;
  max-height: none !important;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 2px 16px rgba(0, 0, 0, 0.35));
}
.template-index .hero-nav {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  gap: 2px;
  flex: none;
  width: max-content;
  max-width: 100%;
  min-width: 0;
  overflow: visible;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 0 4px;
}
.template-index .hero-nav::-webkit-scrollbar { display: none; }
.template-index .hero-nav__link,
.template-index .hero-nav a {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.9);
  padding: 8px 11px;
  border-radius: 8px;
  transition: color 0.18s, background 0.18s, box-shadow 0.18s;
  white-space: nowrap;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  flex-shrink: 0;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
}
.template-index .hero-nav__link--gold {
  color: var(--gold-light);
}
.template-index .hero-nav__link:hover,
.template-index .hero-nav a:hover {
  color: var(--white);
  background: rgba(255,255,255,0.07);
  box-shadow: inset 0 -1px 0 rgba(201, 169, 110, 0.45);
}
.template-index .hero-topbar__actions {
  grid-column: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-shrink: 0;
  min-width: max-content;
  justify-self: end;
}
.template-index .hero-icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: rgba(255,255,255,0.88);
  background: transparent;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
  padding: 0;
  margin: 0;
  line-height: 0;
  cursor: pointer;
}
.template-index .hero-icon-btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2;
}
.template-index .hero-icon-btn:hover {
  background: rgba(255,255,255,0.1);
  color: var(--white);
}
.template-index .hero-icon-btn--cart {
  position: relative;
}
.template-index .hero-cart-count {
  position: absolute;
  top: 4px;
  right: 2px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font-size: 9px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  pointer-events: none;
}
.template-index .hero-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  white-space: nowrap;
  line-height: 1;
  background: linear-gradient(135deg, #fff 0%, #f2f0ec 100%);
  color: var(--ink);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 11px 18px;
  border-radius: 999px;
  margin-left: 2px;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 4px 18px rgba(0,0,0,0.18);
  transition: opacity 0.18s, transform 0.18s, box-shadow 0.18s;
}
.template-index .hero-nav-cta:hover {
  opacity: 0.95;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.24);
}
.template-index .hero-menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
  margin: 0;
  flex-shrink: 0;
  align-self: center;
  line-height: 0;
  vertical-align: middle;
}
.template-index .hero-menu-toggle span {
  display: block;
  width: 18px;
  height: 1.5px;
  background: var(--white);
  border-radius: 2px;
  transition: transform 0.22s, opacity 0.22s;
}
.template-index .hero-menu-toggle.is-open span:first-child {
  transform: translateY(6px) rotate(45deg);
}
.template-index .hero-menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}
.template-index .hero-menu-toggle.is-open span:last-child {
  transform: translateY(-6px) rotate(-45deg);
}
.template-index .hero-topbar--premium,
.template-index .hero-topbar--glass {
  flex-shrink: 0;
  background: linear-gradient(180deg, rgba(6, 14, 12, 0.82) 0%, rgba(6, 14, 12, 0.42) 58%, rgba(6, 14, 12, 0.08) 100%);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  transition: background 0.25s, box-shadow 0.25s;
}
.template-index .hero--overlay .hero-topbar--glass {
  /* position: fixed — set in unified hero-topbar rule above */
}
.template-index .hero-mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 250;
  background: rgba(8, 14, 12, 0.98);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 0;
  max-height: min(72vh, 520px);
  overflow-y: auto;
  pointer-events: auto;
}
.template-index .hero-mobile-menu:not([hidden]),
.template-index .hero-mobile-menu.is-open {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.template-index .hero-mobile-menu[hidden] { display: none !important; }
.template-index .hero-mobile-menu__nav,
.template-index .hero-mobile-menu nav {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 14px 18px 18px;
}
.template-index .hero-mobile-menu__label {
  margin: 0 0 8px;
  padding: 0 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(201, 169, 110, 0.72);
}
.template-index .hero-mobile-menu__link,
.template-index .hero-mobile-menu a {
  pointer-events: auto;
  touch-action: manipulation;
  font-size: 15px;
  font-weight: 500;
  color: rgba(255,255,255,0.86);
  padding: 12px 4px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.template-index .hero-mobile-menu__link--gold {
  color: var(--gold-light);
}
.template-index .hero-mobile-menu__cta {
  margin-top: 14px;
  text-align: center;
  background: var(--white) !important;
  color: var(--ink) !important;
  border-radius: 12px !important;
  border: none !important;
  font-weight: 700 !important;
  padding: 14px !important;
  letter-spacing: 0.04em;
}
@media (max-width: 1200px) {
  .template-index .hero-nav__link,
  .template-index .hero-nav a {
    font-size: 11px;
    padding: 8px 9px;
  }
}
@media (min-width: 1025px) {
  .template-index .hero-topbar__lead {
    display: none;
  }
  .template-index .hero-topbar__brand {
    grid-column: auto;
    grid-row: auto;
    justify-self: start;
    pointer-events: auto;
  }
  .template-index .hero-logo,
  .template-index .hero-logo__img {
    width: var(--lux-header-logo-max-width, 168px) !important;
    max-width: var(--lux-header-logo-max-width, 168px) !important;
  }
}
@media (max-width: 1024px) {
  .template-index .hero-nav { display: none; }
  .template-index .hero-nav-cta { display: none; }
  .template-index .hero-topbar__inner {
    position: relative;
    grid-template-areas: "lead brand actions";
    grid-template-columns: 44px minmax(0, 1fr) auto;
    grid-template-rows: var(--lux-mobile-header-h);
    align-items: center;
    justify-items: stretch;
    column-gap: 10px;
    row-gap: 0;
    min-height: var(--lux-mobile-header-h);
    padding: 0 16px;
  }
  .template-index .hero-topbar__lead {
    grid-area: lead;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    pointer-events: auto;
    touch-action: manipulation;
    z-index: 5;
  }
  .template-index .hero-topbar__brand {
    grid-area: brand;
    grid-column: brand;
    grid-row: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    position: relative;
    z-index: 1;
    flex: none;
    min-width: 0;
    max-width: 100%;
    pointer-events: none;
  }
  .template-index .hero-topbar__brand .hero-logo,
  .template-index .hero-topbar__brand .lux-logo,
  .template-index .hero-topbar__brand a[data-lux-home-logo] {
    pointer-events: auto;
  }
  .template-index .hero-topbar__actions {
    display: flex;
    grid-area: actions;
    grid-column: actions;
    grid-row: auto;
    justify-self: end;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
    z-index: 2;
  }
  .template-index .hero-menu-toggle {
    display: inline-flex;
    width: 44px;
    height: 44px;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    pointer-events: auto;
    touch-action: manipulation;
    cursor: pointer;
    position: relative;
    z-index: 5;
  }
  .template-index .hero-menu-toggle span {
    width: 20px;
    height: 1.5px;
    background: rgba(255, 255, 255, 0.92);
  }
  .template-index .lux-logo,
.template-index .hero-logo {
    padding: var(--lux-mobile-logo-pad-y) 0;
    box-sizing: border-box;
    max-height: none !important;
    width: auto !important;
    max-width: var(--hero-mobile-logo-width) !important;
  }
  .template-index .hero-logo__img {
    width: auto !important;
    max-width: var(--hero-mobile-logo-width) !important;
    height: var(--lux-mobile-logo-img-h) !important;
    max-height: none !important;
    object-fit: contain;
    filter: none;
    display: block;
  }
  .template-index .hero-icon-btn {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.88);
  }
  .template-index .hero-icon-btn:hover {
    background: rgba(255, 255, 255, 0.08);
    color: var(--white);
  }
  .template-index .hero-topbar--mobile-bar {
    background: #0c0c0c !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
  }
  .template-index .hero-topbar--mobile-bar::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .template-index .hero-play-badge {
    display: none !important;
  }
  .template-index .hero-topbar__inner.w {
    min-height: var(--lux-mobile-header-h);
    padding: 0 14px;
    column-gap: 8px;
  }
  .template-index .hero-topbar__actions {
    gap: 0;
  }
  .template-index .hero-video--desktop,
  .template-index .hero-poster-fallback--desktop {
    display: none;
  }
  .template-index .hero-video--mobile,
  .template-index .hero-poster-fallback--mobile {
    display: block;
  }
  .template-index .hero-video,
  .template-index .hero-poster-fallback {
    object-fit: var(--hero-mobile-video-fit, cover);
    object-position: var(--hero-mobile-video-x, 55%) var(--hero-mobile-video-y, 32%);
    transform: scale(calc(var(--hero-mobile-video-scale, 92) / 100));
    transform-origin: var(--hero-mobile-video-x, 55%) var(--hero-mobile-video-y, 32%);
  }

  /* Stacked mobile: header row → video → text */
  .template-index .hero--clean.hero--overlay.hero--mobile-stacked {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 12px;
    overflow: visible !important;
    padding: 10px 16px 18px;
    box-sizing: border-box;
  }
  .template-index .hero--clean.hero--overlay.hero--mobile-stacked > .hero-topbar,
  .template-index .hero--clean.hero--overlay.hero--mobile-stacked .hero-topbar {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: fixed !important;
    top: var(--lux-announce-h, 38px) !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    order: 0 !important;
    flex-shrink: 0;
    z-index: 200;
    border-radius: 0;
    overflow: visible;
    background: #0c0c0c !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: none;
    min-height: var(--lux-mobile-header-h) !important;
  }
  body.template-index:not(:has(.lv4-announce-section)) .hero--clean.hero--overlay.hero--mobile-stacked > .hero-topbar,
  body.template-index:not(:has(.lv4-announce-section)) .hero--clean.hero--overlay.hero--mobile-stacked .hero-topbar {
    top: 0 !important;
  }
  .template-index .hero--clean.hero--overlay.hero--mobile-stacked > .hero-topbar.hero-topbar--glass,
  .template-index .hero--clean.hero--overlay.hero--mobile-stacked .hero-topbar--glass {
    position: fixed !important;
    background: #0c0c0c !important;
  }
  .template-index .hero--mobile-stacked {
    padding-top: calc(var(--lux-mobile-header-h, 60px) + var(--lux-announce-h, 38px) + 10px) !important;
  }
  body.template-index:not(:has(.lv4-announce-section)) .hero--mobile-stacked {
    padding-top: calc(var(--lux-mobile-header-h, 60px) + 10px) !important;
  }
  .template-index .hero--mobile-stacked .hero-topbar__inner,
  .template-index .hero--mobile-stacked .hero-topbar__inner.w {
    display: grid !important;
    grid-template-areas: "lead brand actions" !important;
    grid-template-columns: 44px minmax(0, 1fr) auto !important;
    grid-template-rows: var(--lux-mobile-header-h) !important;
    align-items: center !important;
    justify-items: stretch !important;
    min-height: var(--lux-mobile-header-h) !important;
    padding: 0 14px !important;
    column-gap: 8px !important;
    row-gap: 0 !important;
  }
  .template-index .hero--mobile-stacked .hero-topbar__lead {
    display: flex !important;
    grid-area: lead !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px;
    height: 44px;
  }
  .template-index .hero--mobile-stacked .hero-topbar__brand {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    grid-area: brand !important;
    grid-column: brand !important;
    grid-row: auto !important;
    justify-self: center !important;
    flex: none;
    min-width: 0;
    max-width: 100%;
    pointer-events: none;
  }
  .template-index .hero--mobile-stacked .hero-topbar__brand .hero-logo,
  .template-index .hero--mobile-stacked .hero-topbar__brand .lux-logo,
  .template-index .hero--mobile-stacked .hero-topbar__brand a[data-lux-home-logo] {
    pointer-events: auto;
  }
  .template-index .hero--mobile-stacked .hero-topbar__actions {
    display: flex !important;
    align-items: center !important;
    grid-area: actions !important;
    grid-column: actions !important;
    grid-row: auto !important;
    justify-self: end !important;
    gap: 0;
    flex-shrink: 0;
    z-index: 2;
  }
  .template-index .hero--mobile-stacked .hero-menu-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: none !important;
    border-radius: 10px !important;
  }
  .template-index .hero--mobile-stacked .hero-nav {
    display: none !important;
  }
  .template-index .hero--mobile-stacked .hero-mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 30;
    border-radius: 0 0 14px 14px;
  }
  .template-index .hero--mobile-stacked .hero-media {
    position: relative !important;
    inset: auto !important;
    order: 1;
    width: 100%;
    height: var(--hero-mobile-media-height, 48vh);
    min-height: 220px;
    max-height: 380px;
    overflow: hidden;
    flex-shrink: 0;
    background: #060e0c;
    border-radius: 14px;
  }
  .template-index .hero--mobile-stacked .hero-scrim,
  .template-index .hero--mobile-stacked .hero-glow-l,
  .template-index .hero--mobile-stacked .hero-grad {
    display: none !important;
  }
  .template-index .hero--mobile-stacked .hero-video,
  .template-index .hero--mobile-stacked .hero-poster-fallback {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
    object-fit: var(--hero-mobile-video-fit, cover);
    object-position: var(--hero-mobile-video-x, 55%) var(--hero-mobile-video-y, 32%);
    border-radius: 14px;
  }
  .template-index .hero--mobile-stacked .hero-copy {
    order: 2;
    position: relative;
    margin-top: 0;
    background: #060e0c;
    padding: 28px 20px 32px;
    flex-shrink: 0;
    border-radius: 14px;
  }
  .template-index .hero--mobile-stacked .hero-inner,
  .template-index .hero--mobile-stacked .hero-inner.w {
    padding: 0 !important;
    max-width: none;
  }
  .template-index .hero--mobile-stacked .hero-content {
    max-width: none;
  }
  .template-index .hero--mobile-stacked .eyebrow {
    margin-bottom: 12px;
  }
  .template-index .hero--mobile-stacked .hero-h1.hero-h1--clean {
    font-size: clamp(32px, 8vw, 48px);
    line-height: 1.06;
    margin-bottom: 0;
    max-width: 13em;
  }
  .template-index .hero--mobile-stacked .hero-h1-sub.hero-h1-sub--clean {
    font-size: clamp(22px, 5.5vw, 32px);
    line-height: 1.22;
    margin: clamp(12px, 3vw, 18px) 0 clamp(16px, 3.5vw, 22px);
  }
  .template-index .hero--mobile-stacked .hero-sub--clean {
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 24px;
    max-width: none;
  }
  .template-index .hero--mobile-stacked .hero-cta-row--clean {
    gap: 12px;
    margin-bottom: 16px;
  }
  .template-index .hero--mobile-stacked .hero-bnpl--clean {
    margin-top: 4px;
  }

  /* Overlay: text over full-screen video */
  .template-index .hero--mobile-overlay {
    min-height: 100svh;
    max-height: none;
    display: flex;
    flex-direction: column;
  }
  .template-index .hero--mobile-overlay .hero-media {
    position: absolute;
    inset: 0;
    height: auto;
    min-height: 0;
    max-height: none;
  }
  .template-index .hero--mobile-overlay .hero-copy {
    margin-top: auto;
    background: transparent;
    padding: 0;
    padding-top: calc(var(--lux-header-offset, 126px) + 8px);
    max-height: 100svh;
    box-sizing: border-box;
  }
  .template-index .hero--mobile-overlay .hero-scrim {
    opacity: var(--hero-mobile-scrim-opacity, 0.45);
  }
  .template-index .hero--mobile-overlay .hero-grad {
    opacity: var(--hero-mobile-grad-opacity, 0.6);
  }
  .template-index .hero--mobile-overlay .hero-inner {
    padding-top: 0;
    padding-bottom: 36px;
  }
  .template-index .hero--mobile-overlay .hero-h1-sub.hero-h1-sub--clean {
    font-size: clamp(22px, 5vw, 32px);
    margin: clamp(12px, 2.5vw, 18px) 0 clamp(16px, 3vw, 22px);
  }
}
@media (max-width: 480px) {
  .template-index .hero--clean.hero--overlay.hero--mobile-stacked {
    padding: 10px 14px 18px;
    gap: 12px;
  }
  .template-index .hero--mobile-stacked .hero-copy {
    padding: 24px 18px 28px;
  }
  .template-index .hero-topbar__inner.w {
    padding-left: 22px;
    padding-right: 22px;
  }
  .template-index .hero--mobile-stacked .hero-topbar__inner.w {
    padding-left: 14px;
    padding-right: 14px;
  }
  .template-index .hero-icon-btn {
    width: 40px;
    height: 40px;
  }
  .template-index .hero-menu-toggle {
    width: 44px;
    height: 44px;
  }
}
.template-index .hero--clean .hero-inner {
  padding-bottom: 56px;
  padding-top: 0;
}
.template-index .hero-content {
  max-width: 720px;
}
.template-index .hero-h1.hero-h1--clean {
  font-size: clamp(40px, 5vw, 75px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin-bottom: 0;
  text-wrap: balance;
  max-width: 13em;
}
.template-index .hero-h1-sub.hero-h1-sub--clean {
  font-family: var(--head);
  font-size: 35px;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.025em;
  color: rgba(255, 255, 255, 0.9);
  margin: clamp(14px, 2.2vh, 22px) 0 clamp(18px, 2.8vh, 26px);
  text-wrap: balance;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}
.template-index .hero-h1-sub.hero-h1-sub--clean .accent-word {
  color: var(--accent-light);
  font-weight: 700;
}
@media (min-width: 1101px) {
  .template-index .hero-h1.hero-h1--clean {
    font-size: clamp(48px, 5.2vw, 75px);
    max-width: 13em;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .template-index .hero-h1.hero-h1--clean {
    font-size: clamp(38px, 4.6vw, 56px);
    max-width: 13em;
  }
  .template-index .hero-h1-sub.hero-h1-sub--clean {
    font-size: clamp(24px, 3.2vw, 35px);
  }
}
@media (min-width: 768px) and (max-height: 820px) {
  .template-index .hero-h1.hero-h1--clean {
    font-size: clamp(36px, 4.5vh, 52px);
    max-width: 13em;
  }
  .template-index .hero-h1-sub.hero-h1-sub--clean {
    font-size: clamp(22px, 3vh, 30px);
    margin: clamp(10px, 1.8vh, 16px) 0 clamp(14px, 2vh, 20px);
  }
  .template-index .hero-sub--clean {
    font-size: 13px;
    margin-bottom: 18px;
  }
  .template-index .hero--clean .hero-inner {
    padding-bottom: 36px;
  }
}
.template-index .hero-sub--clean {
  font-size: clamp(14px, 1.25vw, 16px);
  max-width: 440px;
  margin-bottom: 24px;
  color: rgba(255,255,255,0.78);
  line-height: 1.6;
}
.template-index .hero-cta-row--clean {
  margin-bottom: 14px;
}
.template-index .hero-bnpl--clean {
  font-size: 12.5px;
  color: rgba(255,255,255,0.42);
}
.template-index .hero-bnpl--clean strong {
  color: rgba(255,255,255,0.68);
}

.template-index .hero-inner { position: relative; z-index: 5; width: 100%; padding-bottom: 60px; }
.template-index .hero-row { display: flex; align-items: flex-end; gap: 32px; }
.template-index .hero-left { flex: 1; min-width: 0; }

/* Headline */
.template-index .hero-h1 {
  font-family: var(--head);
  font-size: clamp(48px, 6.5vw, 90px);
  font-weight: 800; line-height: 0.95; letter-spacing: -0.045em;
  color: var(--white); margin-bottom: 22px;
  text-shadow: 0 2px 28px rgba(0,0,0,0.45);
}
.template-index .hero-h1 .accent-word { color: var(--accent-light); }
.template-index .hero-h1.hero-h1--clean {
  font-size: clamp(40px, 5vw, 75px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin-bottom: 0;
  max-width: 13em;
}
.template-index .hero-sub { font-size: clamp(14px,1.4vw,17px); font-weight: 300; color: rgba(255,255,255,0.82); line-height: 1.65; max-width: 460px; margin-bottom: 28px; text-shadow: 0 1px 14px rgba(0,0,0,0.4); }
.template-index .hero-pills { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 32px; }
.template-index .hero-pill { display: flex; align-items: center; gap: 6px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.13); border-radius: var(--pill); padding: 7px 14px; font-size: 11.5px; font-weight: 500; color: rgba(255,255,255,0.72); backdrop-filter: blur(4px); }
.template-index .pill-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--accent-light); flex-shrink: 0; }
.template-index .hero-cta-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 18px; }
.template-index .hero-bnpl { font-size: 12px; color: rgba(255,255,255,0.35); }
.template-index .hero-bnpl strong { color: rgba(255,255,255,0.6); }

/* DUAL PRODUCT CARDS */
.template-index .hero-cards { display: flex; gap: 14px; flex-shrink: 0; }
@media(max-width:1140px){.template-index .hero-cards { display: none; } }

.template-index .h-card {
  width: 230px; border-radius: var(--r24); overflow: hidden;
  background: rgba(12,22,20,0.82); border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(18px); transition: transform 0.3s;
}
.template-index .h-card:hover { transform: translateY(-5px); }
.template-index .h-card-img { height: 185px; overflow: hidden; position: relative; }
.template-index .h-card-img img { height: 100%; object-fit: cover; transition: transform 0.6s; }
.template-index .h-card:hover .h-card-img img { transform: scale(1.06); }
.template-index .h-card-tag { position: absolute; top: 11px; left: 11px; background: var(--accent); color: #fff; font-size: 9px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 10px; border-radius: var(--pill); }
.template-index .h-card-tag--gold { background: var(--gold); color: var(--dark); }
.template-index .h-card-body { padding: 16px 18px; }
.template-index .h-card-stars { color: #F59E0B; font-size: 11px; margin-bottom: 4px; }
.template-index .h-card-name { font-family: var(--head); font-size: 13.5px; font-weight: 700; color: var(--white); line-height: 1.3; margin-bottom: 3px; }
.template-index .h-card-spec { font-size: 11px; color: rgba(255,255,255,0.4); margin-bottom: 12px; }
.template-index .h-card-foot { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.template-index .h-card-price { font-family: var(--head); font-size: 20px; font-weight: 800; color: var(--white); }
.template-index .h-card-was { font-size: 12px; color: rgba(255,255,255,0.3); text-decoration: line-through; }
.template-index .h-card-btn { width: 100%; background: var(--accent); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: 0.04em; padding: 11px; border-radius: 11px; transition: background 0.2s; }
.template-index .h-card-btn:hover { background: var(--accent-mid); }
/* Second card offset */
.template-index .h-card:nth-child(2) { margin-top: 32px; }

/* ════════════════════════════════
   CATEGORY NAV STRIP (keep from v3)
   ════════════════════════════════ */
.template-index .cat-nav-strip { background: var(--white); border-bottom: 1px solid var(--rule); overflow-x: auto; scrollbar-width: none; }
.template-index .cat-nav-strip::-webkit-scrollbar { display: none; }
.template-index .cat-nav-inner {
  display: flex;
  gap: 2px;
  width: 100%;
  max-width: var(--max);
  min-width: max-content;
  margin: 0 auto;
  padding: 0 40px;
  justify-content: center;
}
@media(max-width:767px){.template-index .cat-nav-inner { padding: 0 18px; justify-content: flex-start; max-width: none; margin: 0; } }
.template-index .cat-nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  transition: all 0.18s;
  flex: 0 0 auto;
}
.template-index .cat-nav-item::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2.5px; background: var(--accent); border-radius: 2px; opacity: 0; transition: opacity 0.18s; }
.template-index .cat-nav-item.active::after, .template-index .cat-nav-item:hover::after { opacity: 1; }
.template-index .cat-nav-item.active .cni-label, .template-index .cat-nav-item:hover .cni-label { color: var(--accent); }
.template-index .cni-label { font-size: 13px; font-weight: 600; color: var(--ink-mid); letter-spacing: 0.02em; font-family: var(--body); }

/* ════════════════════════════════
   PROMO BANNER
   ════════════════════════════════ */
.template-index .promo-banner { background: linear-gradient(90deg, var(--accent) 0%, #3a7566 100%); padding: 16px 40px; display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; }
@media(max-width:767px){.template-index .promo-banner { padding: 14px 18px; } }
.template-index .promo-text { font-size: 14px; font-weight: 600; color: var(--white); }
.template-index .promo-text .gl { color: var(--gold-light); }
.template-index .promo-chip { background: rgba(255,255,255,0.18); color: var(--white); font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 14px; border-radius: var(--pill); border: 1px solid rgba(255,255,255,0.3); }
.template-index .promo-link { font-size: 13px; font-weight: 700; color: var(--gold-light); text-decoration: underline; text-underline-offset: 3px; }

/* ════════════════════════════════
   ANIMATED CATEGORY CAROUSEL
   (replaces static mosaic — more energetic)
   ════════════════════════════════ */
.template-index .cat-carousel-section { background: var(--bg); padding: 72px 0 56px; border-top: 1px solid var(--rule); }
.template-index .cat-carousel-section .w { padding-bottom: 0; }
.template-index .cat-car-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 36px; gap: 16px; flex-wrap: wrap; }
.template-index .h2 { font-family: var(--head); font-size: clamp(28px,3.5vw,48px); font-weight: 800; line-height: 1.0; letter-spacing: -0.04em; color: var(--ink); }
.template-index .h2--white { color: var(--white); }
.template-index .h2 .cl { color: var(--accent-mid); }
.template-index .h2 .cg { color: var(--gold); }
.template-index .view-all { font-size: 13px; font-weight: 700; color: var(--ink-mid); display: flex; align-items: center; gap: 5px; border-bottom: 1.5px solid currentColor; padding-bottom: 2px; transition: color 0.18s; }
.template-index .view-all:hover { color: var(--accent); }

/* Scrolling category tiles */
.template-index .cat-scroll-mask { overflow: hidden; cursor: grab; }
.template-index .cat-scroll-mask:active { cursor: grabbing; }
.template-index .cat-scroll-mask--marquee {
  cursor: default;
  padding: 0 0 8px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
}
.template-index .cat-scroll-mask--marquee:active { cursor: default; }
.template-index .cat-car-head__actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.template-index .cat-car-nav { display: flex; gap: 8px; position: relative; z-index: 2; }
.template-index .cat-scroll-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  width: max-content;
  min-width: 100%;
  padding: 0 0 8px;
  transition: transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
  will-change: transform;
}
.template-index .cat-scroll-track--marquee {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  width: max-content;
  min-width: 0;
  padding: 0;
  transition: none;
  animation: lv2CatMarquee var(--cat-marquee-speed, 48s) linear infinite;
}
.template-index .cat-scroll-track--marquee:hover {
  animation-play-state: paused;
}
.template-index .cat-scroll-set {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  flex-shrink: 0;
  padding-right: 16px;
}
@keyframes lv2CatMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .template-index .cat-scroll-track--marquee {
    animation: none;
    transform: none;
    overflow-x: auto;
    max-width: 100%;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .template-index .cat-scroll-mask--marquee {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .template-index .cat-scroll-set[aria-hidden="true"] { display: none; }
  .template-index .cat-scroll-set .cat-tile { scroll-snap-align: start; }
}
.template-index .cat-tile {
  flex: 0 0 280px; height: 380px; border-radius: var(--r20);
  overflow: hidden; position: relative; cursor: pointer; flex-shrink: 0;
  background: #f7f6f3;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.template-index .cat-tile img {
  width: 100%; height: 100%;
  object-fit: contain;
  object-position: center 38%;
  padding: 28px 20px 42%;
  background: linear-gradient(180deg, #fafaf8 0%, #f0eeea 100%);
  transition: transform 0.65s cubic-bezier(0.25,0.46,0.45,0.94);
}
.template-index .cat-tile:hover img { transform: scale(1.05); }
.template-index .cat-tile-ov {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(6,6,6,0.78) 100%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 22px 20px; transition: background 0.3s;
}
.template-index .cat-tile:hover .cat-tile-ov { background: linear-gradient(180deg, transparent 30%, rgba(6,6,6,0.88) 100%); }
.template-index .ct-badge { display: inline-block; background: var(--accent); color: #fff; font-size: 9px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 10px; border-radius: var(--pill); margin-bottom: 8px; align-self: flex-start; }
.template-index .ct-badge--gold { background: var(--gold); color: var(--dark); }
.template-index .ct-badge--dark { background: rgba(0,0,0,0.55); backdrop-filter: blur(4px); }
.template-index .ct-name { font-family: var(--head); font-size: 19px; font-weight: 800; color: #fff; line-height: 1.2; margin-bottom: 3px; letter-spacing: -0.025em; }
.template-index .ct-from { font-size: 12px; color: rgba(255,255,255,0.55); font-weight: 400; }
/* Hover arrow */
.template-index .ct-arrow { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.22); color: #fff; font-size: 15px; display: flex; align-items: center; justify-content: center; opacity: 0; transform: translate(4px,-4px); transition: all 0.25s; backdrop-filter: blur(4px); }
.template-index .cat-tile:hover .ct-arrow { opacity: 1; transform: translate(0,0); }
/* Scroll nav */
.template-index .ccn-btn { width: 40px; height: 40px; border-radius: 10px; background: var(--white); border: 1.5px solid var(--rule); color: var(--ink-mid); font-size: 16px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.18s; pointer-events: auto; }
.template-index .ccn-btn:hover:not(:disabled) { background: var(--ink); color: var(--white); border-color: var(--ink); }
.template-index .ccn-btn:disabled { opacity: 0.35; cursor: not-allowed; }

/* ════════════════════════════════
   FEATURED PRODUCT — DARK SECTION
   ════════════════════════════════ */
.template-index .feat-section { background: var(--dark); padding: clamp(72px, 8vw, 96px) 0; position: relative; overflow: hidden; }
.template-index .feat-section--suite {
  padding-bottom: clamp(64px, 7vw, 80px);
}
.template-index .shopify-section:has(.feat-section--suite) + .shopify-section:has(.video-strip-section--suite) { margin-top: 0; }
.template-index .feat-section::before { content: ''; position: absolute; top: -200px; right: -100px; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(45,90,79,0.2) 0%, transparent 70%); pointer-events: none; }
.template-index .feat-section::after { content: ''; position: absolute; bottom: -120px; left: -80px; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(201,169,110,0.07) 0%, transparent 70%); pointer-events: none; }

.template-index .feat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 5vw, 72px); align-items: center; position: relative; z-index: 1; }
@media(max-width:900px){.template-index .feat-grid { grid-template-columns: 1fr; gap: 32px; } }
.template-index .feat-media { position: relative; }
.template-index .feat-img-frame { border-radius: var(--r24); overflow: hidden; aspect-ratio: 1/1.05; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07); }
.template-index .feat-img-frame img { height: 100%; width: 100%; object-fit: cover; }
.template-index .feat-info { color: var(--white); }
.template-index .feat-title { margin-bottom: 14px; }
.template-index .feat-rating {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: var(--pill);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.template-index .feat-rating__score {
  font-family: var(--head);
  font-size: 18px;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
}
.template-index .feat-rating__stars {
  color: #F59E0B;
  font-size: 12px;
  letter-spacing: 1px;
}
.template-index .feat-rating__count {
  font-size: 12px;
  font-weight: 600;
  color: var(--accent-light);
}
.template-index .feat-tagline { font-size: 15px; color: rgba(255,255,255,0.58); line-height: 1.65; max-width: 400px; margin-bottom: 24px; font-weight: 300; }
.template-index .spec-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 24px; }
.template-index .sc { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.09); border-radius: var(--r12); padding: 14px 16px; transition: background 0.2s; }
.template-index .sc:hover { background: rgba(255,255,255,0.09); }
.template-index .sc-v { font-family: var(--head); font-size: 20px; font-weight: 800; color: var(--accent-light); line-height: 1; margin-bottom: 4px; }
.template-index .sc-l { font-size: 11px; color: rgba(255,255,255,0.42); line-height: 1.35; }
.template-index .feat-price-row { display: flex; align-items: center; gap: 12px; margin-bottom: 6px; flex-wrap: wrap; }
.template-index .fp { font-family: var(--head); font-size: 34px; font-weight: 800; color: var(--white); }
.template-index .fw { font-size: 17px; color: rgba(255,255,255,0.28); text-decoration: line-through; }
.template-index .fsv { background: var(--gold); color: var(--dark); font-size: 10.5px; font-weight: 700; letter-spacing: 0.06em; padding: 5px 12px; border-radius: var(--pill); }
.template-index .feat-bnpl { font-size: 12px; color: rgba(255,255,255,0.38); margin-bottom: 22px; }
.template-index .feat-cta { display: flex; gap: 10px; flex-wrap: wrap; }
.template-index .feat-cta .btn { min-width: 0; }
.template-index .feat-trust { display: flex; align-items: center; gap: 16px; margin-top: 20px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.08); flex-wrap: wrap; }
.template-index .fti { display: flex; align-items: center; gap: 5px; font-size: 11.5px; color: rgba(255,255,255,0.42); white-space: nowrap; }
.template-index .fti .ck { color: var(--accent-light); }
@media (max-width: 900px) {
  .template-index .feat-section--suite { padding-bottom: 48px; }
  .template-index .feat-info { order: 2; }
  .template-index .feat-media { order: 1; }
  .template-index .feat-img-frame { aspect-ratio: 1 / 0.92; max-width: 520px; margin: 0 auto; }
  .template-index .feat-cta { flex-direction: column; }
  .template-index .feat-cta .btn { width: 100%; justify-content: center; }
  .template-index .feat-trust { gap: 12px 16px; }
}
@media (max-width: 540px) {
  .template-index .spec-cards { grid-template-columns: 1fr 1fr; gap: 8px; }
  .template-index .sc { padding: 12px 14px; }
  .template-index .sc-v { font-size: 18px; }
  .template-index .fp { font-size: 28px; }
  .template-index .feat-title { font-size: clamp(26px, 7vw, 34px); }
}

/* ════════════════════════════════
   BEST SELLERS CAROUSEL
   ════════════════════════════════ */
.template-index .sellers-section { background: var(--white); padding: 80px 0; border-top: 1px solid var(--rule); }
.template-index .sec-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 32px; gap: 16px; flex-wrap: wrap; }
.template-index .sec-sub { font-size: 14px; color: var(--ink-light); margin-top: 6px; }
.template-index .c-nav { display: flex; gap: 8px; }
.template-index .c-btn { width: 40px; height: 40px; border-radius: 10px; background: var(--white); border: 1.5px solid var(--rule); color: var(--ink-mid); font-size: 16px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.18s; }
.template-index .c-btn:hover { background: var(--ink); color: var(--white); border-color: var(--ink); }
.template-index .car-mask { overflow: hidden; }
.template-index .car-row { display: flex; gap: 14px; transition: transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94); }

.template-index .pc { flex: 0 0 calc(25% - 11px); background: var(--white); border-radius: var(--r16); border: 1px solid var(--rule); overflow: hidden; transition: all 0.22s; cursor: pointer; }
.template-index .pc:hover { border-color: rgba(45,90,79,0.35); box-shadow: 0 12px 40px rgba(0,0,0,0.09); transform: translateY(-4px); }
@media(max-width:1100px){.template-index .pc { flex: 0 0 calc(33.33%-10px); } }
@media(max-width:768px) {.template-index .pc { flex: 0 0 calc(50%-7px); } }
@media(max-width:480px) {.template-index .pc { flex: 0 0 82%; } }
.template-index .pc-img { aspect-ratio: 1; overflow: hidden; background: var(--bg); position: relative; }
.template-index .pc-img img,
.template-index .pc-img .pc-img__media { height: 100%; width: 100%; object-fit: cover; transition: transform 0.5s; }
.template-index .pc:hover .pc-img img,
.template-index .pc:hover .pc-img .pc-img__media { transform: scale(1.05); }
.template-index .pc-badge { position: absolute; top: 11px; left: 11px; font-size: 9.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 11px; border-radius: var(--pill); }
.template-index .pb-bs { background: var(--ink); color: #fff; }
.template-index .pb-new { background: var(--accent); color: #fff; }
.template-index .pb-sale { background: #B94040; color: #fff; }
.template-index .pb-aw { background: var(--gold); color: var(--dark); }
.template-index .pc-wish { position: absolute; top: 11px; right: 11px; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,0.9); backdrop-filter: blur(4px); display: flex; align-items: center; justify-content: center; font-size: 15px; cursor: pointer; opacity: 0; transform: translateY(-4px); transition: all 0.22s; }
.template-index .pc:hover .pc-wish { opacity: 1; transform: translateY(0); }
.template-index .pc-quick { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(17,17,17,0.92); color: #fff; font-family: var(--body); font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 14px; cursor: pointer; transform: translateY(101%); transition: transform 0.26s; backdrop-filter: blur(4px); }
.template-index .pc:hover .pc-quick { transform: translateY(0); }
.template-index .pc-body { padding: 16px 18px 20px; }
.template-index .pc-name { font-family: var(--head); font-size: 15px; font-weight: 700; color: var(--ink); line-height: 1.3; margin-bottom: 4px; letter-spacing: -0.01em; }
.template-index .pc-spec { font-size: 12px; color: var(--ink-light); margin-bottom: 9px; }
.template-index .pc-stars { color: #F59E0B; font-size: 12px; }
.template-index .pc-stars span { color: var(--ink-light); font-size: 11.5px; }
.template-index .pc-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 9px; }
.template-index .pc-price { font-family: var(--head); font-size: 17px; font-weight: 800; color: var(--ink); }
.template-index .pc-was { font-size: 12.5px; color: var(--ink-light); text-decoration: line-through; margin-left: 6px; }
.template-index .pc-fsa { font-size: 10px; font-weight: 600; color: var(--accent); border: 1px solid var(--accent); border-radius: 4px; padding: 2px 7px; display: inline-block; margin-top: 7px; }
.template-index .pc--bundle { background: var(--dark); border-color: rgba(255,255,255,0.08); }
.template-index .pc--bundle:hover { border-color: var(--accent); }
.template-index .pc--bundle .pc-img { background: rgba(255,255,255,0.04); }
.template-index .pc--bundle .pc-name { color: var(--white); }
.template-index .pc--bundle .pc-spec { color: rgba(255,255,255,0.4); }
.template-index .pc--bundle .pc-price { color: var(--accent-light); }
.template-index .pc--bundle .pc-was { color: rgba(255,255,255,0.25); }

/* ════════════════════════════════
   VIDEO SECTION 2 — HYDROGEN WATER
   ════════════════════════════════ */
.template-index .water-section { position: relative; padding: 100px 0; overflow: hidden; min-height: 650px; display: flex; align-items: center; }
.template-index .water-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.template-index .water-bg-fallback { position: absolute; inset: 0; background: linear-gradient(135deg, #060f0e 0%, #0b2420 40%, #0a1c19 70%, #050d0b 100%); z-index: 0; }
.template-index .water-bg-img { position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1559757175-0eb30cd8c063?w=1800&auto=format&fit=crop&q=80') center/cover; opacity: 0.15; mix-blend-mode: luminosity; z-index: 1; }
.template-index .water-ov { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(5,13,12,0.97) 0%, rgba(5,13,12,0.75) 48%, rgba(5,13,12,0.45) 100%); z-index: 2; }
.template-index .water-inner { position: relative; z-index: 3; width: 100%; }
.template-index .water-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
@media(max-width:900px){.template-index .water-grid { grid-template-columns: 1fr; gap: 48px; } }
.template-index .water-title { margin-bottom: 18px; }
.template-index .water-desc { font-size: 15px; color: rgba(255,255,255,0.52); line-height: 1.72; max-width: 420px; margin-bottom: 30px; font-weight: 300; }
.template-index .water-stats { display: flex; gap: 0; margin-bottom: 34px; }
.template-index .ws { padding-right: 28px; margin-right: 28px; border-right: 1px solid rgba(255,255,255,0.12); }
.template-index .ws:last-child { border-right: none; padding-right: 0; margin-right: 0; }
.template-index .ws-n { font-family: var(--head); font-size: 30px; font-weight: 800; color: var(--accent-light); line-height: 1; }
.template-index .ws-l { font-size: 11px; color: rgba(255,255,255,0.38); margin-top: 4px; }
.template-index .water-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.template-index .water-right { display: flex; flex-direction: column; gap: 16px; }
.template-index .water-play-row { display: flex; align-items: center; gap: 16px; margin-bottom: 4px; }
.template-index .w-play { width: 64px; height: 64px; border-radius: 50%; background: rgba(45,90,79,0.25); border: 2px solid var(--accent); color: var(--accent-light); font-size: 22px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.28s; flex-shrink: 0; }
.template-index .w-play:hover { background: var(--accent); color: #fff; transform: scale(1.08); box-shadow: 0 0 40px rgba(45,90,79,0.5); }
.template-index .w-play-txt { font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.48); line-height: 1.5; }
.template-index .wsg-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.template-index .wsg { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.09); border-radius: var(--r12); padding: 16px 18px; transition: background 0.2s; }
.template-index .wsg:hover { background: rgba(255,255,255,0.09); }
.template-index .wsg-v { font-family: var(--head); font-size: 19px; font-weight: 800; color: var(--accent-light); margin-bottom: 4px; line-height: 1; }
.template-index .wsg-l { font-size: 11px; color: rgba(255,255,255,0.4); }

/* ════════════════════════════════
   MOVING QUOTE MARQUEE
   Creative brand statement section
   ════════════════════════════════ */
.template-index .marquee-section { background: var(--accent); padding: 0; overflow: hidden; }
.template-index .marquee-track { display: flex; gap: 0; animation: mq 28s linear infinite; width: max-content; }
.template-index .marquee-track:hover { animation-play-state: paused; }
@keyframes mq { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.template-index .mq-item { display: flex; align-items: center; gap: 32px; padding: 22px 40px; white-space: nowrap; flex-shrink: 0; }
.template-index .mq-text { font-family: var(--head); font-size: 17px; font-weight: 700; color: rgba(255,255,255,0.9); letter-spacing: -0.01em; }
.template-index .mq-text em { font-style: italic; color: var(--gold-light); font-weight: 400; }
.template-index .mq-divider { font-size: 20px; color: rgba(255,255,255,0.3); flex-shrink: 0; }

/* ════════════════════════════════
   BENEFIT STRIP
   ════════════════════════════════ */
.template-index .benefit-strip { background: var(--white); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.template-index .benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.template-index .benefit-col { padding: 36px 28px; border-right: 1px solid var(--rule); display: flex; align-items: flex-start; gap: 14px; }
.template-index .benefit-col:last-child { border-right: none; }
.template-index .b-icon { width: 44px; height: 44px; border-radius: 11px; background: var(--accent-pale); flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 20px; border: 1px solid rgba(45,90,79,0.2); }
.template-index .b-name { font-family: var(--head); font-size: 13.5px; font-weight: 700; color: var(--ink); margin-bottom: 5px; }
.template-index .b-desc { font-size: 12.5px; color: var(--ink-light); line-height: 1.58; }
@media(max-width:900px){.template-index .benefit-grid { grid-template-columns: 1fr 1fr; } .benefit-col:nth-child(2){ border-right:none; } .benefit-col:nth-child(3),.benefit-col:nth-child(4){ border-top:1px solid var(--rule); } }
@media(max-width:480px){.template-index .benefit-grid { grid-template-columns: 1fr; } .benefit-col { border-right:none; border-bottom:1px solid var(--rule); } .benefit-col:last-child{ border-bottom:none; } }

/* ════════════════════════════════
   STATS BAND
   ════════════════════════════════ */
.template-index .stats-band { background: var(--dark); padding: 60px 0; }
.template-index .stats-row { display: grid; grid-template-columns: repeat(4,1fr); text-align: center; }
.template-index .stat-col { padding: 0 24px; border-right: 1px solid rgba(255,255,255,0.08); }
.template-index .stat-col:last-child { border-right: none; }
.template-index .stat-num { font-family: var(--head); font-size: clamp(40px,5vw,64px); font-weight: 800; color: var(--white); line-height: 1; letter-spacing: -0.04em; margin-bottom: 8px; }
.template-index .stat-num .su { font-size: 0.6em; color: var(--accent-light); }
.template-index .stat-lbl { font-size: 13px; color: rgba(255,255,255,0.42); }
@media(max-width:768px){.template-index .stats-row { grid-template-columns: 1fr 1fr; } .stat-col:nth-child(2){ border-right:none; } .stat-col:nth-child(3),.stat-col:nth-child(4){ border-top:1px solid rgba(255,255,255,0.08); padding-top:32px; margin-top:32px; } }

/* ════════════════════════════════
   SPLIT — Eye Therapy detail
   ════════════════════════════════ */
.template-index .split-section { padding: 96px 0; background: var(--white); border-top: 1px solid var(--rule); }
.template-index .split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.template-index .split-grid.flip { direction: rtl; }
.template-index .split-grid.flip > * { direction: ltr; }
@media(max-width:900px){.template-index .split-grid, .split-grid.flip { grid-template-columns:1fr; direction:ltr; gap:40px; } }
.template-index .split-media { position: relative; }
.template-index .split-frame {
  position: relative;
  border-radius: var(--r24);
  overflow: hidden;
  aspect-ratio: 4/5;
  background: linear-gradient(165deg, #f0efec 0%, #e8e6e1 100%);
}
.template-index .split-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 12%;
}
.template-index .split-chip {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  background: rgba(12, 12, 12, 0.88);
  color: var(--white);
  border-radius: var(--r12);
  padding: 14px 16px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  max-width: none;
}
.template-index .split-grid.flip .split-chip {
  left: 16px;
  right: 16px;
}
@media (max-width: 900px) {
  .template-index .split-chip {
    left: 14px !important;
    right: 14px !important;
    bottom: 14px;
  }
}
.template-index .scc-v { font-family: var(--head); font-size: 26px; font-weight: 800; color: var(--accent-light); line-height: 1; }
.template-index .scc-l { font-size: 11.5px; color: rgba(255, 255, 255, 0.55); margin-top: 5px; line-height: 1.4; }
.template-index .split-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
.template-index .split-actions .btn--lg svg {
  width: 16px;
  height: 16px;
}
.template-index .split-title { margin-bottom: 16px; }
.template-index .split-desc { font-size: 15px; color: var(--ink-light); line-height: 1.76; margin-bottom: 28px; font-weight: 300; }
.template-index .feat-list { list-style: none; margin-bottom: 36px; }
.template-index .feat-list li { display: flex; align-items: flex-start; gap: 13px; padding: 13px 0; border-bottom: 1px solid var(--rule); font-size: 14px; }
.template-index .feat-list li:last-child { border-bottom: none; }
.template-index .fl-check { width: 22px; height: 22px; border-radius: 50%; background: var(--accent); color: #fff; font-size: 11px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.template-index .fl-t { font-weight: 600; color: var(--ink); display: block; }
.template-index .fl-s { font-size: 12.5px; color: var(--ink-light); margin-top: 2px; display: block; }

/* ════════════════════════════════
   HERO DUO — editorial split layout
   ════════════════════════════════ */
.template-index .lifestyle-section--hero-duo {
  position: relative;
  background:
    linear-gradient(160deg, #0f2420 0%, #0a1210 22%, #070908 48%, #100e08 72%, #0a1412 100%);
  padding: clamp(40px, 4.5vw, 52px) 0 clamp(48px, 5vw, 64px);
  margin-top: 0;
  border-top: none;
  overflow: hidden;
}
.template-index .hero-duo__mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 100% 70% at 50% -8%, rgba(82, 160, 146, 0.22) 0%, transparent 55%),
    radial-gradient(circle at 95% 75%, rgba(201, 169, 110, 0.14) 0%, transparent 40%),
    radial-gradient(circle at 4% 55%, rgba(45, 90, 79, 0.16) 0%, transparent 38%);
}
.template-index .hero-duo__gradient-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  transform: none;
  width: 100%;
  background: linear-gradient(90deg, transparent 0%, var(--accent-light) 20%, var(--gold-light) 50%, var(--accent-light) 80%, transparent 100%);
  opacity: 0.85;
  pointer-events: none;
}
.template-index .lifestyle-section--hero-duo .w {
  position: relative;
  z-index: 1;
}
.template-index .hero-duo-head {
  text-align: center;
  margin: 0 auto clamp(28px, 3.5vw, 38px);
  max-width: 640px;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.template-index .hero-duo-head__label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 12px;
  padding: 0;
  background: none;
  border: none;
  color: rgba(201, 169, 110, 0.72);
}
.template-index .hero-duo-head__title {
  margin: 0;
  font-family: var(--head);
  font-size: clamp(26px, 3.4vw, 40px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.04em;
  color: var(--white);
  text-wrap: balance;
}
.template-index .hero-duo-head__title .cg {
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 55%, #b8945a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.template-index .hero-duo-head__sub {
  margin: 14px auto 0;
  max-width: 44ch;
  font-size: clamp(13px, 1.35vw, 15px);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.5);
}
.template-index .hero-duo-head__title::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  margin: 16px auto 0;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--accent-light), var(--gold-light), var(--gold));
  opacity: 0.85;
}
.template-index .hero-duo-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(14px, 1.8vw, 18px);
  align-items: stretch;
  max-width: 1080px;
  margin: 0 auto;
  min-height: clamp(380px, 42vw, 480px);
}
.template-index .hero-duo-feature {
  position: relative;
  min-height: 100%;
  border-radius: 18px;
  padding: 1px;
  background: linear-gradient(145deg, rgba(82, 160, 146, 0.65) 0%, rgba(201, 169, 110, 0.45) 50%, rgba(45, 90, 79, 0.55) 100%);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.template-index .hero-duo-feature:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.4);
}
.template-index .hero-duo-feature__frame {
  position: relative;
  height: 100%;
  min-height: 100%;
  border-radius: 17px;
  overflow: hidden;
  background: linear-gradient(165deg, #0e1816 0%, #080a09 50%, #12100a 100%);
}
.template-index .hero-duo-feature__video,
.template-index .hero-duo-feature__img {
  width: 100%;
  height: 100%;
  min-height: clamp(380px, 42vw, 480px);
  display: block;
}
.template-index .hero-duo-feature__video {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
}
.template-index .hero-duo-feature__img--showcase {
  object-fit: contain;
  object-position: center;
  padding: clamp(14%, 4vw, 18%);
  mix-blend-mode: lighten;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.4));
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.template-index .hero-duo-feature--showcase:hover .hero-duo-feature__img--showcase {
  transform: scale(1.03);
}
.template-index .hero-duo-feature__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 45%, rgba(82, 160, 146, 0.2) 0%, transparent 55%),
    radial-gradient(circle at 80% 80%, rgba(201, 169, 110, 0.08) 0%, transparent 45%);
  z-index: 1;
}
.template-index .hero-duo-feature__scrim {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(7, 9, 8, 0.15) 0%, transparent 30%),
    linear-gradient(180deg, transparent 50%, rgba(7, 9, 8, 0.75) 78%, rgba(7, 9, 8, 0.95) 100%);
  pointer-events: none;
}
.template-index .hero-duo-feature--video .hero-duo-feature__scrim {
  background:
    linear-gradient(180deg, rgba(7, 9, 8, 0.25) 0%, transparent 35%),
    linear-gradient(180deg, transparent 55%, rgba(7, 9, 8, 0.82) 100%);
}
.template-index .hero-duo-feature__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 22px 22px 20px;
}
.template-index .hero-duo-feature__tag {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-light);
  padding: 0;
  margin-bottom: 8px;
  background: none;
  border: none;
  backdrop-filter: none;
}
.template-index .hero-duo-feature__title {
  margin: 0 0 6px;
  font-family: var(--head);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--white);
}
.template-index .hero-duo-feature__desc {
  margin: 0;
  max-width: 34ch;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.62);
}
.template-index .hero-duo-stack {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.5vw, 14px);
  min-height: 100%;
}
.template-index .hero-duo-hero {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: clamp(168px, 18vw, 196px);
  text-decoration: none;
  color: inherit;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(155deg, rgba(45, 90, 79, 0.14) 0%, rgba(12, 14, 13, 0.85) 45%, rgba(201, 169, 110, 0.08) 100%);
  border: 1px solid rgba(82, 160, 146, 0.2);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
  position: relative;
}
.template-index .hero-duo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(82, 160, 146, 0.35), rgba(201, 169, 110, 0.25), rgba(45, 90, 79, 0.2));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.6;
}
.template-index .hero-duo-hero:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 169, 110, 0.4);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}
.template-index .hero-duo-hero__media {
  position: relative;
  flex: 0 0 clamp(128px, 36%, 168px);
  min-height: 100%;
  overflow: hidden;
  background: linear-gradient(165deg, #101816 0%, #0a0c0b 55%, #12100a 100%);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}
.template-index .hero-duo-hero__media-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 60%, rgba(82, 160, 146, 0.15) 0%, transparent 65%);
}
.template-index .hero-duo-hero:nth-of-type(2) .hero-duo-hero__media-glow {
  background: radial-gradient(circle at 50% 40%, rgba(201, 169, 110, 0.1) 0%, transparent 60%);
}
.template-index .hero-duo-hero__index {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  font-family: var(--head);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  background: linear-gradient(180deg, var(--gold-light) 0%, var(--gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.template-index .hero-duo-hero__badge {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--dark);
  padding: 4px 7px;
  border-radius: var(--pill);
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);
  max-width: calc(100% - 36px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.template-index .hero-duo-hero__img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: clamp(168px, 18vw, 196px);
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.template-index .hero-duo-hero__video {
  object-fit: cover;
  mix-blend-mode: normal;
  filter: none;
  padding: 0;
  transform: none;
}
.template-index .hero-duo-hero:first-of-type .hero-duo-hero__video,
.template-index .hero-duo-hero:nth-of-type(2) .hero-duo-hero__video {
  object-fit: cover;
  mix-blend-mode: normal;
  filter: none;
  padding: 0;
  transform: none;
}
.template-index .hero-duo-hero:hover .hero-duo-hero__video {
  transform: scale(1.03);
}
.template-index .hero-duo-hero:first-of-type .hero-duo-hero__img {
  object-fit: contain;
  object-position: center;
  padding: clamp(14px, 2vw, 20px) clamp(10px, 1.5vw, 14px);
  mix-blend-mode: lighten;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.35));
}
.template-index .hero-duo-hero:nth-of-type(2) .hero-duo-hero__img {
  object-fit: cover;
  object-position: center 6%;
  transform: scale(1.12);
  transform-origin: center 20%;
}
.template-index .hero-duo-hero:nth-of-type(2) .hero-duo-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(10, 12, 11, 0.2) 0%, transparent 35%, rgba(10, 12, 11, 0.45) 100%);
}
.template-index .hero-duo-hero:hover .hero-duo-hero__img {
  transform: scale(1.06);
}
.template-index .hero-duo-hero:first-of-type:hover .hero-duo-hero__img {
  transform: scale(1.04);
}
.template-index .hero-duo-hero:nth-of-type(2):hover .hero-duo-hero__img {
  transform: scale(1.16);
}
.template-index .hero-duo-hero__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  padding: 14px 16px 16px;
  gap: 0;
}
.template-index .hero-duo-hero__main {
  margin-bottom: 8px;
}
.template-index .hero-duo-hero__eyebrow {
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(82, 160, 146, 0.85);
  margin-bottom: 4px;
}
.template-index .hero-duo-hero__title {
  margin: 0;
  font-family: var(--head);
  font-size: clamp(16px, 1.6vw, 19px);
  font-weight: 800;
  color: var(--white);
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.template-index .hero-duo-hero__spec {
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.5);
}
.template-index .hero-duo-hero__details {
  padding-top: 12px;
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.template-index .hero-duo-hero__desc {
  margin: 0 0 8px;
  font-size: 12.5px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.58);
}
.template-index .hero-duo-hero__meta {
  margin: 0;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: rgba(201, 169, 110, 0.75);
}
.template-index .hero-duo-hero__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.template-index .hero-duo-hero__price {
  font-family: var(--head);
  font-size: clamp(17px, 1.6vw, 20px);
  font-weight: 800;
  background: linear-gradient(90deg, var(--gold-light) 0%, var(--gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.02em;
}
.template-index .hero-duo-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white);
  padding: 9px 14px;
  border-radius: var(--pill);
  background: linear-gradient(135deg, rgba(82, 160, 146, 0.35) 0%, rgba(45, 90, 79, 0.45) 100%);
  border: 1px solid rgba(82, 160, 146, 0.35);
  white-space: nowrap;
  transition: background 0.22s ease, gap 0.22s ease, border-color 0.22s ease;
}
.template-index .hero-duo-hero__cta svg {
  width: 12px;
  height: 12px;
  transition: transform 0.22s ease;
}
.template-index .hero-duo-hero:hover .hero-duo-hero__cta {
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);
  color: var(--dark);
  border-color: var(--gold);
  gap: 9px;
}
.template-index .hero-duo-hero:hover .hero-duo-hero__cta svg {
  transform: translateX(2px);
}
@media (max-width: 900px) {
  .template-index .hero-duo-layout {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .template-index .hero-duo-feature__video,
  .template-index .hero-duo-feature__img {
    min-height: auto;
  }
  .template-index .hero-duo-feature {
    aspect-ratio: 16 / 10;
    min-height: auto;
  }
  .template-index .hero-duo-head__title {
    white-space: normal;
  }
}
@media (max-width: 767px) {
  .template-index .hero-duo-hero__media {
    flex-basis: clamp(112px, 32vw, 140px);
  }
  .template-index .hero-duo-hero__img {
    min-height: 152px;
  }
}
@media (max-width: 480px) {
  .template-index .hero-duo-hero__desc {
    font-size: 11.5px;
  }
}

/* ════════════════════════════════
   HIGH-TICKET — dark split-panel showcase
   ════════════════════════════════ */
.template-index .htic-section--showcase {
  position: relative;
  background: linear-gradient(165deg, #1e3a34 0%, #152822 48%, #101d1a 100%);
  padding: 88px 0;
  border-top: none;
  overflow: hidden;
}
.template-index .htic-section--showcase::before {
  content: '';
  position: absolute;
  right: -80px;
  top: -80px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(82, 160, 146, 0.22) 0%, transparent 70%);
  pointer-events: none;
}
.template-index .htic-section--showcase::after {
  content: '';
  position: absolute;
  left: -60px;
  bottom: -60px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 169, 110, 0.12) 0%, transparent 70%);
  pointer-events: none;
}
.template-index .htic-section--showcase .w {
  position: relative;
  z-index: 1;
}
.template-index .htic-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.template-index .htic-showcase {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 44px;
}
.template-index .htic-panel {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--r20);
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.28s ease, border-color 0.28s ease;
  background: #111;
}
.template-index .htic-panel:hover { transform: translateY(-4px); border-color: rgba(201,169,110,0.35); }
.template-index .htic-panel__top { position: relative; }
.template-index .htic-panel__index {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  font-family: var(--head);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: rgba(201,169,110,0.75);
}
.template-index .htic-panel__media {
  aspect-ratio: 1 / 0.82;
  background: linear-gradient(180deg, #f5f4f1 0%, #ebe8e3 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.template-index .htic-panel__media img,
.template-index .htic-panel__media .htic-panel__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 32px 28px;
  transition: transform 0.6s ease;
}
.template-index .htic-panel:hover .htic-panel__media img,
.template-index .htic-panel:hover .htic-panel__media .htic-panel__img { transform: scale(1.05); }
.template-index .htic-panel__foot {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 22px 22px 24px;
  border-top: 1px solid rgba(255,255,255,0.07);
  background: #0e0e0e;
  flex: 1;
}
.template-index .htic-section--showcase .htic-chip {
  display: inline-block;
  background: transparent;
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0;
  border-radius: 0;
  margin-bottom: 8px;
  border: none;
}
.template-index .htic-section--showcase .htic-name {
  font-family: var(--head);
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 6px;
  letter-spacing: -0.025em;
}
.template-index .htic-section--showcase .htic-sub {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  margin: 0;
  line-height: 1.5;
}
.template-index .htic-section--showcase .htic-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
  background: transparent;
  border: none;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 16px 0 0;
  border-radius: 0;
  backdrop-filter: none;
  transition: color 0.2s;
}
.template-index .htic-panel:hover .htic-link { color: var(--gold); background: transparent; border-color: rgba(201,169,110,0.2); }
@media (max-width: 900px) {
  .template-index .htic-showcase { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .template-index .htic-showcase { grid-template-columns: 1fr; }
}

/* ════════════════════════════════
   REVIEWS — compact premium dark
   ════════════════════════════════ */
.template-index .reviews-section {
  background: #0C0C0C;
  padding: clamp(56px, 6vw, 72px) 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.template-index .reviews-section--premium {
  background: linear-gradient(180deg, #0E0E0E 0%, #0A0A0A 100%);
}
.template-index .reviews-section::before {
  content: '';
  position: absolute;
  top: -120px;
  left: -80px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(45, 90, 79, 0.16) 0%, transparent 70%);
  pointer-events: none;
}
.template-index .reviews-section::after {
  content: '';
  position: absolute;
  bottom: -100px;
  right: -60px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 169, 110, 0.07) 0%, transparent 70%);
  pointer-events: none;
}
.template-index .reviews-bar {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr) auto;
  align-items: center;
  gap: clamp(20px, 3vw, 40px);
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}
.template-index .reviews-bar__intro {
  min-width: 0;
}
.template-index .reviews-bar__title {
  font-family: var(--head);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: var(--white);
  margin: 0;
}
.template-index .reviews-bar__stats {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 32px);
  min-width: 0;
}
.template-index .rm-score {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.template-index .rm-num {
  font-family: var(--head);
  font-size: clamp(42px, 4.5vw, 52px);
  font-weight: 800;
  color: var(--white);
  line-height: 1;
  letter-spacing: -0.05em;
}
.template-index .rm-meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.template-index .rm-stars {
  color: #F59E0B;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1;
}
.template-index .rm-count {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.42);
  line-height: 1.3;
}
.template-index .rm-bars {
  flex: 1;
  min-width: 180px;
  max-width: 300px;
}
.template-index .rb-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.template-index .rb-row:last-child {
  margin-bottom: 0;
}
.template-index .rb-lbl {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.42);
  width: 32px;
  text-align: right;
  flex-shrink: 0;
}
.template-index .rb-track {
  flex: 1;
  height: 5px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 3px;
  overflow: hidden;
}
.template-index .rb-fill {
  height: 100%;
  background: linear-gradient(90deg, #D97706, #F59E0B);
  border-radius: 3px;
}
.template-index .rb-count {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.32);
  width: 44px;
  flex-shrink: 0;
  text-align: right;
}
.template-index .reviews-bar__link {
  flex-shrink: 0;
  align-self: start;
  margin-top: 18px;
}
.template-index .reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) {
  .template-index .reviews-bar {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .template-index .reviews-bar__link {
    margin-top: 0;
    justify-self: start;
  }
  .template-index .reviews-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .template-index .reviews-bar__stats {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .template-index .rm-bars {
    width: 100%;
    max-width: none;
  }
  .template-index .reviews-grid {
    grid-template-columns: 1fr;
  }
}
.template-index .rc {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--r16);
  padding: 20px 20px 18px;
  backdrop-filter: blur(8px);
  transition: border-color 0.25s, transform 0.25s, background 0.25s;
}
.template-index .rc:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(82, 160, 146, 0.35);
  transform: translateY(-2px);
}
.template-index .rc-product {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-light);
  margin-bottom: 8px;
}
.template-index .rc-stars {
  color: #F59E0B;
  font-size: 12px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.template-index .rc-text {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
  margin-bottom: 16px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.template-index .rc-author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}
.template-index .rc-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.08);
  border: 1.5px solid rgba(255, 255, 255, 0.12);
}
.template-index .rc-avatar img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.template-index .rc-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
}
.template-index .rc-meta {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.38);
  line-height: 1.3;
}
.template-index .rc-verified {
  font-size: 10.5px;
  color: var(--accent-light);
  font-weight: 600;
  margin-top: 2px;
}

/* ════════════════════════════════
   PRESS — subtle editorial trust bar
   ════════════════════════════════ */
.template-index .press-section {
  background: var(--bg-alt);
  padding: 56px 0;
  border-top: 1px solid var(--rule);
}
.template-index .press-section--subtle {
  background: transparent;
  padding: 22px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: none;
  position: relative;
  overflow: hidden;
}
.template-index .press-section--subtle::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 120% at 50% 0%, rgba(82, 160, 146, 0.07) 0%, transparent 62%),
    radial-gradient(ellipse 40% 80% at 90% 100%, rgba(201, 169, 110, 0.05) 0%, transparent 60%);
  pointer-events: none;
}
.template-index .press-section--subtle .w {
  position: relative;
  z-index: 1;
}
.template-index .press-label-row {
  text-align: center;
  margin-bottom: 12px;
}
.template-index .press-label-tag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(45, 90, 79, 0.55);
}
.template-index .press-section--subtle .press-label-tag {
  color: rgba(72, 88, 84, 0.58);
}
.template-index .press-label-tag::before,
.template-index .press-label-tag::after {
  content: '';
  width: clamp(24px, 4vw, 48px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(45, 90, 79, 0.18), transparent);
}
.template-index .press-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vw, 28px);
  flex-wrap: nowrap;
  max-width: 980px;
  margin: 0 auto;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 2px 0;
}
.template-index .press-logos::-webkit-scrollbar { display: none; }
.template-index .press-section--subtle .press-logos {
  gap: 0;
  align-items: stretch;
}
.template-index .press-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 0;
  flex: 1 1 0;
  padding: 0 clamp(14px, 2.2vw, 28px);
  border-radius: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  color: #5C6561;
  transition: opacity 0.25s ease, transform 0.25s ease;
  cursor: default;
  position: relative;
}
.template-index .press-section--subtle .press-logo {
  background: transparent;
  border: none;
  box-shadow: none;
}
.template-index .press-section--subtle .press-logo:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 34px;
  background: linear-gradient(180deg, transparent, rgba(45, 90, 79, 0.14), transparent);
}
.template-index .press-logo:hover {
  color: var(--accent);
  transform: translateY(-1px);
}
.template-index .press-section--subtle .press-logo:hover {
  background: transparent;
  border: none;
  box-shadow: none;
  transform: translateY(-1px);
}
.template-index .pl-name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  font-family: var(--head);
  color: #3A403E;
  text-align: center;
  transition: color 0.25s ease, opacity 0.25s ease;
  white-space: nowrap;
  opacity: 0.72;
}
.template-index .press-section--subtle .pl-name {
  color: #3A403E;
  opacity: 0.72;
}
.template-index .press-logo:hover .pl-name {
  opacity: 1;
}
/* Brand typography — unified monochrome wordmarks */
.template-index .press-logo--forbes .pl-name {
  color: #2A2A2A;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
}
.template-index .press-logo--forbes .pl-desc { color: rgba(45, 90, 79, 0.42); }
.template-index .press-logo--forbes,
.template-index .press-logo--wired,
.template-index .press-logo--menshealth,
.template-index .press-logo--self,
.template-index .press-logo--verywell {
  background: transparent;
  border: none;
}
.template-index .press-logo--vogue .pl-name {
  color: #2A2A2A;
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-weight: 600;
}
.template-index .press-logo--vogue .pl-desc { color: rgba(45, 90, 79, 0.42); }
.template-index .press-logo--wired .pl-name {
  color: #2A2A2A;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.template-index .press-logo--wired .pl-desc { color: rgba(45, 90, 79, 0.42); }
.template-index .press-logo--menshealth .pl-name {
  color: #2A2A2A;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.template-index .press-logo--menshealth .pl-desc { color: rgba(45, 90, 79, 0.42); }
.template-index .press-logo--self .pl-name {
  color: #2A2A2A;
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-weight: 600;
}
.template-index .press-logo--self .pl-desc { color: rgba(45, 90, 79, 0.42); }
.template-index .press-logo--verywell .pl-name {
  color: #2A2A2A;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.template-index .press-logo--verywell .pl-desc { color: rgba(45, 90, 79, 0.42); }
.template-index .press-logo:hover .pl-name {
  color: #1A1F1D;
}
.template-index .pl-name--serif {
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.template-index .pl-name--track {
  letter-spacing: 0.11em;
  font-size: 11px;
  font-weight: 800;
  color: #2A2A2A;
}
.template-index .pl-desc {
  font-size: 7.5px;
  color: rgba(45, 90, 79, 0.38);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  white-space: nowrap;
  transition: color 0.25s ease, opacity 0.25s ease;
  opacity: 0.85;
}
.template-index .press-logo:hover .pl-desc {
  color: rgba(45, 90, 79, 0.55);
  opacity: 1;
}
@media (max-width: 900px) {
  .template-index .press-section--subtle {
    padding: 18px 0 16px;
  }
  .template-index .press-section--subtle .press-logos {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    max-width: none;
    padding: 0 4px;
    gap: 10px;
  }
  .template-index .press-section--subtle .press-logo {
    flex: 0 0 auto;
    padding: 0 16px;
  }
  .template-index .press-section--subtle .press-logo:not(:last-child)::after {
    height: 28px;
  }
  .template-index .press-section--subtle .pl-name {
    font-size: 15px !important;
  }
  .template-index .press-section--subtle .pl-name--track {
    font-size: 9px !important;
    letter-spacing: 0.08em !important;
  }
}
@media (max-width: 540px) {
  .template-index .press-section--subtle {
    padding: 16px 0 14px;
  }
  .template-index .press-label-row {
    margin-bottom: 10px;
  }
}

/* ════════════════════════════════
   NEWSLETTER — distinct teal panel
   ════════════════════════════════ */
.template-index .newsletter-section {
  background: linear-gradient(165deg, #1e3a34 0%, #152822 48%, #101d1a 100%);
  border-top: none;
  padding: clamp(72px, 9vw, 112px) 0 clamp(72px, 8vw, 104px);
  position: relative;
  overflow: hidden;
}
.template-index .nl-glow { position: absolute; right: -80px; top: -80px; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(82,160,146,0.22) 0%, transparent 70%); pointer-events: none; }
.template-index .nl-glow2 { position: absolute; left: -60px; bottom: -60px; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(201,169,110,0.12) 0%, transparent 70%); pointer-events: none; }
.template-index .nl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 1; }
@media(max-width:900px){ .template-index .nl-grid { grid-template-columns: 1fr; gap: 36px; } }
.template-index .nl-sub { font-size: 15px; color: rgba(255,255,255,0.58); font-weight: 300; line-height: 1.65; max-width: 400px; }
.template-index .nl-stats { display: flex; gap: 28px; margin-top: 24px; flex-wrap: wrap; }
.template-index .nl-s { font-size: 13px; color: rgba(255,255,255,0.45); }
.template-index .nl-s strong { color: var(--gold-light); }
.template-index .nl-form { display: flex; flex-direction: column; gap: 11px; }
.template-index .nl-row { display: flex; gap: 10px; }
@media(max-width:540px){ .template-index .nl-row { flex-direction: column; } }
.template-index .nl-inp { flex:1; padding: 14px 18px; background: rgba(255,255,255,0.08); border: 1.5px solid rgba(255,255,255,0.16); border-radius: var(--r12); font-family: var(--body); font-size: 14px; color: #fff; outline: none; transition: border-color 0.2s; min-width: 0; }
.template-index .nl-inp::placeholder { color: rgba(255,255,255,0.35); }
.template-index .nl-inp:focus { border-color: var(--gold-light); }
.template-index .nl-full { width: 100%; padding: 14px 18px; background: rgba(255,255,255,0.08); border: 1.5px solid rgba(255,255,255,0.16); border-radius: var(--r12); font-family: var(--body); font-size: 14px; color: #fff; outline: none; transition: border-color 0.2s; }
.template-index .nl-full::placeholder { color: rgba(255,255,255,0.35); }
.template-index .nl-full:focus { border-color: var(--gold-light); }
.template-index .nl-btn { width: 100%; background: var(--gold); color: var(--dark); font-family: var(--body); font-size: 14px; font-weight: 700; letter-spacing: 0.04em; padding: 16px; border-radius: var(--r12); cursor: pointer; transition: background 0.2s, transform 0.2s; }
.template-index .nl-btn:hover { background: var(--gold-light); transform: translateY(-1px); }
.template-index .nl-disc { font-size: 11.5px; color: rgba(255,255,255,0.4); text-align: center; line-height: 1.55; }

/* ════════════════════════════════
   FOOTER
   ════════════════════════════════ */
.template-index .site-footer { background: #0A0A0A; color: rgba(255,255,255,0.5); }
.template-index .footer-main { padding: 72px 0 56px; border-bottom: 1px solid rgba(255,255,255,0.07); }
.template-index .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 48px; }
@media(max-width:1024px){.template-index .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; } }
@media(max-width:540px)  {.template-index .footer-grid { grid-template-columns: 1fr; } }
.template-index .f-logo { font-family: var(--head); font-size: 20px; font-weight: 800; color: var(--white); letter-spacing: -0.04em; display: flex; align-items: center; gap: 9px; margin-bottom: 14px; }
.template-index .f-lm { width: 28px; height: 28px; background: var(--accent); border-radius: 7px; display: flex; align-items: center; justify-content: center; font-size: 13px; }
.template-index .f-desc { font-size: 13.5px; line-height: 1.75; margin-bottom: 24px; max-width: 280px; }
.template-index .f-social { display: flex; gap: 8px; }
.template-index .f-soc { width: 36px; height: 36px; border-radius: 9px; background: rgba(255,255,255,0.07); display: flex; align-items: center; justify-content: center; font-size: 14px; color: rgba(255,255,255,0.45); cursor: pointer; transition: all 0.2s; }
.template-index .f-soc:hover { background: var(--accent); color: #fff; }
.template-index .f-col-h { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.75); margin-bottom: 18px; display: block; }
.template-index .f-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.template-index .f-links a { font-size: 13.5px; transition: color 0.18s; }
.template-index .f-links a:hover { color: rgba(255,255,255,0.9); }
.template-index .f-links a.sale { color: #C0392B; font-weight: 700; }
.template-index .footer-bottom { padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 12px; }
.template-index .f-pay { display: flex; gap: 6px; flex-wrap: wrap; }
.template-index .f-pay-t { background: rgba(255,255,255,0.08); border-radius: 5px; padding: 4px 9px; font-size: 9.5px; font-weight: 700; letter-spacing: 0.05em; color: rgba(255,255,255,0.38); }

/* ════════════════════════════════
   CART DRAWER
   ════════════════════════════════ */
.template-index .cart-veil { position: fixed; inset: 0; background: rgba(0,0,0,0.55); z-index: 800; opacity: 0; pointer-events: none; transition: opacity 0.3s; }
.template-index .cart-veil.on { opacity: 1; pointer-events: all; }
.template-index .cart-drawer { position: fixed; right: 0; top: 0; bottom: 0; width: 420px; background: var(--white); z-index: 801; transform: translateX(100%); transition: transform 0.38s cubic-bezier(0.25,0.46,0.45,0.94); display: flex; flex-direction: column; box-shadow: -20px 0 80px rgba(0,0,0,0.18); }
.template-index .cart-drawer.on { transform: translateX(0); }
@media(max-width:480px){.template-index .cart-drawer { width: 100%; } }
.template-index .cart-head { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; border-bottom: 1px solid var(--rule); }
.template-index .cart-title { font-family: var(--head); font-size: 17px; font-weight: 800; }
.template-index .cart-close { width: 36px; height: 36px; border-radius: 9px; background: var(--bg); font-size: 18px; color: var(--ink-mid); cursor: pointer; transition: background 0.15s; display: flex; align-items: center; justify-content: center; }
.template-index .cart-close:hover { background: var(--rule); }
.template-index .cart-body { flex: 1; overflow-y: auto; padding: 20px 24px; }
.template-index .ci { display: flex; gap: 14px; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid var(--rule); }
.template-index .ci-img { width: 80px; height: 80px; border-radius: var(--r12); overflow: hidden; flex-shrink: 0; background: var(--bg); }
.template-index .ci-img img { height: 100%; object-fit: cover; }
.template-index .ci-info { flex: 1; }
.template-index .ci-name { font-size: 14px; font-weight: 600; margin-bottom: 3px; color: var(--ink); }
.template-index .ci-var { font-size: 12px; color: var(--ink-light); margin-bottom: 10px; }
.template-index .ci-foot { display: flex; align-items: center; justify-content: space-between; }
.template-index .ci-qty { display: flex; align-items: center; gap: 8px; }
.template-index .ci-qb { width: 28px; height: 28px; border-radius: 8px; border: 1px solid var(--rule); background: var(--white); font-size: 15px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.15s; }
.template-index .ci-qb:hover { background: var(--bg); }
.template-index .ci-qn { font-size: 14px; font-weight: 600; }
.template-index .ci-price { font-size: 15px; font-weight: 700; color: var(--ink); }
.template-index .cart-foot { padding: 20px 24px; border-top: 1px solid var(--rule); }
.template-index .cart-total { display: flex; justify-content: space-between; margin-bottom: 6px; }
.template-index .ct-lbl { font-size: 14px; color: var(--ink-light); }
.template-index .ct-val { font-size: 16px; font-weight: 800; color: var(--ink); }
.template-index .cart-fs { font-size: 12px; color: var(--accent); margin-bottom: 16px; font-weight: 600; }
.template-index .cart-go { width: 100%; background: var(--ink); color: #fff; font-family: var(--body); font-size: 14px; font-weight: 700; letter-spacing: 0.04em; padding: 16px; border-radius: var(--r12); cursor: pointer; transition: background 0.2s; }
.template-index .cart-go:hover { background: #1e1e1e; }
.template-index .cart-cont { width: 100%; background: none; font-size: 13px; color: var(--ink-light); cursor: pointer; padding: 12px; text-decoration: underline; text-underline-offset: 3px; margin-top: 6px; transition: color 0.2s; }
.template-index .cart-cont:hover { color: var(--ink); }

/* Mobile sticky ATC */
.template-index .mobile-atc { position: fixed; bottom: 0; left: 0; right: 0; z-index: 100; background: var(--white); border-top: 1px solid var(--rule); padding: 12px 18px; display: none; box-shadow: 0 -8px 32px rgba(0,0,0,0.1); align-items: center; gap: 12px; }
@media(max-width:900px){.template-index .mobile-atc { display: flex; } }
.template-index .matc-price { font-family: var(--head); font-size: 18px; font-weight: 800; color: var(--ink); flex-shrink: 0; }
.template-index .matc-btn { flex: 1; background: var(--ink); color: #fff; font-family: var(--body); font-size: 14px; font-weight: 700; padding: 14px; border-radius: var(--r12); cursor: pointer; transition: background 0.2s; }
.template-index .matc-btn:hover { background: #1e1e1e; }

/* ════════════════════════════════
   VIDEO STRIP — hero product film suite
   ════════════════════════════════ */
.template-index .video-strip-section {
  background: var(--dark);
  padding: 64px 0 22px;
  position: relative;
  overflow: hidden;
}
.template-index .video-strip-section--suite {
  padding: 0 0 72px;
}
.template-index .video-strip-section--light {
  background: var(--bg);
  border-top: 1px solid var(--rule);
  scroll-margin-top: 80px;
}
.template-index .video-strip-section--light .hero-suite-bridge__line {
  background: linear-gradient(90deg, transparent, rgba(0,0,0,0.1), transparent);
}
.template-index .video-strip-section--light .hero-suite-bridge__pill {
  color: var(--ink-light);
  border-color: var(--rule);
  background: var(--white);
}
.template-index .video-strip-section--light .sec-sub { color: var(--ink-light); }
.template-index .video-strip-section--light .vc-card {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: var(--r12);
}
.template-index .video-strip-section--suite::before { display: none; }
.template-index .hero-suite-bridge {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 36px;
}
.template-index .hero-suite-bridge__line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.14), transparent);
}
.template-index .hero-suite-bridge__pill {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.38);
  padding: 6px 14px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--pill);
  background: rgba(255,255,255,0.03);
  white-space: nowrap;
}
.template-index .video-strip-head {
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
}
.template-index .sec-head--tight { margin-bottom: 0; }
.template-index .sec-sub--light { color: rgba(255,255,255,0.38); font-size: 13px; margin-top: 8px; }
.template-index .video-strip-bleed {
  position: relative;
  z-index: 1;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}
.template-index .video-strip-mask {
  overflow: hidden;
}
.template-index .video-strip-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}
.template-index .vc-card {
  overflow: hidden;
  background: #0a0a0a;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.template-index .vc-card:hover { opacity: 0.95; transform: translateY(-2px); }
.template-index .vc-media {
  position: relative;
  aspect-ratio: 9 / 14;
  overflow: hidden;
  background: #111;
}
.template-index .vc-video,
.template-index .vc-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.template-index .vc-card:hover .vc-video,
.template-index .vc-card:hover .vc-media img { transform: scale(1.04); }
.template-index .vc-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 4px;
  padding: 18px 14px 14px;
  background: linear-gradient(180deg, transparent 52%, rgba(0,0,0,0.78) 100%);
  pointer-events: none;
}
.template-index .vc-index {
  font-family: var(--head);
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 800;
  color: rgba(255,255,255,0.92);
  line-height: 1;
  letter-spacing: -0.04em;
}
.template-index .vc-scene {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.55);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.22s, transform 0.22s;
}
.template-index .vc-card:hover .vc-scene {
  opacity: 1;
  transform: translateY(0);
}
.template-index .vc-cta {
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent-light);
  margin-top: 2px;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.22s, transform 0.22s;
}
.template-index .vc-card:hover .vc-cta {
  opacity: 1;
  transform: translateY(0);
}
/* Tablet / iPad — scrollable film row so every video stays comfortably sized */
@media (max-width: 1024px) {
  .template-index .video-strip-mask {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
  }
  .template-index .video-strip-mask::-webkit-scrollbar { display: none; }
  .template-index .video-strip-track {
    display: flex;
    width: max-content;
    gap: 10px;
    padding: 0 24px;
  }
  .template-index .vc-card {
    flex: 0 0 clamp(240px, 34vw, 300px);
    scroll-snap-align: start;
  }
  .template-index .vc-scene,
  .template-index .vc-cta { opacity: 1; transform: none; }
}
@media(max-width:767px) {
  .template-index .video-strip-section { padding: 48px 0 14px; }
  .template-index .video-strip-head { margin-bottom: 22px; }
  .template-index .video-strip-track {
    gap: 8px;
    padding: 0 18px;
  }
  .template-index .vc-card {
    flex: 0 0 min(48vw, 210px);
  }
  .template-index .vc-media { aspect-ratio: 9 / 15; }
  .template-index .vc-overlay { padding: 14px 12px 12px; }
  .template-index .vc-scene { opacity: 1; transform: none; font-size: 9px; }
  .template-index .vc-cta { opacity: 1; transform: none; font-size: 10px; }
}

/* ════════════════════════════════
   MOBILE HOMEPAGE POLISH
   ════════════════════════════════ */
@media (max-width: 767px) {
  .template-index #main {
    overflow-x: clip;
  }
  body.hero-menu-open {
    overflow: hidden;
  }
  .template-index .hero:not(.hero--overlay) {
    min-height: 100svh;
    max-height: none;
    align-items: flex-end;
  }
  .template-index .hero--clean .hero-inner { padding-bottom: 48px; }
  .template-index .hero-h1.hero-h1--clean { font-size: clamp(32px, 8vw, 48px); margin-bottom: 0; max-width: 13em; }
  .template-index .hero-h1-sub.hero-h1-sub--clean { font-size: clamp(22px, 5vw, 32px); margin: clamp(12px, 3vw, 18px) 0 clamp(16px, 3.5vw, 22px); }
  .template-index .hero-sub--clean { font-size: 14px; margin-bottom: 24px; }
  .template-index .hero-cta-row--clean { flex-direction: column; align-items: stretch; }
  .template-index .hero-cta-row--clean .btn { width: 100%; justify-content: center; }
  .template-index .hero-inner { padding-bottom: 40px; }
  .template-index .hero-h1 { font-size: clamp(36px, 10vw, 52px); margin-bottom: 16px; }
  .template-index .hero-sub { font-size: 14px; margin-bottom: 20px; }
  .template-index .hero-pills { margin-bottom: 22px; }
  .template-index .hero-cta-row { flex-direction: column; align-items: stretch; }
  .template-index .hero-cta-row .btn { width: 100%; justify-content: center; }
  .template-index .sec-head { flex-direction: column; align-items: flex-start; gap: 12px; }
  .template-index .sec-head > div[style] {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
  }
  .template-index .h2 { font-size: clamp(24px, 7vw, 36px); }
  .template-index .cat-carousel-section { padding: 48px 0 36px; }
  .template-index .cat-car-head { flex-direction: column; align-items: flex-start; gap: 12px; }
  .template-index .cat-scroll-mask { padding: 0 18px !important; }
  .template-index .cat-scroll-mask--marquee { padding: 0 !important; }
  .template-index .lifestyle-section--hero-duo {
    padding: clamp(36px, 8vw, 44px) 0 clamp(44px, 7vw, 52px);
  }
  .template-index .hero-duo-head { margin-bottom: 22px; }
  .template-index .hero-duo-feature { aspect-ratio: 4 / 3; }
  .template-index .hero-duo-hero { min-height: auto; }
  .template-index .hero-duo-hero__foot { flex-wrap: wrap; gap: 10px; }
  .template-index .stats-band { padding: 44px 0; }
  .template-index .mq-item { padding: 18px 24px; }
  .template-index .mq-text { font-size: 14px; white-space: normal; text-align: center; max-width: 280px; }
  .template-index .feat-section,
  .template-index .feat-section--suite { padding-top: 56px; padding-bottom: 48px; }
  .template-index .feat-cta { flex-direction: column; }
  .template-index .feat-cta .btn { width: 100%; }
  .template-index .feat-trust { gap: 10px 14px; }
  .template-index .fp { font-size: 30px; }
  .template-index .sellers-section { padding: 56px 0; }
  .template-index .car-mask {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin: 0 -18px;
    padding: 0 18px 4px;
  }
  .template-index .car-mask::-webkit-scrollbar { display: none; }
  .template-index .car-row { will-change: transform; }
  .template-index .pc { scroll-snap-align: start; flex: 0 0 min(78vw, 280px); }
  .template-index .htic-section--showcase { padding: 56px 0; }
  .template-index .htic-head { flex-direction: column; align-items: flex-start; gap: 12px; }
  .template-index .reviews-section { padding: 48px 0; }
  .template-index .water-section { padding: 56px 0; min-height: auto; }
  .template-index .water-stats { flex-wrap: wrap; gap: 16px; }
  .template-index .ws { padding-right: 16px; margin-right: 16px; }
  .template-index .promo-banner { flex-direction: column; text-align: center; gap: 10px; padding: 14px 18px; }
  .template-index .promo-text { font-size: 13px; line-height: 1.45; }
  .template-index .press-section--subtle { padding: 20px 0 18px; }
  .template-index .nl-stats { flex-direction: column; align-items: flex-start; gap: 10px; }
  .template-index .newsletter-section { padding: 56px 0 52px; text-align: left; }
  .template-index .newsletter-section .nl-grid { justify-items: stretch; align-items: start; }
  .template-index .newsletter-section .eyebrow,
  .template-index .newsletter-section .h2,
  .template-index .newsletter-section .nl-sub { text-align: left; }
  .template-index .nl-s { text-align: left; }
  .template-index .nl-disc { text-align: left; }
}
@media (max-width: 480px) {
  .template-index .spec-cards { grid-template-columns: 1fr 1fr; }
  .template-index .lifestyle-editorial { grid-template-columns: 1fr; }
  .template-index .htic-showcase { grid-template-columns: 1fr; }
  .template-index .cat-tile { flex: 0 0 78vw; height: 320px; }
  .template-index .hero-duo-hero {
    flex-direction: column;
  }
  .template-index .hero-duo-hero__media {
    flex-basis: auto;
    width: 100%;
    aspect-ratio: 16 / 10;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
  .template-index .hero-duo-hero__img {
    min-height: auto;
    height: 100%;
  }
  .template-index .hero-duo-hero__body {
    padding: 12px 14px 14px;
  }
  .template-index .hero-duo-hero__foot {
    flex-direction: column;
    align-items: stretch;
  }
  .template-index .hero-duo-hero__cta {
    justify-content: center;
    width: 100%;
  }
  .template-index .hero-duo-feature__caption {
    padding: 16px;
  }
  .template-index .feat-trust { flex-direction: column; align-items: flex-start; gap: 8px; }
  .template-index .pc { flex: 0 0 84vw; }
}

/* Mobile hero header — beat overlay flex-end clipping */
@media (max-width: 767px) {
  .template-index .hero--clean.hero--overlay.hero--mobile-stacked > .hero-topbar.hero-topbar--glass,
  .template-index .hero-topbar--mobile-bar {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: fixed !important;
    top: var(--lux-announce-h, 38px) !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    transform: none !important;
    pointer-events: auto !important;
    z-index: 200 !important;
    min-height: var(--lux-mobile-header-h) !important;
    background: #0c0c0c !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  }
  body.template-index:not(:has(.lv4-announce-section)) .hero--clean.hero--overlay.hero--mobile-stacked > .hero-topbar.hero-topbar--glass,
  body.template-index:not(:has(.lv4-announce-section)) .hero-topbar--mobile-bar {
    top: 0 !important;
  }
  .template-index .hero-topbar--mobile-bar .hero-logo {
    padding: var(--lux-mobile-logo-pad-y) 0 !important;
    max-height: none !important;
    width: auto !important;
    max-width: var(--hero-mobile-logo-width) !important;
  }
  .template-index .hero-topbar--mobile-bar .hero-logo__img {
    width: auto !important;
    max-width: var(--hero-mobile-logo-width) !important;
    height: var(--lux-mobile-logo-img-h) !important;
    max-height: none !important;
    filter: none;
  }
  .template-index .hero--clean.hero--overlay.hero--mobile-stacked > .hero-topbar .hero-logo__img,
  .template-index .hero--clean.hero--overlay.hero--mobile-stacked > .hero-topbar .hero-menu-toggle {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .template-index .hero--clean.hero--overlay.hero--mobile-stacked > .hero-topbar .hero-logo__img {
    display: block !important;
  }
}
