/* V16 – P05-Profil: Abschluss als zusammengehöriger Gesprächseinstieg.
   Nur auf profil.html geladen; Portrait, Bildzuschnitte und Raster bleiben. */
.page--profile .subpage-cta__grid {
  grid-template-columns: minmax(0, 1fr);
}

.page--profile .subpage-cta__grid > div {
  max-width: 52rem;
}

.page--profile .subpage-cta h2 {
  max-width: 18ch;
}

.page--profile .profile-cta__intro {
  max-width: 45ch;
  margin: 1.75rem 0 2rem;
  font-size: clamp(1.05rem, 1.45vw, 1.25rem);
  line-height: 1.6;
}

.page--profile .subpage-cta .cta-link {
  width: min(100%, 38rem);
}
