/* ============================================================
   ABOUT MIKE — editorial profile
   ============================================================ */
.about-body {
  background:
    radial-gradient(ellipse at top, rgba(245, 166, 35, 0.06) 0%, transparent 50%),
    linear-gradient(180deg, #050d1c 0%, #0a1628 30%, #081222 100%);
  min-height: 100vh;
}

.about-topbar { border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
.about-nav .is-active { color: var(--accent); }

/* Scroll progress bar */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent-hot) 100%);
  z-index: 200;
  pointer-events: none;
  transition: width 0.08s linear;
}

/* ============================================================
   HERO
   ============================================================ */
.ab-hero {
  position: relative;
  padding: 96px 36px;
  overflow: hidden;
  isolation: isolate;
}
.ab-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.ab-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
  filter: saturate(1.05);
}
.ab-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 20% 50%, rgba(10, 22, 40, 0.6) 0%, transparent 70%),
    linear-gradient(180deg, rgba(10, 22, 40, 0.6) 0%, rgba(10, 22, 40, 0.4) 50%, rgba(8, 18, 34, 0.85) 100%);
}

.ab-hero__inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 72px;
  align-items: center;
}
.ab-hero__copy { max-width: 620px; }
.ab-hero__title {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin: 20px 0 22px;
}
.ab-hero__title .accent { color: var(--accent); }
.ab-hero__sub {
  font-size: 17.5px;
  line-height: 1.65;
  color: var(--ink-soft);
  margin-bottom: 32px;
  max-width: 560px;
}
.ab-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.ab-hero__strip {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 38px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.ab-hero__strip li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  color: var(--ink-soft);
}
.ab-hero__strip li strong {
  font-weight: 800;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.ab-hero__strip li svg {
  width: 16px; height: 16px;
  color: var(--accent);
  flex-shrink: 0;
}

/* Photo with nameplate overlay */
.ab-hero__photo {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  max-height: 620px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
}
.ab-hero__photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 22%;
}
.ab-hero__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(10, 22, 40, 0.7) 100%);
  pointer-events: none;
}

.ab-hero__nameplate {
  position: absolute;
  bottom: 22px; left: 22px; right: 22px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px 18px;
  background:
    linear-gradient(135deg, rgba(245, 166, 35, 0.92) 0%, rgba(245, 166, 35, 0.78) 100%);
  color: #0a1628;
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  z-index: 2;
}
.ab-hero__nameplate-pin {
  width: 12px; height: 12px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff 0%, #d9ad5e 70%, #6b4515 100%);
  box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.3);
}
.ab-hero__nameplate-label {
  display: block;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.7;
}
.ab-hero__nameplate-name {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 2px 0 3px;
}
.ab-hero__nameplate-sub {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.75;
}

.ab-hero__badge {
  position: absolute;
  top: 18px; left: 18px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 13px;
  background: rgba(10, 22, 40, 0.78);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 100px;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--ink);
  z-index: 2;
}

/* ============================================================
   SECTION SHELL
   ============================================================ */
.ab-section {
  padding: 96px 36px;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
.ab-section--narrow { max-width: 760px; }
.ab-section__head {
  text-align: center;
  margin-bottom: 48px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.ab-section__head .ab-h2 { margin-bottom: 0; }

.ab-h2 {
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin: 0 0 48px;
}
.ab-body {
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink-soft);
  margin-bottom: 24px;
}
.ab-body:last-child { margin-bottom: 0; }
.ab-body strong { color: var(--ink); font-weight: 700; }
.ab-body--dropcap::first-letter {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 4.4em;
  font-weight: 900;
  line-height: 0.85;
  float: left;
  padding: 6px 14px 0 0;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-hot) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Inline city pills (East-County paragraph) */
.city-pill {
  display: inline-block;
  padding: 2px 9px;
  margin: 0 1px;
  background: rgba(245, 166, 35, 0.10);
  border: 1px solid rgba(245, 166, 35, 0.30);
  border-radius: 100px;
  font-size: 0.92em;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.005em;
  white-space: nowrap;
}
.city-pill--mute {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--ink-mute);
}

