/* ============================================================
   Bluewater Plumbing Co. template
   Palette: deep navy / bright aqua / white, warm coral for CTAs.
   Type: Manrope (display) + Inter (body).
   Light, friendly, upfront. Generous radii, soft shadows, airy space.
   ============================================================ */

@import url("../fonts/fonts.css");

:root {
  --navy-950: #0A1F30;
  --navy-900: #0F2C42;
  --navy-800: #1A4260;
  --aqua-600: #0C93A8;
  --aqua-500: #17B4CC;
  --aqua-400: #3FCBDE;
  --aqua-300: #8FE2EA;
  --aqua-100: #E9F8FA;
  --aqua-50: #F4FCFD;
  --white: #FFFFFF;
  --ink: #0B2536;
  --ink-soft: rgba(11, 37, 54, .72);
  --ink-faint: rgba(11, 37, 54, .55);
  --coral: #FF6B47;
  --coral-hi: #FF8264;
  --line: rgba(11, 37, 54, .12);
  --line-light: rgba(255, 255, 255, .18);
  --shadow-sm: 0 8px 22px rgba(10, 31, 48, .10);
  --shadow: 0 20px 50px rgba(10, 31, 48, .14);
  --shadow-lg: 0 30px 80px rgba(9, 25, 38, .40);
  --font-display: "Manrope", system-ui, -apple-system, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, sans-serif;
  --radius-lg: 28px;
  --radius: 20px;
  --radius-s: 14px;
  --wrap: 1220px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16.5px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, video, canvas { max-width: 100%; display: block; }
a { color: inherit; }
button { font-family: inherit; }
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--navy-950); margin: 0; line-height: 1.08; letter-spacing: -0.02em; }
p { margin: 0 0 1em; }
:focus-visible { outline: 3px solid var(--aqua-500); outline-offset: 2px; border-radius: 3px; }
.skip { position: absolute; left: -999px; top: 8px; z-index: 999; background: #fff; padding: 10px 16px; border-radius: 8px; }
.skip:focus { left: 8px; }

.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: clamp(20px, 4vw, 40px); }
.section { padding-block: clamp(64px, 8vw, 108px); }
.section.alt { background: var(--aqua-50); }
.section-head { max-width: 640px; margin-bottom: clamp(32px, 4.6vw, 54px); }
.section-head h2 { font-size: clamp(30px, 4vw, 46px); font-weight: 800; margin: 12px 0 14px; }
.section-head p { font-size: 17.5px; color: var(--ink-soft); margin: 0; }
.dark { background: var(--navy-950); color: rgba(255, 255, 255, .82); }
.dark h2, .dark h3, .dark h4 { color: var(--white); }
.dark .section-head p { color: rgba(255, 255, 255, .68); }

/* ---------- eyebrow ---------- */
.eyebrow {
  font-family: var(--font-body);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--aqua-600);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before { content: ""; width: 20px; height: 3px; border-radius: 2px; background: var(--coral); }
.eyebrow.light { color: var(--aqua-300); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-body); font-weight: 700; font-size: 15.5px; letter-spacing: .01em;
  padding: 0 26px; height: 54px; border-radius: 999px;
  border: 0; cursor: pointer; text-decoration: none; white-space: nowrap;
  transition: transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}
