/* _content/PodlaskiKebab/Components/Layout/Footer.razor.rz.scp.css */
.footer[b-6ox5adp2xc] {
    padding: var(--space-4xl) 0 var(--space-xl);
    /* Folk pattern top border */
    border-top: 4px solid var(--color-primary);
    border-image: repeating-linear-gradient(
        90deg,
        var(--color-primary) 0px,
        var(--color-primary) 12px,
        var(--color-accent) 12px,
        var(--color-accent) 16px,
        var(--color-secondary) 16px,
        var(--color-secondary) 28px,
        var(--color-accent) 28px,
        var(--color-accent) 32px
    ) 4;
}

.footer__grid[b-6ox5adp2xc] {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: var(--space-3xl);
    padding-bottom: var(--space-3xl);
    border-bottom: 1px solid rgba(245, 230, 200, 0.1);
}

.footer__logo[b-6ox5adp2xc] {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-cream);
    margin-bottom: var(--space-md);
}

.footer__logo-icon[b-6ox5adp2xc] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.footer__description[b-6ox5adp2xc] {
    color: var(--color-text-muted);
    font-size: 0.9375rem;
    line-height: 1.7;
    max-width: 320px;
}

.footer__heading[b-6ox5adp2xc] {
    font-family: var(--font-body);
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-accent);
    margin-bottom: var(--space-lg);
}

.footer__links[b-6ox5adp2xc] {
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
}

.footer__links li[b-6ox5adp2xc] {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    color: var(--color-text-muted);
    font-size: 0.9375rem;
    transition: color var(--transition-fast);
}

.footer__links li:hover[b-6ox5adp2xc],
.footer__links a:hover[b-6ox5adp2xc] {
    color: var(--color-cream);
}

.footer__links svg[b-6ox5adp2xc] {
    flex-shrink: 0;
    opacity: 0.6;
}

.footer__social-links[b-6ox5adp2xc] {
    display: flex;
    gap: var(--space-md);
}

.footer__social-links a[b-6ox5adp2xc] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: var(--radius-md);
    background: rgba(245, 230, 200, 0.08);
    border: 1px solid rgba(245, 230, 200, 0.1);
    color: var(--color-text-muted);
    transition: all var(--transition-base);
}

.footer__social-links a:hover[b-6ox5adp2xc] {
    background: var(--color-secondary);
    border-color: var(--color-secondary);
    color: white;
    transform: translateY(-3px);
}

/* Folk ornament */
.footer__ornament[b-6ox5adp2xc] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: var(--space-xl) 0;
}

.footer__ornament-line[b-6ox5adp2xc] {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--color-accent), transparent);
}

.footer__ornament-diamond[b-6ox5adp2xc] {
    width: 10px;
    height: 10px;
    background: var(--color-accent);
    transform: rotate(45deg);
    flex-shrink: 0;
    opacity: 0.6;
}

.footer__ornament-diamond--sm[b-6ox5adp2xc] {
    width: 14px;
    height: 14px;
    background: var(--color-primary);
    opacity: 0.8;
}

.footer__bottom[b-6ox5adp2xc] {
    text-align: center;
    color: var(--color-text-muted);
    font-size: 0.8125rem;
}

.footer__credit[b-6ox5adp2xc] {
    margin-top: var(--space-sm);
    font-size: 0.75rem;
}

.footer__credit a[b-6ox5adp2xc] {
    color: var(--color-accent);
    transition: color var(--transition-fast);
}

.footer__credit a:hover[b-6ox5adp2xc] {
    color: var(--color-cream);
    text-decoration: underline;
}

.footer__privacy-link[b-6ox5adp2xc] {
    color: var(--color-text-muted);
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color var(--transition-fast);
    margin-left: var(--space-xs);
}

.footer__privacy-link:hover[b-6ox5adp2xc] {
    color: var(--color-cream);
}

/* Responsive */
@media (max-width: 992px) {
    .footer__grid[b-6ox5adp2xc] {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    .footer__grid[b-6ox5adp2xc] {
        grid-template-columns: 1fr;
        gap: var(--space-2xl);
    }
}
/* _content/PodlaskiKebab/Components/Layout/MainLayout.razor.rz.scp.css */
/* MainLayout — no scoped styles needed */
/* _content/PodlaskiKebab/Components/Layout/NavBar.razor.rz.scp.css */
/* Styles in global css/app.css for JS class compatibility */
/* _content/PodlaskiKebab/Components/Pages/Aktualnosci.razor.rz.scp.css */
/* --- Aktualności Page Header --- */
.aktualnosci-header[b-5lqojqee5w] {
    background: linear-gradient(135deg, var(--color-bg-dark) 0%, var(--color-primary-dark) 100%);
    padding: calc(var(--navbar-height) + var(--space-4xl)) 0 var(--space-3xl);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.aktualnosci-header[b-5lqojqee5w]::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 5L35 10L30 15L25 10Z' fill='%23F5E6C8' opacity='0.05'/%3E%3Cpath d='M10 25L15 30L10 35L5 30Z' fill='%23D4A853' opacity='0.04'/%3E%3Cpath d='M50 25L55 30L50 35L45 30Z' fill='%23D4A853' opacity='0.04'/%3E%3Cpath d='M30 45L35 50L30 55L25 50Z' fill='%23F5E6C8' opacity='0.05'/%3E%3C/svg%3E");
}

.aktualnosci-header h1[b-5lqojqee5w] {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--color-cream);
    margin-bottom: var(--space-sm);
    position: relative;
}

