:root {
  --kleur-donker: #1a1a1a;
  --kleur-accent: #c8a96e;
  --kleur-accent-donker: #a88b4e;
  --kleur-licht: #f7f5f0;
  --kleur-wit: #ffffff;
  --kleur-grijs: #f4f4f4;
  --radius: 12px;
  --radius-lg: 20px;
  --schaduw: 0 4px 24px rgba(0,0,0,0.08);
  --schaduw-lg: 0 12px 40px rgba(0,0,0,0.12);
  --nav-height: 72px;
  --section-pad: clamp(3rem, 8vw, 6rem);
  --container: min(1200px, 100% - 2rem);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-smooth: cubic-bezier(0.4, 0, 0.15, 1);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--nav-height);
  background-color: var(--kleur-donker);
  min-height: 100%;
}

body {
  margin: 0;
  font-family: 'DM Sans', sans-serif;
  background: var(--kleur-wit);
  min-height: 100vh;
  min-height: 100dvh;
  color: var(--kleur-donker);
  overflow-x: hidden;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
  touch-action: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible {
  outline: 3px solid var(--kleur-accent);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 10000;
  padding: 0.75rem 1.25rem;
  background: var(--kleur-donker);
  color: var(--kleur-wit);
  font-weight: 600;
  text-decoration: none;
  border-radius: 0 0 var(--radius) 0;
}

.skip-link:focus {
  left: 0;
}

/* ——— Navbar ——— */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 1.5rem;
  height: var(--nav-height);
  background: rgba(255, 255, 255, 0.72);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  transition: background 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out);
}

.navbar--scrolled {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--schaduw);
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: var(--kleur-donker);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: -0.02em;
  z-index: 1003;
  flex-shrink: 0;
}

.nav-brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.nav-brand span {
  display: none;
}

#menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 1003;
  border-radius: var(--radius);
  -webkit-tap-highlight-color: transparent;
}

#menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--kleur-donker);
  border-radius: 2px;
  transition: transform 0.35s var(--ease-out), opacity 0.25s ease;
}

#menu-toggle.is-active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

#menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

#menu-toggle.is-active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.nav-backdrop {
  display: none;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: clamp(1.5rem, 3vw, 3rem);
  margin: 0;
  padding: 0;
}

.nav-links li a {
  color: var(--kleur-donker);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: color 0.25s ease;
  position: relative;
  padding: 0.25rem 0;
}

.nav-links li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--kleur-accent);
  transition: width 0.3s var(--ease-out);
}

.nav-links li a:hover::after,
.nav-links li a.active::after {
  width: 100%;
}

.nav-links li a:hover,
.nav-links li a.active {
  color: var(--kleur-accent-donker);
}

.nav-cta {
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.55rem 1.15rem;
  background: var(--kleur-donker);
  color: var(--kleur-wit);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.88rem;
  border-radius: 999px;
  white-space: nowrap;
  flex-shrink: 0;
  z-index: 1003;
  transition: transform 0.25s var(--ease-out), background 0.25s ease;
}

.nav-cta:hover {
  background: #333;
  transform: translateY(-1px);
}

.nav-cta--bar {
  display: none;
}

.nav-links-cta {
  display: none;
}

@media (min-width: 769px) {
  .nav-cta--bar {
    display: inline-flex;
  }

  .nav-links {
    animation: navReveal 0.8s var(--ease-out) 0.2s forwards;
    opacity: 0;
  }

  .nav-brand span {
    display: inline;
  }

  /* Kleinere witte fade onder hero-foto (desktop); mobiel blijft standaard */
  .hero::after {
    background: linear-gradient(
      0deg,
      #ffffff 0%,
      #ffffff 7%,
      rgba(255, 255, 255, 0.96) 13%,
      rgba(255, 255, 255, 0.68) 22%,
      rgba(255, 255, 255, 0.22) 32%,
      transparent 42%
    );
  }

  .services-summary::after {
    background: linear-gradient(
      180deg,
      #ffffff 0%,
      #ffffff 8%,
      rgba(255, 255, 255, 0.95) 16%,
      rgba(247, 245, 240, 0.9) 34%,
      rgba(247, 245, 240, 0.88) 52%,
      rgba(244, 244, 244, 0.92) 72%,
      rgba(244, 244, 244, 0.98) 88%,
      var(--kleur-grijs) 100%
    );
  }
}

