@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&family=Permanent+Marker&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap');

:root {
    --primary: #ff007f; /* Vibrant Neon Pink */
    --primary-dark: #cc0066;
    --secondary: #00e5ff; /* Electric Cyan */
    --accent: #ccff00; /* Neon Lime/Yellow */
    --text: #ffffff;
    --text-light: #d0d0d0;
    --bg: #0a0a0a;
    --card-bg: #121212;
    --glass-bg: rgba(255, 255, 255, 0.03);
    --glass-border: rgba(255, 255, 255, 0.08);
    --shadow: 0 15px 50px rgba(0, 0, 0, 0.7);
    --neon-glow: 0 0 20px rgba(255, 0, 127, 0.5);
    --radius: 8px;
    --transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body {
    background-color: var(--bg);
    color: var(--text);
    line-height: 1.6;
    overflow-x: hidden;
    background-image: 
        radial-gradient(at 0% 0%, rgba(255, 0, 255, 0.05) 0px, transparent 50%),
        radial-gradient(at 100% 100%, rgba(0, 255, 255, 0.05) 0px, transparent 50%);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
}

/* Splat Drawings - High Impact Spray Style */
.splat {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    opacity: 0.7;
    background-size: contain;
    background-repeat: no-repeat;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.3));
}

.splat-pink {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50,15 C65,15 80,30 80,45 C80,60 70,70 70,85 C70,95 62,98 58,90 C55,80 52,80 48,90 C45,98 35,95 35,80 C35,65 25,55 25,40 C25,25 35,15 50,15' fill='%23ff007f'/%3E%3Cpath d='M42,85 L42,95 M58,80 L58,98 M72,70 L72,92' stroke='%23ff007f' stroke-width='3' stroke-linecap='round'/%3E%3Ccircle cx='20' cy='30' r='1.5' fill='%23ff007f'/%3E%3Ccircle cx='85' cy='25' r='1' fill='%23ff007f'/%3E%3Ccircle cx='15' cy='60' r='2' fill='%23ff007f'/%3E%3Ccircle cx='90' cy='70' r='1.5' fill='%23ff007f'/%3E%3Ccircle cx='50' cy='5' r='1' fill='%23ff007f'/%3E%3Ccircle cx='10' cy='15' r='0.8' fill='%23ff007f'/%3E%3Ccircle cx='95' cy='90' r='1.2' fill='%23ff007f'/%3E%3Ccircle cx='30' cy='10' r='1' fill='%23ff007f'/%3E%3Ccircle cx='70' cy='15' r='0.5' fill='%23ff007f'/%3E%3Ccircle cx='80' cy='50' r='0.7' fill='%23ff007f'/%3E%3Ccircle cx='25' cy='80' r='1' fill='%23ff007f'/%3E%3C/svg%3E");
}

.splat-blue {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50,25 C70,15 90,30 85,55 C95,70 80,90 60,85 C40,95 15,85 20,60 C5,45 25,15 50,25' fill='%2300e5ff'/%3E%3Ccircle cx='15' cy='20' r='2' fill='%2300e5ff'/%3E%3Ccircle cx='85' cy='15' r='1.5' fill='%2300e5ff'/%3E%3Ccircle cx='95' cy='55' r='2' fill='%2300e5ff'/%3E%3Ccircle cx='5' cy='70' r='1' fill='%2300e5ff'/%3E%3Ccircle cx='40' cy='5' r='1.5' fill='%2300e5ff'/%3E%3Ccircle cx='75' cy='95' r='1.2' fill='%2300e5ff'/%3E%3Ccircle cx='20' cy='90' r='0.8' fill='%2300e5ff'/%3E%3Ccircle cx='10' cy='40' r='0.5' fill='%2300e5ff'/%3E%3Ccircle cx='90' cy='30' r='0.7' fill='%2300e5ff'/%3E%3C/svg%3E");
}

.splat-yellow {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50,20 L60,35 L80,30 L70,50 L90,65 L65,70 L60,90 L45,70 L20,80 L35,55 L10,40 L40,35 Z' fill='%23ccff00'/%3E%3Ccircle cx='10' cy='10' r='2' fill='%23ccff00'/%3E%3Ccircle cx='90' cy='15' r='1.5' fill='%23ccff00'/%3E%3Ccircle cx='85' cy='85' r='2' fill='%23ccff00'/%3E%3Ccircle cx='15' cy='90' r='1' fill='%23ccff00'/%3E%3Ccircle cx='50' cy='5' r='1' fill='%23ccff00'/%3E%3C/svg%3E");
}

