:root{--navy:#061a34;--navy2:#0b2a4c;--teal:#16c8c2;--teal2:#dffafa;--cream:#f5f2eb;--white:#fff;--ink:#102033;--muted:#647184;--line:#dce3e8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:"DM Sans",sans-serif;background:#fff}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.site-header{height:88px;padding:0 max(5vw,32px);display:flex;align-items:center;gap:40px;border-bottom:1px solid rgba(8,30,53,.09);position:sticky;top:0;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);z-index:20}.brand{display:flex;align-items:center;gap:10px;font-family:Manrope,sans-serif;font-weight:700;letter-spacing:.08em}.brand img{width:42px;height:34px;object-fit:contain}.brand>span>span{color:var(--teal)}nav{display:flex;gap:28px;margin:auto;font-size:14px;color:#3d4a58}nav a:hover{color:var(--teal)}.header-cta{font-weight:600;font-size:14px;padding:13px 18px;border:1px solid var(--navy);border-radius:40px}.header-cta span,.button span{margin-left:14px}.menu-button{display:none}.hero{min-height:690px;background:linear-gradient(120deg,#f6f4ee 0%,#fff 51%,#e6fbfa 100%);display:grid;grid-template-columns:52% 48%;overflow:hidden}.hero-copy{padding:104px 6vw 80px 8vw;position:relative;z-index:2}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.16em;color:#395369;display:flex;align-items:center;gap:10px}.eyebrow span{width:24px;height:2px;background:var(--teal)}h1,h2,h3{font-family:Manrope,sans-serif;margin:0;line-height:1.08}h1{font-size:clamp(48px,5.5vw,78px);letter-spacing:-.055em;color:var(--navy);max-width:760px;margin:25px 0}h1 em{font-style:normal;color:var(--teal)}.hero-copy>p{font-size:18px;line-height:1.7;color:#516171;max-width:610px}.hero-actions{display:flex;gap:14px;margin:34px 0}.button{border:0;border-radius:3px;min-height:52px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;cursor:pointer}.primary{background:var(--teal);color:#032529}.primary:hover{background:#0eb3ae}.ghost{border:1px solid #b8c0c7}.dark{background:var(--navy);color:#fff}.trust-row{display:flex;align-items:center;gap:15px;margin-top:46px}.trust-row p{font-size:13px;color:#687889;line-height:1.5}.trust-row strong{color:var(--navy)}.avatar-stack{display:flex}.avatar-stack span{width:37px;height:37px;border-radius:50%;background:var(--navy);color:white;border:3px solid white;margin-left:-8px;display:grid;place-items:center;font-size:9px}.avatar-stack span:nth-child(2){background:var(--teal);color:var(--navy)}.avatar-stack span:nth-child(3){background:#fff;color:var(--navy)}.hero-visual{position:relative;min-height:620px;display:grid;place-items:center}.dome-stage{position:relative;width:min(510px,85%);height:340px;margin-top:40px}.bridge-arch{position:absolute;inset:0 0 28px;border:64px solid var(--navy);border-bottom-color:transparent;border-radius:50% 50% 0 0/75% 75% 0 0;filter:drop-shadow(0 30px 50px rgba(2,24,49,.18))}.home-core{position:absolute;width:130px;height:165px;background:#fff;bottom:50px;left:50%;transform:translateX(-50%);clip-path:polygon(50% 0,100% 32%,100% 100%,0 100%,0 32%)}.home-core span{position:absolute;width:38px;height:74px;border-radius:22px 22px 0 0;background:var(--teal);bottom:0;left:46px}.stage-line{position:absolute;height:6px;background:var(--teal);bottom:40px;border-radius:99px}.line-one{width:42%;left:3%;transform:rotate(-8deg)}.line-two{width:42%;right:3%;transform:rotate(8deg)}.orb{position:absolute;border-radius:50%;filter:blur(2px)}.orb-one{width:240px;height:240px;background:rgba(22,200,194,.18);right:-40px;top:20px}.orb-two{width:90px;height:90px;border:1px solid rgba(6,26,52,.12);left:5%;bottom:5%}.floating-card{position:absolute;background:rgba(255,255,255,.94);box-shadow:0 20px 50px rgba(6,26,52,.13);padding:17px 18px;display:flex;align-items:center;gap:12px;min-width:230px}.card-property{left:1%;top:21%}.card-service{right:3%;bottom:17%}.card-icon{width:35px;height:35px;border-radius:50%;background:var(--teal2);display:grid;place-items:center;color:var(--navy)}.floating-card small{display:block;font-size:10px;color:#7a8794}.floating-card strong{font-size:14px}.floating-card b{margin-left:auto}.promise-pill{position:absolute;bottom:6%;left:12%;background:var(--navy);color:white;padding:12px 18px;border-radius:30px;font-size:12px}.promise-pill span{color:var(--teal);margin-right:8px}.intent,.services,.process{padding:110px 7vw}.section-heading{display:flex;gap:24px;align-items:flex-start;margin-bottom:54px}.section-heading>span{color:var(--teal);font-size:12px;font-weight:700;padding-top:5px}.section-heading p{font-size:11px;letter-spacing:.2em;font-weight:700;color:#718092;margin:0 0 12px}.section-heading h2{font-size:clamp(34px,4vw,54px);letter-spacing:-.04em;color:var(--navy)}.section-heading>a{margin-left:auto;padding-top:28px;font-size:14px}.intent-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.intent-card{background:#fff;border:1px solid var(--line);min-height:250px;text-align:left;padding:25px;display:flex;flex-direction:column;cursor:pointer;transition:.25s}.intent-card:hover,.intent-card.active{background:var(--navy);color:#fff;transform:translateY(-5px);box-shadow:0 18px 40px rgba(6,26,52,.16)}.intent-card .number{font-size:10px;color:#9aa6af}.intent-icon{font-size:34px;margin:33px 0}.intent-card strong{font-family:Manrope;font-size:22px}.intent-card small{color:#7f8b98;margin-top:8px}.intent-card.active small,.intent-card:hover small{color:#b7c5d1}.intent-card i{font-style:normal;margin-top:auto;color:var(--teal);font-size:23px}.intent-result{margin-top:12px;background:var(--teal2);padding:25px 30px;display:grid;grid-template-columns:140px 1fr auto;gap:30px;align-items:center}.intent-result span{font-weight:700;color:var(--navy)}.intent-result p{color:#53687b}.intent-result a{font-weight:700;color:#087f7b}.housing{background:var(--navy);padding:110px 7vw;color:#fff}.section-heading.light h2{color:white}.section-heading.light p{color:#8fa4ba}.housing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.housing-grid article{background:#0b2848}.property-art{height:250px;position:relative;overflow:hidden;background-size:cover}.property-art:before,.property-art:after{content:"";position:absolute}.property-art span{position:absolute;top:18px;left:18px;background:white;color:var(--navy);padding:8px 11px;font-size:10px;font-weight:700;z-index:2}.room{background:linear-gradient(135deg,#d4c8b4,#f3eee3)}.room:before{width:45%;height:55%;background:#91b6c0;right:8%;top:10%;box-shadow:-170px 80px 0 5px #b8815d}.room:after{width:65%;height:45%;background:#314b5d;bottom:-23%;left:20%;border-radius:90px 90px 0 0}.apartment{background:linear-gradient(#b8d8dd 0 48%,#d6c7ae 48%)}.apartment:before{width:66%;height:76%;background:#f0e8d9;right:6%;bottom:0;clip-path:polygon(12% 22%,90% 0,100% 100%,0 100%)}.apartment:after{width:10%;height:25%;background:#21475d;right:23%;bottom:19%;box-shadow:-70px 0 #21475d,-140px 0 #21475d}.house{background:linear-gradient(#bde8e6 0 55%,#789571 55%)}.house:before{width:70%;height:55%;background:#f7f3e9;left:15%;bottom:10%;clip-path:polygon(50% 0,100% 36%,100% 100%,0 100%,0 36%)}.house:after{width:13%;height:31%;background:#0b3954;left:44%;bottom:10%;box-shadow:90px -20px 0 -8px #73b7bd,-90px -20px 0 -8px #73b7bd}.property-body{padding:28px}.property-body small,.service-copy>span,.contact>div>span{font-size:10px;letter-spacing:.18em;color:var(--teal);font-weight:700}.property-body h3{font-size:25px;margin:15px 0}.property-body p{font-size:14px;color:#a9b8c6;line-height:1.6}.property-body a{font-size:13px;color:var(--teal)}.service-split{display:grid;gap:20px}.service-main{min-height:470px;display:grid;grid-template-columns:48% 52%;overflow:hidden}.service-copy{padding:60px}.service-copy h3{font-size:clamp(34px,3.4vw,50px);color:var(--navy);margin:15px 0}.service-copy p{color:#667687;line-height:1.7}.service-copy ul{padding:0;list-style:none;margin:25px 0}.service-copy li{padding:9px 0;border-bottom:1px solid var(--line)}.service-copy li:before{content:"✓";color:var(--teal);margin-right:12px}.remodel{background:var(--cream)}.room-scene{position:relative;background:linear-gradient(135deg,#b9c8c4,#f1e8d9)}.window{position:absolute;width:58%;height:52%;background:linear-gradient(#8ecbd0,#c7e5df);top:9%;right:8%;border:14px solid #efe8db}.sofa{position:absolute;width:68%;height:30%;background:#d28f69;border-radius:30px 30px 6px 6px;bottom:10%;left:11%;box-shadow:0 -65px 0 -35px #d28f69}.table{position:absolute;width:140px;height:22px;background:#6f5544;bottom:11%;right:6%;border-radius:50%}.plant{position:absolute;width:50px;height:120px;border-left:7px solid #315e47;right:15%;bottom:30%;transform:rotate(14deg)}.clean{background:var(--teal);grid-template-columns:45% 55%}.clean .service-copy h3{color:var(--navy)}.clean-glow{display:grid;place-items:center;background:radial-gradient(circle,rgba(255,255,255,.75),transparent 60%)}.clean-glow span{font-size:150px;color:white;filter:drop-shadow(0 14px 32px rgba(2,73,81,.2))}.clean-types{display:flex;gap:8px;flex-wrap:wrap;margin:25px 0}.clean-types span{border:1px solid rgba(6,26,52,.22);padding:8px 12px;border-radius:30px;font-size:12px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line)}.steps article{background:white;padding:45px;min-height:300px}.steps b{font-size:11px;color:var(--teal)}.steps span{display:block;font-size:38px;margin:40px 0 20px}.steps h3{font-size:23px}.steps p{color:#69798a;line-height:1.6}.contact{background:linear-gradient(120deg,var(--navy),#0b3559);color:#fff;padding:100px 8vw;display:grid;grid-template-columns:1fr 1fr;gap:9vw}.contact h2{font-size:clamp(38px,4.5vw,60px);margin:17px 0}.contact>div>p{color:#afc0d1;line-height:1.7}.contact form{background:#fff;color:var(--navy);padding:35px;display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact label{font-size:12px;font-weight:700}.contact label:nth-child(4){grid-column:1/-1}.contact input,.contact select,.contact textarea{display:block;width:100%;border:0;border-bottom:1px solid var(--line);padding:12px 0;background:white;color:#445565;outline:none}.contact input:focus,.contact select:focus,.contact textarea:focus{border-color:var(--teal)}.contact form button{grid-column:1/-1}.form-status{grid-column:1/-1;margin:0;color:#087f7b;font-size:13px}footer{padding:45px 7vw;background:#041226;color:white;display:grid;grid-template-columns:1fr 1fr;gap:25px;align-items:center}footer p{color:#8497aa}footer>div{display:flex;gap:25px;justify-content:flex-end;font-size:13px}footer small{grid-column:1/-1;border-top:1px solid #1d334b;padding-top:20px;color:#71859b}@media(max-width:950px){.site-header nav,.header-cta{display:none}.menu-button{display:block;margin-left:auto;border:0;background:none}.site-header nav.open{display:flex;position:absolute;top:88px;left:0;right:0;background:#fff;flex-direction:column;padding:25px 7vw;box-shadow:0 20px 30px rgba(0,0,0,.1)}.hero{grid-template-columns:1fr}.hero-copy{padding:80px 7vw 25px}.hero-visual{min-height:520px}.intent-grid,.housing-grid{grid-template-columns:1fr 1fr}.service-main{grid-template-columns:1fr}.room-scene,.clean-glow{min-height:360px}.contact{grid-template-columns:1fr}.intent-result{grid-template-columns:1fr}}@media(max-width:620px){.site-header{height:72px;padding:0 20px}.site-header nav.open{top:72px}.hero-copy{padding:65px 22px 20px}h1{font-size:44px}.hero-actions{flex-direction:column}.hero-visual{min-height:420px}.dome-stage{height:260px}.bridge-arch{border-width:45px}.home-core{height:125px;width:100px}.home-core span{left:33px}.floating-card{min-width:190px;padding:12px}.card-service{bottom:4%}.promise-pill{display:none}.intent,.services,.process,.housing{padding:75px 22px}.intent-grid,.housing-grid,.steps{grid-template-columns:1fr}.section-heading{gap:12px}.service-copy{padding:35px 24px}.contact{padding:70px 22px}.contact form{padding:25px 20px;grid-template-columns:1fr}.contact label:nth-child(4){grid-column:auto}footer{grid-template-columns:1fr;padding:40px 22px}footer>div{justify-content:flex-start;flex-wrap:wrap}}
