.hero-carousel-shell {
    position: relative;
    width: 100%;
    min-height: clamp(340px, 48vw, 760px);
    background: #13090b;
}

.hero-carousel {
    width: 100%;
    height: 100%;
}

.hero-carousel .splide__track,
.hero-carousel .splide__list,
.hero-carousel-slide {
    height: 100%;
}

.hero-carousel-slide {
    position: relative;
    overflow: hidden;
}

.hero-carousel-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: clamp(340px, 48vw, 760px);
    object-fit: cover;
    object-position: center center;
}

.hero-carousel .splide__pagination {
    bottom: 18px;
    gap: 8px;
}

.hero-carousel .splide__pagination__page {
    width: 12px;
    height: 12px;
    margin: 0;
    background: rgba(255, 255, 255, 0.52);
    border: 0;
    transform: none;
    opacity: 1;
}

.hero-carousel .splide__pagination__page.is-active {
    background: #fa5b0f;
}

@media screen and (max-width: 1067px) {
    .hero-carousel-shell,
    .hero-carousel-image {
        min-height: clamp(260px, 56vw, 520px);
    }
}

@media screen and (max-width: 640px) {
    .hero-carousel-shell,
    .hero-carousel-image {
        min-height: 280px;
    }

    .hero-carousel .splide__pagination {
        bottom: 12px;
    }
}
