:root {
  --ink: #181714;
  --soft-ink: #514d45;
  --cream: #f4f0e8;
  --paper: #fbfaf7;
  --gold: #d7a73d;
  --gold-dark: #9e7621;
  --line: rgba(24, 23, 20, 0.16);
}

/* Crawlable alternate-language directory at the true bottom of every page. */
.language-backlink-bar {
  padding: 11px 28px 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #0d0d0c;
  color: rgba(255, 255, 255, 0.46);
}

.language-backlinks {
  max-width: 1220px;
  margin: 0 auto;
  text-align: center;
  font-size: 0.46rem;
  line-height: 1.85;
  letter-spacing: 0.02em;
}

.language-backlinks a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.language-backlinks a:hover,
.language-backlinks a:focus-visible,
.language-backlinks a[aria-current="page"] {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.language-separator {
  color: rgba(255, 255, 255, 0.23);
}

.mobile-page-nav {
  display: none;
}

.lobby-mosaic {
  grid-template-rows: repeat(2, 320px) 360px;
}

.lobby-mosaic .lobby-corridor-photo {
  grid-row: 3;
  grid-column: 1 / -1;
}

.localized-lobby-photo {
  padding-block: 94px;
}

.localized-lobby-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.localized-lobby-photo p {
  margin: 12px 0 0;
  color: var(--soft-ink);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .mobile-page-nav {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(660px, 100%);
    margin-top: 30px;
    overflow: hidden;
    border: 1px solid rgba(23, 20, 13, 0.3);
    border-radius: 2px;
    background: linear-gradient(135deg, #e6bd54 0%, #d7a73d 58%, #c89224 100%);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.26);
  }

  .mobile-page-nav a {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 8px 6px;
    border-right: 1px solid rgba(23, 20, 13, 0.22);
    color: #17140d;
    text-align: center;
    font-size: 0.62rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.07em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 180ms ease, color 180ms ease;
  }

  .mobile-page-nav a:last-child {
    border-right: 0;
  }

  .mobile-page-nav a[aria-current="page"] {
    background: rgba(23, 20, 13, 0.88);
    color: #f3d77f;
  }

  .mobile-page-nav a:hover,
  .mobile-page-nav a:focus-visible {
    background: rgba(255, 255, 255, 0.18);
  }

  .lobby-mosaic {
    grid-template-rows: none;
  }

  .lobby-mosaic .lobby-corridor-photo {
    grid-row: auto;
    grid-column: auto;
  }

  .language-backlink-bar {
    padding: 12px 16px 84px;
  }

  .language-backlinks {
    font-size: 0.44rem;
    line-height: 1.95;
  }
}

@media (max-width: 620px) {
  .mobile-page-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 26px;
  }

  .mobile-page-nav a:nth-child(2) {
    border-right: 0;
  }

  .mobile-page-nav a:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(23, 20, 13, 0.22);
  }

  .localized-lobby-photo {
    padding-block: 70px;
  }
}

/* Room dimensions */
.room-size {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  padding: 9px 12px;
  background: rgba(18, 17, 15, 0.78);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.room-specs {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}

.room-specs span {
  padding: 8px 11px;
  border: 1px solid rgba(158, 118, 33, 0.42);
  color: var(--gold-dark);
  font-size: 0.59rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Attractions */
.discovery-hero,
.facility-hero {
  position: relative;
  min-height: 760px;
  height: 88vh;
  overflow: hidden;
  color: #fff;
}

.discovery-hero > img,
.discovery-shade,
.facility-hero > img,
.facility-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.discovery-hero > img,
.facility-hero > img {
  object-fit: cover;
}

.discovery-hero > img {
  object-position: center 56%;
}

.discovery-shade,
.facility-hero-shade {
  background:
    linear-gradient(90deg, rgba(12, 12, 11, 0.84), rgba(12, 12, 11, 0.38) 55%, rgba(12, 12, 11, 0.1)),
    linear-gradient(0deg, rgba(10, 10, 9, 0.56), transparent 48%);
}

.discovery-content,
.facility-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-top: 80px;
}

.discovery-content h1,
.facility-hero-content h1 {
  max-width: 1100px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.5rem, 6.3vw, 6.9rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.discovery-content h1 em,
.facility-hero-content h1 em {
  color: #f1d995;
  font-weight: 400;
}

.discovery-content > p:last-child,
.facility-hero-content > p:last-child {
  max-width: 620px;
  margin: 29px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.02rem;
  line-height: 1.78;
}

.discovery-intro,
.facility-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
  padding-block: 130px 110px;
}

.discovery-intro h2,
.facility-intro h2,
.facility-section-heading h2,
.facility-feature-copy h2,
.route-cta h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.03;
}

.discovery-intro h2,
.facility-intro h2 {
  max-width: 650px;
  font-size: clamp(3rem, 5vw, 5.3rem);
}

.discovery-intro > div:last-child {
  padding-top: 35px;
  border-top: 1px solid var(--line);
}

