/* Generated by sync.js from client.json — edit src/style.css, not this file. */

:root {
  --ink: #0d1520;
  --ink-2: #152234;
  --ink-3: #24374f;
  --paper: #f4f6f9;
  --paper-2: #e7ebf1;
  --steel: #5d6b7f;
  --rule: #d3dae3;
  --radius: 10px;
  --pill: 999px;
  --signal: #2E90FF;
  --signal-ink: #0b1220;
  --open: #3fa96b;
  --shut: #c0392b;

  --display: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --body: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;

  --gutter: clamp(1.125rem, 5vw, 5rem);
  --stack: clamp(2.75rem, 8vw, 7rem);
}

*, *::before, *::after { box-sizing: border-box; }

body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: var(--body); font-size: 1.0625rem; line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}
h1, h2, h3 { font-family: var(--display); font-weight: 800; line-height: 1.02; margin: 0; }
p { margin: 0 0 1rem; }
a { color: inherit; }
img { max-width: 100%; }

.sr-only { position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0; }
.skip { position:absolute;left:-9999px;top:0;z-index:100;background:var(--signal);color:var(--signal-ink);padding:.75rem 1rem;font-weight:600; }
.skip:focus { left:0; }
:focus-visible { outline: 3px solid var(--signal); outline-offset: 2px; }

/* ---------- hazard stripe ---------- */

.hazard {
  height: 10px;
  background: repeating-linear-gradient(-45deg, var(--signal) 0 14px, var(--ink) 14px 28px);
}

/* ---------- topbar ---------- */

