// Shared SKU definitions + brand constants used across all four directions.

const SKUS = [
  {
    id: 'hydrate',
    en: 'HYDRATE',
    enLong: 'Hydrate',
    kr: '수분',
    krFull: '전해질',
    no: '01',
    role: 'Electrolytes',
    benefit: 'Daily hydration',
    fn: 'Restores fluid + mineral balance',
    keyIngredients: ['Sea salt', 'Coconut water', 'Magnesium', 'Pear pulp'],
    flavor: 'Korean Pear',
    cal: 25,
    timeOfDay: 'Anytime',
    icon: 'drop',
  },
  {
    id: 'recover',
    en: 'RECOVER',
    enLong: 'Recover',
    kr: '회복',
    krFull: '근육회복',
    no: '02',
    role: 'Post-workout',
    benefit: 'Muscle recovery',
    fn: 'Repairs muscle after training',
    keyIngredients: ['BCAA 5g', 'L-Glutamine', 'Tart cherry', 'Ginseng'],
    flavor: 'Black Sesame · Cherry',
    cal: 30,
    timeOfDay: 'Post-training',
    icon: 'flame',
  },
  {
    id: 'sleep',
    en: 'SLEEP',
    enLong: 'Sleep',
    kr: '수면',
    krFull: '깊은수면',
    no: '03',
    role: 'Deep sleep',
    benefit: 'Rest + recovery',
    fn: 'Calms the nervous system before bed',
    keyIngredients: ['L-Theanine', 'Magnesium glycinate', 'Jujube', 'Chamomile'],
    flavor: 'Jujube · Honey',
    cal: 15,
    timeOfDay: 'Before bed',
    icon: 'moon',
  },
  {
    id: 'revive',
    en: 'REVIVE',
    enLong: 'Revive',
    kr: '해장',
    krFull: '숙취해소',
    no: '04',
    role: 'Hangover defense',
    benefit: 'Liver + morning-after',
    fn: 'Protects the liver before and after drinks',
    keyIngredients: ['Hovenia dulcis', 'Milk thistle', 'Turmeric', 'Pear'],
    flavor: 'Honey Citron',
    cal: 35,
    timeOfDay: 'Before / After',
    icon: 'sun',
  },
  {
    id: 'focus',
    en: 'FOCUS',
    enLong: 'Focus',
    kr: '집중',
    krFull: '집중력',
    no: '05',
    role: 'Clean energy',
    benefit: 'Focus + alertness',
    fn: 'Sharp, jitter-free mental energy',
    keyIngredients: ['L-Theanine 200mg', 'Green tea caffeine 90mg', 'Lion\u2019s mane', 'Ginseng'],
    flavor: 'Yuzu · Matcha',
    cal: 20,
    timeOfDay: 'AM / pre-work',
    icon: 'spark',
  },
];

const SKU_BY_ID = Object.fromEntries(SKUS.map((s) => [s.id, s]));

// Direction-agnostic brand strings
const BRAND = {
  en: 'Royal Goyal',
  kr: '로얄 고얄',
  tagline: 'Functional jelly. Engineered in Seoul.',
  origin: 'Made in the Republic of Korea',
  net: '20 g  /  0.70 oz',
  per: 'Per stick  ·  10 sticks per box',
  reg: '\u00AE',
  estd: 'EST. 2026 · SEOUL',
  pillar: 'A modern hanbang for the body that has work to do.',
};

// 5 SKU palettes per direction. Each direction has its own object.
const PALETTES = {
  apothecary: {
    paper: '#efe6d4',
    ink: '#1f1610',
    rule: '#2a1f15',
    accents: {
      hydrate: '#6e8b8a',
      recover: '#a4533a',
      sleep: '#2d3a5c',
      revive: '#c47246',
      focus: '#4f7159',
    },
  },
  minimalist: {
    paper: '#f1ede6',
    ink: '#111111',
    rule: '#222',
    skuBg: {
      hydrate: '#cfd9d8',
      recover: '#b8866a',
      sleep:   '#1a1f2e',
      revive:  '#d4a04c',
      focus:   '#2b4434',
    },
    skuFg: {
      hydrate: '#16201f',
      recover: '#1c0f06',
      sleep:   '#e6e3da',
      revive:  '#241704',
      focus:   '#e6e3da',
    },
  },
  performance: {
    base: '#0a0a0b',
    surface: '#141416',
    line: '#2a2a2e',
    fg: '#e8e8ea',
    dim: '#7a7a82',
    neon: {
      hydrate: '#3ee0ff',
      recover: '#ff3b3b',
      sleep:   '#8a6bff',
      revive:  '#c5ff2e',
      focus:   '#ff9d2e',
    },
  },
  bold: {
    ink: '#0d0d0d',
    paper: '#fffaf0',
    blocks: {
      hydrate: { top: '#5ad0ff', bot: '#0a63ff', text: '#001a3a' },
      recover: { top: '#ff3a5e', bot: '#ff8a00', text: '#220500' },
      sleep:   { top: '#7d4eff', bot: '#1a0d36', text: '#f1ecff' },
      revive:  { top: '#ffea2c', bot: '#00b86b', text: '#0a2b1c' },
      focus:   { top: '#c8ff3a', bot: '#1c2a00', text: '#0a1500' },
    },
  },
};

// Reusable inline SVG glyphs for SKUs (used by several directions).
const SKU_GLYPHS = {
  drop: 'M12 2C12 2 4 11 4 16a8 8 0 0 0 16 0c0-5-8-14-8-14z',
  flame:'M12 2c0 4-5 5-5 10a5 5 0 0 0 10 0c0-2-1-3-2-4 0 2-2 3-3 2 2-3-1-6 0-8zM7 14a5 5 0 0 0 10 0c0 4-3 7-5 7s-5-3-5-7z',
  moon: 'M20 14.5A8.5 8.5 0 0 1 9.5 4 8.5 8.5 0 1 0 20 14.5z',
  sun:  'M12 4V1M12 23v-3M4 12H1M23 12h-3M5.6 5.6 3.5 3.5M20.5 20.5l-2.1-2.1M5.6 18.4l-2.1 2.1M20.5 3.5l-2.1 2.1M12 7a5 5 0 1 1 0 10 5 5 0 0 1 0-10z',
  spark:'M12 2v6M12 16v6M2 12h6M16 12h6M5 5l4 4M15 15l4 4M5 19l4-4M15 9l4-4',
};

Object.assign(window, { SKUS, SKU_BY_ID, BRAND, PALETTES, SKU_GLYPHS });