.discovery-intro > div:last-child p {
  margin: 0 0 22px;
  color: var(--soft-ink);
  line-height: 1.82;
}

.walk-note {
  padding-left: 18px;
  border-left: 2px solid var(--gold);
  font-size: 0.79rem;
}

.attraction-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 58px 18px;
  padding-bottom: 140px;
}

.attraction-card {
  min-width: 0;
}

.attraction-photo {
  position: relative;
  aspect-ratio: 1.18 / 1;
  overflow: hidden;
  background: #d8d0c4;
}

.attraction-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}

.attraction-card:hover .attraction-photo img {
  transform: scale(1.018);
}

.attraction-photo > span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 8px 10px;
  background: rgba(17, 16, 14, 0.78);
  color: #fff;
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  backdrop-filter: blur(6px);
}

.attraction-copy {
  padding: 22px 4px 0;
}

.attraction-meta {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  color: var(--gold-dark);
  font-size: 0.61rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.attraction-meta strong {
  color: var(--ink);
}

.attraction-copy h2 {
  margin: 14px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 2.6vw, 2.7rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.attraction-copy p {
  margin: 0;
  color: var(--soft-ink);
  font-size: 0.86rem;
  line-height: 1.72;
}

.route-cta {
  padding: 105px 0;
  background: #151513;
  color: #fff;
}

.route-cta > div {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
}

.route-cta h2 {
  max-width: 760px;
  font-size: clamp(3rem, 5vw, 5.6rem);
}

.route-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 18px;
  min-width: 235px;
}

/* Facilities */
.facility-hero > img {
  object-position: center;
  transform: scale(1.01);
}

.facility-intro {
  align-items: start;
}

.facility-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}

.facility-service-grid > div {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 100px;
  padding: 18px 12px 20px 0;
  border-top: 1px solid var(--line);
}

.facility-service-grid span {
  color: var(--gold-dark);
  font-size: 0.58rem;
  letter-spacing: 0.14em;
}

.facility-service-grid strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.16rem;
  font-weight: 400;
}

.facility-feature {
  display: grid;
  grid-template-columns: 1.45fr 0.55fr;
  min-height: 680px;
  background: #121819;
  color: #fff;
}

.facility-feature-photo {
  overflow: hidden;
}

.facility-feature-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.facility-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 65px;
}

.facility-feature-copy h2 {
  font-size: clamp(3rem, 5vw, 5.6rem);
}

.facility-feature-copy > p:last-child {
  margin: 27px 0 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
}

.facility-gallery-block,
.facility-rooms {
  padding-block: 135px;
}

.facility-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 55px;
}

.facility-section-heading h2 {
  font-size: clamp(3.1rem, 5vw, 5.5rem);
}

.facility-section-heading > p,
.facility-section-heading > a {
  max-width: 430px;
  margin: 0 0 5px;
  color: var(--soft-ink);
  font-size: 0.88rem;
  line-height: 1.75;
}

.facility-section-heading > a {
  padding-bottom: 5px;
  border-bottom: 1px solid var(--ink);
  color: var(--ink);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.facility-mosaic {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  grid-template-rows: repeat(2, 320px);
  gap: 12px;
}

.facility-mosaic figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #d8d0c4;
}

.facility-mosaic figure:first-child {
  grid-row: 1 / 3;
}

.facility-mosaic figure:nth-child(4) {
  display: none;
}

.facility-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.facility-mosaic figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 8px 11px;
  background: rgba(18, 17, 15, 0.72);
  color: #fff;
  font-size: 0.56rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.exterior-showcase {
  padding-block: 120px;
  background: #171713;
  color: #fff;
}

.exterior-showcase .facility-section-heading > p {
  color: rgba(255, 255, 255, 0.65);
}

.exterior-pair {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 12px;
  width: min(1500px, calc(100% - 32px));
  margin-inline: auto;
}

.exterior-pair img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.facility-room-list article {
  padding-block: 34px 48px;
  border-top: 1px solid var(--line);
}

.facility-room-title {
  display: grid;
  grid-template-columns: 50px 1fr auto;
  gap: 20px;
  align-items: center;
  margin-bottom: 25px;
}

.facility-room-title > span,
.facility-room-title > strong {
  color: var(--gold-dark);
  font-size: 0.62rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.facility-room-title h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.4vw, 3.5rem);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.facility-room-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding-left: 70px;
}

.facility-room-images img {
  width: 100%;
  aspect-ratio: 1.5 / 1;
  object-fit: cover;
}

@media (max-width: 980px) {
  .attraction-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .discovery-intro,
  .facility-intro {
    gap: 55px;
  }

  .facility-feature-copy {
    padding: 45px;
  }

  .exterior-pair img {
    height: 470px;
  }
}

