/*
Theme Name: Valentina Chalakova Healing
Theme URI: https://valentinachalakovahealing.com
Description: Custom Elementor child theme for Valentina Chalakova - Voice, Sound, Yoga & Life Force Healing
Author: Zestacor Digital Marketing
Author URI: https://zestacor.com
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vch-healing
*/

/* ==========================================================================
   VALENTINA CHALAKOVA HEALING - BRAND COLORS & VARIABLES
   Sacred Space | Calm | Grounded | Nurturing | Transformation
   ========================================================================== */

:root {
    /* Primary Colors - Soft, Sacred, Grounded */
    --vch-gold: #C9B896;           /* Soft Gold - Primary accent */
    --vch-gold-light: #D4C7A9;     /* Lighter Gold */
    --vch-gold-dark: #B5A07A;      /* Deeper Gold */
    
    /* Earth Tones */
    --vch-sage: #A8B5A0;           /* Sage Green - Healing, nature */
    --vch-sage-light: #C1CBBB;     /* Light Sage */
    --vch-beige: #E8DFD4;          /* Soft Beige */
    --vch-earth: #8B7D6B;          /* Warm Earth */
    
    /* Neutrals - Warm & Inviting */
    --vch-cream: #FAF8F5;          /* Warm Cream - Main background */
    --vch-cream-dark: #F5F1EB;     /* Slightly darker cream */
    --vch-white: #FFFFFF;
    --vch-light-gray: #F0EDE8;
    --vch-medium-gray: #E0DAD2;
    
    /* Text Colors */
    --vch-text: #4A4540;           /* Warm Dark - Primary text */
    --vch-text-light: #7A746C;     /* Secondary text */
    --vch-text-heading: #3D3835;   /* Headings */
    
    /* Legacy variables for compatibility */
    --hsy-primary: var(--vch-earth);
    --hsy-primary-light: var(--vch-beige);
    --hsy-primary-dark: var(--vch-text-heading);
    --hsy-secondary: var(--vch-gold);
    --hsy-accent: var(--vch-sage);
    --hsy-cream: var(--vch-cream);
    --hsy-white: var(--vch-white);
    --hsy-light-gray: var(--vch-light-gray);
    --hsy-medium-gray: var(--vch-medium-gray);
    --hsy-text: var(--vch-text);
    --hsy-text-light: var(--vch-text-light);
    
    /* Typography */
    --hsy-font-heading: 'Cormorant Garamond', Georgia, serif;
    --hsy-font-body: 'Lato', -apple-system, BlinkMacSystemFont, sans-serif;
    
    /* Spacing */
    --hsy-spacing-xs: 0.5rem;
    --hsy-spacing-sm: 1rem;
    --hsy-spacing-md: 2rem;
    --hsy-spacing-lg: 4rem;
    --hsy-spacing-xl: 6rem;
    
    /* Border Radius */
    --hsy-radius-sm: 4px;
    --hsy-radius-md: 8px;
    --hsy-radius-lg: 16px;
    
    /* Transitions */
    --hsy-transition: all 0.3s ease;
}

/* ==========================================================================
   GLOBAL STYLES
   ========================================================================== */

body {
    font-family: var(--hsy-font-body);
    color: var(--hsy-text);
    background-color: var(--hsy-cream);
    line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--hsy-font-heading);
    font-weight: 500;
    color: var(--hsy-primary-dark);
    line-height: 1.3;
}

h1 { font-size: clamp(2.5rem, 5vw, 4rem); }
h2 { font-size: clamp(2rem, 4vw, 3rem); }
h3 { font-size: clamp(1.5rem, 3vw, 2rem); }
h4 { font-size: clamp(1.25rem, 2.5vw, 1.5rem); }

p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

a {
    color: var(--hsy-primary);
    text-decoration: none;
    transition: var(--hsy-transition);
}

