/* Keukenmaat Keukenrenovatie Zaandam — design system
   Herbouwd als schone CSS. Tokens en componenten volgens docs/design-system.md */

:root {
  color-scheme: light;
  --paper: #ffffff;
  --paper-2: #f2f6fa;
  --ink: #1d2938;
  --ink-soft: #56657a;
  --ink-faint: #8c9aae;
  --line: #e2e9f1;
  --line-soft: #ecf1f7;
  --card: #ffffff;
  --navy-800: #17355e;
  --navy-900: #0f2747;
  --navy-950: #0a1c34;
  --blue-50: #eff6ff;
  --blue-100: #dbeafe;
  --blue-300: #93c5fd;
  --blue-400: #60a5fa;
  --blue-500: #3b82f6;
  --blue-600: #2563eb;
  --blue-600-hover: #1d4ed8;
  --blue-700: #1d4ed8;
  --sky: #7fb2ff;
  --footer-text: #dbe6f5;
  --footer-link: #b6c8e2;
  --radius-sm: .45rem;
  --radius: .65rem;
  --radius-lg: .85rem;
  --radius-xl: 1.15rem;
  --shadow-card: 0 1px 2px #0f274708, 0 14px 30px -26px #0f274724;
  --shadow-header: 0 14px 40px -22px rgba(15, 39, 71, .32);
  --ease: cubic-bezier(.32, .72, 0, 1);
  --font-display: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 1.15rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
::selection { background: var(--blue-100); color: var(--navy-950); }

img, svg, video { display: block; max-width: 100%; }
a { color: inherit; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -.015em;
  color: var(--navy-900);
  line-height: 1.06;
  text-wrap: balance;
}
h1 { font-weight: 700; }

/* ---------- layout ---------- */
.container-x { max-width: 75rem; margin-inline: auto; padding-inline: 1.25rem; }
.container-prose { max-width: 44rem; margin-inline: auto; padding-inline: 1.25rem; }
@media (min-width: 640px) {
  .container-x, .container-prose { padding-inline: 2rem; }
}

.section { padding-block: 5rem; }
@media (min-width: 768px) { .section { padding-block: 7rem; } }
.section--alt { background: var(--paper-2); }
.section--lined { border-block: 1px solid var(--line); }
.section--tight { padding-block: 3rem; }

.grid { display: grid; gap: 1.25rem; }
@media (min-width: 640px) { .grid-2 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) {
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .grid-4 { grid-template-columns: repeat(4, 1fr); }
  .grid-2-desk { grid-template-columns: repeat(2, 1fr); }
}

.split { display: grid; gap: 2.5rem; align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; gap: 4rem; } }

/* ---------- typografie-hulpen ---------- */
.h-hero { font-size: clamp(2.2rem, 6.5vw, 5.4rem); line-height: .98; color: #fff; }
.h-section { font-size: clamp(2.2rem, 5vw, 3.6rem); }
.h-sub { font-size: clamp(1.55rem, 3.5vw, 2rem); }
.lead { font-size: 1.5rem; line-height: 1.45; color: var(--ink-soft); margin-top: 1.5rem; text-wrap: pretty; }
.lead--sm { font-size: 1.25rem; }
.muted { color: var(--ink-soft); }
.center { text-align: center; }
.center .lead { margin-inline: auto; max-width: 46rem; }

.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font-sans); font-weight: 600; font-size: .95rem;
  color: var(--ink-soft); margin-bottom: 1.1rem;
}
.eyebrow svg { color: var(--blue-600); width: 18px; height: 18px; }
.eyebrow--light { color: rgba(255, 255, 255, .8); }
.eyebrow--light svg { color: var(--blue-300); }

.kicker {
  font-size: .76rem; text-transform: uppercase; letter-spacing: .14em;
  font-weight: 600; color: var(--blue-700);
}

