
:root{
  --bg:#F5F1E8;
  --paper:#FFFFFF;
  --primary:#1D5C4A;
  --primary2:#0F3D32;
  --accent:#9A7B3F;
  --text:#1B1B1B;
  --muted:#5B5B5B;
  --line:#E6DED0;
  --shadow: 0 10px 30px rgba(0,0,0,.10);
  --r: 18px;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background:var(--bg);
  line-height:1.55;
}
img{max-width:100%;display:block}
a{color:inherit}
.container{width:min(1100px, 92vw); margin:0 auto}
.skip{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip:focus{left:14px;top:14px;width:auto;height:auto;background:var(--paper);padding:10px 12px;border-radius:12px;box-shadow:var(--shadow);z-index:999}

.header{position:sticky;top:0;z-index:100;background:rgba(245,241,232,.72);backdrop-filter: blur(10px); border-bottom:1px solid rgba(0,0,0,.06)}
.header__inner{display:flex;align-items:center;justify-content:space-between; padding:10px 0}
.brand{display:flex;gap:10px;align-items:center;text-decoration:none}
.brand img{border-radius:12px}
.brand__name{font-family: Fraunces, serif; font-weight:700; letter-spacing:.3px; font-size:18px; line-height:1}
.brand__tag{font-size:12px; color:var(--muted); margin-top:2px}
.nav{display:flex;gap:18px;align-items:center}
.nav a{text-decoration:none; font-weight:600; font-size:14px; color:rgba(0,0,0,.72)}
.nav a:hover{color:var(--primary)}
.navbtn{display:none; border:0;background:transparent; padding:10px; border-radius:14px}
.navbtn span{display:block;width:22px;height:2px;background:rgba(0,0,0,.65); margin:5px 0;border-radius:2px}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;
  background:var(--primary); color:white; border:1px solid rgba(0,0,0,.08);
  padding:12px 16px; border-radius:14px; text-decoration:none; font-weight:700;
  box-shadow: 0 10px 22px rgba(29,92,74,.22);
}
.btn:hover{transform: translateY(-1px)}
.btn--ghost{background:transparent;color:var(--primary); border:1px solid rgba(29,92,74,.35); box-shadow:none}
.btn--small{padding:10px 12px; border-radius:12px; font-weight:700}

.hero{position:relative; min-height:74vh; display:grid; align-items:center; overflow:hidden; border-bottom:1px solid rgba(0,0,0,.06)}
.hero__bg{
  position:absolute; inset:0;
  background: linear-gradient(90deg, rgba(15,61,50,.88) 0%, rgba(15,61,50,.56) 50%, rgba(15,61,50,.18) 100%),
    url("../img/hero_hacienda.jpg") center/cover no-repeat;
  filter:saturate(1.03);
}
.hero__content{position:relative; padding:70px 0 46px}
.chip{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.14); color:rgba(255,255,255,.92);
  border:1px solid rgba(255,255,255,.20); padding:8px 12px;border-radius:999px;font-weight:700;font-size:12px
}
.hero h1{font-family: Fraunces, serif; font-size:52px; line-height:1.05; margin:14px 0 10px; color:white}
.lead{font-size:18px; max-width:60ch; color:rgba(255,255,255,.90); margin:0}
.hero__cta{display:flex;flex-wrap:wrap; gap:12px; margin-top:18px}
.hero__meta{display:flex; gap:22px; flex-wrap:wrap; margin-top:22px}
.meta{background:rgba(255,255,255,.10); border:1px solid rgba(255,255,255,.18); padding:10px 12px;border-radius:16px}
.meta__k{display:block;font-size:11px;color:rgba(255,255,255,.72); font-weight:800; text-transform:uppercase; letter-spacing:.12em}
.meta__v{display:block;color:rgba(255,255,255,.92); text-decoration:none; font-weight:700; margin-top:2px}

.section{padding:62px 0}
.section--alt{background:rgba(255,255,255,.55); border-top:1px solid rgba(0,0,0,.06); border-bottom:1px solid rgba(0,0,0,.06)}
.section__head{margin-bottom:18px}
h2{font-family: Fraunces, serif; font-size:34px; margin:0 0 10px}
h3{margin:0 0 8px}
.muted{color:var(--muted)}
.small{font-size:13px}
.grid2{display:grid; grid-template-columns: 1.1fr .9fr; gap:22px; align-items:start}
.card{background:var(--paper); border:1px solid rgba(0,0,0,.08); border-radius:var(--r); box-shadow: var(--shadow)}
.photoCard{overflow:hidden}
.photoCard__cap{padding:14px 14px 16px}
.photoCard__title{font-weight:800}
.photoCard__text{color:var(--muted); font-size:13px; margin-top:2px}

.bullets{display:grid; gap:10px; margin-top:18px}
.bullet{display:flex; gap:10px; align-items:flex-start; background:rgba(255,255,255,.60); border:1px solid rgba(0,0,0,.06);
  padding:12px 12px; border-radius:16px
}
.bullet__icon{width:26px;height:26px;border-radius:10px; display:grid; place-items:center;
  background:rgba(29,92,74,.12); color:var(--primary); font-weight:900}

