/* Home modern look: header + background + hero (tenant-safe, no inline styles) */

body.page-home {
    background:
        radial-gradient(1200px 540px at 8% -6%, rgba(30, 64, 175, .22), transparent 65%),
        radial-gradient(980px 460px at 92% 4%, rgba(14, 165, 233, .18), transparent 64%),
        linear-gradient(180deg, #f6f9ff 0%, #f8fafc 48%, #ffffff 100%);
}

body.page-home .nk-header {
    background: linear-gradient(138deg, rgba(8, 18, 38, .96), rgba(14, 32, 63, .94));
    border-bottom: 1px solid rgba(148, 163, 184, .26);
    box-shadow: 0 16px 38px rgba(8, 18, 38, .28);
}

body.page-home .nk-header-top {
    background: linear-gradient(90deg, rgba(249, 115, 22, .24), rgba(15, 23, 42, .2));
    border-bottom: 1px solid rgba(148, 163, 184, .2);
}

body.page-home .nk-top-msg-main {
    color: #ffedd5;
    font-weight: 800;
}

body.page-home .nk-top-msg-secondary {
    color: rgba(226, 232, 240, .92);
}

body.page-home .nk-header-main-inner {
    color: #e2e8f0;
}

body.page-home .nk-logo {
    border-radius: 12px;
    background: rgba(255, 255, 255, .06);
    padding: 4px 8px;
    border: 1px solid rgba(148, 163, 184, .2);
}

body.page-home .nk-search-open {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(148, 163, 184, .26);
    color: #f8fafc;
}

body.page-home .nk-search-open:hover {
    background: rgba(255, 255, 255, .16);
}

body.page-home .nk-search-open-placeholder {
    color: rgba(241, 245, 249, .92);
}

body.page-home .nk-main-link {
    color: rgba(226, 232, 240, .96);
}

body.page-home .nk-main-link:hover {
    border-bottom-color: rgba(249, 115, 22, .88);
}

body.page-home .nk-main-cart--primary {
    border-color: rgba(249, 115, 22, .62);
    background: rgba(249, 115, 22, .22);
    color: #fff7ed;
}

body.page-home .nk-main-cart--primary:hover {
    background: rgba(249, 115, 22, .35);
}

body.page-home .nk-category-nav {
    border-top: 1px solid rgba(148, 163, 184, .2);
    background: rgba(8, 18, 38, .6);
    backdrop-filter: blur(9px);
}

body.page-home .nk-category-chip {
    border-color: rgba(148, 163, 184, .26);
    background: rgba(255, 255, 255, .06);
    color: rgba(241, 245, 249, .95);
}

body.page-home .nk-category-chip:hover,
body.page-home .nk-category-chip.is-active {
    border-color: rgba(249, 115, 22, .72);
    background: rgba(249, 115, 22, .22);
    color: #fff7ed;
}

body.page-home .home-modern-hero {
    position: relative;
    max-width: 1240px;
    margin: 12px auto 8px;
    border-radius: 20px;
    border: 1px solid rgba(148, 163, 184, .2);
    background: linear-gradient(145deg, rgba(255, 255, 255, .86), rgba(248, 250, 252, .8));
    box-shadow: 0 20px 48px rgba(15, 23, 42, .12);
    overflow: hidden;
    isolation: isolate;
}

body.page-home .home-modern-hero__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(760px 300px at 10% 0%, rgba(59, 130, 246, .2), transparent 70%),
        radial-gradient(540px 260px at 92% 0%, rgba(14, 165, 233, .16), transparent 68%),
        linear-gradient(180deg, rgba(15, 23, 42, .05), transparent 44%);
    z-index: 0;
}

body.page-home .home-modern-hero__content {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 14px;
    padding: clamp(20px, 3vw, 34px);
}

body.page-home .home-modern-hero__eyebrow {
    display: inline-flex;
    width: fit-content;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, .3);
    background: rgba(15, 23, 42, .06);
    color: #0f172a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.page-home .home-modern-hero__title {
    margin: 0;
    max-width: 16ch;
    color: #0f172a;
    font-size: clamp(30px, 5vw, 52px);
    line-height: 1.04;
    letter-spacing: -.03em;
    font-weight: 900;
}

body.page-home .home-modern-hero__lead {
    margin: 0;
    max-width: 66ch;
    color: #334155;
    font-size: clamp(14px, 2.1vw, 17px);
    line-height: 1.55;
}

body.page-home .home-modern-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body.page-home .home-modern-hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 12px;
    border: 1px solid transparent;
    text-decoration: none;
    font-weight: 800;
    font-size: 13px;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}

body.page-home .home-modern-hero__cta--primary {
    background: linear-gradient(135deg, #f97316, #ea580c);
    color: #fff7ed;
    box-shadow: 0 10px 24px rgba(249, 115, 22, .35);
}

body.page-home .home-modern-hero__cta--ghost {
    border-color: rgba(148, 163, 184, .35);
    background: rgba(255, 255, 255, .78);
    color: #0f172a;
}

body.page-home .home-modern-hero__cta:hover {
    transform: translateY(-1px);
}

body.page-home .home-modern-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.page-home .home-modern-hero__chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, .35);
    background: rgba(255, 255, 255, .72);
    color: #0f172a;
    text-decoration: none;
    font-size: 12px;
    font-weight: 760;
}

body.page-home .home-modern-hero__chip:hover {
    border-color: rgba(249, 115, 22, .62);
    color: #9a3412;
    background: rgba(255, 247, 237, .95);
}

body.page-home .home-modern-hero__stats {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

body.page-home .home-modern-hero__stat {
    display: grid;
    gap: 1px;
    min-width: 122px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, .26);
    background: rgba(15, 23, 42, .04);
}

body.page-home .home-modern-hero__stat-value {
    color: #0f172a;
    font-size: 22px;
    font-weight: 880;
    line-height: 1.05;
}

body.page-home .home-modern-hero__stat-label {
    color: #475569;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
}

@media (max-width: 860px) {
    body.page-home .home-modern-hero {
        margin-top: 8px;
        border-radius: 16px;
    }

    body.page-home .home-modern-hero__title {
        max-width: 100%;
        font-size: clamp(28px, 8.4vw, 40px);
    }

    body.page-home .home-modern-hero__content {
        padding: 18px;
        gap: 12px;
    }

    body.page-home .nk-main-link,
    body.page-home .nk-header-contact {
        color: #f1f5f9;
    }
}

