/* ==========================================================================
   ARCTIC — About page
   Every rule is scoped under .page-about-us so the shared ab-* atoms defined
   in arctic.css keep working everywhere else. Loads after arctic.css.
   ========================================================================== */

.page-about-us .auto-container {
	position: relative;
	z-index: 1;
	width: min(1240px, calc(100% - 40px));
	margin-inline: auto;
	padding: 0 !important;
	max-width: none;
}

/* Shared atoms — about-page variants */
.page-about-us .ab-eyebrow__bar {
	width: 22px;
	height: 2px;
	border-radius: 2px;
	background: currentColor;
	opacity: .7;
}

.page-about-us .ab-head {
	display: block;
	text-align: center;
	max-width: 720px;
	margin: 0 auto clamp(34px, 5vw, 56px);
}

.page-about-us .ab-head .ab-lede {
	margin-inline: auto;
}

.page-about-us .ab-btn--ghost {
	background: rgba(255, 255, 255, .12);
	border-color: rgba(255, 255, 255, .3);
	color: #fff;
}

.page-about-us .ab-btn--ghost:hover {
	background: #fff;
	color: var(--ab-ink);
}

/* ==========================================================================
   1. INTRO
   ========================================================================== */
.page-about-us .ab-intro {
	position: relative;
	overflow: hidden;
	background: linear-gradient(170deg, #fff 0%, var(--arctic-blue-1) 100%);
	padding: clamp(48px, 6vw, 92px) 0;
}

.page-about-us .ab-intro__blob {
	position: absolute;
	width: 460px;
	height: 460px;
	border-radius: 50%;
	background: var(--arctic-blue-3);
	filter: blur(130px);
	opacity: .5;
	top: -180px;
	right: -110px;
	pointer-events: none;
}

.page-about-us .ab-intro__grid {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: clamp(32px, 5vw, 70px);
	align-items: center;
}

.page-about-us .ab-intro__title {
	font-family: var(--ab-head);
	font-weight: 600;
	font-size: clamp(32px, 4.6vw, 56px);
	line-height: 1.06;
	letter-spacing: -.02em;
	margin: 0 0 18px;
	color: var(--ab-ink);
}

.page-about-us .ab-intro__desc {
	font-size: 16.5px;
	line-height: 1.8;
	color: var(--ab-slate);
	max-width: 54ch;
	margin: 0 0 28px;
}

.page-about-us .ab-intro__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 34px;
}

.page-about-us .ab-intro__facts {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 16px 40px;
}

.page-about-us .ab-intro__facts strong {
	display: block;
	font-family: var(--ab-head);
	font-size: 34px;
	line-height: 1;
	color: var(--ab-ink);
}

.page-about-us .ab-intro__facts span {
	font-size: 12.5px;
	color: var(--ab-muted);
}

/* image stack */
.page-about-us .ab-intro__stack {
	position: relative;
	padding: 26px 26px 0 0;
}

.page-about-us .ab-intro__shot {
	margin: 0;
	border-radius: var(--ab-r-xl);
	overflow: hidden;
	box-shadow: var(--ab-shadow-lg);
}

.page-about-us .ab-intro__shot img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.page-about-us .ab-intro__shot--front {
	aspect-ratio: 4/3.4;
}

.page-about-us .ab-intro__shot--back {
	position: absolute;
	top: 0;
	right: 0;
	width: 52%;
	aspect-ratio: 1;
	border: 6px solid #fff;
	z-index: 2;
}

.page-about-us .ab-intro__badge {
	position: absolute;
	left: -18px;
	bottom: 28px;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background: #fff;
	border-radius: var(--ab-r);
	box-shadow: var(--ab-shadow-lg);
	padding: 14px 20px;
	font-size: 14px;
	font-weight: 650;
	color: var(--ab-ink);
}

.page-about-us .ab-intro__badge i {
	width: 38px;
	height: 38px;
	border-radius: 12px;
	display: grid;
	place-items: center;
	background: var(--arctic-blue-1);
	color: var(--arctic-blue-5);
}

/* ==========================================================================
   2. MANIFESTO
   ========================================================================== */
.page-about-us .ab-manifesto {
	position: relative;
	overflow: hidden;
	background: var(--ab-ink);
	color: #fff;
	padding: clamp(52px, 7vw, 96px) 0;
}

.page-about-us .ab-manifesto__glow {
	position: absolute;
	width: 520px;
	height: 520px;
	border-radius: 50%;
	background: var(--arctic-blue-5);
	filter: blur(150px);
	opacity: .3;
	top: -220px;
	left: -120px;
	pointer-events: none;
}

