:root {
  --ink: #121a2a;
  --muted: #667185;
  --accent: #f7ae4b;
  --accent-dark: #e8962d;
  --teal: #169a91;
  --paper: #ffffff;
  --line: #d8dde5;
  --soft: #f2f4fb;
  --header-h: 94px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: #fff;
  font-family: "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, select { font: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  background: rgba(255, 255, 255, .985);
  border-bottom: 1px solid #eceef1;
  box-shadow: 0 8px 30px rgba(20, 30, 48, .035);
}

.header-inner {
  width: min(1680px, calc(100% - 48px));
  height: var(--header-h);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(330px, 1fr) auto minmax(170px, 1fr);
  align-items: center;
  column-gap: 38px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 17px;
  width: max-content;
}
.brand-mark {
  position: relative;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  display: grid;
  place-items: center;
  color: #f2d59a;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, #294238 0 23%, #15241f 24% 62%, #0c1412 63% 100%);
  box-shadow: 0 11px 27px rgba(18, 26, 42, .15), inset 0 0 0 3px #d7ad56;
}
.brand-ring {
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(242, 213, 154, .72);
  border-radius: 50%;
}
.brand-monogram {
  position: relative;
  z-index: 1;
  font-family: "Playfair Display", serif;
  font-size: 17px;
  letter-spacing: -.06em;
}
.brand-copy { display: block; min-width: 0; }
.brand-name {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: clamp(22px, 1.55vw, 28px);
  line-height: 1;
  letter-spacing: .19em;
  text-transform: uppercase;
  white-space: nowrap;
}
.brand-subtitle {
  display: block;
  margin-top: 8px;
  color: #7a8495;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
  white-space: nowrap;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 2.1vw, 40px);
}
.desktop-nav a {
  position: relative;
  padding: 38px 0 35px;
  color: #687183;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  transition: color .2s ease;
  white-space: nowrap;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 31px;
  height: 1px;
  background: var(--teal);
  transition: left .2s ease, right .2s ease;
}
.desktop-nav a:hover,
.desktop-nav a.active { color: var(--teal); }
.desktop-nav a:hover::after,
.desktop-nav a.active::after { left: 0; right: 0; }

.book-now {
  justify-self: end;
  min-width: 152px;
  padding: 14px 24px;
  color: #fff;
  background: var(--ink);
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  box-shadow: 0 12px 30px rgba(18, 26, 42, .13);
  transition: transform .2s ease, background .2s ease;
}
.book-now:hover { transform: translateY(-2px); background: #263147; }

.hero {
  position: relative;
  height: max(610px, 78vh);
  min-height: 610px;
  margin-top: var(--header-h);
  overflow: hidden;
  background: #0b1117;
}
.hero-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 54%;
  transform: scale(1.025);
  animation: heroZoom 14s ease-out both;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 8, 13, .30) 0%, rgba(3, 8, 13, .18) 42%, rgba(3, 8, 13, .56) 100%),
    linear-gradient(90deg, rgba(3, 8, 13, .56) 0%, rgba(3, 8, 13, .18) 46%, rgba(3, 8, 13, .18) 100%);
}
.hero-inner {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 450px);
  align-items: center;
  gap: 42px;
  padding: 88px 0 132px;
}
.hero-copy {
  max-width: 670px;
  color: #fff;
}
.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  margin-bottom: 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: rgba(255,255,255,.92);
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(8px);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.hero-copy h1 {
  margin: 0 0 18px;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: clamp(46px, 5.2vw, 72px);
  line-height: .98;
  letter-spacing: -.04em;
}
.hero-copy p {
  max-width: 610px;
  margin: 0;
  color: rgba(255,255,255,.84);
  font-size: 16px;
  line-height: 1.82;
}
.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.hero-tags span {
  padding: 10px 14px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.14);
  font-size: 12px;
  font-weight: 600;
}
.hero-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 22px;
}
.hero-contact-row a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,.34);
  text-underline-offset: 4px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}
.hero-btn {
  min-width: 180px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
}
.hero-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #ffbd5a, #f6a943);
  box-shadow: 0 18px 32px rgba(246, 169, 67, .28);
}
.hero-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 38px rgba(246, 169, 67, .34);
}
.hero-btn-secondary {
  color: #fff;
  border: 1px solid rgba(255,255,255,.26);
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(8px);
}
.hero-btn-secondary:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,.16);
}
.hero-panel {
  align-self: end;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(145deg, rgba(17, 26, 42, .82), rgba(17, 26, 42, .58));
  box-shadow: 0 24px 60px rgba(3, 10, 20, .22);
  backdrop-filter: blur(10px);
}
.hero-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}
.hero-panel-kicker {
  color: rgba(255,255,255,.72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero-panel-top strong {
  font-size: 15px;
}
.hero-property-list {
  display: grid;
  gap: 14px;
}
.hero-property-card {
  padding: 16px;
  border-radius: 16px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.09);
}
.hero-property-card h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
}
.hero-property-card p {
  margin: 0;
  color: rgba(255,255,255,.74);
  font-size: 13px;
  line-height: 1.68;
}
.hero-property-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}
.hero-property-actions a {
  padding: 9px 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.11);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}
.hero-mini-stats div {
  padding: 14px 12px;
  text-align: center;
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
}
.hero-mini-stats strong {
  display: block;
  color: var(--accent);
  font-size: 22px;
  line-height: 1;
}
.hero-mini-stats span {
  display: block;
  margin-top: 7px;
  color: rgba(255,255,255,.75);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
@keyframes heroZoom {
  from { transform: scale(1.07); }
  to { transform: scale(1.025); }
}

.booking-shell {
  position: relative;
  z-index: 12;
  width: min(1140px, calc(100% - 64px));
  margin: -58px auto -82px;
  padding: 32px 30px 30px;
  background: #fff;
  border-radius: 11px;
  box-shadow: 0 28px 58px rgba(23, 33, 52, .14);
}
.booking-form {
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, 1.45fr) minmax(180px, 1.45fr) minmax(100px, .65fr) minmax(100px, .65fr) minmax(210px, 1.35fr);
  gap: 28px 30px;
  align-items: end;
}
.field {
  min-width: 0;
  display: grid;
  gap: 13px;
}
.field > span {
  color: #090b10;
  font-size: 14px;
  font-weight: 700;
}
.field input,
.field select {
  width: 100%;
  height: 50px;
  padding: 0 14px;
  color: #6b7484;
  background: #fff;
  border: 2px solid #d0d6df;
  border-radius: 4px;
  outline: none;
  font-size: 14px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field input:focus,
.field select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(247, 174, 75, .13);
}
.field select { cursor: pointer; }
.check-button {
  height: 46px;
  margin-bottom: 2px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ffbd5a, #f6a943);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(247, 174, 75, .24);
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.check-button:hover {
  background: linear-gradient(135deg, #f7ae4b, #e8952e);
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(247, 174, 75, .3);
}
.form-message {
  position: absolute;
  top: calc(100% + 9px);
  left: 0;
  margin: 0;
  color: #b42318;
  font-size: 12px;
}

.about-section {
  position: relative;
  overflow: hidden;
  padding: 180px 0 92px;
  background: var(--soft);
}
.about-inner {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(500px, 1.45fr);
  align-items: center;
  gap: clamp(70px, 8vw, 132px);
}
.about-copy {
  padding-left: 10px;
  max-width: 390px;
}
.about-kicker {
  display: block;
  margin-bottom: 15px;
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.about-copy h1 {
  margin: 0 0 17px;
  color: #05070c;
  font-family: "Playfair Display", serif;
  font-size: clamp(48px, 5.4vw, 68px);
  line-height: .98;
  letter-spacing: -.035em;
}
.about-copy p {
  margin: 0 0 29px;
  color: #59667a;
  font-size: 15px;
  line-height: 1.85;
}
.learn-more {
  display: inline-flex;
  min-width: 142px;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ffbd5a, #f6a943);
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 12px 24px rgba(247, 174, 75, .22);
  transition: transform .2s ease, box-shadow .2s ease;
}
.learn-more:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(247, 174, 75, .3);
}

.about-visual {
  position: relative;
  min-height: 455px;
}
.main-photo-wrap {
  width: 100%;
  height: 455px;
  overflow: hidden;
  border-radius: 3px;
  background: #dfe4ec;
  box-shadow: 0 24px 60px rgba(23, 33, 52, .10);
}
.about-main-photo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 1.1s cubic-bezier(.22, 1, .36, 1);
}
.about-visual:hover .about-main-photo { transform: scale(1.035); }
.detail-photo-wrap {
  position: absolute;
  right: -74px;
  bottom: -72px;
  width: 224px;
  height: 224px;
  padding: 9px;
  overflow: hidden;
  border-radius: 50%;
  background: var(--soft);
  box-shadow: 0 18px 42px rgba(23, 33, 52, .16);
  animation: softFloat 5.2s ease-in-out infinite;
}
.about-detail-photo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 50%;
}
@keyframes softFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.reveal-up,
.reveal-right {
  opacity: 0;
  transition: opacity .8s ease, transform .8s cubic-bezier(.22, 1, .36, 1);
}
.reveal-up { transform: translateY(30px); }
.reveal-right { transform: translateX(46px); }
.reveal-up.is-visible,
.reveal-right.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}


.rooms-section {
  position: relative;
  overflow: hidden;
  padding: 106px 0 112px;
  background: #fff;
}
.rooms-inner {
  width: min(1160px, calc(100% - 64px));
  margin: 0 auto;
}
.rooms-heading {
  max-width: 760px;
  margin: 0 auto 58px;
  text-align: center;
}
.rooms-heading > span {
  display: block;
  margin-bottom: 12px;
  color: var(--accent-dark);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.rooms-heading h2 {
  margin: 0 0 14px;
  color: #090d15;
  font-family: "Playfair Display", serif;
  font-size: clamp(38px, 4.2vw, 56px);
  line-height: 1.05;
  letter-spacing: -.035em;
}
.rooms-heading p {
  margin: 0;
  color: #778194;
  font-size: 14px;
  line-height: 1.75;
}
.rooms-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  align-items: start;
}
.room-card {
  min-width: 0;
  text-align: center;
  transition-delay: var(--delay, 0s);
}
.room-image-wrap {
  position: relative;
  height: 270px;
  overflow: hidden;
  border-radius: 10px;
  background: #e9edf2;
  box-shadow: 0 18px 42px rgba(18, 26, 42, .09);
}
.room-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(5, 10, 17, .2) 100%);
  pointer-events: none;
}
.room-image-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .75s cubic-bezier(.22, 1, .36, 1), filter .45s ease;
}
.room-card:hover .room-image-wrap img {
  transform: scale(1.06);
  filter: saturate(1.05);
}
.room-book {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 2;
  min-width: 128px;
  padding: 13px 20px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ffbd5a, #f6a943);
  box-shadow: 0 11px 24px rgba(16, 22, 34, .2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  transform: translateX(-50%);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.room-book:hover {
  background: linear-gradient(135deg, #f7ae4b, #e8952e);
  transform: translateX(-50%) translateY(-3px);
  box-shadow: 0 15px 27px rgba(16, 22, 34, .24);
}
.room-info {
  padding: 20px 5px 0;
}
.room-property {
  display: block;
  margin-bottom: 8px;
  color: #8a93a2;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.room-info h3 {
  margin: 0 0 9px;
  color: #0a0e16;
  font-size: 17px;
  line-height: 1.3;
}
.room-price {
  margin: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  color: var(--accent-dark);
}
.room-price strong {
  font-size: 22px;
  line-height: 1;
}
.room-price span {
  color: #9aa2b0;
  font-size: 11px;
}
.room-rate-note {
  max-width: 760px;
  margin: 38px auto 0;
  color: #929aa7;
  font-size: 11px;
  line-height: 1.7;
  text-align: center;
}

.menu-toggle,
.mobile-menu,
.menu-overlay { display: none; }

@media (max-width: 1320px) {
  .header-inner {
    width: min(100% - 32px, 1500px);
    grid-template-columns: auto 1fr auto;
    column-gap: 24px;
  }
  .brand-name { font-size: 21px; letter-spacing: .14em; }
  .brand-subtitle { letter-spacing: .17em; }
  .desktop-nav { gap: 20px; }
  .desktop-nav a { font-size: 9.8px; }
  .book-now { min-width: 132px; padding-inline: 18px; }
  .about-inner { width: min(1040px, calc(100% - 74px)); }
  .detail-photo-wrap { right: -46px; }
  .hero-inner {
    width: min(100% - 40px, 1180px);
    grid-template-columns: minmax(0, 1fr) 370px;
    gap: 28px;
    padding-bottom: 132px;
  }
  .hero-copy h1 { font-size: clamp(42px, 5vw, 64px); }
}

@media (max-width: 1080px) {
  .rooms-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 26px; }
  .room-image-wrap { height: 300px; }
  :root { --header-h: 76px; }
  .header-inner {
    width: calc(100% - 28px);
    height: var(--header-h);
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }
  .brand { gap: 12px; }
  .brand-mark { width: 48px; height: 48px; flex-basis: 48px; }
  .brand-name { font-size: 18px; }
  .brand-subtitle { margin-top: 6px; font-size: 7.5px; }
  .desktop-nav,
  .desktop-book { display: none; }
  .menu-toggle {
    display: inline-flex;
    width: 44px;
    height: 44px;
    padding: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid #d9dde4;
    background: #fff;
    cursor: pointer;
  }
  .menu-toggle span { width: 19px; height: 1.5px; background: var(--ink); }
  .mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 70;
    width: min(360px, 88vw);
    height: 100dvh;
    padding: 20px;
    background: #fff;
    transform: translateX(105%);
    visibility: hidden;
    transition: transform .3s cubic-bezier(.22, 1, .36, 1), visibility .3s ease;
    box-shadow: -28px 0 55px rgba(18, 26, 42, .18);
  }
  .mobile-menu.open { transform: translateX(0); visibility: visible; }
  .mobile-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 2px 18px;
    border-bottom: 1px solid #eceef1;
    font-family: "Playfair Display", serif;
    font-size: 22px;
  }
  .menu-close {
    width: 42px;
    height: 42px;
    border: 1px solid #d9dde4;
    background: #fff;
    color: var(--ink);
    font-size: 27px;
    line-height: 1;
    cursor: pointer;
  }
  .mobile-menu nav { display: grid; padding-top: 15px; }
  .mobile-menu nav a {
    padding: 15px 12px;
    border-bottom: 1px solid #f0f1f3;
    color: #4f596b;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
  }
  .mobile-menu nav a.active { color: var(--teal); }
  .mobile-menu nav .mobile-book {
    margin-top: 16px;
    border: 0;
    color: #fff;
    background: var(--ink);
    text-align: center;
  }
  .menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 60;
    border: 0;
    background: rgba(9, 15, 24, .46);
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
  }
  .menu-overlay.open { display: block; opacity: 1; visibility: visible; }
  body.menu-open { overflow: hidden; }

  .hero { min-height: 740px; height: auto; }
  .hero-inner {
    position: absolute;
    inset: 0;
    width: calc(100% - 48px);
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 96px 0 150px;
    align-content: center;
  }
  .hero-copy { max-width: 720px; }
  .hero-panel {
    width: min(540px, 100%);
    justify-self: start;
    align-self: start;
  }
  .booking-shell {
    width: calc(100% - 48px);
    margin-top: -62px;
    margin-bottom: -76px;
    padding: 28px 26px;
  }
  .booking-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .field-small { grid-column: span 1; }
  .check-button { grid-column: 1 / -1; width: min(320px, 100%); justify-self: center; }
  .form-message { position: static; grid-column: 1 / -1; min-height: 15px; text-align: center; }

  .about-section { padding-top: 150px; }
  .about-inner {
    width: calc(100% - 64px);
    grid-template-columns: minmax(260px, .82fr) minmax(400px, 1.3fr);
    gap: 58px;
  }
  .main-photo-wrap { height: 410px; }
  .about-visual { min-height: 410px; }
  .detail-photo-wrap { right: -24px; bottom: -52px; width: 190px; height: 190px; }
}

