/* ══════════════════════════════════════════════════════════════
   Novera Bouw
   Palet: warm wit, diep marineblauw, oranje accent.
   ══════════════════════════════════════════════════════════════ */

:root {
  --room: #fff9f4;
  --room-2: #fdf1e7;
  --wit: #ffffff;
  --inkt: #0d1f3d;
  --inkt-2: #17335c;
  --oranje: #ef8c39;
  --oranje-diep: #dd7420;
  --oranje-zacht: #fbe6d2;
  --grijs: #5e6472;
  --grijs-licht: #8a90a0;
  --lijn: #eadfd3;
  --lijn-2: #f2e8de;

  --kop: 'Archivo', system-ui, sans-serif;
  --tekst: 'Inter', system-ui, sans-serif;

  --wrap: 1240px;
  --r: 14px;
  --r-s: 10px;
  --schaduw: 0 1px 2px rgba(13, 31, 61, 0.04), 0 8px 24px -12px rgba(13, 31, 61, 0.14);
  --schaduw-op: 0 2px 6px rgba(13, 31, 61, 0.06), 0 26px 50px -22px rgba(13, 31, 61, 0.34);
  --soepel: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--room);
  color: var(--inkt);
  font-family: var(--tekst);
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.is-vast {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

[hidden] {
  display: none !important;
}

a {
  color: inherit;
}

h1,
h2,
h3,
h4 {
  font-family: var(--kop);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.022em;
  margin: 0;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.5rem, 6vw, 4.3rem);
  font-weight: 800;
}
h2 {
  font-size: clamp(1.9rem, 3.6vw, 3rem);
}
h3 {
  font-size: 1.16rem;
}

p {
  margin: 0 0 1em;
  text-wrap: pretty;
}

.wrap {
  width: min(100% - 40px, var(--wrap));
  margin-inline: auto;
}

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  background: var(--inkt);
  color: #fff;
  padding: 12px 18px;
}
.skip:focus {
  left: 12px;
  top: 12px;
}

:focus-visible {
  outline: 3px solid var(--oranje);
  outline-offset: 3px;
}

/* ── leesbalk ───────────────────────────────────────────── */
.prog {
  position: fixed;
  inset: 0 0 auto 0;
  height: 3px;
  z-index: 120;
  pointer-events: none;
}
.prog i {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--oranje), var(--oranje-diep));
}

/* ── knoppen ────────────────────────────────────────────── */
.btn {
  --bg: var(--oranje);
  --fg: #fff;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 26px;
  border: 0;
  border-radius: 999px;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--kop);
  font-weight: 700;
  font-size: 0.97rem;
  letter-spacing: 0.01em;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.25s var(--soepel), box-shadow 0.25s var(--soepel), background 0.25s;
  box-shadow: 0 10px 22px -12px rgba(221, 116, 32, 0.9);
}
.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(120px 60px at var(--mx, 50%) var(--my, 50%), rgba(255, 255, 255, 0.28), transparent 70%);
  opacity: 0;
  transition: opacity 0.3s;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px -14px rgba(221, 116, 32, 0.95);
}
.btn:hover::after {
  opacity: 1;
}
.btn:active {
  transform: translateY(0);
}

.btn--oranje:hover {
  background: var(--oranje-diep);
}
.btn--inkt {
  --bg: var(--inkt);
  box-shadow: 0 10px 22px -14px rgba(13, 31, 61, 0.9);
}
.btn--inkt:hover {
  background: var(--inkt-2);
}
.btn--lijn {
  --bg: transparent;
  --fg: var(--inkt);
  border: 1.5px solid rgba(13, 31, 61, 0.22);
  box-shadow: none;
}
.btn--lijn:hover {
  background: rgba(13, 31, 61, 0.05);
  border-color: rgba(13, 31, 61, 0.4);
}
.btn--glas {
  --bg: rgba(255, 255, 255, 0.12);
  --fg: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  box-shadow: none;
}
.btn--glas:hover {
  background: rgba(255, 255, 255, 0.22);
}
.btn--groot {
  padding: 18px 34px;
  font-size: 1.04rem;
}
.btn--klein {
  padding: 11px 18px;
  font-size: 0.88rem;
}
.btn--vol {
  width: 100%;
}

