:root{--ink:#182534;--muted:#617080;--orange:#d86f22;--cream:#fff8ef;--line:#e7d8c6}*{box-sizing:border-box}body{margin:0;color:var(--ink);font:17px/1.65 Arial,sans-serif;background:var(--cream)}.site-header{max-width:1180px;margin:auto;padding:22px 32px;display:flex;align-items:center;gap:30px;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;color:inherit;text-decoration:none}.brand-mark{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:var(--orange);color:#fff;font-weight:800}.brand strong,.brand small{display:block}.brand small{color:var(--muted);font-size:.8rem}nav{display:flex;gap:22px}a{color:#9c4b16}nav a{color:var(--ink);text-decoration:none;font-weight:700}.header-phone,.button{background:var(--orange);color:#fff;text-decoration:none;font-weight:700;padding:10px 15px;border-radius:5px}main{max-width:1120px;margin:auto;padding:36px 32px 72px}h1{font-size:clamp(2.1rem,5vw,4.2rem);line-height:1.08;max-width:800px;margin:0 0 22px}h2{font-size:clamp(1.5rem,3vw,2.4rem);line-height:1.2;margin-top:44px}h3{margin-bottom:6px}.eyebrow{color:var(--orange);font-weight:800;text-transform:uppercase;letter-spacing:.08em}.hero-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:42px;align-items:center;padding:36px 0}.hero-grid img,.service-image img{width:100%;height:auto;border-radius:12px;box-shadow:0 14px 35px #32201124}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cards article{background:#fff;border:1px solid var(--line);padding:22px;border-radius:10px}.service-image{max-width:760px;margin:35px 0}footer{background:#182534;color:#fff;padding:30px max(32px,calc((100% - 1056px)/2));display:flex;justify-content:space-between;gap:24px;font-size:.92rem}footer a{color:#fff}@media(max-width:760px){.site-header{padding:18px;flex-wrap:wrap}nav{order:3;width:100%;justify-content:space-between}.hero-grid,.cards{grid-template-columns:1fr}main{padding:28px 20px 56px}footer{display:block;padding:30px 20px}footer div+div{margin-top:15px}.header-phone{font-size:.88rem}}