/* ============================================================
   PULL QUOTE
   ============================================================ */
.pull-quote {
  padding: 30px 36px 50px;
}
.pull-quote__inner {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  padding: 48px 56px;
  border-top: 1px solid rgba(245, 166, 35, 0.20);
  border-bottom: 1px solid rgba(245, 166, 35, 0.20);
}
.pull-quote__mark {
  position: absolute;
  top: -22px; left: 30px;
  width: 44px; height: 44px;
  padding: 8px;
  background: var(--bg-base);
  color: var(--accent);
  border-radius: 50%;
  border: 1px solid rgba(245, 166, 35, 0.30);
}
.pull-quote blockquote {
  margin: 0;
}
.pull-quote blockquote p {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 700;
  font-style: italic;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 22px;
}
.pull-quote footer {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13.5px;
}
.pull-quote__name {
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.pull-quote__loc {
  color: var(--ink-mute);
  font-weight: 500;
}
.pull-quote__loc::before {
  content: "·";
  padding-right: 8px;
  color: var(--ink-faint);
}

/* ============================================================
   REFUSE CARDS — "WON'T" stamps
   ============================================================ */
.refuse-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.refuse {
  position: relative;
  padding: 38px 32px 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.012) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.4s var(--ease-out), border-color 0.3s var(--ease), background 0.3s var(--ease);
}
.refuse:hover {
  transform: translateY(-4px);
  border-color: rgba(245, 166, 35, 0.25);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
}
.refuse__stamp {
  position: absolute;
  top: 14px; right: -10px;
  transform: rotate(8deg);
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 56px;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: rgba(248, 113, 113, 0.10);
  border: 4px solid rgba(248, 113, 113, 0.15);
  padding: 4px 18px;
  border-radius: 8px;
  pointer-events: none;
  z-index: 0;
  text-transform: uppercase;
  transition: color 0.3s var(--ease), border-color 0.3s var(--ease);
}
.refuse:hover .refuse__stamp {
  color: rgba(248, 113, 113, 0.20);
  border-color: rgba(248, 113, 113, 0.30);
}
.refuse__num {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.18em;
  color: var(--accent);
  margin-bottom: 16px;
}
.refuse__title {
  position: relative;
  z-index: 1;
  font-size: clamp(20px, 2.2vw, 24px);
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.25;
  color: var(--ink);
  margin-bottom: 14px;
}
.refuse__body {
  position: relative;
  z-index: 1;
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--ink-soft);
}

/* ============================================================
   TIMELINE
   ============================================================ */
.ab-timeline {
  list-style: none;
  position: relative;
  padding: 0 0 0 36px;
  margin-top: 0;
}
.ab-timeline::before {
  content: "";
  position: absolute;
  top: 8px; bottom: 8px; left: 10px;
  width: 2px;
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent) var(--progress, 0%), rgba(255, 255, 255, 0.10) var(--progress, 0%), rgba(255, 255, 255, 0.10) 100%);
  border-radius: 2px;
  transition: --progress 0.6s var(--ease-out);
}
.ab-timeline::after {
  content: "";
  position: absolute;
  top: 8px; bottom: 8px; left: 10px;
  width: 2px;
  background: rgba(255, 255, 255, 0.10);
  border-radius: 2px;
  z-index: -1;
}

.ab-tl {
  position: relative;
  padding: 0 0 36px 36px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s var(--ease-out), transform 0.6s var(--ease-out);
}
.ab-tl.is-revealed {
  opacity: 1;
  transform: translateY(0);
}
.ab-tl:last-child { padding-bottom: 0; }
.ab-tl__dot {
  position: absolute;
  left: -4px; top: 4px;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--bg-base);
  border: 3px solid var(--accent);
  box-shadow: 0 0 0 3px rgba(245, 166, 35, 0.18), 0 0 10px var(--accent-glow);
  z-index: 1;
}
.ab-tl--final .ab-tl__dot {
  background: var(--accent);
  border-color: #fff;
}
.ab-tl__time {
  display: inline-block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 13px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--accent);
  padding: 5px 11px;
  background: rgba(245, 166, 35, 0.08);
  border: 1px solid rgba(245, 166, 35, 0.30);
  border-radius: 100px;
  margin-bottom: 10px;
}
.ab-tl__body p {
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--ink-soft);
}
.ab-tl__body strong { color: var(--ink); font-weight: 700; }

