/* ==================================================================
   TOWN AUTOBODY RENTALS — design system
   Palette:  ink #14181F · birch #FAF8F3 · amber #E8A33D
             pine #1F6F63 · tail-red #C1443B · steel #5B6472
   Type:     display  — 'Space Grotesk'
             body     — 'Inter'
             utility  — 'IBM Plex Mono' (prices, plate chips, data)
   Signature: license-plate chips + a dashed "route line" divider
              with a travelling car mark between major sections.
   ================================================================== */

:root {
  --ink: #14181f;
  --ink-soft: #232a35;
  --birch: #faf8f3;
  --birch-dim: #f0ece2;
  --paper: #ffffff;
  --amber: #e8a33d;
  --amber-dark: #c6842a;
  --pine: #1f6f63;
  --pine-dark: #164f46;
  --tail-red: #c1443b;
  --steel: #5b6472;
  --steel-light: #8b93a0;
  --line: #e3ddce;
  --line-dark: #2c3340;

  --font-display: "Space Grotesk", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Inter", "Helvetica Neue", Arial, sans-serif;
  --font-mono: "IBM Plex Mono", "SFMono-Regular", Menlo, monospace;

  --container: 1240px;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 22px;
  --shadow-card: 0 1px 2px rgba(20, 24, 31, 0.06), 0 10px 30px -14px rgba(20, 24, 31, 0.25);
  --shadow-pop: 0 20px 50px -20px rgba(20, 24, 31, 0.45);
}

/* ---------- reset ---------- */
* , *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--birch);
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
button { font-family: inherit; cursor: pointer; }
input, select, button { font-family: inherit; font-size: inherit; }
h1, h2, h3, h4 { font-family: var(--font-display); margin: 0; letter-spacing: -0.01em; }
p { margin: 0; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}

:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 2px;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pine);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--amber);
  display: inline-block;
}

.section {
  padding: 96px 0;
}
.section--tight { padding: 64px 0; }
.section-head {
  max-width: 640px;
  margin-bottom: 48px;
}
.section-head h2 {
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  margin-top: 14px;
  line-height: 1.1;
}
.section-head p {
  margin-top: 16px;
  color: var(--steel);
  font-size: 1.05rem;
}
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-primary {
  background: var(--amber);
  color: var(--ink);
  box-shadow: 0 10px 24px -10px rgba(232, 163, 61, 0.7);
}
.btn-primary:hover { background: var(--amber-dark); }
.btn-dark {
  background: var(--ink);
  color: var(--birch);
}
.btn-dark:hover { background: var(--ink-soft); }
.btn-ghost {
  background: transparent;
  border-color: rgba(20, 24, 31, 0.18);
  color: var(--ink);
}
.btn-ghost:hover { border-color: var(--ink); }
.btn-ghost-light {
  background: rgba(250, 248, 243, 0.08);
  border-color: rgba(250, 248, 243, 0.4);
  color: var(--birch);
}
.btn-ghost-light:hover { background: rgba(250, 248, 243, 0.16); }
.btn-block { width: 100%; }
.btn-sm { padding: 10px 18px; font-size: 0.85rem; }

/* ---------- plate chip (signature micro-component) ---------- */
.plate {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1.5px solid var(--ink);
  border-radius: 5px;
  padding: 5px 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--paper);
  box-shadow: inset 0 0 0 2px var(--birch);
}
.plate--amber { border-color: var(--amber-dark); color: var(--amber-dark); }
.plate--pine { border-color: var(--pine); color: var(--pine); }
.plate--light { background: transparent; border-color: rgba(250, 248, 243, 0.55); color: var(--birch); box-shadow: none; }

/* ---------- route divider (signature element) ---------- */
.route-divider {
  position: relative;
  height: 34px;
  margin: 0 auto;
  max-width: var(--container);
  padding: 0 24px;
  overflow: hidden;
}
.route-divider::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 50%;
  border-top: 3px dashed var(--line);
  transform: translateY(-50%);
}
.route-divider .car-mark {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scaleX(-1);
  animation: drive 9s linear infinite;
  color: var(--amber-dark);
}
.route-divider.on-dark::before { border-top-color: rgba(250, 248, 243, 0.25); }
@keyframes drive {
  0% { left: -5%; }
  100% { left: 105%; }
}