@keyframes navReveal {
  to { opacity: 1; }
}

/* ——— Hero ——— */
.hero {
  min-height: 100svh;
  height: 95vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: var(--nav-height);
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  background-image: url('fietsenstalling.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.7) 0%,
      rgba(255, 255, 255, 0.18) 16%,
      transparent 42%
    ),
    radial-gradient(
      ellipse 78% 62% at 50% 40%,
      rgba(255, 255, 255, 0.42) 0%,
      transparent 70%
    );
  z-index: 1;
}

/* Witte fade over de hero-foto aan de onderkant (onder de tekstbalk) */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    #ffffff 0%,
    #ffffff 12%,
    rgba(255, 255, 255, 0.96) 22%,
    rgba(255, 255, 255, 0.7) 34%,
    rgba(255, 255, 255, 0.25) 46%,
    transparent 58%
  );
  z-index: 1;
  pointer-events: none;
}

.hero-logo-wrap {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: clamp(1.25rem, 4vw, 2rem) clamp(1.5rem, 5vw, 2.75rem);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow:
    0 8px 40px rgba(0, 0, 0, 0.06),
    0 0 0 1px rgba(200, 169, 110, 0.12);
  animation: heroLogoIn 1.2s var(--ease-out) forwards;
  opacity: 0;
}

.hero-logo {
  display: block;
  position: static;
  transform: none;
  max-width: min(320px, 58vw);
  width: 100%;
  height: auto;
  filter: none;
  opacity: 1;
  animation: none;
}

@keyframes heroLogoIn {
  to { opacity: 1; }
}

.hero-text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  will-change: transform, opacity;
  text-align: center;
  background: #ffffff;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: clamp(1.25rem, 4vw, 2rem) clamp(1rem, 5vw, 2.5rem);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  border-top: 3px solid var(--kleur-accent);
  width: min(920px, 100%);
  max-width: 100%;
  box-shadow: 0 -20px 56px rgba(255, 255, 255, 0.95);
  animation: heroTextIn 1s var(--ease-out) 0.3s forwards;
  opacity: 0;
}

@keyframes heroTextIn {
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(16px);
  }
}

.hero-eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--kleur-accent-donker);
  margin: 0 0 0.5rem;
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.75rem, 5vw, 2.35rem);
  font-weight: 700;
  margin: 0 0 0.5rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.hero-lead {
  font-size: clamp(0.95rem, 2.5vw, 1.08rem);
  color: #444;
  margin: 0 0 1.25rem;
  line-height: 1.55;
  max-width: 42ch;
  margin-inline: auto;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s ease, background 0.25s ease;
  -webkit-tap-highlight-color: transparent;
}

.btn-primary {
  background: var(--kleur-donker);
  color: var(--kleur-wit);
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.btn-primary:hover {
  background: #333;
  transform: translateY(-2px);
  box-shadow: var(--schaduw-lg);
}

.btn-outline {
  background: transparent;
  color: var(--kleur-donker);
  border: 2px solid var(--kleur-donker);
}

.btn-outline:hover {
  background: var(--kleur-donker);
  color: var(--kleur-wit);
}

.btn-ghost {
  background: transparent;
  color: var(--kleur-donker);
  border: 2px solid transparent;
  box-shadow: none;
}

.btn-ghost:hover {
  color: var(--kleur-accent-donker);
  border-color: rgba(200, 169, 110, 0.45);
}

/* ——— Sections ——— */
.section-block {
  padding: var(--section-pad) 1rem;
}

.section-header {
  max-width: 640px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.section-header--light .section-eyebrow,
.section-header--light .section-lead {
  color: #555;
}

.section-eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--kleur-accent-donker);
  margin: 0 0 0.5rem;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 6vw, 3.25rem);
  font-weight: 600;
  margin: 0 0 0.75rem;
  padding: 0;
  line-height: 1.15;
}

