:root {
  color-scheme: light;
  --ink: #16191d;
  --muted: #626d78;
  --line: #dce5ee;
  --paper: #f5f8fc;
  --white: #ffffff;
  --brand: #0072ce;
  --brand-mid: #0052a3;
  --brand-dark: #012f66;
  --accent: #f00612;
  --accent-dark: #b80009;
  --electric: #ffd21a;
  --black: #08090b;
  --accent-soft: #fff1f0;
  --radius: 8px;
  --shadow: 0 16px 42px rgba(23, 33, 43, 0.12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.theme-dark {
  color-scheme: dark;
  --ink: #edf5ff;
  --muted: #b8c7d9;
  --line: rgba(167, 192, 221, .24);
  --paper: #101827;
  --white: #0b1220;
  --brand: #4aa3ff;
  --brand-mid: #2786ee;
  --brand-dark: #8ec7ff;
  --accent: #ff3b44;
  --accent-dark: #d71923;
  --accent-soft: #26131a;
  --shadow: 0 18px 46px rgba(0, 0, 0, .38);
}

* { box-sizing: border-box; }
html, body { width: 100%; max-width: 100%; overflow-x: clip; }
body { margin: 0; color: var(--ink); background: var(--white); line-height: 1.6; }
a { color: var(--brand-dark); text-decoration-thickness: 0.08em; text-underline-offset: 0.18em; }
a:hover { color: var(--accent); }

/* LOCKED HEADER AREA
   Keep the top bar, main header, logo, nav, call button, theme switch,
   header van animation, and all responsive rules visually unchanged unless
   Amrik explicitly asks to redesign this screenshot area. */
.top-bar {
  position: relative; z-index: 42; color: #ffffff; background: #101827; font-size: 0.92rem;
}
.top-bar-inner {
  max-width: 1480px; margin: 0 auto; min-height: 66px; display: flex; align-items: center; justify-content: space-between;
  gap: 24px; padding: 0 clamp(24px, 6vw, 100px);
}
.top-left { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.top-bar a { color: white; text-decoration: none; font-weight: 700; }
.top-email { color: #1184ff !important; }
.emergency-pill {
  display: inline-flex; align-items: center; justify-content: center; min-height: 28px; padding: 5px 16px;
  border-radius: 4px; background: var(--accent); color: white !important; font-size: 0.84rem; letter-spacing: .02em;
}
.top-bar .emergency-pill { display: none; }
.site-header {
  position: sticky; top: 0; z-index: 120; isolation: isolate; overflow: visible; display: flex; align-items: center; gap: 18px;
  min-height: 110px; padding: 0 clamp(24px, 6vw, 100px); background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line); box-shadow: 0 16px 38px rgba(15, 23, 42, 0.14); backdrop-filter: blur(12px);
}
.site-header::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 50%;
  width: clamp(220px, 18vw, 300px);
  aspect-ratio: 4 / 3;
  pointer-events: none;
  background:
    url("/assets/fateh-logo-transparent.png") 65% 39% / 29% auto no-repeat,
    url("/assets/contractor-van-side.png") center / contain no-repeat;
  filter: drop-shadow(0 12px 10px rgba(15, 23, 42, .2)) contrast(1.08) saturate(1.06);
  transform: translateX(112vw) translateY(-50%);
  animation: headerVanDrive 10s cubic-bezier(.42, 0, .24, 1) 1s infinite;
}
.site-header > * { position: relative; z-index: 1; }
.theme-dark .site-header { background: rgba(11, 18, 32, .96); box-shadow: 0 16px 38px rgba(0, 0, 0, .38); }
.theme-dark .site-header::before { filter: drop-shadow(0 14px 12px rgba(0, 0, 0, .42)) brightness(.94) contrast(1.08) saturate(1.06); }
.brand { display: flex; align-items: center; gap: 12px; min-width: 280px; color: var(--ink); text-decoration: none; }
.brand-logo { width: 152px; height: auto; display: block; object-fit: contain; }
.brand-copy strong { display: block; font-size: 0.98rem; }
.brand-copy small { display: block; color: var(--muted); font-size: 0.76rem; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.site-nav { display: flex; flex: 1; justify-content: center; align-items: center; gap: 24px; flex-wrap: wrap; }
.site-nav > a, .mega-trigger { animation: navVanRipple 10s ease-in-out 1s infinite; }
.site-nav > a:nth-child(2), .mega-wrap:nth-child(2) .mega-trigger { animation-delay: 1.08s; }
.site-nav > a:nth-child(3), .mega-wrap:nth-child(3) .mega-trigger { animation-delay: 1.16s; }
.site-nav > a:nth-child(4), .mega-wrap:nth-child(4) .mega-trigger { animation-delay: 1.24s; }
.site-nav > a:nth-child(5), .mega-wrap:nth-child(5) .mega-trigger { animation-delay: 1.32s; }
.site-nav > a:nth-child(6), .mega-wrap:nth-child(6) .mega-trigger { animation-delay: 1.4s; }
.site-nav > a, .mega-trigger { padding: 9px 0; border-radius: 6px; color: var(--ink); text-decoration: none; font-weight: 900; font-size: 0.96rem; }
.mega-trigger { border: 0; background: transparent; font: inherit; cursor: pointer; }
.site-nav > a[aria-current="page"], .site-nav > a:hover, .mega-trigger:hover, .mega-wrap.active .mega-trigger { background: transparent; color: #1267ff; text-decoration: underline; text-underline-offset: 0.18em; }
.mega-wrap { position: relative; }
.mega-menu {
  position: fixed; left: 50vw; top: var(--mega-menu-top, 154px); z-index: 30; width: min(1320px, calc(100vw - 56px));
  transform: translateX(-50%); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)) 242px; gap: 0;
  padding: 22px; background: rgba(255,255,255,.99); border: 1px solid var(--line); border-radius: 12px;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.14); opacity: 0; pointer-events: none; translate: 0 -10px; transition: opacity .2s ease, translate .2s ease;
}
.theme-dark .mega-menu { background: rgba(11, 18, 32, .99); box-shadow: 0 22px 60px rgba(0, 0, 0, .44); }
.mega-wrap:hover .mega-menu, .mega-wrap:focus-within .mega-menu, .mega-wrap.active .mega-menu { opacity: 1; pointer-events: auto; translate: 0 0; }
.mega-menu > div:not(.mega-cta) { padding: 0 22px; border-right: 1px solid var(--line); }
.mega-menu h2 { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; padding-bottom: 12px; border-bottom: 1px solid var(--line); font-size: 0.88rem; letter-spacing: .09em; text-transform: uppercase; color: var(--ink); font-weight: 900; }
.menu-icon { color: #1267ff; font-size: 1.25rem; line-height: 1; }
.mega-menu a { display: block; padding: 10px 12px; margin: 4px -12px; border-radius: 7px; color: #243044; text-decoration: none; font-weight: 400; }
.theme-dark .mega-menu a { color: #d7e6f6; }
.mega-menu a:hover { color: var(--brand); translate: 3px 0; }
.mega-menu .danger-link { color: var(--accent); font-weight: 400; }
.mega-menu span { color: var(--muted); font-weight: 500; font-size: 0.82rem; }
.mega-cta { margin-left: 22px; padding: 0 0 18px; overflow: hidden; border-radius: var(--radius); color: white; background: #101a2e; align-self: stretch; display: flex; flex-direction: column; justify-content: flex-end; min-height: 336px; }
.mega-cta img { width: 100%; height: 128px; object-fit: cover; display: block; margin-bottom: 18px; }
.mega-cta h2, .mega-cta p { color: white; }
.mega-cta h2, .mega-cta p, .mega-cta small { padding-left: 20px; padding-right: 20px; }
.mega-cta .button { width: calc(100% - 40px); margin-left: 20px; margin-right: 20px; background: var(--accent); border-color: var(--accent); }
.mega-cta small { display: block; margin-top: 10px; color: #b9c4d4; text-align: center; }
.call-link, .button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 11px 16px;
  border-radius: var(--radius); border: 1px solid var(--accent); color: white; background: var(--accent);
  text-decoration: none; font-weight: 750; cursor: pointer;
}
.call-link { white-space: nowrap; background: #1f44c8; border-color: #1f44c8; border-radius: 14px; padding-left: 22px; padding-right: 22px; min-height: 48px; box-shadow: 0 10px 22px rgba(31, 68, 200, .24); }
.call-link:hover { background: var(--brand-dark); border-color: var(--brand-dark); color: white; }
.button:hover { color: white; background: var(--accent-dark); border-color: var(--accent-dark); }
.button.secondary { background: var(--white); color: var(--brand-dark); border-color: var(--line); }
.button.secondary:hover { color: var(--accent); border-color: var(--accent); }
.site-search {
  position: relative; flex: 0 1 230px; min-width: 190px; max-width: 270px; z-index: 90;
}
.site-search-mobile { display: none; }
.top-bar .site-search-desktop { flex-basis: 286px; min-width: 230px; max-width: 320px; }
.site-search-box {
  display: grid; grid-template-columns: 28px minmax(0, 1fr); align-items: center; min-height: 42px;
  border: 1px solid rgba(203, 213, 225, .82); border-radius: 999px; background: rgba(255, 255, 255, .95);
  box-shadow: 0 8px 20px rgba(15, 23, 42, .1); overflow: hidden;
}
.site-search-icon { display: inline-flex; align-items: center; justify-content: center; color: var(--brand); font-size: 1.02rem; font-weight: 900; }
.site-search input {
  width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--ink);
  font: inherit; font-size: .88rem; font-weight: 650; padding: 9px 13px 9px 0;
}
.site-search input::placeholder { color: #64748b; font-weight: 600; opacity: .9; }
.site-search-results {
  position: absolute; left: 0; right: 0; top: calc(100% + 9px); z-index: 140; display: grid; gap: 6px;
  max-height: min(430px, calc(100vh - 180px)); overflow-y: auto; padding: 8px;
  border: 1px solid rgba(148, 163, 184, .45); border-radius: 14px; background: rgba(255, 255, 255, .99);
  box-shadow: 0 20px 42px rgba(15, 23, 42, .18);
}
.site-search-results[hidden] { display: none; }
.site-search-results a {
  display: grid; gap: 2px; min-width: 0; padding: 10px 11px; border-radius: 10px; color: var(--ink);
  text-decoration: none; background: transparent; transition: background .16s ease, color .16s ease, transform .16s ease;
}
.site-search-results a:hover, .site-search-results a:focus {
  background: rgba(0, 114, 206, .08); color: var(--brand-dark); transform: translateX(2px); outline: 0;
}
.site-search-results strong { min-width: 0; font-size: .9rem; line-height: 1.2; overflow-wrap: anywhere; }
.site-search-results span, .site-search-empty { min-width: 0; color: var(--muted); font-size: .78rem; line-height: 1.35; overflow-wrap: anywhere; }
.site-search-empty { margin: 0; padding: 10px 11px; }
.theme-dark .site-search-box { background: rgba(15, 23, 42, .94); }
.theme-dark .site-search-results { background: rgba(11, 18, 32, .99); box-shadow: 0 20px 42px rgba(0, 0, 0, .36); }
.theme-dark .site-search input::placeholder { color: #a8b7ca; }
.theme-toggle {
  order: 5; flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center;
  width: 54px; height: 34px; padding: 3px; border: 1px solid var(--line); border-radius: 999px;
  background: #eef5ff; cursor: pointer; box-shadow: inset 0 1px 3px rgba(15, 23, 42, .12), 0 8px 18px rgba(15, 23, 42, .08);
}
.switch-track { position: relative; display: block; width: 46px; height: 26px; border-radius: 999px; background: linear-gradient(90deg, #dfe9f7, #ffffff); }
.switch-knob {
  position: absolute; left: 3px; top: 3px; width: 20px; height: 20px; border-radius: 50%;
  background: #ffd21a; box-shadow: 0 2px 5px rgba(15, 23, 42, .22); transition: transform .22s ease, background .22s ease;
}
.switch-knob::after { content: ""; position: absolute; inset: 5px; border-radius: 50%; background: rgba(255,255,255,.6); }
.theme-dark .theme-toggle { background: #152238; box-shadow: inset 0 1px 4px rgba(0,0,0,.5), 0 8px 18px rgba(0,0,0,.28); }
.theme-dark .switch-track { background: linear-gradient(90deg, #0b1220, #27364d); }
.theme-dark .switch-knob { transform: translateX(20px); background: #f5f8ff; }
.menu-toggle { display: none; }
.hero, .page-hero, .content, .band, .resources, .site-footer {
  padding-left: clamp(18px, 5vw, 72px); padding-right: clamp(18px, 5vw, 72px);
}
.hero {
  position: relative; isolation: isolate; overflow: hidden;
  min-height: calc(100vh - 82px); display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1fr);
  gap: clamp(28px, 6vw, 76px); align-items: center; padding-top: 48px; padding-bottom: 64px;
  background:
    linear-gradient(115deg, rgba(0, 114, 206, 0.08), rgba(240, 6, 18, 0.06) 55%, rgba(255, 210, 26, 0.14)),
    #ffffff;
}
.hero > * { position: relative; z-index: 1; }
.hero h1, .page-hero h1 { text-transform: capitalize; }
.theme-dark .hero {
  background:
    linear-gradient(115deg, rgba(0, 114, 206, 0.18), rgba(240, 6, 18, 0.12) 55%, rgba(255, 210, 26, 0.08)),
    #0b1220;
}
.motion-home-panel {
  position: relative; min-height: 470px; border-radius: var(--radius); overflow: hidden;
  background:
    radial-gradient(circle at 22% 18%, rgba(0,114,206,.2), transparent 28%),
    radial-gradient(circle at 82% 24%, rgba(240,6,18,.14), transparent 24%),
    linear-gradient(145deg, #ffffff 0%, #edf6ff 100%);
  box-shadow: var(--shadow); border: 1px solid var(--line); perspective: 1000px;
}
.video-home-panel { background: #0b1220; }
.theme-dark .motion-home-panel {
  background:
    radial-gradient(circle at 22% 18%, rgba(74,163,255,.2), transparent 28%),
    radial-gradient(circle at 82% 24%, rgba(255,59,68,.13), transparent 24%),
    linear-gradient(145deg, #101827 0%, #0b1220 100%);
}
.hero-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%; display: block; object-fit: cover;
  transform: none;
  transform-origin: center center;
}
.video-shade {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.28)), linear-gradient(90deg, rgba(0,0,0,.18), transparent 38%, rgba(0,0,0,.16));
  pointer-events: none;
}
.video-watermark-cover {
  position: absolute; right: 16px; bottom: 16px; z-index: 4;
  display: grid; gap: 2px; max-width: min(300px, calc(100% - 32px));
  padding: 12px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(9,17,31,.92), rgba(16,28,48,.84)); color: white;
  box-shadow: 0 10px 24px rgba(0,0,0,.32); backdrop-filter: blur(10px);
}
.video-watermark-cover strong { color: white; line-height: 1.15; }
.video-watermark-cover span { color: rgba(255,255,255,.78); font-size: .86rem; line-height: 1.25; }
.build-scene {
  position: absolute; inset: 38px 34px 74px; display: grid; place-items: center;
  transform-style: preserve-3d; animation: sceneTurn 9s ease-in-out infinite alternate;
}
.house-frame {
  position: relative; width: min(92%, 560px); aspect-ratio: 1.28 / 1; border: 4px solid rgba(31,48,68,.7);
  border-top: 0; background: linear-gradient(90deg, rgba(255,255,255,.7), rgba(255,255,255,.35));
  transform: rotateX(58deg) rotateZ(-2deg); box-shadow: 0 28px 52px rgba(23,33,43,.2);
}
.theme-dark .house-frame { border-color: rgba(215,230,246,.58); background: linear-gradient(90deg, rgba(17,29,49,.78), rgba(11,18,32,.62)); }
.roof-line {
  position: absolute; left: -4%; right: -4%; top: -26%; height: 36%; border-left: 4px solid rgba(31,48,68,.7);
  border-top: 4px solid rgba(31,48,68,.7); transform: skewX(-28deg); transform-origin: left bottom;
}
.theme-dark .roof-line { border-color: rgba(215,230,246,.58); }
.studs { position: absolute; inset: 6% 7% 12%; display: flex; justify-content: space-between; }
.studs span { width: 4px; background: rgba(31,48,68,.28); border-radius: 999px; }
.theme-dark .studs span { background: rgba(215,230,246,.24); }
.floor-line { position: absolute; left: 5%; right: 5%; bottom: 16%; height: 4px; background: rgba(31,48,68,.28); border-radius: 999px; }
.pipe, .wire { position: absolute; border-radius: 999px; opacity: .92; }
.pipe { background: #0072ce; box-shadow: 0 0 14px rgba(0,114,206,.42); }
.pipe-main { left: 10%; right: 18%; bottom: 26%; height: 9px; animation: flowPipe 2.7s ease-in-out infinite; }
.pipe-branch { left: 18%; top: 42%; width: 9px; height: 34%; animation: flowPipe 2.7s ease-in-out infinite .45s; }
.pipe-vertical { right: 28%; top: 30%; width: 9px; height: 46%; animation: flowPipe 2.7s ease-in-out infinite .9s; }
.wire { background: linear-gradient(90deg, #f00612, #ffd21a); box-shadow: 0 0 14px rgba(240,6,18,.32); }
.wire-main { left: 14%; right: 14%; top: 26%; height: 6px; animation: wirePulse 2.1s ease-in-out infinite; }
.wire-branch { left: 46%; top: 26%; width: 6px; height: 34%; animation: wirePulse 2.1s ease-in-out infinite .35s; }
.wire-panel { right: 14%; top: 26%; width: 6px; height: 42%; animation: wirePulse 2.1s ease-in-out infinite .7s; }
.panel-box { position: absolute; right: 8%; top: 56%; width: 44px; height: 58px; border-radius: 6px; border: 3px solid #f00612; background: rgba(240,6,18,.08); }
.fixture { position: absolute; border: 3px solid #0072ce; background: rgba(0,114,206,.1); }
.fixture-sink { left: 9%; top: 58%; width: 58px; height: 34px; border-radius: 4px 4px 16px 16px; }
.worker { position: absolute; width: 32px; height: 56px; animation: workerMove 2.6s ease-in-out infinite; }
.worker::before { content: ""; position: absolute; left: 9px; top: 0; width: 15px; height: 15px; border-radius: 50%; background: #ffd21a; border: 2px solid #1f3044; }
.worker::after { content: ""; position: absolute; left: 7px; top: 18px; width: 18px; height: 26px; border-radius: 8px 8px 4px 4px; background: #1f44c8; }
.worker span { position: absolute; left: 19px; top: 25px; width: 28px; height: 5px; border-radius: 999px; background: #1f3044; transform: rotate(-24deg); transform-origin: left center; animation: toolTap 1.4s ease-in-out infinite; }
.worker-plumbing { left: 23%; bottom: 21%; }
.worker-electric { right: 24%; top: 31%; animation-delay: .6s; }
.worker-electric::after { background: #f00612; }
.orbit-ring {
  position: absolute; left: 50%; top: 47%; width: min(86%, 620px); aspect-ratio: 1.7 / 1;
  border: 2px dashed rgba(0,114,206,.34); border-radius: 50%; transform: translate(-50%, -50%) rotateX(62deg);
}
.theme-dark .orbit-ring { border-color: rgba(74,163,255,.4); }
.orbit-camera { position: absolute; left: 50%; top: -16px; width: 44px; height: 30px; transform-origin: 0 calc(50% + 150px); animation: cameraOrbit 8s linear infinite; }
.camera-body { position: absolute; inset: 7px 6px 5px; border-radius: 6px; background: #101827; box-shadow: 0 8px 18px rgba(0,0,0,.18); }
.camera-lens { position: absolute; left: 14px; top: 10px; width: 14px; height: 14px; border-radius: 50%; background: #4aa3ff; border: 3px solid #ffffff; }
.scene-caption {
  position: absolute; left: 22px; right: 22px; bottom: 18px; display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 13px 15px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.82); backdrop-filter: blur(10px);
}
.theme-dark .scene-caption { background: rgba(11,18,32,.76); }
.scene-caption strong { color: var(--ink); }
.scene-caption span { color: var(--muted); font-size: .92rem; }
.hero h1, .page-hero h1 { max-width: 920px; margin: 0 0 18px; font-size: clamp(2.3rem, 5vw, 5rem); line-height: 1.02; letter-spacing: 0; }
.hero p, .page-hero p { max-width: 760px; color: var(--muted); font-size: 1.12rem; }
.eyebrow { margin: 0 0 10px; color: var(--accent); font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 850; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.home-hero {
  min-height: calc(100vh - 104px);
}
.home-trust-banner {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(28px, 5vw, 74px);
  padding: 36px clamp(18px, 5vw, 72px);
  background: #f1f1f2;
  border-top: 1px solid rgba(15, 67, 132, .08);
  border-bottom: 1px solid rgba(15, 67, 132, .08);
}
.trust-feature {
  display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 18px; align-items: center;
  min-width: 0;
}
.trust-feature-icon {
  display: inline-grid; place-items: center; width: 72px; height: 72px; border-radius: 999px;
  background: #2d45b8; color: #ffffff; box-shadow: 0 12px 28px rgba(45, 69, 184, .18);
}
.trust-feature-icon svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.trust-feature h2 {
  margin: 0 0 7px; color: #4a4a4d; font-size: clamp(1.02rem, 1.4vw, 1.2rem);
  line-height: 1.14; text-transform: uppercase; letter-spacing: 0; white-space: nowrap;
}
.trust-feature p { margin: 0; color: #62666d; line-height: 1.45; font-size: 1rem; }
.theme-dark .home-trust-banner { background: #111827; border-color: var(--line); }
.theme-dark .trust-feature h2 { color: #f5f8ff; }
.theme-dark .trust-feature p { color: #b8c3d2; }
.home-pathways {
  padding: 64px clamp(18px, 5vw, 72px) 46px;
  background: #ffffff;
}
.theme-dark .home-pathways { background: #0b1220; }
.home-path-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 26px;
}
.home-path-card {
  display: grid; align-content: start; gap: 14px; min-height: 252px; padding: 28px 26px;
  border: 1px solid rgba(15, 67, 132, .14); border-radius: 18px;
  background: linear-gradient(145deg, #ffffff 0%, #f7fbff 100%);
  color: var(--ink); text-decoration: none; box-shadow: 0 14px 34px rgba(23, 33, 43, .06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}
.home-path-card:hover {
  transform: translateY(-5px); border-color: rgba(0, 114, 206, .36);
  background: linear-gradient(145deg, #ffffff 0%, #eef7ff 100%); box-shadow: 0 20px 46px rgba(23, 33, 43, .12);
}
.theme-dark .home-path-card {
  border-color: var(--line); background: linear-gradient(145deg, #111d31 0%, #0b1220 100%);
  box-shadow: 0 14px 34px rgba(0,0,0,.32);
}
.home-path-card strong { color: var(--ink); font-size: 1.25rem; line-height: 1.2; }
.home-path-card > span:not(.hub-icon) { color: var(--muted); line-height: 1.6; }
.home-path-card.electrical .hub-icon { background: #ef233c; }
.home-path-card.commercial .hub-icon { background: #172554; }
.home-service-band .section-heading h2 { text-transform: none; }
.home-photo-strip { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; padding: 0 clamp(18px, 5vw, 72px) 24px; background: white; }
.theme-dark .home-photo-strip, .theme-dark .split-services { background: #0b1220; }
.home-photo-strip img { width: 100%; aspect-ratio: 16 / 8; object-fit: cover; border-radius: var(--radius); box-shadow: 0 12px 28px rgba(23, 33, 43, 0.09); border: 1px solid var(--line); animation: softLift .7s ease both; }
.split-services {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px;
  padding: 22px clamp(18px, 5vw, 72px) 58px; background: white;
}
.split-card { padding: clamp(24px, 4vw, 42px); border-radius: var(--radius); color: white; background: var(--brand-dark); }
.split-card h2 { margin: 0 0 12px; font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1.1; }
.split-card p { max-width: 680px; color: rgba(255,255,255,.86); }
.split-card .eyebrow { color: white; }
.split-card .button { margin-top: 16px; background: white; color: var(--brand-dark); border-color: white; }
.split-card.plumbing { background: linear-gradient(135deg, var(--brand-dark), var(--brand)); }
.split-card.electrical { background: linear-gradient(135deg, var(--accent-dark), var(--accent)); }
.split-card.electrical .eyebrow { color: var(--electric); }
.page-hero { padding-top: 78px; padding-bottom: 58px; background: var(--paper); border-bottom: 1px solid var(--line); }
.page-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr); gap: clamp(24px, 5vw, 64px); align-items: center; }
.page-hero-photo { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid var(--line); background: #dbe4ec; }
.brampton-plumber-hero {
  background:
    linear-gradient(115deg, rgba(0, 114, 206, 0.1), rgba(240, 6, 18, 0.055) 54%, rgba(255, 210, 26, 0.14)),
    #ffffff;
}
.brampton-electrician-hero {
  background:
    linear-gradient(115deg, rgba(240, 6, 18, 0.09), rgba(255, 210, 26, 0.13) 54%, rgba(0, 114, 206, 0.08)),
    #ffffff;
}
.theme-dark .brampton-plumber-hero {
  background:
    linear-gradient(115deg, rgba(74, 163, 255, 0.16), rgba(255, 59, 68, 0.09) 54%, rgba(255, 210, 26, 0.07)),
    #0b1220;
}
.theme-dark .brampton-electrician-hero {
  background:
    linear-gradient(115deg, rgba(255, 59, 68, 0.12), rgba(255, 210, 26, 0.08) 54%, rgba(74, 163, 255, 0.12)),
    #0b1220;
}
.hero-proof-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.hero-proof-row span {
  display: inline-flex; align-items: center; min-height: 34px; padding: 6px 12px; border: 1px solid rgba(0, 114, 206, .18);
  border-radius: 999px; background: rgba(255,255,255,.72); color: var(--brand-dark); font-size: .88rem; font-weight: 850;
}
.theme-dark .hero-proof-row span { background: rgba(16, 24, 39, .74); border-color: var(--line); color: #d7e6f6; }
.hero-service-card { position: relative; min-height: 420px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); background: #101827; }
.hero-service-card img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; display: block; }
.trust-strip {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; padding: 0 clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--line);
}
.trust-strip div { display: grid; gap: 2px; padding: 20px 22px; background: var(--white); }
.trust-strip strong { color: var(--brand-dark); font-size: 1.34rem; line-height: 1.1; }
.trust-strip span { color: var(--muted); font-weight: 700; font-size: .9rem; }
.theme-dark .trust-strip strong { color: #8ec7ff; }
.plumber-intro strong { color: var(--brand-dark); }
.theme-dark .plumber-intro strong { color: #8ec7ff; }
.booking-card .button + .button { margin-top: 8px; }
.service-hub-band { background: #ffffff; border-top: 0; }
.theme-dark .service-hub-band { background: #0b1220; }
.service-hub-band .section-heading { max-width: none; text-align: center; margin-left: auto; margin-right: auto; margin-bottom: 30px; }
.service-hub-band .section-heading .eyebrow { color: var(--brand); }
.electrical-hub-band .section-heading .eyebrow { color: var(--accent); }
.service-hub-band .section-heading h2 {
  margin: 0 auto; max-width: 980px; color: #4a4d52; text-transform: uppercase; font-size: clamp(1.75rem, 3vw, 2.55rem); font-weight: 950;
}
.theme-dark .service-hub-band .section-heading h2 { color: var(--ink); }
.service-hub-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px;
}
.service-hub-grid article {
  position: relative; display: grid; justify-items: center; align-content: start; gap: 12px; min-height: 302px; padding: 26px 22px 24px;
  border: 0; border-radius: 18px; background: #f1f1f2; text-align: center;
  box-shadow: none; transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease;
}
.service-hub-grid article:hover { transform: translateY(-5px); background: #ebf2ff; box-shadow: 0 18px 38px rgba(23, 33, 43, 0.11); }
.theme-dark .service-hub-grid article { border-color: var(--line); background: linear-gradient(145deg, #111d31 0%, #0b1220 100%); box-shadow: 0 14px 34px rgba(0,0,0,.32); }
.hub-icon {
  display: inline-grid; place-items: center; width: 66px; height: 66px; border-radius: 50%;
  background: #2d43ad; color: white; font-weight: 950;
}
.electrical-hub-band .hub-icon { background: #ef233c; }
.hub-icon svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-hub-grid h3 { margin: 2px 0 0; line-height: 1.18; font-size: 1.05rem; text-transform: uppercase; }
.service-hub-grid h3 a { color: #4b4d52; text-decoration: none; font-weight: 950; }
.theme-dark .service-hub-grid h3 a { color: var(--ink); }
.service-hub-grid p { margin: 0; color: #5d6066; font-size: .94rem; line-height: 1.5; }
.service-hub-grid .text-link { margin-top: auto; color: #2d43ad; font-size: .95rem; text-decoration: none; font-weight: 850; }
.urgent-card { border-color: rgba(240, 6, 18, .22); background: linear-gradient(145deg, #fff 0%, #fff4f3 100%); }
.theme-dark .urgent-card { background: linear-gradient(145deg, #24131a 0%, #0b1220 100%); }
.plumber-trust-banner {
  border-top: 0;
  background: #f6f8fb;
}
.theme-dark .plumber-trust-banner { background: #111827; }
/* LOCKED ELECTRICAL PAGE RED ACCENTS
   Electrical pages should keep red visual accents so they feel distinct from
   plumbing pages. Use these classes for future electrical pages:
   electrical-hub-band, electrical-trust-banner, electrical-problem-band,
   electrical-cta-band, and electrical-process-band. */
.electrical-trust-banner {
  border-top: 0;
  background: #fff5f3;
}
.electrical-trust-banner .trust-feature-icon {
  background: #ef233c;
  box-shadow: 0 12px 28px rgba(239, 35, 60, .18);
}
.theme-dark .electrical-trust-banner { background: #16111a; }
.problem-band {
  background:
    radial-gradient(circle at left top, rgba(0, 114, 206, .08), transparent 30%),
    #f7fbff;
}
.theme-dark .problem-band {
  background:
    radial-gradient(circle at left top, rgba(74, 163, 255, .12), transparent 30%),
    #0b1220;
}
.electrical-problem-band {
  background:
    radial-gradient(circle at left top, rgba(239, 35, 60, .12), transparent 30%),
    #fff8f7;
}
.theme-dark .electrical-problem-band {
  background:
    radial-gradient(circle at left top, rgba(255, 59, 68, .14), transparent 30%),
    #0b1220;
}
.problem-band .section-heading {
  max-width: 900px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.problem-grid article {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(15, 67, 132, .14);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(23, 33, 43, .06);
}
.theme-dark .problem-grid article {
  border-color: var(--line);
  background: linear-gradient(145deg, #111d31 0%, #0b1220 100%);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .32);
}
.problem-grid strong {
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.22;
}
.problem-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}
.problem-grid a {
  align-self: end;
  margin-top: auto;
  color: var(--brand-dark);
  font-weight: 850;
  text-decoration: none;
}
.problem-grid a::after {
  content: "→";
  margin-left: 8px;
}
.theme-dark .problem-grid a { color: #8ec7ff; }
.electrical-problem-band .problem-grid article {
  border-color: rgba(239, 35, 60, .18);
}
.electrical-problem-band .problem-grid a {
  color: #b80009;
}
.electrical-problem-band .problem-grid a:hover {
  color: #ef233c;
}
.theme-dark .electrical-problem-band .problem-grid a { color: #ff9aa1; }
.brampton-cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin: 0 clamp(18px, 5vw, 72px) 0;
  padding: clamp(28px, 4vw, 42px);
  border-radius: 18px;
  background:
    radial-gradient(circle at right top, rgba(255, 210, 26, .18), transparent 32%),
    linear-gradient(135deg, #0d2342, #102d6d);
  color: white;
  box-shadow: 0 20px 46px rgba(23, 33, 43, .12);
}
.brampton-cta-band h2 {
  margin: 0 0 10px;
  color: white;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  line-height: 1.12;
}
.brampton-cta-band p {
  max-width: 900px;
  margin: 0;
  color: #d7e1f0;
}
.brampton-cta-band .eyebrow { color: #ffd21a; }
.brampton-cta-band .button {
  white-space: nowrap;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .2);
}
.electrical-cta-band {
  background:
    radial-gradient(circle at right top, rgba(255, 210, 26, .18), transparent 32%),
    linear-gradient(135deg, #3a0a12, #a81220);
}
.electrical-cta-band .eyebrow { color: #ffd21a; }
.photo-feature-section {
  display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr); align-items: center; gap: clamp(28px, 5vw, 68px);
  padding: 72px clamp(18px, 5vw, 72px); background: #ffffff;
}
.theme-dark .photo-feature-section { background: #0b1220; }
.photo-feature-copy {
  display: grid; align-content: center; justify-items: start; max-width: 680px;
}
.photo-feature-copy h2 { margin: 0 0 16px; line-height: 1.12; font-size: clamp(1.9rem, 3.3vw, 3rem); }
.photo-feature-copy p { color: var(--muted); }
.photo-feature-media {
  position: relative; min-height: 430px; border-radius: 22px; overflow: hidden; border: 1px solid var(--line);
  box-shadow: 0 24px 54px rgba(23, 33, 43, .12); background: #dbe4ec;
}
.photo-feature-media img { display: block; width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.review-showcase {
  padding: 76px clamp(18px, 5vw, 72px); background: #ffffff; color: var(--ink); overflow: hidden;
}
.theme-dark .review-showcase { background: #0b1220; }
.review-showcase-head {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: end; margin-bottom: 38px;
}
.review-showcase-head h2 {
  max-width: 780px; margin: 0; color: #4a4d52; text-transform: uppercase; font-size: clamp(2rem, 3.9vw, 3.55rem); line-height: 1.08; font-weight: 950;
}
.theme-dark .review-showcase-head h2 { color: var(--ink); }
.review-score-card {
  display: grid; justify-items: center; gap: 6px; min-width: 250px; padding: 18px 22px; border-radius: 24px;
  background: #f7f8fb; box-shadow: 0 14px 38px rgba(23, 33, 43, .08);
}
.review-source { color: #667085; font-size: .86rem; font-weight: 850; }
.review-score-card strong { color: #2d43ad; font-size: clamp(2.2rem, 4vw, 3.25rem); line-height: 1; }
.stars { color: #f5a400; letter-spacing: .06em; font-size: 1.05rem; line-height: 1; }
.review-score-card small { color: var(--muted); font-weight: 850; text-align: center; }
.review-carousel {
  position: relative; display: grid; grid-template-columns: 48px minmax(0, 1fr) 48px; gap: 16px; align-items: center; overflow: hidden;
}
.review-window { overflow: hidden; max-width: 100%; padding: 10px 0 18px; }
.review-track { display: flex; gap: 24px; transition: transform .36s ease; will-change: transform; }
.review-card {
  flex: 0 0 calc((100% - 48px) / 3); min-height: 296px; display: grid; align-content: start; gap: 18px;
  padding: 32px; border-radius: 24px; background: #ffffff; box-shadow: 0 18px 48px rgba(23, 33, 43, .10);
}
.theme-dark .review-card { background: #111d31; box-shadow: 0 18px 48px rgba(0,0,0,.28); }
.review-card-head { display: grid; grid-template-columns: 1fr; gap: 6px; }
.review-card-head strong { color: #4a4d52; font-size: 1.1rem; }
.theme-dark .review-card-head strong { color: var(--ink); }
.google-word {
  display: inline-flex; align-items: baseline; gap: 0; font-size: 1.45rem; font-weight: 500; letter-spacing: 0;
}
.google-word span:nth-child(1) { color: #4285f4; }
.google-word span:nth-child(2) { color: #ea4335; }
.google-word span:nth-child(3) { color: #fbbc05; }
.google-word span:nth-child(4) { color: #4285f4; }
.google-word span:nth-child(5) { color: #34a853; }
.google-word span:nth-child(6) { color: #ea4335; }
.review-card p { margin: 0; color: #4f5967; font-size: 1.03rem; line-height: 1.62; }
.theme-dark .review-card p { color: #cbd5e1; }
.review-card small { margin-top: auto; color: #747f8f; font-weight: 850; text-transform: uppercase; letter-spacing: .04em; }
.review-nav {
  display: inline-grid; place-items: center; width: 46px; height: 46px; border: 0; border-radius: 50%;
  background: transparent; color: #5d6066; font-size: 2.4rem; line-height: 1; cursor: pointer;
}
.review-nav:hover { color: #2d43ad; background: #eef3ff; }
.review-dots { grid-column: 1 / -1; display: flex; justify-content: center; gap: 12px; padding-top: 8px; }
.review-dot {
  width: 12px; height: 12px; border: 0; border-radius: 50%; background: #c9c9c9; cursor: pointer; padding: 0;
}
.review-dot.active { background: #606060; }
.proof-band, .review-style-band {
  padding: 68px clamp(18px, 5vw, 72px); background: #101827; color: white;
}
.proof-band {
  display: grid; grid-template-columns: minmax(280px, .74fr) minmax(0, 1.26fr); gap: 38px; align-items: center;
  background:
    linear-gradient(100deg, rgba(255,255,255,.05), transparent 45%),
    #101827;
}
.proof-band h2, .proof-band p, .review-style-band h2 { color: white; }
.proof-band p { color: #d2dbea; }
.proof-grid, .review-style-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.proof-grid article, .review-style-grid article {
  display: grid; gap: 10px; padding: 30px; border: 1px solid rgba(174,184,200,.18); border-radius: 18px;
  background: radial-gradient(circle at right top, rgba(31,68,200,.2), transparent 38%), #121b2f;
}
.proof-grid strong, .review-style-grid strong { color: white; line-height: 1.2; }
.proof-grid span, .review-style-grid p { margin: 0; color: #aeb8c8; }
.process-band .section-heading { text-align: center; margin-left: auto; margin-right: auto; }
.process-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; counter-reset: process; }
.process-steps article {
  position: relative; min-height: 224px; padding: 28px 24px; border: 1px solid rgba(15, 67, 132, .14); border-radius: 18px; background: var(--white);
  box-shadow: 0 14px 34px rgba(23, 33, 43, .06);
}
.theme-dark .process-steps article { border-color: var(--line); background: #0b1220; }
.process-steps span {
  display: inline-grid; place-items: center; width: 48px; height: 48px; margin-bottom: 18px;
  border-radius: 50%; background: #2d43ad; color: white; font-weight: 950; font-size: 1.08rem;
}
.electrical-process-band .process-steps span {
  background: #ef233c;
  box-shadow: 0 12px 24px rgba(239, 35, 60, .16);
}
.process-steps h3 { margin: 0 0 8px; line-height: 1.2; }
.process-steps p { margin: 0; color: var(--muted); }
.area-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 14px; }
.area-tags span, .area-tags a {
  display: inline-flex; align-items: center; min-height: 34px; padding: 6px 11px; border: 1px solid rgba(0, 114, 206, .16);
  border-radius: 999px; background: rgba(0, 114, 206, .06); color: var(--brand-dark); font-weight: 850; font-size: .88rem; text-decoration: none;
}
.area-tags a:hover { background: rgba(0,114,206,.12); color: var(--brand-dark); }
.theme-dark .area-tags span, .theme-dark .area-tags a { border-color: var(--line); background: rgba(74,163,255,.1); color: #d7e6f6; }
.review-style-band { background: var(--white); color: var(--ink); }
.review-style-band h2 { color: var(--ink); }
.review-style-band .eyebrow { color: var(--accent); }
.review-style-grid article { background: linear-gradient(145deg, #ffffff 0%, #f7fbff 100%); border-color: rgba(15, 67, 132, .14); box-shadow: 0 10px 26px rgba(23, 33, 43, .06); }
.review-style-grid strong { color: var(--ink); }
.review-style-grid p { color: var(--muted); }
.theme-dark .review-style-band { background: #0b1220; color: var(--ink); }
.theme-dark .review-style-band h2 { color: var(--ink); }
.theme-dark .review-style-grid article { border-color: var(--line); background: linear-gradient(145deg, #111d31 0%, #0b1220 100%); box-shadow: 0 14px 34px rgba(0,0,0,.32); }
.theme-dark .review-style-grid strong { color: var(--ink); }
.local-proof {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 24px;
  padding: 44px clamp(18px, 5vw, 72px); background: #101827; color: white;
}
.local-proof h2 { margin: 0 0 10px; color: white; }
.local-proof p { max-width: 820px; color: #d2dbea; }
.local-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
.content { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 40px; padding-top: 58px; padding-bottom: 58px; }
.content h2, .band h2, .resources h2, .site-footer h2 { margin: 0 0 14px; line-height: 1.16; letter-spacing: 0; }
.quick-card, .service-card {
  border: 1px solid rgba(15, 67, 132, .14); border-radius: var(--radius); background: linear-gradient(145deg, #ffffff 0%, #f7fbff 100%); box-shadow: 0 10px 26px rgba(23, 33, 43, 0.06);
}
.theme-dark .quick-card, .theme-dark .service-card {
  border-color: var(--line); background: linear-gradient(145deg, #111d31 0%, #0b1220 100%); box-shadow: 0 14px 34px rgba(0,0,0,.32);
}
.quick-card { padding: 22px; }
.quick-card { align-self: start; position: sticky; top: 96px; }
.quick-card .button { width: 100%; margin-top: 10px; }
.band { padding-top: 58px; padding-bottom: 58px; background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-heading { max-width: 840px; margin-bottom: 26px; }
.card-grid, .link-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.commercial-columns { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.service-card { position: relative; overflow: hidden; display: flex; flex-direction: column; min-height: 100%; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease; }
.service-card::before { content: ""; display: block; height: 4px; background: linear-gradient(90deg, var(--brand), var(--accent)); opacity: .9; }
.service-card::after { content: ""; position: absolute; inset: 4px 0 auto 0; height: 82px; background: linear-gradient(180deg, rgba(0,114,206,.08), rgba(255,255,255,0)); pointer-events: none; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 22px 48px rgba(23, 33, 43, 0.14); border-color: rgba(0, 114, 206, .42); background: linear-gradient(145deg, #ffffff 0%, #eef7ff 100%); }
.theme-dark .service-card::after { background: linear-gradient(180deg, rgba(74,163,255,.12), rgba(11,18,32,0)); }
.theme-dark .service-card:hover { box-shadow: 0 22px 48px rgba(0,0,0,.44); border-color: rgba(74,163,255,.55); background: linear-gradient(145deg, #14243a 0%, #0c1626 100%); }
.service-card-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.card-head, .link-card-head { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 12px; }
.link-card-head { margin-bottom: 4px; }
.card-icon { flex: 0 0 auto; display: inline-grid; place-items: center; width: 38px; height: 38px; color: #1267ff; background: rgba(18, 103, 255, .08); border-radius: 12px; transition: transform .22s ease, color .22s ease, background-color .22s ease; }
.card-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.service-card:hover .card-icon, .link-grid a:hover .card-icon { transform: translateY(-3px) scale(1.05); color: var(--accent); background: rgba(239, 35, 42, .09); }
.card-kicker { margin: 0 0 5px; color: var(--brand); text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; font-weight: 900; }
.electrical-card .card-kicker { color: var(--accent); }
.service-card h3 { margin: 0; font-size: 1.12rem; line-height: 1.22; }
.service-card h3 a { font-weight: 900; }
.service-card p, .link-grid span, .resources p, .site-footer p { color: var(--muted); }
.text-link { display: inline-flex; align-items: center; margin-top: auto; font-weight: 400; color: var(--brand-dark); }
.text-link::after { content: "→"; margin-left: 8px; text-decoration: none; }
@keyframes softLift {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes headerVanDrive {
  0% { transform: translateX(112vw) translateY(-50%) scale(.96); opacity: 0; }
  8% { opacity: .68; }
  48% { transform: translateX(36vw) translateY(-50%) scale(1); opacity: .72; }
  78% { transform: translateX(-12vw) translateY(-50%) scale(.98); opacity: .68; }
  92% { transform: translateX(-46vw) translateY(-50%) scale(.96); opacity: .68; }
  92.1%, 100% { transform: translateX(-46vw) translateY(-50%) scale(.96); opacity: 0; }
}
@keyframes navVanRipple {
  0%, 31%, 39%, 100% { transform: translateX(0) rotate(0deg); }
  32% { transform: translateX(-1.5px) rotate(-.25deg); }
  33% { transform: translateX(1.5px) rotate(.25deg); }
  34% { transform: translateX(-1px) rotate(-.18deg); }
  35% { transform: translateX(1px) rotate(.18deg); }
  36% { transform: translateX(0) rotate(0deg); }
}
@keyframes sceneTurn {
  from { transform: rotateY(-8deg) rotateX(0deg); }
  to { transform: rotateY(10deg) rotateX(1deg); }
}
@keyframes cameraOrbit {
  from { transform: rotate(0deg) translateX(-22px) rotate(0deg); }
  to { transform: rotate(360deg) translateX(-22px) rotate(-360deg); }
}
@keyframes flowPipe {
  0%, 100% { filter: brightness(1); opacity: .82; }
  50% { filter: brightness(1.35); opacity: 1; }
}
@keyframes wirePulse {
  0%, 100% { filter: brightness(1); opacity: .82; }
  50% { filter: brightness(1.55); opacity: 1; }
}
@keyframes workerMove {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}
@keyframes toolTap {
  0%, 100% { transform: rotate(-24deg); }
  50% { transform: rotate(9deg); }
}
@media (prefers-reduced-motion: no-preference) {
  .hero-copy, .motion-home-panel, .page-hero > div, .page-hero-photo, .service-card { animation: softLift .55s ease both; }
  .service-card:nth-child(2) { animation-delay: .04s; }
  .service-card:nth-child(3) { animation-delay: .08s; }
  .service-card:nth-child(4) { animation-delay: .12s; }
  .service-card:nth-child(5) { animation-delay: .16s; }
  .service-card:nth-child(6) { animation-delay: .2s; }
}
@media (prefers-reduced-motion: reduce) {
  .build-scene, .orbit-camera, .pipe, .wire, .worker, .worker span, .site-header::before, .site-nav > a, .mega-trigger, .motion-home-panel, .service-card { animation: none !important; }
  .site-header::before { opacity: .16; transform: translateX(42vw) translateY(-50%); }
}
.link-grid a { position: relative; display: grid; gap: 8px; min-height: 144px; padding: 20px 22px; border: 1px solid rgba(15, 67, 132, .14); border-radius: var(--radius); background: linear-gradient(145deg, #ffffff 0%, #f7fbff 100%); text-decoration: none; color: var(--ink); box-shadow: 0 10px 24px rgba(23, 33, 43, .04); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease; }
.link-grid a::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: linear-gradient(180deg, var(--brand), var(--accent)); border-radius: var(--radius) 0 0 var(--radius); opacity: .86; }
.link-grid a:hover { border-color: var(--brand); transform: translateY(-6px); box-shadow: 0 20px 42px rgba(23, 33, 43, 0.12); background: linear-gradient(145deg, #ffffff 0%, #eef7ff 100%); }
.theme-dark .link-grid a { border-color: var(--line); background: linear-gradient(145deg, #111d31 0%, #0b1220 100%); box-shadow: 0 10px 26px rgba(0,0,0,.26); }
.theme-dark .link-grid a:hover { box-shadow: 0 20px 42px rgba(0,0,0,.44); background: linear-gradient(145deg, #14243a 0%, #0c1626 100%); }
.two-column { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.check-list, .mini-links, .footer-links, .resources ul { padding-left: 20px; }
.check-list li { margin: 8px 0; }
.faq details { max-width: 940px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); padding: 18px 20px; margin: 12px 0; }
.faq summary { cursor: pointer; font-weight: 800; }
.faq p { color: var(--muted); }
.resources { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr); gap: 34px; padding-top: 54px; padding-bottom: 54px; }
.site-footer {
  display: grid; grid-template-columns: minmax(250px, 1.05fr) minmax(140px, .72fr) minmax(160px, .78fr) minmax(160px, .78fr) minmax(300px, 1.08fr); gap: clamp(22px, 2.7vw, 48px);
  padding-top: 64px; padding-bottom: 58px; background: #050b1a; color: white;
}
.footer-logo { width: 166px; height: auto; display: block; margin-bottom: 26px; background: white; border-radius: 10px; padding: 8px; }
.site-footer h2 { color: white; font-size: .95rem; text-transform: uppercase; letter-spacing: .06em; }
.site-footer a { color: white; text-decoration: none; font-weight: 400; }
.site-footer a:hover { color: white; }
.site-footer p { color: #aeb8c8; }
.footer-brand-block p { max-width: 260px; }
.footer-link-strong { font-weight: 400 !important; }
.social-links { display: flex; gap: 16px; margin-top: 26px; }
.social-links a {
  display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 15px;
  background: #1b2638; color: white; transition: transform .2s ease, background-color .2s ease;
}
.social-links a:hover { transform: translateY(-3px); background: #24406a; color: white; }
.social-links svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.footer-links { display: grid; gap: 14px; padding-left: 0; margin: 22px 0 0; list-style: none; }
.footer-links li { color: white; }
.footer-accent { color: white !important; }
.footer-area-links a:not(.footer-link-strong) { color: white; font-weight: 400; }
.footer-contact-list { display: grid; gap: 14px; margin-top: 22px; }
.footer-contact-row { display: flex; align-items: center; gap: 14px; color: white !important; }
.footer-contact-row strong { display: block; color: white; }
.footer-contact-row small { display: block; margin-top: 5px; color: #aeb8c8; text-transform: uppercase; letter-spacing: .04em; }
.footer-contact-icon { display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 16px; background: #1b2638; color: white; font-size: 1.2rem; }
.footer-newsletter-block { align-self: start; min-width: 0; }
.footer-newsletter-form {
  margin-top: 0; padding: 22px; border: 1px solid rgba(174,184,200,.18); border-radius: 12px;
  background: radial-gradient(circle at right top, rgba(31,68,200,.18), transparent 38%), #121b2f;
}
.footer-newsletter-form h3 { margin: 0 0 8px; color: white; font-size: 1.28rem; }
.footer-newsletter-form p { margin: 0 0 16px; }
.footer-newsletter-row { display: grid; grid-template-columns: 1fr; gap: 10px; }
.footer-newsletter-row input {
  min-height: 48px; width: 100%; border: 1px solid rgba(174,184,200,.2); border-radius: 15px;
  padding: 0 14px; background: #060d1c; color: white; font: inherit; font-weight: 400;
}
.footer-newsletter-row input::placeholder { color: #8d98aa; font-weight: 400; }
.footer-newsletter-row .button { width: 100%; border-radius: 15px; background: #264fcf; border-color: #264fcf; min-height: 48px; }
.footer-consent { display: flex; align-items: flex-start; gap: 10px; margin-top: 16px; color: #aeb8c8; font-size: .86rem; }
.footer-consent input { margin-top: 3px; }
.footer-fineprint { display: block; margin-top: 18px; padding-top: 12px; border-top: 1px solid rgba(174,184,200,.12); color: #78869b; }
.footer-newsletter-success { margin-top: 12px !important; color: #a7f3d0 !important; }
.mobile-quote-bar { display: none; }
.newsletter-modal[hidden] { display: none; }
.newsletter-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 18px; }
.newsletter-backdrop { position: absolute; inset: 0; background: rgba(5, 9, 16, .62); backdrop-filter: blur(8px); }
.newsletter-card {
  position: relative; z-index: 1; width: min(520px, 100%); border: 1px solid var(--line); border-radius: 14px;
  background: var(--white); color: var(--ink); box-shadow: 0 28px 70px rgba(0,0,0,.34); padding: clamp(22px, 4vw, 34px);
}
.newsletter-card h2 { margin: 0 0 12px; line-height: 1.12; font-size: clamp(1.65rem, 4vw, 2.35rem); }
.newsletter-card p { color: var(--muted); }
.newsletter-close {
  position: absolute; top: 12px; right: 12px; width: 38px; height: 38px; border: 1px solid var(--line);
  border-radius: 999px; background: var(--white); color: var(--ink); font-size: 1.45rem; line-height: 1; cursor: pointer;
}
.newsletter-form { display: grid; gap: 13px; margin-top: 18px; }
.newsletter-form label { display: grid; gap: 6px; font-weight: 650; }
.newsletter-form input {
  width: 100%; border: 1px solid var(--line); border-radius: var(--radius); padding: 12px 14px; font: inherit; font-weight: 400; background: var(--white); color: var(--ink);
}
.consent-line { margin: 0; font-size: .82rem; line-height: 1.45; }
.newsletter-success { margin: 0; padding: 10px 12px; border-radius: var(--radius); background: #e9f7ef; color: #0d4f26 !important; }
.contact-form { display: grid; gap: 14px; }
.contact-form label { display: grid; gap: 6px; font-weight: 650; }
.contact-form input, .contact-form textarea, .contact-form select {
  width: 100%; border: 1px solid var(--line); border-radius: var(--radius); padding: 12px 14px; font: inherit; font-weight: 400; background: white;
}
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #7b8490; font-weight: 400; }
.theme-dark .contact-form input, .theme-dark .contact-form textarea, .theme-dark .contact-form select { background: #101827; color: var(--ink); }
.form-note, .success-message { margin: 0; padding: 12px 14px; border-radius: var(--radius); background: var(--accent-soft); color: var(--ink); }
.success-message { background: #e9f7ef; border: 1px solid #b7dfc4; }
.contact-card { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.contact-details-card .eyebrow { margin-bottom: 8px; }
.contact-detail-list { display: grid; gap: 8px; margin: 14px 0 18px; }
.contact-detail-list p { margin: 0; }
.contact-link-cards { display: grid; gap: 10px; margin-top: 18px; }
.contact-link-cards a {
  display: grid; gap: 3px; padding: 13px 14px; border: 1px solid rgba(15, 67, 132, .14);
  border-radius: var(--radius); background: rgba(255, 255, 255, .58); color: var(--ink); text-decoration: none;
  transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}
.contact-link-cards a:hover {
  transform: translateY(-3px); border-color: rgba(0, 114, 206, .42); background: #ffffff;
  box-shadow: 0 14px 28px rgba(23, 33, 43, .1);
}
.contact-link-cards strong { color: var(--brand-dark); font-size: .95rem; }
.contact-link-cards span { color: var(--muted); font-size: .86rem; line-height: 1.45; }
.theme-dark .contact-link-cards a { background: rgba(255, 255, 255, .03); border-color: var(--line); }
.theme-dark .contact-link-cards a:hover { background: rgba(255, 255, 255, .06); box-shadow: 0 14px 28px rgba(0,0,0,.28); }
.contact-before-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.contact-before-steps article { min-height: 220px; }
.contact-before-steps .card-kicker { margin-top: 6px; margin-bottom: 8px; }
.inquiry-list { display: grid; gap: 14px; max-width: 980px; }
.inquiry-item { border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); padding: 18px; }
.inquiry-item h3 { margin: 0 0 8px; }
.inquiry-item p { margin: 6px 0; color: var(--muted); }

@media (max-width: 980px) {
  /* LOCKED HEADER AREA: mobile/tablet header behavior belongs to the screenshot area. */
  .top-bar-inner { min-height: auto; padding: 9px 18px; align-items: flex-start; }
  .top-left { gap: 8px; font-size: .82rem; }
  .site-header { min-height: auto; align-items: center; flex-wrap: wrap; padding: 10px 18px; gap: 10px; }
  .brand { flex: 1; min-width: 0; }
  .brand-logo { width: 118px; }
  .theme-toggle { order: 0; width: 50px; height: 32px; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 40px; padding: 0; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); color: var(--ink); font-size: 1.35rem; font-weight: 900; }
  .call-link { display: none; }
  .site-search-desktop { display: none; }
  .site-search-mobile { display: block; }
  .site-nav .site-search-mobile { order: -1; }
  .site-search { order: 3; flex: 1 0 100%; width: 100%; max-width: 100%; min-width: 0; }
  .site-search-box { width: 100%; max-width: 100%; min-height: 44px; }
  .site-search input { font-size: 16px; }
  .site-search-results { width: 100%; max-width: 100%; max-height: min(52vh, 420px); overflow-x: hidden; }
  .site-nav { display: none; order: 4; width: 100%; gap: 0; padding-top: 8px; border-top: 1px solid var(--line); }
  .site-nav.open { display: grid; grid-template-columns: minmax(0, 1fr); align-items: stretch; max-height: min(72vh, 620px); overflow-y: auto; overflow-x: hidden; overscroll-behavior: contain; padding-bottom: 18px; }
  .site-nav.open .site-search-mobile { margin: 0 0 8px; padding: 0 0 12px; border-bottom: 1px solid var(--line); overflow: hidden; }
  .site-nav.open .site-search-results { position: static; margin-top: 8px; max-height: 280px; }
  .site-nav > a, .mega-trigger { width: 100%; padding: 12px 4px; text-align: left; border-bottom: 1px solid var(--line); }
  .mega-trigger::after { content: "+"; float: right; font-weight: 900; color: var(--brand); }
  .mega-wrap.mobile-open .mega-trigger::after { content: "-"; }
  .mega-wrap { width: 100%; position: static; }
  .mega-menu { display: none !important; position: static; width: 100%; transform: none; grid-template-columns: 1fr; opacity: 1; pointer-events: auto; translate: 0; box-shadow: none; margin: 0; padding: 0 0 10px 14px; border: 0; border-bottom: 1px solid var(--line); background: var(--white); }
  .mega-wrap.mobile-open .mega-menu { display: grid !important; }
  .mega-menu > div:not(.mega-cta) { border-right: 0; border-bottom: 0; padding: 6px 0; }
  .mega-menu h2 { margin: 8px 0 6px; padding: 0; border: 0; font-size: .76rem; }
  .mega-menu a { padding: 7px 0; margin: 0; font-size: .95rem; font-weight: 400; }
  .mega-cta { display: none; }
  .hero, .page-hero, .content, .resources, .site-footer, .split-services, .home-photo-strip, .local-proof, .trust-strip, .home-trust-banner, .service-hub-grid, .problem-grid, .brampton-cta-band, .proof-band, .proof-grid, .review-style-grid, .process-steps, .photo-feature-section, .review-showcase-head, .home-path-grid { grid-template-columns: 1fr; }
  .local-actions { justify-content: flex-start; }
  .hero { min-height: auto; padding-top: 34px; padding-bottom: 36px; }
  .hero-service-card, .hero-service-card img { min-height: 330px; }
  .trust-strip { padding-left: 18px; padding-right: 18px; gap: 1px; }
  .service-hub-grid article { min-height: auto; }
  .photo-feature-section { padding-left: 18px; padding-right: 18px; }
  .photo-feature-copy { max-width: none; }
  .photo-feature-media, .photo-feature-media img { min-height: 340px; }
  .proof-band, .review-style-band { padding-left: 18px; padding-right: 18px; }
  .review-showcase { padding-left: 18px; padding-right: 18px; }
  .footer-newsletter-block { grid-column: auto; }
  .review-showcase-head { align-items: start; }
  .review-score-card { justify-self: start; }
  .review-card { flex-basis: calc((100% - 24px) / 2); }
  .site-header::before {
    display: block;
    width: clamp(190px, 34vw, 260px);
    opacity: .42;
    animation-duration: 9s;
  }
  .motion-home-panel { min-height: 360px; }
  .home-trust-banner { gap: 22px; }
  .trust-feature { grid-template-columns: 64px minmax(0, 1fr); }
  .trust-feature-icon { width: 64px; height: 64px; }
  .trust-feature-icon svg { width: 34px; height: 34px; }
  .build-scene { inset: 28px 22px 78px; }
  .scene-caption { flex-direction: column; align-items: flex-start; gap: 4px; }
  .page-hero { padding-top: 44px; padding-bottom: 42px; }
  .home-photo-strip img { aspect-ratio: 16 / 10; }
  .quick-card { position: static; }
  .card-grid, .link-grid, .two-column, .commercial-columns { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  /* LOCKED HEADER AREA: small-phone header behavior belongs to the screenshot area. */
  body { overflow-x: clip; }
  .top-bar { display: none; }
  .top-bar-inner { display: grid; gap: 8px; }
  .top-left { display: grid; gap: 6px; }
  .emergency-pill { width: 100%; }
  .site-header { position: sticky; left: 0; right: 0; width: 100%; }
  .site-nav { max-width: 100%; }
  .top-bar-inner { padding-left: 14px; padding-right: 14px; }
  .top-email, .top-map { overflow-wrap: anywhere; }
  .site-header { display: grid; grid-template-columns: 1fr auto auto; gap: 10px; align-items: center; }
  .site-header::before {
    width: 178px;
    animation-duration: 8s;
  }
  .brand { min-width: 0; }
  .brand-logo { width: 104px; }
  .brand-copy { display: none; }
  .menu-toggle { justify-self: end; }
  .site-search { grid-column: 1 / -1; }
  .site-nav { grid-column: 1 / -1; }
  .hero, .page-hero, .content, .band, .resources, .site-footer, .split-services, .home-photo-strip, .local-proof, .trust-strip, .home-trust-banner, .proof-band, .review-style-band, .photo-feature-section, .review-showcase, .home-pathways { padding-left: 16px; padding-right: 16px; }
  .home-photo-strip { display: none; }
  .home-pathways { padding-top: 42px; padding-bottom: 32px; }
  .home-path-card { min-height: auto; padding: 22px; }
  .hero h1, .page-hero h1 { font-size: 2.05rem; line-height: 1.08; }
  .hero p, .page-hero p { font-size: 1rem; }
  .hero-proof-row span { width: 100%; justify-content: center; }
  .hero-service-card, .hero-service-card img { min-height: 280px; }
  .trust-strip div, .service-hub-grid article, .problem-grid article, .proof-grid article, .review-style-grid article, .process-steps article { padding: 18px; }
  .problem-grid article { min-height: auto; }
  .brampton-cta-band { margin-left: 16px; margin-right: 16px; }
  .brampton-cta-band .button { width: 100%; }
  .service-hub-band .section-heading h2 { font-size: 1.8rem; }
  .hub-icon { width: 58px; height: 58px; }
  .hub-icon svg { width: 30px; height: 30px; }
  .photo-feature-media, .photo-feature-media img { min-height: 260px; }
  .review-showcase-head h2 { font-size: 2rem; }
  .review-score-card { width: 100%; min-width: 0; }
  .review-carousel { grid-template-columns: 38px minmax(0, 1fr) 38px; gap: 8px; }
  .review-card { flex-basis: 100%; min-height: 280px; padding: 24px; }
  .review-nav { width: 38px; height: 38px; font-size: 2rem; }
  .hero-actions .button { width: 100%; }
  .split-card { padding: 22px; }
  .site-footer { gap: 28px; }
  .footer-logo { width: 132px; }
  .footer-links { gap: 12px; margin-top: 16px; }
  .footer-newsletter-row { grid-template-columns: 1fr; }
  .footer-newsletter-row .button { width: 100%; }
  .social-links a, .footer-contact-icon { width: 44px; height: 44px; }
  .newsletter-modal { padding: 14px; align-items: end; }
  .newsletter-card { max-height: calc(100vh - 28px); overflow-y: auto; }
  .motion-home-panel { min-height: 310px; }
  .home-trust-banner { padding-top: 24px; padding-bottom: 24px; gap: 18px; }
  .trust-feature { grid-template-columns: 54px minmax(0, 1fr); gap: 14px; }
  .trust-feature-icon { width: 54px; height: 54px; }
  .trust-feature-icon svg { width: 29px; height: 29px; }
  .trust-feature h2 { font-size: .92rem; }
  .trust-feature p { font-size: .9rem; }
  .hero-video { inset: 0; width: 100%; height: 100%; transform: none; }
  .video-watermark-cover { right: 12px; bottom: 12px; max-width: 230px; padding: 10px 12px; }
  .video-watermark-cover span { font-size: .78rem; }
  .orbit-ring { width: 92%; }
  .build-scene { inset: 18px 14px 76px; }
  .worker { transform: scale(.85); }
  .scene-caption { left: 14px; right: 14px; bottom: 14px; padding: 11px 12px; }
  .scene-caption span { font-size: .82rem; }
  .service-card-body { padding: 16px; }
  .link-grid a { min-height: auto; }
  .mobile-quote-bar {
    position: fixed; right: 16px; bottom: 18px; z-index: 50;
    display: flex; align-items: center; justify-content: center; gap: 10px;
    width: max-content; min-width: 220px; min-height: 56px; padding: 0 22px; border-radius: 999px; color: white; background: #2463f1;
    box-shadow: 0 10px 22px rgba(36, 99, 241, .35); text-decoration: none; font-weight: 950; font-size: 1.05rem;
  }
  body { padding-bottom: 82px; }
}


.footer-newsletter-stack { align-items: stretch; grid-template-columns: 1fr; }
.footer-newsletter-fields { display: grid; grid-template-columns: 1fr; gap: 10px; }
.footer-newsletter-fields input { width: 100%; }
@media (max-width: 720px) {
  .footer-newsletter-stack { grid-template-columns: 1fr; }
  .footer-newsletter-fields { display: grid; grid-template-columns: 1fr; gap: 10px; }
}
