

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

        /* --- VARIABLES & BASE --- */
        :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;
        }

        body {
            font-family: 'Lato', sans-serif;
            color: var(--text-dark);
            background-color: var(--bg-light);
            overflow-x: hidden;
            cursor: auto; 
        }

        @media (hover: none) and (pointer: coarse) {
            body { cursor: auto !important; }
            .cursor-dot, .cursor-outline { display: none !important; }
            a, button, .dark-nav-box, .footer-lang, .field-box { cursor: pointer !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);
            cursor: default;
        }

        button {
            cursor: pointer;
        }

        /* 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); transition: opacity 0.2s; }
        .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; }
        body.hovering .cursor-dot { opacity: 0; }
        .flatpickr-calendar, .flatpickr-calendar * { cursor: pointer !important; }

        /* Cursor inversion for dark sections */
        body.cursor-invert .cursor-dot { background-color: #ffffff; }
        body.cursor-invert:not(.hovering) .cursor-outline { border-color: rgba(255, 255, 255, 0.5); }

        /* --- 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%; }
        .object-fit-cover { object-fit: cover; }
        
        /* 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); }
        .reveal-scale { opacity: 0; transform: scale(0.95); transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
        .reveal-scale.active { opacity: 1; transform: scale(1); }
        .delay-100 { transition-delay: 0.1s; } .delay-200 { transition-delay: 0.2s; } .delay-300 { transition-delay: 0.3s; }

        .btn-luxury-link { position: relative; display: inline-block; font-size: 0.8rem; letter-spacing: 3px; text-transform: uppercase; padding-bottom: 5px; overflow: hidden; color: var(--text-dark); font-weight: 700; }
        .btn-luxury-link::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background-color: var(--primary-gold); transform: translateX(-101%); transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1); }
        .btn-luxury-link:hover::after { transform: translateX(0); }
        .btn-luxury-link::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background-color: rgba(0,0,0,0.1); }

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

        .mobile-reservar-btn { display: none; }

        /* --- TOP BOOKING STRIP --- */
        .top-booking-strip { position: fixed; top: 80px; left: 0; width: 100%; height: 75px; background-color: transparent; border-bottom: 1px solid rgba(255,255,255,0.15); z-index: 999; display: flex; align-items: center; padding: 0 40px; transition: all 0.4s ease; pointer-events: auto; }
        .top-booking-strip.scrolled { background-color: rgba(232, 230, 225, 0.95); border-bottom-color: transparent; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
        .top-booking-strip.transparent-strip { background-color: transparent !important; backdrop-filter: none !important; -webkit-backdrop-filter: none !important; pointer-events: none; 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); display: flex; flex-grow: 1; align-items: center; margin: 0; transform: translateY(0); }
        .booking-fields-wrapper.hidden-fields { opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-50px); }
        
        .booking-field-new { margin-right: 25px; flex-shrink: 0; }
        .booking-field-new label { display: block; font-size: 0.6rem; font-weight: 700; letter-spacing: 2px; color: #fff; margin-bottom: 5px; text-transform: uppercase; transition: color 0.4s ease; }
        .top-booking-strip.scrolled .booking-field-new label { color: #111; }
        
        .field-box { background-color: rgba(255, 255, 255, 0.15); padding: 10px 15px; font-size: 0.9rem; color: #fff; min-width: 220px; border: none; outline: none; font-family: inherit; transition: all 0.4s ease; cursor: text !important; appearance: none; -webkit-appearance: none; display: block; border-radius: 2px;}
        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>'); background-repeat: no-repeat; background-position: right 10px center; padding-right: 30px; cursor: pointer !important; }
        select.field-box option { color: #111; background-color: #fff; }
        .field-box:hover, .field-box:focus { background-color: rgba(255, 255, 255, 0.25); }
        .field-box.promo { font-style: italic; color: #eee; min-width: 150px;}
        .field-box::placeholder { color: #eee; }
        
        .top-booking-strip.scrolled .field-box { background-color: rgba(0, 0, 0, 0.06); color: #111; }
        .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>'); background-repeat: no-repeat; background-position: right 10px center; }
        .top-booking-strip.scrolled .field-box:hover, .top-booking-strip.scrolled .field-box:focus { background-color: rgba(0, 0, 0, 0.1); }
        .top-booking-strip.scrolled .field-box.promo { color: #666; }
        .top-booking-strip.scrolled .field-box::placeholder { color: #666; }
        
        .btn-consultar-dark { background-color: #fff; color: #000; border: none; padding: 11px 30px; font-size: 0.7rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; transition: all 0.4s ease; margin-top: 16px;}
        .btn-consultar-dark:hover { background-color: #ddd; }
        
        .top-booking-strip.scrolled .btn-consultar-dark { background-color: #000; color: #fff; }
        .top-booking-strip.scrolled .btn-consultar-dark:hover { background-color: #333; }
        
        .ocultar-toggle { font-size: 0.65rem; font-weight: 700; letter-spacing: 1px; color: #fff; cursor: pointer; text-transform: uppercase; transition: color 0.4s ease; pointer-events: auto; }
        .top-booking-strip.scrolled .ocultar-toggle { color: #111; }
        .ocultar-toggle.text-light-custom { color: #ffffff !important; text-shadow: 0 2px 5px rgba(0,0,0,0.6); }

        /* --- HERO --- */
        .hero { height: 100vh; background: #000; position: relative; overflow: hidden; }
        .hero-img-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; }
        .hero-img { width: 100%; height: 100%; object-fit: cover; animation: kenBurns 30s ease-out infinite alternate; }
        .hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.1) 40%, rgba(0,0,0,0.7) 100%); z-index: 1; }
        
        .hero-bottom-container { position: absolute; bottom: 0; left: 0; width: 100%; z-index: 2; display: flex; justify-content: space-between; align-items: flex-end; padding: 0 40px 40px 40px; }
        
        .hero-text-box { color: white; margin-bottom: 20px;}
        .hero-eyebrow { font-size: 0.75rem; font-weight: 700; letter-spacing: 3px; margin-bottom: 5px; text-transform: uppercase; opacity: 0; animation: fadeUp 1s forwards 0.3s; }
        .hero-title { font-family: 'Playfair Display', serif; font-size: 4.5rem; margin-bottom: 10px; line-height: 1.1; opacity: 0; animation: fadeUp 1s forwards 0.5s; text-shadow: 0 5px 15px rgba(0,0,0,0.5);}
        .hero-subtitle { font-family: 'Lato', sans-serif; font-size: 1.1rem; font-weight: 900; letter-spacing: 1px; text-transform: none; opacity: 0; animation: fadeUp 1s forwards 0.7s; }
        
        .hero-boxes-grid { display: flex; }
        .dark-nav-box { width: 110px; height: 110px; background-color: rgba(17, 17, 17, 0.9); color: white; display: flex; flex-direction: column; align-items: center; justify-content: center; margin-left: 2px; transition: background 0.3s, transform 0.3s; cursor: pointer; }
        .dark-nav-box:hover { background-color: #000; transform: translateY(-5px); }
        .dark-nav-box i { font-size: 1.5rem; margin-bottom: 12px; opacity: 0.7; }
        .dark-nav-box span { font-size: 0.55rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; opacity: 0.9;}

        .hero-scroll-arrow { position: absolute; bottom: 15px; left: 50%; transform: translateX(-50%); z-index: 2; color: white; font-size: 1.2rem; animation: bounce 2s infinite; opacity: 0.7;}

        @keyframes kenBurns { 0% { transform: scale(1); } 100% { transform: scale(1.1); } }
        @keyframes fadeUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }

        /* --- REST OF SECTIONS --- */
        .intro-centered-luxury { padding: 180px 0 120px; text-align: center; background-color: var(--bg-light); position: relative; }
        .intro-top-eyebrow { font-size: 0.65rem; letter-spacing: 3px; text-transform: uppercase; color: #777; margin-bottom: 40px; font-weight: 700; }
        .intro-headline { font-family: 'Playfair Display', serif; font-size: 4rem; line-height: 1.1; color: var(--text-dark); max-width: 900px; margin: 0 auto 50px; font-weight: 400; }
        .intro-divider-vertical { width: 1px; height: 80px; background-color: #ddd; margin: 0 auto 40px; }
        .intro-bottom-eyebrow { font-size: 0.65rem; letter-spacing: 3px; text-transform: uppercase; color: #777; margin-bottom: 40px; font-weight: 700; }
        .intro-body-text { font-family: 'Playfair Display', serif; font-size: 1rem; line-height: 1.9; color: #666; max-width: 950px; margin: 0 auto 40px; }
        .intro-footer-text { font-family: 'Lato', sans-serif; font-size: 0.8rem; color: #333; max-width: 700px; margin: 0 auto; line-height: 1.6; }
        .intro-footer-text strong { color: #000; font-weight: 700; }

        /* --- NEW MASONRY GALLERY --- */
        .intro-new-gallery { margin-top: 80px; max-width: 1400px; margin-left: auto; margin-right: auto; padding: 0 5%; }
        .masonry-grid-4 { display: grid; grid-template-columns: 1.4fr 1fr 1.1fr 1fr; gap: 15px; height: 500px; }
        .masonry-col-tall { height: 100%; }
        .masonry-col-split { display: flex; flex-direction: column; gap: 15px; height: 100%; }
        .masonry-split-item { flex: 1; height: calc(50% - 7.5px); }
        .masonry-img-wrap { width: 100%; height: 100%; overflow: hidden; position: relative; cursor: pointer; }
        .masonry-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1); }
        .masonry-img-wrap:hover img { transform: scale(1.05); }

        /* --- LIGHTBOX GALLERY --- */
        .lightbox-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.95); z-index: 3000; display: flex; justify-content: center; align-items: center; opacity: 0; visibility: hidden; transition: opacity 0.4s ease, visibility 0.4s ease; cursor: pointer; }
        .lightbox-overlay.active { opacity: 1; visibility: visible; }
        .lightbox-overlay img { max-width: 90%; max-height: 90vh; object-fit: contain; transform: scale(0.95); transition: transform 0.4s ease; box-shadow: 0 10px 40px rgba(0,0,0,0.5); }
        .lightbox-overlay.active img { transform: scale(1); }
        .lightbox-close { position: absolute; top: 30px; right: 40px; color: white; font-size: 2rem; cursor: pointer; opacity: 0.7; transition: opacity 0.3s; z-index: 3001; }
        .lightbox-close:hover { opacity: 1; }
        .lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); color: white; font-size: 2rem; cursor: pointer; opacity: 0.5; transition: opacity 0.3s; z-index: 3001; padding: 20px; }
        .lightbox-nav:hover { opacity: 1; }
        .lightbox-prev { left: 20px; }
        .lightbox-next { right: 20px; }

        /* --- BENEFITS STRIP UPDATED --- */
        .benefits-strip { display: flex; justify-content: center; gap: 8%; padding: 100px 5%; border-top: 1px solid rgba(0,0,0,0.05); border-bottom: 1px solid rgba(0,0,0,0.05); background: white; }
        .benefit-clean { text-align: center; opacity: 0.85; transition: opacity 0.3s; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; width: 220px; }
        .benefit-clean:hover { opacity: 1; }
        .benefit-clean svg { width: 38px; height: 38px; stroke-width: 0.8; margin-bottom: 25px; color: #111; }
        .benefit-clean span { display: block; font-family: 'Lato', sans-serif; font-size: 0.65rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; color: #444; line-height: 1.8; }

        /* --- ROOMS SECTION RE-DESIGN --- */
        .rooms-section { background-color: var(--bg-light); padding: 120px 0; overflow: hidden; position: relative; }
        .rooms-container-width { max-width: 1400px; margin: 0 auto; padding: 0 5%; }
        .rooms-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 50px; padding: 0 5%; }
        .rooms-title-main { font-family: 'Playfair Display', serif; font-size: 3.5rem; color: var(--text-dark); margin: 0; font-weight: 400; }
        .rooms-controls { display: flex; gap: 10px; }
        .control-btn { width: 45px; height: 45px; border: 1px solid rgba(0,0,0,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.3s; background: transparent; color: var(--text-dark); font-size: 0.8rem; }
        .control-btn:hover { background: rgba(0,0,0,0.03); color: var(--text-dark); border-color: rgba(0,0,0,0.3); }
        
        .rooms-carousel-track-container { overflow: hidden; padding: 10px 5% 60px; }
        .rooms-carousel-track { display: flex; gap: 30px; transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1); }
        
        .luxury-room-card { flex: 0 0 320px; height: 450px; position: relative; background: transparent; cursor: pointer; overflow: hidden; box-shadow: 0 15px 35px rgba(0,0,0,0.03); transition: transform 0.4s ease; }
        .luxury-room-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s ease; z-index: 0; pointer-events: none; }
        .luxury-room-card:hover .luxury-room-img { transform: scale(1.05); }
        
        .luxury-room-img-hover { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 0.6s ease, transform 1.2s ease; z-index: 1; pointer-events: none; }
        .luxury-room-card:hover .luxury-room-img-hover { opacity: 1; transform: scale(1.05); }

        .room-overlay { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.1) 45%, rgba(0,0,0,0) 100%); display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; padding: 40px 30px; color: white; z-index: 2; pointer-events: none; }
        .room-type { font-family: 'Lato', sans-serif; font-size: 0.55rem; letter-spacing: 3px; text-transform: uppercase; color: var(--primary-gold); margin-bottom: 5px; opacity: 0.9; transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1); }
        .room-name { font-family: 'Playfair Display', serif; font-size: 1.9rem; margin: 0 0 5px; line-height: 1.1; font-weight: 400; text-align: left; transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1); }
        .room-capacity { font-family: 'Lato', sans-serif; font-size: 0.75rem; opacity: 0.8; margin-bottom: 0; font-style: normal; text-align: left; letter-spacing: 0.5px; font-weight: 300; transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1); }
        
        .room-btn-line { position: absolute; bottom: 20px; left: 30px; font-family: 'Lato', sans-serif; font-size: 0.65rem; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; border-bottom: 1px solid transparent; padding-bottom: 2px; display: inline-block; transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1); transform: translateY(20px); opacity: 0; }
        
        .luxury-room-card:hover .room-type, 
        .luxury-room-card:hover .room-name, 
        .luxury-room-card:hover .room-capacity { transform: translateY(-20px); }
        .luxury-room-card:hover .room-btn-line { opacity: 1; transform: translateY(0); border-bottom-color: white; }

        .experiences-list-sec { padding: 150px 0; background: #0f0f0f; color: white; position: relative; }
        .exp-header-light { text-align: center; margin-bottom: 70px; }
        .exp-eyebrow { font-family: 'Lato', sans-serif; font-size: 0.6rem; letter-spacing: 4px; text-transform: uppercase; color: #888; margin-bottom: 20px; font-weight: 700; }
        .exp-title { font-family: 'Playfair Display', serif; font-size: 3.8rem; color: white; margin: 0; font-weight: 400; }
        .hover-list { position: relative; z-index: 2; max-width: 1400px; margin: 0 auto; padding: 0 5%; }
        .hover-item { padding: 45px 0; border-bottom: 1px solid rgba(255,255,255,0.1); display: flex; justify-content: space-between; align-items: center; cursor: pointer; transition: padding 0.4s; }
        .hover-item:hover { padding: 45px 20px; }
        .hover-item h3 { font-family: 'Playfair Display', serif; font-size: 2.6rem; margin: 0; color: rgba(255,255,255,0.45); transition: color 0.4s; font-weight: 400; }
        .hover-item:hover h3 { color: white; }
        .hover-item span { font-family: 'Lato', sans-serif; font-size: 0.65rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; opacity: 0.9; }
        .float-image-wrapper { position: fixed; top: 50%; left: 50%; width: 400px; height: 500px; transform: translate(-50%, -50%) scale(0); pointer-events: none; z-index: 1; opacity: 0; transition: opacity 0.3s, transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); overflow: hidden; }
        .float-image-wrapper.visible { opacity: 0.6; transform: translate(-50%, -50%) scale(1); }
        .float-image-wrapper img { width: 100%; height: 100%; object-fit: cover; }

        .ballet-cinematic { height: 100vh; position: relative; display: flex; align-items: center; padding: 0 5%; color: white; overflow: hidden; }
        .ballet-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; transition: transform 10s ease; }
        .ballet-bg-2 { opacity: 0; animation: crossFadeBallet 12s infinite; }
        @keyframes crossFadeBallet { 0%, 40% { opacity: 0; } 50%, 90% { opacity: 1; } 100% { opacity: 0; } }
        .ballet-gradient { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to right, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 40%, rgba(0,0,0,0) 100%); z-index: 1; }
        .ballet-cinematic:hover .ballet-bg { transform: scale(1.05); }
        .ballet-text-overlay { position: relative; z-index: 2; max-width: 680px; margin-top: 40px; }
        .ballet-text-overlay h2 { font-size: 5.5rem; line-height: 1; margin-bottom: 20px; font-family: 'Playfair Display', serif; font-weight: 400; }
        .ballet-text-overlay p.ballet-desc { font-size: 0.95rem; line-height: 1.8; margin-bottom: 40px; opacity: 0.85; font-family: 'Lato', sans-serif; font-weight: 400; letter-spacing: 0.2px; }
        .ballet-text-overlay .ballet-eyebrow { font-size: 0.7rem; letter-spacing: 4px; text-transform: uppercase; color: var(--primary-gold); margin-bottom: 10px; font-weight: 700; font-family: 'Lato', sans-serif; }

        /* --- EVENTS CAROUSEL REDESIGN --- */
        .events-minimal { padding: 120px 5%; background: white; }
        .events-header-wrapper { max-width: 1400px; margin: 0 auto 40px; display: flex; justify-content: space-between; align-items: flex-end; }
        .events-title { font-family: 'Playfair Display', serif; font-size: 3.5rem; color: var(--text-dark); margin: 0; font-weight: 400; }
        .events-subtitle { font-family: 'Lato', sans-serif; font-size: 0.85rem; color: #333; margin: 0; }
        
        .events-carousel-container { max-width: 1400px; margin: 0 auto; overflow: hidden; position: relative; cursor: grab; padding-bottom: 20px; }
        .events-carousel-container:active { cursor: grabbing; }
        .events-carousel-track { display: flex; gap: 20px; transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1); width: max-content; }
        
        .event-card-new { flex: 0 0 590px; height: 550px; position: relative; overflow: hidden; border-radius: 2px; cursor: default; }
        .event-card-new img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s ease; pointer-events: none; }
        .event-card-new img.event-img-hover { opacity: 0; z-index: 1; }
        .event-card-new:hover img { transform: scale(1.05); }
        .event-card-new:hover img.event-img-hover { opacity: 1; }
        
        .event-card-new::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 50%); pointer-events: none; z-index: 2; transition: all 0.5s ease; }
        .event-card-new:hover::after { background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.4) 50%, transparent 100%); }
        
        .event-card-new h4 { position: absolute; bottom: 40px; left: 40px; margin: 0; color: white; font-family: 'Playfair Display', serif; font-size: 2.2rem; z-index: 3; font-weight: 400; pointer-events: none; transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1); }
        .event-card-new:hover h4 { transform: translateY(-75px); }
        
        .event-desc { position: absolute; bottom: 40px; left: 40px; margin: 0; color: rgba(255,255,255,0.95); font-family: 'Lato', sans-serif; font-size: 0.95rem; z-index: 3; opacity: 0; transform: translateY(20px); transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1); pointer-events: none; max-width: 85%; line-height: 1.6; font-weight: 300; }
        .event-card-new:hover .event-desc { opacity: 1; transform: translateY(0); transition-delay: 0.05s; }

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

        /* --- MOBILE CORRECTIONS --- */
        @media (max-width: 992px) {
            /* --- MOBILE LUXURY SECTION TRANSITIONS (OVERLAPPING SHEETS) --- */
            .intro-centered-luxury {
                position: relative; z-index: 2; margin-top: -40px;
                border-radius: 24px 24px 0 0; background-color: var(--bg-light);
                box-shadow: 0 -15px 40px rgba(0,0,0,0.15);
                padding: 80px 0;
            }
            .rooms-section {
                position: relative; z-index: 3; margin-top: -30px;
                border-radius: 24px 24px 0 0; background-color: var(--bg-light);
                box-shadow: 0 -15px 40px rgba(0,0,0,0.05);
                padding: 80px 0;
            }
            .experiences-list-sec {
                position: relative; z-index: 4; margin-top: -30px;
                border-radius: 24px 24px 0 0; background: #0f0f0f;
                box-shadow: 0 -15px 40px rgba(0,0,0,0.3);
                padding: 80px 0;
            }
            .ballet-cinematic {
                position: relative; z-index: 5; margin-top: -30px;
                border-radius: 24px 24px 0 0; overflow: hidden;
                box-shadow: 0 -15px 40px rgba(0,0,0,0.3);
                padding: 60px 5%; align-items: flex-end; justify-content: flex-start; text-align: left; min-height: 80vh; height: auto;
            }
            .events-minimal {
                position: relative; z-index: 6; margin-top: -30px;
                border-radius: 24px 24px 0 0; background: white;
                box-shadow: 0 -15px 40px rgba(0,0,0,0.05);
                padding: 80px 5%;
            }
            .luxury-footer {
                position: relative; z-index: 7; margin-top: -30px;
                border-radius: 24px 24px 0 0; background-color: #050505;
                box-shadow: 0 -15px 40px rgba(0,0,0,0.3);
                padding: 80px 0 30px;
            }
            
            /* Enhance Reveal Animation for Mobile */
            .reveal-up {
                transform: translateY(30px);
                transition: opacity 1.4s cubic-bezier(0.25, 1, 0.5, 1), transform 1.4s cubic-bezier(0.25, 1, 0.5, 1);
            }
            
            /* Hero */
            .hero-title { font-size: 3rem; }
            .hero-subtitle { font-size: 0.85rem; line-height: 1.4; }
            .hero-bottom-container { padding: 0 20px 70px 20px; flex-direction: column; align-items: flex-start; gap: 20px; }
            
            /* Intro */
            .intro-headline { font-size: 2.2rem; margin-bottom: 30px; }
            .intro-body-text { font-size: 0.95rem; padding: 0 15px; }
            .benefit-clean { margin-bottom: 0; width: 100%; }

            /* Intro / Gallery Mobile Adjustments */
            .intro-new-gallery { margin-top: 40px; }
            .masonry-grid-4 { grid-template-columns: 1fr; height: auto; gap: 15px; }
            .masonry-col-tall { height: 350px; }
            .masonry-col-split { height: auto; flex-direction: column; }
            .masonry-split-item { height: 250px; }

            .benefits-strip { flex-direction: column; gap: 40px; padding: 60px 5%; }

            /* Rooms Section */
            .rooms-header { flex-direction: column; align-items: flex-start; text-align: left; margin-bottom: 30px; }
            .rooms-title-main { font-size: 2.5rem; }
            .rooms-controls { display: none; } 
            
            .rooms-carousel-track-container { overflow-x: auto; -webkit-overflow-scrolling: touch; padding: 10px 20px 40px; scroll-snap-type: x mandatory; -ms-overflow-style: none; scrollbar-width: none; }
            .rooms-carousel-track-container::-webkit-scrollbar { display: none; }
            .rooms-carousel-track { width: max-content; gap: 15px; padding-right: 20px; }
            
            .luxury-room-card { flex: 0 0 85vw; max-width: 320px; height: 420px; scroll-snap-align: center; margin-right: 0; transform: none !important; }
            .luxury-room-card:hover .luxury-room-img { transform: none; }
            
            /* Force show room text permanently on mobile */
            .room-overlay { opacity: 1; background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.2) 50%, transparent 100%); padding: 30px 25px; }
            .luxury-room-card .room-type, 
            .luxury-room-card .room-name, 
            .luxury-room-card .room-capacity { transform: translateY(-20px) !important; }
            .room-btn-line { opacity: 1 !important; transform: translateY(0) !important; border-bottom-color: white; left: 25px; bottom: 25px; }

            /* Experiences */
            .exp-title { font-size: 2.2rem; }
            .hover-item { padding: 25px 0; flex-direction: column; align-items: flex-start; gap: 8px; }
            .hover-item h3 { font-size: 1.6rem; color: white; line-height: 1.2; margin-right: 0; } 
            .float-image-wrapper { display: none; } 
            
            /* Ballet */
            .ballet-text-overlay { margin-bottom: 20px; margin-top: 80px; }
            .ballet-text-overlay h2 { font-size: 3rem; }
            .ballet-text-overlay p.ballet-desc br { display: none; }
            .ballet-gradient { background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.5) 50%, transparent 100%); }
            
            /* Events Section */
            .events-header-wrapper { flex-direction: column; align-items: flex-start; gap: 10px; margin-bottom: 30px; }
            .events-title { font-size: 2.5rem; }
            .events-subtitle { display: block !important; font-size: 0.9rem; line-height: 1.5; margin-bottom: 10px !important; }
            
            .events-carousel-container { overflow-x: auto; -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory; padding-bottom: 20px; -ms-overflow-style: none; scrollbar-width: none; }
            .events-carousel-container::-webkit-scrollbar { display: none; }
            .events-carousel-track { width: max-content; gap: 15px; padding-right: 20px; }
            .event-card-new { flex: 0 0 85vw; max-width: 360px; height: 450px; scroll-snap-align: center; margin-right: 0; }
            
            /* Force show event text permanently on mobile */
            .event-card-new::after { background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.5) 60%, transparent 100%); opacity: 1; }
            .event-card-new h4 { transform: translateY(-80px) !important; bottom: 30px; left: 25px; font-size: 1.8rem; }
            .event-desc { opacity: 1 !important; transform: translateY(0) !important; bottom: 30px; left: 25px; font-size: 0.85rem; max-width: 90%; pointer-events: auto; }

            /* Navbar Mobile adjust */
            .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;
                border-right: 1px solid rgba(255,255,255,0.15) !important;
                width: 100%;
            }
            .menu-btn-minimal { 
                padding: 0 !important;
                width: 100% !important;
                align-items: center; 
            }
            .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;
                width: 50px;
                overflow: hidden;
                display: flex;
                justify-content: center;
            }
            .mobile-logo-wrapper img {
                height: 75px; 
                object-position: center top;
                filter: brightness(0) invert(1);
            }
            .mobile-reservar-btn {
                display: flex !important;
                align-items: center;
                justify-content: center;
                border-left: 1px solid rgba(255,255,255,0.15);
                color: white;
                font-size: 0.65rem;
                letter-spacing: 2px;
                font-weight: 700;
                text-transform: uppercase;
                cursor: pointer;
                height: 100%;
            }
            .nav-right, .top-booking-strip, .hero-boxes-grid, .hero-scroll-arrow { display: none !important; }
            
            /* Menu Overlay */
            .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: 25px; column-gap: 0; justify-content: center; }
            .menu-links a { font-size: 1.8rem; }
            .close-btn-box { border: none; right: 0; left: auto; width: 60px; height: 60px; }
            .menu-content-wrapper { flex-direction: column; height: auto; padding-top: 80px; padding-bottom: 50px; }
            
            /* Footer Mobile Adjust */
            .footer-logo-section { margin-bottom: 60px; }
            .footer-main-row { text-align: left; margin-bottom: 40px; }
            .footer-heading { margin-top: 40px; margin-bottom: 20px; font-size: 1.8rem; }
            .contact-details p { margin-bottom: 15px; }
            .footer-bottom-row { flex-direction: column; gap: 25px; align-items: flex-start; }
        }
    

