.showroom{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}.showroom-photo{position:relative;border:4px solid #fff;min-width:0}.showroom-photo:first-child{grid-column:1/-1}.showroom-photo img{width:100%;height:135px;object-fit:cover}.showroom-photo:first-child img{height:220px}.showroom-photo b{position:absolute;bottom:0;left:0;padding:.25rem .8rem;background:var(--red);color:#fff}.showroom-caption{grid-column:1/-1;margin:0;color:#fff;font-size:.75rem}.inventory-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.inventory-card{border:1px solid var(--line);border-bottom:4px solid var(--red);background:#fff;min-width:0;scroll-margin-top:1rem}.inventory-photo{position:relative}.inventory-photo img{width:100%;aspect-ratio:4/3;object-fit:cover}.sample-label{display:block;padding:.4rem .65rem;background:#eef2f7;color:#384961;font-size:.75rem;font-weight:700}.inventory-copy{padding:1rem}.inventory-copy h3{font-size:1.25rem;line-height:1.3;margin:.3rem 0;color:var(--navy)}.inventory-price{font-size:1.5rem;font-weight:800;color:var(--red);margin:.7rem 0}.inventory-copy>p:not(.micro):not(.inventory-price){font-size:.875rem}.inventory-notice{font-size:.875rem;background:#f3f5f8;padding:.85rem 1rem;border-left:3px solid var(--blue);margin-top:1.25rem}.sample-details summary,.vehicle-expanded>summary{cursor:pointer;min-height:44px;padding:.75rem;font-weight:700;color:var(--navy);border:1px solid var(--line);background:#f3f5f8}.sample-details p{font-size:.875rem;line-height:1.6}.vehicle-expanded{margin-top:1.5rem}.vehicle-expanded[open]>.vehicle-layout{padding-top:1.25rem}.inventory-card .button{font-size:.9rem}.hero h1{font-size:clamp(2.75rem,5vw,4.3rem)}@media(max-width:1050px){.inventory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.inventory-grid{grid-template-columns:1fr}.showroom-photo:first-child img{height:180px}.showroom-photo img{height:100px}}
