
.sah-ecta {
	--sah-ink: #182433;
	--sah-muted: #5f6b78;
	--sah-line: #dfe4e8;
	--sah-soft: #f6f8f9;
	--sah-accent: #0b5d4b;
	--sah-accent-dark: #08463a;
	--sah-specialty-bg: #f3f7f5;
	--sah-radius: 14px;
	color: var(--sah-ink);
	container-type: inline-size;
	font-family: inherit;
	margin: clamp(32px, 5vw, 64px) 0;
}

.sah-ecta *,
.sah-ecta *::before,
.sah-ecta *::after {
	box-sizing: border-box;
}

.sah-ecta__inner {
	background: #fff;
	border: 1px solid var(--sah-line);
	border-radius: var(--sah-radius);
	padding: clamp(22px, 4vw, 42px);
}

.sah-ecta__header {
	max-width: 800px;
	margin-bottom: 24px;
}

.sah-ecta__eyebrow {
	color: var(--sah-accent);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .07em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.sah-ecta__title {
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 750;
	letter-spacing: -.025em;
	line-height: 1.2;
	margin: 0;
}

.sah-ecta__intro {
	color: var(--sah-muted);
	font-size: 16px;
	line-height: 1.65;
	margin: 12px 0 0;
	max-width: 720px;
}

.sah-ecta__experts {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sah-ecta__expert:only-child {
	grid-column: 1 / -1;
	justify-self: center;
	max-width: 720px;
	width: 100%;
}

.sah-ecta__expert {
	align-items: flex-start;
	background: #fff;
	border: 1px solid var(--sah-line);
	border-radius: 12px;
	display: grid;
	gap: 16px;
	grid-template-columns: 76px minmax(0, 1fr);
	padding: 20px;
}

.sah-ecta__expert--no-photo {
	grid-template-columns: minmax(0, 1fr);
}

.sah-ecta__avatar-wrap {
	aspect-ratio: 1;
	width: 76px;
}

.sah-ecta__avatar {
	border-radius: 12px;
	display: block;
	height: 76px;
	object-fit: cover;
	width: 76px;
}

.sah-ecta__avatar--placeholder {
	align-items: center;
	background: var(--sah-soft);
	color: var(--sah-accent);
	display: flex;
	font-size: 20px;
	font-weight: 750;
	justify-content: center;
}

.sah-ecta__expert-label {
	color: var(--sah-accent);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 4px;
}

.sah-ecta__name {
	font-size: 21px;
	letter-spacing: -.015em;
	line-height: 1.3;
	margin: 0;
}

.sah-ecta__bio {
	color: var(--sah-muted);
	font-size: 15px;
	line-height: 1.6;
	margin: 8px 0 0;
}

.sah-ecta__specialty {
	background: var(--sah-specialty-bg);
	border-left: 3px solid var(--sah-accent);
	border-radius: 0 10px 10px 0;
	margin-top: 16px;
	padding: 14px 15px;
}

.sah-ecta__specialty-kicker {
	color: var(--sah-accent);
	font-size: 12px;
	font-weight: 750;
	letter-spacing: .045em;
	margin: 0 0 4px;
	text-transform: uppercase;
}

.sah-ecta__specialty-title {
	font-size: 16px;
	font-weight: 750;
	line-height: 1.4;
	margin: 0;
}

.sah-ecta__specialty-situation,
.sah-ecta__specialty-benefit,
.sah-ecta__specialty-evidence {
	color: var(--sah-muted);
	font-size: 14px;
	line-height: 1.55;
	margin: 6px 0 0;
}

.sah-ecta__specialty-benefit {
	color: var(--sah-ink);
}

.sah-ecta__specialty-link,
.sah-ecta__profile,
.sah-ecta__related-projects {
	align-items: center;
	color: var(--sah-accent);
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	gap: 5px;
	min-height: 44px;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.sah-ecta__specialty-link {
	margin-top: 4px;
}

.sah-ecta__evidence-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0 16px;
	margin-top: 10px;
}

.sah-ecta__evidence-links .sah-ecta__profile,
.sah-ecta__evidence-links .sah-ecta__related-projects {
	margin-top: 0;
}

.sah-ecta__profile {
	margin-top: 10px;
}

.sah-ecta__specialty-link:hover,
.sah-ecta__profile:hover,
.sah-ecta__related-projects:hover {
	color: var(--sah-accent-dark);
}

.sah-ecta__specialty-link:focus-visible,
.sah-ecta__profile:focus-visible,
.sah-ecta__related-projects:focus-visible,
.sah-ecta__button:focus-visible {
	outline: 3px solid rgba(11, 93, 75, .28);
	outline-offset: 3px;
}

.sah-ecta__evidence {
	border-top: 1px solid var(--sah-line);
	margin: 14px 0 0;
	padding-top: 10px;
}

.sah-ecta__evidence-row {
	display: grid;
	gap: 2px;
	padding: 5px 0;
}

.sah-ecta__evidence-row dt {
	color: var(--sah-muted);
	font-size: 12px;
	font-weight: 650;
}

.sah-ecta__evidence-row dd {
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

.sah-ecta__action-row {
	align-items: center;
	background: var(--sah-soft);
	border-radius: 12px;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-top: 20px;
	padding: 16px 18px;
}

.sah-ecta__action-copy {
	color: var(--sah-muted);
	font-size: 15px;
	line-height: 1.55;
	margin: 0;
	max-width: 620px;
}

.sah-ecta__button {
	align-items: center;
	background: var(--sah-accent);
	border-radius: 9px;
	color: #fff;
	display: inline-flex;
	font-size: 15px;
	font-weight: 750;
	gap: 10px;
	justify-content: center;
	min-height: 46px;
	padding: 11px 17px;
	text-decoration: none;
	white-space: nowrap;
}

.sah-ecta__button:hover {
	background: var(--sah-accent-dark);
	color: #fff;
}

.sah-ecta__button-arrow {
	font-size: 18px;
	line-height: 1;
}

.sah-ecta__next {
	border-top: 1px solid var(--sah-line);
	display: grid;
	gap: 14px;
	grid-template-columns: auto 1fr;
	margin-top: 20px;
	padding-top: 18px;
}

.sah-ecta__next-label {
	font-size: 14px;
	font-weight: 750;
	margin: 0;
	padding-top: 8px;
	white-space: nowrap;
}

.sah-ecta__next-list {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.sah-ecta__next-item {
	align-items: center;
	display: flex;
	font-size: 14px;
	gap: 9px;
	line-height: 1.4;
}

.sah-ecta__next-number {
	align-items: center;
	background: var(--sah-soft);
	border: 1px solid var(--sah-line);
	border-radius: 50%;
	display: inline-flex;
	flex: 0 0 30px;
	font-size: 13px;
	font-weight: 750;
	height: 30px;
	justify-content: center;
	width: 30px;
}

.sah-ecta__reviewed {
	align-items: flex-start;
	color: var(--sah-muted);
	display: flex;
	font-size: 13px;
	gap: 7px;
	line-height: 1.5;
	margin: 16px 0 0;
}

.sah-ecta__review-icon {
	color: var(--sah-accent);
	font-weight: 800;
}

@container (max-width: 780px) {
	.sah-ecta__experts {
		grid-template-columns: 1fr;
	}
}

@container (max-width: 620px) {
	.sah-ecta__inner {
		padding: 19px;
	}

	.sah-ecta__expert {
		grid-template-columns: 58px minmax(0, 1fr);
		padding: 16px;
	}

	.sah-ecta__expert--no-photo {
		grid-template-columns: minmax(0, 1fr);
	}

	.sah-ecta__avatar-wrap,
	.sah-ecta__avatar {
		height: 58px;
		width: 58px;
	}

	.sah-ecta__action-row {
		align-items: stretch;
		flex-direction: column;
	}

	.sah-ecta__button {
		width: 100%;
	}

	.sah-ecta__next {
		grid-template-columns: 1fr;
	}

	.sah-ecta__next-label {
		padding-top: 0;
	}

	.sah-ecta__next-list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 780px) {
	.sah-ecta__experts {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	.sah-ecta__inner {
		padding: 19px;
	}

	.sah-ecta__expert {
		grid-template-columns: 58px minmax(0, 1fr);
		padding: 16px;
	}

	.sah-ecta__expert--no-photo {
		grid-template-columns: minmax(0, 1fr);
	}

	.sah-ecta__avatar-wrap,
	.sah-ecta__avatar {
		height: 58px;
		width: 58px;
	}

	.sah-ecta__action-row {
		align-items: stretch;
		flex-direction: column;
	}

	.sah-ecta__button {
		width: 100%;
	}

	.sah-ecta__next,
	.sah-ecta__next-list {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sah-ecta *,
	.sah-ecta *::before,
	.sah-ecta *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}

/* v2.10 card hierarchy: Person identity -> contextual responsibility -> proof. */
.sah-ecta__job-title {
	color: var(--sah-muted);
	font-size: 14px;
	font-weight: 650;
	line-height: 1.45;
	margin: 3px 0 0;
}

.sah-ecta__context {
	border-top: 1px solid var(--sah-line);
	margin-top: 13px;
	padding-top: 11px;
}

.sah-ecta__context-kicker {
	color: var(--sah-muted);
	font-size: 12px;
	font-weight: 650;
	margin: 0 0 3px;
}

.sah-ecta__context-role {
	font-size: 15px;
	font-weight: 750;
	line-height: 1.45;
	margin: 0;
}

.sah-ecta__context-responsibility {
	color: var(--sah-muted);
	font-size: 14px;
	line-height: 1.55;
	margin: 6px 0 0;
}

.sah-ecta__bio--legacy {
	margin-top: 10px;
}

.sah-ecta__specialty--compact {
	padding-bottom: 12px;
	padding-top: 12px;
}

.sah-ecta__specialty--compact .sah-ecta__specialty-link {
	margin-top: 5px;
}
