﻿        *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        body {
            font-family: 'Nunito', sans-serif;
            color: #2a2a2a;
            background: #faf8f4;
            line-height: 1.7;
            overflow-x: hidden;
        }
        h1, h2, h3, h4 { font-family: 'Lora', serif; color: #2d4e7e; line-height: 1.3; }
        a { text-decoration: none; color: inherit; }
        img { max-width: 100%; height: auto; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

        /* ===== ORGANIC SVG DIVIDERS ===== */
        .wave-divider { width: 100%; overflow: hidden; line-height: 0; }
        .wave-divider svg { display: block; width: 100%; height: 60px; }
        .wave-divider.flip { transform: rotate(180deg); }

        /* ===== AANKONDIGINGSBANNER (tijdelijk) ===== */
        /* GEBRUIK: zeg "activeer sluitingsmelding voor [datums]" aan Claude */
        .aankondigingsbanner {
            background: linear-gradient(135deg, #2aacac 0%, #3dbfbf 40%, #4ecece 100%);
            color: #fff;
            text-align: center;
            padding: 10px 52px 12px 52px;
            position: relative;
            overflow: hidden;
        }
        .aankondiging-ticker {
            position: absolute;
            inset: 0;
            overflow: hidden;
            pointer-events: none;
            display: flex;
            align-items: center;
            opacity: 0.28;
        }
        .aankondiging-ticker-track {
            display: flex;
            white-space: nowrap;
            animation: ticker-scroll 30s linear infinite;
            font-size: 1.5rem;
            gap: 0;
            line-height: 1;
        }
        @keyframes ticker-scroll {
            from { transform: translateX(0); }
            to   { transform: translateX(-50%); }
        }
        @media (prefers-reduced-motion: reduce) {
            .aankondiging-ticker-track { animation: none; }
        }
        .aankondiging-inner {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0;
            position: relative;
            z-index: 1;
        }
        .aankondiging-boven {
            font-size: 0.65rem;
            font-weight: 700;
            letter-spacing: 0.2em;
            text-transform: uppercase;
            opacity: 0.9;
            line-height: 1;
            margin-bottom: 1px;
            text-shadow: 0 1px 3px rgba(0,80,80,0.3);
        }
        .aankondiging-titel {
            font-family: 'Dancing Script', cursive;
            font-size: 2.4rem;
            font-weight: 700;
            line-height: 1.05;
            text-shadow: 0 2px 6px rgba(0,80,80,0.25);
            color: #fff;
        }
        .aankondiging-tekst {
            font-size: 0.78rem;
            font-weight: 600;
            letter-spacing: 0.03em;
            margin: 1px 0 0;
            text-shadow: 0 1px 3px rgba(0,80,80,0.3);
            opacity: 0.95;
        }
        .aankondiging-sluit {
            position: absolute;
            top: 8px;
            right: 10px;
            background: rgba(0,0,0,0.15);
            border: 1.5px solid rgba(255,255,255,0.55);
            color: #fff;
            cursor: pointer;
            font-size: 0.8rem;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0;
            line-height: 1;
            transition: background 0.2s;
            z-index: 2;
        }
        .aankondiging-sluit:hover { background: rgba(0,0,0,0.28); }
        .aankondiging-sluit:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
        @media (max-width: 768px) {
            .aankondigingsbanner { padding: 8px 40px 10px 40px; }
            .aankondiging-titel { font-size: 1.9rem; }
        }
        @media (max-width: 480px) {
            .aankondigingsbanner { padding: 8px 36px 10px 8px; }
            .aankondiging-boven { font-size: 0.6rem; }
            .aankondiging-titel { font-size: 1.6rem; }
            .aankondiging-tekst { font-size: 0.72rem; }
        }

        /* ===== TOP BAR (Corporate) ===== */
        .top-bar {
            background: linear-gradient(135deg, #2d4e7e 0%, #0082b3 100%);
            color: #fff;
            font-size: 0.85rem;
            padding: 6px 0;
        }
        .top-bar .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 8px;
        }
        .top-bar a { color: #c5eaf7; transition: color .3s; }
        .top-bar a:hover { color: #d4a843; }
        .top-bar-left, .top-bar-right { display: flex; align-items: center; gap: 16px; }
        .top-bar-icon { margin-right: 4px; }
        .lang-btn {
            background: rgba(255,255,255,0.15);
            border: 1px solid rgba(255,255,255,0.4);
            color: #fff;
            padding: 4px 12px;
            border-radius: 20px;
            cursor: pointer;
            font-size: 0.85rem;
            font-weight: 700;
            font-family: 'Nunito', sans-serif;
            transition: all .3s;
            display: flex;
            align-items: center;
            gap: 5px;
        }
        .lang-btn:hover { background: rgba(255,255,255,0.28); }
        .topbar-wt-btn {
            display: flex;
            align-items: center;
            gap: 6px;
            background: rgba(255,255,255,0.15);
            border: 1px solid rgba(255,255,255,0.4);
            color: #fff;
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 700;
            font-family: 'Nunito', sans-serif;
            text-decoration: none;
            transition: all .3s;
        }
        .topbar-wt-btn:hover { background: rgba(255,255,255,0.28); color: #fff; }

        /* ===== NAVBAR ===== */
        .navbar {
            background: #faf8f4;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 2px 20px rgba(45,78,126,0.08);
            transition: box-shadow .3s;
        }
        .navbar.scrolled { box-shadow: 0 4px 30px rgba(45,78,126,0.15); }
        .navbar .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .logo-img { width: 270px; height: auto; border-radius: 8px; }

        .nav-links { display: flex; align-items: center; gap: 4px; list-style: none; }
        .nav-links > li { position: relative; }
        .nav-links > li > a {
            display: block;
            padding: 10px 18px;
            font-weight: 700;
            font-size: 0.95rem;
            color: #2d4e7e;
            border-radius: 24px;
            transition: all .3s;
        }
        .nav-links > li > a:hover,
        .nav-links > li > a.active {
            background: #c5eaf7;
            color: #0082b3;
        }

        .nav-links > li > a.nav-cta-btn {
            background: #005f85;
            color: #fff;
            padding: 10px 22px;
            border-radius: 24px;
            font-weight: 800;
            font-size: 1rem;
        }
        .nav-links > li > a.nav-cta-btn:hover {
            background: #2d4e7e;
            color: #fff;
        }

        /* Dropdown */
        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            background: #fff;
            border-radius: 16px;
            box-shadow: 0 12px 40px rgba(45,78,126,0.15);
            min-width: 260px;
            max-height: calc(100vh - 100px);
            overflow-y: auto;
            padding: 12px 0;
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: opacity .3s, transform .3s, visibility .3s;
            list-style: none;
            z-index: 100;
        }
        .nav-links > li:hover .dropdown-menu,
        .nav-links > li.dropdown-open .dropdown-menu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
        .dropdown-menu li a {
            display: block;
            padding: 10px 24px;
            font-size: 0.9rem;
            color: #2d4e7e;
            transition: all .3s;
            border-left: 3px solid transparent;
        }
        .dropdown-menu li a:hover {
            background: #f0f8fc;
            border-left-color: #0099cc;
            color: #0099cc;
        }

        /* Hamburger */
        .hamburger {
            display: none;
            flex-direction: column;
            gap: 5px;
            cursor: pointer;
            padding: 8px;
            z-index: 1001;
            background: none;
            border: none;
        }
        .hamburger span {
            width: 28px;
            height: 3px;
            background: #2d4e7e;
            border-radius: 4px;
            transition: all .3s;
        }
        .hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 6px); }
        .hamburger.active span:nth-child(2) { opacity: 0; }
        .hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -6px); }

        /* ===== HERO ===== */
        .hero {
            position: relative;
            background: linear-gradient(135deg, rgba(45,78,126,0.72) 0%, rgba(0,130,179,0.60) 100%), url('./logo/achtergrond_repro_in_t_zandt.jpg') center/cover no-repeat;
            padding: 100px 0 60px;
            overflow: hidden;
            color: #fff;
        }
        .hero .container {
            display: flex;
            align-items: center;
            gap: 60px;
            position: relative;
            z-index: 2;
        }
        .hero-text { flex: 1; }
        .hero-badge {
            display: inline-block;
            background: rgba(212,168,67,0.2);
            border: 1px solid rgba(212,168,67,0.4);
            color: #faf8f4;
            padding: 6px 20px;
            border-radius: 30px;
            font-size: 0.85rem;
            font-weight: 700;
            margin-bottom: 20px;
            letter-spacing: 1px;
            text-transform: uppercase;
        }
        .hero h1 {
            font-size: 3rem;
            color: #fff;
            margin-bottom: 20px;
        }
        .hero h1 span { color: #c5eaf7; }
        .hero p {
            font-size: 1.15rem;
            opacity: 0.9;
            margin-bottom: 32px;
            max-width: 540px;
        }
        .hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }
        .btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 14px 32px;
            border-radius: 50px;
            font-weight: 700;
            font-size: 0.95rem;
            transition: all .3s;
            border: none;
            cursor: pointer;
            font-family: 'Nunito', sans-serif;
        }
        .btn-primary {
            background: #d4a843;
            color: #2a2a2a;
            box-shadow: 0 4px 15px rgba(212,168,67,0.3);
        }
        .btn-primary:hover {
            background: #c49935;
            transform: translateY(-2px);
            box-shadow: 0 6px 25px rgba(212,168,67,0.4);
        }
        .btn-outline {
            background: transparent;
            color: #fff;
            border: 2px solid rgba(255,255,255,0.4);
        }
        .btn-outline:hover {
            background: rgba(255,255,255,0.1);
            border-color: #fff;
        }
        .hero-visual {
            flex: 0 0 480px;
            position: relative;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        /* ===== FOTO BLOKJES ===== */
        .foto-grid {
            position: relative;
            --blok: 110px;
            width: calc(4 * var(--blok));
            height: calc(5 * var(--blok));
        }
        .foto-blok {
            position: absolute;
            width: var(--blok);
            height: var(--blok);
            overflow: hidden;
            border: 2px solid rgba(255,255,255,0.4);
            box-sizing: border-box;
            box-shadow: 0 4px 16px rgba(255,255,255,0.55), 0 1px 4px rgba(255,255,255,0.3);
        }
        .foto-blok img {
            width: 100%; height: 100%;
            object-fit: cover;
            transition: opacity .6s ease;
            opacity: 0;
        }
        .foto-blok img.zichtbaar { opacity: 1; }
        .foto-blok img.fade { opacity: 0; }

        /* ===== USP BALK ===== */
        .usp-balk {
            background: #2d4e7e;
            padding: 16px 0;
        }
        .usp-grid {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 8px 32px;
        }
        .usp-item {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #fff;
            font-size: 0.88rem;
            font-weight: 700;
            white-space: nowrap;
        }
        .usp-icon { font-size: 1rem; }
        @media (max-width: 768px) {
            .usp-grid { gap: 8px 20px; }
            .usp-item { font-size: 0.82rem; }
        }

        /* ===== REVIEWS / SOCIAL PROOF ===== */
        .reviews-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
            margin-top: 48px;
        }
        @media (max-width: 1024px) {
            .reviews-grid { grid-template-columns: repeat(2, 1fr); }
        }
        .review-card {
            background: #fff;
            border: 1px solid #e8e0d4;
            border-radius: 16px;
            padding: 28px 24px;
            box-shadow: 0 2px 12px rgba(0,0,0,0.06);
            transition: box-shadow .3s, transform .3s;
        }
        .review-card:hover {
            box-shadow: 0 8px 24px rgba(0,0,0,0.12);
            transform: translateY(-2px);
        }
        .review-stars { color: #d4a843; font-size: 1.1rem; margin-bottom: 12px; letter-spacing: 2px; }
        .review-text { color: #58697a; font-size: 0.95rem; line-height: 1.7; margin: 0 0 16px; font-style: italic; }
        .review-author { color: #2d4e7e; font-size: 0.85rem; font-weight: 700; }
        @media (max-width: 768px) {
            .reviews-grid { grid-template-columns: 1fr; gap: 16px; }
        }

        /* ===== GERELATEERDE DIENSTEN ===== */
        .related-title { font-size: 1rem; color: #58697a; font-weight: 700; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.05em; }
        .related-grid { display: flex; flex-wrap: wrap; gap: 12px; }
        .related-card {
            display: inline-flex; align-items: center; gap: 8px;
            background: #fff; border: 2px solid #0082b3;
            border-radius: 50px; padding: 10px 22px;
            color: #0082b3; font-weight: 700; font-size: 0.9rem;
            text-decoration: none;
            transition: background .2s, color .2s, box-shadow .2s;
        }
        .related-card:hover { background: #0082b3; color: #fff; box-shadow: 0 4px 14px rgba(0,130,179,0.25); }
        .related-card:focus-visible { outline: 3px solid #0099cc; outline-offset: 3px; }
        @media (max-width: 480px) {
            .usp-item { white-space: normal; }
        }

        /* ===== SECTION STYLES ===== */
        .section { padding: 80px 0; }
        #oplossingen { padding-top: 30px; }
        .section-header { text-align: center; margin-bottom: 60px; }
        .section-header .overline {
            display: inline-block;
            background: linear-gradient(135deg, #c5eaf7, #e8f5fb);
            color: #005a82;
            padding: 6px 20px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 16px;
        }
        .section-header h2 { font-size: 2.4rem; margin-bottom: 16px; }
        .section-header p { color: #58697a; max-width: 600px; margin: 0 auto; font-size: 1.05rem; }
        .bg-warm { background: #f5f0e8; }
        .bg-blue { background: linear-gradient(135deg, rgba(45,78,126,0.72) 0%, rgba(0,130,179,0.60) 100%), url('./logo/achtergrond_repro_in_t_zandt.jpg') center/cover no-repeat; color: #fff; }
        .bg-blue h2, .bg-blue h3, .bg-blue h4 { color: #fff; }
        .bg-blue .overline { background: rgba(255,255,255,0.15); color: #c5eaf7; }
        .bg-blue p { color: rgba(255,255,255,0.85); }

        /* ===== ABOUT / WIE ZIJN WIJ ===== */
        .about-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }
        .about-text p { margin-bottom: 16px; color: #555; }
        .about-text .highlight {
            font-family: 'Lora', serif;
            font-size: 1.2rem;
            color: #2d4e7e;
            font-weight: 600;
            border-left: 4px solid #d4a843;
            padding-left: 20px;
            margin: 24px 0;
        }

        /* Timeline */
        .timeline { position: relative; padding-left: 30px; }
        .timeline::before {
            content: '';
            position: absolute;
            left: 6px;
            top: 0;
            bottom: 0;
            width: 3px;
            background: linear-gradient(to bottom, #0099cc, #d4a843);
            border-radius: 3px;
        }
        .timeline-item {
            position: relative;
            margin-bottom: 28px;
            padding-left: 24px;
        }
        .timeline-item::before {
            content: '';
            position: absolute;
            left: -27px;
            top: 6px;
            width: 15px;
            height: 15px;
            background: #0099cc;
            border-radius: 50%;
            border: 3px solid #faf8f4;
            box-shadow: 0 0 0 3px #0099cc;
        }
        .timeline-year {
            font-family: 'Lora', serif;
            font-weight: 700;
            color: #d4a843;
            font-size: 1.1rem;
        }
        .timeline-text { color: #555; font-size: 0.95rem; }

        /* ===== SHOWCASE FILTER TABS ===== */
        .services-tabs {
            display: flex;
            flex-direction: row;
            justify-content: center;
            gap: 20px;
            margin-bottom: 40px;
            flex-wrap: wrap;
        }
        .tab-btn {
            padding: 16px 40px;
            border-radius: 16px;
            border: 2px solid #c5eaf7;
            background: #fff;
            color: #2d4e7e;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            font-family: 'Nunito', sans-serif;
            transition: all .3s;
            box-shadow: 0 2px 10px rgba(45,78,126,0.07);
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }
        .tab-btn .tab-icon {
            font-size: 1.4rem;
            transition: transform .3s;
        }
        .tab-btn:active {
            transform: scale(0.98);
            box-shadow: 0 2px 8px rgba(0,153,204,0.15);
        }
        .tab-btn.active, .tab-btn:hover {
            background: #0099cc;
            border-color: #0099cc;
            color: #fff;
            box-shadow: 0 6px 20px rgba(0,153,204,0.25);
            transform: translateY(-2px);
        }
        .tab-btn.active .tab-icon, .tab-btn:hover .tab-icon { transform: scale(1.15); }
        /* ===== CONTACT ===== */
        .contact-layout {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 28px;
            align-items: start;
        }
        .contact-left {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }
        .contact-form-card {
            background: #fff;
            border-radius: 24px;
            padding: 40px;
            box-shadow: 0 8px 30px rgba(45,78,126,0.08);
        }
        .form-group { margin-bottom: 20px; }
        .form-group label {
            display: block;
            font-weight: 700;
            margin-bottom: 6px;
            color: #2d4e7e;
            font-size: 0.9rem;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 14px 18px;
            border: 2px solid #e8e4dc;
            border-radius: 14px;
            font-family: 'Nunito', sans-serif;
            font-size: 0.95rem;
            transition: border-color .3s;
            background: #faf8f4;
            color: #2a2a2a;
        }
        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            outline: 3px solid #0099cc;
            outline-offset: 2px;
            border-color: #0099cc;
            background: #fff;
            box-shadow: 0 0 0 3px rgba(0,153,204,0.2);
        }
        .form-group input::placeholder,
        .form-group textarea::placeholder {
            color: #9aabb8;
            opacity: 1;
        }
        .form-group textarea { resize: vertical; min-height: 120px; }
        .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

        .contact-info-card {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }
        .wetransfer-block {
            text-align: center;
            padding: 28px;
            background: #fff;
            border-radius: 20px;
            box-shadow: 0 4px 20px rgba(45,78,126,0.06);
            border: 1px solid #f0ede8;
        }
        .wetransfer-block h4 {
            font-family: 'Lora', serif;
            color: #2d4e7e;
            font-size: 1.1rem;
            margin-bottom: 8px;
        }
        .wetransfer-block p {
            color: #58697a;
            margin-bottom: 16px;
            font-size: 0.95rem;
        }
        .wetransfer-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: #005f85;
            color: #fff;
            padding: 16px 36px;
            border-radius: 50px;
            font-weight: 800;
            font-size: 1.15rem;
            transition: all .3s;
            text-decoration: none;
            box-shadow: 0 4px 15px rgba(0,0,0,0.12);
        }
        .wetransfer-btn:hover { background: #2d4e7e; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(0,0,0,0.18); }
        .info-block {
            background: #fff;
            border-radius: 20px;
            padding: 28px;
            box-shadow: 0 4px 20px rgba(45,78,126,0.06);
            border: 1px solid #f0ede8;
        }
        .info-block h4 {
            font-family: 'Lora', serif;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .info-block p, .info-block a {
            color: #58697a;
            font-size: 0.95rem;
        }
        .info-block a { color: #0099cc; font-weight: 600; }
        .info-block a:hover { color: #0082b3; }
        .hours-table { width: 100%; }
        .hours-table tr td {
            padding: 6px 0;
            font-size: 0.9rem;
            color: #58697a;
        }
        .hours-table tr td:first-child { font-weight: 700; color: #2d4e7e; width: 100px; }
        .hours-closed { color: #c0392b !important; }

        /* Map */
        .map-container {
            border-radius: 20px;
            overflow: hidden;
            margin-top: 40px;
            box-shadow: 0 8px 30px rgba(45,78,126,0.1);
        }
        .map-container iframe {
            width: 100%;
            height: 350px;
            border: none;
        }

        /* ===== FOOTER ===== */
        .footer {
            background: linear-gradient(135deg, rgba(45,78,126,0.85) 0%, rgba(0,130,179,0.75) 100%), url('./logo/achtergrond_repro_in_t_zandt.jpg') center/cover no-repeat;
            color: rgba(255,255,255,0.75);
            padding: 60px 0 0;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr;
            gap: 40px;
            margin-bottom: 40px;
        }
        .footer h4 {
            color: #fff;
            font-family: 'Lora', serif;
            margin-bottom: 16px;
            font-size: 1.1rem;
        }
        .footer-about p { font-size: 0.9rem; line-height: 1.8; margin-top: 16px; }
        .footer-about .logo-img { width: 160px; border-radius: 8px; }
        .footer-links { list-style: none; }
        .footer-links li { margin-bottom: 10px; }
        .footer-links a {
            color: rgba(255,255,255,0.85);
            font-size: 0.9rem;
            transition: all .3s;
        }
        .footer-links a { transition: color .3s, transform .3s; display: inline-block; }
        .footer-links a:hover { color: #d4a843; transform: translateX(6px); }
        .footer-contact-item {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            margin-bottom: 12px;
            font-size: 0.9rem;
        }
        .footer-contact-item .fc-icon { color: #7ec8e8; flex-shrink: 0; margin-top: 2px; }
        .footer-bottom {
            border-top: 1px solid rgba(255,255,255,0.1);
            padding: 20px 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 12px;
            font-size: 0.85rem;
        }

        /* ===== SCROLL ANIMATIONS ===== */
        .reveal {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.7s ease, transform 0.7s ease;
        }
        .reveal.visible {
            opacity: 1;
            transform: translateY(0);
        }
        .reveal-left {
            opacity: 0;
            transform: translateX(-40px);
            transition: opacity 0.7s ease, transform 0.7s ease;
        }
        .reveal-left.visible {
            opacity: 1;
            transform: translateX(0);
        }
        .reveal-right {
            opacity: 0;
            transform: translateX(40px);
            transition: opacity 0.7s ease, transform 0.7s ease;
        }
        .reveal-right.visible {
            opacity: 1;
            transform: translateX(0);
        }

        /* ===== BACK TO TOP ===== */
        .back-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 48px;
            height: 48px;
            background: #0099cc;
            color: #fff;
            border: none;
            border-radius: 50%;
            font-size: 1.2rem;
            cursor: pointer;
            opacity: 0;
            visibility: hidden;
            transition: all .3s;
            box-shadow: 0 4px 15px rgba(0,153,204,0.3);
            z-index: 999;
        }
        .back-to-top.visible { opacity: 1; visibility: visible; }
        .back-to-top:hover { background: #0082b3; transform: translateY(-3px); }

        /* ===== LIGHTBOX ===== */
        .lightbox-overlay {
            position: fixed;
            inset: 0;
            background: rgba(0,0,0,0.88);
            z-index: 4000;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            visibility: hidden;
            transition: all .3s;
        }
        .lightbox-overlay.open { opacity: 1; visibility: visible; }
        .lightbox-inner {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            max-width: 90vw;
        }
        .lightbox-inner img {
            max-width: 88vw;
            max-height: 72vh;
            object-fit: contain;
            border-radius: 12px;
            box-shadow: 0 20px 60px rgba(0,0,0,0.5);
            transition: opacity .2s;
        }
        .lightbox-close {
            position: absolute;
            top: -44px;
            right: 0;
            background: rgba(255,255,255,0.15);
            border: none;
            color: #fff;
            font-size: 1.1rem;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background .2s;
        }
        .lightbox-close:hover { background: rgba(255,255,255,0.3); }
        .lightbox-controls {
            display: flex;
            gap: 24px;
            margin-top: 16px;
            justify-content: center;
        }
        .lightbox-nav {
            background: #0082b3;
            border: none;
            color: #fff;
            font-size: 1.8rem;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background .2s;
            line-height: 1;
        }
        .lightbox-nav:hover { background: #0099cc; }
        .lightbox-caption {
            color: rgba(255,255,255,0.85);
            margin-top: 14px;
            font-size: 0.95rem;
            font-weight: 600;
            text-align: center;
        }
        .lightbox-counter {
            color: rgba(255,255,255,0.55);
            font-size: 0.85rem;
            min-width: 48px;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        @media (max-width: 768px) {
            .lightbox-controls { gap: 16px; }
        }

        /* ===== MERGED SHOWCASE SECTION ===== */
        .showcase-filter {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin-bottom: 52px;
            flex-wrap: wrap;
        }
        .showcase-filter-btn {
            padding: 12px 32px;
            border-radius: 50px;
            border: 2px solid #c5eaf7;
            background: #fff;
            color: #2d4e7e;
            font-weight: 700;
            font-size: 0.95rem;
            cursor: pointer;
            font-family: 'Nunito', sans-serif;
            transition: all .3s;
            box-shadow: 0 2px 10px rgba(45,78,126,0.07);
        }
        .showcase-filter-btn.active, .showcase-filter-btn:hover {
            background: #0099cc;
            border-color: #0099cc;
            color: #fff;
            box-shadow: 0 6px 20px rgba(0,153,204,0.25);
            transform: translateY(-2px);
        }
        .showcase-grid {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: 28px;
            max-width: 1248px;
            margin-left: auto;
            margin-right: auto;
        }
        .showcase-card {
            grid-column: span 2;
            border-radius: 24px;
            overflow: hidden;
            background: #fff;
            box-shadow: 0 4px 20px rgba(45,78,126,0.08);
            transition: all .4s cubic-bezier(.25,.8,.25,1);
            display: flex;
            flex-direction: column;
        }
        .showcase-card.half { grid-column: span 3; }
        .showcase-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 24px 60px rgba(45,78,126,0.18);
        }
        .showcase-img-wrap {
            position: relative;
            overflow: hidden;
            flex-shrink: 0;
            aspect-ratio: 16 / 9;
        }
        .showcase-img-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform .6s cubic-bezier(.25,.8,.25,1);
        }
        .showcase-card:hover .showcase-img-wrap img { transform: scale(1.06); }
        .showcase-img-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(45,78,126,0.2) 0%, transparent 55%);
            pointer-events: none;
        }
        .showcase-body {
            padding: 28px;
            display: flex;
            flex-direction: column;
            flex: 1;
        }
        .showcase-badges { display: flex; gap: 8px; margin-bottom: 14px; flex-wrap: wrap; }
        .badge-part {
            background: #fff8e6; color: #c08810;
            font-size: 0.72rem; font-weight: 700;
            padding: 4px 12px; border-radius: 20px;
            text-transform: uppercase; letter-spacing: 0.06em;
            border: 1px solid #f5e0a0;
        }
        .badge-zak {
            background: #e5f3fb; color: #006fa6;
            font-size: 0.72rem; font-weight: 700;
            padding: 4px 12px; border-radius: 20px;
            text-transform: uppercase; letter-spacing: 0.06em;
            border: 1px solid #b8dcf0;
        }
        .showcase-body h3 {
            font-family: 'Lora', serif;
            color: #1c3557;
            margin-bottom: 10px;
            font-size: 1.25rem;
            line-height: 1.3;
        }
        .showcase-body p { color: #58697a; font-size: 0.92rem; line-height: 1.75; flex: 1; }
        .showcase-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
        .showcase-tag {
            background: #f0f8fc; color: #0082b3;
            padding: 4px 12px; border-radius: 20px;
            font-size: 0.78rem; font-weight: 600;
        }
        .showcase-link {
            display: inline-flex; align-items: center; gap: 8px;
            margin-top: 22px;
            background: #0099cc; color: #fff;
            padding: 10px 20px; border-radius: 50px;
            font-weight: 700; font-size: 0.88rem;
            text-decoration: none;
            transition: background .2s, transform .2s, box-shadow .2s;
            width: 100%;
            justify-content: center;
        }
        .showcase-link:hover {
            background: #0082b3; color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 6px 18px rgba(0,130,179,0.28);
        }
        .showcase-card.hidden-card { display: none; }
        .showcase-tag.tag-has-img {
            cursor: pointer;
            transition: background .2s, color .2s, transform .2s;
        }
        .showcase-tag.tag-has-img:hover {
            background: #0099cc;
            color: #fff;
            transform: translateY(-1px);
        }
        .showcase-gallery-btn {
            display: inline-flex; align-items: center; gap: 6px;
            margin-top: 12px; padding: 8px 18px;
            background: #f0f8fc; color: #0082b3;
            border: none; border-radius: 20px;
            font-family: 'Nunito', sans-serif;
            font-weight: 700; font-size: 0.82rem;
            cursor: pointer; transition: all .25s;
        }
        .showcase-gallery-btn:hover { background: #0099cc; color: #fff; }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 1024px) {
            .showcase-grid { grid-template-columns: repeat(2, 1fr); }
            .showcase-card { grid-column: span 1; }
            .showcase-card.half { grid-column: span 1; }
            .hero .container { flex-direction: column; text-align: center; }
            .hero-text { order: 1; }
            .hero-visual { order: 2; flex: 0 0 auto; width: 100%; max-width: 420px; align-items: center; }
            .hero p { margin: 0 auto 32px; }
            .hero-buttons { justify-content: center; }
            .about-grid { grid-template-columns: 1fr; gap: 40px; }
            .footer-grid { grid-template-columns: 1fr 1fr; }
        }
        @media (max-width: 768px) {
            .foto-grid { --blok: 80px; }
            .contact-form-card { padding: 24px; }
            .showcase-grid { grid-template-columns: repeat(2, 1fr); }
            .showcase-card, .showcase-card.half { grid-column: span 1; }
            .top-bar .container { justify-content: center; gap: 12px; }
            .topbar-hours { display: none; }
            .hamburger { display: flex; }
            .nav-links {
                position: fixed;
                top: 0; left: 0; right: 0; bottom: 0;
                background: #faf8f4;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                gap: 8px;
                transform: translateX(100%);
                transition: transform .4s;
                z-index: 1000;
            }
            .nav-links.open { transform: translateX(0); }
            .nav-links > li > a { font-size: 1.2rem; padding: 12px 32px; }
            .dropdown-menu {
                position: static;
                box-shadow: none;
                border-radius: 12px;
                background: #f5f0e8;
                max-height: 0;
                overflow: hidden;
                transition: max-height .4s, padding .3s;
                padding: 0;
            }
            .dropdown-menu.mobile-open { max-height: 900px; padding: 8px 0; }
            .hero { padding: 60px 0 90px; }
            .hero h1 { font-size: 2rem; }
            .section { padding: 60px 0; }
            .section-header h2 { font-size: 1.8rem; }
            .contact-layout { grid-template-columns: 1fr; }
            .form-row { grid-template-columns: 1fr; }
            .footer-grid { grid-template-columns: 1fr; }
        }
        @media (max-width: 480px) {
            .foto-grid { --blok: 70px; }
            .hero h1 { font-size: 1.7rem; }
            .showcase-grid { grid-template-columns: 1fr; }
            .hero-buttons { flex-direction: column; width: 100%; gap: 12px; }
            .hero-buttons .btn { width: 100%; text-align: center; min-height: 48px; }
        }

        /* ===== INLINE CTA BANNER (dienstpagina's) ===== */
        .inline-cta {
            background: linear-gradient(135deg, #2d4e7e 0%, #0082b3 100%);
            border-radius: 20px;
            padding: 32px 40px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 24px;
            flex-wrap: wrap;
        }
        .inline-cta-text h3 {
            color: #fff;
            font-size: 1.3rem;
            margin-bottom: 4px;
        }
        .inline-cta-text p {
            color: rgba(255,255,255,0.85);
            font-size: 0.95rem;
            margin: 0;
        }
        .inline-cta-btns {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
            flex-shrink: 0;
        }
        .inline-cta .btn-primary { background: #d4a843; color: #2a2a2a; }
        .inline-cta .btn-outline { border-color: rgba(255,255,255,0.5); color: #fff; }
        @media (max-width: 768px) {
            .inline-cta { padding: 24px; flex-direction: column; text-align: center; }
            .inline-cta-btns { justify-content: center; }
        }

        /* ===== FOCUS STYLES (accessibility) ===== */
        :focus-visible {
            outline: 3px solid #0099cc;
            outline-offset: 3px;
            border-radius: 4px;
        }
        /* Buttons and elements with custom focus handling */
        .btn:focus-visible,
        .nav-links > li > a:focus-visible,
        .showcase-link:focus-visible,
        .showcase-gallery-btn:focus-visible,
        .showcase-filter-btn:focus-visible,
        .tab-btn:focus-visible,
        .btn-verhaal:focus-visible,
        .wsw-close:focus-visible,
        .lightbox-close:focus-visible,
        .lightbox-nav:focus-visible,
        .back-to-top:focus-visible {
            outline: 3px solid #d4a843;
            outline-offset: 3px;
        }

        /* ===== REDUCED MOTION ===== */
        @media (prefers-reduced-motion: reduce) {
            *, *::before, *::after {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
                scroll-behavior: auto !important;
            }
            html { scroll-behavior: auto; }
            .reveal, .reveal-left, .reveal-right {
                opacity: 1;
                transform: none;
                transition: none;
            }
            .showcase-card:hover,
            .wsw-photo-item:hover {
                transform: none;
            }
        }

        /* ===== WIE ZIJN WIJ MODAL ===== */
        .wsw-overlay {
            position: fixed;
            inset: 0;
            background: rgba(0,0,0,0.75);
            z-index: 3000;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
            opacity: 0;
            visibility: hidden;
            transition: all .3s;
        }
        .wsw-overlay.open { opacity: 1; visibility: visible; }
        .wsw-modal {
            background: #faf8f4;
            border-radius: 24px;
            max-width: 920px;
            width: 100%;
            max-height: 90vh;
            overflow-y: auto;
            position: relative;
            box-shadow: 0 24px 80px rgba(0,0,0,0.4);
        }
        .wsw-modal-header {
            position: sticky;
            top: 0;
            background: #faf8f4;
            padding: 28px 40px 20px;
            border-bottom: 1px solid #f0ede8;
            display: flex;
            align-items: center;
            justify-content: space-between;
            z-index: 10;
            border-radius: 24px 24px 0 0;
        }
        .wsw-modal-header h2 { font-size: 1.8rem; color: #2d4e7e; }
        .wsw-close {
            background: #f0ede8;
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            font-size: 1.1rem;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background .2s;
            color: #2a2a2a;
            flex-shrink: 0;
        }
        .wsw-close:hover { background: #ddd9d0; }
        .wsw-modal-body { padding: 36px 40px 48px; }
        .wsw-modal-body p { color: #555; line-height: 1.9; margin-bottom: 20px; font-size: 1rem; }
        .wsw-modal-body .highlight {
            font-family: 'Lora', serif;
            font-size: 1.1rem;
            color: #2d4e7e;
            font-weight: 600;
            border-left: 4px solid #d4a843;
            padding-left: 20px;
            margin: 24px 0;
        }
        .wsw-photo-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 16px;
            margin-top: 36px;
        }
        .wsw-photo-item {
            border-radius: 14px;
            overflow: hidden;
            background: #fff;
            box-shadow: 0 4px 15px rgba(45,78,126,0.08);
            cursor: pointer;
            transition: transform .3s, box-shadow .3s;
        }
        .wsw-photo-item:hover { transform: translateY(-4px); box-shadow: 0 10px 30px rgba(45,78,126,0.15); }
        .wsw-photo-item img { width: 100%; height: 200px; object-fit: cover; display: block; }
        .wsw-photo-caption { padding: 10px 14px; font-size: 0.82rem; color: #58697a; font-style: italic; line-height: 1.5; }
        .btn-verhaal {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-top: 24px;
            padding: 12px 28px;
            background: #2d4e7e;
            color: #fff;
            border: none;
            border-radius: 50px;
            font-family: 'Nunito', sans-serif;
            font-weight: 700;
            font-size: 0.95rem;
            cursor: pointer;
            transition: all .3s;
            box-shadow: 0 4px 15px rgba(45,78,126,0.2);
        }
        .btn-verhaal:hover { background: #0082b3; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(45,78,126,0.3); }
        @media (max-width: 768px) {
            .wsw-modal-header { padding: 20px 24px 16px; }
            .wsw-modal-body { padding: 24px 24px 36px; }
            .wsw-photo-grid { grid-template-columns: repeat(2, 1fr); }
        }
        @media (max-width: 480px) {
            .wsw-photo-grid { grid-template-columns: 1fr; }
            .wsw-modal-header h2 { font-size: 1.4rem; }
        }

        /* ===== BOUWTEKENINGEN ORDER MODAL ===== */
        .order-overlay {
            position: fixed;
            inset: 0;
            background: rgba(0,0,0,0.75);
            z-index: 3000;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
            opacity: 0;
            visibility: hidden;
            transition: opacity .3s, visibility .3s;
        }
        .order-overlay.open { opacity: 1; visibility: visible; }
        .order-modal {
            background: #faf8f4;
            border-radius: 24px;
            max-width: 700px;
            width: 100%;
            max-height: 92vh;
            overflow-y: auto;
            position: relative;
            box-shadow: 0 24px 80px rgba(0,0,0,0.4);
        }
        .order-modal-header {
            position: sticky;
            top: 0;
            background: #2d4e7e;
            padding: 24px 36px 20px;
            border-radius: 24px 24px 0 0;
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 16px;
            z-index: 10;
        }
        .order-modal-header h2 { font-size: 1.5rem; color: #fff; }
        .order-modal-subtitle { color: rgba(255,255,255,0.75); font-size: 0.85rem; margin-top: 4px; font-family: 'Nunito', sans-serif; }
        .order-close {
            background: rgba(255,255,255,0.18);
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            font-size: 1.1rem;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background .2s;
            color: #fff;
            flex-shrink: 0;
        }
        .order-close:hover { background: rgba(255,255,255,0.35); }
        .order-close:focus-visible { outline: 3px solid #d4a843; outline-offset: 2px; }
        .order-modal-body { padding: 32px 36px 40px; }
        .order-info-banner {
            background: #e8f4fb;
            border-left: 4px solid #0082b3;
            border-radius: 0 10px 10px 0;
            padding: 14px 18px;
            margin-bottom: 28px;
            font-size: 0.9rem;
            color: #2d4e7e;
            line-height: 1.6;
        }
        .order-grid-2 {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0 20px;
        }
        .order-wt-strip {
            background: #f5f0e8;
            border-radius: 12px;
            padding: 16px 20px;
            margin: 24px 0 20px;
            display: flex;
            align-items: center;
            gap: 12px;
            flex-wrap: wrap;
        }
        .order-wt-strip p { flex: 1; font-size: 0.875rem; color: #555; min-width: 160px; line-height: 1.5; }
        .order-submit-row {
            display: flex;
            gap: 12px;
            justify-content: flex-end;
            flex-wrap: wrap;
            margin-top: 4px;
        }
        .btn-order-submit {
            background: #2d4e7e;
            color: #fff;
            border: none;
            padding: 12px 28px;
            border-radius: 50px;
            font-family: 'Nunito', sans-serif;
            font-weight: 700;
            font-size: 0.95rem;
            cursor: pointer;
            transition: background .3s, transform .3s, box-shadow .3s;
            box-shadow: 0 4px 15px rgba(0,0,0,0.12);
        }
        .btn-order-submit:hover { background: #0082b3; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(0,0,0,0.18); }
        .btn-order-submit:focus-visible { outline: 3px solid #d4a843; outline-offset: 2px; }
        .btn-order-cancel {
            background: #f0ede8;
            color: #58697a;
            border: none;
            padding: 12px 24px;
            border-radius: 50px;
            font-family: 'Nunito', sans-serif;
            font-weight: 700;
            font-size: 0.95rem;
            cursor: pointer;
            transition: background .2s;
        }
        .btn-order-cancel:hover { background: #ddd9d0; }
        .btn-order-cancel:focus-visible { outline: 3px solid #0099cc; outline-offset: 2px; }
        @media (max-width: 768px) {
            .order-modal-header { padding: 20px 24px 16px; }
            .order-modal-body { padding: 24px 24px 32px; }
            .order-grid-2 { grid-template-columns: 1fr; gap: 0; }
        }

