/* ============================================================
   Space Skin — Homepage Styles
   Версия: 1.0 | SS 2026
   Использование: подключается через functions.php
   ============================================================ */

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

:root {
    --bg: #EFEEEA;
    --white: #FFFFFF;
    --dark: #0A0908;
    --text: #1A1916;
    --mid: #4A4642;
    --gray: #928D86;
    --border: #DEDAD3;
    --accent: #0050FF;
    --red: #E02B1B;
    --ease: cubic-bezier(.25, .46, .45, .94);
}

html {
    scroll-behavior: smooth
}

body {
    font-family: 'DM Sans', sans-serif;
    background: var(--bg);
    color: var(--text);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
}

img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

a {
    text-decoration: none;
    color: inherit
}

button {
    font-family: inherit;
    cursor: pointer;
    border: none;
    background: none
}

/* ── ANNOUNCE ── */
.ss-ann {
    background: var(--dark);
    padding: 10px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    font-size: 11px;
    font-weight: 500;
    color: rgba(255, 255, 255, .38);
    letter-spacing: .05em;
    text-transform: uppercase;
}

.ss-ann strong {
    color: rgba(255, 255, 255, .82);
    font-weight: 600
}

.ss-ann-sep {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .18);
    flex-shrink: 0
}

/* ── HEADER ── */
.ss-hdr {
    position: sticky;
    top: 0;
    z-index: 200;
    background: rgba(10, 9, 8, .97);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-bottom: 1px solid rgba(255, 255, 255, .13);
    transition: box-shadow .3s;
}

.ss-hdr.shadow {
    box-shadow: 0 2px 24px rgba(0, 0, 0, .5)
}

.ss-hdr-in {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 48px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.ss-logo-link {
    display: flex;
    align-items: center;
    flex-shrink: 0
}

.ss-logo-svg {
    height: 66px;
    width: auto;
    display: block;
    fill: #fff;
}

.ss-nav {
    display: flex;
    gap: 28px;
    align-items: center
}

.ss-nav a {
    font-size: 11.5px;
    font-weight: 500;
    color: rgba(255, 255, 255, .42);
    letter-spacing: .05em;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 3px;
    white-space: nowrap;
    transition: color .2s;
}

.ss-nav a:hover {
    color: rgba(255, 255, 255, .9)
}

.ss-nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--accent);
    transition: width .22s var(--ease);
}

.ss-nav a:hover::after {
    width: 100%
}

.ss-nav .sale {
    color: #ff6b5a
}

.ss-nav .sale::after {
    background: #ff6b5a
}

.ss-hdr-icons {
    display: flex;
    gap: 2px;
    align-items: center
}

.ss-ico {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: .42;
    transition: opacity .2s, background .2s;
    position: relative;
    cursor: pointer;
}

.ss-ico:hover {
    opacity: 1;
    background: rgba(255, 255, 255, .09)
}

.ss-ico svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round
}

.ss-badge {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--accent);
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ════════════════════════════
   HERO
════════════════════════════ */
.ss-hero {
    position: relative;
    height: 100vh;
    min-height: 740px;
    max-height: 1100px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.ss-hero-visual {
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(ellipse 75% 55% at 68% 30%, rgba(0, 80, 220, .26) 0%, transparent 65%),
        radial-gradient(ellipse 50% 70% at 15% 85%, rgba(8, 18, 40, .85) 0%, transparent 60%),
        radial-gradient(ellipse 65% 45% at 50% 0%, rgba(18, 26, 52, .55) 0%, transparent 55%),
        linear-gradient(168deg,
            #1a2235 0%,
            #141c2c 35%,
            #101828 65%,
            #0d1422 100%);
}

.ss-hero-visual::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(115deg, transparent 58%, rgba(0, 80, 255, .09) 100%);
}

.ss-hero-visual::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(to top,
            rgba(10, 9, 8, .98) 0%,
            rgba(10, 9, 8, .75) 20%,
            rgba(10, 9, 8, .28) 55%,
            rgba(10, 9, 8, .08) 80%,
            transparent 100%);
}

.ss-hero-deco-line {
    position: absolute;
    top: 0;
    right: 18%;
    width: 1px;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(to bottom,
            transparent 0%,
            rgba(255, 255, 255, .06) 25%,
            rgba(255, 255, 255, .06) 75%,
            transparent 100%);
}

.ss-hero-grain {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.78' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.4'/%3E%3C/svg%3E");
    opacity: .045;
    mix-blend-mode: overlay;
}

.ss-hero-side {
    position: absolute;
    left: 48px;
    bottom: 50%;
    transform: translateY(50%) rotate(-90deg);
    transform-origin: center center;
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .16);
    white-space: nowrap;
    z-index: 2;
    visibility: hidden;
}

.ss-hero-corner {
    position: absolute;
    top: 36px;
    right: 48px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 14px;
}

.ss-hero-corner-line {
    width: 36px;
    height: 1px;
    background: rgba(255, 255, 255, .2)
}

.ss-hero-corner-txt {
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .3)
}

.ss-scroll-hint {
    position: absolute;
    bottom: 40px;
    right: 48px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.ss-scroll-line {
    width: 1px;
    height: 52px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .3), transparent);
    animation: ssScrollDrop 2.4s ease-in-out infinite;
}

@keyframes ssScrollDrop {

    0%,
    100% {
        opacity: .4;
        transform: scaleY(1)
    }

    50% {
        opacity: 1;
        transform: scaleY(.65)
    }
}

.ss-scroll-txt {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .18em;
    color: rgba(255, 255, 255, .18);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-transform: uppercase;
}

.ss-hero-body {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 80px 72px;
}

.ss-hero-display {
    font-family: 'Anton', sans-serif;
    font-size: clamp(88px, 15.5vw, 210px);
    line-height: .87;
    letter-spacing: -.01em;
    margin-bottom: 24px;
}

.ss-hero-display .line-outline {
    display: block;
    -webkit-text-stroke: 1.5px rgba(255, 255, 255, .5);
    color: transparent;
}

.ss-hero-display .line-filled {
    display: block;
    color: #fff;
}

