
#comingSoonHero {
    background-image: url("/assets/images/pages/locations/coming-soon/hero.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 639px;
    padding: 60px;
}

#comingSoonEmail {
    display: flex;
    flex-direction: column;
    background-image: url("/assets/images/pages/locations/coming-soon/email-background.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 1250px;
    padding: 50px 150px;
}

#comingSoonEmailOpening {
    background: var(--primary-green);
    color: var(--corn-yellow);
    font-size: 21px;
    line-height: 1;
    text-align: center;
    padding: 5px 20px 10px;
    border-radius: 100vh;
    max-width: 295px;
    margin: 0 auto 17px;
}

#comingSoonEmailLocationName {
    font-family: "Eames Century Modern", sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 54px;
    color: var(--primary-green);
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
}

#comingSoonEmailLocationAddress {
    color: var(--darkgrey);
    text-align: center;
    max-width: 300px;
    margin: 0 auto 30px;
    font-size: 18px;
    line-height: 28px;
}

#comingSoonSignup {
    background-image: url("/assets/images/shared/bg-green.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 48px 60px 66px;
    margin: 0 auto;
    max-width: 650px;
    width: 100%;
}

#comingSoonSignupTitle {
    font-family: "Eames Century Modern", sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
    color: white;
    text-align: center;
    margin: 0 0 4px 0;
}

#comingSoonSignupSubTitle {
    font-size: 21px;
    line-height: 24px;
    color: white;
    text-align: center;
    margin: 0 auto 24px;
    max-width: 280px;
}

#comingSoonSignupKlaviyoForm span {
    font-family: "Eames Century Modern", sans-serif !important;
}

#comingSoonSignupButton {
    margin-top: 23px;
}

#comingSoonEmailFooter {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

#comingSoonFooterLeftTitle {
    max-width: 200px;
    font-family: "Eames Century Modern", sans-serif;
    font-weight: bold;
    font-size: 52px;
    line-height: 54px;
    color: white;
}

#comingSoonFooterLeftSubTitle {
    font-size: 28px;
    line-height: 32px;
    color: white;
}

#comingSoonFooterRight {
    align-self: flex-end;
}

#comingSoonFooterRightTitle {
    text-align: right;
    font-size: 28px;
    line-height: 32px;
    color: white;
    max-width: 300px;
}

#comingSoonScratch {
    background-image: url("/assets/images/pages/locations/coming-soon/made-from-scratch.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 85px 150px 47px;
    min-height: 677px;
}

#comingSoonScratch {
    display: flex;
    justify-content: space-between;
}

#comingSoonScratchTitle {
    max-width: 300px;
    font-family: "Eames Century Modern", sans-serif;
    font-weight: bold;
    font-size: 52px;
    line-height: 54px;
    color: white;
    margin: 0;
}

#comingSoonScratchSubTitle {
    font-size: 28px;
    line-height: 32px;
    color: white;
    margin: 0;
    font-weight: 400;
    max-width: 225px;
}

#comingSoonScratchText {
    text-align: right;
    font-size: 28px;
    line-height: 32px;
    color: white;
    margin: 0;
    font-weight: 400;
    max-width: 300px;
    align-self: flex-end;
}

@media (max-width: 800px) {
    #comingSoonHero {
        background-image: url("/assets/images/pages/locations/coming-soon/hero-mobile.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 565px;
        padding: 30px 17px;
    }


    #comingSoonEmail {
        padding: 40px 20px 20px;
        background-image: url("/assets/images/pages/locations/coming-soon/email-background-mobile.webp");
        background-size: contain;
        background-position: bottom;
        min-height: 1330px;
    }

    #comingSoonEmailOpening {
        font-size: 18px;
        line-height: 32px;
        padding: 5px 20px;
    }

    #comingSoonEmailLocationName {
        font-size: 26px;
    }

    #comingSoonEmailLocationAddress {
        font-size: 18px;
    }

    #comingSoonSignup {
        padding: 53px 20px;
    }

    #comingSoonSignupTitle {
        font-size: 28px;
        line-height: 32px;
    }

    #comingSoonSignupSubTitle {
        font-size: 18px;
        line-height: 24px;
    }

    #comingSoonSignupButton {
        margin-top: 14px;
    }

    #comingSoonEmailFooter {
        display: flex;
        flex-direction: column;
        flex: 1;
        margin: 33px 0 0;
    }

    #comingSoonFooterLeftTitle {
        color: var(--potato-brown);
        font-size: 36px;
        line-height: 38px;
    }

    #comingSoonFooterLeftSubTitle {
        color: var(--potato-brown);
        font-size: 21px;
        line-height: 24px;
    }

    #comingSoonFooterRightTitle {
        color: var(--potato-brown);
        font-size: 21px;
        line-height: 24px;
        max-width: 225px;
        margin-left: auto;
    }

    #comingSoonScratch {
        display: flex;
        grid-template-columns: 1fr;
        padding: 40px 35px 60px;
        background-image: url("/assets/images/pages/locations/coming-soon/made-from-scratch-mobile.webp");
        min-height: 714px;
    }

    #comingSoonScratchTitle {
        font-size: 36px;
        line-height: 38px;
    }

    #comingSoonScratchSubTitle {
        font-size: 21px;
        line-height: 24px;
        max-width: 165px;
    }

    #comingSoonScratchText {
        font-size: 21px;
        line-height: 24px;
        max-width: 230px;
        margin-left: auto;
    }
}