.hotel-profile-page {
  background:
    radial-gradient(circle at 8% -10%, rgba(33, 20, 81, 0.14), transparent 40%),
    radial-gradient(circle at 90% 14%, rgba(36, 88, 122, 0.11), transparent 42%),
    #f6f3ec;
}

.open-hyatt-modal {
  cursor: pointer;
}

.hyatt-hero {
  position: relative;
  margin-top: 0;
  border-top: none;
  border-bottom: 1px solid var(--line-strong);
  overflow: hidden;
}

.hyatt-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(9, 14, 23, 0.74) 0%, rgba(10, 14, 22, 0.34) 45%, rgba(16, 17, 20, 0.16) 100%);
}

.hyatt-hero img {
  width: 100%;
  height: clamp(520px, 82vh, 980px);
  object-fit: cover;
  object-position: center top;
}

.hyatt-hero-content {
  position: absolute;
  inset: auto 0 clamp(1.4rem, 3.4vw, 2.6rem);
  z-index: 1;
  color: #f5f2ee;
  max-width: 860px;
}

.hyatt-hero .eyebrow {
  color: #d7c7af;
}

.hyatt-hero h1 {
  margin-top: 0.45rem;
  font-size: clamp(2.5rem, 5.4vw, 5.2rem);
  line-height: 0.92;
  max-width: 15ch;
  color: #ffffff;
  text-wrap: balance;
}

.hyatt-hero p {
  margin: 0.95rem 0 0;
  max-width: 64ch;
  color: rgba(248, 246, 242, 0.94);
  font-size: clamp(1rem, 1.6vw, 1.15rem);
}

.hyatt-hero-actions {
  margin-top: 1.2rem;
  display: flex;
  gap: 0.58rem;
  flex-wrap: wrap;
}

.hyatt-hero .hero-link {
  border-color: rgba(255, 255, 255, 0.88);
}

.hyatt-hero .hero-link.ghost {
  color: #ffffff;
}

.hyatt-hero .hero-link.ghost:hover {
  color: #ffffff;
  border-color: #ffffff;
}

.hyatt-logo-band {
  background: #211451;
  padding: clamp(2.5rem, 4.3vw, 4rem) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.hyatt-logo-band-inner {
  display: grid;
  grid-template-columns: minmax(0, 420px) minmax(0, 1fr);
  gap: 1.2rem;
  align-items: center;
}

.hyatt-logo-panel {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 3vw, 2rem);
}

.hyatt-logo-panel img {
  width: min(320px, 100%);
}

.hyatt-logo-copy .eyebrow {
  color: #c9b4ff;
}

.hyatt-logo-copy h2 {
  text-align: left;
  color: #ffffff;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
}

.hyatt-logo-copy p {
  margin: 0.6rem 0 0;
  color: rgba(236, 234, 245, 0.94);
  max-width: 52ch;
}

.hyatt-logo-copy .solid-btn {
  margin-top: 1.1rem;
  background: #f4f3ff;
  color: #211451;
}

.hyatt-logo-copy .solid-btn:hover {
  background: #ffffff;
}

.hyatt-suites h2,
.hyatt-gallery h2,
.hyatt-seo h2,
.hyatt-location h2 {
  text-align: left;
}

.suite-story-grid {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.78rem;
}

.suite-story-card {
  margin: 0;
  border: 1px solid var(--line);
  background: #ffffff;
  overflow: hidden;
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.suite-story-card-feature {
  grid-column: span 6;
  grid-row: span 2;
}

.suite-story-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.suite-story-card-feature img {
  height: 100%;
  min-height: 100%;
  aspect-ratio: unset;
}

.suite-story-card figcaption {
  padding: 0.7rem 0.78rem 0.76rem;
  color: #4b4f58;
  font-size: 0.93rem;
  line-height: 1.45;
  border-top: 1px solid #ede8df;
  background: #fff;
}

.hyatt-inline-cta {
  margin-top: 1.2rem;
  display: flex;
  justify-content: flex-start;
}

.hyatt-gallery {
  background: #faf8f4;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.hyatt-gallery-grid {
  margin-top: 1.45rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.72rem;
}

.hyatt-gallery-card {
  margin: 0;
  border: 1px solid var(--line);
  background: #fff;
  overflow: hidden;
  grid-column: span 4;
}

.hyatt-gallery-card-large {
  grid-column: span 6;
  grid-row: span 2;
}

.hyatt-gallery-card img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
}

