:root{--black:#050505;--white:#fff;--off:#f5f4f1;--gray:#8c8c8c;--line:rgba(5,5,5,.14);--header-h:82px;--page:clamp(18px,3vw,52px);--ease:cubic-bezier(.22,1,.36,1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--black);font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;-webkit-font-smoothing:antialiased}body.is-locked{overflow:hidden}button,input,select,textarea{font:inherit;color:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img,video{display:block;width:100%;height:auto}svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.skip-link{position:fixed;left:10px;top:-100px;z-index:999999;background:#fff;padding:12px}.skip-link:focus{top:10px}.page-width{width:100%;padding-left:var(--page);padding-right:var(--page)}.section-space{padding:clamp(64px,8vw,128px) var(--page)}.button{min-height:52px;padding:0 24px;border:1px solid var(--black);display:inline-flex;align-items:center;justify-content:center;gap:18px;background:transparent;text-transform:uppercase;font-size:11px;font-weight:600;letter-spacing:.14em;cursor:pointer;transition:.25s}.button svg{width:18px}.button--black{background:var(--black);color:#fff}.button--outline{background:transparent}.button--light{border-color:#fff;color:#fff}.button--full{width:100%}.button:hover{opacity:.72}.icon-button{width:44px;height:44px;padding:0;border:0;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.brand-wordmark{font-size:30px;letter-spacing:.18em;font-weight:500;line-height:1;display:inline-flex;align-items:center}.brand-wordmark img{max-width:150px;max-height:34px;width:auto}.brand-wordmark__dark{display:none}.site-header{height:var(--header-h);position:relative;z-index:1000;background:#fff;border-bottom:1px solid var(--line);color:var(--black);transition:background .35s,color .35s,border-color .35s}.site-header--transparent{position:fixed;top:0;left:0;right:0;background:transparent;color:#fff;border-color:transparent}.site-header--transparent.is-scrolled{position:fixed;background:transparent;color:#fff;border-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.site-header--transparent .brand-wordmark__light,.site-header--transparent.is-scrolled .brand-wordmark__light{display:inline-flex}.site-header--transparent .brand-wordmark__dark,.site-header--transparent.is-scrolled .brand-wordmark__dark{display:none}.site-header:not(.site-header--transparent) .brand-wordmark__light{display:none}.site-header:not(.site-header--transparent) .brand-wordmark__dark{display:inline-flex}.site-header__inner{height:100%;padding:0 var(--page);display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;gap:24px}.site-header__desktop{justify-self:center;display:flex;gap:clamp(18px,2.4vw,42px);font-size:12px;text-transform:uppercase;letter-spacing:.1em}.site-header__desktop a{position:relative}.site-header__desktop a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;border-bottom:1px solid;transition:right .25s}.site-header__desktop a:hover:after{right:0}.site-header__actions{display:flex;align-items:center;gap:2px}.header-count{position:absolute;right:0;top:1px;min-width:17px;height:17px;padding:0 4px;border-radius:99px;background:#050505;color:#fff;display:flex;align-items:center;justify-content:center;font-size:9px}.site-header--transparent .header-count{background:#fff;color:#050505}.menu-overlay,.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000006b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:3000;opacity:0;visibility:hidden;transition:.3s}.menu-overlay.is-open,.drawer-overlay.is-open{opacity:1;visibility:visible}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3001;background:#f8f5f1;color:#050505;transform:translate(-102%);transition:transform .48s var(--ease);overflow:auto;display:grid;grid-template-rows:auto auto 1fr auto}.mobile-menu.is-open{transform:none}.mobile-menu__header{height:92px;padding:0 clamp(20px,4vw,36px);display:flex;align-items:center;justify-content:space-between}.brand-wordmark--dark{color:#050505}.mobile-menu__search{margin:20px clamp(20px,4vw,36px) 8px;padding:22px 0;border:0;border-bottom:1px solid var(--line);background:transparent;display:flex;gap:18px;align-items:center;font-size:22px;text-align:left}.mobile-menu__nav{padding:0 clamp(20px,4vw,36px)}.mobile-menu details,.mobile-menu__single{display:block;border-bottom:1px solid var(--line)}.mobile-menu summary,.mobile-menu__single{min-height:96px;display:grid;grid-template-columns:32px 1fr auto;gap:8px;align-items:center;list-style:none;cursor:pointer}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary strong,.mobile-menu__single strong{font-size:clamp(24px,6vw,42px);font-weight:400;letter-spacing:-.035em}.mobile-menu summary svg{width:20px;transition:transform .25s}.mobile-menu details[open] summary svg{transform:rotate(45deg)}.menu-index{font-size:12px;align-self:center}.mobile-menu__submenu{padding:0 0 28px 40px;display:grid}.mobile-menu__submenu a{padding:10px 0;font-size:16px}.mobile-menu__support{margin-top:58px;padding:32px clamp(20px,4vw,36px);border-top:1px solid var(--line);display:grid;gap:20px}.mobile-menu__support p{font-size:18px;max-width:350px}.mobile-menu__support .button{justify-self:start}.mobile-menu__support>div{display:flex;flex-wrap:wrap;gap:16px 30px;font-size:13px}.drawer{position:fixed;top:0;right:0;height:100dvh;width:min(480px,100%);z-index:4001;background:#fff;transform:translate(104%);transition:transform .42s var(--ease);display:grid;grid-template-rows:auto 1fr auto;box-shadow:-20px 0 80px #0000002e}.drawer.is-open{transform:none}.drawer__header{padding:28px 26px 22px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:flex-start}.drawer__header span{font-size:10px;text-transform:uppercase;letter-spacing:.18em;color:#888}.drawer__header h2{font-size:42px;font-weight:400;margin:4px 0 0}.drawer__body{overflow:auto;padding:20px 26px}.drawer__footer{padding:20px 26px 26px;border-top:1px solid var(--line);display:grid;gap:10px}.drawer__footer p{font-size:11px;color:#777;margin:0 0 6px}.cart-subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.cart-subtotal strong{font-size:24px}.cart-drawer-item{display:grid;grid-template-columns:86px 1fr auto;gap:14px;padding:16px 0;border-bottom:1px solid var(--line)}.cart-drawer-item img{width:86px;height:86px;object-fit:cover;background:#eee}.cart-drawer-item h3{font-size:14px;font-weight:500;margin:0 0 5px}.cart-drawer-item small{display:block;color:#777;margin-bottom:8px}.cart-drawer-item strong{font-size:13px}.cart-line-controls{display:flex;align-items:center;gap:10px;margin-top:10px}.cart-line-controls button{width:28px;height:28px;border:1px solid var(--line);background:#fff}.cart-line-controls span{min-width:16px;text-align:center}.drawer-empty{text-align:center;min-height:50vh;display:grid;place-content:center;gap:14px}.drawer-empty h3{font-weight:400;font-size:24px;margin:0}.video-hero{height:var(--height-desktop);min-height:620px;position:relative;color:#fff;overflow:hidden;background:#111}.video-hero__media,.video-hero__media video,.video-story>video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.video-hero__video--mobile,.video-story__video--mobile{display:none}.video-hero__overlay,.video-story__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,var(--overlay))}.video-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 75% 30%,#686868 0,#222 35%,#070707 75%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#fff}.video-placeholder span{font-size:clamp(42px,10vw,140px);letter-spacing:.22em}.video-placeholder small{opacity:.7}.video-hero__content{position:absolute;z-index:2;left:var(--page);right:var(--page);max-width:850px}.video-hero__content--bottom-left{bottom:clamp(60px,9vh,110px)}.video-hero__content--bottom-center{bottom:clamp(60px,9vh,110px);margin:auto;text-align:center}.video-hero__content--center{top:50%;transform:translateY(-50%);margin:auto;text-align:center}.video-hero__content p,.video-story__content p,.section-heading>p,.section-heading>div>p,.collection-hero p,.technical-section__heading p,.favorites-hero>p,.standard-page header>p,.search-page header>p,.cart-page header>p{font-size:10px;text-transform:uppercase;letter-spacing:.22em;margin:0 0 16px}.video-hero__content h1{font-size:clamp(42px,7.2vw,116px);line-height:.98;letter-spacing:-.055em;font-weight:300;margin:0 0 22px;max-width:900px}.video-hero__content>div{font-size:clamp(14px,1.3vw,19px);max-width:620px;line-height:1.6;margin-bottom:28px}.video-hero__scroll{position:absolute;z-index:2;right:var(--page);bottom:36px;width:36px;height:58px;border:1px solid rgba(255,255,255,.65);border-radius:99px}.video-hero__scroll span{position:absolute;width:3px;height:3px;background:#fff;border-radius:50%;left:50%;top:12px;animation:scrollDot 1.7s infinite}@keyframes scrollDot{0%{transform:translate(-50%);opacity:0}30%{opacity:1}to{transform:translate(-50%,25px);opacity:0}}.section-heading{margin-bottom:34px}.section-heading h2{font-size:clamp(36px,5vw,74px);font-weight:300;letter-spacing:-.05em;line-height:1.05;margin:0}.section-heading--row{display:flex;justify-content:space-between;align-items:end;gap:30px}.section-heading--row>a{display:inline-flex;gap:12px;align-items:center;font-size:12px}.section-heading--row svg{width:17px}.category-strip{overflow:hidden}.category-strip__track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(170px,1fr);gap:18px;overflow:auto;padding-bottom:12px;scroll-snap-type:x mandatory}.category-pill{scroll-snap-align:start;text-align:center}.category-pill__media{border-radius:999px;aspect-ratio:1.55;background:#f2f1ee;overflow:hidden;display:grid;place-items:center}.category-pill__media img{height:100%;object-fit:cover;transition:transform .5s}.category-pill:hover img{transform:scale(1.04)}.category-pill__media span{font-size:42px;font-weight:300;color:#aaa}.category-pill strong{display:block;margin-top:15px;font-size:15px;font-weight:400}.video-story{height:100vh;min-height:620px;position:relative;color:#fff;overflow:hidden;background:#111}.video-story__content{position:absolute;z-index:2;left:var(--page);bottom:clamp(52px,8vh,100px);max-width:720px}.video-story__content h1,.video-story__content h2{font-size:clamp(48px,8vw,124px);line-height:.95;letter-spacing:-.06em;font-weight:300;margin:0 0 20px}.video-story__content>div{max-width:560px;font-size:16px;line-height:1.6;margin-bottom:24px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:var(--line);border:1px solid var(--line)}.product-card{background:#fff;min-width:0;position:relative}.product-card__media{background:#f1f1f1;aspect-ratio:1;position:relative;overflow:hidden}.product-card__media>a{display:block;width:100%;height:100%}.product-card__media img{height:100%;object-fit:cover;transition:transform .45s}.product-card:hover .product-card__media img{transform:scale(1.025)}.product-card__placeholder{height:100%;display:grid;place-items:center;color:#aaa;letter-spacing:.2em}.wishlist-button{border:0;background:transparent;cursor:pointer;display:inline-flex;align-items:center;gap:10px}.wishlist-button svg{transition:.2s}.wishlist-button.is-active svg{fill:currentColor}.product-card__wishlist{position:absolute;right:12px;top:12px;width:40px;height:40px;border-radius:99px;background:#ffffffe0;justify-content:center;z-index:2}.product-card__badge{position:absolute;left:12px;top:12px;background:#050505;color:#fff;border-radius:99px;padding:7px 10px;font-size:9px;text-transform:uppercase;letter-spacing:.12em}.product-card__content{min-height:190px;padding:20px 18px 18px;position:relative}.product-card__meta{display:flex;justify-content:space-between;gap:8px;color:#888;font-size:11px;min-height:18px}.product-card__title{display:block;font-size:15px;font-weight:500;margin:9px 42px 8px 0;line-height:1.35}.product-card__price{display:flex;flex-wrap:wrap;gap:7px;font-size:13px}.product-card__price strong{font-weight:500}.product-card__price s{color:#888}.product-card__stock{font-size:11px;color:#999;margin-top:12px;line-height:1.45}.product-card__quick{position:absolute;right:15px;bottom:20px;border:0;background:transparent;width:36px;height:36px;display:grid;place-items:center;cursor:pointer}.product-card__quick svg{width:21px}.collection-page,.search-page,.favorites-page,.standard-page,.cart-page{padding-top:clamp(48px,7vw,90px);padding-bottom:100px}.collection-hero{padding-bottom:35px}.breadcrumbs{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#777;display:flex;gap:8px;flex-wrap:wrap;margin-bottom:42px}.collection-hero__row{display:flex;justify-content:space-between;align-items:end;gap:30px}.collection-hero h1,.favorites-hero h1,.standard-page h1,.search-page h1,.cart-page h1{font-size:clamp(48px,7vw,100px);font-weight:300;letter-spacing:-.06em;line-height:.95;margin:0}.collection-description{max-width:680px;font-size:14px;line-height:1.65;margin-top:20px;color:#555}.collection-hero__row>span{font-size:12px;color:#777}.collection-toolbar{height:70px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.filter-button{border:1px solid var(--black);background:#fff;border-radius:8px;min-height:40px;padding:0 15px;display:flex;align-items:center;gap:8px}.filter-button svg{width:15px}.sort-form{display:flex;align-items:center;gap:10px;font-size:12px}.sort-form select{border:0;background:transparent}.collection-layout{display:grid;grid-template-columns:260px 1fr;gap:34px;padding-top:34px}.filters{border-right:1px solid var(--line);padding-right:25px}.filters>header{display:none}.filters details{border-bottom:1px solid var(--line);padding:16px 0}.filters summary{display:flex;justify-content:space-between;list-style:none;font-size:13px;font-weight:500}.filters summary::-webkit-details-marker{display:none}.filters summary svg{width:16px}.filter-options{display:grid;gap:11px;padding-top:15px}.filter-options label{display:grid;grid-template-columns:auto 1fr auto;gap:9px;align-items:center;font-size:12px}.filter-options small{color:#999}.price-filter{display:flex;gap:8px;align-items:center}.price-filter input{width:46%;border:1px solid var(--line);padding:10px}.filters .button{margin-top:20px}.filters-reset{display:block;text-align:center;font-size:11px;margin-top:12px;text-decoration:underline}.pagination{padding:44px 0;text-align:center}.pagination .page,.pagination a{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px}.product-layout{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(350px,.7fr);gap:clamp(32px,5vw,86px)}.product-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px;align-content:start}.product-media{border:0;padding:0;background:#f0f0f0;aspect-ratio:1;overflow:hidden;cursor:zoom-in}.product-media img,.product-media video{height:100%;object-fit:cover}.product-media--empty{display:grid;place-items:center;letter-spacing:.2em}.product-info{position:sticky;top:110px;align-self:start;padding:18px 0}.product-info__category{font-size:11px;text-transform:uppercase;letter-spacing:.15em;color:#777}.product-info h1{font-size:clamp(42px,4.8vw,78px);font-weight:300;letter-spacing:-.055em;line-height:.98;margin:12px 0}.product-reference{font-size:11px;color:#888}.product-price{display:flex;gap:12px;align-items:center;margin:24px 0}.product-price strong{font-size:22px;font-weight:500}.product-price s{color:#888}.product-intro{font-size:14px;line-height:1.7;color:#555;margin-bottom:28px}.variant-picker fieldset{border:0;padding:0;margin:0 0 20px}.variant-picker legend{font-size:11px;text-transform:uppercase;letter-spacing:.12em;margin-bottom:10px}.variant-values{display:flex;flex-wrap:wrap;gap:8px}.variant-values input{position:absolute;opacity:0}.variant-values span{min-width:48px;min-height:42px;padding:0 13px;border:1px solid var(--line);display:grid;place-items:center;font-size:12px;cursor:pointer}.variant-values input:checked+span{background:#050505;color:#fff;border-color:#050505}.product-actions-row{display:grid;grid-template-columns:112px 1fr;gap:10px}.quantity-selector{height:52px;border:1px solid var(--line);display:grid;grid-template-columns:34px 1fr 34px}.quantity-selector button{border:0;background:#fff}.quantity-selector input{width:100%;border:0;text-align:center;-moz-appearance:textfield}.quantity-selector input::-webkit-outer-spin-button,.quantity-selector input::-webkit-inner-spin-button{-webkit-appearance:none}.product-add{width:100%}.product-form>.button--full{margin-top:10px}.product-secondary-actions{display:grid;gap:0;margin-top:18px;border-top:1px solid var(--line)}.product-secondary-actions>*{min-height:52px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;font-size:12px}.product-secondary-actions .wishlist-button{width:100%}.product-secondary-actions svg{width:18px}.product-assurances{padding:22px 0;border-bottom:1px solid var(--line)}.product-assurances p{margin:5px 0;font-size:11px;color:#666}.product-description{border-bottom:1px solid var(--line);padding:18px 0}.product-description summary{list-style:none;display:flex;justify-content:space-between;font-size:13px;font-weight:500}.product-description summary::-webkit-details-marker{display:none}.product-description summary svg{width:16px}.product-description>div{font-size:13px;line-height:1.75;color:#555;padding-top:18px}.media-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:6000;background:#fff;opacity:0;visibility:hidden;display:grid;place-items:center;padding:60px}.media-lightbox.is-open{opacity:1;visibility:visible}.media-lightbox>.icon-button{position:absolute;right:20px;top:20px}.media-lightbox [data-lightbox-content]{width:100%;height:100%;display:grid;place-items:center}.media-lightbox img{max-height:100%;max-width:100%;width:auto}.product-video-section{min-height:85vh;display:grid;grid-template-columns:2fr 1fr;background:#050505;color:#fff}.product-video-section__media{min-height:70vh;position:relative}.product-video-section__media video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.product-video-section__copy{padding:clamp(40px,6vw,90px);display:flex;flex-direction:column;justify-content:end}.product-video-section__copy>p{font-size:10px;text-transform:uppercase;letter-spacing:.2em}.product-video-section__copy h2{font-size:clamp(44px,5vw,76px);font-weight:300;line-height:1;letter-spacing:-.05em;margin:10px 0 20px}.product-video-section__copy div{font-size:14px;line-height:1.7;color:#bbb}.technical-section{padding-top:clamp(70px,9vw,140px);padding-bottom:clamp(70px,9vw,140px)}.technical-section__heading{margin-bottom:44px}.technical-section__heading h2{font-size:clamp(46px,6vw,88px);font-weight:300;letter-spacing:-.055em;margin:0}.technical-section__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(35px,7vw,110px)}.technical-list>div{min-height:62px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:center;font-size:13px}.technical-list span{color:#777}.technical-list strong{font-weight:500}.technical-download{margin-top:30px;display:flex;justify-content:space-between;align-items:center;border:1px solid var(--black);min-height:56px;padding:0 18px;font-size:11px;text-transform:uppercase;letter-spacing:.12em}.technical-drawing{background:#f1f1f1;min-height:500px;display:grid;place-items:center}.technical-drawing img{height:100%;object-fit:contain}.technical-drawing>div{text-align:center;color:#999}.technical-drawing span{display:block;font-size:22px}.related-products{background:#f6f5f2}.favorites-hero,.standard-page header,.search-page header,.cart-page header{padding-bottom:50px}.favorites-grid:empty{display:none}.favorites-empty{text-align:center;padding:100px 20px}.favorites-empty h2{font-size:32px;font-weight:400}.favorites-empty .button{margin-top:20px}.search-page__form{display:grid;grid-template-columns:1fr auto;gap:10px;margin-bottom:45px}.search-page__form input{height:54px;border:1px solid var(--line);padding:0 18px}.standard-page .rte{max-width:900px;font-size:15px;line-height:1.8}.collection-list{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.collection-list>a>div{aspect-ratio:1;background:#eee;display:grid;place-items:center;overflow:hidden}.collection-list img{height:100%;object-fit:cover}.collection-list h2{font-weight:400;font-size:20px}.cart-page form{display:grid;grid-template-columns:1fr 370px;gap:50px}.cart-page__items article{display:grid;grid-template-columns:130px 1fr 80px auto;gap:20px;align-items:center;border-bottom:1px solid var(--line);padding:16px 0}.cart-page__items img{width:130px;height:130px;object-fit:cover;background:#eee}.cart-page__items article>div{display:grid;gap:7px}.cart-page__items input{width:65px;padding:10px;border:1px solid var(--line)}.cart-page__summary{border:1px solid var(--line);padding:25px;height:max-content;display:grid;gap:10px}.cart-page__summary>div{display:flex;justify-content:space-between;margin-bottom:15px}.not-found{min-height:75vh;display:grid;place-content:center;text-align:center;padding:30px}.not-found>p{font-size:12px;letter-spacing:.2em}.not-found h1{font-size:clamp(42px,7vw,92px);font-weight:300;letter-spacing:-.05em;margin:10px 0 30px}.site-footer{background:#050505;color:#fff;padding:clamp(65px,8vw,120px) var(--page) 30px}.site-footer__top{display:grid;grid-template-columns:1fr 2fr;gap:80px}.brand-wordmark--footer{font-size:48px}.site-footer__brand>p{color:#aaa;max-width:330px;line-height:1.7}.site-footer__contact{display:grid;gap:7px;font-size:13px;margin-top:30px}.site-footer__nav{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.site-footer__nav>div{display:grid;align-content:start;gap:12px}.site-footer__nav h3{font-size:11px;text-transform:uppercase;letter-spacing:.16em;margin:0 0 10px;color:#888}.site-footer__nav a{font-size:13px;color:#ddd}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:70px;padding-top:25px;display:flex;justify-content:space-between;font-size:11px;color:#999}.site-footer__bottom>div{display:flex;gap:20px}@media(max-width:989px){:root{--header-h:70px;--page:18px}.site-header__inner{grid-template-columns:auto 1fr auto;gap:8px}.brand-wordmark{justify-self:center;font-size:25px}.brand-wordmark img{max-width:122px;max-height:28px}.site-header__actions .header-favorites,.site-header__actions .icon-button:first-child{display:inline-flex}.site-header__actions{justify-self:end}.video-hero{height:var(--height-mobile);min-height:620px}.video-hero__video--desktop,.video-story__video--desktop{display:none}.video-hero__video--mobile,.video-story__video--mobile{display:block}.video-hero__content{left:18px;right:18px}.video-hero__content h1{font-size:clamp(44px,14vw,72px)}.category-strip__track{grid-auto-columns:42vw}.video-story{height:100svh;min-height:620px}.video-story__content{left:18px;right:18px}.video-story__content h1,.video-story__content h2{font-size:clamp(46px,14vw,72px)}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card__content{min-height:180px;padding:14px 12px}.product-card__title{font-size:13px;margin-right:28px}.product-card__meta{font-size:9px}.product-card__quick{right:7px;bottom:15px}.collection-layout{display:block}.filters{position:fixed;inset:0 0 0 auto;width:min(420px,100%);z-index:5000;background:#fff;padding:0 22px 30px;transform:translate(103%);transition:transform .4s var(--ease);overflow:auto;border:0}.filters>header{height:78px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.filters>header h2{font-weight:400;font-size:28px}.collection-toolbar{position:sticky;top:0;background:#fff;z-index:20}.product-layout{grid-template-columns:1fr}.product-gallery{margin-left:-18px;margin-right:-18px;display:flex;overflow:auto;scroll-snap-type:x mandatory}.product-media{min-width:100%;scroll-snap-align:start}.product-info{position:static}.product-info h1{font-size:52px}.product-video-section{grid-template-columns:1fr;min-height:auto}.product-video-section__media{min-height:70svh}.product-video-section__copy{padding:45px 18px 60px}.technical-section__grid{grid-template-columns:1fr}.technical-drawing{min-height:360px}.collection-list{grid-template-columns:1fr 1fr}.cart-page form{grid-template-columns:1fr}.site-footer__top{grid-template-columns:1fr;gap:55px}.site-footer__nav{grid-template-columns:1fr 1fr}.site-footer__bottom{flex-direction:column;gap:20px}.media-lightbox{padding:50px 15px}.search-page__form{grid-template-columns:1fr}.cart-page__items article{grid-template-columns:90px 1fr auto}.cart-page__items img{width:90px;height:90px}.cart-page__items article>input{grid-column:2}.cart-page__items article>a:last-child{grid-column:3;grid-row:1/3}}@media(max-width:520px){.site-header__actions .icon-button{width:38px}.mobile-menu__header{height:76px}.mobile-menu__search{font-size:19px}.mobile-menu summary,.mobile-menu__single{min-height:84px}.mobile-menu summary strong,.mobile-menu__single strong{font-size:25px}.category-strip{padding-left:18px;padding-right:0}.category-strip .section-heading{padding-right:18px}.category-strip__track{grid-auto-columns:48vw;padding-right:18px}.section-heading--row{align-items:flex-start}.section-heading--row>a{white-space:nowrap}.product-card__wishlist{width:34px;height:34px;right:8px;top:8px}.product-card__wishlist svg{width:17px}.product-card__badge{left:8px;top:8px}.product-card__content{min-height:170px}.product-card__stock{font-size:9px}.collection-hero__row{display:block}.collection-hero__row>span{display:block;margin-top:15px}.product-actions-row{grid-template-columns:100px 1fr}.technical-list>div{grid-template-columns:42% 1fr}.site-footer__nav{grid-template-columns:1fr}.site-footer__bottom>div{flex-wrap:wrap}.drawer__header h2{font-size:36px}}body.is-home #MainContent{margin:0}body.is-home #MainContent>.shopify-section{margin:0}body.is-home .video-hero,body.is-home .video-story{scroll-snap-align:start}@media(min-width:990px){.mobile-menu{inset:0 auto 0 0;width:clamp(520px,38vw,640px);max-width:640px;grid-template-rows:auto auto 1fr auto}.mobile-menu__header{height:78px;padding-inline:32px}.mobile-menu__header .brand-wordmark{font-size:25px}.mobile-menu__search{margin:8px 32px 0;padding:17px 0;gap:14px;font-size:17px}.mobile-menu__nav{padding-inline:32px}.mobile-menu summary,.mobile-menu__single{min-height:76px;grid-template-columns:28px minmax(0,1fr) auto;gap:10px}.mobile-menu summary strong,.mobile-menu__single strong{font-size:clamp(22px,1.8vw,30px);line-height:1.15;letter-spacing:-.025em}.mobile-menu__submenu{padding:0 0 22px 38px;gap:3px}.mobile-menu__submenu a{padding:7px 0;font-size:13px}.mobile-menu__support{padding:24px 32px 28px}.mobile-menu__support p{margin-top:0}}@media(max-width:989px){.mobile-menu{top:0;right:0;bottom:0;left:0;width:100%;max-width:none}}.social-icons{display:flex;align-items:center;gap:10px}.social-icons>a{width:44px;height:44px;border:1px solid currentColor;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;transition:opacity .25s,transform .25s}.social-icons>a:hover{opacity:.65;transform:translateY(-2px)}.social-icons svg{width:19px;height:19px}.social-icons--menu{margin-top:2px}.mobile-menu__support>.social-icons{display:flex;gap:10px}.mobile-menu__support>.social-icons a{font-size:0}.mobile-menu__contact-text{display:flex;flex-wrap:wrap;gap:16px 30px;font-size:13px}.site-footer__brand .social-icons{margin-top:28px}.social-icons--footer>a{border-color:#ffffff6b;color:#fff}.site-footer__bottom>span:last-child{color:#777}.product-video-section__media iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.technical-section__grid--single .technical-drawing{width:100%}.technical-drawing img{object-fit:contain;padding:clamp(18px,3vw,44px)}@media(max-width:989px){.social-icons>a{width:42px;height:42px}.mobile-menu__support{margin-top:34px}.technical-section__grid--single{grid-template-columns:1fr}}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.image-placeholder{background:#f2f1ee;display:grid;place-items:center;min-height:280px;color:#8a8a8a;text-align:center;padding:24px}.image-placeholder>span{max-width:260px;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.drawer-close-circle{border:1px solid currentColor;border-radius:50%}.drawer-close-text{border:0;background:transparent;cursor:pointer;font-size:12px;letter-spacing:.12em;text-transform:uppercase}.drawer-close-text span{font-size:22px;margin-left:8px;vertical-align:-2px}@media(min-width:990px){.mobile-menu{width:clamp(430px,29vw,520px);max-width:520px}.mobile-menu__header{height:82px;padding-inline:30px}.mobile-menu__search{margin:4px 30px 0;padding:16px 0;font-size:16px}.mobile-menu__nav{padding-inline:0}.mobile-menu summary,.mobile-menu__single{min-height:78px;padding:0 30px;grid-template-columns:24px 1fr auto}.mobile-menu summary strong,.mobile-menu__single strong{font-size:clamp(20px,1.55vw,27px)}.mobile-menu__submenu{padding:0 18px 24px 42px}.mobile-menu__support{padding:22px 30px 26px}.mobile-menu__support p{font-size:15px}.mobile-menu__features{grid-template-columns:repeat(2,minmax(0,1fr))}}.mobile-menu__submenu{display:block}.mobile-menu__submenu-links{display:grid}.mobile-menu__nested{display:grid;padding-left:14px;border-left:1px solid var(--line);margin:3px 0 8px}.mobile-menu__nested a{font-size:11px;color:#777}.mobile-menu__features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:16px}.menu-feature{display:block;min-width:0}.menu-feature img{aspect-ratio:1.08;object-fit:cover;background:#eceae6}.menu-feature span{display:block;font-size:10px;margin-top:7px;line-height:1.3}.mobile-menu details[open] summary{border-bottom:0}.mobile-menu details[open] .mobile-menu__submenu{animation:lumeMenuReveal .25s ease both}@keyframes lumeMenuReveal{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}.collection-hero h1{font-size:clamp(44px,6vw,86px);max-width:1350px}.collection-subcategories{margin:4px 0 34px;overflow:hidden}.collection-subcategories__track{display:flex;gap:12px;overflow-x:auto;scrollbar-width:none;padding-bottom:4px}.collection-subcategories__track::-webkit-scrollbar{display:none}.subcategory-card{flex:0 0 clamp(150px,14vw,220px);display:grid;gap:10px}.subcategory-card__image{display:grid;place-items:center;aspect-ratio:1.5;background:#f2f1ee;overflow:hidden;border:1px solid transparent;transition:border-color .2s}.subcategory-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.subcategory-card:hover .subcategory-card__image img{transform:scale(1.025)}.subcategory-card strong{font-size:12px;font-weight:400;line-height:1.35}.subcategory-card.is-active .subcategory-card__image{border-color:#050505}.subcategory-card.is-active strong{font-weight:600}.filters-empty{font-size:12px;color:#777;line-height:1.6}.collection-toolbar{top:0}.collection-layout{align-items:start}.filters{position:sticky;top:86px}.filter-options label input{accent-color:#050505}.product-card__badges{position:absolute;z-index:3;left:12px;top:12px;display:flex;gap:7px;align-items:center}.product-card__badge{position:static;display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border-radius:999px;font-size:9px;letter-spacing:0;text-transform:none}.product-card__badge--label{background:#fff;color:#050505}.product-card__badge--percent,.product-card__badge--sold-out{background:#050505;color:#fff;font-weight:600}.product-card__content{min-height:162px;padding:16px 16px 18px}.product-card__title{font-size:14px;margin-top:7px;margin-bottom:6px;text-transform:uppercase}.product-card__meta{font-size:10px;min-height:15px}.product-card__price{font-size:12px;align-items:center}.product-card__price strong{font-weight:600}.product-card__reference{font-size:8px;color:#999;letter-spacing:.18em;text-transform:uppercase;margin:9px 40px 0 0}.product-card__quick{bottom:15px}.product-card__stock{display:none!important}.drawer--cart{width:min(780px,100%);grid-template-rows:auto 1fr auto;background:#f8f7f4}.drawer--favorites{width:min(580px,100%);background:#fff}.drawer__header--cart{padding:34px 52px 22px;align-items:center;border-bottom:0}.drawer__header--cart h2{font-size:18px;letter-spacing:.14em;font-weight:400;margin:0}.cart-drawer__body{padding:18px 52px 24px}.cart-drawer__summary{display:grid;grid-template-columns:180px 1fr;gap:20px;align-items:start;margin-bottom:42px;font-size:14px;font-weight:600;letter-spacing:.12em}.cart-drawer__summary strong{font-size:16px}.cart-discount{display:grid;grid-template-columns:1fr auto;align-items:center;border-bottom:1px solid #050505;margin-bottom:42px}.cart-discount input{border:0;background:transparent;padding:14px 0;outline:0;font-size:14px}.cart-discount button{border:0;background:transparent;text-transform:uppercase;font-size:10px;letter-spacing:.15em;cursor:pointer}.cart-drawer-empty{min-height:325px;border:1px solid var(--line);background:#fff;padding:50px 28px}.cart-drawer__footer{padding:22px 52px 38px;background:#f8f7f4;border-top:0}.cart-drawer__footer .button{min-height:72px}.cart-question{text-align:center;font-size:11px;font-weight:600;letter-spacing:.16em;padding-top:10px}.button.is-disabled{pointer-events:none;opacity:.35}.cart-drawer-item{background:#fff;padding:14px;margin-bottom:1px}.drawer__header--favorites{padding:30px;border-bottom:1px solid var(--line);align-items:center}.drawer__header--favorites h2{font-size:28px;margin-top:4px}.favorites-drawer__body{padding:28px 30px}.favorites-drawer-grid{display:grid;gap:1px}.favorite-drawer-item{display:grid;grid-template-columns:88px 1fr auto;gap:14px;align-items:center;border-bottom:1px solid var(--line);padding:12px 0}.favorite-drawer-item img{width:88px;height:88px;object-fit:cover;background:#eee}.favorite-drawer-item>div{display:grid;gap:6px}.favorite-drawer-item strong{font-size:13px;font-weight:500}.favorite-drawer-item span{font-size:12px;color:#777}.favorite-drawer-item .wishlist-button{width:42px;height:42px;justify-content:center}.favorites-drawer-empty{min-height:325px}.favorites-drawer__footer{padding:26px 30px}.technical-section{padding:0;background:#faf8f4}.product-section-nav{height:92px;padding:0 var(--page);display:flex;align-items:center;justify-content:center;gap:clamp(28px,7vw,100px);border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.product-section-nav a{font-size:clamp(14px,1.3vw,20px);color:#bbb;display:flex;align-items:center;gap:12px}.product-section-nav a span{font-size:9px}.product-section-nav a.is-active{color:#050505}.technical-section__inner{padding:clamp(55px,7vw,105px) var(--page)}.technical-section__heading{margin-bottom:36px}.technical-section__heading h2{font-size:clamp(36px,4.6vw,70px)}.technical-section__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0;background:#fff;min-height:650px}.technical-drawing{min-height:650px;background:#f4f1eb}.technical-drawing img{padding:clamp(28px,5vw,80px);width:100%;height:100%;object-fit:contain}.technical-list-wrap{padding:clamp(30px,5vw,78px)}.technical-list>div{min-height:72px;grid-template-columns:34% 1fr;font-size:12px}.technical-list strong{font-weight:400}.technical-extra{margin-top:32px;font-size:13px;line-height:1.7}.technical-section__grid--single{grid-template-columns:minmax(0,900px);justify-content:center}.technical-section__grid--single .technical-drawing{min-height:540px}.product-video-section{min-height:78vh;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);background:#fff;color:#050505;padding:clamp(50px,7vw,110px) var(--page);gap:clamp(45px,8vw,140px);align-items:center}.product-video-section__media{min-height:72vh;background:#050505}.product-video-section__copy{padding:0;justify-content:center}.product-video-section__copy>p{color:#888}.product-video-section__copy h2{font-size:clamp(45px,5vw,78px)}.product-video-section__copy div{font-size:clamp(14px,1.2vw,18px);color:#202020;line-height:1.75}.product-video-section__media video,.product-video-section__media iframe{object-fit:cover}.legal-page{padding-top:clamp(65px,8vw,120px);padding-bottom:clamp(90px,10vw,150px)}.legal-page__hero{padding-bottom:clamp(45px,6vw,80px);border-bottom:1px solid var(--line)}.legal-page__hero p,.about-page p:first-child,.contact-page p:first-child,.customer-page__hero p,.account-page__header p{font-size:10px;text-transform:uppercase;letter-spacing:.22em;color:#777}.legal-page__hero h1{font-size:clamp(48px,7vw,105px);font-weight:300;letter-spacing:-.055em;line-height:.95;margin:12px 0 0}.legal-page__content{width:min(850px,100%);margin:clamp(55px,8vw,110px) auto 0;font-size:15px;line-height:1.85}.legal-page__content h2{font-size:clamp(25px,3vw,40px);font-weight:400;letter-spacing:-.03em;margin:52px 0 14px}.legal-page__content a{text-decoration:underline}.customer-page{padding-top:clamp(55px,7vw,100px);padding-bottom:120px}.customer-page__hero{text-align:center}.customer-page__hero h1{font-size:clamp(48px,6vw,88px);font-weight:300;letter-spacing:-.055em;line-height:1.05;margin:14px 0 55px}.customer-tabs{width:min(780px,100%);margin:0 auto 42px;display:grid;grid-template-columns:1fr 1fr}.customer-tabs a{min-height:54px;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;text-transform:uppercase;font-size:10px;letter-spacing:.16em}.customer-tabs a.is-active{background:#050505;color:#fff;border-color:#050505}.customer-form-wrap{width:min(780px,100%);margin:auto}.customer-form{display:grid;gap:12px}.customer-form label{font-size:9px;text-transform:uppercase;letter-spacing:.2em;margin:12px 0 0}.customer-form input{height:64px;border:1px solid var(--line);border-radius:12px;padding:0 18px;outline:0}.customer-form .button{width:min(280px,100%);margin-top:20px}.password-recovery{margin-top:28px;border-top:1px solid var(--line);padding-top:24px}.password-recovery summary{cursor:pointer;font-size:12px}.customer-form--recover{margin-top:20px}.form-errors{padding:16px;border:1px solid #9e1e1e;color:#9e1e1e;font-size:12px}.account-page{padding-top:clamp(60px,8vw,110px);padding-bottom:120px}.account-page__header{display:flex;justify-content:space-between;align-items:end;gap:25px;padding-bottom:45px;border-bottom:1px solid var(--line)}.account-page__header h1{font-size:clamp(44px,6vw,85px);font-weight:300;letter-spacing:-.055em;margin:10px 0 0}.account-grid{display:grid;grid-template-columns:1fr 320px;gap:60px;padding-top:55px}.account-grid h2{font-size:28px;font-weight:400}.account-table{border-top:1px solid var(--line)}.account-table>a{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:18px;padding:20px 0;border-bottom:1px solid var(--line);font-size:12px}.account-address{border:1px solid var(--line);padding:28px;height:max-content}.account-address a{text-decoration:underline;font-size:12px}.account-empty{padding:50px 0}@media(max-width:989px){.site-header__desktop{display:none}.site-header__inner{grid-template-columns:auto 1fr auto}.site-header__actions>a[aria-label="Mon compte"]{display:none}.mobile-menu__features{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-hero h1{font-size:clamp(42px,12vw,70px)}.collection-subcategories{margin-right:calc(var(--page) * -1)}.collection-subcategories__track{padding-right:var(--page)}.subcategory-card{flex-basis:145px}.collection-layout{grid-template-columns:1fr}.filters{position:fixed;top:0;right:0;width:min(390px,100%);height:100dvh;background:#fff;z-index:4002;padding:0 24px 30px;overflow:auto;transform:translate(105%);transition:transform .35s;border:0}.filters.is-open{transform:none}.filters>header{display:flex}.product-section-nav{height:72px;justify-content:flex-start;overflow-x:auto;padding-right:20px}.product-section-nav a{white-space:nowrap}.technical-section__grid{grid-template-columns:1fr;min-height:0}.technical-drawing{min-height:55vh}.technical-list-wrap{padding:34px 20px 55px}.product-video-section{grid-template-columns:1fr;padding:0;gap:0}.product-video-section__media{min-height:72svh}.product-video-section__copy{padding:48px 20px 65px}.about-hero,.about-vision,.contact-hero,.contact-visit{grid-template-columns:1fr;min-height:0}.about-hero__media,.about-vision__media,.contact-hero__media{min-height:55vh}.about-vision__copy{order:2}.about-vision__media{order:1}.about-services{grid-template-columns:1fr 1fr}.about-services article:nth-child(2){border-right:0}.about-services article:nth-child(-n+2){border-bottom:1px solid var(--line)}.about-team__grid{grid-template-columns:repeat(2,1fr)}.contact-map,.contact-map iframe,.contact-map img{min-height:460px}.contact-cards{grid-template-columns:1fr}.contact-cards a{border-right:0;border-bottom:1px solid var(--line)}.contact-cards a:last-child{border-bottom:0}.account-grid{grid-template-columns:1fr}.account-table>a{grid-template-columns:1fr 1fr}.drawer--cart{width:min(640px,100%)}}@media(max-width:640px){.mobile-menu__features{grid-template-columns:1fr 1fr}.mobile-menu__submenu{padding-left:34px;padding-right:14px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card__badges{left:7px;top:7px;gap:4px;flex-direction:column;align-items:flex-start}.product-card__badge{min-height:28px;padding:0 9px;font-size:8px}.product-card__content{min-height:155px;padding:13px 10px 15px}.product-card__title{font-size:12px;margin-right:28px}.product-card__price{font-size:10px;gap:4px}.product-card__reference{font-size:7px}.product-card__quick{right:7px;bottom:11px;width:30px;height:30px}.product-card__wishlist{width:34px;height:34px;right:7px;top:7px}.drawer__header--cart{padding:25px 20px 15px}.cart-drawer__body{padding:14px 20px 20px}.cart-drawer__summary{grid-template-columns:1fr 1fr;margin-bottom:28px}.cart-discount{margin-bottom:28px}.cart-drawer__footer{padding:18px 20px 28px}.cart-drawer__footer .button{min-height:58px}.drawer__header--favorites,.favorites-drawer__body,.favorites-drawer__footer{padding-left:20px;padding-right:20px}.technical-section__inner{padding-left:0;padding-right:0}.technical-section__heading{padding:0 20px}.technical-list>div{grid-template-columns:42% 1fr}.about-hero,.about-vision,.contact-hero,.contact-visit{padding-left:20px;padding-right:20px}.about-services{grid-template-columns:1fr}.about-services article{border-right:0!important;border-bottom:1px solid var(--line)!important;min-height:220px;padding:36px 20px}.about-services article:last-child{border-bottom:0!important}.about-team__grid{grid-template-columns:1fr 1fr}.about-team{padding-left:20px;padding-right:20px}.team-card h3{font-size:14px;margin-left:12px}.team-card p{margin-left:12px}.contact-cards{margin-left:20px;margin-right:20px;padding-left:0;padding-right:0}.customer-page__hero h1 br{display:none}.customer-tabs{margin-bottom:30px}.customer-form input{height:58px}.account-page__header{align-items:flex-start;flex-direction:column}.account-table>a{grid-template-columns:1fr}.legal-page__content{font-size:14px}.legal-page__hero h1{font-size:48px}}.addresses-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:55px;padding-top:55px}.address-new>summary,.address-card>details>summary{font-size:18px;cursor:pointer;margin-bottom:24px}.address-form select{height:64px;border:1px solid var(--line);border-radius:12px;padding:0 18px;background:#fff}.address-default{display:flex!important;align-items:center;gap:10px;text-transform:none!important;letter-spacing:0!important}.address-default input{width:18px;height:18px}.address-list{display:grid;gap:16px}.address-card{border:1px solid var(--line);padding:26px}.address-card>span{font-size:9px;text-transform:uppercase;letter-spacing:.17em;color:#777}.address-card .rte{font-size:13px;line-height:1.7}.address-delete{border:0;background:transparent;text-decoration:underline;padding:12px 0 0;cursor:pointer;font-size:11px}.order-detail{display:grid;grid-template-columns:1fr 330px;gap:55px;padding-top:55px}.order-lines>article{display:grid;grid-template-columns:100px 1fr auto;gap:18px;align-items:center;border-bottom:1px solid var(--line);padding:16px 0}.order-lines>article img{width:100px;height:100px;object-fit:cover;background:#eee}.order-lines>article>div{display:grid;gap:5px}.order-lines>article span{font-size:11px;color:#777}.order-totals{margin-left:auto;width:min(440px,100%);padding-top:30px}.order-totals>div{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--line);font-size:12px}.order-addresses{display:grid;gap:16px;height:max-content}.order-addresses>div{border:1px solid var(--line);padding:24px;font-size:12px;line-height:1.7}.order-addresses h2{font-size:20px;font-weight:400;margin-top:0}@media(max-width:989px){.addresses-layout,.order-detail{grid-template-columns:1fr}.order-detail{gap:30px}}@media(max-width:640px){.order-lines>article{grid-template-columns:72px 1fr}.order-lines>article img{width:72px;height:72px}.order-lines>article>strong{grid-column:2}.addresses-layout{gap:30px}}.product-card__media img{object-fit:contain;padding:clamp(8px,1.1vw,18px)}.site-header__inner{grid-template-columns:1fr auto 1fr;position:relative}.site-header__menu{justify-self:start}.site-header__inner>.brand-wordmark{grid-column:2;justify-self:center}.site-header__actions{grid-column:3;justify-self:end}.site-header__desktop{display:none!important}.product-card,.product-card__media{border:0!important;box-shadow:none!important;background:#fff}.product-card__media img{object-fit:contain;padding:0}@media(max-width:989px){.site-header__inner{grid-template-columns:1fr auto 1fr}.site-header__inner>.brand-wordmark{grid-column:2}.site-header__actions{grid-column:3}}.product-card__media>a{position:relative;display:block;width:100%;height:100%;overflow:hidden}.product-card__image{position:absolute!important;top:0;right:0;bottom:0;left:0;width:100%!important;height:100%!important;object-fit:contain!important;background:#fff;transition:opacity .38s ease,transform .55s var(--ease)}.product-card__image--secondary,.product-card.is-previewing .product-card__image--primary{opacity:0}.product-card.is-previewing .product-card__image--secondary{opacity:1}.product-card__mobile-dots{display:none;position:absolute;z-index:5;left:50%;bottom:10px;transform:translate(-50%);gap:5px}.product-card__mobile-dots button{width:18px;height:18px;padding:0;border:0;background:transparent;display:grid;place-items:center}.product-card__mobile-dots button:after{content:"";width:5px;height:5px;border-radius:50%;background:#05050559;transition:width .2s,background .2s,border-radius .2s}.product-card__mobile-dots button.is-active:after{width:16px;border-radius:99px;background:#050505}@media(hover:hover)and (pointer:fine){.product-card--has-secondary:hover .product-card__image--primary{opacity:0}.product-card--has-secondary:hover .product-card__image--secondary{opacity:1}.product-card--has-secondary:hover .product-card__image{transform:scale(1.025)}}@media(hover:none),(pointer:coarse){.product-card__mobile-dots{display:flex}}.mobile-menu__header{height:76px;border-bottom:1px solid var(--line)}.mobile-menu__search{min-height:58px;margin:10px clamp(18px,4vw,30px) 4px;padding:0;border-bottom:1px solid var(--line);font-size:15px}.mobile-menu__search svg{width:19px}.mobile-menu__nav{padding:0 clamp(18px,4vw,30px)}.mobile-menu__group,.mobile-menu__company{border-bottom:0}.mobile-menu__group>summary,.mobile-menu__single{min-height:72px}.mobile-menu__group>summary strong,.mobile-menu__single strong{font-size:clamp(23px,6vw,34px);font-weight:400}.mobile-menu__group>summary svg,.mobile-menu__single>svg{width:17px}.mobile-menu__submenu{padding:0 0 18px 34px;display:grid;gap:0}.mobile-menu__submenu a{min-height:38px;padding:8px 0;font-size:13px;color:#555}.mobile-menu__submenu .mobile-menu__view-all{color:#050505;font-size:10px;text-transform:uppercase;letter-spacing:.14em;font-weight:600}.mobile-menu__company{margin-top:10px;border-top:1px solid var(--line)}.mobile-menu__support{margin-top:24px;padding:24px clamp(18px,4vw,30px);gap:14px}.mobile-menu__support p{font-size:15px;margin:0}.mobile-menu__contact-text{font-size:11px!important;gap:12px 20px!important}@media(max-width:640px){.mobile-menu__header .brand-wordmark img{max-width:115px}.mobile-menu__group>summary,.mobile-menu__single{min-height:68px}.menu-index{font-size:9px;color:#777}}.site-header{position:sticky;top:0;z-index:1000;transform:translateZ(0);backface-visibility:hidden;will-change:transform;transition:transform .32s var(--ease),background .35s ease,color .35s ease,border-color .35s ease}.site-header.is-hidden{transform:translate3d(0,-110%,0)!important}.site-header.is-revealed,body.is-locked .site-header{transform:translateZ(0)!important}.site-header--transparent{position:fixed;top:0;right:0;left:0}body.is-locked .site-header{transform:translateY(0)!important}.site-header--transparent{position:fixed;top:0;left:0;right:0}.mobile-menu{background:#fff}.mobile-menu__nav--simple{padding:8px 30px 20px}.mobile-menu__nav--simple .mobile-menu__single{min-height:76px;padding:0;border-bottom:1px solid var(--line);grid-template-columns:34px minmax(0,1fr) auto}.mobile-menu__nav--simple .mobile-menu__single strong{font-size:clamp(22px,2vw,30px);font-weight:400;letter-spacing:-.035em}.mobile-menu__nav--simple .mobile-menu__single>svg{width:17px;justify-self:end}.mobile-menu__nav--simple .mobile-menu__single:last-child{border-bottom:0}.mobile-menu__support--simple{margin-top:20px;background:#fafafa}.mobile-menu__contact-text{display:flex;flex-wrap:wrap;gap:10px 22px;font-size:11px}.social-icons--menu{display:flex!important;gap:10px!important}.social-icons--menu>a{width:44px;height:44px;border:1px solid #d8d8d8;background:#fff}.drawer{width:min(420px,92vw);box-shadow:-18px 0 60px #00000029}.drawer__header{padding:23px 22px 18px;align-items:center}.drawer__header span{font-size:8px;letter-spacing:.2em}.drawer__header h2{font-size:30px;line-height:1.05;margin-top:5px}.drawer-close-circle{width:42px;height:42px;background:#fff}.drawer__body{padding:16px 22px}.drawer__footer{padding:16px 22px 22px;gap:8px}.drawer__footer .button{min-height:52px;font-size:10px}.cart-drawer__summary{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid var(--line)}.cart-drawer__summary span{font-size:10px;text-transform:uppercase;letter-spacing:.12em}.cart-drawer__summary strong{font-size:21px;font-weight:500}.cart-discount{display:grid;grid-template-columns:1fr auto;border-bottom:1px solid #111;margin-bottom:16px}.cart-discount input,.cart-discount button{min-height:44px;border:0;background:transparent;font-size:12px}.cart-discount button{padding-left:16px;cursor:pointer}.cart-drawer-item{grid-template-columns:72px 1fr auto;gap:12px;padding:13px 0}.cart-drawer-item img{width:72px;height:72px;background:#fff}.cart-drawer-item h3{font-size:12px}.favorites-drawer-grid{display:grid;gap:0}.favorite-drawer-item,.favorites-drawer-item{border-bottom:1px solid var(--line)}.drawer-empty{min-height:42vh}.drawer-empty h3{font-size:21px}@media(max-width:989px){.mobile-menu__nav--simple{padding-inline:20px}.mobile-menu__nav--simple .mobile-menu__single{min-height:72px}.mobile-menu__support--simple{padding-inline:20px}}.about-page--editorial{overflow:hidden;padding-bottom:0;background:#fff}.about-page--editorial .about-editorial-eyebrow,.about-page--editorial .about-editorial-section-heading p,.about-page--editorial .about-editorial-vision__label p,.about-page--editorial .about-editorial-chapter__title>p,.about-page--editorial .about-editorial-manifesto__eyebrow,.about-page--editorial .about-editorial-cta__inner>div>p{margin:0;font-size:9px;line-height:1.4;letter-spacing:.2em;text-transform:uppercase}.about-page--editorial .about-editorial-placeholder{width:100%;height:100%;min-height:420px;display:grid;place-items:center;padding:30px;background:#f2f1ee;color:#888;font-size:10px;letter-spacing:.14em;text-transform:uppercase}.about-page--editorial .about-editorial-hero{min-height:calc(100svh - var(--header-h));display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);gap:clamp(52px,7vw,120px);align-items:center;padding-top:clamp(48px,6vw,88px);padding-bottom:clamp(70px,8vw,120px)}.about-page--editorial .about-editorial-hero__media{width:100%;aspect-ratio:4 / 3;overflow:hidden;background:#f2f1ee}.about-page--editorial .about-editorial-hero__media img{width:100%;height:100%;object-fit:cover}.about-page--editorial .about-editorial-hero__copy{max-width:680px}.about-page--editorial .about-editorial-eyebrow{margin-bottom:25px;color:#777}.about-page--editorial .about-editorial-hero__copy h1{margin:0 0 38px;font-size:clamp(52px,6.4vw,104px);font-weight:300;line-height:.98;letter-spacing:-.065em;text-wrap:balance}.about-page--editorial .about-editorial-hero__intro{max-width:610px;font-size:clamp(14px,1.08vw,17px);line-height:1.85;color:#3e3e3e}.about-page--editorial .about-editorial-hero__intro p{margin:0 0 14px}.about-page--editorial .about-editorial-hero__signature{margin-top:48px;padding-top:20px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.about-page--editorial .about-editorial-hero__signature span{font-size:13px;font-weight:500;letter-spacing:.18em}.about-page--editorial .about-editorial-hero__signature small{font-size:9px;letter-spacing:.13em;text-transform:uppercase;color:#888}.about-page--editorial .about-editorial-vision{background:#050505;color:#fff}.about-page--editorial .about-editorial-vision__inner{min-height:680px;display:grid;grid-template-columns:1fr;gap:38px;align-items:start;padding-top:clamp(90px,10vw,160px);padding-bottom:clamp(90px,10vw,160px)}.about-page--editorial .about-editorial-vision__label{display:flex;align-items:center;gap:16px;color:#999}.about-page--editorial .about-editorial-vision__label span{font-size:9px}.about-page--editorial .about-editorial-vision__content{width:100%;max-width:1210px}.about-page--editorial .about-editorial-vision__content h2{max-width:1120px;margin:0;font-size:clamp(48px,6.1vw,94px);font-weight:300;line-height:1;letter-spacing:-.06em;text-wrap:balance}.about-page--editorial .about-editorial-vision__content .rte{width:min(720px,100%);margin:48px 0 0 auto;font-size:14px;line-height:1.9;color:#d7d7d7}.about-page--editorial .about-editorial-vision__content .rte p{margin:0 0 16px}.about-page--editorial .about-editorial-section-heading{display:grid;grid-template-columns:minmax(180px,.3fr) minmax(0,1fr);gap:clamp(44px,7vw,110px);align-items:start;margin-bottom:clamp(48px,6vw,90px)}.about-page--editorial .about-editorial-section-heading>div{display:flex;align-items:center;gap:16px;color:#777}.about-page--editorial .about-editorial-section-heading>div span{font-size:9px}.about-page--editorial .about-editorial-section-heading h2{max-width:940px;margin:0;font-size:clamp(42px,5vw,76px);font-weight:300;line-height:1;letter-spacing:-.055em;text-wrap:balance}.about-page--editorial .about-editorial-chapters{padding-top:clamp(90px,10vw,155px);padding-bottom:clamp(90px,10vw,155px)}.about-page--editorial .about-editorial-chapters__list{border-top:1px solid var(--line)}.about-page--editorial .about-editorial-chapter{min-height:280px;padding:clamp(34px,4vw,58px) 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:70px minmax(280px,.86fr) minmax(320px,1fr);gap:clamp(28px,5vw,90px);align-items:start}.about-page--editorial .about-editorial-chapter__number{padding-top:5px;font-size:9px;color:#999}.about-page--editorial .about-editorial-chapter__title>p{margin-bottom:19px;color:#888}.about-page--editorial .about-editorial-chapter__title h3{max-width:520px;margin:0;font-size:clamp(26px,2.7vw,42px);font-weight:300;line-height:1.14;letter-spacing:-.045em;text-wrap:balance}.about-page--editorial .about-editorial-chapter__text{max-width:600px;font-size:13px;line-height:1.86;color:#5c5c5c}.about-page--editorial .about-editorial-chapter__text p{margin:0 0 14px}.about-page--editorial .about-editorial-manifesto{position:relative;overflow:hidden;background:#f3f2ef}.about-page--editorial .about-editorial-manifesto__inner{position:relative;min-height:720px;padding-top:clamp(100px,12vw,190px);padding-bottom:clamp(100px,12vw,190px)}.about-page--editorial .about-editorial-manifesto__eyebrow{margin-bottom:34px;color:#777}.about-page--editorial .about-editorial-manifesto h2{position:relative;z-index:1;max-width:1150px;margin:0;font-size:clamp(48px,6.4vw,98px);font-weight:300;line-height:1;letter-spacing:-.065em;text-wrap:balance}.about-page--editorial .about-editorial-manifesto__text{position:relative;z-index:1;width:min(620px,100%);margin:50px 0 0 auto;font-size:14px;line-height:1.85;color:#555}.about-page--editorial .about-editorial-manifesto__text p{margin:0}.about-page--editorial .about-editorial-manifesto__mark{position:absolute;right:calc(var(--page) * -.25);bottom:-.18em;color:#05050509;font-size:clamp(160px,27vw,520px);font-weight:500;line-height:.7;letter-spacing:-.09em;pointer-events:none;-webkit-user-select:none;user-select:none}.about-page--editorial .about-editorial-team{padding-top:clamp(90px,10vw,155px);padding-bottom:clamp(95px,11vw,170px);background:#fff}.about-page--editorial .about-editorial-team.page-width{max-width:none}.about-page--editorial .about-editorial-team__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.about-page--editorial .about-editorial-member{min-width:0}.about-page--editorial .about-editorial-member__image{width:100%;aspect-ratio:4 / 5;overflow:hidden;background:#e9e9e6}.about-page--editorial .about-editorial-member__image img{width:100%;height:100%;object-fit:cover;filter:grayscale(12%);transition:transform .5s var(--ease),filter .4s ease}.about-page--editorial .about-editorial-member:hover img{transform:scale(1.018);filter:grayscale(0)}.about-page--editorial .about-editorial-member__content{padding:17px 2px 0}.about-page--editorial .about-editorial-member h3{margin:0;font-size:14px;font-weight:500;line-height:1.3}.about-page--editorial .about-editorial-member p{margin:6px 0 0;font-size:9px!important;line-height:1.45;letter-spacing:.1em!important;text-transform:uppercase!important;color:#777}.about-page--editorial .about-editorial-cta{background:#050505;color:#fff}.about-page--editorial .about-editorial-cta__inner{min-height:440px;padding-top:clamp(75px,9vw,130px);padding-bottom:clamp(75px,9vw,130px);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:60px;align-items:end}.about-page--editorial .about-editorial-cta__inner>div>p{margin-bottom:25px;color:#999}.about-page--editorial .about-editorial-cta h2{max-width:970px;margin:0;font-size:clamp(44px,5.6vw,86px);font-weight:300;line-height:1;letter-spacing:-.06em;text-wrap:balance}.about-page--editorial .about-editorial-cta__button{min-height:58px;padding:0 27px 0 30px;border:1px solid rgba(255,255,255,.7);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:28px;white-space:nowrap;font-size:10px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;transition:background .28s ease,color .28s ease,border-color .28s ease}.about-page--editorial .about-editorial-cta__button svg{width:20px}.about-page--editorial .about-editorial-cta__button:hover{background:#fff;border-color:#fff;color:#050505}@media(max-width:989px){.about-page--editorial .about-editorial-hero{min-height:0;grid-template-columns:1fr;gap:46px}.about-page--editorial .about-editorial-hero__media{aspect-ratio:16 / 10}.about-page--editorial .about-editorial-hero__copy{max-width:760px}.about-page--editorial .about-editorial-section-heading{grid-template-columns:1fr;gap:34px}.about-page--editorial .about-editorial-vision__content .rte,.about-page--editorial .about-editorial-manifesto__text{margin-left:0}.about-page--editorial .about-editorial-chapter{grid-template-columns:44px minmax(230px,.8fr) minmax(0,1fr);gap:28px}.about-page--editorial .about-editorial-team__grid{display:flex;gap:14px;overflow-x:auto;padding-bottom:10px;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.about-page--editorial .about-editorial-team__grid::-webkit-scrollbar{display:none}.about-page--editorial .about-editorial-member{flex:0 0 31vw;min-width:220px;scroll-snap-align:start}.about-page--editorial .about-editorial-cta__inner{grid-template-columns:1fr;align-items:start}.about-page--editorial .about-editorial-cta__button{justify-self:start}}@media(max-width:640px){.about-page--editorial .about-editorial-hero{padding:24px 20px 70px;gap:34px}.about-page--editorial .about-editorial-hero__media{aspect-ratio:4 / 5}.about-page--editorial .about-editorial-hero__copy h1{margin-bottom:28px;font-size:clamp(48px,14vw,66px)}.about-page--editorial .about-editorial-hero__intro{font-size:14px;line-height:1.75}.about-page--editorial .about-editorial-hero__signature{margin-top:34px}.about-page--editorial .about-editorial-vision__inner{min-height:0;padding:76px 20px}.about-page--editorial .about-editorial-vision__content h2{font-size:43px}.about-page--editorial .about-editorial-vision__content .rte{margin-top:32px;font-size:13px}.about-page--editorial .about-editorial-chapters,.about-page--editorial .about-editorial-team{padding:76px 20px}.about-page--editorial .about-editorial-section-heading{margin-bottom:44px}.about-page--editorial .about-editorial-section-heading h2{font-size:40px}.about-page--editorial .about-editorial-chapter{min-height:0;grid-template-columns:30px minmax(0,1fr);gap:14px;padding:34px 0}.about-page--editorial .about-editorial-chapter__text{grid-column:2;margin-top:10px;font-size:13px}.about-page--editorial .about-editorial-chapter__title h3{font-size:26px}.about-page--editorial .about-editorial-manifesto__inner{min-height:620px;padding:85px 20px 110px}.about-page--editorial .about-editorial-manifesto h2{font-size:43px}.about-page--editorial .about-editorial-manifesto__text{margin-top:34px;font-size:13px}.about-page--editorial .about-editorial-manifesto__mark{right:-20px;bottom:-.08em;font-size:42vw}.about-page--editorial .about-editorial-team__grid{margin-right:-20px;padding-right:20px}.about-page--editorial .about-editorial-member{flex:0 0 76vw;min-width:76vw}.about-page--editorial .about-editorial-member__content{padding-top:13px}.about-page--editorial .about-editorial-cta__inner{min-height:500px;padding:82px 20px;gap:44px}.about-page--editorial .about-editorial-cta h2{font-size:43px}.about-page--editorial .about-editorial-cta__button{width:100%;min-height:56px}}.contact-editorial{overflow:hidden;background:#fff}.contact-editorial__hero{min-height:calc(100svh - var(--header-h));display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);gap:clamp(48px,6.5vw,110px);align-items:center;padding-top:clamp(44px,5.5vw,80px);padding-bottom:clamp(64px,7vw,105px)}.contact-editorial__map{position:relative;width:100%;min-height:580px;overflow:hidden;background:#efefec}.contact-editorial__map iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;min-height:580px;border:0;filter:grayscale(100%) contrast(.94);transition:filter .4s ease}.contact-editorial__map:hover iframe{filter:grayscale(15%) contrast(1)}.contact-editorial__map-placeholder{width:100%;min-height:580px;display:grid;place-items:center;padding:30px;text-align:center;color:#777;font-size:10px;line-height:1.5;letter-spacing:.14em;text-transform:uppercase}.contact-editorial__map-link{position:absolute;z-index:2;left:18px;right:18px;bottom:18px;min-height:54px;padding:0 18px;background:#fff;color:#050505;display:flex;justify-content:space-between;align-items:center;gap:18px;font-size:9px;font-weight:600;letter-spacing:.13em;text-transform:uppercase;box-shadow:0 12px 36px #0000001f}.contact-editorial__map-link svg{width:17px;flex:0 0 auto;transition:transform .25s ease}.contact-editorial__map-link:hover svg{transform:translate(4px)}.contact-editorial__intro{max-width:600px}.contact-editorial__eyebrow{margin:0 0 22px;font-size:9px;line-height:1.4;letter-spacing:.2em;text-transform:uppercase;color:#777}.contact-editorial__intro h1{margin:0 0 32px;font-size:clamp(52px,6vw,92px);font-weight:300;line-height:.96;letter-spacing:-.06em}.contact-editorial__description{max-width:550px;font-size:clamp(14px,1.1vw,17px);line-height:1.8;color:#444}.contact-editorial__description p{margin-top:0}.contact-editorial__address{margin-top:34px;padding-top:18px;border-top:1px solid var(--line);display:grid;gap:7px}.contact-editorial__address span{font-size:8px;line-height:1.4;letter-spacing:.18em;text-transform:uppercase;color:#888}.contact-editorial__address strong{max-width:480px;font-size:16px;font-weight:400;line-height:1.5}.contact-editorial__actions{margin-top:26px;display:flex;flex-wrap:wrap;gap:9px}.contact-editorial__actions .button{min-width:195px;min-height:50px;padding-inline:20px;justify-content:space-between}.contact-editorial__section-heading{display:grid;grid-template-columns:minmax(160px,.26fr) minmax(0,1fr);gap:clamp(38px,6vw,96px);align-items:start;margin-bottom:clamp(34px,4vw,52px)}.contact-editorial__section-heading>div{display:flex;align-items:center;gap:14px;color:#777}.contact-editorial__section-heading span,.contact-editorial__section-heading p{margin:0;font-size:8px;line-height:1.4;letter-spacing:.18em;text-transform:uppercase}.contact-editorial__section-heading h2{max-width:820px;margin:0;font-size:clamp(40px,4.7vw,70px);font-weight:300;line-height:1;letter-spacing:-.055em}.contact-editorial__information{padding-top:clamp(58px,6vw,92px);padding-bottom:clamp(58px,6vw,92px);border-top:1px solid var(--line)}.contact-editorial__details{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.contact-editorial__details>*{min-width:0;min-height:160px;padding:20px;border-right:1px solid var(--line);display:flex;flex-direction:column;color:#050505}.contact-editorial__details>*:last-child{border-right:0}.contact-editorial__details>a{transition:background .25s ease}.contact-editorial__details>a:hover{background:#f7f7f5}.contact-editorial__details span{margin:0;font-size:8px;line-height:1.4;letter-spacing:.18em;text-transform:uppercase;color:#888}.contact-editorial__details strong{margin:27px 0 8px;font-size:clamp(14px,1.15vw,18px);font-weight:400;line-height:1.4;overflow-wrap:anywhere}.contact-editorial__details small{margin-top:auto;font-size:9px;line-height:1.5;color:#777}.contact-editorial__project{background:#050505;color:#fff}.contact-editorial__project-inner{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:clamp(56px,8vw,130px);align-items:start;padding-top:clamp(82px,9vw,135px);padding-bottom:clamp(82px,9vw,135px)}.contact-editorial__project-copy>p{margin:0 0 24px;font-size:8px;line-height:1.4;letter-spacing:.2em;text-transform:uppercase;color:#888}.contact-editorial__project-copy h2{max-width:600px;margin:0;font-size:clamp(46px,5.6vw,84px);font-weight:300;line-height:.98;letter-spacing:-.06em}.contact-editorial__project-copy .rte{max-width:500px;margin-top:34px;font-size:13px;line-height:1.8;color:#aaa}.contact-editorial__form{display:grid;gap:24px}.contact-editorial__form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.contact-editorial__field{display:grid;gap:8px}.contact-editorial__field label{font-size:8px;line-height:1.4;letter-spacing:.18em;text-transform:uppercase;color:#aaa}.contact-editorial__field input,.contact-editorial__field textarea{width:100%;padding:0;border:0;border-bottom:1px solid rgba(255,255,255,.35);border-radius:0;outline:0;background:transparent;color:#fff;font-size:14px;transition:border-color .25s ease}.contact-editorial__field input{height:54px}.contact-editorial__field textarea{min-height:145px;padding-top:14px;resize:vertical}.contact-editorial__field input:focus,.contact-editorial__field textarea:focus{border-color:#fff}.contact-editorial__field input::placeholder,.contact-editorial__field textarea::placeholder{color:#777}.contact-editorial__submit{width:min(270px,100%);justify-content:space-between;margin-top:8px}.contact-editorial__success,.contact-editorial__errors{padding:16px;border:1px solid rgba(255,255,255,.35);font-size:12px;line-height:1.6}.contact-editorial__form .errors{margin:0;color:#fff;font-size:12px}@media(max-width:989px){.contact-editorial__hero{min-height:0;grid-template-columns:1fr;gap:42px}.contact-editorial__map,.contact-editorial__map iframe,.contact-editorial__map-placeholder{min-height:500px}.contact-editorial__intro{max-width:720px}.contact-editorial__section-heading,.contact-editorial__project-inner{grid-template-columns:1fr;gap:36px}.contact-editorial__details{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-editorial__details>*{min-height:150px}.contact-editorial__details>*:nth-child(2n){border-right:0}.contact-editorial__details>*:nth-child(-n+2){border-bottom:1px solid var(--line)}}@media(max-width:640px){.contact-editorial__hero{padding:22px 20px 62px;gap:34px}.contact-editorial__map,.contact-editorial__map iframe,.contact-editorial__map-placeholder{min-height:400px}.contact-editorial__map-link{left:12px;right:12px;bottom:12px;min-height:48px;padding-inline:14px;font-size:8px}.contact-editorial__intro h1{margin-bottom:24px;font-size:48px}.contact-editorial__description{font-size:14px;line-height:1.75}.contact-editorial__address{margin-top:28px}.contact-editorial__actions{display:grid}.contact-editorial__actions .button{width:100%;min-width:0}.contact-editorial__information{padding:54px 20px}.contact-editorial__section-heading{gap:24px;margin-bottom:30px}.contact-editorial__section-heading h2{font-size:39px}.contact-editorial__details{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-editorial__details>*{min-height:132px;padding:16px 12px}.contact-editorial__details strong{margin:20px 0 7px;font-size:13px;line-height:1.35}.contact-editorial__details small{font-size:8px}.contact-editorial__project-inner{padding:68px 20px}.contact-editorial__project-copy h2{font-size:44px}.contact-editorial__project-copy .rte{margin-top:26px}.contact-editorial__form-row{grid-template-columns:1fr;gap:24px}.contact-editorial__submit{width:100%}}.search-panel{position:fixed;inset:50% auto auto 50%;z-index:4000;width:min(680px,calc(100vw - 48px));max-height:min(680px,calc(100dvh - 40px));background:#fff;border:1px solid #dcdcdc;border-radius:16px;box-shadow:0 24px 80px #00000029;transform:translate(-50%,calc(-50% - 18px)) scale(.985);transform-origin:center;opacity:0;visibility:hidden;pointer-events:none;overflow:auto;transition:opacity .24s ease,transform .3s var(--ease),visibility .24s}.search-panel.is-open{transform:translate(-50%,-50%) scale(1);opacity:1;visibility:visible;pointer-events:auto}.search-panel__header{height:68px;padding:0 22px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.search-panel__header .brand-wordmark img{max-width:112px;max-height:28px}.search-panel__form{width:auto;margin:0 22px;padding:20px 0 14px;border-bottom:1px solid #111;display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:center}.search-panel__form svg{width:20px;height:20px}.search-panel__form input{width:100%;min-width:0;border:0;outline:0;background:transparent;font-size:20px;font-weight:400;line-height:1.35}.search-panel__results{width:auto;margin:18px 22px 24px;padding:0}.search-panel__hint{color:#888;font-size:12px}.predictive-item{display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:13px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}.predictive-item img{width:64px;height:64px;aspect-ratio:1;object-fit:cover;background:#fff}.predictive-item strong{font-weight:500}.predictive-item span{font-size:12px;color:#777}body:has(.search-panel.is-open) .drawer-overlay{background:#00000014;-webkit-backdrop-filter:none;backdrop-filter:none}@media(max-width:640px){.search-panel{width:calc(100vw - 24px);max-height:calc(100dvh - 24px);border-radius:12px}.search-panel__header{height:60px;padding-inline:16px}.search-panel__form{margin-inline:16px;padding-top:16px}.search-panel__form input{font-size:17px}.search-panel__results{margin-inline:16px}.predictive-item{grid-template-columns:56px minmax(0,1fr) auto;gap:11px}.predictive-item img{width:56px;height:56px}}[hidden]{display:none!important}.product-card:not(.product-card--has-secondary) .product-card__image--primary{opacity:1!important;transform:none!important}.drawer--cart,.drawer--favorites{width:min(580px,100%);background:#fff;color:#050505;grid-template-rows:auto 1fr auto}.drawer--favorites{grid-template-rows:auto 1fr}.drawer--cart .drawer__header,.drawer--favorites .drawer__header{padding:30px;border-bottom:1px solid var(--line);background:#fff;align-items:center}.drawer--cart .drawer__header h2,.drawer--favorites .drawer__header h2{margin-top:4px;font-size:28px;font-weight:400;line-height:1.08}.drawer--cart .drawer__body,.drawer--favorites .drawer__body{padding:28px 30px;background:#fff}.drawer--cart .drawer__footer{padding:22px 30px 28px;border-top:1px solid var(--line);background:#fff}.drawer--cart .cart-drawer__summary{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:0 0 12px;padding:0 0 18px;border-bottom:1px solid var(--line)}.drawer--cart .cart-drawer__summary span{color:#777;font-size:9px;font-weight:500;letter-spacing:.17em;text-transform:uppercase}.drawer--cart .cart-drawer__summary strong{color:#050505;font-size:18px;font-weight:500}.drawer--cart .cart-drawer-item{display:grid;grid-template-columns:88px minmax(0,1fr) 42px;gap:14px;align-items:center;margin:0;padding:14px 0;border-bottom:1px solid var(--line);background:#fff}.drawer--cart .cart-drawer-item img{width:88px;height:88px;padding:0;border:0;background:#f3f3f0;object-fit:contain}.drawer--cart .cart-drawer-item__content{min-width:0}.drawer--cart .cart-drawer-item h3{margin:0 0 5px;color:#050505;font-size:13px;font-weight:500;line-height:1.35}.drawer--cart .cart-drawer-item small{margin-bottom:6px;color:#777;font-size:10px}.drawer--cart .cart-drawer-item strong{color:#777;font-size:12px;font-weight:400}.drawer--cart .cart-line-controls{width:max-content;margin-top:9px;gap:0;border:1px solid #d8d8d4;border-radius:999px;overflow:hidden}.drawer--cart .cart-line-controls button{width:30px;height:28px;border:0;background:#fff;font-size:15px;cursor:pointer}.drawer--cart .cart-line-controls span{min-width:26px;color:#050505;font-size:11px;text-align:center}.drawer--cart .cart-drawer-item>.icon-button{width:42px;height:42px;color:#050505}.drawer--cart .cart-drawer-item>.icon-button svg{width:18px;height:18px}.drawer--cart .cart-drawer__footer .button{min-height:58px;border-color:#050505;background:#050505;color:#fff}.drawer--cart .cart-drawer-empty,.drawer--favorites .favorites-drawer-empty{min-height:42vh;padding:36px 10px;border:0;background:#fff}.drawer--cart .cart-drawer-empty .button,.drawer--favorites .favorites-drawer-empty .button{width:100%;margin-top:8px}.favorite-drawer-item__content{min-width:0;display:grid;align-content:center;gap:5px}.favorite-drawer-item__content>a{min-width:0}.favorite-drawer-item__content strong{display:block;overflow:hidden;text-overflow:ellipsis}.favorite-drawer-item__add{width:max-content;max-width:100%;min-height:34px;margin-top:5px;padding:0 14px;border:1px solid #050505;border-radius:999px;background:#fff;color:#050505;display:inline-flex;align-items:center;justify-content:center;font-size:8px;font-weight:600;letter-spacing:.12em;line-height:1;text-transform:uppercase;white-space:nowrap;cursor:pointer;transition:background .2s ease,color .2s ease,opacity .2s ease}.favorite-drawer-item__add:hover{background:#050505;color:#fff}.favorite-drawer-item__add:disabled{cursor:wait;opacity:.5}.favorite-drawer-item__view{border-color:#d2d2ce;color:#6d6d6d}.favorite-drawer-item>.wishlist-button{align-self:start;margin-top:22px}@media(max-width:640px){.drawer--cart .drawer__header,.drawer--favorites .drawer__header,.drawer--cart .drawer__body,.drawer--favorites .drawer__body,.drawer--cart .drawer__footer{padding-left:20px;padding-right:20px}.drawer--cart .drawer__header,.drawer--favorites .drawer__header{padding-top:24px;padding-bottom:18px}.drawer--cart .cart-drawer-item{grid-template-columns:82px minmax(0,1fr) 36px;gap:12px}.drawer--cart .cart-drawer-item img{width:82px;height:82px}.favorite-drawer-item{grid-template-columns:82px minmax(0,1fr) 36px;gap:12px}.favorite-drawer-item img{width:82px;height:82px}.favorite-drawer-item__add{min-height:31px;padding-inline:10px;font-size:7px}.favorite-drawer-item>.wishlist-button{width:36px;height:36px;margin-top:20px}}:where(a,button,input,select,textarea,summary):focus-visible{outline:2px solid #050505;outline-offset:3px}.site-header--transparent :where(a,button):focus-visible{outline-color:#fff}@media(max-width:989px){.site-header__actions .icon-button:first-child,.site-header__actions .header-favorites{display:inline-flex!important}.site-header__actions{gap:0;min-width:0}.site-header__actions .icon-button,.site-header__menu{width:40px;height:44px}.site-header__actions .icon-button svg,.site-header__menu svg{width:20px;height:20px}.header-count{right:0;top:2px;min-width:16px;height:16px;font-size:8px}.menu-overlay,.drawer-overlay{background:#0000006b;-webkit-backdrop-filter:none;backdrop-filter:none}.drawer--cart,.drawer--favorites{width:100%;max-width:100%;height:100dvh;border-radius:0;box-shadow:none;overscroll-behavior:contain}.drawer--cart .drawer__header,.drawer--favorites .drawer__header{min-height:88px;padding:18px 18px 16px}.drawer--cart .drawer__header h2,.drawer--favorites .drawer__header h2{font-size:28px}.drawer--cart .drawer__body,.drawer--favorites .drawer__body{min-height:0;padding:18px;overscroll-behavior:contain}.drawer--cart .drawer__footer{padding:14px 18px calc(16px + env(safe-area-inset-bottom))}.drawer-close-circle{width:46px;height:46px;flex:0 0 46px}.drawer--cart .cart-drawer-item,.favorite-drawer-item{grid-template-columns:76px minmax(0,1fr) 42px;gap:12px;padding:13px 0}.drawer--cart .cart-drawer-item img,.favorite-drawer-item img{width:76px;height:76px;object-fit:contain}.drawer--cart .cart-drawer-item h3,.favorite-drawer-item strong{font-size:13px;line-height:1.35}.favorite-drawer-item>.wishlist-button{width:42px;height:42px;margin-top:0;align-self:center}.favorite-drawer-item__add{min-height:38px;padding-inline:13px;font-size:8px}.search-panel{width:calc(100vw - 24px);max-height:calc(100dvh - 24px);border-radius:12px}.search-panel__form input{font-size:16px}}@media(max-width:430px){.site-header__actions .icon-button,.site-header__menu{width:36px}.site-header__actions .icon-button svg,.site-header__menu svg{width:19px;height:19px}.brand-wordmark img{max-width:108px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.product-card__meta,.product-card__reference,.drawer__header span,.drawer--cart .cart-drawer__summary span,.drawer--cart .cart-drawer-item small,.drawer--cart .cart-drawer-item strong,.favorite-drawer-item span,.search-panel__hint{color:#666}@media(max-width:989px){.product-card__mobile-dots{gap:0}.product-card__mobile-dots button{width:30px;height:30px}}@media(max-width:340px){.site-header__actions .icon-button:first-child{display:none!important}.site-header__actions .icon-button,.site-header__menu{width:42px;height:44px}.brand-wordmark img{max-width:90px}}html,body{max-width:100%;overflow-x:hidden;overflow-x:clip}@media(max-width:640px){.about-page--editorial .about-editorial-hero__media{width:100%;height:auto;aspect-ratio:auto;overflow:visible;background:transparent}.about-page--editorial .about-editorial-hero__media img{display:block;width:100%;height:auto;max-height:none;object-fit:contain;object-position:center}}.cart-drawer__footer .lume-checkout-form{display:block;width:100%;margin:0}.button:disabled,.button[disabled]{opacity:.55;cursor:wait}.product-card__bottom-pill{position:absolute;z-index:4;left:0;bottom:16px;display:inline-flex;align-items:center;max-width:calc(100% - 24px);min-height:44px;padding:0 20px;border-radius:0 999px 999px 0;overflow:hidden;background:#fffffff5;color:#9b2d0b;box-shadow:0 7px 22px #0000000f;font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-style:normal;font-weight:500;letter-spacing:.01em;line-height:1.15;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}@media(hover:hover)and (pointer:fine){.product-card__bottom-pill{transition:none}.product-card:hover .product-card__bottom-pill{transform:none;box-shadow:0 7px 22px #0000000f}}@media(max-width:640px){.product-card__bottom-pill{bottom:9px;min-height:32px;max-width:calc(100% - 14px);padding:0 12px;font-size:10px}.product-card--has-bottom-pill .product-card__mobile-dots{left:auto;right:8px;transform:none}}.drawer--cart .cart-line-controls input[data-cart-quantity-input]{width:38px;min-width:38px;height:28px;padding:0;border:0;background:transparent;text-align:center;font-size:12px;font-weight:500;outline:0;-moz-appearance:textfield}.drawer--cart .cart-line-controls input[data-cart-quantity-input]::-webkit-outer-spin-button,.drawer--cart .cart-line-controls input[data-cart-quantity-input]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.drawer--cart .cart-line-controls button:disabled{opacity:.3;cursor:default}.lume-checkout-pill{width:100%;min-height:60px;padding:0 24px 0 28px;border:1px solid #050505;border-radius:999px;background:#050505;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:18px;font-family:inherit;font-size:10px;font-weight:600;line-height:1;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;cursor:pointer;appearance:none;-webkit-appearance:none;transition:transform .2s ease,background .2s ease,color .2s ease,opacity .2s ease}.lume-checkout-pill:hover{opacity:1;transform:translateY(-1px);background:#181818}.lume-checkout-pill:active{transform:translateY(0)}.lume-checkout-pill:focus-visible{outline:2px solid #050505;outline-offset:3px}.lume-checkout-pill:disabled{opacity:.38;cursor:not-allowed;transform:none}.lume-checkout-pill__icon{width:18px;height:18px;flex:0 0 18px;display:grid;place-items:center;background:transparent;color:#fff;transition:transform .2s ease}.lume-checkout-pill:hover .lume-checkout-pill__icon{transform:translate(2px)}.lume-checkout-pill__icon svg{width:17px;height:17px;stroke-width:1.7}.cart-drawer__form{min-height:0;display:grid;grid-template-rows:minmax(0,1fr) auto;overflow:hidden}.drawer--cart .cart-line-controls input{width:34px;height:28px;padding:0;border:0;outline:0;background:#fff;color:#050505;text-align:center;font-size:11px;font-weight:500;-moz-appearance:textfield}.drawer--cart .cart-line-controls input::-webkit-outer-spin-button,.drawer--cart .cart-line-controls input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.drawer--cart .cart-line-controls button:disabled{opacity:.35;cursor:default}.drawer--cart .cart-drawer__footer .lume-checkout-pill{min-height:60px}@media(max-width:640px){.lume-checkout-pill{min-height:56px;padding-left:22px;padding-right:14px;font-size:9px;letter-spacing:.1em}.lume-checkout-pill__icon{width:17px;height:17px;flex-basis:17px}.drawer--cart .cart-drawer__footer .lume-checkout-pill{min-height:56px}}
/*# sourceMappingURL=/cdn/shop/t/68/assets/theme.css.map */