.aktualnosci-header p[b-5lqojqee5w] {
    color: var(--color-text-muted);
    font-size: 1.125rem;
    position: relative;
}

/* --- News Feed --- */
.aktualnosci__feed[b-5lqojqee5w] {
    display: flex;
    flex-direction: column;
    gap: var(--space-xl);
    max-width: 720px;
    margin: 0 auto;
}

.aktualnosci__item[b-5lqojqee5w] {
    display: block;
    background: var(--color-bg);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    overflow: hidden;
    transition: transform var(--transition-base), box-shadow var(--transition-base);
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    border: 1px solid var(--color-border);
}

.aktualnosci__item:hover[b-5lqojqee5w] {
    transform: translateY(-2px);
    box-shadow: var(--shadow-xl);
}

.aktualnosci__item-img[b-5lqojqee5w] {
    background: var(--color-bg-alt);
}

.aktualnosci__item-img img[b-5lqojqee5w] {
    width: 100%;
    display: block;
    max-height: 500px;
    object-fit: contain;
    object-position: center;
    background: var(--color-bg-alt);
}

.aktualnosci__item-content[b-5lqojqee5w] {
    padding: var(--space-xl);
}

.aktualnosci__item-meta[b-5lqojqee5w] {
    display: flex;
    align-items: center;
    gap: var(--space-lg);
    margin-bottom: var(--space-md);
    flex-wrap: wrap;
}

.aktualnosci__item-badge[b-5lqojqee5w] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.65rem;
    background: var(--color-primary);
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: var(--radius-sm);
}

.aktualnosci__item-date[b-5lqojqee5w] {
    display: flex;
    align-items: center;
    gap: var(--space-xs);
    font-size: 0.8rem;
    color: var(--color-text-muted);
}

.aktualnosci__item-text[b-5lqojqee5w] {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: var(--color-text);
    white-space: pre-line;
    margin: 0;
}

/* Footer */
.aktualnosci__footer[b-5lqojqee5w] {
    display: flex;
    justify-content: center;
    gap: var(--space-lg);
    margin-top: var(--space-3xl);
    flex-wrap: wrap;
}

.aktualnosci__btn-back[b-5lqojqee5w] {
    color: var(--color-primary);
    border-color: var(--color-primary);
}

.aktualnosci__btn-back:hover[b-5lqojqee5w] {
    background: var(--color-primary);
    color: var(--color-cream);
}

/* Empty state */
.aktualnosci__empty[b-5lqojqee5w] {
    text-align: center;
    padding: var(--space-5xl) 0;
    color: var(--color-text-muted);
}

.aktualnosci__empty svg[b-5lqojqee5w] {
    opacity: 0.4;
    margin-bottom: var(--space-md);
}

.aktualnosci__empty p[b-5lqojqee5w] {
    font-size: 1.125rem;
}

/* Responsive */
@media (max-width: 576px) {
    .aktualnosci__item-content[b-5lqojqee5w] {
        padding: var(--space-lg);
    }

    .aktualnosci__footer[b-5lqojqee5w] {
        flex-direction: column;
        align-items: center;
    }
}
/* _content/PodlaskiKebab/Components/Pages/PolitykaPrywatnosci.razor.rz.scp.css */
/* --- Privacy Policy Header --- */
.privacy-header[b-8jmih7jck1] {
    background: linear-gradient(135deg, var(--color-bg-dark) 0%, var(--color-primary-dark) 100%);
    padding: calc(var(--navbar-height) + var(--space-4xl)) 0 var(--space-3xl);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.privacy-header[b-8jmih7jck1]::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 5L35 10L30 15L25 10Z' fill='%23F5E6C8' opacity='0.05'/%3E%3Cpath d='M10 25L15 30L10 35L5 30Z' fill='%23D4A853' opacity='0.04'/%3E%3Cpath d='M50 25L55 30L50 35L45 30Z' fill='%23D4A853' opacity='0.04'/%3E%3Cpath d='M30 45L35 50L30 55L25 50Z' fill='%23F5E6C8' opacity='0.05'/%3E%3C/svg%3E");
}

.privacy-header h1[b-8jmih7jck1] {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--color-cream);
    margin-bottom: var(--space-sm);
    position: relative;
}

