/* Professionele eindafwerking: consistente schaal, rustiger ritme en betere responsive layouts. */
:root { --radius: 10px; --section-space: clamp(4rem, 6vw, 5.5rem); }
.site-header { background: var(--white); }
body { line-height: 1.6; }
h1 { font-size: clamp(2.65rem, 4.5vw, 4rem); margin-bottom: 1.25rem; }
h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); }
h3 { font-size: clamp(1.2rem, 1.7vw, 1.45rem); }
.hero h1 { max-width: 11ch; }
.page-hero h1 { font-size: clamp(2.5rem, 4.1vw, 3.65rem); max-width: 13ch; }
.lead { font-size: clamp(1rem, 1.35vw, 1.15rem); line-height: 1.65; }
.section { padding: var(--section-space) 0; }
.hero { padding: clamp(4rem, 6vw, 5.5rem) 0; }
.hero-grid { min-height: 25rem; }
.page-hero { padding: clamp(3.75rem, 5.5vw, 5rem) 0; }
.eyebrow { margin-bottom: 1rem; }
.actions { margin-top: 1.6rem; }
.btn { min-height: 3rem; padding: .65rem 1.1rem; font-size: .95rem; }
.cards, .values { gap: 1.25rem; margin-top: 2rem; }
.steps { gap: 0; margin-top: 1.5rem; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.step { padding: 1.5rem 1.25rem 1.5rem 3.9rem; border-top: 0; border-bottom: 1px solid var(--line); }
.step:last-child { border-bottom: 0; }
.step b { left: 1.25rem; top: 1.45rem; font-size: 1.2rem; }
.card { min-width: 0; padding: 1.4rem; }
.card h2, .card h3 { overflow-wrap: normal; word-break: normal; hyphens: none; }
.split { gap: clamp(2rem, 5vw, 4.5rem); }
.check-list { margin: 1.35rem 0; }
.check-list li { padding: .55rem 0 .55rem 1.8rem; }
.cta h2 { font-size: clamp(1.8rem, 2.8vw, 2.4rem); }
.site-footer { padding-top: 2.75rem; }
form { padding: clamp(1.25rem, 3vw, 2rem); }
.configurator-shell { max-width: 820px; }
.configurator-shell > form { border: 1px solid var(--line); box-shadow: 0 12px 35px rgba(19,35,45,.055); }
.config-step, .config-result, .field-error, input, select, textarea { scroll-margin-top: 6.5rem; }
.field-hint { display: block; color: var(--muted); font-weight: 400; line-height: 1.45; }
.field-error { display: block; min-height: 1.4rem; color: #a33b2e; font-size: .9rem; font-weight: 700; line-height: 1.45; }
input.is-invalid, input[aria-invalid="true"], select[aria-invalid="true"], textarea[aria-invalid="true"] { border-color: #a33b2e; box-shadow: 0 0 0 3px rgba(163,59,46,.1); }
.config-step h2, .config-result h2 { max-width: 20ch; }
.option-grid { margin: 1.5rem 0; }
.option-card { min-height: 0; padding: 1rem; }
.config-result { padding: clamp(1.4rem, 4vw, 2.5rem); }
.lead-capture { margin-top: 2.25rem; padding-top: 2rem; }
.showcase-card { display: grid; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.showcase-visual { min-height: 22rem; background: linear-gradient(90deg, rgba(13,27,36,.08), rgba(13,27,36,.5)), url('../images/elektriciens.jpg') center/cover; }
.showcase-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(1.5rem, 4vw, 3.25rem); }
.showcase-content h2 { max-width: 14ch; }
.showcase-content p { max-width: 44ch; color: var(--muted); }
.showcase-content .actions { align-items: center; }
.portfolio-note { max-width: 60ch; margin-bottom: 2rem; color: var(--muted); }
@media (min-width: 720px) { .showcase-card { grid-template-columns: 1.1fr .9fr; } }
@media (min-width: 720px) and (max-width: 919px) { .steps .step:nth-child(odd) { border-right: 1px solid var(--line); } .steps .step:nth-last-child(-n+2) { border-bottom: 0; } }
@media (min-width: 920px) { .site-nav { gap: .1rem; } .site-nav a { padding: .6rem .55rem; font-size: .92rem; } .site-nav .nav-cta { margin-left: .35rem; } }
@media (min-width: 920px) { .steps .step { border-right: 1px solid var(--line); border-bottom: 0; } .steps .step:last-child { border-right: 0; } }
@media (max-width: 919px) { .cards { grid-template-columns: 1fr; } }
@media (max-width: 719px) {
  :root { --section-space: 3.75rem; }
  h1, .hero h1, .page-hero h1 { font-size: clamp(2.2rem, 10.5vw, 2.6rem); }
  h2 { font-size: clamp(1.7rem, 8vw, 2rem); }
  .hero { padding: 3.5rem 0; }
  .hero-grid { min-height: 0; gap: 2rem; }
  .hero-note { padding: 1rem 1.1rem; }
  .page-hero { padding: 3.25rem 0; }
  .actions, .config-controls { display: grid; grid-template-columns: 1fr; }
  .actions .btn, .config-controls .btn, .cta .btn { width: 100%; }
  .config-controls span:empty { display: none; }
  .showcase-visual { min-height: 15rem; }
  .footer-grid { gap: 1.5rem; }
}
.contact-placeholder { color: var(--muted); }
.legal-line { margin-top: .75rem; color: #9eabad; font-size: .85rem; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status.is-error { color: #a33b2e; }
.form-status.is-success { color: var(--brand-dark); }
button[aria-busy="true"] { cursor: wait; opacity: .72; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 100000; top: .5rem; left: .5rem; width: auto; height: auto; clip: auto; padding: .75rem 1rem; background: var(--white); color: var(--ink); }
.site-nav .menu { display: inherit; align-items: inherit; gap: inherit; margin: 0; padding: 0; list-style: none; }
.site-nav .current-menu-item > a, .site-nav .current_page_item > a { color: var(--brand); }
.site-nav .menu-item:last-child > a { margin-left: .35rem; padding: .65rem 1rem; border-radius: 5px; background: var(--brand); color: var(--white); }
.footer-links .menu { display: grid; gap: .5rem; margin: 0; padding: 0; list-style: none; }
.entry-content > .wp-block-group, .entry-content > *:not(.alignfull) { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.project-visual img { width: 100%; height: 100%; min-height: 15rem; object-fit: cover; }
.project-list-heading { margin-top: 3rem; }
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
@media (max-width: 919px) { .site-nav .menu { display: grid; } .site-nav .menu-item:last-child > a { display: block; margin-left: 0; } }
