:root {
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #050408;
  color: #efebfa;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
html, body { width: 100%; min-height: 100%; margin: 0; }
body { min-height: 100svh; overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
[hidden] { display: none !important; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip-path: inset(50%); white-space: nowrap;
}
.masthead, .footer {
  position: fixed; z-index: 2; left: max(32px, env(safe-area-inset-left));
  right: max(32px, env(safe-area-inset-right)); display: flex;
  align-items: center; justify-content: space-between;
}
.masthead { top: max(27px, env(safe-area-inset-top)); }
.wordmark { font-size: 21px; font-weight: 680; letter-spacing: -.9px; padding: 7px 0; }
.wordmark span { color: #a58acb; }
.location { color: #a69bb6; font-size: 10px; letter-spacing: .3em; text-transform: uppercase; }
.void, .scene { position: fixed; inset: 0; }
.void { isolation: isolate; }
.halo {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 28% 33% at 44% 49%, #5930960d, transparent 100%),
              radial-gradient(ellipse 24% 29% at 56% 52%, #b6428909, transparent 100%);
}
canvas { display: block; width: 100%; height: 100%; opacity: 0; }
.scene[data-renderer="webgl"] canvas { opacity: 1; }
.scene[data-renderer="webgl"] .fallback { display: none; }
.fallback { position: absolute; inset: 0; display: grid; place-items: center; }
.fallback img { width: min(46vw, 390px); height: auto; }
.footer { bottom: max(22px, env(safe-area-inset-bottom)); min-height: 44px; gap: 16px; }
.address, .static-label { font-size: 10px; letter-spacing: .13em; color: #a69bb6; }
.motion-control {
  display: inline-flex; align-items: center; gap: 8px; justify-content: center;
  min-height: 44px; padding: 8px 0 8px 14px; border: 0; background: transparent;
  color: #aaa0b8; cursor: pointer; font-size: 11px; letter-spacing: .015em;
}
.motion-control:hover { color: #f5eaff; }
.motion-control svg { width: 16px; height: 16px; }
.play-icon, .motion-control.is-paused .pause-icon { display: none; }
.motion-control.is-paused .play-icon { display: block; }
.motion-control:not([hidden]) + .static-label { display: none; }
a:focus-visible, button:focus-visible { outline: 2px solid #c4a7ff; outline-offset: 6px; border-radius: 2px; }
@media (max-width: 600px) {
  .masthead, .footer { left: max(22px, env(safe-area-inset-left)); right: max(22px, env(safe-area-inset-right)); }
  .masthead { top: max(18px, env(safe-area-inset-top)); }
  .footer { bottom: max(16px, env(safe-area-inset-bottom)); }
  .wordmark { font-size: 20px; }
  .fallback img { width: 76vw; }
  .halo { background: radial-gradient(ellipse 45% 24% at 48% 49%, #59309610, transparent 100%); }
}
@media (max-height: 420px) {
  .masthead { top: 8px; }
  .footer { bottom: 6px; }
  .fallback img { width: min(40vh, 260px); }
}
