/* ==========================================================================
   Denver.Plumbing sitewide design system
   Navy and orange, editorial layouts, angled seams, blueprint texture.
   ========================================================================== */

:root {
  --navy: #071d3b;
  --navy-2: #0b2748;
  --navy-3: #12365f;
  --navy-deep: #04101f;
  --blue: #1769aa;
  --blue-soft: rgba(23, 105, 170, 0.12);
  --orange: #f04a17;
  --orange-deep: #cf3b0e;
  --gold: #ffc629;
  --white: #f7f9fb;
  --steel: #aeb7c2;
  --steel-light: #e6eaf0;
  --ink: #16222f;
  --ink-soft: #46566a;

  --font-display: "Anton", "Arial Narrow Bold", "Impact", sans-serif;
  --font-body: "Inter", -apple-system, "Segoe UI", sans-serif;

  --container: 1220px;
  --gutter: clamp(20px, 4.5vw, 44px);
  --band-pad: clamp(64px, 9vw, 120px);
  --seam: 52px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --header-h: 92px;
  --cta-w: 150px;
  --nav-gap: clamp(20px, 2.5vw, 36px);
  --shadow: 0 20px 50px rgba(6, 20, 42, 0.18);
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body {
  font-family: var(--font-body); font-size: 17px; line-height: 1.68;
  color: var(--ink); background: var(--white); -webkit-font-smoothing: antialiased;
}
img, svg, video { display: block; max-width: 100%; }
html, body { overflow-x: clip; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; }
ul[class], ol[class] { padding: 0; list-style: none; }
a { color: var(--blue); }
[hidden] { display: none !important; }

.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;
}
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
.skip-link {
  position: fixed; top: -64px; left: 16px; z-index: 400;
  background: var(--orange); color: #fff; font-weight: 700;
  padding: 12px 20px; text-decoration: none; transition: top 0.2s;
}
.skip-link:focus { top: 12px; }

.wrap { max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }

/* ==========================================================================
   Type
   ========================================================================== */
h1, h2, h3, .display { font-family: var(--font-display); font-weight: 400; text-transform: uppercase; line-height: 1.04; }
.center-head { text-align: center; margin-bottom: clamp(26px, 4vw, 44px); }
.center-head .kicker { justify-content: center; }
.center-head .h-band { margin-bottom: 0; }

.kicker {
  display: flex; align-items: center; gap: 12px; margin-bottom: 20px;
  color: var(--blue); font-size: 12.5px; font-weight: 800;
  letter-spacing: 0.24em; text-transform: uppercase;
}
.kicker::before, .kicker::after { content: ""; height: 1px; width: 46px; background: currentColor; opacity: 0.45; }
.kicker-left::before { display: none; }
.kicker-light { color: var(--gold); }

.h-band {
  font-size: clamp(32px, 5.2vw, 60px);
  text-wrap: balance;
}
.h-hero { font-size: clamp(40px, 6.8vw, 84px); }
.lede { font-size: clamp(17px, 2vw, 20px); color: var(--ink-soft); max-width: 62ch; margin-inline: auto; }
.band-navy .lede, .band-deep .lede { color: rgba(247, 249, 251, 0.85); }

/* ==========================================================================
   Buttons and CTAs
   ========================================================================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 14px 28px;
  font-weight: 800; font-size: 14px; letter-spacing: 0.09em; text-transform: uppercase;
  text-decoration: none; border-radius: 3px; border: 0;
  transition: transform 0.25s var(--ease), background-color 0.2s, color 0.2s, box-shadow 0.25s;
}
.btn-orange { background: var(--orange); color: #fff; box-shadow: 0 10px 26px rgba(240, 74, 23, 0.35); }
.btn-orange:hover { background: var(--orange-deep); transform: translateY(-2px); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-3); transform: translateY(-2px); }
.btn-line { color: var(--white); box-shadow: inset 0 0 0 2px rgba(247, 249, 251, 0.5); }
.btn-line:hover { box-shadow: inset 0 0 0 2px var(--gold); color: var(--gold); }
.btn-line-dark { color: var(--navy); box-shadow: inset 0 0 0 2px var(--navy); }
.btn-line-dark:hover { background: var(--navy); color: #fff; }
.btn-lg { min-height: 58px; padding: 16px 36px; font-size: 15px; }
.btn-block { width: 100%; }

/* ==========================================================================
   Utility strip + header with centered round logo
   ========================================================================== */
.util-strip {
  position: relative; z-index: 210; background: var(--navy-deep);
  color: var(--steel); font-size: 12.5px;
}
.util-inner {
  max-width: var(--container); margin-inline: auto; padding: 7px var(--gutter);
  display: flex; align-items: center; gap: 18px;
}
.util-tag { letter-spacing: 0.08em; text-transform: uppercase; font-weight: 700; }
.util-tag em { color: var(--gold); font-style: normal; }
.util-tools { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.util-btn {
  display: inline-flex; align-items: center; gap: 7px; min-height: 30px;
  color: var(--steel); font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  transition: color 0.2s;
}
.util-btn:hover { color: var(--gold); }
.util-btn svg { width: 15px; height: 15px; }
#gt-holder { display: inline-flex; align-items: center; }
#gt-holder .goog-te-gadget { font-size: 0; color: transparent; }
#gt-holder .goog-te-gadget > span, #gt-holder .goog-logo-link, #gt-holder img { display: none !important; }
#gt-holder .goog-te-combo {
  -webkit-appearance: none; appearance: none; margin: 0;
  font-size: 12px; font-family: var(--font-body); font-weight: 700;
  letter-spacing: 0.05em; text-transform: uppercase;
  color: var(--steel); background: rgba(23, 105, 170, 0.16);
  border: 1px solid rgba(23, 105, 170, 0.5); border-radius: 3px;
  padding: 5px 24px 5px 10px; max-width: 170px; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23aeb7c2' stroke-width='1.6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 8px center;
}
#gt-holder .goog-te-combo:hover { color: var(--white); border-color: var(--gold); }
#gt-holder .goog-te-combo option { color: var(--navy); background: #fff; }
.goog-te-banner-frame, #goog-gt-tt { display: none !important; }
body { top: 0 !important; }

