:root{
  --bg: #F7F4EE;
  --surface: #FFFFFF;
  --surface-2: #EFEAE0;
  --fg: #221F1A;
  --muted: #8A8072;
  --line: #E0D9CB;
  --line-strong: #C7BCA6;
  --accent: #9B7B4A;
  --accent-dark: #7B5F35;
  --accent-wash: #F0E7D6;
  --on-accent: #FFFFFF;
  --price-color: #9B7B4A;
  --ok: #5B8A5E;
  --error: #B3402E;
  --font-display: 'Cormorant Garamond',Georgia,serif;
  --font-text: 'Spectral',Georgia,serif;
  --font-mono: 'IBM Plex Mono',ui-monospace,Menlo,monospace;
  --r-card: 0px;
  --r-btn: 0px;
  --r-field: 10px;
  --r-chip: 999px;
  --gap: 34px;
  --section-pad: 92px;
  --hero-pad: 124px;
  --grid: 2;
  --display-scale: 0.95;
  --price-scale: 0.95;
  --card-ratio: 3 / 4;
  --t-fast: 160ms;
  --t-base: 260ms;
  --t-slow: 560ms;
  --t-drift: 900ms;
  --ease-out: cubic-bezier(.25,.8,.25,1);
  --ease-inout: cubic-bezier(.77,0,.18,1);
  --ease-spring: cubic-bezier(.25,.8,.25,1);
}
