/*
Theme Name: C-Level Work Theme
Theme URI: https://c-level.work
Description: Custom theme for C-Level Work landing page
Author: Kusya Petrovich
Author URI: https://c-level.work
Template: twentytwentyfour
Version: 1.0.0
*/

/* Reset WooCommerce elements */
.woocommerce-store-notice,
.woocommerce-store-notice *,
.storefront-primary-navigation,
.site-branding,
.woocommerce-breadcrumb,
.storefront-handheld-footer-bar,
.woocommerce-active .site-header .site-branding,
.woocommerce-active .site-header .site-logo-anchor,
.woocommerce-active .site-header .site-logo-link,
.woocommerce-active .site-header .custom-logo-link,
.site-header-cart,
.main-navigation,
.secondary-navigation,
#masthead,
.site-header 
.blog .site-header,
.single-post .site-header {
    display: none !important;
}




/* Basic Reset */
body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif !important;
    background: #fff;
}

/* Global Container */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Remove WP Admin Bar Space */
.admin-bar .header {
    top: 0 !important;
}

/* Utility Classes */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

/* Print Styles */
@media print {
    .social-button,
    .footer {
        display: none !important;
    }
}
