
/* Sticky Header Scrolled State */
header.fixed {
    transition: background-color 0.3s ease, border-color 0.3s ease, background-image 0.3s ease !important;
}
header.fixed.scrolled {
    background-image: none !important;
    background-color: var(--color-surface-dark) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}
header.fixed.scrolled .container {
    height: 3.5rem !important; /* reduced from h-16 (4rem) */
    transition: height 0.3s ease !important;
}
header.fixed .container {
    transition: height 0.3s ease !important;
}

header.fixed.scrolled .relative.overflow-hidden[style*="width:237px"] {
    width: 190px !important;
    height: 46px !important;
    transition: all 0.3s ease !important;
}
header.fixed .relative.overflow-hidden[style*="width:237px"] {
    transition: all 0.3s ease !important;
}

header.fixed.scrolled img[src*="logo-moreira-braga"] {
    width: 190px !important;
    height: 46px !important;
    transition: all 0.3s ease !important;
}
header.fixed img[src*="logo-moreira-braga"] {
    transition: all 0.3s ease !important;
}
