/**
 * About page — premium redesign v1.5.3
 */

/* ══ HERO (About-specific sizing) ══ */
.as-page--about .as-about-hero {
	min-height: 80vh;
	height: auto;
	overflow: visible;
	padding-block: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.as-page--about .as-about-hero.as-inner-hero {
	min-height: 80vh;
	padding-block: 0;
}

.as-page--about .as-about-hero__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	padding-block: calc(72px + var(--as-space-6)) var(--as-space-8);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.as-page--about .as-about-hero__lead {
	max-width: 52ch;
	margin: 0 auto var(--as-space-5);
	color: rgba(255, 255, 255, 0.88);
	line-height: 1.7;
	font-size: clamp(1rem, 1.15vw, 1.125rem);
}

.as-page--about .as-about-hero__cta {
	display: flex;
	justify-content: center;
}

.as-page--about .as-about-hero__bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	overflow: hidden;
}

.as-page--about .as-about-hero__quote {
	display: none;
}

.as-page--about .as-surah-verse--about-hero {
	padding: var(--as-space-3) 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.as-page--about .as-surah-verse--about-hero .as-surah-verse__arabic {
	font-family: var(--as-font-arabic);
	font-size: clamp(1.25rem, 2.5vw, 1.75rem);
	color: var(--as-gold-light);
	text-align: center;
	line-height: 1.8;
}

.as-page--about .as-surah-verse--about-hero .as-surah-verse__english {
	font-style: italic;
	color: rgba(255, 255, 255, 0.88);
	text-align: center;
	margin-top: 0.5rem;
	font-size: var(--as-text-sm);
}

.as-page--about .as-surah-verse--about-hero .as-surah-verse__cite {
	text-align: center;
	font-size: var(--as-text-xs);
	color: var(--as-purple-300);
	letter-spacing: 0.1em;
	margin-top: 0.5rem;
}

/* ══ STORY ══ */
.as-page--about .as-about-story {
	overflow: visible;
}

.as-page--about .as-about-story__frame {
	position: relative;
	border-radius: var(--as-radius-lg);
	overflow: hidden;
	box-shadow: 0 24px 64px rgba(26, 10, 46, 0.15);
}

.as-page--about .as-about-story__frame::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 2px;
	background: linear-gradient(135deg, var(--as-purple-400), var(--as-gold-light), var(--as-purple-600));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	z-index: 1;
}

.as-page--about .as-about-story__img {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
	display: block;
}

.as-page--about .as-about-story__badge {
	position: absolute;
	bottom: var(--as-space-3);
	left: var(--as-space-3);
	background: rgba(26, 10, 46, 0.85);
	backdrop-filter: blur(8px);
	color: var(--as-gold-light);
	font-size: var(--as-text-xs);
	font-weight: 700;
	padding: 8px 16px;
	border-radius: 999px;
	z-index: 2;
}

.as-page--about .as-about-story__lead {
	font-size: var(--as-text-lg);
	color: var(--as-jet);
	line-height: 1.7;
	margin-bottom: var(--as-space-3);
	font-weight: 500;
}

.as-page--about .as-about-story__content p {
	color: var(--as-text-muted);
	line-height: 1.8;
	margin-bottom: var(--as-space-3);
}

.as-page--about .as-about-story__highlight {
	padding: var(--as-space-3);
	background: linear-gradient(135deg, rgba(147, 51, 234, 0.08), rgba(212, 168, 83, 0.1));
	border-left: 3px solid var(--as-purple-500);
	border-radius: 0 var(--as-radius-sm) var(--as-radius-sm) 0;
	color: var(--as-jet) !important;
	font-weight: 500;
}

/* ══ MISSION & VISION ══ */
.as-page--about .as-mission-vision {
	background: linear-gradient(180deg, #faf8fc 0%, #f3eef8 50%, #f8f6fc 100%);
	color: var(--as-jet);
	overflow: visible;
	padding-block: var(--as-space-10);
}

.as-page--about .as-mission-vision__bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	overflow: hidden;
}