/* =========================================================
   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; }
}


        /* AJUSTE SOLO INICIO: hero principal un poco más alto */
        header.hero {
            height: 86vh !important;
            min-height: 680px !important;
        }
        @media (max-width: 991.98px) {
            header.hero {
                height: 78vh !important;
                min-height: 600px !important;
            }
        }
        @media (max-width: 575.98px) {
            header.hero {
                height: 72vh !important;
                min-height: 540px !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 (max-width: 991.98px) {
  html, body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    background: #fff !important;
  }
  body { cursor: auto !important; }
  .cursor-dot, .cursor-outline { display: none !important; }
  body * { box-sizing: border-box !important; }
  img, video { max-width: 100% !important; }

  /* NAVBAR móvil limpia */
  .custom-navbar,
  .custom-navbar.scrolled,
  .custom-navbar.dark-mode {
    height: 66px !important;
    min-height: 66px !important;
    display: grid !important;
    grid-template-columns: 66px 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;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    overflow: hidden !important;
  }
  .custom-navbar .nav-left,
  .custom-navbar .nav-center,
  .custom-navbar .nav-right {
    height: 66px !important;
    min-height: 66px !important;
  }
  .custom-navbar .nav-left {
    width: 66px !important;
    min-width: 66px !important;
    max-width: 66px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-right: 1px solid rgba(255,255,255,0.12) !important;
    gap: 0 !important;
  }
  .custom-navbar .menu-btn-minimal {
    width: 66px !important;
    height: 66px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .custom-navbar .menu-line {
    width: 23px !important;
    height: 1px !important;
    margin: 4px 0 !important;
    background: #fff !important;
  }
  .custom-navbar .nav-left .d-none,
  .custom-navbar .nav-right.d-none,
  .custom-navbar .nav-right,
  .custom-navbar .nav-icon-stacked,
  .custom-navbar .nav-right-link {
    display: none !important;
  }
  .custom-navbar .nav-center {
    position: relative !important;
    left: auto !important;
    transform: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0 !important;
    width: 100% !important;
    overflow: hidden !important;
  }
  .custom-navbar .mobile-logo-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 52px !important;
    height: 34px !important;
    overflow: hidden !important;
  }
  .custom-navbar .mobile-logo-wrapper img {
    display: block !important;
    height: 74px !important;
    width: auto !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;
    height: 66px !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.12) !important;
    font-size: 0.58rem !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    letter-spacing: 1.4px !important;
    text-transform: uppercase !important;
    text-align: center !important;
  }
  .top-booking-strip,
  .top-booking-strip.d-none,
  .top-booking-strip.d-lg-flex,
  .hero-boxes-grid,
  .hero-scroll-arrow {
    display: none !important;
  }

  /* MEGA MENÚ móvil */
  .overlay-menu {
    width: 100vw !important;
    height: 100dvh !important;
    min-height: 100dvh !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    background: #f9f7f2 !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding: 84px 24px 40px !important;
  }
  .close-btn-box {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    width: 66px !important;
    height: 66px !important;
    background: #f9f7f2 !important;
    border-right: 1px solid rgba(0,0,0,0.08) !important;
    border-bottom: 1px solid rgba(0,0,0,0.08) !important;
    z-index: 2100 !important;
  }
  .close-icon-svg { width: 22px !important; height: 22px !important; }
  .menu-content-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    min-height: auto !important;
    height: auto !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .menu-image-col, .menu-image-container { display: none !important; }
  .menu-links-col {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    overflow: visible !important;
  }
  .menu-links {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    row-gap: 12px !important;
    column-gap: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .menu-links li {
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr) !important;
    align-items: baseline !important;
    gap: 12px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .menu-num {
    display: block !important;
    font-size: 0.62rem !important;
    letter-spacing: 1px !important;
    color: #bfa37c !important;
    padding-top: 6px !important;
  }
  .menu-links a {
    display: block !important;
    font-size: clamp(2rem, 10.2vw, 3.15rem) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.04em !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    color: #3b3b3b !important;
  }

  /* HERO INICIO */
  header.hero {
    height: 76svh !important;
    min-height: 570px !important;
    max-height: 760px !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #000 !important;
  }
  .hero-img-container,
  .hero-img,
  .hero-overlay { height: 100% !important; }
  .hero-img {
    width: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    animation: none !important;
    transform: none !important;
  }
  .hero-overlay {
    background: linear-gradient(to bottom, rgba(0,0,0,.56) 0%, rgba(0,0,0,.18) 38%, rgba(0,0,0,.82) 100%) !important;
  }
  .hero-bottom-container {
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    display: block !important;
    padding: 0 22px 54px !important;
  }
  .hero-text-box {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    color: #fff !important;
  }
  .hero-eyebrow {
    font-size: 0.64rem !important;
    letter-spacing: 2.2px !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
  }
  .hero-title {
    font-size: clamp(2.65rem, 12.5vw, 4.15rem) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.055em !important;
    margin: 0 0 14px !important;
    max-width: 92vw !important;
  }
  .hero-subtitle {
    font-size: 0.74rem !important;
    letter-spacing: 1.45px !important;
    line-height: 1.55 !important;
    max-width: 88vw !important;
  }

  /* SECCIONES GENERALES */
  section {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }
  .container, .container-fluid, .rooms-container-width {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .intro-centered-luxury {
    margin-top: 0 !important;
    padding: 72px 0 58px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
  }
  .intro-top-eyebrow,
  .intro-bottom-eyebrow,
  .exp-eyebrow,
  .ballet-eyebrow {
    font-size: 0.63rem !important;
    letter-spacing: 2.5px !important;
    line-height: 1.4 !important;
  }
  .intro-headline {
    font-size: clamp(2.05rem, 9.4vw, 3rem) !important;
    line-height: 1.05 !important;
    letter-spacing: -0.045em !important;
    margin-bottom: 30px !important;
  }
  .intro-body-text,
  .intro-footer-text {
    font-size: 0.95rem !important;
    line-height: 1.82 !important;
    padding: 0 !important;
    max-width: 100% !important;
  }
  .intro-divider-vertical { height: 72px !important; margin: 34px auto !important; }
  .intro-new-gallery { margin-top: 42px !important; padding: 0 18px !important; }
  .masonry-grid-4 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    height: auto !important;
  }
  .masonry-col-tall,
  .masonry-col-split,
  .masonry-split-item {
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .masonry-img-wrap {
    height: 260px !important;
    border-radius: 0 !important;
    overflow: hidden !important;
  }
  .masonry-col-tall .masonry-img-wrap { height: 330px !important; }

  /* HABITACIONES */
  .rooms-section {
    margin-top: 0 !important;
    padding: 70px 0 58px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: #F8F2F2 !important;
  }
  .rooms-header,
  .events-header-wrapper {
    width: 100% !important;
    display: block !important;
    padding: 0 22px !important;
    margin: 0 0 30px !important;
    text-align: left !important;
  }
  .rooms-title-main,
  .events-title,
  .exp-title {
    font-size: clamp(2.2rem, 10vw, 3.2rem) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.05em !important;
  }
  .events-subtitle {
    display: block !important;
    font-size: 0.93rem !important;
    line-height: 1.65 !important;
    max-width: 100% !important;
    margin-top: 12px !important;
  }
  .rooms-controls { display: none !important; }
  .rooms-carousel-track-container,
  .events-carousel-container {
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-snap-type: x mandatory !important;
    padding: 4px 22px 28px !important;
    scrollbar-width: none !important;
  }
  .rooms-carousel-track-container::-webkit-scrollbar,
  .events-carousel-container::-webkit-scrollbar { display: none !important; }
  .rooms-carousel-track,
  .events-carousel-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 16px !important;
    width: max-content !important;
    transform: none !important;
    padding: 0 22px 0 0 !important;
  }
  .luxury-room-card {
    flex: 0 0 82vw !important;
    width: 82vw !important;
    max-width: 350px !important;
    min-width: 280px !important;
    height: 430px !important;
    margin: 0 !important;
    scroll-snap-align: start !important;
    transform: none !important;
  }
  .room-overlay {
    opacity: 1 !important;
    padding: 32px 24px !important;
    background: linear-gradient(to top, rgba(0,0,0,.9) 0%, rgba(0,0,0,.34) 58%, transparent 100%) !important;
  }
  .room-name { font-size: 2rem !important; line-height: 1.1 !important; }
  .room-type, .room-name, .room-capacity { transform: none !important; opacity: 1 !important; }
  .room-btn-line { opacity: 1 !important; transform: none !important; left: 24px !important; bottom: 24px !important; }

  /* EXPERIENCIAS */
  .experiences-list-sec {
    margin-top: 0 !important;
    padding: 72px 0 62px !important;
    border-radius: 0 !important;
    background: #0f0f0f !important;
    box-shadow: none !important;
    color: #fff !important;
  }
  .exp-header-light { padding: 0 22px !important; margin-bottom: 28px !important; }
  .hover-list { padding: 0 22px !important; }
  .hover-item {
    display: grid !important;
    grid-template-columns: 38px minmax(0, 1fr) !important;
    gap: 14px !important;
    align-items: start !important;
    padding: 24px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.12) !important;
  }
  .hover-item span { font-size: 0.64rem !important; color: #bfa37c !important; padding-top: 8px !important; }
  .hover-item h3 {
    font-size: clamp(1.65rem, 8vw, 2.35rem) !important;
    line-height: 1.05 !important;
    letter-spacing: -0.045em !important;
    color: #fff !important;
    margin: 0 !important;
  }
  .float-image-wrapper { display: none !important; }

  /* BALLET */
  .ballet-cinematic {
    min-height: 650px !important;
    height: auto !important;
    margin-top: 0 !important;
    padding: 110px 22px 56px !important;
    border-radius: 0 !important;
    align-items: flex-end !important;
    justify-content: flex-start !important;
    overflow: hidden !important;
  }
  .ballet-bg, .ballet-bg-2 {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
  .ballet-gradient {
    background: linear-gradient(to top, rgba(0,0,0,.95) 0%, rgba(0,0,0,.62) 48%, rgba(0,0,0,.18) 100%) !important;
  }
  .ballet-text-overlay {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }
  .ballet-text-overlay h2 {
    font-size: clamp(2.45rem, 12vw, 3.8rem) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.055em !important;
  }
  .ballet-desc {
    font-size: 0.94rem !important;
    line-height: 1.72 !important;
    max-width: 100% !important;
  }
  .ballet-desc br { display: none !important; }

  /* EVENTOS */
  .events-minimal {
    margin-top: 0 !important;
    padding: 72px 0 60px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
  }
  .event-card-new {
    flex: 0 0 82vw !important;
    width: 82vw !important;
    max-width: 360px !important;
    min-width: 280px !important;
    height: 450px !important;
    margin: 0 !important;
    scroll-snap-align: start !important;
  }
  .event-card-new::after {
    opacity: 1 !important;
    background: linear-gradient(to top, rgba(0,0,0,.96) 0%, rgba(0,0,0,.50) 62%, transparent 100%) !important;
  }
  .event-card-new h4 {
    left: 24px !important;
    right: 24px !important;
    bottom: 116px !important;
    transform: none !important;
    font-size: 1.85rem !important;
    line-height: 1.08 !important;
  }
  .event-desc {
    left: 24px !important;
    right: 24px !important;
    bottom: 28px !important;
    max-width: none !important;
    opacity: 1 !important;
    transform: none !important;
    font-size: 0.84rem !important;
    line-height: 1.55 !important;
  }

  /* FOOTER */
  html body .luxury-footer,
  html body footer.luxury-footer {
    margin-top: 0 !important;
    padding: 64px 22px 34px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }
  html body .luxury-footer .footer-logo-section { margin-bottom: 46px !important; }
  html body .luxury-footer .footer-logo-section img { height: 70px !important; max-width: 170px !important; }
  html body .luxury-footer .footer-main-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 34px !important;
    padding: 0 !important;
    margin: 0 0 40px !important;
  }
  html body .luxury-footer .footer-col { width: 100% !important; text-align: left !important; padding: 0 !important; }
  html body .luxury-footer .footer-heading { font-size: 1.8rem !important; margin: 0 0 18px !important; }
  html body .luxury-footer .contact-desc,
  html body .luxury-footer .contact-details p { font-size: 0.86rem !important; line-height: 1.75 !important; }
  html body .luxury-footer .footer-links li { margin-bottom: 13px !important; }
  html body .luxury-footer .footer-bottom-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 22px !important;
    padding: 0 !important;
  }
  html body .luxury-footer .footer-socials { gap: 22px !important; flex-wrap: wrap !important; }
  html body .luxury-footer .footer-copyright { margin-top: 34px !important; padding: 0 !important; text-align: left !important; }
}

