:root {
  --bg: #eef3ea;
  --surface: rgba(251, 255, 249, 0.8);
  --surface-strong: #fbfef8;
  --text: #18251c;
  --muted: #627564;
  --accent: #4c7a52;
  --accent-strong: #2d5132;
  --border: rgba(24, 37, 28, 0.1);
  --shadow: 0 26px 56px rgba(76, 122, 82, 0.14);
  --hero-overlay: linear-gradient(135deg, rgba(136, 178, 137, 0.22), rgba(255, 255, 255, 0.24));
}
