/* Full-width photographic treatment for the Carry Move & Haul landing page. */
.haul-hero {
    min-height: clamp(36rem, 72vh, 48rem);
    color: #fff;
    background-color: #081f31;
    background-image:
        linear-gradient(90deg, rgba(4, 23, 36, .97) 0%, rgba(4, 23, 36, .91) 36%, rgba(4, 23, 36, .55) 56%, rgba(4, 23, 36, .12) 78%, rgba(4, 23, 36, .04) 100%),
        url('/img/haul/hero/hero_1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.haul-hero > div {
    position: relative;
    z-index: 1;
}

.haul-hero > div > span {
    color: #b8ff5a;
}

.haul-hero p {
    max-width: 45rem;
}

.haul-hero + .cm-grid {
    margin-top: -4.25rem;
}

@media (max-width: 760px) {
    .haul-hero {
        min-height: 40rem;
        padding-top: 5rem;
        padding-bottom: 6rem;
        background-image:
            linear-gradient(180deg, rgba(4, 23, 36, .94) 0%, rgba(4, 23, 36, .84) 60%, rgba(4, 23, 36, .7) 100%),
            url('/img/haul/hero/hero_1.png');
        background-position: 65% center;
    }

    .haul-hero + .cm-grid {
        margin-top: -3rem;
    }
}
