@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#122532;--lime:#c4f16b;--soft:#f1f4f4;--line:#d8e0e3;--muted:#53636b}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:white;color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #237eab;outline-offset:4px}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:'Manrope',Arial,sans-serif}h1{font-size:clamp(42px,4.9vw,76px);line-height:1.1;letter-spacing:-.055em;font-weight:600;margin-bottom:26px}h1 em{font-style:normal;color:#517735}h2{font-size:clamp(32px,3.6vw,48px);line-height:1.18;letter-spacing:-.04em;font-weight:600;margin-bottom:20px}h3{font-size:28px;line-height:1.3;letter-spacing:-.025em;font-weight:600}.topbar{background:var(--ink);color:white;padding:9px 5%;font-size:13px;display:flex;justify-content:space-between}header{display:flex;align-items:center;justify-content:space-between;padding:22px 5%;gap:24px;background:white}nav{display:flex;gap:28px;font-size:14px;font-weight:600}nav a:hover,.underlink:hover{text-decoration:underline;text-underline-offset:6px}.brand{display:grid;font-size:34px;font-weight:800;letter-spacing:-1px;line-height:1}.brand small{font-size:10px;letter-spacing:5px;margin-top:7px}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:28px;padding:17px 25px;background:var(--lime);color:var(--ink);font-size:15px;font-weight:700;border:0;border-radius:4px;cursor:pointer;line-height:1.5}.button:hover{background:#b4df5e}.button.compact{font-size:14px;padding:13px 20px}.hero{display:grid;grid-template-columns:47% 53%;min-height:630px;padding-left:6%;background:var(--soft)}.hero-copy{padding:64px 52px 50px 0;max-width:570px}.eyebrow{font-size:12px;letter-spacing:1.6px;font-weight:700;margin-bottom:24px}.hero-copy>p:not(.eyebrow){max-width:415px;color:var(--muted);margin-bottom:28px}.underlink{font-weight:600;font-size:14px;display:inline-block}.hero-copy>.underlink{display:block;margin-top:19px}.hero-note{font-size:13px;color:var(--muted);margin-top:38px}.hero-visual{position:relative;min-width:0;min-height:600px;overflow:hidden}.hero-visual>img{width:100%;height:100%;position:absolute;object-fit:cover;object-position:65% center}.photo-tag{position:absolute;top:26px;left:28px;color:white;font-size:10px;letter-spacing:2px;text-shadow:0 1px 5px #000}.delivery{position:absolute;bottom:32px;left:32px;width:280px;background:#fff;padding:23px 26px;border-radius:4px}.delivery>span{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:var(--muted)}.delivery>div{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:9px}.delivery strong{font-family:'Manrope',Arial;font-size:25px;letter-spacing:-1px}.delivery b{font-size:14px;font-weight:500}.value-strip{padding:26px 6%;display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);font-size:14px}.value-strip span{color:#728087}.value-strip b{color:var(--ink);font-weight:500;margin-left:15px}.section{max-width:1280px;padding:85px 6%;margin:auto}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:32px}.section-heading>p{max-width:355px;color:var(--muted)}.brand-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.brand-card{background:var(--soft);padding:36px;border:1px solid var(--line);border-radius:5px}.brand-card.dark{background:var(--ink);color:white;border-color:var(--ink)}.brand-title{display:flex;align-items:center;justify-content:space-between;gap:14px;font-size:28px;letter-spacing:-1px;font-weight:600;margin-bottom:44px}.brand-title span{font-size:12px;font-weight:500;letter-spacing:0;background:white;border:1px solid var(--line);border-radius:30px;padding:6px 12px;color:var(--ink)}.brand-card.dark .brand-title span{background:var(--lime);border-color:var(--lime)}.brand-card p{max-width:340px;opacity:.8}.brand-card .underlink{margin-top:14px}.fine{font-size:13px;color:var(--muted);margin-top:15px}footer{background:var(--ink);color:white;padding:50px 6%;display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap}footer p{margin:0;color:#c1cbd1;font-size:14px}footer>a:not(.brand){font-size:15px}footer small{font-size:12px;color:#a0b0ba}.skip{position:absolute;left:10px;top:-100px;z-index:100;background:white;padding:10px}.skip:focus{top:10px}@media(max-width:1050px){nav{gap:14px}.hero-copy{padding-right:25px}.hero{grid-template-columns:50% 50%}.value-strip{font-size:12px}.brand-title{flex-wrap:wrap}}@media(max-width:760px){.topbar{justify-content:center;font-size:12px}.topbar>span{display:none}header{padding:20px 7%;flex-wrap:wrap;gap:18px}nav{order:3;width:100%;overflow-x:auto;white-space:nowrap;font-size:13px;gap:24px;padding-top:8px}.brand{font-size:29px}.button.compact{padding:11px 13px;font-size:12px;gap:15px}.hero{display:block;padding:0}.hero-copy{padding:42px 7%;max-width:none}.hero-note{margin-top:24px}.hero-visual{min-height:380px}.delivery{left:auto;right:22px;bottom:22px;width:235px;padding:18px 22px}.delivery strong{font-size:23px}.photo-tag{left:24px}.value-strip{display:grid;gap:9px;padding:25px 7%;font-size:13px}.section{padding:55px 7%}.section-heading{display:block}.section-heading>p{max-width:none}.brand-grid{grid-template-columns:1fr}.brand-card{padding:27px}.brand-title{margin-bottom:30px}footer{display:grid;padding:40px 7%;gap:23px}h3{font-size:25px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.choice-wrap{background:var(--soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.choice-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:65px;align-items:center}.choice-layout>div>p:not(.eyebrow){color:var(--muted);max-width:340px}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.product{background:white;border:1px solid var(--line);padding:25px;text-align:left;color:var(--ink);border-radius:4px;cursor:pointer;display:flex;flex-direction:column;align-items:flex-start;transition:transform .15s,border-color .15s}.product:hover{border-color:#658649;transform:translateY(-3px)}.product-number{font-size:13px;color:var(--muted);margin-bottom:24px}.product strong{font-family:Manrope,Arial;font-size:20px;line-height:1.4;margin-bottom:9px}.product>span:not(.product-number){font-size:14px;line-height:1.65;color:var(--muted);margin-bottom:22px}.product b{font-size:13px;margin-top:auto;font-weight:600}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:48px}.process-grid article{border-top:1px solid var(--line);padding-top:20px}.process-grid article>span{display:flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:50%;background:var(--soft);font-size:13px;margin-bottom:25px}.process-grid h3{font-size:22px}.process-grid p{font-size:15px;color:var(--muted);margin-bottom:0}.quote-section{background:var(--ink);color:white}.quote-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:65px;align-items:start}.quote-layout aside{padding-top:22px}.quote-layout aside>p:not(.eyebrow){color:#becbd2;max-width:345px}.quote-benefits{display:grid;gap:12px;margin:35px 0;font-size:14px}.direct-contact{border-top:1px solid #40505b;margin-top:45px;padding-top:22px;display:grid;gap:7px;font-size:14px}.direct-contact span{color:#becbd2}.direct-contact a{font-size:16px;overflow-wrap:anywhere}.quote-card{background:white;color:var(--ink);border-radius:6px;padding:32px;min-width:0}.steps{display:flex;list-style:none;justify-content:space-between;gap:8px;margin:0 0 30px;padding:0 0 25px;border-bottom:1px solid var(--line)}.steps li{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--muted)}.steps b{border:1px solid var(--line);border-radius:50%;display:flex;align-items:center;justify-content:center;min-width:25px;height:25px;font-size:12px}.steps li[aria-current]{color:var(--ink);font-weight:600}.steps li[aria-current] b{background:var(--lime);border-color:var(--lime)}.form-step[hidden]{display:none}.form-step h3{font-size:24px;line-height:1.4;letter-spacing:-.03em;margin-bottom:10px}.form-hint{font-size:14px;color:var(--muted);margin-bottom:24px}label{display:block;font-size:14px;font-weight:500;margin-bottom:17px}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}input,select,textarea{display:block;margin-top:7px;width:100%;border:1px solid #bdcbd0;padding:11px 12px;background:#fff;color:var(--ink);border-radius:4px;font-size:16px;min-height:47px}textarea{resize:vertical}select{padding-right:18px}.optional{font-size:12px;font-weight:400;color:var(--muted)}.delivery-hint{background:var(--soft);padding:10px 12px;border-radius:4px;font-size:13px;margin:-3px 0 20px}.measure-details{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:5px 0 22px;padding:15px 0}.measure-details summary{font-size:14px;font-weight:600;cursor:pointer}.measure-details summary span{font-weight:400;font-size:12px;color:var(--muted);margin-left:8px}.form-actions{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:24px}.form-actions>span{font-size:12px;color:var(--muted)}.form-actions .button{font-size:14px;padding:14px 18px}.text-button{background:none;border:0;padding:0;color:inherit;text-decoration:underline;text-underline-offset:4px;font:inherit;font-size:13px;cursor:pointer}.privacy-note{font-size:13px;line-height:1.6;background:var(--soft);padding:14px;border-radius:3px}.review{font-size:14px;display:grid;grid-template-columns:110px 1fr;gap:8px 15px;margin:22px 0}.review dt{color:var(--muted)}.review dd{margin:0;overflow-wrap:anywhere;white-space:pre-wrap}.send-explanation{padding:17px;background:var(--soft);font-size:13px;border-left:3px solid var(--lime)}.send-explanation p{margin:6px 0 0}.fallback-actions{display:flex;gap:25px;margin-top:22px;flex-wrap:wrap}.faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:65px}.faq-layout>div>p:not(.eyebrow){color:var(--muted)}.faq details{border-bottom:1px solid var(--line);padding:21px 0}.faq details:first-child{border-top:1px solid var(--line)}.faq summary{cursor:pointer;font-size:16px;font-weight:600;list-style:none;position:relative;padding-right:30px}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:'+';position:absolute;right:1px;top:-4px;font-size:24px;font-weight:400}.faq details[open] summary:after{content:'−'}.faq p{font-size:15px;color:var(--muted);margin:14px 25px 0 0}.closing{padding:55px 6%;background:var(--soft);display:flex;justify-content:space-between;align-items:center;gap:30px}.closing .eyebrow{margin-bottom:18px}.closing h2{margin:0;font-size:38px}.footer-meta{display:grid;gap:14px}dialog{border:0;border-radius:6px;padding:38px;width:min(580px,calc(100% - 30px));color:var(--ink);max-height:85vh;overflow:auto}dialog::backdrop{background:#07151caa}dialog h2{font-size:32px}dialog p{font-size:15px}dialog .eyebrow{font-size:12px}.dialog-close{position:absolute;right:14px;top:6px;border:0;background:none;font-size:30px;cursor:pointer;color:var(--ink)}.mobile-cta{display:none}.quote-card :focus-visible{outline-offset:2px}#quoteStatus:empty{display:none}@media(max-width:1000px){.choice-layout,.quote-layout,.faq-layout{gap:35px}.quote-card{padding:23px}.steps li{font-size:11px}.form-actions{flex-wrap:wrap}.product{padding:21px}}@media(max-width:760px){.choice-layout,.quote-layout,.faq-layout{grid-template-columns:1fr;gap:32px}.choice-layout>div>p:not(.eyebrow){max-width:none}.product-grid{gap:12px}.product{padding:20px}.product strong{font-size:18px}.process-grid{grid-template-columns:1fr;gap:25px;margin-top:30px}.process-grid article{display:grid;grid-template-columns:40px 1fr;gap:0 17px}.process-grid article>span{grid-row:1/3;margin:0}.process-grid h3{margin-bottom:10px}.quote-layout{padding-left:5%;padding-right:5%}.quote-layout aside{padding:0 2%}.quote-card{padding:23px 20px}.direct-contact{margin-top:30px}.steps li{font-size:12px;gap:6px}.form-step h3{font-size:23px}.closing{padding:45px 7%;display:block}.closing .button{margin-top:27px}.closing h2{font-size:32px}.mobile-cta{display:block;position:fixed;bottom:0;left:0;right:0;z-index:20;text-align:center;background:var(--lime);color:var(--ink);font-size:14px;font-weight:700;padding:15px 15px calc(15px + env(safe-area-inset-bottom));box-shadow:0 -3px 18px #12253214}body{padding-bottom:58px}.mobile-cta.hide{display:none}.review{grid-template-columns:95px 1fr;gap:7px 12px}.form-actions .button{flex:1;justify-content:center}.form-actions>span{display:none}dialog{padding:35px 25px}.field-grid{gap:12px}.footer-meta{gap:18px}}@media(max-width:380px){.field-grid,.product-grid{grid-template-columns:1fr}.steps{flex-wrap:wrap;gap:10px}.quote-card{padding:18px}.button.compact{max-width:190px}.review{grid-template-columns:1fr;gap:3px}.review dd{margin-bottom:10px}}@media(prefers-reduced-motion:reduce){.product{transition:none}}@media print{header,.topbar,.hero,.value-strip,#merken,#keuzehulp,#werkwijze,#vragen,.closing,footer,.mobile-cta,.steps,.form-actions,.fallback-actions,.quote-layout aside{display:none}.quote-section,.quote-card{background:white;color:black}.quote-layout{display:block;padding:0}.quote-card{padding:0}}
.chat-launch{position:fixed;bottom:24px;right:26px;z-index:25;background:var(--ink);color:white;border:1px solid #52616b;border-radius:40px;padding:13px 20px;font-size:14px;box-shadow:0 6px 30px #12253233;cursor:pointer;display:flex;align-items:center;gap:10px}.chat-launch>span{font-size:22px;color:var(--lime)}.chat-dialog{width:min(460px,calc(100% - 28px));padding:0;margin:auto 24px 24px auto;max-height:min(780px,90dvh);overflow:auto}.chat-heading{padding:23px 25px;background:var(--ink);color:white;display:flex;justify-content:space-between;align-items:center}.chat-heading h2{font-size:22px;margin:0;letter-spacing:-.5px}.chat-heading p{font-size:12px;color:#bed2dd;margin:5px 0 0}.chat-close{background:transparent;border:0;color:white;cursor:pointer;font-size:30px;line-height:1}.chat-intro{padding:18px 24px 10px}.chat-intro>p{font-size:13px;margin-bottom:8px;color:var(--muted)}.chat-intro summary{font-size:12px;cursor:pointer;text-decoration:underline}.chat-intro details p{font-size:12px;color:var(--muted);margin-top:8px}.chat-intro a{text-decoration:underline}.chat-log{padding:10px 24px;min-height:115px;max-height:290px;overflow:auto}.chat-message{padding:13px 15px;border-radius:9px;background:var(--soft);white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px!important;margin:0 20px 12px 0}.chat-message.user{background:var(--ink);color:white;margin:0 0 12px 20px}.chat-suggestions{padding:0 24px 14px;display:flex;flex-wrap:wrap;gap:8px}.chat-suggestions button{background:white;border:1px solid #b6c5cc;border-radius:22px;padding:7px 10px;font-size:12px;cursor:pointer}.chat-form{padding:15px 24px 5px;border-top:1px solid var(--line)}.chat-form label{font-size:13px;margin-bottom:12px}.chat-form textarea{font-size:16px;max-height:150px;min-height:70px}.chat-form>div{display:flex;justify-content:space-between;align-items:center;gap:12px}.chat-form .button{padding:10px 15px;font-size:13px}.chat-form .button:disabled{opacity:.6;cursor:wait}.chat-quote{display:block;padding:17px 24px;background:var(--soft);font-size:12px;font-weight:600}.chat-form .fine:empty{display:none}@media(max-width:760px){.chat-launch{bottom:78px;right:15px;padding:10px 15px;font-size:12px}.chat-dialog{margin:auto;width:calc(100% - 24px);max-height:90dvh}.chat-log{max-height:32dvh}.chat-heading{padding:20px}.chat-intro,.chat-log,.chat-suggestions,.chat-form{padding-left:20px;padding-right:20px}.chat-quote{padding-left:20px;padding-right:20px}}
[hidden]{display:none!important}
.chat-launch.hide{display:none}

.projects-wrap{background:#f5f6f2;border-top:1px solid var(--line)}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.project-card{border:1px solid var(--line);background:white;border-radius:6px;overflow:hidden}.project-cover{padding:0;border:0;display:block;position:relative;width:100%;cursor:pointer;background:#d8e0e3;aspect-ratio:1/1;overflow:hidden}.project-cover img{width:100%;height:100%;object-fit:cover;transition:transform .25s}.project-cover:hover img{transform:scale(1.03)}.project-cover>span{position:absolute;right:16px;bottom:16px;border-radius:30px;background:white;padding:6px 13px;font-size:12px;color:var(--ink)}.project-copy{padding:25px}.project-copy .eyebrow{font-size:10px;margin-bottom:12px}.project-copy h3{font-size:22px;line-height:1.3;margin-bottom:13px}.project-copy>p:not(.eyebrow){font-size:14px;color:var(--muted)}.more-projects{margin-top:28px}.more-projects>summary{cursor:pointer;padding:18px 0;border-bottom:1px solid var(--line);list-style:none;font-weight:600}.more-projects>summary span{float:right}.more-projects[open]>summary{margin-bottom:24px}.more-projects[open]>summary span{transform:rotate(45deg)}.project-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:32px}.project-bottom p{font-size:13px;margin:0;color:var(--muted)}.project-dialog{width:min(940px,calc(100% - 24px));padding:0;max-height:92dvh}.gallery-heading{padding:22px 28px;display:flex;justify-content:space-between;gap:16px;align-items:center}.gallery-heading .eyebrow{margin:0 0 6px;font-size:10px}.gallery-heading h2{font-size:25px;margin:0}.gallery-close{border:0;background:var(--soft);color:var(--ink);min-width:44px;height:44px;border-radius:50%;cursor:pointer;font-size:28px}.gallery-stage{height:min(53dvh,560px);background:#10202a;position:relative;display:flex;justify-content:center}.gallery-stage img{width:100%;height:100%;object-fit:contain}.gallery-arrow{position:absolute;top:calc(50% - 22px);border:0;border-radius:50%;background:white;color:var(--ink);width:44px;height:44px;cursor:pointer;font-size:22px;box-shadow:0 2px 10px #0003}.previous{left:12px}.following{right:12px}.gallery-footer{padding:18px 28px 26px}#photoCount{font-size:12px;color:var(--muted);margin-bottom:9px}.gallery-actions{display:flex;align-items:center;justify-content:space-between;gap:20px}.gallery-footer>p{margin-bottom:16px}.project-dialog::backdrop{background:#07151ce0}@media(max-width:1000px){.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-copy{padding:20px}}@media(max-width:760px){.project-grid{grid-template-columns:1fr}.project-cover{aspect-ratio:4/3}.project-bottom,.gallery-actions{display:flex;flex-direction:column;align-items:flex-start}.gallery-heading{padding:17px}.gallery-heading h2{font-size:20px}.gallery-footer{padding:17px}.gallery-stage{height:43dvh}.gallery-actions .button{width:100%;font-size:14px}}@media(prefers-reduced-motion:reduce){.project-cover img{transition:none}}@media print{#projecten,.project-dialog{display:none}}

.spam-field{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.consent{display:flex;align-items:flex-start;gap:12px;font-size:13px;margin:20px 0}.consent input{width:20px;min-width:20px;min-height:20px;height:20px;margin:3px 0 0}.button:disabled{opacity:.65;cursor:default}#quoteStatus{overflow-wrap:anywhere}
