:root {
  --ink: #1c1d21;
  --muted: #68645e;
  --paper: #fbfaf7;
  --cream: #f1ead8;
  --teal: #65b1c4;
  --gold: #ecb024;
  --red: #9a1e2d;
  --stone: #74706a;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(28, 29, 33, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.6;
}

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

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

.container {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.section-pad {
  padding: 96px 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.05;
}

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
}

h1 {
  max-width: 740px;
  color: var(--white);
  font-size: clamp(4rem, 10vw, 8.8rem);
}

h2 {
  max-width: 760px;
  font-size: clamp(2.1rem, 4vw, 4.6rem);
}

h3 {
  font-size: 1.25rem;
}

p {
  margin: 0;
  color: var(--muted);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 18px 36px;
  transition: background 0.2s ease, box-shadow 0.2s ease, padding 0.2s ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(251, 250, 247, 0.96);
  box-shadow: 0 8px 34px rgba(28, 29, 33, 0.08);
  backdrop-filter: blur(14px);
}

.brand img {
  width: 138px;
  height: 54px;
  object-fit: contain;
  object-position: left center;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.site-header:not(.is-scrolled):not(.is-open) .site-nav,
.site-header:not(.is-scrolled):not(.is-open) .header-cta {
  color: var(--white);
}

.site-nav a {
  padding: 8px 0;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
}

.header-cta,
.button.primary {
  color: var(--ink);
  background: var(--gold);
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.64);
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: end;
  padding: 150px 36px 36px;
  overflow: hidden;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, rgba(12, 14, 17, 0.76), rgba(12, 14, 17, 0.25) 58%, rgba(12, 14, 17, 0.34)), url("../images/hero-exterior.jpg") center / cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 35%;
  z-index: -1;
  background: linear-gradient(0deg, rgba(12, 14, 17, 0.68), transparent);
}

.hero-content {
  width: min(1160px, 100%);
  margin: 0 auto 84px;
}

.hero-copy {
  max-width: 520px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.2rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.booking-strip {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.booking-strip div {
  padding: 24px;
  border-right: 1px solid rgba(116, 112, 106, 0.18);
}

.booking-strip div:last-child {
  border-right: 0;
}

.booking-strip span {
  display: block;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.booking-strip strong {
  display: block;
  margin-top: 4px;
}

.booking-panel {
  background: var(--cream);
}

.floa-booking-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  gap: 14px;
  align-items: end;
  padding: 24px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(28, 29, 33, 0.08);
}

.floa-booking-form label {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-weight: 800;
}

.floa-booking-form input {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid rgba(116, 112, 106, 0.28);
  background: var(--paper);
  font: inherit;
}

.floa-booking-form .button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.split {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 56px;
  align-items: start;
}

.intro p:last-child {
  font-size: 1.06rem;
}

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

.section-heading a {
  color: var(--red);
  font-weight: 800;
  border-bottom: 2px solid currentColor;
}

.room-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.room-card {
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(28, 29, 33, 0.08);
}

.room-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.room-card.featured {
  grid-column: span 2;
}

.room-card.featured img {
  aspect-ratio: 2 / 1;
}

.room-body {
  padding: 24px;
}

.room-body span {
  color: var(--teal);
  font-weight: 800;
}

.room-body h3 {
  margin-top: 8px;
}

.room-body p {
  margin-top: 10px;
}

.room-body a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--red);
  font-weight: 800;
}

.amenities {
  color: var(--white);
  background: #1f2324;
}

.amenities p,
.amenities .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.amenities h2,
.amenities h3 {
  color: var(--white);
}

.amenity-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) 1fr;
  gap: 36px;
  align-items: stretch;
}

.amenity-photo img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}

.amenity-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.amenity-list article {
  min-height: 190px;
  padding: 26px;
  background: #272b2c;
}

.amenity-list span {
  color: var(--gold);
  font-weight: 800;
}

.amenity-list h3 {
  margin-top: 16px;
}

.amenity-list p {
  margin-top: 10px;
}

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

.gallery-grid button {
  min-height: 220px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.gallery-grid button:hover img {
  transform: scale(1.05);
}

.location {
  padding-bottom: 0;
  background: var(--cream);
}

.location-copy {
  margin-bottom: 42px;
}

.contact-card,
.contact-panel {
  display: grid;
  gap: 12px;
  padding: 28px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(28, 29, 33, 0.08);
}

.contact-card a,
.contact-panel a {
  color: var(--red);
  font-weight: 800;
}

.map-wrap {
  width: 100%;
  line-height: 0;
}

.about-story {
  max-width: 850px;
  margin-bottom: 28px;
}

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

.team-card {
  background: var(--white);
  box-shadow: 0 12px 34px rgba(28, 29, 33, 0.08);
}

.team-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.team-card h3,
.team-card p {
  padding: 0 20px;
}

.team-card h3 {
  margin-top: 18px;
}

.team-card p {
  margin: 8px 0 22px;
}

.team-note {
  margin-top: 22px;
  font-size: 0.92rem;
}

.contact {
  color: var(--white);
  background: linear-gradient(90deg, rgba(28, 29, 33, 0.88), rgba(28, 29, 33, 0.6)), url("../images/gallery-exterior.jpg") center / cover;
}

.contact h2,
.contact p,
.contact .eyebrow {
  color: var(--white);
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 0.68fr;
  gap: 48px;
  align-items: center;
}

.contact-panel {
  background: rgba(255, 255, 255, 0.94);
}

.site-footer {
  padding: 52px 0 24px;
  color: var(--white);
  background: #151719;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.7fr;
  gap: 36px;
}

.site-footer img {
  width: 150px;
  height: 72px;
  object-fit: contain;
  object-position: left center;
  background: var(--white);
  padding: 6px;
}

.site-footer p,
.site-footer a {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.74);
}

