.header{z-index:1000;background:#000;border-bottom:1px solid #333;padding:0;position:sticky;top:0}.header-container{grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;padding:1rem 2rem;display:grid}.header-logo{justify-self:start;align-items:center;gap:.75rem;text-decoration:none;transition:all .2s;display:flex}.header-logo:hover{transform:none}.logo-icon{color:#fff;filter:none;font-size:1.5rem}.logo-image{object-fit:contain;width:32px;height:32px}.logo-text{letter-spacing:1px;background:0 0;-webkit-background-clip:unset;-webkit-text-fill-color:unset;background-clip:unset;color:#fff;font-family:Georgia,sans-serif;font-size:1.1rem;font-weight:550}.logo-highlight{color:#c4a467}.header-nav{justify-content:center;justify-self:center;align-items:center;gap:2.5rem;display:flex}.nav-link{color:#fff;letter-spacing:.3px;padding:.75rem .8rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s;display:inline-block;position:relative}.nav-link:after{content:"";opacity:0;transform-origin:0;background:#c4a467;height:2px;transition:all .3s;position:absolute;bottom:-3px;left:.8rem;right:.8rem;transform:scaleX(0)}.nav-link:hover{color:#c4a467}.nav-link:hover:after{opacity:1;transform:scaleX(1)}.nav-link-admin{color:#fff;border-bottom:2px solid #c4a467;padding-bottom:.65rem;font-weight:600}.nav-link-admin:hover{color:#c4a467}.header-actions{justify-self:end;align-items:center;gap:1.5rem;display:flex}.menu-toggle{color:#fff;text-transform:uppercase;letter-spacing:.18em;background:0 0;border:1px solid #fff;align-items:center;gap:.6rem;height:40px;padding:.5rem .7rem;font-size:.7rem;display:none}.menu-toggle__label{display:inline-block}.menu-toggle__icon{flex-direction:column;gap:4px;display:inline-flex}.menu-toggle__icon span{background:#fff;width:18px;height:2px;display:block}.cart-button{color:#fff;background:0 0;border:1px solid #fff;border-radius:0;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .2s;display:flex;position:relative}.cart-button:hover{box-shadow:none;background:#111;border-color:#fff;transform:none}.cart-icon{filter:none;transform:translate(-1px)translateY(2px)}.cart-badge{color:#000;width:20px;height:20px;box-shadow:none;background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-8px;right:-8px}.user-menu{align-items:center;gap:1rem;display:flex}.user-email{color:#fff;font-size:.85rem}.auth-button{color:#000;letter-spacing:.3px;cursor:pointer;box-shadow:none;text-transform:uppercase;background:#fff;border:1px solid #fff;border-radius:0;justify-content:center;align-items:center;gap:.5rem;padding:.45rem 1.3rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.auth-button:hover{color:#000;box-shadow:none;background:#fff;border-color:#fff;transform:none}.auth-button-desktop{display:inline-flex}.auth-icon{font-size:1rem}.nav-logout-button{color:#ff6b6b;text-align:left;cursor:pointer;background:0 0;border:none;border-top:1px solid #333;align-items:center;gap:.6rem;width:100%;padding:.8rem 0;font-size:.9rem;font-weight:500;transition:color .2s;display:none}.nav-logout-button:hover{color:#ff8787}.nav-logout-icon{font-size:1.1rem}.index-link{cursor:pointer;background:0 0;border:none;padding:0;display:none}@media (max-width:900px){.header-container{gap:1.2rem;padding:.9rem 1.5rem}.header-nav{flex:0;gap:1.5rem}.nav-link{font-size:.85rem}.logo-text{font-size:1rem}.header-actions{gap:1rem}}@media (max-width:768px){.header-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:0;padding:.75rem 1rem;display:flex}.header-logo{flex-shrink:0;flex-basis:auto;order:1;justify-self:auto;gap:.6rem;min-width:auto}.logo-image{width:32px;height:32px}.logo-text{letter-spacing:.5px;white-space:nowrap;font-size:.9rem}.header-actions{flex-shrink:0;flex-basis:auto;order:2;justify-self:auto;gap:.6rem}.menu-toggle{border:1px solid #fff;height:40px;padding:.45rem .65rem;font-size:.7rem;display:inline-flex}.auth-button-desktop{display:none}.header-nav{opacity:0;pointer-events:none;border-top:none;flex-direction:column;flex-basis:100%;order:3;justify-content:flex-start;justify-self:auto;align-items:stretch;gap:0;max-height:0;margin-top:0;padding:0;transition:max-height .22s,opacity .22s,transform .22s;overflow:hidden;transform:translateY(-6px)}.header-nav.is-open{opacity:1;pointer-events:auto;border-top:1px solid #333;max-height:400px;margin-top:.5rem;padding:.75rem 0;transform:translateY(0)}.nav-link{color:#fff;border-bottom:1px solid #222;width:100%;padding:.85rem 0;font-size:.95rem;font-weight:500;transition:all .2s;display:block}.nav-link:after{display:none}.nav-link:hover{color:#c4a467;background:#0a0a0a;padding-left:.3rem}.nav-link-admin{border-bottom:none;border-left:3px solid #c4a467;padding-bottom:.85rem;padding-left:.8rem}.nav-link-admin:hover{background:0 0}.nav-logout-button{display:flex}.auth-label{display:none}.cart-button{background:0 0;border:1px solid #fff;width:40px;height:40px}.cart-icon{transform:none}.auth-button{color:#000;background:#fff;border:1px solid #fff;width:40px;height:40px;padding:0;font-size:.7rem;display:inline-flex}.index-link,.user-email{display:none}}@media (max-width:560px){.header-container{gap:0;padding:.65rem .75rem}.header-logo{gap:.5rem}.logo-image{width:28px;height:28px}.logo-text{letter-spacing:.3px;font-size:.85rem}.header-actions{gap:.5rem}.menu-toggle{gap:.3rem;height:38px;padding:.4rem .55rem;font-size:.65rem}.menu-toggle__label{display:none}.menu-toggle__icon{gap:3px}.menu-toggle__icon span{width:16px;height:1.5px}.cart-button{border:1px solid #fff;width:38px;height:38px;padding:0}.cart-badge{width:18px;height:18px;font-size:.6rem;top:-5px;right:-5px}.auth-button{width:38px;height:38px;padding:0;font-size:.65rem}.auth-button-desktop{display:none}.nav-link{padding:.65rem 0;font-size:.88rem}.header-nav.is-open{max-height:420px;margin-top:.4rem;padding:.65rem 0}.nav-logout-button{display:flex}}
.footer{background:#000;border-top:1px solid #333}.footer-container{max-width:1200px;margin:0 auto;padding:4rem 2rem 2rem}.footer-content{border-bottom:1px solid #333;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;padding-bottom:3rem;display:grid}.footer-section{flex-direction:column;gap:1.25rem;display:flex}.footer-brand{letter-spacing:1px;background:0 0;-webkit-background-clip:unset;-webkit-text-fill-color:unset;background-clip:unset;color:#fff;align-items:center;gap:.75rem;margin:0 0 .5rem;font-size:1.1rem;font-weight:600;display:flex}.footer-icon{color:#fff;filter:none;font-size:1.3rem}.footer-description{color:#fff;margin:0;font-size:.9rem;line-height:1.6}.footer-title{color:#fff;text-transform:uppercase;letter-spacing:.8px;margin:0;font-size:.9rem;font-weight:600}.footer-links{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.footer-links a{color:#fff;font-size:.9rem;transition:color .2s;display:inline-block}.footer-links a:hover{color:#fff;transform:none}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.footer-copyright{color:#fff;margin:0;font-size:.8rem}.footer-secure{color:#fff;align-items:center;gap:1.5rem;font-size:.8rem;display:flex}@media (max-width:968px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:768px){.footer-container{padding:3rem 1.5rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem;padding-bottom:2rem}.footer-bottom{flex-direction:column;align-items:flex-start}.footer-secure{flex-direction:column;align-items:flex-start;gap:.5rem}}
