/* =========================================
   VARIABLES Y CONFIGURACIÓN INICIAL
   ========================================= */
:root {
    --black: #000000;
    --white: #ffffff;
    --red-riccione: #e30613; 
    --soft-brown: #b5a48b;
    --gray-bg: #f9f9f9;
    --urban-yellow: #ffcc00; 
    --sangucheria-green: #2d5a27; /* Verde Bosque para la sanguchería */
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Poppins', sans-serif;
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    background-color: var(--gray-bg);
    color: var(--black);
    line-height: 1.6;
    overflow-x: hidden;
}

.container {
    max-width: 1400px; /* MÁS ANCHO */
    width: 95%;        /* OCUPA MÁS PANTALLA */
    margin: 0 auto;
    padding: 0 20px;
}

.text-center {
    text-align: center;
}

/* =========================================
   NAVBAR (CENTRADA Y PROFESIONAL)
   ========================================= */
.navbar {
    background: var(--black);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 3px solid var(--red-riccione);
    transition: all 0.3s ease;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-logo {
    height: 50px;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 25px;
}

.nav-links a {
    color: var(--white);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
}

.nav-links a:hover {
    color: var(--red-riccione);
}

/* =========================================
   HERO CAROUSEL (VERSION IMÁGENES)
   ========================================= */
.hero-carousel {
    position: relative;
    width: 100%;
    height: 75vh;
    background: var(--black);
    overflow: hidden;
}

.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;

    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8%;

    flex-direction: row-reverse; /* 👈 ESTO SOLUCIONA TODO */
}

.slide.active {
    opacity: 1;
    z-index: 1;
}

/* 👇 IMAGEN A LA DERECHA */
.hero-carousel img {
    width: 50%;
    height: 100%;
    object-fit: contain;
    object-position: right center;
    z-index: 2;
}

/* 👇 TEXTO A LA IZQUIERDA */
.slide-content {
    width: 50%;
    z-index: 3;
    text-align: left;
}

/* 👇 TEXTO MÁS PRO */
.slide-content h2 {
    font-family: var(--font-heading);
    font-size: clamp(2.8rem, 5vw, 4.5rem);
    color: var(--white);
    line-height: 1.2;

    /* 👇 toque elegante */
    font-style: italic;
    letter-spacing: 1px;
}
.slide-content h2::after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background: var(--red-riccione);
    margin-top: 20px;
}
@media (max-width: 768px) {

    .hero-carousel {
        height: 90vh; /* 👈 MÁS ALTO (clave) */
    }

    .slide {
        flex-direction: column;
        justify-content: space-evenly; /* 👈 reparte mejor */
        align-items: center;
        text-align: center;
        padding: 20px;
    }

    /* 👇 IMAGEN MÁS CHICA */
    .hero-carousel img {
        width: 100%;
        max-height: 95%; /* 👈 ocupa menos */
        height: auto;
        object-fit: contain;
        object-position: center;
    }

    /* 👇 TEXTO ABAJO Y VISIBLE */
    .slide-content {
        width: 100%;
        text-align: center;
    }

    .slide-content h2 {
        font-size: 1.8rem; /* 👈 un poco más chico */
    }
}
/* =========================================
   SECCIÓN HISTORIA
   ========================================= */
.section-padding {
    
    padding: 100px 0;
}

.white-bg {
    background: var(--white);
}

.elegant-title {
    font-family: var(--font-heading);
    font-size: 3rem;
    margin-bottom: 10px;
    opacity: 0; /* Controlado por JS */
}

.divider {
    width: 80px;
    height: 4px;
    background: var(--red-riccione);
    margin: 0 auto 25px;
}

.since {
    color: var(--red-riccione);
    font-weight: 700;
    letter-spacing: 6px;
    margin-bottom: 20px;
    font-size: 1.1rem;
    text-transform: uppercase;
}

.p-main {
    max-width: 850px;
    margin: 0 auto;
    color: #333;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.8;
}

/* =========================================
   ESTILOS SECCIÓN VIDEOS INDEX
   ========================================= */
.video-grid-index {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Dos columnas */
    gap: 30px;
    margin-top: 50px;
}

.video-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 450px; /* Altura igual a las cards de locales */
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    border: 1px solid #222;
}

