/**
 * PHONKLAI — approved People Portrait Ribbon.
 * Customer-facing content remains in native Elementor widgets.
 */

.pk-people,
.pk-people .pk-people-shell {
	width: 100%;
	max-width: none;
	margin: 0;
	background: #f7f5ef;
}

.pk-people .pk-people-shell,
.pk-people .pk-people-shell > .e-con-inner {
	display: flex;
	width: 100%;
	max-width: none;
	flex-direction: column;
	gap: 0;
}

.pk-people .pk-people-intro,
.pk-people .pk-people-intro > .e-con-inner {
	display: grid;
	width: min(100%, 1440px);
	max-width: 1440px;
	grid-template-columns: minmax(0, 1.75fr) minmax(330px, 0.75fr);
	align-items: end;
	gap: 72px;
	margin: 0 auto;
	padding: 76px 56px 60px;
}

.pk-people .pk-people-intro-heading {
	min-width: 0;
}

.pk-people .pk-people-eyebrow-row,
.pk-people .pk-people-eyebrow-row > .e-con-inner {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 20px;
}

.pk-people .pk-people-eyebrow {
	width: auto;
	flex: 0 0 auto;
}

.pk-people .pk-people-eyebrow .elementor-heading-title {
	margin: 0;
	color: #4f7d71;
	font-family: "Manrope", sans-serif;
	font-size: 12px;
	font-weight: 750;
	line-height: 1;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.pk-people .pk-people-eyebrow-line {
	width: min(100%, 660px);
	flex: 1 1 auto;
}

.pk-people .pk-people-eyebrow-line .elementor-divider {
	padding-block: 0;
}

.pk-people .pk-people-eyebrow-line .elementor-divider-separator {
	width: 100%;
	border-top-color: rgba(4, 46, 39, 0.48);
}

.pk-people .pk-people-title {
	max-width: 850px;
}

.pk-people .pk-people-title .elementor-heading-title {
	margin: 0;
	color: #042e27;
	font-family: "Manrope", sans-serif;
	font-size: clamp(52px, 5.15vw, 76px);
	font-weight: 650;
	line-height: 0.98;
	letter-spacing: -0.055em;
}

.pk-people .pk-people-lead {
	max-width: 390px;
	padding: 12px 0 12px 36px;
	border-left: 2px solid #6f8f78;
}

.pk-people .pk-people-lead p {
	margin: 0;
	color: #29443e;
	font-family: "Manrope", sans-serif;
	font-size: 18px;
	font-weight: 450;
	line-height: 1.55;
}

.pk-people .pk-people-stage,
.pk-people .pk-people-stage > .e-con-inner {
	position: relative;
	display: block;
	width: 100%;
	max-width: none;
	min-height: 760px;
	overflow: hidden;
	background: #dfe4df;
}

.pk-people .pk-people-stage-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.pk-people .pk-people-stage-image .elementor-widget-container,
.pk-people .pk-people-stage-image a,
.pk-people .pk-people-stage-image picture {
	display: block;
	width: 100%;
	height: 100%;
}

.pk-people .pk-people-stage-image img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: 58% center;
	border: 0;
	border-radius: 0;
}

.pk-people .pk-people-ribbon,
.pk-people .pk-people-ribbon > .e-con-inner {
	position: absolute;
	right: 0;
	bottom: 34px;
	left: 0;
	z-index: 2;
	display: grid;
	width: 100%;
	max-width: none;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	gap: 0;
	background: rgba(247, 245, 239, 0.96);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
}

.pk-people .pk-people-member,
.pk-people .pk-people-member > .e-con-inner {
	display: flex;
	min-width: 0;
	min-height: 132px;
	flex-direction: row;
	align-items: center;
	gap: 16px;
	padding: 25px 24px;
}

.pk-people .pk-people-member {
	border-right: 1px solid rgba(4, 46, 39, 0.28);
}

