:root{--bg-color: #000000;--text-color: #ffffff;--accent-color: #333333;--highlight-color: #555555;--font-main: "Inter", system-ui, Avenir, Helvetica, Arial, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;font-family:inherit}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#000000e6;border-bottom:1px solid var(--accent-color);position:sticky;top:0;z-index:100}.navbar-logo img{height:40px;object-fit:contain}.navbar-links{display:flex;gap:2rem}.navbar-links a{font-weight:500;text-transform:uppercase;font-size:.9rem;letter-spacing:1px;transition:color .3s}.navbar-links a:hover{color:#aaa}.navbar-cart{font-size:1.2rem}@media(max-width:768px){.navbar-links{display:none}}.hero{height:80vh;display:flex;justify-content:center;align-items:center;background-image:linear-gradient(#000000b3,#000000b3),url(https://images.unsplash.com/photo-1483985988355-763728e1935b?q=80&w=2070&auto=format&fit=crop);background-size:cover;background-position:center;text-align:center}.hero-content h1{font-size:4rem;font-weight:900;letter-spacing:5px;margin-bottom:1rem;text-transform:uppercase}.hero-content p{font-size:1.2rem;margin-bottom:2rem;color:#ccc}.cta-button{padding:1rem 2.5rem;background-color:#fff;color:#000;border:none;font-weight:700;text-transform:uppercase;letter-spacing:2px;transition:transform .2s,background-color .2s}.cta-button:hover{background-color:#ccc;transform:scale(1.05)}@media(max-width:768px){.hero-content h1{font-size:2.5rem}}.product-card{background-color:#111;border:1px solid #222;transition:transform .3s;cursor:pointer}.product-card:hover{transform:translateY(-5px);border-color:#444}.product-image{height:300px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover .product-image img{transform:scale(1.1)}.product-info{padding:1.5rem;text-align:left}.product-info h3{font-size:1.1rem;margin-bottom:.5rem;font-weight:400}.product-price{font-weight:700;font-size:1.2rem;margin-bottom:1rem;color:#eee}.add-to-cart-btn{width:100%;padding:.8rem;background-color:transparent;border:1px solid white;color:#fff;text-transform:uppercase;font-size:.8rem;letter-spacing:1px;transition:all .3s}.add-to-cart-btn:hover{background-color:#fff;color:#000}.product-list-section{padding:4rem 2rem;max-width:1200px;margin:0 auto}.section-title{text-align:center;font-size:2rem;margin-bottom:3rem;text-transform:uppercase;letter-spacing:3px}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.footer{background-color:#050505;border-top:1px solid #222;padding:4rem 2rem 1rem;margin-top:4rem}.footer-content{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:1200px;margin:0 auto 3rem;gap:2rem}.footer-column h3{font-size:1.2rem;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:1px}.footer-column p,.footer-column li{color:#999;margin-bottom:.8rem;font-size:.9rem}.footer-column a:hover{color:#fff}.footer-bottom{text-align:center;border-top:1px solid #111;padding-top:2rem;font-size:.8rem;color:#555}
