/* Calm editorial rhythm for the long-form roster and program pages. */
.culture-artists .section,.culture-creators-program .section { padding-block:clamp(64px,6vw,96px); }
.culture-artists .space-story,.culture-creators-program .space-story,.flow-editorial { gap:clamp(36px,6vw,88px); }
.flow-editorial { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1.15fr); align-items:start; }
.flow-editorial__heading h2 { font-size:clamp(32px,3.1vw,50px); line-height:1.16; text-wrap:balance; }
.flow-editorial__body>:first-child { margin-top:0!important; }
.flow-editorial__body .lede,.flow-editorial__body .verse { max-width:none; }
.flow-editorial__body .lede { line-height:1.65; }
.culture-artists .space-story h2,.culture-creators-program .space-story h2 { font-size:clamp(32px,3.1vw,50px); line-height:1.16; text-wrap:balance; }
.culture-artists .section>.statement,.culture-creators-program .section>.statement { padding-block:48px 28px!important; }
.culture-artists .section>.statement h2,.culture-creators-program .section>.statement h2 { font-size:clamp(30px,3.1vw,48px); line-height:1.2; text-wrap:balance; max-width:38ch!important; }
.culture-artists .space-story__body .lede,.culture-creators-program .space-story__body .lede { line-height:1.65; }
.flow-disclosure { margin:28px 0; border-top:1px solid currentColor; border-bottom:1px solid currentColor; color:inherit; }
.flow-disclosure summary { cursor:pointer; padding:20px 4px; font-size:20px; font-weight:600; line-height:1.4; }
.flow-disclosure summary::marker { color:var(--color-signal-red); }
.flow-disclosure summary:focus-visible { outline:2px solid var(--color-signal-red); outline-offset:5px; }
.flow-disclosure ul { list-style:disc; margin:0; padding:0 12px 24px 27px; }
.flow-disclosure li { padding:7px 0 7px 5px; font-size:18px; line-height:1.6; }
.flow-disclosure li::marker { color:var(--color-signal-red); }
.culture-creators-program .grid--3 { gap:40px; }
.culture-creators-program .world-card { padding:30px; }
.culture-creators-program .world-card h3 { font-size:clamp(32px,3vw,46px); line-height:1.12; }
.culture-creators-program .world-card .tag { margin-top:28px; }
@media(max-width:800px) {
 .flow-editorial { grid-template-columns:1fr; gap:28px; }
 .culture-artists .section,.culture-creators-program .section { padding-block:56px; }
 .culture-artists .section>.statement,.culture-creators-program .section>.statement { padding-block:36px 24px!important; }
 .flow-editorial__heading h2 { font-size:34px; }
 .culture-creators-program .grid--3 { gap:28px; }
}
