/* thai 300 */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/kanit-300-thai.woff2') format('woff2');
  unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC;
}
/* latin 300 */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/kanit-300-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* thai 500 */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/kanit-500-thai.woff2') format('woff2');
  unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC;
}
/* latin 500 */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/kanit-500-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* thai 600 */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/kanit-600-thai.woff2') format('woff2');
  unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC;
}
/* latin 600 */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/kanit-600-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* thai 700 */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/kanit-700-thai.woff2') format('woff2');
  unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC;
}
/* latin 700 */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/kanit-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --color-forest: #3F5B44;
  --color-forest-dark: #2C4232;
  --color-moss: #7C9473;
  --color-sand: #F3EDE1;
  --color-clay: #B98A5D;
  --color-clay-text: #8B5E28;
  --color-clay-light: #D4A76A;
  --color-charcoal: #2E2A22;
  --color-line: #06C755;
  --color-line-dark: #05a648;
  --font-heading: "Kanit", sans-serif;
  --font-body: "Kanit", sans-serif;
  --radius: 12px;
  --shadow-card: 0 10px 30px rgba(46, 42, 34, 0.1);
  --header-height: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--color-charcoal);
  background: var(--color-sand);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: var(--font-heading); margin: 0 0 .5em; color: var(--color-forest-dark); }
strong, b { font-weight: 700; }
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; list-style: none; }
button { font-family: inherit; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }

.skip-link {
  position: absolute; left: -9999px; top: 0; background: #fff; color: var(--color-forest);
  padding: 10px 16px; z-index: 200; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap;
}

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 26px; border-radius: 999px; font-weight: 600; font-size: .98rem;
  border: 2px solid transparent; transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn__icon { width: 20px; height: 20px; flex-shrink: 0; }
