/* ==========================================================================
   Pinecrest Plumbing — concept site (Growth package showcase)
   Direction: bold, high-contrast trade site. Navy + one safety yellow + white.
   Heavy condensed uppercase headlines, boxy buttons, full-width color bands.
   ========================================================================== */

/* ---------- Design tokens ---------- */
:root {
  --navy-950: #071527;   /* utility bar, footer, map */
  --navy-800: #0B2140;   /* primary navy bands */
  --navy-700: #12325C;   /* raised panels on navy */
  --navy-500: #2A5C9A;   /* rules and lines on navy */
  --navy-200: #8FA6C2;   /* muted text on navy (6.5:1 on navy-800) */
  --yellow:   #FFC400;   /* the one loud accent. Never as text on white. */
  --yellow-600: #D9A300; /* pressed edge under yellow buttons */
  --white:    #FFFFFF;
  --steel-50: #F1F4F8;   /* light band */
  --steel-200:#D5DDE7;   /* rules on light */
  --steel-600:#4C5D73;   /* muted text on light (6.6:1 on white) */
  --ink:      #0E1B2C;   /* body text on light */
  --danger:   #B3261E;

  --display: "Barlow Condensed", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --body: "Public Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --radius: 3px;
  --wrap: 1240px;
  --gutter: clamp(20px, 4vw, 40px);
  --band-y: clamp(56px, 8vw, 104px);
}

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 150px; }
body { margin: 0; font-family: var(--body); font-size: 1.0625rem; line-height: 1.6; color: var(--ink); background: var(--white); }
img, svg { max-width: 100%; }
h1, h2, h3, p, ul, ol, dl, dd, figure, blockquote, fieldset { margin: 0; padding: 0; }
ul, ol { list-style: none; }
fieldset { border: 0; min-width: 0; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
[hidden] { display: none !important; }

h1, h2, h3, .display { font-family: var(--display); font-weight: 800; text-transform: uppercase; line-height: 0.98; letter-spacing: 0.005em; }
h2 { font-size: clamp(2.25rem, 4.6vw, 3.5rem); }
h3 { font-size: 1.5rem; font-weight: 700; line-height: 1.05; letter-spacing: 0.01em; }
p + p { margin-top: 1em; }

:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; box-shadow: 0 0 0 6px var(--navy-950); }

.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }

.ico { width: 1.25em; height: 1.25em; flex: none; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ico--lg { width: 34px; height: 34px; stroke-width: 1.6; }
.ico--h { width: 0.8em; height: 0.8em; margin-right: 0.25em; vertical-align: -0.04em; color: var(--yellow); }

.skip { position: absolute; left: 12px; top: -80px; z-index: 200; background: var(--yellow); color: var(--navy-950); font-weight: 700; padding: 12px 18px; border-radius: var(--radius); text-decoration: none; }
.skip:focus { top: 12px; }

/* Hazard stripe: the one decorative motif. Used at band edges only. */
.hazard { height: 12px; background: repeating-linear-gradient(-45deg, var(--yellow) 0 14px, var(--navy-950) 14px 28px); }

/* ---------- Buttons (boxy, never pills) ---------- */
.cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 10px 24px; border: 2px solid transparent; border-radius: var(--radius);
  font-family: var(--display); font-weight: 700; font-size: 1.25rem; line-height: 1; letter-spacing: 0.04em; text-transform: uppercase; text-decoration: none;
  cursor: pointer; transition: transform .12s ease, background-color .12s ease, color .12s ease, box-shadow .12s ease;
}
.cta .ico { width: 1.1em; height: 1.1em; stroke-width: 2.2; }
.cta:active { transform: translateY(2px); }
.cta--hot { background: var(--yellow); color: var(--navy-950); box-shadow: 0 4px 0 var(--yellow-600); }
.cta--hot:hover { background: #FFD84D; }
.cta--hot:active { box-shadow: 0 2px 0 var(--yellow-600); }
.cta--navy { background: var(--navy-800); color: var(--white); box-shadow: 0 4px 0 var(--navy-950); }
.cta--navy:hover { background: var(--navy-700); }
.cta--ghost { border-color: var(--white); color: var(--white); background: transparent; }
.cta--ghost:hover { background: var(--white); color: var(--navy-800); }
.cta--line { border-color: var(--navy-800); color: var(--navy-800); background: transparent; }
.cta--line:hover { background: var(--navy-800); color: var(--white); }
.cta--navyline { border-color: var(--navy-950); color: var(--navy-950); background: transparent; }
.cta--navyline:hover { background: var(--navy-950); color: var(--yellow); }
.cta--xl { min-height: 64px; font-size: 1.5rem; padding-inline: 30px; }
.cta--block { width: 100%; }

/* ---------- Top strips ---------- */
.conceptstrip { background: #000; color: #D5DDE7; font-size: 0.8125rem; text-align: center; padding: 7px 16px; line-height: 1.4; }
.conceptstrip a { color: var(--yellow); font-weight: 700; text-underline-offset: 2px; }

.util { background: var(--navy-950); color: var(--white); font-size: 0.875rem; }
.util__row { display: flex; align-items: center; gap: 28px; min-height: 42px; }
.util__phone, .util__item { display: inline-flex; align-items: center; gap: 8px; }
.util__phone { text-decoration: none; font-weight: 700; color: var(--yellow); margin-right: auto; padding-block: 8px; }
.util__phone b { font-weight: 600; color: var(--white); text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.75rem; margin-right: 6px; }
.util__phone:hover { text-decoration: underline; }
.util__item { color: #C9D3DF; margin: 0; }
.util .ico { width: 16px; height: 16px; color: var(--yellow); }

/* ---------- Masthead ---------- */
.mast { position: sticky; top: 0; z-index: 100; background: var(--white); border-bottom: 4px solid var(--navy-800); }
.mast__row { display: flex; align-items: center; gap: 28px; min-height: 84px; }
.logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--navy-800); margin-right: auto; }
.logo__mark { width: 46px; height: 46px; flex: none; }
.logo__text { display: flex; flex-direction: column; }
.logo__name { font-family: var(--display); font-weight: 800; font-size: 2rem; line-height: 0.9; text-transform: uppercase; letter-spacing: 0.01em; }
.logo__sub { font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--steel-600); margin-top: 4px; }