.ss-hero-tagline {
    font-size: clamp(16px, 1.5vw, 20px);
    font-weight: 300;
    color: rgba(255, 255, 255, .6);
    letter-spacing: .02em;
    margin-bottom: 44px;
    max-width: 480px;
    line-height: 1.5;
    border-left: 2px solid var(--accent);
    padding-left: 16px;
}

.ss-hero-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
}

.ss-hero-ctas {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0
}

.ss-hero-cats {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px
}

.ss-hero-cat-tag {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .05em;
    color: rgba(255, 255, 255, .4);
    border: 1px solid rgba(255, 255, 255, .14);
    padding: 6px 14px;
    transition: background .2s, color .2s, border-color .2s;
}

.ss-hero-cat-tag:hover {
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .85);
    border-color: rgba(255, 255, 255, .3)
}

.ss-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    color: var(--dark);
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 16px 36px;
    transition: background .22s, color .22s, transform .22s;
}

.ss-btn-primary:hover {
    background: var(--accent);
    color: #fff;
    transform: translateY(-2px)
}

.ss-btn-primary svg {
    width: 13px;
    height: 13px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .2s
}

.ss-btn-primary:hover svg {
    transform: translateX(4px)
}

.ss-hero-sublink {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .03em;
    color: rgba(255, 255, 255, .33);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    padding-bottom: 2px;
    transition: color .2s, border-color .2s;
}

.ss-hero-sublink:hover {
    color: rgba(255, 255, 255, .65);
    border-color: rgba(255, 255, 255, .4)
}

.ss-hero-stat {
    text-align: right;
    flex-shrink: 0
}

.ss-hero-stat-big {
    font-family: 'Anton', sans-serif;
    font-size: clamp(40px, 7vw, 88px);
    line-height: 1;
    -webkit-text-stroke: 1px rgba(255, 255, 255, .09);
    color: transparent;
    letter-spacing: .02em;
}

.ss-hero-stat-sub {
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: .1em;
    color: rgba(255, 255, 255, .18);
    margin-top: 4px;
    text-transform: uppercase
}

/* ── TICKER ── */
.ss-ticker {
    overflow: hidden;
    background: var(--accent);
    padding: 11px 0
}

.ss-ticker-track {
    display: flex;
    white-space: nowrap;
    animation: ssTick 24s linear infinite
}

.ss-ticker-track:hover {
    animation-play-state: paused
}

.ss-t-item {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 0 14px;
    flex-shrink: 0;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .85);
}

.ss-t-item::after {
    content: '◆';
    color: rgba(255, 255, 255, .35);
    font-size: 7px
}

@keyframes ssTick {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

/* ── COMMON LAYOUT ── */
.ss-sw {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 48px
}

.ss-sec-index {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--gray);
    margin-bottom: 12px;
}

.ss-sec-index::after {
    content: '';
    width: 48px;
    height: 1px;
    background: var(--border)
}

.ss-sec-title {
    font-size: clamp(34px, 4vw, 56px);
    font-weight: 700;
    letter-spacing: -.035em;
    color: var(--dark);
    line-height: .95;
}

.ss-sec-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 44px;
}

.ss-s-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--mid);
    border-bottom: 1px solid var(--border);
    padding-bottom: 3px;
    transition: color .2s, border-color .2s, gap .2s;
    white-space: nowrap;
}

.ss-s-more:hover {
    color: var(--dark);
    border-color: var(--dark);
    gap: 14px
}

.ss-s-more svg {
    width: 12px;
    height: 12px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round
}

/* ════════════════════════════
   CATEGORIES
════════════════════════════ */
.ss-cats-sec {
    padding: 88px 0 0
}

.ss-cats-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 10px;
}

.ss-cat-card {
    position: relative;
    overflow: hidden;
    background: var(--dark);
    cursor: pointer;
}

.ss-cat-card--main .ss-cat-inner {
    min-height: 620px
}

.ss-cat-card--small .ss-cat-inner {
    aspect-ratio: 5/6
}

.ss-cat-inner {
    position: relative;
    overflow: hidden;
    display: block;
    isolation: isolate;
}

.ss-cat-inner>img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    z-index: 0;
    filter: grayscale(15%) brightness(.85) contrast(1.05);
    transition: transform 1s var(--ease), filter .8s;
}

.ss-cat-card:hover .ss-cat-inner>img {
    transform: scale(1.06);
    filter: grayscale(0%) brightness(.75) contrast(1.05);
}

.ss-cat-inner::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to top,
            rgba(10, 9, 8, .9) 0%,
            rgba(10, 9, 8, .4) 45%,
            rgba(10, 9, 8, .15) 100%);
    transition: opacity .5s;
}

.ss-cat-card:hover .ss-cat-inner::after {
    opacity: .85
}

.ss-cat-inner::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    z-index: 4;
    background: var(--accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s var(--ease);
}

.ss-cat-card:hover .ss-cat-inner::before {
    transform: scaleX(1)
}

.ss-cat-num {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 2;
    font-family: 'Anton', sans-serif;
    font-size: 80px;
    line-height: 1;
    color: rgba(255, 255, 255, .05);
    letter-spacing: .01em;
    pointer-events: none;
}

.ss-cat-card--small .ss-cat-num {
    font-size: 52px
}

.ss-cat-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 28px 28px 26px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.ss-cat-lbl {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .35);
    margin-bottom: 6px
}

.ss-cat-name {
    font-family: 'Anton', sans-serif;
    font-size: 38px;
    line-height: 1;
    letter-spacing: .01em;
    color: #fff;
}

.ss-cat-card--main .ss-cat-name {
    font-size: 54px
}

.ss-cat-count {
    font-size: 11px;
    color: rgba(255, 255, 255, .3);
    margin-top: 6px
}

.ss-cat-btn {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, .22);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .25s, border-color .25s, transform .3s;
}

.ss-cat-card:hover .ss-cat-btn {
    background: var(--accent);
    border-color: var(--accent);
    transform: rotate(45deg)
}

.ss-cat-btn svg {
    width: 18px;
    height: 18px;
    stroke: rgba(255, 255, 255, .55);
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke .25s
}

.ss-cat-card:hover .ss-cat-btn svg {
    stroke: #fff
}

