:root {
  color-scheme: dark;
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  background: #0b0809;
  color: #fff;
}

* { box-sizing: border-box; }
html { min-width: 320px; }
body { margin: 0; }

.poster {
  position: relative;
  width: min(100%, 756px);
  margin: 0 auto;
  line-height: 0;
}

.artwork { display: block; width: 100%; height: auto; }

.hotspot {
  position: absolute;
  display: block;
  border-radius: 18px;
  text-decoration: none;
  cursor: pointer;
  transition: box-shadow .18s ease, background-color .18s ease;
}

.hotspot:hover:not(.is-disabled) { box-shadow: inset 0 0 0 3px #ffcc6166, 0 0 25px #e92a2733; }
.hotspot:focus-visible { outline: 4px solid #ffcf65; outline-offset: 3px; }

.visit {
  left: 6.5%;
  top: 45.4%;
  width: 87%;
  height: 18.2%;
}

.visit.is-disabled { cursor: default; }

.address-display {
  position: absolute;
  left: 3.5%;
  top: 35.5%;
  width: 93%;
  height: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0 8px;
  border: 1px solid #7e2e31;
  border-radius: 12px;
  background: linear-gradient(180deg, #201314, #0e0a0c 70%, #211012);
  box-shadow: 0 0 20px #070507, inset 0 1px #ffffff18;
  color: #fff9ee;
  font-size: clamp(17px, 7.7vw, 58px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 2px 8px #000;
}

.visit.is-disabled .address-display { color: #d9ccc7; font-size: clamp(17px, 5.2vw, 39px); }

.support {
  left: 6.5%;
  top: 65.2%;
  width: 87%;
  height: 27.5%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (prefers-reduced-motion: reduce) {
  .hotspot { transition: none; }
}
