/* Action Glass Michigan — v2
   Trade-shop editorial: navy + red, warm off-white, real photography.
   Two families: Barlow Condensed 700 (display) + Inter 400/600/700 (body/UI).
   Cyan is service-specific and lives only on the ADAS navy section. */

:root {
  --navy-900: #0b111c;
  --navy-800: #0e1420;
  --navy-700: #151d2b;
  --ink: #10151f;
  --slate-700: #33415a;
  --slate-500: #55647e;
  --slate-400: #8592a8;
  --line: #d9dee7;
  --line-soft: #e6eaf1;
  --line-dark: rgba(255, 255, 255, 0.12);
  --paper: #ffffff;
  --paper-2: #f7f8fb;
  --warm: #f3f0e8;
  --warm-line: #e4dfd2;
  --red: #c8102e;
  --red-600: #a70d26;
  --glass: #35c2e6;              /* ADAS section only */
  --glass-soft: rgba(53, 194, 230, 0.16);
  --white: #ffffff;
  --white-70: rgba(255, 255, 255, 0.74);
  --white-55: rgba(255, 255, 255, 0.55);

  --radius: 8px;
  --radius-sm: 4px;
  --shadow-form: 0 12px 40px -18px rgba(11, 17, 28, 0.32);
  --maxw: 1180px;
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-display: "Barlow Condensed", "Inter", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 {
  font-family: var(--font-display); font-weight: 700;
  line-height: 1.02; margin: 0 0 .4em; letter-spacing: 0;
}
p { margin: 0 0 1em; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 2px; border-radius: 4px; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 88px 0; }
.section--tight { padding: 64px 0; }
.section--hair { border-top: 1px solid var(--line); }
.center { text-align: center; }
.eyebrow {
  display: inline-block; font-family: var(--font);
  font-size: 15px; font-weight: 600; letter-spacing: 0; text-transform: none;
  color: var(--red); margin-bottom: 10px;
}
.section-dark .eyebrow { color: var(--glass); }
.lead { font-size: 1.12rem; line-height: 1.55; color: var(--slate-500); max-width: 58ch; font-family: var(--font); }
.section-dark .lead { color: var(--white-70); }
h2.h { font-size: 46px; line-height: 1.0; }
.muted { color: var(--slate-500); font-family: var(--font); }
.body { font-family: var(--font); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font); font-weight: 700; font-size: 1rem; padding: 15px 24px;
  border-radius: var(--radius-sm); border: 2px solid transparent; cursor: pointer;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
  min-height: 52px; line-height: 1; white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--red); color: #fff; }
.btn-primary:hover { background: var(--red-600); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--slate-400); }
/* Dark-surface ghost buttons: white label + visible outline (P0 fix) */
.section-dark .btn-ghost, .hero .btn-ghost,
.page-hero .btn-ghost, .cta-band .btn-ghost, .svc-mobile-strip .btn-ghost {
  color: #fff; border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.04);
}
.section-dark .btn-ghost:hover, .hero .btn-ghost:hover,
.page-hero .btn-ghost:hover, .cta-band .btn-ghost:hover, .svc-mobile-strip .btn-ghost:hover {
  border-color: rgba(255,255,255,.8); background: rgba(255,255,255,.10);
}
.btn-lg { padding: 17px 28px; font-size: 1.05rem; min-height: 56px; }
.btn-block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.92); backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; gap: 20px; height: 68px; }
.brand { display: flex; align-items: center; flex: none; }
.brand .wordmark { height: 34px; width: auto; border-radius: 3px; }
.nav-links { display: flex; align-items: center; gap: 22px; margin-left: 20px; }
.nav-links a { font-family: var(--font); font-size: .95rem; font-weight: 600; color: var(--slate-700); transition: color .15s; white-space: nowrap; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--red); }
.nav-right { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.nav-call { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font); font-weight: 700; color: var(--ink); font-size: .98rem; white-space: nowrap; }
.nav-call svg { width: 17px; height: 17px; color: var(--red); }
.nav-right .btn-primary { white-space: nowrap; min-height: 44px; padding: 11px 18px; font-size: .95rem; }
.mobile-menu { display: none; }
.nav-toggle { display: none; background: none; border: 1.5px solid var(--line); border-radius: var(--radius-sm); width: 46px; height: 46px; cursor: pointer; align-items: center; justify-content: center; color: var(--ink); }
.nav-toggle svg { width: 22px; height: 22px; }

