.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 184px 0 100px;
  background: var(--seashell);
}
.hero__carrousel {
  margin-top: -56px;
}
.hero__cta {
  margin-top: -48px;
}
.hero__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
}
.hero__title {
  position: relative;
}
.hero__sparkle {
  position: absolute;
  top: -26px;
  left: -34px;
  width: 32px;
  height: 53px;
}
.hero__sub {
  max-width: 680px;
}
.hero__carrousel {
  --foto-b: clamp(170px, 41.7vw, 500px);
  --foto-h: calc(var(--foto-b) * 1.32);
  --ring-r: calc(var(--foto-b) * 1.96);
  position: relative;
  width: 100%;
  height: calc(var(--foto-b) * 1.28);
  perspective: calc(var(--foto-b) * 3.4);
  perspective-origin: 50% 50%;
}
.hero__ring {
  position: absolute;
  left: 50%;
  top: 50%;
  transform-style: preserve-3d;
  --aantal: 12;
  animation: hero-ring var(--ring-snelheid, 90s) linear infinite;
}
@keyframes hero-ring {
  to {
    transform: rotateY(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero__ring {
    animation: none;
  }
}
.hero__foto {
  position: absolute;
  left: calc(var(--foto-b) / -2);
  top: calc(var(--foto-h) / -2);
  width: var(--foto-b);
  height: var(--foto-h);
  border-radius: 24px;
  overflow: hidden;
  transform: rotateY(calc(var(--i) * (360deg / var(--aantal))))
    translateZ(calc(var(--ring-r) * -1));
  backface-visibility: hidden;
}
.hero__foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__fade {
  position: absolute;
  top: -40px;
  bottom: -40px;
  width: calc(var(--foto-b) * 0.44);
  z-index: 2;
  pointer-events: none;
}
.hero__fade--left {
  left: 0;
  background: linear-gradient(
    to right,
    var(--seashell),
    rgba(250, 241, 236, 0)
  );
}
.hero__fade--right {
  right: 0;
  background: linear-gradient(to left, var(--seashell), rgba(250, 241, 236, 0));
}
.hero__cta {
  position: relative;
}
.hero__tot-snel {
  position: absolute;
  left: -130px;
  top: -46px;
  width: 120px;
  pointer-events: none;
}
.partners {
  padding: 100px 0;
  background: var(--seashell);
}
.partners .container {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.partners__card {
  display: flex;
  align-items: center;
  gap: 64px;
  padding: 40px 60px;
  background: var(--white);
  border-radius: 32px;
  overflow: hidden;
}
.partners__title {
  flex-shrink: 0;
  width: 360px;
}
.partners__card .logo-strip__track img {
  width: auto;
  filter: grayscale(1);
  opacity: 0.75;
}
.stats {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 40px;
}
.stats__item {
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.stats__num {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 80px;
  line-height: 1.1;
  color: var(--dark);
}
.stats__num sup {
  font-size: 48px;
  letter-spacing: 0.48px;
  top: -0.35em;
  position: relative;
  vertical-align: baseline;
}
.stats__line {
  width: 1px;
  background: var(--dark-16);
}
.about {
  padding: 120px 0;
  background: linear-gradient(to bottom, var(--seashell), var(--white) 25%);
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.about__grid {
  display: flex;
  align-items: center;
  gap: 130px;
}
.about__text {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.ul-pink {
  text-decoration: underline;
  text-decoration-color: #ff2b6429;
  text-decoration-thickness: 0.6em;
  text-underline-offset: -0.35em;
  text-decoration-skip-ink: none;
}
.quote-card {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px;
  border: 1px solid var(--dark-16);
  border-radius: 32px;
}
.quote-card blockquote {
  margin: 0;
  font-size: 20px;
  font-style: italic;
  line-height: 2;
}
.quote-card figcaption {
  display: flex;
  align-items: center;
  gap: 16px;
}
.quote-card figcaption img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.quote-card strong {
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.quote-card span {
  font-size: 16px;
}
.about__photo {
  width: 610px;
  height: 720px;
  flex-shrink: 0;
  border-radius: 32px;
  overflow: hidden;
}
.about__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detavast {
  position: relative;
}
.detavast__tabs {
  position: absolute;
  top: 0;
  right: var(--container-pad);
  z-index: 2;
  background: var(--white);
  padding: 0 0 20px 20px;
  border-bottom-left-radius: 24px;
}
.detavast__notch {
  position: absolute;
  width: 24px;
  height: 24px;
  background: radial-gradient(
    circle at 0 100%,
    transparent 24px,
    var(--white) 24px
  );
}
.detavast__notch--top {
  right: 100%;
  top: 0;
}
.detavast__notch--bottom {
  right: 0;
  top: 100%;
}
.detavast__card {
  display: flex;
  align-items: center;
  gap: 80px;
  min-height: 560px;
  padding: 80px;
  background: var(--seashell);
  border-radius: 32px;
}
.stat-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  width: 400px;
  flex-shrink: 0;
  align-self: stretch;
  padding: 40px;
  background: var(--folly);
  border-radius: 32px;
  color: var(--white);
}
.stat-card__label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--white-50);
}
.stat-card__num {
  font-family: var(--font-display);
  font-size: 80px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 8px;
}
.stat-card__desc {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.24px;
}
.detavast__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
  min-width: 0;
}
.detavast__content h2 {
  margin-bottom: 8px;
}
.benefits {
  padding: 120px 0 220px;
  background: linear-gradient(
    180deg,
    var(--seashell) 0%,
    var(--seashell) 58%,
    var(--white) 100%
  );
}
.benefits__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 60px;
}
.benefits__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  max-width: 520px;
  padding-bottom: 6px;
}
.benefits__title {
  position: relative;
}
.benefits__sparkle {
  position: absolute;
  top: -40px;
  left: -44px;
  width: 32px;
  height: 53px;
}
.scribble {
  position: relative;
  z-index: 1;
}
.scribble:before {
  content: "";
  position: absolute;
  top: 2%;
  right: -6%;
  bottom: 2%;
  left: -6%;
  z-index: -1;
  background: var(--pink);
  border-radius: 12px;
  transform: rotate(-1deg);
}
.benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.benefits__nav {
  display: none;
}
@media (max-width: 900px) {
  .benefits__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .benefits__intro {
    padding-bottom: 0;
  }
}
.sectors {
  padding: 120px 0;
  background: var(--white);
}
.sectors__head {
  max-width: 1080px;
  margin: 0 auto 60px;
}
.sectors__grid {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.news-stack {
  position: relative;
  height: 420vh;
  background: var(--white);
}
.news-stack--static {
  height: auto;
}
.news-stack--static .news-stack__sticky {
  position: relative;
  height: auto;
  min-height: 82vh;
  padding: 72px 0;
}
.news-stack__sticky:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(
    ellipse 60% 50% at 50% 50%,
    var(--seashell),
    rgba(250, 241, 236, 0) 70%
  );
  pointer-events: none;
}
.news-stack__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.news-stack__sticky:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background:
    linear-gradient(to bottom, var(--white), rgba(255, 255, 255, 0) 18%),
    linear-gradient(to top, var(--white), rgba(255, 255, 255, 0) 18%);
  pointer-events: none;
}
.news-stack__message {
  grid-area: 1 / 1;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  max-width: 640px;
  text-align: center;
  opacity: 0;
  transform: translateY(60px);
  transition:
    opacity 0.6s var(--ease-out),
    transform 0.6s var(--ease-out);
}
.news-stack__message > * + * {
  margin-top: 40px;
}
.news-stack__message > .btn {
  margin-top: var(--space-btn);
}
.news-stack__message.is-revealed {
  opacity: 1;
  transform: none;
}
.news-card {
  grid-area: 1 / 1;
  position: relative;
  width: 480px;
  max-width: calc(100vw - 48px);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: var(--white);
  border: 1px solid var(--dark-16);
  border-radius: 32px;
  transform: rotate(var(--rot, 0deg));
  will-change: transform, filter;
  pointer-events: none;
}
.news-card__source {
  align-self: flex-start;
  padding: 12px;
  border-radius: 8px;
  background: var(--grey);
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.news-card__headline {
  font-family:
    Playfair Display,
    serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  color: var(--black);
}
.news-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid #d9d9d9;
}
.news-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.news-card__author > img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.news-card__name,
.news-card__time {
  font-size: 14px;
  line-height: 1.3;
  filter: blur(4px);
}
.news-card__name {
  font-family: "Noto Serif", serif;
  color: var(--black);
}
.news-card__time {
  font-family: Roboto, sans-serif;
  color: #878787;
}
.news-card__reactions {
  display: flex;
  gap: 6px;
}
.news-card__reactions img {
  width: 32px;
  height: 32px;
}
.cases {
  padding: 120px 0;
  background: var(--white);
}
.cases .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cases__row {
  display: flex;
  gap: 20px;
  min-height: 480px;
}
.case-video {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  border-radius: 32px;
  overflow: hidden;
  color: var(--white);
}
.case-video__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-video:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, #000e3000 25%, #000e30bf 75%);
}
.case-video > *:not(.case-video__bg) {
  position: relative;
  z-index: 1;
}
.case-video__label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--white-50);
}
.case-video__bottom {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
.case-video__bottom > div {
  flex: 1;
  min-width: 0;
}
.case-video__play {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 16px;
  background: var(--white-16);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  transition:
    background-color 0.25s ease,
    transform 0.25s var(--ease-out);
}
.case-video__play:hover {
  background: #ffffff47;
  transform: scale(1.06);
}
.case-video {
  container-type: size;
}
.case-video__frame {
  --kaart-b: calc(100cqw + 80px);
  --kaart-h: calc(100cqh + 80px);
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  width: max(var(--kaart-b), calc(var(--kaart-h) * 1.7778));
  height: max(var(--kaart-h), calc(var(--kaart-b) * 0.5625));
  border: 0;
  z-index: 2;
}
.cases .stat-card {
  width: 400px;
}
.case-photo {
  position: relative;
  width: 400px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 40px 0 0 40px;
  border-radius: 32px;
  overflow: hidden;
  background: var(--dark);
}
.case-photo__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-photo__label {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--white-50);
}
.case-photo__name {
  position: relative;
  z-index: 1;
  padding: 16px 32px;
  background: var(--folly);
  color: var(--white);
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
.case-review {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 40px;
  background: var(--seashell);
  border-radius: 32px;
}
.case-review__label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--dark-50);
}
.case-review__quote {
  margin-bottom: 16px;
}
.split {
  padding: 120px 0;
  background: var(--white);
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.split__row {
  display: flex;
  align-items: center;
  gap: 130px;
}
.split__text {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.split__media {
  position: relative;
  width: 610px;
  height: 720px;
  flex-shrink: 0;
  border-radius: 32px;
  overflow: hidden;
}
.split__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.split__media--masked {
  -webkit-mask-image: url(../assets/img/landen-mask.svg);
  mask-image: url(../assets/img/landen-mask.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  border-radius: 32px;
  overflow: hidden;
}
.split__fade {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background:
    linear-gradient(to top, var(--seashell), rgba(250, 241, 236, 0) 25%),
    linear-gradient(to right, var(--seashell), rgba(250, 241, 236, 0) 22%),
    linear-gradient(to left, var(--seashell), rgba(250, 241, 236, 0) 22%);
}
.roadmap {
  padding: 120px 0;
  background: var(--dark);
  color: var(--white);
}
.roadmap__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 60px;
}
.roadmap__head .section-head {
  max-width: 640px;
}
.roadmap__title {
  position: relative;
  color: var(--white);
}
.roadmap__sparkle {
  position: absolute;
  top: -43px;
  left: -41px;
  width: 32px;
  height: 53px;
  filter: brightness(0) invert(1);
}
.roadmap__nav {
  display: flex;
  gap: 8px;
}
.roadmap__viewport {
  overflow: visible;
}
.roadmap__track {
  display: flex;
  align-items: flex-end;
  width: max-content;
  margin-inline: auto;
  transition: transform 0.6s var(--ease-out);
}
.roadmap-item {
  width: 440px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.roadmap-item {
  transition: opacity 0.4s ease;
}
.roadmap-item--dim {
  opacity: 0.2;
}
.roadmap-item__card {
  height: 480px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  background: var(--white-8);
  border: 1px solid var(--white-16);
  border-radius: 32px;
  transition:
    transform 0.4s var(--ease-out),
    background-color 0.4s ease;
}
.roadmap-item--active .roadmap-item__card {
  transform: rotate(-2deg);
}
.roadmap-item--outline .roadmap-item__card,
.roadmap-item__card--outline {
  background: transparent;
}
.roadmap-item .roadmap-item__marker {
  display: none;
}
.roadmap-item--active .roadmap-item__marker {
  display: block;
}
.roadmap-item--active .roadmap-item__dot {
  display: none;
}
.roadmap-item__num {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: var(--white-16);
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.24px;
}
.roadmap-item__q {
  font-size: 28px;
  letter-spacing: 0.28px;
  color: var(--white);
  margin-bottom: 8px;
}
.roadmap-item__card ul {
  list-style: disc;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
}
.roadmap-item__card li {
  font-size: 16px;
  line-height: 2;
}
.roadmap-item__line {
  position: relative;
  height: 48px;
  display: flex;
  align-items: center;
}
.roadmap-item__line:before,
.roadmap-item__line:after {
  content: "";
  flex: 1;
  height: 2px;
  background-image: linear-gradient(
    to right,
    var(--white) 8px,
    transparent 8px
  );
  background-size: 16px 2px;
}
.roadmap-item__dot {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--white);
}
.roadmap-item__marker {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.split--single {
  padding-top: 120px;
}
@media (max-width: 1200px) {
  .about__grid,
  .split__row {
    gap: 64px;
  }
  .about__photo,
  .split__media {
    width: 46%;
    height: auto;
    aspect-ratio: 61 / 72;
  }
  .detavast__card {
    padding: 48px;
    gap: 48px;
  }
  .benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sectors__grid {
    flex-direction: column;
  }
  .sector-card {
    width: 100%;
  }
  .cases__row {
    height: auto;
    flex-wrap: wrap;
  }
  .case-video {
    min-height: 420px;
    flex-basis: 100%;
  }
  .cases .stat-card,
  .case-photo {
    width: calc(50% - 10px);
    min-height: 420px;
  }
  .partners__card {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .partners__title {
    width: auto;
  }
  .stats {
    flex-wrap: wrap;
  }
  .stats__item {
    flex-basis: 40%;
  }
  .stats__line {
    display: none;
  }
}
@media (max-width: 860px) {
  .hero {
    padding-top: 140px;
    gap: 48px;
  }
  .hero__tot-snel {
    display: none;
  }
  .about,
  .split {
    gap: 80px;
    padding: 72px 0;
  }
  .about__grid,
  .split__row {
    flex-direction: column;
    align-items: stretch;
  }
  .split__row--reverse {
    flex-direction: column-reverse;
  }
  .about__photo,
  .split__media {
    width: 100%;
  }
  .detavast__card {
    flex-direction: column;
    align-items: stretch;
    padding: 32px 24px;
  }
  .stat-card {
    width: 100%;
    min-height: 360px;
  }
  .benefit-card,
  .benefit-card__title {
    min-height: 0;
  }
  .stats__num {
    font-size: 56px;
  }
  .stats__num sup {
    font-size: 32px;
  }
  .cases .stat-card,
  .case-photo {
    width: 100%;
  }
  .news-card {
    padding: 24px;
    border-radius: 24px;
  }
  .news-card__headline {
    font-size: 22px;
  }
  .roadmap__head {
    flex-direction: column;
    align-items: flex-start;
  }
  .roadmap-item {
    width: min(440px, calc(100vw - 64px));
  }
}
@media (max-width: 600px) {
  .hero {
    padding: 120px 0 64px;
    gap: 36px;
  }
  .hero__carrousel {
    --foto-b: clamp(195px, 53vw, 240px);
  }
  .hero__sparkle {
    top: -20px;
    left: -10px;
    width: 24px;
    height: 40px;
  }
  .partners,
  .benefits,
  .sectors,
  .cases,
  .roadmap {
    padding: 48px 0;
  }
  .about,
  .split {
    padding: 48px 0;
    gap: 48px;
  }
  .split--single {
    padding-top: 48px;
  }
  .benefits__head,
  .roadmap__head,
  .sectors__head {
    margin-bottom: 40px;
  }
  .sectors__grid {
    gap: 24px;
  }
  .benefits__sparkle,
  .roadmap__sparkle {
    top: -26px;
    left: -8px;
    width: 24px;
    height: 40px;
  }
  .partners .container {
    gap: 48px;
  }
  .partners__card {
    padding: 28px 24px;
    gap: 24px;
  }
  .stats {
    gap: 32px;
  }
  .quote-card {
    padding: 28px 24px;
  }
  .quote-card blockquote {
    font-size: 18px;
    line-height: 1.8;
  }
  .detavast__card {
    min-height: 0;
    padding: 28px 20px;
    gap: 32px;
  }
  .stat-card {
    padding: 32px 24px;
    gap: 32px;
  }
  .stat-card__num {
    font-size: 56px;
  }
  .news-stack__message {
    padding-inline: 24px;
  }
  .case-video,
  .cases .stat-card,
  .case-photo {
    min-height: 320px;
  }
  .case-video,
  .case-review {
    padding: 28px 24px;
  }
  .roadmap-item__card {
    height: auto;
    min-height: 420px;
    padding: 28px 24px;
  }
  .roadmap-item {
    gap: 28px;
  }
}
@media (max-width: 400px) {
  .hero {
    padding-top: 96px;
  }
  .stats__item {
    flex-basis: 100%;
  }
  .stats__num {
    font-size: 48px;
  }
  .partners__card,
  .detavast__card,
  .stat-card,
  .case-video,
  .case-review,
  .roadmap-item__card {
    padding: 24px 18px;
  }
  .roadmap-item__card {
    min-height: 380px;
  }
}
@media (max-width: 760px) {
  .roadmap__viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scroll-padding-left: var(--container-pad);
    padding-bottom: 16px;
  }
  .roadmap__track {
    margin-inline: 0;
    padding-inline: var(--container-pad);
    transform: none !important;
  }
  .roadmap-item {
    scroll-snap-align: start;
  }
  .roadmap__nav {
    display: none;
  }
}
.talentmap {
  padding: 120px 0 80px;
  background: var(--white);
  overflow: hidden;
}
.talentmap__head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}
.talentmap__head .body-1 {
  max-width: 900px;
}
.talentmap__globe {
  position: relative;
  margin-top: 40px;
}
.talentmap__bol {
  position: relative;
  width: min(1400px, 96vw);
  margin-left: 50%;
  transform: translate(-50%);
  aspect-ratio: 1000 / 560;
}
.talentmap__bol .talentmap__dots,
.talentmap__lijnen {
  -webkit-mask-image:
    linear-gradient(
      180deg,
      transparent 2%,
      #000 22%,
      #000 68%,
      transparent 96%
    ),
    radial-gradient(96% 112% at 50% 46%, #000 50%, transparent 88%);
  mask-image:
    linear-gradient(
      180deg,
      transparent 2%,
      #000 22%,
      #000 68%,
      transparent 96%
    ),
    radial-gradient(96% 112% at 50% 46%, #000 50%, transparent 88%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}
.talentmap__bol:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 4%;
  width: 74%;
  height: 74%;
  transform: translate(-50%);
  background: radial-gradient(
    closest-side,
    rgba(255, 189, 201, 0.32),
    transparent 72%
  );
  pointer-events: none;
  z-index: 0;
}
.talentmap__bol .talentmap__dots {
  position: relative;
  z-index: 1;
}
.talentmap__stats {
  position: relative;
  z-index: 2;
  margin: 16px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px 48px;
  width: 100%;
  max-width: 1120px;
}
.talentmap__stat {
  flex: 1 1 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}
.talentmap__stat strong {
  font-family: var(--font-display);
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.4px;
  color: var(--dark);
}
.talentmap__stat span {
  font-size: 15px;
}
.talentmap__stat span {
  font-size: 14px;
  font-weight: 500;
  color: var(--grey);
}
.talentmap__dots {
  position: relative;
  width: 100%;
  display: block;
}
.talentmap__lijnen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.talentmap__lijnen path {
  stroke: var(--folly);
  stroke-width: 2;
  stroke-dasharray: 2 8;
  stroke-linecap: round;
  opacity: 0.85;
  animation: talent-route 18s linear infinite;
}
@keyframes talent-route {
  to {
    stroke-dashoffset: -200;
  }
}
.talentmap__thuis {
  position: absolute;
  left: var(--x);
  top: var(--y);
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 3;
}
.talentmap__thuis-stip {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--folly);
  border: 3px solid var(--white);
  box-shadow: 0 2px 10px #000e3040;
}
.talentmap__thuis-stip:after {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  border-radius: 50%;
  border: 2px solid var(--folly);
  opacity: 0;
  animation: talent-puls 2.6s ease-out infinite;
}
.talentmap__thuis-label {
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--dark);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  box-shadow: 0 4px 14px #000e301f;
}
@keyframes talent-puls {
  0% {
    transform: scale(0.5);
    opacity: 0.9;
  }
  70% {
    transform: scale(1.6);
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
.talent-pin {
  position: absolute;
  left: var(--x);
  top: var(--y);
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  z-index: 4;
}
.talent-pin__foto {
  position: relative;
  width: 64px;
  height: 64px;
  padding: 0;
  border: 3px solid var(--white);
  border-radius: 50%;
  background: var(--white);
  box-shadow:
    0 0 0 2px var(--folly),
    0 8px 22px #000e302e;
  cursor: pointer;
  transition: transform 0.25s var(--ease-out);
}
.talent-pin__foto:after {
  content: "";
  position: absolute;
  top: -14px;
  right: -14px;
  bottom: -14px;
  left: -14px;
  border-radius: 50%;
  border: 2px solid var(--folly);
  opacity: 0;
  animation: talent-puls 3.2s ease-out infinite;
}
.talent-pin:nth-child(odd) .talent-pin__foto:after {
  animation-delay: 1.4s;
}
.talent-pin__foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.talent-pin:hover .talent-pin__foto,
.talent-pin.is-open .talent-pin__foto {
  transform: scale(1.1);
}
.talent-pin__land {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 11px 3px 5px;
  border-radius: 999px;
  background: var(--white);
  border: 1px solid var(--dark-16);
  font-size: 12px;
  font-weight: 600;
  color: var(--dark);
  white-space: nowrap;
}
.talent-pin__vlag {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  flex: 0 0 auto;
  display: block;
}
.talent-pin__kaart {
  position: absolute;
  bottom: calc(100% + 14px);
  left: 50%;
  transform: translate(-50%, 6px);
  width: 280px;
  padding: 20px 22px;
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 18px 44px #000e302e;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.25s var(--ease-out),
    transform 0.25s var(--ease-out),
    visibility 0.25s;
  z-index: 6;
}
.talent-pin--rand .talent-pin__kaart {
  left: auto;
  right: -20px;
  transform: translateY(6px);
}
.talent-pin__kaart:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  border: 8px solid transparent;
  border-top-color: var(--white);
}
.talent-pin--rand .talent-pin__kaart:after {
  left: auto;
  right: 40px;
  transform: none;
}
.talent-pin:hover .talent-pin__kaart,
.talent-pin.is-open .talent-pin__kaart {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%);
}
.talent-pin--rand:hover .talent-pin__kaart,
.talent-pin--rand.is-open .talent-pin__kaart {
  transform: translate(0);
}
.talent-pin__kaart strong {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: var(--dark);
}
.talent-pin__rol {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  color: var(--grey);
}
.talent-pin__kaart p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--dark);
}
.talent-pin__link {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  color: var(--folly);
  text-decoration: none;
}
.talent-pin__link:hover {
  text-decoration: underline;
}
@media (max-width: 760px) {
  .talentmap {
    padding: 64px 0 48px;
  }
  .talentmap__bol {
    width: 150vw;
  }
  .talent-pin__foto {
    width: 46px;
    height: 46px;
  }
  .talent-pin__land {
    font-size: 11px;
    padding: 2px 9px 2px 4px;
  }
  .talent-pin__vlag {
    width: 14px;
    height: 14px;
  }
  .talent-pin__kaart {
    width: 220px;
  }
  .talentmap__thuis-label {
    font-size: 12px;
    padding: 4px 10px;
  }
  .talentmap__stats {
    gap: 32px 16px;
  }
  .talentmap__stat {
    flex: 0 0 calc(50% - 8px);
  }
  .talentmap__stat strong {
    font-size: 44px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .talentmap__lijnen path,
  .talentmap__thuis-stip:after,
  .talent-pin__foto:after {
    animation: none;
  }
}
.artikelen-home {
  padding: 40px 0 100px;
  background: var(--white);
}
.artikelen-home__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}
.artikelen-home__head h2 {
  margin: 0;
}
.artikelen-home__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  font-family: var(--font-button);
  font-size: 18px;
  font-weight: 500;
  color: var(--dark);
}
.artikelen-home__link img {
  transition: transform 0.3s var(--ease-out);
}
.artikelen-home__link:hover img {
  transform: translate(3px, -3px);
}
@media (max-width: 700px) {
  .benefits__grid {
    display: flex;
    grid-template-columns: none;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .benefits__grid::-webkit-scrollbar {
    display: none;
  }
  .benefits__grid > .benefit-card {
    flex: 0 0 100%;
    scroll-snap-align: start;
    min-height: 0;
    opacity: 1;
    transform: none;
  }
  .benefits__nav {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 20px;
  }
}
