:root{--fitz-black:#0d0d0d;--graphite:#242321;--charcoal:#353331;--bone:#eee9e0;--paper:#d8d0c5;--concrete:#aaa298;--soft-white:#f5f2ec;--white:#fff;--error:#8d2c2c;--font-sans:"Inter Tight","Helvetica Neue",Arial,sans-serif;--font-mono:"IBM Plex Mono",ui-monospace,monospace;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4rem;--space-9:6rem;--container:1480px;--header:72px;--transition:.28s cubic-bezier(.2,.7,.2,1);--z-header:50;--z-overlay:80;--z-drawer:100}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bone);color:var(--fitz-black);font-family:var(--font-sans);letter-spacing:.01em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body:has(.mobile-nav.is-open),body:has(.search-overlay.is-open),body:has(.drawer-shell.is-open){overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{color:inherit}img{display:block;max-width:100%}main{min-height:60vh}.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}.mobile-only{display:none}.desktop-only{display:flex}:focus-visible{outline:2px solid currentColor;outline-offset:3px}.eyebrow,.section-kicker{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase}.fitz-star{font-size:3rem;line-height:1}.link-btn{border:0;background:none;padding:0;text-decoration:underline;text-underline-offset:4px;cursor:pointer;font-family:var(--font-mono);font-size:.75rem;letter-spacing:.08em}.form-error{color:var(--error);font-family:var(--font-mono);font-size:.72rem}.field-note{font-family:var(--font-mono);font-size:.72rem;color:#6d6963}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 1.25rem;border:1px solid var(--fitz-black);font-family:var(--font-mono);font-weight:700;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:background var(--transition),color var(--transition),transform var(--transition)}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--fitz-black);color:var(--soft-white)}.btn--primary:hover{background:var(--graphite)}.btn--secondary{background:transparent;color:var(--fitz-black)}.btn--secondary:hover{background:var(--fitz-black);color:var(--soft-white)}.btn--light{border-color:var(--soft-white);color:var(--soft-white);background:#0d0d0d73}.btn--light:hover{background:var(--soft-white);color:var(--fitz-black)}.announcement{height:28px;background:#090909;color:var(--soft-white);display:flex;align-items:center;justify-content:center;position:relative;padding:0 2rem;font-family:var(--font-mono);font-size:.66rem;letter-spacing:.12em}.announcement__city{position:absolute;right:2rem}.site-header{height:var(--header);background:var(--fitz-black);color:var(--soft-white);display:grid;grid-template-columns:auto 1fr auto;align-items:center;padding:0 2.5rem;position:sticky;top:0;z-index:var(--z-header);border-bottom:1px solid rgba(255,255,255,.12)}.logo{display:inline-flex;align-items:center;white-space:nowrap}.logo img{width:190px;height:44px;object-fit:contain;object-position:left center}.desktop-nav{display:flex;justify-content:center;gap:2rem;font-family:var(--font-mono);font-size:.72rem;letter-spacing:.08em}.desktop-nav a{position:relative;padding:.5rem 0}.desktop-nav a:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform var(--transition)}.desktop-nav a:hover:after,.desktop-nav a.active:after{transform:scaleX(1);transform-origin:left}.header-actions{display:flex;align-items:center;gap:.45rem}.icon-btn{width:42px;height:42px;border:0;background:transparent;display:grid;place-items:center;cursor:pointer;position:relative}.icon-btn svg{width:19px;height:19px;stroke-width:1.5}.count-icon span{position:absolute;top:4px;right:2px;font:700 .62rem var(--font-mono)}.mobile-nav{position:fixed;inset:0;background:var(--fitz-black);color:var(--soft-white);z-index:var(--z-drawer);padding:1.25rem;transform:translate(-100%);transition:transform var(--transition);overflow:auto}.mobile-nav.is-open{transform:translate(0)}.mobile-nav__top{display:flex;justify-content:space-between;align-items:center;padding-bottom:2rem;border-bottom:1px solid #3b3b3b}.mobile-nav__top button{background:none;border:0;color:#fff}.mobile-nav nav{display:flex;flex-direction:column;padding:1rem 0}.mobile-nav nav a{font-size:clamp(2rem,9vw,4rem);font-weight:900;padding:.45rem 0;border-bottom:1px solid #282828;display:flex;justify-content:space-between}.mobile-nav__meta{display:grid;gap:1rem;font-family:var(--font-mono);font-size:.75rem;padding-top:2rem}.mobile-nav__meta p{opacity:.55;margin-top:2rem}.search-overlay{position:fixed;inset:0;background:#0d0d0df5;color:var(--soft-white);z-index:var(--z-overlay);opacity:0;visibility:hidden;transition:opacity var(--transition),visibility var(--transition)}.search-overlay.is-open{opacity:1;visibility:visible}.search-overlay__inner{max-width:1000px;margin:0 auto;padding:9vh 2rem}.search-overlay__close{position:absolute;right:2rem;top:2rem;background:none;border:0;color:#fff}.search-overlay form{display:grid;grid-template-columns:auto 1fr auto;gap:1rem;border-bottom:1px solid #777;align-items:center;margin-top:2rem}.search-overlay input{background:none;border:0;color:#fff;font-size:clamp(2rem,6vw,5rem);min-width:0;padding:1rem 0;outline:0}.search-overlay form button{border:0;background:none;color:#fff;font-family:var(--font-mono);cursor:pointer}.search-trending{display:flex;gap:1rem;flex-wrap:wrap;margin-top:3rem;align-items:center}.search-trending span{font-family:var(--font-mono);font-size:.68rem;opacity:.6}.search-trending button{background:none;color:#fff;border:1px solid #555;padding:.65rem .8rem;cursor:pointer}.hero-home{height:min(76vh,860px);min-height:580px;background:#111;color:var(--soft-white);position:relative;overflow:hidden}.hero-home picture,.hero-home picture img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-home picture img{object-position:55% 38%}.hero-home__veil{position:absolute;inset:0;background:linear-gradient(90deg,#000000c7,#0003 54%,#00000073)}.hero-home__copy{position:absolute;left:max(4vw,2rem);top:50%;transform:translateY(-50%);max-width:720px}.hero-home__copy h1{font-size:clamp(3rem,5.7vw,6.8rem);line-height:.88;letter-spacing:-.045em;margin:.7rem 0 2rem;font-weight:900}.hero-home__copy h1 span{font-weight:400}.hero-home__copy small{display:block;margin-top:2rem;font-family:var(--font-mono);letter-spacing:.12em}.hero-home__note{position:absolute;right:4vw;bottom:3rem;font-family:var(--font-mono);font-size:clamp(.9rem,1.6vw,1.3rem);font-style:italic;transform:rotate(-4deg);text-align:right}.content-section{max-width:var(--container);margin:0 auto;padding:var(--space-8) 2.5rem}.section-header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.section-header h2,.pdp-related h2{font-size:clamp(1.8rem,3vw,3rem);margin:0;font-weight:900;letter-spacing:-.03em}.section-header__line{height:1px;background:#bbb3a7}.section-header a{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.08em}.section-kicker{margin-top:-.5rem;margin-bottom:2rem;color:#595550}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem 1.1rem}.product-card{min-width:0}.product-card__image{display:block;position:relative;aspect-ratio:4/5;background:#c9c2b8;overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:opacity var(--transition),transform .6s ease}.product-card__hover{position:absolute;inset:0;opacity:0}.product-card:hover .product-card__hover{opacity:1}.product-card:hover .product-card__image img{transform:scale(1.012)}.product-badge{position:absolute;left:.7rem;top:.7rem;background:var(--bone);color:#111;padding:.35rem .45rem;font:700 .62rem var(--font-mono)}.product-card__info{display:flex;justify-content:space-between;gap:.5rem;padding:.65rem .05rem 0}.product-card__info>div{display:grid;gap:.18rem}.product-card__info a{font-size:.86rem;font-weight:700;text-transform:uppercase}.product-price{font-family:var(--font-mono);font-size:.78rem}.product-card small{font-family:var(--font-mono);font-size:.62rem;color:#6a655f}.wishlist-btn{border:0;background:transparent;width:36px;height:36px;display:grid;place-items:center;cursor:pointer;flex:0 0 auto}.wishlist-btn svg{width:19px;height:19px;stroke-width:1.4}.wishlist-btn.is-active{color:#111}.wishlist-btn.is-active svg{animation:heartpop .25s ease}@keyframes heartpop{50%{transform:scale(1.2)}}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);min-height:420px}.category-tile{position:relative;overflow:hidden;color:#fff;min-height:420px}.category-tile:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.55),transparent 60%)}.category-tile img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.category-tile:hover img{transform:scale(1.025)}.category-tile>div{position:absolute;z-index:2;left:2rem;bottom:2rem}.category-tile h3{font-size:2.2rem;margin:0 0 .5rem}.category-tile span{font:700 .72rem var(--font-mono)}.ba-banner{height:360px;background:#111;position:relative;overflow:hidden;color:#fff}.ba-banner img{width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.06)}.ba-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#000000a6,#00000014,#0000008c)}.ba-banner>div{position:absolute;z-index:2;left:5vw;top:50%;transform:translateY(-50%) rotate(-4deg);font-family:var(--font-mono);font-style:italic}.ba-banner h2{font-size:clamp(2rem,4vw,4.4rem);line-height:.92;font-weight:400;margin:0}.ba-banner aside{position:absolute;z-index:2;right:4vw;top:50%;transform:translateY(-50%) rotate(3deg);background:var(--bone);color:#111;padding:1.5rem;font-family:var(--font-mono);font-size:1rem}.shop-look{max-width:var(--container);margin:1rem auto 0;padding:0 2.5rem 4rem;display:grid;grid-template-columns:.75fr 1.5fr 1.15fr;min-height:500px}.shop-look__copy{background:var(--paper);padding:3rem 2rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.shop-look__copy h2{font-size:clamp(2.2rem,4vw,4.5rem);line-height:.9;margin:.8rem 0}.shop-look__copy .fitz-star{margin-bottom:1.5rem}.shop-look__hero{min-height:500px;overflow:hidden}.shop-look__hero img{width:100%;height:100%;object-fit:cover}.shop-look__products{background:#e6e0d7;padding:2rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;align-content:center}.shop-look__products>.eyebrow{grid-column:1/-1}.shop-look__products a{display:grid;grid-template-columns:64px 1fr;gap:.7rem;align-items:center}.shop-look__products img{width:64px;height:84px;object-fit:cover}.shop-look__products b,.shop-look__products span{display:block;font-family:var(--font-mono);font-size:.64rem;text-transform:uppercase}.shop-look__products span{margin-top:.25rem}.notes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.notes-grid article img{width:100%;aspect-ratio:16/9;object-fit:cover;filter:grayscale(.65);transition:filter var(--transition)}.notes-grid article:hover img{filter:grayscale(0)}.notes-grid h3{text-transform:uppercase;font-size:1.1rem;margin:.8rem 0 .3rem}.notes-grid p{margin:.2rem 0;max-width:45ch}.notes-grid span{font:600 .62rem var(--font-mono)}.newsletter{background:#dfd8ce;display:grid;grid-template-columns:auto 1fr minmax(300px,600px);align-items:center;gap:2.5rem;padding:2.5rem max(4vw,2rem);border-top:1px solid #bdb5aa}.newsletter__scribble{font-family:var(--font-mono);font-size:1rem;font-style:italic;transform:rotate(-5deg)}.newsletter h2{font-size:1.25rem;margin:0 0 .25rem}.newsletter p{margin:0;font-size:.9rem}.newsletter form{display:grid;grid-template-columns:1fr auto;position:relative}.newsletter input{height:48px;background:transparent;border:1px solid #aaa197;padding:0 1rem}.newsletter button{background:var(--fitz-black);color:#fff;border:0;padding:0 1.4rem;font:700 .7rem var(--font-mono)}.newsletter form small{position:absolute;top:53px;color:var(--error);font-family:var(--font-mono)}.footer{background:var(--fitz-black);color:var(--soft-white);padding:3rem 2.5rem 1.25rem}.footer__top{display:grid;grid-template-columns:auto 1fr auto auto;gap:3rem;align-items:start}.footer__links{display:flex;gap:1.5rem;flex-wrap:wrap;font:600 .68rem var(--font-mono);padding-top:.6rem}.footer__social{display:flex;gap:.5rem}.footer__social a{width:34px;height:34px;border:1px solid #3a3a3a;display:grid;place-items:center;font:700 .8rem var(--font-mono)}.footer__social svg{width:15px}.footer__note{display:flex;gap:.5rem;font-family:var(--font-mono);font-style:italic;transform:rotate(-4deg);font-size:.85rem}.footer__note>span:first-letter{font-size:2rem}.footer__bottom{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;margin-top:3rem;padding-top:1.2rem;border-top:1px solid #2e2e2e;font:500 .58rem var(--font-mono);letter-spacing:.06em}.footer__bottom span:nth-child(2){text-align:center}.footer__bottom span:last-child{text-align:right}.page-hero{background:var(--fitz-black);color:var(--soft-white);padding:4.2rem max(4vw,2.5rem) 3.5rem}.page-hero h1{font-size:clamp(3.5rem,8vw,8rem);line-height:.8;margin:.7rem 0 1rem;letter-spacing:-.055em}.page-hero>p:last-child{font-family:var(--font-mono);font-size:.78rem;letter-spacing:.08em}.catalog-toolbar{height:68px;display:flex;justify-content:space-between;align-items:center;padding:0 2.5rem;border-bottom:1px solid #c4bdb3;background:var(--bone);position:sticky;top:var(--header);z-index:20;font:600 .68rem var(--font-mono)}.catalog-toolbar label{display:flex;gap:.6rem;align-items:center}.catalog-toolbar select{background:transparent;border:0;border-bottom:1px solid #111;padding:.3rem}.mobile-filter-btn{display:none}.catalog-layout{max-width:var(--container);margin:0 auto;display:grid;grid-template-columns:230px 1fr;gap:2rem;padding:2.5rem}.filters-panel{position:sticky;top:calc(var(--header) + 88px);align-self:start}.filter-group{padding:0 0 1.5rem;margin-bottom:1.5rem;border-bottom:1px solid #c9c1b7;display:grid;gap:.65rem}.filter-group h3{font:700 .72rem var(--font-mono);margin:0}.filter-group label{font-size:.78rem;display:flex;gap:.5rem;align-items:center;text-transform:uppercase}.filter-chips{display:flex;gap:.3rem;flex-wrap:wrap}.filter-chips button{min-width:36px;height:34px;border:1px solid #aaa197;background:transparent;cursor:pointer}.filter-chips button.active{background:#111;color:#fff;border-color:#111}.filter-group input[type=range]{width:100%;accent-color:#111}.filter-group>span{font:600 .65rem var(--font-mono)}.filters-close{display:none}.catalog-results .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.no-results{text-align:center;padding:6rem 2rem}.no-results h2{font-size:3rem;margin:0}.no-results p{font-family:var(--font-mono)}.breadcrumbs{display:flex;align-items:center;gap:.3rem;padding:1rem 2.5rem;border-bottom:1px solid #cbc4ba;font:600 .62rem var(--font-mono);text-transform:uppercase}.breadcrumbs svg{width:13px}.pdp-main{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(380px,.72fr);max-width:1600px;margin:0 auto}.product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:2px;background:#bbb}.product-gallery img{width:100%;aspect-ratio:4/5;object-fit:cover}.product-info{padding:4rem clamp(2rem,5vw,5.5rem);position:sticky;top:var(--header);align-self:start;max-height:calc(100vh - var(--header));overflow:auto}.product-info h1{font-size:clamp(2rem,3vw,3.5rem);line-height:.95;margin:.6rem 0 1rem;text-transform:uppercase}.product-info__price{font:700 1.1rem var(--font-mono)}.installments{font:500 .72rem var(--font-mono);padding-bottom:1.4rem;border-bottom:1px solid #c6beb3}.installments span{opacity:.55}.option-block{padding:1.2rem 0;border-bottom:1px solid #c6beb3}.option-block>div:first-child{display:flex;justify-content:space-between;font:600 .72rem var(--font-mono)}.color-options,.size-options{display:flex;gap:.45rem;flex-wrap:wrap;margin-top:.8rem}.color-options button{width:35px;height:35px;border:1px solid #999;border-radius:50%;background:#111;color:#fff;font-size:.65rem;cursor:pointer}.color-options button.active{outline:2px solid #111;outline-offset:2px}.size-options button{min-width:46px;height:42px;border:1px solid #9f978c;background:transparent;cursor:pointer}.size-options button.active{background:#111;color:#fff}.low-stock{font:700 .68rem var(--font-mono);margin:1rem 0;color:#7a2929}.pdp-actions{display:grid;grid-template-columns:1fr 52px;gap:.5rem;margin:1.4rem 0}.pdp-wish{border:1px solid #111;width:52px;height:48px}.delivery-note{font:500 .63rem var(--font-mono);margin:1.5rem 0}.accordion{border-top:1px solid #c3bbb0}.accordion:last-child{border-bottom:1px solid #c3bbb0}.accordion>button{width:100%;display:flex;justify-content:space-between;padding:1rem 0;background:none;border:0;font:700 .7rem var(--font-mono);cursor:pointer}.accordion__content{padding:0 0 1rem;font-size:.88rem;line-height:1.5}.pdp-related{border-top:1px solid #c9c1b6}.pdp-related>h2{margin-bottom:1.5rem}.drawer-shell{position:fixed;inset:0;z-index:var(--z-drawer);pointer-events:none}.drawer-shell.is-open{pointer-events:auto}.drawer-backdrop{position:absolute;inset:0;background:#0000008c;border:0;opacity:0;transition:opacity var(--transition);width:100%}.drawer-shell.is-open .drawer-backdrop{opacity:1}.cart-drawer{position:absolute;right:0;top:0;height:100%;width:min(500px,100%);background:var(--bone);transform:translate(100%);transition:transform var(--transition);display:flex;flex-direction:column}.drawer-shell.is-open .cart-drawer{transform:translate(0)}.drawer-head{display:flex;justify-content:space-between;align-items:center;padding:1.3rem 1.5rem;border-bottom:1px solid #c7bfb4}.drawer-head h2{font-size:1rem;margin:0}.drawer-head button{background:none;border:0}.cart-lines{overflow:auto;flex:1}.cart-line{display:grid;grid-template-columns:95px 1fr auto;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid #d0c8bd}.cart-line img{width:95px;height:120px;object-fit:cover}.cart-line>div{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem}.cart-line a{font-weight:700;text-transform:uppercase;font-size:.82rem}.cart-line small{font:500 .65rem var(--font-mono)}.cart-line span{font:700 .72rem var(--font-mono)}.qty{display:flex;align-items:center;border:1px solid #999;margin-top:.35rem}.qty button{width:32px;height:30px;border:0;background:none;display:grid;place-items:center}.qty svg{width:13px}.qty b{min-width:24px;text-align:center;font:600 .68rem var(--font-mono)}.cart-remove{border:0;background:none;text-decoration:underline;font:500 .6rem var(--font-mono);align-self:start;cursor:pointer}.shipping-progress{padding:1rem 1.5rem}.shipping-progress p{font:600 .68rem var(--font-mono)}.shipping-progress>div{height:3px;background:#bbb}.shipping-progress span{display:block;background:#111;height:100%;transition:width var(--transition)}.cart-total{display:flex;justify-content:space-between;padding:1rem 1.5rem;font:700 .8rem var(--font-mono)}.cart-actions{display:grid;gap:.5rem;padding:0 1.5rem 1.5rem}.drawer-empty{margin:auto;text-align:center;padding:2rem}.drawer-empty>span{font-size:4rem}.drawer-empty h3{font-size:2rem;line-height:.95}.empty-state{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;white-space:pre-line}.empty-state h1{font-size:clamp(2.6rem,6vw,6rem);line-height:.9;margin:.7rem 0 1.5rem}.empty-state p{max-width:500px}.not-found{background:#111;color:#fff}.not-found .btn{border-color:#fff;background:#fff;color:#111}.search-page__form{max-width:1100px;margin:3rem auto 0;display:grid;grid-template-columns:1fr auto;padding:0 2.5rem}.search-page__form input{border:0;border-bottom:1px solid #111;background:transparent;font-size:2rem;padding:1rem 0;outline:0}.search-page__form button{border:0;border-bottom:1px solid #111;background:#111;color:#fff;padding:0 2rem;font:700 .72rem var(--font-mono)}.bag-page{max-width:1500px;margin:0 auto;padding-bottom:5rem}.bag-page .page-hero{margin:0 calc((1500px - 100vw)/2);padding-left:max(calc((100vw - 1500px)/2 + 2.5rem),2.5rem)}.bag-layout{display:grid;grid-template-columns:1.5fr .7fr;gap:5rem;padding:3rem 2.5rem}.bag-line{display:grid;grid-template-columns:150px 1fr auto;gap:1.3rem;padding:1.2rem 0;border-bottom:1px solid #c4bcb1}.bag-line img{width:150px;aspect-ratio:4/5;object-fit:cover}.bag-line h3{margin:0;font-size:1rem}.bag-line p{font:500 .68rem var(--font-mono)}.bag-line strong{font:700 .8rem var(--font-mono)}.trash{border:0;background:none;align-self:start}.order-summary{border:1px solid #bcb4aa;padding:2rem;align-self:start;position:sticky;top:calc(var(--header) + 2rem)}.order-summary h2{font-size:1.3rem}.order-summary>div{display:flex;justify-content:space-between;gap:1rem;margin:1rem 0;font:600 .72rem var(--font-mono)}.order-summary .btn{width:100%;margin-top:1rem}.order-summary>p{font:500 .62rem var(--font-mono)}.checkout-page{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr);min-height:70vh}.checkout-main{padding:4rem max(5vw,2rem)}.checkout-main h1{font-size:clamp(3rem,6vw,6.2rem);line-height:.85;margin:.7rem 0 1.5rem}.checkout-warning{border-left:3px solid #111;padding-left:1rem;font-family:var(--font-mono);font-size:.7rem}.checkout-main fieldset{border:0;padding:2rem 0;margin:0;border-top:1px solid #bbb2a7}.checkout-main legend{font:700 .78rem var(--font-mono);padding:0 0 1rem}.checkout-main label{display:grid;gap:.4rem;margin-bottom:1rem;font:600 .65rem var(--font-mono)}.checkout-main input{height:48px;border:1px solid #aaa197;background:transparent;padding:0 .8rem;font-family:var(--font-sans);font-size:1rem}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.radio-cards{display:grid;gap:.5rem}.radio-cards label{display:grid;grid-template-columns:auto 1fr auto;align-items:center;border:1px solid #aaa197;padding:1rem;margin:0;cursor:pointer}.radio-cards label.selected{background:#111;color:#fff}.radio-cards span{font-size:.58rem;opacity:.6}.checkout-submit{width:100%}.checkout-summary{background:#dad3c8;padding:4rem 2rem;position:sticky;top:0;height:100vh;overflow:auto}.checkout-summary h2{font-size:1.5rem}.checkout-item{display:grid;grid-template-columns:70px 1fr auto;gap:.8rem;padding:1rem 0;border-top:1px solid #b5ada2}.checkout-item img{width:70px;height:88px;object-fit:cover}.checkout-item div{display:flex;flex-direction:column;gap:.3rem}.checkout-item b{font-size:.75rem;text-transform:uppercase}.checkout-item span,.checkout-item strong{font:600 .62rem var(--font-mono)}.checkout-total{display:flex;justify-content:space-between;font:700 .9rem var(--font-mono)}.confirmation{min-height:72vh;background:#111;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem}.confirmation h1{font-size:clamp(4rem,10vw,9rem);line-height:.78;margin:.8rem 0 2rem}.confirmation p{max-width:620px}.confirmation .btn{background:#fff;color:#111;border-color:#fff;margin-top:1rem}.account-page{display:grid;grid-template-columns:1fr 1fr;min-height:70vh}.account-panel{padding:6rem max(5vw,2rem);align-self:center}.account-panel h1{font-size:clamp(3rem,6vw,6rem);line-height:.85}.account-panel form{display:grid;gap:1rem;max-width:500px}.account-panel label{display:grid;gap:.4rem;font:700 .67rem var(--font-mono)}.account-panel input{height:48px;border:1px solid #999;background:transparent;padding:0 .8rem}.account-image img{width:100%;height:100%;object-fit:cover;filter:grayscale(.3)}.editorial-hero{min-height:65vh;position:relative;background:#111;color:#fff;display:grid;place-items:center;overflow:hidden}.editorial-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:grayscale(.4)}.editorial-hero:after{content:"";position:absolute;inset:0;background:#00000059}.editorial-hero>div{position:relative;z-index:2;text-align:center}.editorial-hero h1{font-size:clamp(4rem,9vw,9rem);line-height:.82;margin:.5rem 0}.editorial-hero>div>p:last-child{font:700 .8rem var(--font-mono)}.editorial-grid{max-width:1400px;margin:0 auto;padding:4rem 2.5rem;display:grid;gap:5rem}.editorial-grid article{display:grid;grid-template-columns:1.35fr .65fr;gap:3rem;align-items:center}.editorial-grid article:nth-child(2n){grid-template-columns:.65fr 1.35fr}.editorial-grid article:nth-child(2n) img{order:2}.editorial-grid img{width:100%;max-height:820px;object-fit:cover}.editorial-grid span,.editorial-grid a{font:700 .68rem var(--font-mono)}.editorial-grid h2{font-size:clamp(3rem,7vw,7rem);line-height:.8;margin:.6rem 0}.editorial-grid p{font-family:var(--font-mono)}.notes-page-grid{max-width:1400px;margin:0 auto;padding:4rem 2.5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}.notes-page-grid img{width:100%;aspect-ratio:4/3;object-fit:cover}.notes-page-grid span,.notes-page-grid b{font:600 .62rem var(--font-mono)}.notes-page-grid h2{text-transform:uppercase;font-size:1.5rem;margin:.6rem 0}.notes-page-grid p{line-height:1.5}.article-page{max-width:920px;margin:0 auto;padding:6rem 2.5rem}.article-page h1{font-size:clamp(3.5rem,8vw,7rem);line-height:.84;margin:.8rem 0 1rem;text-transform:uppercase}.article-lead{font-size:1.4rem;max-width:700px}.article-page>img{width:100%;margin:3rem 0}.article-page>p:not(.eyebrow):not(.article-lead){font-size:1.1rem;line-height:1.75;max-width:760px}.article-page blockquote{font-family:var(--font-mono);font-style:italic;font-size:1.5rem;margin:3rem 0;transform:rotate(-2deg)}.article-page>a{font:700 .68rem var(--font-mono)}.info-page{max-width:920px;margin:0 auto;padding:7rem 2.5rem;min-height:65vh}.info-page h1{font-size:clamp(3.5rem,8vw,7rem);line-height:.85;margin:.7rem 0 1rem}.info-lead{font:700 .8rem var(--font-mono);margin-bottom:2.5rem}.info-page>p:not(.eyebrow):not(.info-lead){font-size:1.1rem;line-height:1.7;max-width:760px}.info-links{display:grid;gap:.7rem;margin-top:2rem;font:700 .75rem var(--font-mono)}.contact-form{display:grid;gap:1rem;margin-top:3rem;max-width:620px}.contact-form label{display:grid;gap:.35rem;font:700 .66rem var(--font-mono)}.contact-form input,.contact-form textarea{border:1px solid #a79e93;background:transparent;padding:.8rem}.contact-form button{justify-self:start}@media(max-width:1200px){.product-grid{grid-template-columns:repeat(3,1fr)}.shop-look{grid-template-columns:.75fr 1.25fr}.shop-look__products{grid-column:1/-1;grid-template-columns:repeat(4,1fr)}.catalog-results .product-grid{grid-template-columns:repeat(3,1fr)}.footer__top{grid-template-columns:auto 1fr auto}.footer__note{grid-column:1/-1}.pdp-main{grid-template-columns:1.2fr .8fr}.product-info{padding:3rem 2.5rem}}@media(max-width:1024px){:root{--header:64px}.desktop-nav,.desktop-only{display:none}.mobile-only{display:grid}.site-header{grid-template-columns:48px 1fr auto;padding:0 1rem}.site-header .logo{justify-self:center}.header-actions{justify-self:end}.announcement__city{display:none}.product-grid{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:repeat(3,1fr);min-height:330px}.category-tile{min-height:330px}.content-section{padding:3.5rem 1.5rem}.shop-look{padding:0 1.5rem 3rem;grid-template-columns:.85fr 1.15fr}.newsletter{grid-template-columns:auto 1fr}.newsletter form{grid-column:1/-1}.footer__top{grid-template-columns:1fr 1fr}.footer__links{grid-column:1/-1}.footer__social{justify-self:end}.catalog-layout{grid-template-columns:1fr;padding:1.5rem}.filters-wrap{position:fixed;inset:0;z-index:90;background:var(--bone);padding:1.5rem;overflow:auto;transform:translateY(100%);transition:transform var(--transition)}.filters-wrap.is-open{transform:translateY(0)}.filters-panel{position:static}.filters-close{display:flex!important;align-items:center;gap:.5rem;border:0;background:none;margin-bottom:2rem;font:700 .7rem var(--font-mono)}.mobile-filter-btn{display:flex;align-items:center;gap:.4rem;border:0;background:none;font:700 .68rem var(--font-mono)}.mobile-filter-btn svg{width:16px}.catalog-results .product-grid{grid-template-columns:repeat(3,1fr)}.pdp-main{grid-template-columns:1fr}.product-info{position:relative;top:auto;max-height:none}.product-gallery{grid-template-columns:repeat(2,1fr)}.bag-layout{grid-template-columns:1fr;gap:2rem}.order-summary{position:relative;top:auto}.checkout-page{grid-template-columns:1fr}.checkout-summary{position:relative;height:auto;order:-1;padding:2rem}.account-page{grid-template-columns:1fr}.account-image{height:50vh;order:-1}.notes-page-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.announcement{font-size:.56rem;height:25px;padding:0 .75rem;text-align:center}.site-header{height:58px}.logo img{width:155px;height:38px}.header-actions .icon-btn{width:38px}.hero-home{height:78svh;min-height:570px}.hero-home picture img{object-position:55% center}.hero-home__veil{background:linear-gradient(180deg,#00000038,#00000038 35%,#000000c7)}.hero-home__copy{left:1.2rem;right:1.2rem;top:auto;bottom:1.6rem;transform:none}.hero-home__copy h1{font-size:clamp(2.7rem,12vw,4.4rem);margin:.4rem 0 1.2rem}.hero-home__copy small{font-size:.55rem;margin-top:1rem}.hero-home__note{display:none}.content-section{padding:2.6rem 1rem}.section-header{gap:.7rem}.section-header h2{font-size:1.55rem}.section-header a{font-size:.58rem}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem .55rem}.product-card__info a{font-size:.72rem}.product-card small{display:none}.product-badge{font-size:.52rem}.product-card__hover{display:none}.category-grid{grid-template-columns:1fr;min-height:0}.category-tile{min-height:52vw}.category-tile>div{left:1.2rem;bottom:1.2rem}.ba-banner{height:360px}.ba-banner aside{right:1rem;top:auto;bottom:1rem;transform:rotate(3deg);font-size:1rem;padding:1rem}.ba-banner>div{left:1.2rem;top:2rem;transform:rotate(-4deg)}.ba-banner h2{font-size:2rem}.shop-look{display:grid;grid-template-columns:1fr;padding:0 0 2.5rem}.shop-look__copy{padding:2rem 1.2rem;min-height:300px}.shop-look__copy h2{font-size:3rem}.shop-look__hero{min-height:420px}.shop-look__products{grid-column:auto;grid-template-columns:repeat(2,1fr);padding:1.2rem}.shop-look__products a{grid-template-columns:52px 1fr}.shop-look__products img{width:52px;height:68px}.notes-grid{grid-template-columns:1fr}.newsletter{grid-template-columns:1fr;padding:2rem 1rem;gap:1rem}.newsletter__scribble{font-size:1.1rem}.newsletter form{grid-template-columns:1fr}.newsletter button{height:46px}.footer{padding:2.5rem 1rem 1rem}.footer__top{grid-template-columns:1fr}.footer__social{justify-self:start}.footer__links{display:grid;gap:.8rem}.footer__bottom{grid-template-columns:1fr;font-size:.52rem}.footer__bottom span:nth-child(2),.footer__bottom span:last-child{text-align:left}.page-hero{padding:3rem 1rem 2.5rem}.page-hero h1{font-size:3.8rem}.catalog-toolbar{top:58px;padding:0 1rem;height:58px}.catalog-toolbar>span{display:none}.catalog-toolbar label{margin-left:auto}.catalog-results .product-grid{grid-template-columns:repeat(2,1fr)}.breadcrumbs{padding:.8rem 1rem;overflow:auto;white-space:nowrap}.product-gallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:1px}.product-gallery img{min-width:90%;scroll-snap-align:start}.product-info{padding:2rem 1rem 6rem}.product-info h1{font-size:2.5rem}.pdp-actions{position:sticky;bottom:0;z-index:12;background:var(--bone);padding:.6rem 0}.drawer-head{padding:1rem}.cart-line{grid-template-columns:78px 1fr;padding:1rem}.cart-line img{width:78px;height:104px}.cart-remove{grid-column:2;justify-self:start}.bag-page .page-hero{margin:0;padding-left:1rem}.bag-layout{padding:1.5rem 1rem}.bag-line{grid-template-columns:100px 1fr auto}.bag-line img{width:100px}.checkout-main{padding:2.5rem 1rem}.form-grid{grid-template-columns:1fr}.checkout-summary{padding:1.5rem 1rem}.account-panel{padding:3rem 1rem}.editorial-hero{min-height:62vh}.editorial-hero h1{font-size:4.2rem}.editorial-grid{padding:2.5rem 1rem;gap:3rem}.editorial-grid article,.editorial-grid article:nth-child(2n){grid-template-columns:1fr;gap:1.2rem}.editorial-grid article:nth-child(2n) img{order:0}.editorial-grid h2{font-size:3.8rem}.notes-page-grid{grid-template-columns:1fr;padding:2.5rem 1rem}.article-page{padding:3rem 1rem}.article-page h1{font-size:3.5rem}.info-page{padding:4rem 1rem}.info-page h1{font-size:3.5rem}.search-page__form{padding:0 1rem;grid-template-columns:1fr}.search-page__form input{font-size:1.4rem}.search-page__form button{height:48px}.search-overlay__inner{padding:14vh 1rem}.search-overlay input{font-size:2rem}.search-overlay form{grid-template-columns:auto 1fr}.search-overlay form button{grid-column:1/-1;border:1px solid #777;padding:1rem}.search-trending{align-items:flex-start;flex-direction:column}.no-results h2{font-size:2.2rem}}@media(max-width:390px){.product-grid{gap:.9rem .4rem}.product-card__info a,.product-price{font-size:.68rem}.section-header__line{display:none}.section-header{grid-template-columns:1fr auto}.category-tile{min-height:240px}.hero-home__copy h1{font-size:2.75rem}.page-hero h1{font-size:3.2rem}.mobile-nav nav a{font-size:2.1rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.hero-home--brand-first{height:min(88vh,980px);min-height:680px;background:#0a0a0a}.hero-home--brand-first picture img{object-position:center 26%}.hero-home__copy--brand{max-width:780px}.hero-home__copy--brand .eyebrow{font-size:.68rem;opacity:.9}.hero-home__drop{display:inline-block;margin-top:1.1rem;padding:.38rem .55rem;border:1px solid rgba(255,255,255,.5);font:700 .72rem var(--font-mono);letter-spacing:.15em;text-transform:uppercase}.hero-home__copy--brand h1{font-size:clamp(3.2rem,8vw,7.9rem);line-height:.9;letter-spacing:-.06em;margin:.7rem 0 .35rem;text-transform:uppercase}.hero-home__subhead{font-size:clamp(1.1rem,2vw,1.5rem);font-family:var(--font-mono);letter-spacing:.18em;margin:0 0 1rem}.hero-home__lede{max-width:360px;font-size:1rem;line-height:1.45;margin:0 0 1.8rem}.hero-home__note{font-size:1rem;letter-spacing:.14em;text-transform:uppercase;opacity:.95}.content-section--tight{padding-top:3.4rem}.drop-overview__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.4rem}.drop-card{background:#ffffff29;border:1px solid #d6cfc4;display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.72fr);min-height:520px;overflow:hidden}.drop-card__image{display:block;background:#d8d0c5}.drop-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.drop-card:hover .drop-card__image img{transform:scale(1.018)}.drop-card__copy{padding:2rem 2rem 2.2rem;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(180deg,#ffffff1a,#ffffff52)}.drop-card__copy h3{font-size:clamp(2.2rem,4vw,3.9rem);line-height:.88;letter-spacing:-.05em;margin:.25rem 0 .8rem;text-transform:uppercase}.drop-card__copy b{font-size:1rem;margin-bottom:.75rem}.drop-card__copy p{max-width:28ch;line-height:1.55;margin:0 0 1rem}.drop-card__copy a{font:700 .72rem var(--font-mono);letter-spacing:.08em;text-transform:uppercase}.the-studio{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:2rem;align-items:start}.the-studio__intro h2{font-size:clamp(2.3rem,5vw,5rem);line-height:.88;letter-spacing:-.05em;margin:.4rem 0 1.25rem;text-transform:uppercase}.the-studio__intro p{max-width:38ch;line-height:1.65;margin:0 0 1rem}.the-studio__gallery{display:grid;grid-template-columns:repeat(12,1fr);gap:1rem;align-items:stretch}.the-studio__image{position:relative;overflow:hidden;background:#cfc8bf}.the-studio__image img{width:100%;height:100%;object-fit:cover;filter:grayscale(1)}.the-studio__image--tall{grid-column:span 4;min-height:540px}.the-studio__image--wide{grid-column:span 8;min-height:270px}.the-studio__image--card{grid-column:span 5;min-height:320px;color:var(--soft-white)}.the-studio__image--card img{filter:none}.the-studio__image--card figcaption{position:absolute;left:1.15rem;bottom:1rem;font:700 .88rem var(--font-mono);letter-spacing:.1em;background:#0d0d0dad;padding:.7rem .8rem}.the-studio__image--small{grid-column:span 7;min-height:320px}.ba-banner--v2{margin-top:1rem}.ba-banner--v2 .eyebrow{margin-bottom:.6rem;display:block}.ba-banner--v2 a{font:700 .75rem var(--font-mono);letter-spacing:.08em;text-transform:uppercase;display:inline-block;margin-top:1rem}.city-gallery__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.city-gallery__grid img{width:100%;height:100%;object-fit:cover;min-height:420px;filter:grayscale(1)}.section-header--city{margin-bottom:1.6rem}.section-header--city .eyebrow{white-space:nowrap}.pdp--editorial .pdp-main{grid-template-columns:1.3fr .7fr;align-items:start}.pdp--editorial .product-gallery{gap:2px}.pdp--editorial .product-gallery img{background:#d8d0c5;min-height:560px;object-fit:cover}.product-info__intro{font-size:1.04rem;line-height:1.55;max-width:32ch;margin:0 0 1.25rem}.product-meta-inline{display:grid;gap:.35rem;padding:1rem 0 1.2rem;border-top:1px solid #c3bbaf;border-bottom:1px solid #c3bbaf;margin-bottom:1.2rem;font:500 .72rem var(--font-mono);letter-spacing:.08em;text-transform:uppercase}.product-meta-inline b{font-weight:700;margin-right:.45rem}.page-hero{position:relative;overflow:hidden}.page-hero h1{letter-spacing:-.05em}@media(max-width:1200px){.drop-card{grid-template-columns:1fr}.drop-card__copy{padding:1.5rem}.the-studio{grid-template-columns:1fr}}@media(max-width:1024px){.hero-home--brand-first{min-height:620px}.drop-overview__grid{grid-template-columns:1fr}.the-studio__image--tall{grid-column:span 5;min-height:420px}.the-studio__image--wide{grid-column:span 7;min-height:220px}.the-studio__image--card,.the-studio__image--small{grid-column:span 6;min-height:280px}.city-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pdp--editorial .pdp-main{grid-template-columns:1fr}}@media(max-width:767px){.hero-home--brand-first{height:82svh;min-height:620px}.hero-home--brand-first picture img{object-position:60% center}.hero-home__copy--brand{max-width:none}.hero-home__drop{margin-top:0}.hero-home__copy--brand h1{font-size:clamp(2.9rem,14vw,4.5rem)}.hero-home__subhead{font-size:.95rem;letter-spacing:.15em}.hero-home__lede{font-size:.95rem;max-width:17ch}.drop-card{min-height:0}.drop-card__copy h3{font-size:2.4rem}.the-studio__gallery{grid-template-columns:1fr 1fr}.the-studio__image--tall,.the-studio__image--wide,.the-studio__image--card,.the-studio__image--small{grid-column:auto;min-height:220px}.the-studio__image--wide{grid-column:1/-1;min-height:180px}.city-gallery__grid{grid-template-columns:1fr}.city-gallery__grid img{min-height:280px}.pdp--editorial .product-gallery img{min-height:0}}*{-webkit-tap-highlight-color:transparent}::selection{background:var(--fitz-black);color:var(--soft-white)}a,button{-webkit-tap-highlight-color:transparent}.mobile-nav a,.mobile-nav button{user-select:none;-webkit-user-select:none}.mobile-nav nav a.active,.mobile-nav nav a:active,.mobile-nav nav a:focus{background:transparent;color:var(--soft-white)}.hero-home--v3{height:min(88vh,980px);min-height:700px;background:#070707}.hero-home--v3 picture img{object-position:center 28%;filter:saturate(.86) contrast(1.03)}.hero-home--v3 .hero-home__veil{background:linear-gradient(90deg,#000000c2,#00000047 46%,#0000001f 70%,#0000004d)}.hero-home__copy--v3{max-width:780px}.hero-home__copy--v3 h1{font-size:clamp(4rem,9vw,9rem);line-height:.76;letter-spacing:-.07em;margin:.8rem 0 .2rem;text-transform:uppercase}.hero-home__concept{font:700 clamp(1.2rem,2vw,1.8rem) var(--font-mono);letter-spacing:.18em;margin:0 0 1rem}.hero-home__line{font-size:clamp(1.05rem,1.7vw,1.45rem);max-width:28ch;line-height:1.3;margin:0 0 1.8rem;font-weight:600}.hero-home__signature{position:absolute;right:4vw;bottom:3rem;z-index:2;font:600 .78rem/1.5 var(--font-mono);letter-spacing:.12em;text-align:right;transform:rotate(-2deg)}.home-statement{padding:clamp(4rem,9vw,9rem) max(4vw,1rem);background:var(--bone);border-bottom:1px solid #cfc6ba}.home-statement h2{font-size:clamp(2.6rem,6.2vw,6.8rem);line-height:.84;letter-spacing:-.055em;max-width:15ch;margin:.5rem 0 0;text-transform:uppercase}.home-drops{display:grid;grid-template-columns:1fr;background:#111;color:var(--soft-white)}.home-drop{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);min-height:70vh;border-bottom:1px solid #2f2f2f}.home-drop:nth-child(2n){grid-template-columns:minmax(300px,.55fr) minmax(0,1.45fr)}.home-drop:nth-child(2n) .home-drop__image{order:2}.home-drop__image{overflow:hidden;background:#171717}.home-drop__image img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease,filter .5s ease;filter:saturate(.86)}.home-drop:hover .home-drop__image img{transform:scale(1.012);filter:saturate(1)}.home-drop__copy{padding:3rem;display:flex;flex-direction:column;justify-content:flex-end}.home-drop__copy h2{font-size:clamp(4rem,8vw,8rem);line-height:.75;letter-spacing:-.065em;margin:.5rem 0 1rem;text-transform:uppercase}.home-drop__copy p{font:600 .9rem/1.5 var(--font-mono);max-width:27ch;margin:0 0 2rem}.home-drop__copy a{font:700 .72rem var(--font-mono);letter-spacing:.1em}.ba-interlude{position:relative;min-height:500px;background:#111;color:#fff;overflow:hidden}.ba-interlude img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.08)}.ba-interlude:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#000000b8,#00000014 62%,#0000006b)}.ba-interlude__copy{position:relative;z-index:2;max-width:900px;padding:clamp(3rem,8vw,7rem) max(4vw,1rem)}.ba-interlude__copy h2{font-size:clamp(2.8rem,6vw,6rem);line-height:.88;letter-spacing:-.05em;margin:.7rem 0 1.6rem;max-width:13ch}.ba-interlude__copy a{font:700 .74rem var(--font-mono);letter-spacing:.1em}.product-card__color{font:500 .63rem var(--font-mono);letter-spacing:.08em;color:#6a655f;text-transform:uppercase}.product-badge{letter-spacing:.06em}.drop-hero{height:min(82vh,920px);min-height:620px;position:relative;background:#111;color:var(--soft-white);overflow:hidden}.drop-hero>img{width:100%;height:100%;object-fit:cover;object-position:center 30%}.drop-hero__shade{position:absolute;inset:0;background:linear-gradient(90deg,#000000c7,#0000002e 58%,#00000038)}.drop-hero__copy{position:absolute;left:max(4vw,1.25rem);bottom:clamp(2rem,6vw,5rem);z-index:2;max-width:920px}.drop-hero__copy>span{font:700 .76rem var(--font-mono);letter-spacing:.16em}.drop-hero__copy h1{font-size:clamp(5rem,12vw,12rem);line-height:.7;letter-spacing:-.07em;margin:.5rem 0 1rem}.drop-hero__copy p:not(.eyebrow){font-size:clamp(1.1rem,2vw,1.65rem);font-weight:700;max-width:34ch;margin:0 0 1.5rem}.drop-hero__copy a{font:700 .75rem var(--font-mono);letter-spacing:.09em}.drop-manifesto{max-width:1180px;padding:clamp(4rem,9vw,8rem) max(4vw,1rem);margin:0 auto}.drop-manifesto h2{font-size:clamp(3rem,7vw,7.5rem);line-height:.84;letter-spacing:-.06em;max-width:12ch;margin:.7rem 0 1.5rem}.drop-manifesto>p:last-child{max-width:560px;font-size:1.25rem;line-height:1.6}.drop-campaign{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr);background:var(--fitz-black);color:var(--soft-white);min-height:620px}.drop-campaign img{width:100%;height:100%;object-fit:cover}.drop-campaign>div{padding:3rem;display:flex;flex-direction:column;justify-content:flex-end}.drop-campaign h3{font-size:clamp(2.5rem,5vw,5rem);line-height:.88;letter-spacing:-.05em;margin:.8rem 0 1rem}.drop-campaign p{max-width:32ch;line-height:1.6}.drop-campaign a{font:700 .72rem var(--font-mono);letter-spacing:.09em;margin-top:1rem}.drop-products-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:2rem}.drop-products-head h2{font-size:clamp(2.8rem,6vw,6rem);line-height:.84;letter-spacing:-.05em;margin:.3rem 0 0}.drop-products-head>span{font:600 .72rem var(--font-mono)}.drop-city-break{height:440px;position:relative;background:#111;color:#fff;overflow:hidden;margin:2rem 0}.drop-city-break img{width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.08)}.drop-city-break:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#0009,#00000014)}.drop-city-break>div{position:absolute;left:max(4vw,1rem);bottom:2rem;z-index:2;font-family:var(--font-mono);letter-spacing:.1em}.drop-city-break p{font-size:.72rem;margin:0 0 .5rem}.drop-city-break strong{font-size:clamp(1.6rem,3vw,3rem)}.drop-products-tail{padding-top:2rem}.drop-next{text-align:center;padding:clamp(4rem,8vw,8rem) 1rem;border-top:1px solid #c9c0b5}.drop-next h2{font-size:clamp(3rem,8vw,8rem);line-height:.8;letter-spacing:-.06em;margin:.7rem 0 2rem}.pdp--v3 .pdp-main{grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr)}.pdp--v3 .product-gallery{gap:2px}.pdp--v3 .product-gallery img{background:#d1c9be;object-fit:cover;min-height:590px}.pdp--v3 .product-info{padding:3.5rem 3rem}.pdp--v3 .product-info h1{font-size:clamp(3rem,5vw,5.5rem);line-height:.82;letter-spacing:-.055em;margin:.4rem 0 1rem}.product-style-note{border-top:1px solid #bfb6aa;border-bottom:1px solid #bfb6aa;padding:1rem 0;margin:1rem 0 1.4rem}.product-style-note span{font:700 .65rem var(--font-mono);letter-spacing:.1em}.product-style-note p{font-size:1rem;line-height:1.45;margin:.45rem 0 0;max-width:32ch}.pdp-details-list{margin:.2rem 0 0;padding-left:1.1rem;line-height:1.7}.shop-look--v3 .shop-look__copy h2{font-size:clamp(3.5rem,7vw,7rem);line-height:.8;letter-spacing:-.055em}.shop-look__line{max-width:30ch;line-height:1.55;margin:0 0 1.5rem}.looks-list{display:grid}.look-story{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);min-height:72vh;border-top:1px solid #c7beb2}.look-story--reverse{grid-template-columns:minmax(320px,.75fr) minmax(0,1.25fr)}.look-story--reverse .look-story__image{order:2}.look-story__image{overflow:hidden;background:#222}.look-story__image img{width:100%;height:100%;object-fit:cover;min-height:650px}.look-story__copy{padding:3rem;display:flex;flex-direction:column;justify-content:flex-end}.look-story__copy h2{font-size:clamp(3.5rem,7vw,7rem);line-height:.8;letter-spacing:-.055em;margin:.5rem 0 1rem}.look-story__copy>p{max-width:34ch;line-height:1.55}.look-story__items{display:grid;margin-top:2rem;border-top:1px solid #aaa197}.look-story__items a{display:flex;justify-content:space-between;gap:1rem;padding:.8rem 0;border-bottom:1px solid #c7beb2;font:600 .72rem var(--font-mono)}.about-visual{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:3rem;position:relative}.about-visual img{width:100%;height:420px;object-fit:cover}.about-visual img:first-child{filter:grayscale(1)}.about-visual p{grid-column:1/-1;font:700 .75rem var(--font-mono);letter-spacing:.14em}.search-overlay__inner>h2{font-size:clamp(3rem,7vw,7rem);line-height:.82;letter-spacing:-.055em;margin:1rem 0 0;max-width:12ch}.mobile-nav__primary{padding:.6rem 0!important}.mobile-nav__primary a{font-size:clamp(1.8rem,8vw,3.3rem)!important;line-height:.92;padding:.75rem 0!important;background:transparent!important;color:var(--soft-white)!important}.mobile-nav__secondary{display:grid;grid-template-columns:1fr 1fr;gap:.9rem;border-top:1px solid #333;border-bottom:1px solid #333;padding:1.2rem 0}.mobile-nav__secondary a{font:600 .7rem var(--font-mono);letter-spacing:.08em;color:#d8d4cd}.mobile-nav__meta a{color:var(--soft-white);background:transparent!important}@media(max-width:1200px){.home-drop,.home-drop:nth-child(2n){grid-template-columns:1.2fr .8fr}.drop-campaign{grid-template-columns:1fr 1fr}.pdp--v3 .pdp-main{grid-template-columns:1fr}.pdp--v3 .product-info{max-width:760px;margin:0 auto}}@media(max-width:1024px){.hero-home--v3{min-height:650px}.home-drop,.home-drop:nth-child(2n){grid-template-columns:1fr;min-height:0}.home-drop:nth-child(2n) .home-drop__image{order:0}.home-drop__image img{aspect-ratio:16/10}.home-drop__copy{padding:2rem 1.5rem 3rem}.drop-campaign{grid-template-columns:1fr}.drop-campaign img{max-height:740px}.looks-list .look-story,.looks-list .look-story--reverse{grid-template-columns:1fr}.look-story--reverse .look-story__image{order:0}.look-story__image img{min-height:480px;max-height:720px}}@media(max-width:767px){.hero-home--v3{height:84svh;min-height:620px}.hero-home--v3 picture img{object-position:58% center}.hero-home--v3 .hero-home__veil{background:linear-gradient(180deg,#00000029,#0000002e 35%,#000000c7)}.hero-home__copy--v3{left:1rem;right:1rem;bottom:1.3rem;top:auto;transform:none}.hero-home__copy--v3 h1{font-size:clamp(4rem,19vw,6rem)}.hero-home__concept{font-size:.95rem}.hero-home__line{font-size:1rem;max-width:24ch}.hero-home__signature{display:none}.home-statement{padding:4rem 1rem}.home-statement h2{font-size:clamp(2.6rem,12vw,4.4rem)}.home-drop__image img{aspect-ratio:4/5}.home-drop__copy h2{font-size:clamp(3.4rem,17vw,5rem)}.ba-interlude{min-height:470px}.ba-interlude__copy{padding:3rem 1rem}.ba-interlude__copy h2{font-size:clamp(2.8rem,12vw,4.5rem)}.drop-hero{height:80svh;min-height:620px}.drop-hero>img{object-position:60% center}.drop-hero__shade{background:linear-gradient(180deg,#0000001f,#00000038 40%,#000c)}.drop-hero__copy{left:1rem;right:1rem;bottom:1.5rem}.drop-hero__copy h1{font-size:clamp(5rem,24vw,8rem)}.drop-manifesto{padding:4rem 1rem}.drop-manifesto h2{font-size:clamp(3.1rem,14vw,5rem)}.drop-manifesto>p:last-child{font-size:1.05rem}.drop-campaign>div{padding:2rem 1rem 3rem}.drop-campaign h3{font-size:clamp(2.8rem,12vw,4rem)}.drop-products-head{align-items:flex-start;gap:1rem}.drop-products-head h2{font-size:3rem}.drop-city-break{height:340px}.pdp--v3 .product-info{padding:2rem 1rem 6rem}.pdp--v3 .product-info h1{font-size:clamp(2.8rem,12vw,4rem)}.look-story__image img{min-height:420px}.look-story__copy{padding:2rem 1rem 3rem}.look-story__copy h2{font-size:clamp(3.2rem,15vw,5rem)}.about-visual{grid-template-columns:1fr}.about-visual img{height:330px}.about-visual p{grid-column:auto}.mobile-nav{padding:1rem}.mobile-nav__top{padding-bottom:1rem}.mobile-nav__primary a{font-size:clamp(1.75rem,8vw,2.7rem)!important}.mobile-nav__secondary{grid-template-columns:1fr}}@media(max-width:390px){.hero-home__copy--v3 h1{font-size:3.8rem}.drop-hero__copy h1{font-size:5rem}.mobile-nav__primary a{font-size:1.8rem!important}}
