/*
 * About Us reference correction — 0.9.39.
 * Page-only layer. The shared Header, navigation, Footer, and commerce routes remain untouched.
 */

.aos-about-reference {
	--wsp-a39-ink: #081d35;
	--wsp-a39-muted: #5c7187;
	--wsp-a39-blue: #087fc2;
	--wsp-a39-strong-blue: #006fc5;
	--wsp-a39-cyan: #08a5df;
	--wsp-a39-ice: #f2f9fd;
	--wsp-a39-line: #d6e4ee;
	--wsp-a39-surface: rgba(255, 255, 255, .98);
	--wsp-a39-ease: cubic-bezier(.25, 1, .5, 1);
	position: relative;
	isolation: isolate;
	overflow-x: clip;
	color: var(--wsp-a39-ink);
	background: #fff;
}

.aos-about-reference::before,
.aos-about-reference::after {
	position: absolute;
	inset: 0;
	z-index: -2;
	pointer-events: none;
	content: "";
}

.aos-about-reference::before {
	background:
		radial-gradient(circle at 86% 13%, rgba(8, 165, 223, .09), transparent 27%),
		radial-gradient(circle at 12% 72%, rgba(8, 127, 194, .055), transparent 30%),
		linear-gradient(180deg, #fff 0%, #f7fbfe 68%, #fff 100%);
}

.aos-about-reference::after {
	z-index: -1;
	opacity: .02;
	background-image:
		linear-gradient(rgba(8, 49, 82, .4) 1px, transparent 1px),
		linear-gradient(90deg, rgba(8, 49, 82, .4) 1px, transparent 1px);
	background-size: 64px 64px;
}

.aos-about-reference .aos-container {
	width: min(100% - 48px, 1240px);
	margin-inline: auto;
}

.wsp-about-hero {
	position: relative;
	height: 390px;
	min-height: 390px;
	overflow: hidden;
	border-bottom: 1px solid rgba(8, 127, 194, .13);
	background: #fff;
}

.wsp-about-hero-media {
	position: absolute;
	inset: 0 0 0 37%;
	z-index: 1;
	overflow: hidden;
	background: var(--wsp-a39-ice);
}

.wsp-about-hero-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 58% center;
	filter: saturate(.86) contrast(.98);
	transform: scale(1.012);
}

.wsp-about-atmosphere {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background:
		linear-gradient(90deg, #fff 0%, #fff 31%, rgba(255, 255, 255, .98) 38%, rgba(255, 255, 255, .72) 47%, rgba(255, 255, 255, .16) 63%, transparent 77%),
		radial-gradient(circle at 17% 48%, rgba(8, 165, 223, .1), transparent 31%);
}

.wsp-about-hero::after {
	position: absolute;
	inset: auto 0 0;
	z-index: 3;
	height: 26%;
	pointer-events: none;
	content: "";
	background: linear-gradient(180deg, transparent, rgba(255, 255, 255, .16));
}

.wsp-about-hero-inner {
	position: relative;
	z-index: 4;
	display: flex;
	align-items: center;
	height: 390px;
	min-height: 390px;
}

.wsp-about-hero-copy {
	width: min(44%, 540px);
	padding: 30px 0 54px;
}

.aos-about-reference .aos-eyebrow {
	margin: 0 0 14px;
	color: var(--wsp-a39-blue);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.wsp-about-hero-copy h1 {
	max-width: 520px;
	margin: 0;
	font-size: clamp(2.55rem, 3.55vw, 3.35rem);
	font-weight: 780;
	line-height: 1.01;
	letter-spacing: -.052em;
	text-wrap: balance;
}

.wsp-about-hero-copy > p:not(.aos-eyebrow) {
	max-width: 510px;
	margin: 18px 0 0;
	color: var(--wsp-a39-muted);
	font-size: 1rem;
	line-height: 1.58;
}

.wsp-about-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 22px;
}

.wsp-about-actions .aos-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 174px;
	min-height: 50px;
	padding: 0 22px;
	border: 1px solid var(--wsp-a39-strong-blue);
	border-radius: 6px;
	font-weight: 780;
	text-decoration: none;
	transition: transform 140ms var(--wsp-a39-ease), border-color 140ms ease, background-color 140ms ease, color 140ms ease, box-shadow 140ms ease;
}

