/* Logo scaling effect for Duimelot child theme */
.site-logo-header img {
    transition: transform 0.3s cubic-bezier(.4,0,.2,1), width 0.3s cubic-bezier(.4,0,.2,1), height 0.3s cubic-bezier(.4,0,.2,1);
}
.site-logo-header img.logo--small {
    transform: scale(0.7);
    /* Optionally adjust width/height for more control */
    /* width: 80px; height: auto; */
}
