*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#111;background:#fff;min-width:320px;min-height:100vh;font-family:Arial,Helvetica,sans-serif}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}:root{--color-background:#f7f7f5;--color-surface:#fff;--color-text:#111;--color-muted:#747474;--color-border:#e8e8e5;--color-brand:#d71920;--container:1240px}body{background:var(--color-background);color:var(--color-text)}button{cursor:pointer;background:0 0;border:0}.header{border-bottom:1px solid var(--color-border);background:#fffffff5;width:100%}.header__container{width:min(calc(100% - 32px), var(--container));justify-content:space-between;align-items:center;height:76px;margin:0 auto;display:flex}.header__brand{align-items:center;gap:9px;display:flex}.header__symbol{width:30px;height:30px;color:var(--color-brand);justify-content:center;align-items:center;font-size:27px;font-weight:700;line-height:1;display:flex}.header__brand div{flex-direction:column;display:flex}.header__brand strong{letter-spacing:-.5px;font-size:18px;font-weight:700}.header__brand div span{color:var(--color-muted);letter-spacing:.4px;margin-top:1px;font-size:10px}.header__actions{align-items:center;gap:4px;display:flex}.header__icon{width:40px;height:40px;color:var(--color-text);border-radius:50%;justify-content:center;align-items:center;display:flex}.header__icon:hover{background:#f1f1ef}.header__menu{display:none}@media (width<=700px){.header__container{height:68px}.header__menu{display:flex}.header__brand{position:absolute;left:50%;transform:translate(-50%)}.header__brand div span,.header__actions .header__icon:first-child{display:none}}.hero{background:#111;width:min(100% - 32px,1400px);height:min(720px,100vh - 108px);min-height:570px;margin:16px auto 0;position:relative;overflow:hidden}.hero__image,.hero__shade{position:absolute;inset:0}.hero__image img{object-fit:cover;width:100%;height:100%}.hero__shade{background:linear-gradient(90deg,#000000c2 0%,#00000070 38%,#00000014 72%)}.hero__content{z-index:2;color:#fff;max-width:570px;position:absolute;bottom:clamp(46px,9vh,100px);left:clamp(28px,6vw,88px)}.hero__eyebrow{color:#f5f5f5;letter-spacing:2.5px;margin-bottom:18px;font-size:11px;font-weight:700;display:inline-block}.hero h1{letter-spacing:-4px;font-size:clamp(52px,6.2vw,88px);font-weight:600;line-height:.92}.hero p{color:#ffffffc7;max-width:410px;margin-top:24px;font-size:16px;line-height:1.55}.hero__action{color:#fff;letter-spacing:.2px;border-bottom:1px solid #ffffffa6;align-items:center;gap:11px;margin-top:30px;padding:14px 0 10px;font-size:13px;font-weight:600;transition:gap .18s,border-color .18s;display:inline-flex}.hero__action:hover{border-color:#fff;gap:17px}.hero__instagram{z-index:2;color:#ffffffa6;letter-spacing:1.4px;writing-mode:vertical-rl;font-size:10px;font-weight:600;position:absolute;bottom:24px;right:28px;transform:rotate(180deg)}@media (width<=700px){.hero{width:100%;height:calc(100svh - 68px);min-height:610px;margin-top:0}.hero__image img{object-position:56% center}.hero__shade{background:linear-gradient(#0000000d 20%,#0000006b 53%,#000000d1 100%)}.hero__content{max-width:none;bottom:48px;left:24px;right:24px}.hero__eyebrow{margin-bottom:14px}.hero h1{letter-spacing:-3px;font-size:clamp(48px,14vw,64px)}.hero p{max-width:330px;margin-top:18px;font-size:14px}.hero__action{margin-top:24px}.hero__instagram{display:none}}.catalog{width:min(calc(100% - 32px), var(--container));margin:0 auto;padding:110px 0 120px}.catalog__header{justify-content:space-between;align-items:flex-end;gap:30px;display:flex}.catalog__eyebrow{color:var(--color-brand);letter-spacing:2.2px;margin-bottom:10px;font-size:10px;font-weight:700;display:block}.catalog__header h2{letter-spacing:-2.5px;font-size:clamp(36px,4vw,56px);font-weight:600;line-height:1}.catalog__count{color:var(--color-muted);padding-bottom:5px;font-size:12px}.catalog__tools{gap:10px;margin-top:42px;display:flex}.catalog__search{background:var(--color-surface);border-bottom:1px solid #d7d7d3;flex:1;align-items:center;gap:12px;height:52px;padding:0 18px;display:flex}.catalog__search input{width:100%;color:var(--color-text);background:0 0;border:0;outline:0;font-size:14px}.catalog__search input::placeholder{color:#969696}.catalog__filter-button{color:#fff;background:#111;justify-content:center;align-items:center;gap:9px;height:52px;padding:0 20px;font-size:12px;font-weight:600;display:flex}.catalog__categories{border-bottom:1px solid var(--color-border);scrollbar-width:none;align-items:center;gap:28px;margin-top:28px;display:flex;overflow-x:auto}.catalog__categories::-webkit-scrollbar{display:none}.catalog__category{color:#777;flex-shrink:0;padding:0 0 15px;font-size:13px;position:relative}.catalog__category:hover{color:#111}.catalog__category--active{color:#111;font-weight:600}.catalog__category--active:after{content:"";background:var(--color-brand);height:2px;position:absolute;bottom:-1px;left:0;right:0}.catalog__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:54px 18px;margin-top:42px;display:grid}.product-card{min-width:0}.product-card__image{aspect-ratio:4/5;background:#ececea;position:relative;overflow:hidden}.product-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .45s}.product-card:hover .product-card__image img{transform:scale(1.025)}.product-card__badge{color:#111;letter-spacing:1.3px;background:#fff;padding:7px 9px;font-size:9px;font-weight:700;position:absolute;top:14px;left:14px}.product-card__favorite{color:#111;background:#ffffffeb;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;display:flex;position:absolute;top:12px;right:12px}.product-card__content{padding-top:15px}.product-card__heading{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.product-card__brand{color:#777;letter-spacing:1px;text-transform:uppercase;font-size:10px;font-weight:600}.product-card h3{margin-top:5px;font-size:15px;font-weight:500;line-height:1.3}.product-card__arrow{color:#888;flex-shrink:0;margin-top:4px;transition:color .18s,transform .18s}.product-card:hover .product-card__arrow{color:var(--color-brand);transform:translate(2px,-2px)}.product-card__footer{justify-content:space-between;align-items:center;gap:15px;margin-top:13px;display:flex}.product-card__footer strong{font-size:14px;font-weight:600}.product-card__footer span{color:#8a8a8a;font-size:10px}@media (width<=900px){.catalog__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.catalog{width:min(calc(100% - 28px), var(--container));padding:72px 0 90px}.catalog__header{align-items:flex-end}.catalog__header h2{letter-spacing:-1.8px;font-size:36px}.catalog__count{font-size:10px}.catalog__tools{margin-top:30px}.catalog__search{height:48px}.catalog__filter-button{width:48px;height:48px;padding:0;font-size:0}.catalog__categories{gap:24px;margin-top:22px}.catalog__grid{gap:36px 10px;margin-top:30px}.product-card__image{aspect-ratio:3/4}.product-card__badge{padding:5px 7px;font-size:8px;top:9px;left:9px}.product-card__favorite{width:34px;height:34px;top:7px;right:7px}.product-card__content{padding-top:11px}.product-card__brand{font-size:8px}.product-card h3{font-size:13px}.product-card__arrow{display:none}.product-card__footer{margin-top:8px;display:block}.product-card__footer strong{font-size:12px}.product-card__footer span{display:none}}.catalog__clear-search{color:#777;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.catalog__clear-search:hover{color:#111}.catalog__empty{text-align:center;border-bottom:1px solid var(--color-border);padding:100px 20px}.catalog__empty>span{color:var(--color-brand);letter-spacing:2px;font-size:9px;font-weight:700}.catalog__empty h3{letter-spacing:-1.3px;margin-top:13px;font-size:clamp(25px,3vw,38px);font-weight:500}.catalog__empty p{color:var(--color-muted);margin-top:10px;font-size:13px}.catalog__empty button{color:#111;border-bottom:1px solid #111;margin-top:27px;padding-bottom:7px;font-size:12px;font-weight:600}.filter-overlay{z-index:90;background:#0000007a;width:100%;height:100%;position:fixed;inset:0}.filter-panel{z-index:100;background:#f9f9f7;flex-direction:column;width:min(460px,92vw);height:100dvh;padding:34px 34px 26px;display:flex;position:fixed;top:0;right:0;overflow-y:auto;box-shadow:-20px 0 50px #0000001f}.filter-panel__header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:flex-start;padding-bottom:28px;display:flex}.filter-panel__header span{color:var(--color-brand);letter-spacing:2px;font-size:9px;font-weight:700}.filter-panel__header h2{letter-spacing:-1.7px;margin-top:7px;font-size:34px;font-weight:600}.filter-panel__close{justify-content:center;align-items:center;width:42px;height:42px;display:flex}.filter-group{border-bottom:1px solid var(--color-border);padding:27px 0}.filter-group h3{margin-bottom:15px;font-size:12px;font-weight:600}.filter-options{flex-wrap:wrap;gap:8px;display:flex}.filter-option{color:#555;background:0 0;border:1px solid #d9d9d5;min-height:38px;padding:0 14px;font-size:11px;transition:all .15s}.filter-option:hover{color:#111;border-color:#999}.filter-option--active{color:#fff;background:#111;border-color:#111}.filter-option--active:hover{color:#fff;border-color:#111}.filter-options--sizes .filter-option{width:44px;padding:0}.filter-price-heading{justify-content:space-between;align-items:center;display:flex}.filter-price-heading h3{margin-bottom:0}.filter-price-heading strong{font-size:12px;font-weight:600}.filter-range{accent-color:#111;width:100%;margin-top:24px}.filter-panel__footer{align-items:center;gap:12px;margin-top:auto;padding-top:28px;display:flex}.filter-panel__clear{color:#555;border-bottom:1px solid #bbb;flex:1;height:48px;font-size:11px;font-weight:600}.filter-panel__apply{color:#fff;background:#111;flex:1.5;height:48px;font-size:11px;font-weight:600}.catalog__filter-count{background:var(--color-brand);color:#fff;border-radius:50%;justify-content:center;align-items:center;min-width:20px;height:20px;margin-left:2px;font-size:9px;font-weight:700;display:inline-flex}@media (width<=700px){.filter-panel{width:94vw;padding:26px 22px 20px}.filter-panel__header h2{font-size:30px}.filter-group{padding:23px 0}.filter-panel__footer{background:#f9f9f7;margin-left:-22px;margin-right:-22px;padding:18px 22px 20px;position:sticky;bottom:-20px}.catalog__filter-count{position:absolute;top:-5px;right:-5px}.catalog__filter-button{position:relative}}.catalog__share{justify-content:flex-end;align-items:center;gap:14px;margin-top:22px;display:flex}.catalog__share>span{color:var(--color-muted);font-size:11px}.catalog__share-button{color:#111;border-bottom:1px solid #111;align-items:center;gap:8px;padding:10px 0;font-size:11px;font-weight:600;transition:color .18s,border-color .18s;display:inline-flex}.catalog__share-button:hover,.catalog__share-button--success{color:var(--color-brand);border-color:var(--color-brand)}@media (width<=700px){.catalog__share{justify-content:space-between;margin-top:18px}.catalog__share>span{display:none}.catalog__share-button{margin-left:auto}}.product-card__image-link{width:100%;height:100%;display:block}.product-card__image-link img{object-fit:cover;width:100%;height:100%}.product-card__product-link{display:block}.product-page{width:min(calc(100% - 32px), var(--container));margin:0 auto;padding:34px 0 100px}.product-page__top{margin-bottom:28px}.product-page__back{color:#666;align-items:center;gap:8px;font-size:11px;font-weight:600;display:inline-flex}.product-page__back:hover{color:#111}.product-page__layout{grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);align-items:start;gap:clamp(50px,7vw,110px);display:grid}.product-page__visual{background:#ececea;min-height:650px;position:relative;overflow:hidden}.product-page__visual img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.product-page__badge{color:#111;letter-spacing:1.3px;background:#fff;padding:7px 10px;font-size:9px;font-weight:700;position:absolute;top:18px;left:18px}.product-page__info{padding-top:40px}.product-page__brand{color:var(--color-brand);letter-spacing:1.8px;text-transform:uppercase;font-size:10px;font-weight:700}.product-page__intro h1{letter-spacing:-2.5px;max-width:480px;margin-top:10px;font-size:clamp(38px,4vw,58px);font-weight:600;line-height:.98}.product-page__price{margin-top:24px;font-size:20px;font-weight:500;display:block}.product-page__section{border-top:1px solid var(--color-border);margin-top:38px;padding-top:22px}.product-page__label{color:#777;letter-spacing:.8px;text-transform:uppercase;margin-bottom:14px;font-size:10px;font-weight:600;display:block}.product-page__options{flex-wrap:wrap;gap:8px;display:flex}.product-page__option{border:1px solid #d5d5d1;justify-content:center;align-items:center;min-width:44px;height:40px;padding:0 12px;font-size:11px;font-weight:500;display:inline-flex}.product-page__colors{flex-wrap:wrap;gap:8px 20px;display:flex}.product-page__colors span{font-size:12px}.product-page__availability{color:#555;align-items:center;gap:8px;margin-top:30px;font-size:11px;display:flex}.product-page__availability-dot{background:#248447;border-radius:50%;width:7px;height:7px}.product-page__actions{gap:8px;margin-top:26px;display:flex}.product-page__interest{color:#fff;background:#111;flex:1;height:54px;font-size:12px;font-weight:600}.product-page__action-icon{color:#111;border:1px solid #d5d5d1;justify-content:center;align-items:center;width:54px;height:54px;display:flex}.product-page__help{color:#888;max-width:390px;margin-top:17px;font-size:10px;line-height:1.5}.product-page--not-found{flex-direction:column;justify-content:center;align-items:flex-start;min-height:70vh;display:flex}.product-page--not-found span{color:var(--color-brand);letter-spacing:2px;font-size:9px;font-weight:700}.product-page--not-found h1{letter-spacing:-2px;margin-top:12px;font-size:40px;font-weight:500}.product-page--not-found a{border-bottom:1px solid #111;margin-top:28px;padding-bottom:7px;font-size:12px;font-weight:600}@media (width<=800px){.product-page{width:100%;padding:20px 0 70px}.product-page__top{margin-bottom:18px;padding:0 18px}.product-page__layout{display:block}.product-page__visual{aspect-ratio:4/5;min-height:auto}.product-page__info{padding:32px 20px 0}.product-page__intro h1{letter-spacing:-2px;font-size:39px}.product-page__actions{z-index:5;background:#f7f7f5f5;margin-left:-20px;margin-right:-20px;padding:12px 20px;position:sticky;bottom:0}}button.product-page__option{color:#111;background:0 0;transition:background .16s,color .16s,border-color .16s}button.product-page__option:hover{border-color:#777}.product-page__option--active{color:#fff!important;background:#111!important;border-color:#111!important}.product-page__interest:disabled{color:#8b8b87;cursor:not-allowed;background:#d4d4d0}.interest-modal{z-index:200;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.interest-modal__overlay{background:#00000094;width:100%;height:100%;position:absolute;inset:0}.interest-modal__content{z-index:1;background:#f9f9f7;width:min(470px,100%);padding:32px;position:relative}.interest-modal__top{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:flex-start;padding-bottom:24px;display:flex}.interest-modal__top span{color:var(--color-brand);letter-spacing:2px;font-size:9px;font-weight:700}.interest-modal__top h2{letter-spacing:-1.5px;margin-top:7px;font-size:30px;font-weight:600}.interest-modal__close{justify-content:center;align-items:center;width:40px;height:40px;display:flex}.interest-modal__status{color:#287646;align-items:center;gap:9px;margin-top:25px;font-size:11px;font-weight:600;display:flex}.interest-modal__message{border-left:2px solid var(--color-brand);background:#fff;margin-top:20px;padding:20px}.interest-modal__message>span{color:#999;letter-spacing:1px;text-transform:uppercase;font-size:9px;font-weight:600}.interest-modal__message p{color:#333;margin-top:13px;font-size:13px;line-height:1.55}.interest-modal__note{color:#888;margin-top:18px;font-size:10px;line-height:1.5}.interest-modal__finish{color:#fff;background:#111;width:100%;height:50px;margin-top:22px;font-size:11px;font-weight:600}@media (width<=700px){.interest-modal{align-items:flex-end;padding:0}.interest-modal__content{width:100%;padding:26px 22px 22px}.interest-modal__top h2{font-size:27px}}.reveal{opacity:0;width:100%;transition:opacity 1.7s,transform 1.7s cubic-bezier(.16,1,.3,1)}.reveal--up{transform:translateY(220px)}.reveal--visible{opacity:1;transform:translateY(0)}.reveal--left{transform:translate(-220px)}.reveal--left.reveal--visible{transform:translate(0)}.reveal--right{transform:translate(220px)}.reveal--right.reveal--visible{transform:translate(0)}.text-reveal{display:inline-flex;overflow:hidden}.text-reveal__letter{opacity:0;filter:blur(5px);animation:.9s cubic-bezier(.16,1,.3,1) forwards text-letter-reveal;display:inline-block;transform:translate(34px)translateY(12px)}@keyframes text-letter-reveal{0%{opacity:0;filter:blur(5px);transform:translate(34px)translateY(12px)}55%{opacity:.75}to{opacity:1;filter:blur();transform:translate(0)translateY(0)}}@media (prefers-reduced-motion:reduce){.text-reveal__letter{opacity:1;filter:none;animation:none;transform:none}}.hero__action-arrow{opacity:0;animation:.9s cubic-bezier(.16,1,.3,1) 4.45s forwards hero-arrow-reveal;transform:translate(-24px,14px)rotate(-20deg)}@keyframes hero-arrow-reveal{0%{opacity:0;transform:translate(-24px,14px)rotate(-20deg)}to{opacity:1;transform:translate(0)rotate(0)}}@media (prefers-reduced-motion:reduce){.hero__action-arrow{opacity:1;animation:none;transform:none}}.filter-overlay{animation:.5s forwards filter-overlay-in}.filter-panel{animation:.85s cubic-bezier(.16,1,.3,1) forwards filter-panel-in}@keyframes filter-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes filter-panel-in{0%{opacity:0;transform:translate(180px)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion:reduce){.filter-overlay,.filter-panel{animation:none}}.interest-modal__overlay{animation:.45s forwards interest-overlay-in}.interest-modal__content{animation:.75s cubic-bezier(.16,1,.3,1) forwards interest-modal-in}@keyframes interest-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes interest-modal-in{0%{opacity:0;transform:translateY(120px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.interest-modal__overlay,.interest-modal__content{animation:none}}@media (width<=700px){.catalog__grid{grid-template-columns:1fr;gap:36px}.catalog__grid .reveal,.product-card,.product-card__image,.product-card__image img{width:100%}.reveal{will-change:opacity, transform;transition:opacity .85s,transform .85s cubic-bezier(.16,1,.3,1)}.reveal--up{transform:translateY(80px)}.reveal--left{transform:translate(-80px)}.reveal--right{transform:translate(80px)}.reveal--visible{transform:translate(0)}.text-reveal__letter{filter:none;will-change:transform, opacity;animation-name:text-letter-reveal-mobile;animation-duration:.65s}@keyframes text-letter-reveal-mobile{0%{opacity:0;transform:translate(22px)translateY(6px)}to{opacity:1;transform:translate(0)translateY(0)}}}
