:root{--ink: #1f2128;--muted: #595e69;--line: #d5d8df;--surface: #ffffff;--canvas: #f5f6fa;--brand: #cb2027;--brand-dark: #9d161c;font-family:Manrope,Tahoma,sans-serif;color:var(--ink);background:linear-gradient(180deg,#fafbfc,#f4f6f9)}*{box-sizing:border-box}body{margin:0}a{color:inherit}.site{max-width:1140px;margin:0 auto;padding:1rem;display:grid;gap:1rem}.topbar{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:.65rem .85rem}.brand{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none;font-weight:700}.brand img{width:140px;max-width:100%;height:auto}.menu{display:inline-flex;gap:.4rem;flex-wrap:wrap}.menu a{text-decoration:none;border:1px solid transparent;border-radius:10px;padding:.42rem .68rem;color:var(--muted);font-size:.89rem}.menu a.active{border-color:var(--line);background:var(--canvas);color:var(--ink)}.menu a.phone{background:var(--brand-dark);color:#fff}.eyebrow{margin:0;font-size:.78rem;letter-spacing:.09em;text-transform:uppercase;color:var(--muted)}.hero,.about,.services,.coming-soon,.lead-section,.footer{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:1rem}.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:.9rem;background:linear-gradient(130deg,#252830,#313743 55%,#404958);color:#fff}.hero h1{margin:.5rem 0;line-height:1.14;font-size:clamp(1.4rem,2.3vw,2.2rem)}.hero p{margin:0}.hero img{width:100%;height:100%;min-height:240px;object-fit:cover;border-radius:12px}.hero-actions{margin-top:.75rem;display:flex;gap:.55rem;flex-wrap:wrap}.btn{text-decoration:none;border-radius:10px;padding:.58rem .84rem;font-weight:600;font-size:.9rem}.btn.primary{background:#fff;color:#1f2835}.btn.secondary{background:#ffffff1f;border:1px solid rgba(255,255,255,.28);color:#fff}h1,h2,h3{margin:.35rem 0 .2rem}.about p,.services p,.coming-soon p,.lead-section p{margin:.48rem 0 0;color:var(--muted);line-height:1.45}.about img,.services img{margin-top:.72rem;width:100%;max-width:560px;border-radius:12px;border:1px solid var(--line)}.service-grid{margin-top:.68rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:.68rem}.service-grid article{border:1px solid var(--line);border-radius:11px;padding:.72rem;background:#f8f9fc}.lead-form{margin-top:.7rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.65rem}.lead-form label{display:grid;gap:.33rem;font-size:.88rem}.lead-form label.span-2,.lead-form button.submit{grid-column:1 / -1}.lead-form input,.lead-form textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:.52rem .6rem;font:inherit}.lead-form textarea{min-height:105px;resize:vertical}.submit{border:0;border-radius:10px;padding:.68rem .88rem;background:var(--brand);color:#fff;font-weight:600;cursor:pointer}.status{margin-top:.66rem;color:var(--brand-dark)}.footer{text-align:center}.footer p{margin:0}@media (max-width: 920px){.hero{grid-template-columns:1fr}}@media (max-width: 680px){.site{padding:.7rem}.menu a.phone{width:100%;text-align:center}}
