@charset "utf-8";
@font-face {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/TTNormsPro-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/TTNormsPro-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/TTNormsPro-Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'TT Norms Pro';
  font-style: italic;
  font-weight: 300 500;
  font-display: swap;
  src: url(../fonts/TTNormsPro-Italic.woff2) format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300 500;
  font-display: swap;
  src: url(../fonts/inter-cyrillic-ext-italic.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300 500;
  font-display: swap;
  src: url(../fonts/inter-cyrillic-italic.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300 500;
  font-display: swap;
  src: url(../fonts/inter-latin-ext-italic.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300 500;
  font-display: swap;
  src: url(../fonts/inter-latin-italic.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url(../fonts/inter-cyrillic-ext.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url(../fonts/inter-cyrillic.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url(../fonts/inter-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url(../fonts/inter-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --ink: #ffffff;
  --bg-0: #0c0e10;
  --bg-1: #15181b;
  --bg-2: #1f2326;
  --line: #3e4750;
  --mute: #878787;
  --wrap: 1140px;
  --pad: 24px;
  --rail: clamp(20px, 4vw, 80px);
  --font: 'TT Norms Pro', Inter, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
picture { display: contents; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  background: var(--bg-0);
  color: var(--ink);
  font-family: var(--font);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--pad); }
.v { display: flex; flex-direction: column; min-width: 0; }
.sp { margin-top: var(--sp); }
.h { display: grid; align-items: start; min-width: 0; }
.h--mid { align-items: center; }
.h--end { align-items: end; }
.h--eyelast { align-items: end; }
.h--eyelast > div:first-child > .eyebrow { margin-bottom: calc((var(--hlh) - 1em) / 2); }
.h > div { min-width: 0; }
.h--center { justify-content: center; text-align: center; }
.h--center > div { display: flex; flex-direction: column; align-items: center; }
section.band {
  position: relative;
  padding-top: max(56px, var(--pt, 0px));
  padding-bottom: max(56px, var(--pb, 0px));
  background-color: var(--bg-0);
}
section.band--full {
  min-height: max(420px, 100svh);
  display: flex;
  align-items: center;
}
@media (min-width: 901px) {
  section.band--center .h {
    grid-template-columns: none !important;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    justify-content: center;
    gap: 102px !important;
  }
}
section.band--media {
  min-height: max(420px, min(var(--minh, 600px), 92svh));
  display: flex;
  align-items: flex-end;
  color: #fff;
  overflow: hidden;
  background-color: #000;
}
@media (min-width: 901px) {
  section.band--hero {
    min-height: max(420px, 100svh);
    align-items: stretch;
    padding-top: max(56px, var(--pt, 0px));
    padding-bottom: max(56px, calc(clamp(18px, 2.2vw, 32px) + 70px));
  }
  section.band--hero > .wrap { display: flex; flex-direction: column; }
  section.band--hero > .wrap > .v { flex: 1; }
  section.band--hero > .wrap > .v > :first-child { margin-top: auto; }
  section.band--hero > .wrap > .v > :nth-last-child(2) { margin-bottom: auto; }
  section.band--hero > .wrap > .v > .sp:last-child {
    margin-top: 0;
    padding-top: var(--sp);
  }
  section.band--hero > .wrap > .v--pin > :nth-last-child(2) { margin-bottom: 0; }
  section.band--hero > .wrap > .v--pin > :nth-last-child(3) { margin-bottom: auto; }
}
section.band--hero > .wrap { max-width: none; padding-inline: var(--rail); }
section.band--media > .wrap { width: 100%; position: relative; z-index: 2; }
.band__bg { position: absolute; inset: -1px; z-index: 0; }
.band__bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 50% var(--objy, 50%);
  will-change: transform;
}
.band__bg video {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transition: opacity .9s ease; will-change: transform, opacity;
}
.band__bg video.on { opacity: 1; }
section.band--media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, .55) 0%, rgba(0, 0, 0, .2) 42%, rgba(0, 0, 0, 0) 68%);
  pointer-events: none;
}
section.band--grad::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: var(--grad);
  pointer-events: none;
}
.t { margin: 0; font-weight: 300; letter-spacing: -0.03em; text-wrap: balance; }
.t--display { line-height: 1; }
.t--display em, .t--h2 em, .t--h3 em { font-style: italic; }
.t--h2 { line-height: 1.02; }
.t--h2s { line-height: 1.05; }
.t--h3, .t--h4 { line-height: 1.1; }
.t--stat { margin: 0; font-weight: 400; letter-spacing: -0.02em; }
.eyebrow {
  margin: 0;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}
.eyebrow::before {
  content: "";
  width: 35px;
  height: 1px;
  flex: 0 0 35px;
  background: currentColor;
  opacity: 0.55;
}
.eyebrow--bare::before { display: none; }
.eyebrow--mid { justify-content: center; }
.eyebrow--both { justify-content: center; }
.eyebrow--both::after {
  content: "";
  width: 35px;
  height: 1px;
  flex: 0 0 35px;
  background: currentColor;
  opacity: 0.55;
}
hr.rule {
  width: 100%;
  margin: 0;
  border: 0;
  border-top: 1px solid var(--line);
}
.lead { margin: 0; font-weight: 400; color: rgba(255, 255, 255, 0.88); }
.body { margin: 0; font-weight: 300; color: rgba(255, 255, 255, 0.8); }
.small { margin: 0; color: rgba(255, 255, 255, 0.72); }
.scrolltip { display: flex; align-items: center; gap: 11px; white-space: nowrap; }
.scrolltip::after {
  content: ""; flex: 0 0 1px; width: 1px; height: 22px; background: currentColor;
}
.scrolltip { cursor: pointer; transition: color .3s; }
.scrolltip:hover, .scrolltip:focus-visible { color: #fff; }
.scrolltip:focus-visible { outline: 2px solid #fff; outline-offset: 6px; }
.godown {
  position: fixed;
  left: clamp(18px, 2.2vw, 32px);
  bottom: calc(clamp(18px, 2.2vw, 32px) + env(safe-area-inset-bottom, 0px));
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  color: #fff;
  opacity: .5;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .6));
  transition: opacity .3s, transform .3s, visibility .3s;
}
.godown::after {
  content: "";
  width: 14px;
  height: 14px;
  margin-top: -6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
}
.godown:hover, .godown:focus-visible { opacity: 1; transform: translateY(3px); }
.godown:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.godown.gone {
  opacity: 0; visibility: hidden; transform: translateY(10px); pointer-events: none;
}
.label {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 10px;
}
.legal { margin: 0; font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255, 255, 255, 0.5); font-weight: 300; }
.li { padding-left: 18px; position: relative; }
.li::before {
  content: "•";
  position: absolute;
  left: 5px;
  opacity: .55;
}
.more {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  transition: border-color .25s, gap .25s;
}
.more::after { content: "→"; transform: translateY(-1px); }
a:hover .more, .more:hover { gap: 16px; border-color: #fff; }
.ln { display: inline-block; transition: opacity .2s; }
.ln:hover { opacity: .62; }
.prose > p + p { margin-top: 1.1em; }
.panel {
  border: 1px solid rgba(255, 255, 255, .15);
  padding: 42px;
}
.panel--split { position: relative; }
.panel--split::before, .panel--split::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, .15);
}
.panel--split::before { left: var(--s1); }
.panel--split::after { left: var(--s2); }
.panel--split:not([style*="--s2"])::after { display: none; }
@media (max-width: 900px) {
  .panel--split::before, .panel--split::after { display: none; }
}
.panel > .sp:first-child { margin-top: 0; }
.panel--card {
  background: var(--bg-1);
  border-color: rgba(255, 255, 255, .08);
  padding: 26px 30px;
}
.back {
  display: inline-block;
  font-size: 9px; letter-spacing: .12em; text-transform: uppercase;
  color: rgba(255,255,255,.62); transition: color .2s;
}
.back:hover { color: #fff; }
.cardlink { display: block; color: inherit; }
.cardlink:hover .more { gap: 16px; border-color: #fff; }
.cardlink:hover .ph img { transform: scale(1.035); }
.cardlink:hover .t { opacity: .82; }
.cardlink .t { transition: opacity .25s; }
.skip {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: #fff; color: #000; padding: 10px 16px; font-size: 12px;
}
.skip:focus { left: 8px; top: 8px; }
section.band--bar { padding-block: 30px; }
section.band--bar .h { align-items: center; }
.ph { margin: 0; overflow: hidden; background: #101315; }
.ph--bleed {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}
.ph img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.2,.6,.2,1); }
.ph:hover img { transform: scale(1.035); }
.rooms { display: grid; grid-template-columns: 1fr 1fr; gap: var(--rg, 40px) var(--cg, 21px); }
.room { min-width: 0; }
.room__meta { display: flex; align-items: baseline; gap: var(--mg, 18px); }
.ph--over { position: relative; display: grid; grid-template-columns: minmax(0, 1fr); }
.ph--over::before {
  content: "";
  grid-area: 1 / 1;
  width: 100%;
  align-self: start;
  aspect-ratio: var(--ar, 1140/279);
}
.ph--over > img, .ph--over > picture > img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.ph--over > .ph__in {
  grid-area: 1 / 1;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 22px var(--pad) 22px var(--ox, 5%);
  background: linear-gradient(90deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.28) 45%, rgba(0,0,0,0) 78%);
}
.ph--over:hover img { transform: none; }
.ph--over .ph__btns { display: grid; width: max-content; justify-items: stretch; }
.ph--over .ph__btns .btn { width: 100%; }
@media (min-width: 701px) {
  .ph--over .ph__tx { max-width: var(--tw, none); }
  .ph--over .btn { min-height: 36px; }
}
@media (max-width: 700px) {
  .ph--over::before { min-height: 320px; }
  .ph--over > .ph__in { padding-inline: var(--pad); }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 26px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  transition: background-color .25s, color .25s, border-color .25s;
}
.btn:hover { background: rgba(255, 255, 255, 0.12); }
.btn--solid { background: #fff; color: #000; border-color: #fff; }
.btn--solid:hover { background: rgba(255, 255, 255, 0.82); color: #000; }
.btn--wa { gap: 9px; }
.btn--wa svg { width: 16px; height: 16px; flex: none; }
.btn--sm {
  min-height: clamp(33px, 3.33vw, 40px);
  padding: 0 clamp(20px, 2vw, 24px);
  font-size: clamp(11px, 1.125vw, 13.5px);
}
.nav .nav__cta { display: none; }
.nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  transition: background-color .35s, backdrop-filter .35s, border-color .35s;
  border-bottom: 1px solid transparent;
}
.nav.solid {
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}
.nav__in {
  max-width: none;
  padding: 25px var(--rail);
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav__logo { flex: 0 0 auto; width: 264px; color: #fff; }
.nav__logo svg { width: 100%; height: auto; }
.nav__links { display: flex; gap: clamp(20px, calc(7vw - 43px), 55px); margin-inline: auto; }
.nav__links a {
  position: relative;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  opacity: .78;
  transition: opacity .2s;
}
.nav__links a:hover { opacity: 1; }
.nav__links a.on { opacity: 1; }
.nav__links a.on::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -6px;
  height: 1px;
  background: currentColor;
  opacity: .6;
}
.nav__right { display: flex; align-items: center; gap: 18px; }
.lang { display: flex; gap: 8px; }
.lang a {
  font-size: 11px; text-transform: uppercase; letter-spacing: .02em;
  opacity: .55; transition: opacity .2s;
}
.lang a:hover { opacity: 1; }
.lang a.on { opacity: 1; font-weight: 500; pointer-events: none; cursor: default; }
.burger { display: none; width: 34px; height: 34px; flex-direction: column; justify-content: center; gap: 6px; }
.burger span { display: block; height: 1px; background: #fff; transition: transform .3s, opacity .3s; }
.nav.open .burger span:nth-child(1) { transform: translateY(3.5px) rotate(45deg); }
.nav.open .burger span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
.t--keep { white-space: nowrap; }
@media (max-width: 900px) { .t--keep { white-space: normal; } }
.about { background: var(--bg-1); padding: 59px 0 66px; }
.about__wrap {
  width: 100%; max-width: calc(1188px + var(--pad) * 2);
  margin-inline: auto; padding-inline: var(--pad);
}
.about__eyebrow { justify-content: center; letter-spacing: .3em; font-size: 12px; }
.about__grid {
  margin-top: 56px; display: grid;
  grid-template-columns: 68% 1fr; column-gap: 3.6%;
  align-items: stretch;
}
.about__media {
  position: relative; margin: 0; aspect-ratio: 808 / 455; overflow: hidden;
  align-self: start;
}
.about__media img, .about__vid {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.about__vid {
  inset: -1px; width: calc(100% + 2px); height: calc(100% + 2px);
  opacity: 0; transition: opacity .9s ease;
}
.about__vid.on { opacity: 1; }
.about__col { display: flex; flex-direction: column; height: 100%; padding-top: 9px; }
.about__h {
  margin: 0; font-weight: 300; font-size: clamp(24px, 2.5vw, 32px);
  line-height: .906; letter-spacing: -.05em;
}
.about__h em { font-style: italic; }
.about__p { margin: 22px 0 30px; font-size: 15px; line-height: 1.334; font-weight: 300; }
.about__cta { align-self: start; margin: auto 0; }
.about__stats {
  margin-top: 30px; display: grid; grid-template-columns: 59fr 61fr 110fr; gap: 54px;
  align-items: stretch;
}
.stat { display: flex; flex-direction: column; gap: 10px; }
.stat + .stat { border-left: 1px solid var(--line); padding-left: 27px; margin-left: -27px; }
.stat__n { font-size: 24px; line-height: 1.209; letter-spacing: -.05em; font-weight: 300; }
.stat__l { font-size: 12px; line-height: 1; }
.about__rule { margin: 28px 0 0; border: 0; border-top: 1px solid var(--line); }
.foot { background: var(--bg-0); padding: 64px 0 41px; }
.foot__top { display: grid; grid-template-columns: 1fr max-content; align-items: start; }
.foot__logo { width: 108px; color: #fff; }
.foot__cols {
  display: grid; grid-template-columns: 188px 188px max-content;
  padding-left: 110px; border-left: 1px solid var(--line);
}
.fcol { display: flex; flex-direction: column; align-items: start; gap: 25px; }
.fcol__h {
  margin: 0 0 6px; font-size: 10px; font-weight: 500;
  text-transform: uppercase; color: var(--mute);
}
.fcol a { display: block; font-size: 12px; padding: 6px 0; transition: opacity .2s; }
.fcol a:hover { opacity: .55; }
.foot__bar {
  margin-top: 49px; padding-top: 36px; border-top: 1px solid var(--line);
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: center;
}
.foot__bar .legal:last-child { text-align: right; }
.foot__soc { display: flex; gap: 32px; align-items: center; color: var(--mute); margin: -6px 0; }
.foot__soc a { display: block; padding: 6px 4px; transition: color .2s; }
.foot__soc svg { height: 20px; width: auto; display: block; }
.foot__soc a:hover { color: #fff; }
.wa {
  position: fixed;
  right: clamp(18px, 2.2vw, 32px);
  bottom: calc(clamp(18px, 2.2vw, 32px) + env(safe-area-inset-bottom, 0px));
  z-index: 70;
  display: inline-flex;
  align-items: center;
  height: 56px;
  padding: 0 17px;
  border-radius: 999px;
  background: #fff;
  color: #0c0e10;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .45);
  opacity: .5;
  transition: background-color .25s, box-shadow .25s, opacity .3s, transform .3s;
}
.wa:hover, .wa:focus-visible { opacity: 1; }
.wa:hover { background: rgba(255, 255, 255, .82); box-shadow: 0 14px 38px rgba(0, 0, 0, .55); }
.wa__ico { display: block; }
.wa svg { width: 22px; height: 22px; display: block; }
.wa__txt {
  max-width: 0;
  margin-left: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 11px;
  letter-spacing: .15em;
  text-transform: uppercase;
  opacity: 0;
  transition: max-width .35s ease, margin-left .35s ease, opacity .25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .wa:hover .wa__txt, .wa:focus-visible .wa__txt { max-width: 140px; margin-left: 12px; opacity: 1; }
}
.wa:focus-visible { outline: 2px solid #fff; outline-offset: 3px; box-shadow: 0 0 0 5px rgba(0, 0, 0, .6); }
.nav.open ~ .wa,
.nav.open ~ .godown,
.nav.open ~ .bookbar { opacity: 0; visibility: hidden; transform: translateY(10px); }
.bookbar { display: none; }
@media (prefers-reduced-motion: reduce) {
  .wa, .wa__txt { transition: none; }
}
.modal { position: fixed; inset: 0; z-index: 90; display: none; }
.modal:target, .modal.open { display: grid; place-items: center; }
.modal__bd { position: absolute; inset: 0; background: rgba(0,0,0,.72); backdrop-filter: blur(4px); }
.modal__box {
  position: relative; width: min(520px, calc(100vw - 32px)); max-height: 90vh; overflow: auto;
  background: var(--bg-1); border: 1px solid rgba(255,255,255,.12); padding: 34px;
}
.modal__x { position: absolute; top: 10px; right: 14px; font-size: 26px; line-height: 1; opacity: .6; }
.modal__x:hover { opacity: 1; }
.modal__box .eyebrow { margin-bottom: 14px; }
.modal__box .t { margin-bottom: 22px; font-size: 30px; }
.bkform { display: grid; gap: 14px; }
.bkform label { display: grid; gap: 7px; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--mute); }
.bkform input, .bkform select, .bkform textarea {
  font: inherit; font-size: 14px; letter-spacing: 0; text-transform: none; color: #fff;
  background: transparent; border: 1px solid rgba(255,255,255,.22); padding: 11px 12px; border-radius: 0;
}
.bkform input:focus, .bkform select:focus, .bkform textarea:focus { outline: none; border-color: #fff; }
.bkform select option { background: #15181b; }
.h2col { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.bkform .btn { margin-top: 6px; width: 100%; }
.ok { margin: 0; font-size: 13px; color: #b9f3c8; }
.rv {
  opacity: 0;
  transform: translate3d(var(--rx, 0px), var(--ry, 30px), 0) scale(var(--rs, .97));
  transition: opacity .8s ease, transform .9s cubic-bezier(.2, .7, .2, 1);
}
main { overflow-x: clip; }
.rv--line {
  opacity: 1;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .9s cubic-bezier(.2, .7, .2, 1);
}
.rv.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .rv { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  .ph img { transition: none; }
}
@media (max-width: 1100px) {
  .nav__logo { width: 210px; }
  .foot__top { grid-template-columns: 1fr 1.25fr; gap: 40px; }
  .foot__cols { grid-template-columns: repeat(3, minmax(0, 1fr)); padding-left: 40px; gap: 20px; }
}
@media (max-width: 900px) {
  :root { --pad: 20px; --rail: 20px; }
  .nav__in { padding: 16px var(--pad); }
  .nav__logo { width: 176px; }
  .burger { display: flex; }
  .nav__links {
    position: fixed; inset: 62px 0 auto; flex-direction: column; gap: 0;
    background: rgba(0,0,0,.97); padding: 8px var(--pad) 22px;
    transform: translateY(-120%); transition: transform .4s cubic-bezier(.2,.7,.2,1);
    margin: 0;
  }
  .nav.open .nav__links { transform: none; }
  .nav__links a { font-size: 13px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .nav.solid, .nav.open { background: rgba(0,0,0,.94); }
  .nav__right { margin-left: auto; }
  .nav__right .btn--sm { display: none; }
  .nav .nav__cta {
    display: inline-flex;
    margin-top: 20px;
    border-bottom: 0;
    font-size: 11px;
  }
  .nav__links a.nav__cta:hover { opacity: 1; }
  section.band--media { min-height: max(430px, min(var(--minh, 600px), 78svh)); }
  section.band--hero { min-height: max(430px, min(calc(var(--minh, 600px) * 1.13), 78svh)); }
  .h { grid-template-columns: 1fr !important; gap: 28px !important; }
  [style*="text-align:right"] { text-align: left !important; }
  .h > div { grid-column: auto !important; max-width: none !important; }
  .h--eyelast > div:first-child > .eyebrow { margin-bottom: 0; }
  .h--m2 { grid-template-columns: 1fr 1fr !important; gap: 30px 16px !important; }
  .h--m3 { grid-template-columns: repeat(3, 1fr) !important; gap: 26px 14px !important; }
  .rooms { grid-template-columns: 1fr; }
  .h--gal > div,
  .h--gal > div > .v,
  .h--gal > div > .v > .sp { display: contents; }
  .h--gal .sp > .ph { grid-column: 1 / -1; }
  .h--gal > div > .ph,
  .h--gal > div > .v > .ph,
  .h--gal .sp > .ph { aspect-ratio: 3 / 2 !important; }
  .h--mrow { grid-template-columns: 1fr auto !important; gap: 18px 20px !important; }
  .h--mrow > div:nth-child(1),
  .h--mrow > div:nth-child(2) { grid-column: 1 / -1 !important; }
  .h--mrow > div:nth-child(4) { align-self: center; }
  .h--mrow > div:nth-child(1) .t { font-size: clamp(11px, 1.955vw, 25px) !important; }
  .h--table { gap: 34px !important; }
  .h--table .sp { margin-top: min(var(--sp), 10px); }
  section.band { padding-top: clamp(48px, 9vw, 96px) !important; padding-bottom: clamp(48px, 9vw, 96px) !important; }
  .sp { margin-top: min(var(--sp), 44px); }
  .about__grid { grid-template-columns: 1fr; row-gap: 32px; }
  .about__col { padding-top: 0; }
  .about__cta { margin: 0; }
  .foot__top { grid-template-columns: 1fr; gap: 40px; }
  .foot__cols {
    display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px; padding-left: 0; border-left: 0;
  }
  .fcol { gap: 16px; }
  .foot__bar { grid-template-columns: 1fr; margin-top: 38px; gap: 26px;
               justify-items: center; text-align: center; }
  .foot__bar .legal, .foot__bar .legal:last-child { text-align: center; }
  .foot__bar .legal:first-child { order: 3; }
  .foot__soc { gap: 22px; }
  .wa { height: 50px; padding: 0 14px; right: 16px;
        bottom: calc(16px + env(safe-area-inset-bottom, 0px)); }
  .wa svg { width: 22px; height: 22px; }
  .modal__box { padding: 26px 20px; }
}
@media (max-width: 700px) {
  .dbr { display: none; }
  .foot { padding: 46px 0 34px; }
  .foot__top { grid-template-columns: 1fr; gap: 46px; }
  .foot__cols {
    display: grid; grid-template-columns: 1fr; gap: 52px;
    padding-left: 0; border-left: 0;
  }
  .fcol { gap: 4px; }
  .fcol__h {
    margin: 0 0 14px; font-size: 12px;
    letter-spacing: 0.2em; color: #fff;
  }
  .fcol a { font-size: 16px; padding: 7px 0; color: var(--mute); }
  .foot__bar {
    margin-top: 46px; gap: 24px;
    justify-items: start; text-align: left;
  }
  .foot__bar .legal, .foot__bar .legal:last-child { text-align: left; }
  .foot__soc { margin-left: -4px; }
}
@media (max-width: 560px) {
  .h2col { grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .eyebrow { white-space: normal; }
}
@media (max-width: 900px) {
  .wa { display: none; }
  .godown {
    display: flex;
    left: var(--pad);
    right: auto;
    margin-inline: 0;
    width: 44px;
    height: 44px;
    bottom: calc(74px + env(safe-area-inset-bottom, 0px));
    background: rgba(12, 14, 16, .6);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    backdrop-filter: blur(6px);
    opacity: .9;
    filter: none;
  }
  .bookbar {
    display: inline-flex;
    position: fixed;
    left: var(--pad);
    right: var(--pad);
    bottom: calc(14px + env(safe-area-inset-bottom, 0px));
    z-index: 70;
    min-height: 50px;
    width: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .45);
    transition: opacity .3s, visibility .3s, transform .3s;
  }
  .foot { padding-bottom: calc(78px + env(safe-area-inset-bottom, 0px)); }
}
@media (max-width: 900px) and (prefers-reduced-motion: reduce) {
  .bookbar { transition: none; }
}
.ph--zoom { cursor: zoom-in; }
.ph--zoom:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
html.lb-open { overflow: hidden; }
html.lb-open body,
html.lb-open .nav { padding-right: var(--sbw, 0px); }
.lb {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  background: rgba(12, 14, 16, .94);
  backdrop-filter: saturate(120%) blur(10px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.lb.on { opacity: 1; visibility: visible; }
.lb__stage {
  display: grid;
  place-items: center;
  padding: 0 clamp(20px, 7vw, 104px);
}
.lb__stage picture { display: contents; }
.lb__stage img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 86vh;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .55);
}
.lb__x,
.lb__nav {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  color: #fff;
  opacity: .55;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .7));
  transition: opacity .25s, transform .25s;
}
.lb__x:hover, .lb__nav:hover,
.lb__x:focus-visible, .lb__nav:focus-visible { opacity: 1; }
.lb__x:focus-visible, .lb__nav:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.lb__x { top: clamp(10px, 2vw, 26px); right: clamp(10px, 2vw, 26px); }
.lb__x::before, .lb__x::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 1px;
  background: currentColor;
}
.lb__x::before { transform: rotate(45deg); }
.lb__x::after { transform: rotate(-45deg); }
.lb__nav { top: 50%; margin-top: -28px; }
.lb__nav::after {
  content: "";
  width: 16px;
  height: 16px;
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.lb__nav--prev { left: clamp(2px, 1.4vw, 26px); }
.lb__nav--prev::after { transform: rotate(45deg); margin-left: 6px; }
.lb__nav--next { right: clamp(2px, 1.4vw, 26px); }
.lb__nav--next::after { transform: rotate(-135deg); margin-right: 6px; }
.lb__nav--prev:hover { transform: translateX(-3px); }
.lb__nav--next:hover { transform: translateX(3px); }
.lb__nav[hidden] { display: none; }
.lb__count {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: clamp(14px, 2.5vw, 30px);
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .6);
}
.lb__count[hidden] { display: none; }
@media (max-width: 700px) {
  .lb__stage { padding: 0 12px; }
  .lb__stage img { max-height: 74vh; }
  .lb__x, .lb__nav { width: 44px; height: 44px; }
  .lb__nav {
    top: auto;
    margin-top: 0;
    bottom: calc(clamp(14px, 2.5vw, 30px) - 16px);
  }
  .lb__nav--prev { left: 10px; }
  .lb__nav--next { right: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .lb, .lb__x, .lb__nav { transition: none; }
}
