@media (min-width: 600px) and (max-width: 900px) {
    .coming-soon-inner {
        padding: 80px 26px 100px;
    }

    .coming-soon-content-box {
        width: 100%;
        max-width: 323px;
        height: auto;
        padding: 73px 25px 50px 25px;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        background: #FFFFFF;
        transform: none;
    }

    .coming-soon-content-left {
        max-width: 85%;
        order: 2;
        padding: 0;
        text-align: center;
    }

    .coming-soon-image-wrap {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 245px;
        height: 97px;
        border: 0.517px solid #FFFFFF;
        margin: 0;
        z-index: 10;
    }

    .coming-soon-black-bottom-desktop {
        height: 100%;
    }

    /* 

    .coming-soon-black-bottom-mobile {
        display: block;
        width: 100vw;
        height: auto;
        max-width: none;
        top: 150px;
    } */
}

/* ============================================
   COMING SOON SECTION STYLES
   ============================================ */

.coming-soon-section {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: visible;
}

.coming-soon-inner {
    position: relative;
    margin: 0 auto;
    padding: 170px 20px;
    /* 170px top gap as specified */
    overflow: hidden;
    min-height: 512px;
}

/* Brown Margin Decorative Borders */
.coming-soon-margin-top {
    position: absolute;
    left: 30px;
    top: 30px;
    width: calc(100% - 60px);
    height: auto;
    z-index: 1;
    pointer-events: none;
}

.coming-soon-margin-left {
    position: absolute;
    left: 30px;
    top: 30px;
    width: auto;
    height: calc(100% - 60px);
    z-index: 1;
    pointer-events: none;
}

.coming-soon-margin-right {
    position: absolute;
    right: 30px;
    top: 30px;
    width: auto;
    height: calc(100% - 60px);
    z-index: 1;
    pointer-events: none;
}

.coming-soon-margin-bottom {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: calc(100% - 60px);
    height: auto;
    z-index: 1;
    pointer-events: none;
}

/* White Content Box */
.coming-soon-content-box {
    position: relative;
    background: #FFFFFF;
    width: 100%;
    max-width: 976px;
    margin: 0 auto;
    padding: 51.289px;
    z-index: 5;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
    overflow: visible;
    /* Shift left by half the image overflow to center the visual composition */
    transform: translateX(-49px);
}

/* Content Left Side */
.coming-soon-content-left {
    flex: 0 0 auto;
    max-width: 437px;
    padding-right: 30px;
}

.coming-soon-tag-wrap {
    display: inline-block;
    overflow: visible;
    margin-bottom: 20px;
}

.coming-soon-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7.771px 15.542px;
    border-radius: 51.289px;
    border: 0.518px solid #B4B2AD;
    background: #FFFFFF;
    color: #181818;
    font-family: "General Sans Variable", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.coming-soon-tag-icon {
    width: 18.133px;
    height: 18.133px;
}

.coming-soon-title {
    color: var(--Black, #181818);
    font-family: "General Sans Variable", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 33px;
}

.coming-soon-tagline {
    color: var(--Black, #181818);
    font-family: Costaline, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 100;
    line-height: 170%;
    /* 40.8px */
    margin: 0 0 73px;
}

/* Email Form */
.coming-soon-form {
    display: flex;
    gap: 13.295px;
    align-items: center;
}

.coming-soon-email-input {
    display: flex;
    padding: 15.788px 13.295px;
    gap: 13.295px;
    align-items: center;
    flex: 1;
    max-width: 285.837px;
    border: 0.831px solid #181818;
    background: transparent;
    backdrop-filter: blur(16.618px);
}

.coming-soon-email-input input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    color: #181818;
    font-family: "General Sans Variable", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.coming-soon-email-input input::placeholder {
    color: #181818;
}

.coming-soon-email-arrow {
    width: 29.082px;
    height: 13.295px;
    flex-shrink: 0;
}

/* Lab Image */
.coming-soon-image-wrap {
    position: relative;
    max-width: 579.983px;
    height: 345.663px;
    border: 3.324px solid #FFFFFF;
    overflow: hidden;
    flex-shrink: 0;
    margin-top: 1.66px;
    margin-right: -97.785px;
    z-index: 10;
}

.coming-soon-lab-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    position: relative;
    z-index: 6;
}

/* Black Bottom Background */
.coming-soon-black-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    max-height: 493px;
    object-fit: cover;
    object-position: bottom center;
    z-index: 1;
}

.coming-soon-black-bottom-mobile {
    display: none;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .coming-soon-inner {
        padding: 80px 26px 100px;
    }

    .coming-soon-content-box {
        width: auto;
        height: auto;
        padding: 73px 25px 50px 25px;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        background: #FFFFFF;
        transform: none;
        /* Reset transform on mobile */
    }

    .coming-soon-margin-left,
    .coming-soon-margin-right {
        top: 0;
        height: calc(100% - 30px);
    }

    .coming-soon-margin-top {
        top: 0;
    }

    .coming-soon-content-left {
        max-width: 85%;
        order: 2;
        padding: 0;
        text-align: center;
    }

    .coming-soon-tag-wrap {
        margin-bottom: 12px;
        text-align: center;
    }

    .coming-soon-tag {
        font-size: 16px;
    }

    .coming-soon-title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .coming-soon-tagline {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .coming-soon-form {
        gap: 8px;
        width: 100%;
    }

    .coming-soon-email-input {
        padding: 7px 13.295px;
        flex: 1 1 auto;
        max-width: none;
        min-width: 0;
        /* allow shrinking inside flex */
        display: flex;
        align-items: center;
    }

    .coming-soon-email-input input {
        font-size: 16px;
        min-width: 0;
        /* necessary for proper shrinking on iOS/Chrome */
    }

    .coming-soon-email-arrow {
        width: 15.703px;
        height: 7.179px;
    }

    .coming-soon-form .btn-primary {
        padding: 12px 16px;
        font-size: 12px;
        flex: 0 0 auto;
        /* prevent button from forcing input width */
    }

    .coming-soon-image-wrap {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 245px;
        height: 97px;
        border: 0.517px solid #FFFFFF;
        margin: 0;
        z-index: 10;
    }

    .coming-soon-black-bottom-desktop {
        display: none;
    }

    .coming-soon-black-bottom-mobile {
        display: block;
        width: 100%;
        height: auto;
        max-height: 350px;
        max-width: none;
        object-fit: cover;
        top: 150px;
    }
}

/* Tablet Responsive - Small */
@media (min-width: 769px) and (max-width: 900px) {
    .coming-soon-content-box {
        width: 90%;
        transform: translateX(-25px);
    }

    .coming-soon-image-wrap {
        width: 350px;
        height: 220px;
        margin-right: -50px;
    }

}

/* Tablet Responsive - Medium */
@media (min-width: 901px) and (max-width: 1024px) {
    .coming-soon-content-box {
        width: 90%;
        transform: translateX(-30px);
    }

    .coming-soon-image-wrap {
        width: 400px;
        height: 250px;
        margin-right: -60px;
    }
}

/* Large Desktop: Prevent image overflow */
@media (min-width: 1025px) and (max-width: 1199px) {
    .coming-soon-content-box {
        max-width: 85%;
        transform: translateX(-30px);
    }

    .coming-soon-image-wrap {
        max-width: 480px;
        height: 285px;
        margin-right: -60px;
    }
}

/* Large Desktop: 1200-1400px */
@media (min-width: 1200px) and (max-width: 1400px) {
    .coming-soon-content-box {
        transform: translateX(0);
    }

    .coming-soon-image-wrap {
        max-width: 520px;
        height: 310px;
        margin-right: -75px;
    }
}