.mainnav ul { display: flex; align-items: center; gap: 4px; }
.mainnav a { display: block; padding: 10px 12px; font-family: var(--display); font-weight: 700; font-size: 1.1875rem; letter-spacing: 0.04em; text-transform: uppercase; text-decoration: none; color: var(--navy-800); border-bottom: 4px solid transparent; }
.mainnav a:hover { border-bottom-color: var(--steel-200); }
.mainnav a[aria-current="page"] { border-bottom-color: var(--yellow); }
.mainnav__quote { margin-left: 10px; }
.mainnav .mainnav__quote a { background: var(--yellow); color: var(--navy-950); border: 0; border-radius: var(--radius); padding: 13px 20px; box-shadow: 0 4px 0 var(--yellow-600); }
.mainnav .mainnav__quote a:hover { background: #FFD84D; }
.mainnav .mainnav__quote a[aria-current="page"] { background: var(--navy-800); color: var(--white); box-shadow: 0 4px 0 var(--navy-950); }

.mast__call { display: flex; flex-direction: column; align-items: flex-end; text-decoration: none; color: var(--navy-800); padding-left: 24px; border-left: 2px solid var(--steel-200); }
.mast__call-label { font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--steel-600); }
.mast__call-num { font-family: var(--display); font-weight: 800; font-size: 1.75rem; line-height: 1; white-space: nowrap; }
.mast__call:hover .mast__call-num { text-decoration: underline; text-decoration-color: var(--yellow); text-decoration-thickness: 4px; text-underline-offset: 4px; }

.burger { display: none; align-items: center; gap: 10px; min-height: 48px; padding: 0 14px; background: var(--navy-800); color: var(--white); border: 0; border-radius: var(--radius); font-family: var(--display); font-weight: 700; font-size: 1.125rem; letter-spacing: 0.06em; text-transform: uppercase; cursor: pointer; }
.burger__bars, .burger__bars::before, .burger__bars::after { display: block; width: 20px; height: 3px; background: var(--yellow); }
.burger__bars { position: relative; }
.burger__bars::before, .burger__bars::after { content: ""; position: absolute; left: 0; }
.burger__bars::before { top: -7px; }
.burger__bars::after { top: 7px; }
.burger[aria-expanded="true"] .burger__bars { background: transparent; }
.burger[aria-expanded="true"] .burger__bars::before { top: 0; transform: rotate(45deg); }
.burger[aria-expanded="true"] .burger__bars::after { top: 0; transform: rotate(-45deg); }

/* ---------- Bands ---------- */
.band { padding-block: var(--band-y); }
.band--white { background: var(--white); }
.band--steel { background: var(--steel-50); }
.band--navy { background: var(--navy-800); color: var(--white); }
.band--yellow { background: var(--yellow); color: var(--navy-950); }
.band--white + .band--white { padding-top: 0; }
.band--navy p { color: #D8E0EA; }
.band--navy h2, .band--navy h3 { color: var(--white); }

.bandhead { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 24px 64px; align-items: end; margin-bottom: clamp(32px, 5vw, 56px); padding-bottom: 28px; border-bottom: 4px solid var(--navy-800); }
.band--navy .bandhead { border-bottom-color: var(--yellow); }
.bandhead p { color: var(--steel-600); max-width: 56ch; }
.band--navy .bandhead p { color: #D8E0EA; }

.split { display: grid; gap: clamp(32px, 5vw, 72px); align-items: center; }
.split > div > h2 { margin-bottom: 20px; }
.split .cta { margin-top: 28px; }
.split--van { grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); }
.split--map { grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); }
.split--mapfirst { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); align-items: start; }
.split--even { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; }
.split--timeline { grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); align-items: start; }
.split--brands { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); }
.van { display: block; width: 100%; height: auto; }
.fineprint { font-size: 0.875rem; color: var(--steel-600); margin-top: 16px; }

/* ---------- Home hero ---------- */
.hero { background: linear-gradient(112deg, var(--navy-800) 0 58%, var(--navy-700) 58% 100%); color: var(--white); }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.75fr); gap: clamp(32px, 5vw, 80px); align-items: center; padding-block: clamp(48px, 7vw, 96px); }
.hero__tag { display: inline-flex; align-items: center; gap: 8px; background: var(--yellow); color: var(--navy-950); font-family: var(--display); font-weight: 700; font-size: 1.0625rem; letter-spacing: 0.08em; text-transform: uppercase; padding: 6px 12px; border-radius: var(--radius); margin-bottom: 22px; }
.hero__tag .ico { width: 18px; height: 18px; stroke-width: 2.2; }
.hero h1 { font-size: clamp(2.9rem, 5.8vw, 5rem); line-height: 0.94; }
.hero h1 .hl { display: block; color: var(--yellow); margin-top: 0.08em; }
.hero__lead { margin-top: 24px; max-width: 58ch; font-size: 1.125rem; color: #D8E0EA; }

.bigphone { display: inline-flex; flex-direction: column; gap: 4px; margin-top: 32px; padding: 14px 22px 12px 20px; border-left: 8px solid var(--yellow); background: rgba(7, 21, 39, 0.55); text-decoration: none; color: var(--white); }
.bigphone__label { font-size: 0.8125rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--yellow); }
.bigphone__num { display: inline-flex; align-items: center; gap: 12px; font-family: var(--display); font-weight: 800; font-size: clamp(2.5rem, 5.4vw, 4rem); line-height: 1; white-space: nowrap; }
.bigphone__num .ico { width: 0.7em; height: 0.7em; stroke-width: 2.2; color: var(--yellow); }
.bigphone:hover { background: var(--navy-950); }

.ticks { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 28px; font-weight: 600; }
.ticks li { display: inline-flex; align-items: center; gap: 8px; }
.ticks .ico { color: var(--yellow); stroke-width: 2.6; }

.quick { background: var(--white); color: var(--ink); padding: 28px; border-top: 10px solid var(--yellow); border-radius: var(--radius); box-shadow: 12px 12px 0 var(--navy-950); }
.quick__title { font-size: 2rem; color: var(--navy-800); }
.quick__lead { margin-top: 10px; font-size: 0.9375rem; color: var(--steel-600); }
.quick .field { margin-top: 18px; }
.quick .cta { margin-top: 22px; }
.quick__note { margin-top: 16px; font-size: 0.875rem; color: var(--steel-600); }
.quick__note a { color: var(--navy-800); font-weight: 700; }