/* ---------- Homepage hero: asymmetric photo grid ---------- */
.hero { position: relative; background: var(--navy-900); color: #fff; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0,6fr) minmax(420px,5fr); min-height: 620px; align-items: stretch; }
.hero-copy { padding: 96px 56px 96px 0; align-self: center; max-width: 640px; }
.hero-media { position: relative; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--navy-900) 0%, rgba(11,17,28,.55) 34%, rgba(11,17,28,.08) 100%);
}
.hero .eyebrow { color: #fff; opacity: .85; }
.hero h1 { font-size: clamp(3.25rem, 5.3vw, 4.75rem); line-height: .96; letter-spacing: -0.01em; margin-bottom: .28em; }
.hero h1 .accent { color: #fff; box-shadow: inset 0 -.12em 0 var(--red); }
.hero-sub { font-family: var(--font); font-size: 1.18rem; line-height: 1.5; color: var(--white-70); max-width: 52ch; margin-bottom: 28px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 22px; }
.hero-strip { font-family: var(--font); font-size: .95rem; color: var(--white-55); }

/* ---------- Section heads ---------- */
.sec-head { max-width: 640px; margin-bottom: 40px; }
.sec-head.center { margin-left: auto; margin-right: auto; }
.sec-head p.lead { margin-top: 10px; }

/* ---------- How it works (numbered) ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.step { position: relative; padding-top: 4px; }
.step-num {
  width: 42px; height: 42px; border-radius: var(--radius-sm); display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; color: #fff; background: var(--navy-800);
  margin-bottom: 16px;
}
.section-dark .step-num { background: rgba(255,255,255,.08); }
.step h3 { font-size: 1.4rem; margin-bottom: .25em; }
.step p { font-family: var(--font); color: var(--slate-500); font-size: 1rem; margin: 0; }
.section-dark .step p { color: var(--white-70); }

/* ---------- Services chooser (asymmetric) ---------- */
.services-split { display: grid; grid-template-columns: 7fr 5fr; gap: 26px; align-items: start; }
.svc-flagship {
  position: relative; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  display: flex; flex-direction: column; background: #fff; min-height: 100%;
}
.svc-flagship .svc-photo { aspect-ratio: 16/9; width: 100%; object-fit: cover; }
.svc-flagship .svc-body { padding: 26px 28px 28px; display: flex; flex-direction: column; flex: 1; }
.svc-flagship h3 { font-size: 36px; margin-bottom: .2em; }
.svc-flagship p { font-family: var(--font); color: var(--slate-500); font-size: 1rem; }
.svc-flagship .svc-foot { margin-top: auto; display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding-top: 18px; }
.svc-flagship .svc-price { font-family: var(--font-display); font-weight: 700; font-size: 2.2rem; color: var(--red); line-height: 1; }
.svc-flagship .svc-price small { font-family: var(--font); font-size: .8rem; font-weight: 600; color: var(--slate-400); display: block; letter-spacing: .02em; }
.svc-more { font-family: var(--font); font-weight: 700; font-size: .95rem; color: var(--red); display: inline-flex; align-items: center; gap: 6px; }
.svc-more svg { width: 16px; height: 16px; }
.svc-stack { display: flex; flex-direction: column; }
.svc-row {
  display: flex; align-items: center; gap: 16px; padding: 22px 4px; border-bottom: 1px solid var(--line);
  transition: color .15s;
}
.svc-row:first-child { padding-top: 4px; }
.svc-row .svc-ico { flex: none; width: 46px; height: 46px; border-radius: var(--radius-sm); display: grid; place-items: center; background: var(--paper-2); color: var(--navy-800); }
.svc-row .svc-ico svg { width: 24px; height: 24px; stroke-width: 1.7; }
.svc-row .svc-txt { flex: 1; }
.svc-row h3 { font-size: 1.5rem; margin: 0 0 2px; }
.svc-row p { font-family: var(--font); font-size: .95rem; color: var(--slate-500); margin: 0; }
.svc-row .chev { flex: none; color: var(--slate-400); }
.svc-row .chev svg { width: 20px; height: 20px; }
.svc-row:hover h3 { color: var(--red); }
.svc-mobile-strip {
  grid-column: 1 / -1; margin-top: 6px; background: var(--navy-800); color: #fff; border-radius: var(--radius);
  padding: 22px 26px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
}
.svc-mobile-strip h3 { color: #fff; font-size: 1.6rem; margin: 0 0 2px; }
.svc-mobile-strip p { font-family: var(--font); color: var(--white-70); margin: 0; font-size: .95rem; }
.svc-mobile-strip .msl-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- Local proof spread (documentary) ---------- */
.proof-spread { display: grid; grid-template-columns: 58fr 42fr; gap: 44px; align-items: center; }
.proof-photo { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.proof-photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.proof-cap { font-family: var(--font); font-size: .88rem; color: var(--slate-500); padding: 12px 2px 0; }
.proof-since { font-family: var(--font-display); font-weight: 700; font-size: clamp(2.6rem, 4vw, 3.6rem); line-height: .95; color: var(--ink); margin-bottom: 18px; }
.proof-facts { list-style: none; margin: 0; padding: 0; }
.proof-facts li { font-family: var(--font); padding: 16px 0; border-top: 1px solid var(--line); font-size: 1.02rem; color: var(--slate-700); }
.proof-facts li:last-child { border-bottom: 1px solid var(--line); }
.proof-facts strong { color: var(--ink); font-weight: 700; }
.proof-shops { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; }
.proof-nap { font-family: var(--font); font-size: .94rem; color: var(--slate-500); line-height: 1.7; padding-top: 16px; border-top: 2px solid var(--red); }
.proof-nap strong { color: var(--ink); font-size: 1rem; }
.proof-nap a { color: var(--red); font-weight: 700; }
@media (max-width: 560px) { .proof-shops { grid-template-columns: 1fr; gap: 14px; } }

/* ---------- ADAS feature (navy, cyan lives here) ---------- */
.section-dark { background: var(--navy-800); color: #fff; }
.section-dark h2, .section-dark h3 { color: #fff; }
.split { display: grid; grid-template-columns: 1.02fr .98fr; gap: 52px; align-items: center; }
.media-frame { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line-dark); }
.media-frame img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; }
.feature-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.feature-list li { display: flex; gap: 13px; align-items: flex-start; }
.feature-list .tick { flex: none; width: 26px; height: 26px; border-radius: var(--radius-sm); background: var(--glass-soft); color: var(--glass); display: grid; place-items: center; margin-top: 1px; }
.feature-list .tick svg { width: 15px; height: 15px; stroke-width: 2.4; }
.feature-list strong { display: block; font-family: var(--font); font-size: 1.02rem; font-weight: 700; }
.feature-list span { font-family: var(--font); color: var(--slate-500); font-size: .95rem; }
.section-dark .feature-list span { color: var(--white-70); }

/* ---------- Price anchor ($185) ---------- */
.price-anchor { display: grid; grid-template-columns: 2fr 1fr; gap: 48px; align-items: center; }
.price-anchor .pa-copy h2 { font-size: 46px; }
.price-anchor .pa-copy p { font-family: var(--font); color: var(--slate-700); font-size: 1.1rem; max-width: 46ch; }
.pa-num { border-left: 6px solid var(--red); padding-left: 22px; }
.pa-num .amt { font-family: var(--font-display); font-weight: 700; font-size: clamp(5rem, 9vw, 6.5rem); line-height: .85; color: var(--red); letter-spacing: -0.01em; }
.pa-num .from { font-family: var(--font); font-size: .95rem; font-weight: 600; color: var(--slate-500); text-transform: none; letter-spacing: 0; }

/* Insurance checklist card (single card) */
.ins-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 8px 28px; max-width: 760px; }
.ins-row { display: flex; gap: 14px; align-items: flex-start; padding: 20px 0; border-bottom: 1px solid var(--line-soft); }
.ins-row:last-child { border-bottom: none; }
.ins-row .tick { flex: none; width: 26px; height: 26px; border-radius: var(--radius-sm); background: rgba(200,16,46,.08); color: var(--red); display: grid; place-items: center; margin-top: 2px; }
.ins-row .tick svg { width: 15px; height: 15px; stroke-width: 2.4; }
.ins-row strong { font-family: var(--font); font-weight: 700; display: block; font-size: 1.02rem; }
.ins-row span { font-family: var(--font); color: var(--slate-500); font-size: .95rem; }

/* ---------- Callout / caveat ---------- */
.callout { display: flex; gap: 14px; align-items: flex-start; padding: 18px 20px; border-radius: var(--radius); background: var(--paper-2); border: 1px solid var(--line); }
.callout svg { flex: none; width: 22px; height: 22px; color: var(--slate-400); margin-top: 2px; }
.callout p { margin: 0; font-family: var(--font); font-size: .95rem; color: var(--slate-700); }
.section-dark .callout { background: rgba(255,255,255,.04); border-color: var(--line-dark); }
.section-dark .callout p { color: var(--white-70); }
.section-dark .callout svg { color: var(--glass); }

/* ---------- Service areas ---------- */
.region-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 40px; }
.region { padding: 24px 0; border-top: 1px solid var(--line); }
.region h3 { font-size: 1.5rem; margin-bottom: 4px; display: flex; align-items: center; gap: 9px; }
.region h3 svg { width: 18px; height: 18px; color: var(--red); }
.region .phone { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font); font-weight: 700; color: var(--red); margin: 2px 0 12px; font-size: 1.05rem; }
.region .phone svg { width: 15px; height: 15px; }
.region .cities { font-family: var(--font); color: var(--slate-500); font-size: .95rem; line-height: 1.7; }

/* ---------- Quote form (keep, the one allowed shadow) ---------- */
.quote-panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-form); overflow: hidden; }
.quote-head { padding: 24px 28px 18px; border-bottom: 1px solid var(--line); }
.quote-head h3 { font-size: 1.7rem; margin-bottom: 3px; }
.quote-head p { font-family: var(--font); color: var(--slate-500); font-size: .92rem; margin: 0; }
.qf-progress { display: flex; gap: 8px; margin-top: 16px; }
.qf-progress span { flex: 1; height: 5px; border-radius: 3px; background: var(--line-soft); transition: background .3s; }
.qf-progress span.on { background: var(--red); }
.quote-body { padding: 24px 28px 28px; }
.qf-step { display: none; }
.qf-step.active { display: block; }
.qf-label { font-family: var(--font); display: block; font-weight: 700; font-size: .92rem; margin: 0 0 8px; }
.qf-hint { color: var(--slate-400); font-weight: 500; font-size: .84rem; }
.field, .quote-body select, .quote-body input, .quote-body textarea {
  width: 100%; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  font-family: var(--font); font-size: 1rem; color: var(--ink); background: #fff; margin-bottom: 16px;
  transition: border-color .15s, box-shadow .15s;
}
.field:focus, .quote-body select:focus, .quote-body input:focus, .quote-body textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(200,16,46,.12); outline: none; }
.opt-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 8px; }
.opt {
  display: flex; align-items: center; gap: 10px; padding: 14px; border: 1.5px solid var(--line);
  border-radius: var(--radius-sm); cursor: pointer; font-family: var(--font); font-weight: 600; font-size: .95rem;
  min-height: 54px; transition: border-color .15s, background .15s;
}
.opt:hover { border-color: var(--slate-400); }
.opt input { margin: 0; width: auto; accent-color: var(--red); flex: none; }
.opt.selected { border-color: var(--red); background: rgba(200,16,46,.05); }
.qf-nav { display: flex; gap: 12px; margin-top: 8px; }
.qf-nav .btn { flex: 1; }
.qf-back { flex: 0 0 auto !important; padding-left: 22px; padding-right: 22px; }
.qf-success { text-align: center; padding: 18px 6px 8px; }
.qf-success .ok { width: 60px; height: 60px; border-radius: 50%; background: rgba(200,16,46,.10); color: var(--red); display: grid; place-items: center; margin: 0 auto 16px; }
.qf-success .ok svg { width: 30px; height: 30px; stroke-width: 2.2; }
.qf-success h3 { font-size: 1.7rem; }
.demo-note { font-family: var(--font); font-size: .82rem; color: var(--slate-400); margin-top: 18px; }
.shake { animation: shake .4s; }
@keyframes shake { 0%,100%{transform:none} 25%{transform:translateX(-5px)} 75%{transform:translateX(5px)} }

