@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600;700&display=swap";:root{color-scheme:light;font-family:DM Sans,sans-serif;color:#151514;background:#f3f1ed;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #111110;--black: #090a09;--warm-black: #121210;--paper: #f3f1ed;--cream: #e8e3da;--muted: #77736d;--line: rgba(15, 15, 14, .15);--accent: #c5a067;--accent-bright: #dfbd83;--gutter: clamp(1.25rem, 4vw, 5rem);--display: "Manrope", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--paper);color:var(--ink)}body.drawer-open{overflow:hidden;overscroll-behavior:none}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{display:block;width:100%}button{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:200;left:1rem;top:-4rem;background:#fff;padding:.8rem 1rem}.skip-link:focus{top:1rem}.announcement{min-height:29px;display:grid;place-items:center;padding:.35rem 1rem;background:var(--accent);color:#17130e;font-size:.68rem;font-weight:600;letter-spacing:.11em;text-transform:uppercase;text-align:center}.site-header{height:76px;padding:0 var(--gutter);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;position:sticky;top:0;z-index:30;background:#f3f1edeb;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand-link{justify-self:start}.logo{display:inline-flex;align-items:center;gap:.68rem;line-height:1}.logo__mark{width:34px;height:34px;object-fit:cover;border-radius:2px;flex:0 0 auto}.logo strong{display:block;font-family:var(--display);font-size:1.1rem;letter-spacing:.22em}.logo small{display:block;margin-top:.28rem;font-size:.42rem;font-weight:600;letter-spacing:.16em}.logo--light{color:#fff}.desktop-nav{display:flex;align-items:center;gap:clamp(1.3rem,2.5vw,2.8rem)}.desktop-nav a{position:relative;padding:.5rem 0;font-size:.75rem;font-weight:600;letter-spacing:.06em}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;height:1px;bottom:0;background:var(--accent);transition:right .3s}.desktop-nav a:hover:after,.desktop-nav a.active:after{right:0}.header-actions{display:flex;gap:.35rem;justify-self:end}.icon-button{width:41px;height:41px;border:0;background:transparent;display:grid;place-items:center;cursor:pointer;position:relative}.icon-button:hover{background:#0000000d}.cart-button span{position:absolute;right:2px;top:0;min-width:17px;height:17px;border-radius:99px;display:grid;place-items:center;background:var(--accent);font-size:.61rem;font-weight:700}.menu-button{display:none}.mobile-menu{position:fixed;inset:0;z-index:100;display:flex;height:100%;height:100dvh;flex-direction:column;overflow-y:auto;overscroll-behavior:contain;padding:max(2rem,env(safe-area-inset-top)) 2rem max(2rem,env(safe-area-inset-bottom));background:var(--black);color:#fff}.mobile-menu__close{position:absolute;right:1.5rem;top:1.5rem;color:#fff}.mobile-menu nav{margin:auto 0}.mobile-menu nav a{display:block;padding:.8rem 0;font:500 clamp(2rem,10vw,3.5rem)/1.05 var(--display);border-bottom:1px solid rgba(255,255,255,.12)}.mobile-menu nav a.active{color:var(--accent-bright)}.mobile-menu>p{color:#aaa;font-size:.8rem;line-height:1.7}.hero{height:calc(100svh - 105px);height:calc(100dvh - 105px);min-height:520px;max-height:900px;position:relative;overflow:hidden;color:#fff}.hero__image{position:absolute;width:100%;height:115%;object-fit:cover;object-position:58% 58%;top:-8%}.hero__shade{position:absolute;inset:0;background:linear-gradient(90deg,#040505e0,#0606068a 40%,#00000014 75%),linear-gradient(0deg,rgba(0,0,0,.55),transparent 42%)}.hero__content{position:relative;z-index:1;width:min(660px,calc(100% - 2 * var(--gutter)));margin-left:var(--gutter);padding-top:clamp(4.5rem,13vh,8rem)}.hero__overline,.eyebrow{display:block;font-size:.68rem;letter-spacing:.2em;font-weight:600;text-transform:uppercase;color:#695f51}.eyebrow--light{color:var(--accent-bright)}.hero h1{max-width:650px;margin:1.15rem 0 1.1rem;font:500 clamp(2.65rem,5.6vw,5.2rem)/.98 var(--display);letter-spacing:-.052em}.hero p{max-width:510px;margin:0;color:#ffffffc7;font-size:clamp(.95rem,1.35vw,1.13rem);line-height:1.65}.hero__actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:2rem}.button{min-height:49px;padding:.75rem 1.15rem;display:inline-flex;align-items:center;justify-content:center;gap:.65rem;border:1px solid transparent;cursor:pointer;font-size:.78rem;font-weight:600;letter-spacing:.03em;transition:background .25s,color .25s,border-color .25s,transform .25s}.button:hover{transform:translateY(-2px)}.button--accent{background:var(--accent);color:#15120e}.button--accent:hover{background:var(--accent-bright)}.button--glass{border-color:#ffffff59;color:#fff;background:#ffffff12;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.button--glass:hover{background:#fff;color:#000}.button--dark{background:var(--ink);color:#fff}.button--dark:hover{background:#2a2927}.button--outline{border-color:var(--line);background:transparent}.button--outline:hover{border-color:var(--ink)}.button:disabled{cursor:not-allowed;opacity:.55;transform:none}.hero__scroll{position:absolute;left:var(--gutter);bottom:1.8rem;z-index:2;display:flex;align-items:center;gap:.6rem;font-size:.65rem;letter-spacing:.16em;text-transform:uppercase}.finder-strip{background:var(--black);color:#fff;display:grid;grid-template-columns:1fr minmax(300px,.65fr);align-items:center;padding:2rem var(--gutter);gap:2rem;border-top:1px solid rgba(255,255,255,.1)}.finder-strip h2{margin:.4rem 0 0;font:500 clamp(1.2rem,2vw,1.75rem)/1.2 var(--display)}.finder-action{min-height:67px;border-bottom:1px solid rgba(255,255,255,.32);display:flex;align-items:center;justify-content:space-between;color:#bbb;font-size:.85rem;transition:border-color .25s,color .25s}.finder-action:hover{color:#fff;border-color:var(--accent)}.section{padding:clamp(5rem,9vw,9rem) var(--gutter)}.section--light{background:var(--paper)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:clamp(2.6rem,5vw,4.5rem)}.section-heading h2{margin:.75rem 0 0;font:500 clamp(2rem,3.8vw,3.55rem)/1.08 var(--display);letter-spacing:-.04em}.text-link{display:inline-flex;align-items:center;gap:.5rem;padding-bottom:.3rem;border-bottom:1px solid;font-size:.75rem;font-weight:600;letter-spacing:.05em}.featured-products,.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1.1rem,2.3vw,2.5rem)}.product-card__media{display:block;position:relative;overflow:hidden;background:#ddd9d0;aspect-ratio:4 / 4.7}.product-card__media img{height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.22,1,.36,1)}.product-card:hover .product-card__media img{transform:scale(1.045)}.product-badge{position:absolute;top:.85rem;left:.85rem;padding:.42rem .65rem;background:#f5f2ebeb;color:#2a2824;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.11em}.product-card__view{position:absolute;inset:auto .8rem .8rem;background:#0a0a09e0;color:#fff;padding:.78rem .9rem;display:flex;justify-content:space-between;align-items:center;transform:translateY(calc(100% + 1rem));transition:transform .32s;font-size:.7rem;letter-spacing:.05em}.product-card:hover .product-card__view,.product-card:focus-within .product-card__view{transform:translateY(0)}.product-card__body{padding:1.1rem 0 0;display:flex;justify-content:space-between;gap:1rem}.product-card__body>div{min-width:0}.product-card__body p{margin:0 0 .35rem;font-size:.63rem;color:var(--muted);text-transform:uppercase;letter-spacing:.1em}.product-card__body h3{margin:0;font:600 clamp(.95rem,1.25vw,1.12rem)/1.35 var(--display)}.product-price{display:flex;gap:.55rem;align-items:center;margin-top:.5rem;font-size:.77rem}.product-price del{color:#999}.quick-add{flex:0 0 42px;height:42px;border:1px solid var(--line);background:transparent;cursor:pointer;display:grid;place-items:center;transition:all .25s}.quick-add:hover:not(:disabled){background:var(--ink);color:#fff;border-color:var(--ink)}.quick-add:disabled{cursor:not-allowed;opacity:.38}.category-editorial{background:var(--black);color:#fff;display:grid;grid-template-columns:.8fr 1.2fr;padding:clamp(5rem,9vw,9rem) var(--gutter);gap:clamp(3rem,8vw,9rem)}.category-intro{position:sticky;top:3rem;align-self:start}.category-intro h2{font:500 clamp(2.7rem,5.5vw,5rem)/.95 var(--display);letter-spacing:-.05em;margin:1rem 0 1.5rem}.category-intro p{max-width:380px;color:#989894;line-height:1.7;font-size:.93rem}.category-row{display:grid;grid-template-columns:35px 115px 1fr auto;align-items:center;gap:clamp(1rem,2vw,2.2rem);min-height:145px;border-bottom:1px solid rgba(255,255,255,.15);transition:padding .3s,border-color .3s}.category-row:first-child{border-top:1px solid rgba(255,255,255,.15)}.category-row:hover{padding-left:.7rem;border-color:var(--accent)}.category-row>span{color:#686864;font-size:.66rem}.category-row img{width:115px;height:88px;object-fit:cover;filter:saturate(.65)}.category-row h3{font:500 clamp(1.25rem,2vw,1.8rem) var(--display);margin:0 0 .4rem}.category-row>div{min-width:0}.category-row h3,.category-row p{overflow-wrap:anywhere}.category-row p{margin:0;color:#8e8e89;font-size:.74rem}.category-row>svg{color:var(--accent)}.workshop-feature{display:grid;grid-template-columns:1.15fr .85fr;min-height:700px;background:var(--cream)}.workshop-feature__media{position:relative;overflow:hidden}.workshop-feature__media img{height:100%;object-fit:cover}.workshop-feature__media>span{position:absolute;bottom:1.5rem;left:1.5rem;color:#fff;font-size:.65rem;letter-spacing:.14em;text-transform:uppercase}.workshop-feature__copy{padding:clamp(4rem,7vw,8rem);align-self:center}.workshop-feature__copy h2{font:500 clamp(2.2rem,4vw,4rem)/1.02 var(--display);letter-spacing:-.045em;margin:1rem 0 1.5rem}.workshop-feature__copy>p{color:#69665f;line-height:1.8;font-size:.95rem}.workshop-feature__copy ul{list-style:none;padding:1.5rem 0;margin:1.5rem 0;border-top:1px solid var(--line)}.workshop-feature__copy li{display:flex;gap:1rem;padding:.9rem 0;font-size:.76rem;color:#77736c}.workshop-feature__copy li svg{color:var(--accent);flex:0 0 auto}.workshop-feature__copy li strong{display:block;color:var(--ink);font-size:.85rem;margin-bottom:.2rem}.conversion{background:#171716;color:#fff;text-align:center;padding:clamp(5rem,9vw,9rem) var(--gutter)}.conversion h2{font:500 clamp(2.2rem,4.5vw,4.5rem)/1.03 var(--display);letter-spacing:-.05em;margin:1rem 0 2rem}.conversion__note{margin-top:1.4rem;display:flex;justify-content:center;align-items:center;gap:.5rem;color:#8e8e89;font-size:.68rem}.site-footer{background:#090a09;color:#ddd;padding:4.5rem var(--gutter) 1.5rem;border-top:1px solid rgba(255,255,255,.1)}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr 1.45fr;gap:3rem;padding-bottom:4rem}.footer-brand p{max-width:320px;margin:1.5rem 0 0;color:#777;font-size:.78rem;line-height:1.7}.footer-main>div:not(.footer-brand){display:flex;flex-direction:column;align-items:start;gap:.85rem}.footer-title{color:#666;font-size:.61rem;text-transform:uppercase;letter-spacing:.17em;margin-bottom:.45rem}.footer-main a{display:inline-flex;align-items:center;gap:.45rem;font-size:.74rem;color:#aaa;transition:color .2s}.footer-main a{overflow-wrap:anywhere}.footer-main a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.4rem;display:flex;justify-content:space-between;color:#565653;font-size:.62rem;letter-spacing:.04em}.page-hero{padding:clamp(5rem,9vw,8rem) var(--gutter) clamp(3.5rem,6vw,6rem);background:var(--cream)}.page-hero h1{font:500 clamp(2.7rem,5vw,5rem)/.98 var(--display);letter-spacing:-.052em;margin:1rem 0 1.3rem}.page-hero p{max-width:580px;color:#66625b;line-height:1.75;margin:0}.catalog-toolbar{height:75px;padding:0 var(--gutter);display:flex;align-items:center;border-bottom:1px solid var(--line);background:#f3f1edf5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);position:sticky;top:76px;z-index:12}.catalog-search{display:flex;min-width:0;align-items:center;gap:.7rem;flex:1;max-width:500px}.catalog-search input{border:0;outline:0;width:100%;background:transparent;font-size:.8rem}.catalog-search button,.filters__head button{border:0;background:transparent;cursor:pointer}.filter-toggle{display:none;align-items:center;gap:.5rem;border:1px solid var(--line);background:transparent;padding:.7rem .9rem}.result-count{margin-left:auto;font-size:.68rem;color:#777;letter-spacing:.05em}.catalog-layout{display:grid;grid-template-columns:220px 1fr;padding:clamp(2.5rem,5vw,5rem) var(--gutter) clamp(6rem,9vw,9rem);gap:clamp(2rem,5vw,5rem)}.filters{align-self:start;position:sticky;top:100px}.filters__head{display:flex;justify-content:space-between;margin-bottom:1.5rem;font:600 .8rem var(--display)}.filters__head button{display:none}.filter-group{display:block;padding:1.2rem 0;border-top:1px solid var(--line)}.filter-group>span{display:block;margin-bottom:.7rem;color:#5e5a54;font-size:.62rem;letter-spacing:.1em;text-transform:uppercase}.filter-group select{width:100%;border:0;background:transparent;padding:.2rem 0;outline:0;color:#222;font-size:.78rem}.clear-filters{background:transparent;border:0;border-bottom:1px solid;padding:.2rem 0;margin-top:1rem;font-size:.7rem;cursor:pointer}.filter-actions{display:none}.catalog-results .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.empty-results{max-width:500px;padding:3rem 0}.empty-results>span{font-size:.68rem;text-transform:uppercase;letter-spacing:.16em;color:var(--accent)}.empty-results h2{font:500 2rem/1.1 var(--display)}.empty-results p{color:var(--muted);line-height:1.7;margin-bottom:2rem}.product-page{background:var(--paper)}.breadcrumb{min-height:60px;padding:0 var(--gutter);display:flex;align-items:center;gap:.65rem;font-size:.65rem;color:#7a7770;border-bottom:1px solid var(--line)}.breadcrumb a{display:flex;gap:.35rem;align-items:center;color:var(--ink)}.product-detail{display:grid;grid-template-columns:1.18fr .82fr;min-height:690px}.product-gallery{padding:clamp(1rem,2.5vw,2.5rem) var(--gutter);background:#e4e0d8}.product-gallery__main{height:min(69vw,670px);max-height:calc(100vh - 170px);min-height:500px;position:relative;background:#d4d0c7}.product-gallery__main>img{width:100%;height:100%;object-fit:contain}.gallery-navigation{position:absolute;z-index:2;right:1rem;bottom:1rem;display:flex;align-items:center;gap:.25rem;padding:.3rem;background:#090a09d6;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.gallery-navigation button{display:grid;width:40px;height:40px;place-items:center;border:0;background:transparent;color:#fff;cursor:pointer}.gallery-navigation button:hover{background:#ffffff1f}.gallery-navigation span{min-width:48px;text-align:center;font-size:.65rem;letter-spacing:.08em}.product-gallery__thumbs{display:flex;gap:.6rem;margin-top:.8rem;overflow-x:auto;overscroll-behavior-inline:contain;padding-bottom:.35rem;scrollbar-width:thin}.product-gallery__thumbs button{width:72px;height:72px;padding:0;border:2px solid transparent;background:transparent;cursor:pointer}.product-gallery__thumbs button.active{border-color:var(--accent)}.product-gallery__thumbs img{height:100%;object-fit:cover}.product-info{align-self:center;padding:clamp(3rem,6vw,7rem);max-width:680px}.product-info h1{margin:.9rem 0 1rem;font:500 clamp(2rem,3.5vw,3.8rem)/1.02 var(--display);letter-spacing:-.045em}.product-info__price{display:flex;gap:.8rem;align-items:center;font-size:1.08rem}.product-info__price del{color:#999;font-size:.8rem}.product-info__description{color:#65615a;line-height:1.8;margin:1.8rem 0}.compatibility{padding:1.2rem 0;border-block:1px solid var(--line)}.compatibility>span{display:block;font-size:.6rem;text-transform:uppercase;letter-spacing:.12em;color:#777}.compatibility p{margin:.55rem 0 .25rem;font-size:.77rem}.compatibility small{color:#8b877f}.feature-list{list-style:none;padding:1.2rem 0;margin:0;display:grid;gap:.65rem;font-size:.75rem}.feature-list li{display:flex;gap:.6rem;align-items:center}.feature-list svg{color:var(--accent)}.product-info__actions{display:grid;gap:.7rem}.stock-note{color:#9a6a37;font-size:.72rem}.product-assurance{display:flex;gap:1.3rem;flex-wrap:wrap;padding-top:1.4rem;margin-top:1.4rem;border-top:1px solid var(--line);color:#706d67;font-size:.64rem}.product-assurance span{display:flex;gap:.4rem;align-items:center}.product-assurance svg{width:15px}.related{border-top:1px solid var(--line)}.workshop-hero{height:min(76vh,780px);min-height:570px;position:relative;color:#fff}.workshop-hero>img{height:100%;object-fit:cover}.workshop-hero__shade{position:absolute;inset:0;background:linear-gradient(90deg,#050505d1,#05050526),linear-gradient(0deg,rgba(0,0,0,.45),transparent)}.workshop-hero__content{position:absolute;left:var(--gutter);bottom:clamp(3rem,8vw,7rem);max-width:650px}.workshop-hero h1{font:500 clamp(3rem,6vw,5.7rem)/.95 var(--display);letter-spacing:-.055em;margin:1rem 0 1.3rem}.workshop-hero p{max-width:470px;color:#d4d1cb;line-height:1.65}.atelier-story{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,8vw,9rem);padding:clamp(5rem,9vw,9rem) var(--gutter)}.atelier-story h2{font:500 clamp(2.2rem,4.5vw,4.5rem)/1.02 var(--display);letter-spacing:-.05em;margin:1rem 0}.atelier-story>div:last-child{color:#68645e;font-size:.98rem;line-height:1.9}.process{background:var(--black);color:#fff;padding:clamp(5rem,9vw,9rem) var(--gutter)}.process__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:3rem;border-top:1px solid rgba(255,255,255,.15)}.process article{padding:2.2rem clamp(1rem,3vw,3rem) 2rem 0;border-right:1px solid rgba(255,255,255,.15);position:relative}.process article:not(:first-child){padding-left:clamp(1rem,3vw,3rem)}.process article:last-child{border:0}.process article>span{position:absolute;right:1rem;top:1rem;color:#555;font-size:.65rem}.process article>svg{color:var(--accent);margin-bottom:3rem}.process h3{font:500 1.45rem var(--display);margin:0 0 .7rem}.process p{color:#888;font-size:.78rem;line-height:1.7;max-width:280px}.visit-strip{display:grid;grid-template-columns:.75fr 1fr auto;gap:3rem;align-items:center;padding:3rem var(--gutter);background:var(--accent)}.visit-strip>div:first-child{display:flex;align-items:center;gap:1rem}.visit-strip small{display:block;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.3rem;font-size:.55rem}.visit-strip h2{font:600 1.4rem var(--display);margin:0 0 .3rem}.visit-strip p{margin:0;font-size:.75rem}.center-link{padding:3rem;text-align:center}.contact-page{padding-bottom:clamp(5rem,9vw,9rem)}.contact-heading{background:var(--paper)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;margin:0 var(--gutter);border:1px solid var(--line)}.contact-primary{min-width:0;min-height:440px;padding:clamp(2rem,4vw,4rem);display:flex;flex-direction:column;background:var(--black);color:#fff;position:relative;transition:background .25s}.contact-primary:hover{background:#181817}.contact-primary>svg:last-child{position:absolute;right:2rem;top:2rem;color:var(--accent)}.contact-primary>div{margin-top:auto}.contact-primary span{color:var(--accent);font-size:.63rem;letter-spacing:.16em;text-transform:uppercase}.contact-primary h2{margin:.7rem 0;font:500 clamp(1.8rem,3.5vw,3.2rem)/1 var(--display);letter-spacing:-.04em}.contact-primary p{max-width:400px;color:#888;font-size:.78rem;line-height:1.7}.contact-details{min-width:0;background:var(--cream)}.contact-details>*{min-width:0;min-height:110px;padding:1.5rem 2rem;display:grid;grid-template-columns:30px minmax(0,1fr) auto;gap:1rem;align-items:center;border-bottom:1px solid var(--line);font-size:.82rem}.contact-details>* span{min-width:0;overflow-wrap:anywhere}.contact-details>*:last-child{border:0}.contact-details small{display:block;color:#817d76;font-size:.58rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.35rem}.contact-details a:hover{background:#ffffff40}.contact-details>*>svg:first-child{color:var(--accent)}.contact-details>*>svg:last-child{width:16px}.map-frame{height:480px;margin:clamp(2rem,4vw,4rem) var(--gutter) 0;position:relative;background:#ddd;filter:grayscale(.6)}.map-frame iframe{width:100%;height:100%;border:0}.map-frame>div{position:absolute;right:1rem;left:1rem;bottom:1rem;width:fit-content;max-width:calc(100% - 2rem);background:#111;color:#fff;padding:1rem 1.2rem;display:flex;gap:.8rem;align-items:center;overflow-wrap:anywhere;font-size:.7rem;filter:none}.map-frame>div span{display:grid;gap:.25rem}.map-frame>div svg{color:var(--accent)}.drawer-layer{position:fixed;inset:0;z-index:150;overflow:hidden;isolation:isolate}.drawer-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:#0009;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.cart-drawer{position:fixed;z-index:1;inset:0 0 0 auto;width:min(480px,100%);height:100%;height:100dvh;background:var(--paper);display:flex;flex-direction:column;overflow:hidden;box-shadow:-20px 0 70px #0003}.cart-drawer>header{padding:1.6rem 1.5rem;display:flex;justify-content:space-between;align-items:start;border-bottom:1px solid var(--line)}.cart-drawer h2{font:500 1.8rem var(--display);margin:.4rem 0 0}.cart-drawer h2 small{color:#999;font-size:.65rem}.cart-items{min-height:0;padding:0 1.5rem;overflow:auto;overscroll-behavior:contain;flex:1}.cart-item{display:grid;grid-template-columns:95px 1fr;gap:1rem;padding:1.2rem 0;border-bottom:1px solid var(--line)}.cart-item>img{width:95px;height:110px;object-fit:cover}.cart-item h3{font:600 .85rem/1.3 var(--display);margin:.3rem 0 .45rem}.cart-item>div>span{font-size:.73rem}.cart-item__unavailable{display:block;margin-top:.45rem;color:#9a432f;font-size:.65rem;line-height:1.35}.quantity{display:flex;align-items:center;margin-top:1rem}.quantity button{width:28px;height:28px;display:grid;place-items:center;border:1px solid var(--line);background:transparent;cursor:pointer}.quantity>span{width:30px;text-align:center;font-size:.7rem}.quantity .remove{margin-left:auto;border:0;color:#8e8980}.cart-checkout{padding:1.5rem 1.5rem max(1.5rem,env(safe-area-inset-bottom));background:#e8e4dc;border-top:1px solid var(--line)}.cart-checkout>div{display:flex;justify-content:space-between;font-size:.85rem}.cart-checkout>div strong{font-size:1rem}.cart-checkout p{color:#77736c;font-size:.64rem;line-height:1.5;margin:1rem 0}.cart-checkout .button{width:100%}.cart-empty{margin:auto;text-align:center;max-width:280px;padding:2rem}.cart-empty svg{color:#aaa}.cart-empty h3{font:500 1.4rem var(--display);margin-bottom:.5rem}.cart-empty p{color:#777;font-size:.75rem;line-height:1.6}.cart-empty .text-link{background:transparent;cursor:pointer}.not-found{min-height:65vh;display:flex;align-items:center;flex-direction:column;justify-content:center;text-align:center;padding:5rem var(--gutter)}.not-found>span{color:var(--accent);font-size:.65rem;letter-spacing:.2em}.not-found h1{font:500 clamp(2rem,4vw,4rem)/1 var(--display);letter-spacing:-.04em;margin:1rem 0}.not-found p{color:var(--muted);margin-bottom:2rem}.page-loader{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:1rem;background:var(--black);color:#fff}.fatal-error{display:flex;min-height:100vh;min-height:100dvh;align-items:center;flex-direction:column;justify-content:center;padding:2rem;background:var(--black);color:#fff;text-align:center}.fatal-error>span{display:grid;width:54px;height:54px;margin-bottom:2rem;place-items:center;border:1px solid var(--accent);color:var(--accent);font:600 1.2rem var(--display)}.fatal-error h1{max-width:680px;margin:.8rem 0 1rem;font:500 clamp(2rem,5vw,4rem)/1 var(--display);letter-spacing:-.045em}.fatal-error>p:not(.eyebrow){max-width:500px;margin:0 0 2rem;color:#aaa;line-height:1.7}.fatal-error__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.store-status{position:relative;z-index:25;display:flex;min-height:42px;align-items:center;justify-content:center;gap:1rem;padding:.65rem var(--gutter);background:#8f6427;color:#fff;font-size:.72rem;line-height:1.4;text-align:center}.store-status button{border:0;border-bottom:1px solid currentColor;background:transparent;color:inherit;cursor:pointer;font:inherit;font-weight:700}.loader-mark{color:var(--accent);font:600 3rem var(--display)}.loader-line{width:80px;height:1px;background:linear-gradient(90deg,transparent,var(--accent),transparent);animation:pulse 1s infinite}@keyframes pulse{50%{transform:scaleX(.4);opacity:.4}}@media(max-width:1050px){.catalog-results .product-grid{grid-template-columns:repeat(2,1fr)}.footer-main{grid-template-columns:2fr 1fr 1fr}.footer-contact{grid-column:1 / -1}}@media(max-width:820px){.desktop-nav{display:none}.site-header{grid-template-columns:1fr auto;height:68px}.menu-button{display:grid}.search-button{display:none}.catalog-toolbar{top:68px}.hero{height:max(470px,calc(100dvh - 97px));min-height:470px}.hero__image{object-position:66% center}.hero__shade{background:linear-gradient(90deg,#040505e0,#06060640),linear-gradient(0deg,rgba(0,0,0,.62),transparent 60%)}.hero__content{padding-top:clamp(3.5rem,10dvh,5.5rem)}.hero h1{font-size:clamp(2.55rem,10vw,4rem)}.finder-strip{grid-template-columns:1fr;gap:1rem}.featured-products{grid-template-columns:repeat(2,1fr)}.category-editorial{grid-template-columns:1fr}.category-intro{position:static}.workshop-feature{grid-template-columns:1fr}.workshop-feature__media{min-height:500px}.footer-main{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1 / -1}.product-detail{grid-template-columns:1fr}.product-gallery__main{height:110vw;min-height:440px;max-height:650px}.product-info{max-width:none}.atelier-story{grid-template-columns:1fr}.visit-strip{grid-template-columns:1fr;gap:1.5rem}.contact-grid{grid-template-columns:1fr}.contact-primary{min-height:380px}.filter-toggle{display:flex}.result-count{display:none}.catalog-layout{display:block}.filters{display:none;position:fixed;inset:0;z-index:60;background:var(--paper);padding:max(1.4rem,env(safe-area-inset-top)) 1.2rem max(1.2rem,env(safe-area-inset-bottom));overflow:auto;overscroll-behavior:contain}.filters-visible .filters{display:flex;flex-direction:column}.filters__head{position:sticky;z-index:2;top:calc(-1*max(1.4rem,env(safe-area-inset-top)));margin:calc(-1*max(1.4rem,env(safe-area-inset-top))) -1.2rem 1rem;padding:max(1.4rem,env(safe-area-inset-top)) 1.2rem 1rem;background:#f3f1edf7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.filters__head button{display:block}.filter-group{padding:1.1rem 0}.filter-group select{min-height:44px}.filter-actions{position:sticky;bottom:calc(-1*max(1.2rem,env(safe-area-inset-bottom)));display:grid;grid-template-columns:auto 1fr;gap:.6rem;margin:auto -1.2rem calc(-1*max(1.2rem,env(safe-area-inset-bottom)));padding:1rem 1.2rem max(1rem,env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#f3f1edf7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.filter-actions .button:only-child{grid-column:1 / -1}}@media(max-width:650px){:root{--gutter: 1.2rem}.announcement{font-size:.56rem}.page-hero{padding-top:4rem}.page-hero h1 br{display:none}.logo__mark{width:30px;height:30px}.logo strong{font-size:.93rem}.logo small{font-size:.36rem}.hero__content{width:calc(100% - 2.4rem)}.hero__actions{align-items:stretch;flex-direction:column;max-width:300px}.hero__scroll{display:none}.section-heading{align-items:start;flex-direction:column}.featured-products,.product-grid{grid-template-columns:1fr}.featured-products>:last-child{display:block}.product-card__media{aspect-ratio:4/4.35}.product-card__view{transform:translateY(0);background:#0a0a09c2}.category-row{grid-template-columns:25px 75px 1fr auto;min-height:115px;gap:.7rem}.category-row img{width:75px;height:70px}.category-row p{display:none}.workshop-feature__media{min-height:420px}.footer-main{grid-template-columns:1fr}.footer-brand,.footer-contact{grid-column:auto}.footer-bottom{flex-direction:column;gap:.5rem}.filter-toggle{display:flex}.catalog-toolbar{gap:.7rem}.result-count{display:none}.catalog-layout{display:block}.filters{display:none;position:fixed;inset:0;z-index:60;background:var(--paper);padding:max(1.4rem,env(safe-area-inset-top)) 1.2rem max(1.2rem,env(safe-area-inset-bottom));overflow:auto;overscroll-behavior:contain}.filters-visible .filters{display:flex;flex-direction:column}.filters__head{position:sticky;z-index:2;top:calc(-1*max(1.4rem,env(safe-area-inset-top)));margin:calc(-1*max(1.4rem,env(safe-area-inset-top))) -1.2rem 1rem;padding:max(1.4rem,env(safe-area-inset-top)) 1.2rem 1rem;background:#f3f1edf7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.filters__head button{display:block}.filter-group{padding:1.1rem 0}.filter-group select{min-height:42px}.filter-actions{position:sticky;bottom:calc(-1*max(1.2rem,env(safe-area-inset-bottom)));display:grid;grid-template-columns:auto 1fr;gap:.6rem;margin:auto -1.2rem calc(-1*max(1.2rem,env(safe-area-inset-bottom)));padding:1rem 1.2rem max(1rem,env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#f3f1edf7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.filter-actions .button:only-child{grid-column:1 / -1}.catalog-results .product-grid{grid-template-columns:1fr}.product-gallery{padding:0}.product-gallery__main{min-height:420px}.product-gallery__thumbs{padding:0 1rem}.product-gallery__thumbs button{width:64px;height:64px;flex:0 0 auto}.product-info{padding:3rem 1.2rem}.product-info__actions{grid-template-columns:1fr}.workshop-hero{min-height:550px}.process__steps{grid-template-columns:1fr}.process article,.process article:not(:first-child){border-right:0;border-bottom:1px solid rgba(255,255,255,.15);padding:2rem 0}.process article>svg{margin-bottom:1.5rem}.contact-primary{min-height:340px}.contact-details>*{padding:1.3rem}.contact-details>* span{min-width:0;overflow-wrap:anywhere}.map-frame{height:390px}.visit-strip .button{width:100%}.cart-drawer>header{padding:1.2rem}.cart-items{padding-inline:1.2rem}.cart-item{grid-template-columns:78px minmax(0,1fr);gap:.85rem}.cart-item>img{width:78px;height:92px}.quantity button{width:40px;height:40px}.quantity>span{width:34px}.cart-checkout{padding-inline:1.2rem}}@media(max-width:380px){.site-header{padding-inline:1rem}.logo{min-width:0}.logo>span:last-child{min-width:0}.logo strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logo small{display:none}.header-actions{gap:.2rem}}@media(max-height:520px)and (orientation:landscape){.hero{height:auto;min-height:430px}.hero__content{padding-top:4rem;padding-bottom:4rem}.workshop-hero{height:auto;min-height:430px}.mobile-menu nav{margin:3.5rem 0 2rem}.product-gallery__main{min-height:320px}}@media(hover:none){.product-card__view{display:none}.button:hover{transform:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