/* ---------- Form controls ---------- */
.field label, .field legend { display: block; font-weight: 700; font-size: 0.9375rem; margin-bottom: 6px; color: var(--navy-800); }
.opt { font-weight: 400; color: var(--steel-600); }
.field input[type="text"], .field input[type="tel"], .field input[type="email"], .field select, .field textarea {
  width: 100%; min-height: 50px; padding: 11px 14px; background: var(--white); border: 2px solid var(--navy-800); border-radius: var(--radius); font-size: 1rem;
}
.field textarea { resize: vertical; min-height: 96px; }
.field select { appearance: none; -webkit-appearance: none; padding-right: 44px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230B2140' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-size: 18px; }
.field input::placeholder, .field textarea::placeholder { color: #6B7A8E; }
.field [aria-invalid="true"] { border-color: var(--danger); background: #FFF5F4; }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible { outline: 3px solid var(--yellow); outline-offset: 0; box-shadow: 0 0 0 5px var(--navy-800); }
.qerror { color: var(--danger); font-weight: 700; font-size: 0.9375rem; margin-top: 6px; }
.qerror:empty { display: none; }
.qerror::before { content: "! "; }

/* ---------- Rating strip & badges ---------- */
.ratebar { background: var(--yellow); color: var(--navy-950); }
.ratebar__row { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 36px; min-height: 64px; padding-block: 12px; }
.ratebar__score { display: inline-flex; align-items: baseline; gap: 10px; font-weight: 600; }
.ratebar__score strong { font-family: var(--display); font-weight: 800; font-size: 2rem; line-height: 1; }
.stars { letter-spacing: 0.1em; color: var(--navy-950); font-size: 1.125rem; line-height: 1; }
.ratebar__quote { font-style: italic; margin: 0 auto 0 0; }
.ratebar__quote span { font-style: normal; font-weight: 700; }
.ratebar__link { display: inline-flex; align-items: center; gap: 8px; font-family: var(--display); font-weight: 700; font-size: 1.125rem; letter-spacing: 0.05em; text-transform: uppercase; text-underline-offset: 4px; text-decoration-thickness: 2px; }

.badges { background: var(--white); border-bottom: 1px solid var(--steel-200); }
.badges__row { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.badges__row li { display: grid; grid-template-columns: auto 1fr; column-gap: 14px; align-items: center; padding: 26px 20px; border-left: 1px solid var(--steel-200); }
.badges__row li:last-child { border-right: 1px solid var(--steel-200); }
.badges__row .ico { grid-row: span 2; color: var(--navy-800); }
.badges__row strong { font-family: var(--display); font-weight: 800; font-size: 1.375rem; line-height: 1; text-transform: uppercase; letter-spacing: 0.02em; color: var(--navy-800); align-self: end; }
.badges__row span { font-size: 0.8125rem; color: var(--steel-600); line-height: 1.3; margin-top: 4px; align-self: start; }

/* ---------- Services grid: ruled cells, not floating cards ---------- */
.svcgrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 2px solid var(--navy-800); border-left: 2px solid var(--navy-800); }
.svcgrid li { border-right: 2px solid var(--navy-800); border-bottom: 2px solid var(--navy-800); }
.svc { display: flex; flex-direction: column; height: 100%; padding: 32px 28px 28px; text-decoration: none; color: var(--ink); background: var(--white); transition: background-color .15s ease, color .15s ease; }
.svc__icon { display: grid; place-items: center; width: 60px; height: 60px; background: var(--yellow); color: var(--navy-950); border-radius: var(--radius); margin-bottom: 22px; }
.svc__icon .ico { width: 32px; height: 32px; }
.svc h3 { font-size: 1.75rem; color: var(--navy-800); margin-bottom: 12px; }
.svc p { color: var(--steel-600); font-size: 1rem; margin-bottom: 24px; }
.svc__more { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; font-family: var(--display); font-weight: 700; font-size: 1.125rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--navy-800); }
.svc__more .ico { transition: transform .15s ease; }
.svc:hover, .svc:focus-visible { background: var(--navy-800); color: var(--white); }
.svc:hover h3, .svc:hover .svc__more, .svc:focus-visible h3, .svc:focus-visible .svc__more { color: var(--white); }
.svc:hover p, .svc:focus-visible p { color: #D8E0EA; }
.svc:hover .svc__more .ico { transform: translateX(4px); }
.svc:focus-visible { outline-offset: -6px; box-shadow: none; }

/* ---------- Emergency band ---------- */
.emergency { padding-block: 0; }
.emergency__row { display: flex; align-items: center; justify-content: space-between; gap: 28px 56px; flex-wrap: wrap; padding-block: clamp(36px, 5vw, 56px); }
.emergency__row > div:first-child { flex: 1 1 480px; }
.emergency h2 { margin-bottom: 12px; }
.emergency p { max-width: 64ch; font-weight: 600; }
.emergency__actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* ---------- Three rules ---------- */
.rules { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: clamp(40px, 6vw, 72px); border-top: 4px solid var(--yellow); }
.rules li { padding: 28px 32px 0 0; }
.rules li + li { padding-left: 32px; border-left: 1px solid var(--navy-500); }
.rules__num { display: block; font-family: var(--display); font-weight: 800; font-size: 4.5rem; line-height: 0.9; color: var(--yellow); margin-bottom: 14px; }
.rules h3 { font-size: 1.75rem; margin-bottom: 10px; }
.rules--light { border-top-color: var(--navy-800); margin-top: 0; border-top: 0; }
.rules--light li { border-color: var(--steel-200); padding-top: 0; }
.rules--light li + li { border-left-color: var(--steel-200); }
.rules--light .rules__num { color: var(--navy-800); display: inline-block; background: var(--yellow); padding: 8px 12px 4px; border-radius: var(--radius); font-size: 3.5rem; }
.rules--light h3 { color: var(--navy-800); }
.rules--light p { color: var(--steel-600); }

/* ---------- Reviews ---------- */
.reviews { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.6fr); gap: clamp(32px, 5vw, 72px); align-items: start; }
.reviews__summary h2 { margin-bottom: 24px; }
.score { display: flex; align-items: baseline; gap: 12px; color: var(--navy-800); }
.score__num { font-family: var(--display); font-weight: 800; font-size: 7rem; line-height: 0.85; }
.score__of { font-family: var(--display); font-weight: 700; font-size: 1.5rem; text-transform: uppercase; letter-spacing: 0.04em; }
.stars--lg { font-size: 1.75rem; color: var(--navy-800); margin: 14px 0 18px; }
.reviews__summary p:last-child { color: var(--steel-600); }
.reviews__summary strong { color: var(--ink); }
.reviews__list { display: grid; gap: 16px; }
.quote { background: var(--white); border-left: 8px solid var(--yellow); padding: 24px 28px; }
.quote blockquote { font-size: 1.25rem; line-height: 1.45; font-weight: 600; color: var(--navy-800); margin: 10px 0 12px; }
.quote__by { font-size: 0.9375rem; color: var(--steel-600); }
.quote__by strong { color: var(--ink); margin-right: 6px; }

/* ---------- Service area bits ---------- */
.towns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; margin-top: 24px; border-top: 2px solid var(--navy-800); }
.towns li { display: flex; align-items: center; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--steel-200); font-family: var(--display); font-weight: 700; font-size: 1.25rem; text-transform: uppercase; letter-spacing: 0.03em; color: var(--navy-800); }
.towns .ico { color: var(--navy-800); }
.mapframe { border: 4px solid var(--navy-800); border-radius: var(--radius); background: var(--navy-950); box-shadow: 12px 12px 0 var(--yellow); line-height: 0; }
.areamap { display: block; width: 100%; height: auto; }

