/* ==========================================================================
   In Stijl Totaalbouw & Vastgoed — moderne stylesheet
   Strakke, minimalistische opzet (geïnspireerd op moderne corporate sites).
   Merkkleur: olijfgroen. Pas hier kleuren, fonts en spacing centraal aan.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Designtokens
   -------------------------------------------------------------------------- */
:root {
    --olive:        #7f816b;  /* hoofdaccent (merk) */
    --olive-dark:   #6c6d5a;
    --olive-deep:   #585943;
    --lime:         #9fc160;  /* secundair accent / logo */
    --ink:          #131313;  /* near-black, koppen & donkere secties */
    --ink-soft:     #2a2a28;
    --body:         #5f5f58;  /* bodytekst grijs */
    --line:         #e9e9e6;  /* randen */
    --bg:           #ffffff;
    --bg-soft:      #f6f6f2;  /* off-white secties */
    --white:        #ffffff;

    --font: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;

    --maxw: 1180px;
    --radius:   18px;
    --radius-lg: 28px;
    --radius-pill: 999px;
    --shadow:   0 18px 50px rgba(19,19,19,.10);
    --shadow-sm: 0 6px 22px rgba(19,19,19,.07);
    --header-h: 84px;
}

/* --------------------------------------------------------------------------
   2. Reset / basis
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 10px); -webkit-text-size-adjust: 100%; }

body {
    margin: 0;
    font-family: var(--font);
    font-size: 1.05rem;
    line-height: 1.65;
    color: var(--body);
    background: var(--bg);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color .2s ease, opacity .2s ease; }

h1, h2, h3, h4 { font-family: var(--font); color: var(--ink); line-height: 1.08; font-weight: 700; margin: 0 0 .5em; letter-spacing: -0.02em; }
h1 { font-size: clamp(2.4rem, 5.4vw, 4rem); }
h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }
p { margin: 0 0 1.1em; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: clamp(64px, 9vw, 120px) 0; }

/* Sectie-introblok (label + titel + lead) */
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--olive);
    margin-bottom: 18px;
}
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--olive); display: inline-block; }
.section-head { max-width: 720px; margin-bottom: 56px; }
.section-head .lead { font-size: 1.15rem; }
.lead { font-size: 1.12rem; color: var(--body); }
.text-center { text-align: center; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow::before { display: none; }

/* --------------------------------------------------------------------------
   3. Knoppen (pill-stijl)
   -------------------------------------------------------------------------- */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font);
    font-weight: 600;
    font-size: .95rem;
    line-height: 1;
    padding: 16px 28px;
    border-radius: var(--radius-pill);
    border: 1.5px solid transparent;
    white-space: nowrap;
    cursor: pointer;
    transition: transform .15s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.btn svg { width: 17px; height: 17px; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--olive); color: #fff; }