@media (max-width: 760px) {
  .rooms-section { padding: 82px 0 88px; }
  .rooms-inner { width: calc(100% - 36px); }
  .rooms-heading { margin-bottom: 42px; }
  .hero { height: auto; min-height: 720px; }
  .hero-image { object-position: 57% center; }
  .hero-inner {
    width: calc(100% - 36px);
    padding: 84px 0 148px;
    gap: 22px;
  }
  .hero-copy h1 { font-size: clamp(38px, 11vw, 54px); }
  .hero-copy p { font-size: 14px; }
  .hero-tags { gap: 10px; margin-top: 20px; }
  .hero-tags span { font-size: 11px; }
  .hero-contact-row { margin-top: 18px; gap: 10px 14px; }
  .hero-contact-row a { font-size: 13px; }
  .hero-actions { margin-top: 24px; gap: 10px; }
  .hero-btn { width: 100%; min-width: 0; }
  .hero-panel {
    width: 100%;
    padding: 18px;
    border-radius: 18px;
  }
  .hero-property-card h2 { font-size: 16px; }
  .hero-mini-stats { gap: 10px; }
  .booking-shell {
    width: calc(100% - 28px);
    margin-top: -70px;
    margin-bottom: -82px;
    padding: 24px 20px 25px;
    border-radius: 10px;
  }
  .booking-form { gap: 16px 12px; }
  .field { gap: 8px; }
  .field > span { font-size: 12px; }
  .field input,
  .field select { height: 47px; padding: 0 11px; font-size: 13px; }
  .check-button { height: 47px; }

  .about-section { padding: 145px 0 76px; }
  .about-inner {
    width: calc(100% - 36px);
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .about-copy {
    max-width: 500px;
    padding-left: 0;
    text-align: center;
    justify-self: center;
  }
  .about-copy h1 { font-size: clamp(44px, 13vw, 60px); }
  .about-copy p { font-size: 14px; line-height: 1.8; }
  .about-visual {
    min-height: 360px;
    width: min(620px, 100%);
    margin: 0 auto 38px;
  }
  .main-photo-wrap { height: 360px; }
  .detail-photo-wrap {
    right: 14px;
    bottom: -58px;
    width: 158px;
    height: 158px;
    padding: 7px;
  }
}

@media (max-width: 520px) {
  .rooms-inner { width: calc(100% - 26px); }
  .rooms-grid { grid-template-columns: 1fr; gap: 38px; }
  .room-image-wrap { height: min(78vw, 360px); }
  .room-info { padding-top: 17px; }
  .hero { min-height: 760px; }
  .hero-inner {
    width: calc(100% - 26px);
    padding: 76px 0 140px;
  }
  .hero-kicker { margin-bottom: 14px; padding: 7px 12px; font-size: 10px; letter-spacing: .17em; }
  .hero-copy h1 { font-size: clamp(34px, 11.4vw, 46px); }
  .hero-property-actions a { width: 100%; text-align: center; }
  .hero-mini-stats { grid-template-columns: 1fr; }
  :root { --header-h: 72px; }
  .header-inner { width: calc(100% - 22px); }
  .brand { gap: 9px; }
  .brand-mark { width: 43px; height: 43px; flex-basis: 43px; }
  .brand-monogram { font-size: 14px; }
  .brand-name { font-size: 14px; letter-spacing: .11em; }
  .brand-subtitle { font-size: 6.4px; letter-spacing: .13em; }
  .menu-toggle { width: 41px; height: 41px; }

  .hero { height: 65vh; min-height: 470px; }
  .booking-shell {
    width: calc(100% - 22px);
    margin-top: -64px;
    margin-bottom: -72px;
    padding: 22px 16px 22px;
  }
  .booking-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .field:nth-child(1),
  .field:nth-child(2) { grid-column: 1 / -1; }
  .check-button { width: 100%; }

  .about-section { padding-top: 130px; }
  .about-inner { width: calc(100% - 26px); gap: 40px; }
  .about-copy p { margin-bottom: 24px; }
  .about-visual { min-height: 310px; margin-bottom: 34px; }
  .main-photo-wrap { height: 310px; }
  .detail-photo-wrap { right: 10px; bottom: -45px; width: 132px; height: 132px; }
}

@media (max-width: 390px) {
  .brand-subtitle { display: none; }
  .brand-name { font-size: 13px; }
  .booking-shell { width: calc(100% - 16px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .reveal-up,
  .reveal-right { opacity: 1; transform: none; }
}

/* Royal-inspired full-width image slider placed after the rooms section. */
.gallery-slider-section {
  position: relative;
  overflow: hidden;
  padding: 28px 0 78px;
  background: var(--soft);
}
.gallery-slider {
  position: relative;
  width: min(1280px, calc(100% - 72px));
  margin: 0 auto;
}
.gallery-viewport {
  position: relative;
  width: min(1110px, calc(100% - 150px));
  aspect-ratio: 16 / 10;
  margin: 0 auto;
  overflow: hidden;
  background: #dfe4ec;
  box-shadow: 0 24px 60px rgba(23, 33, 52, .10);
}
.gallery-track {
  position: relative;
  width: 100%;
  height: 100%;
}
.gallery-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.035);
  transition: opacity .72s ease, visibility .72s ease, transform 1.1s cubic-bezier(.22, 1, .36, 1);
}
.gallery-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.gallery-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.gallery-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 55%, rgba(6, 10, 17, .14) 100%);
}
.gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 54px;
  height: 70px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #344154;
  cursor: pointer;
  transform: translateY(-50%);
  transition: color .2s ease, transform .2s ease;
}
.gallery-arrow:hover {
  color: var(--accent-dark);
  transform: translateY(-50%) scale(1.06);
}
.gallery-prev { left: 0; }
.gallery-next { right: 0; }
.gallery-arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23px;
  height: 23px;
  border-top: 4px solid currentColor;
  border-left: 4px solid currentColor;
}
.gallery-prev span { transform: translate(-34%, -50%) rotate(-45deg); }
.gallery-next span { transform: translate(-66%, -50%) rotate(135deg); }
.gallery-dots {
  position: absolute;
  left: 50%;
  bottom: 25px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  transform: translateX(-50%);
}
.gallery-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1.5px solid rgba(255, 255, 255, .94);
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .22);
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.gallery-dot.is-active {
  background: #fff;
  transform: scale(1.08);
}
.gallery-slider:focus-within .gallery-viewport {
  outline: 3px solid rgba(247, 174, 75, .28);
  outline-offset: 5px;
}

@media (max-width: 1080px) {
  .gallery-slider-section { padding: 24px 0 66px; }
  .gallery-slider { width: calc(100% - 36px); }
  .gallery-viewport { width: calc(100% - 112px); }
  .gallery-arrow { width: 46px; }
}

@media (max-width: 760px) {
  .gallery-slider-section { padding: 18px 0 54px; }
  .gallery-slider { width: 100%; }
  .gallery-viewport {
    width: calc(100% - 36px);
    aspect-ratio: 4 / 3;
    border-radius: 3px;
  }
  .gallery-arrow {
    top: auto;
    bottom: 18px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #fff;
    background: rgba(10, 16, 26, .58);
    backdrop-filter: blur(7px);
    transform: none;
  }
  .gallery-arrow:hover { transform: scale(1.04); }
  .gallery-prev { left: 30px; }
  .gallery-next { right: 30px; }
  .gallery-arrow span { width: 14px; height: 14px; border-width: 3px; }
  .gallery-dots { bottom: 33px; gap: 7px; }
  .gallery-dot { width: 8px; height: 8px; }
}

@media (max-width: 520px) {
  .gallery-slider-section { padding-bottom: 42px; }
  .gallery-viewport { width: calc(100% - 24px); aspect-ratio: 1 / 1; }
  .gallery-slide img { object-position: center; }
  .gallery-prev { left: 20px; }
  .gallery-next { right: 20px; }
  .gallery-dots { bottom: 31px; }
}


/* Royal-inspired facilities section, adapted to the Malindu Hotels theme. */
.facilities-section {
  position: relative;
  isolation: isolate;
  min-height: 720px;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 96px 24px 104px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(12, 18, 34, .78), rgba(12, 18, 34, .94)),
    url("assets/site-facilities-pool.webp") center 52% / cover no-repeat;
}
.facilities-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("assets/site-facilities-pool.webp") center 52% / cover no-repeat;
  transform: scale(1.035);
  transition: transform 8s ease;
}
.facilities-section.is-visible::before { transform: scale(1); }
.facilities-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(12, 18, 34, .74) 0%, rgba(12, 18, 34, .82) 46%, rgba(9, 14, 31, .97) 100%),
    linear-gradient(180deg, rgba(11, 17, 30, .12), rgba(11, 17, 30, .62));
}
.facilities-inner {
  width: min(1140px, 100%);
  margin: 0 auto;
}
.facilities-heading {
  max-width: 720px;
  margin: 0 auto 54px;
  text-align: center;
}
.facilities-heading > span {
  display: block;
  margin-bottom: 11px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.facilities-heading h2 {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.06;
}
.facilities-heading p {
  margin: 15px 0 0;
  color: rgba(255, 255, 255, .64);
  font-size: 14px;
  line-height: 1.7;
}
.facilities-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.facility-card {
  min-height: 194px;
  padding: 35px 38px 32px;
  border: 1px solid rgba(255, 255, 255, .31);
  border-radius: 11px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .085), rgba(255, 255, 255, .035));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 20px 42px rgba(0, 0, 0, .09);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: transform .32s ease, border-color .32s ease, background .32s ease, box-shadow .32s ease;
}
.facility-card:hover {
  transform: translateY(-7px);
  border-color: rgba(247, 174, 75, .65);
  background: linear-gradient(145deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .055));
  box-shadow: 0 25px 55px rgba(0, 0, 0, .18);
}
.facility-title-row {
  display: flex;
  align-items: center;
  gap: 18px;
}
.facility-icon {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  display: grid;
  place-items: center;
  color: var(--accent);
}
.facility-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.facility-card h3 {
  margin: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}
