/* Critical CSS for Logo Sizing - Prevent FOUC and Layout Shift */

/* Ensure logos maintain aspect ratio while being responsive */
.site-branding img,
.logo-dark img,
.logo-light img,
.logo-mobile img,
.mobile-logo img {
    max-width: 100%;
    height: auto;
}

/* Service carousel icon sizing */
.card-icon img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}