:root {
  --forest: #08281f;
  --forest-2: #103a2e;
  --cream: #f7f1e7;
  --sand: #e9cfa3;
  --gold: #d6b57a;
  --ink: #14211b;
  --muted: #697069;
  --line: rgba(20, 33, 27, 0.14);
  --shadow: 0 24px 70px rgba(7, 25, 20, 0.22);
}

/* Dark resort redesign inspired by premium forest glamping layouts. */
:root {
  --forest: #07180b;
  --forest-2: #0c1f11;
  --card: #14201a;
  --card-soft: #17251d;
  --cream: #f0ece3;
  --sand: #c9a96e;
  --gold: #c9a96e;
  --ink: #f0ece3;
  --muted: #afa99d;
  --line: rgba(201, 169, 110, 0.22);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
}

body {
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(39, 82, 39, 0.2), transparent 32rem),
    linear-gradient(180deg, #07180b 0%, #08190c 100%);
}

p { color: var(--muted); }
h2 { color: var(--cream); }
h3 { color: var(--cream); }
.kicker,
.kicker.dark {
  color: var(--gold);
  letter-spacing: 0.2em;
}

.site-header {
  grid-template-columns: auto 1fr auto auto;
  gap: clamp(16px, 2.2vw, 34px);
  padding: 16px clamp(18px, 6vw, 128px);
  background: rgba(5, 20, 8, 0.9);
  border-bottom: 1px solid rgba(201, 169, 110, 0.18);
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.18);
}

.brand {
  gap: 14px;
}

.brand img {
  width: 66px;
  height: 66px;
  padding: 8px;
  background: #0e2a15;
}

.brand span {
  color: var(--gold);
  font-size: clamp(1.35rem, 2vw, 2rem);
  letter-spacing: 0.25em;
}

.brand small {
  color: rgba(240, 236, 227, 0.72);
  font-size: 0.46rem;
  letter-spacing: 0.62em;
}

.site-nav {
  gap: clamp(18px, 2.1vw, 42px);
}

.site-nav a,
.book-button,
.menu-button b,
.language-control span {
  color: rgba(240, 236, 227, 0.82);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--gold);
}

.language-control select {
  border-color: var(--line);
  color: var(--cream);
  background: rgba(255, 255, 255, 0.04);
}

.book-button,
.primary-btn,
.outline-btn.gold,
.package-grid a,
.booking-bar button,
.contact-form button {
  border: 1px solid var(--gold);
  color: var(--gold);
  background: transparent;
}

.book-button {
  min-height: 40px;
  padding: 0 22px;
}

.primary-btn {
  min-height: 48px;
  min-width: 180px;
}

.hero {
  min-height: 100svh;
  place-items: center;
  align-content: center;
  padding: 132px clamp(22px, 6vw, 86px) 72px;
  text-align: center;
  border-radius: 0 0 28px 28px;
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(5, 18, 7, 0.72), rgba(5, 18, 7, 0.38) 44%, rgba(5, 18, 7, 0.8)),
    radial-gradient(circle at center, rgba(7, 24, 11, 0.08), rgba(7, 24, 11, 0.72));
}

.hero-content {
  max-width: 950px;
  margin: 0 auto;
}

.hero-content h1 {
  margin: 22px 0 24px;
  font-size: clamp(3.8rem, 7.4vw, 7.8rem);
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.44);
}

.hero-content p:not(.kicker) {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(240, 236, 227, 0.82);
  font-size: 1.14rem;
}

.hero-actions {
  justify-content: center;
}

.booking-bar {
  position: relative;
  inset: auto;
  width: min(1160px, 100%);
  margin: 54px auto 0;
  border: 1px solid var(--line);
  background: rgba(20, 32, 26, 0.92);
  box-shadow: var(--shadow);
}

.booking-bar label {
  border-right-color: rgba(201, 169, 110, 0.18);
}

.booking-bar span {
  color: var(--gold);
  letter-spacing: 0.18em;
}

.booking-bar input,
.booking-bar select,
.contact-form input,
.contact-form textarea,
.contact-form select {
  color: var(--cream);
}

.intro,
.rooms,
.stay-details,
.facilities-showcase,
.experience-band,
.services,
.dining,
.gallery,
.location,
.nearby,
.policy-section,
.contact {
  display: block;
  width: min(1320px, calc(100% - 44px));
  margin-left: auto;
  margin-right: auto;
}

.intro {
  padding: 110px 0 84px;
}

.intro-icons article,
.detail-panel,
.nearby article,
.policy-grid article,
.facility-grid article {
  border: 1px solid var(--line);
  background: var(--card);
}


.intro-icons article {
  padding: 34px 24px;
}

.intro-icons span,
.detail-panel > span,
.facility-grid span,
.policy-grid span {
  color: var(--gold);
}

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

.section-title {
  margin-bottom: 54px;
  text-align: center;
}

.section-title p.kicker {
  display: block;
  text-align: center;
}

.section-title h2 {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.rooms {
  padding: 50px 0 110px;
}

.room-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.room-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--card);
}

.room-card::after {
  content: none;
}

.room-card img {
  min-height: 450px;
}

.room-card > div {
  position: static;
  display: grid;
  align-content: center;
  gap: 22px;
  padding: clamp(38px, 5vw, 74px);
}

