:root{
  --bg:#0b0f14;
  --card:#111826;
  --text:#e8eef7;
  --muted:#a9b6c8;
  --brand:#7ad3b7;
  --line:rgba(255,255,255,.10);
  --radius:16px;
  --max:1100px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: linear-gradient(180deg, #070a0e 0%, #0b0f14 40%, #0b0f14 100%);
  color:var(--text);
  line-height:1.55;
}

a{color:inherit;text-decoration:none}
img{max-width:100%;display:block;border-radius:14px}

.container{width:min(var(--max), calc(100% - 32px)); margin:0 auto}

.card{
  background:rgba(17,24,38,.85);
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
}

.header{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(10px);
  background:rgba(11,15,20,.65);
  border-bottom:1px solid var(--line);
}
.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
}
.brand{
  display:flex; align-items:center; gap:10px;
  font-weight:700; letter-spacing:.2px;
}


.brand-badge{
  width:36px;height:36px;border-radius:12px;
  background:rgba(122,211,183,.18);
  border:1px solid rgba(122,211,183,.35);
  display:grid; place-items:center;
  color:var(--brand);
  font-weight:800;
}

.nav{
  display:flex; gap:18px; flex-wrap:wrap;
  font-size:14px; color:var(--muted);
}
.nav a{padding:8px 10px;border-radius:12px}
.nav a:hover{background:rgba(255,255,255,.06); color:var(--text)}
.nav a.active{background:rgba(122,211,183,.14); color:var(--text); border:1px solid rgba(122,211,183,.25)}

.hero{padding:34px 0 22px}
.hero-grid{
  display:grid; gap:18px;
  grid-template-columns: 1.2fr .8fr;
  align-items:stretch;
}
@media (max-width: 900px){
  .hero-grid{grid-template-columns: 1fr}
}

.hero-left{padding:22px}
.kicker{color:var(--brand); font-weight:700; font-size:13px; letter-spacing:.12em; text-transform:uppercase}
h1{margin:10px 0 10px; font-size:40px; line-height:1.1}
@media (max-width: 520px){ h1{font-size:32px} }
.lead{color:var(--muted); margin:0 0 16px}
.cta-row{display:flex; gap:10px; flex-wrap:wrap; margin-top:16px}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:8px;
  padding:10px 14px;
  border-radius:14px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.06);
  color:var(--text);
  font-weight:600;
}
.btn:hover{background:rgba(255,255,255,.10)}
.btn.primary{
  background:rgba(122,211,183,.16);
  border:1px solid rgba(122,211,183,.35);
}
.btn.primary:hover{background:rgba(122,211,183,.22)}

.section{padding:22px 0}
.section h2{margin:0 0 12px; font-size:22px}
.grid3{
  display:grid; gap:14px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 900px){ .grid3{grid-template-columns:1fr} }

.feature{padding:16px}
.feature h3{margin:8px 0 6px; font-size:16px}
.feature p{margin:0;color:var(--muted); font-size:14px}

.page{padding:22px 0 10px}
.page .content{padding:18px}

.list{margin:0;padding-left:18px;color:var(--muted)}
blockquote{
  margin:0;
  padding:14px 16px;
  border-left:3px solid rgba(122,211,183,.55);
  background: rgba(255,255,255,.04);
  border-radius:14px;
}
blockquote cite{display:block; margin-top:8px; color:var(--muted); font-style:normal}

.filters{display:flex; flex-wrap:wrap; gap:8px; margin:12px 0 14px}
.filter-btn{
  padding:9px 12px; border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.86);
  cursor:pointer; font-weight:600; font-size:14px;
}
.filter-btn:hover{ background: rgba(255,255,255,.10); }
.filter-btn.active{
  background: rgba(122,211,183,.18);
  border-color: rgba(122,211,183,.35);
}

.gallery{
  display:grid; gap:12px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 900px){ .gallery{grid-template-columns: repeat(2, 1fr);} }
@media (max-width: 520px){ .gallery{grid-template-columns: 1fr;} }

