/* Release 79: unmistakable venue hierarchy and truthful event artwork */
.official-event-card { display: flex; flex-direction: column; }
.official-event-art.has-artist-identity { background: radial-gradient(circle at 82% 12%,rgba(241,53,57,.34),transparent 28%),linear-gradient(145deg,#351016,#090909 72%); }
.official-artist-identity { position: absolute; inset: 0; padding: 23px; display: flex; align-items: flex-start; flex-direction: column; justify-content: center; }
.official-artist-identity b { color: rgba(255,255,255,.96); font: 900 70px/.75 "Barlow Condensed",sans-serif; letter-spacing: -.06em; }
.official-artist-identity strong { max-width: 85%; margin-top: 13px; color: #fff; font: 900 24px/.9 "Barlow Condensed",sans-serif; text-transform: uppercase; }
.official-artist-identity small { margin-top: 8px; color: #d5a955; font-size: 6px; font-weight: 900; letter-spacing: .1em; }
.official-event-art.has-artist-identity::after { background: linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.75)); }
.official-event-copy { flex: 1; display: flex; flex-direction: column; }
.official-event-venue { margin-top: auto; padding: 15px; gap: 8px; border: 1px solid rgba(213,169,85,.34); border-radius: 10px; background: linear-gradient(120deg,rgba(213,169,85,.11),rgba(255,255,255,.018)); }
.official-event-playing-at { color: #d5a955!important; font-size: 7px!important; font-weight: 900!important; letter-spacing: .16em!important; }
.official-event-venue-row { display: grid; grid-template-columns: 52px 1fr; align-items: center; gap: 12px; }
.official-event-venue-visual { width: 52px; height: 52px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(213,169,85,.4); border-radius: 8px; color: #fff; background: linear-gradient(145deg,#541015,#0b0b0c); font: 900 17px "Barlow Condensed",sans-serif; }
.official-event-venue-visual img { width: 100%; height: 100%; object-fit: cover; }
.official-event-venue-row>div { min-width: 0; display: grid; gap: 4px; }
.official-event-venue-row b { color: #fff; font: 900 19px/.95 "Barlow Condensed",sans-serif; letter-spacing: .015em; text-transform: uppercase; }
.official-event-venue-row small { color: rgba(255,255,255,.58); font-size: 8px; line-height: 1.35; }

.prominent-scene-filters { margin-top: 14px; padding: 14px; display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; border: 1px solid rgba(255,255,255,.11); border-radius: 12px; background: rgba(5,5,5,.62); }
.prominent-scene-filters button { min-height: 58px; padding: 9px; border: 1px solid rgba(255,255,255,.13); border-radius: 7px; color: rgba(255,255,255,.66); background: #0c0c0d; font-size: 8px; font-weight: 900; letter-spacing: .08em; cursor: pointer; }
.prominent-scene-filters button.is-active { color: #fff; border-color: #f13539; background: linear-gradient(135deg,#c51d28,#5f070d); box-shadow: 0 0 30px rgba(241,53,57,.15); }
@media(max-width:860px){.prominent-scene-filters{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.prominent-scene-filters{grid-template-columns:1fr}.official-event-venue-row b{font-size:22px}}
