/*
Theme Name: Bright Bridge Web
Theme URI: https://brightbridgeweb.com
Author: Bright Bridge Web
Author URI: https://brightbridgeweb.com
Description: Production-grade WordPress theme for Bright Bridge Web, featuring custom services, case studies, pricing, articles, and accessible UI.
Version: 1.0.3
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Proprietary
Text Domain: brightbridge
*/

/* Solid crisp background for header across all pages */
#site-header {
    background-color: #faf8f5 !important;
    background-color: color-mix(in oklab, var(--cream) 96%, white) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border-bottom: 1px solid rgba(11, 27, 43, 0.08) !important;
}

/* WordPress Admin Bar Compatibility */
body.admin-bar #site-header {
    top: 32px !important;
}

body.admin-bar #mobile-menu-drawer {
    top: 32px !important;
}

/* Ensure all page content clears the fixed header (64px) + admin bar */
body.admin-bar main {
    padding-top: 32px !important;
}

@media screen and (max-width: 782px) {
    body.admin-bar #site-header {
        top: 46px !important;
    }
    body.admin-bar #mobile-menu-drawer {
        top: 46px !important;
    }
    body.admin-bar main {
        padding-top: 46px !important;
    }
}

/* Fix Radix / FAQ Accordions in static WordPress templates */
div[role="region"][data-state="open"] {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible !important;
    animation: none !important;
}

div[role="region"][data-state="closed"] {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
    animation: none !important;
}
