/* Menu Section */
#menu,
#desserts {
    padding: 4rem 2rem;
    background-color: #fff;
}
/* Full-size menu image */
.menu-image,
.menu-thumbnail {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    opacity: 1;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Loading state */
.menu-thumbnail.loading {
    opacity: 0.6;
}
