.catalog-page{padding-block:clamp(2rem,5vw,4rem)}.catalog-page__header{margin-bottom:clamp(2rem,4vw,3rem)}.catalog-page__header-inner{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.catalog-page__kicker{font-family:var(--font-sans);font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin:0 0 .9rem}.catalog-page__title{font-family:var(--font-serif);font-style:italic;font-weight:300;font-size:clamp(1.75rem,3.5vw,2.75rem);letter-spacing:0;color:var(--text);margin:0;position:relative;padding-bottom:1rem}.catalog-page__title:after{content:"";position:absolute;left:0;bottom:0;width:32px;height:1px;background:var(--accent)}.catalog-page__count{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;padding-bottom:1rem;white-space:nowrap}.catalog-page__count,.catalog-page__intro{font-family:var(--font-sans);color:var(--text-muted)}.catalog-page__intro{font-weight:300;font-size:.92rem;line-height:1.7;max-width:70ch;margin-top:1.25rem}.catalog-page__layout{display:grid;grid-template-columns:240px 1fr;grid-gap:2.5rem;gap:2.5rem;align-items:start}.catalog-page__grid{min-width:0}.catalog-page__empty{padding:4rem 0;text-align:center;color:var(--text-muted);font-size:.875rem;letter-spacing:.03em}@media (max-width:1023px){.catalog-page__layout{grid-template-columns:200px 1fr;gap:1.75rem}}@media (max-width:900px){.catalog-page__layout{grid-template-columns:1fr;gap:1.5rem}}.catalog-filters__sidebar{position:-webkit-sticky;position:sticky;top:80px;display:block}.catalog-filters__chips-row,.catalog-filters__mobile-bar,.catalog-filters__mobile-cats{display:none}.catalog-filters__body{display:flex;flex-direction:column;gap:1.75rem}.catalog-filters__section{display:flex;flex-direction:column;gap:.75rem}.catalog-filters__section-label{font-family:var(--font-sans);font-size:.6rem;letter-spacing:.03em;color:var(--text-muted)}.catalog-filters__section-chips{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:-.25rem}.catalog-filters__cats{display:flex;flex-direction:column;gap:0}.catalog-filters__cat-btn{text-align:left;padding:.45rem 0;font-family:var(--font-sans);font-size:.8rem;letter-spacing:.04em;color:var(--text-muted);transition:color .2s;background:none;border:none;cursor:pointer}.catalog-filters__cat-btn.active,.catalog-filters__cat-btn:hover{color:var(--text)}.catalog-filters__cat-btn.active{font-weight:500}.catalog-filters__cat-btn--novelty{color:var(--accent)}.catalog-filters__cat-btn--novelty:hover{color:var(--accent-hover)}.catalog-filters__cat-btn--novelty.active{color:var(--accent-hover);font-weight:600}.catalog-filters__sort{display:flex;flex-direction:column;gap:.1rem}.catalog-filters__sort-btn{text-align:left;padding:.35rem 0;font-family:var(--font-sans);font-size:.8rem;letter-spacing:.04em;color:var(--text-muted);background:none;border:none;cursor:pointer;transition:color .2s}.catalog-filters__sort-btn.active,.catalog-filters__sort-btn:hover{color:var(--text)}.catalog-filters__sort-btn.active{font-weight:500}.catalog-filters__colors{display:flex;flex-wrap:wrap;gap:.5rem}.catalog-filters__color-btn{width:24px;height:24px;border-radius:50%;border:2px solid transparent;outline:1px solid var(--border);cursor:pointer;transition:outline-color .2s,outline-offset .2s;padding:0}.catalog-filters__color-btn:hover{outline-color:var(--text-muted)}.catalog-filters__color-btn.active{outline-color:var(--text);outline-width:2px;outline-offset:2px}.catalog-filters__price-brackets{display:flex;flex-wrap:wrap;gap:.4rem}.catalog-filters__price-bracket{padding:.35rem .65rem;font-family:var(--font-sans);font-size:.7rem;letter-spacing:.02em;color:var(--text-muted);background:transparent;border:1px solid var(--border);cursor:pointer;white-space:nowrap;transition:border-color .2s,color .2s,background .2s}.catalog-filters__price-bracket:hover{border-color:var(--text-muted);color:var(--text)}.catalog-filters__price-bracket.active{background:var(--text);color:var(--bg);border-color:var(--text)}.catalog-filters__reset{font-family:var(--font-sans);font-size:.7rem;letter-spacing:.03em;color:var(--text-muted);background:none;border:none;cursor:pointer;text-align:left;padding:0;transition:color .2s;text-decoration:underline;text-underline-offset:3px}.catalog-filters__reset:hover{color:var(--text)}.catalog-filters__chip{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .6rem;font-family:var(--font-sans);font-size:.65rem;letter-spacing:.03em;color:var(--text);border:1px solid var(--border);white-space:nowrap}.catalog-filters__chip-dismiss{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;font-size:.8rem;line-height:1;color:var(--text-muted);background:none;border:none;cursor:pointer;padding:0;transition:color .15s}.catalog-filters__chip-dismiss:hover{color:var(--text)}.catalog-filters__drawer{position:fixed;inset:0;z-index:200;pointer-events:none;visibility:hidden;transition:visibility 0s linear .35s}.catalog-filters__drawer.open{pointer-events:auto;visibility:visible;transition:visibility 0s linear 0s}.catalog-filters__drawer-overlay{position:absolute;inset:0;background:rgba(26,26,26,.4);opacity:0;transition:opacity .3s ease}.catalog-filters__drawer.open .catalog-filters__drawer-overlay{opacity:1}.catalog-filters__drawer-panel{position:absolute;bottom:0;left:0;right:0;max-height:85vh;background:var(--bg);overflow-y:auto;padding:0 clamp(1rem,5vw,2rem) 2.5rem;transform:translateY(100%);transition:transform .35s cubic-bezier(.32,.72,0,1)}.catalog-filters__drawer.open .catalog-filters__drawer-panel{transform:translateY(0)}.catalog-filters__drawer-handle{width:36px;height:4px;background:var(--border);border-radius:2px;margin:12px auto 4px;flex-shrink:0}.catalog-filters__drawer-head{display:flex;align-items:center;justify-content:space-between;padding-block:1.25rem;border-bottom:1px solid var(--border);margin-bottom:1.5rem}.catalog-filters__drawer-title{font-family:var(--font-sans);font-size:.7rem;letter-spacing:.03em}.catalog-filters__drawer-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:none;border:none;cursor:pointer;color:var(--text);padding:0}.catalog-filters__mobile-cats-inner{display:flex;flex-wrap:wrap;gap:.4rem}.catalog-filters__mobile-cat-pill{padding:.35rem .85rem;font-family:var(--font-sans);font-size:.7rem;letter-spacing:.04em;color:var(--text-muted);background:transparent;border:1px solid var(--border);border-radius:100px;cursor:pointer;white-space:nowrap;transition:background .2s,color .2s,border-color .2s}.catalog-filters__mobile-cat-pill.active{background:var(--text);color:var(--bg);border-color:var(--text)}.catalog-filters__mobile-cat-pill:hover:not(.active){border-color:var(--text-muted);color:var(--text)}@media (max-width:900px){.catalog-filters__sidebar{display:none}.catalog-filters__mobile-cats{display:block;margin-bottom:.75rem}.catalog-filters__mobile-bar{display:flex;margin-bottom:.75rem}.catalog-filters__chips-row{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}.catalog-filters__toggle-btn{font-size:.7rem;padding:.6rem 1.2rem}}.product-card--out-of-stock .product-card__img-front,.product-card--out-of-stock .product-card__placeholder{opacity:.65}.product-card__badge-tag--oos{background:hsla(40,23%,97%,.9);color:var(--text-muted)}.product-page{padding-block:clamp(1.5rem,4vw,3rem);background:#faf9f7}.product-page__breadcrumb{display:flex;align-items:center;gap:.5rem;font-family:var(--font-sans);font-size:.7rem;letter-spacing:.02em;color:var(--text-muted);margin-bottom:2rem}.product-page__breadcrumb a{transition:color .2s}.product-page__breadcrumb a:hover,.product-page__breadcrumb>span{color:var(--accent)}.product-page__layout{display:grid;grid-template-columns:55fr 45fr;grid-gap:clamp(2rem,5vw,4rem);gap:clamp(2rem,5vw,4rem);align-items:start}.product-page__details{position:-webkit-sticky;position:sticky;top:80px;display:flex;flex-direction:column}.product-page__category{font-family:var(--font-sans);font-size:.65rem;letter-spacing:.03em;color:var(--text-muted);margin-bottom:.75rem}.product-page__name{font-family:var(--font-serif);font-weight:300;font-size:clamp(1.5rem,3vw,2.5rem);letter-spacing:.02em;line-height:1.2;margin-bottom:0}.product-page__divider{height:1px;background:var(--border);margin-block:1.5rem}.product-page__section{-webkit-padding-before:clamp(3rem,6vw,5rem);padding-block-start:clamp(3rem,6vw,5rem)}.section-heading{font-family:var(--font-serif);font-weight:300;font-size:clamp(1.25rem,2.5vw,2rem);letter-spacing:.03em;margin-bottom:2rem}@media (max-width:768px){.product-page__layout{grid-template-columns:1fr}.product-page__details{position:static}}.product-gallery{display:flex;flex-direction:column;gap:.75rem;min-width:0}.product-gallery__main{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--border)}.product-gallery__slide{position:absolute;inset:0;opacity:0;transform:scale(1.025);transition:opacity .28s ease-out,transform .7s cubic-bezier(.22,1,.36,1);pointer-events:none}.product-gallery__slide.active{opacity:1;transform:scale(1);pointer-events:auto}.product-gallery__main-img{object-fit:cover}.gallery-viewer{position:fixed;inset:0;z-index:9999;background:hsla(36,23%,91%,.97);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;animation:viewerFadeIn .24s cubic-bezier(.4,0,.2,1)}@keyframes viewerFadeIn{0%{opacity:0}to{opacity:1}}.gallery-viewer__stage{position:relative;width:92vw;height:92vh;display:flex;align-items:center;justify-content:center;pointer-events:none}.gallery-viewer__img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .28s cubic-bezier(.4,0,.2,1);-moz-user-select:none;user-select:none;-webkit-user-select:none;touch-action:none;pointer-events:auto}.gallery-viewer__img--dragging{transition:none}.gallery-viewer__video{width:100%;height:100%;max-width:100%;max-height:100%;border:none;pointer-events:auto;background:var(--bg-dark,#2c2c2c)}.gallery-viewer__arrow{position:absolute;background:hsla(0,0%,100%,.78);border:1px solid var(--border);color:var(--text);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .16s ease,border-color .16s ease;z-index:1}.gallery-viewer__arrow:hover{background:hsla(0,0%,100%,.96);border-color:var(--text)}.gallery-viewer__arrow:active{background:var(--bg)}.gallery-viewer__close{position:absolute;top:24px;right:24px;display:inline-flex;align-items:center;justify-content:center;gap:10px;height:44px;padding:0 20px;background:#fff;border:1px solid var(--text);color:var(--text);cursor:pointer;border-radius:0;z-index:1;transition:background .18s ease,color .18s ease}.gallery-viewer__close:hover{background:var(--text);color:#fff}.gallery-viewer__close-label{font-family:var(--font-jost),sans-serif;font-size:13px;letter-spacing:.16em;text-transform:uppercase;line-height:1;font-weight:500}.gallery-viewer__arrow{top:50%;transform:translateY(-50%);width:56px;height:56px;border-radius:0}.gallery-viewer__arrow--prev{left:24px}.gallery-viewer__arrow--next{right:24px}.gallery-viewer__zoom-control{position:absolute;right:24px;top:50%;transform:translateY(-50%);margin-right:70px;display:flex;flex-direction:column;align-items:center;gap:12px;z-index:1}.gallery-viewer__zoom-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.78);border:1px solid var(--border);color:var(--text);font-family:var(--font-jost),sans-serif;font-size:18px;line-height:1;cursor:pointer;transition:background .16s ease,border-color .16s ease}.gallery-viewer__zoom-btn:hover:not(:disabled){background:hsla(0,0%,100%,.96);border-color:var(--text)}.gallery-viewer__zoom-btn:active:not(:disabled){background:var(--bg)}.gallery-viewer__zoom-btn:disabled{opacity:.4;cursor:not-allowed}.gallery-viewer__zoom-slider{-webkit-appearance:slider-vertical;writing-mode:vertical-lr;direction:rtl;width:4px;height:140px;accent-color:var(--accent);cursor:pointer;background:transparent}@media (hover:none),(pointer:coarse){.gallery-viewer__zoom-control{display:none}}@media (max-width:1024px) and (min-width:769px){.gallery-viewer__zoom-control{margin-right:60px;gap:8px}.gallery-viewer__zoom-btn{width:32px;height:32px}.gallery-viewer__zoom-slider{height:110px}}.gallery-viewer__counter{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);font-family:var(--font-jost),sans-serif;font-size:13px;letter-spacing:.14em;color:var(--text-muted);text-transform:uppercase;background:hsla(0,0%,100%,.78);border:1px solid var(--border);padding:6px 14px;pointer-events:none}@media (max-width:768px){.gallery-viewer__close{top:12px;right:12px;height:40px;padding:0 16px;gap:8px}.gallery-viewer__close-label{font-size:12px;letter-spacing:.14em}.gallery-viewer__arrow{width:44px;height:44px}.gallery-viewer__arrow--prev{left:8px}.gallery-viewer__arrow--next{right:8px}.gallery-viewer__counter{bottom:12px;font-size:12px}.gallery-viewer__stage{width:100vw;height:100vh}}.product-gallery__slide--clickable,.product-gallery__slide--zoomable{cursor:zoom-in}.product-gallery__expand{position:absolute;bottom:12px;right:12px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;gap:8px;background:hsla(0,0%,100%,.85);color:var(--text);border:1px solid var(--border);cursor:pointer;z-index:3;transition:background .16s ease,border-color .16s ease}.product-gallery__expand:hover{background:#fff;border-color:var(--text)}.product-gallery__expand:active{background:var(--bg)}.product-gallery__expand-label{display:none;font-family:var(--font-jost),sans-serif;font-size:12px;letter-spacing:.14em;text-transform:uppercase;line-height:1}@media (max-width:768px){.product-gallery__expand{width:auto;height:44px;padding:0 16px;bottom:48px;right:10px}.product-gallery__expand-label{display:inline}}.product-gallery__zoom{position:absolute;inset:0;z-index:2;pointer-events:none;background-repeat:no-repeat;opacity:0;transition:opacity .22s cubic-bezier(.4,0,.2,1)}.product-gallery__zoom--active{opacity:1}@media (hover:none){.product-gallery__zoom{display:none}.product-gallery__slide--zoomable{cursor:default}}.product-gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:hsla(40,23%,97%,.88);border:none;cursor:pointer;color:var(--text);opacity:0;transition:opacity .2s,background .15s;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.product-gallery__main:hover .product-gallery__arrow{opacity:1}.product-gallery__arrow:hover{background:hsla(40,23%,97%,.98)}.product-gallery__arrow--prev{left:10px}.product-gallery__arrow--next{right:10px}.product-gallery__counter{position:absolute;top:12px;right:12px;z-index:3;font-family:var(--font-sans);font-size:.65rem;letter-spacing:.03em;color:hsla(0,0%,100%,.9);background:rgba(0,0,0,.28);padding:3px 8px;pointer-events:none;opacity:0;transition:opacity .2s;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.product-gallery__main:hover .product-gallery__counter{opacity:1}.product-gallery__dots{display:none;position:absolute;bottom:14px;left:50%;transform:translateX(-50%);gap:5px;z-index:3}.product-gallery__dot{width:5px;height:5px;border-radius:50%;background:hsla(0,0%,100%,.45);border:none;padding:0;cursor:pointer;transition:background .25s,transform .25s;flex-shrink:0}.product-gallery__dot.active{background:hsla(0,0%,100%,.95);transform:scale(1.35)}.product-gallery__thumbs{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumb{position:relative;width:68px;height:90px;overflow:hidden;background:var(--border);border:1px solid transparent;cursor:pointer;padding:0;flex-shrink:0;transition:border-color .2s,opacity .2s;opacity:.65}.product-gallery__thumb img{object-fit:cover}.product-gallery__thumb:hover{opacity:.85;border-color:var(--text-muted)}.product-gallery__thumb.active{border-color:var(--text);opacity:1}@media (max-width:768px){.product-gallery__arrow{opacity:1;width:36px;height:36px;background:hsla(40,23%,97%,.75)}.product-gallery__dots{display:flex}.product-gallery__counter,.product-gallery__thumbs{display:none}}.variant-selector{display:flex;flex-direction:column}.variant-selector__price{font-family:var(--font-sans);font-weight:500;font-size:1.1rem;color:var(--text);margin-bottom:.25rem}.variant-selector__preorder-date{font-size:.8rem;color:var(--text-muted);letter-spacing:.04em}.variant-selector__section{margin-bottom:1.25rem}.variant-selector__label{font-family:var(--font-sans);font-size:.65rem;letter-spacing:.03em;color:var(--text-muted);margin-bottom:.6rem}.variant-selector__colors{display:flex;flex-wrap:wrap;gap:.6rem}.variant-selector__color-btn{width:28px;height:28px;border-radius:50%;border:2px solid transparent;outline:1px solid var(--border);cursor:pointer;padding:0;transition:outline-color .2s,outline-offset .2s}.variant-selector__color-btn:hover{outline-color:var(--text-muted)}.variant-selector__color-btn.active{outline-color:var(--text);outline-width:2px;outline-offset:3px}.variant-selector__sizes{display:flex;flex-wrap:wrap;gap:.4rem}.variant-selector__size-btn{min-width:48px;height:42px;padding-inline:.75rem;font-family:var(--font-sans);font-size:.75rem;letter-spacing:.03em;color:var(--text);background:transparent;border:1px solid var(--border);cursor:pointer;transition:border-color .2s,background .2s,color .2s}.variant-selector__size-btn:hover:not(.unavailable){border-color:var(--text)}.variant-selector__size-btn.active{background:var(--text);color:var(--bg);border-color:var(--text)}.variant-selector__size-btn.unavailable{text-decoration:line-through;color:var(--text-muted);opacity:.5;cursor:not-allowed;border-color:var(--border)}.variant-selector__height-btn{border:1px solid var(--border);background:none;cursor:pointer;padding:14px 22px;display:flex;flex-direction:column;align-items:center;gap:3px;min-width:44px;min-height:44px;font-family:var(--font-sans);font-size:.85rem;font-weight:500;letter-spacing:.04em;color:var(--text);transition:border-color .2s,background .2s,color .2s}.variant-selector__height-btn:hover{border-color:var(--text)}.variant-selector__height-btn.active{border-color:var(--text);background:var(--text);color:var(--bg)}.variant-selector__height-range{font-size:.68rem;letter-spacing:.02em;opacity:.7;font-weight:400}.variant-selector__size-guide{display:inline-block;background:none;border:none;cursor:pointer;font-family:var(--font-sans);font-size:.78rem;color:var(--text-muted);padding:8px 0;margin-top:4px;text-decoration:underline;text-underline-offset:3px;transition:color .15s}.variant-selector__size-guide:hover{color:var(--text)}.variant-selector__stock-hint{font-family:var(--font-sans);font-size:.7rem;letter-spacing:.03em;color:var(--accent);margin-bottom:.75rem}.variant-selector__cta-wrap{margin-top:.5rem}.variant-selector__cta{width:100%}@media (max-width:768px){.variant-selector__cta-wrap{position:fixed;bottom:0;left:0;right:0;margin-top:0;padding:12px 16px max(12px,env(safe-area-inset-bottom));background:var(--bg);border-top:1px solid var(--border);box-shadow:0 -4px 16px rgba(0,0,0,.04);z-index:50}.product-page__details{padding-bottom:88px}}.product-accordion{border-top:1px solid var(--border)}.product-accordion:last-of-type{border-bottom:1px solid var(--border)}.product-accordion__trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding-block:1rem;font-family:var(--font-sans);font-size:.75rem;letter-spacing:.03em;color:var(--text);cursor:pointer;list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.product-accordion__trigger::-webkit-details-marker{display:none}.product-accordion__trigger:after{content:"+";font-size:1rem;font-weight:300;transition:transform .2s}details[open] .product-accordion__trigger{color:var(--accent)}details[open] .product-accordion__trigger:after{transform:rotate(45deg)}.product-accordion__body{padding-bottom:1.25rem;font-size:.875rem;line-height:1.8;color:var(--text-muted)}.preorder-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.preorder-modal__overlay{position:absolute;inset:0;background:rgba(26,26,26,.5)}.preorder-modal__panel{position:relative;background:var(--bg);width:100%;max-width:480px;max-height:90vh;overflow-y:auto;padding:2.5rem clamp(1.5rem,5vw,2.5rem)}.preorder-modal__close{position:absolute;top:1.25rem;right:1.25rem;display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:none;border:none;cursor:pointer;color:var(--text-muted);padding:0;transition:color .2s}.preorder-modal__close:hover{color:var(--text)}.preorder-modal__title{font-family:var(--font-serif);font-weight:300;font-size:1.5rem;letter-spacing:.02em;margin-bottom:.25rem}.preorder-modal__product{font-size:.8rem;color:var(--text-muted);letter-spacing:.04em;margin-bottom:1.75rem}.preorder-modal__form{display:flex;flex-direction:column;gap:1rem}.preorder-modal__field{display:flex;flex-direction:column;gap:.4rem}.preorder-modal__field span{font-family:var(--font-sans);font-size:.65rem;letter-spacing:.03em;color:var(--text-muted)}.preorder-modal__field input,.preorder-modal__field textarea{font-family:var(--font-sans);font-size:.875rem;color:var(--text);background:transparent;border:none;border-bottom:1px solid var(--border);padding:.5rem 0;outline:none;transition:border-color .2s;resize:none}.preorder-modal__field input:focus,.preorder-modal__field textarea:focus{border-color:var(--text)}.preorder-modal__error{font-size:.75rem;color:#c0392b}.preorder-modal__success{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem;padding-block:1.5rem}.preorder-modal__success-icon{font-size:2rem;color:var(--accent)}.preorder-modal__subtitle{font-size:.875rem;color:var(--text-muted);line-height:1.7}.preorder-modal__selection{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}.preorder-modal__chip{font-size:.7rem;letter-spacing:.04em;padding:4px 10px;background:#f4f0ec;color:var(--text);border:1px solid var(--border)}.preorder-modal__contacts{display:flex;flex-direction:column;gap:.6rem;margin-top:1.25rem}.preorder-modal__contact{display:flex;align-items:center;gap:.85rem;padding:.85rem 1rem;border:1px solid var(--border);background:var(--bg);color:var(--text);text-decoration:none;transition:border-color .15s ease,background .15s ease,transform .15s ease}.preorder-modal__contact:hover{border-color:var(--text);background:#fdf8f3;transform:translateY(-1px)}.preorder-modal__contact-icon{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff}.preorder-modal__contact--wa .preorder-modal__contact-icon{background:#25d366}.preorder-modal__contact--tg .preorder-modal__contact-icon{background:#229ed9}.preorder-modal__contact--ig .preorder-modal__contact-icon{background:linear-gradient(135deg,#f58529,#dd2a7b 50%,#8134af)}.preorder-modal__contact--max .preorder-modal__contact-icon{background:#1a1a1a}.preorder-modal__contact-text{display:flex;flex-direction:column;flex:1 1;min-width:0}.preorder-modal__contact-text strong{font-size:.9rem;font-weight:500;color:var(--text);letter-spacing:.01em}.preorder-modal__contact-text small{font-size:.7rem;color:var(--text-muted);letter-spacing:.02em;margin-top:2px}.preorder-modal__contact-arrow{font-size:1.1rem;color:var(--text-muted);transition:transform .15s ease,color .15s ease}.preorder-modal__contact:hover .preorder-modal__contact-arrow{transform:translateX(3px);color:var(--text)}.preorder-modal__contact-skeleton{height:64px;background:linear-gradient(90deg,#f0ede9 25%,#e8e4df 50%,#f0ede9 75%);background-size:200% 100%;animation:skeleton-shimmer 1.4s infinite}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.product-card__video-overlay{position:absolute;inset:0;z-index:1;overflow:hidden;opacity:0;pointer-events:none;transition:opacity .2s ease}.product-card__video-overlay--visible{opacity:1;pointer-events:auto}.product-card__video-poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.product-card__video-iframe{position:absolute;top:50%;left:50%;width:100%;height:133.34%;transform:translate(-50%,-50%);border:none;z-index:1;opacity:0;transition:opacity .35s ease}.product-card__video-iframe--loaded{opacity:1}.product-card__video-hint{position:absolute;bottom:8px;left:8px;font-size:12px;color:#fff;background:rgba(0,0,0,.45);border-radius:4px;padding:2px 6px;pointer-events:none;z-index:2}@media (hover:hover){.product-card__video-hint{display:none}}.product-gallery__video-cover{position:absolute;inset:0;overflow:hidden}.product-gallery__video-cover iframe{position:absolute;top:50%;left:50%;width:100%;height:133.34%;transform:translate(-50%,-50%);border:none;z-index:1}.product-gallery__video-touch-shield{position:absolute;inset:0;z-index:2;background:transparent}.product-gallery__video-poster{z-index:0}.product-gallery__thumb-video-img,.product-gallery__video-poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.product-gallery__thumb-play-icon{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:16px;color:#fff;background:rgba(0,0,0,.35)}.markdown-video-block{margin-block:2rem;max-width:400px}@media (max-width:768px){.markdown-video-block{max-width:100%}}.cart-page{padding-block:clamp(2rem,5vw,4rem)}.cart-page__title{font-family:var(--font-serif);font-weight:300;font-size:clamp(1.5rem,3vw,2.5rem);letter-spacing:.03em;margin-bottom:2.5rem}.cart-page__layout{display:grid;grid-template-columns:65fr 35fr;grid-gap:clamp(2rem,5vw,4rem);gap:clamp(2rem,5vw,4rem);align-items:start}@media (max-width:900px){.cart-page__layout{grid-template-columns:1fr}}.cart-loading{padding:4rem 0;text-align:center;color:var(--text-muted);font-size:.875rem;letter-spacing:.02em}.cart-empty{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:5rem 0;text-align:center}.cart-empty__text{font-family:var(--font-serif);font-weight:300;font-size:1.5rem;letter-spacing:.03em;color:var(--text-muted)}.cart-items-list{display:flex;flex-direction:column;gap:0}.cart-item{display:grid;grid-template-columns:80px 1fr;grid-gap:1.25rem;gap:1.25rem;padding-block:1.5rem;border-bottom:1px solid var(--border)}.cart-item:first-child{border-top:1px solid var(--border)}.cart-item__image{position:relative;aspect-ratio:3/4;width:80px;overflow:hidden;background:var(--border);flex-shrink:0}.cart-item__details{flex-direction:column;gap:.75rem;min-width:0}.cart-item__details,.cart-item__top{display:flex;justify-content:space-between}.cart-item__top{align-items:flex-start;gap:.5rem}.cart-item__name{font-family:var(--font-serif);font-weight:300;font-size:1rem;letter-spacing:.04em;line-height:1.3}.cart-item__meta{display:flex;gap:.4rem;margin-top:.25rem;font-size:.75rem;color:var(--text-muted);letter-spacing:.04em}.cart-item__sep{color:var(--border)}.cart-item__remove{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:none;border:none;cursor:pointer;color:var(--text-muted);padding:0;transition:color .2s}.cart-item__remove:hover{color:var(--text)}.cart-item__bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem}.cart-item__price{font-family:var(--font-sans);font-weight:500;font-size:.9rem;color:var(--text);white-space:nowrap}.qty-control{gap:0;border:1px solid var(--border)}.qty-control,.qty-control__btn{display:flex;align-items:center}.qty-control__btn{justify-content:center;width:32px;height:32px;background:none;border:none;cursor:pointer;font-size:1rem;color:var(--text);transition:background .15s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.qty-control__btn:hover:not(:disabled){background:var(--border)}.qty-control__btn:disabled{color:var(--text-muted);cursor:not-allowed}.qty-control__value{min-width:32px;text-align:center;font-family:var(--font-sans);font-size:.8rem;color:var(--text);padding-inline:.25rem}.cart-page__summary,.checkout-page__sidebar{position:-webkit-sticky;position:sticky;top:80px}.order-summary{border:1px solid var(--border);padding:clamp(1.25rem,3vw,2rem);display:flex;flex-direction:column;gap:0}.order-summary__title{font-family:var(--font-sans);font-size:.65rem;letter-spacing:.03em;color:var(--text-muted);margin-bottom:1.25rem}.order-summary__rows{display:flex;flex-direction:column;gap:.6rem;margin-bottom:.75rem}.order-summary__line{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem}.order-summary__line-name{font-size:.8rem;color:var(--text-muted);letter-spacing:.02em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:60%}.order-summary__line-qty{color:var(--text-muted)}.order-summary__line-price{font-size:.8rem;color:var(--text);white-space:nowrap}.order-summary__divider{height:1px;background:var(--border);margin-block:.75rem}.order-summary__row{display:flex;justify-content:space-between;align-items:baseline;font-size:.8rem;color:var(--text-muted);gap:.5rem}.order-summary__shipping-note{font-size:.75rem;text-align:right}.order-summary__total{display:flex;justify-content:space-between;align-items:baseline;font-family:var(--font-sans);font-size:1rem;font-weight:500;color:var(--text);gap:.5rem;margin-top:.25rem}.order-summary__free-shipping{font-size:.75rem;color:var(--accent);letter-spacing:.02em;margin-top:.5rem}.order-summary__free-hint{font-size:.72rem;color:var(--text-muted);letter-spacing:.02em;margin-top:.5rem;line-height:1.5}.order-summary__cta{width:100%;margin-top:1.5rem}.checkout-page{padding-block:clamp(2rem,5vw,4rem)}.checkout-page__title{font-family:var(--font-serif);font-weight:300;font-size:clamp(1.5rem,3vw,2.5rem);letter-spacing:.03em;margin-bottom:2.5rem}.checkout-page__layout{display:grid;grid-template-columns:60fr 40fr;grid-gap:clamp(2rem,5vw,4rem);gap:clamp(2rem,5vw,4rem);align-items:start}@media (max-width:900px){.checkout-page__layout{grid-template-columns:1fr}.checkout-page__sidebar{order:-1;position:static}}.checkout-section{display:flex;flex-direction:column;gap:1rem;padding-bottom:2rem;margin-bottom:2rem;border-bottom:1px solid var(--border)}.checkout-section:last-of-type{border-bottom:none}.checkout-section__title{gap:.75rem;font-family:var(--font-sans);font-size:.65rem;letter-spacing:.03em;margin-bottom:.25rem}.checkout-section__num,.checkout-section__title{display:flex;align-items:center;color:var(--text-muted)}.checkout-section__num{justify-content:center;width:20px;height:20px;border:1px solid var(--border);font-size:.6rem;flex-shrink:0}.checkout-field{display:flex;flex-direction:column;gap:.4rem}.checkout-field__label{font-family:var(--font-sans);font-size:.62rem;letter-spacing:.03em;color:var(--text-muted)}.checkout-field__req{color:var(--accent)}.checkout-field__input{font-family:var(--font-sans);font-size:.875rem;color:var(--text);background:transparent;border:none;border-bottom:1px solid var(--border);padding:.5rem 0;outline:none;transition:border-color .2s;width:100%}.checkout-field__input:focus{border-color:var(--text)}.checkout-field--error .checkout-field__input{border-color:#c0392b}.checkout-field__error{font-size:.72rem;color:#c0392b;letter-spacing:.02em}.checkout-address-fields{display:flex;flex-direction:column;gap:1rem;padding-top:.25rem}.checkout-free-shipping,.checkout-payment-note,.checkout-pickup-note{font-size:.78rem;color:var(--text-muted);line-height:1.6;letter-spacing:.02em;padding:.75rem;background:hsla(33,16%,89%,.3)}.checkout-free-shipping{color:var(--accent);background:hsla(35,36%,64%,.08)}.shipping-options{display:flex;flex-direction:column;gap:.5rem}.shipping-option{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:.75rem;gap:.75rem;padding:.9rem 1rem;border:1px solid var(--border);cursor:pointer;background:transparent;text-align:left;transition:border-color .2s,background .2s}.shipping-option:hover{border-color:var(--text-muted)}.shipping-option.active{border-color:var(--text);background:rgba(26,26,26,.02)}.shipping-option__radio{width:14px;height:14px;border-radius:50%;border:1px solid var(--border);position:relative;flex-shrink:0;transition:border-color .2s}.shipping-option.active .shipping-option__radio{border-color:var(--text)}.shipping-option.active .shipping-option__radio:after{content:"";position:absolute;inset:3px;border-radius:50%;background:var(--text)}.shipping-option__body{display:flex;flex-direction:column;gap:.15rem}.shipping-option__label{font-family:var(--font-sans);font-size:.8rem;color:var(--text);letter-spacing:.02em}.shipping-option__sub{font-size:.7rem;color:var(--text-muted);letter-spacing:.02em}.shipping-option__price{font-family:var(--font-sans);font-size:.8rem;font-weight:500;color:var(--text);white-space:nowrap}.payment-options{display:flex;flex-direction:column;gap:.5rem}.payment-option{display:grid;grid-template-columns:auto 1fr;align-items:center;grid-gap:.75rem;gap:.75rem;padding:.9rem 1rem;border:1px solid var(--border);cursor:pointer;background:transparent;text-align:left;transition:border-color .2s,background .2s}.payment-option:hover{border-color:var(--text-muted)}.payment-option.active{border-color:var(--text);background:rgba(26,26,26,.02)}.payment-option__radio{width:14px;height:14px;border-radius:50%;border:1px solid var(--border);position:relative;flex-shrink:0;transition:border-color .2s}.payment-option.active .payment-option__radio{border-color:var(--text)}.payment-option.active .payment-option__radio:after{content:"";position:absolute;inset:3px;border-radius:50%;background:var(--text)}.payment-option__body{display:flex;flex-direction:column;gap:.15rem}.payment-option__label{font-family:var(--font-sans);font-size:.8rem;font-weight:500;color:var(--text)}.payment-option__desc{font-size:.7rem;color:var(--text-muted);letter-spacing:.02em}.checkout-submit{width:100%;margin-top:.5rem}.checkout-submit-hint{font-size:.7rem;color:var(--text-muted);line-height:1.6;margin-top:.75rem;letter-spacing:.02em}.checkout-api-error{font-size:.8rem;color:#c0392b;padding:.75rem 1rem;border:1px solid rgba(192,57,43,.3);margin-bottom:.5rem}.success-page{padding-block:clamp(3rem,7vw,6rem)}.success-page__inner{max-width:600px;margin-inline:auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:0}.success-page__icon{width:56px;height:56px;border:1px solid var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--accent);margin-bottom:1.5rem}.success-page__title{font-family:var(--font-serif);font-weight:300;font-size:clamp(1.75rem,4vw,3rem);letter-spacing:.03em;margin-bottom:.5rem}.success-page__order-num{font-family:var(--font-sans);font-size:.7rem;letter-spacing:.03em;color:var(--text-muted);margin-bottom:.75rem}.success-page__email{font-size:.875rem;color:var(--text-muted);margin-bottom:2rem}.success-kaspi-qr{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem;width:100%}.success-kaspi-qr__placeholder{width:180px;height:180px;border:1px solid var(--border);display:flex;align-items:center;justify-content:center}.success-kaspi-qr__icon{font-family:var(--font-sans);font-size:.7rem;letter-spacing:.03em;color:var(--text-muted)}.success-kaspi-qr__hint{font-size:.8rem;color:var(--text-muted);line-height:1.6;max-width:320px}.success-pickup{text-align:center;margin-bottom:2rem;padding:1.25rem 1.5rem;border:1px solid var(--border);width:100%}.success-pickup__title{font-family:var(--font-sans);font-size:.62rem;letter-spacing:.03em;color:var(--text-muted);margin-bottom:.4rem}.success-pickup__address{font-family:var(--font-serif);font-weight:300;font-size:1.1rem;letter-spacing:.04em;margin-bottom:.4rem}.success-pickup__note{font-size:.78rem;color:var(--text-muted)}.success-order{width:100%;border:1px solid var(--border);margin-bottom:2.5rem;text-align:left}.success-order__section{padding:1.25rem 1.5rem}.success-order__heading{font-family:var(--font-sans);font-size:.62rem;letter-spacing:.03em;color:var(--text-muted);margin-bottom:1rem}.success-order__items{display:flex;flex-direction:column;gap:.5rem}.success-item{display:grid;grid-template-columns:1fr auto auto;grid-gap:.75rem;gap:.75rem;align-items:baseline;font-size:.85rem}.success-item__name{color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.success-item__qty{color:var(--text-muted);font-size:.78rem;white-space:nowrap}.success-item__price{color:var(--text);white-space:nowrap;font-weight:500}.success-order__divider{height:1px;background:var(--border)}.success-order__meta{padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.6rem}.success-order__row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;font-size:.82rem}.success-order__row span:first-child{color:var(--text-muted)}.success-order__row span:last-child{color:var(--text);font-weight:500;text-align:right}.success-page__cta{min-width:200px}@media (max-width:500px){.cart-item__image{width:64px}}@media (max-width:768px){.qty-control__btn{width:40px;height:40px}}