/* Clean Minimal — bright, airy, cafes & health food */
.template-clean-minimal {
    background: #ffffff; color: #1a1a1a;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Background overlay: very light */
.template-clean-minimal[style*="background-image"]::before {
    background: rgba(255, 255, 255, 0.93);
}

.template-clean-minimal .menu-header {
    padding: 2.5rem 1rem 1.5rem;
}
.template-clean-minimal .menu-logo {
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.template-clean-minimal .menu-title {
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 1.3rem;
}
.template-clean-minimal .menu-subtitle {
    color: #aaa;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 0.75rem;
    opacity: 1;
}

.template-clean-minimal .menu-nav {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}
.template-clean-minimal .menu-nav-item {
    color: #ccc;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 0.75rem;
    transition: color 0.2s;
}
.template-clean-minimal .menu-nav-item.active {
    color: #1a1a1a;
    border-bottom: 2px solid #1a1a1a;
}

/* Category image: clean rounded corners, subtle shadow */
.template-clean-minimal .category-image-wrap {
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}
.template-clean-minimal .category-image {
    border-radius: 16px;
}

.template-clean-minimal .category-title {
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.9rem;
    color: #333;
}
.template-clean-minimal .category-description {
    color: #aaa;
}

.template-clean-minimal .menu-item {
    border-bottom: 1px solid #f5f5f5;
    padding: 0.85rem 0;
}
.template-clean-minimal .menu-item:last-child { border-bottom: none; }
.template-clean-minimal .item-name {
    font-weight: 500;
    color: #1a1a1a;
}
.template-clean-minimal .item-price {
    font-weight: 500;
    color: #1a1a1a;
}
.template-clean-minimal .item-description { color: #aaa; }
.template-clean-minimal .item-image {
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.template-clean-minimal .item-tag {
    border: 1px solid #e8e8e8;
    color: #888;
    background: transparent;
    border-radius: 12px;
    font-size: 0.55rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.template-clean-minimal .item-tag.tag-vegetarian,
.template-clean-minimal .item-tag.tag-vegan {
    border-color: #c8e6c9;
    color: #4caf50;
}
.template-clean-minimal .item-tag.tag-spicy {
    border-color: #ffcdd2;
    color: #e53935;
}
.template-clean-minimal .item-tag.tag-new {
    border-color: #bbdefb;
    color: #1e88e5;
}

.template-clean-minimal .menu-footer {
    border-top: 1px solid #f5f5f5;
    color: #ddd;
}

/* Desktop: airy spacing */
@media (min-width: 768px) {
    .template-clean-minimal .menu-title {
        font-size: 1.6rem;
        letter-spacing: 6px;
    }
    .template-clean-minimal .category-title {
        font-size: 1rem;
        letter-spacing: 2px;
    }
    .template-clean-minimal .menu-item {
        padding: 1rem 0;
    }
    .template-clean-minimal .category-image {
        height: 200px;
    }
}
