/* ─────────── SECTION BASE ─────────── */
    section { padding: 5rem 2rem; }
    .container { max-width:1100px; margin:0 auto; }

    .section-label {
      font-family:'Baloo 2',sans-serif; font-weight:800;
      font-size:.78rem; letter-spacing:.15em; text-transform:uppercase;
      color: var(--green-mid); margin-bottom:.5rem;
    }
    .section-title {
      font-size:clamp(1.8rem, 4vw, 2.8rem); font-weight:900;
      color: var(--green-deep); margin-bottom:1rem; line-height:1.2;
    }
    .section-sub {
      font-size:1.05rem; color:var(--text-muted);
      max-width:560px; line-height:1.7;
    }

@media (max-width: 768px) {
  section { padding: 3.5rem 1.2rem; }
}
