/* Brightcombe Electrical — concept site by Northpin Studio
   Palette: paper #FFFFFF · casing #EDEFEE · graphite #15181C · isolator red #C62A1F · earth green #1D7A46
   Type: Space Grotesk (display, labels, figures) + DM Sans (body) */

@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/space-grotesk-latin-wght-normal.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/dm-sans-latin-wght-normal.woff2") format("woff2");
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}

:root {
  --paper: #FFFFFF;
  --casing: #EDEFEE;
  --casing-2: #E1E5E4;
  --graphite: #15181C;
  --graphite-2: #20252B;
  --rail: #2A3038;
  --text: #1C2026;
  --muted: #4B525A;
  --line: #D5DAD9;
  --field: #8A9199;
  --isolator: #C62A1F;
  --isolator-deep: #A3211A;
  --isolator-lite: #FF7568;
  --earth: #1D7A46;
  --earth-lite: #63D394;
  --focus: #15181C;

  --f-display: "Space Grotesk", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --f-body: "DM Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --gutter: 16px;
  --wrap: 1200px;
  --sec: 64px;
  --r: 12px;
  --r-lg: 18px;
  --dock-h: 0px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-padding-top: 16px; scroll-padding-bottom: calc(var(--dock-h) + 12px); }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: var(--f-body);
  font-size: 1.0625rem;
  line-height: 1.55;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg, picture { display: block; max-width: 100%; }