.video-card video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Para que llenen el espacio sin zoom excesivo */
    transition: transform 0.5s ease;
}

.video-card:hover video {
    transform: scale(1.05);
}

.video-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: white;
    text-align: left;
}

.video-info h3 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    margin: 0;
}

/* Ajuste para celulares */
@media (max-width: 768px) {
    .video-grid-index {
        grid-template-columns: 1fr; /* Una sola columna: uno después del otro */
    }
    .video-card {
        height: 300px;
    }
}
/* =========================================
   GRID DE LOCALES
   ========================================= */
.locales-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 60px;
    justify-content: center;
}

.locales-grid .local-card-mini {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.local-card-mini {
    position: relative;
    height: 170px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.local-card-mini img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.local-card-mini:hover img {
    transform: scale(1.1);
}

.card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 10%, rgba(0,0,0,0.2) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--white);
    padding: 20px;
}

.card-overlay h3 {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.btn-mini {
    padding: 12px 30px;
    border: 2px solid var(--white);
    color: var(--white);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 6px;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

.btn-mini:hover {
    background: var(--red-riccione);
    border-color: var(--red-riccione);
    transform: scale(1.05);
}

/* =========================================
   FOOTER
   ========================================= */
footer {
    background: var(--black);
    padding: 80px 0 40px;
    color: var(--white);
    border-top: 4px solid var(--red-riccione);
}

.footer-logo {
    height: 80px;
    margin-bottom: 40px;
}

.socials-wrapper {
    margin-bottom: 40px;
}

.footer-subtitle {
    font-family: var(--font-heading);
    color: var(--soft-brown);
    font-size: 1.7rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 25px;
}

.socials {
    display: flex;
    justify-content: center;
    gap: 45px;
}

.socials a {
    color: var(--white);
    font-size: 2.2rem;
    transition: 0.3s ease;
}

.socials a i {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.socials a:hover i {
    color: var(--red-riccione);
    transform: scale(1.3) rotate(8deg);
}

.btn-wsp {
    display: inline-block;
    background: #25d366;
    color: #fff;
    padding: 16px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    transition: 0.3s;
    margin-bottom: 40px;
}

.btn-wsp i {
    margin-right: 10px;
}

.btn-wsp:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.4);
}

.copy {
    font-size: 0.8rem;
    color: #777;
    border-top: 1px solid #222;
    padding-top: 30px;
}

/* =========================================
   COMPONENTES ESPECÍFICOS (RESTAURANTE/PARRILLA)
   ========================================= */
.daily-menu-card {
    background: var(--gray-bg);
    padding: 40px;
    border-radius: 15px;
    border: 1px solid #ddd;
    max-width: 600px;
    margin: 40px auto;
}

.plate-name {
    font-family: var(--font-heading);
    font-size: 2rem;
    color: var(--red-riccione);
    margin-bottom: 10px;
}

.plate-price {
    font-size: 2.5rem;
    font-weight: 600;
}

.map-container {
    margin-top: 40px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    position: relative;
    width: 100%;
    background: #eee;
}

.map-container iframe {
    width: 100%;
    display: block;
}

.experience-grid, .argentina-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
}

.arg-item, .exp-item {
    flex: 1;
    min-width: 250px;
    max-width: 350px;
    padding: 20px;
}

.menu-parrilla-black {
    background-color: var(--black);
    margin: 50px 0; 
    border-top: 3px solid var(--soft-brown);
    border-bottom: 3px solid var(--soft-brown);
    padding: 80px 0;
}

/* =========================================
   ANIMACIONES Y RESPONSIVE (CORREGIDO)
   ========================================= */
.slide-up {
    opacity: 0;
    transform: translateY(40px);
    transition: 1s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.slide-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* =========================================
   HAMBURGER MENU
   ========================================= */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    z-index: 1001;
}

.hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: white;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
}