.as-page--about .as-mission-vision__mesh {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 55% 45% at 15% 25%, rgba(147, 51, 234, 0.08), transparent),
		radial-gradient(ellipse 45% 40% at 85% 75%, rgba(212, 168, 83, 0.08), transparent);
}

.as-page--about .as-mission-vision__calligraphy {
	position: absolute;
	right: 4%;
	top: 50%;
	transform: translateY(-50%);
	font-family: var(--as-font-arabic);
	font-size: clamp(4rem, 12vw, 9rem);
	color: rgba(147, 51, 234, 0.05);
	pointer-events: none;
}

.as-page--about .as-mission-vision__showcase {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: var(--as-space-4);
	align-items: stretch;
	position: relative;
	z-index: 1;
}

.as-page--about .as-mission-card {
	position: relative;
	padding: var(--as-space-6);
	border-radius: var(--as-radius-lg);
	background: #ffffff;
	border: 1px solid rgba(147, 51, 234, 0.1);
	box-shadow: 0 8px 32px rgba(26, 10, 46, 0.06);
	overflow: hidden;
	transition: transform 0.45s var(--as-ease-out), box-shadow 0.45s;
}

.as-page--about .as-mission-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 48px rgba(147, 51, 234, 0.12);
}

.as-page--about .as-mission-card__glow {
	position: absolute;
	top: -40%;
	right: -20%;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	filter: blur(50px);
	opacity: 0.35;
	pointer-events: none;
}

.as-page--about .as-mission-card--mission .as-mission-card__glow {
	background: rgba(168, 85, 247, 0.25);
}

.as-page--about .as-mission-card--vision .as-mission-card__glow {
	background: rgba(212, 168, 83, 0.2);
}

.as-page--about .as-mission-card__icon {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, var(--as-purple-500), var(--as-purple-700));
	margin-bottom: var(--as-space-3);
	box-shadow: 0 8px 24px rgba(147, 51, 234, 0.4);
}

.as-page--about .as-mission-card__icon .as-icon-svg {
	width: 36px;
	height: 36px;
	color: #fff;
}

.as-page--about .as-mission-card__label {
	font-size: var(--as-text-xs);
	text-transform: uppercase;
	letter-spacing: 0.14em;
	color: var(--as-purple-600);
	margin: 0 0 var(--as-space-2);
	font-weight: 600;
}

.as-page--about .as-mission-card h3 {
	font-family: var(--as-font-display);
	font-size: var(--as-text-xl);
	margin: 0 0 var(--as-space-3);
	line-height: 1.25;
	color: var(--as-jet);
}

.as-page--about .as-mission-card p {
	margin: 0 0 var(--as-space-4);
	color: var(--as-text-muted);
	line-height: 1.75;
	font-size: var(--as-text-sm);
}

.as-page--about .as-mission-card__stats {
	display: flex;
	gap: var(--as-space-4);
	list-style: none;
	margin: 0;
	padding: var(--as-space-3) 0 0;
	border-top: 1px solid rgba(147, 51, 234, 0.1);
}

.as-page--about .as-mission-card__stats strong {
	display: block;
	font-family: var(--as-font-display);
	font-size: var(--as-text-2xl);
	color: var(--as-purple-600);
}

.as-page--about .as-mission-card__stats span {
	font-size: var(--as-text-xs);
	color: var(--as-text-muted);
}

.as-page--about .as-mission-vision__bridge {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0;
	padding: var(--as-space-2) 0;
}

.as-page--about .as-mission-vision__bridge-line {
	width: 2px;
	height: 100%;
	min-height: 60px;
	background: linear-gradient(180deg, transparent, var(--as-purple-400), transparent);
}

.as-page--about .as-mission-vision__bridge-icon {
	color: var(--as-purple-500);
	font-size: 1.25rem;
	animation: as-bridge-pulse 2.5s ease-in-out infinite;
}

