*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#090909;color:#f5f5f5;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.topbar{height:82px;background:#050505;border-bottom:1px solid #292929;display:flex;align-items:center;justify-content:space-between;padding:0 5%;gap:25px;position:sticky;top:0;z-index:10}.logo{font-weight:1000;letter-spacing:-1px;font-size:25px}.logo span{color:#e10600}.search-wrap{display:flex;max-width:500px;width:50%;background:#111;border:1px solid #333}.search-wrap input{flex:1;background:none;border:0;color:#fff;padding:13px 15px;outline:none}.search-wrap button{background:#e10600;border:0;color:#fff;width:50px;font-size:22px}.cart-btn{background:none;color:#fff;border:1px solid #444;padding:11px 18px;cursor:pointer}.cart-btn span{color:#e10600}.topbar+nav{height:48px;display:flex;justify-content:center;align-items:center;gap:42px;background:#0d0d0d;border-bottom:1px solid #222;font-size:12px;font-weight:800;letter-spacing:1.5px}.hero{min-height:650px;background:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.5)),radial-gradient(circle at 75% 45%,#a40000 0,#300000 24%,#080808 58%);display:flex;align-items:center;padding:7%;position:relative;overflow:hidden}.hero:after{content:"RSK";position:absolute;right:4%;bottom:-100px;font-size:380px;font-weight:1000;color:rgba(255,255,255,.025);transform:skew(-8deg)}.hero-content{max-width:680px;z-index:1}.eyebrow{color:#e10600;font-weight:900;letter-spacing:3px;font-size:12px}.hero h1{font-size:clamp(70px,12vw,150px);line-height:.8;margin:18px 0 35px;letter-spacing:-8px}.hero h1 span{color:#e10600}.hero p{font-size:18px;line-height:1.6;max-width:560px;color:#ccc}.red-btn,.outline-btn{display:inline-block;margin-top:20px;padding:15px 25px;font-weight:900;letter-spacing:1px;border:0;cursor:pointer}.red-btn{background:#e10600;color:#fff}.red-btn:hover{background:#ff2019}.outline-btn{border:1px solid #fff}.ticker{height:45px;background:#e10600;display:flex;align-items:center;overflow:hidden;white-space:nowrap;font-size:12px;font-weight:1000;letter-spacing:1px}.ticker span{animation:scroll 18s linear infinite}@keyframes scroll{from{transform:translateX(100%)}to{transform:translateX(-100%)}}.section{padding:85px 6%}.dark{background:#0d0d0d}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:35px}.section-head h2,.code-section h2,.about h2,.contact h2{font-size:clamp(35px,5vw,65px);line-height:.9;margin:10px 0;letter-spacing:-3px}.section-head>a{font-weight:900;font-size:12px;color:#e10600}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product{background:#151515;border:1px solid #292929;overflow:hidden}.product-img{height:300px;background:linear-gradient(135deg,#1b1b1b,#090909);display:flex;align-items:center;justify-content:center;position:relative}.product-img:after{content:"RSK";font-size:85px;font-weight:1000;color:#e10600;opacity:.18}.product-info{padding:17px}.product-info h3{margin:0 0 8px;font-size:15px}.product-info p{margin:0;color:#aaa;font-size:13px}.price{color:#fff!important;font-weight:900;margin-top:12px!important}.add{width:100%;padding:11px;background:#e10600;border:0;color:#fff;font-weight:900;margin-top:15px;cursor:pointer}.filters{display:flex;gap:7px;flex-wrap:wrap}.filter{background:none;border:1px solid #444;color:#bbb;padding:9px 13px;font-size:11px;font-weight:800;cursor:pointer}.filter.active,.filter:hover{background:#e10600;color:#fff;border-color:#e10600}.code-section{padding:75px 8%;background:#b90000;display:flex;justify-content:space-between;align-items:center;gap:50px}.code-section .eyebrow{color:#fff}.code-section p{color:#eee}.code-box{min-width:360px}.code-box input{width:65%;padding:15px;border:0;outline:none}.code-box button{width:35%;padding:15px;background:#050505;color:#fff;border:0;font-weight:900}.code-box small{display:block;margin-top:12px}.about{display:grid;grid-template-columns:1fr 1fr;gap:80px}.about>p{color:#aaa;font-size:18px;line-height:1.8}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;background:#0d0d0d}.info-grid div{border-top:2px solid #e10600;padding-top:20px}.info-grid span{color:#e10600;font-weight:900}.info-grid h3{font-size:22px}.info-grid p{color:#999;line-height:1.6}.contact{text-align:center;padding:100px 20px;background:linear-gradient(180deg,#111,#050505)}.contact p:not(.eyebrow){color:#999}.contact .outline-btn{margin-top:10px}footer{border-top:1px solid #222;padding:35px 6%;display:flex;justify-content:space-between;align-items:center;color:#777;font-size:11px}footer .logo{color:#fff}.modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.75);z-index:20}.modal.show{display:flex;justify-content:flex-end}.cart{height:100%;width:min(440px,100%);background:#111;padding:35px;position:relative;overflow:auto}.close{position:absolute;right:20px;top:15px;background:none;border:0;color:#fff;font-size:30px;cursor:pointer}.cart h2{font-size:35px}.cart-item{display:flex;justify-content:space-between;border-bottom:1px solid #333;padding:18px 0}.cart-total{display:flex;justify-content:space-between;font-weight:900;font-size:20px;padding:25px 0}.full{width:100%}@media(max-width:850px){.grid{grid-template-columns:repeat(2,1fr)}.about,.info-grid{grid-template-columns:1fr}.code-section{flex-direction:column;align-items:flex-start}.code-box{min-width:0;width:100%}.hero{min-height:570px}.hero h1{letter-spacing:-4px}.topbar{padding:0 3%;}.topbar+nav{gap:18px;overflow:auto;justify-content:flex-start;padding:0 20px}.search-wrap{order:3;width:100%;position:absolute;top:82px;left:0;display:none}.topbar:focus-within .search-wrap{display:flex}.topbar{margin-bottom:0;height:82px}.topbar+nav{margin-top:0}}@media(max-width:520px){.grid{grid-template-columns:1fr}.section{padding:60px 5%}.hero{padding:8% 5%}.hero h1{font-size:70px}.section-head{display:block}.filters{margin-top:20px}footer{display:block}.footer p{margin-top:10px}}
