/* ---
   ABOUT PAGE - Minimal / Wireframe
   --------------------------------------------------- */

/* --- Hero --- */
.ab-hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 100vh;
	padding: 240px 5% 180px;
	background: var(--bg-primary, #0A0A0A);
	border-bottom: 1px solid rgba(212, 212, 212, .06);
}
.ab-hero__inner {
	max-width: 700px;
	width: 100%;
}
.ab-hero__eyebrow {
	display: inline-block;
	font-size: .72rem;
	font-weight: 500;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--text-muted, #5A5A5A);
	margin-bottom: 1.4rem;
}
.ab-hero h1 {
	font-size: clamp(1.6rem, 4.5vw, 3.2rem);
	font-weight: 900;
	line-height: 1.15;
	color: var(--text-primary);
	margin: 0 0 1.2rem;
	letter-spacing: -.02em;
	text-transform: uppercase;
}
.ab-hero__sub {
	font-size: .95rem;
	line-height: 1.7;
	color: var(--text-secondary, #8A8A8A);
	max-width: 580px;
	margin: 0 auto;
}

/* --- Section shared --- */
.ab-section-inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 5%;
}
.ab-story,
.ab-credentials,
.ab-philosophy,
.ab-bottom-cta {
	padding: 96px 0;
	background: var(--bg-primary, #0A0A0A);
}
.ab-story {
	border-top: 1px solid rgba(212, 212, 212, .06);
}
.ab-credentials {
	border-top: 1px solid rgba(212, 212, 212, .06);
}
.ab-philosophy {
	border-top: 1px solid rgba(212, 212, 212, .06);
}
.ab-bottom-cta {
	border-top: 1px solid rgba(212, 212, 212, .06);
	text-align: center;
}
.ab-story h2,
.ab-credentials h2,
.ab-philosophy h2,
.ab-bottom-cta h2 {
	text-align: center;
	font-size: clamp(1.4rem, 3vw, 2.2rem);
	font-weight: 900;
	color: var(--text-primary);
	margin: 0 0 .5rem;
	text-transform: uppercase;
	letter-spacing: 0;
}
.ab-section-desc {
	text-align: center;
	color: var(--text-secondary, #8A8A8A);
	max-width: 520px;
	margin: 0 auto 3rem;
	line-height: 1.6;
	font-size: .9rem;
}

/* --- Story --- */
.ab-story__grid {
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 0;
	border: 1px solid rgba(212, 212, 212, .08);
	margin-top: 3rem;
}
.ab-story__image {
	position: relative;
	overflow: hidden;
	border-right: 1px solid rgba(212, 212, 212, .08);
}
.ab-story__image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	filter: grayscale(20%);
}
.ab-story__text {
	padding: 36px 32px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.ab-story__text p {
	color: var(--text-secondary, #8A8A8A);
	font-size: .9rem;
	line-height: 1.7;
	margin: 0 0 1.2rem;
}
.ab-story__text p:last-child {
	margin-bottom: 0;
}

/* --- Credentials --- */
.ab-credentials__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	border: 1px solid rgba(212, 212, 212, .08);
}
.ab-credential {
	padding: 28px 24px;
	border-right: 1px solid rgba(212, 212, 212, .08);
	background: transparent;
	transition: background .2s ease;
}
.ab-credential:last-child {
	border-right: none;
}
.ab-credential:hover {
	background: rgba(212, 212, 212, .02);
}
.ab-credential__year {
	display: inline-block;
	font-size: .65rem;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	padding: 2px 8px;
	border: 1px solid rgba(212, 212, 212, .12);
	color: var(--text-muted, #5A5A5A);
	margin-bottom: 12px;
	font-variant-numeric: tabular-nums;
}
.ab-credential h3 {
	font-size: .95rem;
	font-weight: 600;
	color: var(--text-primary);
	margin: 0 0 6px;
	line-height: 1.35;
}
.ab-credential__org {
	color: var(--text-muted, #5A5A5A);
	font-size: .8rem;
	margin: 0;
	line-height: 1.4;
}

/* --- Stats --- */
.ab-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	border: 1px solid rgba(212, 212, 212, .08);
	margin-top: 2rem;
}
.ab-stat {
	text-align: center;
	padding: 28px 20px;
	border-right: 1px solid rgba(212, 212, 212, .08);
}
.ab-stat:last-child {
	border-right: none;
}
.ab-stat__number {
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--text-primary);
	line-height: 1;
	margin-bottom: 6px;
	font-variant-numeric: tabular-nums;
}
.ab-stat__label {
	font-size: .7rem;
	font-weight: 500;
	color: var(--text-muted, #5A5A5A);
	text-transform: uppercase;
	letter-spacing: .1em;
}

/* --- Philosophy --- */
.ab-philosophy__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0;
	border: 1px solid rgba(212, 212, 212, .08);
}
.ab-philosophy-card {
	padding: 28px 24px;
	border-right: 1px solid rgba(212, 212, 212, .08);
	border-bottom: 1px solid rgba(212, 212, 212, .08);
	background: transparent;
	transition: background .2s ease;
}
.ab-philosophy-card:nth-child(2n) {
	border-right: none;
}
.ab-philosophy-card:nth-last-child(-n+2) {
	border-bottom: none;
}
.ab-philosophy-card:hover {
	background: rgba(212, 212, 212, .02);
}
.ab-philosophy-card__num {
	display: inline-block;
	font-size: .65rem;
	font-weight: 600;
	letter-spacing: .08em;
	color: var(--text-muted, #5A5A5A);
	margin-bottom: 10px;
	font-variant-numeric: tabular-nums;
}
.ab-philosophy-card h3 {
	font-size: .95rem;
	font-weight: 600;
	color: var(--text-primary);
	margin: 0 0 8px;
	line-height: 1.35;
}
.ab-philosophy-card p {
	color: var(--text-secondary, #8A8A8A);
	font-size: .85rem;
	line-height: 1.65;
	margin: 0;
}

/* --- Bottom CTA --- */
.ab-bottom-cta__desc {
	color: var(--text-secondary, #8A8A8A);
	font-size: .92rem;
	line-height: 1.7;
	max-width: 520px;
	margin: 0 auto 2rem;
}
.ab-bottom-cta .cta-button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

/* --- Responsive --- */
@media (max-width: 900px) {
	.ab-hero {
		padding: 180px 5% 140px;
	}
	.ab-story,
	.ab-credentials,
	.ab-philosophy,
	.ab-bottom-cta {
		padding: 72px 0;
	}
	.ab-story__grid {
		grid-template-columns: 1fr;
	}
	.ab-story__image {
		border-right: none;
		border-bottom: 1px solid rgba(212, 212, 212, .08);
		max-height: 320px;
	}
	.ab-credentials__grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.ab-credential:nth-child(2n) {
		border-right: none;
	}
	.ab-credential {
		border-bottom: 1px solid rgba(212, 212, 212, .08);
	}
	.ab-credential:nth-last-child(-n+2) {
		border-bottom: none;
	}
	.ab-philosophy__grid {
		grid-template-columns: 1fr;
	}
	.ab-philosophy-card {
		border-right: none;
	}
	.ab-philosophy-card:nth-last-child(-n+2) {
		border-bottom: 1px solid rgba(212, 212, 212, .08);
	}
	.ab-philosophy-card:last-child {
		border-bottom: none;
	}
}

@media (max-width: 600px) {
	.ab-hero {
		padding: 160px 5% 112px;
	}
	.ab-story__text {
		padding: 28px 20px;
	}
	.ab-credentials__grid {
		grid-template-columns: 1fr;
	}
	.ab-credential {
		border-right: none;
		border-bottom: 1px solid rgba(212, 212, 212, .08);
	}
	.ab-credential:last-child {
		border-top: 1px solid rgba(212, 212, 212, .08);
		border-bottom: none;
	}
	.ab-stats {
		grid-template-columns: 1fr;
	}
	.ab-stat {
		border-right: none;
		border-bottom: 1px solid rgba(212, 212, 212, .08);
	}
	.ab-stat:last-child {
		border-bottom: none;
	}
	.ab-philosophy-card {
		padding: 24px 20px;
	}
	.ab-bottom-cta {
		padding: 56px 0;
	}
}