a:hover {
    color: var(--hsy-primary-dark);
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */

.hsy-button,
.elementor-button {
    font-family: var(--hsy-font-body) !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    padding: 15px 35px !important;
    border-radius: var(--hsy-radius-sm) !important;
    transition: var(--hsy-transition) !important;
    text-transform: uppercase !important;
    font-size: 0.9rem !important;
}

/* Primary Button */
.hsy-button-primary,
.elementor-button-primary {
    background-color: var(--hsy-primary) !important;
    color: var(--hsy-white) !important;
    border: 2px solid var(--hsy-primary) !important;
}

.hsy-button-primary:hover,
.elementor-button-primary:hover {
    background-color: transparent !important;
    color: var(--hsy-primary) !important;
}

/* Secondary Button - Outline */
.hsy-button-secondary,
.elementor-button-secondary {
    background-color: transparent !important;
    color: var(--hsy-primary) !important;
    border: 2px solid var(--hsy-primary) !important;
}

.hsy-button-secondary:hover,
.elementor-button-secondary:hover {
    background-color: var(--hsy-primary) !important;
    color: var(--hsy-white) !important;
}

/* Gold Accent Button */
.hsy-button-gold {
    background-color: var(--hsy-secondary) !important;
    color: var(--hsy-text) !important;
    border: 2px solid var(--hsy-secondary) !important;
}

.hsy-button-gold:hover {
    background-color: var(--hsy-primary-dark) !important;
    border-color: var(--hsy-primary-dark) !important;
    color: var(--hsy-white) !important;
}

/* ==========================================================================
   HEADER & NAVIGATION
   ========================================================================== */

.site-header {
    background-color: var(--hsy-white);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.site-header.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

/* Navigation Links */
.hsy-nav a,
.elementor-nav-menu a {
    font-family: var(--hsy-font-body);
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--hsy-text);
    padding: 10px 20px;
    position: relative;
}

.hsy-nav a::after,
.elementor-nav-menu a::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 20px;
    right: 20px;
    height: 2px;
    background-color: var(--hsy-secondary);
    transform: scaleX(0);
    transition: var(--hsy-transition);
}

.hsy-nav a:hover::after,
.elementor-nav-menu a:hover::after,
.hsy-nav a.current::after,
.elementor-nav-menu a.current::after {
    transform: scaleX(1);
}

/* ==========================================================================
   HERO SECTIONS
   ========================================================================== */

.hsy-hero {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.hsy-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(250, 248, 245, 0.85),
        rgba(250, 248, 245, 0.75)
    );
}

.hsy-hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    padding: var(--hsy-spacing-md);
}

.hsy-hero h1 {
    margin-bottom: var(--hsy-spacing-sm);
}

.hsy-hero .tagline {
    font-family: var(--hsy-font-heading);
    font-size: 1.5rem;
    font-style: italic;
    color: var(--hsy-text-light);
    margin-bottom: var(--hsy-spacing-md);
}

/* ==========================================================================
   SERVICES CARDS
   ========================================================================== */

.hsy-service-card {
    background: var(--hsy-white);
    border-radius: var(--hsy-radius-md);
    padding: var(--hsy-spacing-md);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: var(--hsy-transition);
    height: 100%;
}

.hsy-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.hsy-service-card h3 {
    color: var(--hsy-primary);
    margin-bottom: var(--hsy-spacing-sm);
}

.hsy-service-card .price {
    font-family: var(--hsy-font-heading);
    font-size: 1.75rem;
    color: var(--hsy-secondary);
    font-weight: 600;
}

.hsy-service-card .price-detail {
    font-size: 0.9rem;
    color: var(--hsy-text-light);
}

/* ==========================================================================
   TESTIMONIALS
   ========================================================================== */

