:root{--cream:#FAF7F2;--beige:#F0E5D4;--beige-dark:#DDD0BB;--gold:#C49A6C;--gold-dark:#A07848;--brown:#7A5C44;--dark:#3D2B1F;--pink:#E8B4A4;--pink-light:#F7EBE4;--sage:#8FA882;--sage-light:#C8D9C1;--white:#FFFFFF;--text:#4A3728;--text-light:#7A6355;--font-heading:'Playfair Display', Georgia, serif;--font-body:'Poppins', -apple-system, sans-serif;--shadow:0 4px 24px rgba(61, 43, 31, 0.08);--shadow-hover:0 10px 40px rgba(61, 43, 31, 0.15);--radius:3px;--transition:all 0.3s ease}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--text);background-color:var(--cream);line-height:1.7;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:var(--transition)}ul{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--dark);line-height:1.25}h1{font-size:clamp(2.6rem, 6vw, 5rem)}h2{font-size:clamp(2rem, 4vw, 3rem)}h3{font-size:clamp(1.2rem, 2.5vw, 1.7rem)}p{font-family:var(--font-body);font-weight:300;color:var(--text-light)}.section-tag{font-family:var(--font-body);font-size:.72rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:.75rem}.section-title{font-family:var(--font-heading);color:var(--dark);margin-bottom:1rem}.section-subtitle{font-family:var(--font-body);font-weight:300;color:var(--text-light);max-width:560px;line-height:1.85}.container{max-width:1200px;margin:0 auto;padding:0 2rem}section{padding:110px 0}.text-center{text-align:center}.text-center .section-subtitle{margin:0 auto}.btn{display:inline-block;padding:14px 36px;font-family:var(--font-body);font-size:.82rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;border-radius:var(--radius);transition:var(--transition);cursor:pointer;border:none}.btn-primary{background-color:var(--gold);color:var(--white)}.btn-primary:hover{background-color:var(--gold-dark);color:var(--white);transform:translateY(-2px);box-shadow:0 8px 24px rgb(196 154 108 / .4)}.btn-outline{background-color:#fff0;color:var(--gold);border:1.5px solid var(--gold)}.btn-outline:hover{background-color:var(--gold);color:var(--white);transform:translateY(-2px)}.btn-light{background-color:var(--white);color:var(--dark)}.btn-light:hover{background-color:var(--beige);transform:translateY(-2px)}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.5rem 0;transition:all 0.4s ease}.site-header.scrolled{background-color:rgb(250 247 242 / .97);backdrop-filter:blur(12px);padding:.9rem 0;box-shadow:0 2px 20px rgb(61 43 31 / .08)}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.site-logo{font-family:var(--font-heading);font-size:1.6rem;font-weight:700;color:var(--dark);display:flex;align-items:center;gap:.4rem;letter-spacing:-.01em}.site-logo .logo-amp{color:var(--gold);font-style:italic}.nav-menu{display:flex;align-items:center;gap:2.5rem}.nav-menu a{font-family:var(--font-body);font-size:.84rem;font-weight:400;letter-spacing:.04em;color:var(--text)}.nav-menu a:hover{color:var(--gold)}.nav-cta{background-color:var(--gold)!important;color:var(--white)!important;padding:9px 22px;border-radius:var(--radius)}.nav-cta:hover{background-color:var(--gold-dark)!important;color:var(--white)!important}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:5px;background:none;border:none}.hamburger span{display:block;width:24px;height:2px;background-color:var(--dark);transition:var(--transition)}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background-color:var(--beige)}.hero-bg{position:absolute;inset:0;background-image:url(https://lach-licht.nl/wp-content/uploads/2026/05/hero-lach-licht.jpg);background-size:cover;background-position:center;z-index:0;transform:scale(1.06);transition:transform 10s ease}.hero.loaded .hero-bg{transform:scale(1)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgb(250 247 242 / .88) 0%,rgb(240 229 212 / .72) 45%,rgb(250 247 242 / .35) 100%);z-index:1}.hero-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem;padding-top:130px}.hero-eyebrow{font-family:var(--font-body);font-size:.76rem;font-weight:500;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem}.hero-eyebrow::before{content:'';display:inline-block;width:36px;height:1px;background-color:var(--gold)}.hero h1{color:var(--dark);margin-bottom:1.25rem;font-weight:600;max-width:680px}.hero h1 em{font-style:italic;color:var(--brown)}.hero-tagline{font-family:var(--font-heading);font-size:clamp(1.05rem, 1.8vw, 1.35rem);font-style:italic;color:var(--brown);margin-bottom:2.5rem;font-weight:400}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-scroll{position:absolute;bottom:36px;left:50%;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--text-light);font-size:.72rem;letter-spacing:.1em;animation:scrollBounce 2.2s ease-in-out infinite}.hero-scroll svg{width:18px;height:18px;stroke:var(--gold)}@keyframes scrollBounce{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(9px)}}.intro-strip{background-color:var(--gold);padding:22px 0}.intro-strip-inner{display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap}.intro-strip-item{display:flex;align-items:center;gap:.75rem;color:var(--white)}.intro-strip-item svg{width:18px;height:18px;flex-shrink:0}.intro-strip-item span{font-family:var(--font-body);font-size:.82rem;font-weight:300;letter-spacing:.04em}.intro-strip-divider{width:1px;height:20px;background-color:rgb(255 255 255 / .3)}.section-intro{background-color:var(--cream);padding:120px 0}.intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.intro-photos{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:start}.intro-photo-main{position:relative}.intro-photo-main img{width:100%;height:520px;object-fit:cover;border-radius:2px;display:block}.intro-photo-second{margin-top:60px}.intro-photo-second img{width:100%;height:460px;object-fit:cover;border-radius:2px;display:block}.intro-photo-placeholder{width:100%;height:460px;background-color:var(--beige);border:2px dashed #DDD0BB;border-radius:2px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--brown);opacity:.65}.intro-photo-placeholder svg{width:42px;height:42px;stroke:var(--gold)}.intro-photo-placeholder p{font-family:var(--font-serif);font-style:italic;font-size:.9rem;margin:0}.intro-image-badge{position:absolute;bottom:-20px;right:-16px;width:108px;height:108px;background-color:var(--gold);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--white);text-align:center;box-shadow:var(--shadow-hover)}.intro-image-badge .years{font-family:var(--font-heading);font-size:2rem;font-weight:700;line-height:1}.intro-image-badge .label{font-family:var(--font-body);font-size:.62rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;line-height:1.4;padding:0 8px}.intro-content p{margin-bottom:1.4rem;line-height:1.95}.intro-signature{font-family:var(--font-heading);font-size:1.9rem;font-style:italic;color:var(--brown);margin:1.5rem 0 2rem}.services{background-color:var(--beige);padding:120px 0}.services-header{text-align:center;margin-bottom:3.5rem}.services-header .section-subtitle{margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3px}.service-card{position:relative;overflow:hidden;aspect-ratio:3/4;cursor:pointer}.service-card img{width:100%;height:100%;object-fit:cover;transition:transform 0.65s ease}.service-card:hover img{transform:scale(1.08)}.service-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgb(61 43 31 / .82) 0%,rgb(61 43 31 / .18) 55%,#fff0 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:2rem;transition:var(--transition)}.service-card:hover .service-card-overlay{background:linear-gradient(to top,rgb(61 43 31 / .92) 0%,rgb(61 43 31 / .45) 60%,#fff0 100%)}.service-card h3{color:var(--white);font-size:1.35rem;margin-bottom:.4rem}.service-card-desc{color:rgb(255 255 255 / .72);font-size:.84rem;font-weight:300;transform:translateY(12px);opacity:0;transition:all 0.3s ease 0.08s;line-height:1.6}.service-card:hover .service-card-desc{transform:translateY(0);opacity:1}.service-card-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--gold);font-size:.78rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;margin-top:.85rem;transform:translateY(12px);opacity:0;transition:all 0.3s ease 0.14s}.service-card:hover .service-card-link{transform:translateY(0);opacity:1}.portfolio{background-color:var(--cream);padding:120px 0}.portfolio-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem;flex-wrap:wrap;gap:1.5rem}.portfolio-filter{display:flex;gap:.75rem;flex-wrap:wrap}.filter-btn{font-family:var(--font-body);font-size:.78rem;font-weight:400;letter-spacing:.1em;padding:7px 18px;border:1px solid var(--beige-dark);background:#fff0;color:var(--text-light);border-radius:100px;cursor:pointer;transition:var(--transition)}.filter-btn.active,.filter-btn:hover{background-color:var(--gold);border-color:var(--gold);color:var(--white)}.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.portfolio-item{position:relative;overflow:hidden;cursor:pointer;border-radius:2px;aspect-ratio:1 / 1}.portfolio-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.45s ease}.portfolio-item:hover img{transform:scale(1.06)}.portfolio-item-overlay{position:absolute;inset:0;background:rgb(61 43 31 / .48);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;opacity:0;transition:var(--transition)}.portfolio-item:hover .portfolio-item-overlay{opacity:1}.portfolio-lightbox{display:flex;align-items:center;justify-content:center}.portfolio-item-overlay svg{width:36px;height:36px;stroke:var(--white)}.portfolio-item-cat{font-family:var(--font-body);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);background:rgb(0 0 0 / .35);padding:3px 10px;border-radius:20px}.portfolio-empty{grid-column:1 / -1;text-align:center;padding:4rem 0;font-family:var(--font-serif);font-style:italic;color:var(--brown);font-size:1.1rem}.portfolio-cta{text-align:center;margin-top:3rem}.lel-no-scroll{overflow:hidden}#lel-lightbox{display:none;position:fixed;inset:0;z-index:9999;background:rgb(15 8 4 / .96);flex-direction:column;align-items:center;justify-content:center;padding:0 70px}#lel-lightbox.lel-lb-open{display:flex;animation:lbFadeIn 0.25s ease}@keyframes lbFadeIn{from{opacity:0}to{opacity:1}}#lel-lb-close{position:absolute;top:20px;right:24px;background:none;border:none;cursor:pointer;color:var(--gold);opacity:.8;transition:opacity 0.2s;padding:6px;line-height:0}#lel-lb-close:hover{opacity:1}#lel-lb-close svg{width:28px;height:28px}#lel-lb-prev,#lel-lb-next{position:absolute;top:50%;transform:translateY(-50%);background:rgb(196 154 108 / .12);border:1px solid rgb(196 154 108 / .35);color:var(--gold);cursor:pointer;width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background 0.2s,border-color 0.2s;line-height:0}#lel-lb-prev{left:14px}#lel-lb-next{right:14px}#lel-lb-prev:hover,#lel-lb-next:hover{background:rgb(196 154 108 / .28);border-color:rgb(196 154 108 / .7)}#lel-lb-prev svg,#lel-lb-next svg{width:22px;height:22px}#lel-lb-stage{width:100%;max-width:1100px;height:72vh;display:flex;align-items:center;justify-content:center}#lel-lb-img{max-width:100%;max-height:72vh;width:auto;height:auto;object-fit:contain;border-radius:3px;transition:opacity 0.15s ease;box-shadow:0 8px 48px rgb(0 0 0 / .55)}#lel-lb-footer{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:16px;min-height:24px}#lel-lb-caption{font-family:var(--font-serif);font-style:italic;color:rgb(250 247 242 / .75);font-size:.9rem}#lel-lb-counter{font-family:var(--font-body);font-size:.75rem;letter-spacing:.1em;color:rgb(196 154 108 / .65)}@media (max-width:768px){#lel-lightbox{padding:0 48px}#lel-lb-prev{left:6px}#lel-lb-next{right:6px}#lel-lb-prev,#lel-lb-next{width:40px;height:40px}#lel-lb-stage{height:60vh}#lel-lb-img{max-height:60vh}}.process{background-color:var(--pink-light);padding:100px 0}.process-header{text-align:center;margin-bottom:60px}.process-header .section-subtitle{margin:0 auto}.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative}.process-steps::before{content:'';position:absolute;top:39px;left:12%;right:12%;height:1px;background:linear-gradient(to right,transparent,var(--beige-dark),transparent);z-index:0}.process-step{text-align:center;position:relative;z-index:1}.process-step-number{width:78px;height:78px;border-radius:50%;background-color:var(--white);border:1.5px solid var(--gold);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-family:var(--font-heading);font-size:1.5rem;color:var(--gold);font-weight:600}.process-step h3{font-size:1.05rem;margin-bottom:.65rem;color:var(--dark)}.process-step p{font-size:.875rem;color:var(--text-light);font-weight:300;line-height:1.75}.testimonials{background-color:var(--dark);padding:100px 0;position:relative;overflow:hidden}.testimonials::before{content:'\201C';position:absolute;top:-80px;left:50%;transform:translateX(-50%);font-family:var(--font-heading);font-size:360px;color:rgb(255 255 255 / .025);line-height:1;pointer-events:none}.testimonials-header{text-align:center;margin-bottom:56px}.testimonials-header .section-tag{color:var(--gold)}.testimonials-header h2{color:var(--white)}.testimonials-slider{max-width:780px;margin:0 auto;position:relative}.testimonial-item{display:none;text-align:center;padding:0 2rem;animation:fadeSlide 0.5s ease}.testimonial-item.active{display:block}@keyframes fadeSlide{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.testimonial-stars{display:flex;justify-content:center;gap:4px;margin-bottom:1.5rem}.testimonial-stars svg{width:19px;height:19px;fill:var(--gold)}.testimonial-text{font-family:var(--font-heading);font-size:clamp(1.1rem, 2vw, 1.4rem);font-style:italic;color:rgb(255 255 255 / .88);line-height:1.85;margin-bottom:1.75rem;font-weight:400}.testimonial-author{color:var(--gold);font-family:var(--font-body);font-size:.84rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.testimonial-role{color:rgb(255 255 255 / .38);font-size:.78rem;margin-top:.2rem;font-family:var(--font-body);font-weight:300}.testimonials-dots{display:flex;justify-content:center;gap:8px;margin-top:2.5rem}.testimonials-dots button{width:8px;height:8px;border-radius:50%;background-color:rgb(255 255 255 / .18);border:none;cursor:pointer;transition:var(--transition)}.testimonials-dots button.active{background-color:var(--gold);width:26px;border-radius:4px}.blog-section{background:var(--white);padding:120px 0}.blog-section .section-subtitle{max-width:580px;margin:0 auto}.blog-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:3rem}.blog-card{flex:0 1 calc(33.333% - 1.4rem);min-width:280px;max-width:420px;background:var(--white);border-radius:12px;overflow:hidden;box-shadow:0 2px 16px rgb(61 43 31 / .07);transition:transform 0.3s ease,box-shadow 0.3s ease;display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px rgb(61 43 31 / .13)}.blog-card-media{position:relative;overflow:hidden}.blog-card-img{width:100%;aspect-ratio:3/2;object-fit:cover;display:block;transition:transform 0.5s ease}.blog-card:hover .blog-card-img{transform:scale(1.04)}.blog-card-img-placeholder{width:100%;aspect-ratio:3/2;background:var(--cream);display:flex;align-items:center;justify-content:center}.blog-card-img-placeholder svg{width:44px;height:44px;stroke:var(--gold);opacity:.5}.blog-card-cat{position:absolute;top:1rem;left:1rem;background:rgb(255 255 255 / .92);color:var(--dark);font-size:.65rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:.3rem .75rem;border-radius:20px;backdrop-filter:blur(4px)}.blog-card-body{padding:1.5rem 1.6rem 1.8rem;flex:1;display:flex;flex-direction:column}.blog-card-date{font-size:.75rem;color:var(--gold);font-weight:500;letter-spacing:.04em;display:block;margin-bottom:.6rem}.blog-card-title{font-family:var(--font-serif);font-size:1.15rem;color:var(--dark);line-height:1.45;margin-bottom:.75rem;font-weight:700}.blog-card-title a{color:inherit;text-decoration:none;transition:color 0.2s}.blog-card-title a:hover{color:var(--gold)}.blog-card-excerpt{font-size:.855rem;color:var(--text-light);line-height:1.75;font-weight:300;flex:1}.blog-card-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:600;color:var(--gold);text-decoration:none;margin-top:1.2rem;letter-spacing:.04em;text-transform:uppercase;transition:gap 0.2s}.blog-card-link:hover{gap:.65rem}.blog-cta{text-align:center;margin-top:3rem}.blog-page-hero{background:linear-gradient(150deg,var(--cream) 0%,#ecdfd3 100%);padding:150px 0 90px;text-align:center}.blog-page-hero .section-tag{display:inline-block;margin-bottom:1rem}.blog-page-hero h1{font-family:var(--font-serif);font-size:clamp(2.4rem, 5vw, 3.6rem);color:var(--dark);margin-bottom:1rem}.blog-page-hero p{font-size:1.05rem;color:var(--text-light);max-width:520px;margin:0 auto;line-height:1.85;font-weight:300}.blog-page-body{background:var(--white);padding:80px 0 130px}.blog-page-body .blog-grid{margin-top:0}.blog-pagination{display:flex;justify-content:center;gap:.5rem;margin-top:4.5rem;flex-wrap:wrap}.blog-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;font-size:.85rem;font-weight:500;color:var(--dark);border:1.5px solid rgb(61 43 31 / .15);text-decoration:none;transition:var(--transition)}.blog-pagination .page-numbers.current,.blog-pagination .page-numbers:hover{background:var(--gold);color:var(--white);border-color:var(--gold)}.blog-pagination .page-numbers.dots{border:none;cursor:default;width:auto;padding:0 .3rem}@media (max-width:960px){.blog-card{flex:0 1 calc(50% - 1rem)}}@media (max-width:580px){.blog-card{flex:0 1 100%;max-width:100%}}.post-hero{position:relative;min-height:480px;display:flex;align-items:flex-end;padding-bottom:60px}.post-hero--no-image{background:linear-gradient(150deg,var(--cream) 0%,#ecdfd3 100%);min-height:340px;padding-top:140px;align-items:center}.post-hero__bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:0}.post-hero__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgb(30 15 8 / .72) 0%,rgb(30 15 8 / .18) 60%,transparent 100%);z-index:1}.post-hero__inner{position:relative;z-index:2;max-width:780px}.post-hero--has-image .post-hero__inner{color:var(--white)}.post-hero--no-image .post-hero__inner{color:var(--dark)}.post-back-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;margin-bottom:1.4rem;opacity:.75;transition:opacity 0.2s}.post-hero--has-image .post-back-link{color:var(--white)}.post-hero--no-image .post-back-link{color:var(--dark)}.post-back-link:hover{opacity:1}.post-hero__cat{display:inline-block;font-size:.67rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:.3rem .9rem;border-radius:20px;margin-bottom:1rem}.post-hero--has-image .post-hero__cat{background:rgb(255 255 255 / .18);color:var(--white);border:1px solid rgb(255 255 255 / .35)}.post-hero--no-image .post-hero__cat{background:rgb(196 154 108 / .15);color:var(--gold);border:1px solid rgb(196 154 108 / .35)}.post-hero__title{font-family:var(--font-serif);font-size:clamp(1.9rem, 4.5vw, 3rem);line-height:1.25;margin-bottom:1rem;font-weight:700}.post-hero--has-image .post-hero__title{color:var(--white)}.post-hero--no-image .post-hero__title{color:var(--dark)}.post-hero__meta{font-size:.82rem;font-weight:400;opacity:.75;display:flex;align-items:center;gap:.5rem}.post-meta-sep{opacity:.5}.post-body{background:var(--white);padding:70px 0 110px}.post-body__inner{max-width:740px;margin:0 auto;padding:0 1.5rem}.post-content{font-family:var(--font-sans);font-weight:300;font-size:1.05rem;line-height:1.95;color:var(--text-light)}.post-content *{color:inherit}.post-content h2,.post-content h3,.post-content h4{font-family:var(--font-serif);font-size:1.45rem;color:var(--dark);font-weight:700;margin:2.5rem 0 1rem;line-height:1.35}.post-content strong,.post-content b{font-weight:600;color:var(--dark)}.post-content p{margin-bottom:1.5rem}.post-content a{color:var(--gold);text-decoration:underline;text-underline-offset:3px}.post-content a:hover{opacity:.8}.post-content img{width:100%;border-radius:8px;margin:2rem 0;display:block}.post-content ul,.post-content ol{list-style:none;padding-left:0;margin-left:0;margin-bottom:1.5rem}.post-content li{margin-bottom:.5rem;padding-left:0}.post-content blockquote{border-left:3px solid var(--gold);margin:2rem 0;padding:1rem 1.5rem;background:var(--cream);border-radius:0 8px 8px 0;font-style:italic;color:var(--dark)}.post-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgb(61 43 31 / .1)}.post-tag{font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .85rem;border-radius:20px;background:var(--cream);color:var(--dark)}.post-footer-cta{margin-top:3rem;padding-top:2rem;border-top:1px solid rgb(61 43 31 / .08)}.btn-outline{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.6rem;border:1.5px solid var(--gold);color:var(--gold);border-radius:30px;font-size:.82rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;transition:background 0.25s,color 0.25s}.btn-outline:hover{background:var(--gold);color:var(--white)}@media (max-width:600px){.post-hero{min-height:360px}.post-content{font-size:.97rem}}.contact{background-color:var(--cream);padding:120px 0}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:80px;align-items:start}.contact-info p{color:var(--text-light);font-weight:300;line-height:1.95;margin-bottom:2.5rem}.contact-details{display:flex;flex-direction:column;gap:1.1rem}.contact-detail{display:flex;align-items:center;gap:1rem;color:var(--text)}.contact-detail-icon{width:44px;height:44px;background-color:var(--beige);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-detail-icon svg{width:18px;height:18px;stroke:var(--gold);fill:none}.contact-detail-label{font-size:.72rem;font-weight:500;letter-spacing:.05em;color:var(--dark);text-transform:uppercase;margin-bottom:1px;font-family:var(--font-body)}.contact-detail-text{font-size:.9rem;color:var(--text-light);font-family:var(--font-body);font-weight:300}.contact-form{background-color:var(--white);padding:3rem;border-radius:2px;box-shadow:var(--shadow)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{margin-bottom:1.4rem}.form-group label{display:block;font-family:var(--font-body);font-size:.72rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--dark);margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 15px;font-family:var(--font-body);font-size:.9rem;font-weight:300;color:var(--text);background-color:var(--cream);border:1px solid var(--beige-dark);border-radius:var(--radius);transition:var(--transition);-webkit-appearance:none;appearance:none;outline:none}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--gold);background-color:var(--white);box-shadow:0 0 0 3px rgb(196 154 108 / .12)}.form-group textarea{height:130px;resize:vertical}.form-submit{width:100%;padding:15px;font-size:.84rem}.form-notice{margin-top:1rem;padding:12px 16px;border-radius:var(--radius);font-size:.875rem;font-family:var(--font-body);display:none}.form-notice.success{background:#d4edda;color:#155724}.form-notice.error{background:#f8d7da;color:#721c24}.site-footer{background-color:var(--dark);color:rgb(255 255 255 / .6);padding:80px 0 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem}.footer-brand .site-logo{color:var(--white);margin-bottom:1.25rem}.footer-brand p{color:rgb(255 255 255 / .45);font-size:.875rem;font-weight:300;line-height:1.85;max-width:280px;margin-bottom:1.75rem}.social-links{display:flex;gap:.7rem}.social-link{width:38px;height:38px;border-radius:50%;border:1px solid rgb(255 255 255 / .14);display:flex;align-items:center;justify-content:center;color:rgb(255 255 255 / .5);transition:var(--transition)}.social-link:hover{border-color:var(--gold);color:var(--gold)}.social-link svg{width:15px;height:15px}.footer-col h4{font-family:var(--font-heading);color:var(--white);font-size:1rem;margin-bottom:1.25rem;font-weight:500}.footer-col ul li{margin-bottom:.7rem}.footer-col ul li a{color:rgb(255 255 255 / .45);font-size:.875rem;font-weight:300;transition:var(--transition);font-family:var(--font-body)}.footer-col ul li a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid rgb(255 255 255 / .07);padding:1.5rem 0;display:flex;justify-content:space-between;align-items:center}.footer-bottom p{color:rgb(255 255 255 / .28);font-size:.78rem;font-weight:300;font-family:var(--font-body)}.footer-bottom a{color:rgb(255 255 255 / .35);font-size:.78rem;font-family:var(--font-body);transition:var(--transition)}.footer-bottom a:hover{color:var(--gold)}.footer-sep{color:rgb(255 255 255 / .18);margin:0 .75rem}.acties-hero{background:linear-gradient(150deg,var(--cream) 0%,#ecdfd3 100%);padding:150px 0 90px;text-align:center}.acties-hero .section-tag{display:inline-block;margin-bottom:1rem}.acties-hero h1{font-family:var(--font-serif);font-size:clamp(2.4rem, 5vw, 3.6rem);color:var(--dark);margin-bottom:1rem}.acties-hero p{font-size:1.05rem;color:var(--text-light);max-width:520px;margin:0 auto;line-height:1.85;font-weight:300}.acties-intro{background:var(--white);padding:70px 0}.acties-intro__inner{max-width:700px;margin:0 auto;padding:0 1.5rem;font-family:var(--font-sans);font-weight:300;font-size:1.05rem;line-height:1.9;color:var(--text-light)}.acties-intro__inner p{margin-bottom:1.3rem}.acties-body{background:var(--white);padding:60px 0 100px}.actie-card{position:relative;background:var(--white);border:1.5px solid rgb(196 154 108 / .25);border-radius:16px;padding:2.5rem 2.5rem 2rem;box-shadow:0 4px 32px rgb(61 43 31 / .08);margin-bottom:3.5rem}.actie-card__badge{position:absolute;top:-14px;left:2rem;background:var(--gold);color:var(--white);font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.3rem 1rem;border-radius:20px}.actie-card__img-wrap{flex:0 0 260px;border-radius:10px;overflow:hidden;align-self:flex-start}.actie-card__img{width:100%;height:auto;display:block;object-fit:cover}.actie-card__top{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;flex-wrap:wrap}.actie-card__info{flex:1;min-width:240px}.actie-card__naam{font-family:var(--font-serif);font-size:1.7rem;color:var(--dark);margin-bottom:1.25rem;font-weight:700}.actie-card__features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.65rem}.actie-card__features li{display:flex;align-items:center;gap:.6rem;font-size:.95rem;color:var(--text-light);font-weight:300}.actie-card__features svg{stroke:var(--gold);flex-shrink:0}.actie-card__pricing{display:flex;flex-direction:column;align-items:flex-end;gap:.4rem;flex-shrink:0}.actie-card__price-new{font-family:var(--font-serif);font-size:3.2rem;font-weight:700;color:var(--dark);line-height:1}.actie-card__price-label{font-size:.75rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;background:var(--gold);color:var(--white);padding:.28rem .85rem;border-radius:20px;white-space:nowrap}.slots-section{margin-top:1rem}.slots-title{font-family:var(--font-serif);font-size:1.5rem;color:var(--dark);margin-bottom:.4rem}.slots-subtitle{font-size:.9rem;color:var(--text-light);font-weight:300;margin-bottom:2rem}.slots-grid{display:flex;gap:1.5rem;flex-wrap:wrap}.slots-col{flex:1;min-width:260px;max-width:100%}.slots-col__header{background:var(--dark);color:var(--white);border-radius:10px 10px 0 0;padding:.75rem 1rem;text-align:center;margin-bottom:.5rem}.slots-col__dag{display:block;font-size:.95rem;font-weight:600;letter-spacing:.02em}.slots-col__datum{display:block;font-size:.85rem;font-weight:400;opacity:.75;margin-top:.25rem;letter-spacing:.02em}.slot{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.6rem 1rem;border-radius:8px;margin-bottom:.4rem;font-family:var(--font-sans);font-size:.88rem;border:1.5px solid #fff0;transition:all 0.2s;position:relative}.slot--available::after{content:'Klik nu om dit tijdslot te boeken';position:absolute;bottom:calc(100% + 8px);left:50%;transform:translateX(-50%) translateY(4px);background:var(--dark);color:var(--white);font-size:.72rem;font-weight:500;white-space:nowrap;padding:.35rem .75rem;border-radius:6px;pointer-events:none;opacity:0;transition:opacity 0.18s ease,transform 0.18s ease;z-index:10}.slot--available:hover::after{opacity:1;transform:translateX(-50%) translateY(0)}.slot__time{font-weight:600}.slot__status{font-size:.72rem;font-weight:500;letter-spacing:.04em}.slot--available{background:#f0faf0;border-color:#a5d6a7;color:#2e7d32;cursor:pointer;text-align:left}.slot--available:hover{background:#2e7d32;border-color:#2e7d32;color:var(--white);transform:translateX(3px)}.slot--booked{background:#fdf0f0;border-color:#ef9a9a;color:#c62828;opacity:.7}.slots-legend{display:flex;gap:1.5rem;margin-top:1.5rem;flex-wrap:wrap}.slots-portfolio-link{margin-top:1.5rem;font-size:.88rem;color:var(--text-light);font-weight:300}.slots-portfolio-link a{color:var(--gold-dark);font-weight:500;text-decoration:none;border-bottom:1px solid #fff0;transition:border-color 0.2s}.slots-portfolio-link a:hover{border-bottom-color:var(--gold-dark)}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--text-light);font-weight:500}.legend-dot{width:12px;height:12px;border-radius:3px;flex-shrink:0}.legend-available .legend-dot{background:#a5d6a7;border:1.5px solid #2e7d32}.legend-booked .legend-dot{background:#ef9a9a;border:1.5px solid #c62828}.slots-and-gallery{display:flex;gap:2rem;align-items:stretch;flex-wrap:wrap}.slots-col-wrap{flex:1;min-width:0;display:flex;flex-direction:column}.slots-gallery{flex:0 0 140px;display:flex;flex-direction:column;gap:.4rem;align-self:stretch}.slots-gallery__item{flex:1;min-height:0;border-radius:6px;overflow:hidden;background:var(--beige)}.slots-gallery__item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.4s ease}.slots-gallery__item:hover img{transform:scale(1.04)}.booking-overlay{position:fixed;inset:0;background:rgb(30 15 8 / .55);z-index:1000;backdrop-filter:blur(3px)}.booking-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1001;background:var(--white);border-radius:16px;padding:2.5rem 2.5rem 2rem;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgb(30 15 8 / .2)}.booking-modal__close{position:absolute;top:1.2rem;right:1.2rem;background:none;border:none;cursor:pointer;color:var(--text-light);padding:.3rem;line-height:1;transition:color 0.2s}.booking-modal__close:hover{color:var(--dark)}.booking-modal__tag{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem}.booking-modal__title{font-family:var(--font-serif);font-size:1.5rem;color:var(--dark);margin-bottom:.4rem}.booking-modal__slot{font-size:.9rem;color:var(--text-light);font-weight:500;margin-bottom:1.75rem;padding-bottom:1.25rem;border-bottom:1px solid rgb(61 43 31 / .1)}.booking-field{margin-bottom:1.1rem}.booking-field label{display:block;font-size:.82rem;font-weight:600;color:var(--dark);margin-bottom:.4rem;letter-spacing:.02em}.booking-field .optional{font-weight:300;color:var(--text-light)}.booking-field input{width:100%;padding:.75rem 1rem;border:1.5px solid rgb(61 43 31 / .18);border-radius:8px;font-family:var(--font-sans);font-size:.92rem;color:var(--dark);background:var(--white);transition:border-color 0.2s;box-sizing:border-box}.booking-field input:focus{outline:none;border-color:var(--gold)}.booking-notice{padding:.75rem 1rem;border-radius:8px;font-size:.85rem;margin-bottom:1rem}.booking-notice--success{background:#f0faf0;color:#2e7d32;border:1px solid #a5d6a7}.booking-notice--error{background:#fdf0f0;color:#c62828;border:1px solid #ef9a9a}.booking-submit{width:100%;justify-content:center;padding:.9rem;font-size:.88rem;border:none;cursor:pointer;margin-top:.5rem}.booking-submit:disabled{opacity:.6;cursor:not-allowed}.booking-disclaimer{font-size:.75rem;color:var(--text-light);text-align:center;margin-top:.75rem;font-weight:300}.tweede-blok-box{background:#fffbf3;border:1.5px solid rgb(196 154 108 / .35);border-radius:10px;padding:.9rem 1rem;margin-bottom:1rem}.tweede-blok-label{display:flex;align-items:flex-start;gap:.65rem;cursor:pointer;font-size:.88rem;color:var(--dark);line-height:1.5}.tweede-blok-label input[type="checkbox"]{margin-top:.2rem;flex-shrink:0;accent-color:var(--gold);width:16px;height:16px;cursor:pointer}.tweede-blok-tekst small{color:var(--text-light);font-weight:300}.tweede-blok-hint{font-size:.75rem;font-weight:400;color:var(--text-light);margin-left:.2rem}.booking-voorwaarden{margin-bottom:1rem}.voorwaarden-label{display:flex;align-items:flex-start;gap:.65rem;font-size:.82rem;color:var(--text-light);line-height:1.5;cursor:pointer}.voorwaarden-label input[type="checkbox"]{margin-top:.2rem;flex-shrink:0;accent-color:var(--gold);width:16px;height:16px;cursor:pointer}.actie-card__voorwaarden{display:flex;align-items:flex-start;gap:.5rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid rgb(196 154 108 / .2);font-size:.8rem;color:var(--text-light);font-weight:300;line-height:1.5}.actie-card__voorwaarden svg{stroke:var(--gold);flex-shrink:0;margin-top:1px}@media (max-width:600px){.actie-card{padding:2rem 1.5rem 1.5rem}.actie-card__pricing{align-items:flex-start}.actie-card__img-wrap{flex:0 0 100%;min-height:220px}.slots-col{min-width:100%;max-width:100%}.slots-and-gallery{flex-direction:column}.slots-gallery{flex:0 0 auto;flex-direction:row;flex-wrap:wrap;height:auto;width:100%}.slots-gallery__item{flex:0 0 calc(33.333% - 0.27rem);aspect-ratio:1}.booking-modal{padding:2rem 1.5rem 1.5rem;max-width:calc(100vw - 2rem)}}.acties-empty{text-align:center;padding:60px 1rem;color:var(--text-light)}.btn-gold{display:inline-flex;align-items:center;gap:.4rem;background:var(--gold);color:var(--white);padding:.8rem 2rem;border-radius:30px;font-size:.82rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;transition:opacity 0.2s}.btn-gold:hover{opacity:.85}.acties-cta-bar{background:var(--dark);padding:50px 0;text-align:center}.acties-cta-bar p{font-family:var(--font-serif);font-size:1.35rem;color:var(--white);margin-bottom:1.4rem}.btn-outline-light{display:inline-flex;align-items:center;gap:.4rem;border:1.5px solid rgb(255 255 255 / .6);color:var(--white);padding:.75rem 1.8rem;border-radius:30px;font-size:.82rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;transition:background 0.25s,border-color 0.25s}.btn-outline-light:hover{background:rgb(255 255 255 / .12);border-color:var(--white)}.fade-in{opacity:0;transform:translateY(28px);transition:opacity 0.7s ease,transform 0.7s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.fade-in-delay-1{transition-delay:0.1s}.fade-in-delay-2{transition-delay:0.2s}.fade-in-delay-3{transition-delay:0.3s}.fade-in-delay-4{transition-delay:0.4s}@media (max-width:1100px){.services-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:3rem}}@media (max-width:900px){.portfolio-grid{grid-template-columns:repeat(3,1fr)}.contact-grid{grid-template-columns:1fr;gap:3rem}}@media (max-width:768px){section{padding:72px 0}.nav-menu{position:fixed;top:0;right:-100%;width:280px;height:100vh;background-color:var(--cream);flex-direction:column;justify-content:center;align-items:flex-start;padding:2rem;gap:1.5rem;transition:right 0.35s ease;box-shadow:-8px 0 40px rgb(0 0 0 / .1);z-index:999}.nav-menu.open{right:0}.nav-menu a{font-size:1.1rem}.hamburger{display:flex;z-index:1001}.intro-grid{grid-template-columns:1fr;gap:3rem}.intro-photos{grid-template-columns:1fr 1fr}.intro-photo-main img,.intro-photo-second img,.intro-photo-placeholder{height:280px}.intro-photo-second{margin-top:30px}.intro-image-badge{display:none}.services-grid{grid-template-columns:1fr}.portfolio-grid{grid-template-columns:repeat(2,1fr)}.process-steps{grid-template-columns:1fr 1fr}.process-steps::before{display:none}.form-row{grid-template-columns:1fr}.contact-form{padding:2rem}.footer-grid{grid-template-columns:1fr;gap:2.5rem}.footer-bottom{flex-direction:column;gap:.75rem;text-align:center}.hero-actions{flex-direction:column;align-items:flex-start}.intro-strip-divider{display:none}.intro-strip-inner{gap:1.25rem}}@media (max-width:480px){.process-steps{grid-template-columns:1fr}.portfolio-grid{grid-template-columns:repeat(2,1fr)}}