@media (max-width: 575.98px) {
  .custom-navbar,
  .custom-navbar.scrolled,
  .custom-navbar.dark-mode {
    height: 62px !important;
    min-height: 62px !important;
    grid-template-columns: 62px minmax(0, 1fr) 96px !important;
  }
  .custom-navbar .nav-left,
  .custom-navbar .nav-center,
  .custom-navbar .mobile-reservar-btn,
  .custom-navbar .menu-btn-minimal {
    height: 62px !important;
    min-height: 62px !important;
  }
  .custom-navbar .nav-left,
  .custom-navbar .menu-btn-minimal { width: 62px !important; min-width: 62px !important; max-width: 62px !important; }
  .custom-navbar .mobile-reservar-btn { min-width: 96px !important; max-width: 96px !important; font-size: 0.54rem !important; letter-spacing: 1.15px !important; }
  .close-btn-box { width: 62px !important; height: 62px !important; }
  header.hero {
    height: 74svh !important;
    min-height: 530px !important;
  }
  .hero-bottom-container { padding: 0 18px 46px !important; }
  .container, .container-fluid, .rooms-container-width { padding-left: 18px !important; padding-right: 18px !important; }
  .intro-centered-luxury { padding-top: 64px !important; }
  .masonry-img-wrap { height: 230px !important; }
  .masonry-col-tall .masonry-img-wrap { height: 300px !important; }
  .luxury-room-card, .event-card-new { flex-basis: 84vw !important; width: 84vw !important; min-width: 270px !important; }
  .ballet-cinematic { min-height: 610px !important; padding-left: 18px !important; padding-right: 18px !important; }
  .overlay-menu { padding: 82px 18px 36px !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;
  }
}