.room-card:nth-child(even) img {
  order: 2;
}

.room-card span {
  position: static;
  width: max-content;
  padding: 0;
  color: var(--gold);
  background: transparent;
  font-size: 0.82rem;
  letter-spacing: 0.28em;
}

.room-card h3 {
  font-size: clamp(2rem, 3vw, 3.1rem);
}

.room-card p {
  max-width: 620px;
  margin-top: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.room-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.room-tags li {
  padding: 9px 13px;
  border: 1px solid var(--line);
  color: rgba(240, 236, 227, 0.78);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.25;
  text-transform: uppercase;
}

.outline-btn.gold {
  width: max-content;
  min-height: 56px;
  padding: 0 34px;
}

.detail-grid {
  grid-template-columns: 1.4fr 1fr;
}

.package-panel,
.detail-panel {
  background: var(--card);
  color: var(--cream);
}

.package-panel {
  grid-column: span 1;
}

.detail-panel h3 {
  color: var(--cream);
}

.detail-panel li,
.detail-panel dt,
.detail-panel dd {
  color: var(--cream);
}

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

.package-grid article {
  background: rgba(255, 255, 255, 0.03);
}

.facilities-showcase {
  padding: 0 0 110px;
}

.wide-photo {
  height: clamp(280px, 34vw, 520px);
  margin-bottom: 46px;
  border: 1px solid var(--line);
}

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

.facility-grid article,
.policy-grid article {
  display: grid;
  gap: 14px;
  min-height: 210px;
  padding: clamp(26px, 3vw, 40px);
}

.facility-grid h3,
.policy-grid h3 {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1.25;
}

.experience-band,
.dining,
.location,
.contact {
  border: 1px solid var(--line);
  background: var(--card);
}

.services {
  padding: 104px 0 96px;
}

.service-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  border: 1px solid var(--line);
  background: var(--card);
  cursor: default;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.42);
}

.service-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  filter: brightness(0.55);
}

.service-card:hover img {
  transform: scale(1.06);
  filter: brightness(0.7);
}

.service-card-body {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: end;
  height: 100%;
  min-height: 260px;
  padding: 24px 22px;
  background: linear-gradient(to top, rgba(4,18,8,0.92) 0%, rgba(4,18,8,0.4) 60%, transparent 100%);
}

.service-num {
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.service-card-body h3 {
  margin-top: 8px;
  color: var(--cream);
  font-family: 'Inter', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.01em;
}


.dining,
.location {
  margin-top: 0;
}

.gallery {
  padding: 110px 0;
}

.gallery-grid img {
  height: 360px;
  border: 1px solid var(--line);
}

.nearby {
  padding: 110px 0;
}

.nearby-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 34px;
}

.nearby-card-grid article {
  overflow: hidden;
  padding: 0;
}

.nearby-card-grid img {
  height: 250px;
}

.nearby-card-grid div {
  padding: 28px;
}

.nearby-card-grid h3 {
  margin-bottom: 12px;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 1.06rem;
  font-weight: 900;
  line-height: 1.35;
}

.nearby-grid article {
  background: var(--card);
}

.nearby dt,
.nearby dd {
  color: var(--cream);
}

.nearby dd {
  color: var(--gold);
}

.policy-section {
  padding: 0 0 110px;
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  max-width: 980px;
  margin: 0 auto;
}

.contact {
  margin-bottom: 0;
}

.site-footer {
  background: #061609;
}

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

  .menu-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }

  .site-nav {
    position: fixed;
    top: 96px;
    right: 18px;
    display: none;
    width: min(390px, calc(100% - 36px));
    padding: 22px 28px;
    background: rgba(7, 24, 11, 0.98);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

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

  .site-nav a {
    padding: 14px 0;
    border-bottom: 1px solid rgba(201, 169, 110, 0.14);
  }

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

  .booking-bar button {
    min-height: 74px;
  }
}

