/* Mimosa Hotel Overview page */

.overview-hero-local { display: block; width: 100%; }

.mimo-hotel-overview-hero {
  position: relative;
  width: 100%;
  height: 645px;
  min-height: 520px;
  overflow: hidden;
  background: var(--mimo-ink);
}

.mimo-hotel-overview-hero .splide__track,
.mimo-hotel-overview-hero .splide__list,
.mimo-hotel-overview-hero__slide {
  height: 100%;
  min-height: inherit;
}

.mimo-hotel-overview-hero__slide {
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.mimo-hotel-overview-hero__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(7, 7, 6, 0.48) 0%,
    rgba(7, 7, 6, 0.24) 48%,
    rgba(7, 7, 6, 0.38) 100%
  );
  pointer-events: none;
}

.mimo-hotel-overview-hero__image,
.mimo-hotel-overview-hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.mimo-hotel-overview-hero__image {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.mimo-hotel-overview-hero .splide__pagination {
  z-index: 3;
  bottom: 56px;
  gap: 8px;
}

.mimo-hotel-overview-hero .splide__pagination__page {
  width: 10px;
  height: 10px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.9);
  opacity: 1;
  transform: none;
}

.mimo-hotel-overview-hero .splide__pagination__page.is-active {
  border-color: var(--mimo-brand-soft);
  background: var(--mimo-brand-soft);
  transform: none;
}

.mimo-hotel-overview-intro {
  position: relative;
  overflow: hidden;
  padding: 92px 28px 104px;
  background: #fbfaf7;
  color: #24231f;
}

.mimo-hotel-overview-intro__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  padding: 0;
}

.mimo-hotel-overview-intro__kicker {
  margin: 0 auto 18px;
  color: var(--mimo-brand);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-align: center;
}

.mimo-hotel-overview-intro__title {
  max-width: 1010px;
  margin: 0 auto;
  color: #1b1b19;
  font-size: clamp(30px, 2.35vw, 44px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.02em;
  text-align: center;
}

.mimo-hotel-overview-intro__line {
  width: 74px;
  height: 1px;
  margin: 28px auto 0;
  background: var(--mimo-brand-soft);
}

.mimo-hotel-overview-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.5fr);
  gap: 74px;
  align-items: start;
  margin-top: 58px;
}

.mimo-hotel-overview-intro__lead {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px 30px 30px 34px;
  border-left: 3px solid var(--mimo-brand);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 55px rgba(32, 28, 21, 0.06);
}

.mimo-hotel-overview-intro__eyebrow {
  margin: 0;
  color: var(--mimo-brand);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.14em;
}

.mimo-hotel-overview-intro__quote {
  margin: 0;
  color: #25231f;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.6;
}

.mimo-hotel-overview-intro__facts {
  margin: 2px 0 0;
  color: #777168;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.mimo-hotel-overview-intro__body {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding-top: 2px;
}

.mimo-hotel-overview-intro__paragraph {
  margin: 0;
  color: #4b4944;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
}

@media (max-width: 991px) {
  .mimo-hotel-overview-hero {
    height: 570px;
    min-height: 500px;
  }

  .mimo-hotel-overview-hero .splide__pagination {
    bottom: 34px;
  }
  .mimo-hotel-overview-intro {
    padding: 76px 24px 84px;
  }

  .mimo-hotel-overview-intro__grid {
    grid-template-columns: 1fr;
    gap: 38px;
    margin-top: 46px;
  }

  .mimo-hotel-overview-intro__lead {
    max-width: 720px;
  }
}

@media (max-width: 640px) {
  .mimo-hotel-overview-hero {
    height: 510px;
    min-height: 510px;
  }

  .mimo-hotel-overview-hero__image img {
    object-position: center center;
  }
  .mimo-hotel-overview-hero .splide__pagination {
    bottom: 24px;
  }
  .mimo-hotel-overview-intro {
    padding: 62px 18px 68px;
  }

  .mimo-hotel-overview-intro::before {
    top: 24px;
    right: -50px;
    font-size: 190px;
  }

  .mimo-hotel-overview-intro__kicker {
    margin-bottom: 14px;
    font-size: 10.5px;
  }

  .mimo-hotel-overview-intro__title {
    font-size: 29px;
    line-height: 1.38;
  }

  .mimo-hotel-overview-intro__line {
    margin-top: 22px;
  }

  .mimo-hotel-overview-intro__grid {
    gap: 30px;
    margin-top: 38px;
  }

  .mimo-hotel-overview-intro__lead {
    padding: 24px 22px 25px 25px;
  }

  .mimo-hotel-overview-intro__quote {
    font-size: 18px;
    line-height: 1.65;
  }

  .mimo-hotel-overview-intro__paragraph {
    font-size: 15px;
    line-height: 1.8;
  }

  .mimo-hotel-overview-hero .splide__track,
  .mimo-hotel-overview-hero .splide__list,
  .mimo-hotel-overview-hero__slide {
    height: 100% !important;
    min-height: 100% !important;
  }

  .mimo-hotel-overview-hero__slide,
  .mimo-hotel-overview-hero__image,
  .mimo-hotel-overview-hero__image img {
    height: 100% !important;
  }

  .mimo-hotel-overview-hero__image,
  .mimo-hotel-overview-hero__image img {
    width: 100% !important;
    max-width: none !important;
    max-height: none !important;
  }

  .mimo-hotel-overview-hero__image {
    position: absolute;
    inset: 0;
    margin: 0;
  }

  .mimo-hotel-overview-hero__image img {
    display: block;
    object-fit: cover !important;
    object-position: center center;
  }
}
