/*
Theme Name:   LuxeFaves Child
Theme URI:    https://luxefaves.com/
Description:  Custom child theme for LuxeFaves — a curated luxury Amazon & eBay affiliate site. Built on GeneratePress. Provides a fully bespoke, conversion-optimized front page (hero, category mosaic, featured products, compare table, editorial, trust, newsletter, FAQ, footer) that pulls live content from real WordPress posts. Gold-on-black aesthetic, Bodoni Moda + Cormorant Garamond typography. All affiliate CTAs are geo-aware and tracked.
Author:       LuxeFaves Editorial
Author URI:   https://luxefaves.com/
Template:     generatepress
Version:      2.0.0
Requires at least: 6.0
Requires PHP: 7.4
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  luxefaves-child
*/

/* ===================================================================
   LuxeFaves — Luxury Affiliate Design System  ·  v2.0
   Mobile-first · Conversion-optimized · WordPress-safe

   NAMESPACING
   Every selector is scoped to `.lf-home`. The homepage template
   renders inside a single <div class="lf-home"> so this stylesheet
   cannot affect the WordPress admin bar, other plugins, or any
   non-homepage template (posts, archives, About, etc.).

   FONTS
   Loaded via wp_enqueue_style() in functions.php (NOT @import here):
     - "Cormorant Garamond"  (400,500,600,700; italic 400,500)
     - "Bodoni Moda"         (500,600,700,800; italic 500)

   ACCESSIBILITY
   Honors `prefers-reduced-motion: reduce` — see block at end of file.
   =================================================================== */


/* ─── Design tokens (scoped) ─────────────────────────────────────── */
.lf-home {
  --bg-dark: #0F0F0F;
  --bg-deep: #080808;
  --bg-card: #1A1A1A;
  --bg-card-2: #222222;
  --cream: #FAF7F2;
  --cream-2: #F2EDE3;
  --cream-3: #ECE5D6;
  --gold: #C9A84C;
  --gold-soft: #D8BD6D;
  --gold-bright: #E8D08D;
  --gold-dark: #A8893A;
  --gold-line: rgba(201, 168, 76, 0.25);
  --gold-glow: rgba(201, 168, 76, 0.18);
  --ink: #1A1A1A;
  --ink-2: #2A2A2A;
  --muted-light: #6B6B6B;
  --muted-dark: #9A9A9A;
  --border-dark: rgba(255,255,255,0.08);
  --border-cream: rgba(0,0,0,0.08);
  --danger: #E84545;
  --danger-deep: #B82828;
  --success: #2E7D32;
  --ebay-blue: #1B4FC2;
  --ebay-red: #E53238;

  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --serif-display: "Bodoni Moda", "Didot", Georgia, serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;

  --shadow-card: 0 1px 2px rgba(0,0,0,.04), 0 4px 14px rgba(0,0,0,.04);
  --shadow-card-hover: 0 4px 8px rgba(0,0,0,.05), 0 24px 60px rgba(0,0,0,.10);
  --shadow-cta: 0 6px 18px rgba(201,168,76,.28), inset 0 1px 0 rgba(255,255,255,.3);
  --shadow-cta-hover: 0 14px 32px rgba(201,168,76,.42), inset 0 1px 0 rgba(255,255,255,.35);

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
}

/* ─── Scoped reset (NEVER use a global `*` reset in a WP theme) ──── */
.lf-home,
.lf-home *,
.lf-home *::before,
.lf-home *::after { box-sizing: border-box; }

.lf-home,
.lf-home p,
.lf-home h1, .lf-home h2, .lf-home h3, .lf-home h4, .lf-home h5, .lf-home h6,
.lf-home ul, .lf-home ol, .lf-home li,
.lf-home figure, .lf-home blockquote,
.lf-home dl, .lf-home dt, .lf-home dd { margin: 0; padding: 0; }

.lf-home {
  font-family: var(--sans);
  background: var(--cream);
  color: var(--ink);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

/* opt-in smooth scroll (scoped, never on global <html>) */
.lf-smooth-scroll { scroll-behavior: smooth; }

.lf-home img { max-width: 100%; height: auto; display: block; }
.lf-home button { font-family: inherit; cursor: pointer; border: 0; background: 0 0; color: inherit; padding: 0; }
.lf-home input,
.lf-home select,
.lf-home textarea { font-family: inherit; font-size: inherit; }
.lf-home a { color: inherit; text-decoration: none; }
.lf-home ul { list-style: none; }

/* Scrollbar (scoped) */
.lf-home ::-webkit-scrollbar { width: 10px; height: 10px; }
.lf-home ::-webkit-scrollbar-track { background: var(--bg-deep); }
.lf-home ::-webkit-scrollbar-thumb { background: var(--gold-dark); border-radius: 4px; }

/* Skip link (a11y) */
.lf-home .lf-skip {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--gold); color: var(--bg-dark);
  padding: 10px 18px; font-weight: 700; font-size: 12px;
  text-transform: uppercase; letter-spacing: 0.1em;
}
.lf-home .lf-skip:focus { left: 12px; top: 12px; }

/* ─── Container ─────────────────────────────────────────────────── */
.lf-home .container { width: 100%; max-width: 1320px; margin: 0 auto; padding: 0 20px; }

/* ─── Typography helpers ────────────────────────────────────────── */
.lf-home .serif { font-family: var(--serif); font-weight: 500; letter-spacing: -0.01em; }
.lf-home .serif-display { font-family: var(--serif-display); font-weight: 600; }
.lf-home .eyebrow {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 10px;
  font-weight: 600;
}
.lf-home .stars { color: var(--gold); letter-spacing: 2px; font-size: 13px; }

/* =================================================================
   BUTTONS
   ================================================================= */
.lf-home .btn-gold {
  background: linear-gradient(135deg, var(--gold-soft) 0%, var(--gold) 50%, var(--gold-dark) 100%);
  color: var(--bg-dark);
  padding: 14px 26px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 2px;
  transition: transform .25s var(--ease-out), filter .25s var(--ease-out), box-shadow .25s var(--ease-out), background .25s var(--ease-out);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: var(--shadow-cta);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.lf-home .btn-gold::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.45) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform .6s var(--ease-out);
  pointer-events: none;
}
.lf-home .btn-gold:hover { transform: translateY(-2px); filter: brightness(1.05); box-shadow: var(--shadow-cta-hover); }
.lf-home .btn-gold:hover::before,
.lf-home .btn-gold:active::before,
.lf-home .btn-gold:focus-visible::before { transform: translateX(100%); }
.lf-home .btn-gold:active { transform: translateY(0); }

