:root{--bg:#0b0b0d;--panel:#151518;--text:#f5f5f5;--muted:#b8b8b8;--red:#d90000;--red2:#ff2020;--line:#2a2a2f;--white:#fff}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}a{color:inherit}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.topbar{position:sticky;top:0;z-index:10;background:#080808;border-bottom:1px solid var(--line)}.nav{height:72px;display:flex;align-items:center;justify-content:space-between}.brand{font-weight:900;letter-spacing:.05em;font-size:24px}.brand span{font-size:13px;color:var(--muted);font-weight:700;margin-left:10px;letter-spacing:0}.phone{font-weight:900;text-decoration:none;background:var(--red);padding:12px 18px;border-radius:999px}.hero{position:relative;min-height:760px;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;inset:0;background:url('assets/workshop-hoists.jpg') center/cover no-repeat;filter:brightness(.65)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.68) 48%,rgba(130,0,0,.55) 100%)}.hero-content{position:relative;max-width:860px;padding:80px 0}.eyebrow,.section-kicker{display:inline-block;background:var(--red);padding:10px 18px;border-radius:999px;font-weight:900;font-size:14px;letter-spacing:.04em}.hero h1{font-size:clamp(48px,7vw,86px);line-height:.98;margin:28px 0 22px;font-weight:900;letter-spacing:-.055em}.hero p{font-size:24px;color:#eee;max-width:780px;margin:0 0 28px}.cta-row{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:900;padding:16px 22px;border-radius:12px}.primary{background:var(--red);color:#fff}.secondary{background:#fff;color:#111}.trust-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.trust-row span{border:1px solid rgba(255,255,255,.28);padding:10px 14px;border-radius:999px;color:#eee;font-weight:700}.section{padding:90px 0}.grid-2{display:grid;grid-template-columns:1.15fr .85fr;gap:46px;align-items:start}.section-kicker{border-radius:0;background:transparent;color:var(--red2);padding:0;text-transform:uppercase;font-size:13px}.section h2{font-size:clamp(34px,5vw,58px);line-height:1.04;margin:12px 0 18px;letter-spacing:-.04em}.section p{font-size:19px;color:var(--muted)}.contact-card{background:#fff;color:#111;border-radius:22px;padding:36px;box-shadow:0 20px 60px rgba(0,0,0,.35)}.contact-card h3{font-size:32px;margin:0 0 10px}.contact-card p{color:#333}.contact-card ul{list-style:none;padding:0;margin:24px 0 0}.contact-card li{padding:10px 0;border-bottom:1px solid #eee;font-size:17px}.services-section{background:#f1f1f1;color:#111}.services-section p{color:#444}.services{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px}.services article{background:#fff;border-radius:18px;padding:28px;border-top:5px solid var(--red)}.services h3{font-size:26px;margin:0 0 8px}.services p{font-size:16px;margin:0}.gallery-section{background:#111}.gallery{display:grid;grid-template-columns:2fr 1fr 1fr;gap:16px;margin-top:34px}.gallery img{width:100%;height:360px;object-fit:cover;border-radius:18px;border:1px solid var(--line)}.gallery img:first-child{height:520px;grid-row:span 2}.brands-section{background:#0c0c0f}.brand-list{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.brand-list span{font-size:20px;font-weight:900;border:1px solid var(--line);padding:16px 22px;border-radius:12px;background:#151518}.final-cta{background:linear-gradient(90deg,#090909,#7b0000);padding:70px 0}.final-wrap{display:flex;justify-content:space-between;gap:30px;align-items:center}.final-cta h2{font-size:44px;line-height:1.05;margin:0 0 8px}.final-cta p{font-size:20px;color:#eee;margin:0}footer{background:#050505;border-top:1px solid var(--line);padding:34px 0;color:#cfcfcf}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;font-size:14px}@media(max-width:850px){.brand span{display:none}.hero{min-height:680px}.grid-2,.services,.gallery,.footer-grid{grid-template-columns:1fr}.gallery img,.gallery img:first-child{height:290px}.final-wrap{display:block}.final-wrap .cta-row{margin-top:24px}.hero p{font-size:20px}.topbar .phone{font-size:14px;padding:10px 12px}}