.tablewrap { overflow-x: auto; margin-top: 24px; }
table { border-collapse: collapse; width: 100%; }
.times th, .times td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--steel-200); font-size: 1rem; }
.times thead th { background: var(--navy-800); color: var(--white); font-family: var(--display); font-weight: 700; font-size: 1.0625rem; letter-spacing: 0.06em; text-transform: uppercase; border: 0; }
.times tbody th { font-family: var(--display); font-weight: 700; font-size: 1.25rem; text-transform: uppercase; color: var(--navy-800); white-space: nowrap; }
.times td:last-child { font-weight: 700; }

.townlist { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 56px; }
.town { padding: 32px 0; border-top: 2px solid var(--navy-800); }
.town h3 { display: flex; align-items: center; gap: 10px; font-size: 2rem; color: var(--navy-800); }
.town h3 .ico { width: 26px; height: 26px; }
.town__meta { font-size: 0.8125rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--steel-600); margin: 8px 0 14px; }
.town__meta + p { margin-top: 0; }

.notes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.notes__col { background: var(--navy-700); padding: 32px 28px; border-top: 6px solid var(--yellow); }
.notes__icon { display: block; color: var(--yellow); margin-bottom: 14px; }
.notes__icon .ico { width: 36px; height: 36px; }
.notes h3 { margin-bottom: 14px; }

.checks li { display: flex; gap: 10px; align-items: flex-start; padding: 8px 0; color: #D8E0EA; }
.checks .ico { color: var(--yellow); stroke-width: 2.6; margin-top: 3px; }
.checks--dark li { color: var(--ink); border-bottom: 1px solid var(--steel-200); padding: 14px 0; }
.checks--dark .ico { color: var(--navy-800); }

/* ---------- Closing CTA band ---------- */
.closer { background: linear-gradient(112deg, var(--navy-800) 0 62%, var(--navy-700) 62% 100%); }
.closer__row { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 32px 56px; }
.closer__row > div:first-child { flex: 1 1 460px; }
.closer h2 { margin-bottom: 14px; }
.closer p { max-width: 60ch; }
.closer__actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* ---------- Interior page header ---------- */
.pagehead { background: linear-gradient(112deg, var(--navy-800) 0 66%, var(--navy-700) 66% 100%); color: var(--white); }
.pagehead > .wrap { padding-block: clamp(40px, 6vw, 80px); }
.pagehead h1 { font-size: clamp(2.6rem, 5.6vw, 4.5rem); max-width: 18ch; }
.pagehead__lead { margin-top: 22px; max-width: 66ch; font-size: 1.125rem; color: #D8E0EA; }
.pagehead__lead a { color: var(--yellow); font-weight: 700; }
.pagehead__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.pagehead__grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: 0.8125rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--navy-200); margin-bottom: 18px; }
.crumbs a { color: var(--yellow); text-underline-offset: 3px; }

.factbox { background: var(--navy-950); border-top: 10px solid var(--yellow); border-radius: var(--radius); padding: 8px 24px; }
.factbox li { display: flex; gap: 14px; align-items: flex-start; padding: 16px 0; }
.factbox li + li { border-top: 1px solid var(--navy-700); }
.factbox .ico { width: 28px; height: 28px; color: var(--yellow); margin-top: 2px; }
.factbox strong { display: block; font-family: var(--display); font-weight: 700; font-size: 1.375rem; line-height: 1.05; text-transform: uppercase; letter-spacing: 0.02em; }
.factbox span { font-size: 0.9375rem; color: var(--navy-200); }

/* ---------- Services page ---------- */
.jump { position: sticky; top: 88px; z-index: 50; background: var(--white); border-bottom: 2px solid var(--navy-800); }
.jump__list { display: flex; gap: 0; overflow-x: auto; scrollbar-width: none; }
.jump__list::-webkit-scrollbar { display: none; }
.jump a { display: inline-flex; align-items: center; gap: 8px; padding: 14px 18px; white-space: nowrap; font-family: var(--display); font-weight: 700; font-size: 1.0625rem; letter-spacing: 0.05em; text-transform: uppercase; text-decoration: none; color: var(--navy-800); border-right: 1px solid var(--steel-200); }
.jump li:first-child a { border-left: 1px solid var(--steel-200); }
.jump a:hover { background: var(--yellow); color: var(--navy-950); }
.jump a:focus-visible { outline-offset: -4px; box-shadow: none; }

.service__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 72px); align-items: start; }
.service__icon { display: grid; place-items: center; width: 64px; height: 64px; background: var(--yellow); color: var(--navy-950); border-radius: var(--radius); margin-bottom: 20px; }
.service__icon .ico { width: 34px; height: 34px; }
.service__copy h2 { color: var(--navy-800); margin-bottom: 20px; }
.service__copy .cta { margin-top: 28px; }
.band--white + .band--white.service { padding-top: var(--band-y); }

