/*
Theme Name: Ammouri Parfum
Theme URI: https://ammouriparfum.com
Author: Ammouri
Author URI: https://ammouriparfum.com
Description: A premium luxury perfume e-commerce theme built for WordPress + WooCommerce + Elementor Pro. Features elegant design with gold accents, modern typography, and a high-end fashion aesthetic.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ammouri
Tags: e-commerce, woocommerce, luxury, perfume, one-column, custom-menu, featured-images, theme-options

Ammouri Parfum WordPress Theme, (C) 2024 Ammouri
*/

/* ============================================
   DESIGN SYSTEM - CSS Custom Properties
   ============================================ */

:root {
    /* Colors */
    --color-primary: #1a1a1a;
    --color-primary-light: #333333;
    --color-secondary: #c9a96e;
    --color-secondary-light: #d4b97e;
    --color-secondary-dark: #8b6914;
    --color-accent-gold: #c9a96e;
    --color-accent-gold-hover: #b8944f;

    /* Backgrounds */
    --bg-cream: #f5f0ea;
    --bg-cream-light: #faf7f3;
    --bg-cream-dark: #e8dfd3;
    --bg-white: #ffffff;
    --bg-black: #1a1a1a;
    --bg-dark: #0d0d0d;
    --bg-beige: #f0e6d6;
    --bg-section-alt: #faf8f5;

    /* Text */
    --text-primary: #1a1a1a;
    --text-secondary: #666666;
    --text-light: #999999;
    --text-white: #ffffff;
    --text-gold: #c9a96e;

    /* Border */
    --border-light: #e8e0d5;
    --border-medium: #d4c9b8;
    --border-dark: #c0b3a1;
    --border-gold: #c9a96e;

    /* Typography */
    --font-heading: 'Playfair Display', Georgia, 'Times New Roman', serif;
    --font-body: 'Montserrat', 'Segoe UI', Arial, sans-serif;
    --font-accent: 'Cormorant Garamond', Georgia, serif;

    /* Font Sizes */
    --fs-xs: 0.75rem;       /* 12px */
    --fs-sm: 0.875rem;      /* 14px */
    --fs-base: 1rem;         /* 16px */
    --fs-md: 1.125rem;       /* 18px */
    --fs-lg: 1.25rem;        /* 20px */
    --fs-xl: 1.5rem;         /* 24px */
    --fs-2xl: 2rem;          /* 32px */
    --fs-3xl: 2.5rem;        /* 40px */
    --fs-4xl: 3rem;          /* 48px */
    --fs-5xl: 3.5rem;        /* 56px */
    --fs-hero: 4rem;         /* 64px */

    /* Font Weights */
    --fw-light: 300;
    --fw-regular: 400;
    --fw-medium: 500;
    --fw-semibold: 600;
    --fw-bold: 700;

    /* Spacing */
    --space-xs: 0.25rem;
    --space-sm: 0.5rem;
    --space-md: 1rem;
    --space-lg: 1.5rem;
    --space-xl: 2rem;
    --space-2xl: 3rem;
    --space-3xl: 4rem;
    --space-4xl: 6rem;
    --space-5xl: 8rem;

    /* Layout */
    --container-max: 1400px;
    --container-wide: 1600px;
    --container-narrow: 900px;
    --header-height: 80px;
    --header-scroll-height: 65px;

    /* Shadows */
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.06);
    --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 8px 30px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 15px 50px rgba(0, 0, 0, 0.12);
    --shadow-card: 0 2px 15px rgba(0, 0, 0, 0.06);
    --shadow-card-hover: 0 8px 30px rgba(0, 0, 0, 0.12);
    --shadow-gold: 0 4px 20px rgba(201, 169, 110, 0.2);

    /* Border Radius */
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --radius-xl: 20px;
    --radius-full: 50%;

    /* Transitions */
    --transition-fast: 0.2s ease;
    --transition-base: 0.3s ease;
    --transition-slow: 0.5s ease;
    --transition-smooth: 0.4s cubic-bezier(0.4, 0, 0.2, 1);

    /* Z-indexes */
    --z-dropdown: 100;
    --z-sticky: 200;
    --z-overlay: 300;
    --z-modal: 400;
    --z-toast: 500;
}
