@charset "UTF-8";

:where(body[data-tenant="szandyka"], .page-szandyka-home) {
    --sz-bg: #fff4f7;
    --sz-surface: #fffcfa;
    --sz-ink: #24131f;
    --sz-muted: #76596b;
    --sz-pink: #f45b9a;
    --sz-pink-strong: #e92f7d;
    --sz-cyan: #25f4ee;
    --sz-gold: #d8b56d;
    --sz-shadow: 0 24px 70px rgba(91, 33, 74, .18);
    font-family: "Manrope", "Sora", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: var(--sz-bg);
    color: var(--sz-ink);
}

.page-szandyka-home .nk-header,
.page-szandyka-home .nk-mobile-bottom-nav,
.page-szandyka-home .site-footer,
.page-szandyka-home .floating-actions,
.page-szandyka-home .nk-cart-sheet {
    display: none !important;
}

.sz-home {
    min-height: 100vh;
    overflow: clip;
    background:
        radial-gradient(circle at 18% 14%, rgba(244, 91, 154, .26), transparent 32rem),
        radial-gradient(circle at 82% 18%, rgba(37, 244, 238, .16), transparent 26rem),
        linear-gradient(180deg, #fff4f7 0%, #fffcfa 48%, #fff1f6 100%);
}

.sz-loader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-content: center;
    gap: 10px;
    background: var(--sz-bg);
    color: var(--sz-ink);
    transition: opacity .45s ease, visibility .45s ease;
}

.sz-loader.is-hidden {
    opacity: 0;
    visibility: hidden;
}

.sz-loader__brand {
    font-family: "Sora", "Manrope", system-ui, sans-serif;
    font-size: clamp(24px, 5vw, 46px);
    font-weight: 850;
    letter-spacing: 0;
}

.sz-loader__powered,
.sz-powered,
.sz-footer span {
    color: var(--sz-muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.sz-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 18px clamp(18px, 4vw, 34px);
    backdrop-filter: blur(18px);
}

.sz-logo,
.sz-nav a {
    color: var(--sz-ink);
    text-decoration: none;
}

.sz-logo {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    border: 1px solid rgba(36, 19, 31, .1);
    border-radius: 999px;
    padding: 0 14px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .82), rgba(255, 244, 247, .72)),
        #fff;
    box-shadow: 0 12px 30px rgba(36, 19, 31, .08);
    font-family: "Sora", "Manrope", system-ui, sans-serif;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 850;
    letter-spacing: 0;
    white-space: nowrap;
}

.sz-nav__links {
    display: flex;
    gap: 18px;
    font-weight: 800;
}

.sz-nav__badge {
    border: 1px solid rgba(36, 19, 31, .14);
    border-radius: 999px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, .64);
    box-shadow: 0 10px 24px rgba(36, 19, 31, .08);
}

.sz-hero,
.sz-contact {
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(42px, 7vw, 92px) clamp(18px, 4vw, 34px);
}

.sz-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(310px, 420px);
    align-items: center;
    gap: clamp(32px, 7vw, 88px);
}

.sz-kicker {
    margin: 0 0 12px;
    color: var(--sz-pink-strong);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.sz-hero h1,
.sz-section-head h2,
.sz-contact h2 {
    margin: 0;
    color: var(--sz-ink);
    font-family: "Sora", "Manrope", system-ui, sans-serif;
    font-weight: 820;
    letter-spacing: 0;
    line-height: 1.08;
}

.sz-hero h1 {
    max-width: 680px;
    font-size: clamp(32px, 5vw, 62px);
}

.sz-lead,
.sz-contact p,
.sz-section-head {
    color: var(--sz-muted);
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.55;
}

.sz-lead {
    max-width: 620px;
    margin: 22px 0;
}

.sz-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 26px 0 18px;
}

.sz-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border: 0;
    border-radius: 999px;
    padding: 0 22px;
    text-decoration: none;
    font-weight: 950;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.sz-btn:hover,
.sz-btn:focus-visible {
    transform: translateY(-2px) scale(1.02);
}

.sz-btn--primary {
    background: linear-gradient(135deg, var(--sz-pink-strong), var(--sz-pink));
    color: #fff;
    box-shadow: 0 16px 34px rgba(233, 47, 125, .32);
}

.sz-btn--ghost {
    background: rgba(255, 255, 255, .72);
    color: var(--sz-ink);
    box-shadow: inset 0 0 0 1px rgba(36, 19, 31, .13), 0 14px 34px rgba(36, 19, 31, .08);
}

.sz-phone {
    width: min(100%, 390px);
    aspect-ratio: 9 / 16;
    border: 12px solid #24131f;
    border-radius: 42px;
    padding: 10px;
    background: #120b11;
    box-shadow: var(--sz-shadow);
}

.sz-video-card,
.sz-reel {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    border-radius: 30px;
    background:
        linear-gradient(155deg, rgba(244, 91, 154, .92), rgba(216, 181, 109, .74)),
        linear-gradient(20deg, #24131f, #f45b9a);
}

.sz-video-card::before,
.sz-reel::before {
    content: "";
    position: absolute;
    inset: 14%;
    border-radius: 999px;
    background: rgba(255, 255, 255, .22);
    filter: blur(20px);
}

.sz-video-card__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(36, 19, 31, .82));
}

