/* ================================================================
   OUR STORY — spatial editorial chapters
   Scoped to the story cluster so other cinematic scenes stay intact.
   ================================================================ */

.storybook.world-camera-ready .world-cluster--story .timeline-item {
    min-height: 112svh;
    padding-block: clamp(96px, 13svh, 132px);
}

.storybook.world-camera-ready .world-cluster--story .timeline-date {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.storybook.world-camera-ready .world-cluster--story .timeline-date__label {
    color: var(--gold-ink, #80683f);
    font-family: var(--font-body, "Poppins", sans-serif);
    font-size: clamp(.58rem, .8vw, .7rem);
    font-weight: 600;
    line-height: 1;
    letter-spacing: .28em;
    text-transform: uppercase;
}

.storybook.world-camera-ready .world-cluster--story .timeline-date time {
    display: block;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
}

.storybook.world-camera-ready .world-cluster--story .timeline-content {
    width: min(82%, 610px);
    padding: clamp(28px, 3.2vw, 38px) clamp(23px, 3vw, 34px);
}

.storybook.world-camera-ready .world-cluster--story .timeline-content h3 {
    max-width: 17ch;
    margin: 0 0 clamp(20px, 2.4vw, 27px);
    font-size: clamp(2.5rem, 4.25vw, 4.25rem);
    line-height: 1.01;
}

.storybook.world-camera-ready .world-cluster--story .story-chapter__copy {
    display: grid;
    gap: clamp(11px, 1.45vw, 16px);
    max-width: 55ch;
}

.storybook.world-camera-ready .world-cluster--story .story-chapter__copy p {
    max-width: none;
    margin: 0;
    font-size: clamp(.84rem, 1.05vw, .96rem);
    line-height: 1.78;
    text-wrap: pretty;
}

.storybook.world-camera-ready .world-cluster--story .story-chapter__signature {
    margin-top: 5px;
    color: var(--deep-emerald);
    font-family: var(--font-display, "Cormorant Garamond", serif);
    font-size: clamp(1.55rem, 2.6vw, 2.25rem);
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: .035em;
}

.storybook.world-camera-ready .world-cluster--story .timeline-date--wedding {
    max-width: 6.2ch;
    font-size: clamp(3.35rem, 7.5vw, 6rem);
    line-height: .78;
}

.storybook.world-camera-ready .world-cluster--story .timeline-date--wedding time {
    line-height: .82;
}

.storybook.world-camera-ready .world-object--2026 .world-paper-tab {
    min-width: 52px;
    padding-inline: 5px;
    font-size: 7px;
    letter-spacing: .08em;
    text-align: center;
}

.storybook.world-camera-ready .world-object--2026 .world-paper-tab--two,
.storybook.world-camera-ready .world-object--2026 .world-paper-tab--three {
    min-width: 66px;
}

@media (max-width: 899px) {
    .storybook.world-camera-ready .world-cluster--story .timeline-item {
        min-height: 118svh;
        padding-top: clamp(220px, 27svh, 250px);
        padding-bottom: clamp(76px, 11svh, 106px);
    }

    .storybook.world-camera-ready .world-cluster--story .timeline-date {
        top: 13%;
        gap: 6px;
    }

    .storybook.world-camera-ready .world-cluster--story .story-chapter--wedding {
        padding-top: 310px;
    }

    .storybook.world-camera-ready .world-cluster--story .timeline-content,
    .storybook.world-camera-ready .world-cluster--story .timeline-item:nth-child(even) .timeline-content {
        width: 100%;
        max-width: 680px;
        margin-inline: 0;
        padding: clamp(25px, 6.5vw, 30px) clamp(18px, 5vw, 23px)
            clamp(27px, 7vw, 33px);
        background: rgba(247, 245, 239, .965);
        box-shadow: 0 0 38px 14px rgba(247, 245, 239, .74);
    }

    .storybook.world-camera-ready .world-cluster--story .timeline-content h3 {
        max-width: 15ch;
        margin-bottom: 20px;
        font-size: clamp(2.15rem, 9.7vw, 3rem);
        line-height: 1.02;
    }

    .storybook.world-camera-ready .world-cluster--story .story-chapter__copy {
        gap: 12px;
    }

    .storybook.world-camera-ready .world-cluster--story .story-chapter__copy p {
        font-size: clamp(.8rem, 3.35vw, .9rem);
        line-height: 1.78;
    }

    .storybook.world-camera-ready .world-cluster--story .timeline-date--wedding {
        max-width: 7.2ch;
        font-size: clamp(2.65rem, 13vw, 4rem);
        line-height: .82;
    }
}

@media (max-width: 430px) and (max-height: 760px) {
    .storybook.world-camera-ready .world-cluster--story .timeline-item {
        min-height: 128svh;
        padding-top: 220px;
        padding-bottom: 70px;
    }

    .storybook.world-camera-ready .world-cluster--story .story-chapter--wedding {
        padding-top: 300px;
    }

    .storybook.world-camera-ready .world-cluster--story .timeline-content h3 {
        font-size: clamp(2rem, 9vw, 2.55rem);
    }

    .storybook.world-camera-ready .world-cluster--story .story-chapter__copy p {
        font-size: .79rem;
        line-height: 1.7;
    }
}

@media (min-width: 900px) {
    .storybook.world-camera-ready .world-cluster--story .timeline-item.story-chapter--wedding .timeline-content {
        margin-left: auto;
        margin-right: 8vw;
    }
}
