:root {
  --logo-filter: saturate(1.03) contrast(1.04);
  /* Green + Orange brand */
  --green: #2b7a69;
  --green-soft: #e3f4ee;
  --green-dark: #1d5144;
  --orange: #f4a24a;
  --bg: #fff8f0;
  --card-bg: #ffffff;
  --text-main: #25282b;
  --text-muted: #6d7278;
  --border-subtle: #e5d7c4;
  --max-width: 1120px;
  --radius-lg: 18px;
  --radius-pill: 999px;
  --shadow-soft: 0 14px 35px rgba(0, 0, 0, 0.11);
  --shadow-subtle: 0 4px 18px rgba(0, 0, 0, 0.06);
}
