@charset "UTF-8";

:root {
  --header-height: 90px;
}

/* ===========================
   HERO INTERIOR · EVENTOS
   =========================== */

.section-full-bleed {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  color: #fff;
  text-align: center;
}

.section-full-bleed::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.32);
}

.section-full-bleed-bg {
  position: absolute;
  inset: 0;
  background-color: #718473;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-full-bleed-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.section-full-bleed .hero-text {
  position: static;
  transform: none;
  margin: 0 auto;
  padding: 0;
}

#Eventos {
  position: relative;
  height: 65vh;
  min-height: 0;
  overflow: hidden;
}

#Eventos .section-full-bleed-bg {
  position: absolute;
  top: -2px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

#Eventos .section-full-bleed-img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 2px);
  object-fit: cover;
  object-position: center bottom;
  transform-origin: center bottom;
}

#Eventos .section-full-bleed-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
  padding: 0 80px;
  text-align: center;
}

#Eventos .hero-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
}

#Eventos .hero-title,
#Eventos .hero-text h1 {
  max-width: 760px;
  margin: 0;
  padding: 10px;
}

.hero-text h1 {
  margin: 0;
  font-family: "Retro Voice", serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-transform: none;
}

/* ===========================
   SECCIONES GENERALES
   =========================== */

.section-general,
.section-general-crema {
  padding: 80px 0;
}

.section-general {
  background-color: #fff;
}

.section-general-crema {
  background-color: #f8f5f0;
}

.section-general-inner {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  grid-template-areas:
    "text media"
    "actions media";
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  column-gap: 60px;
  row-gap: 20px;
}

.section-general-text {
  grid-area: text;
}

.section-general-media {
  grid-area: media;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}

.section-general-media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}

.section-general-actions,
.section-centrado-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.section-general-actions {
  grid-area: actions;
  align-self: end;
}

.section-centrado-actions {
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  padding: 25px 40px;
}

.section-eyebrow,
.section-centrado-eyebrow {
  margin: 0 0 18px;
  color: #8b8f96;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.section-eyebrow {
  text-align: left;
}

.section-centrado-eyebrow {
  text-align: center;
}

.section-general-title {
  margin: 0 0 26px;
  color: #303642;
  font-family: "Retro Voice", serif;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 0.02em;
}

.section-general-body {
  color: #303642;
  font-size: 14px;
  line-height: 1.5;
}

.section-general-body p {
  margin: 0 0 14px;
}

/* ===========================
   BOTONES
   =========================== */

.btn-outline,
.btn-solid {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 15px 30px;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn-outline {
  border: 0.7px solid #303642;
  background-color: transparent;
  color: #303642;
}

.btn-outline:hover {
  background-color: #303642;
  color: #fff;
}

.btn-solid {
  border: 0.7px solid #303642;
  background-color: #303642;
  color: #fff;
}

.btn-solid:hover {
  background-color: transparent;
  color: #303642;
}

/* ===========================
   FICHAS DE EVENTOS
   =========================== */

.section-habitacion-feature {
  padding: 60px 0;
  background-color: #fff;
}

.habitacion-feature-inner {
  display: flex;
  align-items: center;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.habitacion-feature-media,
.habitacion-feature-text {
  flex: 1 1 0;
}

.habitacion-feature-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  contain: layout;
}

.habitacion-feature-swiper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.habitacion-feature-swiper .swiper-wrapper,
.habitacion-feature-swiper .swiper-slide {
  height: 100%;
}

.habitacion-feature-swiper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.habitacion-feature-swiper .swiper-button-prev,
.habitacion-feature-swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  color: #fff;
}

.habitacion-feature-swiper .swiper-button-prev::after,
.habitacion-feature-swiper .swiper-button-next::after {
  font-size: 18px;
}

.habitacion-feature-text {
  text-align: center;
}

.habitacion-feature-title {
  margin: 0 0 26px;
  color: #303642;
  font-family: "Retro Voice", serif;
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: none;
}

.habitacion-feature-body {
  margin: 0 0 18px;
  color: #303642;
  font-size: 13px;
  line-height: 1.6;
}

.section-habitacion-feature .section-centrado-actions {
  padding: 0;
}

.section-habitacion-feature .section-centrado-actions .btn-outline,
.section-habitacion-feature .section-centrado-actions .btn-solid {
  margin: 0;
}

.habitacion-feature-text > .btn-outline,
.habitacion-feature-text > .btn-solid {
  margin: 8px 6px 0;
}

/* ===========================
   SEPARADORES
   =========================== */

.section-franja {
  padding: 0 30px;
  background-color: #fff;
}

/* ===========================
   RESPONSIVE
   =========================== */

@media (min-width: 769px) and (max-width: 1024px) {
  .section-general-inner {
    grid-template-areas:
      "text media"
      "actions actions";
  }

  .section-general-actions {
    flex-wrap: nowrap;
  }

  .section-general-actions .btn-outline,
  .section-general-actions .btn-solid {
    padding: 15px 22px;
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  #Eventos .section-full-bleed-inner {
    padding: 0 30px;
  }

  .hero-text h1 {
    font-size: 45px;
  }

  .section-general,
  .section-general-crema,
  .section-habitacion-feature {
    padding: 60px 0;
  }

  .section-general-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0 30px;
  }

  .section-general-text,
  .section-general-media,
  .section-general-actions {
    width: 100%;
  }

  .section-general-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-general-actions .btn-outline,
  .section-general-actions .btn-solid {
    align-self: flex-start;
    white-space: nowrap;
  }

  .habitacion-feature-inner {
    flex-direction: column;
    gap: 32px;
    padding: 0 30px;
  }

  .habitacion-feature-media,
  .habitacion-feature-text {
    width: 100%;
  }

  .section-centrado-actions {
    flex-wrap: wrap;
    justify-content: center;
    padding: 25px 0 0;
  }

  .section-franja {
    padding: 0 30px;
  }

  /* ===========================
     FIX: Imágenes Swiper en móvil
     El aspect-ratio colapsa cuando
     Swiper no encuentra altura fija.
     Forzamos altura explícita.
     =========================== */

  .habitacion-feature-media {
  width: 100%;
  min-height: 400px;
  aspect-ratio: auto;
}

.habitacion-feature-swiper {
  width: 100%;
  height: 400px;
}

.habitacion-feature-swiper .swiper-wrapper,
.habitacion-feature-swiper .swiper-slide {
  height: 400px;
}

.habitacion-feature-swiper img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
	}}