/* ---------- Insurance homepage steps (numbered variant kept off; use ins-card) ---------- */

/* ---------- Page hero (inner) ---------- */
.page-hero { background: var(--navy-800); color: #fff; padding: 72px 0 64px; position: relative; overflow: hidden; }
.page-hero .wrap { position: relative; }
.page-hero h1 { font-size: clamp(2.6rem, 4.4vw, 3.6rem); line-height: .98; max-width: 18ch; }
.page-hero p { font-family: var(--font); color: var(--white-70); font-size: 1.14rem; max-width: 54ch; margin: 0; }
.breadcrumb { font-family: var(--font); font-size: .84rem; color: var(--white-55); margin-bottom: 16px; }
.breadcrumb a:hover { color: #fff; }

/* Inner hero with photo (replacement): photo right half + overlapping price */
.hero-photo { display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: stretch; }
.hero-photo .hp-copy { padding: 76px 48px 76px 0; align-self: center; }
.hero-photo .hp-media { position: relative; margin: 0 -24px 0 24px; }
.hero-photo .hp-media img { width: 100%; height: 100%; object-fit: cover; }
.price-module {
  position: relative; background: var(--red); color: #fff; border-radius: var(--radius);
  padding: 24px 28px; display: inline-flex; flex-direction: column; margin-top: 28px;
}
.price-module .amt { font-family: var(--font-display); font-weight: 700; font-size: 88px; line-height: .82; }
.price-module .from { font-family: var(--font); font-size: .9rem; font-weight: 600; opacity: .9; }

/* Vertical step rail */
.rail { display: grid; gap: 0; max-width: 720px; }
.rail-step { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid var(--line); align-items: start; }
.rail-step:last-child { border-bottom: 1px solid var(--line); }
.rail-step .rn { font-family: var(--font-display); font-weight: 700; font-size: 1.8rem; color: var(--red); line-height: 1; }
.rail-step h3 { font-size: 1.5rem; margin: 0 0 4px; }
.rail-step p { font-family: var(--font); color: var(--slate-500); font-size: .98rem; margin: 0; }

/* ADAS compare split (single vertical rule) */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--line-dark); border-radius: var(--radius); overflow: hidden; }
.compare .col { padding: 30px 32px; }
.compare .col + .col { border-left: 1px solid var(--line-dark); }
.compare h3 { color: var(--glass); font-size: 1.6rem; margin-bottom: 6px; }
.compare .col > p { font-family: var(--font); color: var(--white-70); margin-bottom: 16px; }
.compare ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.compare li { font-family: var(--font); display: flex; gap: 11px; align-items: flex-start; color: var(--white-70); font-size: .96rem; }
.compare li svg { flex: none; width: 18px; height: 18px; margin-top: 3px; color: var(--glass); }

