.moraway-about-staff-section {
	padding: clamp(64px, 9vw, 120px) 0;
	background: #fff;
	overflow: hidden;
}

.moraway-about-staff-inner {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.moraway-about-staff-header {
	margin-bottom: clamp(40px, 6vw, 76px);
}

.moraway-about-staff-heading {
	margin: 0;
	font-size: clamp(42px, 7vw, 96px);
	line-height: .95;
	font-weight: 500;
	letter-spacing: -0.05em;
}

.moraway-about-staff-list {
	display: grid;
	gap: clamp(64px, 8vw, 120px);
}

.moraway-staff-card {
	display: grid;
	grid-template-columns: minmax(360px, 46%) 1fr;
	align-items: center;
	gap: clamp(36px, 6vw, 92px);
}

.moraway-staff-card.is-reversed {
	grid-template-columns: 1fr minmax(360px, 46%);
}

.moraway-staff-card.is-reversed .moraway-staff-image-wrap {
	order: 2;
	justify-self: end;
}

.moraway-staff-card.is-reversed .moraway-staff-content {
	order: 1;
}

.moraway-staff-image-wrap {
	position: relative;
	width: 100%;
	max-width: 520px;
	aspect-ratio: 1 / .82;
	border-radius: 28px;
	overflow: hidden;
	background: #f2f0ea;
}

.moraway-staff-image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.moraway-staff-content {
	max-width: 650px;
}

.moraway-staff-name {
	margin: 0 0 8px;
	font-size: clamp(28px, 3.8vw, 54px);
	line-height: 1.02;
	font-weight: 500;
	letter-spacing: -0.04em;
}

.moraway-staff-title {
	margin: 0 0 clamp(20px, 3vw, 36px);
	font-size: 13px;
	line-height: 1.3;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .14em;
	color: #7d735f;
}

.moraway-staff-body {
	font-size: clamp(16px, 1.35vw, 19px);
	line-height: 1.72;
	color: #2f2b25;
}

.moraway-staff-body p {
	margin: 0 0 1.15em;
}

.moraway-staff-body p:last-child {
	margin-bottom: 0;
}

@media (max-width: 980px) {
	.moraway-staff-card,
	.moraway-staff-card.is-reversed {
		grid-template-columns: minmax(300px, 44%) 1fr;
		gap: clamp(28px, 5vw, 54px);
	}

	.moraway-staff-card.is-reversed {
		grid-template-columns: 1fr minmax(300px, 44%);
	}

	.moraway-staff-name {
		font-size: clamp(28px, 4.5vw, 44px);
	}
}

@media (max-width: 820px) {
	.moraway-staff-card,
	.moraway-staff-card.is-reversed {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.moraway-staff-card.is-reversed .moraway-staff-image-wrap,
	.moraway-staff-card.is-reversed .moraway-staff-content {
		order: initial;
		justify-self: initial;
	}

	.moraway-staff-image-wrap {
		max-width: 100%;
		aspect-ratio: 4 / 3;
		border-radius: 22px;
	}

	.moraway-staff-name {
		font-size: 38px;
	}

	.moraway-about-staff-heading {
		max-width: 680px;
	}
}

@media (max-width: 520px) {
	.moraway-about-staff-inner {
		width: min(100% - 28px, 1180px);
	}

	.moraway-about-staff-section {
		padding: 54px 0;
	}

	.moraway-about-staff-list {
		gap: 52px;
	}

	.moraway-about-staff-heading {
		font-size: clamp(40px, 14vw, 58px);
	}

	.moraway-staff-name {
		font-size: 34px;
	}

	.moraway-staff-title {
		font-size: 12px;
	}

	.moraway-staff-body {
		font-size: 16px;
		line-height: 1.65;
	}
}