:root {
  --hc-black: #111;
  /* barra superior */
  --hc-navy: #121831;
  /* navbar principal */
  --hc-text: #f3f4f6;
  /* texto claro */
  --hc-accent: #f59e0b;
  /* ámbar para activo/hover */
  --hc-border: #2a314d;
}



.topbar {
  background: var(--hc-black);
  color: var(--hc-text);
  font-size: .95rem;
  letter-spacing: .06em;
}

.topbar a {
  color: var(--hc-text);
  text-decoration: none
}

.topbar .divider {
  opacity: .4;
  margin: 0 .75rem
}

.navbar-hc {
  background: var(--hc-navy);
  border-bottom: 1px solid var(--hc-border);
}

.navbar-hc .nav-link {
  color: #dbe2f0;
  font-weight: 600;
  letter-spacing: .02em;
  padding: .75rem 1rem;
}

.navbar-hc .nav-link:hover {
  color: var(--hc-accent)
}

.navbar-hc .nav-link.active {
  color: var(--hc-accent)
}

.cta-reservar {
  border: 2px solid #fff;
  color: #fff;
  font-weight: 800;
  letter-spacing: .06em;
  border-radius: .8rem;
  padding: .5rem 1rem;
}

.cta-reservar:hover {
  color: var(--hc-navy);
  background: #fff
}

.logo-hc {
  height: 80px;
  width: auto;
}


/* Tipografías (títulos serif + texto sans) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Playfair+Display:wght@600;700;800&display=swap');

:root {
  --hc-black: #111;
  --hc-navy: #121831;
  --hc-text: #f3f4f6;
  --hc-accent: #f59e0b;
  /* dorado */
  --hc-border: #2a314d;
}

body {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  padding-top: 140px;
  /* Ajuste para header fijo (aprox) */
}

@media (max-width: 991.98px) {
  body {
    padding-top: 100px;
    /* Ajuste para móvil (aprox) */
  }
}

/* ------- HERO ------- */
.hero-title {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  line-height: 1.05;
  font-size: clamp(2.2rem, 2.6vw + 1.4rem, 3.2rem);
  letter-spacing: .02em;
  padding-left: 50px;
  padding-right: 50px;
}

.signature {

  font-family: "Dynalight", cursive;
  font-weight: 400;
  font-size: 22px;
  font-style: normal;
  padding-left: 50px;
}

.hero-gallery .hero-img {
  object-fit: cover;
  display: block;
}

.hero-img-a {
  width: 340px;
  height: 440px;
}

.hero-img-b {
  width: 260px;
  height: 340px;
  margin-top: 1.25rem;
}

@media (max-width: 991.98px) {
  .hero-img-a {
    width: 52vw;
    height: 60vw;
    max-width: 420px;
    max-height: 520px;
  }

  .hero-img-b {
    width: 38vw;
    height: 44vw;
  }
}

.paddings {
  padding-left: 50px;
  padding-right: 50px;
}

.blanco {
  color: #fff;
}


/* ------- FAVORITAS ------- */
.favoritas-section {
  background: var(--hc-navy);
}

.section-overline {
  text-transform: uppercase;
  letter-spacing: .18em;
  color: #fff;
  font-size: .9rem;
}

.section-title-serif {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: .04em;
  font-size: clamp(1.6rem, 1.4vw + 1.2rem, 2.2rem);
}

.fav-track {
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: .25rem 2.5rem;
  /* espacio para flechas */
}

.room-card {
  min-width: 520px;
}

.room-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: .25rem;
  color: #fff;
}

.price {
  color: #fff;
  font-weight: 800;
  letter-spacing: .04em;
}

/* Flechas */
.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 2px solid var(--hc-accent);
  background: transparent;
  color: var(--hc-accent);
  display: grid;
  place-items: center;
}

.nav-arrow-left {
  left: .25rem;
}

.nav-arrow-right {
  right: .25rem;
}

.nav-arrow:hover {
  background: #ffffff10;
}

/* ------- FACILIDADES ------- */
.feature-card {
  background: #fff;
  border: 1px solid #e9edf5;
  border-radius: .9rem;
  padding: 1.2rem;
  transition: .2s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
}

.feature-icon {
  font-size: 1.8rem;
  color: var(--hc-accent);
}

/* ====== Testimoniales ====== */
.testimonial-section .divider-soft {
  width: 160px;
  border-top: 3px solid #eee;
}

.dots {
  display: flex;
  justify-content: center;
  gap: .5rem;
}

