:root{--ink:#181714;--muted:#6d6a63;--paper:#f7f5f0;--white:#fff;--line:#d9d5cc;--accent:#2d362d;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper)}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.site-header{height:76px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 4vw;border-bottom:1px solid var(--line);background:rgba(247,245,240,.96);position:-webkit-sticky;position:sticky;top:0;z-index:10}.brand{font:600 1.3rem Georgia,serif;letter-spacing:.25em}.actions,.nav{display:flex;gap:24px}.actions{justify-content:flex-end}.menu{display:none}.page{max-width:1440px;margin:auto;padding:64px 4vw}.hero{min-height:72vh;display:grid;place-content:center;text-align:center;background:#ddd7cc}.editorial-title,.hero h1{font:400 clamp(3rem,8vw,7rem)/.95 Georgia,serif;margin:.2em}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.72rem}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:36px 20px;gap:36px 20px}.product-card .image{aspect-ratio:3/4;background:#e6e1d8;display:grid;place-items:center;color:var(--muted)}.product-card h2{font:400 1rem Georgia,serif}.price{font-size:.9rem}.pdp{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,.6fr);grid-gap:5vw;gap:5vw}.gallery{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.gallery-item{aspect-ratio:3/4;background:#e2ddd4;display:grid;place-items:center}.pdp-info{position:-webkit-sticky;position:sticky;top:110px;align-self:start}.pdp h1{font:400 clamp(2.4rem,5vw,4.4rem)/1 Georgia,serif}.options{display:flex;gap:8px;flex-wrap:wrap;margin:20px 0}.option{border:1px solid var(--line);background:transparent;padding:12px 16px}.cta{width:100%;background:var(--ink);color:white;border:0;padding:16px}.details{margin-top:30px;padding-top:20px;color:var(--muted);line-height:1.65}.details,.site-footer{border-top:1px solid var(--line)}.site-footer{padding:64px 4vw;display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:40px;gap:40px}.empty{min-height:50vh;display:grid;place-content:center;text-align:center}.ui-button{padding:12px 18px;border:1px solid var(--ink);background:var(--ink);color:white}.ui-button--secondary{background:transparent;color:var(--ink)}.ui-input{width:100%;padding:12px;border:1px solid var(--line);background:white}.ui-field{display:grid;grid-gap:7px;gap:7px}.ui-badge{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em}.ui-badge--success{color:#27613c}.ui-empty{padding:64px;text-align:center}.ui-skeleton{height:100px;background:#ddd}.ui-table{width:100%;border-collapse:collapse}.ui-table td,.ui-table th{padding:12px;border-bottom:1px solid var(--line);text-align:left}.ui-table-wrap{overflow:auto}.ui-drawer,.ui-modal{position:fixed;inset:10%;background:white;padding:30px;z-index:20}.ui-tabs{display:flex;gap:16px}.ui-toast{position:fixed;right:20px;bottom:20px;background:var(--ink);color:white;padding:14px}.compare{text-decoration:line-through;color:var(--muted);margin-left:8px}@media(max-width:760px){.site-header{height:64px;grid-template-columns:1fr auto}.nav{display:none}.brand{justify-self:start}.actions a:not(:last-child){display:none}.menu{display:block}.page{padding:36px 20px}.hero{min-height:62vh}.product-grid{grid-template-columns:1fr 1fr;gap:28px 10px}.pdp{grid-template-columns:1fr}.gallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.gallery-item{min-width:88vw;scroll-snap-align:start}.pdp-info{position:static}.site-footer{grid-template-columns:1fr}.editorial-title{font-size:3.3rem}}@media(max-width:390px){.page{padding-left:16px;padding-right:16px}.product-grid{grid-template-columns:1fr 1fr}}.skip{position:fixed;left:12px;top:-60px;z-index:100;background:var(--ink);color:white;padding:12px}.skip:focus{top:12px}.bag-link,.heart,.text-button{border:0;background:none;color:inherit;cursor:pointer}.product-card{position:relative}.product-card .heart{position:absolute;right:12px;top:12px;background:rgba(255,255,255,.88);width:40px;height:40px;border-radius:50%;font-size:1.25rem}.gallery-item img,.image img{width:100%;height:100%;object-fit:cover}.gallery-item span,.image span{letter-spacing:.25em;font-family:Georgia,serif}.drawer-layer{position:fixed;inset:0;z-index:40}.drawer-backdrop{position:absolute;inset:0;border:0;background:rgba(24,23,20,.42)}.cart-drawer{position:absolute;right:0;top:0;height:100%;width:min(480px,100%);background:var(--paper);padding:30px;overflow:auto}.bag-summary,.drawer-title,.drawer-total,.line-actions{display:flex;justify-content:space-between;gap:16px;align-items:center}.drawer-title button{border:0;background:none;font-size:2rem}.bag-row,.cart-line{display:grid;grid-gap:16px;gap:16px;padding:24px 0;border-bottom:1px solid var(--line)}.cart-line small{display:block;color:var(--muted);margin-top:6px}.bag-summary,.drawer-total{padding:24px 0}.center{display:block;text-align:center}.error{color:#a12b24!important}.wishlist-button{width:100%;margin:8px 0}.size-guide{border-top:1px solid var(--line);padding:18px 0;margin-top:20px}.size-guide summary{cursor:pointer}.catalog-controls{display:grid;grid-template-columns:repeat(6,1fr) auto auto;grid-gap:12px;gap:12px;align-items:end;padding:24px 0;border-block:1px solid var(--line)}.catalog-controls label{display:grid;grid-gap:7px;gap:7px;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}.catalog-controls input,.catalog-controls select,.search-form input{min-width:0;padding:12px;border:1px solid var(--line);background:white}.filter-toggle{display:none}.result-count{color:var(--muted)}.narrow{max-width:960px}.bag-row{grid-template-columns:1fr auto auto auto;align-items:center}.wishlist-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.wishlist-grid .image{aspect-ratio:3/4;background:#e6e1d8;display:grid;place-items:center}.search-form{max-width:720px;margin:40px auto 70px}.search-form label{display:block;margin-bottom:10px}.search-form>div{display:grid;grid-template-columns:1fr 140px}.option[aria-pressed=true]{background:var(--ink);color:white}.cta:disabled,.option:disabled{opacity:.45;cursor:not-allowed}:focus-visible{outline:2px solid #155eef;outline-offset:3px}@media(max-width:900px){.catalog-controls{grid-template-columns:repeat(3,1fr)}.wishlist-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.actions{gap:10px;font-size:.82rem}.actions a:first-child{display:none}.filter-toggle{display:block;border:1px solid var(--ink);background:none;padding:12px}.catalog-controls{display:none;grid-template-columns:1fr 1fr}.catalog-controls.open{display:grid}.bag-row{grid-template-columns:1fr auto}.wishlist-grid{gap:10px}.search-form>div{grid-template-columns:1fr}.search-form .cta{margin-top:8px}}.menu-button{display:none;border:0;background:none}.mobile-navigation{display:none}.size-guide-trigger{display:block;text-decoration:underline;margin-top:20px}.size-guide-dialog{border:0;max-width:520px;padding:30px;background:var(--paper);color:var(--ink)}.size-guide-dialog::-webkit-backdrop{background:rgba(24,23,20,.5)}.size-guide-dialog::backdrop{background:rgba(24,23,20,.5)}.option[data-sold-out=true]{text-decoration:line-through;color:var(--muted)}@media(max-width:760px){.menu-button{display:block}.mobile-navigation{display:grid;position:absolute;left:0;right:0;top:64px;background:var(--paper);border-bottom:1px solid var(--line);padding:20px;grid-gap:18px;gap:18px}.actions>a{display:none!important}}.disabled{pointer-events:none;opacity:.45}.muted{color:var(--muted)}.checkout-shell{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);grid-gap:7vw;gap:7vw;align-items:start;max-width:1280px}.checkout-shell h1,.order-confirmation h1{font:400 clamp(2.2rem,5vw,4.5rem)/1 Georgia,serif}.checkout-form{display:grid;grid-gap:26px;gap:26px}.checkout-form fieldset{border:0;border-top:1px solid var(--line);padding:24px 0 0;margin:0}.checkout-form legend{font:400 1.35rem Georgia,serif;padding:0 0 18px}.checkout-fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.checkout-field{display:grid;grid-gap:7px;gap:7px;font-size:.82rem}.checkout-field input{width:100%;min-width:0;padding:13px;border:1px solid var(--line);background:var(--white)}.checkout-field:has([name=addressLine1]),.checkout-field:has([name=addressLine2]){grid-column:1/-1}.check{display:flex;gap:10px;align-items:flex-start;margin:12px 0}.checkout-summary{position:-webkit-sticky;position:sticky;top:108px;background:#efebe3;padding:30px}.checkout-ready h2,.checkout-summary h2,.order-columns h2{font:400 1.35rem Georgia,serif}.summary-line{display:flex;justify-content:space-between;gap:20px;padding:16px 0;border-bottom:1px solid var(--line)}.summary-line small{display:block;color:var(--muted);margin-top:5px}.checkout-summary dl,.order-columns dl{display:grid;grid-gap:12px;gap:12px}.checkout-summary dl div,.order-columns dl div{display:flex;justify-content:space-between;gap:20px}.checkout-summary dd,.order-columns dd{margin:0}.summary-total{border-top:1px solid var(--ink);padding-top:16px;font-size:1.12rem}.checkout-error{padding:12px;border-left:3px solid #a12b24;background:#f7e8e4}.payment-state{min-height:44px;padding:12px 0}.checkout-ready{display:grid;grid-gap:16px;gap:16px}.order-confirmation{max-width:1120px}.order-reference{display:grid;grid-template-columns:auto 1fr;grid-gap:8px 18px;gap:8px 18px;padding:24px 0;border-block:1px solid var(--line);margin:36px 0}.order-columns{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:7vw;gap:7vw;margin-bottom:40px}@media(max-width:760px){.checkout-fields,.checkout-shell,.order-columns{grid-template-columns:1fr}.checkout-field:has([name=addressLine1]),.checkout-field:has([name=addressLine2]){grid-column:auto}.checkout-summary{position:static;order:-1;padding:20px}.checkout-shell{gap:26px}.order-confirmation h1{font-size:3rem}}.hosted-payment{display:grid;grid-gap:12px;gap:12px;min-width:0;border:1px solid var(--line);padding:16px;background:var(--white)}.hosted-payment-frame{display:block;width:100%;max-width:100%;min-height:620px;border:0;background:#fff}.order-status{display:grid;grid-gap:18px;gap:18px}@media(max-width:760px){.hosted-payment{padding:8px}.hosted-payment-frame{min-height:720px}}.site-header .nav{gap:clamp(12px,1.45vw,24px);font-size:.7rem;letter-spacing:.09em}.language-switch{display:inline-block;margin-bottom:18px;font-size:.72rem;letter-spacing:.1em;text-decoration:underline;text-underline-offset:5px}.details{padding-top:0}.details details{border-bottom:1px solid var(--line);padding:18px 0}.details summary{cursor:pointer;color:var(--ink);font-size:.76rem;letter-spacing:.09em;text-transform:uppercase;list-style-position:outside}.details details p{margin:14px 0 0;color:var(--muted)}.complete-set{grid-column:1/-1;margin-top:clamp(72px,10vw,150px);padding-top:clamp(48px,6vw,90px);border-top:1px solid var(--line)}.complete-set h2{margin:.25em 0 36px;font:400 clamp(2.4rem,4.5vw,4.8rem)/1 Georgia,serif;letter-spacing:-.03em}.complete-set .product-grid{grid-template-columns:minmax(240px,440px)}.search-page{max-width:1440px}.search-page .search-form{margin-left:0}.empty.compact{min-height:260px}.quantity-control{display:grid;grid-template-columns:42px 38px 42px;align-items:center;text-align:center;border:1px solid var(--line)}.quantity-control button{min-height:42px;border:0;background:transparent;cursor:pointer}.quantity-control button:disabled{opacity:.35}.bag-row small{color:var(--muted)}.product-card a:focus-visible .product-card-media{outline:2px solid var(--ink);outline-offset:4px}@media(prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.site-header{height:82px;padding-inline:clamp(24px,4vw,72px);border-bottom-color:rgba(24,23,20,.12)}.site-header .actions,.site-header .nav{align-items:center;font-size:.78rem;letter-spacing:.035em}.site-header .brand{font-size:1.45rem;letter-spacing:.31em}.locale-link{font-size:.68rem;letter-spacing:.12em}.home{overflow:hidden;background:var(--paper)}.home-hero{height:clamp(680px,calc(100svh - 82px),920px);display:grid;grid-template-columns:minmax(0,1.42fr) minmax(390px,.58fr);background:#e5e0d7}.home-hero-media{min-width:0;min-height:0;overflow:hidden;background:#d8d2c8}.home-hero-media .image,.home-hero-media .product-card,.home-hero-media .product-card-media,.home-hero-media .product-card>a,.home-hero-media .product-grid{height:100%}.home-hero-media .product-grid{display:block}.home-hero-media .heart,.home-hero-media .product-card-copy{display:none}.home-hero-media .image{aspect-ratio:auto}.home-hero-media .image img{object-position:center 36%}.home-hero-copy{align-self:end;padding:clamp(52px,7vw,112px) clamp(32px,5vw,84px)}.home-hero-copy h1{max-width:720px;margin:.2em 0 .35em;font:400 clamp(3.2rem,5.5vw,6.8rem)/.92 Georgia,serif;letter-spacing:-.045em}.home-hero-copy>p:not(.eyebrow){max-width:470px;color:#4f4c46;line-height:1.65}.editorial-link{display:inline-block;margin-top:22px;padding-bottom:5px;border-bottom:1px solid;font-size:.78rem;letter-spacing:.07em;text-transform:uppercase}.home-intro{max-width:920px;margin:0 auto;padding:clamp(100px,13vw,190px) 28px;text-align:center}.home-intro h2,.home-manifesto h2{margin:.28em 0;font:400 clamp(2.6rem,5.6vw,5.8rem)/.98 Georgia,serif;letter-spacing:-.035em}.home-intro>p:not(.eyebrow){max-width:640px;margin:24px auto 0;line-height:1.7;color:var(--muted)}.home-intro .tone-line{font-size:.74rem;letter-spacing:.09em;color:var(--ink)!important}.home-feature,.home-products{padding:0 clamp(24px,4vw,72px) clamp(110px,12vw,180px)}.home-feature{background:#ded8ce;padding-top:clamp(72px,8vw,120px)}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:40px}.section-heading h2{margin:.25em 0 0;font:400 clamp(2.2rem,4vw,4.3rem)/1 Georgia,serif;letter-spacing:-.025em}.section-heading>p{max-width:430px;color:var(--muted);line-height:1.65}.product-grid--editorial{grid-template-columns:1.15fr .85fr;gap:clamp(16px,3vw,48px);align-items:start}.product-grid--editorial .product-card:nth-child(2){margin-top:clamp(60px,10vw,150px)}.product-card-media{position:relative;overflow:hidden;background:#e4dfd6}.product-card .image{transition:opacity .45s ease,transform .7s cubic-bezier(.2,.7,.2,1)}.product-card-media--alternate{position:absolute;inset:0;opacity:0}.product-card-copy{display:grid;grid-template-columns:1fr auto;grid-gap:7px 18px;gap:7px 18px;padding-top:14px}.product-card h2{margin:0;font:500 .92rem/1.35 Arial,Helvetica,sans-serif;letter-spacing:.01em}.product-card .price{font-size:.82rem;text-align:right}.product-card .price del,.product-colors{color:var(--muted)}.product-colors{grid-column:1/-1;margin:0;font-size:.72rem;line-height:1.5}@media(hover:hover){.product-card:hover .product-card-media>.image:first-child{transform:scale(1.012)}.product-card:hover .product-card-media--alternate{opacity:1;transform:scale(1.012)}}.home-products{padding-top:clamp(100px,12vw,180px)}.home-manifesto{margin:0 clamp(16px,4vw,72px) clamp(16px,4vw,72px);padding:clamp(100px,13vw,190px) clamp(24px,8vw,130px);background:#262824;color:#f4f1eb;text-align:center}.home-manifesto>p:not(.eyebrow){max-width:780px;margin:26px auto 0;line-height:1.75;color:#c9c9c1}.home-manifesto .wardrobe-direction{font-size:.72rem;letter-spacing:.08em;color:#f4f1eb!important}.site-footer{padding:clamp(72px,8vw,120px) clamp(24px,4vw,72px) 48px;grid-template-columns:2fr repeat(3,1fr);border-top:0;background:#eeebe4}.site-footer>div:not(.footer-brand){display:flex;flex-direction:column;gap:13px;font-size:.8rem}.site-footer b{margin-bottom:8px;font-size:.68rem;letter-spacing:.11em;text-transform:uppercase}.site-footer p{line-height:1.5}.site-footer p,.site-footer small{color:var(--muted)}@media(max-width:900px){.home-hero{grid-template-columns:1.1fr .9fr}.home-hero-copy{padding-inline:32px}.site-footer{grid-template-columns:1.5fr 1fr 1fr}}@media(max-width:760px){.site-header{height:68px;padding-inline:16px;grid-template-columns:1fr auto}.site-header .brand{font-size:1.2rem;letter-spacing:.25em}.site-header .actions{gap:16px}.site-header .actions .bag-link{font-size:.75rem}.site-header .locale-link{display:none}.mobile-navigation{position:fixed;inset:68px 0 0;z-index:30;display:flex;flex-direction:column;justify-content:space-between;padding:42px 24px 30px;border:0;background:var(--paper)}.mobile-navigation-main,.mobile-navigation-utility{display:grid}.mobile-navigation-main{gap:13px}.mobile-navigation-main a{font:400 clamp(2.4rem,12vw,4rem)/1.08 Georgia,serif}.mobile-navigation-utility{gap:17px;padding-top:28px;border-top:1px solid var(--line);font-size:.84rem}.home-hero{height:auto;min-height:calc(100svh - 68px);display:grid;grid-template-columns:1fr;grid-template-rows:auto minmax(48svh,1.35fr)}.home-hero-copy{order:-1;align-self:center;padding:58px 22px 42px;text-align:center}.home-hero-copy h1{font-size:clamp(3rem,15vw,4.6rem)}.home-hero-copy>p:not(.eyebrow){margin-inline:auto;font-size:.9rem}.home-hero-media{min-height:48svh}.home-hero-media .image img{object-position:center 28%}.home-intro{padding:100px 22px}.home-intro h2,.home-manifesto h2{font-size:clamp(2.6rem,13vw,4rem)}.home-intro .tone-line{line-height:2}.home-feature,.home-products{padding-inline:16px;padding-bottom:100px}.home-feature{padding-top:72px}.section-heading{display:block;margin-bottom:28px}.section-heading h2{font-size:2.65rem}.section-heading .editorial-link{margin-top:24px}.section-heading>p{font-size:.88rem}.product-grid--editorial{grid-template-columns:1fr 1fr;gap:10px}.product-grid--editorial .product-card:nth-child(2){margin-top:48px}.product-card-copy{display:block;padding-top:11px}.product-card h2{font-size:.82rem}.product-card .price{text-align:left;margin-top:5px;font-size:.76rem}.product-colors{font-size:.66rem;margin-top:5px}.product-card-media--alternate{display:none}.product-card .heart{width:36px;height:36px;right:7px;top:7px}.home-manifesto{margin:0 0 12px;padding:100px 22px}.home-manifesto>p:not(.eyebrow){font-size:.9rem}.home-manifesto .wardrobe-direction{line-height:2}.site-footer{grid-template-columns:1fr 1fr;gap:54px 24px;padding:72px 22px 40px}.footer-brand{grid-column:1/-1}.site-footer .brand{font-size:1.35rem}.catalog-controls.open{position:fixed;inset:68px 0 0;z-index:28;display:grid;grid-template-columns:1fr 1fr;align-content:start;overflow:auto;padding:24px;background:var(--paper);border:0}.catalog-controls.open button,.catalog-controls.open label:first-child{grid-column:1/-1}.filter-toggle{min-height:46px;margin:22px 0;width:100%}.complete-set{margin-top:76px}.complete-set .product-grid{grid-template-columns:1fr}.complete-set h2{font-size:2.8rem}.bag-row{padding-block:22px}.quantity-control{justify-self:start}.bag-row>strong{justify-self:end}.bag-row>.text-button{justify-self:start}}.legal-page{max-width:760px}.legal-page p{max-width:68ch;line-height:1.7}.legal-page .muted{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase}@media (min-width:761px){.site-header .actions,.site-header .nav{gap:clamp(18px,1.7vw,30px);font-family:Georgia,Times New Roman,serif;font-size:.82rem;font-weight:400;line-height:1;letter-spacing:.012em}.site-header .actions a,.site-header .actions button,.site-header .nav a{opacity:.92;transition:opacity .18s ease}.site-header .actions a:hover,.site-header .actions button:hover,.site-header .nav a:hover{opacity:.55}.home-intro{padding-top:clamp(84px,10vw,150px);padding-bottom:clamp(84px,10vw,150px)}.home-feature,.home-products{padding-bottom:clamp(92px,9vw,145px)}.home-feature{padding-top:clamp(64px,7vw,100px)}.home-products{padding-top:clamp(88px,9vw,145px)}.home-manifesto{padding-top:clamp(88px,10vw,155px);padding-bottom:clamp(88px,10vw,155px)}.section-heading{margin-bottom:34px}}