@media (max-width: 720px) {
  .discovery-hero,
  .facility-hero {
    min-height: 700px;
    height: 88svh;
  }

  .discovery-hero > img {
    object-position: 62% center;
  }

  .discovery-shade,
  .facility-hero-shade {
    background: linear-gradient(0deg, rgba(12, 11, 10, 0.92), rgba(12, 11, 10, 0.2));
  }

  .discovery-content,
  .facility-hero-content {
    justify-content: flex-end;
    padding-bottom: 75px;
  }

  .discovery-content h1,
  .facility-hero-content h1 {
    font-size: clamp(3rem, 13vw, 4.4rem);
  }

  .discovery-intro,
  .facility-intro {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-block: 88px 75px;
  }

  .attraction-list {
    grid-template-columns: 1fr;
    gap: 52px;
    padding-bottom: 90px;
  }

  .attraction-photo {
    aspect-ratio: 1.25 / 1;
  }

  .route-cta {
    padding: 80px 0;
  }

  .route-cta > div,
  .facility-section-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .route-actions {
    width: 100%;
    margin-top: 18px;
  }

  .facility-service-grid {
    grid-template-columns: 1fr 1fr;
  }

  .facility-feature {
    grid-template-columns: 1fr;
  }

  .facility-feature-photo {
    min-height: 420px;
  }

  .facility-feature-copy {
    padding: 65px 28px;
  }

  .facility-gallery-block,
  .facility-rooms {
    padding-block: 88px;
  }

  .facility-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .facility-mosaic figure,
  .facility-mosaic figure:first-child,
  .facility-mosaic figure:nth-child(4) {
    display: block;
    grid-row: auto;
    aspect-ratio: 1.2 / 1;
  }

  .exterior-showcase {
    padding-block: 85px;
  }

  .exterior-pair {
    grid-template-columns: 1fr;
  }

  .exterior-pair img {
    height: auto;
    aspect-ratio: 1.2 / 1;
  }

  .facility-room-title {
    grid-template-columns: 34px 1fr;
  }

  .facility-room-title > strong {
    grid-column: 2;
  }

  .facility-room-images {
    grid-template-columns: 1fr;
    padding-left: 0;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist), Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.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;
}

.section-shell {
  width: min(1220px, calc(100% - 64px));
  margin-inline: auto;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  padding: 25px 42px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.brand,
.footer-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  line-height: 1;
}

.brand {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 2px;
  background: rgba(10, 10, 9, 0.34);
  backdrop-filter: blur(10px);
}

.brand-logo {
  width: clamp(154px, 13vw, 205px);
  height: auto;
}

.footer-logo {
  width: min(225px, 100%);
  height: auto;
}

.brand span,
.footer-brand span {
  font-size: 1.02rem;
  font-weight: 730;
  letter-spacing: 0.17em;
}

.brand small,
.footer-brand small {
  margin-top: 7px;
  font-size: 0.55rem;
  letter-spacing: 0.38em;
  opacity: 0.68;
}

.site-header nav {
  display: flex;
  gap: 34px;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.site-header nav a,
.text-link,
.header-book {
  transition: opacity 180ms ease;
}

.language-select-wrap {
  position: relative;
  justify-self: end;
  width: min(218px, 22vw);
}

.language-select {
  width: 100%;
  min-height: 42px;
  padding: 0 38px 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  color: #fff;
  background: rgba(12, 12, 11, 0.5);
  font: inherit;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  cursor: pointer;
  appearance: none;
  backdrop-filter: blur(10px);
}

.language-select option {
  color: var(--ink);
  background: #fff;
}

.language-select:focus-visible {
  outline: 2px solid #f1d995;
  outline-offset: 3px;
}

.language-arrow {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-55%);
  color: #fff;
  font-size: 1rem;
  pointer-events: none;
}

[dir="rtl"] .language-select {
  padding: 0 14px 0 38px;
}

[dir="rtl"] .language-arrow {
  right: auto;
  left: 14px;
}

.locale-hero {
  position: relative;
  min-height: 730px;
  height: 86vh;
  overflow: hidden;
  color: #fff;
}

.locale-hero > img,
.locale-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.locale-hero > img {
  object-fit: cover;
}

.locale-hero-shade {
  background: linear-gradient(90deg, rgba(10, 10, 9, 0.84), rgba(10, 10, 9, 0.35) 70%, rgba(10, 10, 9, 0.16));
}

.locale-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-top: 90px;
}

.locale-hero-copy h1 {
  max-width: 940px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 6vw, 6.6rem);
  font-weight: 400;
  letter-spacing: -0.052em;
  line-height: 0.98;
}

.locale-hero-copy > p:not(.kicker) {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.78;
}

.locale-section {
  padding-block: 120px;
}

.locale-section-heading {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 0.55fr);
  gap: 34px 90px;
  align-items: end;
  margin-bottom: 52px;
}

.locale-section-heading .kicker {
  grid-column: 1 / -1;
  margin-bottom: -18px;
}

.locale-section-heading h2,
.locale-feature-layout h2,
.locale-booking h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 4.7vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.locale-section-heading > p:last-child,
.locale-feature-layout > div > p:last-child {
  margin: 0;
  color: var(--soft-ink);
  line-height: 1.78;
}

