/* ==========================================================
   RESPONSIVE OVERRIDES
   The approved hero/highlights/tickets artwork is one image,
   so it scales automatically without separate layout rules.
   ========================================================== */

@media (max-width: 480px) {
  .performances,
  .social {
    padding-top: var(--space-lg);
    padding-bottom: var(--space-lg);
  }

  .section-title {
    margin-bottom: var(--space-md);
    font-size: 1.5rem;
  }

  /* Keep invisible ticket hotspots easy to tap on narrow phones. */
  .ticket-hotspot {
    min-height: 28px;
  }
}

@media (min-width: 600px) {
}

@media (min-width: 900px) {
  .section-title {
    font-size: 2.4rem;
  }
}


@media (max-width: 600px) {
.social__heading::before,
  .social__heading::after {
    width: 32px;
  }

  .social__link {
    min-width: 145px;
    min-height: 68px;
    padding: 0.7rem 0.9rem;
  }

  .social__brand-icon {
    width: 34px;
    height: 34px;
  }

  .social__label {
    font-size: 1.15rem;
  }
}


@media (max-width: 600px) {
  .bottom-art {
    width: 100%;
    overflow: visible;
  }

  .bottom-art__image {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    transform: none;
  }

  .hotel-hotspot {
    left: 73.9%;
    top: 18.7%;
    width: 16.8%;
    height: 28.4%;
  }
}


@media (max-width: 600px) {
  .social {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .social__heading {
    font-size: clamp(1.05rem, 5vw, 1.55rem);
    letter-spacing: 0.025em;
    white-space: nowrap;
  }

  .social__heading::before,
  .social__heading::after {
    width: 18px;
    height: 3px;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .social__link {
    width: 68px;
    height: 68px;
    min-width: 68px;
    min-height: 68px;
    padding: 0;
  }

  .social__brand-icon {
    width: 36px;
    height: 36px;
  }

  .door-ticket-note {
    font-size: 1rem;
    padding: 0.85rem 0.6rem 0.55rem;
  }
}
