.msb-shell {
    --msb-bg: #06111c;
    --msb-panel: rgba(10, 22, 35, 0.84);
    --msb-panel-strong: rgba(14, 30, 47, 0.94);
    --msb-border: rgba(124, 214, 255, 0.24);
    --msb-text: #f5fbff;
    --msb-muted: #a8bdd1;
    --msb-cyan: #25d8ff;
    --msb-gold: #ffd457;
    --msb-green: #2ff0bf;
    color: var(--msb-text);
    background:
        radial-gradient(circle at 12% 12%, rgba(37, 216, 255, 0.18), transparent 28%),
        radial-gradient(circle at 86% 18%, rgba(47, 240, 191, 0.16), transparent 30%),
        linear-gradient(135deg, #030914 0%, #071827 46%, #04111d 100%);
    min-height: 100vh;
    margin: 0;
    padding: clamp(28px, 5vw, 72px);
    font-family: "Marcellus", Georgia, "Times New Roman", serif;
    position: relative;
    overflow: hidden;
}

/* Results booking bar: keep summary and modify button in one row. */
.msb-results .msb-results__header {
    align-items: center !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 14px !important;
    min-height: 0 !important;
}

.msb-results .msb-results__bar-copy {
    align-items: center !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 14px !important;
    min-width: 0 !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    width: auto !important;
}

.msb-results .msb-results__bar-copy > * {
    min-width: 0 !important;
    white-space: nowrap !important;
}

.msb-results .msb-results__eyebrow,
.msb-results .msb-results__bar-copy small {
    flex: 0 0 auto !important;
}

.msb-results .msb-results__bar-copy strong {
    flex: 0 1 auto !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.msb-results .msb-results__modify {
    justify-self: end !important;
    margin: 0 !important;
    min-height: 44px !important;
}

@media (max-width: 640px) {
    .msb-results .msb-results__header {
        gap: 8px !important;
        padding: 8px 8px 8px 12px !important;
    }

    .msb-results .msb-results__bar-copy {
        gap: 7px !important;
        overflow: hidden !important;
    }

    .msb-results .msb-results__modify {
        min-height: 38px !important;
        padding: 0 12px !important;
    }
}

.msb-shell *,
.msb-shell *::before,
.msb-shell *::after {
    box-sizing: border-box;
}

body.msb-standalone-detail {
    margin: 0;
    background: #04758b;
}

.msb-home::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent);
    pointer-events: none;
}

.msb-topbar {
    width: min(1120px, 100%);
    min-height: 66px;
    margin: calc(clamp(28px, 5vw, 72px) * -1) auto clamp(34px, 6vw, 78px);
    padding: 0 clamp(18px, 3vw, 34px);
    border: 1px solid rgba(37, 216, 255, 0.18);
    border-top: 0;
    border-radius: 0 0 24px 24px;
    background: rgba(6, 17, 32, 0.72);
    backdrop-filter: blur(22px);
    box-shadow: 0 16px 60px rgba(0, 0, 0, 0.28), 0 0 44px rgba(37, 216, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    z-index: 3;
}

.msb-logo,
.msb-nav a {
    color: var(--msb-text);
    text-decoration: none;
}

.msb-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 1.15rem;
}

.msb-logo__mark {
    color: var(--msb-cyan);
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: rgba(37, 216, 255, 0.1);
    box-shadow: 0 0 28px rgba(37, 216, 255, 0.28);
    font-size: 1.7rem;
    font-weight: 900;
    line-height: 1;
}

.msb-logo span {
    color: var(--msb-cyan);
}

.msb-nav {
    display: flex;
    align-items: center;
    gap: clamp(18px, 4vw, 38px);
}

.msb-nav a {
    color: rgba(245, 251, 255, 0.66);
    font-size: 0.95rem;
    font-weight: 700;
}

.msb-nav a:hover {
    color: var(--msb-text);
}

.msb-hero,
.msb-feature-grid,
.msb-results__header,
.msb-results__grid {
    position: relative;
    z-index: 1;
}

.msb-hero {
    min-height: min(760px, calc(100vh - 120px));
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
    gap: clamp(28px, 6vw, 84px);
    align-items: center;
    width: min(1120px, 100%);
    margin: 0 auto;
}

