:root {
  --color-primary:#173f46;--color-primary-2:#235861;--color-secondary:#d96846;--color-secondary-dark:#b84e30;
  --color-bg:#f7f6f2;--color-surface:#fff;--color-text:#17272c;--color-muted:#617075;--color-border:#dde4e3;
  --color-success:#2f7658;--color-warning:#b87a28;--color-error:#b5443a;--color-soft:#eaf1f0;
  --font-heading:Manrope,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --font-body:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --text-xs:.78rem;--text-sm:.9rem;--text-md:1rem;--text-lg:1.2rem;--text-xl:1.55rem;--text-2xl:clamp(2rem,5vw,4.6rem);
  --space-1:.35rem;--space-2:.65rem;--space-3:1rem;--space-4:1.5rem;--space-5:2.25rem;--space-6:3.5rem;--space-7:5.5rem;
  --radius-sm:.55rem;--radius-md:1rem;--radius-lg:1.5rem;--radius-xl:2.25rem;
  --shadow-sm:0 8px 24px rgba(23,63,70,.08);--shadow-lg:0 25px 70px rgba(23,63,70,.13);
  --container:min(1180px,calc(100% - 2rem));--header-h:76px;
}
