body.sfn-about {
	background: #fff;
	color: var(--sfn-ink);
}

.sfn-about-main {
	overflow: hidden;
	background: #fff;
}

.sfn-about-hero {
	position: relative;
	overflow: hidden;
	min-height: 615px;
	background: var(--sfn-deep);
	color: #fff;
}

.sfn-about-hero-image,
.sfn-about-hero-shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.sfn-about-hero-image {
	object-fit: cover;
	object-position: center top;
}

.sfn-about-hero-shade {
	background:
		linear-gradient(90deg, rgba(3, 24, 39, 0.04) 0%, rgba(3, 24, 39, 0.12) 38%, rgba(3, 24, 39, 0.73) 65%, rgba(3, 24, 39, 0.98) 100%),
		linear-gradient(0deg, rgba(3, 24, 39, 0.2), transparent 45%);
}

.sfn-about-hero-inner {
	position: relative;
	z-index: 1;
	display: flex;
	min-height: 615px;
	align-items: center;
}

.sfn-about-hero-copy {
	width: min(560px, 50%);
	padding-block: 72px;
}

.sfn-about-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 8px;
	color: #7fd1d2;
	font-size: 14px;
	font-weight: 850;
}

.sfn-about-eyebrow::before {
	width: 25px;
	height: 2px;
	background: var(--sfn-gold);
	content: "";
}

.sfn-about-hero h1 {
	margin-bottom: 22px;
	color: #fff;
	font-size: clamp(48px, 5vw, 64px);
	font-weight: 900;
	line-height: 1.25;
}

.sfn-about-verse {
	position: relative;
	margin-bottom: 24px;
	padding-right: 23px;
	color: #f0c66d;
	font-size: clamp(21px, 2vw, 25px);
	font-weight: 780;
	line-height: 1.8;
}

.sfn-about-verse::before {
	position: absolute;
	top: 8px;
	right: 0;
	width: 3px;
	height: calc(100% - 14px);
	border-radius: 4px;
	background: var(--sfn-gold);
	content: "";
}

.sfn-about-intro {
	max-width: 515px;
	margin-bottom: 0;
	color: #d9e6ea;
	font-size: 17px;
	line-height: 2.05;
}

.sfn-about-scroll {
	position: absolute;
	right: 50%;
	bottom: 25px;
	z-index: 2;
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 50%;
	color: #fff !important;
	transform: translateX(50%);
	transition: 160ms ease;
}

.sfn-about-scroll:hover,
.sfn-about-scroll:focus-visible {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.12);
	transform: translate(50%, 2px);
}

.sfn-about-scroll svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.sfn-about-story {
	padding-block: 106px 98px;
	background: #fff;
}

.sfn-about-story-grid,
.sfn-about-now-inner {
	display: grid;
	grid-template-columns: 0.75fr 1.65fr;
	align-items: start;
	gap: 82px;
}

.sfn-about-section-mark {
	position: sticky;
	top: 112px;
	padding-top: 12px;
}

.sfn-about-section-mark h2,
.sfn-about-timeline-heading h2 {
	margin: 0;
	color: var(--sfn-navy);
	font-size: 37px;
	font-weight: 900;
	line-height: 1.45;
}

.sfn-about-section-mark h2::after,
.sfn-about-timeline-heading h2::after {
	display: block;
	width: 54px;
	height: 3px;
	margin-top: 22px;
	border-radius: 3px;
	background: var(--sfn-teal);
	content: "";
}

.sfn-about-prose {
	color: #344b59;
	font-size: 19px;
	line-height: 2.2;
}

.sfn-about-prose p {
	margin-bottom: 25px;
	text-align: justify;
	text-align-last: right;
}

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

.sfn-about-prose .sfn-about-lead {
	color: var(--sfn-ink);
	font-size: 24px;
	font-weight: 720;
	line-height: 2;
}

.sfn-about-prose a {
	color: #087e88;
	font-weight: 750;
	text-decoration: underline;
	text-decoration-color: rgba(8, 126, 136, 0.45);
	text-decoration-thickness: 1.5px;
	text-underline-offset: 5px;
	transition: 160ms ease;
}

.sfn-about-prose a:hover,
.sfn-about-prose a:focus-visible { color: var(--sfn-teal-2); }

.sfn-about-timeline-section {
	padding-block: 100px 110px;
	border-top: 1px solid var(--sfn-line);
	border-bottom: 1px solid var(--sfn-line);
	background:
		radial-gradient(circle at 12% 12%, rgba(15, 111, 117, 0.05), transparent 29%),
		var(--sfn-soft);
}