/* ── nav ────────────────────────────────────────────────── */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  /* altijd de lichte band: anders staat het donkere logo op de herofoto en zie je het niet */
  background: rgba(255, 249, 244, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--lijn);
  transition: box-shadow 0.3s;
}
.nav__in {
  display: flex;
  align-items: center;
  gap: 26px;
  height: 78px;
}
.nav.is-vast {
  box-shadow: 0 6px 24px -18px rgba(13, 31, 61, 0.5);
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  flex: none;
}
.brand__mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--oranje);
  color: #fff;
}
.brand__mark svg {
  width: 24px;
  height: 24px;
}
.brand__txt {
  display: flex;
  flex-direction: column;
  line-height: 1;
  font-family: var(--kop);
}
.brand__txt b {
  font-size: 1.13rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.brand__txt i {
  font-style: normal;
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  opacity: 0.65;
  margin-top: 3px;
}

.nav__links {
  display: flex;
  gap: 4px;
  margin-left: auto;
}
.nav__links a {
  position: relative;
  padding: 9px 14px;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s, background 0.2s;
}
.nav__links a::after {
  content: '';
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 4px;
  height: 2px;
  background: var(--oranje);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s var(--soepel);
}
.nav__links a:hover::after,
.nav__links a[aria-current='page']::after {
  transform: scaleX(1);
}

.nav__right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav__tel {
  display: none;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  white-space: nowrap;
}
.nav__tel em {
  font-style: normal;
}
.nav__tel:hover {
  color: var(--oranje-diep);
}
.nav__tel[hidden] {
  display: none !important;
}

.nav__merk {
  display: none;
}

.burger {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--lijn);
  border-radius: 10px;
  background: var(--wit);
  cursor: pointer;
  padding: 0;
}
.burger span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 3.5px auto;
  background: var(--inkt);
  transition: transform 0.3s var(--soepel), opacity 0.2s;
}
.burger[aria-expanded='true'] span:nth-child(1) {
  transform: translateY(5.5px) rotate(45deg);
}
.burger[aria-expanded='true'] span:nth-child(2) {
  opacity: 0;
}
.burger[aria-expanded='true'] span:nth-child(3) {
  transform: translateY(-5.5px) rotate(-45deg);
}

.drawer {
  position: fixed;
  inset: 78px 0 0 0;
  z-index: 99;
  background: var(--room);
  padding: 22px;
  animation: lade 0.32s var(--soepel);
}
@keyframes lade {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
}
.drawer__in {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.drawer__in a {
  padding: 16px 6px;
  border-bottom: 1px solid var(--lijn);
  font-family: var(--kop);
  font-weight: 600;
  font-size: 1.25rem;
  text-decoration: none;
}
.drawer__cta {
  margin-top: 18px;
  border: 0 !important;
  background: var(--oranje);
  color: #fff;
  border-radius: 999px;
  text-align: center;
}

/* ── secties ────────────────────────────────────────────── */
.sec {
  position: relative;
  padding: clamp(64px, 8vw, 116px) 0;
}
.sec--kort {
  padding: clamp(44px, 5vw, 68px) 0;
}
.sec--wit {
  background: var(--wit);
}
.sec--inkt {
  background: var(--inkt);
  color: #fff;
}
.sec--inkt h2,
.sec--inkt h3 {
  color: #fff;
}
.sec--room2 {
  background: var(--room-2);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 16px;
  font-family: var(--kop);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--oranje-diep);
}
.eyebrow::before {
  content: '';
  width: 26px;
  height: 2px;
  background: var(--oranje);
}
.sec--inkt .eyebrow {
  color: var(--oranje);
}

.kop {
  max-width: 660px;
  margin: 0 auto clamp(38px, 5vw, 60px);
  text-align: center;
}
.kop .eyebrow {
  justify-content: center;
}
.kop--links {
  margin-inline: 0;
  text-align: left;
}
.kop--links .eyebrow {
  justify-content: flex-start;
}
.kop__p {
  margin: 18px 0 0;
  color: var(--grijs);
  font-size: 1.06rem;
}
.sec--inkt .kop__p {
  color: rgba(255, 255, 255, 0.72);
}

