/* ============================================================================
   ADAS TIRES & WHEELS — shared stylesheet
   One file, cached after the first page load, so every page after the
   first is ~15KB of HTML and nothing else.
   Edit brand colors in :root only.
   ============================================================================ */

/* ---------- 1. TOKENS ---------- */
:root{
  /* brand */
  --red:        #D63B2F;   /* 4.64:1 on white — passes WCAG AA for normal text */
  --red-dark:   #B02E24;   /* 6.44:1 — hover / pressed */
  --red-ink:    #B02E24;   /* red used as TEXT: passes AA on white AND on --sand */
  --red-tint:   #FCEFED;
  --red-soft:   #FF8A82;   /* labels on dark ground only */
  --gold:       #E8A020;
  --green:      #2E9E76;
  --green-soft: #5DCAA5;

  /* neutrals */
  --ink:        #171717;
  --dark:       #1A1A1A;
  --dark-2:     #232323;
  --gray:       #4A4A4A;
  --gray-2:     #6B6B6B;
  --paper:      #FFFFFF;
  --sand:       #F7F5F2;
  --line:       #E5E0D8;
  --line-dark:  rgba(255,255,255,.10);

  /* type */
  --display: 'Barlow Condensed', 'Arial Narrow', system-ui, sans-serif;
  --body: 'Nunito', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;

  /* spacing scale (8pt) */
  --s1:4px; --s2:8px; --s3:12px; --s4:16px; --s5:24px;
  --s6:32px; --s7:48px; --s8:64px; --s9:88px;

  /* radius + shadow — two of each, no more */
  --r-sm:8px; --r-md:14px; --r-lg:20px;
  --sh-1: 0 1px 2px rgba(23,23,23,.06), 0 2px 8px rgba(23,23,23,.05);
  --sh-2: 0 8px 30px rgba(23,23,23,.10);

  --nav-h: 66px;
  --wrap: 1180px;
}

/* ---------- 2. RESET ---------- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:calc(var(--nav-h) + 12px)}
body{
  font-family:var(--body);
  font-size:16px;
  line-height:1.65;
  color:var(--ink);
  background:var(--paper);
  -webkit-font-smoothing:antialiased;
  padding-top:var(--nav-h);
}
img,svg{display:block;max-width:100%}
img{height:auto}
a{color:var(--red-ink);text-decoration-thickness:1.5px;text-underline-offset:3px}
button{font:inherit}
ul{list-style:none}

/* real focus states — keyboard users are customers too, and it signals care */
:focus-visible{outline:3px solid var(--red);outline-offset:3px;border-radius:4px}

.skip{
  position:absolute;left:-9999px;top:0;z-index:400;
  background:var(--red);color:#fff;padding:12px 18px;font-weight:700;border-radius:0 0 var(--r-sm) 0;
}
.skip:focus{left:0}

