:root{
  --bg: #F2EFE6;
  --surface: #FAF8F1;
  --surface-2: #E8E3D5;
  --fg: #26221B;
  --muted: #7C7364;
  --line: #D8D1BF;
  --line-strong: #B8AE97;
  --accent: #A6321E;
  --accent-dark: #832616;
  --accent-wash: #F1DED8;
  --on-accent: #F2EFE6;
  --price-color: #26221B;
  --ok: #5B8A5E;
  --error: #A6321E;
  --font-display: 'Playfair Display',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: 18px;
  --section-pad: 64px;
  --hero-pad: 84px;
  --grid: 3;
  --display-scale: 1.0;
  --price-scale: 0.9;
  --card-ratio: 3 / 4;
  --t-fast: 100ms;
  --t-base: 160ms;
  --t-slow: 300ms;
  --t-drift: 300ms;
  --ease-out: ease-out;
  --ease-inout: ease-in-out;
  --ease-spring: ease-out;
}