/* Amazon CTA = gold button with a cart glyph (alias kept for clarity in markup) */
.lf-home .btn-amazon { /* inherits .btn-gold when both classes present */ }

/* CLICKED state — affiliate click confirmation (prevents double-clicks) */
.lf-home .btn-gold.clicked,
.lf-home .btn-ebay.clicked {
  pointer-events: none;
  cursor: default;
  filter: saturate(.85);
}
.lf-home .btn-gold.clicked {
  background: linear-gradient(135deg, #8C7430 0%, #6E5A23 100%);
  color: var(--gold-bright);
  box-shadow: inset 0 4px 12px rgba(0,0,0,.15), 0 2px 6px rgba(0,0,0,.18);
}
.lf-home .btn-gold.clicked::after,
.lf-home .btn-ebay.clicked::after {
  content: '✓';
  margin-left: 6px;
  font-weight: 800;
}
.lf-home .btn-gold.clicked::after { color: var(--gold-bright); }
.lf-home .btn-ebay.clicked {
  background: #F4F1EB;
  border-color: var(--success);
  color: var(--success);
}
.lf-home .btn-ebay.clicked::after { color: var(--success); }

.lf-home .btn-outline-white {
  border: 1px solid rgba(255,255,255,.3);
  color: #fff;
  padding: 13px 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 2px;
  transition: all .25s var(--ease-out);
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
}
.lf-home .btn-outline-white:hover { border-color: var(--gold); color: var(--gold); background: rgba(201,168,76,.06); }

.lf-home .btn-outline-gold {
  border: 1px solid var(--gold);
  color: var(--gold);
  padding: 12px 22px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 11px;
  border-radius: 2px;
  transition: all .2s var(--ease-out);
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: transparent;
}
.lf-home .btn-outline-gold:hover { background: var(--gold); color: var(--bg-dark); }

/* eBay secondary CTA */
.lf-home .btn-ebay {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--border-cream);
  padding: 12px 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 11px;
  border-radius: 2px;
  transition: all .25s var(--ease-out);
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  position: relative;
}
.lf-home .btn-ebay::before {
  content: '';
  width: 8px; height: 8px; border-radius: 50%;
  background: linear-gradient(135deg, var(--ebay-blue), var(--ebay-red));
  flex-shrink: 0;
}
.lf-home .btn-ebay:hover { border-color: var(--ink); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,0,0,.06); }

/* Small compare-table buy button */
.lf-home .btn-amazon-sm {
  background: linear-gradient(135deg, var(--gold-soft), var(--gold-dark));
  color: var(--bg-dark);
  padding: 10px 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 10px;
  border-radius: 2px;
  transition: transform .2s var(--ease-out), filter .2s var(--ease-out);
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
}
.lf-home .btn-amazon-sm:hover { transform: translateY(-1px); filter: brightness(1.06); }
.lf-home .btn-amazon-sm.clicked { pointer-events: none; filter: saturate(.85); }
.lf-home .btn-amazon-sm.clicked::after { content: '✓'; margin-left: 4px; font-weight: 800; }

/* ─── Gold links ────────────────────────────────────────────────── */
.lf-home .gold-link {
  color: var(--gold);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 8px;
  transition: gap .25s var(--ease-out);
}
.lf-home .gold-link:hover { gap: 14px; }

/* =================================================================
   ANIMATIONS  (prefixed lf-* to avoid global collisions)
   ================================================================= */
@keyframes lf-floaty {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}
@keyframes lf-glow-pulse {
  0%, 100% { box-shadow: 0 0 60px rgba(201,168,76,.18); }
  50%      { box-shadow: 0 0 100px rgba(201,168,76,.30); }
}
@keyframes lf-badge-pulse {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.06); }
}
@keyframes lf-pulse-red {
  0%   { box-shadow: 0 0 0 0 rgba(232,69,69,.6); }
  70%  { box-shadow: 0 0 0 12px rgba(232,69,69,0); }
  100% { box-shadow: 0 0 0 0 rgba(232,69,69,0); }
}
@keyframes lf-pulse-green {
  0%, 100% { opacity: 1; }
  50%      { opacity: .35; }
}
@keyframes lf-cta-attention {
  0%, 88%, 100% { transform: translateX(-100%); }
  92%, 96%      { transform: translateX(100%); }
}

/* ─── Image + fallback ──────────────────────────────────────────── */
.lf-home .lf-img { transition: transform .8s var(--ease-out); }
.lf-home .lf-img--fallback {
  background: linear-gradient(135deg, var(--cream-2) 0%, var(--cream-3) 100%);
  object-fit: contain !important;
  padding: 24%;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,.04));
}

/* ─── Seal logo ─────────────────────────────────────────────────── */
.lf-home .seal-logo { display: inline-flex; align-items: center; gap: 12px; }
.lf-home .seal-logo .seal-mark { flex-shrink: 0; display: block; width: 38px; height: 38px; }
.lf-home .seal-logo .seal-mark text { fill: var(--gold); font-family: var(--serif-display); font-weight: 700; }
.lf-home .seal-logo .seal-mark circle.r1,
.lf-home .seal-logo .seal-mark circle.r2 { stroke: var(--gold); }
.lf-home .seal-logo .seal-mark circle.r2 { opacity: .5; }
.lf-home .seal-logo .seal-wordmark {
  font-family: var(--serif-display);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.22em;
  padding-left: 0.22em;
  color: var(--gold);
  line-height: 1;
  white-space: nowrap;
}
.lf-home .seal-logo.stacked { flex-direction: column; gap: 14px; align-items: flex-start; }
.lf-home .seal-logo.stacked .seal-mark { width: 72px; height: 72px; }
.lf-home .seal-logo.stacked .seal-wordmark { font-size: 16px; letter-spacing: 0.32em; padding-left: 0.32em; }

/* =================================================================
   ANNOUNCEMENT BAR
   ================================================================= */
