/* ==========================================================================
   MAIN CAFE BAR AND RESTAURANT - DESIGN SYSTEM & TOKENS
   Theme: Upscale Olive Green & Natural Wood Rustic-Modern
   Location: Berwick, VIC, Australia
   ========================================================================== */

:root {
  /* Primary Brand Accent Palette - Elegant Olive Green */
  --color-terracotta: #4E652B;           /* Primary Tuscan Olive Green */
  --color-terracotta-dark: #37481C;      /* Deep Forest Olive */
  --color-terracotta-light: #6E8842;     /* Fresh Spring Olive */
  --color-terracotta-soft: rgba(78, 101, 43, 0.12); /* Soft Olive Wash */

  --color-amber-gold: #C2A649;          /* Warm Antique Gold */
  --color-amber-light: #D4B24B;         /* Golden Glow Accent */
  --color-olive: #4E652B;
  --color-olive-dark: #263313;

  /* Neutrals & Espresso */
  --color-espresso: #181614;
  --color-espresso-rich: #12100E;
  --color-charcoal: #262421;
  --color-charcoal-light: #3A3733;
  --color-muted: #726E69;
  --color-muted-light: #96918B;

  /* Surfaces & Backgrounds */
  --color-bg-main: #FAF8F4;
  --color-bg-alt: #F2EFE8;
  --color-bg-card: #FFFFFF;
  --color-bg-card-warm: #FDFBF8;
  --color-border: rgba(38, 36, 33, 0.08);
  --color-border-hover: rgba(78, 101, 43, 0.35);
  --color-border-light: rgba(255, 255, 255, 0.15);

  /* Typography */
  --font-heading: 'Playfair Display', 'Cinzel', Georgia, serif;
  --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-accent: 'Cinzel', serif;

  /* Shadows */
  --shadow-sm: 0 2px 8px rgba(24, 22, 20, 0.04);
  --shadow-md: 0 8px 24px rgba(24, 22, 20, 0.07);
  --shadow-lg: 0 16px 40px rgba(24, 22, 20, 0.12);
  --shadow-xl: 0 24px 60px rgba(24, 22, 20, 0.18);
  --shadow-glow: 0 0 30px rgba(78, 101, 43, 0.25);

  /* Border Radius */
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-full: 9999px;

  /* Transitions */
  --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-normal: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 0.6s cubic-bezier(0.16, 1, 0.3, 1);

  /* Spacing */
  --container-max: 1240px;
  --container-narrow: 960px;
  --header-height: 84px;
}
