:root {
 --brand: #0F3325;
  --sub: #1A503B;
  --body: #516171;
  --border: rgba(0,0,0,0.08);
  --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
   --green-deep: #1F5E45;
    --green-lime: #78C850;
    --cream: #F8F7F2;
    --beige: #E8E1D5;
    --charcoal: #2C2C2C;
    --gray-bg: #F3F5F4;
    --orange: #F28C28;
    --white: #ffffff;
    --shadow: 0 8px 32px rgba(31,94,69,0.10);
    --shadow-card: 0 4px 24px rgba(31,94,69,0.12);
}
.section-tag {
    display: inline-block; background: rgba(120,200,80,0.15);
    color: var(--green-deep); padding: 6px 18px; border-radius: 50px;
    font-size: 0.8rem; font-weight: 600; margin-bottom: 16px;
  }
  .section-heading {
    font-size: clamp(1.8rem, 3vw, 2.6rem); 
    font-weight: 700;
    color: var(--brand);
     margin-bottom: 18px; 
     line-height: 1.25;
     text-transform: uppercase;
  }
  .section-heading span { 
  color: var(--sub);
  font-family: 'geneva';
  /* font-size: 30px; */
}
  .section-header { text-align: center; margin-bottom: 56px; }