.page-about-us .ab-manifesto__head {
	position: relative;
	text-align: center;
	max-width: 900px;
	margin: 0 auto clamp(36px, 5vw, 58px);
}

.page-about-us .ab-manifesto .ab-eyebrow--light {
	color: var(--arctic-blue-1);
	background: rgba(144, 224, 239, .14);
}

.page-about-us .ab-manifesto__quote {
	font-family: var(--ab-head);
	font-style: italic;
	font-size: clamp(22px, 3.2vw, 38px);
	line-height: 1.35;
	color: #fff;
	margin: 0;
}

.page-about-us .ab-quad {
	position: relative;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 18px;
}

.page-about-us .ab-quad__cell {
	position: relative;
	overflow: hidden;
	padding: 30px 26px;
	border-radius: var(--ab-r-lg);
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(144, 224, 239, .18);
	transition: .35s;
}

.page-about-us .ab-quad__cell:hover {
	background: rgba(144, 224, 239, .12);
	transform: translateY(-5px);
}

.page-about-us .ab-quad__ico {
	width: 54px;
	height: 54px;
	border-radius: 17px;
	display: grid;
	place-items: center;
	background: var(--ab-grad);
	color: #fff;
	font-size: 20px;
	margin-bottom: 18px;
}

.page-about-us .ab-quad__num {
	position: absolute;
	top: 18px;
	right: 22px;
	font-family: var(--ab-head);
	font-size: 46px;
	line-height: 1;
	color: rgba(144, 224, 239, .16);
}

.page-about-us .ab-quad__title {
	font-size: 19px;
	font-weight: 700;
	margin: 0 0 8px;
	color: #fff;
}

.page-about-us .ab-quad__desc {
	font-size: 14px;
	line-height: 1.7;
	color: rgba(202, 240, 248, .7);
	margin: 0;
}

/* ==========================================================================
   3. TRACKS — alternating timeline
   ========================================================================== */
.page-about-us .ab-tracks {
	background: var(--ab-wash);
	padding: clamp(52px, 7vw, 96px) 0;
}

.page-about-us .ab-timeline {
	position: relative;
	display: grid;
	gap: 26px;
}

.page-about-us .ab-timeline__spine {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 2px;
	transform: translateX(-50%);
	background: linear-gradient(180deg, transparent, var(--arctic-blue-3) 12%, var(--arctic-blue-3) 88%, transparent);
}

.page-about-us .ab-node {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.page-about-us .ab-node__pin {
	position: absolute;
	top: 34px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: #fff;
	border: 2px solid var(--arctic-blue-3);
	color: var(--arctic-blue-5);
	box-shadow: var(--ab-shadow);
}

.page-about-us .ab-node__card {
	display: grid;
	grid-template-columns: 150px 1fr;
	gap: 20px;
	align-items: center;
	background: #fff;
	border: 1px solid var(--ab-line);
	border-radius: var(--ab-r-lg);
	padding: 22px;
	transition: .3s;
}

.page-about-us .ab-node__card:hover {
	border-color: var(--arctic-blue-3);
	box-shadow: var(--ab-shadow-lg);
}

.page-about-us .ab-node--left .ab-node__card {
	grid-column: 1;
	margin-right: 52px;
}

.page-about-us .ab-node--right .ab-node__card {
	grid-column: 2;
	margin-left: 52px;
}

.page-about-us .ab-node__pic {
	position: relative;
	margin: 0;
	border-radius: var(--ab-r);
	overflow: hidden;
	aspect-ratio: 1;
}

.page-about-us .ab-node__pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-about-us .ab-node__step {
	position: absolute;
	left: 9px;
	bottom: 9px;
	padding: 5px 11px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .92);
	color: var(--ab-ink);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
}

.page-about-us .ab-node__title {
	font-size: 19px;
	font-weight: 700;
	margin: 0 0 8px;
	color: var(--ab-ink);
}

.page-about-us .ab-node__desc {
	font-size: 14px;
	line-height: 1.7;
	color: var(--ab-slate);
	margin: 0 0 12px;
}

.page-about-us .ab-node__link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: 14px;
	font-weight: 650;
	color: var(--arctic-blue-5);
	text-decoration: none;
}

.page-about-us .ab-node__link:hover {
	color: var(--ab-ink);
}

/* ==========================================================================
   4. PROOF
   ========================================================================== */
.page-about-us .ab-proof {
	background: #fff;
	padding: clamp(52px, 7vw, 96px) 0;
}

