/* Scoped styles for /story/ — a long-form reading page.
   The cloned theme has no long-form article layout, so this supplies one:
   a narrow measure, generous leading, and two pull quotes. It reuses the
   theme's type classes so the fonts and colours stay native. */

#aios-slider-story .aios-slider-splide .aios-slider-img canvas {
    min-height: 100vh;
}

.story {
    padding: 5.5rem 1.5rem 4rem;
}

.story__inner {
    /* ~68 characters per line — the readable measure for body text. */
    max-width: 40rem;
    margin: 0 auto;
}

.story__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    opacity: 0.6;
    margin: 0 0 0.75rem;
}

.story__title {
    margin: 0 0 2.5rem;
}

.story__body p {
    margin: 0 0 1.5rem;
    line-height: 1.75;
}

.story__lede {
    font-size: 1.2em;
    line-height: 1.6 !important;
}

.story__pull {
    margin: 2.75rem 0;
    padding: 0 0 0 1.5rem;
    border-left: 3px solid currentColor;
}

.story__pull blockquote {
    margin: 0;
    font-size: 1.25em;
    line-height: 1.5;
    font-style: italic;
}

.story__pull--close blockquote {
    font-size: 1.45em;
    font-style: normal;
}

.story__sig {
    margin-top: 2.5rem !important;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.story__sig-name {
    display: block;
    font-weight: 600;
}

.story__sig-title {
    display: block;
    font-size: 0.85em;
    opacity: 0.75;
    line-height: 1.5;
    margin-top: 0.2rem;
}

/* Timeline ------------------------------------------------------------- */

.story__timeline {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 4rem;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.story__step {
    display: grid;
    grid-template-columns: 7rem 1fr;
    gap: 1.25rem;
    align-items: baseline;
    padding: 1.1rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.story__year {
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.story__what {
    margin: 0;
    opacity: 0.8;
    line-height: 1.55;
}

@media (max-width: 520px) {
    .story__step {
        grid-template-columns: 1fr;
        gap: 0.25rem;
    }
}

/* A quiet link back to the Seattle page, used from /seattle/ too. */
.story-link {
    display: inline-block;
    margin-top: 0.5rem;
    border-bottom: 1px solid currentColor;
    text-decoration: none;
}
