/*
Theme Name: Phoenix Water Damage Restoration
Theme URI: http://localhost/Waterdamagephoenix/
Author: Phoenix Restoration Pro Team
Description: A high-converting, mobile-responsive emergency water damage restoration theme for Phoenix, Arizona. Features 24/7 emergency dispatch callouts, interactive estimator, service showcases, direct insurance billing, and Valley-wide coverage.
Version: 1.0.0
Text Domain: phoenix-water-damage
*/

/* Reset & Variables */
:root {
    --primary: #002864;
    --primary-light: #003B8E;
    --primary-dark: #00183C;
    --secondary: #0050A0;
    --secondary-hover: #003D7A;
    --accent: #FF6414;
    --accent-light: #FFF2EB;
    --emergency: #FF6414;
    --emergency-hover: #E04800;
    --warning: #f59e0b;
    --success: #10b981;
    --text-dark: #00183C;
    --text-muted: #64748b;
    --text-light: #f8fafc;
    --bg-light: #f8fafc;
    --bg-white: #ffffff;
    --bg-card: #ffffff;
    --border-color: #e2e8f0;
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
    --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);
    --shadow-lg: 0 10px 25px -3px rgba(0,0,0,0.12), 0 4px 6px -2px rgba(0,0,0,0.05);
    --shadow-xl: 0 20px 35px -5px rgba(0,0,0,0.18);
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 16px;
    --radius-full: 9999px;
    --font-main: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --transition: all 0.25s ease-in-out;
}

/* Hard-coded Logo Constraints */
.brand-logo {
    display: inline-flex !important;
    align-items: center !important;
    text-decoration: none !important;
    max-height: 60px !important;
}

.site-logo-img {
    height: 52px !important;
    width: auto !important;
    max-height: 52px !important;
    max-width: 180px !important;
    object-fit: contain !important;
    display: block !important;
}

.footer-logo-img {
    height: 65px !important;
    width: auto !important;
    max-height: 65px !important;
    max-width: 180px !important;
    object-fit: contain !important;
    background: #ffffff !important;
    padding: 6px 12px !important;
    border-radius: 8px !important;
    display: inline-block !important;
}