@media (max-width: 980px) {
  .room-card,
  .intro,
  .experience-band,
  .dining,
  .location,
  .contact {
    grid-template-columns: 1fr;
  }

  .room-card:nth-child(even) img {
    order: 0;
  }

  .detail-grid,
  .facility-grid,
  .service-grid,
  .nearby-card-grid,
  .nearby-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .brand img {
    width: 50px;
    height: 50px;
  }

  .brand span {
    max-width: 160px;
    font-size: 1rem;
    letter-spacing: 0.18em;
  }

  .brand small {
    letter-spacing: 0.35em;
  }

  .site-nav {
    top: 78px;
  }

  .language-control {
    justify-self: end;
  }

  .hero {
    padding: 104px 16px 36px;
    border-radius: 0 0 18px 18px;
  }

  .hero-content h1 {
    font-size: clamp(3rem, 15vw, 4.5rem);
  }

  .booking-bar,
  .detail-grid,
  .facility-grid,
  .service-grid,
  .nearby-card-grid,
  .nearby-grid,
  .policy-grid,
  .gallery-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .booking-bar label {
    padding: 17px 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(201, 169, 110, 0.18);
  }

  .room-card img {
    min-height: 310px;
  }

  .room-card > div {
    padding: 30px 22px;
  }

  .room-tags li {
    max-width: 100%;
    font-size: 0.66rem;
  }

  .intro,
  .rooms,
  .stay-details,
  .facilities-showcase,
  .experience-band,
  .services,
  .dining,
  .gallery,
  .location,
  .nearby,
  .policy-section,
  .contact {
    width: calc(100% - 28px);
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background: #fbf8f1;
  font-family: 'Inter', Arial, sans-serif;
}
html:lang(si) body {
  font-family: "Noto Sans Sinhala", 'Inter', Arial, sans-serif;
}
html:lang(zh) body {
  font-family: "Noto Sans SC", 'Inter', Arial, sans-serif;
}
body.nav-open { overflow: hidden; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
p { margin: 0; color: var(--muted); line-height: 1.7; }
h1, h2, h3 {
  margin: 0;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.05;
}
html:lang(si) h1,
html:lang(si) h2,
html:lang(si) h3 {
  font-family: "Noto Serif Sinhala", "Noto Sans Sinhala", serif;
  line-height: 1.18;
}
html:lang(zh) h1,
html:lang(zh) h2,
html:lang(zh) h3 {
  font-family: "Noto Serif SC", "Noto Sans SC", serif;
  line-height: 1.12;
}
h1 { color: white; font-size: clamp(3rem, 5.25vw, 5.7rem); }
h2 { color: var(--ink); font-size: clamp(2.25rem, 4.6vw, 4.2rem); }
h3 { font-size: 1.55rem; }
.kicker {
  color: var(--sand);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.kicker.dark { color: #7d6239; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 20px;
  padding: 10px clamp(16px, 4vw, 58px);
  color: white;
  background: rgba(5, 25, 19, 0.88);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 9px; min-width: max-content; }
.brand img { width: 32px; height: 36px; object-fit: contain; }
.brand span {
  display: grid;
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  font-size: 1.05rem;
  line-height: 0.92;
  text-transform: uppercase;
}
html:lang(si) .brand span,
html:lang(zh) .brand span {
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
}
.brand small {
  margin-top: 4px;
  font-family: 'Inter', sans-serif;
  font-size: 0.44rem;
  letter-spacing: 0.45em;
}
.site-nav { display: flex; justify-content: center; gap: clamp(8px, 1vw, 20px); }
.site-nav a, .book-button, .menu-button b, .language-control span {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.site-nav a { opacity: 0.85; }
.language-control {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: max-content;
}
.language-control span { color: rgba(255,255,255,0.7); }
.language-control select {
  min-height: 32px;
  max-width: 110px;
  border: 1px solid rgba(255,255,255,0.18);
  color: white;
  background: rgba(255,255,255,0.08);
  font: inherit;
  font-size: 0.64rem;
  font-weight: 700;
  text-transform: uppercase;
}
.language-control option, .booking-bar option, .contact-form option {
  color: var(--ink);
  background: white;
}
.book-button, .primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 20px;
  color: #09251d;
  background: var(--sand);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.menu-button { display: none; border: 0; color: white; background: transparent; cursor: pointer; }
.menu-button span, .menu-button span::before, .menu-button span::after {
  display: block; width: 24px; height: 2px; background: currentColor;
}
.menu-button span { position: relative; }
.menu-button span::before, .menu-button span::after { position: absolute; left: 0; content: ""; }
.menu-button span::before { top: -8px; }
.menu-button span::after { top: 8px; }

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-content: center;
  padding: 130px clamp(22px, 6vw, 86px) 120px;
  overflow: hidden;
  color: white;
  background: var(--forest);
}
.hero-bg, .hero-overlay { position: absolute; inset: 0; }
.hero-bg {
  z-index: 0;
  object-position: center center;
}
.hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4, 18, 14, 0.9), rgba(4, 18, 14, 0.48) 38%, rgba(4, 18, 14, 0.16) 72%),
    linear-gradient(0deg, rgba(4, 18, 14, 0.76), rgba(4, 18, 14, 0.05) 48%);
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 610px;
}
.hero-content h1 { margin: 16px 0 20px; }
.hero-content p:not(.kicker) { max-width: 520px; color: rgba(255,255,255,0.82); font-size: 1.05rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; margin-top: 34px; }

.booking-bar {
  position: absolute;
  right: clamp(22px, 6vw, 86px);
  bottom: 0;
  left: clamp(22px, 6vw, 86px);
  z-index: 3;
  width: auto;
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 0.85fr 0.85fr 1fr 1fr 0.95fr;
  background: var(--forest-2);
  box-shadow: var(--shadow);
}
.booking-bar label {
  min-width: 0;
  padding: 20px 20px;
  border-right: 1px solid rgba(255,255,255,0.13);
}
.booking-bar span { display: block; margin-bottom: 8px; color: rgba(255,255,255,0.56); font-size: 0.62rem; text-transform: uppercase; }
.booking-bar input, .booking-bar select {
  width: 100%;
  min-width: 0;
  border: 0;
  color: white;
  background: transparent;
  font: inherit;
  font-size: 0.96rem;
  font-weight: 700;
  text-overflow: ellipsis;
}
.booking-bar button {
  min-width: 0;
  padding: 0 18px;
  border: 0;
  color: var(--forest);
  background: var(--sand);
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: normal;
  cursor: pointer;
}

