/*
Theme Name: Hexa-Performance
Theme URI: https://hexa-performance.com
Author: Hexa-Performance
Author URI: https://hexa-performance.com
Description: Thème WooCommerce sobre et élégant pour la mode unisexe. Design épuré avec palette noir mat et rouge brique.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hexa-performance
Tags: woocommerce, e-commerce, dark, minimalist, custom-colors, fashion, unisex

Hexa-Performance — Unisex Fashion Theme.
*/

/* ========================================
   DESIGN TOKENS (CSS Custom Properties)
   ======================================== */
:root {
    /* Hexa-Palette */
    --color-primary: #1a1a1a;
    --color-primary-light: #242424;
    --color-primary-dark: #0d0d0d;
    --color-accent: #A0522D;
    --color-accent-hover: #C0643A;
    --color-accent-dark: #8B4526;
    --color-secondary: #3a3a3a;
    --color-secondary-light: #4a4a4a;
    --color-text: #d4d4d4;
    --color-text-muted: #8a8a8a;
    --color-text-bright: #f0f0f0;
    --color-white: #ffffff;
    --color-black: #000000;
    --color-border: #2e2e2e;
    --color-border-light: #444444;
    --color-success: #4a7c59;
    --color-error: #c0392b;
    --color-overlay: rgba(0, 0, 0, 0.65);

    /* Typography */
    --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-mono: 'Roboto Mono', 'Courier New', monospace;
    --font-size-xs: 0.7rem;
    --font-size-sm: 0.8125rem;
    --font-size-base: 0.9375rem;
    --font-size-md: 1.0625rem;
    --font-size-lg: 1.25rem;
    --font-size-xl: 1.75rem;
    --font-size-2xl: 2.25rem;
    --font-size-3xl: 3rem;
    --font-size-4xl: 4rem;
    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --line-height-tight: 1.1;
    --line-height-normal: 1.6;
    --line-height-relaxed: 1.8;
    --letter-spacing-tight: -0.03em;
    --letter-spacing-normal: 0;
    --letter-spacing-wide: 0.08em;
    --letter-spacing-wider: 0.15em;

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

    /* Layout */
    --container-max: 1320px;
    --container-narrow: 960px;
    --header-height: 72px;
    --sidebar-width: 280px;

    /* Borders & Radius */
    --radius-sm: 2px;
    --radius-md: 4px;
    --radius-lg: 8px;
    --radius-full: 50%;

    /* Shadows */
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.3);
    --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.4);
    --shadow-lg: 0 8px 30px rgba(0, 0, 0, 0.5);
    --shadow-glow: 0 0 20px rgba(160, 82, 45, 0.15);

    /* Transitions */
    --transition-fast: 150ms ease;
    --transition-base: 300ms ease;
    --transition-slow: 500ms ease;
    --transition-spring: 400ms cubic-bezier(0.34, 1.56, 0.64, 1);

    /* Z-index */
    --z-dropdown: 100;
    --z-sticky: 200;
    --z-overlay: 300;
    --z-modal: 400;
    --z-toast: 500;
}
