/*
Theme Name: Gary Wallage Boudoir Pro
Theme URI: https://boudoir.garywallage.uk
Description: Luxury boutique boudoir & dudoir editorial theme for Gary Wallage Photography. Child theme of Gary Wedding Pro.
Author: Gary Wallage
Author URI: https://garywallage.uk
Template: gary-wedding-pro
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: gary-boudoir-pro
*/

:root {
    /* Boudoir & Dudoir Luxury Design Tokens */
    --brand-bg: #FAF7F5;              /* Soft Warm Alabaster */
    --brand-black: #1C1A1B;           /* Deep Velvet Charcoal */
    --brand-text: var(--brand-black);
    --brand-accent: #B08585;          /* Dusty Rose Primary */
    --brand-gold-light: #C5A5A5;      /* Rose Mist Accent */
    --brand-crimson: #6E1A24;         /* Rich Burgundy Accent */
    --brand-white: #FFFFFF;
    --brand-border: rgba(176, 133, 133, 0.25);
    
    /* Typography & Hierarchy */
    --font-serif: "Cinzel", "Playfair Display", "Georgia", serif;
    --font-sans: "Inter", "Helvetica Neue", -apple-system, sans-serif;
    --font-script: "Pinyon Script", "Cormorant Garamond", serif;
}

body {
    background-color: var(--brand-bg);
    color: var(--brand-text);
    font-family: var(--font-sans);
    letter-spacing: 0.01em;
}

/* Boutique Plaque & Accent Overrides */
.gw-investment-plaque {
    border-color: var(--brand-accent) !important;
    background: linear-gradient(145deg, #FAF7F5 0%, #F5EFEA 100%) !important;
}

.gw-investment-plaque .plaque-title,
.gw-investment-plaque .plaque-price {
    color: var(--brand-black) !important;
}

.gw-investment-plaque .plaque-badge {
    background: var(--brand-accent) !important;
    color: var(--brand-white) !important;
}

/* Buttons & Links */
.btn-brand, 
.wp-block-button__link,
.gary-btn-primary {
    background-color: var(--brand-accent) !important;
    color: var(--brand-white) !important;
    border-radius: 4px;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn-brand:hover,
.wp-block-button__link:hover,
.gary-btn-primary:hover {
    background-color: #9A7272 !important;
    transform: translateY(-1px);
}

/* Privacy & Confidence Guarantee Callout */
.boudoir-privacy-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: rgba(176, 133, 133, 0.12);
    border: 1px solid var(--brand-accent);
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--brand-black);
}
