/* Authorized contact-circle addition; the inherited club stylesheet is unchanged. */
.contact-circles { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.contact-circle { display: inline-flex; flex: 0 0 60px; width: 60px; height: 60px; align-items: center; justify-content: center; border-radius: 50%; background: #df332d; color: #fff; text-decoration: none; }
.contact-circle svg { width: 26px; height: 26px; fill: currentColor; }
.contact-circle:hover { background: #c72a26; }
.contact-circle:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.contact-circle[aria-disabled="true"] { cursor: not-allowed; }
/* Asset-specific fit: do not crop the authorised campaign lettering or recolour the fan. */
.campaign-media img { min-height: 0; max-height: none; height: auto; object-fit: contain; }
.plan-section figure img { height: auto; object-fit: contain; }
.split-feature figure img, .editorial-pair figure img { height: auto; }
.summary > img { filter: none; }
.event-lineup { margin: 12px 6px 0; color: var(--muted); font-size: .88rem; }
/* Founder-approved local colour delta, 2026-09-21. Keep the reference stylesheet immutable. */
.button-primary, .event-ticket, .reservation-band { background: #df332d; }
.event-ticket, .event-ticket:hover, .event-ticket:focus-visible { border-color: #df332d; background: #df332d; }
.reservation-band { color: #fff; }
@media (max-width: 360px) {
  .contact-circles { gap: 10px; }
  .contact-circle { flex-basis: 52px; width: 52px; height: 52px; }
}
