/* About-page-specific styles. Shared Woven Trinity tokens + components live in
   pis-brand.css (loaded first). The About wrapper is `.pis pis-about`. */

/* Hero */

/* Our Story image */
.pis-about .pis-story-img { border-radius: 20px; box-shadow: 0 22px 48px rgba(43,32,53,.16); width: 100%; height: 100%; max-height: 440px; object-fit: cover; }

/* Team cards */
.pis-about .pis-team-avatar {
    width: 92px; height: 92px; border-radius: 50%; margin: 0 auto 16px;
    display: flex; align-items: center; justify-content: center;
    font-size: 2rem; font-weight: 800; color: #fff; overflow: hidden;
}
.pis-about .pis-team-avatar img { width: 100%; height: 100%; object-fit: cover; }
.pis-about .pis-team-card { text-align: center; }
.pis-about .pis-team-role { font-size: .85rem; font-weight: 600; color: var(--pis-blue-d); }
.pis-about .pis-team-bio { font-size: .85rem; color: #6b6475; }
