* {
    box-sizing: border-box;
}

body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;

    font-family: Arial, sans-serif;
    background: #f7f5f0;
    color: #2f2f2f;
}

.coming-soon {
    max-width: 800px;
    padding: 40px;
    text-align: center;
}

.eyebrow {
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.75rem;
    font-weight: bold;
    color: #777;
}

h1 {
    margin: 0;
    font-size: clamp(3.5rem, 10vw, 7rem);
    line-height: 1;
}

h2 {
    margin-top: 32px;
    margin-bottom: 12px;
    font-size: 1.8rem;
    font-weight: normal;
}

.message {
    margin-top: 80px;
    font-size: 1.1rem;
    color: #666;
}

.soon {
    margin-top: 44px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8rem;
    font-weight: bold;
}
