/* Global CSS (clean) - current project */

:root {
    --cafe: #761b05;
    --amarillo: #bca43c;
    --amarillo_o: #d7b344;
    --verde: #00d561;
    --shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2);

    --gold: #d7b344;
    --wine: #761b05;
    --ink: #2b211d;
    --muted: #6c5a52;
    --bg: #f8f4ea;
    --surface: #ffffff;
    --line: #eadfbe;
    --header-offset: 104px;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Regular.woff2") format("woff2"),
         url("../fonts/Poppins-Regular.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Medium.woff2") format("woff2"),
         url("../fonts/Poppins-Medium.woff") format("woff");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Bold.woff2") format("woff2"),
         url("../fonts/Poppins-Bold.woff") format("woff");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-ExtraBold.woff2") format("woff2"),
         url("../fonts/Poppins-ExtraBold.woff") format("woff");
    font-style: normal;
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: "Playfair Display";
    src: url("../fonts/PlayfairDisplay-Bold.woff2") format("woff2"),
         url("../fonts/PlayfairDisplay-Bold.woff") format("woff");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Playfair Display";
    src: url("../fonts/PlayfairDisplay-Black.woff2") format("woff2"),
         url("../fonts/PlayfairDisplay-Black.woff") format("woff");
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: var(--ink);
    background: #ffffff;
    line-height: 1.5;
    overflow-x: clip;
}

body,
button,
input,
select,
textarea {
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
}

img,
svg,
iframe,
video {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Poppins", sans-serif;
}

button {
    cursor: pointer;
}

.container {
    width: min(1140px, 92%);
    margin-inline: auto;
}

.skip-link {
    position: absolute;
    left: 8px;
    top: -40px;
    background: var(--wine);
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    z-index: 999;
}

.skip-link:focus {
    top: 8px;
}

.topbar {
    background: linear-gradient(90deg, #5f1303, var(--wine));
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    padding: 5px 0;
}

.topbar-grid {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) auto auto;
    align-items: center;
    gap: 10px 14px;
    min-height: 32px;
    width: 100%;
    padding: 0px 24px;
}

.topbar-grid p {
    margin: 0;
    font-weight: 600;
    letter-spacing: .01em;
    color: #fff;
    font-size: 0.86rem;
    line-height: 1.2;
}

.topbar-grid ul {
    list-style: none;
    display: flex;
    gap: 18px;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: flex-end;
}

.topbar a {
    color: #fff;
    text-underline-offset: 3px;
    font-size: 0.95rem;
    font-weight: 600;
    white-space: nowrap;
}

#header-redes {
    display: flex;
    align-items: center;
    gap: 10px;
}

#header-redes a {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.28);
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

#header-redes a:hover,
#header-redes a:focus-visible {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.28);
    border-color: rgba(255, 255, 255, 0.5);
}

#header-redes a svg {
    width: 14px;
    height: 14px;
    fill: #fff;
}