/* ==================== HEADER ==================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 248, 243, 0.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow 0.2s ease;
}
.site-header.is-scrolled { box-shadow: 0 6px 20px -14px rgba(20, 24, 31, 0.3); }
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 76px;
}
.brand { display: flex; align-items: center; gap: 10px; }
.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--ink);
  color: var(--amber);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
}
.brand-name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.08rem;
  line-height: 1.1;
}
.brand-name span { display: block; font-family: var(--font-mono); font-weight: 400; font-size: 0.66rem; letter-spacing: 0.1em; color: var(--steel); text-transform: uppercase; margin-top: 2px; }

.nav-main { display: flex; align-items: center; gap: 30px; }
.nav-main a {
  font-size: 0.93rem;
  font-weight: 500;
  color: var(--ink-soft);
  position: relative;
  padding: 6px 0;
}
.nav-main a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2px;
  background: var(--amber);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}
.nav-main a:hover::after,
.nav-main a.active::after { transform: scaleX(1); }

.header-actions { display: flex; align-items: center; gap: 14px; }
.header-phone { display: flex; align-items: center; gap: 8px; font-size: 0.9rem; font-weight: 600; }
.header-phone svg { color: var(--pine); }
.nav-toggle {
  display: none;
  width: 42px; height: 42px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--paper);
  align-items: center; justify-content: center;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: "";
  display: block;
  width: 18px; height: 2px;
  background: var(--ink);
  position: relative;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.nav-toggle span::before { position: absolute; top: -6px; }
.nav-toggle span::after { position: absolute; top: 6px; }

/* ==================== HERO ==================== */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: flex-start;
  padding-top: 96px;
  color: var(--birch);
  overflow: hidden;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.hero-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 68%;
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(20,24,31,0.75) 0%, rgba(20,24,31,0.35) 38%, rgba(20,24,31,0.55) 72%, var(--ink) 100%);
}
.hero-content {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 56px 24px 0;
}
.hero-content .eyebrow { color: var(--amber); }
.hero-content .eyebrow::before { background: var(--amber); }
.hero-content h1 {
  font-size: clamp(2.4rem, 5.4vw, 4.2rem);
  line-height: 1.03;
  max-width: 15ch;
  margin-top: 18px;
}
.hero-content .lede {
  margin-top: 20px;
  font-size: 1.15rem;
  max-width: 46ch;
  color: rgba(250, 248, 243, 0.85);
}
.hero-cta-row { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }

/* search widget */
.search-widget {
  margin: 56px auto 0;
  background: var(--paper);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-pop);
  padding: 22px;
  color: var(--ink);
  transform: translateY(30%);
}
.search-widget-tabs { display: flex; gap: 6px; margin-bottom: 16px; }
.search-tab {
  border: none;
  background: var(--birch-dim);
  color: var(--steel);
  padding: 9px 18px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.search-tab.active { background: var(--ink); color: var(--birch); }
.search-fields {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr auto;
  gap: 12px;
  align-items: end;
}
.field { display: flex; flex-direction: column; gap: 6px; }
.field label {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--steel);
}
.field select, .field input {
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 12px 12px;
  font-size: 0.95rem;
  color: var(--ink);
  background: var(--paper);
  transition: border-color 0.15s ease;
}
.field select:focus, .field input:focus { border-color: var(--pine); outline: none; }
.search-widget .btn-primary { height: 48px; }

.hero-stats {
  margin-top: 150px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.hero-stat { text-align: left; }
.hero-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.5rem;
}
.hero-stat span { font-size: 0.78rem; color: rgba(250, 248, 243, 0.7); }

/* ==================== TRUST STRIP ==================== */
.trust-strip {
  background: var(--ink);
  color: var(--birch);
  padding: 22px 0;
}
.trust-strip .container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  align-items: center;
  justify-content: space-between;
}
.trust-item { display: flex; align-items: center; gap: 10px; font-size: 0.88rem; color: rgba(250,248,243,0.85); }
.trust-item svg { color: var(--amber); flex-shrink: 0; }

/* ==================== FLEET / FILTERS ==================== */
.filter-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.filter-chip {
  border: 1.5px solid var(--line);
  background: var(--paper);
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--steel);
  transition: all 0.15s ease;
}
.filter-chip.active, .filter-chip:hover {
  border-color: var(--ink);
  color: var(--ink);
  background: var(--birch-dim);
}

