/* Match the approved 550 presentation: landscape image with quiet green bands. */
.seven-card img{box-sizing:border-box;width:100%;height:auto;aspect-ratio:4/3;padding:4.1667% 0;object-fit:cover;object-position:center;background:#14261d}
#scene-multi img{object-fit:contain;object-position:center top}
@media(min-width:761px){
 .hero{height:calc(100svh - 88px);min-height:620px;max-height:none;overflow:hidden}
 .hero video{inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
 .hero-shade{background:linear-gradient(90deg,rgba(9,23,15,.05) 25%,rgba(9,23,15,.22) 45%,rgba(9,23,15,.65) 75%,rgba(9,23,15,.48) 100%),linear-gradient(0deg,#17291f,transparent 20%)}
 .hero-copy{text-shadow:0 2px 18px #08170d70}
}
@media(min-width:761px){.hero video{transform:none;max-width:none;max-height:none}}

/* Clean join to navigation; retain only the bottom fade. */
@media(min-width:761px){.hero video{mask-image:none;-webkit-mask-image:none}}
