@font-face{font-family:Space Grotesk;src:url(/fonts/space-grotesk-500.woff2)format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Space Grotesk;src:url(/fonts/space-grotesk-700.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter-400.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter-600.woff2)format("woff2");font-weight:600;font-style:normal;font-display:swap}:root{--color-green:#123a32;--color-cream:#f7f4ee;--color-sand:#ece5d8;--color-card:#e4dccb;--color-white:#fff;--color-text:#3d362e;--color-muted:#8a7f6f;--color-heading:var(--color-green);--color-bg:var(--color-cream);--color-bg-alt:var(--color-sand);--color-border:#3d362e26;--font-heading:"Space Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-body:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--space-1:.25rem;--space-2:.5rem;--space-3:1rem;--space-4:1.5rem;--space-5:2rem;--space-6:3rem;--space-7:4rem;--space-8:6rem;--radius:0;--container-max:1320px}*,:before,:after{box-sizing:border-box}html,body{margin:0;padding:0;overflow-x:clip}body{font-family:var(--font-body);background:var(--color-bg);color:var(--color-text);line-height:1.6}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--color-heading);letter-spacing:-.01em;margin:0;font-weight:700;line-height:1.15}a{color:inherit}img,svg{border-radius:var(--radius)}.container{max-width:var(--container-max);padding-inline:var(--space-4);margin-inline:auto}@media (width>=640px){.container{padding-inline:var(--space-5)}}.site-header{background:var(--color-white);border-bottom:1px solid var(--color-border);color:var(--color-text)}.header-inner{justify-content:space-between;align-items:center;gap:var(--space-4);padding-block:var(--space-3);flex-wrap:nowrap;display:flex}.logo-link{align-items:center;min-width:0;display:inline-flex}.logo-header-img{width:auto;max-width:100%;height:28px;display:block}.header-actions{align-items:center;gap:var(--space-4);display:flex}.site-nav{display:none}@media (width>=900px){.site-nav{align-items:center;gap:var(--space-4);display:flex}}.site-nav__link{font-family:var(--font-heading);color:var(--color-text);font-size:.9375rem;font-weight:600;text-decoration:none}.site-nav__link[aria-current=page]{color:var(--color-green);text-decoration:underline}.lang-switch{align-items:center;gap:var(--space-1);color:var(--color-text);flex-shrink:0;font-size:.875rem;display:flex}.lang-switch a{padding:0 var(--space-1);text-decoration:none}.lang-switch a[aria-current=page]{font-weight:700;text-decoration:underline}.nav-toggle{cursor:pointer;background:0 0;border:0;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;width:34px;height:34px;padding:5px;display:none}.nav-toggle__bar{background:var(--color-text);width:100%;height:2px;display:block}.mobile-menu{gap:var(--space-3);padding:var(--space-3) var(--space-4) var(--space-4);border-top:1px solid var(--color-border);flex-direction:column;display:flex}.mobile-menu[hidden]{display:none}.mobile-menu__link{font-family:var(--font-heading);font-weight:600;text-decoration:none}.mobile-menu__link[aria-current=page]{color:var(--color-green);text-decoration:underline}.lang-switch--hero{display:none}@media (width<=899px){.header-inner{gap:var(--space-3)}.logo-header-img{width:clamp(190px,56vw,240px);height:auto}.lang-switch--header{display:none}.nav-toggle{display:flex}}@media (width>=900px){.mobile-menu{display:none}}.site-footer{background:var(--color-sand);margin-top:var(--space-8)}.footer-columns{text-align:center;grid-template-columns:1fr;align-items:center;gap:28px;max-width:1180px;padding-block:28px 32px;display:grid}@media (width>=760px){.footer-columns{grid-template-columns:repeat(3,minmax(0,1fr));padding-block:48px 44px}}.footer-col{flex-direction:column;align-items:center;display:flex}.footer-col h3{font-family:var(--font-heading);color:var(--color-heading);margin:0 0 10px;font-size:1.3125rem;font-weight:700;line-height:1.25}@media (width>=760px){.footer-col h3{margin-bottom:12px;font-size:1.4375rem}}.footer-col p,.footer-col a{margin:0 0 10px;font-size:1.0625rem;line-height:1.48;text-decoration:none}.footer-address{white-space:pre-line}@media (width>=760px){.footer-col p,.footer-col a{margin-bottom:12px;font-size:1.25rem}}.footer-col a{color:var(--color-green)}.footer-col a:hover{text-decoration:underline}.footer-col-divider{background:#123a3261;width:92px;height:1px;margin:0 auto}.footer-logo-wrap{justify-content:center;margin:0 0 8px;display:flex}@media (width>=760px){.footer-logo-wrap{margin-bottom:12px}}.footer-logo-img{width:188px;max-width:100%;height:auto;display:block}@media (width>=390px){.footer-logo-img{width:205px}}@media (width>=760px){.footer-logo-img{width:238px}}.footer-social-icons{justify-content:center;align-items:center;gap:10px;margin:0 0 10px;display:flex}@media (width>=760px){.footer-social-icons{gap:12px;margin-bottom:12px}}.footer-social-icon{background:var(--color-white);width:42px;height:42px;color:var(--color-green);border:1px solid #123a323d;justify-content:center;align-items:center;transition:background-color .18s,color .18s,border-color .18s,transform .16s;display:flex}@media (width>=760px){.footer-social-icon{width:46px;height:46px}}.footer-social-icon svg{fill:currentColor;width:21px;height:21px}@media (width>=760px){.footer-social-icon svg{width:22px;height:22px}}.footer-social-icon:hover{background:var(--color-green);color:var(--color-cream);border-color:var(--color-green);transform:translateY(-2px)}.footer-legal{background:var(--color-green);color:var(--color-cream)}.footer-legal-inner p{font-size:1rem;font-weight:700;line-height:1.4}@media (width>=760px){.footer-legal-inner p{font-size:1.125rem}}.footer-legal-inner{justify-content:center;gap:var(--space-2);text-align:center;flex-wrap:wrap;padding-block:8px;display:flex}@media (width>=760px){.footer-legal-inner{padding-block:10px}}.section{padding-block:clamp(3rem,2rem + 6vw,6rem)}.section--alt{background:var(--color-bg-alt)}.section-eyebrow{background:var(--color-green);width:48px;height:3px;margin-bottom:var(--space-3)}.section-heading{margin:0 0 var(--space-4);font-size:clamp(1.75rem,1.3rem + 1.8vw,2.5rem)}.prose{max-width:65ch;color:var(--color-text)}.prose+.prose{margin-top:var(--space-3)}.hero{padding-top:0}.hero-grid{gap:var(--space-5);grid-template-columns:1fr;display:grid}.hero-media{width:100%;position:relative}.hero-content{max-width:60ch;padding-top:clamp(3rem,2rem + 6vw,6rem)}.hero h1{margin:0 0 var(--space-4);font-size:clamp(2.25rem,1.5rem + 3.5vw,3.75rem)}.hero-subkop{color:var(--color-text);margin:0;font-size:1.1875rem}.trust-line{color:var(--color-muted);margin-top:var(--space-3);font-size:.875rem}.hero-photo{aspect-ratio:4/3;object-fit:cover;width:100%;height:auto;display:block}@media (width<=899px){.hero-media{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.hero-content{padding-top:0}.lang-switch--hero{top:var(--space-3);right:var(--space-3);padding:2px var(--space-2);color:var(--color-white);background:#123a324d;gap:2px;font-size:.5rem;font-weight:600;display:flex;position:absolute}.lang-switch--hero a{color:var(--color-white);padding:0 2px}}@media (width>=900px){.hero-grid{align-items:stretch;gap:var(--space-6);grid-template-columns:1fr 1fr;grid-template-areas:"content media"}.hero-content{grid-area:content;align-self:center}.hero-media{width:calc(100% + max(0px, (100vw - var(--container-max)) / 2) + var(--space-5));grid-area:media;justify-self:start;min-height:30rem}.hero-media picture{height:100%;display:block}.hero-photo{aspect-ratio:auto;height:100%}.hero-grid--reverse{grid-template-areas:"media content"}.hero-grid--reverse .hero-media{justify-self:end}}.btn{padding:var(--space-3) var(--space-5);border-radius:var(--radius);font-family:var(--font-heading);font-weight:700;text-decoration:none;transition:opacity .15s;display:inline-block}.btn:hover{opacity:.85}.btn-primary{background:var(--color-green);color:var(--color-cream)}.btn-outline{color:var(--color-green);border:1px solid var(--color-green);background:0 0}.btn-on-dark{background:var(--color-cream);color:var(--color-green)}.cta-group{gap:var(--space-3);margin-top:var(--space-5);flex-wrap:wrap;display:flex}@media (width<=599px){.cta-group{flex-direction:column}.cta-group .btn{text-align:center;width:100%}}.cta-group--center{justify-content:center}.placeholder-image-wrap{margin:var(--space-6) 0 0}.placeholder-image{aspect-ratio:16/9;background:var(--color-card);border:1px dashed var(--color-border);text-align:center;padding:var(--space-4);color:var(--color-muted);justify-content:center;align-items:center;font-size:.875rem;display:flex}.content-photo{object-fit:cover;width:100%;height:auto;display:block}.full-bleed{margin-top:var(--space-6)}.full-bleed picture{display:block}.stijlen-gallery{margin-top:var(--space-6);padding-inline:0}.benefits-grid{gap:var(--space-5);margin-top:var(--space-6);grid-template-columns:1fr;display:grid}@media (width>=640px){.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=960px){.benefits-grid{grid-template-columns:repeat(3,1fr)}}.benefit-card{background:var(--color-card);flex-direction:column;display:flex}.benefit-photo{aspect-ratio:1;object-fit:cover;width:100%;display:block}.benefit-card-body{min-height:92px;padding:var(--space-4) var(--space-4) var(--space-4);border-top:1px solid #123a3214}.benefit-card h3{margin:0 0 var(--space-1);font-size:1.05rem}.benefit-card p{margin:0}.brand-grid{justify-content:center;gap:var(--space-4);margin-top:var(--space-6);flex-wrap:wrap;display:flex}.brand-card{border:1px solid var(--color-border);min-height:120px;padding:var(--space-4);text-align:center;font-family:var(--font-heading);flex:0 220px;justify-content:center;align-items:center;font-size:1.0625rem;font-weight:700;display:flex}.brand-card img{object-fit:contain;width:auto;max-width:150px;height:auto;max-height:38px}.brand-card img.brand-logo--3m{max-height:27px}#materialen .section-eyebrow{margin-inline:auto}#materialen .section-heading{text-align:center}#materialen .prose{text-align:center;margin-inline:auto}#materialen .cta-group{justify-content:center}.tag-list{align-items:center;gap:var(--space-2);margin:var(--space-4) 0 0;flex-wrap:wrap;padding:0;list-style:none;display:flex}.tag{border:1px solid var(--color-border);padding:var(--space-1) var(--space-3);font-size:.875rem;line-height:1.4}.werkgebied-grid{gap:var(--space-3);margin-top:var(--space-6);grid-template-columns:repeat(2,1fr);display:grid}@media (width>=640px){.werkgebied-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=900px){.werkgebied-grid{grid-template-columns:repeat(4,1fr)}}.werkgebied-tile{align-items:center;gap:var(--space-2);border:1px solid var(--color-border);padding:var(--space-4);text-align:center;flex-direction:column;display:flex}.werkgebied-icon{width:40px;height:40px;color:var(--color-green)}.werkgebied-tile span{font-family:var(--font-heading);font-size:.9375rem;font-weight:600}.reviews-placeholder{border:1px dashed var(--color-border);padding:var(--space-5);text-align:center;color:var(--color-muted);margin-top:var(--space-4)}.cta-banner{background:var(--color-green);color:var(--color-cream);text-align:center}.cta-banner .section-eyebrow{background:var(--color-cream);margin-inline:auto}.cta-banner h2{color:var(--color-cream)}.cta-banner .prose{color:var(--color-cream);margin-inline:auto}.cta-banner .cta-group{justify-content:center}.cta-banner .btn-outline{color:var(--color-cream);border-color:var(--color-cream)}.scroll-gallery-wrap{position:relative}.scroll-gallery{gap:var(--space-4);scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-inline:var(--space-4);scrollbar-width:none;display:flex;overflow-x:auto}@media (width>=640px){.scroll-gallery{padding-inline:var(--space-5)}}.scroll-gallery::-webkit-scrollbar{display:none}.scroll-gallery__item{scroll-snap-align:center;flex:0 0 clamp(260px,78vw,420px);margin:0}@media (width>=900px){.scroll-gallery__item{flex-basis:clamp(440px,44%,620px)}}.scroll-gallery__photo{width:100%;height:auto;aspect-ratio:var(--ratio-mobile,16 / 9);object-fit:cover;display:block}.scroll-gallery__placeholder{width:100%;aspect-ratio:var(--ratio-mobile,16 / 9);background:var(--color-card);border:1px dashed var(--color-border);color:var(--color-muted);text-align:center;padding:var(--space-4);justify-content:center;align-items:center;font-size:.875rem;display:flex}@media (width>=900px){.scroll-gallery__photo,.scroll-gallery__placeholder{aspect-ratio:var(--ratio-desktop,16 / 9)}}.scroll-gallery__caption{margin-top:var(--space-2);color:var(--color-muted);text-align:center;font-size:.8125rem}.scroll-gallery-arrow{display:none}@media (width>=900px){.scroll-gallery-arrow{z-index:5;width:42px;height:42px;color:var(--color-cream);cursor:pointer;background:#123a3280;border:none;justify-content:center;align-items:center;padding:0;font-size:1.5625rem;line-height:1;transition:background-color .18s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.scroll-gallery-arrow:hover{background:#123a32b8}.scroll-gallery-arrow:active{background:#0d2c26e0}.scroll-gallery-arrow[data-direction=prev]{left:var(--space-5)}.scroll-gallery-arrow[data-direction=next]{right:var(--space-5)}}
