:root{--ink: #17302b;--muted: #52615e;--evergreen: #0f4a3f;--evergreen-2: #1f6759;--water: #2f6f7f;--cedar: #c8623a;--sun: #e8b84d;--paper: #fbfcf8;--mist: #eef5ef;--line: #d8e2da;--white: #ffffff;--shadow: 0 18px 45px rgba(23, 48, 43, .12);--radius: 8px;--max: 1160px}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.55}body.menu-open{overflow:hidden}img,svg{max-width:100%;display:block}a{color:inherit}p{margin:0}.site-header{position:sticky;top:0;z-index:20;background:#fbfcf8f2;border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}.header-inner{width:min(var(--max),calc(100% - 32px));margin:0 auto;display:flex;align-items:center;justify-content:space-between;min-height:74px;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;min-width:220px}.brand-mark{width:38px;height:38px;border-radius:7px;background:linear-gradient(135deg,#ffffff3d,#fff0),linear-gradient(135deg,var(--evergreen),var(--water));position:relative;box-shadow:inset 0 -10px #ffffff14}.brand-mark:before{content:"";position:absolute;left:8px;right:8px;top:11px;height:8px;border-top:4px solid var(--sun);transform:skew(-28deg)}.brand-mark:after{content:"";position:absolute;left:9px;bottom:9px;width:20px;height:5px;border-radius:99px;background:var(--mist)}.brand-text{display:grid}.brand-name{font-size:1rem;font-weight:800;line-height:1.1}.brand-area{font-size:.78rem;color:var(--muted)}.nav{display:flex;align-items:center;gap:22px;font-size:.94rem;font-weight:650}.nav a{text-decoration:none;color:#28433e}.nav a:hover,.nav a:focus-visible{color:var(--cedar)}.header-actions{display:flex;align-items:center;gap:10px}.menu-toggle{display:none;width:42px;height:42px;border:1px solid var(--line);border-radius:7px;background:var(--white);color:var(--ink);align-items:center;justify-content:center;cursor:pointer}.menu-toggle span,.menu-toggle span:before,.menu-toggle span:after{display:block;width:18px;height:2px;background:currentColor;position:relative}.menu-toggle span:before,.menu-toggle span:after{content:"";position:absolute;left:0}.menu-toggle span:before{top:-6px}.menu-toggle span:after{top:6px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:11px 18px;border-radius:7px;border:1px solid transparent;background:var(--evergreen);color:var(--white);font-weight:800;text-decoration:none;cursor:pointer;transition:transform .16s ease,background .16s ease,border-color .16s ease;white-space:nowrap}.button:hover,.button:focus-visible{transform:translateY(-1px);background:var(--evergreen-2)}.button.secondary{color:var(--evergreen);background:var(--white);border-color:var(--line)}.button.secondary:hover,.button.secondary:focus-visible{border-color:var(--evergreen);background:var(--mist)}.button.cedar{background:var(--cedar)}.button.cedar:hover,.button.cedar:focus-visible{background:#a94d2d}.hero{position:relative;min-height:680px;overflow:hidden;background:linear-gradient(90deg,#0f4a3ff0,#0f4a3fdb 52%,#0f4a3f47 78%,#0f4a3f0f),linear-gradient(180deg,#e7f1ec,#f9fbf5)}.hero.compact{min-height:480px}.hero-art{position:absolute;inset:auto 0 0 auto;width:min(58vw,760px);height:100%;object-fit:cover;object-position:right bottom;opacity:.96}.hero-inner{width:min(var(--max),calc(100% - 32px));min-height:inherit;margin:0 auto;display:flex;align-items:center;position:relative;z-index:1;padding:68px 0 76px}.hero-content{width:min(590px,100%);color:var(--white)}.eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;color:#f7df9a;font-size:.82rem;font-weight:800;text-transform:uppercase}.eyebrow:before{content:"";width:34px;height:2px;background:currentColor}h1,h2,h3{margin:0;line-height:1.08;letter-spacing:0}h1{font-size:4.15rem;max-width:12ch}.subpage h1{max-width:13ch}h2{font-size:2.35rem}h3{font-size:1.28rem}.hero-copy{max-width:540px;margin-top:22px;font-size:1.18rem;color:#ffffffe6}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.hero-trust{list-style:none;margin:22px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:9px 18px;max-width:560px}.hero-trust li{display:flex;align-items:center;gap:8px;color:#fffffff2;font-size:.92rem;font-weight:600}.hero-trust li:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:19px;height:19px;border-radius:50%;background:#e8b84d;color:#17302b;font-size:.72rem;font-weight:900;flex:none}.hero-note{max-width:540px;margin-top:18px;color:#ffffffc7;font-size:.94rem}.section{padding:84px 0}.section.tint{background:var(--mist)}.section.deep{background:var(--evergreen);color:var(--white)}.wrap{width:min(var(--max),calc(100% - 32px));margin:0 auto}.section-head{display:grid;gap:14px;max-width:780px;margin-bottom:36px}.section-head.center{margin-left:auto;margin-right:auto;text-align:center}.section-head p,.lead{color:var(--muted);font-size:1.06rem}.deep .section-head p,.deep .lead{color:#ffffffc7}.grid{display:grid;gap:18px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.feature,.service-card,.price-card,.faq-item,.quote-panel,.notice,.timeline-item,.stat{background:var(--white);border:1px solid var(--line);border-radius:var(--radius)}.feature,.service-card,.price-card,.faq-item,.quote-panel,.notice,.timeline-item,.stat{padding:24px}.service-card{min-height:246px;display:grid;gap:14px;align-content:start}.service-card a{font-weight:800;color:var(--evergreen);text-decoration:none}.service-card a:hover,.service-card a:focus-visible{color:var(--cedar)}.icon{width:44px;height:44px;border-radius:7px;display:inline-grid;place-items:center;color:var(--evergreen);background:#dfeee7}.icon svg{width:24px;height:24px}.feature h3,.service-card h3,.price-card h3,.timeline-item h3,.faq-item h3{margin-bottom:10px}.feature p,.service-card p,.price-card p,.timeline-item p,.faq-item p,.notice p,.stat p{color:var(--muted)}.split{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.72fr);gap:42px;align-items:start}.text-flow{display:grid;gap:20px}.text-flow p,.text-flow li{color:var(--muted)}.text-flow ul{margin:0;padding-left:22px}.text-flow li+li{margin-top:8px}.aside-band{background:#fff8e6;border-left:5px solid var(--sun);padding:24px;border-radius:0 var(--radius) var(--radius) 0}.aside-band p{color:#5e4a1d}.steps{counter-reset:step}.timeline-item{position:relative;padding-left:76px}.timeline-item:before{counter-increment:step;content:counter(step);position:absolute;left:24px;top:24px;width:34px;height:34px;border-radius:99px;display:grid;place-items:center;color:var(--white);background:var(--cedar);font-weight:900}.area-list,.check-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none}.area-list li,.check-list li{min-height:44px;display:flex;align-items:center;padding:10px 14px;border:1px solid var(--line);border-radius:7px;background:#ffffffc2;color:#344c47;font-weight:700}.cost-row{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.cost-row:last-child{border-bottom:0}.cost-row strong{display:block}.cost-row span{color:var(--muted)}.cost-row b{color:var(--evergreen);font-size:1.12rem;white-space:nowrap}.stat{background:#ffffff1a;border-color:#ffffff3d}.stat strong{display:block;font-size:2rem;line-height:1;color:#f7df9a;margin-bottom:8px}.stat p{color:#ffffffc7}.faq-list{display:grid;gap:12px}.faq-item h3{font-size:1.08rem}.quote-section{display:grid;grid-template-columns:minmax(0,.86fr) minmax(360px,.9fr);gap:42px;align-items:start}.quote-panel{box-shadow:var(--shadow)}.form{display:grid;gap:16px}.field{display:grid;gap:7px}.field label{font-weight:800;color:#263f3a}.field input,.field select,.field textarea{width:100%;border:1px solid #cbd9d0;border-radius:7px;background:#fbfdf9;color:var(--ink);font:inherit;padding:12px 13px}.field textarea{min-height:132px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{outline:3px solid rgba(232,184,77,.35);border-color:var(--evergreen)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.small-note{font-size:.9rem;color:var(--muted)}.hidden{display:none}.breadcrumbs{margin-bottom:18px;font-size:.9rem;color:#ffffffc7}.breadcrumbs a{color:#ffffffe6;text-decoration:none}.breadcrumbs a:hover,.breadcrumbs a:focus-visible{color:#f7df9a}.article{max-width:880px}.article h2{margin-top:42px;margin-bottom:14px;font-size:1.85rem}.article h3{margin-top:30px;margin-bottom:10px}.article p,.article li{color:var(--muted)}.article p+p{margin-top:14px}.article ul,.article ol{margin:14px 0 0;padding-left:22px}.article li+li{margin-top:8px}.page-cta{margin-top:42px;padding:30px;border-radius:var(--radius);background:var(--evergreen);color:var(--white);display:flex;gap:22px;align-items:center;justify-content:space-between}.page-cta p{color:#ffffffc7;margin-top:8px}.site-footer{background:#102b27;color:#ffffffd1;padding:50px 0 28px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:34px}.site-footer a{color:#ffffffe0;text-decoration:none}.site-footer a:hover,.site-footer a:focus-visible{color:#f7df9a}.footer-title{color:var(--white);font-weight:900;margin-bottom:12px}.footer-links{display:grid;gap:8px}.footer-bottom{margin-top:34px;padding-top:22px;border-top:1px solid rgba(255,255,255,.14);display:flex;justify-content:space-between;gap:18px;color:#ffffff9e;font-size:.9rem}@media(max-width:980px){.menu-toggle{display:inline-flex}.nav{position:fixed;inset:74px 0 auto;display:none;grid-template-columns:1fr;gap:0;background:var(--paper);border-bottom:1px solid var(--line);box-shadow:var(--shadow)}body.menu-open .nav{display:grid}.nav a{padding:16px 24px;border-top:1px solid var(--line)}.header-actions .button.secondary{display:none}.hero{min-height:auto;background:linear-gradient(180deg,#0f4a3ff0,#0f4a3fdb),linear-gradient(180deg,#dfece5,#f9fbf5)}.hero-art{position:relative;width:100%;height:auto;max-height:330px;object-fit:cover;opacity:1;order:2}.hero-inner{padding:54px 0 46px}h1{font-size:3.1rem}.grid.three,.grid.four,.split,.quote-section,.footer-grid{grid-template-columns:1fr}}@media(max-width:700px){.header-inner{width:min(100% - 24px,var(--max));min-height:68px}.brand{min-width:auto}.brand-area{display:none}.nav{inset:68px 0 auto}.header-actions .button{display:none}.section{padding:58px 0}.hero-inner{width:min(100% - 24px,var(--max));padding:48px 0}.wrap{width:min(100% - 24px,var(--max))}h1{font-size:2.58rem}h2{font-size:1.9rem}.hero-copy{font-size:1.04rem}.hero-actions,.page-cta,.footer-bottom{flex-direction:column;align-items:stretch}.hero-actions .button,.page-cta .button{width:100%}.grid.two,.form-grid,.area-list,.check-list,.cost-row{grid-template-columns:1fr}.timeline-item{padding-left:24px;padding-top:72px}}html{scroll-behavior:smooth}#quote{scroll-margin-top:88px}.hero.has-form{background:linear-gradient(158deg,#0f4a3f,#0c3c33 58%,#0a342c)}.hero.has-form .hero-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,432px);gap:48px;align-items:center}.hero.has-form .hero-content{width:100%}.hero-form{position:relative;z-index:2;width:100%}@media(max-width:980px){.hero.has-form .hero-inner{grid-template-columns:1fr;gap:28px}.hero-form{max-width:520px}}.contact-toggle{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:5px;background:#eef3ef;border:1px solid #cbd9d0;border-radius:9px}.contact-toggle .seg{position:relative;display:flex;align-items:center;justify-content:center;min-height:42px;border-radius:6px;font-weight:800;color:#46564f;cursor:pointer;user-select:none;transition:background .14s ease,color .14s ease}.contact-toggle .seg input{position:absolute;inset:0;margin:0;opacity:0;cursor:pointer}.contact-toggle .seg:has(input:checked){background:var(--evergreen);color:#fff;box-shadow:0 1px 2px #17302b2e}.contact-toggle .seg:has(input:focus-visible){outline:3px solid rgba(232,184,77,.45);outline-offset:1px}.mobile-cta{display:none}@media(max-width:700px){.mobile-cta{display:inline-flex;position:fixed;left:12px;right:12px;bottom:12px;z-index:60;width:auto;box-shadow:0 12px 28px #0c28226b}body{padding-bottom:78px}}