.fleet-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 26px;
}

.car-card {
  background: var(--paper);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.car-card:hover { transform: translateY(-5px); box-shadow: 0 24px 40px -18px rgba(20,24,31,0.32); }
.car-card-media { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--birch-dim); }
.car-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.car-card:hover .car-card-media img { transform: scale(1.06); }
.car-card-tag {
  position: absolute; top: 12px; left: 12px;
}
.car-card-price {
  position: absolute; bottom: 12px; right: 12px;
  background: var(--paper);
  border-radius: var(--radius-sm);
  padding: 6px 10px;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 600;
  box-shadow: var(--shadow-card);
}
.car-card-price b { font-size: 0.95rem; }
.car-card-body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.car-card-body h3 { font-size: 1.15rem; }
.car-card-body .muted { color: var(--steel); font-size: 0.88rem; }
.car-card-specs {
  display: flex; flex-wrap: wrap; gap: 10px 16px;
  font-size: 0.78rem; color: var(--steel);
  padding-top: 10px;
  border-top: 1px dashed var(--line);
}
.car-card-specs span { display: inline-flex; align-items: center; gap: 5px; }
.car-card-specs svg { color: var(--pine); }
.car-card-cta { margin-top: auto; padding-top: 6px; }

/* ==================== HOW IT WORKS ==================== */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.step {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 30px 26px;
  position: relative;
}
.step-num {
  font-family: var(--font-mono);
  color: var(--amber-dark);
  font-size: 0.85rem;
  border: 1.5px solid var(--amber-dark);
  border-radius: 999px;
  width: 34px; height: 34px;
  display: grid; place-items: center;
  margin-bottom: 20px;
}
.step h3 { font-size: 1.15rem; margin-bottom: 10px; }
.step p { color: var(--steel); font-size: 0.94rem; }

/* ==================== VALUE PROPS (dark band) ==================== */
.value-band {
  background: var(--ink);
  color: var(--birch);
  position: relative;
}
.value-band .section-head p { color: rgba(250,248,243,0.65); }
.value-band .section-head .eyebrow { color: var(--amber); }
.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(250,248,243,0.12);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.value-item {
  background: var(--ink-soft);
  padding: 30px 24px;
}
.value-item svg { color: var(--amber); margin-bottom: 16px; }
.value-item h3 { font-size: 1.05rem; margin-bottom: 8px; }
.value-item p { color: rgba(250,248,243,0.65); font-size: 0.88rem; }

/* ==================== CROSS-SELL / AUTO BODY BAND ==================== */
.crosssell {
  background: var(--birch-dim);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.crosssell-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 50px;
  align-items: center;
}
.crosssell-media { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-card); }
.crosssell-media img { aspect-ratio: 5/4; object-fit: cover; }
.crosssell-list { margin-top: 22px; display: flex; flex-direction: column; gap: 14px; }
.crosssell-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 0.95rem; }
.crosssell-list svg { color: var(--pine); flex-shrink: 0; margin-top: 3px; }

/* ==================== TESTIMONIALS ==================== */
.testimonials { position: relative; }
.testi-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
  scrollbar-width: none;
}
.testi-track::-webkit-scrollbar { display: none; }
.testi-card {
  scroll-snap-align: start;
  flex: 0 0 min(420px, 86vw);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 28px;
  box-shadow: var(--shadow-card);
}
.testi-stars { color: var(--amber); letter-spacing: 2px; margin-bottom: 14px; }
.testi-card p.quote { font-size: 1.02rem; color: var(--ink-soft); }
.testi-who { display: flex; align-items: center; gap: 12px; margin-top: 20px; }
.testi-avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--pine); color: var(--birch);
  display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 600;
}
.testi-who strong { display: block; font-size: 0.92rem; }
.testi-who span { font-size: 0.8rem; color: var(--steel); }
.testi-controls { display: flex; gap: 10px; margin-top: 24px; }
.testi-controls button {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--paper);
  display: grid; place-items: center;
}
.testi-controls button:hover { border-color: var(--ink); }