/* ── EDITORIAL BAND ── */
.ss-edito-band {
    background: var(--dark);
    padding: 56px 0;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
}

.ss-edito-band::before {
    content: 'SS 26';
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Anton', sans-serif;
    font-size: 180px;
    line-height: 1;
    color: rgba(255, 255, 255, .025);
    letter-spacing: .02em;
    pointer-events: none;
}

.ss-edito-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 48px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.ss-edito-season {
    font-family: 'Anton', sans-serif;
    font-size: 13px;
    letter-spacing: .14em;
    color: var(--accent);
    flex-shrink: 0;
    text-transform: uppercase;
}

.ss-edito-sep {
    width: 1px;
    height: 32px;
    background: rgba(255, 255, 255, .1);
    flex-shrink: 0
}

.ss-edito-quote {
    font-size: clamp(16px, 1.6vw, 22px);
    font-weight: 300;
    font-style: italic;
    color: rgba(255, 255, 255, .5);
    letter-spacing: -.01em;
    line-height: 1.4;
}

.ss-edito-quote em {
    font-style: normal;
    font-weight: 600;
    color: rgba(255, 255, 255, .75);
}

/* ════════════════════════════
   NEW ARRIVALS
════════════════════════════ */
.ss-arrivals-sec {
    padding: 0 0 100px
}

.ss-arrivals-bg-txt {
    font-family: 'Anton', sans-serif;
    font-size: clamp(60px, 11vw, 148px);
    line-height: 1;
    -webkit-text-stroke: 1px var(--border);
    color: transparent;
    letter-spacing: -.01em;
    margin-bottom: -10px;
    overflow: hidden;
    white-space: nowrap;
    pointer-events: none;
    padding: 40px 48px 0;
}

.ss-pgrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

.ss-pc {
    cursor: pointer;
    transition: transform .35s var(--ease)
}

.ss-pc:hover {
    transform: translateY(-5px)
}

.ss-pthumb {
    position: relative;
    aspect-ratio: 2/3;
    overflow: hidden;
    background: #1A1816;
    margin-bottom: 14px;
}

.ss-pthumb>img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    filter: grayscale(12%) brightness(.95);
    transition: transform .7s var(--ease), filter .6s;
}

.ss-pc:hover .ss-pthumb>img {
    transform: scale(1.05);
    filter: grayscale(0%) brightness(.9);
}

.ss-pthumb-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(10, 9, 8, .65) 0%, transparent 50%);
    opacity: 0;
    transition: opacity .35s;
}

.ss-pc:hover .ss-pthumb-overlay {
    opacity: 1
}

.ss-pbadge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 5px 11px;
}

.ss-pbadge.new {
    background: var(--accent);
    color: #fff
}

.ss-pbadge.sale {
    background: var(--red);
    color: #fff
}

.ss-pbadge.hit {
    background: var(--dark);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .15)
}

.ss-pwish {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    width: 34px;
    height: 34px;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(.8);
    transition: opacity .2s, transform .25s var(--ease);
}

.ss-pthumb:hover .ss-pwish {
    opacity: 1;
    transform: scale(1)
}

.ss-pwish svg {
    width: 14px;
    height: 14px;
    stroke: var(--dark);
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.ss-psizes {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background: rgba(10, 9, 8, .94);
    backdrop-filter: blur(8px);
    padding: 10px 12px;
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    transform: translateY(100%);
    transition: transform .32s var(--ease);
}

.ss-pc:hover .ss-psizes {
    transform: translateY(0)
}

.ss-sz {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .02em;
    color: rgba(255, 255, 255, .42);
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .1);
    padding: 5px 10px;
    cursor: pointer;
    transition: background .15s, color .15s;
}

.ss-sz:hover {
    background: #fff;
    color: var(--dark)
}

.ss-pmeta {
    font-size: 10.5px;
    color: var(--gray);
    margin-bottom: 5px;
    letter-spacing: .02em
}

.ss-pname {
    font-size: 15px;
    font-weight: 600;
    color: var(--dark);
    line-height: 1.3;
    margin-bottom: 9px;
    letter-spacing: -.01em
}

.ss-prow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px
}

.ss-pprice {
    font-size: 16px;
    font-weight: 700;
    color: var(--dark);
    letter-spacing: -.02em
}

.ss-pprice-old {
    font-size: 12px;
    color: var(--gray);
    text-decoration: line-through;
    margin-left: 5px;
    font-weight: 400
}

.ss-ppct {
    font-size: 10px;
    font-weight: 700;
    color: var(--red);
    margin-left: 3px
}

.ss-pstars {
    font-size: 11px;
    color: var(--gray);
    display: flex;
    align-items: center;
    gap: 3px;
    flex-shrink: 0
}

.ss-pstars span {
    color: #D4940A;
    letter-spacing: -1px
}

.ss-pswatches {
    display: flex;
    gap: 5px;
    margin-top: 9px
}

.ss-psw {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    cursor: pointer;
    outline: 2px solid transparent;
    outline-offset: 2px;
    transition: outline-color .15s, transform .15s;
}

.ss-psw:hover,
.ss-psw.on {
    outline-color: var(--dark);
    transform: scale(1.15)
}

/* ════════════════════════════
   PROMO BLOCK
════════════════════════════ */
.ss-promo-sec {
    position: relative;
    overflow: hidden;
    background: var(--dark);
}

.ss-promo-bg-num {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Anton', sans-serif;
    font-size: 340px;
    line-height: 1;
    color: rgba(255, 255, 255, .022);
    letter-spacing: -.02em;
    pointer-events: none;
    white-space: nowrap;
}

.ss-promo-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 88px 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 96px;
    align-items: center;
}

.ss-promo-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.ss-promo-tag-dot {
    width: 6px;
    height: 6px;
    background: var(--accent);
    flex-shrink: 0
}

.ss-promo-tag-txt {
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .38)
}

.ss-promo-big {
    font-family: 'Anton', sans-serif;
    font-size: clamp(64px, 10vw, 132px);
    line-height: .88;
    letter-spacing: -.01em;
    color: #fff;
    margin-bottom: 28px;
}

.ss-promo-big .accent {
    color: var(--accent)
}

