.hero {
    background: radial-gradient(1200px circle at 20% 10%, #ffb35c33, transparent 50%),
        radial-gradient(900px circle at 80% 30%, #ff5c5c2e, transparent 50%),
        linear-gradient(135deg, #111827, #0b1220);
    color: #fff;
}

.card-glass {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

/* Menu/Catering photos */
.menu-img {
    width: 100%;
    height: 220px;
    display: block;
    background: #111;
}

/* Photo styles (selectable in Staff) */
.photo-cover {
    object-fit: cover;
}

.photo-contain {
    object-fit: contain;
    background: #111;
}

.photo-rounded {
    object-fit: cover;
    border-radius: 18px;
    margin: 10px;
    width: calc(100% - 20px);
    height: 200px;
}

.photo-polaroid {
    object-fit: cover;
    background: #fff;
    padding: 10px;
    margin: 10px;
    width: calc(100% - 20px);
    height: 200px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
    border-radius: 10px;
}