

/* ---- source: Experiencias - Andorra Park Hotel.html ---- */

        /* --- VARIABLES & BASE (ORIGINAL) --- */
        :root {
            --primary-gold: #bfa37c;
            --text-dark: #111111;
            --text-grey: #555555;
            --bg-light: #F8F2F2;
            --nav-border-color: rgba(255, 255, 255, 0.3);
            
            /* Colores Menú */
            --menu-bg: #F9F7F2;
            --menu-text: #4A4A4A;
            --menu-number: #C5B097;
            --menu-hover: #000000;

            /* Booking Bar */
            --booking-bg: #FFFFFF;
            --booking-text: #3B2E2A;
            --booking-label: #8C7665;
            --booking-btn: #3B2E2A;
        }

        body {
            font-family: 'Lato', sans-serif;
            color: var(--text-dark);
            background-color: var(--bg-light);
            overflow-x: hidden;
            /* Cursor none solo en desktop para no afectar tactil */
            cursor: auto; 
        }

        /* Restaurar cursor normal en dispositivos tactiles */
        @media (hover: none) and (pointer: coarse) {
            body, a, button, .menu-box { cursor: auto !important; }
            .cursor-dot, .cursor-outline { display: none !important; }
        }

        h1, h2, h3, h4, h5, h6 {
            font-family: 'Playfair Display', serif;
            font-weight: 400;
            letter-spacing: -0.02em;
        }

        a {
            text-decoration: none;
            color: inherit;
            transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
        }

        /* CUSTOM CURSOR */
        .cursor-dot, .cursor-outline { position: fixed; top: 0; left: 0; transform: translate(-50%, -50%); border-radius: 50%; z-index: 9999; pointer-events: none; }
        .cursor-dot { width: 8px; height: 8px; background-color: var(--text-dark); }
        .cursor-outline { width: 40px; height: 40px; border: 1px solid rgba(0,0,0,0.5); transition: width 0.2s, height 0.2s, background-color 0.2s; }
        body.hovering .cursor-outline { width: 60px; height: 60px; background-color: rgba(191, 163, 124, 0.2); border-color: transparent; }

        /* --- CLASES DE LUJO (UTILITIES) --- */
        .text-gold { color: var(--primary-gold); }
        .serif-italic { font-family: 'Playfair Display', serif; font-style: italic; }
        .tracking-wide { letter-spacing: 3px; text-transform: uppercase; font-size: 0.7rem; font-weight: 700; }
        .container-fluid-custom { padding: 0 5%; }
        
        /* Animaciones */
        .reveal-up { opacity: 0; transform: translateY(80px); transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
        .reveal-up.active { opacity: 1; transform: translateY(0); }
        
        /* --- CUSTOM NAVBAR (ORIGINAL) --- */
        .custom-navbar { position: fixed; top: 0; left: 0; width: 100%; height: 90px; display: flex; justify-content: space-between; align-items: center; z-index: 1000; color: white; background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); border-bottom: 1px solid var(--nav-border-color); transition: background 0.3s; }
        .nav-left, .nav-right { display: flex; align-items: center; height: 100%; }
        .menu-box { width: 90px; height: 100%; display: flex; justify-content: center; align-items: center; border-right: 1px solid var(--nav-border-color); transition: background 0.3s; z-index: 1001; }
        .menu-box:hover, .nav-icon-box:hover, .book-btn-container:hover { background: rgba(255,255,255,0.1); }
        .brand-circle-container { padding: 0 25px; display: flex; align-items: center; border-right: 1px solid var(--nav-border-color); height: 30px; }
        .brand-circle { border: 1px solid white; border-radius: 50%; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-size: 0.8rem; line-height: 1; }
        .lang-selector { padding: 0 20px; font-weight: 700; font-size: 0.75rem; letter-spacing: 1px; border-right: 1px solid var(--nav-border-color); height: 30px; display: flex; align-items: center; }
        .gift-vouchers { padding-left: 20px; font-weight: 700; font-size: 0.75rem; letter-spacing: 2px; text-transform: uppercase; }
        .nav-center { text-align: center; position: absolute; left: 50%; transform: translateX(-50%); width: 120px; } 
        .nav-logo-img { height: 60px; width: auto; object-fit: contain; filter: brightness(0) invert(1); transition: filter 0.3s; }
        .phone-icon { margin-right: 25px; display: flex; align-items: center; opacity: 0.9; }
        .book-btn-container { height: 100%; display: flex; align-items: center; padding: 0 35px; border-left: 1px solid var(--nav-border-color); border-right: 1px solid var(--nav-border-color); font-weight: 700; font-size: 0.75rem; letter-spacing: 2px; text-transform: uppercase; transition: background 0.3s; }
        .nav-icon-box { width: 90px; height: 100%; display: flex; justify-content: center; align-items: center; border-right: 1px solid var(--nav-border-color); transition: background 0.3s; }
        .nav-icon-box:last-child { border-right: none; }
        .nav-icon-box svg { opacity: 0.9; transition: opacity 0.3s; }
        .nav-icon-box:hover svg { opacity: 1; }
        .custom-navbar.scrolled { background-color: rgba(20, 20, 20, 0.95); height: 70px; }
        .icon-svg { width: 24px; height: 24px; stroke: currentColor; stroke-width: 1; fill: none; }
        .menu-svg { width: 30px; height: 30px; stroke-width: 0.8; }

        /* --- FOOTER & MENU (ORIGINAL) --- */
        .luxury-footer { background-color: #000; color: #fff; padding: 100px 0 40px; font-family: 'Lato', sans-serif; position: relative; z-index: 10; }
        .footer-logo-section { text-align: center; margin-bottom: 80px; }
        .footer-links-grid { margin-bottom: 80px; }
        .footer-col { margin-bottom: 40px; }
        .footer-col h5 { font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.3rem; margin-bottom: 30px; color: #fff; font-weight: 400; }
        .footer-col ul { list-style: none; padding: 0; margin: 0; }
        .footer-col ul li { margin-bottom: 20px; }
        .footer-col ul li a { color: #fff; text-transform: uppercase; font-size: 0.7rem; letter-spacing: 2px; font-weight: 700; text-decoration: none; opacity: 1; transition: opacity 0.3s; }
        .footer-col ul li a:hover { opacity: 0.7; color: var(--primary-gold); }
        .footer-bottom-bar { border-top: 1px solid rgba(255, 255, 255, 0.15); padding-top: 30px; display: flex; justify-content: space-between; align-items: center; }
        .footer-socials a { color: #fff; margin-right: 25px; font-size: 1rem; transition: color 0.3s; }
        .footer-socials a:hover { color: var(--primary-gold); }
        .footer-lang { font-size: 0.7rem; letter-spacing: 2px; font-weight: 700; cursor: pointer; text-transform: uppercase; }
        
        .overlay-menu { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: var(--menu-bg); z-index: 2000; opacity: 0; visibility: hidden; transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1); overflow-y: auto; display: flex; align-items: center; justify-content: center; }
        .overlay-menu.active { opacity: 1; visibility: visible; }
        .close-btn-box { position: absolute; top: 0; left: 0; width: 90px; height: 90px; border-right: 1px solid rgba(0,0,0,0.05); border-bottom: 1px solid rgba(0,0,0,0.05); display: flex; justify-content: center; align-items: center; cursor: pointer; z-index: 2001; transition: background 0.3s; }
        .close-btn-box:hover { background: rgba(0,0,0,0.02); }
        .close-icon-svg { width: 24px; height: 24px; stroke: var(--menu-text); stroke-width: 0.8; transition: transform 0.5s ease, stroke 0.3s; }
        .close-btn-box:hover .close-icon-svg { transform: rotate(90deg); stroke: black; }
        .menu-content-wrapper { display: flex; width: 100%; max-width: 1300px; margin: 0 auto; height: 80vh; align-items: center; }
        .menu-image-col { flex: 0 0 45%; display: flex; justify-content: flex-end; padding-right: 50px; opacity: 0; transform: translateX(-20px); transition: all 0.8s ease 0.2s; height: 100%; align-items: center; }
        .overlay-menu.active .menu-image-col { opacity: 1; transform: translateX(0); }
        .menu-image-container { width: 100%; max-width: 450px; aspect-ratio: 3/4; overflow: hidden; position: relative; box-shadow: 20px 20px 60px rgba(0,0,0,0.05); }
        .menu-image-container img { width: 100%; height: 100%; object-fit: cover; transition: opacity 0.4s ease-in-out, transform 10s ease; opacity: 1; }
        .overlay-menu.active .menu-image-container img { transform: scale(1.05); }
        .menu-links-col { flex: 0 0 55%; display: flex; flex-direction: column; justify-content: center; padding-left: 30px; height: 100%; }
        .menu-links { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, auto); column-gap: 80px; row-gap: 25px; justify-content: start; }
        .menu-links li { opacity: 0; transform: translateY(20px); transition: all 0.5s ease; display: flex; align-items: baseline; }
        .overlay-menu.active .menu-links li { transition-delay: calc(0.1s * var(--i)); opacity: 1; transform: translateY(0); }
        .menu-num { font-family: 'Playfair Display', serif; font-size: 0.75rem; color: var(--menu-number); width: 25px; margin-right: 15px; font-style: italic; font-weight: 400; }
        .menu-links a { font-family: 'Playfair Display', serif; font-size: 2.2rem; color: var(--menu-text); text-decoration: none; transition: color 0.3s, transform 0.3s; font-weight: 400; display: inline-block; }
        .menu-links a:hover { color: var(--menu-hover); transform: translateX(10px); }

        /* =========================================
           ESTILOS ESPECÍFICOS: PÁGINA EXPERIENCIAS
           ========================================= */

        /* 1. HERO EXPERIENCES */
        .exp-hero {
            height: 90vh;
            width: 100%;
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #000;
        }
        .exp-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 30%;
            background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, transparent 100%);
            z-index: 1;
            pointer-events: none;
        }
        .exp-hero::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 30%;
            background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%);
            z-index: 1;
            pointer-events: none;
        }
        .exp-hero-bg {
            position: absolute;
            top: 0; left: 0; width: 100%; height: 110%; /* Parallax space */
            object-fit: cover;
            opacity: 0.6;
            animation: zoomSlow 20s infinite alternate;
        }
        @keyframes zoomSlow { 0% { transform: scale(1); } 100% { transform: scale(1.1); } }
        
        .exp-hero-content {
            position: relative;
            z-index: 2;
            text-align: center;
            color: white;
            padding: 0 20px;
        }
        .exp-hero-eyebrow {
            font-size: 0.8rem;
            letter-spacing: 5px;
            text-transform: uppercase;
            margin-bottom: 20px;
            display: inline-block;
            border-bottom: 1px solid rgba(255,255,255,0.5);
            padding-bottom: 5px;
        }
        .exp-hero-title {
            font-size: 5.5rem;
            line-height: 1;
            margin-bottom: 30px;
        }
        .exp-hero-subtitle {
            font-family: 'Lato', sans-serif;
            font-size: 1.1rem;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
            opacity: 0.9;
        }

        /* 3. STICKY SCROLL SECTION (ADVANCED) */
        .sticky-scroll-section {
            padding: 150px 0;
            background-color: var(--bg-light);
        }
        .sticky-wrapper {
            position: sticky;
            top: 150px;
            padding-right: 50px;
            height: fit-content;
        }
        .sticky-title {
            font-size: 3.5rem;
            margin-bottom: 30px;
            color: var(--text-dark);
        }
        .sticky-desc {
            font-size: 1.1rem;
            color: var(--text-grey);
            line-height: 1.8;
            margin-bottom: 40px;
        }
        .category-nav {
            list-style: none;
            padding: 0;
        }
        .category-nav li {
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            padding: 15px 0;
            cursor: pointer;
            color: #aaa;
            transition: all 0.3s;
            display: flex;
            align-items: center;
        }
        .category-nav li::before {
            content: '';
            display: inline-block;
            width: 0px;
            height: 1px;
            background: var(--text-dark);
            margin-right: 0px;
            transition: all 0.3s;
        }
        .category-nav li.active, .category-nav li:hover {
            color: var(--text-dark);
        }
        .category-nav li.active::before {
            width: 30px;
            margin-right: 15px;
        }

        /* Right Side Content Blocks */
        .content-block {
            margin-bottom: 150px;
            opacity: 0.3;
            transform: scale(0.95);
            transition: all 0.6s ease;
        }
        .content-block.in-view {
            opacity: 1;
            transform: scale(1);
        }
        .content-img-holder {
            width: 100%;
            aspect-ratio: 3 / 2;
            height: auto;
            overflow: hidden;
            position: relative;
            margin-bottom: 30px;
        }
        .content-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 1.2s ease;
        }
        .content-block:hover .content-img {
            transform: scale(1.05);
        }
        .block-meta {
            display: flex;
            justify-content: space-between;
            align-items: baseline;
            border-top: 1px solid #ccc;
            padding-top: 20px;
            flex-wrap: wrap; 
            gap: 10px;
        }
        .block-title {
            font-family: 'Playfair Display', serif;
            font-size: 2rem;
            margin: 0;
        }
        .block-tag {
            font-size: 0.7rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: var(--primary-gold);
        }
        .price-tag {
            display: block;
            margin-top: 10px;
            font-family: 'Lato', sans-serif;
            font-size: 0.9rem;
            color: #000;
            font-weight: 700;
        }

        /* 4. MAGAZINE ASYMMETRIC GRID */
        .magazine-section {
            padding: 100px 5%;
            background: white;
            overflow: hidden;
        }
        .mag-header {
            text-align: center;
            margin-bottom: 80px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }
        .mag-grid {
            display: grid;
            grid-template-columns: repeat(12, 1fr);
            gap: 30px;
            align-items: center;
        }
        .mag-item {
            position: relative;
            overflow: hidden;
            cursor: auto;
            width: 100%; 
        }
        .mag-item img {
            width: 100%;
            height: auto;
            display: block;
            transition: filter 0.4s;
        }
        .mag-item:hover img {
            filter: brightness(0.8);
        }
        /* Grid placements */
        .mag-item-1 { grid-column: 1 / 7; }
        .mag-item-2 { grid-column: 8 / 13; margin-top: 100px; }
        .mag-item-3 { grid-column: 2 / 6; margin-top: 40px; }
        .mag-item-4 { grid-column: 7 / 13; margin-top: 40px; }
        
        .mag-caption {
            position: absolute;
            bottom: 20px;
            left: 20px;
            color: white;
            font-family: 'Playfair Display', serif;
            font-size: 1.5rem;
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.4s;
        }
        .mag-item:hover .mag-caption { opacity: 1; transform: translateY(0); }

        /* 5. ACCORDION DETAILS */
        .details-section {
            background-color: #111;
            color: #fff;
            padding: 120px 0;
        }
        .accordion-wrapper {
            max-width: 1000px;
            margin: 0 auto;
        }
        .acc-item {
            border-bottom: 1px solid rgba(255,255,255,0.1);
        }
        .acc-header {
            padding: 40px 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            transition: all 0.3s;
        }
        .acc-header:hover {
            padding-left: 20px;
            color: var(--primary-gold);
        }
        .acc-title {
            font-family: 'Playfair Display', serif;
            font-size: 2.5rem;
            margin: 0;
        }
        .acc-icon {
            font-size: 1.5rem;
            transition: transform 0.3s;
        }
        .acc-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.5s ease;
            color: rgba(255,255,255,0.7);
            font-size: 1rem;
            line-height: 1.8;
        }
        .acc-inner {
            padding-bottom: 40px;
            display: flex;
            gap: 40px;
        }
        .acc-item.active .acc-content {
            max-height: 800px;
        }
        .acc-item.active .acc-icon {
            transform: rotate(45deg);
        }

        /* --- NEW INTRO TEXT SECTION --- */
        .intro-text-section { padding: 140px 0; text-align: center; background-color: white; }
        .intro-text-eyebrow { font-size: 0.75rem; letter-spacing: 4px; text-transform: uppercase; color: var(--primary-gold); margin-bottom: 30px; font-weight: 700; display: block; }
        .intro-text-headline { font-family: 'Playfair Display', serif; font-size: 3.8rem; line-height: 1.15; color: var(--text-dark); margin-bottom: 40px; max-width: 900px; margin-left: auto; margin-right: auto; }
        .intro-text-body { font-family: 'Lato', sans-serif; font-size: 1.15rem; color: #555; max-width: 750px; margin: 0 auto; line-height: 1.8; font-weight: 300; }

        /* =========================================
           RESPONSIVE CORRECTIONS (PERFECTED FOR MOBILE & TABLET)
           ========================================= */
        @media (max-width: 992px) {
            /* General */
            h1, h2, h3 { overflow-wrap: break-word; }

            /* Hero */
            .exp-hero { height: 70vh; min-height: 500px; }
            .exp-hero-title { font-size: 3.5rem; line-height: 1.1; margin-bottom: 20px; }
            .exp-hero-subtitle { font-size: 1rem; padding: 0 15px; }
            
            /* Intro Section */
            .intro-text-section { padding: 80px 20px; }
            .intro-text-headline { font-size: 2.2rem; line-height: 1.2; }

            /* Sticky Section Reset */
            .sticky-scroll-section { padding: 60px 0; }
            .sticky-wrapper { 
                position: relative; 
                top: 0; 
                margin-bottom: 50px; 
                padding-right: 0; 
                text-align: center;
            }
            .sticky-title { font-size: 2.8rem; margin-bottom: 15px; }
            .sticky-desc { padding: 0 15px; margin-bottom: 30px; }

            /* Category Navigation (Pills Móviles) */
            .category-nav {
                display: flex;
                justify-content: center;
                gap: 10px;
                flex-wrap: wrap;
                margin-top: 20px;
            }
            .category-nav li {
                border-bottom: none;
                background: #f0f0f0;
                padding: 12px 24px;
                border-radius: 50px;
                font-size: 0.75rem;
                flex: 1 1 auto;
                max-width: 200px;
                text-align: center;
                justify-content: center;
                margin: 0;
            }
            .category-nav li.active, .category-nav li:hover {
                background: var(--text-dark);
                color: white;
                padding: 12px 24px; /* Eliminado el padding-left para evitar saltos en móvil */
            }
            .category-nav li.active::before, .category-nav li::before {
                display: none; /* Quitar linea decorativa en móvil */
            }

            /* Content Blocks */
            .content-block { 
                margin-bottom: 60px; 
                opacity: 1; 
                transform: scale(1); 
                scroll-margin-top: 100px; /* Respiración al hacer anclaje */
            } 
            
            /* SOBREESCRIBIR ASPECT-RATIO INLINE DE ESCRITORIO PARA MÓVIL */
            .content-img-holder { height: auto !important; aspect-ratio: 4 / 3 !important; margin-bottom: 20px; }
            
            .block-meta { flex-direction: column; align-items: flex-start; gap: 5px; padding-top: 15px; }
            .block-title { font-size: 1.8rem; line-height: 1.2; }
            .price-tag { margin-top: 15px; font-size: 1rem; }
            
            /* Magazine Grid - FIX CRÍTICO */
            .magazine-section { padding: 60px 5%; }
            .mag-header { margin-bottom: 40px; padding: 0 15px; }
            .mag-header h2 { font-size: 2.5rem !important; }
            .mag-grid { display: flex; flex-direction: column; gap: 20px; }
            .mag-item { width: 100%; margin: 0 !important; grid-column: auto; z-index: 1; border-radius: 4px; overflow: hidden; }
            
            /* Accordion */
            .acc-title { font-size: 1.8rem; }
            .acc-inner { flex-direction: column; gap: 20px; }
            
            /* Navbar (Se asume estructura de la web original) */
            .nav-right, .lang-selector, .gift-vouchers, .brand-circle-container { display: none !important; }
            .custom-navbar { justify-content: space-between; padding-right: 20px; }
            .menu-box { border-right: none; }
            .nav-logo-img { height: 45px; } 
            
            /* Overlay Menu */
            .menu-image-col { display: none; }
            .menu-links-col { padding-left: 0; padding-right: 0; align-items: center; text-align: center; flex: 1; }
            .menu-links { grid-template-columns: 1fr; row-gap: 20px; justify-content: center; }
            .menu-links a { font-size: 2rem; }
            .close-btn-box { border: none; }
            .menu-content-wrapper { flex-direction: column; height: auto; padding-top: 100px; padding-bottom: 50px; }
            
            /* Footer */
            .footer-bottom-bar { flex-direction: column; gap: 20px; }
            .footer-links-grid { text-align: center; }
        }

        /* Mobile Phones specific adjustments */
        @media (max-width: 576px) {
            .exp-hero-title { font-size: 2.5rem; }
            .sticky-title { font-size: 2.2rem; }
            .intro-text-headline { font-size: 1.8rem; line-height: 1.2; }
            .intro-text-section { padding: 60px 15px; }
            .block-title { font-size: 1.6rem; }
            .mag-header h2 { font-size: 2rem !important; }
            .content-img-holder { aspect-ratio: 1 / 1 !important; } /* Más cuadrado en pantallas muy estrechas para mayor impacto */
        }
    

/* =========================================================
   UNIFIED NAV + FOOTER FROM HOME
   ========================================================= */
.custom-navbar { position: fixed !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 80px !important; display: flex !important; justify-content: space-between !important; align-items: center !important; z-index: 1000 !important; color: #fff !important; background: transparent !important; padding: 0 40px !important; border-bottom: 1px solid rgba(255,255,255,0.15) !important; transition: all 0.4s ease !important; }
.custom-navbar.scrolled { background-color: rgba(10,10,10,0.9) !important; border-bottom-color: transparent !important; backdrop-filter: blur(12px) !important; -webkit-backdrop-filter: blur(12px) !important; }
.custom-navbar .nav-left, .custom-navbar .nav-right { display: flex !important; align-items: center !important; height: 100% !important; }
.custom-navbar .nav-center { position: absolute !important; left: 50% !important; transform: translateX(-50%) !important; text-align: center !important; }
.menu-btn-minimal { cursor: pointer !important; display: flex !important; flex-direction: column !important; justify-content: center !important; width: 30px !important; height: 100% !important; padding-right: 15px !important; }
.nav-right-link { color: #fff !important; font-size: 0.65rem !important; font-weight: 700 !important; letter-spacing: 2px !important; text-transform: uppercase !important; margin-right: 30px !important; transition: opacity 0.3s !important; text-decoration: none !important; }
.nav-right-link:hover { opacity: 0.7 !important; color: #fff !important; }
.nav-icon-stacked { display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important; width: 80px !important; height: 100% !important; cursor: pointer !important; border-left: 1px solid rgba(255,255,255,0.15) !important; transition: background 0.3s !important; color: #fff !important; }
.nav-icon-stacked:last-child { border-right: 1px solid rgba(255,255,255,0.15) !important; }
.nav-icon-stacked:hover { background: rgba(255,255,255,0.1) !important; }
.nav-icon-stacked i { font-size: 1.1rem !important; margin-bottom: 4px !important; opacity: 0.9 !important; }
.nav-icon-stacked span { font-size: 0.45rem !important; letter-spacing: 1px !important; text-transform: uppercase !important; font-weight: 700 !important; opacity: 0.8 !important; }
.mobile-reservar-btn { display: none !important; }

.overlay-menu { position: fixed !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; background: var(--menu-bg, #F9F7F2) !important; z-index: 2000 !important; opacity: 0 !important; visibility: hidden !important; transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1) !important; overflow-y: auto !important; display: flex !important; align-items: center !important; justify-content: center !important; }
.overlay-menu.active { opacity: 1 !important; visibility: visible !important; }
.close-btn-box { position: absolute !important; top: 0 !important; left: 0 !important; width: 90px !important; height: 90px !important; border-right: 1px solid rgba(0,0,0,0.05) !important; border-bottom: 1px solid rgba(0,0,0,0.05) !important; display: flex !important; justify-content: center !important; align-items: center !important; cursor: pointer !important; z-index: 2001 !important; transition: background 0.3s !important; }
.close-btn-box:hover { background: rgba(0,0,0,0.03) !important; }
.close-icon-svg { width: 28px !important; height: 28px !important; stroke: #111 !important; stroke-width: 1 !important; }
.menu-content-wrapper { width: 100% !important; max-width: 1400px !important; height: 80vh !important; display: flex !important; align-items: center !important; padding: 0 5% !important; }
.menu-image-col { flex: 0 0 40% !important; height: 100% !important; opacity: 0 !important; transform: translateX(-30px) !important; transition: all 0.8s ease 0.2s !important; }
.overlay-menu.active .menu-image-col { opacity: 1 !important; transform: translateX(0) !important; }
.menu-image-container { width: 100% !important; height: 100% !important; overflow: hidden !important; }
.menu-image-container img { width: 100% !important; height: 100% !important; object-fit: cover !important; transition: transform 8s ease !important; opacity: 1 !important; display: block !important; }
.overlay-menu.active .menu-image-container img { transform: scale(1.05) !important; }
.menu-links-col { flex: 1 !important; padding-left: 8% !important; }
.menu-links { list-style: none !important; padding: 0 !important; margin: 0 !important; display: grid !important; grid-template-columns: 1fr 1fr !important; column-gap: 80px !important; row-gap: 28px !important; }
.menu-links li { opacity: 0 !important; transform: translateY(20px) !important; transition: all 0.5s ease !important; display: flex !important; align-items: baseline !important; }
.overlay-menu.active .menu-links li { opacity: 1 !important; transform: translateY(0) !important; }
.menu-num { font-size: 0.7rem !important; color: var(--menu-number, #C5B097) !important; margin-right: 18px !important; font-weight: 700 !important; letter-spacing: 1px !important; }
.menu-links a { font-family: 'Playfair Display', serif !important; font-size: clamp(2rem, 4vw, 4rem) !important; color: var(--menu-text, #4A4A4A) !important; line-height: 1 !important; text-decoration: none !important; transition: all 0.4s ease !important; }
.menu-links a:hover { color: var(--menu-hover, #000) !important; transform: translateX(10px) !important; }

.luxury-footer { background-color: #050505 !important; color: #fff !important; padding: 120px 0 30px !important; font-family: 'Lato', sans-serif !important; position: relative !important; z-index: 10 !important; }
.footer-logo-section { text-align: center !important; margin-bottom: 100px !important; }
.footer-main-row { margin-bottom: 60px !important; max-width: 1400px !important; margin-left: auto !important; margin-right: auto !important; padding: 0 5% !important; }
.footer-heading { font-family: 'Playfair Display', serif !important; font-style: italic !important; font-size: 2.4rem !important; font-weight: 400 !important; margin-bottom: 40px !important; color: #fff !important; }
.contact-desc { font-size: 0.85rem !important; color: #ccc !important; line-height: 1.8 !important; letter-spacing: 0.5px !important; margin-bottom: 30px !important; padding-right: 10px !important; }
.contact-details p { font-size: 0.8rem !important; color: #ccc !important; line-height: 1.8 !important; letter-spacing: 0.5px !important; margin-bottom: 0 !important; }
.contact-details i { font-size: 0.9rem !important; color: #fff !important; width: 20px !important; text-align: center !important; }
.footer-links { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.footer-links li { margin-bottom: 25px !important; }
.footer-links li a { color: #fff !important; font-size: 0.65rem !important; font-weight: 700 !important; letter-spacing: 2.5px !important; text-transform: uppercase !important; transition: opacity 0.3s !important; opacity: 0.9 !important; cursor: pointer !important; text-decoration: none !important; }
.footer-links li a:hover { opacity: 0.5 !important; color: #fff !important; }
.footer-divider { width: 90% !important; height: 1px !important; background-color: rgba(255,255,255,0.1) !important; margin: 0 auto 30px !important; max-width: 1400px !important; }
.footer-bottom-row { display: flex !important; justify-content: space-between !important; align-items: center !important; max-width: 1400px !important; margin: 0 auto !important; padding: 0 5% !important; }
.footer-socials { display: flex !important; gap: 30px !important; align-items: center !important; }
.footer-socials a { color: #fff !important; font-size: 1.1rem !important; transition: opacity 0.3s !important; opacity: 0.9 !important; display: flex !important; align-items: center !important; cursor: pointer !important; text-decoration: none !important; }
.footer-socials a:hover { opacity: 0.5 !important; }
.footer-lang { font-size: 0.65rem !important; font-weight: 700 !important; letter-spacing: 2px !important; text-transform: uppercase !important; color: #fff !important; display: flex !important; align-items: center !important; opacity: 0.9 !important; transition: opacity 0.3s !important; cursor: pointer !important; }
.footer-lang:hover { opacity: 0.5 !important; }
.footer-copyright { text-align: center !important; font-size: 0.6rem !important; color: rgba(255,255,255,0.4) !important; letter-spacing: 1px !important; margin-top: 60px !important; text-transform: none !important; }

@media (max-width: 992px) {
    .custom-navbar { padding: 0 !important; background-color: #050505 !important; display: grid !important; grid-template-columns: 75px 1fr 110px !important; border-bottom: none !important; }
    .nav-left { gap: 0 !important; justify-content: center !important; border-right: 1px solid rgba(255,255,255,0.15) !important; width: 100% !important; }
    .menu-btn-minimal { padding: 0 !important; width: 100% !important; align-items: center !important; }
    .nav-center { position: relative !important; left: auto !important; transform: none !important; width: 100% !important; display: flex !important; justify-content: center !important; align-items: center !important; }
    .mobile-logo-wrapper { height: 32px !important; width: 50px !important; overflow: hidden !important; display: flex !important; justify-content: center !important; }
    .mobile-logo-wrapper img { height: 75px !important; object-position: center top !important; filter: brightness(0) invert(1) !important; }
    .mobile-reservar-btn { display: flex !important; align-items: center !important; justify-content: center !important; border-left: 1px solid rgba(255,255,255,0.15) !important; color: white !important; font-size: 0.65rem !important; letter-spacing: 2px !important; font-weight: 700 !important; text-transform: uppercase !important; cursor: pointer !important; height: 100% !important; text-decoration: none !important; }
    .nav-right { display: none !important; }
    .menu-image-col { display: none !important; }
    .menu-links-col { padding-left: 0 !important; padding-right: 0 !important; align-items: center !important; text-align: center !important; flex: 1 !important; }
    .menu-links { grid-template-columns: 1fr !important; row-gap: 25px !important; column-gap: 0 !important; justify-content: center !important; }
    .menu-links a { font-size: 1.8rem !important; }
    .close-btn-box { border: none !important; right: 0 !important; left: auto !important; width: 60px !important; height: 60px !important; }
    .menu-content-wrapper { flex-direction: column !important; height: auto !important; padding-top: 80px !important; padding-bottom: 50px !important; }
    .footer-logo-section { margin-bottom: 60px !important; }
    .footer-main-row { text-align: left !important; margin-bottom: 40px !important; }
    .footer-heading { margin-top: 40px !important; margin-bottom: 20px !important; font-size: 1.8rem !important; }
    .contact-details p { margin-bottom: 15px !important; }
    .footer-bottom-row { flex-direction: column !important; gap: 25px !important; align-items: flex-start !important; }
}


        /* --- HERO HEIGHT UNIFICATION --- */
        :root { --section-hero-height: 74vh; --section-hero-min-height: 560px; }

        header.hero,
        header.ballet-hero,
        header.contact-hero,
        header.exp-hero,
        header.hero-fullscreen,
        header.gastro-hero,
        header.page-header,
        header.room-hero,
        header.services-hero,
        header.hero-shop,
        header.hero-ultra {
            height: var(--section-hero-height) !important;
            min-height: var(--section-hero-min-height) !important;
        }

        @media (max-width: 991px) {
            :root { --section-hero-height: 66vh; --section-hero-min-height: 500px; }
        }

        @media (max-width: 575px) {
            :root { --section-hero-height: 58vh; --section-hero-min-height: 430px; }
        }

    
/* === FOOTER UNIFORME GLOBAL - REFERENCIA INICIO === */
body .luxury-footer {
    background-color: #050505 !important;
    color: #ffffff !important;
    padding: 120px 0 30px !important;
    font-family: 'Lato', sans-serif !important;
    position: relative !important;
    z-index: 10 !important;
    margin-top: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
body .luxury-footer .footer-logo-section {
    text-align: center !important;
    margin-bottom: 100px !important;
}
body .luxury-footer .footer-logo-section img {
    height: 110px !important;
    width: auto !important;
    max-width: none !important;
    object-fit: contain !important;
    opacity: 1 !important;
    display: inline-block !important;
    filter: brightness(0) invert(1) !important;
}
body .luxury-footer .footer-main-row {
    margin-bottom: 60px !important;
    max-width: 1400px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 5% !important;
    width: 100% !important;
}
body .luxury-footer .footer-heading {
    font-family: 'Playfair Display', serif !important;
    font-style: italic !important;
    font-size: 2.4rem !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
    margin-bottom: 40px !important;
    color: #ffffff !important;
    letter-spacing: -0.02em !important;
}
body .luxury-footer .contact-desc {
    font-size: 0.85rem !important;
    color: #cccccc !important;
    line-height: 1.8 !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 30px !important;
    padding-right: 10px !important;
    font-weight: 400 !important;
}
body .luxury-footer .contact-details p {
    font-size: 0.8rem !important;
    color: #cccccc !important;
    line-height: 1.8 !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 0 !important;
    font-weight: 400 !important;
}
body .luxury-footer .contact-details i {
    font-size: 0.9rem !important;
    color: #ffffff !important;
    width: 20px !important;
    min-width: 20px !important;
    text-align: center !important;
}
body .luxury-footer .footer-links {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
body .luxury-footer .footer-links li {
    margin-bottom: 25px !important;
}
body .luxury-footer .footer-links li a {
    color: #ffffff !important;
    font-size: 0.65rem !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    letter-spacing: 2.5px !important;
    text-transform: uppercase !important;
    transition: opacity 0.3s !important;
    opacity: 0.9 !important;
    cursor: pointer !important;
    text-decoration: none !important;
}
body .luxury-footer .footer-links li a:hover {
    opacity: 0.5 !important;
    color: #ffffff !important;
}
body .luxury-footer .footer-divider {
    width: 90% !important;
    height: 1px !important;
    background-color: rgba(255,255,255,0.1) !important;
    margin: 0 auto 30px !important;
    max-width: 1400px !important;
}
body .luxury-footer .footer-bottom-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 5% !important;
    width: 100% !important;
}
body .luxury-footer .footer-socials {
    display: flex !important;
    gap: 30px !important;
    align-items: center !important;
}
body .luxury-footer .footer-socials a {
    color: #ffffff !important;
    font-size: 1.1rem !important;
    transition: opacity 0.3s !important;
    opacity: 0.9 !important;
    display: flex !important;
    align-items: center !important;
    cursor: pointer !important;
    text-decoration: none !important;
}
body .luxury-footer .footer-socials a:hover {
    opacity: 0.5 !important;
}
body .luxury-footer .footer-lang {
    font-size: 0.65rem !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    opacity: 0.9 !important;
    transition: opacity 0.3s !important;
    cursor: pointer !important;
}
body .luxury-footer .footer-lang:hover {
    opacity: 0.5 !important;
}
body .luxury-footer .footer-copyright {
    text-align: center !important;
    font-size: 0.6rem !important;
    color: rgba(255,255,255,0.4) !important;
    letter-spacing: 1px !important;
    margin-top: 60px !important;
    text-transform: none !important;
}
@media (max-width: 992px) {
    body .luxury-footer {
        padding: 80px 0 30px !important;
        margin-top: 0 !important;
        border-radius: 0 !important;
    }
    body .luxury-footer .footer-logo-section {
        margin-bottom: 70px !important;
    }
    body .luxury-footer .footer-logo-section img {
        height: 90px !important;
    }
    body .luxury-footer .footer-heading {
        font-size: 2rem !important;
        margin-bottom: 28px !important;
    }
    body .luxury-footer .footer-main-row {
        margin-bottom: 45px !important;
        padding: 0 7% !important;
    }
    body .luxury-footer .footer-bottom-row {
        padding: 0 7% !important;
    }
}
@media (max-width: 768px) {
    body .luxury-footer {
        padding: 70px 0 28px !important;
    }
    body .luxury-footer .footer-logo-section {
        margin-bottom: 55px !important;
    }
    body .luxury-footer .footer-logo-section img {
        height: 78px !important;
    }
    body .luxury-footer .footer-main-row {
        padding: 0 28px !important;
        margin-bottom: 40px !important;
    }
    body .luxury-footer .footer-col {
        text-align: left !important;
    }
    body .luxury-footer .footer-heading {
        font-size: 1.85rem !important;
        margin-bottom: 24px !important;
    }
    body .luxury-footer .footer-links li {
        margin-bottom: 18px !important;
    }
    body .luxury-footer .footer-bottom-row {
        flex-direction: column !important;
        gap: 28px !important;
        padding: 0 28px !important;
        align-items: center !important;
    }
    body .luxury-footer .footer-socials {
        gap: 26px !important;
    }
    body .luxury-footer .footer-copyright {
        margin-top: 45px !important;
        padding: 0 28px !important;
    }
}




/* === NAVBAR SIZE UNIFORM FINAL === */
.custom-navbar,
.custom-navbar.scrolled,
.custom-navbar.dark-mode {
    height: 80px !important;
    min-height: 80px !important;
    max-height: 80px !important;
    padding: 0 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    box-sizing: border-box !important;
}
.custom-navbar .nav-left,
.custom-navbar .nav-right {
    height: 80px !important;
    min-height: 80px !important;
    display: flex !important;
    align-items: center !important;
}
.custom-navbar .nav-center {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}
.custom-navbar .menu-btn-minimal {
    width: 30px !important;
    height: 80px !important;
    padding-right: 15px !important;
    display: flex !important;
    justify-content: center !important;
}
.custom-navbar .nav-center-text {
    font-size: 1.6rem !important;
    line-height: 1 !important;
    letter-spacing: 2px !important;
}
.custom-navbar .nav-icon-stacked {
    width: 80px !important;
    height: 80px !important;
    min-height: 80px !important;
}
.custom-navbar .nav-right-link {
    margin-right: 30px !important;
    font-size: 0.65rem !important;
    line-height: 1 !important;
}
.top-booking-strip {
    top: 80px !important;
}
@media (max-width: 992px) {
    .custom-navbar,
    .custom-navbar.scrolled,
    .custom-navbar.dark-mode {
        height: 80px !important;
        min-height: 80px !important;
        max-height: 80px !important;
        padding: 0 !important;
        display: grid !important;
        grid-template-columns: 75px 1fr 110px !important;
        align-items: center !important;
        background-color: #050505 !important;
        border-bottom: none !important;
    }
    .custom-navbar .nav-left {
        height: 80px !important;
        min-height: 80px !important;
        width: 75px !important;
        justify-content: center !important;
        border-right: 1px solid rgba(255,255,255,0.15) !important;
    }
    .custom-navbar .menu-btn-minimal {
        width: 75px !important;
        height: 80px !important;
        padding: 0 !important;
        align-items: center !important;
    }
    .custom-navbar .nav-center {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        height: 80px !important;
        width: 100% !important;
    }
    .custom-navbar .mobile-logo-wrapper {
        width: 50px !important;
        height: 32px !important;
    }
    .custom-navbar .mobile-logo-wrapper img {
        height: 75px !important;
        width: auto !important;
        object-fit: contain !important;
        object-position: center top !important;
        filter: brightness(0) invert(1) !important;
    }
    .custom-navbar .mobile-reservar-btn {
        width: 110px !important;
        height: 80px !important;
        min-height: 80px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-left: 1px solid rgba(255,255,255,0.15) !important;
        color: #ffffff !important;
        font-size: 0.65rem !important;
        letter-spacing: 2px !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
    }
    .custom-navbar .nav-right { display: none !important; }
    .top-booking-strip { top: 80px !important; }
}



/* === FOOTER EXACTO GLOBAL - REFERENCIA PÁGINA INICIO === */
html body footer.luxury-footer,
html body .luxury-footer {
    background: #050505 !important;
    background-color: #050505 !important;
    color: #ffffff !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: auto !important;
    height: auto !important;
    padding: 120px 0 30px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    font-family: 'Lato', sans-serif !important;
    position: relative !important;
    z-index: 10 !important;
    display: block !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}
html body .luxury-footer *,
html body .luxury-footer *::before,
html body .luxury-footer *::after {
    box-sizing: border-box !important;
}
html body .luxury-footer .footer-logo-section {
    text-align: center !important;
    margin: 0 0 100px 0 !important;
    padding: 0 !important;
    width: 100% !important;
    display: block !important;
}
html body .luxury-footer .footer-logo-section img {
    height: 110px !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    object-fit: contain !important;
    object-position: center !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: inline-block !important;
    filter: brightness(0) invert(1) !important;
    transform: none !important;
    margin: 0 auto !important;
    padding: 0 !important;
}
html body .luxury-footer .footer-main-row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    max-width: 1400px !important;
    width: 100% !important;
    margin: 0 auto 60px auto !important;
    padding: 0 5% !important;
}
html body .luxury-footer .footer-col {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    text-align: left !important;
}
html body .luxury-footer .footer-heading {
    font-family: 'Playfair Display', serif !important;
    font-style: italic !important;
    font-size: 2.4rem !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
    letter-spacing: -0.02em !important;
    margin: 0 0 40px 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    text-align: left !important;
}
html body .luxury-footer .contact-desc {
    font-family: 'Lato', sans-serif !important;
    font-size: 0.85rem !important;
    line-height: 1.8 !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
    color: #cccccc !important;
    margin: 0 0 30px 0 !important;
    padding: 0 10px 0 0 !important;
    text-align: left !important;
}
html body .luxury-footer .contact-details {
    margin: 0 !important;
    padding: 0 !important;
}
html body .luxury-footer .contact-details p {
    font-family: 'Lato', sans-serif !important;
    font-size: 0.8rem !important;
    line-height: 1.8 !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
    color: #cccccc !important;
    margin: 0 0 0 0 !important;
    padding: 0 !important;
    text-align: left !important;
}
html body .luxury-footer .contact-details i {
    font-size: 0.9rem !important;
    color: #ffffff !important;
    width: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
}
html body .luxury-footer .footer-links {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
}
html body .luxury-footer .footer-links li {
    list-style: none !important;
    margin: 0 0 25px 0 !important;
    padding: 0 !important;
    display: list-item !important;
}
html body .luxury-footer .footer-links li a {
    font-family: 'Lato', sans-serif !important;
    color: #ffffff !important;
    font-size: 0.65rem !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    letter-spacing: 2.5px !important;
    text-transform: uppercase !important;
    transition: opacity 0.3s !important;
    opacity: 0.9 !important;
    cursor: pointer !important;
    text-decoration: none !important;
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
}
html body .luxury-footer .footer-links li a:hover {
    opacity: 0.5 !important;
    color: #ffffff !important;
}
html body .luxury-footer .footer-divider {
    width: 90% !important;
    max-width: 1400px !important;
    height: 1px !important;
    min-height: 1px !important;
    background: rgba(255,255,255,0.1) !important;
    background-color: rgba(255,255,255,0.1) !important;
    margin: 0 auto 30px auto !important;
    padding: 0 !important;
    border: 0 !important;
    display: block !important;
}
html body .luxury-footer .footer-bottom-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    max-width: 1400px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 5% !important;
    gap: 0 !important;
}
html body .luxury-footer .footer-socials {
    display: flex !important;
    flex-direction: row !important;
    gap: 30px !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 0 !important;
}
html body .luxury-footer .footer-socials a {
    color: #ffffff !important;
    font-size: 1.1rem !important;
    line-height: 1 !important;
    transition: opacity 0.3s !important;
    opacity: 0.9 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    text-decoration: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}
html body .luxury-footer .footer-socials a:hover { opacity: 0.5 !important; }
html body .luxury-footer .footer-lang {
    font-family: 'Lato', sans-serif !important;
    font-size: 0.65rem !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    opacity: 0.9 !important;
    transition: opacity 0.3s !important;
    cursor: pointer !important;
    margin: 0 !important;
    padding: 0 !important;
}
html body .luxury-footer .footer-lang:hover { opacity: 0.5 !important; }
html body .luxury-footer .footer-copyright {
    font-family: 'Lato', sans-serif !important;
    text-align: center !important;
    font-size: 0.6rem !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    color: rgba(255,255,255,0.4) !important;
    letter-spacing: 1px !important;
    margin: 60px 0 0 0 !important;
    padding: 0 !important;
    text-transform: none !important;
}
@media (max-width: 992px) {
    html body footer.luxury-footer,
    html body .luxury-footer {
        padding: 80px 0 30px !important;
    }
    html body .luxury-footer .footer-logo-section { margin-bottom: 70px !important; }
    html body .luxury-footer .footer-logo-section img { height: 90px !important; }
    html body .luxury-footer .footer-heading { font-size: 2rem !important; margin-bottom: 28px !important; }
    html body .luxury-footer .footer-main-row { margin-bottom: 45px !important; padding: 0 7% !important; }
    html body .luxury-footer .footer-bottom-row { padding: 0 7% !important; }
}
@media (max-width: 768px) {
    html body footer.luxury-footer,
    html body .luxury-footer {
        padding: 70px 0 28px !important;
    }
    html body .luxury-footer .footer-logo-section { margin-bottom: 55px !important; }
    html body .luxury-footer .footer-logo-section img { height: 78px !important; }
    html body .luxury-footer .footer-main-row { padding: 0 28px !important; margin-bottom: 40px !important; }
    html body .luxury-footer .footer-col { text-align: left !important; }
    html body .luxury-footer .footer-heading { font-size: 1.85rem !important; margin-bottom: 24px !important; }
    html body .luxury-footer .footer-links li { margin-bottom: 18px !important; }
    html body .luxury-footer .footer-bottom-row {
        flex-direction: column !important;
        gap: 28px !important;
        padding: 0 28px !important;
        align-items: center !important;
    }
    html body .luxury-footer .footer-socials { gap: 26px !important; }
    html body .luxury-footer .footer-copyright { margin-top: 45px !important; padding: 0 28px !important; }
}



    .custom-navbar { height: 80px !important; }
    .top-booking-strip {
        position: fixed !important;
        top: 80px !important;
        left: 0 !important;
        width: 100% !important;
        height: 75px !important;
        background-color: transparent !important;
        border-bottom: 1px solid rgba(255,255,255,0.15) !important;
        z-index: 999 !important;
        align-items: center !important;
        padding: 0 40px !important;
        transition: all 0.4s ease !important;
        pointer-events: auto !important;
        box-sizing: border-box !important;
    }
    .top-booking-strip.scrolled {
        background-color: rgba(232, 230, 225, 0.95) !important;
        border-bottom-color: transparent !important;
        backdrop-filter: blur(12px) !important;
        -webkit-backdrop-filter: blur(12px) !important;
    }
    .top-booking-strip.transparent-strip {
        background-color: transparent !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        pointer-events: none !important;
        border-color: transparent !important;
    }
    .booking-fields-wrapper {
        transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) !important;
        display: flex !important;
        flex-grow: 1 !important;
        align-items: center !important;
        margin: 0 !important;
        transform: translateY(0) !important;
    }
    .booking-fields-wrapper.hidden-fields {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: translateY(-50px) !important;
    }
    .booking-field-new {
        margin-right: 25px !important;
        flex-shrink: 0 !important;
    }
    .booking-field-new label {
        display: block !important;
        font-size: 0.6rem !important;
        font-weight: 700 !important;
        letter-spacing: 2px !important;
        color: #ffffff !important;
        margin-bottom: 5px !important;
        text-transform: uppercase !important;
        transition: color 0.4s ease !important;
        font-family: 'Lato', sans-serif !important;
        line-height: 1.2 !important;
    }
    .top-booking-strip.scrolled .booking-field-new label {
        color: #111111 !important;
    }
    .field-box {
        background-color: rgba(255, 255, 255, 0.15) !important;
        padding: 10px 15px !important;
        font-size: 0.9rem !important;
        color: #ffffff !important;
        min-width: 220px !important;
        height: auto !important;
        border: none !important;
        outline: none !important;
        font-family: 'Lato', sans-serif !important;
        transition: all 0.4s ease !important;
        cursor: text !important;
        appearance: none !important;
        -webkit-appearance: none !important;
        display: block !important;
        border-radius: 2px !important;
        box-shadow: none !important;
        line-height: 1.4 !important;
    }
    select.field-box {
        background-image: url('data:image/svg+xml;utf8,<svg fill="%23fff" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') !important;
        background-repeat: no-repeat !important;
        background-position: right 10px center !important;
        padding-right: 30px !important;
        cursor: pointer !important;
    }
    select.field-box option {
        color: #111111 !important;
        background-color: #ffffff !important;
    }
    .field-box:hover,
    .field-box:focus {
        background-color: rgba(255, 255, 255, 0.25) !important;
    }
    .field-box.promo {
        font-style: italic !important;
        color: #eeeeee !important;
        min-width: 150px !important;
    }
    .field-box::placeholder {
        color: #eeeeee !important;
        opacity: 1 !important;
    }
    .top-booking-strip.scrolled .field-box {
        background-color: rgba(0, 0, 0, 0.06) !important;
        color: #111111 !important;
    }
    .top-booking-strip.scrolled select.field-box {
        background-image: url('data:image/svg+xml;utf8,<svg fill="%23111" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') !important;
    }
    .top-booking-strip.scrolled .field-box:hover,
    .top-booking-strip.scrolled .field-box:focus {
        background-color: rgba(0, 0, 0, 0.1) !important;
    }
    .top-booking-strip.scrolled .field-box.promo {
        color: #666666 !important;
    }
    .top-booking-strip.scrolled .field-box::placeholder {
        color: #666666 !important;
    }
    .btn-consultar-dark {
        background-color: #ffffff !important;
        color: #000000 !important;
        border: none !important;
        padding: 11px 30px !important;
        font-size: 0.7rem !important;
        font-weight: 700 !important;
        letter-spacing: 2px !important;
        text-transform: uppercase !important;
        cursor: pointer !important;
        transition: all 0.4s ease !important;
        margin-top: 16px !important;
        font-family: 'Lato', sans-serif !important;
        border-radius: 0 !important;
        height: auto !important;
        line-height: 1.4 !important;
    }
    .btn-consultar-dark:hover {
        background-color: #dddddd !important;
    }
    .top-booking-strip.scrolled .btn-consultar-dark {
        background-color: #000000 !important;
        color: #ffffff !important;
    }
    .top-booking-strip.scrolled .btn-consultar-dark:hover {
        background-color: #333333 !important;
    }
    .ocultar-toggle {
        font-size: 0.65rem !important;
        font-weight: 700 !important;
        letter-spacing: 1px !important;
        color: #ffffff !important;
        cursor: pointer !important;
        text-transform: uppercase !important;
        transition: color 0.4s ease !important;
        pointer-events: auto !important;
        font-family: 'Lato', sans-serif !important;
        white-space: nowrap !important;
    }
    .top-booking-strip.scrolled .ocultar-toggle {
        color: #111111 !important;
    }
    .ocultar-toggle.text-light-custom {
        color: #ffffff !important;
        text-shadow: 0 2px 5px rgba(0,0,0,0.6) !important;
    }
    .flatpickr-calendar,
    .flatpickr-calendar * {
        cursor: pointer !important;
    }
    @media (max-width: 991.98px) {
        .top-booking-strip { display: none !important; }
    }



/* Mobile repair v2: scoped, placed after page CSS. */
@media (max-width: 991.98px) {
  html, body { width:100% !important; max-width:100% !important; overflow-x:hidden !important; -webkit-text-size-adjust:100% !important; }
  body { cursor:auto !important; background:#fff !important; }
  *, *::before, *::after { box-sizing:border-box !important; }
  img, video, iframe, canvas, svg { max-width:100% !important; }
  .cursor-dot, .cursor-outline { display:none !important; }
  input, select, textarea { font-size:16px !important; }

  /* Navbar */
  .custom-navbar {
    position:fixed !important; top:0 !important; left:0 !important; right:0 !important;
    width:100% !important; height:64px !important; min-height:64px !important;
    padding:0 16px !important; display:flex !important; align-items:center !important; justify-content:space-between !important;
    background:rgba(8,8,8,.96) !important; color:#fff !important;
    border-bottom:1px solid rgba(255,255,255,.12) !important; z-index:5000 !important;
    backdrop-filter:blur(14px) !important; -webkit-backdrop-filter:blur(14px) !important;
  }
  .custom-navbar.scrolled { height:64px !important; background:rgba(8,8,8,.97) !important; }
  .nav-left, .nav-right, .nav-center { height:64px !important; display:flex !important; align-items:center !important; }
  .nav-left { min-width:44px !important; flex:0 0 auto !important; z-index:2 !important; }
  .nav-center { position:absolute !important; left:50% !important; top:0 !important; transform:translateX(-50%) !important; width:auto !important; max-width:62vw !important; justify-content:center !important; text-align:center !important; }
  .nav-right { min-width:44px !important; flex:0 0 auto !important; justify-content:flex-end !important; z-index:2 !important; }
  .nav-right > *:not(.mobile-reservar-btn) { display:none !important; }
  .menu-btn-minimal { width:44px !important; height:44px !important; min-width:44px !important; display:flex !important; align-items:center !important; justify-content:center !important; padding:0 !important; }
  .nav-center img, .custom-navbar img { max-height:36px !important; width:auto !important; object-fit:contain !important; }

  /* Booking form below navbar, in document flow, sticky on scroll. */
  .top-booking-strip, .top-booking-strip.d-none, .top-booking-strip.d-lg-flex {
    display:block !important; position:sticky !important; top:64px !important; left:auto !important; right:auto !important;
    width:100% !important; height:auto !important; min-height:0 !important; margin-top:64px !important;
    padding:10px 12px 12px !important; background:rgba(249,247,242,.98) !important; color:#111 !important;
    border-bottom:1px solid rgba(0,0,0,.08) !important; box-shadow:0 12px 24px rgba(0,0,0,.08) !important;
    z-index:4500 !important; opacity:1 !important; visibility:visible !important; transform:none !important; pointer-events:auto !important;
    backdrop-filter:blur(14px) !important; -webkit-backdrop-filter:blur(14px) !important;
  }
  .top-booking-strip.transparent-strip, .top-booking-strip.scrolled { background:rgba(249,247,242,.98) !important; border-bottom:1px solid rgba(0,0,0,.08) !important; pointer-events:auto !important; }
  .booking-fields-wrapper, .booking-fields-wrapper.hidden-fields {
    display:grid !important; grid-template-columns:1fr 1fr !important; gap:8px !important; width:100% !important; max-width:100% !important;
    margin:0 !important; padding:0 !important; opacity:1 !important; visibility:visible !important; pointer-events:auto !important; transform:none !important; align-items:end !important;
  }
  .booking-field-new { width:100% !important; min-width:0 !important; margin:0 !important; padding:0 !important; flex:initial !important; }
  .booking-field-new:first-child { grid-column:1 / -1 !important; }
  .booking-field-new label, .top-booking-strip.scrolled .booking-field-new label {
    display:block !important; margin:0 0 4px !important; color:#111 !important; font-size:.52rem !important; line-height:1.1 !important;
    letter-spacing:1.2px !important; font-weight:800 !important; text-transform:uppercase !important;
  }
  .field-box, input.field-box, select.field-box, .top-booking-strip.scrolled .field-box {
    width:100% !important; min-width:0 !important; max-width:100% !important; height:38px !important; min-height:38px !important;
    padding:0 10px !important; border:1px solid rgba(0,0,0,.12) !important; border-radius:0 !important;
    background:#fff !important; color:#111 !important; line-height:38px !important; box-shadow:none !important; outline:none !important;
  }
  .field-box::placeholder, .top-booking-strip.scrolled .field-box::placeholder { color:rgba(17,17,17,.55) !important; }
  .btn-consultar-dark, .top-booking-strip.scrolled .btn-consultar-dark {
    width:100% !important; min-width:0 !important; max-width:100% !important; height:38px !important; min-height:38px !important;
    padding:0 8px !important; display:flex !important; align-items:center !important; justify-content:center !important;
    background:#111 !important; color:#fff !important; border:1px solid #111 !important; border-radius:0 !important;
    font-size:.58rem !important; line-height:1.1 !important; letter-spacing:1px !important; font-weight:800 !important; text-align:center !important; white-space:normal !important;
  }
  .ocultar-toggle, #toggleBookingBtn { display:none !important; }

  /* Heroes */
  .hero, .ballet-hero, .contact-hero, .exp-hero, .hero-fullscreen, .gastro-hero, .room-hero, .services-hero, .hero-shop, .hero-ultra {
    min-height:62svh !important; height:auto !important; padding:52px 16px !important; display:flex !important; align-items:center !important; justify-content:center !important; overflow:hidden !important;
  }
  .hero img, .hero-img, .ballet-hero-img, .contact-hero-img, .exp-hero-bg, .hero-bg, .gastro-hero-img, .room-hero-bg, .services-hero-img, .hero-shop-img, .hero-bg-img {
    width:100% !important; height:100% !important; object-fit:cover !important; object-position:center !important;
  }
  .hero-content, .hero-text-box, .ballet-hero-content, .contact-hero-content, .exp-hero-content, .hero-content-center, .room-hero-content, .services-hero-content, .hero-shop-content {
    width:100% !important; max-width:100% !important; padding-left:16px !important; padding-right:16px !important; text-align:center !important; z-index:5 !important;
  }
  .hero-title, .ballet-hero-content h1, .contact-hero-title, .exp-hero-title, .hero-title-art, .hero-shop-title, .services-hero-content h1, .room-hero-content h1, .hero-content h1, h1.page-title, .product-title-main {
    font-size:clamp(2.05rem, 11vw, 3.15rem) !important; line-height:1 !important; letter-spacing:-.04em !important; margin-bottom:14px !important; overflow-wrap:break-word !important;
  }
  .ballet-hero-content p, .contact-hero-content p, .exp-hero-content p, .services-hero-content p, .hero-shop-content p, .room-hero-content p, .hero-content p, .hero-subtitle, .hero-desc-art, .gastro-desc-hero {
    color:#fff !important; text-shadow:0 2px 12px rgba(0,0,0,.48) !important; font-size:clamp(.92rem, 3.8vw, 1.08rem) !important; line-height:1.55 !important; max-width:92vw !important; margin-left:auto !important; margin-right:auto !important;
  }

  /* Pages without hero */
  .cart-page-container, .checkout-container, .auth-container, .dashboard-container, .thank-you-container, .legal-container, .product-page-container, main, .main-content {
    width:100% !important; max-width:100% !important;
  }
  .cart-page-container, .checkout-container, .auth-container, .dashboard-container, .thank-you-container, .legal-container, .product-page-container {
    padding-left:16px !important; padding-right:16px !important;
  }

  /* Layout safety */
  section, .section { max-width:100% !important; overflow-x:hidden !important; }
  .container, .container-fluid, .container-fluid-custom { max-width:100% !important; padding-left:16px !important; padding-right:16px !important; }
  .row { margin-left:0 !important; margin-right:0 !important; }
  .row > * { padding-left:0 !important; padding-right:0 !important; }
  .hero-boxes-grid, .rooms-grid, .services-grid, .products-grid, .gallery-grid, .studio-grid, .features-grid, .footer-grid, .footer-links-grid, .dashboard-grid, .cart-layout, .checkout-layout, .product-main-grid, .product-layout {
    display:grid !important; grid-template-columns:1fr !important; gap:24px !important;
  }
  .program-row, .philosophy-strip, .level-card, .footer-bottom-bar, .product-actions { display:flex !important; flex-direction:column !important; align-items:stretch !important; gap:22px !important; }
  .program-text-col, .program-img-col, .philosophy-text, .philosophy-stats, .product-info-wrapper, .product-gallery { width:100% !important; max-width:100% !important; padding-left:0 !important; padding-right:0 !important; position:relative !important; top:auto !important; }
  .program-row { min-height:0 !important; }
  .program-img-col, .product-img-wrap, .room-img-wrap, .service-img-wrap { min-height:280px !important; }
  h2, .section-title, .section-title-luxury, .program-title, .cta-content h2, .level-info h4, .product-card-title { font-size:clamp(1.85rem, 8vw, 2.75rem) !important; line-height:1.08 !important; }
  p, .luxury-desc, .product-short-desc, .level-desc { font-size:.98rem !important; line-height:1.7 !important; }

  /* Overlay menu */
  .overlay-menu { align-items:flex-start !important; justify-content:flex-start !important; padding:84px 22px 36px !important; overflow-y:auto !important; -webkit-overflow-scrolling:touch !important; }
  .close-btn-box { width:64px !important; height:64px !important; top:0 !important; left:0 !important; }
  .menu-content-wrapper, .overlay-content, .menu-inner { width:100% !important; max-width:100% !important; display:block !important; }
  .menu-image-container, .menu-image-col { display:none !important; }
  .menu-links, .overlay-menu ul { width:100% !important; padding:0 !important; margin:0 !important; }
  .menu-links li, .overlay-menu li { margin-bottom:12px !important; }
  .menu-links a, .overlay-menu li a, .nav-item-box { font-size:clamp(1.55rem, 8vw, 2.45rem) !important; line-height:1.12 !important; width:100% !important; }

  /* Footer */
  .luxury-footer, footer.luxury-footer { width:100% !important; padding:58px 18px 28px !important; margin:0 !important; overflow:hidden !important; background:#000 !important; color:#fff !important; }
  .footer-logo-section { margin-bottom:42px !important; text-align:center !important; }
  .footer-logo-section img, .footer-logo img { max-width:210px !important; height:auto !important; object-fit:contain !important; margin:0 auto !important; }
  .footer-col, .footer-column { width:100% !important; text-align:center !important; margin-bottom:30px !important; padding:0 !important; }
  .footer-col h5, .footer-column h5, .footer-title { font-size:1.28rem !important; margin-bottom:18px !important; color:#fff !important; }
  .footer-col ul, .footer-column ul { padding:0 !important; margin:0 !important; list-style:none !important; }
  .footer-col li, .footer-column li { margin-bottom:11px !important; }
  .footer-col a, .footer-column a, .footer-bottom-bar a { color:rgba(255,255,255,.68) !important; font-size:.7rem !important; line-height:1.7 !important; letter-spacing:1.6px !important; }
  .footer-bottom-bar { border-top:1px solid rgba(255,255,255,.14) !important; padding-top:24px !important; margin-top:18px !important; text-align:center !important; justify-content:center !important; align-items:center !important; }
  .footer-socials, .social-links { display:flex !important; justify-content:center !important; align-items:center !important; gap:18px !important; flex-wrap:wrap !important; }
}

@media (max-width: 575.98px) {
  .custom-navbar { height:62px !important; min-height:62px !important; padding-left:14px !important; padding-right:14px !important; }
  .nav-left, .nav-right, .nav-center { height:62px !important; }
  .top-booking-strip, .top-booking-strip.d-none, .top-booking-strip.d-lg-flex { top:62px !important; margin-top:62px !important; padding:9px 10px 10px !important; }
  .booking-fields-wrapper, .booking-fields-wrapper.hidden-fields { gap:7px !important; }
  .field-box, input.field-box, select.field-box, .btn-consultar-dark { height:36px !important; min-height:36px !important; line-height:36px !important; }
  .btn-consultar-dark { font-size:.54rem !important; letter-spacing:.9px !important; }
  .hero, .ballet-hero, .contact-hero, .exp-hero, .hero-fullscreen, .gastro-hero, .room-hero, .services-hero, .hero-shop, .hero-ultra { min-height:60svh !important; padding-top:44px !important; padding-bottom:44px !important; }
}



@media (min-width: 992px) {
  .overlay-menu {
    width: 100vw !important;
    height: 100vh !important;
    padding: 0 !important;
    overflow: hidden !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
  }

  .overlay-menu .menu-content-wrapper {
    width: min(1180px, calc(100vw - 180px)) !important;
    max-width: min(1180px, calc(100vw - 180px)) !important;
    height: min(78vh, 720px) !important;
    min-height: 560px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr) !important;
    align-items: center !important;
    column-gap: clamp(44px, 5vw, 82px) !important;
    box-sizing: border-box !important;
  }

  .overlay-menu .menu-image-col {
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    flex: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .overlay-menu .menu-image-container {
    width: 100% !important;
    max-width: 390px !important;
    height: min(68vh, 620px) !important;
    min-height: 520px !important;
    aspect-ratio: 0.68 / 1 !important;
    overflow: hidden !important;
    box-shadow: 0 28px 70px rgba(0,0,0,0.12) !important;
    background: #ddd !important;
  }

  .overlay-menu .menu-image-container img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    opacity: 1 !important;
  }

  .overlay-menu .menu-links-col {
    min-width: 0 !important;
    width: 100% !important;
    height: auto !important;
    flex: none !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
  }

  .overlay-menu .menu-links {
    width: 100% !important;
    max-width: 680px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    column-gap: clamp(42px, 5vw, 76px) !important;
    row-gap: clamp(18px, 2.4vh, 28px) !important;
    justify-content: stretch !important;
    align-items: start !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    overflow: visible !important;
  }

  .overlay-menu .menu-links li {
    width: 100% !important;
    min-width: 0 !important;
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr) !important;
    align-items: baseline !important;
    gap: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .overlay-menu .menu-num {
    display: inline-block !important;
    width: 34px !important;
    min-width: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0.64rem !important;
    line-height: 1 !important;
    letter-spacing: 0.08em !important;
    color: var(--menu-number, #C5B097) !important;
    text-align: right !important;
    transform: translateY(-0.18em) !important;
  }

  .overlay-menu .menu-links a {
    min-width: 0 !important;
    width: auto !important;
    max-width: 100% !important;
    display: inline-block !important;
    font-size: clamp(2.3rem, 3.05vw, 3.35rem) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.035em !important;
    white-space: nowrap !important;
    color: var(--menu-text, #4A4A4A) !important;
    transform: none !important;
  }

  .overlay-menu .menu-links a:hover {
    transform: translateX(8px) !important;
    color: var(--menu-hover, #000000) !important;
  }

  .close-btn-box {
    width: 76px !important;
    height: 76px !important;
    left: 0 !important;
    right: auto !important;
    top: 0 !important;
    background: rgba(249,247,242,0.72) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
  }
}

@media (min-width: 992px) and (max-width: 1180px) {
  .overlay-menu .menu-content-wrapper {
    width: calc(100vw - 110px) !important;
    max-width: calc(100vw - 110px) !important;
    grid-template-columns: 0.74fr 1.26fr !important;
    column-gap: 42px !important;
  }
  .overlay-menu .menu-image-container {
    max-width: 330px !important;
    min-height: 480px !important;
  }
  .overlay-menu .menu-links {
    max-width: 640px !important;
    column-gap: 38px !important;
  }
  .overlay-menu .menu-links a {
    font-size: clamp(2rem, 3vw, 2.9rem) !important;
  }
}

@media (max-width: 991.98px) {
  .overlay-menu {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding: 88px 24px 40px !important;
  }
  .overlay-menu .menu-content-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    padding: 0 !important;
    display: block !important;
  }
  .overlay-menu .menu-image-col,
  .overlay-menu .menu-image-container {
    display: none !important;
  }
  .overlay-menu .menu-links-col {
    width: 100% !important;
    padding: 0 !important;
  }
  .overlay-menu .menu-links {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    row-gap: 15px !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .overlay-menu .menu-links li {
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: baseline !important;
    margin: 0 !important;
  }
  .overlay-menu .menu-links a {
    font-size: clamp(1.9rem, 10vw, 3.25rem) !important;
    line-height: 1.05 !important;
    white-space: normal !important;
  }
  .close-btn-box {
    width: 68px !important;
    height: 68px !important;
    left: 0 !important;
    right: auto !important;
    top: 0 !important;
  }
}



@media (min-width: 992px) {
  .custom-navbar .nav-left {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
  }
  .custom-navbar #openMenuBtn,
  .custom-navbar .menu-btn-minimal {
    width: auto !important;
    min-width: 152px !important;
    height: 54px !important;
    padding: 0 16px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    border: 1px solid rgba(255,255,255,0.18) !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,0.08) !important;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02) !important;
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease !important;
  }
  .custom-navbar #openMenuBtn:hover,
  .custom-navbar .menu-btn-minimal:hover {
    background: rgba(255,255,255,0.14) !important;
    border-color: rgba(255,255,255,0.28) !important;
    transform: translateY(-1px) !important;
  }
  .custom-navbar #openMenuBtn svg,
  .custom-navbar .menu-btn-minimal svg {
    width: 24px !important;
    height: 16px !important;
    flex: 0 0 auto !important;
  }
  .custom-navbar #openMenuBtn::after,
  .custom-navbar .menu-btn-minimal::after {
    content: "MENÚ · EXPLORAR";
    display: inline-block !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 0.64rem !important;
    font-weight: 700 !important;
    letter-spacing: 2.2px !important;
    text-transform: uppercase !important;
    color: rgba(255,255,255,0.98) !important;
    white-space: nowrap !important;
    line-height: 1 !important;
  }
  .custom-navbar .nav-left > .d-none.d-lg-flex {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    height: 54px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,0.07) !important;
    border: 1px solid rgba(255,255,255,0.14) !important;
  }
  .custom-navbar .nav-left > .d-none.d-lg-flex img {
    height: 30px !important;
    width: auto !important;
    object-fit: contain !important;
    opacity: 1 !important;
    filter: brightness(0) invert(1) !important;
  }
  .custom-navbar .nav-left .dropdown > span[data-bs-toggle="dropdown"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 42px !important;
    height: 34px !important;
    padding: 0 10px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,0.10) !important;
    border: 1px solid rgba(255,255,255,0.14) !important;
    color: #fff !important;
    font-size: 0.66rem !important;
    letter-spacing: 2px !important;
    font-weight: 700 !important;
  }
}
@media (max-width: 991.98px) {
  .custom-navbar .menu-btn-minimal {
    position: relative !important;
  }
  .custom-navbar .menu-btn-minimal::after {
    content: "MENÚ";
    position: absolute !important;
    left: 50% !important;
    bottom: 6px !important;
    transform: translateX(-50%) !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 0.42rem !important;
    letter-spacing: 1.6px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: rgba(255,255,255,0.88) !important;
    line-height: 1 !important;
    pointer-events: none !important;
  }
  .custom-navbar .menu-btn-minimal svg {
    transform: translateY(-6px) !important;
  }
}



/* Ajuste refinado del acceso al mega menú: sobrio, hotelero y sin estilo de botón comercial */
@media (min-width: 992px) {
  .custom-navbar .nav-left {
    width: auto !important;
    min-width: 150px !important;
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
  }
  .custom-navbar #openMenuBtn,
  .custom-navbar .menu-btn-minimal {
    width: 58px !important;
    min-width: 58px !important;
    max-width: 58px !important;
    height: 80px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    position: relative !important;
  }
  .custom-navbar #openMenuBtn::before,
  .custom-navbar .menu-btn-minimal::before {
    content: "" !important;
    position: absolute !important;
    right: -10px !important;
    top: 50% !important;
    width: 1px !important;
    height: 30px !important;
    transform: translateY(-50%) !important;
    background: rgba(255,255,255,0.18) !important;
  }
  .custom-navbar #openMenuBtn svg,
  .custom-navbar .menu-btn-minimal svg {
    width: 25px !important;
    height: 15px !important;
    flex: 0 0 auto !important;
    transform: none !important;
    opacity: 0.98 !important;
  }
  .custom-navbar #openMenuBtn::after,
  .custom-navbar .menu-btn-minimal::after {
    content: "MENÚ" !important;
    display: block !important;
    position: static !important;
    transform: none !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 0.47rem !important;
    font-weight: 700 !important;
    letter-spacing: 1.8px !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    color: rgba(255,255,255,0.82) !important;
    white-space: nowrap !important;
    pointer-events: none !important;
  }
  .custom-navbar #openMenuBtn:hover,
  .custom-navbar .menu-btn-minimal:hover {
    background: transparent !important;
    border: none !important;
    transform: none !important;
  }
  .custom-navbar #openMenuBtn:hover::after,
  .custom-navbar .menu-btn-minimal:hover::after {
    color: #ffffff !important;
  }
  .custom-navbar #openMenuBtn:hover svg path,
  .custom-navbar .menu-btn-minimal:hover svg path {
    stroke-width: 1.8 !important;
  }
  .custom-navbar .nav-left > .d-none.d-lg-flex {
    display: inline-flex !important;
    align-items: center !important;
    gap: 14px !important;
    height: 80px !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  .custom-navbar .nav-left > .d-none.d-lg-flex img {
    height: 31px !important;
    width: auto !important;
    object-fit: contain !important;
    opacity: 1 !important;
    filter: brightness(0) invert(1) !important;
  }
  .custom-navbar .nav-left .dropdown > span[data-bs-toggle="dropdown"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: auto !important;
    height: auto !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 0.64rem !important;
    letter-spacing: 1.7px !important;
    font-weight: 700 !important;
    opacity: 0.95 !important;
  }
  .custom-navbar .nav-left .dropdown > span[data-bs-toggle="dropdown"]::after {
    content: "" !important;
    display: inline-block !important;
    width: 4px !important;
    height: 4px !important;
    border-right: 1px solid rgba(255,255,255,0.75) !important;
    border-bottom: 1px solid rgba(255,255,255,0.75) !important;
    transform: rotate(45deg) translateY(-2px) !important;
    margin-left: 7px !important;
  }
}
@media (max-width: 991.98px) {
  .custom-navbar .menu-btn-minimal {
    position: relative !important;
    gap: 5px !important;
  }
  .custom-navbar .menu-btn-minimal::after {
    content: "MENÚ" !important;
    position: absolute !important;
    left: 50% !important;
    bottom: 6px !important;
    transform: translateX(-50%) !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 0.40rem !important;
    letter-spacing: 1.55px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: rgba(255,255,255,0.82) !important;
    line-height: 1 !important;
    pointer-events: none !important;
  }
  .custom-navbar .menu-btn-minimal svg {
    transform: translateY(-6px) !important;
    width: 25px !important;
    height: 15px !important;
  }
}



/* Restauración final de barra de navegación: botón menú, logo lateral e idioma */
.custom-navbar #openMenuBtn,
.custom-navbar .menu-btn-minimal {
  position: relative !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  background: rgba(255,255,255,0.07) !important;
  border: 1px solid rgba(255,255,255,0.13) !important;
  border-radius: 4px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.035) !important;
  backdrop-filter: blur(6px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
  transition: background 0.25s ease, border-color 0.25s ease !important;
}
.custom-navbar #openMenuBtn:hover,
.custom-navbar .menu-btn-minimal:hover {
  background: rgba(255,255,255,0.105) !important;
  border-color: rgba(255,255,255,0.19) !important;
}
.custom-navbar #openMenuBtn svg,
.custom-navbar .menu-btn-minimal svg {
  display: none !important;
}
.custom-navbar #openMenuBtn::before,
.custom-navbar .menu-btn-minimal::before {
  content: "" !important;
  display: block !important;
  width: 26px !important;
  height: 14px !important;
  flex: 0 0 auto !important;
  background:
    linear-gradient(#fff,#fff) top center / 26px 1.4px no-repeat,
    linear-gradient(#fff,#fff) bottom center / 26px 1.4px no-repeat !important;
  opacity: 0.96 !important;
  position: relative !important;
  inset: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}
.custom-navbar #openMenuBtn::after,
.custom-navbar .menu-btn-minimal::after {
  content: "MENÚ" !important;
  display: block !important;
  position: relative !important;
  left: auto !important;
  bottom: auto !important;
  transform: none !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 0.43rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 1.7px !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.84) !important;
  pointer-events: none !important;
}
@media (min-width: 992px) {
  .custom-navbar #openMenuBtn,
  .custom-navbar .menu-btn-minimal {
    width: 64px !important;
    min-width: 64px !important;
    max-width: 64px !important;
    height: 58px !important;
    padding: 0 !important;
  }
  .custom-navbar .nav-left > .d-none.d-lg-flex {
    display: inline-flex !important;
    align-items: center !important;
    gap: 22px !important;
    margin-left: 18px !important;
  }
  .custom-navbar .nav-left > .d-none.d-lg-flex img {
    height: 38px !important;
    width: auto !important;
    object-fit: contain !important;
    display: block !important;
    opacity: 1 !important;
    filter: brightness(0) invert(1) !important;
  }
  .custom-navbar .nav-left .dropdown { margin-left: 4px !important; }
  .custom-navbar .nav-left .dropdown > span[data-bs-toggle="dropdown"] {
    font-size: 0.68rem !important;
    font-weight: 700 !important;
    letter-spacing: 1.9px !important;
    color: #fff !important;
  }
}
@media (max-width: 991.98px) {
  .custom-navbar #openMenuBtn,
  .custom-navbar .menu-btn-minimal {
    width: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
    height: 52px !important;
    padding: 0 !important;
    margin-left: 7px !important;
  }
  .custom-navbar #openMenuBtn::before,
  .custom-navbar .menu-btn-minimal::before {
    width: 24px !important;
    height: 13px !important;
    background:
      linear-gradient(#fff,#fff) top center / 24px 1.35px no-repeat,
      linear-gradient(#fff,#fff) bottom center / 24px 1.35px no-repeat !important;
  }
  .custom-navbar #openMenuBtn::after,
  .custom-navbar .menu-btn-minimal::after {
    font-size: 0.40rem !important;
    letter-spacing: 1.55px !important;
  }
}



/* Ajuste definitivo: botón de menú discreto y consistente en todas las páginas */
.custom-navbar #openMenuBtn,
.custom-navbar .menu-btn-minimal {
  width: 54px !important;
  min-width: 54px !important;
  max-width: 54px !important;
  height: 50px !important;
  min-height: 50px !important;
  max-height: 50px !important;
  padding: 0 !important;
  margin: 0 !important;
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  position: relative !important;
  background: rgba(255,255,255,0.055) !important;
  border: 1px solid rgba(255,255,255,0.11) !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px) !important;
  -webkit-backdrop-filter: blur(5px) !important;
  overflow: hidden !important;
}
.custom-navbar #openMenuBtn:hover,
.custom-navbar .menu-btn-minimal:hover {
  background: rgba(255,255,255,0.085) !important;
  border-color: rgba(255,255,255,0.17) !important;
  transform: none !important;
}
.custom-navbar #openMenuBtn svg,
.custom-navbar .menu-btn-minimal svg {
  display: none !important;
}
.custom-navbar #openMenuBtn::before,
.custom-navbar .menu-btn-minimal::before {
  content: "" !important;
  display: block !important;
  width: 24px !important;
  height: 13px !important;
  flex: 0 0 auto !important;
  background:
    linear-gradient(#fff,#fff) top center / 24px 1.25px no-repeat,
    linear-gradient(#fff,#fff) bottom center / 24px 1.25px no-repeat !important;
  opacity: 0.94 !important;
  position: relative !important;
  inset: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}
.custom-navbar #openMenuBtn::after,
.custom-navbar .menu-btn-minimal::after {
  content: "MENÚ" !important;
  display: block !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 0.39rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 1.45px !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.82) !important;
  pointer-events: none !important;
  white-space: nowrap !important;
}
.custom-navbar .nav-left {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 18px !important;
  height: 100% !important;
}
.custom-navbar .nav-left > .d-none.d-lg-flex {
  gap: 24px !important;
  margin-left: 0 !important;
}
.custom-navbar .nav-left > .d-none.d-lg-flex img {
  height: 38px !important;
  max-height: 38px !important;
  width: auto !important;
  object-fit: contain !important;
  opacity: 1 !important;
  filter: brightness(0) invert(1) !important;
}
.custom-navbar .nav-left .dropdown {
  margin-left: 2px !important;
}
.custom-navbar .nav-left .dropdown > span[data-bs-toggle="dropdown"] {
  font-size: 0.68rem !important;
  letter-spacing: 1.9px !important;
  font-weight: 700 !important;
  color: #fff !important;
}
@media (max-width: 991.98px) {
  .custom-navbar #openMenuBtn,
  .custom-navbar .menu-btn-minimal {
    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    height: 50px !important;
    margin-left: 7px !important;
  }
  .custom-navbar .nav-left { gap: 0 !important; }
}



@media (max-width: 991.98px) {
  html, body { overflow-x: hidden !important; width: 100% !important; }
  body { padding-top: 0 !important; }

  /* NAVBAR MOBILE FINAL */
  .custom-navbar,
  .custom-navbar.scrolled,
  .custom-navbar.dark-mode {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 64px !important;
    min-height: 64px !important;
    display: grid !important;
    grid-template-columns: 64px minmax(0, 1fr) 104px !important;
    align-items: center !important;
    padding: 0 !important;
    background: rgba(5,5,5,0.98) !important;
    color: #fff !important;
    border-bottom: 1px solid rgba(255,255,255,0.10) !important;
    z-index: 3000 !important;
    overflow: hidden !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
  }
  .custom-navbar .nav-left,
  .custom-navbar .nav-center,
  .custom-navbar .nav-right,
  .custom-navbar .mobile-reservar-btn {
    height: 64px !important;
    min-height: 64px !important;
  }
  .custom-navbar .nav-left {
    width: 64px !important;
    min-width: 64px !important;
    max-width: 64px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    border-right: 1px solid rgba(255,255,255,0.10) !important;
  }
  .custom-navbar .nav-left > .d-none.d-lg-flex,
  .custom-navbar .nav-right,
  .custom-navbar .nav-right.d-none,
  .custom-navbar .nav-icon-stacked,
  .custom-navbar .nav-right-link {
    display: none !important;
  }
  .custom-navbar #openMenuBtn,
  .custom-navbar .menu-btn-minimal {
    position: relative !important;
    width: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
    height: 48px !important;
    margin: 0 !important;
    padding: 8px 0 6px !important;
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 5px !important;
    background: rgba(255,255,255,0.055) !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    border-radius: 4px !important;
    transform: none !important;
    overflow: hidden !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04) !important;
  }
  .custom-navbar #openMenuBtn::before,
  .custom-navbar .menu-btn-minimal::before { content: none !important; display: none !important; }
  .custom-navbar #openMenuBtn::after,
  .custom-navbar .menu-btn-minimal::after {
    content: "MENÚ" !important;
    position: static !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 0.44rem !important;
    line-height: 1 !important;
    letter-spacing: 1.45px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: rgba(255,255,255,0.92) !important;
    pointer-events: none !important;
  }
  .custom-navbar #openMenuBtn svg,
  .custom-navbar .menu-btn-minimal svg {
    width: 23px !important;
    height: 14px !important;
    margin: 0 !important;
    transform: none !important;
    display: block !important;
    flex: 0 0 auto !important;
  }
  .custom-navbar #openMenuBtn svg path,
  .custom-navbar .menu-btn-minimal svg path { stroke: #fff !important; stroke-width: 1.55 !important; }
  .custom-navbar .nav-center {
    position: static !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 64px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    text-align: center !important;
  }
  .custom-navbar .nav-center > img.d-none.d-lg-block { display: none !important; }
  .custom-navbar .mobile-logo-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 46px !important;
    height: 34px !important;
    overflow: hidden !important;
  }
  .custom-navbar .mobile-logo-wrapper img {
    display: block !important;
    height: 66px !important;
    width: auto !important;
    max-width: none !important;
    object-fit: contain !important;
    object-position: center top !important;
    filter: brightness(0) invert(1) !important;
    opacity: 1 !important;
  }
  .custom-navbar .mobile-reservar-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 104px !important;
    min-width: 104px !important;
    max-width: 104px !important;
    padding: 0 10px !important;
    color: #fff !important;
    border-left: 1px solid rgba(255,255,255,0.10) !important;
    font-size: 0.54rem !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    letter-spacing: 1.2px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    cursor: pointer !important;
  }

  /* BOOKING FORM MOBILE FINAL */
  .top-booking-strip,
  .top-booking-strip.d-none,
  .top-booking-strip.d-lg-flex,
  .top-booking-strip.scrolled,
  .top-booking-strip.transparent-strip {
    position: fixed !important;
    top: 64px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    align-items: stretch !important;
    padding: 12px 14px 14px !important;
    margin: 0 !important;
    background: rgba(249,247,242,0.98) !important;
    color: #111 !important;
    border-bottom: 1px solid rgba(0,0,0,0.08) !important;
    z-index: 2990 !important;
    pointer-events: auto !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    box-shadow: 0 10px 24px rgba(0,0,0,0.06) !important;
    transform: translateY(0) !important;
  }
  .top-booking-strip.booking-mobile-hidden {
    display: none !important;
  }
  .booking-field-new {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: initial !important;
  }
  .booking-field-new label,
  .top-booking-strip.scrolled .booking-field-new label,
  .top-booking-strip.transparent-strip .booking-field-new label {
    display: block !important;
    margin: 0 0 5px !important;
    color: #111 !important;
    font-size: 0.52rem !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: 1.8px !important;
    text-transform: uppercase !important;
  }
  .field-box,
  input.field-box,
  select.field-box,
  .top-booking-strip.scrolled .field-box,
  .top-booking-strip.transparent-strip .field-box {
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 12px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: rgba(0,0,0,0.06) !important;
    color: #111 !important;
    font-size: 0.88rem !important;
    line-height: 42px !important;
    box-shadow: none !important;
    outline: none !important;
  }
  select.field-box,
  .top-booking-strip.scrolled select.field-box,
  .top-booking-strip.transparent-strip select.field-box {
    appearance: none !important;
    -webkit-appearance: none !important;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23111" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 20px !important;
  }
  .field-box::placeholder,
  .top-booking-strip.scrolled .field-box::placeholder { color: rgba(17,17,17,0.55) !important; }
  .btn-consultar-dark,
  .top-booking-strip.scrolled .btn-consultar-dark,
  .top-booking-strip.transparent-strip .btn-consultar-dark {
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 12px !important;
    background: #050505 !important;
    color: #fff !important;
    border: 1px solid #050505 !important;
    font-size: 0.62rem !important;
    letter-spacing: 1.8px !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
  }
  .booking-field-new:has(.btn-consultar-dark) { grid-column: 1 / -1 !important; }
  .ocultar-toggle,
  #toggleBookingBtn {
    grid-column: 1 / -1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 2px 0 0 !important;
    height: 20px !important;
    color: #111 !important;
    font-size: 0.55rem !important;
    letter-spacing: 1.6px !important;
    line-height: 1 !important;
    text-align: center !important;
    cursor: pointer !important;
  }
  .ocultar-toggle i,
  #toggleBookingBtn i { font-size: 0.62rem !important; margin-left: 6px !important; }

  /* Store pages / pages without booking keep compact spacing */
  body.store-page .top-booking-strip,
  body.shop-page .top-booking-strip,
  .no-booking .top-booking-strip {
    display: none !important;
  }

  header.hero,
  header.ballet-hero,
  header.contact-hero,
  header.exp-hero,
  header.hero-fullscreen,
  header.gastro-hero,
  header.room-hero,
  header.services-hero,
  header.hero-shop,
  header.hero-ultra,
  .page-header {
    margin-top: 64px !important;
  }
  body:has(.top-booking-strip) header.hero,
  body:has(.top-booking-strip) header.ballet-hero,
  body:has(.top-booking-strip) header.contact-hero,
  body:has(.top-booking-strip) header.exp-hero,
  body:has(.top-booking-strip) header.hero-fullscreen,
  body:has(.top-booking-strip) header.gastro-hero,
  body:has(.top-booking-strip) header.room-hero,
  body:has(.top-booking-strip) header.services-hero,
  body:has(.top-booking-strip) header.hero-ultra,
  body:has(.top-booking-strip) .page-header {
    margin-top: 220px !important;
  }
}
@media (max-width: 420px) {
  .custom-navbar,
  .custom-navbar.scrolled,
  .custom-navbar.dark-mode { grid-template-columns: 60px minmax(0, 1fr) 92px !important; height: 62px !important; min-height: 62px !important; }
  .custom-navbar .nav-left { width: 60px !important; min-width: 60px !important; max-width: 60px !important; height: 62px !important; min-height: 62px !important; }
  .custom-navbar #openMenuBtn,
  .custom-navbar .menu-btn-minimal { width: 46px !important; min-width: 46px !important; height: 46px !important; }
  .custom-navbar .mobile-reservar-btn { width: 92px !important; min-width: 92px !important; max-width: 92px !important; height: 62px !important; min-height: 62px !important; font-size: 0.50rem !important; letter-spacing: 1px !important; }
  .top-booking-strip,
  .top-booking-strip.d-none,
  .top-booking-strip.d-lg-flex,
  .top-booking-strip.scrolled,
  .top-booking-strip.transparent-strip { top: 62px !important; padding: 10px 12px 12px !important; gap: 9px !important; }
  .field-box,
  input.field-box,
  select.field-box { height: 40px !important; min-height: 40px !important; font-size: 0.82rem !important; }
  .btn-consultar-dark { height: 40px !important; min-height: 40px !important; font-size: 0.58rem !important; }
}



/* === FOOTER MÓVIL FINAL === */
@media (max-width: 767.98px) {
  html, body { overflow-x: hidden !important; }

  html body footer.luxury-footer,
  html body .luxury-footer {
    width: 100% !important;
    max-width: 100% !important;
    padding: 58px 0 26px !important;
    margin: 0 !important;
    background: #050505 !important;
    color: #fff !important;
    overflow: hidden !important;
  }

  html body .luxury-footer .footer-logo-section {
    width: 100% !important;
    margin: 0 0 42px !important;
    padding: 0 22px !important;
    text-align: center !important;
  }

  html body .luxury-footer .footer-logo-section img {
    height: 62px !important;
    width: auto !important;
    max-width: 150px !important;
    object-fit: contain !important;
    display: inline-block !important;
    margin: 0 auto !important;
    filter: brightness(0) invert(1) !important;
  }

  html body .luxury-footer .footer-main-row,
  html body .luxury-footer .row.footer-main-row {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 24px !important;
  }

  html body .luxury-footer .footer-col,
  html body .luxury-footer [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 0 38px !important;
    text-align: left !important;
  }

  html body .luxury-footer .footer-col:last-child,
  html body .luxury-footer [class*="col-"]:last-child {
    margin-bottom: 26px !important;
  }

  html body .luxury-footer .footer-heading {
    font-size: 1.72rem !important;
    line-height: 1.15 !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    color: #fff !important;
    text-align: left !important;
  }

  html body .luxury-footer .contact-desc {
    font-size: 0.82rem !important;
    line-height: 1.75 !important;
    color: rgba(255,255,255,0.68) !important;
    margin: 0 0 22px !important;
    padding: 0 !important;
    max-width: 100% !important;
  }

  html body .luxury-footer .contact-details,
  html body .luxury-footer .contact-details p {
    width: 100% !important;
    max-width: 100% !important;
  }

  html body .luxury-footer .contact-details p {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    font-size: 0.78rem !important;
    line-height: 1.65 !important;
    color: rgba(255,255,255,0.72) !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
  }

  html body .luxury-footer .contact-details i {
    width: 18px !important;
    min-width: 18px !important;
    margin: 3px 0 0 !important;
    color: rgba(255,255,255,0.95) !important;
    text-align: center !important;
  }

  html body .luxury-footer .footer-links {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body .luxury-footer .footer-links li {
    margin: 0 !important;
    padding: 13px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.09) !important;
  }

  html body .luxury-footer .footer-links li:first-child {
    border-top: 1px solid rgba(255,255,255,0.09) !important;
  }

  html body .luxury-footer .footer-links li a {
    display: block !important;
    width: 100% !important;
    font-size: 0.66rem !important;
    line-height: 1.35 !important;
    letter-spacing: 2.1px !important;
    color: rgba(255,255,255,0.92) !important;
    opacity: 1 !important;
  }

  html body .luxury-footer .footer-divider {
    width: calc(100% - 48px) !important;
    max-width: calc(100% - 48px) !important;
    margin: 8px auto 24px !important;
    background: rgba(255,255,255,0.12) !important;
  }

  html body .luxury-footer .footer-bottom-row {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 24px !important;
    margin: 0 !important;
    padding: 0 24px !important;
  }

  html body .luxury-footer .footer-socials {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 0 !important;
    padding: 0 2px !important;
    margin: 0 !important;
  }

  html body .luxury-footer .footer-socials a {
    width: 42px !important;
    height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(255,255,255,0.14) !important;
    color: #fff !important;
    font-size: 0.98rem !important;
  }

  html body .luxury-footer .dropup {
    width: 100% !important;
  }

  html body .luxury-footer .footer-lang {
    width: 100% !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 14px !important;
    border: 1px solid rgba(255,255,255,0.14) !important;
    font-size: 0.66rem !important;
    letter-spacing: 2px !important;
    color: #fff !important;
  }

  html body .luxury-footer .footer-copyright {
    width: 100% !important;
    max-width: 100% !important;
    margin: 30px 0 0 !important;
    padding: 0 24px !important;
    text-align: left !important;
    font-size: 0.58rem !important;
    line-height: 1.7 !important;
    letter-spacing: 0.8px !important;
    color: rgba(255,255,255,0.42) !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  html body footer.luxury-footer,
  html body .luxury-footer {
    padding: 76px 0 30px !important;
  }

  html body .luxury-footer .footer-logo-section {
    margin-bottom: 58px !important;
  }

  html body .luxury-footer .footer-logo-section img {
    height: 82px !important;
    max-width: 190px !important;
  }

  html body .luxury-footer .footer-main-row,
  html body .luxury-footer .row.footer-main-row {
    padding: 0 44px !important;
    gap: 0 !important;
  }

  html body .luxury-footer .footer-col,
  html body .luxury-footer [class*="col-"] {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 36px !important;
    padding: 0 !important;
  }

  html body .luxury-footer .footer-bottom-row {
    padding: 0 44px !important;
    gap: 24px !important;
  }

  html body .luxury-footer .footer-divider {
    width: calc(100% - 88px) !important;
    max-width: calc(100% - 88px) !important;
  }
}



@media (max-width: 991.98px) {
  html.menu-open,
  body.menu-open {
    overflow: hidden !important;
    height: 100% !important;
  }

  .overlay-menu {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    min-height: 100dvh !important;
    max-height: 100dvh !important;
    z-index: 3000 !important;
    background: #F9F7F2 !important;
    color: #111111 !important;
    display: block !important;
    opacity: 0 !important;
    visibility: hidden !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 0 !important;
    transition: opacity .38s ease, visibility .38s ease !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .overlay-menu.active {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .close-btn-box {
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    width: 68px !important;
    height: 68px !important;
    min-width: 68px !important;
    min-height: 68px !important;
    background: rgba(249,247,242,.96) !important;
    border-right: 1px solid rgba(0,0,0,.08) !important;
    border-bottom: 1px solid rgba(0,0,0,.08) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 3100 !important;
    margin: 0 !important;
  }

  .close-btn-box svg,
  .close-icon-svg {
    width: 24px !important;
    height: 24px !important;
    stroke: #111111 !important;
    stroke-width: 1.4 !important;
  }

  .menu-content-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: calc(100dvh - 68px) !important;
    margin: 0 !important;
    padding: 34px 24px 44px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    overflow: visible !important;
  }

  .menu-image-col,
  .menu-image-container,
  .overlay-menu .menu-image-col,
  .overlay-menu .menu-image-container {
    display: none !important;
  }

  .menu-links-col,
  .overlay-menu .menu-links-col {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    text-align: left !important;
  }

  .menu-links,
  .overlay-menu .menu-links {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .menu-links li,
  .overlay-menu .menu-links li {
    width: 100% !important;
    min-height: 56px !important;
    margin: 0 !important;
    padding: 14px 0 !important;
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    column-gap: 10px !important;
    align-items: baseline !important;
    border-bottom: 1px solid rgba(0,0,0,.075) !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .menu-num,
  .overlay-menu .menu-num {
    grid-column: 1 !important;
    width: 42px !important;
    min-width: 42px !important;
    font-family: 'Lato', sans-serif !important;
    font-size: .62rem !important;
    line-height: 1 !important;
    letter-spacing: 1.5px !important;
    color: #BFA37C !important;
    opacity: 1 !important;
    margin: 0 !important;
    text-align: left !important;
  }

  .menu-links a,
  .overlay-menu .menu-links a {
    grid-column: 2 !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(2.05rem, 9vw, 3.05rem) !important;
    line-height: .98 !important;
    letter-spacing: -.035em !important;
    color: #333333 !important;
    text-decoration: none !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    transform: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .menu-links a:hover,
  .overlay-menu .menu-links a:hover {
    color: #000000 !important;
    transform: none !important;
  }
}

@media (max-width: 420px) {
  .menu-content-wrapper {
    padding: 28px 18px 38px !important;
  }

  .menu-links li,
  .overlay-menu .menu-links li {
    grid-template-columns: 36px minmax(0, 1fr) !important;
    column-gap: 8px !important;
    min-height: 52px !important;
    padding: 12px 0 !important;
  }

  .menu-num,
  .overlay-menu .menu-num {
    width: 36px !important;
    min-width: 36px !important;
    font-size: .56rem !important;
  }

  .menu-links a,
  .overlay-menu .menu-links a {
    font-size: clamp(1.8rem, 9.5vw, 2.55rem) !important;
  }
}



@media (max-width: 991.98px) {
  html, body { overflow-x: hidden !important; }
  .top-booking-strip#bookingStrip,
  #bookingStrip.top-booking-strip,
  #bookingStrip.top-booking-strip.d-none,
  #bookingStrip.top-booking-strip.d-lg-flex {
    position: fixed !important;
    top: 66px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    display: block !important;
    padding: 12px 14px 14px !important;
    background: rgba(248,247,244,0.98) !important;
    border-top: 1px solid rgba(0,0,0,0.04) !important;
    border-bottom: 1px solid rgba(0,0,0,0.10) !important;
    box-shadow: 0 16px 32px rgba(0,0,0,0.10) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    z-index: 998 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
    overflow: visible !important;
  }
  #bookingStrip .booking-fields-wrapper,
  #bookingStrip #bookingFields {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    align-items: end !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  #bookingStrip .booking-field-new {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: none !important;
  }
  #bookingStrip .booking-field-new:first-child {
    grid-column: 1 / -1 !important;
  }
  #bookingStrip .booking-field-new:last-child {
    grid-column: 1 / -1 !important;
  }
  #bookingStrip .booking-field-new label,
  #bookingStrip.top-booking-strip.scrolled .booking-field-new label,
  #bookingStrip.top-booking-strip.transparent-strip .booking-field-new label {
    display: block !important;
    margin: 0 0 6px !important;
    color: #111 !important;
    font-size: 0.58rem !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: 1.9px !important;
    text-transform: uppercase !important;
    text-shadow: none !important;
  }
  #bookingStrip .field-box,
  #bookingStrip input.field-box,
  #bookingStrip select.field-box,
  #bookingStrip.top-booking-strip.scrolled .field-box,
  #bookingStrip.top-booking-strip.transparent-strip .field-box {
    width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    display: block !important;
    padding: 0 14px !important;
    border: 1px solid rgba(0,0,0,0.08) !important;
    border-radius: 0 !important;
    background-color: rgba(0,0,0,0.055) !important;
    color: #111 !important;
    font-size: 0.86rem !important;
    line-height: 46px !important;
    letter-spacing: 0 !important;
    box-shadow: none !important;
    outline: none !important;
  }
  #bookingStrip select.field-box {
    appearance: none !important;
    -webkit-appearance: none !important;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23111" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    padding-right: 34px !important;
  }
  #bookingStrip .field-box::placeholder,
  #bookingStrip.top-booking-strip.scrolled .field-box::placeholder {
    color: rgba(17,17,17,0.48) !important;
    opacity: 1 !important;
  }
  #bookingStrip .btn-consultar-dark,
  #bookingStrip.top-booking-strip.scrolled .btn-consultar-dark {
    width: 100% !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #050505 !important;
    color: #fff !important;
    border: 1px solid #050505 !important;
    border-radius: 0 !important;
    font-size: 0.68rem !important;
    font-weight: 800 !important;
    letter-spacing: 2.2px !important;
    text-transform: uppercase !important;
    line-height: 1 !important;
  }
  #bookingStrip .ocultar-toggle,
  #bookingStrip #toggleBookingBtn {
    position: absolute !important;
    top: -34px !important;
    right: 12px !important;
    height: 28px !important;
    padding: 0 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    background: rgba(5,5,5,0.86) !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    border-radius: 0 !important;
    font-size: 0.54rem !important;
    font-weight: 800 !important;
    letter-spacing: 1.5px !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    z-index: 1002 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
  }
  #bookingStrip #toggleBookingIcon { font-size: 0.62rem !important; margin-left: 2px !important; }
  #bookingStrip.booking-mobile-collapsed {
    padding: 0 !important;
    min-height: 0 !important;
    height: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
  }
  #bookingStrip.booking-mobile-collapsed .booking-fields-wrapper,
  #bookingStrip.booking-mobile-collapsed #bookingFields {
    display: none !important;
  }
  body.has-mobile-booking { padding-top: 222px !important; }
  body.has-mobile-booking.booking-mobile-is-collapsed { padding-top: 66px !important; }
  body.has-mobile-booking .page-header,
  body.has-mobile-booking header.hero,
  body.has-mobile-booking .hero,
  body.has-mobile-booking .ballet-hero,
  body.has-mobile-booking .contact-hero,
  body.has-mobile-booking .exp-hero,
  body.has-mobile-booking .gastro-hero,
  body.has-mobile-booking .services-hero,
  body.has-mobile-booking .hero-ultra,
  body.has-mobile-booking .room-hero {
    margin-top: 0 !important;
  }
}
@media (max-width: 480px) {
  #bookingStrip.top-booking-strip,
  #bookingStrip.top-booking-strip.d-none,
  #bookingStrip.top-booking-strip.d-lg-flex {
    top: 62px !important;
    padding: 10px 12px 12px !important;
  }
  #bookingStrip .booking-fields-wrapper,
  #bookingStrip #bookingFields {
    grid-template-columns: 1fr !important;
    gap: 9px !important;
  }
  #bookingStrip .booking-field-new,
  #bookingStrip .booking-field-new:first-child,
  #bookingStrip .booking-field-new:last-child {
    grid-column: 1 / -1 !important;
  }
  #bookingStrip .field-box,
  #bookingStrip input.field-box,
  #bookingStrip select.field-box {
    height: 44px !important;
    min-height: 44px !important;
    line-height: 44px !important;
    font-size: 0.82rem !important;
  }
  #bookingStrip .btn-consultar-dark { height: 46px !important; min-height: 46px !important; }
  #bookingStrip .ocultar-toggle,
  #bookingStrip #toggleBookingBtn { top: -31px !important; right: 10px !important; height: 26px !important; }
  body.has-mobile-booking { padding-top: 346px !important; }
  body.has-mobile-booking.booking-mobile-is-collapsed { padding-top: 62px !important; }
}
@media (min-width: 992px) {
  body.has-mobile-booking { padding-top: 0 !important; }
}



@media (min-width: 992px) {
  .booking-mobile-close-btn { display: none !important; }
}
@media (max-width: 991.98px) {
  .top-booking-strip,
  .top-booking-strip.d-none,
  .top-booking-strip.d-lg-flex,
  .top-booking-strip.scrolled,
  .top-booking-strip.transparent-strip {
    position: fixed !important;
    padding-top: 42px !important;
  }
  .booking-mobile-close-btn {
    position: absolute !important;
    top: 10px !important;
    right: 12px !important;
    width: auto !important;
    height: 24px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    padding: 0 2px !important;
    background: transparent !important;
    border: none !important;
    color: #111 !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 0.56rem !important;
    font-weight: 800 !important;
    letter-spacing: 1.7px !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    z-index: 5 !important;
  }
  .booking-mobile-close-btn i {
    width: 22px !important;
    height: 22px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0.78rem !important;
    border: 1px solid rgba(0,0,0,0.18) !important;
    border-radius: 50% !important;
  }
  .booking-fields-wrapper {
    grid-column: 1 / -1 !important;
    width: 100% !important;
  }
}
@media (max-width: 420px) {
  .top-booking-strip,
  .top-booking-strip.d-none,
  .top-booking-strip.d-lg-flex,
  .top-booking-strip.scrolled,
  .top-booking-strip.transparent-strip {
    padding-top: 40px !important;
  }
  .booking-mobile-close-btn { top: 9px !important; right: 10px !important; }
}



@media (max-width: 991.98px) {
  #bookingStrip.booking-mobile-force-hidden,
  #bookingStrip.booking-mobile-force-hidden.d-none,
  #bookingStrip.booking-mobile-force-hidden.d-lg-flex,
  #bookingStrip.booking-mobile-force-hidden.scrolled,
  #bookingStrip.booking-mobile-force-hidden.transparent-strip {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
  .booking-mobile-close-btn {
    pointer-events: auto !important;
    z-index: 9999 !important;
  }
}



@media (max-width: 991.98px) {
  body.booking-mobile-force-gap-closed {
    padding-top: 62px !important;
  }
  body.booking-mobile-force-gap-closed #bookingStrip,
  body.booking-mobile-force-gap-closed .top-booking-strip#bookingStrip {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
  body.booking-mobile-force-gap-closed header,
  body.booking-mobile-force-gap-closed .hero,
  body.booking-mobile-force-gap-closed .page-header,
  body.booking-mobile-force-gap-closed .ballet-hero,
  body.booking-mobile-force-gap-closed .contact-hero,
  body.booking-mobile-force-gap-closed .exp-hero,
  body.booking-mobile-force-gap-closed .gastro-hero,
  body.booking-mobile-force-gap-closed .services-hero,
  body.booking-mobile-force-gap-closed .hero-ultra,
  body.booking-mobile-force-gap-closed .room-hero {
    margin-top: 0 !important;
  }
}



@media (max-width: 991.98px) {
  html.booking-mobile-closed,
  body.booking-mobile-closed {
    padding-top: 0 !important;
    margin-top: 0 !important;
    overflow-x: hidden !important;
  }

  html.booking-mobile-closed #bookingStrip,
  body.booking-mobile-closed #bookingStrip,
  html.booking-mobile-closed .top-booking-strip,
  body.booking-mobile-closed .top-booking-strip,
  html.booking-mobile-closed .top-booking-strip.d-none,
  body.booking-mobile-closed .top-booking-strip.d-none,
  html.booking-mobile-closed .top-booking-strip.d-lg-flex,
  body.booking-mobile-closed .top-booking-strip.d-lg-flex,
  html.booking-mobile-closed .top-booking-strip.scrolled,
  body.booking-mobile-closed .top-booking-strip.scrolled,
  html.booking-mobile-closed .top-booking-strip.transparent-strip,
  body.booking-mobile-closed .top-booking-strip.transparent-strip {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    transform: translateY(-120%) !important;
  }

  html.booking-mobile-closed header,
  body.booking-mobile-closed header,
  html.booking-mobile-closed main,
  body.booking-mobile-closed main,
  html.booking-mobile-closed .page-header,
  body.booking-mobile-closed .page-header,
  html.booking-mobile-closed header.hero,
  body.booking-mobile-closed header.hero,
  html.booking-mobile-closed .hero,
  body.booking-mobile-closed .hero,
  html.booking-mobile-closed .ballet-hero,
  body.booking-mobile-closed .ballet-hero,
  html.booking-mobile-closed .contact-hero,
  body.booking-mobile-closed .contact-hero,
  html.booking-mobile-closed .exp-hero,
  body.booking-mobile-closed .exp-hero,
  html.booking-mobile-closed .gastro-hero,
  body.booking-mobile-closed .gastro-hero,
  html.booking-mobile-closed .services-hero,
  body.booking-mobile-closed .services-hero,
  html.booking-mobile-closed .hero-ultra,
  body.booking-mobile-closed .hero-ultra,
  html.booking-mobile-closed .room-hero,
  body.booking-mobile-closed .room-hero {
    margin-top: 0 !important;
    transform: none !important;
  }

  html.booking-mobile-closed header.hero,
  body.booking-mobile-closed header.hero,
  html.booking-mobile-closed .hero,
  body.booking-mobile-closed .hero,
  html.booking-mobile-closed .page-header,
  body.booking-mobile-closed .page-header,
  html.booking-mobile-closed .ballet-hero,
  body.booking-mobile-closed .ballet-hero,
  html.booking-mobile-closed .contact-hero,
  body.booking-mobile-closed .contact-hero,
  html.booking-mobile-closed .exp-hero,
  body.booking-mobile-closed .exp-hero,
  html.booking-mobile-closed .gastro-hero,
  body.booking-mobile-closed .gastro-hero,
  html.booking-mobile-closed .services-hero,
  body.booking-mobile-closed .services-hero,
  html.booking-mobile-closed .hero-ultra,
  body.booking-mobile-closed .hero-ultra,
  html.booking-mobile-closed .room-hero,
  body.booking-mobile-closed .room-hero {
    padding-top: 62px !important;
  }
}



@media (max-width: 991.98px) {
  html.booking-mobile-closed,
  body.booking-mobile-closed,
  body.booking-mobile-closed.has-mobile-booking,
  body.booking-mobile-closed.booking-mobile-is-collapsed,
  body.booking-mobile-closed.booking-mobile-force-gap-closed {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  body.booking-mobile-closed #bookingStrip,
  body.booking-mobile-closed .top-booking-strip#bookingStrip,
  body.booking-mobile-closed .top-booking-strip,
  body.booking-mobile-closed .top-booking-strip.d-none,
  body.booking-mobile-closed .top-booking-strip.d-lg-flex,
  body.booking-mobile-closed .top-booking-strip.scrolled,
  body.booking-mobile-closed .top-booking-strip.transparent-strip,
  html.booking-mobile-closed body #bookingStrip,
  html.booking-mobile-closed body .top-booking-strip {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    overflow: hidden !important;
    transform: none !important;
  }

  body.booking-mobile-closed:has(#bookingStrip) header,
  body.booking-mobile-closed:has(#bookingStrip) header.hero,
  body.booking-mobile-closed:has(#bookingStrip) .hero,
  body.booking-mobile-closed:has(#bookingStrip) .page-header,
  body.booking-mobile-closed:has(#bookingStrip) .ballet-hero,
  body.booking-mobile-closed:has(#bookingStrip) .contact-hero,
  body.booking-mobile-closed:has(#bookingStrip) .exp-hero,
  body.booking-mobile-closed:has(#bookingStrip) .gastro-hero,
  body.booking-mobile-closed:has(#bookingStrip) .services-hero,
  body.booking-mobile-closed:has(#bookingStrip) .hero-ultra,
  body.booking-mobile-closed:has(#bookingStrip) .room-hero,
  html.booking-mobile-closed body header,
  html.booking-mobile-closed body header.hero,
  html.booking-mobile-closed body .hero,
  html.booking-mobile-closed body .page-header,
  html.booking-mobile-closed body .ballet-hero,
  html.booking-mobile-closed body .contact-hero,
  html.booking-mobile-closed body .exp-hero,
  html.booking-mobile-closed body .gastro-hero,
  html.booking-mobile-closed body .services-hero,
  html.booking-mobile-closed body .hero-ultra,
  html.booking-mobile-closed body .room-hero {
    margin-top: 0 !important;
  }
}


/* =========================================================
   EVENTOS V30 - Página propia premium
   ========================================================= */
.events-page-v30 { background:#F8F2F2; color:#111; overflow:hidden; width:100%; max-width:none; margin:0; padding:0; }
.events-hero-v30 { position:relative; min-height:82vh; height:82vh; display:flex; align-items:center; justify-content:center; background:#050505; overflow:hidden; width:100vw; max-width:100vw; margin-left:calc(50% - 50vw); margin-right:calc(50% - 50vw); box-sizing:border-box; }
.events-hero-media, .events-hero-media img { position:absolute; inset:0; width:100%; height:100%; }
.events-hero-media img { object-fit:cover; opacity:.72; transform:scale(1.02); animation: eventsSlowZoom 22s ease-in-out infinite alternate; }
@keyframes eventsSlowZoom { from { transform:scale(1.02); } to { transform:scale(1.1); } }
.events-hero-overlay { position:absolute; inset:0; background:linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.46) 45%, rgba(0,0,0,.25) 100%), linear-gradient(180deg, rgba(0,0,0,.45), rgba(0,0,0,.25), rgba(0,0,0,.72)); z-index:1; }
.events-hero-content { position:relative; z-index:2; width:min(1240px, 88vw); color:#fff; padding-top:72px; }
.events-kicker { display:inline-block; font-size:.68rem; letter-spacing:4px; text-transform:uppercase; font-weight:700; color:#c5b097; margin-bottom:22px; }
.events-kicker.dark { color:#bfa37c; }
.events-hero-content h1 { font-family:'Playfair Display', serif; font-size:clamp(2.65rem, 4.65vw, 4.9rem); line-height:1.02; font-weight:400; letter-spacing:-.04em; max-width:820px; margin:0 0 24px; }
.events-hero-content p { max-width:650px; color:rgba(255,255,255,.86); font-size:1.04rem; line-height:1.85; font-weight:300; }
.events-hero-actions { display:flex; align-items:center; gap:30px; margin-top:38px; flex-wrap:wrap; }
.events-btn { display:inline-flex; align-items:center; justify-content:center; min-height:52px; padding:0 34px; text-transform:uppercase; letter-spacing:2.5px; font-size:.68rem; font-weight:700; text-decoration:none; transition:all .35s ease; }
.events-btn-light { background:#fff; color:#111; border:1px solid #fff; }
.events-btn-light:hover { background:#bfa37c; border-color:#bfa37c; color:#fff; }
.events-link-scroll { color:#fff; text-transform:uppercase; letter-spacing:2.5px; font-size:.68rem; font-weight:700; text-decoration:none; border-bottom:1px solid rgba(255,255,255,.45); padding-bottom:7px; }
.events-link-scroll:hover { color:#c5b097; border-color:#c5b097; }
.events-intro-v30 { display:grid; grid-template-columns:120px minmax(0, 1fr) minmax(320px, 520px); gap:60px; align-items:start; max-width:1380px; margin:0 auto; padding:130px 5vw 110px; }
.events-intro-number { font-family:'Playfair Display', serif; color:rgba(0,0,0,.1); font-size:5.5rem; line-height:1; }
.events-intro-copy h2, .events-editorial-copy h2, .events-section-head h2, .events-cta-inner h2 { font-family:'Playfair Display', serif; font-size:clamp(2.8rem, 5vw, 5.6rem); line-height:1; letter-spacing:-.04em; font-weight:400; margin:0; }
.events-intro-text p { color:#555; line-height:1.9; font-size:1.04rem; font-weight:300; margin:40px 0 0; }

/* V118: título introductorio de Eventos más sobrio y proporcionado */
.events-intro-copy h2 {
  font-size: clamp(2.05rem, 3.15vw, 3.9rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.035em !important;
  max-width: 620px;
}

.events-types-v30 { padding:110px 5vw 130px; background:#fff; }
.events-section-head { max-width:820px; margin:0 auto 72px; text-align:center; }
.events-section-head p { max-width:640px; margin:24px auto 0; color:#666; line-height:1.8; }
.events-card-grid { max-width:1380px; margin:0 auto; display:grid; grid-template-columns:repeat(3, minmax(0,1fr)); gap:34px; }
.event-service-card { background:#F8F2F2; min-height:100%; border:1px solid rgba(0,0,0,.06); transition:transform .35s ease, box-shadow .35s ease; }
.event-service-card:hover { transform:translateY(-8px); box-shadow:0 24px 70px rgba(0,0,0,.08); }
.event-card-image { aspect-ratio:4/3; overflow:hidden; background:#e5e1d9; }
.event-card-image img { width:100%; height:100%; object-fit:cover; display:block; transition:transform 1.2s ease; }
.event-service-card:hover img { transform:scale(1.055); }
.event-card-body { padding:34px 34px 40px; }
.event-card-body span { color:#bfa37c; font-family:'Playfair Display', serif; font-style:italic; font-size:1rem; }
.event-card-body h3 { font-family:'Playfair Display', serif; font-size:2.25rem; line-height:1.1; margin:16px 0 18px; font-weight:400; }
.event-card-body p { color:#5f5f5f; line-height:1.8; margin:0; }
.events-editorial-v30 { display:grid; grid-template-columns:1.05fr .95fr; min-height:760px; background:#111; color:#fff; }
.events-editorial-image { min-height:760px; overflow:hidden; }
.events-editorial-image img { width:100%; height:100%; object-fit:cover; display:block; opacity:.86; }
.events-editorial-copy { padding:110px 7vw; display:flex; flex-direction:column; justify-content:center; }
.events-editorial-copy p { color:rgba(255,255,255,.72); line-height:1.9; margin:32px 0 46px; max-width:590px; }
.events-editorial-copy .events-kicker.dark { color:#c5b097; }
.events-feature-list { display:grid; grid-template-columns:repeat(2, minmax(0,1fr)); gap:18px; max-width:620px; }
.events-feature-list div { border-top:1px solid rgba(255,255,255,.14); padding-top:18px; }
.events-feature-list strong { display:block; color:#c5b097; font-family:'Playfair Display', serif; font-weight:400; margin-bottom:8px; }
.events-feature-list span { font-size:.78rem; text-transform:uppercase; letter-spacing:2px; font-weight:700; color:rgba(255,255,255,.82); }
.events-process-v30 { padding:130px 5vw; background:#F8F2F2; }
.events-process-grid { max-width:1180px; margin:0 auto; display:grid; grid-template-columns:repeat(3, minmax(0,1fr)); border-top:1px solid rgba(0,0,0,.12); border-bottom:1px solid rgba(0,0,0,.12); }
.events-process-item { padding:44px 34px; border-right:1px solid rgba(0,0,0,.08); }
.events-process-item:last-child { border-right:0; }
.events-process-item span { color:#bfa37c; font-family:'Playfair Display', serif; font-style:italic; }
.events-process-item h3 { font-family:'Playfair Display', serif; font-size:2rem; margin:18px 0; }
.events-process-item p { color:#666; line-height:1.8; margin:0; }
.events-cta-v30 { padding:0 5vw 140px; background:#F8F2F2; }
.events-cta-inner { max-width:1220px; margin:0 auto; min-height:430px; color:#fff; padding:70px 7vw; display:flex; flex-direction:column; justify-content:center; align-items:flex-start; position:relative; overflow:hidden; background:linear-gradient(rgba(0,0,0,.66), rgba(0,0,0,.66)), var(--andorra-img_andorra_park_eventos_f_13021817) center/cover no-repeat; }
.events-cta-inner p { color:rgba(255,255,255,.78); max-width:640px; line-height:1.8; margin:26px 0 36px; }
@media (max-width: 991.98px) {
  .events-hero-v30 { height:auto; min-height:78svh; padding:110px 0 80px; }
  .events-hero-content { padding-top:40px; }
  .events-hero-content h1 { font-size:clamp(2.35rem, 9vw, 3.8rem); line-height:1.04; }
  .events-intro-v30 { grid-template-columns:1fr; gap:28px; padding:84px 22px 76px; }
  .events-intro-number { font-size:3.8rem; }
  .events-intro-text p { margin-top:0; }
  .events-types-v30, .events-process-v30 { padding:76px 22px; }
  .events-card-grid, .events-process-grid { grid-template-columns:1fr; }
  .events-process-grid { border-bottom:0; }
  .events-process-item { border-right:0; border-bottom:1px solid rgba(0,0,0,.08); padding:34px 0; }
  .events-editorial-v30 { grid-template-columns:1fr; }
  .events-editorial-image { min-height:360px; }
  .events-editorial-copy { padding:72px 24px; }
  .events-feature-list { grid-template-columns:1fr; }
  .events-cta-v30 { padding:0 22px 84px; }
  .events-cta-inner { padding:56px 28px; min-height:420px; }
}


/* V42 - Mega menu fixed local image fallback */
.overlay-menu .menu-image-container {
  background: #e6e2dc url('../static/menu-fixed.jpg') center center / cover no-repeat !important;
}
.overlay-menu .menu-image-container img#menuImage {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  opacity: 1 !important;
  color: transparent !important;
  font-size: 0 !important;
}


/* V56 - Páginas individuales Meetings y Eventos */
.events-detail-page-v56 { background:#F8F2F2; color:#111; overflow:hidden; }
.event-detail-hero-v56 { position:relative; min-height:78vh; display:flex; align-items:flex-end; overflow:hidden; background:#050505; }
.event-detail-hero-v56 > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:.76; transform:scale(1.02); }
.event-detail-overlay-v56 { position:absolute; inset:0; background:linear-gradient(90deg, rgba(0,0,0,.76), rgba(0,0,0,.36), rgba(0,0,0,.18)), linear-gradient(180deg, rgba(0,0,0,.34), rgba(0,0,0,.76)); }
.event-detail-hero-content-v56 { position:relative; z-index:2; width:min(1180px,90vw); margin:0 auto; padding:170px 0 90px; color:#fff; }
.event-detail-hero-content-v56 span, .event-detail-kicker-v56 { display:inline-block; color:#c5b097; font-size:.68rem; letter-spacing:4px; font-weight:700; text-transform:uppercase; margin-bottom:18px; }
.event-detail-hero-content-v56 h1 { font-family:'Playfair Display', serif; font-size:clamp(3.8rem, 8vw, 8rem); line-height:.95; font-weight:400; letter-spacing:-.045em; margin:0 0 24px; }
.event-detail-hero-content-v56 p { max-width:680px; color:rgba(255,255,255,.84); line-height:1.85; font-weight:300; font-size:1.05rem; }
.event-detail-intro-v56 { max-width:1320px; margin:0 auto; padding:120px 5vw 95px; display:grid; grid-template-columns:120px 1fr; gap:60px; align-items:start; }
.event-detail-number-v56 { font-family:'Playfair Display', serif; color:rgba(0,0,0,.12); font-size:5.5rem; line-height:1; }
.event-detail-copy-v56 h2, .event-detail-features-v56 h2 { font-family:'Playfair Display', serif; font-size:clamp(2.7rem, 5vw, 5.4rem); line-height:1; letter-spacing:-.04em; font-weight:400; max-width:920px; margin:0 0 28px; }
.event-detail-copy-v56 p { max-width:780px; color:#555; line-height:1.9; font-size:1.04rem; font-weight:300; }
.event-detail-split-v56 { display:grid; grid-template-columns:1.05fr .95fr; min-height:760px; background:#111; color:#fff; }
.event-detail-image-v56 { min-height:760px; overflow:hidden; }
.event-detail-image-v56 img { width:100%; height:100%; object-fit:cover; display:block; opacity:.9; }
.event-detail-features-v56 { padding:110px 7vw; display:flex; flex-direction:column; justify-content:center; }
.event-detail-features-v56 h2 { color:#fff; }
.event-detail-feature-grid-v56 { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; max-width:650px; margin:15px 0 44px; }
.event-detail-feature-grid-v56 div { border-top:1px solid rgba(255,255,255,.16); padding-top:18px; }
.event-detail-feature-grid-v56 strong { display:block; color:#c5b097; font-family:'Playfair Display', serif; font-weight:400; margin-bottom:8px; }
.event-detail-feature-grid-v56 span { display:block; color:rgba(255,255,255,.82); font-size:.78rem; letter-spacing:2px; text-transform:uppercase; font-weight:700; }
.event-detail-btn-v56 { display:inline-flex; width:max-content; min-height:54px; align-items:center; justify-content:center; padding:0 34px; background:#fff; color:#111; border:1px solid #fff; text-transform:uppercase; letter-spacing:2.5px; font-size:.68rem; font-weight:700; text-decoration:none; }
.event-detail-btn-v56:hover { background:#c5b097; border-color:#c5b097; color:#fff; }
.event-detail-back-v56 { padding:90px 5vw 130px; text-align:center; }
.event-detail-back-v56 a { text-transform:uppercase; letter-spacing:3px; font-size:.72rem; font-weight:700; border-bottom:1px solid rgba(0,0,0,.24); padding-bottom:9px; color:#111; text-decoration:none; }
@media (max-width:991.98px){
  .event-detail-hero-v56{min-height:70svh;}
  .event-detail-hero-content-v56{padding:150px 0 70px;}
  .event-detail-hero-content-v56 h1{font-size:clamp(3.1rem,15vw,5rem);}
  .event-detail-intro-v56{grid-template-columns:1fr; gap:26px; padding:78px 24px;}
  .event-detail-number-v56{font-size:3.8rem;}
  .event-detail-split-v56{grid-template-columns:1fr;}
  .event-detail-image-v56{min-height:360px;}
  .event-detail-features-v56{padding:72px 24px;}
  .event-detail-feature-grid-v56{grid-template-columns:1fr;}
}

/* V86: tamaño normal del logo principal centrado en la barra de navegación */
@media (min-width: 992px) {
  .custom-navbar .nav-center,
  nav.custom-navbar .nav-center {
    max-width: 340px !important;
    width: auto !important;
    overflow: visible !important;
  }
  .custom-navbar .nav-center > a.nav-logo-home-link,
  nav.custom-navbar .nav-center > a.nav-logo-home-link {
    max-width: 340px !important;
    width: auto !important;
    height: 80px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .custom-navbar .nav-center > a.nav-logo-home-link img,
  nav.custom-navbar .nav-center > a.nav-logo-home-link img {
    width: auto !important;
    max-width: 320px !important;
    height: auto !important;
    max-height: 34px !important;
    object-fit: contain !important;
    display: block !important;
  }
  .custom-navbar.scrolled .nav-center > a.nav-logo-home-link,
  nav.custom-navbar.scrolled .nav-center > a.nav-logo-home-link {
    height: 64px !important;
  }
  .custom-navbar.scrolled .nav-center > a.nav-logo-home-link img,
  nav.custom-navbar.scrolled .nav-center > a.nav-logo-home-link img {
    max-width: 280px !important;
    max-height: 28px !important;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .custom-navbar .nav-center,
  nav.custom-navbar .nav-center,
  .custom-navbar .nav-center > a.nav-logo-home-link,
  nav.custom-navbar .nav-center > a.nav-logo-home-link {
    max-width: 280px !important;
  }
  .custom-navbar .nav-center > a.nav-logo-home-link img,
  nav.custom-navbar .nav-center > a.nav-logo-home-link img {
    max-width: 260px !important;
    max-height: 30px !important;
  }
}

/* V117: Hero Eventos con texto centrado y composición igualada */
.events-page-v30 .events-hero-v30 {
  text-align: center !important;
}
.events-page-v30 .events-hero-content {
  width: min(1120px, 88vw) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}
.events-page-v30 .events-hero-content h1 {
  max-width: 900px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.events-page-v30 .events-hero-content p {
  max-width: 720px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.events-page-v30 .events-hero-actions {
  justify-content: center !important;
}
.events-page-v30 .events-hero-overlay {
  background:
    linear-gradient(180deg, rgba(0,0,0,.56) 0%, rgba(0,0,0,.36) 48%, rgba(0,0,0,.72) 100%),
    radial-gradient(circle at 50% 52%, rgba(0,0,0,.18) 0%, rgba(0,0,0,.58) 100%) !important;
}
@media (max-width: 767px) {
  .events-page-v30 .events-hero-content {
    width: 100% !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .events-page-v30 .events-hero-actions {
    width: 100% !important;
    gap: 18px !important;
  }
}

/* V118 ajuste responsive para título de introducción en Eventos */
@media (max-width: 768px) {
  .events-intro-copy h2 {
    font-size: clamp(2rem, 10vw, 3rem) !important;
    line-height: 1.08 !important;
    max-width: 100%;
  }
}

/* V119: reducir título de la sección "Eventos diseñados a medida" */
.events-types-v30 .events-section-head h2 {
  font-size: clamp(2.2rem, 4vw, 4.35rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.035em !important;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .events-types-v30 .events-section-head h2 {
    font-size: clamp(2.15rem, 10.5vw, 3.2rem) !important;
    line-height: 1.05 !important;
    max-width: 100%;
  }
}

/* V120: reducir títulos principales en páginas individuales de Reuniones, Celebraciones y Eventos */
.events-detail-page-v56 .event-detail-hero-content-v56 h1 {
  font-size: clamp(2.9rem, 5.6vw, 5.9rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.035em !important;
  max-width: 820px !important;
}

.events-detail-page-v56 .event-detail-copy-v56 h2,
.events-detail-page-v56 .event-detail-features-v56 h2 {
  font-size: clamp(2.15rem, 3.8vw, 4.1rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.032em !important;
  max-width: 760px !important;
}

@media (max-width: 991.98px) {
  .events-detail-page-v56 .event-detail-hero-content-v56 h1 {
    font-size: clamp(2.55rem, 11vw, 4.2rem) !important;
    line-height: 1 !important;
  }

  .events-detail-page-v56 .event-detail-copy-v56 h2,
  .events-detail-page-v56 .event-detail-features-v56 h2 {
    font-size: clamp(2rem, 8vw, 3.2rem) !important;
    line-height: 1.05 !important;
  }
}

@media (max-width: 575.98px) {
  .events-detail-page-v56 .event-detail-hero-content-v56 h1 {
    font-size: clamp(2.35rem, 12vw, 3.4rem) !important;
  }

  .events-detail-page-v56 .event-detail-copy-v56 h2,
  .events-detail-page-v56 .event-detail-features-v56 h2 {
    font-size: clamp(1.85rem, 9vw, 2.65rem) !important;
  }
}


/* V121: centrar textos del hero en páginas individuales de Reuniones, Celebraciones y Eventos */
.events-detail-page-v56 .event-detail-hero-v56 {
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.events-detail-page-v56 .event-detail-hero-content-v56 {
  width: min(1080px, 90vw) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  padding-top: 155px !important;
  padding-bottom: 92px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.events-detail-page-v56 .event-detail-hero-content-v56 span,
.events-detail-page-v56 .event-detail-hero-content-v56 h1,
.events-detail-page-v56 .event-detail-hero-content-v56 p {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.events-detail-page-v56 .event-detail-hero-content-v56 h1 {
  max-width: 780px !important;
}

.events-detail-page-v56 .event-detail-hero-content-v56 p {
  max-width: 700px !important;
}

.events-detail-page-v56 .event-detail-overlay-v56 {
  background:
    linear-gradient(180deg, rgba(0,0,0,.58) 0%, rgba(0,0,0,.34) 48%, rgba(0,0,0,.70) 100%),
    radial-gradient(circle at 50% 52%, rgba(0,0,0,.12) 0%, rgba(0,0,0,.58) 100%) !important;
}

@media (max-width: 767.98px) {
  .events-detail-page-v56 .event-detail-hero-v56 {
    min-height: 72svh !important;
  }

  .events-detail-page-v56 .event-detail-hero-content-v56 {
    width: 100% !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
    padding-top: 130px !important;
    padding-bottom: 72px !important;
  }

  .events-detail-page-v56 .event-detail-hero-content-v56 p {
    max-width: 100% !important;
  }
}


/* V122: disminuir títulos en páginas individuales de experiencias
   Bienestar & Relax en pareja, Escapada Ski, Paseo cultural con guía y Tratamiento facial clásico */
.experience-detail-page-v60 .event-detail-hero-content-v56 h1 {
  font-size: clamp(2.45rem, 4.65vw, 4.85rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.032em !important;
  max-width: 720px !important;
}

.experience-detail-page-v60 .event-detail-copy-v56 h2,
.experience-detail-page-v60 .event-detail-features-v56 h2 {
  font-size: clamp(1.95rem, 3.25vw, 3.45rem) !important;
  line-height: 1.06 !important;
  letter-spacing: -0.028em !important;
  max-width: 700px !important;
}

.experience-detail-page-v60 .event-detail-hero-content-v56 p {
  max-width: 620px !important;
}

@media (max-width: 991.98px) {
  .experience-detail-page-v60 .event-detail-hero-content-v56 h1 {
    font-size: clamp(2.25rem, 9.2vw, 3.65rem) !important;
    line-height: 1.04 !important;
  }

  .experience-detail-page-v60 .event-detail-copy-v56 h2,
  .experience-detail-page-v60 .event-detail-features-v56 h2 {
    font-size: clamp(1.85rem, 7vw, 2.8rem) !important;
    line-height: 1.07 !important;
  }
}

@media (max-width: 575.98px) {
  .experience-detail-page-v60 .event-detail-hero-content-v56 h1 {
    font-size: clamp(2.05rem, 10.5vw, 3rem) !important;
  }

  .experience-detail-page-v60 .event-detail-copy-v56 h2,
  .experience-detail-page-v60 .event-detail-features-v56 h2 {
    font-size: clamp(1.72rem, 8.4vw, 2.35rem) !important;
  }
}


/* V179 - Limpieza de numeraciones decorativas en página Eventos */
.events-intro-v30 {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px) !important;
  gap: clamp(34px, 5vw, 70px) !important;
}
.events-intro-number,
.event-card-body > span,
.events-feature-list strong {
  display: none !important;
}
.event-card-body h3 {
  margin-top: 0 !important;
}
.events-feature-list div {
  align-items: center;
}
.events-feature-list span {
  display: block;
  width: 100%;
}
/* Mantener numeración estrictamente útil en el proceso paso a paso */
.events-process-item > span {
  display: inline-block !important;
}
@media (max-width: 992px) {
  .events-intro-v30 {
    grid-template-columns: 1fr !important;
  }
}


/* V180 - Limpieza de numeraciones en Reuniones, Celebraciones y Eventos Privados */
.event-detail-number-v56,
.event-detail-feature-grid-v56 strong {
  display: none !important;
}
.event-detail-intro-v56 {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
}
.event-detail-copy-v56 {
  max-width: 980px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.event-detail-feature-grid-v56 div {
  align-items: center !important;
  padding-left: 0 !important;
}
.event-detail-feature-grid-v56 span {
  display: block !important;
  width: 100% !important;
}


/* =========================================================================
   MODAL DE SOLICITUD — Eventos (.brm-*) — misma estética que el resto
   ========================================================================= */
.brm-overlay {
  position: fixed; inset: 0; z-index: 100000;
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
  background: rgba(28, 24, 20, 0.55);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}
.brm-overlay.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.brm-overlay * { box-sizing: border-box; cursor: auto; }
.brm-dialog {
  position: relative; width: 100%; max-width: 620px;
  max-height: calc(100vh - 48px); overflow-y: auto;
  background: #f7f4ee; border: 1px solid rgba(176, 154, 122, 0.35);
  box-shadow: 0 30px 80px rgba(0,0,0,0.30), 0 8px 24px rgba(0,0,0,0.12);
  border-radius: 2px; padding: 46px 48px 38px;
  transform: translateY(24px) scale(0.985); opacity: 0;
  transition: transform 0.5s cubic-bezier(0.22,1,0.36,1), opacity 0.5s ease;
  font-family: 'Lato', sans-serif;
}
.brm-overlay.is-open .brm-dialog { transform: translateY(0) scale(1); opacity: 1; }
.brm-close {
  position: absolute; top: 18px; right: 18px; width: 42px; height: 42px;
  display: flex; align-items: center; justify-content: center;
  background: transparent; border: none; cursor: pointer; padding: 0; color: #1a1a1a;
}
.brm-close svg { stroke: currentColor; stroke-width: 1.6; transition: transform 0.4s ease, color 0.3s ease; }
.brm-close:hover svg { color: #8b7355; transform: rotate(90deg); }
.brm-head { text-align: center; margin-bottom: 30px; }
.brm-kicker { display: block; font-size: 0.62rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #b09a7a; margin-bottom: 10px; }
.brm-title { font-family: 'Playfair Display', serif; font-weight: 400; font-size: 2.3rem; color: #1a1a1a; margin: 0 0 26px; line-height: 1.15; }
.brm-steps { display: flex; align-items: center; justify-content: center; gap: 0; }
.brm-step-dot { display: flex; flex-direction: column; align-items: center; gap: 7px; }
.brm-step-dot i {
  font-style: normal; width: 32px; height: 32px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 0.8rem; font-weight: 700;
  border: 1px solid rgba(139,115,85,0.45); color: #b09a7a; background: transparent; transition: all 0.35s ease;
}
.brm-step-dot small { font-size: 0.55rem; letter-spacing: 1.5px; text-transform: uppercase; color: #b6ada0; transition: color 0.35s ease; }
.brm-step-dot.is-active i, .brm-step-dot.is-done i { background: #8b7355; border-color: #8b7355; color: #fff; }
.brm-step-dot.is-active small, .brm-step-dot.is-done small { color: #8b7355; }
.brm-step-line { width: 46px; height: 1px; background: rgba(139,115,85,0.3); margin: 0 6px 18px; }
.brm-panel { display: none; animation: brmFade 0.45s ease both; }
.brm-panel.is-active { display: block; }
@keyframes brmFade { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.brm-lead { font-family: 'Playfair Display', serif; font-size: 1.3rem; color: #1a1a1a; text-align: center; margin: 0 0 24px; font-weight: 400; }
.brm-classes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.brm-class-card {
  display: flex; align-items: center; gap: 12px; text-align: left;
  padding: 15px 16px; background: #fff; border: 1px solid rgba(176,154,122,0.30); border-radius: 2px;
  cursor: pointer; transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease; font-family: 'Lato', sans-serif;
}
.brm-class-card:hover { border-color: #b09a7a; box-shadow: 0 6px 18px rgba(139,115,85,0.10); }
.brm-class-check { flex-shrink: 0; width: 18px; height: 18px; border-radius: 50%; border: 1px solid rgba(139,115,85,0.5); position: relative; transition: all 0.25s ease; }
.brm-class-name { font-size: 0.88rem; color: #3a352e; line-height: 1.3; }
.brm-class-card[aria-checked="true"] { border-color: #8b7355; background: #fbf9f4; box-shadow: 0 6px 18px rgba(139,115,85,0.14); }
.brm-class-card[aria-checked="true"] .brm-class-check { background: #8b7355; border-color: #8b7355; }
.brm-class-card[aria-checked="true"] .brm-class-check::after {
  content: ''; position: absolute; inset: 0; margin: auto; width: 5px; height: 9px;
  border: solid #fff; border-width: 0 2px 2px 0; transform: translateY(-1px) rotate(45deg);
}
.brm-class-card[aria-checked="true"] .brm-class-name { color: #1a1a1a; font-weight: 700; }
.brm-field-label { display: block; font-size: 0.66rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #8a8073; margin: 22px 0 10px; }
.brm-field-label em { font-style: italic; font-weight: 400; text-transform: none; letter-spacing: 0; color: #b6ada0; }
.brm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.brm-field { display: block; }
.brm-field-full { grid-column: 1 / -1; }
.brm-input {
  width: 100%; padding: 12px 14px; background: #fff; border: 1px solid rgba(176,154,122,0.35); border-radius: 2px;
  font-size: 0.92rem; color: #1a1a1a; font-family: 'Lato', sans-serif; transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.brm-input:focus { outline: none; border-color: #8b7355; box-shadow: 0 0 0 3px rgba(139,115,85,0.12); }
textarea.brm-input { resize: vertical; min-height: 76px; }
.brm-summary { margin-top: 22px; padding: 16px 18px; background: #efe9df; border-left: 3px solid #b09a7a; border-radius: 2px; font-size: 0.82rem; color: #5a5246; line-height: 1.6; }
.brm-summary strong { color: #1a1a1a; }
.brm-error { margin: 18px 0 0; padding: 12px 16px; background: #f7e9e6; border: 1px solid #e0b4ab; border-radius: 2px; color: #9a3b2a; font-size: 0.82rem; }
.brm-actions { display: flex; gap: 12px; margin-top: 30px; }
.brm-btn { flex: 1; padding: 15px 24px; border: none; border-radius: 2px; font-size: 0.72rem; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; cursor: pointer; transition: all 0.3s ease; font-family: 'Lato', sans-serif; }
.brm-btn-primary { background: #8b7355; color: #fff; }
.brm-btn-primary:hover:not(:disabled) { background: #1a1a1a; }
.brm-btn-primary:disabled { opacity: 0.4; cursor: not-allowed; }
.brm-btn-ghost { flex: 0 0 auto; background: transparent; color: #8b7355; border: 1px solid rgba(139,115,85,0.4); }
.brm-btn-ghost:hover { background: rgba(139,115,85,0.08); }
.brm-btn.is-loading { position: relative; color: transparent !important; pointer-events: none; }
.brm-btn.is-loading::after {
  content: ''; position: absolute; inset: 0; margin: auto; width: 16px; height: 16px;
  border: 2px solid rgba(255,255,255,0.4); border-top-color: #fff; border-radius: 50%; animation: brmSpin 0.7s linear infinite;
}
@keyframes brmSpin { to { transform: rotate(360deg); } }
.brm-success-panel { text-align: center; padding: 20px 0 6px; }
.brm-success-icon { width: 78px; height: 78px; margin: 0 auto 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: rgba(139,115,85,0.12); }
.brm-success-icon svg { stroke: #8b7355; }
.brm-success-title { font-family: 'Playfair Display', serif; font-weight: 400; font-size: 1.9rem; color: #1a1a1a; margin: 0 0 12px; }
.brm-success-text { font-size: 0.92rem; color: #5a5246; line-height: 1.7; max-width: 420px; margin: 0 auto 28px; }
.brm-success-panel .brm-btn { flex: 0 0 auto; min-width: 220px; margin: 0 auto; display: inline-block; }

/* Calendario (flatpickr) dentro del modal */
.wrm-date-input {
  width: 100%; max-width: 300px; display: block; margin: 0 auto 12px; text-align: center;
  padding: 11px 14px; background: #fff; border: 1px solid rgba(176,154,122,0.35); border-radius: 2px;
  font-family: 'Lato', sans-serif; font-size: 0.92rem; color: #1a1a1a; cursor: pointer;
}
.wrm-date-input:focus { outline: none; border-color: #8b7355; box-shadow: 0 0 0 3px rgba(139,115,85,0.12); }
.wrm-calendar { display: flex; flex-direction: column; align-items: center; margin-bottom: 8px; }
.wrm-calendar .flatpickr-calendar.inline { margin: 0 auto; border: 1px solid rgba(176,154,122,0.25); border-radius: 4px; box-shadow: 0 8px 24px rgba(139,115,85,0.10); }
.wrm-calendar .flatpickr-day.selected, .wrm-calendar .flatpickr-day.selected:hover { background: #8b7355; border-color: #8b7355; }
.wrm-calendar .flatpickr-day.today { border-color: #b09a7a; }
.wrm-calendar .flatpickr-day:hover { background: #efe9df; }

/* Caja "experiencia seleccionada" en el modal de Experiencias */
.brm-level-box { padding: 18px 20px; background: #fbf9f4; border: 1px solid rgba(139,115,85,0.25); border-left: 3px solid #8b7355; border-radius: 2px; margin-bottom: 4px; }
.brm-level-label { display: block; font-size: 0.62rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #b09a7a; margin-bottom: 8px; }
.brm-level-name { font-family: 'Playfair Display', serif; font-size: 1.5rem; color: #1a1a1a; margin: 0; line-height: 1.2; }

/* Estilo base de las franjas (slots) — necesario para el modal de Experiencias */
.brm-slots { display: grid; grid-template-columns: repeat(auto-fill, minmax(132px, 1fr)); gap: 10px; }
.brm-slot {
  display: flex; flex-direction: column; align-items: flex-start; gap: 3px; padding: 12px 14px;
  background: #fff; border: 1px solid rgba(176,154,122,0.30); border-radius: 2px;
  cursor: pointer; transition: all 0.22s ease; font-family: 'Lato', sans-serif; text-align: left;
}
.brm-slot:hover { border-color: #b09a7a; box-shadow: 0 6px 16px rgba(139,115,85,0.10); }
.brm-slot-day { font-size: 0.82rem; font-weight: 700; color: #1a1a1a; }
.brm-slot-time { font-size: 0.74rem; color: #8a8073; letter-spacing: 0.3px; }
.brm-slot.is-selected { background: #8b7355; border-color: #8b7355; }
.brm-slot.is-selected .brm-slot-day { color: #fff; }
.brm-slot.is-selected .brm-slot-time { color: rgba(255,255,255,0.85); }

/* Franjas de hora (selección única) en el modal de Experiencias */
.wrm-times { grid-template-columns: repeat(auto-fill, minmax(84px, 1fr)); }
.wrm-times .brm-slot { align-items: center; text-align: center; padding: 13px 10px; }
.wrm-times .brm-slot .brm-slot-day { font-size: 0.9rem; }
.wrm-times .brm-slot.is-selected .brm-slot-day { color: #fff; }

@media (max-width: 600px) {
  .brm-overlay { padding: 0; align-items: flex-end; }
  .brm-dialog { max-width: 100%; max-height: 92vh; border-radius: 14px 14px 0 0; padding: 38px 22px 26px; }
  .brm-title { font-size: 1.85rem; }
  .brm-classes { grid-template-columns: 1fr; }
  .brm-grid { grid-template-columns: 1fr; }
  .brm-step-line { width: 26px; }
  .brm-step-dot small { font-size: 0.5rem; }
  .brm-actions { flex-wrap: wrap; }
}
