:root {
    --arena: #FDFBF7;
    --marino: #1A2530;
    --dorado: #C5A059;
    --blanco: #FFFFFF;
    --gris: #7F8C8D;
}

* { margin: 0; padding: 0; box-sizing: border-box; scroll-behavior: smooth; }

body { font-family: 'Montserrat', sans-serif; background-color: var(--arena); color: var(--marino); line-height: 1.6; }
.bg-sand { background-color: var(--arena); }
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }

/* HEADER */
.glass-header { position: fixed; top: 0; width: 100%; z-index: 1000; padding: 15px 0; background: rgba(253, 251, 247, 0.95); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(0,0,0,0.05); }
nav { display: flex; justify-content: space-between; align-items: center; }
.logo { font-family: 'Playfair Display', serif; font-size: 1.8rem; font-weight: 700; letter-spacing: 3px; }
.nav-links { list-style: none; display: flex; gap: 25px; align-items: center; }
.nav-links a { text-decoration: none; color: var(--marino); font-size: 0.85rem; text-transform: uppercase; font-weight: 600;}
.nav-links a.active, .nav-links a:hover { color: var(--dorado); }

#lang-btn { background: var(--marino); color: white; border: none; padding: 5px 12px; border-radius: 4px; cursor: pointer; font-size: 0.7rem; font-weight: 600; }

/* HERO */
.hero { height: 100vh; position: relative; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; }
.hero-video { position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; transform: translate(-50%, -50%); object-fit: cover; z-index: -1; }
.hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3); }
.hero-content { position: relative; color: white; z-index: 1; }
.hero-content h1 { font-family: 'Playfair Display', serif; font-size: 4rem; margin-bottom: 15px; }
.hero-content p { font-size: 1.2rem; margin-bottom: 30px; letter-spacing: 1px;}
.hero-botones { display: flex; gap: 15px; justify-content: center; }
.btn-gold { padding: 12px 30px; background: var(--dorado); color: white; text-decoration: none; text-transform: uppercase; letter-spacing: 1px; border: none; cursor: pointer; transition: 0.3s; font-weight: 600;}
.btn-gold:hover { background: #b08d4b; }
.btn-outline { padding: 12px 30px; border: 2px solid white; color: white; text-decoration: none; text-transform: uppercase; letter-spacing: 1px; transition: 0.3s; font-weight: 600;}
.btn-outline:hover { background: white; color: var(--marino); }
.w-100 { width: 100%; }

/* SECCIONES INDEX */
.section-title { font-family: 'Playfair Display', serif; font-size: 2.5rem; text-align: center; margin-bottom: 40px; color: var(--dorado); }
.reviews-section { padding: 80px 0; background: #fff; }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.review-card { background: var(--arena); padding: 30px; border-radius: 8px; text-align: center; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
.stars { margin-bottom: 15px; font-size: 1.2rem; }
.review-card p { font-style: italic; margin-bottom: 15px; color: var(--gris); }
.review-card span { font-weight: 600; color: var(--marino); }

/* RESERVAS */
.reservas-section { padding: 80px 0; background: var(--marino); color: white; }
.flex-reservas { display: flex; flex-wrap: wrap; gap: 40px; align-items: center; }
.reservas-info { flex: 1; min-width: 300px; }
.reservas-info h2 { font-family: 'Playfair Display', serif; font-size: 2.5rem; color: var(--dorado); margin-bottom: 20px; }
.reservas-form-container { flex: 1; min-width: 300px; background: white; padding: 30px; border-radius: 8px; }
.form-row { display: flex; gap: 15px; margin-bottom: 15px; }
.form-row input, textarea { width: 100%; padding: 12px; border: 1px solid #ddd; border-radius: 4px; font-family: 'Montserrat'; }
textarea { resize: none; margin-bottom: 15px; }

/* CONTACTO Y MAPA */
.contacto-section { padding: 80px 0; }
.flex-contacto { display: flex; flex-wrap: wrap; gap: 40px; }
.contacto-datos { flex: 1; min-width: 300px; }
.contacto-datos h2 { font-family: 'Playfair Display', serif; font-size: 2.5rem; color: var(--marino); margin-bottom: 20px; }
.contacto-datos p { margin-bottom: 10px; }
.contacto-datos a { color: var(--dorado); text-decoration: none; font-weight: 600; }
.horarios { margin-top: 30px; }
.horarios h3 { margin-bottom: 15px; color: var(--dorado); }
.horarios ul { list-style: none; }
.horarios li { margin-bottom: 8px; border-bottom: 1px solid rgba(0,0,0,0.05); padding-bottom: 5px; }
.nota-horario { font-size: 0.8rem; color: var(--gris); margin-top: 10px; font-style: italic; }
.mapa-container { flex: 1; min-width: 300px; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1); }

footer { background: #111; color: white; text-align: center; padding: 20px 0; font-size: 0.9rem; }

/* CARTA: EFECTO NETFLIX */
.menu-page { padding: 120px 0 80px; }
.menu-header { text-align: center; margin-bottom: 50px; }
.menu-header h1 { font-family: 'Playfair Display', serif; font-size: 3.5rem; color: var(--marino); }
.filter-bar { display: flex; justify-content: center; gap: 15px; margin-top: 20px; flex-wrap: wrap; }
.filter-btn { background: none; border: none; padding: 10px 15px; cursor: pointer; text-transform: uppercase; font-weight: 600; color: var(--gris); border-bottom: 2px solid transparent; transition: 0.3s; }
.filter-btn.active, .filter-btn:hover { color: var(--dorado); border-bottom-color: var(--dorado); }

.tarjetas-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 30px; }
.tarjeta-plato { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.05); transition: transform 0.3s; }
.tarjeta-plato:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0,0,0,0.1); }

