/* -----------------------------------------------------------
   Single employee (pst_employee) — overlays on article.css.
   Loaded only on single-pst_employee views.

   Reuses the article hero + body shell. This file just tweaks
   the figure (portrait vs. banner) and the sub-line (job title
   instead of date).
   ----------------------------------------------------------- */

.pst-employee__role {
	font-family: var(--wp--preset--font-family--heading);
	font-weight: 600;
	letter-spacing: 0.02em;
}

/* Portrait crop: photos are head-and-shoulders, so a wide banner crop
   cuts faces off. Cap at a sensible portrait ratio and center the
   figure inside the body column. */
.pst-article--employee .pst-article__figure {
	max-width: 28rem;
	margin-inline: auto;
}

.pst-article--employee .pst-article__image {
	aspect-ratio: 4 / 5;
	max-height: none;
	object-position: center top;
}
