/*
Theme Name: steamstudiopro
Author: Steam Studio
Description: A production-ready, animation-safe WordPress theme with full Elementor compatibility.
Version: 1.0.1
*/

/* Reset & Global Base */
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    /* Critical for horizontal scroll sections if added later */
}

/* 
   Admin Bar Compatibility (Section 3.2 of Migration Report)
   Compensates for the 32px WP Admin Bar to prevent Canvas misalignment 
*/
body.admin-bar {
    /* If Lenis is wrapping content, we might need padding on the wrapper */
}

body.admin-bar #hero-section,
body.admin-bar .site-header {
    top: 32px !important;
    /* Ensures sticky elements respect the admin bar */
}

@media screen and (max-width: 782px) {

    body.admin-bar #hero-section,
    body.admin-bar .site-header {
        top: 46px !important;
        /* Mobile Admin Bar height */
    }
}