.team-intro {
	text-align: center;
	max-width: 800px;
	margin: 0 auto 32px;
	font-size: 1.1rem;
	color: #555;
	line-height: 1.8;
}

.team-gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 25px;
	margin-top: 16px;
}

.team-group {
	width: 100%;
	margin-bottom: 44px;
}

.team-group:last-child {
	margin-bottom: 0;
}

.team-group-title {
	text-align: center;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--accent);
	margin: 0 0 2px;
}

.team-group-title::after {
	content: '';
	display: block;
	width: 36px;
	height: 3px;
	background: var(--accent);
	border-radius: 2px;
	margin: 5px auto 0;
}

.team-role-badge {
	display: inline-block;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	padding: 2px 10px;
	border-radius: 99px;
	margin-bottom: 6px;
}

.team-role-leader {
	background: var(--accent);
	color: #fff;
}

.team-role-support {
	background: #e2e2e2;
	color: #666;
}

.team-member--placeholder img {
	filter: grayscale(35%);
	opacity: 0.82;
}

.team-member {
	text-align: center;
	max-width: 220px;
}

.team-member img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	object-position: center top;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	margin-bottom: 12px;
}

.team-member p {
	font-weight: bold;
	margin: 8px 0 4px;
}

.team-member small {
	color: #555;
	font-size: 0.95rem;
}

.founder-letter-card {
	background: #f0f7f0;
	border-left: 4px solid var(--primary);
	border-radius: 12px;
	max-width: 680px;
	margin: 0 auto 28px;
	padding: 22px 28px;
}

.founder-letter-card p {
	font-style: italic;
	color: #555;
	font-size: 1.05rem;
	line-height: 1.65;
	margin-bottom: 14px;
}

.founder-letter-card .bio-toggle {
	font-size: 1rem;
}