.wsp-about-actions .aos-button-primary {
	color: #fff;
	background: linear-gradient(135deg, var(--wsp-a39-strong-blue), #079bdb);
	box-shadow: 0 10px 24px rgba(0, 111, 197, .18);
}

.wsp-about-actions .aos-button-secondary {
	color: var(--wsp-a39-strong-blue);
	background: rgba(255, 255, 255, .92);
}

.wsp-about-actions .aos-button span,
.wsp-about-story .aos-text-link span {
	margin-left: 18px;
	transition: transform 140ms var(--wsp-a39-ease);
}

.wsp-about-actions .aos-button:hover,
.wsp-about-actions .aos-button:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(0, 111, 197, .2);
}

.wsp-about-actions .aos-button:hover span,
.wsp-about-actions .aos-button:focus-visible span,
.wsp-about-story .aos-text-link:hover span,
.wsp-about-story .aos-text-link:focus-visible span {
	transform: translateX(2px);
}

.wsp-about-actions .aos-button:active {
	transform: scale(.985);
}

.wsp-about-actions .aos-button:focus-visible,
.wsp-about-story .aos-text-link:focus-visible {
	outline: 3px solid rgba(8, 165, 223, .42);
	outline-offset: 3px;
}

.wsp-about-proof {
	position: relative;
	z-index: 6;
	margin-top: -29px;
}

.wsp-about-proof-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border: 1px solid var(--wsp-a39-line);
	border-radius: 12px;
	background: var(--wsp-a39-surface);
	box-shadow: 0 16px 42px rgba(8, 49, 82, .1);
}

.wsp-about-proof article {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	min-height: 108px;
	padding: 18px 20px;
}

.wsp-about-proof article + article {
	border-left: 1px solid var(--wsp-a39-line);
}

.wsp-about-icon,
.wsp-about-fact-icon {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border: 0;
	border-radius: 50%;
	color: var(--wsp-a39-strong-blue);
	background: linear-gradient(145deg, #fff, #e8f5fd);
	box-shadow: inset 0 0 0 1px rgba(8, 127, 194, .18);
}

.wsp-about-proof .aos-icon,
.wsp-about-fact-icon .aos-icon {
	display: block;
	visibility: visible;
	width: 25px;
	height: 25px;
	opacity: 1;
	filter: none;
	stroke: currentColor;
}

.wsp-about-proof h2 {
	margin: 0;
	font-size: .96rem;
	font-weight: 800;
	line-height: 1.24;
}

.wsp-about-proof p {
	margin: 5px 0 0;
	color: var(--wsp-a39-muted);
	font-size: .78rem;
	line-height: 1.45;
}

.wsp-about-story {
	position: relative;
	z-index: 2;
	padding: 64px 0 58px;
	background:
		linear-gradient(180deg, rgba(248, 252, 254, .92), rgba(255, 255, 255, .98)),
		radial-gradient(circle at 84% 45%, rgba(8, 165, 223, .1), transparent 34%);
}

.wsp-about-story-grid {
	display: grid;
	grid-template-columns: minmax(310px, 360px) minmax(0, 1fr);
	gap: clamp(38px, 4vw, 60px);
	align-items: center;
}

.wsp-about-story-copy h2 {
	margin: 0;
	font-size: clamp(1.9rem, 2.2vw, 2.45rem);
	font-weight: 780;
	line-height: 1.03;
	letter-spacing: -.045em;
	text-wrap: balance;
}

.wsp-about-story-copy > p:not(.aos-eyebrow) {
	margin: 14px 0 0;
	color: var(--wsp-a39-muted);
	font-size: .88rem;
	line-height: 1.52;
}

.wsp-about-story .aos-text-link {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	margin-top: 10px;
	color: var(--wsp-a39-strong-blue);
	font-weight: 780;
	text-decoration: none;
}

.wsp-about-facts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border: 1px solid var(--wsp-a39-line);
	border-radius: 12px;
	overflow: hidden;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 12px 34px rgba(8, 49, 82, .07);
}

.wsp-about-facts > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 168px;
	padding: 20px 14px;
	text-align: center;
}

.wsp-about-facts > div + div {
	border-left: 1px solid var(--wsp-a39-line);
}

.wsp-about-fact-icon {
	width: 46px;
	height: 46px;
	margin-bottom: 14px;
}

.wsp-about-facts strong {
	color: #075a9c;
	font-size: clamp(1.75rem, 2.35vw, 2.35rem);
	font-weight: 820;
	line-height: 1;
	letter-spacing: -.045em;
}

.wsp-about-facts > div:last-child strong {
	font-size: clamp(1.15rem, 1.55vw, 1.48rem);
}

.wsp-about-facts small {
	margin-top: 10px;
	color: var(--wsp-a39-ink);
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .045em;
	line-height: 1.35;
	text-transform: uppercase;
}

