/* ==========================================================================
   AESTIA 3D — GLOBAL LIGHT STEEL THEME
   ========================================================================== */
:root {
    /* Primary Colors mapped from old Rose/Pink schema */
    --primary: #3E4C59 !important;
    --primary-light: #7B8794 !important;
    --primary-hover: #1F2933 !important;
    --primary-color: #3E4C59 !important;
    
    /* Accents */
    --accent: #7B8794 !important;
    --accent-color: #7B8794 !important;

    /* Aestia Custom Variables (Baby/Rose/Blush schema) */
    --baby: #F0F2F5 !important;
    --baby-mid: #E1E5EB !important;
    --baby-deep: #C7D0D8 !important;
    --blush: #9AA5B1 !important;
    --rose: #3E4C59 !important;
    --rose-dark: #1F2933 !important;
    --warm: #323F4B !important;
    --petal: #FFFFFF !important;
    --snow: #F8F9FA !important;
    --bg: #FFFFFF !important;
    --surface: #F0F2F5 !important;
    
    /* Darks / Inks */
    --charcoal: #1F2933 !important;
    --ink: #101419 !important;
    --text-body: #1F2933 !important;
    --text-muted: #616E7C !important;
    --text-main: #1F2933 !important;

    /* Borders & Shadows */
    --mist: rgba(62, 76, 89, 0.08) !important;
    --border: rgba(62, 76, 89, 0.22) !important;
    --border-soft: rgba(123, 135, 148, 0.35) !important;
    --box-shadow: 0 8px 32px rgba(31, 41, 51, 0.08) !important;
    --shadow-soft: 0 8px 30px rgba(0, 0, 0, 0.04) !important;
    
    /* Legacy Gold (converted to steel gradients) */
    --gold: linear-gradient(135deg, #E1E5EB, #9AA5B1) !important;
    --gold-solid: #9AA5B1 !important;
    --gold-light: #C7D0D8 !important;
}

.header-logo img.site-logo {
    display: block;
    max-height: 56px;
    width: auto;
    object-fit: contain;
}

.header-logo::after {
    content: none !important;
}

.header-logo .aes,
.header-logo .tia3d,
.header-logo .three,
.header-logo .In,
.header-logo .scipe {
    display: none !important;
}

