/* A consistent soft frame for the real venue photos; no size or crop changes. */
.venue-gallery img,
.hospitality-hero img[src*="shoko-venue-"] {
    border-radius: 20px;
}

/* Clip the date overlay together with its photograph, not the card's text/links. */
.event-image:has(> img[src*="shoko-venue-"]) {
    border-radius: 20px;
    overflow: hidden;
}

.summary-event img[src*="shoko-venue-"] {
    border-radius: 8px;
}

/* Full-width headers stay flush with the navigation; shade and photo share a frame. */
:is(.hero, .event-hero, .about-hero, .booking-banner):has(> img[src*="shoko-venue-"]) {
    border-radius: 0 0 24px 24px;
    overflow: hidden;
}

@media (max-width: 700px) {
    .venue-gallery img,
    .hospitality-hero img[src*="shoko-venue-"],
    .event-image:has(> img[src*="shoko-venue-"]) {
        border-radius: 16px;
    }

    :is(.hero, .event-hero, .about-hero, .booking-banner):has(> img[src*="shoko-venue-"]) {
        border-radius: 0 0 16px 16px;
    }
}
