/* ============================================================
   Lemariku — Programs page (community.html)   · loads after base.css
   Unique: left-aligned CTA banner + mission sub-line
   (hero, counter, stats, opportunity banner, mission heading and
    program cards all come from base.css)
   ============================================================ */

/* ---- Programs banner: left-aligned title + CTA ---- */
.banner--cta .banner__inner { justify-content: center; align-items: flex-start; }
.banner--cta .banner__scrim { background: linear-gradient(90deg, rgba(0,0,0,.62), rgba(0,0,0,.22) 72%); }

/* ---- sub-line under the "Our commitment is simple." heading ---- */
.mission-sub { text-align: center; max-width: 46ch; margin: 20px auto 0; font-size: clamp(1.05rem, 1.8vw, 1.25rem); line-height: 1.5; color: var(--slate); }
