*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#050505;color:#fff;font-family:Arial,Helvetica,sans-serif;letter-spacing:.04em}.topbar{height:34px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #1e1e1e;font-size:11px;color:#aaa}.nav{height:82px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #1b1b1b;position:sticky;top:0;background:rgba(5,5,5,.94);backdrop-filter:blur(10px);z-index:10}.brand img{width:120px;height:65px;object-fit:contain}.nav nav{display:flex;gap:42px}.nav a{color:#fff;text-decoration:none;font-size:13px}.cart-btn{background:none;border:1px solid #444;color:#fff;padding:10px 14px;cursor:pointer}.cart-btn span{display:inline-flex;min-width:20px;justify-content:center}.hero{min-height:570px;display:grid;grid-template-columns:42% 58%;align-items:center;padding:70px 7%;background:radial-gradient(circle at 72% 48%,#222 0,#0b0b0b 38%,#050505 70%);overflow:hidden}.hero-copy{z-index:2}.eyebrow{font-size:12px;color:#aaa;letter-spacing:.2em}.hero h1{font-size:clamp(48px,7vw,92px);line-height:.88;margin:20px 0;font-weight:900;font-style:italic}.hero-text{color:#bbb;max-width:420px;margin-bottom:32px}.hero-mark{display:flex;align-items:center;justify-content:center}.hero-mark img{width:min(650px,100%);filter:drop-shadow(0 20px 50px #000)}.button{border:1px solid #fff;background:#fff;color:#050505;padding:15px 24px;font-weight:800;letter-spacing:.1em;cursor:pointer;text-decoration:none;display:inline-block}.button span{margin-left:20px}.shop{padding:70px 5%}.section-title{display:flex;align-items:center;gap:24px;margin-bottom:45px}.section-title span{height:1px;background:#333;flex:1}.section-title h2{font-size:18px;letter-spacing:.15em}.products{display:grid;grid-template-columns:1fr 1fr;gap:45px}.product{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(190px,.75fr);gap:25px;align-items:center}.product-image{background:#121212;aspect-ratio:1/1;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-info h3{font-size:18px;line-height:1.2;margin:0 0 10px}.product-info p{font-size:17px;margin:0 0 22px;color:#ccc}.sizes{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:18px}.sizes button{background:#080808;color:#fff;border:1px solid #444;width:39px;height:36px;cursor:pointer}.sizes button.active{background:#fff;color:#000;border-color:#fff}.button.add{width:100%;font-size:11px;padding:13px 10px}.benefits{border-top:1px solid #222;border-bottom:1px solid #222;padding:30px 5%;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.benefits div{padding:10px 20px;border-right:1px solid #222}.benefits div:last-child{border:0}.benefits b,.benefits small{display:block}.benefits b{font-size:12px;margin-bottom:7px}.benefits small{font-size:11px;color:#888}.about{padding:110px 10%;text-align:center;background:#090909}.about h2{font-size:55px;margin:12px 0}.about p:last-child{max-width:600px;margin:auto;color:#aaa;line-height:1.7}.about .eyebrow{margin:0}footer{padding:50px 5%;border-top:1px solid #222;text-align:center;color:#666;font-size:10px}footer img{width:110px;height:55px;object-fit:contain;filter:grayscale(1)}.cart{position:fixed;right:-430px;top:0;width:min(430px,100%);height:100vh;background:#0b0b0b;z-index:30;padding:28px;transition:right .25s;box-shadow:-20px 0 50px rgba(0,0,0,.5)}.cart.open{right:0}.cart-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #222;padding-bottom:20px}.cart-head h2{font-size:18px}.cart-head button{background:none;color:#fff;border:0;font-size:32px;cursor:pointer}.cart-row{padding:18px 0;border-bottom:1px solid #222;display:flex;justify-content:space-between;gap:15px}.cart-row small{color:#888;display:block;margin-top:5px}.remove{background:none;border:0;color:#888;cursor:pointer}.cart-total{display:flex;justify-content:space-between;margin:25px 0;font-size:18px}.checkout{width:100%}.cart-note{font-size:10px;color:#666;text-align:center}.overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.65);z-index:20}.overlay.open{display:block}@media(max-width:850px){.nav nav{display:none}.hero{grid-template-columns:1fr;padding:60px 7%;min-height:auto}.hero-mark{margin-top:45px}.products{grid-template-columns:1fr}.benefits{grid-template-columns:1fr 1fr}.benefits div:nth-child(2){border-right:0}.product{grid-template-columns:1fr}.product-info{padding:0 5% 25px}}@media(max-width:480px){.benefits{grid-template-columns:1fr}.benefits div{border-right:0;border-bottom:1px solid #222}.hero h1{font-size:52px}}
