.hero{min-height:720px;background:#122e25}
.hero-gallery{position:absolute;inset:0;display:grid;grid-template-columns:minmax(0,2.25fr) minmax(260px,.75fr);gap:8px}
.hero-gallery img{width:100%;height:100%;object-fit:cover}
.hero-gallery .hero-bg{position:static}
.hero-support{display:grid;grid-template-rows:1fr 1fr;gap:8px;min-width:0;height:720px}
.hero-support img{min-height:0}
.hero-gallery+.hero-shade{background:linear-gradient(90deg,rgba(12,35,28,.94),rgba(12,35,28,.67) 48%,rgba(12,35,28,.12));pointer-events:none}
@media(max-width:900px){.hero-gallery{grid-template-columns:1fr}.hero-support{display:none}}