.spec { background: var(--white); border: 2px solid var(--navy-800); border-radius: var(--radius); }
.spec > div { padding: 18px 24px; }
.spec > div + div { border-top: 1px solid var(--steel-200); }
.spec dt { font-family: var(--display); font-weight: 700; font-size: 1.0625rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--steel-600); margin-bottom: 6px; }
.spec dd ul { list-style: square; padding-left: 1.2em; }
.spec dd li::marker { color: var(--navy-800); }
.spec dd li + li { margin-top: 4px; }
.spec .spec__cost { background: var(--navy-800); color: var(--white); border-top: 0; }
.spec .spec__cost dt { color: var(--yellow); }
.spec .spec__cost strong { font-family: var(--display); font-weight: 800; font-size: 1.5rem; letter-spacing: 0.01em; color: var(--yellow); white-space: nowrap; }

.winter__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.winter__col { background: var(--navy-700); padding: 32px 28px; border-top: 6px solid var(--yellow); }
.winter__col h3 { margin-bottom: 16px; }
.steps { counter-reset: s; }
.steps li { counter-increment: s; position: relative; padding: 0 0 16px 48px; color: #D8E0EA; }
.steps li::before { content: counter(s); position: absolute; left: 0; top: 0; width: 32px; height: 32px; display: grid; place-items: center; background: var(--yellow); color: var(--navy-950); font-family: var(--display); font-weight: 800; font-size: 1.25rem; border-radius: var(--radius); }
.winter__cost { background: var(--navy-950); }
.bignum { font-family: var(--display); font-weight: 800; font-size: 3rem; line-height: 1; color: var(--yellow); margin-bottom: 14px; }
.winter__cost .cta { margin-top: 24px; }

.notice { border-left: 8px solid var(--yellow); background: var(--steel-50); padding: 20px 24px; font-size: 0.9375rem; color: var(--steel-600); }
.notice p { max-width: 90ch; }
.notice strong { color: var(--ink); }
.notice--solid { background: var(--white); color: var(--ink); font-weight: 700; margin-bottom: 20px; }
.wrap.notice { max-width: calc(var(--wrap) - 2 * var(--gutter)); }

/* ---------- Water heaters page ---------- */
.signs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); counter-reset: sign; border-top: 2px solid var(--navy-800); border-left: 2px solid var(--navy-800); }
.signs li { counter-increment: sign; padding: 28px; border-right: 2px solid var(--navy-800); border-bottom: 2px solid var(--navy-800); }
.signs li::before { content: "0" counter(sign); display: block; font-family: var(--display); font-weight: 800; font-size: 3rem; line-height: 0.9; color: var(--navy-800); margin-bottom: 14px; text-decoration: underline; text-decoration-color: var(--yellow); text-decoration-thickness: 6px; text-underline-offset: 6px; }
.signs h3 { color: var(--navy-800); margin: 20px 0 8px; }
.signs p { color: var(--steel-600); font-size: 1rem; }

.callout { display: flex; gap: 24px; align-items: flex-start; margin-top: 40px; background: var(--yellow); color: var(--navy-950); padding: 28px 32px; border-radius: var(--radius); }
.callout__icon .ico { width: 48px; height: 48px; stroke-width: 2; }
.callout h3 { margin-bottom: 8px; font-size: 1.75rem; }
.callout p { max-width: 80ch; }

.compare { min-width: 680px; background: var(--white); border: 2px solid var(--navy-800); }
.compare th, .compare td { text-align: left; vertical-align: top; padding: 16px 20px; border-bottom: 1px solid var(--steel-200); }
.compare td + td, .compare thead th + th + th { border-left: 1px solid var(--steel-200); }
.compare thead th { background: var(--navy-800); color: var(--white); font-family: var(--display); font-weight: 800; font-size: 1.75rem; line-height: 1; text-transform: uppercase; border-bottom: 6px solid var(--yellow); }
.compare thead th span:not(.sr) { display: block; font-family: var(--body); font-weight: 600; font-size: 0.8125rem; letter-spacing: 0.08em; color: var(--navy-200); margin-top: 6px; }
.compare tbody th { width: 22%; line-height: 1.15; font-family: var(--display); font-weight: 700; font-size: 1.1875rem; text-transform: uppercase; letter-spacing: 0.03em; color: var(--navy-800); background: var(--steel-50); }
.compare__verdict td, .compare tbody .compare__verdict th { background: #FFF3C4; font-weight: 600; border-bottom: 0; }

.timeline { border-left: 4px solid var(--navy-800); margin-left: 12px; }
.timeline li { position: relative; padding: 0 0 32px 36px; }
.timeline li:last-child { padding-bottom: 0; }
.timeline li::before { content: ""; position: absolute; left: -14px; top: 0; width: 24px; height: 24px; background: var(--yellow); border: 4px solid var(--navy-800); border-radius: var(--radius); }
.timeline__when { display: inline-block; font-family: var(--display); font-weight: 700; font-size: 1rem; letter-spacing: 0.1em; text-transform: uppercase; background: var(--navy-800); color: var(--white); padding: 3px 10px; border-radius: var(--radius); }
.timeline h3 { color: var(--navy-800); margin: 10px 0 6px; font-size: 1.625rem; }
.timeline p { color: var(--steel-600); }

.brands { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--navy-500); border-left: 1px solid var(--navy-500); }
.brands li { display: grid; place-items: center; min-height: 92px; padding: 12px; text-align: center; font-family: var(--display); font-weight: 800; font-size: 1.5rem; line-height: 1; text-transform: uppercase; letter-spacing: 0.03em; color: var(--white); border-right: 1px solid var(--navy-500); border-bottom: 1px solid var(--navy-500); }
.brands li:last-child { color: var(--yellow); }

.faqwrap { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.4fr); gap: clamp(32px, 5vw, 72px); align-items: start; }
.faqwrap h2 { margin-bottom: 18px; color: var(--navy-800); }
.faqwrap .cta { margin-top: 24px; }
.faq { border-top: 4px solid var(--navy-800); }
.faq details { border-bottom: 1px solid var(--steel-200); }
.faq summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 4px; cursor: pointer; list-style: none; font-family: var(--display); font-weight: 700; font-size: 1.5rem; line-height: 1.1; text-transform: uppercase; letter-spacing: 0.01em; color: var(--navy-800); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; flex: none; display: grid; place-items: center; width: 36px; height: 36px; background: var(--yellow); color: var(--navy-950); font-family: var(--body); font-weight: 700; font-size: 1.5rem; line-height: 1; border-radius: var(--radius); }
.faq details[open] summary::after { content: "–"; background: var(--navy-800); color: var(--white); }
.faq details p { padding: 0 60px 24px 4px; color: var(--steel-600); }

