@font-face {
  font-family: "Newsreader";
  src: url("/fonts/newsreader-latin-variable.01817351be3edfc1.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 500;
  font-display: optional;
}

@font-face {
  font-family: "Manrope";
  src: url("/fonts/manrope-latin-variable.e310b55a7fd9677f.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

:root {
  --ink: #171510;
  --ink-deep: #0d0c09;
  --ink-soft: #25221b;
  --ivory: #f2eee6;
  --ivory-warm: #e9e2d6;
  --paper: #f8f5ef;
  --paper-deep: #ddd3c4;
  --gold: #a8833e;
  --gold-bright: #d5bd7d;
  --gold-pale: #eadcb9;
  --oxblood: #641f2a;
  --moss: #394238;
  --muted: #756f65;
  --muted-light: #b9b1a4;
  --line-dark: rgba(23, 21, 16, 0.18);
  --line-light: rgba(248, 245, 239, 0.2);
  --serif: "Newsreader", "Iowan Old Style", "Baskerville", Georgia, serif;
  --sans: "Manrope", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ease-luxury: cubic-bezier(0.22, 1, 0.36, 1);
  --content: min(1380px, calc(100vw - 96px));
  --chat-launcher-size: 64px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 400;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

::selection {
  background: var(--gold-pale);
  color: var(--ink);
}

:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: -80px;
  left: 20px;
  padding: 11px 16px;
  background: var(--paper);
  color: var(--ink);
  text-decoration: none;
  transition: top 180ms ease;
}

.skip-link:focus {
  top: 18px;
}

.page-intro {
  position: fixed;
  z-index: 180;
  inset: 0;
  display: grid;
  place-items: center;
  background: var(--ink-deep);
  color: var(--ivory);
  transition: clip-path 1.1s var(--ease-luxury), visibility 1.1s;
  clip-path: inset(0 0 0 0);
  animation: introFallback 0s 3.5s forwards;
}

.page-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.86' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
  pointer-events: none;
}

.page-intro-mark {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-intro-mark img {
  width: 116px;
  height: 116px;
  object-fit: contain;
  opacity: 0;
  animation: introMark 900ms 120ms var(--ease-luxury) forwards;
}

.page-intro-mark span {
  width: 0;
  height: 1px;
  margin: 22px 0 14px;
  background: var(--gold-bright);
  animation: introLine 850ms 320ms var(--ease-luxury) forwards;
}

.page-intro-mark p {
  margin: 0;
  opacity: 0;
  color: var(--muted-light);
  font-size: 0.63rem;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  animation: introMark 700ms 560ms var(--ease-luxury) forwards;
}

body.is-ready .page-intro {
  visibility: hidden;
  clip-path: inset(0 0 100% 0);
}

.scroll-progress {
  position: fixed;
  z-index: 120;
  inset: 0 0 auto;
  height: 2px;
  pointer-events: none;
}

.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--gold-bright);
  transform: scaleX(0);
  transform-origin: left center;
}

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  min-height: 98px;
  display: grid;
  grid-template-columns: 116px 1fr 116px;
  align-items: center;
  padding: 10px clamp(24px, 4.7vw, 76px);
  color: var(--paper);
  transition: min-height 450ms var(--ease-luxury), background-color 450ms ease, border-color 450ms ease, color 450ms ease;
}

.site-header::after {
  content: "";
  position: absolute;
  inset: auto clamp(24px, 4.7vw, 76px) 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.24);
  transform-origin: left;
  transition: background-color 450ms ease;
}

.site-header.is-scrolled {
  min-height: 76px;
  background: rgba(242, 238, 230, 0.94);
  color: var(--ink);
  box-shadow: 0 8px 36px rgba(20, 17, 12, 0.05);
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled::after {
  background: var(--line-dark);
}

.brand {
  display: inline-flex;
  width: 76px;
  height: 76px;
  align-items: center;
  justify-content: center;
}

.brand img {
  width: 76px;
  height: 76px;
  object-fit: contain;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.35));
  transition: width 450ms var(--ease-luxury), height 450ms var(--ease-luxury), filter 450ms ease;
}

.site-header.is-scrolled .brand,
.site-header.is-scrolled .brand img {
  width: 58px;
  height: 58px;
}

.site-header.is-scrolled .brand img {
  filter: brightness(0.38) sepia(1) saturate(0.65) hue-rotate(353deg) drop-shadow(0 6px 16px rgba(0, 0, 0, 0.08));
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 3.4vw, 52px);
}

.nav a,
.header-reserve,
.menu-toggle {
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.nav a {
  position: relative;
  padding: 10px 0;
  text-decoration: none;
}

.nav .nav-enquire {
  display: none;
}

.nav a::after {
  content: "";
  position: absolute;
  inset: auto 0 5px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 400ms var(--ease-luxury);
}

.nav a:hover::after,
.nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}


.nav-social {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 4px;
}

.nav-social a {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 50%;
  color: inherit;
  transition: background-color 300ms ease;
}

.nav-social a::after {
  display: none;
}

.nav-social a:hover,
.nav-social a:focus-visible {
  background: rgba(255, 255, 255, 0.16);
}

.site-header.is-scrolled .nav-social a:hover,
.site-header.is-scrolled .nav-social a:focus-visible {
  background: rgba(23, 21, 16, 0.08);
}

.nav-social svg {
  width: 16px;
  height: 16px;
  display: block;
}

.header-reserve {
  justify-self: end;
  padding: 11px 0 9px;
  border-bottom: 1px solid currentColor;
  text-decoration: none;
}

.menu-toggle {
  display: none;
  appearance: none;
  border: 0;
  padding: 12px 0;
  background: transparent;
  color: inherit;
}

.hero {
  min-height: max(700px, 92svh);
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  padding: 164px clamp(24px, 6.2vw, 100px) 104px;
  background: var(--ink-deep);
  color: var(--paper);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.hero::before {
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(9, 8, 6, 0.65) 0%, rgba(9, 8, 6, 0.3) 44%, rgba(9, 8, 6, 0.04) 78%),
    linear-gradient(180deg, rgba(8, 7, 5, 0.42) 0%, transparent 32%, rgba(8, 7, 5, 0.56) 100%);
}

.hero::after {
  z-index: 0;
  opacity: 0.13;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.hero-slides,
.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}

.hero-media {
  object-fit: cover;
  opacity: 0;
  filter: saturate(0.92) contrast(1.03) brightness(0.88);
  transform: scale(1.04);
  will-change: opacity, transform;
}

.hero-media-one {
  opacity: 1;
  object-position: center center;
}

.hero-media-two {
  object-position: center 52%;
}

.hero-media-three {
  object-position: center 46%;
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(690px, 68vw);
  margin-bottom: 0;
}

.eyebrow {
  margin: 0 0 24px;
  color: #795f2d;
  font-size: 0.66rem;
  font-weight: 650;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--gold-pale);
}

.hero-eyebrow span + span::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 1px;
  margin: 0 22px 3px 0;
  background: rgba(234, 220, 185, 0.6);
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  font-family: var(--serif);
  font-weight: 350;
}

h1 {
  margin-bottom: 0;
  font-size: clamp(3.8rem, 6.4vw, 6.8rem);
  line-height: 0.88;
  letter-spacing: -0.05em;
}

h1 span {
  display: block;
}

h1 span:last-child {
  margin-left: 0.42em;
  font-style: italic;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(3.2rem, 6.6vw, 7.3rem);
  line-height: 0.91;
  letter-spacing: -0.048em;
}

.hero-copy {
  max-width: 600px;
  margin: 28px 0 0 4px;
  color: rgba(248, 245, 239, 0.82);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  font-weight: 350;
}

