/* ═══════════════════════════════════════════════════════════
   SV Car Studio — shared header/footer brand (site-wide)
   Page accent colors live in *-premium.css — do NOT override here
   ═══════════════════════════════════════════════════════════ */

/* ── Header logo — matches hero display typography ── */
header a[href="/"] .text-lg.font-bold,
header a.flex.items-center .text-lg.font-bold {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-weight: 500 !important;
  font-size: 1.2rem !important;
  letter-spacing: 0.04em !important;
  line-height: 1 !important;
}

header a[href="/"] img[alt="SV Car Studio"],
header a.flex.items-center img[alt="SV Car Studio"] {
  border-color: rgba(212, 175, 55, 0.28) !important;
  background: rgba(0, 0, 0, 0.55) !important;
  box-shadow:
    0 0 16px rgba(212, 175, 55, 0.14),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06) !important;
}

header a[href="/"] .text-lg.font-bold span.text-white {
  color: #f8f6f2 !important;
  -webkit-text-fill-color: #f8f6f2 !important;
  background: none !important;
}

header a[href="/"] .text-lg.font-bold span.text-green-500,
header a[href="/"] span.text-green-500 {
  background: linear-gradient(135deg, #faf3e0 0%, #d4af37 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}

footer span.text-green-500,
footer .text-green-400 {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-weight: 500 !important;
  background: linear-gradient(135deg, #faf3e0 0%, #d4af37 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
