:root {
  --color-primary: #263b35;
  --color-primary-hover: #182a25;
  --color-primary-contrast: #fbfaf5;
  --color-accent: #c88768;
  --color-accent-hover: #a9654a;
  --color-accent-contrast: #fffaf5;
  --color-background: #f3f0e9;
  --color-surface: #fbfaf5;
  --color-surface-alt: #e4e7de;
  --color-text: #263b35;
  --color-text-muted: #66736b;
  --color-border: #d4d8cd;
  --color-focus: #2b66d9;
  --color-success: #287a4b;
  --color-error: #b93636;
  --color-overlay: rgb(29 43 37 / 58%);
  --color-shadow: rgb(38 59 53 / 13%);
  --font-family-heading: "Cormorant Garamond", "Noto Serif SC", serif;
  --font-family-body: "DM Sans", "Noto Sans SC", sans-serif;
  --font-family-ui: "DM Sans", "Noto Sans SC", sans-serif;
  --font-size-xs: .75rem; --font-size-sm: .875rem; --font-size-base: 1rem; --font-size-md: 1.12rem; --font-size-lg: 1.5rem; --font-size-xl: 2.25rem;
  --font-size-2xl: clamp(2.2rem, 5vw, 4.6rem); --font-size-display: clamp(3.8rem, 10vw, 9rem);
  --font-weight-regular: 400; --font-weight-medium: 500; --font-weight-semibold: 600; --font-weight-bold: 700;
  --line-height-tight: .93; --line-height-heading: 1.05; --line-height-body: 1.65; --letter-spacing-tight: -.03em; --letter-spacing-wide: .14em;
  --radius-control: 0; --radius-card: 0; --radius-panel: 0; --radius-pill: 999px;
  --shadow-card: 0 12px 30px var(--color-shadow); --shadow-card-hover: 0 20px 42px var(--color-shadow); --shadow-panel: 0 24px 70px var(--color-shadow);
  --space-1: .25rem; --space-2: .5rem; --space-3: .75rem; --space-4: 1rem; --space-5: 1.5rem; --space-6: 2rem; --space-7: 3rem; --space-8: 4rem; --space-9: 6rem;
  --container-width: 88rem; --content-width: 50rem; --header-height: 5.5rem; --product-image-ratio: 4 / 5; --hero-image-ratio: 16 / 10;
  --transition-fast: 160ms ease; --transition-base: 300ms ease;
}
