/* Ouzel Heating & Air — concept site by Northpin Studio
   Direction: "service nameplate". Stamped condensed display (Oswald) + friendly grotesk body (Manrope).
   Palette: Cast iron, Pilot flame, Glacier, Frost, Snowpack. Signature: the urgency gauge. */

@font-face {
  font-family: "Oswald";
  src: url("../fonts/oswald-latin-wght-normal.woff2") format("woff2");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin-wght-normal.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --iron: #171c21;
  --iron-2: #21282f;
  --iron-3: #2b333b;
  --iron-line: #3a444d;
  --ink: #171c21;
  --ink-2: #36404a;
  --steel: #55616c;
  --glacier: #0a6e9e;
  --glacier-hover: #085a82;
  --glacier-deep: #07496a;
  --sky: #86cdef;
  --ember: #f25c2a;
  --ember-hover: #ff7a4d;
  --ember-h1: #bd3b12;
  --ember-text: #b53a12;
  --ember-soft: #ffb08f;
  --frost: #e3eef3;
  --frost-2: #c5dce6;
  --metal: #e7ecef;
  --snow: #f4f6f7;
  --white: #fff;
  --line: #d3dbe0;
  --good: #0b7a45;
  --good-light: #7ee2a8;
  --on-dark: #eef2f4;
  --on-dark-muted: #bac4cc;
  --focus: #0a6e9e;
  --mark-warm: var(--ember);
  --mark-cool: var(--glacier);
  --mark-warm-snow: #ffc6b1;
  --mark-cool-snow: #a9d9ef;

  --display: "Oswald", "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  --body: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --g: 16px;
  --max: 1240px;
  --sp: clamp(56px, 9vw, 120px);
  --r: 14px;
  --shadow: 0 1px 2px rgba(23, 28, 33, .06), 0 14px 34px -14px rgba(23, 28, 33, .22);
}
@media (min-width: 640px) { :root { --g: 24px; } }
@media (min-width: 1100px) { :root { --g: 40px; } }

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 80px; scroll-padding-bottom: 96px; }
@media (min-width: 960px) { html { scroll-padding-bottom: 0; } }
@media (min-width: 1140px) { html { scroll-padding-top: 92px; } }
body {
  margin: 0;
  background: var(--snow);
  color: var(--ink);
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 1.6;
  font-weight: 450;
  overflow-x: clip;
}
img, svg, picture { display: block; max-width: 100%; }
img { height: auto; }
figure { margin: 0; }
a { color: inherit; }
p, h1, h2, h3, h4, ul, ol, dl, dd, blockquote { margin: 0; }
ul, ol { padding: 0; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
table { border-collapse: collapse; }
strong, b { font-weight: 750; }

.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.ic { width: 1.25em; height: 1.25em; flex: none; }
.nw { white-space: nowrap; }
.wrap { width: min(100% - 2 * var(--g), var(--max)); margin-inline: auto; }

:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; border-radius: 4px; }
.on-dark { --focus: #fff; }

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

/* ---------- Type ---------- */
h1, h2, h3 {
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -.004em;
  line-height: 1.04;
  text-wrap: balance;
}
h2 { font-size: clamp(2.15rem, 8.2vw, 3.6rem); }
@media (min-width: 768px) { h2 { font-size: clamp(2.4rem, 5vw, 3.6rem); } }
h3 { font-size: clamp(1.35rem, 4vw, 1.6rem); font-weight: 500; line-height: 1.15; letter-spacing: 0; }
.label, .eyebrow, .kicker {
  font-family: var(--display); font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase; line-height: 1.3;
}
.eyebrow {
  display: flex; align-items: center; flex-wrap: wrap; gap: 10px;
  font-size: .9375rem; color: var(--glacier); margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 26px; height: 4px; border-radius: 2px; background: linear-gradient(90deg, var(--ember) 0 50%, var(--glacier) 50% 100%); }
.on-dark .eyebrow { color: var(--on-dark-muted); }
.on-dark .eyebrow::before { background: linear-gradient(90deg, var(--ember) 0 50%, var(--sky) 50% 100%); }
.sec-head { max-width: 46rem; margin-bottom: clamp(28px, 5vw, 44px); }
.sec-head h2 + p { margin-top: 16px; color: var(--ink-2); font-size: 1.1rem; }
.sec-head-row { max-width: none; display: grid; gap: 16px; }
.sec-head-row > p { color: var(--ink-2); max-width: 34rem; }
@media (min-width: 960px) {
  .sec-head-row { grid-template-columns: 1.35fr 1fr; align-items: end; gap: 48px; }
}
.fine { font-size: 1rem; line-height: 1.5; color: var(--steel); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 12px 22px;
  border: 2px solid transparent; border-radius: 10px;
  font-family: var(--body); font-weight: 800; font-size: 1.0625rem; line-height: 1.2; letter-spacing: -.005em;
  text-decoration: none; text-align: center; white-space: nowrap;
  transition: background-color .15s ease, border-color .15s ease, transform .15s ease, color .15s ease;
  -webkit-tap-highlight-color: transparent;
}
.btn:active { transform: translateY(1px); }
.btn-lg { min-height: 58px; padding: 14px 24px; font-size: 1.125rem; }
.btn-small { min-height: 48px; padding: 10px 18px; font-size: 1rem; }
.btn-block { width: 100%; white-space: normal; }
.btn-call { background: var(--ember); color: var(--ink); }
.btn-call:hover { background: var(--ember-hover); }
.btn-primary { background: var(--glacier); color: #fff; }
.btn-primary:hover { background: var(--glacier-hover); }
.btn-line { border-color: var(--ink); color: var(--ink); background: #fff; }
.btn-line:hover { background: var(--ink); color: #fff; }
.btn-outline { border-color: var(--glacier); color: var(--glacier); background: #fff; }
.btn-outline:hover { background: var(--frost); }
.btn-outline-light { border-color: rgba(255, 255, 255, .5); color: #fff; }
.btn-outline-light:hover { background: rgba(255, 255, 255, .1); border-color: #fff; }
.btn-quiet { border-color: var(--line); color: var(--ink); background: #fff; }
.btn-quiet:hover { border-color: var(--steel); }

/* ---------- Ribbon + alert ---------- */
.ribbon { background: #0b0e11; color: #c6ced4; font-size: .8125rem; line-height: 1.4; }
.ribbon-in { padding: 7px 0 8px; text-align: center; }
.ribbon-links { display: flex; justify-content: center; gap: 20px; margin-top: 3px; }
.ribbon a { display: inline-flex; align-items: center; gap: 4px; min-height: 32px; margin: -7px 0; color: #fff; font-weight: 700; text-underline-offset: 3px; white-space: nowrap; }
.ribbon .ic { width: 14px; height: 14px; }
@media (min-width: 900px) {
  .ribbon { font-size: .875rem; }
  .ribbon-in { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding: 6px 0; text-align: left; }
  .ribbon-links { display: flex; gap: 18px; }
  .ribbon a { margin: -10px 0; }
}
.is-clean .ribbon { display: none; }

.alert-bar { display: block; background: var(--iron); color: #fff; text-decoration: none; font-size: 1rem; }
.alert-inner { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 44px; padding: 6px 0; flex-wrap: wrap; text-align: center; }
.alert-tel { color: var(--ember-soft); font-family: var(--display); font-weight: 600; font-size: 1.125rem; letter-spacing: .02em; white-space: nowrap; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.alert-bar:hover .alert-tel { color: #fff; }
.pulse { position: relative; width: 10px; height: 10px; border-radius: 50%; background: var(--ember); flex: none; }
.pulse::after { content: ""; position: absolute; inset: -4px; border-radius: 50%; border: 2px solid var(--ember); opacity: 0; animation: pulse 2s ease-out infinite; }
@keyframes pulse { 0% { transform: scale(.6); opacity: .9; } 100% { transform: scale(1.6); opacity: 0; } }
.hide-sm { display: none; }
@media (min-width: 700px) { .hide-sm { display: inline; } }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255, 255, 255, .98); border-bottom: 1px solid var(--line); }
@supports (backdrop-filter: blur(8px)) { .site-header { background: rgba(255, 255, 255, .92); backdrop-filter: blur(10px) saturate(1.4); } }
.header-inner { display: flex; align-items: center; gap: 14px; min-height: 64px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); min-height: 44px; margin-right: auto; }
.mark { width: 40px; height: 36px; }
.brand-text { display: flex; flex-direction: column; }
.brand-word { font-family: var(--display); font-weight: 700; font-size: 1.5rem; letter-spacing: .07em; text-transform: uppercase; line-height: .95; }
.brand-sub { font-family: var(--display); font-weight: 500; font-size: .75rem; letter-spacing: .26em; text-transform: uppercase; color: var(--steel); line-height: 1; margin-top: 4px; }
.brand-light { color: #fff; }
.brand-light .brand-sub { color: var(--on-dark-muted); }
.nav { display: none; }
.nav ul { list-style: none; display: flex; gap: 2px; }
.nav a { display: flex; align-items: center; min-height: 44px; padding: 0 12px; border-radius: 8px; text-decoration: none; font-weight: 700; font-size: 1rem; color: var(--ink); }
.nav a:hover { background: var(--snow); color: var(--glacier); }
.status { display: none; align-items: center; gap: 8px; font-size: 1rem; color: var(--ink-2); white-space: nowrap; }
.dot { width: 9px; height: 9px; border-radius: 50%; background: #98a1ab; flex: none; }
[data-open="true"] .dot { background: #19a45f; box-shadow: 0 0 0 3px rgba(25, 164, 95, .2); }
.header-call { display: none; min-height: 46px; padding: 8px 16px; font-size: 1rem; }
.menu-btn { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; min-width: 44px; padding: 0 14px; border: 2px solid var(--line); border-radius: 10px; background: #fff; font-weight: 800; font-size: 1rem; }
.menu-btn .ic { width: 20px; height: 20px; }
.mnav { display: none; border-top: 1px solid var(--line); background: #fff; }
.mnav.is-open { display: block; max-height: calc(100vh - 64px); max-height: calc(100dvh - 64px); overflow-y: auto; overscroll-behavior: contain; }
html:not(.js) .mnav { display: block; }
@media (min-width: 1140px) { html:not(.js) .mnav { display: none; } }
.mnav ul { list-style: none; padding: 6px 0 4px; }
.mnav a:not(.btn) { display: flex; align-items: center; min-height: 50px; border-bottom: 1px solid var(--snow); text-decoration: none; font-weight: 700; font-size: 1.0625rem; }
.mnav-foot { display: grid; gap: 12px; padding: 14px 0 22px; }
.mnav-status { display: flex; align-items: center; gap: 10px; font-weight: 700; color: var(--ink-2); }
@media (min-width: 640px) { .header-call { display: inline-flex; } }
@media (min-width: 1140px) {
  .header-inner { min-height: 76px; gap: 20px; }
  .nav { display: block; }
  .menu-btn, .mnav, .mnav.is-open { display: none; }
  .brand { margin-right: 8px; }
  .nav { margin-right: auto; }
}
@media (min-width: 1360px) { .status { display: inline-flex; } }

/* ---------- Hero ---------- */
.hero { background: var(--metal); color: var(--ink); overflow: hidden; }
.hero-grid {
  display: grid;
  grid-template-columns: var(--g) minmax(0, 1fr) var(--g);
  grid-template-areas: ". copy ." ". dial ." "photo photo photo";
}
.hero-copy { grid-area: copy; padding: 26px 0 28px; }
.hero h1 { font-size: clamp(3rem, 14.6vw, 5.6rem); font-weight: 600; line-height: .96; letter-spacing: -.004em; text-transform: uppercase; }
.kicker { display: block; font-size: .9375rem; color: var(--steel); margin-bottom: 14px; }
.h1-heat { color: var(--ember-h1); }
.h1-cool { color: var(--glacier); }
.h1-main { display: block; }
.hero h1 em { font-style: normal; position: relative; white-space: nowrap; }
.hero h1 em::after { content: ""; position: absolute; left: 0; right: .12em; bottom: .13em; height: .07em; border-radius: 2px; background: linear-gradient(90deg, var(--ember) 0 50%, var(--glacier) 50% 100%); }
.lede { margin-top: 18px; font-size: 1.125rem; line-height: 1.55; color: var(--ink-2); max-width: 34em; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.hero-ctas .btn { flex: 1 1 100%; }
.now { margin-top: 18px; display: grid; gap: 2px; font-size: 1rem; line-height: 1.45; }
.now-row { display: flex; flex-wrap: wrap; align-items: center; gap: 2px 10px; font-weight: 750; }
.now-clock { color: var(--steel); font-weight: 500; }
.now-slot { color: var(--ink-2); }
.now-slot strong { color: var(--ink); font-weight: 800; }

/* Hero urgency dial: the signature instrument */
.hdial {
  grid-area: dial; position: relative;
  display: grid; grid-template-columns: 112px minmax(0, 1fr);
  grid-template-areas: "label label" "btns btns" "gauge out" "link link";
  gap: 14px 16px; padding: 22px 16px 6px;
  background: var(--iron); color: var(--on-dark); border-radius: 16px;
  box-shadow: 0 22px 40px -24px rgba(23, 28, 33, .7), inset 0 1px 0 rgba(255, 255, 255, .06);
  --focus: #fff;
}
.hdial::before, .hdial::after { content: ""; position: absolute; top: 10px; width: 7px; height: 7px; border-radius: 50%; background: radial-gradient(circle at 35% 35%, #b7c0c7 0 25%, #59636c 70%); box-shadow: inset 0 0 0 1px #0c0f12; }
.hdial::before { left: 10px; }
.hdial::after { right: 10px; }
.hdial-body { display: contents; }
.hdial-label { grid-area: label; font-size: .9375rem; color: var(--on-dark-muted); padding: 0 12px; }
.hdial-btns { grid-area: btns; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.hq { display: flex; align-items: center; gap: 10px; min-height: 56px; padding: 10px 12px; background: var(--iron-2); border: 1.5px solid var(--iron-line); border-radius: 10px; color: #fff; font-weight: 750; font-size: 1rem; line-height: 1.15; text-align: left; transition: background-color .15s ease, border-color .15s ease, color .15s ease; -webkit-tap-highlight-color: transparent; }
.hq .ic { width: 22px; height: 22px; color: #d5dce1; }
.hq .ic-heat { color: var(--ember-soft); }
.hq .ic-cool { color: var(--sky); }
.hq:hover { border-color: #6b7782; }
.hq[aria-pressed="true"] { background: #fff; border-color: #fff; color: var(--ink); }
.hq[aria-pressed="true"] .ic { color: var(--ink-2); }
.hq[aria-pressed="true"] .ic-heat { color: var(--ember-text); }
.hq[aria-pressed="true"] .ic-cool { color: var(--glacier); }
.hdial-gauge { grid-area: gauge; align-self: center; }
.hdial-gauge svg { width: 100%; height: auto; }
.hdial .g-bezel { fill: #0c0f12; }
.hdial .g-face { fill: #f4f6f7; }
.hdial-out { grid-area: out; align-self: center; min-width: 0; }
.hdial-level { display: grid; }
.hdial-level span { font-family: var(--display); font-weight: 500; font-size: .875rem; letter-spacing: .16em; text-transform: uppercase; color: var(--on-dark-muted); }
.hdial-level strong { font-family: var(--display); font-weight: 600; font-size: 1.75rem; line-height: 1.1; color: #fff; transition: color .3s ease; }
.hdial-level strong[data-tone="hot"] { color: var(--ember-soft); }
.hdial-level strong[data-tone="cool"] { color: var(--sky); }
.hdial-note { margin-top: 6px; font-size: 1rem; line-height: 1.45; color: var(--on-dark-muted); }
.hdial-link { grid-area: link; display: flex; align-items: center; gap: 10px; min-height: 52px; border-top: 1px solid var(--iron-line); color: #fff; font-weight: 750; text-decoration: underline; text-decoration-color: rgba(255, 255, 255, .4); text-underline-offset: 4px; line-height: 1.3; padding: 8px 0; }
.hdial-link .ic { width: 18px; height: 18px; color: var(--ember-soft); }
.hdial-link:hover { text-decoration-color: #fff; }

.hero-media { grid-area: photo; position: relative; margin-top: 28px; background: #c9d2d8; }
.hero-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: 40% 42%; }
.hero-tag { position: absolute; left: 16px; bottom: 16px; max-width: calc(100% - 32px); display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; background: rgba(23, 28, 33, .82); color: #fff; border-radius: 999px; font-size: 1rem; font-weight: 700; }
.hero-tag .ic { width: 16px; height: 16px; color: var(--good-light); }

@media (min-width: 600px) {
  .hero-ctas .btn { flex: 0 0 auto; }
}
@media (min-width: 768px) {
  .hero-grid {
    grid-template-columns: var(--g) minmax(0, 1.3fr) minmax(0, 1fr) var(--g);
    grid-template-areas: ". copy photo photo" ". dial dial .";
  }
  .hero-copy { padding: 44px 32px 36px 0; }
  .hero h1 { font-size: clamp(3.4rem, 7.6vw, 5.6rem); }
  .hero-media { margin-top: 0; }
  .hero-media picture, .hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; aspect-ratio: auto; }
  .hero-media img { object-position: 36% 50%; }
  .hdial { margin-bottom: 44px; grid-template-columns: 170px minmax(0, 1fr); grid-template-areas: "gauge label" "gauge btns" "gauge out" "gauge link"; gap: 12px 28px; padding: 24px 26px 6px; }
  .hdial-label { padding: 0; }
}
@media (min-width: 960px) and (max-width: 1099px) {
  .hero h1 { font-size: 5.4vw; }
}
@media (min-width: 1100px) {
  .hero-grid {
    grid-template-columns: minmax(var(--g), 1fr) minmax(0, min(720px, 55%)) minmax(0, min(520px, 37%)) minmax(var(--g), 1fr);
    grid-template-areas: ". copy photo photo" ". dial photo photo";
    grid-template-rows: auto 1fr;
  }
  .hero-copy { padding: 48px 44px 28px 0; }
  .hero h1 { font-size: clamp(3.4rem, 5.05vw, 4.6rem); }
  .lede { font-size: 1.1875rem; }
  .hdial { margin: 0 56px 56px 0; align-self: start; grid-template-columns: 188px minmax(0, 1fr); }
}

/* ---------- Credentials plate ---------- */
.plate-sec { padding: 28px 0 0; }
.plate { position: relative; display: grid; background: #fff; border: 1.5px solid var(--ink); border-radius: 12px; padding: 6px 20px; }
.plate::before, .plate::after { content: ""; position: absolute; top: 8px; width: 7px; height: 7px; border-radius: 50%; background: radial-gradient(circle at 35% 35%, #fff 0 20%, #9aa4ad 60%); box-shadow: inset 0 0 0 1px #7b858f; }
.plate::before { left: 8px; }
.plate::after { right: 8px; }
.plate > div { display: grid; grid-template-columns: 100px 1fr; align-content: start; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.plate > div:last-child { border-bottom: 0; }
.plate dt { font-family: var(--display); font-weight: 500; font-size: .875rem; letter-spacing: .14em; text-transform: uppercase; color: var(--steel); padding-top: 2px; }
.plate dd { font-weight: 650; font-size: 1rem; line-height: 1.45; }
@media (min-width: 760px) {
  .plate { grid-template-columns: repeat(2, 1fr); column-gap: 32px; padding: 10px 28px; }
  .plate > div { grid-template-columns: 1fr; gap: 4px; }
  .plate > div:nth-last-child(2) { border-bottom: 0; }
}
@media (min-width: 1180px) {
  .plate { grid-template-columns: repeat(5, 1fr); padding: 18px 28px; column-gap: 0; }
  .plate > div { border-bottom: 0; border-left: 1px solid var(--line); padding: 4px 20px; }
  .plate > div:first-child { border-left: 0; padding-left: 4px; }
}

/* ---------- Triage ---------- */
.triage { padding: var(--sp) 0; }
.issue-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.issue-tab { display: flex; align-items: flex-start; gap: 10px; min-height: 76px; padding: 14px 12px; background: #fff; border: 2px solid var(--line); border-radius: 14px; text-align: left; color: var(--ink); transition: border-color .15s ease, background-color .15s ease; }
.issue-tab .ic { width: 24px; height: 24px; margin-top: 1px; color: var(--glacier); }
.issue-tab b { display: block; font-weight: 800; font-size: 1.0625rem; line-height: 1.2; }
.issue-tab small { display: block; margin-top: 3px; font-size: 1rem; line-height: 1.35; color: var(--steel); }
@media (max-width: 479px) { .issue-tab { min-height: 60px; align-items: center; } .issue-tab small { display: none; } }
.issue-tab:hover { border-color: #9dbccb; }
.issue-tab[aria-selected="true"] { background: var(--iron); border-color: var(--iron); color: #fff; }
.issue-tab[aria-selected="true"] small { color: var(--on-dark-muted); }
.issue-tab[aria-selected="true"] .ic { color: #fff; }
.ic.ic-heat { color: var(--ember-text); }
.ic.ic-cool { color: var(--glacier); }
.issue-tab[aria-selected="true"] .ic.ic-heat { color: var(--ember-soft); }
.issue-tab[aria-selected="true"] .ic.ic-cool { color: var(--sky); }
.triage-card { margin-top: 14px; background: #fff; border-radius: 20px; padding: 20px 18px 24px; box-shadow: var(--shadow); display: grid; gap: 18px; }

/* Compact gauge row (phones + tablets): small dial beside the reading */
.gauge-box { display: grid; grid-template-columns: 120px minmax(0, 1fr); column-gap: 16px; align-items: center; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.gauge { display: contents; }
.gauge svg { grid-row: 1 / span 2; width: 100%; height: auto; }
.gauge-read { align-self: end; display: grid; gap: 0; }
.gauge-read span { font-family: var(--display); font-weight: 500; font-size: .875rem; letter-spacing: .16em; text-transform: uppercase; color: var(--steel); }
.gauge-read strong { font-family: var(--display); font-weight: 600; font-size: 1.6rem; line-height: 1.1; color: var(--ink); transition: color .3s ease; }
.gauge-read strong[data-tone="hot"] { color: var(--ember-text); }
.gauge-read strong[data-tone="cool"] { color: var(--glacier); }
.gauge-note { align-self: start; margin-top: 4px; font-size: 1rem; line-height: 1.45; color: var(--ink-2); }
.gauge .g-lbl { display: none; }
.g-bezel { fill: var(--ink); }
.g-face { fill: #fbfcfd; }
.g-z0, .g-z1, .g-z2, .g-z3 { fill: none; stroke-width: 22; }
.g-z0 { stroke: #a9d9ef; }
.g-z1 { stroke: var(--glacier); }
.g-z2 { stroke: #ff9a70; }
.g-z3 { stroke: #c8330f; }
.g-ticks { stroke: var(--ink); stroke-width: 2; stroke-linecap: round; }
.g-lbl { font-family: var(--display); font-weight: 500; font-size: 12px; letter-spacing: .1em; fill: var(--ink); text-anchor: middle; }
.g-lbl-on { fill: #fff; }
.needle { fill: var(--ink); transform-origin: 160px 160px; transition: transform 1.1s cubic-bezier(.3, 1.45, .45, 1); }
.g-hub { fill: var(--ink); }
.g-hub-in { fill: var(--ember); }

.t-panel h3 { font-size: clamp(1.45rem, 4.6vw, 1.9rem); font-weight: 600; }
.js .t-panel:not(.is-active) { display: none; }
html:not(.js) .t-panel + .t-panel { margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--line); }
.t-panel h4, .noise legend { font-family: var(--display); font-weight: 500; font-size: .9375rem; letter-spacing: .14em; text-transform: uppercase; color: var(--steel); margin: 22px 0 12px; padding: 0; }
.t-cols { display: grid; gap: 4px; }
.checks { list-style: none; counter-reset: c; display: grid; gap: 12px; }
.checks li { counter-increment: c; position: relative; padding-left: 40px; font-size: 1.0625rem; line-height: 1.5; }
.checks li::before { content: counter(c); position: absolute; left: 0; top: 0; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: var(--frost); color: var(--glacier-deep); font-family: var(--display); font-weight: 600; font-size: .95rem; }
.causes { list-style: none; }
.causes li { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; padding: 11px 0; border-bottom: 1px dashed #bfc9d0; }
.causes li:first-child { border-top: 1px dashed #bfc9d0; }
.causes b, .pgroup li b { font-family: var(--display); font-weight: 600; font-size: 1.2rem; letter-spacing: .01em; white-space: nowrap; }
.causes b small, .pgroup li b small { font-weight: 500; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--steel); margin-right: 3px; }
.t-cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.t-cta .btn { flex: 1 1 100%; }
.noise { border: 0; padding: 0; margin: 20px 0 0; min-width: 0; }
.noise legend { margin: 0 0 12px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { min-height: 44px; padding: 8px 16px; border: 2px solid var(--line); border-radius: 999px; background: #fff; font-weight: 700; font-size: 1rem; line-height: 1.2; transition: background-color .15s ease, border-color .15s ease; }
.chip:hover { border-color: #9dbccb; }
.chip[aria-pressed="true"] { background: var(--iron); border-color: var(--iron); color: #fff; }
.noise-say { margin-top: 16px; padding: 14px 16px; background: var(--snow); border-left: 4px solid var(--glacier); border-radius: 4px 10px 10px 4px; font-size: 1.0625rem; }
.noise-say.is-hot { border-left-color: var(--ember); background: #fff3ee; }
.say-level { display: block; width: fit-content; margin: 0 0 8px; padding: 3px 12px; border-radius: 999px; background: var(--iron); color: #fff; font-family: var(--display); font-weight: 500; font-size: .9375rem; letter-spacing: .1em; text-transform: uppercase; }
.say-level[hidden] { display: none; }
.say-level[data-tone="hot"] { background: var(--ember-text); }
.say-level[data-tone="cool"] { background: var(--glacier); }
.danger-note { margin-top: 18px; display: flex; gap: 12px; align-items: flex-start; padding: 16px; background: #fff1ec; border: 1.5px solid #f2b8a3; border-radius: 14px; font-size: 1rem; line-height: 1.5; }
.danger-note .ic { color: var(--ember-text); width: 24px; height: 24px; margin-top: 1px; }
.danger-note strong { color: var(--ember-text); }
@media (min-width: 560px) {
  .t-cta .btn { flex: 0 0 auto; }
}
@media (min-width: 768px) {
  .issue-tabs { grid-template-columns: repeat(4, 1fr); }
  .t-cols { grid-template-columns: 1.25fr 1fr; gap: 36px; }
  .triage-card { padding: 28px 32px 32px; }
  .gauge-box { grid-template-columns: 150px minmax(0, 1fr); column-gap: 24px; }
  .gauge-note { max-width: 44ch; }
}
@media (min-width: 1024px) {
  .triage-card { grid-template-columns: 300px 1fr; gap: 48px; padding: 40px 44px; align-items: start; }
  .gauge-box { display: block; text-align: center; position: sticky; top: 110px; padding-bottom: 0; border-bottom: 0; }
  .gauge { display: block; position: relative; width: 300px; margin: 0 auto; }
  .gauge svg { width: 100%; }
  .gauge .g-lbl { display: inline; }
  .gauge-read { position: absolute; left: 12%; right: 12%; top: 59%; gap: 2px; }
  .gauge-read strong { font-size: 1.7rem; }
  .gauge-note { margin: 12px auto 0; max-width: 30ch; }
  .t-panel h3 { margin-top: 4px; }
}

/* ---------- Prices ---------- */
.prices { background: #fff; padding: var(--sp) 0; }
.prices-grid { display: grid; gap: 44px; }
.prices-intro > p { margin-top: 16px; color: var(--ink-2); font-size: 1.1rem; }
.diag { margin-top: 26px; display: grid; gap: 14px; background: var(--iron); color: #fff; border-radius: 16px; padding: 22px; }
.diag-main { display: grid; }
.diag-lbl { font-family: var(--display); font-weight: 500; font-size: .875rem; letter-spacing: .16em; text-transform: uppercase; color: var(--on-dark-muted); }
.diag-price { font-family: var(--display); font-weight: 600; font-size: 4.2rem; line-height: 1; letter-spacing: -.01em; margin: 4px 0; }
.diag-when { font-size: 1rem; color: var(--on-dark-muted); }
.diag-side { display: grid; gap: 10px; align-content: center; font-size: 1rem; }
.diag-side b { font-family: var(--display); font-weight: 600; font-size: 1.3rem; }
.diag-waive { display: flex; gap: 8px; align-items: flex-start; color: var(--good-light); font-weight: 700; }
.diag-waive .ic { margin-top: 2px; }
.prices-photo { margin-top: 26px; }
.prices-photo img { border-radius: var(--r); width: 100%; }
.pfilter { display: none; }
@media (max-width: 959px) {
  .js .pfilter { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; padding: 5px; background: var(--snow); border-radius: 14px; margin-bottom: 22px; }
  .js .pgroup:not(.is-shown) { display: none; }
  .js .pgroup + .pgroup { margin-top: 0; }
}
.pfilter button { min-height: 46px; padding: 6px 4px; border: 0; border-radius: 10px; background: transparent; font-weight: 750; font-size: 1rem; line-height: 1.15; color: var(--ink-2); }
.pfilter button[aria-pressed="true"] { background: #fff; color: var(--glacier-deep); box-shadow: 0 1px 3px rgba(23, 28, 33, .16); }
.pgroup h3 { display: flex; align-items: center; gap: 10px; font-size: 1.45rem; padding-bottom: 12px; border-bottom: 2.5px solid var(--ink); }
.pgroup h3 .ic { width: 22px; height: 22px; color: var(--glacier); }
.pgroup + .pgroup { margin-top: 34px; }
.pgroup ul { list-style: none; }
.pgroup li { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.price-list .fine { margin-top: 22px; }
@media (min-width: 480px) {
  .diag { grid-template-columns: auto 1fr; gap: 26px; padding: 24px 26px; }
}
@media (min-width: 768px) and (max-width: 959px) {
  .prices-intro { display: grid; grid-template-columns: 1fr 1fr; column-gap: 28px; }
  .prices-intro > .eyebrow, .prices-intro > h2, .prices-intro > p { grid-column: 1 / -1; }
  .prices-intro .diag { grid-template-columns: 1fr; gap: 12px; }
  .prices-photo img { height: 100%; object-fit: cover; }
}
@media (min-width: 960px) {
  .prices-grid { grid-template-columns: 5fr 6fr; gap: 72px; align-items: start; }
  .prices-intro { position: sticky; top: 100px; }
  .price-list { padding-top: 8px; }
}

/* ---------- Offers ---------- */
.offers { background: var(--frost); padding: var(--sp) 0; }
.coupons { list-style: none; display: grid; gap: 18px; }
.coupon { position: relative; display: flex; flex-direction: column; background: #fff; border-radius: 16px; padding: 22px 20px 20px; box-shadow: 0 10px 28px -18px rgba(7, 73, 106, .45); }
.c-kicker { font-family: var(--display); font-weight: 500; font-size: .9375rem; letter-spacing: .14em; text-transform: uppercase; color: var(--glacier); }
.c-big { font-family: var(--display); font-weight: 600; font-size: clamp(3rem, 13vw, 3.8rem); line-height: 1; letter-spacing: -.01em; margin-top: 8px; }
.c-was { margin-top: 6px; color: var(--steel); font-size: 1rem; }
.c-text { margin-top: 14px; font-size: 1.0625rem; line-height: 1.5; flex: 1; }
.c-code { position: relative; margin-top: 20px; padding-top: 16px; border-top: 2px dashed var(--frost-2); display: flex; align-items: center; flex-wrap: wrap; gap: 6px; font-size: 1rem; color: var(--ink-2); }
.c-code::before, .c-code::after { content: ""; position: absolute; top: -12px; width: 22px; height: 22px; border-radius: 50%; background: var(--frost); }
.c-code::before { left: -31px; }
.c-code::after { right: -31px; }
@media (min-width: 960px) { .coupon { padding: 26px 24px 22px; } .c-code::before { left: -35px; } .c-code::after { right: -35px; } }
.c-code .ic { color: var(--glacier); width: 18px; height: 18px; }
.c-code b { font-family: var(--display); font-weight: 600; letter-spacing: .08em; background: var(--snow); border: 1px solid var(--line); border-radius: 6px; padding: 1px 8px; color: var(--ink); }
.coupon .btn { margin-top: 16px; width: 100%; }
.coupon .btn.is-added { background: var(--good); }
@media (min-width: 768px) { .coupons { grid-template-columns: repeat(3, 1fr); gap: 14px; } .c-big { font-size: 3rem; } }
@media (min-width: 960px) { .coupons { gap: 22px; } .c-big { font-size: 3.6rem; } }

/* ---------- Process ---------- */
.process { padding: var(--sp) 0; }
.process-grid { display: grid; gap: 32px; }
.process-photo img { width: 100%; border-radius: var(--r); aspect-ratio: 1 / 1; object-fit: cover; }
@media (max-width: 639px) { .process-photo { display: none; } }
.steps { list-style: none; counter-reset: s; margin-top: 28px; }
.steps li { counter-increment: s; display: grid; grid-template-columns: 48px 1fr; column-gap: 16px; padding: 18px 0; border-top: 1px solid var(--line); }
.steps li::before { content: counter(s); grid-row: span 2; width: 40px; height: 40px; border-radius: 10px; border: 2px solid var(--glacier); color: var(--glacier); display: grid; place-items: center; font-family: var(--display); font-weight: 600; font-size: 1.2rem; }
.steps h3 { font-size: 1.3rem; }
.steps p { margin-top: 4px; color: var(--ink-2); font-size: 1.0625rem; }
@media (min-width: 768px) {
  .process-grid { grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
}
@media (min-width: 960px) {
  .process-grid { gap: 72px; }
}

/* ---------- Altitude ---------- */
.altitude { background: #fff; padding: var(--sp) 0; }
.alt-grid { display: grid; gap: 32px; }
.alt-copy > p { margin-top: 16px; color: var(--ink-2); font-size: 1.08rem; }
.spec { margin-top: 26px; display: grid; border-top: 2.5px solid var(--ink); }
.spec > div { padding: 14px 0; border-bottom: 1px solid var(--line); display: grid; gap: 2px; }
.spec dt { font-family: var(--display); font-weight: 500; font-size: .9375rem; letter-spacing: .12em; text-transform: uppercase; color: var(--glacier-deep); }
.spec dd { font-size: 1.0625rem; }
.alt-photo img { width: 100%; border-radius: var(--r) var(--r) 0 0; }
.alt-photo figcaption { background: var(--iron); color: #dde3e7; padding: 14px 18px; border-radius: 0 0 var(--r) var(--r); font-size: 1rem; line-height: 1.5; }
.alt-photo figcaption b { color: #fff; }
@media (min-width: 640px) {
  .spec { grid-template-columns: 1fr 1fr; column-gap: 28px; }
}
@media (min-width: 768px) {
  .alt-grid { grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
  .spec { grid-template-columns: 1fr; }
}
@media (min-width: 960px) {
  .alt-grid { gap: 72px; }
}
@media (min-width: 1100px) {
  .spec { grid-template-columns: 1fr 1fr; }
}

/* ---------- Plans ---------- */
.plans { background: var(--iron); color: #fff; padding: var(--sp) 0; }
.plans-head { display: grid; gap: 30px; }
.plans-head h2 + p { margin-top: 16px; color: var(--on-dark-muted); font-size: 1.08rem; max-width: 38rem; }
.plans-photo img { width: 100%; border-radius: var(--r); aspect-ratio: 16 / 10; object-fit: cover; }
.billing { display: inline-flex; margin-top: 24px; padding: 4px; background: var(--iron-3); border-radius: 999px; }
.billing button { min-height: 44px; padding: 0 18px; border: 0; border-radius: 999px; background: transparent; color: var(--on-dark-muted); font-weight: 750; font-size: 1rem; }
.billing button span { color: var(--good-light); font-weight: 700; font-size: .9375rem; margin-left: 4px; }
.billing button[aria-checked="true"] { background: #fff; color: var(--ink); }
.billing button[aria-checked="true"] span { color: var(--good); }
.plan-cards { list-style: none; display: grid; gap: 18px; margin-top: 40px; }
.plan { position: relative; display: flex; flex-direction: column; background: var(--iron-2); border: 1px solid var(--iron-line); border-radius: 18px; padding: 26px 22px 22px; }
.plan h3 { font-size: 1.8rem; font-weight: 600; }
.plan-for { margin-top: 4px; color: var(--on-dark-muted); font-size: 1rem; }
.plan-price { margin-top: 16px; display: flex; align-items: baseline; gap: 4px; }
.plan-price span { font-family: var(--display); font-weight: 600; font-size: 3.4rem; line-height: 1; letter-spacing: -.01em; }
.plan-price small { font-size: 1rem; color: var(--on-dark-muted); }
.plan-feats { list-style: none; margin: 20px 0 24px; flex: 1; }
.plan-feats li { display: flex; gap: 10px; align-items: flex-start; padding: 10px 0; border-top: 1px solid var(--iron-line); font-size: 1rem; line-height: 1.45; }
.plan-feats .ic { color: var(--good-light); width: 20px; height: 20px; margin-top: 1px; }
.plan-feats li.no { color: #9aa5ae; }
.plan-feats li.no .ic { color: #9aa5ae; }
.plan-pop { background: #fff; color: var(--ink); border: 3px solid var(--ember); }
.plan-pop .plan-for, .plan-pop .plan-price small { color: var(--steel); }
.plan-pop .plan-feats li { border-top-color: var(--line); }
.plan-pop .plan-feats .ic { color: var(--good); }
.plan-flag { position: absolute; top: -15px; left: 20px; white-space: nowrap; background: var(--ember); color: var(--ink); font-family: var(--display); font-weight: 600; font-size: .875rem; letter-spacing: .12em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; }
.plan .btn { width: 100%; }
@media (max-width: 639px) { .plans-photo { display: none; } }
@media (max-width: 767px) { .plan-pop { order: -1; } .plan-cards { gap: 28px; } .plan-feats { margin: 16px 0 20px; } .plan-feats li { padding: 8px 0; } }
@media (min-width: 768px) and (max-width: 959px) {
  .plan-cards { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .plan { padding: 24px 16px 18px; }
  .plan h3 { font-size: 1.5rem; }
  .plan-price span { font-size: 2.6rem; }
  .plan-feats li { font-size: 1rem; }
  .plan-flag { left: 12px; }
  .plans-head { grid-template-columns: 1.4fr 1fr; align-items: end; gap: 32px; }
  .plans-photo img { aspect-ratio: 4 / 3; }
}
@media (min-width: 960px) {
  .plans-head { grid-template-columns: 1.35fr .65fr; gap: 56px; align-items: end; }
  .plan-cards { grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 20px; }
  .plan-pop { transform: translateY(-12px); }
}

/* ---------- Financing ---------- */
.finance { padding: var(--sp) 0; }
.fin-grid { display: grid; gap: 32px; grid-template-areas: "copy" "calc" "photo"; }
.fin-copy { grid-area: copy; }
.calc { grid-area: calc; }
.fin-photo { grid-area: photo; }
.fin-copy > p { margin-top: 16px; color: var(--ink-2); font-size: 1.08rem; }
.ticks { list-style: none; margin-top: 22px; display: grid; gap: 10px; }
.ticks li { display: flex; gap: 10px; align-items: flex-start; }
.ticks .ic { color: var(--glacier); margin-top: 3px; }
.fin-photo img { width: 100%; border-radius: var(--r); }
.calc { background: #fff; border-radius: 20px; padding: 24px 18px; box-shadow: var(--shadow); border: 1px solid var(--line); min-width: 0; }
.calc h3 { font-size: 1.6rem; font-weight: 600; }
.calc fieldset, .bform fieldset.field { border: 0; padding: 0; margin: 20px 0 0; min-width: 0; }
.calc legend, .range-row label { font-family: var(--display); font-weight: 500; font-size: .9375rem; letter-spacing: .14em; text-transform: uppercase; color: var(--steel); padding: 0; margin-bottom: 10px; }
.seg { display: grid; gap: 8px; }
.seg-2, .seg-4 { grid-template-columns: 1fr 1fr; }
.seg-3 { grid-template-columns: repeat(3, 1fr); }
.seg-win { grid-template-columns: repeat(2, 1fr); }
.seg label { position: relative; display: block; }
.seg input { position: absolute; opacity: 0; inset: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.seg span { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 54px; height: 100%; padding: 8px 6px; border: 2px solid var(--line); border-radius: 12px; background: #fff; text-align: center; font-weight: 750; font-size: 1rem; line-height: 1.2; transition: border-color .15s ease, background-color .15s ease; }
.seg small { font-weight: 500; font-size: .9375rem; color: var(--steel); margin-top: 3px; }
.seg label:hover span { border-color: #9dbccb; }
.seg input:checked + span { border-color: var(--glacier); background: var(--frost); color: var(--glacier-deep); }
.seg input:checked + span small { color: var(--ink-2); }
.seg input:focus-visible + span { outline: 3px solid var(--focus); outline-offset: 2px; }
.seg input:disabled { cursor: not-allowed; }
.seg input:disabled + span { background: var(--snow); border-style: dashed; color: #7d8791; font-weight: 600; text-decoration: line-through; text-decoration-thickness: 1.5px; }
.seg label:hover input:disabled + span { border-color: var(--line); }
.range-row { display: flex; justify-content: space-between; align-items: baseline; margin-top: 22px; }
.range-row label { margin: 0; }
.range-val { font-family: var(--display); font-weight: 600; font-size: 1.6rem; }
input[type="range"] { -webkit-appearance: none; appearance: none; width: 100%; height: 44px; background: transparent; margin: 4px 0 0; --p: 14%; }
input[type="range"]::-webkit-slider-runnable-track { height: 8px; border-radius: 99px; background: linear-gradient(90deg, var(--glacier) var(--p), #d5dde2 var(--p)); }
input[type="range"]::-moz-range-track { height: 8px; border-radius: 99px; background: linear-gradient(90deg, var(--glacier) var(--p), #d5dde2 var(--p)); }
input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 30px; height: 30px; margin-top: -11px; border-radius: 50%; background: #fff; border: 3px solid var(--glacier); box-shadow: 0 2px 8px rgba(23, 28, 33, .25); }
input[type="range"]::-moz-range-thumb { width: 26px; height: 26px; border-radius: 50%; background: #fff; border: 3px solid var(--glacier); box-shadow: 0 2px 8px rgba(23, 28, 33, .25); }
input[type="range"]:focus-visible { outline: none; }
input[type="range"]:focus-visible::-webkit-slider-thumb { box-shadow: 0 0 0 4px rgba(10, 110, 158, .35); }
.range-hint { display: flex; justify-content: space-between; font-size: .9375rem; color: var(--steel); }
.calc-out { margin-top: 22px; padding: 18px 20px; background: var(--iron); color: #fff; border-radius: 14px; display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 4px 16px; }
.calc-pay { display: flex; align-items: baseline; gap: 4px; }
.calc-pay output { font-family: var(--display); font-weight: 600; font-size: clamp(2.6rem, 11vw, 3.2rem); line-height: 1; letter-spacing: -.01em; }
.calc-pay .cents { font-size: .5em; letter-spacing: 0; vertical-align: .6em; margin-left: 1px; }
.calc-pay > span { color: var(--on-dark-muted); }
.calc-total { font-size: 1rem; color: var(--on-dark-muted); }
.calc-total b { color: #fff; }
.calc .btn-block { margin-top: 16px; }
.calc .fine { margin-top: 14px; }
@media (min-width: 400px) { .calc { padding: 26px 22px; } }
@media (min-width: 768px) {
  .fin-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-areas: "copy calc" "photo calc"; gap: 28px 32px; align-items: start; }
}
@media (min-width: 960px) {
  .fin-grid { gap: 32px 64px; }
  .calc { position: sticky; top: 100px; padding: 32px; }
}

/* ---------- CTA band ---------- */
.band { background: var(--ember); color: var(--ink); padding: var(--sp) 0; --focus: var(--ink); }
.band-grid { display: grid; gap: 32px; }
.band h2 { font-size: clamp(3.2rem, 15vw, 6.4rem); line-height: .94; text-transform: uppercase; letter-spacing: 0; }
.band-copy p { margin-top: 16px; font-size: 1.1875rem; font-weight: 600; color: var(--ink); max-width: 30em; }
.band-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.band-ctas .btn { flex: 1 1 100%; }
.band .btn-dark { background: var(--ink); color: #fff; }
.band .btn-dark:hover { background: #000; }
.band .btn-line { background: transparent; }
.band .btn-line:hover { background: var(--ink); color: #fff; }
.band-photo img { width: 100%; border-radius: var(--r); }
@media (max-width: 639px) { .band-photo { display: none; } }
@media (min-width: 600px) { .band-ctas .btn { flex: 0 0 auto; } }
@media (min-width: 768px) { .band-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px; align-items: center; } .band h2 { font-size: clamp(3.4rem, 7.4vw, 6.4rem); } }
@media (min-width: 960px) { .band-grid { gap: 64px; } }

/* ---------- Reviews ---------- */
.reviews { background: #fff; padding: var(--sp) 0; }
.reviews h2 { font-size: clamp(2rem, 6.8vw, 3.2rem); }
.tagnote { display: inline-block; padding: 3px 10px; border: 1px solid var(--line); border-radius: 999px; font-family: var(--body); font-weight: 700; font-size: .875rem; letter-spacing: .02em; text-transform: none; color: var(--steel); }
.rev-grid { list-style: none; display: grid; gap: 16px; }
.rev { display: flex; flex-direction: column; background: var(--snow); border-radius: 16px; padding: 22px 20px; }
.rev-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.sample { display: inline-block; padding: 2px 9px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: .8125rem; font-weight: 700; line-height: 1.4; color: var(--steel); }
.stars { display: flex; gap: 3px; color: var(--ember); }
.stars svg { width: 18px; height: 18px; }
.stars .off { color: #c9d1d7; }
.rev blockquote { margin: 14px 0 18px; flex: 1; }
.rev blockquote p { font-size: 1.0625rem; line-height: 1.55; }
.rev-by { font-size: 1rem; color: var(--steel); }
.rev-by b { display: block; color: var(--ink); font-size: 1.0625rem; }
.more-revs { display: none; margin-top: 18px; width: 100%; }
@media (max-width: 719px) {
  .js .rev-grid:not(.is-open) .rev:nth-child(n+4) { display: none; }
  .js .more-revs { display: flex; }
  .js .more-revs[aria-expanded="true"] { display: none; }
}
@media (min-width: 720px) { .rev-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .rev-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; } .rev { padding: 26px 24px; } }

/* ---------- Service area ---------- */
.area { padding-bottom: var(--sp); }
.area-photo img { width: 100%; height: clamp(200px, 42vw, 540px); object-fit: cover; object-position: center 45%; }
.area-grid { display: grid; gap: 36px; margin-top: -48px; position: relative; }
.zip-card { background: #fff; border-radius: 20px; padding: 24px 20px; box-shadow: var(--shadow); }
.zip-card h2 { font-size: clamp(2rem, 7vw, 2.8rem); }
.zip-form { margin-top: 20px; }
.zip-form label { display: block; font-weight: 750; margin-bottom: 8px; }
.zip-row { display: flex; gap: 8px; }
.zip-row input { flex: 1; min-width: 0; }
.zip-row .btn { flex: none; padding-inline: 18px; }
.zip-out { margin-top: 14px; padding: 12px 14px; border-radius: 10px; background: var(--snow); font-size: 1rem; line-height: 1.5; border-left: 4px solid var(--line); }
.zip-out.ok { background: #e7f7ee; border-left-color: #19a45f; }
.zip-out.ext { background: #fff5e6; border-left-color: #d98a00; }
.zip-out.no { background: #fff1ec; border-left-color: var(--ember-text); }
.zip-out b { font-weight: 800; }
.zip-acts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.zip-acts .btn { flex: 1 1 auto; }
.area-lists h3 { font-family: var(--display); font-weight: 500; font-size: .9375rem; letter-spacing: .14em; text-transform: uppercase; color: var(--steel); margin: 0 0 12px; }
.area-lists h3 + .towns + h3 { margin-top: 26px; }
.towns { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.towns li { padding: 6px 12px; background: #fff; border: 1px solid var(--line); border-radius: 999px; font-size: 1rem; }
.towns-ext li { background: transparent; border-style: dashed; border-color: #a7b1b9; }
.shop { display: flex; gap: 10px; align-items: flex-start; margin-top: 26px; font-size: 1.0625rem; }
.shop .ic { color: var(--glacier); margin-top: 3px; }
.shop a, .contact-list a { display: inline-flex; align-items: center; min-height: 44px; color: var(--glacier); font-weight: 800; text-underline-offset: 3px; }
@media (min-width: 768px) {
  .area-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 36px; margin-top: -80px; align-items: start; }
  .area-lists { padding-top: 104px; }
}
@media (min-width: 960px) {
  .area-grid { grid-template-columns: 5fr 7fr; gap: 64px; margin-top: -120px; }
  .zip-card { padding: 36px; }
  .area-lists { padding-top: 150px; }
}

/* ---------- Forms (shared) ---------- */
input[type="text"], input[type="tel"], input[type="email"], input[type="date"], select, textarea {
  display: block; width: 100%; min-height: 52px; padding: 12px 14px;
  border: 2px solid #b4bec6; border-radius: 10px; background: #fff; color: var(--ink);
  font-size: 1.0625rem; line-height: 1.3; -webkit-appearance: none; appearance: none;
}
input[type="date"] { min-width: 0; }
input::-webkit-date-and-time-value { text-align: left; }
textarea { resize: vertical; min-height: 96px; }
select { padding-right: 44px; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23171c21' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 14px center / 18px; }
input:focus, select:focus, textarea:focus { border-color: var(--glacier); outline: 3px solid rgba(10, 110, 158, .22); outline-offset: 0; }
input[aria-invalid="true"] { border-color: var(--ember-text); background: #fff7f4; }
#zip { font-family: var(--display); font-weight: 500; font-size: 1.3rem; letter-spacing: .12em; }

/* ---------- FAQ ---------- */
.faq { background: #fff; padding: var(--sp) 0; }
.faq-grid { display: grid; gap: 28px; }
.faq-head > p:not(.eyebrow) { margin-top: 14px; color: var(--ink-2); }
.faq-head .btn { margin-top: 20px; }
.faq-list { border-top: 2.5px solid var(--ink); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; display: flex; align-items: center; min-height: 60px; padding: 16px 48px 16px 0; cursor: pointer; list-style: none; font-weight: 750; font-size: 1.125rem; line-height: 1.35; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: 6px; top: 50%; width: 26px; height: 26px; margin-top: -13px; border-radius: 50%; background: var(--frost) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a6e9e' stroke-width='2.6' stroke-linecap='round'%3E%3Cpath d='M12 6v12M6 12h12'/%3E%3C/svg%3E") no-repeat center / 14px; transition: transform .2s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq summary:hover { color: var(--glacier); }
.faq details > p { padding: 0 0 20px; color: var(--ink-2); max-width: 64ch; }
.rr { margin: 0 0 22px; padding: 16px; background: var(--snow); border-radius: 14px; max-width: 34rem; }
.rr-title { font-family: var(--display); font-weight: 500; font-size: .9375rem; letter-spacing: .14em; text-transform: uppercase; color: var(--steel); margin-bottom: 10px; }
.rr-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.rr label { display: block; font-weight: 750; font-size: 1rem; margin-bottom: 6px; }
.rr-field { position: relative; }
.rr-field input { font-family: var(--display); font-weight: 500; font-size: 1.25rem; }
.rr-field .pre, .rr-field .suf { position: absolute; top: 50%; transform: translateY(-50%); color: var(--steel); font-weight: 700; pointer-events: none; }
.rr-field .pre { left: 14px; }
.rr-field .suf { right: 14px; }
.rr-field .pre + input { padding-left: 30px; }
.rr-field input:has(+ .suf) { padding-right: 70px; }
.rr-out { margin-top: 12px; padding: 12px 14px; border-radius: 10px; background: #fff; border-left: 4px solid var(--line); font-size: 1rem; line-height: 1.5; }
.rr-out.is-over { border-left-color: var(--ember); }
.rr-out.is-under { border-left-color: #19a45f; }
.rr-out b { font-weight: 800; }
.rr .rr-link { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; margin-top: 6px; color: var(--glacier); font-weight: 800; text-underline-offset: 3px; }
.rr .rr-link[hidden] { display: none; }
.rr .rr-link .ic { width: 18px; height: 18px; }
@media (min-width: 768px) {
  .faq-grid { grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: 40px; align-items: start; }
  .faq-head { position: sticky; top: 100px; }
}
@media (min-width: 960px) {
  .faq-grid { gap: 72px; }
  .faq-head { top: 110px; }
}

/* ---------- Book ---------- */
.book { background: var(--frost); padding: var(--sp) 0; }
.book-grid { display: grid; gap: 36px; }
.book-form-wrap { background: #fff; border-radius: 20px; padding: 26px 18px; box-shadow: var(--shadow); min-width: 0; }
.book-form-wrap h2 { font-size: clamp(2rem, 7vw, 2.8rem); }
.book-sub { margin-top: 12px; color: var(--ink-2); }
.bform { margin-top: 24px; }
html:not(.js) .bform { display: none; }
.bsteps { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 4px; }
.bsteps li { display: flex; align-items: center; gap: 8px; padding-bottom: 10px; border-bottom: 3px solid var(--line); font-family: var(--display); font-weight: 500; font-size: .875rem; letter-spacing: .08em; text-transform: uppercase; line-height: 1.2; color: var(--steel); }
.bsteps span { flex: none; width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; border: 2px solid currentColor; font-weight: 600; font-size: .8rem; letter-spacing: 0; }
.bsteps .is-current { color: var(--ink); border-bottom-color: var(--glacier); }
.bsteps .is-current span { background: var(--glacier); border-color: var(--glacier); color: #fff; }
.bsteps .is-done { color: var(--ink-2); border-bottom-color: #8fbcd2; }
.bstep { border: 0; padding: 0; margin: 0; min-width: 0; }
.js .bstep:not(.is-current) { display: none; }
.field { margin-top: 20px; }
.field > label, .bform fieldset.field > legend { display: block; font-weight: 750; font-size: 1.0625rem; margin-bottom: 8px; padding: 0; color: var(--ink); }
.opt { font-weight: 500; font-size: 1rem; color: var(--steel); margin-left: 4px; }
.err { color: var(--ember-text); font-size: 1rem; font-weight: 700; margin-top: 6px; }
.err:empty, .note:empty { display: none; }
.note { font-size: 1rem; margin-top: 6px; color: var(--good); font-weight: 700; }
.note.warn { color: #8a5300; }
.note.info { color: var(--ink-2); font-weight: 600; }
.check { display: flex; align-items: center; gap: 12px; min-height: 44px; margin-top: 14px; cursor: pointer; }
.check input { width: 22px; height: 22px; accent-color: var(--glacier); flex: none; margin: 0; }
.bnav { margin-top: 24px; }
.bnav-2 { display: flex; gap: 10px; }
.bnav-2 .btn:last-child { flex: 1; }
.bnav .ic { width: 18px; height: 18px; }
.bform .fine { margin-top: 12px; }
.offer-chip { display: flex; align-items: center; gap: 8px; margin-top: 18px; padding: 4px 4px 4px 12px; background: #fff1ec; border: 1.5px dashed var(--ember-text); border-radius: 10px; font-size: 1rem; font-weight: 700; }
.offer-chip[hidden] { display: none; }
.offer-chip > .ic { color: var(--ember-text); }
.offer-chip span { flex: 1; }
.offer-chip button { width: 44px; height: 44px; display: grid; place-items: center; border: 0; background: transparent; border-radius: 8px; flex: none; }
.bdone { padding: 8px 0 0; }
.bdone:focus { outline: none; }
.bdone-ic { width: 56px; height: 56px; padding: 13px; border-radius: 50%; background: #e3f7ec; color: var(--good); }
.bdone h3 { margin-top: 18px; font-size: 1.7rem; font-weight: 600; }
.bdone p { margin-top: 12px; }
.bdone .btn { margin-top: 22px; }
.contact-title { font-size: clamp(1.8rem, 6vw, 2.4rem); }
.contact-phone { display: inline-flex; align-items: center; gap: 10px; min-height: 56px; margin-top: 10px; font-family: var(--display); font-weight: 600; font-size: clamp(2rem, 9vw, 2.6rem); letter-spacing: .01em; color: var(--glacier); text-decoration: none; white-space: nowrap; }
.contact-phone .ic { width: 28px; height: 28px; }
.contact-phone:hover { text-decoration: underline; text-underline-offset: 6px; }
.contact-sub { color: var(--ink-2); }
.live { display: flex; align-items: flex-start; gap: 10px; margin-top: 22px; font-weight: 750; line-height: 1.45; }
.live .dot { margin-top: 8px; }
.hours { width: 100%; margin-top: 12px; font-size: 1rem; }
.hours th, .hours td { padding: 10px 0; border-bottom: 1px solid var(--frost-2); }
.hours th { text-align: left; font-weight: 500; }
.hours td { text-align: right; }
.hours tr.is-today th, .hours tr.is-today td { font-weight: 800; }
.hours tr.is-today th::after { content: "Today"; display: inline-block; margin-left: 8px; padding: 1px 8px; border-radius: 999px; background: var(--glacier); color: #fff; font-size: .8125rem; font-weight: 700; letter-spacing: .04em; vertical-align: 1px; }
.contact-list { list-style: none; margin-top: 22px; display: grid; gap: 14px; }
.contact-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 1rem; }
.contact-list .ic { color: var(--glacier); margin-top: 3px; }
@media (min-width: 400px) { .seg-win { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 640px) { .book-form-wrap { padding: 36px; } }
@media (min-width: 768px) {
  .book-grid { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 32px; align-items: start; }
  .book-form-wrap { padding: 30px 24px; }
  .contact-phone { font-size: 1.9rem; }
  .contact-phone .ic { width: 24px; height: 24px; }
}
@media (min-width: 960px) {
  .book-grid { gap: 56px; }
  .book-form-wrap { padding: 44px; }
  .contact { padding-top: 12px; }
}
@media (min-width: 1180px) {
  .contact-phone { font-size: 2.5rem; }
  .contact-phone .ic { width: 28px; height: 28px; }
}

/* ---------- Footer ---------- */
.footer { background: var(--iron); color: var(--on-dark-muted); padding: 56px 0 calc(96px + env(safe-area-inset-bottom)); font-size: 1rem; --mark-cool: #3f9fd0; --mark-cool-snow: #bfe4f5; }
.foot-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px 20px; }
.foot-brand, .foot-legal { grid-column: 1 / -1; }
.foot-brand p { margin-top: 14px; max-width: 32ch; }
.foot-phone { display: inline-flex; align-items: center; min-height: 48px; margin-top: 8px; font-family: var(--display); font-weight: 600; font-size: 1.75rem; letter-spacing: .01em; color: #fff; text-decoration: none; }
.foot-h { font-family: var(--display); font-weight: 500; font-size: .9375rem; letter-spacing: .16em; text-transform: uppercase; color: #fff; margin-bottom: 8px; }
.foot-nav ul { list-style: none; }
.foot-nav a { display: flex; align-items: center; min-height: 44px; text-decoration: none; }
.foot-nav a:hover { color: #fff; text-decoration: underline; }
.foot-legal p { font-size: 1rem; }
.foot-base { margin-top: 40px; padding-top: 20px; border-top: 1px solid #2d353d; font-size: 1rem; }
.foot-base a { display: inline-flex; align-items: center; min-height: 44px; margin: -12px 0; color: #fff; font-weight: 700; vertical-align: middle; }
.foot-credit { margin-top: 10px; font-size: .9375rem; }
@media (min-width: 700px) { .foot-brand, .foot-legal { grid-column: auto; } }
@media (min-width: 1100px) { .foot-grid { grid-template-columns: 1.5fr 1fr 1fr 1.4fr; gap: 48px; } }

/* ---------- Mobile action bar ---------- */
.mbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; transition: transform .25s ease, visibility 0s linear 0s; display: grid; grid-template-columns: 1.1fr 1fr; gap: 8px; padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); background: rgba(255, 255, 255, .97); border-top: 1px solid var(--line); box-shadow: 0 -10px 28px -12px rgba(23, 28, 33, .28); }
.js .mbar:not(.is-shown) { transform: translateY(115%); visibility: hidden; transition: transform .25s ease, visibility 0s linear .25s; }
.mbar a { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 56px; padding: 6px 10px; border-radius: 12px; text-decoration: none; }
.mbar .ic { width: 22px; height: 22px; }
.mbar span { display: flex; flex-direction: column; line-height: 1.15; }
.mbar b { font-weight: 800; font-size: 1.0625rem; }
.mbar small { font-size: .8125rem; font-weight: 600; margin-top: 2px; }
.mbar-call { background: var(--ember); color: var(--ink); }
.mbar-book { background: var(--glacier); color: #fff; }
.mbar-book small { color: #dcedf5; }
@media (min-width: 960px) {
  .mbar { display: none; }
  .footer { padding-bottom: 40px; }
}

/* ---------- Landscape phones: give the content room ---------- */
@media (orientation: landscape) and (max-height: 500px) {
  .site-header { position: relative; }
  html { scroll-padding-top: 12px; scroll-padding-bottom: 76px; }
  .mbar { padding-top: 6px; padding-bottom: calc(6px + env(safe-area-inset-bottom)); }
  .mbar a { min-height: 46px; }
  .mbar small { display: none; }
  .mnav.is-open { max-height: none; }
  .gauge-box { position: static; }
}

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