.navbar{z-index:1000;width:100%;color:var(--color-primary);background-color:#0000;padding:2rem 0;transition:all .4s cubic-bezier(.25,1,.5,1);position:fixed;top:0}.navbar.on-hero{color:#fff}.navbar.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--color-primary);background-color:#fffffffa;padding:.85rem 0;box-shadow:0 1px 10px #0000000d}.navbar-container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.navbar-logo{font-family:var(--font-heading);letter-spacing:.1em;text-transform:uppercase;color:inherit;flex:1;justify-content:flex-start;font-size:1.8rem;font-weight:700;display:flex}.navbar-links{flex:1;justify-content:center;align-items:center;gap:3rem;display:flex}.navbar-links a{font-family:var(--font-body);color:inherit;text-transform:uppercase;letter-spacing:.05em;font-size:.95rem;font-weight:400;transition:color .3s;position:relative}.navbar-links a:after{content:"";background-color:var(--color-accent);width:0;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}.navbar-links a:hover{color:var(--color-accent)}.navbar-links a:hover:after{width:100%}.navbar-icons{flex:1;justify-content:flex-end;align-items:center;gap:2rem;display:flex}.cart-btn{cursor:pointer;color:inherit;background:0 0;border:none;justify-content:center;align-items:center;transition:color .3s;display:flex}.cart-btn:hover{color:var(--color-accent)}.icon-btn{cursor:pointer;color:inherit;background:0 0;border:none;transition:color .3s}.icon-btn:hover{color:var(--color-accent)}.cart-btn{position:relative}.cart-badge{background-color:var(--color-accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:600;display:flex;position:absolute;top:-8px;right:-8px}.mobile-menu-btn{cursor:pointer;color:inherit;background:0 0;border:none;display:none}@media (max-width:768px){.navbar{padding:1rem 0}.navbar-icons{align-items:center;gap:1.5rem;display:flex}.navbar-links{color:#000;z-index:-1;background-color:#fff;flex-direction:column;justify-content:flex-start;gap:2rem;width:100%;height:auto;padding:2rem 0;transition:transform .4s cubic-bezier(.16,1,.3,1);position:fixed;top:60px;left:0;transform:translateY(-150%);box-shadow:0 10px 20px #0000000d}.navbar-links.active{right:0;transform:translateY(0)}.mobile-menu-btn{z-index:1001;display:block}}.navbar-logo-img{object-fit:contain;mix-blend-mode:multiply;filter:none;width:auto;height:60px;transition:all .4s;display:block}.navbar.on-hero .navbar-logo-img{filter:brightness(0)invert();mix-blend-mode:normal}.navbar-logo-img:hover{transform:scale(1.05)}.navbar-logo a{justify-content:center;align-items:center;display:flex}@media (max-width:768px){.navbar-logo-img{height:45px}}
.promo-banner{background-color:var(--color-primary,#000);color:#fff;text-align:center;letter-spacing:.5px;padding:.5rem 0;font-size:.85rem;font-weight:500}.promo-banner-content{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;display:flex}.promo-coupon{background-color:#fff3;border-radius:4px;padding:2px 8px;font-family:monospace;font-size:.9rem}
.footer{color:#f5f3f0;background:linear-gradient(#1c1b19 0%,#161514 100%);padding:5rem 0 0 4rem}.footer-container{flex-wrap:wrap;justify-content:space-between;gap:3rem;display:flex}.footer-brand{max-width:200px}.footer-logo{font-family:var(--font-heading);letter-spacing:.1em;color:#fff;margin-bottom:.5rem;font-size:1.5rem}.footer-brand p{color:#888;font-size:.9rem}.footer-links{flex-wrap:wrap;gap:4rem;display:flex}.footer-links h4{font-family:var(--font-body);text-transform:uppercase;color:#9a9490;letter-spacing:.14em;margin-bottom:1.25rem;font-size:.75rem;font-weight:600}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.8rem}.footer-links a{color:#ccc;font-size:.95rem;transition:color .3s}.footer-links a:hover{color:var(--color-accent)}@media (max-width:768px){.footer{padding:3rem 0}.footer-container{text-align:center;flex-direction:column;align-items:center;gap:2.5rem}.footer-brand{flex-direction:column;align-items:center;max-width:100%;display:flex}.footer-logo-img{margin:0 auto 1rem}.footer-links{justify-content:center;gap:2.5rem;width:100%}}.footer-logo-img{object-fit:contain;filter:invert();mix-blend-mode:screen;width:auto;height:48px;margin-bottom:1rem;display:block}.footer-logo-link{display:block}
.big-text-section{pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;display:flex;position:relative;overflow:hidden}.big-text{font-family:var(--font-body);color:#fff;letter-spacing:.01em;text-align:start;opacity:1;width:100%;margin-bottom:-5vw;font-size:23vw;font-weight:700;line-height:.8}@media (max-width:768px){.big-text{margin-bottom:-15vw;font-size:40vw}}
.cart-overlay{z-index:9999;background-color:#0006;justify-content:flex-end;display:flex;position:fixed;inset:0}.cart-drawer{background-color:#faf8f6;border-left:1px solid #2d2a260f;flex-direction:column;width:min(450px,100vw);height:100vh;padding:2rem;animation:.4s cubic-bezier(.25,1,.5,1) slideIn;display:flex;box-shadow:-12px 0 48px #2d2a261f}.cart-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.cart-header h2{font-size:1.5rem;font-family:var(--font-heading);margin:0}.close-cart{cursor:pointer;color:#444;background:0 0;border:none;transition:transform .2s}.close-cart:hover{transform:rotate(90deg)}.cart-items{flex-direction:column;flex-grow:1;gap:1.5rem;margin-bottom:1.5rem;display:flex;overflow-y:auto}.cart-item{border-bottom:1px solid #f9f9f9;gap:1rem;padding-bottom:1.5rem;display:flex}.cart-item-image{border-radius:var(--border-radius);background-color:#ede8e2;width:80px;height:100px;overflow:hidden}.cart-item-image img{object-fit:cover;width:100%;height:100%}.cart-item-details{flex-grow:1}.cart-item-header{justify-content:space-between;margin-bottom:.5rem;display:flex}.cart-item-header h3{font-size:1rem;font-weight:500;font-family:var(--font-body);margin:0}.remove-item{cursor:pointer;color:#999;background:0 0;border:none;transition:color .2s}.remove-item:hover{color:#e74c3c}.item-price{color:#666;margin-bottom:.75rem;font-size:.95rem}.quantity-controls{border-radius:var(--border-radius);background-color:#fff;border:1px solid #2d2a2614;align-items:center;gap:1rem;width:fit-content;padding:.35rem .65rem;display:flex}.quantity-controls button{cursor:pointer;color:#666;background:0 0;border:none;align-items:center;font-size:1rem;display:flex}.quantity-controls span{text-align:center;min-width:20px;font-size:.95rem;font-weight:500}.empty-cart{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.empty-cart p{color:#666;margin:1.5rem 0;font-size:1.1rem}.continue-shopping{background-color:var(--color-primary);color:#fff;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;border:none;border-radius:2px;padding:.75rem 2rem;font-size:.9rem;font-weight:600}.cart-footer{border-top:1px solid #f0f0f0;padding-top:1.5rem}.cart-subtotal{color:var(--color-primary);justify-content:space-between;margin-bottom:1.5rem;font-size:1.25rem;font-weight:600;display:flex}.checkout-btn{background-color:var(--color-primary);color:#faf8f6;border-radius:var(--border-radius);text-transform:uppercase;letter-spacing:.06em;cursor:pointer;border:none;width:100%;margin-bottom:1rem;padding:1.1rem;font-size:.95rem;font-weight:600;transition:background-color .3s,transform .2s}.checkout-btn:hover{background-color:var(--color-accent);transform:translateY(-1px)}.footer-note{text-align:center;color:#888;font-size:.8rem}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:480px){.cart-drawer{width:100%;padding:1.5rem}}