.site-footer strong {
  color: var(--white);
}

.powered {
  width: min(1160px, calc(100% - 32px));
  margin: 36px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.9rem;
}

.powered a {
  display: inline;
  color: var(--gold);
  font-weight: 800;
}

.float-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 76px;
  z-index: 18;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--white);
  background: #168f52;
  box-shadow: 0 14px 34px rgba(22, 143, 82, 0.28);
  font-weight: 800;
}

.chat-widget {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 19;
  font-family: "Manrope", Arial, sans-serif;
}

.chat-launch {
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  color: var(--ink);
  background: var(--gold);
  box-shadow: 0 14px 34px rgba(28, 29, 33, 0.18);
  font-weight: 800;
  cursor: pointer;
}

.chat-panel {
  position: absolute;
  right: 0;
  bottom: 62px;
  display: none;
  width: min(340px, calc(100vw - 36px));
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow);
}

.chat-widget.is-open .chat-panel {
  display: block;
}

.chat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  color: var(--white);
  background: var(--ink);
}

.chat-head button {
  border: 0;
  color: var(--gold);
  background: transparent;
  font-weight: 800;
  cursor: pointer;
}

.chat-messages {
  display: grid;
  gap: 10px;
  max-height: 210px;
  overflow: auto;
  padding: 16px;
}

.chat-messages p {
  padding: 12px;
  color: var(--ink);
  background: var(--cream);
}

.chat-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 0 16px 16px;
}

.chat-options button,
.chat-panel > a {
  min-height: 40px;
  border: 1px solid rgba(116, 112, 106, 0.25);
  color: var(--ink);
  background: var(--paper);
  font-weight: 800;
  cursor: pointer;
}

.chat-panel > a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 16px 16px;
  color: var(--white);
  background: #168f52;
}

.inner-page {
  padding-top: 88px;
}

.inner-page .site-header {
  color: var(--ink);
}

.page-hero {
  min-height: 430px;
  display: grid;
  align-items: end;
  padding: 96px 0 72px;
  color: var(--white);
  background: linear-gradient(90deg, rgba(20, 21, 23, 0.82), rgba(20, 21, 23, 0.38)), url("../images/exterior-night.jpg") center / cover;
}

.page-hero h1 {
  max-width: 860px;
  font-size: clamp(3.1rem, 7vw, 6.8rem);
}

.page-hero p:not(.eyebrow) {
  max-width: 650px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.rooms-hero {
  background-image: linear-gradient(90deg, rgba(20, 21, 23, 0.82), rgba(20, 21, 23, 0.28)), url("../images/gallery-suite.jpg");
}

.amenities-hero {
  background-image: linear-gradient(90deg, rgba(20, 21, 23, 0.82), rgba(20, 21, 23, 0.28)), url("../images/open-space.jpg");
}

.gallery-hero {
  background-image: linear-gradient(90deg, rgba(20, 21, 23, 0.82), rgba(20, 21, 23, 0.28)), url("../images/courtyard.jpg");
}

.about-hero {
  background-image: linear-gradient(90deg, rgba(20, 21, 23, 0.82), rgba(20, 21, 23, 0.28)), url("../images/interior-stairs.jpg");
}

.contact-hero {
  background-image: linear-gradient(90deg, rgba(20, 21, 23, 0.82), rgba(20, 21, 23, 0.28)), url("../images/gallery-exterior.jpg");
}

.location-hero {
  background-image: linear-gradient(90deg, rgba(20, 21, 23, 0.82), rgba(20, 21, 23, 0.28)), url("../images/gallery-exterior-2.jpg");
}

.teaser-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.teaser-card {
  background: var(--white);
  box-shadow: 0 12px 34px rgba(28, 29, 33, 0.08);
}

.teaser-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.teaser-card div {
  padding: 24px;
}

.teaser-card p:not(.eyebrow) {
  margin-top: 10px;
}

.teaser-card a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--red);
  font-weight: 800;
}

.room-list {
  display: grid;
  gap: 34px;
}

.suite-detail {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 22px;
  align-items: stretch;
  padding: 22px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(28, 29, 33, 0.08);
}

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

.suite-copy span,
.amenity-cards span {
  color: var(--teal);
  font-weight: 800;
}

.suite-copy h2,
.amenity-cards h2 {
  margin-top: 10px;
  font-size: clamp(2rem, 3.2vw, 3.4rem);
}

