/* ============================================================
   HAHN AUTOMOTIVE — Premium Stylesheet v3
   Philosophy: Photography-first, typography-driven, zero icons
   Fonts: Bebas Neue (display) · Montserrat (UI) · Open Sans (body)
============================================================ */

/* ── RESET ──────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Open Sans', sans-serif; background: #fff; color: #1a1a1a; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

/* ── VARIABLES ──────────────────────────────────────────── */
:root {
  --red:       #cc1111;
  --red-hover: #a50e0e;
  --black:     #0a0a0a;
  --dark:      #111;
  --dark2:     #1a1a1a;
  --dark3:     #222;
  --mid:       #333;
  --border-d:  #2a2a2a;
  --border-l:  #e0e0e0;
  --white:     #ffffff;
  --off:       #f7f7f7;
  --gray:      #f0f0f0;
  --muted:     #666;
  --light:     #999;
}

/* ── TYPOGRAPHY ─────────────────────────────────────────── */
.f-display   { font-family: 'Bebas Neue', sans-serif; letter-spacing: 0.04em; line-height: 0.95; font-weight: 400; }
.f-head      { font-family: 'Montserrat', sans-serif; font-weight: 700; line-height: 1.15; letter-spacing: -0.02em; }
.f-ui        { font-family: 'Montserrat', sans-serif; }
.f-body      { font-family: 'Open Sans', sans-serif; }

.eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--red); display: block; margin-bottom: 1.2rem;
}
.eyebrow-light { color: rgba(255,255,255,0.5); }

/* ── BUTTONS ────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  padding: 1rem 2.4rem;
  transition: all 0.22s ease;
  cursor: pointer; border: none;
}
.btn-red   { background: var(--red);   color: #fff; }
.btn-red:hover { background: var(--red-hover); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(204,17,17,0.35); }
.btn-black { background: var(--black); color: #fff; }
.btn-black:hover { background: var(--dark2); transform: translateY(-2px); }
.btn-ghost-white { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.5); }
.btn-ghost-white:hover { background: #fff; color: var(--black); border-color: #fff; }
.btn-ghost-dark { background: transparent; color: var(--black); border: 1px solid var(--dark3); }
.btn-ghost-dark:hover { background: var(--black); color: #fff; }
.btn-ghost-red { background: transparent; color: var(--red); border: 1px solid var(--red); }
.btn-ghost-red:hover { background: var(--red); color: #fff; }

/* ── LAYOUT ─────────────────────────────────────────────── */
.wrap     { max-width: 1280px; margin: 0 auto; padding: 0 6%; }
.wrap-sm  { max-width: 900px;  margin: 0 auto; padding: 0 6%; }
.pad      { padding: 7rem 0; }
.pad-sm   { padding: 4rem 0; }