.cards{display:grid; grid-template-columns: repeat(3, 1fr); gap:16px}
.exp{padding:16px}
.exp h3{font-size:16px}
.link{display:inline-flex; gap:8px; align-items:center; color:var(--primary); font-weight:800; text-decoration:none; margin-top:8px}
.link:hover{text-decoration:underline}

.gallery{display:grid; grid-template-columns: repeat(3, 1fr); gap:12px}
.gitem{border:0; padding:0; background:transparent; cursor:pointer}
.gitem img{border-radius:16px; border:1px solid rgba(0,0,0,.08); box-shadow: 0 10px 22px rgba(0,0,0,.08); height:220px; width:100%; object-fit:cover}
.gitem:focus-visible img{outline:3px solid rgba(29,92,74,.35); outline-offset:2px}

.lightbox{border:0; padding:0; width:min(1000px, 92vw); border-radius:22px; overflow:hidden; box-shadow: var(--shadow)}
.lightbox::backdrop{background:rgba(0,0,0,.55)}
.lightbox img{width:100%; height:auto; display:block}
.lightbox__close{position:absolute; top:10px; right:10px; width:42px; height:42px; border-radius:14px;
  border:0; background:rgba(0,0,0,.55); color:white; font-size:26px; cursor:pointer
}

.video{border-radius:22px; overflow:hidden; border:1px solid rgba(0,0,0,.10); box-shadow: var(--shadow)}
.video iframe{width:100%; aspect-ratio: 16/9; display:block}

.map{border-radius:22px; overflow:hidden; border:1px solid rgba(0,0,0,.10); box-shadow: var(--shadow)}
.map iframe{width:100%; height:360px; border:0; display:block}

.embedWrap{border-radius:22px; overflow:hidden}
.embedWrap iframe{width:100%; border:0; height:520px; display:block}

.social{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px}
.social__btn{display:inline-flex; gap:10px; align-items:center; text-decoration:none; font-weight:800;
  background:var(--paper); border:1px solid rgba(0,0,0,.10); padding:12px 14px; border-radius:16px; box-shadow: 0 10px 22px rgba(0,0,0,.06)
}
.social__ic{width:26px; height:26px; border-radius:10px; display:grid; place-items:center;
  background:rgba(154,123,63,.16); color:var(--accent); font-weight:900
}
.note{margin-top:14px; background:rgba(154,123,63,.10); border:1px solid rgba(154,123,63,.25); padding:12px 12px; border-radius:16px}

.contactCards{display:grid; grid-template-columns: repeat(3, 1fr); gap:12px; margin:18px 0}
.cCard{text-decoration:none; padding:14px; border-radius:18px; background:var(--paper); border:1px solid rgba(0,0,0,.10); box-shadow: 0 10px 22px rgba(0,0,0,.06)}
.cCard__k{font-size:12px; color:var(--muted); font-weight:800; text-transform:uppercase; letter-spacing:.12em}
.cCard__v{font-size:16px; font-weight:900; margin-top:6px}

.formCard{padding:16px}
label{display:block; font-weight:700; font-size:13px; margin-top:12px}
input, textarea{width:100%; padding:12px 12px; border-radius:14px; border:1px solid rgba(0,0,0,.12); background:white; font:inherit; margin-top:6px}
input:focus, textarea:focus{outline:3px solid rgba(29,92,74,.25); border-color: rgba(29,92,74,.35)}
button{cursor:pointer}

.wapp{position:fixed; right:16px; bottom:16px; z-index:120;
  background:#25D366; color:white; text-decoration:none; font-weight:900;
  padding:12px 14px; border-radius:999px; box-shadow: 0 14px 28px rgba(0,0,0,.20);
}
.wapp span{display:inline-block}

.footer{padding:26px 0; background:rgba(16,42,35,.94); color:white}
.footer__inner{display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap}
.footer__brand{font-family: Fraunces, serif; font-weight:700; font-size:18px}
.footer a{color:white}

@media (max-width: 900px){
  .grid2{grid-template-columns:1fr}
  .cards{grid-template-columns:1fr}
  .gallery{grid-template-columns:1fr 1fr}
  .hero h1{font-size:42px}
  .contactCards{grid-template-columns:1fr}
  .embedWrap iframe{height:460px}
}
@media (max-width: 720px){
  .navbtn{display:block}
  .nav{position:absolute; right:4vw; top:64px; background:rgba(255,255,255,.92); backdrop-filter: blur(10px);
    border:1px solid rgba(0,0,0,.10); border-radius:18px; padding:12px; display:none; flex-direction:column; align-items:stretch; min-width: 220px; box-shadow: var(--shadow)
  }
  .nav a{padding:10px 10px; border-radius:12px}
  .nav a:hover{background:rgba(29,92,74,.08)}
  .nav--open{display:flex}
  .gallery{grid-template-columns:1fr}
  .gitem img{height:240px}
}
