.home-mobile-story {
    position: relative;
    min-height: clamp(470px, 62svh, 590px);
    overflow: hidden;
    background: #241f22;
    color: #fff;
}

.home-mobile-story__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 32% center;
}

.home-mobile-story__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(16, 13, 15, .02) 0%, rgba(16, 13, 15, .04) 38%, rgba(18, 14, 17, .48) 68%, rgba(18, 14, 17, .88) 100%),
        linear-gradient(90deg, rgba(18, 14, 17, .20) 0%, rgba(18, 14, 17, .04) 70%);
}

.home-mobile-story__content {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.2rem 1rem max(1rem, env(safe-area-inset-bottom));
}

.home-mobile-story__copy {
    position: relative;
    max-width: 620px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.home-mobile-story__kicker,
.main-hero-search__mobile-kicker {
    margin-bottom: .55rem;
    color: #efc0ba;
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.home-mobile-story__title {
    max-width: 620px;
    margin: 0;
    max-width: 570px;
    font-size: clamp(2.35rem, 11.2vw, 3.25rem);
    font-weight: 400;
    line-height: .98;
    letter-spacing: -.045em;
    text-shadow: 0 2px 18px rgba(8, 6, 7, .46);
}

.home-mobile-story__title strong {
    display: block;
    margin-top: .08em;
    font-weight: 850;
}

.home-mobile-story__lead {
    max-width: 560px;
    margin: .85rem 0 0;
    color: rgba(255, 255, 255, .88);
    font-size: 1rem;
    line-height: 1.55;
}

.home-mobile-story__actions {
    display: grid;
    gap: .65rem;
    margin-top: 1rem;
}

.home-mobile-story__button {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .82rem 1rem;
    border: 1px solid rgba(255, 255, 255, .85);
    border-radius: 10px;
    font-family: inherit;
    font-size: .94rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

.home-mobile-story__button--primary {
    border-color: #fff;
    background: #fff;
    color: #b72619;
}

.home-mobile-story__button--secondary {
    background: rgba(255, 255, 255, .08);
    color: #fff;
    backdrop-filter: blur(5px);
}

.home-mobile-story__button:hover,
.home-mobile-story__button:focus-visible {
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .home-main-search-stage {
        display: none;
        scroll-margin-top: 72px;
        border-top: 1px solid #e6e5e1;
        background: #f7f7f5 !important;
    }

    .home-main-search-stage.is-open {
        display: block;
        animation: homeSearchReveal .22s ease-out;
    }

    .home-mobile-search-panel__head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding: .9rem 1rem 0;
        color: #b72619;
        font-size: .74rem;
        font-weight: 800;
        letter-spacing: .09em;
        text-transform: uppercase;
    }

    .home-mobile-search-panel__close {
        display: inline-flex;
        width: 38px;
        height: 38px;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 1px solid #dddcd8;
        border-radius: 50%;
        background: #fff;
        color: #20252b;
        font-family: inherit;
        font-size: 1.45rem;
        font-weight: 400;
        line-height: 1;
        cursor: pointer;
    }

    .main-hero-search__mobile-head {
        display: none !important;
    }

    @keyframes homeSearchReveal {
        from {
            opacity: 0;
            transform: translateY(-8px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .home-main-search-stage > .container {
        max-width: none;
        padding: 0;
    }

    .home-main-search-card {
        border-radius: 0 !important;
        background: #f7f7f5 !important;
    }

    .home-main-search-card .main-form > div {
        padding: 1rem 1rem 1.8rem !important;
    }

    .main-hero-search__desktop-title {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border: 0 !important;
    }

    .main-hero-search__mobile-head {
        margin-bottom: 1.15rem;
    }

    .main-hero-search__mobile-head h2 {
        margin: 0;
        color: #20252b;
        font-size: clamp(1.65rem, 7.4vw, 2rem);
        font-weight: 800;
        line-height: 1.06;
        letter-spacing: -.035em;
    }

    .main-hero-search__mobile-kicker {
        color: #b72619;
    }

    .home-main-search-card .form-select,
    .home-main-search-card .form-control {
        min-height: 52px;
        border-color: #e0dfdc;
        border-radius: 9px;
        background-color: #fff;
        font-size: 1rem;
    }

    .home-main-search-card .btn-search-box {
        min-height: 54px;
        margin-top: .45rem !important;
        border-radius: 9px !important;
        font-size: 1rem;
    }

    .home-promotions-section {
        display: block;
        padding-top: 2.2rem;
        padding-bottom: 2.4rem;
    }

    .home-carousel--promotion:not(.slick-initialized) {
        grid-auto-columns: minmax(300px, 92%) !important;
        gap: .9rem;
    }

    .home-carousel--promotion .property-home-card--featured .property-home-card__media {
        aspect-ratio: 4 / 3;
    }

    .home-carousel--promotion .property-home-card--featured .property-home-card__body {
        padding: 1.15rem 1.1rem 1.2rem;
    }

    .home-carousel--promotion .property-home-card--featured .property-home-card__type {
        font-size: .76rem;
    }

    .home-carousel--promotion .property-home-card--featured .property-home-card__location {
        font-size: .9rem;
    }

    .home-carousel--promotion .property-home-card--featured .property-home-card__title {
        font-size: 1.24rem;
        line-height: 1.23;
    }

    .home-carousel--promotion .property-home-card--featured .property-home-card__details {
        gap: .42rem .85rem;
        font-size: .93rem;
    }

    .home-carousel--promotion .property-home-card--featured .property-home-card__detail::before {
        width: 7px;
        height: 7px;
        opacity: .95;
    }

    .home-carousel--promotion .property-home-card--featured .property-home-card__price {
        font-size: 1.7rem;
    }

    .home-carousel:not(.slick-initialized) {
        grid-auto-columns: minmax(300px, 92%) !important;
    }

    .home-carousel--last-added .property-home-card__media {
        aspect-ratio: 4 / 3;
    }

    .home-carousel--last-added .property-home-card__body {
        padding: 1.1rem;
    }

    .home-carousel--last-added .property-home-card__type {
        font-size: .73rem;
    }

    .home-carousel--last-added .property-home-card__location {
        font-size: .88rem;
    }

    .home-carousel--last-added .property-home-card__title {
        font-size: 1.16rem;
        line-height: 1.26;
    }

    .home-carousel--last-added .property-home-card__details {
        font-size: .88rem;
    }

    .home-carousel--last-added .property-home-card__price {
        font-size: 1.48rem;
    }
}

@media (max-width: 575.98px) {
    .home-mobile-story {
        min-height: clamp(460px, 62svh, 560px);
    }

    .home-mobile-story__content {
        padding-right: .8rem;
        padding-left: .8rem;
    }

    .home-mobile-story__copy {
        padding: 0;
        border-radius: 0;
        background: transparent;
    }
}

@media (min-width: 992px) {
    .home-main-search-stage {
        display: block !important;
    }

    .home-main-search-card {
        background: var(--bs-light) !important;
    }
}