.media-container { position: relative; width: 100%; height: 220px; overflow: hidden; background: #000; }
.img-producto, .video-producto { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity 0.4s; }
.video-producto { opacity: 0; }
.media-container:hover .video-producto { opacity: 1; }
.badge { position: absolute; top: 10px; right: 10px; background: var(--dorado); color: white; font-size: 0.7rem; padding: 5px 10px; text-transform: uppercase; z-index: 2; border-radius: 4px; font-weight: 600;}

.info-plato { padding: 20px; }
.item-main { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 10px; }
.item-main .name { font-weight: 700; text-transform: uppercase; font-size: 1.05rem; }
.item-main .price { font-family: 'Playfair Display', serif; font-weight: 700; color: var(--dorado); font-size: 1.2rem; }
.desc { font-size: 0.85rem; color: var(--gris); font-style: italic; }
.footer-note { text-align: center; margin-top: 50px; font-style: italic; color: var(--gris); }

/* ANIMACIONES */
.animate-up { opacity: 0; transform: translateY(30px); transition: 0.8s ease-out; }
.animate-up.visible { opacity: 1; transform: translateY(0); }

/* =========================================
   AJUSTES PARA MÓVIL (RESPONSIVE) AÑADIDOS
========================================= */
@media (max-width: 768px) {
    /* Ajustes del menú para que quepa en una sola línea */
    .logo { 
        font-size: 1.3rem; 
        letter-spacing: 1px; 
        flex-shrink: 0;
    }
    .nav-links { 
        gap: 10px; 
    }
    .nav-links a { 
        font-size: 0.7rem; 
        white-space: nowrap; /* Evita que las palabras se partan */
    }
    #lang-btn {
        padding: 4px 8px;
    }
    .glass-header .container {
        padding: 0 10px;
    }

    /* Ajustes del Hero para móvil */
    .hero-content h1 {
        font-size: 2.2rem;
    }
    .hero-botones {
        flex-direction: column; /* Botones uno debajo del otro */
        align-items: center;
    }
    .btn-gold, .btn-outline {
        width: 80%; /* Para que ocupen casi todo el ancho */
    }
}

@media (max-width: 400px) {
    /* Ajustes para móviles aún más estrechos (ej. iPhone SE) */
    .nav-links {
        gap: 8px;
    }
    .nav-links a {
        font-size: 0.65rem;
    }
    .logo {
        font-size: 1.1rem;
    }
}