:root {
  /* Colors */
  --bg:           #f4f3ef;
  --fg:           #1a1917;
  --white:        #ffffff;
  --accent:       #8b7355;
  --muted:        #9a9890;
  --border:       #dddbd5;
  --overlay-dark: rgba(0, 0, 0, 0.42);
  --overlay-card: rgba(0, 0, 0, 0.55);

  /* Typography */
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'Inter', system-ui, sans-serif;

  /* Sizes */
  --nav-h:        72px;
  --max-w:        1400px;
  --gap:          clamp(1rem, 2.5vw, 2rem);

  /* Transitions */
  --t-fast:  0.2s ease;
  --t-med:   0.4s ease;
  --t-slow:  0.7s ease;
}
