.people-page .people-more-btn {
	margin-top: auto;
	width: min(100%, 220px);
	min-height: 38px;
	padding: 9px 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 1px solid var(--el-red);
	border-radius: 999px;
	color: var(--el-red);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
	transition: 0.25s ease;
}
.people-page .people-more-btn:hover,
.people-page .people-more-btn:focus {
	background: var(--el-red);
	color: var(--el-white);
	outline: none;
}

.people-page .people-card-info strong {
	position: absolute;
	top: 24px;
	right: 22px;
	display: inline-block;
	padding-right: 22px;
	color: #777873;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.035em;
	text-transform: uppercase;
	line-height: 1;
	white-space: nowrap;
}
.people-page .people-card-info strong::after {
	content: "";
	position: absolute;
	top: -7px;
	right: 6px;
	width: 20px;
	height: 20px;
	background: transparent url("../images/discipline-arrow.png") no-repeat
		center / contain;
}
.people-page .people-card-info strong.green-tag::after,
.people-page .people-card-info strong.is-green::after {
	background-image: url("../images/discipline-arrow-green.png") !important;
}
.people-page .people-card-info strong.small-tag {
	font-size: 14px;
}

/* ==========================================================
   PROFILE DETAIL PAGE
   ========================================================== */
.profile-section {
	background: #f6f6f4; /* same tone as people.html */
	padding: 54px 0 96px;
}

.profile-container {
	width: min(100% - 56px, 1660px);
	margin: 0 auto;
}

.profile-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
	gap: 42px;
	align-items: start;
}

.profile-main {
	min-width: 0;
}

.profile-side {
	display: flex;
	flex-direction: column;
	gap: 14px;
	min-width: 0;
}

.profile-intro {
	display: grid;
	grid-template-columns: 390px minmax(0, 1fr);
	gap: 56px;
	align-items: start;
}

.profile-aside {
	min-width: 0;
}