@keyframes as-bridge-pulse {
	0%, 100% { opacity: 0.7; transform: scale(1); }
	50% { opacity: 1; transform: scale(1.15); }
}

/* ══ PHILOSOPHY ══ */
.as-page--about .as-philosophy {
	background: linear-gradient(180deg, #ffffff 0%, #f8f5fc 100%);
	color: var(--as-jet);
	overflow: hidden;
	padding-bottom: var(--as-space-10);
}

.as-page--about .as-philosophy__orb--1 {
	background: rgba(168, 85, 247, 0.12);
}

.as-page--about .as-philosophy__orb--2 {
	background: rgba(212, 168, 83, 0.1);
}

@keyframes as-orb-drift {
	0% { transform: translate(0, 0); }
	100% { transform: translate(30px, -20px); }
}

.as-page--about .as-philosophy__marquee {
	margin: var(--as-space-6) 0;
	overflow: hidden;
	mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.as-page--about .as-philosophy__track {
	display: flex;
	gap: var(--as-space-4);
	width: max-content;
	animation: as-philosophy-scroll 40s linear infinite;
}

.as-page--about .as-philosophy__marquee:hover .as-philosophy__track {
	animation-play-state: paused;
}

@keyframes as-philosophy-scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

.as-page--about .as-philosophy__card {
	flex: 0 0 300px;
	position: relative;
	padding: var(--as-space-5);
	border-radius: var(--as-radius-lg);
	background: #ffffff;
	border: 1px solid rgba(147, 51, 234, 0.12);
	box-shadow: 0 8px 28px rgba(26, 10, 46, 0.06);
}

.as-page--about .as-philosophy__card-glow {
	position: absolute;
	inset: -1px;
	border-radius: inherit;
	background: linear-gradient(135deg, rgba(168, 85, 247, 0.25), transparent, rgba(212, 168, 83, 0.2));
	opacity: 0;
	transition: opacity 0.4s;
	z-index: -1;
}

.as-page--about .as-philosophy__card:hover .as-philosophy__card-glow {
	opacity: 1;
}

.as-page--about .as-philosophy__card .as-philosophy__icon {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(147, 51, 234, 0.1);
	border-radius: 16px;
	margin-bottom: var(--as-space-3);
	color: var(--as-purple-600);
}

.as-page--about .as-philosophy__card .as-icon-svg {
	width: 36px;
	height: 36px;
	animation: as-about-icon-float 4s ease-in-out infinite;
}

@keyframes as-about-icon-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-4px); }
}

.as-page--about .as-philosophy__card h3 {
	font-family: var(--as-font-display);
	font-size: var(--as-text-lg);
	margin: 0 0 var(--as-space-2);
	color: var(--as-jet);
}

.as-page--about .as-philosophy__card p {
	margin: 0;
	font-size: var(--as-text-sm);
	color: var(--as-text-muted);
	line-height: 1.65;
}

.as-page--about .as-philosophy__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: var(--as-space-4);
	list-style: none;
	margin: var(--as-space-6) 0 0;
	padding: 0;
}

.as-page--about .as-philosophy__tile {
	padding: var(--as-space-4);
	text-align: center;
	border-radius: var(--as-radius-md);
	background: #ffffff;
	border: 1px solid rgba(147, 51, 234, 0.1);
	box-shadow: 0 4px 16px rgba(26, 10, 46, 0.04);
	transition: transform 0.35s, box-shadow 0.35s;
}

.as-page--about .as-philosophy__tile:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(147, 51, 234, 0.1);
}

.as-page--about .as-philosophy__tile-icon {
	width: 48px;
	height: 48px;
	margin: 0 auto var(--as-space-2);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--as-purple-600);
}

.as-page--about .as-philosophy__tile h3 {
	font-family: var(--as-font-display);
	font-size: var(--as-text-base);
	margin: 0 0 8px;
	color: var(--as-jet);
}

.as-page--about .as-philosophy__tile p {
	margin: 0;
	font-size: var(--as-text-xs);
	color: var(--as-text-muted);
	line-height: 1.6;
}

