:root{--forest:#173a32;--forest2:#102a24;--ivory:#f4efea;--paper:#fffdfa;--blush:#e1c3b5;--copper:#b77c65;--brown:#422110;--ink:#181815;--muted:#6e6963;--line:#ded7d0;--serif:"Cormorant Garamond",Georgia,serif;--sans:Inter,system-ui,sans-serif;--shadow:0 18px 60px rgba(31,22,14,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.5}button,input,select,textarea{font:inherit}button,a{touch-action:manipulation}a{color:inherit;text-decoration:none}img{display:block;width:100%}.skip{position:fixed;top:-80px;left:1rem;z-index:100;background:#fff;padding:.8rem}.skip:focus{top:1rem}.announce{height:32px;background:var(--forest2);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;font-size:.72rem;letter-spacing:.02em}.header{position:sticky;top:0;z-index:40;background:rgba(255,253,250,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(66,33,16,.1)}.nav{height:76px;max-width:1440px;margin:auto;padding:0 5vw;display:grid;grid-template-columns:220px 1fr 220px;align-items:center}.brand img{width:150px;height:55px;object-fit:contain}.navlinks{display:flex;gap:2rem;justify-content:center;font-size:.82rem}.navicons{display:flex;justify-content:flex-end;gap:.45rem}.iconbtn{border:0;background:transparent;padding:.6rem;cursor:pointer;position:relative}.iconbtn svg{width:22px;height:22px;stroke-width:1.5}.count{position:absolute;right:1px;top:2px;background:var(--forest);color:#fff;border-radius:99px;font-size:.62rem;min-width:17px;height:17px;display:grid;place-items:center}.mobile-only{display:none}.container{width:min(1180px,90vw);margin:auto}.hero{height:min(670px,75vh);min-height:540px;position:relative;background:var(--blush) url('/assets/hero.png') center/cover no-repeat;display:flex;align-items:center}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(244,239,234,.9) 0%,rgba(244,239,234,.64) 34%,transparent 62%)}.hero-copy{position:relative;z-index:1;width:min(1180px,90vw);margin:auto}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.72rem;color:var(--forest);font-weight:600}.hero h1,.page-title,.section-title{font-family:var(--serif);font-weight:500;line-height:.94;margin:.5rem 0}.hero h1{font-size:clamp(3.4rem,6vw,6.4rem);max-width:680px}.hero p{max-width:440px}.actions{display:flex;gap:.75rem;margin-top:1.6rem;flex-wrap:wrap}.btn{border:1px solid var(--forest);background:var(--forest);color:#fff;min-height:46px;padding:.75rem 1.35rem;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn:hover{background:var(--forest2)}.btn.secondary{background:transparent;color:var(--ink);border-color:#6f6962}.btn.light{background:#fff;color:var(--ink);border-color:#fff}.btn.wide{width:100%}.section{padding:5rem 0}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:1.5rem}.section-title{font-size:clamp(2.2rem,4vw,3.4rem)}.section-kicker{color:var(--muted);margin:.2rem 0}.categories{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.category{height:310px;position:relative;overflow:hidden}.category img{height:100%;object-fit:cover;transition:.5s}.category:hover img{transform:scale(1.025)}.category-copy{position:absolute;inset:auto 0 0;background:rgba(244,239,234,.9);padding:1rem 1.1rem;display:flex;justify-content:space-between;align-items:center}.category strong{font-size:.78rem;letter-spacing:.08em}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}.product-card{position:relative;min-width:0}.product-image{aspect-ratio:4/5;background:#eee;overflow:hidden;position:relative}.product-image img{height:100%;object-fit:cover;transition:.45s}.product-card:hover .product-image img{transform:scale(1.02)}.badge{position:absolute;left:.65rem;top:.65rem;background:var(--forest);color:#fff;padding:.25rem .5rem;font-size:.68rem}.heart{position:absolute;right:.55rem;top:.5rem;border:0;background:rgba(255,255,255,.85);border-radius:50%;width:36px;height:36px;cursor:pointer;font-size:1.15rem}.heart.active{color:#9a2539}.product-info{padding:.8rem .05rem}.product-name{font-size:.88rem;margin:0 0 .2rem}.price{font-weight:600;font-size:.9rem}.editorial{display:grid;grid-template-columns:1.1fr .9fr;background:var(--forest);color:#fff}.editorial img{height:520px;object-fit:cover}.editorial-copy{padding:clamp(2rem,6vw,5rem);display:flex;flex-direction:column;justify-content:center}.editorial h2{font:500 clamp(3rem,5vw,5rem)/.92 var(--serif);margin:0 0 1rem}.why{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.reason{border-top:1px solid var(--line);padding:1.4rem 0}.reason span{display:block;font-size:1.6rem;margin-bottom:.8rem}.newsletter{background:var(--ivory);padding:3rem 0}.newsletter .container{display:flex;align-items:center;justify-content:space-between;gap:2rem}.newsletter h2{font:500 2rem var(--serif);margin:0}.subscribe{display:flex;min-width:min(520px,100%)}.subscribe input{flex:1;border:1px solid #777;padding:.8rem;background:#fff}.footer{background:var(--forest2);color:#fff;padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:3rem}.footer-logo{filter:brightness(0) invert(1);width:180px}.footer h4{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em}.footer a{display:block;color:#e8e2dc;font-size:.8rem;margin:.5rem 0}.copyright{border-top:1px solid rgba(255,255,255,.15);margin-top:3rem;padding-top:1.4rem;font-size:.72rem;color:#cec9c4}.page{padding:4rem 0 6rem}.page-title{font-size:clamp(3rem,6vw,5rem)}.shopbar{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin:2rem 0}.chips{display:flex;gap:.5rem;overflow:auto;padding-bottom:.2rem}.chip{white-space:nowrap;border:1px solid var(--line);background:#fff;padding:.6rem 1rem;border-radius:99px;cursor:pointer}.chip.active{background:var(--forest);color:#fff}.shop-tools{display:flex;gap:.5rem}.shop-tools select,.field input,.field select,.field textarea,.promo input{border:1px solid var(--line);background:#fff;padding:.75rem;width:100%}.filter-layout{display:grid;grid-template-columns:220px 1fr;gap:2rem}.filters{border-top:1px solid var(--line)}.filter-group{border-bottom:1px solid var(--line);padding:1.2rem 0}.filter-group h3{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em}.filter-group label{display:flex;gap:.6rem;margin:.55rem 0;font-size:.85rem}.results-note{color:var(--muted);font-size:.85rem}.product-detail{display:grid;grid-template-columns:1.2fr .8fr;gap:5vw}.gallery-main{aspect-ratio:4/5}.gallery-main img{height:100%;object-fit:cover}.detail-copy{position:sticky;top:120px;align-self:start}.detail-copy h1{font:500 clamp(2.7rem,4vw,4.2rem)/1 var(--serif);margin:.4rem 0}.detail-price{font-size:1.3rem;margin:1rem 0}.swatches,.sizes{display:flex;gap:.6rem;margin:.7rem 0 1.5rem}.swatch{width:34px;height:34px;border-radius:50%;border:2px solid #fff;outline:1px solid var(--line)}.size{min-width:45px;padding:.65rem;border:1px solid var(--line);background:#fff}.size.active{background:var(--forest);color:#fff}.divider{height:1px;background:var(--line);margin:1.5rem 0}.cart-layout,.checkout-layout{display:grid;grid-template-columns:1.3fr .7fr;gap:4rem}.cart-row{display:grid;grid-template-columns:110px 1fr auto;gap:1rem;padding:1.2rem 0;border-bottom:1px solid var(--line)}.cart-row img{width:110px;height:138px;object-fit:cover}.qty{display:flex;align-items:center;margin-top:.8rem}.qty button,.qty span{width:36px;height:34px;border:1px solid var(--line);background:#fff;display:grid;place-items:center}.summary{background:var(--ivory);padding:1.5rem;height:max-content}.sumrow{display:flex;justify-content:space-between;margin:.8rem 0}.total{font-size:1.25rem;border-top:1px solid var(--line);padding-top:1rem}.empty{text-align:center;padding:7rem 1rem}.empty h2{font:500 3rem var(--serif)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.field label{display:block;font-size:.8rem;margin-bottom:.35rem}.field.full{grid-column:1/-1}.field small{color:#a43838}.steps{display:flex;align-items:start;margin:1.5rem 0 3rem}.step{flex:1;text-align:center;font-size:.68rem;position:relative}.step:before{content:attr(data-step);width:30px;height:30px;border:1px solid var(--muted);border-radius:50%;display:grid;place-items:center;margin:0 auto .4rem;background:#fff;position:relative;z-index:1}.step:not(:last-child):after{content:"";position:absolute;top:15px;left:55%;right:-45%;height:1px;background:var(--line)}.step.active:before,.step.done:before{background:var(--forest);color:#fff;border-color:var(--forest)}.payment-option{display:flex;gap:1rem;padding:1rem;border:1px solid var(--line);margin:.8rem 0;cursor:pointer}.payment-option.active{border:2px solid var(--forest)}.success{text-align:center;max-width:600px;margin:3rem auto}.check{width:70px;height:70px;border-radius:50%;background:#389a63;color:#fff;display:grid;place-items:center;font-size:2rem;margin:auto}.success h1{font:500 3.5rem var(--serif)}.orderbox{background:var(--ivory);padding:1.5rem;margin:2rem 0}.drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.28);z-index:70;opacity:0;pointer-events:none;transition:.25s}.drawer{position:fixed;z-index:80;right:0;top:0;bottom:0;width:min(420px,92vw);background:var(--paper);padding:2rem;transform:translateX(100%);transition:.3s;overflow:auto}.drawer.open{transform:none}.drawer-backdrop.open{opacity:1;pointer-events:auto}.drawer-head{display:flex;justify-content:space-between;align-items:center}.drawer h2{font:500 2.3rem var(--serif)}.searchbox{font:500 2rem var(--serif);width:100%;border:0;border-bottom:1px solid var(--ink);padding:.7rem 0;background:transparent}.policy{max-width:760px}.policy h2{font:500 2rem var(--serif);margin-top:2rem}.notfound{text-align:center;padding:8rem 1rem}.notfound h1{font:500 6rem var(--serif);margin:0}.toast-show{position:fixed;z-index:100;bottom:2rem;left:50%;transform:translateX(-50%);background:var(--forest);color:#fff;padding:.9rem 1.2rem;box-shadow:var(--shadow)}
@media(max-width:820px){.announce{justify-content:center}.announce span:last-child{display:none}.nav{height:65px;grid-template-columns:1fr auto 1fr;padding:0 1rem}.brand{justify-self:center}.brand img{width:124px}.navlinks{display:none}.navicons .desktop-only{display:none}.mobile-only{display:inline-flex}.navicons{gap:0}.hero{height:610px;min-height:0;background-position:64% center;align-items:end}.hero:after{background:linear-gradient(0deg,rgba(244,239,234,.95) 0%,rgba(244,239,234,.72) 38%,transparent 72%)}.hero-copy{padding-bottom:2.3rem}.hero h1{font-size:3.35rem;max-width:390px}.hero p{max-width:360px;font-size:.9rem}.section{padding:3.2rem 0}.section-head{align-items:center}.categories{grid-template-columns:repeat(2,1fr)}.category{height:250px}.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.editorial{grid-template-columns:1fr}.editorial img{height:430px}.editorial-copy{min-height:330px}.why{grid-template-columns:repeat(2,1fr)}.newsletter .container{display:block}.subscribe{margin-top:1.5rem}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.filter-layout{display:block}.filters{display:none}.shopbar{align-items:start;flex-direction:column}.product-detail,.cart-layout,.checkout-layout{grid-template-columns:1fr;gap:2rem}.detail-copy{position:static}.cart-row{grid-template-columns:90px 1fr auto}.cart-row img{width:90px;height:115px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.summary{order:2}.page{padding-top:2.3rem}.page-title{font-size:3.2rem}.container{width:min(92vw,700px)}}
@media(max-width:430px){.categories{display:flex;overflow:auto}.category{min-width:72vw}.hero h1{font-size:3rem}.why{grid-template-columns:1fr 1fr}.reason{font-size:.82rem}.footer-grid{gap:2rem}.product-name{font-size:.8rem}.price{font-size:.82rem}.btn{padding:.72rem 1rem}.steps{margin-bottom:2rem}.step{font-size:.56rem}.step:before{width:27px;height:27px}.step:not(:last-child):after{top:13px}}
.brand img{width:170px;height:auto;max-height:55px}.footer-logo{width:180px;height:auto;filter:none}@media(max-width:820px){.brand img{width:130px;max-height:48px}}