.gallery a img{
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius:14px;
}

.lightbox{
  position:fixed; inset:0;
  background:rgba(0,0,0,.82);
  display:none; align-items:center; justify-content:center;
  padding:18px; z-index:9999;
}
.lightbox.open{display:flex}
.lightbox img{
  max-width:min(1100px, 96vw);
  max-height:88vh;
  border-radius:16px;
}
.lightbox .close{
  position:absolute; top:14px; right:14px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
  border-radius:12px;
  padding:10px 12px;
  cursor:pointer;
}

.logo{
  height:60px;
  width:auto;
}



.footer{
  padding:26px 0 40px;
  color:var(--muted);
  border-top:1px solid var(--line);
  margin-top:22px;
}
.small{font-size:13px;color:var(--muted)}


/* === LOGO – regla definitiva === */
.header .brand img.logo{
  height: 100px;        /* probá 72, después ajustamos */
  width: auto;
  max-width: none;     /* evita que otra regla lo limite */
  max-height: none;
  object-fit: contain;
}

/* WhatsApp flotante */
.whatsapp-float{
  position:fixed;
  right:20px;
  bottom:20px;
  width:58px;
  height:58px;
  background:#25D366;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 8px 20px rgba(0,0,0,.25);
  z-index:999;
  transition:transform .2s ease, box-shadow .2s ease;
}

.whatsapp-float img{
  width:32px;
  height:32px;
}

.whatsapp-float:hover{
  transform:scale(1.08);
  box-shadow:0 12px 26px rgba(0,0,0,.3);
}

.hero-img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.footer-info{
  font-size:14px;
  opacity:.85;
  line-height:1.5;
}

.footer-info a{
  color:inherit;
  text-decoration:none;
}

.footer-info a:hover{
  text-decoration:underline;
}


/* === Galería por secciones (carrusel horizontal) === */
.gallery-section{ margin-top: 18px; }
.gallery-section h2{ margin: 0 0 10px; font-size: 18px; }

.gallery-row{
  position: relative;
}

.gallery-strip{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 1fr);
  gap: 12px;
  overflow-x: auto;
  padding: 4px 2px 10px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

.gallery-strip::-webkit-scrollbar{ height: 10px; }
.gallery-strip::-webkit-scrollbar-thumb{
  background: rgba(255,255,255,.14);
  border-radius: 999px;
}

.gallery-strip a{ scroll-snap-align: start; }
.gallery-strip img{
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 14px;
}

.garrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.30);
  backdrop-filter: blur(6px);
  border-radius: 14px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 2;
}

.garrow:hover{ background: rgba(0,0,0,.45); }

.garrow.left{ left: 8px; }
.garrow.right{ right: 8px; }

@media (max-width: 520px){
  .garrow{ display:none; } /* en celular se scrollea con el dedo */
  .gallery-strip{ grid-auto-columns: minmax(220px, 1fr); }
}


/* Nuestro hotel */
.hotel-hero{ margin:14px 0 12px; }
.hotel-hero-img{
  width:100%;
  height:340px;
  object-fit:cover;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
}

.highlights{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:10px 0 16px;
}

.pill{
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  color:rgba(255,255,255,.90);
  font-weight:600;
  font-size:13px;
}

.hotel-grid{ margin-top:6px; }
.hotel-note{ padding:16px; margin-top:14px; }

@media (max-width: 768px){
  .hotel-hero-img{ height:260px; }
}

/* Comentarios */
.reviews{
  display:grid;
  gap:12px;
  margin-top:14px;
}

.review{
  padding:16px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  background:rgba(255,255,255,.04);
}

.review-top{
  display:flex;
  justify-content:space-between;
  gap:10px;
  align-items:flex-start;
  margin-bottom:10px;
}

.stars{
  letter-spacing:1px;
  font-size:14px;
  opacity:.95;
}

.muted{ color: var(--muted); }

.review-date{
  color: var(--muted);
  font-size:13px;
  white-space:nowrap;
}

.review p{
  margin:0;
  color: rgba(255,255,255,.90);
}

