:root {
  --ink: #171512;
  --muted: #69625a;
  --paper: #faf8f4;
  --panel: #ffffff;
  --line: rgba(23, 21, 18, 0.14);
  --sea: #1e6e70;
  --wine: #7a2430;
  --gold: #b2874a;
  --shadow: 0 24px 70px rgba(23, 21, 18, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

button,
a {
  font: inherit;
}

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

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

.site-header {
  position: absolute;
  top: 24px;
  left: 50%;
  z-index: 5;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  width: min(1180px, calc(100% - 32px));
  padding: 12px 14px 12px 22px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.2);
  transform: translateX(-50%);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: baseline;
  gap: 8px;
  min-width: 150px;
  font-weight: 800;
}

.brand small {
  color: var(--sea);
  font-weight: 700;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.desktop-nav a,
.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  color: rgba(23, 21, 18, 0.78);
  font-size: 14px;
  font-weight: 700;
}

.desktop-nav a:hover,
.header-phone:hover {
  background: rgba(30, 110, 112, 0.1);
  color: var(--ink);
}

.header-phone {
  background: var(--ink);
  color: #fff;
}

.header-phone:hover {
  background: var(--wine);
  color: #fff;
}

.hero {
  position: relative;
  min-height: 92svh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
}

.hero-bg,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-bg {
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.42) 52%, rgba(0, 0, 0, 0.72)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.72), transparent 46%);
}

.hero-content {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 132px 0 46px;
  color: #fff;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.contacts-section h2 {
  margin: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 880px;
  font-size: clamp(44px, 5.5vw, 82px);
  line-height: 0.98;
}

.hero-lead {
  max-width: 680px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.5;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.btn-light {
  background: #fff;
  color: var(--ink);
}

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  backdrop-filter: blur(12px);
}

.btn-dark {
  background: var(--ink);
  color: #fff;
}

.btn-dark:hover {
  background: var(--wine);
}

.btn-outline {
  border-color: var(--line);
  background: transparent;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 42px;
}

.hero-facts span,
.room-tabs button {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 88px 0;
}

.booking-section {
  width: 100%;
  max-width: none;
  padding: 34px max(16px, calc((100% - 1180px) / 2)) 72px;
  background: #fff;
}

.section-title-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 24px;
  margin-bottom: 28px;
}

.section-title-row h2,
.booking-copy h2,
.copy-block h2,
.plaza-copy h2,
.room-copy h2,
.contacts-section h2 {
  font-size: clamp(32px, 3.6vw, 54px);
  line-height: 1.08;
}

.section-title-row p,
.booking-copy p,
.rich-list p,
.plaza-copy p,
.room-copy p,
.contact-copy p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.booking-card {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 18px;
  align-items: stretch;
}

.booking-copy {
  display: flex;
  min-height: 420px;
  flex-direction: column;
  justify-content: center;
  padding: 44px;
  border-radius: 32px;
  background: var(--paper);
}

.booking-copy p {
  max-width: 520px;
  margin: 16px 0 0;
}

.booking-main-button {
  width: max-content;
  margin-top: 28px;
}

.booking-photo {
  min-height: 420px;
  overflow: hidden;
  border-radius: 32px;
  box-shadow: var(--shadow);
}

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

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  align-items: center;
}

.copy-block {
  max-width: 540px;
}

.rich-list {
  margin-top: 28px;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  grid-template-rows: 280px 280px;
  gap: 14px;
}

.intro-grid img,
.plaza-grid img,
.gallery-tile img,
.room-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-grid img {
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.intro-grid img:first-child {
  grid-row: 1 / 3;
}

.amenities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 36px;
}

.amenities div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 74px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  color: var(--sea);
  font-weight: 800;
}

.amenities span {
  color: var(--ink);
}

.rooms-section {
  padding-top: 40px;
}

.room-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 36px;
  align-items: stretch;
}

.room-copy {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  justify-content: center;
  padding: 42px;
  border-radius: 32px;
  background: #fff;
  box-shadow: var(--shadow);
}

.room-copy p {
  margin: 22px 0 0;
}