.dot {
  width: 28px;
  height: 8px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: #e5e7eb;
  transition: .2s;
}

.dot.active {
  background: var(--hc-accent);
}

/* ====== Mosaico de servicios ====== */
/* ====== Mosaico de servicios (4 columnas) ====== */
.mosaic-grid {
  display: grid;
  gap: 0rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1199.98px) {

  /* xl- */
  .mosaic-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {

  /* lg- */
  .mosaic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {

  /* sm- */
  .mosaic-grid {
    grid-template-columns: 1fr;
  }
}

.tile {
  border-radius: .0rem;
  overflow: hidden;
  background: #f8f8f8;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.tile-img {
  padding: 0;
}

.tile-img img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
}

.tile-card {
  background: #f4e9d9;
  padding: 1.25rem 1.4rem;
  justify-content: space-between;
}

.tile-title {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  padding: .125rem 1.5rem 0;
  letter-spacing: .02em;
  font-size: 2.0rem;
}

.btn-ambar {
  background: var(--hc-accent);
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: .0rem;
  padding: .55rem 1rem;
}

.btn-ambar:hover {
  filter: brightness(1.05);
  color: var(--hc-accent);
  border: 1px solid var(--hc-accent);
}


/* ====== FIX hueco blanco en mosaico de servicios ====== */

/* Forzamos a 0 la separación entre filas/columnas, por si alguna utilidad la pisa */
.mosaic-grid {
  row-gap: 0 !important;
  column-gap: 0 !important;
  gap: 0 !important;
  /* Evita artefactos por subpíxeles en Safari/Chrome */
  transform: translateZ(0);
}

/* Quitamos cualquier margen colapsado dentro de cada tile */
.mosaic-grid>.tile {
  margin: 0 !important;
}

/* Imágenes como block para evitar el “baseline gap” */
.tile-img img {
  display: block !important;
  line-height: 0 !important;
}

/* Asegura que la tarjeta rellene el alto y no “empuje” la siguiente fila */
.tile {
  display: flex !important;
  flex-direction: column !important;
}

.tile-img {
  flex: 0 0 auto;
}

.tile-card {
  flex: 1 1 auto;
  margin: 0 !important;
}

/* (Opcional) Si tu sección tiene fondo blanco, iguala el fondo del contenedor
   para que un sub-píxel no se note visualmente */
.mosaic-grid {
  background: #f4e9d9;
}

/* mismo tono de .tile-card */





/* ====== Mapa ====== */
.map-wrap {
  width: 100%;
  height: 420px;
  background: #eef2f7;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.brand-circle {
  width: 56px;
  height: 56px;
  border: 2px solid #cbd5e1;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #94a3b8;
}




.footer-hc {
  background: var(--hc-navy);
  color: #e8edf6;
}

.text-footer {
  color: #c9d2e3;
}

.footer-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: .04em;
  font-size: 1.6rem;
}

.footer-list li {
  margin: .35rem 0;
}

.footer-list a {
  color: #e8edf6;
  text-decoration: none;
}

.footer-list a:hover {
  color: var(--hc-accent);
}

.lang-select {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  font-weight: 800;
  border-radius: .6rem;
  padding: .6rem 1rem;
}

.lang-select:focus {
  box-shadow: none;
}

.social-link {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1.5px solid #ffffff55;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
}

.social-link:hover {
  border-color: #fff;
  color: #fff;
}

.footer-hr {
  border-color: #2a314d;
  opacity: 1;
}

/* Separadores verticales desde lg */
@media (min-width: 992px) {
  .border-lg-start {
    border-left: 1px solid #2a314d;
    padding-left: 2rem;
  }
}


/* ===== Instalaciones ===== */
.insta-title-serif {
  font-family: "Playfair Display", serif;
  padding-top: 100px;
  padding-left: 50px;
  font-weight: 800;
  letter-spacing: .02em;
  color: #101828;
  font-size: clamp(1.8rem, 1.2vw + 1.4rem, 2.4rem);
  margin-bottom: .5rem;
}

.insta-subtitle-serif {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: clamp(1.2rem, .6vw + 1rem, 1.5rem);
  margin: 1rem 0 .5rem;
  color: #0f172a;
  padding-left: 50px;
  padding-right: 50px;
}

.insta-lead {
  line-height: 1.75;
  text-align: justify;
  padding-left: 50px;
  padding-right: 50px;
}

.insta-hours li {
  margin: .25rem 0;
  padding-left: 50px;
  padding-right: 50px;
}