.locale-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 52px 24px;
}

.locale-card {
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
}

.locale-card > img {
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
}

.locale-card > div {
  padding: 26px;
}

.locale-card span,
.locale-attraction span {
  color: var(--gold-dark);
  font-size: 0.63rem;
  font-weight: 740;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.locale-card h3,
.locale-attraction h3 {
  margin: 8px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  font-weight: 400;
}

.locale-card p {
  margin: 0;
  color: var(--soft-ink);
  font-size: 0.84rem;
  line-height: 1.72;
}

.locale-policy {
  margin-top: 42px;
  padding: 26px;
  border-left: 3px solid var(--gold);
  background: var(--cream);
}

.locale-policy p {
  margin: 8px 0 0;
  color: var(--soft-ink);
}

.locale-feature-section {
  padding-block: 100px;
  color: #fff;
  background: #151817;
}

.locale-feature-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 70px;
  align-items: center;
}

.locale-feature-layout > img {
  width: 100%;
  aspect-ratio: 1.4 / 1;
  object-fit: cover;
}

.locale-feature-layout > div > p:last-child {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.72);
}

.locale-attraction-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px 18px;
}

.locale-attraction img {
  width: 100%;
  aspect-ratio: 1.16 / 1;
  object-fit: cover;
}

.locale-attraction > div {
  padding-top: 18px;
}

.locale-attraction h3 {
  margin-bottom: 0;
  font-size: 1.45rem;
}

.locale-booking {
  padding-block: 78px;
  color: #fff;
  background: var(--ink);
}

.locale-booking > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.locale-booking h2 {
  font-size: clamp(2.2rem, 4vw, 4.2rem);
}

.site-header nav a:hover,
.text-link:hover,
.header-book:hover {
  opacity: 0.72;
}

.header-book {
  justify-self: end;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  font-size: 0.79rem;
  font-weight: 650;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 820px;
  height: min(92vh, 980px);
  overflow: hidden;
  color: #fff;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center 40%;
  transform: scale(1.005);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(13, 14, 14, 0.83) 0%, rgba(13, 14, 14, 0.52) 43%, rgba(13, 14, 14, 0.13) 72%),
    linear-gradient(0deg, rgba(7, 8, 9, 0.58) 0%, transparent 37%, rgba(6, 8, 12, 0.2) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(1220px, calc(100% - 84px));
  height: 100%;
  margin-inline: auto;
  padding-top: 55px;
}

.kicker {
  margin: 0 0 22px;
  color: #e3c578;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.kicker.dark {
  color: var(--gold-dark);
}

.hero h1 {
  max-width: 920px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.7rem, 6.5vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.hero h1 em {
  color: #f1d995;
  font-weight: 400;
}

.hero-copy {
  max-width: 570px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.07rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 36px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  min-height: 56px;
  padding: 0 25px;
  font-size: 0.76rem;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-gold {
  background: var(--gold);
  color: #17140d;
}

.button-gold:hover {
  background: #e0b54f;
}

.text-link {
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
}

.hero-note {
  position: absolute;
  z-index: 2;
  right: 42px;
  bottom: 36px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.note-line {
  width: 50px;
  height: 1px;
  background: var(--gold);
}

.booking-ribbon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px max(42px, calc((100vw - 1220px) / 2));
  background: var(--gold);
  color: #18150f;
}

.booking-ribbon > div {
  display: flex;
  align-items: baseline;
  gap: 22px;
}

.ribbon-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.68;
}

.booking-ribbon strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.booking-ribbon > a {
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-size: 0.76rem;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.intro {
  display: grid;
  grid-template-columns: 80px 1.45fr 0.75fr;
  gap: 44px;
  padding-block: 140px;
}

.section-number {
  padding-top: 7px;
  color: var(--gold-dark);
  font-size: 0.65rem;
  font-weight: 720;
  letter-spacing: 0.2em;
}

.intro h2,
.rooms-heading h2,
.pool-copy h2,
.neighbourhood-copy h2,
.lobby-strip h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.intro h2 {
  max-width: 720px;
  font-size: clamp(2.7rem, 4.8vw, 5rem);
}

.intro-copy {
  padding-top: 37px;
  border-top: 1px solid var(--line);
}

.intro-copy p {
  margin: 0 0 20px;
  color: var(--soft-ink);
  font-size: 0.97rem;
  line-height: 1.8;
}

.rooms-section {
  padding: 120px 0 150px;
  background: var(--cream);
}

.rooms-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 56px;
}

.rooms-heading h2 {
  font-size: clamp(3rem, 5.2vw, 5.4rem);
}

.rooms-heading > p {
  max-width: 390px;
  margin: 0 0 7px;
  color: var(--soft-ink);
  font-size: 0.95rem;
  line-height: 1.75;
}

.room-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 72px 28px;
}

.room-card {
  min-width: 0;
}

.room-card:nth-child(even) {
  transform: translateY(62px);
}