.ss-promo-body {
    font-size: 15px;
    line-height: 1.7;
    font-weight: 300;
    color: rgba(255, 255, 255, .35);
    max-width: 340px;
    margin-bottom: 36px;
}

.ss-btn-accent {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--accent);
    color: #fff;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 16px 36px;
    transition: background .22s, transform .22s;
}

.ss-btn-accent:hover {
    background: #0040cc;
    transform: translateY(-2px)
}

.ss-btn-accent svg {
    width: 13px;
    height: 13px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .2s
}

.ss-btn-accent:hover svg {
    transform: translateX(4px)
}

.ss-promo-features {
    display: flex;
    flex-direction: column
}

.ss-pfeat {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.ss-pfeat:first-child {
    border-top: 1px solid rgba(255, 255, 255, .06)
}

.ss-pfeat-num {
    font-family: 'Anton', sans-serif;
    font-size: 30px;
    line-height: 1;
    color: rgba(255, 255, 255, .07);
    flex-shrink: 0;
    width: 46px;
    letter-spacing: .02em;
}

.ss-pfeat-text h4 {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, .78);
    margin-bottom: 4px;
    letter-spacing: -.01em
}

.ss-pfeat-text p {
    font-size: 12.5px;
    color: rgba(255, 255, 255, .28);
    line-height: 1.5
}

/* ── BENEFITS ── */
.ss-benefits-sec {
    padding: 72px 0;
    border-top: 1px solid var(--border)
}

.ss-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0
}

.ss-benefit {
    padding: 0 40px;
    border-right: 1px solid var(--border)
}

.ss-benefit:first-child {
    padding-left: 0
}

.ss-benefit:last-child {
    border-right: none;
    padding-right: 0
}

.ss-benefit-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px
}

.ss-benefit-icon svg {
    width: 22px;
    height: 22px;
    stroke: var(--accent);
    fill: none;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round
}

.ss-benefit h4 {
    font-size: 14px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 6px;
    letter-spacing: -.01em
}

.ss-benefit p {
    font-size: 12.5px;
    color: var(--gray);
    line-height: 1.65
}

/* ── FOOTER ── */
.ss-footer {
    background: var(--dark)
}

.ss-footer-top {
    max-width: 1440px;
    margin: 0 auto;
    padding: 72px 48px 56px;
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr 1fr;
    gap: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.ss-f-logo-link {
    display: block;
    margin-bottom: 20px
}

.ss-f-logo-svg {
    height: 88px;
    width: auto;
    display: block;
    fill: #fff;
    opacity: .88
}

.ss-f-about {
    font-size: 13px;
    color: rgba(255, 255, 255, .28);
    line-height: 1.75;
    max-width: 220px;
    font-weight: 300
}

.ss-f-social {
    display: flex;
    gap: 6px;
    margin-top: 24px
}

.ss-fsoc {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s, border-color .2s;
}

.ss-fsoc:hover {
    background: var(--accent);
    border-color: var(--accent)
}

.ss-fsoc svg {
    width: 14px;
    height: 14px;
    fill: rgba(255, 255, 255, .45)
}

.ss-f-col h5 {
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 20px
}

.ss-f-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 11px
}

.ss-f-col ul a {
    font-size: 13px;
    color: rgba(255, 255, 255, .3);
    transition: color .18s;
    font-weight: 300
}

.ss-f-col ul a:hover {
    color: rgba(255, 255, 255, .72)
}

.ss-footer-bot {
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ss-f-copy {
    font-size: 11.5px;
    color: rgba(255, 255, 255, .2)
}

.ss-f-legal {
    display: flex;
    gap: 20px
}

.ss-f-legal a {
    font-size: 11.5px;
    color: rgba(255, 255, 255, .2);
    transition: color .18s
}

.ss-f-legal a:hover {
    color: rgba(255, 255, 255, .55)
}

.ss-f-pays {
    display: flex;
    gap: 6px
}

.ss-fpay {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 5px 10px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .28)
}

/* ════════════════════════════
   RESPONSIVE
════════════════════════════ */
@media(max-width:1100px) {
    .ss-pgrid {
        grid-template-columns: repeat(3, 1fr)
    }

    .ss-pgrid .ss-pc:nth-child(4) {
        display: none
    }

    .ss-cats-grid {
        grid-template-columns: 1fr 1fr
    }

    .ss-cat-card--main .ss-cat-inner {
        min-height: 480px
    }

    .ss-promo-inner {
        grid-template-columns: 1fr;
        gap: 48px;
        padding: 72px 40px
    }

    .ss-promo-bg-num {
        font-size: 180px
    }
}

@media(max-width:768px) {
    .ss-hdr-in {
        padding: 0 20px
    }

    .ss-nav {
        display: none
    }

    .ss-hero-body {
        padding: 0 24px 48px
    }

    .ss-hero-side {
        display: none
    }

    .ss-scroll-hint {
        display: none
    }

    .ss-hero-stat {
        display: none
    }

    .ss-sw {
        padding: 0 20px
    }

    .ss-arrivals-bg-txt {
        padding: 32px 20px 0;
        font-size: clamp(48px, 14vw, 80px)
    }

    .ss-pgrid {
        grid-template-columns: 1fr 1fr;
        gap: 10px
    }

    .ss-pgrid .ss-pc:nth-child(4) {
        display: block
    }

    .ss-cats-grid {
        grid-template-columns: 1fr;
        gap: 8px
    }

    .ss-cat-card--main .ss-cat-inner {
        min-height: 400px
    }

    .ss-benefits-grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px
    }

    .ss-benefit {
        border: none;
        padding: 0
    }

    .ss-footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
        padding: 48px 20px
    }

    .ss-footer-bot {
        flex-direction: column;
        gap: 14px;
        text-align: center;
        padding: 18px 20px
    }

    .ss-edito-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }

    .ss-ann {
        display: none
    }

    /* Hero mobile */
    .ss-hero {
        justify-content: center;
        min-height: 100svh
    }

    .ss-hero-display {
        font-size: 22vw;
        line-height: .88;
        margin-bottom: 16px
    }

    .ss-hero-tagline {
        font-size: 14px;
        margin-bottom: 28px;
        max-width: 100%
    }

    .ss-hero-corner {
        top: 20px;
        right: 20px
    }

    .ss-hero-ctas {
        flex-wrap: wrap;
        gap: 12px
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

:root {
    --bg: #EFEEEA;
    --white: #FFFFFF;
    --dark: #0A0908;
    --text: #1A1916;
    --mid: #4A4642;
    --gray: #928D86;
    --border: #DEDAD3;
    --accent: #0050FF;
    --red: #E02B1B;
    --ease: cubic-bezier(.25, .46, .45, .94);
}

html {
    scroll-behavior: smooth
}

body {
    font-family: 'DM Sans', sans-serif;
    background: var(--bg);
    color: var(--text);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    /* subtle noise texture on the page body */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
}

img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

a {
    text-decoration: none;
    color: inherit
}

button {
    font-family: inherit;
    cursor: pointer;
    border: none;
    background: none
}

/* ── ANNOUNCE ── */
.ann {
    background: var(--dark);
    padding: 10px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    font-size: 11px;
    font-weight: 500;
    color: rgba(255, 255, 255, .38);
    letter-spacing: .05em;
    text-transform: uppercase;
    position: relative;
    z-index: 9999;
}

.ann strong {
    color: rgba(255, 255, 255, .82);
    font-weight: 600
}

.ann-sep {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .18);
    flex-shrink: 0
}