/* ---------- knoppen ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  border-radius: 999px; padding: .95rem 1.5rem;
  font-family: var(--font-sans); font-weight: 600; font-size: 1rem; line-height: 1.2;
  text-decoration: none; border: 1px solid transparent; cursor: pointer;
  transition: transform .45s var(--ease), box-shadow .45s var(--ease),
    background-color .3s var(--ease), border-color .3s var(--ease), color .3s var(--ease);
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: scale(.975); }
.btn svg { width: 18px; height: 18px; flex: none; }
.btn-primary {
  background: var(--blue-600); color: #fff;
  box-shadow: 0 10px 30px -12px #2563eb66, inset 0 1px #ffffff47;
}
.btn-primary:hover { background: var(--blue-600-hover); box-shadow: 0 16px 38px -14px #1d4ed899, inset 0 1px #ffffff47; }
.btn-dark { background: var(--navy-900); color: #fff; }
.btn-dark:hover { background: var(--navy-800); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--blue-500); color: var(--blue-700); }
.btn-glass {
  background: rgba(255, 255, 255, .1); color: #fff;
  border-color: rgba(255, 255, 255, .25); backdrop-filter: blur(8px);
}
.btn-glass:hover { background: rgba(255, 255, 255, .18); }

.textlink {
  color: var(--blue-700); font-weight: 600; text-decoration: none;
  border-bottom: 1px solid transparent; transition: border-color .3s var(--ease);
}
.textlink svg { display: inline-block; width: 15px; height: 15px; vertical-align: -2px; }
.textlink:hover { border-color: var(--blue-700); }
.textlink--light { color: var(--blue-300); }
.textlink--light:hover { border-color: var(--blue-300); }

/* ---------- header ---------- */
.site-header { position: sticky; top: 0; z-index: 40; padding-top: .75rem; }
.header-pill {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  height: 4.1rem; padding-inline: 1rem 0.65rem;
  border-radius: 999px; border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, .82); backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: var(--shadow-header);
}
.logo { display: flex; align-items: center; gap: .7rem; text-decoration: none; }
.logo-chip {
  position: relative; display: grid; place-items: center;
  width: 2.55rem; height: 2.55rem; border-radius: var(--radius);
  background: var(--navy-900); color: var(--sky); flex: none;
}
.logo-chip svg { width: 22px; height: 22px; }
.logo-dot {
  position: absolute; top: -3px; right: -3px; width: 10px; height: 10px;
  border-radius: 999px; background: var(--blue-500); border: 2px solid var(--paper);
  animation: twinkle 4s ease-in-out infinite;
}
.logo-name { font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; color: var(--navy-900); line-height: 1.05; }
.logo-sub { font-size: .62rem; text-transform: uppercase; letter-spacing: .16em; color: var(--ink-soft); font-weight: 600; }

.nav-desktop { display: none; align-items: center; gap: 1.4rem; }
@media (min-width: 1024px) { .nav-desktop { display: flex; } }
.nav-desktop > a, .nav-item > a {
  font-size: .9rem; font-weight: 500; color: var(--ink); text-decoration: none;
  transition: color .25s var(--ease); display: inline-flex; align-items: center; gap: .3rem;
}
.nav-desktop > a:hover, .nav-item > a:hover { color: var(--blue-700); }
.nav-item { position: relative; }
.nav-item svg { width: 14px; height: 14px; transition: transform .3s var(--ease); }
.nav-item:hover svg { transform: rotate(180deg); }
.dropdown {
  position: absolute; top: calc(100% + .6rem); left: 50%; translate: -50% 8px;
  min-width: 17rem; opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .3s var(--ease), translate .3s var(--ease), visibility .3s;
  padding: .5rem;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}
.nav-item:hover .dropdown, .nav-item:focus-within .dropdown {
  opacity: 1; visibility: visible; pointer-events: auto; translate: -50% 0;
}
.dropdown a {
  display: block; padding: .6rem .8rem; border-radius: var(--radius-sm);
  font-size: .9rem; font-weight: 500; text-decoration: none; color: var(--ink);
  transition: background-color .2s var(--ease), color .2s var(--ease);
}
.dropdown a:hover { background: var(--blue-50); color: var(--blue-700); }
.dropdown a span { display: block; font-size: .78rem; font-weight: 400; color: var(--ink-soft); }

.header-actions { display: none; align-items: center; gap: .5rem; }
@media (min-width: 1024px) { .header-actions { display: flex; } }
.header-actions .btn { padding: .7rem 1.15rem; font-size: .9rem; }

.nav-toggle {
  display: grid; place-items: center; width: 44px; height: 44px;
  border-radius: 999px; border: 1px solid var(--line); background: transparent;
  color: var(--ink); cursor: pointer;
}
@media (min-width: 1024px) { .nav-toggle { display: none; } }

