@import "https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap";
:root{--color-bg:#f8f5f0;--color-bg-white:#fff;--color-bg-warm:#f0ebe3;--color-text:#1a1a1a;--color-text-light:#6b6b6b;--color-text-muted:#9a9a9a;--color-accent:#d4c5b2;--color-accent-dark:#b8a898;--color-border:#e5e0d8;--color-border-light:#f0ebe3;--color-blue:#3d4f5f;--color-success:#4a7c59;--color-warning:#c4943d;--color-error:#a63d40;--color-overlay:#0006;--font-heading:"Barlow Condensed",sans-serif;--font-body:"Inter",sans-serif;--nav-height:72px;--container-max:1440px;--container-padding:40px;--grid-gap:20px;--transition-fast:.2s ease;--transition-base:.3s ease;--transition-slow:.5s ease;--radius-sm:2px;--radius-md:4px;--radius-lg:8px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-body);color:var(--color-text);background-color:var(--color-bg);font-weight:300;line-height:1.6;overflow-x:hidden}a{color:inherit;transition:opacity var(--transition-fast);text-decoration:none}a:hover{opacity:.7}img{max-width:100%;height:auto;display:block}button{font-family:var(--font-body);cursor:pointer;font-size:inherit;background:0 0;border:none}ul,ol{list-style:none}input,textarea,select{font-family:var(--font-body);font-size:inherit;background:0 0;border:none;outline:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:.02em;text-transform:uppercase;font-weight:600;line-height:1.1}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(1.8rem,3.5vw,2.8rem)}h3{font-size:clamp(1.2rem,2vw,1.6rem)}.container{max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.section{padding:100px 0}.section--compact{padding:60px 0}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.text-center{text-align:center}.text-muted{color:var(--color-text-muted)}.btn{font-family:var(--font-heading);letter-spacing:.15em;text-transform:uppercase;transition:all var(--transition-base);cursor:pointer;justify-content:center;align-items:center;gap:8px;padding:14px 40px;font-size:.85rem;font-weight:500;display:inline-flex}.btn--primary{background-color:var(--color-text);color:var(--color-bg);border:1px solid var(--color-text)}.btn--primary:hover{color:var(--color-text);opacity:1;background-color:#0000}.btn--secondary{color:var(--color-text);border:1px solid var(--color-text);background-color:#0000}.btn--secondary:hover{background-color:var(--color-text);color:var(--color-bg);opacity:1}.btn--small{padding:10px 24px;font-size:.75rem}.product-grid{gap:var(--grid-gap);grid-template-columns:repeat(3,1fr);display:grid}@media (max-width:1024px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.product-grid{grid-template-columns:1fr;gap:30px}}.page-enter{animation:.4s forwards fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideOutRight{0%{transform:translate(0)}to{transform:translate(100%)}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-accent-dark);border-radius:3px}@media (max-width:768px){:root{--container-padding:20px;--nav-height:60px;--grid-gap:12px}.section{padding:60px 0}}
.Header-module__Af2_WG__header{z-index:1000;-webkit-backdrop-filter:blur(12px);transition:all var(--transition-base);height:var(--nav-height);background:#f8f5f0e6;position:fixed;top:0;left:0;right:0}.Header-module__Af2_WG__header.Header-module__Af2_WG__scrolled{box-shadow:0 1px 0 var(--color-border);background:#f8f5f0fa}.Header-module__Af2_WG__inner{height:100%;max-width:var(--container-max);padding:0 var(--container-padding);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Header-module__Af2_WG__logo{flex-direction:column;align-items:center;gap:0;line-height:1;text-decoration:none;display:flex;position:absolute;left:50%;transform:translate(-50%)}.Header-module__Af2_WG__logo:hover{opacity:1}.Header-module__Af2_WG__logoText{font-family:var(--font-heading);letter-spacing:.25em;color:var(--color-text);font-size:1.15rem;font-weight:700;line-height:1.15}.Header-module__Af2_WG__desktopNav,.Header-module__Af2_WG__rightSection{align-items:center;gap:32px;display:flex}.Header-module__Af2_WG__navLink{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:var(--color-text);transition:opacity var(--transition-fast);font-size:.75rem;font-weight:400;text-decoration:none;position:relative}.Header-module__Af2_WG__navLink:after{content:"";background:var(--color-text);width:0;height:1px;transition:width var(--transition-base);position:absolute;bottom:-4px;left:0}.Header-module__Af2_WG__navLink:hover{opacity:1}.Header-module__Af2_WG__navLink:hover:after{width:100%}.Header-module__Af2_WG__actions{align-items:center;gap:16px;display:flex}.Header-module__Af2_WG__actionBtn{width:40px;height:40px;color:var(--color-text);transition:opacity var(--transition-fast);justify-content:center;align-items:center;display:flex;position:relative}.Header-module__Af2_WG__actionBtn:hover{opacity:.6}.Header-module__Af2_WG__badge{background:var(--color-text);width:16px;height:16px;color:var(--color-bg);border-radius:50%;justify-content:center;align-items:center;font-size:.6rem;font-weight:600;display:flex;position:absolute;top:2px;right:2px}.Header-module__Af2_WG__menuToggle{z-index:1001;justify-content:center;align-items:center;width:40px;height:40px;display:none}.Header-module__Af2_WG__hamburger{flex-direction:column;gap:6px;width:22px;display:flex}.Header-module__Af2_WG__hamburger span{background:var(--color-text);width:100%;height:1.5px;transition:all var(--transition-base);display:block}.Header-module__Af2_WG__hamburger.Header-module__Af2_WG__open span:first-child{transform:rotate(45deg)translate(2.5px,2.5px)}.Header-module__Af2_WG__hamburger.Header-module__Af2_WG__open span:last-child{transform:rotate(-45deg)translate(2.5px,-2.5px)}.Header-module__Af2_WG__mobileOverlay{background:var(--color-overlay);z-index:900;opacity:0;pointer-events:none;transition:opacity var(--transition-base);position:fixed;inset:0}.Header-module__Af2_WG__overlayOpen{opacity:1;pointer-events:auto}.Header-module__Af2_WG__mobileNav{background:var(--color-bg);z-index:950;width:320px;max-width:85vw;transition:transform var(--transition-slow);flex-direction:column;justify-content:space-between;padding:100px 40px 40px;display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.Header-module__Af2_WG__mobileNavOpen{transform:translate(0)}.Header-module__Af2_WG__mobileNavInner{flex-direction:column;gap:0;display:flex}.Header-module__Af2_WG__mobileNavLink{font-family:var(--font-heading);letter-spacing:.05em;text-transform:uppercase;color:var(--color-text);opacity:0;border-bottom:1px solid var(--color-border-light);padding:12px 0;font-size:1.8rem;font-weight:600;text-decoration:none;animation:.3s forwards Header-module__Af2_WG__fadeSlideIn}.Header-module__Af2_WG__mobileNavLink:hover{opacity:.6}.Header-module__Af2_WG__mobileSocials{border-top:1px solid var(--color-border);gap:24px;padding-top:20px;display:flex}.Header-module__Af2_WG__mobileSocials a{letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-light);font-size:.7rem}@keyframes Header-module__Af2_WG__fadeSlideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@media (max-width:1024px){.Header-module__Af2_WG__desktopNav{display:none}.Header-module__Af2_WG__menuToggle{display:flex}.Header-module__Af2_WG__logo{position:static;transform:none}}
.Footer-module__EZoWya__footer{background:var(--color-text);color:var(--color-bg);margin-top:100px;padding:80px 0 40px}.Footer-module__EZoWya__container{max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.Footer-module__EZoWya__newsletter{text-align:center;border-bottom:1px solid #ffffff1a;margin-bottom:60px;padding-bottom:60px}.Footer-module__EZoWya__newsletterTitle{font-family:var(--font-heading);letter-spacing:.15em;text-transform:uppercase;color:var(--color-bg);margin-bottom:12px;font-size:1.5rem;font-weight:600}.Footer-module__EZoWya__newsletterText{color:#f8f5f099;margin-bottom:28px;font-size:.85rem;font-weight:300}.Footer-module__EZoWya__newsletterForm{max-width:420px;transition:border-color var(--transition-base);border-bottom:1px solid #ffffff4d;align-items:center;margin:0 auto;display:flex}.Footer-module__EZoWya__newsletterForm:focus-within{border-color:#ffffffb3}.Footer-module__EZoWya__newsletterInput{color:var(--color-bg);letter-spacing:.03em;flex:1;padding:12px 0;font-size:.85rem;font-weight:300}.Footer-module__EZoWya__newsletterInput::placeholder{color:#f8f5f066}.Footer-module__EZoWya__newsletterBtn{color:var(--color-bg);transition:opacity var(--transition-fast);padding:12px 16px;font-size:1.2rem}.Footer-module__EZoWya__newsletterBtn:hover{opacity:.6}.Footer-module__EZoWya__linksGrid{border-bottom:1px solid #ffffff1a;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:40px;padding-bottom:60px;display:grid}.Footer-module__EZoWya__linkColumn{flex-direction:column;gap:12px;display:flex}.Footer-module__EZoWya__columnTitle{font-family:var(--font-heading);letter-spacing:.2em;text-transform:uppercase;color:#f8f5f066;margin-bottom:8px;font-size:.75rem;font-weight:600}.Footer-module__EZoWya__link{color:#f8f5f0cc;transition:color var(--transition-fast);font-size:.85rem;font-weight:300;text-decoration:none}.Footer-module__EZoWya__link:hover{color:var(--color-bg);opacity:1}.Footer-module__EZoWya__bottom{justify-content:space-between;align-items:center;display:flex}.Footer-module__EZoWya__bottomLogo{font-family:var(--font-heading);letter-spacing:.25em;color:#f8f5f066;flex-direction:column;font-size:.75rem;font-weight:700;line-height:1.2;display:flex}.Footer-module__EZoWya__copyrightAndCredit{flex-direction:column;align-items:center;gap:6px;display:flex}.Footer-module__EZoWya__copyright,.Footer-module__EZoWya__credit{color:#f8f5f04d;font-size:.7rem;font-weight:300}.Footer-module__EZoWya__credit a{color:#f8f5f0b3;transition:color var(--transition-fast);text-decoration:underline}.Footer-module__EZoWya__credit a:hover{color:var(--color-bg)}.Footer-module__EZoWya__bottomLinks{gap:20px;display:flex}.Footer-module__EZoWya__bottomLinks a{color:#f8f5f04d;transition:color var(--transition-fast);font-size:.7rem;text-decoration:none}.Footer-module__EZoWya__bottomLinks a:hover{color:#f8f5f0b3;opacity:1}@media (max-width:768px){.Footer-module__EZoWya__footer{margin-top:60px;padding:60px 0 30px}.Footer-module__EZoWya__linksGrid{grid-template-columns:1fr;gap:30px}.Footer-module__EZoWya__bottom{text-align:center;flex-direction:column;gap:16px}.Footer-module__EZoWya__bottomLogo{align-items:center}.Footer-module__EZoWya__bottomLinks{flex-wrap:wrap;justify-content:center}}
.CartDrawer-module__7HZXAW__overlay{background:var(--color-overlay);z-index:2000;opacity:0;pointer-events:none;transition:opacity var(--transition-base);position:fixed;inset:0}.CartDrawer-module__7HZXAW__overlayOpen{opacity:1;pointer-events:auto}.CartDrawer-module__7HZXAW__drawer{background:var(--color-bg);z-index:2001;width:420px;max-width:90vw;transition:transform var(--transition-slow);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.CartDrawer-module__7HZXAW__drawerOpen{transform:translate(0)}.CartDrawer-module__7HZXAW__header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:28px 30px;display:flex}.CartDrawer-module__7HZXAW__title{font-family:var(--font-heading);letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:8px;font-size:1rem;font-weight:600;display:flex}.CartDrawer-module__7HZXAW__count{font-family:var(--font-body);color:var(--color-text-muted);letter-spacing:0;text-transform:none;font-size:.8rem;font-weight:300}.CartDrawer-module__7HZXAW__closeBtn{color:var(--color-text-muted);transition:color var(--transition-fast);justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;display:flex}.CartDrawer-module__7HZXAW__closeBtn:hover{color:var(--color-text)}.CartDrawer-module__7HZXAW__empty{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:24px;padding:40px;display:flex}.CartDrawer-module__7HZXAW__emptyText{color:var(--color-text-muted);font-size:.9rem;font-weight:300}.CartDrawer-module__7HZXAW__items{flex:1;padding:20px 30px;overflow-y:auto}.CartDrawer-module__7HZXAW__item{border-bottom:1px solid var(--color-border-light);gap:16px;padding:20px 0;display:flex;position:relative}.CartDrawer-module__7HZXAW__itemImage{flex-shrink:0;justify-content:center;align-items:center;width:80px;height:100px;display:flex}.CartDrawer-module__7HZXAW__itemImageLetter{font-family:var(--font-heading);color:#ffffff4d;font-size:1.5rem;font-weight:700}.CartDrawer-module__7HZXAW__itemInfo{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.CartDrawer-module__7HZXAW__itemName{color:var(--color-text);font-size:.82rem;font-weight:400;text-decoration:none}.CartDrawer-module__7HZXAW__itemName:hover{opacity:.7}.CartDrawer-module__7HZXAW__itemMeta{color:var(--color-text-muted);gap:6px;font-size:.7rem;display:flex}.CartDrawer-module__7HZXAW__itemBottom{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.CartDrawer-module__7HZXAW__quantity{border:1px solid var(--color-border);align-items:center;gap:0;display:flex}.CartDrawer-module__7HZXAW__qtyBtn{width:28px;height:28px;color:var(--color-text);transition:background var(--transition-fast);justify-content:center;align-items:center;font-size:.9rem;display:flex}.CartDrawer-module__7HZXAW__qtyBtn:hover{background:var(--color-border-light)}.CartDrawer-module__7HZXAW__qtyNum{border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;font-weight:400;display:flex}.CartDrawer-module__7HZXAW__itemPrice{color:var(--color-text);font-size:.8rem;font-weight:300}.CartDrawer-module__7HZXAW__removeBtn{color:var(--color-text-muted);transition:color var(--transition-fast);font-size:.65rem;position:absolute;top:20px;right:0}.CartDrawer-module__7HZXAW__removeBtn:hover{color:var(--color-error)}.CartDrawer-module__7HZXAW__footer{border-top:1px solid var(--color-border);padding:24px 30px}.CartDrawer-module__7HZXAW__totalRow{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.CartDrawer-module__7HZXAW__totalLabel{font-family:var(--font-heading);letter-spacing:.1em;text-transform:uppercase;font-size:.85rem;font-weight:600}.CartDrawer-module__7HZXAW__totalPrice{font-size:1rem;font-weight:400}.CartDrawer-module__7HZXAW__shipping{color:var(--color-text-muted);margin-bottom:20px;font-size:.7rem;font-weight:300}.CartDrawer-module__7HZXAW__checkoutBtn{width:100%}