/* ── hero ───────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: min(92vh, 860px);
  display: flex;
  align-items: flex-end;
  padding: 150px 0 clamp(54px, 7vw, 92px);
  overflow: hidden;
  background: var(--inkt);
}
.hero__beeld {
  position: absolute;
  inset: -8% 0 -8% 0;
  z-index: 0;
}
.hero__beeld img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}
.hero__beeld::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(13, 31, 61, 0.92) 8%, rgba(13, 31, 61, 0.66) 44%, rgba(13, 31, 61, 0.18) 78%);
}
.hero__in {
  position: relative;
  z-index: 1;
  color: #fff;
  max-width: 800px;
}
.hero__in .eyebrow {
  color: #fff;
}
.hero__in .eyebrow::before {
  background: var(--oranje);
}
.hero h1 {
  color: #fff;
  margin-bottom: 22px;
}
.hero h1 em {
  font-style: normal;
  color: var(--oranje);
}
.hero__p {
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  color: rgba(255, 255, 255, 0.86);
  max-width: 560px;
  margin-bottom: 30px;
}
.hero__knop {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.hero__merk {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  gap: 0;
}

/* woord-voor-woord binnenkomen */
.kinetiek span {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}
.kinetiek span > i {
  display: inline-block;
  font-style: inherit;
  transform: translateY(105%);
  animation: opkomen 0.85s var(--soepel) forwards;
  animation-delay: var(--d, 0s);
}
@keyframes opkomen {
  to {
    transform: translateY(0);
  }
}

/* ── lopende band ───────────────────────────────────────── */
.band {
  background: var(--oranje);
  color: #fff;
  overflow: hidden;
  padding: 13px 0;
  border-block: 1px solid rgba(255, 255, 255, 0.25);
}
.band__spoor {
  display: flex;
  width: max-content;
  animation: lopen 46s linear infinite;
}
.band__spoor span {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  padding-right: 34px;
  font-family: var(--kop);
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}
.band__spoor span::after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
}
.band:hover .band__spoor {
  animation-play-state: paused;
}
@keyframes lopen {
  to {
    transform: translateX(-50%);
  }
}

/* ── troeven ────────────────────────────────────────────── */
.troeven {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.troef {
  position: relative;
  background: var(--wit);
  border: 1px solid var(--lijn);
  border-radius: var(--r);
  padding: 30px 26px 28px;
  overflow: hidden;
  transition: transform 0.35s var(--soepel), box-shadow 0.35s var(--soepel), border-color 0.35s;
}
.troef::before {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 3px;
  background: var(--oranje);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s var(--soepel);
}
.troef:hover {
  transform: translateY(-4px);
  box-shadow: var(--schaduw-op);
  border-color: transparent;
}
.troef:hover::before {
  transform: scaleX(1);
}
.troef__ic {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 12px;
  background: var(--oranje-zacht);
  color: var(--oranje-diep);
}
.troef__ic svg {
  width: 24px;
  height: 24px;
}
.troef h3 {
  margin-bottom: 8px;
}
.troef p {
  margin: 0;
  color: var(--grijs);
  font-size: 0.97rem;
}

/* ── split (beeld + tekst) ──────────────────────────────── */
.split {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(32px, 5vw, 76px);
  align-items: center;
}
.split--om .split__beeld {
  order: 2;
}
.split__beeld {
  position: relative;
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--schaduw-op);
}
.split__beeld img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  transform: scale(1.06);
  transition: transform 1.2s var(--soepel);
}
.split__beeld.is-in img {
  transform: scale(1);
}
.split__tag {
  position: absolute;
  left: 18px;
  bottom: 18px;
  background: var(--oranje);
  color: #fff;
  font-family: var(--kop);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 9px 16px;
  border-radius: 999px;
}
.split__txt p {
  color: var(--grijs);
  font-size: 1.04rem;
}
.sec--inkt .split__txt p {
  color: rgba(255, 255, 255, 0.74);
}
.split__txt .btn {
  margin-top: 8px;
}