.section-lead {
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  color: #555;
  margin: 0;
  line-height: 1.65;
  max-width: 52ch;
  margin-inline: auto;
}

.section-title2 {
  text-align: center;
  font-size: 3.5rem;
  margin-top: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 3rem;
  font-family: 'Playfair Display', serif;
  font-weight: 600;
}

/* ——— Diensten ——— */
.services-summary {
  position: relative;
  text-align: center;
  color: var(--kleur-donker);
  overflow: hidden;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #ffffff 18%,
    var(--kleur-grijs) 88%,
    var(--kleur-grijs) 100%
  );
  margin-top: clamp(-4rem, -9vw, -6rem);
  padding-top: calc(var(--section-pad) + clamp(3.5rem, 9vw, 6.5rem));
  padding-bottom: calc(var(--section-pad) + clamp(4rem, 10vw, 7rem));
  padding-left: 1rem;
  padding-right: 1rem;
  min-height: min(92vh, 920px);
}

.section-gold-line {
  position: relative;
  z-index: 2;
  width: min(720px, 88%);
  height: 1px;
  margin: 0 auto clamp(1.25rem, 3.5vw, 2rem);
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(200, 169, 110, 0.35) 12%,
    var(--kleur-accent) 50%,
    rgba(200, 169, 110, 0.35) 88%,
    transparent 100%
  );
}

.services-summary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('achtergrondmelk.jpg') center top / cover no-repeat;
  z-index: 0;
  -webkit-mask-image: linear-gradient(
    180deg,
    transparent 0%,
    transparent 12%,
    rgba(0, 0, 0, 0.15) 20%,
    rgba(0, 0, 0, 0.5) 32%,
    rgba(0, 0, 0, 0.85) 44%,
    #000 56%,
    #000 68%,
    rgba(0, 0, 0, 0.85) 80%,
    rgba(0, 0, 0, 0.45) 88%,
    transparent 96%,
    transparent 100%
  );
  mask-image: linear-gradient(
    180deg,
    transparent 0%,
    transparent 12%,
    rgba(0, 0, 0, 0.15) 20%,
    rgba(0, 0, 0, 0.5) 32%,
    rgba(0, 0, 0, 0.85) 44%,
    #000 56%,
    #000 68%,
    rgba(0, 0, 0, 0.85) 80%,
    rgba(0, 0, 0, 0.45) 88%,
    transparent 96%,
    transparent 100%
  );
}

.services-summary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #ffffff 14%,
    rgba(255, 255, 255, 0.95) 24%,
    rgba(247, 245, 240, 0.9) 38%,
    rgba(247, 245, 240, 0.88) 52%,
    rgba(244, 244, 244, 0.92) 72%,
    rgba(244, 244, 244, 0.98) 88%,
    var(--kleur-grijs) 100%
  );
  z-index: 0;
}

.services-summary .section-gold-line,
.services-summary .section-header,
.services-summary .services-icons {
  position: relative;
  z-index: 2;
}

.services-summary .section-header {
  margin-bottom: 2.5rem;
}

#diensten {
  scroll-margin-top: var(--nav-height);
  min-height: auto;
}

.services-icons {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: clamp(1.25rem, 4vw, 2rem);
  background: var(--kleur-wit);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(200, 169, 110, 0.18);
  box-shadow:
    var(--schaduw),
    0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.65rem;
  padding: 1rem 0.5rem;
  border-radius: var(--radius);
  text-align: center;
  font-weight: 500;
  font-size: 0.9rem;
  transition: transform 0.3s var(--ease-out), background 0.3s ease;
  opacity: 0;
}

.service-name {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.2;
}

.service-hint {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 400;
  color: #666;
  line-height: 1.35;
  max-width: 11rem;
}