/* Insurance vertical claim flow + doc motif */
.claim-flow { display: grid; gap: 0; max-width: 720px; }
.claim-step { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid var(--line); }
.claim-step:last-child { border-bottom: 1px solid var(--line); }
.claim-step .cn { width: 38px; height: 38px; border-radius: var(--radius-sm); background: var(--navy-800); color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; display: grid; place-items: center; }
.claim-step h3 { font-size: 1.4rem; margin: 0 0 4px; }
.claim-step p { font-family: var(--font); color: var(--slate-500); margin: 0; font-size: .98rem; }
.ins-hero { border-left: 5px solid var(--navy-800); padding-left: 24px; }

/* ---------- CTA band ---------- */
.cta-band { background: var(--navy-800); color: #fff; border-radius: var(--radius); padding: 48px; text-align: center; }
.cta-band h2 { font-size: clamp(2rem, 3vw, 2.6rem); margin-bottom: .35em; }
.cta-band p { font-family: var(--font); color: var(--white-70); max-width: 52ch; margin: 0 auto 26px; }
.cta-band .btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- Decision helper (repair) ---------- */
.decide { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.decide-card { border-radius: var(--radius); padding: 28px; border: 1px solid var(--line); background: #fff; }
.decide-card.repair { border-top: 4px solid var(--slate-400); }
.decide-card.replace { border-top: 4px solid var(--red); }
.decide-card h3 { font-size: 1.6rem; }
.decide-card > p { font-family: var(--font); }
.decide-card ul { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 11px; }
.decide-card li { font-family: var(--font); display: flex; gap: 11px; align-items: flex-start; color: var(--slate-700); font-size: .96rem; }
.decide-card li svg { flex: none; width: 18px; height: 18px; margin-top: 3px; color: var(--slate-400); }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 10px; max-width: 780px; margin: 0 auto; }
.faq details { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; }
.faq summary { font-family: var(--font-display); cursor: pointer; padding: 18px 22px; font-weight: 700; font-size: 1.3rem; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; width: 11px; height: 11px; border-right: 2px solid var(--slate-400); border-bottom: 2px solid var(--slate-400); transform: rotate(45deg); transition: transform .2s; flex: none; margin-top: -4px; }
.faq details[open] summary::after { transform: rotate(-135deg); margin-top: 3px; }
.faq details p { font-family: var(--font); margin: 0; padding: 0 22px 20px; color: var(--slate-500); font-size: 1rem; }

/* ---------- Contact ---------- */
.map-frame { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); aspect-ratio: 4/3; position: relative; background:
  linear-gradient(0deg, rgba(11,17,28,.03) 1px, transparent 1px) 0 0 / 100% 34px,
  linear-gradient(90deg, rgba(11,17,28,.03) 1px, transparent 1px) 0 0 / 34px 100%,
  var(--paper-2); }
.map-frame iframe { width: 100%; height: 100%; border: 0; display: block; position: relative; z-index: 1; }
.map-frame .map-fallback { position: absolute; inset: 0; z-index: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; text-align: center; padding: 20px; color: var(--slate-500); font-family: var(--font); }
.map-frame .map-fallback svg { width: 26px; height: 26px; color: var(--red); }
.map-frame .map-fallback strong { color: var(--ink); font-weight: 700; }

/* ---------- Location cards (two shops) ---------- */
.loc-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.loc-card { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 26px 26px 22px; display: flex; flex-direction: column; }
.loc-card__head { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.loc-card__head .pin { flex: none; width: 40px; height: 40px; border-radius: var(--radius-sm); background: rgba(200,16,46,.08); color: var(--red); display: grid; place-items: center; }
.loc-card__head .pin svg { width: 20px; height: 20px; }
.loc-card__head h3 { font-size: 1.55rem; line-height: 1; }
.loc-card__tag { font-family: var(--font); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--slate-400); margin-top: 4px; }
.loc-card .addr { font-family: var(--font); color: var(--slate-700); font-size: 1rem; line-height: 1.6; }
.loc-card .loc-phone { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font); font-weight: 700; font-size: 1.25rem; color: var(--red); margin: 14px 0 2px; }
.loc-card .loc-phone svg { width: 17px; height: 17px; }
.loc-card .tollfree { font-family: var(--font); font-size: .92rem; color: var(--slate-500); }
.loc-card .tollfree a { color: var(--slate-700); font-weight: 700; }
.loc-card .hrs { font-family: var(--font); font-size: .92rem; color: var(--slate-500); margin-top: 10px; padding-top: 12px; border-top: 1px solid var(--line-soft); }
.loc-card .map-frame { margin-top: 18px; aspect-ratio: 16/10; }
.loc-card .dir { font-family: var(--font); font-weight: 700; font-size: .95rem; color: var(--red); display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; }
.loc-card .dir svg { width: 15px; height: 15px; }
@media (max-width: 760px) { .loc-cards { grid-template-columns: 1fr; } }
.contact-rows { display: grid; gap: 2px; }
.contact-row { display: flex; gap: 14px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid var(--line); }
.contact-row:last-child { border-bottom: none; }
.contact-row .ico { flex: none; width: 40px; height: 40px; border-radius: var(--radius-sm); background: var(--paper-2); color: var(--navy-800); display: grid; place-items: center; }
.contact-row .ico svg { width: 19px; height: 19px; }
.contact-row .k { font-family: var(--font); font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--slate-400); }
.contact-row a.v, .contact-row .v { font-family: var(--font); font-weight: 700; font-size: 1.05rem; color: var(--ink); }
.contact-row a.v:hover { color: var(--red); }
.loc-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 0 40px; }
.loc { border-top: 1px solid var(--line); padding: 16px 0; }
.loc .name { font-family: var(--font); font-weight: 700; font-size: 1rem; }
.loc a { font-family: var(--font); color: var(--red); font-weight: 700; display: inline-flex; align-items: center; gap: 6px; margin-top: 3px; }
.loc a svg { width: 14px; height: 14px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-900); color: var(--white-70); padding: 60px 0 30px; }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.35fr; gap: 40px; }
.foot-shops { display: grid; gap: 18px; }
.foot-shop { font-family: var(--font); font-size: .92rem; line-height: 1.65; }
.foot-shop strong { color: #fff; display: inline-flex; align-items: center; gap: 6px; }
.foot-shop strong svg { width: 13px; height: 13px; color: var(--red); }
.foot-shop a { color: #fff; font-weight: 700; }
.foot-shop a:hover { color: var(--glass); }
.foot-hours { font-family: var(--font); font-size: .84rem; color: var(--white-55); margin-top: 4px; }
.site-footer .wordmark { height: 30px; width: auto; border-radius: 3px; margin-bottom: 14px; }
.foot-about { font-family: var(--font); font-size: .93rem; max-width: 34ch; }
.foot-col h4 { font-family: var(--font); color: #fff; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 14px; font-weight: 700; }
.foot-col a { font-family: var(--font); display: block; font-size: .94rem; margin-bottom: 10px; color: var(--white-70); transition: color .15s; }
.foot-col a:hover { color: #fff; }
.foot-nap { font-family: var(--font); font-size: .94rem; line-height: 1.9; }
.foot-nap strong { color: #fff; }
.foot-social { font-family: var(--font); display: inline-flex; align-items: center; gap: 8px; margin-top: 6px; color: #fff; font-weight: 600; }
.foot-social svg { width: 18px; height: 18px; }
.foot-bottom { font-family: var(--font); margin-top: 42px; padding-top: 22px; border-top: 1px solid var(--line-dark); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .82rem; color: var(--white-55); }
.foot-bottom .demo-flag { color: var(--glass); font-weight: 600; }

/* ---------- Mobile action bar ---------- */
.action-bar { display: none; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { padding: 60px 0 28px; max-width: none; }
  .hero-media { aspect-ratio: 4/3; }
  .services-split { grid-template-columns: 1fr; }
  .proof-spread { grid-template-columns: 1fr; gap: 28px; }
  .split { grid-template-columns: 1fr; gap: 32px; }
  .split .media-frame { order: -1; }
  .section-dark .split .media-frame { order: 0; }
  .price-anchor { grid-template-columns: 1fr; gap: 24px; }
  .hero-photo { grid-template-columns: 1fr; }
  .hero-photo .hp-copy { padding: 8px 0 24px; }
  .hero-photo .hp-media { order: -1; margin: 0 -24px; aspect-ratio: 16/10; }
  .compare { grid-template-columns: 1fr; }
  .compare .col + .col { border-left: none; border-top: 1px solid var(--line-dark); }
  .region-grid { grid-template-columns: 1fr; }
  .loc-list { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
}
@media (max-width: 780px) {
  body { font-size: 17px; }
  .section { padding: 60px 0; }
  .section--tight { padding: 48px 0; }
  h2.h { font-size: 34px; }
  .price-anchor .pa-copy h2 { font-size: 34px; }
  .nav-links, .nav-call { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav { height: 60px; gap: 12px; }
  .brand .wordmark { height: 30px; }
  .mobile-menu.open { display: block; border-top: 1px solid var(--line); background: #fff; padding: 10px 24px 20px; }
  .mobile-menu a { font-family: var(--font); display: block; padding: 13px 0; font-weight: 600; border-bottom: 1px solid var(--line-soft); color: var(--slate-700); }
  .mobile-menu a:last-child { border-bottom: none; }
  .steps { grid-template-columns: 1fr; gap: 22px; }
  .decide { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; gap: 26px; }
  .cta-band { padding: 32px 22px; }
  .hero { }
  .hero-copy { padding: 34px 0 22px; }
  .hero h1 { font-size: 42px; line-height: .96; }
  .hero-sub { font-size: 1.05rem; margin-bottom: 22px; }
  .hero-cta { flex-direction: column; gap: 12px; margin-bottom: 18px; }
  .hero-cta .btn { width: 100%; }
  .hero-cta .btn-call { order: -1; background: var(--red); color: #fff; border-color: var(--red); min-height: 56px; font-size: 1.12rem; }
  .hero-media { aspect-ratio: 4/3; }
  .svc-mobile-strip { flex-direction: column; align-items: flex-start; }
  .price-module .amt { font-size: 72px; }
  .nav-right .btn-primary { display: none; }
  /* Action bar: Call (2fr) / Quote / Text */
  .action-bar {
    display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 8px;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
    background: rgba(14,20,32,.98); backdrop-filter: blur(8px);
    border-top: 1px solid rgba(255,255,255,.08);
    transform: translateY(110%); transition: transform .3s ease;
    padding: 9px 10px calc(9px + env(safe-area-inset-bottom, 0px));
  }
  .action-bar.show { transform: translateY(0); }
  .action-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; color: #fff; font-family: var(--font); font-size: .95rem; font-weight: 700; border-radius: var(--radius-sm); }
  .action-bar a svg { width: 20px; height: 20px; }
  .action-bar a.call { background: var(--red); }
  .action-bar a.quote, .action-bar a.text { background: rgba(255,255,255,.08); }
  body.has-bar { padding-bottom: 74px; }
}
@media (max-width: 420px) {
  .wrap { padding: 0 18px; }
  .hero-photo .hp-media, .hero-copy { }
  .opt { font-size: .92rem; padding: 12px; }
}