/* ---------- 3. LAYOUT ---------- */
.wrap{width:100%;max-width:var(--wrap);margin-inline:auto;padding-inline:20px}
section{padding-block:var(--s8)}
@media(min-width:900px){section{padding-block:var(--s9)}}
.band-dark,.hero{background:var(--dark);color:#fff}
.band-sand{background:var(--sand)}

/* ---------- 4. TYPE ---------- */
h1,h2,h3,.display{font-family:var(--display);font-weight:800;line-height:1.02;letter-spacing:-.01em}
h1{font-size:clamp(38px,6.4vw,72px)}
h2{font-size:clamp(30px,4.4vw,48px);line-height:1.05}
h3{font-size:clamp(20px,2.2vw,24px);line-height:1.15;font-weight:700}
p{max-width:68ch}

.eyebrow{
  font-family:var(--body);font-size:12px;font-weight:800;
  letter-spacing:.14em;text-transform:uppercase;color:var(--red-ink);
  margin-bottom:var(--s3);display:block;
}
.band-dark .eyebrow,.hero .eyebrow,.ask .eyebrow,.card-dark .eyebrow{color:var(--red-soft)}
.lede{font-size:clamp(16px,1.6vw,18.5px);color:var(--gray);margin-top:var(--s4)}
.band-dark .lede,.hero .lede,.ask .lede,.card-dark .lede{color:rgba(255,255,255,.72)}

/* Spanish line — same weight of information, visually secondary.
   Never smaller than 14px: half this shop's customers read this line first. */
.es{
  display:block;font-size:.86em;font-weight:600;color:var(--gray-2);
  font-style:normal;line-height:1.45;margin-top:.35em;
}
.band-dark .es,.hero .es,.ask .es,.card-dark .es{color:rgba(255,255,255,.68)}
h1 .es,h2 .es{font-family:var(--body);font-size:.36em;font-weight:700;letter-spacing:0;margin-top:.55em}
h3 .es{font-family:var(--body);font-size:.68em;font-weight:600;margin-top:.3em}

.section-head{max-width:760px;margin-bottom:var(--s7)}

/* ---------- 5. ICONS ---------- */
/* All icons are inline SVG from a sprite. No emoji anywhere: emoji render as a
   different picture on every OS, which is the single loudest amateur tell. */
.ico{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.9;
     stroke-linecap:round;stroke-linejoin:round;flex:none}
.ico-lg{width:28px;height:28px;stroke-width:1.7}
.ico-xl{width:34px;height:34px;stroke-width:1.6}
.ico-fill{fill:currentColor;stroke:none}

.icon-badge{
  width:52px;height:52px;border-radius:var(--r-md);
  background:var(--red-tint);color:var(--red);
  display:grid;place-items:center;margin-bottom:var(--s4);
}
.band-dark .icon-badge,.hero .icon-badge,.ask .icon-badge,.card-dark .icon-badge{background:rgba(214,59,47,.16);color:var(--red-soft)}

/* ---------- 6. BUTTONS ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  font-family:var(--body);font-weight:800;font-size:16px;line-height:1.2;
  padding:15px 26px;border-radius:var(--r-sm);border:2px solid transparent;
  text-decoration:none;cursor:pointer;min-height:52px;
  transition:background .16s ease,border-color .16s ease,transform .12s ease;
}
.btn-lg{font-size:17px;padding:18px 32px;min-height:58px}
.btn-block{display:flex;width:100%}
.btn-primary{background:var(--red);color:#fff}
.btn-primary:hover{background:var(--red-dark)}
.btn-primary:active{transform:translateY(1px)}
.btn-dark{background:var(--dark);color:#fff}
.btn-dark:hover{background:#000}
.btn-ghost{background:transparent;color:var(--ink);border-color:var(--line)}
.btn-ghost:hover{border-color:var(--ink)}
.band-dark .btn-ghost,.hero .btn-ghost,.ask .btn-ghost,.card-dark .btn-ghost{color:#fff;border-color:rgba(255,255,255,.34)}
.band-dark .btn-ghost:hover,.hero .btn-ghost:hover,.ask .btn-ghost:hover,.card-dark .btn-ghost:hover{border-color:#fff;background:rgba(255,255,255,.08)}
.btn .sub{display:block;font-size:12.5px;font-weight:600;opacity:.85;margin-top:2px}
.btn-stack{flex-direction:column;gap:2px;text-align:center;padding-block:14px}
.btn-row{display:flex;flex-wrap:wrap;gap:var(--s3)}

/* text link with arrow */
.arrow-link{
  display:inline-flex;align-items:center;gap:7px;
  font-weight:800;color:var(--red-ink);text-decoration:none;font-size:15.5px;
}
.arrow-link:hover{text-decoration:underline}
.arrow-link .ico{transition:transform .16s ease}
.arrow-link:hover .ico{transform:translateX(3px)}

/* ---------- 7. PILLS / TAGS ---------- */
.pill{
  display:inline-flex;align-items:center;gap:7px;
  font-size:13px;font-weight:800;letter-spacing:.02em;
  padding:7px 14px;border-radius:999px;border:1px solid var(--line);
  background:var(--paper);color:var(--gray);text-decoration:none;
}
.pill-red{background:var(--red-tint);border-color:rgba(214,59,47,.22);color:var(--red-dark)}
.pill-green{background:rgba(46,158,118,.10);border-color:rgba(46,158,118,.25);color:#1F7757}
.pill-gold{background:rgba(232,160,32,.12);border-color:rgba(232,160,32,.30);color:#8A5D07}
.band-dark .pill,.hero .pill,.ask .pill,.card-dark .pill{background:rgba(255,255,255,.06);border-color:var(--line-dark);color:rgba(255,255,255,.82)}
.band-dark .pill-red,.hero .pill-red,.ask .pill-red,.card-dark .pill-red{background:rgba(214,59,47,.18);border-color:rgba(214,59,47,.38);color:var(--red-soft)}
.band-dark .pill-green,.hero .pill-green,.ask .pill-green,.card-dark .pill-green{background:rgba(93,202,165,.13);border-color:rgba(93,202,165,.30);color:var(--green-soft)}
.band-dark .pill-gold,.hero .pill-gold,.ask .pill-gold,.card-dark .pill-gold{background:rgba(232,160,32,.14);border-color:rgba(232,160,32,.32);color:var(--gold)}
a.pill{min-height:44px;padding:10px 16px}
.pill-row{display:flex;flex-wrap:wrap;gap:var(--s2)}

/* ---------- 8. NAV ---------- */
.nav{
  position:fixed;inset:0 0 auto 0;z-index:200;height:var(--nav-h);
  background:rgba(255,255,255,.96);backdrop-filter:saturate(1.6) blur(10px);
  border-bottom:1px solid var(--line);
}
.nav-in{height:100%;display:flex;align-items:center;gap:var(--s5);
        max-width:var(--wrap);margin-inline:auto;padding-inline:20px}
.logo{font-family:var(--display);font-size:23px;font-weight:800;letter-spacing:.3px;
      color:var(--ink);text-decoration:none;white-space:nowrap;line-height:1}
.logo span{color:var(--red)}
.nav-links{display:none;gap:26px;margin-left:auto;flex-wrap:nowrap}
.nav-links a{font-size:14.5px;font-weight:700;color:var(--gray);text-decoration:none;white-space:nowrap}
.nav-links a:hover{color:var(--red)}
.nav-links a[aria-current="page"]{color:var(--ink);box-shadow:inset 0 -2px 0 var(--red)}
.nav-tel{display:none;align-items:center;gap:7px;font-weight:800;color:var(--ink);
         text-decoration:none;font-size:15px;white-space:nowrap}
.nav-tel:hover{color:var(--red)}
.nav-cta{display:none;white-space:nowrap}
.burger{margin-left:auto;background:none;border:1px solid var(--line);border-radius:var(--r-sm);
        width:46px;height:46px;display:grid;place-items:center;cursor:pointer;color:var(--ink)}
@media(min-width:1180px){
  .nav-links{display:flex;gap:20px}
  .burger{display:none}
  .nav-cta{display:inline-flex;padding:11px 18px;min-height:44px;font-size:14.5px;margin-left:auto}
}
@media(min-width:1340px){
  .nav-links{gap:26px}
  .nav-tel{display:inline-flex;margin-left:auto}
  .nav-cta{margin-left:var(--s3);padding:11px 20px}
}
.drawer{
  position:fixed;inset:var(--nav-h) 0 auto 0;z-index:190;background:var(--paper);
  border-bottom:1px solid var(--line);box-shadow:var(--sh-2);
  padding:var(--s4) 20px var(--s5);display:none;
}
.drawer[data-open="true"]{display:block}
.drawer a{display:flex;align-items:center;justify-content:space-between;gap:12px;
  padding:14px 4px;font-size:17px;font-weight:700;color:var(--ink);
  text-decoration:none;border-bottom:1px solid var(--line)}
.drawer a .es{font-size:13px;margin-top:2px}
.drawer a:last-of-type{border-bottom:0}
.drawer .btn{margin-top:var(--s4)}

/* ---------- 9. HERO ---------- */
.hero{background:var(--dark);color:#fff;position:relative;overflow:hidden;
      padding-block:var(--s8)}
.hero::before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:
    radial-gradient(70% 90% at 88% 42%, rgba(214,59,47,.22) 0%, transparent 62%),
    repeating-linear-gradient(45deg, transparent 0 42px, rgba(255,255,255,.016) 42px 43px);
}
.hero-grid{position:relative;display:grid;gap:var(--s7);align-items:center}
@media(min-width:960px){.hero-grid{grid-template-columns:1.05fr .95fr;gap:var(--s8)}}
.hero h1{color:#fff}
.hero h1 .accent{color:var(--red);display:block}
.hero-photo{border-radius:var(--r-lg);box-shadow:0 24px 60px rgba(0,0,0,.55);
            width:100%;aspect-ratio:900/663;object-fit:cover}
.stats{display:flex;flex-wrap:wrap;gap:var(--s7);margin-top:var(--s7)}
.stat-num{font-family:var(--display);font-size:42px;font-weight:800;line-height:1;
          color:#fff;display:flex;align-items:center;gap:5px}
.stat-num .ico{width:26px;height:26px;color:var(--gold)}
.stat-lbl{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;
          color:rgba(255,255,255,.52);margin-top:6px}

/* ---------- 10. QR RIBBON ---------- */
/* Sits directly under the nav. The printed card's QR opens the homepage root,
   so a customer who scanned it to leave a review must see the path within the
   first screen — not after four sections of scrolling. */
.ribbon{background:var(--gold);color:#231703}
.ribbon-in{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;
           gap:var(--s2) var(--s4);padding:11px 20px;text-align:center;
           max-width:var(--wrap);margin-inline:auto}
.ribbon strong{font-weight:800;font-size:15px}
.ribbon .es{display:inline;font-size:13.5px;color:#4A3406;font-weight:700;margin:0}
.ribbon a{color:#231703;font-weight:800;text-decoration:none;min-height:34px;
          display:inline-flex;align-items:center;gap:6px;
          border-bottom:2px solid rgba(35,23,3,.45);padding-bottom:1px}
.ribbon a:hover{border-bottom-color:#231703}
.ribbon .stars{display:inline-flex;gap:1px;color:#231703}
.ribbon .stars .ico{width:15px;height:15px}

/* ---------- 11. INFO STRIP ---------- */
.strip{background:var(--dark-2);color:#fff;border-block:1px solid var(--line-dark)}
.strip-in{display:grid;gap:1px;background:var(--line-dark)}
@media(min-width:700px){.strip-in{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1000px){.strip-in{grid-template-columns:repeat(4,1fr)}}
.strip-item{background:var(--dark-2);display:flex;gap:var(--s3);align-items:flex-start;
            padding:20px;text-decoration:none;color:inherit}
a.strip-item:hover{background:#2C2C2C}
.strip-item .ico{width:22px;height:22px;color:var(--red-soft);margin-top:3px}
.strip-lbl{font-size:11.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;
           color:rgba(255,255,255,.48)}
.strip-val{font-size:15px;font-weight:700;margin-top:2px;line-height:1.4}
.strip-val .es{font-size:12.5px;color:rgba(255,255,255,.5);margin-top:1px}

/* ---------- 12. CARDS ---------- */
.grid{display:grid;gap:var(--s4)}
@media(min-width:640px){.grid-2{grid-template-columns:repeat(2,1fr)}}
@media(min-width:640px){.grid-3{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1000px){.grid-3{grid-template-columns:repeat(3,1fr)}}
@media(min-width:640px){.grid-4{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1000px){.grid-4{grid-template-columns:repeat(4,1fr)}}

.card{
  background:var(--paper);border:1px solid var(--line);border-radius:var(--r-md);
  padding:var(--s5);display:flex;flex-direction:column;
  transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease;
}
a.card{text-decoration:none;color:inherit}
a.card:hover{border-color:var(--red);box-shadow:var(--sh-2);transform:translateY(-2px)}
.card h3{margin-bottom:var(--s2)}
.card p{font-size:15px;color:var(--gray);flex:1}
.card-foot{margin-top:var(--s4);display:flex;flex-wrap:wrap;align-items:center;
           justify-content:space-between;gap:var(--s3)}
.card-dark{background:var(--dark);border-color:var(--line-dark);color:#fff}
.card-dark h3,.card-dark .rating-num{color:#fff}
.band-dark .card{background:rgba(255,255,255,.04);border-color:var(--line-dark)}
.band-dark .card p{color:rgba(255,255,255,.62)}
.band-dark .card h3{color:#fff}

.price{display:flex;align-items:baseline;gap:6px}
.price-num{font-family:var(--display);font-size:31px;font-weight:800;color:var(--red-ink);line-height:1}
.price-unit{font-size:12.5px;font-weight:700;color:var(--gray-2)}

/* ---------- 13. REVIEWS ---------- */
.rating-block{display:flex;align-items:center;gap:var(--s4);flex-wrap:wrap}
.rating-num{font-family:var(--display);font-size:60px;font-weight:800;line-height:.9;color:var(--ink)}
.band-dark .rating-num{color:#fff}
.stars{display:inline-flex;gap:2px;color:var(--gold)}
.stars .ico{width:19px;height:19px}
.rating-meta{font-size:13.5px;color:var(--gray-2);font-weight:700;margin-top:5px}
.band-dark .rating-meta,.hero .rating-meta,.ask .rating-meta,.card-dark .rating-meta{color:rgba(255,255,255,.55)}

.review{background:var(--paper);border:1px solid var(--line);border-radius:var(--r-md);padding:var(--s5)}
.review-text{font-size:15.5px;color:var(--gray);margin:var(--s3) 0 var(--s5);line-height:1.7}
.reviewer{display:flex;align-items:center;gap:var(--s3);margin-top:auto}
.avatar{width:42px;height:42px;border-radius:50%;background:var(--dark);color:#fff;
        display:grid;place-items:center;font-weight:800;font-size:14px;flex:none;
        font-family:var(--display);letter-spacing:.5px}
.reviewer-name{font-weight:800;font-size:15px}
.reviewer-src{font-size:12.5px;color:var(--gray-2);display:flex;align-items:center;gap:5px}

/* ---------- 14. REVIEW BAND (the ask) ---------- */
/* Placed immediately after the reviews so proof comes before the request.
   No gate: the Google button is primary and every visitor sees the same page.
   Do not add a "were you happy? yes/no" step — that is review gating and it
   violates Google's contributor policy. */
.ask{background:var(--dark);color:#fff;border-radius:var(--r-lg);padding:var(--s6) var(--s5);
     text-align:center;position:relative;overflow:hidden}
@media(min-width:700px){.ask{padding:var(--s7) var(--s6)}}
.ask::before{content:"";position:absolute;inset:0;
  background:radial-gradient(60% 100% at 50% 0%, rgba(232,160,32,.20) 0%, transparent 70%)}
.ask > *{position:relative}
.ask h2{color:#fff}
.ask .lede{margin-inline:auto}
.ask-actions{display:grid;gap:var(--s3);max-width:520px;margin:var(--s6) auto 0}
@media(min-width:600px){.ask-actions{grid-template-columns:1fr 1fr}}
.ask-note{margin:var(--s5) auto 0;font-size:14px;color:rgba(255,255,255,.55);max-width:52ch}
.ask-note a{color:#fff;font-weight:800;text-decoration:none;border-bottom:2px solid var(--red);white-space:nowrap}

/* ---------- 15. GALLERY ---------- */
.gallery{display:grid;gap:var(--s3);grid-template-columns:repeat(2,1fr)}
@media(min-width:900px){.gallery{grid-template-columns:repeat(3,1fr)}}
.shot{position:relative;border-radius:var(--r-md);overflow:hidden;background:#111;aspect-ratio:4/3}
.shot img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.shot:hover img{transform:scale(1.05)}
.shot figcaption{
  position:absolute;inset:auto 0 0 0;padding:26px 14px 12px;
  background:linear-gradient(to top,rgba(0,0,0,.82),transparent);
  color:#fff;font-size:13px;font-weight:700;
}

/* ---------- 16. FORM ---------- */
.form-card{background:var(--paper);border-radius:var(--r-lg);padding:var(--s5);box-shadow:var(--sh-2)}
@media(min-width:700px){.form-card{padding:var(--s6)}}
.field{margin-bottom:var(--s4)}
.field label{display:block;font-size:13px;font-weight:800;letter-spacing:.03em;
             text-transform:uppercase;color:var(--gray);margin-bottom:7px}
.field label .es{display:inline;text-transform:none;letter-spacing:0;font-size:12px;
                 color:var(--gray-2);font-weight:700;margin-left:5px}
.field input,.field select,.field textarea{
  width:100%;font:inherit;font-size:16px; /* 16px stops iOS from zooming on focus */
  padding:14px 15px;border:1.5px solid var(--line);border-radius:var(--r-sm);
  background:var(--paper);color:var(--ink);min-height:52px;
}
.field textarea{min-height:110px;resize:vertical}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--red);outline:none;
  box-shadow:0 0 0 3px rgba(214,59,47,.16)}
.field-row{display:grid;gap:var(--s4)}
@media(min-width:600px){.field-row{grid-template-columns:1fr 1fr}}
.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}

/* ---------- 17. FOOTER ---------- */
.foot{background:var(--dark);color:rgba(255,255,255,.62);padding-block:var(--s8) var(--s5);font-size:14.5px}
.foot-grid{display:grid;gap:var(--s6)}
@media(min-width:760px){.foot-grid{grid-template-columns:1.3fr 1fr 1fr}}
.foot h4{font-family:var(--display);font-size:19px;font-weight:800;color:#fff;
         letter-spacing:.02em;margin-bottom:var(--s4)}
.foot a{color:rgba(255,255,255,.72);text-decoration:none}
.foot a:hover{color:#fff;text-decoration:underline}
.foot li{margin-bottom:10px}
.foot-logo{font-family:var(--display);font-size:26px;font-weight:800;color:#fff;letter-spacing:.3px}
.foot-logo span{color:var(--red)}
.foot address{font-style:normal;line-height:1.75;margin-top:var(--s3)}
.foot-bar{border-top:1px solid var(--line-dark);margin-top:var(--s7);padding-top:var(--s5);
          font-size:12.8px;color:rgba(255,255,255,.42);display:flex;flex-wrap:wrap;gap:var(--s3) var(--s5)}
.foot-soc{display:flex;gap:var(--s3);margin-top:var(--s4)}
.foot-soc a{width:42px;height:42px;border:1px solid var(--line-dark);border-radius:var(--r-sm);
            display:grid;place-items:center;color:rgba(255,255,255,.72)}
.foot-soc a:hover{border-color:#fff;color:#fff}

/* ---------- 18. MOBILE ACTION DOCK ---------- */
/* Two actions, not one. Call is for "I have a problem now";
   Quote is for "I'm price shopping". Those are different customers. */
.dock{
  position:fixed;inset:auto 0 0 0;z-index:180;display:grid;grid-template-columns:1fr 1fr;
  gap:1px;background:var(--line);border-top:1px solid var(--line);
  padding-bottom:env(safe-area-inset-bottom);
}
.dock a{display:flex;align-items:center;justify-content:center;gap:8px;
        padding:15px 8px;font-weight:800;font-size:15.5px;text-decoration:none;min-height:56px}
.dock .d-call{background:var(--dark);color:#fff}
.dock .d-quote{background:var(--red);color:#fff}
@media(min-width:1000px){.dock{display:none}}
@media(max-width:999px){body{padding-bottom:60px}}

/* ---------- 19. BREADCRUMB / MISC ---------- */
.crumbs{font-size:13.5px;color:var(--gray-2);padding-block:var(--s4) 0}
.crumbs ol{display:flex;flex-wrap:wrap;gap:7px;align-items:center}
.crumbs a{color:var(--gray-2);text-decoration:none;font-weight:700}
.crumbs a:hover{color:var(--red)}
.crumbs [aria-current]{color:var(--ink);font-weight:800}

.checklist li{display:flex;gap:11px;align-items:flex-start;margin-bottom:13px;font-size:15.5px}
.checklist .ico{width:21px;height:21px;color:var(--green);margin-top:3px;flex:none}
.band-dark .checklist .ico,.hero .checklist .ico,.ask .checklist .ico,.card-dark .checklist .ico{color:var(--green-soft)}
.band-dark .checklist li,.hero .checklist li,.ask .checklist li,.card-dark .checklist li{color:rgba(255,255,255,.75)}

.note{background:var(--sand);border-left:4px solid var(--gold);border-radius:0 var(--r-sm) var(--r-sm) 0;
      padding:var(--s4) var(--s5);font-size:15px;color:var(--gray)}

.split{display:grid;gap:var(--s7);align-items:center}
@media(min-width:900px){.split{grid-template-columns:1fr 1fr;gap:var(--s8)}}

.hours{width:100%;border-collapse:collapse;font-size:15px}
.hours th,.hours td{text-align:left;padding:11px 0;border-bottom:1px solid var(--line-dark)}
.hours th{font-weight:700;color:rgba(255,255,255,.72)}
.hours td{text-align:right;font-weight:800;color:#fff}
.hours tr:last-child th,.hours tr:last-child td{border-bottom:0}

/* ---------- 20. MOTION ---------- */
/* Content is visible by default. The hidden state only exists once JS has
   proven it can run AND set up the observer (html.anim). A page whose
   JavaScript half-loads must never end up with invisible content. */
.reveal{opacity:1;transform:none}
html.anim .reveal{opacity:0;transform:translateY(14px)}
html.anim .reveal.in{opacity:1;transform:none;transition:opacity .5s ease,transform .5s ease}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.001ms!important;transition-duration:.001ms!important}
  html{scroll-behavior:auto}
  html.anim .reveal{opacity:1!important;transform:none!important}
}
/* Cross-page fade. Chromium only; a no-op everywhere else, costs nothing. */
@view-transition{navigation:auto}

/* ---------- 21. UTILITIES + FIXES ---------- */
.rounded{border-radius:var(--r-md);box-shadow:var(--sh-1);width:100%}
/* Any content photo renders as a consistent landscape card, whatever the
   source aspect ratio, so a portrait shot can't blow out a two-column row. */
.pic{border-radius:var(--r-md);box-shadow:var(--sh-1);width:100%;
     aspect-ratio:4/3;object-fit:cover;object-position:center}

/* FAQ accordions: .card is a flex column, which breaks details/summary. */
details.card{display:block;padding:0}
details.card summary{
  display:flex;align-items:center;justify-content:space-between;gap:var(--s4);
  padding:var(--s4) var(--s5);font-weight:800;font-size:16.5px;cursor:pointer;
  list-style:none;
}
details.card summary::-webkit-details-marker{display:none}
details.card summary::after{
  content:"";width:11px;height:11px;flex:none;
  border-right:2.4px solid var(--red);border-bottom:2.4px solid var(--red);
  transform:rotate(45deg) translate(-2px,-2px);transition:transform .18s ease;
}
details.card[open] summary::after{transform:rotate(-135deg) translate(-2px,-2px)}
details.card > p{padding:0 var(--s5) var(--s5);margin:0;font-size:15px;color:var(--gray)}
details.card + details.card{margin-top:0}
details.card:hover{border-color:var(--red)}

/* The <details> content must not inherit the card's hover transform. */
a.card:hover .icon-badge{background:var(--red);color:#fff}

/* Long price tables on narrow phones */
@media(max-width:420px){
  .hours th,.hours td{font-size:14px}
  .stats{gap:var(--s5)}
  .stat-num{font-size:34px}
}

/* Comfortable thumb targets for the footer link lists and breadcrumbs.
   WCAG 2.2 §2.5.8 allows small inline targets when spacing is adequate;
   this makes them comfortable rather than merely conformant. */
.foot li a{display:inline-block;padding:5px 0}
.crumbs a{display:inline-block;padding:4px 0}

/* ---------- 22. LATE FIXES FOUND IN VISUAL AUDIT ---------- */
/* <picture> is display:inline by default, so `height:100%` / `width:100%` on
   the <img> inside it had no containing block to resolve against — gallery
   tiles clipped their images instead of covering. */
picture{display:block}
.shot picture{width:100%;height:100%}

/* the review count sat on the same line as the stars instead of under them */
.rating-meta{display:block}

/* stacked buttons: the icon+label span needs to be a flex row of its own,
   otherwise the icon drops onto its own line above the text */
.btn-stack > span:first-child{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
}
/* and give the two ask buttons room so "Write a Google review" stays on one line */
.ask-actions{max-width:660px}
.ask-actions .btn{padding-inline:18px}
@media(max-width:599px){.ask-actions{max-width:420px}}

/* burger swaps to an X while the drawer is open */
.burger .b-shut{display:none}
.burger[aria-expanded="true"] .b-open{display:none}
.burger[aria-expanded="true"] .b-shut{display:block}
.burger[aria-expanded="true"]{border-color:var(--ink)}

/* ---------- 23. RENDER-AUDIT FIXES (round 2) ---------- */
/* The global `svg{display:block}` reset made an icon inside a block-level
   .eyebrow break onto its own line. Make the label a flex row instead. */
.eyebrow{display:flex;align-items:center;gap:7px}

/* <ol> was not covered by the ul list-style reset, so breadcrumbs rendered
   "1. Home 2. Services 3. Used Tires" with the numbers overlapping. */
ol{list-style:none}
.crumbs ol{list-style:none;gap:0}
.crumbs li{display:flex;align-items:center}
.crumbs li + li::before{
  content:"";width:6px;height:6px;margin:0 10px;flex:none;
  border-right:2px solid currentColor;border-bottom:2px solid currentColor;
  transform:rotate(-45deg);opacity:.55;
}
/* .eyebrow became a flex row, so centred contexts need it told explicitly */
.ask .eyebrow,.band-dark .wrap[style*="center"] .eyebrow{justify-content:center}

/* ---------- 24. SMALL-PHONE NAV ---------- */
/* At 360px (iPhone SE, older Androids) the wordmark plus the burger exceeded
   the viewport. Step the logo down rather than let it clip. */
@media(max-width:420px){ .logo{font-size:19px;letter-spacing:.2px} }
@media(max-width:374px){ .logo{font-size:17px} .burger{width:42px;height:42px} }
