:root{
  /* Brand variables only — change these to rebrand later */
  --brand-primary: #0f4c3a; /* primary */
  --brand-secondary: #f2a43a; /* warm accent */
  --brand-accent: #f26b38;
  --brand-dark: #0b1a16;
  --brand-light: #f8faf9;
  --text: #14221d;
  --muted: #6b6f6b;
  --radius: 8px;
  --max-width: 1100px;
  --container-padding: 20px;
}

/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
}