/* ==================== SERVICE AREA ==================== */
.service-area {
  position: relative;
  color: var(--birch);
  overflow: hidden;
  border-radius: var(--radius-lg);
  margin: 0 24px;
}
.service-area img { width: 100%; height: 420px; object-fit: cover; }
.service-area::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(20,24,31,0.9) 15%, rgba(20,24,31,0.25) 75%);
}
.service-area-copy {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: center;
  padding: 0 56px;
  max-width: 560px;
}
.service-area-copy h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); margin-top: 14px; }
.service-area-copy p { margin-top: 14px; color: rgba(250,248,243,0.82); }
.service-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }

/* ==================== CTA BAND ==================== */
.cta-band {
  background: linear-gradient(120deg, var(--pine) 0%, var(--pine-dark) 100%);
  color: var(--birch);
  border-radius: var(--radius-lg);
  margin: 0 24px;
  padding: 64px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.cta-band h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); max-width: 20ch; }
.cta-band p { margin-top: 10px; color: rgba(250,248,243,0.8); }

/* ==================== FOOTER ==================== */
.site-footer {
  background: var(--ink);
  color: rgba(250,248,243,0.75);
  padding: 72px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(250,248,243,0.12);
}
.footer-brand p { margin-top: 14px; font-size: 0.9rem; max-width: 32ch; }
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.footer-social a {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid rgba(250,248,243,0.25);
  display: grid; place-items: center;
}
.footer-social a:hover { border-color: var(--amber); color: var(--amber); }
.footer-col h4 { font-size: 0.85rem; color: var(--birch); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 16px; }
.footer-col li { margin-bottom: 10px; font-size: 0.9rem; }
.footer-col a:hover { color: var(--amber); }
.footer-bottom {
  padding-top: 24px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  font-size: 0.8rem; color: rgba(250,248,243,0.5);
}

/* back to top */
.back-to-top {
  position: fixed;
  right: 22px; bottom: 22px;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--amber);
  display: grid; place-items: center;
  box-shadow: var(--shadow-pop);
  opacity: 0; pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 90;
  border: none;
}
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

/* ==================================================================
   DETAILS PAGE
   ================================================================== */
.breadcrumb {
  display: flex; gap: 8px; align-items: center;
  font-size: 0.85rem; color: var(--steel);
  padding: 24px 0 0;
}
.breadcrumb a:hover { color: var(--pine); }
.breadcrumb .sep { color: var(--line); }

.details-hero { padding: 24px 0 64px; }
.details-grid {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 44px;
  align-items: start;
}

.gallery-main {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 16/10;
  background: var(--birch-dim);
  box-shadow: var(--shadow-card);
}
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumbs { display: flex; gap: 12px; margin-top: 14px; }
.gallery-thumbs button {
  border: 2px solid transparent;
  border-radius: var(--radius-sm);
  overflow: hidden;
  padding: 0;
  width: 96px; height: 68px;
  background: var(--birch-dim);
  flex-shrink: 0;
}
.gallery-thumbs button.active { border-color: var(--amber-dark); }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }

.car-title-row {
  display: flex; justify-content: space-between; align-items: flex-start;
  gap: 20px; margin-top: 30px; flex-wrap: wrap;
}
.car-title-row h1 { font-size: clamp(1.8rem, 3vw, 2.5rem); }
.car-title-row .muted { color: var(--steel); margin-top: 8px; }
.rating-pill {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.85rem; font-weight: 600;
  background: var(--birch-dim);
  border-radius: 999px;
  padding: 8px 14px;
}
.rating-pill svg { color: var(--amber); }

.spec-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  margin-top: 30px;
  padding: 22px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}
.spec-item { text-align: center; }
.spec-item svg { color: var(--pine); }
.spec-item strong { display: block; font-size: 0.85rem; margin-top: 8px; }
.spec-item span { font-size: 0.72rem; color: var(--steel); }

.details-block { margin-top: 44px; }
.details-block h2 { font-size: 1.4rem; margin-bottom: 16px; }
.details-block p { color: var(--ink-soft); }
.highlight-list {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
  margin-top: 18px;
}
.highlight-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 0.94rem; }
.highlight-list svg { color: var(--pine); flex-shrink: 0; margin-top: 3px; }

