.site-header {
  background: transparent;
  border-top: 4px solid #386c12;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

.page-home.theme-organic-bg {
  background:
    radial-gradient(circle at 88% 8%, rgba(190, 220, 141, 0.24), transparent 34%),
    radial-gradient(circle at 8% 72%, rgba(67, 154, 13, 0.07), transparent 42%),
    #f7faf4;
}

.site-header::after {
  content: none;
}

.site-header > * {
  position: relative;
  z-index: 1;
}

@media (min-width: 981px) {
  .page-home .site-header .nav-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(clamp(460px, 50vw, 700px) + 2px);
    margin-top: 0;
    z-index: 6;
  }
}

.hero {
  position: relative;
  background: none;
  height: clamp(460px, 50vw, 700px);
  overflow: hidden;
}

.page-home.theme-organic-bg .hero {
  background:
    radial-gradient(circle at 14% 18%, rgba(188, 220, 129, 0.16), transparent 42%),
    radial-gradient(circle at 88% 22%, rgba(25, 103, 48, 0.09), transparent 55%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.15));
  z-index: 1;
}

.page-home.theme-organic-bg .hero::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.18)),
    radial-gradient(circle at 24% 32%, rgba(255, 255, 255, 0.1), transparent 48%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("images/Afbeelding-van-WhatsApp-op-2023-08-11-om-19.45.13_912c2d1d.jpg") center / cover no-repeat;
  background-position: center calc(50% + 2cm);
  background-size: 100% calc(100% + 8cm);
  opacity: 0;
  animation: heroFade 1.1s ease forwards;
  z-index: 0;
  will-change: opacity;
}

.hero-content {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 60px 0 120px;
  z-index: 3;
}

.hero-card {
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  padding: 12px 20px 10px;
  box-shadow: var(--shadow-soft);
  opacity: 0;
  transform: translateY(16px);
  animation: blockFade 0.8s ease 0.35s forwards;
  will-change: opacity, transform;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  overflow: visible;
  margin-top: 4cm;
  margin-right: 0;
}

.hero-tag {
  position: absolute;
  top: -18px;
  left: 20px;
  background: var(--green-dark);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 6px 14px;
  border-radius: 6px;
}

.hero-card h1 {
  margin: 0;
  font-size: 36px;
  color: var(--green-dark);
  font-weight: 700;
  letter-spacing: -0.5px;
}

.hero-card .hero-btn {
  display: inline-block;
  margin-top: 4px;
  background: #2b2b2b;
  color: #ffffff;
  padding: 8px 18px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  align-self: flex-end;
  transform: translateY(18px);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.hero-card .hero-btn:hover,
.hero-card .hero-btn:focus {
  transform: translateY(18px) scale(1.04);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  filter: brightness(1.05);
}

.separator {
  position: absolute;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 2;
  pointer-events: none;
}

.separator.top {
  top: -1px;
}

.separator.bottom {
  bottom: -1px;
}

.content {
  padding: 80px 0 120px;
}

.page-home.theme-organic-bg .content {
  position: relative;
  overflow: hidden;
  margin-top: -1px;
  background:
    linear-gradient(
      180deg,
      #ffffff 0,
      #ffffff 72px,
      rgba(245, 249, 240, 0.98) 132px,
      rgba(234, 242, 223, 0.96) 238px,
      rgba(229, 239, 215, 1) 350px
    ),
    radial-gradient(circle at 92% 10%, rgba(190, 220, 141, 0.34), transparent 38%),
    radial-gradient(circle at 9% 64%, rgba(67, 154, 13, 0.14), transparent 46%),
    #e5efd7;
}

.page-home.theme-organic-bg .content::before,
.page-home.theme-organic-bg .content::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.page-home.theme-organic-bg .content::before {
  width: 300px;
  height: 300px;
  right: -120px;
  top: 50px;
  background: radial-gradient(circle, rgba(25, 103, 48, 0.08) 0%, rgba(25, 103, 48, 0) 72%);
}

.page-home.theme-organic-bg .content::after {
  width: 200px;
  height: 200px;
  left: -70px;
  bottom: 40px;
  border: 16px solid rgba(67, 154, 13, 0.055);
}

.page-home.theme-organic-bg .content > .container {
  position: relative;
  z-index: 1;
}

.content-inner {
  max-width: 760px;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(25, 103, 48, 0.09);
  border-radius: 16px;
  padding: 22px 22px 8px;
  box-shadow:
    0 18px 36px rgba(13, 33, 15, 0.06),
    0 2px 8px rgba(13, 33, 15, 0.04);
  opacity: 0;
  transform: translateY(16px);
  animation: blockFade 0.8s ease 0.6s forwards;
  will-change: opacity, transform;
}

.content-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  height: 4px;
  border-radius: 0 0 12px 12px;
  background: linear-gradient(90deg, #196730, #6cab12, #dcecad);
  opacity: 0.95;
}

.content h2 {
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 700;
  color: #1c1c1c;
}

.content p {
  margin: 0 0 18px;
  line-height: 1.7;
  color: #3b3b3b;
}

.content em strong {
  font-weight: 700;
}

.content-list {
  margin: 0 0 18px;
  padding-left: 22px;
  color: #2e372f;
}

.content-list li {
  margin: 0 0 10px;
  line-height: 1.6;
}

@media (max-width: 980px) {
  .hero {
    height: clamp(420px, 70vw, 620px);
  }

  .hero-content {
    justify-content: center;
    padding: 90px 0 120px;
  }

  .hero-card h1 {
    font-size: 32px;
  }

  .content-inner {
    border-radius: 14px;
    padding: 18px 16px 8px;
  }

  .content-inner::before {
    left: 14px;
    right: 14px;
    height: 3px;
  }
}

@media (min-width: 981px) {
  .hero::after {
    background-position: center calc(50% + clamp(24px, 3vw, 80px));
    background-size: 100% calc(100% + clamp(60px, 8vw, 200px));
  }

  .hero-card {
    margin-top: clamp(60px, 8vh, 160px);
  }
}

@media (max-width: 980px) {
  .site-header {
    padding-bottom: 16px;
  }

  .hero::after {
    background-image: url("images/MBversie.jpg");
    background-size: cover;
    background-position: center calc(50% - 1.5cm);
    background-repeat: no-repeat;
  }

  .hero {
    height: clamp(420px, 90vw, 640px);
  }

  .hero-content {
    height: 100%;
    padding: 110px 0 120px;
    justify-content: center;
    align-items: flex-start;
  }

  .hero-card {
    padding: 10px 14px;
    margin: 2.5cm 0 0 2cm;
    max-width: 240px;
    align-self: center;
  }

  .hero-card h1 {
    font-size: 20px;
  }

  .hero-tag {
    top: -16px;
    left: 16px;
    font-size: 11px;
    padding: 6px 12px;
  }

  .hero-card .hero-btn {
    padding: 8px 16px;
    font-size: 13px;
  }

  .content {
    padding: 60px 0 90px;
  }
}

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

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

@media (prefers-reduced-motion: reduce) {
  .hero::after,
  .hero-card,
  .content-inner {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