.service-icon-wrap {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--kleur-wit);
  border-radius: 50%;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: box-shadow 0.3s ease, transform 0.3s var(--ease-out);
}

.service-item img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin: 0;
}

@media (hover: hover) {
  .service-item:hover {
    transform: translateY(-4px);
    background: rgba(255,255,255,0.5);
  }

  .service-item:hover .service-icon-wrap {
    box-shadow: 0 8px 24px rgba(200, 169, 110, 0.25);
    transform: scale(1.05);
  }
}

.services-icons.fade-in-start .service-item {
  animation: fadeInSoft 0.7s var(--ease-out) forwards;
}

.services-icons.fade-in-start .service-item:nth-child(1) { animation-delay: 0.05s; }
.services-icons.fade-in-start .service-item:nth-child(2) { animation-delay: 0.1s; }
.services-icons.fade-in-start .service-item:nth-child(3) { animation-delay: 0.15s; }
.services-icons.fade-in-start .service-item:nth-child(4) { animation-delay: 0.2s; }
.services-icons.fade-in-start .service-item:nth-child(5) { animation-delay: 0.25s; }
.services-icons.fade-in-start .service-item:nth-child(6) { animation-delay: 0.3s; }
.services-icons.fade-in-start .service-item:nth-child(7) { animation-delay: 0.35s; }
.services-icons.fade-in-start .service-item:nth-child(8) { animation-delay: 0.4s; }
.services-icons.fade-in-start .service-item:nth-child(9) { animation-delay: 0.45s; }
.services-icons.fade-in-start .service-item:nth-child(10) { animation-delay: 0.5s; }

.services-cta {
  position: relative;
  z-index: 2;
  max-width: 520px;
  margin: clamp(1.5rem, 4vw, 2.5rem) auto 0;
  padding: clamp(1.25rem, 3vw, 1.75rem);
  text-align: center;
  background: rgba(255, 255, 255, 0.92);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(200, 169, 110, 0.22);
  box-shadow: var(--schaduw);
}

.services-cta p {
  margin: 0 0 1rem;
  font-size: 1rem;
  color: #444;
  line-height: 1.5;
}

@keyframes fadeInSoft {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ——— Projecten ——— */
.section-projects,
#projecten {
  background: var(--kleur-grijs);
  padding-top: var(--section-pad);
}

#over {
  padding-top: var(--section-pad);
  scroll-margin-top: var(--nav-height);
}

.projects {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 1rem 1rem;
  background: transparent;
}

.project {
  width: 100%;
  aspect-ratio: 340 / 220;
  max-height: 280px;
  height: auto;
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--schaduw);
  transition:
    transform 0.45s var(--ease-out),
    box-shadow 0.45s var(--ease-out);
  cursor: pointer;
  text-decoration: none;
  opacity: 0;
}

.project img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  filter: contrast(1) saturate(1) brightness(1) sepia(0) hue-rotate(0deg);
  transition:
    transform 0.45s var(--ease-out),
    filter 0.45s var(--ease-out);
}

.projects.fade-in-start .project {
  animation: fadeInProject 0.65s var(--ease-out) forwards;
}

@keyframes fadeInProject {
  from { opacity: 0; transform: scale(0.96); }
  to { opacity: 1; transform: scale(1); }
}

.projects.fade-in-start .project:nth-child(1) { animation-delay: 0.05s; }
.projects.fade-in-start .project:nth-child(2) { animation-delay: 0.12s; }
.projects.fade-in-start .project:nth-child(3) { animation-delay: 0.19s; }

@media (hover: hover) {
  .project:hover {
    transform: translateY(-6px);
    box-shadow:
      0 10px 32px rgba(200, 169, 110, 0.22),
      0 14px 40px rgba(0, 0, 0, 0.1);
  }

  /* Filter fade in/out op de foto zelf (CSS-filter animeert soepel) */
  .project:hover img {
    transform: scale(1.06);
    filter:
      contrast(1.09)
      saturate(1.14)
      brightness(1.04)
      sepia(0.09)
      hue-rotate(-7deg);
  }
}