.site-head {
  position: sticky; top: 0; z-index: 200;
  /* CTA is positioned against this box so it can sit outside the content column */
  background: linear-gradient(180deg, var(--navy) 0%, rgba(7, 29, 59, 0.97) 100%);
  border-bottom: 1px solid rgba(23, 105, 170, 0.3);
  transition: box-shadow 0.3s;
}
.site-head.is-scrolled { box-shadow: 0 12px 34px rgba(4, 15, 32, 0.45); }
.head-inner {
  max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter);
  height: var(--header-h);
  display: grid; grid-template-columns: 1fr auto 1fr;
  grid-template-rows: var(--header-h); align-items: center; gap: 0;
}
/* nav groups spread across the full header width rather than hugging the logo */
/* One fixed gap value drives every space between nav items, so the rhythm is
   identical on both sides of the badge no matter how wide each label is.
   The same value sets the distance from the outer links to the badge. */
.head-side { display: flex; align-items: center; gap: var(--nav-gap); }
.head-left { justify-content: flex-end; padding-right: var(--nav-gap); }
.head-right { justify-content: flex-start; padding-left: var(--nav-gap); }
.head-spacer { display: none; }
/* the quote button leaves the flex flow entirely and hugs the viewport edge,
   so it never distorts the spacing of the links beside it */
.head-cta {
  position: absolute; right: clamp(16px, 2.2vw, 40px); top: 50%;
  transform: translateY(-50%); min-width: var(--cta-w); margin: 0;
}
.head-cta:hover { transform: translateY(calc(-50% - 2px)); }
/* keep the last link clear of the floating CTA */
.head-right { padding-right: calc(var(--cta-w) + 10px); }
.head-link {
  position: relative; color: var(--white); text-decoration: none;
  font-size: 13px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase;
  padding: 10px 2px; white-space: nowrap;
}
.head-link::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 2px;
  background: var(--orange); transform: scaleX(0); transform-origin: left;
  transition: transform 0.3s var(--ease);
}
.head-link:hover::after, .head-link[aria-expanded="true"]::after { transform: scaleX(1); }
.head-link .caret { display: inline-block; margin-left: 5px; transition: transform 0.25s; font-size: 10px; }
.head-link[aria-expanded="true"] .caret { transform: rotate(180deg); }

/* The badge overhangs the header bar visually without inflating the grid row,
   so every nav link stays on the header's true vertical centre line. */
.head-logo {
  position: relative; z-index: 2; text-decoration: none;
  width: 110px; height: var(--header-h);
  transition: width 0.3s var(--ease);
}
.head-logo img {
  position: absolute; left: 50%; top: 50%;
  width: 110px; height: 110px;
  transform: translate(-50%, -44%);
  filter: drop-shadow(0 10px 22px rgba(4, 15, 32, 0.65));
  transition: transform 0.3s var(--ease), width 0.3s var(--ease), height 0.3s var(--ease);
}
.head-logo:hover img { transform: translate(-50%, -44%) rotate(-3deg) scale(1.04); }
.site-head.is-scrolled .head-logo { width: 78px; }
.site-head.is-scrolled .head-logo img { width: 78px; height: 78px; transform: translate(-50%, -46%); }
.site-head.is-scrolled .head-logo:hover img { transform: translate(-50%, -46%) rotate(-3deg) scale(1.04); }
.head-logo .sr-label { position: absolute; }

.btn-head { min-height: 42px; padding: 10px 20px; font-size: 12.5px; }

/* mega menu: compact category rail + one detail panel */
.mega {
  position: absolute; left: 0; right: 0; top: 100%;
  background: linear-gradient(165deg, var(--navy-2) 0%, var(--navy) 85%);
  border-bottom: 3px solid var(--orange);
  box-shadow: 0 40px 80px rgba(4, 15, 32, 0.5);
  opacity: 0; visibility: hidden; transform: translateY(-8px);
  transition: opacity 0.24s var(--ease), transform 0.24s var(--ease), visibility 0.24s;
}
.mega.is-open { opacity: 1; visibility: visible; transform: none; }
.mega-inner {
  max-width: var(--container); margin-inline: auto; padding: 22px var(--gutter);
  display: grid; grid-template-columns: 290px 1fr; gap: 0 40px; align-items: stretch;
}
.mega-rail { display: flex; flex-direction: column; border-right: 1px solid rgba(23, 105, 170, 0.3); padding-right: 22px; }
.mega-tab {
  display: flex; align-items: center; gap: 12px; width: 100%;
  padding: 11px 12px; text-align: left; border-radius: 3px;
  color: var(--steel); font-size: 14.5px; font-weight: 700; letter-spacing: 0.02em;
  transition: background-color 0.18s, color 0.18s;
}
.mega-tab .mega-ico { flex: 0 0 24px; width: 24px; height: 24px; color: var(--blue); transition: color 0.18s; }
.mega-tab .mega-ico svg { width: 24px; height: 24px; }
.mega-chev { margin-left: auto; opacity: 0; font-size: 20px; color: var(--orange); transition: opacity 0.18s, transform 0.18s; }
.mega-tab:hover, .mega-tab.is-on { background: rgba(23, 105, 170, 0.16); color: var(--white); }
.mega-tab:hover .mega-ico, .mega-tab.is-on .mega-ico { color: var(--gold); }
.mega-tab.is-on .mega-chev { opacity: 1; transform: translateX(2px); }

