:root {
  --sage-pale: #C5D0B8;
  --sage-mid: #A3B494;
  --sage-deep: #8A9578;
  --sage-very-deep: #5F6B4F;
  --cream-surface: #FBF7F0;
  --cream-layer: #F5EFE4;
  --cream-beige: #EDE4D3;
  --cream-elevated: #FFFDF9;
  --earth-body: #4A3E30;
  --earth-soft: #6B5D4F;
  --earth-muted: #8B7D6F;

  --color-bg: var(--cream-surface);
  --color-bg-section: var(--cream-layer);
  --color-bg-warm: var(--cream-beige);
  --color-bg-elevated: var(--cream-elevated);
  --color-bg-sage: var(--sage-pale);
  --color-text: var(--earth-body);
  --color-text-muted: var(--earth-soft);
  --color-text-faint: var(--earth-muted);
  --color-text-on-sage: var(--cream-surface);
  --color-accent: var(--sage-deep);
  --color-accent-strong: var(--sage-very-deep);
  --color-cta: var(--sage-mid);
  --color-cta-hover: var(--sage-deep);
  --color-outline: rgba(95, 107, 79, 0.15);
  --color-shadow-ambient: rgba(55, 47, 37, 0.06);
  --color-shadow-soft: rgba(55, 47, 37, 0.04);

  --font-serif: "Fraunces", "Noto Serif", Georgia, serif;
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-label: "Work Sans", "Inter", sans-serif;

  --fs-display-xl: clamp(3rem, 6vw, 5.25rem);
  --fs-display-lg: clamp(2.5rem, 5vw, 4rem);
  --fs-display-md: clamp(2rem, 4vw, 3rem);
  --fs-headline-lg: clamp(1.75rem, 3vw, 2.5rem);
  --fs-headline-md: clamp(1.375rem, 2.2vw, 1.75rem);
  --fs-headline-sm: clamp(1.125rem, 1.8vw, 1.375rem);
  --fs-title-lg: 1.25rem;
  --fs-title-md: 1.0625rem;
  --fs-title-sm: 0.9375rem;
  --fs-body-lg: 1.125rem;
  --fs-body-md: 1rem;
  --fs-body-sm: 0.9375rem;
  --fs-label-md: 0.8125rem;
  --fs-label-sm: 0.6875rem;

  --lh-tight: 1.15;
  --lh-snug: 1.3;
  --lh-normal: 1.5;
  --lh-relaxed: 1.6;
  --lh-loose: 1.75;

  --ls-tight: -0.02em;
  --ls-snug: -0.01em;
  --ls-normal: 0;
  --ls-wide: 0.01em;
  --ls-wider: 0.08em;
  --ls-widest: 0.16em;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;
  --space-9: 6rem;
  --space-10: 8rem;
  --space-11: 12rem;

  --container-max: 1280px;
  --container-narrow: 920px;
  --container-wide: 1480px;
  --gutter: clamp(1.25rem, 4vw, 3rem);

  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-pill: 999px;

  --shadow-ambient: 0 12px 40px var(--color-shadow-ambient);
  --shadow-soft: 0 6px 20px var(--color-shadow-soft);
  --shadow-lift: 0 18px 60px rgba(55, 47, 37, 0.08);

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-fast: 180ms;
  --dur-normal: 320ms;
  --dur-slow: 600ms;

  --z-base: 1;
  --z-sticky: 50;
  --z-modal: 100;
  --z-top: 1000;
}