.project .overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: linear-gradient(to top, rgba(26, 26, 26, 0.82) 0%, rgba(26, 26, 26, 0.2) 45%, transparent 70%);
  color: var(--kleur-wit);
  font-weight: 600;
  font-size: 1.15rem;
  text-align: center;
  padding: 1rem 1rem 1.25rem;
  transition: background 0.45s var(--ease-out);
}

.project .overlay p {
  margin: 0;
  transform: translateY(0);
  transition: transform 0.45s var(--ease-out);
}

@media (hover: hover) {
  .project:hover .overlay {
    background: linear-gradient(to top, rgba(26, 26, 26, 0.84) 0%, rgba(26, 26, 26, 0.15) 42%, transparent 72%);
  }

  .project:hover .overlay p {
    transform: translateY(-4px);
  }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ——— CTA-band ——— */
.cta-band {
  text-align: center;
  background: var(--kleur-donker);
  color: var(--kleur-wit);
  padding: clamp(2.5rem, 6vw, 4rem) 1.5rem;
  margin: 0;
}

.cta-band__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  font-weight: 600;
  margin: 0 0 0.75rem;
}

.cta-band__text {
  margin: 0 auto 1.5rem;
  max-width: 40ch;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  line-height: 1.6;
}

.cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.cta-band .btn-primary {
  background: var(--kleur-accent);
  color: var(--kleur-donker);
}

.cta-band .btn-primary:hover {
  background: #d4b87a;
  color: var(--kleur-donker);
}

.cta-band .btn-outline {
  border-color: rgba(255, 255, 255, 0.65);
  color: var(--kleur-wit);
}

.cta-band .btn-outline:hover {
  background: var(--kleur-wit);
  color: var(--kleur-donker);
}

.cta-band .btn-ghost {
  color: rgba(255, 255, 255, 0.9);
}

.cta-band .btn-ghost:hover {
  color: var(--kleur-accent);
  border-color: var(--kleur-accent);
}

#reviews {
  scroll-margin-top: var(--nav-height);
}

/* ——— Over ——— */
.about {
  text-align: center;
  background: var(--kleur-grijs);
}

.about-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  align-items: center;
  margin: 0 auto;
  background: var(--kleur-wit);
  padding: clamp(1.5rem, 4vw, 3rem);
  border-radius: var(--radius-lg);
  box-shadow: var(--schaduw);
  max-width: var(--container);
}

.quote-box {
  flex: 2;
  min-width: 260px;
  position: relative;
  text-align: left;
}

.quote-mark {
  font-size: clamp(4rem, 12vw, 8rem);
  line-height: 1;
  color: #ddd;
  position: absolute;
  top: -24px;
  left: -8px;
  z-index: 0;
  font-family: 'Playfair Display', serif;
}

.about-short {
  display: none;
}

.about-full {
  display: block;
}

.quote-text {
  position: relative;
  font-size: clamp(1rem, 2.5vw, 1.1rem);
  line-height: 1.85;
  color: #333;
  font-weight: 400;
  z-index: 1;
  max-width: 700px;
  margin: 0 0 1rem;
}

.about-short .quote-text:last-child,
.about-full .quote-text:last-child {
  margin-bottom: 0;
}

.about-image {
  flex: 1;
  min-width: 240px;
  max-width: 380px;
  width: 100%;
  border-radius: var(--radius-lg);
  object-fit: cover;
  aspect-ratio: 4 / 5;
  box-shadow: var(--schaduw-lg);
}

/* ——— Reviews (desktop ongewijzigd) ——— */
.review-circle {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 720px;
  margin: 12rem auto 18rem;
  overflow: visible;
  padding: 1rem;
}

.review-circle .section-title {
  font-size: 3.5rem;
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  text-align: center;
  padding-bottom: 4rem;
  color: #111;
}

.review-interact {
  position: relative;
  width: 100%;
  height: 100%;
}