.btn-primary { background: var(--coral); color: #fff; box-shadow: 0 12px 28px rgba(255, 107, 71, .32); }
.btn-primary:hover { background: var(--coral-hi); transform: translateY(-2px); box-shadow: 0 16px 34px rgba(255, 107, 71, .4); }
.btn-lg { height: 60px; padding: 0 32px; font-size: 17px; }
.btn-ghost { background: transparent; color: var(--navy-950); border: 1.5px solid var(--line); }
.btn-ghost:hover { background: var(--navy-950); color: #fff; border-color: var(--navy-950); }
.btn-navy { background: var(--navy-950); color: #fff; }
.btn-navy:hover { background: var(--navy-800); transform: translateY(-2px); }

/* ---------- nav ---------- */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 800; color: var(--ink);
  transition: background .25s ease, box-shadow .25s ease, color .25s ease; }
.nav-in { display: flex; align-items: center; gap: 22px; height: 82px; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; margin-right: auto; }
.logo-mark { width: 34px; height: 34px; border-radius: 10px; flex: none; background: var(--navy-950); display: flex; align-items: center; justify-content: center; }
.logo-mark svg { width: 18px; height: 18px; color: var(--aqua-400); }
.logo-word { font-family: var(--font-display); font-weight: 800; font-size: 19px; letter-spacing: -.01em; color: var(--navy-950); white-space: nowrap; }
.logo-word em { font-style: normal; color: var(--aqua-600); }
/* The mobile menu overlay (dark) sits BEHIND the still-transparent nav (z-index
   800 vs 790), so the nav's own navy logo/burger would blend into it. Force light
   text on the nav itself while the overlay is open. */
.menu-open .nav { color: #fff; }
.menu-open .nav .logo-word { color: #fff; }
.menu-open .nav .logo-word em { color: var(--aqua-300); }
.menu-open .nav .logo-mark { background: rgba(255,255,255,.14); }
.menu-open .nav .logo-mark svg { color: var(--aqua-300); }
.nav-links { display: flex; gap: 26px; }
.nav-links a { text-decoration: none; font-weight: 600; font-size: 14.5px; letter-spacing: .01em; opacity: .92; padding: 6px 0; position: relative; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0; background: var(--coral); transition: width .22s ease; }
.nav-links a:hover::after { width: 100%; }
.nav-phone {
  display: inline-flex; align-items: center; gap: 8px; text-decoration: none;
  font-weight: 800; font-size: 15.5px; letter-spacing: .01em; white-space: nowrap; color: inherit;
}
.nav-phone svg { color: var(--coral); }
.nav .btn.nav-cta { height: 46px; padding: 0 20px; font-size: 14px; }
.nav.is-solid { background: rgba(255, 255, 255, .96); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); color: var(--ink); box-shadow: 0 1px 0 var(--line), 0 12px 30px rgba(10,31,48,.06); }
.nav.is-solid .nav-phone svg { color: var(--coral); }
.nav-burger { display: none; background: none; border: 0; cursor: pointer; padding: 8px; flex-direction: column; gap: 5px; color: inherit; }
.nav-burger span { width: 24px; height: 2px; background: currentColor; transition: transform .25s ease, opacity .25s ease; }
.menu-open .nav-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-open .nav-burger span:nth-child(2) { opacity: 0; }
.menu-open .nav-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 0; z-index: 790; background: var(--navy-950); color: #fff; display: none; flex-direction: column; justify-content: center; padding: 40px clamp(24px, 6vw, 48px); }
.menu-open .mobile-menu { display: flex; }
.mobile-menu a { text-decoration: none; }
.mobile-menu nav a { display: block; font-family: var(--font-display); font-weight: 700; font-size: clamp(28px, 8vw, 40px); padding: 12px 0; border-bottom: 1px solid var(--line-light); }
.mobile-menu .mm-foot { margin-top: 32px; display: flex; flex-direction: column; gap: 16px; }
.mobile-menu .nav-phone { font-size: 21px; }

/* ============================================================
   HERO. Light and friendly, no full-bleed media. Headline + trust row
   left, one photo + the estimate form card right (form card reads as
   a form instantly: heading, 3 fields, big submit). Wave divider at
   the bottom into the trust bar.
   ============================================================ */
.hero {
  position: relative;
  padding-top: 98px;
  background:
    radial-gradient(1100px 620px at 82% -8%, var(--aqua-100), transparent 60%),
    radial-gradient(700px 500px at -6% 30%, var(--aqua-50), transparent 55%),
    var(--white);
  overflow: hidden;
}
.hero-in { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: clamp(26px, 4.4vw, 52px); align-items: center; padding-bottom: clamp(14px, 2vw, 22px); }
.hero-copy .eyebrow { color: var(--aqua-600); }
.hero h1 { font-size: clamp(36px, 4.4vw, 60px); font-weight: 800; letter-spacing: -.03em; margin: 16px 0 0; max-width: 14ch; color: var(--navy-950); }
.hero-sub { font-size: clamp(16.5px, 1.25vw, 19px); line-height: 1.55; max-width: 48ch; color: var(--ink-soft); margin: 18px 0 0; }

.hero-load .hero-copy > *, .hero-load .hero-photo, .hero-load .hero-form-group { opacity: 0; transform: translateY(22px); }
.hero-ready .hero-copy > *, .hero-ready .hero-photo, .hero-ready .hero-form-group { opacity: 1; transform: none; transition: opacity .75s ease, transform .75s cubic-bezier(.2,.6,.2,1); }
.hero-ready .hero-copy > *:nth-child(1) { transition-delay: .04s; }
.hero-ready .hero-copy > *:nth-child(2) { transition-delay: .12s; }
.hero-ready .hero-copy > *:nth-child(3) { transition-delay: .2s; }
.hero-ready .hero-photo { transition-delay: .2s; }
.hero-ready .hero-form-group { transition-delay: .3s; }

.hero-trust { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; margin-top: 24px; }
.ht-rating { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; color: var(--navy-950); }
.ht-rating .stars { color: #F5A623; letter-spacing: 1px; font-size: 14px; }
.ht-chip { display: inline-flex; align-items: center; gap: 7px; font-size: 12.8px; font-weight: 700; color: var(--ink-soft);
  background: var(--aqua-50); border: 1px solid var(--line); border-radius: 999px; padding: 7px 13px 7px 11px; }
.ht-chip svg { width: 14px; height: 14px; color: var(--aqua-600); flex: none; }

/* ---------- hero visual: one photo, then the estimate form card ---------- */
.hero-visual { display: flex; flex-direction: column; gap: clamp(16px, 2.2vw, 22px); }

.hero-photo { position: relative; order: 1; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); background: var(--aqua-100); }
.hero-photo img { width: 100%; height: clamp(160px, 15vw, 220px); object-fit: cover; object-position: center 30%; display: block; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(200deg, transparent 55%, rgba(10,31,48,.45)); pointer-events: none; }
.hp-badge { position: absolute; left: 16px; bottom: 16px; z-index: 2; display: inline-flex; align-items: center; gap: 9px;
  background: rgba(10, 31, 48, .82); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); border-radius: 999px;
  padding: 10px 15px 10px 11px; font-family: var(--font-body); font-weight: 700; font-size: 12.5px; color: #fff; white-space: nowrap; }
.hp-badge .hb-ic { width: 25px; height: 25px; border-radius: 50%; flex: none; background: var(--coral); color: #fff; display: flex; align-items: center; justify-content: center; }
.hp-badge .hb-ic svg { width: 14px; height: 14px; }

/* ---------- hero form card: name / phone / problem, stacked, unmissable ---------- */
.hero-form-group { order: 2; }
.hero-form-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(22px, 2.6vw, 30px);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.hero-form-card h2 { font-size: 21px; font-weight: 800; color: var(--navy-950); margin-bottom: 2px; }
.hf-field { display: flex; flex-direction: column; gap: 6px; }
.hf-field label { font-size: 12.5px; font-weight: 700; color: var(--navy-950); }
.hf-field input, .hf-field select {
  height: 50px; border: 1.5px solid var(--line); border-radius: var(--radius-s); padding: 0 15px;
  font-size: 15px; font-family: inherit; background: var(--white); color: var(--ink); width: 100%;
  appearance: none; -webkit-appearance: none;
}
.hf-field select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230B2536' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center;
}
.hf-field input::placeholder { color: var(--ink-faint); }
.hf-field input:focus, .hf-field select:focus { outline: none; border-color: var(--aqua-500); box-shadow: 0 0 0 3px rgba(23,180,204,.16); }
.hf-field.bad label { color: var(--coral); }
.hf-field.bad input, .hf-field.bad select { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(255,107,71,.16); }
.hf-submit { height: 56px; margin-top: 2px; }
.hf-done { display: none; align-items: center; gap: 14px; }
.hf-done.on { display: flex; }
.hero-form-card.is-done h2, .hero-form-card.is-done .hf-field, .hero-form-card.is-done .hf-submit { display: none; }
.hf-done .mark { width: 42px; height: 42px; border-radius: 50%; background: var(--aqua-500); color: #fff; display: flex; align-items: center; justify-content: center; flex: none; font-weight: 800; }
.hf-done b { display: block; font-size: 15px; color: var(--navy-950); }
.hf-done span { font-size: 13px; color: var(--ink-soft); }

.hero-form-foot { margin-top: 2px; padding: 0 6px; display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 6px 16px; }
.hero-form-foot p { margin: 0; font-size: 12.5px; color: var(--ink-faint); max-width: 32ch; }
.hero-call-mini { display: inline-flex; align-items: baseline; gap: 6px; text-decoration: none; font-size: 12.5px; color: var(--ink-soft); white-space: nowrap; }
.hero-call-mini b { font-family: var(--font-display); font-weight: 800; color: var(--navy-950); font-size: 13.5px; }
.hero-call-mini:hover b { color: var(--aqua-600); }

/* ---------- wave divider ---------- */
.wave-divider { display: block; width: 100%; height: clamp(36px, 6vw, 74px); margin-bottom: -1px; }
.wave-divider path { fill: var(--aqua-100); }

/* ---------- trust bar ---------- */
.trust { background: var(--aqua-100); border-bottom: 1px solid rgba(11,37,54,.06); }
.trust-in { display: flex; align-items: center; flex-wrap: nowrap; gap: 40px; padding: 20px clamp(20px, 4vw, 44px);
  overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
.trust-in::-webkit-scrollbar { display: none; }
.trust-in > * { flex: none; }
.trust-in.is-centered { justify-content: center; }

.rating-blk { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--navy-950); flex: none; }
.rating-blk > svg { width: 28px; height: 28px; flex: none; }
.rating-blk .rb-meta { display: flex; flex-direction: column; }
.rating-blk .rb-top { display: flex; align-items: center; gap: 8px; line-height: 1; }
.rating-blk .rb-top b { font-family: var(--font-display); font-weight: 800; font-size: 22px; letter-spacing: -.02em; }
.rating-blk .rb-stars { color: #F5A623; font-size: 14px; letter-spacing: 1.5px; }
.rating-blk .rb-sub { font-size: 12px; color: var(--ink-faint); margin-top: 3px; font-weight: 600; }

.cred { display: inline-flex; align-items: center; gap: 11px; }
.cred-em { width: 34px; height: 34px; border-radius: 10px; flex: none; display: flex; align-items: center; justify-content: center; box-shadow: 0 3px 8px rgba(10,31,48,.14); }
.cred-em svg { width: 19px; height: 19px; }
.cred-em-g { background: #fff; box-shadow: 0 3px 8px rgba(10,31,48,.14), inset 0 0 0 1px var(--line); }
.cred-em-g svg { width: 21px; height: 21px; }
.cred-t b { display: block; font-family: var(--font-display); font-weight: 700; font-size: 13px; line-height: 1.15; color: var(--navy-950); }
.cred-t em { display: block; font-style: normal; font-size: 11px; color: var(--ink-faint); margin-top: 1px; }

/* ---------- emergency strip ---------- */
.emerg { position: relative; background: var(--navy-950); color: #fff; overflow: hidden; }
.emerg::before { content: ""; position: absolute; inset: 0; background:
  radial-gradient(600px 300px at 90% 0%, rgba(255,107,71,.22), transparent 60%),
  radial-gradient(500px 260px at 10% 100%, rgba(23,180,204,.18), transparent 60%); }
.emerg-in { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; padding-block: clamp(30px, 4vw, 42px); }
.emerg-copy { max-width: 620px; }
.emerg-flag { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--coral-hi); }
.emerg-flag::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 4px rgba(255,107,71,.28); animation: pulseDot 1.8s ease-in-out infinite; }
@keyframes pulseDot { 0%, 100% { box-shadow: 0 0 0 4px rgba(255,107,71,.28); } 50% { box-shadow: 0 0 0 8px rgba(255,107,71,.12); } }
.emerg h2 { color: #fff; font-size: clamp(23px, 2.6vw, 32px); font-weight: 800; margin: 10px 0 8px; max-width: 20ch; }
.emerg p { color: rgba(255,255,255,.72); font-size: 15px; margin: 0; max-width: 52ch; }
.emerg-cta { display: flex; align-items: center; gap: 16px; flex: none; }
.emerg-phone { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: #fff; }
.emerg-phone .ep-ic { width: 52px; height: 52px; border-radius: 50%; background: var(--coral); display: flex; align-items: center; justify-content: center; flex: none; box-shadow: 0 10px 26px rgba(255,107,71,.4); }
.emerg-phone .ep-ic svg { width: 24px; height: 24px; color: #fff; }
.emerg-phone small { display: block; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.6); font-weight: 700; }
.emerg-phone b { display: block; font-family: var(--font-display); font-weight: 800; font-size: clamp(22px, 2.4vw, 28px); letter-spacing: -.02em; }

/* ---------- services ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.svc { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px 24px; text-decoration: none; display: flex; flex-direction: column; gap: 12px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.svc:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: transparent; }
.svc-ic { width: 54px; height: 54px; border-radius: 16px; background: var(--aqua-100); color: var(--aqua-600); display: flex; align-items: center; justify-content: center; }
.svc-ic svg { width: 27px; height: 27px; }
.svc-top { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.svc h3 { font-size: 20.5px; font-weight: 800; }
.svc-range { font-size: 12.5px; font-weight: 700; letter-spacing: .01em; color: var(--coral); white-space: nowrap; }
.svc p { font-size: 14.5px; color: var(--ink-soft); margin: 0; flex: 1; }
.svc-cta { font-size: 13.5px; font-weight: 700; color: var(--navy-950); display: inline-flex; align-items: center; gap: 8px; margin-top: 2px; }
.svc-cta::after { content: "\2192"; color: var(--coral); transition: transform .2s ease; }
.svc:hover .svc-cta::after { transform: translateX(5px); }

/* ---------- pricing tickets ---------- */
.price-note { font-size: 14.5px; color: var(--ink-soft); max-width: 52ch; margin: -14px 0 32px; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ticket { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px 26px; display: flex; flex-direction: column; }
.ticket::before {
  content: ""; position: absolute; top: 0; left: 24px; right: 24px; height: 0;
  border-top: 2px dashed rgba(11,37,54,.16);
  top: 92px;
}
.ticket-hi { border-color: var(--aqua-500); box-shadow: 0 18px 46px rgba(23,180,204,.18); }
.ticket-flag { position: absolute; top: -13px; right: 22px; background: var(--coral); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; padding: 6px 13px; border-radius: 999px; box-shadow: 0 8px 18px rgba(255,107,71,.35); }
.ticket h3 { font-size: 17.5px; font-weight: 700; max-width: 20ch; }
.ticket-price { display: flex; align-items: baseline; gap: 6px; margin-top: 10px; }
.ticket-price b { font-family: var(--font-display); font-weight: 800; font-size: 40px; letter-spacing: -.02em; color: var(--navy-950); }
.ticket-price span { font-size: 13px; font-weight: 700; color: var(--ink-faint); text-transform: uppercase; letter-spacing: .04em; }
.ticket-includes { list-style: none; margin: 24px 0 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.ticket-includes li { display: flex; gap: 10px; align-items: flex-start; font-size: 13.8px; color: var(--ink-soft); }
.ticket-includes li svg { width: 16px; height: 16px; color: var(--aqua-600); flex: none; margin-top: 2px; }
.ticket .btn { width: 100%; margin-top: 22px; }

/* ---------- water heater spotlight ---------- */
.spotlight { overflow: hidden; }
.spot-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 64px); align-items: center; }
.spot-img { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/3.1; box-shadow: var(--shadow); }
.spot-img img { width: 100%; height: 100%; object-fit: cover; }
.spot-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(200deg, transparent 55%, rgba(10,31,48,.5)); }
.spot-badge { position: absolute; left: 20px; bottom: 20px; z-index: 2; background: rgba(255,255,255,.94); backdrop-filter: blur(6px); border-radius: 16px; padding: 12px 16px; box-shadow: var(--shadow-sm); }
.spot-badge b { display: block; font-family: var(--font-display); font-size: 20px; font-weight: 800; color: var(--navy-950); }
.spot-badge span { font-size: 11.5px; color: var(--ink-faint); font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.spot-copy h2 { font-size: clamp(28px, 3.4vw, 40px); font-weight: 800; margin: 12px 0 16px; max-width: 15ch; }
.spot-copy p { font-size: 16px; color: var(--ink-soft); max-width: 50ch; }
.spot-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 26px 0 28px; }
.spot-point { background: var(--aqua-50); border: 1px solid var(--line); border-radius: var(--radius-s); padding: 16px 14px; }
.spot-point b { display: block; font-family: var(--font-display); font-size: 19px; font-weight: 800; color: var(--navy-950); }
.spot-point span { font-size: 11.5px; color: var(--ink-faint); font-weight: 600; }

/* ---------- process timeline ---------- */
.proc { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; align-items: start; position: relative; }
.proc-step { position: relative; padding: 0 22px 0 0; }
.proc-num { width: 44px; height: 44px; border-radius: 50%; background: var(--white); border: 2px solid var(--aqua-500); color: var(--navy-950); font-family: var(--font-display); font-weight: 800; font-size: 17px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; position: relative; z-index: 2; }
.proc-line { position: absolute; top: 22px; left: calc(50% + 22px); right: calc(-50% + 22px); height: 2px; background: repeating-linear-gradient(90deg, var(--aqua-400) 0 8px, transparent 8px 14px); z-index: 1; }
.proc-step:last-child .proc-line { display: none; }
.proc-step h3 { font-size: 18.5px; font-weight: 700; margin-bottom: 8px; }
.proc-step p { font-size: 14px; color: var(--ink-soft); margin: 0; }

/* ---------- gallery mosaic ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 130px; gap: 14px; }
.gtile { position: relative; border-radius: var(--radius-s); overflow: hidden; background: var(--navy-950); grid-column: span 2; grid-row: span 2; }
.gtile.g-wide { grid-column: span 3; }
.gtile.g-tall { grid-row: span 3; }
.gtile img, .gtile video { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
.gtile:hover img, .gtile:hover video { transform: scale(1.05); }
.gtile-label { position: absolute; left: 12px; bottom: 12px; z-index: 2; color: #fff; font-size: 12.5px; font-weight: 700; text-shadow: 0 2px 10px rgba(0,0,0,.5); }
.gtile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(200deg, transparent 60%, rgba(10,31,48,.55)); pointer-events: none; }
.gtile.g-video::before { content: ""; position: absolute; top: 12px; right: 12px; z-index: 3; width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,.92);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230A1F30'%3E%3Cpath d='M9 7l9 5-9 5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center; background-size: 13px; }

/* ---------- reviews (Google style) ---------- */
.reviews-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.g-summary { display: flex; align-items: center; gap: 14px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 14px 20px; box-shadow: var(--shadow-sm); }
.g-score { display: flex; align-items: center; gap: 10px; }
.g-score b { font-family: var(--font-display); font-size: 28px; font-weight: 800; color: var(--navy-950); line-height: 1; }
.g-stars { color: #FBBC04; font-size: 17px; letter-spacing: .05em; }
.g-count { font-size: 12.5px; color: var(--ink-faint); margin-top: 3px; }
.greviews { position: relative; }
.greviews-track { display: flex; gap: 20px; overflow-x: auto; padding: 8px clamp(20px, 4vw, 40px) 20px; -ms-overflow-style: none; scrollbar-width: none; }
.greviews-track::-webkit-scrollbar { display: none; }
.greview { flex: 0 0 clamp(290px, 78vw, 400px); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 24px 26px; box-shadow: 0 8px 24px rgba(10,31,48,.06); display: flex; flex-direction: column; height: 258px; }
.greview-top { display: flex; align-items: center; gap: 13px; flex: none; }
.gavatar { position: relative; overflow: hidden; width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 18px; flex: none; }
.gname { font-weight: 700; font-size: 15px; color: var(--navy-950); line-height: 1.2; }
.gsub { font-size: 12px; color: var(--ink-faint); margin-top: 2px; }
.greview-top .g-mark { margin-left: auto; width: 20px; height: 20px; flex: none; }
.greview .g-row { display: flex; align-items: center; gap: 8px; margin: 13px 0 9px; flex: none; }
.greview .g-row .g-stars { font-size: 15px; }
.greview .g-when { font-size: 12px; color: var(--ink-faint); }
.gtext { font-size: 14px; line-height: 1.58; color: var(--ink-soft); margin: 0; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; flex: 0 1 auto; }
.g-nav { position: absolute; top: 42%; z-index: 5; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: var(--white); color: var(--navy-950); font-size: 22px; line-height: 1; cursor: pointer; box-shadow: var(--shadow-sm); display: flex; align-items: center; justify-content: center; transition: background .2s, color .2s; }
.g-nav:hover { background: var(--navy-950); color: #fff; }
.g-prev { left: 6px; }
.g-next { right: 6px; }

/* ---------- stats / credentials band ---------- */
.stats-sec { padding-block: clamp(56px, 7vw, 88px); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; padding-bottom: 40px; border-bottom: 1px solid var(--line-light); }
.stat .n { font-family: var(--font-display); font-weight: 800; font-size: clamp(36px, 4.2vw, 52px); color: #fff; line-height: 1; letter-spacing: -.02em; }
.stat .n em { color: var(--aqua-400); font-style: normal; }
.stat .l { font-size: 12px; letter-spacing: .05em; text-transform: uppercase; color: rgba(255,255,255,.58); margin-top: 10px; display: block; font-weight: 600; }
.awards-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; margin-top: 40px; }
.award { grid-column: span 2; display: flex; align-items: center; gap: 15px; background: rgba(255,255,255,.05); border: 1px solid var(--line-light); border-radius: 14px; padding: 17px 19px; }
.award .cred-em { width: 46px; height: 46px; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,.28); }
.award .cred-em svg { width: 25px; height: 25px; }
.award b { display: block; color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 14.5px; line-height: 1.2; }
.award > div > span { display: block; font-size: 12px; color: rgba(255,255,255,.58); margin-top: 3px; }

/* ---------- service area ---------- */
.areas-grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
.area-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.area-chips span { display: inline-flex; align-items: center; gap: 7px; font-size: 13.5px; font-weight: 600; border: 1px solid var(--line); background: var(--white); border-radius: 999px; padding: 9px 16px 9px 13px; }
.area-chips span svg { width: 13px; height: 13px; color: var(--coral); flex: none; }
.area-chips span.is-hq { background: var(--navy-950); color: #fff; border-color: var(--navy-950); font-weight: 700; }
.area-chips span.is-hq svg { color: var(--aqua-400); }
.areas-note { margin-top: 20px; font-size: 14.5px; color: var(--ink-soft); }

/* ---------- faq ---------- */
.faq-wrap { max-width: 840px; display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius-s); background: var(--white); padding: 4px 22px; }
.faq-item summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 0; font-family: var(--font-display); font-weight: 700; font-size: 17.5px; color: var(--navy-950); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: ""; flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--aqua-100); color: var(--aqua-600);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230C93A8' stroke-width='2.4' stroke-linecap='round'%3E%3Cpath d='M12 6v12M6 12h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center; transition: transform .25s ease; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-a { padding: 0 0 22px; max-width: 66ch; color: var(--ink-soft); font-size: 15.2px; }

/* ---------- bottom estimate (2-step) ---------- */
.estimate-grid { display: grid; grid-template-columns: 6fr 6fr; gap: clamp(40px, 6vw, 90px); align-items: start; }
.est-copy h2 { font-size: clamp(32px, 4.2vw, 50px); font-weight: 800; margin: 14px 0 16px; color: #fff; }
.est-copy .promise { font-size: 17px; color: rgba(255,255,255,.82); max-width: 46ch; }
.est-points { list-style: none; margin: 24px 0 28px; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.est-points li { display: flex; gap: 12px; align-items: baseline; font-size: 15px; color: rgba(255,255,255,.82); }
.est-points li::before { content: "\2713"; color: var(--aqua-400); font-weight: 800; flex: none; }
.est-phone { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: #fff; }
.est-phone svg { color: var(--coral-hi); }
.est-phone span { font-family: var(--font-display); font-weight: 800; font-size: clamp(24px, 2.8vw, 32px); letter-spacing: -.01em; }
.est-meta { margin-top: 14px; font-size: 13px; color: rgba(255,255,255,.55); }
.form-card { background: var(--white); border-radius: var(--radius-lg); padding: clamp(24px, 3vw, 36px); box-shadow: var(--shadow-lg); }
.form-card h3 { font-size: 21px; font-weight: 800; margin-bottom: 4px; color: var(--navy-950); }
.form-sub { font-size: 13.8px; color: var(--ink-faint); margin-bottom: 22px; }
.f-step { display: none; }
.f-step.on { display: block; animation: fIn .3s ease; }
@keyframes fIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.f-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.f-field { display: flex; flex-direction: column; gap: 7px; }
.f-field.full { grid-column: 1 / -1; }
.f-field label { font-size: 12.8px; font-weight: 700; color: var(--navy-950); }
.f-field input, .f-field select { height: 50px; border: 1.5px solid var(--line); border-radius: var(--radius-s); padding: 0 15px; font-size: 15px; font-family: inherit; background: var(--white); color: var(--ink); width: 100%; appearance: none; }
.f-field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230B2536' stroke-width='2' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; }
.f-field input:focus, .f-field select:focus { outline: none; border-color: var(--aqua-500); box-shadow: 0 0 0 3px rgba(23,180,204,.16); }
.f-field input.bad, .f-field select.bad { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(255,107,71,.16); }
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chips button { border: 1.5px solid var(--line); background: var(--white); color: var(--navy-950); border-radius: 999px; padding: 10px 16px; font-size: 13.5px; font-weight: 600; cursor: pointer; }
.chips button[aria-pressed="true"] { background: var(--navy-950); border-color: var(--navy-950); color: #fff; }
.f-opt { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--ink-faint); margin-top: 16px; }
.f-opt input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--aqua-500); }
.f-submit { width: 100%; margin-top: 20px; }
.f-note { text-align: center; font-size: 12px; color: var(--ink-faint); margin-top: 14px; }
.f-done { text-align: center; padding: 28px 6px; }
.f-done .mark { width: 56px; height: 56px; border-radius: 50%; background: var(--aqua-500); color: #fff; font-size: 25px; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.f-done h3 { margin-bottom: 10px; }
.f-done p { font-size: 14.5px; color: var(--ink-soft); }

/* ---------- footer ---------- */
.footer { background: var(--navy-950); color: rgba(255,255,255,.7); padding-top: clamp(28px, 3.5vw, 48px); }
.footer .logo-word { color: #fff; }
.footer .logo-word em { color: var(--aqua-300); }
.foot-grid { display: grid; grid-template-columns: 4fr 2.4fr 2.4fr 3.2fr; gap: 36px; padding-bottom: 42px; border-bottom: 1px solid var(--line-light); }
.badge-strip { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 36px; padding: 26px 0; border-bottom: 1px solid var(--line-light); }
.rating-foot, .rating-foot .rb-top b { color: #fff; }
.rating-foot .rb-sub { color: rgba(255,255,255,.55); }
.rating-foot:hover .rb-sub { color: rgba(255,255,255,.8); }
.cred-foot .cred-t b { color: #fff; }
.cred-foot .cred-t em { color: rgba(255,255,255,.55); }
.foot-creds { display: flex; flex-wrap: wrap; align-items: center; gap: 17px 28px; }
.foot-grid h4 { color: #fff; font-size: 14.5px; margin-bottom: 16px; font-weight: 700; }
.foot-grid ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.foot-grid a { text-decoration: none; font-size: 14.5px; color: rgba(255,255,255,.68); }
.foot-grid a:hover { color: #fff; }
.foot-phone { font-weight: 800 !important; font-size: 17px !important; color: #fff !important; }
.foot-muted { font-size: 13.5px; color: rgba(255,255,255,.55); }
.foot-brand p { font-size: 14.5px; color: rgba(255,255,255,.68); max-width: 30ch; margin: 14px 0 18px; }
.foot-brand .logo { margin-bottom: 4px; }
.social { display: flex; gap: 10px; }
.social a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line-light); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.8); transition: background .2s, color .2s, border-color .2s; }
.social a:hover { background: var(--coral); border-color: var(--coral); color: #fff; }
.social svg { width: 17px; height: 17px; }
.foot-bottom { display: flex; flex-wrap: wrap; gap: 10px 26px; justify-content: space-between; align-items: center; padding: 22px 0 30px; font-size: 12.5px; color: rgba(255,255,255,.45); }
.foot-bottom a { color: rgba(255,255,255,.7); }

/* ---------- mobile call bar ---------- */
.callbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 850; display: none; grid-template-columns: 1fr 1fr 1.4fr; gap: 1px; background: var(--navy-950); padding-bottom: env(safe-area-inset-bottom); box-shadow: 0 -8px 30px rgba(10,31,48,.3); }
.callbar a { display: flex; align-items: center; justify-content: center; gap: 8px; height: 60px; text-decoration: none; font-weight: 700; font-size: 14.5px; background: var(--navy-950); color: #fff; }
.callbar a.cb-est { background: var(--coral); color: #fff; }

/* ---------- reveals ---------- */
.rv { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.6,.2,1); transition-delay: calc(var(--i, 0) * 70ms); }
.rv.on { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (max-width: 1060px) {
  .hero-in { grid-template-columns: 1fr; gap: 36px; }
  /* stacked hero: headline first, the form reads instantly right after it,
     the photo is the lowest-priority element and drops to the bottom */
  .hero-form-group { order: 1; }
  .hero-photo { order: 2; }
  .hero-photo img { height: clamp(150px, 40vw, 200px); }
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .price-grid { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .spot-grid { grid-template-columns: 1fr; }
  .spot-points { grid-template-columns: repeat(3, 1fr); }
  .proc { grid-template-columns: 1fr 1fr; gap: 30px 26px; }
  .proc-line { display: none; }
  .areas-grid, .estimate-grid { grid-template-columns: 1fr; }
  .awards-grid { grid-template-columns: repeat(4, 1fr); }
  .award { grid-column: span 2; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 26px; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 120px; }
  .gtile.g-wide { grid-column: span 4; }
}
@media (max-width: 768px) {
  .nav-links, .nav .nav-phone, .nav .nav-cta { display: none; }
  .nav-burger { display: flex; }
  .hero { padding-top: 92px; }
  .hp-badge { font-size: 11.5px; padding: 9px 13px 9px 9px; }
  .hp-badge .hb-ic { width: 22px; height: 22px; }
  .emerg-in { flex-direction: column; align-items: flex-start; }
  .emerg-cta { width: 100%; }
  .emerg-phone { width: 100%; justify-content: space-between; flex-direction: row-reverse; }
  .svc-grid { grid-template-columns: 1fr; }
  .proc { grid-template-columns: 1fr; }
  .spot-points { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; }
  .gtile { grid-column: span 1; }
  .gtile.g-wide { grid-column: span 2; }
  .gtile.g-tall { grid-row: span 2; }
  .callbar { display: grid; }
  html { scroll-padding-bottom: 76px; }
  body { padding-bottom: 60px; }
  .reviews-head { align-items: flex-start; }
  .logo-word { font-size: 17px; }
  .trust-in { gap: 28px; }
}
@media (max-width: 560px) {
  .f-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(32px, 10vw, 44px); }
  .hero-form-card { padding: 20px; border-radius: 22px; gap: 12px; }
  .hero-form-foot { padding: 0 4px; }
  .foot-grid { grid-template-columns: 1fr; }
  .awards-grid { grid-template-columns: 1fr 1fr; }
  .award { grid-column: span 1; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .logo-word { font-size: 16px; }
  .hero .eyebrow { font-size: 11.5px; }
}

/* chat bubble rides above the mobile call bar */
@media (max-width: 768px) { .cw-root { bottom: 74px !important; } }
/* On narrow phones the fixed chat launcher owns the bottom-right corner
   (even above the callbar, see .cw-root override above). Shrink it to its
   avatar + icon only so its footprint can't reach a hero submit button
   that scrolls near that corner; chat.js ships unmodified, this is a pure
   restyle (same fix used on the HVAC sibling template). */
@media (max-width: 480px) {
  .cw-launch { padding: 10px !important; gap: 6px !important; }
  .cw-launch span:not(.cw-launch-av):not(.cw-badge) { display: none; }
  /* The hero form card is tall enough that some row of it always ends up
     behind the launcher's fixed bottom-right corner at initial paint,
     whichever field that happens to be. Rather than chase one field,
     permanently inset every interactive control so none of them can ever
     reach under the launcher's ~91px-from-the-edge footprint. */
  .hf-field input, .hf-field select, .hf-submit { width: calc(100% - 90px); }
}

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rv { opacity: 1; transform: none; transition: none; }
  .svc, .svc-img img, .gtile img, .gtile video { transition: none; }
  .emerg-flag::before { animation: none; }
  .hero-load .hero-copy > *, .hero-load .hero-photo, .hero-load .hero-form-group { opacity: 1; transform: none; }
}