.lf-home .announce {
  background: var(--bg-deep);
  border-bottom: 1px solid var(--gold-line);
  color: var(--gold);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 9px 0;
  text-align: center;
}
.lf-home .announce-inner { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
.lf-home .announce-dot { width: 3px; height: 3px; background: var(--gold); border-radius: 50%; opacity: .6; display: inline-block; }

/* =================================================================
   STICKY NAV + TRUST BAR
   ================================================================= */
.lf-home .site-header { position: sticky; top: 0; z-index: 100; }
.lf-home .nav {
  background: rgba(15,15,15,0.94);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-dark);
  color: #fff;
}
.lf-home .nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 0; gap: 20px;
}
.lf-home .nav-logo { display: inline-flex; align-items: center; }
.lf-home .nav-logo .seal-mark { width: 38px; height: 38px; }
.lf-home .nav-logo .seal-wordmark { font-size: 16px; }
.lf-home .nav-links { display: none; gap: 26px; }
.lf-home .nav-link {
  font-size: 13px; font-weight: 500; letter-spacing: 0.04em;
  color: rgba(255,255,255,.8);
  position: relative; padding: 6px 0;
  transition: color .2s var(--ease-out);
}
.lf-home .nav-link:hover { color: var(--gold); }
.lf-home .nav-link::after {
  content: ''; position: absolute; left: 0; bottom: 0;
  width: 0; height: 1px; background: var(--gold);
  transition: width .25s var(--ease-out);
}
.lf-home .nav-link:hover::after { width: 100%; }
.lf-home .nav-right { display: flex; align-items: center; gap: 10px; }
.lf-home .nav-search {
  display: none; align-items: center; gap: 8px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  padding: 9px 14px; border-radius: 2px;
  transition: border-color .2s var(--ease-out);
}
.lf-home .nav-search:focus-within { border-color: var(--gold); }
.lf-home .nav-search input { background: 0; border: 0; outline: 0; color: #fff; width: 100%; font-size: 13px; }
.lf-home .nav-search input::placeholder { color: rgba(255,255,255,.4); }
.lf-home .nav-burger {
  width: 38px; height: 38px;
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff;
  background: rgba(255,255,255,.06);
  border-radius: 2px;
}
.lf-home .nav-burger:hover { background: rgba(201,168,76,.12); color: var(--gold); }

.lf-home .trustbar {
  background: var(--bg-card);
  border-bottom: 1px solid var(--border-dark);
  color: rgba(255,255,255,.75);
  font-size: 11px;
  letter-spacing: 0.04em;
}
.lf-home .trustbar-inner {
  display: flex; justify-content: center; align-items: center;
  gap: 20px; padding: 10px 0; flex-wrap: wrap;
}
.lf-home .trustbar-item { display: inline-flex; align-items: center; gap: 6px; }
.lf-home .trustbar-item .check { color: var(--gold); font-weight: 700; }

/* =================================================================
   HERO  (contains the only <h1> on the page)
   ================================================================= */
.lf-home .hero {
  background: var(--bg-dark);
  color: #fff;
  padding: 56px 0 72px;
  position: relative;
  overflow: hidden;
}
.lf-home .hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 700px 400px at 80% 50%, rgba(201,168,76,.10), transparent 60%),
    radial-gradient(ellipse 500px 300px at 10% 90%, rgba(201,168,76,.05), transparent 60%);
}
.lf-home .hero-inner { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center; position: relative; z-index: 1; }
.lf-home .hero-eyebrow { display: flex; align-items: center; gap: 14px; color: var(--gold); margin-bottom: 22px; }
.lf-home .hero-eyebrow .line { width: 36px; height: 1px; background: var(--gold); }
.lf-home .hero h1 {
  font-family: var(--serif);
  font-size: clamp(40px, 9vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  margin-bottom: 22px;
  font-weight: 500;
  color: #fff;
}
.lf-home .hero h1 em { font-style: italic; color: var(--gold); font-weight: 400; }
.lf-home .hero-sub {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255,255,255,.7);
  max-width: 520px;
  margin-bottom: 32px;
  font-weight: 300;
}
.lf-home .hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.lf-home .hero-ctas .btn-gold { padding: 16px 28px; font-size: 12px; }

.lf-home .hero-stats {
  margin-top: 56px;
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--border-dark);
  padding-top: 28px;
  gap: 18px;
}
.lf-home .hero-stat { display: flex; flex-direction: column-reverse; }
.lf-home .hero-stat .num {
  font-family: var(--serif-display);
  font-size: clamp(28px, 7vw, 42px);
  line-height: 1; color: var(--gold); font-weight: 600;
}
.lf-home .hero-stat .num em { font-style: normal; font-size: 0.6em; vertical-align: 0.2em; margin-left: 1px; }
.lf-home .hero-stat .lbl { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,.55); margin-bottom: 8px; }

.lf-home .hero-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lf-home .hero-card {
  background: var(--bg-card);
  border: 1px solid var(--border-dark);
  border-radius: 4px;
  padding: 110px 18px 22px;
  height: 200px;
  display: flex; flex-direction: column; justify-content: flex-end;
  position: relative;
  overflow: hidden;
  transition: transform .4s var(--ease-out), border-color .3s var(--ease-out);
}
.lf-home .hero-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold) 50%, transparent);
  opacity: 0; transition: opacity .3s var(--ease-out);
}
.lf-home .hero-card:hover { transform: translateY(-6px); border-color: var(--gold-line); }
.lf-home .hero-card:hover::before { opacity: 1; }
.lf-home .hero-card:nth-child(1) { animation: lf-floaty 6s ease-in-out infinite; }
.lf-home .hero-card:nth-child(2) { animation: lf-floaty 6s ease-in-out infinite .8s; margin-top: 18px; }
.lf-home .hero-card:nth-child(3) { animation: lf-floaty 6s ease-in-out infinite 1.6s; }
.lf-home .hero-card:nth-child(4) { animation: lf-floaty 6s ease-in-out infinite 2.4s; margin-top: 18px; }
.lf-home .hero-card .prod-img {
  position: absolute; top: 14px; right: 14px;
  width: 84px; height: 84px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 12px 28px rgba(0,0,0,.4);
}
.lf-home .hero-card .label { font-family: var(--serif-display); font-size: 18px; font-weight: 600; }
.lf-home .hero-card .count { font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-top: 4px; }

/* =================================================================
   BEST PICKS (under hero — under $200)
   ================================================================= */