.review-knop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  padding: 1rem 1.5rem;
  background-color: #111;
  color: white;
  border-radius: 999px;
  font-family: 'DM Sans', sans-serif;
  text-decoration: none;
  font-weight: 600;
  z-index: 2;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.review-knop:hover {
  background-color: #222;
  transform: translate(-50%, -50%) scale(1.04);
  box-shadow: 0 12px 45px rgba(0, 0, 0, 0.15);
}

.review-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.review-item {
  position: absolute;
  width: 160px;
  background: white;
  border-radius: 1.2rem;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.07);
  font-family: 'DM Sans', sans-serif;
  text-align: center;
  padding: 1.2rem;
  font-size: 0.9rem;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.3, 1);
}

.pos-1 { top: 6%;  left: 50%; transform: translate(-50%, 0); }
.pos-2 { top: 28%; left: 80%; transform: translate(-50%, -50%); }
.pos-3 { top: 68%; left: 80%; transform: translate(-50%, -50%); }
.pos-4 { top: 92%; left: 50%; transform: translate(-50%, -100%); }
.pos-5 { top: 68%; left: 20%; transform: translate(-50%, -50%); }
.pos-6 { top: 28%; left: 20%; transform: translate(-50%, -50%); }

.review-interact:hover .pos-1 { transform: translate(-50%, -8px); }
.review-interact:hover .pos-2 { transform: translate(-42%, -58%); }
.review-interact:hover .pos-3 { transform: translate(-42%, -42%); }
.review-interact:hover .pos-4 { transform: translate(-50%, -92%); }
.review-interact:hover .pos-5 { transform: translate(-58%, -42%); }
.review-interact:hover .pos-6 { transform: translate(-58%, -58%); }

.stars {
  font-size: 1rem;
  color: #ffb400;
  margin-bottom: 0.4rem;
  letter-spacing: 1px;
}

.review-text {
  margin: 0.3rem 0;
  color: #333;
  font-weight: 500;
  line-height: 1.4;
}

.review-name {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 0.65rem;
  color: rgba(200, 169, 110, 0.6);
}

.review-item:hover .review-name {
  color: rgba(200, 169, 110, 0.88);
}

/* ——— Contact ——— */
.contact-en-partners {
  display: flex;
  justify-content: center;
  gap: clamp(2rem, 6vw, 4rem);
  padding: var(--section-pad) 1rem;
  background: var(--kleur-grijs);
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.contact-block,
.partners-block {
  flex: 1;
  min-width: 260px;
  max-width: 420px;
  text-align: center;
}

.contact-intro {
  margin: -1rem 0 1.5rem;
  color: #555;
  font-size: 1rem;
}

.contact-block h2,
.partners-block h2 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  margin-bottom: 2rem;
}

.contact-icons,
.partners-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.contact-icons a,
.partners-logos a {
  text-decoration: none;
  border-radius: 50%;
}

.partner-img,
.contact-img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: var(--schaduw);
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s ease;
}

@media (hover: hover) {
  .partner-img:hover,
  .contact-img:hover {
    transform: translateY(-10px) scale(1.04);
    box-shadow: var(--schaduw-lg);
  }
}

.contact-icons a:focus-visible,
.partners-logos a:focus-visible {
  outline: 3px solid var(--kleur-accent);
  outline-offset: 6px;
}

.contact-info p {
  margin: 0.5rem 0 0;
  font-weight: 600;
  font-size: 1.05rem;
}

.contact-info a {
  color: var(--kleur-donker);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.contact-info a:hover {
  color: var(--kleur-accent-donker);
  border-bottom-color: var(--kleur-accent);
}

/* ——— Sticky contact FAB ——— */
.contact-fab {
  position: fixed;
  right: 1rem;
  bottom: 1.25rem;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.35s var(--ease-out), transform 0.35s var(--ease-out);
}

.contact-fab--visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.contact-fab__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  box-shadow: var(--schaduw-lg);
  text-decoration: none;
  transition: transform 0.25s var(--ease-out);
}