img { height: auto; }
h1, h2, h3, h4 { font-family: var(--f-display); margin: 0; color: var(--graphite); font-weight: 700; letter-spacing: -0.025em; text-wrap: balance; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
a { color: inherit; }
button, input, textarea, select { font: inherit; color: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; border-radius: 4px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

.wrap { width: 100%; max-width: calc(var(--wrap) + 2 * var(--gutter)); margin-inline: auto; padding-inline: var(--gutter); }

.skip { position: absolute; left: 12px; top: -80px; z-index: 100; background: var(--graphite); color: #fff; padding: 12px 16px; border-radius: 8px; font-weight: 600; }
.skip:focus { top: 12px; }

/* ---------- Honesty ribbon ---------- */
.ribbon { background: #F4F5F5; border-bottom: 1px solid var(--line); font-size: 0.8125rem; line-height: 1.4; color: var(--muted); }
.ribbon__in { max-width: calc(var(--wrap) + 2 * var(--gutter)); margin-inline: auto; padding: 7px var(--gutter); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 2px 16px; }
.ribbon__links { display: flex; gap: 16px; }
.ribbon a { color: var(--graphite); font-weight: 600; text-underline-offset: 2px; display: inline-flex; align-items: center; min-height: 44px; margin-block: -10px; }
.is-clean .ribbon { display: none; }

/* ---------- Emergency alert bar ---------- */
.alert { background: var(--isolator); color: #fff; }
.alert__in { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 48px; padding-block: 2px; }
.alert__text { font-size: 1rem; line-height: 1.3; display: flex; align-items: center; gap: 10px; min-width: 0; }
.alert__text strong { font-weight: 600; }
.alert__short, .alert__more, .alert__long, .alert__callword { display: none; }
.alert__xs { white-space: nowrap; }
.alert__call { flex: none; display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 14px; border-radius: 999px; background: #fff; color: var(--isolator-deep); font-family: var(--f-display); font-weight: 700; font-size: 0.9375rem; text-decoration: none; font-variant-numeric: tabular-nums; white-space: nowrap; }
.alert__call svg { width: 17px; height: 17px; }
@media (max-width: 359.98px) {
  .alert__num { display: none; }
  .alert__callword { display: inline; }
  .menu-btn { width: 48px; justify-content: center; padding: 0; }
  .menu-btn span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
}
@media (min-width: 460px) and (max-width: 559.98px) {
  .alert__xs { display: none; }
  .alert__short { display: inline; white-space: nowrap; }
}
.alert { --focus: #fff; }
.alert .alert__call:focus-visible { outline-color: #fff; }

.live-dot { flex: none; width: 9px; height: 9px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 0 rgba(255,255,255,.7); }
@media (prefers-reduced-motion: no-preference) {
  .live-dot { animation: pulse 2.2s ease-out infinite; }
  @keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(255,255,255,.65); } 70%, 100% { box-shadow: 0 0 0 9px rgba(255,255,255,0); } }
}

/* ---------- Header ---------- */
.site-head { background: var(--paper); border-bottom: 1px solid var(--line); position: relative; z-index: 40; }
.site-head__in { display: flex; align-items: center; gap: 12px; min-height: 68px; }
.logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--graphite); margin-right: auto; min-height: 44px; }
.logo__mark { width: 36px; height: 36px; flex: none; }
.logo__word { font-family: var(--f-display); font-weight: 700; font-size: 1.3125rem; letter-spacing: -0.03em; line-height: 1; display: flex; flex-direction: column; }
.logo__word small { font-size: 0.75rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-top: 4px; white-space: nowrap; }
.logo--light { color: #fff; }
.logo--light .logo__word small { color: #AEB5BC; }

.head-call { display: none; align-items: center; gap: 8px; min-height: 44px; padding: 0 16px; border-radius: 999px; background: var(--isolator); color: #fff; text-decoration: none; font-family: var(--f-display); font-weight: 700; font-variant-numeric: tabular-nums; white-space: nowrap; flex: none; }
.head-call svg { width: 17px; height: 17px; }
.head-call__num { display: none; }

.menu-btn { flex: none; display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 14px; border: 1.5px solid var(--graphite); border-radius: 999px; background: none; font-family: var(--f-display); font-weight: 600; font-size: 0.9375rem; }
.menu-btn svg { width: 20px; height: 20px; }

.nav { display: none; }
.nav a { text-decoration: none; white-space: nowrap; }
@media (max-width: 1199.98px) {
  .nav.is-open { display: block; position: absolute; left: 0; right: 0; top: 100%; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 24px 40px -24px rgba(21,24,28,.35); padding: 8px var(--gutter) 16px; overflow-y: auto; overscroll-behavior: contain; }
  .nav.is-open ul { max-width: var(--wrap); margin-inline: auto; }
  .nav.is-open a { display: flex; align-items: center; min-height: 52px; font-family: var(--f-display); font-weight: 600; font-size: 1.125rem; border-bottom: 1px solid var(--line); }
  .nav.is-open .nav__quote a { border: 0; margin-top: 12px; justify-content: center; background: var(--graphite); color: #fff; border-radius: 10px; }
  /* Menu open: dim and lock the page behind it */
  html.menu-open body { overflow: hidden; }
  html.menu-open body::after { content: ""; position: fixed; inset: 0; z-index: 30; background: rgba(21,24,28,.42); }
  html.menu-open .dock { transform: translateY(110%); visibility: hidden; }
}
html:not(.js) .nav { display: block; width: 100%; }
html:not(.js) .nav ul { display: flex; flex-wrap: wrap; gap: 4px 16px; padding-bottom: 12px; }
html:not(.js) .site-head__in { flex-wrap: wrap; }
html:not(.js) .menu-btn { display: none; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 10px 20px; border-radius: 12px; border: 1.5px solid transparent; font-family: var(--f-display); font-weight: 600; font-size: 1rem; line-height: 1.2; text-decoration: none; text-align: center; transition: background-color .15s, color .15s, border-color .15s, transform .15s; }
.btn svg { width: 20px; height: 20px; flex: none; }
.btn--xl { min-height: 60px; padding: 10px 22px; font-size: 1.0625rem; }
.btn--block { display: flex; width: 100%; }
.btn--call { background: var(--isolator); color: #fff; }
.btn--dark { background: var(--graphite); color: #fff; }
.btn--ghost { background: transparent; color: var(--graphite); border-color: var(--graphite); }
.btn__stack { display: flex; flex-direction: column; align-items: flex-start; text-align: left; gap: 2px; }
.btn__stack > span { white-space: nowrap; }
.btn__stack small { font-family: var(--f-body); font-weight: 400; font-size: 0.875rem; opacity: .9; letter-spacing: 0; }
.btn:active { transform: translateY(1px); }
@media (hover: hover) {
  .btn--call:hover { background: var(--isolator-deep); }
  .btn--dark:hover { background: #2C323A; }
  .btn--ghost:hover { background: var(--graphite); color: #fff; }
  .head-call:hover { background: var(--isolator-deep); }
}

/* ---------- Shared bits ---------- */
.tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--f-display); font-weight: 600; font-size: 0.8125rem; line-height: 1; letter-spacing: 0.09em; text-transform: uppercase; color: var(--graphite); background: var(--paper); border: 1px solid var(--line); border-radius: 4px; padding: 7px 10px 6px 9px; box-shadow: inset 3px 0 0 var(--isolator); }
.tag--dark { background: transparent; color: #E6E9EB; border-color: rgba(255,255,255,.28); box-shadow: inset 3px 0 0 var(--isolator-lite); }
.sec-head { display: grid; gap: 14px; margin-bottom: 32px; max-width: 720px; }
.sec-head > p:not(.tag) { color: var(--muted); max-width: 60ch; }
.sec-head .tag { justify-self: start; }
h2 { font-size: clamp(1.875rem, 1.3rem + 2.4vw, 3rem); line-height: 1.04; letter-spacing: -0.035em; }
h3 { font-size: 1.1875rem; line-height: 1.25; font-weight: 600; letter-spacing: -0.015em; }
section { padding-block: var(--sec); }

.chip { display: inline-block; background: rgba(21,24,28,.82); color: #fff; font-size: 0.8125rem; line-height: 1.3; padding: 7px 10px; border-radius: 6px; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }

/* ---------- Hero ---------- */
.hero { padding-block: 24px 48px; }
.hero__in { display: grid; gap: 24px; }
.hero__copy { display: grid; gap: 16px; align-content: start; }
.hero__copy .tag { justify-self: start; }
.hero h1 { font-size: clamp(2.4rem, 1.5rem + 4.1vw, 4.25rem); line-height: 0.99; letter-spacing: -0.04em; }
.hero h1 span { color: var(--isolator); display: inline; }
.hero__lede { font-size: 1.0625rem; color: var(--muted); max-width: 54ch; }
.hero__ctas { display: grid; gap: 10px; margin-top: 4px; }
.hero__ctas .btn { justify-content: flex-start; }
.status { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 1rem; color: var(--muted); }
.is-night .status [data-office-status] { color: var(--graphite); font-weight: 600; }
.is-night .status [data-office-status]::before { background: var(--isolator); }
.status__item { display: inline-flex; align-items: center; gap: 8px; }
.status__item--on { color: var(--earth); font-weight: 600; }
.status__dot { display: inline-block; flex: none; width: 9px; height: 9px; border-radius: 50%; background: var(--earth); box-shadow: 0 0 0 3px rgba(29,122,70,.18); }
.status__item.is-closed::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: #9AA1A8; }
.status__item.is-open::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--earth); }

.hero__media { position: relative; margin: 0; border-radius: var(--r-lg); overflow: hidden; background: var(--casing); aspect-ratio: 1 / 1.02; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; }
.hero__media figcaption { position: absolute; left: 12px; bottom: 12px; right: 12px; }

.trust { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 28px; }
.trust li { display: grid; gap: 10px; align-content: start; padding: 14px; border-radius: var(--r); background: var(--casing); }
.trust svg { width: 26px; height: 26px; flex: none; color: var(--graphite); }
.trust p { display: grid; gap: 2px; }
.trust strong { font-family: var(--f-display); font-weight: 600; font-size: 1.0625rem; line-height: 1.25; letter-spacing: -0.01em; color: var(--graphite); }
.trust span { display: none; font-size: 1rem; color: var(--muted); line-height: 1.45; }

/* ---------- Emergency ---------- */
.emerg { background: var(--graphite); color: #D9DDE0; --focus: #fff; }
.emerg h2 { color: #fff; }
.emerg__in { display: grid; gap: 36px; }
.emerg__copy { display: grid; gap: 22px; align-content: start; }
.emerg__copy .tag { justify-self: start; }
.steps { counter-reset: step; display: grid; gap: 0; border-top: 1px solid rgba(255,255,255,.14); }
.steps li { counter-increment: step; position: relative; padding: 16px 0 16px 52px; border-bottom: 1px solid rgba(255,255,255,.14); color: #C4CACF; }
.steps li::before { content: counter(step); position: absolute; left: 0; top: 14px; width: 34px; height: 34px; border-radius: 8px; border: 1.5px solid rgba(255,255,255,.35); display: grid; place-items: center; font-family: var(--f-display); font-weight: 700; color: #fff; font-size: 1rem; }
.steps li:first-child::before { background: var(--isolator); border-color: var(--isolator); }
.steps strong { color: #fff; font-weight: 600; display: block; margin-bottom: 2px; }
.emerg__copy .btn { justify-self: stretch; justify-content: flex-start; }
.emerg__side { display: grid; gap: 16px; align-content: start; }
.emerg__media { margin: 0; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 3 / 2; background: #0B0D10; }
.emerg__media img { width: 100%; height: 100%; object-fit: cover; }
.rates { display: grid; grid-template-columns: 1fr 1fr; margin: 0; border: 1px solid rgba(255,255,255,.18); border-radius: var(--r); overflow: hidden; }
.rates div { padding: 14px 16px; }
.rates div + div { border-left: 1px solid rgba(255,255,255,.18); }
.rates dt { font-size: 0.9375rem; color: #AEB5BC; }
.rates dd { margin: 2px 0 0; font-family: var(--f-display); font-weight: 700; font-size: 2rem; letter-spacing: -0.03em; color: #fff; font-variant-numeric: tabular-nums; line-height: 1.1; }
.rates__note { font-size: 1rem; color: #AEB5BC; }

/* ---------- Prices ---------- */
.price-list { border-top: 2px solid var(--graphite); }
.price { display: grid; grid-template-columns: 1fr auto; column-gap: 16px; row-gap: 6px; padding: 18px 0; border-bottom: 1px solid var(--line); align-items: start; }
.price__main { display: grid; gap: 4px; grid-row: span 2; align-self: start; }
.price__main p { color: var(--muted); font-size: 1rem; line-height: 1.5; }
.price__num { font-family: var(--f-display); font-weight: 700; font-size: 1.375rem; letter-spacing: -0.02em; color: var(--graphite); white-space: nowrap; font-variant-numeric: tabular-nums; text-align: right; line-height: 1.1; display: flex; flex-direction: column; align-items: flex-end; }
.price__num small { font-size: 0.8125rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.price__num small:last-child:not(:first-child) { text-transform: none; letter-spacing: 0; font-weight: 500; font-size: 0.8125rem; }
.price__go { grid-column: 2; justify-self: end; align-self: end; display: inline-flex; align-items: center; gap: 6px; min-height: 44px; padding: 0 12px 0 14px; margin-top: 6px; white-space: nowrap; border: 1.5px solid var(--line); border-radius: 999px; background: var(--paper); font-family: var(--f-display); font-weight: 600; font-size: 0.9375rem; color: var(--graphite); }
.price__go svg { width: 16px; height: 16px; }
@media (hover: hover) { .price__go:hover { border-color: var(--graphite); } }

/* ---------- Estimator: the quote board (signature) ---------- */
.est { background: var(--casing); }
.est__grid { display: grid; gap: 20px; align-items: start; }

.board { background: linear-gradient(180deg, #F7F8F7, #E9ECEB); border-radius: 20px; padding: 14px 12px 12px; box-shadow: inset 0 0 0 1px #CDD3D2, inset 0 2px 0 #fff, 0 30px 50px -34px rgba(21,24,28,.45), 0 2px 4px rgba(21,24,28,.06); }
.board__plate { display: flex; align-items: center; justify-content: space-between; padding: 0 6px 12px; }
.board__brand { font-family: var(--f-display); font-weight: 600; font-size: 0.8125rem; letter-spacing: 0.14em; text-transform: uppercase; color: #5C636B; }
.board__led { display: inline-block; width: 10px; height: 10px; border-radius: 50%; background: #A7AEB4; box-shadow: inset 0 1px 1px rgba(0,0,0,.25); transition: background-color .2s, box-shadow .2s; }
.is-live .board__led { background: var(--isolator); box-shadow: 0 0 0 3px rgba(198,42,31,.18), 0 0 10px rgba(198,42,31,.55); }

.board__rail { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 14px; }
.brk { display: flex; flex-direction: column; min-width: 0; padding: 0; margin: 0; border: 0; background: none; text-align: center; -webkit-tap-highlight-color: transparent; border-radius: 0; }
.brk__label { display: grid; place-items: center; min-height: 46px; padding: 6px 4px; background: #fff; border-top: 1px solid #D0D6D5; border-bottom: 1px solid #D0D6D5; font-family: var(--f-display); font-weight: 600; font-size: 0.9375rem; line-height: 1.1; letter-spacing: -0.01em; color: var(--graphite); position: relative; transition: box-shadow .2s; }
.brk__body { display: block; background: var(--rail); padding: 8px 3px 10px; }
.brk__mod { position: relative; display: flex; flex-direction: column; align-items: center; gap: 6px; height: 104px; padding: 8px 4px 7px; border-radius: 5px; background: linear-gradient(180deg, #FFFFFF 0%, #F1F3F2 55%, #E3E7E6 100%); box-shadow: inset 0 -3px 0 rgba(0,0,0,.07), inset 0 0 0 1px rgba(0,0,0,.06); }
.brk__flag { width: 18px; height: 7px; border-radius: 2px; background: #3E9A63; box-shadow: inset 0 0 0 1px rgba(0,0,0,.15); transition: background-color .15s; }
.brk__slot { position: relative; width: 30px; height: 54px; border-radius: 7px; background: linear-gradient(180deg, #20252B, #2F353D); box-shadow: inset 0 2px 5px rgba(0,0,0,.55); flex: none; }
.brk__flag--none { visibility: hidden; }
.brk__lever { position: absolute; left: 3px; right: 3px; top: 3px; height: 25px; border-radius: 5px; background: linear-gradient(180deg, #3A414A, #15181C); box-shadow: 0 2px 3px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.14); transform: translateY(23px); transition: transform .22s cubic-bezier(.3, 1.5, .55, 1); }
.brk__lever::after { content: ""; position: absolute; left: 5px; right: 5px; top: 50%; height: 2px; margin-top: -1px; border-radius: 1px; background: rgba(255,255,255,.18); }
.brk__from { margin-top: auto; font-family: var(--f-display); font-weight: 600; font-size: 0.8125rem; letter-spacing: 0.02em; color: #545B63; white-space: nowrap; font-variant-numeric: tabular-nums; }

.brk[aria-checked="true"] .brk__lever { transform: translateY(0); }
.brk[aria-checked="true"] .brk__flag { background: var(--isolator); }
.brk[aria-checked="true"] .brk__label { box-shadow: inset 0 -4px 0 var(--isolator); }
.brk--main .brk__lever { background: linear-gradient(180deg, #E0473B, #A3211A); }
.brk--main .brk__label { color: var(--isolator-deep); }
.brk--main[aria-disabled="true"] { cursor: default; }
.brk--main[aria-disabled="true"] .brk__label { color: #6A7178; }
.is-live .brk--main .brk__lever { transform: translateY(0); }
.brk:focus-visible { outline: 3px solid var(--graphite); outline-offset: 3px; border-radius: 6px; position: relative; z-index: 2; }
@media (hover: hover) {
  .brk:not([aria-disabled="true"]):hover .brk__mod { background: linear-gradient(180deg, #FFFFFF 0%, #F6F8F7 60%, #E8ECEB 100%); }
}

/* rail corners: 3 per row on phones and 900–1099; 6 per row at 720–899 and from 1100 */
.brk:nth-child(3n+1) .brk__label { border-left: 1px solid #D0D6D5; border-top-left-radius: 6px; }
.brk:nth-child(3n+1) .brk__body { border-bottom-left-radius: 10px; padding-left: 7px; }
.brk:nth-child(3n) .brk__label { border-right: 1px solid #D0D6D5; border-top-right-radius: 6px; }
.brk:nth-child(3n) .brk__body { border-bottom-right-radius: 10px; padding-right: 7px; }
@media (min-width: 720px) and (max-width: 899.98px), (min-width: 1100px) {
  .board__rail { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .brk:nth-child(n) .brk__label { border-left: 0; border-right: 0; border-radius: 0; }
  .brk:nth-child(n) .brk__body { border-radius: 0; padding-left: 3px; padding-right: 3px; }
  .brk:first-child .brk__label { border-left: 1px solid #D0D6D5; border-top-left-radius: 6px; }
  .brk:first-child .brk__body { border-bottom-left-radius: 10px; padding-left: 8px; }
  .brk:last-child .brk__label { border-right: 1px solid #D0D6D5; border-top-right-radius: 6px; }
  .brk:last-child .brk__body { border-bottom-right-radius: 10px; padding-right: 8px; }
}
.board__hint { margin-top: 12px; padding: 0 6px; font-size: 0.9375rem; color: var(--muted); }

.readout { background: var(--paper); border-radius: 20px; box-shadow: 0 0 0 1px #D2D8D7, 0 24px 44px -34px rgba(21,24,28,.4); }
.readout__total { position: sticky; top: 0; z-index: 3; padding: 18px 20px 16px; background: var(--graphite); color: #fff; border-radius: 20px 20px 0 0; }
.readout__label { display: flex; align-items: center; gap: 10px; font-family: var(--f-display); font-weight: 600; font-size: 0.8125rem; letter-spacing: 0.09em; text-transform: uppercase; color: #C9CED2; }
.readout__label small { font-size: inherit; color: #9AA2A9; letter-spacing: 0.06em; margin-left: auto; }
.readout__label .board__led { background: #4D555E; box-shadow: none; }
.is-live .readout__label .board__led { background: var(--isolator-lite); box-shadow: 0 0 10px rgba(255,117,104,.7); }
.readout__sum { margin-top: 8px; font-family: var(--f-display); font-weight: 700; font-size: clamp(2.1rem, 1.6rem + 2vw, 2.75rem); line-height: 1.05; letter-spacing: -0.035em; font-variant-numeric: tabular-nums; color: #fff; }
.readout__sum.is-zero { color: #6F7780; }
@media (prefers-reduced-motion: no-preference) {
  .readout__sum.is-flash { animation: sumflash .7s ease-out; }
  @keyframes sumflash { 0% { color: var(--isolator-lite); text-shadow: 0 0 18px rgba(255,117,104,.55); } 100% { color: #fff; text-shadow: none; } }
}
.readout__note { margin-top: 6px; font-size: 1rem; color: #B9C0C6; }
.readout__jobs { padding: 4px 20px; }
.readout__empty { padding: 18px 0; color: var(--muted); font-size: 1rem; }
.readout__foot { padding: 4px 20px 20px; display: grid; gap: 10px; }
.readout__fine { font-size: 0.9375rem; color: var(--muted); text-align: center; }

.jp { padding: 18px 0; border-bottom: 1px solid var(--line); display: grid; gap: 14px; }
.jp:last-child { border-bottom: 0; }
.jp__head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.jp__head h3 { font-size: 1.125rem; }
.jp__range { font-family: var(--f-display); font-weight: 700; font-variant-numeric: tabular-nums; white-space: nowrap; color: var(--graphite); font-size: 1rem; }
.jp__range.is-incl { color: var(--earth); font-weight: 600; font-size: 0.9375rem; }
.jp__note { font-size: 0.9375rem; color: var(--muted); line-height: 1.45; }
.jp__off { justify-self: start; min-height: 44px; padding: 0 2px; background: none; border: 0; color: var(--muted); font-size: 1rem; text-decoration: underline; text-underline-offset: 3px; }
.opt-group { border: 0; margin: 0; padding: 0; min-width: 0; display: grid; gap: 8px; }
.opt-group__l { font-weight: 600; font-size: 0.9375rem; color: var(--graphite); }
.opt-group legend { padding: 0; margin-bottom: 8px; font-size: 0.9375rem; font-weight: 600; color: var(--graphite); }
.seg { display: flex; flex-wrap: wrap; gap: 8px; }
.seg label { position: relative; flex: 1 1 auto; }
.seg input { position: absolute; inset: 0; opacity: 0; margin: 0; cursor: pointer; }
.seg span { display: flex; align-items: center; justify-content: center; min-height: 44px; padding: 8px 14px; border: 1.5px solid var(--line); border-radius: 10px; background: var(--paper); font-size: 1rem; line-height: 1.25; text-align: center; transition: background-color .15s, border-color .15s, color .15s; }
.seg input:checked + span { background: var(--graphite); border-color: var(--graphite); color: #fff; font-weight: 600; }
.seg input:focus-visible + span { outline: 3px solid var(--graphite); outline-offset: 2px; }
@media (hover: hover) { .seg input:not(:checked):hover + span { border-color: var(--graphite); } }
.stepper { display: flex; align-items: center; gap: 0; border: 1.5px solid var(--line); border-radius: 12px; width: max-content; max-width: 100%; }
.stepper button { width: 48px; height: 48px; display: grid; place-items: center; border: 0; background: none; border-radius: 10px; color: var(--graphite); }
.stepper button:disabled { color: #B3B9BE; cursor: not-allowed; }
.stepper button svg { width: 20px; height: 20px; }
.stepper output { min-width: 128px; text-align: center; font-family: var(--f-display); font-weight: 600; font-variant-numeric: tabular-nums; }

/* ---------- Work ---------- */
.ba { display: grid; gap: 20px; margin-bottom: 40px; }
.ba__stage { position: relative; aspect-ratio: 4 / 3; border-radius: var(--r-lg); overflow: hidden; background: #2A2724; }
.ba__img { position: absolute; inset: 0; transition: opacity .45s ease; }
.ba__img img { width: 100%; height: 100%; object-fit: cover; }
.ba__img--after { opacity: 0; }
.ba__stage[data-show="after"] .ba__img--after { opacity: 1; }
.ba__badge { position: absolute; left: 12px; top: 12px; font-family: var(--f-display); font-weight: 700; font-size: 0.8125rem; letter-spacing: 0.09em; text-transform: uppercase; padding: 7px 10px; border-radius: 6px; background: var(--graphite); color: #fff; }
.ba__stage[data-show="after"] .ba__badge { background: var(--earth); }
.ba__info { display: grid; gap: 12px; align-content: start; }
.ba__switch { display: grid; grid-template-columns: 1fr 1fr; padding: 4px; gap: 4px; background: var(--casing); border-radius: 12px; margin-bottom: 8px; }
.ba__switch button { min-height: 48px; border: 0; border-radius: 9px; background: transparent; font-family: var(--f-display); font-weight: 600; font-size: 1rem; color: var(--muted); }
.ba__switch button[aria-pressed="true"] { background: var(--paper); color: var(--graphite); box-shadow: 0 1px 3px rgba(21,24,28,.18); }
.ba__info h3 { font-size: 1.375rem; }
.ba__info > p { color: var(--muted); }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 6px 0 0; border-top: 2px solid var(--graphite); }
.facts div { padding: 10px 0; }
.facts dt { font-size: 0.8125rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; font-family: var(--f-display); font-weight: 600; }
.facts dd { margin: 2px 0 0; font-family: var(--f-display); font-weight: 700; font-size: 1.375rem; letter-spacing: -0.02em; color: var(--graphite); font-variant-numeric: tabular-nums; }

/* Swipe rows on phones: jobs and reviews scroll sideways, next card peeks in */
.jobs, .quotes { display: grid; grid-auto-flow: column; grid-auto-columns: min(84%, 340px); gap: 14px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scroll-padding-inline: var(--gutter); margin-inline: calc(-1 * var(--gutter)); padding: 4px var(--gutter) 14px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.jobs::-webkit-scrollbar, .quotes::-webkit-scrollbar { display: none; }
.jobs > li, .quotes > li { scroll-snap-align: start; }
.jobs:focus-visible, .quotes:focus-visible { outline-offset: -3px; }
.job { display: grid; gap: 14px; align-content: start; }
.job picture { border-radius: var(--r); overflow: hidden; aspect-ratio: 4 / 3; background: var(--casing); }
.job img { width: 100%; height: 100%; object-fit: cover; }
.jobs .job:nth-child(3) img { object-position: 50% 30%; }
.job__txt { display: grid; gap: 6px; }
.job__where { font-family: var(--f-display); font-weight: 600; font-size: 0.8125rem; letter-spacing: 0.09em; text-transform: uppercase; color: var(--muted); }
.job__txt > p:last-child { color: var(--muted); font-size: 1rem; }

/* ---------- Who / registered / promises ---------- */
.who { padding-top: 16px; }
.who__top { display: grid; gap: 24px; }
.who__media { margin: 0; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 3 / 2; background: var(--casing); }
.who__media img { width: 100%; height: 100%; object-fit: cover; object-position: 40% 50%; }
.who__copy { display: grid; gap: 14px; align-content: center; }
.who__copy .tag { justify-self: start; }
.who__copy p:not(.tag) { color: var(--muted); }
.who__copy p:last-child { color: var(--graphite); font-weight: 500; }

.reg { margin-top: 40px; background: var(--casing); border-radius: var(--r-lg); padding: 22px 18px; display: grid; gap: 18px; }
.reg__head { display: grid; gap: 4px; }
.reg__head h3 { font-size: 1.375rem; }
.reg__head p { font-size: 1rem; color: var(--muted); }
.reg__list { display: grid; gap: 14px; }
.reg__list li { display: flex; gap: 12px; align-items: flex-start; font-size: 1rem; color: var(--muted); line-height: 1.5; }
.reg__list svg { flex: none; width: 24px; height: 24px; padding: 3px; margin-top: 1px; border-radius: 50%; background: var(--earth); color: #fff; }
.reg__list strong { color: var(--graphite); font-weight: 600; }

.promises-title { margin-top: 44px; font-size: 1.375rem; }
.promises { margin-top: 16px; display: grid; grid-template-columns: 1fr 1fr; column-gap: 16px; border-top: 2px solid var(--graphite); }
.promises li { padding: 14px 0 16px; border-bottom: 1px solid var(--line); display: grid; gap: 4px; align-content: start; }
.promises h4 { font-size: 1.0625rem; line-height: 1.25; font-weight: 600; letter-spacing: -0.015em; }
.promises p { color: var(--muted); font-size: 1rem; }

/* ---------- Reviews ---------- */
.reviews { background: var(--casing); }
.sample { display: inline-flex; align-items: center; gap: 6px; justify-self: start; align-self: start; font-size: 0.8125rem; font-weight: 600; color: var(--graphite); background: #FFF6D8; border: 1px dashed #8A6D00; border-radius: 6px; padding: 5px 9px; line-height: 1.3; }
.sample--sm { font-size: 0.8125rem; padding: 3px 8px; }
.sec-head--row { max-width: none; }
.quote { background: var(--paper); border-radius: var(--r-lg); padding: 20px 20px 18px; display: grid; gap: 12px; align-content: start; box-shadow: 0 0 0 1px #D2D8D7; }
.quote blockquote { margin: 0; }
.quote blockquote p { font-size: 1.0625rem; line-height: 1.55; color: var(--text); }
.quote blockquote p::before { content: "“"; font-family: var(--f-display); font-weight: 700; color: var(--isolator); margin-right: 1px; }
.quote blockquote p::after { content: "”"; font-family: var(--f-display); font-weight: 700; color: var(--isolator); }
.quote__who { font-size: 1rem; color: var(--muted); display: grid; gap: 1px; margin-top: auto; }
.quote__who strong { color: var(--graphite); font-weight: 600; font-size: 1rem; }

/* ---------- Area ---------- */
.area__in { display: grid; gap: 36px; }
.area__copy { display: grid; gap: 14px; align-content: start; }
.area__copy .tag { justify-self: start; }
.area__copy > p:not(.tag) { color: var(--muted); }
.pc { display: grid; gap: 8px; margin-top: 8px; }
.pc label { font-weight: 600; font-size: 1rem; }
.pc__row { display: flex; gap: 8px; }
.pc__row input { flex: 1; min-width: 0; }
.pc__row .btn { flex: none; min-height: 52px; padding-inline: 22px; }
.pc__result:empty { display: none; }
.pc__result { margin-top: 6px; border-radius: var(--r); padding: 16px; background: var(--casing); display: grid; gap: 10px; border-left: 5px solid var(--graphite); }
.pc__result h3 { font-size: 1.125rem; }
.pc__result p { font-size: 1rem; color: var(--muted); }
.pc__result.is-core { border-left-color: var(--earth); }
.pc__result.is-ext { border-left-color: #8A6D00; }
.pc__result.is-out, .pc__result.is-err { border-left-color: var(--isolator); }
.pc__result .btn { justify-self: start; min-height: 44px; }
.zone + .zone { margin-top: 24px; }
.zone h3 { font-size: 1rem; font-weight: 600; display: flex; gap: 10px; align-items: flex-start; letter-spacing: -0.005em; }
.zone__key { flex: none; width: 14px; height: 14px; border-radius: 3px; margin-top: 4px; }
.zone__key--core { background: #DDEFE4; box-shadow: inset 0 0 0 1.5px #1D7A46; }
.zone__key--ext { background: var(--casing); box-shadow: inset 0 0 0 1.5px #6A7178; }
.districts { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.districts li { font-family: var(--f-display); font-weight: 500; font-size: 0.9375rem; font-variant-numeric: tabular-nums; min-width: 50px; text-align: center; padding: 4px 6px; border-radius: 4px; background: #DDEFE4; color: #124D2B; }
.districts--ext li { background: var(--casing); color: var(--graphite); }
.districts li.is-hit { background: var(--graphite); color: #fff; font-weight: 700; }
.area__towns { margin-top: 20px; font-size: 1rem; color: var(--muted); }

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--line); }
.faq__in { display: grid; gap: 8px; }
.faq__list { border-top: 2px solid var(--graphite); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 60px; padding: 14px 0; cursor: pointer; font-family: var(--f-display); font-weight: 600; font-size: 1.0625rem; line-height: 1.3; letter-spacing: -0.01em; color: var(--graphite); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary svg { flex: none; width: 22px; height: 22px; transition: transform .2s; }
.faq details[open] summary svg { transform: rotate(180deg); }
.faq details p { padding: 0 0 18px; color: var(--muted); max-width: 64ch; }

/* ---------- Contact / form ---------- */
.contact { background: var(--casing); }
.contact__in { display: grid; gap: 20px; align-items: start; }
.contact__form { background: var(--paper); border-radius: 20px; padding: 24px 18px; box-shadow: 0 0 0 1px #D2D8D7; display: grid; gap: 14px; }
.contact__form .tag { justify-self: start; }
.contact__lede { color: var(--muted); }
.qform { display: grid; gap: 18px; margin-top: 8px; }
.field { display: grid; gap: 7px; border: 0; margin: 0; padding: 0; min-width: 0; }
.field-row { display: grid; gap: 18px; }
.field label, .field legend { font-weight: 600; font-size: 1rem; color: var(--graphite); padding: 0; }
.field legend { margin-bottom: 8px; }
.opt { font-weight: 400; color: var(--muted); font-size: 0.9375rem; margin-left: 4px; }
input[type="text"], input[type="tel"], input[type="email"], textarea { width: 100%; min-height: 52px; padding: 12px 14px; border: 1.5px solid var(--field); border-radius: 10px; background: var(--paper); font-size: 1.0625rem; line-height: 1.4; color: var(--text); transition: border-color .15s, box-shadow .15s; -webkit-appearance: none; appearance: none; }
textarea { resize: vertical; min-height: 110px; }
input::placeholder, textarea::placeholder { color: #6B727A; }
input:focus-visible, textarea:focus-visible { outline: 3px solid var(--graphite); outline-offset: 1px; border-color: var(--graphite); }
.field.is-bad input { border-color: var(--isolator); box-shadow: 0 0 0 1px var(--isolator); }
.field__err { font-size: 0.9375rem; color: var(--isolator-deep); font-weight: 500; }
.checks { display: flex; flex-wrap: wrap; gap: 8px; }
.checks label { position: relative; font-weight: 500; }
.checks input { position: absolute; inset: 0; opacity: 0; margin: 0; cursor: pointer; }
.checks span { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 8px 14px; border: 1.5px solid var(--line); border-radius: 999px; font-size: 1rem; background: var(--paper); transition: background-color .15s, color .15s, border-color .15s; }
.checks span::before { content: ""; width: 16px; height: 16px; border-radius: 4px; border: 1.5px solid var(--field); flex: none; background: #fff center / 12px no-repeat; }
.checks--radio span::before { border-radius: 50%; }
.checks input:checked + span { background: var(--graphite); border-color: var(--graphite); color: #fff; }
.checks input:checked + span::before { border-color: #fff; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m5 12.5 4.2 4.2L19 7' fill='none' stroke='%2315181C' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.checks--radio input:checked + span::before { background-image: none; box-shadow: inset 0 0 0 4px var(--graphite); }
.checks input:focus-visible + span { outline: 3px solid var(--graphite); outline-offset: 2px; }
.qform__fine { font-size: 0.9375rem; color: var(--muted); text-align: center; }
.qdone { display: grid; gap: 12px; padding: 20px; border-radius: var(--r); background: #EAF5EE; border: 1px solid #B9DCC6; }
.qdone:focus { outline: none; }
.qdone:focus-visible { outline: 3px solid var(--graphite); }
.qdone svg { width: 36px; height: 36px; padding: 6px; border-radius: 50%; background: var(--earth); color: #fff; }
.qdone h3 { font-size: 1.375rem; }
.qdone p { color: var(--text); }
.qdone .btn { justify-self: start; }
[hidden] { display: none !important; }

.info { display: grid; gap: 14px; }
.info__urgent { background: var(--graphite); color: #E6E9EB; border-radius: var(--r-lg); padding: 18px; display: grid; gap: 12px; --focus: #fff; }
.info__urgent strong { color: #fff; }
.info__urgent .btn { font-size: 1.25rem; font-variant-numeric: tabular-nums; min-height: 56px; }
.info__block { background: var(--paper); border-radius: var(--r-lg); padding: 20px 18px; box-shadow: 0 0 0 1px #D2D8D7; display: grid; gap: 12px; }
.info__block h3 { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 1.125rem; }
.info__live { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 4px; padding: 11px 12px; border-radius: 10px; background: #E3F2E9; color: #145C33; font-size: 1rem; line-height: 1.4; }
.info__live strong { font-weight: 700; margin-right: 2px; }
.info__live .status__dot { margin-top: 6px; }
.pill { font-family: var(--f-body); font-size: 0.875rem; font-weight: 600; letter-spacing: 0; padding: 4px 10px; border-radius: 999px; background: var(--casing); color: var(--muted); white-space: nowrap; }
.pill.is-open { background: #E3F2E9; color: #145C33; }
.hours { width: 100%; border-collapse: collapse; font-size: 1rem; }
.hours th, .hours td { padding: 8px 0; border-bottom: 1px solid var(--line); text-align: left; font-weight: 400; }
.hours td { text-align: right; font-variant-numeric: tabular-nums; color: var(--muted); }
.hours tr.is-today th, .hours tr.is-today td { font-weight: 700; color: var(--graphite); }
.hours tr.is-today th::after { content: "Today"; margin-left: 8px; font-size: 0.8125rem; font-weight: 600; padding: 2px 7px; border-radius: 4px; background: var(--graphite); color: #fff; vertical-align: 1px; }
.info__small { font-size: 1rem; color: var(--muted); }
.info__list { display: grid; gap: 12px; }
.info__list li { display: flex; gap: 12px; align-items: flex-start; font-size: 1rem; }
.info__list svg { flex: none; width: 20px; height: 20px; margin-top: 2px; color: var(--muted); }
.info__list li:has(a) { align-items: center; }
.info__list li:has(a) svg { margin-top: 0; }
.info__list a { font-weight: 600; text-underline-offset: 3px; display: inline-flex; align-items: center; min-height: 44px; }

/* Current emergency rate */
.rates div { position: relative; }
.rates div.is-now { background: rgba(255,255,255,.06); }
.rates div.is-now dt::after { content: "Now"; margin-left: 8px; padding: 1px 7px; border-radius: 4px; background: var(--isolator); color: #fff; font-family: var(--f-display); font-weight: 700; font-size: 0.8125rem; letter-spacing: 0.04em; vertical-align: 1px; }

/* ---------- Footer ---------- */
.foot { background: var(--graphite); color: #AEB5BC; padding-block: 48px calc(28px + var(--dock-h)); font-size: 1rem; --focus: #fff; }
.foot a { color: #fff; }
.foot__top { display: grid; gap: 28px; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.14); }
.foot__brand { display: grid; gap: 14px; max-width: 380px; }
.foot__brand .logo { margin: 0; }
.foot__call { justify-self: start; display: inline-flex; align-items: center; gap: 10px; min-height: 48px; padding: 0 18px; border-radius: 12px; background: var(--isolator); color: #fff; text-decoration: none; font-family: var(--f-display); font-weight: 700; font-size: 1.125rem; font-variant-numeric: tabular-nums; }
.foot__call svg { width: 18px; height: 18px; }
.foot__np { display: inline; padding-block: 12px; }
.foot__nav ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.foot__nav a { display: flex; align-items: center; min-height: 44px; text-decoration: none; color: #E6E9EB; }
.foot__legal { display: grid; gap: 6px; align-items: center; padding-top: 20px; font-size: 0.9375rem; }

/* ---------- Phone action bar ---------- */
:root { --dock-h: calc(68px + env(safe-area-inset-bottom)); }
.dock { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 8px; padding: 8px max(8px, env(safe-area-inset-left)) calc(8px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-right)); background: rgba(255,255,255,.97); border-top: 1px solid var(--line); box-shadow: 0 -10px 30px -18px rgba(21,24,28,.35); transition: transform .32s cubic-bezier(.2, .8, .2, 1), visibility 0s; }
/* Hidden while the hero buttons are on screen, and while the keyboard is up */
.js .dock:not(.is-shown), .kb-open .dock { transform: translateY(110%); visibility: hidden; transition: transform .22s ease-in, visibility 0s .22s; }
.dock a { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 52px; border-radius: 12px; text-decoration: none; font-family: var(--f-display); font-weight: 600; font-size: 0.9375rem; line-height: 1.1; min-width: 0; white-space: nowrap; }
.dock .dock__btn { flex-direction: column; gap: 3px; font-size: 0.875rem; }
.dock svg { width: 19px; height: 19px; flex: none; }
.dock__btn svg { width: 18px; height: 18px; }
.dock__call { background: var(--isolator); color: #fff; }
.dock__btn { background: var(--casing); color: var(--graphite); box-shadow: inset 0 0 0 1px #CBD1D0; }
/* Live estimate in the middle button */
.dock:has(.dock__est.is-live) { grid-template-columns: 1fr 1.45fr 1fr; }
.dock .dock__est.is-live { background: var(--graphite); color: #fff; box-shadow: none; }
.dock__est.is-live svg { display: none; }
.dock__sum { display: flex; flex-direction: column; align-items: center; gap: 3px; min-width: 0; }
.dock__sum b { font-weight: 700; font-size: 0.9688rem; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.dock__sum small { display: inline-flex; align-items: center; gap: 5px; font-family: var(--f-body); font-weight: 500; font-size: 0.8125rem; color: #D0D5D9; }
.dock__sum small::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--isolator-lite); box-shadow: 0 0 6px rgba(255,117,104,.8); }
@media (prefers-reduced-motion: no-preference) {
  .dock__est.is-flash { animation: dockflash .7s ease-out; }
  @keyframes dockflash { 0% { box-shadow: 0 0 0 3px rgba(255,117,104,.7), 0 0 20px rgba(198,42,31,.55); } 100% { box-shadow: 0 0 0 0 rgba(255,117,104,0), 0 0 0 rgba(198,42,31,0); } }
}
@media (max-width: 359.98px) {
  .dock:has(.dock__est.is-live) .dock__call svg { display: none; }
  .dock__sum b { font-size: 0.875rem; }
}

/* =========================================================
   Breakpoints
   ========================================================= */
@media (min-width: 360px) {
  .btn__stack small { white-space: nowrap; }
}

@media (min-width: 560px) {
  :root { --gutter: 24px; }
  .alert__xs, .alert__short { display: none; }
  .alert__long { display: inline; }
  .trust { column-gap: 24px; row-gap: 0; margin-top: 36px; border-top: 1px solid var(--line); }
  .trust li { display: flex; gap: 14px; align-items: flex-start; padding: 16px 0; border-radius: 0; background: none; border-bottom: 1px solid var(--line); }
  .trust svg { margin-top: 1px; }
  .trust span { display: block; }
  .hero__ctas { display: flex; flex-wrap: wrap; }
  .hero__ctas .btn { flex: 1 1 auto; }
  .field-row { grid-template-columns: 1fr 1fr; }
  .promises { column-gap: 28px; }
  .hero__media { aspect-ratio: 4 / 3.3; }
}

@media (min-width: 600px) {
  .head-call { display: inline-flex; }
  .head-call__num { display: inline; }
  .head-call__short { display: none; }
}

@media (min-width: 720px) {
  :root { --sec: 88px; }
  .price-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 40px; }
  .jobs, .quotes { grid-auto-flow: row; grid-auto-columns: auto; overflow: visible; scroll-snap-type: none; margin-inline: 0; padding: 0; }
  .jobs { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
  .quotes { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .quotes .quote:first-child { grid-column: 1 / -1; }
  .reg { padding: 28px; grid-template-columns: 1fr; }
  .reg__list { grid-template-columns: 1fr 1fr; column-gap: 28px; row-gap: 18px; }
  .sec-head--row { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; }
  .sec-head--row > div { display: grid; gap: 14px; }
  .sec-head--row .tag { justify-self: start; }
  .foot__top { grid-template-columns: 1fr 1fr; }
  .foot__nav ul { grid-template-columns: 1fr 1fr 1fr; }
  .contact__form { padding: 32px; }
  .brk__mod { height: 112px; }
}

@media (min-width: 720px) and (max-width: 899.98px) {
  .hero__media { aspect-ratio: 16 / 10; }
}

/* Tablets in landscape and small laptops: sticky header with call + menu, no bottom bar */
@media (min-width: 900px) {
  :root { --dock-h: 0px; --gutter: 32px; }
  html { scroll-padding-top: 88px; }
  .dock { display: none; }
  .site-head { position: sticky; top: 0; }
  .alert__call { display: none; }
  .alert__in { min-height: 40px; }
  .alert__more { display: inline; }
  .head-call { margin-left: 4px; }

  .hero { padding-block: 56px 72px; }
  .hero__in { grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 48px; align-items: center; }
  .hero h1 { font-size: clamp(2.75rem, 0.6rem + 4.3vw, 4.25rem); }
  .hero__copy { gap: 22px; }
  .hero__lede { font-size: 1.1875rem; }
  .hero__media { aspect-ratio: 4 / 5; }
  .trust { grid-template-columns: repeat(4, 1fr); margin-top: 56px; }
  .trust li { border-bottom: 0; padding: 20px 0 0; }

  .emerg__in { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 64px; align-items: start; }
  .emerg__copy .btn { justify-self: start; }

  .est__grid { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 28px; }
  .board { position: sticky; top: 96px; padding: 18px 18px 14px; }
  .readout__total { top: 68px; }
  .brk__mod { height: 132px; gap: 8px; padding: 9px 4px 8px; }
  .brk__slot { height: 64px; }
  .brk__lever { height: 30px; transform: translateY(28px); }
  .brk[aria-checked="true"] .brk__lever, .is-live .brk--main .brk__lever { transform: translateY(0); }

  .ba { grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 40px; align-items: center; margin-bottom: 56px; }

  .who { padding-top: 24px; }
  .who__top { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 56px; align-items: center; }

  .area__in { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 64px; }
  .faq__in { grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: 56px; align-items: start; }
  .faq .sec-head { position: sticky; top: 104px; }

  .contact__in { grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 28px; }
  .info { position: sticky; top: 96px; }
  .foot__legal { display: flex; justify-content: space-between; }
}

@media (min-width: 1000px) {
  .quotes { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .quotes .quote:first-child { grid-column: auto; }
}

@media (min-width: 1100px) {
  .est__grid { grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); }
  .brk__mod { height: 168px; }
  .brk__slot { height: 72px; width: 32px; }
  .brk__lever { height: 34px; transform: translateY(32px); }
  .promises { grid-template-columns: repeat(4, 1fr); }
  .promises li { padding-right: 16px; }
}

/* Full navigation only where it fits on one line */
@media (min-width: 1200px) {
  :root { --sec: 112px; }
  .menu-btn { display: none; }
  .nav, .js .nav { display: block; position: static; box-shadow: none; padding: 0; border: 0; }
  .nav ul { display: flex; align-items: center; gap: 2px; }
  .nav a { display: inline-flex; align-items: center; min-height: 44px; padding: 0 11px; border-radius: 8px; font-family: var(--f-display); font-weight: 500; font-size: 0.9688rem; color: var(--graphite); }
  .nav .nav__quote a { border: 1.5px solid var(--graphite); margin-left: 6px; font-weight: 600; }
  .head-call { margin-left: 8px; }
  .hero__in { grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 72px; }
  .est__grid { gap: 36px; }
}
@media (min-width: 1200px) and (hover: hover) {
  .nav a:hover { background: var(--casing); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition-duration: 0.01ms !important; animation: none !important; }
}
