/* Sophia — founder entity page */

body.page-sophia .sophia-portrait,
body.page-template-page-sophia .sophia-portrait {
  width: min(320px, 70vw);
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  display: block;
}

body.page-sophia .entity-line,
body.page-template-page-sophia .entity-line {
  font-family: var(--serif);
  font-size: var(--fs-lg);
  line-height: 1.5;
  max-width: 60ch;
}

body.page-sophia .proof-date,
body.page-template-page-sophia .proof-date {
  font-family: var(--sans);
  font-size: var(--fs-xs);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-secondary);
}
