/*
Theme Name: Hello Elementor Child - La La Las
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* ===== GLOBAL TYPOGRAPHY ===== */
body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #41464c;
    font-size: 16px;
    line-height: 1.7;
    background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cormorant Garamond', serif;
    color: #41464c;
    font-weight: 400;
    line-height: 1.3;
}

h1 { font-size: 3.2rem; font-style: italic; }
h2 { font-size: 2.4rem; font-style: italic; }
h3 { font-size: 1.8rem; }
h4 { font-size: 1.4rem; }

p {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    line-height: 1.8;
    color: #41464c;
}

a {
    color: #a48389;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #d5b1b9;
}

/* ===== CUSTOM HEADER ===== */
.site-header {
    background: #ffffff !important;
    border-bottom: 1px solid #f0eae8;
    padding: 0 40px;
    position: sticky;
    top: 0;
    z-index: 999;
}

.site-header .site-branding .site-title {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 2rem;
    font-weight: 500;
    color: #41464c;
    letter-spacing: 2px;
}

.site-header .site-branding .site-title a {
    color: #41464c;
}

.site-header .site-navigation .menu > li > a {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #41464c;
    padding: 25px 18px;
    transition: color 0.3s ease;
}

.site-header .site-navigation .menu > li > a:hover {
    color: #d5b1b9;
}

/* ===== ELEMENTOR OVERRIDES ===== */
.elementor-section.hero-section {
    min-height: 85vh;
    display: flex;
    align-items: center;
}

.elementor-widget-heading .elementor-heading-title {
    font-family: 'Cormorant Garamond', serif;
}

.elementor-widget-text-editor {
    font-family: 'Raleway', sans-serif;
}

/* Elegant buttons */
.elementor-button {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    font-size: 0.75rem !important;
    border-radius: 0 !important;
    padding: 15px 40px !important;
    transition: all 0.4s ease !important;
}

/* Service cards hover */
.service-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s ease;
    border: 1px solid #f0eae8;
}

.service-card:hover {
    box-shadow: 0 15px 40px rgba(213, 177, 185, 0.2);
    transform: translateY(-5px);
}

/* Testimonial styling */
.testimonial-card {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    padding: 40px;
    position: relative;
}

.testimonial-card::before {
    content: '\201C';
    font-family: 'Cormorant Garamond', serif;
    font-size: 5rem;
    color: #d5b1b9;
    position: absolute;
    top: 10px;
    left: 20px;
    line-height: 1;
}

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

/* ===== RESPONSIVE ===== */
@media (max-width: 767px) {
    h1 { font-size: 2.2rem; }
    h2 { font-size: 1.8rem; }
    h3 { font-size: 1.4rem; }
    
    .site-header {
        padding: 0 20px;
    }
}
