.virtual-gallery-page {
  background: #0d0c0b;
  overflow: hidden;
}
.virtual-gallery-page .joseart-footer,
.virtual-gallery-page .breadcrumb {
  display: none;
}
.virtual-gallery-page main {
  padding: 0;
  margin: 0;
}
.vg-page {
  min-height: 100dvh;
}
.vg-mobile {
  display: none;
  min-height: calc(100dvh - 72px);
  margin-top: 72px;
  padding: 48px 24px 80px;
  text-align: center;
  color: #f4f0ea;
  background:
    radial-gradient(1200px 500px at 50% 0%, rgba(122, 144, 164, 0.22), transparent 55%),
    #121110;
}
.vg-mobile h1 {
  font-weight: 500;
  letter-spacing: -0.03em;
  font-size: clamp(1.8rem, 6vw, 2.6rem);
  margin: 0 0 16px;
}
.vg-mobile p {
  max-width: 36rem;
  margin: 0 auto 28px;
  line-height: 1.65;
  color: rgba(244, 240, 234, 0.72);
}
.vg-mobile__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.72rem;
  color: #7A90A4 !important;
  margin-bottom: 12px !important;
}
.vg-desktop {
  position: relative;
  height: 100dvh;
  overflow: hidden;
}
.vg-stage {
  position: absolute;
  inset: 0;
}
.vg-stage canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.vg-loader,
.vg-intro {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f7f3ec;
  background: linear-gradient(180deg, rgba(12, 11, 10, 0.42) 0%, rgba(12, 11, 10, 0.72) 100%);
  z-index: 4;
  padding: 24px;
}
.vg-intro {
  display: none;
}
.vg-intro.is-visible {
  display: flex;
}
.vg-loader span,
.vg-intro h1 {
  font-weight: 400;
  letter-spacing: -0.04em;
}
.vg-intro h1 {
  font-size: clamp(3rem, 8vw, 5.6rem);
  margin: 0 0 12px;
}
.vg-intro__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.72rem;
  color: #b7c4cf;
  margin: 0 0 14px;
}
.vg-intro__lead {
  max-width: 34rem;
  color: rgba(247, 243, 236, 0.78);
  line-height: 1.7;
  margin: 0 0 28px;
}
.vg-intro__hint {
  margin: 18px 0 0;
  font-size: 0.78rem;
  color: rgba(247, 243, 236, 0.5);
}
.vg-keys {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  color: rgba(247, 243, 236, 0.78);
  font-size: 0.82rem;
}
.vg-keys kbd {
  display: inline-block;
  min-width: 1.6rem;
  padding: 2px 7px;
  margin-right: 6px;
  border: 1px solid rgba(247, 243, 236, 0.28);
  border-radius: 4px;
  font-family: inherit;
  font-size: 0.72rem;
}
.vg-loader__track {
  width: min(280px, 70vw);
  height: 2px;
  margin-top: 22px;
  background: rgba(247, 243, 236, 0.18);
}
.vg-loader__track i {
  display: block;
  width: 0;
  height: 100%;
  background: #f7f3ec;
  transition: width 0.2s ease;
}
.vg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: #f7f3ec;
  color: #1b1917;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  cursor: pointer;
}
.vg-btn--ghost {
  background: transparent;
  color: #f7f3ec;
  border: 1px solid rgba(247, 243, 236, 0.35);
}
.vg-crosshair {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  border: 1px solid rgba(247, 243, 236, 0.85);
  border-radius: 50%;
  z-index: 5;
  pointer-events: none;
}
.vg-panel {
  position: absolute;
  left: 24px;
  bottom: 24px;
  width: min(360px, calc(100vw - 48px));
  padding: 22px 22px 20px;
  background: rgba(18, 16, 14, 0.78);
  backdrop-filter: blur(16px);
  color: #f7f3ec;
  z-index: 6;
  border: 1px solid rgba(247, 243, 236, 0.12);
}
.vg-panel__close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 1.4rem;
  cursor: pointer;
}
.vg-panel__kicker {
  margin: 0 0 6px;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9aa8b4;
}
.vg-panel h2 {
  margin: 0 0 8px;
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.vg-panel__price {
  margin: 0 0 16px;
  color: rgba(247, 243, 236, 0.82);
}
html.vg-is-mobile .vg-desktop {
  display: none;
}
html.vg-is-mobile .vg-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  html:not(.vg-force-desktop) .vg-desktop {
    display: none;
  }
  html:not(.vg-force-desktop) .vg-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  html:not(.vg-force-desktop) .vg-mobile[hidden] {
    display: flex !important;
  }
}
