:root{--red:#d60612;--dark:#071116;--gray:#f4f5f6;--text:#162026;--muted:#5d676e;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:var(--white);line-height:1.55}.container{width:min(1120px,92%);margin:0 auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid #e6e8ea}.nav{height:78px;display:flex;align-items:center;justify-content:space-between}.brand{text-decoration:none;color:var(--dark);display:flex;flex-direction:column;line-height:1}.brand-main{font-weight:900;font-size:34px;letter-spacing:3px}.gear{color:var(--red);font-size:.95em}.brand-sub{text-transform:uppercase;font-size:12px;letter-spacing:2px;margin-top:7px}.nav-links{display:flex;gap:28px}.nav-links a{color:var(--text);text-decoration:none;font-weight:700;font-size:14px}.nav-links a:hover{color:var(--red)}.hero{background:linear-gradient(110deg,#fff 0%,#fff 52%,#101b21 52%,#101b21 100%);padding:74px 0}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}.eyebrow{text-transform:uppercase;color:var(--red);font-weight:900;letter-spacing:1.5px;font-size:13px}.hero h1,.section h2{font-size:48px;line-height:1.05;margin:12px 0 18px;color:var(--dark)}.hero h1{max-width:620px}.hero-text{font-size:19px;color:var(--muted);max-width:560px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.btn{padding:14px 20px;border-radius:4px;text-decoration:none;font-weight:900}.primary{background:var(--red);color:white}.secondary{border:2px solid var(--red);color:var(--red);background:white}.photo-frame{background:white;border:5px solid var(--red);border-radius:10px;padding:8px;box-shadow:0 18px 44px rgba(0,0,0,.2)}.photo-frame img{display:block;width:100%;border-radius:4px;object-fit:cover}.hero-card{max-width:440px;margin-left:auto}.hero-card img{height:340px}.features{background:var(--dark);color:white}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px}.features article{padding:34px 28px;border-left:1px solid rgba(255,255,255,.13)}.features span{color:var(--red);font-weight:900}.features h3{margin:8px 0}.features p{color:#d8dee2;margin:0}.section{padding:82px 0}.split-grid,.products-grid,.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:start}.text-block{font-size:18px;color:#2d383e}.light{background:var(--gray)}.section-photo-frame{max-width:560px;margin:22px 0 0}.section-photo{max-height:280px}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:18px;margin-top:28px}.card{background:white;border:1px solid #e4e6e8;padding:26px;border-radius:6px;box-shadow:0 12px 28px rgba(0,0,0,.05)}.card h3{margin-top:0;color:var(--dark)}.product-list{padding-left:20px;font-size:18px}.product-list li{margin:12px 0}.product-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}.product-gallery figure{margin:0;border:3px solid var(--red);border-radius:8px;overflow:hidden;background:white;box-shadow:0 12px 28px rgba(0,0,0,.12)}.product-gallery img{width:100%;height:130px;object-fit:cover;display:block}.product-gallery figcaption{font-size:11px;font-weight:700;text-align:center;padding:6px 4px;color:var(--muted);background:var(--gray)}.brands-box{background:var(--dark);color:white;border-radius:8px;padding:34px}.brands-box h3{margin-top:0}.brand-pill{background:white;color:var(--dark);margin:14px 0;padding:18px;border-left:6px solid var(--red);border-radius:4px;display:flex;flex-direction:column;gap:6px}.brand-pill strong{font-weight:900;letter-spacing:.5px}.brand-tag{font-size:12px;font-weight:700;color:var(--red);text-transform:uppercase;letter-spacing:1px}.brand-desc{margin:0;font-size:14px;font-weight:400;color:var(--muted);line-height:1.5}.contact{background:linear-gradient(135deg,var(--red),#9c0008);color:white}.contact h2,.contact .eyebrow{color:white}.contact a:not(.btn){color:white}.contact-actions{margin-top:26px}.tagline-bar{background:var(--dark);padding:16px 0}.tagline-bar p{margin:0;color:white;text-align:center;font-weight:700;font-size:14px;letter-spacing:.3px}.quote-block{margin:0 0 20px;padding:0 0 0 18px;border-left:4px solid var(--red);font-style:italic;color:var(--dark)}.pull-quote{font-weight:900;color:var(--dark);font-size:19px;margin-top:20px}.footer{background:var(--dark);color:white;padding:26px 0}.footer-grid{display:flex;justify-content:space-between;gap:20px;align-items:center}.footer-grid div{display:flex;flex-direction:column;gap:4px}.social-links{display:flex;gap:18px}.social-links a{color:white;text-decoration:none;font-weight:700;font-size:14px;display:flex;align-items:center;gap:6px;opacity:.85}.social-links a:hover{opacity:1;color:var(--red)}@media (max-width:850px){.nav{height:auto;padding:18px 0;align-items:flex-start}.nav-links{display:none}.hero{background:white;padding:48px 0}.hero-grid,.split-grid,.products-grid,.contact-grid{grid-template-columns:1fr}.hero h1,.section h2{font-size:36px}.features-grid,.cards-grid{grid-template-columns:1fr}.product-gallery img{height:64px}.hero-card{max-width:220px;margin:0 auto}.hero-card img{height:170px}.section-photo-frame{max-width:280px}.section{padding:56px 0}.footer-grid{flex-direction:column;align-items:flex-start}}