.mega-detail { padding: 4px 0 4px 4px; min-height: 260px; }
.mega-panel-lede { color: var(--steel); font-size: 14px; margin-bottom: 16px; max-width: 60ch; }
.mega-list {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px 28px; margin-bottom: 16px;
}
.mega-list a {
  display: block; padding: 9px 10px 9px 14px; position: relative;
  color: var(--white); text-decoration: none; font-size: 14.5px; font-weight: 600;
  border-left: 2px solid transparent; transition: border-color 0.18s, background-color 0.18s, transform 0.18s;
}
.mega-list a em {
  display: block; font-style: normal; font-size: 12.5px; font-weight: 400; color: var(--steel);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.mega-list a:hover { border-left-color: var(--orange); background: rgba(23, 105, 170, 0.12); transform: translateX(3px); }
.mega-all {
  display: inline-block; color: var(--gold); text-decoration: none;
  font-size: 13px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
}
.mega-all:hover { color: #fff; }
@media (prefers-reduced-motion: no-preference) {
  html:not(.acc-motion) .mega-panel:not([hidden]) { animation: megaFade 0.22s var(--ease); }
}
@keyframes megaFade { from { opacity: 0; transform: translateX(6px); } to { opacity: 1; transform: none; } }

.mega-foot {
  max-width: var(--container); margin-inline: auto;
  padding: 14px var(--gutter) 20px;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px;
  border-top: 1px solid rgba(23, 105, 170, 0.3);
}
.mega-foot p { color: var(--steel); font-size: 13.5px; margin: 0; }
.mega-foot span { display: flex; flex-wrap: wrap; gap: 12px; }
.mega-foot .btn { min-height: 42px; padding: 10px 20px; font-size: 12px; }

/* mobile header + drawer */
.menu-toggle { display: none; position: relative; z-index: 320; width: 48px; height: 48px; padding: 12px; }
.menu-toggle span { display: block; height: 2px; width: 24px; margin: 5px auto; background: var(--white); transition: transform 0.3s var(--ease), opacity 0.2s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.drawer {
  position: fixed; inset: 0; z-index: 300;
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 65%, var(--navy-3) 100%);
  padding: 110px var(--gutter) 120px; overflow-y: auto;
  display: flex; flex-direction: column;
  opacity: 0; visibility: hidden; transition: opacity 0.3s, visibility 0.3s;
}
.drawer.is-open { opacity: 1; visibility: visible; }
.drawer nav a {
  display: block; font-family: var(--font-display); font-size: clamp(26px, 7.5vw, 40px);
  text-transform: uppercase; color: var(--white); text-decoration: none; padding: 8px 0;
}
.drawer nav a:hover { color: var(--gold); }
.drawer nav li { transform: translateY(22px); opacity: 0; transition: transform 0.45s var(--ease), opacity 0.45s; }
.drawer.is-open nav li { transform: none; opacity: 1; }
.drawer.is-open nav li:nth-child(1) { transition-delay: 0.05s; } .drawer.is-open nav li:nth-child(2) { transition-delay: 0.1s; }
.drawer.is-open nav li:nth-child(3) { transition-delay: 0.15s; } .drawer.is-open nav li:nth-child(4) { transition-delay: 0.2s; }
.drawer.is-open nav li:nth-child(5) { transition-delay: 0.25s; } .drawer.is-open nav li:nth-child(6) { transition-delay: 0.3s; }
.drawer.is-open nav li:nth-child(7) { transition-delay: 0.35s; }
.drawer-sub { margin-top: 8px; color: var(--steel); font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; }
body.nav-locked { overflow: hidden; }

/* floating mobile action bar */
.mobile-bar {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 240;
  background: rgba(4, 16, 31, 0.96);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border-top: 1px solid rgba(23, 105, 170, 0.45);
  padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
  grid-template-columns: 1fr 1.4fr 1fr; gap: 8px;
}
.mobile-bar a {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
  min-height: 52px; text-decoration: none; color: var(--steel);
  font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
  border-radius: 4px; transition: color 0.2s, background-color 0.2s;
}
.mobile-bar a svg { width: 20px; height: 20px; }
.mobile-bar a:hover { color: var(--white); }
.mobile-bar .bar-cta { background: var(--orange); color: #fff; font-size: 13px; }
.mobile-bar .siren {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
  min-height: 52px; padding: 6px 4px; border-radius: 4px;
  font-size: 11px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase;
  line-height: 1.1; text-align: center;
}
.mobile-bar .siren .siren-dot { margin: 0 auto; }
.mobile-bar .bar-cta:hover { background: var(--orange-deep); color: #fff; }

/* ==========================================================================
   Pipeline scroll progress
   ========================================================================== */
.pipeline { display: none; }
@media (min-width: 1200px) {
  .pipeline { display: block; position: fixed; left: 28px; top: 130px; bottom: 48px; width: 3px; z-index: 60; opacity: 0; transition: opacity 0.5s; }
  .pipeline.is-visible { opacity: 1; }
  .pipeline-track { position: absolute; inset: 0; background: rgba(23, 105, 170, 0.22); }
  .pipeline-fill { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(var(--blue), var(--orange)); transform-origin: top; transform: scaleY(0); }
  .pipeline-drop { position: absolute; left: 50%; top: 0; width: 11px; height: 11px; background: var(--orange); border-radius: 50% 50% 50% 0; transform: translate(-50%, -4px) rotate(-45deg); box-shadow: 0 0 12px rgba(240, 74, 23, 0.8); }
}

/* ==========================================================================
   Bands, seams, textures
   ========================================================================== */
.band { position: relative; padding-block: var(--band-pad); }
.band-light { background: var(--white); }
.band-steel { background: var(--steel-light); }
.band-navy { background: linear-gradient(172deg, var(--navy) 0%, var(--navy-2) 100%); color: var(--white); }
.band-deep { background: var(--navy-deep); color: var(--white); }
.band-orange { background: linear-gradient(160deg, var(--orange) 0%, var(--orange-deep) 100%); color: #fff; }
.band > .wrap { position: relative; z-index: 2; }

.seam-ridge::before {
  content: ""; position: absolute; top: -1px; left: 0; right: 0; height: var(--seam); z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% 20%, 85% 74%, 73% 28%, 59% 86%, 46% 40%, 32% 92%, 19% 36%, 8% 76%, 0 30%);
}
.seam-slant::before {
  content: ""; position: absolute; top: -1px; left: 0; right: 0; height: var(--seam); z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% 12%, 0 100%);
}
.seam-from-light::before { background: var(--white); }
.seam-from-steel::before { background: var(--steel-light); }
.seam-from-navy::before { background: var(--navy-2); }
.seam-from-deep::before { background: var(--navy-deep); }

.tex-blueprint::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background:
    repeating-linear-gradient(0deg, rgba(23, 105, 170, 0.05) 0 1px, transparent 1px 50px),
    repeating-linear-gradient(90deg, rgba(23, 105, 170, 0.05) 0 1px, transparent 1px 50px);
}
.band-navy.tex-blueprint::after, .band-deep.tex-blueprint::after {
  background:
    repeating-linear-gradient(0deg, rgba(247, 249, 251, 0.035) 0 1px, transparent 1px 50px),
    repeating-linear-gradient(90deg, rgba(247, 249, 251, 0.035) 0 1px, transparent 1px 50px);
}
.tex-topo::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background:
    repeating-radial-gradient(ellipse 640px 420px at 6% 112%, transparent 0 46px, rgba(23, 105, 170, 0.055) 46px 47px),
    repeating-radial-gradient(ellipse 720px 500px at 104% -8%, transparent 0 54px, rgba(23, 105, 170, 0.045) 54px 55px);
}

/* ==========================================================================
   Hero with quote form
   ========================================================================== */
.hero {
  position: relative; overflow: hidden; color: var(--white);
  padding: clamp(40px, 6vw, 84px) 0 clamp(72px, 8vw, 110px);
  background: linear-gradient(160deg, var(--navy-deep) 0%, var(--navy) 45%, var(--navy-2) 100%);
}
.hero-photo { position: absolute; inset: 0; z-index: 0; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; opacity: 0.62; }
/* Lighter scrim: the photo reads clearly while the left side stays dark
   enough behind the headline to hold contrast. */
.hero-photo::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(4, 16, 31, 0.82) 0%, rgba(7, 29, 59, 0.55) 52%, rgba(7, 29, 59, 0.2) 100%);
}
.hero-ridge {
  position: absolute; left: 0; right: 0; bottom: -1px; height: 54px; z-index: 3;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 78%, 84% 22%, 72% 68%, 58% 10%, 45% 60%, 31% 6%, 18% 62%, 7% 24%, 0 70%);
}
.hero-grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.25fr 0.95fr; gap: clamp(28px, 4vw, 64px); align-items: center;
}
.hero-copy .kicker { color: var(--gold); }
.hero-copy h1 { color: var(--white); text-shadow: 0 4px 30px rgba(4, 15, 32, 0.6); text-wrap: balance; }
.hero-sub { margin-top: 20px; font-size: clamp(16.5px, 1.9vw, 19px); color: rgba(247, 249, 251, 0.88); max-width: 56ch; }
.hero-points { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 10px 22px; }
.hero-points li { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 600; color: var(--steel); }
.hero-points li::before { content: ""; width: 10px; height: 10px; background: var(--orange); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); flex: 0 0 10px; }
.hero-ctas { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 14px; }