.accordion { border-top: 1px solid var(--line); margin-top: 10px; }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-trigger {
  width: 100%; display: flex; justify-content: space-between; align-items: center;
  background: none; border: none; padding: 18px 2px; text-align: left;
  font-family: var(--font-display); font-size: 1rem; font-weight: 600;
}
.accordion-trigger svg { transition: transform 0.2s ease; color: var(--steel); flex-shrink: 0; }
.accordion-item.open .accordion-trigger svg { transform: rotate(45deg); }
.accordion-panel {
  max-height: 0; overflow: hidden; transition: max-height 0.25s ease;
}
.accordion-panel-inner { padding: 0 2px 18px; color: var(--steel); font-size: 0.94rem; }

/* booking sidebar */
.booking-card {
  position: sticky;
  top: 96px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 26px;
  box-shadow: var(--shadow-pop);
}
.booking-price { display: flex; align-items: baseline; gap: 8px; }
.booking-price .amount { font-family: var(--font-display); font-size: 2rem; }
.booking-price .per { color: var(--steel); font-size: 0.9rem; }
.booking-form { margin-top: 20px; display: flex; flex-direction: column; gap: 14px; }
.booking-form .field select, .booking-form .field input { width: 100%; }
.booking-form .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.booking-summary {
  margin-top: 18px; padding-top: 18px; border-top: 1px dashed var(--line);
  display: flex; flex-direction: column; gap: 10px; font-size: 0.9rem;
}
.booking-summary .line { display: flex; justify-content: space-between; color: var(--steel); }
.booking-summary .line.total { color: var(--ink); font-weight: 700; font-size: 1.05rem; padding-top: 10px; border-top: 1px solid var(--line); }
.booking-note { display: flex; gap: 8px; align-items: flex-start; margin-top: 16px; font-size: 0.8rem; color: var(--steel); }
.booking-note svg { color: var(--pine); flex-shrink: 0; margin-top: 2px; }
.form-error { font-size: 0.8rem; color: var(--tail-red); display: none; }
.form-error.visible { display: block; }
.booking-confirm {
  display: none;
  margin-top: 16px;
  background: rgba(31, 111, 99, 0.1);
  border: 1px solid var(--pine);
  color: var(--pine-dark);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  font-size: 0.85rem;
}
.booking-confirm.visible { display: block; }

.similar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

/* ==================================================================
   RESPONSIVE
   ================================================================== */
@media (max-width: 1080px) {
  .search-fields { grid-template-columns: 1fr 1fr; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; }
  .crosssell-inner { grid-template-columns: 1fr; }
  .details-grid { grid-template-columns: 1fr; }
  .booking-card { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .similar-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .nav-main { display: none; }
  .header-phone { display: none; }
  .nav-toggle { display: inline-flex; }
  .hero { min-height: auto; padding-bottom: 60px; }
  .hero-content { padding-top: 30px; }
  .search-widget { transform: none; margin-top: 40px; }
  .hero-stats { margin-top: 30px; }
  .spec-strip { grid-template-columns: repeat(3, 1fr); row-gap: 20px; }
  .service-area, .cta-band { margin: 0 16px; }
  .cta-band { padding: 44px 30px; }
}

@media (max-width: 640px) {
  .section { padding: 64px 0; }
  .search-fields { grid-template-columns: 1fr; }
  .value-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .highlight-list { grid-template-columns: 1fr; }
  .similar-grid { grid-template-columns: 1fr; }
  .car-title-row { flex-direction: column; }
  .crosssell-inner { gap: 30px; }
  .service-area-copy { padding: 0 26px; }
}

/* mobile nav drawer */
.mobile-nav {
  position: fixed; inset: 0;
  background: var(--ink);
  color: var(--birch);
  z-index: 200;
  padding: 28px 26px;
  display: flex; flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.25s ease;
}
.mobile-nav.open { transform: translateX(0); }
.mobile-nav-top { display: flex; justify-content: space-between; align-items: center; }
.mobile-nav-close { width: 40px; height: 40px; border-radius: 10px; border: 1px solid rgba(250,248,243,0.3); background: none; color: var(--birch); display: grid; place-items: center; }
.mobile-nav a { display: block; padding: 16px 0; font-size: 1.2rem; font-family: var(--font-display); border-bottom: 1px solid rgba(250,248,243,0.1); }
.mobile-nav .btn { margin-top: 20px; }