.privacy-header p[b-8jmih7jck1] {
    color: var(--color-text-muted);
    font-size: 1.125rem;
    position: relative;
}

/* --- Content --- */
.privacy__content[b-8jmih7jck1] {
    max-width: 780px;
    margin: 0 auto;
}

.privacy__section[b-8jmih7jck1] {
    margin-bottom: var(--space-3xl);
}

.privacy__section h2[b-8jmih7jck1] {
    font-family: var(--font-heading);
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    color: var(--color-primary-dark);
    margin-bottom: var(--space-md);
    padding-bottom: var(--space-sm);
    border-bottom: 2px solid var(--color-border);
}

.privacy__section p[b-8jmih7jck1] {
    font-size: 0.9375rem;
    line-height: 1.75;
    color: var(--color-text);
}

.privacy__section ul[b-8jmih7jck1] {
    list-style: none;
    padding: 0;
    margin: var(--space-md) 0;
}

.privacy__section ul li[b-8jmih7jck1] {
    position: relative;
    padding-left: var(--space-xl);
    margin-bottom: var(--space-sm);
    font-size: 0.9375rem;
    line-height: 1.7;
    color: var(--color-text);
}

.privacy__section ul li[b-8jmih7jck1]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 8px;
    height: 8px;
    background: var(--color-primary);
    transform: rotate(45deg);
    opacity: 0.6;
}

.privacy__section a[b-8jmih7jck1] {
    color: var(--color-primary);
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color var(--transition-fast);
}

.privacy__section a:hover[b-8jmih7jck1] {
    color: var(--color-primary-dark);
}

.privacy__updated[b-8jmih7jck1] {
    font-style: italic;
    color: var(--color-text-muted);
    margin-top: var(--space-md);
}

/* --- Footer --- */
.privacy__footer[b-8jmih7jck1] {
    display: flex;
    justify-content: center;
    margin-top: var(--space-2xl);
}

.privacy__btn-back[b-8jmih7jck1] {
    color: var(--color-primary);
    border-color: var(--color-primary);
}

.privacy__btn-back:hover[b-8jmih7jck1] {
    background: var(--color-primary);
    color: var(--color-cream);
}

/* --- Responsive --- */
@media (max-width: 576px) {
    .privacy__section[b-8jmih7jck1] {
        margin-bottom: var(--space-2xl);
    }

    .privacy__section ul li[b-8jmih7jck1] {
        padding-left: var(--space-lg);
    }
}
/* _content/PodlaskiKebab/Components/Sections/AboutSection.razor.rz.scp.css */
.about__grid[b-8a20lpde5w] {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: var(--space-4xl);
    align-items: center;
}

.about__image[b-8a20lpde5w] {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-xl);
    border: 3px solid var(--color-border);
}

.about__image img[b-8a20lpde5w] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 4/5;
}

.about__image-badge[b-8a20lpde5w] {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    background: var(--color-primary);
    color: var(--color-cream);
    padding: 0.75rem 1rem;
    border-radius: var(--radius-md);
    text-align: center;
    box-shadow: var(--shadow-lg);
    border: 2px solid var(--color-primary-dark);
}

.about__image-badge-number[b-8a20lpde5w] {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

.about__image-badge-text[b-8a20lpde5w] {
    display: block;
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0.85;
}

.about__text h3[b-8a20lpde5w] {
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: var(--space-lg);
    color: var(--color-primary-dark);
}

.about__text p[b-8a20lpde5w] {
    color: var(--color-text-light);
    font-size: 1.0625rem;
    line-height: 1.8;
}

.about__text strong[b-8a20lpde5w] {
    color: var(--color-primary);
    font-weight: 600;
}

.about__features[b-8a20lpde5w] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-xl);
    margin-top: var(--space-2xl);
    padding-top: var(--space-2xl);
    border-top: 2px solid var(--color-border);
    /* Folk pattern on border */
    border-image: repeating-linear-gradient(
        90deg,
        var(--color-primary) 0px,
        var(--color-primary) 8px,
        transparent 8px,
        transparent 12px,
        var(--color-secondary) 12px,
        var(--color-secondary) 20px,
        transparent 20px,
        transparent 24px
    ) 2;
}

.about__feature[b-8a20lpde5w] {
    text-align: center;
}

.about__feature-icon[b-8a20lpde5w] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: rgba(61, 107, 53, 0.08);
    color: var(--color-secondary);
    margin-bottom: var(--space-md);
    border: 2px solid rgba(61, 107, 53, 0.2);
    /* Folk diamond shape */
    transform: rotate(45deg);
    border-radius: 4px;
}

.about__feature-icon svg[b-8a20lpde5w] {
    transform: rotate(-45deg);
}

.about__feature h4[b-8a20lpde5w] {
    font-family: var(--font-body);
    font-size: 0.9375rem;
    font-weight: 600;
    margin-bottom: var(--space-xs);
    color: var(--color-primary-dark);
}

