:root {
  --forest: #3f5d50;
  --deep: #29463b;
  --cream: #f1f3ec;
  --sand: #b9c9b9;
  --ink: #263a31;
  --muted: #73857a;
  --line: #cbd7ce;
}

body { background: var(--cream); color: var(--ink); }
.site-header { background: #e8eee8; }
.hero-overlay { background: linear-gradient(90deg, rgba(41, 70, 59, .88), rgba(63, 93, 80, .35) 64%, rgba(63, 93, 80, .16)); }
.section-dark, .footer { background: var(--deep); }
.booking-form { background: #355548; }
.location { background: #dce6dd; }
.map-art { background-image: radial-gradient(#edf3ed 1px, transparent 1px), linear-gradient(135deg, #aabdac, #6f8d7b); }
.button-light { background: #eef2eb; color: var(--deep); }
.button-dark { background: var(--forest); }
.hero h1 i, h2 i, .footer-brand > p { color: var(--sand); }
.eyebrow { color: #789183; }
.text-link, .nav a:hover, .text-link:hover { color: var(--forest); }
.footer .brand { color: var(--cream); }
.brand-logo { background: #fff; border: 0; border-radius: 50%; padding: 7px; object-fit: contain; mix-blend-mode: normal; }

/* Galeri, testimoni, map interaktif, dan tombol booking eksternal */
.room-grid { align-items: start; }
.room-card img, .room-card-tall img { height: auto; aspect-ratio: 2.25 / 1; object-fit: contain; object-position: center; background: #244940; }
.room-card-tall { transform: none; }
.gallery-images img { object-fit: contain; background: #e2e9e1; }
.gallery-images .gallery-main { height: auto; aspect-ratio: 1.35 / 1; }
.gallery-images { grid-template-columns: 1.25fr .75fr; grid-template-rows: repeat(2, 174px); gap: 14px; }
.gallery-images img { height: 174px; object-fit: cover; object-position: center; }
.gallery-images .gallery-main { grid-row: span 2; height: 362px; object-position: center 55%; }
.gallery-images .gallery-pool { object-position: center 58%; }
.gallery-images .gallery-living { object-position: center 48%; }
.gallery-images .gallery-kitchen { object-position: center 52%; }
.gallery-images .gallery-bedroom { object-position: center 62%; }
.gallery-images .gallery-terrace { object-position: center 58%; }
.testimonials { background: #eef2eb; padding-top: 105px; padding-bottom: 105px; }
.testimonial-list { display: grid; gap: 22px; align-content: center; min-width: 0; }
.testimonial { display: none; border-top: 1px solid var(--line); padding: 20px 0 0; min-height: 190px; opacity: 0; transform: translateY(8px); }
.testimonial.is-active { display: block; animation: testimonial-in .55s ease both; }
@keyframes testimonial-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.stars { color: #b69b65; letter-spacing: 3px; font-size: 13px; }
.testimonial blockquote { margin: 10px 0 8px; color: var(--deep); font: 22px/1.35 'Playfair Display',serif; }
.testimonial-author { display: flex; align-items: center; gap: 10px; margin-top: 16px; }
.testimonial-author img { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; object-position: center; border: 2px solid #fff; box-shadow: 0 3px 12px rgba(41,70,59,.12); }
.testimonial-author img { cursor: zoom-in; transition: transform .2s ease, box-shadow .2s ease; }
.testimonial-author img:hover, .testimonial-author img:focus-visible { transform: scale(1.12); box-shadow: 0 5px 16px rgba(41,70,59,.24); outline: 2px solid var(--forest); outline-offset: 2px; }
.testimonial-author span { display: grid; gap: 2px; }
.testimonial-author strong { color: var(--deep); font-size: 11px; font-weight: 600; }
.testimonial-author small, .testimonial-intro { color: var(--muted); font-size: 11px; line-height: 1.6; }
.testimonial-intro { max-width: 280px; margin-top: 24px; }
.testimonial-navigation { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 2px; }
.testimonial-controls { display: flex; justify-content: center; gap: 8px; margin-top: 0; }
.testimonial-arrow { width: 30px; height: 30px; padding: 0; border: 1px solid #91a294; border-radius: 50%; background: transparent; color: var(--forest); cursor: pointer; transition: .2s; }
.testimonial-arrow:hover, .testimonial-arrow:focus-visible { background: var(--forest); color: #fff; }
.testimonial-dot { width: 8px; height: 8px; padding: 0; border: 1px solid #91a294; border-radius: 50%; background: transparent; cursor: pointer; transition: .2s; }
.testimonial-dot.is-active, .testimonial-dot:hover { background: var(--forest); border-color: var(--forest); transform: scale(1.2); }
.testimonial-lead { min-width: 0; }
.testimonial-lightbox { position: fixed; inset: 0; z-index: 20; display: none; place-items: center; padding: 24px; background: rgba(16,45,39,.82); }
.testimonial-lightbox.is-open { display: grid; }
.testimonial-lightbox-image { display: block; max-width: min(92vw, 760px); max-height: 86vh; width: auto; height: auto; object-fit: contain; border: 6px solid #fff; border-radius: 8px; box-shadow: 0 20px 60px rgba(0,0,0,.35); }
.testimonial-lightbox-close { position: absolute; top: 18px; right: 22px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: transparent; color: #fff; font-size: 28px; line-height: 1; cursor: pointer; }
.testimonial-lightbox-close:hover, .testimonial-lightbox-close:focus-visible { background: #fff; color: var(--deep); }
.map-frame { position: relative; min-height: 500px; background: #c9d8cc; overflow: hidden; }
.map-frame iframe { width: 100%; height: 100%; min-height: 500px; border: 0; display: block; filter: saturate(.75) sepia(.08); }
.map-overlay-link { position: absolute; right: 24px; bottom: 24px; background: var(--cream); color: var(--deep); padding: 12px 15px; font-size: 11px; box-shadow: 0 8px 24px rgba(16,45,39,.18); }
.footer > div > a { line-height: 1.5; }
.channel-link { display: inline-flex !important; align-items: center; gap: 9px; }
.footer > div > a.channel-link {
  display: flex !important;
  width: 100%;
  max-width: 100%;
  margin-bottom: 12px;
  white-space: normal;
  overflow-wrap: anywhere;
}
.footer > div > a.channel-link:last-child { margin-bottom: 0; }
.channel-icon { width: 19px; height: 19px; flex: 0 0 19px; color: currentColor; }
.brand-airbnb { overflow: visible; }
.brand-airbnb-image { width: 20px; height: 20px; flex-basis: 20px; object-fit: contain; border-radius: 0; background: transparent; }
.brand-agoda { display: inline-flex; align-items: center; justify-content: center; font: 700 21px/1 Arial, sans-serif; letter-spacing: -1.5px; }

/* Logo Airbnb memakai mark putih transparan agar menyatu dengan footer. */
.brand-airbnb-image { padding: 0; border: 0; }

/* Kutipan dibuat sedikit lebih lega agar testimoni asli mudah dibaca di HP. */
.testimonial blockquote { max-width: 560px; }
@media(max-width:520px) {
  .testimonial blockquote { font-size: 19px; line-height: 1.45; }
}
.hero-offer { display: grid; gap: 5px; width: fit-content; margin: 0 0 26px; padding: 13px 17px; border-left: 2px solid var(--sand); background: rgba(16, 45, 39, .48); color: var(--cream); }
.offer-kicker { color: #d9e1d7; font-size: 10px; letter-spacing: 1.4px; text-transform: uppercase; }
.hero-offer div { display: flex; align-items: baseline; gap: 12px; }
.hero-offer del { color: #b8c4ba; font-size: 13px; }
.hero-offer strong { color: #f1d39b; font: 600 25px/1 'Playfair Display', serif; }
.hero-offer small { color: #d4ddd4; font-size: 10px; }
.facilities { background: #f7f8f3; padding-top: 105px; padding-bottom: 105px; }
.facilities-intro { max-width: 360px; margin: 25px 0 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.facilities-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; border-top: 1px solid var(--line); }
.facility-item { display: grid; grid-template-columns: 28px 1fr; gap: 3px 12px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.facility-item span { grid-row: span 2; color: #8ca092; font-size: 10px; padding-top: 3px; }
.facility-item strong { color: var(--deep); font: 500 19px 'Playfair Display', serif; }
.facility-item small { color: var(--muted); font-size: 10px; line-height: 1.5; }
@media(max-width:800px){ .map-frame, .map-frame iframe { min-height: 330px; } .testimonials { padding-top: 82px; padding-bottom: 82px; } .room-card img, .room-card-tall img { aspect-ratio: 1.8 / 1; } .gallery-images .gallery-main { aspect-ratio: 1.2 / 1; } }
@media(max-width:800px){
  .site-header { position: relative; }
  .site-header .nav.is-open { position: absolute; top: 72px; left: 0; right: 0; display: flex; flex-direction: column; gap: 0; padding: 12px 8vw 16px; background: #e8eee8; border-top: 1px solid var(--line); box-shadow: 0 12px 24px rgba(41,70,59,.12); }
  .site-header .nav.is-open a { display: block; padding: 12px 0; }
}
@media(max-width:800px){ .gallery-images { grid-template-rows: repeat(2, 140px); } .gallery-images img { height: 140px; } .gallery-images .gallery-main { height: 294px; } }
@media(max-width:800px){ .facilities { padding-top: 82px; padding-bottom: 82px; } .facilities-grid { grid-template-columns: 1fr; } }

/* Kartu ruang: kembali ke komposisi awal dengan kartu tengah sebagai fokus */
.room-grid {
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.28fr) minmax(0, .86fr);
  align-items: start;
  gap: clamp(18px, 2.5vw, 38px);
}
.room-card img,
.room-card-tall img {
  width: 100%;
  height: 300px;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  background: transparent;
}
.room-card-tall img {
  height: 410px;
}
.room-card-tall .room-caption {
  padding-top: 20px;
}
.room-card-tall .room-caption h3 {
  font-size: 25px;
}
@media(max-width:800px) {
  .room-grid { grid-template-columns: 1fr 1.18fr 1fr; gap: 12px; }
  .room-card img,
  .room-card-tall img { height: 250px; }
  .room-card-tall img { height: 330px; }
  .room-caption { gap: 10px; }
  .room-caption h3 { font-size: 17px; }
  .room-card-tall .room-caption h3 { font-size: 19px; }
}
@media(max-width:520px) {
  .room-grid { grid-template-columns: 1fr; gap: 34px; }
  .room-card img,
  .room-card-tall img { height: 290px; }
  .room-card-tall img { height: 340px; }
}

@media(max-width:520px) {
  .footer > div > a.channel-link {
    width: 100%;
    min-width: 0;
    gap: 8px;
  }
  .footer > div > a.channel-link .channel-icon {
    flex: 0 0 19px;
  }
  .footer > div > a.channel-link span:last-child {
    min-width: 0;
    overflow-wrap: anywhere;
  }
}

/* Lokasi: beri ruang yang seimbang untuk teks dan peta */
.location {
  grid-template-columns: minmax(350px, .8fr) minmax(0, 1.2fr);
  align-items: stretch;
}
.location-card {
  width: 100%;
  max-width: none;
  padding: clamp(72px, 8vw, 112px) clamp(32px, 7vw, 110px);
}
.location-card h2 {
  max-width: 430px;
}
.location-card > p:not(.eyebrow) {
  max-width: 330px;
}
.location .map-frame,
.location .map-frame iframe {
  width: 100%;
  min-height: 500px;
}
@media(max-width:800px) {
  .location { grid-template-columns: 1fr; }
  .location-card { padding: 82px 8vw; }
  .location .map-frame,
  .location .map-frame iframe { min-height: 330px; }
}
