:root{color-scheme:light;--bg: #f3f1ea;--surface: #ffffff;--surface-alt: #e6efe4;--text: #202020;--muted: #5f645b;--line: #d4dccd;--primary: #5db46c;--primary-dark: #376736;--accent: #2c2e43;--sand: #d9cfbf;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}main{min-height:60vh}.container{width:min(1120px,calc(100% - 32px));margin:0 auto}.top-strip{background:var(--accent);color:#fff;font-size:13px}.top-strip__inner{display:flex;justify-content:space-between;gap:16px;padding:10px 0}.site-header{position:sticky;top:0;z-index:20;background:#f3f1eaf5;border-bottom:1px solid rgba(44,46,67,.08)}.header-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:16px 0}.brand{display:inline-flex;align-items:center;gap:14px;font-weight:700;letter-spacing:.02em}.brand small{display:block;color:var(--muted);font-size:12px;font-weight:500;margin-top:4px}.brand-mark{width:44px;height:44px;border:1px solid var(--primary);border-radius:50%;position:relative;display:inline-block}.brand-mark span{position:absolute;display:block;background:var(--primary);border-radius:999px}.brand-mark span:nth-child(1){width:18px;height:6px;left:12px;top:12px;transform:rotate(36deg)}.brand-mark span:nth-child(2){width:20px;height:6px;left:9px;top:19px;transform:rotate(20deg);background:var(--primary-dark)}.brand-mark span:nth-child(3){width:16px;height:6px;left:15px;top:27px;transform:rotate(38deg)}.main-nav{display:flex;justify-content:center;gap:18px;font-size:14px}.main-nav a{color:var(--muted);padding:8px 0;border-bottom:2px solid transparent}.main-nav a.active{color:var(--text);border-color:var(--primary-dark)}.header-cta{display:flex;align-items:center;gap:16px;font-size:14px}.header-cta>a:first-child{font-weight:700}.menu-button{display:none;border:1px solid var(--line);background:var(--surface);padding:10px 14px}.button{display:inline-flex;align-items:center;justify-content:center;background:var(--primary-dark);color:#fff;border:1px solid var(--primary-dark);padding:14px 20px;min-height:46px;font-weight:600}.button--ghost{background:transparent;color:var(--text);border-color:#20202029}.button--small{min-height:40px;padding:10px 14px}.hero,.page-hero{padding:64px 0 56px}.hero-grid,.split,.contact-grid,.cta-band,.footer-grid{display:grid;gap:24px}.hero-grid{grid-template-columns:1.1fr .9fr;align-items:center}.section-label,.section-heading p,.card-meta,.ad-mark{margin:0 0 10px;color:var(--primary-dark);text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:700}.hero h1,.page-hero h1{margin:0;font-size:clamp(34px,5vw,60px);line-height:.98;max-width:11ch}.hero-text,.page-hero p:last-child{font-size:17px;line-height:1.6;color:var(--muted);max-width:60ch;margin:18px 0 0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.hero-media img,.split img{width:100%;height:100%;object-fit:cover;border:1px solid rgba(44,46,67,.08)}.stat-grid,.feature-grid,.service-grid,.review-grid,.step-grid,.card-grid{display:grid;gap:14px}.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:28px}.stat-grid article,.feature-grid article,.service-grid article,.review-card,.step-grid article,.project-card,.contact-card,.price-table>div,.cta-band,.map-shell,.form,.site-footer{background:var(--surface);border:1px solid rgba(44,46,67,.08)}.stat-grid article{padding:18px}.stat-grid strong{display:block;font-size:24px}.stat-grid span{color:var(--muted);display:block;margin-top:8px;font-size:14px;line-height:1.45}.section{padding:60px 0}.section--alt{background:#eef2ea}.section-heading{max-width:780px;margin-bottom:24px}.section-heading h2{margin:0;font-size:clamp(28px,4vw,42px);line-height:1.06}.section-heading span{display:block;color:var(--muted);margin-top:12px;line-height:1.6}.feature-grid,.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-grid article,.service-grid article,.step-grid article,.review-card,.contact-card{padding:22px}.feature-grid h3,.service-grid h3,.review-card h3,.step-grid h3,.project-card h3{margin:0 0 10px;font-size:22px}.feature-grid p,.service-grid p,.review-card p,.step-grid p,.project-card p,.contact-card p{margin:0;color:var(--muted);line-height:1.6}.service-grid ul,.project-card ul,.check-list{margin:14px 0 0;padding-left:18px;color:var(--text);line-height:1.55}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-card{overflow:hidden}.project-card img{aspect-ratio:16 / 10;width:100%;object-fit:cover}.project-card>div{padding:18px;display:grid;gap:10px}.project-card strong,.review-card strong{font-size:14px}.review-grid,.step-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.step-grid article span{color:var(--primary-dark);font-size:28px;font-weight:700;display:block;margin-bottom:12px}.split{grid-template-columns:1fr 1fr;align-items:center}.price-table{display:grid;gap:12px}.price-table>div{display:flex;justify-content:space-between;gap:20px;padding:18px 20px}.contact-grid{grid-template-columns:.95fr 1.05fr;align-items:start}.form{padding:20px;display:grid;gap:14px}.form--compact{grid-template-columns:repeat(3,minmax(0,1fr));align-items:end}.form label{display:grid;gap:8px;font-size:14px}.form input,.form select,.form textarea{width:100%;border:1px solid var(--line);background:#fbfbf7;padding:13px 14px;min-height:48px}.form button{min-height:48px;border:0;background:var(--primary-dark);color:#fff;font-weight:700}.form small{color:var(--muted);font-size:12px;line-height:1.45}.form-success{padding:18px;background:var(--surface-alt);border:1px solid var(--line)}.cta-band{grid-template-columns:1.15fr .85fr;padding:24px;align-items:center}.map-shell{padding:12px}.map-shell iframe{width:100%;height:420px;border:0}.site-footer{margin-top:0;padding:26px 0;background:var(--accent);color:#fff;border:0}.footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-grid p{color:#ffffffc7;line-height:1.55;margin:0 0 10px}.footer-caption a,.site-footer a{color:#fff}@media(max-width:980px){.hero-grid,.split,.contact-grid,.cta-band,.footer-grid,.feature-grid,.service-grid,.review-grid,.step-grid,.card-grid,.form--compact{grid-template-columns:1fr}.header-row{grid-template-columns:auto auto}.menu-button{display:inline-flex;justify-self:end}.main-nav{display:none;grid-column:1 / -1;justify-content:start;flex-direction:column;padding-top:8px}.main-nav.open{display:flex}.header-cta{grid-column:1 / -1;justify-content:space-between}}@media(max-width:640px){.container{width:min(100% - 24px,1120px)}.top-strip__inner,.header-cta,.hero-actions,.price-table>div{flex-direction:column;align-items:flex-start}.hero,.page-hero{padding:48px 0 40px}.section{padding:52px 0}.hero h1,.page-hero h1{max-width:none}}
