:root {
  --sage: #b7cfa1;
  --sage-dark: #6d8b6a;
  --forest: #2d4b36;
  --cream: #f8f6ef;
  --white: #ffffff;
  --text: #233126;
  --muted: #5d6e61;
  --line: rgba(35, 49, 38, 0.1);
  --shadow: 0 18px 40px rgba(31, 48, 37, 0.12);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Nunito', sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #f9f8f2 0%, #f4f6ef 100%);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
.skip-link {
  position: absolute; left: -9999px; top: 10px; background: var(--forest); color: #fff; padding: 10px 14px; border-radius: 10px; z-index: 20;
}
.skip-link:focus { left: 10px; }
.container { width: min(1140px, calc(100% - 32px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 50; backdrop-filter: blur(18px);
  background: rgba(248, 246, 239, 0.84); border-bottom: 1px solid var(--line);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 78px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand img { width: 50px; height: 50px; object-fit: cover; border-radius: 14px; }
.brand strong { display: block; font-size: 1.15rem; }
.brand span { display: block; color: var(--muted); font-size: .92rem; }
.main-nav { display: flex; gap: 22px; align-items: center; }
.main-nav a { font-weight: 700; color: var(--forest); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.call-pill, .lang-toggle, .btn {
  border: 0; border-radius: 999px; padding: 12px 18px; font-weight: 800; cursor: pointer; transition: .25s ease;
}
.call-pill { background: var(--forest); color: #fff; }
.lang-toggle { background: #eaf0e4; color: var(--forest); }
.menu-toggle { display: none; }
.hero { position: relative; padding: 42px 0 34px; overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0; background: radial-gradient(circle at 20% 10%, rgba(183, 207, 161, .55), transparent 28%), radial-gradient(circle at 80% 20%, rgba(109, 139, 106, .14), transparent 24%);
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 32px; align-items: center; }
.eyebrow, .section-kicker { letter-spacing: .12em; text-transform: uppercase; color: var(--sage-dark); font-weight: 800; font-size: .85rem; }
.hero h1, .section-title, h2 {
  font-family: 'Cormorant Garamond', serif; line-height: .96; margin: 12px 0 16px; color: var(--forest);
}
.hero h1 { font-size: clamp(3rem, 6vw, 5.8rem); }
.hero-text { font-size: 1.08rem; line-height: 1.7; max-width: 60ch; }
.hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; margin: 26px 0 18px; }
.btn-primary { background: var(--forest); color: #fff; }
.btn-secondary { background: rgba(109, 139, 106, .13); color: var(--forest); }
.btn:hover, .call-pill:hover, .lang-toggle:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.hero-points { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; padding: 0; list-style: none; margin: 22px 0 0; }
.hero-points li, .mini-box, .card, .feature-list article, .contact-form, .social-card, .video-frame, .map-frame, .hero-card {
  background: rgba(255,255,255,.74); border: 1px solid rgba(255,255,255,.6); box-shadow: var(--shadow); border-radius: var(--radius);
}
.hero-points li { padding: 16px; font-weight: 700; min-height: 100%; }
.hero-card { padding: 14px; }
.hero-card img { width: 100%; aspect-ratio: 4/4.1; object-fit: cover; border-radius: calc(var(--radius) - 10px); }
.section { padding: 82px 0; }
.alt { background: linear-gradient(180deg, rgba(183, 207, 161, .16), rgba(255,255,255,0)); }
.intro-strip { padding-top: 8px; }
.intro-grid, .two-col, .video-grid, .contact-grid { display: grid; gap: 28px; align-items: center; }
.intro-grid { grid-template-columns: 1.15fr .85fr; }
.two-col, .video-grid, .contact-grid { grid-template-columns: 1fr 1fr; }
.intro-grid h2 { font-size: clamp(2.2rem, 4.2vw, 3.7rem); }
.quote-author { color: var(--muted); font-weight: 800; }
.intro-boxes { display: grid; gap: 16px; }
.mini-box, .card, .feature-list article { padding: 22px; }
.feature-list { display: grid; gap: 16px; }
.feature-list h3, .card h3, .fallback-card h3 { margin: 0 0 10px; color: var(--forest); }
.cards-grid, .social-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.social-grid { grid-template-columns: repeat(2, 1fr); }
.section-head { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin-bottom: 26px; }
.section-head h2 { font-size: clamp(2.2rem, 4.5vw, 4rem); margin: 8px 0 0; }
.section-note { color: var(--muted); max-width: 320px; }
.gallery-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
}
.gallery-item {
  padding: 0; border: 0; background: transparent; border-radius: 22px; overflow: hidden; cursor: zoom-in; box-shadow: var(--shadow);
}
.gallery-item img { width: 100%; aspect-ratio: 1/1; object-fit: cover; transition: transform .35s ease; }
.gallery-item:hover img { transform: scale(1.06); }
.video-frame, .map-frame, .embed-wrap { overflow: hidden; }
.video-frame iframe, .map-frame iframe, .embed-wrap iframe { width: 100%; border: 0; display: block; }
.video-frame iframe { aspect-ratio: 16/10; }
.map-frame iframe { min-height: 420px; }
.embed-wrap iframe { min-height: 560px; }
.social-card { padding: 14px; }
.social-link { margin-top: 12px; display: inline-flex; align-items: center; gap: 12px; background: #eef4e8; padding: 12px 16px; border-radius: 999px; font-weight: 800; }
.social-link img, .fallback-card img { width: 44px; height: 44px; border-radius: 12px; object-fit: cover; }
.fallback-card { min-height: 560px; display: grid; place-content: center; text-align: center; gap: 12px; padding: 26px; background: linear-gradient(180deg, rgba(183, 207, 161, .26), rgba(255,255,255,.9)); }
.contact-list { display: grid; gap: 14px; margin: 22px 0; }
.contact-list a { padding: 14px 16px; background: rgba(255,255,255,.74); border-radius: 18px; border: 1px solid rgba(35,49,38,.08); }
.contact-form { padding: 22px; display: grid; gap: 14px; }
.contact-form label { display: grid; gap: 8px; font-weight: 700; }
.contact-form input, .contact-form textarea {
  width: 100%; border: 1px solid rgba(35,49,38,.14); background: #fff; border-radius: 16px; padding: 14px 16px; outline: none;
}
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--sage-dark); box-shadow: 0 0 0 4px rgba(109,139,106,.12); }
.btn-full { width: 100%; }
.site-footer { padding: 22px 0 34px; }
.footer-wrap { text-align: center; color: var(--muted); }
.footer-wrap a { color: var(--forest); font-weight: 800; }
.whatsapp-float {
  position: fixed; right: 18px; bottom: 18px; width: 60px; height: 60px; border-radius: 50%; background: #25d366; color: #fff;
  display: grid; place-items: center; box-shadow: 0 14px 30px rgba(37, 211, 102, .35); z-index: 60;
}
.whatsapp-float svg { width: 31px; fill: currentColor; }
.lightbox {
  width: min(92vw, 900px); border: 0; border-radius: 24px; padding: 16px; background: rgba(255,255,255,.96); box-shadow: 0 30px 70px rgba(0,0,0,.25);
}
.lightbox::backdrop { background: rgba(18, 22, 20, .72); backdrop-filter: blur(4px); }
.lightbox img { width: 100%; max-height: 80vh; object-fit: contain; border-radius: 18px; }
.lightbox-close {
  position: absolute; top: 8px; right: 10px; border: 0; background: rgba(35,49,38,.8); color: #fff; border-radius: 50%; width: 40px; height: 40px; font-size: 1.5rem; cursor: pointer;
}
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }

@media (max-width: 980px) {
  .hero-grid, .intro-grid, .two-col, .video-grid, .contact-grid, .social-grid, .cards-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-points { grid-template-columns: 1fr; }
  .section-head { align-items: start; flex-direction: column; }
  .main-nav {
    position: absolute; left: 16px; right: 16px; top: calc(100% + 10px); background: rgba(248, 246, 239, .98); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow);
    padding: 16px; display: none; flex-direction: column; align-items: flex-start;
  }
  .main-nav.open { display: flex; }
  .menu-toggle {
    display: inline-grid; place-items: center; width: 48px; height: 48px; border: 0; border-radius: 14px; background: #eaf0e4; color: var(--forest); font-size: 1.3rem;
  }
}

@media (max-width: 720px) {
  .nav-wrap { flex-wrap: wrap; padding: 10px 0; }
  .header-actions { width: 100%; justify-content: space-between; }
  .call-pill { font-size: .92rem; }
  .hero { padding-top: 24px; }
  .section { padding: 66px 0; }
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .container { width: min(1140px, calc(100% - 20px)); }
}
