/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-header[b-8ayrcnhx10] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 56px;
    background: #FBF9F4;
    border-bottom: 1px solid #EDE8DC;
    position: sticky;
    top: 0;
    z-index: 10;
}

.header-logo[b-8ayrcnhx10] {
    height: 44px;
    display: block;
}

.header-nav[b-8ayrcnhx10] {
    display: flex;
    align-items: center;
    gap: 36px;
    font-size: 15px;
    font-weight: 600;
}

.nav-cta[b-8ayrcnhx10] {
    background: #262626;
    color: #fff;
    padding: 12px 22px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: filter .15s;
}

.nav-cta:hover[b-8ayrcnhx10] {
    color: #fff;
    filter: brightness(1.5);
}

.notice[b-8ayrcnhx10] {
    padding: 14px 24px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}

.notice--info[b-8ayrcnhx10] {
    background: #262626;
    color: #FBF9F4;
}

.notice--warning[b-8ayrcnhx10] {
    background: linear-gradient(135deg, #E0BA00, #E28B00);
    color: #262626;
}

.notice--success[b-8ayrcnhx10] {
    background: #3D6B35;
    color: #FBF9F4;
}

.site-footer[b-8ayrcnhx10] {
    background: #1B1B1B;
    color: #9a9488;
    padding: 36px 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

.footer-left[b-8ayrcnhx10] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-logo[b-8ayrcnhx10] {
    height: 32px;
    filter: brightness(1.6);
}

.footer-links[b-8ayrcnhx10] {
    display: flex;
    gap: 24px;
}

.footer-links a[b-8ayrcnhx10] {
    color: #D8D3C6;
}

.footer-links a:hover[b-8ayrcnhx10] {
    color: #B98F00;
}

@media (max-width: 900px) {
    .site-header[b-8ayrcnhx10] {
        flex-direction: column;
        gap: 16px;
        padding: 16px 24px;
    }

    .header-nav[b-8ayrcnhx10] {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px 24px;
    }

    .site-footer[b-8ayrcnhx10] {
        flex-direction: column;
        gap: 16px;
        padding: 28px 24px;
        text-align: center;
    }
}
/* /Components/Pages/Error.razor.rz.scp.css */
.error-page[b-fkhvsz2ef9] {
    max-width: 640px;
    margin: 80px auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.error-page h1[b-fkhvsz2ef9] {
    font-family: 'Sora', sans-serif;
    font-size: 40px;
    margin: 0;
}

.error-page a[b-fkhvsz2ef9] {
    color: #B98F00;
    font-weight: 700;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ===== Sdílené prvky ===== */

.badge[b-othp95ypuw] {
    display: inline-flex;
    align-self: flex-start;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #B98F00;
}

.badge-line[b-othp95ypuw] {
    width: 28px;
    height: 2px;
    background: #DFB501;
    display: inline-block;
}

h1[b-othp95ypuw], h2[b-othp95ypuw] {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    margin: 0;
    text-wrap: pretty;
}

.photo[b-othp95ypuw] {
    display: block;
    width: 100%;
    border-radius: 24px;
    object-fit: cover;
}

.photo--contain[b-othp95ypuw] {
    object-fit: contain;
    background: #fff;
    padding: 12px;
    box-sizing: border-box;
}

/* ===== Hero ===== */

.hero[b-othp95ypuw] {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 64px;
    align-items: center;
    padding: 72px 56px 80px;
    max-width: 1240px;
    margin: 0 auto;
    box-sizing: border-box;
}

.hero-text[b-othp95ypuw] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hero h1[b-othp95ypuw] {
    font-size: 56px;
    line-height: 1.08;
}

.hero-lead[b-othp95ypuw] {
    font-size: 19px;
    line-height: 1.6;
    color: #5A554A;
    margin: 0;
    max-width: 480px;
    text-wrap: pretty;
}

.hero-buttons[b-othp95ypuw] {
    display: flex;
    gap: 14px;
    margin-top: 6px;
}

.btn-primary[b-othp95ypuw] {
    background: linear-gradient(135deg, #E0BA00, #E28B00);
    color: #262626;
    font-weight: 700;
    font-size: 16px;
    padding: 16px 28px;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(224, 160, 0, .35);
    transition: filter .15s;
}

.btn-primary:hover[b-othp95ypuw] {
    color: #262626;
    filter: brightness(1.06);
}

.btn-outline[b-othp95ypuw] {
    border: 2px solid #262626;
    color: #262626;
    font-weight: 700;
    font-size: 16px;
    padding: 14px 26px;
    border-radius: 10px;
    transition: background .15s;
}

.btn-outline:hover[b-othp95ypuw] {
    color: #262626;
    background: #DFB501;
}

.hero-note[b-othp95ypuw] {
    font-size: 14px;
    color: #8A8371;
    margin: 8px 0 0;
}

.hero-photo[b-othp95ypuw] {
    position: relative;
}

.photo-hero[b-othp95ypuw] {
    height: 460px;
    /* lampa je v levé třetině fotky — držet ji v záběru i při ořezu na úzkých displejích */
    object-position: 35% center;
}

.stat-badge[b-othp95ypuw] {
    position: absolute;
    left: -28px;
    bottom: -28px;
    background: #262626;
    color: #fff;
    border-radius: 18px;
    padding: 20px 26px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .18);
}

.stat-number[b-othp95ypuw] {
    font-family: 'Sora', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #DFB501;
}

.stat-text[b-othp95ypuw] {
    font-size: 13px;
    color: #CFC9BB;
}

/* ===== Sortiment ===== */

.categories[b-othp95ypuw] {
    background: #fff;
    border-top: 1px solid #EDE8DC;
}

.categories-inner[b-othp95ypuw] {
    padding: 64px 56px 80px;
    max-width: 1240px;
    margin: 0 auto;
    box-sizing: border-box;
}

.categories-head[b-othp95ypuw] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 36px;
}

.categories h2[b-othp95ypuw] {
    font-size: 34px;
}

.categories-note[b-othp95ypuw] {
    font-size: 15px;
    color: #8A8371;
}

.categories-grid[b-othp95ypuw] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.category-card[b-othp95ypuw] {
    display: flex;
    flex-direction: column;
    gap: 14px;
    background: #FBF9F4;
    border: 1px solid #EDE8DC;
    border-radius: 18px;
    padding: 16px;
    transition: box-shadow .15s;
}

.category-card:hover[b-othp95ypuw] {
    color: inherit;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .08);
}

.category-photo[b-othp95ypuw] {
    height: 150px;
    border-radius: 12px;
    border: 1px solid #EDE8DC;
}

.category-name[b-othp95ypuw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4px 6px;
}

.category-name span:first-child[b-othp95ypuw] {
    font-weight: 700;
    font-size: 17px;
}

.category-arrow[b-othp95ypuw] {
    color: #DFB501;
    font-size: 20px;
}

/* ===== O nás ===== */

.about[b-othp95ypuw] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    padding: 80px 56px;
    background: #FBF9F4;
    max-width: 1240px;
    margin: 0 auto;
    box-sizing: border-box;
}

.about-photo[b-othp95ypuw] {
    height: 380px;
}

.about-text[b-othp95ypuw] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about h2[b-othp95ypuw] {
    font-size: 34px;
}

.about-lead[b-othp95ypuw] {
    font-size: 17px;
    line-height: 1.65;
    color: #5A554A;
    margin: 0;
    text-wrap: pretty;
}

.about-note[b-othp95ypuw] {
    font-size: 15px;
    line-height: 1.6;
    color: #8A8371;
    margin: 0;
    text-wrap: pretty;
}

.about-note a[b-othp95ypuw] {
    color: #B98F00;
    font-weight: 700;
}

/* ===== Prodejna / kontakt ===== */

.visit[b-othp95ypuw] {
    background: #262626;
    color: #fff;
}

.visit-inner[b-othp95ypuw] {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 56px;
    align-items: center;
    padding: 72px 56px;
    max-width: 1240px;
    margin: 0 auto;
    box-sizing: border-box;
}

.visit-info[b-othp95ypuw] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.visit h2[b-othp95ypuw] {
    font-size: 34px;
}

.visit-address[b-othp95ypuw] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 17px;
    line-height: 1.6;
    color: #D8D3C6;
}