.about__feature p[b-8a20lpde5w] {
    font-size: 0.8125rem;
    color: var(--color-text-light);
    line-height: 1.5;
    margin: 0;
}

/* Responsive */
@media (max-width: 992px) {
    .about__grid[b-8a20lpde5w] {
        grid-template-columns: 1fr;
        gap: var(--space-2xl);
    }

    .about__image[b-8a20lpde5w] {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .about__features[b-8a20lpde5w] {
        grid-template-columns: 1fr;
        gap: var(--space-lg);
    }

    .about__feature[b-8a20lpde5w] {
        display: flex;
        align-items: center;
        gap: var(--space-md);
        text-align: left;
    }

    .about__feature-icon[b-8a20lpde5w] {
        flex-shrink: 0;
        margin-bottom: 0;
    }
}
/* _content/PodlaskiKebab/Components/Sections/ContactSection.razor.rz.scp.css */
.contact__grid[b-ul5fx289nt] {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: var(--space-3xl);
    align-items: start;
}

.contact__card[b-ul5fx289nt] {
    display: flex;
    gap: var(--space-lg);
    padding: var(--space-lg);
    background: var(--color-bg-alt);
    border-radius: var(--radius-md);
    margin-bottom: var(--space-md);
    border: 1px solid var(--color-border);
    transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.contact__card:hover[b-ul5fx289nt] {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    border-color: var(--color-primary-light);
}

.contact__card-icon[b-ul5fx289nt] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: rgba(61, 107, 53, 0.1);
    color: var(--color-secondary);
    border-radius: var(--radius-md);
    border: 2px solid rgba(61, 107, 53, 0.2);
}

.contact__card h4[b-ul5fx289nt] {
    font-family: var(--font-body);
    font-size: 0.9375rem;
    font-weight: 600;
    margin-bottom: var(--space-xs);
    color: var(--color-primary-dark);
}

.contact__card p[b-ul5fx289nt] {
    color: var(--color-text-light);
    font-size: 0.9375rem;
    line-height: 1.6;
    margin: 0;
}

.contact__phone[b-ul5fx289nt] {
    color: var(--color-primary);
    font-weight: 600;
    font-size: 1.125rem;
}

.contact__phone:hover[b-ul5fx289nt] {
    text-decoration: underline;
}

.contact__hours[b-ul5fx289nt] {
    display: flex;
    flex-direction: column;
    gap: var(--space-xs);
}

.contact__hours-row[b-ul5fx289nt] {
    display: flex;
    justify-content: space-between;
    gap: var(--space-xl);
    font-size: 0.9375rem;
    color: var(--color-text-light);
}

.contact__hours-row span:last-child[b-ul5fx289nt] {
    font-weight: 600;
    color: var(--color-primary-dark);
}

.contact__social[b-ul5fx289nt] {
    display: flex;
    gap: var(--space-md);
    margin: var(--space-xl) 0;
}

.contact__social-link[b-ul5fx289nt] {
    display: inline-flex;
    align-items: center;
    gap: var(--space-sm);
    padding: 0.75rem 1.5rem;
    background: var(--color-bg-alt);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--color-text);
    transition: all var(--transition-base);
}

.contact__social-link:hover[b-ul5fx289nt] {
    background: var(--color-secondary);
    border-color: var(--color-secondary);
    color: white;
    transform: translateY(-2px);
}

.contact__cta-btn[b-ul5fx289nt] {
    width: 100%;
}

.contact__map[b-ul5fx289nt] {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-xl);
    height: 100%;
    min-height: 450px;
    border: 3px solid var(--color-border);
}

.contact__map iframe[b-ul5fx289nt] {
    border-radius: var(--radius-lg);
}

/* Responsive */
@media (max-width: 992px) {
    .contact__grid[b-ul5fx289nt] {
        grid-template-columns: 1fr;
    }

    .contact__map[b-ul5fx289nt] {
        min-height: 350px;
    }
}

@media (max-width: 576px) {
    .contact__card[b-ul5fx289nt] {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--space-md);
    }

    .contact__social[b-ul5fx289nt] {
        flex-direction: column;
    }
}
/* _content/PodlaskiKebab/Components/Sections/GallerySection.razor.rz.scp.css */
.gallery[b-o3eo0ll6py] {
    background-color: var(--color-bg-dark);
    background-image:
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 5L35 10L30 15L25 10Z' fill='%23F5E6C8' opacity='0.04'/%3E%3Cpath d='M10 25L15 30L10 35L5 30Z' fill='%23D4A853' opacity='0.03'/%3E%3Cpath d='M50 25L55 30L50 35L45 30Z' fill='%23D4A853' opacity='0.03'/%3E%3Cpath d='M30 45L35 50L30 55L25 50Z' fill='%23F5E6C8' opacity='0.04'/%3E%3C/svg%3E");
}

