.residence-hero {
    position: relative;
    overflow: hidden;
    margin: 0 0 32px;
    background: #0B2161;
    isolation: isolate;
}

.residence-hero__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    display: block;
}

.residence-hero__scrim {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(7, 17, 48, .55) 0%, rgba(7, 17, 48, .42) 45%, rgba(7, 17, 48, .72) 100%);
}

.residence-hero__overlay {
    position: relative;
    z-index: 2;
    padding: 56px 32px 60px;
    text-align: center;
    color: #fff;
}

.residence-hero__eyebrow {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #ffd34d;
    margin: 0 0 14px;
}

.residence-hero .residence-order-title {
    color: #fff;
    font-size: 40px;
    line-height: 1.15;
    margin: 0 auto 16px;
    max-width: 760px;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .35);
}

.residence-hero__subtitle {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 620px;
    color: #fff;
    text-shadow: 0 1px 12px rgba(0, 0, 0, .55);
}

@media (max-width: 768px) {
    .residence-hero__overlay {
        padding: 40px 20px 44px;
    }
    .residence-hero .residence-order-title {
        font-size: 28px;
    }
    .residence-hero__subtitle {
        font-size: 16px;
    }
}