/* ── NAV ────────────────────────────────────────────────── */
.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  height: 70px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 6%;
  background: var(--black);
  border-bottom: 1px solid #1c1c1c;
  transition: background 0.3s;
}
.site-nav.scrolled { background: rgba(10,10,10,0.95); backdrop-filter: blur(16px); }
.nav-logo img { height: 46px; filter: none; }
.nav-menu { list-style: none; display: flex; gap: 2.5rem; }
.nav-menu a {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: #777; transition: color 0.2s;
}
.nav-menu a:hover { color: #fff; }
.nav-actions { display: flex; align-items: center; gap: 1.5rem; }
.nav-phone {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem; font-weight: 700;
  color: #fff; letter-spacing: 0.02em;
}
.nav-phone strong { color: var(--red); }
.nav-burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-burger span { display: block; width: 22px; height: 2px; background: #fff; }

/* Mobile nav */
.mob-nav {
  display: none; position: fixed;
  top: 70px; left: 0; right: 0;
  background: var(--dark); border-top: 1px solid var(--border-d);
  padding: 2rem 6%; z-index: 999;
}
.mob-nav.open { display: block; }
.mob-nav ul { list-style: none; }
.mob-nav ul li { border-bottom: 1px solid var(--border-d); }
.mob-nav ul li a { display: block; padding: 1rem 0; font-family: 'Montserrat', sans-serif; font-size: 0.9rem; font-weight: 600; color: #bbb; }
.mob-nav ul li a:hover { color: var(--red); }

/* ── HERO ───────────────────────────────────────────────── */
.hero {
  position: relative;
  height: 100vh; min-height: 700px;
  margin-top: 70px;
  overflow: hidden;
  display: flex; align-items: flex-end;
  padding-bottom: 6rem;
}
/* The photo */
.hero-bg {
  position: absolute; inset: 0;
  background: url('/assets/hero-barracuda.jpg') center center / cover no-repeat;
}
/* Cinematic gradient — dark bottom and left, reveal photo right */
.hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background:
    linear-gradient(to top,  rgba(10,10,10,0.95) 0%, rgba(10,10,10,0.5) 40%, transparent 70%),
    linear-gradient(to right, rgba(10,10,10,0.85) 0%, rgba(10,10,10,0.3) 55%, transparent 100%);
}
.hero-content {
  position: relative; z-index: 2;
  padding: 0 6%;
  max-width: 820px;
}
.hero-rule { width: 50px; height: 3px; background: var(--red); margin-bottom: 2rem; }
.hero-h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(4rem, 10vw, 9rem);
  color: #fff; line-height: 0.9;
  letter-spacing: 0.03em;
  margin-bottom: 1.8rem;
}
.hero-h1 em { color: var(--red); font-style: normal; display: block; }
.hero-sub {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem; font-weight: 300;
  color: rgba(255,255,255,0.65);
  line-height: 1.8; max-width: 460px;
  margin-bottom: 2.5rem;
}
.hero-cta { display: flex; gap: 1rem; flex-wrap: wrap; }
/* Stats row pinned above content */
.hero-stats {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 3;
  display: flex;
  background: rgba(10,10,10,0.85);
  border-top: 1px solid #1e1e1e;
  backdrop-filter: blur(10px);
}
.h-stat {
  flex: 1;
  padding: 1.6rem 2rem;
  border-right: 1px solid #1e1e1e;
  display: flex; align-items: baseline; gap: 1rem;
}
.h-stat:last-child { border-right: none; }
.h-stat-n {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.8rem; color: var(--red); line-height: 1;
}
.h-stat-l {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem; font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: #555; line-height: 1.4;
}

/* ── SERVICES LIST ──────────────────────────────────────── */
/* Premium editorial style — NO icons, NO cards */
.services-section { background: #fff; }
.services-header-row {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 4rem;
  align-items: start;
  margin-bottom: 3rem;
  padding: 7rem 6% 0;
  max-width: 1280px; margin-left: auto; margin-right: auto;
}
.services-sticky-label {
  position: sticky; top: 100px;
}
.services-sticky-label h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3rem, 5vw, 5rem);
  color: var(--black); line-height: 0.9;
  letter-spacing: 0.04em; font-weight: 400;
}
.services-sticky-label p { color: var(--muted); font-size: 0.9rem; margin-top: 1.2rem; line-height: 1.8; }
.services-sticky-label .btn { margin-top: 2rem; }
.services-list { border-top: 1px solid var(--border-l); }
.service-row {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  gap: 2rem; align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid var(--border-l);
  text-decoration: none;
  transition: background 0.2s;
  position: relative;
}
.service-row::before {
  content: '';
  position: absolute; left: -6%; top: 0; bottom: 0; width: 4px;
  background: var(--red);
  transform: scaleY(0); transform-origin: bottom;
  transition: transform 0.3s ease;
}
.service-row:hover { background: var(--off); }
.service-row:hover::before { transform: scaleY(1); }
.srv-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.8rem; color: #ddd; line-height: 1;
  transition: color 0.2s;
}
.service-row:hover .srv-num { color: var(--red); }
.srv-body {}
.srv-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem; font-weight: 700;
  color: var(--black); margin-bottom: 0.3rem;
  transition: color 0.2s;
}
.service-row:hover .srv-name { color: var(--red); }
.srv-desc { font-size: 0.85rem; color: var(--muted); line-height: 1.6; }
.srv-arrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: #ccc; white-space: nowrap;
  display: flex; align-items: center; gap: 0.5rem;
  transition: color 0.2s;
}
.srv-arrow::after { content: '→'; font-size: 1rem; }
.service-row:hover .srv-arrow { color: var(--red); }