.pk-people .pk-people-member:nth-child(3) {
	border-right: 0;
}

.pk-people .pk-people-member:nth-child(n + 4),
.pk-people .pk-people-contact {
	border-top: 1px solid rgba(4, 46, 39, 0.2);
}

.pk-people .pk-people-avatar {
	width: 68px;
	min-width: 68px;
	max-width: 68px;
	flex: 0 0 68px;
}

.pk-people .pk-people-avatar .elementor-widget-container,
.pk-people .pk-people-avatar picture {
	display: block;
	width: 68px;
	height: 68px;
}

.pk-people .pk-people-avatar img {
	display: block;
	width: 68px;
	height: 68px;
	object-fit: cover;
	border: 2px solid #dce9dd;
	border-radius: 50%;
}

.pk-people .pk-people-member-copy {
	min-width: 0;
}

.pk-people .pk-people-name .elementor-heading-title {
	margin: 0;
	color: #082f29;
	font-family: "Manrope", sans-serif;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -0.025em;
}

.pk-people .pk-people-role p {
	margin: 0;
	color: #4f7d71;
	font-family: "Manrope", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.pk-people .pk-people-contact,
.pk-people .pk-people-contact > .e-con-inner {
	display: flex;
	min-width: 0;
	min-height: 132px;
	flex-direction: row;
	align-items: center;
	gap: 20px;
	padding: 25px 28px;
	background: #172a46;
}

.pk-people .pk-people-contact-icon {
	width: auto;
	flex: 0 0 auto;
}

.pk-people .pk-people-contact-icon .elementor-icon {
	display: inline-flex;
	width: 48px;
	height: 48px;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 34px;
}

.pk-people .pk-people-contact-icon .elementor-icon svg,
.pk-people .pk-people-call .elementor-button-icon svg {
	fill: currentColor;
}

.pk-people .pk-people-question .elementor-heading-title {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-family: "Manrope", sans-serif;
	font-size: 13px;
	font-weight: 550;
	line-height: 1.35;
}

.pk-people .pk-people-call,
.pk-people .pk-people-call .elementor-widget-container {
	width: auto;
}

.pk-people .pk-people-call .elementor-button {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: flex-start;
	padding: 8px 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #fff;
	font-family: "Manrope", sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: underline;
	text-decoration-color: rgba(255, 255, 255, 0.36);
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
	transition: color 180ms ease, text-decoration-color 180ms ease;
}

.pk-people .pk-people-call .elementor-button:hover,
.pk-people .pk-people-call .elementor-button:focus-visible {
	background: transparent;
	color: #dce9dd;
	text-decoration-color: currentColor;
}

.pk-people .pk-people-call .elementor-button:focus-visible {
	outline: 3px solid rgba(220, 233, 221, 0.72);
	outline-offset: 5px;
}

@media (max-width: 1180px) {
	.pk-people .pk-people-intro,
	.pk-people .pk-people-intro > .e-con-inner {
		grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.75fr);
		gap: 52px;
		padding-inline: 40px;
	}

	.pk-people .pk-people-title .elementor-heading-title {
		font-size: clamp(48px, 5.6vw, 66px);
	}

	.pk-people .pk-people-ribbon,
	.pk-people .pk-people-ribbon > .e-con-inner {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.pk-people .pk-people-member,
	.pk-people .pk-people-member > .e-con-inner {
		gap: 12px;
		padding-inline: 18px;
	}

	.pk-people .pk-people-avatar,
	.pk-people .pk-people-avatar .elementor-widget-container,
	.pk-people .pk-people-avatar picture,
	.pk-people .pk-people-avatar img {
		width: 58px;
		height: 58px;
	}

	.pk-people .pk-people-avatar {
		min-width: 58px;
		max-width: 58px;
		flex-basis: 58px;
	}
}

@media (max-width: 1024px) {
	.pk-people .pk-people-intro,
	.pk-people .pk-people-intro > .e-con-inner {
		grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
		padding-block: 64px 50px;
	}

	.pk-people .pk-people-stage,
	.pk-people .pk-people-stage > .e-con-inner {
		min-height: 0;
		overflow: visible;
	}

	.pk-people .pk-people-stage-image {
		position: relative;
		inset: auto;
		height: 480px;
	}

	.pk-people .pk-people-ribbon,
	.pk-people .pk-people-ribbon > .e-con-inner {
		position: relative;
		right: auto;
		bottom: auto;
		left: auto;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}

	.pk-people .pk-people-member:nth-child(2) {
		border-right: 0;
	}

	.pk-people .pk-people-member:nth-child(3),
	.pk-people .pk-people-member:nth-child(4),
	.pk-people .pk-people-member:nth-child(5) {
		border-top: 1px solid rgba(4, 46, 39, 0.2);
	}

	.pk-people .pk-people-member:nth-child(3),
	.pk-people .pk-people-member:nth-child(5) {
		border-right: 1px solid rgba(4, 46, 39, 0.28);
	}

	.pk-people .pk-people-member:nth-child(4) {
		border-right: 0;
	}

	.pk-people .pk-people-contact {
		border-top: 1px solid rgba(255, 255, 255, 0.12);
	}
}

@media (max-width: 767px) {
	.pk-people .pk-people-intro,
	.pk-people .pk-people-intro > .e-con-inner {
		display: flex;
		width: 100%;
		max-width: none;
		flex-direction: column;
		align-items: stretch;
		gap: 28px;
		padding: 54px 20px 38px;
	}

	.pk-people .pk-people-eyebrow-line {
		width: auto;
	}

	.pk-people .pk-people-title .elementor-heading-title {
		font-size: clamp(38px, 11vw, 48px);
		line-height: 1;
		letter-spacing: -0.05em;
	}

	.pk-people .pk-people-lead {
		max-width: none;
		padding: 2px 0 2px 18px;
	}

	.pk-people .pk-people-lead p {
		font-size: 16px;
		line-height: 1.55;
	}

	.pk-people .pk-people-stage-image {
		height: 300px;
	}

	.pk-people .pk-people-stage-image img {
		object-position: 68% center;
	}

	.pk-people .pk-people-ribbon,
	.pk-people .pk-people-ribbon > .e-con-inner {
		display: flex;
		flex-direction: column;
	}

	.pk-people .pk-people-member,
	.pk-people .pk-people-member > .e-con-inner {
		width: 100%;
		min-height: 112px;
		padding: 20px;
	}

	.pk-people .pk-people-member,
	.pk-people .pk-people-member:nth-child(2),
	.pk-people .pk-people-member:nth-child(3),
	.pk-people .pk-people-member:nth-child(4),
	.pk-people .pk-people-member:nth-child(5) {
		border-top: 0;
		border-right: 0;
		border-bottom: 1px solid rgba(4, 46, 39, 0.2);
	}

	.pk-people .pk-people-avatar,
	.pk-people .pk-people-avatar .elementor-widget-container,
	.pk-people .pk-people-avatar picture,
	.pk-people .pk-people-avatar img {
		width: 64px;
		height: 64px;
	}

	.pk-people .pk-people-avatar {
		min-width: 64px;
		max-width: 64px;
		flex-basis: 64px;
	}

	.pk-people .pk-people-name .elementor-heading-title {
		font-size: 20px;
	}

	.pk-people .pk-people-contact,
	.pk-people .pk-people-contact > .e-con-inner {
		width: 100%;
		min-height: 132px;
		padding: 24px 20px;
	}
}

@media (max-width: 360px) {
	.pk-people .pk-people-title .elementor-heading-title {
		font-size: 36px;
	}

	.pk-people .pk-people-role p {
		font-size: 11px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pk-people .pk-people-call .elementor-button {
		transition: none;
	}
}
