.floating-whatsapp {
    display: none;
}
.treatment-page-body {
    background: radial-gradient(900px circle at 75% 0%, rgba(197,160,101,0.18) 0%, rgba(197,160,101,0) 55%),
        linear-gradient(180deg, rgba(245,223,216,1) 0%, rgba(255,255,255,1) 40%);
}
.kiosk-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: linear-gradient(135deg, rgba(61,5,12,.98), rgba(94,11,21,.92));
    border-bottom: 1px solid rgba(197,160,101,.28);
}
.kiosk-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}
.kiosk-brand { display: inline-flex; align-items: center; text-decoration: none; }
.kiosk-brand img { display: block; width: auto; filter: drop-shadow(0 10px 22px rgba(0,0,0,0.25)); }
.kiosk-header-right { display: inline-flex; align-items: center; gap: 10px; }
.kiosk-nav { display:flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.kiosk-nav-link {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
    color: rgba(255,255,255,0.88);
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
}
.kiosk-nav-link.is-active {
    background: rgba(197,160,101,0.18);
    border-color: rgba(197,160,101,0.44);
    color: #fff;
}
.kiosk-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 7px 12px;
    font-weight: 800;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.92);
    border: 1px solid rgba(197,160,101,.42);
    background: rgba(255,255,255,0.10);
    backdrop-filter: blur(10px);
}
.kiosk-footer {
    margin-top: 28px;
    background: rgba(61,5,12,.98);
    border-top: 1px solid rgba(197,160,101,.28);
}
.kiosk-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 14px 20px;
    color: rgba(255,255,255,0.82);
    display: flex;
    justify-content: center;
    gap: 10px;
    font-weight: 700;
}
.kiosk-footer-sep { color: rgba(197,160,101,0.7); }
@media (max-width: 991px) {
    .kiosk-header-inner { flex-wrap: wrap; }
    .kiosk-nav { width: 100%; justify-content: flex-start; overflow: auto; flex-wrap: nowrap; scrollbar-width: none; padding-bottom: 2px; }
    .kiosk-nav::-webkit-scrollbar { display:none; }
}
@media (max-width: 640px) {
    .kiosk-header-inner { padding: 10px 14px; }
    .kiosk-nav-link { padding: 7px 10px; font-size: 0.92rem; }
}
.treat-wrap { max-width: 1200px; margin: 0 auto; padding: 18px 20px 80px; }
.treat-section { margin-top: 18px; }
.treat-section-head { display:flex; align-items:flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 12px; }
.treat-section-title { margin: 0; font-family: var(--font-heading, 'Archivo', sans-serif); font-weight: 800; color: var(--secondary-burgundy, #5e0b15); font-size: 1.35rem; }
.treat-section-sub { margin: 0; color: #555; line-height: 1.6; }
@media (max-width: 640px) {
    .treat-wrap { padding: 14px 14px 64px; }
    .treat-section-title { font-size: 1.18rem; }
    .treat-section-sub { font-size: 0.96rem; }
}

.treat-banner { border-radius: 18px; overflow: hidden; border: 1px solid rgba(197,160,101,0.22); box-shadow: 0 16px 44px rgba(94,11,21,0.10); background: #111; }
.treat-banner .swiper { width: 100%; }
.treat-banner-slide { position: relative; }
.treat-banner-slide img { width: 100%; height: min(80vh, 520px); object-fit: cover; display:block; }
.treat-banner-overlay { position:absolute; inset:0; background: linear-gradient(90deg, rgba(61,5,12,0.85) 0%, rgba(61,5,12,0.15) 60%, rgba(61,5,12,0) 100%); display:flex; align-items:flex-end; padding: 18px; pointer-events: none; }
.treat-banner-card { max-width: 640px; background: rgba(255,255,255,0.08); border: 1px solid rgba(197,160,101,0.28); border-radius: 16px; padding: 14px 14px 16px; backdrop-filter: blur(10px); }
.treat-banner-title { margin: 0 0 6px; font-family: var(--font-heading, 'Archivo', sans-serif); font-weight: 800; color: rgba(255,255,255,0.95); font-size: 1.35rem; }
.treat-banner-sub { margin: 0; color: rgba(255,255,255,0.80); line-height: 1.6; }
.treat-banner .swiper-pagination-bullet { background: rgba(255,255,255,0.55); opacity: 1; }
.treat-banner .swiper-pagination-bullet-active { background: var(--accent-gold, #c5a065); }
.treat-banner .swiper-button-next, .treat-banner .swiper-button-prev { color: rgba(255,255,255,0.92); z-index: 25; pointer-events: auto; }
.treat-banner .swiper-pagination { z-index: 25; }
@media (max-width: 640px) {
    .treat-banner-slide img { height: min(34vh, 320px); height: min(34dvh, 320px); }
    .treat-banner-overlay { padding: 12px; background: linear-gradient(180deg, rgba(61,5,12,0) 0%, rgba(61,5,12,0.35) 35%, rgba(61,5,12,0.88) 100%); }
    .treat-banner-card { max-width: 100%; padding: 12px 12px 14px; border-radius: 14px; }
    .treat-banner-title { font-size: 1.14rem; }
    .treat-banner .swiper-button-next, .treat-banner .swiper-button-prev { display: none; }
}

.treat-chipbar { display:flex; gap: 10px; flex-wrap: nowrap; overflow:auto; padding: 4px 2px; scrollbar-width: none; }
.treat-chipbar::-webkit-scrollbar { display:none; }
.treat-chip {
    border: 1px solid rgba(94,11,21,0.16);
    background: rgba(255,255,255,0.78);
    color: var(--secondary-burgundy, #5e0b15);
    font-weight: 800;
    border-radius: 999px;
    padding: 10px 14px;
    white-space: nowrap;
    text-decoration: none;
    display:inline-flex;
    gap: 8px;
    align-items:center;
}
.treat-chip.is-active { background: linear-gradient(135deg, rgba(94,11,21,.96), rgba(61,5,12,.98)); border-color: transparent; color: #fff; }

.treat-grid { display:grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.promo-card { grid-column: span 4; border-radius: 18px; overflow:hidden; background:#fff; border: 1px solid rgba(197,160,101,0.22); box-shadow: 0 12px 34px rgba(94,11,21,0.08); display:flex; flex-direction:column; min-height: 100%; }
.promo-media { display:block; width: 100%; /*aspect-ratio: 16 / 9;*/ object-fit: cover; background: #f3efe9; }
.promo-body { padding: 14px 14px 16px; display:flex; flex-direction:column; gap: 10px; }
.promo-badge { display:inline-flex; align-items:center; gap: 8px; width: fit-content; background: rgba(197,160,101,0.18); color: var(--secondary-burgundy, #5e0b15); border: 1px solid rgba(197,160,101,0.35); border-radius: 999px; padding: 5px 10px; font-weight: 800; font-size: 0.82rem; }
.promo-title { margin: 0; font-family: var(--font-heading, 'Archivo', sans-serif); font-weight: 800; color: #2c2c2c; font-size: 1.06rem; }
.promo-sub { margin: 0; color: #555; line-height: 1.6; }
.promo-cta { margin-top: auto; display:flex; gap: 10px; flex-wrap: wrap; }
.promo-btn { display:inline-flex; align-items:center; justify-content:center; padding: 10px 12px; border-radius: 12px; text-decoration:none; font-weight: 800; border: 1px solid rgba(94,11,21,0.18); color: #fff; background: rgba(94,11,21,0.96); }
.promo-btn.secondary { background: rgba(255,255,255,0.94); color: var(--secondary-burgundy, #5e0b15); }
.promo-empty { grid-column: span 12; padding: 18px; border-radius: 16px; background: rgba(255,255,255,0.72); border: 1px solid rgba(94,11,21,0.12); color: #3d050c; }
.promo-row { margin-top: 12px; }
.promo-row .swiper { width: 100%; }
.promo-row .swiper-wrapper { align-items: stretch; }
.promo-row .swiper-slide { width: 332px; height: auto; padding: 10px;}
.promo-row .promo-card { width: 100%; grid-column: auto; }
.promo-row .swiper-button-next, .promo-row .swiper-button-prev { color: rgba(94,11,21,0.85); z-index: 20; pointer-events: auto; }
.promo-row .swiper-pagination-bullet { background: rgba(94,11,21,0.35); opacity: 1; }
.promo-row .swiper-pagination-bullet-active { background: var(--accent-gold, #c5a065); }
@media (max-width: 640px) {
    .promo-row .swiper-slide { width: min(86vw, 360px); padding: 8px; }
    .promo-body { padding: 12px 12px 14px; }
    .promo-title { font-size: 1.0rem; }
    .promo-row .swiper-button-next, .promo-row .swiper-button-prev { display: none; }
}
.kiosk-iframe-modal {
    position: fixed;
    inset: 0;
    z-index: 200;
    background: rgba(0,0,0,0.72);
    display: none;
    padding: 18px;
}
.kiosk-iframe-modal.show { display: flex; }
.kiosk-iframe-shell {
    width: 100%;
    height: 100%;
    background: #111;
    border: 1px solid rgba(197,160,101,0.30);
    border-radius: 18px;
    overflow: hidden;
    display: grid;
    grid-template-rows: auto 1fr;
    box-shadow: 0 28px 80px rgba(0,0,0,0.35);
}
.kiosk-iframe-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    background: linear-gradient(135deg, rgba(61,5,12,.98), rgba(94,11,21,.92));
    border-bottom: 1px solid rgba(197,160,101,.28);
    color: rgba(255,255,255,0.92);
    font-weight: 800;
}
.kiosk-iframe-close {
    appearance: none;
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.10);
    color: rgba(255,255,255,0.92);
    border-radius: 12px;
    padding: 8px 12px;
    font-weight: 800;
    cursor: pointer;
}
.kiosk-iframe {
    width: 100%;
    height: 100%;
    border: 0;
    background: #fff;
}
.kiosk-zoomable {
    cursor: zoom-in;
}
.kiosk-image-zoom-modal {
    position: fixed;
    inset: 0;
    z-index: 210;
    background: rgba(0,0,0,0.80);
    display: none;
    /* --iz-pad: 18px; */
    --iz-safe-top: env(safe-area-inset-top, 0px);
    --iz-safe-right: env(safe-area-inset-right, 0px);
    --iz-safe-bottom: env(safe-area-inset-bottom, 0px);
    --iz-safe-left: env(safe-area-inset-left, 0px);
    padding: calc(var(--iz-pad) + var(--iz-safe-top)) calc(var(--iz-pad) + var(--iz-safe-right)) calc(var(--iz-pad) + var(--iz-safe-bottom)) calc(var(--iz-pad) + var(--iz-safe-left));
    align-items: center;
    justify-content: center;
    overflow: auto;
}
.kiosk-image-zoom-modal.show { display: flex; }
.kiosk-image-zoom-shell {
    /* width: min(1100px, calc(100vw - (var(--iz-pad) * 2) - var(--iz-safe-left) - var(--iz-safe-right))); */
    /* height: min(820px, calc((var(--nl-vh, 1vh) * 100) - (var(--iz-pad) * 2) - var(--iz-safe-top) - var(--iz-safe-bottom))); */
    /* border-radius: 18px; */
    overflow: hidden;
    border: 1px solid rgba(197,160,101,0.30);
    background: #111;
    display: grid;
    grid-template-rows: auto 1fr;
    box-shadow: 0 28px 80px rgba(0,0,0,0.45);
}
@supports (height: 100dvh) {
    .kiosk-image-zoom-shell {
        height: min(820px, calc(100dvh - (var(--iz-pad) * 2) - var(--iz-safe-top) - var(--iz-safe-bottom)));
    }
}
@media (max-width: 640px) {
    .kiosk-iframe-modal,
    .kiosk-image-zoom-modal,
    .ba-modal-backdrop {
        padding: calc(12px + env(safe-area-inset-top, 0px)) calc(12px + env(safe-area-inset-right, 0px)) calc(12px + env(safe-area-inset-bottom, 0px)) calc(12px + env(safe-area-inset-left, 0px));
    }

    .kiosk-iframe-shell {
        border-radius: 14px;
    }

    .kiosk-image-zoom-shell {
        width: 100%;
        border-radius: 14px;
    }
}
@supports (height: 100dvh) {
    @media (max-width: 640px) {
        .kiosk-image-zoom-shell {
            height: calc(100dvh - 24px - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
        }
    }
}
.kiosk-image-zoom-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    background: linear-gradient(135deg, rgba(61,5,12,.98), rgba(94,11,21,.92));
    border-bottom: 1px solid rgba(197,160,101,.28);
    color: rgba(255,255,255,0.92);
    font-weight: 800;
}
.kiosk-image-zoom-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}
.kiosk-image-zoom-close {
    appearance: none;
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.10);
    color: rgba(255,255,255,0.92);
    border-radius: 12px;
    padding: 8px 12px;
    font-weight: 800;
    cursor: pointer;
    flex: 0 0 auto;
}
.kiosk-image-zoom-stage {
    display: grid;
    place-items: center;
    background: radial-gradient(700px circle at 20% 20%, rgba(197,160,101,0.14) 0%, rgba(197,160,101,0) 60%), #0b0b0b;
    min-height: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.kiosk-image-zoom-img {
    max-width: 100%;
    /* max-height: 100%; */
    max-height: calc(80vh - 32px);
    /* width: auto;
    height: auto; */
    object-fit: contain;
    display: block;
}
.ba-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 220;
    background: rgba(0,0,0,0.78);
    display: none;
    padding: 18px;
    align-items: center;
    justify-content: center;
}
.ba-modal-backdrop.show { display: flex; }
.ba-modal {
    width: min(1180px, 100%);
    max-height: min(86vh, 880px);
    max-height: min(86dvh, 880px);
    background: rgba(255,255,255,0.98);
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(197,160,101,0.30);
    box-shadow: 0 28px 80px rgba(0,0,0,0.45);
    display: grid;
    grid-template-rows: auto 1fr;
}
@media (max-width: 640px) {
    .ba-modal {
        width: 100%;
        max-height: calc(100dvh - 24px - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
        border-radius: 14px;
    }
}
.ba-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    background: linear-gradient(135deg, rgba(61,5,12,.98), rgba(94,11,21,.92));
    border-bottom: 1px solid rgba(197,160,101,.28);
    color: rgba(255,255,255,0.92);
}
.ba-modal-title {
    margin: 0;
    font-family: var(--font-heading, 'Archivo', sans-serif);
    font-weight: 800;
    letter-spacing: 0.3px;
    font-size: 1.05rem;
}
.ba-modal-close {
    appearance: none;
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.10);
    color: rgba(255,255,255,0.92);
    border-radius: 12px;
    width: 40px;
    height: 40px;
    display: inline-grid;
    place-items: center;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
    flex: 0 0 auto;
}
.ba-modal-body {
    display: grid;
    grid-template-columns: 320px 1fr;
    min-height: 0;
    background: radial-gradient(900px circle at 75% 0%, rgba(197,160,101,0.10) 0%, rgba(197,160,101,0) 55%),
        linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(253,251,247,1) 100%);
}
.ba-modal-sidebar {
    border-right: 1px solid rgba(94,11,21,0.10);
    padding: 14px;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 12px;
    min-height: 0;
}
.ba-search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
.ba-search {
    width: 100%;
    border-radius: 14px;
    border: 1px solid rgba(94,11,21,0.14);
    background: rgba(255,255,255,0.92);
    padding: 11px 40px 11px 12px;
    font-weight: 700;
    outline: none;
}
.ba-search:focus {
    border-color: rgba(197,160,101,0.65);
    box-shadow: 0 0 0 3px rgba(197,160,101,0.18);
}
.ba-search-clear {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: 1px solid rgba(94,11,21,0.14);
    background: rgba(255,255,255,0.88);
    color: rgba(94,11,21,0.75);
    display: grid;
    place-items: center;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 160ms ease;
}
.ba-search-clear.visible { opacity: 1; pointer-events: auto; }
.ba-list {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: auto;
    border-radius: 14px;
    border: 1px solid rgba(94,11,21,0.10);
    background: rgba(255,255,255,0.72);
}
.ba-list-item { border-bottom: 1px solid rgba(94,11,21,0.08); }
.ba-list-item:last-child { border-bottom: 0; }
.ba-list-button {
    width: 100%;
    text-align: left;
    appearance: none;
    border: 0;
    background: transparent;
    padding: 12px 12px;
    font-weight: 800;
    color: rgba(61,5,12,0.90);
    cursor: pointer;
}
.ba-list-button:hover { background: rgba(197,160,101,0.10); }
.ba-list-button.active {
    background: linear-gradient(135deg, rgba(94,11,21,.96), rgba(61,5,12,.98));
    color: rgba(255,255,255,0.95);
}
.ba-modal-content {
    padding: 16px 16px 18px;
    min-height: 0;
    overflow: auto;
}
.ba-detail-title {
    margin: 0 0 6px;
    font-family: var(--font-heading, 'Archivo', sans-serif);
    font-weight: 900;
    color: rgba(61,5,12,0.95);
    font-size: 1.15rem;
}
.ba-detail-desc { margin: 0 0 12px; color: rgba(61,5,12,0.72); line-height: 1.6; }
.ba-empty {
    display: block;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px dashed rgba(94,11,21,0.18);
    background: rgba(255,255,255,0.65);
    color: rgba(61,5,12,0.70);
    font-weight: 800;
}
.ba-images {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 12px;
}
.ba-image-wrapper {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(197,160,101,0.24);
    background: rgba(0,0,0,0.08);
    position: relative;
    aspect-ratio: 16 / 9;
}
.ba-image, .ba-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ba-video-icon {
    position: absolute;
    inset: auto 10px 10px auto;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: rgba(0,0,0,0.55);
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,0.18);
    pointer-events: none;
}
.ba-video-icon svg {
    width: 18px;
    height: 18px;
    fill: rgba(255,255,255,0.92);
    margin-left: 2px;
}
.lightbox {
    position: fixed;
    inset: 0;
    z-index: 230;
    background: rgba(0,0,0,0.86);
    display: none;
    align-items: center;
    justify-content: center;
    --lb-pad: 18px;
    --lb-safe-top: env(safe-area-inset-top, 0px);
    --lb-safe-right: env(safe-area-inset-right, 0px);
    --lb-safe-bottom: env(safe-area-inset-bottom, 0px);
    --lb-safe-left: env(safe-area-inset-left, 0px);
    padding: calc(var(--lb-pad) + var(--lb-safe-top)) calc(var(--lb-pad) + var(--lb-safe-right)) calc(var(--lb-pad) + var(--lb-safe-bottom)) calc(var(--lb-pad) + var(--lb-safe-left));
    overflow: auto;
}
.lightbox.open { display: flex; }
.lightbox-content {
    position: relative;
    width: min(1180px, calc(100vw - (var(--lb-pad) * 2) - var(--lb-safe-left) - var(--lb-safe-right)));
    height: min(880px, calc(100vh - (var(--lb-pad) * 2) - var(--lb-safe-top) - var(--lb-safe-bottom)));
    height: min(880px, calc(100dvh - (var(--lb-pad) * 2) - var(--lb-safe-top) - var(--lb-safe-bottom)));
    border-radius: 18px;
    overflow: hidden;
    background: #0b0b0b;
    border: 1px solid rgba(197,160,101,0.28);
    box-shadow: 0 28px 80px rgba(0,0,0,0.45);
    display: grid;
    place-items: center;
}
.lightbox-content img,
.lightbox-content video {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}
.lightbox-close {
    position: absolute;
    top: 12px;
    right: 12px;
    appearance: none;
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.10);
    color: rgba(255,255,255,0.92);
    border-radius: 12px;
    width: 44px;
    height: 44px;
    display: inline-grid;
    place-items: center;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    z-index: 2;
}
.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    appearance: none;
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(0,0,0,0.35);
    color: rgba(255,255,255,0.92);
    border-radius: 14px;
    width: 48px;
    height: 48px;
    display: inline-grid;
    place-items: center;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transition: opacity 160ms ease;
}
.lightbox-nav.visible { opacity: 1; pointer-events: auto; }
.lightbox-prev { left: 12px; }
.lightbox-next { right: 12px; }
@media (max-width: 640px) {
    .lightbox { --lb-pad: 12px; }
    .lightbox-nav { width: 44px; height: 44px; }
}
@media (max-width: 991px) {
    .ba-modal-body { grid-template-columns: 1fr; }
    .ba-modal-sidebar { border-right: 0; border-bottom: 1px solid rgba(94,11,21,0.10); }
    .ba-images { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
    .ba-modal-backdrop { padding: 12px; }
    .ba-images { grid-template-columns: 1fr; }
}
@media (max-width: 991px) { .promo-card { grid-column: span 6; } .special-card { grid-column: span 12; } .promo-row .swiper-slide { width: 300px; } }
@media (max-width: 640px) { .promo-card { grid-column: span 12; } .promo-row .swiper-slide { width: 260px; } }