.hero-photo-note {
  position: absolute;
  z-index: 2;
  right: clamp(24px, 4.7vw, 76px);
  bottom: 32px;
  margin: 0;
  color: rgba(248, 245, 239, 0.7);
  font-size: 0.56rem;
  font-weight: 650;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-actions,
.enquire-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 38px;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  min-width: 214px;
  padding: 14px 18px 14px 22px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.66rem;
  font-weight: 650;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: color 400ms ease, background 400ms ease, border-color 400ms ease, transform 400ms var(--ease-luxury);
}

.button i {
  font-family: var(--sans);
  font-size: 1rem;
  font-style: normal;
  font-weight: 350;
  transition: transform 400ms var(--ease-luxury);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
}

.button:hover i,
.button:focus-visible i {
  transform: translate(3px, -2px);
}

.button-light {
  background: var(--ivory);
  color: var(--ink);
}

.button-light:hover,
.button-light:focus-visible {
  background: #fff;
}

.button-dark {
  background: var(--ink);
  color: var(--paper);
}

.button-dark:hover,
.button-dark:focus-visible {
  background: var(--oxblood);
}

.button-outline {
  border-color: rgba(23, 21, 16, 0.38);
  color: var(--ink);
}

.button-outline:hover,
.button-outline:focus-visible {
  border-color: var(--ink);
  background: rgba(23, 21, 16, 0.04);
}

.quiet-link,
.line-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 10px 0 7px;
  text-decoration: none;
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.quiet-link::after,
.line-link::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: currentColor;
  transform-origin: right;
  transition: transform 450ms var(--ease-luxury);
}

.quiet-link:hover::after,
.quiet-link:focus-visible::after,
.line-link:hover::after,
.line-link:focus-visible::after {
  transform: scaleX(0.38);
}

.hero-rail {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(8, 7, 5, 0.3);
  backdrop-filter: blur(12px);
}

.hero-rail div {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 20px clamp(24px, 4.3vw, 68px);
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-rail div:last-child {
  border-right: 0;
}

.hero-rail span {
  color: var(--gold-pale);
  font-size: 0.57rem;
  font-weight: 650;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-rail strong {
  color: rgba(248, 245, 239, 0.86);
  font-family: var(--serif);
  font-size: 1.08rem;
  font-weight: 350;
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  right: clamp(24px, 4.7vw, 76px);
  bottom: 122px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(248, 245, 239, 0.72);
  font-size: 0.58rem;
  font-weight: 650;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
  transform: rotate(90deg) translateX(100%);
  transform-origin: right bottom;
}

.scroll-cue span {
  width: 52px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.24);
}

.scroll-cue span::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--gold-bright);
  animation: scrollCue 2.1s ease-in-out infinite;
}

.section-index {
  display: grid;
  grid-template-columns: auto minmax(40px, 92px) auto;
  align-items: center;
  gap: 16px;
  width: max-content;
  color: #6c645a;
  font-size: 0.58rem;
  font-weight: 650;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.section-index i {
  height: 1px;
  background: currentColor;
  opacity: 0.48;
}

.section-index.light {
  color: var(--gold-pale);
}

.hotel-intro {
  display: grid;
  grid-template-columns: minmax(130px, 0.28fr) minmax(420px, 1.12fr) minmax(300px, 0.6fr);
  gap: clamp(38px, 5vw, 84px);
  align-items: start;
  padding: clamp(110px, 12vw, 196px) max(48px, calc((100vw - 1380px) / 2));
  background: var(--ivory);
}

.hotel-intro .section-index {
  margin-top: 16px;
}

.hotel-intro-copy h2 {
  max-width: 860px;
}

.hotel-intro-detail {
  padding-top: clamp(96px, 10vw, 160px);
}

.hotel-intro-detail p {
  margin-bottom: 22px;
  color: #5f594f;
  font-size: clamp(0.98rem, 1.2vw, 1.1rem);
}

.hotel-intro-detail .line-link {
  margin-top: 14px;
}

.editorial-spread {
  min-height: 1050px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
  gap: clamp(24px, 4vw, 66px);
  align-items: center;
  overflow: hidden;
  padding: 84px max(48px, calc((100vw - 1510px) / 2)) 150px;
  background: var(--ivory);
}

.editorial-main,
.editorial-side,
.experience-shot {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--ink-soft);
}

.editorial-main {
  aspect-ratio: 1.45 / 1;
}

.editorial-side {
  width: min(100%, 420px);
  aspect-ratio: 0.72 / 1;
  justify-self: end;
  margin-top: 180px;
}

.media-frame img {
  width: 100%;
  height: 112%;
  object-fit: cover;
  transform: translate3d(0, var(--parallax-shift, -4%), 0) scale(1.035);
  transition: filter 800ms ease;
  will-change: transform;
}

.media-frame:hover img {
  filter: saturate(0.9) brightness(1.02);
}

.editorial-main figcaption,
.editorial-side figcaption {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 26px 28px;
  color: var(--paper);
  background: linear-gradient(180deg, transparent, rgba(7, 6, 4, 0.74));
  font-size: 0.6rem;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.editorial-word {
  position: absolute;
  z-index: 0;
  right: -0.03em;
  bottom: -0.22em;
  margin: 0;
  color: rgba(23, 21, 16, 0.052);
  font-family: var(--serif);
  font-size: clamp(10rem, 24vw, 26rem);
  font-weight: 300;
  letter-spacing: -0.07em;
  line-height: 0.8;
  pointer-events: none;
}

.editorial-word::before {
  content: "Lumen";
}

.rooms-section {
  padding: clamp(88px, 8vw, 128px) max(48px, calc((100vw - 1380px) / 2));
  background:
    radial-gradient(circle at 82% 12%, rgba(100, 31, 42, 0.12), transparent 28%),
    var(--ink);
  color: var(--paper);
}

.rooms-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.56fr);
  gap: clamp(44px, 8vw, 132px);
  align-items: end;
  margin: 48px 0 68px;
}

.rooms-heading .eyebrow,
.signature-content .eyebrow,
.location-content .eyebrow {
  color: var(--gold-pale);
}

.rooms-heading > p {
  max-width: 510px;
  margin: 0 0 10px;
  color: var(--muted-light);
  font-size: clamp(0.98rem, 1.25vw, 1.12rem);
}

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

.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -32px 0 14px;
}

.gallery-filters button {
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid var(--line-light);
  border-radius: 999px;
  background: transparent;
  color: var(--muted-light);
  cursor: pointer;
  font: 650 0.62rem/1.2 var(--sans);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: border-color 200ms ease, background-color 200ms ease, color 200ms ease;
}

.gallery-filters button:hover,
.gallery-filters button:focus-visible,
.gallery-filters button[aria-pressed="true"] {
  border-color: var(--gold-bright);
  background: var(--gold-bright);
  color: var(--ink);
}

.gallery-filter-status {
  margin: 0 0 20px;
  color: var(--muted-light);
  font-size: 0.72rem;
}

.room-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(250px, 1fr)) minmax(260px, 0.78fr);
  gap: 12px;
  margin: 0 0 72px;
}

.room-gallery figure {
  position: relative;
  grid-column: span 5;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--ink-soft);
}

.room-gallery figure[hidden] {
  display: none;
}

.room-gallery figure:nth-child(n + 4) {
  grid-column: span 4;
}

.room-gallery-primary {
  grid-column: span 7 !important;
  grid-row: span 2;
}

@media (min-width: 821px) {
  .room-gallery[data-active-filter="garden-exterior"] figure,
  .room-gallery[data-active-filter="pool-bar"] figure {
    grid-column: span 6;
  }

  .room-gallery[data-active-filter="rooms-suites"] figure {
    grid-column: span 4;
  }

  .room-gallery[data-active-filter="rooms-suites"] .room-gallery-primary {
    grid-column: span 8 !important;
  }
}

.room-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.02);
  transition: transform 1.1s var(--ease-luxury), filter 700ms ease;
}

.room-gallery figure:hover img {
  transform: scale(1.025);
  filter: saturate(1) contrast(1.02);
}

