/* =========================================================
   CYBERBIKE — Premium Editorial Design System
   Black + Yellow + White · Performance aesthetic · DM Sans
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;1,9..40,300;1,9..40,400&display=swap');

/* ── DESIGN TOKENS ────────────────────────────────────────── */
:root {
  /* ─ Core palette ─ */
  --dark:       #0A0A0A; /* New Black */
  --darker:     #0A0A0A; /* New Black */
  --accent:     #F5C200; /* New Yellow */
  --accent-dark:#E0B000; /* Slightly darker yellow for hover */
  --accent-glow:rgba(245,194,0,.15); /* New yellow glow */
  --gold:       #F5C200; /* New Yellow */
  --white:      #FFFFFF;
  --off-white:  #F9FAFB;
  --gray-50:    #F3F4F6;
  --gray-100:   #E5E7EB;
  --gray-200:   #D1D5DB;
  --gray-300:   #9CA3AF;
  --gray-400:   #6B7280; /* Retained */
  --gray-500:   #4B5563;
  --gray-600:   #374151;
  --gray-700:   #0A0A0A; /* New Black */
  --green:      #10B981;
  --red:        #EF4444;

  /* ─ Legacy aliases (used in inline page styles) ─ */
  --black:            #0A0A0A; /* New Black */
  --orange:           #F5C200; /* New Yellow */
  --orange-dk:        #E0B000; /* Slightly darker yellow */
  --cyber-black:      #0A0A0A; /* New Black */
  --cyber-orange:     #F5C200; /* New Yellow */
  --cyber-orange-dark:#E0B000; /* Slightly darker yellow */
  --cyber-white:      #FFFFFF;
  --cyber-gray-100:   #E5E7EB;
  --cyber-gray-200:   #D1D5DB;
  --cyber-gray-300:   #9CA3AF;
  --cyber-gray-400:   #6B7280;
  --cyber-gray-500:   #4B5563;
  --cyber-gray-600:   #374151;
  --cyber-gray-800:   #1F2937;
  --cyber-green:      #10B981;
  --gray-800:         #0A0A0A; /* New Black */

  /* ─ cb-* aliases (used in per-page inline styles) ─ */
  --cb-dark:      #0A0A0A;
  --cb-accent:    #F5C200;
  --cb-accent-dark:#E0B000;
  --cb-white:     #FFFFFF;
  --cb-gray-50:   #F8FAFC;
  --cb-gray-100:  #F1F5F9;
  --cb-gray-200:  #E2E8F0;
  --cb-gray-500:  #64748B;
  --cb-gray-800:  #1E293B;
  --cb-font:      'DM Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;

  /* ─ Typography ─ */
  --font: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  /* ─ Radius ─ */
  --radius-s:    6px;
  --radius-m:    10px;
  --radius-l:    16px;
  --radius-xl:   24px;
  --radius-sm:   6px;
  --radius-md:   10px;
  --radius-lg:   16px;
  --radius-full: 9999px;
  --radius-2xl:  32px;

  /* ─ Shadows ─ */
  --shadow-s:    0 1px 3px rgba(0,0,0,.08);
  --shadow-m:    0 4px 16px rgba(0,0,0,.12);
  --shadow-l:    0 12px 40px rgba(0,0,0,.18);
  --shadow-glow: 0 0 20px rgba(245,194,0,.15); /* New yellow glow */
  --shadow-sm:   0 1px 3px rgba(0,0,0,.08);
  --shadow-md:   0 4px 16px rgba(0,0,0,.12);
  --shadow-lg:   0 12px 40px rgba(0,0,0,.18);
  --shadow-xl:   0 24px 64px rgba(0,0,0,.22);

  /* ─ Transitions ─ */
  --ease: cubic-bezier(.4,0,.2,1);
  --transition-fast: all .15s cubic-bezier(.4,0,.2,1);

  /* ─ Spacing scale (4px base) ─ */
  --space-1:  4px;
  --space-2:  8px;
  --space-3:  12px;
  --space-4:  16px;
  --space-6:  24px;
  --space-8:  32px;
  --space-12: 48px;
  --space-16: 64px;
}

/* ── RESET ─────────────────────────────────────────────── */
*,*::before,*::after { box-sizing:border-box; margin:0; padding:0; }
html { scroll-behavior:smooth; font-size:16px; -webkit-text-size-adjust:100%; }
body {
  font-family:var(--font);
  color:var(--dark);
  background:var(--white);
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
  overflow-x:hidden;
  line-height:1.65;
  font-weight:400;
}
img,video,svg { display:block; max-width:100%; }
a { color:inherit; text-decoration:none; }
ul,ol { list-style:none; }
button,input,select,textarea { font:inherit; }
button { cursor:pointer; background:none; border:none; }
input,textarea,select { outline:none; }
p:not(:last-child) { margin-bottom:.875em; }

/* ── LAYOUT ────────────────────────────────────────────── */
.wrap,.container { width:100%; max-width:1320px; margin-inline:auto; padding-inline:24px; }
.wrap-s  { width:100%; max-width:820px;  margin-inline:auto; padding-inline:24px; }
.wrap-l  { width:100%; max-width:1560px; margin-inline:auto; padding-inline:24px; }

/* ── TYPOGRAPHY ────────────────────────────────────────── */
h1,h2,h3,h4,h5,h6 {
  font-family:var(--font);
  line-height:1.1;
  font-weight:800;
  letter-spacing:-.025em;
  color:inherit;
}
h1 { font-size:clamp(2.8rem,7vw,5.5rem); font-weight:900; letter-spacing:-.03em; }
h2 { font-size:clamp(2rem,4.5vw,3.2rem); }
h3 { font-size:clamp(1.4rem,2.5vw,2rem); }
h4 { font-size:1.2rem; }

.label {
  font-size:.72rem; font-weight:700; letter-spacing:.14em;
  text-transform:uppercase; color:var(--accent);
}
.lead {
  font-size:1.15rem; color:var(--gray-400); font-weight:400; line-height:1.7;
}

/* ── UTILITY ───────────────────────────────────────────── */
.sr-only {
  position:absolute; width:1px; height:1px; overflow:hidden;
  clip:rect(0,0,0,0); white-space:nowrap;
}
.text-center { text-align:center; }
.text-white  { color:var(--white); }
.text-orange { color:var(--accent); }

/* ── BUTTONS ───────────────────────────────────────────── */
.btn {
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:14px 32px; font-size:.9rem; font-weight:700;
  border-radius:9999px; letter-spacing:.02em;
  transition:all .3s var(--ease); cursor:pointer;
  border:2px solid transparent; white-space:nowrap; text-decoration:none;
}
.btn-orange,
.btn-accent {
  background:var(--accent); color:var(--dark); border-color:var(--accent);
}
.btn-orange:hover,
.btn-accent:hover {
  background:var(--accent-dark); border-color:var(--accent-dark);
  transform:translateY(-2px); box-shadow:var(--shadow-glow);
}
.btn-dark {
  background:var(--dark); color:var(--white); border-color:var(--dark);
}
.btn-dark:hover {
  background:var(--gray-700); border-color:var(--gray-700);
  transform:translateY(-2px);
}
.btn-outline {
  background:transparent; color:var(--white); border-color:rgba(255,255,255,.4);
}
.btn-outline:hover {
  background:var(--white); color:var(--dark); border-color:var(--white);
}
.btn-outline-dark {
  background:transparent; color:var(--dark); border-color:var(--dark);
}
.btn-outline-dark:hover {
  background:var(--dark); color:var(--white);
}
.btn-glass {
  background:rgba(255,255,255,.1); color:var(--white);
  border:1px solid rgba(255,255,255,.15);
  backdrop-filter:blur(12px); -webkit-backdrop-filter:blur(12px);
}
.btn-glass:hover {
  background:rgba(255,255,255,.18); border-color:rgba(255,255,255,.25);
}
.btn-sm  { padding:10px 22px; font-size:.82rem; }
.btn-lg  { padding:18px 40px; font-size:1rem; }
.btn-full { width:100%; }

/* ── SKIP LINK ─────────────────────────────────────────── */
.skip-link,
.skip-to-main {
  position:fixed; top:-100px; left:16px; z-index:99999;
  background:var(--accent); color:var(--dark); padding:10px 18px;
  border-radius:var(--radius-m); font-weight:700;
  transition:top .2s; text-decoration:none;
}
.skip-link:focus,
.skip-to-main:focus { top:16px; outline: 2px solid var(--accent); outline-offset: 2px; } /* Added outline for accessibility */

/* ── ANNOUNCEMENT BAR ──────────────────────────────────── */
.ann-bar {
  background:var(--accent); padding:10px 0; position:relative; z-index:200;
}
.ann-bar__inner {
  display:flex; align-items:center; justify-content:center;
  position:relative; padding-inline:40px;
}
.ann-bar__text {
  font-size:.8rem; font-weight:600; color:var(--dark); text-align:center;
}
.ann-bar__text strong { color:var(--darker); font-weight:800; }
.ann-bar__close {
  position:absolute; right:0; top:50%; transform:translateY(-50%);
  color:rgba(10,10,10,.6); padding:4px; line-height:1;
  font-size:1.1rem; transition:color .15s;
}
.ann-bar__close:hover { color:var(--dark); }

/* Announcement bar alias (used across pages) */
.announcement-bar {
  background:var(--accent); padding:10px 1.5rem;
  position:relative; z-index:200; /* Retained z-index */
  display:flex; align-items:center; justify-content:center;
}
.announcement-bar .container {
  display:flex; align-items:center; justify-content:center;
  position:relative; padding-inline:40px; width:100%;
}
.announcement-text {
  font-size:.8rem; font-weight:600; color:var(--dark); text-align:center;
}
.announcement-bar > span,
.announcement-bar > .container > span {
  font-size:.8rem; font-weight:600; color:var(--dark); /* Text color on yellow background */
}
.announcement-bar-close {
  position:absolute; right:0; top:50%; transform:translateY(-50%);
  color:rgba(10,10,10,.6); padding:4px; line-height:1;
  font-size:1.1rem; transition:color .15s;
}
.announcement-bar-close:hover { color:var(--dark); }

/* Announcement bar message rotation */
.announcement-bar-messages { position:relative; height:1.4em; overflow:hidden; flex:1; }
.announcement-bar-message { position:absolute; inset:0; display:flex; align-items:center; justify-content:center; opacity:0; transform:translateY(8px); transition:opacity .4s ease, transform .4s ease; white-space:nowrap; font-size:.8rem; font-weight:600; color:var(--dark); }
.announcement-bar-message.active { opacity:1; transform:translateY(0); }
.announcement-bar-message.exiting { opacity:0; transform:translateY(-8px); }
.announcement-bar.dismissing { animation:slideUp .35s ease forwards; }
@keyframes slideUp { to { transform:translateY(-100%); opacity:0; } }