/* ---------- About page ---------- */
.story { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.7fr); gap: clamp(32px, 5vw, 80px); align-items: start; }
.story__main h2 { color: var(--navy-800); margin-bottom: 22px; }
.story__main p { max-width: 68ch; }
.story__main p:first-of-type { font-size: 1.25rem; line-height: 1.5; color: var(--navy-800); font-weight: 600; }
.ledger { background: var(--navy-800); color: var(--white); border-top: 10px solid var(--yellow); border-radius: var(--radius); padding: 24px 28px 12px; box-shadow: 12px 12px 0 var(--steel-200); }
.ledger__title { font-size: 1.75rem; margin-bottom: 8px; }
.ledger dl > div { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 12px 0; border-top: 1px solid var(--navy-500); }
.ledger dt { font-size: 0.8125rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--navy-200); }
.ledger dd { font-family: var(--display); font-weight: 700; font-size: 1.375rem; line-height: 1.1; text-transform: uppercase; text-align: right; }

.crew { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: clamp(40px, 6vw, 72px); }
.crew li { background: var(--navy-700); padding: 28px; border-top: 6px solid var(--yellow); }
.crew__truck { display: inline-block; background: var(--yellow); color: var(--navy-950) !important; font-family: var(--display); font-weight: 700; font-size: 1rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 2px 10px; border-radius: var(--radius); margin-bottom: 14px; }
.crew h3 { font-size: 2rem; }
.crew__role { margin-top: 4px !important; font-size: 0.8125rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--navy-200) !important; }

.creds { margin-top: 24px; border-top: 2px solid var(--navy-800); }
.creds li { display: flex; gap: 14px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid var(--steel-200); }
.creds .ico { width: 28px; height: 28px; color: var(--navy-800); margin-top: 2px; }
.creds strong { display: block; font-family: var(--display); font-weight: 700; font-size: 1.375rem; line-height: 1.1; text-transform: uppercase; color: var(--navy-800); }
.creds span { font-size: 0.9375rem; color: var(--steel-600); }
.split--even h2 { margin-bottom: 16px; color: var(--navy-800); }
.split--even .checks--dark { margin-top: 24px; border-top: 2px solid var(--navy-800); }

/* ---------- Contact page: multi-step quote request ---------- */
.quotelayout { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.8fr); gap: clamp(28px, 4vw, 56px); align-items: start; }

.qprogress { --qfill: 0%; position: relative; display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 24px; }
.qprogress::before, .qprogress::after { content: ""; position: absolute; top: 18px; left: 12.5%; height: 4px; }
.qprogress::before { width: 75%; background: var(--steel-200); }
.qprogress::after { background: var(--navy-800); width: calc(var(--qfill) * 0.75); transition: width .25s ease; }
.qprogress li { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; }
.qprogress__n { display: grid; place-items: center; width: 40px; height: 40px; background: var(--white); border: 3px solid var(--steel-200); color: var(--steel-600); font-family: var(--display); font-weight: 800; font-size: 1.375rem; border-radius: var(--radius); }
.qprogress__t { font-family: var(--display); font-weight: 700; font-size: 1.0625rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--steel-600); }
.qprogress li.is-done .qprogress__n { background: var(--navy-800); border-color: var(--navy-800); color: var(--white); }
.qprogress li.is-current .qprogress__n { background: var(--yellow); border-color: var(--navy-800); color: var(--navy-950); }
.qprogress li.is-current .qprogress__t, .qprogress li.is-done .qprogress__t { color: var(--navy-800); }

.qform, .qdone { background: var(--white); border: 2px solid var(--navy-800); border-top: 10px solid var(--yellow); border-radius: var(--radius); padding: clamp(22px, 3.4vw, 40px); box-shadow: 12px 12px 0 var(--navy-800); }
.qstep + .qstep { margin-top: 40px; }
.qform.is-enhanced .qstep { display: none; margin-top: 0; }
.qform.is-enhanced .qstep.is-active { display: block; }
.qstep > legend { display: block; width: 100%; }
.qstep__count { display: block; font-size: 0.8125rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--steel-600); margin-bottom: 6px; }
.qstep__title { display: block; font-family: var(--display); font-weight: 800; font-size: clamp(2rem, 4vw, 2.75rem); line-height: 1; text-transform: uppercase; color: var(--navy-800); }
.qstep__title:focus { outline: none; }
.qstep__title:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; box-shadow: none; }
.qstep__help { margin: 10px 0 24px; color: var(--steel-600); }