/* ── PHOTO SPLIT — ABOUT ────────────────────────────────── */
.about-section { background: var(--black); overflow: hidden; }
.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 80vh;
}
.about-photo-panel {
  position: relative; overflow: hidden;
  min-height: 500px;
}
.about-photo-panel img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  filter: brightness(0.9) contrast(1.05);
}
.about-photo-panel::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to right, transparent 70%, var(--black) 100%);
}
.about-text-panel {
  display: flex; flex-direction: column; justify-content: center;
  padding: 6rem 8% 6rem 5%;
}
.about-text-panel h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.5rem, 4vw, 4rem);
  color: #fff; letter-spacing: 0.04em;
  font-weight: 400; line-height: 1; margin-bottom: 2rem;
}
.about-text-panel p { color: #888; font-size: 0.95rem; line-height: 1.9; margin-bottom: 1.2rem; }
.about-facts { margin: 2.5rem 0; }
.fact-row {
  display: flex; align-items: center; gap: 1.5rem;
  padding: 1rem 0; border-bottom: 1px solid var(--border-d);
}
.fact-row:first-child { border-top: 1px solid var(--border-d); }
.fact-n {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.5rem; color: var(--red);
  line-height: 1; flex-shrink: 0; min-width: 70px;
}
.fact-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem; font-weight: 600;
  color: #555; letter-spacing: 0.08em; text-transform: uppercase;
  line-height: 1.4;
}

/* ── SPECIALTY ─────────────────────────────────────────── */
/* Dark section, pure typography, no icons */
.specialty-section {
  background: var(--dark2);
  border-top: 1px solid var(--border-d);
  border-bottom: 1px solid var(--border-d);
}
.specialty-header { padding: 6rem 6% 4rem; max-width: 1280px; margin: 0 auto; }
.specialty-header h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.5rem, 4vw, 4rem);
  color: #fff; letter-spacing: 0.04em; font-weight: 400;
}
.specialty-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--border-d);
}
.spec-col {
  padding: 3rem 4% 4rem;
  border-right: 1px solid var(--border-d);
  text-decoration: none;
  display: block;
  transition: background 0.25s;
  position: relative; overflow: hidden;
}
.spec-col::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: var(--red);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.35s ease;
}
.spec-col:hover { background: rgba(255,255,255,0.03); }
.spec-col:hover::after { transform: scaleX(1); }
.spec-col:last-child { border-right: none; }
.spec-tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.62rem; font-weight: 700;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--red); display: block; margin-bottom: 1.5rem;
}
.spec-col h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.15rem; font-weight: 700;
  color: #fff; margin-bottom: 1rem; line-height: 1.3;
}
.spec-col p { font-size: 0.85rem; color: #666; line-height: 1.8; }
.spec-col .spec-link {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--red); margin-top: 2rem;
}
.spec-col .spec-link::after { content: '→'; transition: transform 0.2s; }
.spec-col:hover .spec-link::after { transform: translateX(4px); }

/* ── MAKES ──────────────────────────────────────────────── */
.makes-section { background: var(--off); }
.makes-inner { padding: 6rem 6%; max-width: 1280px; margin: 0 auto; }
.makes-logo-strip {
  display: flex; flex-wrap: wrap;
  gap: 0; margin-top: 3.5rem;
  border: 1px solid var(--border-l);
}
.make-item {
  flex: 0 0 calc(100% / 7);
  border-right: 1px solid var(--border-l);
  border-bottom: 1px solid var(--border-l);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 0.7rem; padding: 2rem 1rem;
  text-decoration: none;
  transition: background 0.2s;
}
.make-item:hover { background: #fff; }
.make-item:nth-child(7n) { border-right: none; }
.make-item img {
  width: 54px; height: 34px; object-fit: contain;
  filter: grayscale(100%) opacity(50%);
  transition: filter 0.3s;
}
.make-item:hover img { filter: grayscale(0%) opacity(100%); }
.make-item .make-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.62rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: #999; transition: color 0.2s;
}
.make-item:hover .make-name { color: var(--red); }
/* Text-only makes for brands without CDN logos */
.make-item .make-wordmark {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem; font-weight: 800;
  letter-spacing: 0.05em; color: #bbb;
  height: 34px; display: flex; align-items: center;
}

/* ── FULL PHOTO BREAK ───────────────────────────────────── */
.photo-break {
  height: 55vh; min-height: 380px;
  background: url('/assets/ems-ambulance.jpg') center / cover no-repeat;
  position: relative;
}
.photo-break::after {
  content: '';
  position: absolute; inset: 0;
  background: rgba(10,10,10,0.45);
}
.photo-break-caption {
  position: absolute; bottom: 3rem; right: 6%;
  z-index: 2; text-align: right;
}
.photo-break-caption p {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.85rem; color: rgba(255,255,255,0.55);
  letter-spacing: 0.08em;
}

