.hotel-page main {
  max-width: 880px;
}

.hotel-page .site-header {
  max-width: 880px;
}

.hotel-hero {
  padding: clamp(72px, 12vh, 112px) 0 clamp(48px, 8vh, 72px);
  border-bottom: 1px solid var(--line);
}

.hotel-hero h1 {
  margin: 0;
  font-size: clamp(32px, 6vw, 44px);
  font-weight: 500;
  letter-spacing: 0.16em;
}

.hotel-hero-lead {
  max-width: 520px;
  margin: 32px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 2.2;
}

.hotel-feature {
  margin: 0;
  padding: clamp(48px, 8vh, 72px) 0 0;
}

.hotel-feature img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.hotel-about {
  padding: clamp(64px, 10vh, 96px) 0;
  border-bottom: 1px solid var(--line);
}

.hotel-facts {
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.hotel-facts li {
  display: grid;
  grid-template-columns: 4.5em 1fr;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  font-size: 14px;
  line-height: 1.8;
}

.hotel-facts li:last-child {
  border-bottom: 1px solid var(--line);
}

.hotel-facts span {
  color: var(--accent);
  font-size: 12px;
  letter-spacing: 0.12em;
}

.hotel-about-text {
  margin: 0;
  max-width: 520px;
  color: var(--muted);
  font-size: 14px;
  line-height: 2.2;
}

.hotel-gallery {
  padding: clamp(64px, 10vh, 96px) 0 0;
}

.hotel-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 4vw, 32px);
}

.hotel-gallery figure {
  margin: 0;
}

.hotel-gallery img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.hotel-gallery figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.16em;
}

.hotel-gallery-wide {
  grid-column: 1 / -1;
  max-width: 420px;
}

.hotel-instagram {
  margin: clamp(56px, 8vh, 80px) 0 0;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.12em;
}

.hotel-instagram a {
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  padding-bottom: 2px;
}

.hotel-page .site-footer-links a {
  color: var(--muted);
}

@media (max-width: 600px) {
  .hotel-gallery-grid {
    grid-template-columns: 1fr;
  }

  .hotel-gallery-wide {
    max-width: none;
  }

  .hotel-page .site-footer-split {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .hotel-page .site-footer-links {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}