.insta-hours i {
  color: var(--hc-accent);
}

.insta-photo img {
  width: 100%;
  height: auto;
  display: block;
  padding-left: 50px;
  padding-right: 50px;
}

/* Indicadores (barra ámbar + dots grises) */
.insta-indicators {
  display: flex;
  align-items: center;
  gap: .6rem;
  margin: .75rem 0 0 .25rem;
  padding-left: 50px;
}

.insta-indicators .bar-accent {
  display: inline-block;
  width: 72px;
  height: 6px;
  border-radius: 8px;
  background: var(--hc-accent);
}

.insta-indicators .dot {
  width: 18px;
  height: 6px;
  border-radius: 8px;
  background: #e5e7eb;
}

.insta-indicators .dot.active {
  background: #cbd5e1;
}

/* Separación entre bloques en móviles */
@media (max-width: 991.98px) {
  .feature-row {
    margin-bottom: 2.5rem !important;
  }
}



/* ======= Hero + Booking ======= */
.hero-hc {
  width: 100%;
}

/* Imagen del hero */
.hero-img {
  height: clamp(340px, 56vh, 720px);
  object-fit: cover;
}

/* Oscurecer con gradiente y centrar textos */
.hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .25));
}

.hero-heading {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: clamp(1.8rem, 3.6vw + .6rem, 3.6rem);
  text-shadow: 0 3px 18px rgba(0, 0, 0, .35);
}

.hero-subtitle {
  font-size: clamp(1rem, 1.2vw + .6rem, 1.5rem);
  opacity: .95;
}

/* Barra de reserva (superpuesta al borde inferior) */
.booking-wrap {
  position: relative;
  z-index: 3;
  margin-top: -42px;
  /* solapa sobre el hero */
  margin-bottom: 1.25rem;
}

.booking-grid {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: .6rem;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .12);
}

/* Celdas y separadores */
.booking-cell {
  padding: 1rem 1.25rem;
  border-right: 1px solid #eef2f5;
}

.booking-cell:last-of-type {
  border-right: none;
}

@media (max-width: 991.98px) {
  .booking-cell {
    border-right: none;
    border-bottom: 1px solid #eef2f5;
  }

  .booking-cell:last-of-type {
    border-bottom: 1px solid #eef2f5;
  }
}

/* Etiquetas e inputs */
.booking-label {
  display: block;
  font-weight: 600;
  color: #374151;
  margin-bottom: .35rem;
}

.booking-input {
  border: none;
  background: transparent;
  box-shadow: none;
  padding: .25rem 0 .35rem;
  border-bottom: 2px solid #e5e7eb;
  border-radius: 0;
}

.booking-input:focus {
  outline: none;
  box-shadow: none;
  border-bottom-color: var(--hc-accent);
}

/* Botón reservar */
.booking-cta {
  background: var(--hc-accent);
  color: #fff;
  font-weight: 800;
  letter-spacing: .06em;
  border: none;
  border-radius: 0 .6rem .6rem 0;
  font-size: 1.05rem;
}

.booking-cta:hover {
  filter: brightness(1.05);
  color: #fff;
}

/* Ajustes del carrusel (sin JS por ahora) */
#hcHero .carousel-item {
  transition: none;
}

/* estático hasta programar lógica */


/* ===== Eventos ===== */
.events-title-serif {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  letter-spacing: .02em;
  font-size: clamp(1.4rem, .8vw + 1.2rem, 2rem);
  margin-bottom: .35rem;
  color: #0f172a;
}

.events-desc {
  color: #475569;
  line-height: 1.75;
  height: 200px;
}

.amenity {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .35rem;
}

.amenity-icon {
  font-size: 1.6rem;
  color: #111;
  opacity: .8;
}

.amenity-text {
  font-weight: 600;
  color: #55627a;
}

/* Fondo del formulario */
.events-quote {
  background: #f6ead8;
}

/* Inputs estilo ámbar-beige */
.form-amber .form-label {
  font-weight: 600;
  color: #374151;
}

.form-amber-input {
  background: #f3e3c9;
  border: 1px solid #e6d6bd;
  color: #111;
}

.form-amber-input:focus {
  border-color: #d5b98a;
  box-shadow: 0 0 0 .2rem rgba(245, 158, 11, .15);
}

/* Asterisco requerido */
.req {
  color: var(--hc-accent);
}

/* Placeholder reCAPTCHA */
.recaptcha-placeholder {
  width: 300px;
  height: 74px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: .35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
  font-size: .95rem;
}

