/* Reference-style hero commodity composition. */

.ior-premium-hero__visual {
    background-image:
        linear-gradient(90deg, rgba(4, 18, 43, 0.22) 0%, rgba(4, 18, 43, 0.05) 58%, rgba(4, 18, 43, 0.02) 100%),
        url('../img/categories/coffee-category.png'),
        var(--ior-premium-hero-image);
    background-position:
        center,
        right -40px bottom -32px,
        center 58%;
    background-repeat: no-repeat;
    background-size:
        cover,
        min(54vw, 880px) auto,
        cover;
    filter: saturate(0.92) contrast(1.08) brightness(0.66);
    opacity: 0.82;
}

.ior-premium-hero__overlay {
    background:
        radial-gradient(circle at 91% 42%, rgba(41, 124, 77, 0.12), transparent 27%),
        linear-gradient(90deg, rgba(3, 17, 42, 0.995) 0%, rgba(4, 24, 53, 0.975) 47%, rgba(5, 31, 57, 0.74) 72%, rgba(5, 42, 50, 0.5) 100%);
}

@media (max-width: 1199.98px) {
    .ior-premium-hero__visual {
        background-position: center, right -120px bottom -20px, center;
        background-size: cover, 820px auto, cover;
    }
}

@media (max-width: 767.98px) {
    .ior-premium-hero__visual {
        background-image: var(--ior-premium-hero-image);
        background-position: center;
        background-size: cover;
        opacity: 0.55;
    }
}
