/* ==========================================================================
   SMCF — individual staff/board bio page styles.
   Covers: staff-araceli.php, juan-gonzalez.php (and available for other
   individual bio pages built by other agents in this migration, e.g.
   board-*.php). Linked after /style.css.
   ========================================================================== */

.smcf-bio {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.smcf-bio__photo {
  flex: 1 1 280px;
  max-width: 320px;
}

.smcf-bio__photo img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.smcf-bio__body {
  flex: 2 1 420px;
}

.smcf-bio__body h1 {
  margin-bottom: 4px;
}

.smcf-bio__role {
  font-family: var(--smcf-font-accent);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.9rem;
  color: var(--smcf-gold);
  margin-bottom: 24px;
  display: block;
}

/* Shared with public/css/about.css — used for the closing "Turning
   Generosity..." CTA banner also present on this page. Duplicated here
   (rather than also linking about.css) since bio pages don't otherwise
   need the About-family media-row/people-grid patterns. */
.smcf-centered {
  text-align: center;
}

.smcf-centered h3 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 700px) {
  .smcf-bio {
    flex-direction: column;
  }
}