/* ============================================================
   STATS / NUMBERS
   ============================================================ */
.ab-numbers-section { padding: 96px 36px; }
.num-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  max-width: 1100px;
  margin: 0 auto;
}
.num-card {
  padding: 28px 22px 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.012) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transition: transform 0.3s var(--ease), border-color 0.3s var(--ease), background 0.3s var(--ease);
}
.num-card:hover {
  transform: translateY(-3px);
  border-color: rgba(245, 166, 35, 0.30);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
}
.num-card__icon {
  width: 22px; height: 22px;
  color: var(--accent);
  margin-bottom: 4px;
}
.num-card__num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-hot) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 10px rgba(245, 166, 35, 0.25));
  font-variant-numeric: tabular-nums;
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}
.num-card__suffix {
  font-family: 'Inter', -apple-system, sans-serif;
  font-weight: 700;
  font-size: 0.42em;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  align-self: center;
  padding-bottom: 2px;
}
.num-card__label {
  font-size: 12.5px;
  line-height: 1.45;
  color: var(--ink-mute);
  font-weight: 600;
  letter-spacing: 0.01em;
}

/* ============================================================
   FORD MODEL PILLS
   ============================================================ */
.ford-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 32px;
}
.ford-pill {
  position: relative;
  padding: 9px 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.005em;
  color: var(--ink);
  cursor: pointer;
  transition: transform 0.2s var(--ease), background 0.25s var(--ease), border-color 0.25s var(--ease), color 0.25s var(--ease);
}
.ford-pill:hover {
  transform: translateY(-2px);
  background: rgba(245, 166, 35, 0.12);
  border-color: rgba(245, 166, 35, 0.45);
  color: var(--accent);
}
.ford-pill::after {
  content: attr(data-class);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  padding: 5px 10px;
  background: rgba(5, 13, 28, 0.95);
  border: 1px solid rgba(245, 166, 35, 0.3);
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.05em;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s var(--ease), transform 0.2s var(--ease);
  z-index: 5;
}
.ford-pill:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* ============================================================
   PROMISE CARDS
   ============================================================ */
.promise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.promise {
  padding: 32px 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.012) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  text-align: center;
  transition: transform 0.3s var(--ease), border-color 0.3s var(--ease), background 0.3s var(--ease);
}
.promise:hover {
  transform: translateY(-4px);
  border-color: rgba(245, 166, 35, 0.30);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
}
.promise__icon {
  width: 56px; height: 56px;
  margin: 0 auto 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(245, 166, 35, 0.16) 0%, rgba(245, 166, 35, 0.04) 100%);
  border: 1px solid rgba(245, 166, 35, 0.30);
  color: var(--accent);
}
.promise__icon svg { width: 26px; height: 26px; }
.promise__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin-bottom: 12px;
}
.promise__body {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--ink-soft);
}

/* ============================================================
   FINAL CTA
   ============================================================ */
.ab-cta {
  padding: 96px 36px;
}
.ab-cta__inner {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
  padding: 64px 56px 56px;
  background:
    linear-gradient(135deg, rgba(245, 166, 35, 0.12) 0%, rgba(245, 166, 35, 0.02) 100%),
    rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(245, 166, 35, 0.25);
  border-radius: 24px;
  overflow: hidden;
}
.ab-cta__inner::before {
  content: "";
  position: absolute;
  top: -50%; left: 50%;
  transform: translateX(-50%);
  width: 700px; height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 166, 35, 0.16) 0%, transparent 60%);
  filter: blur(50px);
  pointer-events: none;
}
.ab-cta__inner > * { position: relative; z-index: 1; }