.btn--line { background: var(--color-line); color: var(--color-forest-dark); box-shadow: 0 8px 20px rgba(6,199,85,.35); }
.btn--line:hover { background: var(--color-line-dark); }
.btn--airbnb { background: #E31C5F; color: #fff; box-shadow: 0 8px 20px rgba(227,28,95,.35); }
.btn--airbnb:hover { background: #C4174E; }
.btn--outline { background: transparent; border-color: rgba(255,255,255,.85); color: #fff; }
.btn--outline:hover { background: rgba(255,255,255,.12); }
.btn--lg { padding: 16px 32px; font-size: 1.05rem; }

/* on light backgrounds, outline needs dark variant */
.booking-cta .btn--outline, .footer .btn--outline {
  border-color: var(--color-forest); color: var(--color-forest);
}
.booking-cta .btn--outline:hover { background: var(--color-forest); color: #fff; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 100; background: rgba(243,237,225,.92); backdrop-filter: blur(6px);
  box-shadow: 0 1px 0 rgba(46,42,34,.08);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: var(--header-height); gap: 20px; }
.nav__brand { display: flex; align-items: center; }
.nav__logo { height: 56px; width: auto; }
.nav__toggle {
  display: none; flex-direction: column; justify-content: center; gap: 5px; background: none; border: none;
  width: 40px; height: 40px; cursor: pointer;
}
.nav__toggle-line { width: 100%; height: 2px; background: var(--color-forest-dark); border-radius: 2px; }
.nav__menu { display: flex; align-items: center; gap: 28px; }
.nav__link { font-weight: 500; color: var(--color-charcoal); padding: 6px 2px; border-bottom: 2px solid transparent; }
.nav__link:hover { border-color: var(--color-clay); }
.nav__link--phone {
  background: var(--color-forest); color: #fff; padding: 9px 18px; border-radius: 999px; border: none; white-space: nowrap;
}
.nav__link--phone:hover { background: var(--color-forest-dark); }
.nav__link--lang { border: 1px solid rgba(63,91,68,.3); border-radius: 999px; padding: 5px 12px; font-size: .85rem; font-weight: 700; }
.nav__link--lang:hover { background: var(--color-sand); border-color: transparent; }

/* Hero */
.hero { position: relative; min-height: 92vh; display: flex; align-items: flex-end; overflow: hidden; color: #fff; }
.hero__slider { position: absolute; inset: 0; }
.hero__slide {
  position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.4s ease;
}
.hero__slide--active { opacity: 1; }
.hero__slide picture { position: absolute; inset: 0; display: block; }
.hero__img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,25,20,.35) 0%, rgba(20,25,20,.35) 40%, rgba(15,20,15,.85) 100%);
}
.hero__content { position: relative; padding-bottom: 64px; max-width: 760px; }
.hero .eyebrow { color: var(--color-clay); }
.hero__title { color: #fff; font-size: clamp(2.1rem, 5vw, 3.4rem); line-height: 1.15; }
.hero__text { font-size: 1.1rem; color: rgba(255,255,255,.92); max-width: 560px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 8px; }
.hero__stats {
  position: relative; display: flex; flex-wrap: wrap; gap: 28px; padding: 18px 20px;
  background: rgba(15,20,15,.55); backdrop-filter: blur(4px); width: 100%; justify-content: center;
}
.hero__stats span { color: #fff; font-size: .95rem; }
.hero__stats strong { color: var(--color-clay); font-family: var(--font-heading); font-size: 1.2rem; margin-inline-end: 4px; }

.eyebrow { text-transform: uppercase; letter-spacing: .08em; font-weight: 600; font-size: .85rem; color: var(--color-clay-text); margin-bottom: 10px; }

/* Sections */
.section { padding: 80px 0; }
.section__header { max-width: 640px; margin: 0 auto 40px; text-align: center; }
.section__title { font-size: clamp(1.5rem, 3vw, 2.1rem); }
.section__text { color: #55503f; }

/* Booking CTA */
.booking-cta { background: var(--color-forest); background: linear-gradient(135deg, #EFE7D6, var(--color-sand)); padding: 56px 0; }
.booking-cta__inner {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px;
  background: #fff; border-radius: var(--radius); padding: 36px 40px; box-shadow: var(--shadow-card);
}
.booking-cta__copy { max-width: 520px; }
.booking-cta__facts { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 12px; }
.booking-cta__facts li {
  background: #fff; border-radius: 99px; padding: 8px 16px; font-size: .9rem;
  color: var(--color-charcoal); box-shadow: var(--shadow-card);
}
.booking-cta__facts strong { color: var(--color-forest-dark); }
.booking-cta__note { font-size: .88rem; color: #6b6553; }
.booking-cta__actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* Gallery */
.gallery__filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 30px; }
.gallery__filter {
  background: #fff; border: 1px solid rgba(63,91,68,.25); color: var(--color-forest-dark);
  padding: 9px 20px; border-radius: 999px; cursor: pointer; font-weight: 500; transition: background .15s, color .15s;
}
.gallery__filter--active, .gallery__filter:hover { background: var(--color-forest); color: #fff; border-color: var(--color-forest); }
.gallery__grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; grid-auto-flow: dense; gap: 14px; }
.gallery__item {
  position: relative; padding: 0; border: none; border-radius: var(--radius); overflow: hidden; cursor: pointer;
  background: #ddd; box-shadow: var(--shadow-card);
}
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery__item:hover img { transform: scale(1.06); }
.gallery__item--tall { grid-row: span 2; }
.gallery__item--wide { grid-column: span 2; }
.gallery__item--hidden { display: none; }

/* Climate */
.climate__grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: center; }
.climate__pullquote {
  margin: 18px 0; padding-left: 18px; border-left: 3px solid var(--color-clay-text);
  font-family: var(--font-heading); font-size: 1.15rem; font-style: italic; color: var(--color-forest-dark);
}
.climate-compare { margin: 24px 0; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-card); overflow: hidden; }
.climate-compare__row { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; border-bottom: 1px dashed rgba(63,91,68,.25); }
.climate-compare__row:last-child { border-bottom: none; }
.climate-compare__row--head { background: var(--color-sand); font-family: var(--font-heading); font-weight: 600; font-size: .85rem; color: var(--color-forest-dark); }
.climate-compare__row--head span { padding: 12px 10px; }
.climate-compare__label { padding: 14px 10px; font-family: var(--font-heading); font-weight: 600; color: var(--color-forest-dark); font-size: .92rem; }
.climate-compare__stat { padding: 14px 10px; font-family: var(--font-heading); font-size: 1.3rem; font-weight: 700; color: #55503f; text-align: center; }
.climate-compare__stat small { display: block; font-family: var(--font-body); font-weight: 300; font-size: .72rem; color: #6b6553; margin-top: 2px; }
.climate-compare__stat--cool { color: var(--color-forest); background: #F3EDE1; }
.climate-live {
  display: inline-flex; align-items: center; gap: 9px; margin: 22px 0 0;
  padding: 9px 18px; background: #fff; border-radius: 999px; box-shadow: var(--shadow-card);
  font-size: .88rem; color: var(--color-forest-dark);
}
.climate-live__dot {
  width: 8px; height: 8px; border-radius: 50%; background: #4CAF50; flex-shrink: 0;
  animation: climate-pulse 2s infinite;
}
@keyframes climate-pulse {
  0% { box-shadow: 0 0 0 0 rgba(76,175,80,.5); }
  70% { box-shadow: 0 0 0 6px rgba(76,175,80,0); }
  100% { box-shadow: 0 0 0 0 rgba(76,175,80,0); }
}
.climate-live--loading .climate-live__dot { background: #ccc; animation: none; }
.climate-live--error { display: none; }
.climate__disclaimer { margin: 14px 0 0; font-size: .82rem; color: #6b6553; }
.climate__admin-note { margin-top: 18px; font-size: .9rem; font-style: italic; color: #5c5745; }
.climate__media img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow-card); }

/* Amenities */
.amenities__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.amenity {
  position: relative; cursor: pointer;
  background: #fff; border-radius: var(--radius); padding: 26px 22px; box-shadow: var(--shadow-card); text-align: left;
}
.amenity:focus-visible { outline: 2px solid var(--color-clay-text); outline-offset: 4px; }
.amenity__icon {
  display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px;
  border-radius: 50%; background: var(--color-sand); color: var(--color-forest); margin-bottom: 14px;
}
.amenity__icon svg { width: 24px; height: 24px; }
.amenity strong { display: block; font-family: var(--font-heading); font-size: 1.02rem; margin-bottom: 6px; color: var(--color-forest-dark); }
.amenity p { margin: 0; color: #55503f; font-size: .94rem; }

/* Photo preview: hover (desktop) or tap (touch) reveals a supporting photo */
.amenity__preview {
  position: absolute; left: 50%; bottom: calc(100% + 12px); transform: translate(-50%, 6px);
  width: 220px; max-width: calc(100vw - 32px); aspect-ratio: 4 / 3; border-radius: 10px; overflow: hidden;
  background: var(--color-sand); border: 3px solid #fff; box-shadow: 0 16px 36px rgba(46,42,34,.3);
  opacity: 0; visibility: hidden; pointer-events: none; z-index: 20;
  transition: opacity .18s ease, transform .18s ease;
}
.amenity__preview::after {
  content: ""; position: absolute; left: 50%; top: 100%; transform: translateX(-50%);
  border: 8px solid transparent; border-top-color: #fff;
}
.amenity__preview img { width: 100%; height: 100%; object-fit: cover; display: block; }
.amenity:hover .amenity__preview,
.amenity:focus-within .amenity__preview,
.amenity.is-active .amenity__preview {
  opacity: 1; visibility: visible; transform: translate(-50%, 0); pointer-events: auto;
}
.amenity-callout {
  margin-top: 30px; display: flex; align-items: flex-start; gap: 16px; background: var(--color-sand);
  border-radius: var(--radius); padding: 22px 26px;
}
.amenity-callout__icon { color: var(--color-moss); flex-shrink: 0; }
.amenity-callout__icon svg { width: 30px; height: 30px; }
.amenity-callout p { margin: 0; color: var(--color-charcoal); }

/* Reviews */
.reviews { background: #FBF7EE; }
.reviews__head {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px;
  margin-bottom: 36px;
}
.reviews__g { display: inline-flex; }
.reviews__score-stars { color: #F4B400; font-size: 1.5rem; letter-spacing: 2px; }
.reviews__score-num { font-family: var(--font-heading); font-size: 2.6rem; line-height: 1; color: var(--color-forest-dark); font-weight: 700; }
.reviews__score-link { color: var(--color-forest); font-weight: 500; border-bottom: 2px solid var(--color-clay); }
.reviews__score-link strong { color: var(--color-forest-dark); }
.reviews__layout { display: grid; grid-template-columns: 1fr 300px; gap: 26px; align-items: start; }
.reviews__layout--dual-video { grid-template-columns: 1fr 760px; }
.reviews__video-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.reviews__video-list .reviews__video { text-align: center; }
.reviews__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.review-card {
  position: relative; background: #fff; border-radius: var(--radius); padding: 22px 22px 18px;
  box-shadow: var(--shadow-card); font-size: .95rem; color: #45402f;
  display: flex; flex-direction: column;
}
.review-card::before {
  content: "\201C"; position: absolute; top: 6px; right: 16px;
  font-family: Georgia, serif; font-size: 3.4rem; line-height: 1; color: var(--color-sand);
}
.review-card__stars { color: #F4B400; letter-spacing: 2px; margin-bottom: 8px; font-size: .95rem; }
.review-card p { margin: 0 0 14px; flex: 1; }
.review-card__who { display: flex; align-items: center; gap: 10px; }
.review-card__avatar {
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
  width: 32px; height: 32px; border-radius: 50%; background: var(--color-sand); color: var(--color-moss);
}
.review-card__avatar svg { width: 18px; height: 18px; }
.review-card__who cite { font-style: normal; font-size: .8rem; color: #6b6553; }
.reviews__video { text-align: center; }
.video-facade {
  position: relative; display: block; width: 100%; aspect-ratio: 9 / 16;
  border: 6px solid var(--color-forest-dark); padding: 0; border-radius: 26px; overflow: hidden;
  cursor: pointer; box-shadow: 0 18px 40px rgba(46,42,34,.28); background: #000; box-sizing: border-box;
}
.video-facade img { width: 100%; height: 100%; object-fit: cover; display: block; }
.video-facade__play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.video-facade__play svg {
  width: 64px; height: 64px; color: #fff; background: rgba(46, 42, 34, .55);
  border-radius: 50%; padding: 16px; box-sizing: border-box;
  transition: transform .15s ease, background .15s ease;
}
.video-facade:hover .video-facade__play svg,
.video-facade:focus-visible .video-facade__play svg { transform: scale(1.1); background: var(--color-forest); }
.video-facade__label {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 14px 14px;
  background: linear-gradient(transparent, rgba(20, 26, 21, .82));
  color: #fff; font-size: .85rem; font-weight: 500; text-align: center;
}
.video-facade iframe { width: 100%; height: 100%; border: 0; }
.reviews__video-caption { margin: 12px 0 0; font-size: .85rem; color: #6b6553; }
.reviews__note { text-align: center; margin-top: 26px; color: #5c5745; font-size: .85rem; }

/* Map */
.map-section__grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: center; }
.map-section__map iframe { width: 100%; aspect-ratio: 4 / 3; border: 0; border-radius: var(--radius); box-shadow: var(--shadow-card); }
.map-section__link { display: inline-block; margin-top: 12px; color: var(--color-forest); font-weight: 600; border-bottom: 2px solid var(--color-clay); }
.map-section__list { display: grid; grid-template-columns: 1fr; gap: 10px; }
.map-section__list li {
  display: flex; align-items: center; gap: 12px;
  background: #fff; border-radius: 10px; padding: 10px 14px; box-shadow: var(--shadow-card);
  font-size: .9rem; color: #55503f;
}
.map-section__list li strong { color: var(--color-forest-dark); font-family: var(--font-heading); font-weight: 500; margin-right: 6px; }
.map-chip__icon {
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
  width: 30px; height: 30px; border-radius: 50%; background: var(--color-sand); color: var(--color-forest);
}
.map-chip__icon svg { width: 16px; height: 16px; }

/* FAQ */
.faq { background: #FBF7EE; }
.faq__list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq__item {
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-card);
  padding: 0 22px; overflow: hidden;
}
.faq__item summary {
  cursor: pointer; list-style: none; position: relative;
  padding: 18px 36px 18px 0; font-family: var(--font-heading); font-weight: 500;
  color: var(--color-forest-dark);
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
  font-size: 1.4rem; font-weight: 300; color: var(--color-clay-text); transition: transform .2s ease;
}
.faq__item[open] summary::after { content: "−"; }
.faq__item p { margin: 0; padding: 0 0 18px; color: #55503f; font-size: .94rem; }
.faq__more { text-align: center; margin: 26px 0 0; color: #55503f; }
.faq__more a { color: var(--color-clay-text); font-weight: 500; text-decoration: underline; }

/* Footer */
.footer {
  position: relative; background: var(--color-forest-dark); color: #EDE7D8; padding: 72px 0 0;
}
.footer::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--color-clay) 0%, var(--color-clay-light) 50%, var(--color-clay) 100%);
}
.footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 40px 32px; padding-bottom: 44px; }
.footer__logo-wrap { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.footer__logo { height: 52px; width: auto; background: #fff; padding: 6px 10px; border-radius: 10px; }
.footer__brand-name { font-family: var(--font-heading); font-size: 1.15rem; color: #fff; letter-spacing: .01em; }
.footer__text { color: rgba(237,231,216,.68); font-size: .92rem; line-height: 1.65; max-width: 30ch; }
.footer__title {
  text-transform: uppercase; letter-spacing: .09em; font-weight: 600; font-size: .78rem;
  color: var(--color-clay-light); margin: 0 0 18px;
}
.footer__contact { display: flex; flex-direction: column; gap: 16px; }
.footer__contact li { display: flex; gap: 10px; align-items: flex-start; font-size: .9rem; color: rgba(237,231,216,.85); line-height: 1.55; }
.footer__contact svg { flex: none; width: 17px; height: 17px; margin-top: 2px; color: var(--color-clay-light); }
.footer__contact a, .footer__links a { color: rgba(237,231,216,.85); transition: color .15s ease; }
.footer__contact a:hover, .footer__links a:hover { color: var(--color-clay-light); }
.footer__links { display: flex; flex-direction: column; gap: 13px; list-style: none; margin: 0; padding: 0; }
.footer__links a { font-size: .92rem; position: relative; }
.footer__connect { display: flex; flex-direction: column; gap: 12px; }
.footer__social { display: flex; gap: 10px; margin-top: 4px; }
.footer__social a {
  display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%;
  background: rgba(237,231,216,.08); color: #EDE7D8; border: 1px solid rgba(237,231,216,.16); transition: all .18s ease;
}
.footer__social a:hover { background: var(--color-clay); border-color: var(--color-clay); color: var(--color-forest-dark); transform: translateY(-2px); }
.footer__social svg { width: 18px; height: 18px; }
.footer__book { display: flex; flex-direction: column; gap: 10px; margin-top: 6px; }
.footer__book a {
  display: flex; align-items: center; gap: 8px; font-size: .86rem; font-weight: 600; padding: 9px 14px;
  border-radius: 999px; border: 1px solid rgba(237,231,216,.2); color: #EDE7D8; transition: all .18s ease;
}
.footer__book a:hover { border-color: var(--color-clay-light); background: rgba(237,231,216,.06); color: var(--color-clay-light); }
.footer__book a.footer__line { background: rgba(6,199,85,.12); border-color: rgba(6,199,85,.35); color: #6FE3A0; }
.footer__book a.footer__line:hover { background: var(--color-line); border-color: var(--color-line); color: var(--color-forest-dark); }
.footer__bottom {
  display: flex; justify-content: space-between; align-items: center; padding: 22px 0; border-top: 1px solid rgba(237,231,216,.14);
  font-size: .82rem; color: rgba(237,231,216,.55);
}
.footer__bottom a { color: rgba(237,231,216,.55); }
.footer__bottom a:hover { color: var(--color-clay-light); }

/* Floating LINE button (desktop) */
.line-float {
  position: fixed; right: 24px; bottom: 100px; width: 56px; height: 56px; border-radius: 50%;
  background: var(--color-line); color: #fff; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 24px rgba(6,199,85,.4); z-index: 90;
}
.line-float svg { width: 30px; height: 30px; }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; background: rgba(15,15,10,.92); display: none; align-items: center; justify-content: center;
  z-index: 300; padding: 40px;
}
.lightbox[data-open="true"] { display: flex; }
.lightbox__image { max-width: 92vw; max-height: 86vh; border-radius: 8px; }
.lightbox__close, .lightbox__nav {
  position: absolute; background: rgba(255,255,255,.12); color: #fff; border: none; border-radius: 50%;
  width: 46px; height: 46px; font-size: 1.6rem; cursor: pointer; display: flex; align-items: center; justify-content: center;
}
.lightbox__close { top: 20px; right: 20px; }
.lightbox__nav--prev { left: 20px; top: 50%; transform: translateY(-50%); }
.lightbox__nav--next { right: 20px; top: 50%; transform: translateY(-50%); }
.lightbox__close:hover, .lightbox__nav:hover { background: rgba(255,255,255,.25); }

/* Referral / affiliate banner */
.ref-banner { display: none; background: var(--color-clay-text); }
.ref-banner.is-visible { display: block; }
.ref-banner p { margin: 0; padding: 10px 16px; color: #fff; font-size: .88rem; text-align: center; line-height: 1.5; }
.ref-banner strong { font-weight: 700; }

/* Sticky mobile CTA bar */
.sticky-cta { display: none; }

@media (max-width: 900px) {
  .nav__toggle { display: flex; }
  .nav__menu {
    position: absolute; top: var(--header-height); left: 0; right: 0; flex-direction: column; align-items: stretch;
    background: var(--color-sand); padding: 10px 20px 24px; gap: 4px; box-shadow: 0 12px 20px rgba(0,0,0,.08);
    transform: translateY(-8px); opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease;
  }
  .nav__menu[data-open="true"] { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .nav__link { padding: 12px 4px; border-bottom: 1px solid rgba(63,91,68,.12); }
  .nav__link--phone { text-align: center; margin-top: 8px; }

  .hero { min-height: 100vh; }
  .hero__stats { justify-content: space-between; gap: 14px; }

  .booking-cta__inner { flex-direction: column; align-items: stretch; text-align: center; padding: 28px 22px; }
  .booking-cta__facts { justify-content: center; }
  .booking-cta__actions { justify-content: center; }

  .gallery__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
  .gallery__item--tall { grid-row: span 1; }
  .gallery__item--wide { grid-column: span 2; }

  .climate__grid { grid-template-columns: 1fr; }
  .climate__media { order: -1; }

  .amenities__grid { grid-template-columns: 1fr 1fr; }
  .reviews__layout { grid-template-columns: 1fr; }
  .reviews__layout--dual-video { grid-template-columns: 1fr; }
  .reviews__layout--dual-video .reviews__video-list { display: block; }
  .reviews__grid { grid-template-columns: 1fr; }
  .reviews__video { max-width: 340px; margin: 0 auto 22px; }
  .reviews__video:last-child { margin-bottom: 0; }
  .reviews__score-num { font-size: 2.2rem; }

  .map-section__grid { grid-template-columns: 1fr; }

  .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px 24px; }
  .footer__about { grid-column: 1 / -1; }
  .footer__bottom { flex-direction: column; gap: 10px; text-align: center; }

  .line-float { display: none; }

  .sticky-cta {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 150;
    box-shadow: 0 -6px 20px rgba(0,0,0,.12); padding-bottom: env(safe-area-inset-bottom, 0);
  }
  .sticky-cta__btn {
    flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px;
    padding: 16px 10px; font-weight: 700; font-size: .98rem;
  }
  .sticky-cta__btn svg { width: 20px; height: 20px; }
  .sticky-cta__btn--line { background: var(--color-line); color: var(--color-forest-dark); }
  .sticky-cta__btn--call { background: var(--color-forest-dark); color: #fff; }

  body { padding-bottom: 62px; }
}

@media (max-width: 560px) {
  .amenities__grid { grid-template-columns: 1fr; }
  .gallery__grid { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .gallery__item--wide { grid-column: span 1; }
  .climate-compare__stat { font-size: 1.1rem; padding: 10px 6px; }
  .climate-compare__label { font-size: .85rem; padding: 10px 6px; }
  .footer__grid { grid-template-columns: 1fr; }
}