.suite-copy p {
  margin-top: 14px;
}

.suite-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.suite-actions form {
  margin: 0;
}

.suite-actions button {
  border: 0;
  cursor: pointer;
}

.suite-actions a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--gold);
  font-weight: 800;
}

.suite-actions a + a {
  color: var(--red);
  background: var(--cream);
}

.suite-gallery {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: repeat(2, minmax(170px, 1fr));
  gap: 10px;
}

.suite-gallery button,
.labeled-gallery button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
}

.suite-gallery button:first-child {
  grid-row: span 2;
}

.suite-gallery img,
.labeled-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.suite-gallery button:hover img,
.labeled-gallery button:hover img {
  transform: scale(1.04);
}

.amenity-cards {
  display: grid;
  gap: 24px;
}

.amenity-cards article {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 32px;
  align-items: center;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(28, 29, 33, 0.08);
}

.amenity-cards article:nth-child(even) img {
  order: 2;
}

.amenity-cards img {
  width: 100%;
  height: 390px;
  object-fit: cover;
}

.amenity-cards div {
  padding: 32px;
}

.amenity-cards p {
  margin-top: 14px;
}

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

.labeled-gallery article {
  background: var(--white);
  box-shadow: 0 12px 34px rgba(28, 29, 33, 0.08);
}

.labeled-gallery button,
.coming-soon div {
  width: 100%;
  aspect-ratio: 1 / 1;
}

.labeled-gallery h3,
.labeled-gallery p {
  padding: 0 16px;
}

.labeled-gallery h3 {
  margin-top: 16px;
}

.labeled-gallery p {
  margin: 6px 0 18px;
}

.coming-soon div {
  display: grid;
  place-items: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--teal), var(--red));
}

.coming-soon span {
  font-weight: 800;
  text-transform: uppercase;
}

.about-expanded p + p {
  margin-top: 18px;
}

.team-section {
  padding-top: 0;
}

.contact-page-grid {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 32px;
  align-items: start;
}

.contact-form,
.contact-info-stack article {
  background: var(--white);
  box-shadow: 0 12px 34px rgba(28, 29, 33, 0.08);
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: 30px;
}

.contact-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(116, 112, 106, 0.28);
  border-radius: 0;
  color: var(--ink);
  background: var(--paper);
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form button {
  width: fit-content;
  border: 0;
  cursor: pointer;
}

.form-note {
  font-size: 0.9rem;
}

.contact-info-stack {
  display: grid;
  gap: 18px;
}

.contact-info-stack article {
  display: grid;
  gap: 8px;
  padding: 24px;
}

.contact-info-stack a {
  color: var(--red);
  font-weight: 800;
}

.empty-state {
  padding: 48px;
  text-align: center;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(28, 29, 33, 0.08);
}

.empty-state p {
  margin: 12px auto 22px;
  max-width: 560px;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: none;
  place-items: center;
  padding: 28px;
  background: rgba(10, 12, 14, 0.88);
}

.lightbox.is-active {
  display: grid;
}

.lightbox img {
  max-height: 86vh;
  object-fit: contain;
}

.lightbox button {
  position: absolute;
  top: 18px;
  right: 18px;
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: var(--white);
  font-weight: 800;
  cursor: pointer;
}

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

  .nav-toggle {
    justify-self: end;
    display: grid;
    gap: 6px;
    width: 44px;
    height: 44px;
    place-content: center;
    border: 0;
    border-radius: 50%;
    background: var(--white);
  }

  .nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--ink);
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 16px;
    right: 16px;
    display: none;
    padding: 18px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: grid;
  }

  .header-cta {
    display: none;
  }

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

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

@media (max-width: 760px) {
  .site-header {
    padding: 12px 16px;
  }

  .brand img {
    width: 114px;
  }

  .section-pad {
    padding: 68px 0;
  }

  .hero {
    min-height: 92vh;
    padding: 120px 16px 18px;
  }

  .hero-content {
    margin-bottom: 34px;
  }

  h1 {
    font-size: 4rem;
  }

  .booking-strip,
  .floa-booking-form,
  .split,
  .section-heading,
  .amenity-layout,
  .contact-layout,
  .contact-page-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    align-items: start;
  }

  .booking-strip div {
    border-right: 0;
    border-bottom: 1px solid rgba(116, 112, 106, 0.18);
  }

  .room-grid,
  .team-grid,
  .amenity-list,
  .gallery-grid,
  .teaser-grid,
  .labeled-gallery,
  .suite-detail,
  .amenity-cards article {
    grid-template-columns: 1fr;
  }

  .amenity-cards article:nth-child(even) img {
    order: 0;
  }

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

  .suite-gallery button,
  .suite-gallery button:first-child {
    grid-row: auto;
    min-height: 260px;
  }

  .room-card.featured {
    grid-column: auto;
  }

  .room-card.featured img,
  .room-card img {
    aspect-ratio: 4 / 3;
  }

  .amenity-photo img {
    min-height: 360px;
  }

  .gallery-grid button {
    min-height: 260px;
  }
}
