/*
Theme Name: MediCar-OL
Theme URI: https://medicar-ol.de
Author: Antigravity AI
Author URI: https://antigravity.ai
Description: Ein modernes, professionelles WordPress Block Theme für MediCar-OL - Qualifizierte Liegendbeförderung in Oldenburg.
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: medicar-ol
*/

/* Core CSS Variables for fallback */
:root {
    --wp--preset--color--primary: #004a99;
    --wp--preset--color--secondary: #e6f2ff;
    --wp--preset--color--accent: #ff8c00;
    --wp--preset--color--text: #333333;
    --wp--preset--color--white: #ffffff;
}

/* Force White Footer Text */
footer.wp-block-group,
footer.wp-block-group p,
footer.wp-block-group h1,
footer.wp-block-group h2,
footer.wp-block-group h3,
footer.wp-block-group h4,
footer.wp-block-group h5,
footer.wp-block-group h6,
footer.wp-block-group a {
    color: #ffffff !important;
}

footer.wp-block-group .wp-block-navigation-item__label {
    color: #ffffff !important;
}

/* Mobile Header Optimizations */
@media (max-width: 600px) {
    header.wp-block-group > .wp-block-group {
        flex-direction: column !important;
        gap: 1.5rem !important;
    }
    
    header .wp-block-group {
        justify-content: center !important;
        text-align: center;
    }

    header .wp-block-buttons {
        margin-top: 0.5rem;
    }

    .wp-block-cover {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    
    .wp-block-cover h1 {
        font-size: 2.5rem !important;
    }

    /* Adaptive Logo */
    .wp-block-site-logo img {
        width: 150px !important;
        height: auto !important;
    }
}

/* Desktop Adaptive Logo */
@media (min-width: 601px) {
    .wp-block-site-logo img {
        width: clamp(180px, 15vw, 250px) !important;
        height: auto !important;
    }
}

.wp-block-site-logo img {
    max-width: 100%;
    height: auto;
}