.room-gallery figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 44px 18px 16px;
  background: linear-gradient(180deg, transparent, rgba(8, 7, 5, 0.72));
  color: rgba(248, 245, 239, 0.86);
  font-size: 0.58rem;
  font-weight: 650;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.rates-intro {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  align-items: end;
  margin: -34px 0 44px;
  padding: 24px 0;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  color: var(--muted-light);
}

.rates-intro p {
  margin: 0;
  font-size: 0.82rem;
}

.rates-intro p:first-child {
  display: grid;
  gap: 6px;
}

.rates-intro span {
  color: var(--gold-pale);
  font-size: 0.58rem;
  font-weight: 650;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.rates-intro strong {
  color: var(--paper);
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 400;
}

.room-collection {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line-light);
}

.room-card {
  min-height: 440px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(30px, 3.2vw, 46px);
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  background: rgba(255, 255, 255, 0.012);
  overflow: hidden;
  transition: background 600ms var(--ease-luxury), color 600ms ease;
}

.room-card:nth-child(even) {
  border-right: 0;
}

.room-card::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: var(--gold-bright);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 600ms var(--ease-luxury);
}

.room-card::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(135deg, rgba(213, 189, 125, 0.12), transparent 66%);
  transition: opacity 600ms ease;
  pointer-events: none;
}

.room-card:hover,
.room-card:focus-within {
  background: rgba(255, 255, 255, 0.035);
}

.room-card:hover::before,
.room-card:focus-within::before {
  transform: scaleX(1);
  transform-origin: left;
}

.room-card:hover::after,
.room-card:focus-within::after {
  opacity: 1;
}

.room-card-accent {
  background: rgba(168, 131, 62, 0.045);
}

.room-card-feature {
  background: var(--ivory-warm);
  color: var(--ink);
}

.room-card-feature:hover,
.room-card-feature:focus-within {
  background: #f3ede2;
}

.room-card-feature::after {
  background: linear-gradient(135deg, rgba(100, 31, 42, 0.08), transparent 66%);
}

.room-card-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.room-number {
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: 1.05rem;
}

.room-card-feature .room-number {
  color: var(--oxblood);
}

.room-kind {
  color: var(--muted-light);
  font-size: 0.58rem;
  font-weight: 650;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.room-card-feature .room-kind {
  color: var(--muted);
}

.room-card h3 {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 34px 0 0;
  font-size: clamp(1.9rem, 2.8vw, 3.2rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.room-card > p {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin-bottom: 40px;
  color: var(--muted-light);
  font-size: 0.94rem;
}

.room-card-feature > p {
  color: var(--muted);
}

.room-card .room-facts {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 42px;
  margin: 30px 0 0;
}

.room-card .room-facts div {
  min-width: 120px;
}

.room-card .room-facts dt {
  color: var(--gold-bright);
  font-size: 0.54rem;
  font-weight: 650;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.room-card-feature .room-facts dt {
  color: #765a26;
}

.room-card .room-facts dd {
  margin: 5px 0 0;
  font-family: var(--serif);
  font-size: 1.13rem;
}

.room-rates {
  position: relative;
  z-index: 1;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line-light);
}

.room-card-feature .room-rates {
  border-top-color: var(--line-dark);
}

.room-rates h4 {
  margin: 0;
  color: var(--gold-pale);
  font-family: var(--sans);
  font-size: 0.56rem;
  font-weight: 650;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.room-card-feature .room-rates h4 {
  color: #765a26;
}

.room-card .rate-list {
  display: grid;
  margin: 12px 0 0;
}

.room-card .rate-list > div {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: baseline;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.room-card-feature .rate-list > div {
  border-bottom-color: rgba(23, 21, 16, 0.09);
}

.room-card .rate-list dt {
  color: var(--muted-light);
  font-size: 0.72rem;
}

.room-card-feature .rate-list dt {
  color: var(--muted);
}

.room-card .rate-list dt span {
  display: inline-block;
  min-width: 24px;
  margin-right: 7px;
  color: var(--gold-bright);
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.room-card-feature .rate-list dt span {
  color: var(--oxblood);
}

.room-card .rate-list dd {
  margin: 0;
  color: var(--paper);
  font-family: var(--serif);
  font-size: 1.04rem;
  white-space: nowrap;
}

.room-card-feature .rate-list dd {
  color: var(--ink);
}

.room-note {
  display: grid;
  grid-template-columns: 0.36fr 1.3fr auto;
  gap: 42px;
  align-items: start;
  padding: 64px 0 0;
}

.room-note .eyebrow {
  color: var(--gold-pale);
  margin-top: 7px;
}

.room-note ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  margin: 0;
  padding: 0;
  color: var(--muted-light);
  list-style: none;
  font-size: 0.86rem;
}

.room-note li::before {
  content: "·";
  margin-right: 10px;
  color: var(--gold-bright);
}

.room-note .button-dark {
  background: var(--ivory);
  color: var(--ink);
}

.room-note .button-dark:hover,
.room-note .button-dark:focus-visible {
  background: var(--gold-pale);
}

.rate-terms {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 42px;
  margin-top: 42px;
  padding-top: 30px;
  border-top: 1px solid var(--line-light);
  color: var(--muted-light);
}

.rate-terms-single {
  grid-template-columns: 1fr;
}

.rate-terms p {
  margin: 0;
  font-size: 0.78rem;
}

.rate-terms p:first-child {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
}

.rate-terms strong {
  color: var(--gold-pale);
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.booking-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(56px, 8vw, 132px);
  align-items: start;
  padding: clamp(110px, 11vw, 180px) max(48px, calc((100vw - 1380px) / 2));
  background:
    radial-gradient(circle at 5% 12%, rgba(213, 189, 125, 0.2), transparent 24%),
    var(--paper);
}

.booking-intro {
  position: sticky;
  top: 118px;
}

.booking-intro h2 {
  font-size: clamp(3.6rem, 6.6vw, 7rem);
}

.booking-intro h2 em {
  font-weight: inherit;
}

.booking-intro > p:not(.eyebrow):not(.booking-note) {
  max-width: 570px;
  margin: 34px 0 0;
  color: #5f594f;
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
}

.booking-steps {
  margin-top: 50px;
  border-top: 1px solid var(--line-dark);
}

.booking-steps div {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line-dark);
}

.booking-steps span {
  color: var(--oxblood);
  font-family: var(--serif);
}

.booking-steps p {
  margin: 0;
  color: #514b42;
  font-family: var(--serif);
  font-size: 1.18rem;
  line-height: 1.32;
}

.booking-note {
  max-width: 560px;
  margin: 28px 0 0;
  padding-left: 16px;
  border-left: 2px solid var(--gold);
  color: #514b42;
  font-size: 0.76rem;
}

.booking-panel {
  min-width: 0;
  padding: clamp(32px, 4.2vw, 62px);
  border: 1px solid rgba(23, 21, 16, 0.14);
  background: var(--ivory-warm);
  box-shadow: 0 34px 100px rgba(23, 21, 16, 0.08);
}

.booking-panel-heading {
  margin-bottom: 34px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line-dark);
}

.booking-panel-heading .eyebrow {
  margin-bottom: 14px;
}

.booking-panel-heading h3 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.15rem);
  line-height: 1;
  letter-spacing: -0.035em;
}

.booking-panel-heading > p:last-child {
  margin: 15px 0 0;
  color: #5f594f;
  font-size: 0.72rem;
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 20px;
}

.booking-field {
  min-width: 0;
}

.booking-field-wide {
  grid-column: 1 / -1;
}

.booking-field > label {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  color: #3e3931;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.field-optional {
  color: #675f54;
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.booking-field input:not([type="checkbox"]),
.booking-field select,
.booking-field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(23, 21, 16, 0.28);
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
  transition: border-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.booking-field input:not([type="checkbox"]),
.booking-field select {
  min-height: 54px;
  padding: 0 14px;
}

.booking-field select {
  appearance: none;
  padding-right: 42px;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--ink) 50%),
    linear-gradient(135deg, var(--ink) 50%, transparent 50%);
  background-position:
    calc(100% - 19px) 50%,
    calc(100% - 14px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.booking-field textarea {
  min-height: 132px;
  padding: 13px 14px;
  line-height: 1.55;
  resize: vertical;
}

.booking-field input:not([type="checkbox"]):focus,
.booking-field select:focus,
.booking-field textarea:focus {
  border-color: #765a26;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(168, 131, 62, 0.16);
}

.booking-field input[aria-invalid="true"],
.booking-field select[aria-invalid="true"],
.booking-field textarea[aria-invalid="true"] {
  border-color: var(--oxblood);
  background-color: #fff9f7;
}

.field-hint,
.field-error,
.booking-nights {
  margin: 7px 0 0;
  font-size: 0.67rem;
  line-height: 1.45;
}

.field-hint,
.booking-nights {
  color: #5f594f;
}

.field-error {
  color: var(--oxblood);
  font-weight: 650;
}

.field-error:empty {
  display: none;
}

.booking-nights.has-nights {
  color: #51401f;
  font-weight: 700;
}

.booking-field-meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.booking-checkbox {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 13px;
  align-items: start;
}

.booking-checkbox input {
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  accent-color: var(--oxblood);
}

.booking-checkbox label {
  color: #3e3931;
  font-family: var(--serif);
  font-size: 1.05rem;
  line-height: 1.45;
}

.booking-checkbox input[aria-invalid="true"] {
  outline: 2px solid var(--oxblood);
  outline-offset: 2px;
}

.booking-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.booking-submit-row {
  display: flex;
  gap: 22px;
  align-items: center;
  margin-top: 8px;
  padding-top: 28px;
  border-top: 1px solid var(--line-dark);
}

.booking-submit-row .button {
  flex: 0 0 auto;
  cursor: pointer;
}

.booking-submit-row .button:disabled {
  opacity: 0.62;
  cursor: wait;
  transform: none;
}

.booking-submit-row p {
  margin: 0;
  color: #5f594f;
  font-size: 0.68rem;
}

.booking-submit-error {
  margin: 0 0 30px;
  padding: 20px;
  border: 1px solid rgba(100, 31, 42, 0.35);
  background: #f5e9e5;
  color: #4b2026;
}

.booking-submit-error[hidden] {
  display: none;
}

.booking-submit-error p {
  margin: 0;
  font-size: 0.82rem;
}

.booking-submit-error div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 12px;
}

.booking-submit-error a {
  color: #4b2026;
  font-size: 0.74rem;
  font-weight: 700;
}

.booking-success {
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.booking-success-mark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--oxblood);
  font-family: var(--serif);
  font-size: 1.5rem;
}