@media (max-width: 1040px) {
	.wsp-about-proof article {
		grid-template-columns: 42px minmax(0, 1fr);
		gap: 10px;
		padding-inline: 14px;
	}

	.wsp-about-icon {
		width: 42px;
		height: 42px;
	}

	.wsp-about-story-grid {
		grid-template-columns: minmax(270px, 310px) minmax(0, 1fr);
		gap: 30px;
	}
}

@media (max-width: 760px) {
	.aos-about-reference .aos-container {
		width: min(100% - 32px, 1240px);
	}

	.wsp-about-hero-copy {
		width: 51%;
	}

	.wsp-about-proof article {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		gap: 9px;
		padding: 15px 10px;
		text-align: center;
	}

	.wsp-about-story-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}
}

@media (max-width: 620px) {
	.aos-about-reference .aos-container {
		width: min(100% - 28px, 1240px);
	}

	.wsp-about-hero,
	.wsp-about-hero-inner {
		height: 500px;
		min-height: 500px;
	}

	.wsp-about-hero-media {
		inset: 0 0 0 39%;
	}

	.wsp-about-hero-media img {
		object-position: 61% center;
		filter: saturate(.84) contrast(.97);
	}

	.wsp-about-atmosphere {
		background:
			linear-gradient(90deg, #fff 0%, #fff 33%, rgba(255, 255, 255, .97) 42%, rgba(255, 255, 255, .7) 55%, rgba(255, 255, 255, .16) 76%, transparent 100%),
			linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, .16) 72%, rgba(255, 255, 255, .78));
	}

	.wsp-about-hero-copy {
		width: 48%;
		padding: 22px 0 62px;
	}

	.aos-about-reference .aos-eyebrow {
		margin-bottom: 10px;
		font-size: .64rem;
	}

	.wsp-about-hero-copy h1 {
		font-size: clamp(1.82rem, 7.7vw, 2.12rem);
		line-height: 1.03;
		letter-spacing: -.048em;
	}

	.wsp-about-hero-copy > p:not(.aos-eyebrow) {
		margin-top: 14px;
		font-size: .78rem;
		line-height: 1.52;
	}

	.wsp-about-actions {
		gap: 8px;
		margin-top: 17px;
	}

	.wsp-about-actions .aos-button {
		width: 100%;
		min-width: 0;
		min-height: 48px;
		padding-inline: 12px;
		font-size: .78rem;
	}

	.wsp-about-actions .aos-button span {
		margin-left: 10px;
	}

	.wsp-about-proof {
		margin-top: -36px;
	}

	.wsp-about-proof-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.wsp-about-proof article {
		min-height: 176px;
		padding: 15px 6px 13px;
	}

	.wsp-about-proof article + article {
		border-left: 1px solid var(--wsp-a39-line);
	}

	.wsp-about-icon {
		width: 40px;
		height: 40px;
	}

	.wsp-about-proof .aos-icon,
	.wsp-about-fact-icon .aos-icon {
		width: 22px;
		height: 22px;
	}

	.wsp-about-proof h2 {
		font-size: .68rem;
		line-height: 1.25;
	}

	.wsp-about-proof p {
		font-size: .58rem;
		line-height: 1.42;
	}

	.wsp-about-story {
		padding: 36px 0 46px;
	}

	.wsp-about-story-grid {
		gap: 22px;
	}

	.wsp-about-story-copy h2 {
		font-size: clamp(1.72rem, 7.6vw, 2.06rem);
	}

	.wsp-about-story-copy > p:not(.aos-eyebrow) {
		font-size: .88rem;
	}

	.wsp-about-story .aos-text-link {
		font-size: .86rem;
	}

	.wsp-about-facts {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.wsp-about-facts > div {
		min-height: 142px;
		padding: 14px 5px;
	}

	.wsp-about-fact-icon {
		width: 40px;
		height: 40px;
		margin-bottom: 11px;
	}

	.wsp-about-facts strong {
		font-size: 1.45rem;
	}

	.wsp-about-facts > div:last-child strong {
		font-size: .72rem;
		letter-spacing: -.02em;
	}

	.wsp-about-facts small {
		margin-top: 8px;
		font-size: .53rem;
		letter-spacing: .025em;
	}
}

@media (hover: none), (pointer: coarse) {
	.wsp-about-actions .aos-button:hover,
	.wsp-about-actions .aos-button:focus-visible {
		transform: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.aos-about-reference *,
	.aos-about-reference *::before,
	.aos-about-reference *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}

	.wsp-about-hero-media img,
	.wsp-about-actions .aos-button,
	.wsp-about-actions .aos-button span,
	.wsp-about-story .aos-text-link span {
		transform: none !important;
	}
}
