/* Shared homepage editorial roles. Layout and animation remain frontend-only. */
.cosma-home .page-chapo { font-size: clamp(25px, 3.90625vw, 80px); line-height: 1.48; font-weight: 900; margin: 0; }
.cosma-home .section-subtitle { font-size: 20px; font-weight: 900; letter-spacing: .04em; line-height: 1.5; margin-block-end: 1.5rem; }
.cosma-home .section-title { font-family: var(--cosma-display-font); font-size: clamp(40px, 6.640625vw, 140px); font-weight: 700; line-height: 1.2; margin-block-end: 2rem; }
.cosma-home .section-chapo { font-size: max(25px, 1.953125vw); line-height: 1.5; font-weight: 900; }
@media (width < 782px) {
    .cosma-home .page-chapo { line-height: 1.2; }
    .cosma-home .section-title { font-size: 45px; line-height: 1; }
    .cosma-home .section-subtitle { font-size: 12px; line-height: 1.5; margin-block: 25px 10px; }
    .cosma-home .section-chapo { font-size: 25px; line-height: 1.2; }
}