.splat-dark {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10,10 H90 V90 H10 Z' fill='%23000'/%3E%3Cpath d='M5,5 Q10,15 15,5 T25,15 T35,5 T45,15 T55,5 T65,15 T75,5 T85,15 T95,5' fill='none' stroke='%23000' stroke-width='4'/%3E%3C/svg%3E");
    opacity: 0.9;
}

.card-splat {
    display: none; /* Quitamos las manchas automáticas pequeñas */
}

/* Animations */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

/* Layout */
header {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    background: rgba(10, 10, 10, 0.9);
    backdrop-filter: blur(15px);
    border-bottom: 2px solid var(--primary);
    box-shadow: 0 0 20px rgba(255, 0, 127, 0.2);
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-img {
    height: 50px;
    border-radius: 50%;
    box-shadow: var(--shadow);
}

.brand-name {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: -1px;
}

nav ul {
    display: flex;
    list-style: none;
    gap: 30px;
}

nav a {
    text-decoration: none;
    color: var(--text);
    font-weight: 700;
    transition: var(--transition);
    position: relative;
    padding: 5px 0;
}

nav a.nav-home:hover, nav a.nav-home.active {
    color: var(--secondary);
    text-shadow: 0 0 10px rgba(0, 229, 255, 0.5);
}

nav a.nav-menu:hover, nav a.nav-menu.active {
    color: var(--primary);
    text-shadow: 0 0 10px rgba(255, 0, 127, 0.5);
}

nav a.nav-contact:hover {
    color: var(--accent);
    text-shadow: 0 0 10px rgba(204, 255, 0, 0.5);
}

nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: currentColor;
    transition: width 0.3s ease;
}

nav a:hover::after {
    width: 100%;
}

/* Hero Section */
.hero {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 10%;
    background: #000;
    background-image: 
        radial-gradient(circle at 15% 25%, rgba(255, 0, 127, 0.4) 0%, transparent 25%),
        radial-gradient(circle at 85% 75%, rgba(0, 229, 255, 0.4) 0%, transparent 25%),
        radial-gradient(circle at 50% 50%, rgba(204, 255, 0, 0.2) 0%, transparent 40%),
        url('https://www.transparenttextures.com/patterns/asfalt-dark.png');
    position: relative;
    overflow: hidden;
}

/* Paint Splatter Elements */
.hero::before {
    content: 'QUE BUENO';
    position: absolute;
    top: 10%;
    left: -2%;
    font-family: 'Permanent Marker', cursive;
    font-size: 18vw;
    color: rgba(255, 0, 127, 0.15);
    transform: rotate(-10deg);
    white-space: nowrap;
    z-index: 0;
    pointer-events: none;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    height: 120px;
    background: var(--bg);
    clip-path: polygon(0 0, 100% 0, 98% 30%, 95% 80%, 92% 20%, 88% 90%, 84% 40%, 80% 100%, 76% 50%, 72% 95%, 68% 35%, 64% 85%, 60% 15%, 56% 90%, 52% 45%, 48% 100%, 44% 40%, 40% 95%, 36% 25%, 32% 80%, 28% 45%, 24% 100%, 20% 60%, 16% 90%, 12% 10%, 8% 85%, 4% 30%, 0 100%);
    z-index: 2;
}

.hero-content h1 {
    font-family: 'Permanent Marker', cursive;
    font-size: clamp(3rem, 10vw, 6rem);
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1;
    color: #fff;
    text-shadow: 4px 4px 0px var(--primary);
    animation: fadeInUp 0.8s ease-out;
    letter-spacing: 2px;
}

.hero-content h1 span {
    color: var(--secondary);
    text-shadow: 4px 4px 0px var(--primary);
}

.hero-content p {
    font-size: 1.25rem;
    color: var(--text-light);
    max-width: 600px;
    margin: 0 auto 40px;
    animation: fadeInUp 1s ease-out;
}

/* Header Drip Effect */
header::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    background: var(--primary);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 90% 20%, 85% 80%, 80% 10%, 75% 70%, 70% 30%, 65% 90%, 60% 40%, 55% 100%, 50% 50%, 45% 80%, 40% 20%, 35% 90%, 30% 10%, 25% 70%, 20% 40%, 15% 100%, 10% 20%, 5% 80%, 0 0);
}

