/* The desktop crop includes the front coils' wooden pallets. */
.home .hero .sheye-home-banner { position:absolute; inset:0; display:block; }
.home .hero .sheye-home-banner .hero-image { width:100%; height:100%; object-fit:cover; object-position:50% 72%; }
/* On narrow screens, give the photograph its own reserved area below the copy.
   This keeps the coils and pallets visible instead of cropping them to a tall sliver. */
@media (max-width:700px) {
    .home .hero { display:flex; flex-direction:column; min-height:0; height:auto; }
    .home .hero .hero-content { order:0; min-height:0; height:auto; padding-block:38px 30px; }
    .home .hero .hero-shade { display:none; }
    .home .hero .sheye-home-banner { order:1; position:relative; inset:auto; flex:none; width:100%; aspect-ratio:1706 / 1279; overflow:hidden; }
    .home .hero .sheye-home-banner .hero-image { position:static; width:100%; height:auto; object-fit:contain; }
    .home .hero .hero-caption { margin-top:26px; flex-wrap:wrap; row-gap:7px; }
    .home .hero .hero-side-label { display:none; }
}
