:root{--red:#e30613;--red2:#b4000b;--ink:#121316;--muted:#666b73;--line:#e7e8eb;--soft:#f5f6f8;--white:#fff;--shadow:0 14px 38px rgba(18,19,22,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;font-size:16px}a{text-decoration:none;color:inherit}button,input,textarea{font:inherit}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.topbar{background:#111;color:#c9cbd0;font-size:.82rem}.topbar-inner{height:38px;display:flex;align-items:center;justify-content:space-between}.topbar a{margin-right:22px}.topbar button{border:0;background:transparent;color:#fff}.head-main{height:104px;display:grid;grid-template-columns:290px 1fr 210px;gap:30px;align-items:center}.brand img{display:block;width:100%;height:74px;object-fit:contain;object-position:left}.search{display:flex;border:2px solid #ededee;border-radius:7px;overflow:hidden}.search:focus-within{border-color:var(--red)}.search input{border:0;outline:0;padding:14px 16px;width:100%;font-size:.95rem}.search button{border:0;background:var(--red);color:#fff;padding:0 25px;font-weight:700}.cart{border:0;background:var(--soft);border-radius:8px;padding:12px;display:flex;text-align:left;gap:10px;align-items:center;cursor:pointer}.cart-icon{font-size:1.4rem}.cart small{display:block;color:var(--muted);margin-top:4px}nav{background:#17181b;color:#fff}.nav-inner{display:flex}.nav-links{display:flex}.nav-links a{padding:18px 21px;font-size:.9rem;font-weight:600;border-right:1px solid #2b2c30}.nav-links a:hover{background:var(--red)}.menu-toggle{display:none;background:none;border:0;color:white;padding:16px 0;font-weight:700}.hero{background:linear-gradient(110deg,#fff 0%,#fff 51%,#f3f4f6 51%,#e9ebee 100%);overflow:hidden}.hero-grid{min-height:530px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:50px}.eyebrow{color:var(--red);text-transform:uppercase;font-size:.78rem;font-weight:800;letter-spacing:.18em}.hero h1,.section h2,.about h2,.contact h2{font-family:Rajdhani,Inter,sans-serif;line-height:.98;margin:.18em 0;font-weight:700}.hero h1{font-size:clamp(3rem,5vw,5.2rem);max-width:720px}.hero-copy>p{color:var(--muted);line-height:1.75;font-size:1.06rem;max-width:650px}.hero-actions{display:flex;gap:12px;margin:30px 0}.btn{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:5px;padding:14px 24px;font-weight:800;cursor:pointer}.primary{background:var(--red);color:white}.primary:hover{background:var(--red2)}.ghost{background:white;border:1px solid var(--line)}.trust{display:flex;gap:24px;flex-wrap:wrap;font-size:.86rem;font-weight:700}.hero-visual{position:relative;height:430px;display:flex;align-items:center;justify-content:center}.hero-visual:before{content:"";position:absolute;width:370px;height:370px;border:1px solid #d3d5d8;border-radius:50%;box-shadow:0 0 0 38px rgba(255,255,255,.5)}.hero-visual img{position:relative;width:65%;height:350px;object-fit:contain;mix-blend-mode:multiply;filter:drop-shadow(0 24px 25px rgba(0,0,0,.18))}.floating-card{position:absolute;bottom:40px;right:5px;background:#fff;padding:18px 22px;border-left:4px solid var(--red);box-shadow:var(--shadow)}.floating-card small{display:block;color:var(--muted);margin-top:5px}.section{padding:85px 0}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:30px}.section h2,.about h2,.contact h2{font-size:clamp(2.4rem,4vw,3.8rem)}.section-head h2{margin-bottom:0}.section-head>a{color:var(--red);font-weight:700}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-grid article{padding:28px;border:1px solid var(--line);border-radius:7px;transition:.25s}.category-grid article:hover{transform:translateY(-5px);border-color:var(--red);box-shadow:var(--shadow)}.category-grid article>span{width:55px;height:55px;border-radius:50%;background:#fff0f1;color:var(--red);display:grid;place-items:center;font-family:Rajdhani;font-weight:800;font-size:1.25rem}.category-grid h3{margin:22px 0 8px}.category-grid p{color:var(--muted);font-size:.9rem;line-height:1.55}.products-section{padding:85px 0;background:var(--soft)}.filters{display:flex;gap:8px;flex-wrap:wrap}.filters button{border:1px solid var(--line);background:white;padding:9px 16px;border-radius:30px;font-weight:700;cursor:pointer}.filters button.active{background:var(--red);border-color:var(--red);color:white}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product{background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden;transition:.25s}.product:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.pic{height:290px;position:relative;background:linear-gradient(#fff,#f4f5f6);padding:18px}.pic img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.badge{position:absolute;z-index:2;background:var(--red);color:#fff;padding:7px 11px;font-size:.72rem;font-weight:800;text-transform:uppercase;border-radius:3px}.product-info{padding:22px}.product-info small{color:var(--red);font-weight:700}.product-info h3{font-family:Rajdhani;font-size:1.65rem;margin:7px 0}.product-info p{color:var(--muted);line-height:1.55;font-size:.9rem;min-height:56px}.product-foot{border-top:1px solid var(--line);padding-top:17px;display:flex;align-items:center;justify-content:space-between;gap:10px}.product-foot strong{font-size:.82rem}.add{border:1px solid var(--ink);background:#fff;padding:9px 11px;border-radius:4px;font-size:.76rem;font-weight:800;cursor:pointer}.add:hover{background:var(--ink);color:white}.no-results{text-align:center;padding:45px;color:var(--muted)}.brand-row{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.brand-row span{border:1px solid var(--line);padding:25px 14px;text-align:center;font-weight:800;color:#555}.about{background:#17181b;color:#fff;padding:90px 0}.about-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.about p{color:#c8c9cd;line-height:1.8}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;border-top:1px solid #383a3f;margin-top:30px;padding-top:28px}.stats span{color:#aaa;font-size:.82rem}.stats b{display:block;color:#fff;font-family:Rajdhani;font-size:1.8rem}.contact{background:#fff}.contact-card{background:linear-gradient(120deg,#f7f7f8,#fff);border:1px solid var(--line);padding:55px;display:grid;grid-template-columns:1fr 1fr;gap:65px;border-radius:9px}.contact-card p{color:var(--muted);line-height:1.65}.contact form{display:grid;grid-template-columns:1fr 1fr;gap:13px}.contact input,.contact textarea{border:1px solid #dcdde0;border-radius:5px;padding:13px}.contact textarea{grid-column:1/-1;min-height:90px;resize:vertical}.contact form button{grid-column:1/-1}footer{background:#0e0f11;color:#b7b9bd;padding-top:65px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:50px}.footer-grid img{width:240px;height:70px;object-fit:contain;object-position:left;background:white}.footer-grid p{line-height:1.65;font-size:.9rem}.footer-grid h4{color:#fff}.footer-grid a{display:block;margin:12px 0;font-size:.88rem}.footer-cta{color:#ff3944!important;font-weight:800}.copyright{border-top:1px solid #292a2e;margin-top:50px;padding:22px 0;font-size:.8rem}.drawer{position:fixed;right:-420px;top:0;width:min(400px,92vw);height:100vh;background:#fff;z-index:20;padding:25px;box-shadow:-20px 0 50px rgba(0,0,0,.18);transition:.3s;display:flex;flex-direction:column}.drawer.open{right:0}.drawer-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.drawer-head button{border:0;background:none;font-size:2rem}.cart-items{flex:1;overflow:auto;padding:15px 0}.cart-item{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid var(--line)}.cart-item button{border:0;background:none;color:var(--red)}.full{width:100%}.overlay{position:fixed;inset:0;background:rgba(0,0,0,.48);z-index:19;opacity:0;visibility:hidden;transition:.25s}.overlay.show{opacity:1;visibility:visible}.toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,25px);background:#111;color:white;padding:12px 18px;border-radius:5px;opacity:0;transition:.2s;z-index:30}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:900px){.head-main{grid-template-columns:210px 1fr}.cart{display:none}.nav-inner{display:block}.menu-toggle{display:block}.nav-links{display:none;flex-direction:column}.nav-links.open{display:flex}.nav-links a{border-top:1px solid #2b2c30}.hero-grid{grid-template-columns:1fr;min-height:auto;padding:70px 0}.hero-visual{height:360px}.category-grid{grid-template-columns:1fr 1fr}.product-grid{grid-template-columns:1fr 1fr}.brand-row{grid-template-columns:repeat(3,1fr)}.about-grid,.contact-card{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.wrap{width:min(100% - 28px,1180px)}.topbar-inner>span{display:none}.topbar-inner{justify-content:flex-end}.head-main{height:auto;grid-template-columns:1fr;padding:12px 0}.brand img{width:235px;height:70px;margin:auto}.search{margin-bottom:12px}.hero{background:linear-gradient(#fff,#f1f2f4)}.hero-grid{padding:55px 0 35px;gap:10px}.hero h1{font-size:3rem}.hero-visual{height:310px}.hero-visual img{height:280px}.floating-card{bottom:10px}.section,.products-section{padding:60px 0}.section-head{align-items:flex-start;gap:18px;flex-direction:column}.category-grid,.product-grid,.brand-row{grid-template-columns:1fr}.pic{height:270px}.about-grid{gap:25px}.stats{grid-template-columns:1fr}.contact-card{padding:28px;gap:25px}.contact form{grid-template-columns:1fr}.contact input{grid-column:1/-1}.footer-grid{grid-template-columns:1fr}.trust{gap:12px}.hero-actions{flex-direction:column}.btn{width:100%}}
