/* ═══════════════════════════════════════════
   Wiregrass Property Management — unified site
   Design system carried over from the GPR site.
   ═══════════════════════════════════════════ */

:root{
  --ink:#0B1220;
  --ink-2:#111C2E;
  --ink-3:#1B2942;
  --paper:#FFFFFF;
  --paper-2:#F4F6F9;
  --paper-3:#E8ECF2;
  --line:#D8DFE8;
  --line-dark:#26364F;

  --text:#16202F;
  --text-mute:#55637A;
  --text-inv:#EAF0F8;
  --text-inv-mute:#9DAEC6;

  --orange:#FF7A00;
  --orange-dk:#E56A00;
  --orange-text:#B34D00;   /* AA-safe orange for small text on light bg */
  --orange-soft:#FFF1E3;
  --amber:#FFB020;

  --r-sm:8px;
  --r:14px;
  --r-lg:20px;

  --shadow:0 1px 2px rgba(11,18,32,.06), 0 8px 24px rgba(11,18,32,.08);
  --shadow-lg:0 2px 4px rgba(11,18,32,.08), 0 18px 48px rgba(11,18,32,.14);

  --head:"Barlow Condensed", "Arial Narrow", system-ui, sans-serif;
  --body:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --wrap:1180px;
  --pad:clamp(20px, 5vw, 40px);
}

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

/* The browser hides [hidden] with a UA rule, and ANY author `display` beats a
   UA rule regardless of specificity — .btn{display:inline-flex} etc. would
   keep "hidden" elements on screen without this. */
[hidden]{display:none !important}
html{scroll-behavior:smooth; -webkit-text-size-adjust:100%}
body{
  margin:0;
  font-family:var(--body);
  font-size:17px;
  line-height:1.65;
  color:var(--text);
  background:var(--paper);
  -webkit-font-smoothing:antialiased;
}
img,svg{max-width:100%}
a{color:inherit}

h1,h2,h3,h4{font-family:var(--head); line-height:1.05; letter-spacing:.005em; margin:0; text-wrap:balance}
p{margin:0 0 1em}
p:last-child{margin-bottom:0}

.wrap{width:100%; max-width:var(--wrap); margin-inline:auto; padding-inline:var(--pad)}
.wrap-narrow{max-width:var(--wrap)}   /* container stays aligned; text width is capped per-block */

/* Dark ink on orange, not white: white on --orange is 2.61:1 and fails AA. */
.skip{
  position:absolute; left:-9999px; top:0; z-index:200;
  background:var(--orange); color:#12100E; padding:12px 20px; border-radius:0 0 var(--r-sm) 0;
  font-weight:700;
}
.skip:focus{left:0}

:where(a,button,input,select,textarea,summary,details):focus-visible{
  outline:3px solid var(--orange);
  outline-offset:2px;
  border-radius:4px;
}

/* ── Buttons ───────────────────────────── */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:.55em;
  font-family:var(--body); font-weight:600; font-size:15px; line-height:1;
  padding:13px 22px; border-radius:var(--r-sm); border:1.5px solid transparent;
  text-decoration:none; cursor:pointer;
  transition:background .16s ease, border-color .16s ease, transform .1s ease, box-shadow .16s ease;
  white-space:nowrap;
  min-height:44px;   /* touch-target floor */
}
.btn:active{transform:translateY(1px)}
.btn-lg{font-size:17px; padding:17px 30px}
.btn-block{width:100%}

