.Navbar-module__5kqVJq__header{z-index:1000;-webkit-backdrop-filter:blur(12px);transition:box-shadow .3s var(--ease), background .3s var(--ease), border-color .3s var(--ease);background:#fffffff7;border-bottom:1px solid #0000;position:sticky;top:0}.Navbar-module__5kqVJq__headerScrolled{border-bottom-color:var(--gray-200);box-shadow:0 1px 12px #00000014}.Navbar-module__5kqVJq__headerInner{max-width:var(--container-max);justify-content:space-between;align-items:center;height:72px;margin:0 auto;padding:0 24px;display:flex}.Navbar-module__5kqVJq__logo{flex-shrink:0;align-items:center;gap:12px;text-decoration:none;display:flex}.Navbar-module__5kqVJq__logoMark{background:var(--red);width:44px;height:44px;color:var(--white);font-family:var(--font-serif);border-radius:var(--radius-sm);letter-spacing:1px;justify-content:center;align-items:center;font-size:18px;font-weight:800;display:flex}.Navbar-module__5kqVJq__logoText{font-family:var(--font-sans);color:var(--navy);font-size:16px;font-weight:700;line-height:1.2}.Navbar-module__5kqVJq__desktopNav{flex-direction:column;align-items:center;gap:0;display:flex}.Navbar-module__5kqVJq__navListTier2{border-top:1px solid var(--gray-100);padding-top:2px}.Navbar-module__5kqVJq__navListTier2 .Navbar-module__5kqVJq__navLink{color:var(--navy);padding:6px 12px;font-size:13px}.Navbar-module__5kqVJq__navListTier2 .Navbar-module__5kqVJq__navLink:hover{color:var(--gold);background:#162b5b0a}.Navbar-module__5kqVJq__navList{align-items:center;gap:4px;display:flex}.Navbar-module__5kqVJq__navItem{position:relative}.Navbar-module__5kqVJq__navLink{color:var(--gray-700);cursor:pointer;border-radius:var(--radius-sm);transition:color .2s var(--ease), background .2s var(--ease);white-space:nowrap;font-size:14px;font-weight:600;font-family:var(--font-sans);background:0 0;border:none;align-items:center;gap:5px;padding:8px 16px;text-decoration:none;display:inline-flex}.Navbar-module__5kqVJq__navLink:hover{color:var(--red);background:var(--gray-50)}.Navbar-module__5kqVJq__navLinkActive{color:var(--red)}.Navbar-module__5kqVJq__chevron{transition:transform .2s var(--ease);opacity:.5}.Navbar-module__5kqVJq__dropdown{background:var(--white);border-radius:var(--radius-md);min-width:220px;box-shadow:var(--shadow-lg);border:1px solid var(--gray-200);animation:Navbar-module__5kqVJq__dropdownIn .15s var(--ease);padding:8px;position:absolute;top:100%;left:50%;transform:translate(-50%)}.Navbar-module__5kqVJq__dropdown:before{content:"";height:10px;position:absolute;top:-10px;left:0;right:0}@keyframes Navbar-module__5kqVJq__dropdownIn{0%{opacity:0;transform:translate(-50%)translateY(-4px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.Navbar-module__5kqVJq__dropdownLink{color:var(--gray-700);border-radius:var(--radius-sm);transition:background .15s var(--ease), color .15s var(--ease);padding:10px 16px;font-size:14px;font-weight:500;display:block}.Navbar-module__5kqVJq__dropdownLink:hover{background:var(--gray-50);color:var(--red)}.Navbar-module__5kqVJq__dropdownLogout{border-top:1px solid var(--gray-100);color:var(--gray-500);margin-top:4px;padding-top:12px;font-size:13px}.Navbar-module__5kqVJq__dropdownLogout:hover{color:var(--red)}.Navbar-module__5kqVJq__buildStamp{color:var(--gray-400);white-space:nowrap;flex-shrink:0;font-family:monospace;font-size:10px}.Navbar-module__5kqVJq__actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.Navbar-module__5kqVJq__donateBtn{color:var(--white);background:var(--red);border-radius:var(--radius-sm);letter-spacing:.5px;text-transform:uppercase;transition:background .2s var(--ease), transform .15s var(--ease);align-items:center;padding:9px 20px;font-size:13px;font-weight:700;display:inline-flex}.Navbar-module__5kqVJq__donateBtn:hover{background:var(--red-dark);transform:translateY(-1px)}.Navbar-module__5kqVJq__loginBtn{color:var(--gray-600);border:1px solid var(--gray-300);border-radius:var(--radius-sm);cursor:pointer;font-size:13px;font-weight:600;font-family:var(--font-sans);transition:border-color .2s var(--ease), color .2s var(--ease);background:0 0;align-items:center;gap:6px;padding:8px 16px;display:inline-flex}.Navbar-module__5kqVJq__loginBtn:hover{border-color:var(--navy);color:var(--navy)}.Navbar-module__5kqVJq__cartBtn{cursor:pointer;width:36px;height:36px;color:var(--gray-600);border-radius:var(--radius-sm);transition:color .2s var(--ease), background .2s var(--ease);background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex;position:relative}.Navbar-module__5kqVJq__cartBtn:hover{color:var(--navy);background:var(--gray-50)}.Navbar-module__5kqVJq__cartBadge{background:var(--red);min-width:18px;height:18px;color:var(--white);border-radius:999px;justify-content:center;align-items:center;padding:0 4px;font-size:10px;font-weight:700;line-height:1;display:flex;position:absolute;top:0;right:0}.Navbar-module__5kqVJq__hamburger{cursor:pointer;border-radius:var(--radius-sm);width:36px;height:36px;transition:background .2s var(--ease);background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;padding:6px;display:none}.Navbar-module__5kqVJq__hamburger:hover{background:var(--gray-50)}.Navbar-module__5kqVJq__hamburger span{background:var(--gray-700);width:100%;height:2px;transition:transform .25s var(--ease), opacity .2s var(--ease);border-radius:2px;display:block}.Navbar-module__5kqVJq__hamburgerOpen span:first-child{transform:translateY(7px)rotate(45deg)}.Navbar-module__5kqVJq__hamburgerOpen span:nth-child(2){opacity:0}.Navbar-module__5kqVJq__hamburgerOpen span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Navbar-module__5kqVJq__mobileNav{border-top:1px solid var(--gray-200);background:var(--white);max-height:calc(100vh - 64px);padding:16px 24px 24px;display:none;overflow-y:auto}.Navbar-module__5kqVJq__mobileNavGroup{border-bottom:1px solid var(--gray-100)}.Navbar-module__5kqVJq__mobileNavLink,.Navbar-module__5kqVJq__mobileNavBtn{width:100%;color:var(--gray-800);cursor:pointer;font-size:15px;font-weight:600;font-family:var(--font-sans);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:14px 0;text-decoration:none;display:flex}.Navbar-module__5kqVJq__mobileChevron{transition:transform .2s var(--ease);color:var(--gray-400)}.Navbar-module__5kqVJq__mobileChevronOpen{transform:rotate(180deg)}.Navbar-module__5kqVJq__mobileSubmenu{padding:0 0 12px 16px}.Navbar-module__5kqVJq__mobileSubLink{color:var(--gray-600);transition:color .15s var(--ease);padding:10px 0;font-size:14px;font-weight:500;display:block}.Navbar-module__5kqVJq__mobileSubLink:hover{color:var(--red)}.Navbar-module__5kqVJq__mobileLogout{color:var(--gray-500);border-top:1px solid var(--gray-100);margin-top:4px;padding-top:12px;font-size:13px}.Navbar-module__5kqVJq__mobileLogout:hover{color:var(--red)}.Navbar-module__5kqVJq__mobileDivider{background:var(--navy);opacity:.15;height:1px;margin:8px 0}.Navbar-module__5kqVJq__mobileActions{padding-top:20px}.Navbar-module__5kqVJq__mobileCartBtn{width:100%;color:var(--gray-600);border:1px solid var(--gray-300);border-radius:var(--radius-sm);cursor:pointer;font-size:14px;font-weight:600;font-family:var(--font-sans);transition:border-color .2s var(--ease), color .2s var(--ease);background:0 0;justify-content:center;align-items:center;gap:8px;margin-bottom:10px;padding:12px;display:flex}.Navbar-module__5kqVJq__mobileCartBtn:hover{border-color:var(--navy);color:var(--navy)}.Navbar-module__5kqVJq__mobileDonateBtn{text-align:center;width:100%;color:var(--white);background:var(--red);border-radius:var(--radius-sm);letter-spacing:.5px;text-transform:uppercase;padding:14px;font-size:14px;font-weight:700;display:block}.Navbar-module__5kqVJq__mobileLoginBtn{text-align:center;width:100%;color:var(--gray-600);border:1px solid var(--gray-300);border-radius:var(--radius-sm);transition:border-color .2s var(--ease), color .2s var(--ease);background:0 0;margin-top:10px;padding:12px;font-size:14px;font-weight:600;display:block}.Navbar-module__5kqVJq__mobileLoginBtn:hover{border-color:var(--navy);color:var(--navy)}@media (max-width:900px){.Navbar-module__5kqVJq__desktopNav,.Navbar-module__5kqVJq__actions,.Navbar-module__5kqVJq__buildStamp{display:none}.Navbar-module__5kqVJq__hamburger{display:flex}.Navbar-module__5kqVJq__mobileNav{display:block}.Navbar-module__5kqVJq__logoText{font-size:14px}.Navbar-module__5kqVJq__headerInner{height:64px}}
.SiteStatus-module__HuS8HG__statusRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-bottom:16px;display:flex}.SiteStatus-module__HuS8HG__statusLeft{align-items:center;gap:8px;display:flex}.SiteStatus-module__HuS8HG__dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.SiteStatus-module__HuS8HG__dot_green{background:#22c55e;box-shadow:0 0 4px #22c55e80}.SiteStatus-module__HuS8HG__dot_yellow{background:#eab308;box-shadow:0 0 4px #eab30880}.SiteStatus-module__HuS8HG__dot_red{background:#ef4444;animation:1.5s infinite SiteStatus-module__HuS8HG__blink;box-shadow:0 0 4px #ef444480}.SiteStatus-module__HuS8HG__dot_unknown{background:#ffffff4d}@keyframes SiteStatus-module__HuS8HG__blink{0%,to{opacity:1}50%{opacity:.4}}.SiteStatus-module__HuS8HG__statusText{color:#ffffff80;font-size:12px;font-weight:500}.SiteStatus-module__HuS8HG__checkedAt{color:#ffffff40;margin-left:4px;font-size:11px}.SiteStatus-module__HuS8HG__buildDate{color:#ffffff59;white-space:nowrap;font-size:11px}@media (max-width:768px){.SiteStatus-module__HuS8HG__statusRow{flex-direction:column;align-items:center;gap:8px;padding-bottom:12px}.SiteStatus-module__HuS8HG__statusLeft{flex-wrap:wrap;justify-content:center;gap:6px}.SiteStatus-module__HuS8HG__statusText{font-size:13px}.SiteStatus-module__HuS8HG__buildDate{font-size:12px}}@media (max-width:480px){.SiteStatus-module__HuS8HG__statusRow{gap:6px}.SiteStatus-module__HuS8HG__checkedAt{text-align:center;width:100%;margin-left:0;font-size:10px;display:block}.SiteStatus-module__HuS8HG__buildDate{font-size:11px}}
.Footer-module__yXYoEq__footer{background:var(--navy-dark);color:#fffc}.Footer-module__yXYoEq__footerInner{max-width:var(--container-max);margin:0 auto;padding:60px 24px 0}.Footer-module__yXYoEq__columns{border-bottom:1px solid #ffffff1a;grid-template-columns:1.4fr 1fr 1fr 1fr 1.2fr;gap:48px;padding-bottom:48px;display:grid}.Footer-module__yXYoEq__brandCol{flex-direction:column;gap:16px;display:flex}.Footer-module__yXYoEq__brandLogo{align-items:center;gap:12px;display:flex}.Footer-module__yXYoEq__brandMark{background:var(--red);width:40px;height:40px;color:var(--white);font-family:var(--font-serif);border-radius:var(--radius-sm);letter-spacing:1px;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:800;display:flex}.Footer-module__yXYoEq__brandName{color:var(--white);font-size:15px;font-weight:700;line-height:1.3}.Footer-module__yXYoEq__brandDesc{color:#fff9;max-width:280px;font-size:14px;line-height:1.7}.Footer-module__yXYoEq__socialLinks{gap:12px;margin-top:4px;display:flex}.Footer-module__yXYoEq__socialIcon{border-radius:var(--radius-sm);color:#ffffffb3;width:36px;height:36px;transition:background .2s var(--ease), color .2s var(--ease);background:#ffffff14;justify-content:center;align-items:center;display:flex}.Footer-module__yXYoEq__socialIcon:hover{background:var(--red);color:var(--white)}.Footer-module__yXYoEq__linkCol{flex-direction:column;gap:10px;display:flex}.Footer-module__yXYoEq__colTitle{font-family:var(--font-sans);letter-spacing:1px;text-transform:uppercase;color:#fff6;margin-bottom:4px;font-size:13px;font-weight:700}.Footer-module__yXYoEq__footerLink{color:#ffffffb3;transition:color .2s var(--ease);font-size:14px}.Footer-module__yXYoEq__footerLink:hover{color:var(--white)}.Footer-module__yXYoEq__contactLine{color:#ffffffb3;font-size:14px;line-height:1.6}.Footer-module__yXYoEq__contactLink{color:#ffffffd9;transition:color .2s var(--ease);font-weight:600}.Footer-module__yXYoEq__contactLink:hover{color:var(--white)}.Footer-module__yXYoEq__contactMeta{color:#fff6;margin-top:8px;font-size:12px;line-height:1.6}.Footer-module__yXYoEq__bottomBar{text-align:center;padding:24px 0}.Footer-module__yXYoEq__copyright{color:#ffffff59;font-size:13px}@media (max-width:768px){.Footer-module__yXYoEq__columns{grid-template-columns:1fr 1fr;gap:32px}.Footer-module__yXYoEq__brandCol{grid-column:1/-1}}@media (max-width:480px){.Footer-module__yXYoEq__columns{grid-template-columns:1fr;gap:28px}.Footer-module__yXYoEq__footerInner{padding:40px 20px 0}}
.CartDrawer-module__LRqj2G__overlay{z-index:2000;background:#0006;animation:.2s CartDrawer-module__LRqj2G__fadeIn;position:fixed;inset:0}@keyframes CartDrawer-module__LRqj2G__fadeIn{0%{opacity:0}to{opacity:1}}.CartDrawer-module__LRqj2G__drawer{background:var(--white);z-index:2001;flex-direction:column;width:420px;max-width:100vw;animation:.25s CartDrawer-module__LRqj2G__slideIn;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-4px 0 24px #0000001f}@keyframes CartDrawer-module__LRqj2G__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.CartDrawer-module__LRqj2G__header{border-bottom:1px solid var(--gray-200);flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.CartDrawer-module__LRqj2G__title{font-family:var(--font-serif);color:var(--navy);font-size:18px;font-weight:700}.CartDrawer-module__LRqj2G__closeBtn{cursor:pointer;border-radius:var(--radius-sm);width:36px;height:36px;color:var(--gray-500);background:0 0;border:none;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.CartDrawer-module__LRqj2G__closeBtn:hover{background:var(--gray-50);color:var(--gray-800)}.CartDrawer-module__LRqj2G__body{flex:1;padding:16px 24px;overflow-y:auto}.CartDrawer-module__LRqj2G__empty{color:var(--gray-400);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:60px 0;display:flex}.CartDrawer-module__LRqj2G__empty p{color:var(--gray-500);font-size:15px}.CartDrawer-module__LRqj2G__list{margin:0;padding:0;list-style:none}.CartDrawer-module__LRqj2G__item{border-bottom:1px solid var(--gray-100);gap:16px;padding:16px 0;display:flex}.CartDrawer-module__LRqj2G__item:last-child{border-bottom:none}.CartDrawer-module__LRqj2G__itemImage{border-radius:var(--radius-sm);background:var(--gray-50);flex-shrink:0;width:80px;height:80px;overflow:hidden}.CartDrawer-module__LRqj2G__itemImage img{object-fit:cover;width:100%;height:100%}.CartDrawer-module__LRqj2G__itemInfo{flex:1;min-width:0}.CartDrawer-module__LRqj2G__itemName{color:var(--navy);margin-bottom:4px;font-size:14px;font-weight:600;line-height:1.3}.CartDrawer-module__LRqj2G__itemPrice{color:var(--gray-700);margin-bottom:8px;font-size:14px;font-weight:700}.CartDrawer-module__LRqj2G__quantityRow{align-items:center;gap:8px;display:flex}.CartDrawer-module__LRqj2G__qtyBtn{border:1px solid var(--gray-300);background:var(--white);border-radius:var(--radius-sm);cursor:pointer;width:28px;height:28px;color:var(--gray-700);justify-content:center;align-items:center;font-size:16px;transition:border-color .15s;display:flex}.CartDrawer-module__LRqj2G__qtyBtn:hover:not(:disabled){border-color:var(--navy)}.CartDrawer-module__LRqj2G__qtyBtn:disabled{opacity:.5;cursor:not-allowed}.CartDrawer-module__LRqj2G__qtyValue{text-align:center;min-width:20px;font-size:14px;font-weight:600}.CartDrawer-module__LRqj2G__removeBtn{cursor:pointer;color:var(--gray-400);background:0 0;border:none;margin-left:auto;font-size:12px;font-weight:500;transition:color .15s}.CartDrawer-module__LRqj2G__removeBtn:hover:not(:disabled){color:var(--red)}.CartDrawer-module__LRqj2G__removeBtn:disabled{opacity:.5;cursor:not-allowed}.CartDrawer-module__LRqj2G__footer{border-top:1px solid var(--gray-200);flex-shrink:0;padding:20px 24px}.CartDrawer-module__LRqj2G__subtotalRow{color:var(--navy);justify-content:space-between;align-items:center;margin-bottom:4px;font-size:15px;font-weight:600;display:flex}.CartDrawer-module__LRqj2G__subtotalAmount{font-size:18px;font-weight:800}.CartDrawer-module__LRqj2G__shippingNote{color:var(--gray-500);margin-bottom:16px;font-size:12px}.CartDrawer-module__LRqj2G__checkoutBtn{background:var(--red);width:100%;color:var(--white);text-transform:uppercase;letter-spacing:.5px;border-radius:var(--radius-sm);cursor:pointer;border:none;padding:14px;font-size:14px;font-weight:700;transition:background .2s,transform .15s;display:block}.CartDrawer-module__LRqj2G__checkoutBtn:hover:not(:disabled){background:var(--red-dark);transform:translateY(-1px)}.CartDrawer-module__LRqj2G__checkoutBtn:disabled{opacity:.7;cursor:not-allowed}@media (max-width:480px){.CartDrawer-module__LRqj2G__drawer{width:100vw}}
