/* --- Mobile responsive overrides (safe: do not touch minified vendor css) --- */
@media (max-width: 991px) {
    /* Reduce vertical spacing in hero */
    .main-slider .container {
        padding-top: 80px;
        padding-bottom: 70px;
    }

    /* Make background image take full width on small screens */
    .main-slider .image-layer {
        width: 100%;
        opacity: 0.25;          /* keep text readable */
        filter: saturate(0.9);
    }

    /* Remove large gradient overlay that was designed for desktop split layout */
    .main-slider .image-layer:before {
        display: none;
        content: none;
    }

    /* Improve text readability on mobile */
    .main-slider__content {
        text-align: left;
        max-width: 680px;
    }

    .main-slider__title {
        font-size: 34px;
        line-height: 44px;
        letter-spacing: -0.02em;
    }

    .main-slider__title:before {
        width: 220px;
        top: -14px;
        left: 0;
        height: 10px;
    }

    .main-slider__text {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 24px;
    }

    .main-slider__btn-box .thm-btn {
        padding: 14px 26px;
        font-size: 15px;
    }

    /* Hide desktop nav buttons on touch devices (swipe + bullets is enough) */
    .main-slider__nav {
        display: none;
    }
}

@media (max-width: 575px) {
    .main-slider .container {
        padding-top: 64px;
        padding-bottom: 58px;
    }

    .main-slider__title {
        font-size: 28px;
        line-height: 38px;
    }

    .main-slider__text {
        font-size: 15px;
        line-height: 24px;
    }
}