.btn--primary:hover { background: var(--olive-deep); color: #fff; }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: #000; color: #fff; }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--ink); }
.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { background: #f1f1ec; }
.btn--stroke-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.btn--stroke-light:hover { background: #fff; color: var(--ink); border-color: #fff; }
/* Header-knop die meekleurt: wit op transparante hero-header, donker op witte header */
.btn--outline-head { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.btn--outline-head:hover { background: #fff; color: var(--ink); border-color: #fff; }
.site-header.is-sticky .btn--outline-head { color: var(--ink); border-color: var(--line); }
.site-header.is-sticky .btn--outline-head:hover { background: var(--ink); color: #fff; border-color: var(--ink); }

/* --------------------------------------------------------------------------
   4. Header
   -------------------------------------------------------------------------- */
.site-header {
    position: fixed;
    inset: 0 0 auto 0;
    height: var(--header-h);
    display: flex;
    align-items: center;
    z-index: 100;
    transition: background .3s ease, box-shadow .3s ease, height .3s ease;
}
.site-header__inner {
    width: 100%;
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.site-header.is-sticky { background: rgba(255,255,255,.92); backdrop-filter: blur(10px); box-shadow: 0 1px 0 var(--line); height: 72px; }

.logo { display: block; flex-shrink: 0; }
.logo svg { width: 132px; height: auto; display: block; }
/* Logo-woordmerk wit op transparante (donkere hero) header, donker op sticky */
.logo .st3 { fill: #fff; transition: fill .3s ease; }
.site-header.is-sticky .logo .st3 { fill: var(--ink); }
/* Transparante (homepage) header: logo-icoon wit voor contrast op de foto */
.site-header:not(.is-sticky) .logo .st0,
.site-header:not(.is-sticky) .logo .st2 { fill: #fff; }
/* Donkere scrim achter de transparante header zodat logo + menu altijd leesbaar zijn */
.site-header:not(.is-sticky)::before {
    content: "";
    position: absolute; inset: 0;
    height: 160%;
    background: linear-gradient(180deg, rgba(19,19,19,.62) 0%, rgba(19,19,19,.28) 55%, transparent 100%);
    pointer-events: none;
    z-index: -1;
}

.main-nav ul { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.main-nav a { font-size: .95rem; font-weight: 500; color: #fff; white-space: nowrap; }
.site-header.is-sticky .main-nav a { color: var(--ink); }
.main-nav a:hover { color: var(--lime); }
.site-header.is-sticky .main-nav a:hover { color: var(--olive); }
/* Smalle desktop/tablet: compacter zodat de navigatie op één regel past */
@media (min-width: 981px) and (max-width: 1150px) {
    .main-nav ul { gap: 18px; }
    .site-header__inner { gap: 14px; }
    .header-cta { gap: 8px; }
    .header-cta .btn { padding: 11px 16px; font-size: .85rem; }
}

.header-cta { display: flex; align-items: center; gap: 12px; }
.header-cta .btn { padding: 12px 22px; font-size: .9rem; }

/* Hamburger */
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; padding: 8px; cursor: pointer; z-index: 120; }
.nav-toggle span { width: 26px; height: 2px; background: #fff; transition: transform .3s, opacity .3s; }
.site-header.is-sticky .nav-toggle span { background: var(--ink); }
.nav-open .nav-toggle span { background: var(--ink); }
.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 980px) {
    .nav-toggle { display: flex; }
    /* Geen backdrop-filter op mobiel: dat maakt een 'containing block' waardoor het
       fixed uitschuifmenu zou samenkrimpen tot de balkhoogte. Solide witte balk i.p.v. blur. */
    .site-header.is-sticky { background: #fff; backdrop-filter: none; -webkit-backdrop-filter: none; }
    .main-nav {
        position: fixed; inset: 0 0 0 auto;
        width: min(84vw, 340px);
        height: 100vh; height: 100dvh;
        background: #fff;
        padding: calc(var(--header-h) + 24px) 32px 32px;
        transform: translateX(100%);
        transition: transform .3s ease;
        box-shadow: -8px 0 40px rgba(0,0,0,.15);
        overflow-y: auto;
    }
    .nav-open .main-nav { transform: translateX(0); }
    .main-nav ul { flex-direction: column; align-items: flex-start; gap: 22px; }
    .main-nav a { color: var(--ink); font-size: 1.1rem; }
    .header-cta .btn--ghost { display: none; }
}

/* CTA binnen het uitschuifmenu (alleen mobiel/tablet zichtbaar) */
.nav-cta { display: none; }
@media (max-width: 980px) {
    .nav-cta { display: inline-flex; margin-top: 10px; width: 100%; justify-content: center; }
}
/* Op smalle telefoons de header-knop verbergen zodat logo + hamburger altijd passen */
@media (max-width: 600px) {
    .header-cta { display: none; }
    .site-header__inner { padding: 0 18px; }
}

/* --------------------------------------------------------------------------
   5. Hero
   -------------------------------------------------------------------------- */
.hero {
    position: relative;
    min-height: 92vh;
    display: flex;
    align-items: flex-end;
    color: #fff;
    padding: calc(var(--header-h) + 40px) 0 56px;
    background: linear-gradient(180deg, rgba(19,19,19,.45) 0%, rgba(19,19,19,.15) 32%, rgba(19,19,19,.86) 100%),
                linear-gradient(90deg, rgba(19,19,19,.5) 0%, rgba(19,19,19,0) 58%),
                url("../images/hero-villa.jpg") center 42% / cover no-repeat;
}
.hero__grid { display: grid; grid-template-columns: 1.3fr .85fr; gap: 48px; align-items: end; width: 100%; }
.hero h1 { color: #fff; max-width: 14ch; margin-bottom: 22px; }
.hero__lead { color: rgba(255,255,255,.88); font-size: 1.15rem; max-width: 48ch; margin-bottom: 30px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* Zwevende kaart rechts in hero */
.hero-card {
    background: #fff;
    color: var(--ink);
    border-radius: var(--radius-lg);
    padding: 32px;
    box-shadow: var(--shadow);
}
.hero-card h3 { font-size: 1.3rem; margin-bottom: 18px; }
.hero-card ul { list-style: none; margin: 0 0 24px; padding: 0; display: grid; gap: 14px; }
.hero-card li { display: flex; align-items: flex-start; gap: 12px; font-size: .98rem; color: var(--ink-soft); }
.hero-card li svg { flex-shrink: 0; width: 22px; height: 22px; margin-top: 1px; }
.hero-card .btn { width: 100%; justify-content: center; }
.hero-card small { display: block; text-align: center; margin-top: 12px; color: var(--body); font-size: .82rem; }

@media (max-width: 920px) {
    .hero { min-height: auto; }
    .hero__grid { grid-template-columns: 1fr; gap: 36px; }
    .hero-card { max-width: 100%; }
}
/* Vaste achtergrond (parallax) is schokkerig op iOS/iPad — daar 'scroll' gebruiken */
@media (max-width: 1024px) {
    .hero, .page-hero { background-attachment: scroll; }
}
@media (max-width: 700px) {
    .hero { padding: calc(var(--header-h) + 24px) 0 44px; }
    .hero h1 { max-width: 100%; }
    .hero__lead { font-size: 1.05rem; }
}

/* --------------------------------------------------------------------------
   6. USP-balk
   -------------------------------------------------------------------------- */
.usp-bar { background: var(--ink); color: #fff; }
.usp-bar__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; padding: 34px 0; }
.usp { display: flex; align-items: center; gap: 14px; }
.usp svg { width: 26px; height: 26px; flex-shrink: 0; color: var(--lime); }
.usp strong { display: block; color: #fff; font-size: 1rem; }
.usp span { font-size: .9rem; color: rgba(255,255,255,.6); }
@media (max-width: 760px) { .usp-bar__grid { grid-template-columns: 1fr; gap: 20px; } }

/* --------------------------------------------------------------------------
   7. Expertise-kaarten
   -------------------------------------------------------------------------- */
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 32px;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); border-color: transparent; }
.card__icon {
    width: 58px; height: 58px;
    display: grid; place-items: center;
    background: var(--olive);
    border-radius: 14px;
    margin-bottom: 20px;
}
.card__icon img { width: 30px; height: 30px; } /* witte icoon-svg's, zichtbaar op olijf */
.card h3 { font-size: 1.2rem; margin-bottom: 8px; }
.card p { margin: 0; font-size: .96rem; }
a.card { text-decoration: none; color: inherit; display: block; }
a.card:hover { border-color: var(--olive); }
.card__more { display: inline-block; margin-top: 14px; color: var(--olive-deep); font-weight: 600; font-size: .9rem; }
a.card:hover .card__more { text-decoration: underline; }
/* Diensten-detailpagina: mogelijkheden-box */
.dienst-opts { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(24px, 4vw, 38px); }
.dienst-opts__eyebrow { display: inline-block; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--olive); margin-bottom: 8px; }
.dienst-opts h3 { font-size: 1.3rem; margin: 0 0 16px; }
@media (max-width: 900px) { .cards-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .cards-grid { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------------------
   8. Split-secties (tekst + beeld)
   -------------------------------------------------------------------------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.split--reverse .split__media { order: -1; }
.split__media img { border-radius: var(--radius-lg); width: 100%; object-fit: cover; }
.split__list { list-style: none; margin: 26px 0 30px; padding: 0; display: grid; gap: 20px; }
.split__list li { display: flex; gap: 16px; }
.split__list .num {
    flex-shrink: 0;
    width: 38px; height: 38px;
    display: grid; place-items: center;
    border-radius: 50%;
    background: var(--bg-soft);
    color: var(--olive);
    font-weight: 700;
}
.split__list h4 { margin: 4px 0 4px; font-size: 1.05rem; }
.split__list p { margin: 0; font-size: .96rem; }
@media (max-width: 860px) {
    .split { grid-template-columns: 1fr; gap: 36px; }
    .split--reverse .split__media { order: 0; }
}

/* --------------------------------------------------------------------------
   9. Diensten (particulieren/bedrijven) — donkere kaarten
   -------------------------------------------------------------------------- */
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.duo__card {
    background: var(--ink);
    color: #fff;
    border-radius: var(--radius-lg);
    padding: clamp(32px, 4vw, 48px);
    position: relative;
    overflow: hidden;
}
.duo__card h3 { color: #fff; font-size: 1.7rem; }
.duo__card p { color: rgba(255,255,255,.72); }
.duo__card .tag { color: var(--lime); font-weight: 600; font-size: .9rem; letter-spacing: .04em; }
.duo__card img.icon { width: 54px; height: 54px; margin-bottom: 20px; filter: brightness(0) invert(1); opacity: .92; }
@media (max-width: 760px) { .duo { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------------------
   10. Werkwijze / traject (genummerd)
   -------------------------------------------------------------------------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: step; }
.step {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 30px;
    position: relative;
}
.step__head { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.step__icon { width: 48px; height: 48px; flex: none; display: grid; place-items: center; background: var(--olive); border-radius: 12px; }
.step__icon img { width: 26px; height: 26px; }
.step__num {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--olive);
    line-height: 1;
    letter-spacing: -.03em;
}
.step h4 { font-size: 1.15rem; margin-bottom: 8px; }
.step p { margin: 0; font-size: .95rem; }
.step__note { display: flex; align-items: center; gap: 8px; margin: 14px 0 0; padding-top: 13px; border-top: 1px solid var(--line); color: var(--olive-deep); font-weight: 600; font-size: .85rem; }
.step__note svg { width: 17px; height: 17px; flex: none; color: var(--olive); }
/* Werkgebied — plaatsen */
.region-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; max-width: 880px; margin: 30px auto 0; }
.region-list span { background: var(--bg-soft); border: 1px solid var(--line); border-radius: 999px; padding: 9px 18px; font-size: .92rem; font-weight: 500; color: var(--ink); }
@media (max-width: 900px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .steps { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------------------
   11. Cijfers / stats
   -------------------------------------------------------------------------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.stat { text-align: center; padding: 10px; }
.stat__num { font-size: clamp(2.4rem, 5vw, 3.4rem); font-weight: 700; color: var(--ink); letter-spacing: -.03em; line-height: 1; }
.stat__num span { color: var(--olive); }
.stat__label { margin-top: 10px; font-size: .95rem; color: var(--body); }
@media (max-width: 760px) { .stats { grid-template-columns: repeat(2, 1fr); gap: 32px 22px; } }

/* --------------------------------------------------------------------------
   12. Portfolio
   -------------------------------------------------------------------------- */
.portfolio__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.folio-item { position: relative; overflow: hidden; cursor: pointer; border-radius: var(--radius); aspect-ratio: 4/3; }
.folio-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.folio-item:hover img { transform: scale(1.06); }
.folio-item__info { position: absolute; inset: auto 0 0 0; padding: 22px; background: linear-gradient(transparent, rgba(19,19,19,.82)); }
.folio-item__title { color: #fff; margin: 0; font-size: 1.05rem; font-weight: 600; }
@media (max-width: 860px) { .portfolio__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .portfolio__grid { grid-template-columns: 1fr; } }

/* Projectkaarten (foto + titel + uitleg) */
.proj-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.proj-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.proj-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); border-color: transparent; }
.proj-card__media { display: block; aspect-ratio: 4 / 3; overflow: hidden; cursor: zoom-in; }
.proj-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.proj-card:hover .proj-card__media img { transform: scale(1.05); }
.proj-card__body { padding: 20px 22px; }
.proj-card__body h4 { margin: 0 0 8px; font-size: 1.15rem; }
.proj-card__body p { margin: 0; font-size: .95rem; color: var(--body); }
@media (max-width: 900px) { .proj-cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .proj-cards { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------------------
   13. Reviews (Elfsight)
   -------------------------------------------------------------------------- */
.reviews { background: var(--bg-soft); }

/* --------------------------------------------------------------------------
   14. CTA-blok
   -------------------------------------------------------------------------- */
.cta {
    background: var(--ink);
    color: #fff;
    border-radius: var(--radius-lg);
    padding: clamp(44px, 6vw, 80px);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.cta::after {
    content: "";
    position: absolute; inset: auto -10% -60% auto;
    width: 60%; height: 120%;
    background: radial-gradient(circle, rgba(159,193,96,.18), transparent 70%);
}
.cta > * { position: relative; z-index: 1; }
.cta h2 { color: #fff; max-width: 18ch; margin-inline: auto; }
.cta p { color: rgba(255,255,255,.75); max-width: 52ch; margin: 0 auto 1.6em; }
.cta__actions { margin-bottom: 0; }
.cta__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 26px; }

/* --------------------------------------------------------------------------
   15. Footer
   -------------------------------------------------------------------------- */
.site-footer { background: var(--ink); color: rgba(255,255,255,.62); padding: 80px 0 30px; }
.site-footer a { color: rgba(255,255,255,.78); }
.site-footer a:hover { color: var(--lime); }
.footer__top { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 40px; padding-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer__brand .logo svg, .footer__brand .logo img { width: 150px; height: auto; }
.footer__brand .logo .st3 { fill: #fff; }
.footer__brand p { margin: 22px 0 24px; max-width: 38ch; color: rgba(255,255,255,.6); }
.footer__social { display: flex; gap: 12px; }
.footer__social a { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.footer__social a:hover { background: var(--olive); border-color: var(--olive); }
.footer__social img { width: 18px; height: 18px; filter: brightness(0) invert(1); }
.footer__col h5 { color: #fff; font-size: .85rem; text-transform: uppercase; letter-spacing: .1em; margin: 0 0 18px; }
.footer__col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-top: 26px; font-size: .85rem; flex-wrap: wrap; }
.go-top { display: inline-flex; align-items: center; gap: 8px; }
.go-top svg { width: 18px; height: 18px; fill: currentColor; }
@media (max-width: 820px) { .footer__top { grid-template-columns: 1fr 1fr; } .footer__brand { grid-column: 1 / -1; } }
@media (max-width: 520px) { .footer__top { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------------------
   16. Pagina-hero (subpagina's)
   -------------------------------------------------------------------------- */
.page-hero {
    color: #fff;
    padding: calc(var(--header-h) + 80px) 0 90px;
    background: linear-gradient(180deg, rgba(19,19,19,.6), rgba(19,19,19,.78)),
                url("../images/hero-bg-3000.webp") center/cover no-repeat;
}
.page-hero h1 { color: #fff; max-width: 18ch; }
.page-hero .lead { color: rgba(255,255,255,.85); max-width: 56ch; }
.page-hero .eyebrow { color: var(--lime); }
.page-hero .eyebrow::before { background: var(--lime); }

/* Voordelen-lijst met vinkjes */
.checklist { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.checklist li { display: flex; align-items: flex-start; gap: 14px; }
.checklist li svg { flex-shrink: 0; width: 24px; height: 24px; color: var(--olive); margin-top: 2px; }

/* --------------------------------------------------------------------------
   17. Banner-strook
   -------------------------------------------------------------------------- */
.banner { background: var(--olive); color: #fff; }
.banner__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 44px 0; flex-wrap: wrap; }
.banner h2 { color: #fff; margin: 0; max-width: 24ch; font-size: clamp(1.4rem, 2.6vw, 2rem); }

/* --------------------------------------------------------------------------
   18. Lichtbox
   -------------------------------------------------------------------------- */
.lightbox { position: fixed; inset: 0; background: rgba(19,19,19,.92); display: none; align-items: center; justify-content: center; z-index: 1000; padding: 30px; }
.lightbox.is-open { display: flex; }
.lightbox img { max-width: 92vw; max-height: 88vh; width: auto; border-radius: 10px; }
.lightbox__close { position: absolute; top: 22px; right: 28px; background: none; border: 0; color: #fff; font-size: 2.4rem; line-height: 1; cursor: pointer; }
.lightbox__nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.12); border: 0; color: #fff; width: 52px; height: 52px; font-size: 1.8rem; cursor: pointer; border-radius: 50%; }
.lightbox__nav:hover { background: rgba(255,255,255,.25); }
.lightbox__nav--prev { left: 22px; }
.lightbox__nav--next { right: 22px; }

/* --------------------------------------------------------------------------
   19. Reveal-animatie
   -------------------------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* --------------------------------------------------------------------------
   20. Feature-blokken (Eén team dat alles regelt)
   -------------------------------------------------------------------------- */
.feature { padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .2s ease, box-shadow .2s ease; }
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.feature__icon { width: 54px; height: 54px; display: grid; place-items: center; background: var(--ink); border-radius: 14px; margin-bottom: 20px; }
.feature__icon svg { width: 26px; height: 26px; color: var(--lime); }
.feature h3 { font-size: 1.2rem; margin-bottom: 8px; }
.feature p { margin: 0; font-size: .96rem; }

/* --------------------------------------------------------------------------
   21. Voordelen-grid (Waarom In Stijl)
   -------------------------------------------------------------------------- */
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.benefit { padding: 30px; border-radius: var(--radius); background: var(--bg-soft); }
.benefit__num { font-size: 1.05rem; font-weight: 700; color: var(--olive); margin-bottom: 14px; }
.benefit h3 { font-size: 1.12rem; margin-bottom: 8px; }
.benefit p { margin: 0; font-size: .94rem; }
@media (max-width: 940px) { .benefits-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .benefits-grid { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------------------
   22. Rating-badge (Google reviews)
   -------------------------------------------------------------------------- */
.rating { display: inline-flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-pill); padding: 12px 22px; box-shadow: var(--shadow-sm); }
.rating__stars { display: inline-flex; gap: 2px; color: #f5b50a; }
.rating__stars svg { width: 18px; height: 18px; }
.rating__text { font-size: .92rem; color: var(--ink); }
.rating__text b { font-weight: 700; }

/* --------------------------------------------------------------------------
   23. Werken bij
   -------------------------------------------------------------------------- */
.careers { background: var(--olive); color: #fff; border-radius: var(--radius-lg); padding: clamp(40px, 5vw, 64px); display: grid; grid-template-columns: 1.3fr .7fr; gap: 40px; align-items: center; }
.careers h2 { color: #fff; }
.careers p { color: rgba(255,255,255,.85); margin: 0; }
.careers__cta { text-align: right; }
@media (max-width: 760px) { .careers { grid-template-columns: 1fr; } .careers__cta { text-align: left; } }

/* --------------------------------------------------------------------------
   24. Formulier (offerte aanvragen)
   -------------------------------------------------------------------------- */
.form-section { background: var(--bg-soft); }
.form-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
.form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(28px, 4vw, 44px); box-shadow: var(--shadow-sm); }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: .85rem; font-weight: 600; color: var(--ink); margin-bottom: 7px; }
.field input, .field select, .field textarea {
    width: 100%; font-family: var(--font); font-size: 1rem; color: var(--ink);
    padding: 13px 15px; border: 1.5px solid var(--line); border-radius: 12px; background: #fff; transition: border-color .2s ease;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--olive); }
.field textarea { resize: vertical; min-height: 120px; }
.field input[type="file"] { border-style: dashed; background: var(--bg-soft); cursor: pointer; padding: 12px 15px; }
.field__hint { display: block; margin-top: 7px; color: var(--body); font-size: .82rem; }
/* Werkzaamheden — uitklapbaar keuzemenu (multiselect dropdown) */
.multiselect { position: relative; }
.multiselect__toggle {
    width: 100%;
    display: flex; align-items: center; justify-content: space-between; gap: 10px;
    font-family: var(--font); font-size: 1rem; text-align: left;
    padding: 13px 15px; border: 1.5px solid var(--line); border-radius: 12px;
    background: #fff; cursor: pointer; transition: border-color .2s ease;
}
.multiselect__toggle:hover { border-color: var(--olive); }
.multiselect.is-open .multiselect__toggle { border-color: var(--olive); }
.multiselect__value { color: var(--body); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.multiselect__value.has-selection { color: var(--ink); font-weight: 500; }
.multiselect__chev { width: 18px; height: 18px; flex-shrink: 0; color: var(--body); transition: transform .2s ease; }
.multiselect.is-open .multiselect__chev { transform: rotate(180deg); }
.multiselect__panel {
    position: absolute; left: 0; right: 0; top: calc(100% + 8px);
    background: #fff; border: 1.5px solid var(--line); border-radius: 14px;
    box-shadow: var(--shadow); padding: 14px; z-index: 40;
    max-height: 340px; overflow-y: auto;
}

/* Aanvinkbare werkzaamheden */
.checkbox-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
/* In het uitklapmenu: één item per regel, netjes onder elkaar */
.multiselect__panel .checkbox-grid { grid-template-columns: 1fr; gap: 8px; }
.multiselect__panel .check-item { align-items: center; justify-content: flex-start; text-align: left; gap: 12px; }
.check-item {
    display: flex; align-items: flex-start; gap: 10px;
    padding: 12px 14px;
    border: 1.5px solid var(--line); border-radius: 12px;
    font-size: .92rem; line-height: 1.3; color: var(--ink-soft);
    cursor: pointer;
    transition: border-color .15s ease, background .15s ease;
}
.check-item:hover { border-color: var(--olive); }
.check-item input { width: 18px; height: 18px; margin: 1px 0 0; flex-shrink: 0; accent-color: var(--olive); cursor: pointer; }
.check-item:has(input:checked) { border-color: var(--olive); background: rgba(127,129,107,.10); color: var(--ink); font-weight: 500; }
@media (max-width: 600px) { .checkbox-grid { grid-template-columns: 1fr; } }

.form .btn { width: 100%; justify-content: center; margin-top: 4px; }
.form small { display: block; margin-top: 12px; color: var(--body); font-size: .82rem; text-align: center; }
@media (max-width: 820px) { .form-wrap { grid-template-columns: 1fr; } .form__row { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------------------
   25. Openingstijden / contactinfo (footer + contact)
   -------------------------------------------------------------------------- */
.info-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.info-list li { display: flex; gap: 12px; align-items: flex-start; font-size: .96rem; }
.info-list svg { flex-shrink: 0; width: 20px; height: 20px; color: var(--olive); margin-top: 3px; }
.hours { list-style: none; margin: 0; padding: 0; }
.hours li { display: flex; justify-content: space-between; gap: 16px; padding: 7px 0; border-bottom: 1px solid var(--line); font-size: .94rem; }
.hours li:last-child { border-bottom: 0; }
.hours .closed { color: var(--body); }
.status { display: inline-flex; align-items: center; gap: 8px; font-size: .88rem; font-weight: 600; }
.status::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--lime); }
.status.is-closed::before { background: #d06b4f; }

/* Footer-uitbreidingen */
.footer__top--wide { grid-template-columns: 1.5fr 1fr 1fr 1.1fr; }
.footer__rating { margin-top: 26px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }
.footer__rating .rating { background: transparent; border-color: rgba(255,255,255,.2); box-shadow: none; }
.footer__rating .rating__text { color: rgba(255,255,255,.85); }
.footer__legal { display: flex; gap: 20px; flex-wrap: wrap; }
.footer__legal a { font-size: .85rem; }
@media (max-width: 940px) { .footer__top--wide { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer__top--wide { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------------------
   26. Cookiemelding
   -------------------------------------------------------------------------- */
.cookie {
    position: fixed; left: 20px; right: 20px; bottom: 20px;
    max-width: 560px; margin: 0 auto;
    background: var(--ink); color: rgba(255,255,255,.85);
    border-radius: var(--radius); padding: 22px 24px;
    box-shadow: 0 18px 50px rgba(0,0,0,.35); z-index: 900;
    display: none;
}
.cookie.is-visible { display: block; }
.cookie p { margin: 0 0 16px; font-size: .9rem; }
.cookie a { color: var(--lime); text-decoration: underline; }
.cookie__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cookie .btn { padding: 11px 22px; font-size: .88rem; }

/* --------------------------------------------------------------------------
   27. Eenvoudige content-pagina (privacy)
   -------------------------------------------------------------------------- */
.prose { max-width: 760px; margin: 0 auto; }
.prose h2 { margin-top: 1.6em; }
.prose h2:first-child { margin-top: 0; }
.prose ul { padding-left: 1.2em; }
.prose li { margin-bottom: .4em; }

/* --------------------------------------------------------------------------
   28. Google reviews (live)
   -------------------------------------------------------------------------- */
.reviews-summary { display: flex; justify-content: center; }
.reviews-summary .rating { margin-bottom: 40px; }
/* Flex i.p.v. grid: een onvolledige laatste rij (bv. 3+2) wordt netjes gecentreerd */
.reviews-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px; }
.reviews-grid .review-card { width: calc((100% - 44px) / 3); }
.review-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: left;
}
.review-card__head { display: flex; align-items: center; gap: 12px; }
.review-card__avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex-shrink: 0; background: var(--olive); color: #fff; display: grid; place-items: center; font-weight: 700; }
.review-card__who { min-width: 0; }
.review-card__name { font-weight: 600; color: var(--ink); font-size: .98rem; line-height: 1.2; }
.review-card__date { font-size: .82rem; color: var(--body); }
.review-card__stars { display: inline-flex; gap: 2px; color: #f5b50a; }
.review-card__stars svg { width: 16px; height: 16px; }
.review-card__text { margin: 0; font-size: .95rem; color: var(--body); display: -webkit-box; -webkit-line-clamp: 8; -webkit-box-orient: vertical; overflow: hidden; }
.review-card__g { margin-top: auto; display: inline-flex; align-items: center; gap: 7px; font-size: .8rem; color: var(--body); }
.review-card__g svg { width: 15px; height: 15px; }
@media (max-width: 900px) { .reviews-grid .review-card { width: calc((100% - 22px) / 2); } }
@media (max-width: 600px) { .reviews-grid .review-card { width: 100%; } }

/* --------------------------------------------------------------------------
   29. Mobiele finetuning
   -------------------------------------------------------------------------- */
/* Lange e-mailadressen/links netjes laten afbreken i.p.v. overlopen */
.site-footer a, .footer-contact-block a, .info-list a, .review-card__text, .cookie p { overflow-wrap: anywhere; }

@media (max-width: 600px) {
    .container { padding: 0 18px; }
    .section { padding: 52px 0; }
    h1 { font-size: clamp(2rem, 8.5vw, 2.6rem); }
    h2 { font-size: clamp(1.6rem, 6.5vw, 2rem); }
    /* Knoppen vullen de breedte voor grotere tikdoelen */
    .hero__actions, .cta__actions { width: 100%; }
    .hero__actions .btn, .cta__actions .btn { width: 100%; justify-content: center; }
    .banner__inner .btn { width: 100%; justify-content: center; }
    .careers__cta .btn { width: 100%; justify-content: center; }
    .cookie { left: 12px; right: 12px; bottom: 12px; padding: 18px; }
    .cookie__actions .btn { flex: 1; justify-content: center; }
    .duo__card, .feature, .card, .benefit, .step { padding: 24px; }
    .hero-card { padding: 26px; }
}

/* Tablet/iPad portret: dienst-kaarten van particulier/zakelijk netjes stapelen */
@media (max-width: 820px) {
    .duo { grid-template-columns: 1fr; }
}

/* Formulier-meldingen (bedankt / fout) */
.form-msg { padding: 13px 16px; border-radius: 12px; margin-bottom: 18px; font-weight: 500; font-size: .95rem; }
.form-msg--ok { background: #e7f2ea; color: #2f6b41; border: 1px solid #bfe0c9; }
.form-msg--err { background: #f7e7e2; color: #b4452f; border: 1px solid #eccabf; }

/* --------------------------------------------------------------------------
   30. Homepage hero (enkele kolom) + projecten-teaser
   -------------------------------------------------------------------------- */
.hero__solo { max-width: 760px; }
.hero__solo .eyebrow { color: var(--lime); }

.proj-teaser { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.proj-teaser__item { position: relative; display: block; overflow: hidden; border-radius: var(--radius); aspect-ratio: 4/3; }
.proj-teaser__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.proj-teaser__item:hover img { transform: scale(1.06); }
.proj-teaser__title { position: absolute; left: 0; right: 0; bottom: 0; padding: 20px; color: #fff; font-weight: 600; background: linear-gradient(transparent, rgba(19,19,19,.8)); }
@media (max-width: 760px) { .proj-teaser { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------------------
   31. Projecten-showcase (groot & visueel)
   -------------------------------------------------------------------------- */
.project-showcase { display: flex; flex-direction: column; gap: clamp(48px, 7vw, 96px); }
.showcase-item { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.showcase-item--reverse .showcase-item__gallery { order: 2; }
/* Fotogalerij per project: hoofdfoto + thumbnails */
.showcase-item__gallery { display: block; }
.sg-main { display: block; overflow: hidden; border-radius: var(--radius-lg); cursor: zoom-in; box-shadow: var(--shadow); }
.sg-main img { width: 100%; aspect-ratio: 3/2; object-fit: cover; transition: transform .6s ease; display: block; }
.sg-main:hover img { transform: scale(1.04); }
.sg-thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 10px; }
.sg-thumb { position: relative; display: block; overflow: hidden; border-radius: var(--radius); cursor: zoom-in; }
.sg-thumb img { width: 100%; aspect-ratio: 1/1; object-fit: cover; transition: transform .5s ease; display: block; }
.sg-thumb:hover img { transform: scale(1.06); }
.showcase-item__num { display: inline-block; font-size: 2.4rem; font-weight: 700; color: var(--olive); line-height: 1; letter-spacing: -.03em; margin-bottom: 10px; }
.showcase-item__body h2 { margin: 0 0 .4em; }
.showcase-item__body .lead { margin-bottom: 1.4em; }
@media (max-width: 820px) {
    .showcase-item { grid-template-columns: 1fr; gap: 22px; }
    .showcase-item--reverse .showcase-item__gallery { order: 0; }
}

/* --------------------------------------------------------------------------
   32. Vacatures + WhatsApp
   -------------------------------------------------------------------------- */
.btn--whatsapp { background: #25D366; color: #fff; border-color: #25D366; }
.btn--whatsapp:hover { background: #1ebe5d; color: #fff; border-color: #1ebe5d; }
.btn--whatsapp svg { width: 19px; height: 19px; }
/* Compacte icoon-knop (alleen icoon), o.a. WhatsApp in de header */
.btn--icon { padding: 12px; gap: 0; }
.header-cta .btn--icon { padding: 11px; }
.header-cta .btn--icon svg { width: 20px; height: 20px; }

/* Zwevende WhatsApp-knop (rechtsonder, op elke pagina) */
.wa-float {
    position: fixed; right: 22px; bottom: 22px; z-index: 80;
    width: 58px; height: 58px; border-radius: 50%;
    background: #25D366; color: #fff;
    display: grid; place-items: center;
    box-shadow: 0 10px 28px rgba(0,0,0,.28);
    transition: transform .15s ease, background .2s ease;
}
.wa-float:hover { background: #1ebe5d; color: #fff; transform: scale(1.07); }
.wa-float svg { width: 31px; height: 31px; }
@media (max-width: 600px) { .wa-float { right: 16px; bottom: 16px; width: 54px; height: 54px; } .wa-float svg { width: 28px; height: 28px; } }

.vacancy { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(26px, 4vw, 44px); margin-bottom: 24px; }
.vacancy__head { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 6px; }
.vacancy__head h3 { margin: 0; font-size: 1.55rem; }
.vacancy__badge { background: var(--bg-soft); border: 1px solid var(--line); border-radius: 999px; padding: 5px 14px; font-size: .78rem; font-weight: 600; color: var(--olive-deep); }
.vacancy__intro { color: var(--body); max-width: 70ch; }
.vacancy__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin: 24px 0 26px; }
.vacancy__cols h4 { font-size: 1rem; margin: 0 0 14px; }
.vlist { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.vlist li { position: relative; padding-left: 28px; font-size: .95rem; color: var(--ink-soft); }
.vlist li::before { content: ""; position: absolute; left: 0; top: 3px; width: 18px; height: 18px; border-radius: 50%; background: var(--olive) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") center/12px no-repeat; }
.vacancy__apply { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; padding-top: 22px; border-top: 1px solid var(--line); }
.vacancy__apply .who { color: var(--body); font-size: .9rem; }
@media (max-width: 760px) { .vacancy__cols { grid-template-columns: 1fr; gap: 22px; } }

[hidden] { display: none !important; }
