/* London Baby 2026 — Mobile native pinch-zoom repair
   Surgical scope: restore browser pinch-to-zoom over the daily hero and
   main itinerary surface without changing visual styling, card behavior,
   buttons, modals, or the locked DJ Conor sparkle banner. */

html body #app.app-shell .hero,
html body #app.app-shell .hero *,
html body #app.app-shell main.main,
html body #app.app-shell main.main .day-content {
  touch-action: auto !important;
}

html body #app.app-shell .hero img#heroImage,
html body #app.app-shell .hero .hero-shade,
html body #app.app-shell .hero .hero-copy,
html body #app.app-shell .hero .dj-conor-playlist-banner-wrap,
html body #app.app-shell .hero .dj-conor-playlist-banner-link,
html body #app.app-shell .hero .dj-conor-playlist-banner-img {
  touch-action: auto !important;
}
