/* RDB's Towing & Auto — site v5
   Pentagram-discipline: system fonts, ink-on-white, the phone number is the hero.
   ------------------------------------------------------------------------- */

:root {
  --ink:        #0a0e15;
  --ink-2:      #1f2733;
  --mute:       #4a5567;
  --line:       #e5e7eb;
  --line-2:     #d1d5db;
  --paper:      #ffffff;
  --paper-2:    #f8f9fa;
  --red:        #c8102e;
  --red-dark:   #9c0c23;
  --sans:       -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Roboto, Arial, sans-serif;
  --serif:      "Charter", Georgia, "Times New Roman", serif;
  --maxw:       1120px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
html, body {
  margin: 0; padding: 0;
  overflow-x: clip;
  max-width: 100%;
}
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
html.menu-open, html.menu-open body { overflow: hidden; }

img, svg { max-width: 100%; display: block; height: auto; }
a { color: var(--ink); text-decoration: none; }
a:hover { color: var(--red); }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; border-radius: 2px; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.skip { position: absolute; left: -9999px; }
.skip:focus { left: 12px; top: 12px; background: var(--ink); color: #fff; padding: 12px 16px; z-index: 100; border-radius: 4px; }

/* ─── Navigation ─────────────────────────────────────────────────────────── */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.nav__wrap {
  display: flex; align-items: center; justify-content: space-between;
  height: 68px; gap: 20px;
  max-width: var(--maxw); margin: 0 auto; padding: 0 24px;
}
.brand {
  display: inline-flex; align-items: center; gap: 12px;
  color: var(--ink); line-height: 1; min-width: 0; text-decoration: none;
}
.brand:hover { color: var(--ink); }
.brand__mark { width: 36px; height: 36px; flex-shrink: 0; display: block; }
.brand__stack { display: flex; flex-direction: column; gap: 3px; min-width: 0; line-height: 1.05; }
.brand__line1 {
  font-weight: 700; font-size: 18px; letter-spacing: -0.015em; color: var(--ink);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.brand__line2 {
  font-weight: 600; font-size: 10.5px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--mute);
  white-space: nowrap;
}

.nav__list { display: flex; gap: 28px; align-items: center; }
.nav__list a:not(.btn) {
  color: var(--ink-2); font-size: 15px; font-weight: 500;
  padding: 8px 0;
}
.nav__list a:not(.btn):hover { color: var(--red); }

.nav__mobile { display: none; align-items: center; gap: 8px; }
@media (min-width: 901px) { .nav__mobile { display: none !important; } }
.nav__icon-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border-radius: 8px;
  border: 0; padding: 0; cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.nav__icon-btn:active { transform: scale(0.96); }
.nav__icon-btn--call {
  background: var(--red); color: #fff;
}
.nav__icon-btn--call:hover { background: var(--red-dark); color: #fff; }
.nav__icon-btn--call svg { width: 22px; height: 22px; }
.nav__icon-btn--menu { background: var(--ink); color: #fff; }
.nav__icon-btn--menu:hover { background: var(--ink-2); color: #fff; }
.nav__bars { display: inline-grid; gap: 4px; }
.nav__bars span {
  display: block; width: 20px; height: 2px; background: currentColor; border-radius: 2px;
}
.nav__icon-btn--menu[aria-expanded="true"] { background: var(--paper); color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--line-2); }
.nav__icon-btn--menu[aria-expanded="true"] .nav__bars span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav__icon-btn--menu[aria-expanded="true"] .nav__bars span:nth-child(2) { opacity: 0; }
.nav__icon-btn--menu[aria-expanded="true"] .nav__bars span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Full-screen mobile menu */
.mobile-menu {
  position: fixed; inset: 68px 0 0; z-index: 49;
  background: var(--paper);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-menu[hidden] { display: none; }
.mobile-menu__inner { padding: 32px 24px 140px; max-width: 560px; margin: 0 auto; }
.mobile-menu__ronnie {
  display: block; margin: 0 0 32px;
  padding: 24px;
  background: var(--ink); color: #fff;
  border-radius: 8px;
}
.mobile-menu__ronnie figcaption { display: flex; flex-direction: column; gap: 6px; }
.mobile-menu__ronnie-hi {
  color: rgba(255,255,255,0.65); font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.14em;
}
.mobile-menu__ronnie strong {
  font-size: 30px; font-weight: 700; color: #fff; letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}
.mobile-menu__ronnie-hours {
  color: rgba(255,255,255,0.7); font-size: 13.5px;
}
.mobile-menu__link {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 20px 4px;
  color: var(--ink); font-size: 19px; font-weight: 500;
  border-bottom: 1px solid var(--line);
}
.mobile-menu__link em {
  font-style: normal; color: var(--mute); font-size: 12px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.1em;
}
.mobile-menu__link--accent { color: var(--red); font-weight: 600; }
.mobile-menu__ctas { display: grid; gap: 10px; margin: 32px 0 16px; }
.mobile-menu__ctas .btn { width: 100%; justify-content: center; }
.mobile-menu__foot { color: var(--mute); font-size: 13px; text-align: center; margin-top: 20px; }

/* ─── Buttons ─────────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: inherit; font-weight: 600;
  border: 1.5px solid transparent; border-radius: 4px;
  padding: 14px 22px; font-size: 16px; cursor: pointer;
  text-decoration: none; line-height: 1.1;
  -webkit-tap-highlight-color: transparent;
  white-space: nowrap;
  min-height: 48px;
}
.btn:active { transform: scale(0.98); }
.btn--xl { padding: 18px 28px; font-size: 17px; min-height: 56px; }
.btn--primary {
  background: var(--red); color: #fff; border-color: var(--red);
}
.btn--primary:hover { background: var(--red-dark); border-color: var(--red-dark); color: #fff; }
.btn--ghost {
  background: transparent; color: var(--ink); border-color: var(--ink);
}
.btn--ghost:hover { background: var(--ink); color: #fff; }
.btn--call,
.btn--email {
  background: var(--red); color: #fff; border-color: var(--red);
  padding: 12px 20px; font-size: 15px;
}
.btn--call:hover { background: var(--red-dark); border-color: var(--red-dark); }
.btn--email { background: transparent; color: var(--ink); border-color: var(--line-2); }
.btn--email:hover { background: var(--ink); color: #fff; border-color: var(--ink); }

/* ─── Hero ───────────────────────────────────────────────────────────────── */
.hero {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.hero--home { padding: 88px 0 96px; }
.hero__wrap {
  max-width: var(--maxw); margin: 0 auto; padding: 0 24px;
}
.hero__eyebrow {
  font-size: 12px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--mute);
  margin: 0 0 28px;
}
.hero__title {
  font-weight: 700;
  font-size: clamp(44px, 6.2vw, 76px);
  line-height: 1.02; letter-spacing: -0.03em;
  color: var(--ink);
  margin: 0 0 28px;
  max-width: 16ch;
}
.hero__sub {
  font-size: clamp(18px, 1.35vw, 21px);
  color: var(--ink-2); max-width: 56ch;
  line-height: 1.55;
  margin: 0 0 44px;
}
.hero__phone {
  display: inline-flex; flex-direction: column; gap: 4px;
  padding: 22px 32px 24px;
  background: var(--red); color: #fff;
  border-radius: 6px;
  text-decoration: none;
  transition: background .15s ease;
  margin: 0 0 18px;
}
.hero__phone:hover { background: var(--red-dark); color: #fff; }
.hero__phone-label {
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: rgba(255,255,255,0.75);
}
.hero__phone-number {
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 700; letter-spacing: -0.02em;
  color: #fff;
  font-variant-numeric: tabular-nums;
  line-height: 1.05;
}
.hero__alt {
  font-size: 15px; color: var(--mute); margin: 0;
}
.hero__alt a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; font-weight: 500; }
.hero__alt a:hover { color: var(--red); }

/* Landing/simple heros — programmatic SEO pages. Same discipline. */
.hero--landing, .hero--simple { padding: 72px 0 80px; }
.hero--landing .hero__title, .hero--simple .hero__title { font-size: clamp(36px, 5.2vw, 60px); }

/* ─── Content ────────────────────────────────────────────────────────────── */
.content { padding: 80px 0; background: var(--paper); border-bottom: 1px solid var(--line); }
.content__wrap {
  display: grid; gap: 64px; grid-template-columns: 1.5fr 1fr; align-items: start;
  max-width: var(--maxw); margin: 0 auto; padding: 0 24px;
}
.content article h2 {
  font-size: clamp(28px, 2.8vw, 38px);
  font-weight: 700; letter-spacing: -0.025em;
  margin: 56px 0 16px; color: var(--ink);
  line-height: 1.15;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}
.content article h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.content article h3 {
  font-size: 20px; font-weight: 700; letter-spacing: -0.015em;
  margin: 32px 0 10px; color: var(--ink);
}
.content article p,
.content article li { font-size: 17px; color: var(--ink-2); line-height: 1.65; }
.content article p { margin: 0 0 18px; max-width: 65ch; }
.content article a { color: var(--ink); border-bottom: 1px solid var(--line-2); }
.content article a:hover { color: var(--red); border-bottom-color: var(--red); }
.content article strong { color: var(--ink); font-weight: 700; }

.steps {
  list-style: none; counter-reset: step; padding: 0; margin: 0 0 20px;
  display: grid; gap: 0;
}
.steps li {
  position: relative; padding: 22px 0 22px 56px;
  border-top: 1px solid var(--line);
  counter-increment: step;
}
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps li::before {
  content: counter(step, decimal-leading-zero);
  position: absolute; left: 0; top: 22px;
  font-weight: 700; font-size: 14px;
  color: var(--red);
  letter-spacing: 0.04em;
}
.steps strong { font-weight: 700; color: var(--ink); display: block; margin-bottom: 2px; font-size: 17px; }

.ticks { list-style: none; padding: 0; margin: 0 0 20px; display: grid; gap: 12px; }
.ticks li {
  position: relative; padding-left: 28px;
  font-size: 17px; color: var(--ink-2); line-height: 1.55;
}
.ticks li::before {
  content: ""; position: absolute; left: 0; top: 9px;
  width: 14px; height: 2px;
  background: var(--red);
}
.ticks strong { color: var(--ink); font-weight: 700; }

.model-grid, .city-list {
  list-style: none; padding: 0; margin: 16px 0 24px;
  display: grid; gap: 0;
}
.model-grid li, .city-list li {
  border-bottom: 1px solid var(--line);
}
.model-grid li:first-child, .city-list li:first-child {
  border-top: 1px solid var(--line);
}
.model-grid li a, .city-list li a {
  display: block; padding: 14px 0;
  font-size: 16px; font-weight: 500; color: var(--ink);
}
.model-grid li a:hover, .city-list li a:hover { color: var(--red); }

/* ─── Quote form ─────────────────────────────────────────────────────────── */
.quote-card {
  position: sticky; top: 92px;
  background: var(--paper-2); border: 1px solid var(--line);
  border-radius: 8px;
  padding: 32px;
}
.quote-card h3 { margin: 0 0 8px; font-size: 22px; letter-spacing: -0.02em; font-weight: 700; }
.quote-card__lede { color: var(--mute); font-size: 14.5px; margin: 0 0 22px; line-height: 1.55; }
.quote { display: grid; gap: 14px; }
.quote__row3 { display: grid; gap: 10px; grid-template-columns: 80px 1fr 1fr; }
.quote__row2 { display: grid; gap: 10px; grid-template-columns: 1fr 1fr; }
.quote label { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.quote label.full { grid-column: 1 / -1; }
.quote label > span {
  font-size: 12px; font-weight: 600; color: var(--mute);
  text-transform: uppercase; letter-spacing: 0.08em;
}
.quote input, .quote textarea {
  padding: 13px 14px;
  border-radius: 4px;
  border: 1px solid var(--line-2); background: var(--paper);
  font-family: inherit; font-size: 16px; color: var(--ink);
  width: 100%; min-height: 48px;
}
.quote input:focus, .quote textarea:focus {
  outline: 2px solid var(--ink); outline-offset: -1px; border-color: var(--ink);
}
.quote textarea { resize: vertical; min-height: 56px; }
.quote input[type="file"] { padding: 10px; font-size: 14px; }
.quote .btn { margin-top: 6px; }
.quote__alt { font-size: 14px; color: var(--mute); margin: 6px 0 0; text-align: center; }
.quote__alt a { color: var(--ink); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

/* ─── About-the-shop section ────────────────────────────────────────────── */
.about {
  background: var(--paper);
  padding: 96px 0;
  border-bottom: 1px solid var(--line);
}
.about__wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.about__eyebrow {
  font-size: 12px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--mute);
  margin: 0 0 24px;
}
.about__h {
  font-weight: 700;
  font-size: clamp(32px, 4.4vw, 52px);
  line-height: 1.06; letter-spacing: -0.025em;
  margin: 0 0 22px; color: var(--ink);
  max-width: 22ch;
}
.about__lede {
  font-size: clamp(17px, 1.3vw, 19px);
  color: var(--ink-2);
  max-width: 64ch; margin: 0 0 56px;
  line-height: 1.6;
}
.about__credentials {
  list-style: none; padding: 0; margin: 0 0 56px;
  display: grid; gap: 0;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  border-top: 1px solid var(--line);
}
.about__credentials li {
  padding: 28px 28px 28px 0;
  border-bottom: 1px solid var(--line);
}
.about__credentials li + li {
  border-left: 1px solid var(--line);
  padding-left: 28px;
}
.about__credentials h3 {
  margin: 0 0 8px; font-size: 17px; font-weight: 700; letter-spacing: -0.005em;
  color: var(--ink);
}
.about__credentials p {
  margin: 0; font-size: 15.5px; line-height: 1.55;
  color: var(--mute);
}
.about__phone {
  display: inline-flex; flex-direction: column; gap: 4px;
  padding: 22px 32px 24px;
  background: var(--ink); color: #fff;
  border-radius: 6px;
  text-decoration: none;
}
.about__phone:hover { background: var(--ink-2); color: #fff; }
.about__phone-label {
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: rgba(255,255,255,0.6);
}
.about__phone-number {
  font-size: clamp(28px, 4.4vw, 42px);
  font-weight: 700; letter-spacing: -0.02em;
  color: #fff;
  font-variant-numeric: tabular-nums;
  line-height: 1.05;
}

/* Inline "From the shop" note card (programmatic pages) */
.ronnie-promise {
  background: var(--paper-2); border: 1px solid var(--line);
  border-left: 3px solid var(--red);
  padding: 22px 24px;
  margin: 28px 0;
}
.ronnie-promise__eyebrow {
  font-size: 11px; font-weight: 700; color: var(--mute);
  text-transform: uppercase; letter-spacing: 0.16em;
  margin: 0 0 10px;
}
.ronnie-promise__quote {
  margin: 0 0 8px;
  font-size: 16.5px; color: var(--ink); line-height: 1.55;
}
.ronnie-promise__sign {
  margin: 0; font-size: 12.5px; color: var(--mute);
  font-weight: 600; letter-spacing: 0.02em;
}

/* ─── FAQ ────────────────────────────────────────────────────────────────── */
.faq {
  background: var(--paper);
  padding: 96px 0 100px;
}
.faq .wrap { max-width: 820px; }
.faq h2 {
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 700; letter-spacing: -0.025em;
  margin: 0 0 32px; color: var(--ink); line-height: 1.1;
}
.faq__list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item summary {
  cursor: pointer; list-style: none;
  padding: 24px 48px 24px 0; position: relative;
  font-size: 18px; font-weight: 600; color: var(--ink);
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: "+"; position: absolute; right: 4px; top: 50%;
  transform: translateY(-50%);
  font-size: 24px; font-weight: 400;
  color: var(--ink);
  width: 24px; text-align: center; line-height: 1;
}
.faq__item[open] summary::after { content: "−"; }
.faq__item p { margin: 0 0 24px; color: var(--ink-2); font-size: 16.5px; line-height: 1.65; }
.faq__cta { color: var(--mute); font-size: 15px; margin-top: 28px; }
.faq__cta a { color: var(--red); font-weight: 700; }

/* ─── Reviews ────────────────────────────────────────────────────────────── */
.reviews {
  display: grid; gap: 0;
  grid-template-columns: 1fr;
  margin: 24px 0 32px;
}
.review {
  margin: 0; padding: 28px 0;
  border-top: 1px solid var(--line);
}
.review:last-child { border-bottom: 1px solid var(--line); }
.review blockquote {
  margin: 0 0 12px; color: var(--ink); font-size: 18px; line-height: 1.5;
  font-style: italic;
  max-width: 60ch;
}
.review figcaption { color: var(--mute); font-size: 14px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; }

/* ─── Pickup / Make-row blocks (programmatic landings) ───────────────────── */
.make-row {
  display: grid; grid-template-columns: 200px 1fr; gap: 24px;
  align-items: start; padding: 28px 0;
  border-top: 1px solid var(--line);
}
.make-row:last-child { border-bottom: 1px solid var(--line); }
.make-row__art { background: var(--paper-2); border: 1px solid var(--line); }
.make-row__art svg { display: block; width: 100%; height: auto; }
.make-row__copy h3 { margin: 0 0 6px; font-size: 20px; font-weight: 700; letter-spacing: -0.01em; }
.make-row__copy p { margin: 0 0 10px; color: var(--ink-2); font-size: 16px; }
.make-row__copy a { color: var(--ink); font-weight: 600; font-size: 15px; text-decoration: underline; text-underline-offset: 3px; }
.make-row__copy a:hover { color: var(--red); }

/* ─── Footer ─────────────────────────────────────────────────────────────── */
.foot {
  background: var(--ink); color: rgba(255,255,255,0.7);
  padding: 88px 0 32px;
  font-size: 15px; line-height: 1.65;
}
.foot__lockup-wrap { padding-bottom: 56px; max-width: var(--maxw); margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.foot__brand { display: inline-flex; flex-direction: column; gap: 6px; text-decoration: none; }
.foot__brand:hover { color: #fff; }
.foot__brand-name { color: #fff; font-size: clamp(26px, 3vw, 36px); font-weight: 700; letter-spacing: -0.02em; line-height: 1.1; }
.foot__brand-meta { color: rgba(255,255,255,0.55); font-size: 11.5px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; }
.foot__wrap {
  display: grid; gap: 56px;
  grid-template-columns: 1.4fr 1fr 1fr;
  max-width: var(--maxw); margin: 0 auto; padding: 0 24px;
}
.foot__col p { margin: 0 0 8px; }
.foot strong { color: #fff; }
.foot__motto { color: rgba(255,255,255,0.78); max-width: 38ch; margin: 0 0 18px !important; }
.foot__h-inline {
  display: inline-block; min-width: 56px;
  font-size: 11px; font-weight: 700;
  color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 0.14em;
}
.foot__creds {
  margin-top: 16px !important; padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.5); font-size: 13px; letter-spacing: 0.02em;
}
.foot__h { color: #fff; font-size: 13px; font-weight: 700; margin: 0 0 14px !important; letter-spacing: 0.14em; text-transform: uppercase; }
.foot a { color: rgba(255,255,255,0.78); }
.foot a:hover { color: #fff; }
.foot__bottom {
  margin-top: 56px; padding: 24px 24px 0;
  border-top: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.45); font-size: 13px;
  max-width: var(--maxw); margin-left: auto; margin-right: auto;
}

/* ─── Sticky mobile contact bar — one big Call button ────────────────────── */
.sticky-bar { display: none; }
@media (max-width: 900px) {
  .sticky-bar {
    display: block;
    position: fixed; left: 12px; right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    z-index: 60;
  }
  .sticky-bar__btn {
    display: flex; align-items: center; justify-content: space-between;
    gap: 12px;
    padding: 18px 24px; border-radius: 8px;
    background: var(--red); color: #fff;
    text-decoration: none; min-height: 64px;
    box-shadow: 0 10px 28px -8px rgba(10,14,21,0.45);
    -webkit-tap-highlight-color: transparent;
  }
  .sticky-bar__btn:active { transform: scale(0.985); }
  .sticky-bar__label {
    font-size: 12.5px; font-weight: 700; letter-spacing: 0.16em;
    text-transform: uppercase; color: rgba(255,255,255,0.78);
  }
  .sticky-bar__num {
    font-size: 22px; font-weight: 700; letter-spacing: -0.01em;
    color: #fff; font-variant-numeric: tabular-nums;
  }
  .foot { padding-bottom: 120px; }
}

/* ─── Tablet ─────────────────────────────────────────────────────────────── */
@media (max-width: 980px) {
  .nav__list { display: none; }
  .nav__list--desk { display: none !important; }
  .nav__mobile { display: inline-flex; }

  .content__wrap { grid-template-columns: 1fr; gap: 48px; }
  .quote-card { position: static; }
  .about__credentials { grid-template-columns: 1fr 1fr; }
  .about__credentials li:nth-child(odd) { border-left: 0; padding-left: 0; }
}

/* ─── Mobile ─────────────────────────────────────────────────────────────── */
@media (max-width: 760px) {
  body { font-size: 17px; }

  .wrap { padding: 0 20px; }
  .nav__wrap { height: 64px; gap: 12px; padding: 0 20px; }
  .brand { gap: 10px; }
  .brand__mark { width: 34px; height: 34px; }
  .brand__line1 { font-size: 16.5px; max-width: 58vw; }
  .brand__line2 { font-size: 9.5px; }
  .mobile-menu { top: 64px; }

  .hero--home { padding: 56px 0 64px; }
  .hero__eyebrow { font-size: 11px; margin-bottom: 22px; letter-spacing: 0.14em; }
  .hero__title {
    font-size: clamp(36px, 10vw, 48px);
    margin-bottom: 22px; max-width: 14ch;
  }
  .hero__sub { font-size: 17px; margin-bottom: 36px; }
  .hero__phone { display: flex; width: 100%; align-items: flex-start; padding: 20px 24px 22px; margin-bottom: 16px; }
  .hero__phone-number { font-size: 36px; }
  .hero__alt { font-size: 14.5px; }

  .hero--landing, .hero--simple { padding: 56px 0 64px; }

  .content { padding: 56px 0; }
  .content__wrap { gap: 40px; padding: 0 20px; }
  .content article h2 { font-size: 26px; margin: 40px 0 14px; padding-top: 28px; }
  .content article p, .content article li { font-size: 16.5px; }
  .quote-card { padding: 24px; }
  .quote__row3, .quote__row2 { grid-template-columns: 1fr; }

  .about { padding: 64px 0; }
  .about__lede { margin-bottom: 40px; }
  .about__credentials { grid-template-columns: 1fr; }
  .about__credentials li,
  .about__credentials li + li { padding: 24px 0; border-left: 0; padding-left: 0; }
  .about__phone { display: flex; width: 100%; padding: 20px 24px; }
  .about__phone-number { font-size: 30px; }

  .faq { padding: 64px 0 140px; }
  .faq__item summary { padding: 20px 40px 20px 0; font-size: 17px; }
  .faq__item p { font-size: 16px; }

  .make-row { grid-template-columns: 1fr; gap: 12px; }
  .make-row__art { max-width: 280px; }

  .foot { padding: 56px 0 32px; }
  .foot__wrap { grid-template-columns: 1fr; gap: 36px; padding: 0 20px; }
  .foot__lockup-wrap { padding-bottom: 32px; }
  .foot__bottom { padding: 22px 20px 0; margin-top: 40px; }
}

/* ─── Block system — used on the home + how-it-works for stacked content ── */
.block {
  background: var(--paper);
  padding: 96px 0;
  border-bottom: 1px solid var(--line);
}
.block:last-of-type { border-bottom: 1px solid var(--line); }
.block > .wrap { max-width: var(--maxw); }
.block__eyebrow {
  font-size: 12px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--mute);
  margin: 0 0 18px;
}
.block__h {
  font-weight: 700;
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.1; letter-spacing: -0.025em;
  margin: 0 0 32px; color: var(--ink);
  max-width: 22ch;
}
.block__lede {
  font-size: clamp(17px, 1.3vw, 19px);
  color: var(--ink-2);
  max-width: 60ch; margin: 0 0 24px;
  line-height: 1.6;
}
.block__more {
  display: inline-block; margin-top: 12px;
  font-weight: 600; font-size: 16px; color: var(--ink);
  border-bottom: 1px solid var(--ink);
  padding-bottom: 2px;
}
.block__more:hover { color: var(--red); border-bottom-color: var(--red); }

.block--steps { background: var(--paper-2); }
.block--ticks .ticks { max-width: 64ch; }
.block--reviews .reviews { margin: 0; }
.block--coverage { background: var(--paper-2); }
.block--faq-teaser .faq__list { border-top: 1px solid var(--line); margin-bottom: 24px; max-width: 760px; }
.block--lede { padding: 80px 0 0; border-bottom: 0; }
.block--lede + .block { padding-top: 56px; }

/* Bigger steps variant for hero-adjacent How-it-works */
.steps--big li {
  padding: 32px 0 32px 80px;
  border-top: 1px solid var(--line);
}
.steps--big li::before {
  top: 32px;
  font-size: 18px;
  letter-spacing: 0.04em;
}
.steps--big strong { font-size: 19px; margin-bottom: 6px; }

/* ─── CTA block — appears at the bottom of every non-thanks page ─────────── */
.cta-block {
  background: var(--ink); color: #fff;
  padding: 80px 0;
  border-top: 1px solid var(--ink);
}
.cta-block__wrap {
  max-width: var(--maxw); margin: 0 auto; padding: 0 24px;
  display: flex; flex-direction: column; align-items: flex-start; gap: 22px;
}
.cta-block__phone {
  display: inline-flex; flex-direction: column; gap: 4px;
  padding: 24px 36px 26px;
  background: var(--red); color: #fff;
  border-radius: 8px;
  text-decoration: none;
  transition: background .15s ease;
}
.cta-block__phone:hover { background: var(--red-dark); color: #fff; }
.cta-block__label {
  font-size: 12px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: rgba(255,255,255,0.78);
}
.cta-block__number {
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 700; letter-spacing: -0.02em;
  color: #fff; line-height: 1.05;
  font-variant-numeric: tabular-nums;
}
.cta-block__alt {
  margin: 0; font-size: 15.5px; color: rgba(255,255,255,0.7); max-width: 56ch;
  line-height: 1.55;
}
.cta-block__alt a {
  color: #fff; text-decoration: underline; text-underline-offset: 3px; font-weight: 600;
}
.cta-block__alt a:hover { color: var(--red); }

/* ─── Contact page ───────────────────────────────────────────────────────── */
.block--contact { padding: 80px 0 96px; background: var(--paper); }
.contact__wrap {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px;
  align-items: start;
}
.contact__phone {
  display: flex; flex-direction: column; gap: 6px;
  padding: 32px 36px 34px;
  background: var(--ink); color: #fff;
  border-radius: 8px;
  text-decoration: none;
  transition: background .15s ease;
}
.contact__phone:hover { background: var(--ink-2); color: #fff; }
.contact__phone-label {
  font-size: 12px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: rgba(255,255,255,0.6);
  margin-bottom: 6px;
}
.contact__phone-number {
  font-size: clamp(36px, 5.4vw, 56px);
  font-weight: 700; letter-spacing: -0.02em;
  color: #fff; line-height: 1.02;
  font-variant-numeric: tabular-nums;
}
.contact__phone-hours {
  color: rgba(255,255,255,0.7); font-size: 14px; margin-top: 14px;
}

/* The form keeps its sticky position outside the homepage. On /contact/ it
   sits in the right column of the .contact__wrap grid. */
.block--contact .quote-card { position: static; }

/* ─── Mobile whitespace + block layout ──────────────────────────────────── */
@media (max-width: 760px) {
  .block { padding: 64px 0; }
  .block--lede { padding: 56px 0 0; }
  .block__h { font-size: clamp(26px, 7vw, 32px); margin-bottom: 24px; }
  .block__lede { font-size: 16.5px; margin-bottom: 20px; }
  .steps--big li { padding: 24px 0 24px 56px; }
  .steps--big li::before { top: 24px; font-size: 16px; }
  .steps--big strong { font-size: 17.5px; }

  .cta-block { padding: 56px 0; }
  .cta-block__wrap { gap: 18px; padding: 0 20px; }
  .cta-block__phone { width: 100%; padding: 22px 24px; align-items: flex-start; }
  .cta-block__number { font-size: 36px; }
  .cta-block__alt { font-size: 15px; }

  .block--contact { padding: 56px 0 80px; }
  .contact__wrap { grid-template-columns: 1fr; gap: 32px; }
  .contact__phone { width: 100%; padding: 24px 24px 26px; }
  .contact__phone-number { font-size: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; animation: none !important; }
}