.lf-home .bestpicks-section { background: var(--cream); padding: 60px 0; color: var(--ink); }
.lf-home .bestpicks-head {
  display: flex; flex-direction: column; gap: 16px; margin-bottom: 32px;
}
.lf-home .bestpicks-head h2 {
  font-family: var(--serif); font-size: clamp(30px, 6vw, 44px); line-height: 1.05;
  letter-spacing: -0.02em; font-weight: 500;
}
.lf-home .bestpicks-head h2 em { font-style: italic; color: var(--gold); font-weight: 400; }

.lf-home .bestpicks-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.lf-home .bp-card {
  background: #fff;
  border: 1px solid var(--border-cream);
  border-radius: 4px;
  padding: 16px;
  display: flex; gap: 16px; align-items: center;
  transition: transform .3s var(--ease-out), border-color .3s var(--ease-out), box-shadow .3s var(--ease-out);
  position: relative;
  box-shadow: var(--shadow-card);
}
.lf-home .bp-card:hover { transform: translateY(-4px); border-color: var(--gold); box-shadow: var(--shadow-card-hover); }
.lf-home .bp-thumb {
  width: 72px; height: 72px;
  border-radius: 4px; overflow: hidden;
  background: linear-gradient(135deg, var(--cream-2), var(--cream-3));
  flex-shrink: 0;
}
.lf-home .bp-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease-out); }
.lf-home .bp-card:hover .bp-thumb img:not(.lf-img--fallback) { transform: scale(1.08); }
.lf-home .bp-body { flex: 1; min-width: 0; }
.lf-home .bp-title { font-family: var(--serif); font-size: 16px; font-weight: 500; line-height: 1.2; margin-bottom: 4px; color: var(--ink); }
.lf-home .bp-rating { font-size: 11px; color: var(--muted-light); display: flex; align-items: center; gap: 6px; margin-bottom: 4px; }
.lf-home .bp-rating .stars { font-size: 11px; }
.lf-home .bp-price { font-family: var(--serif-display); font-size: 17px; font-weight: 600; color: var(--ink); margin-bottom: 8px; }
.lf-home .bp-cta {
  font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold-dark); font-weight: 700;
  display: inline-flex; align-items: center; gap: 4px;
  transition: gap .2s var(--ease-out), color .2s var(--ease-out);
}
.lf-home .bp-card:hover .bp-cta { gap: 8px; color: var(--gold); }

/* =================================================================
   SECTION HEAD (shared)
   ================================================================= */
.lf-home .section-head {
  display: flex; flex-direction: column; gap: 18px;
  margin-bottom: 36px;
}
.lf-home .section-head .left { max-width: 640px; }
.lf-home .section-head h2 {
  font-family: var(--serif);
  font-size: clamp(30px, 6vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 500;
  margin-top: 12px;
}
.lf-home .section-head h2 em { font-style: italic; color: var(--gold); font-weight: 400; }
.lf-home .section-head .gold-eye { color: var(--gold); display: flex; align-items: center; gap: 12px; }
.lf-home .section-head .gold-eye .line { width: 32px; height: 1px; background: var(--gold); }
.lf-home .section-head .section-note { max-width: 380px; color: rgba(255,255,255,.55); font-size: 15px; line-height: 1.6; }

/* =================================================================
   CATEGORY MOSAIC
   ================================================================= */
.lf-home .mosaic-section { background: var(--bg-deep); color: #fff; padding: 80px 0; }
.lf-home .mosaic { display: grid; grid-template-columns: 1fr; gap: 14px; }
.lf-home .mosaic-card {
  border-radius: 4px;
  padding: 24px;
  height: 220px;
  display: flex; flex-direction: column; justify-content: space-between;
  position: relative;
  overflow: hidden;
  transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out);
  border: 1px solid var(--border-dark);
  color: #fff;
}
.lf-home .mosaic-card:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(0,0,0,.5); }
.lf-home .mosaic-card::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.65) 100%);
  pointer-events: none;
}
.lf-home .mosaic-card > * { position: relative; z-index: 1; }
.lf-home .mosaic-card .cat-img {
  position: absolute; top: 16px; right: 16px;
  width: 100px; height: 100px;
  object-fit: cover; border-radius: 4px;
  box-shadow: 0 14px 32px rgba(0,0,0,.5);
  transition: transform .6s var(--ease-out);
  z-index: 1;
}
.lf-home .mosaic-card:hover .cat-img:not(.lf-img--fallback) { transform: scale(1.06) rotate(-1deg); }