/* Grid: 3 columns, header is first tile */
.gallery__grid[b-o3eo0ll6py] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-md);
}

/* --- Header tile --- */
.gallery__header[b-o3eo0ll6py] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: var(--space-2xl);
    background: linear-gradient(135deg, var(--color-primary-dark), var(--color-primary));
    border-radius: var(--radius-md);
    border: 3px solid var(--color-accent);
    aspect-ratio: 3/4;
}

.gallery__header-label[b-o3eo0ll6py] {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--color-accent);
    margin-bottom: var(--space-sm);
}

.gallery__header h2[b-o3eo0ll6py] {
    font-family: var(--font-heading);
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 900;
    color: var(--color-cream);
    line-height: 1.15;
    margin-bottom: var(--space-md);
}

.gallery__header p[b-o3eo0ll6py] {
    font-size: 0.9rem;
    color: var(--color-text-muted);
    line-height: 1.5;
    max-width: 220px;
    margin-bottom: 0;
}

/* Folk ornament inside header tile */
.gallery__header-ornament[b-o3eo0ll6py] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: var(--space-md) 0;
}

.gallery__header-line[b-o3eo0ll6py] {
    width: 32px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--color-accent), transparent);
}

.gallery__header-diamond[b-o3eo0ll6py] {
    width: 8px;
    height: 8px;
    background: var(--color-accent);
    transform: rotate(45deg);
    flex-shrink: 0;
}

/* --- Photo tiles --- */
.gallery__item[b-o3eo0ll6py] {
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 3/4;
    border: 3px solid rgba(245, 230, 200, 0.15);
    transition: border-color var(--transition-base), box-shadow var(--transition-base);
}

/* Folk corner decorations */
.gallery__item[b-o3eo0ll6py]::before,
.gallery__item[b-o3eo0ll6py]::after {
    content: '';
    position: absolute;
    z-index: 2;
    width: 24px;
    height: 24px;
    opacity: 0;
    transition: opacity var(--transition-base);
    pointer-events: none;
}

.gallery__item[b-o3eo0ll6py]::before {
    top: 8px;
    left: 8px;
    border-top: 3px solid var(--color-accent);
    border-left: 3px solid var(--color-accent);
}

.gallery__item[b-o3eo0ll6py]::after {
    bottom: 8px;
    right: 8px;
    border-bottom: 3px solid var(--color-accent);
    border-right: 3px solid var(--color-accent);
}

.gallery__item:hover[b-o3eo0ll6py]::before,
.gallery__item:hover[b-o3eo0ll6py]::after {
    opacity: 1;
}

.gallery__item:hover[b-o3eo0ll6py] {
    border-color: var(--color-accent);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.gallery__item img[b-o3eo0ll6py] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slow);
}

.gallery__item:hover img[b-o3eo0ll6py] {
    transform: scale(1.08);
}

.gallery__overlay[b-o3eo0ll6py] {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(44, 24, 16, 0.8) 0%, transparent 50%);
    display: flex;
    align-items: flex-end;
    padding: var(--space-lg);
    opacity: 0;
    transition: opacity var(--transition-base);
}

.gallery__item:hover .gallery__overlay[b-o3eo0ll6py] {
    opacity: 1;
}

.gallery__overlay span[b-o3eo0ll6py] {
    color: var(--color-cream);
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 700;
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .gallery__grid[b-o3eo0ll6py] {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery__header[b-o3eo0ll6py] {
        grid-column: span 2;
        aspect-ratio: auto;
        padding: var(--space-3xl) var(--space-xl);
    }
}

@media (max-width: 480px) {
    .gallery__grid[b-o3eo0ll6py] {
        grid-template-columns: 1fr;
    }

    .gallery__header[b-o3eo0ll6py] {
        grid-column: span 1;
        padding: var(--space-2xl) var(--space-lg);
    }

    .gallery__item[b-o3eo0ll6py] {
        aspect-ratio: 3/4;
    }
}
/* _content/PodlaskiKebab/Components/Sections/HeroSection.razor.rz.scp.css */
.hero[b-ki9g2ntgdc] {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero__bg[b-ki9g2ntgdc] {
    position: absolute;
    inset: 0;
    background: url('../images/hero.jpg') center/cover no-repeat;
    transform: scale(1.05);
}

.hero__overlay[b-ki9g2ntgdc] {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(44, 24, 16, 0.85) 0%,
        rgba(44, 24, 16, 0.7) 50%,
        rgba(44, 24, 16, 0.9) 100%
    );
}

.hero__content[b-ki9g2ntgdc] {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: var(--space-5xl) 0;
}

.hero__title[b-ki9g2ntgdc] {
    border: none;
    outline: none;
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 900;
    color: var(--color-cream);
    line-height: 1;
    margin-bottom: var(--space-lg);
    animation: fadeInUp-b-ki9g2ntgdc 0.8s ease 0.2s forwards;
    opacity: 0;
    text-shadow: 2px 4px 8px rgba(44, 24, 16, 0.5);
}

.hero__title-accent[b-ki9g2ntgdc] {
    color: var(--color-accent);
    display: block;
}

.hero__subtitle[b-ki9g2ntgdc] {
    font-size: clamp(1.125rem, 2.5vw, 1.5rem);
    color: rgba(245, 230, 200, 0.85);
    font-weight: 300;
    margin-bottom: var(--space-lg);
    animation: fadeInUp-b-ki9g2ntgdc 0.8s ease 0.4s forwards;
    opacity: 0;
}

.hero__features[b-ki9g2ntgdc] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-md);
    flex-wrap: wrap;
    color: rgba(245, 230, 200, 0.7);
    font-size: 0.9375rem;
    font-weight: 500;
    margin-bottom: var(--space-2xl);
    animation: fadeInUp-b-ki9g2ntgdc 0.8s ease 0.5s forwards;
    opacity: 0;
}