.topbar {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; flex-wrap: wrap; padding: 1.125rem var(--gutter);
  background: var(--ink); color: var(--paper);
}
.wordmark { font-family: var(--display); font-weight: 900; font-size: 1.125rem; letter-spacing: -.02em; text-decoration: none; text-transform: uppercase; }
.topbar nav { display: flex; align-items: center; gap: 1.5rem; }
.topbar nav a { font-size: .9375rem; text-decoration: none; color: #a8b0b9; }
.topbar nav a:hover { color: var(--paper); }
.topbar-call { font-family: var(--mono); font-weight: 700; color: var(--signal) !important; white-space: nowrap; }

/* ---------- hero: full bleed, photo behind ---------- */

.hero {
  position: relative;
  padding: clamp(2.25rem, 6vw, 4rem) var(--gutter) 0;
  background-color: var(--ink);
  background-size: cover; background-position: center;
  color: var(--paper); overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(105deg, rgba(18,20,23,.96) 0%, rgba(18,20,23,.88) 45%, rgba(18,20,23,.55) 100%),
    repeating-linear-gradient(-45deg, rgba(255,255,255,.014) 0 2px, transparent 2px 7px);
}
.hero-grid { position: relative; display: grid; gap: 1.75rem; align-items: start; }
@media (min-width: 940px) { .hero-grid { grid-template-columns: minmax(0,1.55fr) minmax(0,.95fr); gap: 3rem; } }
.hero-copy { max-width: 34ch; }
@media (min-width: 940px) { .hero-copy { max-width: none; } }

.eyebrow {
  font-family: var(--mono); font-size: .6875rem; letter-spacing: .16em;
  text-transform: uppercase; color: var(--signal); margin: 0 0 .875rem;
}
.hero h1 {
  font-weight: 900;
  font-size: clamp(2rem, 8.5vw, 4.5rem);
  letter-spacing: -.035em; text-transform: uppercase;
  margin-bottom: .875rem; text-wrap: balance;
}
.hero-services {
  font-family: var(--mono); font-size: clamp(.75rem, 1.6vw, .875rem);
  letter-spacing: .06em; text-transform: uppercase;
  color: var(--signal); margin: 0 0 1rem; line-height: 1.7;
}
.hero .lede { color: #c8ced5; max-width: 42ch; font-size: 1.0625rem; margin-bottom: 1.75rem; }

.hero-badge {
  border-radius: var(--radius);
  border: 1px solid var(--ink-3); background: rgba(27,31,36,.72);
  padding: 1.25rem; backdrop-filter: blur(2px);
}
.hero-badge-l {
  display: flex; align-items: center; gap: .5rem;
  font-family: var(--mono); font-size: .6875rem; letter-spacing: .16em;
  text-transform: uppercase; color: var(--signal); margin: 0 0 .5rem;
}
.hero-badge-v {
  font-family: var(--display); font-weight: 800; font-size: 1.25rem;
  letter-spacing: -.02em; margin: 0 0 .625rem;
}
.hero-badge-note { font-size: .875rem; color: #a8b0b9; margin: 0; }
.dot { width: .5rem; height: .5rem; border-radius: 50%; background: var(--steel); flex: none; }
.dot.is-open { background: var(--open); box-shadow: 0 0 0 3px rgba(63,169,107,.25); }
.dot.is-shut { background: var(--shut); box-shadow: 0 0 0 3px rgba(192,57,43,.25); }

/* ---------- buttons ---------- */

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  text-align: center; text-decoration: none;
  padding: 1rem 1.875rem; font-weight: 700; font-size: 1rem;
  border: 2px solid transparent; border-radius: var(--pill);
}
.btn-call { background: var(--signal); color: var(--signal-ink); font-family: var(--mono); }
.btn-call:hover { filter: brightness(1.08); }
.btn-ghost { border-color: #3a424b; color: var(--paper); }
.btn-ghost:hover { border-color: var(--signal); }
.btn-quiet { border-color: var(--rule); color: var(--ink); }
.btn-quiet:hover { border-color: var(--ink); }

.btn-row { display: flex; flex-wrap: wrap; gap: .75rem; }

/* ---------- hero info cards ---------- */

.hero-cards {
  position: relative; display: grid; gap: .75rem;
  margin-top: clamp(2rem, 5vw, 3rem);
  padding-bottom: clamp(2rem, 5vw, 3rem);
}
@media (min-width: 700px) { .hero-cards { grid-template-columns: repeat(3, 1fr); } }

.hcard {
  border-radius: var(--radius);
  border: 1px solid var(--ink-3); background: rgba(27,31,36,.72);
  padding: 1rem 1.125rem; display: flex; flex-direction: column; gap: .375rem;
}
.hcard-l {
  font-family: var(--mono); font-size: .625rem; letter-spacing: .18em;
  text-transform: uppercase; color: #7d8792;
}
.hcard-v {
  font-family: var(--display); font-weight: 800; font-size: 1.375rem;
  letter-spacing: -.02em; display: flex; align-items: baseline; gap: .5rem;
}
.hcard-v em {
  font-family: var(--mono); font-style: normal; font-weight: 400;
  font-size: .75rem; color: #a8b0b9; letter-spacing: 0;
}
.hcard-star { color: var(--signal); }
.hcard-link { font-family: var(--mono); color: var(--signal); text-decoration: none; }
.hcard-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.hcard-sm { font-size: 1.0625rem; flex-direction: column; gap: .1875rem; align-items: flex-start; }

/* ---------- bands ---------- */

.band { padding: var(--stack) var(--gutter); }
.band-quiet { background: var(--paper-2); }
.kicker {
  font-family: var(--mono); font-size: .75rem; letter-spacing: .18em;
  text-transform: uppercase; color: var(--signal); margin: 0 0 .75rem;
}
.band > h2 {
  font-size: clamp(1.5rem, 5.5vw, 3rem); letter-spacing: -.03em;
  text-transform: uppercase; margin-bottom: 2.5rem;
}
.band .lede { color: var(--steel); max-width: 46ch; }

.page-head { padding: var(--stack) var(--gutter) 0; }
.page-head h1 { font-size: clamp(2rem, 5.5vw, 3.5rem); letter-spacing: -.03em; text-transform: uppercase; }
.page-head .eyebrow { color: var(--steel); }

/* ---------- services: photo tiles ---------- */

.services {
  list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem;
}
@media (min-width: 600px) { .services { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .services { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1320px) { .services { grid-template-columns: repeat(4, 1fr); } }

.service {
  display: flex; flex-direction: column; border-radius: var(--radius);
  background: var(--paper); border: 1px solid var(--rule);
  transition: transform .18s ease, border-color .18s ease;
}
.service:hover { transform: translateY(-3px); border-color: var(--ink); }
.band-quiet .service { background: var(--paper-2); }

.service-media { margin: 0; background: var(--ink-2); overflow: hidden; }
.service-media img { display: block; width: 100%; height: 190px; object-fit: cover; }
.service-media:empty,
.service-media.is-empty {
  height: 190px;
  background:
    linear-gradient(rgba(18,20,23,.55), rgba(18,20,23,.55)),
    repeating-linear-gradient(-45deg, var(--ink-2) 0 12px, var(--ink-3) 12px 24px);
}

.service-body { padding: 1.25rem; }
.service.no-media { border-left: 3px solid var(--signal); }
.service-tag {
  display: inline-block; margin-bottom: .5rem;
  font-family: var(--mono); font-size: .625rem; letter-spacing: .14em;
  text-transform: uppercase; color: var(--signal-ink);
  background: var(--signal); padding: .1875rem .4375rem;
}
.service h3 { font-size: 1rem; letter-spacing: -.02em; text-transform: uppercase; margin-bottom: .5rem; }
.service p { color: var(--steel); font-size: .875rem; line-height: 1.55; margin: 0; }
.service-price {
  font-family: var(--mono); font-size: .9375rem; font-weight: 700;
  color: var(--ink) !important; margin: .875rem 0 0 !important;
  padding-top: .875rem; border-top: 1px solid var(--rule);
}

.band-more { margin: 2.5rem 0 0; font-family: var(--mono); font-size: .875rem; }
.band-more a { color: var(--ink); text-underline-offset: 4px; }

/* ---------- process ---------- */

.band-process { background: var(--ink); color: var(--paper); }
.band-process > h2 { color: var(--paper); }
.process { list-style: none; padding: 0; margin: 0; display: grid; gap: 2rem; }
@media (min-width: 800px) { .process { grid-template-columns: repeat(3, 1fr); gap: 3rem; } }
.process li { border-top: 2px solid var(--signal); padding-top: 1.5rem; }
.process-num {
  display: block; font-family: var(--mono); font-size: 2rem; font-weight: 700;
  color: var(--signal); line-height: 1; margin-bottom: 1rem;
}
.process h3 { font-size: 1.25rem; letter-spacing: -.02em; text-transform: uppercase; margin-bottom: .625rem; }
.process p { color: #a8b0b9; font-size: .9375rem; margin: 0; }

/* ---------- trust ---------- */

.trust { list-style: none; padding: 0; margin: 0; display: grid; gap: 1.75rem; }
@media (min-width: 700px) { .trust { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1020px) { .trust { grid-template-columns: repeat(4, 1fr); } }
.trust li { border-left: 3px solid var(--signal); padding-left: 1.125rem; }
.trust h3 { font-size: 1rem; letter-spacing: -.01em; text-transform: uppercase; margin-bottom: .5rem; }
.trust p { color: var(--steel); font-size: .9375rem; margin: 0; }

/* ---------- quotes ---------- */

.band-reviews { background: var(--paper); }
.quotes { list-style: none; padding: 0; margin: 0; display: grid; gap: 2rem; }
@media (min-width: 800px) { .quotes { grid-template-columns: repeat(3, 1fr); } }
.quotes li { border-top: 3px solid var(--signal); padding-top: 1.5rem; }
.quotes blockquote { margin: 0 0 1rem; font-size: 1.0625rem; line-height: 1.55; }
.quotes blockquote::before { content: "\201C"; }
.quotes blockquote::after { content: "\201D"; }
.quotes cite { font-family: var(--mono); font-size: .8125rem; font-style: normal; color: var(--steel); }

/* ---------- coverage ---------- */

.areas { list-style: none; padding: 0; margin: 0 0 1.25rem; display: flex; flex-wrap: wrap; gap: .625rem; }
.areas li {
  border-radius: var(--pill);
  font-family: var(--mono); font-size: .875rem; padding: .5rem .875rem;
  border: 1px solid var(--rule); background: var(--paper);
}
.areas-note { color: var(--steel); font-size: .9375rem; max-width: 46ch; }
.addr { font-style: normal; font-family: var(--mono); line-height: 1.7; }
.addr a { text-decoration: none; } .addr a:hover { text-decoration: underline; }
.addr-lg { font-size: 1.125rem; }
.contact-line { font-family: var(--mono); font-size: 1.375rem; margin: 0 0 .375rem; }
.contact-line a { text-decoration: none; } .contact-line a:hover { text-decoration: underline; text-underline-offset: 4px; }
.contact-mail { font-size: 1rem; color: var(--steel); }
.stack-head {
  font-size: .75rem; font-family: var(--mono); font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase; color: var(--signal);
  margin: 2.5rem 0 .75rem;
}
.stack-head:first-child { margin-top: 0; }

/* placard on contact page */
.hero-contact { background: var(--ink); color: var(--paper); display: grid; gap: var(--gutter); padding: var(--stack) var(--gutter); }
@media (min-width: 900px) { .hero-contact { grid-template-columns: 1.2fr .8fr; } }
.hero-contact .areas li { background: transparent; border-color: var(--ink-3); color: var(--paper); }
.hero-contact .areas-note { color: #a8b0b9; }
.placard { border-radius: var(--radius); background: var(--ink-2); border: 1px solid var(--ink-3); border-top: 4px solid var(--signal); padding: 1.75rem; }
.placard-head { display: flex; align-items: center; gap: .625rem; font-size: 1.375rem; text-transform: uppercase; margin-bottom: .25rem; }
.placard-now { font-family: var(--mono); font-size: .875rem; color: #a8b0b9; margin: 0 0 1.5rem; }
.hours { width: 100%; border-collapse: collapse; margin-bottom: 1.5rem; }
.hours th, .hours td {
  font-family: var(--mono); font-size: .875rem; font-weight: 400; text-align: left;
  padding: .5rem 0; border-bottom: 1px solid var(--ink-3); color: #c8ced5;
}
.hours th { width: 4rem; color: #7d8792; }
.hours td.is-closed { color: #6b7683; }
.hours tr.is-today th, .hours tr.is-today td { color: var(--paper); font-weight: 700; }
.hours tr.is-today th::after { content: " \2022"; color: var(--signal); }

/* ---------- closing CTA ---------- */

.band-cta { position: relative; background: var(--ink); color: var(--paper); padding-top: calc(var(--stack) + 10px); }
.band-cta .hazard { position: absolute; top: 0; left: 0; right: 0; }
.band-cta h2 { font-size: clamp(2rem, 5.5vw, 3.5rem); letter-spacing: -.03em; text-transform: uppercase; margin-bottom: 1rem; }
.band-cta .lede { color: #c8ced5; }
.band-cta .btn-row { margin-top: 2rem; }

/* ---------- footer ---------- */

.foot { padding: 2.5rem var(--gutter) 6rem; background: var(--ink); color: #7d8792; font-family: var(--mono); font-size: .8125rem; }
.foot p { margin: 0 0 .5rem; }
.foot a { color: var(--signal); text-decoration: none; }
.foot-fine { color: #565f69; }

/* ---------- sticky mobile call bar ---------- */

.callbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  display: block; text-align: center; text-decoration: none;
  background: var(--signal); color: var(--signal-ink);
  font-family: var(--mono); font-weight: 700; font-size: 1rem;
  padding: 1rem; border-top: 2px solid var(--signal-ink);
}
@media (min-width: 860px) { .callbar { display: none; } .foot { padding-bottom: 2.5rem; } }

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

/* ---------- logo + wordmark ---------- */

.wordmark { display: flex; align-items: center; gap: .75rem; }
.wordmark-logo { height: 36px; width: auto; display: block; }
.wordmark-text { display: flex; flex-direction: column; line-height: 1.1; }
.wordmark-text em {
  font-family: var(--mono); font-style: normal; font-weight: 400;
  font-size: .6875rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--steel); margin-top: .1875rem;
}

/* ---------- hero trust chips ---------- */

.chips {
  list-style: none; padding: 0; margin: 1.75rem 0 0;
  display: flex; flex-wrap: wrap; gap: .625rem 1.5rem;
}
.chips li {
  font-family: var(--mono); font-size: .75rem; letter-spacing: .06em;
  text-transform: uppercase; color: #c8ced5;
  display: flex; align-items: center; gap: .5rem;
}
.chips li::before { content: "\2713"; color: var(--signal); font-size: .875rem; }

/* ---------- gallery ---------- */

.band-gallery { background: var(--ink); color: var(--paper); }
.band-gallery > h2 { color: var(--paper); }
.gallery { list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem; }
@media (min-width: 620px) { .gallery { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1020px) { .gallery { grid-template-columns: repeat(3, 1fr); } }
.gallery li { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--ink-2); }
.gallery img { display: block; width: 100%; height: 240px; object-fit: cover; }
.gallery span {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 2rem .875rem .75rem;
  font-family: var(--mono); font-size: .75rem; letter-spacing: .06em;
  color: var(--paper);
  background: linear-gradient(transparent, rgba(18,20,23,.9));
}

/* ---------- review cards ---------- */

.quote-head { display: flex; align-items: center; gap: .75rem; margin-bottom: 1rem; }
.avatar {
  border-radius: var(--pill);
  width: 2.25rem; height: 2.25rem; flex: none;
  display: grid; place-items: center;
  background: var(--signal); color: var(--signal-ink);
  font-family: var(--mono); font-weight: 700; font-size: .8125rem;
}
.quote-who { display: flex; flex-direction: column; line-height: 1.25; }
.quote-who cite { font-family: var(--body); font-style: normal; font-weight: 600; font-size: .9375rem; color: var(--ink); }
.quote-when { font-family: var(--mono); font-size: .75rem; color: var(--steel); }

/* ---------- coverage ---------- */

.coverage-lede {
  font-size: clamp(1.125rem, 2.2vw, 1.375rem);
  max-width: 34ch; margin-bottom: 2rem; letter-spacing: -.01em;
}
.coverage-sub {
  font-family: var(--mono); font-size: .75rem; letter-spacing: .18em;
  text-transform: uppercase; color: var(--steel); margin: 0 0 .875rem;
}
.areas li.is-more {
  border-style: dashed; border-color: var(--signal);
  color: var(--steel); font-style: italic;
}

/* ---------- built-by stamp ---------- */

.built-by { margin: 1.5rem 0 0; padding-top: 1.25rem; border-top: 1px solid var(--ink-3); }
.built-by a {
  display: inline-flex; align-items: center; gap: .5rem;
  text-decoration: none; color: #6b7683;
  transition: color .18s ease;
}
.built-by-label {
  font-family: var(--body); font-size: .625rem; font-weight: 300;
  letter-spacing: .1em; align-self: center;
}
.built-by-name { display: inline-flex; align-items: baseline; gap: .3125rem; }
.built-by-name strong {
  font-family: var(--display); font-weight: 800; font-size: .9375rem;
  letter-spacing: .06em; color: #c8ced5; transition: color .18s ease;
}
.built-by-name em {
  font-family: var(--display); font-style: normal; font-weight: 800;
  font-size: .625rem; letter-spacing: .22em; color: #f59e0b;
}
.built-by a:hover { color: #8b939c; }
.built-by a:hover .built-by-name strong { color: var(--paper); }

/* built-by mark: inherits footer color so one asset works on any theme */
/* 54x80 viewBox — width follows from the height to preserve proportion. */
.built-by-mark { display: block; height: 18px; width: 12.15px; flex: none; color: #c8ced5; }
.built-by-mark svg { display: block; width: 100%; height: 100%; }

/* ---------- callout band ---------- */

.band-callout { background: var(--ink); color: var(--paper); }
.callout { display: grid; gap: 1.75rem; align-items: center; }
@media (min-width: 860px) { .callout { grid-template-columns: 1fr auto; gap: 3rem; } }
.callout h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem); letter-spacing: -.03em;
  text-transform: uppercase; margin-bottom: .75rem;
}
.callout .lede { color: #c8ced5; }
.callout-partners {
  font-family: var(--mono); font-size: .75rem; letter-spacing: .14em;
  text-transform: uppercase; color: var(--signal); margin: 1rem 0 0;
}

/* ---------- service icon cards (uniform, compressed) ---------- */

.service { flex-direction: row; align-items: flex-start; gap: 0; padding: 1.125rem; }
.service .service-body { padding: 0; }
.service-icon {
  border-radius: var(--radius);
  flex: none; width: 2.25rem; height: 2.25rem; margin-right: .875rem;
  display: grid; place-items: center; color: var(--signal);
  border: 1px solid var(--rule);
}
.service-icon svg { width: 1.25rem; height: 1.25rem; display: block; }
.service:hover .service-icon { border-color: var(--signal); }
.band-callout .service-icon, .band-process .service-icon { border-color: var(--ink-3); }

/* ==========================================================
   Mobile pass — most traffic is a phone, often one-handed,
   often someone standing next to a vehicle that won't start.
   ========================================================== */

/* Nothing may push the page sideways. */
html, body { max-width: 100%; overflow-x: hidden; }
h1, h2, h3, p, li, a, blockquote { overflow-wrap: break-word; }
.hero-grid > *, .services > *, .trust > *, .process > *,
.quotes > *, .gallery > *, .hero-cards > *, .callout > * { min-width: 0; }

@media (max-width: 859px) {

  /* Header: name and number only. Section links live in the page. */
  .topbar { padding: .875rem var(--gutter); gap: .75rem; }
  .topbar nav { gap: 0; margin-left: auto; }
  .topbar nav a:not(.topbar-call) { display: none; }
  .topbar-call { font-size: .9375rem; }
  .wordmark-text { font-size: .9375rem; }
  .wordmark-text em { font-size: .625rem; }
  .wordmark-logo { height: 30px; }

  /* Hero: less air, full-width tap targets. */
  .hero { padding-top: 2rem; }
  .hero h1 { letter-spacing: -.03em; }
  .hero-services { line-height: 1.9; }
  .hero .lede { font-size: 1rem; margin-bottom: 1.5rem; }

  .btn-row { display: grid; grid-template-columns: 1fr; gap: .625rem; }
  .btn { width: 100%; padding: 1.0625rem 1.25rem; }

  .chips { gap: .5rem 1.125rem; margin-top: 1.5rem; }
  .chips li { font-size: .6875rem; }

  .hero-badge { padding: 1rem; }
  .hero-badge-v { font-size: 1.125rem; }

  /* Info cards read as a compact list rather than three stacked blocks. */
  .hero-cards { gap: .5rem; margin-top: 1.75rem; padding-bottom: 2rem; }
  .hcard { flex-direction: row; align-items: center; justify-content: space-between; gap: 1rem; padding: .875rem 1rem; }
  .hcard-l { flex: none; }
  .hcard-v { font-size: 1.125rem; justify-content: flex-end; text-align: right; }
  .hcard-sm { font-size: .9375rem; align-items: flex-end; }

  /* Sections */
  .band > h2 { margin-bottom: 1.5rem; }
  .service { padding: 1rem; }
  .service-icon { width: 2rem; height: 2rem; margin-right: .75rem; }
  .service-icon svg { width: 1.125rem; height: 1.125rem; }
  .service h3 { font-size: .9375rem; }

  .process { gap: 1.5rem; }
  .process-num { font-size: 1.5rem; margin-bottom: .625rem; }
  .process h3 { font-size: 1.125rem; }

  .trust { gap: 1.25rem; }
  .gallery img { height: 200px; }
  .coverage-lede { font-size: 1.0625rem; margin-bottom: 1.5rem; }

  .callout { gap: 1.25rem; }

  /* Clear the fixed call bar. */
  .foot { padding-bottom: 5.5rem; }
}

/* Very small phones */
@media (max-width: 380px) {
  .hero h1 { font-size: 1.875rem; }
  .hcard-v { font-size: 1rem; }
  .chips { gap: .4375rem 1rem; }
  .areas li { font-size: .8125rem; padding: .4375rem .625rem; }
}

/* Comfortable touch targets everywhere on touch devices. */
@media (hover: none) {
  .topbar nav a, .band-more a, .addr a, .contact-line a { padding: .25rem 0; display: inline-block; }
  .service:hover { transform: none; }
  .callbar { padding: 1.0625rem 1rem; }
}

/* Landscape phone: don't let the hero eat the screen. */
@media (max-height: 460px) and (orientation: landscape) {
  .hero { padding-top: 1.5rem; }
  .hero h1 { font-size: 2rem; }
  .hero-cards { margin-top: 1.25rem; }
}

/* ---------- headline accent word ---------- */

.hero h1 em { font-style: normal; color: var(--signal); }

/* ---------- floating desktop actions ---------- */

.fab { display: none; }
@media (min-width: 860px) {
  .fab {
    display: flex; flex-direction: column; gap: .625rem;
    position: fixed; right: 1.5rem; bottom: 1.5rem; z-index: 60;
  }
}
.fab-btn {
  width: 3.25rem; height: 3.25rem; border-radius: 999px;
  display: grid; place-items: center;
  background: var(--signal); color: var(--signal-ink);
  box-shadow: 0 6px 20px rgba(0,0,0,.28);
  transition: transform .18s ease;
}
.fab-btn + .fab-btn { background: var(--ink-2); color: var(--paper); }
.fab-btn:hover { transform: translateY(-2px); }
.fab-btn svg { width: 1.375rem; height: 1.375rem; }

/* ---------- section nav ---------- */

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
[id] { scroll-margin-top: 5rem; }
.topbar { position: sticky; top: 0; z-index: 40; }
.callbar { border-radius: 0; }

/* generated brand mark, used when a client has no logo file */
.wordmark-mark { display: block; width: 34px; height: 34px; color: var(--signal); flex: none; }
.wordmark-mark svg { display: block; width: 100%; height: 100%; }
@media (max-width: 859px) { .wordmark-mark { width: 28px; height: 28px; } }

/* second callout inverts so stacked bands stay distinct */
.band-callout + .band-callout { background: var(--ink-2); }
.band-callout + .band-callout .kicker { color: var(--signal); }
