body {
    background-color: #fff9f2 !important;
}
/* Force slider to 16:9 */
.s-block--hero-slider,
.s-slider-container,
.swiper-slide {
    width: 100%;
    aspect-ratio: 16 / 9;
}

/* Make sure inner background fills correctly */
.swiper-slide > div[style*="background-image"] {
    width: 100%;
    height: 100%;
}
/* Remove forced min height */
.swiper-slide {
    min-height: unset !important;
    height: auto !important;
}

/* Apply 16:9 ratio to the whole slider */
.s-block--hero-slider,
.s-slider-container {
    aspect-ratio: 16 / 9;
}

/* Make slides fill the container */
.swiper-slide {
    height: 100% !important;
}

/* Ensure background covers full area */
.swiper-slide > div[style*="background-image"] {
    height: 100%;
}
section.s-block.s-block--hero-slider.s-block--full-bg.wide-placeholder {
    margin-bottom: 20px;
}