.about-hero {
	padding: 4rem 0 3rem;
}

.about-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 480px);
	gap: 3rem;
	align-items: center;
}

.about-hero__content h1 {
	margin: 0 0 1.25rem;
	font-size: clamp(2.75rem, 6vw, 4.75rem);
	line-height: 0.96;
	letter-spacing: -0.045em;
	color: #1b1d3a;
	max-width: 11ch;
}

.about-hero__lead {
	margin: 0 0 1.1rem;
	font-size: 1.18rem;
	line-height: 1.65;
	color: #2f3550;
	max-width: 42rem;
}

.about-hero__text {
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.75;
	color: #5c637d;
	max-width: 42rem;
}

.about-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 2rem;
}

.about-hero__image-wrap {
	position: relative;
	border-radius: 28px;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0 24px 60px rgba(18, 26, 63, 0.16);
}

.about-hero__image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 560px;
	object-fit: cover;
	object-position: center top;
}

.about-proof {
	padding: 0 0 2.5rem;
}

.about-proof__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

.about-proof__card {
	padding: 1.6rem 1.5rem;
	background: #ffffff;
	border: 1px solid rgba(91, 100, 140, 0.14);
	border-radius: 22px;
	box-shadow: 0 12px 32px rgba(20, 28, 60, 0.06);
}

.about-proof__card h2 {
	margin: 0 0 0.75rem;
	font-size: 1.1rem;
	line-height: 1.3;
	color: #1b1d3a;
}

.about-proof__card p {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.65;
	color: #5c637d;
}

.about-section {
	padding: 4.5rem 0;
}

.about-section--story,
.about-section--audience {
	background: #ffffff;
}

.about-section--pillars {
	background: linear-gradient(180deg, #f7f8fe 0%, #eef2ff 100%);
}

.about-section--difference {
	background: #f8fafc;
}

.section-heading--left {
	text-align: left;
}

.section-heading--left h2,
.section-heading--left p {
	max-width: 46rem;
}

.about-copy p {
	margin: 0 0 1.25rem;
	font-size: 1.05rem;
	line-height: 1.8;
	color: #48506a;
}

.about-copy p:last-child {
	margin-bottom: 0;
}

.about-pillars {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
	margin-top: 2.25rem;
}

.about-pillar {
	padding: 1.8rem;
	background: #ffffff;
	border: 1px solid rgba(93, 108, 150, 0.12);
	border-radius: 24px;
	box-shadow: 0 14px 36px rgba(20, 28, 60, 0.08);
}

.about-pillar h3 {
	margin: 0 0 0.85rem;
	font-size: 1.25rem;
	color: #1b1d3a;
}

.about-pillar p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.7;
	color: #5c637d;
}

.about-difference {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem;
	margin-top: 2.25rem;
}

.about-difference__item {
	padding: 1.7rem;
	background: #ffffff;
	border: 1px solid rgba(93, 108, 150, 0.12);
	border-radius: 22px;
	box-shadow: 0 12px 32px rgba(20, 28, 60, 0.06);
}

.about-difference__item h3 {
	margin: 0 0 0.75rem;
	font-size: 1.15rem;
	color: #1b1d3a;
}

.about-difference__item p {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.7;
	color: #5c637d;
}

.about-cta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2rem;
	padding: 2.2rem;
	background: linear-gradient(135deg, #1d2452 0%, #2d3d8f 100%);
	border-radius: 28px;
	box-shadow: 0 18px 44px rgba(24, 33, 76, 0.18);
}

.about-cta__content h2 {
	margin: 0 0 0.9rem;
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.02;
	color: #ffffff;
	max-width: 14ch;
}

.about-cta__content p:not(.section-kicker) {
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.84);
	max-width: 42rem;
}

.about-cta .section-kicker {
	color: rgba(255, 255, 255, 0.72);
}

.about-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.about-cta .button--secondary {
	background: transparent;
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.3);
}

