/*
 * ═══════════════════════════════════════════════════════════════════════════════
 * LAY'S KITCHEN - DESIGN TOKENS
 * Soft pink/mauve palette - feminine, warm, premium bakery aesthetic
 * ═══════════════════════════════════════════════════════════════════════════════
 */

:root {
  /* ═══════════════════════════════════════════════════════════════
     PRIMARY - Rose/Mauve (The signature Lay's Kitchen color)
     ═══════════════════════════════════════════════════════════════ */
  --primary-50: #FFF2F6;
  --primary-100: #FCE5EB;
  --primary-200: #F1D0E3;
  --primary-300: #EDC5DC;
  --primary-400: #D4A3B8;
  --primary-500: #A85D73;
  --primary-600: #7B3C4C;
  --primary-700: #5E2D3A;
  --primary-800: #462231;
  --primary-900: #2D1620;

  /* ═══════════════════════════════════════════════════════════════
     NEUTRAL - Warm grays with pink undertone
     ═══════════════════════════════════════════════════════════════ */
  --neutral-50: #FFFBFC;
  --neutral-100: #FFF2F6;
  --neutral-200: #F5EEF0;
  --neutral-300: #E8DFE2;
  --neutral-400: #AC9FA4;
  --neutral-500: #8A7D82;
  --neutral-600: #6B5F63;
  --neutral-700: #4D4346;
  --neutral-800: #332D2F;
  --neutral-900: #1A1617;

  /* ═══════════════════════════════════════════════════════════════
     BACKGROUNDS
     ═══════════════════════════════════════════════════════════════ */
  --bg-primary: #FFFBFC;
  --bg-secondary: #FFF2F6;
  --bg-tertiary: #FCE5EB;
  --bg-accent: #F1D0E3;

  /* ═══════════════════════════════════════════════════════════════
     SEMANTIC COLORS
     ═══════════════════════════════════════════════════════════════ */
  --success: #6B9B7A;
  --success-light: #E8F2EB;
  --error: #C75B5B;
  --error-light: #FCEAEA;
  --warning: #D4A853;
  --warning-light: #FDF6E7;
  --info: #7A8FB5;
  --info-light: #EEF2F7;

  /* ═══════════════════════════════════════════════════════════════
     ACCENT - Complementary colors for variety
     ═══════════════════════════════════════════════════════════════ */
  --accent-gold: #D4A853;
  --accent-sage: #9DB4A0;
  --accent-cream: #F9F3E8;

  /* ═══════════════════════════════════════════════════════════════
     TYPOGRAPHY
     ═══════════════════════════════════════════════════════════════ */
  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Font Sizes - Fluid typography */
  --text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  --text-sm: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  --text-base: clamp(1rem, 0.925rem + 0.375vw, 1.125rem);
  --text-lg: clamp(1.125rem, 1rem + 0.625vw, 1.375rem);
  --text-xl: clamp(1.25rem, 1.1rem + 0.75vw, 1.625rem);
  --text-2xl: clamp(1.5rem, 1.25rem + 1.25vw, 2.25rem);
  --text-3xl: clamp(1.875rem, 1.5rem + 1.875vw, 3rem);
  --text-4xl: clamp(2.25rem, 1.75rem + 2.5vw, 3.75rem);
  --text-5xl: clamp(3rem, 2rem + 5vw, 5rem);

  /* Line Heights */
  --leading-none: 1;
  --leading-tight: 1.15;
  --leading-snug: 1.35;
  --leading-normal: 1.5;
  --leading-relaxed: 1.65;
  --leading-loose: 1.8;

  /* Letter Spacing */
  --tracking-tighter: -0.03em;
  --tracking-tight: -0.015em;
  --tracking-normal: 0;
  --tracking-wide: 0.025em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.1em;

  /* ═══════════════════════════════════════════════════════════════
     SPACING
     ═══════════════════════════════════════════════════════════════ */
  --space-0: 0;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;

  /* Section Spacing (responsive) */
  --section-sm: clamp(3rem, 6vw, 5rem);
  --section-md: clamp(5rem, 10vw, 8rem);
  --section-lg: clamp(7rem, 14vw, 12rem);

  /* Container */
  --container-sm: 640px;
  --container-md: 768px;
  --container-lg: 1024px;
  --container-xl: 1280px;
  --container-padding: clamp(1rem, 5vw, 2rem);

  /* ═══════════════════════════════════════════════════════════════
     BORDER RADIUS
     ═══════════════════════════════════════════════════════════════ */
  --radius-sm: 0.5rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;
  --radius-xl: 1.5rem;
  --radius-2xl: 2rem;
  --radius-3xl: 2.5rem;
  --radius-full: 9999px;

  /* ═══════════════════════════════════════════════════════════════
     SHADOWS (Soft, warm pink-tinted)
     ═══════════════════════════════════════════════════════════════ */
  --shadow-xs: 0 1px 2px rgba(168, 93, 115, 0.04);
  --shadow-sm: 0 2px 4px rgba(168, 93, 115, 0.06);
  --shadow-md: 0 4px 12px rgba(168, 93, 115, 0.08);
  --shadow-lg: 0 8px 24px rgba(168, 93, 115, 0.10);
  --shadow-xl: 0 16px 48px rgba(168, 93, 115, 0.12);

  /* Colored glow for buttons/interactive */
  --shadow-primary: 0 4px 14px rgba(168, 93, 115, 0.25);
  --shadow-primary-lg: 0 8px 24px rgba(168, 93, 115, 0.30);

  /* Hover state */
  --shadow-hover: 0 12px 32px rgba(168, 93, 115, 0.15);

  /* Card shadow */
  --shadow-card: 0 2px 8px rgba(168, 93, 115, 0.06),
                 0 8px 24px rgba(168, 93, 115, 0.08);
  --shadow-card-hover: 0 4px 12px rgba(168, 93, 115, 0.08),
                       0 16px 40px rgba(168, 93, 115, 0.12);

  /* ═══════════════════════════════════════════════════════════════
     TRANSITIONS & ANIMATIONS
     ═══════════════════════════════════════════════════════════════ */
  --duration-fast: 150ms;
  --duration-normal: 250ms;
  --duration-slow: 400ms;
  --duration-slower: 600ms;

  /* Easings */
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
