:root {
  --ink: #0D472B;
  --lime: #0D472B;
  --line: rgba(13, 71, 43, .25);
}

.logo {
  display: inline-flex;
  width: 210px;
  height: auto;
  align-items: center;
  justify-content: center;
}

.logo img {
  width: 100%;
  height: auto;
  display: block;
}

.contact {
  background: #0D472B;
  color: #f1efe9;
}

.contact input,
.contact textarea {
  color: #f1efe9;
  border-bottom-color: rgba(241, 239, 233, .55);
}

.contact input::placeholder,
.contact textarea::placeholder {
  color: rgba(241, 239, 233, .6);
}

.button-light {
  background: #f1efe9;
  color: #0D472B;
}

footer { background: #0D472B; }

#diensten { display: none; }

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.project-wide {
  margin: 56px 4vw 0;
}

.project-wide img {
  display: block;
  width: 100%;
  height: min(54vw, 620px);
  object-fit: cover;
  object-position: center 55%;
}

.project-wide figcaption {
  max-width: 310px;
  margin: 16px 0 0 auto;
  font: 600 20px/1.2 'Playfair Display', serif;
}

.reviews-home {
  padding: 112px 9.5vw 98px;
  background: #d9d5ca;
}

.reviews-home-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9vw;
  margin-bottom: 55px;
}

.reviews-home h2 {
  margin: 0;
  font-size: clamp(43px, 5vw, 70px);
  line-height: .98;
}

.reviews-home h2 em { color: #6c8367; }

.reviews-home-head > p {
  align-self: end;
  max-width: 410px;
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
}

.reviews-home-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.reviews-home-grid article {
  min-height: 300px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #f1efe9;
}

.review-label, .review-person {
  margin: 0;
  color: #6c8367;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.reviews-home blockquote {
  margin: 28px 0;
  font: 600 24px/1.28 'Playfair Display', serif;
}

.review-note {
  margin: 22px 0 0;
  color: #61735f;
  font-size: 12px;
}

@media (max-width: 760px) {
  .project-wide { margin: 38px 0 0; }
  .project-wide img { height: 420px; }
  .project-wide figcaption { margin-left: 0; }
  .reviews-home { padding: 75px 7vw; }
  .reviews-home-head, .reviews-home-grid { grid-template-columns: 1fr; gap: 28px; }
  .reviews-home-head { margin-bottom: 38px; }
  .reviews-home-grid article { min-height: 240px; }
}

.about-hero { position: relative; height: min(760px, 88vh); min-height: 560px; color: #fff; overflow: hidden; background: #0D472B; }
.about-hero:after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6, 31, 18, .78), rgba(6, 31, 18, .14)); }
.about-hero img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75) brightness(.72); }
.about-hero-copy { position: absolute; z-index: 1; left: 10vw; bottom: 13%; }
.about-hero h1 { margin: 0; font-size: clamp(57px, 7vw, 104px); }
.about-hero h1 em { color: #dce0b6; }
.about-story { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9vw; padding: 130px 14vw; background: #e8e5de; }
.about-story h2 { font-size: clamp(42px, 5vw, 70px); margin: 0; }
.about-story > div > p { max-width: 560px; font-size: 18px; line-height: 1.7; }
.about-story .text-link { margin-top: 15px; }
.about-image { margin: 0; height: min(60vw, 760px); }
.about-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }

@media (max-width: 760px) {
  .about-hero { height: 650px; min-height: 0; }
  .about-hero-copy { left: 7vw; bottom: 12%; }
  .about-story { grid-template-columns: 1fr; gap: 38px; padding: 75px 7vw; }
  .about-image { height: 450px; }
}