/* ── HEADER (site-header) ──────────────────────────────── */
.site-header {
  position:sticky; top:0; z-index:400;
  background:rgba(10,10,10,.95);
  backdrop-filter:blur(20px); -webkit-backdrop-filter:blur(20px); /* Retained blur effect */
  border-bottom:none;
  transition:box-shadow .3s var(--ease);
}
.site-header.scrolled {
  box-shadow:0 4px 30px rgba(0,0,0,.3);
}
.header-inner {
  display:flex; align-items:center; justify-content:space-between;
  height:72px; gap:24px; position:relative;
}

/* Logo */
.site-logo { display:flex; align-items:center; flex-shrink:0; }
.site-logo img { height:62px; width:auto; }

/* Primary Nav */
.primary-nav { display:flex; align-items:center; gap:4px; }
.primary-nav__item { position:static; }
.primary-nav__link {
  display:flex; align-items:center; gap:5px; padding:8px 14px;
  font-size:.875rem; font-weight:600; color:rgba(255,255,255,.7);
  border-radius:var(--radius-m); transition:color .2s;
}
.primary-nav__link:hover { color:var(--white); }
.primary-nav__link.active { color:var(--accent); }
.primary-nav__link svg { transition:transform .2s; }
.primary-nav__item:hover .primary-nav__link svg { transform:rotate(180deg); }

/* Mega menu — base show/hide */
.mega-menu {
  position:absolute; top:100%; left:50%; transform:translateX(-50%) translateY(-12px);
  background:var(--white); border-top:3px solid var(--accent);
  box-shadow:0 20px 60px rgba(0,0,0,.18);
  opacity:0; visibility:hidden;
  transition:opacity .25s ease, transform .25s ease, visibility .25s;
  z-index:300; pointer-events:none;
  width:1080px; max-width:96vw;
  border-radius:0 0 16px 16px;
  padding:0;
}
.primary-nav__item:hover .mega-menu,
.mega-menu.visible,
.has-mega-menu:hover .mega-menu,
.has-dropdown:hover .mega-menu,
.has-mega:hover .mega-menu {
  opacity:1; visibility:visible; transform:translateX(-50%) translateY(0); pointer-events:auto;
}

/* Mega menu close button */
.mega-close {
  position:absolute; top:12px; right:16px;
  background:none; border:none; cursor:pointer;
  width:32px; height:32px; display:flex; align-items:center; justify-content:center;
  color:var(--gray-400); border-radius:50%;
  transition:background .2s, color .2s; z-index:5;
}
.mega-close:hover { background:var(--gray-100); color:var(--dark); }
.mega-close svg { width:20px; height:20px; }

/* Mega menu tabs */
.mega-tabs {
  display:flex; justify-content:center; gap:0;
  border-bottom:2px solid var(--gray-100);
  padding:0 24px;
}
.mega-tab {
  padding:16px 32px 14px;
  font-size:.88rem; font-weight:700; letter-spacing:.04em;
  color:var(--gray-400); cursor:pointer;
  border-bottom:3px solid transparent;
  margin-bottom:-2px;
  transition:color .2s, border-color .2s;
  background:none; border-top:none; border-left:none; border-right:none;
  text-transform:uppercase; letter-spacing:.08em; font-size:.78rem;
}
.mega-tab:hover { color:var(--dark); }
.mega-tab.active {
  color:var(--dark); border-bottom-color:var(--accent);
}

/* Trust badges row */
.mega-trust-row {
  display:flex; justify-content:center; align-items:center;
  gap:32px; padding:14px 24px;
  border-bottom:1px solid var(--gray-100);
}
.mega-trust-row .mega-trust-item {
  display:flex; align-items:center; gap:8px;
  font-size:.78rem; font-weight:700; color:var(--dark);
}
.mega-trust-row .mega-trust-item img,
.mega-trust-row .mega-trust-item .material-symbols-outlined {
  font-size:22px; color:var(--accent); flex-shrink:0;
}

/* Tab panels */
.mega-panel { display:none; padding:24px 32px 32px; }
.mega-panel.active { display:block; }

/* Category/Model grid — centered 4 columns */
.mega-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

/* Category card — white bg, image top, text below */
.mega-card {
  display:flex; flex-direction:column; align-items:center;
  text-align:center; text-decoration:none; color:var(--dark);
  border-radius:12px; overflow:hidden;
  transition:transform .25s ease;
}
.mega-card:hover { transform:translateY(-4px); }
.mega-card-img {
  width:100%; aspect-ratio:4/3; object-fit:cover;
  border-radius:10px; background:var(--gray-50);
}
.mega-card-label {
  display:flex; align-items:center; justify-content:center;
  gap:6px; margin-top:10px;
}
.mega-card-badge {
  display:inline-block; font-size:.6rem; font-weight:700;
  letter-spacing:.06em; text-transform:uppercase;
  background:#e04040; color:#fff;
  padding:2px 8px; border-radius:4px;
}
.mega-card-name {
  font-size:.92rem; font-weight:800; color:var(--dark); line-height:1.25;
}
.mega-card-tagline {
  font-size:.78rem; color:var(--gray-400); margin-top:2px;
}

/* Model card — white bg with product image */
.mega-model-card {
  display:flex; flex-direction:column; align-items:center;
  text-align:center; text-decoration:none; color:var(--dark);
  padding:16px 12px 14px; border-radius:12px;
  background:var(--gray-50); transition:background .2s, box-shadow .2s;
}
.mega-model-card:hover { background:var(--white); box-shadow:0 4px 20px rgba(0,0,0,.08); }
.mega-model-card img {
  width:100%; height:160px; object-fit:contain; margin-bottom:10px;
}
.mega-model-badge {
  display:inline-block; font-size:.55rem; font-weight:700;
  letter-spacing:.08em; text-transform:uppercase;
  background:var(--accent); color:var(--dark);
  padding:2px 7px; border-radius:999px; margin-bottom:2px;
}
.mega-model-name {
  font-size:.82rem; font-weight:700; color:var(--dark); line-height:1.2;
}
.mega-model-tagline {
  font-size:.7rem; color:var(--gray-400); margin-top:2px;
}

/* ── Legacy mega menu classes (hidden) ── */
.mega-menu-layout { display:none; }
.mega-sidebar { display:none; }
.mega-cats-area { display:none; }

/* Nav icons */
.nav-actions { display:flex; align-items:center; gap:4px; }
.nav-icon-btn {
  position:relative; display:flex; align-items:center; justify-content:center;
  width:40px; height:40px; border-radius:50%;
  color:rgba(255,255,255,.7); transition:color .2s, background .2s;
}
.nav-icon-btn:hover { color:var(--white); background:rgba(255,255,255,.08); }
.cart-count {
  position:absolute; top:2px; right:2px;
  background:var(--accent); color:var(--dark);
  font-size:.58rem; font-weight:800;
  width:16px; height:16px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
}
.hamburger {
  display:none; flex-direction:column; justify-content:center;
  gap:5px; width:40px; height:40px; padding:8px;
}
.hamburger span {
  display:block; height:2px; background:rgba(255,255,255,.85);
  border-radius:2px; transition:all .25s var(--ease);
}

/* ── HEADER ALIAS (.header) ────────────────────────────── */
.header {
  position:sticky; top:0; z-index:400;
  background:rgba(10,10,10,.95);
  backdrop-filter:blur(20px); -webkit-backdrop-filter:blur(20px); /* Retained blur effect */
  border-bottom:none;
  transition:box-shadow .3s var(--ease);
  overflow:visible;
}
.header.scrolled { box-shadow:0 4px 30px rgba(0,0,0,.3); }
.header .container {
  display:flex; align-items:center; justify-content:space-between;
  height:72px; gap:24px; position:static;
}
header {
  position:sticky; top:0; z-index:400;
  background:rgba(10,10,10,.95);
  backdrop-filter:blur(20px); -webkit-backdrop-filter:blur(20px); /* Retained blur effect */
}

/* Logo alias */
.logo { display:flex; align-items:center; flex-shrink:0; }
.logo img { height:62px; width:auto; display:block; }