.lf-home .mosaic-card.big      { background: linear-gradient(135deg, #2A0E10 0%, #4A1418 50%, #1A0608 100%); }
.lf-home .mosaic-card.big .cat-img { width: 160px; height: 160px; right: 24px; top: 24px; }
.lf-home .mosaic-card.jewelry  { background: linear-gradient(135deg, #0E1F2A 0%, #14334A 50%, #061018 100%); }
.lf-home .mosaic-card.golf     { background: linear-gradient(135deg, #102A18 0%, #1F4828 50%, #061008 100%); }
.lf-home .mosaic-card.beauty   { background: linear-gradient(135deg, #2A1024 0%, #4A1A3C 50%, #160613 100%); }
.lf-home .mosaic-card.tech     { background: linear-gradient(135deg, #1A1A24 0%, #2C2C40 50%, #0A0A14 100%); }

.lf-home .mosaic-card .cat-num { font-family: var(--serif); font-style: italic; font-size: 13px; color: var(--gold); letter-spacing: 0.08em; }
.lf-home .mosaic-card .cat-name { font-family: var(--serif-display); font-size: 26px; font-weight: 600; letter-spacing: -0.01em; margin-bottom: 4px; }
.lf-home .mosaic-card.big .cat-name { font-size: 36px; }
.lf-home .mosaic-card .cat-meta { font-size: 11px; color: rgba(255,255,255,.65); margin-bottom: 14px; letter-spacing: 0.04em; }
.lf-home .mosaic-card .cat-bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 12px; }

/* =================================================================
   FEATURED PRODUCTS (the conversion grid)
   ================================================================= */
.lf-home .featured-section { background: var(--cream); padding: 80px 0; color: var(--ink); }
.lf-home .featured-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }

.lf-home .prod-card {
  background: #fff;
  border: 1px solid var(--border-cream);
  border-radius: 6px;
  overflow: hidden;
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out), border-color .35s var(--ease-out);
  display: flex; flex-direction: column;
  box-shadow: var(--shadow-card);
  position: relative;
}
.lf-home .prod-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card-hover); border-color: var(--gold-line); }

.lf-home .prod-thumb {
  position: relative;
  background: linear-gradient(135deg, var(--cream-2) 0%, var(--cream-3) 100%);
  height: 240px;
  overflow: hidden;
  display: block;
}
.lf-home .prod-thumb .lf-img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease-out); }
.lf-home .prod-card:hover .prod-thumb .lf-img:not(.lf-img--fallback) { transform: scale(1.06); }

.lf-home .urgent-badge {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  background: linear-gradient(135deg, var(--danger), var(--danger-deep));
  color: #fff;
  font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 800;
  padding: 6px 9px; border-radius: 2px;
  box-shadow: 0 4px 10px rgba(184,40,40,.32);
  animation: lf-badge-pulse 2.4s ease-in-out infinite;
  display: inline-flex; align-items: center; gap: 5px;
}
.lf-home .urgent-badge.drop { background: linear-gradient(135deg, #F39C12, #C0660D); box-shadow: 0 4px 10px rgba(192,102,13,.32); }
.lf-home .urgent-badge.best { background: linear-gradient(135deg, var(--gold-soft), var(--gold-dark)); color: var(--bg-dark); box-shadow: 0 4px 10px rgba(168,137,58,.32); }

.lf-home .prod-badge {
  position: absolute; bottom: 12px; left: 12px; z-index: 2;
  background: rgba(15,15,15,.92);
  backdrop-filter: blur(6px);
  color: var(--gold);
  font-size: 9.5px; letter-spacing: 0.16em; text-transform: uppercase;
  padding: 5px 10px; font-weight: 700; border-radius: 2px;
}
.lf-home .prod-badge.editor { background: var(--gold); color: var(--bg-dark); }

.lf-home .prod-body { padding: 20px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.lf-home .prod-tag { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-dark); font-weight: 700; }
.lf-home .prod-title { font-family: var(--serif); font-size: 20px; font-weight: 500; line-height: 1.22; color: var(--ink); }
.lf-home .prod-title a { color: inherit; transition: color .2s var(--ease-out); }
.lf-home .prod-card:hover .prod-title a { color: var(--gold-dark); }
.lf-home .prod-rating { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--muted-light); }
.lf-home .prod-rating strong { color: var(--ink); font-weight: 700; font-family: var(--serif-display); }

.lf-home .prod-price-row { display: flex; align-items: baseline; gap: 10px; margin-top: 4px; flex-wrap: wrap; }
.lf-home .prod-price { font-family: var(--serif-display); font-size: 24px; color: var(--ink); font-weight: 700; }
.lf-home .prod-price-was { font-size: 13px; color: var(--muted-light); text-decoration: line-through; }
.lf-home .prod-price-save {
  background: rgba(46,125,50,.12); color: var(--success);
  font-size: 10px; font-weight: 800; padding: 3px 7px;
  letter-spacing: 0.1em; border-radius: 2px;
}

.lf-home .prod-social {
  display: flex; align-items: center; gap: 8px;
  font-size: 11px; color: var(--muted-light);
  padding: 10px 0 4px;
  border-top: 1px dashed var(--border-cream);
  margin-top: 6px;
}
.lf-home .prod-social .dot {
  width: 7px; height: 7px; background: var(--success); border-radius: 50%;
  animation: lf-pulse-green 1.8s ease-in-out infinite;
}
.lf-home .prod-social strong { color: var(--ink); font-weight: 700; }

.lf-home .prod-cta-stack { display: flex; flex-direction: column; gap: 8px; margin-top: 4px; }
.lf-home .prod-cta-stack .btn-gold { width: 100%; padding: 14px 16px; font-size: 12px; }
.lf-home .prod-cta-stack .btn-ebay { width: 100%; padding: 12px 16px; font-size: 11px; }

/* Mobile-visible shimmer — touch users won't trigger :hover. Staggered per card. */
.lf-home .prod-cta-stack .btn-gold::before { animation: lf-cta-attention 9s ease-in-out 2s infinite; }
.lf-home .prod-card:nth-child(2) .btn-gold::before { animation-delay: 3.2s; }
.lf-home .prod-card:nth-child(3) .btn-gold::before { animation-delay: 4.4s; }
.lf-home .prod-card:nth-child(4) .btn-gold::before { animation-delay: 5.6s; }

/* =================================================================
   COMPARE TABLE
   ================================================================= */
.lf-home .compare-section { background: var(--bg-dark); color: #fff; padding: 80px 0; }
.lf-home .compare-wrap {
  background: var(--bg-card);
  border: 1px solid var(--border-dark);
  border-radius: 6px;
  overflow: hidden;
}
.lf-home .compare-head {
  padding: 22px 20px;
  border-bottom: 1px solid var(--border-dark);
  display: flex; flex-direction: column; gap: 18px;
}
.lf-home .compare-head .title-block { display: flex; flex-direction: column; gap: 6px; }
.lf-home .compare-head .eyebrow { color: var(--gold); }
.lf-home .compare-head .label { font-family: var(--serif); font-size: 24px; font-weight: 500; }
.lf-home .compare-head .tabs {
  display: flex; gap: 4px; background: var(--bg-deep); padding: 4px;
  border-radius: 4px; overflow-x: auto;
}
.lf-home .compare-head .tab {
  padding: 10px 16px; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,.6); font-weight: 700; border-radius: 3px;
  white-space: nowrap;
  transition: all .2s var(--ease-out);
}
.lf-home .compare-head .tab.active { background: var(--gold); color: var(--bg-dark); }
.lf-home .compare-head .tab:hover:not(.active) { color: #fff; }

.lf-home .compare-row {
  display: grid; grid-template-columns: 1fr;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--border-dark);
  transition: background .2s var(--ease-out);
  position: relative;
}
.lf-home .compare-row:hover { background: rgba(201,168,76,.04); }
.lf-home .compare-panel .compare-row:last-child { border-bottom: 0; }
.lf-home .compare-row.header { background: var(--bg-deep); padding: 14px 20px; display: none; }
.lf-home .compare-row.header > div { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,.5); font-weight: 700; }

/* The TOP pick — gold left bar + tint */
.lf-home .compare-row.top-pick { background: linear-gradient(90deg, rgba(201,168,76,.08), transparent 60%); }
.lf-home .compare-row.top-pick::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--gold-soft), var(--gold-dark));
}