.mobile-nav { margin-top: .6rem; }
.mobile-nav.hidden { display: none; }
.mobile-nav .card { padding: 1rem; display: flex; flex-direction: column; gap: .15rem; }
.mobile-nav a:not(.btn) {
  padding: .55rem .6rem; border-radius: var(--radius-sm); text-decoration: none;
  font-size: 1rem; font-weight: 500;
}
.mobile-nav a:not(.btn):hover { background: var(--blue-50); color: var(--blue-700); }
.mobile-nav .mobile-cta { display: flex; flex-direction: column; gap: .5rem; padding-top: .8rem; margin-top: .5rem; border-top: 1px solid var(--line); }

/* ---------- hero ---------- */
.hero {
  position: relative; display: flex; align-items: flex-end;
  min-height: 34rem; margin-top: -4.85rem; overflow: hidden;
}
@media (min-width: 768px) { .hero { min-height: 38rem; } }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-scrim-b { position: absolute; inset: 0; background: linear-gradient(to top, var(--navy-950) 0%, rgba(10, 28, 52, .78) 30%, rgba(10, 28, 52, .12) 60%, transparent 85%); }
.hero-scrim-l { position: absolute; inset: 0; background: linear-gradient(to right, rgba(10, 28, 52, .5), rgba(10, 28, 52, .12) 50%, transparent 72%); }
.hero-content { position: relative; z-index: 1; width: 100%; padding-block: 4.5rem 3.5rem; }
.hero-lead { font-size: clamp(1.1rem, 2vw, 1.35rem); color: rgba(255, 255, 255, .85); max-width: 38rem; margin-top: 1.4rem; text-wrap: pretty; }
.hero-ctas { display: flex; flex-wrap: wrap; align-items: center; gap: .9rem; margin-top: 2rem; }
.hero-note { margin-top: 1.1rem; font-size: .95rem; }

.chip-row { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.6rem; max-width: 44rem; }
.chip-glass {
  flex: 1 1 15rem; padding: .85rem 1.05rem; border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, .15); background: rgba(255, 255, 255, .05);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, .85); font-size: .9rem; line-height: 1.45;
}
.chip-glass strong { display: block; color: #fff; font-size: .95rem; }
.chip-glass--accent { border-color: var(--blue-400); background: rgba(255, 255, 255, .1); }

/* subpagina-hero (licht, met breadcrumb) */
.page-hero { padding-block: 3rem 4rem; }
@media (min-width: 768px) { .page-hero { padding-block: 4rem 5.5rem; } }

.breadcrumb {
  display: flex; flex-wrap: wrap; align-items: center; gap: .45rem;
  font-size: .85rem; color: var(--ink-faint); margin-bottom: 1.6rem;
}
.breadcrumb a { color: var(--ink-soft); text-decoration: none; }
.breadcrumb a:hover { color: var(--blue-700); }
.breadcrumb svg { width: 13px; height: 13px; }

.badge {
  display: inline-flex; align-items: center; gap: .4rem;
  padding: .35rem .8rem; border-radius: 999px;
  background: var(--blue-100); color: var(--blue-700);
  font-size: .8rem; font-weight: 600;
}
.badge svg { width: 14px; height: 14px; }

/* ---------- cards ---------- */
.card {
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-card);
}
.card-pad { padding: 1.5rem; }

.icon-chip {
  display: grid; place-items: center; width: 44px; height: 44px; flex: none;
  border-radius: var(--radius-sm); background: var(--blue-100); color: var(--blue-700);
}
.icon-chip svg { width: 22px; height: 22px; }
.icon-chip--lg { width: 48px; height: 48px; }

.feature-card { padding: 1.5rem; }
.feature-card h3 { font-size: 1.2rem; margin-top: 1.1rem; }
.feature-card p { font-size: .98rem; color: var(--ink-soft); margin-top: .55rem; }

