/* Keep the complete vehicle photo at its original proportions. */
.home-spotlight:not(.home-spotlight-video) .home-spotlight-frame{aspect-ratio:auto}
.home-spotlight:not(.home-spotlight-video) .home-spotlight-frame>img{height:auto;aspect-ratio:auto;object-fit:contain}
.home-model-card .home-model-photo img{height:auto;aspect-ratio:auto;object-fit:contain}
/* Home news cards: readable titles without oversized multi-line headings. */
.catalog-grid:not(.reference-posts) [data-catalog-post] .catalog-copy h3{font-size:clamp(18px,1.4vw,20px);line-height:1.4}