.hyatt-seo-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr);
  gap: 1rem;
  align-items: start;
}

.hyatt-seo-copy p {
  margin: 0.88rem 0 0;
  color: #505661;
}

.hyatt-seo-media {
  border: 1px solid var(--line);
  background: #fff;
  padding: 0.72rem;
  display: grid;
  gap: 0.72rem;
}

.hyatt-seo-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.hyatt-location {
  padding-top: 0;
}

.hyatt-location-grid {
  border: 1px solid var(--line);
  background: #fff;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  overflow: hidden;
}

.hyatt-contact-card {
  padding: clamp(1.1rem, 3vw, 2rem);
  border-right: 1px solid var(--line);
}

.hyatt-contact-card h2 {
  margin-top: 0.2rem;
}

.hyatt-contact-card p {
  margin: 0.52rem 0 0;
  color: #505661;
}

.hyatt-contact-card .solid-btn {
  margin-top: 0.95rem;
}

.hyatt-map-wrap {
  min-height: 450px;
}

.hyatt-map-wrap iframe {
  width: 100%;
  min-height: 100%;
  display: block;
}

.modal-card-profile {
  width: min(1100px, 94vw);
}

.modal-details-profile {
  margin-top: 0.8rem;
  padding-top: 0;
  border-top: none;
}

@media (max-width: 1140px) {
  .suite-story-card {
    grid-column: span 6;
  }

  .suite-story-card-feature {
    grid-column: span 12;
    grid-row: auto;
  }

  .hyatt-gallery-card {
    grid-column: span 6;
  }

  .hyatt-gallery-card-large {
    grid-column: span 12;
    grid-row: auto;
  }

  .hyatt-seo-layout {
    grid-template-columns: 1fr;
  }

  .hyatt-location-grid {
    grid-template-columns: 1fr;
  }

  .hyatt-contact-card {
    border-right: none;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 760px) {
  .hotel-profile-page .booking-shell {
    position: static;
    top: auto;
  }

  .hotel-profile-page .booking-shell-inner {
    padding: 0.75rem 0;
    gap: 0.6rem;
  }

  .hotel-profile-page .brand img {
    width: min(210px, 100%);
  }

  .hotel-profile-page #reserveBar {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .hotel-profile-page #reserveBar .reserve-field:not(.reserve-field-hotel) {
    display: none;
  }

  .hotel-profile-page #reserveBar .reserve-field-hotel {
    min-height: 58px;
    border-right: 1px solid var(--line);
  }

  .hotel-profile-page #reserveBar .reserve-cta {
    grid-column: auto;
    min-width: 146px;
    min-height: 58px;
    padding: 0.7rem 0.85rem !important;
  }

  .hyatt-hero img {
    height: clamp(420px, 62vh, 560px);
  }

  .hyatt-hero-content {
    inset: auto 0 1.1rem;
  }

  .hyatt-hero h1 {
    font-size: clamp(2rem, 10vw, 2.85rem);
    line-height: 0.94;
    max-width: none;
  }

  .hyatt-hero p {
    font-size: 0.98rem;
    max-width: 45ch;
  }

  .hyatt-logo-band-inner {
    grid-template-columns: 1fr;
  }

  .hyatt-logo-panel {
    min-height: 220px;
  }

  .suite-story-grid,
  .hyatt-gallery-grid {
    grid-template-columns: 1fr;
  }

  .suite-story-card,
  .suite-story-card-feature,
  .hyatt-gallery-card,
  .hyatt-gallery-card-large {
    grid-column: auto;
    grid-row: auto;
  }

  .hyatt-map-wrap {
    min-height: 340px;
  }
}
