:root{
  --bg: #0f0f10;
  --paper: #f7f4ef;
  --text: #121214;
  --muted: #5b5b62;
  --card: #ffffff;
  --accent: #A08040;
  --accent2: #5a3d22;
  --ring: rgba(160,128,64,.35);
  --shadow: 0 18px 50px rgba(0,0,0,.18);
  --radius: 22px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color:var(--text);
  background: radial-gradient(1200px 600px at 80% -20%, rgba(160,128,64,.18), transparent 60%),
              radial-gradient(900px 500px at 0% 20%, rgba(90,61,34,.12), transparent 60%),
              #0b0b0c;
  line-height:1.55;
}

a{color:inherit}
.container{width:min(1120px, 92%); margin-inline:auto}

.skip{
  position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden;
}
.skip:focus{left:12px; top:12px; width:auto; height:auto; background:#fff; padding:10px 12px; border-radius:12px; z-index:99}

.topbar{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(12px);
  background: rgba(12,12,14,.58);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.topbar__inner{display:flex; align-items:center; justify-content:space-between; gap:14px; padding:12px 0}

.brand{display:flex; align-items:center; gap:12px; text-decoration:none}
.brand__logo{width:44px; height:44px; border-radius:14px; background:#fff; padding:6px}
.brand__text strong{display:block; color:#fff; letter-spacing:.2px}
.brand__text small{display:block; color:rgba(255,255,255,.72); font-size:.86rem}

.nav{display:flex; gap:18px; align-items:center}
.nav a{text-decoration:none; color:rgba(255,255,255,.86); font-size:.95rem}
.nav a:hover{color:#fff}
.navbtn{display:none; width:44px; height:44px; border-radius:14px; border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.06); color:#fff; cursor:pointer}
.navbtn span{display:block; width:18px; height:2px; background:#fff; margin:5px auto; border-radius:99px}

.mobileNav{
  display:none;
  padding:10px 4%;
  border-top:1px solid rgba(255,255,255,.08);
}
.mobileNav a{display:block; padding:12px 10px; color:rgba(255,255,255,.88); text-decoration:none; border-radius:14px}
.mobileNav a:hover{background:rgba(255,255,255,.06)}
.mobileNav__divider{height:1px; background:rgba(255,255,255,.08); margin:8px 10px}
.muted{color:rgba(255,255,255,.72)}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px;
  border-radius:16px;
  text-decoration:none;
  background: linear-gradient(135deg, rgba(160,128,64,1), rgba(90,61,34,1));
  color:#fff;
  border:1px solid rgba(255,255,255,.12);
  box-shadow: 0 10px 30px rgba(0,0,0,.22);
}
.btn:hover{filter:brightness(1.03)}
.btn--ghost{
  background: rgba(255,255,255,.06);
  color:#fff;
  box-shadow:none;
}
.btn--ghost:hover{background: rgba(255,255,255,.10)}
.btn--sm{padding:10px 14px; border-radius:14px; font-size:.95rem}

.hero{position:relative; min-height:74vh; display:grid; place-items:center; overflow:hidden}
.hero__bg{
  position:absolute; inset:0;
  background-image:
    linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.62) 80%),
    url("../img/portada.jpg");
  background-size:cover;
  background-position:center;
  transform: scale(1.02);
}
.hero__inner{position:relative; padding:64px 0}
.hero__card{
  width:min(640px, 100%);
  background: rgba(255,255,255,.92);
  border:1px solid rgba(255,255,255,.55);
  border-radius: var(--radius);
  padding:26px 24px;
}
.pill{
  display:inline-flex; gap:8px; align-items:center;
  padding:7px 12px;
  border-radius:999px;
  background: rgba(160,128,64,.12);
  border:1px solid rgba(160,128,64,.25);
  color:#3a2b1a;
  font-weight:600;
  font-size:.9rem;
}
.hero h1{margin:12px 0 10px; font-size: clamp(1.8rem, 3.5vw, 2.6rem); line-height:1.12}
.lead{margin:0 0 16px; color:#2a2a2f; font-size:1.05rem}
.cta{display:flex; gap:12px; flex-wrap:wrap; margin:14px 0 12px}
.hero__meta{display:flex; gap:14px; flex-wrap:wrap; color:rgba(0,0,0,.68); font-size:.95rem}
.hero__meta a{color:inherit}

.section{padding:72px 0}
.section--alt{background: rgba(255,255,255,.04)}
.section__head h2{margin:0; color:#fff; font-size:2rem}
.section__head p{margin:10px 0 0; color:rgba(255,255,255,.74); max-width:62ch}
.section--alt .section__head h2{color:#fff}

.grid3{display:grid; grid-template-columns: repeat(3, 1fr); gap:16px; margin-top:22px}
.card{
  background: rgba(255,255,255,.92);
  border:1px solid rgba(255,255,255,.22);
  border-radius: var(--radius);
  padding:18px 18px;
}
.card h3{margin:0 0 6px}
.card p{margin:0; color:#2f2f36}

.strip{
  margin-top:18px;
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:10px;
}
.strip__item{
  border-radius: 18px;
  padding:14px 14px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  color:rgba(255,255,255,.86);
}
.strip__item strong{display:block}
.strip__item span{display:block; color:rgba(255,255,255,.70); font-size:.95rem; margin-top:2px}

.price{
  position:relative;
  border-radius: var(--radius);
  padding:18px;
  background: rgba(255,255,255,.92);
  border:1px solid rgba(255,255,255,.20);
}
.price--featured{
  background: rgba(255,255,255,.98);
  border:1px solid rgba(160,128,64,.45);
  box-shadow: 0 18px 60px rgba(0,0,0,.22);
}
.badge{
  position:absolute; top:14px; right:14px;
  font-size:.78rem; font-weight:700;
  padding:6px 10px; border-radius:999px;
  background: rgba(160,128,64,.16);
  border:1px solid rgba(160,128,64,.35);
  color:#3a2b1a;
}
.price h3{margin:0 0 6px}
.price__tag{margin:0 0 12px; color:#2f2f36}
.price ul{margin:0 0 16px; padding-left:18px; color:#2f2f36}
.price li{margin:8px 0}
.note{margin-top:16px; color:rgba(255,255,255,.70)}

.gallery{
  margin-top:22px;
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:12px;
}
.gitem{
  border:none; padding:0; cursor:pointer; border-radius:18px; overflow:hidden;
  background: rgba(255,255,255,.06);
  outline: none;
}
.gitem img{width:100%; height:180px; object-fit:cover; display:block; transition: transform .25s ease}
.gitem:hover img{transform: scale(1.03)}
.gitem:focus-visible{box-shadow: 0 0 0 4px var(--ring)}

.videoWrap, .mapWrap{
  margin-top:22px;
  border-radius: var(--radius);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.25);
}
.videoWrap iframe{width:100%; aspect-ratio: 16/9; display:block}
.mapWrap iframe{width:100%; height:420px; display:block}

.social{margin-top:16px; display:flex; gap:10px; flex-wrap:wrap}
.chip{
  text-decoration:none;
  color:rgba(255,255,255,.90);
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  padding:10px 12px;
  border-radius: 999px;
}
.chip:hover{background: rgba(255,255,255,.10)}

.contactGrid{display:grid; grid-template-columns: 1.05fr .95fr; gap:16px; margin-top:22px}
.contactCard{
  border-radius: var(--radius);
  padding:18px;
  background: rgba(255,255,255,.92);
  border:1px solid rgba(255,255,255,.20);
}
.contactLine{margin:8px 0; color:#2f2f36}
.embed{margin-top:14px}
.embed h4{margin:0 0 10px}
.embed iframe{width:100%; max-width:100%; border-radius:18px}

.form{
  border-radius: var(--radius);
  padding:18px;
  background: rgba(255,255,255,.92);
  border:1px solid rgba(255,255,255,.20);
}
label{display:block; font-weight:650; color:#1a1a1f; font-size:.95rem}
input, select, textarea{
  width:100%;
  margin-top:8px;
  padding:12px 12px;
  border-radius:16px;
  border:1px solid rgba(20,20,25,.12);
  background:#fff;
  font: inherit;
  outline:none;
}
input:focus, select:focus, textarea:focus{box-shadow: 0 0 0 4px rgba(160,128,64,.22); border-color: rgba(160,128,64,.45)}
.row{display:grid; grid-template-columns: 1fr 1fr; gap:12px; margin-bottom:12px}
.form__actions{display:flex; gap:10px; flex-wrap:wrap; margin-top:12px}

.footer{padding:34px 0 18px; color:#fff; background: rgba(0,0,0,.25); border-top:1px solid rgba(255,255,255,.08)}
.footer__inner{display:flex; justify-content:space-between; gap:18px; flex-wrap:wrap}
.footer__links{display:flex; gap:14px; flex-wrap:wrap}
.footer__links a{color:rgba(255,255,255,.80); text-decoration:none}
.footer__links a:hover{color:#fff}
.footer__bottom{margin-top:10px; color:rgba(255,255,255,.75)}
.footer__bottom a{color:#fff}

.floatWpp{
  position:fixed; right:18px; bottom:18px; z-index:60;
  width:56px; height:56px; border-radius:18px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  display:grid; place-items:center;
  box-shadow: var(--shadow);
  border:1px solid rgba(255,255,255,.2);
}
.floatWpp svg{width:30px; height:30px; fill:#fff}

.lightbox{
  position:fixed; inset:0; z-index:80;
  display:none; align-items:center; justify-content:center;
  background: rgba(0,0,0,.78);
  padding:20px;
}
.lightbox.is-open{display:flex}
.lightbox__img{max-width:min(980px, 96vw); max-height:84vh; border-radius:22px; background:#111; border:1px solid rgba(255,255,255,.12)}
.lightbox__close{
  position:absolute; top:16px; right:18px;
  width:44px; height:44px; border-radius:16px;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.10);
  color:#fff; font-size:26px; cursor:pointer;
}

@media (max-width: 940px){
  .grid3{grid-template-columns: 1fr;}
  .strip{grid-template-columns: 1fr 1fr;}
  .gallery{grid-template-columns: 1fr 1fr;}
  .contactGrid{grid-template-columns: 1fr;}
  .nav{display:none}
  .navbtn{display:block}
  .hero{min-height:72vh}
}

@media (prefers-reduced-motion: reduce){
  *{scroll-behavior:auto !important; transition:none !important; animation:none !important}
}
.floatWpp__txt{color:#fff;font-weight:800;letter-spacing:.5px;font-size:16px;font-family:inherit}

.floatCall{
  position:fixed; left:18px; bottom:18px; z-index:60;
  width:56px; height:56px; border-radius:18px;
  background: rgba(255,255,255,.10);
  display:grid; place-items:center;
  box-shadow: var(--shadow);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(10px);
  text-decoration:none;
}
.floatCall__txt{font-size:22px}