.svc-card { display: block; text-decoration: none; overflow: hidden; transition: transform .45s var(--ease), box-shadow .45s var(--ease); }
.svc-card:hover { transform: translateY(-4px); box-shadow: 0 2px 4px #0f27470a, 0 22px 44px -24px #0f274733; }
.svc-media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.svc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.svc-card:hover .svc-media img { transform: scale(1.05); }
.svc-badge {
  position: absolute; top: .8rem; left: .8rem; display: grid; place-items: center;
  width: 40px; height: 40px; border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, .9); backdrop-filter: blur(4px); color: var(--navy-900);
}
.svc-badge svg { width: 20px; height: 20px; }
.svc-body { padding: 1.25rem 1.4rem 1.5rem; }
.svc-body h3 { font-size: 1.28rem; margin-top: .45rem; transition: color .25s var(--ease); }
.svc-card:hover .svc-body h3 { color: var(--blue-700); }
.svc-body p { font-size: .95rem; color: var(--ink-soft); margin-top: .5rem; }
.svc-more { display: inline-flex; align-items: center; gap: .35rem; margin-top: .9rem; font-size: .9rem; font-weight: 600; color: var(--blue-700); }
.svc-more svg { width: 15px; height: 15px; transition: transform .3s var(--ease); }
.svc-card:hover .svc-more svg { transform: translateX(3px); }

.step-card { padding: 1.6rem 1.5rem; }
.step-num { font-family: var(--font-display); font-size: 2.6rem; font-weight: 600; color: var(--blue-400); line-height: 1; }
.step-card h3 { font-size: 1.18rem; margin-top: .9rem; }
.step-card p { font-size: .95rem; color: var(--ink-soft); margin-top: .5rem; }
.step-meta { font-size: .82rem; color: var(--ink-faint); margin-top: .7rem; }

/* ---------- bezel (fotolijst) ---------- */
.bezel {
  background: color-mix(in srgb, var(--navy-900) 6%, var(--paper));
  border: 1px solid color-mix(in srgb, var(--navy-900) 9%, transparent);
  border-radius: calc(var(--radius-xl) + .4rem); padding: .5rem;
  box-shadow: 0 1px 2px #0f27470a, 0 30px 60px -34px #0f274738;
}
.bezel img { border-radius: var(--radius-xl); width: 100%; object-fit: cover; }

/* ---------- USP-balk ---------- */
.usp-bar { border-block: 1px solid var(--line); padding-block: 1.75rem; }
.usp-item { display: flex; align-items: center; gap: .9rem; }
.usp-item strong { display: block; font-size: .98rem; color: var(--navy-900); line-height: 1.3; }
.usp-item span { font-size: .88rem; color: var(--ink-soft); }

/* ---------- vergelijking ---------- */
.compare-col { padding: 1.9rem 1.7rem; position: relative; }
.compare-col--win { border-color: var(--blue-400); border-width: 1.5px; }
.compare-flag {
  position: absolute; top: -0.85rem; left: 1.5rem;
  padding: .25rem .75rem; border-radius: 999px; background: var(--blue-600);
  color: var(--navy-950); font-size: .78rem; font-weight: 700;
}
.compare-col h3 { font-size: 1.3rem; }
.compare-col ul { list-style: none; padding: 0; margin: 1.1rem 0 0; display: grid; gap: .75rem; }
.compare-col li { display: flex; gap: .6rem; font-size: .97rem; color: var(--ink-soft); }
.compare-col li svg { width: 19px; height: 19px; flex: none; margin-top: .2rem; }
.li-x svg { color: var(--ink-faint); }
.li-check svg { color: var(--blue-600); }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: .8rem; }
.faq details { overflow: hidden; }
.faq summary {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  list-style: none; cursor: pointer; padding: 1.15rem 1.25rem;
  font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; color: var(--navy-900);
}
.faq summary::-webkit-details-marker { display: none; }
.faq-plus {
  display: grid; place-items: center; width: 28px; height: 28px; flex: none;
  border-radius: 999px; background: var(--blue-50); color: var(--blue-700);
  transition: transform .3s var(--ease);
}
.faq-plus svg { width: 15px; height: 15px; }
.faq details[open] .faq-plus { transform: rotate(45deg); }
.faq .faq-a { padding: 0 1.25rem 1.25rem; color: var(--ink-soft); line-height: 1.6; font-size: 1.02rem; }
.faq .faq-a a { color: var(--blue-700); }

/* ---------- pills ---------- */
.pill-row { display: flex; flex-wrap: wrap; gap: .6rem; }
.pill {
  display: inline-flex; align-items: center; gap: .4rem;
  padding: .55rem 1.05rem; border-radius: 999px;
  border: 1px solid var(--line); background: var(--card);
  font-size: .92rem; font-weight: 500; color: var(--ink); text-decoration: none;
  transition: border-color .25s var(--ease), color .25s var(--ease), transform .25s var(--ease);
}
.pill:hover { border-color: var(--blue-500); color: var(--blue-700); transform: translateY(-2px); }
.pill svg { width: 14px; height: 14px; color: var(--blue-600); }

