/*
 Theme Name:   Kadence Child
 Description:  A premium, clean child theme for The Empath Space sanctuary.
 Author:       MIS Automation Systems
 Template:     kadence
 Version:      1.0.0
 Text Domain:  kadence-child
*/

/* ==========================================================================
   1. GLOBAL ISOLATED CANVAS DESIGN (EXCLUDES HEADER & FOOTER)
   ========================================================================== */
/* Paints only the core main page elements lavender, keeping structural layouts clean */
html, 
body, 
#inner-wrap,
#primary,
#main.site-main,
.elementor-page {
    background-color: #EDE7F4 !important;
    background: #EDE7F4 !important;
}

/* ==========================================================================
   2. ABSOLUTE FOOTER RESTORATION & SPECIFICITY FIX
   ========================================================================== */
/* Re-anchors the gorgeous deep forest green color over all footer containment layers */
#colophon,
.site-footer,
.site-middle-footer-wrap,
.site-middle-footer-wrap .site-footer-row-container-inner,
.site-bottom-footer-wrap,
.site-bottom-footer-wrap .site-footer-row-container-inner,
#colophon .site-container {
    background-color: #1E3129 !important;
    background: #1E3129 !important;
}

/* Restores crisp visibility and high typographic contrast to footer elements */
#colophon, 
#colophon p, 
#colophon h2,
#colophon h4, 
#colophon .widget-title,
#colophon .site-title,
#colophon .footer-html-inner p {
    color: #FFFFFF !important;
}

/* Fixes link unreadability visible in image_89ea7d.png */
#colophon .footer-navigation .footer-menu-container > ul li a {
    color: #CBD5E1 !important; /* Premium soft gray-white */
    text-decoration: none !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    transition: color 0.2s ease;
}

#colophon .footer-navigation .footer-menu-container > ul li a:hover {
    color: #FFFFFF !important;
}

/* ==========================================================================
   3. HOMEPAGE: SHARED CONTAINER CARD TOKENS
   ========================================================================== */
.empath-sanctuary-card, 
.empath-welcome-card {    
    background: #FFFFFF !important;    
    border-radius: 20px !important;    
    width: 100% !important;    
    box-sizing: border-box !important;    
    text-align: center !important;    
    box-shadow: 0 15px 35px rgba(30, 45, 36, 0.05) !important;    
    border: 1px solid #EFEFEF !important;    
    margin: 40px auto !important;
}

.empath-sanctuary-card { 
    max-width: 640px !important; 
    padding: 50px 40px !important; 
}

.empath-welcome-card { 
    max-width: 1040px !important; 
    padding: 65px 55px !important; 
}

/* ==========================================================================
   4. HOMEPAGE: TYPOGRAPHY & HEADING DECORATIONS
   ========================================================================== */
.empath-headline, 
.empath-welcome-title, 
.empath-card-title, 
.empath-invite-title, 
.empath-pillar-text {    
    font-family: 'Cormorant Garamond', 'Playfair Display', serif !important;    
    color: #1E2D24 !important;
}

.empath-tagline, 
.empath-description, 
.empath-welcome-subtitle, 
.empath-welcome-text p, 
.empath-card-description, 
.empath-card-btn {    
    font-family: 'Montserrat', 'Inter', sans-serif !important;
}

.empath-tagline { 
    font-size: 11px !important; 
    text-transform: uppercase !important; 
    letter-spacing: 2.5px !important; 
    color: #5B7A6A !important; 
    font-weight: 600 !important; 
    margin-bottom: 22px !important; 
}

.empath-headline { 
    font-size: 36px !important; 
    line-height: 1.35 !important; 
    margin-bottom: 20px !important; 
    font-weight: 500 !important; 
}

.empath-description { 
    font-size: 15px !important; 
    line-height: 1.65 !important; 
    color: #4A554E !important; 
    margin-bottom: 25px !important; 
}

.empath-welcome-title { 
    font-size: 42px !important; 
    margin-bottom: 10px !important; 
    font-weight: 500 !important; 
}

