@import url(https://db.onlinewebfonts.com/c/92e4c2df78226bf77939dd2b4c98c0b5?family=Aspekta+Variable);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  cursor: url('cursor-128.png') 55 42, auto;
}

html, body {
  width: 100%;
  background: #fff;
}

.spacer {
  height: 0; /* set by JS */
}

#sound-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  cursor: url('cursor3-128.png') 55 42, pointer !important;
  z-index: 100;
  background: #fff;
  border: 2px solid #000;
  border-radius: 999px;
  padding: 0 20px;
  height: 44px;
  font-family: 'Aspekta Variable', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

#sound-btn:hover {
  background: #000;
  border-color: #fff;
  color: #fff;
}

.mobile-nav {
  display: none;
}

footer, footer * {
  cursor: url('cursor3-128.png') 55 42, pointer !important;
}

footer {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

footer.visible {
  opacity: 1;
  pointer-events: all;
}

.footer-contact {
  font-family: 'Aspekta Variable', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}

.footer-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 44px;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 999px;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.footer-arrow:hover {
  background: #000;
  border-color: #fff;
  color: #fff;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.85s cubic-bezier(0.77, 0, 0.18, 1);
}

#loader img {
  width: 280px;
}

#loader-progress {
  display: block;
  margin-top: 20px;
  font-family: 'Aspekta Variable', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #fff;
}

#loader.hidden {
  transform: translateY(-100%);
  pointer-events: none;
}

a, a *,
button, button *,
.hotspot,
#sound-btn, #sound-btn *,
footer, footer *,
[href], [onclick] {
  cursor: url('cursor3-128.png') 55 42, pointer !important;
}

.scene {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #fff;
}

.layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

#layer-1, #layer-2, #layer-3 {
  will-change: transform;
}

@keyframes ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}


.ticker-wrap {
  position: absolute;
  left: -100%;
  width: 300%;
  overflow: hidden;
  background: #000;
  padding: 10px 0;
  z-index: 10;
}

.ticker-1 {
  top: 88%;
  transform: rotate(5deg);
  z-index: 11;
}

.ticker-2 {
  top: 88%;
  transform: rotate(-5deg);
  z-index: 10;
}

.ticker-track {
  display: flex;
  white-space: nowrap;
  width: max-content;
  animation: ticker 80s linear infinite;
  animation-delay: -40s;
}

.ticker-track.reverse {
  animation-direction: reverse;
  animation-delay: -10s;
}

.ticker-track span {
  font-family: 'Aspekta Variable', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #fff;
  text-transform: uppercase;
  flex-shrink: 0;
}

.hotspot {
  position: fixed;
  width: 7%;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-decoration: none;
  will-change: transform;
}

.hotspot-label {
  font-family: 'Aspekta Variable', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 6px 14px;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
  pointer-events: none;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-8px); }
}

.hotspot-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  margin: -150px 0 0 -150px;
  pointer-events: none;
  animation: float 3s ease-in-out infinite;
  transition: transform 0.25s ease;
}

.hotspot:nth-child(2) .hotspot-dot { animation-delay: 0s; }
.hotspot:nth-child(3) .hotspot-dot { animation-delay: 0.8s; }
.hotspot:nth-child(4) .hotspot-dot { animation-delay: 1.6s; }

.hotspot-dot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 0.25s ease;
}

.hotspot:hover .hotspot-dot {
  animation-play-state: paused;
}

.hotspot:hover .hotspot-dot img {
  transform: scale(1.18);
}

.hotspot:hover .hotspot-label {
  opacity: 1;
  transform: translateY(0);
}

.logo {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  width: 42%;
  will-change: transform;
}

@media (max-width: 768px) {
  .header-center {
    display: none;
  }

  .layer {
    width: 100%;
    left: 0;
  }

  .hotspot {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .ticker-wrap {
    display: none !important;
  }

  footer {
    display: none;
  }

  #sound-btn {
    bottom: calc(80px + env(safe-area-inset-bottom));
  }

  #loader img {
    width: 180px;
  }

  .logo {
    width: 85%;
  }

  .mobile-nav {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background: #000;
    border-top: 1px solid #222;
    justify-content: space-around;
    align-items: center;
    padding: 20px 20px;
    padding-bottom: calc(20px + env(safe-area-inset-bottom));
  }

  .mobile-nav a {
    color: #fff;
    text-decoration: none;
    font-family: 'Aspekta Variable', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0.5;
    transition: opacity 0.2s ease;
  }

  .mobile-nav a:hover,
  .mobile-nav a:active {
    opacity: 1;
  }
}

