.stp-focus-head {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 50px;
}

.stp-focus-head .eyebrow {
  grid-column: 1 / -1;
}

.stp-focus-head > p:last-child {
  color: #c8c8c8;
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
}

@media (max-width: 900px) {
  .stp-focus-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

/* Professionele, beeldvullende portretverhouding in de STP-hero */
.stp-service .pagehero {
  grid-template-columns: 56% 44%;
  min-height: 560px;
}

.stp-service .pagehero > .stp-expert-visual {
  display: block;
  height: 560px;
  min-height: 560px;
  padding: 0 !important;
  margin: 0;
  background: #171717;
}

.stp-expert-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.stp-expert-visual::after {
  background:
    linear-gradient(0deg, rgba(10,10,10,.9) 0%, rgba(10,10,10,.22) 43%, transparent 68%),
    linear-gradient(90deg, rgba(227,6,19,.13), transparent 35%);
}

.stp-expert-visual > div {
  left: 34px;
  right: 34px;
  bottom: 25px;
  padding-top: 12px;
}

.stp-expert-visual b {
  font-size: clamp(27px, 2.8vw, 42px);
}

@media (max-width: 900px) {
  .stp-service .pagehero {
    grid-template-columns: 1fr;
  }

  .stp-service .pagehero > .stp-expert-visual {
    height: 500px;
    min-height: 500px;
  }
}

@media (max-width: 560px) {
  .stp-service .pagehero > .stp-expert-visual {
    height: 420px;
    min-height: 420px;
  }

  .stp-expert-visual > div {
    left: 22px;
    right: 22px;
    bottom: 20px;
  }
}

/* Compactere STP-hero: het portret ondersteunt de inhoud zonder te overheersen. */
@media (min-width: 901px) {
  .stp-service .pagehero {
    grid-template-columns: 62% 38%;
    min-height: 510px;
    align-items: center;
  }

  .stp-service .pagehero > .stp-expert-visual {
    justify-self: center;
    width: 320px;
    max-width: calc(100% - 40px);
    height: 400px;
    min-height: 400px;
    margin: 0;
    box-shadow: 0 24px 60px rgba(0,0,0,.16);
  }

  .stp-expert-visual > div {
    left: 27px;
    right: 27px;
    bottom: 21px;
  }

  .stp-expert-visual b {
    font-size: clamp(25px, 2.25vw, 35px);
  }
}

.stp-expert-visual img {
  filter: grayscale(.16) contrast(1.01) saturate(.92);
  transform: none;
}

.stp-expert-visual:hover img {
  filter: grayscale(0) contrast(1.01) saturate(.96);
  transform: none;
}

.stp-custom .eyebrow {
  color: #fff !important;
}

.stp-custom .eyebrow::before {
  background: #fff !important;
}

@media (max-width: 900px) {
  .stp-service .pagehero > .stp-expert-visual {
    width: min(340px, calc(100% - 44px));
    height: 420px;
    min-height: 420px;
    margin: 36px auto 52px;
    box-shadow: 0 20px 48px rgba(0,0,0,.15);
  }
}

@media (max-width: 560px) {
  .stp-service .pagehero > .stp-expert-visual {
    width: min(300px, calc(100% - 36px));
    height: 380px;
    min-height: 380px;
  }

  .stp-expert-visual b {
    font-size: 27px;
  }

  .stp-expert-visual span {
    font-size: 9px;
    line-height: 1.4;
  }
}
