.public-editorial {
    max-width: 52rem;
}

.editorial-header {
    margin-bottom: clamp(3rem, 8vw, 5.5rem);
}

.editorial-header h1 {
    font-size: clamp(2.5rem, 7vw, 4.75rem);
    line-height: 1.05;
    letter-spacing: -0.035em;
    max-width: 13ch;
    margin-inline: auto;
}

.editorial-eyebrow {
    color: var(--os-primary-text);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.editorial-deck {
    max-width: 42rem;
    font-size: clamp(1.1rem, 2.5vw, 1.35rem);
    line-height: 1.65;
    margin-top: 1.5rem;
}

.editorial-prose {
    font-size: 1.075rem;
    line-height: 1.8;
}

.editorial-prose section + section {
    margin-top: clamp(3rem, 8vw, 5rem);
}

.editorial-prose h2 {
    font-size: clamp(1.65rem, 4vw, 2.25rem);
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 1.25rem;
}

.editorial-prose h3 {
    font-size: 1.25rem;
    margin-top: 2rem;
}

.editorial-prose p,
.editorial-prose li {
    color: var(--bs-secondary-color);
}

.story-moment {
    border-inline-start: 0.25rem solid var(--bs-primary);
    color: var(--bs-body-color) !important;
    font-size: clamp(1.35rem, 3.5vw, 1.8rem);
    font-weight: 600;
    line-height: 1.45;
    margin: 2rem 0;
    padding: 0.5rem 0 0.5rem 1.5rem;
}

.story-proof {
    margin: clamp(3rem, 8vw, 5rem) 0;
}

.story-proof img {
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 1rem;
    box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.08);
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.story-proof figcaption {
    margin-top: 0.85rem;
    text-align: center;
}

.editorial-cta {
    background: var(--bs-body-tertiary);
    border: 1px solid var(--bs-border-color);
    border-radius: 1.25rem;
    padding: clamp(2rem, 6vw, 4rem);
}

.editorial-cta p:not(.editorial-eyebrow) {
    max-width: 36rem;
}

.playbook-header {
    margin-bottom: 3rem;
}

.playbook-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    margin-bottom: 1.5rem;
}

.playbook-more {
    border-top: 1px solid var(--bs-border-color);
    margin-top: 4rem;
    padding-top: 2rem;
}

@media (max-width: 575.98px) {
    .editorial-prose {
        font-size: 1rem;
        line-height: 1.7;
    }

    .story-moment {
        padding-inline-start: 1rem;
    }
}
