:root{--bg:#0c0b09;--panel:#171512;--cream:#ebe3d1;--muted:#b5afa3;--clay:#cf9578;--line:#38342d;--body:'Signika',sans-serif;--display:'Syne',sans-serif;--pad:clamp(20px,4vw,64px)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--cream);font:17px/1.55 var(--body);-webkit-font-smoothing:antialiased}button,input,select{font:inherit}button,a,input,select,summary{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{color:inherit}button:disabled{opacity:.5;cursor:not-allowed}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:2px solid var(--clay);outline-offset:5px}::selection{background:var(--cream);color:var(--bg)}[hidden]{display:none!important}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--display);line-height:1.05}h1{font-weight:800}h2{font-size:clamp(28px,3.7vw,52px);font-weight:700;letter-spacing:-.035em}h3{font-size:23px}p+p{margin-top:18px}.eyebrow{font:500 12px/1.4 var(--body);letter-spacing:.16em;text-transform:uppercase;color:var(--clay)}.muted{color:var(--muted)}.skip{position:fixed;top:-100px;left:20px;z-index:100;background:var(--cream);color:var(--bg);padding:12px}.skip:focus{top:10px}.preview-bar{padding:6px var(--pad);display:flex;justify-content:space-between;gap:12px;background:#24211b;color:#d7cdbc;font-size:12px}.preview-bar a{text-decoration:underline;text-underline-offset:3px;white-space:nowrap}.header{height:88px;display:flex;align-items:center;gap:48px;padding:8px var(--pad);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20;background:rgba(12,11,9,.97)}.logo img{width:110px;height:64px;object-fit:contain}.header nav{display:flex;gap:32px;align-items:center;font-size:15px}.header nav a:hover,.footer-bottom a:hover{color:var(--clay)}.shop-link{border-bottom:1px solid var(--clay);padding:8px 0}.header-actions{margin-left:auto;display:flex;gap:22px;align-items:center;font-size:15px}.bag-link{padding:12px 0}.bag-link span{display:inline-grid;place-items:center;border:1px solid var(--line);border-radius:50%;width:25px;height:25px;margin-left:7px;font-size:12px}.menu-button{display:none;border:0;background:none;padding:10px 0}.header #mobile-menu{position:absolute;top:100%;left:0;right:0;background:var(--panel);padding:16px 24px;border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch;gap:0}.header #mobile-menu a{padding:12px}.hero{display:grid;grid-template-columns:43% 57%;min-height:610px;height:min(690px,calc(100svh - 120px))}.hero-copy{padding:clamp(36px,6vw,88px) 40px clamp(36px,6vw,88px) var(--pad);display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.hero h1{font-size:clamp(40px,5.2vw,77px);line-height:.99;letter-spacing:-.045em;text-transform:uppercase;margin:24px 0}.hero-copy>p:not(.eyebrow){font-size:19px;max-width:32ch;color:var(--muted)}.hero .hero-meta{font-size:15px!important;color:var(--cream)!important;margin-top:23px}.hero-image{overflow:hidden;position:relative}.hero-image>img{width:100%;height:100%;object-fit:cover;object-position:60% 38%}.hero-image figcaption{position:absolute;bottom:24px;left:24px;right:24px;display:flex;justify-content:space-between;color:#fff;font-size:12px;letter-spacing:.1em;text-transform:uppercase;text-shadow:0 1px 10px #000}.hero figure{margin:0}.button{display:inline-flex;align-items:center;justify-content:center;gap:28px;min-height:49px;padding:13px 23px;border:1px solid var(--cream);background:var(--cream);color:var(--bg);font-size:15px;font-weight:500}.button:hover{background:#fff4df;border-color:#fff4df}.button.secondary{background:transparent;color:var(--cream);border-color:var(--line)}.button.secondary:hover{border-color:var(--cream)}.hero .button{margin-top:28px}.text-link{font-size:15px;border-bottom:1px solid var(--muted);padding-bottom:3px;white-space:nowrap}.trust-strip{display:flex;justify-content:space-evenly;gap:24px;padding:19px var(--pad);border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:14px;color:var(--muted)}.trust-strip span{color:var(--clay);margin-right:9px}.section{padding:72px var(--pad)}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:32px}.section-head .eyebrow{margin-bottom:12px}.section-head p.muted{margin-top:14px;max-width:55ch}.cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px 20px}.card{min-width:0}.card-photo{aspect-ratio:4/5;overflow:hidden;position:relative;background:#24221e}.card-photo img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.card:hover img{transform:scale(1.025)}.card .size-tag{position:absolute;bottom:12px;left:12px;padding:4px 9px;background:var(--bg);font-size:13px}.card-top{display:flex;justify-content:space-between;gap:8px;margin-top:14px;font-size:17px}.card-title{font-weight:600}.card-detail{color:var(--muted);font-size:14px;margin-top:3px}.availability{font-size:13px;color:var(--clay);margin-top:5px}.feature{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.feature-image{min-height:580px;max-height:700px;overflow:hidden}.feature-image img{width:100%;height:100%;object-fit:cover}.feature-copy{padding:70px clamp(28px,6vw,90px);align-self:center}.feature-copy h2{margin:20px 0 24px}.feature-copy>p:not(.eyebrow){color:var(--muted);max-width:45ch}.materials{margin:28px 0 30px;border-top:1px solid var(--line)}.materials>div{display:grid;grid-template-columns:100px 1fr;gap:20px;padding:13px 0;border-bottom:1px solid var(--line);font-size:15px}.materials dt{color:var(--clay)}.materials dd{margin:0}.editorial{position:relative;min-height:600px;height:70vw;max-height:780px;margin:0}.editorial img{width:100%;height:100%;object-fit:cover;object-position:center 40%}.editorial:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent 30%,#000b)}.editorial-copy{position:absolute;bottom:52px;left:var(--pad);z-index:1}.editorial-copy h2{font-size:clamp(34px,5vw,70px);margin:14px 0 25px;max-width:13ch}.newsletter{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center;border-bottom:1px solid var(--line)}.newsletter h2{font-size:clamp(29px,3vw,42px);margin:12px 0 18px}.newsletter form{display:flex;gap:10px;flex-wrap:wrap}.newsletter input{min-width:180px;flex:1;background:transparent;border:1px solid #777064;color:var(--cream);padding:13px 16px}.newsletter small{width:100%;font-size:12px;color:var(--muted)}footer{padding:42px var(--pad) 25px}.footer-top{display:flex;gap:48px;align-items:center;padding-bottom:40px}.footer-top img{width:95px;height:55px;object-fit:contain}.footer-top p{color:var(--muted);font-size:15px}.footer-top>a:last-child{margin-left:auto;font-size:16px}.footer-bottom{border-top:1px solid var(--line);padding-top:23px;display:flex;justify-content:space-between;gap:20px;font-size:12px;color:var(--muted)}.footer-bottom>div{display:flex;gap:24px;flex-wrap:wrap}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,25px);background:var(--cream);color:var(--bg);z-index:80;padding:13px 22px;opacity:0;pointer-events:none;transition:.2s;max-width:calc(100% - 32px);width:max-content;box-shadow:0 5px 35px #0007}.toast.visible{opacity:1;transform:translate(-50%,0)}dialog{background:var(--panel);color:var(--cream);border:1px solid var(--line);max-width:min(630px,calc(100vw - 32px));max-height:90svh;padding:40px;width:100%}dialog::backdrop{background:#000b}.modal-close{position:absolute;right:10px;top:8px;width:36px;height:36px;background:none;border:0;font-size:21px}dialog h2{font-size:30px;margin:0 0 20px}dialog p{color:var(--muted)}dialog .button{margin-top:24px}main:focus{outline:none}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.shop-page h1,.cart-page h1,.lookbook-page h1,.story-page h1,.policy-page h1{font-size:clamp(36px,5vw,68px);letter-spacing:-.045em}.shop-page>.section-head{margin-bottom:35px}.catalog-count{font-size:14px;color:var(--muted);white-space:nowrap}.filters{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:24px 0;margin-bottom:35px;display:flex;gap:32px;align-items:flex-end;justify-content:space-between;flex-wrap:wrap}.size-filter{border:0;margin:0;padding:0;display:flex;gap:7px;min-width:0}.size-filter legend{font-size:13px;color:var(--muted);padding:0 0 9px}.chip{background:none;border:1px solid var(--line);min-width:42px;height:42px;padding:7px 10px;font-size:14px}.chip.selected{background:var(--cream);color:var(--bg);border-color:var(--cream)}.chip:hover{border-color:var(--clay)}.filter-options{display:flex;gap:18px;align-items:flex-end;flex-wrap:wrap}.filter-options label{font-size:13px;color:var(--muted)}.filter-options select{display:block;margin-top:8px;background:var(--panel);color:var(--cream);border:1px solid var(--line);padding:9px 30px 9px 12px;min-height:42px;border-radius:0;font-size:14px}.filter-options .check-label{display:flex;align-items:center;gap:7px;min-height:42px;font-size:14px}.check-label input{width:17px;height:17px;accent-color:var(--cream)}.clear-filters{font-size:13px;text-decoration:underline;min-height:42px;display:flex;align-items:center}.empty-state{padding:75px 20px;text-align:center;min-height:380px;display:flex;flex-direction:column;align-items:center;gap:23px}.empty-state p{color:var(--muted)}.empty-state h2{font-size:34px}.empty-state .text-link{margin-top:7px}.back-link{font-size:14px;color:var(--muted);display:inline-block;margin-bottom:24px}.product-page{padding-top:28px;padding-bottom:55px}.product-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:clamp(32px,6vw,90px);align-items:start}.product-gallery{position:sticky;top:108px;min-width:0}.gallery-track{display:flex;width:100%;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;background:#211f1b;aspect-ratio:4/4.8}.gallery-track::-webkit-scrollbar{display:none}.gallery-slide{flex:0 0 100%;width:100%;min-width:0;scroll-snap-align:start;background:none;border:0;padding:0;cursor:zoom-in;overflow:hidden}.gallery-slide img{width:100%;height:100%;object-fit:contain}.gallery-controls{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--muted);margin-top:10px}.gallery-controls>div{display:flex;gap:7px}.gallery-controls button{width:35px;height:35px;background:transparent;border:1px solid var(--line)}.gallery-hint{font-size:12px}.thumbnails{display:flex;gap:9px;margin-top:12px}.thumbnails button{padding:0;border:1px solid transparent;background:var(--panel);width:61px;cursor:pointer}.thumbnails button[aria-pressed=true]{border-color:var(--clay)}.thumbnails img{width:100%;height:69px;object-fit:cover}.product-info{padding:12px 0 0}.product-info h1{font-size:clamp(35px,4vw,57px);letter-spacing:-.045em;margin:15px 0 12px}.product-subtitle{font-size:17px;color:var(--muted)}.product-price{font-size:30px;margin:21px 0!important}.product-price span{font-size:13px;color:var(--muted);margin-left:7px}.size-summary{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:17px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:19px}.fit-link{border:0;border-bottom:1px solid var(--muted);padding:0 0 2px;background:transparent;font-size:14px}.exact-piece{color:var(--muted);font-size:16px;margin-top:19px;max-width:48ch}.stock{font-size:13px;margin:19px 0!important;color:var(--clay)}.stock span{font-size:8px;vertical-align:2px;margin-right:6px}.add-button{width:100%;justify-content:space-between;min-height:54px}.purchase-trust{font-size:13px;color:var(--muted);margin:18px 0 28px}.purchase-trust p+p{margin-top:4px}.purchase-trust a{display:block;margin-top:5px;text-decoration:underline;text-underline-offset:3px}.product-details{border-top:1px solid var(--line)}.product-details details{border-bottom:1px solid var(--line);padding:0 0 1px}.product-details summary,.credits summary{cursor:pointer;list-style:none;padding:19px 0;font-size:16px;display:flex;justify-content:space-between}.product-details summary:after,.credits summary:after{content:'+';font-size:20px;color:var(--clay)}.product-details details[open] summary:after,.credits[open] summary:after{content:'−'}.product-details summary::-webkit-details-marker,.credits summary::-webkit-details-marker{display:none}.product-details details p{font-size:15px;color:var(--muted);margin-bottom:17px}.product-details ul{font-size:15px;color:var(--muted);margin:0 0 21px;padding-left:20px;line-height:1.8}.product-details .text-link,.product-details .fit-link{display:inline-block;margin-bottom:22px}.mobile-buy{display:none}.related{border-top:1px solid var(--line)}.zoom-dialog{width:min(1000px,94vw);max-width:none;padding:30px 15px 15px;overflow:auto}.zoom-image{width:100%;height:calc(85svh - 45px);object-fit:contain}.measurement-guide{margin:25px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:22px 0}.measurement-guide h3{font:500 17px var(--body)}.measurement-guide ul{padding-left:20px;color:var(--muted);font-size:15px}.measurement-guide li{margin:10px 0}.lookbook-grid{columns:2;column-gap:16px;margin-top:45px}.lookbook-grid figure{margin:0 0 16px;break-inside:avoid}.lookbook-grid button{padding:0;background:transparent;border:0;width:100%;cursor:zoom-in;display:block}.lookbook-grid img{width:100%;height:auto}.lookbook-page .section-head{align-items:flex-end}.lookbook-end{display:flex;gap:30px;justify-content:space-between;align-items:center;margin-top:45px;padding:38px 0;border-top:1px solid var(--line)}.lookbook-end h2{font-size:35px;margin-bottom:13px}.credits{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.credits p{padding-bottom:22px;font-size:15px;color:var(--muted);line-height:1.9}.cart-page{min-height:65vh}.cart-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(300px,1fr);gap:60px}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:20px;padding:24px 0;border-top:1px solid var(--line);align-items:start}.cart-item img{width:100%;height:125px;object-fit:cover}.cart-item-title{font-size:20px}.cart-item p{font-size:14px;color:var(--muted);margin-top:4px}.cart-item strong{font-weight:500}.remove-button{background:none;border:0;border-bottom:1px solid var(--muted);color:var(--muted);font-size:13px;padding:6px 0 0;margin-top:12px}.order-summary{padding:26px;background:var(--panel);border:1px solid var(--line);align-self:start}.order-summary h2{font-size:24px;margin-bottom:22px}.order-summary>div:not(.cart-reassurance){display:flex;justify-content:space-between;gap:15px;font-size:15px;margin-top:14px}.order-summary>p{font-size:13px;color:var(--muted);margin-top:13px}.order-summary .button{width:100%;margin-top:23px}.order-summary .demo-note{font-size:12px}.cart-reassurance{margin-top:20px;border-top:1px solid var(--line);padding-top:17px;font-size:13px;color:var(--muted)}.cart-reassurance a{display:inline-block;margin-top:7px;text-decoration:underline}.checkout-lines{margin:24px 0}.checkout-lines>div{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid var(--line);font-size:15px}.story-page>h1{max-width:20ch;margin:22px 0 45px}.story-layout{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.story-layout>img{width:100%;height:650px;object-fit:cover}.story-layout h2{margin-bottom:28px;font-size:38px}.story-layout p{color:var(--muted)}.story-layout .button{margin-top:30px}.brand-links{display:flex;flex-direction:column;gap:12px;margin-top:35px;font-size:14px}.policy-page{max-width:850px;margin:auto}.policy-page h1{margin:20px 0 40px}.policy-page h2{font-size:30px;margin-bottom:20px}.policy-page h3{font:500 21px var(--body);margin:32px 0 12px}.policy-page p{color:var(--muted)}.policy-page .text-link{display:inline-block;margin-top:28px}.policy-notice{padding:20px;border:1px solid var(--line);font-size:14px}.policy-page .eyebrow{margin-top:30px}
@media(min-width:1500px){.hero{height:740px;max-height:none}.cards{gap:32px}.hero-image>img{object-position:60% 35%}}
@media(max-width:1000px){.header{gap:30px}.hero{grid-template-columns:45% 55%;height:600px;min-height:0}.hero-copy{padding-right:24px}.hero h1{font-size:49px}.hero-copy>p:not(.eyebrow){font-size:17px}.cards{grid-template-columns:repeat(3,minmax(0,1fr))}.home-cards .card:last-child{display:none}.feature-image{min-height:500px}.feature-copy{padding:42px 30px}.newsletter{gap:32px}.header nav{gap:24px}}
@media(max-width:680px){body{font-size:16px}.preview-bar{font-size:10px;padding:5px 16px;gap:6px}.preview-bar a{font-size:10px}.header{height:67px;padding:7px 20px;gap:22px}.logo img{width:75px;height:44px}.header nav{font-size:14px;gap:0}.header .desktop-link{display:none}.header-actions{font-size:14px;gap:15px}.menu-button{display:block;font-size:13px}.bag-link span{width:20px;height:20px;margin-left:3px}.hero{display:flex;flex-direction:column-reverse;height:auto}.hero-image{height:350px;flex-shrink:0}.hero-image>img{object-position:60% 42%}.hero-image figcaption{bottom:15px;left:20px;right:20px;font-size:10px}.hero-copy{padding:27px 20px 32px}.hero h1{font-size:40px;max-width:11ch;margin:14px 0}.hero-copy>p:not(.eyebrow){font-size:16px;max-width:40ch}.hero .hero-meta{margin-top:14px}.hero .button{margin-top:20px;width:100%;justify-content:space-between}.trust-strip{font-size:12px;gap:12px;padding:15px 20px;justify-content:space-between}.trust-strip a{max-width:15ch}.trust-strip span{display:none}.section{padding:42px 20px}.section-head{align-items:flex-start;gap:16px;margin-bottom:24px}.section-head h2{font-size:29px}.section-head .text-link{font-size:13px;margin-top:28px}.cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 12px}.home-cards .card:last-child{display:block}.card-top{font-size:15px;margin-top:11px}.card-detail{font-size:12px}.card .size-tag{font-size:12px;left:8px;bottom:8px}.availability{font-size:12px}.feature{grid-template-columns:1fr}.feature-image{height:410px;min-height:0}.feature-copy{padding:38px 20px}.feature-copy h2{font-size:34px}.materials>div{font-size:14px}.editorial{min-height:480px;height:125vw}.editorial-copy{bottom:32px}.newsletter{grid-template-columns:1fr;gap:24px}.newsletter .button{padding:13px 17px}.footer-top{gap:24px;flex-wrap:wrap}.footer-top>a:last-child{width:100%;margin-left:0}.footer-bottom{flex-direction:column;gap:18px}.footer-bottom>div{gap:14px 20px}footer{padding:34px 20px}.toast{bottom:90px;font-size:14px}dialog{padding:38px 24px}.eyebrow{font-size:11px}}
@media(max-width:1000px){.filter-options{gap:13px}.cart-layout{gap:30px}.story-layout{gap:32px}.product-layout{gap:30px}.product-info h1{font-size:38px}}
@media(max-width:680px){.shop-page h1,.cart-page h1{font-size:36px}.shop-page .section-head{gap:16px}.catalog-count{font-size:12px;margin-top:38px}.filters{padding:18px 0;gap:18px;margin-bottom:25px}.size-filter{gap:6px;width:100%}.chip{min-width:0;flex:1;padding:8px 3px;font-size:13px;height:40px}.filter-options{width:100%;gap:12px}.filter-options>label:not(.check-label){flex:1;min-width:0}.filter-options select{width:100%;padding-left:10px;font-size:13px}.filter-options .check-label{font-size:13px;min-height:32px}.filter-options .clear-filters{margin-left:auto;min-height:32px}.product-page{padding:14px 0 35px}.back-link{font-size:12px}.product-page>.back-link{margin:0 20px 12px}.product-layout{display:flex;flex-direction:column;gap:0}.product-gallery{position:static;width:100%}.gallery-track{aspect-ratio:auto;height:340px}.gallery-controls{padding:0 20px;margin:8px 0}.thumbnails{display:none}.product-info{padding:17px 20px 0;width:100%}.product-info>.eyebrow{display:none}.product-info h1{font-size:32px;margin:0 0 7px}.product-subtitle{font-size:15px}.product-price{font-size:24px;margin:12px 0!important}.size-summary{padding:12px 0;font-size:17px}.fit-link{font-size:13px}.exact-piece{font-size:15px;margin-top:15px}.stock{font-size:12px;margin:13px 0!important}.add-button{min-height:49px}.purchase-trust{font-size:12px;margin:15px 0 25px}.mobile-buy{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:25;align-items:center;justify-content:space-between;gap:20px;background:var(--bg);border-top:1px solid var(--line);padding:10px 20px max(10px,env(safe-area-inset-bottom));box-shadow:0 -4px 20px #0003}.mobile-buy>span{font-size:14px}.mobile-buy small{display:block;color:var(--muted);font-size:12px}.mobile-buy .button{min-height:43px;padding:10px 20px;white-space:nowrap}.on-product footer{padding-bottom:110px}.related .section-head h2{font-size:25px}.lookbook-page h1,.story-page h1{font-size:39px}.lookbook-page .section-head{display:block}.lookbook-page .section-head .text-link{display:inline-block;margin-top:20px}.lookbook-grid{columns:1;margin-top:25px}.lookbook-end{flex-direction:column;align-items:flex-start;gap:24px;margin-top:20px}.lookbook-end h2{font-size:29px}.lookbook-end .button{width:100%}.cart-page .section-head{flex-wrap:wrap}.cart-page .section-head .text-link{margin-top:0}.cart-layout{display:flex;flex-direction:column;gap:24px}.cart-item{grid-template-columns:75px 1fr auto;gap:13px;padding:20px 0}.cart-item img{height:94px}.cart-item-title{font-size:17px}.cart-item p{font-size:12px}.cart-item strong{font-size:14px}.order-summary{width:100%;padding:22px}.order-summary h2{font-size:22px}.story-layout{grid-template-columns:1fr;gap:34px}.story-layout>img{height:470px}.story-layout h2{font-size:30px}.story-page>h1{margin-bottom:30px}.policy-page h1{font-size:35px}.policy-page .text-link{white-space:normal}.policy-page h2{font-size:25px}}
@media(max-width:360px){.header{gap:14px}.header-actions{gap:9px}.header nav{font-size:12px}.preview-bar{font-size:9px}.hero h1{font-size:36px}.gallery-track{height:300px}.card-top{font-size:14px}.card-detail{font-size:11px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
