.saihomes-contact .soh-form-hero {
    background-image: url("../assets/img/saihomes-entry/hero-luxury-home-night.png");
    background-position: center center;
}

.saihomes-contact .soh-form-hero__overlay {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.08) 44%, rgba(0, 0, 0, 0.02) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.02) 44%, rgba(0, 0, 0, 0.12) 100%);
}

.saihomes-contact .saihomes-form-brand {
    display: inline-flex;
    align-items: center;
    width: 188px;
    max-width: 52vw;
    letter-spacing: 0;
    line-height: 1;
}

.saihomes-contact .saihomes-form-brand img {
    display: block;
    width: 100%;
    height: auto;
}

.saihomes-contact .soh-form-copy {
    text-shadow: 0 8px 28px rgba(0, 0, 0, 0.42);
}

.saihomes-contact .soh-form-copy .soh-kicker {
    color: rgba(255, 255, 255, 0.82);
    letter-spacing: 0.12em;
}

.saihomes-contact .soh-form-copy .soh-kicker::after {
    background: rgba(255, 255, 255, 0.5);
}

@media (max-width: 640px) {
    .saihomes-contact .soh-form-hero {
        background-position: 58% center;
    }

    .saihomes-contact .saihomes-form-brand {
        width: 150px;
    }

    .saihomes-contact .soh-form-copy h1 {
        font-size: clamp(27px, 7.7vw, 30px);
        line-height: 1.56;
        letter-spacing: 0.01em;
    }

    .saihomes-contact .soh-form-copy h1 span {
        white-space: nowrap;
    }

    .saihomes-contact .soh-form-hero__overlay {
        background:
            linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.1) 55%, rgba(0, 0, 0, 0.04) 100%),
            linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.04) 46%, rgba(0, 0, 0, 0.16) 100%);
    }
}