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

* {
  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;
}

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

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

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

  .header-book {
    font-size: 0.64rem;
  }

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