@media (max-width: 760px) {
  body.home-page {
    padding-bottom: calc(68px + env(safe-area-inset-bottom)) !important;
  }

  body.home-page .landing-hero.home-hero-quote-reference {
    margin-top: -12px !important;
  }

  body.home-page .home-preorder-banner {
    padding-top: 0 !important;
  }

  body.home-page .home-preorder-copy {
    padding-top: 4px !important;
  }

  body.home-page .home-preorder-car > img {
    transform: translateY(-24px);
  }

  body.home-page .site-common-footer.landing-footer {
    margin-top: 40px !important;
    margin-bottom: 0 !important;
  }

  /* Keep the floating stock badge fully inside the mobile carousel viewport. */
  body.home-page #specials-preview .deal-slider-shell[data-deal-slider] > .deal-slider {
    padding-top: 18px !important;
  }

  /* Let the carousel viewport use the section's full mobile width. */
  body.home-page #specials-preview .deal-slider-shell[data-deal-slider] {
    width: auto !important;
    max-width: none !important;
    margin-right: -22px !important;
    margin-left: -22px !important;
  }

  body.home-page #quickConsultDrawer .quick-drawer-close {
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    flex: 0 0 40px !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
  }

  body.home-page #quickConsultDrawer .quick-drawer-close::before,
  body.home-page #quickConsultDrawer .quick-drawer-close::after {
    content: '' !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 16px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: currentColor !important;
    transform-origin: center !important;
  }

  body.home-page #quickConsultDrawer .quick-drawer-close::before {
    transform: translate(-50%, -50%) rotate(45deg) !important;
  }

  body.home-page #quickConsultDrawer .quick-drawer-close::after {
    transform: translate(-50%, -50%) rotate(-45deg) !important;
  }
}

/* Remove only the outer featured-vehicle section outline. */
body.home-page #specials-preview {
  border: 0 !important;
  box-shadow: none !important;
}

@media (min-width: 901px) {
  body.home-page .home-hero-quote-reference .landing-hero-copy {
    margin-top: 56px !important;
  }

  body.home-page .home-hero-quote-reference .home-hero-quote-mount #service.home-quote-program {
    margin-top: 28px !important;
  }
}