/* V9 room card link fix */
.luxury-room-card,
.luxury-room-card * {
  pointer-events: auto !important;
}
a.luxury-room-card {
  display: block !important;
  cursor: pointer !important;
  text-decoration: none !important;
}


/* V10: room cards must navigate reliably */
a.luxury-room-card,
a.luxury-room-card:link,
a.luxury-room-card:visited {
  display: block !important;
  text-decoration: none !important;
  color: inherit !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  position: relative !important;
}
a.luxury-room-card * {
  pointer-events: none !important;
}
.rooms-carousel-track,
.rooms-carousel-track-container {
  pointer-events: auto !important;
}


/* V12: enlace real interno para tarjetas de habitaciones sin romper el layout */
.luxury-room-card {
  position: relative !important;
}
.luxury-room-card .room-card-hit-area {
  position: absolute !important;
  inset: 0 !important;
  z-index: 50 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  cursor: pointer !important;
  text-decoration: none !important;
  color: inherit !important;
  background: transparent !important;
  border: 0 !important;
  pointer-events: auto !important;
}
.luxury-room-card .room-content,
.luxury-room-card .room-type,
.luxury-room-card .room-name,
.luxury-room-card .room-capacity,
.luxury-room-card .room-btn-line {
  pointer-events: none !important;
}