/* ── HEADER ── */
.hdr {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: rgba(10, 9, 8, .97);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-bottom: 1px solid rgba(255, 255, 255, .13);
    transition: box-shadow .3s;
}

.hdr.shadow {
    box-shadow: 0 2px 24px rgba(0, 0, 0, .5)
}

.hdr-in {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 48px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.logo-link {
    display: flex;
    align-items: center;
    flex-shrink: 0
}

.logo-svg {
    height: 66px;
    width: auto;
    display: block;
    fill: #fff;
}

.nav {
    display: flex;
    gap: 28px;
    align-items: center
}

.nav a {
    font-size: 11.5px;
    font-weight: 500;
    color: rgba(255, 255, 255, .8);
    letter-spacing: .05em;
    text-transform: uppercase;
    position: relative;
    white-space: nowrap;
    transition: color .2s;
}

.nav a:hover {
    color: rgba(255, 255, 255, .9)
}

.nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--accent);
    transition: width .22s var(--ease);
}

.nav a:hover::after {
    width: 100%
}

.nav .sale {
    color: #ff6b5a
}

.nav .sale::after {
    background: #ff6b5a
}

.hdr-icons {
    display: flex;
    gap: 2px;
    align-items: center
}
.ico.cart a {
    height: fit-content;
}
.ico {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: .9;
    transition: opacity .2s, background .2s;
    position: relative;
    cursor: pointer;
}

.ico:hover {
    opacity: 1;
    background: rgba(255, 255, 255, .09)
}

.ico svg {
    width: 25px;
    height: 25px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round
}

.badge {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--accent);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ════════════════════════════
   HERO
════════════════════════════ */
.hero {
    position: relative;
    height: 100vh;
    min-height: 740px;
    max-height: 1100px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/* Background — CSS editorial gradient (без внешних зависимостей) */
.hero-visual {
    position: absolute;
    inset: 0;
    z-index: 0;
    /* Многослойный градиент: тёплый почти-чёрный + синий радиальный отблеск + фотографическая тональность */
    background:
        radial-gradient(ellipse 75% 55% at 68% 30%, rgba(0, 80, 220, .26) 0%, transparent 65%),
        radial-gradient(ellipse 50% 70% at 15% 85%, rgba(8, 18, 40, .85) 0%, transparent 60%),
        radial-gradient(ellipse 65% 45% at 50% 0%, rgba(18, 26, 52, .55) 0%, transparent 55%),
        linear-gradient(168deg,
            #1a2235 0%,
            #141c2c 35%,
            #101828 65%,
            #0d1422 100%);
}

/* Тонкий синий акцент справа */
.hero-visual::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(115deg, transparent 58%, rgba(0, 80, 255, .09) 100%);
}

/* Виньетка снизу для читаемости текста */
.hero-visual::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(to top,
            rgba(10, 9, 8, .98) 0%,
            rgba(10, 9, 8, .75) 20%,
            rgba(10, 9, 8, .28) 55%,
            rgba(10, 9, 8, .08) 80%,
            transparent 100%);
}

/* Декоративная диагональная линия — editorial акцент */
.hero-deco-line {
    position: absolute;
    top: 0;
    right: 18%;
    width: 1px;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(to bottom,
            transparent 0%,
            rgba(255, 255, 255, .06) 25%,
            rgba(255, 255, 255, .06) 75%,
            transparent 100%);
}

/* Grain texture */
.hero-grain {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.78' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.4'/%3E%3C/svg%3E");
    opacity: .045;
    mix-blend-mode: overlay;
}

/* Vertical label left — скрыт до рендера hero, чтобы не торчал снаружи */
.hero-side {
    position: absolute;
    left: 48px;
    bottom: 50%;
    transform: translateY(50%) rotate(-90deg);
    transform-origin: center center;
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .16);
    white-space: nowrap;
    z-index: 2;
    visibility: hidden;
    /* станет visible через JS после загрузки */
}

/* Top-right collection tag */
.hero-corner {
    position: absolute;
    top: 36px;
    right: 48px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 14px;
}

.hero-corner-line {
    width: 36px;
    height: 1px;
    background: rgba(255, 255, 255, .2)
}

.hero-corner-txt {
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .3)
}

/* Scroll hint */
.scroll-hint {
    position: absolute;
    bottom: 40px;
    right: 48px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.scroll-line {
    width: 1px;
    height: 52px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .3), transparent);
    animation: scrollDrop 2.4s ease-in-out infinite;
}

@keyframes scrollDrop {

    0%,
    100% {
        opacity: .4;
        transform: scaleY(1)
    }

    50% {
        opacity: 1;
        transform: scaleY(.65)
    }
}

.scroll-txt {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .18em;
    color: rgba(255, 255, 255, .18);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-transform: uppercase;
}

/* Main hero content */
.hero-body {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 80px 72px;
}