/* ── MAGGIE ─────────────────────────────────────────────── */
.maggie-section { background: var(--off); border-top: 1px solid var(--border-l); }
.maggie-inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 6rem; align-items: center;
  padding: 7rem 6%; max-width: 1280px; margin: 0 auto;
}
.maggie-text {}
.maggie-text h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.5rem, 4vw, 4rem);
  color: var(--black); letter-spacing: 0.04em;
  font-weight: 400; margin-bottom: 1.5rem;
}
.maggie-text blockquote {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.15rem; font-style: italic;
  color: var(--muted); line-height: 1.9;
  border-left: 3px solid var(--red);
  padding-left: 1.5rem;
  margin: 1.5rem 0 2rem;
}
.maggie-text p { color: var(--muted); line-height: 1.9; }
.maggie-photo {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.maggie-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
}
.maggie-photo-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: #bbb; text-align: center;
}

/* ── AREAS ──────────────────────────────────────────────── */
.areas-section { background: var(--black); }
.areas-inner { padding: 7rem 6%; max-width: 1280px; margin: 0 auto; }
.areas-inner h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.5rem, 4vw, 4rem);
  color: #fff; font-weight: 400; letter-spacing: 0.04em; margin-bottom: 3rem;
}
.areas-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid var(--border-d);
}
.area-tile {
  padding: 1.6rem 1.5rem;
  border-right: 1px solid var(--border-d);
  border-bottom: 1px solid var(--border-d);
  text-decoration: none;
  transition: background 0.2s;
}
.area-tile:hover { background: rgba(204,17,17,0.08); }
.area-tile:nth-child(6n) { border-right: none; }
.area-tile .city-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem; font-weight: 600;
  color: #555; letter-spacing: 0.08em;
  transition: color 0.2s;
}
.area-tile:hover .city-name { color: var(--red); }

