:root {
  --bg: #f8f6ef;
  --bg-soft: #f2eee2;
  --text: #1e261c;
  --muted: #5c664a;
  --accent: #d8bf76;
  --accent-deep: #9e884c;
  --olive: #52612f;
  --card: rgba(255,255,255,.72);
  --border: rgba(82,97,47,.16);
  --shadow: 0 20px 60px rgba(30,38,28,.14);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: linear-gradient(180deg, #fbfaf6 0%, var(--bg) 100%);
  color: var(--text);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
.container { width: min(1120px, calc(100% - 2rem)); margin: 0 auto; }
.skip-link {
  position: absolute; left: -9999px; top: auto;
}
.skip-link:focus { left: 1rem; top: 1rem; background: #fff; padding: .75rem 1rem; z-index: 100; }
.site-header {
  position: sticky; top: 0; z-index: 50; backdrop-filter: blur(18px);
  background: rgba(248, 246, 239, .8); border-bottom: 1px solid rgba(82,97,47,.08);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 1rem; }
.brand { display: flex; align-items: center; gap: .9rem; }
.brand img { width: 54px; height: 54px; object-fit: cover; border-radius: 14px; box-shadow: var(--shadow); }
.brand-top, .brand-bottom { display: block; }
.brand-top, h1, h2, h3 { font-family: 'Cormorant Garamond', serif; }
.brand-top { font-size: 1.4rem; font-weight: 700; line-height: 1; }
.brand-bottom { font-size: .88rem; color: var(--muted); }
.main-nav { display: flex; gap: 1.2rem; }
.main-nav a { color: var(--muted); font-size: .98rem; }
.nav-actions { display: flex; align-items: center; gap: .75rem; }
.lang-toggle, .call-pill, .menu-toggle, .btn, .gallery-item, .lightbox-close {
  border: 0; cursor: pointer; transition: .25s ease;
}
.lang-toggle, .call-pill {
  padding: .78rem 1rem; border-radius: 999px; font-weight: 600;
}
.lang-toggle { background: rgba(82,97,47,.09); color: var(--olive); }
.call-pill { background: var(--text); color: #fff; }
.menu-toggle { display: none; background: transparent; font-size: 1.8rem; color: var(--text); }
.hero { position: relative; min-height: 86svh; display: grid; align-items: center; }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { background: linear-gradient(95deg, rgba(19,24,18,.72) 0%, rgba(19,24,18,.36) 46%, rgba(19,24,18,.15) 100%); }
.hero-content { position: relative; z-index: 1; color: #fff; padding: 7rem 0 5rem; max-width: 740px; }
.eyebrow, .section-tag { text-transform: uppercase; letter-spacing: .2em; font-size: .78rem; font-weight: 700; }
.eyebrow { color: #f7e6a9; }
h1 { font-size: clamp(3rem, 7vw, 5.4rem); line-height: .95; margin: .6rem 0 1rem; }
.hero-text { font-size: 1.1rem; line-height: 1.8; max-width: 640px; color: rgba(255,255,255,.92); }
.hero-actions, .location-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 1.6rem; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .4rem;
  padding: 1rem 1.4rem; border-radius: 999px; font-weight: 700;
}
.btn-primary { background: linear-gradient(135deg, var(--accent), var(--accent-deep)); color: #fff; box-shadow: var(--shadow); }
.btn-secondary { background: rgba(255,255,255,.15); color: #fff; border: 1px solid rgba(255,255,255,.35); }
.section { padding: 5.5rem 0; }
.grid-two { display: grid; grid-template-columns: 1.1fr .9fr; gap: 2rem; }
.align-center { align-items: center; }
.intro h2, .section-head h2, .split-section h2, .contact-section h2 { font-size: clamp(2.2rem, 4vw, 3.5rem); line-height: 1; margin: .3rem 0 1rem; }
.intro p, .section-head p, .split-section p, .contact-section p, .feature-card p, .contact-form, .site-footer p { line-height: 1.8; }
.feature-cards { display: grid; gap: 1rem; }
.feature-card, .social-card, .contact-form {
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow);
}
.feature-card { padding: 1.35rem; }
.feature-card h3 { font-size: 1.8rem; margin: 0 0 .5rem; }
.centered { text-align: center; max-width: 760px; margin: 0 auto 2rem; }
.gallery-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
}
.gallery-item {
  background: none; padding: 0; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); position: relative;
}
.gallery-item img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.gallery-item:hover, .social-card:hover, .btn:hover, .lang-toggle:hover, .call-pill:hover { transform: translateY(-3px); }
.video-frame, .map-frame { border-radius: 26px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--border); background: #dcd7c4; }
.video-frame iframe { width: 100%; min-height: 540px; border: 0; }
.map-frame iframe { width: 100%; min-height: 430px; border: 0; }
.social-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.social-card { padding: 1.2rem; display: flex; align-items: center; gap: 1rem; }
.social-icon {
  width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--accent), var(--olive)); color: #fff; font-weight: 700; font-size: 1.2rem;
}
.contact-line a { color: var(--olive); font-weight: 700; }
.form-wrap { max-width: 920px; }
.contact-form { padding: 1.5rem; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
label { display: grid; gap: .4rem; margin-bottom: 1rem; }
input, textarea {
  width: 100%; padding: 1rem 1rem; border-radius: 16px; border: 1px solid rgba(82,97,47,.18); background: rgba(255,255,255,.75);
}
.form-note { color: var(--muted); margin: .4rem 0 0; }
.site-footer { padding: 2rem 0 3rem; }
.footer-wrap { text-align: center; border-top: 1px solid rgba(82,97,47,.12); padding-top: 2rem; }
.footer-wrap a { color: var(--olive); font-weight: 700; }
.whatsapp-float {
  position: fixed; right: 18px; bottom: 18px; width: 62px; height: 62px; border-radius: 50%;
  display: grid; place-items: center; background: #25d366; box-shadow: 0 14px 35px rgba(37,211,102,.35); z-index: 60;
}
.whatsapp-float svg { width: 34px; fill: #fff; }
.lightbox {
  position: fixed; inset: 0; background: rgba(18,22,18,.88); display: none; place-items: center; padding: 1rem; z-index: 80;
}
.lightbox.open { display: grid; }
.lightbox img { max-width: min(1100px, 92vw); max-height: 84vh; border-radius: 20px; box-shadow: var(--shadow); }
.lightbox-close {
  position: absolute; top: 18px; right: 18px; width: 52px; height: 52px; border-radius: 50%; font-size: 2rem;
  background: rgba(255,255,255,.12); color: #fff;
}
.reveal { opacity: 0; transform: translateY(24px); }
.reveal.visible { opacity: 1; transform: translateY(0); transition: all .8s ease; }

@media (max-width: 980px) {
  .grid-two, .social-grid, .gallery-grid { grid-template-columns: 1fr 1fr; }
  .main-nav {
    position: absolute; left: 1rem; right: 1rem; top: calc(100% + .5rem); display: none; flex-direction: column; gap: .2rem;
    padding: 1rem; border-radius: 20px; background: rgba(248,246,239,.98); border: 1px solid var(--border); box-shadow: var(--shadow);
  }
  .main-nav.open { display: flex; }
  .menu-toggle { display: block; }
}
@media (max-width: 720px) {
  .nav-actions { display: none; }
  .hero { min-height: 76svh; }
  .hero-content { padding-top: 6.5rem; }
  .grid-two, .social-grid, .gallery-grid, .field-grid { grid-template-columns: 1fr; }
  .section { padding: 4.2rem 0; }
  .video-frame iframe { min-height: 420px; }
  .brand-top { font-size: 1.2rem; }
}
