/**
 * Staff page — modern layout.
 */

.sac-staff-modern-page {
	background: var(--acg-bg);
	color: var(--acg-dark);
}

.sac-staff-container {
	width: min(1180px, 92vw);
	margin: 0 auto;
}

.sac-staff-hero {
	text-align: center;
}

.sac-staff-hero .acg-hero__title,
.sac-staff-hero .acg-hero__eyebrow,
.sac-staff-hero .acg-hero__lead {
	margin-left: auto;
	margin-right: auto;
}

.sac-staff-content {
	margin-top: 48px;
	padding: 0 24px 88px;
}

@media (min-width: 768px) {
	.sac-staff-content {
		margin-top: 64px;
	}
}

.sac-staff-modern-page .sac-editorial-panel {
	padding: clamp(28px, 5vw, 48px);
	border: 1px solid var(--acg-border);
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 18px 55px rgba(45, 41, 38, 0.08);
	color: var(--acg-muted);
}

.sac-staff-modern-page .sac-editorial-panel > *:first-child {
	margin-top: 0;
}

.sac-staff-modern-page .sac-editorial-panel p {
	margin: 0 0 18px;
	line-height: 1.65;
}

.sac-staff-modern-page .sac-editorial-panel p:last-child {
	margin-bottom: 0;
}

.sac-staff-modern-page .sac-editorial-panel p strong {
	color: var(--acg-dark);
	font-weight: 700;
}

.sac-staff-modern-page .sac-editorial-panel p em {
	color: var(--acg-accent);
	font-style: normal;
	font-weight: 600;
}

.sac-staff-modern-page .sac-editorial-panel a {
	color: var(--acg-accent);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.sac-staff-modern-page .sac-editorial-panel a:hover {
	color: var(--acg-accent-hover);
}