.booking-success .eyebrow {
  margin: 30px 0 16px;
}

.booking-success h3 {
  margin: 0;
  font-size: clamp(2.7rem, 5vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.booking-success > p:not(.eyebrow):not(.booking-reference) {
  max-width: 620px;
  margin: 24px 0 0;
  color: #514b42;
}

.booking-reference {
  display: grid;
  gap: 4px;
  margin: 30px 0 0;
  padding: 18px 0;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.booking-reference span {
  color: #675f54;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.booking-reference strong {
  color: var(--oxblood);
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  font-weight: 400;
  overflow-wrap: anywhere;
}

.booking-success-next {
  margin-top: 30px;
}

.booking-success-next h4 {
  margin: 0 0 8px;
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.booking-success-next p {
  margin: 0;
  color: #514b42;
}

.booking-success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 34px;
}

.booking-success-actions .line-link {
  color: var(--ink);
}

.signature-stay {
  min-height: 105svh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 120px max(48px, calc((100vw - 1380px) / 2));
  background: var(--ink-deep);
  color: var(--paper);
  isolation: isolate;
}

.signature-media,
.signature-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.signature-media img {
  height: 118%;
  filter: saturate(0.68) brightness(0.72) contrast(1.07);
}

.signature-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(8, 7, 5, 0.84) 0%, rgba(8, 7, 5, 0.58) 44%, rgba(8, 7, 5, 0.12) 76%),
    linear-gradient(180deg, rgba(8, 7, 5, 0.24), rgba(8, 7, 5, 0.5));
}

.signature-content {
  max-width: 790px;
}

.signature-content h2 {
  font-size: clamp(4rem, 8.8vw, 9.4rem);
}

.signature-content > p:last-child {
  max-width: 530px;
  margin: 38px 0 0 10px;
  color: rgba(248, 245, 239, 0.78);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
}

.image-credit {
  position: absolute;
  inset: auto max(48px, calc((100vw - 1380px) / 2)) 42px auto;
  color: rgba(248, 245, 239, 0.56);
  font-size: 0.56rem;
  font-weight: 650;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.experience-section {
  padding: clamp(110px, 12vw, 190px) max(48px, calc((100vw - 1380px) / 2));
  background: var(--paper);
}

.experience-heading {
  display: grid;
  grid-template-columns: 1fr;
  margin: 58px 0 90px;
}

.experience-heading h2 {
  max-width: 990px;
}

.experience-grid {
  display: grid;
  grid-template-columns: 0.74fr 1.26fr;
  gap: clamp(18px, 3vw, 46px);
  align-items: start;
}

.experience-shot {
  color: var(--paper);
}

.experience-shot::after {
  content: "";
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(180deg, transparent, rgba(8, 7, 5, 0.78));
  pointer-events: none;
}

.experience-shot-pool {
  aspect-ratio: 0.76 / 1;
  grid-row: span 2;
}

.experience-shot-lounge,
.experience-shot-room {
  aspect-ratio: 1.58 / 1;
}

.experience-shot img {
  filter: saturate(0.78) contrast(1.02);
}

.experience-shot figcaption {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 4px 12px;
  padding: clamp(22px, 3vw, 38px);
}

.experience-shot figcaption span {
  grid-row: span 2;
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: 0.95rem;
}

.experience-shot figcaption strong {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.8vw, 3rem);
  font-weight: 350;
  line-height: 1;
}

.experience-shot figcaption small {
  color: rgba(248, 245, 239, 0.72);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
}

.street-sixteen {
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(44px, 9vw, 150px);
  margin-top: clamp(100px, 12vw, 190px);
  padding-top: 80px;
  border-top: 1px solid var(--line-dark);
}

.street-sixteen h3 {
  margin: 0;
  font-size: clamp(3rem, 5.4vw, 6rem);
  line-height: 0.93;
  letter-spacing: -0.045em;
}

.neighbour-list {
  border-top: 1px solid var(--line-dark);
}

.neighbour-list article {
  display: grid;
  grid-template-columns: 0.42fr 0.72fr 1fr;
  gap: 24px;
  align-items: center;
  padding: 32px 0;
  border-bottom: 1px solid var(--line-dark);
}

.neighbour-list span {
  color: #795f2d;
  font-size: 0.58rem;
  font-weight: 650;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.neighbour-list h4 {
  margin: 0;
  font-size: clamp(1.65rem, 2.6vw, 2.65rem);
}

.neighbour-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.hub-connect {
  scroll-margin-top: 92px;
  display: grid;
  grid-template-columns: minmax(150px, 0.32fr) minmax(0, 1.08fr) minmax(230px, 0.6fr);
  gap: clamp(34px, 6vw, 96px);
  align-items: center;
  margin-top: clamp(80px, 10vw, 150px);
  padding: clamp(44px, 6vw, 84px);
  border: 1px solid var(--line-dark);
  background:
    radial-gradient(circle at 10% 20%, rgba(213, 189, 125, 0.18), transparent 32%),
    var(--ivory-warm);
}

.hub-connect-mark {
  width: min(190px, 100%);
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  border: 1px solid rgba(23, 21, 16, 0.24);
  border-radius: 50%;
  text-align: center;
}

.hub-connect-mark strong {
  color: var(--oxblood);
  font-family: var(--serif);
  font-size: clamp(4rem, 7vw, 7rem);
  font-weight: 350;
  letter-spacing: -0.08em;
  line-height: 0.72;
}

.hub-connect-mark span {
  margin-top: 13px;
  color: #795f2d;
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.hub-connect-copy .eyebrow {
  margin-bottom: 20px;
}

.hub-connect-copy h3 {
  margin: 0;
  font-size: clamp(3rem, 5.4vw, 6rem);
  line-height: 0.91;
  letter-spacing: -0.05em;
}

.hub-connect-copy > p:last-child {
  max-width: 650px;
  margin: 30px 0 0;
  color: var(--muted);
}

.hub-connect-actions {
  display: grid;
  gap: 18px;
  align-content: center;
  justify-items: start;
}

.hub-connect-actions .button {
  width: 100%;
}

.hub-connect-actions .line-link {
  width: 100%;
  justify-content: space-between;
}

.location-section {
  min-height: 900px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  background: var(--moss);
  color: var(--paper);
}

.location-media {
  min-height: 900px;
  overflow: hidden;
}

.location-media img {
  filter: saturate(0.72) contrast(1.03) brightness(0.84);
}

.location-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(74px, 9vw, 150px);
}

.location-content .section-index {
  margin-bottom: clamp(70px, 9vw, 130px);
}

.location-content h2 {
  font-size: clamp(3.5rem, 6.8vw, 7.4rem);
}

.location-content > p {
  max-width: 590px;
  margin: 38px 0 24px;
  color: rgba(248, 245, 239, 0.72);
}

.light-link {
  align-self: flex-start;
  margin-top: 16px;
}

.enquire-section {
  min-height: 780px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: clamp(54px, 10vw, 170px);
  align-items: center;
  overflow: hidden;
  padding: clamp(110px, 12vw, 190px) max(48px, calc((100vw - 1380px) / 2));
  background: var(--ivory-warm);
}

.enquire-copy {
  position: relative;
  z-index: 2;
}

.enquire-copy h2 {
  font-size: clamp(4rem, 8vw, 8.4rem);
}

.enquire-copy > p:not(.eyebrow):not(.enquire-email) {
  max-width: 620px;
  margin-top: 38px;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.3vw, 1.12rem);
}

.enquire-email {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.enquire-email a {
  color: var(--ink);
}

.enquire-social {
  margin: 16px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  color: var(--muted);
  font-size: 0.78rem;
}

.enquire-social a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 300ms ease;
}

.enquire-social a:hover,
.enquire-social a:focus-visible {
  border-color: currentColor;
}

.enquire-social svg {
  width: 16px;
  height: 16px;
  display: block;
}

.enquire-social-handle {
  color: var(--gold);
  letter-spacing: 0.08em;
}

.enquire-facts {
  position: relative;
  z-index: 2;
  border-top: 1px solid var(--line-dark);
}

.enquire-facts div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line-dark);
}

