@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";
:root{--color-bg:#fff;--color-bg-soft:#f8f7f5;--color-bg-muted:#f0efe9;--color-text:#0a0a0a;--color-text-muted:#5a5a5a;--color-text-light:#9a9a9a;--color-accent-warm:#c9b99a;--color-border:#e8e6e2;--color-border-dark:#c4c0ba;--font-sans:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--nav-height:84px;--transition:.3s cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul,ol{list-style:none}.heading-xl{letter-spacing:-.03em;font-size:clamp(3rem,6vw,5.5rem);font-weight:300;line-height:1.05}.heading-lg{letter-spacing:-.02em;font-size:clamp(2rem,3.5vw,3.2rem);font-weight:300;line-height:1.1}.heading-md{letter-spacing:-.01em;font-size:clamp(1.3rem,2.2vw,1.9rem);font-weight:400}.heading-sm{letter-spacing:.04em;font-size:1.05rem;font-weight:500}.label{letter-spacing:.18em;text-transform:uppercase;color:var(--color-text-muted);font-size:.7rem;font-weight:500}.container{max-width:1380px;margin:0 auto;padding:0 2.5rem}.container-narrow{max-width:860px;margin:0 auto;padding:0 2rem}.section-pad{padding:6rem 0}.section-pad-sm{padding:4rem 0}.divider{background:var(--color-border);width:100%;height:1px}.btn{letter-spacing:.14em;text-transform:uppercase;transition:all var(--transition);justify-content:center;align-items:center;gap:.5rem;padding:.85rem 2.2rem;font-size:.75rem;font-weight:500;display:inline-flex}.btn-primary{background:var(--color-text);color:#fff;border:1.5px solid var(--color-text)}.btn-primary:hover{color:var(--color-text);background:0 0}.btn-outline{color:var(--color-text);border:1.5px solid var(--color-text);background:0 0}.btn-outline:hover{background:var(--color-text);color:#fff}.btn-ghost{color:var(--color-text);background:0 0;border-bottom:1px solid;padding-left:0;padding-right:0}.btn-ghost:hover{opacity:.55}.btn-white{color:var(--color-text);background:#fff;border:1.5px solid #fff}.btn-white:hover{color:#fff;background:0 0}.badge{letter-spacing:.1em;text-transform:uppercase;background:var(--color-text);color:#fff;padding:.22rem .6rem;font-size:.62rem;font-weight:600;display:inline-block}.badge-warm{background:var(--color-accent-warm);color:var(--color-text)}.reveal{opacity:0;transition:opacity .75s,transform .75s;transform:translateY(36px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.product-card{cursor:pointer;display:block;position:relative}.product-card__image-wrap{aspect-ratio:3/4;background:var(--color-bg-soft);position:relative;overflow:hidden}.product-card__image-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-card__image-wrap img{transform:scale(1.05)}.product-card__info{padding:1.1rem 0 .4rem}.product-card__category{letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:.3rem;font-size:.68rem;font-weight:500}.product-card__name{margin-bottom:.4rem;font-size:.9rem;font-weight:500}.product-card__price{font-size:.9rem;font-weight:600}.product-card__actions{background:var(--color-text);color:#fff;text-align:center;letter-spacing:.12em;text-transform:uppercase;opacity:0;transition:all var(--transition);padding:.85rem;font-size:.7rem;font-weight:500;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.product-card:hover .product-card__actions{opacity:1;transform:translateY(0)}.accordion-item{border-top:1px solid var(--color-border)}.accordion-item:last-child{border-bottom:1px solid var(--color-border)}.accordion-trigger{letter-spacing:.08em;text-transform:uppercase;cursor:pointer;text-align:left;width:100%;transition:opacity var(--transition);background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.2rem 0;font-size:.8rem;font-weight:500;display:flex}.accordion-trigger:hover{opacity:.6}.accordion-icon{flex-shrink:0;width:18px;height:18px;position:relative}.accordion-icon:before,.accordion-icon:after{content:"";background:var(--color-text);position:absolute}.accordion-icon:before{width:12px;height:1.5px;top:50%;left:50%;transform:translate(-50%,-50%)}.accordion-icon:after{width:1.5px;height:12px;transition:transform var(--transition);top:50%;left:50%;transform:translate(-50%,-50%)}.accordion-trigger[aria-expanded=true] .accordion-icon:after{transform:translate(-50%,-50%)rotate(90deg)}.accordion-content{max-height:0;transition:max-height .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.accordion-content.open{max-height:800px}.accordion-body{color:var(--color-text-muted);padding:0 0 1.5rem;font-size:.88rem;line-height:1.85}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--color-bg-soft)}::-webkit-scrollbar-thumb{background:var(--color-border-dark);border-radius:3px}@media (max-width:900px){.section-pad{padding:4rem 0}.container{padding:0 1.5rem}}@media (max-width:600px){.container{padding:0 1.1rem}.btn{padding:.75rem 1.6rem;font-size:.72rem}}
.Header-module__lnUIdW__header{z-index:100;height:var(--nav-height);color:#1a1a1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff6;align-items:center;padding:0 2.5rem;transition:background .45s,box-shadow .45s,color .45s;display:flex;position:fixed;top:0;left:0;right:0}.Header-module__lnUIdW__scrolled{-webkit-backdrop-filter:blur(16px)saturate(180%);backdrop-filter:blur(16px)saturate(180%);color:#1a1a1a;background:#fffffff5;box-shadow:0 1px #00000014}.Header-module__lnUIdW__inner{justify-content:space-between;align-items:center;width:100%;max-width:1380px;margin:0 auto;display:flex}.Header-module__lnUIdW__navLeft,.Header-module__lnUIdW__navRight{flex:1;align-items:center;gap:2.2rem;display:flex}.Header-module__lnUIdW__navRight{justify-content:flex-end}.Header-module__lnUIdW__logo{color:inherit;flex:none;justify-content:center;align-items:center;text-decoration:none;transition:transform .3s,opacity .2s;display:flex}.Header-module__lnUIdW__logo:hover{opacity:.85;transform:scale(1.02)}.Header-module__lnUIdW__link{letter-spacing:.16em;text-transform:uppercase;color:inherit;opacity:.85;font-size:.72rem;font-weight:600;transition:opacity .2s}.Header-module__lnUIdW__link:hover{opacity:1}.Header-module__lnUIdW__cartBtn{color:inherit;justify-content:center;align-items:center;padding:.35rem;transition:opacity .2s;display:flex;position:relative}.Header-module__lnUIdW__cartBtn:hover{opacity:.8}.Header-module__lnUIdW__cartBadge{color:#fff;background:#1a1a1a;border-radius:50%;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 3px;font-size:.62rem;font-weight:700;display:flex;position:absolute;top:-2px;right:-6px}.Header-module__lnUIdW__burger{color:inherit;cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:5px;display:none}.Header-module__lnUIdW__burger span{background:currentColor;width:22px;height:1.5px;display:block}.Header-module__lnUIdW__menu{z-index:200;color:#1a1a1a;opacity:0;pointer-events:none;background:#fff;flex-direction:column;justify-content:center;align-items:center;transition:opacity .4s;display:flex;position:fixed;inset:0}.Header-module__lnUIdW__menuOpen{opacity:1;pointer-events:all}.Header-module__lnUIdW__close{cursor:pointer;color:#1a1a1a;background:0 0;border:none;font-size:1.8rem;font-weight:300;line-height:1;transition:opacity .2s;position:absolute;top:1.5rem;right:2rem}.Header-module__lnUIdW__close:hover{opacity:.4}.Header-module__lnUIdW__menuNav{flex-direction:column;align-items:center;gap:.25rem;display:flex}.Header-module__lnUIdW__menuLink{letter-spacing:-.02em;opacity:0;color:#1a1a1a;font-size:clamp(2.8rem,6vw,4.5rem);font-weight:300;line-height:1.35;transition:opacity .5s,transform .5s,color .2s;transform:translateY(20px)}.Header-module__lnUIdW__menuOpen .Header-module__lnUIdW__menuLink{opacity:1;transform:translateY(0)}.Header-module__lnUIdW__menuLink:hover{opacity:.35}.Header-module__lnUIdW__menuTagline{color:#00000080;position:absolute;bottom:2.5rem}@media (max-width:768px){.Header-module__lnUIdW__navLeft,.Header-module__lnUIdW__navRight .Header-module__lnUIdW__link{display:none}.Header-module__lnUIdW__burger{display:flex}.Header-module__lnUIdW__header{padding:0 1.25rem}}
.Footer-module__3hUVsW__footer{background:var(--color-bg-soft)}.Footer-module__3hUVsW__values{padding:1.5rem 0}.Footer-module__3hUVsW__valuesInner{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;display:flex}.Footer-module__3hUVsW__value{letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);align-items:center;gap:.5rem;font-size:.72rem;font-weight:500;display:flex}.Footer-module__3hUVsW__main{grid-template-columns:1.2fr 2fr;gap:4rem;padding:4rem 0;display:grid}.Footer-module__3hUVsW__brand{flex-direction:column;gap:1.1rem;display:flex}.Footer-module__3hUVsW__logo{letter-spacing:.1em;text-transform:uppercase;font-size:1.2rem;font-weight:700}.Footer-module__3hUVsW__tagline{color:var(--color-text-muted);font-size:.88rem;line-height:1.7}.Footer-module__3hUVsW__ig{letter-spacing:.1em;text-transform:uppercase;opacity:.7;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.72rem;font-weight:500;transition:opacity .2s;display:inline-flex}.Footer-module__3hUVsW__ig:hover{opacity:1}.Footer-module__3hUVsW__cols{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Footer-module__3hUVsW__colHead{letter-spacing:.16em;text-transform:uppercase;margin-bottom:1.2rem;font-size:.68rem;font-weight:600}.Footer-module__3hUVsW__colLink{color:var(--color-text-muted);padding:.28rem 0;font-size:.85rem;transition:color .2s;display:block}.Footer-module__3hUVsW__colLink:hover{color:var(--color-text)}.Footer-module__3hUVsW__bottom{justify-content:space-between;align-items:center;padding:1.5rem 0;display:flex}.Footer-module__3hUVsW__copy,.Footer-module__3hUVsW__domain{color:var(--color-text-light);letter-spacing:.06em;font-size:.72rem}@media (max-width:900px){.Footer-module__3hUVsW__main{grid-template-columns:1fr;gap:2.5rem}.Footer-module__3hUVsW__cols{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.Footer-module__3hUVsW__valuesInner{gap:1rem}.Footer-module__3hUVsW__cols{grid-template-columns:1fr 1fr}.Footer-module__3hUVsW__bottom{flex-direction:column;gap:.5rem}}
.Preloader-module__-PvIBG__preloader{color:#111;z-index:99999;background-color:#faf9f6;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .8s cubic-bezier(.77,0,.175,1),visibility .8s;display:flex;position:fixed;top:0;left:0;overflow:hidden}.Preloader-module__-PvIBG__hidden{opacity:0;visibility:hidden;pointer-events:none}.Preloader-module__-PvIBG__content{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;display:flex}.Preloader-module__-PvIBG__tagline{letter-spacing:.25em;text-transform:uppercase;color:#8c734b;font-size:.75rem;font-weight:500}.Preloader-module__-PvIBG__progressTrack{background:#1111111a;border-radius:4px;width:180px;height:2px;margin-top:.8rem;position:relative;overflow:hidden}.Preloader-module__-PvIBG__progressBar{background:linear-gradient(90deg,#8c734b,#111);width:0%;height:100%;transition:width .1s linear}
.CartDrawer-module__IlD0ia__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;opacity:0;pointer-events:none;background:#00000080;transition:opacity .35s;position:fixed;inset:0}.CartDrawer-module__IlD0ia__backdropOpen{opacity:1;pointer-events:all}.CartDrawer-module__IlD0ia__drawer{color:#1a1a1a;z-index:1000;background:#fff;flex-direction:column;width:100%;max-width:440px;transition:transform .38s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-8px 0 30px #00000026}.CartDrawer-module__IlD0ia__drawerOpen{transform:translate(0)}.CartDrawer-module__IlD0ia__header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:1.5rem 1.8rem;display:flex}.CartDrawer-module__IlD0ia__title{letter-spacing:-.01em;font-size:1.15rem;font-weight:600}.CartDrawer-module__IlD0ia__closeBtn{color:#555;cursor:pointer;background:0 0;border:none;padding:.2rem .5rem;font-size:1.4rem;line-height:1;transition:color .2s}.CartDrawer-module__IlD0ia__closeBtn:hover{color:#000}.CartDrawer-module__IlD0ia__freeShipBanner{color:#a38056;text-align:center;background:#fbf8f3;border-bottom:1px solid #a3805626;padding:.8rem 1.8rem;font-size:.78rem;font-weight:500}.CartDrawer-module__IlD0ia__itemsList{flex-direction:column;flex:1;gap:1.25rem;padding:1.5rem 1.8rem;display:flex;overflow-y:auto}.CartDrawer-module__IlD0ia__emptyState{color:#777;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;padding:2rem;display:flex}.CartDrawer-module__IlD0ia__itemCard{border-bottom:1px solid #f0efe9;gap:1rem;padding-bottom:1.25rem;display:flex}.CartDrawer-module__IlD0ia__itemImg{background:#f8f7f5;border-radius:6px;flex-shrink:0;width:72px;height:72px;position:relative;overflow:hidden}.CartDrawer-module__IlD0ia__itemDetails{flex-direction:column;flex:1;justify-content:space-between;display:flex}.CartDrawer-module__IlD0ia__itemName{color:#111;font-size:.92rem;font-weight:600;line-height:1.3}.CartDrawer-module__IlD0ia__itemMeta{color:#777;margin-top:.2rem;font-size:.76rem}.CartDrawer-module__IlD0ia__itemPrice{color:#111;margin-top:.3rem;font-size:.9rem;font-weight:600}.CartDrawer-module__IlD0ia__itemActions{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.CartDrawer-module__IlD0ia__qtyGroup{border:1px solid #e0ddd7;border-radius:4px;align-items:center;display:inline-flex;overflow:hidden}.CartDrawer-module__IlD0ia__qtyBtn{color:#333;cursor:pointer;background:#fbf9f6;border:none;justify-content:center;align-items:center;width:26px;height:26px;font-size:.85rem;transition:background .2s;display:flex}.CartDrawer-module__IlD0ia__qtyBtn:hover{background:#ece8e0}.CartDrawer-module__IlD0ia__qtyNum{text-align:center;width:30px;font-size:.8rem;font-weight:600}.CartDrawer-module__IlD0ia__removeBtn{color:#999;cursor:pointer;background:0 0;border:none;font-size:.75rem;text-decoration:underline;transition:color .2s}.CartDrawer-module__IlD0ia__removeBtn:hover{color:#e53935}.CartDrawer-module__IlD0ia__footer{border-top:1px solid var(--color-border);background:#faf9f6;flex-direction:column;gap:1rem;padding:1.5rem 1.8rem;display:flex}.CartDrawer-module__IlD0ia__subtotalRow{color:#111;justify-content:space-between;align-items:center;font-size:1.05rem;font-weight:600;display:flex}.CartDrawer-module__IlD0ia__checkoutBtn{color:#fff;letter-spacing:.16em;text-transform:uppercase;cursor:pointer;text-align:center;background:#111;border:1px solid #111;border-radius:4px;width:100%;padding:.95rem;font-size:.8rem;font-weight:600;transition:all .3s;display:block}.CartDrawer-module__IlD0ia__checkoutBtn:hover{background:#8c734b;border-color:#8c734b}.CartDrawer-module__IlD0ia__note{color:#888;text-align:center;font-size:.72rem}
