/*
 * Plumbing demo override — scoped to body.demo-plumbing so HVAC and
 * portfolio layouts stay untouched. Swaps the gold accent for a deep
 * water-blue palette and adds an editorial flourish to the hero stats.
 */

body.demo-plumbing {
  --accent: #1F6FB5;
  --accent-dark: #154A80;
  --accent-light: #E6F1FA;
}

body.demo-plumbing .hero-bg-glow {
  background: radial-gradient(circle, rgba(31,111,181,0.18) 0%, transparent 68%);
}

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

body.demo-plumbing .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;
}
