/*
Theme Name: Westend Hotel Matheran Luxury Theme
Theme URI: https://westendmatheran.com/
Author: Westend Hospitality & Antigravity Studio
Author URI: https://westendmatheran.com/
Description: Bespoke luxury WordPress theme for Westend Hotel Matheran, Asia's only automobile-free hill station resort. Features elegant forest-heritage aesthetics, floating direct booking engine, rich JSON-LD Schema markup, local SEO, and full multi-screen responsiveness.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
Text Domain: westend-matheran
Tags: luxury-hotel, resort, hospitality, responsive-layout, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ==========================================================================
   CSS CUSTOM PROPERTIES (DESIGN TOKENS)
   ========================================================================== */
:root {
  /* Brand Color System - Verdant Forest & Heritage Brass */
  --color-forest-900: #0d2117;
  --color-forest-800: #132f22;
  --color-forest-700: #1a4230;
  --color-forest-600: #255841;
  --color-forest-500: #337355;
  --color-forest-100: #eaf2ee;
  --color-forest-50:  #f4f8f5;

  --color-gold-600:   #a87e38;
  --color-gold-500:   #c59b51;
  --color-gold-400:   #d8b26e;
  --color-gold-300:   #ebd29e;
  --color-gold-100:   #fcf7ed;

  --color-teak-800:   #4a2f1c;
  --color-teak-700:   #684227;
  --color-teak-600:   #8a5734;

  --color-sand-50:    #fdfcf9;
  --color-sand-100:   #f7f4ee;
  --color-sand-200:   #eee8dc;
  --color-sand-300:   #dfd6c4;

  --color-charcoal-900: #111816;
  --color-charcoal-800: #1b2421;
  --color-charcoal-700: #2c3834;
  --color-charcoal-500: #596a64;
  --color-charcoal-300: #93a39d;
  --color-charcoal-100: #d6deda;

  --color-white:      #ffffff;
  --color-danger:     #c0392b;
  --color-success:    #27ae60;
  --color-whatsapp:   #25d366;

  /* Typography System */
  --font-serif: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-display: 'Playfair Display', 'Cormorant Garamond', Georgia, serif;

  /* Spacing Scale */
  --space-2xs: 0.25rem;
  --space-xs:  0.5rem;
  --space-sm:  0.75rem;
  --space-md:  1rem;
  --space-lg:  1.5rem;
  --space-xl:  2rem;
  --space-2xl: 3rem;
  --space-3xl: 4.5rem;
  --space-4xl: 6rem;

  /* Layout Containers */
  --container-sm: 720px;
  --container-md: 960px;
  --container-lg: 1180px;
  --container-xl: 1320px;
  --container-full: 1560px;

  /* Elevation Shadows & Glassmorphism */
  --shadow-sm: 0 2px 8px rgba(13, 33, 23, 0.06);
  --shadow-md: 0 8px 24px rgba(13, 33, 23, 0.09);
  --shadow-lg: 0 16px 40px rgba(13, 33, 23, 0.13);
  --shadow-xl: 0 24px 60px rgba(13, 33, 23, 0.18);
  --shadow-gold: 0 8px 30px rgba(197, 155, 81, 0.25);

  --glass-bg: rgba(253, 252, 249, 0.85);
  --glass-border: rgba(197, 155, 81, 0.25);
  --glass-blur: blur(14px);

  /* Transitions & Animation */
  --transition-fast: 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-smooth: 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-slow: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-pill: 9999px;
}
