.car-stage{align-content:center}
.car-stage.has-model:before{opacity:0;transform:scale(.82)}
.car-stage img{z-index:2;display:block;width:min(100%,640px);height:245px;object-fit:contain;filter:drop-shadow(0 30px 24px rgba(0,0,0,.55));animation:garage-car-arrive .45s ease-out}
.car-stage img[hidden]{display:none}
.car-stage.has-model span{margin-top:8px;color:#fff;font-weight:900}
.car-stage small{z-index:3;margin-top:7px;color:#849c97;font-size:.6rem;letter-spacing:.05em;text-align:center}
.car-stage.has-model:after{width:64%;height:12px;bottom:19%;filter:blur(9px);opacity:.5}
@keyframes garage-car-arrive{from{opacity:0;transform:translateX(24px) scale(.96)}to{opacity:1;transform:none}}
@media(max-width:900px){.car-stage img{height:210px}}