.lang-switcher {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.lang-switcher .gtranslate_wrapper {
    display: flex;
    justify-content: flex-end;
    min-width: 148px;
}

.lang-switcher .gtranslate_wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 148px;
    height: 32px;
    border: 1px solid #a8861f;
    border-radius: 8px;
    background: linear-gradient(180deg, #f2d57a, #d4ab34);
    color: #2b211d;
    font-weight: 700;
    font-size: .9rem;
    padding: 0 34px 0 12px;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
    background-image:
        linear-gradient(45deg, transparent 50%, #5b1d0d 50%),
        linear-gradient(135deg, #5b1d0d 50%, transparent 50%),
        linear-gradient(180deg, #f2d57a, #d4ab34);
    background-position:
        calc(100% - 16px) 13px,
        calc(100% - 11px) 13px,
        0 0;
    background-size: 6px 6px, 6px 6px, 100% 100%;
    background-repeat: no-repeat;
}

.lang-switcher .gtranslate_wrapper select:hover {
    background-image:
        linear-gradient(45deg, transparent 50%, #4a1507 50%),
        linear-gradient(135deg, #4a1507 50%, transparent 50%),
        linear-gradient(180deg, #f6dd8d, #ddb84c);
}

.lang-switcher .gtranslate_wrapper select:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.lang-switcher .gtranslate_wrapper select option {
    color: var(--ink);
    background: #fffaf1;
}

.lang-switcher .gt_switcher {
    font-family: "Poppins", sans-serif;
}

.lang-switcher .gt_switcher .gt_selected {
    min-width: 148px;
    height: 32px;
    border: 1px solid #a8861f !important;
    border-radius: 8px !important;
    background: linear-gradient(180deg, #d7b344, #cba83c) !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: .9rem !important;
}

.lang-switcher .gt_switcher .gt_selected a,
.lang-switcher .gt_switcher .gt_selected a:hover,
.lang-switcher .gt_switcher .gt_selected a:focus {
    color: #fff !important;
}

.lang-switcher .gt_switcher .gt_options {
    background: linear-gradient(180deg, #fff8e8 0%, #f2dfab 100%) !important;
    border: 1px solid #c89b2b !important;
    border-radius: 14px !important;
    box-shadow: 0 14px 30px rgba(43, 33, 29, 0.24) !important;
    overflow: hidden;
}

.lang-switcher .gt_switcher .gt_options a {
    color: var(--ink) !important;
    background: rgba(255, 255, 255, 0.18) !important;
    font-weight: 600 !important;
    border-bottom: 1px solid rgba(118, 27, 5, 0.08);
}

.lang-switcher .gt_switcher .gt_options a:hover,
.lang-switcher .gt_switcher .gt_options a:focus {
    background: linear-gradient(90deg, rgba(118, 27, 5, 0.12), rgba(215, 179, 68, 0.3)) !important;
    color: #4a3212 !important;
}

.lang-switcher .gt_switcher .gt_options a.gt-current-lang,
.lang-switcher .gt_switcher .gt_options a[aria-current="true"] {
    background: linear-gradient(90deg, rgba(118, 27, 5, 0.18), rgba(215, 179, 68, 0.4)) !important;
    color: #3d2609 !important;
}

.lang-switcher .gt_switcher .gt_selected:focus-within {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.site-nav {
    background: rgba(255, 255, 255, .98);
    border-bottom: 1px solid #e8ddbf;
    position: relative;
    top: auto;
    z-index: 300;
    backdrop-filter: blur(6px);
    box-shadow: 0 6px 20px rgba(45, 26, 18, .08);
}

.nav-grid {
    min-height: 68px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    background-color: #fff;
    gap: 18px;
    padding: 4px 0;
    border-radius: 0;
    width: 100%;
    padding: 5px 24px;
}

.logo-link img {
    width: auto;
    height: 80px;
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.menu-toggle {
    display: none;
    align-items: center;
    gap: 8px;
    border: 1px solid #dfd4b4;
    background: #fffdf7;
    color: var(--wine);
    border-radius: 10px;
    padding: 9px 12px;
    font-weight: 700;
}

.menu > li {
    position: relative;
    display: flex;
    align-items: center;
}

.menu a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--ink);
    font-weight: 600;
    padding: 8px 10px;
    min-height: 36px;
    border-radius: 10px;
    transition: background-color .2s ease, color .2s ease;
}

.menu a:hover,
.menu a:focus-visible {
    background: #fbf5e3;
    color: var(--wine);
}

.has-submenu > a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.submenu-caret {
    font-size: 0.72em;
    line-height: 1;
    transform: translateY(1px);
    transition: transform .2s ease;
}

.submenu {
    list-style: none;
    margin: 0;
    padding: 8px;
    min-width: 220px;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #e8ddbf;
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(45, 26, 18, .12);
    display: none;
    z-index: 400;
}

.has-submenu {
    padding-bottom: 6px;
    margin-bottom: -6px;
}

.submenu li + li {
    margin-top: 4px;
}

.submenu a {
    display: block;
    padding: 9px 10px;
    border-radius: 8px;
    white-space: nowrap;
}

.has-submenu:hover .submenu,
.has-submenu:focus-within .submenu {
    display: block;
}

.has-submenu:hover .submenu-caret,
.has-submenu:focus-within .submenu-caret {
    transform: translateY(1px) rotate(180deg);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    border-radius: 10px;
    border: 1px solid transparent;
    font-weight: 700;
    text-decoration: none;
    transition: .2s ease;
}
.btn:focus-visible,
.menu a:focus-visible,
.site-footer a:focus-visible,
.topbar a:focus-visible {
    outline: 2px solid #1f2937;
    outline-offset: 2px;
}

.btn-primary {
    background: var(--gold);
    border-color: #c49c2a;
    color: #2f2400;
}

.btn-primary:hover,
.btn-primary:focus-visible {
    background: #e0bf5b;
    transform: translateY(-1px);
}

.btn-secondary {
    background: #fff;
    border-color: var(--wine);
    color: var(--wine);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
    background: #fff6f3;
    transform: translateY(-1px);
}

.text-link {
    color: var(--wine);
    font-weight: 700;
    text-underline-offset: 3px;
}

.room-booking-home {
    width: min(1160px, calc(100% - 32px));
    margin: 20px auto 0;
    position: relative;
    z-index: 2;
}

.room-booking-home .quick-box {
    background: rgba(247, 246, 244, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 16px;
    padding: 12px;
}

.room-booking-home .hero-booking {
    margin-top: 8px;
    width: 100%;
    box-shadow: 0 20px 38px rgba(24, 11, 7, 0.28);
    backdrop-filter: blur(8px);
}

.room-booking-home .booking-hero-copy {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    margin-bottom: 14px;
    padding: 4px 4px 10px;
}

.room-booking-home .booking-hero-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: #fff4d0;
    border: 1px solid #edd8a0;
    color: #7d5f00;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
}

.room-booking-home .booking-hero-copy h2 {
    margin: 0;
    color: #1d2230;
    font-size: clamp(1.12rem, 1.8vw, 1.55rem);
    line-height: 1.15;
}

.room-booking-home .booking-hero-copy p {
    margin-top: 8px;
    color: #586273;
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 68ch;
}

.room-booking-home .quick-form {
    display: grid;
    grid-template-columns: 1fr 1fr 1.35fr auto;
    gap: 10px;
    align-items: stretch;
}

.room-booking-home .booking-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: transparent;
    border-radius: 8px;
    padding: 8px 10px;
    min-height: 88px;
}

.room-booking-home .booking-date,
.room-booking-home .booking-occupancy {
    border-right: 1px solid rgba(56, 42, 29, 0.14);
}

.room-booking-home .booking-label {
    font-size: 0.76rem;
    letter-spacing: 0.11em;
    color: #59606e;
    font-weight: 700;
    text-transform: uppercase;
}

.room-booking-home .booking-date-trigger {
    border: 0;
    background: transparent;
    padding: 0;
    text-align: left;
    cursor: pointer;
    border-radius: 8px;
}

.room-booking-home .booking-date-trigger:focus-visible {
    outline: 2px solid #1f2937;
    outline-offset: 2px;
}

.room-booking-home .booking-date-value {
    display: flex;
    flex-direction: column;
    gap: 1px;
    line-height: 1;
}

.room-booking-home .booking-date-value strong {
    font-size: 2.85rem;
    line-height: 0.88;
    color: #1d2230;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.room-booking-home .booking-date-value span {
    font-size: 0.82rem;
    color: #1f2a3a;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.room-booking-home .booking-date input[type="text"],
.room-booking-home [data-booking-range-input],
.room-booking-home .room-booking-native-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 1px;
    height: 1px;
}

.room-booking-home .booking-arrow {
    display: none;
}

.room-booking-home .occupancy-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 5px;
}

.room-booking-home .occupancy-group label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    background: #efefef;
    border-radius: 8px;
    padding: 10px 11px;
    min-height: 43px;
    border: 1px solid #e3e3e3;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.room-booking-home .occupancy-group label:hover {
    border-color: #d7b344;
    background: #f5f3ee;
}

.room-booking-home .occupancy-group label span {
    color: #4b5565;
    font-weight: 500;
}

.room-booking-home .occupancy-group select {
    border: 0;
    background: transparent;
    padding: 0;
    font-size: 1.08rem;
    font-weight: 700;
    min-width: 30px;
    color: #1f2937;
    cursor: pointer;
}

.room-booking-home .hero-booking .btn {
    min-width: 170px;
    align-self: center;
    border-radius: 14px;
    text-transform: uppercase;
    letter-spacing: 0.035em;
    font-size: 1.05rem;
    padding-inline: 20px;
    min-height: 88px;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.12), 0 8px 18px rgba(215, 179, 68, 0.3);
}

.room-booking-home .booking-support-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.room-booking-home .booking-support-row span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(56, 42, 29, 0.12);
    color: #4b5565;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.room-booking-home + section {
    padding-top: 18px;
}

.room-booking-home + section #content-eventos {
    margin-top: 0;
}

.site-footer {
    background: linear-gradient(180deg, #2c140e, #1e0f0a);
    color: #f7efe0;
    padding: 56px 0 42px;
    border-top: 3px solid var(--gold);
    display: block;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 28px;
    align-items: start;
}

.footer-grid > div {
    min-width: 0;
}

.footer-grid img {
    margin-bottom: 14px;
}

.site-footer p {
    color: #f0dfc5;
    line-height: 1.6;
}

.site-footer h3 {
    margin-bottom: 12px;
    font-size: 1.1rem;
    color: #fff;
}

.site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.site-footer a {
    color: #fff4dc;
    text-underline-offset: 3px;
    transition: color .2s ease;
}

.site-footer a:hover,
.site-footer a:focus-visible {
    color: #ffd878;
}

.whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1100;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 56px;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(180deg, #25d366 0%, #1fb457 100%);
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 16px 30px rgba(19, 77, 42, 0.28);
    font-weight: 800;
    letter-spacing: 0.01em;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(19, 77, 42, 0.34);
}

.whatsapp-float i {
    font-size: 1.55rem;
    line-height: 1;
}

.whatsapp-float span {
    font-size: 0.98rem;
    line-height: 1;
}

body > main > header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1200;
    display: block;
}

header {
    width: 100%;
    display: block;
    align-items: initial;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1200;
}

body > main {
    padding-top: var(--header-offset);
}

@media (max-width: 1100px) {
    .room-booking-home .quick-form {
        grid-template-columns: 1fr 1fr 1.3fr auto;
    }

    .room-booking-home .booking-date,
    .room-booking-home .booking-occupancy {
        border-right: 0;
    }
}

@media (max-width: 940px) {
    :root {
        --header-offset: 88px;
    }

    .topbar {
        display: none;
    }

    .topbar-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        align-items: start;
    }

    .topbar-grid p {
        font-size: 0.9rem;
    }

    .topbar-grid ul {
        gap: 10px 16px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .nav-grid {
        grid-template-columns: auto auto;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 8px !important;
    }

    .site-nav.is-open .nav-grid {
        padding: 6px !important;
    }

    .menu-toggle {
        display: inline-flex;
        padding: 8px 10px;
        font-size: .9rem;
        position: relative;
        z-index: 4;
        background: #fffdf8;
    }

    .site-nav .nav-grid > .btn.btn-primary {
        display: none;
    }

    .site-nav.is-open::after {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(10, 13, 20, 0.62);
        backdrop-filter: blur(6px) saturate(0.9);
        -webkit-backdrop-filter: blur(6px) saturate(0.9);
        z-index: 1;
        pointer-events: none;
    }

    .site-nav.is-open .nav-grid {
        position: relative;
        z-index: 2;
    }

    .site-nav.is-open .nav-grid > .btn.btn-primary {
        display: inline-flex;
        grid-column: 1 / -1;
        width: 100%;
        justify-content: center;
        margin-top: 10px;
        position: relative;
        z-index: 3;
    }

    .menu {
        display: none;
        grid-column: 1 / -1;
        width: 100%;
        margin-top: 6px;
        padding: 12px;
        border: 1px solid #dccba2;
        border-radius: 14px;
        background: #ffffff;
        box-shadow: 0 18px 38px rgba(10, 13, 20, .36);
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
        position: relative;
        z-index: 3;
    }

    .site-nav.is-open .menu {
        display: flex;
    }

    .menu > li {
        width: 100%;
        display: block;
    }

    .menu > li > a {
        width: 100%;
        justify-content: flex-start;
        padding: 10px 10px;
        min-height: 42px;
        border-radius: 10px;
        font-size: 1.02rem;
        color: #1b1c22;
        background: #ffffff;
        border: 1px solid #efe4c9;
    }

    .has-submenu > a {
        justify-content: space-between;
    }

    .submenu {
        position: static;
        display: none;
        min-width: 0;
        width: 100%;
        margin-top: 2px;
        margin-left: 0;
        padding: 2px 0 4px 0;
        border: 0;
        box-shadow: none;
        background: transparent;
    }

    .has-submenu.is-open .submenu {
        display: block;
    }

    .submenu a {
        display: block;
        width: 100%;
        padding: 8px 14px;
        white-space: normal;
        font-size: 0.98rem;
        color: #2a1f19;
        background: #f8f2e4;
        border: 1px solid #dec89a;
        border-radius: 8px;
    }

    .submenu li + li {
        margin-top: 6px;
    }

    .lang-switcher {
        width: 100%;
        justify-content: flex-start;
    }

    .lang-switcher .gtranslate_wrapper,
    .lang-switcher .gt_switcher .gt_selected,
    .lang-switcher .gtranslate_wrapper select {
        width: auto;
        min-width: 170px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .section {
        padding: 22px 0 !important;
    }

    .room-booking-home .hero-booking {
        width: 100%;
        margin-top: 12px;
        padding: 10px;
    }

    .room-booking-home .booking-hero-copy {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .room-booking-home .quick-form {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .room-booking-home .booking-item {
        min-height: auto;
        border-right: 0;
        padding: 6px 8px;
        justify-content: flex-start;
    }

    .room-booking-home .hero-booking .btn {
        min-height: 56px;
        font-size: 1rem;
        min-width: auto;
    }

    .room-booking-home .booking-support-row {
        margin-top: 12px;
    }
}

@media (max-width: 640px) {
    .room-booking-home .quick-box {
        border-radius: 14px;
        padding: 10px;
    }

    .room-booking-home .quick-form {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .room-booking-home .booking-item.booking-date {
        border: 1px solid #e2e5ea;
        border-radius: 10px;
        background: #f8f9fb;
        min-height: 0;
    }

    .room-booking-home .booking-item.booking-occupancy {
        grid-column: 1 / -1;
        border: 0;
        padding: 2px 0 0;
    }

    .room-booking-home .booking-hero-copy h2 {
        font-size: 1.05rem;
    }

    .room-booking-home .booking-hero-copy p {
        font-size: 0.9rem;
    }

    .room-booking-home .booking-label {
        font-size: 0.7rem;
        letter-spacing: 0.1em;
    }

    .room-booking-home .booking-date-value strong {
        font-size: 2.15rem;
        line-height: 0.9;
    }

    .room-booking-home .booking-date-value span {
        font-size: 0.74rem;
        letter-spacing: 0.05em;
    }

    .room-booking-home .occupancy-group {
        gap: 7px;
        margin-top: 4px;
    }

    .room-booking-home .occupancy-group label {
        min-height: 40px;
        padding: 8px 10px;
    }

    .room-booking-home .hero-booking .btn {
        grid-column: 1 / -1;
        min-height: 50px;
        font-size: 0.95rem;
        border-radius: 12px;
    }

    .room-booking-home .booking-support-row {
        gap: 6px;
    }

    .room-booking-home .booking-support-row span {
        font-size: 0.78rem;
        min-height: 30px;
    }

    .whatsapp-float {
        right: 14px;
        bottom: 14px;
        min-height: 52px;
        padding: 0 16px;
        gap: 8px;
    }

    .whatsapp-float span {
        display: none;
    }

    .whatsapp-float i {
        font-size: 1.7rem;
    }
}

/* LightGallery must render above fixed header/topbar */
.lg-backdrop {
    z-index: 3000 !important;
}

.lg-container,
.lg-outer {
    position: fixed !important;
    inset: 0 !important;
    z-index: 3001 !important;
}

.lg {
    position: fixed !important;
    inset: 0 !important;
    z-index: 3002 !important;
}
