/* ═══════════════════════════════════════════════════════════════
   TESLASHOP.GE — v4-theme.css  (NEUTRALIZED)
   The visual system now lives entirely in /assets/common.css.
   This file used to force a dark/neon override layer; it is kept
   only because header.php loads it LAST, and a few legacy pages
   reference it. Intentionally minimal — must not fight common.css.
   ═══════════════════════════════════════════════════════════════ */

/* Make sure nothing here re-introduces a dark canvas */
html, body { background: var(--bg); color: var(--text); }

/* Legacy homepage section helpers kept neutral until those pages
   are rebuilt (Stage 2). Light, quiet defaults only. */
.hp-sec-title, .hp-h1 { color: var(--ink); }
.hp-sec-sub { color: var(--text-2); }
.hp-sec-kicker { color: var(--muted); }

/* Strip any leftover glow/text-shadow that legacy markup may carry */
.site-logo span { text-shadow: none !important; }