/* Hero quick access links */
.hero-boxes-grid a.dark-nav-box,
.hero-boxes-grid a.dark-nav-box:visited,
.hero-boxes-grid a.dark-nav-box:hover,
.hero-boxes-grid a.dark-nav-box:focus {
    text-decoration: none !important;
    color: #ffffff !important;
}
.hero-boxes-grid a.dark-nav-box { cursor: pointer !important; }


/* V22: Meetings y Eventos cards are visual only, not links */
.event-card-new,
.event-card-new * {
  cursor: default !important;
}
.event-card-new a,
.event-card-new [onclick] {
  pointer-events: none !important;
}

/* V23: keep booking toggle clickable on Inicio desktop */
#bookingStrip.transparent-strip { pointer-events: auto !important; }
#bookingStrip #toggleBookingBtn { pointer-events: auto !important; cursor: pointer !important; z-index: 9999 !important; }
#bookingFields.hidden-fields { opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; transform: translateY(-24px) !important; }


/* 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;
}


/* V51 - Clickable experience items */
.experience-item-link,
.experience-item-link:hover,
.experience-item-link:focus {
  text-decoration: none !important;
  color: inherit !important;
  display: flex !important;
}
.experience-item-link { cursor: pointer !important; }
.experience-item-link:focus-visible {
  outline: 1px solid rgba(191,163,124,.55);
  outline-offset: 8px;
}

