html,body{margin:0;padding:0;overflow-x:hidden}body{font-family:Segoe UI,sans-serif;background:#000;color:#fff}.page-wrapper{min-height:100vh;display:flex;flex-direction:column}.header{position:absolute;top:0;left:0;width:100%;z-index:1000;display:flex;flex-direction:column;align-items:center;padding:1.5rem 2rem;box-sizing:border-box}.logo-img{width:100%;max-width:200px;height:auto}.nav{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.15)}.nav-links{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem}.nav-link{color:#fff;text-decoration:none;font-weight:600;position:relative;transition:.3s}.nav-link:hover{color:#d90429}.nav-link:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:0;height:2px;background:#d90429;transition:.3s}.nav-link:hover:after{width:100%}.hero{position:relative;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:220px 20px 80px;box-sizing:border-box;background:linear-gradient(#0009,#0009),url(/hero.png);background-size:cover;background-position:center;background-repeat:no-repeat}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.hero-content{position:relative;z-index:2;max-width:1200px;display:flex;flex-direction:column;align-items:center;text-align:center}.hero h1{margin:0;font-size:clamp(3rem,7vw,6rem);font-weight:900;line-height:1}.hero p{max-width:700px;margin:20px 0 30px;color:#e5e5e5;font-size:1.2rem}.hero-buttons{display:flex;justify-content:center;flex-wrap:wrap;gap:15px}.hero-btn{background:#d90429;color:#fff;text-decoration:none;padding:14px 30px;border-radius:10px;font-weight:700;transition:.3s}.hero-btn:hover{background:#ef233c}.hero-btn.secondary{background:transparent;border:2px solid white}.hero-btn.secondary:hover{background:#fff;color:#000}.hero-divider{width:100%;max-width:700px;height:1px;background:#ffffff26;margin:40px auto}.hero-subheadline{margin:0 0 20px;font-size:1.1rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.store-buttons{display:flex;justify-content:center;flex-wrap:wrap;gap:20px;max-width:1000px}.store-button{background:#111111d9;color:#fff;border:1px solid rgba(255,255,255,.1);min-width:220px;padding:18px 30px;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:.3s}.store-button:hover{background:#d90429;transform:translateY(-3px)}.brand-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;max-width:900px}.brand-badge{background:#111111d9;color:#fff;border:1px solid rgba(255,255,255,.1);padding:12px 22px;border-radius:999px;font-size:.95rem;font-weight:700;transition:.3s}.brand-badge:hover{background:#d90429;transform:translateY(-2px)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;display:flex;justify-content:center;align-items:center;z-index:99999}.store-modal{position:relative;width:420px;max-width:90vw;padding:25px;border-radius:16px;background:#111;color:#fff;border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 60px #00000080}.store-modal h2{margin-top:0;margin-bottom:15px;color:#d90429;font-size:1.8rem}.store-modal p{color:#e5e5e5}.store-modal table{width:100%;margin:20px 0;border-collapse:collapse}.store-modal td{padding:5px 0;color:#e5e5e5}.store-modal .day-col{width:90px;color:#fff;font-weight:700}.close-btn{position:absolute;top:12px;right:15px;border:none;background:none;color:#fff;font-size:1.4rem;cursor:pointer}.footer{margin-top:auto;text-align:center;padding:30px 20px;background:#050505;border-top:1px solid rgba(255,255,255,.08);color:#999}.footer a{color:#fff;text-decoration:none}.footer a:hover{color:#d90429}.legal-links{margin-top:10px}.shop-page{background:linear-gradient(#000000bf,#000000bf),url(/hero.png);background-size:cover;background-position:center;background-attachment:fixed}.shop-hero p{color:#ccc;font-size:1.1rem}.products-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:30px;max-width:1200px;margin:0 auto}.product-card{width:280px;background:#111;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.08);transition:.3s}.product-card:hover{transform:translateY(-4px);border-color:#d90429}.product-card img{width:100%;height:250px;-o-object-fit:cover;object-fit:cover}.product-card h3{padding:15px 20px 5px;margin:0}.product-card p{padding:0 20px 20px;color:#d90429;font-weight:700}.shop-page{min-height:100vh;padding-top:180px;padding-bottom:80px;background:linear-gradient(#000000bf,#000000bf),url(/hero.png);background-size:cover;background-position:center;background-attachment:fixed}.shop-hero{text-align:center;margin-bottom:60px}.shop-hero h1{font-size:clamp(3rem,6vw,5rem);margin-bottom:10px}.shop-hero p{color:#d1d5db;font-size:1.1rem}.products-grid{max-width:1200px;margin:0 auto;display:flex;justify-content:center;flex-wrap:wrap;gap:30px}.product-card{width:320px;background:#111111e6;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.08);transition:.3s}.product-card:hover{transform:translateY(-5px);border-color:#d90429}.product-card img{width:100%;height:260px;-o-object-fit:cover;object-fit:cover}.product-content{padding:20px}.product-content h3{margin:0 0 10px}.product-price{color:#d90429;font-size:1.2rem;font-weight:700}.product-btn{width:100%;margin-top:15px;border:none;background:#d90429;color:#fff;padding:12px;border-radius:10px;cursor:pointer;font-weight:700;transition:.3s}.product-btn:hover{background:#ef233c}.cart-counter{position:fixed;top:25px;right:25px;z-index:9999;background:#d90429;color:#fff;padding:10px 18px;border-radius:999px;font-weight:700;box-shadow:0 5px 15px #0000004d}.cart-sidebar{position:fixed;top:0;right:0;width:350px;height:100vh;background:#111;z-index:99999;padding:25px;box-sizing:border-box;border-left:1px solid rgba(255,255,255,.08)}.cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.cart-header button{background:none;border:none;color:#fff;font-size:1.3rem;cursor:pointer}.cart-item{padding:15px 0;border-bottom:1px solid rgba(255,255,255,.08)}
