.editorial-story {
    --editorial-accent: var(--gold);
    width: min(100%, 72ch);
    margin-inline: auto;
    color: #d8d8d8;
    font-size: clamp(1rem, 1.2vw, 1.125rem);
    line-height: 1.78;
}
.editorial-story > p,
.editorial-story__section > p,
.editorial-story__subsection > p { margin: 0 0 1.15em; }
.editorial-story__lead {
    width: min(100%, 62ch);
    margin: 0 auto clamp(2rem, 5vw, 3.5rem);
    color: #f0ede6;
    font-family: var(--title-font);
    font-size: clamp(1.15rem, 1.8vw, 1.4rem);
    line-height: 1.58;
}
.editorial-story__section {
    margin-block: clamp(2.75rem, 7vw, 5rem);
    padding-block-start: clamp(1.1rem, 3vw, 1.8rem);
    border-top: 1px solid var(--line);
}
h2.editorial-story__heading {
    position: relative;
    max-width: 24ch;
    margin: 0 0 clamp(1.35rem, 3vw, 2rem);
    padding-inline-start: 1rem;
    color: #f2eee6;
    font-size: clamp(1.55rem, 3vw, 2.4rem);
    line-height: 1.14;
    text-wrap: balance;
}
h2.editorial-story__heading::before {
    content: '';
    position: absolute;
    inset-block: .16em .12em;
    inset-inline-start: 0;
    width: 2px;
    background: var(--editorial-accent);
}
.editorial-story__subsection { margin-block: clamp(2rem, 5vw, 3.25rem); }
h3.editorial-story__subheading {
    margin: 0 0 1rem;
    color: var(--editorial-accent);
    font-size: clamp(1.1rem, 2vw, 1.45rem);
    line-height: 1.25;
    letter-spacing: .02em;
}
blockquote.editorial-story__quote {
    width: min(100%, 58ch);
    margin: clamp(2.25rem, 6vw, 4rem) auto;
    padding: clamp(1.25rem, 3vw, 2rem) clamp(1.25rem, 4vw, 2.25rem);
    border-inline-start: 2px solid var(--editorial-accent);
    background: rgba(255, 255, 255, .025);
    color: #f2eee6;
    font-family: var(--title-font);
    font-size: clamp(1.15rem, 2vw, 1.55rem);
    line-height: 1.55;
}
blockquote.editorial-story__quote p { margin: 0; }
h1.page-title--editorial {
    max-width: 19ch;
    margin-inline: auto;
    font-size: clamp(2.35rem, 6vw, 4.75rem);
    line-height: .98;
    text-wrap: balance;
}
p.page-lead--editorial {
    width: min(100%, 62ch);
    margin-inline: auto;
    font-size: clamp(1rem, 1.6vw, 1.35rem);
    line-height: 1.6;
}
.editorial-story--press { --editorial-accent: var(--gold); }
.editorial-story--profile { --editorial-accent: var(--gold); }
.editorial-story--commerce { --editorial-accent: var(--gold); }
[dir="rtl"] .editorial-story,
[dir="rtl"] .editorial-story__heading,
[dir="rtl"] .editorial-story__subheading,
[dir="rtl"] blockquote.editorial-story__quote { text-align: right; }
@media (max-width: 639px) {
    .editorial-story { line-height: 1.7; }
    .editorial-story__section { margin-block: 2.4rem; }
    h1.page-title--editorial { max-width: 16ch; }
}
@media (prefers-reduced-motion: reduce) {
    .editorial-story *, .editorial-story *::before, .editorial-story *::after { transition: none !important; }
}

/* V2.4.6 title scale wins over route legacy selectors without global h1 overrides. */
.gallery-series-page h1.page-title--editorial,
.gallery-index-hero h1.page-title--editorial,
.press-hero h1.page-title--editorial,
.bio-hero h1.page-title--editorial,
.fovea-hero h1.page-title--editorial,
.reader-intro h1.page-title--editorial,
.content-header h1.page-title--editorial,
.doc-header h1.page-title--editorial,
#tirages-title.page-title--editorial {
    font-size: clamp(2.35rem, 6vw, 4.75rem);
    line-height: .98;
}
.fovea-intro__copy { columns: 1; max-width: none; }