.hero__dot[b-ki9g2ntgdc] {
    width: 8px;
    height: 8px;
    background: var(--color-accent);
    transform: rotate(45deg);
}

.hero__actions[b-ki9g2ntgdc] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-md);
    flex-wrap: wrap;
    animation: fadeInUp-b-ki9g2ntgdc 0.8s ease 0.6s forwards;
    opacity: 0;
}

.hero__scroll[b-ki9g2ntgdc] {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(245, 230, 200, 0.5);
    animation: bounce-b-ki9g2ntgdc 2s infinite;
}

.hero__folk-border[b-ki9g2ntgdc] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: repeating-linear-gradient(
        90deg,
        var(--color-primary) 0px,
        var(--color-primary) 12px,
        var(--color-accent) 12px,
        var(--color-accent) 16px,
        var(--color-secondary) 16px,
        var(--color-secondary) 28px,
        var(--color-accent) 28px,
        var(--color-accent) 32px
    );
}

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

@keyframes fadeInDown-b-ki9g2ntgdc {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounce-b-ki9g2ntgdc {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-10px);
    }
    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .hero__actions[b-ki9g2ntgdc] {
        flex-direction: column;
        width: 100%;
    }

    .hero__actions .btn[b-ki9g2ntgdc] {
        width: 100%;
        max-width: 280px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero__title[b-ki9g2ntgdc],
    .hero__subtitle[b-ki9g2ntgdc],
    .hero__features[b-ki9g2ntgdc],
    .hero__actions[b-ki9g2ntgdc] {
        animation: none;
        opacity: 1;
    }

    .hero__scroll[b-ki9g2ntgdc] {
        animation: none;
    }
}
/* _content/PodlaskiKebab/Components/Sections/MenuSection.razor.rz.scp.css */
/* Folk background pattern for dark menu section */
:global(.menu-section)[b-cuu1cyoh88] {
    background-image:
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 5L35 10L30 15L25 10Z' fill='%23F5E6C8' opacity='0.03'/%3E%3Cpath d='M10 25L15 30L10 35L5 30Z' fill='%23D4A853' opacity='0.02'/%3E%3Cpath d='M50 25L55 30L50 35L45 30Z' fill='%23D4A853' opacity='0.02'/%3E%3Cpath d='M30 45L35 50L30 55L25 50Z' fill='%23F5E6C8' opacity='0.03'/%3E%3C/svg%3E");
    background-color: var(--color-bg-dark);
}

.menu-section__tabs[b-cuu1cyoh88] {
    display: flex;
    justify-content: center;
    gap: var(--space-sm);
    flex-wrap: wrap;
    margin-bottom: var(--space-3xl);
}

.menu-section__tab[b-cuu1cyoh88] {
    display: inline-flex;
    align-items: center;
    gap: var(--space-sm);
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--color-text-muted);
    background: rgba(245, 230, 200, 0.06);
    border: 1px solid rgba(245, 230, 200, 0.12);
    border-radius: var(--radius-md);
    transition: all var(--transition-base);
    cursor: pointer;
}

.menu-section__tab:hover[b-cuu1cyoh88] {
    color: var(--color-cream);
    background: rgba(245, 230, 200, 0.1);
}

.menu-section__tab--active[b-cuu1cyoh88] {
    color: var(--color-cream);
    background: var(--color-primary);
    border-color: var(--color-primary);
}

.menu-section__tab-icon[b-cuu1cyoh88] {
    font-size: 1.125rem;
}

.menu-section__grid[b-cuu1cyoh88] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: var(--space-md);
}

.menu-section__notes[b-cuu1cyoh88] {
    margin-top: var(--space-xl);
    display: flex;
    flex-direction: column;
    gap: var(--space-xs);
}

