:root {
  --wine: #5A1721;
  --wine-dark: #3B0D14;
  --mocha: #5A4032;
  --blush: #F7DFE4;
  --blush-strong: #EFB9C4;
  --cream: #FFF8F0;
  --cream-dark: #F1E4D5;
  --rose: #D96C83;
  --rose-main: #C94D67;
  --sage: #7F9D72;
  --gold: #C79A2F;
  --ok: #4E9A62;
  --warn: #C48224;
  --danger: #B63F4A;
  --info: #477BA6;

  --rose-dark: var(--rose-main);
  --rose-pale: var(--blush);
  --sage-pale: #EAF3E6;
  --warn-pale: #FFF0D8;
  --danger-pale: #FCE5E7;
  --info-pale: #E6F0F8;

  --text-primary: #331C16;
  --text-muted: #7E6255;
  --text-faint: #A8897B;
  --text-on-rose: #FFF8F0;

  --surface-base: var(--cream);
  --surface-card: #FFFFFF;
  --surface-raised: #FFFFFF;
  --surface-sunken: var(--cream-dark);

  --border-subtle: rgba(90, 23, 33, 0.10);
  --border-mid: rgba(90, 23, 33, 0.18);
  --border-strong: rgba(90, 23, 33, 0.30);

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --font-hand: 'Caveat', cursive;
  --font-mono: 'SFMono-Regular', Consolas, monospace;

  --text-xs: 11px;
  --text-sm: 13px;
  --text-md: 15px;
  --text-lg: 18px;
  --text-xl: 24px;
  --text-2xl: 32px;
  --text-3xl: 42px;

  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 22px;
  --r-xl: 28px;
  --r-pill: 999px;

  --sp-xs: 4px;
  --sp-sm: 8px;
  --sp-md: 16px;
  --sp-lg: 24px;
  --sp-xl: 32px;

  --shadow-card: 0 10px 30px rgba(90, 23, 33, 0.08);
  --shadow-fab: 0 12px 30px rgba(90, 23, 33, 0.25);

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --dur-fast: 120ms;
  --dur-base: 220ms;
  --dur-slow: 420ms;

  --nav-height: 72px;
  --topbar-height: 78px;
  --fab-size: 58px;
  --touch-min: 44px;
}
