:root{--bg:#f7f4ee;--card:#fff;--ink:#172326;--muted:#61706f;--accent:#1f5a52;--accent-dark:#163f3a;--line:#e4dfd4;--soft:#eef3f1;--shadow:0 20px 60px rgba(23,35,38,.10);--radius:28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:var(--bg);color:var(--ink)}img{max-width:100%;display:block}a{color:inherit}.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 5vw;background:rgba(247,244,238,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(228,223,212,.8)}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:800;letter-spacing:-.03em}.brand img{width:54px;height:54px;object-fit:contain}.nav{display:flex;gap:22px;align-items:center;color:var(--muted);font-size:15px;font-weight:650}.nav a{text-decoration:none}.nav a:hover{color:var(--accent)}.header-btn,.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:13px 22px;border-radius:999px;text-decoration:none;font-weight:800}.header-btn,.btn.primary{color:#fff;background:var(--accent);box-shadow:0 10px 28px rgba(31,90,82,.22)}.header-btn:hover,.btn.primary:hover{background:var(--accent-dark)}.btn.secondary{background:#fff;color:var(--ink);border:1px solid var(--line)}.hero{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center;padding:72px 5vw 56px}.hero-copy{background:rgba(255,255,255,.62);border:1px solid var(--line);border-radius:36px;padding:44px;box-shadow:var(--shadow)}.eyebrow{display:inline-block;color:var(--accent);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;margin-bottom:12px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(42px,6vw,76px);line-height:.96;letter-spacing:-.07em;margin-bottom:22px}h2{font-size:clamp(32px,4vw,52px);line-height:1;letter-spacing:-.055em;margin-bottom:18px}h3{font-size:20px;letter-spacing:-.025em;margin-bottom:10px}p{color:var(--muted);line-height:1.7;font-size:17px}.hero-copy>p{font-size:20px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:30px 0 20px}.trust-line{font-size:15px!important;margin:0}.hero-image{border-radius:38px;overflow:hidden;box-shadow:var(--shadow);min-height:560px;background:#ddd}.hero-image img{width:100%;height:560px;object-fit:cover}.section{padding:72px 5vw}.section-head{max-width:820px;margin-bottom:34px}.service-grid,.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-grid article,.why-grid article,.contact-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:0 10px 32px rgba(23,35,38,.06)}.service-grid article:hover,.why-grid article:hover{transform:translateY(-3px);transition:.2s ease;box-shadow:var(--shadow)}.note{margin-top:24px;padding:18px 22px;background:var(--soft);border-radius:20px;color:var(--ink);font-weight:700}.work-section{background:#fffaf2}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.gallery figure{margin:0;background:#fff;border-radius:24px;overflow:hidden;border:1px solid var(--line);box-shadow:0 10px 28px rgba(23,35,38,.07)}.gallery img{width:100%;height:230px;object-fit:cover;transition:.3s ease}.gallery figure:hover img{transform:scale(1.04)}.gallery figcaption{padding:14px 16px 16px;font-weight:800;color:var(--ink)}.quote-section{padding:78px 5vw;background:linear-gradient(135deg,#173c38,#245d55)}.quote-card{background:#fff;max-width:1180px;margin:0 auto;padding:46px;border-radius:38px;box-shadow:0 24px 80px rgba(0,0,0,.18)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:30px 0}.steps div{background:var(--soft);border-radius:24px;padding:24px}.steps strong{display:flex;width:42px;height:42px;border-radius:999px;align-items:center;justify-content:center;background:var(--accent);color:#fff;margin-bottom:14px}.small-print{margin:20px 0 0;font-size:14px}.split{display:grid;grid-template-columns:.85fr 1.15fr;gap:50px;align-items:start}.areas{text-align:center;max-width:900px;margin:auto}.contact-section{display:grid;grid-template-columns:1fr .85fr;gap:30px;align-items:center}.contact-card a:not(.btn){color:var(--accent);font-weight:800}.full{width:100%;margin-top:10px}.footer{padding:34px 5vw;background:#111b1d;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.footer p{color:rgba(255,255,255,.68);margin:0}.footer-brand{display:flex;gap:14px;align-items:center}.footer-brand img{width:58px;height:58px;object-fit:contain;background:#fff;border-radius:16px;padding:5px}.footer-links{display:flex;gap:18px;flex-wrap:wrap}.footer-links a{color:#fff;text-decoration:none;font-weight:700}.copyright{font-size:14px;width:100%}@media(max-width:1000px){.hero,.split,.contact-section{grid-template-columns:1fr}.service-grid,.why-grid,.gallery{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:1fr}.hero-image,.hero-image img{height:420px;min-height:420px}}@media(max-width:760px){.site-header{position:relative;align-items:flex-start;flex-direction:column}.brand span{font-size:16px}.nav{width:100%;overflow:auto;padding-bottom:4px;gap:16px}.header-btn{width:100%}.hero{padding-top:32px}.hero-copy{padding:28px;border-radius:28px}.service-grid,.why-grid,.gallery{grid-template-columns:1fr}.gallery img{height:260px}.quote-card{padding:28px;border-radius:28px}.footer{align-items:flex-start;flex-direction:column}}