.empath-welcome-subtitle { 
    font-size: 15px !important; 
    color: #5B7A6A !important; 
    margin-bottom: 25px !important; 
    font-weight: 500; 
}

/* Graphic Line Separators */
.empath-gradient-divider, 
.empath-welcome-divider {    
    height: 1px !important;    
    background: #5B7A6A !important;    
    margin: 0 auto 25px auto !important;
}

.empath-gradient-divider { 
    width: 120px !important; 
    background: linear-gradient(to right, transparent, #5B7A6A, transparent) !important; 
}

.empath-welcome-divider { 
    width: 80px !important; 
    opacity: 0.4 !important; 
    margin-bottom: 40px !important; 
}

/* ==========================================================================
   5. HOMEPAGE: STRUCTURAL COMPONENT LISTS & GRID SETS
   ========================================================================== */
.empath-offerings-list { list-style: none !important; padding: 0 !important; margin: 0 auto !important; display: inline-block !important; text-align: left !important; }
.empath-offerings-list li { font-size: 16px !important; color: #2D3B32 !important; margin-bottom: 15px !important; display: flex !important; align-items: center !important; }
.empath-emoji-icon { font-size: 18px !important; margin-right: 14px !important; display: inline-block !important; width: 24px !important; text-align: center !important; filter: drop-shadow(0px 1px 2px rgba(30, 45, 36, 0.25)) !important; }
.empath-feature-text { font-weight: 500 !important; }

.empath-welcome-grid { display: grid !important; grid-template-columns: 1.2fr 0.8fr !important; gap: 50px !important; align-items: center !important; text-align: left !important; }
.empath-welcome-text p { font-size: 15px !important; line-height: 1.75 !important; color: #4A554E !important; margin-bottom: 20px !important; }
.empath-welcome-pillars { background: #FAFAF9 !important; padding: 35px 30px !important; border-radius: 16px !important; border: 1px solid #F1F0EE !important; }
.empath-pillar-item { display: flex !important; align-items: center !important; margin-bottom: 20px !important; }
.empath-pillar-item:last-child { margin-bottom: 0 !important; }
.empath-pillar-sparkle { font-size: 18px !important; margin-right: 15px !important; flex-shrink: 0 !important; }
.empath-pillar-text { font-size: 21px !important; font-weight: 600 !important; font-style: italic !important; }

/* 3-Column Content Pricing Catalog Boxes */
.empath-services-container { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 25px !important; max-width: 1140px !important; margin: 40px auto !important; padding: 0 20px !important; box-sizing: border-box !important; }
.empath-product-card { background: #FFFFFF !important; border-radius: 20px !important; padding: 40px 30px !important; text-align: center !important; box-shadow: 0 10px 30px rgba(30, 45, 36, 0.05) !important; border: 1px solid #ECECEC !important; display: flex !important; flex-direction: column !important; justify-content: space-between !important; align-items: center !important; transition: transform 0.3s ease, box-shadow 0.3s ease !important; }
.empath-product-card:hover { transform: translateY(-6px) !important; box-shadow: 0 15px 35px rgba(91, 122, 106, 0.12) !important; }
.highlighted-card { border: 1px solid rgba(91, 122, 106, 0.3) !important; background: #FAFAF9 !important; }
.empath-card-icon { font-size: 32px !important; margin-bottom: 20px !important; }
.empath-card-title { font-size: 24px !important; margin: 0 0 14px 0 !important; font-weight: 600 !important; }
.empath-card-description { font-size: 14px !important; line-height: 1.6 !important; color: #55625A !important; margin: 0 0 30px 0 !important; flex-grow: 1 !important; }
.empath-card-btn { display: inline-block !important; width: 100% !important; padding: 14px 24px !important; background: transparent !important; border: 1.5px solid #5B7A6A !important; color: #5B7A6A !important; font-size: 13px !important; font-weight: 600 !important; text-transform: uppercase !important; letter-spacing: 1px !important; text-decoration: none !important; border-radius: 50px !important; box-sizing: border-box !important; transition: all 0.25s ease !important; }
.urgent-btn, .empath-card-btn:hover { background: #5B7A6A !important; color: #FFFFFF !important; }

/* ==========================================================================
   6. HOMEPAGE: SECTION 4 - THE JOURNEY (HOW IT WORKS) UI STYLES
   ========================================================================== */
.empath-journey-section { max-width: 1140px; margin: 60px auto; padding: 0 20px; box-sizing: border-box;}
.empath-journey-header { text-align: center; margin-bottom: 50px;}
.empath-journey-main-title { font-family: 'Cormorant Garamond', 'Playfair Display', serif !important; font-size: 42px !important; color: #1E2D24 !important; margin: 0 0 10px 0 !important; font-weight: 500 !important;}
.empath-journey-subtitle { font-family: 'Montserrat', 'Inter', sans-serif !important; font-size: 15px !important; color: #5B7A6A !important; margin: 0 0 25px 0 !important; font-weight: 500 !important;}
.empath-journey-line { height: 1px; width: 60px; background: #5B7A6A; margin: 0 auto; opacity: 0.3;}
.empath-journey-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px;}
.empath-journey-step { background: transparent; text-align: left; position: relative;}
.empath-step-number { font-family: 'Cormorant Garamond', 'Playfair Display', serif; font-size: 48px; font-weight: 400; font-style: italic; color: #5B7A6A; opacity: 0.4; margin-bottom: 5px; line-height: 1;}
.empath-step-title { font-family: 'Cormorant Garamond', 'Playfair Display', serif !important; font-size: 22px !important; color: #1E2D24 !important; margin: 0 0 12px 0 !important; font-weight: 600 !important;}
.empath-step-desc { font-family: 'Montserrat', 'Inter', sans-serif !important; font-size: 14px !important; line-height: 1.7 !important; color: #55625A !important; margin: 0 !important;}

/* ==========================================================================
   7. HOMEPAGE: SECTION 5 - MEET YOUR GUIDE (VULNERABILITY STORY CARD)
   ========================================================================== */
.empath-about-section { max-width: 820px; margin: 80px auto; padding: 0 20px; box-sizing: border-box;}
.empath-about-content { background: #FFFFFF; padding: 65px 55px; border-radius: 24px; text-align: center; box-shadow: 0 15px 40px rgba(30, 45, 36, 0.04); border: 1px solid #ECECEC;}
.empath-about-tagline { font-family: 'Montserrat', sans-serif !important; font-size: 11px !important; text-transform: uppercase !important; letter-spacing: 2.5px !important; color: #5B7A6A !important; font-weight: 600 !important; margin: 0 0 12px 0 !important;}
.empath-about-title { font-family: 'Cormorant Garamond', serif !important; font-size: 42px !important; color: #1E2D24 !important; margin: 0 0 20px 0 !important; font-weight: 500 !important;}
.empath-about-line { height: 1px; width: 60px; background: #5B7A6A; margin: 0 auto 35px auto; opacity: 0.4;}
.empath-about-body p { font-family: 'Montserrat', sans-serif !important; font-size: 15px !important; line-height: 1.85 !important; color: #4A554E !important; margin: 0 auto 24px auto !important; max-width: 660px;}
.empath-about-body p.empath-about-opening { font-family: 'Cormorant Garamond', serif !important; font-size: 24px !important; line-height: 1.45 !important; color: #1E2D24 !important; font-style: italic !important; font-weight: 500 !important; margin-bottom: 28px !important;}
.empath-about-body p:last-child { margin-bottom: 0 !important;}
.empath-about-action-wrap { margin-top: 40px;}
.empath-about-journey-btn { display: inline-block; padding: 14px 36px; background: transparent; border: 1.5px solid #1E2D24; color: #1E2D24 !important; font-family: 'Montserrat', sans-serif !important; font-size: 13px !important; font-weight: 600 !important; text-transform: uppercase !important; letter-spacing: 1px !important; text-decoration: none !important; border-radius: 50px; transition: all 0.25s ease;}
.empath-about-journey-btn:hover { background: #1E2D24; color: #FFFFFF !important; box-shadow: 0 8px 20px rgba(30, 45, 36, 0.12); }
.empath-btn-arrow { display: inline-block; margin-left: 4px; transition: transform 0.2s ease;}
.empath-about-journey-btn:hover .empath-btn-arrow { transform: translateX(3px); }

/* ==========================================================================
   8. HOMEPAGE: SECTION 6 - STRATEGIC FAQ ACCORDION ACTIONS
   ========================================================================== */
.empath-faq-section { max-width: 820px; margin: 60px auto; padding: 0 20px; box-sizing: border-box;}
.empath-faq-header { text-align: center; margin-bottom: 45px;}
.empath-faq-tagline { font-family: 'Montserrat', 'Inter', sans-serif !important; font-size: 11px !important; text-transform: uppercase !important; letter-spacing: 2.5px !important; color: #5B7A6A !important; font-weight: 600 !important; margin: 0 0 12px 0 !important;}
.empath-faq-main-title { font-family: 'Cormorant Garamond', 'Playfair Display', serif !important; font-size: 42px !important; color: #1E2D24 !important; margin: 0 0 15px 0 !important; font-weight: 500 !important;}
.empath-faq-line { height: 1px; width: 60px; background: #5B7A6A; margin: 0 auto; opacity: 0.3;}
.empath-faq-accordion { display: flex; flex-direction: column; gap: 16px;}
.empath-faq-item { background: #FFFFFF; border: 1px solid #EAEAEA; border-radius: 14px; padding: 24px 28px; box-shadow: 0 4px 15px rgba(30, 45, 36, 0.02); transition: all 0.3s ease;}
.empath-faq-item[open] { border-color: rgba(91, 122, 106, 0.4); box-shadow: 0 10px 25px rgba(91, 122, 106, 0.06);}
.empath-faq-question { font-family: 'Cormorant Garamond', 'Playfair Display', serif !important; font-size: 21px !important; font-weight: 600 !important; color: #1E2D24 !important; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; user-select: none;}
.empath-faq-question::-webkit-details-marker { display: none;}
.empath-faq-question::after { content: '+'; font-family: 'Montserrat', sans-serif; font-size: 20px; color: #5B7A6A; font-weight: 400; transition: transform 0.25s ease;}
.empath-faq-item[open] .empath-faq-question::after { transform: rotate(45deg); color: #1E2D24;}
.empath-faq-answer p { font-family: 'Montserrat', 'Inter', sans-serif !important; font-size: 14.5px !important; line-height: 1.75 !important; color: #4A554E !important; margin: 18px 0 0 0 !important;}

/* ==========================================================================
   9. HOMEPAGE: FOUR-COLUMN IMAGE INTERACTIVE GATEWAY OVERLAYS
   ========================================================================== */
.empath-gallery-section { max-width: 1140px; margin: 60px auto; padding: 0 20px; box-sizing: border-box; text-align: center;}
.empath-gallery-main-title { font-family: 'Cormorant Garamond', 'Playfair Display', serif !important; font-size: 42px !important; color: #1E2D24 !important; margin: 0 0 12px 0 !important; font-weight: 500 !important;}
.empath-gallery-divider { height: 1px; width: 60px; background: #5B7A6A; margin: 0 auto 45px auto; opacity: 0.3;}
.empath-gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;}
.empath-gallery-card { background: #FFFFFF; border: 1px solid #ECECEC; border-radius: 12px; padding: 14px; text-decoration: none !important; display: block; box-sizing: border-box; box-shadow: 0 6px 20px rgba(30, 45, 36, 0.02); transition: transform 0.3s ease, box-shadow 0.3s ease;}
.empath-gallery-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(30, 45, 36, 0.06);}
.empath-gallery-image-box { position: relative; width: 100%; aspect-ratio: 1 / 1; border-radius: 8px; overflow: hidden; background-color: #1E2D24;}
.empath-main-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease;}
.empath-inner-subtitle { position: absolute; bottom: 12px; left: 0; width: 100%; text-align: center; font-family: 'Montserrat', sans-serif; font-size: 10px; color: rgba(255, 255, 255, 0.75); letter-spacing: 0.5px; z-index: 2; transition: opacity 0.25s ease;}
.empath-hover-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(30, 45, 36, 0.7); display: flex; justify-content: center; align-items: center; opacity: 0; z-index: 3; transition: opacity 0.3s ease;}
.empath-hover-btn { font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 600; color: #FFFFFF; letter-spacing: 1.5px; border: 1.5px solid #FFFFFF; padding: 10px 24px; border-radius: 50px; background: transparent; transition: background 0.25s ease, color 0.25s ease;}
.empath-gallery-card:hover .empath-hover-overlay { opacity: 1;}
.empath-gallery-card:hover .empath-inner-subtitle { opacity: 0;}
.empath-gallery-card:hover .empath-main-img { transform: scale(1.05); }
.empath-hover-btn:hover { background: #FFFFFF !important; color: #1E2D24 !important;}
.empath-gallery-card-title { font-family: 'Cormorant Garamond', 'Playfair Display', serif !important; font-size: 18px !important; color: #4A554E !important; margin: 16px 0 4px 0 !important; font-weight: 500 !important; text-align: left; padding-left: 4px;}

/* ==========================================================================
   10. INTERNAL COMPONENT PAGE: STANDALONE EDITORIAL ABOUT STORY LAYOUT
   ========================================================================== */
.empath-about-story-page { max-width: 1200px; margin: 80px auto; padding: 0 24px; box-sizing: border-box;}
.empath-story-hero { text-align: center; max-width: 700px; margin: 0 auto 75px auto;}
.empath-story-tagline { font-family: 'Montserrat', sans-serif !important; font-size: 11px !important; text-transform: uppercase !important; letter-spacing: 3.5px !important; color: #5B7A6A !important; font-weight: 600 !important; margin: 0 0 16px 0 !important;}
.empath-story-main-title { font-family: 'Cormorant Garamond', serif !important; font-size: 52px !important; color: #1E2D24 !important; margin: 0 0 24px 0 !important; font-weight: 500 !important; letter-spacing: -0.5px !important;}
.empath-story-hero-line { height: 1px; width: 100px; background: linear-gradient(to right, transparent, #5B7A6A, transparent); margin: 0 auto;}
.empath-story-container { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 60px; }
.empath-story-chapter { background: transparent;}
.empath-chapter-header { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; border-bottom: 1px solid rgba(91, 122, 106, 0.12); padding-bottom: 14px;}
.empath-chapter-icon { font-size: 22px;}
.empath-chapter-title { font-family: 'Cormorant Garamond', serif !important; font-size: 28px !important; color: #1E2D24 !important; margin: 0 !important; font-weight: 600 !important;}
.empath-chapter-body p { font-family: 'Montserrat', sans-serif !important; font-size: 15.5px !important; line-height: 1.9 !important; color: #3A443F !important; margin: 0 0 24px 0 !important;}
.empath-chapter-body p:last-child { margin-bottom: 0 !important;}
.empath-dropcap { font-family: 'Cormorant Garamond', serif !important; font-size: 64px !important; line-height: 48px !important; padding-top: 4px !important; padding-right: 12px !important; padding-left: 3px !important; float: left !important; color: #1E2D24 !important; font-weight: 500 !important;}
.empath-story-pivot-quote { font-family: 'Cormorant Garamond', serif !important; font-size: 24px !important; line-height: 1.5 !important; color: #5B7A6A !important; font-style: italic !important; font-weight: 500 !important; text-align: center; max-width: 680px; margin: 35px auto !important; padding: 0 20px; border-left: none !important;}
.card-emphasis-block { background: #FFFFFF; border: 1px solid #ECECEC; border-radius: 24px; padding: 45px 50px; box-shadow: 0 15px 40px rgba(30, 45, 36, 0.03);}
.card-emphasis-block .empath-chapter-header { border-bottom-color: rgba(91, 122, 106, 0.2);}
.empath-story-closing-statement { font-family: 'Cormorant Garamond', serif !important; font-size: 24px !important; color: #1E2D24 !important; font-style: italic !important; font-weight: 600 !important; margin-top: 25px !important; text-align: center;}
.empath-story-footer-action { text-align: center; margin-top: 75px; border-top: 1px dashed rgba(91, 122, 106, 0.25); padding-top: 50px;}
.empath-story-footer-action p { font-family: 'Cormorant Garamond', serif !important; font-size: 24px !important; color: #1E2D24 !important; font-style: italic !important; margin: 0 0 20px 0 !important;}
.empath-story-explore-btn { display: inline-block; padding: 16px 45px; background: #1E2D24; color: #FFFFFF !important; font-family: 'Montserrat', sans-serif !important; font-size: 13.5px !important; font-weight: 600 !important; text-transform: uppercase !important; letter-spacing: 1.5px !important; text-decoration: none !important; border-radius: 50px; box-shadow: 0 10px 25px rgba(30, 45, 36, 0.12); transition: all 0.3s ease;}
.empath-story-explore-btn:hover { background: #5B7A6A; box-shadow: 0 12px 30px rgba(91, 122, 106, 0.25); transform: translateY(-2px);}

/* ==========================================================================
   11. MEDIA ADJUSTMENTS & ADAPTIVE COMPACT LAYOUT VIEWS
   ========================================================================== */
@media (max-width: 991px) {    
    .empath-sanctuary-card, 
    .empath-welcome-card { 
        padding: 35px 20px !important; 
        margin: 15px auto !important; 
        max-width: 92% !important; 
    }    
    .empath-headline { font-size: 24px !important; }    
    .empath-welcome-title { font-size: 30px !important; }    
    .empath-welcome-grid, 
    .empath-services-container { 
        grid-template-columns: 1fr !important; 
        gap: 30px !important; 
        text-align: center !important; 
    }    
    .empath-services-container { max-width: 450px !important; }    
    .empath-welcome-text p { font-size: 14px !important; }    
    .empath-welcome-pillars { padding: 25px 20px !important; text-align: left !important; }    
    .empath-pillar-text { font-size: 18px !important; }
    .empath-gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}

@media (max-width: 767px) {
    .empath-journey-section, .empath-about-section, .empath-faq-section, .empath-about-story-page { margin: 40px auto; }
    .empath-journey-main-title, .empath-faq-main-title { font-size: 32px !important; }
    .empath-journey-grid { grid-template-columns: 1fr; gap: 35px; max-width: 450px; margin: 0 auto; }
    .empath-journey-step { text-align: center; }
    .empath-about-section { max-width: 92%; }
    .empath-about-content { padding: 45px 24px; border-radius: 16px; }
    .empath-about-title { font-size: 32px !important; }
    .empath-about-body p { font-size: 14px !important; line-height: 1.75 !important; }
    .empath-about-body p.empath-about-opening { font-size: 20px !important; line-height: 1.4 !important; }
    .empath-about-journey-btn { width: 100%; padding: 14px 20px; box-sizing: border-box; font-size: 12px !important; }
    .empath-faq-item { padding: 20px; border-radius: 12px; }
    .empath-faq-question { font-size: 18px !important; line-height: 1.4; }
    .empath-faq-answer p { font-size: 13.5px !important; line-height: 1.65 !important; }
    .empath-story-main-title { font-size: 36px !important; line-height: 1.25 !important; }
    .empath-story-container { gap: 45px; }
    .empath-chapter-title { font-size: 22px !important; line-height: 1.3 !important; }
    .empath-chapter-body p { font-size: 14.5px !important; line-height: 1.8 !important; }
    .empath-story-pivot-quote { font-size: 20px !important; }
    .card-emphasis-block { padding: 35px 20px; border-radius: 16px; }
    .empath-story-explore-btn { width: 100%; padding: 16px 20px; box-sizing: border-box; }
}

@media (max-width: 550px) {
    .empath-gallery-main-title { font-size: 32px !important; }
    .empath-gallery-grid { grid-template-columns: 1fr; max-width: 340px; margin: 0 auto; }
    .empath-gallery-card-title { font-size: 17px !important; }
}