/* Variables Globales */
:root {
    --wine-red: #4a0404;
    --gold: #d4af37;
    --dark-charcoal: #0f0f0f;
    --light-cream: #fcfaf7;
    --text-muted: #555;
}

/* Configuración Base */
body {
    font-family: 'Lato', sans-serif;
    background-color: var(--light-cream);
    color: var(--dark-charcoal);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
}

h1, h2, h3, h4, .navbar-brand {
    font-family: 'Playfair Display', serif;
}

/* Navegación */
.navbar {
    background-color: rgba(15, 15, 15, 0.98);
    transition: all 0.4s ease;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    z-index: 1050;
}

.navbar-brand {
    font-size: 1.5rem;
    letter-spacing: 1px;
    color: white !important;
}

.navbar-brand span {
    color: var(--gold);
    font-style: italic;
}

.nav-link {
    color: rgba(255,255,255,0.8) !important;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 10px 15px !important;
}

.nav-link:hover {
    color: var(--gold) !important;
}

/* Secciones Hero Genéricas */
.hero, .hero-reservas, .hero-about, .hero-menu, .hero-cava {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 0 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero { height: 100vh; min-height: 600px; }
.hero-content { max-width: 900px; }

/* Backgrounds Específicos (Asegúrate de que las rutas sean correctas) */
.hero-reservas { 
    height: 45vh; min-height: 300px;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../img/terraza.jpeg'); 
}

.hero-about { 
    height: 60vh; min-height: 400px;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('https://images.unsplash.com/photo-1514362545857-3bc16c4c7d1b?auto=format&fit=crop&q=80&w=2070'); 
}

.hero-menu { 
    height: 50vh; min-height: 350px;
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('../img/cav2.jpeg'); 
}

.hero-cava { 
    height: 60vh; min-height: 400px;
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('../img/cav1.jpeg'); 
}

/* Tipografía en Hero */
.hero h1 { font-size: clamp(2.5rem, 8vw, 5rem); margin-bottom: 1.5rem; line-height: 1.2; }
.hero p { font-size: clamp(0.9rem, 3vw, 1.4rem); color: var(--gold); letter-spacing: 3px; text-transform: uppercase; margin-bottom: 2rem; }

/* Botones */
.btn-gold {
    background-color: var(--gold);
    color: white;
    padding: 14px 30px;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    border: 2px solid var(--gold);
    transition: 0.4s;
    display: inline-block;
    text-decoration: none;
}

.btn-gold:hover {
    background-color: transparent;
    color: var(--gold);
}

/* Menú de pestañas (Tabs) */
.menu-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem !important;
    overflow-x: auto;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.menu-tabs .nav-link {
    white-space: nowrap;
    color: #444 !important;
    text-transform: uppercase;
    border: none !important;
}

.menu-tabs .nav-link.active {
    color: var(--wine-red) !important;
    border-bottom: 3px solid var(--wine-red) !important;
    font-weight: 700;
}

/* Cards y Secciones */
.wine-card { 
    background: rgba(0, 0, 0, 0.2); 
    border: 1px solid rgba(212, 175, 55, 0.3); 
    padding: 2.5rem 1.5rem; 
    border-radius: 4px; 
    transition: all 0.4s ease; 
    height: 100%; 
}

/* Reservas Formulario */
.booking-container { 
    background: white; 
    border-radius: 8px; 
    box-shadow: 0 15px 35px rgba(0,0,0,0.05); 
    padding: 3rem; 
    margin-top: -80px; 
    position: relative; 
    z-index: 10; 
}

/* Opiniones y Google */
.text-warning { color: var(--gold) !important; }

#opiniones-google .card {
    transition: all 0.3s ease;
    border-radius: 0;
    background: #fff;
    border: 1px solid #eee;
}

#opiniones-google .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) ;
}

/* Responsivo */
@media (max-width: 768px) {
    .navbar-brand { font-size: 1.3rem; }
    .hero, .hero-reservas, .hero-about, .hero-menu, .hero-cava { height: auto; min-height: 40vh; padding: 40px 20px; }
    .booking-container { margin-top: 20px; padding: 1.5rem; }
    .food-header { flex-direction: column; }
    .food-price { margin-left: 0; margin-top: 5px; }
    .col-md-2-4 { width: 100%; margin-bottom: 15px; } /* Ajuste para móvil */
}

.border-gold { border-left-color: #d4af37 !important; }
    .text-gold { color: #d4af37; font-size: 1.1rem; }
    .menu-card { transition: transform 0.3s ease; }
    .menu-card:hover { transform: translateY(-5px); }
    
    @media (max-width: 576px) {
        .small-mobile { font-size: 0.9rem; }
        .text-gold { font-size: 0.9rem; }
    }
    
    <style>
    .menu-card-horizontal {
        background: #fff;
        border-radius: 8px;
        border-left: 4px solid #d4af37 !important;
        transition: transform 0.3s ease;
    }
    .menu-card-horizontal:hover {
        transform: translateY(-3px);
    }
    .img-menu-tablet {
        width: 120px;
        height: 120px;
        object-fit: cover;
        border-radius: 6px;
    }
    .text-gold { color: #d4af37 !important; }
    
    @media (max-width: 576px) {
        .img-menu-tablet { width: 90px; height: 90px; }
        .plato-titulo { font-size: 0.95rem; }
    }
</style>