.lf-home .medal {
  font-family: var(--serif-display);
  width: 44px; height: 44px;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 20px; font-weight: 700;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold-dark));
  color: var(--bg-dark);
  flex-shrink: 0;
  box-shadow: 0 6px 16px rgba(201,168,76,.32);
}
.lf-home .medal.silver  { background: linear-gradient(135deg, #E0E0E0, #909090); box-shadow: 0 6px 16px rgba(160,160,160,.3); }
.lf-home .medal.bronze  { background: linear-gradient(135deg, #C48A5A, #7A4A24); color: #fff; box-shadow: 0 6px 16px rgba(122,74,36,.32); }
.lf-home .medal.neutral { background: var(--bg-card-2); color: rgba(255,255,255,.55); box-shadow: none; }

.lf-home .comp-prod { display: flex; align-items: center; gap: 14px; }
.lf-home .comp-prod-img {
  width: 56px; height: 56px; border-radius: 4px; overflow: hidden;
  background: linear-gradient(135deg, var(--cream-2), var(--cream-3));
  flex-shrink: 0;
}
.lf-home .comp-prod-img img { width: 100%; height: 100%; object-fit: cover; }
.lf-home .comp-prod-info .name { font-family: var(--serif); font-size: 17px; font-weight: 500; line-height: 1.2; }
.lf-home .comp-prod-info .brand { font-size: 10px; color: var(--gold); letter-spacing: 0.14em; text-transform: uppercase; margin-top: 3px; font-weight: 700; }

.lf-home .comp-price { font-family: var(--serif-display); font-size: 20px; font-weight: 700; color: #fff; }

.lf-home .score-wrap { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.lf-home .score-bar { height: 4px; background: rgba(255,255,255,.08); border-radius: 2px; overflow: hidden; }
.lf-home .score-fill { height: 100%; background: linear-gradient(90deg, var(--gold-dark), var(--gold-soft)); border-radius: 2px; }
.lf-home .score-num { display: flex; justify-content: space-between; font-size: 11px; }
.lf-home .score-num .val { color: var(--gold); font-family: var(--serif-display); font-size: 15px; font-weight: 700; }
.lf-home .score-num .out { color: rgba(255,255,255,.4); }

.lf-home .comp-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.lf-home .comp-actions > * { flex: 1; min-width: 110px; }

/* =================================================================
   EDITORIAL
   ================================================================= */
.lf-home .editorial-section { background: var(--bg-deep); color: #fff; padding: 80px 0; }
.lf-home .articles-grid { display: grid; grid-template-columns: 1fr; gap: 22px; }
.lf-home .article-card {
  background: var(--bg-card);
  border: 1px solid var(--border-dark);
  border-radius: 4px;
  overflow: hidden;
  transition: transform .35s var(--ease-out), border-color .35s var(--ease-out);
  display: flex; flex-direction: column;
}
.lf-home .article-card:hover { transform: translateY(-6px); border-color: var(--gold-line); }
.lf-home .article-banner { position: relative; height: 200px; overflow: hidden; display: block; }
.lf-home .article-banner img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s var(--ease-out), opacity .35s var(--ease-out);
  opacity: .82;
}
.lf-home .article-card:hover .article-banner img:not(.lf-img--fallback) { transform: scale(1.06); opacity: 1; }
.lf-home .article-banner::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.45));
  pointer-events: none;
}
.lf-home .article-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.lf-home .article-meta { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.lf-home .article-tag { color: var(--gold); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 700; }
.lf-home .article-date { color: rgba(255,255,255,.42); font-size: 11px; letter-spacing: 0.08em; }
.lf-home .article-title { font-family: var(--serif); font-size: 22px; font-weight: 500; line-height: 1.22; margin-bottom: 12px; color: #fff; }
.lf-home .article-title a { color: inherit; transition: color .2s var(--ease-out); }
.lf-home .article-card:hover .article-title a { color: var(--gold); }
.lf-home .article-excerpt { color: rgba(255,255,255,.62); line-height: 1.6; font-size: 14px; margin-bottom: 18px; flex: 1; }
.lf-home .article-read {
  font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold); font-weight: 700;
  display: inline-flex; align-items: center; gap: 8px;
  transition: gap .2s var(--ease-out);
}
.lf-home .article-card:hover .article-read { gap: 12px; }

/* =================================================================
   TRUST
   ================================================================= */
.lf-home .trust-section { background: var(--cream); padding: 80px 0; color: var(--ink); }
.lf-home .trust-head { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; margin-bottom: 36px; }
.lf-home .trust-head .gold-eye { color: var(--gold-dark); display: flex; align-items: center; gap: 12px; }
.lf-home .trust-head .gold-eye .line { width: 32px; height: 1px; background: var(--gold-dark); }
.lf-home .trust-head h2 {
  font-family: var(--serif); font-size: clamp(34px, 4.5vw, 52px);
  line-height: 1.05; letter-spacing: -0.02em; font-weight: 500;
}
.lf-home .trust-head h2 em { font-style: italic; color: var(--gold); font-weight: 400; }
.lf-home .trust-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.lf-home .trust-card {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 28px 24px;
  transition: transform .3s var(--ease-out), border-color .3s var(--ease-out), box-shadow .3s var(--ease-out);
  display: flex; flex-direction: column; gap: 14px;
  box-shadow: var(--shadow-card);
}
.lf-home .trust-card:hover { border-color: var(--gold); box-shadow: var(--shadow-card-hover); transform: translateY(-4px); }
.lf-home .trust-icon {
  width: 52px; height: 52px;
  background: linear-gradient(135deg, #FAF5E6, #F2E9CC);
  border: 1px solid var(--gold-line);
  border-radius: 4px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 24px; color: var(--gold-dark);
}
.lf-home .trust-card .num { font-family: var(--serif); font-style: italic; color: var(--gold); font-size: 12px; letter-spacing: 0.1em; }
.lf-home .trust-title { font-family: var(--serif); font-size: 20px; font-weight: 500; line-height: 1.2; }
.lf-home .trust-text { color: var(--muted-light); font-size: 13.5px; line-height: 1.65; }

/* =================================================================
   NEWSLETTER
   ================================================================= */
.lf-home .newsletter-section {
  background: var(--bg-dark);
  padding: 80px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.lf-home .newsletter-section::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 700px 400px at 70% 50%, rgba(201,168,76,.16), transparent 60%),
    radial-gradient(ellipse 400px 250px at 20% 80%, rgba(201,168,76,.06), transparent 60%);
  animation: lf-glow-pulse 6s ease-in-out infinite;
}
.lf-home .newsletter-inner {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center;
  position: relative; z-index: 1;
}
.lf-home .newsletter h2 {
  font-family: var(--serif); font-size: clamp(30px, 6vw, 48px);
  line-height: 1.05; letter-spacing: -0.02em; font-weight: 500;
  margin: 16px 0 18px; color: #fff;
}
.lf-home .newsletter h2 em { font-style: italic; color: var(--gold); font-weight: 400; }
.lf-home .newsletter p { color: rgba(255,255,255,.62); line-height: 1.6; font-size: 15px; max-width: 480px; }

.lf-home .newsletter-form {
  background: var(--bg-card);
  border: 1px solid var(--gold-line);
  border-radius: 6px;
  padding: 28px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,.4);
}
.lf-home .newsletter-form h3 { font-family: var(--serif); font-size: 24px; font-weight: 500; margin-bottom: 6px; color: #fff; }
.lf-home .newsletter-form .small { font-size: 12.5px; color: rgba(255,255,255,.55); margin-bottom: 18px; }
.lf-home .newsletter-input-row { display: flex; flex-direction: column; gap: 10px; }
.lf-home .newsletter-input {
  background: var(--bg-deep);
  border: 1px solid var(--border-dark);
  padding: 15px 16px;
  color: #fff;
  border-radius: 2px;
  font-size: 14px;
  transition: border-color .2s var(--ease-out);
}
.lf-home .newsletter-input:focus { outline: none; border-color: var(--gold); }
.lf-home .newsletter-input::placeholder { color: rgba(255,255,255,.35); }
.lf-home .newsletter-perks { display: flex; gap: 14px; margin-top: 16px; flex-wrap: wrap; }
.lf-home .newsletter-perk { font-size: 11px; color: rgba(255,255,255,.6); display: inline-flex; align-items: center; gap: 6px; }
.lf-home .newsletter-perk .check { color: var(--gold); font-weight: 700; }

/* =================================================================
   FAQ  — grid-rows technique (no fixed max-height, never truncates)
   ================================================================= */
.lf-home .faq-section { background: var(--cream); padding: 80px 0; color: var(--ink); }
.lf-home .faq-inner { max-width: 820px; margin: 0 auto; }
.lf-home .faq-head { text-align: center; margin-bottom: 40px; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.lf-home .faq-head .gold-eye { color: var(--gold-dark); display: flex; align-items: center; gap: 12px; }
.lf-home .faq-head .gold-eye .line { width: 32px; height: 1px; background: var(--gold-dark); }
.lf-home .faq-head h2 {
  font-family: var(--serif); font-size: clamp(30px, 6vw, 44px); line-height: 1.05;
  letter-spacing: -0.02em; font-weight: 500;
}
.lf-home .faq-head h2 em { font-style: italic; color: var(--gold); }

.lf-home .faq-item {
  background: #fff;
  border: 1px solid var(--border-cream);
  border-radius: 4px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color .2s var(--ease-out);
}
.lf-home .faq-item.open { border-color: var(--gold); }
.lf-home .faq-trigger {
  width: 100%;
  padding: 22px;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  text-align: left;
  transition: background .2s var(--ease-out);
}
.lf-home .faq-trigger:hover { background: rgba(201,168,76,.04); }
.lf-home .faq-q { font-family: var(--serif); font-size: 18px; font-weight: 500; }
.lf-home .faq-icon {
  width: 32px; height: 32px; border-radius: 50%;
  border: 1px solid var(--gold);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: 18px; flex-shrink: 0;
  transition: all .25s var(--ease-out);
}
.lf-home .faq-item.open .faq-icon { background: var(--gold); color: #fff; transform: rotate(45deg); }

/* GRID technique — child collapses from 0fr → 1fr; no max-height ceiling */
.lf-home .faq-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .35s var(--ease-out);
}
.lf-home .faq-body > * { overflow: hidden; min-height: 0; }
.lf-home .faq-body p {
  color: var(--muted-light);
  line-height: 1.7;
  font-size: 14.5px;
  padding: 0 22px;
}
.lf-home .faq-item.open .faq-body { grid-template-rows: 1fr; }
.lf-home .faq-item.open .faq-body p { padding-bottom: 24px; }

/* =================================================================
   FOOTER
   ================================================================= */
.lf-home .footer { background: var(--bg-deep); color: rgba(255,255,255,.6); padding: 60px 0 24px; border-top: 1px solid var(--border-dark); }
.lf-home .footer-grid { display: grid; grid-template-columns: 1fr; gap: 32px; }
.lf-home .footer-brand h4,
.lf-home .footer-col h4 {
  font-family: var(--serif); font-size: 15px; color: #fff;
  margin-bottom: 16px; font-weight: 600; letter-spacing: 0.04em;
}
.lf-home .footer-brand p { font-size: 13px; line-height: 1.7; margin-bottom: 16px; }
.lf-home .footer-social { display: flex; gap: 8px; }
.lf-home .footer-social a {
  width: 36px; height: 36px;
  border: 1px solid var(--border-dark);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 14px;
  transition: all .2s var(--ease-out);
}
.lf-home .footer-social a:hover { border-color: var(--gold); color: var(--gold); }
.lf-home .footer-col ul { display: flex; flex-direction: column; gap: 9px; }
.lf-home .footer-col a { font-size: 13px; transition: color .2s var(--ease-out); }
.lf-home .footer-col a:hover { color: var(--gold); }
.lf-home .footer-disclosure {
  margin-top: 40px;
  padding: 20px;
  background: var(--bg-card);
  border-left: 2px solid var(--gold);
  font-size: 11.5px;
  line-height: 1.7;
  color: rgba(255,255,255,.5);
}
.lf-home .footer-disclosure strong {
  color: var(--gold); font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  font-size: 10.5px; display: block; margin-bottom: 6px;
}
.lf-home .footer-bottom {
  margin-top: 24px; padding-top: 24px;
  border-top: 1px solid var(--border-dark);
  display: flex; flex-direction: column; gap: 12px;
  font-size: 11.5px;
}
.lf-home .footer-bottom .links { display: flex; gap: 20px; flex-wrap: wrap; }

/* =================================================================
   STICKY CTA (appears after 30% scroll — class toggled by JS)
   ================================================================= */
.lf-home .sticky-cta {
  position: fixed; right: 16px; bottom: 16px; z-index: 200;
  background: linear-gradient(135deg, var(--gold-soft) 0%, var(--gold) 50%, var(--gold-dark) 100%);
  color: var(--bg-dark);
  padding: 14px 20px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 16px 38px rgba(201,168,76,.5), inset 0 1px 0 rgba(255,255,255,.3);
  opacity: 0;
  transform: translateY(80px);
  pointer-events: none;
  transition: opacity .4s var(--ease-out), transform .4s var(--ease-out), filter .25s var(--ease-out);
}
.lf-home .sticky-cta.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.lf-home .sticky-cta:hover { filter: brightness(1.06); transform: translateY(-3px) scale(1.03); }
.lf-home .sticky-cta .pulse-dot {
  width: 8px; height: 8px; background: var(--danger); border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(232,69,69,.6);
  animation: lf-pulse-red 1.8s infinite;
}

/* =================================================================
   RESPONSIVE (mobile-first → up)
   ================================================================= */

/* Tablet ≥ 640px */
@media (min-width: 640px) {
  .lf-home .container { padding: 0 28px; }
  .lf-home .nav-search { display: flex; width: 200px; }
  .lf-home .bestpicks-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .lf-home .mosaic { grid-template-columns: 1fr 1fr; gap: 16px; }
  .lf-home .featured-grid { grid-template-columns: 1fr 1fr; gap: 22px; }
  .lf-home .articles-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .lf-home .trust-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
  .lf-home .hero-cards { gap: 16px; }
  .lf-home .bestpicks-head { flex-direction: row; justify-content: space-between; align-items: flex-end; gap: 32px; }
  .lf-home .section-head { flex-direction: row; justify-content: space-between; align-items: flex-end; gap: 32px; }
  .lf-home .footer-grid { grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 36px; }
  .lf-home .compare-head { flex-direction: row; justify-content: space-between; align-items: center; padding: 28px; gap: 22px; flex-wrap: wrap; }
  .lf-home .compare-row { padding: 22px 28px; }
  .lf-home .compare-row.header { display: grid; grid-template-columns: 64px 1.4fr 1fr 1.4fr 210px; gap: 20px; align-items: center; }
  .lf-home .compare-row:not(.header) { grid-template-columns: 64px 1.4fr 1fr 1.4fr 210px; gap: 20px; align-items: center; }
  .lf-home .comp-actions > * { flex: 0 1 auto; }
  .lf-home .newsletter-form { padding: 36px; }
  .lf-home .newsletter-input-row { flex-direction: row; }
  .lf-home .newsletter-input { flex: 1; }
}

/* Desktop ≥ 960px */
@media (min-width: 960px) {
  .lf-home .container { padding: 0 32px; }
  .lf-home .nav-inner { padding: 18px 0; gap: 32px; }
  .lf-home .nav-burger { display: none; }
  .lf-home .nav-links { display: flex; }
  .lf-home .nav-logo .seal-mark { width: 42px; height: 42px; }
  .lf-home .nav-logo .seal-wordmark { font-size: 18px; }
  .lf-home .nav-search { width: 240px; }

  .lf-home .hero { padding: 80px 0 100px; min-height: 90vh; align-items: center; display: flex; }
  .lf-home .hero-inner { grid-template-columns: 1.05fr .95fr; gap: 80px; }
  .lf-home .hero h1 { font-size: clamp(48px, 5.5vw, 84px); }
  .lf-home .hero-sub { font-size: 18px; margin-bottom: 44px; }
  .lf-home .hero-stats { margin-top: 72px; padding-top: 32px; gap: 24px; }
  .lf-home .hero-cards { gap: 20px; }
  .lf-home .hero-card { padding: 110px 22px 26px; height: 220px; }

  .lf-home .bestpicks-section,
  .lf-home .mosaic-section,
  .lf-home .featured-section,
  .lf-home .compare-section,
  .lf-home .editorial-section,
  .lf-home .trust-section,
  .lf-home .newsletter-section,
  .lf-home .faq-section { padding: 110px 0; }

  .lf-home .bestpicks-grid,
  .lf-home .featured-grid,
  .lf-home .trust-grid { grid-template-columns: repeat(4, 1fr); gap: 24px; }
  .lf-home .articles-grid { grid-template-columns: repeat(3, 1fr); gap: 28px; }

  .lf-home .mosaic {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 280px 280px;
    gap: 20px;
  }
  .lf-home .mosaic-card { padding: 32px; height: auto; }
  .lf-home .mosaic-card.big { grid-column: span 2; grid-row: span 2; }
  .lf-home .mosaic-card.big .cat-img { width: 200px; height: 200px; right: 32px; top: 32px; }
  .lf-home .mosaic-card.big .cat-name { font-size: 48px; }
  .lf-home .mosaic-card .cat-img { width: 120px; height: 120px; }

  .lf-home .newsletter-inner { grid-template-columns: 1fr 1fr; gap: 60px; }

  .lf-home .sticky-cta { right: 24px; bottom: 24px; padding: 16px 24px; }
  .lf-home .footer { padding: 80px 0 30px; }
  .lf-home .footer-bottom { flex-direction: row; justify-content: space-between; align-items: center; }
}

/* =================================================================
   REDUCED MOTION — accessibility + Core Web Vitals
   ================================================================= */
@media (prefers-reduced-motion: reduce) {
  .lf-home *,
  .lf-home *::before,
  .lf-home *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .lf-home .hero-card,
  .lf-home .urgent-badge,
  .lf-home .sticky-cta .pulse-dot,
  .lf-home .prod-social .dot,
  .lf-home .newsletter-section::before,
  .lf-home .prod-cta-stack .btn-gold::before { animation: none !important; }
  .lf-home .btn-gold:hover,
  .lf-home .prod-card:hover,
  .lf-home .article-card:hover,
  .lf-home .trust-card:hover,
  .lf-home .bp-card:hover,
  .lf-home .mosaic-card:hover,
  .lf-home .hero-card:hover { transform: none !important; }
}