.intro, .rooms, .stay-details, .experience-band, .services, .dining, .gallery, .location, .nearby, .contact {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
}
.intro {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 70px;
  padding: 95px 0 70px;
}
.intro h2, .section-title h2, .location h2, .contact h2 { margin: 14px 0 22px; }
.outline-btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  margin-top: 24px;
  padding: 0 22px;
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}
.intro-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-content: center;
}
.intro-icons article { text-align: center; }
.intro-icons span { display: block; color: #7d6239; font-size: 2rem; }
.intro-icons strong { display: block; margin: 12px 0 7px; }

.section-title { text-align: center; margin-bottom: 38px; }
.rooms { padding: 35px 0 92px; }
.room-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.room-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  color: white;
  background: var(--forest);
}
.room-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(4,18,14,.82), transparent 55%); }
.room-card span {
  position: absolute; top: 18px; left: 18px; z-index: 2;
  padding: 8px 11px; color: var(--forest); background: var(--sand);
  font-size: 0.62rem; font-weight: 900; text-transform: uppercase;
}
.room-card div { position: absolute; right: 24px; bottom: 24px; left: 24px; z-index: 2; }
.room-card p { margin-top: 10px; color: rgba(255,255,255,0.8); }

.stay-details { padding: 0 0 96px; }
.detail-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.detail-panel {
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 100%;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.66);
}
.package-panel {
  grid-column: span 2;
  background: var(--forest);
  color: white;
}
.detail-panel > span {
  color: #7d6239;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}
.package-panel > span { color: var(--sand); }
.detail-panel h3 {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.25;
}
.package-panel h3 { color: white; }
.detail-panel ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.detail-panel li {
  display: grid;
  grid-template-columns: 7px minmax(0, 1fr);
  column-gap: 12px;
  gap: 4px;
  min-width: 0;
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.45;
}
.detail-panel li::before {
  width: 7px;
  height: 7px;
  margin-top: 9px;
  background: var(--gold);
  content: "";
}
.detail-panel li::before {
  grid-row: 1 / span 2;
}
.detail-panel strong {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}
.detail-panel p {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}
.package-panel > p {
  max-width: 620px;
  color: rgba(255,255,255,0.74);
}
.package-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.package-grid article {
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
}
.package-grid b {
  color: var(--sand);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.package-grid strong {
  display: block;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.16);
  color: white;
  font-size: 1.02rem;
  line-height: 1.25;
}
.package-grid p {
  color: rgba(255,255,255,0.76);
}
.package-grid small {
  color: rgba(255,255,255,0.7);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.45;
}
.package-grid a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  margin-top: 8px;
  padding: 0 16px;
  color: var(--forest);
  background: var(--sand);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.experience-band, .dining, .location, .contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.experience-band { color: white; background: var(--forest); }
.experience-band article, .dining div, .scene-plan, .location div, .contact div { padding: clamp(36px, 6vw, 74px); align-content: center; display: grid; }
.experience-band h2, .contact h2, .scene-plan h2 { color: white; margin: 16px 0 22px; }
.experience-band p:not(.kicker), .contact p, .scene-plan p { color: rgba(255,255,255,0.74); }
.experience-band img, .dining img { min-height: 520px; }
.services { padding: 96px 0 4px; }
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.service-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  border: 1px solid var(--line);
  background: var(--card);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.42);
}
.service-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  filter: brightness(0.55);
}
.service-card:hover img {
  transform: scale(1.06);
  filter: brightness(0.7);
}
.service-card-body {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: end;
  height: 100%;
  min-height: 260px;
  padding: 24px 22px;
  background: linear-gradient(to top, rgba(4,18,8,0.92) 0%, rgba(4,18,8,0.4) 60%, transparent 100%);
}
.service-num {
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.22em;
}
.service-card-body h3 {
  margin-top: 8px;
  color: #fff;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
.dining { margin-top: 92px; background: #efe6d6; }

.gallery { padding: 96px 0; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.gallery-grid img { height: 285px; }

.location { margin-bottom: 0; background: #efe6d6; }
.location iframe { width: 100%; min-height: 520px; border: 0; }

.nearby { padding: 92px 0; }
.nearby-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.nearby article {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.64);
}
.nearby h3 {
  margin-bottom: 24px;
  font-family: 'Inter', Arial, sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 900;
  line-height: 1.25;
}
.nearby dl { display: grid; gap: 16px; margin: 0; }
.nearby dl div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
}
.nearby dt, .nearby dd {
  min-width: 0;
  margin: 0;
  color: var(--ink);
  line-height: 1.35;
}
.nearby dd {
  color: var(--muted);
  font-weight: 800;
  white-space: nowrap;
}

.contact { margin-bottom: 0; color: white; background: var(--forest); }
.contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(34px, 5vw, 64px);
}
.contact-form input, .contact-form textarea, .contact-form select {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.18);
  padding: 15px 16px;
  color: white;
  background: rgba(255,255,255,0.06);
  font: inherit;
}
.contact-form button {
  min-height: 50px;
  border: 0;
  color: var(--forest);
  background: var(--sand);
  font-weight: 900;
  text-transform: uppercase;
}
.form-status { color: var(--sand); }