.sfn-about-timeline-heading {
	display: grid;
	grid-template-columns: 0.8fr 1.5fr;
	align-items: end;
	gap: 64px;
	margin-bottom: 72px;
}

.sfn-about-timeline-heading p {
	margin: 0;
	color: var(--sfn-muted);
	font-size: 17px;
	line-height: 2;
}

.sfn-about-timeline {
	position: relative;
	max-width: 980px;
	margin-inline: auto;
}

.sfn-about-timeline::before {
	position: absolute;
	top: 9px;
	right: 50%;
	bottom: 10px;
	width: 2px;
	background: linear-gradient(var(--sfn-gold), var(--sfn-teal));
	content: "";
	transform: translateX(50%);
}

.sfn-about-milestone {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 78px;
	margin-bottom: 38px;
}

.sfn-about-milestone:last-child { margin-bottom: 0; }

.sfn-about-milestone::before {
	position: absolute;
	top: 31px;
	right: 50%;
	z-index: 2;
	width: 16px;
	height: 16px;
	border: 4px solid var(--sfn-soft);
	border-radius: 50%;
	background: var(--sfn-teal);
	box-shadow: 0 0 0 1px var(--sfn-teal);
	content: "";
	transform: translate(50%, -50%);
}

.sfn-about-milestone:nth-child(odd) .sfn-about-milestone-card { grid-column: 1; }
.sfn-about-milestone:nth-child(even) .sfn-about-milestone-card { grid-column: 2; }

.sfn-about-milestone-card {
	position: relative;
	padding: 26px 29px 25px;
	border: 1px solid #d7e0e3;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 13px 36px rgba(6, 36, 58, 0.055);
}

.sfn-about-milestone-card::before {
	position: absolute;
	top: 25px;
	width: 18px;
	height: 18px;
	border-top: 1px solid #d7e0e3;
	border-left: 1px solid #d7e0e3;
	background: #fff;
	content: "";
	transform: rotate(-45deg);
}

.sfn-about-milestone:nth-child(odd) .sfn-about-milestone-card::before { left: -10px; }

.sfn-about-milestone:nth-child(even) .sfn-about-milestone-card::before {
	right: -10px;
	transform: rotate(135deg);
}

.sfn-about-stage {
	display: inline-block;
	margin-bottom: 8px;
	color: var(--sfn-teal);
	font-size: 12px;
	font-weight: 850;
}

.sfn-about-milestone h3 {
	margin-bottom: 9px;
	color: var(--sfn-navy);
	font-size: 20px;
	font-weight: 880;
	line-height: 1.6;
}

.sfn-about-milestone p {
	margin-bottom: 0;
	color: var(--sfn-muted);
	font-size: 14px;
	line-height: 2;
	text-align: justify;
	text-align-last: right;
}

.sfn-about-now {
	position: relative;
	overflow: hidden;
	padding-block: 95px;
	background: var(--sfn-navy);
	color: #fff;
}

.sfn-about-now::before {
	position: absolute;
	top: -150px;
	left: -100px;
	width: 410px;
	height: 410px;
	border: 1px solid rgba(214, 164, 71, 0.18);
	border-radius: 50%;
	box-shadow:
		0 0 0 55px rgba(214, 164, 71, 0.035),
		0 0 0 110px rgba(24, 143, 146, 0.025);
	content: "";
}

