:root {
  /* Brand colors */
  --lc-green-950: #162414;
  --lc-green-900: #20351d;
  --lc-green-800: #2c4526;
  --lc-green-700: #3f6534;
  --lc-green-600: #52783f;
  --lc-green-500: #6f8f4d;

  --lc-cream-50:  #fffdf8;
  --lc-cream-100: #fbf5e9;
  --lc-cream-200: #f3ead9;
  --lc-cream-300: #e7dcc8;

  --lc-sand-100:  #efe4d0;
  --lc-sand-200:  #dcc8a7;
  --lc-brown-500: #9b6d3d;
  --lc-brown-700: #674728;

  --lc-ink:   #191813;
  --lc-muted: #6e6a5d;
  --lc-line:  rgba(39, 36, 27, .14);
  --lc-white: #ffffff;

  /* Effects */
  --lc-radius-sm: 10px;
  --lc-radius-md: 16px;
  --lc-radius-lg: 24px;
  --lc-radius-xl: 34px;
  --lc-shadow-sm: 0 8px 24px rgba(22, 36, 20, .10);
  --lc-shadow-md: 0 18px 50px rgba(22, 36, 20, .18);
  --lc-shadow-lg: 0 28px 80px rgba(22, 36, 20, .28);

  /* Layout */
  --lc-container: 1180px;
  --lc-section-y: clamp(64px, 8vw, 110px);
  --lc-gap: 24px;

  /* Typography */
  --lc-font-heading: "Cormorant Garamond", Georgia, serif;
  --lc-font-body:    "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --lc-h1: clamp(44px, 6vw, 82px);
  --lc-h2: clamp(34px, 4vw, 54px);
  --lc-h3: clamp(24px, 3vw, 34px);
  --lc-body:  16px;
  --lc-small: 14px;
}