.btn-primary{background:var(--orange); color:#12100E; box-shadow:0 3px 0 var(--orange-dk)}
.btn-primary:hover{background:#FF8A1F}

.btn-ghost{background:transparent; color:var(--text-inv); border-color:rgba(255,255,255,.34)}
.btn-ghost:hover{background:rgba(255,255,255,.09); border-color:rgba(255,255,255,.6)}

/* Outline button for light backgrounds — .btn-ghost disappears there. */
.btn-outline{background:transparent; color:var(--text); border-color:var(--line)}
.btn-outline:hover{background:var(--paper-2); border-color:var(--orange-text); color:var(--orange-text)}

.btn-call{background:rgba(255,122,0,.12); color:var(--orange); border-color:rgba(255,122,0,.4); font-variant-numeric:tabular-nums}
.btn-call:hover{background:rgba(255,122,0,.2)}

.ico{width:1.15em; height:1.15em; flex:none}

/* ── Header ────────────────────────────── */
.site-header{
  position:sticky; top:0; z-index:100;
  background:rgba(11,18,32,.94);
  backdrop-filter:saturate(150%) blur(12px);
  border-bottom:1px solid var(--line-dark);
}
.header-inner{display:flex; align-items:center; gap:clamp(12px,1.8vw,24px); height:70px}

.brand{display:flex; align-items:center; gap:11px; text-decoration:none; flex:none; min-height:44px}
.brand-mark{width:34px; height:34px; flex:none}
.brand-text{font-family:var(--head); font-size:22px; line-height:1; letter-spacing:.03em; display:flex; gap:.28em; align-items:baseline}
.brand-text strong{color:var(--text-inv); font-weight:700}
.brand-text em{color:var(--orange); font-style:normal; font-weight:700}

.nav{display:flex; gap:clamp(15px,1.8vw,28px); margin-left:auto; font-size:15px; font-weight:500}
.nav a{color:var(--text-inv-mute); text-decoration:none; transition:color .15s; white-space:nowrap; padding:6px 0; display:inline-block}
.nav a:hover{color:var(--text-inv)}
.nav a[aria-current="page"]{color:var(--orange)}

@media (max-width:1100px){
  .header-call span{display:none}
  .header-call{padding:12px 13px}
}
@media (max-width:900px){
  .nav{display:none}
  .header-call span{display:inline}
  .header-call{padding:13px 22px}
}

/* ── Crew bar ──────────────────────────────
   The one-glance explainer of the company structure, on every page: three
   crews, three pills, current one lit. This is how a visitor who landed on
   any page (or came in from wiregrassmulching.com / wiregrassgpr.com) sees
   where they are and switches without hunting through the nav. */
.crew-bar{background:var(--ink-2); border-bottom:1px solid var(--line-dark)}
.crew-bar-inner{
  display:flex; align-items:center; gap:8px;
  padding-block:8px; overflow-x:auto;
  -webkit-overflow-scrolling:touch; scrollbar-width:none;
}
.crew-bar-inner::-webkit-scrollbar{display:none}
.crew-bar-label{
  font-size:11px; font-weight:700; letter-spacing:.14em; text-transform:uppercase;
  color:var(--amber); white-space:nowrap; margin-right:6px; flex:none;
}
.crew-bar a{
  flex:none; display:inline-flex; align-items:center; min-height:44px;
  font-size:13.5px; font-weight:600; color:var(--text-inv-mute);
  text-decoration:none; padding:8px 15px; border:1px solid var(--line-dark);
  border-radius:100px; white-space:nowrap;
  transition:color .15s, border-color .15s, background .15s;
}
.crew-bar a:hover{color:var(--text-inv); border-color:var(--text-inv-mute)}
.crew-bar a.is-active{
  color:#12100E; background:var(--orange); border-color:var(--orange); font-weight:700;
}
@media (max-width:560px){
  .crew-bar-label{display:none}
  .crew-bar a{font-size:13px; padding:7px 13px}
}

/* ── Hero ──────────────────────────────── */
/* Base hero is photo-free: navy gradient + faint survey grid. Pages with a
   photo add their own background-image on top (see .hero-gpr). */
.hero{
  position:relative; overflow:hidden;
  color:var(--text-inv);
  padding:clamp(52px,8vw,90px) 0 clamp(44px,6vw,72px);
  background-color:var(--ink);
  background-image:
    radial-gradient(120% 120% at 85% 0%, rgba(255,122,0,.14) 0%, rgba(255,122,0,0) 45%),
    linear-gradient(180deg, var(--ink) 0%, var(--ink-2) 100%);
}
.hero-grid{
  position:absolute; inset:0; pointer-events:none; opacity:.22;
  background-image:
    linear-gradient(rgba(157,174,198,.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(157,174,198,.09) 1px, transparent 1px);
  background-size:58px 58px;
  mask-image:radial-gradient(110% 85% at 50% 0%, #000 25%, transparent 78%);
  -webkit-mask-image:radial-gradient(110% 85% at 50% 0%, #000 25%, transparent 78%);
}
.hero-inner{position:relative}

/* Home: the mini excavator on fresh-cut dirt. Same scrim recipe as the GPR
   hero — near-solid navy on the left where the headline sits, photo showing
   through on the right. */
.hero-home{
  background-image:
    linear-gradient(180deg, rgba(11,18,32,.80) 0%, rgba(11,18,32,0) 24%,
                            rgba(11,18,32,0) 58%, rgba(11,18,32,.92) 100%),
    linear-gradient(90deg, var(--ink) 0%, rgba(11,18,32,.95) 26%,
                           rgba(11,18,32,.55) 56%, rgba(11,18,32,.18) 100%),
    url('/hero.jpg?v=b6cc3e7890');
  background-size:auto, auto, cover;
  background-position:center, center, center right;
  background-repeat:no-repeat;
}
@media (max-width:900px){
  .hero-home{
    background-image:
      linear-gradient(180deg, rgba(11,18,32,.92) 0%, rgba(11,18,32,.72) 45%,
                              rgba(11,18,32,.95) 100%),
      url('/hero-sm.jpg?v=dd4cd7158a');
    background-size:auto, cover;
    background-position:center, 62% center;
  }
}

/* Mulching: the Bobcat T86 on a fresh mulch mat. The machine sits left of
   centre in the frame, so the left scrim is eased back a touch compared to
   the other heroes. */
.hero-mulch{
  background-image:
    linear-gradient(180deg, rgba(11,18,32,.80) 0%, rgba(11,18,32,.10) 26%,
                            rgba(11,18,32,.10) 55%, rgba(11,18,32,.92) 100%),
    linear-gradient(90deg, rgba(11,18,32,.96) 0%, rgba(11,18,32,.74) 30%,
                           rgba(11,18,32,.32) 62%, rgba(11,18,32,.10) 100%),
    url('/mulching/hero.jpg?v=10a9bfbf21');
  background-size:auto, auto, cover;
  background-position:center, center, center;
  background-repeat:no-repeat;
}
@media (max-width:900px){
  .hero-mulch{
    background-image:
      linear-gradient(180deg, rgba(11,18,32,.92) 0%, rgba(11,18,32,.72) 45%,
                              rgba(11,18,32,.95) 100%),
      url('/mulching/hero-sm.jpg?v=67e9acbdc6');
    background-size:auto, cover;
    background-position:center, center 40%;
  }
}

/* GPR sub-site keeps its field photo. */
.hero-gpr{
  background-image:
    linear-gradient(180deg, rgba(11,18,32,.80) 0%, rgba(11,18,32,0) 24%,
                            rgba(11,18,32,0) 58%, rgba(11,18,32,.92) 100%),
    linear-gradient(90deg, var(--ink) 0%, rgba(11,18,32,.95) 26%,
                           rgba(11,18,32,.55) 56%, rgba(11,18,32,.18) 100%),
    url('/gpr/hero.jpg?v=7438702174');
  background-size:auto, auto, cover;
  background-position:center, center, center right;
  background-repeat:no-repeat;
}
@media (max-width:900px){
  .hero-gpr{
    background-image:
      linear-gradient(180deg, rgba(11,18,32,.92) 0%, rgba(11,18,32,.72) 45%,
                              rgba(11,18,32,.95) 100%),
      url('/gpr/hero-sm.jpg?v=5e405110b1');
    background-size:auto, cover;
    background-position:center, 68% center;
  }
}

.eyebrow{
  font-size:12.5px; font-weight:700; letter-spacing:.16em; text-transform:uppercase;
  color:var(--amber); margin:0 0 20px;
}
.hero h1{
  font-size:clamp(44px, 7.6vw, 84px); font-weight:700;
  letter-spacing:-.012em; margin:0 0 18px; color:#fff;
}
.hero h1 .hl{color:var(--orange); position:relative}
.lede{
  font-size:clamp(17px,2.3vw,21px); color:var(--text-inv-mute);
  max-width:660px; margin:0 0 28px; line-height:1.6;
}
.hero-cta{display:flex; flex-wrap:wrap; gap:12px; margin-bottom:32px}
.hero-cta-note{
  max-width:56ch; margin:-18px 0 30px;
  font-size:15px; line-height:1.6; color:var(--text-inv-mute);
}
.hero-cta-note a{color:var(--orange); text-underline-offset:3px}

.trust{
  list-style:none; margin:0; padding:20px 0 0; border-top:1px solid rgba(157,174,198,.2);
  display:flex; flex-wrap:wrap; gap:14px 38px;
  font-size:15px; color:var(--text-inv-mute);
}
.trust li{display:flex; align-items:baseline; gap:.45em}
.trust span{color:#fff; font-weight:600}
.trust li::before{
  content:""; width:7px; height:7px; border-radius:50%; background:var(--orange);
  flex:none; transform:translateY(-2px);
}

/* ── Sections ──────────────────────────── */
.section{padding:clamp(46px,6vw,76px) 0}
.band-light{background:var(--paper-2)}
.band-dark{background:var(--ink); color:var(--text-inv)}
.band-alert{background:var(--paper); padding-top:clamp(38px,4.5vw,56px)}

.kicker{
  font-size:12.5px; font-weight:700; letter-spacing:.16em; text-transform:uppercase;
  color:var(--orange-text); margin:0 0 9px;
}
.kicker-light{color:var(--amber)}

.section-title{
  font-size:clamp(30px,4.4vw,46px); font-weight:700; letter-spacing:-.01em;
  margin:0 0 14px;
}
.band-dark .section-title{color:#fff}
.section-sub{
  font-size:clamp(16px,2vw,19px); color:var(--text-mute); max-width:660px; margin:0 0 32px;
}
.band-dark .section-sub{color:var(--text-inv-mute)}

/* ── Division cards (home) ─────────────── */
.divisions{
  display:grid; gap:20px;
  grid-template-columns:repeat(auto-fit, minmax(min(300px,100%),1fr));
}
.division{
  display:flex; flex-direction:column;
  background:var(--ink); color:var(--text-inv);
  border:1px solid var(--line-dark); border-top:4px solid var(--orange);
  border-radius:var(--r); padding:26px 24px 24px;
  text-decoration:none;
  transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.division:hover{border-color:var(--orange); box-shadow:var(--shadow-lg); transform:translateY(-3px)}
.division-kicker{
  font-size:11.5px; font-weight:700; letter-spacing:.15em; text-transform:uppercase;
  color:var(--amber); margin:0 0 8px;
}
.division h3{font-size:28px; font-weight:700; color:#fff; margin:0 0 10px}
.division p{color:var(--text-inv-mute); font-size:15.5px; margin:0 0 18px; flex:1}
.division-go{
  display:inline-flex; align-items:center; gap:.5em;
  font-size:14.5px; font-weight:700; color:var(--orange);
}
.division-go::after{content:"\2192"; transition:transform .18s ease}
.division:hover .division-go::after{transform:translateX(4px)}
.division-domain{
  margin-top:14px; padding-top:12px; border-top:1px solid var(--line-dark);
  font-size:12.5px; color:var(--text-inv-mute);
}

/* ── Service cards ─────────────────────── */
.cards{
  display:grid; gap:20px;
  grid-template-columns:repeat(auto-fit, minmax(min(290px,100%),1fr));
}
.card{
  background:var(--paper); border:1px solid var(--line); border-radius:var(--r);
  padding:26px 24px 28px;
  transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.card:hover{border-color:var(--orange); box-shadow:var(--shadow); transform:translateY(-3px)}
.card-ico{
  width:52px; height:52px; border-radius:var(--r-sm);
  background:var(--orange-soft); color:var(--orange-dk);
  display:grid; place-items:center; margin-bottom:20px;
}
.card-ico svg{width:27px; height:27px}
.card h3{font-size:24px; font-weight:700; margin:0 0 10px}
.card p{color:var(--text-mute); font-size:15.5px; margin:0}
/* A real tap target in its own right — 44px floor, like the footer links. */
.card .card-more{
  display:inline-flex; align-items:center; min-height:44px; margin-top:2px;
  font-size:14px; font-weight:700; color:var(--orange-text);
  text-decoration:none; text-underline-offset:3px;
}
.card .card-more:hover{text-decoration:underline}

/* ── 811 / callout card ────────────────── */
.alert-card{
  display:flex; gap:clamp(18px,3vw,32px);
  background:var(--orange-soft);
  border:1px solid #FFD4AB;
  border-left:6px solid var(--orange);
  border-radius:var(--r);
  padding:clamp(22px,3vw,32px);
}
.alert-icon{color:var(--orange-dk); flex:none}
.alert-icon svg{width:44px; height:44px; display:block}
.alert-card h2{font-size:clamp(26px,3.8vw,38px); font-weight:700; margin:0 0 14px; color:#6B2E00}
.alert-card > div:last-child > p{color:#7A4315; max-width:74ch}
.alert-card strong{color:#5A2600}
.alert-foot{font-weight:600; color:#6B2E00 !important; margin-top:18px !important}

@media (max-width:640px){
  .alert-icon{display:none}
}

/* ── Feature list (why one company) ────── */
.feat{
  display:grid; gap:20px;
  grid-template-columns:repeat(auto-fit,minmax(min(260px,100%),1fr));
}
.feat-item{
  background:var(--ink-2); border:1px solid var(--line-dark);
  border-left:4px solid var(--orange);
  border-radius:var(--r); padding:24px 22px;
}
.feat-item h3{font-size:23px; font-weight:700; color:#fff; margin:0 0 8px}
.feat-item p{font-size:15px; color:var(--text-inv-mute); margin:0}
.feat-item strong{color:#fff}

/* ── What we find (GPR) ────────────────── */
.finds{
  display:grid; gap:20px;
  grid-template-columns:repeat(auto-fit,minmax(min(210px,100%),1fr));
}
.find-col h3{
  font-family:var(--body); font-size:12.5px; font-weight:700; letter-spacing:.12em;
  text-transform:uppercase; color:var(--orange-text); margin:0 0 12px;
  padding-bottom:9px; border-bottom:2px solid var(--line);
}
.find-col ul{list-style:none; margin:0; padding:0; display:grid; gap:7px}
.find-col li{
  position:relative; padding-left:16px;
  font-size:15px; color:var(--text-mute);
}
.find-col li::before{
  content:""; position:absolute; left:0; top:.62em;
  width:6px; height:6px; border-radius:50%; background:var(--orange);
}
.finds-note{
  margin-top:24px; padding:16px 20px;
  background:var(--orange-soft); border-left:4px solid var(--orange);
  border-radius:var(--r-sm);
  font-size:15px; color:#7A4315; max-width:88ch;
}
.finds-note strong{color:#5A2600}

/* ── Paint marking callout (GPR) ───────── */
.marking{
  margin-top:20px; display:grid; gap:clamp(18px,3vw,32px);
  grid-template-columns:1.4fr 1fr; align-items:center;
  background:var(--ink); color:var(--text-inv);
  border-radius:var(--r); padding:clamp(22px,3vw,30px);
}
@media (max-width:760px){ .marking{grid-template-columns:1fr} }
.marking-copy h3{font-size:26px; font-weight:700; color:#fff; margin:0 0 10px}
.marking-copy p{font-size:15.5px; color:var(--text-inv-mute); margin:0}
.marking-copy strong{color:#fff}

.swatches{
  list-style:none; margin:0; padding:0;
  display:grid; gap:9px; grid-template-columns:1fr 1fr;
}
.swatches li{
  display:flex; align-items:center; gap:9px;
  font-size:14px; color:var(--text-inv); white-space:nowrap;
}
.sw-dot{
  width:15px; height:15px; border-radius:4px; flex:none;
  background:var(--c); box-shadow:0 0 0 1px rgba(255,255,255,.22);
}
@media (max-width:420px){ .swatches{grid-template-columns:1fr} }

/* ── Equipment cards ───────────────────── */
.kit{display:grid; gap:20px; grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr))}
.kit-card{
  background:var(--ink-2); border:1px solid var(--line-dark);
  border-left:4px solid var(--orange);
  border-radius:var(--r); padding:26px 24px 28px;
}
.kit-label{
  font-size:12px; font-weight:700; letter-spacing:.15em; text-transform:uppercase;
  color:var(--amber); margin:0 0 8px;
}
.kit-card h3{font-size:30px; font-weight:700; color:#fff; margin:0 0 14px}
.kit-desc{font-size:15.5px; color:var(--text-inv-mute); margin:0 0 20px}
.kit-desc strong{color:#fff}
.kit-specs{list-style:none; margin:0; padding:0; display:grid; gap:9px}
.kit-specs li{
  font-size:14.5px; color:var(--text-inv-mute);
  padding-left:26px; position:relative;
}
.kit-specs li::before{
  content:""; position:absolute; left:0; top:.42em;
  width:14px; height:8px; border-left:2.5px solid var(--orange);
  border-bottom:2.5px solid var(--orange); transform:rotate(-45deg);
}
.kit-specs strong{color:#fff; font-weight:600}
.kit-foot{
  margin-top:20px; font-size:16px; color:var(--text-inv-mute);
  border-left:3px solid var(--orange); padding-left:18px;
}
.kit-foot em{color:#fff; font-style:normal; font-weight:600}

/* ── Pricing (GPR) ─────────────────────── */
.rate-row{
  display:grid; gap:14px; margin-bottom:24px;
  grid-template-columns:repeat(auto-fit,minmax(min(210px,100%),1fr));
}
.rate-chip{
  background:var(--ink); color:var(--text-inv);
  border-radius:var(--r); padding:22px 24px;
}
.rate-chip strong{
  display:block; font-family:var(--head); font-size:44px; font-weight:700;
  line-height:1; color:var(--orange); margin-bottom:6px;
}
.rate-chip span{
  display:block; font-size:13px; font-weight:600; letter-spacing:.09em;
  text-transform:uppercase; color:var(--text-inv-mute);
}
.rate-chip-add{background:var(--ink-2); border:1px solid var(--orange)}
.rate-chip-add strong{color:var(--amber)}
.rate-chip .rate-flag{
  display:inline-block; margin-bottom:9px;
  background:var(--orange); color:#12100E;
  font-size:11.5px; font-weight:700; letter-spacing:.09em;
  text-transform:uppercase; padding:4px 11px; border-radius:100px;
}

.travel-note{
  margin:0 0 20px; padding:13px 17px;
  background:var(--paper-2); border-left:4px solid var(--orange);
  border-radius:var(--r-sm);
  font-size:14.5px; color:var(--text-mute);
}
.travel-note strong{color:var(--text)}

.ladder{
  margin-top:20px; display:grid; gap:20px;
  grid-template-columns:1.35fr 1fr; align-items:start;
}
@media (max-width:860px){ .ladder{grid-template-columns:1fr} }
.ladder-main, .ladder-side{min-width:0}

.ladder-main h3, .rate-card h3{
  font-family:var(--body); font-size:12.5px; font-weight:700; letter-spacing:.13em;
  text-transform:uppercase; color:var(--text-mute); margin:0 0 12px;
}
.ladder-table{
  width:100%; border-collapse:collapse; font-size:15px;
  background:var(--paper); border:1px solid var(--line); border-radius:var(--r-sm);
  overflow:hidden; table-layout:fixed;
}
.ladder-table th{
  text-align:left; font-size:12px; font-weight:700; letter-spacing:.08em;
  text-transform:uppercase; color:var(--text-mute);
  padding:11px 16px; background:var(--paper-2); border-bottom:1px solid var(--line);
}
.ladder-table td{padding:12px 16px; border-bottom:1px solid var(--line); color:var(--text-mute)}
.ladder-table tr:last-child td{border-bottom:0}
.ladder-table td:first-child{color:var(--text); font-weight:600}
.ladder-table td:last-child{text-align:right; white-space:nowrap}
.ladder-table strong{color:var(--orange-text); font-size:16px}
.ladder-note{margin-top:12px; font-size:14.5px; color:var(--text-mute)}
.ladder-table .row-group td{
  background:var(--paper-2);
  font-family:var(--body); font-size:11.5px; font-weight:700;
  letter-spacing:.1em; text-transform:uppercase; color:var(--text-mute);
  padding:10px 16px; border-bottom:1px solid var(--line);
}

@media (max-width:620px){
  .ladder-table{display:block; table-layout:auto}
  .ladder-table thead{display:none}
  .ladder-table tbody, .ladder-table tr, .ladder-table td{display:block; width:auto}
  .ladder-table tr{padding:12px 15px; border-bottom:1px solid var(--line)}
  .ladder-table tr:last-child{border-bottom:0}
  .ladder-table td{padding:0; border:0}
  .ladder-table td:first-child{
    color:var(--text); font-weight:600; margin-bottom:3px; font-size:15px;
  }
  .ladder-table tr:not(.row-group) td:nth-child(2),
  .ladder-table tr:not(.row-group) td:last-child{display:inline; font-size:14px; text-align:left}
  .ladder-table tr:not(.row-group) td:nth-child(2)::after{content:" \00b7 "; color:var(--text-mute)}
  .ladder-table tr:not(.row-group) td:last-child{white-space:normal}
  .ladder-table strong{font-size:15px}

  .ladder-table .row-group{padding:0; border-bottom:0}
  .ladder-table .row-group td{
    display:block; margin:0; padding:10px 15px; font-size:11px; line-height:1.4;
    color:var(--text-mute); font-weight:700;
    border-top:1px solid var(--line); border-bottom:1px solid var(--line);
    white-space:normal; text-align:left; letter-spacing:.07em;
  }
}

.ladder-side{display:grid; gap:12px}
.rate-card{
  background:var(--ink); color:var(--text-inv);
  border-radius:var(--r-sm); padding:20px 22px;
}
.rate-card h3{color:var(--amber)}
.rate-note{font-size:14px; color:var(--text-inv-mute); margin:0}
.rate-note strong{color:#fff}

.price-inc{list-style:none; margin:0 0 14px; padding:0; display:grid; gap:10px}
.price-inc li{position:relative; padding-left:28px; font-size:14.5px; color:var(--text-inv)}
.price-inc li::before{
  content:""; position:absolute; left:0; top:.34em;
  width:16px; height:9px; border-left:2.5px solid var(--orange);
  border-bottom:2.5px solid var(--orange); transform:rotate(-45deg);
}

.turn-item-lg{
  background:var(--paper); border:1px solid var(--line);
  border-left:4px solid var(--line); border-radius:var(--r-sm);
  padding:18px 22px;
}
.turn-item-lg strong{
  display:block; font-family:var(--head); font-size:27px; font-weight:700;
  line-height:1.1; color:var(--text);
}
.turn-item-lg span{display:block; font-size:14.5px; color:var(--text-mute); margin-top:4px}
.turn-item-rush{border-left-color:var(--orange)}
.turn-item-rush strong{color:var(--orange-dk)}

/* ── Site prep / surfaces (GPR) ────────── */
.prep{
  margin-top:20px;
  display:grid; gap:0; grid-template-columns:auto 1fr;
  background:var(--paper); border:1px solid var(--line);
  border-radius:var(--r); overflow:hidden;
}
@media (max-width:760px){ .prep{grid-template-columns:1fr} }

.prep h3{
  font-family:var(--body); font-size:12.5px; font-weight:700; letter-spacing:.13em;
  text-transform:uppercase; color:var(--text-mute); margin:0 0 14px;
}
.prep-surfaces{padding:22px 24px}
.surface-list{
  list-style:none; margin:0; padding:0;
  display:flex; flex-wrap:wrap; gap:10px;
}
.surface-list li{
  display:flex; align-items:center; gap:8px;
  background:var(--paper-2); border:1px solid var(--line);
  border-radius:100px; padding:8px 16px 8px 12px;
  font-size:15px; font-weight:600; color:var(--text);
  white-space:nowrap;
}
.surface-list svg{width:20px; height:20px; flex:none; color:var(--orange-text)}

.prep-note{
  padding:22px 24px;
  background:var(--orange-soft);
  border-left:4px solid var(--orange);
}
@media (max-width:760px){
  .prep-note{border-left:0; border-top:4px solid var(--orange)}
}
.prep-note h3{color:#8A5520}
.prep-note p{font-size:15px; color:#7A4315; margin:0}
.prep-note strong{color:#5A2600}

/* ── Sample sheets + lightbox (GPR) ────── */
.sheets{
  display:grid; gap:18px;
  grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));
}
.sheet{
  display:block; text-decoration:none;
  background:var(--paper); border:1px solid var(--line); border-radius:var(--r);
  overflow:hidden;
  transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease;
  font:inherit; text-align:left; cursor:pointer; width:100%;
  padding:0; appearance:none;
}
.sheet:hover{border-color:var(--orange); box-shadow:var(--shadow-lg); transform:translateY(-3px)}
.sheet img{
  display:block; width:100%; height:auto;
  border-bottom:1px solid var(--line); background:#fff;
}
.sheet-cap{display:block; padding:14px 16px 16px; font-size:14px; color:var(--text-mute)}
.sheet-cap strong{
  display:block; font-family:var(--head); font-size:19px; font-weight:700;
  color:var(--text); margin-bottom:3px; letter-spacing:.01em;
}
.sheets-cta{
  margin-top:22px; display:flex; align-items:center; gap:18px; flex-wrap:wrap;
}
.sheets-note{font-size:14px; color:var(--text-mute); margin:0; flex:1 1 260px}
@media (max-width:560px){
  .sheets-cta .btn{width:100%}
}

.lightbox{
  position:fixed; inset:0; z-index:200;
  background:#070C16;
  display:flex; flex-direction:column;
}
.lightbox[hidden]{display:none}
.lb-bar{
  display:flex; align-items:center; justify-content:space-between; gap:16px;
  padding:12px clamp(14px,3vw,26px);
  border-bottom:1px solid var(--line-dark); flex:none;
}
.lb-title{
  font-family:var(--head); font-size:20px; font-weight:700; color:#fff;
  letter-spacing:.02em;
}
.lb-actions{display:flex; gap:8px}
.lb-btn{
  width:42px; height:42px; border-radius:var(--r-sm); cursor:pointer;
  background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.18);
  color:#fff; font-size:17px; line-height:1;
  display:grid; place-items:center;
  transition:background .15s, border-color .15s;
}
.lb-btn:hover{background:rgba(255,255,255,.16); border-color:rgba(255,255,255,.4)}
.lb-close:hover{background:var(--orange); border-color:var(--orange); color:#12100E}
.lb-stage{
  flex:1; min-height:0; overflow:auto;
  display:grid; place-items:center;
  padding:clamp(10px,2vw,24px);
}
.lb-stage img{
  max-width:100%; height:auto; border-radius:6px; background:#fff;
  box-shadow:0 20px 60px rgba(0,0,0,.5);
}
@media (max-width:700px){
  .lb-stage{place-items:start; overflow:auto}
  .lb-stage img{max-width:none; width:auto; height:auto; min-width:100%}
}

.scope-note{
  margin:22px 0 0; padding:16px 20px;
  background:var(--paper); border:1px solid var(--line);
  border-left:4px solid var(--text-mute); border-radius:var(--r-sm);
  font-size:14px; color:var(--text-mute); max-width:78ch;
}
.scope-note strong{color:var(--text)}

/* ── Service area ──────────────────────── */
.town-list{
  list-style:none; margin:0; padding:0;
  display:flex; flex-wrap:wrap; gap:8px;
}
.town-list li{
  background:var(--paper); border:1px solid var(--line);
  padding:7px 13px; border-radius:var(--r-sm);
  font-size:14.5px; font-weight:500;
}

.office-card{
  margin-top:clamp(24px,3vw,36px);
  display:flex; align-items:center; gap:24px; flex-wrap:wrap;
  background:var(--ink); color:var(--text-inv);
  border-radius:var(--r); padding:clamp(20px,2.8vw,28px);
}
.office-ico{color:var(--orange); flex:none}
.office-ico svg{width:40px; height:40px; display:block}
.office-body{flex:1 1 260px}
.office-body h3{
  font-family:var(--body); font-size:13px; font-weight:700; letter-spacing:.13em;
  text-transform:uppercase; color:var(--amber); margin:0 0 8px;
}
.office-body address{
  font-style:normal; font-size:19px; font-weight:600; color:#fff; line-height:1.4;
}
.office-hours{font-size:15px; color:var(--text-inv-mute); margin:10px 0 0}
.office-hours strong{color:#fff}
.office-hours a{color:var(--orange); text-underline-offset:3px}
.office-btn{flex:none}

/* ── FAQ ───────────────────────────────── */
.faq{border-top:1px solid var(--line); max-width:900px}
.faq details{border-bottom:1px solid var(--line)}
.faq summary{
  font-family:var(--head); font-size:clamp(21px,2.6vw,26px); font-weight:600;
  padding:17px 44px 17px 0; cursor:pointer; list-style:none;
  position:relative; transition:color .15s; min-height:44px;
}
.faq summary::-webkit-details-marker{display:none}
.faq summary:hover{color:var(--orange-dk)}
.faq summary::after{
  content:""; position:absolute; right:6px; top:50%;
  width:12px; height:12px; margin-top:-8px;
  border-right:2.5px solid var(--orange); border-bottom:2.5px solid var(--orange);
  transform:rotate(45deg); transition:transform .2s ease;
}
.faq details[open] summary::after{transform:rotate(-135deg); margin-top:-3px}
.faq details p{padding:0 0 21px; color:var(--text-mute); max-width:72ch; margin:0}

/* ── Forms ─────────────────────────────── */
.field{margin-bottom:16px}
.field label{
  display:block; font-size:13.5px; font-weight:600; margin-bottom:6px; color:var(--text);
}
.field label span{color:var(--orange-dk)}
.field input, .field select, .field textarea{
  width:100%; font-family:var(--body); font-size:16px; color:var(--text);
  padding:12px 14px; border:1.5px solid var(--line); border-radius:var(--r-sm);
  background:var(--paper); transition:border-color .15s, box-shadow .15s;
}
.field textarea{resize:vertical; min-height:104px}
.field input:focus, .field select:focus, .field textarea:focus{
  outline:none; border-color:var(--orange); box-shadow:0 0 0 3px rgba(255,122,0,.16);
}
.field input.err, .field select.err, .field textarea.err{border-color:#D93025; box-shadow:0 0 0 3px rgba(217,48,37,.13)}
.field ::placeholder{color:#9AA6B8}

.hp{position:absolute !important; left:-9999px !important; width:1px !important; height:1px !important; opacity:0 !important}

.form-note{font-size:13.5px; color:var(--text-mute); text-align:center; margin:14px 0 0}
.form-status{font-size:15px; font-weight:600; text-align:center; margin:14px 0 0; padding:0}
.form-status.ok{color:#1B7F3B}
.form-status.bad{color:#D93025}

/* ── Ticket forms (quote + locate) ───────
   Full-width inside .wrap on purpose: .wrap already centres itself, so any
   extra max-width would re-centre the block and push its left edge out of
   line with every other section. Field width comes from the grid columns. */
.quote-head{max-width:74ch}
.quote-head .section-sub a{color:var(--amber); text-underline-offset:3px}

.ticket-form{
  background:var(--paper); color:var(--text);
  border-radius:var(--r);
  box-shadow:var(--shadow-lg);
  margin-top:clamp(28px,3.5vw,42px);
  overflow:hidden;
  scroll-margin-top:86px;   /* clears the 70px sticky header */
}

/* Perforated stub across the top, so the thing reads as a ticket on sight. */
.ticket-stub{
  display:flex; align-items:center; gap:16px; flex-wrap:wrap;
  background:var(--ink); color:#fff;
  padding:18px clamp(20px,3vw,30px);
  border-bottom:3px dashed rgba(255,255,255,.22);
}
.ticket-stub-mark{width:38px; height:38px; flex:none; border-radius:9px}
.ticket-stub-id{display:flex; flex-direction:column; gap:2px; min-width:0; flex:1 1 240px}
.ticket-stub-id strong{
  font-family:var(--head); font-size:24px; font-weight:700;
  letter-spacing:.01em; line-height:1.1;
}
.ticket-stub-id small{font-size:13px; color:var(--text-inv-mute)}
.ticket-stub-no{display:flex; flex-direction:column; gap:3px; margin:0; text-align:right}
.ticket-stub-no small{
  font-size:11px; font-weight:700; letter-spacing:.15em; text-transform:uppercase;
  color:var(--amber);
}
.ticket-stub-no strong{
  font-family:var(--head); font-size:19px; font-weight:600; color:var(--text-inv-mute);
}

.ticket-body{padding:clamp(22px,3vw,30px) clamp(20px,3vw,30px)}

.ticket-reqnote{
  margin:0; padding:13px clamp(20px,3vw,30px);
  background:var(--paper-2); border-bottom:1px solid var(--paper-3);
  font-size:13.5px; line-height:1.5; color:var(--text-mute);
}
.ticket-reqnote .req{color:var(--orange-dk); font-weight:700}

.tnote{
  grid-column:span 4;
  margin:2px 0 0; padding:13px 16px;
  background:var(--orange-soft); border-left:3px solid var(--orange);
  border-radius:0 var(--r-sm) var(--r-sm) 0;
  font-size:14px; line-height:1.55; color:var(--text);
}
@media (max-width:760px){ .tnote{grid-column:span 2} }
@media (max-width:460px){ .tnote{grid-column:span 1} }

.tlabel{font-size:13.5px; font-weight:600; color:var(--text); margin:0 0 10px}

/* Four columns so a field can be a quarter, half, or full width by class. */
.tgrid{display:grid; grid-template-columns:repeat(4,1fr); gap:0 14px}
/* A grid item defaults to min-width:auto; without this the columns refuse to
   shrink below an input's 20-character default and run off a phone. */
.tgrid > *{min-width:0}
.tgrid-gap{margin-top:20px}
.span-2{grid-column:span 2}
.span-3{grid-column:span 3}
.span-4{grid-column:span 4}
@media (max-width:760px){
  .tgrid{grid-template-columns:repeat(2,1fr)}
  .span-2, .span-3, .span-4{grid-column:span 2}
}
@media (max-width:460px){
  .tgrid{grid-template-columns:1fr}
  .span-2, .span-3, .span-4{grid-column:span 1}
}

/* ── Checkbox grid ─────────────────────── */
.tchecks{
  display:grid; gap:8px;
  grid-template-columns:repeat(auto-fill,minmax(min(205px,100%),1fr));
}
.tcheck-wide{grid-column:1 / -1}
.tcheck{
  display:flex; align-items:center; gap:10px;
  padding:11px 14px; min-height:46px;
  border:1.5px solid var(--line); border-radius:var(--r-sm);
  background:var(--paper); cursor:pointer;
  font-size:15px; line-height:1.3;
  transition:border-color .14s, background .14s;
}
.tcheck:hover{border-color:var(--orange); background:var(--orange-soft)}
.tcheck input{
  width:19px; height:19px; flex:none; margin:0;
  accent-color:var(--orange); cursor:pointer;
}
.tcheck:has(input:checked){
  border-color:var(--orange); background:var(--orange-soft); font-weight:600;
}
.tcheck:has(input:focus-visible){outline:3px solid var(--orange); outline-offset:2px}

/* ── Wizard steps (locate form) ────────── */
.tstep{
  border:0; border-top:1px solid var(--paper-3);
  margin:0; padding:clamp(22px,3vw,30px) clamp(20px,3vw,30px);
}
.tstep:first-of-type{border-top:0}
.tstep legend{
  display:flex; align-items:center; gap:12px;
  font-family:var(--head); font-size:27px; font-weight:700; line-height:1;
  color:var(--text); padding:0; margin-bottom:20px;
}
.tnum{
  display:inline-flex; align-items:center; justify-content:center;
  width:32px; height:32px; flex:none; border-radius:50%;
  background:var(--orange); color:#fff;
  font-family:var(--body); font-size:15px; font-weight:700;
}

.tsteps{
  background:var(--paper-2); border-bottom:1px solid var(--paper-3);
  padding:16px clamp(20px,3vw,30px) 14px;
}
.tsteps ol{
  list-style:none; margin:0; padding:0;
  display:grid; grid-template-columns:repeat(4,1fr); gap:8px;
}
.tstep-dot{position:relative; min-width:0}
.tstep-go{
  display:flex; align-items:center; gap:9px; width:100%;
  min-height:44px;
  background:none; border:0; padding:0 0 10px; margin:0;
  font-family:var(--body); font-size:13.5px; font-weight:600;
  color:var(--text-mute); cursor:pointer; text-align:left;
  border-bottom:3px solid var(--paper-3);
  transition:color .16s, border-color .16s;
}
.tstep-go:disabled{cursor:default; opacity:.55}
.tstep-go:not(:disabled):hover{color:var(--text)}
.tstep-n{
  display:inline-flex; align-items:center; justify-content:center;
  width:26px; height:26px; flex:none; border-radius:50%;
  background:var(--paper-3); color:var(--text-mute);
  font-size:13px; font-weight:700;
  transition:background .16s, color .16s;
}
.tstep-t{overflow:hidden; text-overflow:ellipsis; white-space:nowrap}

.tstep-dot.is-current .tstep-go{color:var(--text); border-bottom-color:var(--orange)}
.tstep-dot.is-current .tstep-n{background:var(--orange); color:#12100E}
.tstep-dot.is-done .tstep-go{color:var(--text); border-bottom-color:#1B7F3B}
.tstep-dot.is-done .tstep-n{background:#1B7F3B; color:#fff; font-size:0}
.tstep-dot.is-done .tstep-n::after{content:"\2713"; font-size:14px; line-height:1}

.tsteps-count{
  margin:10px 0 0; font-size:12px; font-weight:700;
  letter-spacing:.13em; text-transform:uppercase; color:var(--text-mute);
}

.ticket-restored{
  display:flex; align-items:center; gap:10px; flex-wrap:wrap;
  margin:0; padding:12px clamp(20px,3vw,30px);
  background:var(--orange-soft); border-bottom:1px solid var(--paper-3);
  font-size:14px; color:var(--text);
}
.ticket-restored button{
  background:none; border:0; padding:0; cursor:pointer;
  font-family:var(--body); font-size:14px; font-weight:700;
  color:var(--orange-text); text-decoration:underline; text-underline-offset:3px;
}

/* ── Submit block ──────────────────────── */
.ticket-submit{
  border-top:1px solid var(--paper-3); background:var(--paper-2);
  padding:clamp(22px,3vw,30px);
}
.tack{
  background:var(--paper); align-items:flex-start; margin-bottom:16px;
  padding:14px 16px; font-size:15px;
}
.tack input{margin-top:2px}
.tack.err{border-color:#D93025; box-shadow:0 0 0 3px rgba(217,48,37,.13)}
.ticket-submit .btn{margin-top:0}

.tnav{display:flex; gap:12px; align-items:stretch}
.tnav-back{flex:0 0 auto}
.tnav-next{flex:1 1 auto}

@media (max-width:560px){
  .tsteps{padding:14px 18px 12px}
  .tstep-t{display:none}
  .tstep-go{justify-content:center; padding-bottom:9px}
  .tsteps ol{gap:6px}
  .ticket-stub-no{display:none}
  .ticket-stub{gap:13px; padding:16px 20px}
  .ticket-stub-id strong{font-size:21px}
  .tchecks{grid-template-columns:repeat(2,minmax(0,1fr)); gap:7px}
  .tcheck{font-size:14.5px; padding:10px 11px; gap:8px}
  .tcheck input{width:18px; height:18px}
  .tstep legend{font-size:24px; margin-bottom:16px}
  .tnum{width:29px; height:29px; font-size:14px}
}
@media (max-width:340px){
  .tchecks{grid-template-columns:1fr}
}

/* ── Receipt ───────────────────────────── */
.ticket-receipt{
  background:var(--paper); color:var(--text);
  border-radius:var(--r); box-shadow:var(--shadow-lg);
  border-top:6px solid #1B7F3B;
  margin-top:clamp(28px,3.5vw,42px);
  padding:clamp(24px,3.4vw,36px);
}
.ticket-receipt:focus{outline:none}
.receipt-top{display:flex; align-items:center; gap:16px}
.receipt-check{width:44px; height:44px; flex:none; color:#1B7F3B}
.receipt-kicker{
  margin:0; font-size:12px; font-weight:700; letter-spacing:.15em;
  text-transform:uppercase; color:#1B7F3B;
}
.receipt-no{
  margin:2px 0 0; font-family:var(--head); font-size:clamp(32px,5vw,44px);
  font-weight:700; line-height:1; letter-spacing:.02em;
}

.receipt-grid{
  display:grid; gap:20px 24px; margin:24px 0 0; padding:22px 0 0;
  grid-template-columns:repeat(auto-fit,minmax(min(230px,100%),1fr));
  border-top:1px solid var(--paper-3);
}
.receipt-grid > div{min-width:0}
.receipt-grid dt{
  font-size:11.5px; font-weight:700; letter-spacing:.13em;
  text-transform:uppercase; color:var(--text-mute);
}
.receipt-grid dd{margin:4px 0 0; font-size:16px; font-weight:600; overflow-wrap:anywhere}

.receipt-next{
  margin:24px 0 0; padding:0 0 0 22px;
  display:grid; gap:9px; font-size:15.5px; color:var(--text-mute);
}
.receipt-next strong{color:var(--text)}

.receipt-warn{
  margin:22px 0 0; padding:14px 18px;
  background:var(--orange-soft); border-left:4px solid var(--orange);
  border-radius:0 var(--r-sm) var(--r-sm) 0; font-size:15px;
}
.receipt-warn strong{color:var(--orange-text)}

.receipt-actions{display:flex; flex-wrap:wrap; gap:12px; margin-top:22px}
.ticket-receipt .btn-ghost{color:var(--text); border-color:var(--line)}
.ticket-receipt .btn-ghost:hover{border-color:var(--orange); color:var(--orange-text)}
.receipt-note{margin:16px 0 0; font-size:13.5px; color:var(--text-mute)}

@media (max-width:560px){
  .receipt-actions .btn{width:100%}
}

/* ── Footer ────────────────────────────── */
.site-footer{background:#070C16; color:var(--text-inv-mute); padding:clamp(38px,4.5vw,54px) 0 0}
.footer-inner{
  display:grid; gap:26px;
  grid-template-columns:1.7fr 1fr 1fr;
  padding-bottom:30px;
}
@media (max-width:820px){ .footer-inner{grid-template-columns:1fr 1fr} }
@media (max-width:480px){ .footer-inner{grid-template-columns:1fr} }

.footer-brand p{font-size:14.5px; margin:14px 0 0; max-width:34ch}
.footer-col h4{
  font-family:var(--body); font-size:12.5px; font-weight:700; letter-spacing:.13em;
  text-transform:uppercase; color:#fff; margin:0 0 14px;
}
/* Footer links are block-level tap targets in their own right — 44px floor.
   This is the ONLY .footer-col a rule; keep it that way. */
.footer-col a{
  display:flex; align-items:center; min-height:44px; padding:8px 0;
  font-size:14.5px; text-decoration:none;
  transition:color .15s; overflow-wrap:anywhere;
}
.footer-col a:hover{color:var(--orange)}
.footer-hours{font-size:14.5px; margin:12px 0 0}

.footer-bar{
  border-top:1px solid var(--line-dark);
  padding-top:22px; padding-bottom:22px;
  display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px;
  font-size:13.5px;
}
.footer-bar p{margin:0}
.footer-811{color:var(--amber); font-weight:600}
.footer-scope{flex:1 1 100%; color:var(--text-inv-mute); font-size:12.5px; opacity:.85}

/* ── Header actions / online-first CTAs ── */
/* The header carries no nav links — the crew bar below it is the site's
   navigation — so the actions push themselves to the right edge. */
.header-actions{display:flex; align-items:center; gap:10px; margin-left:auto}
.header-cta{flex:none}
.cta-short{display:none}

@media (max-width:620px){
  .header-inner{gap:10px}
  .header-actions{gap:8px}
  .brand-text{font-size:19px}
  .header-call span{display:none}
  .header-call{padding:12px 13px}
  .header-cta{padding:12px 16px; font-size:14px}
  .cta-full{display:none}
  .cta-short{display:inline}
}
@media (max-width:370px){
  .header-call{display:none}
}

/* ── Mobile action bar ─────────────────── */
.mobile-bar{
  display:none;
  position:fixed; left:0; right:0; bottom:0; z-index:110;
  box-shadow:0 -4px 20px rgba(0,0,0,.28);
}
.mobile-cta, .mobile-call{
  display:flex; align-items:center; justify-content:center; gap:.45em;
  text-decoration:none; font-weight:700; padding:16px 12px; min-height:56px;
}
.mobile-cta{
  flex:1 1 auto; background:var(--orange); color:#12100E; font-size:16.5px;
}
.mobile-call{
  flex:0 0 auto; background:var(--ink-2); color:#fff;
  border-left:1px solid var(--line-dark);
  font-size:13px; flex-direction:column; gap:2px; padding-inline:18px;
}
.mobile-call .ico{width:19px; height:19px; color:var(--orange)}
.mobile-call span{
  font-size:10.5px; font-weight:700; letter-spacing:.1em; text-transform:uppercase;
  color:var(--text-inv-mute);
}
@media (max-width:700px){
  .mobile-bar{display:flex}
  /* Must match the bar's real height or the last footer line hides behind it. */
  body{padding-bottom:70px}
}

/* ── Mobile hardening ──────────────────── */
html, body{max-width:100%; overflow-x:clip}
h1,h2,h3,h4,p,li,dt,dd,summary,address{overflow-wrap:break-word}

@media (max-width:560px){
  body{font-size:16px}
  .btn-lg{font-size:16px; padding:16px 22px; width:100%}
  .hero-cta{gap:10px}
  .hero-cta .btn{width:100%}
  .trust{gap:10px 20px; font-size:14.5px}
  .trust li{flex:1 1 100%}
  .alert-card{padding:22px 20px; border-left-width:5px}
  .card{padding:24px 22px 26px}
  .section{padding:40px 0}
  .office-card{padding:22px 20px}
  .office-btn{width:100%}
}

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

/* Print: the receipt is the customer's only paper copy of the ticket. */
@media print{
  body{background:#fff}
  .site-header, .site-footer, .mobile-bar, .skip,
  main > section:not(.quote-section),
  .quote-head, .ticket-form, .receipt-actions, #lightbox{display:none !important}
  .quote-section{background:#fff !important; color:#000 !important; padding:0 !important}
  .ticket-receipt{
    box-shadow:none; border:2px solid #000; border-top-width:6px;
    margin:0; page-break-inside:avoid;
  }
  .receipt-warn{border-left-color:#000; background:#f2f2f2}
}