/* Animación X cuando está abierto */
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 768px) {
    .hamburger { display: flex; }

    .nav-container {
        flex-wrap: wrap;
        position: relative;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
        background: #111;
        padding: 16px 0;
        gap: 0;
        border-top: 1px solid #222;
        margin-top: 10px;
    }

    .nav-links.open { display: flex; }

    .nav-links li {
        width: 100%;
        text-align: center;
    }

    .nav-links a {
        display: block;
        padding: 12px 20px;
        font-size: 0.95rem;
        border-bottom: 1px solid #1a1a1a;
    }

    .nav-links li:last-child a { border-bottom: none; }

    .btn-nav-reservar {
        margin: 8px auto !important;
        display: inline-block !important;
        width: auto !important;
    }

    .nav-logo { height: 40px; }
    .hero-carousel { height: 50vh; }
    .elegant-title { font-size: 2.2rem; }
    .p-main { font-size: 1.1rem; }
    .locales-grid { grid-template-columns: 1fr; }
}

/* =========================================
   ESTILOS ESPECIALES: RESTAURANTE PRINCIPAL
   ========================================= */
.section-menu-dia {
    background-color: #fdfaf5; 
    border-bottom: 1px solid #eee;
}

.daily-menu-card.premium-border {
    background: var(--white);
    padding: 50px 40px;
    border-left: 5px solid var(--red-riccione);
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position: relative;
    max-width: 650px;
    margin: 40px auto;
    box-shadow: 15px 15px 0px var(--soft-brown);
}

.section-mantel {
    background-image: url('../assets/mantel-cuadros-rojos-blancos-patron-cuadrados_36078-1337.avif'); 
    background-size: 300px; 
    background-repeat: repeat;
    padding: 120px 0;
    border-top: 4px solid var(--red-riccione);
    border-bottom: 4px solid var(--red-riccione);
}

.mantel-content-box {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 60px 40px;
    display: inline-block;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    border: 2px solid var(--black);
    max-width: 800px;
}