.enquire-facts span {
  color: var(--oxblood);
  font-family: var(--serif);
  font-size: 1rem;
}

.enquire-facts p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.22;
}

.enquire-orbit {
  position: absolute;
  right: -12vw;
  top: 50%;
  width: min(70vw, 920px);
  aspect-ratio: 1;
  transform: translateY(-50%);
  opacity: 0.35;
  pointer-events: none;
}

.enquire-orbit span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(168, 131, 62, 0.35);
  border-radius: 50%;
}

.enquire-orbit span:nth-child(2) {
  inset: 14%;
}

.enquire-orbit span:nth-child(3) {
  inset: 28%;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
  padding: 88px max(48px, calc((100vw - 1380px) / 2)) 34px;
  background: var(--ink-deep);
  color: var(--paper);
}

.footer-brand img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.footer-brand > p {
  margin: 32px 0 0;
  font-family: var(--serif);
  font-size: clamp(2.3rem, 4vw, 4.7rem);
  line-height: 0.96;
}

.footer-social {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.footer-social a {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--gold-bright);
  transition: background-color 300ms ease, color 300ms ease, border-color 300ms ease;
}

.footer-social a:hover,
.footer-social a:focus-visible {
  background: var(--gold-bright);
  color: var(--ink-deep);
  border-color: var(--gold-bright);
}

.footer-social svg {
  width: 20px;
  height: 20px;
  display: block;
}

.footer-social-handle {
  margin-left: 6px;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted-light);
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  padding-top: 20px;
}

.footer-links div {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.footer-links span {
  margin-bottom: 12px;
  color: var(--gold-bright);
  font-size: 0.58rem;
  font-weight: 650;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.footer-links a {
  width: fit-content;
  color: var(--muted-light);
  font-size: 0.86rem;
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--paper);
}

.footer-base {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 52px;
  padding-top: 26px;
  border-top: 1px solid var(--line-light);
  color: #8f887d;
  font-size: 0.68rem;
}

.footer-base p {
  margin: 0;
}

.footer-base a {
  text-decoration: none;
}

.footer-base > div {
  display: flex;
  gap: 22px;
  align-items: center;
}

.footer-base button {
  appearance: none;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.footer-base button:hover,
.footer-base button:focus-visible,
.footer-base a:hover,
.footer-base a:focus-visible {
  color: var(--paper);
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(44px);
  transition: opacity 1s var(--ease-luxury), transform 1s var(--ease-luxury);
}

.js [data-reveal][data-reveal-delay="1"] {
  transition-delay: 120ms;
}

.js [data-reveal][data-reveal-delay="2"] {
  transition-delay: 240ms;
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Consent and privacy choices */
.consent-banner {
  position: fixed;
  z-index: 260;
  right: auto;
  bottom: 20px;
  left: 24px;
  display: block;
  width: min(480px, calc(100vw - 48px));
  padding: 14px 16px;
  border: 1px solid rgba(213, 189, 125, 0.28);
  background: rgba(21, 19, 15, 0.96);
  color: var(--paper);
  box-shadow: 0 18px 54px rgba(8, 7, 5, 0.34);
  backdrop-filter: blur(16px);
}

.consent-banner[hidden] {
  display: none;
}

.consent-eyebrow {
  margin: 0 0 6px;
  color: var(--gold-bright);
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.consent-copy h2 {
  max-width: none;
  margin: 0;
  font-family: var(--sans);
  font-size: 1.08rem;
  font-weight: 560;
  line-height: 1.3;
  letter-spacing: -0.015em;
}

.consent-copy > p:last-child {
  max-width: none;
  margin: 7px 0 0;
  color: var(--muted-light);
  font-size: 0.64rem;
  line-height: 1.55;
}

.consent-actions {
  display: flex;
  min-width: 0;
  gap: 8px;
  margin-top: 10px;
}

.consent-actions .button {
  width: auto;
  min-width: 0;
  min-height: 38px;
  flex: 1;
  gap: 0;
  padding: 9px 12px;
  font-size: 0.55rem;
  cursor: pointer;
}

.consent-actions .consent-reject {
  border-color: rgba(248, 245, 239, 0.42);
  background: transparent;
  color: var(--paper);
}

.consent-actions .consent-reject:hover,
.consent-actions .consent-reject:focus-visible {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--ink);
}

/* Concierge */
.chat-widget {
  position: relative;
  z-index: 150;
}

.chat-launcher,
.chat-close,
.chat-form button,
.chat-quick-action {
  appearance: none;
  border: 0;
  cursor: pointer;
}

.chat-launcher {
  position: fixed;
  z-index: 150;
  right: clamp(16px, 2.2vw, 34px);
  bottom: clamp(16px, 2.2vw, 34px);
  width: var(--chat-launcher-size);
  height: var(--chat-launcher-size);
  display: grid;
  place-items: center;
  border: 1px solid rgba(248, 245, 239, 0.32);
  border-radius: 50%;
  background: var(--ink);
  color: var(--paper);
  box-shadow: 0 18px 60px rgba(10, 8, 5, 0.28);
  transition: transform 400ms var(--ease-luxury), background 400ms ease, border-color 400ms ease;
}

.chat-launcher::before {
  content: "";
  position: absolute;
  inset: -6px;
  border: 1px solid rgba(168, 131, 62, 0.4);
  border-radius: inherit;
  transition: inset 400ms var(--ease-luxury), opacity 400ms ease;
}

.chat-launcher:hover,
.chat-launcher:focus-visible,
.chat-launcher.is-open {
  transform: translateY(-4px);
  background: var(--oxblood);
  border-color: var(--gold-pale);
}

.chat-launcher:hover::before,
.chat-launcher:focus-visible::before,
.chat-launcher.is-open::before {
  inset: -10px;
  opacity: 0.6;
}

.chat-launcher svg,
.chat-close svg,
.chat-form button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.chat-panel {
  position: fixed;
  z-index: 149;
  right: clamp(16px, 2.2vw, 34px);
  bottom: calc(clamp(16px, 2.2vw, 34px) + 84px);
  width: min(430px, calc(100vw - 32px));
  height: min(650px, calc(100svh - 126px));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(168, 131, 62, 0.32);
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 34px 110px rgba(10, 8, 5, 0.34);
  transform-origin: right bottom;
  animation: chatPanelIn 460ms var(--ease-luxury) both;
}

.chat-panel[hidden] {
  display: none;
}

.chat-header {
  min-height: 92px;
  display: grid;
  grid-template-columns: 48px 1fr 40px;
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line-dark);
  background: var(--ink);
  color: var(--paper);
}

.chat-header-mark {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.chat-header p {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.28rem;
  line-height: 1;
}

.chat-header span {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 7px;
  color: var(--muted-light);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
}

.chat-header span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9eb37f;
  box-shadow: 0 0 0 3px rgba(158, 179, 127, 0.12);
}

.chat-close {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  color: var(--paper);
  transition: background 250ms ease, transform 250ms ease;
}

.chat-close:hover,
.chat-close:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  transform: rotate(5deg);
}

.chat-messages {
  flex: 1;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 22px 18px 12px;
  scrollbar-color: var(--paper-deep) transparent;
}

.chat-messages::-webkit-scrollbar {
  width: 5px;
}

.chat-messages::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: var(--paper-deep);
}