/* ── REVIEWS ────────────────────────────────────────────── */
.reviews-section { background: var(--dark); }
.reviews-inner { padding: 7rem 6%; max-width: 1280px; margin: 0 auto; }
/* Feature review — large and prominent */
.review-feature {
  max-width: 820px; margin: 0 auto 5rem;
  text-align: center;
}
.review-feature .quote-mark {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 8rem; color: var(--red);
  line-height: 0.6; display: block;
  margin-bottom: 2rem; opacity: 0.8;
}
.review-feature blockquote {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem; font-style: italic;
  color: rgba(255,255,255,0.75);
  line-height: 1.8; margin-bottom: 2rem;
}
.review-feature .attribution {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--red);
}
.review-feature .stars { color: var(--red); font-size: 1rem; letter-spacing: 4px; margin-bottom: 1.5rem; }
/* Supporting reviews */
.review-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--border-d);
  border: 1px solid var(--border-d);
}
.review-card {
  background: #181818;
  padding: 2rem 2rem 2rem;
}
.review-card .stars { color: var(--red); font-size: 0.85rem; letter-spacing: 3px; margin-bottom: 1rem; }
.review-card blockquote { font-size: 0.88rem; color: #bbb; font-style: italic; line-height: 1.8; margin-bottom: 1.5rem; }
.review-card .name { font-family: 'Montserrat', sans-serif; font-size: 0.75rem; font-weight: 700; color: #fff; }
.review-card .detail { font-size: 0.72rem; color: #888; margin-top: 0.2rem; font-family: 'Montserrat', sans-serif; }

/* ── CTA BAND ───────────────────────────────────────────── */
.cta-section {
  background: var(--red);
  padding: 6rem 6%;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 3rem;
}
.cta-text h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.5rem, 5vw, 5rem);
  color: #fff; letter-spacing: 0.04em; font-weight: 400; line-height: 0.95;
}
.cta-text p { color: rgba(255,255,255,0.75); font-size: 1rem; margin-top: 0.8rem; }
.cta-actions { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }

/* ── FOOTER ─────────────────────────────────────────────── */
.site-footer { background: var(--black); border-top: 1px solid #181818; }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 4rem;
  padding: 6rem 6% 4rem;
  max-width: 1280px; margin: 0 auto;
}
.f-brand .f-logo { height: 40px; filter: none; opacity: 1; }
.f-brand p { color: #999; font-size: 0.85rem; line-height: 1.9; margin: 1.5rem 0; }
.f-brand a { font-family: 'Montserrat', sans-serif; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: #888; }
.f-brand a:hover { color: var(--red); }
.f-col h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.62rem; font-weight: 700;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: #fff; padding-bottom: 1rem;
  border-bottom: 1px solid #2a2a2a;
  margin-bottom: 1.5rem;
}
.f-links { list-style: none; }
.f-links li { margin-bottom: 0.55rem; }
.f-links a { font-size: 0.83rem; color: #888; transition: color 0.2s; }
.f-links a:hover { color: var(--red); }
.f-contact-item { margin-bottom: 1rem; }
.f-contact-item .label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--red); display: block; margin-bottom: 0.2rem;
}
.f-contact-item span, .f-contact-item a { font-size: 0.85rem; color: #999; line-height: 1.6; }
.f-contact-item a:hover { color: var(--red); }

.footer-map {
  width: 100%; height: 360px; border: none; display: block;
  filter: grayscale(50%) brightness(0.7);
  border-top: 1px solid #181818;
}
.footer-bar {
  border-top: 1px solid #141414;
  padding: 1.5rem 6%;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 0.5rem;
  max-width: 1280px; margin: 0 auto;
}
.footer-bar p, .footer-bar a { font-size: 0.75rem; color: #666; }
.footer-bar a:hover { color: var(--red); }

/* ── FLOATING CTA ───────────────────────────────────────── */
.floating {
  position: fixed; bottom: 1.5rem; right: 1.5rem;
  z-index: 990; display: flex; flex-direction: column; gap: 0.5rem;
}
.floating a {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 0.85rem 1.4rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  transition: all 0.22s;
  text-align: center;
}
.floating a:hover { transform: translateY(-2px); }
.float-sched { background: var(--red); color: #fff; }
.float-call  { background: var(--dark2); color: #fff; border: 1px solid var(--border-d); }

/* ── MAKE BADGE (replaces CDN logo images on make pages) ─── */
.make-badge {
  display: inline-flex;
  align-items: stretch;
  gap: 1rem;
  margin-bottom: 2rem;
  padding: 0.55rem 0;
  border-left: 3px solid var(--red);
  padding-left: 1.1rem;
}
.make-badge-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1;
  display: block;
}
.make-badge-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--red);
  display: block;
  margin-top: 0.35rem;
}

/* ── INNER PAGES ────────────────────────────────────────── */
.inner-hero {
  background: var(--dark);
  padding: 7rem 6% 5rem;
  margin-top: 70px;
  border-bottom: 1px solid var(--border-d);
}
.breadcrumb { display: flex; gap: 0.5rem; align-items: center; flex-wrap: wrap; margin-bottom: 1.5rem; }
.breadcrumb a { font-family: 'Montserrat', sans-serif; font-size: 0.65rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: #777; }
.breadcrumb a:hover { color: var(--red); }
.breadcrumb .sep { color: #333; }
.breadcrumb .cur { color: var(--red); font-family: 'Montserrat', sans-serif; font-size: 0.65rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; }
.inner-hero h1 { font-family: 'Bebas Neue', sans-serif; color: #fff; font-size: clamp(2.5rem, 5vw, 5rem); letter-spacing: 0.04em; font-weight: 400; margin-bottom: 1rem; }
.inner-hero p { color: #666; font-size: 1rem; max-width: 680px; line-height: 1.8; }

/* Page body */
.page-body { max-width: 1100px; margin: 0 auto; padding: 5rem 6%; }
.page-body h2 { font-family: 'Montserrat', sans-serif; font-size: 1.6rem; color: var(--black); margin: 3rem 0 1rem; }
.page-body h3 { font-family: 'Montserrat', sans-serif; font-size: 1.1rem; color: var(--black); margin: 2rem 0 0.7rem; }
.page-body p { color: var(--muted); line-height: 1.9; margin-bottom: 1.2rem; }
.page-body ul { list-style: none; margin-bottom: 1.5rem; }
.page-body ul li { position: relative; padding-left: 1.2rem; color: var(--muted); font-size: 0.95rem; line-height: 1.9; }
.page-body ul li::before { content: ''; position: absolute; left: 0; top: 0.75rem; width: 5px; height: 5px; background: var(--red); border-radius: 50%; }
.callout { background: var(--off); border-left: 4px solid var(--red); padding: 2rem 2.5rem; margin: 2.5rem 0; }
.callout h3 { color: var(--black); margin: 0 0 0.6rem; }
.callout p { margin: 0; }
.symptom-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 1px; background: var(--border-l); margin: 1.5rem 0 2.5rem; }
.symptom { background: #fff; border-left: 3px solid var(--red); padding: 1.2rem 1.3rem; font-size: 0.88rem; color: var(--muted); line-height: 1.6; }
.why-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 1.5rem; margin: 1.5rem 0 2.5rem; }
.why-card { border: 1px solid var(--border-l); border-top: 3px solid var(--red); padding: 1.8rem; }
.why-card h4 { font-family: 'Montserrat', sans-serif; font-size: 0.88rem; font-weight: 700; color: var(--black); margin-bottom: 0.5rem; }
.why-card p { font-size: 0.83rem; color: var(--muted); margin: 0; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 1.5rem 0; }
.tag-link { font-family: 'Montserrat', sans-serif; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); background: var(--off); border: 1px solid var(--border-l); padding: 0.45rem 1rem; transition: all 0.2s; }
.tag-link:hover { background: var(--red); color: #fff; border-color: var(--red); }

/* Blog */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 2rem; }
.blog-card { border: 1px solid var(--border-l); text-decoration: none; display: block; transition: all 0.25s; overflow: hidden; }
.blog-card:hover { box-shadow: 0 8px 40px rgba(0,0,0,0.08); transform: translateY(-4px); }
.blog-card-img { aspect-ratio: 16/9; background: var(--gray); overflow: hidden; }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.blog-card:hover .blog-card-img img { transform: scale(1.04); }
.blog-card-body { padding: 1.8rem; }
.blog-tag { font-family: 'Montserrat', sans-serif; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red); display: block; margin-bottom: 0.7rem; }
.blog-card h3 { font-family: 'Montserrat', sans-serif; font-size: 1.05rem; font-weight: 700; color: var(--black); line-height: 1.4; margin-bottom: 0.7rem; }
.blog-card p { font-size: 0.84rem; color: var(--muted); line-height: 1.7; }
.blog-meta { display: flex; gap: 1rem; color: #ccc; font-size: 0.72rem; margin-top: 1.2rem; padding-top: 1rem; border-top: 1px solid var(--border-l); font-family: 'Montserrat', sans-serif; }

/* ── ANIMATIONS ─────────────────────────────────────────── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
[data-anim] { opacity: 0; }
[data-anim].in { animation: fadeUp 0.65s ease forwards; }
[data-anim][data-d="1"].in { animation-delay: 0.1s; }
[data-anim][data-d="2"].in { animation-delay: 0.2s; }
[data-anim][data-d="3"].in { animation-delay: 0.3s; }
[data-anim][data-d="4"].in { animation-delay: 0.4s; }

/* ── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 1100px) {
  .about-split { grid-template-columns: 1fr; }
  .about-photo-panel { min-height: 400px; }
  .about-photo-panel::after { display: none; }
  .specialty-grid { grid-template-columns: repeat(2, 1fr); }
  .review-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 3rem; }
  .services-header-row { grid-template-columns: 1fr; gap: 0; }
  .services-sticky-label { position: static; padding-bottom: 3rem; }
  .maggie-inner { grid-template-columns: 1fr; gap: 3rem; }
}
@media (max-width: 768px) {
  .nav-menu, .nav-actions .btn { display: none; }
  .nav-burger { display: flex; }
  .hero-stats { position: static; flex-wrap: wrap; }
  .h-stat { flex: 1 1 50%; }
  .specialty-grid { grid-template-columns: 1fr; }
  .areas-grid { grid-template-columns: repeat(3, 1fr); }
  .review-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-section { flex-direction: column; text-align: center; }
  .makes-logo-strip { justify-content: center; }
  .make-item { flex: 0 0 calc(100% / 4); }
  .services-header-row { padding: 4rem 6% 0; }
}
@media (max-width: 480px) {
  .h-stat { flex: 1 1 100%; border-right: none; }
  .areas-grid { grid-template-columns: repeat(2, 1fr); }
  .make-item { flex: 0 0 calc(100% / 3); }
  .hero-cta { flex-direction: column; }
  .cta-actions { flex-direction: column; width: 100%; }
  .cta-actions .btn { text-align: center; width: 100%; justify-content: center; }
}

/* ── LEGACY CLASS ALIASES (inner page compatibility) ─────── */

/* Page body */
.page-content { max-width: 1100px; margin: 0 auto; padding: 5rem 6%; }
.page-content h2 { font-family: 'Montserrat', sans-serif; font-size: 1.6rem; color: #0a0a0a; margin: 3rem 0 1rem; }
.page-content h3 { font-family: 'Montserrat', sans-serif; font-size: 1.1rem; color: #0a0a0a; margin: 2rem 0 0.7rem; }
.page-content p { color: #666; line-height: 1.9; margin-bottom: 1.2rem; }
.page-content ul { list-style: none; margin-bottom: 1.5rem; }
.page-content ul li { position: relative; padding-left: 1.2rem; color: #666; font-size: 0.95rem; line-height: 1.9; }
.page-content ul li::before { content: ''; position: absolute; left: 0; top: 0.75rem; width: 5px; height: 5px; background: #cc1111; border-radius: 50%; }

/* Symptoms */
.symptoms-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 1px; background: #e0e0e0; margin: 1.5rem 0 2.5rem; }
.symptom-item { background: #fff; border-left: 3px solid #cc1111; padding: 1.2rem 1.3rem; font-size: 0.88rem; color: #555; line-height: 1.6; display: flex; gap: 0.8rem; align-items: flex-start; }
.symptom-item .check { color: #cc1111; font-weight: 700; flex-shrink: 0; }

/* Process steps */
.process-steps { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 2rem; margin: 1.5rem 0 2.5rem; }
.process-step { text-align: center; padding: 2rem; background: #f7f7f7; }
.process-step .step-number { font-family: 'Bebas Neue', sans-serif; font-size: 4rem; color: rgba(204,17,17,0.2); line-height: 1; margin-bottom: 0.5rem; }
.process-step h4 { font-family: 'Montserrat', sans-serif; font-size: 0.9rem; font-weight: 700; color: #0a0a0a; margin-bottom: 0.5rem; }
.process-step p { font-size: 0.83rem; color: #666; margin: 0; }

/* Why grid */
.why-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 1.5rem; margin: 1.5rem 0 2.5rem; }
.why-card { border: 1px solid #e0e0e0; border-top: 3px solid #cc1111; padding: 1.8rem; }
.why-card h4 { font-family: 'Montserrat', sans-serif; font-size: 0.88rem; font-weight: 700; color: #0a0a0a; margin-bottom: 0.5rem; }
.why-card p { font-size: 0.83rem; color: #666; margin: 0; }

/* Related services */
.related-services { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 1.5rem 0; }
.related-link { font-family: 'Montserrat', sans-serif; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #666; background: #f7f7f7; border: 1px solid #e0e0e0; padding: 0.45rem 1rem; transition: all 0.2s; text-decoration: none; }
.related-link:hover { background: #cc1111; color: #fff; border-color: #cc1111; }

/* CTA band (old style) */
.cta-band { background: #cc1111; padding: 5rem 0; }
.cta-band .container { max-width: 1200px; margin: 0 auto; padding: 0 6%; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 2rem; }
.cta-band h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.5rem,5vw,4.5rem); color: #fff; letter-spacing: 0.04em; font-weight: 400; line-height: 0.95; }
.cta-band p { color: rgba(255,255,255,0.8); font-size: 1rem; margin-top: 0.6rem; }
.cta-buttons { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.btn-dark { display: inline-flex; align-items: center; font-family: 'Montserrat', sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; padding: 1rem 2.4rem; background: #0a0a0a; color: #fff; border: none; transition: all 0.22s; text-decoration: none; }
.btn-dark:hover { background: #1a1a1a; transform: translateY(-2px); }
.btn-white { display: inline-flex; align-items: center; font-family: 'Montserrat', sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; padding: 1rem 2.4rem; background: #fff; color: #0a0a0a; border: none; transition: all 0.22s; text-decoration: none; }
.btn-white:hover { background: #f0f0f0; transform: translateY(-2px); }

/* Callout / highlight box */
.highlight-box { background: #f7f7f7; border-left: 4px solid #cc1111; padding: 2rem 2.5rem; margin: 2.5rem 0; }
.highlight-box h3 { color: #0a0a0a; margin: 0 0 0.7rem; font-family: 'Montserrat', sans-serif; }
.highlight-box p { margin: 0; color: #555; }

/* Blog cards (old class) */
.blog-card-image { overflow: hidden; aspect-ratio: 16/9; background: #f0f0f0; }

/* Inner hero as div (not section) */
div.inner-hero { background: #111; padding: 7rem 6% 4.5rem; margin-top: 70px; border-bottom: 1px solid #2a2a2a; }
div.inner-hero h1 { font-family: 'Bebas Neue', sans-serif; color: #fff !important; font-size: clamp(2.5rem,5vw,5rem); letter-spacing: 0.04em; font-weight: 400; margin-bottom: 1rem; }
div.inner-hero p { color: #777 !important; font-size: 1rem; max-width: 680px; line-height: 1.8; }
div.inner-hero .breadcrumb a { color: #777; font-family: 'Montserrat', sans-serif; font-size: 0.65rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; }
div.inner-hero .breadcrumb .sep { color: #333; margin: 0 0.3rem; }

/* Vehicles list on make pages */
.vehicles-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 1rem; margin: 1.5rem 0; }
.vehicle-item { background: #f7f7f7; border: 1px solid #e0e0e0; padding: 0.8rem 1.2rem; font-family: 'Montserrat', sans-serif; font-size: 0.82rem; font-weight: 600; color: #333; }

@media (max-width: 768px) {
  .cta-band .container { flex-direction: column; text-align: center; }
  .process-steps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .process-steps { grid-template-columns: 1fr; }
}

/* ── SECTION + CONTAINER (inner page layout) ──────────────── */
.section { padding: 6rem 0; }
.section-dark { background: #111; }
.section-dark h2, .section-dark h3, .section-dark h4 { color: #fff; }
.section-dark p { color: #888; }
.section-gray { background: #f7f7f7; }
.section-gray h2, .section-gray h3, .section-gray h4 { color: #0a0a0a; }
.section-gray p { color: #555; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 6%; }
.section-header { margin-bottom: 3rem; }
.section-header h2 { font-family: 'Montserrat', sans-serif; font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 700; color: #0a0a0a; margin-bottom: 0.5rem; }
.section-dark .section-header h2 { color: #fff; }
.section-eyebrow { font-family: 'Montserrat', sans-serif; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.3em; text-transform: uppercase; color: #cc1111; display: block; margin-bottom: 0.8rem; }

/* ── TRUST BAR ────────────────────────────────────────────── */
.trust-bar {
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: 2rem;
  background: #f7f7f7; padding: 1.4rem 6%;
  border-bottom: 1px solid #e0e0e0;
}
.trust-item {
  display: flex; align-items: center; gap: 0.5rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.04em;
  color: #333;
}
.trust-icon { color: #cc1111; font-size: 1rem; line-height: 1; }

/* ── SERVICES GRID (inner hub page) ──────────────────────── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.5rem;
}
.service-card {
  display: block;
  background: #1a1a1a; border: 1px solid #2a2a2a;
  padding: 2rem 1.8rem;
  text-decoration: none;
  transition: all 0.25s;
}
.service-card:hover { border-color: #cc1111; transform: translateY(-3px); }
.service-icon { display: none; } /* hide old CDN cartoon icons */
.service-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem; font-weight: 700;
  color: #fff; margin-bottom: 0.5rem;
}
.service-card p { font-size: 0.83rem; color: #888; margin: 0 0 1.2rem; line-height: 1.6; }
.learn-more {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: #cc1111;
}

/* ── CITY FEATURE GRID ────────────────────────────────────── */
.city-features {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.5rem; margin: 1.5rem 0 2.5rem;
}
.city-feature {
  background: #f7f7f7; border: 1px solid #e0e0e0;
  border-top: 3px solid #cc1111;
  padding: 1.6rem 1.8rem;
}
.city-feature h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.88rem; font-weight: 700;
  color: #0a0a0a; margin-bottom: 0.4rem;
}
.city-feature p { font-size: 0.83rem; color: #666; margin: 0; line-height: 1.65; }

/* ── CITY LINKS ───────────────────────────────────────────── */
.other-cities { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 1.5rem 0; }
.city-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: #666; background: #f7f7f7;
  border: 1px solid #e0e0e0;
  padding: 0.45rem 1rem;
  transition: all 0.2s; display: inline-block;
}
.city-link:hover { background: #cc1111; color: #fff; border-color: #cc1111; }

/* ── RESPONSIVE (new additions) ──────────────────────────── */
@media (max-width: 768px) {
  .trust-bar { gap: 1rem; }
  .trust-item { font-size: 0.72rem; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .services-grid { grid-template-columns: 1fr; }
}