/* Big display title */
.hero-display {
    font-family: 'Anton', sans-serif;
    font-size: clamp(88px, 15.5vw, 210px);
    line-height: .87;
    letter-spacing: -.01em;
    margin-bottom: 24px;
}

.hero-display .line-outline {
    display: block;
    -webkit-text-stroke: 1.5px rgba(255, 255, 255, .5);
    color: transparent;
}

.hero-display .line-filled {
    display: block;
    color: #fff;
}

/* Subtitle - what the brand is */
.hero-tagline {
    font-size: clamp(16px, 1.5vw, 20px);
    font-weight: 300;
    color: rgba(255, 255, 255, .6);
    letter-spacing: .02em;
    margin-bottom: 44px;
    max-width: 480px;
    line-height: 1.5;
    border-left: 2px solid var(--accent);
    padding-left: 16px;
}

/* Bottom row: meta left, stat right */
.hero-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
}

.hero-ctas {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0
}

/* Category quick-links */
.hero-cats {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px
}

.hero-cat-tag {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .05em;
    color: rgba(255, 255, 255, .4);
    border: 1px solid rgba(255, 255, 255, .14);
    padding: 6px 14px;
    transition: background .2s, color .2s, border-color .2s;
}

.hero-cat-tag:hover {
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .85);
    border-color: rgba(255, 255, 255, .3)
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    color: var(--dark);
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 16px 36px;
    transition: background .22s, color .22s, transform .22s;
}

.btn-primary:hover {
    background: var(--accent);
    color: #fff;
    transform: translateY(-2px)
}

.btn-primary svg {
    width: 13px;
    height: 13px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .2s
}

.btn-primary:hover svg {
    transform: translateX(4px)
}

.hero-sublink {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .03em;
    color: rgba(255, 255, 255, .33);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    padding-bottom: 2px;
    transition: color .2s, border-color .2s;
}

.hero-sublink:hover {
    color: rgba(255, 255, 255, .65);
    border-color: rgba(255, 255, 255, .4)
}

.hero-stat {
    text-align: right;
    flex-shrink: 0
}

.hero-stat-big {
    font-family: 'Anton', sans-serif;
    font-size: clamp(40px, 7vw, 88px);
    line-height: 1;
    -webkit-text-stroke: 1px rgba(255, 255, 255, .09);
    color: transparent;
    letter-spacing: .02em;
}

.hero-stat-sub {
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: .1em;
    color: rgba(255, 255, 255, .18);
    margin-top: 4px;
    text-transform: uppercase
}

/* ── TICKER ── */
.ticker {
    overflow: hidden;
    background: var(--accent);
    padding: 11px 0
}

.ticker-track {
    display: flex;
    white-space: nowrap;
    animation: tick 24s linear infinite
}

.ticker-track:hover {
    animation-play-state: paused
}

.t-item {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 0 14px;
    flex-shrink: 0;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .85);
}

.t-item::after {
    content: '◆';
    color: rgba(255, 255, 255, .35);
    font-size: 7px
}

@keyframes tick {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

/* ── COMMON ── */
.sw {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 48px
}

.sec-index {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--gray);
    margin-bottom: 12px;
}

.sec-index::after {
    content: '';
    width: 48px;
    height: 1px;
    background: var(--border)
}

.sec-title {
    font-size: clamp(34px, 4vw, 56px);
    font-weight: 700;
    letter-spacing: -.035em;
    color: var(--dark);
    line-height: .95;
}

.sec-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 44px;
}

.s-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--mid);
    border-bottom: 1px solid var(--border);
    padding-bottom: 3px;
    transition: color .2s, border-color .2s, gap .2s;
    white-space: nowrap;
}

.s-more:hover {
    color: var(--dark);
    border-color: var(--dark);
    gap: 14px
}

.s-more svg {
    width: 12px;
    height: 12px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round
}

/* ════════════════════════════
   CATEGORIES
════════════════════════════ */
.cats-sec {
    padding: 88px 0 0
}

.cats-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 10px;
}

.cat-card {
    position: relative;
    overflow: hidden;
    background: var(--dark);
    cursor: pointer;
}

.cat-card--main .cat-inner {
    min-height: 620px
}

.cat-card--small .cat-inner {
    aspect-ratio: 5/6
}

.cat-inner {
    position: relative;
    overflow: hidden;
    display: block;
    isolation: isolate;
}

/* Real photo fills card */
.cat-inner>img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    z-index: 0;
    filter: grayscale(15%) brightness(.85) contrast(1.05);
    transition: transform 1s var(--ease), filter .8s;
}

.cat-card:hover .cat-inner>img {
    transform: scale(1.06);
    filter: grayscale(0%) brightness(.75) contrast(1.05);
}

/* Scrim overlay */
.cat-inner::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to top,
            rgba(10, 9, 8, .9) 0%,
            rgba(10, 9, 8, .4) 45%,
            rgba(10, 9, 8, .15) 100%);
    transition: opacity .5s;
}

.cat-card:hover .cat-inner::after {
    opacity: .85
}

/* Accent colour bleed on hover */
.cat-inner::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    z-index: 4;
    background: var(--accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s var(--ease);
}

.cat-card:hover .cat-inner::before {
    transform: scaleX(1)
}

/* Number watermark */
.cat-num {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 2;
    font-family: 'Anton', sans-serif;
    font-size: 80px;
    line-height: 1;
    color: rgba(255, 255, 255, .05);
    letter-spacing: .01em;
    pointer-events: none;
}

.cat-card--small .cat-num {
    font-size: 52px
}

/* Bottom text over image */
.cat-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 28px 28px 26px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.cat-text {}

.cat-lbl {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .35);
    margin-bottom: 6px
}

.cat-name {
    font-family: 'Anton', sans-serif;
    font-size: 38px;
    line-height: 1;
    letter-spacing: .01em;
    color: #fff;
}

.cat-card--main .cat-name {
    font-size: 54px
}

.cat-count {
    font-size: 11px;
    color: rgba(255, 255, 255, .3);
    margin-top: 6px
}

.cat-btn {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, .22);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .25s, border-color .25s, transform .3s;
}

.cat-card:hover .cat-btn {
    background: var(--accent);
    border-color: var(--accent);
    transform: rotate(45deg)
}