.profile-photo {
	width: 390px;
	height: 390px;
	background: #d1d1cf;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.profile-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
}
.profile-photo span {
	display: none;
	color: #7d7d76;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}
.profile-photo img[style*="display: none"] + span {
	display: flex;
}

.profile-name {
	margin: 16px 0 0;
	color: #1b1b1b;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.08;
}
.profile-role {
	margin: 2px 0 0;
	color: #555;
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
	line-height: 1.18;
}

/* discipline / label above notable project */
.profile-discipline {
	position: relative;
	display: inline-block;
	align-self: flex-end;
	padding-right: 24px;
	color: #666963;
	font-size: clamp(22px, 2.2vw, 30px);
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	line-height: 1;
}
.profile-discipline::after {
	content: "";
	position: absolute;
	top: -6px;
	right: 0;
	width: 20px;
	height: 20px;
	background: transparent url("../images/discipline-arrow.png") no-repeat
		center / contain;
}
.profile-discipline.is-green::after {
	background-image: url("../images/discipline-arrow-green.png");
}

.profile-bio {
	min-width: 0;
}
.profile-bio p {
	margin: 0 0 22px;
	color: #1a1a1a;
	font-size: 18px;
	font-weight: 200;
	line-height: 1.28;
	text-align:justify;
}

/* qualification + career history */
.profile-meta {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 0;
	margin-top: 48px;
	padding-top: 20px;
	border-top: 1px solid #d4cec0;
}
.profile-meta > div {
	padding-right: 30px;
}
.profile-meta > div + div {
	border-left: 1px solid #d4cec0;
	padding-left: 30px;
	padding-right: 0;
}
.profile-meta h3,
.profile-projects-title {
	margin: 0 0 14px;
	color: var(--el-red);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1;
}
.profile-meta h3::after,
.profile-projects-title::after {
	content: " ↓";
}
.profile-meta ul {
	margin: 0;
	padding-left: 18px;
	list-style: disc;
}
.profile-meta li {
	margin-bottom: 6px;
	color: #111;
	font-size: 15px;
	font-weight: 200;
	line-height: 1.42;
}
.profile-career {
	list-style: none !important;
	padding-left: 0 !important;
}
.profile-career li {
	display: grid;
	grid-template-columns: 128px 1fr;
	gap: 14px;
	align-items: start;
}
.profile-career .period {
	white-space: nowrap;
}

/* notable projects */
.profile-projects {
	background: #ffffff;
	border-top: 1px solid rgba(171, 35, 40, 0.22);
	border-bottom: 1px solid rgba(171, 35, 40, 0.75);
}
.profile-projects-title {
	margin: 0;
	padding: 18px 22px 16px;
	text-align: right;
	font-size: 17px;
	
}
.project-row {
	display: grid;
	grid-template-columns: 78px 100px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	padding: 18px 22px;
	border-top: 1px solid rgba(171, 35, 40, 0.22);
}
.project-row:first-of-type {
	border-top: 0;
}
.project-logo-mark {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #f7f7f5;
	color: var(--el-red);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1;
}
.project-amount {
	padding-top: 1px;
	text-align: right;
	color: var(--el-red);
	line-height: 0.96;
}
.project-amount .cur {
	display: block;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.04em;
}
.project-amount .val {
	display: block;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 0.02em;
}
.project-amount .val.is-text,
.project-amount .cur.is-text {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.1;
}
.project-detail h4 {
	margin: 0 0 6px;
	color: #161616;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.28;
}
.project-detail p {
	margin: 0;
	color: #222;
	font-size: 12px;
	font-weight: 200 !important
	line-height: 1.28;
}

.profile-back {
	display: inline-flex;
	align-items: center;
	margin-top: 28px;
	color: var(--el-red);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}
.profile-back:hover {
	color: var(--el-dark-red);
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */
@media (max-width: 1399.98px) {
	.profile-intro {
		grid-template-columns: 330px minmax(0, 1fr);
		gap: 40px;
	}
	.profile-photo {
		width: 330px;
		height: 330px;
	}
	.profile-bio p {
		font-size: 17px;
		text-align:justify;
	}
}

@media (max-width: 1099.98px) {
	.profile-layout {
		grid-template-columns: 1fr;
	}
	.profile-side {
		max-width: 760px;
	}
	.profile-discipline {
		align-self: flex-start;
	}
}

@media (max-width: 767.98px) {
	.profile-container {
		width: min(100% - 36px, 720px);
	}
	.profile-intro {
		grid-template-columns: 1fr;
		gap: 28px;
	}
	.profile-photo {
		width: min(100%, 360px);
		height: 360px;
	}
	.profile-bio {
		padding-top: 0;
	}
	.profile-meta {
		grid-template-columns: 1fr;
		margin-top: 36px;
	}
	.profile-meta > div {
		padding-right: 0;
	}
	.profile-meta > div + div {
		border-left: 0;
		padding-left: 0;
		padding-top: 22px;
		margin-top: 18px;
		border-top: 1px solid #d4cec0;
	}
	.project-row {
		grid-template-columns: 70px 90px 1fr;
		padding: 16px 18px;
	}
}

@media (max-width: 520px) {
	.profile-section {
		padding: 38px 0 72px;
	}
	.profile-photo {
		height: 300px;
	}
	.profile-name {
		font-size: 22px;
	}
	.profile-role {
		font-size: 16px;
	}
	.profile-discipline {
		font-size: 18px;
		padding-right: 20px;
	}
	.profile-discipline::after {
		width: 17px;
		height: 17px;
		top: -4px;
	}
	.project-row {
		grid-template-columns: 64px 84px 1fr;
		gap: 12px;
		padding: 15px 14px;
	}
	.project-logo-mark {
		width: 48px;
		height: 48px;
		font-size: 15px;
	}
	.project-amount .cur {
		font-size: 16px;
	}
	.project-amount .val {
		font-size: 22px;
	}
}

/* ==========================================================
   PATCH V3 — Notable Projects image layout + separate right label row
   ========================================================== */
.profile-section {
	background: #f6f6f4 !important;
}

.profile-side {
	display: flex !important;
	flex-direction: column !important;
	align-items: stretch !important;
	gap: 0 !important;
}

.profile-side .profile-discipline,
.profile-side-label {
	position: relative !important;
	top: auto !important;
	right: auto !important;
	left: auto !important;
	align-self: flex-end !important;
	display: inline-block !important;
	margin: 0 6px 16px 0 !important;
	padding-right: 22px !important;
	color: #555854 !important;
	font-size: clamp(22px, 2vw, 30px) !important;
	font-weight: 600 !important;
	letter-spacing: 0.04em !important;
	text-transform: uppercase !important;
	line-height: 1 !important;
}

.profile-side .profile-discipline::after,
.profile-side-label::after {
	content: "" !important;
	position: absolute !important;
	top: -7px !important;
	right: 0 !important;
	width: 20px !important;
	height: 20px !important;
	background: transparent url("../images/discipline-arrow.png") no-repeat
		center / contain !important;
}

.profile-side .profile-discipline.is-green::after,
.profile-side-label.is-green::after {
	background-image: url("../images/discipline-arrow-green.png") !important;
}

.profile-projects {
	background: #f6f6f4 !important;
	border: 0 !important;
	padding: 0 !important;
	box-shadow: none !important;
}

.profile-projects-title {
	margin: 0 !important;
	padding: 0 0 16px !important;
	text-align: right !important;
	color: var(--el-red) !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase !important;
}

.project-row {
	display: grid !important;
	grid-template-columns: 120px 105px minmax(0, 1fr) !important;
	gap: 22px !important;
	align-items: center !important;
	padding: 24px 0 !important;
	border-top: 0 !important;
	border-bottom: 1px dotted rgba(171, 35, 40, 0.82) !important;
}

.project-row:first-of-type {
	border-top: 0 !important;
}

.project-logo {
	width: 120px !important;
	height: 82px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.project-logo img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	display: block !important;
}

.project-logo img {
	max-width: 55px !important;
	max-height: 45px !important;
}

.project-logo-mark {
	width: 120px !important;
	height: 82px !important;
	border-radius: 0 !important;
	background: transparent !important;
	font-size: 24px !important;
	font-weight: 700 !important;
}

.project-amount {
	padding-top: 0 !important;
	text-align: center !important;
	color: var(--el-red) !important;
	line-height: 0.96 !important;
}

.project-amount .cur {
	display: block !important;
	font-size: clamp(26px, 2.2vw, 38px) !important;
	font-weight: 300 !important;
	letter-spacing: 0.05em !important;
}

.project-amount .val {
	display: block !important;
	margin-top: 10px !important;
	font-size: clamp(30px, 2.8vw, 46px) !important;
	font-weight: 300 !important;
	letter-spacing: 0.02em !important;
}

.project-amount .val.is-text,
.project-amount .cur.is-text {
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 1.12 !important;
	word-break: break-word !important;
}

.project-detail h4 {
	margin: 0 0 8px !important;
	color: #000000 !important;
	font-size: 18px !important;
	font-weight: 800 !important;
	line-height: 1.28 !important;
}

.project-detail p {
	margin: 0 !important;
	color: #000000 !important;
	font-size: 15px !important;
	font-weight:200 !important;
	line-height: 1.3 !important;
	text-align:justify;
}

.profile-meta {
	border-top: 1px solid #d4cec0 !important;
}
.profile-meta > div + div {
	border-left: 1px solid #d4cec0 !important;
}

@media (max-width: 1399.98px) {
	.project-row {
		grid-template-columns: 100px 90px minmax(0, 1fr) !important;
		gap: 16px !important;
	}
	.project-logo {
		width: 100px !important;
		height: 70px !important;
	}
	.project-detail h4 {
		font-size: 15px !important;
	}
	.project-detail p {
		font-size: 13px !important;
		text-align:justify;
	}
}

@media (max-width: 1099.98px) {
	.profile-side .profile-discipline,
	.profile-side-label {
		align-self: flex-start !important;
		margin-left: 0 !important;
	}
}

@media (max-width: 767.98px) {
	.project-row {
		grid-template-columns: 86px 78px minmax(0, 1fr) !important;
		gap: 12px !important;
		padding: 18px 0 !important;
	}
	.project-logo {
		width: 86px !important;
		height: 62px !important;
	}
	.profile-meta > div + div {
		border-left: 0 !important;
	}
}

@media (max-width: 520px) {
	.project-row {
		grid-template-columns: 1fr !important;
		gap: 8px !important;
	}
	.project-logo {
		width: 128px !important;
		height: 70px !important;
		justify-content: flex-start !important;
	}
	.project-amount {
		text-align: left !important;
		display: flex !important;
		gap: 10px !important;
		align-items: baseline !important;
	}
	.project-amount .cur,
	.project-amount .val {
		display: inline !important;
		margin-top: 0 !important;
	}
}

/* ==========================================================
   PATCH V4 — Label row exactly like people.html + boxed notable projects
   ========================================================== */
.profile-container {
	width: min(100% - 76px, 1660px) !important;
}

.profile-label-row {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 520px) !important;
	gap: 42px !important;
	align-items: end !important;
	margin: 0 0 24px !important;
	min-height: 28px !important;
}

/* Use the same visual language as .people-card-info strong in people.html */
.profile-label-row .profile-discipline {
	grid-column: 2 !important;
	justify-self: end !important;
	position: relative !important;
	top: auto !important;
	right: auto !important;
	left: auto !important;
	display: inline-block !important;
	margin: 0 !important;
	padding-right: 20px !important;
	color: #777873 !important;
	font-size: 30px !important;
	font-weight: 400 !important;
	letter-spacing: 0.03em !important;
	text-transform: uppercase !important;
	line-height: 1 !important;
	white-space: nowrap !important;
}

.profile-label-row .profile-discipline::after {
	content: "" !important;
	position: absolute !important;
	top: -7px !important;
	right: 10px !important;
	width: 20px !important;
	height: 20px !important;
	background: transparent url("../images/discipline-arrow.png") no-repeat
		center / contain !important;
}

.profile-label-row .profile-discipline.is-green::after {
	background-image: url("../images/discipline-arrow-green.png") !important;
}

/* no discipline label inside the right column anymore */
.profile-side > .profile-discipline,
.profile-side-label {
	display: none !important;
}

.profile-layout {
	grid-template-columns: minmax(0, 1fr) minmax(360px, 520px) !important;
	gap: 42px !important;
	align-items: start !important;
}

/* Notable Projects: boxed panel like PDF */
.profile-projects {
	background: #ffffff !important;
	border: 0 !important;
	border-bottom: 5px solid var(--el-red) !important;
	padding: 0 !important;
	box-shadow: none !important;
}

.profile-projects-title {
	margin: 0 !important;
	padding: 18px 18px 15px !important;
	text-align: right !important;
	color: var(--el-red) !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase !important;
	line-height: 1 !important;
}

.profile-projects-title::after {
	content: " ↓" !important;
}

.project-row {
	display: grid !important;
	grid-template-columns: 112px 92px minmax(0, 1fr) !important;
	gap: 16px !important;
	align-items: center !important;
	padding: 22px 18px !important;
	border-top: 0 !important;
	border-bottom: 1px dotted rgba(171, 35, 40, 0.95) !important;
}

.project-row:last-child {
	border-bottom: 0 !important;
}

.project-logo,
.project-logo-mark {
	width: 112px !important;
	height: 78px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	background: transparent !important;
	border-radius: 0 !important;
	overflow: hidden !important;
}

.project-logo img,
.project-logo-mark img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	object-position: center center !important;
	display: block !important;
}

