/* ==========================================================================
   Shared landing-page framework (layout, form, FAQ, sticky CTA).
   Brand tokens live in the brand file that is appended below this one.
   ========================================================================== */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-padding-top:96px}
body{margin:0;font-family:var(--font-body);font-size:1.0625rem;line-height:1.6;color:var(--ink);background:var(--bg);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
img,svg{display:block}
img{max-width:100%;height:auto}
a{color:var(--link);text-underline-offset:.18em}
h1,h2,h3{font-family:var(--font-display);font-weight:800;font-stretch:var(--display-stretch,100%);text-transform:var(--display-transform,none);letter-spacing:var(--display-track,-.01em);line-height:1.06;margin:0 0 .5em;text-wrap:balance}
h2{font-size:var(--h2-size,clamp(1.8rem,3.4vw,2.6rem))}
h3{font-size:var(--h3-size,1.2rem);line-height:1.25;letter-spacing:0}
p{margin:0 0 1em}
ul,ol{margin:0;padding:0}
.wrap{width:min(1180px,100% - 2.5rem);margin-inline:auto}
.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}
.skip:focus{left:1rem;top:1rem;z-index:200;background:#fff;color:#000;padding:.7rem 1rem;border-radius:4px}
:focus-visible{outline:3px solid var(--focus);outline-offset:3px}
.i{width:1.15em;height:1.15em;flex:none;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

/* ---------- Buttons ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:54px;padding:.85rem 1.45rem;border:2px solid transparent;border-radius:var(--radius-btn);font-family:var(--font-display);font-weight:800;font-stretch:var(--btn-stretch,100%);font-size:var(--btn-size,1rem);letter-spacing:var(--btn-track,.01em);text-transform:var(--btn-transform,none);line-height:1.15;text-decoration:none;text-align:center;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease,transform .1s ease}
.btn:active{transform:translateY(1px)}
.btn-primary{background:var(--accent);color:var(--accent-ink)}
.btn-primary:hover{background:var(--accent-hover)}
.btn-outline{background:transparent;color:inherit;border-color:currentColor}
.btn-outline:hover{background:var(--outline-hover)}
.btn-solid{background:var(--ink);color:#fff}
.btn-solid:hover{background:var(--ink-2)}
.btn[aria-busy="true"]{opacity:.7;cursor:progress}

/* ---------- Header ---------- */
.site-header{background:var(--header-bg);color:var(--header-ink);border-bottom:1px solid var(--header-line)}
.site-header .wrap{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:74px;padding-block:.35rem}
.logo-slot{display:flex;align-items:center;gap:.7rem;line-height:1.05;min-width:0;overflow:hidden}
.logo-ph{display:grid;place-items:center;width:46px;height:46px;flex:none;border:1.5px dashed currentColor;border-radius:6px;font-size:.62rem;font-weight:700;opacity:.55;text-align:center;line-height:1.1}
.logo-name{font-family:var(--font-display);font-weight:800;font-stretch:var(--display-stretch,100%);text-transform:var(--display-transform,none);font-size:1.15rem}
.header-actions{display:flex;align-items:center;gap:1.25rem}
.header-phone{display:flex;flex-direction:column;align-items:flex-end;color:inherit;text-decoration:none;line-height:1.15}
.header-phone small{font-size:.75rem;opacity:.75}
.header-phone strong{display:flex;align-items:center;gap:.4rem;font-family:var(--font-display);font-weight:800;font-size:1.2rem;white-space:nowrap}
.header-phone:hover strong{text-decoration:underline}
@media (min-width:900px){.site-header{position:sticky;top:0;z-index:50}}
@media (max-width:640px){.header-cta,.header-phone small{display:none}.logo-name{font-size:1rem}.header-phone strong{font-size:1.05rem}}
@media (max-width:380px){.logo-ph{display:none}}

/* ---------- Hero ---------- */
.hero{position:relative;isolation:isolate;overflow:hidden;background:var(--hero-bg);color:var(--hero-ink)}
.hero-motif{position:absolute;inset:0;z-index:-1;width:100%;height:100%;pointer-events:none}
.hero-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:1.75rem;padding-block:clamp(1.5rem,4.5vw,4.25rem) clamp(2.5rem,5vw,4.5rem);grid-template-areas:"figure" "copy" "form"}
.hero-copy{grid-area:copy}
.hero-figure{grid-area:figure}
.hero-form{grid-area:form}
@media (min-width:980px){
  .hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);grid-template-areas:"copy form" "figure form";column-gap:3.5rem;row-gap:2rem;align-items:start}
}
.hero-kicker{display:flex;align-items:center;gap:.5rem;margin:0 0 1rem;font-weight:700;font-size:.98rem;color:var(--hero-kicker)}
.hero h1{overflow-wrap:break-word;font-size:var(--h1-size,clamp(2.35rem,5.4vw,4.3rem));line-height:var(--h1-lh,1.02);margin-bottom:1.1rem}
.hero-sub{font-size:1.18rem;line-height:1.5;color:var(--hero-muted);max-width:38ch;margin-bottom:1.5rem}
.hero-ctas{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}
@media (max-width:520px){.hero-ctas .btn{flex:1 1 100%}}
.ticks{list-style:none;display:grid;gap:.55rem}
.ticks li{display:flex;gap:.65rem;align-items:flex-start;line-height:1.4}
.ticks li::before{content:"";flex:none;width:1.25rem;height:1.25rem;margin-top:.08em;background:var(--tick,var(--accent));-webkit-mask:var(--check) center/contain no-repeat;mask:var(--check) center/contain no-repeat}
.hero .ticks{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.55rem 1.25rem}
:root{--check:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 6 9 17l-5-5' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}

/* One orchestrated load moment: hero copy settles in, motif draws. */
@media (prefers-reduced-motion:no-preference){
  .hero-copy>*{animation:rise .6s cubic-bezier(.2,.7,.2,1) both}
  .hero-copy>*:nth-child(2){animation-delay:.06s}
  .hero-copy>*:nth-child(3){animation-delay:.12s}
  .hero-copy>*:nth-child(4){animation-delay:.18s}
  .hero-copy>*:nth-child(5){animation-delay:.24s}
  .hero-motif path{stroke-dasharray:1400;stroke-dashoffset:1400;animation:draw 1.6s .15s ease-out forwards}
}
@keyframes rise{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
@keyframes draw{to{stroke-dashoffset:0}}

/* ---------- Image placeholders (remove when real images are supplied) ---------- */
.ph{position:relative;margin:0;aspect-ratio:var(--ar,16/10);display:grid;place-items:center;padding:1rem;text-align:center;border:2px dashed var(--ph-line);border-radius:var(--radius-card);background:repeating-linear-gradient(135deg,var(--ph-a) 0 14px,var(--ph-b) 14px 28px);color:var(--ph-ink)}
.ph span{max-width:34ch;padding:.5rem .8rem;border-radius:4px;background:var(--ph-label-bg);font-size:.84rem;font-weight:600;line-height:1.35}
.hero-figure.ph{--ar:16/9}
@media (max-width:979px){.hero-figure.ph{--ar:16/7}}
.media{margin:0;border-radius:var(--radius-card);overflow:hidden}
.media img{width:100%;height:100%;object-fit:cover}

/* ---------- Quote form ---------- */
.form-card{position:relative;background:var(--form-bg);color:var(--form-ink);border-radius:var(--radius-card);padding:clamp(1.25rem,3vw,2rem);box-shadow:var(--form-shadow);border-top:var(--form-top,0)}
.form-card h2{font-size:var(--form-h-size,1.55rem);margin-bottom:.35rem}
.form-intro{color:var(--muted);font-size:.97rem;margin-bottom:1.15rem}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:.85rem 1rem}
@media (max-width:420px){.form-grid{grid-template-columns:1fr}}
.field{display:flex;flex-direction:column;gap:.3rem;min-width:0}
.field.full{grid-column:1/-1}
.field label{font-weight:700;font-size:.92rem;color:var(--form-ink)}
.field input,.field select{width:100%;min-height:52px;padding:.7rem .85rem;font:inherit;font-size:1rem;color:#111;background:#fff;border:1.5px solid var(--field-line);border-radius:var(--radius-field);transition:border-color .15s}
.field select{appearance:none;-webkit-appearance:none;padding-right:2.4rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6' fill='none' stroke='%23333' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .8rem center;background-size:18px}
.field input:focus,.field select:focus{outline:3px solid var(--focus-soft);outline-offset:0;border-color:var(--field-focus)}
.field [aria-invalid="true"]{border-color:var(--error);background-color:#fff8f7}
.field-error{font-size:.86rem;font-weight:600;color:var(--error);line-height:1.35}
.field-error:empty{display:none}
.form-submit{width:100%;margin-top:1.15rem;min-height:58px;--btn-size:1.05rem}
.form-status{margin:.85rem 0 0;font-size:.95rem;font-weight:600;line-height:1.4}
.form-status:empty{display:none}
.form-status.is-error{color:var(--error)}
.form-status.is-success{color:var(--success)}
.form-fine{margin:.8rem 0 0;font-size:.84rem;color:var(--muted);line-height:1.45}
.form-alt{margin:.9rem 0 0;padding-top:.9rem;border-top:1px solid var(--line);font-size:.95rem;color:var(--muted)}
.form-alt a{font-weight:800;color:var(--form-ink)}
.hp{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}

/* ---------- Trust bar ---------- */
.trustbar{background:var(--trust-bg);color:var(--trust-ink);border-bottom:1px solid var(--trust-line)}
.trustbar ul{list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.5rem;padding-block:1.15rem}
@media (min-width:900px){.trustbar ul{grid-template-columns:repeat(4,minmax(0,1fr))}}
.trustbar li{display:flex;align-items:center;gap:.7rem;font-weight:700;font-size:.97rem;line-height:1.25}
.trustbar .i{width:28px;height:28px;color:var(--trust-icon)}

/* ---------- Sections ---------- */
.section{padding-block:clamp(3.5rem,7vw,6rem)}
.section-alt{background:var(--surface)}
.section-dark{background:var(--hero-bg);color:var(--hero-ink);--muted:var(--hero-muted);--line:var(--dark-line);--link:var(--hero-ink);--focus:var(--focus-dark)}
.section-head{max-width:44rem;margin-bottom:2.25rem}
.section-head p{font-size:1.1rem;color:var(--muted);margin:0}
.lead{font-size:1.12rem}
.muted{color:var(--muted)}
.split{display:grid;gap:2.5rem;align-items:center}
@media (min-width:920px){.split{grid-template-columns:1fr 1fr;gap:4rem}.split.flip>:first-child{order:2}}
.cta-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.75rem}
@media (max-width:520px){.cta-row .btn{flex:1 1 100%}}

/* Problem points */
.pains{display:grid;gap:1.75rem;margin-top:.5rem}
@media (min-width:820px){.pains{grid-template-columns:repeat(3,1fr);gap:2.25rem}}
.pains>div{padding-top:1rem;border-top:3px solid var(--rule)}
.pains p{color:var(--muted);margin:0}
.answer-block{margin-top:2.75rem;display:grid;gap:1rem 3rem;align-items:start}
@media (min-width:820px){.answer-block{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}}
.answer-block h3{font-size:var(--h3-big,1.6rem)}

/* Feature list (why choose / services) */
.features{display:grid;gap:2rem 2.5rem}
@media (min-width:700px){.features{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1000px){.features.three{grid-template-columns:repeat(3,1fr)}}
.feature{display:grid;grid-template-columns:auto 1fr;gap:.25rem 1rem;align-items:start}
.feature .i{grid-row:span 2;width:30px;height:30px;color:var(--feature-icon);margin-top:.1rem}
.feature h3{margin:0}
.feature p{grid-column:2;margin:0;color:var(--muted)}

/* Steps (a real sequence, so numbered) */
.steps{list-style:none;counter-reset:step;display:grid;gap:1.5rem}
@media (min-width:820px){.steps{grid-template-columns:repeat(3,1fr);gap:2.5rem}}
.steps li{counter-increment:step;position:relative;padding-top:3.4rem}
.steps li::before{content:counter(step);position:absolute;top:0;left:0;display:grid;place-items:center;width:2.6rem;height:2.6rem;border-radius:var(--step-radius,50%);background:var(--step-bg);color:var(--step-ink);font-family:var(--font-display);font-weight:800;font-size:1.25rem}
.steps p{color:var(--muted);margin:0}

/* Service areas */
.city-cols{list-style:none;columns:2;column-gap:1.5rem}
@media (min-width:640px){.city-cols{columns:3}}
@media (min-width:980px){.city-cols{columns:4}}
.city-cols li{break-inside:avoid;display:flex;align-items:center;gap:.5rem;padding:.55rem 0;border-bottom:1px solid var(--line);font-weight:600}
.city-cols .i{width:16px;height:16px;color:var(--feature-icon)}
.area-note{margin-top:1.5rem;color:var(--muted)}

/* FAQ */
.faq{max-width:52rem}
.faq details{border-bottom:1px solid var(--line)}
.faq details:first-child{border-top:1px solid var(--line)}
.faq summary{position:relative;list-style:none;cursor:pointer;padding:1.15rem 2.75rem 1.15rem 0;font-weight:700;font-size:1.08rem;line-height:1.4}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"";position:absolute;right:.4rem;top:50%;width:11px;height:11px;border-right:2.5px solid currentColor;border-bottom:2.5px solid currentColor;transform:translateY(-70%) rotate(45deg);transition:transform .2s ease}
.faq details[open] summary::after{transform:translateY(-25%) rotate(-135deg)}
.faq summary:hover{color:var(--link)}
.faq .answer{padding:0 0 1.3rem;color:var(--muted);max-width:66ch}
.faq .answer p:last-child{margin:0}

/* Bottom quote section */
.quote-section .split{align-items:start}
.contact-list{list-style:none;display:grid;gap:1.1rem;margin-top:1.5rem}
.contact-list li{display:flex;gap:.85rem;align-items:flex-start}
.contact-list .i{width:24px;height:24px;margin-top:.15rem;color:var(--feature-icon)}
.contact-list strong{display:block}
.contact-list a{font-weight:800;color:inherit}
.hours{border-collapse:collapse;font-size:.95rem}
.hours td{padding:.1rem 1.25rem .1rem 0}

/* Final CTA band */
.final-cta{text-align:center}
.final-cta h2{max-width:22ch;margin-inline:auto}
.final-cta p{max-width:48ch;margin:0 auto;color:var(--muted)}
.final-cta .cta-row{justify-content:center}

/* Footer */
.site-footer{background:var(--footer-bg);color:var(--footer-ink);font-size:.93rem;padding-block:2.25rem}
.site-footer .wrap{display:flex;flex-wrap:wrap;gap:1rem 2.5rem;justify-content:space-between}
.site-footer a{color:inherit;font-weight:700}
.site-footer p{margin:0}

/* Sticky mobile CTA */
.sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:60;display:grid;grid-template-columns:1.3fr 1fr;gap:.5rem;padding:.6rem .75rem calc(.6rem + env(safe-area-inset-bottom));background:var(--sticky-bg);border-top:1px solid var(--sticky-line);box-shadow:0 -8px 24px -12px rgba(0,0,0,.35);transition:transform .25s ease}
.sticky-cta .btn{min-height:50px;padding:.55rem .6rem;--btn-size:.95rem}
.sticky-cta.is-hidden{transform:translateY(115%)}
@media (min-width:900px){.sticky-cta{display:none}}
@media (max-width:899px){body{padding-bottom:calc(76px + env(safe-area-inset-bottom))}}

/* Thank-you page */
.ty-main{min-height:calc(100vh - 150px);display:grid;place-items:center;padding-block:4rem}
.ty-card{max-width:40rem;text-align:center}
.ty-mark{display:grid;place-items:center;width:72px;height:72px;margin:0 auto 1.5rem;border-radius:50%;background:var(--accent);color:var(--accent-ink)}
.ty-mark .i{width:36px;height:36px;stroke-width:3}
.ty-card h1{font-size:clamp(2.2rem,5vw,3.4rem)}
.ty-card p{font-size:1.15rem;color:var(--muted)}
.ty-card .cta-row{justify-content:center}
.ty-phone{font-family:var(--font-display);font-weight:800;font-size:1.6rem;color:inherit;text-decoration:none}

@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
.hero-figure.media{aspect-ratio:16/9;border-radius:var(--radius-card);overflow:hidden}
.hero-figure.media img{width:100%;height:100%;object-fit:cover}
@media (max-width:979px){.hero-figure.media{aspect-ratio:16/8}}

/* Barlow + Barlow Condensed (SIL Open Font License), self-hosted. */
@font-face{font-family:"Barlow Condensed";font-style:normal;font-display:swap;font-weight:700;src:url(../fonts/barlow-condensed-latin-700-normal.woff2) format("woff2")}
@font-face{font-family:"Barlow Condensed";font-style:normal;font-display:swap;font-weight:800;src:url(../fonts/barlow-condensed-latin-800-normal.woff2) format("woff2")}
@font-face{font-family:"Barlow";font-style:normal;font-display:swap;font-weight:400;src:url(../fonts/barlow-latin-400-normal.woff2) format("woff2")}
@font-face{font-family:"Barlow";font-style:normal;font-display:swap;font-weight:600;src:url(../fonts/barlow-latin-600-normal.woff2) format("woff2")}
@font-face{font-family:"Barlow";font-style:normal;font-display:swap;font-weight:700;src:url(../fonts/barlow-latin-700-normal.woff2) format("woff2")}
/* ==========================================================================
   SEMI-TRUCK GLASS & WINDSHIELD EXPERTS brand tokens
   Palette sampled from the official logo: pure black, lime #80f800,
   chrome white. Dark lime #2f6b00 is used only for text/icons on white
   (the bright lime fails contrast on light backgrounds).
   Barlow was drawn from highway-signage lettering, which is why it's used here.
   ========================================================================== */
:root{
  --font-display:"Barlow Condensed","Roboto Condensed","Arial Narrow",system-ui,sans-serif;
  --font-body:"Barlow",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  --display-transform:uppercase; --display-track:.005em;
  --btn-transform:uppercase; --btn-track:.04em; --btn-size:1.08rem;
  --h1-size:clamp(2.6rem,7.2vw,5.6rem); --h1-lh:.93;
  --h2-size:clamp(2.1rem,4.4vw,3.3rem); --h3-size:1.45rem; --h3-big:2rem; --form-h-size:1.9rem;

  --ink:#0a0a0a; --ink-2:#1f1f1f; --muted:#4b545e; --bg:#ffffff; --surface:#f1f2f4; --line:#d9dde2; --dark-line:#2a2a2a;
  --accent:#80f800; --accent-hover:#9dff3a; --accent-ink:#000000; --link:#2f6b00; --rule:#80f800;
  --outline-hover:rgba(128,248,0,.14);

  --hero-bg:#000000; --hero-ink:#f4f5f6; --hero-muted:#c3c8cd; --hero-kicker:#80f800;
  --header-bg:#000000; --header-ink:#f4f5f6; --header-line:#1f1f1f;
  --trust-bg:#80f800; --trust-ink:#000000; --trust-line:#6ad400; --trust-icon:#000000;
  --feature-icon:#2f6b00; --step-bg:#80f800; --step-ink:#000000; --step-radius:3px;
  --form-bg:#ffffff; --form-ink:#0a0a0a; --form-shadow:0 30px 60px -30px rgba(0,0,0,.75); --form-top:6px solid #80f800;
  --field-line:#b9c0c8; --field-focus:#2f6b00; --focus:#2f6b00; --focus-dark:#80f800; --focus-soft:rgba(128,248,0,.4);
  --error:#b42318; --success:#1d6b3a;
  --radius-btn:3px; --radius-card:4px; --radius-field:3px;
  --ph-a:#e7e9ec; --ph-b:#dfe2e6; --ph-line:#9aa3ad; --ph-ink:#2a3038; --ph-label-bg:rgba(255,255,255,.9);
  --footer-bg:#000000; --footer-ink:#c3c8cd;
  --sticky-bg:#000000; --sticky-line:#1f1f1f;
}
body{font-size:1.09rem}
.hero,.site-header,.sticky-cta{--focus:#80f800}
.hero .ph,.section-dark .ph{--ph-a:#111;--ph-b:#0b0b0b;--ph-line:#3d5a1a;--ph-ink:#d7dde3;--ph-label-bg:rgba(0,0,0,.55)}
/* Lane-marking rule under the hero */
.hero::after{content:"";position:absolute;left:0;right:0;bottom:0;height:8px;background:repeating-linear-gradient(90deg,var(--accent) 0 64px,transparent 64px 112px)}
.hero-kicker{text-transform:uppercase;letter-spacing:.08em;font-size:.92rem}
.logo-name{font-size:1.3rem;letter-spacing:.02em}
.header-phone strong{font-size:1.35rem}
.sticky-cta .btn-solid{background:#1f1f1f;border-color:#3a3a3a}
.faq summary{font-size:1.12rem}
.section-head p{font-size:1.14rem}
/* Service rows */
.svc-list{display:grid;gap:0;border-top:2px solid var(--ink)}
.svc{display:grid;gap:.5rem 2.5rem;padding:1.6rem 0;border-bottom:1px solid var(--line)}
@media (min-width:860px){.svc{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}}
.svc h3{margin:0}
.svc p{margin:0 0 .65rem;color:var(--muted)}
.svc .ticks{--tick:var(--ink);gap:.35rem}
.svc-primary h3{font-size:2.1rem}
/* Truck makes board */
.makes{list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px;background:var(--dark-line);border:2px solid var(--dark-line)}
@media (min-width:700px){.makes{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (min-width:1040px){.makes{grid-template-columns:repeat(5,minmax(0,1fr))}}
.makes li{background:#0d0d0d;padding:1.25rem 1.1rem 1.15rem;min-height:9.5rem;display:flex;flex-direction:column;gap:.55rem}
.makes .make{font-family:var(--font-display);font-weight:800;text-transform:uppercase;font-size:clamp(1.45rem,2.4vw,1.8rem);line-height:1;color:var(--accent);letter-spacing:.01em}
.makes .models{font-size:.92rem;color:var(--hero-muted);line-height:1.45;margin:0}
.makes-note{margin-top:1.25rem;color:var(--hero-muted)}
.makes-note a{color:var(--hero-ink);font-weight:700}
/* Mobile locations */
.spots{list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:1.5rem 0 0}
.spots li{display:flex;align-items:center;gap:.65rem;padding:1rem;background:#fff;border:1px solid var(--line);border-left:5px solid var(--accent);border-radius:var(--radius-card);font-family:var(--font-display);font-weight:800;text-transform:uppercase;font-size:1.3rem;letter-spacing:.02em}
.spots .i{width:24px;height:24px}
/* Fleet terms */
.fleet-terms{list-style:none;display:grid;gap:0;margin-top:1.5rem;border-top:1px solid var(--dark-line)}
.fleet-terms li{display:grid;grid-template-columns:auto 1fr;gap:.2rem 1rem;padding:1.1rem 0;border-bottom:1px solid var(--dark-line)}
.fleet-terms .i{grid-row:span 2;width:26px;height:26px;color:var(--accent);margin-top:.15rem}
.fleet-terms strong{font-family:var(--font-display);text-transform:uppercase;font-size:1.3rem;letter-spacing:.02em;line-height:1.1}
.fleet-terms span{color:var(--hero-muted);grid-column:2}
.audience{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:1.25rem 0 0}
.audience li{padding:.4rem .75rem;border:1px solid var(--dark-line);border-radius:3px;font-weight:600;font-size:.95rem;color:var(--hero-ink)}
/* County groups */
.counties{display:grid;gap:.75rem}
.county{border:1px solid var(--line);border-radius:var(--radius-card);background:#fff}
.county summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.05rem 1.25rem;font-family:var(--font-display);font-weight:800;text-transform:uppercase;font-size:1.45rem;letter-spacing:.02em}
.county summary::-webkit-details-marker{display:none}
.county summary .count{display:inline-grid;place-items:center;min-width:2.4rem;height:2.1rem;padding:0 .5rem;background:var(--ink);color:#fff;border-radius:3px;font-size:1.1rem}
.county summary .chev{width:22px;height:22px;transition:transform .2s}
.county[open] summary .chev{transform:rotate(180deg)}
.county summary>span:first-child{display:flex;align-items:center;gap:.75rem}
.county .city-cols{padding:0 1.25rem 1rem}
.makes li{min-width:0}
.makes .make{overflow-wrap:anywhere}
@media (max-width:480px){.makes .make{font-size:1.3rem}.logo-name{font-size:1rem;line-height:1.05}}
/* Logo + brand details */
.logo-img{height:70px;width:auto}
@media (max-width:640px){.logo-img{height:50px}}
.svc .ticks{--tick:#2f6b00}
.county summary .count{background:#000;color:#80f800}
.hero-kicker{font-style:italic}
.makes .make{font-style:italic}