/* Botón ámbar reutilizado */
.btn-ambar {
  background: var(--hc-accent);
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: .5rem;
  padding: .6rem 1rem;
}

.btn-ambar:hover {
  filter: brightness(1.05);
  color: #fff;
}

/* ===== Nuestra Historia ===== */
.history-overline {
  text-transform: uppercase;
  letter-spacing: .18em;
  color: #6b7280;
}

.history-title {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  letter-spacing: .04em;
  font-size: clamp(2rem, 1.6vw + 1.6rem, 3rem);
}

.history-content {
  max-width: 980px;
}

.history-text {
  color: #374151;
  line-height: 1.9;
  margin-bottom: 1rem;
}

.history-signature {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 600;
  color: #1f2937;
  margin-top: .75rem;
}

/* Galería 3+2 con CSS Grid (≥lg: 6 columnas; fila1: span 2; fila2: span 3) */
.history-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(6, 1fr);
}

.history-tile {
  grid-column: span 2;
  background: #fff;
  border-radius: .75rem;
  overflow: hidden;
}

.history-tile.span-3 {
  grid-column: span 3;
}

@media (max-width: 991.98px) {

  /* md- */
  .history-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .history-tile {
    grid-column: span 2;
  }

  .history-tile.span-3 {
    grid-column: span 4;
  }
}

@media (max-width: 575.98px) {

  /* sm- */
  .history-grid {
    grid-template-columns: 1fr;
  }

  .history-tile,
  .history-tile.span-3 {
    grid-column: span 1;
  }
}

.history-media {
  aspect-ratio: 4/3;
  background: #eee;
}

.history-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.history-caption {
  padding: .9rem 1rem 1.1rem;
  background: #fff;
}

.cap-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: .25rem;
}

.link-more {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  color: var(--hc-accent);
  font-weight: 700;
  text-decoration: none;
}

.link-more:hover {
  filter: brightness(1.05);
}


/* ===== Habitaciones (listado) ===== */
.room-item {
  border: 1px solid #eaeef5;
  border-radius: .75rem;
  background: #fff;
}

.room-item .room-body {
  padding: 2.25rem 6.25rem 1.1rem;
  border-left: 1px solid #eef2f7;
  height: 100%;

}

@media (max-width: 991.98px) {
  .room-item .room-body {
    border-left: none;
    border-top: 1px solid #eef2f7;
    border-radius: 0 0 .75rem .75rem;
  }
}

.room-title {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  letter-spacing: .02em;
  color: #fff;
  font-size: clamp(1.2rem, .6vw + 1.1rem, 1.6rem);
}

.feat {
  color: #7c8799;
  font-weight: 600;
}

.price-line .price {
  color: var(--hc-accent);
}

.btn-icon {
  border: none;
  background: transparent;
  color: #94a3b8;
}

.btn-icon:hover {
  color: #0f172a;
}



.room-photo img {
  display: block;
}

.photo-chip {
  position: absolute;
  left: .75rem;
  bottom: .75rem;
  display: inline-flex;
  align-items: center;
  padding: .25rem .5rem;
  background: rgba(ff, ff, ff, .75);
  color: #fff;
  font-size: .85rem;
  border-radius: .5rem;
}

/* “Ver detalles” visual neutro */
.btn-outline-dark {
  border-color: #d1d5db;
  color: #111;
}

.btn-outline-dark:hover {
  background: #111;
  color: #fff;
  border-color: #111;
}


/* ====== Teziutlán ====== */
/* Galería */
.tezi-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1199.98px) {
  .tezi-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991.98px) {
  .tezi-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .tezi-grid {
    grid-template-columns: 1fr;
  }
}

.tezi-card {
  background: #fff;
  border: 1px solid #eaeef5;
  border-radius: .75rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.tezi-media {
  aspect-ratio: 4/3;
  background: #eef2f7;
}

.tezi-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tezi-caption {
  padding: .75rem .9rem 1rem;
}

.tezi-title {
  font-weight: 700;
  color: #0f172a;
  margin-bottom: .25rem;
}

.tezi-more {
  color: var(--hc-accent);
  text-decoration: none;
  font-weight: 700;
}

.tezi-more:hover {
  filter: brightness(1.05);
}

/* Mini-calendarios (estáticos) */
.mini-cal-wrap {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 991.98px) {
  .mini-cal-wrap {
    grid-template-columns: 1fr;
  }
}

.mini-cal {
  background: #fff;
  border: 1px solid #e6eaf2;
  border-radius: .75rem;
  overflow: hidden;
}

.mini-cal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8f9fb;
  padding: .6rem .8rem;
  border-bottom: 1px solid #e6eaf2;
}

