@font-face{font-display:swap;font-family:Poiret One Local;font-style:normal;font-weight:400;src:url(../assets/fonts/poiretone-regular.ttf) format("truetype")}:root{--ink:#111;--ink-muted:rgba(17,17,17,.72);--border:rgba(17,17,17,.08);--muted-border:rgba(17,17,17,.12);--surface:#fff;--surface-alt:#f7f7f7}*{box-sizing:border-box}body{background:var(--surface);color:var(--ink);font-family:Poiret One Local,Segoe UI,Tahoma,Geneva,sans-serif;line-height:1.42;margin:0;min-height:100vh}[data-reveal]{will-change:opacity,transform}body.reveal-ready [data-reveal]{opacity:0;transform:translateY(36px);transition:opacity .65s ease,transform .65s ease}body.reveal-ready [data-reveal].is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){body.reveal-ready [data-reveal]{opacity:1;transform:none}}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.header-inner{align-items:center;display:flex;justify-content:center;margin:0 auto;max-width:1240px;padding:16px 24px}.header-logo img{height:32px;width:auto}.hero{align-items:flex-end;color:#fff;display:flex;justify-content:center;min-height:calc(100vh - 65px);overflow:hidden;position:relative}.hero-media{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 40%;object-position:center 40%;width:100%;z-index:0}.hero-media,.hero:after{inset:0;position:absolute}.hero:after{background:linear-gradient(180deg,#0003,#000000b3);content:"";z-index:1}.hero-inner{max-width:780px;padding:120px 24px 80px;position:relative;text-align:center;z-index:2}.hero-tagline{font-size:12px;letter-spacing:.4em;margin-bottom:50px;text-transform:uppercase}.hero-title{font-size:clamp(32px,6vw,54px);letter-spacing:.08em;margin:0 0 18px}.hero-title span{display:block}.hero-title-subline{font-size:clamp(26px,5vw,40px);letter-spacing:.04em;margin-top:8px}.hero-description{font-size:19px;line-height:1.5;margin:0 auto 28px}.section{margin:0 auto;max-width:1240px;padding:80px 24px}#catalog{scroll-margin-top:40px}.section-heading{margin-bottom:42px;text-align:center}.section-title{font-size:clamp(30px,4vw,42px);letter-spacing:.1em;margin:0 0 12px;text-transform:uppercase}.section-subtitle{color:var(--ink-muted);font-size:18px;margin:0 auto;max-width:680px}.catalog-grid{display:grid;gap:28px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.card{display:flex;flex-direction:column;gap:18px;text-align:center;transform:translateY(var(--parallax-shift,0));transition:transform .45s ease;will-change:transform}.card-image{aspect-ratio:3/4;background:var(--surface-alt);border-radius:24px;box-shadow:0 14px 35px #0000001f;overflow:hidden}.card img,.card-image{transition:transform .4s ease;width:100%}.card img{height:100%;-o-object-fit:cover;object-fit:cover}.card:focus-visible .card-image,.card:hover .card-image{transform:translateY(calc(var(--parallax-shift, 0px) - 6px))}.card:focus-visible img,.card:hover img{transform:scale(1.04)}.card-title{font-size:24px;letter-spacing:.08em;text-transform:uppercase}.button-row{display:flex;flex-wrap:wrap;gap:14px}.button,.button-row{justify-content:center}.button{align-items:center;border:1px solid var(--ink);border-radius:999px;display:inline-flex;font-size:18px;letter-spacing:.08em;padding:14px 32px;text-transform:uppercase;transition:background .22s ease,color .22s ease,transform .22s ease}.button--primary,.button:hover{background:var(--ink);color:#fff}.divider{background:var(--border);height:1px;width:100%}footer{text-align:center}.category-page,footer{padding:32px 24px 80px}.category-page{margin:0 auto;max-width:1240px}.page-top{margin-bottom:28px;text-align:center}.page-title{font-size:clamp(26px,4vw,36px);letter-spacing:.08em;margin:0;text-transform:uppercase}.product-grid{display:grid;gap:26px 22px;grid-template-columns:repeat(3,minmax(0,1fr))}.product-card{display:flex;flex-direction:column;gap:14px}.product-card[data-parallax]{transform:translateY(var(--parallax-shift,0));transition:transform .45s ease;will-change:transform}.product-image-btn{background:transparent;border:0;cursor:pointer;padding:0;text-align:left;width:100%}.product-image-wrap{aspect-ratio:3/4;background:var(--surface-alt);border-radius:22px;box-shadow:0 12px 30px #00000014;overflow:hidden}.product-image{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .35s ease;width:100%}.product-image-btn:focus-visible .product-image,.product-image-btn:hover .product-image{transform:scale(1.03)}.product-image-btn:focus-visible .product-image-wrap{box-shadow:0 0 0 3px #11111129,0 12px 30px #00000014}.product-info{display:flex;flex-direction:column;gap:8px;padding:0 4px}.product-title{font-size:18px}.product-sizes{color:var(--ink-muted);font-size:14px;letter-spacing:.06em}.product-bottom{align-items:center;display:flex;gap:10px;justify-content:space-between}.product-price{font-size:17px}.telegram-button{align-items:center;border:1px solid var(--muted-border);border-radius:999px;display:inline-flex;height:36px;justify-content:center;transition:background .22s ease,border-color .22s ease,transform .22s ease;width:36px}.telegram-button svg{fill:none;height:18px;stroke:var(--ink);transition:stroke .22s ease;width:18px}.telegram-button:hover{background:var(--ink);border-color:var(--ink);transform:translateY(-1px)}.telegram-button:hover svg{stroke:#fff}.bottom-actions{display:flex;flex-direction:column;gap:16px;margin-top:48px}.bottom-button{border:1px solid var(--ink);border-radius:999px;letter-spacing:.08em;padding:14px 32px;text-align:center;text-transform:uppercase;transition:background .22s ease,color .22s ease}.bottom-button:hover{background:var(--ink);color:#fff}.lightbox{align-items:center;background:#fff;display:none;inset:0;justify-content:center;overflow-y:auto;padding:24px;position:fixed;z-index:120}.lightbox.open{display:flex}.lightbox-inner{background:#fff;border-radius:24px;max-width:860px;overflow:hidden;position:relative;width:100%}.lightbox-media{align-items:center;background:#fff;display:flex;height:min(72vh,960px);justify-content:center;width:100%}.lightbox-image{height:100%;-o-object-fit:contain;object-fit:contain;opacity:1;transition:opacity .25s ease,transform .25s ease;width:100%}.lightbox-image.is-loading{opacity:.15;transform:scale(.99)}.lightbox-dots{display:flex;gap:10px;justify-content:center;margin:12px 0 10px}.lightbox-dot{background:transparent;border:1px solid rgba(17,17,17,.25);border-radius:50%;height:11px;padding:0;transition:background .2s ease,border-color .2s ease;width:11px}.lightbox-dot.active{background:var(--ink);border-color:var(--ink)}.lightbox-info{display:flex;flex-direction:column;gap:12px;padding:20px 24px 24px}.lightbox-title{font-size:clamp(26px,4vw,34px);letter-spacing:.04em;text-transform:uppercase}.lightbox-description{font-size:16px;line-height:1.45}.lightbox-delivery{color:var(--ink-muted);font-size:13px;letter-spacing:.04em;margin:8px 0 0}.lightbox-bottom{align-items:center;display:flex;gap:16px;justify-content:space-between}.lightbox-price{font-size:18px;letter-spacing:.04em}.lightbox-telegram{align-items:center;border:1px solid var(--muted-border);border-radius:999px;display:inline-flex;font-size:14px;justify-content:center;letter-spacing:.12em;min-width:160px;padding:12px 30px;text-transform:uppercase;transition:background .22s ease,border-color .22s ease,color .22s ease,transform .22s ease}.lightbox-telegram:hover{background:var(--ink);border-color:var(--ink);color:#fff;transform:translateY(-1px)}.lightbox-close{background:#fff;border:1px solid var(--border);border-radius:999px;color:#000;cursor:pointer;font-size:26px;height:40px;position:absolute;right:16px;top:16px;width:40px}@media(max-width:980px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-inner{padding:100px 18px 70px}}@media(max-width:640px){.header-inner{padding:16px 18px}.hero-media{-o-object-position:center 65%;object-position:center 65%}.section{padding:56px 18px}.catalog-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.product-grid{gap:20px 14px;grid-template-columns:repeat(2,minmax(0,1fr))}.product-image-wrap{border-radius:16px}.product-title{font-size:16px}.product-price{font-size:14px}.telegram-button{height:28px;width:28px}.hero-description{font-size:17px}.button-row{flex-direction:column}.button{width:100%}.lightbox{align-items:flex-start;padding:0}.lightbox-inner{border-radius:0}.lightbox-media{height:60vh;min-height:420px}}@media(min-width:1200px){.hero{background-color:#000}.hero-media{-o-object-fit:contain;object-fit:contain;-o-object-position:center top;object-position:center top}}
