/* Logo HEADER - pagine grandi */
.header img[src*="butterfly"],
.page-header img[src*="butterfly"] {
    width: 140px !important;
    height: 140px !important;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.15));
    background: transparent !important;
    shape-rendering: geometricPrecision;
}

/* Logo NAVBAR - homepage (PIÙ PICCOLO) */
nav img[src*="butterfly"],
.navbar img[src*="butterfly"],
.navbar-container img[src*="butterfly"] {
    width: 50px !important;
    height: 50px !important;
    margin: 4px 8px !important;
}

@media (max-width: 1024px) {
    nav img[src*="butterfly"],
    .navbar img[src*="butterfly"] {
      width: 36px !important;
      height: 36px !important;
      margin: 4px 6px !important;
    }
}
@media (max-width: 768px) {
    nav img[src*="butterfly"],
    .navbar img[src*="butterfly"] {
      width: 30px !important;
      height: 30px !important;
      margin: 2px 4px !important;
    }
}
@media (max-width: 480px) {
    nav img[src*="butterfly"],
    .navbar img[src*="butterfly"] {
      width: 26px !important;
      height: 26px !important;
      margin: 2px !important;
    }
}

img[src*="butterfly"]:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 4px 12px rgba(102, 126, 234, 0.4));
}

.header { padding: 5px 20px 0 20px !important; margin-bottom: 0 !important; }
.header h1 { display: flex; align-items: center; gap: 15px; }