@media (max-width: 480px){
  body{ font-size: 16px; }
  .lead{ font-size: 18px; }
}

/* Menú responsive */
.nav-toggle{
  display:none;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  color:rgba(255,255,255,.92);
  border-radius:12px;
  padding:10px 12px;
  font-size:18px;
  cursor:pointer;
}

@media (max-width: 900px){
  .header-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
  }

  .nav-toggle{ display:inline-flex; }

  /* el nav se oculta por defecto */
  .nav{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    padding:10px 12px 14px;
    background:rgba(0,0,0,.92);
    border-top:1px solid rgba(255,255,255,.10);
    backdrop-filter: blur(10px);
  }

  .nav a{
    display:block;
    padding:12px 8px;
  }

  /* cuando está abierto */
  .header.open .nav{
    display:block;
  }
}

@media (max-width: 900px){
  .header{ position: sticky; } /* o position: relative; */
}

/* === Menú móvil (forzado) === */
.nav-toggle{ display:none; }

@media (max-width: 900px){
  .header-inner{ position:relative; }

  .nav-toggle{
    display:inline-flex;
    border:1px solid rgba(255,255,255,.14);
    background:rgba(255,255,255,.06);
    color:rgba(255,255,255,.92);
    border-radius:12px;
    padding:10px 12px;
    font-size:18px;
    cursor:pointer;
  }

  /* Nav cerrado */
  .nav{
    display:none !important;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    padding:10px 12px 14px;
    background:rgba(0,0,0,.92);
    border-top:1px solid rgba(255,255,255,.10);
    backdrop-filter: blur(10px);
  }

  .nav a{
    display:block;
    padding:12px 8px;
  }

  /* Nav abierto */
  .header.open .nav{
    display:block !important;
  }
}

/* Bloqueo de scroll cuando el menú está abierto */
body.menu-open{
  overflow: hidden;
  height: 100vh;
}

/* Overlay menú móvil */
.menu-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  backdrop-filter: blur(2px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
  z-index: 40; /* debajo del header (50) */
}

.header.open + .menu-overlay{
  opacity: 1;
  pointer-events: auto;
}

/* QR WiFi – tamaño mínimo escaneable */
.wifi-qr{
  margin:14px 0 18px;   /* izquierda en desktop */
  max-width:180px;
  text-align:left;
}

.wifi-qr img{
  width:100%;
  height:auto;
  display:block;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.12);
}

.wifi-qr .small{
  margin-top:6px;
  color:var(--muted);
  font-size:13px;
}

/* En móvil: centrar */
@media (max-width: 768px){
  .wifi-qr{
    margin:16px auto 20px;
    text-align:center;
  }
}


/* Footer compacto */
.footer-info p{
  margin: 2px 0;     /* elimina el “salto” grande entre líneas */
  line-height: 1.4;  /* más compacto pero legible */
}

.footer .container > div:first-child{
  margin-bottom: 4px; /* separa apenas el © del resto */
}

/* Lightbox */
.lightbox{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.86);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:9999;
}

.lightbox.open{ display:flex; }

.lightbox img{
  max-width:min(92vw, 1200px);
  max-height:88vh;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
}

.lb-close{
  position:absolute;
  top:14px;
  right:14px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.08);
  color:#fff;
  border-radius:12px;
  padding:10px 12px;
  font-size:18px;
  cursor:pointer;
}

.lb-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:44px;
  height:44px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.10);
  color:#fff;
  font-size:26px;
  line-height:42px;
  cursor:pointer;
}

.lb-prev{ left:14px; }
.lb-next{ right:14px; }

@media (max-width: 768px){
  .lb-nav{ width:40px; height:40px; font-size:24px; }
}

.lightbox{
  touch-action: pan-y; /* permite desplazamiento vertical, pero nosotros capturamos swipe horizontal */
}

/* Detalle de camas en galería */
.dept-beds{
  margin:4px 0 10px;
  font-size:14px;
  color:var(--muted);
  line-height:1.4;
}