.project-amount {
	padding: 0 !important;
	text-align: center !important;
	color: var(--el-red) !important;
	line-height: 0.95 !important;
}

.project-amount .cur {
	display: block !important;
	font-size: 34px !important;
	font-weight: 300 !important;
	letter-spacing: 0.06em !important;
	line-height: 0.95 !important;
}

.project-amount .val {
	display: block !important;
	margin-top: 12px !important;
	font-size: 38px !important;
	font-weight: 300 !important;
	letter-spacing: 0.01em !important;
	line-height: 0.95 !important;
}

.project-amount .val.is-text,
.project-amount .cur.is-text {
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 1.1 !important;
}

.project-detail h4 {
	margin: 0 0 8px !important;
	color: #000000 !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	line-height: 1.22 !important;
}

.project-detail p {
	margin: 0 !important;
	color: #000000 !important;
	font-size: 12px !important;
	font-weight: 200 !important;
	line-height: 1.24 !important;
	text-align:justify;
}

@media (max-width: 1399.98px) {
	.profile-label-row,
	.profile-layout {
		grid-template-columns: minmax(0, 1fr) 420px !important;
		gap: 34px !important;
	}
	.project-row {
		grid-template-columns: 92px 78px minmax(0, 1fr) !important;
		gap: 12px !important;
		padding: 18px 14px !important;
	}
	.project-logo,
	.project-logo-mark {
		width: 92px !important;
		height: 64px !important;
	}
	.project-amount .cur {
		font-size: 27px !important;
	}
	.project-amount .val {
		font-size: 31px !important;
	}
	.project-detail h4 {
		font-size: 12.5px !important;
	}
	.project-detail p {
		font-size: 10.5px !important;
		text-align:justify;
	}
}