@media (min-width: 1024px) {
	.as-page--about .as-philosophy__grid { display: none; }
}

@media (max-width: 767px) {
	.as-page--about .as-philosophy__marquee { display: none; }
}

/* ══ CREDENTIALS ══ */
.as-page--about .as-credentials {
	background: linear-gradient(165deg, #0a0510 0%, #1a0a2e 40%, #12081f 100%);
	color: var(--as-white);
	overflow: visible;
	padding-block: var(--as-space-10);
}

.as-page--about .as-credentials__bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	overflow: hidden;
}

.as-page--about .as-credentials__pattern {
	position: absolute;
	inset: 0;
	opacity: 0.4;
	background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0l5 10 10 5-10 5-5 10-5-10-10-5 10-5z' fill='none' stroke='%239333ea' stroke-opacity='0.12'/%3E%3C/svg%3E");
}

.as-page--about .as-credentials__calligraphy {
	position: absolute;
	left: 2%;
	bottom: 8%;
	font-family: var(--as-font-arabic);
	font-size: clamp(3rem, 8vw, 6rem);
	color: rgba(255, 255, 255, 0.03);
}

.as-page--about .as-credentials__layout {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: var(--as-space-8);
	align-items: center;
	position: relative;
	z-index: 1;
}

.as-page--about .as-credentials__bento {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: var(--as-space-3);
}

.as-page--about .as-credential-card {
	position: relative;
	padding: var(--as-space-4);
	border-radius: var(--as-radius-md);
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(12px);
	transition: transform 0.4s var(--as-ease-out), border-color 0.4s, box-shadow 0.4s;
	transition-delay: calc(var(--cred-i, 0) * 60ms);
	overflow: hidden;
}

.as-page--about .as-credential-card:hover {
	transform: translateY(-6px) scale(1.02);
	border-color: rgba(212, 168, 83, 0.4);
	box-shadow: 0 16px 40px rgba(147, 51, 234, 0.2);
}

.as-page--about .as-credential-card__icon {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, rgba(147, 51, 234, 0.3), rgba(168, 85, 247, 0.15));
	border-radius: 12px;
	margin-bottom: var(--as-space-2);
	color: var(--as-purple-300);
}

.as-page--about .as-credential-card__icon .as-icon-svg {
	width: 28px;
	height: 28px;
}

.as-page--about .as-credential-card h3 {
	font-family: var(--as-font-display);
	font-size: var(--as-text-base);
	margin: 0 0 6px;
}

.as-page--about .as-credential-card p {
	margin: 0;
	font-size: var(--as-text-xs);
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.6;
	padding-right: 1.5rem;
}

.as-page--about .as-credential-card__check {
	position: absolute;
	top: var(--as-space-3);
	right: var(--as-space-3);
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(34, 197, 94, 0.2);
	color: #4ade80;
	font-size: 12px;
	font-weight: 700;
}

.as-page--about .as-credentials__visual {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 380px;
}

.as-page--about .as-credentials__ring {
	position: absolute;
	border-radius: 50%;
	border: 1px solid rgba(147, 51, 234, 0.25);
	animation: as-ring-spin 20s linear infinite;
}

.as-page--about .as-credentials__ring--1 {
	width: 320px;
	height: 320px;
}

.as-page--about .as-credentials__ring--2 {
	width: 380px;
	height: 380px;
	animation-direction: reverse;
	animation-duration: 28s;
	border-color: rgba(212, 168, 83, 0.2);
}

@keyframes as-ring-spin {
	to { transform: rotate(360deg); }
}

.as-page--about .as-credentials__photo {
	position: relative;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid rgba(212, 168, 83, 0.5);
	box-shadow: 0 0 60px rgba(147, 51, 234, 0.35);
	z-index: 1;
}

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