.chat-messages::-webkit-scrollbar-track {
  background: transparent;
}

.chat-message-row {
  display: flex;
  margin: 0 0 13px;
}

.chat-message-row.is-user {
  justify-content: flex-end;
}

.chat-message {
  max-width: 86%;
  padding: 13px 15px;
  border: 1px solid rgba(23, 21, 16, 0.08);
  background: #ece6dc;
  color: #3e3931;
  font-size: 0.86rem;
  line-height: 1.5;
  white-space: pre-wrap;
}

.chat-message-row.is-user .chat-message {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.chat-message strong {
  color: var(--ink);
}

.chat-message-row.is-user strong {
  color: inherit;
}

.chat-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 18px 15px;
}

.chat-quick-action {
  min-height: 34px;
  padding: 8px 11px;
  border: 1px solid rgba(23, 21, 16, 0.18);
  background: transparent;
  color: var(--ink);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: background 240ms ease, color 240ms ease, border-color 240ms ease;
}

.chat-quick-action:hover,
.chat-quick-action:focus-visible {
  border-color: var(--gold);
  background: var(--gold-pale);
}

.chat-email-link {
  display: inline-flex;
  max-width: 86%;
  padding: 11px 13px;
  border: 1px solid rgba(168, 131, 62, 0.32);
  background: rgba(168, 131, 62, 0.08);
  color: #6f5627;
  font-size: 0.82rem;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.chat-message.is-loading {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  min-width: 56px;
}

.chat-message.is-loading span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  animation: chatPulse 900ms ease-in-out infinite;
}

.chat-message.is-loading span:nth-child(2) {
  animation-delay: 120ms;
}

.chat-message.is-loading span:nth-child(3) {
  animation-delay: 240ms;
}

.chat-form {
  display: grid;
  grid-template-columns: 1fr 48px;
  gap: 8px;
  padding: 12px 14px;
  border-top: 1px solid var(--line-dark);
  background: var(--ivory);
}

.chat-form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(23, 21, 16, 0.18);
  border-radius: 0;
  padding: 0 14px;
  background: var(--paper);
  color: var(--ink);
  font-size: 0.87rem;
}

.chat-form input:focus {
  border-color: var(--gold);
  outline: 0;
}

.chat-form button {
  min-height: 48px;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: var(--paper);
  transition: background 240ms ease;
}

.chat-form button:hover,
.chat-form button:focus-visible {
  background: var(--oxblood);
}

.chat-form button:disabled {
  cursor: wait;
  opacity: 0.5;
}

.chat-disclaimer {
  margin: 0;
  padding: 0 14px 12px;
  background: var(--ivory);
  color: var(--muted);
  font-size: 0.58rem;
  text-align: center;
}