/* Header-top (legacy) */
.header-top {
  display:flex; align-items:center; justify-content:space-between;
  height:72px; padding:0 1.5rem; max-width:1320px; margin:0 auto; gap:24px;
}
.header-top .logo { color:#fff; font-weight:900; font-size:1.1rem; text-decoration:none; }
.header-top .logo span { color:var(--accent); }
.nav-right { display:flex; align-items:center; gap:4px; }
.dropdown-toggle { color:rgba(255,255,255,.8); font-size:.88rem; font-weight:600; cursor:pointer; }
.nav-item { position:static; }

/* Nav menu alias */
ul.nav-menu,
.nav-menu ul {
  display:flex; list-style:none; padding:0; margin:0;
  gap:4px; align-items:center; position:relative;
}
ul.nav-menu > li > a,
.nav-menu ul li a {
  color:rgba(255,255,255,.7); font-size:.88rem; font-weight:600;
  display:flex; align-items:center; gap:5px; padding:8px 14px;
  border-radius:var(--radius-m); transition:color .2s;
}
ul.nav-menu > li > a:hover,
.nav-menu ul li a:hover { color:#fff; }
ul.nav-menu > li > a.active,
.nav-menu ul li a.active { color:var(--accent); }

/* Mega menu aliases */
.has-mega-menu, .has-dropdown, .has-mega { position:static; }
.mega-menu-grid {
  display:grid; grid-template-columns:repeat(7,1fr); gap:.75rem;
  padding:2rem 0 1.5rem;
}
.mega-menu-inner { display:block; } /* wrapper — layout handled by .mega-menu-layout inside */
.menu-card {
  display:flex; flex-direction:column; align-items:center; text-align:center;
  gap:.5rem; padding:1rem .75rem; border-radius:var(--radius-l);
  text-decoration:none; color:var(--dark); transition:background .2s;
}
.menu-card:hover { background:var(--gray-50); }
.menu-card-icon,
.mega-card-icon {
  width:48px; height:48px; display:flex; align-items:center; justify-content:center;
}
.menu-card-label, .mega-card-label { font-size:.82rem; font-weight:700; color:var(--dark); }
.menu-card-count, .mega-card-count { font-size:.72rem; color:var(--gray-400); }
.mega-menu-footer {
  padding:.75rem 0 1.5rem; border-top:1px solid var(--gray-200); margin-top:.5rem;
}
.mega-menu-all {
  color:var(--accent); font-weight:700; font-size:.88rem; text-decoration:none;
}
.mega-menu-all:hover { text-decoration:underline; color:var(--accent-dark); }

/* Nav icons alias */
.nav-icons { display:flex; align-items:center; gap:4px; }
.icon-btn {
  position:relative; display:inline-flex; align-items:center; justify-content:center;
  width:40px; height:40px; background:none; border:none;
  color:rgba(255,255,255,.7); cursor:pointer; border-radius:50%;
  transition:color .2s, background .2s;
}
.icon-btn:hover { color:var(--white); background:rgba(255,255,255,.08); }
.cart-badge,
.wishlist-badge {
  position:absolute; top:2px; right:2px;
  background:var(--accent); color:var(--dark);
  font-size:.58rem; font-weight:800;
  width:16px; height:16px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
}
.badge-count {
  position:absolute; top:2px; right:2px;
  background:var(--accent); color:var(--dark);
  font-size:.58rem; font-weight:800; min-width:16px; height:16px;
  border-radius:99px; display:flex; align-items:center; justify-content:center;
  padding:0 3px;
}

/* ── MOBILE MENU ───────────────────────────────────────── */
.mobile-overlay {
  position:fixed; inset:0; background:rgba(10,10,10,.98); z-index:900;
  transform:translateX(100%); transition:transform .35s var(--ease); overflow-y:auto; /* Retained transition */
}
.mobile-overlay.open { transform:none; }
.mob-header {
  display:flex; align-items:center; justify-content:space-between;
  padding:20px 24px; border-bottom:1px solid rgba(255,255,255,.08);
}
.mob-close { color:rgba(255,255,255,.6); font-size:1.4rem; padding:4px; }
.mob-nav { padding:16px 0; }
.mob-nav a { /* Retained font styles */
  display:block; padding:16px 24px; font-size:1.1rem; font-weight:600;
  color:rgba(255,255,255,.8); border-bottom:1px solid rgba(255,255,255,.05);
  transition:color .2s;
}
.mob-nav a:hover { color:var(--accent); }
.mob-cats { padding:8px 24px 16px; }
.mob-cats__title {
  font-size:.72rem; font-weight:700; letter-spacing:.12em;
  color:var(--gray-400); text-transform:uppercase; margin-bottom:12px;
}
.mob-cats__grid { display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.mob-cat-link {
  padding:12px 14px; border:1px solid rgba(255,255,255,.12);
  border-radius:var(--radius-m); font-size:.82rem; font-weight:600;
  color:rgba(255,255,255,.7); text-align:center; transition:all .2s;
}
.mob-cat-link:hover { border-color:var(--accent); color:var(--accent); }

/* Mobile menu overlay alias */
.mobile-menu-overlay {
  position:fixed; inset:0; background:rgba(10,10,10,.98); z-index:900;
  transform:translateX(100%); transition:transform .35s var(--ease);
  overflow-y:auto; /* Retained overflow */
}
.mobile-menu-overlay.open { transform:none; }
.mobile-menu-inner { padding:20px 24px; }
.mobile-menu-header {
  display:flex; align-items:center; justify-content:space-between;
  padding-bottom:20px; margin-bottom:16px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.mobile-menu-close { color:rgba(255,255,255,.6); font-size:1.4rem; padding:4px; }
.mobile-nav-list { list-style:none; padding:0; margin:0; }
.mobile-nav-list > li > a { /* Retained font styles */
  display:block; padding:16px 0; font-size:1.1rem; font-weight:600;
  color:rgba(255,255,255,.8); border-bottom:1px solid rgba(255,255,255,.05);
  transition:color .2s;
}
.mobile-nav-list > li > a:hover { color:var(--accent); }
.mobile-sub-toggle {
  display:block; padding:16px 0; font-size:1.1rem; font-weight:600;
  color:rgba(255,255,255,.8); border-bottom:1px solid rgba(255,255,255,.05); /* Retained font styles */
  border-left:none; border-right:none; border-top:none;
  width:100%; text-align:left; cursor:pointer; transition:color .2s;
}
.mobile-sub-toggle:hover { color:var(--accent); }
.mobile-sub-menu { list-style:none; padding:0 0 .5rem 1rem; margin:0; display:none; }
.mobile-has-sub.open .mobile-sub-menu { display:block; }
.mobile-sub-menu li a {
  display:flex; align-items:center; justify-content:space-between; /* Retained layout */
  padding:.6rem 0; font-size:.92rem; color:rgba(255,255,255,.65);
  border-bottom:1px solid rgba(255,255,255,.04); transition:color .2s;
}
.mobile-sub-menu li a:hover { color:var(--accent); }
.mobile-sub-menu li a span { font-size:.75rem; color:rgba(255,255,255,.3); }
.mobile-menu-footer {
  margin-top:2rem; display:flex; flex-direction:column; gap:.4rem;
}
.mobile-menu-footer a {
  color:rgba(255,255,255,.5); font-size:.9rem; transition:color .2s;
}
.mobile-menu-footer a:hover { color:var(--accent); }

/* Mid-generation mobile menu fallback */
.mobile-menu-overlay > nav { padding:24px; }
.mobile-menu-overlay > nav ul { list-style:none; padding:0; margin:0; }
.mobile-menu-overlay > nav ul li a {
  display:block; padding:16px 0; font-size:1.1rem; font-weight:600;
  color:rgba(255,255,255,.8); border-bottom:1px solid rgba(255,255,255,.06); /* Retained font styles */
  transition:color .2s;
}
.mobile-menu-overlay > nav ul li a:hover,
.mobile-menu-overlay > nav ul li a.active { color:var(--accent); }

/* ── SEARCH OVERLAY ────────────────────────────────────── */
.search-overlay {
  position:fixed; inset:0; background:rgba(10,10,10,.97); z-index:1000;
  display:flex; align-items:flex-start; justify-content:center;
  padding-top:80px; opacity:0; visibility:hidden; /* Retained layout */
  transition:opacity .25s, visibility .25s;
}
.search-overlay.open { opacity:1; visibility:visible; }
.search-box { width:100%; max-width:640px; padding-inline:24px; }
.search-box__input-wrap {
  display:flex; align-items:center; gap:12px;
  background:rgba(255,255,255,.06); border:1.5px solid rgba(255,255,255,.12);
  border-radius:var(--radius-xl); padding:16px 20px; margin-bottom:20px;
}
.search-box__input {
  flex:1; background:none; border:none; font-size:1.3rem;
  color:var(--white); font-weight:500; /* Retained font styles */
}
.search-box__input::placeholder { color:rgba(255,255,255,.3); }
.search-close {
  color:rgba(255,255,255,.5); font-size:1.5rem; margin-left:8px; transition:color .2s;
}
.search-close:hover { color:var(--white); }
.search-results__item {
  display:flex; align-items:center; gap:16px; padding:14px 16px; /* Retained layout */
  border-radius:var(--radius-m); background:rgba(255,255,255,.05);
  margin-bottom:8px; transition:background .2s;
}
.search-results__item:hover { background:rgba(245,194,0,.1); }
.search-results__img {
  width:56px; height:42px; object-fit:contain; border-radius:var(--radius-m);
  background:rgba(255,255,255,.05); flex-shrink:0;
}
.search-results__name { font-size:.9rem; font-weight:600; color:var(--white); }
.search-results__price { font-size:.82rem; color:var(--accent); font-weight:700; }

/* Search overlay inner alias */
.search-overlay-inner {
  padding:3rem 2rem; max-width:760px; margin:0 auto; width:100%;
}
.search-overlay-header {
  display:flex; align-items:center; justify-content:space-between; margin-bottom:1.5rem; /* Retained layout */
}
.search-label { font-size:1.2rem; font-weight:700; color:#fff; }
.search-input-wrap {
  display:flex; align-items:center; gap:1rem;
  background:rgba(255,255,255,.06); border:1.5px solid rgba(255,255,255,.12);
  border-radius:var(--radius-xl); padding:1rem 1.25rem; margin-bottom:1.5rem;
}
.search-input-wrap svg { color:rgba(255,255,255,.4); flex-shrink:0; } /* Retained icon color */
.search-input-wrap input { flex:1; background:none; border:none; font-size:1.1rem; color:#fff; font-family:var(--font-family); }
.search-input-wrap input::placeholder { color:rgba(255,255,255,.35); }
.search-hint { color:rgba(255,255,255,.4); font-size:.9rem; }
.search-result-list { list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:.4rem; }
.search-result-list li a {
  display:flex; align-items:center; justify-content:space-between;
  padding:.85rem 1rem; border-radius:var(--radius-m);
  background:rgba(255,255,255,.06); color:#fff; transition:background .2s; /* Retained background */
}
.search-result-list li a:hover { background:rgba(245,194,0,.1); }
.search-result-list li a span { font-size:.78rem; color:rgba(255,255,255,.4); }

/* Mid-generation search */
.search-overlay > .search-inner {
  padding:80px 2rem 2rem; max-width:640px; margin:0 auto; width:100%;
}
.search-overlay > .search-inner input[type="search"] {
  width:100%; background:rgba(255,255,255,.06); border:1.5px solid rgba(255,255,255,.12);
  border-radius:var(--radius-xl); padding:1rem 1.25rem; font-size:1.1rem;
  color:#fff; font-family:var(--font-family); outline:none;
}
.search-overlay > .search-inner input::placeholder { color:rgba(255,255,255,.35); }
.search-overlay > .search-close {
  position:absolute; top:20px; right:20px; color:rgba(255,255,255,.6);
  font-size:1.5rem; padding:8px; transition:color .2s;
}
.search-overlay > .search-close:hover { color:#fff; }

/* ── HERO ──────────────────────────────────────────────── */
.hero {
  position:relative; min-height:75vh; max-height:720px; display:flex; align-items:center;
  background-size:cover; background-position:center top; overflow:hidden;
  padding:100px 0 60px;
}
.hero::after {
  content:''; position:absolute; inset:0;
  background:linear-gradient(135deg,rgba(10,10,10,.85) 0%,rgba(10,10,10,.4) 60%,rgba(10,10,10,.2) 100%);
}
.hero-content { position:relative; z-index:1; max-width:680px; }
.hero-eyebrow {
  display:inline-flex; align-items:center; gap:10px;
  font-size:.72rem; font-weight:700; letter-spacing:.2em; text-transform:uppercase;
  color:var(--accent); margin-bottom:24px;
}
.hero-eyebrow::before {
  content:''; display:block; width:32px; height:2px; background:var(--accent);
}
.hero h1 {
  font-size:clamp(3.2rem,9vw,6.5rem); font-weight:900; line-height:.95;
  letter-spacing:-.04em; color:var(--white); text-transform:uppercase; /* Retained font styles */
  margin-bottom:24px;
}
.hero h1 em { font-style:normal; color:var(--accent); }
.hero-desc {
  font-size:clamp(1rem,1.8vw,1.2rem); color:rgba(255,255,255,.75);
  font-weight:400; margin-bottom:40px; max-width:500px; line-height:1.65;
}
.hero-actions { display:flex; gap:14px; flex-wrap:wrap; margin-bottom:48px; }
.hero-trust {
  display:flex; flex-wrap:wrap; gap:20px 36px;
  padding-top:32px; border-top:1px solid rgba(255,255,255,.1);
}
.hero-trust__item {
  display:flex; align-items:center; gap:8px; color:rgba(255,255,255,.7);
  font-size:.8rem; font-weight:500;
}
.hero-trust__item svg { color:var(--accent); flex-shrink:0; }
.hero-scroll {
  position:absolute; bottom:36px; left:50%; transform:translateX(-50%); /* Retained layout */
  z-index:1; display:flex; flex-direction:column; align-items:center; gap:8px;
  color:rgba(255,255,255,.4); font-size:.7rem; letter-spacing:.12em; text-transform:uppercase;
  animation:pulse-down 2.5s ease infinite;
}
@keyframes pulse-down {
  0%,100% { transform:translateX(-50%) translateY(0); opacity:.4; }
  50% { transform:translateX(-50%) translateY(10px); opacity:1; }
}

/* ── SECTIONS ──────────────────────────────────────────── */
.section    { padding:96px 0; }
.section-lg { padding:120px 0; }
.section-sm { padding:56px 0; }
.section--dark   { background:var(--dark); color:var(--white); }
.section--darker { background:var(--darker); color:var(--white); }
.section--gray   { background:var(--gray-50); }
.section--border { border-top:1px solid var(--gray-200); border-bottom:1px solid var(--gray-200); }

.section-head { margin-bottom:56px; } /* Retained margin */
.section-head .label { display:block; margin-bottom:10px; }
.section-head h2 { margin-bottom:12px; }
.section-head .lead { max-width:540px; }
.section-head.center { text-align:center; }
.section-head.center .lead { margin-inline:auto; }
.section-head__row { display:flex; align-items:flex-end; justify-content:space-between; gap:16px; }

/* ── CATEGORY CARDS ────────────────────────────────────── */
.cats-grid {
  display:grid; grid-template-columns:repeat(7,1fr); gap:12px;
}
.cat-card { /* Retained layout */
  position:relative; border-radius:var(--radius-l); overflow:hidden;
  aspect-ratio:4/5; display:block; text-decoration:none;
  transition:transform .35s var(--ease), box-shadow .35s;
}
.cat-card:hover { transform:translateY(-6px); box-shadow:var(--shadow-l); }
.cat-card__bg {
  position:absolute; inset:0; background-size:cover; background-position:center;
  transition:transform .6s var(--ease);
}
.cat-card:hover .cat-card__bg { transform:scale(1.08); }
.cat-card::after { /* Updated gradient to use new dark color */
  content:''; position:absolute; inset:0;
  background:linear-gradient(to top, rgba(0,0,0,.9) 0%, rgba(0,0,0,.15) 55%);
}
.cat-card__body { position:absolute; bottom:0; left:0; right:0; padding:18px 16px; z-index:1; }
.cat-card__count {
  font-size:.68rem; font-weight:700; letter-spacing:.12em;
  color:var(--accent); text-transform:uppercase; display:block; margin-bottom:4px;
}
.cat-card__name { font-size:.95rem; font-weight:800; color:var(--white); line-height:1.2; } /* Retained font styles */

/* ── PRODUCT CARDS ─────────────────────────────────────── */
.products-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }

.product-card {
  background:var(--white); border-radius:var(--radius-l);
  overflow:hidden; border:1px solid var(--gray-100);
  transition:box-shadow .3s var(--ease), transform .3s var(--ease), border-color .3s;
  display:flex; flex-direction:column;
}
.product-card:hover {
  box-shadow:var(--shadow-l); transform:translateY(-6px); border-color:transparent;
}
.product-card__media {
  position:relative; overflow:hidden;
  background:var(--gray-50); aspect-ratio:1/1; /* Retained background */
}
.product-card__img {
  width:100%; height:100%; object-fit:contain; padding:24px;
  transition:transform .5s var(--ease);
}
.product-card:hover .product-card__img { transform:scale(1.05); }
.product-card__img--hover {
  position:absolute; inset:0; width:100%; height:100%;
  object-fit:contain; padding:24px; opacity:0;
  transition:opacity .5s var(--ease);
}
.product-card:hover .product-card__img--hover { opacity:1; }

.product-card__badges {
  position:absolute; top:12px; left:12px; display:flex; flex-direction:column; gap:6px;
}
.badge {
  display:inline-flex; align-items:center; padding:5px 12px;
  font-size:.65rem; font-weight:800; letter-spacing:.06em; text-transform:uppercase;
  border-radius:9999px;
}
.badge--new  { background:var(--accent); color:var(--dark); } /* New yellow background, new black text */
.badge--sale { background:var(--accent); color:var(--dark); }
.badge--hot  { background:var(--red); color:var(--white); }
.badge--oos  { background:var(--gray-200); color:var(--gray-500); }

.wishlist-btn {
  position:absolute; top:12px; right:12px;
  width:36px; height:36px; border-radius:50%;
  background:var(--white); box-shadow:var(--shadow-s);
  display:flex; align-items:center; justify-content:center;
  color:var(--gray-300); transition:all .2s var(--ease); /* Retained icon color */
}
.wishlist-btn:hover, .wishlist-btn.active { color:var(--red); box-shadow:var(--shadow-m); }

.product-card__body { padding:20px 24px; flex:1; display:flex; flex-direction:column; }
.product-card__cat {
  font-size:.68rem; font-weight:700; letter-spacing:.1em;
  color:var(--accent); text-transform:uppercase; margin-bottom:6px;
}
.product-card__name {
  font-size:1rem; font-weight:700; color:var(--dark);
  line-height:1.3; margin-bottom:8px; /* Retained font styles */
}
.product-card__name a:hover { color:var(--accent); }
.product-card__rating { display:flex; align-items:center; gap:6px; margin-bottom:12px; }
.stars { color:var(--gold); font-size:.9rem; letter-spacing:-.5px; }
.rating-count { font-size:.75rem; color:var(--gray-400); }
.product-card__price { display:flex; align-items:baseline; gap:8px; margin-bottom:14px; }
.price-was { font-size:.9rem; color:var(--gray-300); text-decoration:line-through; }
.price-now { font-size:1.3rem; font-weight:800; color:var(--dark); }
.product-card__swatches { display:flex; gap:6px; margin-bottom:16px; margin-top:auto; } /* Retained layout */
.swatch {
  width:18px; height:18px; border-radius:50%;
  border:2px solid var(--gray-200); cursor:pointer;
  transition:transform .15s, border-color .15s;
}
.swatch:hover, .swatch.active { border-color:var(--dark); transform:scale(1.2); }
.product-card__cta {
  display:block; text-align:center; padding:12px 16px;
  background:var(--dark); color:var(--white);
  font-size:.82rem; font-weight:700; border-radius:9999px;
  transition:all .25s var(--ease); /* Retained transition */
}
.product-card__cta:hover { background:var(--accent); color:var(--dark); }

/* btn-select alias */
.btn-select {
  display:block; width:100%; text-align:center; padding:.75rem 1rem;
  background:var(--dark); color:#fff; font-weight:700; font-size:.88rem;
  border-radius:9999px; border:none; cursor:pointer; transition:all .25s var(--ease);
}
.btn-select:hover { background:var(--accent); color:var(--dark); }

/* Sold out overlay */
.product-card--soldout .product-card__media::after {
  content:'Sold Out';
  position:absolute; inset:0; background:rgba(255,255,255,.8);
  display:flex; align-items:center; justify-content:center;
  font-size:1.1rem; font-weight:800; letter-spacing:.06em;
  color:var(--gray-500); text-transform:uppercase;
}

/* ── FINANCING BANNER ──────────────────────────────────── */
.financing-band { padding:96px 0; background:var(--dark); }
.financing-band__inner { display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center; }
.financing-band__eyebrow { /* Retained font styles */
  font-size:.72rem; font-weight:700; letter-spacing:.2em;
  text-transform:uppercase; color:var(--accent); margin-bottom:16px; display:block;
}
.financing-band h2 { font-size:clamp(2rem,4vw,3rem); color:var(--white); margin-bottom:12px; }
.financing-band p { color:rgba(255,255,255,.6); font-size:1rem; line-height:1.75; margin-bottom:28px; }
.financing-band__note { font-size:.75rem; color:rgba(255,255,255,.3); margin-top:12px; }
.financing-band__img { border-radius:20px; overflow:hidden; }
.financing-band__img img { width:100%; height:360px; object-fit:cover; border-radius:20px; }

/* ── TRUST STRIP ───────────────────────────────────────── */
.trust-strip { padding:56px 0; }
.trust-strip__grid { display:grid; grid-template-columns:repeat(4,1fr); gap:32px; }
.trust-item { display:flex; align-items:flex-start; gap:16px; }
.trust-item__icon {
  width:48px; height:48px; border-radius:var(--radius-m);
  background:rgba(245,194,0,.1); display:flex; align-items:center; justify-content:center;
  flex-shrink:0; color:var(--accent);
}
.trust-item__title { font-size:.95rem; font-weight:700; margin-bottom:3px; }
.trust-item__desc  { font-size:.82rem; color:var(--gray-400); line-height:1.55; }

/* ── SPEC HIGHLIGHT ────────────────────────────────────── */
.spec-hl { padding:96px 0; }
.spec-hl__grid { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; }
.spec-hl__grid--rev { direction:rtl; }
.spec-hl__grid--rev > * { direction:ltr; }
.spec-hl__img { border-radius:20px; overflow:hidden; }
.spec-hl__img img { width:100%; height:520px; object-fit:cover; }
.spec-hl__eyebrow { /* Retained font styles */
  font-size:.72rem; font-weight:700; letter-spacing:.2em;
  text-transform:uppercase; color:var(--accent); display:block; margin-bottom:16px;
}
.spec-hl h2 { font-size:clamp(1.8rem,3.5vw,2.8rem); margin-bottom:20px; }
.spec-hl__body { font-size:1rem; color:var(--gray-400); line-height:1.75; margin-bottom:32px; }
.spec-hl__bullets { display:flex; flex-direction:column; gap:14px; margin-bottom:36px; }
.spec-hl__bullets li { display:flex; align-items:center; gap:12px; font-size:.95rem; font-weight:500; }
.spec-hl__bullets li::before {
  content:''; display:block; width:22px; height:22px; border-radius:50%; /* Retained layout */
  background:var(--accent); flex-shrink:0;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%230A0A0A' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat:no-repeat; background-position:center; background-size:12px;
}

/* ── REVIEWS ───────────────────────────────────────────── */
.reviews-summary { display:flex; align-items:center; gap:16px; margin-bottom:40px; }
.reviews-big-score { font-size:3.5rem; font-weight:900; line-height:1; }
.reviews-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.review-card { /* Retained layout */
  background:var(--white); border:1px solid var(--gray-100);
  border-radius:var(--radius-l); padding:28px;
  display:flex; flex-direction:column; gap:10px;
  transition:box-shadow .25s var(--ease);
}
.review-card:hover { box-shadow:var(--shadow-m); }
.review-card__stars { color:var(--gold); font-size:1rem; }
.review-card__title { font-size:.95rem; font-weight:700; }
.review-card__body  { font-size:.875rem; color:var(--gray-400); line-height:1.65; flex:1; } /* Retained font styles */
.review-card__foot {
  display:flex; align-items:center; justify-content:space-between;
  padding-top:14px; border-top:1px solid var(--gray-100); font-size:.78rem;
}
.review-card__name { font-weight:700; }
.review-card__verified {
  font-size:.68rem; font-weight:700; color:#065F46;
  background:#D1FAE5; padding:3px 10px; border-radius:100px;
}
.review-card__product { color:var(--accent); font-size:.75rem; margin-top:4px; }

/* Review form */
.review-form { background:var(--gray-50); border-radius:var(--radius-xl); padding:36px; margin-top:48px; }
.review-form h3 { margin-bottom:24px; }

/* Rating bars */
.rating-bars { display:flex; flex-direction:column; gap:8px; }
.rating-bar__row { display:flex; align-items:center; gap:12px; font-size:.82rem; }
.rating-bar__label { width:20px; text-align:right; font-weight:600; } /* Retained font styles */
.rating-bar__track { flex:1; height:6px; background:var(--gray-200); border-radius:3px; overflow:hidden; }
.rating-bar__fill  { height:100%; background:var(--accent); border-radius:3px; }
.rating-bar__pct   { width:32px; color:var(--gray-400); }

/* ── FORM FIELDS ───────────────────────────────────────── */
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:16px; }
.form-field { display:flex; flex-direction:column; gap:6px; margin-bottom:16px; }
.form-field label { font-size:.82rem; font-weight:700; color:var(--gray-700); }
.form-field input,
.form-field textarea,
.form-field select {
  padding:12px 16px; border:1.5px solid var(--gray-200); /* Retained padding */
  border-radius:var(--radius-m); font-size:.9rem; color:var(--dark);
  background:var(--white); transition:border-color .2s, box-shadow .2s;
}
.form-field input:focus,
.form-field textarea:focus { border-color:var(--accent); box-shadow:0 0 0 3px var(--accent-glow); }
.star-rate { display:flex; gap:4px; }
.star-rate button { font-size:1.4rem; color:var(--gray-200); transition:color .15s; }
.star-rate button.on { color:var(--gold); }

/* ── BLOG CARDS ────────────────────────────────────────── */
.blog-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:24px; }
.blog-card {
  border-radius:var(--radius-l); overflow:hidden; background:var(--white);
  border:1px solid var(--gray-100); transition:box-shadow .3s, transform .3s; /* Retained transition */
}
.blog-card:hover { box-shadow:var(--shadow-l); transform:translateY(-4px); }
.blog-card__img { aspect-ratio:16/9; overflow:hidden; }
.blog-card__img img { width:100%; height:100%; object-fit:cover; transition:transform .5s; }
.blog-card:hover .blog-card__img img { transform:scale(1.05); }
.blog-card__body { padding:24px; }
.blog-card__tag {
  font-size:.68rem; font-weight:700; letter-spacing:.1em;
  text-transform:uppercase; color:var(--accent);
  background:rgba(245,194,0,.1); padding:4px 12px; border-radius:100px;
  display:inline-block; /* Retained display */
}
.blog-card__title { font-size:1.05rem; font-weight:700; margin:12px 0 8px; line-height:1.35; }
.blog-card__title a:hover { color:var(--accent); }
.blog-card__date { font-size:.75rem; color:var(--gray-300); }
.blog-card__excerpt { font-size:.875rem; color:var(--gray-400); line-height:1.65; margin-top:10px; }

/* ── PROMO CARDS ───────────────────────────────────────── */
.promo-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.promo-card {
  border-radius:var(--radius-l); overflow:hidden; background:var(--white);
  border:1px solid var(--gray-100); transition:box-shadow .3s, transform .3s; /* Retained transition */
}
.promo-card:hover { box-shadow:var(--shadow-l); transform:translateY(-4px); }
.promo-card__img { height:200px; overflow:hidden; background:var(--gray-50); }
.promo-card__img img { width:100%; height:100%; object-fit:cover; transition:transform .5s; }
.promo-card:hover .promo-card__img img { transform:scale(1.06); }
.promo-card__body { padding:24px; }
.promo-card__title { font-size:1rem; font-weight:700; margin-bottom:6px; }
.promo-card__desc  { font-size:.85rem; color:var(--gray-400); line-height:1.65; margin-bottom:16px; }

/* ── NEWSLETTER ────────────────────────────────────────── */
.newsletter { padding:96px 0; background:var(--dark); text-align:center; }
.newsletter h2 { font-size:clamp(1.8rem,4vw,2.8rem); color:var(--white); margin-bottom:12px; }
.newsletter p  { color:rgba(255,255,255,.5); margin-bottom:36px; font-size:1rem; }
.newsletter-form { /* Retained layout */
  display:flex; gap:0; max-width:480px; margin-inline:auto;
  border-radius:9999px; overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
}
.newsletter-form input {
  flex:1; padding:14px 24px; background:rgba(255,255,255,.06);
  border:none; color:var(--white); font-size:.9rem;
}
.newsletter-form input::placeholder { color:rgba(255,255,255,.3); }
.newsletter-form button {
  padding:14px 28px; background:var(--accent); color:var(--dark); /* New yellow background, new black text */
  font-weight:700; font-size:.875rem; border:none; flex-shrink:0;
  transition:background .2s;
}
.newsletter-form button:hover { background:var(--accent-dark); }
.newsletter small { display:block; margin-top:16px; color:rgba(255,255,255,.25); font-size:.75rem; }
.newsletter small a { color:rgba(255,255,255,.45); text-decoration:underline; }

/* ── FOOTER ────────────────────────────────────────────── */
.site-footer { background:var(--darker); padding:80px 0 0; }
.footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:48px; padding-bottom:56px; }
.footer-brand__tagline { font-size:.875rem; color:rgba(255,255,255,.4); line-height:1.65; margin:16px 0 20px; }
.footer-social { display:flex; gap:8px; margin-bottom:20px; }
.footer-social a {
  width:36px; height:36px; border-radius:50%; display:flex; align-items:center; justify-content:center;
  background:rgba(255,255,255,.06); color:rgba(255,255,255,.5); transition:all .2s;
}
.footer-social a:hover { background:var(--accent); color:var(--dark); }

/* Footer alias (.footer) */
.footer { background:var(--darker); color:rgba(255,255,255,.7); padding:0; border-top:3px solid var(--accent); }
.footer-top { display:flex; align-items:center; justify-content:space-between; padding:2rem 0; border-bottom:1px solid rgba(255,255,255,.08); flex-wrap:wrap; gap:1.5rem; }
.footer-top-brand { display:flex; align-items:center; gap:1.25rem; }
.footer-top-brand img { height:48px; width:auto; mix-blend-mode:lighten; }
.footer-top-brand span { font-size:.88rem; color:rgba(255,255,255,.4); border-left:1px solid rgba(255,255,255,.12); padding-left:1.25rem; }
.footer-top-social { display:flex; gap:8px; }
.footer-top-social a {
  width:34px; height:34px; border-radius:50%; display:flex; align-items:center; justify-content:center;
  background:rgba(255,255,255,.06); color:rgba(255,255,255,.45); transition:all .2s;
}
.footer-top-social a:hover { background:var(--accent); color:var(--dark); }
.footer-nav { display:grid; grid-template-columns:repeat(4,1fr); gap:2rem; padding:2.5rem 0; }
.footer-col h4 {
  font-size:.72rem; font-weight:700; letter-spacing:.14em;
  text-transform:uppercase; color:var(--white); margin-bottom:14px;
}
.footer-col ul { display:flex; flex-direction:column; gap:8px; list-style:none; padding:0; margin:0; }
.footer-col ul a,
.footer-col ul li a {
  font-size:.82rem; color:rgba(255,255,255,.45); transition:color .2s;
}
.footer-col ul a:hover,
.footer-col ul li a:hover { color:var(--accent); }
.footer-col-brand p { font-size:.88rem; color:rgba(255,255,255,.45); margin:1rem 0 1.25rem; line-height:1.65; }
.footer-col-brand img { margin-bottom:.25rem; height:48px; width:auto; mix-blend-mode:lighten; }
.footer-logo img { height:48px; width:auto; mix-blend-mode:lighten; }
.mobile-menu-header .logo img { height:48px; width:auto; }
.footer-contact { font-size:.82rem; color:rgba(255,255,255,.4); line-height:1.8;
                  display:flex; flex-direction:column; gap:.35rem; }
.footer-contact a { color:rgba(255,255,255,.4); transition:color .2s; }
.footer-contact a:hover { color:var(--accent); }

.social-icons { display:flex; gap:.75rem; margin-bottom:1.25rem; }
.social-icons a {
  width:36px; height:36px; border-radius:50%;
  background:rgba(255,255,255,.06); display:flex; align-items:center;
  justify-content:center; color:rgba(255,255,255,.5); transition:all .2s;
}
.social-icons a:hover { background:var(--accent); color:var(--dark); }

.footer-bottom {
  border-top:1px solid rgba(255,255,255,.06); padding:1.25rem 0;
  display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:12px;
}
.footer-bottom__copy { font-size:.78rem; color:rgba(255,255,255,.25); }
.footer-bottom p { font-size:.75rem; color:rgba(255,255,255,.3); margin:0; }
.footer-payments { display:flex; gap:6px; flex-wrap:wrap; align-items:center; }
.pay-badge {
  font-size:.62rem; font-weight:700; letter-spacing:.04em;
  padding:4px 8px; border:1px solid rgba(255,255,255,.1);
  border-radius:4px; color:rgba(255,255,255,.3);
}
.payment-badges { display:flex; gap:.4rem; flex-wrap:wrap; }
.payment-badge {
  font-size:.65rem; font-weight:700; letter-spacing:.06em;
  padding:.2rem .5rem; border:1px solid rgba(255,255,255,.1);
  border-radius:4px; color:rgba(255,255,255,.4);
}

@media(max-width:768px){
  .footer-nav { grid-template-columns:repeat(2,1fr); gap:1.5rem; }
  .footer-top { flex-direction:column; align-items:flex-start; }
  .footer-bottom { flex-direction:column; align-items:center; text-align:center; }
}

/* ── COOKIE BANNER ─────────────────────────────────────── */
.cookie-bar {
  position:fixed; bottom:0; left:0; right:0; z-index:800;
  background:var(--dark); border-top:2px solid var(--accent);
  padding:16px 0; display:none; /* Retained padding */
}
.cookie-bar__inner {
  display:flex; align-items:center; justify-content:space-between;
  gap:16px; flex-wrap:wrap;
}
.cookie-bar p { font-size:.82rem; color:rgba(255,255,255,.65); }
.cookie-bar a { color:var(--accent); text-decoration:underline; }

.cookie-banner {
  position:fixed; bottom:0; left:0; right:0;
  background:var(--dark); border-top:2px solid var(--accent);
  z-index:9999; display:none; padding:1rem 0; /* Retained padding */
}
.cookie-banner.show { display:block; }
.cookie-banner .container {
  display:flex; align-items:center; justify-content:space-between;
  gap:1.5rem; flex-wrap:wrap;
}
.cookie-banner p { color:rgba(255,255,255,.7); font-size:.88rem; margin:0; }
.cookie-banner p a { color:var(--accent); text-decoration:underline; }

/* btn-primary alias */
.btn-primary {
  display:inline-flex; align-items:center; justify-content:center;
  padding:.75rem 1.5rem; background:var(--accent); color:var(--dark);
  font-weight:700; font-size:.88rem; border-radius:9999px; border:none; /* Retained font styles */
  cursor:pointer; transition:all .25s var(--ease); text-decoration:none;
}
.btn-primary:hover { background:var(--accent-dark); box-shadow:var(--shadow-glow); }

/* btn-secondary alias */
.btn-secondary {
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 24px; background:transparent; color:var(--white);
  font-weight:700; font-size:.9rem; border:2px solid rgba(255,255,255,.4); /* Retained font styles */
  border-radius:9999px; cursor:pointer; transition:all .25s var(--ease);
  text-decoration:none;
}
.btn-secondary:hover { background:var(--white); color:var(--dark); border-color:var(--white); }

/* ── PAGE HERO (inner pages) ───────────────────────────── */
.page-hero { padding:96px 0 72px; background:var(--dark); }
.page-hero h1 { color:var(--white); font-size:clamp(2rem,5vw,3.5rem); margin-bottom:12px; }
.page-hero p  { color:rgba(255,255,255,.6); font-size:1.05rem; } /* Retained font styles */
.breadcrumb {
  display:flex; align-items:center; gap:8px; font-size:.82rem;
  color:rgba(255,255,255,.4); margin-bottom:24px;
}
.breadcrumb a { color:rgba(255,255,255,.4); transition:color .2s; }
.breadcrumb a:hover { color:var(--accent); }
.breadcrumb span { color:rgba(255,255,255,.2); }
.breadcrumb-current { color:rgba(255,255,255,.6); font-size:.82rem; }

/* ── PAGE-HERO enhancements (used by inner pages) ─────── */
.page-hero { position:relative; overflow:hidden; }
.page-hero::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 60% 40%,rgba(245,194,0,.08) 0%,transparent 65%); pointer-events:none; }
.hero-title { font-size:clamp(2.2rem,5vw,3.8rem); font-weight:800; color:#fff; line-height:1.1; margin-bottom:.75rem; letter-spacing:-.02em; }
.hero-sub   { font-size:1.1rem; color:rgba(255,255,255,.5); max-width:560px; }

/* ── SECTION LABELS ───────────────────────────────────── */
.section-label { font-size:.75rem; font-weight:700; text-transform:uppercase; letter-spacing:.1em; color:var(--accent); margin-bottom:.6rem; }
.section-title { font-size:clamp(1.7rem,3vw,2.4rem); font-weight:800; color:var(--dark); margin-bottom:.6rem; letter-spacing:-.02em; }
.section-sub   { font-size:.95rem; color:var(--gray-400); margin-bottom:2.5rem; }

/* ── CTA SECTION (shared inner pages) ─────────────────── */
.cta-section { background:var(--dark); padding:64px 0; text-align:center; }
.cta-title   { font-size:clamp(1.5rem,3vw,2.2rem); font-weight:800; color:#fff; margin-bottom:.75rem; letter-spacing:-.02em; }
.cta-sub     { font-size:.95rem; color:rgba(255,255,255,.45); margin-bottom:2rem; }

/* ── SECTION HELPERS (used by inner pages) ────────────── */
.section-header { text-align:center; margin-bottom:3rem; }
.section-lead   { font-size:1.05rem; color:var(--gray-400); max-width:560px; margin:0 auto; }

/* ── FAQ ACCORDION (alt style used by inner pages) ────── */
.faq-list    { max-width:800px; display:flex; flex-direction:column; gap:.6rem; }
.faq-trigger { width:100%; background:none; border:none; padding:1.2rem 1.5rem; display:flex; align-items:center; gap:1rem; cursor:pointer; font-size:.95rem; font-weight:600; color:var(--dark); text-align:left; font-family:var(--font); }
.faq-trigger:hover { background:var(--gray-50); }
.faq-label   { flex:1; }
.faq-chevron { flex-shrink:0; width:20px; height:20px; transition:transform .25s; color:var(--accent); }
.faq-item.open .faq-chevron { transform:rotate(180deg); }

/* ── PRODUCT PAGE ──────────────────────────────────────── */
.product-layout { display:grid; grid-template-columns:1fr 480px; gap:56px; padding-bottom:80px; }
.product-gallery { position:sticky; top:92px; align-self:start; }
.product-main-img {
  aspect-ratio:4/3; border-radius:20px; overflow:hidden; /* Retained layout */
  background:var(--gray-50); margin-bottom:12px; cursor:zoom-in;
}
.product-main-img img { width:100%; height:100%; object-fit:contain; padding:24px; }
.product-thumbs { display:flex; gap:8px; }
.product-thumb {
  width:72px; height:60px; border-radius:var(--radius-m); border:2px solid var(--gray-200);
  overflow:hidden; background:var(--gray-50); cursor:pointer; transition:border-color .2s;
  flex-shrink:0; padding:6px;
}
.product-thumb img { width:100%; height:100%; object-fit:contain; }
.product-thumb.active, .product-thumb:hover { border-color:var(--accent); }

.product-panel__breadcrumb { font-size:.78rem; color:var(--gray-300); margin-bottom:16px; display:flex; gap:8px; }
.product-panel__breadcrumb a { color:var(--gray-300); }
.product-panel__breadcrumb a:hover { color:var(--accent); }
.product-panel__badges { display:flex; gap:8px; margin-bottom:12px; }
.product-panel__name { font-size:clamp(1.5rem,3vw,2rem); font-weight:800; margin-bottom:8px; line-height:1.15; }
.product-panel__rating { display:flex; align-items:center; gap:8px; margin-bottom:16px; }
.product-panel__rating .stars { font-size:1rem; }
.product-panel__rating a { font-size:.82rem; color:var(--gray-300); text-decoration:underline; } /* Retained font styles */
.product-panel__price-row { display:flex; align-items:baseline; gap:12px; margin-bottom:8px; }
.product-panel__price-row .price-was { font-size:1.1rem; }
.product-panel__price-row .price-now { font-size:2rem; font-weight:900; }
.product-panel__affirm { font-size:.82rem; color:var(--gray-400); margin-bottom:24px; }
.product-panel__affirm a { color:var(--accent); }
.product-panel__divider { height:1px; background:var(--gray-200); margin:20px 0; }

.color-label { font-size:.82rem; font-weight:700; margin-bottom:12px; display:flex; align-items:center; gap:8px; }
.color-label span { font-weight:400; color:var(--gray-400); }
.color-swatch-row { display:flex; gap:8px; flex-wrap:wrap; margin-bottom:20px; } /* Retained layout */
.color-swatches { display:flex; gap:6px; flex-wrap:wrap; margin-bottom:12px; }
.color-swatches .color-swatch { width:20px; height:20px; border-width:2px; }
.color-swatch {
  width:32px; height:32px; border-radius:50%; border:3px solid var(--gray-200);
  cursor:pointer; transition:all .2s; position:relative;
}
.color-swatch:hover, .color-swatch.active { border-color:var(--dark); transform:scale(1.1); }
.color-swatch[title]::after {
  content:attr(title); position:absolute; bottom:-24px; left:50%; transform:translateX(-50%);
  white-space:nowrap; font-size:.65rem; font-weight:600; color:var(--gray-400);
  pointer-events:none; opacity:0; transition:opacity .2s;
}
.color-swatch:hover::after { opacity:1; }

.qty-row { display:flex; gap:12px; align-items:center; margin-bottom:20px; }
.qty-selector {
  display:flex; border:1.5px solid var(--gray-200); border-radius:9999px; overflow:hidden;
}
.qty-btn {
  width:40px; height:44px; display:flex; align-items:center; justify-content:center;
  background:var(--gray-50); font-size:1.1rem; transition:background .2s;
}
.qty-btn:hover { background:var(--gray-200); }
.qty-input {
  width:52px; height:44px; text-align:center; border:none;
  border-left:1.5px solid var(--gray-200); border-right:1.5px solid var(--gray-200);
  font-size:.95rem; font-weight:700;
}
.add-to-cart { height:52px; font-size:1rem; }

.trust-row {
  display:grid; grid-template-columns:repeat(4,1fr); gap:8px; text-align:center;
  padding:16px; background:var(--gray-50); border-radius:var(--radius-m); margin-top:20px;
}
.trust-row__item { font-size:.68rem; font-weight:600; color:var(--gray-400); line-height:1.4; }
.trust-row__item strong { display:block; color:var(--dark); font-size:.72rem; margin-bottom:2px; }

/* Collapsible */
.collapsible { border:1px solid var(--gray-200); border-radius:var(--radius-m); margin-top:16px; }
.collapsible__toggle {
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 16px; font-size:.9rem; font-weight:700; cursor:pointer; /* Retained font styles */
  width:100%; text-align:left; color:var(--dark);
}
.collapsible__icon { transition:transform .25s; font-size:1.2rem; }
.collapsible.open .collapsible__icon { transform:rotate(45deg); }
.collapsible__body { padding:0 16px 16px; font-size:.875rem; color:var(--gray-400); line-height:1.75; display:none; }
.collapsible.open .collapsible__body { display:block; }

.specs-mini { display:flex; flex-direction:column; gap:8px; }
.specs-mini__row {
  display:grid; grid-template-columns:1fr 1fr; gap:8px;
  font-size:.82rem; padding:6px 0; border-bottom:1px solid var(--gray-100); /* Retained font styles */
}
.specs-mini__row dt { font-weight:700; color:var(--dark); }
.specs-mini__row dd { color:var(--gray-400); }

/* Full Specs Table */
.specs-table { width:100%; font-size:.9rem; }
.specs-table tr:nth-child(even) { background:var(--gray-50); }
.specs-table th {
  text-align:left; padding:12px 16px; font-size:.72rem; font-weight:700;
  letter-spacing:.1em; text-transform:uppercase; color:var(--gray-300);
  border-bottom:2px solid var(--gray-200);
}
.specs-table td { padding:12px 16px; vertical-align:top; border-bottom:1px solid var(--gray-200); }
.specs-table td:first-child { font-weight:700; color:var(--gray-700); width:40%; }

/* Feature sections */
.feature-section { padding:72px 0; }
.feature-section + .feature-section { border-top:1px solid var(--gray-200); }
.feature-grid { display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center; }
.feature-grid--rev .feature-img { order:1; }
.feature-grid--rev .feature-text { order:0; }
.feature-img { border-radius:20px; overflow:hidden; } /* Retained border radius */
.feature-img img { width:100%; height:420px; object-fit:cover; }
.feature-text .label { display:block; margin-bottom:12px; }
.feature-text h3 { margin-bottom:16px; }
.feature-text p  { color:var(--gray-400); line-height:1.75; }

/* FAQ */
.faq-item { border-bottom:1px solid var(--gray-200); }
.faq-toggle {
  display:flex; align-items:center; justify-content:space-between;
  padding:20px 0; font-size:.95rem; font-weight:700; cursor:pointer;
  width:100%; text-align:left; color:var(--dark); gap:16px; /* Retained font styles */
}
.faq-icon {
  width:24px; height:24px; flex-shrink:0; border:2px solid var(--gray-200);
  border-radius:50%; display:flex; align-items:center; justify-content:center;
  font-size:1rem; font-weight:700; transition:all .25s;
}
.faq-item.open .faq-icon { border-color:var(--accent); color:var(--accent); transform:rotate(45deg); }
.faq-body {
  padding-bottom:20px; font-size:.9rem; color:var(--gray-400);
  line-height:1.75; display:none;
}
.faq-item.open .faq-body { display:block; }

/* ── COMPARE PAGE ──────────────────────────────────────── */
.compare-selects { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-bottom:40px; }
.compare-select {
  width:100%; padding:12px 16px; border:2px solid var(--gray-200);
  border-radius:var(--radius-m); font-size:.9rem; font-weight:600; background:var(--white);
}
.compare-select:focus { border-color:var(--accent); }
.compare-table { overflow-x:auto; }
.compare-table table { min-width:600px; }
.compare-table th {
  padding:16px; background:var(--dark); color:var(--white);
  font-size:.85rem; text-align:center;
}
.compare-table td {
  padding:12px 16px; border-bottom:1px solid var(--gray-200);
  font-size:.875rem; text-align:center; vertical-align:middle;
}
.compare-table td:first-child {
  text-align:left; font-weight:700; color:var(--gray-700); background:var(--gray-50);
}
.compare-table tr:nth-child(even) td:not(:first-child) { background:var(--gray-50); }
.best-val { background:#D1FAE5 !important; font-weight:700; color:#065F46; }
.best-badge {
  display:inline-block; background:var(--green); color:var(--white);
  font-size:.6rem; font-weight:800; padding:2px 6px; border-radius:3px;
  margin-left:4px; vertical-align:middle;
}

/* ── SHOP PAGE ─────────────────────────────────────────── */
.filter-bar {
  padding:16px 0; background:var(--white); border-bottom:2px solid var(--gray-100);
  position:sticky; top:72px; z-index:100;
}
.filter-bar__inner { display:flex; align-items:center; gap:12px; flex-wrap:wrap; }
.filter-pill {
  padding:8px 18px; border:1.5px solid var(--gray-200); border-radius:9999px;
  font-size:.8rem; font-weight:700; color:var(--gray-500); background:var(--white);
  cursor:pointer; transition:all .2s;
}
.filter-pill:hover,
.filter-pill.active { border-color:var(--dark); background:var(--dark); color:var(--white); }
.filter-pill.active-cat { border-color:var(--accent); background:var(--accent); color:var(--dark); }
.sort-select {
  padding:8px 16px; border:1.5px solid var(--gray-200); border-radius:9999px;
  font-size:.8rem; font-weight:700; color:var(--gray-700); background:var(--white); cursor:pointer;
}
.result-count { margin-left:auto; font-size:.82rem; color:var(--gray-300); font-weight:500; }

/* ── CART PAGE ─────────────────────────────────────────── */
.cart-layout { display:grid; grid-template-columns:1fr 380px; gap:32px; align-items:start; }
.cart-item {
  display:flex; gap:20px; align-items:flex-start; padding:24px;
  background:var(--white); border-radius:var(--radius-l); border:1px solid var(--gray-100);
  margin-bottom:12px;
}
.cart-item__img {
  width:100px; height:80px; object-fit:contain; border-radius:var(--radius-m);
  background:var(--gray-50); flex-shrink:0; padding:8px;
}
.cart-item__info { flex:1; }
.cart-item__name { font-weight:700; font-size:.95rem; margin-bottom:4px; }
.cart-item__color { font-size:.8rem; color:var(--gray-300); margin-bottom:12px; }
.qty-row-small { display:flex; align-items:center; gap:8px; }
.qty-btn-s {
  width:28px; height:28px; border:1px solid var(--gray-200); border-radius:6px;
  display:flex; align-items:center; justify-content:center; font-size:.9rem; background:var(--gray-50);
}
.qty-val { font-weight:700; min-width:24px; text-align:center; }
.remove-btn { font-size:.78rem; color:var(--red); font-weight:600; margin-left:8px; }
.cart-item__price { font-size:1.1rem; font-weight:800; white-space:nowrap; }
.order-summary {
  background:var(--white); border:1px solid var(--gray-100); border-radius:var(--radius-xl);
  padding:28px; position:sticky; top:100px;
}
.order-summary h3 {
  font-size:1.1rem; margin-bottom:24px; padding-bottom:16px;
  border-bottom:1px solid var(--gray-100);
}
.summary-row {
  display:flex; justify-content:space-between; align-items:center;
  margin-bottom:12px; font-size:.9rem;
}
.summary-row__label { color:var(--gray-400); }
.summary-row__value { font-weight:600; }
.summary-row--free { color:var(--green); font-weight:700; }
.summary-total {
  display:flex; justify-content:space-between; align-items:center;
  padding-top:16px; border-top:2px solid var(--gray-200); margin-bottom:24px;
}
.summary-total__label { font-weight:800; }
.summary-total__value { font-size:1.5rem; font-weight:900; color:var(--accent); }
.affirm-note {
  font-size:.78rem; text-align:center; padding:12px; background:var(--gray-50);
  border-radius:var(--radius-m); margin-bottom:20px; color:var(--gray-400);
}
.affirm-note a { color:var(--accent); }
.cart-empty {
  text-align:center; padding:80px 40px; background:var(--white);
  border-radius:var(--radius-xl); border:1px solid var(--gray-100);
}
.cart-empty__icon { font-size:4rem; margin-bottom:20px; opacity:.35; }

/* ── DEALER PAGE ───────────────────────────────────────── */
.map-placeholder {
  background:var(--gray-50); border-radius:20px;
  height:420px; display:flex; align-items:center; justify-content:center;
  flex-direction:column; gap:16px; margin-bottom:40px;
  border:2px dashed var(--gray-200);
}
.dealer-cards { display:grid; grid-template-columns:repeat(auto-fill,minmax(320px,1fr)); gap:20px; }
.dealer-card {
  background:var(--white); border:1px solid var(--gray-100);
  border-radius:var(--radius-l); padding:24px;
}
.dealer-card h3 { font-size:1rem; margin-bottom:4px; }
.dealer-card__badges { display:flex; gap:6px; margin-bottom:12px; flex-wrap:wrap; }
.dealer-badge { font-size:.65rem; font-weight:700; padding:3px 10px; border-radius:100px; }
.dealer-badge--auth    { background:#D1FAE5; color:#065F46; }
.dealer-badge--service { background:#DBEAFE; color:#1D4ED8; }
.dealer-badge--demo    { background:#FEF9C3; color:#854D0E; }
.dealer-card__detail { font-size:.85rem; color:var(--gray-400); margin-bottom:5px; display:flex; align-items:flex-start; gap:8px; }

/* ── ABOUT PAGE ────────────────────────────────────────── */
.stat-bar { background:var(--dark); padding:72px 0; }
.stat-bar__grid { display:grid; grid-template-columns:repeat(4,1fr); gap:32px; text-align:center; }
.stat-bar__num { font-size:clamp(2.4rem,5vw,3.5rem); font-weight:900; color:var(--accent); line-height:1; }
.stat-bar__lbl { font-size:.85rem; color:rgba(255,255,255,.45); margin-top:6px; }
.team-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:32px; }
.team-card { text-align:center; }
.team-card__photo {
  width:160px; height:160px; border-radius:50%; object-fit:cover;
  margin:0 auto 16px; border:3px solid var(--gray-200);
}
.team-card__name { font-weight:800; font-size:1rem; margin-bottom:4px; }
.team-card__role { font-size:.8rem; font-weight:700; color:var(--accent); margin-bottom:8px; }
.team-card__bio  { font-size:.82rem; color:var(--gray-400); line-height:1.65; }

/* ── SUPPORT / POLICY PAGES ────────────────────────────── */
.support-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.support-card {
  display:flex; flex-direction:column; padding:28px; border:1px solid var(--gray-100);
  border-radius:var(--radius-l); background:var(--white); text-decoration:none; color:inherit;
  transition:box-shadow .25s, border-color .25s, transform .25s;
}
.support-card:hover { box-shadow:var(--shadow-m); border-color:var(--accent); transform:translateY(-3px); }
.support-card__icon { font-size:2rem; margin-bottom:16px; }
.support-card__title { font-size:1rem; font-weight:700; margin-bottom:6px; }
.support-card__desc { font-size:.85rem; color:var(--gray-400); line-height:1.6; flex:1; }
.support-card__arrow { color:var(--accent); font-weight:700; margin-top:16px; font-size:.85rem; }

.policy-content { max-width:760px; margin:0 auto; padding:64px 24px; }
.policy-content h2 { font-size:1.4rem; margin-top:40px; margin-bottom:12px; }
.policy-content p  { color:var(--gray-400); line-height:1.8; margin-bottom:14px; font-size:.95rem; }
.policy-content ul { padding-left:20px; list-style:disc; margin-bottom:16px; }
.policy-content li { color:var(--gray-400); font-size:.95rem; line-height:1.75; margin-bottom:6px; }
.coverage-table td,
.coverage-table th { padding:12px 16px; border:1px solid var(--gray-200); font-size:.875rem; }
.coverage-table th { background:var(--gray-50); font-weight:700; }

/* ── VIDEO CARDS ───────────────────────────────────────── */
.video-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.video-card { background:var(--gray-700); border-radius:var(--radius-l); overflow:hidden; cursor:pointer; }
.video-card__thumb {
  aspect-ratio:16/9; display:flex; align-items:center; justify-content:center;
  position:relative; background:var(--gray-700);
}
.video-play-btn {
  width:56px; height:56px; border-radius:50%; background:var(--accent);
  display:flex; align-items:center; justify-content:center; color:var(--dark);
  box-shadow:0 4px 24px rgba(245,194,0,.35); transition:transform .25s;
}
.video-card:hover .video-play-btn { transform:scale(1.12); }
.video-card__body { padding:16px; }
.video-card__title { font-size:.9rem; font-weight:700; color:var(--white); margin-bottom:6px; }
.video-card__meta  { font-size:.75rem; color:rgba(255,255,255,.4); }
.video-duration {
  float:right; background:rgba(0,0,0,.65); padding:3px 10px;
  border-radius:100px; font-size:.68rem; font-weight:700; color:var(--white);
  position:absolute; bottom:10px; right:10px;
}

/* ── FINANCING PAGE ────────────────────────────────────── */
.calc-box { background:var(--gray-50); border-radius:var(--radius-xl); padding:40px; }
.calc-result {
  background:var(--dark); border-radius:var(--radius-l); padding:32px;
  text-align:center; margin-top:24px;
}
.calc-amount { font-size:4rem; font-weight:900; color:var(--accent); line-height:1; }
.term-btns { display:grid; grid-template-columns:repeat(4,1fr); gap:8px; margin-top:12px; }
.term-btn {
  padding:10px; border:2px solid var(--gray-200); border-radius:9999px;
  font-size:.82rem; font-weight:700; color:var(--gray-500); background:var(--white);
  cursor:pointer; transition:all .2s;
}
.term-btn.active { border-color:var(--accent); background:var(--accent); color:var(--dark); }

/* ── ANIMATIONS ────────────────────────────────────────── */
.fade-up, .fade-in {
  opacity:0; transform:translateY(28px);
  transition:opacity .7s var(--ease), transform .7s var(--ease);
}
.fade-up.visible, .fade-in.visible { opacity:1; transform:none; }
.fade-left, .fade-in-left {
  opacity:0; transform:translateX(-28px);
  transition:opacity .7s var(--ease), transform .7s var(--ease);
}
.fade-left.visible, .fade-in-left.visible { opacity:1; transform:none; }
.fade-right, .fade-in-right {
  opacity:0; transform:translateX(28px);
  transition:opacity .7s var(--ease), transform .7s var(--ease);
}
.fade-right.visible, .fade-in-right.visible { opacity:1; transform:none; }
.stagger-1 { transition-delay:.1s; }
.stagger-2 { transition-delay:.2s; }
.stagger-3 { transition-delay:.3s; }
.stagger-4 { transition-delay:.4s; }
.stagger-5 { transition-delay:.5s; }

/* Product card entrance stagger (shop page) */
.products-grid .product-card.fade-up:nth-child(1)  { transition-delay:.05s; }
.products-grid .product-card.fade-up:nth-child(2)  { transition-delay:.12s; }
.products-grid .product-card.fade-up:nth-child(3)  { transition-delay:.19s; }
.products-grid .product-card.fade-up:nth-child(4)  { transition-delay:.26s; }
.products-grid .product-card.fade-up:nth-child(5)  { transition-delay:.33s; }
.products-grid .product-card.fade-up:nth-child(6)  { transition-delay:.40s; }
.products-grid .product-card.fade-up:nth-child(7)  { transition-delay:.47s; }
.products-grid .product-card.fade-up:nth-child(8)  { transition-delay:.54s; }
.products-grid .product-card.fade-up:nth-child(9)  { transition-delay:.61s; }
.products-grid .product-card.fade-up:nth-child(n+10) { transition-delay:.68s; }

/* ── PREMIUM ENHANCEMENTS ─────────────────────────────── */

/* Smooth selection color */
::selection { background:var(--accent); color:var(--dark); }

/* Scrollbar styling */
::-webkit-scrollbar { width:8px; }
::-webkit-scrollbar-track { background:var(--gray-50); }
::-webkit-scrollbar-thumb { background:var(--gray-300); border-radius:4px; }
::-webkit-scrollbar-thumb:hover { background:var(--accent); }

/* Gold accent underline for section labels */
.label::after {
  content:''; display:block; width:32px; height:2px;
  background:var(--accent); margin-top:8px;
}
.section-head.center .label::after { margin-inline:auto; }

/* Enhanced product card hover glow */
.product-card:hover {
  box-shadow:0 12px 40px rgba(0,0,0,.15), 0 0 0 1px rgba(245,194,0,.12);
}

/* Animated CTA button pulse */
@keyframes btn-pulse {
  0%,100% { box-shadow:0 0 0 0 rgba(245,194,0,.4); }
  50% { box-shadow:0 0 0 8px rgba(245,194,0,0); }
}
.hero-actions .btn-accent,
.hero-actions .btn-orange { animation:btn-pulse 3s ease infinite; }

/* Enhanced category card overlays */
.cat-card::before {
  content:''; position:absolute; inset:0; z-index:1;
  border:2px solid transparent; border-radius:var(--radius-l);
  transition:border-color .3s;
}
.cat-card:hover::before { border-color:var(--accent); }

/* Support card accent line */
.support-card::before {
  content:''; position:absolute; top:0; left:0; right:0; height:3px;
  background:var(--accent); border-radius:var(--radius-l) var(--radius-l) 0 0;
  opacity:0; transition:opacity .25s;
}
.support-card { position:relative; }
.support-card:hover::before { opacity:1; }

/* Stat number gradient text */
.stat-bar__num {
  background:linear-gradient(135deg, var(--accent) 0%, #FFE066 100%);
  -webkit-background-clip:text; -webkit-text-fill-color:transparent;
  background-clip:text;
}

/* Image loading skeleton */
.product-card__media::before {
  content:''; position:absolute; inset:0;
  background:linear-gradient(90deg, var(--gray-50) 0%, var(--gray-100) 50%, var(--gray-50) 100%);
  background-size:200% 100%;
  animation:skeleton 1.5s ease infinite;
  z-index:0;
}
@keyframes skeleton {
  0% { background-position:200% 0; }
  100% { background-position:-200% 0; }
}
.product-card__media img { position:relative; z-index:1; }

/* Focus visible styles for accessibility */
*:focus-visible {
  outline:2px solid var(--accent);
  outline-offset:2px;
}

/* ── RESPONSIVE: 1200px ───────────────────────────────── */
@media (max-width:1200px) {
  .cats-grid { grid-template-columns:repeat(4,1fr); }
  .mega-grid { grid-template-columns:repeat(4,1fr); }
  .mega-menu-grid { grid-template-columns:repeat(4,1fr); }
  .mega-menu-inner { grid-template-columns:repeat(4,1fr); }
  .product-layout { grid-template-columns:1fr 420px; gap:40px; }
  .spec-hl__grid { gap:48px; }
}

/* ── RESPONSIVE: 1024px ───────────────────────────────── */
@media (max-width:1024px) {
  .primary-nav { display:none; }
  .nav-menu, ul.nav-menu { display:none; }
  .hamburger { display:flex; }
  .products-grid { grid-template-columns:repeat(2,1fr); }
  .cats-grid { grid-template-columns:repeat(3,1fr); }
  .team-grid { grid-template-columns:repeat(2,1fr); }
  .stat-bar__grid { grid-template-columns:repeat(2,1fr); gap:32px; }
  .footer-grid { grid-template-columns:1fr 1fr; gap:36px; }
  .footer-nav { grid-template-columns:1fr 1fr; }
  .financing-band__inner { grid-template-columns:1fr; gap:40px; }
  .financing-band__img { display:none; }
  .spec-hl__grid { grid-template-columns:1fr; gap:32px; }
  .spec-hl__grid--rev .feature-img { order:0; }
  .feature-grid { grid-template-columns:1fr; gap:32px; }
  .feature-grid--rev .feature-img { order:0; }
  .product-layout { grid-template-columns:1fr; }
  .product-gallery { position:static; }
  .compare-selects { grid-template-columns:1fr 1fr 1fr; }
  .cart-layout { grid-template-columns:1fr; }
  .order-summary { position:static; }
  .trust-strip__grid { grid-template-columns:repeat(2,1fr); }
  .promo-grid { grid-template-columns:repeat(2,1fr); }
  .support-grid { grid-template-columns:repeat(2,1fr); }
  .video-grid { grid-template-columns:repeat(2,1fr); }
}

/* ── RESPONSIVE: 768px ────────────────────────────────── */
@media (max-width:768px) {
  .cats-grid { grid-template-columns:repeat(2,1fr); }
  .products-grid { grid-template-columns:repeat(2,1fr); gap:16px; }
  .reviews-grid { grid-template-columns:1fr; }
  .blog-grid { grid-template-columns:1fr; }
  .promo-grid { grid-template-columns:1fr; }
  .team-grid { grid-template-columns:1fr; }
  .support-grid { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-nav { grid-template-columns:1fr 1fr; gap:2rem; }
  .hero-actions { flex-direction:column; }
  .hero-actions .btn { text-align:center; }
  .trust-strip__grid { grid-template-columns:1fr 1fr; }
  .form-row { grid-template-columns:1fr; }
  .compare-selects { grid-template-columns:1fr; }
  .term-btns { grid-template-columns:repeat(2,1fr); }
  .filter-bar__inner { overflow-x:auto; flex-wrap:nowrap; }
  .video-grid { grid-template-columns:1fr; }
  .mega-menu-grid { grid-template-columns:repeat(4,1fr); }
  .section { padding:64px 0; }
  .section-lg { padding:80px 0; }
  .hero { min-height:65vh; }
  .page-hero { padding:64px 0 48px; }
  .dealer-cards { grid-template-columns:1fr; }
  .financing-band { padding:64px 0; }
  .newsletter { padding:64px 0; }
  .spec-hl { padding:64px 0; }
  .spec-hl__img img { height:320px; }
  .feature-img img { height:280px; }
}

/* ── RESPONSIVE: 480px ────────────────────────────────── */
@media (max-width:480px) {
  .products-grid { grid-template-columns:1fr; }
  .cats-grid { grid-template-columns:1fr 1fr; }
  .stat-bar__grid { grid-template-columns:1fr 1fr; }
  .trust-strip__grid { grid-template-columns:1fr; }
  .footer-bottom { flex-direction:column; text-align:center; }
  .footer-nav { grid-template-columns:1fr; }
  .wrap,.container { padding-inline:16px; }
  .section { padding:48px 0; }
  .page-hero { padding:48px 0 32px; }
  .hero h1 { font-size:clamp(2.4rem,8vw,4rem); }
  .hero { min-height:55vh; }
  .product-card__body { padding:16px; }
  .cart-item { flex-direction:column; gap:12px; }
  .cart-item__img { width:100%; height:120px; }
  .review-card { padding:20px; }
  .calc-box { padding:24px; }
  .hero-trust { gap:12px 24px; }
}