.visit-address-name[b-othp95ypuw] {
    color: #fff;
    font-weight: 700;
}

.visit-contacts[b-othp95ypuw] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 17px;
}

.visit-contacts a[b-othp95ypuw] {
    color: #DFB501;
    font-weight: 700;
}

.visit-contacts a:hover[b-othp95ypuw] {
    color: #B98F00;
}

.visit-map[b-othp95ypuw] {
    height: 320px;
    border-radius: 20px;
    overflow: hidden;
    background: #333;
}

.visit-map iframe[b-othp95ypuw] {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* ===== Responzivita ===== */

@media (max-width: 1000px) {
    .hero[b-othp95ypuw],
    .about[b-othp95ypuw],
    .visit-inner[b-othp95ypuw] {
        grid-template-columns: 1fr;
        gap: 48px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .hero h1[b-othp95ypuw] {
        font-size: 40px;
    }

    .categories-inner[b-othp95ypuw] {
        padding-left: 24px;
        padding-right: 24px;
    }

    .categories-grid[b-othp95ypuw] {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-photo[b-othp95ypuw] {
        order: 2;
    }

    .stat-badge[b-othp95ypuw] {
        left: 16px;
        bottom: -24px;
    }
}

@media (max-width: 600px) {
    .categories-grid[b-othp95ypuw] {
        grid-template-columns: 1fr;
    }

    .categories-head[b-othp95ypuw] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .hero-buttons[b-othp95ypuw] {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }
}