.lijst {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  display: grid;
  gap: 12px;
}
.lijst li {
  position: relative;
  padding-left: 34px;
  color: var(--grijs);
  font-size: 1rem;
}
.lijst li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: var(--oranje-zacht) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23dd7420' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12.5 9.5 18 20 6.5'/%3E%3C/svg%3E") center / 12px no-repeat;
}
.sec--inkt .lijst li {
  color: rgba(255, 255, 255, 0.8);
}

/* ── werkkaarten ────────────────────────────────────────── */
.werk__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.wkaart {
  position: relative;
  display: block;
  background: var(--wit);
  border: 1px solid var(--lijn);
  border-radius: var(--r);
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.35s var(--soepel), box-shadow 0.35s var(--soepel), border-color 0.3s;
}
.wkaart:hover {
  transform: translateY(-5px);
  box-shadow: var(--schaduw-op);
  border-color: transparent;
}
.wkaart__beeld {
  display: block;
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--lijn-2);
}
.wkaart__beeld img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.85s var(--soepel);
}
.wkaart:hover .wkaart__beeld img {
  transform: scale(1.07);
}
.wkaart__body {
  padding: 19px 20px 22px;
}
.wkaart__body h3 {
  margin-bottom: 6px;
}
.wkaart__body p {
  margin: 0;
  color: var(--grijs);
  font-size: 0.94rem;
  line-height: 1.5;
}
.wkaart__pijl {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--wit);
  color: var(--inkt);
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.3s, transform 0.3s var(--soepel), background 0.3s, color 0.3s;
}
.wkaart:hover .wkaart__pijl {
  opacity: 1;
  transform: translateY(0);
  background: var(--oranje);
  color: #fff;
}
.wkaart__pijl svg {
  width: 17px;
  height: 17px;
}

/* ── werkzaamheden, lange rijen ─────────────────────────── */
.rij {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4vw, 60px);
  align-items: center;
  padding: clamp(34px, 4vw, 52px) 0;
  border-top: 1px solid var(--lijn);
  scroll-margin-top: 100px;
}
.rij:first-of-type {
  border-top: 0;
}
.rij:nth-child(even) .rij__beeld {
  order: 2;
}
.rij__beeld {
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--schaduw);
}
.rij__beeld img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.9s var(--soepel);
}
.rij:hover .rij__beeld img {
  transform: scale(1.04);
}
.rij__n {
  font-family: var(--kop);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--oranje-diep);
}
.rij__txt h2 {
  font-size: clamp(1.6rem, 2.6vw, 2.15rem);
  margin: 10px 0 12px;
}
.rij__txt p {
  color: var(--grijs);
}

/* ── materiaalkaarten ───────────────────────────────────── */
.mat__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.mkaart {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  border: 1px solid var(--lijn);
  border-radius: var(--r);
  background: var(--wit);
  text-align: left;
  font: inherit;
  color: inherit;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.3s var(--soepel), box-shadow 0.3s var(--soepel), border-color 0.25s;
}
.mkaart:hover {
  transform: translateY(-4px);
  box-shadow: var(--schaduw-op);
}
.mkaart__beeld {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--lijn-2);
}
.mkaart__beeld img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--soepel);
}
.mkaart:hover .mkaart__beeld img {
  transform: scale(1.08);
}
.mkaart__body {
  display: flex;
  flex-direction: column;
  padding: 15px 16px 18px;
  gap: 3px;
}
.mkaart__body b {
  font-family: var(--kop);
  font-size: 1.02rem;
}
.mkaart__body i {
  font-style: normal;
  font-size: 0.86rem;
  color: var(--grijs-licht);
  line-height: 1.45;
}
.mkaart__plus {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 4px 14px -6px rgba(13, 31, 61, 0.5);
  transition: background 0.25s, transform 0.35s var(--soepel);
}
.mkaart__plus::before,
.mkaart__plus::after {
  content: '';
  position: absolute;
  inset: 50% 11px auto 11px;
  height: 2px;
  background: var(--inkt);
  transform: translateY(-50%);
  transition: transform 0.35s var(--soepel), background 0.25s;
}
.mkaart__plus::after {
  transform: translateY(-50%) rotate(90deg);
}
.mkaart.is-aan {
  border-color: var(--oranje);
  box-shadow: 0 0 0 2px var(--oranje) inset, var(--schaduw);
}
.mkaart.is-aan .mkaart__plus {
  background: var(--oranje);
  transform: rotate(45deg);
}
.mkaart.is-aan .mkaart__plus::before,
.mkaart.is-aan .mkaart__plus::after {
  background: #fff;
}
.mkaart__vink {
  position: absolute;
  left: 12px;
  top: 12px;
  background: var(--oranje);
  color: #fff;
  font-family: var(--kop);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 11px;
  border-radius: 999px;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.25s, transform 0.3s var(--soepel);
}
.mkaart.is-aan .mkaart__vink {
  opacity: 1;
  transform: translateY(0);
}
.mat__hint {
  margin: 26px 0 0;
  text-align: center;
  color: var(--grijs);
  font-size: 0.97rem;
}
.mat__hint.is-vol {
  color: var(--oranje-diep);
  font-weight: 600;
}