.pdf-btns-wrapper {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.pdf-btns-wrapper > div {
    flex: 1 1 auto;
    min-width: 180px;
    max-width: 260px;
}

.pdf-btns-wrapper .btn-mini {
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

@media (max-width: 560px) {
    .pdf-btns-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .pdf-btns-wrapper > div {
        width: 100%;
        max-width: 320px;
    }
}

.btn-pdf-mantel {
    background-color: var(--black) !important;
    color: var(--white) !important;
    border: none !important;
    padding: 15px 40px;
    font-size: 1rem;
}

.btn-pdf-mantel:hover {
    background-color: var(--red-riccione) !important;
}

.mantel-content-box .elegant-title, 
.mantel-content-box .p-main {
    color: var(--black) !important;
    opacity: 1 !important;
}

/* =========================================
   NUEVO: ESTILOS HAMBURGUESERÍA (AMARILLO)
   ========================================= */
.txt-yellow { color: var(--urban-yellow) !important; }

.logo-hamburgueseria {
    height: 110px;      /* 🔥 más grande */
    width: 110px;       /* 🔥 mismo valor = círculo perfecto */
    object-fit: cover;  /* evita deformación */
    border-radius: 50%; /* asegura forma circular */
}

.media-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 40px;
}
.media-item {
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
    border: 3px solid #222;
    background: #000;
}
.media-item img, .media-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.media-item:hover img { transform: scale(1.1); }

.menu-urban-black {
    background-color: var(--black);
    margin: 50px 0; 
    border-top: 4px solid var(--urban-yellow);
    border-bottom: 4px solid var(--urban-yellow);
    padding: 80px 0;
}
.btn-urban {
    border-color: var(--urban-yellow) !important;
    color: var(--urban-yellow) !important;
    background: transparent;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 40px;
}
.btn-urban:hover {
    background-color: var(--urban-yellow) !important;
    color: var(--black) !important;
    transform: scale(1.05);
}

/* =========================================
   NUEVOS ESTILOS ESPECÍFICOS PARA HAMBURGUESERÍA (PREMIUM)
   ========================================= */
.arg-item i[style*="color: var(--urban-yellow)"] {
    color: var(--urban-yellow) !important;
}

.section-menu-dia.white-bg .txt-yellow,
.white-bg .elegant-title .txt-yellow {
    color: var(--urban-yellow) !important;
}

.argentina-grid h3 {
    font-weight: 700;
}

.argentina-grid p {
    font-weight: 300;
}

.media-grid video {
    outline: none;
    border: none;
}

/* =========================================
   NUEVO: ESTILOS SANGUCHERÍA (VERDE & NATURAL)
   ========================================= */

/* Color de texto resaltado verde */
.txt-green { 
    color: var(--sangucheria-green) !important; 
}
.logo-hamburgueseria {
    height: 70px;   /* 🔥 CLAVE */
    width: 70px;
    object-fit: cover;
    border-radius: 50%;
}
/* Fondo suave para la sección de especialidades */
.section-nature {
    background-color: #f4f7f2; /* Blanco verdoso muy sutil */
    border-bottom: 1px solid #e0e6dc;
}

/* Sección de la Carta (Bordes verdes sobre fondo negro) */
.menu-sangucheria-black {
    background-color: var(--black);
    margin: 60px 0; 
    border-top: 4.5px solid var(--sangucheria-green);
    border-bottom: 4.5px solid var(--sangucheria-green);
    padding: 100px 0;
}

/* El botón que pediste que se note bien */
.highlight-box-green {
    display: inline-block;
    padding: 10px;
    border: 1px dashed var(--sangucheria-green);
    border-radius: 10px;
    margin-top: 20px;
}

.btn-sangucheria-ultra {
    background-color: var(--sangucheria-green) !important;
    color: var(--white) !important;
    padding: 18px 45px !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    border: none !important;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(45, 90, 39, 0.3);
    transition: 0.3s ease;
    display: inline-block;
}

.btn-sangucheria-ultra:hover {
    transform: translateY(-5px);
    background-color: #3d7a35 !important;
    box-shadow: 0 15px 30px rgba(45, 90, 39, 0.5);
}

/* Forzar color de iconos en la grilla de la sanguchería */
.arg-item i[style*="color: var(--sangucheria-green)"] {
    color: var(--sangucheria-green) !important;
}

/* Títulos blancos sobre la carta negra */
.menu-sangucheria-black .elegant-title, 
.menu-sangucheria-black .p-main {
    color: var(--white) !important;
}

/* =========================================
   FIN DE ARCHIVO - AJUSTES RESPONSIVE MULTIMEDIA
   ========================================= */
@media (max-width: 768px) {
    .media-item {
        height: 280px;
    }
    .media-grid {
        grid-template-columns: 1fr;
    }
    .btn-sangucheria-ultra {
        padding: 15px 30px !important;
        font-size: 0.9rem !important;
    }
}
/* =========================================
   NUEVO: ESTILOS SANGUCHERÍA (VERDE & NATURAL)
   ========================================= */

/* Color de texto resaltado verde */
.txt-green { 
    color: var(--sangucheria-green) !important; 
}

/* Fondo suave para la sección de especialidades */
.section-nature {
    background-color: #f4f7f2; /* Blanco verdoso muy sutil */
    border-bottom: 1px solid #e0e6dc;
}

/* Sección de la Carta (Bordes verdes sobre fondo negro) */
.menu-sangucheria-black {
    background-color: var(--black);
    margin: 60px 0; 
    border-top: 4.5px solid var(--sangucheria-green);
    border-bottom: 4.5px solid var(--sangucheria-green);
    padding: 100px 0;
}

/* El botón que pediste que se note bien con sombra y realce */
.highlight-box-green {
    display: inline-block;
    padding: 10px;
    border: 1px dashed var(--sangucheria-green);
    border-radius: 10px;
    margin-top: 20px;
}

.btn-sangucheria-ultra {
    background-color: var(--sangucheria-green) !important;
    color: var(--white) !important;
    padding: 18px 45px !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    border: none !important;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(45, 90, 39, 0.3);
    transition: 0.3s ease;
    display: inline-block;
}

.btn-sangucheria-ultra:hover {
    transform: translateY(-5px);
    background-color: #3d7a35 !important;
    box-shadow: 0 15px 30px rgba(45, 90, 39, 0.5);
}

/* Forzar color de iconos en la grilla de la sanguchería */
.arg-item i[style*="color: var(--sangucheria-green)"] {
    color: var(--sangucheria-green) !important;
}

/* Títulos blancos sobre la carta negra */
.menu-sangucheria-black .elegant-title, 
.menu-sangucheria-black .p-main {
    color: var(--white) !important;
}

/* =========================================
   FIN DE ARCHIVO - AJUSTES RESPONSIVE MULTIMEDIA
   ========================================= */
@media (max-width: 768px) {
    .media-item { height: 280px; }
    .media-grid { grid-template-columns: 1fr; }
    .btn-sangucheria-ultra { padding: 15px 30px !important; font-size: 0.9rem !important; }
}

/* =========================================
   ANIMACIONES Y RESPONSIVE (CORREGIDO)
   ========================================= */
.slide-up {
    opacity: 0;
    transform: translateY(40px);
    transition: 1s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.slide-up.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 768px) {
    .nav-container { flex-direction: column; gap: 20px; align-items: center; }
    .nav-links { padding: 0; justify-content: center; gap: 15px; width: 100%; }
    .nav-links a { font-size: 0.8rem; }
    .nav-logo { height: 40px; }
    .elegant-title { font-size: 2.2rem; }
    .p-main { font-size: 1.1rem; }
    .locales-grid { grid-template-columns: 1fr; }
    .media-item { height: 280px; }
    .btn-polleria-ultra { padding: 15px 30px !important; font-size: 1rem !important; }
}

.nav-logo.logo-sangucheria {
    height: 45px !important;
    width: auto !important;
    max-height: none !important;
}
@media (max-width: 768px) {
    .logo-hamburgueseria {
        height: 80px;
        width: 80px;
    }
}

/* =========================================
   ESTILOS ADICIONALES PARA PANEL DE GESTIÓN
   ========================================= */

/* Estilo para los inputs de los formularios en administración */
.admin-form .form-group {
    margin-bottom: 15px;
    text-align: left;
}

.admin-form label {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555;
    margin-bottom: 5px;
    display: block;
}

.admin-form input[type="text"],
.admin-form input[type="number"] {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-family: var(--font-body);
    font-size: 1rem;
    transition: 0.3s;
}

.admin-form input:focus {
    outline: none;
    border-color: var(--soft-brown);
    box-shadow: 0 0 10px rgba(181, 164, 139, 0.2);
}

.price-group input {
    font-size: 1.5rem !important;
    font-weight: 700;
    color: var(--red-riccione);
}

/* Estilo para el input de tipo archivo (Upload) */
.custom-file-input {
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: #555;
    background: white;
    padding: 10px;
    border-radius: 5px;
    border: 1px dashed var(--soft-brown);
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
}

.custom-file-input::-webkit-file-upload-button {
    background: var(--black);
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.75rem;
    cursor: pointer;
    margin-right: 10px;
    transition: 0.3s;
}

.custom-file-input::-webkit-file-upload-button:hover {
    background: var(--red-riccione);
}

/* =========================================
   SCROLL PROGRESS BAR
   ========================================= */
#scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: var(--red-riccione);
    z-index: 9999;
    transition: width 0.1s linear;
}

