:root{
  --bg: #0b1f14;
  --brand: #c5652d;
  --muted: rgba(255,255,255,.75);
  --card: rgba(255,255,255,.08);
  --stroke: rgba(255,255,255,.16);
  --radius: 18px;
}
body{ font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; background:#f6f4ee; }

.nav-glass{
  background: rgba(7, 28, 18, .55);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.brand-mark{
  width:10px;height:10px;border-radius:999px;background:var(--brand);display:inline-block;
}

/* HERO */
.hero{ position:relative; min-height: 92vh; overflow:hidden; }
.hero-carousel{ position:absolute; inset:0; z-index:0; }
.hero-slide{
  position:absolute; inset:0;
  background-size:cover; background-position:center;
  transform: scale(1.02);
}
.carousel-item{ position:relative; min-height:92vh; }
.carousel-item .hero-slide{ position:absolute; inset:0; }

.hero-overlay{
  position:absolute; inset:0;
  background: linear-gradient(90deg, rgba(0,0,0,.55), rgba(0,0,0,.25));
  z-index:1;
}
.hero-content{ position:relative; z-index:2; padding-top:120px; padding-bottom:60px; }
.text-white-75{ color: rgba(255,255,255,.78); }
.badge-soft{
  background: rgba(255,255,255,.12);
  color:#fff;
  border:1px solid rgba(255,255,255,.18);
}

.btn-brand{
  background: var(--brand);
  border-color: var(--brand);
  color:#fff;
}
.btn-brand:hover{ filter: brightness(.95); color:#fff; }

.hero-card{
  border:1px solid rgba(255,255,255,.18);
  background: rgba(10, 30, 20, .45);
  backdrop-filter: blur(10px);
  border-radius: var(--radius);
  overflow:hidden;
}
.hero-card-body{ padding:18px; }

.divider-soft{ height:1px; background: rgba(255,255,255,.14); }

.chip{
  font-size:12px;
  padding:6px 10px;
  border-radius:999px;
  background: rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
}

.section{ padding:80px 0; }
.section-alt{ background: #fbfaf6; }
.section-eyebrow{
  font-size:12px; letter-spacing:.18em; text-transform:uppercase;
  color:#1c6b3f; font-weight:700;
}
.section-title{ font-weight:800; color:#0b2a1a; }
.section-desc{ color:#4f5b54; }

.feature-card{
  background:#fff;
  border:1px solid #e9e6dc;
  border-radius: 16px;
  padding:14px;
  display:flex;
  gap:12px;
  align-items:flex-start;
  box-shadow: 0 10px 30px rgba(0,0,0,.05);
}
.feature-icon{ font-size:20px; }
.feature-title{ font-weight:800; color:#0b2a1a; }
.feature-text{ color:#5b6660; font-size:13px; }

.about-media{ position:relative; }
.about-photo{
  border-radius: 24px;
  height: 420px;
  background-size:cover;
  background-position:center;
  box-shadow: 0 16px 50px rgba(0,0,0,.12);
}
.about-badge{
  position:absolute;
  left:18px;
  bottom:18px;
  background:#fff;
  border:1px solid #e9e6dc;
  border-radius: 14px;
  padding:10px 12px;
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

.card-dest{
  border-radius: 18px;
  overflow:hidden;
  border:1px solid #e9e6dc;
  box-shadow: 0 12px 40px rgba(0,0,0,.06);
}
.card-img-cover{
  height: 180px;
  background-size:cover;
  background-position:center;
}
.badge-pill{ border-radius:999px; }

.btn-filter{
  border:1px solid #ded9cd;
  border-radius:999px;
  background:#fff;
  padding:8px 14px;
}
.btn-filter.active{ background:#0f3a24; color:#fff; border-color:#0f3a24; }

.gallery-card{
  border-radius: 18px;
  overflow:hidden;
  position:relative;
  border:1px solid #e9e6dc;
  box-shadow: 0 12px 40px rgba(0,0,0,.06);
}
.gallery-img{ height: 180px; background-size:cover; background-position:center; }
.gallery-meta{
  position:absolute; left:0; right:0; bottom:0;
  padding:12px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.55));
}

.contact-card{
  background:#fff;
  border:1px solid #e9e6dc;
  border-radius: 18px;
  padding:16px;
  box-shadow: 0 12px 40px rgba(0,0,0,.06);
}
.contact-row{ display:flex; gap:12px; padding:10px 0; border-bottom:1px solid #f0ede3; }
.contact-row:last-child{ border-bottom:0; }
.contact-ico{ width:34px; height:34px; display:grid; place-items:center; border-radius:12px; background:#f4efe3; }

.map-card{
  border-radius: 18px;
  overflow:hidden;
  border:1px solid #e9e6dc;
  box-shadow: 0 12px 40px rgba(0,0,0,.06);
  background:#fff;
  min-height: 420px;
}
.map-card iframe{ width:100%; height:420px; border:0; display:block; }

.footer{
  padding:34px 0;
  background:#fff;
  border-top:1px solid #eee9dd;
}
.footer-link{
  color:#2c3a33;
  text-decoration:none;
  margin-left:12px;
}
.footer-link:hover{ text-decoration:underline; }

/* LIGHTBOX */
.lightbox{
  position:fixed; inset:0;
  background: rgba(0,0,0,.75);
  display:none;
  z-index:1055;
}
.lightbox.show{ display:block; }
.lightbox-inner{
  max-width: 920px;
  margin: 6vh auto;
  padding: 0 14px;
  text-align:center;
}
.lightbox-inner img{
  max-width:100%;
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
}
.lightbox-caption{ color:#fff; margin-top:10px; opacity:.9; }
.lightbox-close{
  position:absolute; top:14px; right:18px;
  width:42px;height:42px;
  border-radius:999px;
  border:0;
  background: rgba(255,255,255,.15);
  color:#fff;
  font-size:26px;
}
@media (max-width: 991px){
  .hero{ min-height: 88vh; }
  .carousel-item{ min-height:88vh; }
  .about-photo{ height: 320px; }
  .map-card iframe{ height: 360px; }
}