.as-page--about .as-credentials__badge {
	position: absolute;
	bottom: 10%;
	right: 0;
	z-index: 2;
	background: rgba(26, 10, 46, 0.9);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(212, 168, 83, 0.35);
	border-radius: var(--as-radius-md);
	padding: var(--as-space-3) var(--as-space-4);
	text-align: center;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

.as-page--about .as-credentials__badge strong {
	display: block;
	font-family: var(--as-font-display);
	font-size: var(--as-text-2xl);
	color: var(--as-gold-light);
}

.as-page--about .as-credentials__badge span {
	font-size: var(--as-text-xs);
	opacity: 0.85;
}

/* ══ TIMELINE (vertical alternating) ══ */
.as-page--about .as-timeline {
	overflow: visible;
	padding-bottom: var(--as-space-10);
}

.as-page--about .as-timeline-v {
	position: relative;
	margin-top: var(--as-space-8);
	padding: 0;
}

.as-page--about .as-timeline-v__line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 3px;
	transform: translateX(-50%);
	background: var(--as-purple-100);
	border-radius: 999px;
	z-index: 0;
	pointer-events: none;
}

.as-page--about .as-timeline-v__progress {
	display: block;
	width: 100%;
	height: 0;
	background: linear-gradient(180deg, var(--as-purple-500), var(--as-gold-light));
	border-radius: inherit;
	transition: height 0.7s var(--as-ease-out);
	will-change: height;
}

.as-page--about .as-timeline-v__list {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.as-page--about .as-timeline-v__item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 88px minmax(0, 1fr);
	gap: var(--as-space-4);
	align-items: center;
	margin-bottom: var(--as-space-8);
}

.as-page--about .as-timeline-v__item:last-child {
	margin-bottom: 0;
}

.as-page--about .as-timeline-v__item--left .as-timeline-v__card {
	grid-column: 1;
	grid-row: 1;
	justify-self: end;
	width: 100%;
	max-width: 420px;
}

.as-page--about .as-timeline-v__item--left .as-timeline-v__marker {
	grid-column: 2;
	grid-row: 1;
}

.as-page--about .as-timeline-v__item--left .as-timeline-v__spacer {
	grid-column: 3;
	grid-row: 1;
}

.as-page--about .as-timeline-v__item--right .as-timeline-v__spacer {
	grid-column: 1;
	grid-row: 1;
}

.as-page--about .as-timeline-v__item--right .as-timeline-v__marker {
	grid-column: 2;
	grid-row: 1;
}

.as-page--about .as-timeline-v__item--right .as-timeline-v__card {
	grid-column: 3;
	grid-row: 1;
	justify-self: start;
	width: 100%;
	max-width: 420px;
}

.as-page--about .as-timeline-v__marker {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--as-space-2);
	z-index: 2;
}

.as-page--about .as-timeline-v__year {
	font-family: var(--as-font-display);
	font-size: var(--as-text-lg);
	font-weight: 700;
	color: var(--as-purple-600);
	white-space: nowrap;
	transition: color 0.4s, transform 0.4s;
}

.as-page--about .as-timeline-v__dot {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--as-white);
	border: 3px solid var(--as-purple-300);
	box-shadow: 0 0 0 4px rgba(147, 51, 234, 0.08);
	transition: border-color 0.4s, background 0.4s, box-shadow 0.4s, transform 0.4s;
}

.as-page--about .as-timeline-v__card {
	position: relative;
	padding: var(--as-space-5);
	border-radius: var(--as-radius-lg);
	background: var(--as-white);
	border: 1px solid rgba(147, 51, 234, 0.1);
	box-shadow: 0 8px 28px rgba(26, 10, 46, 0.06);
	overflow: hidden;
	opacity: 0;
	transform: translateY(24px);
	transition:
		opacity 0.65s var(--as-ease-out),
		transform 0.65s var(--as-ease-out),
		box-shadow 0.4s,
		border-color 0.4s;
}

.as-page--about .as-timeline-v__item--left .as-timeline-v__card {
	transform: translateX(-32px);
}

