*,*:before,*:after{box-sizing:border-box}html{font-size:62.5%;height:100%;overflow-x:hidden}body{margin:0;font-family:var(--font-body-family, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);font-size:1.5rem;line-height:1.6;color:var(--color-text, #FFFFFF);background-color:var(--color-background, #0A0A0A);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;max-width:100%}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading-family, system-ui, sans-serif);font-weight:600;line-height:1.25;letter-spacing:-.02em;color:var(--color-text);margin:0 0 1.2rem}h1{font-size:clamp(2.8rem,4vw,4.2rem)}h2{font-size:clamp(2.2rem,3vw,3.2rem)}h3{font-size:2rem}h4{font-size:1.7rem}p{margin:0 0 1.6rem;color:var(--color-text-secondary, #A0A0A0)}a{color:var(--color-text);text-decoration:none;transition:color .2s ease,opacity .2s ease}a:hover{color:#fff;opacity:.85}img{max-width:100%;height:auto;display:block}.page-width{max-width:var(--page-width, 1400px);margin:0 auto;padding:0 4rem}@media(max-width:749px){.page-width{padding:0 1.6rem}}.section{padding:6.4rem 0}.main-content{padding:0}.section--tight{padding:4rem 0}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.button,button.button,a.button{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;padding:1.4rem 2.8rem;font-size:1.4rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;border:1px solid transparent;border-radius:2px;cursor:pointer;transition:all .2s ease;text-decoration:none;line-height:1}.button--primary{background:#fff;color:#0a0a0a;border-color:#fff}.button--primary:hover{background:#e5e5e5;color:#0a0a0a;opacity:1}.button--secondary{background:transparent;color:#fff;border-color:#3a3a3a}.button--secondary:hover{border-color:#fff;background:#ffffff0d;opacity:1}.button--full{width:100%}input,textarea,select{font-family:inherit;font-size:1.5rem;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:2px;padding:1.2rem 1.6rem;width:100%;transition:border-color .2s ease}input:focus,textarea:focus,select:focus{outline:none;border-color:#fff}.product-form__quantity,[data-rfq-qty]{display:block!important;visibility:visible!important;opacity:1!important;margin:0 0 1.6rem}.product-form__quantity label{display:block;margin-bottom:.6rem;font-size:1.3rem;color:var(--color-text-secondary, #A0A0A0)}.qty{display:inline-flex;align-items:stretch;border:1px solid var(--color-border, #2A2A2A);border-radius:2px;overflow:hidden;max-width:18rem}.qty__btn{width:4.4rem;background:var(--color-surface, #141414);color:#fff;border:0;cursor:pointer;font-size:2rem;line-height:1}.qty__btn:hover{background:#1f1f1f}.qty__input{width:7.2rem;text-align:center;border:0;border-left:1px solid var(--color-border, #2A2A2A);border-right:1px solid var(--color-border, #2A2A2A);padding:1rem .4rem;-moz-appearance:textfield}.qty__input::-webkit-outer-spin-button,.qty__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:4px;overflow:hidden;transition:border-color .2s ease,transform .2s ease}.card:hover{border-color:#3a3a3a}.product-card{display:flex;flex-direction:column;height:100%;background:var(--color-surface);border:1px solid var(--color-border);border-radius:4px;overflow:hidden;transition:border-color .25s ease}.product-card:hover{border-color:#4a4a4a}.product-card__media{aspect-ratio:1 / 1;background:var(--color-surface-elevated);position:relative;overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card__media img{transform:scale(1.04)}.product-card__info{padding:1.6rem;display:flex;flex-direction:column;flex-grow:1;gap:.6rem}.product-card__vendor{font-size:1.1rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-secondary)}.product-card__title{font-size:1.5rem;font-weight:500;line-height:1.35;margin:0;color:var(--color-text)}.product-card__title a{color:inherit}.product-card__sku{font-size:1.2rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;color:var(--color-text-secondary);letter-spacing:.02em}.product-card__price,.product-card .price,.product-grid .price{display:none!important}.product-card__price:empty,.price:empty{display:none}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.6rem}@media(min-width:750px){.product-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}@media(min-width:1100px){.product-grid{grid-template-columns:repeat(4,1fr)}}.header{position:sticky;top:0;z-index:100;background:#0a0a0aeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);width:100%;overflow:visible}.header__inner{display:flex;align-items:center;justify-content:space-between;height:7rem;gap:.8rem;width:100%;max-width:100%;min-width:0}@media(min-width:990px){.header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem}}.header__logo{font-size:1.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fff;overflow:hidden}.header__logo a{color:inherit;display:flex;align-items:center}.header__logo{flex:1 1 auto;min-width:0;justify-self:start}.header__logo-img{display:block;height:3.2rem;width:auto;max-width:13.6rem;object-fit:contain}@media(min-width:750px){.header__logo-img{height:4.4rem;max-width:22rem}}.header__nav{display:none}@media(min-width:990px){.header__nav{display:flex;align-items:center;justify-content:center;gap:3.2rem;justify-self:center}}.header__dropdown{position:relative}.header__dropdown-menu{display:none;position:absolute;top:calc(100% - .2rem);left:50%;transform:translate(-50%);min-width:22rem;padding:1.4rem 0 1.2rem;margin-top:.8rem;background:#141414;border:1px solid #2A2A2A;z-index:200}.header__dropdown:after{content:"";position:absolute;left:0;right:0;top:100%;height:1.2rem}.header__dropdown:hover .header__dropdown-menu,.header__dropdown:focus-within .header__dropdown-menu{display:block}.header__dropdown-menu a{display:block;padding:.8rem 1.6rem;white-space:nowrap}.header__nav a{font-size:1.4rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-secondary)}.header__nav a:hover{color:#fff}.header__actions{display:flex;align-items:center;justify-content:flex-end;gap:1.6rem;justify-self:end}.header__search-toggle,.header__icon,.header__menu-toggle,.mobile-nav__close{background:none;border:none;color:#fff;cursor:pointer;padding:.8rem;display:flex;align-items:center;justify-content:center}.header__menu-toggle{display:flex;flex:0 0 auto;width:4.4rem;height:4.4rem;margin-left:-.6rem;z-index:2}@media(min-width:990px){.header__menu-toggle{display:none}}@media(max-width:989px){.header__icon[href*=account]{display:none}.header__actions{gap:0;flex:0 0 auto}.header__search-toggle,.header__icon,.header__menu-toggle{padding:.6rem;width:4rem;height:4rem}.header .page-width{padding-left:1.2rem;padding-right:1.2rem}}.mobile-nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000009e;z-index:120}.mobile-nav{position:fixed;top:0;right:0;bottom:0;width:min(86vw,36rem);background:#0a0a0a;border-left:1px solid var(--color-border);z-index:130;padding:2rem 2.2rem 3.2rem;overflow-y:auto;display:flex;flex-direction:column;gap:.4rem}.mobile-nav[hidden],.mobile-nav-overlay[hidden]{display:none}.mobile-nav__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.6rem;font-size:1.3rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-secondary)}.mobile-nav a,.mobile-nav__parent{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.2rem 0;font-size:1.6rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:#fff;background:none;border:none;border-bottom:1px solid #1C1C1C;text-align:left;cursor:pointer}.mobile-nav__sub{display:flex;flex-direction:column;padding:.4rem 0 .8rem 1.2rem}.mobile-nav__sub[hidden]{display:none}.mobile-nav__sub a{font-size:1.4rem;text-transform:none;letter-spacing:.02em;color:var(--color-text-secondary);border-bottom:none;padding:.8rem 0}body.menu-open{overflow:hidden}.header__search{display:none;position:absolute;top:100%;left:0;right:0;background:var(--color-surface);border-bottom:1px solid var(--color-border);padding:1.6rem 0}.header__search.is-open{display:block}.header__search-form{display:flex;gap:1rem;max-width:var(--page-width);margin:0 auto;padding:0 2rem}.header__search-form input{flex:1}.hero{position:relative;min-height:0;display:flex;align-items:flex-start;background:transparent;overflow:hidden}.hero__content{position:relative;z-index:2;max-width:64rem;padding:5.5rem 0 8.2rem}.hero__eyebrow{font-size:1.3rem;text-transform:uppercase;letter-spacing:.16em;color:var(--color-text-secondary);margin-bottom:1.6rem}.hero__title{margin-bottom:2rem}.hero__text{font-size:1.7rem;line-height:1.6;margin-bottom:3.2rem;max-width:48rem}.hero__actions{display:flex;flex-wrap:wrap;gap:1.4rem}.city-band{position:relative;isolation:isolate;overflow:hidden;padding:1rem 0}.city-band--collections{padding:5.6rem 0 10px}.city-band__media{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center center;background-repeat:no-repeat;background-attachment:fixed;z-index:0;filter:grayscale(.42) contrast(1.05) brightness(.48)}.city-band__shade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#0a0a0a6b,#0a0a0a47 45%,#0a0a0a59);pointer-events:none}.city-band--foot{padding-top:1rem;padding-bottom:18rem}.city-band--foot .city-band__media{filter:grayscale(.05) sepia(.18) saturate(1.15) contrast(1.06) brightness(.82)}.city-band--foot .city-band__shade--foot{background:linear-gradient(180deg,#120c0847,#0a0a0a8c)}.city-band--hero{padding:5.5rem 0 2.1rem}.city-band__shade--hero{background:linear-gradient(180deg,#0a0a0a9e,#0a0a0a7a)}.category-carousel{padding:4px 0 10px}.city-band__shade--clear{background:transparent}.partners .showcase-header,.image-spacer,.city-band--foot{box-shadow:none;border:none}.city-band__content{position:relative;z-index:2}.showcase-header--glass{display:flex;width:100%;max-width:100%;align-items:center;justify-content:space-between;background:#0a0a0a8c;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:5px 8px;margin:0 0 6px;gap:8px;box-sizing:border-box}.showcase-header--glass .showcase-header__title{font-size:1.8rem!important;line-height:1.2!important;padding:0 4px;margin:0}.showcase-header--glass .carousel__nav{margin:0!important;gap:5px}.showcase-header--glass .carousel__btn{width:36px;height:36px}.carousel__nav--inline{margin-top:0}.category-carousel .carousel__slide{flex:0 0 78%}@media(min-width:600px){.category-carousel .carousel__slide{flex:0 0 46%}}@media(min-width:990px){.category-carousel .carousel__slide{flex:0 0 31%}}.category-grid{display:grid;grid-template-columns:1fr;gap:1.6rem}@media(min-width:600px){.category-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.category-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.category-card{position:relative;display:block;background:var(--color-surface);border:1px solid var(--color-border);border-radius:4px;overflow:hidden;min-height:18rem;transition:border-color .25s ease,transform .25s ease}.category-card:hover{border-color:#4a4a4a;transform:translateY(-2px)}.category-card__media{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--color-surface-elevated)}.category-card__media img{width:100%;height:100%;object-fit:cover;opacity:.55;transition:opacity .3s ease,transform .4s ease}.category-card:hover .category-card__media img{opacity:.7;transform:scale(1.03)}.category-card__content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:1.4rem 1.6rem;background:none;text-shadow:none}.category-card__title{font-size:1.8rem;font-weight:600;margin:0;color:#fff;text-shadow:none}.category-card__subtitle{font-size:1.3rem;color:var(--color-text-secondary);margin:0}.showcase-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:3.2rem;gap:2rem}.showcase-header__title{margin:0}.showcase-header__link{font-size:1.3rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-secondary);white-space:nowrap}.showcase-header__link:hover{color:#fff}.carousel{position:relative}.carousel__track{display:flex;gap:1.6rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.8rem}.carousel__track::-webkit-scrollbar{display:none}.carousel__slide{flex:0 0 70%;scroll-snap-align:start}@media(min-width:600px){.carousel__slide{flex:0 0 40%}}@media(min-width:990px){.carousel__slide{flex:0 0 23%}}.carousel__nav{display:flex;gap:1rem;margin-top:2rem}.carousel__btn{width:4.4rem;height:4.4rem;border:1px solid var(--color-border);background:transparent;color:#fff;border-radius:2px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .2s ease,background .2s ease}.carousel__btn:hover{border-color:#fff;background:#ffffff0d}.trust-section.section{padding:3.6rem 0}.trust-section{background:var(--color-surface);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.trust-grid{display:grid;grid-template-columns:1fr;gap:3.2rem}@media(min-width:750px){.trust-grid{grid-template-columns:repeat(3,1fr);gap:4rem}}.trust-item__title{font-size:1.6rem;font-weight:600;margin-bottom:.8rem;color:#fff}.trust-item__text{font-size:1.4rem;margin:0;color:var(--color-text-secondary)}.product{display:grid;gap:4rem;padding:4rem 0 6rem}@media(min-width:990px){.product{grid-template-columns:1fr 1fr;gap:6rem;align-items:start}}.product__media{background:var(--color-surface);border:1px solid var(--color-border);border-radius:4px;overflow:hidden}.product__media img{width:100%;aspect-ratio:1 / 1;object-fit:contain;background:var(--color-surface-elevated)}.product__info{display:flex;flex-direction:column;gap:1.6rem}.product__vendor{font-size:1.2rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-secondary)}.product__title{margin:0}.product__sku{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.4rem;color:var(--color-text-secondary);padding:.8rem 0;border-bottom:1px solid var(--color-border)}.product__form-area{margin-top:1.6rem;padding:2rem 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);min-height:8rem;display:flex;flex-direction:column;justify-content:center}.product__description{margin-top:2.4rem;font-size:1.5rem;line-height:1.7}.product__specs{margin-top:3.2rem}.product__specs table{width:100%;border-collapse:collapse}.product__specs th,.product__specs td{text-align:left;padding:1.2rem 0;border-bottom:1px solid var(--color-border);font-size:1.4rem}.product__specs th{color:var(--color-text-secondary);font-weight:500;width:40%}.collection-header{padding:4rem 0 3rem;border-bottom:1px solid var(--color-border);margin-bottom:3.2rem}.collection-header__title{margin:0 0 .8rem}.collection-header__count{font-size:1.4rem;color:var(--color-text-secondary)}.footer{background:var(--color-surface);border-top:1px solid var(--color-border);padding:6rem 0 4rem;margin-top:6rem}.footer__grid{display:grid;grid-template-columns:1fr;gap:4rem}@media(min-width:750px){.footer__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem}}.footer__brand{max-width:32rem}.footer__logo-img{display:block;height:4rem;width:auto;max-width:20rem;object-fit:contain;margin-bottom:1.2rem}.footer__logo{font-size:1.6rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:1.6rem}.footer__text{font-size:1.4rem;color:var(--color-text-secondary);margin:0}.footer__heading{font-size:1.3rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.6rem;color:#fff}.footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.footer__links a{font-size:1.4rem;color:var(--color-text-secondary)}.footer__links a:hover{color:#fff}.footer__bottom{margin-top:5rem;padding-top:2.4rem;border-top:1px solid var(--color-border);display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.6rem;font-size:1.3rem;color:var(--color-text-secondary)}.rte{color:var(--color-text-secondary)}.rte h2,.rte h3,.rte h4{color:var(--color-text);margin-top:2.4rem}.rte a{text-decoration:underline;text-underline-offset:3px}.rte ul,.rte ol{padding-left:2rem;margin-bottom:1.6rem}.empty-state{text-align:center;padding:8rem 2rem}.empty-state__title{margin-bottom:1.2rem}.empty-state__text{margin-bottom:2.4rem}@media(max-width:749px){.section{padding:4rem 0}.hero__content{padding:3.7rem 0 2.3rem}.header__inner{height:6rem}}.catalog-page,.contact-page,.collection-page{padding-top:4.8rem;padding-bottom:8rem}.catalog-page .showcase-header,.collection-header{margin-bottom:3.2rem}.partners__intro{max-width:56rem;margin:-1.2rem 0 2.4rem}.partners-marquee{overflow:hidden;width:100%;position:relative;z-index:2;border:none;background:transparent;box-shadow:none}.partners-marquee__track{display:flex;width:max-content;animation:partners-scroll 55s linear infinite}.partners-marquee:hover .partners-marquee__track{animation-play-state:paused}.partners-marquee__item{flex:0 0 auto;width:28rem;padding:2rem 1.6rem}.partners__card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.2rem;min-height:14rem;padding:1.6rem 1.2rem;text-align:center}.partners__logo{max-height:7.2rem;width:auto;max-width:90%;object-fit:contain}.partners__name{font-family:var(--font-heading-family, system-ui, sans-serif);font-size:1.3rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#fff}@keyframes partners-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.contact-page{max-width:1200px}.contact__form-wrap{background:var(--color-surface, #141414);border:1px solid var(--color-border, #2A2A2A);border-radius:4px;padding:2.8rem}.contact__grid{display:grid;gap:4rem}@media(min-width:750px){.contact__grid{grid-template-columns:1fr 1.2fr;gap:6rem;align-items:start}}.contact__intro h1{margin-bottom:1.6rem}.contact__meta{color:var(--color-text-secondary, #A0A0A0);margin:0 0 .4rem}.contact__row{margin-bottom:1.6rem}.contact__row label{display:block;margin-bottom:.6rem;font-size:1.3rem;color:var(--color-text-secondary, #A0A0A0)}.contact__success{border:1px solid #2A2A2A;background:#141414;padding:1.4rem 1.6rem;margin-bottom:1.6rem}.contact__errors{color:#ff6b6b;margin-bottom:1.6rem}.image-spacer{position:relative;display:block;width:100%;min-height:220px;padding:0}.partners-panel{position:relative;z-index:2;width:100%;background:#00000059}.partners-panel .showcase-header{margin-bottom:0;padding:1.6rem 0 .4rem}.partners-panel .showcase-header__title{color:#fff}
/*# sourceMappingURL=/cdn/shop/t/48/assets/base.css.map */
