:root {
  color: #17201b;
  background: #fbfaf6;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* Shared page styles are appended below the original homepage rules. */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

.hero {
  position: relative;
  min-height: 92vh;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}

.hero__backdrop {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(22, 39, 32, 0.84), rgba(16, 28, 23, 0.42)),
    url("/images/Banner.jpeg")
      center ;
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 42%;
  content: "";
  background: linear-gradient(0deg, rgba(16, 28, 23, 0.66), transparent);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0;
}

.brand,
.nav__links {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
}

.brand__logo {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  aspect-ratio: 1;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.nav__links {
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.nav__links a {
  min-width: 76px;
  padding: 10px 14px;
  border-radius: 999px;
  text-align: center;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.88);
}

.nav__links a:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.hero__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 42px;
  align-items: end;
  width: min(1160px, calc(100% - 32px));
  margin: 12vh auto 0;
}

.hero__copy {
  max-width: 680px;
  padding-bottom: 26px;
}

.eyebrow,
.section-kicker,
.panel-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(4.3rem, 11vw, 7.8rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.hero__copy p {
  max-width: 610px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.12rem;
  line-height: 1.7;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  gap: 10px;
  padding: 13px 18px;
  border: 0;
  border-radius: 8px;
  font-weight: 800;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  color: #132019;
  background: #f3c866;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
}

.button--ghost {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(12px);
}

.button--whatsapp {
  width: 100%;
  color: #fff;
  background: #1f9d5c;
  box-shadow: 0 16px 34px rgba(31, 157, 92, 0.28);
}

.button--review {
  color: #fff;
  background: #17201b;
  box-shadow: 0 14px 30px rgba(23, 32, 27, 0.18);
  white-space: nowrap;
}

.booking-panel {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.booking-panel h2 {
  margin-bottom: 2px;
  font-size: 1.7rem;
}

.booking-panel label {
  display: grid;
  gap: 7px;
}

.booking-panel label span {
  font-size: 0.85rem;
  font-weight: 800;
}

.booking-panel input {
  width: 100%;
  min-height: 48px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: #17201b;
  background: rgba(255, 255, 255, 0.92);
}

.hero__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  width: min(1160px, calc(100% - 32px));
  margin: 56px auto 32px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(14px);
}

.stat {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  gap: 10px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
}

.section,
.gallery-section,
.rooms-section,
.amenity-section,
.reviews-section,
.closing {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.section--intro {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 54px;
  padding: 86px 0 64px;
}

.section-kicker {
  margin-bottom: 12px;
  color: #b06b30;
}

.section--intro h2,
.section-heading h2,
.closing h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.section--intro p {
  margin: 34px 0 0;
  color: #53635a;
  font-size: 1.05rem;
  line-height: 1.8;
}

.gallery-section,
.rooms-section,
.amenity-section,
.reviews-section {
  padding: 58px 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.section-heading h2 {
  max-width: 690px;
}

.gallery {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  grid-auto-rows: 220px;
  gap: 12px;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.gallery img:first-child,
.gallery img:nth-child(5) {
  grid-row: span 2;
}

.gallery img:nth-child(3) {
  grid-column: span 1;
}

.rooms-layout {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.room-tabs {
  display: grid;
  gap: 8px;
  position: sticky;
  top: 16px;
}

.room-tab {
  display: grid;
  gap: 6px;
  width: 100%;
  min-height: 86px;
  padding: 16px;
  border: 1px solid #e5e0d4;
  border-radius: 8px;
  color: #17201b;
  text-align: left;
  background: #fff;
}

.room-tab span {
  font-weight: 900;
}

.room-tab small {
  color: #68786f;
  line-height: 1.45;
}

.room-tab--active {
  border-color: #1f6f51;
  color: #fff;
  background: #1f6f51;
  box-shadow: 0 14px 34px rgba(31, 111, 81, 0.24);
}

.room-tab--active small {
  color: rgba(255, 255, 255, 0.82);
}

.room-detail {
  overflow: hidden;
  border: 1px solid #e5e0d4;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(23, 32, 27, 0.08);
}

.room-banner {
  position: relative;
  min-height: 380px;
}

.room-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room-banner::after {
  position: absolute;
  inset: auto 0 0;
  height: 50%;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.55), transparent);
}

.room-banner__label {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: calc(100% - 36px);
  padding: 10px 12px;
  border-radius: 8px;
  color: #fff;
  background: rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(12px);
  font-weight: 900;
}

.room-detail__body {
  display: grid;
  gap: 22px;
  padding: 26px;
}

.room-detail__body h3 {
  margin-bottom: 8px;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.05;
}

.room-detail__body p {
  max-width: 720px;
  margin-bottom: 0;
  color: #53635a;
  line-height: 1.75;
}

.room-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.room-meta div {
  display: grid;
  gap: 7px;
  padding: 16px;
  border-radius: 8px;
  background: #f5f3ec;
}

.room-meta svg {
  color: #1f6f51;
}

.room-meta span {
  color: #68786f;
  font-size: 0.86rem;
  font-weight: 800;
}

.room-meta strong {
  line-height: 1.35;
}

.amenities h4 {
  margin-bottom: 12px;
  font-size: 1rem;
}

.amenities div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.amenities span {
  padding: 9px 11px;
  border-radius: 999px;
  color: #234333;
  background: #e8f2ea;
  font-size: 0.9rem;
  font-weight: 800;
}

.room-cta {
  justify-self: start;
}

.amenity-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.amenity-card {
  display: grid;
  min-height: 118px;
  place-items: center;
  gap: 10px;
  padding: 18px 12px;
  border: 1px solid #e5e0d4;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  font-weight: 900;
}

.amenity-card svg {
  color: #b06b30;
}

.reviews-section {
  padding-top: 64px;
}

.reviews-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 18px;
  align-items: start;
}

.review-feature,
.review-card {
  border: 1px solid #e5e0d4;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 54px rgba(23, 32, 27, 0.07);
}

.review-feature {
  position: sticky;
  top: 16px;
  display: grid;
  gap: 18px;
  min-height: 330px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(245, 243, 236, 0.94)),
    url("/images/cabin-swing-view.jpeg") center / cover;
}

#featuredReview {
  display: grid;
  gap: 14px;
}

