/* Promotion-only layout. Typography, surfaces and controls reuse the ML design system. */
.ml21-page .ml19-rail__nav {
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
}
.ml21-page .ml19-rail__nav button {
  width: 56px;
  height: 56px;
  border-color: #ff6f8d;
  background: linear-gradient(145deg, #df234e, #a9082d);
  color: #fff;
  box-shadow: 0 8px 24px rgba(223, 35, 78, 0.2);
}
.ml21-page .ml19-rail__nav button .ml11-icon {
  width: 24px;
  height: 24px;
  stroke-width: 2;
}
.ml21-page .ml19-rail__nav button:disabled {
  opacity: 1;
  border-color: #5b5365;
  background: #1d1b24;
  color: #97929f;
  box-shadow: none;
}
.ml21-page .ml19-rail__nav button:not(:disabled):hover {
  border-color: #ff95ac;
  background: #d91c48;
}
.ml21-page .ml19-rail__nav button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}
.ml21-page .mlgx-lead-form form > .mlgx-button[type="submit"] {
  margin-top: 24px;
}
.ml21-location-photo {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
}
.ml21-location-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  max-height: 480px;
  object-fit: cover;
}
.ml21-location-photo > span {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: rgba(12, 11, 16, 0.92);
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 600;
}
.ml21-location-photo svg {
  width: 16px;
  height: 16px;
  flex: none;
}
.ml21-page .ml21-location-photo:focus-visible {
  outline-offset: -5px;
}
.ml21-promotion-body .ml13-floating-book {
  display: none;
}
.ml21-branch-choice {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 25px 0;
}
.ml21-branch-choice a {
  display: grid;
  gap: 5px;
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}
.ml21-branch-choice a[aria-current] {
  border-color: #ff6385;
  background: rgba(255, 75, 115, 0.12);
}
.ml21-branch-choice small {
  font-size: 12px;
  font-weight: 400;
  color: #b8b4bf;
}
.ml21-page .ml16-actions.ml21-actions {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 24px;
  width: 100%;
  max-width: 100%;
}
.ml21-page .ml16-actions.ml21-actions > .ml16-button {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  min-width: 0;
  min-height: 52px;
  padding: 14px 24px;
  justify-content: center;
  white-space: normal;
  text-align: center;
}
.ml21-page .ml21-section-actions .ml21-actions {
  margin: 0;
}
.ml21-page .ml16-hero__visual img {
  object-position: center;
}
.ml21-page {
  --ml21-line: rgba(255, 255, 255, 0.13);
  --ml21-muted: #b8b4bf;
}
.ml21-hero .ml16-hero__copy {
  opacity: 1;
  transform: none;
}
.ml21-hero h1 {
  font-size: clamp(2.6rem, 4.8vw, 5.2rem);
  line-height: 1.04;
}
.ml21-price {
  margin: 24px 0;
  display: grid;
  gap: 6px;
}
.ml21-price strong {
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1.2;
  color: #fff;
}
.ml21-price span {
  color: var(--ml21-muted);
  font-size: 15px;
}
.ml21-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: inherit;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  min-height: 48px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition:
    border-color 0.18s ease,
    color 0.18s ease;
}
.ml21-page .ml21-actions > .ml21-contact-link {
  flex: 0 0 auto;
  width: max-content;
  max-width: 100%;
  justify-content: flex-start;
  text-align: left;
}
.ml21-contact-link:hover,
.ml21-contact-link:focus-visible {
  border-bottom-color: #ff6385;
}
.ml21-contact-link svg {
  width: 18px;
  height: 18px;
  flex: none;
}
.ml21-section-nav {
  padding-block: 0 8px;
}
.ml21-section-nav .ml8-shell {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
  padding: 10px;
  border: 1px solid var(--ml21-line);
  border-radius: 24px;
  background: linear-gradient(120deg, #16131b, #101016);
}
.ml21-section-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid transparent;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  text-wrap: balance;
  color: #e2dee7;
  text-decoration: none;
  transition: background-color 0.18s ease, border-color 0.18s ease;
}
.ml21-section-nav a[href="#enquiry"] {
  border-color: rgba(255, 99, 133, 0.3);
  background: rgba(255, 99, 133, 0.1);
  color: #ff86a0;
}
.ml21-section-nav a:hover,
.ml21-section-nav a:focus-visible,
.ml21-section-nav a[aria-current="location"] {
  background: rgba(255, 99, 133, 0.14);
  border-color: rgba(255, 99, 133, 0.5);
  color: #fff;
}
.ml21-section {
  padding: 78px 0;
}
.ml21-page :is(.ml21-section, .ml21-anchor, #enquiry-form, h1[id], h2[id]) {
  scroll-margin-top: calc(var(--ml-header-bottom, 110px) + 20px);
}
.ml21-promotion-body.ml21-anchor-scrolling .ml11-header {
  transform: translate3d(0, 0, 0);
  transition: none;
}
.ml21-page [data-ml21-scroll-target] {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
.ml21-page [data-ml21-anchor-focus]:focus-visible {
  outline: 2px solid #ff6385;
  outline-offset: 6px;
  border-radius: 4px;
}
.ml21-section--light {
  background: #eeeae3;
  color: #16151a;
}
.ml21-section--light .ml16-section-head p {
  color: #be1237;
}
.ml21-section--light .ml16-section-head h2 {
  color: #16151a;
}
.ml21-section--light .ml16-section-head > span {
  color: #605d67;
}
.ml21-page .ml16-section-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 34px;
}
.ml21-page .ml16-section-head > p,
.ml21-page .ml16-section-head > span {
  margin: 0;
}
.ml21-page .ml16-section-head > span {
  max-width: 780px;
}
.ml21-page .ml16-section-head h2 {
  max-width: 100%;
  line-height: 1.08;
}
.ml21-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.ml21-room-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}
.ml21-card {
  min-width: 0;
  border: 1px solid var(--ml21-line);
  border-radius: 26px;
  overflow: hidden;
  background: #111117;
}
.ml21-card > img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}
.ml21-card > div {
  padding: 26px;
}
.ml21-card--text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
}
.ml21-room-grid > .ml21-card {
  display: flex;
  flex-direction: column;
}
.ml21-room-grid > .ml21-card > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.ml21-card--text > .ml16-text-link,
.ml21-room-grid > .ml21-card > div > .ml16-text-link {
  margin-top: auto;
}
.ml21-page .ml21-card .ml16-text-link {
  justify-content: flex-start;
}
.ml21-page .ml21-section--light .ml16-text-link {
  --ml-editorial-line: rgba(22, 21, 26, 0.28);
}
.ml21-card h3 {
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.22;
  margin: 0 0 15px;
  letter-spacing: -0.025em;
  color: inherit;
}
.ml21-card p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--ml21-muted);
  margin: 0 0 18px;
}
.ml21-card p:last-child {
  margin-bottom: 0;
}
.ml21-card .ml21-kicker {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: #ff6080;
}
.ml21-card .ml16-text-link {
  color: #ff6080;
}
.ml21-card .ml21-detail {
  font-size: 14px;
}
.ml21-icon {
  display: inline-flex;
  color: #ff5579;
  margin-bottom: 24px;
}
.ml21-icon svg {
  width: 32px;
  height: 32px;
}
.ml21-section--light .ml21-card {
  background: #f7f5f0;
  border-color: rgba(20, 20, 24, 0.12);
}
.ml21-section--light .ml21-card p {
  color: #605d67;
}
.ml21-section--light .ml21-card .ml21-kicker,
.ml21-section--light .ml21-card .ml16-text-link {
  color: #c61037;
}
.ml21-card .ml21-package-price {
  font-size: clamp(1.7rem, 2.7vw, 2.5rem);
  font-weight: 650;
  line-height: 1.15;
  color: inherit;
  letter-spacing: -0.03em;
}
.ml21-package-price small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 8px;
}
.ml21-section-actions {
  margin-top: 32px;
}
.ml21-section--light .ml21-contact-link {
  color: #242129;
  border-bottom-color: rgba(22, 21, 26, 0.28);
}
.ml21-branch-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}
.ml21-branch-grid > .ml21-card:only-child {
  grid-column: 1/-1;
}
.ml21-location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 25px;
}
.ml21-location-actions a {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #c61037;
  text-decoration: none;
  min-height: 44px;
  border-bottom: 1px solid rgba(22, 21, 26, 0.28);
}
.ml21-location-actions svg {
  width: 18px;
  height: 18px;
}
.ml21-page .ml21-actions > .ml21-whatsapp-link,
.ml21-page .ml21-location-actions > .ml21-whatsapp-link {
  justify-content: center;
  flex: 0 0 48px;
  width: 48px;
  min-height: 48px;
  padding: 3px;
  border: 1px solid transparent;
  border-radius: 50%;
  background: transparent;
}
.ml21-page .ml21-whatsapp-link .ml21-whatsapp-icon {
  display: block;
  width: 40px;
  height: 40px;
  max-width: none;
  object-fit: contain;
  flex: none;
}
.ml21-page .ml21-whatsapp-link:hover {
  border-color: #25d366;
  background: rgba(37, 211, 102, 0.12);
}
.ml21-faq {
  padding-top: 10px;
}
.ml21-faq details {
  border-bottom: 1px solid var(--ml21-line);
  padding: 22px 0;
}
.ml21-faq summary {
  cursor: pointer;
  font-size: 19px;
  line-height: 1.4;
  font-weight: 600;
}
.ml21-faq details p {
  max-width: 850px;
  line-height: 1.75;
  color: var(--ml21-muted);
  font-size: 16px;
  margin: 18px 0 0;
}
.ml21-form-note,
.ml21-policy {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ml21-muted);
  margin-top: 20px;
}
.ml21-form-note a,
.ml21-policy a {
  color: #ff6385;
}
.ml21-mobile-cta {
  display: none;
}
.ml21-page a:focus-visible,
.ml21-page summary:focus-visible {
  outline: 3px solid #ff6385;
  outline-offset: 5px;
}
.ml21-page .mlgx-lead-form {
  margin: 0;
}
.ml21-page .mlgx-lead-form h2 {
  line-height: 1.2;
}
.ml21-page .mlgx-form-grid label {
  min-width: 0;
}
.ml21-page .mlgx-form-grid input,
.ml21-page .mlgx-form-grid select {
  max-width: 100%;
}
.ml21-page .mlgx-form-grid input[type="date"] {
  color-scheme: dark;
}
.ml21-page .mlgx-form-grid :is(input, select, textarea):focus-visible {
  outline: 2px solid #ff6385;
  outline-offset: 2px;
}
@media (max-width: 1000px) {
  .ml21-grid {
    grid-template-columns: 1fr;
  }
  .ml21-card--text {
    padding: 26px;
  }
  .ml21-hero h1 {
    font-size: clamp(2.6rem, 6.5vw, 4.7rem);
  }
  .ml21-hero .ml16-hero__visual {
    min-height: 400px;
  }
  .ml21-section {
    padding: 58px 0;
  }
  .ml21-section-nav .ml8-shell {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .ml21-room-grid,
  .ml21-branch-grid {
    grid-template-columns: 1fr;
  }
  .ml21-card > img {
    height: 220px;
  }
  .ml21-card > div {
    padding: 22px;
  }
  .ml21-card h3 {
    font-size: 24px;
  }
  .ml21-hero h1 {
    font-size: clamp(2.5rem, 10.5vw, 3.4rem);
  }
  .ml21-hero .ml16-hero__visual {
    min-height: 330px;
  }
  .ml21-price strong {
    font-size: 26px;
  }
  .ml21-page .ml16-actions.ml21-actions {
    gap: 10px 20px;
  }
  .ml21-page .ml16-actions.ml21-actions > .ml16-button {
    flex: 1 1 100%;
    width: 100%;
  }
  .ml21-mobile-cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 45;
    background: rgba(12, 11, 16, 0.97);
    border-top: 1px solid var(--ml21-line);
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    backdrop-filter: blur(14px);
  }
  .ml21-page .ml21-mobile-cta .ml21-actions > .ml16-button {
    flex: 1;
    font-size: 14px;
    padding: 14px 17px;
    min-height: 48px;
    white-space: normal;
  }
  .ml21-page .ml21-mobile-cta .ml21-actions > .ml21-contact-link {
    font-size: 13px;
    flex: none;
    max-width: 105px;
    line-height: 1.3;
    text-align: center;
    justify-content: center;
  }
  .ml21-mobile-cta .ml21-contact-link svg {
    display: none;
  }
  .ml21-promotion-body {
    padding-bottom: calc(96px + env(safe-area-inset-bottom));
  }
  .ml21-faq summary {
    font-size: 17px;
  }
  .ml21-section-nav .ml8-shell {
    padding: 8px;
    border-radius: 20px;
  }
  .ml21-section-nav a {
    padding: 10px;
    font-size: 13px;
  }
  .ml21-page .ml16-hero__facts {
    grid-template-columns: 1fr;
  }
  .ml21-page .mlgx-lead-form {
    padding: 24px 20px;
  }
  .ml21-page .mlgx-form-grid {
    grid-template-columns: 1fr;
  }
  .ml21-branch-choice a {
    flex: 1 1 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ml21-page * {
    scroll-behavior: auto !important;
  }
  .ml21-contact-link,
  .ml21-section-nav a {
    transition: none;
  }
}
@media (max-width: 600px) {
  .ml21-page .ml21-mobile-cta .ml16-actions {
    margin: 0;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
  }
  .ml21-page .ml21-mobile-cta .ml21-contact-link:nth-child(2):not(:last-child) {
    display: none;
  }
}

/* Native disclosure controls, styled to match the venue's rounded cards. */
.ml21-faq-list {
  display: grid;
  gap: 12px;
}
.ml21-faq .ml21-faq-item {
  padding: 0;
  border: 1px solid var(--ml21-line);
  border-radius: 18px;
  background: #111117;
  transition:
    border-color 0.18s ease,
    background-color 0.18s ease;
}
.ml21-faq .ml21-faq-item[open] {
  border-color: rgba(255, 99, 133, 0.5);
  background: #19121a;
}
.ml21-faq-item > summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px;
  align-items: center;
  gap: 20px;
  min-height: 76px;
  padding: 20px 24px;
  border-radius: 17px;
  list-style: none;
  color: #f7f5f3;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 600;
}
.ml21-faq-item > summary::-webkit-details-marker {
  display: none;
}
.ml21-faq-item > summary::marker {
  content: "";
}
.ml21-page .ml21-faq-item > summary:focus-visible {
  outline-offset: -4px;
}
.ml21-faq-toggle {
  position: relative;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 99, 133, 0.3);
  border-radius: 50%;
  background: rgba(255, 99, 133, 0.08);
  color: #ff6385;
}
.ml21-faq-toggle::before,
.ml21-faq-toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transform: translate(-50%, -50%);
}
.ml21-faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.18s ease;
}
.ml21-faq-item[open] .ml21-faq-toggle {
  background: #ff6385;
  border-color: #ff6385;
  color: #111117;
}
.ml21-faq-item[open] .ml21-faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}
.ml21-faq .ml21-faq-answer {
  max-width: 900px;
  margin: 0;
  padding: 16px 24px 24px;
  color: #c3bec9;
  font-size: 16px;
  line-height: 1.75;
}
.ml21-faq .ml21-policy {
  margin-top: 24px;
}
@media (hover: hover) {
  .ml21-faq-item > summary:hover {
    background: rgba(255, 99, 133, 0.05);
  }
}
@media (max-width: 600px) {
  .ml21-faq-item > summary {
    gap: 14px;
    padding: 18px;
    min-height: 72px;
    font-size: 17px;
  }
  .ml21-faq .ml21-faq-answer {
    padding: 16px 18px 20px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .ml21-section-nav .ml8-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (prefers-reduced-motion: reduce) {
  .ml21-faq .ml21-faq-item,
  .ml21-faq-toggle::after {
    transition: none;
  }
}
