@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#f6f6f3;color:#090909;font-family:Inter,Arial,sans-serif}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer}
.announcement{height:30px;background:#090909;color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;letter-spacing:.14em;font-weight:700}
.nav{height:72px;border-bottom:1px solid #d8d8d4;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 28px;position:sticky;top:0;background:rgba(246,246,243,.94);backdrop-filter:blur(10px);z-index:20}
.brand{display:flex;align-items:center;width:42px;height:42px;overflow:hidden}.brand img{width:42px;height:42px;object-fit:contain;display:block}
.nav nav{display:flex;gap:28px;font-size:11px;font-weight:700;letter-spacing:.12em}
.bag{justify-self:end;border:0;background:none;font-size:11px;font-weight:700;letter-spacing:.12em}
#bagCount{display:inline-flex;min-width:18px;height:18px;border-radius:50%;align-items:center;justify-content:center;background:#090909;color:#fff;margin-left:5px;font-size:9px}

.hero{min-height:calc(100vh - 102px);display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #d8d8d4}
.hero-copy{padding:8vw 7vw;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.eyebrow{font-size:10px;letter-spacing:.16em;font-weight:800;margin:0 0 20px}
.hero-logo{width:72px;height:72px;object-fit:contain;display:block;margin:0 0 24px}.hero h1{font-size:clamp(80px,14vw,210px);line-height:.78;letter-spacing:-.09em;margin:0 0 35px;font-weight:900}
.hero-text{max-width:360px;font-size:14px;line-height:1.6;margin:0 0 30px}
.hero-image{min-height:650px;background:#e9e9e5;display:flex;align-items:center;justify-content:center;overflow:hidden}
.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}

.button{display:inline-flex;align-items:center;justify-content:center;background:#090909;color:#fff;padding:16px 22px;font-size:10px;font-weight:800;letter-spacing:.14em;border:1px solid #090909}
.button:hover{background:transparent;color:#090909}
.ticker{overflow:hidden;border-bottom:1px solid #d8d8d4;display:flex;white-space:nowrap}
.ticker div{padding:18px 5vw;font-size:12px;font-weight:800;letter-spacing:.16em;border-right:1px solid #d8d8d4}

.collection{padding:100px 28px 120px}
.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:35px}
.section-head h2{font-size:clamp(48px,9vw,130px);letter-spacing:-.08em;line-height:.8;margin:0;font-weight:900}
.products{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.product-media{position:relative;overflow:hidden;background:#ecece8}
.product-media>img{width:100%;display:block;aspect-ratio:1/1.12;object-fit:cover;transition:opacity .35s,transform .6s}
.product-media .hover-image{position:absolute;inset:0;opacity:0}
.product:hover .product-media>img:first-child{transform:scale(1.025);opacity:0}
.product:hover .product-media .hover-image{opacity:1}
.quick{position:absolute;left:16px;bottom:16px;border:0;background:#fff;padding:13px 16px;font-size:9px;font-weight:800;letter-spacing:.12em;opacity:0;transform:translateY(8px);transition:.25s}
.product:hover .quick{opacity:1;transform:none}
.product-info{display:flex;justify-content:space-between;padding:15px 2px 0}
.product-info h3{font-size:12px;letter-spacing:.03em;margin:0 0 5px}
.product-info p{font-size:10px;color:#777;margin:0}
.price-note{font-size:10px;color:#777;margin-top:25px}

.story{border-top:1px solid #d8d8d4;border-bottom:1px solid #d8d8d4;display:grid;grid-template-columns:1fr 2fr;gap:30px;padding:90px 7vw}
.story-number{font-size:11px;font-weight:800}
.story h2{font-size:clamp(45px,7vw,100px);line-height:.85;letter-spacing:-.075em;margin:0 0 30px}
.story p:not(.eyebrow){max-width:570px;font-size:14px;line-height:1.7}

.closing{background:#090909;color:#fff;text-align:center;padding:150px 20px}
.closing p{font-size:10px;letter-spacing:.18em;font-weight:800}
.closing h2{font-size:clamp(75px,16vw,220px);letter-spacing:-.1em;line-height:.75;margin:25px 0 50px}
.button.inverse{background:#fff;color:#090909;border-color:#fff}
.button.inverse:hover{background:transparent;color:#fff}

.drawer{position:fixed;z-index:50;right:0;top:0;width:min(430px,100%);height:100vh;background:#f6f6f3;transform:translateX(100%);transition:.35s;box-shadow:-20px 0 50px rgba(0,0,0,.12);padding:24px}
.drawer.open{transform:none}
.drawer-head{display:flex;justify-content:space-between;border-bottom:1px solid #d8d8d4;padding-bottom:20px}
.drawer-head button,.modal-close{border:0;background:none;font-size:11px;letter-spacing:.1em}
.empty{color:#777;font-size:12px;margin-top:40px}
.bag-line{display:flex;justify-content:space-between;padding:20px 0;border-bottom:1px solid #d8d8d4;font-size:12px}

.modal{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:60;display:none;align-items:center;justify-content:center;padding:20px}
.modal.open{display:flex}
.modal-card{position:relative;background:#f6f6f3;max-width:900px;width:100%;padding:18px}
.modal-close{position:absolute;right:18px;top:15px;font-size:24px;z-index:2}
.modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:35px;align-items:center}
.modal-grid img{width:100%;display:block}
.modal-grid h2{font-size:clamp(38px,5vw,70px);line-height:.85;letter-spacing:-.07em;margin:0 0 20px}
.modal-grid p:not(.eyebrow){font-size:13px;line-height:1.6;color:#555}
.sizes{display:flex;gap:7px;margin:25px 0}
.sizes button{width:44px;height:40px;border:1px solid #bbb;background:transparent;font-size:11px}
.sizes button:hover{background:#090909;color:#fff;border-color:#090909}
.full{width:100%}

footer{display:flex;justify-content:space-between;padding:20px 28px;font-size:9px;font-weight:700;letter-spacing:.12em}

@media(max-width:760px){
  .nav{grid-template-columns:1fr auto;padding:0 16px}
  .nav nav{display:none}
  .hero{grid-template-columns:1fr}
  .hero-copy{padding:70px 20px 55px}
  .hero h1{font-size:28vw}
  .hero-image{min-height:auto}
  .hero-image img{aspect-ratio:1/1.1}
  .collection{padding:70px 12px 90px}
  .section-head{display:block}
  .section-head h2{margin-top:30px}
  .products{grid-template-columns:1fr;gap:45px}
  .quick{opacity:1;transform:none}
  .story{grid-template-columns:1fr;padding:70px 20px}
  .closing{padding:100px 20px}
  footer{padding:20px 14px;gap:12px;flex-wrap:wrap}
  .modal-grid{grid-template-columns:1fr;gap:20px}
}

@media(max-width:760px){.brand,.brand img{width:36px;height:36px}.hero-logo{width:58px;height:58px}}

.product-actions{position:absolute;left:16px;right:16px;bottom:16px;display:grid;grid-template-columns:1fr auto;gap:7px;opacity:0;transform:translateY(8px);transition:.25s}
.product:hover .product-actions{opacity:1;transform:none}
.size-select{min-width:120px;border:1px solid #090909;background:#fff;padding:13px 12px;font-size:9px;font-weight:800;letter-spacing:.1em}
.quick{position:static;opacity:1;transform:none;background:#090909;color:#fff}
.size-select.needs-size{outline:2px solid #090909}
.bag-line span:first-child{display:flex;flex-direction:column;gap:5px}
.bag-line small{font-size:9px;letter-spacing:.1em;color:#777}
@media(max-width:760px){
  .product-actions{opacity:1;transform:none}
}

.bag-footer{position:absolute;left:24px;right:24px;bottom:24px;border-top:1px solid #d8d8d4;padding-top:18px}
.total-row{display:flex;justify-content:space-between;font-size:12px;font-weight:800;margin-bottom:15px}
.checkout-note{font-size:9px;line-height:1.5;color:#777;margin:10px 0 0}
.remove-item{border:0;background:none;font-size:18px;margin-left:10px;line-height:1}
.checkout{position:fixed;inset:0;background:rgba(0,0,0,.58);z-index:70;display:none;align-items:center;justify-content:center;padding:20px}
.checkout.open{display:flex}
.checkout-card{background:#f6f6f3;width:min(650px,100%);max-height:90vh;overflow:auto;padding:28px}
.checkout-head{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #d8d8d4;padding-bottom:20px;margin-bottom:25px}
.checkout-head h2{font-size:clamp(35px,6vw,70px);letter-spacing:-.07em;line-height:.85;margin:0}
.checkout-head button{border:0;background:none;font-size:10px;font-weight:800;letter-spacing:.12em}
.checkout form{display:grid;gap:16px}
.checkout label{display:grid;gap:7px;font-size:9px;font-weight:800;letter-spacing:.1em}
.checkout input,.checkout textarea{border:1px solid #c8c8c3;background:#fff;padding:14px;font:inherit;font-size:12px;letter-spacing:normal;font-weight:400;outline:none}
.checkout textarea{min-height:80px;resize:vertical}
.checkout input:focus,.checkout textarea:focus{border-color:#090909}
.optional{color:#888;margin-left:5px}
.checkout-summary{border-top:1px solid #d8d8d4;border-bottom:1px solid #d8d8d4;padding:18px 0;display:flex;justify-content:space-between;font-size:11px;font-weight:800}

/* PREMIUM POLISH */
:root{--ink:#090909;--paper:#f4f3ef;--line:#d6d5cf;--muted:#6f6f69}
body{background:var(--paper);letter-spacing:-.01em}
.announcement{gap:12px;height:34px;font-size:9px;position:relative;overflow:hidden}.announcement-dot{font-size:10px}
.nav{height:76px;padding:0 clamp(16px,3vw,42px);border-color:var(--line)}
.nav nav a{position:relative;padding:8px 0}.nav nav a:after{content:"";position:absolute;left:0;right:100%;bottom:3px;height:1px;background:var(--ink);transition:right .25s}.nav nav a:hover:after{right:0}
.hero{background:linear-gradient(135deg,#f4f3ef 0%,#eeece6 100%)}
.hero-copy{position:relative}.hero-copy:before{content:"LIMITED / 2026";position:absolute;right:5vw;top:8vw;font-size:9px;font-weight:800;letter-spacing:.14em;writing-mode:vertical-rl;opacity:.55}
.hero h1{max-width:760px;text-wrap:balance}.hero-text{color:#454541}
.hero-image{background:#deddd7}.hero-image img{filter:contrast(1.03)}
.button{transition:transform .2s,background .2s,color .2s,box-shadow .2s}.button:hover{transform:translateY(-2px);box-shadow:5px 5px 0 rgba(0,0,0,.16)}
.ticker{background:var(--ink);color:#fff;border-color:var(--ink)}.ticker div{border-color:#353535;animation:subtle 7s ease-in-out infinite alternate}.ticker div:nth-child(2){animation-delay:-2s}.ticker div:nth-child(3){animation-delay:-4s}@keyframes subtle{to{letter-spacing:.22em}}
.collection{padding-left:clamp(16px,3vw,42px);padding-right:clamp(16px,3vw,42px)}
.product{border-top:1px solid transparent;transition:transform .35s}.product:hover{transform:translateY(-4px)}
.product-media{box-shadow:0 0 0 1px rgba(0,0,0,.025)}.product-media:after{content:"LIMITED";position:absolute;top:14px;left:14px;background:#fff;padding:7px 9px;font-size:8px;font-weight:900;letter-spacing:.12em;opacity:0;transition:.25s}.product:hover .product-media:after{opacity:1}
.product-info{padding:17px 2px 5px}.product-info span{font-size:12px;font-weight:800}.price-note{border-top:1px solid var(--line);padding-top:18px;letter-spacing:.08em}.price-note span{margin:0 8px;color:#999}
.story{background:#e9e7e0}.story-number{border-top:2px solid var(--ink);padding-top:10px;width:50px}.story p:not(.eyebrow){color:#454541}
.closing{background:radial-gradient(circle at center,#222 0%,#090909 55%)}
.drawer{background:var(--paper)}.drawer-head strong{letter-spacing:.1em}.bag-line{align-items:flex-start}.bag-line>span:last-child{display:flex;align-items:center;white-space:nowrap}
.checkout-card,.modal-card{box-shadow:0 30px 90px rgba(0,0,0,.25)}
.checkout input,.checkout textarea{border-radius:0}.checkout input:focus,.checkout textarea:focus{box-shadow:3px 3px 0 rgba(0,0,0,.12)}
footer{border-top:1px solid var(--line);padding-left:clamp(16px,3vw,42px);padding-right:clamp(16px,3vw,42px)}

@media(max-width:760px){
 body{overflow-x:hidden}.announcement{height:32px;font-size:8px;letter-spacing:.11em}.announcement-dot{display:none}
 .nav{height:64px}.brand,.brand img{width:40px;height:40px}.bag{padding:10px 0}
 .hero{min-height:auto}.hero-copy{padding:58px 20px 42px}.hero-copy:before{right:18px;top:22px;font-size:8px}.eyebrow{margin-bottom:15px}
 .hero h1{font-size:27vw;line-height:.76;margin-bottom:25px}.hero-text{font-size:13px;max-width:310px;margin-bottom:26px}.button{min-height:50px;padding:15px 18px}
 .hero-image img{aspect-ratio:4/5;object-position:center}.ticker div{padding:15px 28px;font-size:9px}
 .collection{padding-top:65px}.section-head h2{font-size:19vw}.products{gap:38px}.product-media>img{aspect-ratio:4/5}.product-actions{left:10px;right:10px;bottom:10px;grid-template-columns:1fr auto;gap:6px}.size-select{min-width:0;padding:14px 10px}.quick{padding:14px 12px;font-size:8px}
 .product-info{padding-top:13px}.product-info h3{font-size:11px}.product-info span{font-size:11px}.product-media:after{display:none}
 .story{padding:60px 20px}.story h2{font-size:15vw}.story p:not(.eyebrow){font-size:13px}.closing{padding:90px 18px}.closing h2{font-size:25vw;margin:20px 0 38px}
 .drawer{width:100%;padding:18px}.bag-footer{left:18px;right:18px;bottom:18px}.bag-items{padding-bottom:150px}.checkout{padding:0;align-items:flex-end}.checkout-card{width:100%;max-height:92vh;padding:22px 18px 28px}.checkout-head{position:sticky;top:0;background:var(--paper);z-index:1;padding-top:2px}.checkout-head h2{font-size:13vw}.checkout form{gap:14px}
 .modal{padding:0;align-items:flex-end}.modal-card{padding:0 0 22px;max-height:94vh;overflow:auto}.modal-grid{gap:18px}.modal-grid>div{padding:0 18px}.modal-close{right:10px;top:8px;background:#fff;width:36px;height:36px;border-radius:50%}.modal-grid h2{font-size:12vw}
 footer{font-size:8px;justify-content:center;text-align:center;padding:22px 16px}
}

/* Product image contrast fix: light garments remain visible on the light site */
.product-media{background:#c8c7c1;border:1px solid rgba(0,0,0,.08);}
.product-media>img{object-fit:cover;}
