.hero-bg{
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}

.video-background{
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  background: #000;
  pointer-events: none;
}

.video-background iframe{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}

.panorama-background{
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  background: #000;
  display: none;
  pointer-events: auto; /* allow mouse drag on panorama */
}

.panorama-background,
.panorama-background > div,
.panorama-background .pnlm-container,
.panorama-background canvas,
#homepage-panorama{
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

.contact-title{
  margin-bottom: 12px;
}

.walkthrough-hotspot{
  position: fixed;
  z-index: 4000;
  pointer-events: auto;
}

.sidebar{ z-index: 30; }
.quick-info{ z-index: 1000; }
.bottom-navigation{ z-index: 1000; }
.overlay-menu{ z-index: 1500; }
.content-page{ z-index: 50; }
.contact-modal{ z-index: 5000; }
.walkthrough-panel{ z-index: 4500; }

.homepage-pano-hotspot{
  display: flex;
  align-items: center;
  gap: 8px;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: auto;
}

.homepage-pano-hotspot .pulse-dot{
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255,255,255,.28);
  flex: 0 0 auto;
}

.homepage-pano-hotspot .hotspot-label{
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,.68);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  pointer-events: auto;
}