.cta-button {
    display: inline-block;
    padding: 18px 45px;
    background: var(--primary);
    color: white;
    text-decoration: none;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    box-shadow: 4px 4px 0px var(--secondary);
    transition: var(--transition);
    animation: fadeInUp 1.2s ease-out;
    border: none;
}

.cta-button:hover {
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0px var(--secondary), 0 0 20px rgba(255, 0, 127, 0.4);
}

/* Menu Section */
.menu-container {
    padding: 120px 5%;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    font-family: 'Permanent Marker', cursive;
    font-size: 3.5rem;
    color: var(--secondary);
    text-shadow: 3px 3px 0px var(--primary);
}

.filter-bar {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 10px 25px;
    border: 2px solid var(--secondary);
    background: transparent;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 800;
    color: var(--secondary);
    text-transform: uppercase;
    transition: var(--transition);
}

.filter-btn.active, .filter-btn:hover {
    background: var(--secondary);
    color: var(--bg);
    box-shadow: 0 0 15px rgba(0, 229, 255, 0.4);
}

.bocadillos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

.bocadillo-card {
    background: #111; /* Fondo totalmente sólido */
    padding: 20px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    z-index: 10; /* Por encima de las manchas */
}

.bocadillo-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 15px auto 0;
    border: 2px solid var(--secondary);
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.3);
    filter: blur(0.5px);
    opacity: 0.8;
}

.bocadillo-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary);
    box-shadow: 0 0 30px rgba(255, 0, 255, 0.3);
}

.bocadillo-card.agotado {
    opacity: 0.55;
    filter: grayscale(0.7);
    border-color: rgba(255, 255, 255, 0.05);
    cursor: not-allowed;
}

.bocadillo-card.agotado:hover {
    transform: none;
    border-color: rgba(255, 255, 255, 0.05);
    box-shadow: var(--shadow);
}

.bocadillo-number {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 4.5rem;
    font-family: 'Permanent Marker', cursive;
    font-weight: 400;
    color: var(--secondary);
    opacity: 0.6;
    z-index: 0;
    pointer-events: none;
    line-height: 1;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
}

.bocadillo-card h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    line-height: 1.2;
}

.bocadillo-card p {
    color: var(--text-light);
    font-size: 0.95rem;
    margin-bottom: 20px;
}

.price-tag {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--secondary);
    text-shadow: 0 0 10px rgba(0, 229, 255, 0.3);
}

.order-btn {
    width: 100%;
    padding: 15px;
    margin-top: 20px;
    border: 2px solid var(--secondary);
    background: transparent;
    color: var(--secondary);
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    transition: var(--transition);
}

.order-btn:hover {
    background: var(--secondary);
    color: var(--bg);
    box-shadow: 0 0 20px rgba(0, 229, 255, 0.4);
}

/* Cart Float */
.cart-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 70px;
    height: 70px;
    background: var(--primary);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.8rem;
    box-shadow: 0 0 30px rgba(255, 0, 127, 0.4);
    cursor: pointer;
    z-index: 2000;
    transition: var(--transition);
    border: 2px solid #fff;
}

.cart-float:hover {
    transform: rotate(-5deg) scale(1.1);
}

.cart-count {
    position: absolute;
    top: -10px;
    right: -10px;
    background: var(--accent);
    color: #000;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 4px 4px 0px #000;
}

/* Modal */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 3000;
    backdrop-filter: blur(5px);
}

.modal-content {
    background: #111;
    width: 90%;
    max-width: 600px;
    padding: 40px;
    border-radius: 4px;
    border: 2px solid var(--primary);
    max-height: 80vh;
    overflow-y: auto;
    color: #fff;
    box-shadow: 0 0 50px rgba(255, 0, 127, 0.3);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.close-modal {
    font-size: 2rem;
    cursor: pointer;
}

/* Footer */
footer {
    padding: 80px 5% 40px;
    background: transparent;
    color: white;
    text-align: center;
    position: relative;
    z-index: 10;
}

.footer-logo {
    height: 70px;
    margin-bottom: 25px;
    border-radius: 50%;
    filter: drop-shadow(0 0 10px rgba(0, 255, 255, 0.3));
}

.footer-info p {
    color: var(--text-light);
    margin-bottom: 10px;
}

.footer-info a {
    color: var(--text);
    text-decoration: none;
    font-weight: 700;
    transition: var(--transition);
    border-bottom: 1px dashed var(--secondary);
}

.footer-info a:hover {
    color: var(--secondary);
    border-bottom-style: solid;
}

.social-links {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.social-links a {
    color: var(--text-light);
    font-size: 1.5rem;
    transition: var(--transition);
}

.social-links a:hover {
    color: var(--primary);
    transform: translateY(-5px);
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 3rem;
    }
    nav {
        display: none;
    }
}

/* Pagination Styles */
.page-btn {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--secondary);
    background: transparent;
    border-radius: 4px;
    font-weight: 900;
    cursor: pointer;
    transition: var(--transition);
    color: var(--secondary);
}

