/*
Theme Name: Gary Wallage Glamour Pro
Theme URI: https://glamour.garywallage.uk
Description: High-fashion studio & editorial glamour 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-glamour-pro
*/

:root {
    /* Glamour High-Fashion Editorial Tokens */
    --brand-bg: #11110E;              /* Deep Studio Onyx */
    --brand-black: #080807;           /* Rich Black */
    --brand-text: #EAE6DF;            /* Warm Off-White Text */
    --brand-accent: #B08D55;          /* Burnished Gold Primary */
    --brand-gold-light: #D4AF37;      /* Metallic Gold Accent */
    --brand-dark-surface: #1C1C18;    /* Surface Container */
    --brand-white: #FFFFFF;
    --brand-border: rgba(176, 141, 85, 0.3);
    
    /* 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.015em;
}

/* Plaque & Investment Card Overrides */
.gw-investment-plaque {
    border-color: var(--brand-accent) !important;
    background: linear-gradient(145deg, #1C1C18 0%, #11110E 100%) !important;
    color: var(--brand-text) !important;
}

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

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

/* Buttons & Links */
.btn-brand, 
.wp-block-button__link,
.gary-btn-primary {
    background-color: var(--brand-accent) !important;
    color: #11110E !important;
    font-weight: 600;
    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: var(--brand-gold-light) !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(176, 141, 85, 0.35);
}

/* Editorial Studio Callout */
.glamour-signature-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: rgba(176, 141, 85, 0.15);
    border: 1px solid var(--brand-accent);
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--brand-gold-light);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
