:root {
  --mio-wine-950: #24030a;
  --mio-wine-900: #350610;
  --mio-wine-850: #420813;
  --mio-wine-800: #4a0a17;
  --mio-wine-700: #641227;
  --mio-wine-600: #7a1730;
  --mio-gold-600: #a7792f;
  --mio-gold-500: #c59a45;
  --mio-gold-400: #d6b765;
  --mio-gold-300: #e7cc8a;
  --mio-gold-200: #f1dfae;
  --mio-ivory: #fffaf0;
  --mio-cream: #f4ead9;
  --mio-surface: #ffffff;
  --mio-ink: #211719;
  --mio-muted: #73676a;
  --mio-danger: #a32234;
  --mio-success: #176b4b;
  --font-display: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-body: "DM Sans", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --space-1: clamp(.25rem, .2rem + .15vw, .375rem);
  --space-2: clamp(.5rem, .42rem + .25vw, .75rem);
  --space-3: clamp(.75rem, .62rem + .4vw, 1.125rem);
  --space-4: clamp(1rem, .82rem + .55vw, 1.5rem);
  --space-5: clamp(1.5rem, 1.15rem + 1vw, 2.25rem);
  --space-6: clamp(2rem, 1.4rem + 1.8vw, 3.5rem);
  --space-7: clamp(3rem, 2rem + 3vw, 6rem);
  --space-8: clamp(4rem, 2.5rem + 5vw, 9rem);
  --radius-sm: .75rem;
  --radius-md: 1.125rem;
  --radius-lg: clamp(1.25rem, 1rem + 1vw, 2rem);
  --radius-xl: clamp(1.5rem, 1.1rem + 1.5vw, 2.75rem);
  --shadow-soft: 0 1rem 3rem rgba(45, 7, 15, .12);
  --shadow-luxury: 0 2rem 6rem rgba(24, 2, 7, .28);
  --content-readable: 68ch;
  --shell: min(100% - clamp(1.75rem, 5vw, 7rem), 92rem);
  --transition-fast: 180ms ease;
  --transition-slow: 700ms cubic-bezier(.2, .7, .2, 1);
  --z-header: 70;
  --z-dock: 80;
  --z-dialog: 120;
}
