/* Local homepage concept: a clear product surface inspired by mature ecosystem UI. */
.home-body{
  --home-canvas:#f2f5f7;
  --home-paper:#fff;
  --home-ink:#10161b;
  --home-muted:#66727a;
  --home-line:#dfe5e8;
  --home-accent:#168bd2;
  --home-accent-deep:#0873b7;
  --home-radius-xl:28px;
  --home-radius-lg:22px;
  --home-radius-md:14px;
  background:var(--home-canvas);
}
.home-body #content{background:var(--home-canvas)}
.home-body .section-shell{width:min(1280px,calc(100% - 48px))}
.home-body .showroom-hero{padding:24px 0 0;background:var(--home-canvas)}

/* Hero: content and imagery are separated, so both remain readable. */
.home-body .hero-stage{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  touch-action:pan-y;
  width:min(1440px,calc(100% - 48px));
  height:620px;
  margin:0 auto;
  border:1px solid var(--home-line);
  border-radius:var(--home-radius-xl);
  background:#fff;
  color:var(--home-ink);
  box-shadow:0 18px 54px rgba(19,34,45,.06);
}
.home-body .home-hero-slide{
  position:absolute;
  inset:0;
  z-index:0;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateX(8px);
}
.home-body .home-hero-slide[hidden]{display:none}
.home-body .home-hero-slide.is-active{
  z-index:1;
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:none;
}
.home-body .home-hero-slide>picture{
  position:absolute;
  inset:0 0 0 43%;
  overflow:hidden;
  background:#071017;
}
.home-body .home-hero-slide .hero-stage__shade{position:absolute;inset:0;z-index:1}
.home-body .home-hero-slide .hero-layout{position:relative;z-index:2}
.home-body .home-hero-slide--promo>picture{display:grid;place-items:center}
.home-body .home-hero-slide--promo .hero-stage__image{object-fit:contain;object-position:center}
.home-body .home-hero-slide--travel .hero-stage__image{object-fit:cover;object-position:70% center}
.home-body .hero-stage.is-ready .home-hero-slide{
  transition:opacity 460ms cubic-bezier(.2,.8,.2,1),transform 460ms cubic-bezier(.2,.8,.2,1),visibility 0s linear 460ms;
}
.home-body .hero-stage.is-ready .home-hero-slide.is-active{transition-delay:0s}
.home-body .hero-stage__image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:56% center;
  filter:saturate(.9) contrast(1.02) brightness(.93);
}
.home-body .hero-stage__video{display:none}
.home-body .hero-stage__shade{
  background:
    linear-gradient(90deg,#fff 0%,#fff 37%,rgba(255,255,255,.98) 43%,rgba(255,255,255,.72) 50%,rgba(255,255,255,0) 65%),
    linear-gradient(0deg,rgba(4,9,13,.28),rgba(4,9,13,0) 45%);
}
.home-body .hero-layout{
  width:100%;
  height:100%;
  padding:0 clamp(38px,4.2vw,68px);
  display:block;
}
.home-body .hero-copy{
  width:min(49%,610px);
  height:100%;
  padding:64px 0 48px;
  display:flex;
  align-items:flex-start;
  flex-direction:column;
  justify-content:center;
}
.home-body .hero-kicker{
  width:max-content;
  min-height:34px;
  margin:0 0 24px;
  padding:0 13px;
  border:1px solid #cfe6f3;
  border-radius:999px;
  background:#edf7fc;
  color:#275e79;
  font-size:11px;
  font-weight:650;
  letter-spacing:.01em;
}
.home-body .hero-kicker span{width:8px;height:8px;background:#27a0e4;box-shadow:0 0 0 4px rgba(39,160,228,.12)}
.home-body .hero-copy :is(h1,h2){
  margin:0;
  max-width:620px;
  color:var(--home-ink);
  font-size:clamp(52px,4.35vw,68px);
  font-weight:650;
  line-height:1.01;
  letter-spacing:-.055em;
}
.home-body .hero-copy__lead{
  max-width:540px;
  margin:24px 0 30px;
  color:#53616a;
  font-size:17px;
  line-height:1.52;
}
.home-body .hero-actions{gap:10px;align-items:stretch}
.home-body .hero-actions .button{min-height:54px;padding:0 25px;border-radius:12px;font-size:13px;font-weight:620}
.home-body .hero-actions .button--light{border-color:var(--home-accent);background:var(--home-accent);color:#fff}
.home-body .hero-actions .button--ghost{border-color:#cfd8dd;background:#fff;color:#202b31}
.home-body .hero-facts{
  margin-top:34px;
  padding-top:20px;
  border-top:1px solid #e2e7ea;
  display:flex;
  flex-wrap:wrap;
  gap:9px 24px;
  color:#64717a;
  font-size:12px;
}
.home-body .hero-facts span{display:flex;align-items:center;gap:9px}
.home-body .hero-facts span::before{content:"";width:5px;height:5px;border-radius:50%;background:#8ab8cf}

.home-body .home-hero-nav{
  position:absolute;
  right:24px;
  bottom:24px;
  z-index:6;
  min-height:48px;
  padding:3px;
  display:flex;
  align-items:center;
  gap:3px;
  border:1px solid rgba(209,218,223,.92);
  border-radius:14px;
  background:#fff;
  box-shadow:0 10px 30px rgba(11,21,28,.14);
}
.home-body .home-hero-nav__pages{display:flex;align-items:center;gap:3px}
.home-body .home-hero-nav button{
  min-width:44px;
  height:44px;
  padding:0 10px;
  border:0;
  border-radius:11px;
  display:grid;
  place-items:center;
  background:transparent;
  color:#334048;
  font:650 13px/1 Montserrat,sans-serif;
  cursor:pointer;
  transition:background-color 180ms,color 180ms,transform 180ms;
}
.home-body .home-hero-nav__page{border:1px solid #dce4e8!important;border-radius:999px!important}
.home-body .home-hero-nav__page.is-active{border-color:#20272d!important;background:#20272d;color:#fff}
.home-body .home-hero-nav__arrow{font-size:17px!important}
.home-body .home-hero-nav__pause span{position:relative;width:12px;height:14px;display:block}
.home-body .home-hero-nav__pause span::before,
.home-body .home-hero-nav__pause span::after{
  content:"";
  position:absolute;
  top:1px;
  bottom:1px;
  width:3px;
  border-radius:2px;
  background:currentColor;
}
.home-body .home-hero-nav__pause span::before{left:1px}
.home-body .home-hero-nav__pause span::after{right:1px}
.home-body .home-hero-nav__pause.is-paused span::before{
  left:2px;
  top:1px;
  bottom:auto;
  width:0;
  height:0;
  border-top:6px solid transparent;
  border-bottom:6px solid transparent;
  border-left:10px solid currentColor;
  border-radius:0;
  background:transparent;
}
.home-body .home-hero-nav__pause.is-paused span::after{display:none}
.home-body .home-hero-nav button:focus-visible{outline:3px solid rgba(22,139,210,.32);outline-offset:2px}
@media (hover:hover){
  .home-body .home-hero-nav button:hover{background:#edf3f6;color:#11191f;transform:translateY(-1px)}
  .home-body .home-hero-nav__page.is-active:hover{background:#11181d;color:#fff}
}

/* Finder: a calm, two-level product form. */
.home-body .vehicle-finder-shell{margin:18px 0 0;padding:0 var(--gutter) 6px;display:flow-root;background:transparent}
.home-body .vehicle-finder{
  max-width:1280px;
  min-height:0;
  margin-top:59px;
  padding:24px;
  grid-template-columns:minmax(150px,1.05fr) minmax(150px,1.05fr) minmax(135px,.85fr) minmax(270px,1.65fr) minmax(205px,1.15fr);
  column-gap:14px;
  row-gap:18px;
  align-items:end;
  border:1px solid var(--home-line);
  border-radius:20px;
  background:#fff;
  color:var(--home-ink);
  box-shadow:0 14px 40px rgba(19,34,45,.05);
}
.home-body .vehicle-finder__heading{
  height:auto;
  min-height:53px;
  padding:0 0 17px;
  grid-column:1/-1;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  grid-template-rows:auto auto;
  column-gap:20px;
  row-gap:4px;
  align-items:center;
  border-bottom:1px solid #e7ebee;
}
.home-body .vehicle-finder__heading span{grid-column:1;grid-row:1;color:#74818a;font-size:10px;font-weight:650;letter-spacing:.09em;text-transform:uppercase}
.home-body .vehicle-finder__heading b{grid-column:1;grid-row:2;align-self:center;color:var(--home-ink);font-size:20px;font-weight:650;line-height:1.2;letter-spacing:-.025em}
.home-body .vehicle-finder__heading .finder-reset{
  min-width:128px;
  min-height:42px;
  padding:0 14px;
  grid-column:2;
  grid-row:1/3;
  align-self:center;
  justify-self:end;
  border:1px solid #e0e6e9;
  border-radius:10px;
  background:#f7f9fa;
  color:#53616a;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:11px;
  font-weight:550;
  line-height:1;
  text-decoration:none;
}
.home-body .finder-field{height:76px;grid-template-rows:18px 52px;gap:6px}
.home-body .vehicle-finder .finder-field label{color:#65717a;font-size:11px;font-weight:600}
.home-body .finder-field--range{grid-column:auto}
.home-body .vehicle-finder .custom-select__trigger,
.home-body .vehicle-finder .finder-field input:not([type="range"]):not([type="hidden"]){
  height:52px;
  border-color:#d6dde1;
  border-radius:12px;
  background:#f7f9fa;
  color:#152028;
  font-size:13px;
}
.home-body .vehicle-finder .custom-select.is-disabled{opacity:1}
.home-body .vehicle-finder .custom-select.is-disabled .custom-select__trigger{border-color:#e4e8ea;background:#f2f4f5;color:#839098}
.home-body .vehicle-finder .custom-select__listbox{
  width:100%;
  min-width:100%;
  max-width:min(360px,calc(100vw - 32px));
  max-height:min(320px,50dvh);
  border-color:#d8dee2;
  border-radius:12px;
  background:#fff;
  color:#172129;
  box-shadow:0 22px 54px rgba(15,28,38,.16);
}
.home-body .vehicle-finder .custom-select__option{min-height:44px;border-radius:8px}
.home-body .vehicle-finder .custom-select__option.is-active,
.home-body .vehicle-finder .custom-select__option:hover{background:#edf5f9}
.home-body .vehicle-finder .custom-select__option.is-selected::after{background:var(--home-accent);box-shadow:0 0 0 3px rgba(22,139,210,.13)}
.home-body .price-range__head{height:18px;color:#65717a}
.home-body .price-range__head>span{font-size:11px;font-weight:600}
.home-body .price-range__head output{color:#42515a;font-size:10px}
.home-body .price-range__head i{color:#a1abb1}
.home-body .price-range__control{height:52px;border:0;border-radius:0;background:transparent}
.home-body .price-range__track{left:7px;right:7px;height:2px;background:#d5dde2}
.home-body .price-range__fill{background:var(--home-accent)}
.home-body .finder-field .price-range__slider{height:52px}
.home-body .price-range__slider::-webkit-slider-thumb{width:14px;height:14px;margin-top:-6px;background:var(--home-accent);box-shadow:0 0 0 2px #fff,0 1px 4px rgba(12,86,129,.2)}
.home-body .price-range__slider::-moz-range-thumb{width:14px;height:14px;background:var(--home-accent);box-shadow:0 0 0 2px #fff,0 1px 4px rgba(12,86,129,.2)}
.home-body .price-range__slider:active::-webkit-slider-thumb{background:var(--home-accent-deep);box-shadow:0 0 0 2px #fff,0 1px 5px rgba(12,86,129,.24)}
.home-body .price-range__slider:active::-moz-range-thumb{background:var(--home-accent-deep);box-shadow:0 0 0 2px #fff,0 1px 5px rgba(12,86,129,.24)}
.home-body .vehicle-finder__actions{height:76px;display:flex;align-items:flex-end;gap:0}
.home-body .vehicle-finder__actions .button{
  width:100%;
  height:52px;
  min-height:52px;
  padding:0 17px;
  grid-row:auto;
  border-color:#11191f;
  border-radius:12px;
  background:#11191f;
  color:#fff;
  font-size:12px;
  font-weight:650;
}
.home-body .vehicle-finder__actions .button.has-no-results{border-color:#dce2e5;background:#dce2e5;color:#53616a}

/* Shared section rhythm. */
.home-body .inventory-showcase,.home-body .home-services,.home-body .home-benefits,.home-body .work-steps{padding:92px 0 0}
.home-body .section-heading{margin-bottom:30px;grid-template-columns:minmax(0,1fr) minmax(300px,450px);gap:48px}
.home-body .section-kicker{margin-bottom:10px;color:#34708d;font-size:10px;font-weight:700;letter-spacing:.11em}
.home-body .section-heading h2,.home-body .home-adviser__copy h2{font-size:clamp(34px,3vw,44px);font-weight:650;line-height:1.08;letter-spacing:-.045em}
.home-body .section-heading__aside p{color:var(--home-muted);font-size:14px;line-height:1.55}
.home-body .section-heading__aside a{min-height:44px;display:flex;align-items:center;color:#1f5e7c;font-size:12px;font-weight:650}

/* Inventory cards. */
.home-body .home-selection__grid{gap:16px}
.home-body .home-car-card{
  border-color:var(--home-line);
  border-radius:var(--home-radius-lg);
  box-shadow:none;
}
.home-body .home-car-card>a{display:flex;flex-direction:column}
.home-body .home-car-card__visual{background:#edf1f3}
.home-body .home-car-card__visual img{object-fit:cover}
.home-body .car-state{top:14px;left:14px;padding:7px 10px;border:1px solid rgba(215,223,227,.9);border-radius:8px;background:rgba(255,255,255,.94);backdrop-filter:none;font-size:9px;letter-spacing:.04em;text-transform:uppercase}
.home-body .home-car-card__body{height:100%;padding:22px;display:flex;flex:1;flex-direction:column}
.home-body .home-car-card__title h3{font-size:18px;line-height:1.3}
.home-body .home-car-card__title h3 span{display:inline;margin:0;color:#66727a;font-size:12px;vertical-align:baseline}
.home-body .home-car-card__title>span{width:36px;height:36px;border:1px solid #dfe4e7;border-radius:50%;display:grid;place-items:center;color:#4b5a63;font-size:18px}
.home-body .home-car-card__specs{min-height:48px;margin-top:15px;margin-bottom:16px;gap:7px 13px;color:#627079;font-size:12px;overflow:hidden;overflow:clip}
.home-body .home-car-card__specs span{position:relative;white-space:nowrap}
.home-body .home-car-card__specs span+span::before{content:"";position:absolute;left:-8px;top:50%;width:3px;height:3px;border-radius:50%;background:#a5afb5;transform:translateY(-50%)}
.home-body .home-car-card__price{margin-top:auto;padding-top:20px;border-top:1px solid #edf0f2;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:3px 12px}
.home-body .home-car-card__price span{grid-column:1/-1;color:#6d7981;font-size:10px}
.home-body .home-car-card__price strong{color:#11191f;font-size:20px}
.home-body .home-car-card__price s{align-self:center;color:#969fa5;font-size:11px}

/* Services: one large scenario and two supporting scenarios. */
.home-body .home-services__grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.85fr);grid-template-rows:repeat(2,minmax(268px,1fr));gap:16px}
.home-body .trade-banner{
  width:auto;
  min-height:552px;
  margin:0;
  grid-row:1/3;
  border:0;
  border-radius:var(--home-radius-lg);
  background:#08151c;
  box-shadow:none;
}
.home-body .trade-banner>picture{position:absolute;inset:0;display:block}
.home-body .trade-banner>picture>img{width:100%;height:100%;object-fit:cover;object-position:center;transform:none}
.home-body .trade-banner__shade{background:linear-gradient(180deg,rgba(3,10,15,.05) 22%,rgba(3,10,15,.18) 48%,rgba(3,10,15,.92) 100%),linear-gradient(90deg,rgba(3,10,15,.42),transparent 62%)}
.home-body .trade-banner__content{position:absolute;z-index:2;left:34px;right:34px;bottom:102px;width:auto;color:#fff}
.home-body .trade-banner__content p{color:#8ed6fb;font-size:10px;letter-spacing:.12em}
.home-body .trade-banner__content h2{max-width:620px;margin:9px 0 12px;font-size:36px;font-weight:620;line-height:1.08;letter-spacing:-.04em}
.home-body .trade-banner__content span{max-width:570px;color:#d1dbe0;font-size:14px;line-height:1.5}
.home-body .trade-banner>.button{position:absolute;z-index:3;left:34px;bottom:32px;min-height:52px;border-radius:12px;font-weight:620}
.home-body .home-service-card{min-height:268px;position:relative;overflow:hidden;border-radius:var(--home-radius-lg);background:#0b1820;color:#fff}
.home-body .home-service-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform 360ms cubic-bezier(.2,.8,.2,1)}
.home-body .home-service-card__shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,10,15,.06) 10%,rgba(3,10,15,.88) 100%)}
.home-body .home-service-card__content{position:absolute;z-index:2;inset:auto 24px 22px;display:grid;gap:7px}
.home-body .home-service-card__content small{color:#8ed6fb;font-size:9px;font-style:normal;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.home-body .home-service-card__content strong{max-width:420px;font-size:21px;font-weight:620;line-height:1.18;letter-spacing:-.025em}
.home-body .home-service-card__content em{color:#cad4da;font-size:12px;font-style:normal;line-height:1.42}
.home-body .home-service-card__content i{margin-top:5px;color:#fff;font-size:11px;font-style:normal;font-weight:650}
.home-body .home-service-card__content i b{margin-left:7px;font:inherit}

/* Trust modules. */
.home-body .benefit-strip{width:100%;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;overflow:visible;background:transparent;color:var(--home-ink)}
.home-body .benefit-strip article{
  min-width:0;
  min-height:190px;
  padding:24px;
  border:1px solid var(--home-line);
  border-radius:var(--home-radius-lg);
  display:flex;
  align-items:flex-start;
  flex-direction:column;
  gap:28px;
  background:#fff;
  color:var(--home-ink);
}
.home-body .benefit-strip article>span{width:38px;height:30px;border-radius:999px;display:grid;place-items:center;background:#e9f5fb;color:#276d90;font-size:10px;font-weight:700}
.home-body .benefit-strip article>div{position:static;left:auto;text-align:left}
.home-body .benefit-strip h3{margin:0 0 8px;font-size:15px;font-weight:650;line-height:1.3}
.home-body .benefit-strip p{margin:0;color:#66727a;font-size:12px;line-height:1.55}

/* Purchase steps use one segmented product rail. */
.home-body .work-steps{padding-bottom:0}
.home-body .work-steps ol{
  margin:0;
  border:1px solid var(--home-line);
  border-radius:var(--home-radius-lg);
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  overflow:hidden;
  background:#fff;
}
.home-body .work-steps li{
  min-height:196px;
  padding:24px;
  border:0;
  border-left:1px solid var(--home-line);
  border-radius:0;
  display:flex;
  align-items:flex-start;
  flex-direction:column;
  gap:28px;
  background:#fff;
}
.home-body .work-steps li:first-child{border-left:0}
.home-body .work-steps li::before,.home-body .work-steps li::after{content:none}
.home-body .work-steps li>span{position:static;width:auto;min-width:56px;height:34px;margin:0;padding:0 14px;border:1px solid #d9e6ed;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#fff;color:#162129;font-size:13px;font-weight:700}
.home-body .work-steps li:last-child>span{min-width:72px;border-color:#26323a;background:#26323a;color:#fff}
.home-body .work-steps li:last-child>span::before{content:"✦";margin-right:7px;font-size:11px}
.home-body .work-steps li h3{margin:0 0 8px;font-size:15px;font-weight:650;line-height:1.3}
.home-body .work-steps li p{margin:0;color:#66727a;font-size:12px;line-height:1.55}

/* Local facts add search relevance without turning the home page into a text wall. */
.home-body .home-local{padding-top:92px}
.home-body .home-local__panel{
  padding:16px;
  border:1px solid var(--home-line);
  border-radius:var(--home-radius-xl);
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr);
  gap:16px;
  background:#fff;
  box-shadow:var(--home-shadow);
}
.home-body .home-local__content{padding:40px 42px}
.home-body .home-local__content h2{max-width:760px;margin:0 0 22px;font-size:clamp(34px,3vw,44px);font-weight:650;line-height:1.08;letter-spacing:-.045em}
.home-body .home-local__content>p:not(.section-kicker){max-width:800px;margin:0;color:#596871;font-size:14px;line-height:1.68}
.home-body .home-local__content>p+p{margin-top:12px}
.home-body .home-local__content a{color:#145f85;text-decoration-thickness:1px;text-underline-offset:3px}
.home-body .home-local__links{margin-top:28px;display:flex;flex-wrap:wrap;gap:8px}
.home-body .home-local__links a{min-height:42px;padding:0 15px;border:1px solid #d8e3e8;border-radius:999px;display:inline-flex;align-items:center;color:#26343c;font-size:11px;font-weight:650;text-decoration:none}
.home-body .home-local__address{padding:34px;border-radius:18px;display:flex;align-items:flex-start;flex-direction:column;background:#eaf4f8;color:#172129;font-style:normal}
.home-body .home-local__address>span{color:#34708d;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.home-body .home-local__address>strong{max-width:300px;margin-top:24px;font-size:26px;font-weight:650;line-height:1.16;letter-spacing:-.035em}
.home-body .home-local__address>p{margin:14px 0 28px;color:#607079;font-size:13px;line-height:1.6}
.home-body .home-local__address>a:not(.home-local__route){font-size:19px;font-weight:650}
.home-body .home-local__address .home-local__route{width:100%;min-height:50px;margin-top:auto;padding:0 16px;border-radius:12px;display:flex;align-items:center;justify-content:space-between;background:#fff;color:#1a2a33;font-size:11px;font-weight:650}

.home-body .home-faq{padding:92px 0;interpolate-size:allow-keywords}
.home-body .home-faq__grid{display:grid;grid-template-columns:minmax(0,1fr);align-items:start;gap:10px}
.home-body .home-faq details{border:1px solid var(--home-line);border-radius:16px;background:#fff;overflow:hidden}
.home-body .home-faq details::details-content{block-size:0;overflow:hidden;opacity:0;transition:block-size 320ms cubic-bezier(.2,.8,.2,1),opacity 180ms ease,content-visibility 320ms allow-discrete;transition-behavior:allow-discrete}
.home-body .home-faq details[open]::details-content{block-size:auto;opacity:1}
.home-body .home-faq summary{min-height:70px;padding:20px 56px 20px 22px;position:relative;display:flex;align-items:center;background:#fff;color:#1b262d;font-size:14px;font-weight:650;line-height:1.35;cursor:pointer;list-style:none;transition:background-color 180ms}
.home-body .home-faq summary::-webkit-details-marker{display:none}
.home-body .home-faq summary::after{content:"+";position:absolute;right:20px;top:50%;width:28px;height:28px;border:1px solid #dce4e8;border-radius:50%;display:grid;place-items:center;color:#3b5969;font-size:17px;font-weight:500;transform:translateY(-50%);transition:transform 180ms,background-color 180ms}
.home-body .home-faq details[open] summary{border-bottom:1px solid #e3e8eb;background:#f8fafb}
.home-body .home-faq details[open] summary::after{background:#fff;transform:translateY(-50%) rotate(45deg)}
.home-body .home-faq summary:focus-visible{outline:0;background:#f3f7f9;box-shadow:inset 3px 0 0 #168bd2}
.home-body .home-faq details p{margin:0;padding:16px 22px 20px;color:#617079;font-size:13px;line-height:1.62}
.home-body .home-faq details p a{color:#145f85;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}

/* Personal selection is visible on every device and no longer competes with the hero. */
.home-body .home-adviser{
  min-height:560px;
  margin-bottom:96px;
  padding:16px;
  border:1px solid #d8e5eb;
  border-radius:var(--home-radius-xl);
  display:grid;
  grid-template-columns:minmax(320px,.88fr) minmax(560px,1.12fr);
  gap:16px;
  background:#eaf4f8;
  overflow:visible;
}
.home-body .home-adviser__copy{padding:48px;display:flex;align-items:flex-start;flex-direction:column;justify-content:center}
.home-body .home-adviser__copy h2{max-width:520px;margin:0 0 18px}
.home-body .home-adviser__copy>p:not(.section-kicker){max-width:520px;margin:0;color:#5b6972;font-size:15px;line-height:1.58}
.home-body .home-adviser__contact{margin-top:42px;padding-top:22px;border-top:1px solid #cedfe7;display:grid;gap:5px}
.home-body .home-adviser__contact span{color:#708089;font-size:11px}
.home-body .home-adviser__contact a{width:max-content;font-size:21px;font-weight:650}
.home-body .home-adviser .hero-lead{
  display:block!important;
  align-self:stretch;
  grid-column:auto;
  margin:0;
  padding:36px;
  border:1px solid #e0e5e8;
  border-radius:18px;
  background:#fff;
  color:var(--home-ink);
  box-shadow:0 14px 38px rgba(19,34,45,.06);
  backdrop-filter:none;
}
.home-body .home-adviser .hero-lead__head>p{color:#367693;font-size:10px;font-weight:700}
.home-body .home-adviser .hero-lead__head h2{margin-bottom:7px;color:var(--home-ink);font-size:24px;font-weight:650}
.home-body .home-adviser .hero-lead__head>span{color:#6b7780;font-size:13px}
.home-body .home-adviser .inline-lead-form{margin-top:24px;grid-template-columns:1fr;gap:14px}
.home-body .home-adviser .inline-lead-form .field{gap:6px}
.home-body .home-adviser .inline-lead-form .field,
.home-body .home-adviser .inline-lead-form>.consent-row,
.home-body .home-adviser .inline-lead-form>.form-privacy-note,
.home-body .home-adviser .inline-lead-form>.button,
.home-body .home-adviser .inline-lead-form>.form-status{grid-column:1}
.home-body .home-adviser .field--dark label{color:#53616a;font-size:11px;font-weight:600}
.home-body .home-adviser .field--dark input,
.home-body .home-adviser .field--dark select,
.home-body .home-adviser .field--dark .custom-select__trigger{
  height:52px;
  border-color:#d5dde1;
  border-radius:12px;
  background:#f7f9fa;
  color:#142028;
}
.home-body .home-adviser .field--dark input::placeholder{color:#8a969e}
.home-body .home-adviser .field--dark .custom-select__listbox{border-color:#d8dee2;border-radius:12px;background:#fff;color:#172129;box-shadow:0 22px 54px rgba(15,28,38,.16)}
.home-body .home-adviser .field--dark .custom-select__option.is-active{background:#edf5f9}
.home-body .home-adviser .consent-row{min-height:24px;color:#5f6d75;font-size:11px}
.home-body .home-adviser .consent-row>label{align-items:center}
.home-body .home-adviser .consent-row__box{flex:0 0 20px;border-color:#9aa7ae;background:#fff}
.home-body .home-adviser .consent-row>input:checked+label .consent-row__box{border-color:var(--home-accent);background:var(--home-accent)}
.home-body .home-adviser .consent-row__box::after{border-color:#fff}
.home-body .home-adviser .consent-row a,.home-body .home-adviser .form-privacy-note a{color:#245f7b;border-bottom:1px solid #9ebdcb}
.home-body .home-adviser .form-privacy-note{margin:-4px 0 0;color:#75818a;font-size:10px}
.home-body .home-adviser .inline-lead-form>.button{height:54px;margin-top:2px;border-color:var(--home-accent);border-radius:12px;background:var(--home-accent);color:#fff;font-weight:650}
.home-body .home-adviser .field-error,.home-body .home-adviser .form-status.is-error{color:#b83d3d}
.home-body .home-adviser .form-status.is-success{color:#28724f}

@media (hover:hover){
  .home-body .hero-actions .button,.home-body .vehicle-finder__actions .button,.home-body .home-adviser .inline-lead-form>.button{transition:background-color 180ms,border-color 180ms,transform 180ms,box-shadow 180ms}
  .home-body .hero-actions .button--light:hover,.home-body .home-adviser .inline-lead-form>.button:hover{border-color:var(--home-accent-deep);background:var(--home-accent-deep);color:#fff;transform:translateY(-1px);box-shadow:0 9px 24px rgba(8,115,183,.18)}
  .home-body .vehicle-finder__actions .button:hover{border-color:#25343e;background:#25343e;color:#fff;transform:translateY(-1px);box-shadow:0 9px 24px rgba(17,25,31,.16)}
  .home-body .vehicle-finder__heading .finder-reset:hover{border-color:#ced8dd;background:#eef3f5;color:#1e2d36}
  .home-body .hero-actions .button--ghost:hover{border-color:#aebcc4;background:#f2f5f7;color:#172129;transform:translateY(-1px)}
  .home-body .home-car-card:hover{border-color:#c8d7de;box-shadow:0 16px 42px rgba(19,34,45,.08);transform:translateY(-2px)}
  .home-body .home-car-card:hover .home-car-card__visual img{transform:scale(1.015)}
  .home-body .home-service-card:hover>img{transform:scale(1.018)}
  .home-body .home-service-card:hover .home-service-card__content i b{display:inline-block;transform:translateX(3px)}
  .home-body .home-local__links a:hover{border-color:#afcbd8;background:#f3f8fa;color:#145f85}
  .home-body .home-local__address .home-local__route:hover{background:#f7fbfd;color:#145f85}
  .home-body .home-faq details:hover{border-color:#cbdce4}
}

@media (max-width:1200px){
  .home-body .hero-stage{height:590px}
  .home-body .hero-copy{width:52%}
  .home-body .hero-copy :is(h1,h2){font-size:54px}
  .home-body .vehicle-finder{grid-template-columns:repeat(3,minmax(0,1fr))}
  .home-body .finder-field--range{grid-column:1/3}
  .home-body .vehicle-finder__actions{grid-column:3}
  .home-body .home-adviser{grid-template-columns:minmax(290px,.75fr) minmax(520px,1.25fr)}
  .home-body .home-adviser__copy{padding:36px}
}

@media (max-width:960px){
  .home-body .section-shell{width:calc(100% - 48px)}
  .home-body .showroom-hero{padding-top:20px}
  .home-body .hero-stage{width:calc(100% - 48px);height:550px;border-radius:24px}
  .home-body .home-hero-slide>picture{left:42%}
  .home-body .hero-stage__shade{background:linear-gradient(90deg,#fff 0%,#fff 35%,rgba(255,255,255,.94) 44%,rgba(255,255,255,.24) 65%,rgba(255,255,255,0) 76%),linear-gradient(0deg,rgba(4,9,13,.3),rgba(4,9,13,0) 48%)}
  .home-body .hero-layout{padding:0 40px}
  .home-body .hero-copy{width:58%;padding:48px 0 38px}
  .home-body .hero-copy :is(h1,h2){font-size:46px}
  .home-body .hero-copy__lead{max-width:460px;font-size:15px}
  .home-body .vehicle-finder-shell{padding-inline:24px}
  .home-body .vehicle-finder{grid-template-columns:repeat(3,minmax(0,1fr));padding:22px}
  .home-body .finder-field--range{grid-column:1/3}.home-body .vehicle-finder__actions{grid-column:3}
  .home-body .inventory-showcase,.home-body .home-services,.home-body .home-benefits,.home-body .work-steps{padding-top:70px}
  .home-body .section-heading{grid-template-columns:minmax(0,1fr) minmax(260px,360px);gap:32px}
  .home-body .home-selection__grid{padding:2px 0 18px;grid-auto-flow:column;grid-auto-columns:clamp(280px,32vw,330px);grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}
  .home-body .home-selection__grid::-webkit-scrollbar{display:none}
  .home-body .home-car-card{scroll-snap-align:start}
  .home-body .home-services__grid{grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr)}
  .home-body .benefit-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-body .work-steps ol{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-body .home-local__panel{grid-template-columns:1fr}
  .home-body .home-local__address{min-height:330px}
  .home-body .home-adviser{grid-template-columns:1fr}
  .home-body .home-adviser__copy{min-height:330px;padding:40px}
}

@media (max-width:720px){
  .home-body{--mobile-gutter:16px}
  .home-body .section-shell{width:calc(100% - 32px)}
  .home-body .showroom-hero{padding-top:12px}
  .home-body .hero-stage{
    width:calc(100% - 24px);
    height:clamp(560px,78svh,640px);
    min-height:560px;
    border-radius:20px;
    background:#071017;
  }
  .home-body .home-hero-slide>picture{inset:0}
  .home-body .home-hero-slide--promo>picture{inset:0 0 auto;height:58%}
  .home-body .home-hero-slide--promo .hero-stage__image{object-fit:cover;object-position:center 72%}
  .home-body .home-hero-slide--travel .hero-stage__image{object-position:70% center}
  .home-body .hero-stage__image{opacity:1;object-position:center center;filter:saturate(.9) contrast(1.04) brightness(.82)}
  .home-body .hero-stage__shade{background:linear-gradient(180deg,rgba(5,9,13,.02) 8%,rgba(5,9,13,.1) 34%,rgba(5,9,13,.62) 68%,rgba(5,9,13,.96) 90%,#071017 100%)}
  .home-body .hero-layout{padding:0 20px}
  .home-body .hero-copy{width:100%;height:100%;padding:28px 0 22px;justify-content:flex-end;color:#fff}
  .home-body .hero-kicker{min-height:32px;margin-bottom:14px;border-color:rgba(255,255,255,.22);background:rgba(6,14,20,.6);color:#e9f3f8}
  .home-body .hero-copy :is(h1,h2){max-width:360px;color:#fff;font-size:36px;line-height:1.04;letter-spacing:-.045em}
  .home-body .hero-copy__lead{max-width:360px;margin:13px 0 18px;color:#d3dde2;font-size:13px;line-height:1.48}
  .home-body .hero-actions{width:100%;display:grid;grid-template-columns:1fr;gap:8px}
  .home-body .hero-actions .button{width:100%;min-height:50px;border-radius:11px}
  .home-body .hero-actions .button--light{border-color:#fff;background:#fff;color:#11191f}
  .home-body .hero-actions .button--ghost{border-color:rgba(255,255,255,.5);background:rgba(7,13,18,.28);color:#fff}
  .home-body .hero-facts{width:100%;margin-top:18px;padding-top:15px;border-color:rgba(255,255,255,.16);gap:6px 18px;color:#bfcbd1;font-size:10px}
  .home-body .hero-facts span::before{background:#67c1ed}
  .home-body .home-hero-nav{top:14px;right:auto;bottom:auto;left:50%;max-width:calc(100% - 28px);min-height:48px;border-radius:13px;transform:translateX(-50%)}
  .home-body .home-hero-nav button{min-width:42px;width:42px;height:42px;padding:0;font-size:12px}
  .home-body .home-hero-nav__page{min-width:44px!important;width:44px!important}
  .home-body .vehicle-finder-shell{margin-top:12px;padding:0 12px 4px}
  .home-body .vehicle-finder{min-height:0;padding:20px 16px;grid-template-columns:1fr;grid-template-rows:none;gap:12px;border-radius:18px}
  .home-body .vehicle-finder__heading{height:auto;min-height:0;margin-bottom:2px;padding-bottom:15px;grid-column:1;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;gap:3px 12px}
  .home-body .vehicle-finder__heading span{grid-column:1;grid-row:1}.home-body .vehicle-finder__heading b{grid-column:1;grid-row:2;text-align:left;font-size:17px}
  .home-body .vehicle-finder__heading .finder-reset{min-width:112px;min-height:40px;grid-column:2;grid-row:1/3}
  .home-body .finder-field,.home-body .vehicle-finder__actions{height:76px;grid-column:1}
  .home-body .finder-field--range{height:82px;grid-column:1}
  .home-body .vehicle-finder__actions{height:auto;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:52px;gap:0}
  .home-body .vehicle-finder__actions .button{grid-column:1;grid-row:1}
  .home-body .inventory-showcase,.home-body .home-services,.home-body .home-benefits,.home-body .work-steps{padding-top:54px}
  .home-body .section-heading{margin-bottom:22px;display:grid;grid-template-columns:1fr;gap:14px}
  .home-body .section-heading h2,.home-body .home-adviser__copy h2{font-size:29px}
  .home-body .section-heading__aside{display:block}.home-body .section-heading__aside--single{display:flex;justify-content:flex-start}
  .home-body .section-heading__aside p{font-size:13px}.home-body .section-heading__aside a{width:max-content;min-height:40px}
  .home-body .home-selection__grid{width:calc(100% + 16px);margin-right:-16px;padding-right:16px;grid-auto-columns:calc(100vw - 48px);gap:12px}
  .home-body .home-car-card{border-radius:18px}
  .home-body .home-car-card__body{padding:18px}
  .home-body .home-services__grid{grid-template-columns:1fr;grid-template-rows:none;gap:12px}
  .home-body .trade-banner{min-height:360px;grid-row:auto;border-radius:18px}
  .home-body .trade-banner__content{left:20px;right:20px;bottom:88px}
  .home-body .trade-banner__content h2{font-size:28px}.home-body .trade-banner__content span{font-size:12px}
  .home-body .trade-banner>.button{left:20px;right:20px;bottom:20px;width:calc(100% - 40px);min-height:50px;border-radius:11px}
  .home-body .home-service-card{min-height:250px;border-radius:18px}
  .home-body .home-service-card__content{inset:auto 20px 19px}
  .home-body .home-service-card__content strong{font-size:20px}
  .home-body .benefit-strip{width:calc(100% + 16px);margin:0 -16px 0 0;padding:2px 16px 18px 0;display:flex;gap:12px;overflow-x:auto;scroll-padding-inline:0 16px;scroll-snap-type:x mandatory;scrollbar-width:none}
  .home-body .benefit-strip::-webkit-scrollbar{display:none}
  .home-body .benefit-strip article{flex:0 0 calc(100vw - 48px);min-height:178px;scroll-snap-align:start}
  .home-body .work-steps{padding-bottom:0}
  .home-body .work-steps ol{width:calc(100% + 16px);margin-right:-16px;border-radius:18px;display:flex;gap:0;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}
  .home-body .work-steps ol::-webkit-scrollbar{display:none}
  .home-body .work-steps li{min-height:190px;padding:22px 20px;flex:0 0 calc(100vw - 64px);display:flex;gap:24px;scroll-snap-align:start}
  .home-body .home-local{padding-top:54px}
  .home-body .home-local__panel{padding:8px;border-radius:20px;grid-template-columns:1fr;gap:8px}
  .home-body .home-local__content{padding:26px 18px 28px}
  .home-body .home-local__content h2{font-size:29px}
  .home-body .home-local__content>p:not(.section-kicker){font-size:13px;line-height:1.62}
  .home-body .home-local__links{margin-top:22px}
  .home-body .home-local__links a{min-height:40px;padding-inline:13px}
  .home-body .home-local__address{min-height:300px;padding:26px 20px;border-radius:15px}
  .home-body .home-local__address>strong{font-size:23px}
  .home-body .home-faq{padding:54px 0}
  .home-body .home-faq__grid{grid-template-columns:1fr;gap:8px}
  .home-body .home-faq summary{min-height:64px;padding:17px 52px 17px 18px;font-size:13px}
  .home-body .home-faq summary::after{right:16px}
  .home-body .home-faq details p{padding:20px 18px 18px;font-size:12px;line-height:1.58}
  .home-body .home-adviser{width:calc(100% - 24px);min-height:0;margin-bottom:60px;padding:8px;grid-template-columns:1fr;border-radius:20px;gap:8px}
  .home-body .home-adviser__copy{min-height:0;padding:28px 20px 26px}
  .home-body .home-adviser__copy>p:not(.section-kicker){font-size:13px}
  .home-body .home-adviser__contact{margin-top:28px;padding-top:18px}
  .home-body .home-adviser__contact a{font-size:18px}
  .home-body .home-adviser .hero-lead{padding:24px 18px;border-radius:15px}
  .home-body .home-adviser .hero-lead__head h2{font-size:22px}
  .home-body .home-adviser .inline-lead-form{grid-template-columns:1fr;gap:12px}
  .home-body .home-adviser .inline-lead-form .field:nth-of-type(3),
  .home-body .home-adviser .inline-lead-form>.consent-row,
  .home-body .home-adviser .inline-lead-form>.form-privacy-note,
  .home-body .home-adviser .inline-lead-form>.button,
  .home-body .home-adviser .inline-lead-form>.form-status{grid-column:1}
  .home-body .home-adviser .consent-row__text{line-height:1.45;white-space:normal}
}

@media (max-width:380px){
  .home-body .section-shell{width:calc(100% - 28px)}
  .home-body .hero-stage{width:calc(100% - 20px);height:560px;min-height:560px}
  .home-body .hero-layout{padding-inline:16px}
  .home-body .hero-copy :is(h1,h2){font-size:32px}
  .home-body .hero-copy__lead{font-size:12px}
  .home-body .home-hero-nav__arrow{display:none}
  .home-body .hero-facts{gap:5px 12px}
  .home-body .vehicle-finder-shell{padding-inline:10px}
  .home-body .vehicle-finder{padding-inline:14px}
  .home-body .home-selection__grid{width:calc(100% + 14px);margin-right:-14px;padding-right:14px;grid-auto-columns:calc(100vw - 42px)}
  .home-body .benefit-strip{width:calc(100% + 14px);margin-right:-14px;padding-right:14px}
  .home-body .benefit-strip article{flex-basis:calc(100vw - 42px)}
  .home-body .home-adviser{width:calc(100% - 20px)}
}

@media (prefers-reduced-motion:reduce){
  .home-body .home-car-card,.home-body .home-car-card__visual img,.home-body .home-service-card>img,.home-body .button,.home-body .home-hero-slide,.home-body .home-hero-nav button{transition:none!important}
  .home-body .hero-stage__video{display:none!important}
  .home-body .home-faq details::details-content{transition:none!important}
  .home-body .reveal{opacity:1!important;transform:none!important}
}

/* The supplied vertical campaign artwork stays complete on desktop and fills the mobile hero. */
.home-body .home-product-hero--program .hero-stage{background:#07131f}
.home-body .home-product-hero--program .hero-stage__image{
  inset:0 0 0 auto;
  width:66%;
  height:100%;
  object-fit:cover;
  object-position:center;
  background:#07131f;
  filter:saturate(.94) contrast(1.03) brightness(.92);
}
@media (max-width:720px){
  .home-body .home-product-hero--program .hero-stage__image{
    inset:0;
    width:100%;
    object-fit:cover;
    object-position:center;
    filter:saturate(.92) contrast(1.04) brightness(.68);
  }
}

/* Homepage typography and spacing follow one Apple-HIG-inspired hierarchy.
   Montserrat and the established Sber-like visual language stay unchanged. */
.home-body{
  --home-display-size:clamp(48px,4vw,56px);
  --home-display-leading:1.06;
  --home-section-title-size:var(--site-type-large-title);
  --home-section-title-leading:var(--site-leading-large-title);
  --home-card-padding:var(--site-card-padding);
  --home-section-space:var(--site-section-space);
}

.home-body .hero-copy :is(h1,h2){
  font-size:var(--home-display-size);
  line-height:var(--home-display-leading);
  letter-spacing:-.03em;
}
.home-body .hero-copy__lead{
  max-width:34rem;
  margin:var(--site-space-5) 0 var(--site-space-6);
  font-size:var(--site-type-headline);
  line-height:var(--site-leading-body);
}
.home-body .hero-actions{gap:var(--site-space-3)}
.home-body .hero-actions .button,
.home-body .vehicle-finder__actions .button{
  min-height:52px;
  font-size:var(--site-type-subhead);
  line-height:var(--site-leading-subhead);
}
.home-body .hero-facts{
  margin-top:var(--site-space-8);
  padding-top:var(--site-space-5);
  gap:var(--site-space-2) var(--site-space-6);
  font-size:var(--site-type-caption);
  line-height:var(--site-leading-caption);
}

.home-body .hero-kicker,
.home-body .section-kicker,
.home-body .vehicle-finder__heading span,
.home-body .home-service-card__content small,
.home-body .trade-banner__content p,
.home-body .home-local__address>span{
  font-size:var(--site-type-caption);
  line-height:var(--site-leading-caption);
}

.home-body .vehicle-finder{
  padding:var(--home-card-padding);
  column-gap:var(--site-space-4);
  row-gap:var(--site-space-5);
}
.home-body .vehicle-finder__heading{
  padding-bottom:var(--site-space-4);
  column-gap:var(--site-space-5);
}
.home-body .vehicle-finder__heading b{
  font-size:var(--site-type-title-3);
  line-height:var(--site-leading-title-3);
  letter-spacing:-.015em;
}
.home-body .vehicle-finder__heading .finder-reset{min-height:var(--site-control-min)}
.home-body .vehicle-finder .finder-field label,
.home-body .price-range__head>span,
.home-body .price-range__head output{
  font-size:var(--site-type-caption);
  line-height:var(--site-leading-caption);
}
.home-body .vehicle-finder .custom-select__trigger,
.home-body .vehicle-finder .finder-field input:not([type="range"]):not([type="hidden"]),
.home-body .vehicle-finder .custom-select__option{
  font-size:var(--site-type-subhead);
  line-height:var(--site-leading-subhead);
}

.home-body .inventory-showcase,
.home-body .home-services,
.home-body .home-benefits,
.home-body .work-steps,
.home-body .home-local{padding-top:var(--home-section-space)}
.home-body .section-heading{
  margin-bottom:var(--site-space-8);
  gap:var(--site-space-10);
}
.home-body .section-heading h2,
.home-body .home-local__content h2{
  font-size:var(--home-section-title-size);
  font-weight:620;
  line-height:var(--home-section-title-leading);
  letter-spacing:-.025em;
}
.home-body .section-heading__aside p{
  max-width:44ch;
  font-size:var(--site-type-callout);
  line-height:var(--site-leading-callout);
}
.home-body .section-heading__aside a,
.home-body .home-local__links a,
.home-body .home-local__address .home-local__route{
  min-height:var(--site-control-min);
  font-size:var(--site-type-footnote);
  line-height:var(--site-leading-footnote);
}

.home-body .home-selection__grid,
.home-body .home-services__grid{gap:var(--site-space-4)}
.home-body .home-car-card__body{padding:var(--home-card-padding)}
.home-body .home-car-card__title h3{
  font-size:var(--site-type-headline);
  line-height:var(--site-leading-headline);
  letter-spacing:-.01em;
}
.home-body .home-car-card__title h3 span,
.home-body .home-car-card__specs{
  font-size:var(--site-type-footnote);
  line-height:var(--site-leading-footnote);
}
.home-body .home-car-card__price span,
.home-body .home-car-card__price s{
  font-size:var(--site-type-caption);
  line-height:var(--site-leading-caption);
}
.home-body .home-car-card__price strong{
  font-size:var(--site-type-title-2);
  line-height:var(--site-leading-title-2);
  letter-spacing:-.02em;
}

.home-body .trade-banner__content h2{
  font-size:var(--site-type-large-title);
  font-weight:620;
  line-height:var(--site-leading-large-title);
  letter-spacing:-.025em;
}
.home-body .trade-banner__content span{
  max-width:38rem;
  font-size:var(--site-type-callout);
  line-height:var(--site-leading-callout);
}
.home-body .home-service-card__content{gap:var(--site-space-2)}
.home-body .home-service-card__content strong{
  font-size:var(--site-type-title-2);
  line-height:var(--site-leading-title-2);
  letter-spacing:-.015em;
}
.home-body .home-service-card__content em,
.home-body .home-service-card__content i{
  font-size:var(--site-type-footnote);
  line-height:var(--site-leading-footnote);
}

.home-body .benefit-strip{gap:var(--site-space-3)}
.home-body .benefit-strip article,
.home-body .work-steps li{
  padding:var(--home-card-padding);
  gap:var(--site-space-6);
}
.home-body .benefit-strip article>span,
.home-body .work-steps li>span{
  font-size:var(--site-type-caption);
  line-height:var(--site-leading-caption);
}
.home-body .benefit-strip h3,
.home-body .work-steps li h3{
  margin-bottom:var(--site-space-2);
  font-size:var(--site-type-headline);
  line-height:var(--site-leading-headline);
  letter-spacing:-.01em;
}
.home-body .benefit-strip p,
.home-body .work-steps li p{
  font-size:var(--site-type-subhead);
  line-height:var(--site-leading-subhead);
}

.home-body .home-local__panel{gap:var(--site-space-4)}
.home-body .home-local__content{padding:var(--site-space-10)}
.home-body .home-local__content>p:not(.section-kicker){
  max-width:60ch;
  font-size:var(--site-type-callout);
  line-height:var(--site-leading-body);
}
.home-body .home-local__links{
  margin-top:var(--site-space-6);
  gap:var(--site-space-2);
}
.home-body .home-local__address{padding:var(--site-space-8)}
.home-body .home-local__address>strong{
  font-size:var(--site-type-title-1);
  line-height:var(--site-leading-title-1);
  letter-spacing:-.02em;
}
.home-body .home-local__address>p{
  font-size:var(--site-type-footnote);
  line-height:var(--site-leading-footnote);
}

.home-body .home-faq{padding:var(--home-section-space) 0}
.home-body .home-faq__grid{gap:var(--site-space-3)}
.home-body .home-faq summary{
  min-height:64px;
  font-size:var(--site-type-callout);
  line-height:var(--site-leading-callout);
}
.home-body .home-faq details p{
  max-width:72ch;
  font-size:var(--site-type-subhead);
  line-height:var(--site-leading-subhead);
}
.home-body .home-faq summary::after{width:32px;height:32px}

.home-body .car-state{
  font-size:var(--site-type-micro);
  line-height:var(--site-leading-micro);
}

@media (max-width:720px){
  .home-body{
    --home-display-size:var(--site-type-large-title);
    --home-display-leading:var(--site-leading-large-title);
    --home-section-title-size:var(--site-type-title-1);
    --home-section-title-leading:var(--site-leading-title-1);
    --home-card-padding:var(--site-card-padding);
  }
  .home-body .hero-copy :is(h1,h2){letter-spacing:-.02em}
  .home-body .hero-copy__lead{
    margin:var(--site-space-3) 0 var(--site-space-5);
    font-size:var(--site-type-subhead);
    line-height:var(--site-leading-subhead);
  }
  .home-body .hero-actions{gap:var(--site-space-2)}
  .home-body .hero-actions .button{min-height:var(--site-control-mobile)}
  .home-body .hero-facts{
    margin-top:var(--site-space-4);
    padding-top:var(--site-space-4);
    font-size:var(--site-type-micro);
    line-height:var(--site-leading-micro);
  }
  .home-body .vehicle-finder{padding:var(--home-card-padding);gap:var(--site-space-3)}
  .home-body .vehicle-finder__heading{padding-bottom:var(--site-space-4)}
  .home-body .vehicle-finder__heading b{
    font-size:var(--site-type-headline);
    line-height:var(--site-leading-headline);
  }
  .home-body .section-heading{
    margin-bottom:var(--site-space-6);
    gap:var(--site-space-4);
  }
  .home-body .section-heading__aside p{font-size:var(--site-type-subhead);line-height:var(--site-leading-subhead)}
  .home-body .home-selection__grid,
  .home-body .home-services__grid,
  .home-body .benefit-strip,
  .home-body .work-steps ol{gap:var(--site-space-3)}
  .home-body .home-car-card__body,
  .home-body .benefit-strip article,
  .home-body .work-steps li,
  .home-body .home-local__content,
  .home-body .home-local__address{padding:var(--home-card-padding)}
  .home-body .benefit-strip article,
  .home-body .work-steps li{height:auto;min-height:168px}
  .home-body .trade-banner__content h2{
    font-size:var(--site-type-title-1);
    line-height:var(--site-leading-title-1);
  }
  .home-body .home-service-card__content strong{
    font-size:var(--site-type-title-3);
    line-height:var(--site-leading-title-3);
  }
  .home-body .home-local__content>p:not(.section-kicker){font-size:var(--site-type-subhead);line-height:var(--site-leading-subhead)}
  .home-body .home-faq summary{padding:var(--site-space-4) 56px var(--site-space-4) var(--home-card-padding)}
  .home-body .home-faq details p{padding:var(--site-space-5) var(--home-card-padding)}
}

/* Exact product rhythm from the Automobiles page. This layer is intentionally
   authoritative: homepage typography and spacing now share the catalog scale. */
.home-body{
  --home-product-caption:12px;
  --home-product-label:12px;
  --home-product-control:14px;
  --home-product-body:15px;
  --home-product-title:17px;
  --home-product-heading:clamp(34px,2.8vw,42px);
  --home-product-section-space:64px;
  --home-product-panel-padding:20px;
  --home-product-grid-gap:18px;
  --home-product-control-height:44px;
}

.home-body .hero-copy :is(h1,h2),
.home-body .section-heading h2,
.home-body .home-local__content h2{
  font-size:var(--home-product-heading);
  font-weight:650;
  line-height:1.08;
  letter-spacing:-.045em;
}
.home-body .hero-copy__lead{
  max-width:680px;
  margin:12px 0 20px;
  font-size:var(--home-product-body);
  line-height:1.55;
}
.home-body .hero-actions{gap:12px}
.home-body .hero-actions .button,
.home-body .vehicle-finder__actions .button{
  height:var(--home-product-control-height);
  min-height:var(--home-product-control-height);
  padding-inline:18px;
  border-radius:10px;
  font-size:var(--home-product-control);
  line-height:20px;
}
.home-body .hero-facts{
  margin-top:20px;
  padding-top:16px;
  gap:8px 20px;
  font-size:var(--home-product-caption);
  line-height:1.45;
}

.home-body .vehicle-finder{
  padding:18px 20px 20px;
  column-gap:12px;
  row-gap:12px;
  border-radius:20px;
}
.home-body .vehicle-finder__heading{
  min-height:0;
  padding-bottom:16px;
  column-gap:18px;
}
.home-body .vehicle-finder__heading b{
  font-size:var(--home-product-title);
  line-height:20px;
  letter-spacing:-.025em;
}
.home-body .vehicle-finder__heading span,
.home-body .vehicle-finder .finder-field label,
.home-body .price-range__head>span,
.home-body .price-range__head output{
  font-size:var(--home-product-caption);
  line-height:16px;
}
.home-body .vehicle-finder__heading .finder-reset{
  min-height:var(--home-product-control-height);
  border-radius:10px;
  font-size:var(--home-product-label);
}
.home-body .finder-field{
  height:64px;
  grid-template-rows:14px var(--home-product-control-height);
  gap:6px;
}
.home-body .finder-field--range{height:64px}
.home-body .vehicle-finder .custom-select__trigger,
.home-body .vehicle-finder .finder-field input:not([type="range"]):not([type="hidden"]){
  height:var(--home-product-control-height);
  min-height:var(--home-product-control-height);
  padding-inline:12px;
  border-radius:10px;
  font-size:var(--home-product-control);
  line-height:1.35;
}
.home-body .vehicle-finder .custom-select__option{
  min-height:40px;
  font-size:var(--home-product-control);
  line-height:1.35;
}
.home-body .vehicle-finder .custom-select__trigger{padding-right:36px}
.home-body .vehicle-finder .custom-select__chevron{
  width:12px;
  height:12px;
  border:0;
  background:currentColor;
  clip-path:none;
  opacity:.58;
  transform:translateY(-50%) rotate(180deg);
  -webkit-mask:url('/assets/images/select-chevron.png?v=1') center/contain no-repeat;
  mask:url('/assets/images/select-chevron.png?v=1') center/contain no-repeat;
}
.home-body .vehicle-finder .custom-select.is-open .custom-select__chevron{
  opacity:1;
  transform:translateY(-50%) rotate(0);
}
.home-body .vehicle-finder .custom-select__option[aria-selected="true"]{
  background:#e7f3f9;
  color:#145f85;
  font-weight:650;
}
.home-body .vehicle-finder .custom-select__option.is-selected::after{
  right:13px;
  width:17px;
  height:17px;
  border-radius:0;
  background:var(--home-accent);
  box-shadow:none;
  -webkit-mask:url('/assets/images/select-check.png?v=1') center/contain no-repeat;
  mask:url('/assets/images/select-check.png?v=1') center/contain no-repeat;
}
.home-body .price-range__head{height:14px}
.home-body .price-range__control,
.home-body .finder-field .price-range__slider{height:var(--home-product-control-height)}
.home-body .vehicle-finder__actions{
  height:64px;
  align-items:flex-end;
}

.home-body .inventory-showcase,
.home-body .home-services,
.home-body .home-benefits,
.home-body .work-steps,
.home-body .home-local{padding-top:var(--home-product-section-space)}
.home-body .section-heading{
  margin-bottom:28px;
  gap:28px;
}
.home-body .section-kicker,
.home-body .hero-kicker,
.home-body .trade-banner__content p,
.home-body .home-service-card__content small,
.home-body .home-local__address>span{
  font-size:var(--home-product-caption);
  line-height:1.2;
}
.home-body .section-heading__aside p{
  max-width:680px;
  font-size:var(--home-product-body);
  line-height:1.55;
}
.home-body .section-heading__aside a,
.home-body .home-local__links a,
.home-body .home-local__address .home-local__route{
  min-height:var(--home-product-control-height);
  font-size:var(--home-product-control);
  line-height:1.35;
}

.home-body .home-selection__grid,
.home-body .home-services__grid{gap:var(--home-product-grid-gap)}
.home-body .home-car-card__body{padding:var(--home-product-panel-padding)}
.home-body .home-car-card__title h3{
  font-size:var(--home-product-title);
  line-height:20px;
  letter-spacing:-.025em;
}
.home-body .home-car-card__title h3 span,
.home-body .home-car-card__specs{
  font-size:14px;
  line-height:18px;
}
.home-body .home-car-card__price{padding-top:14px}
.home-body .home-car-card__price span,
.home-body .home-car-card__price s{
  font-size:11px;
  line-height:14px;
}
.home-body .home-car-card__price strong{
  font-size:21px;
  line-height:1.25;
  letter-spacing:-.035em;
}

.home-body .trade-banner__content{left:20px;right:20px}
.home-body .trade-banner__content h2{
  font-size:var(--home-product-heading);
  line-height:1.08;
  letter-spacing:-.045em;
}
.home-body .trade-banner__content span{
  font-size:var(--home-product-body);
  line-height:1.55;
}
.home-body .trade-banner>.button{left:20px;bottom:20px}
.home-body .home-service-card__content{
  inset:auto 20px 20px;
  gap:8px;
}
.home-body .home-service-card__content strong{
  font-size:var(--home-product-title);
  line-height:20px;
  letter-spacing:-.025em;
}
.home-body .home-service-card__content em{
  font-size:13px;
  line-height:18px;
}
.home-body .home-service-card__content i{
  font-size:var(--home-product-caption);
  line-height:16px;
}

.home-body .benefit-strip{gap:12px}
.home-body .benefit-strip article,
.home-body .work-steps li{
  min-height:0;
  padding:var(--home-product-panel-padding);
  gap:var(--home-product-grid-gap);
}
.home-body .benefit-strip h3,
.home-body .work-steps li h3{
  margin-bottom:8px;
  font-size:var(--home-product-title);
  line-height:20px;
  letter-spacing:-.025em;
}
.home-body .benefit-strip p,
.home-body .work-steps li p{
  font-size:var(--home-product-body);
  line-height:1.55;
}

.home-body .home-local__panel{gap:12px}
.home-body .home-local__content{padding:var(--home-product-panel-padding)}
.home-body .home-local__content>p:not(.section-kicker){
  max-width:680px;
  font-size:var(--home-product-body);
  line-height:1.55;
}
.home-body .home-local__content>p+p{margin-top:12px}
.home-body .home-local__links{margin-top:20px;gap:8px}
.home-body .home-local__address{padding:var(--home-product-panel-padding)}
.home-body .home-local__address>strong{
  margin-top:20px;
  font-size:28px;
  line-height:34px;
  letter-spacing:-.035em;
}
.home-body .home-local__address>p{
  margin:12px 0 20px;
  font-size:13px;
  line-height:18px;
}

.home-body .home-faq{padding:var(--home-product-section-space) 0}
.home-body .home-faq__grid{gap:12px}
.home-body .home-faq summary{
  min-height:64px;
  padding:18px 56px 18px 20px;
  font-size:var(--home-product-body);
  line-height:1.55;
}
.home-body .home-faq details p{
  max-width:680px;
  padding:18px 20px 20px;
  font-size:var(--home-product-body);
  line-height:1.55;
}

/* The condition switch is docked into the raised top edge of the filter. */
.home-body .finder-condition-tabs{
  position:absolute;
  z-index:3;
  top:-59px;
  left:50%;
  width:min(420px,calc(100% - 32px));
  height:60px;
  --condition-dock-curve:26px;
  --condition-dock-curve-line:25px;
  min-width:0;
  padding:8px 12px 7px;
  border:1px solid var(--home-line);
  border-bottom:0;
  border-radius:18px 18px 0 0;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  transform:translateX(-50%);
}
.home-body .finder-condition-tabs::before,
.home-body .finder-condition-tabs::after{
  content:"";
  position:absolute;
  z-index:1;
  bottom:1px;
  width:calc(var(--condition-dock-curve) + 1px);
  height:calc(var(--condition-dock-curve) + 1px);
  pointer-events:none;
}
.home-body .finder-condition-tabs::before{
  left:calc(var(--condition-dock-curve) * -1);
  background:radial-gradient(circle at 0 0,transparent var(--condition-dock-curve-line),var(--home-line) var(--condition-dock-curve-line),var(--home-line) var(--condition-dock-curve),#fff var(--condition-dock-curve));
}
.home-body .finder-condition-tabs::after{
  right:calc(var(--condition-dock-curve) * -1);
  background:radial-gradient(circle at 100% 0,transparent var(--condition-dock-curve-line),var(--home-line) var(--condition-dock-curve-line),var(--home-line) var(--condition-dock-curve),#fff var(--condition-dock-curve));
}
.home-body .condition-segment{
  position:relative;
  z-index:2;
  width:100%;
  height:44px;
  padding:0;
  border:0;
  border-radius:10px;
  background:#edf3f6;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  overflow:hidden;
}
.home-body .condition-segment__option{min-width:0;cursor:pointer}
.home-body .condition-segment__option input{
  position:absolute;
  width:1px;
  height:1px;
  margin:-1px;
  overflow:hidden;
  clip:rect(0 0 0 0);
  clip-path:inset(50%);
  white-space:nowrap;
}
.home-body .condition-segment__option input+span{
  width:100%;
  height:100%;
  padding:0 18px;
  border-radius:0;
  color:#125f88;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  font-weight:650;
  line-height:20px;
  white-space:nowrap;
  transition:background-color 160ms ease,color 160ms ease;
}
.home-body .condition-segment__option input:checked+span{background:var(--home-accent);color:#fff}
.home-body .condition-segment__option input:focus-visible+span{outline:3px solid rgba(22,139,210,.24);outline-offset:-1px}

@media (max-width:760px){
  .home-body .vehicle-finder.hero-filter{
    margin-top:0;
  }
  .home-body .finder-condition-tabs{
    position:static;
    width:100%;
    height:auto;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
    transform:none;
  }
  .home-body .finder-condition-tabs::before,
  .home-body .finder-condition-tabs::after{display:none}
  .home-body .condition-segment{width:100%;height:44px;border-radius:9px}
  .home-body .condition-segment__option input+span{padding-inline:8px;font-size:13px}
}

@media (prefers-reduced-motion:reduce){
  .home-body .condition-segment__option input+span{transition:none}
}