.whatsapp-float {
  position: fixed;
  left: 26px;
  bottom: 78px;
  z-index: 40;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: white;
  background: #20bf63;
  box-shadow: var(--shadow);
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0;
}
.site-footer {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: center;
  gap: clamp(24px, 5vw, 70px);
  padding: 28px 22px;
  color: white;
  background: var(--forest);
  border-top: 1px solid rgba(255,255,255,0.12);
}
.site-footer p { color: rgba(255,255,255,0.82); text-transform: uppercase; font-size: 0.82rem; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: auto auto 1fr auto; gap: 14px; }
  .menu-button { display: inline-flex; justify-self: center; align-items: center; gap: 10px; }
  .site-nav {
    position: fixed;
    top: 80px;
    right: 18px;
    display: none;
    width: min(350px, calc(100% - 36px));
    padding: 22px 28px;
    background: var(--forest);
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.12); }
  .booking-bar, .intro, .experience-band, .dining, .location, .contact { grid-template-columns: 1fr; }
  .booking-bar { position: relative; right: auto; bottom: auto; left: auto; width: 100%; margin-top: 46px; }
  .room-grid, .gallery-grid, .service-grid, .nearby-grid, .detail-grid { grid-template-columns: 1fr 1fr; }
  .package-panel { grid-column: 1 / -1; }
  .site-footer { grid-template-columns: 1fr 1fr; text-align: center; }
}

@media (max-width: 640px) {
  .site-header { padding: 16px 18px; }
  .brand span { font-size: 1rem; }
  .brand small { font-size: 0.45rem; }
  .language-control span { display: none; }
  .language-control select { width: 92px; max-width: 92px; min-height: 38px; font-size: 0.66rem; }
  .book-button { display: none; }
  .hero { min-height: auto; grid-template-columns: minmax(0, 1fr); padding: 116px 20px 44px; }
  h1 { font-size: clamp(2.7rem, 15vw, 4.2rem); }
  .booking-bar, .room-grid, .gallery-grid, .service-grid, .nearby-grid, .detail-grid, .intro-icons, .site-footer { grid-template-columns: 1fr; }
  .package-grid { grid-template-columns: 1fr; }
  .booking-bar label { border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.13); }
  .booking-bar { max-width: calc(100vw - 40px); justify-self: stretch; }
  .intro, .rooms, .stay-details, .experience-band, .services, .dining, .gallery, .location, .nearby, .contact {
    width: calc(100% - 32px);
  }
  .intro { grid-template-columns: 1fr; gap: 38px; padding-top: 70px; }
  .room-card { min-height: 360px; }
  .experience-band img, .dining img { min-height: 340px; }
  .gallery-grid img { height: 260px; }
  .whatsapp-float { left: 18px; bottom: 24px; }
}

/* Final premium light cream resort cascade. Keep this block last. */
:root {
  --forest: #0e2e22;          /* Dark forest green for headers, booking bar, contact form backgrounds */
  --forest-2: #09231a;        /* Deeper green for booking bar */
  --card: #ffffff;            /* Pure white for clean card backgrounds */
  --card-soft: #faf6ed;       /* Soft warm white card variation */
  --cream: #faf8f3;           /* Premium light cream background of the page */
  --sand: #cdae76;            /* Refined sand/gold */
  --gold: #b69355;            /* Refined gold accent */
  --ink: #0d281e;             /* Dark forest green for text and headings */
  --muted: #52625b;           /* Soft grayish green for secondary/body text */
  --line: rgba(13, 40, 30, 0.12); /* Soft forest border line */
  --shadow: 0 20px 50px rgba(13, 40, 30, 0.05); /* Subtle shadows */
}

body {
  color: var(--ink);
  background: var(--cream);
  font-family: 'Inter', Arial, sans-serif;
}

p { color: var(--muted); }
h2, h3 { color: var(--ink); }
.kicker, .kicker.dark { color: var(--gold); letter-spacing: 0.24em; }

/* Navigation Bar (Slim and Elegant Dark Header) */
.site-header {
  grid-template-columns: auto 1fr auto auto;
  gap: clamp(12px, 1.8vw, 28px);
  padding: 10px clamp(16px, 4vw, 58px);
  background: rgba(5, 20, 14, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(12px);
}

.brand { gap: 10px; }
.brand img { width: 38px; height: 38px; padding: 0; background: transparent; }
.brand span { color: var(--gold); font-family: "Cormorant Garamond", "Playfair Display", serif; font-size: 1.15rem; font-weight: 700; letter-spacing: 0.18em; }
.brand small { color: rgba(240, 236, 227, 0.65); font-size: 0.44rem; letter-spacing: 0.35em; margin-top: 2px; }

.site-nav { gap: clamp(12px, 1.5vw, 28px); }
.site-nav a, .book-button, .menu-button b, .language-control span {
  color: rgba(240, 236, 227, 0.85);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
}
.site-nav a {
  position: relative;
  transition: color 0.3s ease;
}
.site-nav a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.3s ease;
}
.site-nav a:hover::after {
  width: 100%;
}
.site-nav a:hover, .site-nav a:focus-visible { color: var(--gold); }

