:root{--ink:#20231d;--paper:#f8f7f3;--muted:#686b61;--line:#d9dcd1;--olive:#4a513f;--accent:#dce6b7;--serif:Georgia,'Times New Roman',serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:14px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,a,input,select,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{opacity:.4;cursor:default}img{display:block;max-width:100%}button{color:inherit}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #839348;outline-offset:5px}[hidden]{display:none!important}::selection{background:#dce6b7;color:#20231d}.skip{position:fixed;top:-100px;left:20px;z-index:100;background:white;padding:14px}.skip:focus{top:15px}.header{height:96px;background:#080906;color:white;display:flex;align-items:center;justify-content:space-between;padding:0 5%;position:sticky;top:0;z-index:30;border-bottom:1px solid #292b24}.brand{width:140px;height:86px;overflow:hidden;display:flex;align-items:center}.brand img{width:140px;height:140px;max-width:none}.desktop-nav{display:flex;gap:30px;font-size:12px;letter-spacing:.03em}.desktop-nav a{position:relative;padding:10px 0}.desktop-nav a:after,.text-link:after{content:'';height:1px;position:absolute;bottom:3px;left:0;right:0;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .25s}.desktop-nav a:hover:after,.text-link:hover:after{transform:scaleX(1)}.header-actions{display:flex;gap:22px;align-items:center}.search-link{display:flex;gap:9px;align-items:center;font-size:12px}.menu-toggle{display:none;background:none;border:0;color:white;padding:12px}.mobile-nav{position:absolute;top:100%;left:0;right:0;background:#080906;padding:18px 6% 30px;box-shadow:0 15px 20px #0002}.mobile-nav a{display:block;padding:13px 0;border-bottom:1px solid #35372d}.eyebrow{font-size:10px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;margin:0 0 22px}em{font-weight:400}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:36px;min-height:54px;padding:16px 23px;font-size:11px;letter-spacing:.05em;border:1px solid transparent;transition:background .25s,color .25s,transform .25s}.button span{font-size:20px;line-height:1;transition:transform .25s}.button:hover span{transform:translate(3px,-3px)}.button:hover{transform:translateY(-2px)}.dark{background:var(--ink);color:white}.dark:hover{background:var(--olive)}.outline{border-color:var(--ink);background:transparent}.outline:hover{background:var(--ink);color:var(--paper)}.section{padding:90px 5%}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:38px}h2{font:400 clamp(34px,3.1vw,54px)/1.15 var(--serif);letter-spacing:-.035em;margin:0}.section-head .eyebrow{margin-bottom:16px}.text-link{position:relative;display:inline-flex;align-items:center;gap:24px;padding:8px 0;font-size:11px;border:0;border-bottom:1px solid currentColor;background:none;white-space:nowrap}.text-link:after{bottom:-1px;height:2px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-card{position:relative;overflow:hidden;background:#e3e3db;aspect-ratio:2/3}.category-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1)}.category-card:hover img{transform:scale(1.045)}.category-card:after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(transparent,#0009)}.category-card>div{position:absolute;bottom:25px;left:23px;right:23px;display:flex;justify-content:space-between;align-items:center;color:white;z-index:1;font:30px var(--serif)}.category-card small{display:block;font:9px Arial,sans-serif;letter-spacing:.15em;margin-bottom:10px}.category-card>div>span:last-child{font:26px Arial,sans-serif}.edit-section{background:#edeee7}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 20px}.product-card{min-width:0}.product-image{display:block;position:relative;aspect-ratio:2/3;overflow:hidden;background:#e8e7df}.product-image img{width:100%;height:100%;object-fit:cover;transition:opacity .6s,transform .7s}.product-image .alternate{position:absolute;inset:0;opacity:0}.product-image:hover img{transform:scale(1.025)}.product-image:hover .alternate{opacity:1}.image-cta{position:absolute;bottom:12px;left:12px;right:12px;background:#f8f7f3f2;display:flex;justify-content:space-between;align-items:center;padding:13px 15px;font-size:10px;transform:translateY(70px);transition:transform .3s}.product-image:hover .image-cta,.product-image:focus-visible .image-cta{transform:translateY(0)}.card-meta{display:flex;justify-content:space-between;gap:8px;text-transform:uppercase;font-size:8px;letter-spacing:.12em;color:var(--muted);margin:17px 0 8px}.product-card h3{font-size:13px;font-weight:400;line-height:1.55;margin:0 0 8px}.card-link{font-size:10px;text-decoration:underline;text-underline-offset:4px}.card-link span{margin-left:10px}.slider-controls{display:flex;gap:8px}.slider-controls button{background:transparent;border:1px solid #a9aea0;border-radius:50%;height:42px;width:42px;font-size:19px}.slider-controls button:hover{background:var(--accent)}.featured{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:thin;padding-bottom:15px}.featured .product-card{flex:0 0 calc((100% - 60px)/4);scroll-snap-align:start}.center{text-align:center;margin-top:45px}.editorial-copy>p:not(.eyebrow){font-size:13px;color:#525849;max-width:360px;line-height:1.9}.editorial-copy .text-link{margin-top:20px}footer{background:#11130f;color:#f4f5ee;padding:65px 5% 25px}.footer-top{display:flex;justify-content:space-between;align-items:center;padding-bottom:55px}.footer-top h2{font-size:42px}.footer-links{display:flex;flex-direction:column;min-width:240px;gap:15px;font-size:12px}.footer-links a{display:flex;justify-content:space-between;border-bottom:1px solid #373a30;padding-bottom:12px}.footer-bottom{border-top:1px solid #373a30;padding-top:22px;display:flex;justify-content:space-between;gap:20px;color:#bdc1b4;font-size:9px;letter-spacing:.02em}.catalog-heading{padding-bottom:50px;background:#e9ebe2}.catalog-heading h1{font:400 clamp(48px,5.5vw,80px)/1.1 var(--serif);letter-spacing:-.05em;margin:0 0 22px}.catalog-heading>p:last-child{color:var(--muted);font-size:13px}.catalog{padding-top:35px}.filters{display:flex;align-items:flex-end;gap:20px;border-bottom:1px solid var(--line);padding-bottom:30px}.filters label{display:block;font-size:10px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:9px}.search-field{flex:1}.category-field{width:220px}.filters input,.filters select{width:100%;height:52px;border:1px solid #b8bdae;background:transparent;border-radius:0;color:var(--ink);padding:0 14px;font-size:13px}.catalog-status{display:flex;justify-content:space-between;align-items:center;margin:20px 0 30px;font-size:11px;color:var(--muted)}.catalog-status .text-link{font-size:10px}.catalog-note{max-width:680px;margin:50px auto 0;font-size:11px;text-align:center;color:var(--muted)}.empty{text-align:center;padding:80px 20px}.empty h1{font:52px var(--serif)}.empty p{margin:25px 0}.breadcrumb{padding:26px 5%;display:flex;gap:14px;font-size:10px;color:var(--muted)}.product-detail{display:grid;grid-template-columns:1.05fr 1fr;gap:8%;padding:0 5% 80px;align-items:start}.gallery{min-width:0}.main-image{display:block;position:relative;border:0;padding:0;width:100%;aspect-ratio:2/3;background:#e5e6de;cursor:zoom-in}.main-image img{width:100%;height:100%;object-fit:cover}.main-image>span{position:absolute;bottom:20px;right:20px;background:var(--paper);padding:8px 15px;font-size:10px}.thumbnails{display:flex;gap:10px;margin-top:14px;overflow-x:auto;padding:3px 3px 12px}.thumbnails button{flex:0 0 64px;aspect-ratio:2/3;border:1px solid transparent;padding:0;background:transparent;opacity:.6}.thumbnails button[aria-pressed=true]{border-color:var(--ink);opacity:1}.thumbnails img{width:100%;height:100%;object-fit:cover}.product-info{padding-top:20px;position:sticky;top:115px}.product-info h1{font:400 clamp(32px,3.2vw,49px)/1.14 var(--serif);letter-spacing:-.035em;margin:0 0 24px}.product-intro{font-size:13px;line-height:1.9;color:var(--muted)}.detail-line{margin-top:30px}.detail-line h2{font:11px Arial,sans-serif;letter-spacing:.02em;margin:0 0 12px}.size-chips{display:flex;flex-wrap:wrap;gap:7px}.size-chips span{min-width:42px;padding:8px;text-align:center;border:1px solid #b6bcab;font-size:11px}.availability{font-size:10px;color:var(--muted);margin:18px 0}.purchase{display:flex;width:100%;font-size:12px}.purchase-note{font-size:10px;color:var(--muted);margin:12px 0 28px}.product-info details{border-top:1px solid var(--line);padding:16px 0}.product-info summary{cursor:pointer;font-size:12px}.product-info details p{font-size:11px;line-height:1.8;color:var(--muted)}.back-link{margin-top:22px}dialog{padding:0;border:0;background:var(--paper);max-width:90vw;max-height:94svh}dialog::backdrop{background:#0d100ce8;backdrop-filter:blur(6px)}dialog>img{max-height:85svh;max-width:85vw;object-fit:contain}body.modal-open{overflow:hidden}.close-lightbox{display:block;margin:0 0 0 auto;border:0;background:var(--paper);padding:13px 20px;font-size:12px}.reveal.is-visible{animation:enter .75s both}.reveal:nth-child(2).is-visible{animation-delay:.08s}.reveal:nth-child(3).is-visible{animation-delay:.16s}.reveal:nth-child(4).is-visible{animation-delay:.24s}@keyframes enter{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-photo{from{transform:scale(1.06)}to{transform:scale(1)}}
@media(min-width:1600px){.section{padding-left:max(5%,calc((100vw - 1440px)/2));padding-right:max(5%,calc((100vw - 1440px)/2))}}@media(max-width:1100px){.desktop-nav{gap:18px}.category-card>div{font-size:25px;left:16px;right:16px}.hero{min-height:580px}.hero-copy{padding-left:9%;padding-right:7%}.hero h1{font-size:6vw}.section{padding-top:65px;padding-bottom:65px}.product-detail{gap:5%}.editorial-copy{padding:12%}.featured .product-card{flex-basis:calc((100% - 40px)/3)}.editorial{min-height:600px}}@media(max-width:780px){.announcement{font-size:8px;letter-spacing:.02em;padding:8px}.announcement a{margin-left:4px}.header{height:76px;padding:0 5%}.brand{width:108px;height:72px}.brand img{width:108px;height:108px}.desktop-nav{display:none}.menu-toggle{display:block}.header-actions{gap:8px}.search-link span{display:none}.hero{height:auto;max-height:none;min-height:0;grid-template-columns:1fr}.hero-copy{padding:48px 6% 35px;min-height:390px}.hero h1{font-size:clamp(48px,11vw,74px);margin:0 0 19px}.hero .eyebrow{font-size:9px;margin-bottom:20px}.hero-description{font-size:12px;margin-bottom:23px}.hero-foot{display:none}.hero-photo{height:78svh;max-height:760px;min-height:470px}.hero-photo>img{object-position:center 38%}.hero-caption{bottom:18px;left:18px;right:18px;padding:15px 18px}.hero-caption strong{font-size:22px}.brand-strip{gap:12px;padding:17px 5%;font-size:8px;letter-spacing:.07em}.brand-strip span:nth-last-child(1),.brand-strip i:nth-last-child(2){display:none}.brand-strip i{font-size:16px}.section{padding:52px 5%}.section-head{align-items:flex-start;gap:20px;margin-bottom:28px;flex-direction:column}.section-head h2{font-size:35px;max-width:420px}.section-head .eyebrow{font-size:9px;margin-bottom:12px}.category-grid{grid-template-columns:repeat(2,1fr);gap:13px}.category-card>div{bottom:18px;font-size:27px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 14px}.featured .product-card{flex-basis:calc((100% - 14px)/2);min-width:180px}.featured{gap:14px}.edit-section .section-head{flex-direction:row;align-items:flex-end}.slider-controls button{height:34px;width:34px}.slider-controls{gap:4px}.product-card h3{font-size:12px}.image-cta{display:none}.card-meta{font-size:7px;margin-top:13px}.center{margin-top:30px}.editorial{grid-template-columns:1fr}.editorial-image{max-height:650px;aspect-ratio:4/5}.editorial-copy{padding:48px 7%}.editorial-copy h2{font-size:51px}.editorial-sign{margin-top:25px}.how{grid-template-columns:1fr;gap:30px}.how h2{font-size:42px}.how li{gap:22px}.closing{padding:60px 20px}.closing h2{font-size:55px}.footer-top{align-items:flex-start;flex-direction:column;gap:36px;padding-bottom:40px}.footer-top h2{font-size:36px}.footer-links{width:100%}.footer-bottom{flex-direction:column;gap:10px}footer{padding:48px 6% 26px}.catalog-heading h1{font-size:51px}.filters{flex-wrap:wrap;gap:15px}.search-field{flex-basis:100%}.category-field{flex:1;min-width:0}.filters .button{min-height:52px}.catalog-status{margin-bottom:25px;gap:15px}.product-detail{grid-template-columns:1fr;padding-bottom:30px}.product-info{position:static;padding:25px 0}.product-info h1{font-size:36px}.main-image{max-height:85svh}.breadcrumb{padding:20px 5%}.product-info .eyebrow{margin-bottom:15px}.catalog-note{margin-top:35px}.hero .button{min-height:50px}.thumbnails button{flex-basis:56px}.product-image .alternate{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.hero-photo img{transform:none!important}::view-transition-group(*){animation:none!important}}