.coming-soon-page {
    min-height: 100vh;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: radial-gradient(circle at 50% 100%, #eeebff 0, #fff 55%);
}

.coming-soon {
    width: min(680px, calc(100% - 48px));
    text-align: center;
}

.coming-soon .brand { margin-bottom: 65px; }
.eyebrow { margin: 0 0 15px; color: #6047f5; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; }
.coming-soon h1 { margin: 0; font-size: clamp(54px, 9vw, 100px); line-height: 1; letter-spacing: 0; }
.coming-copy { max-width: 530px; margin: 25px auto 0; color: #596078; font-size: 19px; line-height: 1.7; }