.room-controls {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

.room-controls button,
.lightbox-close,
.lightbox-nav {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
}

.room-controls span {
  min-width: 64px;
  color: var(--muted);
  font-weight: 800;
  text-align: center;
}

.room-visual {
  min-height: 520px;
  overflow: hidden;
  border-radius: 32px;
  box-shadow: var(--shadow);
}

.room-tabs {
  display: flex;
  overflow-x: auto;
  gap: 10px;
  margin-top: 24px;
  padding-bottom: 8px;
}

.room-tabs button {
  display: grid;
  grid-template-columns: 58px max-content;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  border-color: var(--line);
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  padding: 7px 14px 7px 7px;
}

.room-tabs button.active {
  border-color: var(--sea);
  background: var(--sea);
  color: #fff;
}

.room-tabs img {
  width: 58px;
  height: 42px;
  border-radius: 999px;
  object-fit: cover;
}

.plaza-section {
  width: 100%;
  max-width: none;
  padding: 88px max(16px, calc((100% - 1180px) / 2));
  background: #eef5f3;
}

.plaza-grid {
  display: grid;
  grid-template-columns: 1.05fr repeat(2, 0.8fr);
  gap: 14px;
}

.plaza-copy {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 44px;
  border-radius: 32px;
  background: var(--ink);
  color: #fff;
}

.plaza-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.plaza-grid img {
  min-height: 260px;
  border-radius: 28px;
}

.plaza-image-button {
  display: block;
  min-height: 260px;
  padding: 0;
  border: 0;
  border-radius: 28px;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
}

.plaza-image-button img {
  transition: transform 240ms ease;
}

.plaza-image-button:hover img {
  transform: scale(1.035);
}

.infrastructure-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.infrastructure-list li {
  position: relative;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  line-height: 1.45;
}

.infrastructure-list li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  content: '';
}

.section-title-row p {
  max-width: 420px;
  margin: 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.gallery-tile {
  aspect-ratio: 4 / 3;
  padding: 0;
  border: 0;
  border-radius: 18px;
  background: #ddd;
  cursor: pointer;
  overflow: hidden;
}

.gallery-tile:nth-child(1),
.gallery-tile:nth-child(8) {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-tile img {
  transition: transform 240ms ease;
}

.gallery-tile:hover img {
  transform: scale(1.035);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 72px;
  background: rgba(0, 0, 0, 0.86);
}

.lightbox img {
  max-width: min(1120px, 88vw);
  max-height: 82vh;
  border-radius: 24px;
  object-fit: contain;
}

.lightbox-close,
.lightbox-nav {
  position: fixed;
  z-index: 21;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  backdrop-filter: blur(10px);
}

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

.lightbox-nav.left {
  left: 24px;
}

.lightbox-nav.right {
  right: 24px;
}

.contacts-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 88px 0 72px;
}

.contact-copy {
  padding: 42px;
  border-radius: 32px;
  background: #fff;
  box-shadow: var(--shadow);
}

.contact-phone {
  display: inline-block;
  margin-top: 18px;
  color: var(--sea);
  font-size: clamp(24px, 3.2vw, 40px);
  font-weight: 800;
  white-space: nowrap;
}

.contact-copy p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 24px 0 0;
}

.contacts-section iframe {
  width: 100%;
  min-height: 460px;
  border: 0;
  border-radius: 32px;
  box-shadow: var(--shadow);
}

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

  .desktop-nav {
    display: none;
  }

  .hero-content {
    padding-bottom: 38px;
  }

  .section-title-row,
  .booking-card,
  .split,
  .room-layout,
  .plaza-grid,
  .contacts-section {
    grid-template-columns: 1fr;
  }

  .intro-grid {
    grid-template-rows: 240px 240px;
  }

  .room-copy,
  .room-visual {
    min-height: auto;
  }

  .room-visual {
    height: 520px;
  }

  .booking-copy,
  .booking-photo {
    min-height: auto;
  }

  .booking-photo {
    height: 360px;
  }

  .plaza-copy {
    grid-row: auto;
  }

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

@media (max-width: 640px) {
  .site-header {
    top: 12px;
    width: calc(100% - 20px);
    padding: 10px 10px 10px 16px;
  }

  .brand {
    min-width: auto;
  }

  .brand small,
  .header-phone span {
    display: none;
  }

  .header-phone {
    width: 42px;
    height: 42px;
    justify-content: center;
    padding: 0;
  }

  .hero-content {
    width: calc(100% - 28px);
    padding-top: 108px;
    padding-bottom: 26px;
  }

  .hero h1 {
    font-size: 39px;
  }

  .hero-actions,
  .contact-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .section,
  .booking-section,
  .plaza-section,
  .contacts-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .booking-section {
    padding-top: 28px;
  }

  .booking-copy {
    padding: 28px;
    border-radius: 26px;
  }

  .booking-main-button {
    width: 100%;
  }

  .booking-photo {
    height: 260px;
    border-radius: 26px;
  }

  .intro-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .intro-grid img:first-child {
    grid-row: auto;
  }

  .intro-grid img,
  .plaza-grid img,
  .plaza-image-button {
    height: 260px;
  }

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

  .room-copy,
  .plaza-copy,
  .contact-copy {
    padding: 28px;
    border-radius: 26px;
  }

  .room-visual {
    height: 360px;
    border-radius: 26px;
  }

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

  .gallery-tile:nth-child(1),
  .gallery-tile:nth-child(8) {
    grid-column: auto;
    grid-row: auto;
  }

  .lightbox {
    padding: 54px 12px;
  }

  .lightbox-nav.left {
    left: 10px;
  }

  .lightbox-nav.right {
    right: 10px;
  }

  .contacts-section iframe {
    min-height: 360px;
  }
}