.contact-fab__btn:hover {
  transform: scale(1.06);
}

.contact-fab__btn--phone {
  background: var(--kleur-donker);
  color: var(--kleur-wit);
}

.contact-fab__btn--wa {
  background: #25d366;
  color: #fff;
}

/* ——— Footer ——— */
.footer-watermark {
  width: 100%;
  margin: 0;
  background: var(--kleur-donker);
  color: rgba(255,255,255,0.5);
  padding: 1.5rem 1rem;
  padding-bottom: calc(1.5rem + env(safe-area-inset-bottom, 0px));
  text-align: center;
  font-size: 0.9rem;
}

.footer-watermark p {
  margin: 0;
}

.footer-watermark a {
  text-decoration: none;
  color: inherit;
}

.foothover {
  font-weight: 500;
  color: var(--kleur-accent);
}

/* ——— Fade utility ——— */
.fade-soft {
  opacity: 0;
}

.fade-soft.fade-in-start {
  animation: fadeSoft 1.2s var(--ease-out) forwards;
  animation-delay: 0.15s;
}

@keyframes fadeSoft {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* ——— Responsive: tablet ——— */
@media (max-width: 900px) {
  .services-icons {
    grid-template-columns: repeat(3, 1fr);
  }

  .about-wrapper {
    flex-direction: column;
  }

  .about-image {
    max-width: 100%;
  }

  .quote-mark {
    top: -12px;
    left: 0;
  }
}

@media (max-width: 768px) {
  .about-full {
    display: none;
  }

  .about-short {
    display: block;
  }

  .about-wrapper {
    padding: 1.25rem 1rem;
    gap: 1.5rem;
  }

  .about-short .quote-text {
    font-size: 1rem;
    line-height: 1.65;
    margin-bottom: 0.85rem;
    color: #2a2a2a;
  }

  .about-short .quote-text:first-of-type {
    font-size: 1.02rem;
  }

  .quote-box .quote-mark {
    font-size: 3.5rem;
    top: -8px;
    color: rgba(200, 169, 110, 0.35);
  }

  #over .section-title {
    font-size: clamp(1.5rem, 5vw, 2rem);
  }

  #over .section-eyebrow {
    letter-spacing: 0.1em;
  }

  .review-circle {
    height: auto;
    min-height: 0;
    margin: 3rem auto 4rem;
    overflow: visible;
    padding: 0 1rem;
  }

  .review-interact {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    padding-top: 0.5rem;
  }

  .review-knop {
    position: static;
    transform: none;
    order: -1;
  }

  .review-knop:hover {
    transform: scale(1.02);
  }

  .review-ring {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
    width: 100%;
    max-width: 360px;
    height: auto;
  }

  .review-item,
  .review-item.pos-1,
  .review-item.pos-2,
  .review-item.pos-3,
  .review-item.pos-4,
  .review-item.pos-5,
  .review-item.pos-6 {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 100%;
    transform: none !important;
    font-size: 0.88rem;
    padding: 1rem 1.1rem;
  }

  .review-interact:hover .pos-1,
  .review-interact:hover .pos-2,
  .review-interact:hover .pos-3,
  .review-interact:hover .pos-4,
  .review-interact:hover .pos-5,
  .review-interact:hover .pos-6 {
    transform: none !important;
  }

  .review-circle .section-title {
    font-size: clamp(1.75rem, 6vw, 2.5rem);
    padding-bottom: 1.5rem;
  }

  .contact-en-partners {
    flex-direction: column;
    align-items: center;
  }

  .contact-fab {
    right: 0.75rem;
    bottom: 1rem;
  }
}

