/* ZWIERZAK 5.9.8 — hero: naturalne proporcje źródłowego zdjęcia bez ciasnego cropu. */
@media (min-width: 861px) {
    body.home .hero-card {
        overflow: hidden;
    }
    body.home .hero-visual {
        inset: 0;
    }
    body.home .hero-visual::before {
        background: linear-gradient(90deg,
            #f4f8f5 0%,
            rgba(244,248,245,.995) 24%,
            rgba(244,248,245,.94) 34%,
            rgba(244,248,245,.68) 43%,
            rgba(244,248,245,.24) 53%,
            rgba(244,248,245,.04) 63%,
            rgba(244,248,245,0) 72%);
    }
    body.home .hero-visual picture,
    body.home .hero-visual img {
        width: 100%;
        height: 100%;
    }
    body.home .hero-visual img {
        object-fit: cover;
        object-position: center 48%;
        transform: none;
        aspect-ratio: auto;
    }
    body.home .hero-copy {
        width: 47%;
        position: relative;
        z-index: 3;
    }
}