.room-image-wrap {
  position: relative;
  aspect-ratio: 1.38 / 1;
  overflow: hidden;
  background: #ddd4c5;
}

.room-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.room-card:hover .room-image-wrap img {
  transform: scale(1.025);
}

.room-index {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  background: rgba(20, 19, 16, 0.82);
  color: #fff;
  font-size: 0.64rem;
  letter-spacing: 0.12em;
  backdrop-filter: blur(7px);
}

.room-info {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 24px;
  padding: 25px 2px 0;
}

.room-info > p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--gold-dark);
  font-size: 0.65rem;
  font-weight: 720;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.room-info h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  font-weight: 400;
  letter-spacing: -0.035em;
}

.room-info > span {
  grid-column: 1 / -1;
  max-width: 520px;
  margin-top: 4px;
  color: var(--soft-ink);
  font-size: 0.9rem;
  line-height: 1.7;
}

.room-info > a {
  grid-column: 1 / -1;
  width: fit-content;
  margin-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--ink);
  font-size: 0.7rem;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pool-feature {
  display: grid;
  grid-template-columns: 1.42fr 0.58fr;
  min-height: 710px;
  background: #121819;
  color: #fff;
}

.pool-photo {
  min-height: 710px;
  overflow: hidden;
}

.pool-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pool-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px;
}

.pool-copy h2 {
  font-size: clamp(3.1rem, 5.6vw, 6rem);
}

.pool-copy > p:not(.kicker) {
  max-width: 390px;
  margin: 28px 0 34px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.8;
}

.pool-copy > a {
  width: fit-content;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.68);
  font-size: 0.74rem;
  font-weight: 720;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.neighbourhood {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 100px;
  align-items: center;
  padding-block: 150px;
}

.neighbourhood-image {
  aspect-ratio: 0.94 / 1;
  overflow: hidden;
}

.neighbourhood-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% center;
}

.neighbourhood-copy h2 {
  max-width: 580px;
  font-size: clamp(3.1rem, 5vw, 5.6rem);
}

.neighbourhood-copy > p:not(.kicker) {
  max-width: 540px;
  margin: 28px 0 28px;
  color: var(--soft-ink);
  font-size: 1rem;
  line-height: 1.85;
}

.neighbourhood address {
  margin-bottom: 30px;
  color: var(--soft-ink);
  font-size: 0.86rem;
  font-style: normal;
  line-height: 1.75;
}

.map-button {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 58px;
  padding: 0 22px;
  background: var(--ink);
  color: #fff;
  font-size: 0.71rem;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 180ms ease;
}

.map-button:hover {
  background: #34312b;
}

.map-button .pin {
  color: var(--gold);
  font-size: 0.7rem;
}

.map-button span:last-child {
  margin-left: 14px;
}

.lobby-strip {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  color: #fff;
}

.lobby-strip > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5) saturate(0.8);
}

.lobby-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 16, 10, 0.76), rgba(20, 16, 10, 0.18));
}

.lobby-strip > div {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(1220px, calc(100% - 64px));
  min-height: 690px;
  margin-inline: auto;
}

.lobby-strip h2 {
  max-width: 800px;
  margin-bottom: 35px;
  font-size: clamp(3.4rem, 6vw, 6.8rem);
}

.button-light {
  width: fit-content;
  background: #fff;
  color: var(--ink);
}

footer {
  padding: 82px 0 24px;
  background: #11110f;
  color: #fff;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.45fr 0.8fr 1fr 1fr;
  gap: 50px;
  padding-bottom: 68px;
}

.footer-contact,
.footer-address,
.footer-reserve {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.footer-top p {
  margin: 0 0 13px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.footer-contact a,
.footer-address address,
.footer-address a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.8rem;
  font-style: normal;
  line-height: 1.65;
}

.footer-address a {
  margin-top: 5px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.footer-reserve > a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 17px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.26);
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  color: #e6c56f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.36);
  font-size: 0.64rem;
  letter-spacing: 0.07em;
}

