:root{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#171717;background:#fdfdfc;font-synthesis:none;--ink: #171717;--muted: #686867;--line: #dededb;--paper: #fdfdfc;--soft: #f2f2ef;--accent: #b8e000;--radius: 0px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--paper)}body,button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{color:inherit}img{display:block;max-width:100%}.app{min-height:100dvh;overflow:clip}.announcement{min-height:31px;display:grid;place-items:center;padding:6px 16px;background:var(--ink);color:#f7f7f4;font-size:11px;letter-spacing:.08em;text-align:center}.site-header{height:72px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 32px;border-bottom:1px solid var(--line);background:#fdfdfcf5;position:relative;z-index:20}.brand{width:202px;height:54px;display:grid;place-items:center;overflow:hidden}.brand img{width:190px}.header-tools{display:flex;justify-content:flex-end;align-items:center;gap:8px}.header-tools-left{justify-content:flex-start}.icon-button{min-width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;gap:3px;border:0;background:transparent;cursor:pointer;transition:background .2s ease}.icon-button:hover{background:var(--soft)}.cart-button span{font-size:11px;margin-top:-12px}.desktop-nav{height:46px;display:flex;justify-content:center;gap:30px;border-bottom:1px solid var(--line);position:relative;z-index:18;background:var(--paper)}.nav-root{height:100%;display:grid;align-items:center}.nav-root>a{font-size:11px;letter-spacing:.08em;font-weight:600;white-space:nowrap}.mega-menu{position:absolute;top:45px;left:0;width:100%;min-height:330px;display:grid;grid-template-columns:1fr 1.4fr .7fr;gap:56px;padding:38px max(48px,calc((100vw - 1400px)/2));background:var(--paper);border-top:1px solid var(--line);border-bottom:1px solid var(--line);box-shadow:0 18px 40px #28282414}.mega-menu h3{font-size:28px;margin:0 0 12px;font-weight:500}.mega-menu p{max-width:270px;color:var(--muted);font-size:14px;line-height:1.5}.mega-links{display:grid;grid-template-columns:1fr 1fr;align-content:start;gap:0 34px}.mega-links a{height:42px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);font-size:13px}.mega-links a:hover{padding-left:6px}.mega-feature{overflow:hidden;background:var(--soft)}.mega-feature img{width:100%;height:220px;object-fit:cover}.mega-feature span{display:block;padding:12px;font-size:12px}.mobile-only{display:none}.button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 20px;border:1px solid var(--ink);font-size:12px;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:transform .2s ease,background .2s ease;white-space:nowrap}.button:active{transform:translateY(1px)}.button-dark{background:var(--ink);color:#f7f7f4}.button-dark:hover{background:#333330}.button-light{background:#f7f7f4;color:var(--ink);border-color:#f7f7f4}.hero{max-width:1500px;min-height:min(720px,calc(100dvh - 149px));margin:0 auto;display:grid;grid-template-columns:39% 61%}.hero-copy{padding:clamp(56px,8vw,120px) clamp(28px,6vw,92px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.eyebrow{margin:0 0 24px;font-size:10px;letter-spacing:.14em;font-weight:700}.hero h1{max-width:600px;margin:0 0 22px;font-size:clamp(46px,5.2vw,78px);line-height:.98;letter-spacing:-.045em;font-weight:500}.hero-copy>p:not(.eyebrow){max-width:440px;margin:0 0 34px;color:#575754;font-size:16px;line-height:1.55}.hero-media{min-height:560px;display:grid;grid-template-columns:2fr 1fr;gap:2px;background:var(--line);overflow:hidden}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-media img:last-child{object-position:62% center}.category-section,.new-section,.related{max-width:1500px;margin:0 auto;padding:100px 28px}.category-section h2,.section-heading h2{font-size:clamp(30px,4vw,54px);font-weight:500;letter-spacing:-.035em;margin:0 0 38px}.category-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr 1.2fr;gap:2px;background:var(--paper)}.category-tile{position:relative;min-height:420px;overflow:hidden;background:var(--soft)}.category-tile img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.16,1,.3,1)}.category-tile:hover img{transform:scale(1.025)}.category-tile span{position:absolute;left:0;bottom:0;display:flex;align-items:center;gap:8px;padding:16px 18px;background:#fdfdfcf0;font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.new-section{padding-top:36px}.section-heading{display:flex;justify-content:space-between;align-items:baseline;gap:20px}.section-heading a{display:flex;gap:8px;align-items:center;font-size:12px;border-bottom:1px solid var(--ink);padding-bottom:4px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px 10px}.product-card{min-width:0}.product-image-wrap{position:relative;aspect-ratio:3 / 4;overflow:hidden;background:var(--soft)}.product-image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .45s cubic-bezier(.16,1,.3,1)}.product-card:hover img{transform:scale(1.018)}.sale-badge{position:absolute;top:10px;left:10px;padding:5px 7px;background:var(--ink);color:#fff;font-size:9px;letter-spacing:.08em}.product-meta{padding:12px 3px}.product-meta h3{min-height:34px;margin:0 0 8px;font-size:12px;line-height:1.4;font-weight:500;text-transform:uppercase;letter-spacing:.03em}.product-meta p{margin:0;font-size:12px;font-weight:600}.product-meta p span{color:var(--muted);font-weight:400}.trade-banner{max-width:1444px;margin:20px auto 100px;padding:68px;background:var(--ink);color:#f7f7f4;display:flex;justify-content:space-between;align-items:end;gap:40px}.trade-banner h2{margin:0 0 14px;font-size:clamp(36px,5vw,70px);font-weight:500;letter-spacing:-.04em}.trade-banner p{max-width:560px;margin:0;color:#c8c8c3;line-height:1.55}.catalog-page{max-width:1500px;margin:0 auto;padding:0 28px 110px}.collection-header{min-height:220px;display:flex;flex-direction:column;justify-content:center;align-items:center;border-bottom:1px solid var(--line);text-align:center}.collection-header p{margin:0 0 14px;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.12em}.collection-header h1{margin:0 0 12px;font-size:clamp(40px,6vw,72px);line-height:1;font-weight:500;letter-spacing:-.04em}.collection-header span{color:var(--muted);font-size:12px}.catalog-toolbar{height:70px;display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.catalog-toolbar button,.catalog-toolbar label{display:flex;align-items:center;gap:8px;border:0;background:none;font-size:12px;cursor:pointer}.catalog-toolbar select{appearance:none;border:0;padding-right:4px;background:transparent;cursor:pointer}.filter-panel{margin:-12px 0 30px;padding:22px;display:flex;align-items:center;gap:22px;background:var(--soft)}.filter-panel button{display:flex;align-items:center;gap:8px;border:1px solid var(--ink);background:var(--paper);padding:10px 14px}.filter-panel p{margin:0;color:var(--muted);font-size:12px}.pagination{display:flex;justify-content:center;align-items:center;gap:28px;margin-top:66px}.pagination button{min-height:42px;display:flex;align-items:center;gap:8px;border:1px solid var(--line);background:var(--paper);padding:0 16px;cursor:pointer}.pagination button:disabled{opacity:.3}.pagination span{font-size:12px;color:var(--muted)}.breadcrumbs{max-width:1500px;margin:0 auto;padding:24px 28px;display:flex;gap:9px;overflow:hidden;white-space:nowrap;color:var(--muted);font-size:11px}.breadcrumbs span:last-child{text-overflow:ellipsis;overflow:hidden}.product-detail{max-width:1500px;margin:0 auto 120px;padding:0 28px;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(360px,.68fr);gap:clamp(38px,7vw,100px)}.product-gallery{display:grid;grid-template-columns:78px minmax(0,1fr);gap:12px;align-items:start}.thumbs{display:grid;gap:10px;max-height:720px;overflow-y:auto}.thumbs button{padding:0;border:1px solid transparent;background:var(--soft);cursor:pointer}.thumbs button.active{border-color:var(--ink)}.thumbs img{aspect-ratio:3/4;object-fit:cover}.main-image{background:var(--soft)}.main-image img{width:100%;max-height:860px;aspect-ratio:3/4;object-fit:cover}.product-info{padding-top:20px}.product-type{margin:0 0 14px;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.12em}.product-info h1{margin:0 0 20px;font-size:clamp(28px,3.3vw,48px);line-height:1.05;letter-spacing:-.035em;font-weight:500;text-transform:uppercase}.price{margin:0 0 9px;font-size:20px}.price span,.tax-note{color:var(--muted);font-size:11px}.tax-note{margin-bottom:30px}.product-info fieldset{border:0;padding:0;margin:0 0 28px}.product-info legend{margin-bottom:12px;font-size:12px}.variant-list{display:flex;flex-wrap:wrap;gap:7px}.variant-list button{min-width:46px;min-height:40px;padding:0 13px;border:1px solid var(--line);background:var(--paper);font-size:11px;cursor:pointer}.variant-list button.selected{border-color:var(--ink);background:var(--ink);color:#fff}.variant-list button:disabled{opacity:.35;text-decoration:line-through}.purchase-row{display:grid;grid-template-columns:114px 1fr;gap:8px}.quantity{display:grid;grid-template-columns:36px 1fr 36px;border:1px solid var(--line)}.quantity button{border:0;background:none;cursor:pointer}.quantity span{display:grid;place-items:center;font-size:12px}.add-button{min-height:52px;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--ink);background:var(--ink);color:#fff;cursor:pointer}.product-description{margin-top:34px;padding-top:28px;border-top:1px solid var(--line)}.product-description h2{margin:0 0 12px;font-size:13px}.product-description p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}.detail-notes{display:grid;grid-template-columns:130px 1fr;gap:10px;margin-top:30px;padding:22px;background:var(--soft);font-size:11px}.detail-notes p,.detail-notes span{margin:0}.detail-notes span{color:var(--muted)}.related{border-top:1px solid var(--line)}.content-page{max-width:920px;margin:0 auto;padding:100px 28px 140px}.content-page header{margin-bottom:80px}.content-page header>p{margin:0 0 22px;font-size:10px;font-weight:700;letter-spacing:.14em}.content-page header h1{margin:0 0 24px;font-size:clamp(48px,7vw,84px);line-height:.98;letter-spacing:-.045em;font-weight:500}.content-page header span{max-width:700px;display:block;color:var(--muted);font-size:18px;line-height:1.55}.content-page>section{display:grid;grid-template-columns:220px 1fr;gap:50px;padding:38px 0;border-top:1px solid var(--line)}.content-page section h2{margin:0;font-size:17px;font-weight:500}.content-page section p{margin:0 0 8px;color:#4f4f4c;font-size:14px;line-height:1.7}.rich-content-page{max-width:1080px}.rich-content-page>section{grid-template-columns:240px minmax(0,1fr)}.rich-content-page .content-qa{display:block}.content-qa>h2{margin-bottom:24px!important;font-size:22px!important}.content-qa details{border-top:1px solid var(--line)}.content-qa details:last-child{border-bottom:1px solid var(--line)}.content-qa summary{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;list-style:none;font-size:14px;font-weight:500}.content-qa summary::-webkit-details-marker{display:none}.content-qa summary svg{flex:0 0 auto;transition:transform .2s ease}.content-qa details[open] summary svg{transform:rotate(45deg)}.content-qa details p{max-width:760px;padding:0 36px 24px 0;color:var(--muted)}.rich-content-page .content-table-section{display:block}.content-table-section>h2{margin-bottom:22px!important;font-size:22px!important}.content-table-wrap{width:100%;overflow-x:auto;border:1px solid var(--line)}.content-table{border-collapse:collapse}.content-table-wrap table{width:100%;min-width:720px;border-collapse:collapse}.content-table-wrap th,.content-table-wrap td{padding:14px 16px;text-align:left;font-size:11px;white-space:nowrap}.content-table-wrap th{background:var(--soft);color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.content-table-wrap tbody tr+tr{border-top:1px solid var(--line)}.content-note{margin-top:15px!important;color:var(--muted)!important;font-size:11px!important}.content-numbered ol{margin:0;padding:0;list-style:none;counter-reset:policy-item}.content-numbered li{position:relative;padding:0 0 22px 44px;color:#4f4f4c;font-size:14px;line-height:1.7;counter-increment:policy-item}.content-numbered li:before{content:counter(policy-item,decimal-leading-zero);position:absolute;left:0;top:2px;color:var(--muted);font-size:10px;letter-spacing:.08em}.content-bullets>div,.content-bullets ul{min-width:0}.content-bullets ul{display:grid;grid-template-columns:1fr 1fr;gap:10px 22px;margin:12px 0 0;padding:0;list-style:none}.content-bullets li{display:flex;align-items:flex-start;gap:10px;color:#4f4f4c;font-size:13px;line-height:1.5}.content-bullets li svg{margin-top:2px;flex:0 0 auto}.rich-content-page .content-contact{display:grid;grid-template-columns:1fr 1fr;gap:0 42px}.content-contact>div{padding:25px 0;border-top:1px solid var(--line)}.content-contact span{display:block;margin-bottom:9px;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.09em}.content-contact p{color:var(--ink)!important;font-size:15px!important}.rich-content-page .content-gallery{display:grid;grid-template-columns:1.15fr .85fr;gap:6px;padding-top:0;border-top:0}.content-gallery img{width:100%;height:100%;min-height:360px;object-fit:cover;background:var(--soft)}.content-gallery img:nth-child(1),.content-gallery img:nth-child(4){grid-row:span 2}.content-page>.wholesale-registration{display:block;max-width:820px;margin:0 auto 70px;padding:0;border-top:0}.registration-intro{padding:0 0 24px;text-align:center;border-bottom:1px solid var(--line)}.registration-intro h2{margin:0 auto 12px;max-width:610px;font-size:clamp(22px,3vw,32px);line-height:1.2}.registration-intro p{color:var(--muted)!important;font-size:11px!important}.registration-intro a,.account-checkbox a{text-decoration:underline;text-underline-offset:3px}.account-form{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:0;padding:34px 38px 38px;background:var(--soft)}.account-form label,.account-page label{font-size:11px}.account-form>label{display:block;line-height:1.4}.account-form label em{color:#b23a2c;font-style:normal}.account-form input,.account-form select,.account-page input{width:100%;height:47px;border:1px solid #c4c4bf;border-radius:0;background:var(--paper);color:var(--ink);padding:0 12px}.account-form>label>input,.account-form>label>select{display:block;margin-top:8px}.account-form input:focus,.account-form select:focus{outline:2px solid var(--ink);outline-offset:2px}.account-form input[aria-invalid=true],.account-form select[aria-invalid=true]{border-color:#b23a2c}.account-section-title{margin:4px 0 0;padding-bottom:12px;border-bottom:1px solid var(--line);font-size:20px;font-weight:500}.account-field-error{display:block;margin-top:6px;color:#a42e23;font-size:10px;line-height:1.4}.account-error-summary{display:grid;gap:4px;padding:14px 16px;border:1px solid #b23a2c;color:#8d271e;font-size:11px}.account-consents{display:grid;gap:12px;padding-top:4px}.account-form .account-checkbox{display:flex;align-items:flex-start;gap:9px;line-height:1.5}.account-form .account-checkbox input{width:15px;height:15px;flex:0 0 auto;margin:1px 0 0;accent-color:var(--ink)}.account-form>button{min-height:47px;margin-top:4px}.wide{grid-column:1 / -1}.form-success{margin-bottom:70px;padding:42px;background:var(--soft)}.form-success h2{margin:14px 0 8px}.search-page-form{display:flex;max-width:720px;margin:48px auto}.search-page-form input{flex:1;height:52px;border:1px solid var(--line);background:var(--paper);padding:0 16px}.search-page-form button{min-width:120px;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--ink);background:var(--ink);color:#fff}.search-count{margin-bottom:22px;color:var(--muted);font-size:12px}.account-page{max-width:1200px;margin:70px auto 120px;display:grid;grid-template-columns:1fr 1fr;min-height:620px;background:var(--soft)}.account-page section{padding:clamp(40px,7vw,90px);display:flex;flex-direction:column;justify-content:center}.account-page section>p:first-child{font-size:10px;text-transform:uppercase;letter-spacing:.12em}.account-page h1{margin:14px 0 30px;font-size:clamp(42px,5vw,66px);letter-spacing:-.04em;font-weight:500}.account-page form{display:grid;gap:18px}.account-page form+p{margin-top:26px;font-size:12px}.account-page form+p a{border-bottom:1px solid}.account-page aside img{width:100%;height:100%;object-fit:cover}.checkout-page{max-width:1400px;margin:0 auto;padding:44px 28px 110px}.checkout-heading{min-height:74px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.checkout-brand{width:172px}.checkout-heading>div{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.08em}.checkout-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);gap:clamp(50px,8vw,116px);align-items:start;padding-top:55px}.checkout-form{min-width:0}.checkout-form>section{padding:0 0 42px;margin-bottom:42px;border-bottom:1px solid var(--line)}.checkout-section-title{margin-bottom:25px}.checkout-section-title span{display:block;margin-bottom:7px;font-size:24px;font-weight:500;letter-spacing:-.025em}.checkout-section-title p{margin:0;color:var(--muted);font-size:12px;line-height:1.5}.checkout-fields{display:grid;grid-template-columns:1fr 1fr;gap:18px 14px}.checkout-form>section:first-child{display:grid;grid-template-columns:1fr;gap:18px}.checkout-form>section:first-child .checkout-section-title{margin-bottom:6px}.checkout-field{display:grid;gap:8px;min-width:0;font-size:11px;color:#4d4d49}.checkout-field input{width:100%;height:50px;border:1px solid #b8b8b2;background:var(--paper);color:var(--ink);padding:0 13px;outline:0}.checkout-field input::placeholder{color:#73736d}.checkout-field input:focus{border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink)}.checkout-field input[aria-invalid=true]{border-color:#b14437;box-shadow:inset 0 0 0 1px #b14437}.field-wide{grid-column:1 / -1}.field-error{color:#a33a31;font-size:11px;line-height:1.3}.shipping-options{border:1px solid var(--line)}.shipping-options label{min-height:76px;display:grid;grid-template-columns:22px 1fr auto;align-items:center;gap:13px;padding:14px 16px;cursor:pointer}.shipping-options label+label{border-top:1px solid var(--line)}.shipping-options input{accent-color:var(--ink)}.shipping-options span{display:grid;gap:5px}.shipping-options strong{font-size:12px;font-weight:600}.shipping-options small{color:var(--muted);font-size:11px}.shipping-options b{font-size:12px}.payment-box{border:1px solid var(--line)}.payment-box-heading{min-height:54px;display:grid;grid-template-columns:24px 1fr 20px;align-items:center;gap:9px;padding:0 16px;border-bottom:1px solid var(--line);font-size:12px}.payment-box .checkout-fields{padding:20px}.checkout-error-summary{margin:-18px 0 22px;padding:15px 17px;border:1px solid #a33a31;color:#a33a31;font-size:12px;line-height:1.5}.place-order{width:100%;min-height:56px;display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid var(--ink);background:var(--ink);color:var(--paper);cursor:pointer;font-size:12px;font-weight:600;letter-spacing:.04em}.place-order:active{transform:translateY(1px)}.checkout-legal{margin:16px auto 0;max-width:520px;color:var(--muted);font-size:10px;line-height:1.55;text-align:center}.checkout-summary{position:sticky;top:26px;padding:28px;background:var(--soft)}.checkout-summary-heading{min-height:40px;display:grid;grid-template-columns:26px 1fr auto;align-items:start;border-bottom:1px solid var(--line)}.checkout-summary-heading h2{margin:0;font-size:17px;font-weight:500}.checkout-summary-heading span{color:var(--muted);font-size:11px}.checkout-summary-items{max-height:440px;overflow-y:auto}.checkout-summary-item{display:grid;grid-template-columns:70px 1fr auto;align-items:center;gap:14px;padding:17px 0;border-bottom:1px solid var(--line)}.checkout-summary-item>div{position:relative}.checkout-summary-item img{width:70px;height:92px;object-fit:cover}.checkout-summary-item>div>span{min-width:21px;height:21px;position:absolute;top:-7px;right:-7px;display:grid;place-items:center;background:var(--ink);color:var(--paper);font-size:9px}.checkout-summary-item section{min-width:0}.checkout-summary-item h3{margin:0 0 7px;font-size:11px;line-height:1.4;text-transform:uppercase}.checkout-summary-item p{margin:0;color:var(--muted);font-size:10px}.checkout-summary-item>strong{font-size:11px;white-space:nowrap}.checkout-totals{padding-top:18px}.checkout-totals p{display:flex;justify-content:space-between;gap:20px;margin:0 0 13px;font-size:11px}.checkout-totals p>span{color:var(--muted)}.checkout-totals em{color:var(--muted);font-style:normal;text-align:right}.checkout-grand-total{margin-top:20px!important;padding-top:20px;border-top:1px solid var(--line);align-items:baseline}.checkout-grand-total span{color:var(--ink)!important;font-size:15px}.checkout-grand-total strong{font-size:18px}.checkout-empty,.checkout-success{min-height:620px;padding:70px 22px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.checkout-empty h1,.checkout-success h1{margin:18px 0 12px;font-size:clamp(40px,6vw,68px);font-weight:500;letter-spacing:-.04em}.checkout-empty p{margin:0 0 26px;color:var(--muted)}.checkout-success>div{max-width:700px}.checkout-success>div>p{margin:18px 0 0;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.1em}.checkout-success>div>span{display:block;margin:0 auto 28px;max-width:560px;color:var(--muted);font-size:14px;line-height:1.6}.empty-state{min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--soft);text-align:center}.empty-state h2{margin:16px 0 6px;font-size:24px}.empty-state p{margin:0;color:var(--muted)}.not-found{min-height:600px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.not-found p{margin:0;color:var(--muted)}.not-found h1{margin:12px 0 28px;font-size:clamp(42px,6vw,72px);font-weight:500;letter-spacing:-.04em}.drawer-overlay{position:fixed;inset:0;z-index:60;background:#14141273}.drawer{width:min(480px,92vw);height:100%;position:absolute;right:0;top:0;background:var(--paper);padding:32px;overflow-y:auto;box-shadow:-20px 0 50px #0000001f}.drawer-close{width:42px;height:42px;display:grid;place-items:center;margin-left:auto;border:0;background:transparent;cursor:pointer}.drawer h2{margin:12px 0 34px;font-size:32px;font-weight:500;letter-spacing:-.03em}.cart-empty{min-height:460px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px}.cart-item{display:grid;grid-template-columns:90px 1fr 24px;gap:16px;padding:16px 0;border-bottom:1px solid var(--line)}.cart-item img{width:90px;height:120px;object-fit:cover}.cart-item h3{margin:0 0 8px;font-size:12px;text-transform:uppercase}.cart-item p{margin:0 0 8px;color:var(--muted);font-size:11px}.cart-item span{font-size:12px}.remove{align-self:start;border:0;background:none;cursor:pointer}.cart-quantity{width:92px;height:30px;display:grid;grid-template-columns:30px 1fr 30px;margin-top:13px;border:1px solid var(--line)}.cart-quantity button{border:0;background:none;display:grid;place-items:center;cursor:pointer}.cart-quantity svg{width:12px}.cart-quantity span{display:grid;place-items:center}.cart-total{position:sticky;bottom:-32px;margin:28px -32px -32px;padding:24px 32px 32px;background:var(--paper);border-top:1px solid var(--line)}.cart-total p{display:flex;justify-content:space-between}.cart-total .button{width:100%}.search-overlay{position:fixed;inset:0;z-index:70;background:#fdfdfcfa;display:flex;align-items:flex-start;justify-content:center;padding-top:22vh}.search-overlay>button{position:absolute;top:32px;right:32px}.search-overlay form{width:min(760px,calc(100% - 40px))}.search-overlay label{display:block;margin-bottom:22px;font-size:clamp(28px,4vw,48px);letter-spacing:-.035em}.search-overlay form>div{display:grid;grid-template-columns:1fr 56px;border-bottom:1px solid var(--ink)}.search-overlay input{height:62px;border:0;background:transparent;outline:0;font-size:20px}.search-overlay form button{border:0;background:transparent;cursor:pointer}footer{background:#1c1c1a;color:#f0f0ed}.footer-main{max-width:1500px;margin:0 auto;padding:75px 28px;display:grid;grid-template-columns:1.4fr .7fr .7fr 1.2fr;gap:60px}.footer-brand img{width:220px;filter:invert(1)}.footer-brand p,.newsletter p{color:#a9a9a4;font-size:13px}.footer-main h3{margin:0 0 20px;font-size:12px}.footer-main>div>a{display:block;margin:0 0 13px;color:#bfbfba;font-size:12px}.newsletter form label{display:block;margin-bottom:9px;color:#aaa;font-size:10px}.newsletter form>div{display:grid;grid-template-columns:1fr 44px;border-bottom:1px solid #777}.newsletter input{height:45px;border:0;background:transparent;color:#fff;outline:0}.newsletter button{border:0;background:transparent;color:#fff;cursor:pointer}.subscribed{display:flex;align-items:center;gap:8px;color:var(--accent);font-size:12px}.footer-bottom{max-width:1500px;min-height:62px;margin:0 auto;padding:0 28px;display:flex;align-items:center;gap:34px;border-top:1px solid #3e3e3a;color:#92928d;font-size:10px;letter-spacing:.05em}.footer-payments{max-width:1500px;min-height:70px;margin:0 auto;padding:14px 28px;display:flex;align-items:center;justify-content:space-between;gap:22px;border-top:1px solid #3e3e3a}.footer-payments>span{color:#92928d;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.footer-payments>div{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.footer-payments img{width:38px;height:24px;object-fit:contain;background:#fff}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}@media(prefers-color-scheme:dark){:root{--ink: #eeeeea;--muted: #a1a19b;--line: #3b3b38;--paper: #171715;--soft: #242421;color:#eeeeea}.announcement,footer{background:#0f0f0e}.site-header{background:#171715f5}.brand img,.footer-brand img,.checkout-brand img{filter:invert(1)}.button-dark,.add-button,.search-page-form button,.button-light{color:#171715}.category-tile span{background:#171715f0}.trade-banner{background:#eeeeea;color:#171715}.trade-banner p{color:#555}.hero-copy>p:not(.eyebrow){color:#b5b5af}.trade-banner .button-light{background:#171715;color:#eee;border-color:#171715}.product-description p,.content-page section p{color:#c8c8c3}.content-numbered li,.content-bullets li{color:#c8c8c3}.drawer-overlay{background:#0009}.search-overlay{background:#171715fa}.account-form input,.account-form select,.account-page input{border-color:#565650}.account-field-error{color:#ef8b7d}.account-error-summary{border-color:#d16b5e;color:#ef8b7d}.checkout-field{color:#c7c7c1}.checkout-field input{border-color:#5a5a54}.checkout-field input::placeholder{color:#989891}.field-error,.checkout-error-summary{color:#ef8b7d}.checkout-field input[aria-invalid=true],.checkout-error-summary{border-color:#d16b5e}}@media(max-width:1100px){.desktop-nav{gap:16px}.nav-root>a{font-size:10px}.product-grid{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:1fr 1fr}.category-tile{min-height:480px}}@media(max-width:767px){.desktop-only,.desktop-nav{display:none}.mobile-only{display:inline-flex}.announcement{font-size:9px}.site-header{height:64px;padding:0 12px}.brand{width:146px;height:46px}.brand img{width:144px}.header-tools{gap:0}.icon-button{min-width:36px;height:38px}.hero{min-height:auto;grid-template-columns:1fr}.hero-copy{min-height:465px;padding:62px 22px}.hero h1{font-size:49px}.hero-media{min-height:510px;grid-template-columns:1fr}.hero-media img:first-child{height:510px}.hero-media img:last-child{display:none}.category-section,.new-section,.related{padding:70px 14px}.category-section h2,.section-heading h2{margin-bottom:24px;font-size:34px}.category-grid{grid-template-columns:1fr 1fr;gap:2px}.category-tile{min-height:280px}.category-tile span{width:100%;justify-content:space-between;padding:12px;font-size:10px}.product-grid{grid-template-columns:1fr 1fr;gap:30px 6px}.product-meta h3{font-size:10px}.product-meta p{font-size:11px}.trade-banner{margin:10px 14px 70px;padding:48px 26px;display:block}.trade-banner p{font-size:14px}.trade-banner .button{margin-top:28px}.catalog-page{padding:0 10px 80px}.collection-header{min-height:180px}.catalog-toolbar{height:58px}.filter-panel{display:block}.filter-panel p{margin-top:12px;line-height:1.5}.pagination{gap:8px}.pagination button{padding:0 10px;font-size:11px}.breadcrumbs{padding:18px 14px}.product-detail{padding:0 0 70px;display:block;margin:0}.product-gallery{display:block}.thumbs{display:none}.main-image img{max-height:none}.product-info{padding:30px 18px 0}.product-info h1{font-size:32px}.detail-notes{grid-template-columns:1fr}.content-page{padding:70px 20px 100px}.content-page header{margin-bottom:55px}.content-page header h1{font-size:50px}.content-page>section{grid-template-columns:1fr;gap:14px;padding:28px 0}.rich-content-page .content-contact,.rich-content-page .content-gallery{grid-template-columns:1fr}.content-gallery img,.content-gallery img:nth-child(1),.content-gallery img:nth-child(4){min-height:0;grid-row:auto}.content-bullets ul{grid-template-columns:1fr}.content-table-wrap{margin-top:8px}.account-form{grid-template-columns:1fr;padding:22px}.registration-intro{padding:0 16px 22px}.account-section-title{margin-top:10px}.wide{grid-column:auto}.search-page-form{margin:32px 4px}.search-page-form button{min-width:92px}.account-page{margin:0 0 70px;display:block}.account-page section{min-height:520px;padding:50px 22px}.account-page aside{height:470px}.checkout-page{padding:18px 14px 80px}.checkout-heading{min-height:62px}.checkout-brand{width:145px}.checkout-heading>div{font-size:9px}.checkout-layout{display:flex;flex-direction:column;gap:38px;padding-top:28px}.checkout-form{width:100%;order:2}.checkout-summary{width:100%;position:static;order:1;padding:20px}.checkout-form>section{margin-bottom:30px;padding-bottom:30px}.checkout-section-title span{font-size:21px}.checkout-fields{grid-template-columns:1fr}.field-wide{grid-column:auto}.payment-box .checkout-fields{padding:16px}.shipping-options label{grid-template-columns:20px 1fr auto;padding:13px}.checkout-summary-items{max-height:350px}.checkout-empty,.checkout-success{min-height:520px}.drawer{padding:22px}.mobile-menu{left:0;right:auto}.mobile-group{padding:18px 0;border-top:1px solid var(--line)}.mobile-group strong{display:block;margin-bottom:14px;font-size:11px}.mobile-group a{display:block;padding:9px 0;color:var(--muted);font-size:13px}.footer-main{padding:60px 22px;grid-template-columns:1fr 1fr;gap:50px 24px}.footer-brand,.newsletter{grid-column:1 / -1}.footer-bottom{padding:18px 22px;flex-wrap:wrap;gap:10px 20px}.footer-payments{padding:20px 22px;display:block}.footer-payments>span{display:block;margin-bottom:14px}.footer-payments>div{justify-content:flex-start}}