.sfn-about-now-inner { position: relative; }
.sfn-about-now header span { color: #70c8ca; font-size: 14px; font-weight: 850; }

.sfn-about-now h2 {
	margin: 8px 0 0;
	color: #fff;
	font-size: 35px;
	font-weight: 900;
}

.sfn-about-now p {
	margin: 0;
	color: #e3edf0;
	font-size: 21px;
	line-height: 2.1;
	text-align: justify;
	text-align-last: right;
}

.sfn-about-now p strong { color: #f2ca77; }

.sfn-about-contact {
	padding-block: 58px;
	background: #fff;
}

.sfn-about-contact-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.sfn-about-contact small {
	display: block;
	margin-bottom: 5px;
	color: var(--sfn-teal);
	font-size: 13px;
	font-weight: 850;
}

.sfn-about-contact h2 {
	margin: 0;
	color: var(--sfn-navy);
	font-size: 26px;
	font-weight: 900;
}

@media (max-width: 980px) {
	.sfn-about-hero,
	.sfn-about-hero-inner { min-height: 570px; }

	.sfn-about-hero-copy { width: min(540px, 58%); }
	.sfn-about-story-grid,
	.sfn-about-now-inner { grid-template-columns: 0.8fr 1.4fr; gap: 52px; }
	.sfn-about-section-mark h2,
	.sfn-about-timeline-heading h2 { font-size: 32px; }
	.sfn-about-prose { font-size: 17px; }
	.sfn-about-prose .sfn-about-lead { font-size: 21px; }
}

@media (max-width: 780px) {
	.sfn-about-hero,
	.sfn-about-hero-inner { min-height: 640px; }

	.sfn-about-hero-image { object-position: 31% top; }

	.sfn-about-hero-shade {
		background:
			linear-gradient(180deg, rgba(3, 24, 39, 0.18), rgba(3, 24, 39, 0.48) 43%, rgba(3, 24, 39, 0.98) 83%, var(--sfn-deep)),
			linear-gradient(90deg, rgba(3, 24, 39, 0.18), rgba(3, 24, 39, 0.5));
	}

	.sfn-about-hero-inner { align-items: flex-end; }

	.sfn-about-hero-copy {
		width: 100%;
		padding-block: 58px 70px;
	}

	.sfn-about-hero h1 { margin-bottom: 14px; font-size: 44px; }
	.sfn-about-verse { margin-bottom: 16px; font-size: 20px; }
	.sfn-about-intro { max-width: 580px; font-size: 15px; }
	.sfn-about-scroll { bottom: 20px; }

	.sfn-about-story,
	.sfn-about-timeline-section,
	.sfn-about-now { padding-block: 72px; }

	.sfn-about-story-grid,
	.sfn-about-timeline-heading,
	.sfn-about-now-inner {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.sfn-about-section-mark { position: static; padding-top: 0; }
	.sfn-about-section-mark h2,
	.sfn-about-timeline-heading h2 { font-size: 29px; }
	.sfn-about-section-mark h2::after,
	.sfn-about-timeline-heading h2::after { margin-top: 14px; }
	.sfn-about-prose { font-size: 16px; line-height: 2.15; }
	.sfn-about-prose .sfn-about-lead { font-size: 19px; line-height: 2.05; }
	.sfn-about-timeline-heading { align-items: start; margin-bottom: 48px; }
	.sfn-about-timeline-heading p { font-size: 15px; }

	.sfn-about-timeline::before {
		right: 8px;
		transform: none;
	}

	.sfn-about-milestone {
		display: block;
		margin-bottom: 24px;
		padding-right: 35px;
	}

	.sfn-about-milestone::before {
		top: 30px;
		right: 1px;
		transform: translateY(-50%);
	}

	.sfn-about-milestone-card::before {
		top: 24px;
		right: -10px !important;
		left: auto !important;
		transform: rotate(135deg) !important;
	}

	.sfn-about-now h2 { font-size: 30px; }
	.sfn-about-now p { font-size: 18px; }
	.sfn-about-contact-inner { align-items: flex-start; flex-direction: column; gap: 24px; }
	.sfn-about-contact h2 { font-size: 23px; line-height: 1.8; }
}

@media (max-width: 560px) {
	.sfn-about-hero,
	.sfn-about-hero-inner { min-height: 620px; }
	.sfn-about-hero-image { object-position: 29% top; }
	.sfn-about-hero-copy { padding-bottom: 66px; }
	.sfn-about-hero h1 { font-size: 39px; }
	.sfn-about-verse { padding-right: 17px; font-size: 18px; }
	.sfn-about-intro { font-size: 14px; line-height: 2; }

	.sfn-about-story,
	.sfn-about-timeline-section,
	.sfn-about-now { padding-block: 58px; }

	.sfn-about-story-grid,
	.sfn-about-timeline-heading,
	.sfn-about-now-inner { gap: 28px; }
	.sfn-about-prose { font-size: 15px; }
	.sfn-about-prose .sfn-about-lead { font-size: 17px; }
	.sfn-about-milestone { padding-right: 29px; }
	.sfn-about-milestone-card { padding: 22px 20px; }
	.sfn-about-milestone h3 { font-size: 18px; }
	.sfn-about-milestone p { font-size: 13px; }
	.sfn-about-now h2 { font-size: 27px; }
	.sfn-about-now p { font-size: 16px; }
	.sfn-about-contact { padding-block: 48px; }
	.sfn-about-contact .sfn-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
	.sfn-about *,
	.sfn-about *::before,
	.sfn-about *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