.as-page--about .as-timeline-v__item--right .as-timeline-v__card {
	transform: translateX(32px);
}

.as-page--about .as-timeline-v__item.is-visible .as-timeline-v__card {
	opacity: 1;
	transform: translate(0, 0);
}

.as-page--about .as-timeline-v__item.is-active .as-timeline-v__year {
	color: var(--as-purple-700);
	transform: scale(1.05);
}

.as-page--about .as-timeline-v__item.is-active .as-timeline-v__dot {
	border-color: var(--as-purple-500);
	background: var(--as-purple-500);
	box-shadow: 0 0 0 6px rgba(147, 51, 234, 0.18), 0 0 20px rgba(147, 51, 234, 0.3);
	transform: scale(1.1);
}

.as-page--about .as-timeline-v__item.is-active .as-timeline-v__card {
	border-color: rgba(147, 51, 234, 0.22);
	box-shadow: 0 16px 40px rgba(147, 51, 234, 0.12);
}

.as-page--about .as-timeline-v__card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--as-purple-500), var(--as-gold-light));
	opacity: 0;
	transition: opacity 0.4s;
}

.as-page--about .as-timeline-v__item.is-active .as-timeline-v__card::before {
	opacity: 1;
}

.as-page--about .as-timeline-v__index {
	font-size: var(--as-text-xs);
	font-weight: 700;
	color: var(--as-purple-400);
	letter-spacing: 0.1em;
}

.as-page--about .as-timeline-v__card h3 {
	font-family: var(--as-font-display);
	margin: 6px 0 10px;
	font-size: var(--as-text-lg);
	line-height: 1.25;
	color: var(--as-jet);
}

.as-page--about .as-timeline-v__card p {
	margin: 0;
	font-size: var(--as-text-sm);
	color: var(--as-text-muted);
	line-height: 1.65;
}

@media (max-width: 767px) {
	.as-page--about .as-timeline-v__line {
		left: 20px;
		transform: none;
	}

	.as-page--about .as-timeline-v__item,
	.as-page--about .as-timeline-v__item--left,
	.as-page--about .as-timeline-v__item--right {
		grid-template-columns: 40px minmax(0, 1fr);
		gap: var(--as-space-3);
		margin-bottom: var(--as-space-6);
	}

	.as-page--about .as-timeline-v__item--left .as-timeline-v__card,
	.as-page--about .as-timeline-v__item--right .as-timeline-v__card {
		grid-column: 2;
		grid-row: 1;
		justify-self: stretch;
		max-width: none;
		transform: translateY(20px);
	}

	.as-page--about .as-timeline-v__item--left .as-timeline-v__marker,
	.as-page--about .as-timeline-v__item--right .as-timeline-v__marker {
		grid-column: 1;
		grid-row: 1;
		align-self: start;
		padding-top: var(--as-space-4);
	}

	.as-page--about .as-timeline-v__item--left .as-timeline-v__spacer,
	.as-page--about .as-timeline-v__item--right .as-timeline-v__spacer {
		display: none;
	}

	.as-page--about .as-timeline-v__year {
		font-size: var(--as-text-xs);
	}

	.as-page--about .as-timeline-v__item.is-visible .as-timeline-v__card {
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.as-page--about .as-timeline-v__card,
	.as-page--about .as-timeline-v__progress {
		transition: none;
	}

	.as-page--about .as-timeline-v__item--left .as-timeline-v__card,
	.as-page--about .as-timeline-v__item--right .as-timeline-v__card {
		transform: none;
		opacity: 1;
	}
}

/* ══ GLOBAL IMPACT ══ */
.as-page--about .as-global-impact {
	background: var(--as-sand);
	overflow: visible;
}

.as-page--about .as-global-impact__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(var(--as-space-4), 4vw, var(--as-space-8));
	align-items: center;
}

.as-page--about .as-global-impact__content {
	min-width: 0;
}

.as-page--about .as-global-impact__content p {
	color: var(--as-text-muted);
	line-height: 1.75;
	margin-bottom: var(--as-space-3);
}