/* =========================================
   TOP BAR
   ========================================= */
.top-bar {
    background: #111;
    border-bottom: 1px solid #222;
    padding: 8px 0;
    font-size: 0.78rem;
    color: #aaa;
    letter-spacing: 0.5px;
}

.top-bar-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.top-bar-inner i { color: var(--red-riccione); margin-right: 5px; }
.top-bar-sep { color: #444; }

@media (max-width: 600px) {
    .top-bar-sep { display: none; }
    .top-bar-inner { gap: 10px; font-size: 0.72rem; }
}

/* =========================================
   NAVBAR — BOTÓN RESERVAR
   ========================================= */
.btn-nav-reservar {
    background: var(--red-riccione) !important;
    color: white !important;
    padding: 8px 18px !important;
    border-radius: 50px !important;
    font-size: 0.82rem !important;
    transition: all 0.3s ease !important;
    white-space: nowrap;
}

.btn-nav-reservar:hover {
    background: #c0040f !important;
    transform: scale(1.05);
    color: white !important;
}

.btn-nav-reservar i { margin-right: 5px; }

/* =========================================
   HERO — SUBTÍTULO Y BOTÓN CTA
   ========================================= */
.slide-subtitle {
    color: rgba(255,255,255,0.8);
    font-size: 1rem;
    font-weight: 300;
    margin-top: 12px;
    margin-bottom: 28px;
    letter-spacing: 0.5px;
    max-width: 380px;
}

.btn-hero {
    display: inline-block;
    padding: 13px 32px;
    border: 2px solid white;
    color: white;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 4px;
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
    background: rgba(255,255,255,0.08);
}

.btn-hero:hover {
    background: var(--red-riccione);
    border-color: var(--red-riccione);
    transform: translateY(-2px);
}

/* Dots del carousel */
.carousel-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.35);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.5);
}

