:root{--navy-950: #041626;--navy-900: #071f38;--navy-800: #0b2d4c;--blue-700: #0568d9;--blue-600: #087efc;--blue-500: #179ddd;--cyan-400: #1bc0df;--green-500: #14a93f;--green-400: #28c75a;--amber-500: #f59d1f;--amber-400: #ffb13b;--mist-100: #eaf3f8;--mist-50: #f5f9fc;--white: #ffffff;--ink: #102a40;--muted: #5c6e7d;--line: #d9e5ec;--shadow-soft: 0 22px 60px rgba(4, 30, 52, .1);--shadow-card: 0 14px 36px rgba(5, 34, 58, .09);--ease-out: cubic-bezier(.23, 1, .32, 1);--header-height: 82px;--heading: "Manrope", sans-serif;--body: "DM Sans", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 18px)}body{margin:0;color:var(--ink);background:var(--white);font-family:var(--body);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{color:inherit}svg{display:block}address{font-style:normal}section[id],article[id]{scroll-margin-top:calc(var(--header-height) + 22px)}.skip-link{position:fixed;z-index:1000;top:10px;left:10px;padding:11px 16px;border-radius:8px;color:var(--navy-950);background:var(--white);font-weight:800;transform:translateY(-150%);transition:transform .16s var(--ease-out)}.skip-link:focus{transform:translateY(0)}.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.section{position:relative;padding:108px 0}h1,h2,h3{margin:0;font-family:var(--heading);line-height:1.12;letter-spacing:-.035em}h1{font-size:clamp(2.7rem,6.6vw,5.65rem)}h2{font-size:clamp(2.15rem,4vw,3.65rem)}h3{font-size:1.25rem}p{margin:0;color:var(--muted)}.eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:18px;color:var(--blue-700);font-family:var(--heading);font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.eyebrow span{width:24px;height:2px;background:currentColor}.eyebrow.light{color:#8edcff}.eyebrow.centered{justify-content:center}.section-heading.centered{max-width:710px;margin:0 auto 52px;text-align:center}.section-heading.centered .eyebrow{justify-content:center}.section-heading.centered p{max-width:620px;margin:18px auto 0;font-size:1.05rem}.section-heading.split{display:grid;grid-template-columns:1.2fr .7fr;align-items:end;gap:60px;margin-bottom:50px}.section-heading.split p{padding-bottom:6px;font-size:1.04rem}.button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;gap:10px;padding:14px 21px;border:1px solid transparent;border-radius:12px 12px 12px 2px;font-family:var(--heading);font-size:.9rem;font-weight:800;line-height:1.2;transition:transform .16s var(--ease-out),box-shadow .18s var(--ease-out),background .18s var(--ease-out),border-color .18s var(--ease-out)}.button:hover{transform:translateY(-2px)}.button:active{transform:scale(.97)}.button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.button-amber{color:var(--navy-950);background:linear-gradient(135deg,var(--amber-400),var(--amber-500));box-shadow:0 12px 28px #f59d1f40}.button-amber:hover{box-shadow:0 16px 34px #f59d1f57}.button-blue{color:var(--white);background:linear-gradient(135deg,var(--blue-600),#075dc1);box-shadow:0 12px 28px #087efc33}.button-ghost{color:var(--white);border-color:#ffffff4d;background:#ffffff12;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.button-ghost:hover,.button-outline-light:hover{border-color:#ffffff9e;background:#ffffff21}.button-outline-light{color:var(--white);border-color:#ffffff61}.text-link{display:inline-flex;align-items:center;gap:9px;color:var(--blue-700);font-family:var(--heading);font-size:.88rem;font-weight:800}.text-link svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;transition:transform .16s var(--ease-out)}.text-link:hover svg{transform:translate(4px)}.text-link-light{color:#a9e8ff}.site-header{position:fixed;z-index:100;top:0;width:100%;min-height:var(--header-height);border-bottom:1px solid var(--line);color:var(--navy-900);background:#fffffff7;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:background .2s var(--ease-out),box-shadow .2s var(--ease-out)}.site-header.scrolled{background:#fffffffb;box-shadow:0 10px 36px #04162621}.header-shell{display:flex;width:min(1320px,calc(100% - 40px));min-height:var(--header-height);align-items:center;margin-inline:auto;gap:30px}.brand{flex:0 0 225px}.brand img{width:225px;height:auto}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:25px;margin-left:auto}.desktop-nav a{position:relative;color:#40576a;font-size:.81rem;font-weight:700;white-space:nowrap}.desktop-nav a:after{position:absolute;right:0;bottom:-9px;left:0;height:2px;content:"";background:var(--cyan-400);transform:scaleX(0);transform-origin:left;transition:transform .18s var(--ease-out)}.desktop-nav a:hover,.desktop-nav a.active{color:var(--navy-950)}.desktop-nav a:hover:after,.desktop-nav a.active:after{transform:scaleX(1)}.header-call{display:flex;min-height:44px;align-items:center;gap:9px;margin-left:4px;padding:10px 15px;border-radius:10px 10px 10px 2px;color:var(--navy-950);background:var(--amber-400);font-size:.72rem;line-height:1.1;white-space:nowrap}.header-call svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2}.header-call strong{display:block;margin-top:3px;font-family:var(--heading);font-size:.82rem}.menu-toggle{display:none;width:46px;height:46px;align-items:center;justify-content:center;flex-direction:column;gap:5px;border:1px solid #c9dae5;border-radius:10px;background:var(--mist-50)}.menu-toggle span{width:20px;height:2px;background:var(--navy-900);transition:transform .18s var(--ease-out),opacity .18s var(--ease-out)}.menu-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{position:fixed;inset:var(--header-height) 0 auto;max-height:calc(100vh - var(--header-height));overflow-y:auto;padding:16px 20px 26px;border-top:1px solid var(--line);color:var(--navy-900);background:#fffffffe;box-shadow:0 20px 40px #04162629}.mobile-menu[hidden]{display:none}.mobile-menu a{display:block;padding:14px 4px;border-bottom:1px solid var(--line);font-family:var(--heading);font-weight:700}.mobile-menu .mobile-menu-call{margin-top:16px;padding:15px;border:0;border-radius:10px;color:var(--navy-950);background:var(--amber-400);text-align:center}.hero{position:relative;min-height:780px;padding:calc(var(--header-height) + 80px) 0 110px;overflow:hidden;color:var(--white);background:radial-gradient(circle at 88% 22%,rgba(8,126,252,.25),transparent 34%),radial-gradient(circle at 30% 110%,rgba(22,176,80,.18),transparent 38%),linear-gradient(130deg,var(--navy-950) 0%,var(--navy-900) 55%,#073b61 100%)}.hero-grid-overlay{position:absolute;inset:0;opacity:.18;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:58px 58px;-webkit-mask-image:linear-gradient(to right,rgba(0,0,0,.7),transparent 75%);mask-image:linear-gradient(to right,rgba(0,0,0,.7),transparent 75%)}.ridge-lines{position:absolute;right:-6%;bottom:0;width:62%;height:45%;opacity:.22;clip-path:polygon(0 79%,19% 47%,34% 68%,50% 25%,66% 59%,79% 38%,100% 72%,100% 100%,0 100%);background:linear-gradient(110deg,transparent 0 13%,#19c3e6 13.5% 14%,transparent 14.5% 31%,#28c75a 31.5% 32.2%,transparent 32.8% 51%,#087efc 51.5% 52.2%,transparent 52.7% 100%)}.hero-layout{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.06fr) minmax(390px,.94fr);align-items:center;gap:68px}.hero-copy{padding-top:6px}.hero-copy h1{max-width:750px;color:var(--white)}.hero-copy h1 em{color:#8ddcf7;font-style:normal}.hero-lede{max-width:670px;margin-top:25px;color:#c6d8e5;font-size:clamp(1rem,1.5vw,1.18rem);line-height:1.75}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:33px 0 21px}.hero-benefits{display:flex;flex-wrap:wrap;gap:19px;margin:31px 0 0;padding:0;list-style:none;color:#d9e8f2;font-size:.82rem;font-weight:600}.hero-benefits li{display:flex;align-items:center;gap:7px}.hero-benefits svg{width:18px;height:18px;padding:3px;border-radius:50%;fill:none;stroke:var(--navy-950);stroke-width:3;background:var(--green-400)}.hero-visual{position:relative;padding:22px 16px 27px 24px}.hero-image-wrap{position:relative;z-index:2;overflow:hidden;aspect-ratio:.86;border:1px solid rgba(255,255,255,.18);border-radius:26px 26px 26px 6px;box-shadow:0 35px 80px #00000052}.hero-image-wrap:before{position:absolute;z-index:2;inset:0;border:1px solid rgba(255,255,255,.18);border-radius:inherit;content:"";pointer-events:none}.hero-image-wrap img{width:100%;height:100%;object-fit:cover;object-position:53% center}.image-shade{position:absolute;inset:0;background:linear-gradient(to top,rgba(4,22,38,.78),transparent 48%),linear-gradient(120deg,rgba(6,61,106,.22),transparent)}.image-caption{position:absolute;z-index:3;right:18px;bottom:15px;left:18px;color:#ffffffc7;font-size:.69rem}.hero-visual:before{position:absolute;top:0;right:-2px;width:74%;height:70%;border:2px solid rgba(27,192,223,.35);border-radius:28px;content:"";transform:translate(15px,-12px)}.hero-visual:after{position:absolute;right:-45px;bottom:2px;width:140px;height:140px;border-radius:50%;content:"";background:repeating-conic-gradient(from 15deg,rgba(255,255,255,.25) 0deg 3deg,transparent 3deg 16deg);opacity:.32}.comfort-card,.local-card{position:absolute;z-index:4;display:flex;align-items:center;box-shadow:var(--shadow-soft)}.comfort-card{right:-22px;bottom:5%;gap:12px;padding:15px 18px;border-radius:15px 15px 15px 3px;color:var(--navy-950);background:#fffffff5}.comfort-icon{display:grid;width:42px;height:42px;place-items:center;border-radius:10px;color:var(--blue-600);background:#e7f4ff}.comfort-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8}.comfort-card span,.local-card small{display:block;color:var(--muted);font-size:.67rem}.comfort-card strong{display:block;font-family:var(--heading);font-size:.76rem}.local-card{top:12%;left:-20px;gap:9px;padding:12px 15px;border:1px solid rgba(255,255,255,.25);border-radius:12px;background:#05233ce0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.local-card svg{width:21px;height:21px;fill:none;stroke:var(--cyan-400);stroke-width:1.8}.local-card span{color:var(--white);font-size:.78rem;font-weight:700}.local-card small{color:#9eb8ca}.hero-slant{position:absolute;right:-5%;bottom:-92px;left:-5%;height:150px;background:var(--white);transform:rotate(-2.2deg);transform-origin:center}.trust-strip{position:relative;z-index:4;margin-top:-44px}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid var(--line);border-radius:18px 18px 18px 5px;background:var(--white);box-shadow:var(--shadow-soft)}.trust-item{display:flex;align-items:center;gap:13px;padding:22px 20px;border-right:1px solid var(--line)}.trust-item:last-child{border-right:0}.trust-item>svg{flex:0 0 32px;width:32px;height:32px;padding:7px;border-radius:9px;fill:none;stroke:var(--blue-600);stroke-width:1.7;background:#e8f4ff}.trust-item strong,.trust-item span{display:block}.trust-item strong{font-family:var(--heading);font-size:.85rem;line-height:1.2}.trust-item span{margin-top:4px;color:var(--muted);font-size:.7rem;line-height:1.25}.about-section{padding-top:126px}.about-layout{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center;gap:86px}.about-collage{position:relative;min-height:530px}.about-photo-main{position:absolute;inset:0 38px 38px 0;overflow:hidden;border-radius:24px 24px 24px 5px;box-shadow:var(--shadow-soft)}.about-photo-main img{width:100%;height:100%;object-fit:cover;object-position:62% center}.about-photo-main:after{position:absolute;inset:0;content:"";background:linear-gradient(to top,rgba(4,22,38,.34),transparent 55%)}.about-stat{position:absolute;z-index:2;right:0;bottom:0;min-width:215px;padding:24px;border-radius:17px 17px 17px 4px;color:var(--white);background:var(--navy-900);box-shadow:var(--shadow-card)}.about-stat span,.about-stat strong{display:block}.about-stat .stat-kicker{margin-bottom:13px;color:#7bd7f3;font-size:.64rem;font-weight:800;letter-spacing:.12em}.about-stat strong{font-family:var(--heading);font-size:1.42rem}.about-stat span:last-child{margin-top:4px;color:#a9bfce;font-size:.8rem}.airflow-mark{position:absolute;top:22px;left:-34px;display:grid;gap:8px;transform:rotate(-8deg)}.airflow-mark span{display:block;width:88px;height:10px;border:2px solid var(--green-500);border-top:0;border-left:0;border-radius:0 0 50%}.airflow-mark span:nth-child(2){width:68px;border-color:var(--cyan-400)}.airflow-mark span:nth-child(3){width:46px;border-color:var(--blue-600)}.about-copy h2{max-width:590px}.about-copy p{margin-top:22px;font-size:1.01rem}.about-copy .text-link{margin-top:27px}.why-section{overflow:hidden;background:var(--mist-50)}.why-section:before{position:absolute;top:-100px;right:-120px;width:350px;height:350px;border:1px solid rgba(8,126,252,.12);border-radius:50%;content:"";box-shadow:0 0 0 50px #087efc06,0 0 0 100px #087efc05}.why-grid{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.why-card{position:relative;min-height:244px;overflow:hidden;padding:30px;border:1px solid var(--line);border-radius:18px 18px 18px 4px;background:#ffffffe6;transition:transform .2s var(--ease-out),box-shadow .2s var(--ease-out),border-color .2s var(--ease-out)}.why-card:hover{transform:translateY(-5px);border-color:#bcd5e6;box-shadow:var(--shadow-card)}.why-number{position:absolute;top:19px;right:23px;color:#dbe7ee;font-family:var(--heading);font-size:2.4rem;font-weight:800;line-height:1}.icon-tile{display:grid;width:46px;height:46px;place-items:center;margin-bottom:24px;border-radius:13px 13px 13px 3px;color:var(--blue-700);background:#e7f4ff}.icon-tile svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.why-card h3{position:relative;font-size:1.11rem}.why-card p{position:relative;margin-top:12px;font-size:.9rem}.service-gallery{position:relative;overflow:hidden;padding:104px 0;background:var(--white)}.service-gallery:before{position:absolute;top:-130px;left:-110px;width:340px;height:340px;border:1px solid rgba(8,126,252,.1);border-radius:50%;content:"";box-shadow:0 0 0 48px #087efc06,0 0 0 96px #19c3e605}.gallery-heading{position:relative;display:grid;grid-template-columns:1.2fr .7fr;align-items:end;gap:60px;margin-bottom:42px}.gallery-heading p{padding-bottom:6px;font-size:1.02rem}.gallery-grid{position:relative;display:grid;grid-auto-rows:245px;grid-template-columns:repeat(4,1fr);gap:14px}.gallery-item{position:relative;min-width:0;margin:0;overflow:hidden;border-radius:17px 17px 17px 4px;background:var(--navy-900);box-shadow:0 12px 30px #041e341a}.gallery-item.gallery-wide{grid-column:span 2}.gallery-item.gallery-tall{grid-row:span 2}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .42s var(--ease-out)}.gallery-item:after{position:absolute;inset:0;content:"";background:linear-gradient(to top,rgba(4,22,38,.84),transparent 58%)}.gallery-item:hover img{transform:scale(1.035)}.gallery-item figcaption{position:absolute;z-index:2;right:20px;bottom:18px;left:20px}.gallery-item figcaption span,.gallery-item figcaption strong{display:block}.gallery-item figcaption span{margin-bottom:5px;color:#8fe4fb;font-family:var(--heading);font-size:.62rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.gallery-item figcaption strong{color:var(--white);font-family:var(--heading);font-size:.93rem}.services-section{color:var(--white);background:linear-gradient(150deg,#05223b 0%,var(--navy-950) 70%)}.services-section:before{position:absolute;inset:0;content:"";opacity:.1;background-image:radial-gradient(circle at 1px 1px,#fff 1px,transparent 1px);background-size:28px 28px}.services-heading{position:relative;display:grid;grid-template-columns:1.2fr .7fr;align-items:end;gap:60px;margin-bottom:50px}.services-heading h2{color:var(--white)}.services-heading p{color:#adc2d0}.service-grid{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.service-card{position:relative;display:flex;min-height:276px;flex-direction:column;padding:25px;border:1px solid rgba(255,255,255,.13);border-radius:16px 16px 16px 4px;background:#ffffff0e;transition:transform .2s var(--ease-out),background .2s var(--ease-out),border-color .2s var(--ease-out)}.service-card:hover{transform:translateY(-5px);border-color:#55cbee7a;background:#ffffff16}.service-card.featured{background:linear-gradient(145deg,#087efc47,#19c3e61f)}.service-card.urgent{border-color:#f59d1f73;background:linear-gradient(145deg,#f59d1f1f,#ffffff0b)}.service-icon{display:grid;width:44px;height:44px;place-items:center;margin-bottom:22px;border-radius:12px 12px 12px 3px;color:var(--green-400);background:#28c75a1f}.service-icon.cool{color:#70d9ff;background:#19c3e621}.service-icon.warm{color:var(--amber-400);background:#f59d1f21}.service-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.service-card h3{color:var(--white);font-size:1rem}.service-card p{margin-top:11px;color:#9fb5c5;font-size:.82rem;line-height:1.6}.service-card a{display:flex;align-items:center;gap:7px;margin-top:auto;padding-top:18px;color:#81dcfa;font-size:.75rem;font-weight:800}.service-card a svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;transition:transform .16s var(--ease-out)}.service-card a:hover svg{transform:translate(4px)}.detail-section{background:var(--white)}.detail-stack{display:grid;gap:30px}.detail-card{display:grid;grid-template-columns:1.02fr .98fr;min-height:450px;overflow:hidden;border:1px solid var(--line);border-radius:24px 24px 24px 6px;box-shadow:var(--shadow-card)}.detail-card.reverse .detail-image{order:2}.detail-image{position:relative;min-height:430px;overflow:hidden}.detail-image:after{position:absolute;inset:0;content:"";background:linear-gradient(130deg,rgba(5,53,89,.13),transparent 60%)}.detail-image img{width:100%;height:100%;object-fit:cover}.detail-content{display:flex;flex-direction:column;justify-content:center;padding:54px;background:var(--white)}.detail-index{color:var(--blue-700);font-family:var(--heading);font-size:.66rem;font-weight:800;letter-spacing:.13em}.detail-content h3{margin-top:13px;font-size:2rem}.detail-content>p{margin-top:17px}.check-list{display:grid;gap:10px;margin:24px 0;padding:0;list-style:none;color:#334e62;font-size:.88rem}.check-list li{display:flex;align-items:center;gap:9px}.check-list svg{width:19px;height:19px;padding:4px;border-radius:50%;fill:none;stroke:var(--white);stroke-width:3;background:var(--green-500)}.detail-duo{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.mini-detail{position:relative;min-height:310px;padding:36px;overflow:hidden;border:1px solid var(--line);border-radius:19px 19px 19px 5px;background:var(--mist-50)}.mini-detail:after{position:absolute;right:-35px;bottom:-35px;width:120px;height:120px;border:17px solid rgba(8,126,252,.04);border-radius:50%;content:""}.mini-icon{display:grid;width:47px;height:47px;place-items:center;margin:22px 0;border-radius:13px 13px 13px 3px;color:var(--blue-700);background:#e2f1ff}.mini-icon.warm{color:#c8750b;background:#fff0d9}.mini-icon.cool{color:#0a91b7;background:#e2f7fb}.mini-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8}.mini-detail h3{font-size:1.42rem}.mini-detail p{margin:13px 0 22px;font-size:.9rem}.technology-panel{display:grid;grid-template-columns:.85fr 1.15fr;overflow:hidden;border-radius:24px 24px 24px 6px;color:var(--white);background:var(--navy-900)}.technology-photo{position:relative;min-height:570px}.technology-photo img{width:100%;height:100%;object-fit:cover}.technology-photo:after{position:absolute;inset:0;content:"";background:linear-gradient(90deg,transparent 55%,var(--navy-900))}.technology-content{display:flex;flex-direction:column;justify-content:center;padding:50px 58px}.technology-content .detail-index{color:#77d9f4}.technology-content h3{margin-top:13px;color:var(--white);font-size:1.55rem}.technology-content p{margin-top:10px;color:#abc1cf;font-size:.91rem}.technology-rule{height:1px;margin:25px 0 10px;background:#ffffff21}.mid-cta{position:relative;overflow:hidden;padding:70px 0;color:var(--white);background:linear-gradient(110deg,#075dad,#087efc 58%,#0a92b4)}.mid-cta:after{position:absolute;inset:0;content:"";opacity:.14;background-image:linear-gradient(120deg,transparent 0 47%,rgba(255,255,255,.6) 47% 47.4%,transparent 47.4% 100%);background-size:220px 180px}.cta-ridge{position:absolute;right:0;bottom:0;width:48%;height:100%;clip-path:polygon(0 100%,20% 57%,35% 73%,55% 34%,70% 61%,85% 48%,100% 70%,100% 100%);background:#04162629}.cta-layout{position:relative;z-index:2;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}.cta-icon{display:grid;width:68px;height:68px;place-items:center;border:1px solid rgba(255,255,255,.25);border-radius:17px 17px 17px 4px;background:#ffffff1a}.cta-icon svg{width:35px;height:35px;fill:none;stroke:var(--white);stroke-width:1.6}.cta-kicker{color:#c5efff;font-family:var(--heading);font-size:.68rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.cta-layout h2{max-width:650px;margin-top:7px;color:var(--white);font-size:clamp(1.7rem,3vw,2.7rem)}.cta-layout p{margin-top:8px;color:#d4eafa}.cta-actions{display:grid;gap:10px}.area-section{overflow:hidden;background:var(--mist-50)}.area-layout{display:grid;grid-template-columns:.78fr 1.22fr;align-items:center;gap:62px}.area-copy p{margin-top:21px}.area-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:27px 0}.area-list>div{display:flex;align-items:center;gap:10px;padding:14px;border:1px solid var(--line);border-radius:12px 12px 12px 3px;background:var(--white)}.area-list svg{width:22px;height:22px;fill:none;stroke:var(--blue-600);stroke-width:1.8}.area-list strong,.area-list small{display:block}.area-list strong{font-family:var(--heading);font-size:.81rem}.area-list small{color:var(--muted);font-size:.67rem}.map-card{overflow:hidden;border:1px solid var(--line);border-radius:21px 21px 21px 5px;background:var(--white);box-shadow:var(--shadow-soft)}.map-top{display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:20px;padding:14px 20px;border-bottom:1px solid var(--line)}.map-top span,.map-top a{display:flex;align-items:center;gap:8px}.map-top span{font-family:var(--heading);font-size:.8rem;font-weight:800}.map-top a{color:var(--blue-700);font-size:.73rem;font-weight:800}.map-top svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}.map-frame{position:relative;min-height:480px;background:#d9e6ec}.map-frame iframe{display:block;width:100%;height:480px;border:0}.map-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;background:radial-gradient(circle at 50% 40%,#f7fbfd,#d9e6ec)}.map-placeholder:before,.map-placeholder:after{position:absolute;content:"";border:1px solid rgba(5,104,217,.14);border-radius:50%}.map-placeholder:before{width:280px;height:280px}.map-placeholder:after{width:410px;height:410px}.map-pin-pulse{position:relative;z-index:2;display:grid;width:65px;height:65px;place-items:center;margin-bottom:17px;border-radius:50%;color:var(--white);background:var(--blue-600);box-shadow:0 0 0 13px #087efc1a}.map-pin-pulse svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.7}.map-placeholder strong,.map-placeholder span{position:relative;z-index:2}.map-placeholder strong{font-family:var(--heading)}.map-placeholder span{margin-top:5px;color:var(--muted);font-size:.78rem}.faq-section{color:var(--white);background:var(--navy-950)}.faq-section:before{position:absolute;inset:0;content:"";background:radial-gradient(circle at 10% 30%,rgba(8,126,252,.16),transparent 30%)}.faq-layout{position:relative;display:grid;grid-template-columns:.7fr 1.3fr;gap:75px}.faq-intro{position:sticky;top:calc(var(--header-height) + 36px);align-self:start}.faq-intro h2{color:var(--white)}.faq-intro>p{margin-top:20px;color:#a9becd}.faq-callout{display:flex;align-items:center;gap:12px;margin-top:35px;padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:14px 14px 14px 4px;background:#ffffff0e}.faq-callout>svg{width:24px;height:24px;fill:none;stroke:#7cdcf6;stroke-width:1.8}.faq-callout small,.faq-callout a{display:block}.faq-callout small{color:#9db4c3}.faq-callout a{font-family:var(--heading);font-size:1.08rem;font-weight:800}.faq-list{border-top:1px solid rgba(255,255,255,.16)}.faq-item{border-bottom:1px solid rgba(255,255,255,.16)}.faq-item h3{margin:0}.faq-item button{display:flex;width:100%;min-height:76px;align-items:center;justify-content:space-between;gap:20px;padding:20px 2px;border:0;color:var(--white);background:transparent;text-align:left}.faq-item button span:first-child{font-family:var(--heading);font-size:.96rem;font-weight:700;letter-spacing:-.015em}.faq-toggle{position:relative;flex:0 0 32px;width:32px;height:32px;border:1px solid rgba(255,255,255,.22);border-radius:50%}.faq-toggle:before,.faq-toggle:after{position:absolute;top:50%;left:50%;width:12px;height:2px;content:"";background:#7cdcf6;transform:translate(-50%,-50%);transition:transform .18s var(--ease-out)}.faq-toggle:after{transform:translate(-50%,-50%) rotate(90deg)}.faq-item button[aria-expanded=true] .faq-toggle:after{transform:translate(-50%,-50%) rotate(0)}.faq-answer{padding:0 52px 24px 2px}.faq-answer[hidden]{display:none}.faq-answer p{color:#9fb7c6;font-size:.9rem}.contact-section{overflow:hidden;background:var(--white)}.contact-orb{position:absolute;top:40px;right:-200px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(27,192,223,.12),transparent 66%)}.contact-layout{position:relative;display:grid;grid-template-columns:.72fr 1.28fr;gap:70px}.contact-copy>p{margin-top:20px}.contact-card{margin-top:34px;padding:25px;border:1px solid var(--line);border-radius:17px 17px 17px 4px;background:var(--mist-50)}.contact-card>img{width:220px;height:auto;margin-bottom:24px}.contact-row{display:flex;align-items:flex-start;gap:12px;padding:16px 0;border-top:1px solid var(--line)}.contact-row-icon{display:grid;flex:0 0 38px;width:38px;height:38px;place-items:center;border-radius:10px;color:var(--blue-700);background:#e4f2ff}.contact-row-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}.contact-row small{display:block;color:var(--muted);font-size:.7rem}.contact-row a,.contact-row address{margin-top:3px;color:var(--ink);font-family:var(--heading);font-size:.88rem;font-weight:700;line-height:1.5}.form-card{overflow:hidden;border:1px solid var(--line);border-radius:22px 22px 22px 5px;background:var(--white);box-shadow:var(--shadow-soft)}.form-header{padding:29px 34px 24px;color:var(--white);background:linear-gradient(120deg,var(--navy-900),#0a4772)}.form-header span{color:#82dff8;font-size:.67rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.form-header strong{display:block;margin-top:5px;font-family:var(--heading);font-size:1.55rem}.form-header p{margin-top:5px;color:#aec4d2;font-size:.78rem}#lead-form{position:relative;padding:31px 34px 36px}.honeypot{position:absolute;left:-9999px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.field.full{grid-column:1 / -1}.field label{display:block;margin-bottom:7px;color:#25445b;font-family:var(--heading);font-size:.76rem;font-weight:800}.field input,.field textarea,.field select{width:100%;border:1px solid #cbdbe5;border-radius:10px;outline:none;color:var(--ink);background:#fbfdfe;transition:border-color .15s var(--ease-out),box-shadow .15s var(--ease-out)}.field input,.field select{height:48px;padding:0 13px}.field textarea{min-height:120px;padding:12px 13px;resize:vertical}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--blue-600);box-shadow:0 0 0 3px #087efc1f}.field [aria-invalid=true]{border-color:#c93b32;box-shadow:0 0 0 3px #c93b3217}.field-error{display:block;min-height:18px;margin-top:4px;color:#b52d26;font-size:.69rem}.consent-field{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:10px;margin-top:7px;padding:15px;border-radius:10px;background:var(--mist-50)}.consent-field input{width:18px;height:18px;margin:3px 0 0;accent-color:var(--blue-600)}.consent-field label{color:#425b6e;font-size:.71rem;line-height:1.5}.consent-error{min-height:19px}.submit-button{width:100%;margin-top:5px;border:0}.submit-button:disabled{opacity:.7;cursor:wait}.submit-button svg{margin-left:auto}.form-status{min-height:24px;margin-top:13px;padding:0 2px;font-size:.78rem}.form-status.error{color:#a92a24}.form-status.success{color:#087d32}.final-cta{position:relative;overflow:hidden;padding:80px 0;color:var(--white);background:linear-gradient(125deg,#0a3151,#061827 72%)}.final-cta:after{position:absolute;right:-6%;bottom:-40%;width:480px;height:340px;border:2px solid rgba(28,198,84,.18);border-radius:50%;content:"";box-shadow:0 0 0 45px #087efc0f,0 0 0 90px #19c3e609}.final-cta-layout{position:relative;z-index:2;display:grid;grid-template-columns:1fr auto;align-items:center;gap:50px}.final-cta h2{max-width:720px;margin-top:8px;color:var(--white);font-size:clamp(2rem,4vw,3.4rem)}.final-cta p{margin-top:12px;color:#adc2cf}.final-actions{display:grid;gap:11px}.site-footer{padding:67px 0 110px;color:#b4c4cf;background:#03111d}.footer-main{display:grid;grid-template-columns:1.25fr .65fr .7fr;gap:70px;padding-bottom:42px}.footer-brand img{width:300px;height:auto;filter:brightness(1.08)}.footer-brand p{max-width:390px;margin-top:20px;color:#8da4b4;font-size:.86rem}.footer-nav>strong,.footer-contact>strong{display:block;margin-bottom:18px;color:var(--white);font-family:var(--heading);font-size:.82rem;text-transform:uppercase;letter-spacing:.1em}.footer-nav nav{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 20px}.footer-nav a{color:#9eb2bf;font-size:.82rem}.footer-nav a:hover{color:#7cdcf6}.footer-contact address{color:#9eb2bf;font-size:.82rem}.footer-phone{display:flex;align-items:center;gap:9px;margin-top:15px;color:var(--amber-400);font-family:var(--heading);font-size:1rem;font-weight:800}.footer-phone svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}.footer-disclaimer{padding:27px 0;border-top:1px solid rgba(255,255,255,.09);border-bottom:1px solid rgba(255,255,255,.09)}.footer-disclaimer p{color:#6f8797;font-size:.66rem;line-height:1.65}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:25px;color:#78909f;font-size:.71rem}.footer-bottom a{display:flex;align-items:center;gap:7px;color:#a8bdca}.footer-bottom svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;transform:rotate(-90deg)}.mobile-call-float{position:fixed;z-index:90;right:14px;bottom:14px;left:14px;display:none;min-height:52px;align-items:center;justify-content:center;gap:9px;border-radius:13px 13px 13px 4px;color:var(--navy-950);background:linear-gradient(135deg,var(--amber-400),var(--amber-500));box-shadow:0 12px 32px #0416264d;font-family:var(--heading);font-size:.86rem;font-weight:800}.mobile-call-float svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2}:focus-visible{outline:3px solid var(--amber-400);outline-offset:3px}.reveal{opacity:1;transform:none}.js-ready .reveal{opacity:0;transform:translateY(18px);transition:opacity .54s var(--ease-out),transform .54s var(--ease-out)}.js-ready .reveal.in-view{opacity:1;transform:translateY(0)}@media (max-width: 1160px){.desktop-nav{gap:16px}.desktop-nav a{font-size:.74rem}.header-call span>span{display:none}.hero-layout{grid-template-columns:1.07fr .93fr;gap:35px}.comfort-card{right:0}.service-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 980px){:root{--header-height: 74px}.desktop-nav,.header-call{display:none}.header-shell{min-height:var(--header-height)}.brand{flex-basis:220px}.menu-toggle{display:flex;margin-left:auto}.hero{min-height:auto;padding-top:calc(var(--header-height) + 58px)}.hero-layout{grid-template-columns:1fr}.hero-copy{max-width:760px}.hero-visual{width:min(670px,92%);margin:10px auto 0}.hero-image-wrap{aspect-ratio:1.28}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.about-layout{grid-template-columns:1fr;gap:60px}.about-collage{min-height:550px}.why-grid,.gallery-grid,.service-grid{grid-template-columns:repeat(2,1fr)}.detail-card,.technology-panel{grid-template-columns:1fr}.detail-card.reverse .detail-image{order:0}.technology-photo{min-height:390px}.technology-photo:after{background:linear-gradient(to bottom,transparent 55%,var(--navy-900))}.cta-layout{grid-template-columns:auto 1fr}.cta-actions{grid-column:2;grid-template-columns:repeat(2,max-content)}.area-layout,.faq-layout,.contact-layout{grid-template-columns:1fr;gap:55px}.faq-intro{position:static}.faq-intro>p{max-width:650px}.contact-copy{display:grid;grid-template-columns:1fr 1fr;gap:0 35px}.contact-copy>.eyebrow,.contact-copy>h2,.contact-copy>p{grid-column:1}.contact-card{grid-column:2;grid-row:1 / span 3;margin-top:0}.footer-main{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1 / -1}}@media (max-width: 720px){.container{width:min(100% - 28px,1180px)}.section{padding:78px 0}.brand{flex-basis:195px}.brand img{width:195px}.header-shell{width:calc(100% - 28px)}.hero{padding-bottom:87px}.hero-copy h1{font-size:clamp(2.65rem,12.5vw,4.3rem)}.hero-actions{display:grid}.hero-actions .button{width:100%}.hero-benefits{display:grid;gap:11px}.hero-visual{width:100%;padding:16px 0 25px}.hero-image-wrap{aspect-ratio:.95}.local-card{top:8%;left:-4px}.comfort-card{right:-2px;bottom:4px}.hero-visual:before{right:-8px}.trust-strip{margin-top:-28px}.trust-grid{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid var(--line)}.trust-item:last-child{border-bottom:0}.about-section{padding-top:88px}.about-collage{min-height:410px}.about-photo-main{inset:0 18px 38px 0}.about-stat{min-width:190px;padding:20px}.airflow-mark{left:-7px}.section-heading.split,.services-heading,.gallery-heading{grid-template-columns:1fr;gap:18px}.service-gallery{padding:78px 0}.gallery-grid{grid-auto-rows:240px;grid-template-columns:1fr}.gallery-item.gallery-wide{grid-column:span 1}.gallery-item.gallery-tall{grid-row:span 1}.why-grid,.service-grid,.detail-duo{grid-template-columns:1fr}.why-card{min-height:220px}.service-card{min-height:245px}.detail-card{min-height:auto}.detail-image{min-height:285px}.detail-content{padding:34px 25px 37px}.detail-content h3{font-size:1.7rem}.mini-detail{min-height:280px;padding:29px 25px}.technology-photo{min-height:280px}.technology-content{padding:35px 25px 40px}.cta-layout{grid-template-columns:1fr;text-align:center}.cta-icon{margin-inline:auto}.cta-actions{grid-column:1;grid-template-columns:1fr}.area-list{grid-template-columns:1fr}.map-top{align-items:flex-start;flex-direction:column}.map-frame,.map-frame iframe{min-height:410px;height:410px}.faq-item button{min-height:72px}.contact-copy{display:block}.contact-card{margin-top:30px}.form-header,#lead-form{padding-right:22px;padding-left:22px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.final-cta-layout{grid-template-columns:1fr;text-align:center}.final-actions{width:100%}.footer-main{grid-template-columns:1fr;gap:38px}.footer-brand{grid-column:auto}.footer-bottom{align-items:flex-start;flex-direction:column}.mobile-call-float{display:flex}.site-footer{padding-bottom:102px}}@media (max-width: 390px){.brand,.brand img{width:170px;flex-basis:170px}.hero-copy h1{font-size:2.5rem}.comfort-card{padding:11px 12px}.comfort-card strong{font-size:.68rem}.local-card{padding:9px 10px}.about-collage{min-height:360px}.about-stat{min-width:165px;padding:16px}.about-stat strong{font-size:1.16rem}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.js-ready .reveal{opacity:1;transform:none}}