.mini-cal-month {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  letter-spacing: .02em;
}

.mini-cal-nav {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid #d7ddea;
  background: #fff;
  color: #111;
  display: grid;
  place-items: center;
}

.mini-cal-nav.ghost {
  visibility: hidden;
}

.mini-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: .25rem;
  padding: .7rem .7rem 1rem;
}

.mini-cal-grid .dw {
  text-align: center;
  font-weight: 700;
  font-size: .8rem;
  color: #64748b;
  padding: .2rem 0;
}

.mini-cal-grid div:not(.dw) {
  text-align: center;
  padding: .35rem 0;
  border-radius: .5rem;
  color: #0f172a;
  background: #fff;
}

.mini-cal-grid .empty {
  background: transparent;
}

.mini-cal-grid .has-event {
  background: #f3e3c9;
  border: 1px solid #e2caa3;
  color: #8a5b05;
  font-weight: 700;
}


.hc-section {
  background: linear-gradient(135deg, #f7f8fc 0%, #ffffff 60%, #f5f7ff 100%);
}

.hc-card {
  border: 0;
  border-radius: 1.25rem;
  box-shadow: 0 8px 24px rgba(21, 35, 71, .08);
  transition: transform .2s ease, box-shadow .2s ease;
  background: rgba(255, 255, 255, .85);
  backdrop-filter: blur(6px);
}

.hc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(21, 35, 71, .12);
}

.hc-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #0d6efd1a;
  color: #0d6efd;
  font-size: 1.6rem;
}

.hc-icon.success {
  background: #1987541a;
  color: #198754;
}

.hc-icon.warning {
  background: #ffc1071a;
  color: #b58100;
}

.hc-icon.promo {
  background: #6f42c11a;
  color: #6f42c1;
}

.hc-tag {
  font-size: .85rem;
  padding: .25rem .6rem;
  border-radius: 999px;
  background: #eef2ff;
  color: #3c4ad0;
}


/* ---- Hero simple por sección ---- */
.hero-page .hero-bg img {
  width: 100%;
  height: clamp(300px, 52vh, 620px);
  object-fit: cover;
  display: block;
  filter: brightness(.65);
}

.hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.hero-page-title {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: clamp(1.8rem, 2.6vw + 1rem, 3.2rem);
  text-shadow: 0 4px 22px rgba(0, 0, 0, .35);
}

.hero-page-sub {
  font-size: clamp(1rem, 1vw + .7rem, 1.35rem);
  opacity: .95;
  margin: 0;
}


/* Lightbox Teziutlán */
#galleryImg {
  max-height: calc(100vh - 140px);
  object-fit: contain;
  background: #000;
  /* por si hay bandas */
}

.bg-black-80 {
  background: rgba(0, 0, 0, .8);
}

.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  border-radius: 999px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  opacity: .9;
}

.gallery-prev {
  left: .5rem;
}

.gallery-next {
  right: .5rem;
}

.gallery-nav:hover {
  opacity: 1;
}



.testimonial-section .divider-soft {
  width: 160px;
  border-top: 3px solid #eee;
}

.dots {
  display: flex;
  justify-content: center;
  gap: .5rem;
}

.dot {
  width: 28px;
  height: 8px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: #e5e7eb;
  transition: .2s;
}

.dot.active {
  background: var(--hc-accent);
}


/* ===== Habitaciones: foto sin velo + click al lightbox ===== */

/* Contenedor ratio intacto (mantiene alineación/altura) */
.room-photo {
  position: relative;
}

/* Bootstrap usa ::before en .ratio para el alto.
   Lo dejamos, pero transparente y sin eventos. */
.room-photo.ratio::before {
  background: transparent !important;
  pointer-events: none !important;
}

/* Si tu tema añadía un overlay en ::after o una capa .overlay/.shade, lo anulamos */
.room-photo::after {
  content: none !important;
}

.room-photo .overlay,
.room-photo .shade {
  display: none !important;
}

/* El link debe cubrir toda el área de la foto para recibir el clic */
.room-photo>a {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* por debajo del chip, pero recibirá el clic */
}

/* Imagen limpia (sin opacidad/filtro) */
.room-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: none !important;
  opacity: 1 !important;
}