.dot.active {
    background: var(--red-riccione);
    border-color: var(--red-riccione);
    transform: scale(1.2);
}

@media (max-width: 768px) {
    .slide-subtitle { display: none; }
    .btn-hero { padding: 10px 22px; font-size: 0.78rem; }
}

/* =========================================
   STATS SECTION
   ========================================= */
.section-stats {
    background: #0d0d0d;
    padding: 70px 0;
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}

.stats-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
}

.stat-item {
    flex: 1;
    text-align: center;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-number {
    font-family: var(--font-heading);
    font-size: clamp(3rem, 6vw, 5rem);
    color: var(--red-riccione);
    line-height: 1;
    display: inline-block;
}

.stat-suffix {
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    color: var(--red-riccione);
    display: inline-block;
    margin-left: 2px;
    align-self: flex-start;
    margin-top: 10px;
}

.stat-label {
    display: block;
    color: #888;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 12px;
    font-weight: 600;
}

.stat-divider {
    width: 1px;
    height: 80px;
    background: #2a2a2a;
    flex-shrink: 0;
}

@media (max-width: 600px) {
    .stats-grid { flex-direction: column; }
    .stat-divider { width: 60px; height: 1px; }
    .stat-item { padding: 20px; }
}

/* =========================================
   QUOTE SECTION
   ========================================= */
.section-quote {
    background: var(--white);
    padding: 90px 20px;
    text-align: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

.section-quote::before {
    content: '';
    position: absolute;
    left: 0; top: 0;
    width: 6px;
    height: 100%;
    background: var(--red-riccione);
}

.quote-mark {
    font-family: var(--font-heading);
    font-size: 8rem;
    color: var(--red-riccione);
    line-height: 0.5;
    opacity: 0.15;
    margin-bottom: 20px;
    font-style: italic;
}

.restaurant-quote {
    font-family: var(--font-heading);
    font-size: clamp(1.4rem, 3vw, 2.2rem);
    font-style: italic;
    color: var(--black);
    max-width: 750px;
    margin: 0 auto 20px;
    line-height: 1.5;
    font-weight: 700;
}

.quote-cite {
    color: #999;
    font-size: 0.88rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-style: normal;
}

/* =========================================
   LOCAL CARD — DESCRIPCIÓN
   ========================================= */
.card-desc {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.7);
    margin-bottom: 14px;
    font-weight: 300;
    letter-spacing: 0.3px;
}

/* Efecto brillo al hover en cards */
.local-card-mini::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 2;
}

.local-card-mini:hover::after { opacity: 1; }

/* =========================================
   FLOATING WHATSAPP BUTTON
   ========================================= */
.fab-wsp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 58px;
    height: 58px;
    background: #25d366;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(37,211,102,0.4);
    z-index: 998;
    transition: all 0.3s ease;
    animation: fab-pulse 2.5s infinite;
}

.fab-wsp:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 30px rgba(37,211,102,0.55);
    animation: none;
}

@keyframes fab-pulse {
    0%, 100% { box-shadow: 0 6px 20px rgba(37,211,102,0.4); }
    50% { box-shadow: 0 6px 30px rgba(37,211,102,0.7); }
}

/* =========================================
   ACCESO ADMIN (candado)
   ========================================= */
