/*
Theme Name: Beauty Salon Premium
Theme URI: https://beautysalon.mehubb.com/
Author: Beauty Salon Team
Author URI: https://beautysalon.mehubb.com/
Description: Premium Luxury Beauty Studio & Spa WordPress Theme. Tinh tế, đẳng cấp và tối ưu hóa trải nghiệm người dùng Việt Nam.
Version: 1.2.0
License: GNU General Public License v2 or later
Text Domain: beauty-salon
Tags: luxury, beauty-salon, spa, responsive-layout, custom-menu, featured-images, theme-options
*/

/* ==========================================================================
   DESIGN SYSTEM & CSS CUSTOM PROPERTIES
   ========================================================================== */
:root {
    /* Brand Colors */
    --salon-accent: #b56576;
    --salon-accent-hover: #9c4c5d;
    --salon-accent-light: #f8e8ec;
    --salon-gold: #d4a373;
    --salon-gold-hover: #be8e5f;
    --salon-gold-light: #fdf6ee;

    /* Neutrals */
    --salon-bg: #fffdfa;
    --salon-bg-alt: #faf4f0;
    --salon-surface: #ffffff;
    --salon-text: #2b211b;
    --salon-muted: #6e5d53;
    --salon-border: rgba(181, 101, 118, 0.16);

    /* Gradients */
    --salon-gradient-primary: linear-gradient(135deg, #b56576 0%, #d4a373 100%);
    --salon-gradient-soft: linear-gradient(135deg, #fcf6f0 0%, #f7e9ee 100%);

    /* Shadows */
    --salon-shadow-sm: 0 4px 12px rgba(43, 33, 27, 0.04);
    --salon-shadow-md: 0 10px 30px rgba(43, 33, 27, 0.08);
    --salon-shadow-lg: 0 20px 50px rgba(43, 33, 27, 0.12);

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

    /* 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);
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    font-family: var(--font-body);
    color: var(--salon-text);
    background-color: var(--salon-bg);
    line-height: 1.65;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}
