:root{
  --bg: #141210;
  --surface: #1A1712;
  --surface-2: #211D15;
  --fg: #F5F0E6;
  --muted: #A29681;
  --line: #262019;
  --line-strong: #3E3423;
  --accent: #A8792A;
  --accent-dark: #8F651F;
  --accent-wash: #2A2110;
  --on-accent: #171207;
  --price-color: #C39A45;
  --ok: #7FB069;
  --error: #D6604A;
  --font-display: 'Cormorant Garamond',Georgia,serif;
  --font-text: 'Jost',system-ui,sans-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: 3;
  --display-scale: 1.1;
  --price-scale: 1.15;
  --card-ratio: 1 / 1;
  --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);
}
