@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #0f0f0f;
    font-family: 'Montserrat', sans-serif;
    color: white;
}

/* =========================================
   HEADER (compartido con el resto del sitio)
========================================= */

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(15, 15, 15, 0.9);
    backdrop-filter: blur(15px);
    z-index: 1000;
    border-bottom: 1px solid rgba(197, 160, 89, 0.1);
}

.logo { display: flex; align-items: center; gap: 12px; }
.logo img { height: 80px; }
.logo-text {
    font-size: 18px;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-weight: 400;
    opacity: 0.9;
    color: white;
}

nav { display: flex; gap: 40px; }
nav a {
    text-decoration: none;
    color: white;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.3s;
}
nav a:hover { color: #c5a059; }

.nav-extra { width: 100%; margin-top: 35px; display: none; }

.nav-social { justify-content: flex-start; margin-bottom: 30px; }
.nav-social a {
    width: 42px; height: 42px;
    border: 1px solid rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.02);
    transition: all 0.3s ease;
}
.nav-social a:hover { background: #c5a059; border-color: #c5a059; color: black; transform: translateY(-3px); }

.newsletter-box { width: 100%; }
.newsletter-box h3 { font-size: 12px; font-weight: 700; letter-spacing: 1px; margin-bottom: 15px; color: white; }
.newsletter-input {
    display: flex; align-items: center;
    width: 100%; height: 56px;
    border: 1px solid rgba(255,255,255,0.12); border-radius: 12px;
    background: rgba(255,255,255,0.03); overflow: hidden;
}
.newsletter-input input {
    flex: 1; height: 100%; background: transparent; border: none; outline: none;
    padding: 0 18px; color: white; font-size: 14px; font-family: 'Montserrat', sans-serif;
}
.newsletter-input input::placeholder { color: rgba(255,255,255,0.45); }
.newsletter-input button {
    width: 56px; height: 56px; border: none;
    background: transparent; color: white; cursor: pointer; transition: 0.3s ease;
}
.newsletter-input button:hover { background: #c5a059; color: black; }
.newsletter-box p { margin-top: 15px; font-size: 12px; line-height: 1.6; color: rgba(255,255,255,0.5); }

/* =========================================
   MENU TOGGLE
========================================= */
.menu-toggle {
    position: absolute; left: 25px;
    display: none;
    font-size: 34px; color: rgb(172,172,172);
    cursor: pointer; z-index: 3000; transition: 0.3s ease;
}
.menu-toggle i { width: 35px; text-align: center; }
.menu-toggle:hover { color: #c5a059; }

.nav-mobile-logo {
    display: none; visibility: hidden; opacity: 0; pointer-events: none;
}
.nav-mobile-logo img { height: 50px; width: auto; }
.nav-mobile-logo .logo-text {
    font-size: 11px; letter-spacing: 3px; line-height: 1.3;
    text-transform: uppercase; font-weight: 400; color: white; opacity: 0.9;
}

/* =========================================
   BANNER DE PÁGINA
========================================= */
.page-banner {
    position: relative;
    width: 100%;
    height: 420px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

.banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.62);
    z-index: 1;
}

.banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 20px;
}

.banner-subtitle {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #c5a059;
    margin-bottom: 12px;
}

.banner-content h1 {
    font-size: clamp(36px, 6vw, 64px);
    font-weight: 800;
    letter-spacing: clamp(4px, 1.2vw, 15px);
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 2px 2px 12px rgba(0,0,0,0.5);
    word-wrap: break-word;
}

.banner-desc {
    margin-top: 14px;
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    letter-spacing: 1px;
}

/* =========================================
   SECCIÓN MENÚ
========================================= */
.menu-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 56px 30px 100px;
}

/* =========================================
   ESTADO VACÍO
========================================= */
.menu-empty {
    text-align: center;
    padding: 80px 20px;
    color: rgba(255,255,255,0.6);
}
.menu-empty-icon {
    display: block;
    font-size: 44px;
    color: #c5a059;
    margin-bottom: 18px;
}
.menu-empty h2 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}
.menu-empty p {
    font-size: 14px;
    margin-bottom: 28px;
    line-height: 1.7;
}
.btn-reserva {
    display: inline-block;
    padding: 14px 32px;
    background: #c5a059;
    color: #111;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    text-decoration: none;
    border-radius: 2px;
    transition: background 0.2s;
}
.btn-reserva:hover { background: #b8913e; }

/* =========================================
   FILTROS DE CATEGORÍAS
   — flex-wrap simple, sin trucos de CSS
     que puedan fallar en dispositivos móviles
========================================= */
.menu-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 44px;
}

