/* Cookdata Brand 2025 — Variables globales */
:root {
  /* ── Palette principal ── */
  --cd-amber:    #f09f00;
  --cd-amber-l:  #fecb66;
  --cd-amber-d:  #c48201;
  --cd-crimson:  #df033e;
  --cd-crimson-l:#dc6283;
  --cd-crimson-d:#8f0127;
  --cd-purple:   #682351;
  --cd-purple-l: #a5588c;
  --cd-purple-d: #461837;
  --cd-green:    #70dc53;
  --cd-green-l:  #9bd58b;
  --cd-green-d:  #478c35;
  --cd-blue:     #1a74d8;
  --cd-blue-l:   #7daadc;
  --cd-blue-d:   #15569f;
  --cd-dark:     #353535;
  --cd-dark-l:   #878686;
  --cd-black:    #1a1a1a;
  --cd-cream:    #f5f1eb;
  --cd-cream-d:  #b3b1ad;
  --cd-white:    #ffffff;
  --cd-light:    #f5f1eb;

  /* ── Grises neutros ── */
  --cd-gray-50:  #fafaf8;
  --cd-gray-100: #f0ede8;
  --cd-gray-200: #e4e0da;
  --cd-gray-300: #ccc9c3;
  --cd-gray-400: #a09d98;
  --cd-gray-500: #706e6a;
  --cd-gray-600: #4a4846;

  /* ── Gradiente de marca ── */
  --cd-gradient:   linear-gradient(135deg, #682351 0%, #df033e 50%, #f09f00 100%);
  --cd-gradient-h: linear-gradient(90deg,  #682351 0%, #df033e 50%, #f09f00 100%);

  /* ── Shift blocks ── */
  --shift-office:   linear-gradient(135deg, #2EC270, #478c35);
  --shift-remote:   linear-gradient(135deg, #1a74d8, #15569f);
  --shift-hybrid:   linear-gradient(135deg, #a78bfa, #8b5cf6);
  --shift-draft:    linear-gradient(135deg, #9ca3af, #6b7280);
  --shift-vacation: linear-gradient(135deg, #f09f00, #c48201);
  --shift-holiday:  linear-gradient(135deg, #df033e, #8f0127);

  /* ── Tipografía ── */
  --font: 'Poppins', ui-sans-serif, system-ui, sans-serif;
  --font-primary: 'Poppins', ui-sans-serif, system-ui, sans-serif;

  /* ── Radios ── */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-full: 9999px;

  /* ── Sombras ── */
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.10);
  --shadow-lg: 0 8px 32px rgba(0,0,0,0.14);
  --shadow-xl: 0 16px 48px rgba(0,0,0,0.18);
}
