*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --verde:     #0D3B38;
  --verde-lt:  #145550;
  --gold:      #C49A2A;
  --gold-lt:   #E8C55A;
  --beige:     #F5F0E8;
  --white:     #FFFFFF;
  --gray:      #6B6560;
  --gray-lt:   #D6D0C8;
  --brown-txt: #2A1A0E;
}

html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; font-weight: 400; color: var(--brown-txt); background: var(--white); line-height: 1.6; }

/* NAV */
nav {
  position: sticky; top: 0; z-index: 100;
  background: var(--verde);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5%; height: 68px;
}
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-logo-text { font-family: 'Playfair Display', serif; font-size: 18px; color: var(--white); letter-spacing: 0.04em; }
.nav-logo-text span { display: block; font-family: 'Inter', sans-serif; font-size: 10px; font-weight: 300; letter-spacing: 0.18em; color: var(--gold); text-transform: uppercase; }
.nav-links { display: flex; gap: 28px; list-style: none; }
.nav-links a { text-decoration: none; color: var(--gray-lt); font-size: 13px; letter-spacing: 0.06em; transition: color 0.2s; }
.nav-links a:hover { color: var(--gold); }
.nav-cta { background: var(--gold) !important; color: var(--verde) !important; font-weight: 500 !important; padding: 8px 20px !important; border-radius: 4px; }
.nav-cta:hover { background: var(--gold-lt) !important; }

/* BOTONES */
.btn { display: inline-block; text-decoration: none; padding: 13px 26px; font-size: 14px; letter-spacing: 0.04em; border-radius: 4px; transition: all 0.2s; font-weight: 500; cursor: pointer; border: none; font-family: inherit; }
.btn-gold { background: var(--gold); color: var(--verde); }
.btn-gold:hover { background: var(--gold-lt); }
.btn-outline { border: 1px solid rgba(255,255,255,0.3); color: var(--white); background: transparent; }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.btn-verde { background: var(--verde); color: var(--white); }
.btn-verde:hover { background: var(--verde-lt); }

/* LABELS */
.eyebrow { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; display: block; }

/* HERO */
.hero { background: var(--verde); color: var(--white); padding: 80px 5% 90px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(28px, 3.5vw, 48px); font-weight: 400; line-height: 1.2; margin-bottom: 20px; }
.hero-sub { font-size: 15px; color: var(--gray-lt); font-weight: 300; line-height: 1.8; margin-bottom: 32px; max-width: 440px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.stat-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; padding: 24px; }
.stat-card.accent { background: rgba(196,154,42,0.1); border-color: rgba(196,154,42,0.25); }
.stat-num { font-family: 'Playfair Display', serif; font-size: 34px; color: var(--gold); line-height: 1; margin-bottom: 6px; }
.stat-label { font-size: 12px; color: var(--gray-lt); letter-spacing: 0.08em; }

/* FILTROS Y PROPIEDADES */
.propiedades-section { padding: 72px 5%; }
.section-header { margin-bottom: 36px; }
.section-header h2 { font-family: 'Playfair Display', serif; font-size: 30px; font-weight: 400; }

.filtros { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 32px; }
.filtro-btn { background: var(--white); border: 1px solid var(--gray-lt); color: var(--gray); padding: 8px 18px; border-radius: 100px; font-size: 13px; cursor: pointer; transition: all 0.2s; font-family: inherit; }
.filtro-btn:hover, .filtro-btn.active { background: var(--verde); color: var(--white); border-color: var(--verde); }

.propiedades-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }

.prop-card { background: var(--white); border: 1px solid var(--gray-lt); border-radius: 8px; overflow: hidden; transition: border-color 0.2s, transform 0.15s; }
.prop-card:hover { border-color: var(--gold); transform: translateY(-2px); }
.prop-card-img { height: 180px; background: var(--beige); display: flex; align-items: center; justify-content: center; position: relative; }
.prop-card-img svg { width: 40px; height: 40px; stroke: var(--gray-lt); fill: none; stroke-width: 1.2; }
.prop-tag { position: absolute; top: 12px; left: 12px; background: var(--verde); color: var(--white); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; padding: 4px 10px; border-radius: 2px; }
.prop-tag.venta { background: var(--verde); }
.prop-tag.alquiler { background: #8B6914; }
.prop-card-body { padding: 20px; }
.prop-tipo { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }
.prop-direccion { font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 400; margin-bottom: 4px; }
.prop-ciudad { font-size: 13px; color: var(--gray); margin-bottom: 12px; }
.prop-precio { font-size: 18px; font-weight: 500; color: var(--verde); }
.prop-precio-detalle { font-size: 12px; color: var(--gray); margin-top: 2px; }
.prop-sup { font-size: 12px; color: var(--gray); margin-top: 8px; }
.prop-desc { font-size: 13px; color: var(--gray); margin-top: 10px; line-height: 1.6; }
.prop-cta { display: block; margin-top: 16px; text-align: center; background: var(--beige); color: var(--verde); font-size: 13px; font-weight: 500; padding: 10px; border-radius: 4px; text-decoration: none; transition: background 0.2s; }
.prop-cta:hover { background: var(--gold); color: var(--verde); }

/* SERVICIOS */
.servicios { background: var(--beige); padding: 72px 5%; }
.servicios-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 36px; }
.servicio-item { background: var(--white); border: 1px solid var(--gray-lt); border-radius: 8px; padding: 28px 24px; }
.servicio-icon { width: 40px; height: 40px; background: rgba(13,59,56,0.08); border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.servicio-icon svg { width: 20px; height: 20px; stroke: var(--verde); fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.servicio-item h3 { font-size: 15px; font-weight: 500; margin-bottom: 8px; color: var(--brown-txt); }
.servicio-item p { font-size: 13px; color: var(--gray); line-height: 1.7; }

/* ALQUILERES TEMPORALES */
.temporales-section { padding: 72px 5%; }
.temp-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 32px; }
.temp-card { background: var(--white); border: 1px solid var(--gray-lt); border-radius: 8px; overflow: hidden; text-decoration: none; color: inherit; transition: border-color 0.2s, transform 0.15s; display: block; }
.temp-card:hover { border-color: var(--gold); transform: translateY(-2px); }
.temp-card-header { height: 160px; background: var(--verde); display: flex; align-items: flex-end; padding: 20px; }
.temp-card-header.tafi { background: #0D3B38; }
.temp-card-header span { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); background: rgba(196,154,42,0.15); padding: 4px 10px; border-radius: 2px; }
.temp-card-body { padding: 24px;}
.temp-card-body h3 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 400; margin-bottom: 8px; }
.temp-card-body p { font-size: 13px; color: var(--gray); line-height: 1.7; margin-bottom: 16px; }
.temp-link { font-size: 13px; font-weight: 500; color: var(--gold); }