/* quote form panel */
.quote-panel {
  position: relative; background: #fff; color: var(--ink);
  border-top: 5px solid var(--orange);
  box-shadow: 0 34px 70px rgba(4, 15, 32, 0.5);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
}
.quote-head {
  background: var(--navy); color: var(--white); padding: 14px 22px;
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 6px 14px; flex-wrap: wrap;
}
/* both labels stay on one line; the badge drops below rather than breaking a phrase */
.quote-head strong {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(15px, 1.35vw, 19px); letter-spacing: 0.04em; text-transform: uppercase;
  white-space: nowrap;
}
.quote-head span {
  font-size: 11px; color: var(--gold); letter-spacing: 0.12em;
  text-transform: uppercase; font-weight: 700; white-space: nowrap;
}
.quote-body { padding: 22px 24px 26px; }
.qf-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.qf-field label { display: block; margin-bottom: 5px; font-size: 11.5px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-soft); }
.qf-field input, .qf-field select, .qf-field textarea {
  width: 100%; min-height: 46px; padding: 10px 12px;
  background: var(--white); border: 1px solid rgba(7, 29, 59, 0.22); border-radius: 3px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.qf-field textarea { min-height: 74px; resize: vertical; }
.qf-field input:focus, .qf-field select:focus, .qf-field textarea:focus {
  outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23, 105, 170, 0.16);
}
.qf-full { grid-column: 1 / -1; }
.qf-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.quote-body .btn { margin-top: 16px; }
.qf-note { margin-top: 12px; font-size: 12.5px; color: var(--ink-soft); text-align: center; }
.qf-status { margin-top: 12px; font-size: 14px; font-weight: 600; }
.qf-status.is-err { color: var(--orange-deep); }
.qf-status.is-ok { color: #1b7a3d; }
.quote-success { padding: 34px 26px; text-align: center; }
.quote-success h3 { font-size: 22px; color: var(--navy); margin: 12px 0 8px; }
.quote-success p { color: var(--ink-soft); font-size: 15px; }

/* ==========================================================================
   Season bar
   ========================================================================== */
.season {
  position: relative; margin-top: clamp(30px, 4vw, 46px);
  padding: 96px 22px 60px;
  background: var(--navy-deep);
  color: var(--white);
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 22px 100%, 0 calc(100% - 22px));
}
.season-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 18px; margin-bottom: 20px; }
.season-head strong { font-family: var(--font-display); font-weight: 400; font-size: 19px; letter-spacing: 0.05em; text-transform: uppercase; }
.season-head span { font-size: 13px; color: var(--steel); }
.season-track {
  position: relative; height: 18px; border-radius: 2px; margin-top: 52px;
  background: linear-gradient(90deg,
    #2a6bb5 0%, #2a6bb5 12%,
    #3d8f6b 22%, #74b06a 32%,
    #e8b93c 45%, #f08c2c 55%, #f04a17 63%,
    #e8b93c 74%, #b5722e 84%,
    #2a6bb5 94%, #2a6bb5 100%);
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.35);
}
.season-months { display: grid; grid-template-columns: repeat(12, 1fr); margin-top: 8px; }
.season-months span { font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--steel); text-align: center; }
.season-mark {
  position: absolute; top: -8px; bottom: -8px; width: 2px; background: var(--white);
  box-shadow: 0 0 8px rgba(247, 249, 251, 0.8);
}
.season-mark i {
  position: absolute; top: -27px; left: 50%; transform: translateX(-50%);
  font-style: normal; font-size: 10px; font-weight: 800; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--white); white-space: nowrap;
  background: rgba(4, 16, 31, 0.92); padding: 2px 7px; border: 1px solid rgba(23, 105, 170, 0.5);
}
/* stagger label rows so neighbouring markers never collide */
.season-mark.lane-1 i { top: -49px; }
.season-mark.lane-2 i { top: -71px; }
.season-mark.lane-1::before, .season-mark.lane-2::before {
  content: ""; position: absolute; left: 50%; width: 1px; margin-left: -0.5px;
  background: rgba(247, 249, 251, 0.4);
}
.season-mark.lane-1::before { top: -22px; height: 22px; }
.season-mark.lane-2::before { top: -44px; height: 44px; }
.season-mark.mark-snow { background: var(--gold); }
.season-mark.mark-snow i { color: var(--gold); border-color: rgba(255, 198, 41, 0.5); top: -50px; }
.season-now {
  position: absolute; top: -13px; bottom: -13px; width: 4px; margin-left: -2px;
  background: var(--white); border-radius: 2px;
  box-shadow: 0 0 0 2px var(--navy-deep), 0 0 16px rgba(247, 249, 251, 0.9);
  transition: left 1s linear;
}
.season-now::after {
  content: "Today"; position: absolute; bottom: -24px; left: 50%; transform: translateX(-50%);
  font-size: 10px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold);
}
.season-caption { margin-top: 34px; font-size: 14px; color: var(--steel); }
.season-caption strong { color: var(--white); }

/* NWS live chip */
.wx-chip {
  display: inline-flex; flex-wrap: wrap; align-items: center; gap: 10px;
  margin-top: 16px; padding: 10px 16px;
  background: rgba(23, 105, 170, 0.15); border: 1px solid rgba(23, 105, 170, 0.4);
  font-size: 13.5px; color: var(--steel);
}
.wx-chip strong { color: var(--white); font-size: 15px; }
.wx-chip .wx-src { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--blue); }