.btn-admin-acceso {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 38px;
    height: 38px;
    background: rgba(0,0,0,0.35);
    color: rgba(255,255,255,0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    text-decoration: none;
    z-index: 997;
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
}

.btn-admin-acceso:hover {
    background: var(--black);
    color: white;
}

/* =========================================
   BACK TO TOP BUTTON
   ========================================= */
.btn-back-top {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 42px;
    height: 42px;
    background: var(--black);
    color: white;
    border: 1px solid #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    cursor: pointer;
    z-index: 997;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.btn-back-top.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.btn-back-top:hover {
    background: var(--red-riccione);
    border-color: var(--red-riccione);
}

/* =========================================
   LOGIN PAGE
   ========================================= */
.login-body {
    background: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.login-wrapper {
    width: 100%;
    max-width: 440px;
    padding: 20px;
}

.login-card {
    background: white;
    border-radius: 12px;
    padding: 50px 40px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
    border-top: 5px solid var(--red-riccione);
}

.login-logo {
    height: 60px;
    margin-bottom: 25px;
}

.login-title {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    color: var(--black);
    margin-bottom: 8px;
}

.login-subtitle {
    font-size: 0.9rem;
    color: #777;
    margin-bottom: 30px;
    font-weight: 300;
}

.login-form .form-group {
    text-align: left;
    margin-bottom: 18px;
}

.login-form label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555;
    margin-bottom: 6px;
}

.login-form label i {
    margin-right: 6px;
    color: var(--red-riccione);
}

.login-form input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-family: var(--font-body);
    font-size: 1rem;
    transition: 0.3s;
}

.login-form input:focus {
    outline: none;
    border-color: var(--red-riccione);
    box-shadow: 0 0 0 3px rgba(227, 6, 19, 0.1);
}

.login-error {
    background: #fff0f0;
    color: var(--red-riccione);
    border: 1px solid #fcc;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 0.88rem;
    margin-bottom: 16px;
    text-align: left;
}

.login-error i { margin-right: 6px; }

.btn-login {
    width: 100%;
    padding: 16px;
    background: var(--red-riccione);
    color: white;
    border: none;
    border-radius: 6px;
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 8px;
}

.btn-login:hover { background: #c0040f; transform: translateY(-1px); }

.login-back {
    display: inline-block;
    margin-top: 25px;
    font-size: 0.85rem;
    color: #999;
    text-decoration: none;
    transition: 0.2s;
}

.login-back:hover { color: var(--black); }
.login-back i { margin-right: 5px; }

/* =========================================
   PANEL DE GESTIÓN - NUEVO
   ========================================= */
.admin-header-info {
    background: white;
    border-radius: 10px;
    padding: 25px 30px;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 15px rgba(0,0,0,0.07);
    border-left: 5px solid var(--red-riccione);
}

.admin-header-info h2 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    margin-bottom: 4px;
}

.admin-header-info p {
    color: #777;
    font-size: 0.9rem;
}

.admin-header-info p span {
    color: var(--red-riccione);
    font-weight: 700;
}

/* Fila de PDFs: 1 columna por defecto, 2 cuando hay delivery */
.pdf-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 0;
}

.pdf-row.dos-pdfs {
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 900px) {
    .pdf-row.dos-pdfs { grid-template-columns: 1fr; }
    .admin-header-info { flex-direction: column; gap: 15px; text-align: center; }
}

.admin-section {
    background: white;
    border-radius: 10px;
    padding: 35px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.07);
}

.admin-section h2 {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    margin-bottom: 6px;
    color: var(--black);
}

.admin-section .section-desc {
    color: #888;
    font-size: 0.9rem;
    margin-bottom: 25px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 18px;
}

/* Lista de sugerencias del día */
.menu-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 25px;
}

.menu-item-card {
    background: #fdfaf5;
    border: 1px solid #eee;
    border-left: 4px solid var(--soft-brown);
    border-radius: 8px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    transition: 0.2s;
}

.menu-item-card.no-disponible {
    opacity: 0.55;
    border-left-color: #ccc;
}

.menu-item-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.08); }

.menu-item-info { flex: 1; min-width: 0; }