.hsy-testimonial {
    background: var(--hsy-white);
    padding: var(--hsy-spacing-md);
    border-radius: var(--hsy-radius-md);
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.hsy-testimonial::before {
    content: '"';
    font-family: var(--hsy-font-heading);
    font-size: 6rem;
    color: var(--hsy-medium-gray);
    position: absolute;
    top: -20px;
    left: 20px;
    line-height: 1;
}

.hsy-testimonial blockquote {
    font-family: var(--hsy-font-heading);
    font-size: 1.25rem;
    font-style: italic;
    color: var(--hsy-text);
    margin: 0;
    padding-top: 30px;
}

.hsy-testimonial cite {
    display: block;
    margin-top: var(--hsy-spacing-sm);
    font-style: normal;
    font-weight: 600;
    color: var(--hsy-primary);
}

/* ==========================================================================
   ABOUT / BIO SECTION
   ========================================================================== */

.hsy-about-image {
    border-radius: var(--hsy-radius-lg);
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.hsy-about-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.hsy-signature {
    font-family: var(--hsy-font-heading);
    font-size: 2rem;
    font-style: italic;
    color: var(--hsy-primary);
}

/* Sat Nam Greeting */
.hsy-sat-nam {
    font-family: var(--hsy-font-heading);
    font-size: 1.5rem;
    font-style: italic;
    color: var(--hsy-secondary);
}

/* ==========================================================================
   PROGRAMS / TRANSFORMATION SECTIONS
   ========================================================================== */

.hsy-program-card {
    background: linear-gradient(135deg, var(--hsy-primary-dark), var(--hsy-primary));
    color: var(--hsy-white);
    border-radius: var(--hsy-radius-lg);
    padding: var(--hsy-spacing-lg);
    text-align: center;
}

.hsy-program-card h2,
.hsy-program-card h3 {
    color: var(--hsy-white);
}

.hsy-program-card .price-large {
    font-family: var(--hsy-font-heading);
    font-size: 3rem;
    font-weight: 600;
}

.hsy-program-features {
    text-align: left;
    list-style: none;
    padding: 0;
}

.hsy-program-features li {
    padding: 10px 0;
    padding-left: 35px;
    position: relative;
}

.hsy-program-features li::before {
    content: '✦';
    position: absolute;
    left: 0;
    color: var(--hsy-secondary);
}

/* ==========================================================================
   CONTACT FORM
   ========================================================================== */

.hsy-contact-form input,
.hsy-contact-form textarea,
.hsy-contact-form select,
.elementor-form input,
.elementor-form textarea,
.elementor-form select {
    font-family: var(--hsy-font-body);
    padding: 15px 20px;
    border: 1px solid var(--hsy-medium-gray);
    border-radius: var(--hsy-radius-sm);
    background: var(--hsy-white);
    transition: var(--hsy-transition);
    width: 100%;
    margin-bottom: 15px;
}

.hsy-contact-form input:focus,
.hsy-contact-form textarea:focus,
.elementor-form input:focus,
.elementor-form textarea:focus {
    outline: none;
    border-color: var(--hsy-primary);
    box-shadow: 0 0 0 3px rgba(139, 115, 85, 0.1);
}

.hsy-contact-form label,
.elementor-form label {
    font-weight: 600;
    color: var(--hsy-text);
    margin-bottom: 8px;
    display: block;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

.site-footer {
    background-color: var(--hsy-primary-dark);
    color: var(--hsy-white);
    padding: var(--hsy-spacing-lg) 0 var(--hsy-spacing-md);
}

.site-footer h4 {
    color: var(--hsy-secondary);
    margin-bottom: var(--hsy-spacing-sm);
}

.site-footer a {
    color: rgba(255, 255, 255, 0.8);
}

.site-footer a:hover {
    color: var(--hsy-secondary);
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    margin-right: 10px;
    transition: var(--hsy-transition);
}

.footer-social a:hover {
    background: var(--hsy-secondary);
    color: var(--hsy-text);
}

.footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: var(--hsy-spacing-md);
    margin-top: var(--hsy-spacing-md);
    text-align: center;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
}

/* ==========================================================================
   UTILITY CLASSES
   ========================================================================== */

.hsy-section {
    padding: var(--hsy-spacing-xl) 0;
}

.hsy-section-light {
    background-color: var(--hsy-cream);
}

.hsy-section-white {
    background-color: var(--hsy-white);
}

.hsy-section-dark {
    background-color: var(--hsy-primary-dark);
    color: var(--hsy-white);
}

.hsy-text-center { text-align: center; }
.hsy-text-left { text-align: left; }
.hsy-text-right { text-align: right; }

.hsy-mb-0 { margin-bottom: 0; }
.hsy-mb-1 { margin-bottom: var(--hsy-spacing-sm); }
.hsy-mb-2 { margin-bottom: var(--hsy-spacing-md); }
.hsy-mb-3 { margin-bottom: var(--hsy-spacing-lg); }

.hsy-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--hsy-spacing-md);
}

/* Decorative Elements */
.hsy-divider {
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, var(--hsy-secondary), var(--hsy-primary));
    margin: var(--hsy-spacing-md) auto;
}

.hsy-ornament {
    font-size: 1.5rem;
    color: var(--hsy-secondary);
    text-align: center;
    margin: var(--hsy-spacing-sm) 0;
}

/* ==========================================================================
   RESPONSIVE ADJUSTMENTS
   ========================================================================== */

@media (max-width: 768px) {
    :root {
        --hsy-spacing-lg: 3rem;
        --hsy-spacing-xl: 4rem;
    }
    
    .hsy-hero {
        min-height: 60vh;
    }
    
    .hsy-service-card,
    .hsy-testimonial {
        margin-bottom: var(--hsy-spacing-md);
    }
}

/* ==========================================================================
   ELEMENTOR OVERRIDES
   ========================================================================== */

/* Ensure Elementor uses our fonts */
.elementor-widget-heading .elementor-heading-title {
    font-family: var(--hsy-font-heading);
}

.elementor-widget-text-editor {
    font-family: var(--hsy-font-body);
}

/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
}

/* Image hover effects */
.elementor-widget-image img {
    transition: var(--hsy-transition);
}

.elementor-widget-image:hover img {
    transform: scale(1.02);
}

/* Icon boxes */
.elementor-widget-icon-box .elementor-icon {
    color: var(--hsy-secondary) !important;
}
