  :root {
    --navy: #0C2340;
    --navy-dark: #07182C;
    --navy-light: #16345A;
    --red: #E4002B;
    --red-dark: #B80022;
    --steel-light: #A8BFC9;
    --steel: #6C8898;
    --steel-dark: #4A6B7A;
    --cream: #F5F2EC;
    --ink-100: #F2F4F6;
    --ink-200: #E1E5EA;
    --ink-300: #C4CCD3;
    --ink-500: #6C757D;
    --ink-700: #2A3845;
    --white: #FFFFFF;
  }
  * { box-sizing: border-box; }
  html, body { margin: 0; padding: 0; }
  body {
    font-family: 'Archivo', system-ui, -apple-system, sans-serif;
    color: var(--navy);
    background: var(--white);
    -webkit-font-smoothing: antialiased;
    line-height: 1.55;
    font-size: 16px;
  }
  a { color: inherit; text-decoration: none; }
  img { display: block; max-width: 100%; }

  .container { max-width: 1280px; margin: 0 auto; padding: 0 32px; }

  /* ─── Wordmark ─── */
  .wm {
    display: inline-flex; flex-direction: column; line-height: .82;
  }
  .wm-primary {
    font-family: 'Archivo Black', sans-serif;
    font-weight: 900;
    letter-spacing: -.04em;
    text-transform: uppercase;
    color: var(--navy);
    transform: scaleX(1.1); transform-origin: left;
  }
  .wm-rule { height: 2px; background: var(--red); margin: 8px 0 6px; width: 62%; }
  .wm-secondary {
    font-family: 'Archivo Black', sans-serif;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--navy);
    transform: scaleX(.88); transform-origin: left;
    white-space: nowrap;
  }
  .wm.on-dark .wm-primary { color: var(--white); }
  .wm.on-dark .wm-secondary { color: var(--white); }
  .wm-sm .wm-primary { font-size: 28px; }
  .wm-sm .wm-rule { height: 2px; margin: 6px 0 5px; width: 56%; }
  .wm-sm .wm-secondary { font-size: 11px; }
  .wm-md .wm-primary { font-size: 42px; }
  .wm-md .wm-rule { height: 2px; margin: 8px 0 6px; }
  .wm-md .wm-secondary { font-size: 14px; }

  /* ─── Display heads ─── */
  .display {
    font-family: 'Archivo Black', sans-serif;
    font-weight: 900;
    letter-spacing: -.045em;
    line-height: .92;
    text-transform: uppercase;
    transform: scaleX(1.08); transform-origin: left;
    color: var(--navy);
  }
  .display.on-dark { color: var(--white); }
  .display-xl { font-size: clamp(64px, 8vw, 116px); }
  .display-lg { font-size: clamp(40px, 5vw, 64px); }
  .display-md { font-size: clamp(28px, 3.4vw, 44px); }

  .eyebrow {
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: var(--red);
  }
  .eyebrow.on-dark { color: var(--steel-light); }

  /* ─── Buttons ─── */
  .btn {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 14px 22px;
    font-family: 'Archivo', sans-serif;
    font-weight: 800; font-size: 13px;
    letter-spacing: .12em; text-transform: uppercase;
    border: 0; border-radius: 4px;
    cursor: pointer;
    transition: background .15s, transform .1s, box-shadow .2s;
    white-space: nowrap;
  }
  .btn-primary { background: var(--red); color: var(--white); box-shadow: 0 8px 20px rgba(228,0,43,.22); }
  .btn-primary:hover { background: var(--red-dark); }
  .btn-secondary { background: var(--navy); color: var(--white); }
  .btn-secondary:hover { background: var(--navy-dark); }
  /* Shop Tires & Wheels CTA — on hover, go to a white outline on transparent. */
  .btn-shop-tires:hover { background: transparent; color: var(--white); box-shadow: inset 0 0 0 2px var(--white); }
  .btn-ghost { background: transparent; color: var(--navy); border: 2px solid var(--navy); padding: 12px 20px; }
  .btn-ghost:hover { background: var(--navy); color: var(--white); }
  .btn-ghost.on-dark { color: var(--white); border-color: var(--white); }
  .btn-ghost.on-dark:hover { background: var(--white); color: var(--navy); }
  .btn-link { color: var(--red); font-weight: 700; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 6px; }

  /* ─── HEADER ─── */
  header {
    position: sticky; top: 0; z-index: 50;
    background: var(--white); border-bottom: 1px solid var(--ink-200);
  }
  .ribbon {
    background: var(--navy); color: var(--white);
    display: flex; justify-content: flex-end;
    padding: 0 32px;
    font-family: 'Archivo', sans-serif; font-size: 11px;
  }
  .ribbon-inner {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 7px 0;
  }
  .ribbon .pin { color: var(--red); display: inline-flex; align-items: center; }
  .ribbon .label { font-weight: 700; font-size: 9px; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.5); }
  .ribbon .store { font-family: 'Archivo Black', sans-serif; font-weight: 900; font-size: 11px; letter-spacing: .04em; }
  .ribbon .phone { color: rgba(255,255,255,.9); font-weight: 600; }
  .ribbon .sep { color: rgba(255,255,255,.3); }
  .ribbon .change {
    background: transparent; color: var(--white);
    border: 1px solid rgba(255,255,255,.3);
    padding: 4px 9px; margin-left: 4px;
    font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 9px;
    letter-spacing: .12em; text-transform: uppercase;
    border-radius: 3px; cursor: pointer;
    display: inline-flex; align-items: center; gap: 5px;
    transition: background .12s, border-color .12s;
  }
  .ribbon .change:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.55); }
  .ribbon .change[aria-expanded="true"] { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.7); }
  .ribbon .change .caret { transition: transform .15s; display: inline-block; }
  .ribbon .change[aria-expanded="true"] .caret { transform: rotate(180deg); }

  /* ─── STORE PICKER ─── */
  .store-picker { position: relative; display: inline-flex; }
  .sp-panel {
    position: absolute; top: calc(100% + 8px); right: 0;
    width: 380px; max-width: calc(100vw - 24px);
    background: var(--white); color: var(--navy);
    border: 1px solid var(--ink-200);
    border-radius: 8px;
    box-shadow: 0 18px 50px rgba(12,35,64,.22), 0 4px 10px rgba(12,35,64,.08);
    z-index: 60;
    opacity: 0; visibility: hidden; transform: translateY(-6px);
    transition: opacity .16s ease, transform .18s ease, visibility .16s;
    font-family: 'Archivo', sans-serif;
    display: flex; flex-direction: column;
    max-height: calc(100vh - 80px);
    overflow: hidden;
  }
  .sp-panel.open { opacity: 1; visibility: visible; transform: none; }
  .sp-header {
    display: flex; align-items: center; justify-content: space-between;
    padding: 16px 18px 10px;
  }
  .sp-header h3 {
    font-family: 'Archivo Black', sans-serif; font-weight: 900;
    font-size: 14px; letter-spacing: .04em; text-transform: uppercase;
    color: var(--navy); margin: 0;
  }
  .sp-close {
    background: transparent; border: 0; cursor: pointer;
    width: 28px; height: 28px; border-radius: 4px;
    color: var(--steel-dark); font-size: 22px; line-height: 1;
    display: inline-flex; align-items: center; justify-content: center;
    transition: background .12s, color .12s;
  }
  .sp-close:hover { background: var(--ink-100); color: var(--navy); }
  .sp-search {
    display: flex; align-items: center;
    margin: 0 18px 10px;
    border: 1px solid var(--ink-300);
    border-radius: 5px;
    overflow: hidden;
    transition: border-color .12s, box-shadow .12s;
  }
  .sp-search:focus-within { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(12,35,64,.08); }
  .sp-search svg { color: var(--steel); margin-left: 12px; flex-shrink: 0; }
  .sp-search input {
    flex: 1; border: 0; outline: 0;
    padding: 10px 12px;
    font-family: inherit; font-size: 13px;
    color: var(--navy); background: transparent;
    min-width: 0;
  }
  .sp-search input::placeholder { color: var(--ink-500); }
  .sp-geo {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    margin: 0 18px 12px;
    padding: 10px 12px;
    background: var(--ink-100); color: var(--navy);
    border: 1px solid var(--ink-200);
    border-radius: 5px;
    cursor: pointer;
    font-family: inherit; font-weight: 800;
    font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
    transition: background .12s, border-color .12s, color .12s;
  }
  .sp-geo:hover { background: var(--navy); color: var(--white); border-color: var(--navy); }
  .sp-geo:disabled { opacity: .7; cursor: wait; }
  .sp-geo svg { width: 14px; height: 14px; flex-shrink: 0; }
  .sp-divider {
    display: flex; align-items: center; gap: 10px;
    padding: 4px 18px 10px;
    font-size: 9px; font-weight: 700;
    letter-spacing: .18em; text-transform: uppercase;
    color: var(--steel);
  }
  .sp-divider::before, .sp-divider::after {
    content: ""; flex: 1; height: 1px; background: var(--ink-200);
  }
  .sp-status { padding: 0 18px 8px; font-size: 11px; color: var(--steel-dark); }
  .sp-status.error { color: var(--red); }
  .sp-list {
    list-style: none; margin: 0; padding: 0 10px 12px;
    overflow-y: auto; flex: 1;
  }
  .sp-item {
    display: grid; grid-template-columns: 1fr auto; gap: 10px;
    padding: 11px 10px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: background .12s, border-color .12s;
  }
  .sp-item:hover { background: var(--ink-100); }
  .sp-item.is-current { background: rgba(228,0,43,.06); border-color: rgba(228,0,43,.25); }
  .sp-item-main { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
  .sp-item-name {
    font-family: 'Archivo Black', sans-serif; font-weight: 900;
    font-size: 13px; letter-spacing: -.005em; text-transform: uppercase;
    color: var(--navy);
  }
  .sp-item-sub {
    font-size: 10px; color: var(--steel-dark);
    letter-spacing: .1em; text-transform: uppercase;
    font-weight: 700;
  }
  .sp-item-addr { font-size: 12px; color: var(--ink-700); line-height: 1.4; margin-top: 2px; }
  .sp-item-meta {
    display: inline-flex; align-items: center; gap: 5px;
    font-size: 10px; font-weight: 700;
    letter-spacing: .06em; text-transform: uppercase;
    color: #1A8A47; margin-top: 4px;
  }
  .sp-item-meta .dot { width: 5px; height: 5px; border-radius: 50%; background: #1A8A47; }
  .sp-item-side {
    display: flex; flex-direction: column; align-items: flex-end; gap: 6px;
    flex-shrink: 0;
  }
  .sp-item-distance {
    font-family: 'Archivo Black', sans-serif; font-size: 12px;
    color: var(--navy); letter-spacing: -.01em; white-space: nowrap;
  }
  .sp-item-distance.empty { color: var(--ink-300); font-family: inherit; font-weight: 700; font-size: 11px; }
  .sp-item-action {
    background: var(--navy); color: var(--white);
    border: 0; border-radius: 4px;
    padding: 6px 10px;
    font-family: inherit; font-weight: 800;
    font-size: 10px; letter-spacing: .1em; text-transform: uppercase;
    cursor: pointer;
  }
  .sp-item.is-current .sp-item-action { background: var(--ink-200); color: var(--navy); cursor: default; }
  .sp-empty { padding: 22px 18px; text-align: center; font-size: 12px; color: var(--ink-500); }
  .sp-foot {
    border-top: 1px solid var(--ink-200);
    padding: 9px 18px;
    font-size: 10px; color: var(--steel); text-align: center;
    letter-spacing: .12em; text-transform: uppercase; font-weight: 700;
  }
  @media (max-width: 520px) {
    /* Clamp the store-picker panel inside the viewport. `width: auto` here
     * let intrinsic content (long shop addresses) grow the panel past the
     * viewport, causing horizontal scroll on phones. Explicit width fixes it. */
    .sp-panel {
      position: fixed; top: 56px; left: 10px; right: 10px;
      width: calc(100vw - 20px); max-width: calc(100vw - 20px);
    }
    .sp-item-main { min-width: 0; overflow: hidden; }
    .sp-item-name, .sp-item-sub, .sp-item-addr,
    .sp-item-meta { overflow-wrap: anywhere; }
  }
  .nav {
    display: flex; align-items: center; padding: 16px 32px; gap: 32px;
    max-width: 1280px; margin: 0 auto;
  }
  .nav-links {
    display: flex; gap: 28px; margin-left: auto;
    font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 12px;
    letter-spacing: .12em; text-transform: uppercase; color: var(--navy);
  }
  .nav-links a { display: flex; align-items: center; gap: 5px; cursor: pointer; transition: color .12s; }
  .nav-links a:hover { color: var(--red); }
  .nav-links .caret { font-size: 8px; color: var(--steel); }

  /* ─── HERO ─── */
  .hero {
    position: relative;
    color: var(--white);
    overflow: hidden;
    min-height: 640px;
    display: flex; align-items: center;
  }
  .hero-bg {
    position: absolute; inset: 0;
    background:
      linear-gradient(95deg, rgba(12,35,64,.92) 0%, rgba(12,35,64,.55) 55%, rgba(12,35,64,.22) 100%),
      url('./above-footer-background.webp') center/cover;
  }
  .hero-content {
    position: relative; z-index: 2;
    padding: 90px 32px 100px;
    max-width: 1280px; margin: 0 auto;
    width: 100%;
  }
  .hero h1 { margin: 18px 0 22px; max-width: 920px; }
  .hero .sub {
    font-size: 19px; line-height: 1.55; max-width: 560px;
    color: rgba(255,255,255,.86);
    font-weight: 400;
  }
  .hero-ctas {
    display: flex; gap: 14px; margin-top: 36px; flex-wrap: wrap;
  }
  .trust-row {
    display: flex; gap: 18px; margin-top: 56px; flex-wrap: wrap; align-items: center;
  }
  .trust-badge {
    display: inline-flex; align-items: center; gap: 12px;
    padding: 10px 16px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    backdrop-filter: blur(4px);
  }
  .trust-badge .icon {
    width: 30px; height: 30px;
    background: var(--red); border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--white); font-weight: 900; font-size: 14px;
  }
  .trust-badge .text { display: flex; flex-direction: column; line-height: 1.1; }
  .trust-badge .text .l1 { font-family: 'Archivo Black', sans-serif; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
  .trust-badge .text .l2 { font-size: 11px; color: rgba(255,255,255,.7); letter-spacing: .04em; }

  .stars { color: #F4B638; letter-spacing: 1.5px; }

  /* ─── SECTION ─── */
  section { padding: 90px 0; }
  section.alt { background: var(--cream); }
  section.navy { background: var(--navy); color: var(--white); }
  section.steel-light { background: var(--steel-light); }

  /* ─── SERVICES ─── */
  .services-head {
    display: flex; align-items: flex-end; justify-content: space-between; gap: 40px;
    margin-bottom: 44px; flex-wrap: wrap;
  }
  .services-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  }
  .svc {
    background: var(--white); border: 1px solid var(--ink-200);
    border-radius: 6px; padding: 26px 22px;
    transition: transform .2s, box-shadow .2s, border-color .2s;
    cursor: pointer;
    display: flex; flex-direction: column; gap: 6px;
    position: relative;
    overflow: hidden;
  }
  .svc:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(12,35,64,.10); border-color: var(--steel-light); }
  .svc-icon {
    width: 44px; height: 44px; border-radius: 6px;
    background: var(--steel-light); color: var(--navy);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 14px;
  }
  .svc:hover .svc-icon { background: var(--red); color: var(--white); }
  .svc-title {
    font-family: 'Archivo Black', sans-serif; font-weight: 900;
    font-size: 18px; letter-spacing: -.01em;
    color: var(--navy); text-transform: uppercase;
  }
  .svc-desc { font-size: 13px; color: var(--ink-500); }
  .svc-arrow {
    font-size: 11px; color: var(--red); font-weight: 700;
    letter-spacing: .12em; text-transform: uppercase;
    margin-top: 10px;
  }

  /* ─── WHY ROGERS ─── */
  .pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
  /* Centered variant — for sections with fewer boxes (e.g. financing partners)
     so they sit centered instead of left-aligned in an empty grid. */
  .pillars.pillars-center { display: flex; flex-wrap: wrap; justify-content: center; }
  .pillars.pillars-center .pillar { flex: 0 1 300px; }
  .pillar {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 6px;
    padding: 30px 26px;
    display: flex; flex-direction: column; gap: 10px;
    position: relative;
    overflow: hidden;
  }
  .pillar::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--red);
  }
  .pillar .num {
    font-family: 'Archivo Black', sans-serif; font-weight: 900;
    font-size: 56px; line-height: .9; letter-spacing: -.04em;
    color: var(--red); transform: scaleX(1.1); transform-origin: left;
  }
  .pillar .pt {
    font-family: 'Archivo Black', sans-serif; font-weight: 900;
    font-size: 22px; line-height: 1.05; color: var(--white);
    letter-spacing: -.01em; text-transform: uppercase;
    margin-top: 4px;
  }
  .pillar .pd { font-size: 14px; color: rgba(255,255,255,.7); line-height: 1.55; }

  /* ─── LOCATIONS ─── */
  .locs-head {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: flex-end; margin-bottom: 44px;
  }
  .locs-tools {
    display: flex; flex-direction: column; gap: 14px; align-items: flex-end;
  }
  .locs-filter { display: flex; flex-wrap: wrap; gap: 8px; }
  .pill {
    background: transparent; border: 1px solid var(--ink-300); color: var(--navy);
    padding: 8px 16px; border-radius: 999px;
    font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 11px;
    letter-spacing: .14em; text-transform: uppercase;
    cursor: pointer; transition: all .12s;
  }
  .pill:hover { border-color: var(--navy); }
  .pill-active { background: var(--navy); color: var(--white); border-color: var(--navy); }
  .locs-search {
    display: inline-flex; align-items: center; gap: 0;
    background: var(--white); border: 1px solid var(--ink-300);
    border-radius: 6px; overflow: hidden;
    width: 320px;
  }
  .locs-search input {
    flex: 1; border: 0; outline: 0; padding: 10px 14px;
    font-family: 'Archivo', sans-serif; font-size: 14px;
    color: var(--navy); background: transparent;
  }
  .locs-search .btn-find {
    background: var(--navy); color: var(--white); border: 0;
    padding: 10px 16px;
    font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 11px;
    letter-spacing: .12em; text-transform: uppercase; cursor: pointer;
  }
  .locs-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
  }
  .loc-card {
    background: var(--white); border: 1px solid var(--ink-200);
    border-radius: 8px; overflow: hidden;
    display: flex; flex-direction: column;
    transition: transform .2s, box-shadow .2s;
    cursor: pointer;
  }
  .loc-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(12,35,64,.10); }
  .loc-card-photo {
    height: 140px; background-size: cover; background-position: center;
    position: relative;
    background-color: var(--steel-light);
  }
  .loc-card-photo::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(12,35,64,.35) 100%);
  }
  .loc-card-tag {
    position: absolute; top: 12px; left: 12px;
    background: var(--red); color: var(--white);
    padding: 5px 11px; border-radius: 4px;
    font-family: 'Archivo Black', sans-serif; font-size: 10px;
    letter-spacing: .14em; text-transform: uppercase;
    z-index: 1;
  }
  .loc-card-distance {
    position: absolute; top: 12px; right: 12px;
    color: var(--white); font-size: 11px; font-weight: 700;
    letter-spacing: .08em; text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0,0,0,.5);
    z-index: 1;
  }
  .loc-card-body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
  .loc-card h3 {
    font-family: 'Archivo Black', sans-serif; font-weight: 900;
    font-size: 22px; letter-spacing: -.03em;
    text-transform: uppercase; color: var(--navy);
    transform: scaleX(1.08); transform-origin: left;
    margin: 0; line-height: .9;
  }
  .loc-card .city-sub {
    font-family: 'Archivo', sans-serif; font-size: 12px;
    color: var(--steel); font-weight: 700; letter-spacing: .1em;
    text-transform: uppercase;
  }
  .loc-card .addr {
    font-size: 13px; color: var(--ink-700); line-height: 1.4;
    margin-top: 4px;
  }
  .loc-card .phone {
    font-family: 'Archivo Black', sans-serif; font-size: 15px;
    color: var(--red); margin-top: 4px;
  }
  .loc-card .hrs { font-size: 12px; color: var(--ink-500); }
  .loc-card .status {
    display: inline-flex; align-items: center; gap: 5px;
    font-size: 11px; font-weight: 700;
    letter-spacing: .08em; text-transform: uppercase;
    color: #1A8A47;
  }
  .loc-card .status .dot { width: 6px; height: 6px; background: #1A8A47; border-radius: 50%; }
  .loc-card-cta {
    margin-top: auto; padding-top: 14px;
    display: flex; gap: 10px; align-items: center; justify-content: space-between;
  }
  .loc-card .btn-sched {
    background: var(--red); color: var(--white); border: 0;
    padding: 9px 14px; border-radius: 4px;
    font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 11px;
    letter-spacing: .1em; text-transform: uppercase; cursor: pointer;
  }
  .loc-card .btn-dir {
    color: var(--navy); font-family: 'Archivo', sans-serif;
    font-weight: 700; font-size: 11px;
    letter-spacing: .1em; text-transform: uppercase;
    display: inline-flex; align-items: center; gap: 5px;
  }

  /* ─── AMENITIES ─── */
  .amen-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
    border-top: 1px solid var(--steel-light);
    border-left: 1px solid var(--steel-light);
  }
  .amen {
    border-right: 1px solid var(--steel-light);
    border-bottom: 1px solid var(--steel-light);
    padding: 24px 26px;
    display: flex; align-items: flex-start; gap: 16px;
    background: rgba(255,255,255,.5);
    transition: background .2s;
  }
  .amen:hover { background: var(--white); }
  .amen .a-icon {
    width: 36px; height: 36px; flex-shrink: 0;
    color: var(--red);
  }
  .amen-text .at {
    font-family: 'Archivo Black', sans-serif; font-weight: 900;
    font-size: 14px; letter-spacing: -.005em; color: var(--navy);
    text-transform: uppercase; margin-bottom: 3px;
  }
  .amen-text .ad { font-size: 13px; color: var(--ink-500); line-height: 1.45; }

  /* ─── REVIEWS ─── */
  .reviews-head {
    display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
    margin-bottom: 44px;
  }
  .google-block {
    display: flex; gap: 24px; align-items: center;
    padding: 24px 28px;
    background: var(--white); border-radius: 8px;
    border: 1px solid var(--ink-200);
  }
  .google-logo {
    display: flex; flex-direction: column; gap: 4px; flex-shrink: 0;
  }
  .google-logo .g {
    font-family: Arial, sans-serif; font-weight: 700; font-size: 28px;
    line-height: 1;
  }
  .google-logo .g span:nth-child(1) { color: #4285F4; }
  .google-logo .g span:nth-child(2) { color: #DB4437; }
  .google-logo .g span:nth-child(3) { color: #F4B638; }
  .google-logo .g span:nth-child(4) { color: #4285F4; }
  .google-logo .g span:nth-child(5) { color: #0F9D58; }
  .google-logo .g span:nth-child(6) { color: #DB4437; }
  .google-logo .l { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-500); font-weight: 700; }
  .google-rating { display: flex; flex-direction: column; gap: 4px; }
  .google-rating .num {
    font-family: 'Archivo Black', sans-serif; font-size: 38px;
    line-height: 1; color: var(--navy); letter-spacing: -.04em;
  }
  .google-rating .meta { font-size: 12px; color: var(--ink-500); }
  .reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .review {
    background: var(--white); border: 1px solid var(--ink-200);
    border-radius: 8px; padding: 24px 24px;
    display: flex; flex-direction: column; gap: 10px;
  }
  .review .rstars { color: #F4B638; font-size: 14px; letter-spacing: 1.5px; }
  .review .rbody { font-size: 14px; line-height: 1.6; color: var(--ink-700); }
  .review .rauthor { display: flex; align-items: center; gap: 10px; margin-top: 6px; }
  .review .ravatar {
    width: 32px; height: 32px; border-radius: 50%;
    background: var(--steel-light); color: var(--navy);
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 13px;
    font-family: 'Archivo Black', sans-serif;
  }
  .review .rname { font-weight: 700; font-size: 13px; color: var(--navy); }
  .review .rwhere { font-size: 11px; color: var(--steel); letter-spacing: .08em; text-transform: uppercase; font-weight: 600; margin-top: 2px; }

  /* ─── FOOTER ─── */
  footer {
    background: var(--navy-dark); color: var(--steel-light);
    padding: 70px 0 30px;
    border-top: 4px solid var(--red);
  }
  .foot-grid {
    display: grid; grid-template-columns: 1.4fr 1fr 2.4fr 1fr; gap: 36px;
  }
  .foot-col h4 {
    font-family: 'Archivo Black', sans-serif; font-weight: 900;
    font-size: 12px; color: var(--white);
    letter-spacing: .18em; text-transform: uppercase;
    margin: 0 0 16px;
  }
  .foot-col a { display: block; padding: 4px 0; font-size: 13px; cursor: pointer; transition: color .12s; }
  .foot-col a:hover { color: var(--white); }
  /* Services column — four grouped sub-lists mirroring the header IA. */
  .foot-svc-groups {
    display: grid; grid-template-columns: repeat(2, 1fr);
    gap: 20px 32px;
  }
  .foot-svc-group h5 {
    font-family: 'Archivo', sans-serif; font-weight: 800;
    font-size: 11px; color: rgba(168,191,201,.7);
    letter-spacing: .12em; text-transform: uppercase;
    margin: 0 0 8px;
  }
  .foot-addr { font-size: 13px; line-height: 1.7; }
  .foot-phone { color: var(--red); font-family: 'Archivo Black', sans-serif; font-size: 17px; margin-top: 8px; }
  .foot-hours { font-size: 12px; color: rgba(168,191,201,.7); margin-top: 4px; }
  .foot-bottom {
    margin-top: 50px; padding-top: 22px;
    border-top: 1px solid rgba(168,191,201,.15);
    display: flex; justify-content: space-between; font-size: 11px;
    color: rgba(168,191,201,.55);
    letter-spacing: .04em;
  }

  /* ─── ICON ─── */
  .ic { width: 22px; height: 22px; stroke-width: 1.75; }

  /* ─── MEGA MENUS ─── */
  .nav-links { align-items: center; }
  .nav-links li { display: flex; align-items: center; }
  .nav-links .has-mega { position: static; }
  .nav-links .has-mega > a { position: relative; cursor: pointer; }
  /* underline indicator sits directly under the text */
  .nav-links .has-mega > a::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: -8px;
    height: 2px; background: var(--red);
    opacity: 0; transform: scaleX(.4); transform-origin: center;
    transition: opacity .15s, transform .2s;
  }
  /* transparent bridge so hover doesn't break in the gap to the menu */
  .nav-links .has-mega > a::before {
    content: ""; position: absolute;
    left: -16px; right: -16px; top: 100%; height: 20px;
  }
  .nav-links .has-mega:hover > a::after,
  .nav-links .has-mega.open > a::after { opacity: 1; transform: none; }
  .nav-links .has-mega:hover > a,
  .nav-links .has-mega.open > a { color: var(--red); }

  .megamenu {
    position: absolute; left: 0; right: 0; top: 100%;
    background: var(--white);
    border-top: 1px solid var(--ink-200);
    box-shadow: 0 22px 40px -10px rgba(12,35,64,.18);
    padding: 36px 0 40px;
    opacity: 0; visibility: hidden; transform: translateY(-8px);
    transition: opacity .18s ease, transform .22s ease, visibility .18s;
    z-index: 49;
  }
  .has-mega:hover .megamenu,
  .has-mega.open .megamenu { opacity: 1; visibility: visible; transform: none; }
  .megamenu::before {
    content: ""; position: absolute; top: -1px; left: 0; right: 0;
    height: 3px; background: linear-gradient(90deg, var(--red), var(--red) 30%, transparent 30%);
  }
  .megamenu-grid {
    display: grid; gap: 36px;
    max-width: 1280px; margin: 0 auto; padding: 0 32px;
  }
  .mm-services-grid, .mm-tires-grid { grid-template-columns: repeat(3, 1fr) 1.2fr; }
  .mm-locations-grid { grid-template-columns: 1.1fr 1fr 1fr; gap: 28px; }

  /* About dropdown — a compact icon menu anchored to its nav item, matching the
     megamenus' look while reusing the .has-mega hover/click open mechanism. */
  .nav-links .has-mega.mm-about { position: relative; }
  .megamenu.mm-about-menu {
    left: 0; right: auto; width: 280px;
    padding: 12px; border-radius: 0 0 10px 10px;
  }
  .megamenu.mm-about-menu::before { right: auto; width: 64px; }
  .mm-about-list { list-style: none; margin: 0; padding: 0; }
  .mm-about-list a {
    display: flex; align-items: center; gap: 12px;
    padding: 10px 12px; border-radius: 8px;
    text-decoration: none; color: var(--navy);
    transition: background .12s;
  }
  .mm-about-list a:hover { background: var(--cream); }
  .mm-about-ic {
    flex: none; width: 38px; height: 38px; border-radius: 8px;
    background: var(--steel-light); color: var(--navy);
    display: flex; align-items: center; justify-content: center;
    transition: background .12s, color .12s;
  }
  .mm-about-ic svg { width: 20px; height: 20px; }
  .mm-about-list a:hover .mm-about-ic { background: var(--red); color: var(--white); }
  .mm-about-txt { display: flex; flex-direction: column; line-height: 1.25; }
  .mm-about-h {
    font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 14px; color: var(--navy);
  }
  .mm-about-d { font-size: 12px; color: var(--ink-500); }
  .mm-about-list a:hover .mm-about-h { color: var(--red); }

  .mm-col h5 {
    font-family: 'Archivo Black', sans-serif; font-weight: 900;
    font-size: 11px; letter-spacing: .2em; text-transform: uppercase;
    color: var(--steel); margin: 0 0 14px;
    padding-bottom: 10px; border-bottom: 1px solid var(--ink-200);
  }
  .mm-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 2px; }
  .mm-col li a {
    display: flex; align-items: center; justify-content: space-between;
    padding: 7px 0; gap: 12px;
    font-family: 'Archivo', sans-serif; font-weight: 600; font-size: 13px;
    letter-spacing: .04em; text-transform: none;
    color: var(--navy); cursor: pointer;
    transition: color .12s, padding .14s;
    border-bottom: 1px solid transparent;
  }
  .mm-col li a:hover { color: var(--red); padding-left: 4px; }
  .mm-col li a .mm-sub {
    font-size: 11px; font-weight: 500; color: var(--ink-500);
    text-transform: none; letter-spacing: 0;
  }
  .mm-col li a .mm-arrow {
    color: var(--steel-light); font-size: 11px;
    transition: transform .14s, color .14s;
  }
  .mm-col li a:hover .mm-arrow { color: var(--red); transform: translateX(3px); }

  /* Featured panel (Services + Tires) */
  .mm-feature {
    background: var(--cream);
    border-radius: 8px; overflow: hidden;
    display: flex; flex-direction: column;
    position: relative;
    min-height: 280px;
  }
  .mm-feature-img {
    height: 140px; background-size: cover; background-position: center;
    position: relative;
  }
  .mm-feature-img::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 30%, rgba(12,35,64,.5) 100%);
  }
  .mm-feature-tag {
    position: absolute; top: 12px; left: 12px;
    background: var(--red); color: var(--white);
    font-family: 'Archivo Black', sans-serif;
    font-size: 10px; letter-spacing: .14em; text-transform: uppercase;
    padding: 5px 11px; border-radius: 4px; z-index: 1;
  }
  .mm-feature-body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
  .mm-feature h4 {
    font-family: 'Archivo Black', sans-serif; font-weight: 900;
    font-size: 17px; letter-spacing: -.01em; text-transform: uppercase;
    color: var(--navy); margin: 0; line-height: 1;
  }
  .mm-feature p { font-size: 12px; color: var(--ink-500); margin: 0; line-height: 1.5; }
  .mm-feature .btn-link { margin-top: auto; padding-top: 6px; }

  /* Locations menu — image-heavy variant */
  .megamenu.mm-locations {
    background: var(--navy);
    color: var(--white);
    padding: 40px 0 44px;
    overflow: hidden;
  }
  .megamenu.mm-locations::before { background: linear-gradient(90deg, var(--red), var(--red) 30%, transparent 30%); }
  .mm-loc-bg {
    position: absolute; inset: 0;
    background: url('./homapge-location-menu-background.webp') right center/cover;
    opacity: .14;
  }
  .megamenu.mm-locations .megamenu-grid { position: relative; z-index: 1; }
  .mm-loc-intro h5 {
    color: rgba(255,255,255,.55); border-color: rgba(255,255,255,.15);
  }
  .mm-loc-intro h3 {
    font-family: 'Archivo Black', sans-serif; font-weight: 900;
    font-size: 32px; letter-spacing: -.03em; text-transform: uppercase;
    color: var(--white); margin: 0 0 14px; line-height: .95;
    transform: scaleX(1.06); transform-origin: left;
  }
  .mm-loc-intro p { font-size: 13px; color: rgba(255,255,255,.7); line-height: 1.55; margin: 0 0 20px; max-width: 320px; }
  .mm-loc-intro .btn-link { color: var(--red); font-size: 12px; }
  .mm-loc-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; grid-column: span 2; }
  .megamenu .mm-loc-card {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 6px;
    padding: 16px 18px;
    display: flex; flex-direction: column; align-items: flex-start; gap: 4px;
    cursor: pointer;
    transition: background .14s, border-color .14s, transform .14s;
  }
  .mm-loc-card:hover {
    background: rgba(255,255,255,.09);
    border-color: var(--red);
    transform: translateY(-2px);
  }
  .mm-loc-card .mm-loc-tag {
    align-self: flex-start;
    font-family: 'Archivo Black', sans-serif;
    font-size: 9px; letter-spacing: .16em; text-transform: uppercase;
    color: var(--red); margin-bottom: 2px;
  }
  .mm-loc-card .mm-loc-name {
    font-family: 'Archivo Black', sans-serif; font-weight: 900;
    font-size: 17px; letter-spacing: -.01em; text-transform: uppercase;
    color: var(--white); line-height: 1;
  }
  .mm-loc-card .mm-loc-sub {
    font-size: 11px; color: rgba(255,255,255,.55);
    letter-spacing: .08em; text-transform: uppercase; font-weight: 600;
    margin-top: 1px;
  }
  .mm-loc-card .mm-loc-addr { font-size: 12px; color: rgba(255,255,255,.75); line-height: 1.4; margin-top: 4px; }
  .mm-loc-card .mm-loc-phone {
    font-family: 'Archivo Black', sans-serif; font-size: 13px;
    color: var(--red); margin-top: 2px;
  }
  .mm-loc-card .mm-loc-status {
    display: inline-flex; align-items: center; gap: 5px;
    font-size: 10px; font-weight: 700;
    letter-spacing: .08em; text-transform: uppercase;
    color: #5BD389; margin-top: 6px;
  }
  .mm-loc-card .mm-loc-status .dot {
    width: 5px; height: 5px; background: #5BD389; border-radius: 50%;
  }
  .mm-loc-card.soon {
    background: transparent; border-style: dashed; border-color: rgba(255,255,255,.18);
  }
  .mm-loc-card.soon .mm-loc-tag { color: var(--steel-light); }
  .mm-loc-card.soon .mm-loc-name { color: rgba(255,255,255,.7); }

  @media (max-width: 1200px) {
    .mm-services-grid, .mm-tires-grid { grid-template-columns: repeat(2, 1fr); }
    .mm-services-grid .mm-feature, .mm-tires-grid .mm-feature { grid-column: span 2; flex-direction: row; min-height: 0; }
    .mm-services-grid .mm-feature .mm-feature-img,
    .mm-tires-grid .mm-feature .mm-feature-img { width: 200px; height: auto; flex-shrink: 0; }
    .mm-locations-grid { grid-template-columns: 1fr; }
    .mm-loc-list { grid-column: 1; }
  }

  /* ─── responsive (light touch — keep design width ~1280 default) ─── */
  @media (max-width: 1024px) {
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .pillars { grid-template-columns: repeat(2, 1fr); }
    .locs-grid { grid-template-columns: repeat(2, 1fr); }
    .locs-head { grid-template-columns: 1fr; }
    .locs-tools { align-items: flex-start; }
    .reviews-head, .reviews-grid { grid-template-columns: 1fr; }
    .amen-grid { grid-template-columns: repeat(2, 1fr); }
    .nav-links { display: none; }
    .foot-grid { grid-template-columns: 1fr 1fr; }
  }

  /* ─── LOCATION PAGES ─── */
  .loc-hero { min-height: 460px; }
  .loc-hero .hero-content { padding: 70px 32px 80px; }
  .loc-hero .badge-row {
    display: inline-flex; align-items: center; gap: 10px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    padding: 6px 16px 6px 8px;
    margin-bottom: 18px;
    font-size: 11px; font-weight: 800;
    letter-spacing: .12em; text-transform: uppercase;
    color: rgba(255,255,255,.92);
    backdrop-filter: blur(4px);
  }
  .loc-hero .badge-row .tag {
    background: var(--red); color: var(--white);
    font-size: 9px; padding: 4px 9px; border-radius: 3px;
    letter-spacing: .14em; font-family: 'Archivo Black', sans-serif;
  }

  .loc-nap-bar {
    background: var(--cream);
    border-bottom: 1px solid var(--ink-200);
    padding: 28px 0;
  }
  .loc-nap-grid {
    display: grid; grid-template-columns: 1.4fr 1fr 1fr auto;
    gap: 32px; align-items: center;
  }
  .nap-block { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
  .nap-label {
    font-size: 10px; font-weight: 800; letter-spacing: .18em;
    text-transform: uppercase; color: var(--red);
  }
  .nap-val {
    font-family: 'Archivo Black', sans-serif; font-weight: 900;
    font-size: 17px; color: var(--navy); letter-spacing: -.005em;
    line-height: 1.18;
  }
  .nap-val a { color: inherit; }
  .nap-val a:hover { color: var(--red); }
  .nap-sub { font-size: 12px; color: var(--ink-500); }
  .nap-status {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 11px; font-weight: 800; letter-spacing: .08em;
    text-transform: uppercase; color: #1A8A47; margin-top: 4px;
  }
  .nap-status .dot { width: 6px; height: 6px; border-radius: 50%; background: #1A8A47; }
  .nap-actions { display: flex; flex-direction: column; gap: 8px; }

  .loc-intro-section { padding: 80px 0; }
  .loc-intro {
    display: grid; grid-template-columns: 1.5fr 1fr; gap: 60px;
    align-items: start;
  }
  .loc-side-card {
    background: var(--navy); color: var(--white);
    border-radius: 8px; padding: 26px 26px;
    position: sticky; top: 110px;
  }
  .loc-side-card h3 {
    font-family: 'Archivo Black', sans-serif; font-weight: 900;
    font-size: 18px; letter-spacing: -.005em; text-transform: uppercase;
    margin: 0 0 16px;
  }
  .loc-side-card .sc-row {
    display: flex; justify-content: space-between; padding: 7px 0;
    border-top: 1px solid rgba(255,255,255,.12);
    font-size: 12px;
  }
  .loc-side-card .sc-row:first-of-type { border-top: 0; padding-top: 0; }
  .loc-side-card .sc-day { color: rgba(255,255,255,.7); }
  .loc-side-card .sc-hrs { font-weight: 700; }
  .loc-side-card .sc-divider {
    height: 1px; background: rgba(255,255,255,.12);
    margin: 14px 0;
  }
  .loc-side-card .sc-cta {
    display: block;
    background: var(--red); color: var(--white);
    text-align: center;
    padding: 11px 14px; border-radius: 4px;
    font-family: 'Archivo', sans-serif; font-weight: 800;
    font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
    margin-top: 8px;
    transition: background .12s;
  }
  .loc-side-card .sc-cta:hover { background: var(--red-dark); }
  .loc-side-card .sc-cta.secondary { background: transparent; border: 1px solid rgba(255,255,255,.4); }
  .loc-side-card .sc-cta.secondary:hover { background: rgba(255,255,255,.08); }

  .loc-copy h2 { font-family: 'Archivo Black', sans-serif; font-weight: 900; font-size: 32px; line-height: 1.05; letter-spacing: -.02em; text-transform: uppercase; color: var(--navy); margin: 0 0 18px; }
  .loc-copy h3 { font-family: 'Archivo Black', sans-serif; font-weight: 900; font-size: 17px; text-transform: uppercase; letter-spacing: -.005em; color: var(--navy); margin: 30px 0 8px; }
  .loc-copy p { font-size: 15px; line-height: 1.65; color: var(--ink-700); margin: 0 0 14px; }

  .loc-map-section { background: var(--ink-100); padding: 80px 0; }
  .loc-map-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: start; }
  .loc-map-iframe {
    width: 100%; height: 460px; border: 0; border-radius: 8px;
    display: block;
    box-shadow: 0 12px 32px rgba(12,35,64,.10);
  }
  .loc-directions { display: flex; flex-direction: column; gap: 14px; }
  .loc-direction {
    background: var(--white); border: 1px solid var(--ink-200);
    border-radius: 6px; padding: 18px 20px;
  }
  .loc-direction h5 {
    font-family: 'Archivo Black', sans-serif; font-weight: 900;
    font-size: 13px; color: var(--navy); text-transform: uppercase;
    letter-spacing: .04em; margin: 0 0 5px;
  }
  .loc-direction p { font-size: 13px; color: var(--ink-700); line-height: 1.55; margin: 0; }

  .loc-cross { background: var(--navy); color: var(--white); padding: 70px 0; }
  .loc-cross-head { text-align: center; margin-bottom: 36px; }
  .loc-cross-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .loc-cross-card {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 6px; padding: 22px 22px;
    display: flex; flex-direction: column; gap: 4px;
    text-decoration: none; color: inherit; cursor: pointer;
    transition: background .14s, border-color .14s, transform .14s;
  }
  .loc-cross-card:hover { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.25); transform: translateY(-2px); }
  .loc-cross-card .ct {
    font-family: 'Archivo Black', sans-serif; font-weight: 900;
    font-size: 18px; letter-spacing: -.01em; text-transform: uppercase;
  }
  .loc-cross-card .cs { font-size: 10px; color: rgba(255,255,255,.7); letter-spacing: .14em; text-transform: uppercase; font-weight: 700; }
  .loc-cross-card .ca { font-size: 13px; color: rgba(255,255,255,.85); margin-top: 4px; line-height: 1.5; }
  .loc-cross-card .cl {
    margin-top: 12px; padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,.08);
    font-size: 11px; font-weight: 800;
    letter-spacing: .12em; text-transform: uppercase;
    color: var(--red);
  }

  @media (max-width: 1024px) {
    .loc-nap-grid { grid-template-columns: 1fr 1fr; }
    .loc-nap-grid .nap-actions { grid-column: 1 / -1; flex-direction: row; }
    .loc-intro { grid-template-columns: 1fr; }
    .loc-side-card { position: static; }
    .loc-map-grid { grid-template-columns: 1fr; }
    .loc-cross-grid { grid-template-columns: 1fr; }
  }

  /* ─── SERVICE PAGE ADDITIONS ─── */
  .svc-bullets {
    list-style: none; margin: 0 0 20px; padding: 0;
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 28px;
  }
  .svc-bullets li {
    position: relative; padding-left: 22px;
    font-size: 14px; color: var(--ink-700); line-height: 1.5;
  }
  .svc-bullets li::before {
    content: ""; position: absolute; left: 0; top: 8px;
    width: 8px; height: 8px; background: var(--red); border-radius: 2px;
    transform: rotate(45deg);
  }
  .svc-faq-list { display: flex; flex-direction: column; gap: 8px; }
  .svc-faq {
    background: var(--white); border: 1px solid var(--ink-200);
    border-radius: 6px; padding: 0;
  }
  .svc-faq[open] { border-color: var(--navy); }
  .svc-faq summary {
    list-style: none; cursor: pointer;
    padding: 18px 24px; font-family: 'Archivo', sans-serif;
    font-weight: 700; font-size: 16px; color: var(--navy);
    display: flex; align-items: center; justify-content: space-between;
  }
  .svc-faq summary::-webkit-details-marker { display: none; }
  .svc-faq summary::after {
    content: "+"; font-size: 24px; color: var(--red);
    font-weight: 400; margin-left: 12px; transition: transform .2s;
  }
  .svc-faq[open] summary::after { content: "−"; }
  .svc-faq p {
    margin: 0; padding: 0 24px 22px; font-size: 14px;
    color: var(--ink-700); line-height: 1.6;
  }
  .svc-breadcrumb {
    font-size: 12px; color: var(--ink-500);
    letter-spacing: .04em; padding: 18px 0 0;
  }
  .svc-breadcrumb a { color: var(--ink-700); text-decoration: none; }
  .svc-breadcrumb a:hover { color: var(--red); }
  .svc-breadcrumb .sep { color: var(--ink-300); padding: 0 8px; }

  @media (max-width: 768px) {
    .svc-bullets { grid-template-columns: 1fr; }
  }

  /* ─── MOBILE NAV (≤1024px) ─── */
  .nav-hamburger {
    display: none;
    background: transparent; border: 0;
    width: 44px; height: 44px;
    margin-left: auto;
    padding: 10px; cursor: pointer;
    flex-direction: column; justify-content: space-between;
    align-items: stretch;
  }
  .nav-hamburger span {
    display: block; height: 2px; width: 100%;
    background: var(--navy); border-radius: 1px;
    transition: transform .2s, opacity .2s;
  }
  .nav-hamburger[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  .nav-hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-hamburger[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }

  .mobile-nav-backdrop {
    position: fixed; inset: 0;
    background: rgba(12,35,64,.55);
    opacity: 0; visibility: hidden;
    transition: opacity .2s, visibility .2s;
    z-index: 80;
  }
  .mobile-nav-backdrop.open { opacity: 1; visibility: visible; }

  .mobile-nav {
    position: fixed; top: 0; right: 0; bottom: 0;
    width: min(380px, 90vw);
    background: var(--white);
    box-shadow: -16px 0 48px rgba(12,35,64,.18);
    transform: translateX(100%);
    transition: transform .26s ease;
    z-index: 90;
    display: flex; flex-direction: column;
    font-family: 'Archivo', sans-serif;
  }
  .mobile-nav.open { transform: none; }

  .mobile-nav-head {
    display: flex; align-items: center; justify-content: space-between;
    padding: 16px 22px;
    border-bottom: 1px solid var(--ink-200);
    flex-shrink: 0;
  }
  .mobile-nav-title {
    font-family: 'Archivo Black', sans-serif; font-weight: 900;
    font-size: 13px; letter-spacing: .14em; text-transform: uppercase;
    color: var(--navy);
  }
  .mobile-nav-close {
    background: transparent; border: 0; cursor: pointer;
    width: 36px; height: 36px; border-radius: 4px;
    color: var(--steel-dark); font-size: 28px; line-height: 1;
    display: inline-flex; align-items: center; justify-content: center;
    transition: background .12s, color .12s;
  }
  .mobile-nav-close:hover { background: var(--ink-100); color: var(--navy); }

  .mobile-nav-body { flex: 1; overflow-y: auto; padding: 12px 0 24px; }

  .mobile-nav-cta {
    display: block; margin: 8px 22px 16px;
    padding: 14px 18px;
    background: var(--cream); border: 1px solid var(--ink-200);
    border-radius: 6px;
    text-align: center; text-decoration: none;
    font-family: 'Archivo Black', sans-serif; font-weight: 900;
    font-size: 14px; letter-spacing: .04em; color: var(--navy);
    transition: background .14s, color .14s, border-color .14s;
  }
  .mobile-nav-cta:hover { background: var(--navy); color: var(--white); border-color: var(--navy); }

  .mobile-section { border-top: 1px solid var(--ink-200); }
  .mobile-section summary {
    list-style: none; cursor: pointer;
    padding: 18px 22px;
    font-family: 'Archivo Black', sans-serif; font-weight: 900;
    font-size: 13px; letter-spacing: .12em; text-transform: uppercase;
    color: var(--navy);
    display: flex; align-items: center; justify-content: space-between;
  }
  .mobile-section summary::-webkit-details-marker { display: none; }
  .mobile-section summary::after {
    content: "+"; font-size: 22px; color: var(--red);
    font-weight: 400; transition: transform .2s;
  }
  .mobile-section[open] summary::after { content: "−"; }
  .mobile-section-body {
    padding: 0 22px 20px;
  }
  .mobile-section-body h6 {
    margin: 14px 0 6px;
    font-family: 'Archivo', sans-serif; font-weight: 800;
    font-size: 10px; letter-spacing: .18em; text-transform: uppercase;
    color: var(--red);
  }
  .mobile-section-body h6:first-child { margin-top: 0; }
  .mobile-section-body ul {
    list-style: none; margin: 0; padding: 0;
  }
  .mobile-section-body ul li a {
    display: block;
    padding: 10px 0;
    font-size: 14px; color: var(--navy);
    text-decoration: none;
    border-bottom: 1px solid var(--ink-100);
    transition: color .12s;
  }
  .mobile-section-body ul li:last-child a { border-bottom: 0; }
  .mobile-section-body ul li a:hover { color: var(--red); }

  .mobile-loc-list li a {
    display: grid !important; grid-template-columns: 1fr auto; gap: 2px 12px;
    padding: 12px 0 !important;
    align-items: center;
  }
  .mobile-loc-list .mloc-name {
    font-family: 'Archivo Black', sans-serif; font-weight: 900;
    font-size: 14px; color: var(--navy);
  }
  .mobile-loc-list .mloc-sub {
    grid-column: 1;
    font-size: 11px; color: var(--steel-dark);
    letter-spacing: .04em;
  }
  .mobile-loc-list .mloc-phone {
    grid-row: 1 / 3; grid-column: 2;
    font-size: 12px; color: var(--red); font-weight: 700;
  }
  .mobile-loc-all {
    color: var(--red) !important;
    font-weight: 800; letter-spacing: .1em;
    text-transform: uppercase; font-size: 11px !important;
  }

  .mobile-nav-link {
    display: block;
    padding: 16px 22px;
    border-top: 1px solid var(--ink-200);
    font-family: 'Archivo Black', sans-serif; font-weight: 900;
    font-size: 13px; letter-spacing: .12em; text-transform: uppercase;
    color: var(--navy); text-decoration: none;
    transition: color .12s, background .12s;
  }
  .mobile-nav-link:hover { color: var(--red); background: var(--cream); }

  .mobile-nav-foot {
    padding: 16px 22px;
    border-top: 1px solid var(--ink-200);
    background: var(--cream);
    flex-shrink: 0;
  }
  .mobile-nav-schedule {
    width: 100%; justify-content: center;
    padding: 14px 18px; font-size: 13px;
  }

  /* Lock background scroll while mobile nav is open */
  body.mobile-nav-open { overflow: hidden; }

  @media (max-width: 1024px) {
    /* The legacy rule already hides .nav-links above; the hamburger replaces it. */
    .nav-hamburger { display: flex; }
    .nav-cta { display: none; }  /* CTA lives inside the mobile drawer */
  }

  @media (max-width: 640px) {
    /* Tighten ribbon on narrow screens so My Store row doesn't overflow. */
    .ribbon { padding: 0 14px; }
    .ribbon .label { display: none; }
    .ribbon .sep { display: none; }
    .ribbon .phone { display: none; }  /* phone is in the drawer + picker */
    .nav { padding: 12px 16px; gap: 12px; }
    .nav > a img { height: 40px !important; }
  }

  @media (max-width: 1024px) {
    /* Footer doubles up on tablet (already in legacy CSS), tighten on smaller. */
    .foot-grid { gap: 32px; }
  }
  @media (max-width: 640px) {
    .foot-grid { grid-template-columns: 1fr; gap: 28px; padding-bottom: 12px; }
    .foot-svc-groups { grid-template-columns: 1fr; }
    .foot-bottom { flex-direction: column; gap: 8px; text-align: center; }
  }

  /* Safety net: prevent any rogue element from causing horizontal scroll on
   * phones. Keeps the header sticky still working (only applied <=520px so
   * we don't affect desktop). */
  @media (max-width: 520px) {
    html, body { overflow-x: hidden; }
  }

  /* Service page hero with custom photo background — adds a dark overlay
   * so white H1/sub text stays readable on bright photos. The horizontal
   * gradient mirrors the default hero (92%→22% navy left-to-right) to keep
   * the left side, where H1 lives, very dark; the vertical layer adds extra
   * contrast at the top (badge row) and bottom (CTAs). */
  .hero.has-custom-hero { position: relative; }
  .hero.has-custom-hero .hero-bg::after {
    content: ""; position: absolute; inset: 0;
    background:
      linear-gradient(95deg,
        rgba(12,35,64,.92) 0%,
        rgba(12,35,64,.78) 35%,
        rgba(12,35,64,.55) 65%,
        rgba(12,35,64,.35) 100%),
      linear-gradient(180deg,
        rgba(12,35,64,.30) 0%,
        rgba(12,35,64,.00) 35%,
        rgba(12,35,64,.00) 70%,
        rgba(12,35,64,.45) 100%);
    pointer-events: none;
  }

  /* ─── /locations/ page card enhancements (.loc-card-list modifier) ───
   * Bigger photo, stronger hover, single-column at narrow widths.
   * The base .loc-card rules still apply for the homepage grid. */
  .loc-card-list .loc-card-photo { height: 200px; }
  .loc-card-list:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(12,35,64,.13); }
  .loc-card-list h3 { font-size: 24px; }
  .loc-card-list .loc-card-body { padding: 22px 22px 22px; gap: 7px; }
  .loc-card-list .city-sub { color: var(--red); }

  /* Hero strip showing all 4 shops on a map — used between /locations/ hero
   * and the card grid for regional context. iframe is generic Treasure Valley;
   * no API key needed. */
  .locs-map-strip {
    background: var(--cream);
    border-bottom: 1px solid var(--ink-200);
    padding: 36px 0 0;
  }
  .locs-map-strip .map-strip-head {
    text-align: center; margin-bottom: 24px;
  }
  .locs-map-strip iframe {
    display: block; width: 100%; height: 360px;
    border: 0; box-shadow: 0 14px 30px rgba(12,35,64,.10);
  }
  .locs-map-pins {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
    margin-top: 28px;
  }
  .locs-map-pin {
    display: flex; flex-direction: column; gap: 4px;
    padding: 14px 16px;
    background: var(--white); border: 1px solid var(--ink-200);
    border-radius: 6px;
    font-size: 12px; line-height: 1.4;
    text-decoration: none; color: var(--navy);
    transition: border-color .12s, transform .12s, box-shadow .14s;
  }
  .locs-map-pin:hover { border-color: var(--red); transform: translateY(-2px); box-shadow: 0 8px 18px rgba(12,35,64,.08); }
  .locs-map-pin .pin-name {
    font-family: 'Archivo Black', sans-serif; font-weight: 900;
    font-size: 13px; letter-spacing: .04em; text-transform: uppercase;
    color: var(--navy);
  }
  .locs-map-pin .pin-sub {
    font-size: 10px; font-weight: 700; letter-spacing: .14em;
    text-transform: uppercase; color: var(--red);
  }
  .locs-map-pin .pin-addr { color: var(--ink-700); }
  .locs-map-pin .pin-phone { color: var(--ink-500); font-weight: 700; }

  @media (max-width: 1024px) {
    .locs-map-pins { grid-template-columns: repeat(2, 1fr); }
    .locs-map-strip iframe { height: 280px; }
  }
  @media (max-width: 640px) {
    .locs-grid { grid-template-columns: 1fr !important; }
    .locs-map-pins { grid-template-columns: 1fr; }
  }

  /* ─── TIRECONNECT / SHOP TIRES ─── */
  /* Compact-hero variant for the /shop-tires/ landing page */
  .shop-hero { min-height: auto; }
  .shop-hero .hero-content { padding: 70px 32px 56px; }
  .shop-hero .sub { max-width: 640px; }

  /* Widget host section on /shop-tires/ */
  .shop-widget-section { padding: 56px 0 90px; }

  /* Compact search band (homepage + tire service pages) */
  .tire-search-band { padding: 64px 0; background: var(--cream); }
  .tire-search-band .tsb-head { max-width: 720px; margin: 0 0 28px; }
  .tire-search-band .tsb-head .display { font-size: clamp(30px, 3.6vw, 44px); margin: 6px 0 12px; }
  .tire-search-band .tsb-head p { font-size: 17px; line-height: 1.55; color: var(--steel-dark); max-width: 620px; }
  .tire-search-band .tsb-head a { color: var(--red); font-weight: 600; }
  .tire-search-band .tsb-head .tsb-cta { display: inline-flex; margin-top: 22px; color: var(--white); }
  .tire-search-band .tsb-head .tsb-cta:hover { color: var(--white); }

  /* TireConnect renders its own UI inside this host; just give it room. */
  .tireconnect-widget { width: 100%; min-height: 120px; }

  /* ─── BLOG ─── */
  .blog-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 28px;
  }
  .blog-card {
    display: flex; flex-direction: column;
    background: var(--white); border: 1px solid var(--ink-200); border-radius: 10px;
    overflow: hidden; text-decoration: none; color: var(--navy);
    transition: border-color .14s, transform .14s, box-shadow .14s;
  }
  .blog-card:hover { border-color: var(--red); transform: translateY(-3px); box-shadow: 0 12px 30px rgba(12,35,64,.10); }
  .blog-card-img { aspect-ratio: 16 / 9; overflow: hidden; background: var(--cream); }
  .blog-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .blog-card-body { padding: 22px 22px 24px; display: flex; flex-direction: column; gap: 8px; }
  .blog-card-cat {
    font-family: 'Archivo Black', sans-serif; font-size: 10px; letter-spacing: .14em;
    text-transform: uppercase; color: var(--red);
  }
  .blog-card-body h2 {
    font-family: 'Archivo Black', sans-serif; font-weight: 900; font-size: 19px;
    line-height: 1.15; letter-spacing: -.01em; color: var(--navy); margin: 0;
  }
  .blog-card-desc { font-size: 14px; line-height: 1.6; color: var(--ink-700); margin: 0; }
  .blog-card-meta { font-size: 12px; color: var(--ink-500); margin-top: 4px; }

  .blog-post-head { padding: 22px 0 6px; }
  .blog-meta { font-size: 13px; color: var(--ink-500); display: flex; gap: 10px; align-items: center; }
  .blog-meta .sep { color: var(--ink-200); }
  .blog-hero-img { width: 100%; height: auto; border-radius: 12px; margin: 8px 0 28px; display: block; }
  .blog-body { margin-top: 8px; }
  .blog-body :global(img) { max-width: 100%; height: auto; border-radius: 8px; }
  .blog-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 32px 0 0; }
  .blog-tag {
    font-size: 12px; font-weight: 700; color: var(--ink-700);
    background: var(--cream); border: 1px solid var(--ink-200);
    padding: 5px 11px; border-radius: 999px;
  }
  .blog-cta {
    margin: 48px 0 80px; padding: 32px; border-radius: 12px;
    background: var(--navy); color: var(--white); text-align: center;
  }
  .blog-cta h3 { font-family: 'Archivo Black', sans-serif; font-size: 20px; margin: 0 0 8px; color: var(--white); }
  .blog-cta p { font-size: 14px; color: rgba(255,255,255,.8); margin: 0 0 18px; }
  .blog-cta .hero-ctas { justify-content: center; }

  /* ─── MOBILE: hero CTAs always above the fold ───
     On phones the hero is sized to its content (no 640px floor) and top-aligned
     below the sticky header, with tightened type/spacing and full-width stacked
     buttons — so the CTAs always land on the first screen without scrolling. */
  @media (max-width: 640px) {
    .hero, .loc-hero, .shop-hero { min-height: 0; align-items: flex-start; }
    .hero-content,
    .loc-hero .hero-content,
    .shop-hero .hero-content { padding: 92px 20px 44px; }
    .display-xl { font-size: clamp(36px, 11vw, 50px); }
    .display-lg { font-size: clamp(30px, 8.5vw, 42px); }
    .hero h1 { margin: 10px 0 14px; }
    .hero .sub { font-size: 15.5px; line-height: 1.5; }
    .hero-ctas { margin-top: 20px; gap: 10px; }
    .hero-ctas .btn { width: 100%; justify-content: center; }
    .trust-row { margin-top: 26px; gap: 10px; }
  }

  /* ─── SCHEDULE LOCATION PICKER (global-page "pick your shop" modal) ─── */
  .sched-modal { position: fixed; inset: 0; z-index: 1000; display: flex;
    align-items: center; justify-content: center; padding: 20px; }
  .sched-modal[hidden] { display: none; }
  .sched-backdrop { position: absolute; inset: 0; background: rgba(7,24,44,.6);
    backdrop-filter: blur(3px); }
  .sched-panel { position: relative; z-index: 1; width: 100%; max-width: 480px;
    background: var(--white); border-radius: 16px; padding: 32px 28px 24px;
    box-shadow: 0 24px 60px rgba(7,24,44,.4); max-height: calc(100vh - 40px);
    overflow-y: auto; }
  .sched-close { position: absolute; top: 14px; right: 16px; width: 32px; height: 32px;
    border: none; background: var(--ink-100); border-radius: 50%; cursor: pointer;
    font-size: 20px; line-height: 1; color: var(--steel-dark); }
  .sched-close:hover { background: var(--ink-200); color: var(--navy); }
  .sched-eyebrow { font-family: 'Archivo Black', sans-serif; font-size: 11px;
    letter-spacing: .12em; text-transform: uppercase; color: var(--red); margin-bottom: 8px; }
  .sched-title { font-size: clamp(22px, 3vw, 28px); line-height: 1.15; color: var(--navy);
    margin: 0 0 6px; letter-spacing: -.01em; }
  .sched-sub { font-size: 15px; color: var(--steel-dark); margin: 0 0 20px; }
  .sched-list { list-style: none; margin: 0; padding: 0; display: flex;
    flex-direction: column; gap: 10px; }
  .sched-store { width: 100%; display: flex; align-items: center; justify-content: space-between;
    gap: 12px; text-align: left; padding: 14px 16px; border: 1.5px solid var(--ink-200);
    border-radius: 12px; background: var(--white); cursor: pointer;
    transition: border-color .12s, background .12s; }
  .sched-store:hover, .sched-store:focus-visible { border-color: var(--navy);
    background: var(--cream); outline: none; }
  .sched-store-main { display: flex; flex-direction: column; gap: 2px; }
  .sched-store-city { font-family: 'Archivo Black', sans-serif; font-size: 15px; color: var(--navy); }
  .sched-store-sub { font-size: 12px; font-weight: 600; color: var(--red);
    letter-spacing: .04em; text-transform: uppercase; }
  .sched-store-addr { font-size: 13px; color: var(--steel-dark); margin-top: 2px; }
  .sched-store-go { font-size: 20px; color: var(--navy); flex-shrink: 0; }

  /* ─── APPLICATION FORM (careers) ─── */
  .app-form { margin-top: 28px; }
  .app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .app-field { display: flex; flex-direction: column; gap: 6px; }
  .app-field-full { grid-column: 1 / -1; }
  .app-field > span {
    font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 12px;
    letter-spacing: .04em; color: var(--navy);
  }
  .app-field > span b { color: var(--red); font-weight: 700; }
  .app-field input,
  .app-field select,
  .app-field textarea {
    font-family: 'Archivo', sans-serif; font-size: 15px; color: var(--navy);
    background: var(--white);
    border: 1px solid var(--ink-200); border-radius: 8px;
    padding: 11px 13px; width: 100%;
    transition: border-color .12s, box-shadow .12s;
  }
  .app-field textarea { resize: vertical; min-height: 110px; }
  .app-field input:focus,
  .app-field select:focus,
  .app-field textarea:focus {
    outline: none; border-color: var(--red);
    box-shadow: 0 0 0 3px rgba(198,40,40,.12);
  }
  .app-field input::placeholder,
  .app-field textarea::placeholder { color: var(--ink-500); }
  .app-submit { margin-top: 22px; width: 100%; justify-content: center; }
  .app-submit:disabled { opacity: .6; cursor: not-allowed; }
  .app-status {
    margin-top: 14px; text-align: center; font-size: 14px; font-weight: 700;
    padding: 12px 14px; border-radius: 8px;
  }
  .app-status-ok { background: #E7F5EC; color: #1B7A3D; border: 1px solid #B7E0C4; }
  .app-status-err { background: #FCEBEA; color: #B3261E; border: 1px solid #F3C2BE; }
  .app-fineprint { margin-top: 14px; text-align: center; font-size: 12px; color: var(--ink-500); }
  @media (max-width: 560px) {
    .app-grid { grid-template-columns: 1fr; }
  }

  /* Footer-bottom inline links (Privacy / Contact / Sitemap) */
  .foot-bottom a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
  .foot-bottom a:hover { color: var(--white); }
  /* Legal / policy pages — comfortable long-form reading */
  .legal-copy h2 { font-family: 'Archivo Black', sans-serif; font-size: 20px; text-transform: uppercase; letter-spacing: -.01em; color: var(--navy); margin: 34px 0 10px; }
  .legal-copy ul.svc-bullets { grid-template-columns: 1fr; margin: 8px 0 4px; }
  .legal-copy a { color: var(--red); font-weight: 700; }