/* ── stappen ────────────────────────────────────────────── */
.stappen {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  counter-reset: s;
}
.stap {
  position: relative;
  padding-top: 30px;
}
.stap::before {
  content: '';
  position: absolute;
  left: 0;
  right: -22px;
  top: 0;
  height: 2px;
  background: var(--lijn);
}
.stap::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 0;
  background: var(--oranje);
  transition: width 0.9s var(--soepel) 0.15s;
}
.stap.is-in::after {
  width: 40px;
}
.stap:last-child::before {
  right: 0;
}
.stap__n {
  display: block;
  font-family: var(--kop);
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1;
  color: var(--oranje);
  margin-bottom: 12px;
}
.stap h3 {
  margin-bottom: 7px;
}
.stap p {
  margin: 0;
  color: var(--grijs);
  font-size: 0.96rem;
}
.sec--inkt .stap::before {
  background: rgba(255, 255, 255, 0.18);
}
.sec--inkt .stap p {
  color: rgba(255, 255, 255, 0.72);
}

/* ── cijfers ────────────────────────────────────────────── */
.cijfers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: center;
}
.cijfer b {
  display: block;
  font-family: var(--kop);
  font-size: clamp(2.6rem, 5vw, 3.8rem);
  font-weight: 800;
  line-height: 1;
  color: var(--oranje);
  font-variant-numeric: tabular-nums;
}
.cijfer i {
  font-style: normal;
  font-size: 0.95rem;
  color: var(--grijs);
}
.sec--inkt .cijfer i {
  color: rgba(255, 255, 255, 0.7);
}

/* ── vragen ─────────────────────────────────────────────── */
.vragen__in {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}
.vraag {
  border-bottom: 1px solid var(--lijn);
}
.vraag summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 0;
  cursor: pointer;
  list-style: none;
  font-family: var(--kop);
  font-weight: 600;
  font-size: 1.05rem;
  transition: color 0.2s;
}
.vraag summary::-webkit-details-marker {
  display: none;
}
.vraag summary::after {
  content: '';
  flex: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1.5px solid var(--lijn);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230d1f3d' stroke-width='2.4' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") center / 15px no-repeat;
  transition: transform 0.35s var(--soepel), background-color 0.25s, border-color 0.25s;
}
.vraag summary:hover {
  color: var(--oranje-diep);
}
.vraag[open] summary::after {
  transform: rotate(180deg);
  border-color: var(--oranje);
}
.vraag__a {
  overflow: hidden;
  animation: vouw 0.4s var(--soepel);
}
.vraag__a p {
  margin: 0 0 20px;
  max-width: 62ch;
  color: var(--grijs);
}
@keyframes vouw {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
}

