/* ================================================================
   COUNTDOWN / SAVE-THE-DATE — centered editorial composition
   ================================================================ */

.storybook.world-camera-ready .world-shot--date {
    justify-content: center;
    align-items: center;
    padding: clamp(74px, 10vh, 108px) var(--story-safe-right)
        clamp(78px, 10vh, 112px) var(--story-safe-left);
    text-align: center;
}

.storybook.world-camera-ready .world-shot--date .hero-content {
    position: relative;
    box-sizing: border-box;
    width: min(100%, 700px);
    margin: 0 auto;
    padding: clamp(34px, 5vw, 52px) clamp(22px, 5vw, 54px)
        clamp(36px, 5vw, 54px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid rgba(181, 154, 98, .2);
    background:
        radial-gradient(ellipse at 50% 38%, rgba(255, 255, 255, .62), transparent 64%),
        rgba(247, 245, 239, .955);
    box-shadow: 0 24px 70px rgba(36, 51, 45, .1);
}

.storybook.world-camera-ready .world-shot--date .hero-content::before,
.storybook.world-camera-ready .world-shot--date .hero-content::after {
    content: "";
    position: absolute;
    width: clamp(42px, 7vw, 72px);
    height: 1px;
    background: linear-gradient(90deg, var(--muted-gold), transparent);
    opacity: .55;
}

.storybook.world-camera-ready .world-shot--date .hero-content::before {
    top: 19px;
    left: 19px;
}

.storybook.world-camera-ready .world-shot--date .hero-content::after {
    right: 19px;
    bottom: 19px;
    transform: rotate(180deg);
}

.storybook.world-camera-ready .world-shot--date .hero-kicker {
    margin: 0;
    color: var(--gold-ink, #8d7345);
    font-size: clamp(.65rem, 1.15vw, .76rem);
    line-height: 1.5;
    letter-spacing: .28em;
    text-align: center;
}

.storybook.world-camera-ready .world-shot--date .hero-names.brand-couple-name {
    width: 100%;
    margin: clamp(13px, 2.2vw, 20px) 0 clamp(16px, 2.4vw, 22px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    color: var(--deep-emerald);
    font-family: "Bodoni Moda", "Times New Roman", serif;
    font-size: clamp(3.15rem, 5.35vw, 5.15rem);
    font-weight: 500;
    line-height: .94;
    letter-spacing: .075em;
    white-space: nowrap;
    text-transform: uppercase;
    text-wrap: nowrap;
}

.storybook.world-camera-ready .world-shot--date .hero-names .hero-name-part {
    display: inline-block;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
}

.storybook.world-camera-ready .world-shot--date .hero-names > .brand-ampersand {
    width: .7em;
    height: .8em;
    margin-inline: .14em;
    vertical-align: -.055em;
}

.storybook.world-camera-ready .world-shot--date .hero-message {
    max-width: 40ch;
    margin: 0 auto;
    color: var(--readable-secondary);
    font-size: clamp(.83rem, 1.25vw, .96rem);
    line-height: 1.8;
    text-align: center;
    text-wrap: pretty;
}

.storybook.world-camera-ready .world-shot--date .hero-countdown {
    width: min(100%, 470px);
    margin: clamp(25px, 4vw, 34px) auto clamp(20px, 3vw, 27px);
    padding: clamp(16px, 2.6vw, 22px) 0 clamp(14px, 2.4vw, 19px);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
    border-block: 1px solid rgba(181, 154, 98, .2);
}

.storybook.world-camera-ready .world-shot--date .hero-time {
    min-width: 0;
    display: grid;
    justify-items: center;
    text-align: center;
}

.storybook.world-camera-ready .world-shot--date .hero-time > span {
    font-size: clamp(2.15rem, 4.5vw, 3.4rem);
    font-weight: 500;
    line-height: .95;
    font-variant-numeric: tabular-nums;
}

.storybook.world-camera-ready .world-shot--date .hero-time small {
    margin-top: 9px;
    font-size: clamp(.58rem, 1vw, .68rem);
    line-height: 1.4;
    letter-spacing: .14em;
    text-align: center;
}

.storybook.world-camera-ready .world-shot--date .hero-date {
    margin: 0;
    color: var(--primary-ink);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(1.05rem, 1.8vw, 1.3rem);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .025em;
    text-align: center;
}

.storybook.world-camera-ready .world-shot--date .save-date {
    margin: clamp(16px, 2.5vw, 21px) auto 0;
    padding: 11px 22px;
    color: var(--deep-emerald);
    border-color: rgba(181, 154, 98, .48);
    background: rgba(181, 154, 98, .1);
}

@media (max-width: 599px) {
    .storybook.world-camera-ready .world-shot--date {
        min-height: 108svh;
        padding: clamp(58px, 8svh, 76px) var(--story-safe-right)
            clamp(68px, 9svh, 84px) var(--story-safe-left);
    }

    .storybook.world-camera-ready .world-shot--date .hero-content {
        width: 100%;
        padding: clamp(31px, 8vw, 40px) clamp(16px, 5vw, 22px)
            clamp(34px, 8vw, 42px);
    }

    .storybook.world-camera-ready .world-shot--date .hero-names.brand-couple-name {
        font-size: clamp(2rem, 8.45vw, 2.35rem);
        line-height: .96;
        letter-spacing: .045em;
    }

    .storybook.world-camera-ready .world-shot--date .hero-names > .brand-ampersand {
        width: .65em;
        height: .76em;
        margin-inline: .1em;
    }

    .storybook.world-camera-ready .world-shot--date .hero-message br {
        display: none;
    }

    .storybook.world-camera-ready .world-shot--date .hero-countdown {
        width: 100%;
    }

    .storybook.world-camera-ready .world-shot--date .hero-time > span {
        font-size: clamp(2rem, 9vw, 2.45rem);
    }

    .storybook.world-camera-ready .world-shot--date .hero-time small {
        font-size: .56rem;
        letter-spacing: .1em;
    }
}

@media (max-height: 700px) and (max-width: 599px) {
    .storybook.world-camera-ready .world-shot--date {
        padding-block: 50px 60px;
    }

    .storybook.world-camera-ready .world-shot--date .hero-content {
        padding-block: 26px 30px;
    }

    .storybook.world-camera-ready .world-shot--date .hero-countdown {
        margin-block: 20px 17px;
        padding-block: 13px 11px;
    }
}