.filter-btn {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.18);
    color: rgba(255,255,255,0.8);
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 22px;
    border-radius: 999px;
    cursor: pointer;
    min-height: 40px;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.filter-btn:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(197,160,89,0.55);
    color: #ffffff;
}

.filter-btn.active {
    background: #c5a059;
    border-color: #c5a059;
    color: #111;
}

/* =========================================
   GRUPOS DE CATEGORÍA (LISTA ESTILO RECIBO)
========================================= */
.menu-category-group {
    margin-bottom: 52px;
}
.menu-category-group:last-child {
    margin-bottom: 0;
}

/* Ocultar/mostrar grupo completo al filtrar */
.menu-category-group.hidden {
    display: none;
}

.menu-category-title {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #c5a059;
    margin-bottom: 18px;
}

.menu-category-divider {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.12);
    margin-bottom: 24px;
}

/* =========================================
   LISTA DE PRODUCTOS (FILAS TIPO RECIBO)
========================================= */
.menu-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.menu-row {
    display: flex;
    align-items: baseline;
    gap: 14px;
    background: rgba(255,255,255,0.025);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 10px;
    padding: 22px 24px;
    transition: border-color 0.25s ease, background 0.25s ease;
}

.menu-row:hover {
    border-color: rgba(197,160,89,0.3);
    background: rgba(255,255,255,0.04);
}

/* Ocultar/mostrar fila individual al filtrar */
.menu-row.hidden {
    display: none;
}

.menu-row-name {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.3px;
    white-space: nowrap;
    text-transform: uppercase;
}

.menu-row-dots {
    flex: 1;
    border-bottom: 2px dotted rgba(255,255,255,0.2);
    height: 0;
    min-width: 20px;
    transform: translateY(-4px);
}

.menu-row-price {
    font-size: 17px;
    font-weight: 800;
    color: #c5a059;
    white-space: nowrap;
}

/* Descripción opcional debajo del nombre (cuando el producto la tiene) */
.menu-row-full {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 6px;
    min-width: 0;
}
.menu-row-full .menu-row-top {
    display: flex;
    align-items: baseline;
    gap: 14px;
}
.menu-row-desc {
    font-size: 12.5px;
    line-height: 1.6;
    color: rgba(255,255,255,0.5);
    text-transform: none;
}

/* Mensaje sin resultados */
.menu-no-results {
    text-align: center;
    padding: 60px 20px;
    color: rgba(255,255,255,0.45);
    font-size: 14px;
    letter-spacing: 0.5px;
}

/* =========================================
   FOOTER (compartido)
========================================= */
.liv-style-footer {
    padding: 20px 60px 40px;
    background: #000;
    color: rgb(190,176,176);
}

.footer-top {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    margin-top: 30px;
}

.footer-brand-section { display: flex; flex-direction: column; gap: 25px; }
.footer-description {
    font-size: larger;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    text-align: center;
    max-width: 320px;
    margin: 15px auto;
    line-height: 1.7;
}
.footer-logo { align-self: center; width: 120px; }

.social-row {
    display: flex; gap: 15px; align-self: center; margin-bottom: 50px;
}
.social-row a {
    display: flex; justify-content: center; align-items: center;
    width: 40px; height: 40px;
    border: 1px solid rgba(255,255,255,0.3); border-radius: 50%;
    color: white; text-decoration: none; transition: 0.3s;
}
.social-row a:hover { background: white; color: black; }

.footer-right-group { display: flex; gap: 100px; }