.menu-item-info .plato-nombre {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    color: var(--black);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-item-info .plato-detalles {
    font-size: 0.82rem;
    color: #888;
    margin-top: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-item-info .plato-precio {
    font-weight: 700;
    color: var(--red-riccione);
    font-size: 1rem;
    margin-top: 4px;
}

.menu-item-actions {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
    align-items: center;
}

.badge-disponible {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 9px;
    border-radius: 20px;
    letter-spacing: 0.5px;
}

.badge-disponible.activo { background: #e6f9ee; color: #1a7a3c; }
.badge-disponible.inactivo { background: #f5f5f5; color: #999; }

.btn-accion {
    border: none;
    border-radius: 6px;
    padding: 7px 13px;
    font-size: 0.78rem;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: 0.2s;
    font-family: var(--font-body);
}

.btn-accion:hover { transform: translateY(-1px); }
.btn-editar { background: #f0f0f0; color: #444; }
.btn-editar:hover { background: #e0e0e0; }
.btn-eliminar { background: #fff0f0; color: var(--red-riccione); }
.btn-eliminar:hover { background: #ffe0e0; }
.btn-toggle-on { background: #e6f9ee; color: #1a7a3c; }
.btn-toggle-on:hover { background: #d0f0de; }
.btn-toggle-off { background: #f5f5f5; color: #999; }
.btn-toggle-off:hover { background: #ebebeb; }

.menu-vacio {
    text-align: center;
    color: #bbb;
    padding: 30px 0;
    font-size: 0.95rem;
}

.menu-vacio i { font-size: 2rem; display: block; margin-bottom: 10px; }

/* Formulario agregar/editar sugerencia */
.form-sugerencia {
    background: #fafafa;
    border: 1px dashed #ddd;
    border-radius: 8px;
    padding: 22px;
    margin-top: 10px;
}

.form-sugerencia h3 {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    margin-bottom: 16px;
    color: var(--black);
}

.form-sugerencia .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

@media (max-width: 600px) {
    .form-sugerencia .form-row { grid-template-columns: 1fr; }
    .menu-item-actions { flex-wrap: wrap; }
    .admin-header-info { gap: 15px; }
}

.form-sugerencia .form-group { margin-bottom: 12px; }

.form-sugerencia label {
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    margin-bottom: 5px;
    display: block;
}

.form-sugerencia input[type="text"],
.form-sugerencia input[type="number"] {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-family: var(--font-body);
    font-size: 0.95rem;
    transition: 0.2s;
    background: white;
}

.form-sugerencia input:focus {
    outline: none;
    border-color: var(--soft-brown);
    box-shadow: 0 0 0 3px rgba(181,164,139,0.15);
}

.form-sugerencia .checkbox-group {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.form-sugerencia .checkbox-group input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: var(--red-riccione);
}

.form-sugerencia .checkbox-group label {
    font-size: 0.88rem;
    text-transform: none;
    letter-spacing: 0;
    cursor: pointer;
    margin: 0;
}

.form-btns {
    display: flex;
    gap: 10px;
    margin-top: 5px;
}

.btn-guardar {
    flex: 1;
    padding: 13px;
    background: var(--black);
    color: white;
    border: none;
    border-radius: 6px;
    font-family: var(--font-body);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.2s;
}

.btn-guardar:hover { background: var(--red-riccione); }

.btn-cancelar-form {
    padding: 13px 20px;
    background: white;
    color: #888;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-family: var(--font-body);
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s;
}

.btn-cancelar-form:hover { border-color: #bbb; color: #555; }

/* PDF upload section */
.pdf-upload-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 16px;
    padding: 20px 0;
}

.pdf-icon { font-size: 3.5rem; color: var(--red-riccione); }

.pdf-actual {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 12px 18px;
    font-size: 0.88rem;
    color: #555;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pdf-actual i { color: var(--red-riccione); }

.pdf-actual a { color: var(--red-riccione); font-weight: 700; text-decoration: none; }
.pdf-actual a:hover { text-decoration: underline; }

.btn-subir-pdf {
    width: 100%;
    padding: 14px;
    background: var(--black);
    color: white;
    border: none;
    border-radius: 6px;
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.2s;
}

.btn-subir-pdf:hover { background: var(--red-riccione); }

/* Menu del día pública - múltiples cards */
.sugerencias-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 30px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.card-tag {
    position: absolute;
    top: -14px;
    left: 30px;
    background: var(--red-riccione);
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 5px 14px;
    border-radius: 20px;
}

.plate-details {
    color: #666;
    font-size: 0.95rem;
    margin: 8px 0 20px;
}

.sin-sugerencias {
    text-align: center;
    padding: 40px 20px;
    color: #bbb;
}

.sin-sugerencias i {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 12px;
}