/* Honest storefront: bag stays on screen, theater controls gone */
@media (max-width: 820px) {
  .luxury-nav.glass-dock {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
    padding: 10px 12px;
  }
  .nav-left { display: none; }
  .nav-right { margin-left: auto; }
  .luxury-cart-pill { flex-shrink: 0; }
  body { overflow-x: hidden; }
  .hero-headline { font-size: clamp(2rem, 8vw, 3.4rem); }
  .carousel-item-card { min-width: 260px; }
}
.audio-control-btn, .vip-ticket-pill, #hero-sound-snap-btn { display: none !important; }
