/* ===================================================
   Brand Stories — Coming Soon Page
=================================================== */
.story-coming {
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F8F6F3;
    overflow: hidden;
}

.story-coming__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 50% at 80% 20%, rgba(210, 200, 185, 0.35) 0%, transparent 70%),
        radial-gradient(ellipse 40% 60% at 10% 80%, rgba(200, 195, 185, 0.25) 0%, transparent 70%);
    pointer-events: none;
}

.story-coming__inner {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-inline: var(--gutter);
    max-width: 800px;
}

.story-coming__label {
    font-family: var(--font-en);
    font-weight: var(--weight-light);
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--color-text-light);
    margin-bottom: 32px;
}

.story-coming__heading {
    font-family: 'Cormorant Garamond', serif;
    font-weight: var(--weight-thin);
    font-size: clamp(72px, 16vw, 180px);
    letter-spacing: 0.02em;
    line-height: 1;
    color: var(--color-text);
    margin-bottom: 48px;
}

.story-coming__sub {
    font-family: var(--font-ja);
    font-weight: var(--weight-light);
    font-size: clamp(13px, 1.2vw, 15px);
    line-height: 2.2;
    letter-spacing: 0.06em;
    color: var(--color-text-mid);
    margin-bottom: 56px;
}

.story-coming__back {
    font-size: 11px;
    letter-spacing: 0.2em;
}
