/* Modern Bold — dark sleek theme, bars & nightlife */
.template-modern-bold {
    background: #0a0a0a; color: #f0f0f0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Background overlay for dark feel */
.template-modern-bold[style*="background-image"]::before {
    background: rgba(10, 10, 10, 0.92);
}

.template-modern-bold .menu-header {
    background: linear-gradient(160deg, #111118 0%, #0d1117 60%, #0a0f14 100%);
    padding: 2.5rem 1rem 1.5rem;
    position: relative;
    overflow: hidden;
}
.template-modern-bold .menu-header::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(ellipse at 30% 50%, rgba(var(--menu-accent-rgb, 25, 118, 210), 0.06) 0%, transparent 60%);
    pointer-events: none;
}
.template-modern-bold .menu-logo {
    border-radius: 14px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.4);
}
.template-modern-bold .menu-title {
    font-weight: 800;
    letter-spacing: -0.5px;
}
.template-modern-bold .menu-subtitle {
    color: var(--menu-accent);
    letter-spacing: 3px;
    font-size: 0.65rem;
    opacity: 1;
}

.template-modern-bold .menu-nav {
    background: #0f0f12;
    gap: 0.4rem;
    padding: 0.6rem 0.75rem;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}
.template-modern-bold .menu-nav-item {
    background: rgba(255,255,255,0.04);
    color: #666;
    border-radius: 20px;
    padding: 0.4rem 0.9rem;
    font-weight: 600;
    font-size: 0.75rem;
    transition: all 0.25s;
}
.template-modern-bold .menu-nav-item.active {
    background: var(--menu-accent);
    color: #fff;
    box-shadow: 0 2px 12px rgba(var(--menu-accent-rgb, 25, 118, 210), 0.3);
}

/* Category image: full-bleed with gradient overlay */
.template-modern-bold .category-image-wrap {
    border-radius: 14px;
    overflow: hidden;
    position: relative;
}
.template-modern-bold .category-image-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10,10,10,0.7) 0%, transparent 60%);
    pointer-events: none;
}
.template-modern-bold .category-image {
    border-radius: 14px;
}

.template-modern-bold .category-title {
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.1rem;
}
.template-modern-bold .category-description { color: #555; }

.template-modern-bold .menu-item {
    background: rgba(255,255,255,0.03);
    border-radius: 12px;
    padding: 0.75rem;
    margin-bottom: 0.35rem;
    border: 1px solid rgba(255,255,255,0.04);
    transition: all 0.2s;
}
.template-modern-bold .item-name {
    color: #eee;
    font-weight: 600;
}
.template-modern-bold .item-price {
    color: var(--menu-accent);
    font-weight: 800;
}
.template-modern-bold .item-description { color: #555; }
.template-modern-bold .item-image {
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.template-modern-bold .item-tag {
    background: rgba(255,255,255,0.06);
    color: var(--menu-accent);
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.55rem;
}
.template-modern-bold .item-tag.tag-vegetarian,
.template-modern-bold .item-tag.tag-vegan { background: rgba(78, 205, 196, 0.1); color: #4ecdc4; }
.template-modern-bold .item-tag.tag-spicy { background: rgba(233, 69, 96, 0.1); color: #e94560; }
.template-modern-bold .item-tag.tag-new { background: rgba(100, 180, 255, 0.1); color: #64b4ff; }

.template-modern-bold .menu-footer { color: #333; }
.template-modern-bold .footer-powered { color: #2a2a2a; }

/* Desktop: hover glow effect */
@media (min-width: 768px) {
    .template-modern-bold .menu-item:hover {
        background: rgba(255,255,255,0.05);
        border-color: rgba(255,255,255,0.08);
        transform: translateY(-1px);
        box-shadow: 0 8px 24px rgba(0,0,0,0.3);
    }
    .template-modern-bold .menu-header {
        padding: 3.5rem 2rem 2rem;
    }
    .template-modern-bold .menu-title {
        font-size: 2.2rem;
    }
    .template-modern-bold .category-image {
        height: 220px;
    }
    .template-modern-bold .menu-items {
        gap: 0.5rem 1.5rem;
    }
    .template-modern-bold .menu-item {
        padding: 1rem;
    }
}
