/* =========================================================
   MemoFix — Design Tokens
   Same architecture/system as the MemoHoney template — only
   color values changed to match the MemoFix bottle artwork
   (deep violet/purple + silver + circuit-lavender accent).
   ========================================================= */
:root{
  --mh-navy-900:#0d0620;
  --mh-navy-800:#1a0f36;
  --mh-navy-700:#241548;
  --mh-navy-600:#33205f;
  --mh-gold-700:#4a2a82;
  --mh-gold-600:#5d3699;
  --mh-gold-500:#7248b3;
  --mh-gold-400:#9165c9;
  --mh-gold-300:#b596dc;
  --mh-honey-100:#f3eefa;
  --mh-honey-50:#faf8fd;
  --mh-cream:#f4f0fa;
  --mh-ink:#160c2b;
  --mh-ink-soft:#544a68;
  --mh-line:#e2d9f0;
  --mh-white:#ffffff;
  --mh-success:#2e7d4f;
  --mh-danger:#b3341c;

  /* Gradients */
  --mh-grad-hero: radial-gradient(120% 140% at 15% 0%, #331e5c 0%, #1a0f36 45%, #0d0620 100%);
  --mh-grad-gold: linear-gradient(135deg, var(--mh-gold-400) 0%, var(--mh-gold-600) 55%, var(--mh-gold-700) 100%);
  --mh-grad-panel: linear-gradient(180deg, var(--mh-honey-50) 0%, var(--mh-honey-100) 100%);

  /* Typography */
  --mh-font-display: 'Fraunces', 'Georgia', serif;
  --mh-font-body: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  /* Radii / shadow / motion */
  --mh-radius-sm: 10px;
  --mh-radius-md: 18px;
  --mh-radius-lg: 28px;
  --mh-radius-pill: 999px;
  --mh-shadow-sm: 0 2px 10px rgba(13,6,32,.08);
  --mh-shadow-md: 0 14px 34px rgba(13,6,32,.14);
  --mh-shadow-gold: 0 12px 28px rgba(114,72,179,.30);
  --mh-ease: cubic-bezier(.22,1,.36,1);

  /* Layout */
  --mh-container-max: 1220px;
  --mh-header-h: 84px;
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}