/* ── formulier ──────────────────────────────────────────── */
.contact__in {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
}
.form {
  background: var(--wit);
  border: 1px solid var(--lijn);
  border-radius: var(--r);
  padding: clamp(22px, 3vw, 34px);
  box-shadow: var(--schaduw);
  display: grid;
  gap: 16px;
}
.form__rij--2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.veld {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}
.veld__l {
  display: block;
  margin-bottom: 7px;
  font-family: var(--kop);
  font-size: 0.83rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--grijs);
}
.veld__l b {
  color: var(--oranje-diep);
}
.veld input,
.veld textarea {
  width: 100%;
  padding: 13px 15px;
  border: 1.5px solid var(--lijn);
  border-radius: var(--r-s);
  background: var(--room);
  font: inherit;
  font-size: 1rem;
  color: var(--inkt);
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}
.veld input::placeholder,
.veld textarea::placeholder {
  color: #b3b8c4;
}
.veld input:focus,
.veld textarea:focus {
  outline: none;
  border-color: var(--oranje);
  background: var(--wit);
  box-shadow: 0 0 0 4px rgba(239, 140, 57, 0.16);
}
.veld input.is-fout {
  border-color: #d9463d;
}
.veld textarea {
  resize: vertical;
  min-height: 108px;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.chip input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.chip {
  position: relative;
}
.chip span {
  display: inline-block;
  padding: 9px 15px;
  border: 1.5px solid var(--lijn);
  border-radius: 999px;
  background: var(--room);
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.22s var(--soepel);
}
.chip span:hover {
  border-color: var(--oranje);
}
.chip input:checked + span {
  background: var(--oranje);
  border-color: var(--oranje);
  color: #fff;
  font-weight: 600;
}
.chip input:focus-visible + span {
  outline: 3px solid var(--oranje);
  outline-offset: 2px;
}

.form__fout {
  margin: 0;
  padding: 12px 15px;
  border-radius: var(--r-s);
  background: #fdeceb;
  color: #a5241d;
  font-size: 0.94rem;
}
.form__klein {
  margin: 0;
  text-align: center;
  font-size: 0.85rem;
  color: var(--grijs-licht);
}

.dank {
  text-align: center;
  padding: 10px 0 4px;
}
.dank__vink {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #e7f6e5;
  color: #2f9c2a;
  animation: pop 0.5s var(--soepel);
}
.dank__vink svg {
  width: 30px;
  height: 30px;
}
@keyframes pop {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
.dank__blok {
  text-align: left;
  white-space: pre-wrap;
  background: var(--room);
  border: 1px solid var(--lijn);
  border-radius: var(--r-s);
  padding: 16px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.85rem;
  margin: 16px 0;
  max-height: 260px;
  overflow: auto;
}

.contact__kaarten {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}
.ckaart {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 16px 18px;
  border: 1px solid var(--lijn);
  border-radius: var(--r);
  background: var(--wit);
  text-decoration: none;
  transition: transform 0.25s var(--soepel), box-shadow 0.25s, border-color 0.25s;
}
.ckaart:hover {
  transform: translateX(4px);
  border-color: var(--oranje);
  box-shadow: var(--schaduw);
}
.ckaart__ic {
  display: grid;
  place-items: center;
  flex: none;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: var(--oranje-zacht);
  color: var(--oranje-diep);
}
.ckaart__ic svg {
  width: 21px;
  height: 21px;
}
.ckaart b {
  display: block;
  font-family: var(--kop);
  font-size: 1rem;
}
.ckaart i {
  font-style: normal;
  font-size: 0.88rem;
  color: var(--grijs);
}

/* ── slot-cta ───────────────────────────────────────────── */
.slot {
  position: relative;
  background: var(--inkt);
  color: #fff;
  overflow: hidden;
}
.slot::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(60% 120% at 88% 10%, rgba(239, 140, 57, 0.34), transparent 60%);
}
.slot__in {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  flex-wrap: wrap;
}
.slot h2 {
  color: #fff;
  max-width: 17ch;
}
.slot p {
  color: rgba(255, 255, 255, 0.74);
  max-width: 46ch;
  margin: 14px 0 0;
}
.slot__knop {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* ── voet ───────────────────────────────────────────────── */
.voet {
  background: var(--inkt);
  color: rgba(255, 255, 255, 0.74);
  padding: clamp(46px, 6vw, 72px) 0 26px;
  font-size: 0.94rem;
}
.voet__in {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.1fr;
  gap: 34px;
}
.voet__merk .brand__txt {
  color: #fff;
  margin-bottom: 14px;
}
.voet__merk p {
  max-width: 34ch;
}
.voet__knoppen {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.voet__kol h4 {
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.voet__kol a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
  transition: color 0.2s, transform 0.2s;
}
.voet__kol a:hover {
  color: var(--oranje);
  transform: translateX(3px);
}
.voet__kol address {
  font-style: normal;
  margin: 12px 0 8px;
}
.voet__kvk {
  font-size: 0.85rem;
  opacity: 0.6;
}
.voet__onder {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 46px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.86rem;
  opacity: 0.66;
}

/* ── wensenbalk ─────────────────────────────────────────── */
.balk {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 95;
  padding: 0 14px calc(14px + env(safe-area-inset-bottom));
  pointer-events: none;
  animation: omhoog 0.4s var(--soepel);
}
@keyframes omhoog {
  from {
    transform: translateY(120%);
  }
}
.balk__in {
  pointer-events: auto;
  width: min(100%, 640px);
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 12px 12px 20px;
  border-radius: 999px;
  background: var(--inkt);
  color: #fff;
  box-shadow: 0 18px 40px -18px rgba(13, 31, 61, 0.85);
}
.balk__txt {
  flex: 1;
  font-size: 0.93rem;
  line-height: 1.3;
}
.balk__txt b {
  color: var(--oranje);
}
.balk__leeg {
  flex: none;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.15rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s;
}
.balk__leeg:hover {
  background: rgba(255, 255, 255, 0.24);
}

/* ── vaste knoppen op mobiel ────────────────────────────── */
.dok {
  display: none;
}

/* ── reveal ─────────────────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s var(--soepel), transform 0.7s var(--soepel);
}
.reveal.is-in {
  opacity: 1;
  transform: none;
}

/* ── responsief ─────────────────────────────────────────── */
@media (min-width: 720px) {
  .nav__tel {
    display: inline-flex;
    gap: 6px;
  }
  .contact__kaarten {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1080px) {
  .werk__grid,
  .mat__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .voet__in {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 900px) {
  .nav__links {
    display: none;
  }
  .burger {
    display: block;
  }
  .nav__cta {
    display: none;
  }
  .troeven,
  .stappen,
  .cijfers {
    grid-template-columns: 1fr 1fr;
  }
  .stap::before,
  .stap::after {
    display: none;
  }
  .stap {
    padding-top: 0;
  }
  .split,
  .rij,
  .vragen__in,
  .contact__in {
    grid-template-columns: 1fr;
  }
  .split--om .split__beeld,
  .rij:nth-child(even) .rij__beeld {
    order: 0;
  }
  .hero {
    min-height: 0;
    padding-top: 128px;
  }

  /* WhatsApp en offerte blijven onderin staan en bewegen mee naar beneden */
  .dok {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 96;
    display: flex;
    gap: 10px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255, 249, 244, 0.94);
    backdrop-filter: blur(14px);
    border-top: 1px solid var(--lijn);
    box-shadow: 0 -12px 30px -24px rgba(13, 31, 61, 0.9);
  }
  .dok .btn {
    flex: 1;
    justify-content: center;
    padding-inline: 10px;
    gap: 8px;
  }
  .dok .btn svg {
    width: 18px;
    height: 18px;
    flex: none;
  }
  body.heeft-dok {
    padding-bottom: 78px;
  }
  body.heeft-dok .balk {
    bottom: calc(68px + env(safe-area-inset-bottom));
    padding-bottom: 10px;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 16px;
  }
  .werk__grid,
  .mat__grid {
    grid-template-columns: 1fr 1fr;
  }
  .troeven,
  .cijfers {
    grid-template-columns: 1fr;
  }
  .cijfers {
    gap: 26px;
  }
  .form__rij--2 {
    grid-template-columns: 1fr;
  }
  .voet__in {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .mkaart__body i {
    font-size: 0.8rem;
  }
  .balk__in {
    padding-left: 16px;
  }
  .balk__txt {
    font-size: 0.86rem;
  }
}

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