/**
 * Home hero v2 — critical FOUC only (ตัวแปร responsive อยู่ใน style.css)
 */
#rs-slider.home-hero-v2:not(.is-ready) .bend {
    opacity: 0;
    visibility: hidden;
}
#rs-slider.home-hero-v2:not(.is-ready) {
    background-color: #eef4fa;
}
@media only screen and (max-width: 1199px) {
    #rs-slider.home-hero-v2:not(.is-ready) {
        min-height: min(400px, 88svh);
    }
}
@media only screen and (min-width: 1200px) {
    #rs-slider.home-hero-v2:not(.is-ready) {
        aspect-ratio: 12 / 5;
        min-height: 0;
        max-height: min(90vh, 900px);
        width: 100%;
    }
}
#rs-slider.home-hero-v2.is-ready .bend {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.22s ease;
}