/* ==========================================================================
   Editorial content sections
   ========================================================================== */
.article-flow { max-width: 860px; margin-inline: auto; }
.article-flow > h2 {
  font-size: clamp(26px, 3.6vw, 40px); color: var(--navy);
  margin: clamp(38px, 5vw, 56px) 0 18px; text-align: center; text-wrap: balance;
}
.article-flow > h2::after {
  content: ""; display: block; width: 64px; height: 4px; background: var(--orange); margin: 14px auto 0;
}
.article-flow > h3 { font-size: 21px; color: var(--navy); margin: 28px 0 12px; }
.article-flow p { margin-bottom: 16px; color: var(--ink-soft); }
.article-flow p strong { color: var(--ink); }
.band-navy .article-flow p, .band-deep .article-flow p { color: rgba(247, 249, 251, 0.88); }
.band-navy .article-flow p strong, .band-deep .article-flow p strong { color: var(--gold); }
.band-navy .article-flow > h2, .band-deep .article-flow > h2 { color: var(--white); }
.band-navy .article-flow ul, .band-navy .article-flow ol,
.band-deep .article-flow ul, .band-deep .article-flow ol { color: rgba(247, 249, 251, 0.85); }
.band-navy .article-flow a, .band-deep .article-flow a { color: #7fc2ef; }
.article-flow ul, .article-flow ol { margin: 0 0 18px 22px; color: var(--ink-soft); }
.article-flow li { margin-bottom: 8px; }

/* editorial pull-quote aside */
.pull-note { margin: 32px 0; padding: 6px 0 6px 26px; border-left: 4px solid var(--orange); }
.pull-note p {
  margin: 0; color: var(--navy); font-size: 19.5px; line-height: 1.55; font-weight: 600;
}
.band-navy .pull-note p, .band-deep .pull-note p { color: var(--white); }

/* comparison table */
.cmp-wrap { margin: 30px 0; overflow-x: auto; }
.cmp {
  width: 100%; border-collapse: collapse; font-size: 15px; min-width: 520px;
  border: 1px solid rgba(7, 29, 59, 0.18);
}
.cmp th {
  background: var(--navy); color: var(--white); text-align: left;
  font-family: var(--font-display); font-weight: 400; letter-spacing: 0.06em; text-transform: uppercase;
  font-size: 14.5px; padding: 12px 16px;
}
.cmp td { padding: 12px 16px; border-top: 1px solid rgba(7, 29, 59, 0.12); color: var(--ink-soft); vertical-align: top; }
.cmp tr:nth-child(even) td { background: rgba(23, 105, 170, 0.05); }
.cmp td:first-child { font-weight: 700; color: var(--navy); }

/* decision list */
.decide { margin: 30px 0; border-top: 2px solid var(--navy); }
.decide li {
  display: grid; grid-template-columns: 96px 1fr; gap: 16px; align-items: baseline;
  padding: 16px 4px; border-bottom: 1px solid rgba(7, 29, 59, 0.14); margin: 0;
}
.decide b {
  font-family: var(--font-display); font-weight: 400; letter-spacing: 0.05em;
  text-transform: uppercase; font-size: 15px; color: var(--orange);
}
.decide span { color: var(--ink-soft); font-size: 15.5px; }

/* bottom line */
.bottom-line {
  margin: 34px 0; padding: 24px 28px; background: var(--navy); color: var(--white);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
}
.bottom-line p { color: rgba(247, 249, 251, 0.94); margin: 0; font-size: 17.5px; font-weight: 600; }

/* city spec sheet */
.spec {
  position: relative; margin: 34px 0; padding: 30px 30px 26px;
  background: var(--navy); color: var(--white);
  clip-path: polygon(22px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%, 0 22px);
}
.spec::after {
  content: ""; position: absolute; inset: 8px; pointer-events: none;
  border: 1px dashed rgba(23, 105, 170, 0.55);
}
.spec h3 { font-size: 18px; letter-spacing: 0.08em; color: var(--gold); margin-bottom: 18px; }
.spec dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px 24px; margin: 0; align-items: start; }
.spec dt { font-size: 11px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--steel); }
.spec dd { margin: 4px 0 0; font-family: var(--font-display); font-size: clamp(19px, 2.4vw, 26px); letter-spacing: 0.03em; color: var(--white); }
.spec dd small { display: block; font-family: var(--font-body); font-size: 12px; color: var(--steel); letter-spacing: 0; margin-top: 2px; }

/* photo treatments */
.photo-slab { position: relative; margin: 34px 0; }
.ps-img { position: relative; display: block; }
.ps-img::before {
  content: ""; position: absolute; inset: 14px -14px -14px 14px; z-index: 0;
  max-width: 100vw;
  background: repeating-linear-gradient(45deg, var(--orange) 0 3px, transparent 3px 9px);
  opacity: 0.55;
}
.photo-slab img {
  position: relative; z-index: 1;
  width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 26px), calc(100% - 26px) 100%, 0 100%);
}
.split-feature .photo-slab { margin: 0; }
.split-feature .photo-slab img { aspect-ratio: 4 / 3.4; }
.photo-slab figcaption {
  position: relative; z-index: 2; margin-top: 22px;
  font-size: 13.5px; color: var(--ink-soft);
}
/* never leave a lone caption floating above a band's bottom padding */
.article-flow > *:last-child { margin-bottom: 0; }

/* animated service illustration mount */
.svc-anim { margin: 30px auto; max-width: 560px; }
.svc-anim svg { width: 100%; height: auto; }