/* El chip visible pero NO debe capturar clics */
.room-photo .photo-chip {
  position: absolute;
  left: .75rem;
  bottom: .75rem;
  z-index: 2;
  pointer-events: none;
  /* << clave: no roba el clic */
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  /* (tu estética) */
}


.form-card {
  background: #fff;
  border: 1px solid #eaeef5;
  border-radius: .75rem;
  box-shadow: 0 6px 20px rgba(15, 23, 42, .03);
}

.required::after {
  content: " *";
  color: #f97316;
}

.invalid-msg {
  color: #b91c1c;
  font-size: .85rem;
}

.section-divider {
  border-top: 2px dashed #ebeef5;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .2s
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0
}

/* Fondo beige usado en Grupos y Eventos */
.bg-cream {
  background: #f7e7cf;
}

.room-title-2 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: .25rem;
  color: #000
}


/* ===== Favoritas: carrusel horizontal con flechas ===== */
.favoritas-section .fav-track {
  overflow: hidden;
  /* oculta el desbordamiento */
  scroll-behavior: smooth;
  /* desplazamiento suave */
  touch-action: pan-x;
  /* gesto horizontal en móviles */
}

/* Cada tarjeta ocupa 100%/50%/33.333% según breakpoint */
/* Favoritas: 1 card en móvil, 2 cards en >= md */
.favoritas-section .room-card {
  flex: 0 0 100%;
  scroll-snap-align: start;
}

@media (min-width: 768px) {
  .favoritas-section .room-card {
    flex-basis: 50%;
  }

  /* 2 tarjetas */
}

/* Si tienes una regla previa que ponía 33.333% en >=992px, sobrescríbela: */
@media (min-width: 992px) {
  .favoritas-section .room-card {
    flex-basis: 50%;
  }

  /* seguir en 2 tarjetas */
}


/* Imagenes a cubrir */
.favoritas-section .card-img-top {
  width: 100%;
  height: auto;
  display: block;
}

/* Flechas */
.favoritas-section .nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, .35);
  border: 1px solid rgba(255, 255, 255, .2);
  color: #fff;
  z-index: 5;
}

.favoritas-section .nav-arrow:hover {
  background: rgba(0, 0, 0, .55);
}

.favoritas-section .nav-arrow:disabled {
  opacity: .35;
  cursor: not-allowed;
}

.favoritas-section .nav-arrow-left {
  left: .25rem;
}

.favoritas-section .nav-arrow-right {
  right: .25rem;
}

/* Pequeños ajustes de tipografía */
.favoritas-section .room-title {
  font-weight: 700;
  margin-bottom: .25rem;
}

.favoritas-section .price {
  font-weight: 600;
}

/* ===== CTA Historia ===== */
.history-cta {
  position: relative;
  padding: clamp(3rem, 6vw, 6rem) 0;
  isolation: isolate;
  /* para que el overlay no afecte a hijos */
}

.history-cta__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  filter: saturate(.9);
}

.history-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, .45);
  /* oscurece la foto */
}

/* Botón circular tipo “play” */
.play-circle {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  border: 2px solid #fff;
  display: grid;
  place-items: center;
  color: #fff;
  transition: transform .2s ease, background .2s ease, color .2s ease;
  text-decoration: none;
}

.play-circle:hover {
  transform: scale(1.06);
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.play-circle i {
  font-size: 1.8rem;
  margin-left: .1rem;
}

/* Stats */
.stat {
  text-align: center;
}

.stat-value {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.8vw, 3rem);
  font-weight: 700;
  color: var(--hc-amber, #f4a125);
  /* usa tu variable si existe; si no, queda este ámbar */
  line-height: 1;
}

.stat-label {
  opacity: .95;
  margin-top: .25rem;
  font-weight: 600;
}

/* Overline y serif (si ya las tienes definidas, omite estos estilos) */
.section-overline {
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 600;
  opacity: .9;
}

.section-title-serif {
  font-family: Georgia, "Times New Roman", serif;
}



.negro {
  color: #000;
}


/* El mes y el contenedor no recortan la tarjeta */
.mini-cal-wrap {
  position: relative;
  overflow: visible;
}

.mini-cal {
  position: relative;
  overflow: visible;
}

/* Estilo base de la tarjeta */
.mini-event-card {
  background: #fdebd3;
  border: 1px solid #f0d1a9;
  border-radius: .75rem;
  padding: .5rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
  max-width: 280px;
  z-index: 50;
  /* sobre el resto */
}