
.call-to-action {
    position: relative;
    display: block;
    place-content: center;
    z-index: 1;
    max-width: 100vw;

    /* 140px = 8.75rem */
}
    .call-to-action h2 {
        font-size: clamp(2rem, 6vw, var(--heading-sizes--l)); /* 140px = 8.75rem */
        text-align: center;
        max-width: calc-size(-moz-max-content, size / 1.2 + 1ch);
        max-width: calc-size(max-content, size / 1.2 + 1ch);
    }
    @media (max-width: 600px) {
    .call-to-action h2 { 
            margin-bottom: 0.5rem !important
    } 
        }
    .call-to-action p {
        padding: 0 !important;
        margin-bottom: 0.5rem !important;
    }

.bf-background {
    background-image: url(bf.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 1.5rem 0;


}

@media (min-width: 50em) {

.bf-background {
        background-size: 40rem;
        padding: 5rem 0


}
    }

@media (min-width: 70em) {

.bf-background {
        background-size: 60rem 100%


}
    }

/* .bf-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.2);
    z-index: -1;
    height: 100%;    
    width: 100%;

    @media screen and (min-width: 768px) {
        transform: translate(-48%, -44%) scale(1);
        max-width: 85vw;
    }
    
    @media screen and (min-width: 80em) {
        transform: translate(-44%, -42%) scale(1);
        max-width: 65rem;
        left: calc(50% - 2.5vw);
    }
} */

.large-toast {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 3rem;
    aspect-ratio: 6/4;
    margin: 1rem auto;
}

.large-toast h2 { padding: 0 2rem; }

.large-toast:has(svg path[fill="#0e3938"]) * {
            color: white;
            border-color: white;
        }

@media ( max-width: 47em ) {

.large-toast {
        margin: 4rem auto;
		padding: 1rem
}

        .large-toast .dot {
            font-size: 44px;
            line-height: 90%;
        }
        
        .large-toast p {
            font-size: 18px;
        }
	}

.call-to-action .large-toast {
        padding: 0.5rem;
        margin: 1rem auto;
        max-width: 35rem;
        width: 100%;
    }

@media screen and (min-width: 70em) {

.call-to-action .large-toast {
            padding: 0rem;
            margin: 0rem auto;
            max-width: 50rem
    }
        }

.large-toast h2 { margin-bottom: 1rem; }

.large-toast h2, .large-toast p { 
        text-wrap: balance; 
        max-width: 40ch;
        margin-top: 0;
    }

.large-toast .dot-link {
        font-size: 1.5rem;
        line-height: 90%;
        text-transform: uppercase;
        margin-top: 1rem;
        color: var(--neutral--90);
        text-decoration: none;
        padding-bottom: 0.25ex;
        border-bottom: 2px solid var(--neutral--90);
    }

.call-to-action .marmalade-spread {
        width: 100%;
        height: auto;
        z-index: -1;
        max-width: 50rem;
    }

@media (max-width: 900px) {

.call-to-action .marmalade-spread {
            max-width: 40rem
    }
        }

@media (max-width: 600px) {

.call-to-action .marmalade-spread {
            max-width: 32rem
    }
        }

.call-to-action .marmalade-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: auto;
        padding: 0 2rem;
        max-width: 100vw;
        display: grid;
        place-content: center;
    }

@media screen and (max-width: 768px) {
        .call-to-action h2, .call-to-action p { 
            margin-bottom: 0;
            padding-left: 1rem;
            padding-right: 1rem;
        }
    }