.picks--grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.picks--stack { display: grid; gap: 12px; }
.pick { position: relative; display: block; cursor: pointer; }
.pick input { position: absolute; opacity: 0; width: 100%; height: 100%; inset: 0; margin: 0; cursor: pointer; }
.pick__box { display: flex; flex-direction: column; gap: 6px; height: 100%; padding: 18px 16px; background: var(--white); border: 2px solid var(--navy-800); border-radius: var(--radius); transition: background-color .12s ease, color .12s ease; }
.pick__box .ico { width: 32px; height: 32px; color: var(--navy-800); margin-bottom: 6px; }
.pick__name { font-family: var(--display); font-weight: 700; font-size: 1.3125rem; line-height: 1.05; text-transform: uppercase; letter-spacing: 0.01em; color: var(--navy-800); }
.pick__hint { font-size: 0.875rem; line-height: 1.35; color: var(--steel-600); }
.pick:hover .pick__box { background: var(--steel-50); }
.pick input:checked + .pick__box { background: var(--navy-800); border-color: var(--navy-800); box-shadow: inset 0 -8px 0 var(--yellow); }
.pick input:checked + .pick__box .pick__name { color: var(--white); }
.pick input:checked + .pick__box .pick__hint { color: #D8E0EA; }
.pick input:checked + .pick__box .ico { color: var(--yellow); }
.pick input:focus-visible + .pick__box { outline: 3px solid var(--yellow); outline-offset: 2px; box-shadow: 0 0 0 7px var(--navy-950); }
.pick--row .pick__box { padding: 16px 20px 16px 60px; }
.pick--row .pick__box::before { content: ""; position: absolute; left: 20px; top: 50%; width: 22px; height: 22px; margin-top: -13px; border: 3px solid var(--navy-800); border-radius: 50%; background: var(--white); }
.pick--row input:checked + .pick__box::before { border-color: var(--yellow); background: radial-gradient(var(--yellow) 0 45%, var(--navy-800) 50%); }
.picks + .qerror { margin-top: 12px; }
.qstep .picks ~ .field { margin-top: 28px; }

.qurgent { margin-top: 20px; background: var(--yellow); color: var(--navy-950); padding: 20px 24px; border-radius: var(--radius); }
.qurgent .cta { margin-top: 14px; }

.fieldrow { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-bottom: 20px; }
.field--inline { display: flex; flex-wrap: wrap; gap: 8px; align-content: flex-start; }
.field--inline legend { width: 100%; float: left; }
.chip { position: relative; cursor: pointer; }
.chip input { position: absolute; opacity: 0; inset: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.chip span { display: grid; place-items: center; min-width: 78px; min-height: 50px; padding: 0 16px; border: 2px solid var(--navy-800); border-radius: var(--radius); font-weight: 700; color: var(--navy-800); background: var(--white); }
.chip input:checked + span { background: var(--navy-800); color: var(--white); box-shadow: inset 0 -5px 0 var(--yellow); }
.chip input:focus-visible + span { outline: 3px solid var(--yellow); outline-offset: 2px; box-shadow: 0 0 0 7px var(--navy-950); }

.qsummary > div { display: grid; grid-template-columns: 150px minmax(0, 1fr) auto; gap: 8px 16px; align-items: baseline; padding: 14px 0; border-bottom: 1px solid var(--steel-200); }
.qsummary > div:first-child { border-top: 2px solid var(--navy-800); }
.qsummary dt { font-size: 0.8125rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--steel-600); }
.qsummary dd { font-weight: 600; overflow-wrap: anywhere; }
.qsummary__edit { background: none; border: 0; padding: 4px 6px; font-weight: 700; color: var(--navy-800); text-decoration: underline; text-decoration-color: var(--yellow); text-decoration-thickness: 3px; text-underline-offset: 4px; cursor: pointer; }
.qsummary--done { margin-top: 24px; }

.qnav { display: none; justify-content: space-between; align-items: center; gap: 12px; margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--steel-200); }
.is-enhanced .qnav { display: flex; }
.qnav #q-next, .qnav #q-send { margin-left: auto; }

.qdone__icon { display: grid; place-items: center; width: 64px; height: 64px; background: var(--yellow); color: var(--navy-950); border-radius: var(--radius); margin-bottom: 20px; }
.qdone__icon .ico { width: 36px; height: 36px; stroke-width: 2.6; }
.qdone h2 { color: var(--navy-800); font-size: clamp(2rem, 4vw, 2.75rem); margin-bottom: 16px; }
.qdone h2:focus { outline: none; }
.qdone__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.sidecol { display: grid; gap: 20px; }
.sidebox { background: var(--white); border: 2px solid var(--navy-800); border-radius: var(--radius); padding: 24px; }
.sidebox h2 { font-size: 1.625rem; color: var(--navy-800); margin-bottom: 12px; }
.sidebox a { color: var(--navy-800); font-weight: 700; text-underline-offset: 3px; overflow-wrap: anywhere; }
.sidebox--call { background: var(--navy-800); color: var(--white); border-top: 10px solid var(--yellow); }
.sidebox--call h2 { color: var(--white); }
.sidebox--call p { color: #D8E0EA; font-size: 0.9375rem; }
.sidebox .sidebox__phone { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 800; font-size: 2.375rem; line-height: 1; color: var(--yellow); text-decoration: none; white-space: nowrap; margin-bottom: 10px; }
.sidebox__phone .ico { width: 0.7em; height: 0.7em; stroke-width: 2.2; }
.hourslist > div { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--steel-200); }
.hourslist > div:last-child { border-bottom: 0; }
.hourslist dd { font-weight: 700; text-align: right; }

.after { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); counter-reset: after; border-top: 2px solid var(--navy-800); border-left: 2px solid var(--navy-800); }
.after li { padding: 28px 24px; border-right: 2px solid var(--navy-800); border-bottom: 2px solid var(--navy-800); }
.after__icon { display: grid; place-items: center; width: 52px; height: 52px; background: var(--yellow); color: var(--navy-950); border-radius: var(--radius); margin-bottom: 18px; }
.after__icon .ico { width: 28px; height: 28px; }
.after h3 { color: var(--navy-800); margin-bottom: 8px; }
.after p { color: var(--steel-600); font-size: 1rem; }

/* ---------- Footer ---------- */
.foot { background: var(--navy-950); color: #C9D3DF; font-size: 0.9375rem; }
.foot__grid { display: grid; grid-template-columns: 1.4fr 1fr 1.1fr 1.1fr; gap: 40px; padding-block: 64px 48px; }
.foot__name { font-family: var(--display); font-weight: 800; font-size: 2rem; line-height: 1; text-transform: uppercase; color: var(--white); margin-bottom: 14px; }
.foot__lic { font-weight: 700; color: var(--yellow); font-size: 0.8125rem; letter-spacing: 0.08em; text-transform: uppercase; }
.foot__head { font-family: var(--display); font-weight: 700; font-size: 1.25rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--white); margin-bottom: 14px; padding-bottom: 10px; border-bottom: 2px solid var(--yellow); }
.foot__col li + li { margin-top: 8px; }
.foot a { text-decoration: none; }
.foot a:hover { color: var(--yellow); text-decoration: underline; }
.foot__phone { font-family: var(--display); font-weight: 800; font-size: 1.875rem; line-height: 1.1; color: var(--yellow); }
.foot__base { border-top: 1px solid var(--navy-700); font-size: 0.8125rem; }
.foot__base-row { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px 24px; padding-block: 18px; }
.foot__base a { color: var(--yellow); text-decoration: underline; }