/* V52 - CTA centrado para Meetings y Eventos */
.events-main-cta {
  width: 100%;
  max-width: 1400px;
  margin: 48px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.events-main-cta .events-page-link {
  color: #111;
  min-width: 290px;
  padding: 18px 28px 12px;
  letter-spacing: 3px;
}
.events-main-cta .events-page-link::before {
  background-color: rgba(0,0,0,0.16);
}
@media (max-width: 767.98px) {
  .events-main-cta { margin-top: 34px; padding: 0 18px; }
  .events-main-cta .events-page-link { min-width: 0; width: 100%; max-width: 360px; font-size: .7rem; letter-spacing: 2.4px; }
}

/* V56 - Meetings y Eventos: tarjetas clickeables */
.event-card-new.event-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.event-card-new.event-card-link:hover {
  color: inherit;
}
.event-card-new.event-card-link:focus-visible {
  outline: 2px solid rgba(191,163,124,.75);
  outline-offset: 4px;
}

/* 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;
  }
}


/* V112 - Homepage hotel story fullscreen modal */
.intro-read-more-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 26px auto 0;
  padding: 0 0 8px;
  border: 0;
  border-bottom: 1px solid rgba(17, 17, 17, .35);
  background: transparent;
  color: #111;
  font-family: 'Lato', sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .35s ease, border-color .35s ease, transform .35s ease;
}
.intro-read-more-link:hover,
.intro-read-more-link:focus-visible {
  color: #9a7c55;
  border-color: #9a7c55;
  transform: translateY(-2px);
  outline: none;
}
.andorra-about-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity .55s ease;
}
.andorra-about-modal.is-open {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.andorra-about-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 6, 6, .72);
  backdrop-filter: blur(12px);
}
.andorra-about-modal__panel {
  position: absolute;
  inset: clamp(16px, 3vw, 40px);
  background: #f8f2f2;
  color: #111;
  overflow: auto;
  box-shadow: 0 35px 120px rgba(0, 0, 0, .38);
  transform: translateY(24px) scale(.985);
  transition: transform .7s cubic-bezier(.19, 1, .22, 1);
}
.andorra-about-modal.is-open .andorra-about-modal__panel {
  transform: translateY(0) scale(1);
}
.andorra-about-modal__close {
  position: fixed;
  top: clamp(28px, 4vw, 58px);
  right: clamp(28px, 4vw, 58px);
  z-index: 2;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(17, 17, 17, .18);
  border-radius: 999px;
  background: rgba(248, 242, 242, .72);
  backdrop-filter: blur(10px);
  cursor: pointer;
}
.andorra-about-modal__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #111;
  transform-origin: center;
}
.andorra-about-modal__close span:first-child { transform: translate(-50%, -50%) rotate(45deg); }
.andorra-about-modal__close span:last-child { transform: translate(-50%, -50%) rotate(-45deg); }
.andorra-about-modal__inner {
  min-height: 100%;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: clamp(42px, 6vw, 96px);
  align-items: center;
  padding: clamp(78px, 9vw, 132px) clamp(28px, 7vw, 120px);
}
.andorra-about-modal__copy {
  max-width: 680px;
}
.andorra-about-modal__eyebrow {
  display: block;
  margin-bottom: 22px;
  color: #8f795f;
  font-family: 'Lato', sans-serif;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.andorra-about-modal__copy h2 {
  margin: 0 0 28px;
  color: #111;
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.55rem, 5vw, 5.6rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.04em;
}
.andorra-about-modal__copy p {
  margin: 0 0 18px;
  color: rgba(17, 17, 17, .68);
  font-family: 'Lato', sans-serif;
  font-size: .98rem;
  line-height: 1.9;
}
.andorra-about-modal__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(180px, 26vh);
  gap: clamp(12px, 1.5vw, 22px);
}
.andorra-about-modal__image {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #e9e1dd;
}
.andorra-about-modal__image--tall { grid-row: span 2; }
.andorra-about-modal__image--wide { grid-column: span 2; }
.andorra-about-modal__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.035);
  transition: transform 1.2s cubic-bezier(.19, 1, .22, 1);
}
.andorra-about-modal.is-open .andorra-about-modal__image img { transform: scale(1); }
body.andorra-about-modal-open { overflow: hidden; }