.mobile-book {
  display: none;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding-inline: 28px;
  }

  .site-header nav {
    display: none;
  }

  .hero-content {
    width: calc(100% - 56px);
  }

  .hero-note {
    right: 28px;
  }

  .intro {
    grid-template-columns: 56px 1fr;
  }

  .intro-copy {
    grid-column: 2;
  }

  .pool-feature {
    grid-template-columns: 1.12fr 0.88fr;
  }

  .pool-copy {
    padding: 48px;
  }

  .neighbourhood {
    gap: 58px;
  }

  .footer-top {
    grid-template-columns: repeat(2, 1fr);
  }

  .language-select-wrap {
    width: min(210px, 34vw);
  }

  .locale-section-heading {
    grid-template-columns: 1fr;
  }

  .locale-feature-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 60px;
  }

  .section-shell {
    width: calc(100% - 36px);
  }

  .site-header {
    padding: 18px;
  }

  .brand span {
    font-size: 0.82rem;
  }

  .language-select-wrap {
    width: min(154px, 45vw);
  }

  .language-select {
    min-height: 38px;
    padding-inline-start: 10px;
    font-size: 0.64rem;
  }

  .locale-hero {
    min-height: 660px;
    height: 88svh;
  }

  .locale-hero-copy h1 {
    font-size: clamp(2.7rem, 13vw, 4.4rem);
  }

  .locale-section {
    padding-block: 80px;
  }

  .locale-card-grid,
  .locale-attraction-grid {
    grid-template-columns: 1fr;
  }

  .locale-feature-section {
    padding-block: 70px;
  }

  .locale-feature-layout {
    gap: 38px;
  }

  .locale-booking > div {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero {
    min-height: 690px;
    height: 90svh;
  }

  .hero-image {
    object-position: 56% center;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(8, 9, 9, 0.88) 0%, rgba(8, 9, 9, 0.5) 50%, rgba(8, 9, 9, 0.22) 100%),
      linear-gradient(90deg, rgba(8, 9, 9, 0.32), transparent);
  }

  .hero-content {
    justify-content: flex-end;
    width: calc(100% - 36px);
    padding: 0 0 86px;
  }

  .hero h1 {
    font-size: clamp(3.05rem, 13vw, 4.5rem);
    line-height: 0.98;
  }

  .hero-copy {
    margin-top: 20px;
    font-size: 0.92rem;
    line-height: 1.65;
  }

  .hero-actions {
    gap: 18px;
    margin-top: 25px;
  }

  .hero .hero-actions,
  .locale-hero .hero-actions,
  .room-page-hero .room-hero-content > .button {
    display: none;
  }

  .hero-actions .text-link {
    display: none;
  }

  .hero-note {
    display: none;
  }

  .booking-ribbon {
    align-items: flex-start;
    gap: 18px;
    padding: 22px 18px;
  }

  .booking-ribbon > div {
    display: block;
  }

  .booking-ribbon strong {
    display: block;
    margin-top: 5px;
    font-size: 1rem;
  }

  .booking-ribbon > a {
    flex: 0 0 auto;
    margin-top: 2px;
    font-size: 0.61rem;
  }

  .intro {
    display: block;
    padding-block: 90px;
  }

  .section-number {
    margin-bottom: 34px;
  }

  .intro h2 {
    font-size: clamp(2.6rem, 11vw, 4rem);
  }

  .intro-copy {
    margin-top: 42px;
  }

  .rooms-section {
    padding: 86px 0 105px;
  }

  .rooms-heading {
    display: block;
    margin-bottom: 36px;
  }

  .rooms-heading > p {
    margin-top: 20px;
  }

  .room-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .room-card:nth-child(even) {
    transform: none;
  }

  .room-image-wrap {
    aspect-ratio: 1.16 / 1;
  }

  .room-info {
    padding-top: 20px;
  }

  .pool-feature {
    grid-template-columns: 1fr;
  }

  .pool-photo {
    min-height: 430px;
  }

  .pool-copy {
    min-height: 470px;
    padding: 60px 24px;
  }

  .neighbourhood {
    grid-template-columns: 1fr;
    gap: 54px;
    padding-block: 90px;
  }

  .neighbourhood-image {
    aspect-ratio: 1 / 1.12;
  }

  .lobby-strip,
  .lobby-strip > div {
    min-height: 590px;
  }

  .lobby-strip > div {
    width: calc(100% - 36px);
  }

  .lobby-strip h2 {
    font-size: clamp(3rem, 12vw, 4.8rem);
  }

  footer {
    padding-bottom: 92px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }

  .mobile-book {
    position: fixed;
    z-index: 50;
    right: 14px;
    bottom: 14px;
    left: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
    padding: 0 21px;
    background: var(--gold);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.25);
    color: #17140d;
    font-size: 0.72rem;
    font-weight: 760;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

/* Property facilities */
.property-services {
  padding: 0 0 140px;
  background: var(--paper);
}

.services-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 55px;
}

.services-heading h2,
.room-value h2,
.check-title h2,
.room-collection-heading h2,
.amenities-heading h2,
.policies-heading h2,
.room-final-cta h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.03;
}

.services-heading h2 {
  font-size: clamp(2.8rem, 4.8vw, 5rem);
}

.services-heading > p {
  max-width: 420px;
  margin: 0 0 4px;
  color: var(--soft-ink);
  font-size: 0.95rem;
  line-height: 1.75;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}

.service-item {
  display: flex;
  flex-direction: column;
  gap: 34px;
  min-height: 150px;
  padding: 22px 20px 25px 0;
  border-top: 1px solid var(--line);
}

.service-item span {
  color: var(--gold-dark);
  font-size: 0.59rem;
  font-weight: 740;
  letter-spacing: 0.17em;
}

.service-item strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  font-weight: 400;
}

.room-details-link {
  margin-left: 150px;
  border-bottom-color: var(--gold-dark) !important;
  color: var(--gold-dark);
}