/* ---------- Sticky call bar (phones) ---------- */
.callbar { display: none; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1180px) {
  .mast__call { display: none; }
  .badges__row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .badges__row li { border-bottom: 1px solid var(--steel-200); }
  .picks--grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 960px) {
  html { scroll-padding-top: 140px; }
  .util__lic { display: none; }
  .burger { display: inline-flex; }
  .mast__row { min-height: 72px; gap: 16px; }
  .mainnav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--white); border-bottom: 4px solid var(--navy-800); box-shadow: 0 18px 30px rgba(7, 21, 39, 0.25); }
  .mainnav.is-open { display: block; }
  .mainnav ul { flex-direction: column; align-items: stretch; gap: 0; padding: 8px var(--gutter) 20px; }
  .mainnav a { padding: 16px 4px; font-size: 1.5rem; border-bottom: 1px solid var(--steel-200); }
  .mainnav a[aria-current="page"] { border-bottom-color: var(--steel-200); box-shadow: inset 6px 0 0 var(--yellow); padding-left: 18px; }
  .mainnav__quote { margin: 18px 0 0; }
  .mainnav .mainnav__quote a { text-align: center; padding: 16px; box-shadow: 0 4px 0 var(--yellow-600); }
  .jump { top: 76px; }

  .hero__grid, .pagehead__grid, .split--van, .split--map, .split--mapfirst, .split--even, .split--timeline, .split--brands,
  .reviews, .service__grid, .faqwrap, .story, .quotelayout, .bandhead { grid-template-columns: minmax(0, 1fr); }
  .bandhead { gap: 16px; }
  .svcgrid, .signs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .winter__grid, .notes, .crew { grid-template-columns: minmax(0, 1fr); }
  .after { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .townlist { grid-template-columns: minmax(0, 1fr); }
  .foot__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero { background: var(--navy-800); }
  .quick, .ledger, .qform, .qdone { box-shadow: 8px 8px 0 var(--navy-950); }
  .ledger { box-shadow: 8px 8px 0 var(--steel-200); }
  .mapframe { box-shadow: 8px 8px 0 var(--yellow); margin-right: 8px; }
  .quick, .qform, .qdone { margin-right: 8px; }
}

@media (max-width: 640px) {
  body { font-size: 1rem; padding-bottom: 68px; }
  .conceptstrip { font-size: 0.75rem; padding: 6px 12px; }
  .util__hours { display: none; }
  .util__row { justify-content: center; }
  .util__phone { margin: 0; }
  .logo__name { font-size: 1.75rem; }
  .logo__mark { width: 40px; height: 40px; }

  .hero h1 { font-size: clamp(2.6rem, 12.5vw, 3.4rem); }
  .hero__tag { font-size: 0.9375rem; letter-spacing: 0.05em; }
  .bigphone { display: flex; margin-top: 26px; }
  .bigphone__num { font-size: clamp(2.2rem, 11vw, 3rem); }
  .ticks { flex-direction: column; gap: 8px; }
  .ratebar__quote { display: none; }
  .ratebar__row { justify-content: space-between; }
  .badges__row { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-inline: 0; }
  .badges__row li { padding: 18px 16px; column-gap: 10px; }
  .badges__row li:last-child { grid-column: 1 / -1; }
  .badges__row strong { font-size: 1.1875rem; }
  .ico--lg { width: 28px; height: 28px; }

  .svcgrid, .signs, .after, .brands { grid-template-columns: minmax(0, 1fr); }
  .brands { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .svc { display: grid; grid-template-columns: 48px minmax(0, 1fr); column-gap: 16px; padding: 24px 20px; }
  .svc__icon { width: 48px; height: 48px; grid-row: 1 / span 3; margin: 0; }
  .svc__icon .ico { width: 26px; height: 26px; }
  .svc h3 { font-size: 1.5rem; margin-bottom: 8px; }
  .svc p { margin-bottom: 14px; }
  .rules { grid-template-columns: minmax(0, 1fr); }
  .rules li, .rules li + li { padding: 24px 0; border-left: 0; }
  .rules li + li { border-top: 1px solid var(--navy-500); }
  .rules--light li + li { border-top-color: var(--steel-200); }
  .rules--light li:first-child { padding-top: 0; }
  .score__num { font-size: 5.5rem; }
  .quote { padding: 20px; }
  .quote blockquote { font-size: 1.125rem; }
  .towns { grid-template-columns: minmax(0, 1fr); }
  .cta--xl { min-height: 58px; font-size: 1.3125rem; padding-inline: 20px; width: 100%; }
  .closer__actions, .emergency__actions, .pagehead__actions { width: 100%; }
  .closer { background: var(--navy-800); }
  .pagehead { background: var(--navy-800); }
  .callout { flex-direction: column; gap: 12px; padding: 24px; }
  /* Comparison table: row label on its own line, the two options side by side */
  .compare { min-width: 0; display: block; }
  .compare thead, .compare tbody { display: block; }
  .compare tr { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .compare thead th:first-child { display: none; }
  .compare thead th { font-size: 1.375rem; padding: 14px; }
  .compare tbody th { grid-column: 1 / -1; width: auto; padding: 10px 14px 8px; border-bottom: 0; }
  .compare td { padding: 10px 14px 16px; font-size: 0.9375rem; line-height: 1.45; }
  .compare thead th + th { border-left: 1px solid var(--navy-500); }
  .faq summary { font-size: 1.3125rem; }
  .faq details p { padding-right: 4px; }
  .spec > div { padding: 16px 18px; }
  .spec .spec__cost strong { white-space: normal; }

  .picks--grid { gap: 10px; }
  .pick__box { padding: 14px 12px; }
  .pick__name { font-size: 1.1875rem; }
  .pick--row .pick__box { padding: 14px 14px 14px 52px; }
  .pick--row .pick__box::before { left: 16px; }
  .fieldrow { grid-template-columns: minmax(0, 1fr); }
  .qprogress__t { font-size: 0.875rem; letter-spacing: 0.03em; }
  .qsummary > div { grid-template-columns: minmax(0, 1fr) auto; }
  .qsummary dt { grid-column: 1 / -1; }
  .qnav .cta { padding-inline: 18px; }
  .qdone__actions .cta { width: 100%; text-align: center; line-height: 1.15; }
  .sidebox .sidebox__phone { font-size: 2.125rem; }

  .foot__grid { grid-template-columns: minmax(0, 1fr); gap: 32px; padding-block: 48px 36px; }

  .callbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 120; display: grid; grid-template-columns: 1.6fr 1fr; border-top: 3px solid var(--navy-950); }
  .callbar a { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 60px; padding: 8px; font-family: var(--display); font-weight: 800; font-size: 1.3125rem; letter-spacing: 0.03em; text-transform: uppercase; text-decoration: none; white-space: nowrap; }
  .callbar__call { background: var(--yellow); color: var(--navy-950); }
  .callbar__quote { background: var(--navy-800); color: var(--white); }
  .callbar .ico { width: 20px; height: 20px; stroke-width: 2.4; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

@media print {
  .conceptstrip, .util, .burger, .mainnav, .callbar, .jump, .hazard { display: none !important; }
}
