/*
 Theme Name:   Hello Elementor Child - Kléna Agency
 Theme URI:    https://klena-agency.fr
 Description:  Thème enfant Hello Elementor pour Kléna Agency
 Author:       Kléna Agency / e-novateur
 Author URI:   https://e-novateur.fr
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hello-elementor-child-klena
*/

/* =============================================
   WordPress-specific overrides
   ============================================= */

/* Header: solid purple background on subpages */
.header--subpage {
    background: #512854;
    backdrop-filter: blur(10px);
    box-shadow: var(--shadow-lg);
}

.header--subpage.scrolled {
    background: rgba(81, 40, 84, 0.95);
}

/* Subpages: push content below the fixed header */
.site-main {
    padding-top: 120px;
    padding-bottom: var(--spacing-4xl);
}