/* Dedicated Rooms page */
.room-page-hero {
  position: relative;
  min-height: 760px;
  height: 88vh;
  overflow: hidden;
  color: #fff;
}

.room-page-hero > img,
.room-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.room-page-hero > img {
  object-fit: cover;
  object-position: center 46%;
}

.room-hero-shade {
  background:
    linear-gradient(90deg, rgba(16, 15, 13, 0.84), rgba(16, 15, 13, 0.43) 53%, rgba(16, 15, 13, 0.12)),
    linear-gradient(0deg, rgba(10, 9, 8, 0.58), transparent 50%);
}

.room-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-top: 70px;
}

.room-hero-content h1 {
  max-width: 1030px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.5rem, 6.3vw, 6.8rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.97;
}

.room-hero-content h1 em {
  color: #f1d995;
  font-weight: 400;
}

.room-hero-content > p:not(.kicker) {
  max-width: 600px;
  margin: 27px 0 34px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.04rem;
  line-height: 1.75;
}

.room-hero-content .button {
  width: fit-content;
}

.room-value {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 110px;
  padding-block: 135px;
}

.room-value h2 {
  max-width: 650px;
  font-size: clamp(3rem, 5vw, 5.2rem);
}

.room-value-copy {
  padding-top: 38px;
  border-top: 1px solid var(--line);
}

.room-value-copy p {
  margin: 0 0 20px;
  color: var(--soft-ink);
  font-size: 0.96rem;
  line-height: 1.84;
}

.room-value-copy strong {
  color: var(--ink);
  font-weight: 620;
}

.check-times {
  background: var(--gold);
}

.check-times-inner {
  display: grid;
  grid-template-columns: 1.5fr 0.75fr 0.75fr;
  align-items: center;
  min-height: 190px;
}

.check-title p,
.check-time span {
  margin: 0 0 10px;
  font-size: 0.62rem;
  font-weight: 740;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.62;
}

.check-title h2 {
  font-size: 2.35rem;
}

.check-time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 116px;
  padding-left: 45px;
  border-left: 1px solid rgba(24, 23, 20, 0.22);
}

.check-time strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.5rem;
  font-weight: 400;
}

.room-collection {
  padding: 130px 0 150px;
  background: var(--cream);
}

.room-collection-heading {
  margin-bottom: 90px;
}

.room-collection-heading h2 {
  font-size: clamp(3.2rem, 5.5vw, 5.7rem);
}

.room-detail {
  padding: 0 0 110px;
  scroll-margin-top: 40px;
}

.room-detail + .room-detail {
  padding-top: 110px;
  border-top: 1px solid var(--line);
}

.room-detail-heading {
  display: grid;
  grid-template-columns: 60px 1fr 0.72fr;
  gap: 30px;
  align-items: end;
  margin-bottom: 38px;
}

.room-detail-heading > span {
  align-self: start;
  padding-top: 9px;
  color: var(--gold-dark);
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.18em;
}

.room-detail-heading > div > p {
  margin: 0 0 8px;
  color: var(--gold-dark);
  font-size: 0.63rem;
  font-weight: 740;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.room-detail-heading h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 4.5vw, 4.8rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1;
}

.room-detail-heading > p {
  margin: 0 0 4px;
  color: var(--soft-ink);
  font-size: 0.92rem;
  line-height: 1.75;
}

.room-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 250px;
  gap: 12px;
  height: auto;
}

.room-gallery-1 {
  display: block;
  height: auto;
}

.room-gallery figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #d9d0c3;
}

.room-gallery-1 figure {
  aspect-ratio: 1.75 / 1;
}

.room-gallery-6 figure:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.room-gallery-4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 340px;
}

.room-gallery-3 {
  grid-template-columns: 1.45fr 0.8fr;
  grid-template-rows: repeat(2, 285px);
}

.room-gallery-3 figure:first-child {
  grid-row: 1 / 3;
}

.room-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}

.room-gallery figure:hover img {
  transform: scale(1.018);
}

.room-gallery figcaption {
  position: absolute;
  right: 13px;
  bottom: 13px;
  padding: 8px 11px;
  background: rgba(18, 17, 15, 0.72);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.56rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(7px);
}

.room-book-link {
  display: inline-flex;
  gap: 45px;
  margin-top: 28px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--ink);
  font-size: 0.7rem;
  font-weight: 740;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.room-amenities {
  padding: 135px 0;
  background: #151613;
  color: #fff;
}

.amenities-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
}

.amenities-heading h2 {
  max-width: 540px;
  font-size: clamp(3.1rem, 5vw, 5.5rem);
}

.amenities-heading > p:not(.kicker) {
  max-width: 430px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.8;
}

.amenity-groups {
  display: grid;
  gap: 42px;
}

