.hero-art {
  background-image: linear-gradient(90deg, rgba(7, 7, 11, .92) 0%, rgba(7, 7, 11, .55) 52%, rgba(7, 7, 11, .22)), url('art/IMG_1800.PNG');
  background-position: left top, right center;
  background-size: 100% 100%, auto 100%;
  background-repeat: no-repeat;
}

.hero-portrait {
  display: none;
}

.story-image img {
  aspect-ratio: auto;
  object-fit: contain;
}

.brand img {
  width: 130px;
  height: 130px;
}

.brand {
  display: block;
  padding: 0;
}

.partner-link {
  color: var(--lime);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}

.social-links a:hover,
.social-links a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.booking-form .button:disabled {
  cursor: wait;
  opacity: .65;
  transform: none;
}

@media (max-width: 800px) {
  .hero-art {
    background-image: linear-gradient(90deg, #090713 0%, #090713 48%, rgba(9, 7, 19, .82) 64%, rgba(9, 7, 19, .18) 100%), url('art/IMG_1800.PNG');
    background-position: 0 center;
    background-size: 100% 100%, cover;
  }

  h1 {
    max-width: 330px;
    font-size: 68px;
  }

  .story-image img {
    aspect-ratio: auto;
    object-fit: contain;
  }

  .brand img {
    width: 96px;
    height: 96px;
  }

  .brand {
    padding: 0;
  }
}