.sz-video-card__text,
.sz-reel__copy {
    position: absolute;
    right: 22px;
    bottom: 24px;
    left: 22px;
    z-index: 2;
    color: #fff;
}

.sz-video-card__text strong {
    display: block;
    margin: 8px 0;
    font-family: "Sora", "Manrope", system-ui, sans-serif;
    font-size: 22px;
    line-height: 1.12;
}

.sz-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 74px;
    height: 74px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 18px 42px rgba(36, 19, 31, .28);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.sz-play span {
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 19px solid var(--sz-pink-strong);
    transform: translateX(3px);
}

.sz-play.is-playing {
    opacity: 0;
    pointer-events: none;
}

.sz-feed-section,
.sz-shop {
    max-width: 1180px;
    margin: 0 auto;
    padding: 42px clamp(18px, 4vw, 34px);
}

.sz-section-head {
    max-width: 680px;
    margin-bottom: 24px;
}

.sz-section-head h2,
.sz-contact h2 {
    font-size: clamp(28px, 4vw, 46px);
}

.sz-feed {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, 360px);
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 18px;
}

.sz-reel {
    min-height: 620px;
    scroll-snap-align: center;
}

.sz-reel--champagne {
    background: linear-gradient(155deg, rgba(216, 181, 109, .95), rgba(244, 91, 154, .72));
}

.sz-reel--cyan {
    background: linear-gradient(155deg, rgba(37, 244, 238, .66), rgba(244, 91, 154, .86));
}

.sz-play--small {
    width: 58px;
    height: 58px;
}

.sz-reel__actions {
    position: absolute;
    right: 16px;
    bottom: 136px;
    z-index: 3;
    display: grid;
    gap: 10px;
}

.sz-reel__actions a,
.sz-reel__actions button {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
    color: var(--sz-ink);
    font-weight: 950;
    text-decoration: none;
    cursor: pointer;
}

.sz-reel__copy h3 {
    margin: 8px 58px 8px 0;
    font-family: "Sora", "Manrope", system-ui, sans-serif;
    font-size: 22px;
    line-height: 1.12;
}

.sz-reel__copy p {
    margin: 0 38px 12px 0;
    line-height: 1.4;
}

.sz-product-teaser {
    border: 0;
    border-radius: 999px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, .86);
    color: var(--sz-ink);
    font-weight: 950;
    cursor: pointer;
}

.sz-product-sheet {
    position: absolute;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 5;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255, 252, 250, .96);
    box-shadow: 0 18px 46px rgba(36, 19, 31, .24);
    transform: translateY(8px);
}

.sz-product-sheet__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 999px;
    background: #fff0f5;
    cursor: pointer;
}

.sz-affiliate,
.sz-product-card small {
    display: inline-flex;
    width: fit-content;
    border-radius: 999px;
    padding: 6px 10px;
    background: rgba(37, 244, 238, .17);
    color: #0c6f72;
    font-size: 12px;
    font-weight: 950;
}

.sz-product-sheet h4 {
    margin: 10px 34px 8px 0;
    color: var(--sz-ink);
    font-size: 22px;
}

.sz-product-sheet p {
    color: var(--sz-muted);
}

.sz-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.sz-product-card {
    display: grid;
    gap: 12px;
    border: 1px solid rgba(36, 19, 31, .1);
    border-radius: 28px;
    padding: 18px;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 18px 46px rgba(91, 33, 74, .1);
}

.sz-product-card__media {
    overflow: hidden;
    aspect-ratio: 4 / 3;
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(244, 91, 154, .7), rgba(216, 181, 109, .46)),
        #fff0f5;
}

.sz-product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sz-product-card span {
    color: var(--sz-pink-strong);
    font-weight: 950;
}

.sz-product-card h3 {
    margin: 0;
    font-family: "Sora", "Manrope", system-ui, sans-serif;
    font-size: 21px;
    line-height: 1.12;
}

.sz-product-card p {
    margin: 0;
    color: var(--sz-muted);
}

.sz-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}

.sz-footer {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 28px clamp(18px, 4vw, 34px) 44px;
    color: var(--sz-ink);
}

[data-sz-reveal] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .55s ease, transform .55s ease;
}

[data-sz-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 820px) {
    .sz-nav__links {
        display: none;
    }

    .sz-hero {
        grid-template-columns: 1fr;
        padding-top: 28px;
    }

    .sz-phone {
        justify-self: center;
        max-width: 330px;
    }

    .sz-feed {
        grid-auto-flow: row;
        grid-auto-columns: auto;
        grid-template-columns: 1fr;
        overflow-x: visible;
        scroll-snap-type: y proximity;
    }

    .sz-reel {
        min-height: min(720px, calc(100vh - 88px));
    }

    .sz-product-grid {
        grid-template-columns: 1fr;
    }

    .sz-contact,
    .sz-footer {
        align-items: flex-start;
        flex-direction: column;
    }
}
