/* Mimosa Hotel home page */

/* Final destinations slider: image and content change together per native slide. */
.home-destinations { width:100%; padding:54px 0 70px; background:var(--mimo-white); color:var(--mimo-ink); }
.home-destinations__inner { display:flex; flex-direction:column; gap:0; width:min(1610px,calc(100% - 80px)); max-width:none; margin:0 auto; padding:0; }
.home-destinations__title { width:100%; margin:0 0 6px; font-size:30px; font-weight:300; line-height:1.35; text-align:center; }
.home-destinations__subtitle { width:100%; margin:0 0 38px; font-size:14px; font-weight:300; line-height:1.65; text-align:center; }
.home-destinations__slider { position:relative; width:100%; max-width:none; margin:0; overflow:hidden; }
.home-destinations__slider .splide__track { overflow:hidden; }
.home-destinations__slide { position:relative; display:block; width:100%; height:clamp(430px,32vw,550px); overflow:hidden; background:#242424; isolation:isolate; }
.home-destinations__image { position:absolute; z-index:0; inset:0; display:block; width:100%; max-width:none; height:100%; margin:0; object-fit:cover; object-position:center; }
.home-destinations__image img { display:block; width:100%; height:100%; object-fit:cover; object-position:center; }
.home-destinations__slide::after { content:""; position:absolute; z-index:1; inset:0; background:rgba(0,0,0,.16); pointer-events:none; }
.home-destinations__panel { position:absolute; z-index:2; inset:50% auto auto 50%; display:flex; flex-direction:column; align-items:center; justify-content:center; width:min(1080px,calc(100% - 160px)); min-height:270px; padding:42px 58px; transform:translate(-50%,-50%); background:rgba(24,24,24,.58); color:var(--mimo-white); text-align:center; }
.home-destinations__name { margin:0 0 24px; color:inherit; font-size:clamp(28px,2.2vw,40px); font-weight:400; line-height:1.3; }
.home-destinations__description { max-width:920px; margin:0 0 28px; color:inherit; font-size:14px; font-weight:300; line-height:1.75; }
.home-destinations .home-destinations__cta { display:inline-flex; align-items:center; justify-content:center; gap:10px; width:auto; min-height:42px; margin:0; padding:9px 18px; border:1px solid rgba(255,255,255,.9); border-radius:0; background:transparent; color:var(--mimo-white); font-size:12px; font-weight:400; line-height:22px; text-decoration:none; }
.home-destinations .home-destinations__cta:hover { background:var(--mimo-white); color:var(--mimo-ink); }
.home-destinations__slider .splide__arrow { width:44px; height:60px; border:0; border-radius:0; background:rgba(0,0,0,.25); color:#fff; opacity:1; }
.home-destinations__slider .splide__arrow svg { fill:currentColor; }
.home-destinations__slider .splide__pagination { bottom:18px; }
.home-destinations__slider .splide__pagination__page { width:9px; height:9px; margin:5px; border:1px solid #fff; background:transparent; opacity:.9; }
.home-destinations__slider .splide__pagination__page.is-active { transform:none; background:var(--mimo-white); }
.home-destinations__slider a:focus-visible { outline:2px solid #fff; outline-offset:4px; }
@media (max-width:991px) {
  .home-destinations__inner { width:calc(100% - 48px); }
  .home-destinations__slide { height:480px; }
  .home-destinations__panel { width:calc(100% - 96px); min-height:250px; padding:34px 38px; }
}
@media (max-width:767px) {
  .home-destinations { padding:42px 0 52px; }
  .home-destinations__inner { width:calc(100% - 32px); }
  .home-destinations__title { font-size:25px; }
  .home-destinations__subtitle { margin-bottom:26px; }
  .home-destinations__slide { height:430px; }
  .home-destinations__panel { width:calc(100% - 32px); min-height:260px; padding:30px 22px; }
  .home-destinations__name { margin-bottom:18px; font-size:25px; }
  .home-destinations__description { margin-bottom:22px; font-size:13px; line-height:1.65; }
  .home-destinations__slider .splide__arrow { width:36px; height:48px; }
}

/* Full-width native location map below the Moments mosaic. */
.home-location { display: flex; flex-direction: column; align-items: stretch; gap: 0; width: 100%; max-width: none; margin: 0; padding: 50px 0 38px; background: #f2f2f3; color: var(--mimo-ink); }
.home-location__heading { display: flex; flex-direction: column; align-items: center; width: 100%; max-width: none; margin: 0 0 24px; padding: 0 24px; }
.home-location__title { width: 100%; margin: 0; color: inherit; font-size: 30px; font-weight: 300; line-height: 1.35; text-align: center; }
.home-location__map { display: block; width: 100%; max-width: none; height: 450px; min-width: 0; margin: 0; padding: 0; border: 0; border-radius: 0; }
.home-location__map iframe { display: block; width: 100%; height: 100%; border: 0; }
@media (max-width: 767px) {
  .home-location { padding: 36px 0 24px; }
  .home-location__heading { margin-bottom: 24px; padding-inline: 16px; }
  .home-location__title { font-size: 25px; }
  .home-location__map { height: 340px; }
}

/* Home moments: 4 small photos / 1 large photo / 4 small photos. */
.home-moments { width: 100%; padding: 0 0 64px; background: var(--mimo-white); color: var(--mimo-ink); }
.home-moments__inner { display: flex; flex-direction: column; gap: 0; width: min(1610px, calc(100% - 80px)); max-width: none; margin: 0 auto; padding: 0; }
.home-moments__title { width: 100%; margin: 0 0 10px; color: inherit; font-size: 30px; font-weight: 300; line-height: 1.35; text-align: center; }
.home-moments__subtitle { width: 100%; margin: 0 0 32px; color: var(--mimo-brand); font-size: 14px; font-weight: 300; line-height: 1.65; text-align: center; }
.home-moments__grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); grid-template-rows: repeat(2,minmax(0,1fr)); gap: 12px; width: 100%; }
.home-moments__card { position: relative; display: block; width: 100%; min-width: 0; min-height: 0; aspect-ratio: 1; padding: 0; overflow: hidden; background: #ededed; isolation: isolate; }
.home-moments__card:nth-child(1) { grid-column: 1; grid-row: 1; }
.home-moments__card:nth-child(2) { grid-column: 2; grid-row: 1; }
.home-moments__card:nth-child(3) { grid-column: 1; grid-row: 2; }
.home-moments__card:nth-child(4) { grid-column: 2; grid-row: 2; }
.home-moments__card--featured { grid-column: 3 / span 2; grid-row: 1 / span 2; aspect-ratio: auto; }
.home-moments__card:nth-child(6) { grid-column: 5; grid-row: 1; }
.home-moments__card:nth-child(7) { grid-column: 6; grid-row: 1; }
.home-moments__card:nth-child(8) { grid-column: 5; grid-row: 2; }
.home-moments__card:nth-child(9) { grid-column: 6; grid-row: 2; }
.home-moments__image { position: absolute; inset: 0; display: block; width: 100%; max-width: none; height: 100%; margin: 0; object-fit: cover; object-position: center; }
.home-moments__image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home-moments__card > img.home-moments__image,.home-moments__image img { transform: scale(1); transition: transform .6s ease; }
.home-moments__overlay { position: absolute; z-index: 1; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; width: 100%; height: 100%; padding: 20px; background: rgba(0,0,0,.55); color: var(--mimo-white); text-align: center; opacity: 0; pointer-events: none; transition: opacity .3s ease; }
.home-moments__name { margin: 0; color: inherit; font-size: 16px; font-weight: 400; line-height: 1.4; text-transform: uppercase; overflow-wrap: anywhere; }
.home-moments__name a { color: inherit; text-decoration: none; }
.home-moments__description { max-width: 260px; margin: 0; color: inherit; font-size: 14px; font-weight: 300; line-height: 1.6; overflow-wrap: anywhere; }
.home-moments__card:focus-within .home-moments__overlay { opacity: 1; pointer-events: auto; }
.home-moments__card:focus-within > img.home-moments__image,.home-moments__card:focus-within .home-moments__image img { transform: scale(1.035); }
.home-moments__card:focus-visible { outline: 2px solid var(--mimo-brand); outline-offset: 3px; }
.home-moments__name a:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
@media (hover: hover) {
  .home-moments__card:hover .home-moments__overlay { opacity: 1; pointer-events: auto; }
  .home-moments__card:hover > img.home-moments__image,.home-moments__card:hover .home-moments__image img { transform: scale(1.035); }
}
@media (max-width: 991px) {
  .home-moments__inner { width: calc(100% - 48px); }
  .home-moments__grid { grid-template-columns: repeat(4,minmax(0,1fr)); grid-template-rows: repeat(3,minmax(0,1fr)); gap: 10px; }
  .home-moments__card:nth-child(6) { grid-column: 1; grid-row: 3; }
  .home-moments__card:nth-child(7) { grid-column: 2; grid-row: 3; }
  .home-moments__card:nth-child(8) { grid-column: 3; grid-row: 3; }
  .home-moments__card:nth-child(9) { grid-column: 4; grid-row: 3; }
  .home-moments__overlay { padding: 15px; gap: 8px; }
  .home-moments__name { font-size: 15px; }
  .home-moments__description { font-size: 13px; }
}
@media (max-width: 767px) {
  .home-moments { padding-bottom: 48px; }
  .home-moments__inner { width: calc(100% - 32px); }
  .home-moments__title { font-size: 25px; }
  .home-moments__subtitle { margin-bottom: 24px; }
  .home-moments__grid { grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: none; gap: 10px; }
  .home-moments__grid > .home-moments__card { grid-column: auto; grid-row: auto; }
  .home-moments__grid > .home-moments__card--featured { grid-column: 1 / -1; aspect-ratio: 1; }
  .home-moments__card--featured .home-moments__name { font-size: 17px; }
  .home-moments__card--featured .home-moments__description { font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  .home-moments__overlay,.home-moments__card > img.home-moments__image,.home-moments__image img { transition: none; }
  .home-moments__card:hover > img.home-moments__image,.home-moments__card:focus-within > img.home-moments__image,.home-moments__card:hover .home-moments__image img,.home-moments__card:focus-within .home-moments__image img { transform: none; }
}

/* Services mosaic: five static, independently editable native Bricks cards. */
.home-services { width: 100%; padding: 0 0 64px; background: var(--mimo-white); color: var(--mimo-ink); }
.home-services__inner { display: flex; flex-direction: column; gap: 0; width: min(1610px, calc(100% - 80px)); max-width: none; margin: 0 auto; padding: 0; }
.home-services__title { width: 100%; margin: 0 0 28px; color: inherit; font-size: 30px; font-weight: 300; line-height: 1.35; text-align: center; }
.home-services__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(220px, 1fr));
  grid-template-areas: "transfer tour" "restaurant tour" "skybar visa";
  gap: 10px;
  width: 100%;
}
.home-services__card { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 0; width: 100%; min-width: 0; min-height: 0; padding: 0; }
.home-services__card--transfer { grid-area: transfer; }
.home-services__card--restaurant { grid-area: restaurant; }
.home-services__card--skybar { grid-area: skybar; }
.home-services__card--visa { grid-area: visa; }
.home-services__media { position: relative; width: 100%; height: 100%; min-width: 0; min-height: 0; aspect-ratio: 16 / 9; overflow: hidden; background: #ededed; }
.home-services__media::after { content: ""; position: absolute; z-index: 2; inset: 10px; border: 1px solid rgba(255,255,255,.9); pointer-events: none; }
.home-services__image,.home-services__image img { display: block; width: 100%; max-width: none; height: 100%; margin: 0; object-fit: cover; }
.home-services__media img { transform: scale(1); transition: transform .65s cubic-bezier(.2,.6,.3,1); }
.home-services__card:hover .home-services__media img,
.home-services__card:focus-within .home-services__media img { transform: scale(1.065); }
.home-services__content { display: flex; flex-direction: column; align-items: center; justify-content: center; min-width: 0; gap: 0; padding: 20px 18px; background: #f5f5f5; color: var(--mimo-ink); text-align: center; }
.home-services__name { margin: 0 0 12px; color: inherit; font-size: 20px; font-weight: 600; line-height: 1.35; text-transform: uppercase; }
.home-services__name a { color: inherit; text-decoration: none; }
.home-services__description { margin: 0 0 24px; color: inherit; font-size: 14px; font-weight: 300; line-height: 1.65; }
.home-services .home-services__more { display: inline-flex; align-items: center; justify-content: center; width: auto; min-height: 28px; margin: 0; padding: 2px 0; border: 0; border-radius: 0; background: transparent; color: var(--mimo-brand); font-size: 13px; font-weight: 500; line-height: 22px; text-decoration: underline; text-underline-offset: 2px; }
.home-services .home-services__more:hover { color: var(--mimo-ink); }
.home-services a:focus-visible { outline: 2px solid var(--mimo-brand); outline-offset: 3px; }
.home-services__media a:focus-visible { outline: 2px solid #fff; outline-offset: -6px; }
.home-services__card--tour { grid-area: tour; display: block; overflow: hidden; }
.home-services__card--tour .home-services__media { position: absolute; inset: 0; aspect-ratio: auto; }
.home-services__card--tour .home-services__media::before { content: ""; position: absolute; z-index: 1; inset: 0; background: rgba(0,0,0,.36); pointer-events: none; }
.home-services__card--tour .home-services__content { position: relative; z-index: 3; width: 100%; height: 100%; padding: 36px; background: transparent; color: #fff; pointer-events: none; }
.home-services__card--tour .home-services__content a { pointer-events: auto; }
.home-services__card--tour .home-services__description { max-width: 480px; margin-bottom: 14px; }
.home-services__card--tour .home-services__more { color: #fff; }
.home-services__card--tour .home-services__more:hover { color: #fff; text-decoration-thickness: 2px; }
.home-services__card--tour a:focus-visible { outline-color: #fff; }
@media (max-width: 1199px) {
  .home-services__inner { width: calc(100% - 48px); }
  .home-services__grid { grid-template-rows: none; grid-template-areas: "transfer restaurant" "tour tour" "skybar visa"; gap: 18px; }
  .home-services__card { display: flex; flex-direction: column; }
  .home-services__media { flex: 0 0 auto; height: auto; aspect-ratio: 16 / 9; }
  .home-services__content { flex: 1; padding: 24px 20px; }
  .home-services__card--tour { display: block; min-height: 340px; aspect-ratio: 16 / 7; }
  .home-services__card--tour .home-services__media { height: 100%; }
  .home-services__card--tour .home-services__content { position: absolute; inset: 0; }
}
@media (max-width: 767px) {
  .home-services { padding-bottom: 48px; }
  .home-services__inner { width: calc(100% - 32px); }
  .home-services__title { margin-bottom: 24px; font-size: 25px; }
  .home-services__grid { grid-template-columns: minmax(0, 1fr); grid-template-areas: "transfer" "restaurant" "tour" "skybar" "visa"; gap: 20px; }
  .home-services__name { font-size: 18px; }
  .home-services__content { padding: 24px 20px; }
  .home-services__description { margin-bottom: 18px; }
  .home-services__card--tour { min-height: 300px; aspect-ratio: 4 / 3; }
  .home-services__card--tour .home-services__content { padding: 30px 26px; }
}
@media (prefers-reduced-motion: reduce) {
  .home-services__media img { transition: none; }
  .home-services__card:hover .home-services__media img,
  .home-services__card:focus-within .home-services__media img { transform: none; }
}

/* Special offers: independent, manually editable Home cards. */
.home-offers { width: 100%; padding: 0 0 80px; background: var(--mimo-white); color: var(--mimo-ink); }
.home-offers__inner { display: flex; flex-direction: column; width: min(1140px, calc(100% - 48px)); max-width: none; gap: 0; margin: 0 auto; padding: 0; }
.home-offers__title { width: 100%; margin: 0 0 52px; color: inherit; font-size: 30px; font-weight: 300; line-height: 1.35; text-align: center; }
.home-offers__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); align-items: stretch; gap: 30px; width: 100%; }
.home-offers__card { display: flex; flex-direction: column; align-items: stretch; gap: 0; width: 100%; min-width: 0; text-align: center; }
.home-offers__image { display: block; width: 100%; max-width: none; aspect-ratio: 1; margin: 0 0 20px; overflow: hidden; object-fit: cover; }
.home-offers__image img { display: block; width: 100%; height: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .3s ease; }
.home-offers__image:hover img { transform: scale(1.035); }
.home-offers__name { min-height: 50px; margin: 0 10px 20px; color: inherit; font-size: 18px; font-weight: 600; line-height: 25px; }
.home-offers__name a { color: inherit; text-decoration: none; }
.home-offers__description { min-height: 66px; margin: 0 10px 38px; color: inherit; font-size: 14px; font-weight: 300; line-height: 22px; }
.home-offers__actions { display: flex; flex-direction: row; justify-content: center; align-items: stretch; gap: 14px; width: 100%; margin-top: auto; }
.home-offers .home-offers__inquiry,.home-offers .home-offers__more { display: inline-flex; justify-content: center; align-items: center; gap: 9px; width: auto; min-height: 40px; margin: 0; padding: 9px 15px; border: 1px solid var(--mimo-brand); border-radius: 0; background: var(--mimo-brand); color: var(--mimo-white); font-family: inherit; font-size: 12px; font-weight: 400; line-height: 20px; text-decoration: none; cursor: pointer; transition: background-color .2s ease,color .2s ease; }
.home-offers .home-offers__more { border-color: #454545; background: transparent; color: var(--mimo-ink); }
.home-offers .home-offers__inquiry:hover { background: var(--mimo-brand-soft); }
.home-offers .home-offers__more:hover { background: var(--mimo-ink); color: var(--mimo-white); }
.home-offers a:focus-visible,.home-offers button:focus-visible,.offer-popup button:focus-visible { outline: 2px solid var(--mimo-brand); outline-offset: 3px; }

/* Shared native Bricks popup. DuyAnhWebPro owns submission and spam protection. */
.offer-popup-shell { padding: 20px; }
.offer-popup-shell .brx-popup-content { width: 90vw; max-width: 1430px; max-height: calc(100dvh - 40px); padding: 0; overflow-y: auto; background: var(--mimo-white); border-radius: 0; }
.offer-popup-shell .brx-popup-backdrop { background: rgba(0,0,0,.45); }
.offer-popup { position: relative; width: 100%; padding: 38px 24px 24px; color: var(--mimo-ink); background: var(--mimo-white); }
.offer-popup__title { margin: 0 44px 32px; color: inherit; font-size: 30px; font-weight: 400; line-height: 1.35; text-align: center; }
.offer-popup__title::after { content: ''; display: block; width: 100px; height: 2px; margin: 9px auto 0; background: currentColor; }
.offer-popup .offer-popup__close { position: absolute; top: 8px; right: 8px; display: inline-flex; justify-content: center; align-items: center; width: 40px; height: 40px; padding: 0; border: 0; border-radius: 0; background: transparent; color: var(--mimo-ink); font-size: 30px; font-weight: 300; line-height: 1; cursor: pointer; }
.offer-popup .offer-popup__close:hover { color: var(--mimo-brand); }
.offer-popup__form,.offer-popup .dawp-form-container,.offer-popup .dawp-contact-form-el { width: 100%; max-width: none; margin: 0; padding: 0; }
.offer-form { display: flex; flex-direction: column; gap: 18px; width: 100%; }
.offer-form__row { display: grid; align-items: start; gap: 32px; }
.offer-form__row--three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.offer-form__row--two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.offer-form__field { display: block; width: 100%; min-width: 0; margin: 0; color: var(--mimo-ink); font-size: 14px; font-weight: 300; line-height: 22px; }
.offer-popup .required { color: #b42318; }
.offer-popup .offer-form .dawp-input,.offer-popup .offer-form .dawp-textarea { display: block; width: 100%; max-width: 100%; min-width: 0; height: 40px; margin: 8px 0 0; padding: 8px 12px; border: 1px solid #cbd3dc; border-radius: 0; background: #fff; box-shadow: none; color: var(--mimo-ink); font-family: inherit; font-size: 15px; font-weight: 400; line-height: 22px; }
.offer-popup .offer-form .dawp-textarea { height: 134px; min-height: 110px; resize: vertical; }
.offer-popup .offer-form .dawp-input:focus,.offer-popup .offer-form .dawp-textarea:focus { border-color: var(--mimo-brand); outline: 2px solid var(--mimo-brand); outline-offset: 1px; }
.offer-form__footer { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: start; gap: 32px; }
.offer-form__note { font-size: 13px; font-weight: 300; line-height: 22px; }
.offer-form__send { min-width: 0; }
.offer-popup .offer-form .dawp-form-submit { display: flex; justify-content: center; align-items: center; gap: 10px; width: 100%; min-height: 40px; margin: 0; padding: 9px 18px; border: 1px solid var(--mimo-brand); border-radius: 0; background: var(--mimo-brand); color: var(--mimo-white); font-family: inherit; font-size: 14px; font-weight: 400; line-height: 20px; cursor: pointer; }
.offer-popup .offer-form .dawp-form-submit:hover { background: var(--mimo-brand-soft); }
.offer-popup .dawp-captcha-wrap { margin-top: 0 !important; margin-bottom: 12px; font-size: 13px; }
.offer-popup .dawp-form-response.success,.offer-popup .dawp-form-response.error { margin: 18px 0 0; padding: 12px; border: 1px solid currentColor; font-size: 14px; line-height: 1.6; }
@media (max-width: 991px) {
  .home-offers__grid { gap: 24px; }
  .home-offers__name { margin-inline: 0; font-size: 16px; line-height: 23px; min-height: 69px; }
  .home-offers__description { margin-inline: 0; }
  .home-offers__actions { flex-wrap: wrap; gap: 9px; }
  .offer-form__row,.offer-form__footer { gap: 20px; }
}
@media (max-width: 767px) {
  .home-offers { padding-bottom: 56px; }
  .home-offers__inner { width: calc(100% - 32px); }
  .home-offers__title { margin-bottom: 30px; font-size: 25px; }
  .home-offers__grid { grid-template-columns: minmax(0,1fr); gap: 44px; }
  .home-offers__card { max-width: 440px; margin: 0 auto; }
  .home-offers__name { min-height: 0; margin-bottom: 15px; font-size: 18px; line-height: 25px; }
  .home-offers__description { min-height: 0; margin-bottom: 24px; }
  .offer-popup-shell { padding: 12px; }
  .offer-popup-shell .brx-popup-content { width: calc(100vw - 24px); max-height: calc(100dvh - 24px); }
  .offer-popup { padding: 34px 18px 22px; }
  .offer-popup__title { margin: 0 24px 26px; font-size: 25px; }
  .offer-form__row--three,.offer-form__row--two,.offer-form__footer { grid-template-columns: minmax(0,1fr); gap: 16px; }
  .offer-popup .offer-form .dawp-input,.offer-popup .offer-form .dawp-textarea { font-size: 16px; }
  .offer-form__footer { gap: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .home-offers__image img,.home-offers .home-offers__inquiry,.home-offers .home-offers__more { transition: none; }
}

/* Welcome and three-point strip: page-owned, native Bricks content. */
.home-welcome {
  width: 100%;
  padding: 50px 0 60px;
  background: var(--mimo-white);
  color: var(--mimo-ink);
}
.home-welcome__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: min(1100px, calc(100% - 48px));
  max-width: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.home-welcome__eyebrow {
  width: 100%;
  margin: 0 0 3px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 1px;
}
.home-welcome__title {
  width: 100%;
  margin: 0 0 36px;
  color: inherit;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}
.home-welcome__copy {
  width: 100%;
  margin: 0 0 24px;
  color: inherit;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
}
.home-welcome__copy--last { margin-bottom: 18px; }
.home-welcome .home-welcome__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 36px;
  margin: 0;
  padding: 8px 13px;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  background: transparent;
  color: var(--mimo-ink);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}
.home-welcome .home-welcome__button:hover {
  border-color: var(--mimo-brand);
  background: var(--mimo-brand);
  color: var(--mimo-white);
}
.home-welcome .home-welcome__button:focus-visible {
  outline: 2px solid var(--mimo-brand);
  outline-offset: 4px;
}
.home-benefits {
  width: 100%;
  margin: 0;
  padding: 0;
  background: var(--mimo-white);
  color: var(--mimo-ink);
}
.home-benefits__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px 30px;
  width: calc(100% - 72px);
  max-width: none;
  min-height: 74px;
  margin: 0 auto;
  padding: 22px 16px;
  border-top: 1px solid #dce0e3;
  border-bottom: 1px solid #dce0e3;
}
.home-benefits__item {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto;
  min-width: 0;
}
.home-benefits__icon {
  flex: 0 0 auto;
  width: 22px;
  color: inherit;
  font-size: 22px;
  line-height: 1;
  text-align: center;
}
.home-benefits__text {
  margin: 0;
  color: inherit;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
@media (max-width: 767px) {
  .home-welcome { padding: 40px 0 42px; }
  .home-welcome__inner { width: calc(100% - 36px); }
  .home-welcome__eyebrow { font-size: 17px; }
  .home-welcome__title { margin-bottom: 26px; font-size: 25px; }
  .home-welcome__copy { font-size: 14px; line-height: 23px; }
  .home-benefits__inner { width: calc(100% - 36px); gap: 16px 22px; }
}
@media (max-width: 540px) {
  .home-benefits__inner { flex-direction: column; gap: 16px; padding: 22px 12px; }
}

/* Rooms & rates */
.home-rooms {
  width: 100%;
  padding: 42px 0 76px;
  overflow: hidden;
  background: var(--mimo-white);
  color: var(--mimo-ink);
}
.home-rooms__inner { width: min(1140px, calc(100% - 48px)); max-width: none; margin: 0 auto; padding: 0; }
.home-rooms__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 38px;
  margin-bottom: 20px;
}
.home-rooms__title { margin: 0; color: inherit; font-size: 30px; font-weight: 300; line-height: 1.35; text-align: center; }
.home-rooms .home-rooms__view-all {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 36px;
  padding: 7px 12px;
  border: 1px solid var(--mimo-brand);
  border-radius: 0;
  background: transparent;
  color: var(--mimo-ink);
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}
.home-rooms .home-rooms__view-all:hover,
.home-rooms .home-rooms__view-all:focus-visible { background: var(--mimo-brand); color: var(--mimo-white); }
.home-rooms__slider {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  transform: none;
}
.home-rooms__slider .splide__track { overflow: hidden; }
.home-rooms__slider.is-initialized .home-rooms__slide:not(.is-active) .home-rooms__overlay {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.home-rooms__slide {
  position: relative;
  height: 445px;
  padding: 0;
  overflow: hidden;
  background: #eee;
  opacity: .38;
  transition: opacity .3s ease;
}
.home-rooms__slide.is-active { opacity: 1; }
.home-rooms__image,
.home-rooms__image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.home-rooms__overlay {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: min(330px, calc(100% - 48px));
  padding: 12px 10px 30px;
  background: rgba(28,25,22,.52);
  color: var(--mimo-white);
  transform: translate(-50%,-50%);
  text-align: center;
}
.home-rooms__name { margin: 0 0 7px; color: var(--mimo-white); font-size: 18px; font-weight: 500; line-height: 1.3; text-transform: uppercase; }
.home-rooms__name a { color: inherit; }
.home-rooms__description {
  display: -webkit-box;
  min-height: 66px;
  margin: 0 0 12px;
  overflow: hidden;
  color: rgba(255,255,255,.94);
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.home-rooms .home-rooms__detail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 39px;
  padding: 9px 14px;
  border: 0;
  border-radius: 0;
  background: var(--mimo-brand);
  color: var(--mimo-white);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}
.home-rooms .home-rooms__detail:hover,
.home-rooms .home-rooms__detail:focus-visible { background: var(--mimo-brand-soft); color: var(--mimo-white); }
.home-rooms__slider .splide__arrow {
  top: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 64px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--mimo-white);
  opacity: 1;
  transform: translateY(-50%);
  filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
}
.home-rooms__slider .splide__arrow svg {
  display: block;
  width: 22px;
  height: 46px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.home-rooms__slider .splide__arrow--prev { left: calc(15% + 4px); }
.home-rooms__slider .splide__arrow--next { right: calc(15% + 4px); }
.home-rooms__slider .splide__arrow:hover { background: transparent; color: var(--mimo-white); }
.home-rooms__slider .splide__arrow:focus-visible { outline: 2px solid var(--mimo-white); outline-offset: -2px; }
@media (max-width: 991px) {
  .home-rooms__slide { height: 390px; }
  .home-rooms__slider .splide__arrow--prev { left: calc(10% + 4px); }
  .home-rooms__slider .splide__arrow--next { right: calc(10% + 4px); }
}
@media (max-width: 767px) {
  .home-rooms { padding: 36px 0 58px; }
  .home-rooms__inner { width: calc(100% - 32px); }
  .home-rooms__header { flex-direction: column; gap: 14px; min-height: 0; margin-bottom: 22px; }
  .home-rooms__title { font-size: 25px; }
  .home-rooms .home-rooms__view-all { position: static; }
  .home-rooms__slide { height: 320px; }
  .home-rooms__overlay { width: min(300px, calc(100% - 76px)); padding-bottom: 20px; }
  .home-rooms__name { font-size: 16px; }
  .home-rooms__description { min-height: 60px; font-size: 13px; line-height: 20px; }
  .home-rooms__slider .splide__arrow--prev { left: 0; }
  .home-rooms__slider .splide__arrow--next { right: 0; }
}


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

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

.mimo-hotel-home-hero__slide {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.mimo-hotel-home-hero__slide::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(8, 8, 7, .38);
	pointer-events: none;
}

.mimo-hotel-home-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
}

.mimo-hotel-home-hero__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: min(960px, calc(100% - 120px));
	margin: 72px auto 0;
	padding: 0 20px;
	color: var(--mimo-white);
	text-align: center;
}

.mimo-hotel-home-hero__title {
	max-width: 920px;
	margin: 0 auto 18px;
	color: var(--mimo-white);
	font-size: clamp(38px, 3.1vw, 58px);
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: -.02em;
}

.mimo-hotel-home-hero__copy {
	margin: 0 auto 24px;
	color: rgba(255, 255, 255, .94);
	font-size: 17px;
	line-height: 1.6;
}

.mimo-hotel-home-hero__button {
	min-height: 42px;
	padding: 10px 20px;
	border: 0;
	border-radius: 0;
	background: var(--mimo-brand);
	color: var(--mimo-white);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	transition: background-color .2s ease;
}

.mimo-hotel-home-hero__button:hover,
.mimo-hotel-home-hero__button:focus-visible {
	background: var(--mimo-brand-soft);
	color: var(--mimo-white);
}

.mimo-hotel-home-hero .splide__arrow {
	z-index: 4;
	top: 50%;
	width: 54px;
	height: 76px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--mimo-white);
	font-size: 48px;
	opacity: .94;
	transform: translateY(-50%);
	transition: opacity .2s ease;
}

.mimo-hotel-home-hero .splide__arrow--prev { left: 34px; }
.mimo-hotel-home-hero .splide__arrow--next { right: 34px; }

.mimo-hotel-home-hero .splide__arrow:hover,
.mimo-hotel-home-hero .splide__arrow:focus-visible {
	opacity: 1;
	color: var(--mimo-white);
}

@media (max-width: 991px) {
	.mimo-hotel-home-hero {
		height: 760px;
		min-height: 760px;
	}

	.mimo-hotel-home-hero__content {
		width: min(760px, calc(100% - 72px));
		margin-top: 110px;
	}

	.mimo-hotel-home-hero__title {
		font-size: clamp(34px, 6vw, 48px);
	}

	.mimo-hotel-home-hero .splide__arrow--prev { left: 16px; }
	.mimo-hotel-home-hero .splide__arrow--next { right: 16px; }
}

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

	.mimo-hotel-home-hero__content {
		width: calc(100% - 48px);
		margin-top: 145px;
		padding-inline: 14px;
	}

	.mimo-hotel-home-hero__title {
		font-size: 34px;
		line-height: 1.12;
	}

	.mimo-hotel-home-hero__copy {
		font-size: 15px;
	}

	.mimo-hotel-home-hero .splide__arrow {
		width: 38px;
		height: 58px;
		font-size: 36px;
	}

	.mimo-hotel-home-hero .splide__arrow--prev { left: 6px; }
	.mimo-hotel-home-hero .splide__arrow--next { right: 6px; }
}
