.hero.hero-art {
  position: relative;
  display: block;
  min-height: 0;
  padding: 0;
  background-color: #f8f3ed;
  background-image: url("hero-premium-hp.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}

.hero-art > img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-hotspot {
  position: absolute;
  left: 5.14%;
  top: 75.77%;
  width: 34.69%;
  height: 11.16%;
  margin: 0;
  padding: 0;
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: clamp(16px, 2.1vw, 35px);
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap;
}

.hero-hotspot span {
  font-size: 1.1em;
}

.hero-hotspot:focus-visible {
  outline: 4px solid #092a46;
  outline-offset: 4px;
}

@media (max-width: 600px) {
  .hero.hero-art {
    padding: 0;
    overflow-x: auto;
  }

  .hero-art > img {
    width: 900px;
    max-width: none;
  }

  .hero-hotspot {
    left: 46px;
    top: 406px;
    width: 312px;
    height: 60px;
    gap: 12px;
    font-size: 18px;
  }
}
