:root {
  --olive: #8b8853;
  --olive-dark: #515629;
  --gold: #c5a35a;
  --brick: #8b5a4b;
  --stone: #efe8de;
  --ink: #1e2118;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(0,0,0,.12);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--ink);
  background: #f8f5ef;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.topbar {
  background: linear-gradient(90deg, var(--olive-dark), var(--olive));
  color: #fff;
  font-size: .94rem;
}
.topbar-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 0;
}
.lang-toggle, .menu-toggle {
  border: 0; border-radius: 999px; background: rgba(255,255,255,.15); color: #fff; cursor: pointer;
  font-weight: 700;
}
.lang-toggle { padding: 10px 16px; }
.header {
  position: sticky; top: 0; z-index: 30; backdrop-filter: blur(14px); background: rgba(248,245,239,.88); border-bottom: 1px solid rgba(81,86,41,.12);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; gap: 18px; }
.brand { display:flex; align-items:center; gap:14px; }
.brand img { width: 58px; height:58px; object-fit: contain; border-radius: 14px; background:#fff; padding:6px; box-shadow: var(--shadow); }
.brand strong { display:block; font-family:'Cormorant Garamond', serif; font-size:2rem; line-height:1; color: var(--olive-dark); }
.brand span { font-size:.92rem; color:#5a5d4a; }
.nav { display:flex; gap:20px; align-items:center; }
.nav a { font-weight:600; color:#3e432a; position: relative; }
.nav a::after { content:''; position:absolute; left:0; bottom:-6px; width:0; height:2px; background:var(--gold); transition:.25s ease; }
.nav a:hover::after { width:100%; }
.menu-toggle { display:none; padding: 10px 14px; background: var(--olive-dark); }
.hero { position:relative; min-height: 82vh; display:flex; align-items:center; overflow:hidden; }
.hero-bg, .hero-overlay { position:absolute; inset:0; }
.hero-bg { width:100%; height:100%; object-fit:cover; }
.hero-overlay {
  background: linear-gradient(90deg, rgba(20,24,12,.84) 0%, rgba(20,24,12,.48) 43%, rgba(20,24,12,.28) 100%), linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.2));
}
.hero-content { position:relative; z-index:1; color:#fff; max-width: 760px; padding: 78px 0 70px; }
.eyebrow, .section-tag {
  text-transform: uppercase; letter-spacing: .18em; font-size: .8rem; font-weight: 800; color: var(--gold);
}
.hero h1, h2 {
  font-family:'Cormorant Garamond', serif; line-height:.95; margin: 12px 0 18px;
}
.hero h1 { font-size: clamp(3rem, 7vw, 6rem); text-wrap: balance; }
.hero-text { font-size: 1.1rem; max-width: 720px; color: rgba(255,255,255,.94); }
.hero-actions, .hero-badges, .location-points, .contact-cards { display:flex; flex-wrap:wrap; gap:14px; }
.hero-actions { margin: 30px 0 22px; }
.btn {
  display:inline-flex; align-items:center; justify-content:center; min-height:54px; padding: 0 24px; border-radius: 999px; font-weight:700; transition:.25s ease; border: 1px solid transparent;
}
.btn-primary { background: linear-gradient(135deg, var(--gold), #e7c67e); color: #2d250f; box-shadow: 0 12px 30px rgba(197,163,90,.35); }
.btn-primary:hover { transform: translateY(-2px); }
.btn-secondary { background: rgba(255,255,255,.12); color:#fff; border-color: rgba(255,255,255,.35); }
.hero-badges span {
  border:1px solid rgba(255,255,255,.24); background:rgba(255,255,255,.12); padding:10px 16px; border-radius: 999px; font-weight:600;
}
.highlights { margin-top: -46px; position:relative; z-index:5; }
.grid-4 { display:grid; grid-template-columns: repeat(4, 1fr); gap:18px; }
.highlight-card, .text-card, .visual-card, .map-card, .contact-form, .mini-contact, .social-card, .fb-embed-wrap {
  background: rgba(255,255,255,.9); border-radius: var(--radius); box-shadow: var(--shadow);
}
.highlight-card {
  padding: 28px; background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(245,241,232,.95)); border:1px solid rgba(139,136,83,.12);
}
.highlight-card h3 { margin:0 0 10px; color: var(--olive-dark); }
.highlight-card p { margin:0; color:#5a5f48; }
.section { padding: 92px 0; }
.alt { background: linear-gradient(180deg, #f0ecdf, #f8f5ef); }
.two-col { display:grid; grid-template-columns: 1.1fr .9fr; gap: 44px; align-items:center; }
.two-col.reverse { grid-template-columns: .9fr 1.1fr; }
.two-col.reverse > :first-child { order:1; }
.two-col.reverse > :last-child { order:2; }
p { line-height: 1.7; color:#4d5241; }
h2 { font-size: clamp(2.4rem, 5vw, 4.4rem); color: var(--olive-dark); }
.feature-list { display:grid; grid-template-columns: repeat(3, 1fr); gap:16px; margin-top:28px; }
.feature-list div, .amenity {
  padding: 18px; border-radius: 18px; background:#fff; border:1px solid rgba(81,86,41,.08);
}
.feature-list strong { display:block; font-size:1.5rem; color:var(--olive-dark); }
.image-stack { display:grid; grid-template-columns: repeat(2,1fr); gap:16px; }
.image-stack img, .visual-card img, .gallery-item img { width:100%; height:100%; object-fit:cover; border-radius: var(--radius); }
.image-stack img:first-child { min-height: 340px; }
.image-stack img:last-child { min-height: 260px; margin-top: 32px; }
.amenities-grid { display:grid; grid-template-columns: repeat(4, 1fr); gap:16px; margin-top:32px; }
.amenity { text-align:center; font-weight:700; color:#364020; }
.split-wrap { display:grid; grid-template-columns: 1fr 1fr; gap:32px; align-items:center; }
.visual-card img { min-height: 520px; }
.text-card { padding: 38px; }
.check-list { list-style:none; padding:0; margin:22px 0 0; display:grid; gap:14px; }
.check-list li {
  padding-left: 34px; position:relative; font-weight:600; color:#435036;
}
.check-list li::before {
  content:'✓'; position:absolute; left:0; top:0; width:24px; height:24px; border-radius:50%; background:var(--olive); color:#fff; display:grid; place-items:center; font-size:.85rem;
}
.gallery-grid { display:grid; grid-template-columns: repeat(4, 1fr); gap:14px; margin-top: 28px; }
.gallery-item {
  padding:0; border:0; background:none; cursor:pointer; border-radius: 18px; overflow:hidden; box-shadow: var(--shadow); aspect-ratio: 1/1;
}
.gallery-item img { transition: transform .35s ease; }
.gallery-item:hover img { transform: scale(1.06); }
.video-frame { border-radius: var(--radius); overflow:hidden; box-shadow: var(--shadow); min-height: 360px; }
.video-frame iframe, .map-card iframe { width:100%; height:100%; min-height: 360px; border:0; }
.location-points { margin-top:24px; }
.location-points span {
  background:#fff; padding:12px 16px; border-radius:999px; font-weight:700; box-shadow: var(--shadow);
}
.social-card {
  display:flex; align-items:center; gap:16px; padding:20px; margin-top: 20px;
}
.social-card img { width:74px; height:74px; object-fit:contain; border-radius: 18px; background:#faf7f0; padding:8px; }
.fb-embed-wrap { overflow:hidden; padding:10px; }
.fb-embed-wrap iframe { width:100%; max-width:100%; }
.contact-wrap { display:grid; grid-template-columns: .9fr 1.1fr; gap:32px; align-items:start; }
.mini-contact { display:block; padding:18px 20px; }
.mini-contact strong { display:block; margin-bottom: 6px; color: var(--olive-dark); }
.contact-form { padding: 30px; }
.field { display:grid; gap:8px; margin-bottom:16px; }
label { font-weight:700; color:#384224; }
input, textarea {
  width:100%; border:1px solid rgba(81,86,41,.15); border-radius: 16px; padding: 15px 16px; font: inherit; background:#fff;
}
input:focus, textarea:focus { outline: 2px solid rgba(197,163,90,.35); border-color: var(--gold); }
.footer { background: #222715; color: rgba(255,255,255,.8); padding: 30px 0; }
.footer-inner { display:flex; justify-content:space-between; gap:20px; align-items:center; }
.footer a { color: #f2d189; }
.whatsapp-float {
  position:fixed; right:20px; bottom:20px; width:62px; height:62px; border-radius:50%; background:#25d366; color:#fff; display:grid; place-items:center; box-shadow: 0 18px 35px rgba(37,211,102,.36); z-index:40;
}
.whatsapp-float svg { width:34px; height:34px; }
.lightbox {
  position:fixed; inset:0; background:rgba(8,8,8,.88); display:none; align-items:center; justify-content:center; padding:22px; z-index:60;
}
.lightbox.open { display:flex; }
.lightbox img { max-width:min(1100px, 100%); max-height:90vh; border-radius:20px; }
.lightbox-close {
  position:absolute; top:18px; right:18px; width:46px; height:46px; border:0; border-radius:50%; background:#fff; font-size:2rem; cursor:pointer;
}
.fade-up { opacity:0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.fade-up.visible { opacity:1; transform: translateY(0); }
@media (max-width: 980px) {
  .grid-4, .amenities-grid, .gallery-grid, .feature-list, .two-col, .split-wrap, .contact-wrap { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .nav { position:absolute; top:100%; right:16px; background:#fff; border-radius:20px; box-shadow:var(--shadow); padding:18px; flex-direction:column; align-items:flex-start; min-width: 240px; display:none; }
  .nav.open { display:flex; }
  .menu-toggle { display:block; }
}
@media (max-width: 720px) {
  .hero { min-height: 88vh; }
  .grid-4, .amenities-grid, .gallery-grid, .feature-list, .two-col, .split-wrap, .contact-wrap { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .hero-content { padding-top: 68px; }
  .hero h1 { font-size: clamp(2.4rem, 12vw, 4rem); }
  .brand strong { font-size: 1.6rem; }
  .topbar-inner, .footer-inner { flex-direction:column; align-items:flex-start; }
  .image-stack img:last-child { margin-top: 0; }
  .visual-card img { min-height: unset; }
}