@media (max-width: 991px) {
  .andorra-about-modal__panel { inset: 0; }
  .andorra-about-modal__inner {
    grid-template-columns: 1fr;
    padding: 92px 24px 52px;
  }
  .andorra-about-modal__gallery {
    grid-auto-rows: 210px;
  }
  .andorra-about-modal__close {
    top: 22px;
    right: 22px;
    width: 46px;
    height: 46px;
  }
}
@media (max-width: 640px) {
  .intro-read-more-link { margin-top: 22px; font-size: .66rem; letter-spacing: 2.4px; }
  .andorra-about-modal__copy h2 { font-size: 2.4rem; }
  .andorra-about-modal__gallery { grid-template-columns: 1fr; grid-auto-rows: 230px; }
  .andorra-about-modal__image--tall,
  .andorra-about-modal__image--wide { grid-row: auto; grid-column: auto; }
}


/* V113 - Leer más: pantalla completa luxury refinada */
.andorra-about-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: block;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  background: #100d0d;
  transition: opacity .9s cubic-bezier(.16, 1, .3, 1), visibility 0s linear 1.15s;
}
.andorra-about-modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}
.andorra-about-modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(191, 163, 124, .18), transparent 34%),
    linear-gradient(115deg, rgba(10, 8, 8, .94), rgba(18, 14, 13, .66) 42%, rgba(248, 242, 242, .08));
  backdrop-filter: blur(18px);
  opacity: 0;
  transition: opacity 1s cubic-bezier(.16, 1, .3, 1);
}
.andorra-about-modal.is-open .andorra-about-modal__backdrop { opacity: 1; }
.andorra-about-modal__panel {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  max-width: none;
  max-height: none;
  overflow: auto;
  background: #f8f2f2;
  color: #111;
  box-shadow: none;
  transform: translateY(100%);
  clip-path: inset(100% 0 0 0);
  transition:
    transform 1.15s cubic-bezier(.16, 1, .3, 1),
    clip-path 1.15s cubic-bezier(.16, 1, .3, 1);
  will-change: transform, clip-path;
}
.andorra-about-modal.is-open .andorra-about-modal__panel {
  transform: translateY(0);
  clip-path: inset(0 0 0 0);
}
.andorra-about-modal__panel::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.46), transparent 18%, transparent 82%, rgba(255,255,255,.28)),
    radial-gradient(circle at 76% 16%, rgba(191, 163, 124, .16), transparent 30%);
  opacity: 0;
  transform: translateX(-8%);
  transition: opacity 1.25s cubic-bezier(.16, 1, .3, 1) .28s, transform 1.4s cubic-bezier(.16, 1, .3, 1) .28s;
}
.andorra-about-modal.is-open .andorra-about-modal__panel::before {
  opacity: 1;
  transform: translateX(0);
}
.andorra-about-modal__close {
  position: fixed;
  top: clamp(22px, 3.2vw, 46px);
  right: clamp(22px, 3.2vw, 52px);
  z-index: 5;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(17, 17, 17, .22);
  border-radius: 999px;
  background: rgba(248, 242, 242, .72);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 48px rgba(0,0,0,.08);
  cursor: pointer;
  opacity: 0;
  transform: translateY(-12px) scale(.92);
  transition: opacity .75s cubic-bezier(.16, 1, .3, 1) .55s, transform .75s cubic-bezier(.16, 1, .3, 1) .55s, border-color .35s ease, background .35s ease;
}
.andorra-about-modal.is-open .andorra-about-modal__close {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.andorra-about-modal__close:hover { border-color: rgba(154,124,85,.55); background: rgba(255,255,255,.9); }
.andorra-about-modal__close span { background: #111; }
.andorra-about-modal__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1680px);
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(340px, .78fr) minmax(560px, 1.22fr);
  gap: clamp(52px, 7vw, 132px);
  align-items: center;
  padding: clamp(86px, 8vw, 128px) clamp(32px, 7vw, 128px);
}
.andorra-about-modal__copy,
.andorra-about-modal__gallery {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .9s cubic-bezier(.16, 1, .3, 1), transform 1s cubic-bezier(.16, 1, .3, 1);
}
.andorra-about-modal.is-open .andorra-about-modal__copy {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .42s;
}
.andorra-about-modal.is-open .andorra-about-modal__gallery {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .58s;
}
.andorra-about-modal__section-number {
  display: inline-block;
  margin-bottom: 18px;
  color: rgba(17,17,17,.38);
  font-family: 'Lato', sans-serif;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}
.andorra-about-modal__eyebrow {
  display: block;
  margin-bottom: 26px;
  color: #9a7c55;
  font-family: 'Lato', sans-serif;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.andorra-about-modal__copy h2 {
  max-width: 760px;
  margin: 0 0 34px;
  color: #111;
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.15rem, 3.7vw, 4.45rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.035em;
}
.andorra-about-modal__copy p {
  max-width: 680px;
  margin: 0 0 18px;
  color: rgba(17, 17, 17, .66);
  font-family: 'Lato', sans-serif;
  font-size: clamp(.98rem, 1.05vw, 1.08rem);
  line-height: 1.95;
}
.andorra-about-modal__signature {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin-top: 34px;
}
.andorra-about-modal__signature span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(17,17,17,.12);
  color: rgba(17,17,17,.62);
  font-family: 'Lato', sans-serif;
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}
.andorra-about-modal__gallery {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  grid-auto-rows: minmax(170px, 22vh);
  gap: clamp(14px, 1.4vw, 24px);
  padding: clamp(12px, 1.4vw, 20px);
  border: 1px solid rgba(17,17,17,.08);
  background: rgba(255,255,255,.32);
}
.andorra-about-modal__image {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #e6ded8;
  clip-path: inset(0 100% 0 0);
  transform: translateY(18px);
  transition: clip-path 1.05s cubic-bezier(.16, 1, .3, 1), transform 1.05s cubic-bezier(.16, 1, .3, 1);
}
.andorra-about-modal.is-open .andorra-about-modal__image {
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
}
.andorra-about-modal.is-open .andorra-about-modal__image:nth-child(1) { transition-delay: .72s; }
.andorra-about-modal.is-open .andorra-about-modal__image:nth-child(2) { transition-delay: .84s; }
.andorra-about-modal.is-open .andorra-about-modal__image:nth-child(3) { transition-delay: .96s; }
.andorra-about-modal.is-open .andorra-about-modal__image:nth-child(4) { transition-delay: 1.08s; }
.andorra-about-modal__image--tall { grid-row: span 2; min-height: 48vh; }
.andorra-about-modal__image--wide { grid-column: span 2; }
.andorra-about-modal__image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(255,255,255,.24), transparent 42%, rgba(0,0,0,.08));
  mix-blend-mode: soft-light;
  pointer-events: none;
}
.andorra-about-modal__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.08);
  transition: transform 1.8s cubic-bezier(.16, 1, .3, 1);
}
.andorra-about-modal.is-open .andorra-about-modal__image img { transform: scale(1.015); }
body.andorra-about-modal-open { overflow: hidden; }