.cat-btn svg {
    width: 18px;
    height: 18px;
    stroke: rgba(255, 255, 255, .55);
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke .25s
}

.cat-card:hover .cat-btn svg {
    stroke: #fff
}

/* ── EDITORIAL BAND ── */
.edito-band {
    background: var(--dark);
    padding: 56px 0;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
}

.edito-band::before {
    content: 'SS 26';
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Anton', sans-serif;
    font-size: 180px;
    line-height: 1;
    color: rgba(255, 255, 255, .025);
    letter-spacing: .02em;
    pointer-events: none;
}

.edito-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 48px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.edito-season {
    font-family: 'Anton', sans-serif;
    font-size: 13px;
    letter-spacing: .14em;
    color: var(--accent);
    flex-shrink: 0;
    text-transform: uppercase;
}

.edito-sep {
    width: 1px;
    height: 32px;
    background: rgba(255, 255, 255, .1);
    flex-shrink: 0
}

.edito-quote {
    font-size: clamp(16px, 1.6vw, 22px);
    font-weight: 300;
    font-style: italic;
    color: rgba(255, 255, 255, .5);
    letter-spacing: -.01em;
    line-height: 1.4;
}

.edito-quote em {
    font-style: normal;
    font-weight: 600;
    color: rgba(255, 255, 255, .75);
}

/* ════════════════════════════
   NEW ARRIVALS
════════════════════════════ */
.arrivals-sec {
    padding: 50px 0 100px
}

.arrivals-bg-txt {
    font-family: 'Anton', sans-serif;
    font-size: clamp(60px, 11vw, 148px);
    line-height: 1;
    -webkit-text-stroke: 1px var(--border);
    color: transparent;
    letter-spacing: -.01em;
    margin-bottom: -10px;
    overflow: hidden;
    white-space: nowrap;
    pointer-events: none;
    padding: 40px 48px 0;
}

.pgrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

.pc {
    cursor: pointer;
    transition: transform .35s var(--ease)
}

.pc:hover {
    transform: translateY(-5px)
}

.pthumb {
    position: relative;
    aspect-ratio: 2/3;
    overflow: hidden;
    background: #1A1816;
    margin-bottom: 14px;
}

/* Product image */
.pthumb>img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    filter: grayscale(12%) brightness(.95);
    transition: transform .7s var(--ease), filter .6s;
}

.pc:hover .pthumb>img {
    transform: scale(1.05);
    filter: grayscale(0%) brightness(.9);
}

/* Quick-add overlay on hover */
.pthumb-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(10, 9, 8, .65) 0%, transparent 50%);
    opacity: 0;
    transition: opacity .35s;
}

.pc:hover .pthumb-overlay {
    opacity: 1
}

.pbadge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 5px 11px;
}

.pbadge.new {
    background: var(--accent);
    color: #fff
}

.pbadge.sale {
    background: var(--red);
    color: #fff
}

.pbadge.hit {
    background: var(--dark);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .15)
}

.pwish {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    width: 34px;
    height: 34px;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(.8);
    transition: opacity .2s, transform .25s var(--ease);
}

.pthumb:hover .pwish {
    opacity: 1;
    transform: scale(1)
}

.pwish svg {
    width: 14px;
    height: 14px;
    stroke: var(--dark);
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

/* Sizes slide up */
.psizes {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background: rgba(10, 9, 8, .94);
    backdrop-filter: blur(8px);
    padding: 10px 12px;
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    transform: translateY(100%);
    transition: transform .32s var(--ease);
}

.pc:hover .psizes {
    transform: translateY(0)
}

.sz {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .02em;
    color: rgba(255, 255, 255, .42);
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .1);
    padding: 5px 10px;
    cursor: pointer;
    transition: background .15s, color .15s;
}

.sz:hover {
    background: #fff;
    color: var(--dark)
}

/* Product info below thumb */
.pmeta {
    font-size: 10.5px;
    color: var(--gray);
    margin-bottom: 5px;
    letter-spacing: .02em
}

.pname {
    font-size: 15px;
    font-weight: 600;
    color: var(--dark);
    line-height: 1.3;
    margin-bottom: 9px;
    letter-spacing: -.01em
}

.prow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px
}

.pprice {
    font-size: 16px;
    font-weight: 700;
    color: var(--dark);
    letter-spacing: -.02em
}

.pprice-old {
    font-size: 12px;
    color: var(--gray);
    text-decoration: line-through;
    margin-left: 5px;
    font-weight: 400
}

.ppct {
    font-size: 10px;
    font-weight: 700;
    color: var(--red);
    margin-left: 3px
}

.pstars {
    font-size: 11px;
    color: var(--gray);
    display: flex;
    align-items: center;
    gap: 3px;
    flex-shrink: 0
}

.pstars span {
    color: #D4940A;
    letter-spacing: -1px
}

.pswatches {
    display: flex;
    gap: 5px;
    margin-top: 9px
}

.psw {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    cursor: pointer;
    outline: 2px solid transparent;
    outline-offset: 2px;
    transition: outline-color .15s, transform .15s;
}

.psw:hover,
.psw.on {
    outline-color: var(--dark);
    transform: scale(1.15)
}

/* ════════════════════════════
   PROMO BLOCK
════════════════════════════ */
.promo-sec {
    position: relative;
    overflow: hidden;
    background: var(--dark);
}

.promo-bg-num {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Anton', sans-serif;
    font-size: 340px;
    line-height: 1;
    color: rgba(255, 255, 255, .022);
    letter-spacing: -.02em;
    pointer-events: none;
    white-space: nowrap;
}

.promo-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 88px 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 96px;
    align-items: center;
}

.promo-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.promo-tag-dot {
    width: 6px;
    height: 6px;
    background: var(--accent);
    flex-shrink: 0
}

.promo-tag-txt {
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .38)
}

.promo-big {
    font-family: 'Anton', sans-serif;
    font-size: clamp(64px, 10vw, 132px);
    line-height: .88;
    letter-spacing: -.01em;
    color: #fff;
    margin-bottom: 28px;
}

.promo-big .accent {
    color: var(--accent)
}