.page-about-us .ab-proof__grid {
	display: grid;
	grid-template-columns: .95fr 1.05fr;
	gap: clamp(32px, 5vw, 70px);
	align-items: center;
}

.page-about-us .ab-proof__visual {
	position: relative;
}

.page-about-us .ab-proof__pic {
	margin: 0;
	border-radius: var(--ab-r-xl);
	overflow: hidden;
	aspect-ratio: 4/4.2;
	box-shadow: var(--ab-shadow-lg);
}

.page-about-us .ab-proof__pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-about-us .ab-proof__card {
	position: absolute;
	right: -18px;
	bottom: 30px;
	width: min(260px, 76%);
	display: grid;
	gap: 7px;
	background: #fff;
	border-radius: var(--ab-r);
	box-shadow: var(--ab-shadow-lg);
	padding: 22px;
}

.page-about-us .ab-proof__card-ico {
	width: 44px;
	height: 44px;
	border-radius: 14px;
	display: grid;
	place-items: center;
	background: var(--ab-grad);
	color: #fff;
	font-size: 17px;
	margin-bottom: 4px;
}

.page-about-us .ab-proof__card-title {
	font-size: 16px;
	font-weight: 700;
	color: var(--ab-ink);
}

.page-about-us .ab-proof__card-desc {
	font-size: 13px;
	line-height: 1.65;
	color: var(--ab-slate);
}

.page-about-us .ab-checks {
	list-style: none;
	margin: 26px 0 0;
	padding: 0;
	display: grid;
	gap: 12px;
}

.page-about-us .ab-check {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 15px 18px;
	border-radius: var(--ab-r-sm);
	background: var(--ab-wash);
	border: 1px solid var(--ab-line);
	font-size: 15px;
	color: var(--ab-ink);
	transition: .25s;
}

.page-about-us .ab-check:hover {
	border-color: var(--arctic-blue-4);
	transform: translateX(5px);
}

.page-about-us .ab-check__mark {
	width: 28px;
	height: 28px;
	flex-shrink: 0;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: var(--arctic-blue-1);
	color: var(--arctic-blue-5);
	font-size: 11px;
}

/* ==========================================================================
   5. CTA
   ========================================================================== */
.page-about-us .ab-cta {
	display: block;
	background: transparent;
	border-radius: 0;
	padding: 0 0 clamp(52px, 7vw, 96px);
	overflow: visible;
}

.page-about-us .ab-cta::before {
	display: none;
}

.page-about-us .ab-cta__panel {
	position: relative;
	overflow: hidden;
	border-radius: var(--ab-r-xl);
	padding: clamp(40px, 6vw, 84px) clamp(26px, 4vw, 58px);
	text-align: center;
	isolation: isolate;
}

.page-about-us .ab-cta__bg {
	position: absolute;
	inset: 0;
	margin: 0;
	z-index: -2;
}

.page-about-us .ab-cta__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-about-us .ab-cta__veil {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(135deg, rgba(4, 37, 47, .93) 0%, rgba(6, 49, 63, .84) 100%);
}

.page-about-us .ab-cta__title {
	font-family: var(--ab-head);
	font-weight: 600;
	font-size: clamp(28px, 4vw, 48px);
	line-height: 1.1;
	margin: 0 0 14px;
	color: #fff;
}

.page-about-us .ab-cta__desc {
	font-size: 16px;
	line-height: 1.75;
	color: rgba(202, 240, 248, .8);
	max-width: 58ch;
	margin: 0 auto 28px;
}

.page-about-us .ab-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1100px) {

	.page-about-us .ab-intro__grid,
	.page-about-us .ab-proof__grid {
		grid-template-columns: 1fr;
	}

	.page-about-us .ab-timeline__spine {
		left: 25px;
	}

	.page-about-us .ab-node {
		grid-template-columns: 1fr;
	}

	.page-about-us .ab-node__pin {
		left: 25px;
		top: 24px;
	}

	.page-about-us .ab-node--left .ab-node__card,
	.page-about-us .ab-node--right .ab-node__card {
		grid-column: 1;
		margin: 0 0 0 62px;
	}

	.page-about-us .ab-proof__card {
		position: static;
		width: 100%;
		margin-top: 14px;
	}
}

@media (max-width: 640px) {
	.page-about-us .ab-node__card {
		grid-template-columns: 1fr;
	}

	.page-about-us .ab-intro__shot--back {
		display: none;
	}

	.page-about-us .ab-intro__stack {
		padding: 0;
	}

	.page-about-us .ab-intro__badge {
		left: 10px;
		bottom: 10px;
	}
}