@media (max-width: 1099.98px) {
	.profile-label-row,
	.profile-layout {
		grid-template-columns: 1fr !important;
	}
	.profile-label-row .profile-discipline {
		grid-column: 1 !important;
		justify-self: start !important;
	}
	.profile-side {
		max-width: 720px !important;
	}
}

@media (max-width: 767.98px) {
	.profile-container {
		width: min(100% - 36px, 720px) !important;
	}
	.project-row {
		grid-template-columns: 82px 72px minmax(0, 1fr) !important;
		gap: 10px !important;
		padding: 16px 12px !important;
	}
	.project-logo,
	.project-logo-mark {
		width: 82px !important;
		height: 58px !important;
	}
	.project-amount .cur {
		font-size: 22px !important;
	}
	.project-amount .val {
		font-size: 27px !important;
		margin-top: 8px !important;
	}
}

@media (max-width: 520px) {
	.project-row {
		grid-template-columns: 1fr !important;
		align-items: start !important;
	}
	.project-logo,
	.project-logo-mark {
		width: 130px !important;
		height: 72px !important;
		justify-content: flex-start !important;
	}
	.project-amount {
		text-align: left !important;
	}
	.project-amount .cur,
	.project-amount .val {
		display: inline-block !important;
		margin: 0 8px 0 0 !important;
	}
}

.project-row.no-logo {
	min-height: 0 !important;
	height: auto !important;
	padding: 42px 40px !important;
	align-items: center !important;
}

.project-row.project-row-undisclosed {
	display: grid !important;
	grid-template-columns: 28% 18% 54% !important;
	column-gap: 0 !important;
	min-height: 0 !important;
	height: auto !important;
	padding: 38px 34px !important;
	align-items: center !important;
}

.project-row.project-row-undisclosed .project-undisclosed-left {
	grid-column: 1 / 3 !important; /* merge kolom 1 + 2 */
	grid-row: 1 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
	min-width: 0 !important;
}

.project-row.project-row-undisclosed .project-undisclosed-left span {
	color: var(--el-red);
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.project-row.project-row-undisclosed .project-detail {
	grid-column: 3 / 4 !important;
	grid-row: 1 !important;
	min-width: 0 !important;
	width: 100% !important;
	margin: 0 !important;
	padding-left: 24px !important;
	align-self: center !important;
}

.project-row.project-row-undisclosed .project-detail h4 {
	margin: 0 0 10px !important;
	line-height: 1.2 !important;
}

.project-row.project-row-undisclosed .project-detail p {
	margin: 0 !important;
	text-align: left !important;
	text-justify: auto !important;
}