.about-cta .button--secondary:hover,
.about-cta .button--secondary:focus {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 1100px) {
	.about-hero__inner,
	.about-proof__grid,
	.about-pillars,
	.about-difference {
		grid-template-columns: 1fr;
	}

	.about-hero__content h1 {
		max-width: 12ch;
	}

	.about-hero__image {
		min-height: 420px;
	}

	.about-cta {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 767px) {
	.about-hero {
		padding: 3rem 0 2.5rem;
	}

	.about-section {
		padding: 3.5rem 0;
	}

	.about-hero__inner {
		gap: 2rem;
	}

	.about-hero__content h1 {
		font-size: clamp(2.35rem, 11vw, 3.5rem);
		max-width: 100%;
	}

	.about-hero__lead {
		font-size: 1.05rem;
	}

	.about-hero__text,
	.about-copy p,
	.about-pillar p,
	.about-difference__item p,
	.about-proof__card p,
	.about-cta__content p:not(.section-kicker) {
		font-size: 0.98rem;
	}

	.about-hero__image {
		min-height: 340px;
	}

	.about-proof__card,
	.about-pillar,
	.about-difference__item {
		padding: 1.4rem;
	}

	.about-cta {
		padding: 1.6rem;
		border-radius: 22px;
	}

	.about-cta__content h2 {
		max-width: 100%;
	}
}

/* ========================================
   ABOUT PAGE BUTTON POLISH
   ======================================== */

.is-about-page .about-hero__actions .button,
.is-about-page .about-cta__actions .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0.95rem 1.4rem;
	border-radius: 999px;
	font-weight: 700;
	font-size: 0.98rem;
	line-height: 1;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

/* Primary button */
.is-about-page .about-hero__actions .button--primary,
.is-about-page .about-cta__actions .button--primary {
	box-shadow: 0 12px 24px rgba(90, 84, 255, 0.22);
}

.is-about-page .about-hero__actions .button--primary:hover,
.is-about-page .about-hero__actions .button--primary:focus,
.is-about-page .about-cta__actions .button--primary:hover,
.is-about-page .about-cta__actions .button--primary:focus {
	transform: translateY(-2px);
	box-shadow: 0 18px 32px rgba(90, 84, 255, 0.28);
}

/* Secondary button on white backgrounds */
.is-about-page .about-hero__actions .button--secondary {
	background: #ffffff;
	color: #1b1d3a;
	border: 1px solid rgba(91, 100, 140, 0.22);
	box-shadow: 0 10px 24px rgba(20, 28, 60, 0.08);
}

.is-about-page .about-hero__actions .button--secondary:hover,
.is-about-page .about-hero__actions .button--secondary:focus {
	transform: translateY(-2px);
	background: #f7f8fe;
	border-color: rgba(90, 84, 255, 0.35);
	box-shadow: 0 16px 30px rgba(20, 28, 60, 0.12);
	color: #1b1d3a;
}

/* Secondary button inside dark CTA */
.is-about-page .about-cta__actions .button--secondary {
	background: transparent;
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.32);
	box-shadow: none;
}

.is-about-page .about-cta__actions .button--secondary:hover,
.is-about-page .about-cta__actions .button--secondary:focus {
	transform: translateY(-2px);
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.6);
	box-shadow: 0 14px 28px rgba(9, 14, 36, 0.18);
}

/* ========================================
   ABOUT PAGE BUTTON FIX
   ======================================== */

/* Keep primary buttons consistent with the rest of the site */
.is-about-page .about-hero__actions .button--primary,
.is-about-page .about-cta__actions .button--primary {
	color: #ffffff !important;
	background: linear-gradient(135deg, #5a54ff 0%, #4a43e6 100%);
	border: 1px solid transparent;
	box-shadow: 0 12px 24px rgba(90, 84, 255, 0.22);
}

.is-about-page .about-hero__actions .button--primary:hover,
.is-about-page .about-hero__actions .button--primary:focus,
.is-about-page .about-cta__actions .button--primary:hover,
.is-about-page .about-cta__actions .button--primary:focus {
	color: #ffffff !important;
	background: linear-gradient(135deg, #6761ff 0%, #514af0 100%);
	transform: translateY(-2px);
	box-shadow: 0 18px 32px rgba(90, 84, 255, 0.28);
}

/* Make sure any nested text stays white too */
.is-about-page .about-hero__actions .button--primary *,
.is-about-page .about-cta__actions .button--primary * {
	color: inherit !important;
}

/* ========================================
   ABOUT PAGE MOTION REVEAL
   ======================================== */

.is-about-page .reveal-up {
	opacity: 0;
	transform: translateY(34px);
	transition:
		opacity 0.9s ease,
		transform 0.9s ease;
	will-change: opacity, transform;
}

.is-about-page .reveal-in .reveal-up,
.is-about-page .reveal-up.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.is-about-page .reveal-delay-1 {
	transition-delay: 0.12s;
}

.is-about-page .reveal-delay-2 {
	transition-delay: 0.24s;
}

.is-about-page .reveal-delay-3 {
	transition-delay: 0.36s;
}

.is-about-page .reveal-delay-4 {
	transition-delay: 0.48s;
}

/* Slightly softer motion for large image block */
.is-about-page .about-hero__image-wrap.reveal-up {
	transform: translateY(40px) scale(0.985);
	transition:
		opacity 1s ease,
		transform 1s ease;
}

.is-about-page .reveal-in .about-hero__image-wrap.reveal-up,
.is-about-page .about-hero__image-wrap.reveal-up.is-visible {
	transform: translateY(0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
	.is-about-page .reveal-up,
	.is-about-page .about-hero__image-wrap.reveal-up {
		opacity: 1;
		transform: none;
		transition: none;
	}
}