.language-control select {
  border-color: rgba(255, 255, 255, 0.15);
  color: rgba(240, 236, 227, 0.85);
  background: rgba(255, 255, 255, 0.06);
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 0.64rem;
  letter-spacing: 0.06em;
}

/* Slim Book Button in Navbar */
.book-button {
  min-height: 38px;
  padding: 0 20px;
  border-radius: 4px;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  background: var(--gold);
  color: #fff;
  border: 1px solid var(--gold);
  transition: all 0.3s ease;
}
.book-button:hover {
  background: transparent;
  color: var(--gold);
}

/* General Buttons */
.primary-btn {
  min-height: 48px;
  min-width: 170px;
  padding: 0 24px;
  background: var(--forest);
  color: white;
  border: 1px solid var(--forest);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  font-weight: 800;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.primary-btn:hover {
  background: var(--gold);
  color: white;
  border-color: var(--gold);
}

.outline-btn {
  border: 1px solid var(--line);
  color: var(--ink);
  background: transparent;
  transition: all 0.3s ease;
}
.outline-btn:hover {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
}

.outline-btn.gold {
  width: max-content;
  min-height: 48px;
  padding: 0 28px;
  border: 1px solid var(--gold);
  color: var(--gold);
  background: transparent;
  transition: all 0.3s ease;
}
.outline-btn.gold:hover {
  background: var(--gold);
  color: white;
}

/* Hero Section (Atmospheric Dark Forest Style) */
.hero {
  min-height: 100svh;
  place-items: center;
  align-content: center;
  padding: 110px clamp(22px, 6vw, 86px) 72px;
  text-align: center;
  border-radius: 0 0 20px 20px;
}
.hero-overlay {
  background: linear-gradient(180deg, rgba(4, 18, 14, 0.82), rgba(4, 18, 14, 0.44) 44%, rgba(4, 18, 14, 0.88)), radial-gradient(circle at center, rgba(4, 18, 14, 0.1), rgba(4, 18, 14, 0.8));
}
.hero-content { max-width: 900px; margin: 0 auto; }
.hero-content h1 { margin: 20px 0 22px; font-size: clamp(3.2rem, 6.8vw, 7.2rem); text-shadow: 0 8px 30px rgba(0, 0, 0, 0.35); }
.hero-content p:not(.kicker) { max-width: 680px; margin: 0 auto; color: rgba(240, 236, 227, 0.85); font-size: 1.1rem; }
.hero-actions { justify-content: center; }

/* Booking Bar (Anchoring Dark Section) */
.booking-bar {
  position: relative;
  inset: auto;
  width: min(1160px, 100%);
  margin: 54px auto 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(9, 35, 26, 0.95);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
}
.booking-bar label { border-right-color: rgba(255, 255, 255, 0.12); }
.booking-bar span { color: var(--sand); letter-spacing: 0.16em; }
.booking-bar input, .booking-bar select { color: white; }
.booking-bar button {
  background: var(--gold);
  color: white;
  transition: all 0.3s ease;
}
.booking-bar button:hover {
  background: white;
  color: var(--forest);
}

/* Inner Layout Widths */
.intro, .rooms, .stay-details, .facilities-showcase, .experience-band, .services, .dining, .gallery, .location, .nearby, .policy-section, .contact {
  display: block;
  width: min(1180px, calc(100% - 44px));
  margin-left: auto;
  margin-right: auto;
}

/* Sections & Cards */
.intro { padding: 90px 0 70px; }
.intro-icons article, .detail-panel, .nearby article, .policy-grid article, .facility-grid article {
  border: 1px solid var(--line);
  background: var(--card);
}
.intro-icons article { padding: 30px 20px; }
.intro-icons span, .detail-panel > span, .facility-grid span, .policy-grid span { color: var(--gold); }

.section-title { margin-bottom: 44px; text-align: center; }
.section-title h2 { max-width: 860px; margin-right: auto; margin-left: auto; }

.rooms { padding: 40px 0 90px; }
.room-grid { display: grid; grid-template-columns: 1fr; gap: 32px; }

/* Light Theme Room Card design */
.room-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  color: var(--ink);
  background: var(--card);
  box-shadow: 0 10px 30px rgba(13, 40, 30, 0.03);
}
.room-card::after { content: none; }
.room-card img { min-height: 450px; }
.room-card > div { position: static; display: grid; align-content: center; gap: 20px; padding: clamp(30px, 4vw, 60px); }
.room-card:nth-child(even) img { order: 2; }
.room-card span { position: static; width: max-content; padding: 0; color: var(--gold); background: transparent; font-size: 0.8rem; letter-spacing: 0.24em; }
.room-card h3 { font-size: clamp(1.8rem, 2.5vw, 2.8rem); color: var(--ink); }
.room-card p { max-width: 620px; margin-top: 0; color: var(--muted); font-size: 0.98rem; }