.menu-section__note[b-cuu1cyoh88] {
    text-align: center;
    color: var(--color-text-muted);
    font-size: 0.875rem;
    font-style: italic;
    margin: 0;
}

.menu-section__note strong[b-cuu1cyoh88] {
    color: rgba(245, 230, 200, 0.7);
}

.menu-section__note--highlight[b-cuu1cyoh88] {
    margin-top: var(--space-sm);
    color: var(--color-cream);
    font-style: normal;
    font-weight: 500;
}

.menu-section__note--highlight strong[b-cuu1cyoh88] {
    color: var(--color-accent);
}

.menu-section__cta[b-cuu1cyoh88] {
    text-align: center;
    margin-top: var(--space-3xl);
}

/* Responsive */
@media (max-width: 576px) {
    .menu-section__tabs[b-cuu1cyoh88] {
        gap: var(--space-xs);
    }

    .menu-section__tab[b-cuu1cyoh88] {
        padding: 0.5rem 1rem;
        font-size: 0.8125rem;
    }

    .menu-section__grid[b-cuu1cyoh88] {
        grid-template-columns: 1fr;
    }
}
/* _content/PodlaskiKebab/Components/Sections/NewsSection.razor.rz.scp.css */
/* --- News Section (Home Page — 3 cards) --- */

/* Grid — mobile-first, matching SiatkarskiePodlasie layout */
.news__grid[b-fvdo1758n2] {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-lg);
    margin-top: var(--space-3xl);
}

@media (min-width: 768px) {
    .news__grid[b-fvdo1758n2] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .news__grid[b-fvdo1758n2] {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Card */
.news__card[b-fvdo1758n2] {
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--color-bg);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    overflow: hidden;
    transition: transform var(--transition-base), box-shadow var(--transition-base);
    cursor: pointer;
    border: 1px solid var(--color-border);
}

.news__card:hover[b-fvdo1758n2] {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
}

/* Image wrapper — fixed height so text always starts at the same level */
.news__card-img[b-fvdo1758n2] {
    position: relative;
    overflow: hidden;
    background: var(--color-bg-alt);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
}

.news__card-img img[b-fvdo1758n2] {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
    background: var(--color-bg-alt);
    transition: transform var(--transition-slow);
}

.news__card:hover .news__card-img img[b-fvdo1758n2] {
    transform: scale(1.05);
}

.news__card-placeholder[b-fvdo1758n2] {
    padding: var(--space-3xl) 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-text-muted);
}

/* Badge */
.news__card-badge[b-fvdo1758n2] {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.65rem;
    background: var(--color-primary);
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: var(--radius-sm);
    z-index: 2;
}

/* Body — flex: 1 keeps cards same height in grid */
.news__card-body[b-fvdo1758n2] {
    padding: var(--space-lg);
    flex: 1;
}

.news__card-date[b-fvdo1758n2] {
    display: flex;
    align-items: center;
    gap: var(--space-xs);
    font-size: 0.75rem;
    color: var(--color-text-muted);
    margin-bottom: var(--space-sm);
}

.news__card-text[b-fvdo1758n2] {
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--color-text-light);
    margin: 0;
}

/* Folk corner ornaments */
.news__card-corner[b-fvdo1758n2] {
    position: absolute;
    width: 16px;
    height: 16px;
    border: 2px solid var(--color-primary);
    opacity: 0;
    transition: opacity var(--transition-base);
}

.news__card:hover .news__card-corner[b-fvdo1758n2] {
    opacity: 0.4;
}

.news__card-corner--tl[b-fvdo1758n2] {
    top: 6px;
    left: 6px;
    border-right: none;
    border-bottom: none;
}

.news__card-corner--br[b-fvdo1758n2] {
    bottom: 6px;
    right: 6px;
    border-left: none;
    border-top: none;
}

/* Actions */
.news__actions[b-fvdo1758n2] {
    display: flex;
    justify-content: center;
    gap: var(--space-lg);
    margin-top: var(--space-3xl);
    flex-wrap: wrap;
}

.news__btn-fb[b-fvdo1758n2] {
    color: var(--color-primary);
    border-color: var(--color-primary);
}

.news__btn-fb:hover[b-fvdo1758n2] {
    background: var(--color-primary);
    color: var(--color-cream);
}

/* Empty state */
.news__empty[b-fvdo1758n2] {
    text-align: center;
    padding: var(--space-4xl) 0;
    color: var(--color-text-muted);
}

.news__empty svg[b-fvdo1758n2] {
    margin-bottom: var(--space-md);
    opacity: 0.4;
}

.news__empty p[b-fvdo1758n2] {
    font-size: 1.125rem;
    margin-bottom: var(--space-xl);
}