@keyframes introMark {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes introLine {
  to { width: 78px; }
}

@keyframes introFallback {
  to { visibility: hidden; opacity: 0; pointer-events: none; }
}

@keyframes heroOne {
  0%, 28% { opacity: 1; transform: scale(1.04); }
  36%, 91% { opacity: 0; transform: scale(1.095); }
  98%, 100% { opacity: 1; transform: scale(1.045); }
}

@keyframes heroTwo {
  0%, 27% { opacity: 0; transform: scale(1.09); }
  36%, 61% { opacity: 1; transform: scale(1.04); }
  70%, 100% { opacity: 0; transform: scale(1.09); }
}

@keyframes heroThree {
  0%, 61% { opacity: 0; transform: scale(1.09); }
  70%, 91% { opacity: 1; transform: scale(1.04); }
  98%, 100% { opacity: 0; transform: scale(1.09); }
}

@keyframes heroContent {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes scrollCue {
  0% { transform: translateX(-100%); }
  48%, 62% { transform: translateX(0); }
  100% { transform: translateX(100%); }
}

@keyframes chatPulse {
  0%, 100% { opacity: 0.35; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(-2px); }
}

@keyframes chatPanelIn {
  from { opacity: 0; transform: translateY(20px) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-media-one { animation: heroOne 30s linear infinite; }
  .hero-media-two { animation: heroTwo 30s linear infinite; }
  .hero-media-three { animation: heroThree 30s linear infinite; }

  body.is-ready .hero-inner > *,
  body.is-ready .hero-rail {
    animation: heroContent 1s var(--ease-luxury) both;
  }

  body.is-ready .hero-inner > :nth-child(1) { animation-delay: 240ms; }
  body.is-ready .hero-inner > :nth-child(2) { animation: none; }
  body.is-ready .hero-inner > :nth-child(3) { animation-delay: 520ms; }
  body.is-ready .hero-inner > :nth-child(4) { animation-delay: 660ms; }
  body.is-ready .hero-rail { animation-delay: 760ms; }
  .enquire-orbit span:nth-child(2) { animation: orbitPulse 7s ease-in-out infinite alternate; }
  .enquire-orbit span:nth-child(3) { animation: orbitPulse 9s 700ms ease-in-out infinite alternate-reverse; }
}

@keyframes heroSingle {
  from { transform: scale(1.035); }
  to { transform: scale(1.085); }
}

@keyframes orbitPulse {
  from { transform: scale(0.97); opacity: 0.7; }
  to { transform: scale(1.03); opacity: 1; }
}

@media (max-width: 1100px) {
  :root {
    --content: calc(100vw - 64px);
  }

  .site-header {
    grid-template-columns: 96px 1fr 96px;
    padding-inline: 30px;
  }

  .site-header::after {
    inset-inline: 30px;
  }

  .nav {
    gap: 20px;
  }

  .hotel-intro {
    grid-template-columns: 1fr 2fr;
    padding-inline: 40px;
  }

  .hotel-intro .section-index {
    grid-column: 1 / -1;
  }

  .hotel-intro-detail {
    padding-top: 90px;
  }

  .editorial-spread,
  .rooms-section,
  .booking-section,
  .signature-stay,
  .experience-section,
  .enquire-section,
  .site-footer {
    padding-inline: 40px;
  }

  .room-note {
    grid-template-columns: 1fr;
  }

  .room-note .button {
    justify-self: start;
  }

  .location-content {
    padding: 70px 56px;
  }
}

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

  .site-header {
    min-height: 78px;
    grid-template-columns: 1fr auto auto;
    gap: 20px;
    padding: 8px 20px;
  }

  .site-header::after {
    inset-inline: 20px;
  }

  .consent-banner {
    width: min(480px, calc(100vw - 40px));
    left: 20px;
  }

  .consent-actions {
    min-width: 0;
  }

  .brand,
  .brand img,
  .site-header.is-scrolled .brand,
  .site-header.is-scrolled .brand img {
    width: 58px;
    height: 58px;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
  }

  .menu-toggle-lines {
    width: 23px;
    display: grid;
    gap: 6px;
  }

  .menu-toggle-lines i {
    width: 100%;
    height: 1px;
    background: currentColor;
    transition: transform 350ms var(--ease-luxury);
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle-lines i:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle-lines i:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .nav {
    position: fixed;
    inset: 0;
    z-index: -1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow-y: auto;
    gap: clamp(4px, 1.8vh, 14px);
    padding: max(96px, calc(env(safe-area-inset-top) + 82px)) 24px max(32px, env(safe-area-inset-bottom));
    background: var(--ink-deep);
    color: var(--paper);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-18px);
  }

  .nav.is-open {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .site-header.menu-active .brand,
  .site-header.menu-active .menu-toggle {
    position: relative;
    z-index: 2;
  }

  .nav a {
    display: flex;
    min-height: 44px;
    align-items: center;
    font-family: var(--serif);
    font-size: clamp(1.625rem, 7.5vw, 2rem);
    font-weight: 450;
    letter-spacing: -0.02em;
    line-height: 1.1;
    text-transform: none;
  }

  .nav .nav-enquire {
    display: flex;
    margin-top: 8px;
    border-bottom: 1px solid currentColor;
    font-family: var(--serif);
    font-size: clamp(1.625rem, 7.5vw, 2rem);
    font-weight: 450;
    letter-spacing: -0.02em;
    text-transform: none;
  }

  .nav .nav-social {
    margin: 8px 0 0;
    gap: 14px;
  }

  .nav .nav-social a {
    width: 54px;
    height: 54px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    font-size: 0;
    line-height: 0;
  }

  .nav .nav-social svg {
    width: 22px;
    height: 22px;
  }

  .site-header.menu-active,
  .site-header.menu-active.is-scrolled {
    background: var(--ink-deep);
    color: var(--paper);
  }

  .site-header.menu-active .brand img,
  .site-header.menu-active.is-scrolled .brand img {
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.35));
  }

  .header-reserve {
    display: none;
  }

  .hero {
    padding: 140px 24px 196px;
  }

  .hero-inner {
    width: 100%;
    margin-bottom: 0;
  }

  .hero-rail {
    grid-template-columns: 1fr;
  }

  .hero-rail div {
    min-height: 54px;
    display: grid;
    grid-template-columns: 96px 1fr;
    align-items: center;
    gap: 12px;
    padding: 10px 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .hero-rail div:last-child {
    border-bottom: 0;
  }

  .scroll-cue {
    display: none;
  }

  .hotel-intro,
  .rooms-heading,
  .street-sixteen,
  .hub-connect,
  .booking-section,
  .enquire-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hotel-intro {
    gap: 40px;
  }

  .hotel-intro .section-index {
    grid-column: auto;
  }

  .hotel-intro-detail {
    padding-top: 0;
  }

  .editorial-spread {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-block: 40px 110px;
  }

  .editorial-main {
    aspect-ratio: 1.28 / 1;
  }

  .editorial-side {
    width: 54%;
    margin: -46px 4% 0 auto;
  }

  .rooms-heading {
    margin-bottom: 64px;
  }

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

  .room-gallery figure,
  .room-gallery figure:nth-child(n + 4) {
    grid-column: span 1;
  }

  .room-gallery-primary {
    grid-column: span 2 !important;
    grid-row: span 1;
  }

  .rates-intro {
    margin-top: -24px;
  }

  .room-collection {
    grid-template-columns: 1fr;
  }

  .room-card,
  .room-card:nth-child(even) {
    border-right: 0;
  }

  .booking-section {
    gap: 76px;
  }

  .booking-intro {
    position: static;
  }

  .signature-stay {
    min-height: 820px;
  }

  .signature-overlay {
    background: linear-gradient(90deg, rgba(8, 7, 5, 0.82), rgba(8, 7, 5, 0.3)), linear-gradient(180deg, transparent, rgba(8, 7, 5, 0.68));
  }

  .experience-grid {
    grid-template-columns: 1fr;
  }

  .experience-shot-pool {
    width: 72%;
    aspect-ratio: 0.76 / 1;
    justify-self: end;
  }

  .street-sixteen {
    gap: 60px;
  }

  .hub-connect {
    grid-template-columns: 160px minmax(0, 1fr);
  }

  .hub-connect-actions {
    grid-column: 1 / -1;
    grid-template-columns: minmax(220px, 0.72fr) 1fr 1fr;
    align-items: center;
  }

  .location-section {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .location-media {
    min-height: 640px;
  }

  .location-content {
    padding: 90px 40px;
  }

  .enquire-section {
    gap: 80px;
  }

  .site-footer {
    gap: 62px;
  }

  .footer-base {
    margin-top: 16px;
  }
}

@media (max-width: 560px) {
  :root {
    --chat-launcher-size: 58px;
  }

  .site-header {
    gap: 12px;
    padding-inline: 16px;
  }

  .site-header::after {
    inset-inline: 16px;
  }

  .menu-toggle-label {
    display: none;
  }

  .hero {
    min-height: 780px;
    align-items: flex-end;
    padding: 126px 16px 92px;
  }

  .hero::before {
    background: linear-gradient(90deg, rgba(9, 8, 6, 0.64), rgba(9, 8, 6, 0.18)), linear-gradient(180deg, rgba(8, 7, 5, 0.46), transparent 26%, rgba(8, 7, 5, 0.74) 100%);
  }

  .hero-slides {
    transform: scale(1.04);
    transform-origin: center 58%;
  }

  .hero-media-one {
    object-position: 50% center;
  }

  .hero-media-two {
    object-position: 50% center;
  }

  .hero-media-three {
    object-position: center 44%;
  }

  .hero-aura {
    display: none;
  }

  .hero-eyebrow {
    display: block;
    font-size: 0.58rem;
  }

  .hero-eyebrow span + span::before {
    width: 24px;
    margin-right: 12px;
  }

  h1 {
    font-size: clamp(3.25rem, 14.5vw, 4.75rem);
  }

  h1 span:last-child {
    margin-left: 0.12em;
  }

  h2 {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .hero-copy {
    max-width: 330px;
    margin-top: 28px;
    margin-left: 0;
    padding-right: 0;
    font-size: 0.92rem;
  }

  .hero-actions,
  .enquire-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 28px;
  }

  .button {
    width: 100%;
  }

  .quiet-link {
    justify-self: start;
  }

  .hero-rail div {
    grid-template-columns: 76px 1fr;
    padding-inline: 16px calc(var(--chat-launcher-size) + 30px);
  }

  .hero-rail strong {
    font-size: 0.93rem;
  }

  .hero-photo-note {
    right: 16px;
    bottom: 22px;
  }

  .hotel-intro,
  .editorial-spread,
  .rooms-section,
  .booking-section,
  .signature-stay,
  .experience-section,
  .enquire-section,
  .site-footer {
    padding-inline: 16px;
  }

  .hotel-intro,
  .rooms-section,
  .booking-section,
  .experience-section,
  .enquire-section {
    padding-block: 92px;
  }

  .editorial-spread {
    padding-top: 20px;
  }

  .editorial-main {
    aspect-ratio: 1 / 1;
  }

  .editorial-side {
    width: 68%;
  }

  .editorial-main figcaption,
  .editorial-side figcaption {
    display: grid;
    padding: 18px;
  }

  .rooms-heading {
    margin: 44px 0 54px;
  }

  .rooms-heading h2 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .gallery-filters {
    flex-wrap: wrap;
    margin: -28px 0 14px;
    padding: 0;
    overflow: visible;
  }

  .gallery-filters button {
    flex: 0 0 auto;
  }

  .room-gallery {
    grid-auto-flow: column;
    grid-auto-columns: 84%;
    grid-template-columns: none;
    grid-template-rows: 390px;
    gap: 10px;
    margin-right: -16px;
    margin-bottom: 54px;
    padding-right: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .room-gallery::-webkit-scrollbar {
    display: none;
  }

  .room-gallery figure,
  .room-gallery figure:nth-child(n + 4),
  .room-gallery-primary {
    grid-column: auto !important;
    grid-row: auto;
    min-height: 0;
    scroll-snap-align: start;
  }

  .room-card {
    min-height: 0;
    padding: 30px 22px;
  }

  .room-card h3 {
    margin-top: 34px;
    font-size: clamp(2.05rem, 10vw, 3rem);
  }

  .room-card > p,
  .room-card .room-facts,
  .room-card .room-rates {
    padding-right: calc(var(--chat-launcher-size) + 8px);
  }

  .rates-intro,
  .rate-terms,
  .rate-terms p:first-child {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rates-intro {
    gap: 16px;
    align-items: start;
    margin-top: -22px;
  }

  .rate-terms {
    gap: 22px;
  }

  .room-note {
    padding-top: 44px;
  }

  .booking-section {
    gap: 54px;
  }

  .booking-intro h2 {
    font-size: clamp(3.5rem, 17vw, 5.3rem);
  }

  .booking-panel {
    padding: 28px 18px;
  }

  .booking-form {
    grid-template-columns: minmax(0, 1fr);
  }

  .booking-field-wide {
    grid-column: auto;
  }

  .booking-submit-row {
    display: grid;
  }

  .booking-success {
    min-height: 540px;
  }

  .room-note ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .signature-stay {
    min-height: 760px;
  }

  .signature-content h2,
  .location-content h2,
  .enquire-copy h2 {
    font-size: clamp(3.5rem, 17vw, 5.5rem);
  }

  .signature-content > p:last-child {
    margin-left: 0;
  }

  .image-credit {
    right: 16px;
    bottom: 24px;
  }

  .experience-heading {
    margin: 44px 0 54px;
  }

  .experience-shot-pool {
    width: 82%;
  }

  .experience-shot-lounge,
  .experience-shot-room {
    aspect-ratio: 1.08 / 1;
  }

  .experience-shot figcaption strong {
    font-size: 1.7rem;
  }

  .experience-shot figcaption {
    padding-right: calc(var(--chat-launcher-size) + 32px);
  }

  .street-sixteen {
    margin-top: 100px;
    padding-top: 54px;
  }

  .street-sixteen h3 {
    font-size: 3.5rem;
  }

  .hub-connect {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 74px;
    padding: 36px 24px;
  }

  .hub-connect-mark {
    width: 132px;
  }

  .hub-connect-mark strong {
    font-size: 4.4rem;
  }

  .hub-connect-copy h3 {
    font-size: 3.5rem;
  }

  .hub-connect-actions {
    grid-column: auto;
    grid-template-columns: 1fr;
    width: 100%;
    padding-right: calc(var(--chat-launcher-size) + 8px);
  }

  .neighbour-list article {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 26px 0;
  }

  .location-media {
    min-height: 520px;
  }

  .location-content {
    padding: 76px 16px;
  }

  .location-content .section-index {
    margin-bottom: 72px;
  }

  .enquire-section {
    min-height: 0;
  }

  .enquire-orbit {
    width: 120vw;
    right: -70vw;
  }

  .enquire-facts p {
    font-size: 1.35rem;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .footer-base {
    display: grid;
  }

  .footer-base > div {
    justify-content: space-between;
  }

  .consent-banner {
    right: auto;
    bottom: 10px;
    left: 10px;
    width: calc(100vw - 20px);
    padding: 14px;
  }

  .consent-copy h2 {
    font-size: 1rem;
  }

  .consent-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    margin-top: 10px;
  }

  .consent-actions .button {
    min-height: 38px;
    padding-inline: 8px;
    font-size: 0.5rem;
  }

  .chat-panel {
    right: 10px;
    bottom: 82px;
    width: calc(100vw - 20px);
    height: min(650px, calc(100svh - 102px));
  }

  .chat-launcher {
    right: 14px;
    bottom: 14px;
  }

  .chat-header {
    min-height: 82px;
    grid-template-columns: 40px 1fr 38px;
    gap: 11px;
    padding: 13px 14px;
  }

  .chat-header-mark {
    width: 40px;
    height: 40px;
  }

  .chat-messages {
    padding-inline: 13px;
  }

  .chat-quick-actions {
    padding-inline: 13px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .page-intro,
  .lumen-lights,
  .hero-aura,
  .scroll-cue {
    display: none;
  }

  .hero-media-one {
    opacity: 1;
    transform: none;
  }

  .hero-media-two,
  .hero-media-three {
    display: none;
  }

  .media-frame img {
    height: 100%;
    transform: none;
  }

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }

  dialog#lightbox-modal,
  dialog#lightbox-modal::backdrop {
    transition: none;
  }
}

/* Lightbox styles */
dialog#lightbox-modal {
  position: fixed;
  inset: 0;
  margin: auto;
  max-width: 100vw;
  max-height: 100vh;
  width: 100vw;
  height: 100vh;
  background: transparent;
  color: white;
  border: none;
  padding: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}


dialog#lightbox-modal::backdrop {
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
}
dialog#lightbox-modal[open]::backdrop {
  background: rgba(0, 0, 0, 0.9);
}

dialog#lightbox-modal[open] {
  display: flex;
  opacity: 1;
  visibility: visible;
}

@media (prefers-reduced-motion: reduce) {
  dialog#lightbox-modal,
dialog#lightbox-modal::backdrop {
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
}
dialog#lightbox-modal[open]::backdrop {
  background: rgba(0, 0, 0, 0.9);
}

dialog#lightbox-modal[open] {
    transition: none;
  }
}

.lightbox-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 40px;
}

.lightbox-content img {
  max-width: 100%;
  max-height: calc(100vh - 120px);
  object-fit: contain;
}

.lightbox-content .lightbox-caption {
  margin-top: 16px;
  font-size: 1.125rem;
  text-align: center;
}

.lightbox-close, .lightbox-prev, .lightbox-next {
  position: absolute;
  background: transparent;
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  padding: 16px;
  z-index: 10;
  min-width: 48px;
  min-height: 48px;
  display: grid;
  place-items: center;
}

.lightbox-close {
  top: 16px;
  right: 16px;
}

.lightbox-prev {
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-next {
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover,
.lightbox-close:focus-visible, .lightbox-prev:focus-visible, .lightbox-next:focus-visible {
  color: var(--gold-bright);
}

.site-header.menu-active,
.site-header.menu-active.is-scrolled {
  backdrop-filter: none !important;
}