/* ---------- galerij ---------- */
.gallery { display: grid; gap: 1rem; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 768px) { .gallery { grid-template-columns: repeat(3, 1fr); } }
.gallery figure { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); }
.gallery img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; transition: transform .7s var(--ease); }
.gallery figure:hover img { transform: scale(1.04); }
.gallery-note { margin-top: 1rem; font-size: .85rem; color: var(--ink-faint); }

/* ---------- quote ---------- */
.blockquote { border-left: 3px solid var(--blue-400); padding-left: 1.4rem; margin-top: 1.8rem; }
.blockquote p { font-family: var(--font-display); font-size: 1.3rem; font-weight: 500; color: var(--navy-900); line-height: 1.35; }
.blockquote cite { display: block; margin-top: .7rem; font-style: normal; font-size: .92rem; color: var(--ink-soft); }

/* ---------- donkere beeldband ---------- */
.dark-band { position: relative; min-height: 54vh; display: flex; align-items: center; overflow: hidden; }
.dark-band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.dark-band .scrim { position: absolute; inset: 0; background: linear-gradient(to right, rgba(10, 28, 52, .88), rgba(10, 28, 52, .45) 55%, transparent 85%); }
.dark-band .container-x { position: relative; z-index: 1; }
.dark-band h2 { color: #fff; font-size: clamp(1.7rem, 3.6vw, 2.7rem); max-width: 30ch; }

/* ---------- CTA-band ---------- */
.cta-band { background: var(--blue-50); border-block: 1px solid var(--line); text-align: center; }
.cta-band .lead { margin-inline: auto; max-width: 42rem; }
.cta-checks {
  display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem 1.6rem;
  margin-top: 1.6rem; padding: 0; list-style: none;
}
.cta-checks li { display: inline-flex; align-items: center; gap: .45rem; font-size: .95rem; color: var(--ink-soft); }
.cta-checks svg { width: 17px; height: 17px; color: var(--blue-600); }
.cta-btns { display: flex; flex-wrap: wrap; justify-content: center; gap: .9rem; margin-top: 2rem; }

/* ---------- highlight / kort antwoord ---------- */
.kort-antwoord, .highlight-card {
  background: var(--blue-50); border: 1px solid var(--blue-100);
  border-radius: var(--radius-lg); padding: 1.5rem 1.6rem;
}
.kort-antwoord h2, .highlight-card h3 { font-size: 1.2rem; display: flex; align-items: center; gap: .55rem; }
.kort-antwoord h2 svg, .highlight-card h3 svg { width: 20px; height: 20px; color: var(--blue-600); flex: none; }
.kort-antwoord p, .highlight-card p { margin-top: .7rem; color: var(--ink); font-size: 1.05rem; }

/* ---------- prose (artikelen) ---------- */
.prose { font-size: 1.08rem; }
.prose > * + * { margin-top: 1.15rem; }
.prose h2 { font-size: clamp(1.55rem, 3.5vw, 2rem); margin-top: 2.6rem; }
.prose h3 { font-size: clamp(1.2rem, 2.6vw, 1.45rem); margin-top: 2rem; }
.prose p { color: var(--ink); }
.prose a { color: var(--blue-700); text-decoration: underline; text-decoration-color: var(--blue-300); text-underline-offset: 3px; }
.prose a:hover { text-decoration-color: var(--blue-700); }
.prose ul, .prose ol { padding-left: 1.4rem; display: grid; gap: .45rem; }
.prose li::marker { color: var(--blue-600); font-weight: 600; }
.prose strong { color: var(--navy-900); }

.article-meta { display: flex; flex-wrap: wrap; align-items: center; gap: .7rem; font-size: .88rem; color: var(--ink-soft); }
.article-meta .kicker { color: var(--blue-700); }

/* artikel-kaart */
.art-card { display: flex; flex-direction: column; text-decoration: none; overflow: hidden; transition: transform .45s var(--ease), box-shadow .45s var(--ease); }
.art-card:hover { transform: translateY(-4px); box-shadow: 0 2px 4px #0f27470a, 0 22px 44px -24px #0f274733; }
.art-media { aspect-ratio: 16 / 9; overflow: hidden; }
.art-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.art-card:hover .art-media img { transform: scale(1.05); }
.art-body { padding: 1.15rem 1.3rem 1.4rem; display: flex; flex-direction: column; gap: .5rem; flex: 1; }
.art-body h2, .art-body h3 { font-size: 1.18rem; transition: color .25s var(--ease); }
.art-card:hover .art-body h2, .art-card:hover .art-body h3 { color: var(--blue-700); }
.art-body p { font-size: .93rem; color: var(--ink-soft); flex: 1; }
.art-body .art-meta { font-size: .8rem; color: var(--ink-faint); }

/* ---------- formulieren ---------- */
.form-grid { display: grid; gap: 1.1rem; }
@media (min-width: 640px) { .form-grid-2 { grid-template-columns: 1fr 1fr; } }
.field label { display: block; font-size: .9rem; font-weight: 600; color: var(--navy-900); margin-bottom: .4rem; }
.field input, .field textarea, .field select {
  width: 100%; border-radius: var(--radius-sm); border: 1px solid var(--line);
  background: var(--paper); padding: .8rem 1rem; font-size: .95rem;
  font-family: var(--font-sans); color: var(--ink);
}
.field input:focus, .field textarea:focus { border-color: var(--blue-500); outline: none; }
.form-note { font-size: .82rem; color: var(--ink-faint); }
.form-status { font-size: .95rem; font-weight: 600; margin-top: .6rem; }
.form-status.ok { color: #3d7a3d; }
.form-status.err { color: #a43a0a; }
.hidden { display: none !important; }
input.hp-field { position: absolute; left: -9999px; opacity: 0; }

/* ---------- footer ---------- */
.site-footer { background: var(--navy-950); color: var(--footer-text); margin-top: 0; }
.footer-grid { display: grid; gap: 2.5rem; padding-block: 4rem 2.5rem; }
@media (min-width: 900px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.site-footer h2 { font-size: .8rem; text-transform: uppercase; letter-spacing: .14em; color: #fff; font-family: var(--font-sans); font-weight: 600; }
.site-footer ul { list-style: none; padding: 0; margin: 1rem 0 0; display: grid; gap: .5rem; }
.site-footer li a { color: var(--footer-link); text-decoration: none; font-size: .95rem; transition: color .25s var(--ease); }
.site-footer li a:hover { color: #fff; }
.footer-brand p { font-size: .95rem; color: var(--footer-link); margin-top: 1rem; max-width: 26rem; }
.footer-contact { display: grid; gap: .5rem; margin-top: 1.2rem; }
.footer-contact a { display: inline-flex; align-items: center; gap: .55rem; color: var(--footer-text); text-decoration: none; font-size: .95rem; }
.footer-contact a:hover { color: var(--blue-300); }
.footer-contact svg { width: 16px; height: 16px; color: var(--blue-300); }
.footer-bottom {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .8rem;
  padding-block: 1.4rem; border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: .85rem; color: var(--footer-link);
}
.footer-bottom a { color: var(--footer-link); text-decoration: none; }
.footer-bottom a:hover { color: #fff; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 1.1rem; }
.logo--footer .logo-chip { background: var(--navy-800); }
.logo--footer .logo-name { color: #fff; }
.logo--footer .logo-sub { color: var(--footer-link); }

/* ---------- floating contact-widget ---------- */
.cw { position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 50; }
.cw-fab {
  position: relative; display: grid; place-items: center;
  width: 3.6rem; height: 3.6rem; border-radius: 999px; border: none; cursor: pointer;
  background: var(--blue-600); color: #fff;
  box-shadow: 0 10px 30px -10px #2563eb99;
  transition: transform .3s var(--ease);
}
.cw-fab:hover { transform: translateY(-2px); }
.cw-fab svg { width: 24px; height: 24px; }
.cw-ring { position: absolute; inset: 0; border-radius: 999px; border: 2px solid var(--blue-500); animation: cwPing 2.6s var(--ease) infinite; pointer-events: none; }
.cw-panel {
  position: absolute; right: 0; bottom: calc(100% + .8rem); width: 20rem; max-width: calc(100vw - 2.5rem);
  padding: .75rem; transform-origin: bottom right;
  opacity: 0; visibility: hidden; transform: translateY(6px) scale(.97);
  transition: opacity .2s var(--ease), transform .2s var(--ease), visibility .2s;
}
.cw.cw-open .cw-panel { opacity: 1; visibility: visible; transform: none; }
.cw-title { font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; color: var(--navy-900); padding: .5rem .55rem .25rem; }
.cw-check {
  display: flex; align-items: center; gap: .8rem; padding: .85rem .9rem; margin-top: .35rem;
  border-radius: var(--radius); background: var(--navy-900); color: #fff; text-decoration: none;
}
.cw-check .icon-chip { background: var(--navy-800); color: var(--sky); }
.cw-check strong { display: block; font-size: .95rem; }
.cw-check span { font-size: .8rem; color: var(--footer-link); }
.cw-row {
  display: flex; align-items: center; gap: .8rem; padding: .7rem .9rem; margin-top: .3rem;
  border-radius: var(--radius); text-decoration: none; color: var(--ink);
  transition: background-color .2s var(--ease);
}
.cw-row:hover { background: var(--blue-50); }
.cw-row strong { display: block; font-size: .92rem; color: var(--navy-900); }
.cw-row span { font-size: .8rem; color: var(--ink-soft); }

/* ---------- calculator & keuken-check ---------- */
.opt-row { display: flex; flex-wrap: wrap; gap: .6rem; }
.opt {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .7rem 1.15rem; border-radius: 999px; border: 1px solid var(--line);
  background: var(--card); font-size: .95rem; font-weight: 500; cursor: pointer;
  transition: border-color .2s var(--ease), background-color .2s var(--ease), color .2s var(--ease);
}
.opt:hover { border-color: var(--blue-400); }
.opt.selected { border-color: var(--blue-600); background: var(--blue-50); color: var(--blue-700); font-weight: 600; }
.calc-result-bar { height: .55rem; border-radius: 999px; background: var(--paper-2); overflow: hidden; margin-top: .4rem; }
.calc-result-bar div { height: 100%; border-radius: 999px; background: var(--blue-500); transition: width .5s var(--ease); }
.calc-line { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; margin-top: 1.1rem; }
.calc-line .amt { font-family: var(--font-display); font-weight: 600; font-size: 1.35rem; color: var(--navy-900); white-space: nowrap; }
.calc-save .amt { color: var(--blue-700); }

.quiz-progress { height: .45rem; border-radius: 999px; background: var(--paper-2); overflow: hidden; }
.quiz-progress div { height: 100%; background: var(--blue-500); transition: width .4s var(--ease); }
.quiz-option {
  display: flex; align-items: center; gap: .9rem; width: 100%; text-align: left;
  padding: 1rem 1.2rem; border-radius: var(--radius); border: 1px solid var(--line);
  background: var(--card); font-size: 1rem; font-family: var(--font-sans); cursor: pointer;
  transition: border-color .2s var(--ease), background-color .2s var(--ease), transform .2s var(--ease);
}
.quiz-option:hover { border-color: var(--blue-500); background: var(--blue-50); transform: translateY(-1px); }
.quiz-key {
  display: grid; place-items: center; width: 26px; height: 26px; flex: none;
  border-radius: var(--radius-sm); background: var(--paper-2);
  font-size: .8rem; font-weight: 700; color: var(--ink-soft);
}
.quiz-fade { animation: quizIn .35s var(--ease); }
@keyframes quizIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

/* ---------- configurator ---------- */
.cfg-grid { display: grid; gap: 1.25rem; max-width: 62rem; margin-inline: auto; }
@media (min-width: 700px) { .cfg-grid { grid-template-columns: repeat(3, 1fr); } }
.cfg-card {
  position: relative; display: flex; flex-direction: column; width: 100%;
  padding: 0; text-align: center; font-family: var(--font-sans); cursor: pointer;
  background: var(--card); border: 1.5px solid var(--line);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-card); overflow: hidden;
  transition: transform .3s var(--ease), border-color .25s var(--ease), box-shadow .3s var(--ease);
}
.cfg-card:hover { transform: translateY(-3px); border-color: var(--blue-400); }
.cfg-card.selected { border-color: var(--blue-600); }
.cfg-media { aspect-ratio: 4 / 3; overflow: hidden; }
.cfg-media img { width: 100%; height: 100%; object-fit: cover; }
.cfg-radio {
  position: absolute; top: .8rem; right: .8rem; width: 28px; height: 28px;
  border-radius: 999px; background: #fff; border: 1.5px solid var(--line);
  display: grid; place-items: center; transition: border-color .2s var(--ease);
}
.cfg-radio::after {
  content: ""; width: 14px; height: 14px; border-radius: 999px;
  background: var(--blue-600); transform: scale(0); transition: transform .25s var(--ease);
}
.cfg-card.selected .cfg-radio { border-color: var(--blue-600); }
.cfg-card.selected .cfg-radio::after { transform: scale(1); }
.cfg-body { padding: 1.1rem 1.2rem 1.3rem; flex: 1; transition: background-color .25s var(--ease); }
.cfg-body strong { display: block; font-family: var(--font-display); font-weight: 600; font-size: 1.22rem; color: var(--navy-900); }
.cfg-body span { display: block; margin-top: .3rem; font-size: .92rem; color: var(--ink-soft); line-height: 1.45; }
.cfg-card.selected .cfg-body { background: var(--navy-900); }
.cfg-card.selected .cfg-body strong { color: #fff; }
.cfg-card.selected .cfg-body span { color: var(--footer-link); }
.cfg-panel { max-width: 52rem; margin-inline: auto; }
.cfg-grid--sm { max-width: none; gap: .9rem; }
@media (min-width: 520px) { .cfg-grid--sm { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 700px) { .cfg-grid--sm { grid-template-columns: repeat(2, 1fr); } }
.cfg-card--sm .cfg-media { aspect-ratio: 16 / 9; }
.cfg-card--sm .cfg-body { padding: .85rem 1rem 1rem; }
.cfg-card--sm .cfg-body strong { font-size: 1.05rem; }
.cfg-card--sm .cfg-body span { font-size: .84rem; margin-top: .2rem; }
.cfg-tiles { display: grid; gap: .7rem; }
@media (min-width: 640px) { .cfg-tiles { grid-template-columns: repeat(2, 1fr); } }
.cfg-opt {
  position: relative; display: flex; align-items: center; gap: .95rem;
  width: 100%; text-align: left; padding: .95rem 1.05rem;
  background: var(--card); border: 1.5px solid var(--line);
  border-radius: var(--radius-lg); cursor: pointer; font-family: var(--font-sans);
  transition: transform .25s var(--ease), border-color .2s var(--ease), background-color .2s var(--ease);
}
.cfg-opt:hover { border-color: var(--blue-400); transform: translateY(-1px); }
.cfg-opt.selected { border-color: var(--blue-600); background: var(--blue-50); }
.cfg-opt .icon-chip { flex: none; }
.cfg-opt strong { display: block; font-size: 1.02rem; color: var(--navy-900); line-height: 1.3; }
.cfg-opt .sub { display: block; font-size: .85rem; color: var(--ink-soft); margin-top: .15rem; line-height: 1.4; }
.cfg-opt .cfg-radio { position: static; margin-left: auto; flex: none; width: 24px; height: 24px; }
.cfg-opt .cfg-radio::after { width: 12px; height: 12px; }
.cfg-opt.selected .cfg-radio { border-color: var(--blue-600); }
.cfg-opt.selected .cfg-radio::after { transform: scale(1); }
.cfg-summary {
  display: flex; flex-wrap: wrap; gap: .45rem; margin-top: .9rem;
}
.cfg-summary span {
  display: inline-flex; align-items: center; gap: .35rem;
  padding: .3rem .75rem; border-radius: 999px; background: var(--blue-50);
  border: 1px solid var(--blue-100); font-size: .82rem; font-weight: 500; color: var(--navy-900);
}

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes twinkle { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .45; transform: scale(.8); } }
@keyframes cwPing { 0% { transform: scale(1); opacity: .7; } 80%, 100% { transform: scale(1.55); opacity: 0; } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
  html { scroll-behavior: auto; }
}

/* ---------- misc ---------- */
.mt-1 { margin-top: .5rem; } .mt-2 { margin-top: 1rem; } .mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; } .mt-6 { margin-top: 3rem; } .mt-8 { margin-top: 4rem; }
.flex-wrap-btns { display: flex; flex-wrap: wrap; gap: .9rem; }
.checklist { list-style: none; padding: 0; display: grid; gap: .7rem; }
.checklist li { display: flex; gap: .6rem; align-items: flex-start; font-size: 1rem; color: var(--ink-soft); }
.checklist svg { width: 19px; height: 19px; color: var(--blue-600); flex: none; margin-top: .2rem; }
