:root{--paper:#efeee9;--white:#faf9f5;--ink:#1d2421;--red:#b5beb2;--acid:#dce1d9;--line:rgba(29,36,33,.2);--pad:clamp(20px,3.5vw,58px)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.45 "Manrope",Arial,sans-serif;-webkit-font-smoothing:antialiased}
body.locked,body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input{font:inherit;color:inherit}
button{cursor:pointer}
img{display:block;width:100%;height:100%;object-fit:cover}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.header{position:relative;z-index:50;height:82px;padding:0 var(--pad);display:grid;grid-template-columns:48px 1fr auto;grid-template-areas:"menu brand actions";align-items:center;border-bottom:1px solid var(--ink);background:var(--paper);text-transform:uppercase}
.brand{grid-area:brand;position:relative;z-index:2;justify-self:center;width:max-content;font-size:1.35rem;font-weight:700;letter-spacing:-.06em}
.brand sup{position:relative;top:-.5em;margin-left:3px;font-size:.42em;letter-spacing:0}
.header nav{position:fixed;z-index:1;inset:0 auto 0 0;width:min(430px,100%);padding:145px 42px 50px;display:flex;flex-direction:column;gap:5px;background:var(--paper);border-right:1px solid var(--ink);box-shadow:20px 0 50px rgba(29,36,33,.12);font-size:.68rem;font-weight:600;letter-spacing:.06em;transform:translateX(-105%);transition:transform .45s cubic-bezier(.76,0,.24,1)}
.header nav:before{content:"Навигация";position:absolute;left:42px;top:105px;color:#737b76;font-size:.58rem;letter-spacing:.14em}
.header nav a{padding:10px 0;font-size:clamp(1.55rem,2.7vw,2.35rem);font-weight:500;line-height:1.12;letter-spacing:-.035em;text-transform:none}
.menu-open .header nav{transform:none}
.header nav a,.header-actions button{position:relative}
.header nav a:after,.header-actions button:after{content:"";position:absolute;left:0;bottom:-5px;width:0;height:1px;background:currentColor;transition:width .25s}
.header nav a:hover:after,.header-actions button:hover:after{width:100%}
.header-actions{grid-area:actions;position:relative;z-index:2;justify-self:end;display:flex;gap:30px;align-items:center}
.header-actions button{padding:0;border:0;background:none;text-transform:uppercase;font-size:.68rem;font-weight:600;letter-spacing:.06em}
.cart-count{min-width:20px;height:20px;margin-left:5px;display:inline-grid;place-items:center;border-radius:50%;background:var(--ink);color:white;font-size:.6rem}
.menu-button{grid-area:menu;position:relative;z-index:2;width:40px;height:40px;padding:9px 4px;display:grid;align-content:center;gap:7px;border:0;background:transparent}
.menu-button i{display:block;width:28px;height:1px;background:var(--ink);transition:transform .3s}
.menu-open .menu-button i:first-child{transform:translateY(4px) rotate(45deg)}
.menu-open .menu-button i:last-child{transform:translateY(-4px) rotate(-45deg)}
.hero{position:relative;min-height:calc(100vh - 82px);display:grid;grid-template-columns:44% 56%;border-bottom:1px solid var(--ink);overflow:hidden}
.hero-title{position:relative;z-index:2;padding:clamp(60px,8vw,130px) var(--pad) 48px;display:flex;flex-direction:column;background:var(--red)}
.hero-title>p{margin:0;font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}
.hero h1{max-width:100%;margin:50px 0;font-size:clamp(4.2rem,6.2vw,7.4rem);font-weight:600;line-height:.84;letter-spacing:-.035em}
.hero-title>a{margin-top:auto;width:max-content;padding-bottom:5px;border-bottom:1px solid;font-size:.78rem;font-weight:600;text-transform:uppercase}
.hero-title>a span{margin-left:40px}
.hero-image{position:relative;min-height:670px;overflow:hidden}
.hero-image img{transition:transform 1.5s cubic-bezier(.2,.7,.2,1);animation:heroIn 1.3s both}
@keyframes heroIn{from{transform:scale(1.1)}to{transform:scale(1)}}
.hero-tag{position:absolute;right:0;bottom:0;width:min(330px,72%);padding:22px;display:grid;grid-template-columns:45px 1fr auto;gap:14px;background:var(--acid);font-size:.68rem;text-transform:uppercase}
.hero-tag b{font-weight:500}.hero-tag strong{font-weight:600;white-space:nowrap}
.ticker{overflow:hidden;border-bottom:1px solid var(--ink);background:var(--acid)}
.ticker>div{width:100%;padding:16px var(--pad);display:flex;align-items:center;justify-content:space-between;gap:35px}
.ticker span{font-size:1rem;font-weight:600;text-transform:uppercase}.ticker i{font-style:normal}
.section{padding:clamp(85px,10vw,150px) var(--pad)}
.catalog{background:var(--white)}
.catalog-head{margin-bottom:55px;display:flex;justify-content:space-between;align-items:end;gap:35px}
.catalog-head h2{margin:0;font-size:clamp(2.7rem,5vw,6.2rem);font-weight:500;line-height:.88;letter-spacing:-.07em}
.filters{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}
.filters button{padding:9px 13px;border:1px solid var(--ink);background:transparent;font-size:.64rem;text-transform:uppercase}
.filters button:hover,.filters button.is-active{background:var(--ink);color:white}
.product-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:45px 18px}
.product{grid-column:span 4;transition:opacity .35s,transform .35s}
.product.is-hidden{display:none}
.product:nth-child(1),.product:nth-child(5){grid-column:span 7}
.product:nth-child(2),.product:nth-child(6){grid-column:span 5}
.product-image{position:relative;width:100%;height:clamp(370px,43vw,680px);padding:0;overflow:hidden;border:0;background:#e7e4dc;text-align:left}
.product:nth-child(2) .product-image,.product:nth-child(6) .product-image{height:clamp(370px,35vw,570px)}
.product:nth-child(3) .product-image,.product:nth-child(4) .product-image{height:clamp(340px,31vw,510px)}
.product-image img{transition:transform .65s cubic-bezier(.2,.7,.2,1),filter .4s}
.product-image>span{position:absolute;right:14px;bottom:14px;padding:10px 13px;background:var(--acid);font-size:.64rem;font-weight:600;text-transform:uppercase;transform:translateY(8px);opacity:0;transition:.3s}
.product-image:hover img{transform:scale(1.025);filter:saturate(1.08)}
.product-image:hover>span{transform:none;opacity:1}
.product-info{padding-top:14px;display:grid;grid-template-columns:1fr auto;gap:2px 20px}
.product-info h3{margin:0;font-size:1.15rem;font-weight:600;letter-spacing:-.04em}
.product-info p{grid-column:1;margin:0;color:#777;font-size:.68rem}
.product-info strong{grid-column:2;grid-row:1/3;font-size:.75rem;font-weight:500}
.manifesto{min-height:760px;padding:clamp(85px,10vw,150px) var(--pad);display:grid;grid-template-columns:190px minmax(0,1fr);gap:clamp(30px,7vw,110px);border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);background:var(--paper)}
.manifesto-number{padding-top:8px;color:#737b76;font-size:.72rem;font-weight:600;line-height:1;letter-spacing:.1em}
.manifesto-copy{max-width:900px;padding:0}
.label{margin:0;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.09em}
.manifesto h2{margin:55px 0 42px;font-size:clamp(3rem,6.2vw,7rem);font-weight:500;line-height:.96;letter-spacing:-.065em}
.manifesto-copy>p:not(.label){max-width:560px;margin:0 0 50px;font-size:1.05rem}
.underlined{padding-bottom:5px;border-bottom:1px solid;font-size:.7rem;font-weight:600;text-transform:uppercase}
.editorial{position:relative;height:min(920px,85vw);min-height:620px;overflow:hidden}
.editorial:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.35),transparent 50%)}
.editorial-card{position:absolute;z-index:2;left:var(--pad);bottom:var(--pad);width:min(570px,calc(100% - 40px));padding:30px;background:var(--paper)}
.editorial-card>span{font-size:.62rem;text-transform:uppercase}
.editorial-card h2{margin:30px 0 60px;font-size:clamp(2rem,3.4vw,4.3rem);font-weight:500;line-height:.98;letter-spacing:-.06em}
.editorial-card a{font-size:.68rem;font-weight:600;text-transform:uppercase}
.advantages{display:grid;grid-template-columns:repeat(3,1fr);gap:0;background:var(--red)}
.advantages article{min-height:280px;padding:30px;border:1px solid var(--ink);border-right:0;display:flex;flex-direction:column}
.advantages article:last-child{border-right:1px solid var(--ink)}
.advantages span{font-size:.62rem}.advantages h3{margin:auto 0 12px;font-size:1.5rem;letter-spacing:-.04em}.advantages p{margin:0;max-width:320px;font-size:.78rem}
.subscribe{padding:clamp(90px,12vw,180px) var(--pad);background:var(--ink);color:white;text-align:center}
.subscribe h2{margin:45px auto 70px;font-size:clamp(3.6rem,8vw,9rem);font-weight:500;line-height:.86;letter-spacing:-.08em}
.subscribe form{max-width:820px;margin:auto;display:grid;grid-template-columns:1fr auto;border-bottom:1px solid white}
.subscribe input{width:100%;padding:20px 0;border:0;outline:0;background:transparent;color:white;font-size:1rem}.subscribe input::placeholder{color:#999}
.subscribe button{border:0;background:transparent;color:white;font-size:.7rem;text-transform:uppercase}
.subscribe-status{min-height:20px;margin:18px 0 0;color:var(--acid);font-size:.75rem}
.footer{padding:45px var(--pad);display:grid;grid-template-columns:1fr repeat(3,auto);gap:60px;align-items:end;border-top:1px solid var(--ink);font-size:.7rem}
.footer div{display:grid;gap:5px}.footer p{margin:0}.footer>p{color:#777}.footer>p a{text-decoration:underline}
.search-dialog{width:min(760px,calc(100% - 30px));padding:0;border:1px solid var(--ink);background:var(--paper);color:var(--ink)}
.search-dialog::backdrop{background:rgba(29,36,33,.55);backdrop-filter:blur(3px)}
.search-head{padding:24px 28px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--ink)}
.search-head h2{margin:0;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em}
.search-close{width:38px;height:38px;border:0;background:transparent;font-size:2rem;font-weight:300}
.search-dialog>label{display:block;padding:15px 28px;border-bottom:1px solid var(--ink)}
.search-dialog input{width:100%;padding:15px 0;border:0;outline:0;background:transparent;font-size:clamp(1.45rem,3vw,2.5rem);letter-spacing:-.04em}
.search-results{min-height:170px;padding:14px 28px 28px}
.search-results>p{color:#737b76;font-size:.8rem}
.search-result{width:100%;padding:16px 0;display:grid;grid-template-columns:1fr auto;gap:20px;border:0;border-bottom:1px solid var(--line);background:transparent;text-align:left}
.search-result b{font-size:1.05rem}.search-result span{font-size:.75rem}
.search-result:hover b{text-decoration:underline}
.product.search-focus{animation:focusProduct 1.4s ease}
@keyframes focusProduct{0%,100%{outline:0 solid transparent}35%{outline:5px solid var(--red);outline-offset:6px}}
.cart-overlay{position:fixed;z-index:90;inset:0;background:rgba(0,0,0,.45);backdrop-filter:blur(2px)}
.cart-overlay[hidden]{display:none}
.cart-drawer{position:fixed;z-index:100;top:0;right:0;width:min(520px,100%);height:100%;padding:28px;display:flex;flex-direction:column;background:var(--paper);transform:translateX(105%);transition:transform .45s cubic-bezier(.76,0,.24,1)}
.cart-drawer.is-open{transform:none}
.cart-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:24px;border-bottom:1px solid var(--ink)}
.cart-head h2{margin:0;font-size:1.4rem;text-transform:uppercase}.cart-close{width:38px;height:38px;border:0;background:transparent;font-size:2rem;font-weight:300}
.cart-items{flex:1;overflow:auto}.cart-empty{margin-top:45px;color:#777}
.cart-item{padding:18px 0;display:grid;grid-template-columns:74px 1fr auto;gap:15px;border-bottom:1px solid var(--line)}
.cart-item img{width:74px;height:84px}.cart-item div{display:flex;flex-direction:column}.cart-item b{font-size:.85rem}.cart-item span{margin-top:auto;font-size:.7rem}.cart-item button{align-self:start;border:0;background:none;font-size:1.1rem}
.cart-bottom{padding-top:24px;border-top:1px solid var(--ink)}.cart-bottom[hidden]{display:none}.cart-bottom>div{display:flex;justify-content:space-between;font-size:1.2rem}.cart-bottom>button{width:100%;margin:25px 0 12px;padding:18px;border:0;background:var(--red);font-weight:600;text-transform:uppercase}.cart-bottom small{color:#777}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s,transform .8s cubic-bezier(.2,.7,.2,1)}.reveal.is-visible{opacity:1;transform:none}
@media(max-width:900px){.header{grid-template-columns:42px 1fr auto}.header-actions .search-button{display:none}.hero{grid-template-columns:1fr}.hero-title{min-height:610px}.hero-image{min-height:720px}.product-grid{gap:35px 14px}.product,.product:nth-child(n){grid-column:span 6}.manifesto{grid-template-columns:120px 1fr}.footer{grid-template-columns:1fr 1fr}.footer>.brand{grid-column:1/-1}}
@media(max-width:600px){.header{height:70px;padding:0 16px}.header nav{padding:125px 24px 40px}.header nav:before{left:24px;top:92px}.header nav a{font-size:1.75rem}.header-actions{gap:0}.header .brand{font-size:1.1rem}.hero{min-height:0}.hero-title{min-height:520px}.hero h1{font-size:clamp(3.7rem,18vw,5.5rem);letter-spacing:-.03em}.hero-image{min-height:560px}.hero-tag{width:88%;grid-template-columns:30px 1fr}.ticker>div{gap:16px}.ticker span{font-size:.7rem}.catalog-head{align-items:flex-start;flex-direction:column}.filters{justify-content:flex-start}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px 10px}.product,.product:nth-child(n){grid-column:span 1}.product-image,.product:nth-child(n) .product-image{height:62vw;min-height:0}.product-image>span{display:none}.product-info{grid-template-columns:1fr}.product-info strong{grid-column:1;grid-row:auto;margin-top:8px}.manifesto{min-height:680px;grid-template-columns:1fr}.manifesto h2{margin-top:42px;font-size:clamp(2.8rem,14vw,4.8rem)}.editorial{height:760px}.editorial-card{left:20px;bottom:20px}.advantages{grid-template-columns:1fr}.advantages article{border-right:1px solid var(--ink);border-bottom:0}.advantages article:last-child{border-bottom:1px solid var(--ink)}.subscribe form{grid-template-columns:1fr}.subscribe button{padding:18px 0;text-align:left}.footer{grid-template-columns:1fr;gap:30px}.footer>.brand{grid-column:auto}.search-head,.search-dialog>label,.search-results{padding-left:18px;padding-right:18px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-image img,.reveal{animation:none;transition:none;opacity:1;transform:none}}
