/* =========================================================
   MemoHoney — Design Tokens
   "Amber Hive" design system — unique to MemoHoney, not a
   Mobirise / template clone. Honey-gold on deep hive-navy.
   ========================================================= */
:root{
  /* Brand core — pulled from the product bottle artwork */
  --mh-navy-900:#08152c;
  --mh-navy-800:#0d1f3d;
  --mh-navy-700:#132a52;
  --mh-navy-600:#1c3a6b;
  --mh-gold-700:#a8781c;
  --mh-gold-600:#c9962b;
  --mh-gold-500:#d9a83c;
  --mh-gold-400:#e8b64a;
  --mh-gold-300:#f2cd76;
  --mh-honey-100:#fff8ec;
  --mh-honey-50:#fffdf8;
  --mh-cream:#fbf3e2;
  --mh-ink:#1c1a15;
  --mh-ink-soft:#4a4536;
  --mh-line:#eadfc4;
  --mh-white:#ffffff;
  --mh-success:#2e7d4f;
  --mh-danger:#b3341c;

  /* Gradients */
  --mh-grad-hero: radial-gradient(120% 140% at 15% 0%, #16305c 0%, #0d1f3d 45%, #08152c 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(8,21,44,.08);
  --mh-shadow-md: 0 14px 34px rgba(8,21,44,.14);
  --mh-shadow-gold: 0 12px 28px rgba(169,120,28,.28);
  --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);
}