/* Responsive actions */
@media (max-width: 576px) {
    .news__actions[b-fvdo1758n2] {
        flex-direction: column;
        align-items: center;
    }
}
/* _content/PodlaskiKebab/Components/UI/MenuCard.razor.rz.scp.css */
.menu-card[b-m0nzzybscl] {
    background: rgba(245, 230, 200, 0.06);
    border: 1px solid rgba(245, 230, 200, 0.1);
    border-radius: var(--radius-md);
    padding: var(--space-lg);
    transition: all var(--transition-base);
    position: relative;
    overflow: hidden;
}

/* Folk corner ornaments */
.menu-card[b-m0nzzybscl]::before,
.menu-card[b-m0nzzybscl]::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    opacity: 0.25;
    transition: opacity var(--transition-base);
}

.menu-card[b-m0nzzybscl]::before {
    top: 6px;
    left: 6px;
    border-top: 2px solid var(--color-accent);
    border-left: 2px solid var(--color-accent);
}

.menu-card[b-m0nzzybscl]::after {
    bottom: 6px;
    right: 6px;
    border-bottom: 2px solid var(--color-accent);
    border-right: 2px solid var(--color-accent);
}

.menu-card:hover[b-m0nzzybscl]::before,
.menu-card:hover[b-m0nzzybscl]::after {
    opacity: 0.6;
}

.menu-card:hover[b-m0nzzybscl] {
    background: rgba(245, 230, 200, 0.1);
    border-color: rgba(245, 230, 200, 0.2);
    transform: translateY(-2px);
}

.menu-card--regional[b-m0nzzybscl] {
    border-color: var(--color-accent);
    background: rgba(212, 168, 83, 0.08);
    border-left: 3px solid var(--color-accent);
}

.menu-card--regional[b-m0nzzybscl]::before {
    border-color: var(--color-secondary-pale);
}

.menu-card--regional[b-m0nzzybscl]::after {
    border-color: var(--color-secondary-pale);
}

.menu-card--regional:hover[b-m0nzzybscl] {
    background: rgba(212, 168, 83, 0.14);
    border-color: var(--color-accent);
}

.menu-card__badge[b-m0nzzybscl] {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--color-secondary);
    color: white;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.25rem 0.75rem;
    border-radius: 0 var(--radius-md) 0 var(--radius-md);
}

.menu-card__header[b-m0nzzybscl] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: var(--space-md);
    margin-bottom: var(--space-xs);
}

.menu-card__name[b-m0nzzybscl] {
    font-family: var(--font-body);
    font-size: 1.0625rem;
    font-weight: 600;
    color: var(--color-cream);
}

.menu-card__price[b-m0nzzybscl] {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-accent);
    white-space: nowrap;
}

.menu-card__desc[b-m0nzzybscl] {
    font-size: 0.875rem;
    color: var(--color-text-muted);
    line-height: 1.5;
    margin: 0;
}
/* _content/PodlaskiKebab/Components/UI/SectionTitle.razor.rz.scp.css */
.section-title[b-g2tltn3a7e] {
    text-align: center;
    margin-bottom: var(--space-3xl);
}

/* Folk ornament row */
.section-title__ornament[b-g2tltn3a7e] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-bottom: var(--space-md);
}

.section-title__ornament--bottom[b-g2tltn3a7e] {
    margin-bottom: 0;
    margin-top: var(--space-lg);
}

.section-title__diamond[b-g2tltn3a7e] {
    width: 12px;
    height: 12px;
    background: var(--color-primary);
    transform: rotate(45deg);
    flex-shrink: 0;
}

.section-title__diamond--sm[b-g2tltn3a7e] {
    width: 8px;
    height: 8px;
    background: var(--color-secondary);
}

.section-title__line[b-g2tltn3a7e] {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, var(--color-primary), var(--color-accent));
    flex-shrink: 0;
}

.section-title__line--short[b-g2tltn3a7e] {
    width: 40px;
}

.section-title__label[b-g2tltn3a7e] {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--color-secondary);
    margin-bottom: var(--space-sm);
}

.section-title__heading[b-g2tltn3a7e] {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: var(--space-md);
    color: var(--color-primary-dark);
}

.section-title__subtitle[b-g2tltn3a7e] {
    font-size: 1.0625rem;
    color: var(--color-text-light);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Light variant (for dark backgrounds) */
.section-title--light .section-title__diamond[b-g2tltn3a7e] {
    background: var(--color-accent);
}

.section-title--light .section-title__diamond--sm[b-g2tltn3a7e] {
    background: var(--color-primary-light);
}

.section-title--light .section-title__line[b-g2tltn3a7e] {
    background: linear-gradient(90deg, var(--color-accent), var(--color-primary-light));
}

.section-title--light .section-title__label[b-g2tltn3a7e] {
    color: var(--color-accent);
}

.section-title--light .section-title__heading[b-g2tltn3a7e] {
    color: var(--color-cream);
}

.section-title--light .section-title__subtitle[b-g2tltn3a7e] {
    color: var(--color-text-muted);
}