.footer-column h3 {
    margin-bottom: 20px; font-size: 13px; letter-spacing: 3px; text-transform: uppercase;
}
.footer-column ul { list-style: none; }
.footer-column ul li { margin-bottom: 12px; }
.footer-column a {
    color: rgba(255,255,255,0.76); text-decoration: none; font-size: 17px; transition: 0.3s;
}
.footer-column a:hover { color: #c5a059; opacity: 1; }

.footer-bottom {
    display: flex; justify-content: space-between;
    margin-top: 80px; padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 13px; opacity: 0.6;
}
.legal-links { display: flex; gap: 30px; }
.legal-links a { color: white; text-decoration: none; }

/* =========================================
   WHATSAPP FLOAT
========================================= */
.whatsapp-float {
    position: fixed; right: 40px; bottom: 90px; z-index: 1000;
    display: flex; justify-content: center; align-items: center;
    width: 60px; height: 60px; border-radius: 50px;
    background-color: #25d366; color: #fff;
    font-size: 35px; text-align: center; text-decoration: none;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    animation: pulse-whatsapp 2s infinite;
}
.whatsapp-float:hover { background-color: #20ba5a; color: #fff; transform: scale(1.1); }

@keyframes pulse-whatsapp {
    0%   { box-shadow: 0 0 0 0 rgba(37,211,102,0.7); }
    70%  { box-shadow: 0 0 0 15px rgba(37,211,102,0); }
    100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

/* =========================================
   RESPONSIVE — TABLET
========================================= */
@media (max-width: 1024px) {
    .footer-right-group { gap: 30px; }
}

@media (max-width: 768px) {
    .page-banner { margin-top: 90px; height: 320px; }

    .menu-section { padding: 36px 16px 70px; }

    /* Filtros en fila, se pliegan en más de una línea si hacen falta */
    .menu-filters {
        gap: 8px;
        margin-bottom: 32px;
        justify-content: flex-start;
    }

    .filter-btn {
        font-size: 11px;
        padding: 9px 18px;
    }

    /* En móvil la lista se compacta */
    .menu-category-title { font-size: 13px; letter-spacing: 4px; }

    .menu-list { gap: 12px; }

    .menu-row { padding: 16px 16px; gap: 10px; }

    .menu-row-name { font-size: 13px; }

    .menu-row-price { font-size: 15px; }

    .menu-row-desc { font-size: 11.5px; }

    .nav-mobile-logo {
        display: flex; visibility: visible; opacity: 1; pointer-events: auto;
        align-items: center; gap: 12px;
        position: absolute; top: 20px; left: 75px;
        padding-bottom: 15px;
        width: calc(100% - 90px);
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }

    .nav-extra { display: flex; flex-direction: column; position: static; width: 100%; margin-top: 20px; }

    body { overflow-x: hidden; }

    header { position: fixed; justify-content: center; padding: 15px 20px; }

    .logo { position: relative; z-index: 2000; }
    .logo img { height: 60px; }
    .logo-text { font-size: 11px; letter-spacing: 3px; }

    .menu-toggle {
        display: flex; position: absolute; left: 20px;
        align-items: center; justify-content: center;
        width: 42px; height: 42px; font-size: 32px; z-index: 3000;
        transition: color 0.25s ease;
    }
    .menu-toggle:hover { color: #c5a059; }
    .menu-toggle i { width: 35px; text-align: center; transform: translateZ(0); }

    nav {
        position: fixed; top: 0; left: 0;
        width: 85%; height: 100vh;
        padding: 120px 30px;
        display: flex; flex-direction: column;
        justify-content: flex-start; align-items: flex-start;
        gap: 0;
        background: rgba(8,8,8,0.96);
        backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
        border-right: 1px solid rgba(255,255,255,0.08);
        box-shadow: 10px 0 40px rgba(0,0,0,0.55);
        transform: translateX(-100%);
        transition: transform 0.32s cubic-bezier(0.77,0,0.175,1);
        will-change: transform;
        backface-visibility: hidden; -webkit-backface-visibility: hidden;
        z-index: 2500;
    }
    nav.active { transform: translateX(0); }
    nav a {
        width: 100%; padding: 22px 0;
        border-bottom: 1px solid rgba(255,255,255,0.45);
        font-size: 17px; letter-spacing: 1px; text-align: left;
        transform: translateZ(0);
        transition: color 0.25s ease, padding-left 0.25s ease;
    }
    nav a:hover { color: #c5a059; padding-left: 8px; }

    .footer-top { flex-direction: column; align-items: center; text-align: center; }
    .footer-right-group { flex-direction: column; gap: 40px; }
    .footer-bottom { flex-direction: column; gap: 20px; text-align: center; }
    .legal-links { justify-content: center; gap: 15px; flex-wrap: wrap; }

    .whatsapp-float { width: 50px; height: 50px; right: 20px; bottom: 50px; font-size: 30px; }
}

/* =========================================
   RESPONSIVE — MOBILE PEQUEÑO
========================================= */
@media (max-width: 480px) {
    .menu-row {
        flex-wrap: wrap;
        row-gap: 6px;
    }
    .menu-row-dots { display: none; }
    .menu-row-name { flex: 1; }

    nav { width: 90%; }
    nav a { font-size: 20px; }
    .logo-text { font-size: 10px; letter-spacing: 2px; }
}

@media (max-width: 1400px) {
    .prev { left: -10px !important; }
    .next { right: -10px !important; }
}