/* Light Theme Room Tags */
.room-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.room-tags li {
  padding: 8px 12px;
  border: 1px solid var(--line);
  color: var(--muted);
  background: var(--cream);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Stay Details Section styling */
.detail-grid { grid-template-columns: 1fr; }
.detail-panel { background: var(--card); color: var(--ink); }
.detail-panel h3, .detail-panel li, .detail-panel dt, .detail-panel dd { color: var(--ink); }

/* Keep package panel as an elegant dark green visual spotlight */
.package-panel {
  grid-column: 1 / -1;
  background: var(--forest);
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
}
.package-panel > span { color: var(--sand); }
.package-panel h3 { color: white; }
.package-panel > p { color: rgba(255, 255, 255, 0.74); }
.package-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.package-grid article {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.package-grid b { color: var(--sand); }
.package-grid strong { color: white; border-bottom-color: rgba(255, 255, 255, 0.12); }
.package-grid p { color: rgba(255, 255, 255, 0.7); }
.package-grid small { color: rgba(255, 255, 255, 0.6); }
.package-grid a {
  background: var(--gold);
  color: white;
  border: 1px solid var(--gold);
  transition: all 0.3s ease;
}
.package-grid a:hover {
  background: white;
  color: var(--forest);
  border-color: white;
}

/* Facilities */
.facilities-showcase { padding: 0 0 90px; }
.wide-photo { height: clamp(260px, 30vw, 480px); margin-bottom: 40px; border: 1px solid var(--line); }
.facility-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.facility-grid article, .policy-grid article { display: grid; gap: 12px; min-height: 200px; padding: clamp(22px, 2.5vw, 36px); }
.facility-grid h3, .policy-grid h3 { font-family: 'Inter', Arial, sans-serif; font-size: 1.1rem; font-weight: 800; line-height: 1.25; }

/* Elegant Visual Break: Experience Band stays dark forest green */
.experience-band {
  border: none;
  background: var(--forest);
  color: rgba(255, 255, 255, 0.9);
}
.experience-band h2 { color: white; }
.experience-band p:not(.kicker) { color: rgba(255, 255, 255, 0.74); }

/* Other Sections */
.services { padding: 90px 0 80px; }
.service-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: unset;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--card);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-card img {
  position: static;
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.5s ease;
  filter: none;
}
.service-card:hover img {
  transform: scale(1.04);
  filter: none;
}
.service-card-body {
  position: static;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: stretch;
  height: auto;
  min-height: unset;
  padding: 20px;
  background: var(--card);
  flex-grow: 1;
}
.service-card-body h3 {
  color: var(--ink);
  font-family: 'Inter', Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 4px;
}

.dining, .location { margin-top: 0; border: 1px solid var(--line); background: var(--card); }
.dining h2, .location h2 { color: var(--ink); }
.dining p, .location p { color: var(--muted); }

.gallery { padding: 90px 0; }
.gallery-grid img { height: 320px; border: 1px solid var(--line); }

.nearby { padding: 90px 0; }
.nearby-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 30px; }
.nearby-card-grid article { background: var(--card); }
.nearby-card-grid div { padding: 24px; }
.nearby-card-grid h3 { font-size: 1.02rem; font-weight: 800; color: var(--ink); }
.nearby-grid article { background: var(--card); }
.nearby dt { color: var(--ink); }
.nearby dd { color: var(--gold); }

.policy-section { padding: 0 0 90px; }
.policy-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 980px; margin: 0 auto; }

