:root{--navy:#061d2a;--cream:#f5f0e8;--paper:#fcfaf6;--red:#c92028;--brown:#5b3d27;--sand:#c5a46e;--ink:#132733;--muted:#67747b;--line:#ddd6cc;--serif:"Libre Caslon Display",Georgia,serif;--sans:"DM Sans",Arial,sans-serif}*{box-sizing:border-box}body{background:var(--paper);color:var(--ink);font:16px/1.65 var(--sans);margin:0}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.02}h1{font-size:clamp(3.5rem,7vw,7rem)}h2{font-size:clamp(2.7rem,5vw,5rem)}h3{font-size:clamp(1.8rem,3vw,2.8rem)}a{color:inherit;text-decoration:none}img,video{max-width:100%}.kicker{text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:700}.brown{color:var(--brown)}.sand{color:var(--sand)}.header{z-index:20;border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:86px;padding:0 clamp(22px,5vw,76px);display:flex;position:relative}.header.overlay{color:#fff;background:linear-gradient(#061d2ad9,#0000);border:0;position:absolute;inset:0 0 auto}.brand{font:1.2rem var(--serif);align-items:center;gap:12px;display:flex}.brand img{object-fit:contain;background:#fff;width:64px;height:52px;padding:3px}.header nav{gap:34px;font-size:.88rem;display:flex}.quote-btn,.button{border:0;padding:13px 19px;font-weight:600;display:inline-flex}.red{background:var(--red);color:#fff}.cream{background:var(--cream);color:var(--brown)}.hero{color:#fff;align-items:center;height:min(880px,88vh);min-height:720px;display:flex;position:relative;overflow:hidden}.hero>img,.shade{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.shade{background:linear-gradient(90deg,#021823f2,#061d2a9c 55%,#061d2a38)}.hero-copy{width:min(1200px,100% - 48px);margin:auto;position:relative}.hero-copy h1{letter-spacing:-.055em;margin:0 0 20px}.hero-copy h1 span{color:#fff}.hero-copy h1 span:first-letter{color:inherit}.hero-copy>p:not(.kicker){font:1.45rem var(--serif)}.trust{border-top:1px solid #fff4;grid-template-columns:repeat(3,1fr);width:min(1200px,100% - 48px);padding:24px 0;display:grid;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.trust span+span{border-left:1px solid #fff4;padding-left:35px}.quick,.app-nav{display:none}.intro{text-align:center;background:var(--cream);padding:140px max(24px,50vw - 425px)}.intro p:last-child{color:var(--muted)}.services,.work,.drone,.reviews,.title,.contact,.split,.gallery{padding:120px max(24px,50vw - 600px)}.section-head{justify-content:space-between;align-items:end;margin-bottom:50px;display:flex}.service{background:var(--cream);grid-template-columns:1.15fr .85fr;margin-bottom:24px;display:grid}.service.reverse{grid-template-columns:.85fr 1.15fr}.service.reverse>img{order:2}.service>img{object-fit:cover;width:100%;height:460px}.service>div{flex-direction:column;justify-content:center;padding:60px;display:flex;position:relative}.service>div>b{color:#d8d0c5;font:3rem var(--serif);position:absolute;top:18px;right:24px}.service>div p{color:var(--muted)}.service>div a{color:var(--red);font-weight:600}.work{background:var(--navy);color:#fff}.mosaic{grid-template-columns:1.35fr .65fr;gap:20px;display:grid}.project{min-height:450px;position:relative;overflow:hidden}.project.large{min-height:580px}.project img{object-fit:cover;opacity:.82;width:100%;height:100%;position:absolute}.project:after{content:"";background:linear-gradient(#0000,#061d2af2);position:absolute;inset:35% 0 0}.project>div{z-index:2;position:absolute;bottom:24px;left:26px}.project small{color:var(--sand)}.project h3{margin:5px 0}.drone,.reviews,.split,.contact{background:var(--cream);grid-template-columns:.7fr 1.3fr;gap:80px;display:grid}.drone-list{gap:22px;display:grid}.drone-list article{background:var(--paper);border-bottom:2px solid var(--brown)}.drone-list video,.drone-list img{aspect-ratio:16/9;object-fit:cover;width:100%}.drone-list small{color:var(--brown);text-transform:uppercase}.reviews{background:var(--paper)}blockquote{border-bottom:1px solid var(--line);margin:0;padding:28px 0}blockquote>b{color:var(--red)}blockquote>p{font:1.35rem/1.5 var(--serif)}blockquote footer{color:var(--muted);font-size:.85rem}.cta{text-align:center;background:var(--red);color:#fff;padding:110px 24px}.footer{color:#cbd5d9;background:#03141e;grid-template-columns:1fr 1fr 1fr;gap:30px;padding:48px max(24px,50vw - 600px);display:grid}.footer nav{display:grid}.page-hero{background:var(--cream);grid-template-columns:1fr 1fr;min-height:650px;display:grid}.page-hero>div{flex-direction:column;justify-content:center;padding:100px 60px 100px max(24px,50vw - 600px);display:flex}.page-hero>img{object-fit:cover;width:100%;height:100%}.page-hero h1{font-size:clamp(3.5rem,6vw,6rem)}.split{background:var(--paper)}.gallery{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.gallery article{color:#fff;min-height:480px;position:relative}.gallery img{object-fit:cover;width:100%;height:100%;position:absolute}.gallery article>div{background:linear-gradient(#0000,#061d2ae8);padding:70px 25px 20px;position:absolute;inset:auto 0 0}.contact form,.cms-form{background:#fff;gap:15px;padding:32px;display:grid}.contact label,.cms-form label,.login label{gap:6px;font-size:.84rem;font-weight:600;display:grid}input,textarea,select{border:1px solid var(--line);width:100%;font:inherit;background:#fff;padding:12px}.success{color:#18572e;background:#e1efe4;padding:12px}.login{background:var(--cream);place-items:center;min-height:100vh;display:grid}.login form{border-top:4px solid var(--brown);background:#fff;gap:16px;width:min(420px,100% - 30px);padding:38px;display:grid}.login h1{font-size:3rem}.cms{background:#f2f1ee;grid-template-columns:250px 1fr;min-height:100vh;display:grid}.cms>aside{background:var(--navy);color:#fff;flex-direction:column;padding:28px 18px;display:flex}.cms>aside nav{margin-top:35px;display:grid}.cms>aside a,.cms>aside button{color:#fff;text-align:left;font:inherit;background:0 0;border:0;padding:10px}.cms>aside form{margin-top:auto}.cms>main{width:100%;max-width:1200px;padding:50px}.cms>main h1{font-size:3.5rem}.form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.cms-form fieldset{border:0;margin:0 0 24px;padding:0}.cms-form legend{font:2rem var(--serif)}.inquiries article{border-bottom:1px solid var(--line);justify-content:space-between;padding:20px 0;display:flex}.cms-media{grid-template-columns:repeat(3,1fr);gap:15px;margin-top:25px;display:grid}.cms-media article{background:#fff;gap:8px;padding:10px;display:grid}.cms-media img,.cms-media video{object-fit:cover;width:100%;height:160px}@media (width<=800px){body{padding-bottom:68px}.header{background:var(--navy);color:#fff;border:0;height:68px;padding:0 15px}.header.overlay{background:linear-gradient(#061d2ae8,#0000)}.brand img{width:46px;height:42px}.brand span{font-size:1rem}.header nav,.quote-btn{display:none}.hero{height:690px;min-height:690px}.hero>img{object-position:60% center}.shade{background:linear-gradient(#061d2a7d,#031925f7)}.hero-copy{width:calc(100% - 38px);padding-bottom:120px}.hero-copy h1{font-size:4.5rem;line-height:.92}.trust{grid-template-columns:1fr;width:auto;padding:0;bottom:67px;left:19px;right:19px;transform:none}.trust span{border-bottom:1px solid #fff3;padding:8px 0}.trust span+span{border-left:0;padding-left:0}.quick{z-index:3;background:#fff;grid-template-columns:1fr 1.25fr 1fr;margin:-46px 14px 0;display:grid;position:relative;box-shadow:0 8px 25px #0003}.quick a{text-align:center;padding:14px 6px;font-size:.78rem}.quick a+a{border-left:1px solid var(--line)}.intro,.services,.work,.drone,.reviews,.title,.contact,.split,.gallery{padding:78px 20px}.service,.service.reverse,.page-hero{grid-template-columns:1fr}.service.reverse>img{order:0}.service>img{height:290px}.service>div{padding:30px 24px}.mosaic,.gallery{grid-template-columns:1fr}.project,.project.large{min-height:390px}.drone,.reviews,.split,.contact{grid-template-columns:1fr;gap:35px}.page-hero>div{padding:80px 20px}.page-hero>img{height:330px}.footer{grid-template-columns:1fr;padding:38px 20px}.app-nav{z-index:100;background:var(--navy);color:#fff;grid-template-columns:repeat(4,1fr);height:68px;display:grid;position:fixed;bottom:0;left:0;right:0}.app-nav a{flex-direction:column;justify-content:center;align-items:center;font-size:.63rem;display:flex}.app-nav i{font-size:1rem;font-style:normal}.cms{grid-template-rows:auto 1fr;grid-template-columns:minmax(0,1fr);min-width:0}.cms>aside{min-width:0;padding:15px}.cms>aside nav{grid-template-columns:1fr 1fr;gap:2px 8px;max-width:100%;margin-top:10px;display:grid}.cms>aside a{min-width:0;padding:7px 9px;font-size:.76rem;line-height:1.3}.cms>aside form{margin:0}.cms>aside>button{align-self:flex-start}.cms>main{overflow-wrap:anywhere;min-width:0;padding:28px 18px}.cms>main h1{font-size:2.8rem}.form-grid,.cms-media{grid-template-columns:1fr}}.weather-attribution{color:#82939a;margin-top:22px;font-size:.66rem;line-height:1.45;display:block}.weather-attribution a{text-underline-offset:2px;text-decoration:underline}.svg-sprite{width:0;height:0;position:absolute;overflow:hidden}.icon{fill:none;stroke:currentColor;stroke-width:1.55px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:20px;height:20px}.header.overlay{background:linear-gradient(#021823d1,#02182300);height:82px;padding:0 clamp(44px,5vw,92px)}.brand{font:700 1.18rem/1 var(--sans);letter-spacing:-.025em;white-space:nowrap}.header nav{align-items:center;gap:48px;height:100%}.header nav a{height:100%;font-family:var(--sans);align-items:center;font-size:.79rem;font-weight:600;display:flex;position:relative}.header nav a.active{color:var(--red)}.header nav a.active:after{content:"";background:var(--red);height:2px;position:absolute;bottom:20px;left:0;right:0}.quote-btn{background:var(--red);color:#fff;font-family:var(--sans);border-radius:3px;padding:13px 22px;font-size:.78rem;font-weight:700;box-shadow:0 5px 18px #53070a24}.menu-button{background:0 0;border:0;padding:8px;display:none}.menu-button span{background:currentColor;width:25px;height:1px;margin:6px 0;display:block}.hero-reference{background:var(--navy);align-items:flex-start;height:540px;min-height:540px}.hero-reference>.hero-media{object-fit:cover;object-position:center 48%;filter:saturate(.68)contrast(.92);width:100%;height:100%;position:absolute;inset:0}.hero-reference .shade{background:linear-gradient(90deg,#021823f7 0%,#021823cc 34%,#02182366 68%,#02182347 100%),linear-gradient(#0000 58%,#021823eb 100%)}.hero-reference .hero-copy{width:auto;max-width:760px;margin:0;position:absolute;top:124px;left:clamp(44px,5vw,92px)}.hero-kicker{text-transform:uppercase;letter-spacing:.16em;color:#fff;font:700 .73rem/1.2 var(--sans)!important;margin:0 0 14px!important}.hero-reference .hero-copy h1{font-family:var(--sans);letter-spacing:-.055em;white-space:pre-line;margin:0 0 17px;font-size:clamp(3.5rem,4.5vw,5rem);font-weight:700;line-height:.96}.hero-reference .hero-copy h1 span{color:var(--red)}.hero-reference .hero-copy>.hero-subtitle{max-width:590px;font:400 1.05rem/1.55 var(--sans);color:#edf2f3;margin-bottom:23px}.hero-actions{align-items:center;gap:22px;display:flex}.hero-actions .button{border-radius:3px;padding:14px 20px;font-size:.82rem;box-shadow:0 8px 24px #4a050840}.hero-phone{color:#fff;align-items:center;gap:10px;display:flex}.hero-phone .icon{width:23px;height:23px;color:var(--red)}.hero-phone span{line-height:1.15;display:grid}.hero-phone small{text-transform:uppercase;letter-spacing:.08em;color:#aebbc0;font-size:.66rem}.hero-phone b{font-size:.9rem}.hero-accent{background:var(--red);width:72px;height:2px;display:block}.hero-reference .trust{border-top:0;grid-template-columns:repeat(3,minmax(210px,1fr));width:680px;max-width:calc(100% - 88px);padding:24px 0 27px;left:clamp(44px,5vw,92px);right:auto;transform:none}.hero-reference .trust span{font-family:var(--sans);white-space:nowrap;align-items:center;gap:13px;font-size:.78rem;font-weight:600;display:flex}.hero-reference .trust span+span{border-left:1px solid #ffffff57;padding-left:33px}.trust-icon{width:27px;height:27px;color:var(--red);stroke-width:1.45px}.trust-icon.gold{color:var(--sand)}.hero-weather{z-index:2;color:#fff;text-shadow:0 2px 14px #0000008c;width:min(255px,23vw);position:absolute;bottom:24px;right:clamp(44px,5vw,92px)}.hero-weather-now{align-items:center;gap:9px;line-height:1;display:flex}.hero-weather-now .icon{width:38px;height:38px;color:var(--sand);stroke-width:1.25px}.hero-weather-now strong{font:700 1.4rem/1 var(--sans);letter-spacing:-.04em}.hero-weather-now span{color:#eef3f4;font-size:.78rem;font-weight:600}.hero-weather-place{text-transform:uppercase;letter-spacing:.13em;color:var(--sand);font-size:.68rem;font-weight:700;margin:7px 0 3px!important}.hero-weather-advice{color:#e2e9eb;max-width:255px;margin:0!important;font-size:.7rem!important;line-height:1.42!important}.home-services{background:var(--paper);margin:0;padding:26px clamp(44px,5vw,92px) 38px}.reference-service{background:var(--paper);border-bottom:1px solid #ebe5dc;grid-template-columns:1.08fr .92fr;height:230px;min-height:230px;display:grid}.reference-service.reverse{grid-template-columns:.68fr 1.32fr}.reference-service.reverse>img{order:2}.reference-service>img{object-fit:cover;width:100%;height:230px;min-height:230px;max-height:230px}.reference-service:not(:last-child){margin-bottom:24px}.reference-service:first-child>img{object-position:75% 72%}.service-copy{flex-direction:column;justify-content:center;align-items:flex-start;padding:26px 42px;display:flex}.service-symbol{width:22px;height:22px;color:var(--red);stroke-width:1.4px;margin-bottom:13px}.service-copy h2{font-family:var(--sans);letter-spacing:-.035em;margin:0 0 9px;font-size:1.62rem;font-weight:700}.service-copy>i{background:#bfb8af;width:24px;height:1px;margin-bottom:11px}.service-copy p{color:#35444c;max-width:370px;margin-bottom:15px;font-size:.82rem;line-height:1.55}.service-copy a{font-size:.79rem;font-weight:700}.service-copy a b{color:var(--red);margin-left:6px;font-size:1.15rem}.work h2,.drone h2,.reviews h2,.cta h2{font-family:var(--sans);letter-spacing:-.055em;font-weight:700}.work h2{font-size:clamp(2.5rem,4vw,3.8rem)}.drone h2,.reviews h2{font-size:clamp(2.35rem,3.6vw,3.4rem);line-height:1.02}.cta h2{font-size:clamp(2.6rem,4vw,3.8rem)}.project h3,.drone-list h3{font-family:var(--sans);letter-spacing:-.035em;font-weight:700}.project h3{font-size:clamp(1.45rem,2.4vw,2.2rem)}.drone-list h3{font-size:1.45rem}@media (width<=800px){body{background:var(--paper);padding-bottom:68px}.header.overlay{background:linear-gradient(#021823f0,#02182300);height:76px;padding:0 20px}.brand{font-size:1.38rem}.header nav,.quote-btn{display:none}.menu-button{color:#fff;display:block}.hero-reference{height:690px;min-height:690px}.hero-reference>.hero-media{object-position:58% center}.hero-reference .shade{background:linear-gradient(#02182375 0%,#02182338 28%,#021823d6 64%,#021823fc 100%)}.hero-reference .hero-copy{width:auto;max-width:none;margin:0;padding:0;top:150px;left:20px;right:20px}.hero-kicker{margin-bottom:10px!important;font-size:.62rem!important}.hero-reference .hero-copy h1{margin-bottom:13px;font-size:3rem;line-height:.95}.hero-reference .hero-copy>.hero-subtitle{max-width:335px;margin-bottom:16px;font-size:.82rem;line-height:1.45}.hero-actions .button{padding:12px 15px;font-size:.7rem}.hero-phone{display:none}.hero-accent{width:44px}.hero-reference .trust{grid-template-columns:1fr;width:auto;max-width:none;padding:0;bottom:100px;left:24px;right:24px}.hero-reference .trust span{border-bottom:1px solid #ffffff3b;padding:9px 0;font-size:.76rem}.hero-reference .trust span+span{border-left:0;padding-left:0}.trust-icon{width:22px;height:22px}.hero-weather{text-align:left;align-items:center;gap:13px;width:auto;display:flex;inset:auto 24px 14px}.hero-weather-now{flex:none;justify-content:flex-start;gap:7px}.hero-weather-now .icon{width:29px;height:29px}.hero-weather-now strong{font-size:1.08rem}.hero-weather-now span{font-size:.64rem}.hero-weather-copy{min-width:0}.hero-weather-place{font-size:.56rem;margin:0 0 2px!important}.hero-weather-advice{max-width:none;margin:0!important;font-size:.64rem!important;line-height:1.3!important}.quick{border-radius:5px;grid-template-columns:1fr 1.2fr 1fr;margin:-1px 12px 0;overflow:hidden;box-shadow:0 6px 24px #00000038}.quick a{justify-content:center;align-items:center;gap:7px;padding:15px 5px;font-size:.76rem;display:flex}.quick .icon{stroke-width:1.75px;width:15px;height:15px}.home-services{padding:20px 12px 65px}.reference-service,.reference-service.reverse{grid-template-columns:1.03fr .97fr;min-height:250px}.reference-service:not(:last-child){margin-bottom:0}.reference-service.reverse>img{order:0}.reference-service:nth-child(2n)>img{order:2}.reference-service>img{object-fit:cover;min-height:250px;max-height:250px}.service-copy{padding:22px 16px}.service-symbol{width:19px;height:19px;margin-bottom:12px}.service-copy h2{margin-bottom:9px;font-size:1.65rem}.service-copy>i{margin-bottom:10px}.service-copy p{-webkit-line-clamp:4;-webkit-box-orient:vertical;margin-bottom:13px;font-size:.69rem;line-height:1.55;display:-webkit-box;overflow:hidden}.service-copy a{font-size:.66rem}.work,.drone,.reviews{padding:72px 20px}.app-nav a{gap:4px}.app-nav .icon{stroke-width:1.45px;width:19px;height:19px}.app-nav a:first-child{position:relative}.app-nav a:first-child:after{content:"";background:var(--red);width:28px;height:2px;position:absolute;bottom:5px}}.skip-link{z-index:1000;color:var(--ink);background:#fff;padding:11px 16px;font-weight:700;position:fixed;top:10px;left:10px;transform:translateY(-160%);box-shadow:0 5px 20px #0004}.skip-link:focus{transform:translateY(0)}:where(a,button,input,select,textarea):focus-visible{outline-offset:3px;outline:3px solid #f1bf65}.not-found{color:#fff;background:linear-gradient(90deg,#031d2b 0%,#031d2bea 58%,#031d2b99),url(/media/za-dakwerken-ai-dakrenovatie-hero.webp) 50%/cover;flex-direction:column;justify-content:center;align-items:flex-start;min-height:72vh;padding:180px max(6vw,24px) 100px;display:flex}.not-found h1{max-width:780px;font:700 clamp(3rem,7vw,6.5rem)/.98 var(--sans);letter-spacing:-.065em;margin:8px 0 18px}.not-found>p:not(.kicker){max-width:610px;font-size:1.08rem;line-height:1.65}.not-found>div{flex-wrap:wrap;gap:12px;margin-top:22px;display:flex}.not-found .button.outline{color:#fff;border-color:#ffffff80}@media (width<=800px){.not-found{min-height:calc(100vh - 76px);padding:140px 20px 110px}.not-found h1{font-size:3rem}}.cms-image-choice{grid-template-columns:180px 1fr;align-items:center;gap:18px;margin-bottom:16px;display:grid}.cms-image-choice img{object-fit:cover;width:180px;height:110px}.cms-image-choice>div{gap:12px;display:grid}.cms-image-picker{gap:10px;margin:10px 0 18px;display:grid}.cms-field-label{font-size:.84rem;font-weight:700}.cms-selected-image{background:var(--cream);border:1px solid var(--line);grid-template-columns:220px 1fr;align-items:center;gap:18px;padding:12px;display:grid}.cms-selected-image>img,.cms-image-placeholder{object-fit:cover;background:#dfe3e4;width:220px;height:135px}.cms-image-placeholder{text-align:center;color:var(--muted);place-items:center;padding:18px;display:grid}.cms-selected-image>div:last-child{gap:3px;display:grid}.cms-selected-image small{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.65rem}.cms-selected-image strong{font-size:1rem}.cms-image-library{border:1px solid var(--line);background:#fff}.cms-image-library>summary{cursor:pointer;color:var(--red);padding:12px 15px;font-size:.82rem;font-weight:700}.cms-image-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:0 12px 14px;display:grid}.cms-image-grid button{text-align:left;color:var(--ink);font:600 .7rem/1.3 var(--sans);cursor:pointer;background:#f4f1ec;border:2px solid #0000;grid-template-rows:100px auto;gap:7px;padding:7px;display:grid;position:relative}.cms-image-grid button:hover{border-color:var(--sand)}.cms-image-grid button.selected{border-color:var(--red);background:#fff}.cms-image-grid img{object-fit:cover;width:100%;height:100px}.cms-image-grid b{background:var(--red);color:#fff;text-transform:uppercase;letter-spacing:.05em;padding:3px 7px;font-size:.6rem;position:absolute;top:12px;right:12px}.cms-tip{border-left:3px solid var(--red);background:#f7f4ef;gap:10px;margin:15px 0;padding:18px;display:grid}.cms-pages-form details{border:1px solid var(--line);background:#fff}.cms-pages-form summary{cursor:pointer;padding:18px 20px;font-weight:700}.cms-detail-body{gap:14px;padding:4px 20px 24px;display:grid}.cms-detail-body fieldset{border-left:3px solid var(--red)!important;background:#f7f4ef!important;padding:18px!important}.cms-detail-body fieldset legend{padding:0 7px;font:700 1rem var(--sans)!important}.cms-detail-body h3{font:700 1.2rem var(--sans);margin:15px 0 0}@media (width<=800px){.cms-image-choice{grid-template-columns:1fr}.cms-image-choice img{width:100%;height:170px}.cms-selected-image{grid-template-columns:1fr;gap:10px}.cms-selected-image>img,.cms-image-placeholder{width:100%;height:180px}.cms-image-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.cms-image-grid button{grid-template-rows:90px auto}.cms-image-grid img{height:90px}}.nav-services{align-items:center;height:100%;display:flex;position:relative}.nav-dropdown{min-width:210px;color:var(--ink);opacity:0;visibility:hidden;background:#fff;padding:10px;transition:all .18s;position:absolute;top:68px;left:-18px;transform:translateY(-6px);box-shadow:0 14px 35px #03141e2e}.nav-dropdown a{height:auto!important;padding:10px 12px!important}.nav-services:hover .nav-dropdown,.nav-services:focus-within .nav-dropdown{opacity:1;visibility:visible;transform:none}.site-loading,.admin-loading,.fatal{text-align:center;background:var(--cream);place-content:center;min-height:100vh;font-weight:700;display:grid}.form-error{color:#8a1116;background:#f9dddd;padding:12px}.button:disabled{opacity:.6;cursor:wait}.tips-hero{background:var(--navy);color:#fff;padding:110px max(24px,50vw - 600px)}.tips-hero h1{max-width:820px;font-family:var(--sans);letter-spacing:-.055em;font-size:clamp(3.2rem,6vw,5.8rem);font-weight:700}.tips-hero>p:last-child{color:#cbd5d9;max-width:650px}.tips-grid{background:var(--line);grid-template-columns:repeat(3,1fr);gap:1px;padding:80px max(24px,50vw - 600px);display:grid}.tips-grid article{background:var(--paper);min-height:290px;padding:34px;position:relative}.tips-grid article>span{color:#d6cec4;font-weight:700;position:absolute;top:18px;right:24px}.tips-grid .icon{width:28px;height:28px;color:var(--red);margin-bottom:28px}.tips-grid h2{font-family:var(--sans);letter-spacing:-.03em;font-size:1.35rem;font-weight:700}.tips-grid p{color:var(--muted);font-size:.88rem}.policy{max-width:none}.policy p,.policy h2{max-width:780px}.policy h2{font-family:var(--sans);margin-top:45px;font-size:1.8rem;font-weight:700}@media (width<=1100px){.header nav{gap:25px}}@media (width<=800px){.header nav.open{background:var(--navy);gap:0;height:auto;padding:16px 20px;display:grid;position:absolute;top:68px;left:0;right:0;box-shadow:0 14px 30px #00000040}.header nav.open>a,.header nav.open .nav-services>a{height:auto;padding:11px 0}.nav-services{height:auto;display:block}.nav-dropdown{opacity:1;visibility:visible;box-shadow:none;color:#cbd5d9;background:0 0;padding:0 0 8px 16px;display:grid;position:static;transform:none}.nav-dropdown a{padding:7px 0!important}.reference-service,.reference-service.reverse{height:250px}.tips-hero{padding:85px 20px 65px}.tips-hero h1{font-size:2.8rem}.tips-grid{grid-template-columns:1fr;padding:1px 0}.tips-grid article{min-height:0;padding:28px 22px}}.about-full{background:var(--cream);grid-template-columns:.85fr 1.15fr;align-items:center;gap:80px;padding:110px max(24px,50vw - 600px);display:grid}.about-visual{position:relative}.about-visual img{object-fit:cover;width:100%;height:620px}.about-visual>span{text-align:center;background:var(--red);color:#fff;border-radius:50%;place-content:center;width:160px;height:160px;font-size:1.15rem;font-weight:700;line-height:1.2;display:grid;position:absolute;bottom:34px;right:-34px}.about-visual small{font-size:.7rem;font-weight:500}.about-copy h2,.service-overview h2,.benefit-section h2,.process-section h2,.subscription h2,.local-about h2,.local-services h2,.local-projects h2,.before-after h2,.more-work h2,.contact h2,.business-card-page h2{font-family:var(--sans);letter-spacing:-.05em;font-weight:700}.about-copy h2{font-size:clamp(2.6rem,4vw,4rem)}.about-copy>p:not(.kicker){color:var(--muted)}.check-list{gap:10px;padding:0;list-style:none;display:grid}.check-list li{align-items:flex-start;gap:10px;display:flex}.check-list .icon{color:var(--red);margin-top:3px}.service-page-hero{background:var(--navy);color:#fff;grid-template-columns:.85fr 1.15fr;min-height:610px;display:grid}.service-page-hero>div:first-child{flex-direction:column;justify-content:center;padding:105px clamp(32px,6vw,110px);display:flex}.service-page-hero h1{font-family:var(--sans);letter-spacing:-.06em;font-size:clamp(3.3rem,5.4vw,5.8rem);font-weight:700}.service-page-hero p:not(.kicker){color:#cbd5d9;max-width:570px;font-size:1.05rem}.service-page-hero .button{align-self:flex-start}.service-hero-images{min-width:0;display:grid}.service-hero-images.double{grid-template-columns:1fr 1fr}.service-hero-images img{object-fit:cover;width:100%;height:100%;min-height:610px}.service-hero-images.double img:first-child{object-position:62% center}.service-overview{background:var(--paper);grid-template-columns:.8fr 1.2fr;gap:90px;padding:105px max(24px,50vw - 600px);display:grid}.service-overview h2{font-size:clamp(2.7rem,4.5vw,4.4rem)}.service-lead{color:var(--muted);max-width:720px;font-size:1.1rem}.roof-service-grid{background:var(--line);grid-template-columns:repeat(3,1fr);gap:1px;padding:1px max(24px,50vw - 600px) 105px;display:grid}.roof-service-card{background:var(--cream);min-height:300px;padding:35px;position:relative}.roof-service-card>span{color:#cec5ba;font-weight:700;position:absolute;top:18px;right:22px}.roof-service-card>.icon{width:31px;height:31px;color:var(--red);margin:10px 0 30px}.roof-service-card h3,.benefit-section h3,.process-section h3,.local-services h3,.local-projects h3{font-family:var(--sans);letter-spacing:-.035em;font-weight:700}.roof-service-card h3{font-size:1.45rem}.roof-service-card p{color:var(--muted);font-size:.9rem}.benefit-section{background:var(--navy);color:#fff;padding:105px max(24px,50vw - 600px)}.benefit-section h2{font-size:clamp(2.6rem,4vw,4rem)}.benefit-section>.section-head{max-width:720px}.benefit-section>div:last-child{background:#ffffff30;grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.benefit-section article{background:var(--navy);padding:34px}.benefit-section article .icon{width:34px;height:34px;color:var(--sand);margin-bottom:24px}.benefit-section article h3{font-size:1.4rem}.benefit-section article p{color:#bfcbd0}.process-section{background:var(--cream);padding:110px max(24px,50vw - 600px)}.process-section>h2{max-width:720px;font-size:clamp(2.7rem,4.5vw,4.5rem)}.process-section>div{background:var(--line);grid-template-columns:repeat(4,1fr);gap:1px;margin-top:45px;display:grid}.process-section article{background:var(--paper);padding:32px}.process-section article b{color:var(--red)}.process-section article h3{margin-top:25px;font-size:1.45rem}.process-section article p{color:var(--muted);font-size:.88rem}.subscription{background:var(--navy);color:#fff;grid-template-columns:.9fr 1.1fr;gap:80px;padding:110px max(24px,50vw - 600px);display:grid}.subscription h2{font-size:clamp(2.7rem,4.5vw,4.4rem)}.subscription>div:first-child>p:last-child{color:#bcc9ce}.subscription-card{color:var(--ink);background:#fff;gap:20px;padding:38px;display:grid}.subscription-card ul{gap:12px;padding:0;list-style:none;display:grid}.subscription-card li{gap:10px;display:flex}.subscription-card li .icon{color:var(--red)}.subscription-card strong{font-size:1.9rem}.subscription-card small{color:var(--muted)}.subscription-card .button{justify-self:start}.project-title{padding-bottom:65px}.project-title>p:last-child{max-width:650px;color:var(--muted)}.project-gallery{padding-top:0}.before-after{background:var(--navy);color:#fff;padding:110px max(24px,50vw - 600px)}.before-after h2{max-width:700px;font-size:clamp(2.7rem,4.5vw,4.5rem)}.before-after-grid{grid-template-columns:1fr 1fr;gap:22px;margin-top:48px;display:grid}.before-after figure{margin:0;position:relative}.before-after img{object-fit:cover;width:100%;height:460px}.before-after figcaption{background:var(--paper);color:var(--ink);padding:8px 12px;font-size:.75rem;font-weight:700;position:absolute;bottom:18px;left:18px}.more-work{background:var(--cream);padding:110px max(24px,50vw - 600px)}.photo-wall{grid-template-columns:repeat(4,1fr);grid-auto-rows:220px;gap:12px;display:grid}.photo-wall img{object-fit:cover;width:100%;height:100%}.photo-wall img:nth-child(7n+1){grid-area:span 2/span 2}.project-album .section-head{margin-bottom:38px}.project-album .section-head p:last-child{max-width:620px;color:var(--muted)}.album-cover{background:var(--navy);color:#fff;text-align:left;width:100%;min-height:430px;font:inherit;cursor:pointer;border:0;grid-template-columns:1.45fr .55fr;padding:0;display:grid}.album-preview{grid-template-rows:1fr 1fr;grid-template-columns:1.2fr .8fr;gap:3px;min-width:0;display:grid}.album-preview img{object-fit:cover;width:100%;height:100%;min-height:0}.album-preview img:first-child{grid-row:1/3}.album-preview img:nth-child(4){display:none}.album-copy{flex-direction:column;justify-content:center;align-items:flex-start;padding:42px;display:flex}.album-copy small{color:var(--sand);text-transform:uppercase;letter-spacing:.13em;font-size:.68rem}.album-copy strong{font:400 clamp(2rem,3.2vw,3.4rem)/1.05 var(--serif);margin:10px 0 30px}.album-copy>span{text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:9px;font-size:.74rem;font-weight:700;display:flex}.album-copy .icon{width:19px;height:19px;color:var(--red)}.album-cover:hover .album-preview img{opacity:.88}.album-cover:focus-visible{outline:3px solid var(--red);outline-offset:4px}.project-gallery .project-card{background:var(--navy);color:#fff;text-align:left;min-height:480px;font:inherit;cursor:pointer;border:0;padding:0;position:relative;overflow:hidden}.project-card>img{object-fit:cover;width:100%;height:100%;transition:transform .35s,opacity .35s;position:absolute;inset:0}.project-card-copy{z-index:1;background:linear-gradient(#0000,#03141ef5);padding:85px 28px 25px;display:grid;position:absolute;inset:auto 0 0}.project-card-copy small{color:var(--sand);text-transform:uppercase;letter-spacing:.1em;font-size:.7rem}.project-card-copy>strong{font:400 clamp(1.7rem,3vw,2.7rem)/1.05 var(--serif);margin:5px 0 14px}.project-card-view{text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:8px;font-size:.72rem;font-weight:700;display:flex}.project-card-view .icon{width:17px;height:17px;color:var(--red)}.project-card:hover>img{opacity:.86;transform:scale(1.025)}.project-card:focus-visible{outline:3px solid var(--red);outline-offset:3px}.project-lightbox{z-index:300;color:#fff;background:#020f16f5;place-items:center;padding:40px 90px;display:grid;position:fixed;inset:0}.project-lightbox figure{grid-template-rows:minmax(0,1fr) auto;width:min(1180px,100%);height:min(78vh,780px);margin:0;display:grid}.project-lightbox figure>img{object-fit:contain;width:100%;height:100%;min-height:0}.project-lightbox figcaption{grid-template-columns:1fr auto;align-items:end;padding-top:18px;display:grid}.project-lightbox figcaption small{color:var(--sand);text-transform:uppercase;letter-spacing:.12em;grid-column:1;font-size:.68rem}.project-lightbox figcaption strong{font:400 1.7rem/1.2 var(--serif)}.project-lightbox figcaption span{color:#aebcc1;grid-area:1/2/3;font-size:.75rem}.project-lightbox>button{color:#fff;cursor:pointer;background:0 0;border:0;position:absolute}.lightbox-close{font:300 2.8rem/1 var(--sans);top:18px;right:28px}.lightbox-previous,.lightbox-next{font:300 2.5rem/1 var(--sans);top:50%;transform:translateY(-50%)}.lightbox-previous{left:28px}.lightbox-next{right:28px}.project-lightbox>button:hover,.project-lightbox>button:focus-visible{color:var(--red)}.contact-head{background:var(--navy);color:#fff;padding:105px max(24px,50vw - 600px)}.contact-head h1{font-family:var(--sans);letter-spacing:-.06em;font-size:clamp(3.4rem,6vw,6rem);font-weight:700}.contact-head>p:last-child{color:#cbd5d9;max-width:650px}.contact-details{background:var(--line);gap:1px;margin:30px 0;display:grid}.contact-details>a,.contact-details>div{background:var(--paper);gap:15px;padding:18px;display:flex}.contact-details .icon{width:25px;height:25px;color:var(--red)}.contact-details span{display:grid}.contact-details small{color:var(--muted)}.emergency{background:var(--red);color:#fff;padding:20px}.emergency .icon{width:28px;height:28px}.emergency a{font-weight:700}.contact form h2{font-size:2.3rem}.contact form>p{color:var(--muted)}.business-card-page{background:var(--cream);grid-template-columns:1fr 1fr;gap:24px;padding:105px max(24px,50vw - 550px);display:grid}.business-card-page>article{padding:48px}.digital-card{background:var(--navy);color:#fff}.digital-card h1{font-family:var(--sans);letter-spacing:-.055em;font-size:clamp(3rem,5vw,5rem);font-weight:700}.digital-card h2{color:var(--sand);font-size:1.5rem}.card-actions{gap:10px;margin:35px 0;display:flex}.card-services{background:var(--paper)}.card-services h2{font-size:2.7rem}.location-hero{background:var(--navy);color:#fff;grid-template-columns:1.05fr .95fr;min-height:650px;display:grid}.location-hero>div{flex-direction:column;justify-content:center;padding:100px 55px 100px max(24px,50vw - 600px);display:flex}.location-hero h1{font-family:var(--sans);letter-spacing:-.06em;font-size:clamp(3rem,5vw,5.5rem);font-weight:700}.location-hero p:not(.kicker){color:#cbd5d9}.location-hero .button{align-self:flex-start}.location-hero img{object-fit:cover;width:100%;height:100%}.local-about{background:var(--cream);grid-template-columns:.8fr 1.2fr;gap:90px;padding:110px max(24px,50vw - 600px);display:grid}.local-about h2{font-size:clamp(2.7rem,4vw,4.2rem)}.local-about>div:last-child>p{color:var(--muted)}.local-services{background:var(--paper);padding:105px max(24px,50vw - 600px)}.local-services h2{font-size:clamp(2.7rem,4vw,4.2rem)}.local-services>div:last-child{background:var(--line);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.local-services article{background:var(--cream);padding:34px}.local-services article .icon{width:30px;height:30px;color:var(--red);margin-bottom:25px}.local-services article h3{font-size:1.4rem}.local-services article p{color:var(--muted);font-size:.88rem}.local-projects{background:var(--navy);color:#fff;grid-template-columns:.65fr 1.35fr;gap:70px;padding:110px max(24px,50vw - 600px);display:grid}.local-projects h2{font-size:clamp(2.7rem,4vw,4.2rem)}.local-projects>div:last-child{grid-template-columns:1fr 1fr;gap:18px;display:grid}.local-projects article{color:var(--ink);background:#fff}.local-projects article img{object-fit:cover;width:100%;height:280px}.local-projects article h3,.local-projects article p{padding:0 20px}.local-projects article h3{margin-top:18px}.local-projects article p{color:var(--muted);font-size:.86rem}.local-drone{background:var(--cream)}.policy-head{background:var(--navy);color:#fff}.policy-head p{color:#cbd5d9}.policy-head strong{color:var(--sand)}.policy-content{max-width:900px;margin:auto;padding:90px 24px 120px}.policy-content article{border-bottom:1px solid var(--line);padding:34px 0}.policy-content h2{font-family:var(--sans);letter-spacing:-.035em;font-size:1.75rem;font-weight:700}.policy-content p,.policy-content li{color:var(--muted)}.policy-content li+li{margin-top:8px}.preline{white-space:pre-line}@media (width<=800px){.about-full,.service-page-hero,.service-overview,.subscription,.business-card-page,.location-hero,.local-about,.local-projects{grid-template-columns:1fr}.about-full,.service-overview,.process-section,.subscription,.before-after,.more-work,.business-card-page,.local-about,.local-services,.local-projects{gap:38px;padding:75px 20px}.about-visual img{height:380px}.about-visual>span{width:125px;height:125px;bottom:12px;right:12px}.about-copy h2{font-size:2.55rem}.service-page-hero>div:first-child{padding:80px 20px 55px}.service-page-hero h1{font-size:3.1rem}.service-hero-images.double{grid-template-columns:1fr 1fr}.service-hero-images img{height:300px;min-height:300px}.roof-service-grid{grid-template-columns:1fr;padding:1px 0 75px}.roof-service-card{min-height:0;padding:29px 22px}.benefit-section{padding:75px 20px}.benefit-section>div:last-child,.process-section>div,.local-services>div:last-child,.before-after-grid{grid-template-columns:1fr}.before-after img{height:320px}.photo-wall{grid-template-columns:1fr 1fr;grid-auto-rows:150px;gap:7px}.photo-wall img:nth-child(7n+1){grid-area:span 2/span 2}.contact-head{padding:80px 20px 65px}.contact{padding-top:70px}.business-card-page>article{padding:30px 22px}.card-actions{display:grid}.location-hero>div{padding:80px 20px 55px}.location-hero h1{font-size:3rem}.location-hero img{height:330px}.local-projects>div:last-child{grid-template-columns:1fr}.local-projects article img{height:230px}.policy-content{padding:55px 20px 85px}.project-gallery .project-card{min-height:360px}.project-card-copy{padding:70px 20px 20px}.project-lightbox{padding:58px 18px 22px}.project-lightbox figure{grid-template-rows:auto auto;height:auto;max-height:calc(100vh - 90px)}.project-lightbox figure>img{height:auto;max-height:calc(100vh - 155px)}.project-lightbox figcaption strong{font-size:1.25rem}.lightbox-close{top:12px;right:18px}.lightbox-previous{left:8px}.lightbox-next{right:8px}.album-cover{grid-template-columns:1fr;min-height:0}.album-preview{height:270px}.album-preview img:first-child{grid-row:auto}.album-preview img:nth-child(3){display:none}.album-copy{padding:28px 22px}.album-copy strong{margin-bottom:20px}.service-overview,.subscription{grid-template-columns:minmax(0,1fr)}.service-overview>*,.subscription>*{width:100%;min-width:0}.service-overview h2,.subscription h2{overflow-wrap:anywhere}}.inner-hero{background:var(--navy);color:#fff;height:560px;min-height:560px}.inner-hero:not(.inner-hero-split){flex-direction:column;justify-content:flex-start;padding:90px max(24px,50vw - 575px) 60px;display:flex;position:relative;overflow:hidden}.inner-hero:not(.inner-hero-split)>:not(.inner-hero-mark){z-index:1;position:relative}.inner-hero-mark{width:180px;height:180px;color:var(--sand);opacity:.14;stroke-width:.8px;position:absolute;top:50%;right:max(65px,10vw);transform:translateY(-50%)}.inner-hero-split{grid-template-columns:1fr 1fr;height:560px;min-height:560px;display:grid;padding:0!important}.inner-hero-split>div:first-child{flex-direction:column;justify-content:flex-start;min-width:0;padding:90px 55px 60px max(24px,50vw - 575px);display:flex}.inner-hero h1,.service-page-hero.inner-hero h1,.location-hero.inner-hero h1,.contact-head.inner-hero h1,.tips-hero.inner-hero h1{max-width:900px;font:700 clamp(3.1rem,4.4vw,4rem)/.98 var(--sans);letter-spacing:-.055em;margin:0 0 22px}.inner-hero .kicker{color:var(--sand);margin-bottom:16px}.inner-hero>p:not(.kicker),.inner-hero-split>div:first-child>p:not(.kicker){color:#cbd5d9;max-width:620px;margin-bottom:24px;font-size:1rem;line-height:1.6}.inner-hero-split .button{align-self:flex-start}.inner-hero .service-hero-images,.inner-hero-split>img{height:560px;min-height:0}.inner-hero .service-hero-images img,.inner-hero-split>img{object-fit:cover;filter:saturate(.82)contrast(.96);width:100%;height:100%;min-height:0;display:block}.inner-hero-split>.hero-image-contact{object-position:30% center}.policy-head.inner-hero strong{color:var(--sand)}@media (width<=1050px) and (width>=801px){.inner-hero h1,.service-page-hero.inner-hero h1,.location-hero.inner-hero h1,.contact-head.inner-hero h1,.tips-hero.inner-hero h1{font-size:2.8rem}.inner-hero-split>div:first-child{padding:48px 34px}.inner-hero:not(.inner-hero-split){padding-left:34px;padding-right:34px}}@media (width<=800px){.inner-hero{height:520px;min-height:520px}.inner-hero:not(.inner-hero-split){padding:68px 20px 52px}.inner-hero-mark{opacity:.08;width:145px;height:145px;right:-34px}.inner-hero-split{height:520px;min-height:520px;display:block;position:relative;overflow:hidden}.inner-hero-split>div:first-child{z-index:1;background:linear-gradient(90deg,#021823f7,#021823d1 72%,#021823a3);height:520px;min-height:520px;padding:68px 20px 48px;position:relative}.inner-hero h1,.service-page-hero.inner-hero h1,.location-hero.inner-hero h1,.contact-head.inner-hero h1,.tips-hero.inner-hero h1{margin-bottom:18px;font-size:3rem;line-height:.98}.inner-hero .kicker{margin-bottom:13px}.inner-hero>p:not(.kicker),.inner-hero-split>div:first-child>p:not(.kicker){margin-bottom:21px;font-size:.9rem}.inner-hero .service-hero-images,.inner-hero-split>img{z-index:0;width:100%;height:520px;min-height:520px;position:absolute;inset:0}.inner-hero .service-hero-images img{opacity:.62;height:520px;min-height:520px}}.rotating-reviews{align-items:center}.review-summary{flex-wrap:wrap;align-items:baseline;gap:8px 12px;margin-top:28px;display:flex}.review-summary>strong{font:700 2.3rem/1 var(--sans);letter-spacing:-.05em}.review-summary>span{color:var(--red);letter-spacing:.08em}.review-summary>small{width:100%;color:var(--muted)}.review-rotator{flex-direction:column;justify-content:center;min-height:315px;display:flex}.review-rotator blockquote{animation:.35s review-in}.review-rotator blockquote>b{letter-spacing:.1em}.review-rotator blockquote>b i{color:#d8d3cc;font-style:normal}.review-rotator blockquote>p{font:400 clamp(1.45rem,2.3vw,2.15rem)/1.42 var(--sans);letter-spacing:-.03em}.review-rotator blockquote footer{align-items:center;gap:12px;display:flex}.review-rotator blockquote footer img{object-fit:cover;border-radius:50%;width:42px;height:42px}.review-rotator blockquote footer span{display:grid}.review-rotator blockquote footer small{color:var(--muted)}.review-controls{justify-content:flex-end;align-items:center;gap:13px;margin-top:20px;display:flex}.review-controls button{border:1px solid var(--line);width:42px;height:42px;color:var(--ink);cursor:pointer;background:0 0;border-radius:50%;place-items:center;display:grid}.review-controls button:hover{border-color:var(--red);color:var(--red)}.review-controls .icon{width:17px;height:17px}.review-controls span{text-align:center;min-width:52px;color:var(--muted);font-size:.78rem}@keyframes review-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.cms-review-connect{background:#fff;gap:24px;max-width:850px;padding:32px;display:grid}.cms-review-status{align-items:center;gap:13px;display:flex}.cms-review-status>span{background:#a7afb3;border-radius:50%;width:12px;height:12px;box-shadow:0 0 0 5px #eef0f1}.cms-review-status>span.connected{background:#23834a;box-shadow:0 0 0 5px #e4f2e9}.cms-review-status>div{display:grid}.cms-review-status small,.cms-review-metrics small{color:var(--muted)}.cms-review-notice{border-left:3px solid var(--sand);background:var(--cream);padding:20px}.cms-review-notice p{margin:6px 0 0}.cms-review-metrics{background:var(--line);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.cms-review-metrics>div{background:var(--cream);padding:20px;display:grid}.cms-review-metrics strong{font-size:1.5rem}.cms-review-actions{gap:12px;display:flex}.cms-secondary{border:1px solid var(--line);color:var(--ink);cursor:pointer;background:#fff}@media (width<=800px){.review-rotator{min-height:350px}.review-rotator blockquote>p{font-size:1.35rem}.review-controls{justify-content:space-between}.cms-review-connect{padding:22px 18px}.cms-review-metrics{grid-template-columns:1fr}.cms-review-actions{display:grid}.cms-review-actions .button{justify-content:center}}.work .project{background:var(--navy);width:100%;color:inherit;text-align:left;font:inherit;cursor:pointer;border:0;padding:0}.work .project img{transition:transform .35s,opacity .35s}.work .project:hover img{opacity:.88;transform:scale(1.02)}.work .project:focus-visible{outline:3px solid var(--red);outline-offset:4px}.header .brand img{object-fit:contain;background:0 0;width:154px;height:70px;padding:0;display:block}.header.overlay .brand img{filter:drop-shadow(0 1px 1px #ffffffb3)}@media (width<=800px){.header .brand img{width:132px;height:58px}}.inner-hero.inner-hero-split{background:var(--navy);height:620px;min-height:620px;display:block;position:relative;overflow:hidden;padding:0!important}.inner-hero.inner-hero-split:after{content:"";z-index:1;background:linear-gradient(90deg,#021823f5 0%,#041d2ae0 38%,#041d2a7a 68%,#041d2a40 100%);position:absolute;inset:0}.inner-hero.inner-hero-split>div:first-child{z-index:2;flex-direction:column;justify-content:center;align-items:flex-start;width:min(1200px,100% - 48px);height:100%;min-height:0;margin:0 auto;padding:118px 0 62px;display:flex;position:relative}.inner-hero.inner-hero-split h1{text-wrap:balance;max-width:820px;font-size:clamp(3.35rem,5.1vw,5.3rem)}.inner-hero.inner-hero-split>div:first-child>p:not(.kicker){color:#e0e8eb;max-width:650px}.inner-hero.inner-hero-split .service-hero-images,.inner-hero.inner-hero-split>img{z-index:0;width:100%;height:100%;min-height:0;position:absolute;inset:0}.inner-hero.inner-hero-split .service-hero-images{display:block}.inner-hero.inner-hero-split .service-hero-images img,.inner-hero.inner-hero-split>img{object-fit:cover;object-position:center;filter:saturate(.84)contrast(1.02);width:100%;height:100%;min-height:0;display:block;position:absolute;inset:0}.inner-hero.inner-hero-split .service-hero-images img:not(:first-child){display:none}.inner-hero.inner-hero-split>.hero-image-contact{object-position:center 42%}@media (width<=800px){.inner-hero.inner-hero-split{height:520px;min-height:520px}.inner-hero.inner-hero-split:after{background:linear-gradient(90deg,#021823eb 0%,#021823b3 62%,#0218237a 100%)}.inner-hero.inner-hero-split>div:first-child{background:0 0;width:calc(100% - 40px);height:520px;min-height:0;padding:92px 0 38px}.inner-hero.inner-hero-split h1{font-size:2.75rem;line-height:.98}.location-hero.inner-hero.inner-hero-split h1{font-size:2.2rem;line-height:1.01}.inner-hero.inner-hero-split .service-hero-images,.inner-hero.inner-hero-split>img{opacity:1;height:520px;min-height:0}}.help-routes{background:var(--paper);padding:82px max(24px,50vw - 600px)}.help-routes>header{justify-content:space-between;align-items:end;gap:40px;margin-bottom:38px;display:flex}.help-routes>header .kicker{margin-bottom:8px}.help-routes>header h2{max-width:760px;font:700 clamp(2.45rem,4vw,4rem)/1 var(--sans);letter-spacing:-.05em;margin:0}.help-route-list{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.help-route-list>a{grid-template-columns:34px 1fr;gap:15px;min-width:0;padding:27px 21px 25px 0;display:grid}.help-route-list>a+a{border-left:1px solid var(--line);padding-left:21px}.help-route-list .icon{width:28px;height:28px;color:var(--red);stroke-width:1.45px}.help-route-list>a.urgent .icon{color:var(--red)}.help-route-list span{align-content:start;gap:9px;display:grid}.help-route-list strong{font:700 1.05rem/1.25 var(--sans);letter-spacing:-.025em}.help-route-list small{color:var(--muted);font-size:.79rem;line-height:1.55}.help-route-list b{color:var(--red);text-transform:uppercase;letter-spacing:.06em;margin-top:3px;font-size:.72rem}.help-route-list>a:hover strong,.help-route-list>a:focus-visible strong{color:var(--red)}.about-full{gap:70px;padding-top:92px;padding-bottom:92px}.about-visual img{height:520px}.about-copy>p:not(.kicker){font-size:.94rem;line-height:1.65}.about-copy .check-list{grid-template-columns:1fr 1fr;column-gap:24px;font-size:.88rem}.work{padding-top:96px;padding-bottom:96px}.drone{grid-template-columns:.72fr 1.28fr;align-items:start;gap:58px;padding-top:96px;padding-bottom:96px}.drone-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.drone-list article{min-width:0}.drone-list article>div{padding:18px 20px 20px}.drone-list h3{font:700 1.28rem/1.15 var(--sans);letter-spacing:-.035em;margin:4px 0 8px}.drone-list p{color:var(--muted);margin-bottom:0;font-size:.8rem;line-height:1.5}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--red);outline-offset:3px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=1050px) and (width>=801px){.help-route-list{grid-template-columns:1fr 1fr}.help-route-list>a:nth-child(3){border-left:0;border-top:1px solid var(--line);padding-left:0}.help-route-list>a:nth-child(4){border-top:1px solid var(--line)}.drone-list{grid-template-columns:1fr}.project-gallery{padding-top:20px}}.header{isolation:isolate;z-index:200}.header .brand{z-index:2;position:relative}@media (width<=800px){.project-gallery{padding-top:20px}.header .brand picture{line-height:0;display:block}.header .brand img{object-fit:contain;filter:drop-shadow(0 0 1px #ffffffbf)drop-shadow(0 1px 2px #00000059);width:108px;height:auto}}@media (width>=801px){.footer{grid-template-columns:1.2fr .9fr .8fr 1.1fr}}.chat-widget{z-index:300;font-family:var(--sans);justify-items:end;gap:12px;display:grid;position:fixed;bottom:24px;right:24px}.chat-launcher{background:var(--red);color:#fff;min-height:54px;font:700 .85rem var(--sans);cursor:pointer;border:0;border-radius:3px;align-items:center;gap:10px;padding:0 20px;display:flex;box-shadow:0 12px 32px #03141e40}.chat-launcher .icon{width:21px;height:21px}.chat-panel{background:var(--paper);width:min(390px,100vw - 28px);color:var(--ink);border:1px solid #fff2;border-radius:4px;overflow:hidden;box-shadow:0 22px 60px #03141e55}.chat-panel>header{background:var(--navy);color:#fff;justify-content:space-between;gap:15px;padding:19px 20px;display:flex}.chat-panel>header>div{gap:2px;display:grid}.chat-panel>header strong{font-size:.95rem}.chat-panel>header small{color:#c5d0d5;font-size:.7rem}.chat-panel>header>button{color:#fff;width:32px;height:32px;font:300 1.8rem/1 var(--sans);cursor:pointer;background:0 0;border:0}.chat-start{gap:12px;padding:20px;display:grid}.chat-start>p{color:var(--muted);margin:0;font-size:.86rem}.chat-start label{gap:4px;font-size:.72rem;font-weight:700;display:grid}.chat-start label small{color:var(--muted);font-weight:400}.chat-start input,.chat-start textarea,.chat-reply textarea{border:1px solid var(--line);resize:vertical;background:#fff;padding:10px 11px;font-size:.84rem}.chat-start .button{justify-content:center}.chat-start>small{color:var(--muted);font-size:.65rem;line-height:1.45}.chat-honeypot{position:absolute!important;left:-10000px!important}.chat-conversation{display:grid}.chat-messages{background:#f2eee7;flex-direction:column;gap:10px;height:min(360px,44vh);padding:18px;display:flex;overflow:auto}.chat-messages>p{gap:3px;max-width:82%;margin:0;display:grid}.chat-messages>p>span{white-space:pre-wrap;border-radius:3px;padding:10px 12px;font-size:.82rem;line-height:1.45}.chat-messages>p>small{color:var(--muted);font-size:.61rem}.chat-messages .from-visitor{text-align:right;align-self:flex-end}.chat-messages .from-visitor>span{background:var(--navy);color:#fff}.chat-messages .from-company{align-self:flex-start}.chat-messages .from-company>span{border:1px solid var(--line);background:#fff}.chat-reply{background:#fff;grid-template-columns:1fr 52px;gap:8px;padding:12px;display:grid}.chat-reply label{display:block}.chat-reply textarea{width:100%;height:52px;min-height:52px}.chat-reply .button{place-items:center;height:52px;padding:0;display:grid}.chat-reply .icon{width:19px;height:19px}.chat-error,.chat-closed{color:#9c1820;background:#fff2f2;margin:0;padding:10px 16px;font-size:.75rem}.chat-closed{color:var(--muted);text-align:center}.chat-appointment-sent{color:#21613a;background:#e3f0e7;align-items:center;gap:8px;margin:0;padding:10px 14px;font-size:.7rem;font-weight:700;display:flex}.chat-appointment-sent .icon{flex:none;width:18px;height:18px}.chat-panel>footer{border-top:1px solid var(--line);color:var(--muted);text-align:center;background:#fff;padding:11px 18px;font-size:.65rem}.chat-panel>footer a{color:var(--red);font-weight:700}@media (width<=800px){.chat-widget{bottom:80px;right:12px}.chat-launcher{min-height:50px;padding:0 16px}.chat-widget:not(.open) .chat-launcher{border-radius:50%;justify-content:center;width:52px;height:52px;min-height:52px;padding:0}.chat-widget:not(.open) .chat-launcher span{display:none}body.mobile-chat-open{overflow:hidden}.chat-widget.open{background:#03141ecc;justify-content:stretch;align-items:stretch;width:100%;height:calc(100dvh - 68px);padding:10px;display:flex;inset:0 0 68px}.chat-widget.open .chat-panel{border-radius:3px;flex-direction:column;width:100%;min-width:0;max-width:none;height:100%;max-height:none;display:flex}.chat-widget.open .chat-launcher{display:none}.chat-widget.open .chat-start{min-height:0;overflow-y:auto}.chat-widget.open .chat-conversation{flex-direction:column;flex:1;min-height:0;display:flex}.chat-widget.open .chat-messages{flex:1;height:auto;min-height:0;overflow-y:auto}.chat-widget.open .chat-reply{flex:none;min-width:0}.chat-widget.open .chat-reply>*{min-width:0}.chat-widget.open .chat-panel>footer{flex:none}.chat-messages>p>span{overflow-wrap:anywhere}}.admin-chats{gap:14px;margin-top:28px;display:grid}.admin-chats>details{border:1px solid var(--line);background:#fff}.admin-chats>details>summary{cursor:pointer;justify-content:space-between;align-items:center;gap:20px;padding:18px 20px;display:flex}.admin-chats>details>summary>span{display:grid}.admin-chats>details>summary small{color:var(--muted)}.chat-integration-status{background:var(--line);grid-template-columns:1fr 1fr;gap:1px;margin:22px 0;display:grid}.chat-integration-status>span{color:var(--muted);background:#fff;padding:15px;font-size:.75rem;display:grid}.chat-integration-status b{color:var(--ink);font-size:.82rem}.chat-status{color:var(--muted);text-transform:uppercase;letter-spacing:.07em;background:#eee9e2;padding:5px 9px;font-size:.64rem}.chat-status.status-nieuw{color:#9c1820;background:#fde6e7}.chat-status.status-beantwoord{color:#21613a;background:#e3f0e7}.admin-chat-messages{border-top:1px solid var(--line);background:#f4f1eb;gap:10px;max-height:440px;padding:20px;display:grid;overflow:auto}.admin-chat-messages>p{background:#fff;gap:3px;width:min(78%,680px);margin:0;padding:12px 14px;display:grid}.admin-chat-messages>p.from-company{background:var(--navy);color:#fff;justify-self:end}.admin-chat-messages>p>span{white-space:pre-wrap}.admin-chat-messages>p>small{opacity:.7;font-size:.65rem}.admin-chat-reply{grid-template-columns:1fr auto;align-items:end;gap:12px;padding:18px 20px;display:grid}.admin-chat-reply label{gap:5px;font-size:.75rem;font-weight:700;display:grid}.admin-chat-reply textarea{resize:vertical}.admin-chat-actions{justify-content:flex-end;gap:10px;padding:0 20px 20px;display:flex}.admin-chat-actions select{width:auto}.admin-chat-actions button{color:#9c1820;cursor:pointer;background:#fff;border:1px solid #e7bdc0;padding:10px 13px;font-weight:700}.admin-appointment{border-left:4px solid var(--sand);background:#f8f4ec;margin:18px 20px 0;padding:18px}.admin-appointment>header{justify-content:space-between;gap:15px;display:flex}.admin-appointment>header b{color:var(--brown);font-size:.72rem}.admin-appointment dl{background:var(--line);grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin:15px 0;display:grid}.admin-appointment dl>div{background:#fff;padding:10px}.admin-appointment dt{color:var(--muted);text-transform:uppercase;font-size:.62rem;font-weight:700}.admin-appointment dd{margin:2px 0 0;font-size:.78rem}.admin-appointment>p{white-space:pre-wrap;margin:0 0 8px}.admin-appointment>small{color:var(--muted)}@media (width<=800px){.chat-integration-status{grid-template-columns:1fr}.admin-chats>details>summary,.admin-chat-actions{align-items:stretch;display:grid}.admin-chat-reply{grid-template-columns:1fr}.admin-chat-messages>p{width:92%}.admin-chat-actions select{width:100%}.admin-appointment dl{grid-template-columns:1fr 1fr}}.service-toggle,.nav-services .nav-dropdown{display:none}.roof-service-card{padding:0;overflow:hidden}.roof-card-image{object-fit:cover;width:100%;height:190px;display:block}.roof-card-copy{min-height:245px;padding:28px 30px 30px;position:relative}.roof-card-copy>span{color:#cec5ba;font-weight:700;position:absolute;top:20px;right:22px}.roof-card-copy>.icon{width:31px;height:31px;color:var(--red);margin:6px 0 25px}.process-section article{background:var(--paper);min-height:315px;padding:0;position:relative;overflow:hidden}.process-section article>img{object-fit:cover;opacity:.7;width:100%;height:100%;position:absolute;inset:0}.process-section article:after{content:"";background:linear-gradient(90deg,#fcfaf6fa 0%,#fcfaf6e0 52%,#fcfaf633 100%);position:absolute;inset:0}.process-section article>div{z-index:1;max-width:78%;padding:32px 28px;position:relative}.review-platforms{flex-wrap:wrap;gap:9px;margin-top:18px;display:flex}.review-platforms a{border:1px solid var(--line);color:var(--ink);padding:7px 11px;font-size:.73rem;font-weight:700}.review-platforms a:hover,.review-platforms a:focus-visible{border-color:var(--red);color:var(--red)}.swipe-hint{display:none}.local-faq{background:var(--paper);grid-template-columns:.72fr 1.28fr;gap:80px;padding:105px max(24px,50vw - 600px);display:grid}.local-faq h2{font:700 clamp(2.6rem,4vw,4rem)/1 var(--sans);letter-spacing:-.05em}.local-faq details{border-top:1px solid var(--line);padding:20px 0}.local-faq details:last-child{border-bottom:1px solid var(--line)}.local-faq summary{cursor:pointer;font-weight:700;list-style-position:outside}.local-faq details p{color:var(--muted);margin:12px 0 0}.cms-nested-detail{border:1px solid var(--line)!important;background:#fff!important;margin-top:14px!important}.cms-nested-detail>summary{padding:15px 17px!important;font-size:.9rem!important}@media (width<=800px){.header.menu-open{background:var(--navy);z-index:220;width:100%;max-width:none;position:fixed;inset:0 0 auto}.header nav.open{background:var(--navy);z-index:20;border-top:1px solid #ffffff1f;align-content:start;width:auto;max-width:100%;height:auto;min-height:0;max-height:calc(100dvh - 144px);padding:12px 20px 20px;position:fixed;inset:76px 0 auto;overflow-y:auto;box-shadow:0 18px 32px #00000047}.header nav.open .nav-services{grid-template-columns:1fr auto;align-items:center;display:grid}.header nav.open .nav-services>a{min-width:0}.service-toggle{color:#fff;cursor:pointer;background:0 0;border:0;place-items:center;width:42px;height:42px;padding:0;font-size:1.4rem;display:grid}.service-toggle span{transition:transform .18s;display:block}.service-toggle[aria-expanded=true] span{transform:rotate(180deg)}.header nav.open .nav-dropdown{opacity:0;visibility:hidden;grid-column:1/-1;padding:2px 0 10px 14px;display:none}.header nav.open .nav-dropdown.expanded{opacity:1;visibility:visible;display:grid}.quick a:nth-child(2) .icon{color:#25d366}.swipe-hint{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin:-13px 0 14px;font-size:.7rem;font-weight:700;display:block}.swipe-hint.light{color:#afc0c7}.help-route-list{scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:none;border:0;gap:12px;padding:1px 20px 16px 1px;display:flex;overflow-x:auto}.help-route-list::-webkit-scrollbar{display:none}.work .mosaic::-webkit-scrollbar{display:none}.benefit-section>div:last-child::-webkit-scrollbar{display:none}.roof-service-grid::-webkit-scrollbar{display:none}.help-route-list>a,.help-route-list>a+a{scroll-snap-align:start;background:#fff;flex:0 0 min(82vw,340px);min-height:245px;border:1px solid var(--line)!important;padding:23px!important}.help-route-list>a{grid-template-columns:32px 1fr}.work{padding:58px 14px 62px}.work .section-head{align-items:end;gap:15px;margin-bottom:25px}.work .section-head h2{font-size:2.15rem}.work .section-head>a{max-width:82px;font-size:.76rem;line-height:1.35}.work .swipe-hint{margin-top:-10px}.work .mosaic{scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:none;gap:12px;padding-bottom:8px;display:flex;overflow-x:auto}.work .project,.work .project.large{scroll-snap-align:start;flex:0 0 min(84vw,350px);height:285px;min-height:285px}.roof-service-grid,.roof-service-grid.four{background:var(--paper);scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:none;gap:12px;padding:1px 20px 70px;display:flex;overflow-x:auto}.roof-service-card{border:1px solid var(--line);scroll-snap-align:start;flex:0 0 min(84vw,350px);min-height:0}.roof-card-image{height:210px}.roof-card-copy{min-height:235px;padding:25px 22px}.benefit-section{padding-right:0}.benefit-section>.section-head,.benefit-section>.swipe-hint{margin-right:20px}.benefit-section>div:last-child{scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:none;background:0 0;gap:12px;padding:1px 20px 10px 0;display:flex;overflow-x:auto}.benefit-section article{scroll-snap-align:start;border:1px solid #ffffff2d;flex:0 0 min(82vw,340px);min-height:330px}.process-section>div{scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:none;background:0 0;gap:12px;padding-bottom:12px;display:flex;overflow-x:auto}.process-section>div::-webkit-scrollbar{display:none}.process-section article{border:1px solid var(--line);scroll-snap-align:start;flex:0 0 min(84vw,350px);min-height:330px}.subscription h2{overflow-wrap:normal;-webkit-hyphens:none;hyphens:none;font-size:2.15rem}.local-faq{grid-template-columns:1fr;gap:28px;padding:72px 20px}}.roof-service-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.service-proof{background:var(--navy);color:#fff;padding:100px max(24px,50vw - 600px)}.service-proof>header{grid-template-columns:.8fr 1.2fr;align-items:end;column-gap:70px;margin-bottom:42px;display:grid}.service-proof>header .kicker{grid-column:1;margin-bottom:10px}.service-proof>header h2{font:700 clamp(2.6rem,4.5vw,4.4rem)/1 var(--sans);letter-spacing:-.05em;grid-column:1;margin:0}.service-proof>header>p:last-child{color:#bfccd1;grid-area:1/2/3;max-width:600px;margin:0}.service-proof>div{grid-template-columns:1fr 1fr;gap:18px;display:grid}.service-proof figure{background:#03141e;margin:0;position:relative;overflow:hidden}.service-proof figure img{object-fit:cover;object-position:center 34%;width:100%;height:520px;display:block}.service-proof figcaption{background:#03141ee0;padding:12px 14px;font-size:.76rem;font-weight:700;position:absolute;bottom:16px;left:16px;right:16px}@media (width<=1050px) and (width>=801px){.roof-service-grid.four{grid-template-columns:1fr 1fr}}@media (width<=800px){.roof-service-grid.four{grid-template-columns:1fr}.service-proof{padding:72px 20px}.service-proof>header{margin-bottom:30px;display:block}.service-proof>header h2{margin-bottom:20px;font-size:2.45rem}.service-proof>div{grid-template-columns:1fr}.service-proof figure img{height:360px}}.project-case-view{background:var(--paper);width:min(1320px,100%);height:min(84vh,820px);color:var(--ink);grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);display:grid;overflow:hidden}.project-case-media{background:#020e15;grid-template-rows:minmax(0,1fr) auto;min-width:0;min-height:0;display:grid}.project-case-media>img{object-fit:contain;width:100%;height:100%;min-height:0;display:block}.project-case-thumbs{background:#03141e;gap:7px;padding:9px;display:flex;overflow-x:auto}.project-case-thumbs button{cursor:pointer;opacity:.62;background:0 0;border:2px solid #0000;flex:0 0 82px;height:58px;padding:0}.project-case-thumbs button.active{border-color:var(--red);opacity:1}.project-case-thumbs img{object-fit:cover;width:100%;height:100%;display:block}.project-case-copy{min-height:0;padding:38px 38px 32px;overflow-y:auto}.project-case-copy>small{color:var(--brown);text-transform:uppercase;letter-spacing:.12em;font-size:.68rem;font-weight:700}.project-case-copy h2{font:700 clamp(2rem,3vw,3.4rem)/1 var(--sans);letter-spacing:-.055em;margin:8px 0 17px}.project-case-summary{color:#344750;font-size:1rem;line-height:1.6}.project-case-copy dl{background:var(--line);gap:1px;margin:24px 0;display:grid}.project-case-copy dl>div{background:#fff;grid-template-columns:90px 1fr;gap:12px;padding:12px 14px;display:grid}.project-case-copy dt{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;font-weight:700}.project-case-copy dd{margin:0;font-size:.82rem;font-weight:600}.project-case-copy section{border-top:1px solid var(--line);padding:17px 0}.project-case-copy section h3{font:700 .78rem/1.2 var(--sans);text-transform:uppercase;letter-spacing:.09em;color:var(--red);margin:0 0 7px}.project-case-copy section p{color:var(--muted);margin:0;font-size:.84rem;line-height:1.58}.project-case-copy>footer{justify-content:space-between;align-items:center;gap:18px;margin-top:22px;display:flex}.project-case-copy>footer>span{color:var(--muted);font-size:.75rem}.project-case-copy .button{white-space:nowrap}:is(.project-lightbox:has(.project-case-view) .lightbox-previous,.project-lightbox:has(.project-case-view) .lightbox-next){z-index:2;background:#020f16c7;width:46px;height:60px;font-size:1.8rem}@media (width<=800px){.project-lightbox:has(.project-case-view){align-items:start;padding:52px 10px 12px}.project-case-view{height:auto;max-height:calc(100vh - 64px);display:block;overflow-y:auto}.project-case-media{display:block}.project-case-media>img{object-fit:contain;width:100%;height:auto;max-height:43vh}.project-case-thumbs{padding:7px}.project-case-thumbs button{flex-basis:68px;height:48px}.project-case-copy{padding:26px 21px 30px;overflow:visible}.project-case-copy h2{font-size:2rem}.project-case-copy dl>div{grid-template-columns:72px 1fr}.project-case-copy>footer{align-items:stretch;display:grid}.project-case-copy .button{text-align:center;white-space:normal;justify-content:center}:is(.project-lightbox:has(.project-case-view) .lightbox-previous,.project-lightbox:has(.project-case-view) .lightbox-next){width:38px;height:52px;top:25vh}.project-lightbox:has(.project-case-view) .lightbox-previous{left:10px}.project-lightbox:has(.project-case-view) .lightbox-next{right:10px}}.cms-project-editor{background:var(--cream);border:1px solid var(--line)!important;margin:24px 0!important;padding:24px!important}.cms-project-editor>legend{padding:0 9px;font-size:1.55rem}.cms-inline-actions{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.cms-inline-actions button,.cms-album-row>button,.cms-project-editor>.cms-secondary{border:1px solid var(--line);color:var(--ink);font:600 .75rem var(--sans);cursor:pointer;background:#fff;padding:9px 12px}.cms-inline-actions button:disabled{opacity:.4;cursor:not-allowed}.cms-inline-actions button.danger,.cms-album-row>button.danger{color:#9c1820;border-color:#e7bdc0}.cms-project-editor h4{text-transform:uppercase;letter-spacing:.08em;margin:26px 0 10px;font-size:.85rem}.cms-album-row{grid-template-columns:1fr auto;align-items:end;gap:10px;margin-bottom:10px;display:grid}.cms-album-row label{margin:0}.cms-album-row>button{height:45px;margin-bottom:0}@media (width<=800px){.cms-project-editor{padding:18px 14px!important}.cms-album-row{grid-template-columns:1fr}.cms-album-row>button{height:auto}}.contact-form-grid{grid-template-columns:1fr 1fr;gap:15px;display:grid}.contact-upload{background:var(--cream);border:1px dashed #b7aca0;padding:20px}.contact-upload input{background:#fff;margin-top:5px}.contact-upload small{color:var(--muted);font-weight:400;line-height:1.5}.contact-privacy{font-size:.76rem;line-height:1.5;margin:0!important}.contact-privacy a{color:var(--red);text-underline-offset:2px;font-weight:700;text-decoration:underline}.form-honeypot{width:1px!important;height:1px!important;position:absolute!important;left:-10000px!important;overflow:hidden!important}.inquiries article{align-items:start;gap:28px}.inquiries article>div{flex:1;min-width:0}.inquiry-meta{background:var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:18px 0;display:grid}.inquiry-meta>div{background:#fff;padding:12px}.inquiry-meta dt{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.66rem;font-weight:700}.inquiry-meta dd{margin:3px 0 0;font-size:.85rem;font-weight:600}.inquiry-message{white-space:pre-wrap;background:#fff;padding:16px}.inquiry-attachments{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:17px 0;display:grid}.inquiry-attachments a{border:1px solid var(--line);background:#fff;gap:6px;min-width:0;padding:8px;display:grid}.inquiry-attachments img,.inquiry-attachments video{object-fit:cover;width:100%;height:120px}.inquiry-attachments span{text-overflow:ellipsis;white-space:nowrap;font-size:.68rem;overflow:hidden}.inquiry-actions{gap:9px;min-width:180px;display:grid}.inquiry-actions button{color:#9c1820;font:600 .72rem var(--sans);cursor:pointer;background:#fff;border:1px solid #e7bdc0;padding:10px}.sr-only{clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.review-source-link{color:var(--red);text-underline-offset:4px;margin-top:16px;font-size:.78rem;font-weight:700;text-decoration:underline;display:inline-flex}.review-source-link:hover{color:var(--brown)}.preview-banner{z-index:250;color:#342411;background:#f7d98a;justify-content:center;align-items:center;gap:18px;padding:10px 18px;font-size:.78rem;display:flex;position:sticky;top:0;box-shadow:0 2px 12px #0002}.preview-banner strong{text-transform:uppercase;letter-spacing:.08em}.preview-banner a{text-underline-offset:3px;font-weight:700;text-decoration:underline}.cms-save-actions{z-index:10;border:1px solid var(--line);background:#ffffffeb;flex-wrap:wrap;gap:10px;padding:12px;display:flex;position:sticky;bottom:16px;box-shadow:0 8px 28px #061d2a18}.cms-save-actions .button{cursor:pointer}.cms-media{grid-template-columns:repeat(2,minmax(0,1fr))}.cms-media article{border:1px solid var(--line);padding:0;overflow:hidden}.cms-media-preview{background:var(--navy)}.cms-media-preview img,.cms-media-preview video{height:240px}.cms-media-fields{gap:12px;padding:18px;display:grid}.cms-media-fields label{gap:5px;font-size:.78rem;font-weight:600;display:grid}.cms-media-file{overflow-wrap:anywhere;color:var(--muted)}.cms-message{border-left:3px solid var(--sand);background:#fff;padding:12px 15px}.cms-revisions{gap:10px;margin-top:24px;display:grid}.cms-revisions article{border:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;gap:20px;padding:18px;display:flex}.cms-revisions article>div:first-child{display:grid}.cms-revisions small{color:var(--muted)}.cms-revisions .cms-inline-actions{margin:0}@media (width<=800px){.contact-form-grid{grid-template-columns:1fr}.contact-upload{padding:16px}.inquiries article{display:grid}.inquiry-actions{width:100%}.inquiry-meta{grid-template-columns:1fr}.inquiry-attachments{grid-template-columns:1fr 1fr}.preview-banner{text-align:center;gap:2px;display:grid;position:relative}.cms-media{grid-template-columns:1fr}.cms-revisions article{display:grid}.cms-save-actions{margin-top:18px;position:static}.help-routes{padding:68px 20px 58px}.help-routes>header{margin-bottom:28px;display:block}.help-routes>header h2{font-size:2.35rem}.help-route-list{grid-template-columns:1fr}.help-route-list>a{padding:21px 0}.help-route-list>a+a{border-left:0;border-top:1px solid var(--line);padding-left:0}.help-route-list small{font-size:.8rem}.about-full{gap:36px;padding-top:72px;padding-bottom:72px}.about-visual img{height:380px}.about-copy .check-list{grid-template-columns:1fr}.work{padding-top:72px;padding-bottom:72px}.drone{grid-template-columns:1fr;gap:35px;padding-top:72px;padding-bottom:72px}.drone-list{grid-template-columns:1fr}}