.facility-card p {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  line-height: 1.65;
}

@media (max-width: 980px) {
  .facilities-section { min-height: auto; padding: 82px 24px 88px; }
  .facilities-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
}

@media (max-width: 660px) {
  .facilities-section {
    padding: 68px 18px 72px;
    background-position: 45% center;
  }
  .facilities-overlay {
    background: linear-gradient(180deg, rgba(10, 16, 31, .84), rgba(9, 14, 29, .97));
  }
  .facilities-heading { margin-bottom: 34px; }
  .facilities-heading p { max-width: 310px; margin-left: auto; margin-right: auto; }
  .facilities-grid { grid-template-columns: 1fr; gap: 16px; }
  .facility-card { min-height: 0; padding: 27px 25px 25px; }
  .facility-card p { margin-top: 18px; }
}


/* Royal Hotel inspired history section placed directly after accommodation. */
.history-section {
  position: relative;
  overflow: hidden;
  padding: 118px 0 122px;
  background: #fff;
}
.history-inner {
  width: min(1140px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(500px, 1.25fr);
  align-items: center;
  gap: clamp(72px, 8vw, 138px);
}
.history-copy {
  max-width: 470px;
}
.history-copy h2 {
  margin: 0 0 30px;
  color: #111826;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(31px, 3.25vw, 47px);
  font-weight: 700;
  line-height: 1.13;
  letter-spacing: -.035em;
}
.history-copy h2 span {
  display: block;
}
.history-copy p {
  max-width: 445px;
  margin: 0 0 39px;
  color: #7a8495;
  font-size: 14px;
  line-height: 1.72;
}
.history-button {
  display: inline-flex;
  min-width: 205px;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  color: #fff;
  background: var(--ink);
  border: 1px solid var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(18, 26, 42, .13);
  transition: color .25s ease, background .25s ease, transform .25s ease, box-shadow .25s ease;
}
.history-button:hover {
  color: var(--ink);
  background: #fff;
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(18, 26, 42, .15);
}
.history-visual {
  position: relative;
  height: 450px;
  overflow: hidden;
  background: #e8ebef;
  box-shadow: 0 22px 55px rgba(18, 26, 42, .08);
}
.history-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(12,18,30,.08));
}
.history-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 1.05s cubic-bezier(.22, 1, .36, 1), filter .5s ease;
}
.history-visual:hover img {
  transform: scale(1.045);
  filter: saturate(1.04);
}

@media (max-width: 1080px) {
  .history-section { padding: 96px 0 102px; }
  .history-inner {
    width: calc(100% - 64px);
    grid-template-columns: minmax(270px, .85fr) minmax(420px, 1.2fr);
    gap: 58px;
  }
  .history-visual { height: 410px; }
}

