/* ============================================================
   HOLBROOK AUTO PARTS — rebuild
   Detroit-tough: charcoal steel, Holbrook red, work-glove gold
   ============================================================ */

:root {
  --red: #C8102E;
  --red-deep: #8F0E1F;
  --gold: #F2B705;
  --ink: #12151A;
  --steel: #1B222C;
  --steel-2: #232C38;
  --paper: #F6F5F2;
  --white: #FFFFFF;
  --line: rgba(18, 21, 26, .12);
  --line-light: rgba(255, 255, 255, .14);
  --muted: #5B636E;
  --muted-light: #A6AEB9;
  --radius: 14px;
  --shadow: 0 18px 50px -18px rgba(18, 21, 26, .35);
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Inter", system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  font-family: var(--body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
.wrap { width: min(1180px, 92%); margin-inline: auto; }

h1, h2, h3 { font-family: var(--display); line-height: .95; text-transform: uppercase; letter-spacing: .01em; }
h2 { font-size: clamp(2.1rem, 4.6vw, 3.4rem); font-weight: 800; font-style: italic; }
h2 em, h1 em { font-style: italic; color: var(--red); }
.section--dark h2 em, .section--steel h2 em { color: var(--gold); }

/* ---------- kicker ---------- */
.kicker {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--display); font-weight: 700; font-size: 1rem;
  letter-spacing: .22em; color: var(--red); text-transform: uppercase;
  margin-bottom: 14px;
}
.kicker__bar { width: 34px; height: 4px; background: var(--gold); flex: none; }
.kicker--light { color: var(--gold); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--display); font-weight: 700; font-style: italic;
  text-transform: uppercase; letter-spacing: .06em;
  padding: 13px 24px; border-radius: 8px; border: 2px solid transparent;
  font-size: 1.05rem; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn--red { background: var(--red); color: #fff; box-shadow: 0 10px 26px -10px rgba(200, 16, 46, .7); }
.btn--red:hover { background: var(--red-deep); }
.btn--gold { background: var(--gold); color: var(--ink); box-shadow: 0 10px 26px -10px rgba(242, 183, 5, .55); }
.btn--gold:hover { background: #ffca1a; }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: #000; }
.btn--ghost { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn--ghost:hover { background: var(--ink); color: #fff; }
.btn--ghost-light { border-color: rgba(255,255,255,.4); color: #fff; background: transparent; }
.btn--ghost-light:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.btn--lg { padding: 16px 30px; font-size: 1.2rem; }
.btn--sm { padding: 9px 16px; font-size: .95rem; }
.btn--full { width: 100%; }
.link { font-weight: 700; color: var(--red); border-bottom: 2px solid var(--gold); padding-bottom: 2px; }
.link:hover { color: var(--red-deep); }

/* ---------- topbar ---------- */
.topbar { background: var(--ink); color: #cfd5dd; font-size: .82rem; }
.topbar__in { display: flex; justify-content: space-between; align-items: center; padding: 7px 0; gap: 16px; }
.topbar__hours { display: flex; align-items: center; gap: 8px; white-space: nowrap; overflow: hidden; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: #4ade80; flex: none; box-shadow: 0 0 8px #4ade80; }
.dot.is-closed { background: #f87171; box-shadow: 0 0 8px #f87171; }
.topbar__links { display: flex; gap: 18px; align-items: center; }
.topbar__links a:hover { color: #fff; }
.topbar__tel { font-weight: 700; color: var(--gold) !important; letter-spacing: .04em; }

/* ---------- header ---------- */
.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.92); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .2s ease;
}
.header.is-stuck { box-shadow: 0 8px 30px -12px rgba(18,21,26,.25); }
.header__in { display: flex; align-items: center; gap: 28px; padding: 14px 0; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand__box {
  width: 46px; height: 46px; border-radius: 10px; background: var(--red);
  color: #fff; display: grid; place-items: center;
  font-family: var(--display); font-weight: 800; font-style: italic; font-size: 1.9rem;
  box-shadow: 0 6px 18px -6px rgba(200,16,46,.6);
}
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__name { font-family: var(--display); font-weight: 800; font-style: italic; font-size: 1.55rem; letter-spacing: .02em; }
.brand__name--light { color: #fff; }
.brand__sub { font-size: .62rem; font-weight: 700; letter-spacing: .3em; color: var(--muted); margin-top: 4px; }
.nav { display: flex; gap: 26px; margin-left: auto; }
.nav a {
  font-family: var(--display); font-weight: 700; text-transform: uppercase;
  letter-spacing: .08em; font-size: 1.02rem; position: relative; padding: 4px 0;
}
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; height: 3px; width: 0;
  background: var(--red); transition: width .2s ease;
}
.nav a:hover::after { width: 100%; }
.header__cta { display: flex; gap: 10px; }
.burger { display: none; background: none; border: 0; cursor: pointer; padding: 8px; margin-left: auto; }
.burger span { display: block; width: 26px; height: 3px; background: var(--ink); margin: 5px 0; border-radius: 2px; transition: .25s; }
.burger.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.burger.is-open span:nth-child(2) { opacity: 0; }
.burger.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ---------- hero ---------- */
.hero {
  position: relative; overflow: hidden; color: #fff;
  background:
    radial-gradient(1100px 500px at 85% -10%, rgba(200,16,46,.35), transparent 60%),
    radial-gradient(800px 420px at -10% 110%, rgba(242,183,5,.12), transparent 55%),
    linear-gradient(160deg, #171C23 0%, var(--ink) 55%, #0C0F13 100%);
}
.hero__tread {
  position: absolute; inset: 0; opacity: .07; pointer-events: none;
  background-image: repeating-linear-gradient(115deg, #fff 0 3px, transparent 3px 26px);
  mask-image: linear-gradient(to bottom, transparent 15%, black 60%);
}
.hero__in {
  position: relative; display: grid; grid-template-columns: 1.15fr .85fr;
  gap: clamp(30px, 5vw, 70px); align-items: center;
  padding: clamp(56px, 8vw, 100px) 0 clamp(70px, 9vw, 110px);
}
.hero__title {
  font-size: clamp(3rem, 8vw, 5.6rem); font-weight: 800; font-style: italic;
  margin: 6px 0 20px;
  text-shadow: 0 6px 30px rgba(0,0,0,.4);
}
.hero__title em { color: var(--gold); }
.hero__lede { color: var(--muted-light); font-size: 1.08rem; max-width: 54ch; margin-bottom: 30px; }
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 40px; }
.hero__stats { display: flex; gap: clamp(20px, 3.5vw, 46px); flex-wrap: wrap; }
.hero__stats li { display: flex; flex-direction: column; }
.hero__stats strong {
  font-family: var(--display); font-style: italic; font-weight: 800;
  font-size: clamp(1.9rem, 3.4vw, 2.7rem); color: var(--gold); line-height: 1;
}
.hero__stats span { font-size: .8rem; color: var(--muted-light); letter-spacing: .04em; margin-top: 4px; }

/* finder card */
.hero__card { position: relative; }
.finder {
  background: #fff; color: var(--ink); border-radius: var(--radius);
  padding: 26px 26px 22px; box-shadow: var(--shadow);
  border-top: 6px solid var(--red);
  transform: rotate(.4deg);
}
.finder__title { font-size: 1.7rem; font-weight: 800; font-style: italic; }
.finder__sub { font-size: .86rem; color: var(--muted); margin: 6px 0 16px; }
.finder__row { display: grid; grid-template-columns: 1fr 1.4fr; gap: 12px; }
.field { display: flex; flex-direction: column; gap: 5px; margin-bottom: 12px; }
.field span {
  font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--muted);
}
.field input, .field select {
  font: inherit; font-size: .95rem; padding: 11px 12px; border-radius: 8px;
  border: 1.5px solid var(--line); background: #fff; color: var(--ink);
  transition: border .15s ease, box-shadow .15s ease; width: 100%;
}
.field input:focus, .field select:focus {
  outline: none; border-color: var(--red); box-shadow: 0 0 0 3px rgba(200,16,46,.15);
}
.finder__result { margin-top: 12px; font-size: .9rem; font-weight: 600; color: var(--red-deep); min-height: 1.2em; }

/* marquee */
.hero__marquee {
  position: relative; border-top: 1px solid var(--line-light);
  background: rgba(0,0,0,.35); overflow: hidden; padding: 12px 0;
}
.marquee__track {
  display: flex; gap: 26px; align-items: center; width: max-content;
  animation: marquee 28s linear infinite;
  font-family: var(--display); font-weight: 700; font-style: italic;
  letter-spacing: .18em; font-size: .95rem; color: var(--muted-light);
}
.marquee__track i { color: var(--gold); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- sections ---------- */
.section { padding: clamp(64px, 8vw, 110px) 0; }
.section--tight { padding: clamp(44px, 6vw, 70px) 0; }
.section--dark { background: linear-gradient(170deg, var(--steel) 0%, var(--ink) 100%); color: #fff; }
.section--steel { background: var(--steel-2); color: #fff; }
.section--red {
  background:
    radial-gradient(900px 400px at 90% 0%, rgba(0,0,0,.25), transparent 60%),
    linear-gradient(150deg, var(--red) 0%, var(--red-deep) 90%);
  color: #fff;
}
.section__head { max-width: 760px; margin-bottom: clamp(34px, 5vw, 56px); }
.section__lede { margin-top: 14px; color: var(--muted); font-size: 1.05rem; }
.section--dark .section__lede, .section--steel .section__lede { color: var(--muted-light); }

/* ---------- categories ---------- */
.cats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 40px;
}
.cat {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px 18px 18px; display: flex; flex-direction: column; gap: 4px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.cat:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--red); }
.cat__icon {
  width: 52px; height: 52px; border-radius: 12px; display: grid; place-items: center;
  background: linear-gradient(140deg, rgba(200,16,46,.12), rgba(242,183,5,.14));
  margin-bottom: 10px;
}
.cat__icon svg { width: 30px; height: 30px; fill: none; stroke: var(--red); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.cat__icon svg [fill]:not([fill="none"]) { fill: var(--red); stroke: none; }
.cat strong { font-family: var(--display); font-weight: 700; font-size: 1.2rem; text-transform: uppercase; letter-spacing: .03em; }
.cat__hint { font-size: .8rem; color: var(--muted); }

/* new vs used split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.split__card {
  border-radius: var(--radius); padding: 30px; color: #fff; position: relative; overflow: hidden;
}
.split__card::before {
  content: ""; position: absolute; inset: 0; opacity: .1;
  background-image: repeating-linear-gradient(115deg, #fff 0 2px, transparent 2px 22px);
}
.split__card--new { background: linear-gradient(150deg, var(--steel) 10%, var(--ink)); }
.split__card--used { background: linear-gradient(150deg, var(--red) 10%, var(--red-deep)); }
.split__card h3 { font-size: 1.8rem; font-weight: 800; font-style: italic; margin-bottom: 10px; }
.split__card p { color: rgba(255,255,255,.85); margin-bottom: 16px; position: relative; }
.split__card .link { color: var(--gold); border-color: var(--gold); position: relative; }

/* ---------- service sections ---------- */
.svc { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
.svc--flip { grid-template-columns: 1.05fr .95fr; }
.svc__copy > p { margin: 14px 0 20px; color: var(--muted); max-width: 56ch; }
.section--dark .svc__copy > p { color: var(--muted-light); }
.checks { display: grid; gap: 10px; margin-bottom: 26px; }
.checks li { display: flex; gap: 10px; align-items: baseline; font-weight: 500; }
.checks li::before { content: "✓"; color: var(--gold); font-weight: 800; }
.checks--light li { color: rgba(255,255,255,.92); }
.svc__ctas { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.svc__art { display: grid; place-items: center; color: var(--gold); }
.tire-art { width: min(320px, 70vw); }
.spin-slow { transform-origin: 160px 160px; animation: spin 24s linear infinite; }
.spin-rev { transform-origin: 160px 160px; animation: spin 40s linear infinite reverse; }
@keyframes spin { to { transform: rotate(360deg); } }

.svc-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; margin: 20px 0 24px; max-width: 480px; }
.svc-item {
  background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--red);
  border-radius: 8px; padding: 10px 14px; font-weight: 600; font-size: .92rem;
}

.quotecard {
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 30px; border-top: 6px solid var(--gold); transform: rotate(-.4deg);
}
.quotecard__badge { color: var(--gold); letter-spacing: .2em; font-size: 1.1rem; margin-bottom: 12px; }
.quotecard blockquote { font-size: 1.02rem; font-weight: 500; line-height: 1.55; }
.quotecard__who { margin: 10px 0 0; font-size: .85rem; color: var(--muted); font-weight: 600; }
.quotecard hr { border: 0; border-top: 1px solid var(--line); margin: 20px 0; }

/* ---------- why ---------- */
.why { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px 40px; }
.why__item { border-top: 1px solid var(--line-light); padding-top: 18px; }
.why__num {
  font-family: var(--display); font-style: italic; font-weight: 800;
  color: var(--gold); font-size: 1.1rem; letter-spacing: .1em;
}
.why__item h3 { font-size: 1.35rem; font-weight: 700; margin: 6px 0 8px; letter-spacing: .02em; }
.why__item p { color: var(--muted-light); font-size: .93rem; }

/* ---------- locations ---------- */
.loc-filter { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 28px; }
.chip {
  font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: .08em;
  font-size: .95rem; padding: 9px 18px; border-radius: 999px; cursor: pointer;
  border: 1.5px solid var(--line); background: #fff; color: var(--ink); transition: .15s;
}
.chip:hover { border-color: var(--red); color: var(--red); }
.chip.is-active { background: var(--ink); color: #fff; border-color: var(--ink); }
.locs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.loc {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px; display: flex; flex-direction: column; gap: 8px;
  transition: transform .18s ease, box-shadow .18s ease;
}
.loc:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.loc.is-hidden { display: none; }
.loc__tag {
  align-self: flex-start; font-size: .66rem; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; padding: 4px 10px; border-radius: 999px;
}
.loc__tag--parts { background: rgba(200,16,46,.1); color: var(--red); }
.loc__tag--tires { background: rgba(242,183,5,.16); color: #8a6a00; }
.loc__tag--repair { background: rgba(27,34,44,.09); color: var(--steel); }
.loc__tag--soon { background: var(--gold); color: var(--ink); }
.loc h3 { font-size: 1.35rem; font-weight: 700; letter-spacing: .02em; }
.loc__area { font-size: .85rem; color: var(--muted); }
.loc__hours { font-size: .8rem; color: var(--muted); }
.loc__hours strong { color: #15803d; font-weight: 700; }
.loc__hours strong.closed { color: var(--red); }
.loc__row { display: flex; gap: 10px; margin-top: auto; padding-top: 12px; }
.loc__row .btn { flex: 1; }
.loc__phone {
  font-family: var(--display); font-weight: 800; font-style: italic; font-size: 1.4rem;
  color: var(--ink); letter-spacing: .02em;
}
.loc__phone:hover { color: var(--red); }

/* ---------- junk car ---------- */
.junk { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
.junk__copy > p { color: rgba(255,255,255,.9); margin: 14px 0 20px; max-width: 54ch; }
.junkform {
  background: #fff; color: var(--ink); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 28px; border-top: 6px solid var(--gold);
}
.junkform h3 { font-size: 1.5rem; font-weight: 800; font-style: italic; margin-bottom: 16px; }
.junkform__row { display: grid; grid-template-columns: 1fr 1.6fr; gap: 12px; }
.junkform__done { margin-top: 12px; font-weight: 600; color: #15803d; }
.junkform__fine { margin-top: 10px; font-size: .75rem; color: var(--muted); }

/* ---------- pro strip ---------- */
.prostrip { background: var(--gold); }
.prostrip__in {
  display: flex; align-items: center; justify-content: space-between; gap: 26px;
  padding: clamp(34px, 5vw, 54px) 0; flex-wrap: wrap;
}
.prostrip h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); }
.prostrip h2 em { color: var(--red); }
.prostrip p { color: rgba(18,21,26,.75); max-width: 60ch; margin-top: 6px; font-weight: 500; }

/* ---------- timeline ---------- */
.timeline {
  list-style: none; display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px;
  counter-reset: tl; margin-bottom: 46px;
}
.timeline li { border-top: 3px solid var(--gold); padding-top: 14px; position: relative; }
.timeline li::before {
  content: ""; position: absolute; top: -7px; left: 0; width: 11px; height: 11px;
  border-radius: 50%; background: var(--gold);
}
.timeline__year {
  font-family: var(--display); font-style: italic; font-weight: 800;
  font-size: 1.6rem; color: var(--gold); display: block; margin-bottom: 6px;
}
.timeline p { font-size: .88rem; color: var(--muted-light); }
.assoc { display: flex; gap: 12px 26px; flex-wrap: wrap; opacity: .55; }
.assoc span {
  font-family: var(--display); font-weight: 700; text-transform: uppercase;
  letter-spacing: .12em; font-size: .85rem;
}

/* ---------- promos ---------- */
.twoup { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.promo {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px;
}
.promo h3 { font-size: 1.5rem; font-weight: 700; margin-bottom: 10px; letter-spacing: .02em; }
.promo p { color: var(--muted); margin-bottom: 14px; font-size: .95rem; }

/* ---------- footer ---------- */
.footer { background: var(--ink); color: var(--muted-light); }
.footer__grid {
  display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 40px;
  padding: clamp(50px, 7vw, 80px) 0 40px;
}
.footer__brand p { font-size: .9rem; margin: 18px 0; max-width: 34ch; }
.footer h4 {
  font-family: var(--display); font-weight: 700; text-transform: uppercase;
  letter-spacing: .14em; color: #fff; margin-bottom: 14px; font-size: 1.05rem;
}
.footer__col li { margin-bottom: 9px; font-size: .88rem; }
.footer__col a:hover { color: #fff; }
.footer__col li small { color: var(--gold); display: block; font-size: .78rem; }
.footer__hours-h { margin-top: 24px; }
.footer__hours { font-size: .85rem; }
.footer__hours small { color: var(--gold); }
.socials { display: flex; gap: 14px; font-size: .85rem; font-weight: 600; }
.socials a { border-bottom: 1px solid var(--line-light); padding-bottom: 2px; }
.socials a:hover { color: #fff; border-color: var(--gold); }
.footer__legal {
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  border-top: 1px solid var(--line-light); padding: 20px 0 26px; font-size: .78rem;
}
.totop {
  width: 42px; height: 42px; border-radius: 10px; border: 1px solid var(--line-light);
  background: transparent; color: #fff; font-size: 1.2rem; cursor: pointer; transition: .15s;
}
.totop:hover { background: var(--red); border-color: var(--red); }

/* ---------- mobile call bar ---------- */
.callbar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 60;
  display: none; grid-template-columns: 1.4fr 1fr;
  box-shadow: 0 -8px 30px rgba(0,0,0,.25);
}
.callbar a {
  padding: 15px 10px; text-align: center; font-family: var(--display);
  font-weight: 800; font-style: italic; text-transform: uppercase; letter-spacing: .06em; font-size: 1.05rem;
}
.callbar__call { background: var(--red); color: #fff; }
.callbar__find { background: var(--ink); color: #fff; }

/* ---------- reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .marquee__track, .spin-slow, .spin-rev { animation: none; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1000px) {
  .hero__in { grid-template-columns: 1fr; }
  .hero__card { max-width: 520px; }
  .svc, .svc--flip, .junk { grid-template-columns: 1fr; }
  .svc__art { order: -1; }
  .why { grid-template-columns: repeat(2, 1fr); }
  .cats { grid-template-columns: repeat(2, 1fr); }
  .locs { grid-template-columns: repeat(2, 1fr); }
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .topbar__links a:not(.topbar__tel) { display: none; }
  .nav {
    position: fixed; inset: 0; top: 0; background: var(--ink);
    flex-direction: column; align-items: center; justify-content: center; gap: 30px;
    transform: translateX(100%); transition: transform .3s ease; z-index: 40; margin: 0;
  }
  .nav.is-open { transform: none; }
  .nav a { color: #fff; font-size: 1.7rem; }
  .header__cta { display: none; }
  .burger { display: block; position: relative; z-index: 45; }
  .burger.is-open span { background: #fff; }
  .split, .twoup, .locs { grid-template-columns: 1fr; }
  .finder__row, .junkform__row { grid-template-columns: 1fr; }
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .footer__grid { grid-template-columns: 1fr; gap: 30px; }
  .footer__legal { flex-direction: column-reverse; }
  .callbar { display: grid; }
  body { padding-bottom: 54px; }
  .prostrip__in { flex-direction: column; align-items: flex-start; }
}