@media (max-width: 1120px) {
  .andorra-about-modal__inner {
    grid-template-columns: 1fr;
    gap: 46px;
    padding: 96px 28px 64px;
  }
  .andorra-about-modal__copy { max-width: 860px; }
  .andorra-about-modal__copy h2 { max-width: 780px; }
  .andorra-about-modal__gallery { grid-auto-rows: 230px; }
  .andorra-about-modal__image--tall { min-height: 460px; }
}
@media (max-width: 680px) {
  .andorra-about-modal__inner { padding: 88px 18px 44px; }
  .andorra-about-modal__close { width: 48px; height: 48px; top: 18px; right: 18px; }
  .andorra-about-modal__copy h2 { font-size: clamp(2.35rem, 13vw, 3.65rem); line-height: .98; }
  .andorra-about-modal__copy p { font-size: .95rem; line-height: 1.8; }
  .andorra-about-modal__gallery { grid-template-columns: 1fr; grid-auto-rows: 240px; padding: 10px; }
  .andorra-about-modal__image--tall,
  .andorra-about-modal__image--wide { grid-column: auto; grid-row: auto; min-height: 0; }
  .andorra-about-modal__signature span { width: 100%; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  .andorra-about-modal,
  .andorra-about-modal__backdrop,
  .andorra-about-modal__panel,
  .andorra-about-modal__panel::before,
  .andorra-about-modal__copy,
  .andorra-about-modal__gallery,
  .andorra-about-modal__image,
  .andorra-about-modal__image img,
  .andorra-about-modal__close {
    transition: none !important;
    transform: none !important;
    clip-path: none !important;
  }
}


/* V114 - Refinamiento popup fullscreen: título más sobrio y cierre suave al final del scroll */
.andorra-about-modal.is-closing {
  opacity: 0;
  pointer-events: none;
}
.andorra-about-modal.is-closing .andorra-about-modal__panel {
  transform: translateY(100%);
  clip-path: inset(100% 0 0 0);
}
.andorra-about-modal.is-closing .andorra-about-modal__backdrop {
  opacity: 0;
}
.andorra-about-modal.is-closing .andorra-about-modal__copy,
.andorra-about-modal.is-closing .andorra-about-modal__gallery {
  opacity: 0;
  transform: translateY(20px);
}
.andorra-about-modal__copy h2 {
  font-size: clamp(2.15rem, 3.7vw, 4.45rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
}
.andorra-about-modal__eyebrow {
  margin-bottom: 22px;
}
.andorra-about-modal__copy p:last-child {
  margin-bottom: 0;
}
.andorra-about-modal__scroll-hint {
  position: fixed;
  left: 50%;
  bottom: clamp(18px, 3vw, 36px);
  z-index: 4;
  transform: translateX(-50%) translateY(10px);
  color: rgba(17,17,17,.42);
  font-family: 'Lato', sans-serif;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity .7s cubic-bezier(.16, 1, .3, 1) 1s, transform .7s cubic-bezier(.16, 1, .3, 1) 1s;
  pointer-events: none;
}
.andorra-about-modal.is-open .andorra-about-modal__scroll-hint {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.andorra-about-modal.is-closing .andorra-about-modal__scroll-hint {
  opacity: 0;
  transition-delay: 0s;
}
@media (max-width: 680px) {
  .andorra-about-modal__copy h2 {
    font-size: clamp(2rem, 10.5vw, 3rem);
    line-height: 1.05;
  }
}


/* V115 - Dar más recorrido antes del cierre automático del popup Leer más */
.andorra-about-modal__panel::after {
  content: "";
  display: block;
  height: clamp(180px, 20vh, 260px);
}
.andorra-about-modal__scroll-hint::after {
  content: "";
}


/* V143 - Mejora sutil sección "Andorra y mucho más" sin cambios drásticos */
.experiences-list-sec {
  position: relative;
  overflow: hidden;
  padding: 110px 0 92px !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(191,163,124,.08) 0%, rgba(191,163,124,0) 34%),
    linear-gradient(180deg, #060606 0%, #0a0a0a 100%) !important;
}
.experiences-list-sec::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,.02) 0%, rgba(255,255,255,0) 18%, rgba(255,255,255,0) 82%, rgba(255,255,255,.02) 100%);
}
.experiences-list-sec .rooms-container-width {
  position: relative;
  z-index: 2;
}
.experiences-list-sec .exp-header-light {
  max-width: 1320px;
  margin: 0 auto 44px !important;
  padding: 0 32px !important;
  text-align: center;
}
.experiences-list-sec .exp-eyebrow {
  color: #bfa37c;
  font-size: .72rem;
  letter-spacing: 4px;
  margin-bottom: 18px;
}
.experiences-list-sec .exp-title {
  font-size: clamp(2.85rem, 4.9vw, 4.75rem) !important;
  line-height: .98 !important;
  letter-spacing: -.045em !important;
  max-width: 820px;
  margin: 0 auto;
}
.experiences-list-sec .hover-list {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px !important;
}
.experiences-list-sec .hover-item {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding: 32px 20px !important;
  border-top: 1px solid rgba(255,255,255,.09) !important;
  border-bottom: 0 !important;
  transition: background-color .35s ease, transform .35s ease, border-color .35s ease, padding .35s ease;
}
.experiences-list-sec .hover-item:last-child {
  border-bottom: 1px solid rgba(255,255,255,.09) !important;
}
.experiences-list-sec .hover-item::after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(191,163,124,.25) 0%, rgba(255,255,255,.06) 18%, rgba(255,255,255,.06) 82%, rgba(191,163,124,.25) 100%);
  opacity: .95;
}
.experiences-list-sec .hover-item:hover,
.experiences-list-sec .hover-item:focus-visible {
  background: linear-gradient(90deg, rgba(255,255,255,.045) 0%, rgba(255,255,255,.02) 100%);
  transform: translateX(8px);
}
.experiences-list-sec .hover-item h3 {
  font-size: clamp(2rem, 3.5vw, 3.05rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -.04em !important;
  color: rgba(255,255,255,.58) !important;
  transition: color .35s ease, transform .35s ease;
}
.experiences-list-sec .hover-item:hover h3,
.experiences-list-sec .hover-item:focus-visible h3 {
  color: #ffffff !important;
  transform: translateX(2px);
}
.experiences-list-sec .hover-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(191,163,124,.22);
  background: rgba(255,255,255,.03);
  color: #d1b28d !important;
  border-radius: 999px;
  font-size: .63rem !important;
  letter-spacing: 2.2px;
  white-space: nowrap;
}
.experiences-list-sec .experiences-cta-wrap {
  margin-top: 42px !important;
}
.experiences-list-sec .experiences-main-cta {
  min-width: 210px;
  min-height: 50px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(191,163,124,.32);
  background: rgba(255,255,255,.03);
  transition: background-color .3s ease, border-color .3s ease, transform .3s ease;
}
.experiences-list-sec .experiences-main-cta:hover {
  background: rgba(191,163,124,.12);
  border-color: rgba(191,163,124,.5);
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .experiences-list-sec {
    padding: 78px 0 72px !important;
  }
  .experiences-list-sec .exp-header-light,
  .experiences-list-sec .hover-list {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .experiences-list-sec .exp-header-light {
    margin-bottom: 28px !important;
  }
  .experiences-list-sec .exp-title {
    font-size: clamp(2.2rem, 10vw, 3.15rem) !important;
  }
  .experiences-list-sec .hover-item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 24px 0 !important;
    transform: none !important;
    background: transparent !important;
  }
  .experiences-list-sec .hover-item::after {
    left: 0;
    right: 0;
  }
  .experiences-list-sec .hover-item h3 {
    font-size: clamp(1.7rem, 7.4vw, 2.15rem) !important;
    color: #fff !important;
  }
  .experiences-list-sec .hover-item span {
    width: max-content;
    min-height: 34px;
    padding: 0 14px;
  }
}


/* V163 - Home: Meetings y Eventos con el mismo ancho visual que Habitaciones */
@media (min-width: 992px) {
  .events-minimal {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .events-minimal .events-header-wrapper {
    max-width: none !important;
    width: 100% !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
  .events-minimal .events-carousel-container {
    max-width: none !important;
    width: 100% !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
    box-sizing: border-box !important;
  }
  .events-minimal .events-main-cta {
    max-width: none !important;
    width: 100% !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
    box-sizing: border-box !important;
  }
}




/* V177 - Popup hotel: texto actualizado y mejor lectura */
.andorra-about-modal__copy p strong {
  color: #1f1a1c;
  font-weight: 600;
}
.andorra-about-modal__copy p {
  margin-bottom: 18px;
}
.andorra-about-modal__copy {
  max-height: calc(100vh - 180px);
  overflow-y: auto;
  padding-right: 8px;
}
.andorra-about-modal__copy::-webkit-scrollbar {
  width: 4px;
}
.andorra-about-modal__copy::-webkit-scrollbar-thumb {
  background: rgba(154,124,85,.35);
}
@media (max-width: 991px) {
  .andorra-about-modal__copy {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
}