.review-feature p,
.review-card p {
  margin-bottom: 0;
  color: #435249;
  font-size: 1.02rem;
  line-height: 1.7;
}

.review-feature strong,
.review-card strong {
  color: #17201b;
}

.review-refresh {
  justify-self: start;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid #d9d1c1;
  border-radius: 8px;
  color: #17201b;
  background: #fff;
  font-weight: 900;
}

.review-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.review-card {
  display: grid;
  gap: 14px;
  min-height: 210px;
  padding: 20px;
}

.review-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #68786f;
  font-size: 0.86rem;
  font-weight: 900;
}

.closing {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: 54px;
  margin-bottom: 60px;
  padding: 30px;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(31, 111, 81, 0.96), rgba(23, 32, 27, 0.86)),
    url("https://images.unsplash.com/photo-1551882547-ff40c63fe5fa?auto=format&fit=crop&w=1600&q=85")
      center / cover;
}

.closing .section-kicker {
  color: #f3c866;
}

.closing h2 {
  max-width: 760px;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
}

.closing .button {
  width: auto;
  white-space: nowrap;
}

footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 26px max(16px, calc((100vw - 1160px) / 2));
  color: #53635a;
  background: #f0ece2;
  font-size: 0.95rem;
}

footer > span:first-child {
  color: #17201b;
  font-weight: 900;
}

.stars {
  display: inline-flex;
  gap: 2px;
  color: #b06b30;
}