@media (max-width: 760px) {
  .history-section { padding: 82px 0 86px; }
  .history-inner {
    width: calc(100% - 36px);
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .history-copy {
    max-width: 580px;
    text-align: center;
    justify-self: center;
  }
  .history-copy p {
    margin-left: auto;
    margin-right: auto;
  }
  .history-visual {
    width: min(620px, 100%);
    height: min(72vw, 430px);
    margin: 0 auto;
  }
}

@media (max-width: 520px) {
  .history-section { padding: 70px 0 72px; }
  .history-inner { width: calc(100% - 26px); gap: 38px; }
  .history-copy h2 { margin-bottom: 24px; font-size: clamp(29px, 9vw, 39px); }
  .history-copy p { margin-bottom: 30px; font-size: 13px; }
  .history-button { width: 100%; max-width: 260px; }
  .history-visual { height: min(76vw, 360px); }
}


/* Sogo-inspired guest reviews section */
.reviews-section {
  position: relative;
  overflow: hidden;
  padding: 98px 0 110px;
  background: var(--soft);
}
.reviews-inner {
  width: min(1220px, calc(100% - 64px));
  margin: 0 auto;
}
.reviews-heading {
  margin: 0 auto 42px;
  text-align: center;
}
.reviews-heading h2 {
  margin: 0;
  color: #0b1018;
  font-family: "Playfair Display", serif;
  font-size: clamp(48px, 5.6vw, 72px);
  line-height: 1;
  letter-spacing: -.045em;
}
.reviews-carousel {
  position: relative;
  padding: 24px 86px 54px;
}
.reviews-viewport {
  position: relative;
  overflow: hidden;
}
.reviews-page {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  align-items: start;
}
.reviews-page.is-active {
  display: grid;
  animation: reviewsFade .55s ease;
}
@keyframes reviewsFade {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
.review-card {
  text-align: center;
  padding: 6px 14px 0;
}
.review-avatar {
  width: 72px;
  height: 72px;
  margin: 0 auto 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #ffbd5a, #f6a943);
  box-shadow: 0 14px 28px rgba(247, 174, 75, .22);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .04em;
}
.review-card p {
  margin: 0 auto;
  max-width: 320px;
  color: #6f7989;
  font-size: 15px;
  line-height: 1.9;
}
.review-author,
.review-place {
  display: block;
}
.review-author {
  margin-top: 20px;
  color: #6b7280;
  font-size: 15px;
  font-style: italic;
}
.review-place {
  margin-top: 8px;
  color: var(--accent-dark);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.reviews-arrow {
  position: absolute;
  top: 44%;
  z-index: 4;
  width: 52px;
  height: 72px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #64748b;
  cursor: pointer;
  transform: translateY(-50%);
  transition: color .22s ease, transform .22s ease;
}
.reviews-arrow:hover {
  color: var(--accent-dark);
  transform: translateY(-50%) scale(1.05);
}
.reviews-prev { left: 0; }
.reviews-next { right: 0; }
.reviews-arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  border-top: 4px solid currentColor;
  border-left: 4px solid currentColor;
}
.reviews-prev span { transform: translate(-34%, -50%) rotate(-45deg); }
.reviews-next span { transform: translate(-66%, -50%) rotate(135deg); }
.reviews-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}
.reviews-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d7dbe4;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.reviews-dot.is-active {
  background: var(--accent);
  transform: scale(1.08);
}

@media (max-width: 1080px) {
  .reviews-section { padding: 86px 0 94px; }
  .reviews-inner { width: calc(100% - 48px); }
  .reviews-carousel { padding-inline: 64px; }
  .reviews-page { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reviews-page .review-card:last-child { grid-column: 1 / -1; max-width: 480px; justify-self: center; }
}

@media (max-width: 760px) {
  .reviews-section { padding: 76px 0 82px; }
  .reviews-inner { width: calc(100% - 32px); }
  .reviews-heading { margin-bottom: 30px; }
  .reviews-heading h2 { font-size: clamp(40px, 12vw, 58px); }
  .reviews-carousel { padding: 10px 0 52px; }
  .reviews-page { grid-template-columns: 1fr; gap: 26px; }
  .reviews-page .review-card:last-child { grid-column: auto; max-width: none; }
  .review-card { max-width: 520px; margin: 0 auto; }
  .review-card p { max-width: 100%; font-size: 14px; line-height: 1.85; }
  .reviews-arrow {
    top: auto;
    bottom: 3px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #fff;
    background: rgba(10, 16, 26, .72);
    backdrop-filter: blur(7px);
    transform: none;
  }
  .reviews-arrow:hover { transform: scale(1.04); }
  .reviews-prev { left: 10px; }
  .reviews-next { right: 10px; }
  .reviews-arrow span { width: 14px; height: 14px; border-width: 3px; }
  .reviews-dots { margin-top: 20px; }
}

@media (max-width: 520px) {
  .reviews-inner { width: calc(100% - 24px); }
  .review-avatar { width: 64px; height: 64px; margin-bottom: 20px; font-size: 22px; }
  .review-author { margin-top: 16px; }
}


/* Sogo-inspired footer adapted for Malindu Hotels. */
.site-footer {
  position: relative;
  color: #c7ccd6;
  background: #0d1119;
}
.footer-main {
  padding: 86px 0 74px;
}
.footer-grid {
  width: min(1220px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr .72fr .82fr 1.12fr;
  gap: clamp(36px, 4.2vw, 68px);
  align-items: start;
}
.footer-col { min-width: 0; }
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 23px;
}
.footer-brand-mark {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(247,174,75,.6);
  border-radius: 50%;
  color: var(--accent);
  background: rgba(247,174,75,.06);
  font-family: "Playfair Display", serif;
  font-size: 16px;
}
.footer-brand strong {
  display: block;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.footer-brand small {
  display: block;
  margin-top: 7px;
  color: var(--accent);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.footer-about {
  max-width: 330px;
  margin: 0 0 28px;
  color: #8d95a4;
  font-size: 13px;
  line-height: 1.85;
}
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
.footer-social a {
  width: 41px;
  height: 41px;
  display: grid;
  place-items: center;
  border: 1px solid #333947;
  border-radius: 50%;
  color: #c9ced7;
  transition: color .25s ease, border-color .25s ease, background .25s ease, transform .25s ease;
}
.footer-social a:hover {
  color: #111722;
  border-color: var(--accent);
  background: var(--accent);
  transform: translateY(-4px);
}
.footer-social svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.footer-title {
  margin: 5px 0 27px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.footer-links {
  display: grid;
  gap: 14px;
}
.footer-links a {
  width: max-content;
  max-width: 100%;
  color: #9098a7;
  font-size: 13px;
  line-height: 1.45;
  transition: color .22s ease, transform .22s ease;
}
.footer-links a:hover {
  color: var(--accent);
  transform: translateX(5px);
}
.footer-contact-list {
  margin: 0 0 26px;
  padding: 0;
  display: grid;
  gap: 15px;
  list-style: none;
}
.footer-contact-list li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  color: #929aa8;
  font-size: 12px;
  line-height: 1.55;
}
.footer-contact-list a {
  color: inherit;
  overflow-wrap: anywhere;
  transition: color .22s ease;
}
.footer-contact-list a:hover { color: var(--accent); }
.footer-contact-icon {
  color: var(--accent);
  font-size: 15px;
  line-height: 1.35;
}
.footer-support-text {
  margin: 0 0 14px;
  color: #8d95a4;
  font-size: 12px;
  line-height: 1.6;
}
.footer-enquiry-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  align-items: center;
  border-bottom: 1px solid #3d4350;
}
.footer-enquiry-form input {
  width: 100%;
  height: 46px;
  padding: 0 8px 0 0;
  border: 0;
  outline: 0;
  color: #fff;
  background: transparent;
  font-size: 13px;
}
.footer-enquiry-form input::placeholder { color: #687080; }
.footer-enquiry-form button {
  width: 44px;
  height: 44px;
  border: 0;
  color: var(--accent);
  background: transparent;
  font-size: 24px;
  cursor: pointer;
  transition: transform .22s ease, color .22s ease;
}
.footer-enquiry-form button:hover {
  color: #fff;
  transform: translateX(4px);
}
.footer-form-message {
  min-height: 18px;
  margin: 9px 0 0;
  color: #f0b75f;
  font-size: 11px;
}
.footer-bottom {
  border-top: 1px solid #252a34;
  background: #0a0e15;
}
.footer-bottom-inner {
  width: min(1220px, calc(100% - 64px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.footer-bottom p {
  margin: 0;
  color: #687080;
  font-size: 10px;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.back-to-top {
  position: absolute;
  right: 28px;
  bottom: 92px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid #333947;
  color: #fff;
  background: rgba(13,17,25,.9);
  font-size: 18px;
  transition: color .22s ease, border-color .22s ease, background .22s ease, transform .22s ease;
}
.back-to-top:hover {
  color: #111722;
  border-color: var(--accent);
  background: var(--accent);
  transform: translateY(-4px);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1040px) {
  .footer-grid {
    grid-template-columns: 1.35fr .8fr .9fr;
  }
  .footer-contact-col { grid-column: 1 / -1; max-width: 560px; }
}

@media (max-width: 760px) {
  .footer-main { padding: 70px 0 58px; }
  .footer-grid {
    width: calc(100% - 36px);
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 46px 28px;
  }
  .footer-brand-col,
  .footer-contact-col { grid-column: 1 / -1; }
  .footer-about { max-width: 540px; }
  .footer-bottom-inner {
    width: calc(100% - 36px);
    min-height: 94px;
    padding: 22px 0;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .back-to-top { right: 18px; bottom: 108px; }
}

@media (max-width: 500px) {
  .footer-grid {
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .footer-brand-col,
  .footer-contact-col { grid-column: auto; }
  .footer-brand strong { font-size: 19px; }
  .footer-brand small { letter-spacing: .14em; }
  .footer-bottom-inner { width: calc(100% - 28px); }
}


/* Floating WhatsApp booking button */
.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 80;
  min-width: 58px;
  height: 58px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  color: #fff;
  background: #25d366;
  box-shadow: 0 16px 36px rgba(16, 38, 28, .28);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.whatsapp-float:hover {
  transform: translateY(-4px);
  background: #20bd5a;
  box-shadow: 0 20px 42px rgba(16, 38, 28, .34);
}
.whatsapp-float svg {
  position: relative;
  z-index: 2;
  width: 27px;
  height: 27px;
  fill: currentColor;
  flex: 0 0 27px;
}
.whatsapp-label {
  position: relative;
  z-index: 2;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  white-space: nowrap;
}
.whatsapp-pulse {
  position: absolute;
  inset: -6px;
  border-radius: inherit;
  border: 2px solid rgba(37, 211, 102, .34);
  animation: whatsappPulse 2.2s ease-out infinite;
  pointer-events: none;
}
@keyframes whatsappPulse {
  0% { transform: scale(.9); opacity: .7; }
  70% { transform: scale(1.16); opacity: 0; }
  100% { transform: scale(1.16); opacity: 0; }
}
@media (max-width: 760px) {
  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 56px;
    min-width: 56px;
    height: 56px;
    padding: 0;
  }
  .whatsapp-label { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .whatsapp-pulse { animation: none; }
}


/* Official Malindu logo placement */
.brand-mark {
  overflow: hidden;
  padding: 3px;
  background: #fff;
  box-shadow: 0 11px 27px rgba(18, 26, 42, .15), inset 0 0 0 2px rgba(15, 72, 140, .18);
}
.brand-mark img,
.footer-brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  border-radius: 50%;
}
.brand-ring,
.brand-monogram { display: none; }
.footer-brand-mark {
  overflow: hidden;
  padding: 3px;
  background: #fff;
  border: 1px solid rgba(255,255,255,.18);
}

/* About page */
.about-page-hero {
  position: relative;
  min-height: 610px;
  margin-top: var(--header-h);
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #0c1420;
}
.about-page-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.035);
  animation: heroZoom 14s ease-out both;
}
.about-page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,15,28,.82), rgba(7,15,28,.44) 52%, rgba(7,15,28,.58)), linear-gradient(180deg, rgba(7,15,28,.12), rgba(7,15,28,.62));
}
.about-page-hero-inner {
  position: relative;
  z-index: 2;
  width: min(900px, calc(100% - 48px));
  padding: 70px 0 90px;
  color: #fff;
  text-align: center;
}
.about-page-logo {
  width: 168px;
  height: auto;
  margin: 0 auto 22px;
  display: block;
  padding: 12px;
  border-radius: 22px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 20px 45px rgba(0,0,0,.18);
}
.about-page-hero-inner > span,
.mission-heading > span,
.direct-booking-copy > span,
.locations-heading > span {
  display: block;
  margin-bottom: 13px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.about-page-hero-inner h1 {
  max-width: 850px;
  margin: 0 auto 20px;
  font-family: "Playfair Display", serif;
  font-size: clamp(48px, 6vw, 78px);
  line-height: .98;
  letter-spacing: -.045em;
}
.about-page-hero-inner p {
  max-width: 690px;
  margin: 0 auto;
  color: rgba(255,255,255,.82);
  font-size: 16px;
  line-height: 1.82;
}
.about-welcome-section { padding: 112px 0; background: #fff; }
.about-welcome-inner {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(500px,1.25fr);
  align-items: center;
  gap: clamp(70px,8vw,126px);
}
.about-welcome-copy h2,
.mission-heading h2,
.direct-booking-copy h2,
.locations-heading h2 {
  margin: 0 0 22px;
  color: #0a101a;
  font-family: "Playfair Display", serif;
  font-size: clamp(40px,4.5vw,58px);
  line-height: 1.05;
  letter-spacing: -.035em;
}
.about-welcome-copy p {
  margin: 0 0 16px;
  color: #697487;
  font-size: 15px;
  line-height: 1.82;
}
.about-welcome-actions { display:flex; flex-wrap:wrap; align-items:center; gap:20px; margin-top:30px; }
.about-text-link { color:var(--ink); font-size:13px; font-weight:700; text-decoration:underline; text-underline-offset:5px; }
.about-welcome-visual { position:relative; height:500px; overflow:visible; }
.about-welcome-visual > img { width:100%; height:100%; display:block; object-fit:cover; border-radius:12px; box-shadow:0 28px 64px rgba(18,26,42,.12); }
.about-welcome-badge { position:absolute; left:-42px; bottom:34px; min-width:170px; padding:20px 24px; color:#fff; background:var(--ink); border-radius:14px; box-shadow:0 20px 42px rgba(18,26,42,.22); }
.about-welcome-badge strong { display:block; color:var(--accent); font-size:34px; line-height:1; }
.about-welcome-badge span { display:block; margin-top:7px; font-size:11px; letter-spacing:.16em; text-transform:uppercase; }
.mission-section { padding:108px 0; background:var(--soft); }
.mission-inner { width:min(1100px,calc(100% - 64px)); margin:0 auto; }
.mission-heading { max-width:720px; margin:0 auto 52px; text-align:center; }
.mission-heading p,.locations-heading p { margin:0; color:#788397; font-size:14px; line-height:1.75; }
.mission-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:30px; }
.mission-card { position:relative; min-height:300px; padding:48px; overflow:hidden; border-radius:18px; background:#fff; box-shadow:0 20px 52px rgba(18,26,42,.08); transition:transform .3s ease,box-shadow .3s ease; }
.mission-card:hover { transform:translateY(-7px); box-shadow:0 28px 62px rgba(18,26,42,.12); }
.mission-number { display:block; color:var(--accent); font-size:13px; font-weight:700; letter-spacing:.18em; }
.mission-card h3 { margin:26px 0 16px; font-family:"Playfair Display",serif; font-size:34px; }
.mission-card p { margin:0; color:#6f7a8d; font-size:15px; line-height:1.85; }
.direct-booking-section { padding:112px 0; color:#fff; background:linear-gradient(135deg,#111a2b,#202d46); }
.direct-booking-inner { width:min(1180px,calc(100% - 64px)); margin:0 auto; display:grid; grid-template-columns:minmax(0,.8fr) minmax(610px,1.3fr); align-items:center; gap:60px; }
.direct-booking-copy h2 { color:#fff; }
.direct-booking-copy p { margin:0; color:rgba(255,255,255,.72); font-size:15px; line-height:1.82; }
.booking-benefit-grid { display:grid; gap:12px; margin-top:30px; }
.booking-benefit-grid div { display:flex; align-items:center; gap:15px; padding:14px 16px; border:1px solid rgba(255,255,255,.1); border-radius:12px; background:rgba(255,255,255,.05); }
.booking-benefit-grid strong { color:var(--accent); font-size:13px; }
.booking-benefit-grid span { font-size:13px; }
.about-booking-shell { width:100%; margin:0; padding:28px; border-radius:16px; }
.about-booking-shell .booking-form { grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.about-booking-shell .property-field { grid-column:1/-1; }
.about-booking-shell .check-button { grid-column:1/-1; width:100%; }
.about-booking-shell .form-message { position:static; grid-column:1/-1; min-height:15px; text-align:center; }
.locations-section { padding:112px 0 122px; background:#fff; }
.locations-inner { width:min(1180px,calc(100% - 64px)); margin:0 auto; }
.locations-heading { max-width:780px; margin:0 auto 54px; text-align:center; }
.location-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:30px; }
.location-card { display:flex; flex-direction:column; min-height:100%; overflow:hidden; border-radius:18px; background:#fff; box-shadow:0 22px 58px rgba(18,26,42,.10); }
.location-map { height:330px; background:#e8edf2; }
.location-map iframe { width:100%; height:100%; border:0; display:block; }
.location-copy { display:flex; flex:1; flex-direction:column; padding:32px; }
.location-copy > span { display:block; color:var(--accent-dark); font-size:10px; font-weight:700; letter-spacing:.2em; text-transform:uppercase; }
.location-copy h3 { margin:12px 0 13px; font-family:"Playfair Display",serif; font-size:32px; }
.location-copy p { margin:0; color:#6f7a8c; font-size:14px; line-height:1.75; }
.location-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 26px;
}
.location-actions a {
  min-width: 148px;
  height: 48px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .075em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.location-actions a:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(18,26,42,.13);
}
.location-actions a:last-child {
  min-width: 148px;
  color: var(--ink);
  background: #f1f3f7;
}

@media (max-width: 980px) {
  .about-welcome-inner,.direct-booking-inner { grid-template-columns:1fr; gap:52px; }
  .about-welcome-copy,.direct-booking-copy { max-width:720px; }
  .about-welcome-visual { width:min(720px,100%); }
  .direct-booking-inner { width:calc(100% - 48px); }
  .about-booking-shell { max-width:720px; }
}
@media (max-width: 760px) {
  .about-page-hero { min-height:560px; }
  .about-page-hero-inner { width:calc(100% - 34px); }
  .about-page-logo { width:136px; }
  .about-page-hero-inner h1 { font-size:clamp(42px,12vw,60px); }
  .about-page-hero-inner p { font-size:14px; }
  .about-welcome-section,.mission-section,.direct-booking-section,.locations-section { padding:82px 0; }
  .about-welcome-inner,.mission-inner,.locations-inner { width:calc(100% - 36px); }
  .about-welcome-visual { height:min(78vw,470px); }
  .about-welcome-badge { left:16px; bottom:16px; }
  .mission-grid,.location-grid { grid-template-columns:1fr; }
  .mission-card { min-height:0; padding:34px 28px; }
  .direct-booking-inner { width:calc(100% - 36px); }
  .about-booking-shell .booking-form { grid-template-columns:1fr; }
  .about-booking-shell .property-field,.about-booking-shell .check-button { grid-column:auto; }
  .location-map { height:280px; }
}
@media (max-width: 520px) {
  .about-page-hero { min-height:520px; }
  .about-page-logo { width:118px; border-radius:16px; }
  .about-welcome-inner,.mission-inner,.direct-booking-inner,.locations-inner { width:calc(100% - 26px); }
  .about-welcome-visual { height:330px; }
  .about-welcome-badge { min-width:145px; padding:16px 18px; }
  .about-welcome-actions { align-items:stretch; }
  .about-welcome-actions .learn-more,.about-text-link { width:100%; text-align:center; }
  .location-copy { padding:26px 22px; }
  .location-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .location-actions a,
  .location-actions a:last-child {
    width: 100%;
    min-width: 0;
    height: 46px;
    padding-inline: 12px;
    font-size: 10px;
    letter-spacing: .055em;
  }
}


/* Clean hero correction: keep the opening section simple and uncluttered. */
.hero-inner.hero-inner-clean {
  width: min(1240px, calc(100% - 64px));
  grid-template-columns: minmax(0, 720px);
  align-items: center;
  justify-content: start;
  gap: 0;
  padding: 80px 0 132px;
}
.hero-copy-clean {
  max-width: 690px;
}
.hero-copy-clean h1 {
  max-width: 680px;
  margin-bottom: 18px;
}
.hero-copy-clean p {
  max-width: 520px;
  font-size: 16px;
}
.hero-copy-clean .hero-actions {
  margin-top: 28px;
}
.hero-copy-clean .hero-btn {
  min-width: 190px;
}

@media (max-width: 1320px) {
  .hero-inner.hero-inner-clean {
    width: min(100% - 40px, 1180px);
    grid-template-columns: minmax(0, 660px);
    padding-bottom: 132px;
  }
}

@media (max-width: 1080px) {
  .hero { min-height: 620px; height: 72vh; }
  .hero-inner.hero-inner-clean {
    position: absolute;
    inset: 0;
    width: calc(100% - 48px);
    grid-template-columns: minmax(0, 680px);
    align-content: center;
    padding: 70px 0 145px;
  }
  .hero-copy-clean { max-width: 660px; }
}

@media (max-width: 760px) {
  .hero { min-height: 560px; height: 68vh; }
  .hero-inner.hero-inner-clean {
    width: calc(100% - 36px);
    grid-template-columns: 1fr;
    padding: 62px 0 138px;
  }
  .hero-copy-clean {
    max-width: 520px;
  }
  .hero-copy-clean h1 {
    font-size: clamp(38px, 11vw, 54px);
  }
  .hero-copy-clean p {
    font-size: 14px;
  }
  .hero-copy-clean .hero-btn {
    width: auto;
    min-width: 176px;
  }
}

@media (max-width: 520px) {
  .hero { min-height: 530px; height: 67vh; }
  .hero-inner.hero-inner-clean {
    width: calc(100% - 26px);
    padding: 54px 0 128px;
  }
  .hero-copy-clean h1 {
    font-size: clamp(34px, 11.3vw, 46px);
  }
  .hero-copy-clean .hero-btn {
    width: 100%;
  }
}


/* Hotels page */
.hotels-page-hero {
  position: relative;
  min-height: 620px;
  margin-top: var(--header-h);
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #111827;
}
.hotels-page-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
  transform: scale(1.035);
  animation: heroZoom 14s ease-out both;
}
.hotels-page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,13,23,.72), rgba(7,13,23,.28) 60%, rgba(7,13,23,.20)), linear-gradient(180deg, rgba(7,13,23,.16), rgba(7,13,23,.58));
}
.hotels-page-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1160px, calc(100% - 64px));
  color: #fff;
}
.hotels-page-hero-inner > span,
.property-heading > span,
.hotel-choice-copy > span {
  display: block;
  margin-bottom: 14px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.hotels-page-hero-inner h1 {
  max-width: 760px;
  margin: 0 0 18px;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: clamp(52px, 6.2vw, 82px);
  line-height: .98;
  letter-spacing: -.045em;
}
.hotels-page-hero-inner p {
  max-width: 610px;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 16px;
  line-height: 1.8;
}
.hotels-hero-button {
  display: inline-flex;
  min-width: 170px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  padding: 13px 24px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ffbd5a, #f6a943);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 16px 30px rgba(247,174,75,.26);
  transition: transform .25s ease, box-shadow .25s ease;
}
.hotels-hero-button:hover { transform: translateY(-3px); box-shadow: 0 21px 36px rgba(247,174,75,.32); }

.property-showcase-section { padding: 112px 0 122px; background: #fff; }
.property-showcase-inner { width: min(1160px, calc(100% - 64px)); margin: 0 auto; }
.property-heading { max-width: 740px; margin: 0 auto 64px; text-align: center; }
.property-heading h2 {
  margin: 0 0 14px;
  color: #0b1018;
  font-family: "Playfair Display", serif;
  font-size: clamp(42px, 4.8vw, 62px);
  line-height: 1.02;
  letter-spacing: -.04em;
}
.property-heading p { margin: 0; color: #758093; font-size: 14px; line-height: 1.8; }
.property-showcase-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  gap: clamp(50px, 7vw, 96px);
  align-items: center;
  padding: 34px 0 76px;
}
.property-showcase-card + .property-showcase-card { padding-top: 76px; border-top: 1px solid #eceff3; }
.property-showcase-reverse .property-image-wrap { order: 2; }
.property-showcase-reverse .property-content { order: 1; }
.property-image-wrap {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border-radius: 18px;
  background: #e8ecf2;
  box-shadow: 0 26px 60px rgba(18,26,42,.11);
}
.property-image-wrap img { width: 100%; height: 100%; min-height: 500px; display: block; object-fit: cover; transition: transform 1s cubic-bezier(.22,1,.36,1); }
.property-showcase-card:hover .property-image-wrap img { transform: scale(1.035); }
.property-number {
  position: absolute;
  top: 22px;
  left: 22px;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(18,26,42,.78);
  backdrop-filter: blur(8px);
  font-size: 15px;
  font-weight: 700;
}
.property-location { display: block; margin-bottom: 14px; color: var(--accent-dark); font-size: 10px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.property-content h2 { margin: 0 0 20px; color: #101724; font-family: "Playfair Display", serif; font-size: clamp(38px, 4vw, 54px); line-height: 1.02; letter-spacing: -.04em; }
.property-content > p { margin: 0; color: #687488; font-size: 15px; line-height: 1.85; }
.property-feature-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin-top: 28px; }
.property-feature-list span { position: relative; padding: 13px 14px 13px 34px; border: 1px solid #e5e9ef; border-radius: 10px; color: #4f5b6c; background: #fafbfc; font-size: 12px; font-weight: 600; }
.property-feature-list span::before { content: "✓"; position: absolute; left: 14px; color: var(--accent-dark); font-weight: 800; }
.property-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.property-actions a { min-height: 47px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 22px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.property-primary { color: #fff; background: linear-gradient(135deg, #ffbd5a, #f6a943); box-shadow: 0 12px 24px rgba(247,174,75,.22); }
.property-secondary { color: var(--ink); border: 1px solid #d9dee6; background: #fff; }
.property-actions a:hover { transform: translateY(-3px); }

.hotel-choice-section { padding: 108px 0 116px; color: #fff; background: #172338; }
.hotel-choice-inner { width: min(1100px, calc(100% - 64px)); margin: 0 auto; }
.hotel-choice-copy { max-width: 780px; margin: 0 auto 48px; text-align: center; }
.hotel-choice-copy h2 { margin: 0 0 16px; color: #fff; font-family: "Playfair Display", serif; font-size: clamp(40px, 4.9vw, 62px); line-height: 1.04; letter-spacing: -.04em; }
.hotel-choice-copy p { margin: 0; color: rgba(255,255,255,.70); font-size: 14px; line-height: 1.8; }
.hotel-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.hotel-choice-card { padding: 32px; border: 1px solid rgba(255,255,255,.13); border-radius: 17px; background: rgba(255,255,255,.055); box-shadow: inset 0 1px 0 rgba(255,255,255,.05); }
.hotel-choice-card > span { display: block; margin-bottom: 13px; color: var(--accent); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hotel-choice-card h3 { margin: 0 0 13px; color: #fff; font-size: 22px; line-height: 1.3; }
.hotel-choice-card p { margin: 0; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.75; }
.hotel-choice-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.hotel-choice-actions a { min-width: 190px; min-height: 49px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 24px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hotel-choice-actions a:first-child { color: #fff; background: linear-gradient(135deg, #ffbd5a, #f6a943); }
.hotel-choice-actions a:last-child { color: #fff; border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.06); }

@media (max-width: 900px) {
  .property-showcase-card { grid-template-columns: 1fr; gap: 40px; }
  .property-showcase-reverse .property-image-wrap,
  .property-showcase-reverse .property-content { order: initial; }
  .property-image-wrap,
  .property-image-wrap img { min-height: 430px; }
}
@media (max-width: 760px) {
  .hotels-page-hero { min-height: 550px; }
  .hotels-page-hero-inner { width: calc(100% - 36px); }
  .hotels-page-hero-inner h1 { font-size: clamp(44px, 12vw, 62px); }
  .hotels-page-hero-inner p { font-size: 14px; }
  .property-showcase-section, .hotel-choice-section { padding: 82px 0 88px; }
  .property-showcase-inner, .hotel-choice-inner { width: calc(100% - 36px); }
  .property-heading { margin-bottom: 44px; }
  .property-showcase-card { padding-bottom: 60px; }
  .property-showcase-card + .property-showcase-card { padding-top: 60px; }
  .property-image-wrap,
  .property-image-wrap img { min-height: min(72vw, 430px); }
  .property-feature-list { grid-template-columns: 1fr; }
  .property-actions a { width: 100%; }
  .hotel-choice-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .hotels-page-hero { min-height: 520px; }
  .hotels-page-hero-inner { width: calc(100% - 26px); }
  .hotels-page-hero-inner h1 { font-size: clamp(39px, 12vw, 52px); }
  .hotels-hero-button { width: 100%; }
  .property-showcase-inner, .hotel-choice-inner { width: calc(100% - 26px); }
  .property-content h2 { font-size: 38px; }
  .property-image-wrap { border-radius: 13px; }
  .hotel-choice-card { padding: 26px 22px; }
  .hotel-choice-actions a { width: 100%; }
}


/* Rooms and Contact pages */
.inner-page-hero {
  position: relative;
  min-height: 560px;
  margin-top: var(--header-h);
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #101827;
}
.inner-page-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10,16,29,.78), rgba(10,16,29,.30)), linear-gradient(180deg, rgba(7,12,21,.15), rgba(7,12,21,.52));
}
.inner-page-hero-content {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - 64px));
  color: #fff;
}
.inner-page-hero-content > span,
.room-collection-heading > span,
.room-property-heading > div > span,
.rooms-booking-note-inner > div > span,
.contact-page-kicker,
.contact-maps-heading > span {
  display: block;
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.inner-page-hero-content h1 {
  max-width: 760px;
  margin: 0 0 18px;
  font-family: "Playfair Display", serif;
  font-size: clamp(46px, 5.4vw, 72px);
  line-height: 1;
  letter-spacing: -.04em;
}
.inner-page-hero-content p {
  max-width: 660px;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 16px;
  line-height: 1.8;
}
.inner-page-hero-content > a {
  display: inline-flex;
  min-width: 168px;
  min-height: 48px;
  margin-top: 28px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ffbd5a, #f6a943);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 16px 32px rgba(247,174,75,.25);
}

.room-collection-section { padding: 104px 0 112px; background: #fff; }
.room-collection-inner { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.room-collection-heading { max-width: 760px; margin: 0 auto 62px; text-align: center; }
.room-collection-heading h2,
.contact-details-column h2,
.contact-maps-heading h2 {
  margin: 0 0 14px;
  color: #0c1220;
  font-family: "Playfair Display", serif;
  font-size: clamp(40px, 4.6vw, 58px);
  line-height: 1.05;
  letter-spacing: -.035em;
}
.room-collection-heading p,
.contact-maps-heading p { margin: 0; color: #778194; font-size: 14px; line-height: 1.75; }
.room-property-block + .room-property-block { margin-top: 88px; }
.room-property-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 22px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e2e6ed;
}
.room-property-heading h2 { margin: 0 0 6px; font-family: "Playfair Display", serif; font-size: clamp(30px, 3.3vw, 44px); }
.room-property-heading p { margin: 0; color: #8690a0; font-size: 13px; }
.room-property-heading > a {
  flex: 0 0 auto;
  padding: 12px 18px;
  border: 1px solid #d6dbe4;
  border-radius: 999px;
  color: #253044;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: .25s ease;
}
.room-property-heading > a:hover { color: #fff; background: var(--ink); border-color: var(--ink); }
.rooms-page-grid { display: grid; gap: 28px; }
.rooms-page-grid-three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.rooms-page-grid-two { grid-template-columns: repeat(2, minmax(0,1fr)); }
.rooms-page-grid-single { grid-template-columns: minmax(0, 760px); justify-content: center; }
.rooms-page-card { overflow: hidden; border-radius: 16px; background: #fff; border: 1px solid #e5e8ee; box-shadow: 0 18px 44px rgba(18,26,42,.07); transition: transform .28s ease, box-shadow .28s ease; }
.rooms-page-card:hover { transform: translateY(-7px); box-shadow: 0 28px 54px rgba(18,26,42,.12); }
.rooms-page-card-wide { display: grid; grid-template-columns: minmax(300px, 1.1fr) minmax(280px, .9fr); }
.rooms-page-image { position: relative; height: 270px; overflow: hidden; background: #e8ebf0; }
.rooms-page-card-wide .rooms-page-image { height: 100%; min-height: 390px; }
.rooms-page-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .75s cubic-bezier(.22,1,.36,1); }
.rooms-page-card:hover .rooms-page-image img { transform: scale(1.055); }
.rooms-page-image > span { position: absolute; left: 18px; bottom: 18px; padding: 10px 14px; border-radius: 999px; color: #fff; background: rgba(13,20,34,.83); backdrop-filter: blur(8px); font-size: 12px; font-weight: 700; }
.rooms-page-content { padding: 25px 25px 28px; }
.rooms-page-card-wide .rooms-page-content { display: flex; flex-direction: column; justify-content: center; padding: 38px; }
.room-card-property { display: block; margin-bottom: 9px; color: var(--accent-dark); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.rooms-page-content h3 { margin: 0 0 12px; color: #111827; font-size: 21px; }
.rooms-page-content p { margin: 0; color: #747f90; font-size: 13px; line-height: 1.75; }
.room-detail-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 19px 0 23px; }
.room-detail-tags span { padding: 8px 10px; border-radius: 999px; color: #657083; background: #f2f4f8; font-size: 10px; font-weight: 600; }
.rooms-page-content > a { display: inline-flex; min-height: 43px; align-items: center; justify-content: center; padding: 12px 18px; border-radius: 999px; color: #fff; background: linear-gradient(135deg,#ffbd5a,#f6a943); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.room-property-block-alt { padding: 44px; border-radius: 24px; background: var(--soft); }
.rooms-booking-note-section { padding: 86px 0; background: #142037; color: #fff; }
.rooms-booking-note-inner { width: min(1140px, calc(100% - 64px)); margin: 0 auto; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 56px; }
.rooms-booking-note-inner h2 { max-width: 720px; margin: 0 0 14px; font-family: "Playfair Display", serif; font-size: clamp(34px,4vw,52px); line-height: 1.08; }
.rooms-booking-note-inner p { max-width: 720px; margin: 0; color: rgba(255,255,255,.7); line-height: 1.75; }
.rooms-booking-note-actions { display: grid; gap: 12px; min-width: 210px; }
.rooms-booking-note-actions a { display: flex; min-height: 48px; align-items: center; justify-content: center; padding: 13px 20px; border-radius: 999px; color: #fff; background: linear-gradient(135deg,#ffbd5a,#f6a943); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.rooms-booking-note-actions a + a { background: transparent; border: 1px solid rgba(255,255,255,.28); }

.contact-page-section { padding: 104px 0 112px; background: #fff; }
.contact-page-inner { width: min(1140px, calc(100% - 64px)); margin: 0 auto; display: grid; grid-template-columns: minmax(300px,.85fr) minmax(480px,1.2fr); gap: 78px; align-items: start; }
.contact-details-column > p { margin: 0; color: #748093; font-size: 14px; line-height: 1.8; }
.contact-action-list { display: grid; gap: 14px; margin-top: 32px; }
.contact-action-list a { display: flex; justify-content: space-between; gap: 24px; padding: 19px 20px; border: 1px solid #e0e4eb; border-radius: 12px; transition: .25s ease; }
.contact-action-list a:hover { transform: translateY(-3px); border-color: rgba(247,174,75,.65); box-shadow: 0 16px 34px rgba(18,26,42,.07); }
.contact-action-list strong { color: #131b2b; font-size: 14px; }
.contact-action-list span { color: #788395; font-size: 13px; text-align: right; }
.contact-form-card { padding: 34px; border-radius: 20px; background: var(--soft); box-shadow: 0 24px 55px rgba(18,26,42,.09); }
.contact-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.contact-form-grid label { display: grid; gap: 9px; }
.contact-form-grid label > span { color: #111827; font-size: 12px; font-weight: 700; }
.contact-form-grid input,
.contact-form-grid select,
.contact-form-grid textarea { width: 100%; border: 1px solid #cfd5df; border-radius: 8px; color: #334155; background: #fff; outline: none; font: inherit; font-size: 13px; }
.contact-form-grid input,
.contact-form-grid select { height: 48px; padding: 0 13px; }
.contact-form-grid textarea { min-height: 130px; padding: 13px; resize: vertical; }
.contact-form-grid input:focus,
.contact-form-grid select:focus,
.contact-form-grid textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 4px rgba(247,174,75,.13); }
.contact-message-field { grid-column: 1 / -1; }
.contact-form-card form > button { width: 100%; min-height: 48px; margin-top: 22px; border: 0; border-radius: 999px; color: #fff; background: linear-gradient(135deg,#ffbd5a,#f6a943); font-weight: 700; cursor: pointer; }
.contact-page-message { min-height: 18px; margin: 12px 0 0; color: #b42318; font-size: 12px; text-align: center; }
.contact-maps-section { padding: 100px 0 112px; background: var(--soft); }
.contact-maps-inner { width: min(1160px, calc(100% - 64px)); margin: 0 auto; }
.contact-maps-heading { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.contact-map-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
.contact-map-card { overflow: hidden; border-radius: 16px; background: #fff; box-shadow: 0 18px 44px rgba(18,26,42,.08); }
.contact-map-card iframe { width: 100%; height: 340px; display: block; border: 0; }
.contact-map-card > div { padding: 24px; }
.contact-map-card span { display: block; color: var(--accent-dark); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.contact-map-card h3 { margin: 8px 0 18px; font-size: 22px; }
.contact-map-card a { color: #1f2a3d; font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 980px) {
  .rooms-page-grid-three { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .rooms-page-grid-three .rooms-page-card:last-child { grid-column: 1 / -1; max-width: 560px; justify-self: center; }
  .rooms-page-grid-two { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .contact-page-inner { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 760px) {
  .inner-page-hero { min-height: 520px; }
  .inner-page-hero-content { width: calc(100% - 36px); text-align: center; }
  .inner-page-hero-content h1 { font-size: clamp(40px,12vw,58px); }
  .inner-page-hero-content p { font-size: 14px; }
  .room-collection-section, .contact-page-section, .contact-maps-section { padding: 80px 0 86px; }
  .room-collection-inner, .contact-page-inner, .contact-maps-inner, .rooms-booking-note-inner { width: calc(100% - 36px); }
  .room-property-heading { align-items: start; flex-direction: column; }
  .rooms-page-grid-three { grid-template-columns: 1fr; }
  .rooms-page-grid-two { grid-template-columns: 1fr; }
  .rooms-page-grid-three .rooms-page-card:last-child { grid-column: auto; max-width: none; }
  .rooms-page-card-wide { grid-template-columns: 1fr; }
  .rooms-page-card-wide .rooms-page-image { min-height: 310px; }
  .room-property-block-alt { padding: 28px 20px; }
  .rooms-booking-note-inner { grid-template-columns: 1fr; gap: 32px; text-align: center; }
  .rooms-booking-note-actions { width: min(300px,100%); margin: 0 auto; }
  .contact-form-card { padding: 24px 20px; }
  .contact-form-grid { grid-template-columns: 1fr; }
  .contact-message-field { grid-column: auto; }
  .contact-map-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .inner-page-hero-content, .room-collection-inner, .contact-page-inner, .contact-maps-inner, .rooms-booking-note-inner { width: calc(100% - 26px); }
  .rooms-page-image { height: 240px; }
  .room-property-block-alt { margin-inline: -5px; padding: 24px 14px; }
  .contact-action-list a { flex-direction: column; gap: 8px; }
  .contact-action-list span { text-align: left; }
  .contact-map-card iframe { height: 290px; }
}

/* Launch-ready responsive and accessibility refinements */
html {
  scroll-padding-top: calc(var(--header-h) + 16px);
}
body {
  overflow-x: clip;
}
img {
  display: block;
}
a,
button,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
a,
button {
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(247, 174, 75, .62);
  outline-offset: 3px;
}
.menu-toggle,
.menu-close,
.gallery-arrow,
.reviews-arrow,
.back-to-top,
.footer-social a {
  min-width: 44px;
  min-height: 44px;
}
.mobile-menu {
  padding-bottom: calc(20px + env(safe-area-inset-bottom));
  overflow-y: auto;
  overscroll-behavior: contain;
}
.whatsapp-float {
  right: max(24px, env(safe-area-inset-right));
  bottom: max(24px, env(safe-area-inset-bottom));
}
.footer-contact-list,
.footer-links,
.contact-action-list,
.property-content,
.rooms-page-content {
  overflow-wrap: anywhere;
}
.reviews-static {
  padding-bottom: 10px;
}
.reviews-static .reviews-page {
  display: grid;
}
.reviews-verification-note {
  max-width: 560px;
  margin: 30px auto 0;
  color: #8992a1;
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
}
.contact-form-card button,
.check-button,
.hero-btn,
.hotels-hero-button,
.property-actions a,
.rooms-page-content > a,
.rooms-booking-note-actions a,
.location-actions a,
.hotel-choice-actions a {
  min-height: 48px;
}

@media (max-width: 1080px) {
  .site-header {
    backdrop-filter: saturate(1.2) blur(12px);
    -webkit-backdrop-filter: saturate(1.2) blur(12px);
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: calc(var(--header-h) + 10px);
  }
  .header-inner {
    width: calc(100% - 24px);
  }
  .mobile-menu {
    width: min(350px, 90vw);
  }
  .mobile-menu nav a {
    min-height: 50px;
    display: flex;
    align-items: center;
  }
  .hero-copy-clean {
    text-align: center;
    margin-inline: auto;
  }
  .hero-copy-clean .hero-actions {
    justify-content: center;
  }
  .booking-shell {
    box-shadow: 0 20px 44px rgba(23, 33, 52, .16);
  }
  .booking-form {
    gap: 15px 12px;
  }
  .booking-form .field input,
  .booking-form .field select {
    min-height: 48px;
  }
  .rooms-page-card,
  .property-showcase-card,
  .location-card,
  .contact-map-card {
    scroll-margin-top: calc(var(--header-h) + 16px);
  }
  .contact-form-card,
  .hotel-choice-card,
  .mission-card,
  .facility-card {
    border-radius: 14px;
  }
  .contact-map-card iframe,
  .location-map iframe {
    min-height: 300px;
  }
  .reviews-static .reviews-page {
    gap: 38px;
  }
  .reviews-static .review-card {
    padding-inline: 8px;
  }
  .footer-main {
    padding-bottom: calc(64px + env(safe-area-inset-bottom));
  }
  .whatsapp-float {
    right: max(16px, env(safe-area-inset-right));
    bottom: max(16px, env(safe-area-inset-bottom));
  }
}

@media (max-width: 520px) {
  .brand-copy {
    max-width: calc(100vw - 112px);
  }
  .brand-name {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .hero-inner.hero-inner-clean,
  .hotels-page-hero-inner,
  .inner-page-hero-content,
  .about-page-hero-inner {
    width: calc(100% - 28px);
  }
  .hero-copy-clean .hero-kicker,
  .hotels-page-hero-inner > span,
  .inner-page-hero-content > span {
    letter-spacing: .15em;
  }
  .booking-shell {
    width: calc(100% - 18px);
    padding-inline: 15px;
  }
  .field > span {
    line-height: 1.35;
  }
  .about-section,
  .rooms-section,
  .history-section,
  .reviews-section,
  .property-showcase-section,
  .hotel-choice-section,
  .room-collection-section,
  .contact-page-section,
  .contact-maps-section,
  .about-welcome-section,
  .mission-section,
  .locations-section {
    overflow: hidden;
  }
  .room-property-heading > a,
  .property-actions a,
  .hotel-choice-actions a,
  .rooms-booking-note-actions a,
  .location-actions a {
    width: 100%;
    text-align: center;
  }
  .room-detail-tags {
    gap: 7px;
  }
  .contact-form-card {
    padding-inline: 16px;
  }
  .contact-map-card iframe,
  .location-map iframe {
    min-height: 270px;
  }
  .footer-brand {
    align-items: flex-start;
  }
  .footer-brand strong {
    letter-spacing: .08em;
  }
  .back-to-top {
    right: 14px;
    bottom: 108px;
  }
}

@media (hover: none) {
  .room-card:hover .room-image-wrap img,
  .rooms-page-card:hover .rooms-page-image img,
  .property-showcase-card:hover .property-image-wrap img,
  .history-visual:hover img,
  .about-visual:hover .about-main-photo {
    transform: none;
  }
}

.back-to-top {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.not-found-section {
  min-height: calc(100svh - var(--header-h));
  margin-top: var(--header-h);
  padding: 100px 24px;
  display: grid;
  place-items: center;
  color: #fff;
  text-align: center;
  background:
    linear-gradient(rgba(10, 16, 29, .78), rgba(10, 16, 29, .86)),
    url("assets/site-home-hero.webp") center / cover no-repeat;
}
.not-found-inner { max-width: 700px; }
.not-found-inner > span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.not-found-inner h1 {
  margin: 16px 0 18px;
  font-family: "Playfair Display", serif;
  font-size: clamp(46px, 7vw, 80px);
  line-height: 1;
}
.not-found-inner p {
  margin: 0 auto;
  max-width: 600px;
  color: rgba(255,255,255,.78);
  line-height: 1.8;
}
.not-found-inner a {
  min-width: 180px;
  min-height: 50px;
  margin-top: 30px;
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ffbd5a, #f6a943);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mobile-drawer-brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
}
.mobile-drawer-brand img {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  padding: 2px;
  border-radius: 50%;
  object-fit: contain;
  background: #fff;
  border: 1px solid #e4e7ec;
}
.mobile-drawer-brand span {
  overflow: hidden;
  color: var(--ink);
  font-family: "Playfair Display", serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.1;
  white-space: nowrap;
  text-overflow: ellipsis;
}

html:not(.js) .reveal-up,
html:not(.js) .reveal-right {
  opacity: 1;
  transform: none;
}


/* Room cards enhanced actions */
.room-card-photo-link,
.room-title-link { display: block; }
.room-title-link { color: inherit; }
.rooms-page-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.rooms-page-actions a { display: inline-flex; min-height: 43px; align-items: center; justify-content: center; padding: 12px 18px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.room-primary-link { color: #fff; background: linear-gradient(135deg,#ffbd5a,#f6a943); }
.room-secondary-link { color: #253044; border: 1px solid #d6dbe4; background: #fff; }
.room-secondary-link:hover { color: #fff; background: var(--ink); border-color: var(--ink); }

/* Single room detail page */
.room-detail-hero {
  position: relative;
  padding: calc(var(--header-h) + 58px) 0 44px;
  background:
    radial-gradient(circle at top left, rgba(247,174,75,.18), transparent 34%),
    linear-gradient(180deg, #fcfcfd 0%, #f4f6fa 100%);
}
.room-detail-hero-inner,
.room-detail-main-inner,
.room-gallery-grid-inner,
.room-detail-info-inner {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: #6f7b8b;
  font-size: 12px;
}
.breadcrumbs a { color: #445065; }
.room-detail-kicker,
.room-gallery-grid-heading > span,
.room-detail-info-inner > div > span {
  display: block;
  margin-bottom: 12px;
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.room-detail-hero h1,
.room-gallery-grid-heading h2,
.room-detail-info-inner h2 {
  margin: 0 0 16px;
  color: #0c1220;
  font-family: "Playfair Display", serif;
  font-size: clamp(40px, 4.8vw, 64px);
  line-height: 1.02;
  letter-spacing: -.04em;
}
.room-detail-hero p { max-width: 760px; margin: 0; color: #6f7989; font-size: 16px; line-height: 1.8; }
.room-detail-main-section { padding: 30px 0 96px; background: #fff; }
.room-detail-main-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 430px);
  gap: 34px;
  align-items: start;
}
.room-gallery-card,
.room-summary-card,
.room-detail-info-inner {
  border: 1px solid #e5e8ee;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 50px rgba(18,26,42,.08);
}
.room-gallery-card { padding: 24px; }
.room-gallery-main-wrap {
  overflow: hidden;
  border-radius: 18px;
  background: #eef1f5;
}
.room-gallery-main-button {
  width: 100%;
  padding: 0;
  border: 0;
  display: block;
  position: relative;
  background: transparent;
  cursor: zoom-in;
}
.room-zoom-indicator {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(12, 18, 30, .74);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .04em;
}
.room-gallery-main {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.room-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}
.room-thumb {
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 14px;
  background: #f1f4f8;
  cursor: pointer;
  transition: .22s ease;
}
.room-thumb:hover,
.room-thumb.is-active { border-color: var(--accent); transform: translateY(-2px); }
.room-thumb img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.room-gallery-helper { margin: 12px 2px 0; color: #7b8596; font-size: 12px; }
.room-summary-card { position: sticky; top: calc(var(--header-h) + 24px); padding: 28px; }
.room-summary-property {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 11px;
  border-radius: 999px;
  color: var(--accent-dark);
  background: #fff5e3;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.room-summary-card h2 { margin: 0 0 12px; color: #111827; font-size: 28px; }
.room-summary-card > p { margin: 0; color: #748093; font-size: 14px; line-height: 1.8; }
.room-summary-badges { display: flex; flex-wrap: wrap; gap: 9px; margin: 20px 0 24px; }
.room-summary-badges span {
  padding: 9px 11px;
  border-radius: 999px;
  color: #5c6678;
  background: #f2f4f8;
  font-size: 11px;
  font-weight: 600;
}
.room-feature-list {
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
}
.room-feature-list div {
  display: grid;
  gap: 5px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eceff4;
}
.room-feature-list div:last-child { padding-bottom: 0; border-bottom: 0; }
.room-feature-list strong { color: #111827; font-size: 13px; }
.room-feature-list span { color: #738093; font-size: 13px; line-height: 1.7; }
.room-cta-panel {
  display: grid;
  gap: 18px;
  padding: 18px;
  border-radius: 18px;
  background: var(--soft);
}
.room-cta-panel strong { display: block; color: #111827; font-size: 15px; margin-bottom: 6px; }
.room-cta-panel p { margin: 0; color: #748093; font-size: 13px; line-height: 1.7; }
.room-cta-actions { display: grid; gap: 10px; }
.room-cta-actions a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg,#ffbd5a,#f6a943);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.room-cta-actions a + a { color: #243044; background: #fff; border: 1px solid #d7dde7; }
.room-cta-actions a + a + a { color: #fff; background: var(--ink); border-color: var(--ink); }
.room-gallery-grid-section { padding: 0 0 96px; background: #fff; }
.room-gallery-grid-heading { max-width: 720px; margin: 0 auto 42px; text-align: center; }
.room-gallery-grid-heading p { margin: 0; color: #778194; font-size: 14px; line-height: 1.75; }
.room-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.room-gallery-grid-item {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin: 0;
  border-radius: 18px;
  background: #eef1f5;
  border: 1px solid #e5e8ee;
  box-shadow: 0 18px 40px rgba(18,26,42,.07);
}
.room-gallery-grid-button { width: 100%; height: 100%; padding: 0; border: 0; display: block; background: transparent; cursor: zoom-in; }
.room-gallery-grid-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform .45s ease;
}
.room-gallery-grid-item:hover img { transform: scale(1.035); }
.room-detail-info-section { padding: 0 0 100px; background: #fff; }
.room-detail-info-inner {
  padding: 36px 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
}
.room-detail-info-inner p { max-width: 700px; margin: 0; color: #748093; line-height: 1.8; }
.room-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .24s ease, visibility .24s ease;
}
.room-lightbox.is-open { opacity: 1; visibility: visible; }
.room-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 12, 20, .84);
  backdrop-filter: blur(4px);
}
.room-lightbox-shell {
  position: relative;
  z-index: 1;
  width: min(94vw, 1320px);
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  gap: 18px;
}
.room-lightbox-stage {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #0f1725;
  box-shadow: 0 30px 70px rgba(0,0,0,.35);
}
.room-lightbox-image {
  width: 100%;
  max-height: 82vh;
  display: block;
  object-fit: contain;
}
.room-lightbox-meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 14px 16px;
  color: #fff;
  background: linear-gradient(180deg, rgba(15,23,37,0) 0%, rgba(15,23,37,.92) 100%);
}
.room-lightbox-counter { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.room-lightbox-caption { margin: 0; color: rgba(255,255,255,.86); font-size: 13px; line-height: 1.5; }
.room-lightbox-nav,
.room-lightbox-close {
  border: 0;
  color: #fff;
  cursor: pointer;
}
.room-lightbox-nav {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255,255,255,.14);
  font-size: 32px;
}
.room-lightbox-nav:disabled { opacity: .35; cursor: default; }
.room-lightbox-close {
  position: absolute;
  top: -20px;
  right: -6px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255,255,255,.16);
  font-size: 32px;
  line-height: 1;
}
body.lightbox-open { overflow: hidden; }

@media (max-width: 1080px) {
  .room-detail-main-inner { grid-template-columns: 1fr; }
  .room-summary-card { position: static; }
}
@media (max-width: 760px) {
  .room-detail-hero { padding: calc(var(--header-h) + 42px) 0 32px; }
  .room-detail-hero-inner,
  .room-detail-main-inner,
  .room-gallery-grid-inner,
  .room-detail-info-inner { width: calc(100% - 36px); }
  .room-detail-hero h1,
  .room-gallery-grid-heading h2,
  .room-detail-info-inner h2 { font-size: clamp(34px, 10.8vw, 52px); }
  .room-detail-hero p { font-size: 14px; }
  .room-detail-main-section { padding: 24px 0 78px; }
  .room-gallery-card { padding: 18px; }
  .room-gallery-thumbs { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
  .room-summary-card { padding: 22px 18px; }
  .room-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .room-detail-info-inner { grid-template-columns: 1fr; padding: 26px 20px; text-align: center; }
  .rooms-page-actions { flex-direction: column; }
  .rooms-page-actions a { width: 100%; }
}
@media (max-width: 520px) {
  .room-detail-hero-inner,
  .room-detail-main-inner,
  .room-gallery-grid-inner,
  .room-detail-info-inner { width: calc(100% - 26px); }
  .room-gallery-card { padding: 14px; border-radius: 18px; }
  .room-gallery-main-wrap { border-radius: 14px; }
  .room-gallery-thumbs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .room-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .room-zoom-indicator { right: 10px; bottom: 10px; font-size: 10px; padding: 7px 10px; }
  .room-thumb { border-radius: 10px; }
  .room-summary-badges { gap: 8px; }
}

@media (max-width: 760px) {
  .room-lightbox-shell { width: min(94vw, 760px); grid-template-columns: 1fr; gap: 12px; }
  .room-lightbox-stage { order: 2; }
  .room-lightbox-close { top: 12px; right: 12px; }
  .room-lightbox-nav { width: 48px; height: 48px; font-size: 28px; }
  .room-lightbox-prev, .room-lightbox-next { position: absolute; z-index: 2; top: 50%; transform: translateY(-50%); }
  .room-lightbox-prev { left: 12px; }
  .room-lightbox-next { right: 12px; }
  .room-lightbox-meta { flex-direction: column; align-items: flex-start; gap: 8px; }
}
@media (max-width: 520px) {
  .room-lightbox-shell { width: calc(100vw - 18px); }
  .room-lightbox-image { max-height: 72vh; }
  .room-lightbox-nav { width: 42px; height: 42px; }
  .room-lightbox-meta { padding: 12px; }
  .room-lightbox-caption { font-size: 12px; }
}

/* Premium mobile room-gallery refinement */
@media (max-width: 760px) {
  .room-detail-hero-inner {
    text-align: center;
  }
  .room-detail-hero .breadcrumbs {
    justify-content: center;
    margin-bottom: 14px;
  }
  .room-detail-kicker {
    text-align: center;
  }
  .room-detail-hero h1 {
    max-width: 620px;
    margin-inline: auto;
  }
  .room-detail-hero p {
    max-width: 560px;
    margin-inline: auto;
    text-align: center;
  }

  .room-detail-main-section {
    padding-top: 18px;
  }
  .room-gallery-card {
    padding: 10px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 38px rgba(18,26,42,.09);
  }
  .room-gallery-main-wrap {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 15px;
  }
  .room-gallery-main-button,
  .room-gallery-main {
    width: 100%;
    height: 100%;
  }
  .room-gallery-main {
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center;
  }
  .room-zoom-indicator {
    right: 10px;
    bottom: 10px;
    padding: 7px 10px;
    font-size: 10px;
  }
  .room-gallery-thumbs {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 8px;
    margin-top: 10px;
    padding: 2px 1px 5px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }
  .room-gallery-thumbs::-webkit-scrollbar {
    display: none;
  }
  .room-thumb {
    flex: 0 0 calc((100% - 24px) / 4);
    min-width: 0;
    border-radius: 10px;
    scroll-snap-align: start;
  }
  .room-thumb img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }
  .room-gallery-helper {
    display: none;
  }

  .room-summary-card {
    padding: 24px 18px;
    border-radius: 20px;
  }
  .room-summary-property {
    display: flex;
    width: fit-content;
    margin: 0 auto 12px;
    text-align: center;
  }
  .room-summary-card h2,
  .room-summary-card > p {
    text-align: center;
  }
  .room-summary-card > p {
    max-width: 560px;
    margin-inline: auto;
  }
  .room-summary-badges {
    justify-content: center;
  }
  .room-cta-panel > div:first-child {
    text-align: center;
  }

  .room-gallery-grid-heading {
    margin-bottom: 28px;
    text-align: center;
  }
  .room-gallery-grid-heading h2,
  .room-gallery-grid-heading p,
  .room-gallery-grid-heading > span {
    text-align: center;
  }
  .room-gallery-grid-heading p {
    max-width: 520px;
    margin-inline: auto;
  }
  .room-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
  .room-gallery-grid-item {
    aspect-ratio: 1 / 1;
    border-radius: 13px;
    box-shadow: 0 10px 24px rgba(18,26,42,.07);
  }
  .room-gallery-grid-button,
  .room-gallery-grid-item img {
    width: 100%;
    height: 100%;
  }
  .room-gallery-grid-item img {
    object-fit: cover;
  }

  .room-lightbox-meta {
    align-items: center;
    text-align: center;
  }
  .room-lightbox-counter {
    width: 100%;
    text-align: center;
  }
  .room-lightbox-caption {
    display: none;
  }
}

@media (max-width: 420px) {
  .room-detail-hero-inner,
  .room-detail-main-inner,
  .room-gallery-grid-inner,
  .room-detail-info-inner {
    width: calc(100% - 20px);
  }
  .room-gallery-card {
    padding: 8px;
    border-radius: 16px;
  }
  .room-gallery-main-wrap {
    border-radius: 12px;
  }
  .room-thumb {
    flex-basis: calc((100% - 18px) / 3.25);
  }
  .room-gallery-grid {
    gap: 8px !important;
  }
  .room-gallery-grid-item {
    border-radius: 11px;
  }
}

/* Final real-image placement refinements */
.about-page-hero > img { object-position: center 48%; }
.rooms-page-hero > img { object-position: center 48%; }
.contact-page-hero > img { object-position: center 52%; }
.property-showcase-card:first-of-type .property-image-wrap img { object-position: center 48%; }
.property-showcase-reverse .property-image-wrap img { object-position: center 52%; }
.about-welcome-visual > img { object-position: center; }
@media (max-width: 760px) {
  .hero-image { object-position: center 52%; }
  .about-page-hero > img, .hotels-page-hero > img, .rooms-page-hero > img, .contact-page-hero > img { object-position: center; }
}

/* Verified Booking.com review presentation */
.reviews-kicker {
  display: block;
  margin-bottom: 12px;
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.reviews-heading > p {
  max-width: 720px;
  margin: 18px auto 0;
  color: #778194;
  font-size: 14px;
  line-height: 1.75;
}
.booking-review-summary {
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.55fr);
  gap: 30px;
  align-items: stretch;
  max-width: 1040px;
  margin: 0 auto 34px;
  padding: 24px;
  border: 1px solid #e4e8ef;
  border-radius: 22px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 18px 48px rgba(18,26,42,.07);
}
.booking-score-block {
  display: grid;
  align-content: center;
  gap: 13px;
  padding: 23px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(145deg, #18253c, #101a2c);
}
.booking-source-label {
  color: rgba(255,255,255,.7);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.booking-score-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.booking-score-row > strong {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border-radius: 16px 16px 16px 3px;
  color: #fff;
  background: #1769d1;
  font-size: 31px;
  line-height: 1;
}
.booking-score-row b,
.booking-score-row span {
  display: block;
}
.booking-score-row b {
  font-family: "Playfair Display", serif;
  font-size: 25px;
}
.booking-score-row span {
  margin-top: 6px;
  color: rgba(255,255,255,.66);
  font-size: 12px;
}
.booking-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.booking-category-grid div {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px;
  border: 1px solid #e7eaf0;
  border-radius: 15px;
  background: #fff;
}
.booking-category-grid span {
  color: #687386;
  font-size: 12px;
  font-weight: 600;
}
.booking-category-grid strong {
  color: #152036;
  font-size: 20px;
}
.reviews-carousel:not(.reviews-static) .review-card {
  min-height: 330px;
  padding: 25px 22px 24px;
  border: 1px solid #e3e7ee;
  border-radius: 20px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 18px 44px rgba(18,26,42,.07);
}
.reviews-carousel:not(.reviews-static) .review-avatar {
  width: 62px;
  height: 62px;
  margin-bottom: 15px;
  font-size: 21px;
}
.review-source-chip {
  display: inline-flex;
  margin-bottom: 17px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #1457a8;
  background: #eaf3ff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.reviews-carousel:not(.reviews-static) .review-card p {
  font-size: 14px;
  line-height: 1.82;
}
.reviews-carousel:not(.reviews-static) .review-author {
  margin-top: 18px;
  color: #3f4a5c;
  font-style: normal;
  font-weight: 700;
}
.reviews-carousel:not(.reviews-static) .reviews-arrow {
  display: grid;
  place-items: center;
  font-family: Arial, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1;
}
.reviews-source-footer {
  display: flex;
  max-width: 980px;
  margin: 8px auto 0;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 26px;
  border-top: 1px solid #dfe4eb;
}
.reviews-source-footer p {
  max-width: 680px;
  margin: 0;
  color: #7d8796;
  font-size: 12px;
  line-height: 1.72;
}
.reviews-source-footer a {
  flex: 0 0 auto;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  color: #fff;
  background: #1769d1;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .24s ease, box-shadow .24s ease;
}
.reviews-source-footer a:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(23,105,209,.22);
}

@media (max-width: 900px) {
  .booking-review-summary { grid-template-columns: 1fr; }
  .booking-category-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .reviews-heading > p { font-size: 13px; }
  .booking-review-summary {
    margin-bottom: 24px;
    padding: 16px;
    border-radius: 18px;
  }
  .booking-score-block { padding: 20px; }
  .booking-category-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
  .booking-category-grid div { min-height: 64px; padding: 13px; }
  .reviews-carousel:not(.reviews-static) .review-card {
    min-height: auto;
    padding: 23px 19px;
  }
  .reviews-carousel:not(.reviews-static) .reviews-arrow { font-size: 34px; }
  .reviews-source-footer {
    flex-direction: column;
    text-align: center;
  }
  .reviews-source-footer a { width: min(100%, 310px); }
}
@media (max-width: 420px) {
  .booking-score-row > strong { width: 68px; height: 68px; font-size: 28px; }
  .booking-score-row b { font-size: 22px; }
  .booking-category-grid { grid-template-columns: 1fr; }
}


/* Final launch QA: real-content and compact mobile layout refinements */
.about-copy h2 {
  margin: 0 0 16px;
  color: #0d121c;
  font-family: "Playfair Display", serif;
  font-size: clamp(44px, 5vw, 64px);
  line-height: .98;
  letter-spacing: -.035em;
}
@media (max-width: 760px) {
  .about-copy h2 {
    font-size: clamp(44px, 13vw, 60px);
  }
}
@media (max-width: 520px) {
  .rooms-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 12px;
  }
  .room-image-wrap {
    height: auto;
    aspect-ratio: 1 / 1.08;
    border-radius: 9px;
  }
  .room-book {
    bottom: 10px;
    min-width: 94px;
    padding: 9px 11px;
    font-size: 8px;
    letter-spacing: .07em;
  }
  .room-info {
    padding: 12px 1px 0;
  }
  .room-property {
    min-height: 22px;
    margin-bottom: 5px;
    font-size: 7px;
    letter-spacing: .11em;
    line-height: 1.45;
  }
  .room-info h3 {
    min-height: 38px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.28;
  }
  .room-price {
    flex-wrap: wrap;
    gap: 2px 4px;
  }
  .room-price strong {
    font-size: 17px;
  }
  .room-price span {
    font-size: 9px;
  }
  .room-rate-note {
    margin-top: 28px;
  }

  .facilities-section {
    padding-inline: 12px;
  }
  .facilities-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .facility-card {
    min-height: 154px;
    padding: 18px 13px 16px;
    border-radius: 10px;
  }
  .facility-title-row {
    align-items: flex-start;
    gap: 9px;
  }
  .facility-icon {
    width: 21px;
    height: 21px;
    flex-basis: 21px;
  }
  .facility-icon svg {
    width: 20px;
    height: 20px;
  }
  .facility-card h3 {
    font-size: 13px;
    line-height: 1.25;
  }
  .facility-card p {
    margin-top: 12px;
    font-size: 11px;
    line-height: 1.55;
  }
}

@media (max-width: 360px) {
  .location-actions { grid-template-columns: 1fr; }
}

/* Guided Hotels and Rooms navigation */
.desktop-nav .nav-dropdown {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
}
.desktop-nav .nav-dropdown-toggle {
  position: relative;
  height: 100%;
  padding: 0;
  border: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #687183;
  background: transparent;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: color .2s ease;
}
.desktop-nav .nav-dropdown-toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 31px;
  height: 1px;
  background: var(--teal);
  transition: left .2s ease, right .2s ease;
}
.desktop-nav .nav-dropdown-toggle:hover,
.desktop-nav .nav-dropdown-toggle.active,
.desktop-nav .nav-dropdown.is-open .nav-dropdown-toggle {
  color: var(--teal);
}
.desktop-nav .nav-dropdown-toggle:hover::after,
.desktop-nav .nav-dropdown-toggle.active::after,
.desktop-nav .nav-dropdown.is-open .nav-dropdown-toggle::after {
  left: 0;
  right: 0;
}
.nav-chevron,
.mobile-nav-chevron {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .24s ease;
}
.desktop-nav .nav-dropdown.is-open .nav-chevron,
.desktop-nav .nav-dropdown:focus-within .nav-chevron,
.desktop-nav .nav-dropdown:hover .nav-chevron {
  transform: rotate(225deg) translate(-1px, -1px);
}
.desktop-nav .nav-dropdown-menu {
  position: absolute;
  top: calc(100% - 10px);
  left: 50%;
  z-index: 80;
  width: 280px;
  padding: 12px;
  border: 1px solid #e6e9ef;
  border-radius: 16px;
  background: rgba(255, 255, 255, .995);
  box-shadow: 0 24px 58px rgba(18, 26, 42, .16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}
.desktop-nav .nav-dropdown:hover .nav-dropdown-menu,
.desktop-nav .nav-dropdown:focus-within .nav-dropdown-menu,
.desktop-nav .nav-dropdown.is-open .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.desktop-nav .nav-dropdown-menu a {
  position: relative;
  display: grid;
  gap: 4px;
  min-height: 48px;
  padding: 11px 12px;
  border-radius: 10px;
  color: #334155;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
  white-space: normal;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.desktop-nav .nav-dropdown-menu a::after { display: none; }
.desktop-nav .nav-dropdown-menu a:hover,
.desktop-nav .nav-dropdown-menu a:focus-visible {
  color: #111827;
  background: #f4f6f9;
  transform: translateX(2px);
}
.desktop-nav .nav-dropdown-menu a small {
  color: #8993a3;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.35;
}
.desktop-nav .nav-dropdown-menu .nav-menu-view-all {
  margin-bottom: 7px;
  color: #fff;
  background: var(--ink);
}
.desktop-nav .nav-dropdown-menu .nav-menu-view-all:hover,
.desktop-nav .nav-dropdown-menu .nav-menu-view-all:focus-visible {
  color: #fff;
  background: #263147;
}
.desktop-nav .nav-dropdown-menu .nav-menu-view-all small { color: rgba(255,255,255,.7); }
.desktop-nav .rooms-dropdown-menu {
  width: 500px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  padding: 16px;
}
.desktop-nav .rooms-dropdown-menu .nav-menu-view-all-wide { grid-column: 1 / -1; margin-bottom: 2px; }
.desktop-nav .nav-menu-column { display: grid; align-content: start; gap: 2px; }
.desktop-nav .nav-menu-label {
  display: block;
  padding: 8px 12px 5px;
  color: var(--accent-dark);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
#malindu-yala-gate,
#aluthwewa-gate,
#yala-rooms,
#aluthwewa-rooms {
  scroll-margin-top: calc(var(--header-h) + 24px);
}

@media (max-width: 1320px) and (min-width: 1081px) {
  .desktop-nav .nav-dropdown-toggle { font-size: 9.8px; }
  .desktop-nav .rooms-dropdown-menu { width: 460px; }
}

@media (max-width: 1080px) {
  .mobile-menu nav { gap: 0; }
  .mobile-nav-group {
    border-bottom: 1px solid #f0f1f3;
  }
  .mobile-nav-trigger {
    width: 100%;
    min-height: 52px;
    padding: 14px 12px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: #4f596b;
    background: transparent;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .18em;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
  }
  .mobile-nav-trigger.active,
  .mobile-nav-group.is-open .mobile-nav-trigger { color: var(--teal); }
  .mobile-nav-group.is-open .mobile-nav-chevron {
    transform: rotate(225deg) translate(-1px, -1px);
  }
  .mobile-submenu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    background: #f7f8fa;
    transition: max-height .3s cubic-bezier(.22,1,.36,1), opacity .22s ease;
  }
  .mobile-nav-group.is-open .mobile-submenu { opacity: 1; }
  .mobile-menu nav .mobile-submenu a {
    min-height: 48px;
    padding: 10px 14px 10px 26px;
    display: grid;
    align-content: center;
    gap: 3px;
    border-bottom: 1px solid #e9edf2;
    color: #334155;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.35;
    text-transform: none;
  }
  .mobile-menu nav .mobile-submenu a:last-child { border-bottom: 0; }
  .mobile-menu nav .mobile-submenu a small {
    color: #8a94a4;
    font-size: 10px;
    font-weight: 500;
  }
  .mobile-menu nav .mobile-submenu .mobile-submenu-all {
    min-height: 54px;
    padding-left: 18px;
    color: #fff;
    background: var(--ink);
  }
  .mobile-menu nav .mobile-submenu .mobile-submenu-all small { color: rgba(255,255,255,.68); }
  .mobile-submenu-label {
    display: block;
    padding: 15px 18px 6px;
    color: var(--accent-dark);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
  .mobile-menu nav > a,
  .mobile-menu nav > .mobile-nav-group > .mobile-nav-trigger {
    flex-shrink: 0;
  }
}

@media (max-width: 420px) {
  .mobile-menu { padding-inline: 16px; }
  .mobile-nav-trigger,
  .mobile-menu nav > a { padding-inline: 10px; }
  .mobile-menu nav .mobile-submenu a { padding-left: 20px; }
}

@media (max-width: 1080px) {
  .mobile-submenu {
    visibility: hidden;
    pointer-events: none;
  }
  .mobile-nav-group.is-open .mobile-submenu {
    visibility: visible;
    pointer-events: auto;
  }
}
