/* Mobiele weergave voor de pagina Gezinsbegeleiding */
@media (max-width: 650px) {
  html,
  body.family-service {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

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

  .family-service main,
  .family-service section,
  .family-service article,
  .family-service figure,
  .family-service img {
    min-width: 0;
    max-width: 100%;
  }

  .family-service .pagehero {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    min-height: 0;
  }

  .family-service .pagehero > div:first-child {
    width: 100%;
    padding: 48px 20px 42px;
  }

  .family-service .pagehero h1 {
    max-width: 100%;
    font-size: clamp(34px, 11vw, 42px);
    line-height: 1.1;
    letter-spacing: -0.035em;
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .family-service .pagehero .lead {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.65;
  }

  .family-service .pagehero .btn {
    display: flex;
    width: 100%;
    min-height: 50px;
    padding: 14px 16px;
    justify-content: center;
    align-items: center;
    text-align: center;
    white-space: normal;
  }

  .family-service .pagehero img {
    display: block;
    width: 100%;
    height: 360px;
    min-height: 360px;
    object-fit: cover;
    object-position: center 32% !important;
  }

  .family-service .pagehero::after {
    inset: auto 0 0;
    height: 360px;
  }

  .family-service .family-guidance {
    width: 100%;
    padding: 46px 14px;
  }

  .family-service .family-guidance-inner {
    width: 100%;
    max-width: 100%;
  }

  .family-service .family-intro,
  .family-service .family-strength,
  .family-service .family-focus,
  .family-service .family-national,
  .family-service .family-practice {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    padding: 30px 20px;
    gap: 24px;
  }

  .family-service .family-guidance h2,
  .family-service .family-practice-copy h2 {
    max-width: 100%;
    font-size: clamp(28px, 9vw, 35px);
    line-height: 1.16;
    letter-spacing: -0.025em;
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .family-service .family-guidance p,
  .family-service .family-practice-copy > p {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.7;
    overflow-wrap: break-word;
  }

  .family-service .family-focus-grid {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }

  .family-service .family-focus-grid article {
    width: 100%;
    min-height: 105px;
    padding: 20px;
  }

  .family-service .family-practice figure {
    width: 100%;
    overflow: hidden;
  }

  .family-service .family-practice figure img {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center 42%;
  }

  .family-service .family-practice figcaption {
    margin-top: -64px;
    padding: 30px 16px 14px;
    font-size: 12px;
    line-height: 1.45;
  }

  .family-service .family-practice-copy blockquote {
    max-width: 100%;
    margin-top: 24px;
    padding-left: 16px;
    font-size: 17px;
    line-height: 1.55;
    overflow-wrap: break-word;
  }

  .family-service .family-practice-insight {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    gap: 20px;
  }

  .family-service .family-practice-insight h3 {
    font-size: 21px;
    line-height: 1.3;
  }

  .family-service .family-practice-insight div {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }

  .family-service .family-practice-insight span {
    font-size: 14px;
    line-height: 1.55;
  }
}