@media (max-width: 900px) {
  .nav {
    align-items: flex-start;
    gap: 16px;
  }

  .nav__links {
    overflow-x: auto;
    max-width: 58vw;
  }

  .hero__content,
  .section--intro,
  .rooms-layout,
  .reviews-layout,
  .closing {
    grid-template-columns: 1fr;
  }

  .hero__content {
    margin-top: 7vh;
  }

  .booking-panel {
    max-width: 520px;
  }

  .hero__stats,
  .room-meta,
  .amenity-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .room-tabs {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .review-feature {
    position: static;
  }

  .closing .button {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .hero {
    min-height: auto;
  }

  .nav {
    width: min(100% - 24px, 1160px);
    padding-top: 14px;
  }

  .brand span:last-child {
    display: none;
  }

  .nav__links {
    max-width: calc(100vw - 88px);
  }

  .nav__links a {
    min-width: auto;
    padding: 9px 11px;
    font-size: 0.86rem;
  }

  .hero__content,
  .hero__stats,
  .section,
  .gallery-section,
  .rooms-section,
  .amenity-section,
  .reviews-section,
  .closing {
    width: min(100% - 24px, 1160px);
  }

  h1 {
    font-size: clamp(4.3rem, 22vw, 6.2rem);
  }

  .hero__copy p {
    font-size: 1rem;
  }

  .button,
  .room-cta {
    width: 100%;
  }

  .hero__stats,
  .gallery,
  .room-tabs,
  .room-meta,
  .review-list,
  .amenity-grid {
    grid-template-columns: 1fr;
  }

  .gallery {
    grid-auto-rows: 230px;
  }

  .gallery img:first-child,
  .gallery img:nth-child(5) {
    grid-row: span 1;
  }

  .section--intro {
    padding-top: 58px;
  }

  .section-heading {
    display: block;
  }

  .room-banner {
    min-height: 290px;
  }

  .room-detail__body {
    padding: 20px;
  }

  .closing {
    padding: 22px;
  }
}

/* Mobile-first experience overrides */
body {
  overflow-x: hidden;
  background: #fbfaf6;
}

:focus-visible {
  outline: 3px solid #f3c866;
  outline-offset: 3px;
}

.hero {
  min-height: auto;
}

.hero__backdrop {
  background:
    linear-gradient(180deg, rgba(16, 31, 24, 0.72), rgba(16, 28, 23, 0.86)),
    url("/images/Banner.jpeg") center 42% / cover no-repeat;
}

.nav,
.hero__content,
.hero__stats,
.section,
.gallery-section,
.rooms-section,
.amenity-section,
.reviews-section,
.closing {
  width: calc(100% - 32px);
}

.nav {
  position: relative;
  align-items: center;
  padding: 14px 0;
}

.brand span {
  display: inline;
  font-size: 0.95rem;
}

.brand__logo {
  width: 42px;
  height: 42px;
}

.nav__links {
  max-width: none;
  padding: 3px;
}

.nav__links a {
  min-width: auto;
  padding: 8px 9px;
  font-size: 0.78rem;
}

.hero__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-top: 8vh;
}

.hero__copy {
  padding-bottom: 0;
}

h1 {
  margin-bottom: 16px;
  font-size: clamp(3.5rem, 19vw, 5.5rem);
}

.hero__copy p {
  margin-bottom: 24px;
  font-size: 1rem;
  line-height: 1.6;
}

.hero__actions,
.hero__actions .button,
.room-cta {
  width: 100%;
}

.booking-panel {
  gap: 12px;
  max-width: none;
  padding: 18px;
  background: rgba(255, 255, 255, 0.18);
}

.booking-panel input,
.button {
  min-height: 50px;
}

.hero__stats {
  grid-template-columns: repeat(2, 1fr);
  margin: 28px auto 18px;
}

.stat {
  min-height: 58px;
  padding: 10px 8px;
  text-align: center;
  font-size: 0.82rem;
}

.section--intro,
.rooms-layout,
.reviews-layout,
.closing {
  grid-template-columns: 1fr;
}

.section--intro {
  gap: 20px;
  padding: 52px 0 30px;
}

.section--intro p {
  margin-top: 0;
}

.gallery-section,
.rooms-section,
.amenity-section,
.reviews-section {
  padding: 38px 0;
}

.section-heading {
  display: block;
  margin-bottom: 20px;
}

.section--intro h2,
.section-heading h2,
.closing h2 {
  font-size: clamp(1.8rem, 9vw, 2.5rem);
  line-height: 1.12;
}

.room-tabs {
  position: static;
  display: flex;
  gap: 10px;
  margin: 0 -16px;
  padding: 0 16px 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.room-tab {
  flex: 0 0 78vw;
  min-height: 92px;
  scroll-snap-align: start;
}

.room-banner {
  min-height: 250px;
}

.room-detail__body {
  padding: 18px;
}

.room-meta,
.amenity-grid {
  grid-template-columns: 1fr 1fr;
}

.gallery {
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 165px;
  gap: 8px;
}

.gallery img:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery img:nth-child(5) {
  grid-row: span 1;
}

.review-list {
  grid-template-columns: 1fr;
}

.review-feature {
  position: static;
}

.button--review {
  width: 100%;
  margin-top: 16px;
}

.closing {
  gap: 18px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 22px;
}

.closing .button {
  width: 100%;
}

footer {
  justify-content: center;
  text-align: center;
}

@media (min-width: 640px) {
  .hero__actions,
  .hero__actions .button,
  .room-cta {
    width: auto;
  }

  .booking-panel {
    grid-template-columns: repeat(2, 1fr);
  }

  .booking-panel > div,
  .booking-panel .button {
    grid-column: 1 / -1;
  }

  .room-tab {
    flex-basis: 310px;
  }

  .gallery {
    grid-auto-rows: 220px;
  }

  .review-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 901px) {
  .nav,
  .hero__content,
  .hero__stats,
  .section,
  .gallery-section,
  .rooms-section,
  .amenity-section,
  .reviews-section,
  .closing {
    width: min(1160px, calc(100% - 48px));
  }

  .hero {
    min-height: 92vh;
  }

  .hero__content {
    grid-template-columns: minmax(0, 1fr) 370px;
    gap: 42px;
    align-items: end;
    margin-top: 12vh;
  }

  .booking-panel {
    grid-template-columns: 1fr;
  }

  .booking-panel > div,
  .booking-panel .button {
    grid-column: auto;
  }

  .hero__stats {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 56px;
  }

  .section--intro {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 54px;
    padding: 86px 0 64px;
  }

  .section--intro p {
    margin-top: 34px;
  }

  .rooms-layout {
    grid-template-columns: 330px minmax(0, 1fr);
  }

  .room-tabs {
    position: sticky;
    top: 16px;
    display: grid;
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  .room-tab {
    width: 100%;
  }

  .room-banner {
    min-height: 380px;
  }

  .gallery {
    grid-template-columns: 1.2fr 0.8fr 1fr;
  }

  .gallery img:first-child {
    grid-column: auto;
  }

  .gallery img:first-child,
  .gallery img:nth-child(5) {
    grid-row: span 2;
  }

  .reviews-layout {
    grid-template-columns: 0.85fr 1.15fr;
  }

  .review-feature {
    position: sticky;
  }

  .button--review {
    width: auto;
    margin-top: 0;
  }

  .closing {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .closing .button {
    width: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Static multipage site: retain the forest-green and gold visual identity. */
body { overflow-x: visible; line-height: 1.6; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #173f30; outline-offset: 4px; box-shadow: 0 0 0 6px #fff; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 12px 20px; color: #fff; background: #173f30; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { color: #fff; background: #173f30; }
.site-header .nav { gap: 20px; flex-wrap: wrap; }
.site-header .brand span { display: inline; }
.site-header .nav__links { flex-wrap: wrap; max-width: 100%; border: 0; padding: 0; border-radius: 0; background: transparent; backdrop-filter: none; overflow: visible; }
.site-header .nav__links a { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 12px; color: #fff; font-size: .95rem; }
.site-header a[aria-current="page"] { color: #173f30; background: #f3c866; }
.hero { min-height: auto; padding-top: 1px; padding-bottom: 1px; }
.hero__backdrop { background: #173f30; }
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.hero__backdrop::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10, 28, 19, .86), rgba(10, 28, 19, .55)); }
.hero__content { margin-top: 54px; align-items: center; }
.hero__copy p { color: #fff; }
.hero .eyebrow { color: #fff; background: #173f30; font-size: .875rem; }
.hero .booking-panel { background: #173f30; backdrop-filter: none; box-shadow: none; }
.hero__stats { background: #173f30; backdrop-filter: none; }
.button--ghost { background: #173f30; backdrop-filter: none; }
.button--whatsapp { color: #fff; background: #166d40; box-shadow: none; }
.button--whatsapp:hover { background: #105332; }
.section-kicker { color: #825022; font-size: .875rem; }
.panel-label { font-size: .875rem; }
.page-section { padding-top: 42px; padding-bottom: 42px; }
.page-section > .button { margin-top: 24px; margin-right: 12px; }
.page-heading { padding-top: 30px; padding-bottom: 22px; }
.page-heading h1 { max-width: 960px; font-size: clamp(2.25rem, 6vw, 4.5rem); line-height: 1.1; overflow-wrap: break-word; }
.page-heading > p { max-width: 760px; color: #43574b; font-size: 1.125rem; }
.breadcrumbs { margin-bottom: 32px; font-size: .9rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px 12px; padding: 0; list-style: none; }
.breadcrumbs li { display: inline-flex; align-items: center; gap: 12px; }
.breadcrumbs li + li::before { content: '/'; color: #53635a; }
.breadcrumbs a { display: inline-flex; min-height: 44px; align-items: center; text-decoration: underline; text-underline-offset: 4px; }
.page-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.page-card { padding: 26px; border: 1px solid #d8ddd6; border-radius: 8px; background: #fff; min-width: 0; }
.page-card h3 { font-size: 1.35rem; line-height: 1.3; }
.page-card p { color: #43574b; }
.page-card > a:not(.button), .prose a:not(.button), .source-note a { display: inline-block; min-height: 32px; text-decoration: underline; text-underline-offset: 4px; color: #174b32; font-weight: 650; }
.page-card h3 a { display: block; padding: 4px 0; }
.room-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.room-cards img, .room-photo-pending { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; height: auto; margin-bottom: 24px; border-radius: 5px; }
.room-photo-pending { display: grid; place-items: center; padding: 24px; background: #e9eee9; color: #43574b; }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 40px; align-items: start; }
.detail-layout > img { width: 100%; height: auto; max-height: 640px; object-fit: cover; border-radius: 8px; }
.prose { max-width: 800px; }
.prose h2 { margin: 0 0 16px; font-size: clamp(1.5rem, 3vw, 2rem); line-height: 1.25; }
.prose section { margin-bottom: 32px; }
.prose p, .prose li { color: #43574b; line-height: 1.85; }
.prose li { margin-bottom: 12px; }
.prose > h2:not(:first-child) { margin-top: 32px; }
.stay-aside { padding: 24px; background: #e9eee9; border-radius: 8px; }
.stay-aside img { width: 100%; height: auto; border-radius: 5px; margin-bottom: 24px; }
.stay-aside h2 { font-size: 1.5rem; }
.booking-panel--light { color: #17201b; background: #e9eee9; border: 1px solid #ccd5cb; box-shadow: none; backdrop-filter: none; max-width: none; }
.booking-panel label { display: grid; gap: 6px; font-size: .95rem; font-weight: 650; }
.booking-panel select, .booking-panel textarea, .booking-panel input { width: 100%; min-height: 48px; padding: 10px 12px; font: inherit; color: #17201b; background: #fff; border: 1px solid #76867b; border-radius: 6px; }
.booking-panel textarea { resize: vertical; }
.booking-note { font-size: .9rem; line-height: 1.6; margin: 0; }
.booking-panel > * { min-width: 0; }
.closing { background: #173f30; }
.closing .button { white-space: normal; }
.site-footer { display: grid; grid-template-columns: 1.2fr 1fr 1.2fr 1.2fr; align-items: start; gap: 32px; padding-top: 44px; padding-bottom: 44px; text-align: left; }
.site-footer nav { display: flex; flex-direction: column; align-items: flex-start; }
.site-footer h2 { font-size: 1rem; color: #173f30; margin-bottom: 12px; }
.site-footer a { display: inline-flex; min-height: 44px; align-items: center; padding: 5px 0; text-decoration: underline; text-underline-offset: 4px; }
.footer-brand strong { color: #173f30; font-size: 1.4rem; }
.footer-brand p { margin-top: 12px; }
.room-tab small { color: #53635a; font-size: .875rem; }
.room-tab--active small { color: #fff; }
.room-tab { flex-shrink: 0; }
.room-detail { min-width: 0; }
.amenity-pills { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; list-style: none; margin: 20px 0; }
.amenity-pills li { padding: 7px 12px; color: #173f30; background: #e9eee9; border-radius: 6px; font-size: .9rem; }
.room-carousel { min-width: 0; overflow: hidden; border-radius: 8px; background: #e9eee9; }
.carousel-track { position: relative; display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; width: 100%; }
.carousel-slide { position: relative; flex: 0 0 100%; min-width: 0; margin: 0; scroll-snap-align: start; scroll-snap-stop: always; }
.carousel-slide img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: contain; background: #ede9e1; }
.carousel-slide figcaption { position: absolute; bottom: 0; left: 0; right: 0; padding: 8px 12px; background: #173f30; color: #fff; text-align: center; font-size: .875rem; }
.carousel-controls { display: flex; justify-content: space-between; align-items: center; gap: 8px; padding: 12px; }
.carousel-controls button { min-height: 44px; padding: 8px 12px; border: 1px solid #526c5d; border-radius: 6px; color: #173f30; background: #fff; }
.carousel-controls button:disabled { color: #53635a; background: #e9eee9; cursor: default; }
.carousel-controls [role="status"] { min-width: 42px; text-align: center; color: #173f30; font-size: .9rem; }
@media (max-width: 900px) {
  .page-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .detail-layout { grid-template-columns: 1fr; gap: 24px; }
  .site-footer { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero__content { margin-top: 32px; }
}
@media (max-width: 620px) {
  .site-header .nav { gap: 10px; }
  .site-header .nav__links { width: 100%; gap: 2px; justify-content: space-between; }
  .site-header .nav__links a { padding: 8px; font-size: .875rem; }
  .page-grid, .room-cards, .site-footer { grid-template-columns: 1fr; }
  .page-card { padding: 20px; }
  .page-section { padding-top: 28px; padding-bottom: 28px; }
  .page-heading { padding-top: 20px; }
  .breadcrumbs { margin-bottom: 20px; }
  .carousel-controls button { padding: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}

/* Property moments retain the full framing of guest photography. */
.property-moments { columns: 3; column-gap: 20px; margin: 24px 0; }
.property-moments figure { margin: 0 0 20px; break-inside: avoid; display: inline-block; width: 100%; }
.property-moments img { display: block; width: 100%; height: auto; border-radius: 14px; }
.property-moments figcaption { padding: 10px 2px 4px; font-size: 0.95rem; line-height: 1.5; }
@media (max-width: 900px) { .property-moments { columns: 2; } }
@media (max-width: 599px) { .property-moments { columns: 1; } }