/* FAQ */
.faq { max-width: 860px; margin: 10px auto 0; }
.faq details {
  border-bottom: 1px solid rgba(7, 29, 59, 0.16);
}
.faq summary {
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 18px 4px; font-weight: 700; color: var(--navy); font-size: 16.5px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; font-family: var(--font-display); font-size: 24px; color: var(--orange);
  transition: transform 0.25s var(--ease);
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .faq-a { padding: 0 4px 20px; color: var(--ink-soft); font-size: 15.5px; }

/* ==========================================================================
   CTA bands and rewards ribbon
   ========================================================================== */
.cta-band { text-align: center; }
.cta-band h2 { color: #fff; font-size: clamp(30px, 5vw, 58px); max-width: 1000px; margin-inline: auto; text-wrap: balance; }
.cta-band p { margin: 18px auto 30px; color: rgba(255, 255, 255, 0.92); font-size: clamp(16px, 2vw, 19px); max-width: 60ch; }

.rewards-ribbon {
  position: relative; background: var(--navy-deep); color: var(--white);
  padding: 20px var(--gutter);
}
.rewards-ribbon .wrap {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px 26px; text-align: center;
}
.rewards-ribbon strong { font-family: var(--font-display); font-weight: 400; font-size: clamp(17px, 2.4vw, 22px); letter-spacing: 0.05em; text-transform: uppercase; }
.rewards-ribbon strong em { color: var(--gold); font-style: normal; }
.rewards-ribbon .btn { min-height: 42px; padding: 9px 20px; font-size: 12.5px; }

/* inline CTA row inside articles */
.cta-inline {
  margin: 36px 0; padding: 26px 30px;
  background: linear-gradient(120deg, var(--navy) 0%, var(--navy-3) 100%); color: var(--white);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
}
.cta-inline p { margin: 0; font-family: var(--font-display); font-size: clamp(18px, 2.6vw, 25px); letter-spacing: 0.04em; text-transform: uppercase; }
.cta-inline p em { color: var(--gold); font-style: normal; }

/* ==========================================================================
   Grids that are not card grids
   ========================================================================== */
.ledger { border-top: 2px solid var(--navy); margin-top: clamp(34px, 5vw, 54px); }
.ledger-row {
  display: grid; grid-template-columns: minmax(220px, 340px) 1fr auto; gap: 12px 26px; align-items: center;
  padding: 26px 4px; border-bottom: 1px solid rgba(7, 29, 59, 0.15);
  text-decoration: none; transition: background-color 0.2s, transform 0.25s var(--ease);
}
.ledger-row:hover { background: rgba(23, 105, 170, 0.06); transform: translateX(6px); }
.ledger-row h3 { font-size: clamp(20px, 2.8vw, 30px); color: var(--navy); padding-left: 18px; position: relative; }
.ledger-row h3::before { content: ""; position: absolute; left: 0; top: 0.15em; bottom: 0.1em; width: 5px; background: var(--orange); }
.ledger-row p { color: var(--ink-soft); font-size: 15px; margin: 0; }
.ledger-row .go { font-family: var(--font-display); color: var(--orange); font-size: 20px; }

.split-feature {
  display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(28px, 4.5vw, 70px); align-items: center;
  margin-top: clamp(34px, 5vw, 56px);
}
.split-feature.flip > :first-child { order: 2; }

.city-strip { margin-top: clamp(30px, 4vw, 46px); columns: 3; column-gap: 40px; }
.city-strip a {
  display: flex; justify-content: space-between; align-items: baseline; gap: 10px;
  padding: 10px 2px; text-decoration: none; border-bottom: 1px solid rgba(7, 29, 59, 0.12);
  color: var(--navy); font-weight: 700; font-size: 15px;
  break-inside: avoid;
}
.city-strip a span { color: var(--ink-soft); font-weight: 400; font-size: 12.5px; }
.city-strip a:hover { color: var(--orange); }
.band-navy .city-strip a, .band-deep .city-strip a { color: var(--white); border-bottom-color: rgba(23, 105, 170, 0.4); }
.band-navy .city-strip a span, .band-deep .city-strip a span { color: var(--steel); }
.band-navy .city-strip a:hover, .band-deep .city-strip a:hover { color: var(--gold); }

/* breadcrumbs */
.crumbs { position: relative; z-index: 2; font-size: 12.5px; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 18px; }
.crumbs ol { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; padding: 0; margin: 0; }
.crumbs li { display: flex; align-items: center; }
.crumbs a { color: var(--steel); text-decoration: none; font-weight: 700; }
.crumbs a:hover { color: var(--gold); }
.crumbs li:not(:last-child)::after { content: "/"; margin-left: 6px; color: rgba(174, 183, 194, 0.5); }
.crumbs [aria-current] { color: var(--gold); font-weight: 700; }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-foot { background: var(--navy-deep); color: var(--steel); padding: clamp(54px, 7vw, 84px) 0 120px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1.6fr 1fr; gap: clamp(28px, 4vw, 54px); }
.foot-brand img { width: 108px; height: 108px; border-radius: 50%; }
.foot-brand p { margin-top: 14px; font-size: 14px; max-width: 34ch; }
.foot-domain { font-family: var(--font-display); font-size: 24px; color: var(--white); text-transform: uppercase; letter-spacing: 0.03em; margin-top: 16px; }
.foot-domain em { color: var(--orange); font-style: normal; }
.site-foot h2 { font-size: 15px; letter-spacing: 0.14em; color: var(--white); margin-bottom: 16px; }
.site-foot li { margin-bottom: 9px; }
.site-foot a { color: var(--steel); text-decoration: none; font-size: 14.5px; transition: color 0.2s; }
.site-foot a:hover { color: var(--gold); }
.foot-cities { columns: 2; column-gap: 28px; }
.foot-cities li { break-inside: avoid; }
.foot-legal { margin-top: clamp(38px, 5vw, 56px); padding-top: 26px; border-top: 1px solid rgba(174, 183, 194, 0.18); }
.foot-legal p { font-size: 12.5px; color: rgba(174, 183, 194, 0.72); margin-bottom: 8px; }
.foot-legal a { color: var(--steel); }
.foot-legal a:hover { color: var(--gold); }
.foot-partners { line-height: 1.9; }
.foot-legal nav { display: flex; flex-wrap: wrap; gap: 18px; margin-bottom: 14px; }
.foot-legal nav a { font-size: 13px; }

/* ==========================================================================
   Siren emergency button + panel
   ========================================================================== */
.siren {
  position: relative; overflow: hidden;
  background: #d81f10; color: #fff;
  box-shadow: 0 0 0 0 rgba(216, 31, 16, 0.7);
}
.siren::after {
  content: ""; position: absolute; top: -60%; bottom: -60%; width: 45%; left: -60%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  transform: skewX(-18deg);
}
.siren:hover { background: #b81a0d; color: #fff; }
.siren-dot {
  width: 10px; height: 10px; border-radius: 50%; background: #ffe08a;
  box-shadow: 0 0 10px 3px rgba(255, 200, 60, 0.9); flex: 0 0 10px;
}
@media (prefers-reduced-motion: no-preference) {
  html:not(.acc-motion) .siren { animation: sirenPulse 1.6s ease-in-out infinite; }
  html:not(.acc-motion) .siren::after { animation: sirenSweep 2.6s ease-in-out infinite; }
  html:not(.acc-motion) .siren-dot { animation: sirenBlink 1s steps(1, end) infinite; }
}
@keyframes sirenPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(216, 31, 16, 0.65); background: #d81f10; }
  50% { box-shadow: 0 0 0 14px rgba(216, 31, 16, 0); background: #f04a17; }
}
@keyframes sirenSweep { 0% { left: -60%; } 55%, 100% { left: 130%; } }
@keyframes sirenBlink { 0%, 49% { opacity: 1; } 50%, 100% { opacity: 0.15; } }

.siren-fab {
  display: none; position: fixed; right: 18px; bottom: 158px; z-index: 260;
  align-items: center; gap: 9px; min-height: 50px; padding: 12px 18px; border-radius: 3px;
  font-family: var(--font-display); font-size: 15px; letter-spacing: 0.08em; text-transform: uppercase;
}
@media (min-width: 961px) { .siren-fab { display: inline-flex; } }

/* emergency dialog */
.er-modal { position: fixed; inset: 0; z-index: 320; display: flex; align-items: center; justify-content: center; padding: 20px; }
.er-modal[hidden] { display: none; }
.er-back { position: absolute; inset: 0; background: rgba(4, 15, 32, 0.82); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.er-panel {
  position: relative; width: min(600px, 100%); max-height: min(94vh, 900px); overflow-y: auto;
  background: var(--white); color: var(--ink);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
  box-shadow: 0 40px 90px rgba(2, 8, 18, 0.65);
}
@media (prefers-reduced-motion: no-preference) {
  html:not(.acc-motion) .er-modal:not([hidden]) .er-panel { animation: modalIn 0.4s var(--ease); }
}
@keyframes modalIn { from { transform: translateY(40px) scale(0.97); opacity: 0; } to { transform: none; opacity: 1; } }
.er-head { background: #d81f10; color: #fff; padding: 12px 20px; display: flex; align-items: center; gap: 11px; }
.er-head strong { font-family: var(--font-display); font-size: 18px; letter-spacing: 0.06em; text-transform: uppercase; }
.er-close { margin-left: auto; width: 40px; height: 40px; position: relative; }
.er-close span { position: absolute; left: 9px; right: 9px; top: 50%; height: 2px; background: #fff; }
.er-close span:first-child { transform: rotate(45deg); }
.er-close span:last-child { transform: rotate(-45deg); }
.er-body { padding: 16px 22px 20px; }
.er-body h3 { font-family: var(--font-display); font-weight: 400; text-transform: uppercase; font-size: 19px; color: var(--navy); margin-bottom: 12px; }
.er-body p { color: var(--ink-soft); font-size: 15px; margin-bottom: 12px; }
.er-choice { display: flex; flex-direction: column; gap: 10px; margin-top: 16px; }
.er-choice button {
  text-align: left; padding: 14px 16px; border-left: 4px solid var(--orange);
  background: rgba(23, 105, 170, 0.07); font-size: 15px; font-weight: 600; color: var(--navy);
  transition: background-color 0.2s, transform 0.2s var(--ease);
}
.er-choice button:hover { background: rgba(23, 105, 170, 0.15); transform: translateX(4px); }
.er-choice button small { display: block; font-weight: 400; color: var(--ink-soft); font-size: 13px; margin-top: 3px; }
.er-steps { display: flex; gap: 6px; margin-bottom: 12px; }
.er-steps span { flex: 1; height: 4px; background: rgba(7, 29, 59, 0.15); }
.er-steps span.on { background: #d81f10; }
.er-shutoff { margin: 0 0 14px; padding: 11px 14px; background: var(--navy); color: #fff; }
.er-shutoff p { color: rgba(247, 249, 251, 0.92); margin: 0; font-size: 14px; line-height: 1.5; }
.er-shutoff strong { color: var(--gold); }
.er-verify { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 12px; }
.er-verify .qf-field label { margin-bottom: 3px; font-size: 11px; }
.er-verify .qf-field input { min-height: 42px; padding: 8px 11px; }
.er-verify .qf-field textarea { min-height: 56px; padding: 8px 11px; }
.er-verify .qf-field.qf-full { grid-column: 1 / -1; }
.er-consent { display: flex; gap: 9px; align-items: flex-start; margin: 12px 0 2px; font-size: 13px; line-height: 1.45; color: var(--ink-soft); }
.er-consent input { margin-top: 3px; width: 18px; height: 18px; flex: 0 0 18px; }
.er-hotline {
  display: block; margin-top: 14px; padding: 16px; text-align: center;
  background: var(--navy); color: var(--gold); text-decoration: none;
  font-family: var(--font-display); font-size: 24px; letter-spacing: 0.04em;
}
.er-hotline:hover { background: var(--navy-3); color: #fff; }
@media (max-width: 640px) {
  .er-modal { padding: 0; align-items: flex-end; }
  .er-panel { width: 100%; max-height: 94dvh; clip-path: none; border-radius: 14px 14px 0 0; }
  .er-verify { grid-template-columns: 1fr; }
}

/* ==========================================================================
   ADA accessibility widget
   ========================================================================== */
.ada-fab {
  position: fixed; right: 18px; bottom: 96px; z-index: 260;
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--blue); color: #fff; display: grid; place-items: center;
  box-shadow: 0 10px 26px rgba(4, 15, 32, 0.45);
  transition: transform 0.25s var(--ease), background-color 0.2s;
}
.ada-fab:hover { transform: scale(1.08); background: var(--navy-3); }
.ada-fab svg { width: 28px; height: 28px; }
.ada-panel {
  position: fixed; right: 18px; bottom: 158px; z-index: 270; width: min(340px, calc(100vw - 36px));
  background: #fff; color: var(--ink); border-top: 4px solid var(--blue);
  box-shadow: 0 30px 70px rgba(4, 15, 32, 0.4);
  padding: 20px 22px;
  opacity: 0; visibility: hidden; transform: translateY(14px);
  transition: opacity 0.25s var(--ease), transform 0.25s var(--ease), visibility 0.25s;
}
.ada-panel.is-open { opacity: 1; visibility: visible; transform: none; }
.ada-panel h2 { font-size: 16px; color: var(--navy); letter-spacing: 0.08em; margin-bottom: 14px; }
.ada-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 0; border-top: 1px solid rgba(7, 29, 59, 0.1); }
.ada-row span { font-size: 14px; font-weight: 600; }
.ada-toggle {
  position: relative; width: 46px; height: 26px; border-radius: 13px;
  background: var(--steel); transition: background-color 0.2s; flex: 0 0 46px;
}
.ada-toggle::after {
  content: ""; position: absolute; top: 3px; left: 3px; width: 20px; height: 20px;
  border-radius: 50%; background: #fff; transition: transform 0.2s var(--ease);
}
.ada-toggle[aria-pressed="true"] { background: var(--blue); }
.ada-toggle[aria-pressed="true"]::after { transform: translateX(20px); }
.ada-size { display: flex; gap: 8px; }
.ada-size button {
  min-width: 40px; min-height: 34px; border: 1.5px solid var(--navy); border-radius: 3px;
  font-weight: 800; color: var(--navy); transition: background-color 0.2s, color 0.2s;
}
.ada-size button[aria-pressed="true"], .ada-size button:hover { background: var(--navy); color: #fff; }
.ada-reset { margin-top: 12px; font-size: 13px; font-weight: 700; color: var(--blue); }
.ada-reset:hover { color: var(--orange); }

/* accessibility modes */
html.acc-contrast body { filter: contrast(1.15); }
html.acc-contrast .band-light, html.acc-contrast .band-steel { background: #fff; }
html.acc-contrast .lede, html.acc-contrast .article-flow p, html.acc-contrast .ledger-row p { color: #1c2836; }
html.acc-underline a { text-decoration: underline !important; }
html.acc-font body, html.acc-font input, html.acc-font select, html.acc-font textarea { font-family: "Atkinson Hyperlegible", var(--font-body); letter-spacing: 0.01em; }
html.acc-size-lg body { font-size: 19px; }
html.acc-size-xl body { font-size: 21px; }
html.acc-motion *, html.acc-motion *::before, html.acc-motion *::after {
  animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important;
}

/* ==========================================================================
   Reveal animations
   ========================================================================== */
@media (prefers-reduced-motion: no-preference) {
  html.js:not(.acc-motion) [data-rv] { opacity: 0; transform: translateY(26px); transition: opacity 0.75s var(--ease), transform 0.75s var(--ease); }
  html.js:not(.acc-motion) [data-rv="left"] { transform: translateX(-34px); }
  html.js:not(.acc-motion) [data-rv="clip"] { transform: none; clip-path: inset(0 100% 0 0); transition: opacity 0.75s var(--ease), clip-path 0.85s var(--ease); }
  html.js:not(.acc-motion) [data-rv].rv-in { opacity: 1; transform: none; clip-path: inset(0 0 0 0); }
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1180px) {
  :root { --cta-w: 132px; }
  .head-link { font-size: 12px; }
}
@media (max-width: 960px) {
  :root { --header-h: 74px; }
  .head-inner { grid-template-columns: 48px 1fr 48px; }
  .head-side { display: none; }
  /* the desktop mega menu is unreachable here and was forcing page width */
  .mega { display: none !important; }
  .head-logo { margin-top: 8px; grid-column: 2; }
  .head-logo img { width: 66px; height: 66px; max-width: none; }
  .site-head.is-scrolled .head-logo img { width: 58px; height: 58px; }
  .menu-toggle { display: block; grid-column: 3; }
  .mobile-bar { display: grid; }
  .hero-grid { grid-template-columns: 1fr; }
  .split-feature, .split-feature.flip { grid-template-columns: 1fr; }
  .split-feature.flip > :first-child { order: 0; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .city-strip { columns: 2; }
  .mega-inner { grid-template-columns: repeat(3, 1fr); }
  .mega-col:nth-last-child(-n+5) { border-bottom: 1px solid rgba(23, 105, 170, 0.18); }
  .mega-col:nth-last-child(-n+3) { border-bottom: 0; }
  .hoods-grid { grid-template-columns: repeat(2, 1fr); }
  .util-tag { display: none; }
  .site-foot { padding-bottom: 140px; }
  .ada-fab { bottom: 88px; }
  .ada-panel { bottom: 150px; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .qf-grid { grid-template-columns: 1fr; }
  .ledger-row { grid-template-columns: 1fr; gap: 8px; }
  .ledger-row .go { display: none; }
  .decide li { grid-template-columns: 1fr; gap: 4px; }
  .foot-grid { grid-template-columns: 1fr; }
  .city-strip { columns: 1; }
  .spec dl { grid-template-columns: repeat(2, 1fr); }
  .mega-inner { grid-template-columns: repeat(2, 1fr); }
  .mega-col:nth-last-child(-n+3) { border-bottom: 1px solid rgba(23, 105, 170, 0.18); }
  .mega-col:nth-last-child(-n+2) { border-bottom: 0; }
  .hoods-grid { grid-template-columns: repeat(2, 1fr); }
  .season { padding: 20px 14px 56px; }
  .season-mark i { display: none; }
  .cta-inline { justify-content: center; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important;
  }
}

@media print {
  .site-head, .util-strip, .mobile-bar, .ada-fab, .ada-panel, .pipeline, .drawer { display: none !important; }
}

/* ==========================================================================
   Neighborhood coverage grid
   ========================================================================== */
.hoods { margin-top: clamp(30px, 4vw, 46px); border-top: 2px solid rgba(23, 105, 170, 0.45); }
.hoods-grid {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 0;
  align-items: stretch;
}
.hood {
  display: flex; align-items: baseline; gap: 10px;
  padding: 15px 16px 15px 0; border-bottom: 1px solid rgba(23, 105, 170, 0.28);
  font-size: 15.5px; font-weight: 600; color: var(--white);
}
.hood-no {
  font-family: var(--font-display); font-size: 13px; color: var(--gold);
  min-width: 22px; letter-spacing: 0.06em;
}
.band-light .hood, .band-steel .hood { color: var(--navy); border-bottom-color: rgba(7, 29, 59, 0.14); }
.band-light .hoods, .band-steel .hoods { border-top-color: var(--navy); }
.band-light .hood-no, .band-steel .hood-no { color: var(--orange); }
.hoods-note { margin-top: 20px; font-size: 14px; color: var(--steel); }
.band-light .hoods-note, .band-steel .hoods-note { color: var(--ink-soft); }

/* drawer sub-links */
.drawer-sub-link {
  display: block; font-family: var(--font-body); font-size: 14px !important;
  text-transform: none; color: var(--steel); padding: 5px 0 5px 16px;
  border-left: 1px solid rgba(23, 105, 170, 0.4); margin-left: 4px; line-height: 1.4;
}
.drawer-sub-link:hover { color: var(--gold); }
.drawer nav li { margin-bottom: 14px; }
.drawer nav > ul > li > a:first-child { margin-bottom: 4px; }

/* hero SEO subheading sits directly under the H1 */
.hero-h2 {
  margin-top: 12px;
  font-family: var(--font-body); font-weight: 700; text-transform: none;
  font-size: clamp(15px, 2vw, 23px); line-height: 1.35;
  color: var(--gold); letter-spacing: 0.005em;
}