.ab-cta__title {
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin: 16px 0 14px;
}
.ab-cta__sub {
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 640px;
  margin: 0 auto 36px;
}

.ab-cta__actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 800px;
  margin: 0 auto 24px;
}
.ab-cta__btn {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  color: var(--ink);
  text-align: left;
  transition: transform 0.25s var(--ease), background 0.25s var(--ease), border-color 0.25s var(--ease);
}
.ab-cta__btn svg {
  width: 24px; height: 24px;
  color: var(--accent);
  flex-shrink: 0;
}
.ab-cta__btn span {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.ab-cta__btn strong {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.005em;
}
.ab-cta__btn-sub {
  font-size: 11.5px;
  color: var(--ink-mute);
  font-weight: 500;
  letter-spacing: 0.01em;
}
.ab-cta__btn:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(245, 166, 35, 0.40);
}
.ab-cta__btn--primary {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-hot) 100%);
  border-color: transparent;
  color: var(--bg-base);
  box-shadow: 0 12px 30px rgba(245, 166, 35, 0.30);
}
.ab-cta__btn--primary svg { color: var(--bg-base); }
.ab-cta__btn--primary .ab-cta__btn-sub { color: rgba(10, 22, 40, 0.7); }
.ab-cta__btn--primary:hover {
  background: linear-gradient(135deg, var(--accent-hot) 0%, var(--accent) 100%);
  box-shadow: 0 16px 38px rgba(245, 166, 35, 0.42);
}

.ab-cta__privacy {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: var(--ink-mute);
  justify-content: center;
}
.ab-cta__privacy svg { width: 14px; height: 14px; color: var(--accent); }
.ab-cta__privacy strong { color: var(--ink); font-weight: 700; }

.status-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 10px rgba(34, 197, 94, 0.6);
  animation: pulse 1.8s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%      { transform: scale(1.15); opacity: 0.85; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .ab-hero__inner { gap: 40px; }
}

@media (max-width: 920px) {
  .ab-hero { padding: 72px 24px; }
  .ab-hero__inner { grid-template-columns: 1fr; gap: 36px; }
  .ab-hero__photo { aspect-ratio: 4 / 3; max-height: 420px; order: -1; }
  .ab-section { padding: 72px 24px; }
  .ab-numbers-section { padding: 72px 24px; }
  .ab-h2 { margin-bottom: 36px; }
  .ab-section__head { margin-bottom: 36px; }
  .refuse-grid { grid-template-columns: 1fr; }
  .num-grid { grid-template-columns: repeat(2, 1fr); }
  .num-grid > :last-child { grid-column: span 2; }
  .promise-grid { grid-template-columns: 1fr; }
  .ab-cta { padding: 72px 24px; }
  .ab-cta__inner { padding: 44px 28px; }
  .ab-cta__actions { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .ab-hero { padding: 56px 18px; }
  .ab-hero__title { font-size: 32px; }
  .ab-hero__strip { gap: 14px; }
  .ab-hero__nameplate { padding: 12px 14px; gap: 10px; }
  .ab-hero__nameplate-name { font-size: 18px; }
  .ab-section { padding: 56px 20px; }
  .ab-numbers-section { padding: 56px 20px; }
  .ab-cta { padding: 56px 20px; }
  .ab-h2 { margin-bottom: 32px; }
  .ab-section__head { margin-bottom: 32px; }
  .num-grid { grid-template-columns: 1fr; gap: 12px; }
  .num-grid > :last-child { grid-column: span 1; }
  .refuse { padding: 32px 24px 26px; }
  .refuse__stamp { font-size: 42px; right: -6px; }
  .ab-timeline { padding-left: 28px; }
  .ab-tl { padding-left: 28px; padding-bottom: 30px; }
  .ab-tl__dot { left: -8px; }
  .ab-body { font-size: 16px; margin-bottom: 20px; }
  .ab-body--dropcap::first-letter { font-size: 3.6em; padding-right: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .ab-tl, .refuse, .num-card, .promise, .ford-pill, .ab-cta__btn,
  .status-dot, .scroll-progress {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }
  .ab-tl { opacity: 1; }
}
