*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:calc(16px * var(--type-scale, 1));scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);font-weight:400;line-height:1.6;color:var(--color-text);background-color:var(--color-bg);min-height:100vh;display:flex;flex-direction:column}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit;color:inherit}ul,ol{list-style:none}.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}.skip-link:focus{position:fixed;top:1rem;left:1rem;z-index:9999;padding:.75rem 1.25rem;background:var(--color-accent);color:var(--color-bg);clip:auto;width:auto;height:auto}.container{width:100%;max-width:var(--max-width);margin-inline:auto;padding-inline:var(--space-md)}.main-content{flex:1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4{font-family:var(--font-brand);font-weight:700;line-height:1.1;letter-spacing:-.02em}h1,.h1{font-size:calc(3.5rem * var(--heading-scale, 1))}h2,.h2{font-size:calc(2.5rem * var(--heading-scale, 1))}h3,.h3{font-size:calc(1.75rem * var(--heading-scale, 1))}h4,.h4{font-size:calc(1.25rem * var(--heading-scale, 1))}p+p{margin-top:var(--space-sm)}.text-muted{color:var(--color-muted)}.text-center{text-align:center}.text-uppercase{text-transform:uppercase;letter-spacing:.12em;font-size:.75rem}.brand-wordmark{font-family:var(--font-brand);font-weight:800;letter-spacing:.08em;text-transform:uppercase}.grain{position:relative}.grain:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:128px 128px}.radial-glow{background:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(255,255,255,.06) 0%,transparent 60%),var(--color-bg)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-family:var(--font-body);font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;border:var(--border-hairline);cursor:pointer;transition:background var(--transition-base),color var(--transition-base),border-color var(--transition-base);position:relative;overflow:hidden}.btn--solid{background:var(--color-accent);color:var(--color-bg);border-color:var(--color-accent)}.btn--solid:hover{background:transparent;color:var(--color-accent)}.btn--outline{background:transparent;color:var(--color-accent);border-color:#ffffff59}.btn--outline:hover{background:var(--color-accent);color:var(--color-bg);border-color:var(--color-accent)}.btn--dark{background:var(--color-bg);color:var(--color-text);border-color:var(--color-bg)}.btn--dark:hover{background:transparent;color:var(--color-bg)}.btn-group{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.btn--underline{background:none;border:none;padding:0 0 2px;font-size:.8125rem;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text)}.btn--underline:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform var(--transition-base)}.btn--underline:hover:after{transform:scaleX(1);transform-origin:left}[data-animate] .reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}[data-animate].is-visible .reveal,[data-animate].is-visible .reveal:nth-child(1){transition-delay:0s}[data-animate].is-visible .reveal:nth-child(2){transition-delay:.1s}[data-animate].is-visible .reveal:nth-child(3){transition-delay:.2s}[data-animate].is-visible .reveal:nth-child(4){transition-delay:.3s}[data-animate].is-visible .reveal{opacity:1;transform:translateY(0)}.announcement-bar{background:var(--color-accent);color:var(--color-bg);text-align:center;padding:.625rem var(--space-md);font-size:.75rem;letter-spacing:.06em;text-transform:uppercase}.announcement-bar a{text-decoration:underline;text-underline-offset:3px}.site-header{position:sticky;top:0;z-index:100;background:var(--color-bg);border-bottom:1px solid transparent;transition:border-color var(--transition-base)}.site-header.is-scrolled{border-bottom-color:#ffffff1f}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:var(--header-height);max-width:var(--max-width);margin-inline:auto;padding-inline:var(--space-md)}.site-header__logo{font-family:var(--font-brand);font-weight:800;font-size:1rem;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}.site-header__nav{display:none;gap:var(--space-lg)}.site-header__link{font-size:.8125rem;letter-spacing:.06em;text-transform:uppercase;color:var(--color-muted);transition:color var(--transition-base)}.site-header__link:hover,.site-header__link.is-active{color:var(--color-text)}.site-header__actions{display:flex;align-items:center;gap:var(--space-sm)}.site-header__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:none;border:none;cursor:pointer;color:var(--color-text)}.site-header__cart-count{font-size:.6875rem;margin-left:2px}.menu-toggle{display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px}.menu-toggle span{display:block;width:22px;height:1px;background:var(--color-text);transition:transform var(--transition-base),opacity var(--transition-base)}.menu-toggle.is-active span:nth-child(1){transform:translateY(6px) rotate(45deg)}.menu-toggle.is-active span:nth-child(2){opacity:0}.menu-toggle.is-active span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;top:var(--header-height);background:var(--color-bg);z-index:99;padding:var(--space-lg) var(--space-md);transform:translate(100%);transition:transform var(--transition-base);border-top:var(--border-hairline)}.mobile-nav.is-open{transform:translate(0)}.mobile-nav__list{display:flex;flex-direction:column;gap:var(--space-md)}.mobile-nav__link{font-family:var(--font-brand);font-size:1.75rem;font-weight:700;letter-spacing:-.02em}@media(min-width:900px){.site-header__nav{display:flex}.menu-toggle,.mobile-nav{display:none}}.hero{position:relative;min-height:calc(100vh - var(--header-height));min-height:calc(100dvh - var(--header-height));display:flex;align-items:flex-end;padding-block:var(--space-2xl) var(--space-xl);overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--color-bg);z-index:0}.hero__bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 50% at 20% 80%,rgba(255,255,255,.04) 0%,transparent 50%),radial-gradient(ellipse 50% 40% at 80% 20%,rgba(255,255,255,.03) 0%,transparent 50%)}.hero__content{position:relative;z-index:1;width:100%;max-width:var(--max-width);margin-inline:auto;padding-inline:var(--space-md)}.hero__brand{font-family:var(--font-brand);font-weight:800;font-size:clamp(4rem,15vw,12rem);line-height:.9;letter-spacing:-.03em;text-transform:uppercase;margin-bottom:var(--space-lg);color:var(--color-text)}.hero__heading{font-size:clamp(1.5rem,4vw,2.5rem);max-width:28ch;margin-bottom:var(--space-sm)}.hero__text{color:var(--color-muted);max-width:42ch;margin-bottom:var(--space-lg);font-size:1.0625rem}.features-bar{border-block:var(--border-hairline);background:var(--color-surface)}.features-bar__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.features-bar__item{padding:var(--space-md) var(--space-sm);text-align:center;border-right:var(--border-hairline)}.features-bar__item:last-child{border-right:none}.features-bar__title{font-family:var(--font-brand);font-size:.8125rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.25rem}.features-bar__text{font-size:.8125rem;color:var(--color-muted)}.section{padding-block:var(--space-2xl)}.section--surface{background:var(--color-surface)}.section__header{margin-bottom:var(--space-xl)}.section__eyebrow{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-muted);margin-bottom:var(--space-xs)}.section__title{margin-bottom:var(--space-sm)}.section__desc{color:var(--color-muted);max-width:55ch}.collection-showcase__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1px;background:#ffffff1f;border:var(--border-hairline)}.collection-tile{position:relative;aspect-ratio:4/5;background:var(--color-surface);overflow:hidden;display:flex;align-items:flex-end}.collection-tile__media{position:absolute;top:0;right:0;bottom:0;left:0}.collection-tile__media img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%);transition:transform .6s ease,filter .6s ease}.collection-tile:hover .collection-tile__media img{transform:scale(1.04);filter:grayscale(80%)}.collection-tile__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(5,5,5,.85) 0%,transparent 60%)}.collection-tile__content{position:relative;z-index:1;padding:var(--space-md);width:100%}.collection-tile__title{font-family:var(--font-brand);font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.collection-tile__count{font-size:.8125rem;color:var(--color-muted)}.why-choose{display:grid;grid-template-columns:1fr;gap:var(--space-xl);align-items:start}@media(min-width:768px){.why-choose{grid-template-columns:1fr 1fr}}.why-choose__checklist{display:flex;flex-direction:column;gap:var(--space-sm)}.why-choose__check{display:flex;align-items:flex-start;gap:var(--space-sm);padding-block:var(--space-sm);border-bottom:var(--border-hairline)}.why-choose__check:before{content:"\2014";color:var(--color-muted);flex-shrink:0}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:var(--space-md)}.product-card{border:var(--border-hairline);background:var(--color-surface);transition:border-color var(--transition-base)}.product-card:hover{border-color:#ffffff40}.product-card__link{display:block}.product-card__media{aspect-ratio:1;overflow:hidden;background:var(--color-bg)}.product-card__image{width:100%;height:100%;object-fit:cover;filter:grayscale(20%);transition:transform .5s ease,filter .5s ease}.product-card:hover .product-card__image{transform:scale(1.03);filter:grayscale(0%)}.product-card__placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--color-surface) 0%,var(--color-bg) 100%)}.product-card__info{padding:var(--space-sm) var(--space-md) var(--space-md)}.product-card__title{font-family:var(--font-brand);font-size:1rem;font-weight:600;margin-bottom:.25rem}.product-card__price{font-size:.875rem;color:var(--color-muted)}.price--on-sale .price__compare{margin-left:.5rem;text-decoration:line-through;opacity:.6}.reviews-section{overflow:hidden}.reviews-slider{position:relative}.reviews-slider__track{display:flex;gap:var(--space-md);overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:var(--space-sm)}.reviews-slider__track::-webkit-scrollbar{display:none}.reviews-slider__nav{display:flex;gap:var(--space-xs);margin-top:var(--space-md)}.reviews-slider__btn{width:44px;height:44px;border:var(--border-hairline);background:transparent;color:var(--color-text);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--transition-base)}.reviews-slider__btn:hover{background:var(--color-surface)}.review-card{flex:0 0 min(380px,85vw);scroll-snap-align:start;padding:var(--space-lg);border:var(--border-hairline);background:var(--color-surface)}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--space-md)}.review-card__stars{letter-spacing:2px;font-size:.875rem;margin-bottom:var(--space-sm);color:var(--color-text)}.review-card__text{font-size:1rem;line-height:1.7;margin-bottom:var(--space-md);color:var(--color-text)}.review-card__author{font-size:.8125rem;color:var(--color-muted)}.review-card__author strong{display:block;color:var(--color-text);font-weight:600}.quote-form{background:var(--color-surface);border:var(--border-hairline);padding:var(--space-xl)}.quote-form__grid{display:grid;grid-template-columns:1fr;gap:var(--space-md)}@media(min-width:768px){.quote-form__grid--2{grid-template-columns:1fr 1fr}}.form-field{display:flex;flex-direction:column;gap:.375rem}.form-field label{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted)}.form-field input,.form-field textarea,.form-field select{background:var(--color-bg);border:var(--border-hairline);padding:.875rem 1rem;color:var(--color-text);transition:border-color var(--transition-base)}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{outline:none;border-color:#ffffff59}.form-field textarea{min-height:140px;resize:vertical}.quote-form__meta{margin-top:var(--space-md);font-size:.875rem;color:var(--color-muted)}.quote-form__meta a{color:var(--color-text);text-decoration:underline;text-underline-offset:3px}.production-hero{padding-block:var(--space-2xl);text-align:center;border-bottom:var(--border-hairline)}.production-hero__title{font-size:clamp(2.5rem,8vw,5rem);margin-bottom:var(--space-sm)}.production-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1px;background:#ffffff1f;border-block:var(--border-hairline)}.production-stat{background:var(--color-bg);padding:var(--space-lg) var(--space-md);text-align:center}.production-stat__value{font-family:var(--font-brand);font-size:2.5rem;font-weight:800;line-height:1;margin-bottom:.25rem}.production-stat__label{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted)}.process-steps{display:grid;gap:var(--space-md)}@media(min-width:768px){.process-steps{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}.process-step{padding:var(--space-lg);border:var(--border-hairline);background:var(--color-surface)}.process-step__num{font-family:var(--font-brand);font-size:.75rem;letter-spacing:.1em;color:var(--color-muted);margin-bottom:var(--space-sm)}.process-step__title{font-family:var(--font-brand);font-size:1.125rem;margin-bottom:var(--space-xs)}.process-step__text{font-size:.9375rem;color:var(--color-muted)}.production-media__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--space-md)}.media-embed{aspect-ratio:16/9;background:var(--color-surface);border:var(--border-hairline);overflow:hidden}.media-embed iframe{width:100%;height:100%;border:0}.media-placeholder{aspect-ratio:16/9;background:var(--color-surface);border:var(--border-hairline);display:flex;align-items:center;justify-content:center;color:var(--color-muted);font-size:.8125rem;letter-spacing:.06em;text-transform:uppercase}.capabilities-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1px;background:#ffffff1f;border:var(--border-hairline)}.capability-item{background:var(--color-bg);padding:var(--space-md);font-size:.9375rem}.capability-item strong{display:block;font-family:var(--font-brand);font-size:.8125rem;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.25rem}.site-footer{background:var(--color-surface);border-top:var(--border-hairline);padding-block:var(--space-xl);margin-top:auto}.site-footer__grid{display:grid;grid-template-columns:1fr;gap:var(--space-xl)}@media(min-width:768px){.site-footer__grid{grid-template-columns:2fr 1fr 1fr}}.site-footer__brand{font-family:var(--font-brand);font-weight:800;font-size:1.25rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:var(--space-sm)}.site-footer__tagline{color:var(--color-muted);max-width:32ch;font-size:.9375rem}.site-footer__heading{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-muted);margin-bottom:var(--space-sm)}.site-footer__links{display:flex;flex-direction:column;gap:.5rem}.site-footer__link{font-size:.9375rem;color:var(--color-text);transition:color var(--transition-base)}.site-footer__link:hover{color:var(--color-muted)}.site-footer__bottom{margin-top:var(--space-xl);padding-top:var(--space-md);border-top:var(--border-hairline);display:flex;flex-wrap:wrap;justify-content:space-between;gap:var(--space-sm);font-size:.8125rem;color:var(--color-muted)}.site-footer__social{display:flex;gap:var(--space-sm)}.product-page{padding-block:var(--space-xl)}.product-page__grid{display:grid;grid-template-columns:1fr;gap:var(--space-xl)}@media(min-width:900px){.product-page__grid{grid-template-columns:1fr 1fr}}.product-gallery__main{aspect-ratio:1;background:var(--color-surface);border:var(--border-hairline);overflow:hidden}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:var(--space-xs);margin-top:var(--space-sm)}.product-gallery__thumb{width:72px;height:72px;border:var(--border-hairline);overflow:hidden;cursor:pointer;opacity:.5;transition:opacity var(--transition-base)}.product-gallery__thumb.is-active,.product-gallery__thumb:hover{opacity:1}.product-info__title{margin-bottom:var(--space-sm)}.product-info__price{font-size:1.25rem;margin-bottom:var(--space-md)}.product-form__option{margin-bottom:var(--space-md)}.product-form__option label{display:block;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted);margin-bottom:.5rem}.product-form__select,.product-form__quantity{width:100%;max-width:280px;background:var(--color-surface);border:var(--border-hairline);padding:.75rem 1rem}.product-form__actions{display:flex;flex-wrap:wrap;gap:var(--space-sm);margin-top:var(--space-md)}.product-info__description{margin-top:var(--space-lg);padding-top:var(--space-lg);border-top:var(--border-hairline);color:var(--color-muted)}.collection-header{padding-block:var(--space-xl);border-bottom:var(--border-hairline)}.collection-header__title{margin-bottom:var(--space-xs)}.collection-header__count{color:var(--color-muted);font-size:.9375rem}.collection-page,.cart-page{padding-block:var(--space-xl)}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{padding:var(--space-sm);border-bottom:var(--border-hairline);text-align:left;vertical-align:middle}.cart-table th{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted)}.cart-item__image{width:80px;height:80px;object-fit:cover;border:var(--border-hairline)}.cart-summary{margin-top:var(--space-lg);padding:var(--space-lg);border:var(--border-hairline);background:var(--color-surface);max-width:400px;margin-left:auto}.cart-summary__row{display:flex;justify-content:space-between;margin-bottom:var(--space-sm)}.cart-empty{text-align:center;padding:var(--space-2xl)}.search-page{padding-block:var(--space-xl)}.search-form{display:flex;gap:var(--space-sm);margin-bottom:var(--space-xl);max-width:600px}.search-form input{flex:1;background:var(--color-surface);border:var(--border-hairline);padding:.875rem 1rem}.page-content{padding-block:var(--space-xl)}.page-content__title{margin-bottom:var(--space-lg)}.page-content__body{max-width:72ch;color:var(--color-muted)}.page-content__body h2,.page-content__body h3{color:var(--color-text);margin-block:var(--space-md) var(--space-sm)}.error-page{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:var(--space-xl)}.error-page__code{font-family:var(--font-brand);font-size:clamp(4rem,15vw,10rem);font-weight:800;line-height:1;color:var(--color-muted);margin-bottom:var(--space-sm)}.password-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--color-bg)}.password-layout{text-align:center;padding:var(--space-xl);max-width:420px;width:100%}.password-layout__logo{font-family:var(--font-brand);font-weight:800;font-size:1.5rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:var(--space-lg)}.password-layout form{display:flex;flex-direction:column;gap:var(--space-sm);margin-top:var(--space-md)}.password-layout input{background:var(--color-surface);border:var(--border-hairline);padding:.875rem 1rem;text-align:center}.image-with-text{display:grid;grid-template-columns:1fr;gap:var(--space-xl);align-items:center}@media(min-width:768px){.image-with-text{grid-template-columns:1fr 1fr}.image-with-text--reverse .image-with-text__media{order:2}}.image-with-text__media{aspect-ratio:4/3;overflow:hidden;border:var(--border-hairline)}.image-with-text__media img{width:100%;height:100%;object-fit:cover;filter:grayscale(30%)}.gift-card{max-width:480px;margin:var(--space-2xl) auto;padding:var(--space-xl);text-align:center;border:var(--border-hairline);background:var(--color-surface)}.mt-sm{margin-top:var(--space-sm)}.mt-md{margin-top:var(--space-md)}.mt-lg{margin-top:var(--space-lg)}.mb-sm{margin-bottom:var(--space-sm)}.mb-md{margin-bottom:var(--space-md)}.mb-lg{margin-bottom:var(--space-lg)}.light-section{background:#fff;color:#050505;--color-bg: #fff;--color-surface: #f7f7f5;--color-text: #050505;--color-muted: #8a8a8a;--color-accent: #050505;--border-hairline: 1px solid rgba(0, 0, 0, .12)}@media(max-width:767px){h1,.h1{font-size:calc(2.25rem * var(--heading-scale, 1))}h2,.h2{font-size:calc(1.75rem * var(--heading-scale, 1))}.section{padding-block:var(--space-xl)}.cart-table thead{display:none}.cart-table tr{display:block;margin-bottom:var(--space-md)}.cart-table td{display:block;border:none;padding:.25rem 0}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/base.css.map */
