/* Resort108 BBB V173: clean, readable hero typography without a booking CTA. */
main.wrap.r108-lb-active > .r108-lb-hero {
  min-height: clamp(330px, 42vw, 520px) !important;
  align-content: end !important;
  padding: clamp(26px, 4vw, 54px) !important;
  color: #fff !important;
  background-position: center !important;
}

main.wrap.r108-lb-active > .r108-lb-hero::before {
  background: linear-gradient(180deg, rgba(5, 15, 25, .08) 8%, rgba(5, 15, 25, .30) 48%, rgba(5, 15, 25, .82) 100%) !important;
}

main.wrap.r108-lb-active > .r108-lb-hero > * {
  max-width: 780px !important;
}

/* Keep the English label, but remove the long theme-colored bar. */
main.wrap.r108-lb-active > .r108-lb-hero .eyebrow {
  display: inline-block !important;
  width: auto !important;
  max-width: max-content !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: rgba(255, 255, 255, .92) !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  line-height: 1.3 !important;
  letter-spacing: .08em !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .42) !important;
}

main.wrap.r108-lb-active > .r108-lb-hero h1 {
  margin: 0 0 8px !important;
  color: #fff !important;
  font-size: clamp(27px, 3.6vw, 46px) !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
  letter-spacing: -.02em !important;
  text-shadow: 0 3px 16px rgba(0, 0, 0, .58) !important;
}

main.wrap.r108-lb-active > .r108-lb-hero p {
  max-width: 680px !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, .90) !important;
  font-size: clamp(14px, 1.45vw, 17px) !important;
  font-weight: 450 !important;
  line-height: 1.65 !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .58) !important;
}

/* Hide only the Hero booking button; buttons in other modules remain intact. */
main.wrap.r108-lb-active > .r108-lb-hero .r108-lb-button {
  display: none !important;
}

@media (max-width: 700px) {
  main.wrap.r108-lb-active > .r108-lb-hero {
    min-height: 360px !important;
    padding: 22px 16px !important;
    background-position: center !important;
  }

  main.wrap.r108-lb-active > .r108-lb-hero::before {
    background: linear-gradient(180deg, rgba(5, 15, 25, .10), rgba(5, 15, 25, .34) 46%, rgba(5, 15, 25, .86) 100%) !important;
  }

  main.wrap.r108-lb-active > .r108-lb-hero .eyebrow {
    margin-bottom: 8px !important;
    font-size: 10px !important;
    letter-spacing: .07em !important;
  }

  main.wrap.r108-lb-active > .r108-lb-hero h1 {
    margin-bottom: 6px !important;
    font-size: 25px !important;
    line-height: 1.2 !important;
  }

  main.wrap.r108-lb-active > .r108-lb-hero p {
    font-size: 13px !important;
    line-height: 1.55 !important;
  }
}