section.story-section {
    margin: 0;
    padding: clamp(5rem, 10vw, 8.5rem) 0 clamp(4.5rem, 9vw, 8rem);
}

.story-section__inner {
    max-width: 760px;
    margin: 0 auto;
}

.story-section h2 {
    margin: 0 0 clamp(1.2rem, 2.2vw, 1.8rem);
    text-align: left;
    font-size: clamp(2.1rem, 4.2vw, 3.25rem);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: var(--nsf-accent);
}

.story-section p {
    margin: 0 0 1rem;
    font-size: clamp(1.08rem, 1.45vw, 1.85rem);
    font-weight: 400;
    line-height: 1.48;
    text-align: left;
    color: var(--nsf-accent);
}

.story-section p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    section.story-section {
        padding: 3rem 0 3.25rem;
    }

    .story-section__inner {
        max-width: 100%;
        padding: 0 1.1rem;
    }

    .story-section h2 {
        text-align: left;
        font-size: clamp(1.55rem, 7vw, 2.15rem);
        line-height: 1.15;
    }

    .story-section p {
        font-size: 1.02rem;
        line-height: 1.55;
    }
}

@media (min-width: 1400px) {
    .story-section__inner {
        max-width: 980px;
    }

    .story-section h2 {
        white-space: nowrap;
    }
}
