:root{--cream: #ffffff;--white: #ffffff;--black: #111111;--green: #2487ea;--green-lt: #1a72d4;--grey-100: #f5f5f5;--grey-200: #e5e5e5;--grey-400: #999999;--grey-600: #555555;--sale: #e03535;--font-display: "Cal Sans", sans-serif;--font-body: "Questrial", sans-serif;--header-h: 64px;--r: 8px;--r2: 16px;--ease: cubic-bezier(.16, 1, .3, 1);--shadow: 0 4px 24px rgba(0,0,0,.08)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--cream);color:var(--black);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}img,video{display:block;max-width:100%}ul{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit}input,select,textarea{font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-display)}.page-width{max-width:1200px;margin:0 auto;padding:0 40px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-body);font-size:14px;font-weight:600;padding:12px 28px;border-radius:4px;cursor:pointer;transition:all .2s var(--ease);white-space:nowrap;border:none}.btn-primary{background:var(--green);color:var(--white)}.btn-primary:hover{background:var(--green-lt);transform:translateY(-1px)}.btn-outline{background:transparent;color:var(--black);border:1.5px solid var(--black)}.btn-outline:hover{background:var(--black);color:var(--white)}.btn-full{width:100%;justify-content:center}.btn[disabled]{opacity:.5;pointer-events:none}.icon-btn{color:var(--black);display:flex;align-items:center;justify-content:center}.icon-btn:hover{opacity:.6}.site-header{position:sticky;top:0;z-index:200;background:var(--white);border-bottom:1px solid var(--grey-200);height:var(--header-h);display:flex;align-items:center}.header-inner{display:flex;align-items:center;justify-content:space-between;width:100%}.header-logo a{display:flex;align-items:center;gap:8px;font-family:var(--font-display);font-size:22px;font-weight:700;letter-spacing:.02em;color:var(--black)}.header-logo img{height:32px;width:auto}.header-nav{display:flex;align-items:center;gap:36px}.header-nav a{font-size:14px;font-weight:500;color:var(--grey-600);position:relative;transition:color .2s}.header-nav a:hover,.header-nav a.active{color:var(--black)}.header-nav a.active:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:var(--green);border-radius:2px}.header-actions{display:flex;align-items:center;gap:20px}.header-actions .icon-btn svg{width:20px;height:20px}.cart-badge{position:relative}.cart-count{position:absolute;top:-8px;right:-10px;background:var(--green);color:var(--white);width:18px;height:18px;border-radius:50%;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center}.header-hamburger{display:none;flex-direction:column;gap:5px;padding:4px}.header-hamburger span{display:block;width:22px;height:2px;background:var(--black);border-radius:2px}.hero{position:relative;overflow:hidden;background:var(--grey-100);min-height:calc(100vh - var(--header-h));display:flex;align-items:flex-end}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center top}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(245,240,232,.15) 0%,transparent 60%),linear-gradient(to top,rgba(0,0,0,.3) 0%,transparent 60%)}.hero__content{position:relative;z-index:1;width:100%;padding:80px 40px;display:flex;flex-direction:column;align-items:flex-start}.hero__headline{font-family:var(--font-display);font-size:clamp(56px,9vw,110px);font-weight:800;line-height:.92;text-transform:uppercase;letter-spacing:-.01em;color:var(--black);margin-bottom:32px;max-width:700px}.hero__headline em{font-style:normal;color:var(--green)}.hero__eyebrow{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--white);background:var(--green);padding:6px 14px;border-radius:3px;margin-bottom:20px}.hero__btn{margin-top:36px;font-size:15px;font-weight:700;padding:16px 36px;letter-spacing:.04em;gap:10px;box-shadow:0 4px 24px #2487ea59;transition:background .2s var(--ease),transform .2s var(--ease),box-shadow .2s var(--ease)}.hero__btn:hover{transform:translateY(-2px);box-shadow:0 8px 32px #2487ea73}.stats-band{background:var(--white);border-bottom:1px solid var(--grey-200);padding:64px 0}.stats-band__inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.stats-band__numbers{display:flex;flex-direction:column;gap:24px}.stat-item{display:flex;align-items:baseline;gap:12px}.stat-item__value{font-family:var(--font-display);font-size:clamp(40px,6vw,64px);font-weight:800;color:var(--black);line-height:1}.stat-item__label{font-size:14px;color:var(--grey-400);font-weight:500}.stats-band__divider{width:40px;height:2px;background:var(--grey-200);margin:0}.stats-band__text h2{font-family:var(--font-display);font-size:clamp(36px,4vw,52px);font-weight:800;text-transform:uppercase;line-height:1.05;letter-spacing:-.01em;margin-bottom:20px}.stats-band__text p{font-size:15px;color:var(--grey-600);line-height:1.7;max-width:440px;margin-bottom:28px}.learn-more-link{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-bottom:1.5px solid var(--black);padding-bottom:3px;transition:gap .2s}.learn-more-link:hover{gap:14px}.products-section{padding:80px 0}.products-section__head{text-align:center;margin-bottom:48px}.products-section__kicker{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--grey-400);margin-bottom:12px}.products-section__title{font-family:var(--font-display);font-size:clamp(32px,5vw,52px);font-weight:800;text-transform:uppercase;letter-spacing:-.02em;line-height:1}.tab-panel--hidden{display:none}.filter-tabs{display:flex;justify-content:center;gap:10px;margin-bottom:40px;flex-wrap:wrap}.filter-tab{padding:8px 20px;border-radius:30px;font-size:13px;font-weight:600;border:1.5px solid var(--grey-200);background:transparent;color:var(--grey-400);transition:all .2s;cursor:pointer}.filter-tab:hover{border-color:var(--black);color:var(--black)}.filter-tab.active{background:var(--green);color:var(--white);border-color:var(--green)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-grid .product-card:nth-child(1){grid-row:auto}.product-card{background:var(--white);border-radius:var(--r2);overflow:hidden;cursor:pointer;position:relative;transition:transform .3s var(--ease),box-shadow .3s var(--ease)}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-card__media{position:relative;background:var(--grey-100);overflow:hidden;aspect-ratio:3/4;border-radius:var(--r2) var(--r2) 0 0}.product-card:nth-child(1) .product-card__media{aspect-ratio:3/4}.product-card:not(:nth-child(1)) .product-card__media{aspect-ratio:3/4}.product-card__img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}.product-card:hover .product-card__img{transform:scale(1.04)}.product-card__badge{position:absolute;top:12px;left:12px;background:var(--green);color:var(--white);font-size:11px;font-weight:700;padding:4px 10px;border-radius:3px;text-transform:uppercase;letter-spacing:.04em}.product-card__info{padding:16px 20px 20px}.product-card__cat{font-size:12px;color:var(--grey-400);margin-bottom:6px}.product-card__title{font-family:var(--font-display);font-size:18px;font-weight:700;letter-spacing:.01em;margin-bottom:8px;line-height:1.2}.product-card__foot{display:flex;align-items:center;justify-content:space-between}.product-card__price{font-size:14px;font-weight:600;color:var(--grey-600)}.price--sale{color:var(--sale)}.price--compare{text-decoration:line-through;color:var(--grey-400);font-size:12px;margin-right:6px}.product-card__quick-add{background:var(--green);color:var(--white);border-radius:4px;font-size:12px;font-weight:600;padding:8px 14px;opacity:0;transform:translate(6px);transition:all .25s var(--ease)}.product-card:hover .product-card__quick-add{opacity:1;transform:translate(0)}.product-scroll-row{display:flex;gap:20px;overflow-x:auto;scrollbar-width:none;scroll-snap-type:inline mandatory;padding-bottom:8px}.product-scroll-row::-webkit-scrollbar{display:none}.product-scroll-row .product-card{flex:0 0 260px;scroll-snap-align:start}.products-section__cta{text-align:center;margin-top:48px}.featured-section{background:var(--white);padding:80px 0;border-top:1px solid var(--grey-200);border-bottom:1px solid var(--grey-200)}.featured-section__inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.featured-section__info{max-width:480px}.featured-section__brand{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--green);font-weight:700;margin-bottom:12px}.featured-section__title{font-family:var(--font-display);font-size:clamp(44px,5vw,68px);font-weight:800;text-transform:uppercase;line-height:.95;margin-bottom:20px}.featured-section__desc{font-size:15px;color:var(--grey-600);line-height:1.7;margin-bottom:32px}.featured-section__meta{display:flex;flex-direction:column;gap:20px;margin-bottom:32px}.meta-row{display:flex;align-items:center;gap:16px}.meta-label{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;width:80px}.size-options,.color-options{display:flex;gap:8px}.size-btn{padding:8px 16px;border:1.5px solid var(--grey-200);border-radius:4px;font-size:13px;font-weight:600;background:transparent;cursor:pointer;transition:all .2s}.size-btn:hover,.size-btn.active{border-color:var(--black);background:var(--black);color:var(--white)}.color-dot{width:28px;height:28px;border-radius:50%;cursor:pointer;border:3px solid transparent;transition:border-color .2s}.color-dot.active{border-color:var(--black)}.qty-row{display:flex;align-items:center;gap:16px}.qty-wrap{display:flex;align-items:center;gap:0;border:1.5px solid var(--grey-200);border-radius:4px;overflow:hidden}.qty-btn{padding:10px 14px;font-size:16px;font-weight:600;background:none;transition:background .2s}.qty-btn:hover{background:var(--grey-100)}.qty-val{padding:10px 16px;font-size:15px;font-weight:600;border-left:1.5px solid var(--grey-200);border-right:1.5px solid var(--grey-200)}.featured-section__image{position:relative}.featured-section__image img{width:100%;height:auto;border-radius:var(--r2);background:var(--grey-100);aspect-ratio:4/5;object-fit:cover}.testimonials-section{padding:80px 0;background:var(--cream)}.testimonials-section__head{text-align:center;margin-bottom:48px}.testimonials-section__title{font-family:var(--font-display);font-size:clamp(32px,4vw,48px);font-weight:800;text-transform:uppercase}.testimonials-track{display:flex;gap:24px;overflow-x:auto;scrollbar-width:none;scroll-snap-type:inline mandatory;padding-bottom:8px}.testimonials-track::-webkit-scrollbar{display:none}.testimonial-card{flex:0 0 340px;background:var(--white);border-radius:var(--r2);padding:32px;scroll-snap-align:start}.testimonial-card__stars{color:#f4a623;font-size:16px;margin-bottom:16px;letter-spacing:2px}.testimonial-card__text{font-size:15px;color:var(--grey-600);line-height:1.7;margin-bottom:24px;font-style:italic}.testimonial-card__author{font-size:14px;font-weight:700}.testimonial-card__date{font-size:12px;color:var(--grey-400)}.trust-bar{background:var(--black);padding:48px 0}.trust-bar__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;align-items:start;text-align:center}.trust-item__icon{font-size:32px;margin-bottom:12px}.trust-item__title{font-family:var(--font-display);font-size:18px;font-weight:700;color:var(--white);margin-bottom:6px}.trust-item__desc{font-size:13px;color:#ffffffb3;line-height:1.5}.site-footer{background:var(--black);color:var(--white);padding:72px 0 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:56px;padding-bottom:64px;border-bottom:1px solid rgba(255,255,255,.08)}.footer-brand__logo{font-family:var(--font-display);font-size:28px;font-weight:800;letter-spacing:.04em;margin-bottom:16px;display:block}.footer-brand__desc{font-size:14px;color:#ffffff80;line-height:1.7;max-width:260px;margin-bottom:24px}.footer-social{display:flex;gap:16px}.footer-social a{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff9;transition:all .2s}.footer-social a:hover{border-color:#fff;color:#fff;background:#ffffff1a}.footer-col__title{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff6;margin-bottom:24px}.footer-col__links{display:flex;flex-direction:column;gap:14px}.footer-col__links a{font-size:14px;color:#ffffffb3;transition:color .2s}.footer-col__links a:hover{color:var(--white)}.footer-newsletter{display:flex;flex-direction:column;gap:12px}.footer-newsletter input{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:4px;padding:12px 16px;color:var(--white);font-size:14px;outline:none;width:100%}.footer-newsletter input::placeholder{color:#ffffff4d}.footer-newsletter input:focus{border-color:var(--green)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding:24px 0;font-size:13px;color:#ffffff4d}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:all .3s}.overlay.open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;bottom:0;z-index:400;width:min(440px,100vw);background:var(--white);display:flex;flex-direction:column;transform:translate(100%);transition:transform .4s var(--ease);box-shadow:-8px 0 48px #00000014}.cart-drawer.open{transform:translate(0)}.cart-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:24px 28px;border-bottom:1px solid var(--grey-200);font-family:var(--font-display);font-size:18px;font-weight:800}.cart-drawer__body{flex:1;overflow-y:auto;padding:24px 28px}.cart-empty{display:flex;flex-direction:column;align-items:center;gap:16px;padding:64px 0;text-align:center;color:var(--grey-400)}.cart-drawer__foot{padding:20px 28px;border-top:1px solid var(--grey-200);display:flex;flex-direction:column;gap:14px;padding-bottom:max(20px,env(safe-area-inset-bottom))}.cart-subtotal{display:flex;justify-content:space-between;align-items:center;font-size:16px;font-weight:700}.cart-item{display:grid;grid-template-columns:80px 1fr;gap:16px;padding:20px 0;border-bottom:1px solid var(--grey-100)}.cart-item__img{width:100%;aspect-ratio:3/4;object-fit:cover;background:var(--grey-100);border-radius:var(--r)}.cart-item__title{font-size:14px;font-weight:600;margin-bottom:4px}.cart-item__variant{font-size:13px;color:var(--grey-400);margin-bottom:8px}.cart-item__price{font-size:14px;font-weight:600}.cart-item__remove{color:var(--grey-400);font-size:12px;cursor:pointer;margin-top:8px;display:inline-block}.cart-item__remove:hover{color:var(--sale)}.tab-panel{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.mobile-menu{position:fixed;top:0;left:0;bottom:0;z-index:400;width:min(340px,90vw);background:var(--white);transform:translate(-100%);transition:transform .4s var(--ease);display:flex;flex-direction:column;box-shadow:8px 0 48px #0000001a}.mobile-menu.open{transform:translate(0)}.mobile-menu__head{display:flex;align-items:center;justify-content:space-between;padding:24px 28px;border-bottom:1px solid var(--grey-200)}.mobile-menu__logo{font-family:var(--font-display);font-size:20px;font-weight:800}.mobile-menu__nav{display:flex;flex-direction:column;padding:20px 0}.mobile-menu__nav a{padding:16px 28px;font-size:16px;font-weight:600;color:var(--black);transition:color .2s}.mobile-menu__nav a:hover{color:var(--green)}.product-page{padding:60px 0 80px}.product-page__layout{display:grid;grid-template-columns:1.1fr 1fr;gap:72px;align-items:start}.product-gallery__main{position:relative;background:var(--grey-100);border-radius:var(--r2);aspect-ratio:4/5;overflow:hidden;margin-bottom:12px}.gallery-slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .4s}.gallery-slide.active{opacity:1}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);background:var(--white);border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s;box-shadow:var(--shadow);z-index:2}.product-gallery__main:hover .gallery-arrow{opacity:1}.gallery-arrow--prev{left:12px}.gallery-arrow--next{right:12px}.product-gallery__thumbs{display:flex;gap:10px;overflow-x:auto;scrollbar-width:none}.product-gallery__thumbs::-webkit-scrollbar{display:none}.gallery-thumb{width:80px;height:96px;flex-shrink:0;border-radius:var(--r);overflow:hidden;cursor:pointer;border:2px solid transparent;opacity:.6;transition:all .2s}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.gallery-thumb.active{border-color:var(--green);opacity:1}.product-info{position:sticky;top:calc(var(--header-h) + 32px)}.product-info__vendor{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--green);margin-bottom:10px}.product-info__title{font-family:var(--font-display);font-size:clamp(36px,4vw,52px);font-weight:800;text-transform:uppercase;line-height:.97;margin-bottom:16px}.product-info__price{font-size:22px;font-weight:700;margin-bottom:32px;display:flex;align-items:center;gap:12px}.product-info__desc{font-size:15px;color:var(--grey-600);line-height:1.7;margin-bottom:32px}.options-group{margin-bottom:24px}.options-label{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}.options-list{display:flex;flex-wrap:wrap;gap:8px}.option-btn{padding:10px 20px;border:1.5px solid var(--grey-200);border-radius:4px;font-size:14px;font-weight:600;background:transparent;cursor:pointer;transition:all .2s}.option-btn:hover{border-color:var(--black)}.option-btn.active{border-color:var(--black);background:var(--black);color:var(--white)}.add-to-cart-form .btn{font-size:16px;padding:18px 32px}.collection-header{padding:48px 0 40px;display:flex;align-items:flex-end;justify-content:space-between;border-bottom:1px solid var(--grey-200);margin-bottom:40px}.collection-title{font-family:var(--font-display);font-size:clamp(40px,5vw,64px);font-weight:800;text-transform:uppercase;line-height:.97}.collection-count{font-size:14px;color:var(--grey-400)}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding-bottom:80px}.search-page{padding:60px 0 80px}.search-page h1{font-family:var(--font-display);font-size:clamp(36px,5vw,60px);font-weight:800;text-transform:uppercase;margin-bottom:8px}.search-meta{font-size:14px;color:var(--grey-400);margin-bottom:40px}.cart-page{padding:60px 0 80px}.cart-page h1{font-family:var(--font-display);font-size:clamp(36px,5vw,56px);font-weight:800;text-transform:uppercase;margin-bottom:48px}.not-found{text-align:center;padding:120px 20px}.not-found__num{font-family:var(--font-display);font-size:clamp(80px,18vw,200px);font-weight:800;color:var(--grey-200);line-height:1}.not-found h2{font-family:var(--font-display);font-size:clamp(28px,4vw,48px);font-weight:800;text-transform:uppercase;margin-bottom:16px}.not-found p{font-size:16px;color:var(--grey-400);max-width:380px;margin:0 auto 40px}.not-found__btns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.page-content-wrap{padding-top:60px;padding-bottom:80px}.page-header-wrap{padding-top:60px;padding-bottom:40px;border-bottom:1px solid var(--grey-200);margin-bottom:48px}.page-header-wrap h1{font-family:var(--font-display);font-size:clamp(40px,5vw,64px);font-weight:800;text-transform:uppercase}.section{padding:64px 0}.list-collections__wrap{padding:60px 0 80px}.list-collections__title{font-family:var(--font-display);font-size:clamp(40px,5vw,64px);font-weight:800;text-transform:uppercase;margin-bottom:48px}.list-collections__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.list-collections__card{display:block;border-radius:var(--r2);overflow:hidden;position:relative;background:var(--grey-100)}.list-collections__card-media{position:relative;aspect-ratio:3/4;overflow:hidden}.list-collections__card-media img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}.list-collections__card:hover .list-collections__card-media img{transform:scale(1.05)}.list-collections__card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.5) 0%,transparent 60%)}.list-collections__card-placeholder{display:flex;align-items:center;justify-content:center;height:100%;font-family:var(--font-display);font-size:48px;font-weight:800;color:var(--grey-400)}.list-collections__card-info{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:flex-end;justify-content:space-between;padding:24px}.list-collections__card-title{font-family:var(--font-display);font-size:22px;font-weight:800;color:var(--white);line-height:1;margin-bottom:4px}.list-collections__card-count{font-size:12px;color:#ffffffb3;font-weight:500}.list-collections__card-arrow{font-size:20px;color:var(--white)}.accordion{border-top:1px solid var(--grey-200)}.accordion-item{border-bottom:1px solid var(--grey-200)}.accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:22px 0;font-size:16px;font-weight:600;cursor:pointer;background:none;border:none;text-align:left;color:var(--black)}.accordion-trigger .icon{transition:transform .3s;flex-shrink:0}.accordion-item.open .accordion-trigger .icon{transform:rotate(45deg)}.accordion-body{max-height:0;overflow:hidden;transition:max-height .4s var(--ease)}.accordion-body-inner{padding-bottom:24px;font-size:15px;color:var(--grey-600);line-height:1.7}.size-guide-wrap{max-width:700px;padding:40px 0 80px}.size-guide__title{font-size:20px;font-weight:700;margin-bottom:8px}.size-guide__note{font-size:14px;color:var(--grey-400);margin-bottom:24px}.size-guide__table-wrap{overflow-x:auto;border-radius:var(--r);border:1px solid var(--grey-200)}.size-guide__table{width:100%;border-collapse:collapse;font-size:14px}.size-guide__table th{background:var(--grey-100);padding:14px 20px;font-weight:700;color:var(--grey-600);border-bottom:1px solid var(--grey-200);text-align:left}.size-guide__table td{padding:14px 20px;border-bottom:1px solid var(--grey-100)}.size-guide__size-label{font-weight:700}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.reveal.revealed{opacity:1;transform:none}.page-loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:var(--cream);display:flex;align-items:center;justify-content:center;transition:opacity .5s ease,visibility .5s ease}.page-loader.done{opacity:0;visibility:hidden;pointer-events:none}.page-loader__mark{position:relative;display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.page-loader__logo{font-family:var(--font-display);font-size:32px;font-weight:800;letter-spacing:.1em;color:var(--black)}.page-loader__img{height:48px;width:auto;display:block;max-width:200px;object-fit:contain}.page-loader__shimmer{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,transparent 35%,rgba(255,255,255,.72) 50%,transparent 65%);background-size:250% 100%;animation:loader-shimmer 1.4s ease-in-out infinite;pointer-events:none}@keyframes loader-shimmer{0%{background-position:200% center}to{background-position:-200% center}}.about-hero{padding:80px 0 0}.about-hero__eyebrow{font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--green);margin-bottom:14px}.about-hero__heading{font-family:var(--font-display);font-size:clamp(48px,8vw,96px);font-weight:800;text-transform:uppercase;line-height:.92;letter-spacing:-.02em;color:var(--black);max-width:800px}.about-hero__img-wrap{margin-top:56px;width:100%;aspect-ratio:16/7;overflow:hidden;background:var(--grey-100)}.about-hero__img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.about-origin{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding:80px 0 64px;border-bottom:1px solid var(--grey-200)}.about-origin__quote{font-family:var(--font-display);font-size:clamp(22px,3vw,34px);font-weight:800;text-transform:uppercase;line-height:1.1;letter-spacing:-.01em;color:var(--black)}.about-origin__body{font-size:16px;color:var(--grey-600);line-height:1.8;display:flex;align-items:center}.about-divider{background:var(--black);padding:40px 0}.about-divider__text{font-family:var(--font-display);font-size:clamp(28px,5vw,56px);font-weight:800;text-transform:uppercase;letter-spacing:-.01em;color:var(--white);text-align:center}.about-split{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;padding:80px 0;border-bottom:1px solid var(--grey-200)}.about-split__media{border-radius:var(--r2);overflow:hidden;background:var(--grey-100);aspect-ratio:4/5}.about-split__media img{width:100%;height:100%;object-fit:cover;display:block}.about-split__placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--grey-100) 0%,var(--grey-200) 100%)}.about-split__label{font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--green);margin-bottom:14px}.about-split__heading{font-family:var(--font-display);font-size:clamp(28px,3.5vw,44px);font-weight:800;text-transform:uppercase;line-height:.95;letter-spacing:-.01em;color:var(--black);margin-bottom:20px}.about-split__body{font-size:15px;color:var(--grey-600);line-height:1.8;margin-bottom:32px}.about-pillars{padding:80px 0;border-bottom:1px solid var(--grey-200)}.about-pillars__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px}.about-pillar__num{font-family:var(--font-display);font-size:52px;font-weight:800;color:var(--grey-200);display:block;line-height:1;margin-bottom:16px}.about-pillar__title{font-family:var(--font-display);font-size:20px;font-weight:800;text-transform:uppercase;letter-spacing:.02em;color:var(--black);margin-bottom:12px}.about-pillar__body{font-size:14px;color:var(--grey-600);line-height:1.75}.about-closing{padding:96px 0;text-align:center}.about-closing__body{font-size:17px;color:var(--grey-600);line-height:1.85;max-width:640px;margin:0 auto 32px}.about-closing__tagline{font-family:var(--font-display);font-size:clamp(24px,3.5vw,40px);font-weight:800;text-transform:uppercase;letter-spacing:-.01em;color:var(--black);margin-bottom:36px}@media(max-width:768px){.about-origin{grid-template-columns:1fr;gap:32px;padding:56px 0 48px}.about-split{grid-template-columns:1fr;gap:40px;padding:56px 0}.about-pillars__grid{grid-template-columns:1fr;gap:40px}.about-hero{padding:56px 0 0}.about-pillars{padding:56px 0}.about-closing{padding:64px 0}}@media(max-width:640px){.about-hero__img-wrap{aspect-ratio:4/3}.about-divider__text{font-size:clamp(22px,7vw,36px)}.about-closing__body{font-size:15px}}.reels-section{padding:80px 0 0}.reels-scroll-wrap{overflow-x:auto;overflow-y:visible;scrollbar-width:none;-webkit-overflow-scrolling:touch;cursor:grab;padding:20px 40px 40px;margin-top:32px}.reels-scroll-wrap:active{cursor:grabbing}.reels-scroll-wrap::-webkit-scrollbar{display:none}.reels-track{display:flex;gap:16px;width:max-content}.reel-card{position:relative;flex-shrink:0;width:220px;aspect-ratio:9 / 16;overflow:hidden;background:var(--grey-100);border-radius:var(--r);cursor:pointer;transition:transform .4s var(--ease),box-shadow .4s var(--ease);border:1px solid var(--grey-200)}.reel-card:hover{transform:translateY(-6px);box-shadow:0 20px 48px #00000024}.reel-card__video,.reel-card__poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.reel-card__play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;background:#ffffffeb;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .25s ease;pointer-events:none;border:1.5px solid var(--grey-200)}.reel-card:hover .reel-card__play-icon{opacity:1}.reel-card__caption{position:absolute;bottom:0;left:0;right:0;padding:28px 12px 12px;background:linear-gradient(to top,rgba(0,0,0,.72) 0%,transparent 100%);color:#fff;font-size:12px;line-height:1.4}.reel-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease}.reel-modal.open{opacity:1;pointer-events:auto}.reel-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000db;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.reel-modal__container{position:relative;z-index:1;display:flex;align-items:center;max-height:95vh}.reel-modal__close{position:absolute;top:-52px;right:0;background:none;border:none;cursor:pointer;padding:8px;opacity:.7;transition:opacity .2s}.reel-modal__close:hover{opacity:1}.reel-modal__nav{position:absolute;top:50%;transform:translateY(-50%);background:var(--white);border:1px solid var(--grey-200);border-radius:50%;width:40px;height:40px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s;z-index:2}.reel-modal__nav:hover{background:var(--green);border-color:var(--green)}.reel-modal__nav:hover svg{stroke:#fff}.reel-modal__nav--prev{left:-60px}.reel-modal__nav--next{right:-60px}.reel-modal__reel{display:flex;overflow:hidden;border-radius:var(--r);box-shadow:0 20px 80px #0006;max-height:88vh}.reel-modal__video-wrap{position:relative;width:min(340px,42vw);aspect-ratio:9 / 16;background:#000;flex-shrink:0}.reel-modal__video,.reel-modal__poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.reel-modal__sidebar{width:260px;background:var(--white);display:flex;flex-direction:column;padding:24px;gap:16px;overflow-y:auto;border-left:1px solid var(--grey-200)}.reel-modal__caption{font-size:13px;line-height:1.65;color:var(--grey-600)}.reel-modal__product{border-top:1px solid var(--grey-200);padding-top:16px}.reel-modal__product-img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--r);margin-bottom:10px;border:1px solid var(--grey-200)}.reel-modal__product-label{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--green);margin-bottom:4px;font-weight:600}.reel-modal__product-title{font-family:var(--font-display);font-size:15px;font-weight:700;line-height:1.25;margin-bottom:6px}.reel-modal__product-price{font-size:13px;color:var(--grey-600);margin-bottom:14px}.reel-modal__product-btn{display:block;text-align:center;background:var(--green);color:#fff;font-size:12px;letter-spacing:.08em;text-transform:uppercase;font-weight:600;padding:11px 16px;border-radius:var(--r);text-decoration:none;transition:background .2s}.reel-modal__product-btn:hover{background:var(--green-lt)}.reel-modal__floating-product{display:none}@media(max-width:768px){.reels-scroll-wrap{padding:16px 20px 32px}.reel-card{width:180px}.reel-modal{align-items:stretch;min-height:-webkit-fill-available}.reel-modal__container{width:100vw;height:100dvh;height:-webkit-fill-available;max-height:100dvh;overflow:hidden;border-radius:0;flex-direction:column;align-items:stretch;background:#000}.reel-modal__close{position:fixed;top:max(16px,env(safe-area-inset-top));right:16px;z-index:9999;background:#0009;border-radius:50%;width:38px;height:38px;display:flex;align-items:center;justify-content:center;opacity:1;padding:0}.reel-modal__reel{flex-direction:column;border-radius:0;max-height:none;flex:1;overflow:hidden}.reel-modal__video-wrap{position:relative;width:100vw;flex:1;aspect-ratio:unset;min-width:0;overflow:visible}.reel-modal__video,.reel-modal__poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.reel-modal__sidebar{display:none}.reel-modal__nav--prev{left:10px}.reel-modal__nav--next{right:10px}.reel-modal__floating-product{display:flex;position:absolute;bottom:calc(20px + env(safe-area-inset-bottom));left:12px;right:12px;z-index:10;background:#ffffffed;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:14px;padding:10px 12px;align-items:center;gap:10px;box-shadow:0 4px 24px #00000040}.reel-modal__fp-img{width:52px;height:52px;object-fit:cover;border-radius:8px;flex-shrink:0;border:1px solid var(--grey-200)}.reel-modal__fp-info{flex:1;min-width:0}.reel-modal__fp-label{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:var(--green);font-weight:700;margin-bottom:2px}.reel-modal__fp-title{font-family:var(--font-display);font-size:13px;font-weight:700;line-height:1.2;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reel-modal__fp-price{font-size:12px;color:var(--grey-600)}.reel-modal__fp-btn{background:var(--green);color:#fff;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:8px 12px;border-radius:8px;text-decoration:none;white-space:nowrap;flex-shrink:0}}.hl-section{padding:80px 0;border-top:1px solid var(--grey-200)}.hl-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.hl-inner--image_right .hl-media{order:2}.hl-inner--image_right .hl-info{order:1}.hl-media{position:relative;border-radius:var(--r2);overflow:hidden;background:var(--grey-100);aspect-ratio:4 / 5}.hl-media__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s var(--ease)}.hl-section:hover .hl-media__img{transform:scale(1.03)}.hl-media__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--grey-100)}.hl-media__badge{position:absolute;top:16px;left:16px;background:var(--green);color:var(--white);font-size:11px;font-weight:700;padding:5px 12px;border-radius:3px;text-transform:uppercase;letter-spacing:.06em}.hl-info{display:flex;flex-direction:column;gap:0}.hl-info__label{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--green);margin-bottom:12px}.hl-info__heading{font-family:var(--font-display);font-size:clamp(32px,4vw,52px);font-weight:800;text-transform:uppercase;line-height:.95;letter-spacing:-.02em;margin-bottom:16px}.hl-info__sub{font-size:15px;color:var(--grey-600);font-weight:600;margin-bottom:16px}.hl-info__desc{font-size:15px;color:var(--grey-600);line-height:1.75;margin-bottom:24px}.hl-info__feats{list-style:none;padding:0;display:flex;flex-direction:column;gap:10px;margin-bottom:28px}.hl-info__feats li{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--black);font-weight:500}.hl-info__feats li:before{content:"";display:inline-block;flex-shrink:0;width:18px;height:18px;background:var(--green);border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-size:11px 11px;background-repeat:no-repeat;background-position:center}.hl-info__price{display:flex;align-items:baseline;gap:8px;margin-bottom:28px}.hl-info__price-current{font-family:var(--font-display);font-size:28px;font-weight:800;color:var(--black)}.hl-info__actions{display:flex;gap:12px;flex-wrap:wrap}@media(max-width:768px){.hl-inner{grid-template-columns:1fr;gap:40px}.hl-inner--image_right .hl-media,.hl-inner--image_right .hl-info{order:0}.hl-section{padding:56px 0}}@media(max-width:640px){.hl-info__heading{font-size:clamp(28px,9vw,40px)}.hl-info__actions{flex-direction:column}.hl-info__actions .btn{width:100%;justify-content:center}}@media(max-width:960px){.header-nav{display:none}.header-hamburger{display:flex}.page-width{padding:0 24px}.product-grid{grid-template-columns:repeat(2,1fr)}.stats-band__inner,.featured-section__inner{grid-template-columns:1fr;gap:48px}.footer-grid{grid-template-columns:1fr 1fr;gap:40px}.trust-bar__grid{grid-template-columns:repeat(2,1fr);gap:32px}.product-page__layout{grid-template-columns:1fr;gap:40px}.product-info{position:static}.collection-grid{grid-template-columns:1fr 1fr}.list-collections__card-title{font-size:18px}.list-collections__card-info{padding:16px}.list-collections__grid{gap:16px}.product-card__info{padding:12px 14px 16px}.product-card__title{font-size:15px}.product-card__quick-add{display:none}}@media(max-width:640px){.page-width{padding:0 16px}.hero__content{padding:40px 16px 48px}.hero__headline{font-size:clamp(48px,13vw,72px)}.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-card__info{padding:10px 10px 12px}.product-card__title{font-size:13px;letter-spacing:0}.product-card__price{font-size:12px}.product-card__cat,.product-card__quick-add{display:none}.trust-bar__grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr;gap:32px}.footer-bottom{flex-direction:column;gap:12px;text-align:center}.collection-grid,.list-collections__grid{grid-template-columns:repeat(2,1fr);gap:10px}.list-collections__card-title{font-size:14px;line-height:1.1}.list-collections__card-info{padding:12px}.list-collections__card-count{font-size:10px}.list-collections__card-arrow{font-size:14px}.list-collections__wrap{padding:40px 0 56px}.list-collections__title{font-size:clamp(32px,8vw,48px);margin-bottom:28px}.stats-band{padding:48px 0}.products-section{padding:56px 0}.filter-tab{font-size:12px;padding:6px 14px}.hero__btn{font-size:13px;padding:13px 24px}.products-section__title{font-size:clamp(26px,7vw,40px)}.stat-item__value{font-size:clamp(32px,8vw,48px)}}@media(max-width:768px){.page-width,.collection,.collection-page,.grid,.product-grid,.collection .grid{padding-left:16px!important;padding-right:16px!important}}img,video,iframe{max-width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/65/assets/theme.css.map */
