/* Final responsive layer. Loaded last so mobile behaviour is predictable. */

.site-search-viewport{display:contents}

@media (max-width: 960px){
  :root{--mobile-gutter:20px}
  .footer-shell{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 24px}
  .footer-brand,.footer-callback{grid-column:1/-1}
  .catalog-page,.info-page,.car-page,.promotion-page{width:min(100% - 40px,var(--max))}
  .filters--horizontal{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .filters--horizontal .filter-field--brand,
  .filters--horizontal .filter-field--model,
  .filters--horizontal .filter-field--trim{grid-column:auto}
  .filters--horizontal .button{width:100%}
  .car-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .contacts-overview,.contacts-location{grid-template-columns:1fr}
  .contacts-location__map{min-height:390px;order:2}
  .contacts-location__panel{order:1}
  .promotion-hero{grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr)}
  .promotion-hero__copy{padding:42px 36px}
  .promotion-steps ol{grid-template-columns:repeat(2,minmax(0,1fr))}
  .promotion-details{grid-template-columns:1fr}
}

@media (max-width: 760px){
  :root{
    --mobile-gutter:16px;
    --mobile-header-height:62px;
    --mobile-section-space:40px;
    --mobile-card-width:min(78vw,320px);
    --mobile-card-padding:20px;
    --mobile-card-gap:16px;
    --mobile-heading-gap:24px;
  }

  html{max-width:100%;scroll-padding-top:calc(var(--mobile-header-height) + var(--program-banner-height) + 10px)}
  body{max-width:100%;padding-bottom:0!important;overflow-x:clip}
  main{min-width:0;overflow:clip}
  .page-scrollbar{display:none}
  .section-shell,.section,.catalog-page,.info-page,.car-page,.promotion-page,.legal-page{
    width:calc(100% - (var(--mobile-gutter) * 2));
    max-width:none;
    margin-inline:auto;
  }

  /* Header and mobile navigation */
  .program-banner{min-height:44px;height:auto;padding:8px 48px 8px var(--mobile-gutter);align-items:center}
  .program-banner__content{min-height:28px;display:flex;align-items:center;flex-wrap:wrap;gap:2px 7px;font-size:10px;line-height:1.35}
  .program-banner button{right:8px;top:50%;width:40px;height:40px;transform:translateY(-50%)}
  .site-header,.site-header.compact{height:var(--mobile-header-height)}
  .header-shell{width:calc(100% - (var(--mobile-gutter) * 2));gap:6px}
  .brand{width:88px;min-width:88px}
  .brand img{width:88px;height:auto}
  .header-actions{min-width:0;margin-left:auto;gap:2px}
  .header-collections{height:44px;gap:0}
  .search-toggle,.header-collection,.menu{width:44px!important;min-width:44px;height:44px;border-radius:7px}
  .search-toggle b{display:none}
  .header-collection__heart{font-size:25px}
  .header-collection>b{top:0;right:-1px}
  .menu{margin-left:0}
  .nav{
    width:100%;max-width:none;height:calc(100dvh - var(--mobile-header-height) - var(--program-banner-height));
    top:calc(var(--mobile-header-height) + var(--program-banner-height));right:0;padding:18px var(--mobile-gutter) max(24px,env(safe-area-inset-bottom));
    border:0;border-radius:0;background:#10151b;overflow:auto;overscroll-behavior:contain;
  }
  body:not(.has-program-banner) .nav{top:var(--mobile-header-height);height:calc(100dvh - var(--mobile-header-height))}
  .nav>a{min-height:50px;height:auto;padding:0;border-bottom:1px solid rgba(255,255,255,.08);font-size:15px}
  .nav>a::after{display:none}
  .nav-mobile-contact{margin-top:12px;padding:16px 0 0;gap:4px}
  .nav-mobile-contact__address,.nav-mobile-contact__hours{display:flex;align-items:center;min-height:28px}
  .nav-mobile-contact__address{gap:9px}
  .nav-mobile-contact__address img{display:block;width:18px;height:18px;flex:0 0 18px;object-fit:contain;filter:invert(1);opacity:.9}
  .nav-mobile-contact__phone{min-height:40px!important;display:flex;align-items:center}
  .nav-mobile-contact>button{width:100%;height:48px;min-height:48px;margin-top:12px;padding:0 20px;border:0;border-radius:12px;background:#fff;color:#11171c;display:flex;align-items:center;justify-content:center;text-align:center;font:700 14px/1 Montserrat,sans-serif;box-shadow:0 1px 0 rgba(255,255,255,.12);transition:background-color 160ms ease,transform 160ms ease,box-shadow 160ms ease}
  .nav-mobile-contact>button:hover{background:#f0f6fa}
  .nav-mobile-contact>button:active{transform:scale(.985);box-shadow:none}
  .nav-mobile-contact>button:focus-visible{outline:3px solid rgba(42,166,230,.45);outline-offset:3px}
  .nav-backdrop{inset:calc(var(--mobile-header-height) + var(--program-banner-height)) 0 0}
  body:not(.has-program-banner) .nav-backdrop{inset:var(--mobile-header-height) 0 0}

  /* Search and saved-car sheets */
  .site-search-viewport{
    display:block;position:fixed;z-index:1;
    top:calc(var(--program-banner-height) + var(--mobile-header-height) + 1px);left:0;right:0;width:100vw;
    max-height:calc(100dvh - var(--program-banner-height) - var(--mobile-header-height) - 1px);
    overflow:hidden;visibility:hidden;pointer-events:none;
    transition:visibility 0s 380ms;
  }
  body:not(.has-program-banner) .site-search-viewport{
    top:calc(var(--mobile-header-offset) + 1px);
    max-height:calc(100dvh - var(--mobile-header-offset) - 1px);
  }
  body.search-open .site-search-viewport{visibility:visible;pointer-events:auto;transition-delay:0s}
  .site-search-viewport .site-search{
    position:relative;z-index:auto;top:auto!important;left:auto;right:auto;width:100%;
    max-height:calc(100dvh - var(--program-banner-height) - var(--mobile-header-height) - 1px);
    padding:18px var(--mobile-gutter) max(18px,env(safe-area-inset-bottom));
    border-width:0 0 1px;border-radius:0;overflow:auto;visibility:visible;
    opacity:0;transform:translate3d(0,-100%,0);transform-origin:top center;
    transition:transform 380ms cubic-bezier(.22,1,.36,1),opacity 110ms ease;
    will-change:transform,opacity;
  }
  body:not(.has-program-banner) .site-search-viewport .site-search{
    top:auto!important;max-height:calc(100dvh - var(--mobile-header-offset) - 1px);
  }
  .site-search-viewport .site-search.is-open{opacity:1;transform:translate3d(0,0,0);box-shadow:0 20px 42px rgba(4,10,15,.2)}
  .site-search__head{margin-bottom:14px}
  .site-search__head b{font-size:17px}
  .site-search__head div>span{font-size:11px;line-height:1.45}
  .site-search__close,.collection-panel__head>button{width:44px;height:44px;margin:-6px -6px 0 0}
  .site-search__close,.collection-panel__head>button,.collection-item>button{display:grid;place-items:center;padding:0}
  .site-search__close span,.collection-panel__head>button span,.collection-item>button span{position:relative;display:block;width:18px;height:18px}
  .site-search__close span::before,.site-search__close span::after,
  .collection-panel__head>button span::before,.collection-panel__head>button span::after,
  .collection-item>button span::before,.collection-item>button span::after{left:50%;top:50%;width:16px;margin:0;transform-origin:center}
  .site-search__close span::before,.collection-panel__head>button span::before,.collection-item>button span::before{transform:translate(-50%,-50%) rotate(45deg)}
  .site-search__close span::after,.collection-panel__head>button span::after,.collection-item>button span::after{transform:translate(-50%,-50%) rotate(-45deg)}
  .site-search__control{height:54px;grid-template-columns:18px minmax(0,1fr) auto 72px;padding-inline:14px 6px;gap:7px}
  .site-search__control .site-search__icon{grid-column:1}
  .site-search__control input{grid-column:2}
  .site-search__control input::placeholder{font-size:14px}
  .site-search__clear{grid-column:3}
  .site-search__submit{grid-column:4;display:flex;width:72px;min-width:72px;height:40px;padding:0;align-items:center;justify-content:center;font-size:11px;line-height:16px;white-space:nowrap}
  .site-search__examples{gap:6px}
  .site-search__examples button{min-height:36px;padding-inline:11px}
  .site-search__popover{max-height:none}
  .collection-panel-viewport{left:50%;right:auto;width:100vw;transform:translateX(-50%)}
  .collection-panel-viewport .collection-panel{max-height:calc(100dvh - var(--mobile-header-height) - var(--program-banner-height));padding:18px var(--mobile-gutter) max(18px,env(safe-area-inset-bottom));border-width:0 0 1px;border-radius:0}
  .collection-item{min-height:88px;grid-template-columns:minmax(0,1fr) 44px}
  .collection-item__link{grid-template-columns:96px minmax(0,1fr)}
  .collection-item__media{width:96px;height:72px;aspect-ratio:4/3}
  .collection-item>button{width:44px;height:44px}
  .collection-panel__foot{min-height:56px;flex-wrap:wrap;gap:12px}
  .collection-panel__foot button,.collection-panel__foot a{min-height:44px;display:flex;align-items:center}

  /* Shared mobile rhythm and controls */
  .breadcrumbs{min-height:34px;margin:0 0 8px;padding-top:8px;overflow-x:auto;white-space:nowrap;scrollbar-width:none}
  .breadcrumbs::-webkit-scrollbar{display:none}
  .breadcrumbs a,.breadcrumbs span{font-size:11px}
  h1{overflow-wrap:anywhere}
  .button,.filters-reset,.finder-reset{min-height:48px}
  input,select,textarea,.custom-select__trigger{font-size:16px!important}
  .custom-select{min-width:0;max-width:100%}
  .custom-select__trigger{width:100%;min-height:48px}
  .custom-select__listbox{left:0;right:0;width:100%;max-width:100%;max-height:min(320px,46dvh)}
  .custom-select__option{min-height:46px}
  .field{min-width:0}
  .field input,.field select,.field textarea{width:100%;min-height:50px}
  .consent-row{width:100%;margin-inline:0;justify-self:stretch}
  .consent-row>label{width:100%;min-height:28px;align-items:center;justify-content:flex-start;gap:10px;text-align:left}
  .consent-row__box{flex:0 0 20px;width:20px;height:20px;margin:0}
  .consent-row__text{min-width:0;line-height:20px!important;text-align:left;white-space:normal}
  .form-status{line-height:1.45}

  /* Homepage */
  .home-body .hero-stage{
    width:calc(100% - (var(--mobile-gutter) * 2));
    height:max(450px,calc(100svh - var(--mobile-header-height) - var(--program-banner-height) - (var(--mobile-gutter) * 2) - 112px));
    min-height:0;margin:var(--mobile-gutter) auto 0;border-radius:20px;
  }
  body.home-body:not(.has-program-banner) .hero-stage{
    height:max(450px,calc(100svh - var(--mobile-header-offset) - (var(--mobile-gutter) * 2) - 112px));
  }
  .home-body .hero-stage__image{object-position:center 68%}
  .home-body .hero-stage__video{
    position:absolute;inset:0;z-index:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center 50%;
    filter:brightness(.6);opacity:0;pointer-events:none;transition:opacity 320ms cubic-bezier(.2,.8,.2,1)
  }
  .home-body .hero-stage__video.is-ready{opacity:1}
  .home-body .hero-stage__shade{
    background:linear-gradient(180deg,rgba(4,8,12,.72) 0%,rgba(4,8,12,.42) 25%,rgba(4,8,12,.08) 49%,rgba(4,8,12,.5) 73%,rgba(4,8,12,.97) 100%)
  }
  .home-body .hero-layout{
    height:100%;padding:clamp(30px,5svh,44px) var(--mobile-card-padding) var(--mobile-card-padding);align-items:stretch
  }
  .home-body .hero-copy{
    width:100%;max-width:430px;height:100%;margin:0;padding:0;display:flex;flex-direction:column;justify-content:flex-start
  }
  .home-body .hero-availability{margin-bottom:13px;font-size:11px}
  .home-body .hero-copy h1{max-width:360px;margin:0;font-size:clamp(29px,8.7vw,38px);line-height:1.02;letter-spacing:-.045em}
  .home-body .hero-copy>p{max-width:370px;margin:13px 0 18px;font-size:13px;line-height:1.55}
  .home-body .hero-actions{width:100%;margin-top:auto;display:grid;grid-template-columns:1fr;gap:8px}
  .home-body .hero-actions .button{width:100%;height:50px;min-height:50px}
  .home-body .hero-facts{margin-top:14px;gap:14px;flex-wrap:wrap}
  .home-body .vehicle-finder-shell{margin-top:var(--mobile-card-gap);padding:0 var(--mobile-gutter)}
  .home-body .vehicle-finder{padding:var(--mobile-card-padding);grid-template-columns:1fr;gap:var(--mobile-card-gap);border-radius:18px}
  .home-body .vehicle-finder__heading{margin:0 0 2px;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;text-align:left}
  .home-body .vehicle-finder__heading span,.home-body .vehicle-finder__heading b{grid-column:1;text-align:left}
  .home-body .vehicle-finder__heading .finder-reset{min-width:112px;grid-column:2;grid-row:1/3}
  .home-body .finder-field,.home-body .vehicle-finder__actions{height:auto;min-height:68px;grid-column:1}
  .home-body .vehicle-finder .custom-select__trigger,.home-body .vehicle-finder .finder-field input:not([type="range"]):not([type="hidden"]){height:50px}
  .home-body .finder-field--range{min-height:82px}
  .home-body .price-range__slider::-webkit-slider-thumb{width:16px;height:16px;margin-top:-7px}
  .home-body .price-range__slider::-moz-range-thumb{width:16px;height:16px}
  .home-body .vehicle-finder__actions{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:50px;gap:0}
  .home-body .vehicle-finder__actions .button{height:50px;grid-column:1;grid-row:1}
  .home-body .inventory-showcase,.home-body .home-services,.home-body .home-benefits,.home-body .work-steps{padding-top:var(--mobile-section-space)}
  .home-body .section-heading{margin-bottom:var(--mobile-heading-gap);align-items:flex-end;gap:10px}
  .home-body .section-heading h2,.home-body .home-local__content h2,.home-body .home-adviser__copy h2{font-size:clamp(27px,7.6vw,32px)}
  .home-body .section-heading .text-link{min-height:44px;display:flex;align-items:center}
  .home-body .home-selection__grid,
  .home-body .benefit-strip,
  .home-body .work-steps ol{
    width:auto;margin-inline:calc(var(--mobile-gutter) * -1);padding:2px var(--mobile-gutter) var(--mobile-card-padding);
    overflow-x:auto;scroll-padding-inline:var(--mobile-gutter);scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;scrollbar-width:none;
  }
  .home-body .home-selection__grid::-webkit-scrollbar,.home-body .benefit-strip::-webkit-scrollbar,.home-body .work-steps ol::-webkit-scrollbar{display:none}
  .home-body .home-selection__grid{grid-auto-columns:var(--mobile-card-width);gap:var(--mobile-card-gap)}
  .home-body .home-car-card{border-radius:18px;scroll-snap-align:center;scroll-snap-stop:always}
  .home-body .home-car-card__visual{height:auto;aspect-ratio:4/3}
  .home-body .home-car-card__body{padding:var(--mobile-card-padding);display:flex;flex-direction:column}
  .home-body .home-car-card__title>.home-car-card__arrow{display:none}
  .home-body .home-car-card__price{margin-top:auto}
  .home-body .home-services__grid{grid-template-columns:1fr;gap:var(--mobile-card-gap)}
  .home-body .service-card{min-height:280px;border-radius:16px}
  .home-body .service-card--small{min-height:220px}
  .home-body .trade-banner__content{left:var(--mobile-card-padding);right:var(--mobile-card-padding)}
  .home-body .trade-banner>.button{left:var(--mobile-card-padding);right:var(--mobile-card-padding);width:calc(100% - (var(--mobile-card-padding) * 2))}
  .home-body .home-service-card__content{inset:auto var(--mobile-card-padding) var(--mobile-card-padding)}
  .home-body .home-benefits .section-heading,.home-body .work-steps .section-heading{margin-bottom:var(--mobile-heading-gap)}
  .home-body .benefit-strip{display:flex;align-items:stretch;gap:var(--mobile-card-gap)}
  .home-body .benefit-strip article,
  .home-body .benefit-strip article:first-child,
  .home-body .benefit-strip article:last-child{
    box-sizing:border-box;flex:0 0 var(--mobile-card-width);height:168px;min-height:168px;padding:var(--mobile-card-padding);
    align-self:stretch;justify-content:flex-start;gap:var(--mobile-card-gap);scroll-snap-align:center;scroll-snap-stop:always;
  }
  .home-body .benefit-strip article>div{position:static;left:auto;width:100%;text-align:left}
  .home-body .benefit-strip h3{min-height:20px;display:flex;align-items:center;margin:0 0 6px;color:#182229}
  .home-body .benefit-strip p{margin:0}
  .home-body .work-steps ol{display:flex;align-items:stretch;gap:var(--mobile-card-gap);border:0;background:transparent}
  .home-body .work-steps li{box-sizing:border-box;height:168px;min-height:168px;padding:var(--mobile-card-padding);flex:0 0 var(--mobile-card-width);align-self:stretch;border:1px solid #e1e7ea!important;border-radius:16px;background:#fff;gap:var(--mobile-card-gap);scroll-snap-align:center;scroll-snap-stop:always}
  .home-body .work-steps li>div{width:100%}
  .home-body .work-steps li h3{min-height:20px;display:flex;align-items:center;margin-bottom:6px}
  .home-body .home-local{padding-top:var(--mobile-section-space)}
  .home-body .home-local__panel{padding:0;border:0;border-radius:0;gap:var(--mobile-card-gap);background:transparent;box-shadow:none}
  .home-body .home-local__content{padding:var(--mobile-card-padding);border:1px solid #e1e7ea;border-radius:18px;background:#fff}
  .home-body .home-local__links{gap:7px}
  .home-body .home-local__links a{min-height:44px}
  .home-body .home-local__address{min-height:0;padding:var(--mobile-card-padding);border:1px solid #dbe6eb;border-radius:18px}
  .home-body .home-local__address>strong{margin-top:16px}
  .home-body .home-local__address>p{margin:10px 0 18px}
  .home-body .home-local__address .home-local__route{min-height:48px;margin-top:16px}
  .home-body .home-faq{padding:var(--mobile-section-space) 0}
  .home-body .home-faq__grid{gap:var(--mobile-card-gap)}
  .home-body .home-faq summary{min-height:60px;padding:16px 54px 16px var(--mobile-card-padding)}
  .home-body .home-faq details p{padding:20px var(--mobile-card-padding);font-size:13px}
  .home-body .home-adviser{width:calc(100% - (var(--mobile-gutter) * 2));margin-bottom:var(--mobile-section-space);padding:0;border:0;border-radius:0;gap:var(--mobile-card-gap);background:transparent}
  .home-body .home-adviser__copy{padding:var(--mobile-card-padding);border:1px solid #dbe6eb;border-radius:18px;background:#eaf4f8}
  .home-body .home-adviser__contact{margin-top:24px;padding-top:16px}
  .home-body .home-adviser .hero-lead{padding:var(--mobile-card-padding);border-radius:18px}
  .home-body .home-adviser .inline-lead-form{gap:12px}
  .home-body .home-adviser .inline-lead-form>.button{width:100%;height:52px}

  /* Catalog */
  .catalog-page{padding-top:4px;padding-bottom:54px}
  .catalog-heading{margin-bottom:14px}
  .catalog-heading h1{font-size:30px;line-height:1.08}
  .filters{padding:14px;border-radius:12px;box-shadow:0 8px 26px rgba(20,30,38,.07)}
  .filters--horizontal{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .filters--horizontal .filter-field--brand,.filters--horizontal .filter-field--model,.filters--horizontal .filter-field--trim{grid-column:1/-1}
  .filter-field input,.filter-field select,.sort select{height:48px;border-radius:8px}
  .filters--horizontal .button{height:48px}
  .filters-reset{height:48px;justify-content:center}
  .catalog-toolbar{margin:18px 0 12px;align-items:end;gap:12px}
  .sort label{min-width:0}
  .sort .custom-select,.sort select{width:min(210px,52vw)}
  .car-grid{grid-template-columns:1fr;gap:14px}
  .car-card--reference{padding:10px 12px 14px;border-radius:10px}
  .car-card--reference .car-visual{aspect-ratio:4/3;border-radius:8px}
  .car-card--reference .car-info{padding-top:15px}
  .car-card--reference .car-title-row{min-height:44px;align-items:center}
  .car-card--reference .car-info h3{font-size:16px;line-height:1.32;white-space:normal}
  .car-card__tools{height:44px;gap:2px}
  .car-card--reference .car-favorite,.car-card--reference .car-compare{width:44px;height:44px}
  .car-card--reference .car-specs{font-size:12px;line-height:1.55}
  .car-card--reference .car-badges{min-height:44px;align-content:center;gap:6px}
  .car-card--reference .car-action{min-height:50px}
  .car-card--reference .car-card__similar{width:100%;min-height:44px;display:flex;align-items:center}
  .promo-card{width:100%;max-width:none;aspect-ratio:3/4;border-radius:10px}
  .promo-card__dots{min-height:44px}
  .promo-card__dots button{width:44px;height:44px;position:relative;background:transparent}
  .promo-card__dots button::after{content:"";width:28px;height:3px;border-radius:3px;background:#8b949b;position:absolute;left:8px;top:20px}
  .promo-card__dots button.is-active::after{background:#fff}
  .pagination{margin-top:24px;grid-template-columns:1fr 1fr;gap:8px}
  .pagination__pages{grid-column:1/-1;grid-row:1;justify-content:center}
  .pagination__arrow{min-height:48px;justify-content:center}

  /* Vehicle detail */
  .vehicle-page{padding-top:4px;padding-bottom:52px}
  .vehicle-heading{margin-bottom:14px;align-items:flex-start;gap:12px}
  .vehicle-heading h1{font-size:29px;line-height:1.08}
  .vehicle-heading__actions{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .vehicle-tool{width:100%;min-width:0;min-height:46px;justify-content:center}
  .vehicle-stage{gap:14px}
  .vehicle-gallery__main,.gallery-thumbs{margin-inline:calc(var(--mobile-gutter) * -1);border-radius:0}
  .vehicle-gallery__main{aspect-ratio:4/3}
  .vehicle-gallery__controls button{width:44px;height:44px}
  .gallery-thumbs{padding-inline:var(--mobile-gutter);scroll-padding-inline:var(--mobile-gutter)}
  .gallery-thumbs button{flex:0 0 88px;aspect-ratio:4/3}
  .vehicle-gallery__foot{padding:12px 0;display:grid;grid-template-columns:1fr;gap:10px}
  .vehicle-tabs{margin-top:14px}
  .vehicle-tabs__nav{top:calc(var(--mobile-header-height) + var(--program-banner-height));padding:4px;border-radius:10px}
  .vehicle-tabs__nav button{min-height:46px}
  .vehicle-section{padding:22px 16px;border-radius:10px}
  .vehicle-specifications__grid{grid-template-columns:1fr}
  .vehicle-specifications__grid>div{min-height:54px}
  .equipment__grid{grid-template-columns:1fr}
  .equipment__title{min-height:58px}
  .vehicle-purchase{padding:20px 16px;border-radius:10px}
  .vehicle-purchase__price strong{font-size:30px}
  .vehicle-purchase__actions{display:grid;grid-template-columns:1fr;gap:8px}
  .vehicle-purchase__actions .button{min-height:50px}
  .vehicle-quick-specs{grid-template-columns:1fr 1fr}
  .vehicle-trust{min-height:48px;gap:6px;flex-wrap:wrap}
  .vehicle-purchase__contact{align-items:flex-start;flex-direction:column;gap:5px}
  .vehicle-dealer{padding:24px 18px;grid-template-columns:1fr;gap:22px;border-radius:10px}
  .vehicle-dealer .button{width:100%;min-height:50px}
  .vehicle-related .section-head{align-items:flex-start;flex-direction:column;gap:4px}
  .vehicle-related .section-head .text-link{min-height:44px}
  .vehicle-related .car-grid{width:auto;margin-inline:calc(var(--mobile-gutter) * -1);padding-inline:var(--mobile-gutter);grid-auto-flow:column;grid-auto-columns:var(--mobile-card-width);grid-template-columns:none;overflow-x:auto;scroll-padding-inline:var(--mobile-gutter);scroll-snap-type:x mandatory;scrollbar-width:none}
  .vehicle-related .car-grid::-webkit-scrollbar{display:none}
  .vehicle-related .car-card{scroll-snap-align:center}

  /* Service, contact and credit pages */
  .info-page{padding-top:4px;padding-bottom:54px}
  .service-hero,.credit-hero,.contacts-overview{border-radius:16px}
  .service-hero{min-height:430px;padding:22px 18px;align-items:flex-end}
  .service-hero--trade-in,.service-hero--buyout,.service-hero--about{min-height:430px}
  .service-hero::after,.service-hero--trade-in::after,.service-hero--buyout::after,.service-hero--about::after{background:linear-gradient(180deg,rgba(4,10,14,.04) 22%,rgba(4,10,14,.42) 55%,rgba(4,10,14,.97) 100%)}
  .service-hero__backdrop{object-position:center 58%}
  .service-hero__copy{width:100%;max-width:none!important}
  .service-hero h1,.service-hero--trade-in h1,.service-hero--buyout h1{font-size:34px}
  .service-hero .lead{font-size:14px;line-height:1.55}
  .service-hero .button{width:100%;min-height:50px}
  .info-features{
    width:auto;margin:14px calc(var(--mobile-gutter) * -1) 0;padding:2px var(--mobile-gutter) 16px;
    display:flex;gap:12px;overflow-x:auto;scroll-padding-inline:var(--mobile-gutter);scroll-snap-type:x mandatory;scrollbar-width:none;background:transparent;
  }
  .info-features::-webkit-scrollbar{display:none}
  .info-features article{flex:0 0 var(--mobile-card-width);min-height:0;padding:18px;border:1px solid #e0e6e9;border-radius:14px;background:#fff;color:#182229;scroll-snap-align:center}
  .info-features article span{color:#267ba4}
  .info-features article h2{color:#182229}
  .info-features article p{color:#68757d}
  .info-process{padding:24px 18px;grid-template-columns:1fr;gap:22px;border-radius:14px}
  .info-process ol{grid-template-columns:1fr;gap:14px}
  .contacts-overview{padding:26px 18px;grid-template-columns:1fr;gap:26px}
  .contacts-overview h1{font-size:34px}
  .contacts-overview__actions{display:grid;grid-template-columns:1fr;gap:8px}
  .contacts-overview__actions .button{width:100%;min-width:0}
  .contacts-overview__details{padding:0;border-left:0;border-top:1px solid rgba(255,255,255,.11)}
  .contacts-location{margin-top:14px;border-radius:14px;grid-template-columns:1fr}
  .contacts-location__panel{padding:26px 18px;order:1}
  .contacts-location__map{min-height:300px;order:2}
  .company-location__canvas iframe{pointer-events:none}
  .company-location__map.is-interactive iframe{pointer-events:auto}
  .company-location__activate{min-width:150px;min-height:48px;display:flex;align-items:center;justify-content:center}
  .contacts-appointment{margin-top:14px;padding:24px 18px;grid-template-columns:1fr;gap:18px;border-radius:14px}
  .contacts-appointment .button{width:100%;min-width:0}
  .credit-hero{min-height:430px;padding:22px 18px;align-items:flex-end}
  .credit-hero__copy{max-width:none}
  .credit-hero h1{font-size:34px}
  .credit-hero .button{width:100%}
  .credit-calculator{margin-top:14px;padding:24px 16px;border-radius:14px}
  .credit-calculator__grid{grid-template-columns:1fr;gap:22px}
  .credit-range{min-height:44px;touch-action:pan-x}
  .credit-result{padding:20px 16px}
  .credit-flow{padding-top:var(--mobile-section-space)}
  .credit-flow ol{grid-template-columns:1fr;gap:10px}
  .credit-details{margin-top:var(--mobile-section-space);grid-template-columns:1fr}
  .company-location{min-height:0;margin-top:14px;border-radius:14px;grid-template-columns:1fr}
  .company-location__map{min-height:300px;order:2}
  .company-location__panel{padding:26px 18px;order:1}
  .company-map-card{position:static;width:auto;margin:0;padding:18px;border:0;border-radius:0;box-shadow:none;backdrop-filter:none}

  /* Promotion and legal pages */
  .promotion-page{padding-top:4px;padding-bottom:52px}
  .promotion-hero{min-height:0;border-radius:14px;grid-template-columns:1fr}
  .promotion-hero__copy{padding:28px 18px;order:2}
  .promotion-hero__art{order:1;min-height:0;aspect-ratio:4/3}
  .promotion-hero h1{font-size:34px}
  .promotion-hero__lead{font-size:14px}
  .promotion-hero__actions{display:grid;grid-template-columns:1fr;gap:8px}
  .promotion-hero__actions .button{width:100%;min-width:0}
  .promotion-hero__stats{grid-template-columns:1fr;gap:12px}
  .promotion-steps{padding-top:46px}
  .promotion-steps ol{grid-template-columns:1fr;gap:10px}
  .promotion-steps li{min-height:0;padding:20px}
  .promotion-details{margin-top:42px;grid-template-columns:1fr}
  .promotion-details__copy,.promotion-contact{padding:24px 18px}
  .promotion-details__copy ul{grid-template-columns:1fr}
  .promotion-contact .button{margin-top:24px}
  .legal-page__header{padding:26px 18px;border-radius:14px;grid-template-columns:1fr;gap:24px}
  .legal-page__header h1{font-size:31px}
  .legal-page__layout{grid-template-columns:1fr;gap:12px}
  .legal-page__nav{position:static;padding:8px;display:flex;gap:4px;overflow-x:auto;scroll-snap-type:x proximity}
  .legal-page__nav b{display:none}
  .legal-page__nav a{min-width:max-content;min-height:44px;scroll-snap-align:start}
  .legal-document,.legal-document--single{margin-top:12px;padding:26px 18px;border-radius:10px}
  .legal-document section{padding-bottom:26px;margin-bottom:26px}
  .legal-document h2{font-size:21px}
  .legal-document p,.legal-document li{font-size:14px;line-height:1.65}
  .legal-requisites>div{grid-template-columns:1fr;gap:5px}
  .legal-table{margin-inline:-18px;border-radius:0}

  /* Footer, modal and cookie notice */
  .footer-shell{width:calc(100% - (var(--mobile-gutter) * 2));padding:38px 0 30px;grid-template-columns:1fr;gap:26px}
  .footer-brand,.footer-callback{grid-column:1}
  .footer-brand img{width:112px;height:auto}
  .footer-brand p{max-width:290px;margin-top:12px}
  .footer-column,.footer-contact{gap:2px}
  .footer-column>b,.footer-contact>b{margin-bottom:7px}
  .footer-column a,.footer-contact>a{min-height:36px;display:flex;align-items:center}
  .footer-contact p{margin:6px 0}
  .footer-callback{padding:18px;border-radius:10px}
  .footer-callback__row{grid-template-columns:minmax(0,1fr) auto}
  .footer-callback__row input,.footer-callback__row button{height:48px}
  .footer-callback__row button{padding-inline:14px}
  .consent-row--footer{margin-top:12px}
  .footer-bottom{width:calc(100% - (var(--mobile-gutter) * 2));padding:20px 0 26px;align-items:flex-start;flex-direction:column;gap:12px}
  .footer-bottom>div{width:100%;display:grid;gap:0}
  .footer-bottom a{min-height:36px;display:flex;align-items:center}
  .modal{padding:0;align-items:end}
  .modal-box{width:100%;max-height:calc(100dvh - 12px);padding:26px var(--mobile-gutter) max(24px,env(safe-area-inset-bottom));border-radius:18px 18px 0 0;transform:translateY(100%)}
  .modal-box h2{font-size:25px}
  .close{width:44px;height:44px}
  .lead-form .button{min-height:50px}
  .cookies{left:var(--mobile-gutter);bottom:max(10px,env(safe-area-inset-bottom));width:calc(100% - (var(--mobile-gutter) * 2));padding:14px;border-radius:10px;grid-template-columns:1fr auto}
  .cookies p{font-size:12px;line-height:1.5}
  .cookies .button,.cookies .link-button{min-height:44px}
}

@media (max-width: 600px){
  .filters--horizontal{grid-template-columns:1fr}
  .filters--horizontal .filter-field,.filters--horizontal .button,.filters--horizontal .filters-reset{grid-column:1}
  .catalog-toolbar{align-items:stretch;flex-direction:column}
  .sort,.sort label,.sort .custom-select,.sort select{width:100%;max-width:none}
  .pagination__pages .pagination__page,.pagination__pages .pagination__ellipsis{display:none}
  .pagination__summary{display:inline-flex}
  .vehicle-quick-specs{grid-template-columns:1fr}
}

@media (max-width: 390px){
  :root{--mobile-gutter:14px}
  .brand{width:78px;min-width:78px}.brand img{width:78px}
  .search-toggle,.header-collection,.menu{width:42px!important;min-width:42px;height:44px}
  .home-body .hero-stage{width:calc(100% - 20px)}
  .home-body .hero-layout{padding-inline:17px}
  .home-body .hero-copy h1{font-size:29px}
  .home-body .vehicle-finder-shell{padding-inline:10px}
  .home-body .vehicle-finder__heading .finder-reset{min-width:104px;padding-inline:10px;font-size:10px}
  .catalog-heading h1,.vehicle-heading h1{font-size:27px}
  .vehicle-heading__actions{grid-template-columns:1fr}
  .contacts-overview h1,.credit-hero h1,.service-hero h1,.promotion-hero h1{font-size:31px}
  .footer-callback__row{grid-template-columns:1fr}
  .footer-callback__row input{border-right:1px solid rgba(255,255,255,.14);border-radius:6px}
  .footer-callback__row button{margin-top:8px;border-radius:6px}
  .cookies{grid-template-columns:1fr}
  .cookies .button,.cookies .link-button{width:100%;justify-content:center}
}

@media (max-width: 760px) and (max-height: 650px){
  .home-body .hero-copy>p{margin-block:10px 14px}
  .service-hero,.service-hero--trade-in,.service-hero--buyout,.service-hero--about,.credit-hero{min-height:400px}
}

@media (prefers-reduced-motion: reduce) and (max-width: 760px){
  .home-body .hero-stage__video{display:none!important}
  .home-body .home-selection__grid,.home-body .benefit-strip,.home-body .work-steps ol,.vehicle-related .car-grid,.info-features{scroll-behavior:auto}
}

/* Mobile product header. Kept here because this file is the final responsive layer. */
@media (max-width:760px){
  .site-header--product,.site-header--product.compact{height:var(--mobile-header-height);background:#0e1419}
  .site-header--product .header-shell{width:calc(100% - (var(--mobile-gutter) * 2));gap:4px}
  .site-header--product .brand{width:84px;min-width:84px;height:40px}
  .site-header--product .brand img{width:84px;height:auto}
  .site-header--product .header-actions{gap:2px}
  .site-header--product .search-toggle,
  .site-header--product .header-collection,
  .site-header--product .menu{
    width:44px!important;
    min-width:44px;
    height:44px;
    flex-basis:44px;
    padding:0;
    border-color:transparent;
    border-radius:10px;
    background:transparent;
    display:grid;
    place-items:center;
  }
  .site-header--product .search-toggle{grid-template-columns:1fr;gap:0}
  .site-header--product .search-toggle__icon{margin:0;transform:none}
  .site-header--product .header-collections{height:44px;gap:0}
  .site-header--product .header-collection>b{top:-1px;right:-1px}
  .site-header--product .menu span{left:12px;width:20px}
  .site-header--product .nav{
    top:calc(var(--mobile-header-height) + var(--program-banner-height));
    height:calc(100dvh - var(--mobile-header-height) - var(--program-banner-height));
    padding:12px var(--mobile-gutter) max(22px,env(safe-area-inset-bottom));
    gap:4px;
    background:#0f151a;
  }
  body:not(.has-program-banner) .site-header--product .nav{top:var(--mobile-header-height);height:calc(100dvh - var(--mobile-header-height))}
  .site-header--product .nav>a{
    min-height:52px;
    padding:0 14px;
    border:0;
    border-radius:10px;
    color:#c6cdd2;
    font-size:15px;
  }
  .site-header--product .nav>a.active{background:#1b2730;color:#fff}
  .site-header--product .nav-mobile-contact{margin-top:16px;padding:18px 14px 0;border-top:1px solid rgba(255,255,255,.09);gap:10px}
  .site-header--product .nav-mobile-contact a{color:#fff;font-size:18px;font-weight:650}
  .site-header--product .nav-mobile-contact button{margin-top:4px;border:0;border-radius:10px;background:#fff;color:#11171c;font-weight:650}
}
@media (max-width:390px){
  .site-header--product .brand{width:76px;min-width:76px}.site-header--product .brand img{width:76px}
  .site-header--product .search-toggle,
  .site-header--product .header-collection,
  .site-header--product .menu{width:42px!important;min-width:42px;flex-basis:42px}
}

/* Final mobile rhythm: Apple HIG roles adapted to the existing product design. */
@media (max-width:760px){
  body{font-size:var(--site-type-body);line-height:var(--site-leading-body)}

  .catalog-page,
  .car-page,
  .info-page,
  .error-page,
  .section,
  .compare-page,
  .promotion-page{
    padding-top:var(--site-page-start);
    padding-bottom:var(--site-page-end);
  }
  .catalog-page:has(>.breadcrumbs),
  .car-page:has(>.breadcrumbs),
  .info-page:has(>.breadcrumbs),
  .error-page:has(>.breadcrumbs),
  .promotion-page:has(>.breadcrumbs),
  .compare-page:has(>.breadcrumbs){padding-top:var(--site-space-4)}

  .breadcrumbs{margin-bottom:var(--site-space-4)}
  .breadcrumbs a,.breadcrumbs span{font-size:var(--site-type-caption);line-height:var(--site-leading-caption)}
  .eyebrow,.section-kicker{font-size:var(--site-type-caption);line-height:var(--site-leading-caption)}
  .catalog-heading h1,
  .vehicle-heading h1,
  .info-heading h1,
  .compare-heading h1,
  .service-hero h1,
  .credit-hero h1,
  .contacts-overview h1,
  .promotion-hero h1{font-size:var(--site-type-title-1);line-height:var(--site-leading-title-1)}

  .button,.header-cta,.filters-reset,.vehicle-tool,.mobile-bar a,.mobile-bar button{min-height:var(--site-control-mobile)}
  input:not([type="range"]):not([type="checkbox"]):not([type="hidden"]),select,textarea{font-size:16px!important}
  .program-banner button,
  .search-toggle,
  .header-collection,
  .menu,
  .site-search__close,
  .site-search__clear,
  .collection-panel__head>button,
  .collection-item>button{width:44px!important;min-width:44px;height:44px;min-height:44px;flex-basis:44px}
  .site-search__examples button,
  .collection-panel__foot button,
  .collection-panel__foot a{min-height:44px;display:inline-flex;align-items:center}
  .site-search__head div>span{font-size:var(--site-type-footnote);line-height:var(--site-leading-footnote)}
  .site-search__submit{font-size:var(--site-type-footnote);line-height:var(--site-leading-footnote)}
  .home-body .hero-copy>p{font-size:var(--site-type-subhead);line-height:var(--site-leading-subhead)}
  .home-body .hero-facts{font-size:var(--site-type-micro);line-height:var(--site-leading-micro)}
  .home-body .vehicle-finder__heading .finder-reset{font-size:var(--site-type-caption);line-height:var(--site-leading-caption)}

  .home-body .benefit-strip article,
  .home-body .work-steps li{height:auto;min-height:168px}

  .info-page>.legal-page{width:100%;max-width:none;margin-inline:0}
  .contacts-overview,.credit-hero{padding:0}
  .credit-flow{margin-top:var(--site-section-space);padding-top:0}
  .credit-flow ol{margin-top:var(--site-space-5);gap:var(--site-space-3)}
  .credit-flow li{padding:var(--site-card-padding)}
  .contacts-appointment,
  .promotion-details__copy,
  .promotion-contact,
  .legal-document,
  .legal-document--single{padding:var(--site-card-padding)}

  .footer-shell{padding:var(--site-space-10) 0 var(--site-space-8);gap:var(--site-space-8)}
  .footer-column,.footer-contact{gap:var(--site-space-1)}
  .footer-column>b,.footer-contact>b{margin-bottom:var(--site-space-2)}
  .footer-column a,.footer-contact>a{min-height:44px}
  .footer-contact p{margin:var(--site-space-1) 0}
  .footer-bottom{padding:var(--site-space-5) 0 var(--site-space-6);gap:var(--site-space-3)}
}

/* One calm, mobile-only gesture cue for swipeable vehicle photography. */
.gallery-swipe-hint{display:none}
@media (max-width:760px){
  .vehicle-gallery__main{touch-action:pan-y}
  .gallery-swipe-hint{
    position:absolute;
    z-index:8;
    left:50%;
    bottom:38px;
    width:max-content;
    max-width:calc(100% - 28px);
    min-height:58px;
    padding:6px 14px 6px 8px;
    border:1px solid rgba(255,255,255,.34);
    border-radius:18px;
    background:rgba(10,18,24,.78);
    -webkit-backdrop-filter:blur(16px) saturate(125%);
    backdrop-filter:blur(16px) saturate(125%);
    box-shadow:0 14px 34px rgba(6,14,20,.24);
    color:#fff;
    display:flex;
    align-items:center;
    gap:9px;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translate3d(-50%,8px,0) scale(.98);
    transition:opacity 240ms ease,transform 320ms cubic-bezier(.2,.72,.2,1),visibility 0s linear 320ms;
  }
  .vehicle-gallery__main>.gallery-swipe-hint{bottom:72px}
  .gallery-swipe-hint.is-visible{
    opacity:1;
    visibility:visible;
    transform:translate3d(-50%,0,0) scale(1);
    transition-delay:0s;
  }
  .gallery-swipe-hint__gesture{
    width:46px;
    height:46px;
    flex:0 0 46px;
    overflow:hidden;
    display:grid;
    place-items:center;
  }
  .gallery-swipe-hint__gesture img{
    width:46px;
    height:46px;
    object-fit:contain;
    filter:drop-shadow(0 3px 7px rgba(67,153,255,.22));
  }
  .gallery-swipe-hint.is-visible .gallery-swipe-hint__gesture img{animation:gallery-swipe-gesture 1.55s ease-in-out 2}
  .gallery-swipe-hint__copy{min-width:0;display:grid;gap:1px;white-space:nowrap;text-align:left}
  .gallery-swipe-hint__copy strong{font-size:13px;line-height:17px;font-weight:650;letter-spacing:-.01em}
  .gallery-swipe-hint__copy small{color:rgba(255,255,255,.72);font-size:11px;line-height:15px;font-weight:500}
}
@keyframes gallery-swipe-gesture{
  0%,100%{transform:translateX(0)}
  32%{transform:translateX(-4px)}
  68%{transform:translateX(4px)}
}
@media (max-width:390px){
  .gallery-swipe-hint{min-height:54px;padding:5px 11px 5px 7px;gap:7px;border-radius:16px}
  .gallery-swipe-hint__gesture{width:42px;height:42px;flex-basis:42px}
  .gallery-swipe-hint__gesture img{width:42px;height:42px}
  .gallery-swipe-hint__copy strong{font-size:12px;line-height:16px}
  .gallery-swipe-hint__copy small{font-size:10px;line-height:14px}
}
@media (prefers-reduced-motion:reduce){
  .gallery-swipe-hint,.gallery-swipe-hint__gesture img{animation:none!important;transition:none!important}
}

/* Homepage: literal product rhythm from the Automobiles page. This block is
   intentionally last because mobile-polish.css owns the responsive cascade. */
@media (max-width:760px){
  .home-body{
    --mobile-gutter:16px;
    --mobile-section-space:48px;
    --mobile-card-padding:18px;
    --mobile-card-gap:16px;
    --mobile-heading-gap:22px;
    --home-product-heading:clamp(28px,7.4vw,32px);
    --home-product-control-height:44px;
    --home-product-panel-padding:16px;
    --home-product-grid-gap:16px;
  }

  .home-body .showroom-hero{padding-top:0}
  .home-body .hero-stage{margin-top:12px}
  .home-body .hero-copy h1{
    font-size:var(--home-product-heading);
    line-height:1.08;
    letter-spacing:-.045em;
  }
  .home-body .hero-copy>p{
    margin:9px 0 18px;
    font-size:15px;
    line-height:1.5;
  }
  .home-body .hero-actions{gap:8px}
  .home-body .hero-actions .button{
    height:48px;
    min-height:48px;
    font-size:14px;
    line-height:20px;
  }
  .home-body .hero-facts{
    margin-top:16px;
    padding-top:16px;
    gap:8px 16px;
    font-size:12px;
    line-height:16px;
  }

  .home-body .vehicle-finder{
    padding:16px;
    gap:12px;
    border-radius:18px;
  }
  .home-body .vehicle-finder__heading{
    margin-bottom:0;
    padding-bottom:16px;
    gap:4px 12px;
  }
  .home-body .vehicle-finder__heading b{
    font-size:17px;
    line-height:20px;
  }
  .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:12px;line-height:16px}
  .home-body .vehicle-finder__heading .finder-reset{height:44px;min-height:44px;font-size:12px;line-height:16px}
  .home-body .finder-field{
    height:64px;
    min-height:64px;
    grid-template-rows:14px 44px;
    gap:6px;
  }
  .home-body .finder-field--range{height:64px;min-height:64px}
  .home-body .vehicle-finder .custom-select__trigger{
    height:44px;
    min-height:44px;
    border-radius:10px;
    font-size:14px!important;
    line-height:20px;
  }
  .home-body .vehicle-finder .finder-field input:not([type="range"]):not([type="hidden"]){
    height:44px;
    min-height:44px;
    border-radius:10px;
    font-size:16px!important;
    line-height:20px;
  }
  .home-body .vehicle-finder .custom-select__option{min-height:44px;font-size:14px;line-height:20px}
  .home-body .vehicle-finder__actions{
    height:64px;
    min-height:64px;
    grid-template-rows:48px;
    align-items:end;
  }
  .home-body .vehicle-finder__actions .button{height:48px;min-height:48px;font-size:14px;line-height:20px}

  .home-body .inventory-showcase,
  .home-body .home-services,
  .home-body .home-benefits,
  .home-body .work-steps,
  .home-body .home-local{padding-top:var(--mobile-section-space)}
  .home-body .section-heading{
    margin-bottom:var(--mobile-heading-gap);
    gap:12px;
  }
  .home-body .section-heading h2,
  .home-body .home-local__content h2{
    font-size:var(--home-product-heading);
    line-height:1.08;
    letter-spacing:-.045em;
  }
  .home-body .section-heading__aside p{
    font-size:15px;
    line-height:1.5;
  }
  .home-body .section-heading__aside--single a{min-height:44px;font-size:14px;line-height:20px}

  .home-body .home-selection__grid,
  .home-body .home-services__grid,
  .home-body .benefit-strip,
  .home-body .work-steps ol{gap:var(--mobile-card-gap)}
  .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(--mobile-card-padding)}
  .home-body .benefit-strip article,
  .home-body .work-steps li{
    height:auto;
    min-height:168px;
    gap:var(--site-space-4);
  }
  .home-body .home-car-card__title h3,
  .home-body .benefit-strip h3,
  .home-body .work-steps li h3{
    font-size:17px;
    line-height:1.32;
  }
  .home-body .home-car-card__specs,
  .home-body .benefit-strip p,
  .home-body .work-steps li p{
    font-size:14px;
    line-height:18px;
  }
  .home-body .home-car-card__price strong{font-size:21px;line-height:1.25}

  .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,
  .home-body .home-local__content>p:not(.section-kicker){
    font-size:15px;
    line-height:1.5;
  }
  .home-body .home-service-card__content strong{
    font-size:17px;
    line-height:1.32;
  }
  .home-body .home-service-card__content em{font-size:14px;line-height:18px}

  .home-body .home-faq{padding:var(--mobile-section-space) 0}
  .home-body .home-faq summary{
    min-height:64px;
    padding:16px 56px 16px var(--mobile-card-padding);
    font-size:15px;
    line-height:1.5;
  }
  .home-body .home-faq details p{
    padding:18px var(--mobile-card-padding);
    font-size:15px;
    line-height:1.5;
  }
}

@media (max-width:390px){
  .home-body{
    --mobile-gutter:14px;
    --mobile-card-padding:16px;
    --home-product-heading:27px;
    --home-product-panel-padding:14px;
  }
  .home-body .vehicle-finder-shell{padding-inline:14px}
  .home-body .vehicle-finder{padding:14px}
  .home-body .hero-copy h1,
  .home-body .section-heading h2,
  .home-body .home-local__content h2,
  .home-body .trade-banner__content h2{font-size:27px}
  .home-body .vehicle-finder__heading .finder-reset{min-width:104px;padding-inline:10px;font-size:12px}
}
