:root{--red:#ff202b;--dark:#0c0c0d;--dark2:#141416;--text:#151517;--muted:#606067;--line:#e8e8ea;--white:#fff;--max:1180px}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:#fff;line-height:1.55}a{text-decoration:none;color:inherit}.container{width:min(var(--max),calc(100% - 40px));margin:auto}.header{height:72px;background:#0d0d0e;color:#fff;display:flex;align-items:center;position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(255,255,255,.14)}.nav{display:flex;align-items:center;justify-content:space-between;gap:30px}.logo{font-weight:900;font-size:30px;letter-spacing:-1.8px}.logo span{color:var(--red)}.menu{display:flex;align-items:center;gap:42px;font-weight:600;font-size:14px}.menu a{position:relative;opacity:.96}.menu a.active:after,.menu a:hover:after{content:"";position:absolute;left:0;right:0;bottom:-12px;height:3px;background:var(--red)}.icons{display:flex;gap:20px}.icon{width:22px;height:22px;display:block}.hero{min-height:540px;background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.22)),url('assets/hero.jpg') center/cover no-repeat;color:#fff;display:flex;align-items:center}.hero-content{padding:75px 0 85px;max-width:520px}.eyebrow{font-size:11px;letter-spacing:4px;text-transform:uppercase;margin-bottom:12px}.hero h1{font-size:clamp(42px,5vw,70px);line-height:.98;letter-spacing:-2px;font-weight:900}.hero h1 span{color:var(--red)}.hero p{font-size:17px;max-width:430px;margin:24px 0 28px;color:#eee}.btn{display:inline-flex;align-items:center;gap:13px;padding:14px 25px;border-radius:30px;background:var(--red);color:#fff;font-weight:800;font-size:14px;transition:.2s}.btn:hover{transform:translateY(-2px);filter:brightness(1.06)}.products{padding:70px 0 74px}.section-kicker{display:flex;align-items:center;gap:12px;color:#444;font-size:11px;letter-spacing:3px;text-transform:uppercase;margin-bottom:10px}.section-kicker:before{content:"";width:30px;height:3px;background:var(--red)}.section-title{font-size:34px;line-height:1.1;letter-spacing:-1px;margin-bottom:28px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.card{border:1px solid #e7e7e8;border-radius:6px;overflow:hidden;background:#fff;box-shadow:0 3px 12px rgba(0,0,0,.035)}.card img{display:block;width:100%;aspect-ratio:1.12/1;object-fit:cover}.card-body{padding:18px 18px 22px}.card h3{font-size:18px;margin-bottom:8px}.card p{font-size:14px;color:#4e4e55;min-height:68px}.price{font-weight:800;margin-top:14px;font-size:16px}.about{background:#111112;color:#fff}.about-grid{display:grid;grid-template-columns:40% 60%;min-height:430px}.about-image{background:url('assets/about.jpg') center/cover no-repeat;min-height:430px}.about-copy{padding:70px 7vw 70px 70px;display:flex;flex-direction:column;justify-content:center}.about-copy .section-kicker{color:#eee}.about-copy h2{font-size:40px;line-height:1.05;margin:4px 0 20px}.about-copy p{color:#ddd;max-width:640px;margin-bottom:14px}.highlights{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px}.highlight{font-size:13px;font-weight:700;display:flex;align-items:center;gap:9px}.dot{width:32px;height:32px;border:2px solid var(--red);border-radius:50%;display:grid;place-items:center;color:var(--red);font-size:14px}.footer{background:#0d0d0e;color:#fff;padding:42px 0 16px}.footer-grid{display:grid;grid-template-columns:1.2fr .9fr 1fr 1.25fr;gap:45px}.footer h3{font-size:14px;margin-bottom:14px}.footer p,.footer a{color:#cfcfd3;font-size:13px}.footer-links{display:flex;flex-direction:column;gap:7px}.footer .logo{font-size:26px}.social{display:flex;gap:16px;margin-top:20px}.social a{width:30px;height:30px;border:1px solid #555;border-radius:50%;display:grid;place-items:center}.copyright{border-top:1px solid #363638;margin-top:28px;padding-top:14px;text-align:center;color:#aaa;font-size:12px}.policy{padding:70px 0}.policy h1{font-size:40px;margin-bottom:12px}.policy .updated{color:#777;margin-bottom:35px}.policy h2{font-size:23px;margin:30px 0 10px}.policy p,.policy li{color:#45454b;font-size:15px}.policy ul{padding-left:22px}.mobile-btn{display:none;color:#fff}.contact-box{background:#f5f5f6;padding:18px;border-radius:8px;margin-top:16px}.notice{background:#fff5f5;border-left:4px solid var(--red);padding:14px 16px;margin:20px 0;color:#4a4a4e;font-size:14px}
@media(max-width:900px){.menu{gap:20px}.product-grid{grid-template-columns:repeat(2,1fr)}.about-grid{grid-template-columns:1fr}.about-image{min-height:320px}.about-copy{padding:50px 30px}.footer-grid{grid-template-columns:repeat(2,1fr)}.highlights{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.header{height:64px}.menu{display:none}.mobile-btn{display:block}.nav{width:100%}.hero{min-height:590px;background-position:60% center}.hero-content{padding:55px 0}.hero h1{font-size:46px}.products{padding:50px 0}.product-grid{grid-template-columns:1fr}.section-title{font-size:29px}.footer-grid{grid-template-columns:1fr}.about-copy h2{font-size:32px}.highlights{grid-template-columns:1fr}.container{width:min(var(--max),calc(100% - 28px))}}