.promo-body {
    font-size: 15px;
    line-height: 1.7;
    font-weight: 300;
    color: rgba(255, 255, 255, .5);
    max-width: 340px;
    margin-bottom: 36px;
}

.btn-accent {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--accent);
    color: #fff;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 16px 36px;
    transition: background .22s, transform .22s;
}

.btn-accent:hover {
    background: #0040cc;
    transform: translateY(-2px)
}

.btn-accent svg {
    width: 13px;
    height: 13px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .2s
}

.btn-accent:hover svg {
    transform: translateX(4px)
}

/* Right col: feature list */
.promo-features {
    display: flex;
    flex-direction: column
}

.pfeat {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.pfeat:first-child {
    border-top: 1px solid rgba(255, 255, 255, .06)
}

.pfeat-num {
    font-family: 'Anton', sans-serif;
    font-size: 30px;
    line-height: 1;
    color: rgba(255, 255, 255, .2);
    flex-shrink: 0;
    width: 46px;
    letter-spacing: .02em;
}

.pfeat-text h4 {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, .78);
    margin-bottom: 4px;
    letter-spacing: -.01em
}

.pfeat-text p {
    font-size: 12.5px;
    color: rgba(255, 255, 255, .5);
    line-height: 1.5
}

/* ── BENEFITS ── */
.benefits-sec {
    padding: 72px 0;
    border-top: 1px solid var(--border)
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0
}

.benefit {
    padding: 0 40px;
    border-right: 1px solid var(--border)
}

.benefit:first-child {
    padding-left: 0
}

.benefit:last-child {
    border-right: none;
    padding-right: 0
}

.benefit-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px
}

.benefit-icon svg {
    width: 22px;
    height: 22px;
    stroke: var(--accent);
    fill: none;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round
}

.benefit h4 {
    font-size: 14px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 6px;
    letter-spacing: -.01em
}

.benefit p {
    font-size: 12.5px;
    color: var(--gray);
    line-height: 1.65
}

/* ── FOOTER ── */
.footer {
    background: var(--dark)
}

.footer-top {
    max-width: 1440px;
    margin: 0 auto;
    padding: 72px 48px 56px;
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr 1fr;
    gap: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.f-logo-link {
    display: block;
    margin-bottom: 20px
}

.f-logo-svg {
    height: 88px;
    width: auto;
    display: block;
    fill: #fff;
    opacity: .88
}

.f-about {
    font-size: 13px;
    color: rgba(255, 255, 255, .28);
    line-height: 1.75;
    max-width: 220px;
    font-weight: 300
}

.f-social {
    display: flex;
    gap: 6px;
    margin-top: 24px
}

.fsoc {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s, border-color .2s;
}

.fsoc:hover {
    background: var(--accent);
    border-color: var(--accent)
}

.fsoc svg {
    width: 14px;
    height: 14px;
    fill: rgba(255, 255, 255, .45)
}

.f-col h5 {
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 20px
}

.f-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 11px
}

.f-col ul a {
    font-size: 16px;
    color: rgba(255, 255, 255, .7);
    transition: color .18s;
    font-weight: 300
}

.f-col ul a:hover {
    color: rgba(255, 255, 255, 0.411)
}

.footer-bot {
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.f-copy {
    font-size: 11.5px;
    color: rgba(255, 255, 255, .2)
}

.f-legal {
    display: flex;
    gap: 20px
}

.f-legal a {
    font-size: 11.5px;
    color: rgba(255, 255, 255, .2);
    transition: color .18s
}

.f-legal a:hover {
    color: rgba(255, 255, 255, .55)
}

.f-pays {
    display: flex;
    gap: 6px
}

.fpay {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 5px 10px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .28)
}

/* ════════════════════════════
   RESPONSIVE
════════════════════════════ */
@media(max-width:1100px) {
    .pgrid {
        grid-template-columns: repeat(3, 1fr)
    }

    .pgrid .pc:nth-child(4) {
        display: none
    }

    .cats-grid {
        grid-template-columns: 1fr 1fr
    }

    .cat-card--main .cat-inner {
        min-height: 480px
    }

    .promo-inner {
        grid-template-columns: 1fr;
        gap: 48px;
        padding: 72px 40px
    }

    .promo-bg-num {
        font-size: 180px
    }
}

@media(max-width:768px) {
    .hdr-in {
        padding: 0 20px
    }

    .nav {
        display: none
    }

    .hero-body {
        padding: 0 24px 48px
    }

    .hero-side {
        display: none
    }

    .scroll-hint {
        display: none
    }

    .hero-stat {
        display: none
    }

    .sw {
        padding: 0 20px
    }

    .arrivals-bg-txt {
        padding: 32px 20px 0;
        font-size: clamp(48px, 14vw, 80px)
    }

    .pgrid {
        grid-template-columns: 1fr 1fr;
        gap: 10px
    }

    .pgrid .pc:nth-child(4) {
        display: block
    }

    .cats-grid {
        grid-template-columns: 1fr;
        gap: 8px
    }

    .cat-card--main .cat-inner {
        min-height: 400px
    }

    .benefits-grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px
    }

    .benefit {
        border: none;
        padding: 0
    }

    .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
        padding: 48px 20px
    }

    .footer-bot {
        flex-direction: column;
        gap: 14px;
        text-align: center;
        padding: 18px 20px
    }

    .edito-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }

    .ann {
        /* display: none */
        text-align: center;
    }

    /* Hero — убираем пустое пространство сверху */
    .hero {
        justify-content: center;
        min-height: fit-content;
        height: 80vh;

    }

    .hero-display {
        font-size: 22vw;
        line-height: .88;
        margin-bottom: 16px
    }

    .hero-tagline {
        font-size: 14px;
        margin-bottom: 28px;
        max-width: 100%
    }

    .hero-corner {
        top: 20px;
        right: 20px
    }

    .hero-cta {
        flex-wrap: wrap;
        gap: 12px
    }
    .ico svg {
        width: 18px;
        height: 18px;
        stroke: currentColor;
        fill: none;
        stroke-width: 1.6;
        stroke-linecap: round;
        stroke-linejoin: round
    }
    .footer-top {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 390px) {
    .ann {
        font-size: 9px;
    }
}