.msb-kicker {
    color: var(--msb-green);
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.msb-hero h1,
.msb-results h1 {
    color: var(--msb-text);
    font-size: clamp(2.5rem, 8vw, 6.4rem);
    line-height: 0.95;
    margin: 0;
    max-width: 900px;
}

.msb-hero h1 {
    max-width: 620px;
}

.msb-hero h1::first-line {
    color: var(--msb-text);
}

.msb-location-pill {
    border: 1px solid rgba(37, 216, 255, 0.28);
    border-radius: 999px;
    color: rgba(245, 251, 255, 0.86);
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 900;
    gap: 8px;
    letter-spacing: 0.12em;
    margin-bottom: 28px;
    padding: 9px 16px;
    text-transform: uppercase;
    background: rgba(4, 18, 30, 0.64);
}

.msb-rating {
    align-items: center;
    color: var(--msb-muted);
    display: flex;
    gap: 12px;
    margin-top: 42px;
}

.msb-rating strong {
    color: var(--msb-cyan);
    letter-spacing: 0.08em;
}

.msb-hero p,
.msb-results__header p {
    color: var(--msb-muted);
    font-size: clamp(1rem, 2vw, 1.35rem);
    line-height: 1.55;
    margin: 24px 0 0;
    max-width: 680px;
}

.msb-hero__actions,
.msb-results__header {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
}

.msb-hero__actions {
    margin-top: 34px;
}

.msb-btn {
    appearance: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    text-decoration: none;
    font-weight: 900;
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.msb-btn:hover {
    transform: translateY(-2px);
}

.msb-btn--gold {
    background: linear-gradient(135deg, #fff1a7 0%, var(--msb-gold) 45%, #ff9f1c 100%);
    color: #111827;
    box-shadow: 0 18px 44px rgba(255, 190, 65, 0.26);
}

.msb-btn--gradient {
    background: linear-gradient(100deg, #14dce2 0%, #18d7d0 42%, #d862e8 100%);
    border-color: transparent;
    color: #02101a;
    box-shadow: 0 18px 52px rgba(20, 220, 226, 0.28), 0 0 34px rgba(216, 98, 232, 0.2);
}

.msb-btn--ghost {
    background: rgba(255, 255, 255, 0.06);
    color: var(--msb-text);
    border-color: var(--msb-border);
}

.msb-hero__visual {
    min-height: 435px;
    border: 1px solid rgba(37, 216, 255, 0.18);
    border-radius: 28px;
    background:
        radial-gradient(circle at 50% 55%, rgba(37, 216, 255, 0.28), transparent 46%),
        linear-gradient(160deg, #061421, #02101a 65%);
    box-shadow: 0 0 42px rgba(37, 216, 255, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    position: relative;
    overflow: hidden;
    padding: 30px;
}

.msb-hero__visual::before {
    display: none;
}

.msb-hero__visual::after {
    display: none;
}

.msb-orbit {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    inset: 18%;
    transform: rotate(-20deg);
}

.msb-orbit--two {
    inset: 27%;
    transform: rotate(24deg);
}

.msb-stay-card {
    position: absolute;
    inset: 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(28, 88, 108, 0.78), rgba(49, 39, 86, 0.78));
    backdrop-filter: blur(18px);
    padding: clamp(24px, 5vw, 48px);
    display: flex;
    flex-direction: column;
}

.msb-stay-card span,
.msb-result-card__body span {
    color: var(--msb-cyan);
    font-weight: 900;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
}

.msb-stay-card span {
    font-size: 2.2rem;
    letter-spacing: 0;
    margin-bottom: 18px;
}

.msb-stay-card strong {
    display: block;
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1.08;
    margin: 0;
}

.msb-stay-card small {
    color: var(--msb-muted);
}

.msb-stay-card em {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(245, 251, 255, 0.54);
    font-size: 0.74rem;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.16em;
    margin-top: auto;
    padding-top: 24px;
    text-transform: uppercase;
}

.msb-stay-card b {
    color: var(--msb-text);
    display: block;
    margin-top: 10px;
}

.msb-anchor {
    display: block;
    height: 1px;
}

.msb-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.msb-feature-grid article,
.msb-result-card,
.msb-results__header {
    background: var(--msb-panel);
    border: 1px solid var(--msb-border);
    border-radius: 24px;
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.22);
}

.msb-feature-grid article {
    padding: 24px;
}

.msb-feature-grid span {
    color: var(--msb-gold);
    font-weight: 900;
}

.msb-feature-grid h2,
.msb-result-card h2 {
    color: var(--msb-text);
    margin: 10px 0 8px;
}

.msb-feature-grid p,
.msb-result-card p {
    color: var(--msb-muted);
    line-height: 1.55;
    margin: 0;
}

.msb-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    background: rgba(0, 3, 10, 0.78);
    backdrop-filter: blur(20px);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.msb-modal.is-open {
    display: flex;
}

.msb-modal__panel {
    width: min(480px, 100%);
    max-height: calc(100vh - 36px);
    overflow: auto;
    border: 1px solid rgba(37, 216, 255, 0.28);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(4, 20, 32, 0.98), rgba(2, 12, 22, 0.98));
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.58), 0 0 46px rgba(37, 216, 255, 0.14);
    padding: 24px;
    position: relative;
}

.msb-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: transparent;
    color: rgba(245, 251, 255, 0.72);
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
}

.msb-modal h2 {
    color: var(--msb-text);
    font-size: clamp(1.3rem, 4vw, 1.75rem);
    margin: 0 44px 6px 34px;
}

.msb-modal__icon {
    color: var(--msb-cyan);
    font-size: 1.7rem;
    left: 24px;
    position: absolute;
    top: 27px;
}

.msb-modal__subtitle {
    color: var(--msb-muted);
    margin: 0 0 28px 34px;
}

.msb-booking-form {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 16px;
}

.msb-booking-form label,
.msb-form-field {
    color: var(--msb-text);
    display: grid;
    gap: 8px;
    font-weight: 800;
    font-size: 0.9rem;
}

.msb-booking-form label > span,
.msb-form-field > span {
    color: rgba(245, 251, 255, 0.62);
    font-size: 0.74rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.msb-form-field--wide {
    grid-column: 1 / -1;
}

.msb-date-pair {
    border: 1px solid rgba(37, 216, 255, 0.32);
    border-radius: 11px;
    background: rgba(3, 50, 59, 0.64);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
}

.msb-date-pair label {
    padding: 10px 12px;
}

.msb-date-pair label + label {
    border-left: 1px solid rgba(37, 216, 255, 0.2);
}

.msb-date-pair small {
    color: var(--msb-cyan);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.msb-booking-form input {
    width: 100%;
    min-height: 42px;
    border-radius: 9px;
    border: 0;
    background: transparent;
    color: var(--msb-text);
    font-size: 16px;
    padding: 0;
}

.msb-stepper {
    border: 1px solid rgba(37, 216, 255, 0.28);
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(6, 61, 72, 0.72), rgba(7, 39, 56, 0.72));
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    align-items: center;
    min-height: 64px;
    padding: 0 6px;
    position: relative;
}

.msb-stepper span {
    position: absolute;
    left: 0;
    top: -24px;
}

.msb-stepper button {
    border: 0;
    background: transparent;
    color: var(--msb-text);
    cursor: pointer;
    font-size: 1.15rem;
    font-weight: 900;
    min-height: 44px;
    border-radius: 8px;
    transition: background 140ms ease, box-shadow 140ms ease, color 140ms ease, transform 140ms ease;
    -webkit-tap-highlight-color: transparent;
}

.msb-stepper button:hover,
.msb-stepper button:focus-visible {
    background: rgba(37, 216, 255, 0.18);
    box-shadow: inset 0 0 0 1px rgba(37, 216, 255, 0.34), 0 0 18px rgba(37, 216, 255, 0.18);
    color: #ffffff;
    outline: 0;
}

.msb-stepper button:active {
    background: linear-gradient(135deg, rgba(20, 220, 226, 0.32), rgba(216, 98, 232, 0.32));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22), 0 0 20px rgba(37, 216, 255, 0.18);
    color: #ffffff;
    transform: scale(0.94);
}

.msb-stepper input {
    text-align: center;
    font-size: 1.15rem;
    font-weight: 900;
    appearance: textfield;
}

.msb-stepper input::-webkit-outer-spin-button,
.msb-stepper input::-webkit-inner-spin-button {
    appearance: none;
    margin: 0;
}

.msb-booking-form .msb-btn,
.msb-form-message {
    grid-column: 1 / -1;
}

.msb-booking-form .msb-btn {
    border-radius: 16px;
    min-height: 58px;
    margin-top: 2px;
}

.msb-form-message {
    color: #ffd0d0;
    min-height: 1.2em;
    margin: 0;
}

.msb-results {
    padding-top: 46px;
}

.msb-results__header {
    justify-content: space-between;
    padding: clamp(22px, 4vw, 34px);
    margin-bottom: 24px;
}

.msb-results .msb-results__header {
    align-items: center;
    backdrop-filter: blur(18px);
    background: rgba(255, 251, 239, 0.94);
    border-radius: 999px;
    display: flex;
    gap: 18px;
    left: 50%;
    margin: 0;
    max-width: 1120px;
    padding: 12px 14px 12px 22px;
    position: fixed;
    top: max(12px, env(safe-area-inset-top));
    transform: translateX(-50%);
    width: min(1120px, calc(100vw - 20px));
    z-index: 99990;
}

.msb-results {
    padding-top: 104px;
}

body.admin-bar .msb-results .msb-results__header {
    top: calc(32px + max(12px, env(safe-area-inset-top)));
}

.msb-results__bar-copy {
    align-items: center;
    display: flex;
    gap: 14px;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.msb-results__eyebrow {
    color: #007e85;
    flex: 0 0 auto;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.msb-results__bar-copy strong {
    color: #07313a;
    flex: 0 1 auto;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.1rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
}

.msb-results__bar-copy small {
    color: #315d63;
    flex: 0 0 auto;
    font-size: 0.82rem;
    font-weight: 700;
}

.msb-results__modify {
    flex: 0 0 auto;
    border-radius: 999px;
    min-height: 48px;
    padding: 0 26px;
}

.msb-single__booking-bar .msb-results__modify,
.msb-results .msb-results__modify {
    background: linear-gradient(135deg, #ff7857 0%, #ffd86a 100%) !important;
    border: 0 !important;
    border-radius: 999px !important;
    box-shadow: 0 12px 28px rgba(255, 119, 82, 0.22) !important;
    color: #07313a !important;
    min-width: max-content;
    overflow: hidden;
    white-space: nowrap;
}

.msb-results h1 {
    font-size: clamp(2rem, 5vw, 4.6rem);
}

.msb-results__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.msb-result-card {
    overflow: hidden;
}

.msb-result-card__image {
    min-height: 220px;
    background:
        linear-gradient(160deg, rgba(47, 240, 191, 0.22), rgba(37, 216, 255, 0.18)),
        linear-gradient(135deg, #16334d, #07111d);
    background-size: cover;
    background-position: center;
    position: relative;
}

.msb-card-carousel {
    background:
        radial-gradient(circle at 72% 20%, rgba(255, 224, 122, 0.7), transparent 17%),
        linear-gradient(150deg, #6ee0d3 0%, #0a9aaa 48%, #076275 100%);
    min-height: 220px;
    overflow: hidden;
    position: relative;
}

.msb-card-carousel__slide {
    inset: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    transform: scale(1.025);
    transition: opacity 420ms ease, transform 900ms ease;
}

.msb-card-carousel__slide.is-active {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
}

.msb-card-carousel__slide img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    width: 100%;
}

.msb-card-carousel::after {
    content: "";
    inset: auto 0 0;
    height: 34%;
    position: absolute;
    background: linear-gradient(transparent, rgba(3, 50, 59, 0.42));
    z-index: 2;
}

.msb-result-card__image::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 42%;
    background: linear-gradient(transparent, rgba(3, 10, 18, 0.86));
}

.msb-result-card__body {
    padding: 20px;
}

.msb-result-card__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 18px 0;
}

.msb-result-card__meta strong {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    color: var(--msb-text);
    padding: 12px;
}

.msb-single__hero {
    display: grid;
    grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1fr);
    gap: clamp(24px, 5vw, 56px);
    align-items: stretch;
    position: relative;
    z-index: 1;
}

.msb-single {
    padding-top: 120px;
}

.msb-single__booking-bar {
    align-items: center;
    backdrop-filter: blur(18px);
    background: rgba(255, 251, 239, 0.94);
    border-radius: 999px;
    display: flex;
    gap: 18px;
    left: 50%;
    max-width: 1120px;
    padding: 12px 14px 12px 22px;
    position: fixed;
    top: max(12px, env(safe-area-inset-top));
    transform: translateX(-50%);
    width: min(1120px, calc(100vw - 20px));
    z-index: 99990;
}

body.admin-bar .msb-single__booking-bar {
    top: calc(32px + max(12px, env(safe-area-inset-top)));
}

.msb-single__media {
    min-height: min(680px, 72vh);
    border: 1px solid var(--msb-border);
    border-radius: 34px;
    background:
        linear-gradient(170deg, rgba(47, 240, 191, 0.2), rgba(37, 216, 255, 0.12)),
        radial-gradient(circle at 48% 18%, rgba(255, 255, 255, 0.78), transparent 18%),
        linear-gradient(160deg, #123a55, #06111c 62%);
    background-size: cover;
    background-position: center;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
    overflow: hidden;
    position: relative;
}

.msb-single-carousel {
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 34px;
    box-shadow: 0 28px 90px rgba(2, 70, 91, 0.22);
    min-height: min(680px, 72vh);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.msb-single-carousel__track,
.msb-single-carousel__slide {
    height: 100%;
    inset: 0;
    position: absolute;
}

.msb-single-carousel__slide {
    margin: 0;
    opacity: 0;
    transform: scale(1.025);
    transition: opacity 320ms ease, transform 520ms ease;
}

.msb-single-carousel__slide.is-active {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
}

.msb-single-carousel__slide img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.msb-single-carousel::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(2, 35, 47, 0.05), rgba(2, 35, 47, 0.34));
    pointer-events: none;
    z-index: 2;
}

.msb-single-carousel__badge {
    position: absolute;
    left: 24px;
    top: 24px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 999px;
    background: rgba(255, 251, 239, 0.82);
    color: #07313a;
    font-weight: 900;
    padding: 10px 16px;
    z-index: 3;
}

.msb-carousel-btn {
    align-items: center;
    background: rgba(255, 251, 239, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 999px;
    color: #07313a;
    cursor: pointer;
    display: inline-flex;
    font-size: 2rem;
    font-weight: 900;
    height: 48px;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 160ms ease, background 160ms ease;
    width: 48px;
    z-index: 4;
    -webkit-tap-highlight-color: transparent;
}

.msb-carousel-btn:hover,
.msb-carousel-btn:focus-visible {
    background: #ffffff;
    outline: 0;
}

.msb-carousel-btn:active {
    transform: translateY(-50%) scale(0.94);
}

.msb-carousel-btn--prev {
    left: 18px;
}

.msb-carousel-btn--next {
    right: 18px;
}

.msb-carousel-dots {
    bottom: 18px;
    display: flex;
    gap: 8px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 4;
}

.msb-carousel-dots button {
    background: rgba(255, 255, 255, 0.58);
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    height: 8px;
    padding: 0;
    transition: width 160ms ease, background 160ms ease;
    width: 8px;
}

.msb-carousel-dots button.is-active {
    background: #ffb45b;
    width: 28px;
}

.msb-single__media::before {
    content: "";
    position: absolute;
    left: -12%;
    right: -12%;
    bottom: 12%;
    height: 38%;
    background:
        repeating-linear-gradient(172deg, rgba(255, 255, 255, 0.18) 0 2px, transparent 2px 20px),
        linear-gradient(180deg, rgba(37, 216, 255, 0.34), rgba(4, 13, 22, 0.72));
    transform: skewY(-7deg);
}

.msb-single__media span {
    position: absolute;
    left: 24px;
    top: 24px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(4, 13, 22, 0.72);
    color: var(--msb-text);
    font-weight: 900;
    padding: 10px 16px;
    z-index: 1;
}

.msb-single__content {
    border: 1px solid var(--msb-border);
    border-radius: 34px;
    background: var(--msb-panel);
    padding: clamp(24px, 5vw, 48px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.msb-back-link {
    color: var(--msb-cyan);
    display: inline-flex;
    font-weight: 900;
    margin-bottom: 24px;
    text-decoration: none;
}

.msb-single h1 {
    color: var(--msb-text);
    font-size: clamp(2.1rem, 6vw, 5.4rem);
    line-height: 0.96;
    margin: 0;
}

.msb-single__content p {
    color: var(--msb-muted);
    font-size: clamp(1rem, 2vw, 1.22rem);
    line-height: 1.65;
    margin: 22px 0;
}

.msb-single__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 6px 0 28px;
}

.msb-single__facts strong {
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 18px;
    color: var(--msb-text);
    background: rgba(255, 255, 255, 0.045);
    min-height: 76px;
    padding: 16px;
    display: flex;
    align-items: center;
}

.msb-single__sections {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
    position: relative;
    z-index: 1;
}

.msb-single__sections article,
.msb-single__empty {
    background: var(--msb-panel);
    border: 1px solid var(--msb-border);
    border-radius: 24px;
    padding: 24px;
}

.msb-single__sections h2,
.msb-single__empty h1 {
    color: var(--msb-text);
    margin: 0 0 10px;
}

.msb-single__sections p {
    color: var(--msb-muted);
    line-height: 1.55;
    margin: 0;
}

.msb-single__gallery {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr;
    gap: 14px;
    margin-top: 22px;
    position: relative;
    z-index: 1;
}

.msb-single__gallery figure {
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 22px;
    box-shadow: 0 18px 48px rgba(2, 70, 91, 0.16);
    margin: 0;
    min-height: 190px;
    overflow: hidden;
}

.msb-single__gallery figure.is-large {
    grid-row: span 2;
    min-height: 394px;
}

.msb-single__gallery img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.msb-booking-engine {
    background: #ffffff;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 26px 80px rgba(7, 49, 58, 0.1);
    margin-top: 22px;
    padding: clamp(22px, 5vw, 54px);
    position: relative;
    z-index: 1;
}

.msb-booking-engine__head {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    margin-bottom: 28px;
}

.msb-booking-engine__title {
    align-items: center;
    display: flex;
    gap: 14px;
    min-width: 0;
}

.msb-single .smb-searchbar,
.msb-single [data-smb-searchbar],
.msb-single .smb-search-v2,
.msb-single [data-smb-search],
.msb-single .smb-aloj-v2__selfsearch,
.msb-single .smb-fechas-resumen.smb-topbar,
.msb-single .smb-topbar,
body.msb-standalone-detail .smb-searchbar,
body.msb-standalone-detail [data-smb-searchbar],
body.msb-standalone-detail .smb-search-v2,
body.msb-standalone-detail [data-smb-search],
body.msb-standalone-detail .smb-aloj-v2__selfsearch,
body.msb-standalone-detail .smb-fechas-resumen.smb-topbar,
body.msb-standalone-detail .smb-topbar {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    max-height: 0 !important;
    min-height: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    visibility: hidden !important;
}

.msb-single .smb-wrapper,
.msb-single .smb-wrapper-multi,
body.msb-standalone-detail .smb-wrapper,
body.msb-standalone-detail .smb-wrapper-multi {
    padding-top: 0 !important;
}

.msb-booking-engine__head h2 {
    color: #111111;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.7rem, 4vw, 2.25rem);
    font-weight: 400;
    margin: 0;
}

.msb-booking-engine__rate {
    color: #111111;
    flex: 0 0 auto;
    font-size: 0.96rem;
}

.msb-reserve-panel {
    display: grid;
    gap: 14px;
    margin-bottom: 10px;
    position: relative;
}

.msb-reserve-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.msb-reserve-field {
    align-items: center;
    border: 1px solid #c7a06f;
    display: flex;
    justify-content: space-between;
    min-height: 48px;
    padding: 0 14px;
    transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.msb-reserve-field span {
    color: #28221d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1rem;
}

.msb-reserve-field strong {
    color: #111111;
    font-size: 0.94rem;
    font-weight: 500;
}

.msb-reserve-field input,
.msb-reserve-field select {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none !important;
    color: #111111;
    font: 600 0.95rem/1.2 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    margin-left: 14px;
    min-width: 120px;
    outline: 0;
    padding: 0 !important;
    text-align: right;
}

.msb-reserve-field input[readonly] {
    cursor: pointer;
}

.msb-reserve-field select {
    background-image: linear-gradient(45deg, transparent 50%, #7b5d37 50%), linear-gradient(135deg, #7b5d37 50%, transparent 50%);
    background-position: calc(100% - 10px) 50%, calc(100% - 5px) 50%;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px;
    padding-right: 20px;
}

.msb-reserve-field:hover,
.msb-reserve-field:focus-within {
    background: rgba(248, 240, 222, 0.62);
    border-color: #ff8a57;
    box-shadow: 0 10px 28px rgba(255, 112, 78, 0.12);
}

.msb-range-calendar {
    background: rgba(255, 251, 242, 0.98);
    border: 1px solid #c7a06f;
    box-shadow: 0 18px 44px rgba(70, 48, 28, 0.11);
    display: none;
    justify-self: end;
    margin-top: -8px;
    padding: 14px;
    position: relative;
    width: min(100%, 464px);
    z-index: 5;
}

.msb-range-calendar.is-open {
    display: block;
}

.msb-modal .msb-range-calendar {
    background: rgba(255, 251, 242, 0.9);
    border: 1px solid rgba(255, 111, 80, 0.32);
    border-radius: 18px;
    box-shadow: 0 18px 44px rgba(18, 54, 49, 0.12);
    grid-column: 1 / -1;
    justify-self: stretch;
    margin: 12px 0 0;
    padding: 14px;
    width: 100%;
}

.msb-modal .msb-date-pair label.is-range-active {
    background: rgba(255, 255, 255, 0.24);
    box-shadow: inset 0 0 0 1px rgba(255, 111, 80, 0.34);
}

.msb-range-calendar__months {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    position: relative;
}

.msb-range-month h4 {
    color: #111111;
    font: 700 0.92rem/1.1 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    margin: 8px 0 16px;
    text-align: center;
}

.msb-range-week,
.msb-range-days {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.msb-range-week span {
    color: #111111;
    font-size: 0.68rem;
    font-weight: 800;
    padding-bottom: 8px;
    text-align: center;
}

.msb-range-day {
    -webkit-appearance: none !important;
    appearance: none !important;
    background: transparent !important;
    border: 1px solid rgba(199, 160, 111, 0.22) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #111111 !important;
    cursor: pointer;
    font-size: 0.74rem;
    height: 31px;
    line-height: 1 !important;
    margin: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    padding: 0 !important;
    text-decoration: none !important;
    transition: background 140ms ease, color 140ms ease, border-color 140ms ease;
    width: 100% !important;
}

.msb-range-day:hover,
.msb-range-day:focus-visible {
    background: rgba(199, 160, 111, 0.16) !important;
    border-color: rgba(199, 160, 111, 0.52) !important;
    color: #111111 !important;
    outline: 0 !important;
}

.msb-range-day.is-muted {
    color: rgba(17, 17, 17, 0.35) !important;
}

.msb-range-day.is-disabled {
    background: transparent !important;
    border-color: rgba(199, 160, 111, 0.12) !important;
    color: rgba(17, 17, 17, 0.16) !important;
    cursor: not-allowed;
}

.msb-range-day.is-range {
    background: rgba(199, 160, 111, 0.2) !important;
    color: #111111 !important;
}

.msb-range-day.is-selected {
    background: #c7a06f !important;
    border-color: #c7a06f !important;
    color: #ffffff !important;
    font-weight: 800;
}

.msb-range-nav {
    -webkit-appearance: none !important;
    appearance: none !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(199, 160, 111, 0.55) !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    color: #111111 !important;
    cursor: pointer;
    font-size: 1.1rem;
    height: 28px;
    line-height: 1;
    margin: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    padding: 0 !important;
    position: absolute;
    text-decoration: none !important;
    top: 0;
    width: 28px;
    z-index: 2;
}

.msb-range-nav {
    left: 0;
}

.msb-range-nav.is-next {
    left: auto;
    right: 0;
}

.msb-reserve-services {
    border-top: 1px solid rgba(17, 17, 17, 0.12);
    display: grid;
    gap: 12px;
    margin-top: 34px;
    padding-top: 28px;
}

.msb-reserve-services h3 {
    color: #171717;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.35rem, 3vw, 1.65rem);
    font-weight: 400;
    margin: 0 0 12px;
}

.msb-reserve-service {
    align-items: center;
    color: #222222;
    display: grid;
    gap: 12px;
    grid-template-columns: 14px minmax(150px, 1fr) minmax(190px, auto) 104px;
    min-height: 38px;
}

.msb-reserve-service input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 1px solid #c7a06f;
    display: block;
    height: 14px;
    margin: 0;
    width: 14px;
}

.msb-reserve-service input[type="checkbox"]:checked {
    background: #ff6f50;
    border-color: #ff6f50;
    box-shadow: inset 0 0 0 3px #ffffff;
}

.msb-reserve-service.is-auto-active {
    background: rgba(255, 111, 80, 0.06);
    border-radius: 8px;
    margin: -4px -6px;
    padding: 4px 6px;
}

.msb-reserve-service.is-meal-active {
    background: rgba(255, 216, 106, 0.11);
    border-radius: 8px;
    margin: -4px -6px;
    padding: 4px 6px;
}

.msb-reserve-service[data-msb-auto-extra="1"] input[type="checkbox"] {
    cursor: default;
}

.msb-reserve-service[data-msb-auto-extra="1"] .msb-extra-stepper {
    opacity: 0.82;
}

.msb-reserve-service[data-msb-auto-extra="1"] .msb-extra-stepper button {
    color: rgba(17, 17, 17, 0.35);
    cursor: not-allowed;
    pointer-events: none;
}

.msb-reserve-service strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.98rem;
    font-weight: 400;
}

.msb-reserve-service em {
    color: #1b1b1b;
    font-size: 0.92rem;
    font-style: normal;
    text-align: right;
}

.msb-extra-stepper {
    align-items: center;
    border: 1px solid #c7a06f;
    border-radius: 2px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 30px 42px 30px;
    height: 32px;
    justify-self: end;
    overflow: hidden;
    width: 104px;
}

.msb-extra-stepper button {
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #111111;
    cursor: pointer;
    font-size: 1rem;
    height: 100%;
    line-height: 1;
    margin: 0;
    min-height: 0;
    min-width: 0;
    padding: 0;
    transition: background 160ms ease, color 160ms ease;
    width: 100%;
}

.msb-extra-stepper button:first-child {
    border-right: 1px solid rgba(199, 160, 111, 0.55);
}

.msb-extra-stepper button:last-child {
    border-left: 1px solid rgba(199, 160, 111, 0.55);
}

.msb-extra-stepper button:hover,
.msb-extra-stepper button:focus-visible,
.msb-extra-stepper button:active {
    background: rgba(255, 111, 80, 0.14);
    color: #ff6f50;
    outline: 0;
}

.msb-extra-stepper input {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none !important;
    box-sizing: border-box;
    color: #111111;
    font-size: 0.9rem;
    font-weight: 500;
    height: 100%;
    line-height: 1;
    margin: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    width: 100%;
}

.msb-extra-stepper input::-webkit-outer-spin-button,
.msb-extra-stepper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.msb-reserve-total {
    align-items: center;
    border-top: 1px solid rgba(17, 17, 17, 0.13);
    color: #111111;
    display: flex;
    font-family: Georgia, "Times New Roman", serif;
    justify-content: space-between;
    margin-top: 28px;
    padding-top: 28px;
}

.msb-reserve-total span {
    font-size: clamp(1.35rem, 3vw, 1.75rem);
}

.msb-reserve-total strong {
    font-family: inherit;
    font-size: clamp(1.45rem, 3vw, 1.9rem);
    font-weight: 400;
}

.msb-selected-room {
    align-items: center;
    background: rgba(199, 160, 111, 0.12);
    border: 1px solid rgba(199, 160, 111, 0.32);
    border-radius: 999px;
    color: #111111;
    display: flex;
    flex: 0 1 auto;
    gap: 8px;
    justify-content: space-between;
    margin: 0;
    max-width: min(52vw, 560px);
    min-height: 34px;
    min-width: 0;
    overflow: hidden;
    padding: 6px 10px;
}

.msb-selected-room span {
    color: rgba(17, 17, 17, 0.62);
    flex: 0 0 auto;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.msb-selected-room strong {
    color: #07313a;
    font-size: 0.78rem;
    min-width: 0;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.msb-selected-room.is-active {
    background: rgba(255, 216, 106, 0.18);
    border-color: rgba(255, 111, 80, 0.38);
}

.msb-reserve-submit {
    align-items: center;
    background: #000000;
    border: 0;
    border-radius: 4px;
    color: #ffffff !important;
    cursor: pointer;
    display: flex;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1rem;
    justify-content: center;
    margin-top: 26px;
    min-height: 48px;
    text-decoration: none;
    width: 100%;
}

body.msb-summary-open {
    overflow: hidden;
}

.msb-summary-modal {
    align-items: center;
    display: none;
    inset: 0;
    justify-content: center;
    padding: 18px;
    position: fixed;
    z-index: 100020;
}

.msb-summary-modal.is-open {
    display: flex;
}

.msb-summary-modal__overlay {
    background: rgba(3, 10, 18, 0.56);
    inset: 0;
    position: absolute;
}

.msb-summary-modal__panel {
    background: #fffdf6;
    border: 1px solid rgba(255, 216, 106, 0.52);
    border-radius: 22px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.26);
    max-height: min(720px, calc(100vh - 36px));
    max-width: 620px;
    overflow: auto;
    padding: clamp(20px, 4vw, 32px);
    position: relative;
    width: min(620px, 100%);
    z-index: 1;
}

.msb-summary-modal__close {
    align-items: center;
    background: rgba(7, 49, 58, 0.08);
    border: 0;
    border-radius: 999px;
    color: #07313a;
    cursor: pointer;
    display: inline-flex;
    font-size: 1.4rem;
    height: 34px;
    justify-content: center;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 34px;
}

.msb-summary-modal__panel h3 {
    color: #111111;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.6rem, 5vw, 2.2rem);
    font-weight: 400;
    margin: 8px 44px 18px 0;
}

.msb-summary-modal__body {
    border-bottom: 1px solid rgba(199, 160, 111, 0.26);
    border-top: 1px solid rgba(199, 160, 111, 0.26);
    display: grid;
    gap: 0;
}

.msb-summary-modal__row {
    align-items: start;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(110px, 0.48fr) minmax(0, 1fr);
    padding: 12px 0;
}

.msb-summary-modal__row + .msb-summary-modal__row {
    border-top: 1px solid rgba(199, 160, 111, 0.16);
}

.msb-summary-modal__row span {
    color: rgba(17, 17, 17, 0.58);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.msb-summary-modal__row strong {
    color: #07313a;
    font-size: 0.98rem;
    text-align: right;
}

.msb-summary-modal__actions {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.msb-summary-modal__actions .msb-btn {
    flex: 1 1 auto;
}

.msb-summary-modal__ghost {
    background: transparent;
    border: 1px solid rgba(7, 49, 58, 0.18);
    border-radius: 999px;
    color: #07313a;
    cursor: pointer;
    font-weight: 900;
    padding: 0 18px;
}

.msb-booking-engine .smb-hint,
body.msb-standalone-detail .smb-hint,
.msb-booking-engine #smbHint,
body.msb-standalone-detail #smbHint {
    display: none !important;
}

.msb-legacy-booking-engine {
    margin-top: 26px;
}

.msb-booking-engine .smb-wrapper,
body.msb-standalone-detail .msb-booking-engine .smb-wrapper {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.msb-room-types {
    background: rgba(255, 251, 239, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 28px;
    box-shadow: 0 22px 70px rgba(2, 70, 91, 0.16);
    margin-top: 22px;
    padding: clamp(18px, 4vw, 30px);
    position: relative;
    z-index: 1;
}

.msb-room-types__head {
    margin-bottom: 20px;
}

.msb-room-types__head h2 {
    color: #07313a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.7rem, 4vw, 3rem);
    font-weight: 500;
    margin: 0;
}

.msb-room-types__head p {
    color: #4f6f72;
    margin: 8px 0 0;
}

.msb-room-types__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.msb-room-card {
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(0, 168, 181, 0.14);
    border-radius: 24px;
    overflow: hidden;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.msb-room-card:hover {
    box-shadow: 0 18px 44px rgba(2, 70, 91, 0.16);
    transform: translateY(-3px);
}

.msb-room-card.is-selected {
    border-color: rgba(255, 111, 80, 0.72);
    box-shadow: 0 20px 52px rgba(255, 111, 80, 0.18);
    transform: translateY(-3px);
}

.msb-room-card__image {
    min-height: 190px;
    background:
        radial-gradient(circle at 72% 20%, rgba(255, 224, 122, 0.58), transparent 18%),
        linear-gradient(150deg, #6ee0d3 0%, #0a9aaa 48%, #076275 100%);
    background-position: center;
    background-size: cover;
}

.msb-room-card__body {
    padding: 18px;
}

.msb-room-card__body > span {
    color: #ff6f50;
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.msb-room-card h3 {
    color: #07313a;
    font-size: 1.35rem;
    line-height: 1.1;
    margin: 0 0 14px;
}

.msb-room-card__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 12px;
}

.msb-room-card__meta strong {
    background: rgba(0, 168, 181, 0.08);
    border: 1px solid rgba(0, 168, 181, 0.16);
    border-radius: 14px;
    color: #07313a;
    font-size: 0.82rem;
    padding: 10px;
}

.msb-room-card__price {
    color: #07313a;
    font-size: 1.05rem;
    font-weight: 900;
    margin: 8px 0 12px;
}

.msb-room-card__features {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 16px;
}

.msb-room-card__features small {
    background: rgba(255, 111, 80, 0.12);
    border-radius: 999px;
    color: #07313a;
    font-weight: 700;
    padding: 7px 10px;
}

.msb-room-card .msb-btn {
    border: 0 !important;
    border-radius: 999px !important;
    box-shadow: 0 16px 34px rgba(255, 111, 80, 0.2) !important;
    color: #07313a !important;
    min-height: 46px;
    overflow: hidden;
    width: 100%;
}

.msb-room-card .msb-btn.is-selected {
    background: #07313a !important;
    box-shadow: 0 16px 34px rgba(7, 49, 58, 0.18) !important;
    color: #ffffff !important;
}

body.msb-modal-open {
    overflow: hidden;
}

/* Tropical Caribe theme */
.msb-shell {
    --msb-bg: #024c61;
    --msb-panel: rgba(255, 251, 239, 0.88);
    --msb-panel-strong: rgba(255, 251, 239, 0.96);
    --msb-border: rgba(0, 151, 167, 0.22);
    --msb-text: #07313a;
    --msb-muted: #4f6f72;
    --msb-cyan: #00a8b5;
    --msb-gold: #ffb45b;
    --msb-green: #168f74;
    color: var(--msb-text);
    background:
        radial-gradient(circle at 82% 12%, rgba(255, 180, 91, 0.36), transparent 26%),
        radial-gradient(circle at 18% 24%, rgba(67, 211, 198, 0.42), transparent 30%),
        linear-gradient(160deg, #c6f4ee 0%, #47c9c7 34%, #04758b 64%, #023b55 100%);
}

.msb-shell::after {
    content: "";
    position: absolute;
    inset: auto -8% -10% -8%;
    height: 34%;
    background:
        radial-gradient(120% 90% at 50% 0%, rgba(255, 248, 224, 0.96), rgba(255, 231, 179, 0.88) 52%, rgba(255, 196, 122, 0.52) 68%, transparent 69%),
        repeating-linear-gradient(168deg, rgba(255, 255, 255, 0.2) 0 2px, transparent 2px 24px);
    pointer-events: none;
    z-index: 0;
}

.msb-home::before {
    background:
        radial-gradient(ellipse at 12% 20%, rgba(255, 255, 255, 0.42), transparent 18%),
        radial-gradient(ellipse at 78% 18%, rgba(255, 255, 255, 0.24), transparent 20%);
    background-size: auto;
    mask-image: none;
    opacity: 0.82;
}

.msb-topbar {
    background: rgba(255, 251, 239, 0.76);
    border-color: rgba(255, 255, 255, 0.56);
    box-shadow: 0 16px 60px rgba(3, 72, 91, 0.18);
}

.msb-logo,
.msb-nav a {
    color: #07313a;
}

.msb-logo__mark {
    color: #ff7a59;
    background: rgba(255, 122, 89, 0.12);
    box-shadow: 0 0 28px rgba(255, 122, 89, 0.22);
}

.msb-logo span,
.msb-nav a:hover {
    color: #00a8b5;
}

.msb-nav a {
    color: rgba(7, 49, 58, 0.62);
}

.msb-location-pill {
    background: rgba(255, 251, 239, 0.62);
    border-color: rgba(255, 255, 255, 0.72);
    color: #07515f;
}

.msb-hero h1 {
    color: #ffffff;
    text-shadow: 0 18px 46px rgba(4, 54, 73, 0.28);
}

.msb-hero h1::first-line {
    color: #ffffff;
}

.msb-hero p,
.msb-rating,
.msb-results__header p {
    color: rgba(255, 255, 255, 0.9);
}

.msb-rating strong {
    color: #ffe07a;
}

.msb-btn--gradient,
.msb-btn--gold {
    background: linear-gradient(110deg, #ff7a59 0%, #ffb45b 48%, #ffe07a 100%);
    color: #17313a;
    box-shadow: 0 18px 44px rgba(255, 122, 89, 0.28);
}

.msb-btn--ghost {
    background: rgba(255, 251, 239, 0.2);
    border-color: rgba(255, 255, 255, 0.54);
    color: #ffffff;
}

.msb-hero__visual {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08)),
        radial-gradient(circle at 74% 18%, rgba(255, 224, 122, 0.72), transparent 18%),
        linear-gradient(160deg, #72ddd2 0%, #0a9aaa 52%, #076275 100%);
    border-color: rgba(255, 255, 255, 0.38);
    box-shadow: 0 28px 80px rgba(2, 70, 91, 0.28);
}

.msb-hero__visual::before,
.msb-hero__visual::after {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
}

.msb-hero__visual::before {
    width: 230px;
    height: 230px;
    right: -58px;
    top: -36px;
    border-radius: 50%;
    background:
        conic-gradient(from 210deg, transparent 0 18deg, rgba(10, 96, 68, 0.52) 18deg 34deg, transparent 34deg 52deg, rgba(10, 96, 68, 0.45) 52deg 70deg, transparent 70deg 92deg, rgba(10, 96, 68, 0.46) 92deg 108deg, transparent 108deg 360deg);
    transform: rotate(14deg);
    opacity: 0.9;
}

.msb-hero__visual::after {
    left: -12%;
    right: -12%;
    bottom: -12%;
    height: 42%;
    background:
        radial-gradient(130% 85% at 50% 0%, rgba(255, 251, 239, 0.95), rgba(255, 224, 164, 0.88) 55%, transparent 56%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.24), transparent);
}

.msb-stay-card {
    background: rgba(255, 251, 239, 0.88);
    border-color: rgba(255, 255, 255, 0.74);
    color: #07313a;
    box-shadow: 0 22px 60px rgba(1, 54, 70, 0.18);
}

.msb-stay-card span,
.msb-result-card__body span {
    color: #ff7a59;
}

.msb-stay-card small,
.msb-stay-card em,
.msb-feature-grid p,
.msb-result-card p,
.msb-single__content p,
.msb-single__sections p {
    color: var(--msb-muted);
}

.msb-stay-card b,
.msb-feature-grid h2,
.msb-result-card h2,
.msb-single h1,
.msb-single__sections h2,
.msb-single__empty h1 {
    color: #07313a;
}

.msb-feature-grid article,
.msb-result-card,
.msb-results__header,
.msb-single__content,
.msb-single__sections article,
.msb-single__empty {
    background: rgba(255, 251, 239, 0.88);
    border-color: rgba(255, 255, 255, 0.66);
    box-shadow: 0 20px 60px rgba(2, 70, 91, 0.16);
}

.msb-feature-grid span {
    color: #ff7a59;
}

.msb-results h1 {
    color: #ffffff;
}

.msb-results .msb-results__header h1,
.msb-results .msb-results__header p {
    color: #07313a;
    text-shadow: none;
}

.msb-shell.msb-results header.msb-results__header h1,
.msb-shell.msb-results header.msb-results__header p {
    color: #07313a !important;
    opacity: 1 !important;
    text-shadow: none !important;
}

.msb-shell.msb-results header.msb-results__header h1 {
    font-weight: 900;
}

.msb-shell.msb-results header.msb-results__header p {
    color: #315d63 !important;
    font-weight: 700;
}

.msb-results .msb-results__header .msb-kicker {
    color: #007e85;
}

.msb-result-card .msb-btn--gradient {
    color: #17313a;
    border-color: transparent;
    box-shadow: 0 14px 34px rgba(255, 122, 89, 0.2);
}

.msb-result-card .msb-btn--gradient:hover {
    color: #17313a;
}

.msb-result-card__image,
.msb-single__media {
    background:
        radial-gradient(circle at 72% 20%, rgba(255, 224, 122, 0.7), transparent 17%),
        linear-gradient(160deg, rgba(255, 251, 239, 0.18), rgba(255, 251, 239, 0.02)),
        linear-gradient(150deg, #6ee0d3 0%, #0a9aaa 48%, #076275 100%);
}

.msb-result-card__meta strong,
.msb-single__facts strong {
    background: rgba(0, 168, 181, 0.08);
    border-color: rgba(0, 168, 181, 0.18);
    color: #07313a;
}

.msb-back-link,
.msb-kicker {
    color: #007e85;
}

.msb-modal {
    background: rgba(3, 55, 70, 0.46);
}

.msb-modal__panel {
    background: linear-gradient(180deg, rgba(255, 251, 239, 0.98), rgba(255, 241, 213, 0.98));
    border-color: rgba(255, 255, 255, 0.72);
    box-shadow: 0 26px 90px rgba(2, 70, 91, 0.3);
}

.msb-modal h2,
.msb-booking-form label,
.msb-form-field {
    color: #07313a;
}

.msb-modal__subtitle {
    color: #537174;
}

.msb-modal__icon,
.msb-modal__close {
    color: #ff7a59;
}

.msb-date-pair,
.msb-stepper {
    background: rgba(255, 255, 255, 0.72);
    border-color: rgba(0, 168, 181, 0.28);
}

.msb-date-pair small,
.msb-booking-form label > span,
.msb-form-field > span {
    color: #007e85;
}

.msb-booking-form input,
.msb-stepper button {
    color: #07313a;
}

.msb-stepper button:hover,
.msb-stepper button:focus-visible {
    background: rgba(0, 168, 181, 0.14);
    box-shadow: inset 0 0 0 1px rgba(0, 168, 181, 0.24), 0 0 16px rgba(0, 168, 181, 0.14);
    color: #07313a;
}

.msb-stepper button:active {
    background: linear-gradient(135deg, rgba(255, 122, 89, 0.2), rgba(255, 180, 91, 0.26));
    color: #07313a;
}

/* Palmera-style landing */
.msb-home--palmera {
    background:
        linear-gradient(90deg, rgba(53, 38, 31, 0.68), rgba(53, 38, 31, 0.28)),
        var(--msb-home-hero-image),
        linear-gradient(140deg, #b88d70 0%, #0b7d89 100%);
    background-position: center;
    background-size: cover;
    border-radius: 18px 18px 0 0;
    min-height: 100vh;
    overflow: visible;
    padding-top: 0;
}

.msb-home--palmera::before {
    background:
        radial-gradient(circle at 7% 24%, rgba(160, 185, 94, 0.7) 0 28px, transparent 29px),
        radial-gradient(circle at 2% 28%, rgba(125, 158, 84, 0.62) 0 34px, transparent 35px),
        radial-gradient(circle at 93% 20%, rgba(221, 85, 150, 0.5) 0 28px, transparent 29px);
    opacity: 0.85;
}

.msb-home--palmera::after {
    display: none;
}

.msb-home--palmera .msb-topbar {
    position: fixed;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: min(100%, 1040px);
    min-height: 92px;
    margin: 0 auto clamp(76px, 15vh, 150px);
    border: 0;
    border-radius: 28px;
    background: rgba(239, 232, 222, 0.9);
    box-shadow: 0 18px 48px rgba(27, 23, 18, 0.16);
    z-index: 20;
}

.msb-home--palmera .msb-logo {
    color: #10231d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.45rem;
    letter-spacing: 0;
}

.msb-logo__dot {
    width: 13px;
    height: 13px;
    border-radius: 999px;
    background: #ff6f50;
    display: inline-block;
}

.msb-home--palmera .msb-nav a {
    color: rgba(16, 35, 29, 0.62);
}

.msb-home--palmera .msb-btn--gradient,
.msb-home--palmera .msb-topbar__cta {
    background: #ff6f50;
    border-color: transparent;
    border-radius: 999px;
    color: #ffffff;
    box-shadow: none;
}

.msb-home--palmera .msb-hero {
    grid-template-columns: minmax(0, 760px);
    justify-content: start;
    min-height: 520px;
    padding-top: 112px;
    padding-bottom: clamp(42px, 12vh, 120px);
}

.msb-home--palmera .msb-hero__visual,
.msb-home--palmera .msb-rating {
    display: none;
}

.msb-home--palmera .msb-location-pill {
    background: transparent;
    border: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(0.82rem, 2vw, 1.08rem);
    letter-spacing: 0.42em;
    margin-bottom: 28px;
    padding: 0;
}

.msb-home--palmera .msb-hero h1 {
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3.8rem, 9vw, 7rem);
    font-weight: 500;
    line-height: 0.98;
    max-width: 760px;
    text-shadow: 0 18px 44px rgba(30, 20, 12, 0.24);
}

.msb-home--palmera .msb-hero h1 em {
    color: #ffd36e;
    font-style: italic;
    font-weight: 400;
}

.msb-home--palmera .msb-hero p {
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(1.24rem, 2.8vw, 1.85rem);
    line-height: 1.45;
    max-width: 820px;
}

.msb-home--palmera .msb-hero__actions {
    margin-top: 30px;
}

.msb-home--palmera .msb-btn--ghost {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.52);
    color: #ffffff;
}

.msb-home--palmera .msb-feature-grid {
    background: rgba(239, 232, 222, 0.95);
    border-radius: 32px 32px 0 0;
    margin: 0 auto;
    padding: clamp(20px, 4vw, 34px);
    width: min(100%, 1040px);
}

.msb-destination-field {
    background: rgba(221, 232, 226, 0.86);
    border-radius: 22px;
    padding: 18px 20px;
}

.msb-destination-field strong {
    color: #10231d;
    font-size: 1.35rem;
    font-weight: 500;
}

.msb-modal__panel {
    width: min(860px, calc(100vw - 28px));
    background: rgba(239, 232, 222, 0.94);
    border: 0;
    border-radius: 34px;
    padding: clamp(22px, 4vw, 34px);
}

.msb-modal h2 {
    color: #10231d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 500;
    margin: 0 50px 24px 0;
}

.msb-modal .msb-booking-form {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.msb-modal .msb-form-field > span,
.msb-modal .msb-booking-form label > span {
    color: #536a60;
    font-size: 0.82rem;
    letter-spacing: 0.18em;
}

.msb-modal .msb-date-pair,
.msb-modal .msb-stepper {
    background: rgba(221, 232, 226, 0.86);
    border: 0;
}

.msb-modal .msb-booking-form .msb-btn {
    background: #ff6f50;
    color: #ffffff;
    min-height: 70px;
}

/* Glass booking modal */
.msb-modal {
    background: rgba(6, 44, 47, 0.32);
    backdrop-filter: blur(10px);
}

.msb-modal__panel {
    background: rgba(232, 240, 235, 0.74);
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 28px;
    box-shadow: 0 28px 90px rgba(9, 33, 34, 0.24);
    backdrop-filter: blur(22px) saturate(120%);
    -webkit-backdrop-filter: blur(22px) saturate(120%);
}

.msb-modal__close {
    background: rgba(255, 255, 255, 0.28);
    color: rgba(16, 35, 29, 0.72);
}

.msb-modal h2 {
    color: #10231d;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    letter-spacing: 0;
}

.msb-modal .msb-booking-form {
    gap: 14px;
}

.msb-destination-field,
.msb-modal .msb-form-field,
.msb-modal .msb-stepper {
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid transparent;
    border-radius: 22px;
    transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.msb-modal .msb-form-field {
    padding: 16px 18px;
}

.msb-modal .msb-form-field > span,
.msb-modal .msb-booking-form label > span {
    color: rgba(30, 66, 57, 0.78);
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.18em;
}

.msb-destination-field strong,
.msb-modal .msb-booking-form input,
.msb-modal .msb-stepper input {
    color: #031a16;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    font-weight: 300;
}

.msb-modal .msb-date-pair {
    background: transparent;
    border: 0;
    border-radius: 0;
}

.msb-modal .msb-date-pair label {
    border-radius: 16px;
    padding: 4px 0 0;
    transition: background 160ms ease, box-shadow 160ms ease;
}

.msb-modal .msb-date-pair label + label {
    border-left: 1px solid rgba(16, 35, 29, 0.08);
}

.msb-modal .msb-date-pair small {
    color: rgba(30, 66, 57, 0.78);
    font-weight: 500;
    letter-spacing: 0.16em;
}

.msb-modal .msb-stepper {
    min-height: 84px;
}

.msb-modal .msb-stepper span {
    left: 16px;
    top: 13px;
}

.msb-modal .msb-stepper button {
    color: rgba(16, 35, 29, 0.76);
    font-weight: 400;
}

.msb-modal .msb-form-field:hover,
.msb-modal .msb-form-field:focus-within,
.msb-modal .msb-stepper:hover,
.msb-modal .msb-stepper:focus-within {
    background: rgba(255, 255, 255, 0.34);
    border-color: rgba(255, 255, 255, 0.54);
    box-shadow: 0 14px 38px rgba(11, 56, 60, 0.1);
}

.msb-modal .msb-date-pair label:focus-within {
    background: rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 0 0 1px rgba(255, 111, 80, 0.34);
}

.msb-modal .msb-booking-form .msb-btn {
    background: #ff6f50;
    border-radius: 999px;
    color: #ffffff;
    font-size: 1.22rem;
    font-weight: 400;
    letter-spacing: 0;
    min-height: 68px;
}

@media (max-width: 640px) {
    .msb-home--palmera {
        padding-left: 10px;
        padding-right: 10px;
    }

    .msb-home--palmera .msb-topbar {
        min-height: 72px;
        top: 8px;
        margin-bottom: 36px;
        padding: 0 18px;
    }

    .msb-home--palmera .msb-logo {
        font-size: 1.15rem;
    }

    .msb-home--palmera .msb-hero {
        min-height: 520px;
        padding-bottom: 54px;
    }

    .msb-home--palmera .msb-location-pill {
        font-size: 0.78rem;
        letter-spacing: 0.28em;
    }

    .msb-home--palmera .msb-hero h1 {
        font-size: clamp(3.1rem, 15vw, 4.9rem);
    }

    .msb-home--palmera .msb-hero p {
        font-size: 1.18rem;
    }

    .msb-modal .msb-booking-form {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .msb-modal__panel {
        border-radius: 28px;
    }

    .msb-destination-field {
        padding: 14px 16px;
    }
}

@media (max-width: 980px) {
    .msb-topbar {
        margin-bottom: 36px;
    }

    .msb-nav {
        display: none;
    }

    .msb-hero,
    .msb-results__grid,
    .msb-single__hero {
        grid-template-columns: 1fr;
    }

    .msb-hero__visual {
        min-height: 420px;
    }

    .msb-feature-grid,
    .msb-single__sections {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .msb-shell {
        padding: 18px;
    }

    .msb-topbar {
        border-radius: 0 0 18px 18px;
        margin: -18px auto 28px;
        min-height: 58px;
        padding: 0 12px;
    }

    .msb-logo {
        font-size: 0.94rem;
        gap: 7px;
    }

    .msb-logo__mark {
        width: 30px;
        height: 30px;
        font-size: 1.35rem;
    }

    .msb-topbar__cta {
        min-height: 40px;
        padding: 0 14px;
        width: auto;
    }

    .msb-hero {
        min-height: auto;
        gap: 28px;
    }

    .msb-location-pill {
        font-size: 0.64rem;
        padding: 8px 12px;
        margin-bottom: 20px;
    }

    .msb-hero h1 {
        font-size: clamp(2.55rem, 15vw, 4.2rem);
    }

    .msb-hero p {
        font-size: 1rem;
        margin-top: 18px;
    }

    .msb-rating {
        margin-top: 24px;
    }

    .msb-hero__actions,
    .msb-results__header {
        display: grid;
        grid-template-columns: 1fr;
    }

    .msb-booking-form {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px 10px;
    }

    .msb-btn {
        width: 100%;
    }

    .msb-hero__visual {
        min-height: 320px;
        padding: 18px;
    }

    .msb-stay-card {
        inset: 18px;
        padding: 22px;
    }

    .msb-single__media {
        min-height: 360px;
    }

    .msb-single {
        padding-top: 92px;
    }

    .msb-single__booking-bar {
        border-radius: 999px;
        gap: 10px;
        padding: 8px 8px 8px 14px;
        top: max(8px, env(safe-area-inset-top));
        width: min(100vw - 12px, 560px);
    }

    body.admin-bar .msb-single__booking-bar {
        top: calc(46px + max(8px, env(safe-area-inset-top)));
    }

    .msb-single-carousel {
        min-height: 360px;
    }

    .msb-carousel-btn {
        height: 40px;
        width: 40px;
        font-size: 1.55rem;
    }

    .msb-single__facts {
        grid-template-columns: 1fr;
    }

    .msb-single__gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .msb-single__gallery figure,
    .msb-single__gallery figure.is-large {
        grid-row: auto;
        min-height: 150px;
    }

    .msb-single__gallery figure.is-large {
        grid-column: 1 / -1;
        min-height: 240px;
    }

    .msb-room-types__grid {
        grid-template-columns: 1fr;
    }

    .msb-room-card__image {
        min-height: 170px;
    }

    .msb-modal {
        align-items: flex-start;
        padding: 12px 10px;
    }

    .msb-modal__panel {
        padding: 18px 14px;
        width: min(100%, 480px);
        border-radius: 14px;
    }

    .msb-modal__close {
        top: 9px;
        right: 9px;
        width: 30px;
        height: 30px;
        font-size: 19px;
    }

    .msb-modal__icon {
        left: 16px;
        top: 19px;
        font-size: 1.35rem;
    }

    .msb-modal h2 {
        font-size: 1.05rem;
        margin: 0 34px 4px 28px;
    }

    .msb-modal__subtitle {
        font-size: 0.78rem;
        margin: 0 0 20px 28px;
    }

    .msb-date-pair {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .msb-date-pair label + label {
        border-left: 1px solid rgba(37, 216, 255, 0.2);
        border-top: 0;
    }

    .msb-date-pair label {
        min-width: 0;
        padding: 8px 9px;
    }

    .msb-date-pair small,
    .msb-booking-form label > span,
    .msb-form-field > span {
        font-size: 0.58rem;
        letter-spacing: 0.14em;
    }

    .msb-booking-form input {
        min-height: 34px;
        font-size: 16px;
    }

    .msb-stepper {
        margin-top: 14px;
        min-height: 54px;
        grid-template-columns: 25px minmax(0, 1fr) 25px;
        padding: 0 3px;
    }

    .msb-stepper button {
        min-height: 38px;
        font-size: 0.95rem;
    }

    .msb-stepper input {
        font-size: 0.95rem;
    }

    .msb-booking-form .msb-btn {
        min-height: 50px;
        margin-top: 0;
    }

    .msb-form-message {
        min-height: 0;
        font-size: 0.78rem;
    }
}

/* Final Palmera priority overrides */
.msb-home--palmera .msb-topbar {
    position: fixed !important;
    top: 12px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.msb-home--palmera .msb-modal h2,
.msb-modal h2 {
    margin-left: 0;
}

.msb-home--palmera .msb-logo__mark {
    display: none;
}

@media (max-width: 640px) {
    .msb-home--palmera .msb-topbar {
        top: 8px !important;
    }

    .msb-home--palmera .msb-hero {
        padding-top: 88px !important;
    }

    .msb-modal h2 {
        color: #10231d;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 1.8rem;
        margin: 0 38px 16px 0;
    }

    .msb-modal .msb-booking-form {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .msb-modal .msb-date-pair {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .msb-modal .msb-booking-form .msb-btn {
        min-height: 58px;
    }
}

@media (max-width: 640px) {
    .msb-results .msb-results__header {
        border-radius: 999px;
        display: flex;
        gap: 10px;
        padding: 8px 8px 8px 14px;
        top: max(8px, env(safe-area-inset-top));
        width: min(100vw - 12px, 560px);
    }

    .msb-results {
        padding-top: 86px;
    }

    body.admin-bar .msb-results .msb-results__header {
        top: calc(46px + max(8px, env(safe-area-inset-top)));
    }

    .msb-results__bar-copy {
        display: flex;
        gap: 7px;
        overflow-x: auto;
        scrollbar-width: none;
        white-space: nowrap;
    }

    .msb-results__bar-copy::-webkit-scrollbar {
        display: none;
    }

    .msb-results__eyebrow {
        font-size: 0.52rem;
    }

    .msb-results__bar-copy strong {
        font-size: 0.78rem;
        line-height: 1;
    }

    .msb-results__bar-copy small {
        font-size: 0.6rem;
        line-height: 1;
    }

    .msb-results__modify {
        min-height: 40px;
        padding: 0 14px;
        width: auto;
    }
}

@media (max-width: 640px) {
    .msb-modal__panel {
        background: rgba(232, 240, 235, 0.78);
        border-radius: 26px;
        padding: 18px;
    }

    .msb-modal .msb-form-field {
        padding: 12px 13px;
    }

    .msb-modal .msb-stepper {
        min-height: 66px;
        margin-top: 12px;
    }

    .msb-modal .msb-stepper span {
        left: 10px;
        top: -20px;
    }

    .msb-destination-field strong,
    .msb-modal .msb-booking-form input,
    .msb-modal .msb-stepper input {
        font-size: 1rem;
        font-weight: 300;
    }

    .msb-modal .msb-booking-form .msb-btn {
        border-radius: 999px;
        font-size: 1rem;
        font-weight: 400;
        min-height: 54px;
    }
}

/* Single reservation cleanup */
body.msb-standalone-detail .smb-fechas-resumen,
body.msb-standalone-detail .smb-fechas-resumen *,
body.msb-standalone-detail .smb-wrapper-multi .smb-fechas-resumen.smb-topbar,
body.msb-standalone-detail .smb-wrapper-multi .smb-fechas-resumen.smb-topbar *,
body.msb-standalone-detail .msb-booking-engine .smb-wrapper-multi .smb-fechas-resumen.smb-topbar,
body.msb-standalone-detail .msb-booking-engine .smb-wrapper-multi .smb-fechas-resumen.smb-topbar *,
body.msb-standalone-detail .smb-aloj-v2__topbar,
body.msb-standalone-detail .smb-aloj-v2__topbar *,
body.msb-standalone-detail .smb-resumen-fechas,
body.msb-standalone-detail .smb-resumen-fechas * {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    max-height: 0 !important;
    min-height: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
}

@media (max-width: 640px) {
    .msb-booking-engine {
        border-radius: 10px;
        padding: 24px 16px;
    }

    .msb-booking-engine__head {
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 20px;
    }

    .msb-booking-engine__title {
        align-items: flex-start;
        flex: 1 1 auto;
        flex-direction: column;
        gap: 6px;
        min-width: 0;
    }

    .msb-booking-engine__head h2 {
        font-size: 1.55rem;
    }

    .msb-booking-engine__rate {
        flex: 0 0 auto;
        font-size: 0.78rem;
        padding-top: 8px;
    }

    .msb-selected-room {
        max-width: 100%;
        min-height: 28px;
        padding: 5px 8px;
        width: 100%;
    }

    .msb-selected-room span {
        font-size: 0.5rem;
        max-width: 42%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .msb-selected-room strong {
        font-size: 0.68rem;
        text-align: right;
    }

    .msb-reserve-panel,
    .msb-reserve-grid {
        gap: 10px;
    }

    .msb-reserve-field {
        min-height: 42px;
        padding: 0 10px;
    }

    .msb-reserve-field span,
    .msb-reserve-field strong {
        font-size: 0.8rem;
    }

    .msb-reserve-field input,
    .msb-reserve-field select {
        font-size: 0.78rem;
        margin-left: 8px;
        min-width: 92px;
    }

    .msb-range-calendar {
        justify-self: stretch;
        padding: 12px;
        width: 100%;
    }

    .msb-range-calendar__months {
        gap: 14px;
        grid-template-columns: 1fr;
    }

    .msb-range-day {
        height: 29px;
        font-size: 0.68rem;
    }

    .msb-range-month h4 {
        margin-top: 6px;
    }

    .msb-reserve-services {
        gap: 10px;
        margin-top: 26px;
        padding-top: 22px;
    }

    .msb-reserve-services h3 {
        font-size: 1.2rem;
        margin-bottom: 8px;
    }

    .msb-reserve-service {
        gap: 8px;
        grid-template-columns: 13px minmax(74px, 1fr) minmax(76px, auto) 82px;
    }

    .msb-reserve-service strong,
    .msb-reserve-service em,
    .msb-extra-stepper input {
        font-size: 0.72rem;
    }

    .msb-extra-stepper {
        grid-template-columns: 24px 34px 24px;
        height: 28px;
        width: 82px;
    }

    .msb-reserve-total {
        margin-top: 22px;
        padding-top: 22px;
    }

    .msb-reserve-total span,
    .msb-reserve-total strong {
        font-size: 1.2rem;
    }

    .msb-reserve-submit {
        font-size: 0.9rem;
        min-height: 44px;
    }

    .msb-summary-modal {
        align-items: flex-end;
        padding: 10px;
    }

    .msb-summary-modal__panel {
        border-radius: 18px;
        max-height: calc(100vh - 20px);
        padding: 18px;
    }

    .msb-summary-modal__row {
        gap: 6px;
        grid-template-columns: 1fr;
        padding: 10px 0;
    }

    .msb-summary-modal__row strong {
        text-align: left;
    }

    .msb-summary-modal__actions {
        flex-direction: column;
    }

    .msb-summary-modal__ghost {
        min-height: 42px;
    }
}

/* Single page: gallery first, details below. */
.msb-single .msb-single__hero {
    align-items: stretch !important;
    display: grid !important;
    gap: clamp(20px, 4vw, 34px) !important;
    grid-template-columns: minmax(0, 1fr) !important;
    max-width: 980px !important;
    margin: 0 auto !important;
    scroll-margin-top: 96px !important;
}

.msb-single .msb-booking-engine {
    scroll-margin-top: 96px !important;
}

.msb-single .msb-single-carousel {
    aspect-ratio: 16 / 9 !important;
    min-height: 0 !important;
    scroll-margin-top: 96px !important;
    width: 100% !important;
}

.msb-single .msb-single__content {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    padding: clamp(22px, 4vw, 38px) !important;
}

.msb-single .msb-single__content p {
    margin: 0 !important;
    max-width: 760px !important;
}

.msb-single .msb-single__facts {
    margin: 0 !important;
    max-width: 760px !important;
}

.msb-single .msb-single__content .msb-btn {
    align-self: flex-start !important;
    min-width: 230px !important;
}

@media (max-width: 760px) {
    .msb-single .msb-single__hero,
    .msb-single .msb-single-carousel,
    .msb-single .msb-booking-engine {
        scroll-margin-top: 76px !important;
    }

    .msb-single .msb-single-carousel {
        aspect-ratio: 4 / 5 !important;
    }

    .msb-single .msb-single__content .msb-btn {
        min-width: 0 !important;
        width: 100% !important;
    }
}

/* Final override: +/- quantity buttons never use the coral/red selected state. */
.msb-modal .msb-modal__close{
    align-items: center !important;
    background: rgba(255, 255, 255, 0.26) !important;
    border: 1px solid rgba(16, 35, 29, 0.12) !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    color: rgba(16, 35, 29, 0.72) !important;
    display: inline-flex !important;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    height: 34px !important;
    justify-content: center !important;
    line-height: 1 !important;
    padding: 0 !important;
    text-align: center !important;
    text-indent: 0 !important;
    width: 34px !important;
}

.msb-modal .msb-modal__close:hover,
.msb-modal .msb-modal__close:focus,
.msb-modal .msb-modal__close:focus-visible,
.msb-modal .msb-modal__close:active{
    background: rgba(255, 255, 255, 0.42) !important;
    border-color: rgba(0, 168, 181, 0.28) !important;
    box-shadow: 0 0 0 2px rgba(0, 168, 181, 0.12) !important;
    color: #07313a !important;
    outline: 0 !important;
    transform: none !important;
}

.msb-shell .msb-stepper button,
.msb-modal .msb-stepper button,
.msb-shell .msb-extra-stepper button{
    -webkit-tap-highlight-color: transparent;
}

.msb-shell .msb-stepper button:hover,
.msb-shell .msb-stepper button:focus,
.msb-shell .msb-stepper button:focus-visible,
.msb-shell .msb-stepper button:active,
.msb-shell .msb-stepper button.is-active,
.msb-shell .msb-stepper button[aria-pressed="true"],
.msb-modal .msb-stepper button:hover,
.msb-modal .msb-stepper button:focus,
.msb-modal .msb-stepper button:focus-visible,
.msb-modal .msb-stepper button:active,
.msb-modal .msb-stepper button.is-active,
.msb-modal .msb-stepper button[aria-pressed="true"],
.msb-shell .msb-extra-stepper button:hover,
.msb-shell .msb-extra-stepper button:focus,
.msb-shell .msb-extra-stepper button:focus-visible,
.msb-shell .msb-extra-stepper button:active,
.msb-shell .msb-extra-stepper button.is-active,
.msb-shell .msb-extra-stepper button[aria-pressed="true"]{
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    color: #07313a !important;
    filter: none !important;
    outline: 0 !important;
    transform: none !important;
}

.msb-shell .msb-stepper:hover,
.msb-shell .msb-stepper:focus-within,
.msb-modal .msb-stepper:hover,
.msb-modal .msb-stepper:focus-within{
    background: rgba(255, 255, 255, 0.16) !important;
    border-color: transparent !important;
    box-shadow: none !important;
    transform: none !important;
}

/* Premium reserve flow: summary, guest data and thanks screens. */
.msb-reserve-submit{
    background: linear-gradient(135deg, #07313a 0%, #0a6f73 100%) !important;
    border: 1px solid rgba(199, 160, 111, 0.34) !important;
    border-radius: 12px !important;
    box-shadow: 0 16px 34px rgba(7, 49, 58, 0.18) !important;
    color: #fffdf6 !important;
    letter-spacing: 0 !important;
    transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease, border-color 180ms ease !important;
}

.msb-reserve-submit:hover,
.msb-reserve-submit:focus-visible{
    background: linear-gradient(135deg, #0a4248 0%, #0f8a86 100%) !important;
    border-color: rgba(199, 160, 111, 0.58) !important;
    box-shadow: 0 20px 44px rgba(7, 49, 58, 0.26) !important;
    outline: 0 !important;
    transform: translateY(-1px) !important;
}

.msb-summary-modal__panel{
    background: linear-gradient(180deg, #fffdf6 0%, #f7f0e3 100%) !important;
    border: 1px solid rgba(199, 160, 111, 0.38) !important;
    box-shadow: 0 34px 90px rgba(7, 49, 58, 0.24) !important;
}

.msb-summary-modal{
    align-items: center !important;
    display: none !important;
    justify-items: center !important;
    padding: max(14px, env(safe-area-inset-top)) 14px max(14px, env(safe-area-inset-bottom)) !important;
    place-items: center !important;
}

.msb-summary-modal.is-open{
    display: grid !important;
}

.msb-summary-modal__panel,
.msb-summary-modal__panel *,
.msb-guest-form,
.msb-thanks-step{
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.msb-summary-modal__panel{
    align-self: center !important;
    justify-self: center !important;
    margin: auto !important;
    max-height: min(720px, calc(100dvh - 28px)) !important;
    max-width: 620px !important;
    padding: clamp(18px, 3vw, 28px) !important;
    width: min(620px, calc(100vw - 28px)) !important;
}

.msb-summary-modal__panel h3{
    color: #10231d !important;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: clamp(1.45rem, 4vw, 2rem) !important;
    font-weight: 650 !important;
    letter-spacing: 0 !important;
    line-height: 1.12 !important;
    margin: 8px 44px 16px 0 !important;
}

.msb-summary-modal__panel .msb-kicker{
    color: #007e85 !important;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 0.68rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.16em !important;
    margin-bottom: 10px !important;
}

.msb-summary-modal__close{
    align-items: center !important;
    background: rgba(7, 49, 58, 0.07) !important;
    border: 1px solid rgba(7, 49, 58, 0.12) !important;
    box-shadow: none !important;
    color: #07313a !important;
    display: inline-flex !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    height: 36px !important;
    justify-content: center !important;
    line-height: 1 !important;
    padding: 0 !important;
    text-align: center !important;
    width: 36px !important;
}

.msb-summary-modal__close:hover,
.msb-summary-modal__close:focus-visible,
.msb-summary-modal__close:active{
    background: rgba(0, 168, 181, 0.12) !important;
    border-color: rgba(0, 168, 181, 0.24) !important;
    color: #07313a !important;
    outline: 0 !important;
}

.msb-summary-modal__actions .msb-btn,
.msb-summary-modal__ghost{
    align-items: center !important;
    border-radius: 12px !important;
    display: inline-flex !important;
    justify-content: center !important;
    min-height: 52px !important;
    text-decoration: none !important;
}

.msb-summary-modal__actions .msb-btn{
    background: linear-gradient(135deg, #07313a 0%, #0a6f73 100%) !important;
    border: 1px solid rgba(199, 160, 111, 0.42) !important;
    box-shadow: 0 14px 30px rgba(7, 49, 58, 0.18) !important;
    color: #fffdf6 !important;
    font-weight: 800 !important;
}

.msb-summary-modal__actions .msb-btn:hover,
.msb-summary-modal__actions .msb-btn:focus-visible{
    background: linear-gradient(135deg, #0a4248 0%, #0f8a86 100%) !important;
    box-shadow: 0 18px 36px rgba(7, 49, 58, 0.24) !important;
    outline: 0 !important;
}

.msb-summary-modal__ghost{
    background: rgba(255, 255, 255, 0.38) !important;
    border: 1px solid rgba(7, 49, 58, 0.18) !important;
    color: #07313a !important;
}

.msb-summary-modal__ghost:hover,
.msb-summary-modal__ghost:focus-visible{
    background: rgba(0, 168, 181, 0.10) !important;
    border-color: rgba(0, 168, 181, 0.26) !important;
    outline: 0 !important;
}

.msb-summary-modal__step[hidden],
.msb-guest-form[hidden],
.msb-thanks-step[hidden]{
    display: none !important;
}

.msb-guest-form{
    display: grid;
    gap: 14px;
}

.msb-guest-form label{
    display: grid;
    gap: 7px;
}

.msb-guest-form label span{
    color: rgba(7, 49, 58, 0.72);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.msb-guest-form input,
.msb-guest-form select{
    min-height: 50px;
    border: 1px solid rgba(199, 160, 111, 0.34);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.64);
    color: #07313a;
    font-size: 1rem;
    padding: 0 14px;
    width: 100%;
}

.msb-guest-form input:focus,
.msb-guest-form select:focus{
    border-color: rgba(0, 168, 181, 0.46);
    box-shadow: 0 0 0 3px rgba(0, 168, 181, 0.12);
    outline: 0;
}

.msb-guest-form__phone,
.msb-guest-confirm{
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(130px, 0.7fr) minmax(0, 1fr);
}

.msb-guest-form__message{
    color: #a64032;
    font-size: 0.9rem;
    font-weight: 800;
    margin: 0;
    min-height: 1.2em;
}

.msb-thanks-step{
    display: grid;
    gap: 12px;
}

.msb-thanks-step__intro{
    color: rgba(7, 49, 58, 0.78);
    font-size: 0.94rem;
    font-weight: 800;
    line-height: 1.35;
    margin: 0;
}

.msb-guest-confirm{
    border: 1px solid rgba(199, 160, 111, 0.26);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.42);
    padding: 12px;
}

.msb-guest-confirm span{
    color: rgba(17, 17, 17, 0.58);
    display: block;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.msb-guest-confirm strong{
    color: #07313a;
    display: block;
    font-size: 0.95rem;
    overflow-wrap: anywhere;
}

.msb-guest-confirm small{
    color: rgba(7, 49, 58, 0.7);
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    margin-top: 3px;
    overflow-wrap: anywhere;
}

.msb-thanks-summary{
    border: 1px solid rgba(199, 160, 111, 0.24);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.34);
    overflow: hidden;
}

.msb-summary-modal__body{
    border: 0;
}

.msb-thanks-grid{
    display: grid;
    border-top: 1px solid rgba(199, 160, 111, 0.18);
}

.msb-thanks-grid:first-child{
    border-top: 0;
}

.msb-thanks-grid--1{ grid-template-columns: 1fr; }
.msb-thanks-grid--2{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
.msb-thanks-grid--3{ grid-template-columns: repeat(3, minmax(0, 1fr)); }

.msb-thanks-cell{
    min-width: 0;
    padding: 10px 12px;
}

.msb-thanks-cell + .msb-thanks-cell{
    border-left: 1px solid rgba(199, 160, 111, 0.18);
}

.msb-thanks-cell span{
    color: rgba(17, 17, 17, 0.58);
    display: block;
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.msb-thanks-cell strong{
    color: #07313a;
    display: block;
    font-size: 0.92rem;
    line-height: 1.25;
    margin-top: 4px;
    overflow-wrap: anywhere;
}

.msb-thanks-grid--1 .msb-thanks-cell strong{
    font-size: 1.05rem;
}

@media (max-width: 640px){
    .msb-summary-modal{
        min-height: 100dvh !important;
        padding: 12px !important;
    }

    .msb-summary-modal__panel{
        max-height: calc(100dvh - 24px) !important;
        padding: 14px !important;
        width: calc(100vw - 24px) !important;
    }

    .msb-summary-modal__panel h3{
        font-size: 1.25rem !important;
        margin-bottom: 12px !important;
    }

    .msb-summary-modal__panel .msb-kicker{
        font-size: 0.58rem !important;
        letter-spacing: 0.13em !important;
    }

    .msb-guest-form{
        gap: 10px;
    }

    .msb-guest-form input,
    .msb-guest-form select{
        min-height: 44px;
        padding-inline: 10px;
    }

    .msb-guest-form__phone{
        gap: 8px;
        grid-template-columns: minmax(112px, 0.95fr) minmax(0, 1fr);
    }

    .msb-thanks-step{
        gap: 9px;
    }

    .msb-guest-confirm{
        gap: 8px;
        grid-template-columns: 1fr;
        padding: 10px;
    }

    .msb-thanks-cell{
        padding: 8px 9px;
    }

    .msb-thanks-cell span{
        font-size: 0.58rem;
        letter-spacing: 0.05em;
    }

    .msb-thanks-cell strong{
        font-size: 0.78rem;
    }

    .msb-thanks-grid--1 .msb-thanks-cell strong{
        font-size: 0.92rem;
    }
}

/* Cinematic Monitos home */
.msb-home--palmera {
    background:
        linear-gradient(180deg, rgba(2, 18, 23, 0.18) 0%, rgba(2, 19, 24, 0.42) 42%, #06262a 100%),
        var(--msb-home-hero-image, linear-gradient(145deg, #a77758, #075f68)),
        linear-gradient(145deg, #a77758 0%, #075f68 58%, #052d35 100%);
    background-attachment: scroll;
    background-position: center top;
    border-radius: 0;
    color: #f8f3e7;
    isolation: isolate;
    overflow: clip;
    padding-bottom: clamp(30px, 6vw, 76px);
}

.msb-home--palmera::before {
    background:
        linear-gradient(180deg, rgba(5, 25, 29, 0.08) 0%, rgba(5, 25, 29, 0.2) 34%, rgba(2, 21, 25, 0.84) 73%, #06262a 100%),
        linear-gradient(90deg, rgba(7, 22, 24, 0.74) 0%, rgba(7, 22, 24, 0.32) 52%, rgba(7, 22, 24, 0.46) 100%);
    mask-image: none;
    opacity: 1;
    z-index: 0;
}

.msb-home--palmera .msb-cinema-layers {
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.msb-home--palmera .msb-cinema-layer {
    inset: -8vh -8vw auto;
    min-height: min(112vh, 1080px);
    position: absolute;
    transform: translate3d(0, var(--msb-home-shift, 0px), 0);
    will-change: transform;
}

.msb-home--palmera .msb-cinema-layer--sky {
    background:
        radial-gradient(ellipse at 76% 17%, rgba(255, 222, 165, 0.34), transparent 31%),
        linear-gradient(120deg, rgba(6, 70, 78, 0) 18%, rgba(103, 213, 204, 0.18) 61%, rgba(255, 181, 112, 0.16) 100%);
    filter: blur(2px);
}

.msb-home--palmera .msb-cinema-layer--sunline {
    background:
        linear-gradient(105deg, transparent 24%, rgba(255, 238, 194, 0.18) 45%, transparent 63%),
        linear-gradient(105deg, transparent 51%, rgba(255, 179, 97, 0.18) 60%, transparent 72%);
    mix-blend-mode: screen;
    opacity: 0.84;
}

.msb-home--palmera .msb-cinema-layer--shore {
    background:
        linear-gradient(180deg, transparent 55%, rgba(36, 170, 171, 0.08) 55%, rgba(3, 54, 61, 0.6) 80%, #06262a 100%),
        repeating-linear-gradient(164deg, transparent 0 72px, rgba(199, 241, 232, 0.08) 73px 75px, transparent 76px 138px);
    inset: 14vh -12vw auto;
    opacity: 0.92;
}

.msb-home--palmera .msb-cinema-layer--grain {
    background:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 110px 110px, 110px 110px;
    inset: 0;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.88), transparent 72%);
    min-height: 100%;
    opacity: 0.28;
}

.msb-home--palmera .msb-topbar {
    background: rgba(248, 239, 224, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.42);
    box-shadow: 0 24px 80px rgba(4, 21, 25, 0.22);
    backdrop-filter: blur(18px) saturate(126%);
    -webkit-backdrop-filter: blur(18px) saturate(126%);
}

.msb-home--palmera .msb-btn--gradient,
.msb-home--palmera .msb-topbar__cta {
    background: linear-gradient(135deg, #ff7b58 0%, #ff9a58 52%, #f2ce76 100%);
    box-shadow: 0 16px 42px rgba(5, 38, 39, 0.22);
    color: #082629;
}

.msb-home--palmera .msb-btn--gradient:hover,
.msb-home--palmera .msb-topbar__cta:hover {
    box-shadow: 0 20px 54px rgba(0, 67, 71, 0.32);
}

.msb-home--palmera .msb-hero {
    align-content: center;
    display: grid;
    gap: clamp(20px, 4vw, 44px);
    grid-template-columns: minmax(0, 1fr) minmax(250px, 340px);
    min-height: max(760px, 100svh);
    padding-bottom: clamp(84px, 13vh, 150px);
    padding-top: clamp(126px, 17vh, 190px);
}

.msb-home--palmera .msb-hero__content,
.msb-home--palmera .msb-hero__signal {
    transform: translate3d(0, var(--msb-home-shift, 0px), 0);
    will-change: transform;
}

.msb-home--palmera .msb-hero h1 {
    font-size: clamp(3.65rem, 8.6vw, 7.6rem);
    letter-spacing: 0;
    max-width: 810px;
}

.msb-home--palmera .msb-hero p {
    max-width: 740px;
}

.msb-home--palmera .msb-hero__signal {
    align-self: end;
    background:
        linear-gradient(145deg, rgba(255, 250, 238, 0.22), rgba(255, 250, 238, 0.08)),
        rgba(3, 35, 40, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 24px;
    box-shadow: 0 26px 90px rgba(2, 17, 22, 0.32);
    backdrop-filter: blur(18px) saturate(130%);
    -webkit-backdrop-filter: blur(18px) saturate(130%);
    display: grid;
    gap: 11px;
    margin-bottom: 26px;
    padding: clamp(18px, 2.4vw, 28px);
}

.msb-home--palmera .msb-hero__signal span,
.msb-home--palmera .msb-cinema-strip span,
.msb-home--palmera .msb-cinema-strip strong {
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.msb-home--palmera .msb-hero__signal span {
    color: #ffd277;
    font-size: 0.72rem;
    font-weight: 900;
}

.msb-home--palmera .msb-hero__signal strong {
    color: #fff8e9;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.45rem, 2.8vw, 2.15rem);
    font-weight: 500;
    line-height: 1.05;
}

.msb-home--palmera .msb-hero__signal small {
    color: rgba(255, 247, 232, 0.82);
    font-size: 0.95rem;
    line-height: 1.5;
}

.msb-home--palmera .msb-hero__scroll {
    align-items: center;
    color: rgba(255, 247, 232, 0.78);
    display: inline-flex;
    font-size: 0.74rem;
    font-weight: 900;
    gap: 12px;
    letter-spacing: 0.16em;
    margin-top: clamp(26px, 4vw, 48px);
    text-transform: uppercase;
}

.msb-home--palmera .msb-hero__scroll span {
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 999px;
    display: block;
    height: 42px;
    position: relative;
    width: 24px;
}

.msb-home--palmera .msb-hero__scroll span::after {
    animation: msb-home-scroll 2.2s ease-in-out infinite;
    background: #ffe0a0;
    border-radius: 999px;
    content: "";
    height: 9px;
    left: 50%;
    position: absolute;
    top: 8px;
    transform: translateX(-50%);
    width: 4px;
}

.msb-home--palmera .msb-cinema-strip,
.msb-home--palmera .msb-story-scene,
.msb-home--palmera .msb-feature-grid--cinema,
.msb-home--palmera .msb-contact-scene {
    position: relative;
    width: min(1120px, 100%);
    z-index: 1;
}

.msb-home--palmera .msb-cinema-strip {
    align-items: center;
    background: rgba(5, 46, 51, 0.62);
    border: 1px solid rgba(201, 241, 232, 0.18);
    border-radius: 999px;
    box-shadow: 0 22px 80px rgba(2, 19, 24, 0.2);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: clamp(-78px, -7vw, -52px) auto clamp(48px, 8vw, 88px);
    overflow: hidden;
}

.msb-home--palmera .msb-cinema-strip > * {
    color: rgba(244, 251, 242, 0.82);
    display: grid;
    min-height: 78px;
    place-items: center;
    text-align: center;
}

.msb-home--palmera .msb-cinema-strip > * + * {
    border-left: 1px solid rgba(201, 241, 232, 0.14);
}

.msb-home--palmera .msb-cinema-strip strong {
    color: #fff2d4;
    font-size: 0.82rem;
}

.msb-home--palmera .msb-cinema-strip span {
    font-size: 0.72rem;
    font-weight: 800;
}

.msb-home--palmera .msb-story-scene {
    align-items: center;
    display: grid;
    gap: clamp(28px, 6vw, 84px);
    grid-template-columns: minmax(0, 0.95fr) minmax(330px, 1fr);
    margin: 0 auto clamp(42px, 8vw, 96px);
}

.msb-home--palmera .msb-story-scene__copy h2,
.msb-home--palmera .msb-contact-scene h2 {
    color: #fff3df;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.15rem, 4.7vw, 4.5rem);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
}

.msb-home--palmera .msb-contact-scene h2 {
    max-width: 760px;
    text-transform: none;
}

.msb-home--palmera .msb-contact-scene p {
    color: rgba(246, 252, 247, 0.86);
    font-size: clamp(1rem, 1.35vw, 1.18rem);
    line-height: 1.58;
    margin: 20px 0 10px;
    max-width: 720px;
}

.msb-home--palmera .msb-contact-scene__list {
    color: rgba(255, 248, 231, 0.95);
    display: grid;
    gap: 7px;
    list-style: none;
    margin: 0;
    max-width: 560px;
    padding: 0;
}

.msb-home--palmera .msb-contact-scene__list li {
    align-items: baseline;
    display: flex;
    gap: 9px;
    font-size: clamp(0.98rem, 1.15vw, 1.08rem);
    line-height: 1.35;
}

.msb-home--palmera .msb-contact-scene__list li::before {
    background: linear-gradient(135deg, #ff7658, #ffda76);
    border-radius: 999px;
    content: "";
    flex: 0 0 7px;
    height: 7px;
    margin-top: 0.55em;
    width: 7px;
}

.msb-home--palmera .msb-story-scene__copy p {
    color: rgba(236, 248, 241, 0.78);
    font-size: clamp(1rem, 1.8vw, 1.22rem);
    line-height: 1.7;
    margin: 22px 0 28px;
    max-width: 540px;
}

.msb-home--palmera .msb-kicker {
    color: #72e4cf;
}

.msb-home--palmera .msb-story-scene__path {
    display: grid;
    gap: 14px;
    perspective: 900px;
}

.msb-home--palmera .msb-story-scene__path article {
    align-items: center;
    background:
        linear-gradient(115deg, rgba(248, 239, 224, 0.17), rgba(248, 239, 224, 0.06)),
        rgba(4, 34, 39, 0.36);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    box-shadow: 0 24px 70px rgba(2, 16, 20, 0.22);
    display: grid;
    gap: clamp(12px, 2vw, 20px);
    grid-template-columns: 54px minmax(0, 0.42fr) minmax(0, 1fr);
    min-height: 104px;
    padding: clamp(16px, 2vw, 24px);
}

.msb-home--palmera .msb-story-scene__path article:nth-child(2) {
    margin-left: clamp(0px, 3vw, 44px);
}

.msb-home--palmera .msb-story-scene__path article:nth-child(3) {
    margin-left: clamp(0px, 6vw, 88px);
}

.msb-home--palmera .msb-story-scene__path span {
    border: 1px solid rgba(114, 228, 207, 0.34);
    border-radius: 18px;
    color: #72e4cf;
    display: grid;
    font-size: 0.76rem;
    font-weight: 900;
    height: 54px;
    letter-spacing: 0.14em;
    place-items: center;
}

.msb-home--palmera .msb-story-scene__path strong {
    color: #fff3df;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.25rem, 2vw, 1.68rem);
    font-weight: 500;
}

.msb-home--palmera .msb-story-scene__path p {
    color: rgba(236, 248, 241, 0.72);
    line-height: 1.5;
    margin: 0;
}

.msb-home--palmera .msb-feature-grid--cinema {
    background: transparent;
    border-radius: 0;
    gap: clamp(18px, 2.4vw, 28px);
    margin: 0 auto clamp(42px, 7vw, 82px);
    padding: 0;
}

.msb-home--palmera .msb-feature-grid--cinema article {
    align-content: start;
    background: rgba(255, 255, 255, 0.94);
    border: 0;
    border-radius: 0;
    box-shadow:
        0 26px 70px rgba(2, 19, 24, 0.12),
        inset 18px 0 28px rgba(0, 0, 0, 0.035),
        inset -18px 0 28px rgba(0, 0, 0, 0.035);
    color: #3c3c3a;
    display: grid;
    justify-items: center;
    min-height: 300px;
    overflow: hidden;
    padding: clamp(30px, 4vw, 54px) clamp(22px, 3vw, 42px);
    position: relative;
    text-align: center;
}

.msb-home--palmera .msb-feature-grid--cinema article::after {
    background: linear-gradient(90deg, transparent, rgba(9, 96, 78, 0.5), transparent);
    top: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
}

.msb-home--palmera .msb-feature-grid--cinema span {
    color: #0b7f80;
    font-size: 0.74rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.msb-home--palmera .msb-feature-grid--cinema h2 {
    color: #3b3a37;
    font-family: "Marcellus SC", "Marcellus", Georgia, "Times New Roman", serif;
    font-size: clamp(1.45rem, 2.2vw, 2.15rem);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0 0 18px;
    max-width: 12ch;
}

.msb-home--palmera .msb-feature-grid--cinema p {
    color: rgba(54, 54, 51, 0.86);
    font-family: "Marcellus", Georgia, "Times New Roman", serif;
    font-size: clamp(1.02rem, 1.24vw, 1.16rem);
    line-height: 1.45;
    margin: 0;
    max-width: 27ch;
}

.msb-home--palmera .msb-contact-scene {
    align-items: center;
    background:
        linear-gradient(120deg, rgba(9, 87, 88, 0.88), rgba(4, 33, 39, 0.94)),
        var(--msb-home-hero-image, linear-gradient(145deg, #0b7f80, #052d35));
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(199, 241, 232, 0.22);
    border-radius: clamp(24px, 4vw, 42px);
    box-shadow: 0 28px 100px rgba(2, 16, 20, 0.3);
    display: flex;
    gap: clamp(24px, 4vw, 48px);
    justify-content: space-between;
    margin: 0 auto;
    min-height: 260px;
    overflow: hidden;
    padding: clamp(28px, 5vw, 64px);
}

.msb-home--palmera .msb-contact-scene__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.msb-home--palmera [data-msb-home-reveal] {
    opacity: 1;
    transform: translateY(0);
}

.msb-home--palmera.is-cinema-ready [data-msb-home-reveal] {
    opacity: 0;
    transform: translateY(34px) scale(0.985);
    transition: opacity 720ms ease, transform 820ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.msb-home--palmera.is-cinema-ready [data-msb-home-reveal].is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

@keyframes msb-home-scroll {
    0%,
    100% {
        opacity: 0.24;
        transform: translate3d(-50%, 0, 0);
    }

    40% {
        opacity: 1;
        transform: translate3d(-50%, 13px, 0);
    }
}

@media (max-width: 980px) {
    .msb-home--palmera .msb-hero,
    .msb-home--palmera .msb-story-scene {
        grid-template-columns: 1fr;
    }

    .msb-home--palmera .msb-hero__signal {
        margin-bottom: 0;
        max-width: 420px;
    }

    .msb-home--palmera .msb-contact-scene {
        align-items: flex-start;
        flex-direction: column;
    }

    .msb-home--palmera .msb-contact-scene__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .msb-home--palmera {
        padding-left: 12px;
        padding-right: 12px;
    }

    .msb-home--palmera .msb-topbar {
        width: calc(100% - 24px);
    }

    .msb-home--palmera .msb-nav {
        display: none;
    }

    .msb-home--palmera .msb-hero {
        min-height: min(860px, 100svh);
        padding-bottom: 108px;
        padding-top: 104px !important;
    }

    .msb-home--palmera .msb-location-pill {
        margin-bottom: 18px;
    }

    .msb-home--palmera .msb-hero h1 {
        font-size: clamp(2.95rem, 14vw, 4.7rem);
        line-height: 0.98;
    }

    .msb-home--palmera .msb-hero p {
        font-size: 1.06rem;
        line-height: 1.52;
    }

    .msb-home--palmera .msb-hero__signal {
        border-radius: 20px;
        padding: 16px;
    }

    .msb-home--palmera .msb-hero__scroll {
        margin-top: 22px;
    }

    .msb-home--palmera .msb-cinema-strip {
        border-radius: 22px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: -76px;
    }

    .msb-home--palmera .msb-cinema-strip > * {
        min-height: 58px;
    }

    .msb-home--palmera .msb-cinema-strip > :nth-child(3) {
        border-left: 0;
        border-top: 1px solid rgba(201, 241, 232, 0.14);
    }

    .msb-home--palmera .msb-cinema-strip > :nth-child(4) {
        border-top: 1px solid rgba(201, 241, 232, 0.14);
    }

    .msb-home--palmera .msb-story-scene__path article {
        align-items: start;
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .msb-home--palmera .msb-story-scene__path article:nth-child(2),
    .msb-home--palmera .msb-story-scene__path article:nth-child(3) {
        margin-left: 0;
    }

    .msb-home--palmera .msb-story-scene__path span {
        grid-row: span 2;
        height: 48px;
    }

    .msb-home--palmera .msb-story-scene__path p {
        grid-column: 2;
    }

    .msb-home--palmera .msb-feature-grid--cinema {
        grid-template-columns: 1fr;
    }

    .msb-home--palmera .msb-feature-grid--cinema article {
        min-height: 190px;
    }

    .msb-home--palmera .msb-contact-scene {
        min-height: 0;
        padding: 26px 20px;
    }

    .msb-home--palmera .msb-contact-scene__actions,
    .msb-home--palmera .msb-contact-scene__actions .msb-btn {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .msb-home--palmera .msb-cinema-layer,
    .msb-home--palmera .msb-hero__content,
    .msb-home--palmera .msb-hero__signal,
    .msb-home--palmera.is-cinema-ready [data-msb-home-reveal] {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .msb-home--palmera .msb-hero__scroll span::after {
        animation: none;
    }
}

/* Cinematic Monitos results */
.msb-results--cinema {
    background:
        linear-gradient(180deg, rgba(3, 28, 32, 0.34) 0%, rgba(3, 28, 32, 0.58) 32%, #06262a 100%),
        var(--msb-results-hero-image, linear-gradient(145deg, #aa7956, #075f68)),
        linear-gradient(145deg, #a97859 0%, #087f88 46%, #052d35 100%);
    background-position: center top;
    background-size: cover;
    isolation: isolate;
    min-height: 100vh;
    overflow: clip;
    padding-bottom: clamp(36px, 7vw, 90px);
    padding-top: clamp(118px, 14vw, 166px);
}

.msb-results--cinema::before {
    background:
        linear-gradient(180deg, rgba(4, 30, 34, 0.18), rgba(4, 30, 34, 0.64) 47%, #06262a 100%),
        linear-gradient(90deg, rgba(4, 24, 27, 0.66), rgba(4, 24, 27, 0.2) 48%, rgba(4, 24, 27, 0.48));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.msb-results--cinema .msb-results-cinema-layers {
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.msb-results--cinema .msb-cinema-layer {
    inset: -5vh -9vw auto;
    min-height: min(880px, 104vh);
    position: absolute;
    transform: translate3d(0, var(--msb-home-shift, 0px), 0);
    will-change: transform;
}

.msb-results--cinema .msb-cinema-layer--sky {
    background:
        radial-gradient(ellipse at 78% 14%, rgba(255, 221, 161, 0.36), transparent 30%),
        linear-gradient(112deg, transparent 22%, rgba(136, 232, 219, 0.16) 58%, rgba(255, 189, 116, 0.16));
}

.msb-results--cinema .msb-cinema-layer--sunline {
    background:
        linear-gradient(104deg, transparent 30%, rgba(255, 244, 214, 0.16) 43%, transparent 55%),
        linear-gradient(104deg, transparent 57%, rgba(255, 190, 116, 0.16) 65%, transparent 73%);
    mix-blend-mode: screen;
}

.msb-results--cinema .msb-results-cinema-layers__tide {
    background:
        linear-gradient(180deg, transparent 42%, rgba(44, 175, 174, 0.12) 42%, rgba(4, 72, 79, 0.56) 70%, #06262a 100%),
        repeating-linear-gradient(166deg, transparent 0 84px, rgba(203, 244, 235, 0.07) 85px 87px, transparent 88px 154px);
    inset: 19vh -12vw auto;
    opacity: 0.94;
}

.msb-results--cinema .msb-cinema-layer--grain {
    background:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
    background-size: 112px 112px;
    inset: 0;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.82), transparent 72%);
    min-height: 100%;
    opacity: 0.28;
}

.msb-results--cinema .msb-results__header {
    background: rgba(248, 239, 224, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.42);
    box-shadow: 0 24px 80px rgba(4, 21, 25, 0.24);
    backdrop-filter: blur(18px) saturate(126%);
    -webkit-backdrop-filter: blur(18px) saturate(126%);
}

.msb-results--cinema .msb-results__modify,
.msb-results--cinema .msb-result-card .msb-btn--gradient {
    background: linear-gradient(135deg, #ff7b58 0%, #ff9c5b 52%, #f3d37b 100%) !important;
    border: 0;
    box-shadow: 0 16px 42px rgba(3, 44, 48, 0.24) !important;
    color: #082629 !important;
}

.msb-results--cinema .msb-results-scene,
.msb-results--cinema .msb-results__grid--cinema {
    position: relative;
    width: min(1120px, 100%);
    z-index: 1;
}

.msb-results--cinema .msb-results-scene {
    align-items: end;
    display: grid;
    gap: clamp(20px, 4vw, 48px);
    grid-template-columns: minmax(0, 1fr) minmax(230px, 320px);
    margin: 0 auto clamp(30px, 5vw, 54px);
    min-height: clamp(278px, 45vh, 470px);
}

.msb-results--cinema .msb-results-scene__copy,
.msb-results--cinema .msb-results-scene__signal {
    transform: translate3d(0, var(--msb-home-shift, 0px), 0);
    will-change: transform;
}

.msb-results--cinema .msb-results-scene h1 {
    color: #fff3df;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.8rem, 7vw, 6.8rem);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 0.96;
    margin: 0;
    max-width: 800px;
    text-shadow: 0 22px 54px rgba(2, 16, 20, 0.3);
}

.msb-results--cinema .msb-results-scene p {
    color: rgba(239, 249, 241, 0.82);
    font-size: clamp(1rem, 2vw, 1.3rem);
    line-height: 1.62;
    margin: 22px 0 0;
    max-width: 640px;
}

.msb-results--cinema .msb-results-scene__signal {
    background:
        linear-gradient(145deg, rgba(255, 250, 238, 0.22), rgba(255, 250, 238, 0.08)),
        rgba(3, 35, 40, 0.26);
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 24px;
    box-shadow: 0 26px 90px rgba(2, 17, 22, 0.32);
    backdrop-filter: blur(18px) saturate(128%);
    -webkit-backdrop-filter: blur(18px) saturate(128%);
    display: grid;
    gap: 5px;
    padding: clamp(18px, 2.5vw, 28px);
}

.msb-results--cinema .msb-results-scene__signal strong {
    color: #fff2d4;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3rem, 5vw, 4.7rem);
    font-weight: 500;
    line-height: 0.9;
}

.msb-results--cinema .msb-results-scene__signal span {
    color: #72e4cf;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.msb-results--cinema .msb-results-scene__signal small {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 247, 232, 0.78);
    font-weight: 700;
    line-height: 1.45;
    margin-top: 12px;
    padding-top: 13px;
}

.msb-results--cinema .msb-results__grid--cinema {
    align-items: start;
    gap: clamp(16px, 2.2vw, 28px);
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    margin: 0 auto;
}

.msb-results--cinema .msb-result-card--cinema {
    background:
        linear-gradient(180deg, rgba(255, 248, 232, 0.96), rgba(235, 244, 235, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.44);
    border-radius: 28px;
    box-shadow: 0 28px 92px rgba(2, 18, 22, 0.3);
    color: #073339;
    display: flex;
    flex-direction: column;
    isolation: isolate;
    min-height: 100%;
    transition: box-shadow 220ms ease, transform 220ms ease;
}

.msb-results--cinema .msb-result-card--cinema:hover {
    box-shadow: 0 34px 110px rgba(2, 18, 22, 0.4);
    transform: translateY(-6px);
}

.msb-results--cinema .msb-result-card--cinema .msb-card-carousel,
.msb-results--cinema .msb-result-card--cinema .msb-result-card__image {
    border-radius: 28px 28px 0 0;
    min-height: clamp(240px, 28vw, 340px);
}

.msb-results--cinema .msb-result-card--cinema .msb-card-carousel::after {
    height: 48%;
    background: linear-gradient(transparent, rgba(5, 36, 39, 0.6));
}

.msb-results--cinema .msb-result-card--cinema .msb-result-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: clamp(20px, 2.5vw, 28px);
}

.msb-results--cinema .msb-result-card--cinema .msb-result-card__body > span {
    color: #087f80;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
}

.msb-results--cinema .msb-result-card--cinema h2 {
    color: #10231d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.02;
    margin: 18px 0 12px;
}

.msb-results--cinema .msb-result-card--cinema p {
    color: rgba(7, 51, 57, 0.76);
    display: -webkit-box;
    line-height: 1.62;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.msb-results--cinema .msb-result-card--cinema .msb-result-card__meta {
    gap: 9px;
    margin: 20px 0;
}

.msb-results--cinema .msb-result-card--cinema .msb-result-card__meta strong {
    background: rgba(10, 127, 128, 0.08);
    border: 1px solid rgba(10, 127, 128, 0.16);
    border-radius: 16px;
    color: #073339;
    font-size: 0.9rem;
    line-height: 1.35;
    min-height: 58px;
    padding: 12px;
}

.msb-results--cinema .msb-result-card--cinema .msb-btn {
    margin-top: auto;
}

.msb-results--cinema [data-msb-home-reveal] {
    opacity: 1;
    transform: translateY(0);
}

.msb-results--cinema.is-cinema-ready [data-msb-home-reveal] {
    opacity: 0;
    transform: translateY(34px) scale(0.985);
    transition: opacity 720ms ease, transform 820ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.msb-results--cinema.is-cinema-ready [data-msb-home-reveal].is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

@media (max-width: 980px) {
    .msb-results--cinema .msb-results-scene {
        grid-template-columns: 1fr;
    }

    .msb-results--cinema .msb-results-scene__signal {
        max-width: 360px;
    }
}

@media (max-width: 640px) {
    .msb-results--cinema {
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 96px;
    }

    .msb-results--cinema .msb-results-scene {
        min-height: 0;
        margin-bottom: 26px;
    }

    .msb-results--cinema .msb-results-scene h1 {
        font-size: clamp(2.55rem, 12vw, 4.2rem);
    }

    .msb-results--cinema .msb-results-scene p {
        font-size: 1rem;
        margin-top: 16px;
    }

    .msb-results--cinema .msb-results-scene__signal {
        border-radius: 20px;
        max-width: none;
        padding: 16px;
    }

    .msb-results--cinema .msb-result-card--cinema {
        border-radius: 22px;
    }

    .msb-results--cinema .msb-result-card--cinema .msb-card-carousel,
    .msb-results--cinema .msb-result-card--cinema .msb-result-card__image {
        border-radius: 22px 22px 0 0;
        min-height: 244px;
    }

    .msb-results--cinema .msb-result-card--cinema h2 {
        font-size: clamp(1.8rem, 9vw, 2.45rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    .msb-results--cinema .msb-cinema-layer,
    .msb-results--cinema .msb-results-scene__copy,
    .msb-results--cinema .msb-results-scene__signal,
    .msb-results--cinema.is-cinema-ready [data-msb-home-reveal] {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* Luxury Haven direction for Monitos home */
.msb-home--palmera {
    background:
        linear-gradient(180deg, rgba(11, 14, 24, 0.22) 0%, rgba(11, 14, 24, 0.5) 44%, #0a0d14 78%),
        var(--msb-home-hero-image, linear-gradient(145deg, #1e2430, #0b1018));
    background-position: center top;
    background-size: cover;
    color: #f8f5ec;
    padding-bottom: 0;
}

.msb-home--palmera::before {
    background:
        linear-gradient(180deg, rgba(9, 12, 20, 0.2) 0%, rgba(9, 12, 20, 0.32) 44%, #0a0d14 82%),
        linear-gradient(90deg, rgba(7, 9, 16, 0.78), rgba(7, 9, 16, 0.16) 48%, rgba(7, 9, 16, 0.62));
}

.msb-home--palmera .msb-cinema-layer--sky {
    background:
        radial-gradient(ellipse at 18% 25%, rgba(233, 178, 75, 0.26), transparent 32%),
        radial-gradient(ellipse at 72% 16%, rgba(55, 171, 210, 0.16), transparent 28%);
}

.msb-home--palmera .msb-cinema-layer--sunline {
    background:
        linear-gradient(102deg, transparent 20%, rgba(241, 189, 91, 0.18) 43%, transparent 62%),
        linear-gradient(102deg, transparent 54%, rgba(30, 173, 219, 0.14) 66%, transparent 76%);
}

.msb-home--palmera .msb-cinema-layer--shore {
    background:
        linear-gradient(180deg, transparent 42%, rgba(9, 12, 20, 0.5) 71%, #0a0d14 100%),
        repeating-linear-gradient(166deg, transparent 0 92px, rgba(241, 189, 91, 0.08) 93px 95px, transparent 96px 154px);
}

.msb-home--palmera .msb-topbar {
    background: rgba(14, 18, 29, 0.78);
    border-color: rgba(255, 255, 255, 0.08);
    border-radius: 0;
    box-shadow: 0 18px 70px rgba(0, 0, 0, 0.28);
    min-height: 86px;
    top: 0 !important;
    width: 100%;
}

.msb-home--palmera .msb-logo,
.msb-home--palmera .msb-nav a {
    color: rgba(248, 245, 236, 0.88);
}

.msb-home--palmera .msb-logo strong {
    align-items: baseline;
    display: inline-flex;
    font-size: clamp(1.18rem, 2vw, 1.55rem);
    gap: 1px;
    letter-spacing: 0;
    line-height: 1;
}

.msb-home--palmera .msb-logo__dot {
    background: #e9b24b;
}

.msb-logo__pueblitos {
    color: #ffe4a8;
}

.msb-logo__tours {
    color: #22d7b6;
}

.msb-home--palmera .msb-nav a:hover {
    color: #ffffff;
}

.msb-home--palmera .msb-topbar__cta,
.msb-home--palmera .msb-btn--gradient {
    background: #18aee1;
    box-shadow: 0 18px 44px rgba(24, 174, 225, 0.22);
    color: #ffffff;
}

.msb-home--palmera .msb-btn--gold {
    background: #e9b24b;
    border: 0;
    box-shadow: 0 18px 44px rgba(233, 178, 75, 0.24);
    color: #11131b;
}

.msb-home--palmera .msb-topbar__cta {
    background:
        linear-gradient(135deg, #ff7658 0%, #ffad5f 44%, #ffe071 100%) !important;
    border: 0 !important;
    box-shadow: 0 18px 42px rgba(255, 125, 88, 0.24), 0 0 0 1px rgba(255, 255, 255, 0.14) inset !important;
    color: #06131a !important;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-weight: 950 !important;
    gap: 8px;
    overflow: hidden;
    position: relative;
    text-shadow: none;
}

.msb-home--palmera .msb-topbar__cta::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
    content: "";
    inset: 0 auto 0 -42%;
    position: absolute;
    transform: skewX(-18deg);
    transition: left 420ms ease;
    width: 34%;
}

.msb-home--palmera .msb-topbar__cta span {
    display: inline-flex;
    font-size: 1.08em;
    line-height: 1;
    transform: translateY(-1px) rotate(-6deg);
    transition: transform 180ms ease;
}

.msb-home--palmera .msb-topbar__cta:hover,
.msb-home--palmera .msb-topbar__cta:focus-visible {
    background:
        linear-gradient(135deg, #15c8d4 0%, #22d7b6 46%, #fff06f 100%) !important;
    box-shadow: 0 22px 52px rgba(21, 200, 212, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.18) inset !important;
    color: #041016 !important;
    transform: translateY(-3px) scale(1.015);
}

.msb-home--palmera .msb-topbar__cta:hover::before,
.msb-home--palmera .msb-topbar__cta:focus-visible::before {
    left: 118%;
}

.msb-home--palmera .msb-topbar__cta:hover span,
.msb-home--palmera .msb-topbar__cta:focus-visible span {
    transform: translateY(-2px) rotate(8deg) scale(1.14);
}

.msb-home--palmera .msb-hero {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: max(720px, 100svh);
    padding-bottom: clamp(118px, 16vh, 180px);
    padding-top: clamp(132px, 17vh, 190px);
    text-align: center;
}

.msb-home--palmera .msb-hero__content {
    max-width: 980px;
}

.msb-home--palmera .msb-location-pill {
    color: #e9b24b;
    font-size: clamp(0.72rem, 1.5vw, 0.88rem);
    font-weight: 900;
    letter-spacing: 0.42em;
    margin-bottom: 28px;
}

.msb-home--palmera .msb-hero h1 {
    color: #fff8eb;
    font-size: clamp(3.2rem, 7.6vw, 6.9rem);
    line-height: 0.98;
    margin-inline: auto;
    max-width: 980px;
}

.msb-home--palmera .msb-hero h1 em {
    color: #e9b24b;
}

.msb-home--palmera .msb-hero p {
    color: rgba(248, 245, 236, 0.9);
    font-size: clamp(1.08rem, 2.1vw, 1.45rem);
    margin-inline: auto;
    max-width: 780px;
}

.msb-home--palmera .msb-hero__signal {
    display: none;
}

.msb-luxury-search {
    align-items: center;
    background: rgba(27, 28, 38, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    box-shadow: 0 34px 120px rgba(0, 0, 0, 0.42);
    display: grid;
    gap: 0;
    grid-template-columns: minmax(190px, 1.15fr) minmax(150px, 0.8fr) minmax(150px, 0.8fr) minmax(150px, 0.8fr) auto;
    margin: clamp(34px, 5vw, 56px) auto 0;
    max-width: 980px;
    min-height: 122px;
    padding: 18px 18px 18px 26px;
    position: relative;
    text-align: left;
    width: 100%;
}

.msb-luxury-search__field {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    display: grid;
    gap: 7px;
    min-height: 64px;
    padding: 0 clamp(16px, 2.5vw, 28px);
}

.msb-luxury-search__field:first-child {
    padding-left: 6px;
}

.msb-luxury-search__field span {
    color: rgba(248, 245, 236, 0.5);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.msb-luxury-search__field strong,
.msb-luxury-search__field input {
    color: #fff8eb;
    font-size: 1rem;
    font-weight: 900;
}

.msb-luxury-search__field input {
    appearance: none;
    background: transparent;
    border: 0;
    min-height: 28px;
    outline: 0;
    padding: 0;
    width: 100%;
}

.msb-luxury-search > .msb-btn {
    border-radius: 999px;
    min-height: 72px;
    min-width: 138px;
    width: auto;
}

.msb-luxury-search .msb-form-message {
    bottom: -24px;
    color: #ffd9a0;
    grid-column: 1 / -1;
    left: 34px;
    min-height: 0;
    position: absolute;
}

.msb-luxury-search + .msb-range-calendar {
    background: rgba(18, 23, 34, 0.98);
    border: 1px solid rgba(233, 178, 75, 0.28);
    border-radius: 24px;
    box-shadow: 0 26px 90px rgba(0, 0, 0, 0.44);
    color: #f8f5ec;
    justify-self: center;
    margin: 14px auto 0;
    text-align: left;
    width: min(100%, 640px);
}

.msb-home--palmera .msb-hero__scroll {
    justify-content: center;
    margin-top: clamp(34px, 5vw, 58px);
}

.msb-home-rooms {
    background: #080b12;
    color: #f8f5ec;
    margin: 0 calc(clamp(28px, 5vw, 72px) * -1);
    padding: clamp(74px, 10vw, 130px) clamp(18px, 4vw, 44px);
    position: relative;
    z-index: 1;
}

.msb-home-rooms__head {
    margin: 0 auto clamp(28px, 5vw, 52px);
    max-width: 1120px;
}

.msb-home-rooms__head h2 {
    color: #fff8eb;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    max-width: 760px;
}

.msb-home-rooms__head p {
    color: rgba(218, 224, 234, 0.72);
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 18px 0 0;
    max-width: 680px;
}

.msb-home-rooms__grid {
    display: grid;
    gap: clamp(20px, 4vw, 48px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1120px;
}

.msb-home-room-card {
    background: #121722;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    box-shadow: 0 26px 86px rgba(0, 0, 0, 0.28);
    overflow: hidden;
}

.msb-home-room-card__image {
    background:
        linear-gradient(145deg, rgba(233, 178, 75, 0.18), rgba(24, 174, 225, 0.12)),
        linear-gradient(145deg, #1b2433, #080b12);
    background-position: center;
    background-size: cover;
    min-height: clamp(260px, 33vw, 420px);
    position: relative;
}

.msb-home-room-card__image::after {
    background: linear-gradient(180deg, rgba(8, 11, 18, 0) 45%, rgba(8, 11, 18, 0.38));
    content: "";
    inset: 0;
    position: absolute;
}

.msb-home-room-card__image span {
    background: rgba(20, 21, 29, 0.78);
    border-radius: 999px;
    color: #fff8eb;
    font-size: 0.72rem;
    font-weight: 900;
    left: 20px;
    letter-spacing: 0.08em;
    padding: 11px 16px;
    position: absolute;
    text-transform: uppercase;
    top: 20px;
    z-index: 1;
}

.msb-home-room-card__body {
    display: grid;
    gap: 18px;
    padding: clamp(22px, 3vw, 34px);
}

.msb-home-room-card__body small {
    color: rgba(218, 224, 234, 0.62);
    display: block;
    font-size: 0.78rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.msb-home-room-card h3 {
    color: #fff8eb;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    font-weight: 500;
    line-height: 1.05;
    margin: 0;
}

.msb-home-room-card__meta {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 15px 0;
}

.msb-home-room-card__meta strong {
    color: rgba(248, 245, 236, 0.82);
    font-size: 0.92rem;
}

.msb-home-room-card__footer {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: space-between;
}

.msb-home-room-card__footer p {
    color: #fff8eb;
    font-size: 1.35rem;
    font-weight: 900;
    margin: 0;
}

.msb-home-room-card__footer p span {
    color: rgba(218, 224, 234, 0.6);
    display: block;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    margin-top: 4px;
    text-transform: uppercase;
}

.msb-home-room-card__footer .msb-btn {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff8eb;
    min-height: 48px;
    min-width: 116px;
    width: auto;
}

.msb-home--palmera .msb-cinema-strip,
.msb-home--palmera .msb-story-scene,
.msb-home--palmera .msb-feature-grid--cinema,
.msb-home--palmera .msb-contact-scene {
    background-color: #080b12;
}

@media (max-width: 980px) {
    .msb-luxury-search {
        border-radius: 32px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 18px;
    }

    .msb-luxury-search__field {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        padding: 14px 8px;
    }

    .msb-luxury-search > .msb-btn {
        grid-column: 1 / -1;
        width: 100%;
    }
}

@media (max-width: 760px) {
    .msb-home-rooms__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .msb-home--palmera .msb-topbar {
        min-height: 70px;
        top: 0 !important;
        width: 100%;
    }

    .msb-home--palmera .msb-logo strong {
        font-size: 1.16rem;
    }

    .msb-home--palmera .msb-hero {
        min-height: auto;
        padding-bottom: 72px;
        padding-top: 100px !important;
    }

    .msb-luxury-search {
        border-radius: 26px;
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .msb-luxury-search__field {
        min-height: auto;
    }

    .msb-luxury-search .msb-form-message {
        position: static;
    }

    .msb-home-rooms {
        margin-left: -12px;
        margin-right: -12px;
        padding: 56px 12px;
    }

    .msb-home-room-card {
        border-radius: 22px;
    }

    .msb-home-room-card__image {
        min-height: 245px;
    }

    .msb-home-room-card__footer {
        align-items: stretch;
        flex-direction: column;
    }

    .msb-home-room-card__footer .msb-btn {
        width: 100%;
    }
}

/* Priority polish for home room cards */
.msb-home--palmera .msb-home-rooms {
    background:
        radial-gradient(circle at 18% 0%, rgba(24, 174, 225, 0.12), transparent 30%),
        radial-gradient(circle at 82% 16%, rgba(233, 178, 75, 0.1), transparent 32%),
        #080b12 !important;
    margin-inline: calc(clamp(28px, 5vw, 72px) * -1) !important;
    overflow: hidden;
}

.msb-home--palmera .msb-home-rooms__grid {
    align-items: stretch !important;
    display: grid !important;
    gap: clamp(18px, 3vw, 36px) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.msb-home--palmera .msb-home-room-card {
    background: #121722 !important;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    border-radius: 28px !important;
    box-shadow: 0 26px 90px rgba(0, 0, 0, 0.34) !important;
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    overflow: hidden !important;
    position: relative !important;
}

.msb-home--palmera .msb-home-room-card__image {
    background-color: #1b2433 !important;
    background-position: center !important;
    background-size: cover !important;
    display: block !important;
    flex: 0 0 auto !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
    position: relative !important;
}

.msb-home--palmera .msb-home-room-card__image::before {
    content: "";
    display: block;
    padding-top: 66%;
}

.msb-home--palmera .msb-home-room-card__image span {
    background: rgba(15, 17, 25, 0.82) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff8eb !important;
    line-height: 1 !important;
    max-width: calc(100% - 40px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.msb-home--palmera .msb-home-room-card__body {
    background: #121722 !important;
    display: grid !important;
    flex: 1 1 auto !important;
    gap: 18px !important;
    padding: clamp(20px, 2.6vw, 32px) !important;
}

.msb-home--palmera .msb-home-room-card__body small {
    color: rgba(218, 224, 234, 0.66) !important;
    font-size: 0.78rem !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.msb-home--palmera .msb-home-room-card h3 {
    color: #fff8eb !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(1.75rem, 3vw, 2.45rem) !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    line-height: 1.04 !important;
}

.msb-home--palmera .msb-home-room-card__meta {
    border-color: rgba(255, 255, 255, 0.09) !important;
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.msb-home--palmera .msb-home-room-card__meta strong {
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    color: rgba(248, 245, 236, 0.86) !important;
    padding: 11px 12px;
}

.msb-home--palmera .msb-home-room-card__footer {
    align-items: center !important;
    display: flex !important;
    gap: 14px !important;
    justify-content: space-between !important;
}

.msb-home--palmera .msb-home-room-card__footer .msb-btn {
    border-radius: 999px !important;
    flex: 0 0 auto !important;
    padding-inline: 24px !important;
}

@media (max-width: 900px) {
    .msb-home--palmera .msb-home-rooms__grid {
        grid-template-columns: 1fr !important;
    }

    .msb-home--palmera .msb-home-room-card {
        border-radius: 24px !important;
    }

    .msb-home--palmera .msb-home-room-card__image::before {
        padding-top: 58%;
    }
}

@media (max-width: 640px) {
    .msb-home--palmera .msb-home-rooms {
        margin-inline: -12px !important;
        padding: 48px 12px !important;
    }

    .msb-home--palmera .msb-home-rooms__head {
        margin-bottom: 24px !important;
    }

    .msb-home--palmera .msb-home-rooms__head h2 {
        font-size: clamp(2rem, 10vw, 3rem) !important;
    }

    .msb-home--palmera .msb-home-room-card {
        border-radius: 20px !important;
    }

    .msb-home--palmera .msb-home-room-card__image::before {
        padding-top: 72%;
    }

    .msb-home--palmera .msb-home-room-card__body {
        padding: 18px !important;
    }

    .msb-home--palmera .msb-home-room-card__meta {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .msb-home--palmera .msb-home-room-card__footer {
        align-items: stretch !important;
        flex-direction: column !important;
    }

    .msb-home--palmera .msb-home-room-card__footer .msb-btn {
        width: 100% !important;
    }
}

/* Home room cards CTA and compact facts */
.msb-home--palmera .msb-home-room-card__meta {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.msb-home--palmera .msb-home-room-card__meta strong {
    align-items: center !important;
    display: flex !important;
    justify-content: flex-start !important;
    min-height: 44px !important;
    overflow-wrap: anywhere !important;
    padding: 10px 12px !important;
}

.msb-home--palmera .msb-home-room-card__footer .msb-btn,
.msb-home--palmera .msb-home-room-card__footer .msb-btn--ghost {
    background: linear-gradient(135deg, #ff7b58 0%, #ff9f5b 48%, #ffd86d 100%) !important;
    border: 0 !important;
    box-shadow: 0 18px 42px rgba(255, 123, 88, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
    color: #09111a !important;
    min-width: 132px !important;
    position: relative !important;
    transform: translateY(0) !important;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease !important;
}

.msb-home--palmera .msb-home-room-card__footer .msb-btn::after,
.msb-home--palmera .msb-home-room-card__footer .msb-btn--ghost::after {
    content: "→";
    font-size: 1rem;
    line-height: 1;
    margin-left: 8px;
    transition: transform 180ms ease;
}

.msb-home--palmera .msb-home-room-card__footer .msb-btn:hover,
.msb-home--palmera .msb-home-room-card__footer .msb-btn:focus-visible,
.msb-home--palmera .msb-home-room-card__footer .msb-btn--ghost:hover,
.msb-home--palmera .msb-home-room-card__footer .msb-btn--ghost:focus-visible {
    background: linear-gradient(135deg, #21b6d7 0%, #20d0bd 100%) !important;
    box-shadow: 0 22px 52px rgba(33, 182, 215, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
    color: #061015 !important;
    transform: translateY(-3px) scale(1.02) !important;
}

.msb-home--palmera .msb-home-room-card__footer .msb-btn:hover::after,
.msb-home--palmera .msb-home-room-card__footer .msb-btn:focus-visible::after,
.msb-home--palmera .msb-home-room-card__footer .msb-btn--ghost:hover::after,
.msb-home--palmera .msb-home-room-card__footer .msb-btn--ghost:focus-visible::after {
    transform: translateX(4px);
}

@media (max-width: 640px) {
    .msb-home--palmera .msb-home-room-card__meta {
        gap: 8px !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .msb-home--palmera .msb-home-room-card__meta strong {
        border-radius: 12px !important;
        font-size: clamp(0.68rem, 3.1vw, 0.82rem) !important;
        justify-content: center !important;
        line-height: 1.15 !important;
        min-height: 38px !important;
        padding: 8px 6px !important;
        text-align: center !important;
    }

    .msb-home--palmera .msb-home-room-card__footer .msb-btn,
    .msb-home--palmera .msb-home-room-card__footer .msb-btn--ghost {
        min-height: 48px !important;
        width: 100% !important;
    }
}

/* Cinematic Monitos single detail */
.msb-single--cinema {
    background:
        linear-gradient(180deg, rgba(8, 11, 18, 0.44) 0%, rgba(8, 11, 18, 0.72) 36%, #080b12 72%),
        var(--msb-single-hero-image, linear-gradient(145deg, #1b2433, #080b12));
    background-position: center top;
    background-size: cover;
    color: #f8f5ec;
    isolation: isolate;
    overflow: clip;
    padding: clamp(110px, 12vw, 150px) clamp(18px, 4vw, 44px) clamp(54px, 8vw, 96px);
}

.msb-single--cinema::before {
    background:
        linear-gradient(180deg, rgba(8, 11, 18, 0.28), rgba(8, 11, 18, 0.68) 48%, #080b12 100%),
        linear-gradient(90deg, rgba(8, 11, 18, 0.78), rgba(8, 11, 18, 0.22) 50%, rgba(8, 11, 18, 0.64));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.msb-single--cinema .msb-single-cinema-layers {
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.msb-single--cinema .msb-cinema-layer {
    inset: -6vh -10vw auto;
    min-height: min(880px, 104vh);
    position: absolute;
    transform: translate3d(0, var(--msb-home-shift, 0px), 0);
    will-change: transform;
}

.msb-single--cinema .msb-cinema-layer--sky {
    background:
        radial-gradient(ellipse at 18% 14%, rgba(233, 178, 75, 0.24), transparent 32%),
        radial-gradient(ellipse at 82% 18%, rgba(24, 174, 225, 0.16), transparent 30%);
}

.msb-single--cinema .msb-cinema-layer--sunline {
    background:
        linear-gradient(104deg, transparent 22%, rgba(241, 189, 91, 0.14) 42%, transparent 61%),
        linear-gradient(104deg, transparent 56%, rgba(24, 174, 225, 0.13) 66%, transparent 76%);
    mix-blend-mode: screen;
}

.msb-single--cinema .msb-single-cinema-layers__tide {
    background:
        linear-gradient(180deg, transparent 42%, rgba(8, 11, 18, 0.46) 70%, #080b12 100%),
        repeating-linear-gradient(166deg, transparent 0 92px, rgba(233, 178, 75, 0.07) 93px 95px, transparent 96px 154px);
    inset: 20vh -12vw auto;
}

.msb-single--cinema .msb-cinema-layer--grain {
    background:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
    background-size: 112px 112px;
    inset: 0;
    min-height: 100%;
    opacity: 0.24;
}

.msb-single--cinema .msb-single__booking-bar {
    background: rgba(14, 18, 29, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.09);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(18px) saturate(126%);
    -webkit-backdrop-filter: blur(18px) saturate(126%);
}

.msb-single--cinema .msb-results__eyebrow {
    color: #e9b24b;
}

.msb-single--cinema .msb-results__bar-copy strong {
    color: #fff8eb;
}

.msb-single--cinema .msb-results__bar-copy small {
    color: rgba(218, 224, 234, 0.7);
}

.msb-single--cinema .msb-results__modify {
    background: #18aee1 !important;
    box-shadow: 0 18px 44px rgba(24, 174, 225, 0.22) !important;
    color: #ffffff !important;
}

.msb-single--cinema .msb-single__hero,
.msb-single--cinema .msb-single__sections,
.msb-single--cinema .msb-room-types,
.msb-single--cinema .msb-booking-engine {
    margin-inline: auto;
    max-width: 1120px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.msb-single--cinema .msb-single__hero {
    align-items: stretch;
    display: grid;
    gap: clamp(18px, 3vw, 32px);
    grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
}

.msb-single--cinema .msb-single-carousel,
.msb-single--cinema .msb-single__media {
    background: #121722;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    box-shadow: 0 34px 110px rgba(0, 0, 0, 0.38);
    min-height: clamp(420px, 58vw, 700px);
}

.msb-single--cinema .msb-single-carousel::after {
    background: linear-gradient(180deg, rgba(8, 11, 18, 0), rgba(8, 11, 18, 0.26));
}

.msb-single--cinema .msb-carousel-btn {
    background: rgba(14, 18, 29, 0.72);
    border-color: rgba(255, 255, 255, 0.18);
    color: #fff8eb;
}

.msb-single--cinema .msb-carousel-btn:hover,
.msb-single--cinema .msb-carousel-btn:focus-visible {
    background: rgba(24, 174, 225, 0.88);
}

.msb-single--cinema .msb-carousel-dots button {
    background: rgba(255, 255, 255, 0.48);
}

.msb-single--cinema .msb-carousel-dots button.is-active {
    background: #e9b24b;
}

.msb-single--cinema .msb-single__content {
    background:
        linear-gradient(180deg, rgba(18, 23, 34, 0.96), rgba(13, 17, 26, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 30px;
    box-shadow: 0 34px 110px rgba(0, 0, 0, 0.28);
    color: #f8f5ec;
    justify-content: center;
    padding: clamp(24px, 4vw, 44px);
}

.msb-single--cinema .msb-kicker {
    color: #e9b24b;
}

.msb-single--cinema .msb-single h1,
.msb-single--cinema .msb-single__content h1 {
    color: #fff8eb;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.45rem, 5vw, 5.4rem);
    font-weight: 500;
    letter-spacing: 0;
}

.msb-single--cinema .msb-single__content p {
    color: rgba(218, 224, 234, 0.78);
}

.msb-single--cinema .msb-single__facts {
    gap: 10px;
    margin-bottom: 0;
}

.msb-single--cinema .msb-single__facts strong {
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    color: rgba(248, 245, 236, 0.9);
    min-height: 68px;
}

.msb-single--cinema .msb-single__sections {
    gap: clamp(14px, 2vw, 20px);
    margin-top: clamp(20px, 4vw, 42px);
}

.msb-single--cinema .msb-single__sections article {
    background: #121722;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.2);
}

.msb-single--cinema .msb-single__sections h2,
.msb-single--cinema .msb-room-types__head h2,
.msb-single--cinema .msb-booking-engine h2 {
    color: #fff8eb;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    letter-spacing: 0;
}

.msb-single--cinema .msb-single__sections p {
    color: rgba(218, 224, 234, 0.72);
}

.msb-single--cinema .msb-room-types {
    margin-top: clamp(28px, 5vw, 56px);
}

.msb-single--cinema .msb-room-types__head {
    background: rgba(248, 245, 236, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 24px;
    color: #10131b;
    margin-bottom: 18px;
    padding: clamp(18px, 3vw, 28px);
}

.msb-single--cinema .msb-room-types__head p {
    color: rgba(16, 19, 27, 0.68);
}

.msb-single--cinema .msb-room-types__head .msb-kicker {
    color: #b47418;
}

.msb-single--cinema .msb-room-types__head h2 {
    color: #10131b;
}

.msb-single--cinema .msb-room-card {
    background: #121722;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 24px;
    box-shadow: 0 24px 82px rgba(0, 0, 0, 0.24);
    overflow: hidden;
}

.msb-single--cinema .msb-room-card__image {
    background-position: center;
    background-size: cover;
    min-height: 240px;
}

.msb-single--cinema .msb-room-card__body {
    background: #121722;
}

.msb-single--cinema .msb-room-card h3 {
    color: #fff8eb;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
}

.msb-single--cinema .msb-room-card p,
.msb-single--cinema .msb-room-card__features small {
    color: rgba(218, 224, 234, 0.72);
}

.msb-single--cinema .msb-room-card__meta strong {
    background: rgba(255, 255, 255, 0.045);
    border-color: rgba(255, 255, 255, 0.08);
    color: rgba(248, 245, 236, 0.9);
}

.msb-single--cinema .msb-booking-engine {
    background: #10151f;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 28px;
    box-shadow: 0 28px 96px rgba(0, 0, 0, 0.3);
    color: #f8f5ec;
    margin-top: clamp(28px, 5vw, 56px);
}

.msb-single--cinema .msb-booking-engine__head {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 20px;
}

.msb-single--cinema .msb-selected-room {
    background: rgba(255, 255, 255, 0.045);
    border-color: rgba(255, 255, 255, 0.08);
}

.msb-single--cinema .msb-selected-room span,
.msb-single--cinema .msb-booking-engine__rate {
    color: rgba(218, 224, 234, 0.66);
}

.msb-single--cinema .msb-selected-room strong {
    color: #fff8eb;
}

.msb-single--cinema .msb-reserve-panel {
    background:
        linear-gradient(180deg, rgba(18, 23, 34, 0.88), rgba(11, 15, 24, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    gap: 16px;
    padding: clamp(16px, 3vw, 28px);
}

.msb-single--cinema .msb-reserve-grid {
    gap: 16px;
}

.msb-single--cinema .msb-reserve-field {
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    min-height: 64px;
    padding: 0 16px;
}

.msb-single--cinema .msb-reserve-field:hover,
.msb-single--cinema .msb-reserve-field:focus-within {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(233, 178, 75, 0.48);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.msb-single--cinema .msb-reserve-field span {
    color: rgba(218, 224, 234, 0.64);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.msb-single--cinema .msb-reserve-field input,
.msb-single--cinema .msb-reserve-field select {
    color: #fff8eb;
    font-weight: 900;
}

.msb-single--cinema .msb-reserve-field select {
    background-image: linear-gradient(45deg, transparent 50%, #e9b24b 50%), linear-gradient(135deg, #e9b24b 50%, transparent 50%);
}

.msb-single--cinema .msb-reserve-services {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    gap: 12px;
    margin-top: 18px;
    padding-top: 24px;
}

.msb-single--cinema .msb-reserve-services h3 {
    color: #fff8eb;
    font-size: clamp(1.55rem, 3vw, 2rem);
    margin-bottom: 8px;
}

.msb-single--cinema .msb-reserve-service {
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    color: #f8f5ec;
    grid-template-columns: 18px minmax(145px, 1fr) minmax(150px, auto) 104px;
    min-height: 58px;
    padding: 10px 12px;
}

.msb-single--cinema .msb-reserve-service.is-auto-active,
.msb-single--cinema .msb-reserve-service.is-meal-active {
    background: rgba(233, 178, 75, 0.09);
    border-color: rgba(233, 178, 75, 0.24);
    margin: 0;
    padding: 10px 12px;
}

.msb-single--cinema .msb-reserve-service input[type="checkbox"] {
    border-color: rgba(233, 178, 75, 0.72);
    border-radius: 4px;
    height: 16px;
    width: 16px;
}

.msb-single--cinema .msb-reserve-service input[type="checkbox"]:checked {
    background: #e9b24b;
    border-color: #e9b24b;
    box-shadow: inset 0 0 0 3px #121722;
}

.msb-single--cinema .msb-reserve-service strong {
    color: #fff8eb;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 800;
}

.msb-single--cinema .msb-reserve-service em {
    color: rgba(218, 224, 234, 0.68);
}

.msb-single--cinema .msb-extra-stepper {
    background: rgba(8, 11, 18, 0.7);
    border-color: rgba(233, 178, 75, 0.36);
    border-radius: 999px;
    height: 38px;
}

.msb-single--cinema .msb-extra-stepper button {
    color: #fff8eb;
}

.msb-single--cinema .msb-extra-stepper input {
    color: #fff8eb;
}

.msb-single--cinema .msb-reserve-service[data-msb-auto-extra="1"] .msb-extra-stepper button {
    color: rgba(218, 224, 234, 0.34);
}

.msb-single--cinema .msb-reserve-total {
    align-items: end;
    background:
        linear-gradient(135deg, rgba(233, 178, 75, 0.14), rgba(24, 174, 225, 0.08));
    border: 1px solid rgba(233, 178, 75, 0.22);
    border-radius: 20px;
    margin-top: 24px;
    padding: 20px;
}

.msb-single--cinema .msb-reserve-total span {
    color: rgba(218, 224, 234, 0.72);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.msb-single--cinema .msb-reserve-total strong {
    color: #fff8eb;
    font-family: Georgia, "Times New Roman", serif;
}

.msb-single--cinema .msb-reserve-submit {
    background: #18aee1;
    border: 0;
    border-radius: 999px;
    box-shadow: 0 18px 44px rgba(24, 174, 225, 0.24);
    color: #ffffff;
    min-height: 64px;
}

.msb-single--cinema .msb-reserve-submit:hover,
.msb-single--cinema .msb-reserve-submit:focus-visible {
    background: #24bdec;
    box-shadow: 0 22px 54px rgba(24, 174, 225, 0.32);
}

.msb-single--cinema .msb-range-calendar {
    background: rgba(18, 23, 34, 0.98);
    border-color: rgba(233, 178, 75, 0.28);
    border-radius: 20px;
    box-shadow: 0 24px 82px rgba(0, 0, 0, 0.36);
    color: #f8f5ec;
}

.msb-single--cinema .msb-range-month h4,
.msb-single--cinema .msb-range-week span {
    color: #f8f5ec;
}

.msb-single--cinema .msb-range-day {
    border-color: rgba(255, 255, 255, 0.08) !important;
    color: rgba(248, 245, 236, 0.88) !important;
}

.msb-single--cinema .msb-range-day:hover,
.msb-single--cinema .msb-range-day:focus-visible {
    background: rgba(233, 178, 75, 0.14) !important;
    border-color: rgba(233, 178, 75, 0.42) !important;
    color: #fff8eb !important;
}

.msb-single--cinema .msb-range-day.is-muted {
    color: rgba(248, 245, 236, 0.34) !important;
}

.msb-single--cinema .msb-range-day.is-disabled {
    color: rgba(248, 245, 236, 0.18) !important;
}

.msb-single--cinema .msb-range-day.is-range {
    background: rgba(233, 178, 75, 0.16) !important;
    color: #fff8eb !important;
}

.msb-single--cinema .msb-range-day.is-selected {
    background: #e9b24b !important;
    border-color: #e9b24b !important;
    color: #11131b !important;
}

.msb-single--cinema .msb-range-nav {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(233, 178, 75, 0.34) !important;
    color: #fff8eb !important;
}

.msb-single--cinema [data-msb-home-reveal] {
    opacity: 1;
    transform: translateY(0);
}

.msb-single--cinema.is-cinema-ready [data-msb-home-reveal] {
    opacity: 0;
    transform: translateY(34px) scale(0.985);
    transition: opacity 720ms ease, transform 820ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.msb-single--cinema.is-cinema-ready [data-msb-home-reveal].is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

@media (max-width: 980px) {
    .msb-single--cinema .msb-single__hero {
        grid-template-columns: 1fr;
    }

    .msb-single--cinema .msb-single-carousel,
    .msb-single--cinema .msb-single__media {
        min-height: 460px;
    }

    .msb-single--cinema .msb-single__sections {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .msb-single--cinema {
        padding: 88px 12px 48px;
    }

    .msb-single--cinema .msb-single__booking-bar {
        gap: 8px;
        padding: 8px 8px 8px 12px;
        width: min(100vw - 12px, 560px);
    }

    .msb-single--cinema .msb-results__bar-copy {
        gap: 7px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .msb-single--cinema .msb-single-carousel,
    .msb-single--cinema .msb-single__media {
        border-radius: 22px;
        min-height: 330px;
    }

    .msb-single--cinema .msb-single__content,
    .msb-single--cinema .msb-booking-engine {
        border-radius: 22px;
        padding: 18px;
    }

    .msb-single--cinema .msb-single__facts {
        grid-template-columns: 1fr;
    }

    .msb-single--cinema .msb-booking-engine__head,
    .msb-single--cinema .msb-booking-engine__title {
        align-items: stretch;
        flex-direction: column;
    }

    .msb-single--cinema .msb-reserve-panel {
        border-radius: 18px;
        gap: 12px;
        padding: 12px;
    }

    .msb-single--cinema .msb-reserve-grid {
        grid-template-columns: 1fr;
    }

    .msb-single--cinema .msb-reserve-field {
        align-items: flex-start;
        display: grid;
        gap: 6px;
        min-height: 58px;
        padding: 12px;
    }

    .msb-single--cinema .msb-reserve-field input,
    .msb-single--cinema .msb-reserve-field select {
        margin-left: 0;
        min-width: 0;
        text-align: left;
        width: 100%;
    }

    .msb-single--cinema .msb-reserve-service {
        align-items: start;
        gap: 8px 10px;
        grid-template-columns: 18px minmax(0, 1fr);
        min-height: 0;
    }

    .msb-single--cinema .msb-reserve-service em,
    .msb-single--cinema .msb-extra-stepper {
        grid-column: 2;
        justify-self: stretch;
        text-align: left;
        width: 100%;
    }

    .msb-single--cinema .msb-extra-stepper {
        grid-template-columns: 42px minmax(0, 1fr) 42px;
        margin-top: 2px;
    }

    .msb-single--cinema .msb-reserve-total {
        align-items: start;
        gap: 8px;
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .msb-single--cinema .msb-reserve-total strong {
        font-size: clamp(1.7rem, 10vw, 2.4rem);
    }
}

@media (max-width: 640px) {
    .msb-single--cinema .msb-reserve-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .msb-single--cinema .msb-reserve-panel > .msb-reserve-field:nth-of-type(1),
    .msb-single--cinema .msb-reserve-panel > .msb-reserve-field:nth-of-type(2) {
        grid-column: auto;
    }

    .msb-single--cinema .msb-reserve-panel > .msb-reserve-field:nth-of-type(3),
    .msb-single--cinema .msb-reserve-panel > .msb-reserve-grid,
    .msb-single--cinema .msb-reserve-panel > .msb-range-calendar,
    .msb-single--cinema .msb-reserve-panel > .msb-reserve-services,
    .msb-single--cinema .msb-reserve-panel > .msb-reserve-total,
    .msb-single--cinema .msb-reserve-panel > .msb-reserve-submit,
    .msb-single--cinema .msb-reserve-panel > .msb-summary-modal {
        grid-column: 1 / -1;
    }

    .msb-single--cinema .msb-reserve-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .msb-single--cinema .msb-reserve-field {
        min-width: 0;
        padding: 10px;
    }

    .msb-single--cinema .msb-reserve-field span {
        font-size: clamp(0.52rem, 2.5vw, 0.64rem);
        letter-spacing: 0.08em;
        overflow-wrap: anywhere;
    }

    .msb-single--cinema .msb-reserve-field input,
    .msb-single--cinema .msb-reserve-field select {
        font-size: clamp(0.72rem, 3.1vw, 0.86rem);
        line-height: 1.2;
    }

    .msb-single--cinema .msb-reserve-services {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .msb-single--cinema .msb-reserve-services h3 {
        grid-column: 1 / -1;
    }

    .msb-single--cinema .msb-reserve-service {
        align-content: start;
        border-radius: 14px;
        display: grid;
        gap: 7px;
        grid-template-columns: 16px minmax(0, 1fr);
        min-width: 0;
        padding: 9px;
    }

    .msb-single--cinema .msb-reserve-service strong {
        font-size: clamp(0.58rem, 2.65vw, 0.74rem);
        line-height: 1.15;
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .msb-single--cinema .msb-reserve-service em {
        font-size: clamp(0.54rem, 2.35vw, 0.68rem);
        line-height: 1.2;
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .msb-single--cinema .msb-reserve-service em,
    .msb-single--cinema .msb-extra-stepper {
        grid-column: 1 / -1;
    }

    .msb-single--cinema .msb-extra-stepper {
        grid-template-columns: 32px minmax(34px, 1fr) 32px;
        height: 34px;
        min-width: 0;
    }

    .msb-single--cinema .msb-extra-stepper button {
        font-size: 0.82rem;
        min-width: 0;
    }

    .msb-single--cinema .msb-extra-stepper input {
        font-size: 0.78rem;
        min-width: 0;
    }
}

@media (max-width: 640px) {
    .msb-single--cinema .msb-reserve-panel {
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    }

    .msb-single--cinema .msb-reserve-panel > .msb-reserve-field:nth-of-type(1),
    .msb-single--cinema .msb-reserve-panel > .msb-reserve-field:nth-of-type(2) {
        grid-column: span 3 !important;
    }

    .msb-single--cinema .msb-reserve-panel > .msb-reserve-field:nth-of-type(3) {
        grid-column: span 2 !important;
    }

    .msb-single--cinema .msb-reserve-panel > .msb-reserve-grid {
        display: contents !important;
    }

    .msb-single--cinema .msb-reserve-panel > .msb-reserve-grid .msb-reserve-field {
        grid-column: span 2 !important;
    }

    .msb-single--cinema .msb-reserve-panel > .msb-range-calendar,
    .msb-single--cinema .msb-reserve-panel > .msb-reserve-services,
    .msb-single--cinema .msb-reserve-panel > .msb-reserve-total,
    .msb-single--cinema .msb-reserve-panel > .msb-reserve-submit,
    .msb-single--cinema .msb-reserve-panel > .msb-summary-modal {
        grid-column: 1 / -1 !important;
    }

    .msb-single--cinema .msb-reserve-panel > .msb-reserve-field:nth-of-type(3),
    .msb-single--cinema .msb-reserve-panel > .msb-reserve-grid .msb-reserve-field {
        min-height: 58px !important;
        padding: 9px 7px !important;
    }

    .msb-single--cinema .msb-reserve-panel > .msb-reserve-field:nth-of-type(3) span,
    .msb-single--cinema .msb-reserve-panel > .msb-reserve-grid .msb-reserve-field span {
        font-size: clamp(0.45rem, 2.15vw, 0.58rem) !important;
        letter-spacing: 0.06em !important;
    }

    .msb-single--cinema .msb-reserve-panel > .msb-reserve-field:nth-of-type(3) select,
    .msb-single--cinema .msb-reserve-panel > .msb-reserve-grid .msb-reserve-field select {
        font-size: clamp(0.62rem, 2.65vw, 0.78rem) !important;
        min-width: 0 !important;
        overflow-wrap: anywhere !important;
    }
}

@media (max-width: 360px) {
    .msb-single--cinema .msb-reserve-panel {
        gap: 9px;
        padding: 9px;
    }

    .msb-single--cinema .msb-reserve-services {
        gap: 8px;
    }

    .msb-single--cinema .msb-reserve-service {
        padding: 8px;
    }

    .msb-single--cinema .msb-extra-stepper {
        grid-template-columns: 28px minmax(28px, 1fr) 28px;
        height: 32px;
    }
}

/* Room detail page */
.msb-room-detail .msb-room-detail__hero {
    align-items: stretch;
    display: grid;
    gap: clamp(18px, 3vw, 32px);
    grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.88fr);
    margin-inline: auto;
    max-width: 1120px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.msb-room-detail__content {
    background:
        linear-gradient(180deg, rgba(18, 23, 34, 0.96), rgba(13, 17, 26, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 30px;
    box-shadow: 0 34px 110px rgba(0, 0, 0, 0.28);
    color: #f8f5ec;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(24px, 4vw, 44px);
}

.msb-room-detail__back {
    color: rgba(218, 224, 234, 0.68);
    font-size: 0.82rem;
    font-weight: 900;
    margin-bottom: 18px;
    text-decoration: none;
}

.msb-room-detail__back:hover {
    color: #e9b24b;
}

.msb-room-detail__content h1 {
    color: #fff8eb;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.45rem, 5vw, 5.3rem);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 0.98;
    margin: 0;
}

.msb-room-detail__content p {
    color: rgba(218, 224, 234, 0.78);
    font-size: clamp(1rem, 2vw, 1.18rem);
    line-height: 1.65;
    margin: 20px 0;
}

.msb-room-detail__facts {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 18px;
}

.msb-room-detail__facts strong {
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    color: rgba(248, 245, 236, 0.9);
    min-height: 62px;
    padding: 14px;
}

.msb-room-detail__price {
    color: #fff8eb !important;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(1.45rem, 3vw, 2rem) !important;
    font-weight: 900;
    margin: 0 0 18px !important;
}

.msb-room-detail__price span {
    color: rgba(218, 224, 234, 0.62);
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.msb-room-detail__features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
}

.msb-room-detail__features small {
    background: rgba(233, 178, 75, 0.12);
    border: 1px solid rgba(233, 178, 75, 0.2);
    border-radius: 999px;
    color: rgba(248, 245, 236, 0.86);
    font-size: 0.72rem;
    font-weight: 800;
    padding: 8px 10px;
}

.msb-room-detail__content .msb-btn {
    width: fit-content;
}

@media (max-width: 980px) {
    .msb-room-detail .msb-room-detail__hero {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .msb-room-detail .msb-room-detail__hero {
        gap: 14px;
    }

    .msb-room-detail__content {
        border-radius: 22px;
        padding: 18px;
    }

    .msb-room-detail__facts {
        gap: 7px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .msb-room-detail__facts strong {
        align-items: center;
        border-radius: 12px;
        display: flex;
        font-size: clamp(0.62rem, 2.8vw, 0.78rem);
        justify-content: center;
        line-height: 1.15;
        min-height: 48px;
        overflow-wrap: anywhere;
        padding: 8px 5px;
        text-align: center;
    }

    .msb-room-detail__content .msb-btn {
        width: 100%;
    }
}

/* Premium reservation modal skin */
.msb-modal {
    background: rgba(4, 7, 12, 0.72) !important;
    backdrop-filter: blur(16px) saturate(118%) !important;
    -webkit-backdrop-filter: blur(16px) saturate(118%) !important;
}

.msb-modal__panel {
    background:
        radial-gradient(circle at 12% 0%, rgba(24, 174, 225, 0.12), transparent 34%),
        linear-gradient(180deg, rgba(18, 23, 34, 0.98), rgba(10, 14, 22, 0.98)) !important;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    border-radius: 28px !important;
    box-shadow: 0 34px 110px rgba(0, 0, 0, 0.46) !important;
    color: #f8f5ec !important;
    max-width: 720px !important;
}

.msb-modal__close {
    align-items: center !important;
    background: rgba(255, 255, 255, 0.07) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: rgba(248, 245, 236, 0.82) !important;
    display: inline-flex !important;
    justify-content: center !important;
    line-height: 1 !important;
}

.msb-modal h2 {
    color: #fff8eb !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(1.8rem, 5vw, 3rem) !important;
    font-weight: 500 !important;
}

.msb-modal .msb-booking-form {
    gap: 12px !important;
}

.msb-modal .msb-form-field,
.msb-modal .msb-stepper {
    background: rgba(255, 255, 255, 0.045) !important;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    border-radius: 18px !important;
    box-shadow: none !important;
}

.msb-modal .msb-form-field:hover,
.msb-modal .msb-form-field:focus-within,
.msb-modal .msb-stepper:hover,
.msb-modal .msb-stepper:focus-within {
    background: rgba(255, 255, 255, 0.07) !important;
    border-color: rgba(233, 178, 75, 0.36) !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18) !important;
}

.msb-modal .msb-form-field > span,
.msb-modal .msb-booking-form label > span,
.msb-modal .msb-date-pair small {
    color: rgba(218, 224, 234, 0.64) !important;
    font-size: 0.68rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.1em !important;
}

.msb-modal .msb-destination-field strong,
.msb-modal .msb-booking-form input,
.msb-modal .msb-stepper input {
    color: #fff8eb !important;
    font-weight: 800 !important;
}

.msb-modal .msb-date-pair label + label {
    border-left-color: rgba(255, 255, 255, 0.08) !important;
}

.msb-modal .msb-stepper {
    min-height: 70px !important;
}

.msb-modal .msb-stepper span {
    left: 14px !important;
    top: 12px !important;
}

.msb-modal .msb-stepper button {
    background: rgba(8, 11, 18, 0.62) !important;
    border-radius: 999px !important;
    color: #fff8eb !important;
    min-height: 34px !important;
}

.msb-modal .msb-stepper button:hover,
.msb-modal .msb-stepper button:focus-visible,
.msb-modal .msb-stepper button:active {
    background: rgba(233, 178, 75, 0.18) !important;
    color: #fff8eb !important;
}

.msb-modal .msb-booking-form .msb-btn {
    background: linear-gradient(135deg, #ff7b58 0%, #ff9c5b 52%, #f3d37b 100%) !important;
    border: 0 !important;
    border-radius: 999px !important;
    box-shadow: 0 18px 44px rgba(3, 44, 48, 0.24) !important;
    color: #11131b !important;
    font-weight: 900 !important;
}

.msb-modal .msb-range-calendar {
    background: rgba(18, 23, 34, 0.98) !important;
    border-color: rgba(233, 178, 75, 0.28) !important;
    color: #f8f5ec !important;
}

.msb-modal .msb-range-month h4,
.msb-modal .msb-range-week span {
    color: #f8f5ec !important;
}

.msb-modal .msb-range-day {
    border-color: rgba(255, 255, 255, 0.08) !important;
    color: rgba(248, 245, 236, 0.88) !important;
}

.msb-modal .msb-range-day.is-selected {
    background: #e9b24b !important;
    border-color: #e9b24b !important;
    color: #11131b !important;
}

@media (max-width: 640px) {
    .msb-modal {
        align-items: center !important;
        padding: 12px !important;
    }

    .msb-modal__panel {
        border-radius: 22px !important;
        padding: 18px !important;
        width: min(100%, 420px) !important;
    }

    .msb-modal h2 {
        font-size: 1.55rem !important;
        margin: 0 42px 14px 0 !important;
    }

    .msb-modal .msb-booking-form {
        gap: 10px !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .msb-modal .msb-form-field {
        padding: 12px !important;
    }

    .msb-modal .msb-stepper {
        min-height: 62px !important;
        padding: 20px 5px 5px !important;
    }

    .msb-modal .msb-stepper button {
        min-height: 30px !important;
        min-width: 0 !important;
    }

    .msb-modal .msb-stepper input {
        font-size: 0.9rem !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .msb-single--cinema .msb-cinema-layer,
    .msb-single--cinema.is-cinema-ready [data-msb-home-reveal] {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* Final premium search modal override */
.msb-modal[data-msb-modal] {
    align-items: center !important;
    background:
        radial-gradient(circle at 50% 0%, rgba(28, 186, 215, 0.16), transparent 34%),
        rgba(4, 8, 13, 0.78) !important;
    inset: 0 !important;
    justify-content: center !important;
    padding: 18px !important;
}

.msb-modal[data-msb-modal] .msb-modal__panel {
    background:
        linear-gradient(145deg, rgba(17, 23, 35, 0.98), rgba(8, 12, 20, 0.99)),
        #10151f !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 28px !important;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
    color: #fff8eb !important;
    max-height: calc(100vh - 36px) !important;
    max-width: 760px !important;
    overflow: auto !important;
    padding: 26px !important;
    width: min(760px, calc(100vw - 28px)) !important;
}

.msb-modal[data-msb-modal] .msb-modal__panel::before {
    background:
        radial-gradient(circle at 12% 8%, rgba(255, 211, 110, 0.16), transparent 22%),
        radial-gradient(circle at 90% 0%, rgba(31, 183, 221, 0.14), transparent 30%) !important;
    opacity: 1 !important;
}

.msb-modal[data-msb-modal] .msb-modal__close {
    align-items: center !important;
    background: rgba(255, 255, 255, 0.07) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 12px !important;
    color: #fff8eb !important;
    display: inline-flex !important;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 1rem !important;
    font-weight: 900 !important;
    height: 34px !important;
    justify-content: center !important;
    line-height: 1 !important;
    padding: 0 !important;
    right: 18px !important;
    top: 18px !important;
    width: 34px !important;
}

.msb-modal[data-msb-modal] .msb-modal__close:hover,
.msb-modal[data-msb-modal] .msb-modal__close:focus-visible {
    background: rgba(31, 183, 221, 0.2) !important;
    border-color: rgba(31, 183, 221, 0.4) !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
}

.msb-modal[data-msb-modal] h2 {
    color: #fff8eb !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(1.9rem, 5vw, 3.25rem) !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    line-height: 0.95 !important;
    margin: 0 44px 20px 0 !important;
}

.msb-modal[data-msb-modal] .msb-booking-form {
    display: grid !important;
    gap: 12px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.msb-modal[data-msb-modal] .msb-form-field--wide,
.msb-modal[data-msb-modal] .msb-date-pair,
.msb-modal[data-msb-modal] .msb-booking-form .msb-btn,
.msb-modal[data-msb-modal] .msb-form-message {
    grid-column: 1 / -1 !important;
}

.msb-modal[data-msb-modal] .msb-form-field,
.msb-modal[data-msb-modal] .msb-stepper {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.035)) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 16px !important;
    color: #fff8eb !important;
    min-width: 0 !important;
}

.msb-modal[data-msb-modal] .msb-form-field {
    min-height: 68px !important;
    padding: 15px 16px !important;
}

.msb-modal[data-msb-modal] .msb-destination-field {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.msb-modal[data-msb-modal] .msb-date-pair {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.035)) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 18px !important;
    display: grid !important;
    gap: 0 !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    padding: 0 !important;
}

.msb-modal[data-msb-modal] .msb-date-pair label {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    min-height: 76px !important;
    padding: 15px 16px !important;
}

.msb-modal[data-msb-modal] .msb-date-pair label + label {
    border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.msb-modal[data-msb-modal] .msb-form-field > span,
.msb-modal[data-msb-modal] .msb-booking-form label > span,
.msb-modal[data-msb-modal] .msb-date-pair small,
.msb-modal[data-msb-modal] .msb-stepper span {
    color: #f1be5f !important;
    display: block !important;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 0.63rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.11em !important;
    line-height: 1.1 !important;
    margin: 0 0 7px !important;
    text-transform: uppercase !important;
}

.msb-modal[data-msb-modal] .msb-destination-field strong,
.msb-modal[data-msb-modal] .msb-booking-form input,
.msb-modal[data-msb-modal] .msb-stepper input {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #fff8eb !important;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 0.93rem !important;
    font-weight: 800 !important;
    min-width: 0 !important;
    outline: 0 !important;
}

.msb-modal[data-msb-modal] .msb-stepper {
    align-items: end !important;
    display: grid !important;
    gap: 8px !important;
    grid-template-columns: 32px minmax(28px, 1fr) 32px !important;
    min-height: 72px !important;
    padding: 24px 9px 9px !important;
    position: relative !important;
}

.msb-modal[data-msb-modal] .msb-stepper span {
    left: 13px !important;
    margin: 0 !important;
    position: absolute !important;
    right: 8px !important;
    top: 11px !important;
}

.msb-modal[data-msb-modal] .msb-stepper button {
    align-items: center !important;
    align-self: stretch !important;
    background: rgba(5, 8, 14, 0.68) !important;
    border: 1px solid rgba(241, 190, 95, 0.24) !important;
    border-radius: 10px !important;
    color: #fff8eb !important;
    display: inline-flex !important;
    font-size: 0.95rem !important;
    font-weight: 900 !important;
    height: 32px !important;
    justify-content: center !important;
    line-height: 1 !important;
    margin: 0 !important;
    min-width: 0 !important;
    padding: 0 !important;
    width: 32px !important;
}

.msb-modal[data-msb-modal] .msb-stepper button:hover,
.msb-modal[data-msb-modal] .msb-stepper button:focus-visible,
.msb-modal[data-msb-modal] .msb-stepper button:active {
    background: linear-gradient(135deg, #ff7b58, #f3d37b) !important;
    border-color: transparent !important;
    color: #11131b !important;
}

.msb-modal[data-msb-modal] .msb-stepper input {
    align-self: stretch !important;
    height: 32px !important;
    padding: 0 !important;
    text-align: center !important;
}

.msb-modal[data-msb-modal] .msb-booking-form .msb-btn {
    background: linear-gradient(135deg, #ff7b58 0%, #ff9f5b 48%, #ffd86d 100%) !important;
    border: 0 !important;
    border-radius: 999px !important;
    box-shadow: 0 18px 42px rgba(255, 123, 88, 0.2) !important;
    color: #10151f !important;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 950 !important;
    min-height: 56px !important;
    padding: 0 20px !important;
    text-align: center !important;
}

.msb-modal[data-msb-modal] .msb-booking-form .msb-btn:hover,
.msb-modal[data-msb-modal] .msb-booking-form .msb-btn:focus-visible {
    background: linear-gradient(135deg, #21b6d7 0%, #20d0bd 100%) !important;
    box-shadow: 0 20px 48px rgba(33, 182, 215, 0.22) !important;
    color: #061015 !important;
    transform: translateY(-1px) !important;
}

.msb-modal[data-msb-modal] .msb-form-message {
    color: rgba(255, 248, 235, 0.78) !important;
    min-height: 18px !important;
}

@media (max-width: 640px) {
    .msb-modal[data-msb-modal] {
        padding: 10px !important;
    }

    .msb-modal[data-msb-modal] .msb-modal__panel {
        border-radius: 22px !important;
        max-height: calc(100vh - 20px) !important;
        padding: 16px 12px !important;
        width: calc(100vw - 20px) !important;
    }

    .msb-modal[data-msb-modal] .msb-modal__close {
        height: 30px !important;
        right: 12px !important;
        top: 12px !important;
        width: 30px !important;
    }

    .msb-modal[data-msb-modal] h2 {
        font-size: clamp(1.35rem, 8vw, 1.9rem) !important;
        margin: 0 38px 12px 0 !important;
    }

    .msb-modal[data-msb-modal] .msb-booking-form {
        gap: 8px !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .msb-modal[data-msb-modal] .msb-form-field {
        min-height: 58px !important;
        padding: 11px 10px !important;
    }

    .msb-modal[data-msb-modal] .msb-date-pair label {
        min-height: 62px !important;
        padding: 11px 10px !important;
    }

    .msb-modal[data-msb-modal] .msb-form-field > span,
    .msb-modal[data-msb-modal] .msb-booking-form label > span,
    .msb-modal[data-msb-modal] .msb-date-pair small,
    .msb-modal[data-msb-modal] .msb-stepper span {
        font-size: clamp(0.48rem, 2.3vw, 0.58rem) !important;
        letter-spacing: 0.08em !important;
    }

    .msb-modal[data-msb-modal] .msb-destination-field strong,
    .msb-modal[data-msb-modal] .msb-booking-form input,
    .msb-modal[data-msb-modal] .msb-stepper input {
        font-size: clamp(0.68rem, 3vw, 0.86rem) !important;
    }

    .msb-modal[data-msb-modal] .msb-stepper {
        border-radius: 14px !important;
        gap: 4px !important;
        grid-template-columns: 25px minmax(18px, 1fr) 25px !important;
        min-height: 60px !important;
        padding: 22px 5px 5px !important;
    }

    .msb-modal[data-msb-modal] .msb-stepper span {
        left: 8px !important;
        top: 9px !important;
    }

    .msb-modal[data-msb-modal] .msb-stepper button {
        border-radius: 8px !important;
        font-size: 0.78rem !important;
        height: 27px !important;
        width: 25px !important;
    }

    .msb-modal[data-msb-modal] .msb-stepper input {
        height: 27px !important;
    }

    .msb-modal[data-msb-modal] .msb-booking-form .msb-btn {
        min-height: 50px !important;
    }
}

/* Stay map preview and modal */
.msb-map-block {
    align-items: stretch;
    background:
        radial-gradient(circle at 10% 0%, rgba(33, 182, 215, 0.14), transparent 34%),
        linear-gradient(145deg, rgba(18, 23, 34, 0.98), rgba(8, 12, 20, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 30px;
    box-shadow: 0 26px 82px rgba(0, 0, 0, 0.24);
    display: grid;
    gap: clamp(18px, 4vw, 42px);
    grid-template-columns: minmax(0, 0.8fr) minmax(280px, 1fr);
    margin: clamp(26px, 5vw, 58px) 0;
    overflow: hidden;
    padding: clamp(18px, 4vw, 32px);
}

.msb-map-block__copy {
    align-self: center;
}

.msb-map-block__copy h2 {
    color: #fff8eb;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin: 10px 0 14px;
}

.msb-map-block__copy p {
    color: rgba(218, 224, 234, 0.74);
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
}

.msb-map-card {
    align-items: center;
    appearance: none;
    aspect-ratio: 16 / 9;
    background:
        radial-gradient(circle at 48% 42%, rgba(0, 107, 255, 0.98) 0 3%, transparent 3.4%),
        radial-gradient(circle at 21% 71%, rgba(0, 124, 205, 0.92) 0 2.4%, transparent 2.8%),
        linear-gradient(135deg, rgba(121, 210, 226, 0.95) 0 30%, rgba(199, 244, 218, 0.95) 30% 100%);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 22px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 22px 70px rgba(0, 0, 0, 0.24);
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 240px;
    overflow: hidden;
    padding: 22px;
    position: relative;
    text-align: center;
}

.msb-map-card::before {
    background:
        linear-gradient(34deg, transparent 0 38%, rgba(30, 79, 105, 0.25) 38% 40%, transparent 40%),
        linear-gradient(116deg, transparent 0 48%, rgba(30, 79, 105, 0.24) 48% 50%, transparent 50%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 1px, transparent 1px 82px),
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 74px);
    content: "";
    inset: 0;
    opacity: 0.75;
    position: absolute;
}

.msb-map-card::after {
    background: linear-gradient(180deg, rgba(6, 12, 20, 0), rgba(6, 12, 20, 0.22));
    content: "";
    inset: 0;
    position: absolute;
}

.msb-map-card__pin {
    background: #0b67e9;
    border: 4px solid #ffffff;
    border-radius: 50% 50% 50% 0;
    box-shadow: 0 14px 34px rgba(0, 71, 170, 0.34);
    height: 46px;
    margin-bottom: 16px;
    position: relative;
    transform: rotate(-45deg);
    transition: transform 180ms ease;
    width: 46px;
    z-index: 1;
}

.msb-map-card__pin::after {
    background: #ffd66e;
    border-radius: 50%;
    content: "";
    height: 12px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
}

.msb-map-card strong {
    background: #0b67e9;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(0, 71, 170, 0.22);
    color: #ffffff;
    font-size: clamp(1rem, 2.2vw, 1.35rem);
    font-weight: 900;
    padding: 12px 18px;
    position: relative;
    transition: transform 180ms ease, background 180ms ease;
    z-index: 1;
}

.msb-map-card small {
    color: rgba(7, 18, 28, 0.72);
    font-weight: 900;
    margin-top: 12px;
    max-width: 80%;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 1;
}

.msb-map-card:hover,
.msb-map-card:focus-visible {
    outline: 0;
}

.msb-map-card:hover .msb-map-card__pin,
.msb-map-card:focus-visible .msb-map-card__pin {
    transform: rotate(-45deg) translate(4px, -4px) scale(1.05);
}

.msb-map-card:hover strong,
.msb-map-card:focus-visible strong {
    background: linear-gradient(135deg, #ff7b58, #ffd66e);
    color: #07121c;
    transform: translateY(-2px);
}

.msb-map-modal {
    align-items: center;
    display: none;
    inset: 0;
    justify-content: center;
    padding: 24px;
    position: fixed;
    z-index: 100000;
}

.msb-map-modal.is-open {
    display: flex;
}

.msb-map-modal__overlay {
    background: rgba(3, 6, 10, 0.72);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    inset: 0;
    position: absolute;
}

.msb-map-modal__panel {
    background: #10151f;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    box-shadow: 0 32px 110px rgba(0, 0, 0, 0.5);
    height: min(760px, calc(100vh - 48px));
    max-width: 1080px;
    overflow: hidden;
    position: relative;
    width: min(1080px, calc(100vw - 48px));
    z-index: 1;
}

.msb-map-modal__toolbar {
    align-items: center;
    background: rgba(16, 21, 31, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    gap: 12px;
    justify-content: space-between;
    left: 0;
    padding: 14px 58px 14px 18px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.msb-map-modal__toolbar span {
    color: #fff8eb;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.msb-map-modal__toolbar a {
    background: #0b67e9;
    border-radius: 999px;
    color: #fff;
    flex: 0 0 auto;
    font-weight: 900;
    padding: 10px 14px;
    text-decoration: none;
}

.msb-map-modal__close {
    align-items: center;
    background: #ffffff;
    border: 0;
    border-radius: 999px;
    color: #07121c;
    cursor: pointer;
    display: inline-flex;
    font-size: 2rem;
    height: 52px;
    justify-content: center;
    line-height: 1;
    padding: 0 0 4px;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 52px;
    z-index: 3;
}

.msb-map-modal iframe {
    background: #d7f5e4;
    border: 0;
    height: 100%;
    width: 100%;
}

body.msb-map-open {
    overflow: hidden;
}

@media (max-width: 760px) {
    .msb-map-block {
        border-radius: 22px;
        grid-template-columns: 1fr;
        padding: 14px;
    }

    .msb-map-block__copy h2 {
        font-size: clamp(1.65rem, 8vw, 2.35rem);
    }

    .msb-map-card {
        border-radius: 16px;
        min-height: 190px;
    }

    .msb-map-modal {
        padding: 10px;
    }

    .msb-map-modal__panel {
        border-radius: 18px;
        height: calc(100vh - 20px);
        width: calc(100vw - 20px);
    }

    .msb-map-modal__toolbar {
        align-items: flex-start;
        flex-direction: column;
        padding: 12px 56px 12px 12px;
    }

    .msb-map-modal__toolbar a {
        padding: 9px 12px;
    }

    .msb-map-modal__close {
        height: 44px;
        width: 44px;
    }
}

/* Google reviews block */
.msb-google-reviews {
    background:
        radial-gradient(circle at 90% 0%, rgba(255, 214, 110, 0.11), transparent 34%),
        linear-gradient(145deg, rgba(18, 23, 34, 0.98), rgba(8, 12, 20, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 30px;
    box-shadow: 0 26px 82px rgba(0, 0, 0, 0.24);
    color: #f8f5ec;
    margin: clamp(26px, 5vw, 58px) 0;
    padding: clamp(18px, 4vw, 34px);
}

.msb-google-reviews__head {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 24px;
}

.msb-google-reviews__head h2 {
    color: #fff8eb;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 3.3rem);
    font-weight: 500;
    line-height: 1;
    margin: 10px 0 0;
}

.msb-google-reviews__write,
.msb-google-reviews__more {
    align-items: center;
    background: #0b67e9;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    text-decoration: none;
    transition: transform 180ms ease, background 180ms ease;
    white-space: nowrap;
}

.msb-google-reviews__write:hover,
.msb-google-reviews__write:focus-visible,
.msb-google-reviews__more:hover,
.msb-google-reviews__more:focus-visible {
    background: linear-gradient(135deg, #ff7b58, #ffd66e);
    color: #07121c;
    transform: translateY(-2px);
}

.msb-google-reviews__summary {
    display: grid;
    gap: 18px;
    grid-template-columns: 220px minmax(0, 1fr);
    margin-bottom: 22px;
}

.msb-google-reviews__score {
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 20px;
    padding: 20px;
}

.msb-google-reviews__score strong {
    color: #fff8eb;
    display: block;
    font-size: clamp(3rem, 7vw, 4.7rem);
    line-height: 0.9;
}

.msb-google-reviews__score span {
    color: #f1be5f;
    display: block;
    font-size: 1.05rem;
    letter-spacing: 0.04em;
    margin-top: 12px;
}

.msb-google-reviews__score small {
    color: rgba(218, 224, 234, 0.68);
    display: block;
    font-weight: 800;
    margin-top: 4px;
}

.msb-google-reviews__bars {
    align-self: center;
    display: grid;
    gap: 10px;
}

.msb-google-reviews__bars div {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: 90px minmax(0, 1fr);
}

.msb-google-reviews__bars span {
    color: rgba(218, 224, 234, 0.72);
    font-size: 0.86rem;
    font-weight: 800;
}

.msb-google-reviews__bars i {
    background: rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    display: block;
    height: 10px;
    overflow: hidden;
    position: relative;
}

.msb-google-reviews__bars i::before {
    background: linear-gradient(90deg, #f1be5f, #ffd66e);
    border-radius: inherit;
    content: "";
    inset: 0 auto 0 0;
    position: absolute;
    width: var(--msb-review-bar, 0%);
}

.msb-google-reviews__list {
    display: grid;
    gap: 14px;
}

.msb-google-review {
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 20px;
    display: grid;
    gap: 14px;
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 16px;
}

.msb-google-review__avatar {
    align-items: center;
    background: linear-gradient(135deg, #21b6d7, #f1be5f);
    border-radius: 50%;
    display: flex;
    height: 48px;
    justify-content: center;
    overflow: hidden;
    width: 48px;
}

.msb-google-review__avatar img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.msb-google-review__avatar span {
    color: #07121c;
    font-weight: 950;
}

.msb-google-review header {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.msb-google-review header strong {
    color: #fff8eb;
    font-weight: 900;
}

.msb-google-review header span {
    color: #f1be5f;
    font-size: 1.35rem;
    font-weight: 900;
}

.msb-google-review small {
    color: rgba(218, 224, 234, 0.62);
    display: block;
    font-weight: 800;
    margin-top: 2px;
}

.msb-google-review p,
.msb-google-reviews__empty p {
    color: rgba(248, 245, 236, 0.82);
    line-height: 1.65;
    margin: 10px 0 0;
}

.msb-google-reviews__empty {
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 18px;
    padding: 16px;
}

.msb-google-reviews__more {
    margin-top: 18px;
}

@media (max-width: 760px) {
    .msb-google-reviews {
        border-radius: 22px;
        padding: 16px;
    }

    .msb-google-reviews__head {
        align-items: stretch;
        flex-direction: column;
    }

    .msb-google-reviews__write,
    .msb-google-reviews__more {
        width: 100%;
    }

    .msb-google-reviews__summary {
        grid-template-columns: 1fr;
    }

    .msb-google-reviews__bars div {
        grid-template-columns: 78px minmax(0, 1fr);
    }

    .msb-google-review {
        grid-template-columns: 40px minmax(0, 1fr);
        padding: 13px;
    }

    .msb-google-review__avatar {
        height: 40px;
        width: 40px;
    }
}

/* Caribbean reserve CTA priority skin */
.msb-reserve-submit,
.msb-single--cinema .msb-reserve-submit {
    align-items: center !important;
    background:
        linear-gradient(135deg, #ff7658 0%, #ffad5f 42%, #ffe071 100%) !important;
    border: 0 !important;
    border-radius: 999px !important;
    box-shadow: 0 20px 48px rgba(255, 125, 88, 0.24), 0 0 0 1px rgba(255, 255, 255, 0.12) inset !important;
    color: #06131a !important;
    display: inline-flex !important;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: clamp(0.9rem, 2.4vw, 1.02rem) !important;
    font-weight: 950 !important;
    gap: 8px !important;
    justify-content: center !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    min-height: 56px !important;
    overflow: hidden !important;
    padding: 0 22px !important;
    position: relative !important;
    text-shadow: none !important;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease !important;
    width: 100% !important;
}

.msb-reserve-submit::before,
.msb-single--cinema .msb-reserve-submit::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
    content: "";
    inset: 0 auto 0 -42%;
    position: absolute;
    transform: skewX(-18deg);
    transition: left 420ms ease;
    width: 34%;
}

.msb-reserve-submit span,
.msb-single--cinema .msb-reserve-submit span {
    display: inline-flex !important;
    font-size: 1.18em !important;
    line-height: 1 !important;
    transform: translateY(-1px) rotate(-6deg);
    transition: transform 180ms ease;
}

.msb-reserve-submit:hover,
.msb-reserve-submit:focus-visible,
.msb-single--cinema .msb-reserve-submit:hover,
.msb-single--cinema .msb-reserve-submit:focus-visible {
    background:
        linear-gradient(135deg, #15c8d4 0%, #22d7b6 46%, #fff06f 100%) !important;
    box-shadow: 0 24px 58px rgba(21, 200, 212, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.18) inset !important;
    color: #041016 !important;
    transform: translateY(-3px) scale(1.015) !important;
}

.msb-reserve-submit:hover::before,
.msb-reserve-submit:focus-visible::before,
.msb-single--cinema .msb-reserve-submit:hover::before,
.msb-single--cinema .msb-reserve-submit:focus-visible::before {
    left: 118%;
}

.msb-reserve-submit:hover span,
.msb-reserve-submit:focus-visible span,
.msb-single--cinema .msb-reserve-submit:hover span,
.msb-single--cinema .msb-reserve-submit:focus-visible span {
    transform: translateY(-2px) rotate(8deg) scale(1.15);
}

@media (max-width: 640px) {
    .msb-reserve-submit,
    .msb-single--cinema .msb-reserve-submit {
        min-height: 52px !important;
        padding-inline: 14px !important;
    }
}

/* Hide empty legacy reservation form shell under the premium reserve panel */
.msb-booking-engine .msb-legacy-booking-engine .smb-reserva-form {
    display: none !important;
}

/* Caribbean room selection CTA */
.msb-room-card [data-msb-room-select],
.msb-single--cinema .msb-room-card [data-msb-room-select] {
    align-items: center !important;
    background:
        linear-gradient(135deg, #ff7658 0%, #ffad5f 42%, #ffe071 100%) !important;
    border: 0 !important;
    border-radius: 999px !important;
    box-shadow: 0 18px 42px rgba(255, 125, 88, 0.24), 0 0 0 1px rgba(255, 255, 255, 0.12) inset !important;
    color: #06131a !important;
    display: inline-flex !important;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-weight: 950 !important;
    gap: 8px !important;
    justify-content: center !important;
    min-height: 48px !important;
    overflow: hidden !important;
    position: relative !important;
    text-shadow: none !important;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease !important;
    width: 100% !important;
}

.msb-room-card [data-msb-room-select]::before,
.msb-single--cinema .msb-room-card [data-msb-room-select]::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
    content: "";
    inset: 0 auto 0 -42%;
    position: absolute;
    transform: skewX(-18deg);
    transition: left 420ms ease;
    width: 34%;
}

.msb-room-card [data-msb-room-select] span,
.msb-single--cinema .msb-room-card [data-msb-room-select] span {
    display: inline-flex !important;
    font-size: 1.12em !important;
    line-height: 1 !important;
    transform: translateY(-1px) rotate(-6deg);
    transition: transform 180ms ease;
}

.msb-room-card [data-msb-room-select]:hover,
.msb-room-card [data-msb-room-select]:focus-visible,
.msb-single--cinema .msb-room-card [data-msb-room-select]:hover,
.msb-single--cinema .msb-room-card [data-msb-room-select]:focus-visible {
    background:
        linear-gradient(135deg, #15c8d4 0%, #22d7b6 46%, #fff06f 100%) !important;
    box-shadow: 0 22px 52px rgba(21, 200, 212, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.18) inset !important;
    color: #041016 !important;
    transform: translateY(-3px) scale(1.015) !important;
}

.msb-room-card [data-msb-room-select]:hover::before,
.msb-room-card [data-msb-room-select]:focus-visible::before,
.msb-single--cinema .msb-room-card [data-msb-room-select]:hover::before,
.msb-single--cinema .msb-room-card [data-msb-room-select]:focus-visible::before {
    left: 118%;
}

.msb-room-card [data-msb-room-select]:hover span,
.msb-room-card [data-msb-room-select]:focus-visible span,
.msb-single--cinema .msb-room-card [data-msb-room-select]:hover span,
.msb-single--cinema .msb-room-card [data-msb-room-select]:focus-visible span {
    transform: translateY(-2px) rotate(8deg) scale(1.15);
}

.msb-room-card [data-msb-room-select].is-selected,
.msb-single--cinema .msb-room-card [data-msb-room-select].is-selected {
    background: linear-gradient(135deg, #086a73 0%, #12b4b2 100%) !important;
    box-shadow: 0 18px 42px rgba(18, 180, 178, 0.22), 0 0 0 1px rgba(255, 255, 255, 0.14) inset !important;
    color: #ffffff !important;
}

/* Habitaciones seleccionadas como burbujas independientes */
.msb-single--cinema .msb-booking-engine__title {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 12px;
}

.msb-selected-room,
.msb-single--cinema .msb-selected-room {
    align-items: flex-start !important;
    display: grid !important;
    flex: 1 1 430px !important;
    gap: 8px !important;
    justify-content: start !important;
    max-width: 100% !important;
    overflow: visible !important;
    padding: 8px !important;
    white-space: normal !important;
}

.msb-selected-room > span,
.msb-single--cinema .msb-selected-room > span {
    line-height: 1.1 !important;
    white-space: normal !important;
}

.msb-selected-room > strong,
.msb-single--cinema .msb-selected-room > strong {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    max-width: 100% !important;
    overflow: visible !important;
    text-align: left !important;
    text-overflow: clip !important;
    white-space: normal !important;
    width: 100% !important;
}

.msb-selected-room__chip {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
        rgba(8, 15, 26, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    display: inline-grid;
    gap: 1px;
    min-width: min(150px, 100%);
    padding: 6px 9px;
}

.msb-selected-room__chip b,
.msb-single--cinema .msb-selected-room__chip b {
    color: rgba(255, 248, 235, 0.88);
    font-size: 10px;
    line-height: 1.1;
}

.msb-selected-room__chip small,
.msb-single--cinema .msb-selected-room__chip small {
    color: rgba(255, 211, 107, 0.72);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.15;
    text-transform: uppercase;
}

@media (max-width: 760px) {
    .msb-single--cinema .msb-booking-engine__title {
        display: grid;
        grid-template-columns: 1fr;
    }

    .msb-selected-room,
    .msb-single--cinema .msb-selected-room {
        flex-basis: 100% !important;
        width: 100% !important;
    }

    .msb-selected-room__chip {
        flex: 1 1 100%;
        min-width: 0;
        width: 100%;
    }
}

/* Marcellus editorial typography */
.msb-shell,
.msb-shell p,
.msb-shell .msb-logo,
.msb-shell .msb-result-card p,
.msb-shell .msb-room-detail__copy p,
.msb-shell .msb-home-room-card__copy,
.msb-shell .msb-map-card__body,
.msb-shell .msb-google-review-card {
    font-family: "Marcellus", Georgia, "Times New Roman", serif !important;
}

.msb-shell h1,
.msb-shell h2,
.msb-shell h3,
.msb-shell .msb-logo strong,
.msb-shell .msb-room-card h3,
.msb-shell .msb-result-card h2,
.msb-shell .msb-home-room-card h3,
.msb-shell .msb-booking-engine__head h2,
.msb-shell .msb-modal h2 {
    font-family: "Marcellus", Georgia, "Times New Roman", serif !important;
    font-weight: 400;
    letter-spacing: 0;
}

.msb-shell .msb-kicker,
.msb-shell .msb-feature-grid--cinema h2,
.msb-shell .msb-feature-grid--cinema span {
    font-family: "Marcellus SC", "Marcellus", Georgia, "Times New Roman", serif !important;
}

/* Dark premium reserve summary modal */
.msb-summary-modal {
    background:
        radial-gradient(circle at 18% 10%, rgba(255, 122, 88, 0.16), transparent 30%),
        radial-gradient(circle at 92% 0%, rgba(34, 215, 182, 0.14), transparent 34%),
        rgba(2, 6, 12, 0.76) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
}

.msb-summary-modal__panel {
    background:
        linear-gradient(150deg, rgba(20, 24, 36, 0.98), rgba(9, 12, 21, 0.99)),
        #0b101b !important;
    border: 1px solid rgba(255, 213, 109, 0.18) !important;
    border-radius: 26px !important;
    box-shadow:
        0 34px 90px rgba(0, 0, 0, 0.56),
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 0 0 1px rgba(34, 215, 182, 0.08) !important;
    color: #fff8eb !important;
    overflow: hidden !important;
    position: relative !important;
}

.msb-summary-modal__panel::before {
    background:
        radial-gradient(circle at 0% 0%, rgba(255, 213, 109, 0.15), transparent 28%),
        radial-gradient(circle at 100% 16%, rgba(34, 215, 182, 0.12), transparent 34%),
        linear-gradient(120deg, rgba(255, 122, 88, 0.08), transparent 42%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.msb-summary-modal__panel > * {
    position: relative;
    z-index: 1;
}

.msb-summary-modal__panel .msb-kicker {
    color: #ffd36b !important;
    font-family: Inter, Arial, sans-serif !important;
    text-shadow: 0 0 18px rgba(255, 211, 107, 0.18);
}

.msb-summary-modal__panel h3 {
    color: #fff8eb !important;
    font-family: "Marcellus", Georgia, "Times New Roman", serif !important;
    font-size: clamp(1.7rem, 4vw, 2.45rem) !important;
    font-weight: 400 !important;
}

.msb-summary-modal__close {
    background: rgba(255, 255, 255, 0.07) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 12px !important;
    color: #fff8eb !important;
}

.msb-summary-modal__close:hover,
.msb-summary-modal__close:focus-visible,
.msb-summary-modal__close:active {
    background: rgba(34, 215, 182, 0.16) !important;
    border-color: rgba(34, 215, 182, 0.32) !important;
    color: #ffffff !important;
}

.msb-summary-modal__body,
.msb-thanks-summary {
    background: rgba(255, 255, 255, 0.035) !important;
    border: 1px solid rgba(255, 213, 109, 0.12) !important;
    border-radius: 16px !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    overflow: hidden;
}

.msb-summary-modal__row {
    align-items: center !important;
    border-color: rgba(255, 213, 109, 0.1) !important;
    padding: 13px 14px !important;
}

.msb-summary-modal__row + .msb-summary-modal__row,
.msb-thanks-grid,
.msb-thanks-cell + .msb-thanks-cell {
    border-color: rgba(255, 213, 109, 0.1) !important;
}

.msb-summary-modal__row span,
.msb-thanks-cell span,
.msb-guest-confirm span,
.msb-guest-form label span {
    color: rgba(255, 211, 107, 0.78) !important;
    font-family: Inter, Arial, sans-serif !important;
}

.msb-summary-modal__row strong,
.msb-thanks-cell strong,
.msb-guest-confirm strong {
    color: #fff8eb !important;
}

.msb-thanks-step__intro,
.msb-guest-confirm small {
    color: rgba(232, 240, 235, 0.74) !important;
}

.msb-guest-confirm,
.msb-guest-form input,
.msb-guest-form select {
    background: rgba(255, 255, 255, 0.045) !important;
    border-color: rgba(255, 213, 109, 0.16) !important;
    color: #fff8eb !important;
}

.msb-summary-modal__actions .msb-btn {
    background: linear-gradient(135deg, #ff7658 0%, #ffad5f 44%, #ffe071 100%) !important;
    border: 0 !important;
    border-radius: 14px !important;
    box-shadow: 0 18px 42px rgba(255, 122, 88, 0.2) !important;
    color: #06131a !important;
    font-family: Inter, Arial, sans-serif !important;
    font-weight: 950 !important;
}

.msb-summary-modal__actions .msb-btn:hover,
.msb-summary-modal__actions .msb-btn:focus-visible {
    background: linear-gradient(135deg, #15c8d4 0%, #22d7b6 48%, #fff06f 100%) !important;
    box-shadow: 0 22px 52px rgba(34, 215, 182, 0.22) !important;
    transform: translateY(-2px) !important;
}

.msb-summary-modal__ghost {
    background: rgba(255, 255, 255, 0.045) !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
    border-radius: 14px !important;
    color: #fff8eb !important;
}

.msb-summary-modal__ghost:hover,
.msb-summary-modal__ghost:focus-visible {
    background: rgba(34, 215, 182, 0.11) !important;
    border-color: rgba(34, 215, 182, 0.28) !important;
    color: #ffffff !important;
}

@media (max-width: 640px) {
    .msb-summary-modal__panel {
        border-radius: 20px !important;
    }

    .msb-summary-modal__row {
        gap: 8px !important;
        grid-template-columns: 1fr !important;
    }

    .msb-summary-modal__row strong {
        text-align: left !important;
    }
}

/* Final reserve flow tone: graphite premium with clear gray surfaces */
.msb-summary-modal.is-open {
    background:
        radial-gradient(circle at 16% 12%, rgba(255, 184, 104, 0.18), transparent 28%),
        radial-gradient(circle at 92% 8%, rgba(34, 215, 182, 0.16), transparent 34%),
        rgba(7, 12, 18, 0.78) !important;
}

.msb-summary-modal__panel {
    background:
        linear-gradient(145deg, #343a3f 0%, #252b31 48%, #1e242b 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    box-shadow:
        0 32px 80px rgba(0, 0, 0, 0.48),
        inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

.msb-summary-modal__panel::before {
    background:
        linear-gradient(135deg, rgba(255, 213, 109, 0.12), transparent 34%),
        radial-gradient(circle at 100% 0%, rgba(34, 215, 182, 0.14), transparent 30%) !important;
}

.msb-summary-modal__panel h3 {
    color: #fff7e8 !important;
}

.msb-summary-modal__panel .msb-kicker,
.msb-summary-modal__row span,
.msb-thanks-cell span,
.msb-guest-confirm span,
.msb-guest-form label span {
    color: #f5c66d !important;
}

.msb-summary-modal__body,
.msb-thanks-summary,
.msb-guest-confirm {
    background: #e7e2d8 !important;
    border: 1px solid rgba(255, 255, 255, 0.52) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.44) !important;
}

.msb-summary-modal__row,
.msb-thanks-grid,
.msb-thanks-cell + .msb-thanks-cell {
    border-color: rgba(47, 57, 62, 0.12) !important;
}

.msb-summary-modal__row span,
.msb-thanks-cell span,
.msb-guest-confirm span {
    color: rgba(38, 50, 52, 0.62) !important;
}

.msb-summary-modal__row strong,
.msb-thanks-cell strong,
.msb-guest-confirm strong {
    color: #0f3033 !important;
}

.msb-thanks-step__intro,
.msb-guest-confirm small {
    color: rgba(231, 236, 232, 0.86) !important;
}

.msb-guest-form input,
.msb-guest-form select {
    background: #ece8df !important;
    border: 1px solid rgba(255, 255, 255, 0.58) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.56),
        0 8px 18px rgba(0, 0, 0, 0.08) !important;
    color: #102b2e !important;
}

.msb-guest-form input:focus,
.msb-guest-form select:focus {
    background: #f4f1ea !important;
    border-color: rgba(34, 215, 182, 0.5) !important;
    box-shadow:
        0 0 0 3px rgba(34, 215, 182, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.64) !important;
}

.msb-summary-modal__close {
    background: #e7e2d8 !important;
    border-color: rgba(255, 255, 255, 0.46) !important;
    color: #102b2e !important;
}

.msb-summary-modal__actions .msb-btn {
    background: linear-gradient(135deg, #ff7658 0%, #ffad5f 42%, #ffe071 100%) !important;
    color: #06131a !important;
}

.msb-summary-modal__ghost {
    background: #e7e2d8 !important;
    border-color: rgba(255, 255, 255, 0.52) !important;
    color: #102b2e !important;
}

.msb-summary-modal__ghost:hover,
.msb-summary-modal__ghost:focus-visible {
    background: #f3efe6 !important;
    color: #0d3637 !important;
}

/* ============================================================
   MEJORAS VISUALES HOME — PLAYAS DE MOÑITOS
   ============================================================ */

/* Hero: pill de ubicación más visible y tropical */
.msb-home--palmera .msb-location-pill {
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.54);
    color: #fffde8;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    backdrop-filter: blur(8px);
}

/* Hero h1: sombra más cálida tipo sol caribeño */
.msb-home--palmera .msb-hero h1 {
    text-shadow:
        0 4px 32px rgba(255, 140, 60, 0.22),
        0 18px 60px rgba(4, 54, 73, 0.32);
}

/* Hero em: acento dorado-coral para la palabra destacada */
.msb-home--palmera .msb-hero h1 em {
    color: #ffe47a;
    font-style: normal;
}

/* Signal card: fondo más opaco con borde más visible */
.msb-home--palmera .msb-hero__signal {
    background:
        linear-gradient(145deg, rgba(255, 245, 220, 0.22), rgba(255, 220, 160, 0.08)),
        rgba(3, 28, 34, 0.38);
    border: 1px solid rgba(255, 230, 160, 0.32);
    backdrop-filter: blur(18px);
}

.msb-home--palmera .msb-hero__signal span {
    color: #ffc96a;
}

.msb-home--palmera .msb-hero__signal strong {
    color: #fff8e6;
}

/* ============================================================
   SECCIÓN CABAÑAS — FONDO TROPICAL CÁLIDO
   ============================================================ */
.msb-home-rooms {
    background:
        radial-gradient(ellipse at 18% 0%, rgba(255, 160, 80, 0.14), transparent 42%),
        radial-gradient(ellipse at 84% 12%, rgba(34, 200, 180, 0.12), transparent 38%),
        linear-gradient(175deg, #0a1520 0%, #071828 48%, #040d14 100%);
}

/* Separador superior: ola de arena */
.msb-home-rooms::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg,
        rgba(255, 140, 60, 0.0) 0%,
        rgba(255, 180, 80, 0.7) 28%,
        rgba(255, 210, 100, 0.9) 50%,
        rgba(255, 180, 80, 0.7) 72%,
        rgba(255, 140, 60, 0.0) 100%);
    pointer-events: none;
}

.msb-home-rooms__head .msb-kicker {
    color: #ffb45b;
    font-size: 0.76rem;
    letter-spacing: 0.2em;
}

.msb-home-rooms__head h2 {
    background: linear-gradient(110deg, #fff8eb 0%, #ffe2a0 60%, #ffb45b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 680px;
}

.msb-home-rooms__head p {
    color: rgba(220, 232, 242, 0.78);
    font-size: 1.08rem;
    line-height: 1.72;
}

/* Cards de cabañas: aspecto más cálido y menos oscuro */
.msb-home-room-card {
    background: linear-gradient(170deg, #12202e, #0b1622);
    border: 1px solid rgba(255, 200, 120, 0.12);
    border-radius: 32px;
    box-shadow:
        0 28px 80px rgba(0, 0, 0, 0.32),
        inset 0 1px 0 rgba(255, 230, 160, 0.06);
    transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.msb-home-room-card:hover {
    border-color: rgba(255, 190, 100, 0.24);
    box-shadow:
        0 36px 100px rgba(0, 0, 0, 0.38),
        0 0 0 1px rgba(255, 190, 100, 0.14),
        inset 0 1px 0 rgba(255, 230, 160, 0.08);
    transform: translateY(-4px);
}

/* Imagen de cabaña: gradiente tropical más cálido */
.msb-home-room-card__image {
    background:
        radial-gradient(ellipse at 68% 18%, rgba(255, 200, 100, 0.42), transparent 32%),
        radial-gradient(ellipse at 22% 74%, rgba(34, 190, 170, 0.28), transparent 38%),
        linear-gradient(155deg, #1a3a52 0%, #0e2438 48%, #071422 100%);
    min-height: clamp(280px, 34vw, 440px);
}

/* Badge "Destacada" / "N disponibles" */
.msb-home-room-card__image span {
    background: rgba(255, 180, 60, 0.18);
    border: 1px solid rgba(255, 200, 100, 0.38);
    color: #ffe6a0;
    backdrop-filter: blur(10px);
    font-size: 0.7rem;
    font-weight: 900;
    left: 18px;
    letter-spacing: 0.14em;
    padding: 7px 14px;
    position: absolute;
    text-transform: uppercase;
    top: 18px;
    z-index: 1;
    border-radius: 999px;
}

/* Badge "Destacada" en color coral especial */
.msb-home-room-card:first-child .msb-home-room-card__image span {
    background: rgba(255, 120, 70, 0.22);
    border-color: rgba(255, 150, 90, 0.42);
    color: #ffcfaa;
}

.msb-home-room-card__body small {
    color: rgba(255, 200, 130, 0.7);
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.msb-home-room-card h3 {
    color: #fff8eb;
    font-size: clamp(1.55rem, 2.8vw, 2.2rem);
}

.msb-home-room-card__meta {
    border-color: rgba(255, 200, 120, 0.1);
}

.msb-home-room-card__meta strong {
    color: rgba(240, 230, 210, 0.86);
    font-size: 0.88rem;
}

.msb-home-room-card__footer p {
    font-size: 1.28rem;
}

/* Botón Ver en tarjeta: acento cálido al hover */
.msb-home-room-card__footer .msb-btn {
    border-color: rgba(255, 200, 100, 0.24);
    color: #ffe8a6;
    min-height: 46px;
    transition: background 200ms ease, border-color 200ms ease, color 200ms ease;
}

.msb-home-room-card__footer .msb-btn:hover {
    background: rgba(255, 180, 80, 0.14);
    border-color: rgba(255, 200, 100, 0.52);
    color: #fff3cc;
}

/* ============================================================
   CINEMA STRIP — 5 COLUMNAS
   ============================================================ */
.msb-home--palmera .msb-cinema-strip {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    background:
        linear-gradient(135deg, rgba(6, 42, 48, 0.78), rgba(4, 28, 34, 0.88));
    border: 1px solid rgba(255, 210, 140, 0.16);
    box-shadow:
        0 22px 60px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 220, 140, 0.08);
}

.msb-home--palmera .msb-cinema-strip > * + * {
    border-left: 1px solid rgba(255, 210, 140, 0.1);
}

.msb-home--palmera .msb-cinema-strip strong {
    color: #ffe8a0;
    font-size: 0.86rem;
    letter-spacing: 0.14em;
}

.msb-home--palmera .msb-cinema-strip span {
    color: rgba(220, 245, 240, 0.78);
    font-size: 0.72rem;
    font-weight: 700;
}

@media (max-width: 640px) {
    .msb-home--palmera .msb-cinema-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .msb-home--palmera .msb-cinema-strip > *:nth-child(4),
    .msb-home--palmera .msb-cinema-strip > *:nth-child(5) {
        display: none;
    }
}

/* ============================================================
   STORY SCENE — PASOS CON ACENTO CARIBE
   ============================================================ */
.msb-home--palmera .msb-story-scene__copy h2 {
    color: #fff5df;
    font-size: clamp(2rem, 4.5vw, 4.2rem);
}

.msb-home--palmera .msb-story-scene__path article {
    background:
        linear-gradient(135deg, rgba(255, 240, 200, 0.12), rgba(255, 240, 200, 0.04));
    border: 1px solid rgba(255, 210, 130, 0.18);
    border-radius: 20px;
    padding: clamp(18px, 2.8vw, 32px);
    transition: background 200ms ease, border-color 200ms ease, transform 200ms ease;
}

.msb-home--palmera .msb-story-scene__path article:hover {
    background:
        linear-gradient(135deg, rgba(255, 210, 140, 0.18), rgba(255, 210, 140, 0.07));
    border-color: rgba(255, 190, 100, 0.34);
    transform: translateX(4px);
}

.msb-home--palmera .msb-story-scene__path article > span {
    color: #ffb45b;
    font-size: 1.65rem;
    font-weight: 900;
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: 0;
    margin-bottom: 6px;
    display: block;
    line-height: 1;
}

.msb-home--palmera .msb-story-scene__path article strong {
    color: #fff5e0;
    display: block;
    font-size: 1.08rem;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    margin-bottom: 6px;
}

.msb-home--palmera .msb-story-scene__path p {
    color: rgba(220, 238, 235, 0.72);
    font-size: 0.94rem;
    line-height: 1.5;
    margin: 0;
}

/* ============================================================
   FEATURE GRID — BLOQUES CON IDENTIDAD TROPICAL
   ============================================================ */
.msb-home--palmera .msb-feature-grid--cinema article::after {
    background: linear-gradient(90deg,
        transparent,
        rgba(0, 140, 130, 0.55),
        rgba(255, 160, 70, 0.4),
        transparent);
    height: 3px;
}

/* Cada artículo con su propio acento de color en la barra superior */
.msb-home--palmera .msb-feature-grid--cinema article:nth-child(1)::after {
    background: linear-gradient(90deg,
        transparent,
        rgba(34, 190, 160, 0.6),
        rgba(34, 210, 190, 0.8),
        transparent);
}

.msb-home--palmera .msb-feature-grid--cinema article:nth-child(2)::after {
    background: linear-gradient(90deg,
        transparent,
        rgba(30, 170, 210, 0.6),
        rgba(60, 200, 230, 0.8),
        transparent);
}

.msb-home--palmera .msb-feature-grid--cinema article:nth-child(3)::after {
    background: linear-gradient(90deg,
        transparent,
        rgba(255, 150, 60, 0.55),
        rgba(255, 190, 80, 0.8),
        transparent);
}

/* Ícono decorativo por artículo (emoji accesible con aria-hidden en HTML) */
.msb-feature-grid--cinema .msb-kicker {
    color: #0a7f7e;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
}

.msb-home--palmera .msb-feature-grid--cinema h2 {
    font-size: clamp(1.35rem, 2vw, 2rem);
    max-width: 14ch;
    margin-bottom: 14px;
    color: #2e3a38;
}

.msb-home--palmera .msb-feature-grid--cinema p {
    font-size: clamp(0.98rem, 1.18vw, 1.1rem);
    line-height: 1.55;
    color: rgba(48, 56, 54, 0.88);
}

/* Número decorativo en esquina de cada artículo */
.msb-home--palmera .msb-feature-grid--cinema article {
    counter-increment: feature-card;
    position: relative;
}

/* ============================================================
   CONTACT SCENE — FONDO MÁS DRAMÁTICO CON OLA
   ============================================================ */
.msb-home--palmera .msb-contact-scene {
    background:
        linear-gradient(130deg, rgba(6, 72, 74, 0.92) 0%, rgba(4, 28, 36, 0.96) 100%),
        var(--msb-home-hero-image, linear-gradient(145deg, #0b7f80, #052d35));
    border: 1px solid rgba(255, 215, 140, 0.18);
    box-shadow:
        0 32px 110px rgba(2, 16, 20, 0.38),
        inset 0 1px 0 rgba(255, 240, 180, 0.08);
}

/* Separador de ola en la parte superior del bloque de contacto */
.msb-home--palmera .msb-contact-scene::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg,
        transparent,
        rgba(255, 190, 80, 0.6),
        rgba(255, 220, 100, 0.9),
        rgba(255, 190, 80, 0.6),
        transparent);
    border-radius: 4px 4px 0 0;
    pointer-events: none;
}

.msb-home--palmera .msb-contact-scene h2 {
    color: #fff5dd;
    font-size: clamp(2rem, 4vw, 3.8rem);
    max-width: 580px;
    line-height: 1.05;
}

.msb-home--palmera .msb-contact-scene p {
    color: rgba(230, 248, 244, 0.84);
    max-width: 600px;
}

.msb-home--palmera .msb-contact-scene__list li {
    color: rgba(248, 250, 246, 0.92);
}

.msb-home--palmera .msb-contact-scene__list li::before {
    background: linear-gradient(135deg, #ff9a52, #ffe06a);
}

/* Botones en contact scene */
.msb-home--palmera .msb-contact-scene .msb-btn--gradient {
    background: linear-gradient(110deg, #ff7a46 0%, #ffb648 50%, #ffe46a 100%);
    color: #1a1200;
    box-shadow: 0 18px 44px rgba(255, 140, 60, 0.32);
    font-weight: 900;
}

.msb-home--palmera .msb-contact-scene .msb-btn--ghost {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 240, 180, 0.28);
    color: #ffe8a6;
}

.msb-home--palmera .msb-contact-scene .msb-btn--ghost:hover {
    background: rgba(255, 240, 180, 0.14);
    border-color: rgba(255, 220, 130, 0.48);
}

/* ============================================================
   TOPBAR NAV — AJUSTE ACTIVOS HOVER
   ============================================================ */
.msb-home--palmera .msb-topbar__cta {
    background: linear-gradient(110deg, #ff7a46, #ffb648, #ffe46a);
    border-color: transparent;
    color: #1a1200;
    font-weight: 900;
    box-shadow: 0 12px 32px rgba(255, 130, 60, 0.28);
}

.msb-home--palmera .msb-topbar__cta:hover {
    box-shadow: 0 18px 44px rgba(255, 130, 60, 0.38);
}

/* ============================================================
   RESPONSIVE — AJUSTES MÓVIL
   ============================================================ */
@media (max-width: 980px) {
    .msb-home-rooms__grid {
        grid-template-columns: 1fr;
        max-width: 560px;
    }

    .msb-home--palmera .msb-feature-grid--cinema {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .msb-home-room-card__image {
        min-height: 240px;
    }

    .msb-home--palmera .msb-contact-scene h2 {
        font-size: clamp(1.75rem, 7vw, 2.8rem);
    }
}

/* ============================================================
   ROOM CARD IMAGE — CARRUSEL AUTOMÁTICO
   ============================================================ */

/* El contenedor ya tiene position:relative por el ::after,
   pero necesitamos overflow:hidden para el carrusel */
.msb-home-room-card__image {
    overflow: hidden;
    position: relative;
}

/* Las slides del carrusel dentro de la room card */
.msb-home-room-card__image .msb-card-carousel__slide {
    inset: 0;
    position: absolute;
}

.msb-home-room-card__image .msb-card-carousel__slide img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

/* Overlay de gradiente: z-index mayor que los slides (z:1) */
.msb-home-room-card__image::after {
    z-index: 2;
}

/* Badge "Destacada / N disponibles": encima del overlay */
.msb-home-room-card__badge {
    background: rgba(255, 180, 60, 0.18);
    border: 1px solid rgba(255, 200, 100, 0.38);
    border-radius: 999px;
    color: #ffe6a0;
    backdrop-filter: blur(10px);
    font-size: 0.7rem;
    font-weight: 900;
    left: 18px;
    letter-spacing: 0.14em;
    padding: 7px 14px;
    position: absolute;
    text-transform: uppercase;
    top: 18px;
    z-index: 3;
}

.msb-home-room-card:first-child .msb-home-room-card__badge {
    background: rgba(255, 120, 70, 0.22);
    border-color: rgba(255, 150, 90, 0.42);
    color: #ffcfaa;
}

/* Cuando la room card image tiene el atributo carrusel,
   eliminar el background estático (ahora vienen las imgs) */
.msb-home-room-card__image[data-msb-card-carousel] {
    background: linear-gradient(155deg, #1a3a52 0%, #0e2438 48%, #071422 100%);
}

/* ============================================================
   SECCIÓN CABAÑAS (ALOJAMIENTOS) EN LA HOME
   ============================================================ */
.msb-home-stays {
    background:
        radial-gradient(ellipse at 82% 0%, rgba(255, 160, 80, 0.10), transparent 40%),
        radial-gradient(ellipse at 12% 18%, rgba(34, 200, 180, 0.10), transparent 36%),
        linear-gradient(175deg, #040d14 0%, #071828 60%, #040d14 100%);
    margin: 0 calc(clamp(28px, 5vw, 72px) * -1);
    padding: clamp(64px, 9vw, 110px) clamp(18px, 4vw, 44px) clamp(48px, 7vw, 84px);
    position: relative;
    z-index: 1;
}

/* Línea dorada separadora en el tope */
.msb-home-stays::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg,
        transparent,
        rgba(34, 190, 160, 0.5) 20%,
        rgba(255, 200, 100, 0.85) 50%,
        rgba(34, 190, 160, 0.5) 80%,
        transparent);
    pointer-events: none;
}

.msb-home-stays__head {
    margin: 0 auto clamp(32px, 5vw, 56px);
    max-width: 1120px;
}

.msb-home-stays__head .msb-kicker {
    color: #ffb45b;
    font-size: 0.76rem;
    letter-spacing: 0.2em;
    margin-bottom: 14px;
}

.msb-home-stays__head h2 {
    background: linear-gradient(110deg, #fff8eb 0%, #ffe2a0 60%, #ffb45b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.2rem, 4.8vw, 4.4rem);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 18px;
    max-width: 640px;
}

.msb-home-stays__head p {
    color: rgba(220, 232, 242, 0.76);
    font-size: 1.06rem;
    line-height: 1.68;
    margin: 0;
    max-width: 640px;
}

/* Grid de cabañas: 3 columnas desktop, adaptable */
.msb-home-stays__grid {
    display: grid;
    gap: clamp(20px, 3vw, 36px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1120px;
}

/* Card individual de cabaña */
.msb-home-stay-card {
    background: linear-gradient(170deg, #121f2e, #0b1520);
    border: 1px solid rgba(255, 200, 120, 0.10);
    border-radius: 28px;
    box-shadow:
        0 24px 70px rgba(0, 0, 0, 0.30),
        inset 0 1px 0 rgba(255, 230, 160, 0.05);
    overflow: hidden;
    transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.msb-home-stay-card:hover {
    border-color: rgba(255, 190, 100, 0.22);
    box-shadow:
        0 34px 90px rgba(0, 0, 0, 0.36),
        0 0 0 1px rgba(255, 190, 100, 0.12);
    transform: translateY(-5px);
}

/* Área de imagen / carrusel */
.msb-home-stay-card__media {
    min-height: clamp(220px, 28vw, 360px);
    overflow: hidden;
    position: relative;
    background:
        radial-gradient(ellipse at 68% 18%, rgba(255, 200, 100, 0.38), transparent 30%),
        linear-gradient(155deg, #1a3a52 0%, #0e2438 55%, #071422 100%);
}

/* Las slides del carrusel ocupan todo el espacio */
.msb-home-stay-card__media .msb-card-carousel__slide {
    inset: 0;
    position: absolute;
}

.msb-home-stay-card__media .msb-card-carousel__slide img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

/* Gradiente de fade abajo del carrusel */
.msb-home-stay-card__media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 40%;
    background: linear-gradient(transparent, rgba(8, 18, 32, 0.60));
    pointer-events: none;
    z-index: 2;
}

.msb-home-stay-card__media-placeholder {
    inset: 0;
    position: absolute;
}

/* Cuerpo de la card */
.msb-home-stay-card__body {
    display: grid;
    gap: 12px;
    padding: clamp(20px, 2.8vw, 30px);
}

.msb-home-stay-card__body > span {
    color: rgba(255, 190, 100, 0.82);
    display: inline-flex;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.msb-home-stay-card h3 {
    color: #fff8eb;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.35rem, 2.2vw, 1.85rem);
    font-weight: 500;
    line-height: 1.1;
    margin: 0;
}

.msb-home-stay-card p {
    color: rgba(210, 225, 235, 0.68);
    font-size: 0.92rem;
    line-height: 1.6;
    margin: 0;
    /* truncar a 3 líneas */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Meta (capacidad / habitaciones) */
.msb-home-stay-card__meta {
    border-bottom: 1px solid rgba(255, 200, 120, 0.08);
    border-top: 1px solid rgba(255, 200, 120, 0.08);
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 12px 0;
}

.msb-home-stay-card__meta strong {
    color: rgba(240, 228, 208, 0.84);
    font-size: 0.86rem;
    font-weight: 700;
}

/* Botón "Ver cabaña" */
.msb-home-stay-card .msb-btn--gradient {
    background: linear-gradient(110deg, #ff7a46 0%, #ffb648 50%, #ffe46a 100%);
    border-color: transparent;
    border-radius: 999px;
    color: #1a1200;
    font-weight: 900;
    min-height: 48px;
    width: 100%;
    box-shadow: 0 14px 36px rgba(255, 130, 60, 0.22);
}

.msb-home-stay-card .msb-btn--gradient:hover {
    box-shadow: 0 18px 46px rgba(255, 130, 60, 0.32);
}

/* Actualizamos el heading de habitaciones para diferenciarlo */
.msb-home-rooms__head .msb-kicker {
    color: rgba(100, 220, 200, 0.9);
    font-size: 0.74rem;
    letter-spacing: 0.18em;
}

.msb-home-rooms__head h2 {
    background: linear-gradient(110deg, #e8f8ff 0%, #a8e8e0 60%, #5dd4c8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Separador visual entre sección cabañas y habitaciones */
.msb-home-rooms {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 0;
}

/* ============================================================
   RESPONSIVE — CABAÑAS GRID
   ============================================================ */
@media (max-width: 1100px) {
    .msb-home-stays__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .msb-home-stays__grid {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin-inline: auto;
    }

    .msb-home-stay-card__media {
        min-height: 220px;
    }
}

/* ============================================================
   ALERTA: SIN HABITACIONES SELECCIONADAS
   Vive dentro de .msb-room-types__head, oculta por defecto
   ============================================================ */
.msb-no-room-alert {
    display: none;
}

.msb-no-room-alert.is-visible {
    align-items: flex-start;
    animation: msb-alert-slide-in 320ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
    background: rgba(255, 120, 50, 0.10);
    border: 1px solid rgba(255, 140, 70, 0.38);
    border-radius: 14px;
    display: flex;
    gap: 11px;
    margin-top: 16px;
    padding: 14px 18px;
    width: 100%;
}

.msb-no-room-alert__icon {
    color: #e07030;
    flex: 0 0 auto;
    font-size: 1.1rem;
    line-height: 1.4;
    margin-top: 1px;
}

.msb-no-room-alert p {
    color: #5a3010;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    max-width: 100%;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
}

@keyframes msb-alert-slide-in {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Separador visual: bloque reservar → habitaciones */
.msb-booking-engine + .msb-room-types {
    margin-top: 32px;
}

/* Evitar zoom automático en iOS al enfocar inputs (se dispara cuando
   font-size < 16px). touch-action:manipulation también previene el
   doble-tap zoom en los botones del calendario. */
.msb-reserve-field input,
.msb-reserve-field select,
.msb-date-pair input,
.msb-guest-form input,
.msb-guest-form select,
.msb-stepper input,
.msb-extra-stepper input,
.msb-booking-form input,
.msb-booking-form select {
    font-size: 16px !important;
    touch-action: manipulation;
}

.msb-range-day,
.msb-range-nav,
.msb-carousel-btn,
.msb-reserve-submit,
.msb-btn {
    touch-action: manipulation;
}

/* Modal portado a <body>: garantiza que quede sobre todo sin importar
   los stacking contexts creados por transform en ancestros */
body > .msb-summary-modal {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147483646 !important;
}

/* ============================================================
   MÓVIL: Botón WhatsApp siempre visible (sticky al fondo)
   ============================================================ */
@media (max-width: 640px) {
    /* Panel: altura fija = contenedor de scroll real */
    body > .msb-summary-modal .msb-summary-modal__panel {
        border-radius: 24px 24px 0 0 !important;
        height: 92svh !important;
        height: 92vh !important;          /* fallback sin svh */
        max-height: 92svh !important;
        max-height: 92vh !important;
        overflow-y: scroll !important;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        align-self: flex-end;
    }

    body > .msb-summary-modal {
        align-items: flex-end !important;
        padding: 0 !important;
    }

    /* Botón sticky al fondo del panel en el paso "gracias" */
    body > .msb-summary-modal .msb-thanks-step .msb-summary-modal__actions {
        background: linear-gradient(
            to top,
            #2a3035 0%,
            #2a3035 68%,
            transparent 100%
        );
        bottom: 0;
        margin: 0 -24px;
        padding: 28px 24px 24px;
        position: sticky;
        z-index: 2;
    }

    /* Espacio extra al final del invoice para que no quede tapado por el sticky */
    body > .msb-summary-modal .msb-invoice {
        margin-bottom: 8px;
    }
}

/* ============================================================
   INVOICE — PANTALLA DE CONFIRMACIÓN ESTILO RECIBO PROFESIONAL
   ============================================================ */
.msb-invoice {
    background: #fffdf6;
    border: 1px solid rgba(199, 160, 111, 0.28);
    border-radius: 16px;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, sans-serif;
    overflow: hidden;
}

/* Encabezado oscuro: nombre de la empresa + número de reserva */
.msb-invoice__header {
    align-items: center;
    background: linear-gradient(135deg, #07313a 0%, #0a4652 100%);
    display: flex;
    justify-content: space-between;
    padding: 16px 20px;
    gap: 12px;
}

.msb-invoice__brand {
    color: #ffd97a;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

/* Badge con el número de reserva */
.msb-invoice__ref {
    align-items: baseline;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: #ffffff;
    display: flex;
    flex: 0 0 auto;
    font-size: 0.92rem;
    font-weight: 900;
    gap: 5px;
    letter-spacing: 0.06em;
    padding: 5px 12px;
}

.msb-invoice__ref span {
    color: rgba(255, 220, 120, 0.72);
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* Título de cada sección */
.msb-invoice__section-title {
    color: rgba(7, 49, 58, 0.46);
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

/* Sección de datos */
.msb-invoice__section {
    padding: 16px 20px;
}

/* Fila etiqueta:valor */
.msb-invoice__row {
    align-items: baseline;
    border-bottom: 1px solid rgba(199, 160, 111, 0.14);
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding: 7px 0;
}

.msb-invoice__row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.msb-invoice__row span {
    color: rgba(7, 49, 58, 0.5);
    flex: 0 0 auto;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.msb-invoice__row strong {
    color: #07313a;
    font-size: 0.88rem;
    font-weight: 600;
    text-align: right;
    word-break: break-word;
}

/* Fila a ancho completo (texto largo: habitaciones, extras) */
.msb-invoice__row--full {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
}

.msb-invoice__row--full strong {
    font-size: 0.86rem;
    text-align: left;
}

/* Separador tipo perforación */
.msb-invoice__perf {
    background-image: radial-gradient(circle, rgba(180, 140, 90, 0.45) 2px, transparent 2px);
    background-repeat: repeat-x;
    background-size: 12px 1px;
    background-position: center;
    height: 1px;
    margin: 0 20px;
    position: relative;
}

/* Semicírculos en los extremos de la perforación */
.msb-invoice__perf::before,
.msb-invoice__perf::after {
    background: #2b3236;
    border-radius: 50%;
    content: "";
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
}

.msb-invoice__perf::before { left: -28px; }
.msb-invoice__perf::after  { right: -28px; }

/* Fila de total: fondo dorado suave */
.msb-invoice__total {
    align-items: center;
    background: linear-gradient(135deg, #fff8eb 0%, #ffefc0 100%);
    border-top: 1px solid rgba(199, 160, 111, 0.22);
    display: flex;
    justify-content: space-between;
    padding: 16px 20px;
}

.msb-invoice__total span {
    color: #7b5c2a;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.msb-invoice__total strong {
    color: #07313a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.55rem;
    font-weight: 400;
    letter-spacing: -0.01em;
}

/* Nota de pie */
.msb-invoice__note {
    background: rgba(255, 255, 255, 0.6);
    border-top: 1px solid rgba(199, 160, 111, 0.14);
    color: rgba(7, 49, 58, 0.56);
    font-size: 0.76rem;
    line-height: 1.5;
    margin: 0;
    padding: 12px 20px;
    text-align: center;
}

/* Ajustar el panel del modal en el paso "thanks" para que el invoice se vea bien */
.msb-thanks-step {
    gap: 0 !important;
}

.msb-thanks-step .msb-summary-modal__actions {
    margin-top: 18px;
}
