/**
 * Faculty single. Sits on aaq-page-templates.css for the container, section and
 * h2; everything here is the profile itself. px on purpose — html is 62.5%.
 */

.antm-fac__hero { padding: 52px 0 44px; background: #f8fafc; border-bottom: 1px solid #e7e5e4; }
.antm-fac__hero-inner { display: flex; align-items: flex-start; gap: 34px; }
.antm-fac__photo {
	flex: 0 0 auto;
	width: 220px; height: 220px;
	border-radius: 14px;
	object-fit: cover;
	background: #e7e5e4;
}
.antm-fac__intro { min-width: 0; }

.antm-fac__crumbs { margin: 0 0 14px; font-size: 14px; color: #57534e; }
.antm-fac__crumbs a { color: #57534e; text-decoration: none; border-bottom: 1px solid transparent; }
.antm-fac__crumbs a:hover { color: #18181b; border-bottom-color: #18181b; }
.antm-fac__crumbs span { margin: 0 8px; color: #a8a29e; }

.antm-fac__name { margin: 0 0 6px; font-size: clamp(32px, 4.4vw, 46px); line-height: 1.08; letter-spacing: -.02em; color: #18181b; }
.antm-fac__role { margin: 0 0 14px; font-size: 15px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: #2364a9; }
.antm-fac__short { max-width: 620px; margin: 0 0 22px; font-size: 18px; line-height: 1.6; color: #44403c; }

.antm-fac__creds { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 24px; padding: 0; list-style: none; }
.antm-fac__creds li { padding: 12px 16px; border: 1px solid #e7e5e4; border-radius: 10px; background: #fff; }
.antm-fac__creds strong { display: block; font-size: 19px; font-weight: 700; line-height: 1.2; color: #1f3b61; }
.antm-fac__creds span { display: block; margin-top: 2px; font-size: 13px; color: #57534e; }

.antm-fac__actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; }
.antm-fac__btn {
	display: inline-flex; align-items: center; min-height: 46px; padding: 12px 20px;
	border: 1px solid #d6d3d1; border-radius: 8px; background: #fff;
	font-size: 15px; font-weight: 600; color: #27272a; text-decoration: none;
}
.antm-fac__btn:hover { border-color: #2364a9; color: #1f3b61; }
.antm-fac__btn--primary { border-color: #2364a9; background: #2364a9; color: #fff; }
.antm-fac__btn--primary:hover { border-color: #1f3b61; background: #1f3b61; color: #fff; }
.antm-fac__btn--light { border-color: #fff; background: #fff; color: #1f3b61; }
.antm-fac__btn--ghost { border-color: rgba(255,255,255,.45); background: transparent; color: #fff; }
.antm-fac__btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,.1); color: #fff; }
.antm-fac__btn:focus-visible { outline: 2px solid #1f3b61; outline-offset: 2px; }
.antm-fac__btn--light:focus-visible, .antm-fac__btn--ghost:focus-visible { outline-color: #fff; }

/* teaches band ----------------------------------------------------------- */
.antm-fac__band { padding: 22px 0; border-bottom: 1px solid #e7e5e4; }
.antm-fac__band-label { margin: 0 0 12px; font-size: 13px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: #78716c; }
.antm-fac__teaches { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.antm-fac__teaches a, .antm-fac__teaches span {
	display: inline-flex; align-items: center; min-height: 40px; padding: 9px 15px;
	border: 1px solid #e7e5e4; border-radius: 999px; background: #fff;
	font-size: 14.5px; font-weight: 600; color: #27272a; text-decoration: none;
}
.antm-fac__teaches a:hover { border-color: #bfdbfe; background: #eff6ff; color: #1f3b61; }

/* bio -------------------------------------------------------------------- */
.antm-fac__body { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 36px; align-items: start; }
.antm-fac__prose p { margin: 0 0 16px; font-size: 17px; line-height: 1.7; color: #292524; }
.antm-fac__prose p:last-child { margin-bottom: 0; }
.antm-fac__prose a { color: #2364a9; }
.antm-fac__method { padding: 22px; border-radius: 12px; background: #f8fafc; border: 1px solid #e7e5e4; }
.antm-fac__method-label { margin: 0 0 8px; font-size: 12.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #78716c; }
.antm-fac__method-text { margin: 0; font-size: 19px; line-height: 1.45; font-weight: 600; color: #1f3b61; }

/* articles --------------------------------------------------------------- */
.antm-fac__posts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.antm-fac__post { padding: 18px; border: 1px solid #e7e5e4; border-radius: 12px; background: #fff; }
.antm-fac__post h3 { margin: 0 0 8px; font-size: 17px; line-height: 1.3; }
.antm-fac__post h3 a { color: #18181b; text-decoration: none; }
.antm-fac__post h3 a:hover { color: #2364a9; }
.antm-fac__post p { margin: 0; font-size: 14.5px; line-height: 1.55; color: #57534e; }
.antm-fac__more { margin: 18px 0 0; font-size: 15px; font-weight: 600; }
.antm-fac__more a { color: #2364a9; }

/* peers ------------------------------------------------------------------ */
.antm-fac__peers { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.antm-fac__peers a { display: block; text-align: center; text-decoration: none; }
.antm-fac__peer-img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; border-radius: 10px; background: #e7e5e4; }
.antm-fac__peer-name { display: block; margin-top: 8px; font-size: 14.5px; font-weight: 600; color: #18181b; }
.antm-fac__peer-role { display: block; font-size: 12.5px; color: #78716c; }
.antm-fac__peers a:hover .antm-fac__peer-name { color: #2364a9; }

/* cta -------------------------------------------------------------------- */
.antm-fac__cta { padding: 52px 0; background: #1f3b61; }
.antm-fac__cta-title { margin: 0 0 10px; font-size: clamp(25px, 3.2vw, 32px); line-height: 1.15; color: #fff; }
.antm-fac__cta-lede { max-width: 560px; margin: 0 0 22px; font-size: 17px; line-height: 1.6; color: #dbeafe; }

@media (max-width: 991px) {
	.antm-fac__body { grid-template-columns: 1fr; gap: 24px; }
	.antm-fac__posts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.antm-fac__peers { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
	.antm-fac__hero { padding: 34px 0 32px; }
	.antm-fac__hero-inner { flex-direction: column; gap: 20px; }
	.antm-fac__photo { width: 132px; height: 132px; }
	.antm-fac__short { font-size: 16.5px; }
	.antm-fac__creds li { flex: 1 1 100%; }
	.antm-fac__posts { grid-template-columns: 1fr; }
	.antm-fac__peers { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
