:root{
  --bg: #0F0D0B;
  --surface: #15120F;
  --surface-2: #1D1913;
  --fg: #EDE6DA;
  --muted: #8C8175;
  --line: #241F19;
  --line-strong: #373026;
  --accent: #C9A227;
  --accent-dark: #A98515;
  --accent-wash: #241D0C;
  --on-accent: #0F0D0B;
  --price-color: #C9A227;
  --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.0;
  --price-scale: 1.0;
  --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);
}