.page-btn:hover:not(:disabled) {
    background: var(--secondary);
    color: var(--bg);
    box-shadow: 0 0 15px rgba(0, 229, 255, 0.4);
}

.page-btn.active {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
    box-shadow: 0 0 20px rgba(255, 0, 127, 0.5);
}

.page-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    background: #f8f9fa;
}

/* Social Links Hover */
.social-links a:hover {
    color: var(--primary) !important;
    transform: translateY(-5px);
}

/* Intro Animation */
.intro-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: fadeOut 0.8s ease-in-out forwards;
    animation-delay: 2.2s; /* Empieza a desvanecerse para terminar a los 3s */
}

.intro-logo {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 5px solid var(--primary);
    box-shadow: 0 0 50px var(--primary);
    animation: introPop 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes introPop {
    0% { transform: scale(0); opacity: 0; filter: blur(20px); }
    50% { transform: scale(1.2); opacity: 1; filter: blur(0px); }
    100% { transform: scale(1); opacity: 1; }
}

@keyframes fadeOut {
    0% { opacity: 1; filter: blur(0px); }
    100% { opacity: 0; filter: blur(20px); visibility: hidden; }
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(10, 10, 15, 0.95);
    border-top: 2px solid var(--secondary);
    box-shadow: 0 0 30px rgba(0, 229, 255, 0.2);
    z-index: 10000;
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.cookie-content {
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.cookie-content p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--text-light);
    line-height: 1.4;
}

.cookie-content a {
    color: var(--primary);
    text-decoration: underline;
}

@media (max-width: 768px) {
    .cookie-content {
        flex-direction: column;
        text-align: center;
    }
    .cookie-content button {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
}

/* Toast Notifications */
.toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 100000;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 350px;
    width: 100%;
}

.toast {
    background: rgba(10, 10, 15, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 20px;
    border-radius: 8px;
    color: #fff;
    font-size: 0.9rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    animation: slideInRight 0.3s ease-out forwards;
    position: relative;
    overflow: hidden;
}

.toast::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
}

.toast.success {
    border-color: rgba(57, 255, 20, 0.3);
    box-shadow: 0 0 15px rgba(57, 255, 20, 0.1);
}
.toast.success::before {
    background: #39FF14;
}

.toast.error {
    border-color: rgba(255, 7, 58, 0.3);
    box-shadow: 0 0 15px rgba(255, 7, 58, 0.1);
}
.toast.error::before {
    background: #FF073A;
}

.toast.info {
    border-color: rgba(0, 229, 255, 0.3);
    box-shadow: 0 0 15px rgba(0, 229, 255, 0.1);
}
.toast.info::before {
    background: #00E5FF;
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Tracking Modal & Steps */
.tracking-steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 40px 0 20px;
    padding: 0;
}

.tracking-steps::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 12.5%;
    width: 75%;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
}

.tracking-progress-bar {
    position: absolute;
    top: 25px;
    left: 12.5%;
    height: 4px;
    background: var(--secondary);
    box-shadow: 0 0 10px var(--secondary);
    z-index: 1;
    transition: width 0.5s ease;
    width: 0%;
}

.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    position: relative;
    width: 25%;
}

.step-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #111;
    border: 2px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.2rem;
    transition: all 0.5s ease;
}

.step-label {
    margin-top: 10px;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
    text-align: center;
    transition: all 0.5s ease;
}

.step-item.active .step-icon {
    border-color: var(--secondary);
    background: var(--secondary);
    color: #000;
    box-shadow: 0 0 20px var(--secondary);
}

.step-item.active .step-label {
    color: var(--secondary);
    text-shadow: 0 0 5px rgba(0, 229, 255, 0.5);
}

.step-item.completed .step-icon {
    border-color: var(--primary);
    background: var(--primary);
    color: #fff;
    box-shadow: 0 0 20px var(--primary);
}

.step-item.completed .step-label {
    color: var(--primary);
}

