@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--navy:#0b1f33;--charcoal:#222;--white:#fff;--light:#f5f7f9;--accent:#d88919;--muted:#65717d;--border:#dfe5ea;--radius:18px;--shadow:0 14px 40px #0a1f331a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--charcoal);background:#fff;margin:0;font-family:Inter,system-ui,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%}button,input,select,textarea{font:inherit}.container{width:min(1160px,100% - 40px);margin:auto}.narrow{width:min(820px,100% - 40px)}.header{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#fffffff5;position:sticky;top:0}.navrow{align-items:center;gap:28px;height:76px;display:flex}.brand{color:var(--navy);white-space:nowrap;font-size:1.35rem;font-weight:800}.brand span{color:var(--accent)}.desktopnav{gap:22px;margin-left:auto;display:flex}.desktopnav a{font-size:.94rem;font-weight:600}.desktopnav a.active{color:var(--accent)}.navactions{align-items:center;gap:10px;display:flex}.menuBtn{background:0 0;border:0;display:none}.btn{text-transform:uppercase;letter-spacing:.02em;cursor:pointer;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px 18px;font-weight:800;display:inline-flex}.btn.primary{background:var(--accent);color:#111}.btn.secondary{background:var(--navy);color:#fff}.btn.light{color:var(--navy);background:#fff}.btn.ghost{border-color:var(--border);background:#fff}.btn.big{padding:15px 22px}.btn.wide{width:100%}.hero{color:#fff;background:linear-gradient(#0b1f33bd,#0b1f33b3),url(https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1800&q=80) 50%/cover;align-items:center;min-height:660px;display:flex}.heroContent{max-width:850px;margin-left:max(50vw - 580px,20px);margin-right:20px}.hero h1,.pageHero h1{margin:.2em 0;font-size:clamp(2.5rem,5vw,4.8rem);line-height:1.05}.hero p{max-width:760px;font-size:1.2rem}.actions{flex-wrap:wrap;gap:12px;margin-top:26px;display:flex}.heroChecks{flex-wrap:wrap;gap:24px;margin-top:28px;display:flex}.heroChecks span{align-items:center;gap:7px;display:flex}.eyebrow{text-transform:uppercase;letter-spacing:.15em;color:var(--accent);font-size:.76rem;font-weight:800}.lightText{color:#f4ba62}.trustbar{border-bottom:1px solid var(--border);background:#fff}.trustgrid{grid-template-columns:repeat(4,1fr);padding:25px 0;display:grid}.trustgrid div{border-right:1px solid var(--border);justify-content:center;align-items:center;gap:10px;display:flex}.trustgrid div:last-child{border:0}.section{padding:92px 0}.alt{background:var(--light)}.sectionHead{justify-content:space-between;margin-bottom:32px;display:flex}.section h2,.cta h2{margin:.2em 0;font-size:clamp(2rem,3vw,3.1rem);line-height:1.1}.serviceGrid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.card{border:1px solid var(--border);border-radius:var(--radius);background:#fff;padding:24px;transition:all .2s;box-shadow:0 6px 20px #0000000a}.card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.serviceIcon{color:#9e6413;background:#fff4e3;border-radius:12px;place-items:center;width:46px;height:46px;display:grid}.servicecard h3{margin-bottom:4px}.servicecard p{color:var(--muted);min-height:76px}.servicecard a{color:#9e6413;font-weight:800}.center{text-align:center;margin-top:48px}.featureStack{gap:70px;display:grid}.featureRow{grid-template-columns:1.1fr .9fr;align-items:center;gap:55px;display:grid}.featureRow.reverse .featurePhoto{order:2}.featurePhoto,.whyPhoto,.projectPlaceholder{min-height:360px;box-shadow:var(--shadow);color:#64707c;background:linear-gradient(135deg,#d9e0e6,#f6f7f9);border-radius:24px;place-items:center;display:grid}.split{grid-template-columns:1fr 1fr;align-items:center;gap:55px;display:grid}.benefit{border-bottom:1px solid var(--border);padding:16px 0}.benefit p{color:var(--muted);margin:.2rem 0}.chips{flex-wrap:wrap;gap:10px;margin-top:25px;display:flex}.chips span{border:1px solid var(--border);background:#fff;border-radius:999px;padding:9px 13px}.mapCard{background:var(--navy);color:#fff;text-align:center;border-radius:24px;align-content:center;place-items:center;min-height:310px;padding:30px;display:grid}.cta{background:var(--navy);color:#fff;padding:56px 0}.ctarow{justify-content:space-between;align-items:center;gap:30px;display:flex}.footer{color:#cbd3da;background:#071522;padding:65px 0 24px}.footergrid{grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px;display:grid}.footer h4{color:#fff}.footer a{margin:8px 0;display:block}.brand.light{color:#fff}.subfooter{border-top:1px solid #203244;justify-content:space-between;gap:20px;margin-top:44px;padding-top:22px;display:flex}.mobileCta,.mobileMenu{display:none}.pageHero{background:var(--navy);color:#fff;padding:90px 0}.pageHero p{max-width:760px;font-size:1.15rem}.pageHero.small{padding:55px 0}.breadcrumbs{color:var(--muted);padding:18px 0;font-size:.9rem}.checklist{gap:12px;padding-left:20px;display:grid}.steps{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.step{border:1px solid var(--border);border-radius:var(--radius);background:#fff;padding:26px}.step span{background:var(--accent);border-radius:50%;place-items:center;width:40px;height:40px;font-weight:800;display:grid}.faq details{border-bottom:1px solid var(--border);padding:18px 0}.faq summary{cursor:pointer;justify-content:space-between;font-weight:800;list-style:none;display:flex}.faq summary::-webkit-details-marker{display:none}.estimateForm{gap:28px;display:grid}.formSection{border:1px solid var(--border);border-radius:var(--radius);padding:24px}.formSection h3{margin-top:0}.formGrid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.formGrid label{gap:7px;font-size:.92rem;font-weight:700;display:grid}.formGrid .full{grid-column:1/-1}input,select,textarea{background:#fff;border:1px solid #cbd4dc;border-radius:10px;width:100%;padding:12px}input:focus,select:focus,textarea:focus{border-color:var(--accent);outline:3px solid #d889192e}.success{border-radius:var(--radius);background:#edf8f0;border:1px solid #b8dfc1;padding:30px}.error{color:#8b1717;background:#fff1f1;border:1px solid #efc2c2;border-radius:10px;padding:12px}.filters{flex-wrap:wrap;gap:10px;margin-bottom:25px;display:flex}.filters button{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:999px;padding:9px 14px}.filters .active{background:var(--navy);color:#fff}.projectGrid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.projectCard{border:1px solid var(--border);border-radius:var(--radius);background:#fff;overflow:hidden}.projectCard>:not(.projectImg){margin-left:18px;margin-right:18px}.projectImg{background:linear-gradient(135deg,#d9e0e6,#f5f7f9);height:220px}.projectCard small{color:#9e6413;margin-top:16px;font-weight:800;display:block}.projectCard p{color:var(--muted);margin-bottom:20px}@media (width<=1000px){.desktopnav{display:none}.menuBtn{display:block}.serviceGrid{grid-template-columns:repeat(2,1fr)}.trustgrid{grid-template-columns:repeat(2,1fr);gap:18px}.trustgrid div{border:0}.footergrid,.projectGrid{grid-template-columns:repeat(2,1fr)}}@media (width<=720px){body{padding-bottom:64px}.container,.narrow{width:min(100% - 28px,1160px)}.header .btn.ghost,.header .btn.primary{display:none}.navrow{height:66px}.mobileMenu{background:#fff;padding:8px 20px 20px;display:grid}.mobileMenu a{border-bottom:1px solid var(--border);padding:12px 0}.hero{min-height:610px}.heroContent{margin:0 20px}.hero h1,.pageHero h1{font-size:2.55rem}.heroChecks{gap:10px;display:grid}.trustgrid{grid-template-columns:1fr 1fr}.serviceGrid,.split,.featureRow,.steps,.projectGrid,.formGrid{grid-template-columns:1fr}.featureRow.reverse .featurePhoto{order:0}.section{padding:68px 0}.footergrid{grid-template-columns:1fr}.subfooter,.ctarow{display:grid}.mobileCta{z-index:60;grid-template-columns:1fr 1fr;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 18px #00000029}.mobileCta a{text-align:center;text-transform:uppercase;background:var(--navy);color:#fff;padding:16px 8px;font-size:.82rem;font-weight:800}.mobileCta a:last-child{background:var(--accent);color:#111}.pageHero{padding:65px 0}.formGrid .full{grid-column:auto}}
