/* Hallmark · genre: modern-minimal · macrostructure: Workbench · theme: Tábata real · enrichment: local product assets · nav: N3 side rail · footer: none · contrast: pass (40–41) · slop: pass (42–49) · mobile: pass (34, 49, 50–57)
 * Audience: Tábata Sorrios y equipo · Use: aprobación visual guiada · Tone: lujo femenino cálido
 * Hallmark · refinement: typography role lock · lighter chrome · campaign lifecycle
 * Hallmark · pre-emit critique: P5 H5 E5 S5 R5 V4
 */
:root {
  --color-brand-50: #fff1f4;
  --color-brand-100: #ffe4ea;
  --color-brand-200: #fecdd7;
  --color-brand-300: #fba0b5;
  --color-brand-500: #e43e72;
  --color-brand-600: #df1f57;
  --color-brand-700: #be1241;
  --color-brand-800: #9e123a;
  --color-brand-900: #831435;
  --color-gold-50: #fdfbf2;
  --color-gold-100: #fbf5df;
  --color-gold-300: #edd282;
  --color-gold-500: #d4af37;
  --color-gold-700: #90720b;
  --color-paper: #fffbfc;
  --color-surface: #fffdfc;
  --color-surface-raised: #ffffff;
  --color-app-bg: #fbf8f9;
  --color-surface-hover: #faf1f4;
  --color-ink: #2b1820;
  --color-ink-soft: #57414a;
  --color-muted: #76616a;
  --color-line: #eadfe2;
  --color-line-strong: #cbb9c0;
  --color-focus: #8d5812;
  --color-accent-ink: #ffffff;
  --color-on-dark: #fff8fa;
  --color-overlay: rgb(43 24 32 / 0.46);
  --color-shadow: rgb(65 28 42 / 0.08);
  --color-shadow-strong: rgb(65 28 42 / 0.16);
  --color-success-bg: #eaf5ef;
  --color-success: #256747;
  --color-warning-bg: #fff3db;
  --color-warning: #805313;
  --color-info-bg: #f2eaf7;
  --color-info: #634071;
  --color-error-bg: #fcebed;
  --color-error: #a52b3b;
  --color-canvas-rose: #f7dce4;
  --color-canvas-wine: #6f1732;
  --color-canvas-gold: #ead58f;
  --color-canvas-ink: #321a23;

  --font-display: "Marcellus SC", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --font-body: "Avenir Next", Avenir, "Segoe UI", sans-serif;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.125rem;
  --text-lg: 1.375rem;
  --text-xl: 1.5rem;
  --text-2xl: clamp(1.5rem, 2vw, 1.875rem);
  --text-display: clamp(1.75rem, 2.6vw, 2.25rem);

  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4rem;

  --radius-sm: 0.5rem;
  --radius-md: 0.75rem;
  --radius-lg: 1.125rem;
  --radius-pill: 999px;
  --control-height: 2.75rem;
  --sidebar-width: 13.75rem;
  --topbar-height: 4rem;
  --content-max: 90rem;

  --shadow-sm: 0 1px 2px var(--color-shadow);
  --shadow-md: 0 14px 36px var(--color-shadow-strong);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.7, 0, 0.84, 0);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-micro: 120ms;
  --dur-short: 220ms;
  --dur-long: 420ms;
  --z-base: 1;
  --z-raised: 10;
  --z-dropdown: 100;
  --z-sticky: 200;
  --z-modal: 400;
  --z-toast: 500;
}