.amenity-group {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 35px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.amenity-group h3 {
  margin: 0;
  color: #e3c578;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.amenity-group ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.amenity-group li {
  display: flex;
  gap: 11px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.84rem;
  line-height: 1.5;
}

.amenity-group li span {
  color: var(--gold);
}

.guest-policies {
  display: grid;
  grid-template-columns: 0.78fr 1.02fr 0.7fr;
  gap: 55px;
  padding-block: 140px;
}

.policies-heading h2 {
  font-size: clamp(3.2rem, 5vw, 5rem);
}

.deposit-card {
  padding: 35px;
  background: var(--cream);
}

.deposit-card > span {
  display: block;
  margin-bottom: 13px;
  color: var(--gold-dark);
  font-size: 0.63rem;
  font-weight: 740;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.deposit-card strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.7rem;
  font-weight: 400;
}

.deposit-card p {
  margin: 24px 0 0;
  color: var(--soft-ink);
  font-size: 0.9rem;
  line-height: 1.75;
}

.policy-list > div {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 13px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}

.policy-list > div:last-child {
  border-bottom: 1px solid var(--line);
}

.policy-list span {
  color: var(--gold-dark);
  font-size: 0.57rem;
  font-weight: 740;
  letter-spacing: 0.1em;
}

.policy-list p {
  margin: 0;
  color: var(--soft-ink);
  font-size: 0.87rem;
  line-height: 1.65;
}

.room-final-cta {
  padding: 120px 0;
  background: #2b2720;
  color: #fff;
  text-align: center;
}

.room-final-cta h2 {
  font-size: clamp(3.2rem, 5.7vw, 6rem);
}

.room-final-cta > div > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin-top: 36px;
}

.room-map-link {
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.58);
  font-size: 0.74rem;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .room-details-link {
    margin-left: 80px;
  }

  .room-value,
  .amenities-layout {
    gap: 55px;
  }

  .guest-policies {
    grid-template-columns: 0.7fr 1.3fr;
  }

  .policy-list {
    grid-column: 2;
  }
}

@media (max-width: 720px) {
  .property-services {
    padding-bottom: 90px;
  }

  .services-heading {
    display: block;
    margin-bottom: 34px;
  }

  .services-heading > p {
    margin-top: 20px;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-item {
    min-height: 126px;
    gap: 24px;
    padding-right: 10px;
  }

  .service-item strong {
    font-size: 1.05rem;
  }

  .room-details-link {
    margin-left: 26px;
  }

  .room-page-hero {
    min-height: 700px;
    height: 88svh;
  }

  .room-page-hero > img {
    object-position: 58% center;
  }

  .room-hero-shade {
    background: linear-gradient(0deg, rgba(13, 12, 10, 0.9), rgba(13, 12, 10, 0.3));
  }

  .room-hero-content {
    justify-content: flex-end;
    padding: 0 0 78px;
  }

  .room-hero-content h1 {
    font-size: clamp(3rem, 13vw, 4.4rem);
  }

  .room-value {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-block: 88px;
  }

  .check-times-inner {
    grid-template-columns: repeat(2, 1fr);
    padding-block: 35px;
  }

  .check-title {
    grid-column: 1 / -1;
    padding-bottom: 28px;
  }

  .check-time {
    min-height: 95px;
    padding-left: 18px;
  }

  .check-time:nth-child(2) {
    border-left: 0;
    padding-left: 0;
  }

  .check-time strong {
    font-size: 2.1rem;
  }

  .room-collection {
    padding: 88px 0 100px;
  }

  .room-collection-heading {
    margin-bottom: 60px;
  }

  .room-detail {
    padding-bottom: 78px;
  }

  .room-detail + .room-detail {
    padding-top: 78px;
  }

  .room-detail-heading {
    grid-template-columns: 34px 1fr;
    gap: 18px;
  }

  .room-detail-heading > p {
    grid-column: 2;
    margin-top: 8px;
  }

  .room-gallery,
  .room-gallery-1 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    height: auto;
  }

  .room-gallery figure,
  .room-gallery-1 figure {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 1.18 / 1;
  }

  .room-amenities {
    padding: 88px 0;
  }

  .amenities-layout {
    grid-template-columns: 1fr;
    gap: 62px;
  }

  .amenity-group {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .amenity-group ul {
    grid-template-columns: 1fr;
  }

  .guest-policies {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-block: 88px;
  }

  .policy-list {
    grid-column: auto;
  }

  .room-final-cta {
    padding: 90px 0;
  }

  .room-final-cta > div > div {
    flex-direction: column;
  }
}

/* Keep the newly supplied lobby corridor visible as the full-width final tile. */
.facility-mosaic.lobby-mosaic {
  grid-template-rows: repeat(2, 320px) 360px;
}

.facility-mosaic.lobby-mosaic .lobby-corridor-photo {
  display: block;
  grid-row: 3;
  grid-column: 1 / -1;
}

@media (max-width: 720px) {
  .facility-mosaic.lobby-mosaic {
    grid-template-rows: none;
  }

  .facility-mosaic.lobby-mosaic .lobby-corridor-photo {
    grid-row: auto;
    grid-column: auto;
  }
}
