.block-featured-project-full-width {
    font-family: "Avenir Next", Avenir, sans-serif;
    font-weight: 400;
    padding-block: 5em;
    color: var(--color-glacier-dark);
}

.block-featured-project-full-width .block-container {
    max-width: var(--max-large);
}

.block-featured-project-full-width .image-container {
    position: relative;
    aspect-ratio: 2/1;
}

.block-featured-project-full-width .image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.block-featured-project-full-width .image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.block-featured-project-full-width .image-overlay {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    mix-blend-mode: multiply;
}

.block-featured-project-full-width .caption-overlay {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    width: 50%;
    z-index: 3;
    mix-blend-mode: multiply;
}

.block-featured-project-full-width .caption-wrapper {
    position: absolute;
    left: 50%;
    height: 100%;
    width: 50%;
    max-width: 300px;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 4;
    padding: 2em;
    color: white;
    text-transform: uppercase;
}

@media screen and (min-width: 900px) {
    .block-featured-project-full-width .image-overlay {
        width: 70%;
    }
    .block-featured-project-full-width .caption-overlay {
        left: 70%;
        width: 30%;
    }
    .block-featured-project-full-width .caption-wrapper {
        left: 70%;
        width: 30%;
    }
}

.block-featured-project-full-width .image-container {
    position: relative;
}

.block-featured-project-full-width .caption-copy p:first-child {
    margin-top: 0;
}

.block-featured-project-full-width .secondary-cta {
    background-color: var(--color-canyon-coral);
    border-color: var(--color-canyon-coral);
}

@media screen and (min-width: 700px) {
    .block-featured-project-full-width .logo {
        width: 28%;
    }
}

@media screen and (min-width: 900px) {
    .block-featured-project-full-width .logo {
        width: 16%;
    }
}