/* Contact Section (Dark Green for Visual Closure before footer) */
.contact {
  border: none;
  background: var(--forest);
  color: rgba(255, 255, 255, 0.9);
}
.contact h2 { color: white; }
.contact p { color: rgba(255, 255, 255, 0.74); }
.contact-form input, .contact-form textarea, .contact-form select {
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: white;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}
.contact-form button {
  background: var(--gold);
  color: white;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.contact-form button:hover {
  background: white;
  color: var(--forest);
}

.site-footer {
  background: var(--forest-2);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* Footer Social Media Links */
.footer-social {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
  text-decoration: none;
}
.social-link svg {
  width: 20px;
  height: 20px;
}
.social-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  color: #fff;
}
.social-facebook:hover {
  background: #1877F2;
}
.social-instagram:hover {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}
.social-whatsapp:hover {
  background: #25D366;
}
.social-tiktok:hover {
  background: #010101;
  color: #25F4EE;
  box-shadow: 0 6px 20px rgba(37, 244, 238, 0.25);
}

.footer-credit {
  grid-column: 1 / -1;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.38);
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.footer-credit a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-credit a:hover {
  color: #fff;
}


/* Media Queries */
@media (max-width: 1180px) {
  .site-header { grid-template-columns: auto auto 1fr auto; padding: 10px 16px; }
  .menu-button { display: inline-flex; align-items: center; gap: 8px; }
  .site-nav {
    position: fixed;
    top: 58px;
    right: 16px;
    display: none;
    width: min(350px, calc(100% - 32px));
    padding: 20px 24px;
    background: rgba(5, 20, 14, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 12px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
  .booking-bar { grid-template-columns: repeat(3, 1fr); margin-top: 36px; }
  .booking-bar button { min-height: 56px; }
}

@media (max-width: 980px) {
  .room-card, .intro, .experience-band, .dining, .location, .contact { grid-template-columns: 1fr; }
  .room-card:nth-child(even) img { order: 0; }
  .room-card img { min-height: 320px; height: 320px; }
  .detail-grid, .facility-grid, .service-grid, .nearby-card-grid, .nearby-grid, .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .package-panel { grid-column: 1 / -1; }
  .package-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer { grid-template-columns: 1fr 1fr; text-align: center; }
}

@media (max-width: 640px) {
  .site-header { padding: 8px 12px; }
  .brand img { width: 32px; height: 32px; }
  .brand span { font-size: 0.95rem; max-width: 140px; letter-spacing: 0.14em; }
  .brand small { font-size: 0.4rem; letter-spacing: 0.25em; }
  .site-nav { top: 48px; }
  .language-control select { padding: 4px 8px; font-size: 0.6rem; }
  .hero { padding: 100px 16px 36px; }
  .hero-content h1 { font-size: clamp(2.4rem, 12vw, 3.8rem); }
  .booking-bar, .detail-grid, .facility-grid, .service-grid, .nearby-card-grid, .nearby-grid, .policy-grid, .gallery-grid, .site-footer { grid-template-columns: 1fr; }
  .package-grid { grid-template-columns: 1fr; }
  .booking-bar label { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
  .room-card img { min-height: 260px; height: 260px; }
  .room-card > div { padding: 24px 18px; }
  .room-tags li { font-size: 0.62rem; }
  .experience-band img, .dining img { min-height: 280px; height: 280px; }
  .location iframe { min-height: 320px; height: 320px; }
  .intro, .rooms, .stay-details, .facilities-showcase, .experience-band, .services, .dining, .gallery, .location, .nearby, .policy-section, .contact { width: calc(100% - 24px); }
  .footer-social { gap: 14px; margin-top: 16px; padding-top: 14px; }
  .social-link { width: 38px; height: 38px; }
  .social-link svg { width: 18px; height: 18px; }
  .footer-credit { font-size: 0.65rem; margin-top: 10px; padding-top: 10px; }
}

/* Final polish for requested sections and mobile readability. */
.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.line-icon {
  width: 30px;
  height: 30px;
  color: var(--gold);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.intro-icons span,
.facility-grid span,
.policy-grid span,
.service-num {
  display: none;
}

.intro-icons article,
.facility-grid article,
.policy-grid article,
.feedback-grid article,
.why-grid article {
  justify-items: center;
  text-align: center;
}

.booking-bar {
  grid-template-columns: minmax(130px, 1fr) minmax(130px, 1fr) minmax(130px, 0.9fr) minmax(130px, 0.9fr) minmax(100px, 0.7fr) minmax(130px, 1fr) minmax(130px, 1fr) minmax(150px, 0.9fr);
}

.booking-bar button {
  min-height: 100%;
}

.room-card {
  color: var(--ink);
}

.room-card > div {
  background: var(--card);
}

.room-card h3,
.room-card p,
.room-details dt,
.room-details dd {
  text-shadow: none;
}

.room-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.room-details div {
  position: static;
  inset: auto;
  padding: 12px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.room-details dt,
.room-details dd {
  margin: 0;
  line-height: 1.35;
}

.room-details dt {
  color: var(--gold);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.room-details dd {
  margin-top: 4px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 700;
}

.nearby .section-title p:not(.kicker) {
  max-width: 760px;
  margin: 14px auto 0;
}

.nearby-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.nearby-card-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--card);
}

.nearby-card-grid img {
  height: 200px;
  object-fit: cover;
}

.nearby-card-grid div {
  min-height: 220px;
}

.nearby-card-grid h3 {
  margin-bottom: 12px;
  color: var(--ink);
}

.feedback-section,
.why-section {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 0 0 90px;
}

.feedback-grid,
.why-grid {
  display: grid;
  gap: 18px;
}

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

.why-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.feedback-grid article,
.why-grid article {
  display: grid;
  gap: 14px;
  align-content: center;
  min-height: 180px;
  padding: 28px 20px;
  border: 1px solid var(--line);
  background: var(--card);
}

.feedback-grid p {
  color: var(--muted);
  font-weight: 700;
}

.why-grid h3 {
  font-family: 'Inter', Arial, sans-serif;
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.25;
}

.floating-actions {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 45;
  display: grid;
  gap: 12px;
}

.floating-actions .whatsapp-float,
.floating-actions .call-float {
  position: static;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: var(--shadow);
}

.floating-actions .whatsapp-float {
  color: white;
  background: #1aa157;
}

.floating-actions .whatsapp-float svg {
  display: block;
  flex-shrink: 0;
}

.floating-actions .call-float {
  color: white;
  background: var(--forest);
  border: 1px solid var(--gold);
}

.floating-actions .call-float .line-icon {
  width: 24px;
  height: 24px;
  color: var(--gold);
}

@media (max-width: 1180px) {
  .booking-bar {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

@media (max-width: 980px) {
  .nearby-card-grid,
  .feedback-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .booking-bar,
  .nearby-card-grid,
  .feedback-grid,
  .why-grid,
  .room-details {
    grid-template-columns: 1fr;
  }

  .nearby-card-grid div {
    min-height: 0;
  }

  .feedback-section,
  .why-section {
    width: calc(100% - 24px);
    padding-bottom: 70px;
  }

  .floating-actions {
    right: 16px;
    bottom: 16px;
  }

  .floating-actions .whatsapp-float,
  .floating-actions .call-float {
    width: 50px;
    height: 50px;
  }
}
