*{box-sizing:border-box}body{margin:0;background:#0a0a0a;color:#f5f5f5;font-family:Arial,Helvetica,sans-serif}.site-header{position:sticky;top:0;z-index:10;background:rgba(10,10,10,.92);border-bottom:1px solid #252525;backdrop-filter:blur(12px)}.header-inner{max-width:1200px;margin:auto;padding:18px 24px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{font-weight:900;letter-spacing:2px;color:#fff;text-decoration:none}.nav{display:flex;gap:28px}.nav a,.cart-link{color:#ddd;text-decoration:none}.cart-count{display:inline-grid;place-items:center;min-width:22px;height:22px;border:1px solid #555;border-radius:50%;font-size:12px}.hero{min-height:680px;max-width:1200px;margin:auto;padding:70px 24px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:30px}.eyebrow{font-size:12px;letter-spacing:3px;color:#999;font-weight:700}.hero h1{font-size:clamp(48px,7vw,92px);line-height:.9;margin:18px 0}.hero-copy>p:not(.eyebrow){color:#aaa;max-width:500px;font-size:18px;line-height:1.6}.hero-media img{width:100%;max-height:560px;object-fit:contain}.button,.mini-button{display:inline-block;background:#fff;color:#050505;text-decoration:none;border:0;padding:15px 22px;font-weight:800;text-transform:uppercase;letter-spacing:1px;cursor:pointer}.full{width:100%}.products-wrap{max-width:1200px;margin:auto;padding:80px 24px}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.section-head h2{font-size:42px;margin:5px 0}.section-head>a{color:#fff}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{background:#111;border:1px solid #242424}.product-image{aspect-ratio:1/1;display:block;background:#151515;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover img{transform:scale(1.04)}.product-info{padding:18px;display:flex;justify-content:space-between;gap:12px;align-items:end}.product-info h3{margin:0 0 8px;font-size:18px}.product-info h3 a{color:#fff;text-decoration:none}.product-info p{margin:0;color:#aaa}.mini-button{font-size:11px;padding:10px 12px}.site-footer{border-top:1px solid #242424;margin-top:70px}.footer-inner{max-width:1200px;margin:auto;padding:35px 24px;display:flex;justify-content:space-between;color:#888;gap:20px}.product-page,.cart-page{max-width:1200px;margin:auto;padding:70px 24px}.product-page{display:grid;grid-template-columns:1.15fr .85fr;gap:60px}.product-gallery{display:grid;gap:16px}.product-gallery img{width:100%;background:#111}.product-buy{position:sticky;top:100px;height:max-content}.product-buy h1,.cart-page h1{font-size:54px;line-height:1;margin:12px 0}.price{font-size:24px;margin:20px 0 30px}.option-group{display:grid;gap:15px;margin-bottom:18px}.option-group label,.qty{display:grid;gap:8px;color:#aaa;font-size:13px}.option-group select,.qty input{background:#111;color:#fff;border:1px solid #333;padding:14px}.qty{margin-bottom:18px}.description{margin-top:35px;color:#aaa;line-height:1.7}.cart-items{display:grid;gap:12px;margin:35px 0}.cart-item{display:grid;grid-template-columns:120px 1fr;gap:20px;padding:15px;background:#111;border:1px solid #222}.cart-item img{width:120px}.cart-item input{background:#111;color:#fff;border:1px solid #333;padding:8px;width:70px}.cart-summary{border-top:1px solid #333;padding-top:25px;display:flex;gap:12px;align-items:center;flex-wrap:wrap}.cart-summary p{margin-right:auto}@media(max-width:800px){.nav{display:none}.hero,.product-page{grid-template-columns:1fr}.hero{padding-top:40px;min-height:auto}.product-grid{grid-template-columns:1fr}.product-buy{position:static}.footer-inner{flex-direction:column}.product-buy h1,.cart-page h1{font-size:42px}}