:root{--yellow:#ffc400;--black:#111315;--ink:#202327;--grey:#f3f3f1;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--white)}a{color:inherit;text-decoration:none}.header{height:92px;display:flex;align-items:center;padding:0 5vw;gap:48px;background:#fff;position:relative;z-index:5;border-bottom:1px solid #e6e6e3}.brand img{width:190px;display:block}.header nav{display:flex;gap:30px;margin-left:auto;font-weight:600;font-size:14px}.header nav a:hover{color:#a47d00}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 25px;font-weight:700;font-size:14px;letter-spacing:.02em;border:1px solid transparent;transition:.2s}.button:hover{transform:translateY(-2px)}.button-dark{background:var(--black);color:#fff}.button-yellow{background:var(--yellow);color:#111}.button-outline{border-color:#777;color:#fff}.hero{min-height:690px;background:var(--black);color:#fff;display:grid;grid-template-columns:1.15fr .85fr;position:relative;overflow:hidden}.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to right,#000,transparent)}.hero-content{padding:95px 5vw 55px;position:relative;z-index:2}.eyebrow{text-transform:uppercase;letter-spacing:.17em;font-size:12px;font-weight:700;display:flex;align-items:center;gap:10px;margin:0 0 20px}.eyebrow span{display:block;width:28px;height:3px;background:var(--yellow)}.eyebrow.dark{color:#676b6f}.hero h1,.section h2,.experience h2,.contact h2{font-family:'Barlow Condensed',Impact,sans-serif;text-transform:uppercase;line-height:.88;letter-spacing:-.03em;margin:0;font-size:clamp(58px,7.7vw,112px)}.hero h1 em{color:var(--yellow);font-style:normal}.hero-copy{font-size:17px;line-height:1.75;color:#bfc1c2;max-width:660px;margin:32px 0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.trust-row{display:flex;gap:42px;margin-top:65px}.trust-row div{display:flex;flex-direction:column}.trust-row strong{font-family:'Barlow Condensed';font-size:34px;color:var(--yellow)}.trust-row span{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#9fa1a2}.hero-visual{display:flex;align-items:center;justify-content:center;position:relative;background:linear-gradient(135deg,#25282b,#111315)}.hero-visual:before{content:"";position:absolute;width:440px;height:440px;border:70px solid rgba(255,196,0,.94);border-radius:50%;right:-140px;top:-90px}.engine-card{width:min(80%,420px);min-height:390px;padding:38px;background:#24272a;border:1px solid #494b4d;box-shadow:0 30px 70px #0009;position:relative;z-index:1}.engine-label{font:700 11px Inter;letter-spacing:.18em;color:var(--yellow)}.engine-lines{height:90px;margin:35px 0;background:repeating-linear-gradient(90deg,#494d4f 0,#494d4f 3px,transparent 3px,transparent 21px);border-top:1px solid #555;border-bottom:1px solid #555}.gauge{width:120px;height:120px;margin:auto;border:13px solid #5b5e60;border-top-color:var(--yellow);border-radius:50%;position:relative;transform:rotate(25deg)}.gauge span{position:absolute;width:45px;height:3px;background:var(--yellow);top:47px;left:47px;transform:rotate(50deg);transform-origin:left}.engine-card p{margin:35px 0 0;color:#bbb;line-height:1.6;font-size:14px}.symptoms{background:var(--yellow);padding:24px 5vw;display:flex;align-items:center;gap:28px}.symptoms p{font-weight:800;text-transform:uppercase;font-size:13px}.symptom-list{display:flex;gap:9px;flex-wrap:wrap}.symptom-list span{background:#111;color:#fff;font-size:12px;padding:9px 13px}.symptoms>a{margin-left:auto;font-weight:800;white-space:nowrap}.section{padding:110px 5vw}.section-heading{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end;margin-bottom:55px}.section h2,.contact h2{font-size:clamp(52px,6vw,82px);color:var(--black)}.section-heading>p{max-width:550px;color:#65686b;line-height:1.8}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #ddd;border-left:1px solid #ddd}.services-grid article{padding:36px;min-height:230px;border-right:1px solid #ddd;border-bottom:1px solid #ddd;transition:.2s}.services-grid article:hover{background:var(--black);color:#fff;transform:translateY(-5px)}.services-grid b{color:#bd9100;font-family:'Barlow Condensed';font-size:18px}.services-grid h3{font-family:'Barlow Condensed';font-size:28px;text-transform:uppercase;margin:35px 0 12px}.services-grid p{font-size:14px;color:#777;line-height:1.6;margin:0}.services-grid article:hover p{color:#bbb}.experience{padding:100px 5vw;background:var(--black);color:#fff;display:grid;grid-template-columns:.7fr 1fr 1fr;gap:55px;align-items:center;position:relative;overflow:hidden}.experience-number{font:800 270px/1 'Barlow Condensed';color:var(--yellow);letter-spacing:-.09em}.experience h2{font-size:clamp(58px,6vw,88px)}.experience-copy{color:#c5c6c7;line-height:1.8}.experience-copy ul{list-style:none;padding:15px 0 0;margin:0}.experience-copy li{padding:11px 0;border-bottom:1px solid #3c3e40}.experience-copy li:before{content:"✓";color:var(--yellow);font-weight:800;margin-right:10px}.contact{padding:100px 5vw;background:var(--grey);display:grid;grid-template-columns:1.25fr .75fr;gap:70px}.contact>div:first-child>p:last-child{color:#666;line-height:1.7;max-width:650px}.contact-actions{display:flex;flex-direction:column;align-items:flex-start;gap:18px;padding:35px;border-left:5px solid var(--yellow);background:#fff}.contact-actions .phone{font:700 34px 'Barlow Condensed'}.contact-actions p{font-size:13px;color:#666;line-height:1.6;margin:0}.map-link{font-weight:700;border-bottom:2px solid var(--yellow)}footer{min-height:120px;padding:30px 5vw;display:flex;align-items:center;gap:45px;background:#fff;font-size:12px;color:#666}footer img{width:160px}footer p:last-child{margin-left:auto}.mobile-bar{display:none}@media(max-width:850px){body{padding-bottom:64px}.header{height:76px;padding:0 20px}.brand img{width:150px}.header nav,.header-call{display:none}.hero{grid-template-columns:1fr;min-height:auto}.hero-content{padding:70px 22px 45px}.hero-visual{display:none}.hero-copy{font-size:15px}.trust-row{gap:24px;margin-top:45px}.trust-row strong{font-size:28px}.symptoms{padding:25px 22px;display:block}.symptoms>a{display:inline-block;margin-top:20px}.section{padding:75px 22px}.section-heading{grid-template-columns:1fr;gap:20px}.services-grid{grid-template-columns:1fr}.services-grid article{min-height:180px}.experience{padding:70px 22px;grid-template-columns:1fr}.experience-number{font-size:180px;position:absolute;right:-10px;top:-25px;opacity:.12}.contact{padding:70px 22px;grid-template-columns:1fr;gap:35px}.contact-actions{padding:25px}.contact-actions .phone{font-size:30px}footer{padding:30px 22px;display:block;text-align:center}footer img{margin-bottom:12px}footer p:last-child{margin:10px 0}.mobile-bar{position:fixed;z-index:20;bottom:0;left:0;right:0;height:64px;display:grid;grid-template-columns:1fr 1fr;background:#111}.mobile-bar a{display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800}.mobile-bar a:last-child{background:#21b65b}}
