/* Desktop homepage: dedicated copy and vehicle columns without overlap. */
@media(min-width:801px){
  .home-hero{position:relative;display:grid;grid-template-columns:minmax(430px,39%) minmax(0,61%);height:auto;min-height:0;overflow:hidden;background:linear-gradient(90deg,#f1f1ed 0%,#ecece8 39%,#e7e6e1 58%,#e7e6e1 100%)}
  .home-hero:after{display:none}
  .home-hero>img{position:static;display:block;grid-column:2;grid-row:1;width:100%;height:auto;max-width:none;margin:0;aspect-ratio:1672 / 941;object-fit:fill;transform:none}
  .hero-copy{position:absolute;z-index:1;display:flex;flex-direction:column;justify-content:center;inset:0 auto 0 0;width:39%;max-width:none;padding:0 0 0 clamp(30px,2.5vw,42px);transform:none;color:#111}
  .hero-copy .eyebrow{color:#696969}
  .featured-grid{align-items:stretch}
  .featured-grid .car-card{display:flex;flex-direction:column;height:100%;overflow:hidden;background:#fff;border:1px solid #e4e1d9;border-radius:10px;box-shadow:none;transition:border-color .24s,box-shadow .24s,transform .24s}
  .featured-grid .car-card:hover{border-color:#d2c7b4;box-shadow:0 8px 22px rgba(28,25,20,.06);transform:translateY(-2px)}
  .featured-grid .car-card:hover img{transform:none}
  .featured-grid .car-image{aspect-ratio:1.33;border-radius:9px 9px 0 0}
  .featured-grid .car-card-copy{display:flex;flex:1;flex-direction:column;padding:16px 17px 15px}
  .featured-grid .car-card-copy .eyebrow{margin-bottom:3px;color:#8e7850;letter-spacing:1.5px}
  .featured-grid .car-card h3{margin-bottom:9px}
  .featured-grid .price-row{margin-top:auto;padding-top:12px;align-items:center}
  .featured-grid .price-row a{padding:8px 11px}
  .home-hero + .section{padding-top:86px;padding-bottom:94px}
  .sourcing-intro h2{line-height:1.23;margin-bottom:37px}
  .sourcing-intro>p{line-height:2.13}
  .sourcing-showcase{margin-bottom:68px}
  .philosophy{padding-top:56px;padding-bottom:56px}
}