/* ============================================================
   HAMBURGER BUTTON
   ============================================================ */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 22px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1100;
    flex-shrink: 0;
}

.hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background: var(--primary);
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.hamburger.active span:nth-child(1) {
    transform: translateY(9.5px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}
.hamburger.active span:nth-child(3) {
    transform: translateY(-9.5px) rotate(-45deg);
}

/* ============================================================
   RESPONSIVE - TABLET & MOBILE  (max-width: 768px)
   ============================================================ */
@media (max-width: 768px) {

    /* Prevent horizontal scroll globally */
    html, body {
        overflow-x: hidden;
        max-width: 100vw;
    }

    /* ---- HEADER / NAV ---- */
    header {
        padding: 0 4%;
        height: 70px;
    }

    .hamburger {
        display: flex;
    }

    header nav {
        display: none;
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        background: rgba(10, 10, 10, 0.98);
        backdrop-filter: blur(15px);
        border-bottom: 2px solid var(--primary);
        z-index: 999;
        padding: 20px 5%;
        flex-direction: column;
    }

    header nav.open {
        display: flex;
    }

    nav ul {
        flex-direction: column;
        gap: 0;
        width: 100%;
    }

    nav ul li {
        border-bottom: 1px solid rgba(255,255,255,0.07);
    }

    nav ul li:last-child {
        border-bottom: none;
    }

    nav a, nav ul li button {
        display: block;
        padding: 14px 5px;
        font-size: 1rem;
        width: 100%;
    }

    nav ul li button#open-auth-modal {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }

    #user-nav-item {
        padding: 14px 5px;
        flex-direction: column;
        gap: 8px;
        align-items: flex-start !important;
    }

    /* ---- HERO ---- */
    .hero {
        padding: 0 5%;
        min-height: 100vh;
    }

    .hero::before {
        font-size: 28vw;
        top: 5%;
        left: -3%;
    }

    .hero-content {
        width: 100%;
    }

    .hero-content h1 {
        font-size: clamp(2.5rem, 12vw, 4rem);
        letter-spacing: 0;
    }

    .hero-content p {
        font-size: 1rem;
        margin-bottom: 30px;
    }

    .cta-button {
        padding: 14px 30px;
        font-size: 0.95rem;
    }

    /* ---- FEATURES SECTION ---- */
    .features, section.features {
        padding: 60px 5% !important;
    }

    /* ---- MENU / CARTA ---- */
    .menu-container {
        padding: 90px 4% 60px;
    }

    .section-title h2 {
        font-size: 2.5rem;
    }

    .filter-bar {
        gap: 8px;
        margin-bottom: 30px;
    }

    .filter-btn {
        padding: 8px 14px;
        font-size: 0.8rem;
    }

    .bocadillos-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* ---- BOCADILLO CARD ---- */
    .bocadillo-number {
        font-size: 3.5rem;
    }

    /* ---- CART FLOAT ---- */
    .cart-float {
        bottom: 20px;
        right: 20px;
        width: 55px;
        height: 55px;
        font-size: 1.3rem;
    }

    /* ---- MODAL ---- */
    .modal-content {
        width: 94%;
        margin: 10px;
        padding: 20px;
    }

    /* ---- FOOTER ---- */
    footer {
        padding: 40px 5%;
    }

    .social-links {
        gap: 20px;
    }

    .footer-info div[style] {
        flex-direction: column;
        gap: 8px !important;
    }

    /* ---- LEGAL PAGE ---- */
    .legal-container {
        margin: 90px 10px 30px !important;
        padding: 20px !important;
    }

    /* ---- SPLATS (manchas): ocultarlas en móvil para evitar overflow) ---- */
    .splat {
        display: none;
    }

    /* ---- TOAST ---- */
    .toast-container {
        right: 10px;
        left: 10px;
        max-width: 100%;
    }

    .toast {
        font-size: 0.85rem;
    }

    /* ---- TRACKING STEPS ---- */
    .step-icon {
        width: 38px;
        height: 38px;
        font-size: 0.9rem;
    }

    .step-label {
        font-size: 0.65rem;
    }

    /* ---- COOKIE BANNER ---- */
    .cookie-banner {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }

    .cookie-content {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }
}

/* ============================================================
   RESPONSIVE - SMALL TABLETS  (769px - 1024px)
   ============================================================ */
@media (min-width: 769px) and (max-width: 1024px) {
    nav ul {
        gap: 15px;
    }

    .bocadillos-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .menu-container {
        padding: 100px 4% 60px;
    }
}