.as-page--about .as-global-impact__mini-stats {
	display: flex;
	gap: var(--as-space-6);
	margin-top: var(--as-space-4);
}

.as-page--about .as-global-impact__mini-stats strong {
	display: block;
	font-family: var(--as-font-display);
	font-size: var(--as-text-2xl);
	color: var(--as-purple-600);
}

.as-page--about .as-global-impact__mini-stats span {
	font-size: var(--as-text-sm);
	color: var(--as-text-muted);
}

.as-page--about .as-global-impact__visual {
	min-width: 0;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.as-page--about .as-global-impact__globe-wrap {
	position: relative;
	width: min(100%, 300px);
	max-width: 300px;
	aspect-ratio: 1;
	margin: 0 auto var(--as-space-4);
	isolation: isolate;
}

.as-page--about .as-global-impact__globe-glow {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(147, 51, 234, 0.35) 0%, transparent 72%);
	animation: as-globe-glow 4s ease-in-out infinite alternate;
	pointer-events: none;
	z-index: 0;
}

@keyframes as-globe-glow {
	0% { opacity: 0.55; transform: scale(1); }
	100% { opacity: 0.9; transform: scale(1.06); }
}

.as-page--about .as-global-impact__globe-ring {
	position: absolute;
	inset: -8px;
	border-radius: 50%;
	border: 2px solid rgba(147, 51, 234, 0.22);
	animation: as-ring-spin 24s linear infinite;
	pointer-events: none;
	z-index: 2;
}

.as-page--about .as-global-impact__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	display: block;
	position: relative;
	z-index: 1;
	box-shadow: 0 20px 48px rgba(26, 10, 46, 0.18);
	background: var(--as-purple-900);
}

.as-page--about .as-global-impact__countries {
	display: grid;
	grid-template-columns: repeat(5, auto);
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: center;
	max-width: 100%;
}

.as-page--about .as-global-impact__countries li {
	padding: 6px 14px;
	background: var(--as-white);
	border-radius: 999px;
	font-size: var(--as-text-xs);
	font-weight: 600;
	color: var(--as-purple-700);
	border: 1px solid rgba(147, 51, 234, 0.12);
	box-shadow: var(--as-shadow-sm);
	white-space: nowrap;
}

/* ══ RESPONSIVE ══ */
@media (max-width: 1024px) {
	.as-page--about .as-mission-vision__showcase {
		grid-template-columns: 1fr;
	}
	.as-page--about .as-mission-vision__bridge {
		flex-direction: row;
		padding: var(--as-space-2) 0;
	}
	.as-page--about .as-mission-vision__bridge-line {
		width: 100%;
		height: 2px;
		min-height: 0;
	}
	.as-page--about .as-philosophy__grid { grid-template-columns: repeat(2, 1fr); }
	.as-page--about .as-credentials__layout { grid-template-columns: 1fr; }
	.as-page--about .as-credentials__visual { min-height: 300px; }
}

@media (max-width: 767px) {
	.as-page--about .as-global-impact__countries {
		grid-template-columns: repeat(2, auto);
	}
	.as-page--about .as-split-section__grid,
	.as-page--about .as-global-impact__grid { grid-template-columns: 1fr; }
	.as-page--about .as-philosophy__grid { grid-template-columns: 1fr; }
	.as-page--about .as-credentials__bento { grid-template-columns: 1fr; }
	.as-page--about .as-about-hero__bismillah { font-size: 0.95rem; }
	.as-page--about .as-timeline__item { flex: 0 0 min(260px, 85vw); }

	.as-page--about .as-global-impact__visual {
		order: -1;
	}

	.as-page--about .as-global-impact__globe-wrap {
		width: min(100%, 260px);
		max-width: 260px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.as-page--about .as-philosophy__track,
	.as-page--about .as-credentials__ring,
	.as-page--about .as-about-hero__deco,
	.as-page--about .as-global-impact__globe-ring { animation: none !important; }
}