/* ——— Mobile nav (≤768px, zoals premium sites) ——— */
@media (max-width: 768px) {
  :root {
    --nav-height: 64px;
  }

  .nav-brand {
    max-width: calc(100% - 7rem);
  }

  .nav-brand span {
    display: inline;
    font-size: 0.85rem;
    max-width: 11rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.menu-open .nav-brand {
    z-index: 1001;
  }

  body.menu-open .nav-brand span {
    display: none;
  }

  body.menu-open #menu-toggle {
    z-index: 1004;
  }

  #menu-toggle {
    display: flex;
  }

  .nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(26, 26, 26, 0.4);
    z-index: 1001;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
  }

  body.menu-open .nav-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .nav-links {
    position: fixed;
    top: 0;
    right: 0;
    width: min(320px, 88vw);
    height: 100dvh;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 0;
    padding: calc(var(--nav-height) + 1.5rem) 1.5rem 2rem;
    margin: 0;
    background: var(--kleur-wit);
    box-shadow: -8px 0 40px rgba(0,0,0,0.12);
    transform: translateX(100%);
    transition: transform 0.4s var(--ease-out);
    opacity: 1;
    animation: none;
    z-index: 1002;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .nav-links.open {
    transform: translateX(0);
  }

  .nav-links li {
    border-bottom: 1px solid rgba(0,0,0,0.06);
  }

  .nav-links li:not(.nav-links-cta) > a {
    display: block;
    padding: 1.1rem 0.5rem;
    font-size: 1.15rem;
    min-height: 48px;
    line-height: 1.4;
    color: var(--kleur-donker);
  }

  .nav-links li:not(.nav-links-cta) > a::after {
    display: none;
  }

  .nav-links-cta {
    display: block;
    border-bottom: none;
    margin-top: 1rem;
    padding: 0 0.5rem 0.5rem;
  }

  .nav-links-cta .nav-cta--drawer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 1rem 1.25rem;
    font-size: 1.05rem;
    line-height: 1.3;
    color: var(--kleur-wit);
    background: var(--kleur-donker);
    border-radius: 999px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  }

  .nav-links-cta .nav-cta--drawer::after {
    display: none;
  }

  .nav-links-cta .nav-cta--drawer:hover,
  .nav-links-cta .nav-cta--drawer:focus-visible {
    color: var(--kleur-wit);
    background: #333;
  }

  .hero {
    min-height: 100svh;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-top: var(--nav-height);
    overflow: hidden;
  }

  .hero-logo-wrap {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 280px);
    max-width: calc(100% - 2rem);
    max-height: min(42svh, 280px);
    min-height: 0;
    margin: 0.75rem auto;
    padding: 0.85rem 1rem;
    box-sizing: border-box;
  }

  .hero-logo {
    max-width: 100%;
    max-height: min(36svh, 240px);
    width: auto;
    height: auto;
    object-fit: contain;
  }

  .hero-text {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
    padding: 1.25rem 1rem 1.5rem;
    animation: heroTextInMobile 0.9s var(--ease-out) 0.2s forwards;
  }

  @keyframes heroTextInMobile {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .services-icons {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    padding: 1rem;
  }

  .service-item {
    padding: 0.85rem 0.35rem;
    font-size: 0.82rem;
  }

  .service-icon-wrap {
    width: 60px;
    height: 60px;
  }

  .service-item img {
    width: 40px;
    height: 40px;
  }

  .projects {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .project {
    max-height: none;
    aspect-ratio: 16 / 10;
  }

  .review-circle {
    margin: 3rem auto 4rem;
  }
}

@media (max-width: 480px) {
  .navbar {
    padding: 0 1rem;
  }

  .nav-brand img {
    width: 36px;
    height: 36px;
  }

  .hero-logo-wrap {
    width: min(100%, 200px);
    max-height: min(34svh, 200px);
    padding: 0.65rem 0.75rem;
    margin: 0.4rem auto;
  }

  .hero-logo {
    max-height: min(28svh, 170px);
  }

  .hero-lead {
    font-size: 0.92rem;
    margin-bottom: 1rem;
  }

  .hero-actions {
    flex-direction: column;
    width: 100%;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .partner-img,
  .contact-img {
    width: 96px;
    height: 96px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  html {
    scroll-behavior: auto;
  }
}

/* Legacy / unused */
.intro,
.welkomText,
.verwijderd-hero-logo {
  display: none;
}
