/* ==========================================================
   nomadas-index-campamento-v3.css
   Hero Lunadas y ajustes exclusivos del home.
   Versión: 3.0
   ========================================================== */

#hero .hero-bg {
  background-image: linear-gradient(180deg, rgba(5, 3, 13, .08), rgba(5, 3, 13, .72)) !important;
}

.site-bg-poster {
  background-image: linear-gradient(180deg, rgba(5, 3, 13, .08), rgba(5, 3, 13, .66)),
    url("../uploads/norsh-cabana-20260525.webp") !important;
  background-position: center 46% !important;
  background-size: cover !important;
}

#hero h1 {
  max-width: min(96vw, 1120px);
  font-size: clamp(3.8rem, 10.8vw, 9.5rem);
  line-height: .76;
  text-wrap: balance;
}

#hero .campamento-title,
#hero .nomadas-title {
  display: inline-block;
  transform: none;
  text-transform: uppercase;
}

#hero .campamento-title {
  margin: 0 0 .18em .08em;
  color: #fff8ea;
  font: 800 .34em/1 "DM Sans", sans-serif;
  letter-spacing: .17em;
  text-shadow: 0 8px 26px rgba(0, 0, 0, .76);
}

#hero .nomadas-title {
  color: var(--nt-yellow, #ffd700);
  font: inherit;
  line-height: .76;
  letter-spacing: -.015em;
}

#hero .hero-lunadas-message {
  width: fit-content;
  max-width: min(92vw, 660px);
  margin: .72rem 0 .2rem;
  display: grid;
  gap: .16rem;
  color: #fff8ea;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .86);
}

#hero .hero-lunadas-message strong {
  color: var(--nt-yellow, #ffd700);
  font: 700 clamp(1.55rem, 3.4vw, 2.65rem)/1.05 "Kalam", "Segoe Print", cursive;
  text-transform: none;
  letter-spacing: .005em;
  transform: rotate(-1.25deg);
  transform-origin: left center;
}

#hero .hero-lunadas-message sup {
  position: relative;
  top: -.28em;
  margin-left: .08em;
  font-family: "DM Sans", sans-serif;
  font-size: .38em;
  font-weight: 800;
}

#hero .hero-lunadas-message span {
  font: 700 clamp(.84rem, 1.5vw, 1rem)/1.35 "DM Sans", sans-serif;
}

#hero .hero-presence {
  width: fit-content;
  padding: .5rem .78rem;
  border-left: 3px solid var(--nt-yellow, #ffd700);
  border-radius: 0 999px 999px 0;
  color: #fff8ea !important;
  background: rgba(5, 3, 13, .66);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .24);
  opacity: 1 !important;
}

#hero .hero-presence-text {
  color: inherit !important;
  opacity: 1 !important;
  text-shadow: 0 1px 12px rgba(0, 0, 0, .82);
}

#tripTicoFold {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 700px) {
  #hero h1 {
    width: min(94vw, 560px);
    font-size: clamp(3.1rem, 16.6vw, 5.9rem);
    line-height: .78;
  }

  #hero .campamento-title {
    margin-bottom: .24em;
    font-size: .31em;
    letter-spacing: .15em;
  }

  #hero .hero-lunadas-message {
    max-width: min(88vw, 365px);
    margin-top: .62rem;
  }

  #hero .hero-lunadas-message strong {
    font-size: clamp(1.42rem, 7.1vw, 2.05rem);
  }

  #tripTicoFold {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  #hero .hero-bg,
  .site-bg-poster,
  #hero .hero-lunadas-message strong {
    transform: none !important;
  }
}

