/**
 * About page — info, about, approach (transparent bg, black content).
 */

/* -------------------------------------------------------------------------- */
/* Shared                                                                      */
/* -------------------------------------------------------------------------- */
.peng-about-page-info,
.peng-about-page-info.peng-framework,
.peng-about-page-approach,
.peng-about-page-approach.peng-framework {
	--peng-ap-primary: var(--peng-primary, #ff0100);
	position: relative;
	isolation: isolate;
	padding-block: clamp(2.5rem, 6vw, 4.5rem);
	font-family: var(--peng-font);
	color: #111;
	background: transparent !important;
	background-color: transparent !important;
}

/* About section: no isolation — fixed video lightbox must sit above later sections. */
.peng-about-page-about,
.peng-about-page-about.peng-framework {
	--peng-ap-primary: var(--peng-primary, #ff0100);
	position: relative;
	isolation: auto;
	padding-block: clamp(2.5rem, 6vw, 4.5rem);
	font-family: var(--peng-font);
	color: #111;
	background: transparent !important;
	background-color: transparent !important;
	overflow: visible;
}

.peng-about-page-info *,
.peng-about-page-info *::before,
.peng-about-page-info *::after,
.peng-about-page-about *,
.peng-about-page-about *::before,
.peng-about-page-about *::after,
.peng-about-page-approach *,
.peng-about-page-approach *::before,
.peng-about-page-approach *::after {
	box-sizing: border-box;
}

/* -------------------------------------------------------------------------- */
/* Shared title                                                                */
/* -------------------------------------------------------------------------- */

.peng-about-page__title {
	margin: 0 0 1rem;
	max-width: 28ch;
	font-size: clamp(1.55rem, 3.4vw, 2.65rem);
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #111;
}

.peng-about-page__eyebrow.peng-subtitle {
	margin: 0 0 1rem;
}

@media (max-width: 900px) {
	.peng-about-page__title {
		max-width: none;
		font-size: clamp(1.35rem, 6vw, 1.85rem);
	}
}

/* -------------------------------------------------------------------------- */
/* Info + الترخيص الرسمي                                                       */
/* -------------------------------------------------------------------------- */

.peng-about-page-info__shell {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.9fr);
	gap: clamp(1.5rem, 4vw, 3rem);
	align-items: start;
}

.peng-about-page-info__lead {
	margin: 0 0 0.85rem;
	max-width: 42rem;
	font-size: clamp(1rem, 1.5vw, 1.12rem);
	font-weight: 600;
	line-height: 1.7;
	color: #222;
}

.peng-about-page-info__body {
	margin: 0 0 1.35rem;
	max-width: 40rem;
	font-size: 0.98rem;
	font-weight: 500;
	line-height: 1.7;
	color: #444;
}

.peng-about-page-info__facts {
	display: grid;
	gap: 0.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.peng-about-page-info__fact {
	display: grid;
	grid-template-columns: minmax(4.5rem, auto) minmax(0, 1fr);
	gap: 0.35rem 0.85rem;
	align-items: baseline;
}

.peng-about-page-info__fact-label {
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--peng-ap-primary);
}

.peng-about-page-info__fact-value {
	font-size: 0.95rem;
	font-weight: 700;
	color: #111;
	overflow-wrap: anywhere;
}

.peng-about-page-info__legal {
	position: relative;
	padding: clamp(1.25rem, 3vw, 1.75rem);
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 18px;
	background: transparent;
	color: #111;
	overflow: hidden;
}

.peng-about-page-info__legal-kicker {
	margin: 0 0 0.35rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #666;
}

.peng-about-page-info__legal-title {
	margin: 0 0 0.55rem;
	font-size: clamp(1.25rem, 2.4vw, 1.55rem);
	font-weight: 800;
	line-height: 1.25;
	color: #111;
}

.peng-about-page-info__legal-note {
	margin: 0 0 1.15rem;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.55;
	color: #555;
}

.peng-about-page-info__legal-list {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.peng-about-page-info__legal-item {
	display: grid;
	gap: 0.2rem;
	padding-block: 0.75rem 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.peng-about-page-info__legal-label {
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--peng-ap-primary);
}

.peng-about-page-info__legal-value {
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.45;
	color: #111;
	overflow-wrap: anywhere;
}

@media (max-width: 860px) {
	.peng-about-page-info__shell {
		grid-template-columns: 1fr;
	}
}

/* -------------------------------------------------------------------------- */
/* About section                                                               */
/* -------------------------------------------------------------------------- */

/* Two-column layout: content left, media right. */
.peng-about-page-about__shell {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
	gap: clamp(2rem, 4vw, 3.5rem);
	align-items: center;
}

.peng-about-page-about__content {
	display: flex;
	flex-direction: column;
	gap: clamp(1.15rem, 2.5vw, 1.65rem);
}

.peng-about-page-about__content .peng-about-page__title {
	max-width: min(22ch, 100%);
	margin-bottom: 0;
}

.peng-about-page-about__lead {
	margin: 0;
	max-width: 42ch;
	font-size: clamp(0.95rem, 1.5vw, 1.05rem);
	font-weight: 500;
	line-height: 1.7;
	color: #444;
}

.peng-about-page-about__cta-group {
	display: inline-flex;
	align-items: stretch;
	flex-shrink: 0;
	gap: 0.45rem;
}

.peng-about-page-about__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 1.45rem;
	border-radius: 999px;
	background: var(--peng-ap-primary);
	color: #fff;
	font-size: 0.92rem;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 200ms ease, color 200ms ease;
}

.peng-about-page-about__cta:hover,
.peng-about-page-about__cta:focus-visible,
.peng-about-page-about__cta-group:hover .peng-about-page-about__cta,
.peng-about-page-about__cta-group:focus-within .peng-about-page-about__cta {
	background: #111;
	color: #fff;
	outline: none;
}

.peng-about-page-about__cta-arrow {
	display: inline-grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: transparent;
	border: 1px solid rgba(0, 0, 0, 0.16);
	color: #111;
	text-decoration: none;
	transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease;
}

.peng-about-page-about__cta-arrow i {
	display: inline-block;
	transform: rotate(45deg);
	font-size: 0.95rem;
	transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.peng-about-page-about__cta-arrow:hover,
.peng-about-page-about__cta-arrow:focus-visible,
.peng-about-page-about__cta-group:hover .peng-about-page-about__cta-arrow,
.peng-about-page-about__cta-group:focus-within .peng-about-page-about__cta-arrow {
	background: var(--peng-ap-primary);
	border-color: var(--peng-ap-primary);
	color: #fff;
	outline: none;
}

/* On hover the up-arrow rotates to point horizontally. */
.peng-about-page-about__cta-group:hover .peng-about-page-about__cta-arrow i,
.peng-about-page-about__cta-group:focus-within .peng-about-page-about__cta-arrow i,
.peng-about-page-about__cta-arrow:hover i,
.peng-about-page-about__cta-arrow:focus-visible i {
	transform: rotate(90deg) !important;
}

.peng-about-page-about--rtl .peng-about-page-about__cta-group:hover .peng-about-page-about__cta-arrow i,
.peng-about-page-about--rtl .peng-about-page-about__cta-group:focus-within .peng-about-page-about__cta-arrow i,
.peng-about-page-about--rtl .peng-about-page-about__cta-arrow:hover i,
.peng-about-page-about--rtl .peng-about-page-about__cta-arrow:focus-visible i {
	transform: rotate(-90deg) !important;
}

.peng-about-page-about__details {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: start;
	gap: 0.95rem 1.25rem;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.peng-about-page-about__detail {
	display: flex;
	align-items: flex-start;
	gap: 0.6rem;
	min-width: 0;
	padding: 0;
	border: 0;
}

.peng-about-page-about__detail-icon {
	display: inline-grid;
	place-items: center;
	flex-shrink: 0;
	width: 2.1rem;
	height: 2.1rem;
	margin-top: 0.05rem;
	border: 1px solid rgba(255, 1, 0, 0.28);
	border-radius: 50%;
	color: var(--peng-ap-primary);
	font-size: 0.82rem;
	background: rgba(255, 1, 0, 0.04);
	transition: background-color 180ms ease, border-color 180ms ease;
}

.peng-about-page-about__detail:hover .peng-about-page-about__detail-icon {
	background: rgba(255, 1, 0, 0.1);
	border-color: var(--peng-ap-primary);
}

.peng-about-page-about__detail-body {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 0;
}

.peng-about-page-about__detail-label {
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #666;
}

.peng-about-page-about__detail-value {
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1.45;
	color: #111;
	text-decoration: none;
	overflow-wrap: anywhere;
}

a.peng-about-page-about__detail-value:hover,
a.peng-about-page-about__detail-value:focus-visible {
	color: var(--peng-ap-primary);
	outline: none;
}

.peng-about-page-about__media {
	position: relative;
	margin: 0;
	overflow: hidden;
	border-radius: clamp(16px, 2.5vw, 28px);
	aspect-ratio: 4 / 3;
	background: transparent;
	border: 1px solid rgba(0, 0, 0, 0.08);
}

@media (max-width: 900px) {
	.peng-about-page-about__shell {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.peng-about-page-about__content .peng-about-page__title {
		max-width: min(38ch, 100%);
	}

	.peng-about-page-about__media {
		aspect-ratio: 16 / 9;
	}
}

@media (max-width: 560px) {
	.peng-about-page-about__details {
		grid-template-columns: 1fr;
	}

	.peng-about-page-about__detail {
		width: 100%;
	}
}

.peng-about-page-about__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.peng-about-page-about__media-fallback {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(145deg, #111 0%, #333 100%);
}

.peng-about-page-about__play {
	position: absolute;
	inset: 50% auto auto 50%;
	transform: translate(-50%, -50%);
	display: inline-grid !important;
	place-items: center;
	box-sizing: border-box;
	width: 5.5rem !important;
	height: 5.5rem !important;
	min-width: 5.5rem !important;
	min-height: 5.5rem !important;
	max-width: 5.5rem !important;
	max-height: 5.5rem !important;
	aspect-ratio: 1 / 1;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid rgba(255, 255, 255, 0.45) !important;
	border-radius: 50% !important;
	overflow: hidden;
	appearance: none;
	-webkit-appearance: none;
	background: rgba(255, 255, 255, 0.14) !important;
	background-color: rgba(255, 255, 255, 0.14) !important;
	backdrop-filter: blur(14px) saturate(140%);
	-webkit-backdrop-filter: blur(14px) saturate(140%);
	box-shadow:
		0 10px 30px rgba(0, 0, 0, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.35);
	color: #fff !important;
	font-size: 1.35rem !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	cursor: pointer;
	transition:
		background-color 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease,
		backdrop-filter 180ms ease;
}

.peng-about-page-about__play i {
	margin-inline-start: 0.12em;
}

.peng-about-page-about__play:hover,
.peng-about-page-about__play:focus-visible {
	background: rgba(255, 255, 255, 0.22) !important;
	background-color: rgba(255, 255, 255, 0.22) !important;
	border-color: rgba(255, 255, 255, 0.7) !important;
	border-radius: 50% !important;
	color: #fff !important;
	backdrop-filter: blur(22px) saturate(160%);
	-webkit-backdrop-filter: blur(22px) saturate(160%);
	box-shadow:
		0 14px 36px rgba(0, 0, 0, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.5);
	outline: none;
	transform: translate(-50%, -50%) scale(1.05);
}

.peng-about-page-about--rtl .peng-about-page-about__cta-arrow i {
	transform: rotate(-45deg);
}

/* Video lightbox — portaled to <body> via JS so stacking contexts can't bury it */
.peng-about-page-about__lightbox {
	position: fixed !important;
	inset: 0 !important;
	z-index: 2147483000 !important;
	display: grid;
	place-items: center;
	padding: clamp(1rem, 4vw, 2rem);
	margin: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	pointer-events: auto;
}

.peng-about-page-about__lightbox[hidden] {
	display: none !important;
}

.peng-about-page-about__lightbox-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(8, 8, 8, 0.78);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	cursor: pointer;
}

.peng-about-page-about__lightbox-dialog {
	position: relative;
	z-index: 1;
	width: min(960px, 100%);
	border-radius: 18px;
	overflow: hidden;
	background: #000;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
	animation: peng-about-lightbox-in 220ms ease;
}

.peng-about-page-about__lightbox-video {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #000;
	vertical-align: middle;
}

.peng-about-page-about__lightbox-close {
	position: absolute;
	top: 0.75rem;
	inset-inline-end: 0.75rem;
	z-index: 2;
	display: inline-grid;
	place-items: center;
	width: 2.65rem;
	height: 2.65rem;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.4) !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, 0.16) !important;
	background-color: rgba(255, 255, 255, 0.16) !important;
	backdrop-filter: blur(14px) saturate(140%);
	-webkit-backdrop-filter: blur(14px) saturate(140%);
	box-shadow:
		0 8px 22px rgba(0, 0, 0, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.35);
	color: #fff !important;
	font-size: 1rem;
	cursor: pointer;
	transition:
		background-color 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease,
		backdrop-filter 180ms ease;
}

.peng-about-page-about__lightbox-close:hover,
.peng-about-page-about__lightbox-close:focus-visible {
	background: rgba(255, 255, 255, 0.26) !important;
	background-color: rgba(255, 255, 255, 0.26) !important;
	border-color: rgba(255, 255, 255, 0.7) !important;
	color: #fff !important;
	backdrop-filter: blur(22px) saturate(160%);
	-webkit-backdrop-filter: blur(22px) saturate(160%);
	box-shadow:
		0 12px 28px rgba(0, 0, 0, 0.32),
		inset 0 1px 0 rgba(255, 255, 255, 0.5);
	outline: none;
	transform: scale(1.05);
}

html.peng-about-lightbox-open {
	overflow: hidden;
}

@keyframes peng-about-lightbox-in {
	from {
		opacity: 0;
		transform: translateY(12px) scale(0.98);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

@media (max-width: 900px) {
	.peng-about-page-about__play {
		width: 4.5rem !important;
		height: 4.5rem !important;
		min-width: 4.5rem !important;
		min-height: 4.5rem !important;
		max-width: 4.5rem !important;
		max-height: 4.5rem !important;
		border-radius: 50% !important;
		font-size: 1.15rem !important;
	}
}

/* -------------------------------------------------------------------------- */
/* Approach section — light mode + ElementsKit-style capsule borders           */
/* -------------------------------------------------------------------------- */

.peng-about-page-approach,
.peng-about-page-approach.peng-framework {
	--peng-ap-primary: var(--peng-primary, #ff0100);
	--peng-approach-line: var(--peng-primary, #ff0100);
	--peng-approach-bg: var(--peng-background, #ffffff);
	--peng-approach-fade: color-mix(in srgb, var(--peng-approach-line) 28%, var(--peng-approach-bg));
	color: #111111;
/* 	background: var(--peng-approach-bg) !important; */
/* 	background-color: var(--peng-approach-bg) !important; */
}

.peng-about-page-approach__shell {
	display: flex;
	flex-direction: column;
	gap: clamp(1.75rem, 4vw, 2.75rem);
}

.peng-about-page-approach__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0.85rem;
}

.peng-about-page-approach__header .peng-about-page-approach__eyebrow {
	margin: 0;
}

.peng-about-page-approach__heading.peng-about-page__title {
	margin: 0;
	max-width: 24ch;
	text-align: center;
	color: #111111;
}

.peng-about-page-approach__stage {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr) minmax(0, 1fr);
	gap: clamp(2.5rem, 6vw, 4.5rem);
	align-items: center;
}

.peng-about-page-approach__col {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	width: 100%;
	min-height: 22rem;
	margin: 0;
	padding: 0;
}

.peng-about-page-approach__sline {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
	overflow: visible;
	color: var(--peng-approach-line);
}

/* Fade open edge toward the car into the page background. */
.peng-about-page-approach__col--left .peng-about-page-approach__sline {
	-webkit-mask-image: linear-gradient(90deg, #000 0%, #000 58%, transparent 100%);
	mask-image: linear-gradient(90deg, #000 0%, #000 58%, transparent 100%);
}

.peng-about-page-approach__col--right .peng-about-page-approach__sline {
	-webkit-mask-image: linear-gradient(270deg, #000 0%, #000 58%, transparent 100%);
	mask-image: linear-gradient(270deg, #000 0%, #000 58%, transparent 100%);
}

/* RTL grid mirrors columns — flip paths so open edge still faces the car. */
.peng-about-page-approach--rtl .peng-about-page-approach__sline {
	transform: scaleX(-1);
}

.peng-about-page-approach__sline-path {
	opacity: 0.95;
}

.peng-about-page-approach__list {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	flex: 1 1 auto;
	width: 100%;
	height: 100%;
	min-height: inherit;
	margin: 0;
	padding: 0;
	list-style: none;
}

.peng-about-page-approach__pill {
	--peng-approach-shift: 0px;
	position: relative;
	z-index: 1;
	display: flex;
	flex: 1 1 0;
	flex-direction: column;
	justify-content: center;
	gap: 0.45rem;
	padding: 1.15rem 3.6rem;
	border: 0;
	background: transparent;
	text-align: start;
	transform: translateX(var(--peng-approach-shift));
	opacity: 0;
	animation: peng-approach-fade-up 620ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

/* Soft S stagger — line stays continuous; text only shifts. */
.peng-about-page-approach__col--left .peng-about-page-approach__pill:nth-child(1) {
	--peng-approach-shift: 0;
	animation-delay: 80ms;
}

.peng-about-page-approach__col--left .peng-about-page-approach__pill:nth-child(2) {
	--peng-approach-shift: 1.1rem;
	animation-delay: 180ms;
}

.peng-about-page-approach__col--left .peng-about-page-approach__pill:nth-child(3) {
	--peng-approach-shift: 0;
	animation-delay: 280ms;
}

.peng-about-page-approach__col--right .peng-about-page-approach__pill:nth-child(1) {
	--peng-approach-shift: 0;
	animation-delay: 140ms;
}

.peng-about-page-approach__col--right .peng-about-page-approach__pill:nth-child(2) {
	--peng-approach-shift: -1.1rem;
	animation-delay: 240ms;
}

.peng-about-page-approach__col--right .peng-about-page-approach__pill:nth-child(3) {
	--peng-approach-shift: 0;
	animation-delay: 340ms;
}

.peng-about-page-approach--rtl .peng-about-page-approach__col--left .peng-about-page-approach__pill:nth-child(2) {
	--peng-approach-shift: -1.1rem;
}

.peng-about-page-approach--rtl .peng-about-page-approach__col--right .peng-about-page-approach__pill:nth-child(2) {
	--peng-approach-shift: 1.1rem;
}

.peng-about-page-approach__pill-title {
	position: relative;
	z-index: 1;
	font-size: clamp(0.82rem, 1.4vw, 0.95rem);
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	line-height: 1.3;
	color: #111111;
}

.peng-about-page-approach__pill-text {
	position: relative;
	z-index: 1;
	font-size: clamp(0.82rem, 1.3vw, 0.92rem);
	font-weight: 400;
	line-height: 1.6;
	color: #555555;
}

.peng-about-page-approach__car {
	position: relative;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	opacity: 0;
	animation: peng-approach-fade-up 720ms cubic-bezier(0.22, 1, 0.36, 1) 120ms forwards;
}

.peng-about-page-approach__car::before {
	content: "";
	pointer-events: none;
	position: absolute;
	inset: 18% 8% 8%;
	z-index: 0;
	border-radius: 50%;
	background: radial-gradient(
		ellipse 70% 55% at 50% 60%,
		color-mix(in srgb, var(--peng-approach-line) 22%, transparent) 0%,
		color-mix(in srgb, var(--peng-approach-line) 8%, transparent) 42%,
		transparent 72%
	);
	filter: blur(18px);
}

.peng-about-page-approach__car img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	max-width: 38rem;
	height: auto;
	object-fit: contain;
	filter:
		drop-shadow(0 18px 36px color-mix(in srgb, var(--peng-approach-line) 20%, transparent))
		drop-shadow(0 8px 20px color-mix(in srgb, var(--peng-approach-line) 12%, transparent))
		drop-shadow(0 22px 40px rgba(0, 0, 0, 0.1));
}

@keyframes peng-approach-fade-up {
	from {
		opacity: 0;
		transform: translateX(var(--peng-approach-shift, 0)) translateY(18px);
	}
	to {
		opacity: 1;
		transform: translateX(var(--peng-approach-shift, 0)) translateY(0);
	}
}

.peng-about-page-approach__col--mobile {
	display: none;
}

@media (max-width: 960px) {
	.peng-about-page-approach__stage {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.peng-about-page-approach__car {
		order: -1;
	}

	.peng-about-page-approach__heading.peng-about-page__title {
		max-width: none;
	}

	.peng-about-page-approach__col--left,
	.peng-about-page-approach__col--right {
		display: none;
	}

	.peng-about-page-approach__col--mobile {
		display: flex;
		min-height: 0;
	}

	.peng-about-page-approach__col--mobile .peng-about-page-approach__list {
		gap: 0;
	}

	.peng-about-page-approach__col--mobile .peng-about-page-approach__pill {
		--peng-approach-shift: 0 !important;
		flex: 1 1 0;
		min-height: 5.5rem;
		padding-block: 0.85rem;
		padding-inline: 3.25rem;
	}

	.peng-about-page-approach__col--mobile .peng-about-page-approach__sline {
		opacity: 0.95;
		-webkit-mask-image: linear-gradient(90deg, #000 0%, #000 62%, transparent 100%);
		mask-image: linear-gradient(90deg, #000 0%, #000 62%, transparent 100%);
	}

	.peng-about-page-approach--rtl .peng-about-page-approach__col--mobile .peng-about-page-approach__sline {
		transform: scaleX(-1);
	}
}

@media (prefers-reduced-motion: reduce) {
	.peng-about-page-approach__pill,
	.peng-about-page-approach__car {
		opacity: 1;
		animation: none;
	}

	.peng-about-page-approach__pill {
		transform: translateX(var(--peng-approach-shift, 0));
	}
}

@media (prefers-reduced-motion: reduce) {
	.peng-about-page-about__cta,
	.peng-about-page-about__cta-arrow,
	.peng-about-page-about__cta-arrow i,
	.peng-about-page-about__detail-icon,
	.peng-about-page-about__play,
	.peng-about-page-about__lightbox-dialog,
	.peng-about-page-faq__chevron {
		transition: none;
		animation: none;
	}
}

/* -------------------------------------------------------------------------- */
/* FAQ                                                                         */
/* -------------------------------------------------------------------------- */

.peng-about-page-faq,
.peng-about-page-faq.peng-framework {
	--peng-ap-primary: var(--peng-primary, #ff0100);
	position: relative;
	isolation: isolate;
	overflow: visible;
	padding-block: clamp(3rem, 7vw, 5.5rem);
	font-family: var(--peng-font);
	color: #ffffff;
	background: #0a0a0a !important;
	background-color: #0a0a0a !important;
	box-shadow: 0 0 80px rgba(255, 1, 0, 0.12);
}

.peng-about-page-faq > * {
	position: relative;
	z-index: 1;
}

.peng-about-page-faq *,
.peng-about-page-faq *::before,
.peng-about-page-faq *::after {
	box-sizing: border-box;
}

.peng-about-page-faq__shell {
	position: relative;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.peng-about-page-faq__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr);
	gap: clamp(2rem, 5vw, 4.5rem);
	align-items: start;
	width: 100%;
	min-width: 0;
}

.peng-about-page-faq__intro {
	position: sticky;
	top: calc(var(--peng-nav-height, 76px) + 1.25rem);
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1.15rem;
	padding-block: 0.35rem;
	min-width: 0;
	max-width: 100%;
	align-self: start;
}

.peng-about-page-faq__eyebrow.peng-subtitle {
	margin: 0;
}

.peng-about-page-faq__title {
	margin: 0;
	max-width: 14ch;
	font-size: clamp(1.7rem, 3.6vw, 2.85rem);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.02em;
	text-transform: none;
	color: #ffffff;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.peng-about-page-faq__list {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.35rem;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
}

.peng-about-page-faq__item {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	border-radius: 14px;
	transition: background-color 220ms ease;
}

.peng-about-page-faq__item:hover,
.peng-about-page-faq__item.is-open {
	background: rgba(255, 255, 255, 0.04);
	box-shadow: none;
}

.peng-about-page-faq__question {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start !important;
	justify-content: stretch !important;
	column-gap: 0.85rem;
	row-gap: 0;
	width: 100% !important;
	max-width: 100%;
	min-width: 0;
	min-height: 3.4rem;
	margin: 0;
	padding: 1rem 1rem;
	border: 0 !important;
	border-radius: 14px;
	outline: none;
	box-shadow: none;
	background: transparent !important;
	color: #ffffff !important;
	font-family: inherit;
	font-size: clamp(0.95rem, 1.5vw, 1.08rem);
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.45;
	text-align: start !important;
	text-transform: none;
	white-space: normal !important;
	cursor: pointer;
	transition: color 200ms ease;
}

.peng-about-page-faq__question:hover,
.peng-about-page-faq__question:focus-visible {
	color: #ffffff !important;
	outline: none;
}

.peng-about-page-faq__question-text {
	display: grid !important;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: start !important;
	justify-content: start !important;
	column-gap: 0.55rem;
	min-width: 0;
	max-width: 100%;
	color: #ffffff;
	text-align: start !important;
	white-space: normal !important;
}

.peng-about-page-faq__num {
	flex-shrink: 0;
	font-variant-numeric: tabular-nums;
	color: rgba(255, 255, 255, 0.45);
	font-weight: 800;
	transition: color 200ms ease;
}

.peng-about-page-faq__q {
	min-width: 0;
	max-width: 100%;
	white-space: normal !important;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
	text-align: start !important;
}

.peng-about-page-faq__item.is-open .peng-about-page-faq__question {
	color: #ffffff !important;
}

.peng-about-page-faq__item.is-open .peng-about-page-faq__num {
	color: var(--peng-ap-primary);
}

.peng-about-page-faq__chevron {
	flex-shrink: 0;
	position: relative;
	z-index: 1;
	display: inline-grid;
	place-items: center;
	width: 2.1rem;
	height: 2.1rem;
	margin-top: 0.15rem;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	color: rgba(255, 255, 255, 0.7);
	background: transparent;
	transition:
		transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
		color 200ms ease,
		border-color 200ms ease,
		background 200ms ease;
}

.peng-about-page-faq__chevron i {
	font-size: 0.72rem;
}

.peng-about-page-faq__item.is-open .peng-about-page-faq__chevron {
	transform: rotate(180deg);
	color: #ffffff;
	border-color: var(--peng-ap-primary);
	background: var(--peng-ap-primary);
}

.peng-about-page-faq__answer {
	display: grid;
	grid-template-rows: 0fr;
	width: 100%;
	min-width: 0;
	opacity: 0;
	transition:
		grid-template-rows 320ms cubic-bezier(0.22, 1, 0.36, 1),
		opacity 220ms ease;
}

.peng-about-page-faq__item.is-open .peng-about-page-faq__answer {
	grid-template-rows: 1fr;
	opacity: 1;
}

.peng-about-page-faq__answer-inner {
	overflow: hidden;
	min-height: 0;
	min-width: 0;
}

.peng-about-page-faq__answer p {
	margin: 0;
	padding: 0 1rem 1.15rem;
	padding-inline-start: 2.55rem;
	max-width: 54ch;
	font-size: 0.95rem;
	font-weight: 400;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.72);
	text-transform: none;
	letter-spacing: 0;
	overflow-wrap: anywhere;
	word-break: break-word;
	text-align: start !important;
}

@media (max-width: 900px) {
	.peng-about-page-faq,
	.peng-about-page-faq.peng-framework {
		padding-block: clamp(2.25rem, 8vw, 3.75rem);
	}

	.peng-about-page-faq__grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 1.35rem;
	}

	.peng-about-page-faq__intro {
		position: static;
		top: auto;
		gap: 0.85rem;
		width: 100%;
	}

	.peng-about-page-faq__title {
		max-width: none;
		width: 100%;
		font-size: clamp(1.35rem, 6.5vw, 1.85rem);
		line-height: 1.25;
		text-transform: none;
	}

	.peng-about-page-faq__list {
		gap: 0.2rem;
	}

	.peng-about-page-faq__question {
		align-items: start;
		column-gap: 0.75rem;
		min-height: 0;
		padding: 0.95rem 0.45rem;
		font-size: 0.95rem;
		line-height: 1.5;
	}

	.peng-about-page-faq__question-text {
		column-gap: 0.4rem;
	}

	.peng-about-page-faq__chevron {
		width: 1.85rem;
		height: 1.85rem;
		margin-top: 0.1rem;
	}

	.peng-about-page-faq__answer p {
		padding: 0 0.45rem 1rem;
		padding-inline-start: 1.65rem;
		max-width: none;
		font-size: 0.9rem;
		line-height: 1.7;
	}
}

@media (prefers-reduced-motion: reduce) {
	.peng-about-page-faq__item,
	.peng-about-page-faq__question,
	.peng-about-page-faq__num,
	.peng-about-page-faq__chevron,
	.peng-about-page-faq__answer {
		transition: none;
	}
}

