/*
 * Electrician demo override — scoped to body.demo-electrician so HVAC and
 * plumbing layouts stay untouched. Swaps in a warm amber/copper palette,
 * darkens the booking section, and adds an editorial flourish to the hero
 * stats.
 */

body.demo-electrician {
  --accent: #F5A623;
  --accent-dark: #C4841B;
  --accent-light: #FEF3DC;
}

body.demo-electrician .hero-bg-glow {
  background: radial-gradient(circle, rgba(245,166,35,0.22) 0%, transparent 68%);
}

body.demo-electrician .booking-section {
  background: linear-gradient(180deg, #2A1505 0%, var(--fg) 100%);
  border-left: 4px solid var(--accent);
}

body.demo-electrician .hero-stat-number {
  border-bottom: 1px solid var(--accent);
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 700;
  padding-bottom: 8px;
  font-variation-settings: 'opsz' 144;
}