/* ABOUT */
.about { padding: 72px 5%; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about h2 { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 400; line-height: 1.3; margin-bottom: 16px; }
.about p { font-size: 14px; color: var(--gray); line-height: 1.8; margin-bottom: 14px; }
.valores { display: flex; flex-direction: column; gap: 18px; }
.valor { display: flex; gap: 14px; align-items: flex-start; }
.valor-dot { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; margin-top: 7px; flex-shrink: 0; }
.valor-text strong { display: block; font-size: 14px; font-weight: 500; margin-bottom: 3px; }
.valor-text p { font-size: 13px; color: var(--gray); margin: 0; }

/* CONTACT CTA */
.contact-cta { background: var(--verde); color: var(--white); padding: 72px 5%; text-align: center; }
.contact-cta h2 { font-family: 'Playfair Display', serif; font-size: 30px; font-weight: 400; margin-bottom: 12px; }
.contact-cta p { font-size: 15px; color: var(--gray-lt); font-weight: 300; margin-bottom: 32px; max-width: 440px; margin-left: auto; margin-right: auto; }
.contact-btns { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }

/* FOOTER */
footer { background: #061F1D; color: var(--gray-lt); padding: 28px 5%; display: flex; justify-content: space-between; align-items: center; font-size: 12px; }
footer a { color: var(--gold); text-decoration: none; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  html, body { overflow-x: hidden; max-width: 100%; }

  /* Layout principal: una sola columna sin ancho fijo */
  .hotel-body {
    grid-template-columns: 1fr !important;
    padding: 32px 4%;
    gap: 32px;
  }

  /* Galería */
  .galeria-mosaico { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .gal-cell:first-child { grid-row: span 1; }

  /* Carrusel Tafí */
  .tafi-carrusel { max-width: 100% !important; height: 220px !important; }
  .tafi-slide { height: 220px !important; }

  /* Grillas internas */
  .actividades-grid { grid-template-columns: 1fr 1fr !important; }
  .hab-grid { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 12px !important; }
  .amenities-grid { grid-template-columns: 1fr 1fr !important; }
  .gastro-grid { grid-template-columns: 1fr 1fr !important; }
  .ge-grid { grid-template-columns: 1fr !important; }
  .resenas-grid { grid-template-columns: 1fr !important; }

  /* Formulario */
  .reserva-card { position: static; width: 100%; box-sizing: border-box; }
  .form-row { grid-template-columns: 1fr !important; }

  /* Ubicación */
  .ubicacion-inner { grid-template-columns: 1fr !important; }

  /* Nav */
  .nav-links { display: none !important; }
}

.prop-card-img { position: relative; overflow: hidden; }
.prop-slides { display: flex; height: 100%; transition: transform 0.35s ease; }
.prop-slides img { min-width: 100%; height: 180px; object-fit: contain; background: var(--beige); flex-shrink: 0; }
.prop-slide-btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: rgba(0,0,0,0.35); border: none; color: white;
  width: 28px; height: 28px; border-radius: 50%; cursor: pointer;
  font-size: 16px; display: flex; align-items: center; justify-content: center;
  transition: background 0.2s; z-index: 2;
}
.prop-slide-btn:hover { background: rgba(0,0,0,0.6); }
.prop-slide-btn.prev { left: 6px; }
.prop-slide-btn.next { right: 6px; }
.prop-slide-dots {
  position: absolute; bottom: 7px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 4px; z-index: 2;
}
.prop-slide-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: rgba(255,255,255,0.45); border: none; padding: 0; cursor: pointer;
  transition: background 0.2s;
}
.prop-slide-dot.active { background: var(--gold); }
.prop-slides img { min-width: 100%; height: 180px; object-fit: contain; background: var(--beige); flex-shrink: 0; }

.hab-slide { width: 100%; height: 160px; object-fit: cover; display: block; }
.hab-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}