/* iDesign Studios — design "zacht"
   Vriendelijk en toegankelijk. Albert Sans, zacht blauwgrijs, indigo als accent, ronde vormen.
   Het ene opvallende element: de lijnillustratie van gevel en bedrijfsbus in de hero. */

:root {
  --bg: #f7f8fa;
  --surface: #ffffff;
  --panel: #e6ecf2;
  --ink: #232a36;
  --ink-soft: #5a6475;
  --line: #d6dde6;
  --accent: #34408c;
  --accent-dark: #262f6b;
  --accent-soft: #dfe3f5;
  --font: "Albert Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --r-lg: 22px;
  --r-md: 14px;
  --wrap: 72rem;
  --gutter: clamp(1rem, 4vw, 2.5rem);
  --measure: 36em;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body { margin: 0; min-height: 100vh; display: flex; flex-direction: column; background: var(--bg); color: var(--ink); font-family: var(--font); font-size: 1.0625rem; line-height: 1.7; }
img, svg { display: block; max-width: 100%; }
a { color: var(--accent); text-underline-offset: .2em; }
a:hover { color: var(--accent-dark); }
:focus-visible { outline: 3px solid #8e98e0; outline-offset: 3px; }

h1, h2, h3 { font-weight: 600; line-height: 1.15; letter-spacing: -.025em; margin: 0 0 .65em; text-wrap: balance; }
h1 { font-size: clamp(2.2rem, 4.8vw, 3.5rem); line-height: 1.08; }
h2 { font-size: clamp(1.6rem, 2.8vw, 2.2rem); }
h3 { font-size: 1.2rem; letter-spacing: -.01em; }
p { margin: 0 0 1.1em; max-width: var(--measure); }
.lead { font-size: clamp(1.12rem, 1.6vw, 1.28rem); color: var(--ink-soft); line-height: 1.6; }
.muted { color: var(--ink-soft); }
.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }

.skip { position: absolute; left: 1rem; top: -4rem; z-index: 50; background: var(--accent); color: #fff; padding: .6rem 1rem; border-radius: 999px; }
.skip:focus { top: 1rem; color: #fff; }

main { flex: 1; }

/* Header */
.site-header { position: relative; z-index: 10; }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 5.5rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; color: var(--ink); text-decoration: none; }
.brand:hover { color: var(--ink); }
.brand svg { width: 2.1rem; height: 2.1rem; }
.brand-name { font-weight: 700; font-size: 1.15rem; letter-spacing: -.02em; }
.brand-name span { font-weight: 400; }
.nav-toggle { display: none; font: 600 1rem var(--font); background: var(--surface); border: 1px solid var(--line); color: var(--ink); padding: .5rem 1.1rem; border-radius: 999px; cursor: pointer; }
.site-nav ul { list-style: none; margin: 0; padding: .3rem; display: flex; align-items: center; gap: .15rem; background: var(--surface); border: 1px solid var(--line); border-radius: 999px; }
.site-nav a { display: block; padding: .45rem 1rem; color: var(--ink-soft); text-decoration: none; font-size: .98rem; font-weight: 500; border-radius: 999px; }
.site-nav a:hover { color: var(--ink); background: var(--bg); }
.site-nav a[aria-current="page"] { color: var(--accent); background: var(--accent-soft); }
.site-nav .nav-cta a { background: var(--accent); color: #fff; }
.site-nav .nav-cta a:hover { background: var(--accent-dark); color: #fff; }
@media (max-width: 52rem) {
  .nav-toggle { display: inline-block; }
  .site-nav { display: none; position: absolute; left: var(--gutter); right: var(--gutter); top: 100%; }
  .site-nav.open { display: block; }
  .site-nav ul { flex-direction: column; align-items: stretch; border-radius: var(--r-md); padding: .5rem; box-shadow: 0 16px 40px -20px rgba(35,42,54,.35); }
  .site-nav a { padding: .8rem 1rem; border-radius: 10px; font-size: 1.05rem; }
  .site-nav .nav-cta a { text-align: center; margin-top: .3rem; }
}

/* Knoppen */
.btn { display: inline-block; padding: .8rem 1.4rem; border-radius: 999px; font: 600 1rem/1.2 var(--font); text-decoration: none; border: 1px solid transparent; cursor: pointer; }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-dark); color: #fff; }
.btn-line { background: var(--surface); border-color: var(--line); color: var(--ink); }
.btn-line:hover { border-color: var(--accent); color: var(--accent); }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }

/* Hero-paneel met illustratie */
.hero { padding: .5rem 0 clamp(3rem, 7vw, 5rem); }
.hero-panel { background: var(--panel); border-radius: var(--r-lg); padding: clamp(1.75rem, 5vw, 4rem); display: grid; gap: 2rem; align-items: center; overflow: hidden; }
@media (min-width: 56rem) { .hero-panel { grid-template-columns: 1.1fr .9fr; } }
.hero-panel h1 { max-width: 15ch; }
.illu { width: 100%; max-width: 30rem; justify-self: center; }
@media (prefers-reduced-motion: no-preference) {
  .illu { animation: drive 1.1s cubic-bezier(.2,.7,.2,1) both .1s; }
  @keyframes drive { from { opacity: 0; transform: translateX(24px); } }
}

/* Subpagina-kop */
.page-head { padding: .5rem 0 0; }
.page-head .wrap { background: var(--panel); border-radius: var(--r-lg); padding-block: clamp(1.75rem, 5vw, 3.5rem); padding-inline: clamp(1.25rem, 5vw, 3.5rem); max-width: calc(var(--wrap) - 2 * var(--gutter)); }
@media (max-width: 74rem) { .page-head .wrap { margin-inline: var(--gutter); } }
.page-head h1 { max-width: 20ch; }
.page-head .has-illu { display: grid; gap: 1.5rem; align-items: center; }
@media (min-width: 52rem) { .page-head .has-illu { grid-template-columns: 1.35fr .65fr; } }
.illu-img { width: 100%; max-width: 20rem; height: auto; justify-self: center; }
@media (max-width: 51.99rem) { .illu-img { max-width: 15rem; } }
.illu-side { width: 100%; max-width: 20rem; height: auto; margin-top: 1.5rem; }
@media (max-width: 51.99rem) { .illu-side { max-width: 15rem; margin-inline: auto; } }
.page-head .lead { margin-bottom: 0; }
.crumbs { font-size: .92rem; margin-bottom: 1rem; color: var(--ink-soft); }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: .4rem; margin: 0; padding: 0; }
.crumbs li + li::before { content: "›"; margin-right: .4rem; }
.crumbs a { color: var(--ink-soft); }

/* Secties */
.section { padding: clamp(3.5rem, 7vw, 5.5rem) 0; }
.section-alt { background: var(--surface); }
.section-ink { background: transparent; }
.section-ink > .wrap { background: var(--accent); color: #e9ebf8; border-radius: var(--r-lg); padding-block: clamp(2rem, 5vw, 3.5rem); padding-inline: clamp(1.5rem, 5vw, 3.5rem); max-width: calc(var(--wrap) - 2 * var(--gutter)); }
@media (max-width: 74rem) { .section-ink > .wrap { margin-inline: var(--gutter); } }
.section-ink h2 { color: #fff; }
.section-ink a:not(.btn) { color: #fff; }
.section-ink .muted { color: #c9cdf0; }
.section-ink .btn-primary { background: #fff; color: var(--accent); }
.section-ink .btn-primary:hover { background: var(--accent-soft); color: var(--accent-dark); }
.split { display: grid; gap: clamp(1.25rem, 4vw, 4rem); }
@media (min-width: 52rem) { .split { grid-template-columns: 5fr 7fr; } }
.prose h2 { margin-top: 2em; }
.prose h3 { margin-top: 1.8em; }
.prose ul { padding-left: 1.1em; max-width: var(--measure); }
.prose li { margin-bottom: .4em; }
.prose li::marker { color: var(--accent); }

/* Foto's */
.photo { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border-radius: var(--r-lg); background: var(--panel); }
.split .photo { margin-top: 1.75rem; max-width: 30rem; }
.photo-strip { display: grid; gap: 1rem; margin-top: 2.5rem; }
@media (min-width: 48rem) { .photo-strip { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 47.99rem) { .photo-strip .photo:nth-child(n+2) { display: none; } }

/* Diensten */
.services { list-style: none; margin: 2.5rem 0 0; padding: 0; display: grid; gap: 1rem; }
@media (min-width: 48rem) { .services { grid-template-columns: 1fr 1fr; } }
.service { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md); padding: 1.6rem; display: grid; grid-template-columns: auto 1fr; gap: .4rem 1rem; align-content: start; }
.section-alt .service { background: var(--bg); }
.swatch { width: 2.75rem; height: 2.75rem; border-radius: 12px; grid-row: span 2; display: grid; place-items: center; color: var(--accent); }
.swatch.c { background: #d8e7f3; } .swatch.m { background: #efdbe7; } .swatch.y { background: #f3ebcd; } .swatch.k { background: var(--accent-soft); }
.service h2, .service h3 { margin: .35rem 0 0; font-size: 1.2rem; }
.service h2 a, .service h3 a { color: var(--ink); text-decoration: none; }
.service h2 a:hover, .service h3 a:hover { color: var(--accent); }
.service > div { grid-column: 2; }
.service p { margin: 0 0 .5rem; color: var(--ink-soft); }
.service .more { font-weight: 600; font-size: .95rem; }

/* Checks */
.checks { list-style: none; padding: 0; margin: 1.5rem 0 0; display: grid; gap: .8rem; max-width: var(--measure); }
.checks li { padding-left: 2.1rem; position: relative; }
.checks li::before { content: ""; position: absolute; left: 0; top: .3em; width: 1.35rem; height: 1.35rem; border-radius: 50%; background: var(--accent-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5.5 10.5l3 3 6-7' fill='none' stroke='%2334408c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 80% no-repeat; }
.section-ink .checks li::before { background-color: #fff; }

/* Werkwijze */
.steps { list-style: none; margin: 2.5rem 0 0; padding: 0; counter-reset: step; display: grid; gap: 1rem; }
@media (min-width: 60rem) { .steps.row { grid-template-columns: repeat(5, 1fr); } }
.steps li { counter-increment: step; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md); padding: 1.4rem; }
.steps li::before { content: counter(step); display: grid; place-items: center; width: 2rem; height: 2rem; border-radius: 50%; background: var(--accent-soft); color: var(--accent); font-weight: 700; font-size: .95rem; margin-bottom: .9rem; }
.steps h3 { margin-bottom: .3rem; }
.steps p { margin: 0; color: var(--ink-soft); font-size: 1rem; }

/* FAQ */
.faq { margin-top: 2rem; max-width: 50rem; display: grid; gap: .6rem; }
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md); }
.section-alt .faq details { background: var(--bg); }
.faq summary { cursor: pointer; list-style: none; padding: 1.1rem 3.25rem 1.1rem 1.3rem; position: relative; font-weight: 600; font-size: 1.07rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 1rem; top: .85rem; width: 1.7rem; height: 1.7rem; border-radius: 50%; background: var(--accent-soft); color: var(--accent); display: grid; place-items: center; font-size: 1.2rem; line-height: 1; }
.faq details[open] summary::after { content: "−"; }
.faq details > div { padding: 0 1.3rem 1.2rem; color: var(--ink-soft); }
.faq details > div p:last-child { margin-bottom: 0; }

/* CTA */
.cta-band > .wrap { display: grid; gap: 1.5rem; }
@media (min-width: 52rem) { .cta-band > .wrap { grid-template-columns: 1fr auto; align-items: center; } }
.cta-band h2 { margin-bottom: .4rem; }
.cta-band p { margin: 0; }
.cta-band .actions { margin-top: 0; }

/* Formulier */
.form { display: grid; gap: 1.1rem; max-width: 40rem; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.25rem, 3vw, 2rem); }
.form .row2 { display: grid; gap: 1.1rem; }
@media (min-width: 40rem) { .form .row2 { grid-template-columns: 1fr 1fr; } }
.form label { display: block; font-weight: 600; font-size: .95rem; margin-bottom: .35rem; }
.form .opt { font-weight: 400; color: var(--ink-soft); }
.form input, .form select, .form textarea { width: 100%; font: inherit; color: var(--ink); background: var(--bg); border: 1px solid var(--line); border-radius: 10px; padding: .7rem .85rem; }
.form textarea { min-height: 10rem; resize: vertical; }
.form input:focus, .form select:focus, .form textarea:focus { outline: 3px solid #8e98e0; outline-offset: 0; border-color: var(--accent); background: #fff; }
.form-status { font-size: 1rem; padding: 1rem; background: var(--accent-soft); border-radius: 10px; }
.form-status[hidden] { display: none; }
.contact-card { background: var(--panel); border-radius: var(--r-lg); padding: 1.6rem; }
.contact-card h2 { font-size: 1.3rem; }
.contact-card p { margin-bottom: .6rem; }
.big-mail { font-size: 1.2rem; font-weight: 600; word-break: break-all; }

/* Links naar andere sites */
.link-list { list-style: none; margin: 2rem 0 0; padding: 0; display: grid; gap: .75rem; }
@media (min-width: 48rem) { .link-list { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 64rem) { .links-home .link-list { grid-template-columns: repeat(4, 1fr); } }
.link-list li { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md); padding: 1.1rem 1.25rem; }
.link-list a { font-weight: 600; text-decoration: none; }
.link-list a:hover { text-decoration: underline; }
.link-list p { margin: .25rem 0 0; font-size: .95rem; color: var(--ink-soft); }
.links-more { margin-top: 1.5rem; }
.links-page h2 { margin-top: 3rem; font-size: 1.4rem; }
.links-page h2:first-child { margin-top: 0; }

/* Footer: compact, alles naast elkaar */
.site-footer { background: var(--surface); border-top: 1px solid var(--line); color: var(--ink-soft); padding: 2.5rem 0 1.5rem; font-size: .95rem; }
.site-footer a { color: var(--ink); text-decoration: none; }
.site-footer a:hover { color: var(--accent); text-decoration: underline; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .35rem 1.4rem; }
.footer-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem 2rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
.footer-nav a { font-weight: 600; }
.footer-rows { display: grid; gap: .8rem; padding: 1.4rem 0; }
.footer-row { display: flex; flex-wrap: wrap; align-items: baseline; gap: .35rem 1.4rem; }
.footer-row h2 { margin: 0; font-size: .95rem; font-weight: 600; color: var(--ink-soft); letter-spacing: 0; min-width: 5.5rem; }
.footer-bottom { padding-top: 1.2rem; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: .4rem 1.5rem; font-size: .9rem; }
.footer-bottom span { margin-right: auto; }
.footer-bottom a { color: var(--ink-soft); }
@media (max-width: 40rem) { .footer-row h2 { width: 100%; } .footer-bottom span { width: 100%; } }

.notfound { min-height: 55vh; display: flex; align-items: center; }
