@charset "utf-8";

:root {
	--home-blue: #2f67e8;
	--home-blue-dark: #2454c9;
	--home-navy: #13213b;
	--home-paper: #f4f5f1;
	--home-orange: #ff6247;
}

html {
	scroll-behavior: smooth;
}

main section[id] {
	scroll-margin-top: 86px;
}

/* Fixed header
---------------------------------------------------------------------------*/
header {
	position: fixed;
	z-index: 50;
	height: 86px;
	padding-left: clamp(24px, 4.2vw, 72px);
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid #e5e8ed;
	backdrop-filter: blur(14px);
	transition: height 280ms ease, box-shadow 280ms ease;
}

header.is-scrolled {
	height: 70px;
	box-shadow: 0 8px 30px rgba(25, 42, 73, 0.08);
}

#logo {
	margin: 0;
	padding: 0;
}

#logo img {
	width: clamp(152px, 11vw, 190px);
	transition: width 280ms ease;
}

header.is-scrolled #logo img {
	width: clamp(138px, 9.8vw, 170px);
}

header > nav {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (min-width: 900px) {
	#menubar_hdr {
		display: none !important;
	}

	header > nav > ul {
		margin: 0;
		display: flex;
		align-items: center;
		gap: clamp(7px, 0.8vw, 15px);
		white-space: nowrap;
	}

	header nav li a {
		position: relative;
		padding: 8px clamp(7px, 0.8vw, 14px);
		color: #334057;
		font-size: clamp(10px, 0.72vw, 12px);
		font-weight: 650;
		letter-spacing: 0.04em;
		text-decoration: none;
	}

	header nav li a::after {
		position: absolute;
		right: 12px;
		bottom: 2px;
		left: 12px;
		height: 2px;
		content: "";
		background: var(--home-blue);
		transform: scaleX(0);
		transform-origin: right;
		transition: transform 220ms ease;
	}

	header nav li a:hover::after,
	header nav li a:focus-visible::after,
	header nav li.current a::after {
		transform: scaleX(1);
		transform-origin: left;
	}

	header nav li.current a {
		color: var(--home-blue);
	}
}

.header-contact {
	align-self: stretch;
	width: clamp(118px, 9.4vw, 158px);
	margin-left: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1px;
	background: var(--home-blue);
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.header-contact span {
	font-family: "Jost", sans-serif;
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	opacity: 0.72;
}

.header-contact:hover {
	opacity: 1;
	background: var(--home-blue-dark);
}

.header-contact:focus-visible,
.editorial-actions a:focus-visible {
	outline: 3px solid #ffbf32;
	outline-offset: -4px;
}

/* Editorial first view
---------------------------------------------------------------------------*/
#mainimg.editorial-hero {
	position: relative;
	isolation: isolate;
	width: 100%;
	min-height: 720px;
	height: 100svh;
	max-height: 980px;
	padding: 86px 0 0;
	overflow: hidden;
	background: var(--home-paper);
	color: var(--home-navy);
}

#mainimg > .editorial-stage {
	position: relative;
	z-index: 1;
	top: auto;
	left: auto;
	width: 100%;
	height: 100%;
	min-height: 634px;
	display: block;
	overflow: hidden;
}

.editorial-media {
	position: absolute;
	z-index: 0;
	inset: 0;
	overflow: hidden;
	opacity: 0;
	transform: scale(1.035);
	transform-origin: 68% center;
}

.editorial-media img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.editorial-media::before,
.editorial-media::after {
	position: absolute;
	inset: 0;
	content: "";
	pointer-events: none;
}

.editorial-media::before {
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(244, 245, 241, 0.98) 0%, rgba(244, 245, 241, 0.92) 35%, rgba(244, 245, 241, 0.25) 61%, rgba(244, 245, 241, 0) 76%),
		linear-gradient(0deg, rgba(19, 33, 59, 0.1), transparent 20%);
}

.editorial-media::after {
	z-index: 2;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(19, 33, 59, 0.08));
	mix-blend-mode: multiply;
}

.is-ready .editorial-media {
	animation: editorialMediaIn 1.35s 0.12s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* The copy itself builds the argument, word by word */
.editorial-copy {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: clamp(34px, 8vw, 138px);
	width: min(72vw, 1040px);
	transform: translateY(-50%);
}

#mainimg .editorial-kicker {
	margin: 0 0 clamp(17px, 2vh, 27px);
	display: flex;
	align-items: center;
	gap: 14px;
	color: #4d5b70;
	font-size: clamp(10px, 0.76vw, 12px);
	font-weight: 700;
	letter-spacing: 0.12em;
	opacity: 0;
	transform: translateY(12px);
}

.editorial-kicker::before {
	width: 38px;
	height: 3px;
	content: "";
	background: var(--home-blue);
}

.is-ready .editorial-kicker {
	animation: editorialFadeUp 0.65s 1.22s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

#mainimg .editorial-copy h2 {
	margin: 0;
	font-size: clamp(68px, 7.7vw, 124px);
	font-weight: 900;
	letter-spacing: -0.07em;
	line-height: 1.01;
	text-wrap: balance;
}

#mainimg .editorial-copy h2 > span {
	display: block;
	color: var(--home-navy);
}

#mainimg .editorial-copy h2 > .editorial-headline-prefix {
	color: var(--home-blue);
	white-space: nowrap;
	opacity: 0;
	transform: translateY(0.55em);
}

#mainimg .editorial-headline-action {
	opacity: 0;
	transform: translateY(0.55em);
}

#mainimg .editorial-copy h2 i {
	display: inline-block;
	color: var(--home-orange);
	font-style: normal;
}

.is-ready .editorial-headline-prefix {
	animation: editorialLineIn 0.7s 0.08s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.is-ready .editorial-headline-action {
	animation: editorialLineIn 0.75s 0.75s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.editorial-bottom {
	margin-top: clamp(28px, 4vh, 46px);
	display: flex;
	align-items: flex-end;
	gap: clamp(32px, 6vw, 90px);
	opacity: 0;
	transform: translateY(18px);
}

.is-ready .editorial-bottom {
	animation: editorialFadeUp 0.72s 1.38s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

#mainimg .editorial-bottom > p {
	max-width: 34em;
	margin: 0;
	color: #4a5669;
	font-size: clamp(11px, 0.82vw, 14px);
	font-weight: 550;
	letter-spacing: 0.035em;
	line-height: 1.9;
}

.editorial-actions {
	display: flex;
	gap: 0;
}

.editorial-actions a {
	min-width: 178px;
	padding: 15px 17px 15px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	border: 1px solid var(--home-navy);
	background: transparent;
	color: var(--home-navy);
	text-decoration: none;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	transition: background 220ms ease, color 220ms ease, transform 220ms ease;
}

.editorial-actions a + a {
	border-left: 0;
}

.editorial-actions a:first-child {
	background: var(--home-navy);
	color: #fff;
}

.editorial-actions a:hover {
	opacity: 1;
	background: var(--home-blue);
	color: #fff;
	transform: translateY(-3px);
}

.editorial-index {
	position: absolute;
	z-index: 3;
	right: clamp(28px, 4vw, 68px);
	bottom: 28px;
	display: flex;
	align-items: center;
	gap: 12px;
	color: rgba(255, 255, 255, 0.78);
	font-family: "Jost", sans-serif;
	font-size: 9px;
	letter-spacing: 0.14em;
	opacity: 0;
}

.editorial-index span {
	color: #fff;
	font-weight: 700;
}

.editorial-index i {
	width: clamp(52px, 6vw, 96px);
	height: 1px;
	display: block;
	background: rgba(255, 255, 255, 0.55);
}

.editorial-index small {
	font-size: inherit;
	text-transform: uppercase;
}

.is-ready .editorial-index {
	animation: editorialFadeIn 0.7s 1.65s ease forwards;
}

@keyframes editorialLineIn {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes editorialFadeUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes editorialFadeIn {
	to {
		opacity: 1;
	}
}

@keyframes editorialMediaIn {
	to {
		opacity: 1;
		transform: scale(1);
	}
}

@media screen and (max-width: 899px) {
	header {
		height: 66px;
		padding-left: 20px;
	}

	#logo img {
		width: 142px;
	}

	.header-contact {
		display: none;
	}

	#menubar_hdr {
		width: 66px;
		height: 66px;
		padding: 22px 18px;
		background: rgba(255, 255, 255, 0.96);
		border: 0;
		border-left: 1px solid #e5e8ed;
		border-radius: 0;
		transform: none;
	}

	#menubar_hdr span {
		border-color: var(--home-navy);
	}

	#menubar_hdr.ham {
		background: var(--home-blue);
		border-left-color: var(--home-blue);
	}

	#menubar_hdr.ham span {
		border-color: #fff;
	}

	.small-screen #menubar.display-block {
		padding: clamp(102px, 14vh, 132px) clamp(24px, 8vw, 64px) 42px;
		background: var(--home-paper);
		color: var(--home-navy);
		animation: homeMenuIn 320ms cubic-bezier(0.16, 1, 0.3, 1) both;
	}

	#menubar .logo {
		width: clamp(154px, 38vw, 190px);
		margin: 0 0 clamp(38px, 7vh, 62px);
	}

	.small-screen #menubar nav {
		border-top: 1px solid #cfd4d9;
	}

	.small-screen #menubar li {
		margin: 0;
	}

	.small-screen #menubar a {
		position: relative;
		padding: 17px 34px 17px 2px;
		border-bottom: 1px solid #cfd4d9;
		border-radius: 0;
		background: transparent;
		color: var(--home-navy);
		font-size: clamp(14px, 3.8vw, 17px);
		font-weight: 750;
		letter-spacing: 0.035em;
		line-height: 1.6;
		transition: color 180ms ease, padding-left 180ms ease;
	}

	.small-screen #menubar a::after {
		position: absolute;
		top: 50%;
		right: 5px;
		width: 8px;
		height: 8px;
		content: "";
		border-top: 1.5px solid currentColor;
		border-right: 1.5px solid currentColor;
		transform: translateY(-50%) rotate(45deg);
	}

	.small-screen #menubar a:hover,
	.small-screen #menubar a:focus-visible {
		padding-left: 8px;
		color: var(--home-blue);
		opacity: 1;
	}

	.small-screen #menubar a:focus-visible {
		outline: 3px solid #ffbf32;
		outline-offset: 3px;
	}

	#menubar > p:last-child {
		margin: clamp(34px, 6vh, 56px) 0 0;
		padding-left: 16px;
		border-left: 3px solid var(--home-blue);
		color: #596476;
		font-size: 12px;
		font-weight: 650;
		letter-spacing: 0.025em;
		line-height: 2;
	}

	#mainimg.editorial-hero {
		min-height: 680px;
		max-height: none;
		padding-top: 66px;
	}

	.editorial-media::before {
		background: linear-gradient(90deg, rgba(244, 245, 241, 0.98) 0%, rgba(244, 245, 241, 0.88) 48%, rgba(244, 245, 241, 0.12) 78%, transparent 100%);
	}

	#mainimg > .editorial-stage {
		min-height: 614px;
	}

	.editorial-copy {
		left: 6vw;
		width: 86vw;
	}

	#mainimg .editorial-copy h2 {
		font-size: clamp(58px, 9.8vw, 88px);
	}

	.editorial-bottom {
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
	}

	.editorial-media img {
		object-position: 58% center;
	}

}

@keyframes homeMenuIn {
	from {
		opacity: 0;
		transform: translateX(24px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@media screen and (max-width: 560px) {
	#mainimg.editorial-hero {
		min-height: 720px;
		height: 100svh;
	}

	.editorial-media::before {
		background:
			linear-gradient(180deg, rgba(244, 245, 241, 0.98) 0%, rgba(244, 245, 241, 0.93) 48%, rgba(244, 245, 241, 0.2) 70%, transparent 88%),
			linear-gradient(90deg, rgba(244, 245, 241, 0.9), rgba(244, 245, 241, 0.25));
	}

	.editorial-media img {
		object-position: 71% center;
	}

	.editorial-copy {
		top: 43%;
		left: 20px;
		width: calc(100% - 40px);
	}

	#mainimg .editorial-kicker {
		margin-bottom: 19px;
		font-size: 9px;
	}

	#mainimg .editorial-copy h2 {
		font-size: clamp(40px, 11.1vw, 52px);
		line-height: 1.13;
	}

	.editorial-bottom {
		margin-top: 28px;
		gap: 22px;
	}

	#mainimg .editorial-bottom > p {
		max-width: calc(100% - 20px);
		font-size: 11px;
	}

	#mainimg .editorial-bottom > p br {
		display: none;
	}

	.editorial-actions {
		width: min(270px, 82%);
		flex-direction: column;
	}

	.editorial-actions a {
		width: 100%;
		min-width: 0;
		padding: 14px 16px 14px 18px;
	}

	.editorial-actions a + a {
		border-top: 0;
		border-left: 1px solid var(--home-navy);
	}

	.editorial-index {
		right: 20px;
		bottom: 18px;
	}

	.editorial-index small {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.editorial-kicker,
	.editorial-headline-prefix,
	.editorial-headline-action,
	.editorial-copy h2 i,
	.editorial-bottom,
	.editorial-media,
	.editorial-index {
		opacity: 1 !important;
		transform: none !important;
		animation: none !important;
	}

}

/* Home story
---------------------------------------------------------------------------*/
.home-main {
	overflow: clip;
	background: var(--home-paper);
	color: var(--home-navy);
}

.home-main *,
.home-main *::before,
.home-main *::after {
	box-sizing: border-box;
}

.home-main .home-section {
	position: relative;
	padding: clamp(96px, 11vw, 176px) clamp(22px, 5vw, 80px);
}

.home-shell {
	width: min(100%, 1360px);
	margin-inline: auto;
}

.home-main h2,
.home-main h3,
.home-main p {
	margin-top: 0;
}

.home-main h2 {
	margin-bottom: 0;
	display: block;
	color: var(--home-navy);
	font-size: clamp(42px, 5.7vw, 90px);
	font-weight: 850;
	letter-spacing: -0.065em;
	line-height: 1.12;
	text-wrap: balance;
}

.home-main h2 span {
	font-size: inherit;
	font-weight: inherit;
	opacity: 1;
}

.home-main h3 {
	color: inherit;
}

.home-main p {
	text-wrap: pretty;
}

.home-kicker {
	margin-bottom: clamp(24px, 3vw, 42px);
	display: flex;
	align-items: center;
	gap: 14px;
	color: var(--home-blue);
	font-family: "Jost", sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.home-kicker::before {
	width: 38px;
	height: 3px;
	content: "";
	background: currentColor;
}

.section-heading {
	max-width: 960px;
	margin-bottom: clamp(56px, 7vw, 104px);
}

.section-heading > p {
	max-width: 48em;
	margin: 28px 0 0;
	color: #596476;
	font-size: clamp(14px, 1.15vw, 17px);
	font-weight: 500;
	line-height: 2;
}

/* Point of view */
.pov-section {
	background: #eef0ed;
}

.pov-section .home-kicker {
	margin-bottom: 32px;
}

.pov-section > .home-shell > h2 {
	max-width: 1100px;
}

.pov-mobile-break {
	display: none;
}

.pov-contrast {
	margin-top: clamp(58px, 8vw, 116px);
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.pov-side {
	min-height: 430px;
	padding: clamp(34px, 4vw, 64px);
	display: flex;
	flex-direction: column;
}

.pov-side-muted {
	background: #dde0dc;
	color: #505a68;
}

.pov-side-ready {
	position: relative;
	overflow: hidden;
	background: var(--home-navy);
	color: #f5f7fb;
}

.pov-side-ready::after {
	position: absolute;
	right: -12%;
	bottom: -42%;
	width: 430px;
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	content: "";
	box-shadow: 0 0 0 70px rgba(47, 103, 232, 0.08), 0 0 0 140px rgba(47, 103, 232, 0.05);
}

.pov-label {
	margin-bottom: auto;
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0.1em;
}

.pov-side h3 {
	position: relative;
	z-index: 1;
	margin: 64px 0 30px;
	font-size: clamp(27px, 2.55vw, 42px);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1.35;
}

.pov-side ul {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pov-side li {
	padding: 9px 0 9px 22px;
	font-size: 13px;
	line-height: 1.6;
}

.pov-side li::before {
	position: absolute;
	margin: 0.72em 0 0 -22px;
	width: 10px;
	height: 1px;
	content: "";
	background: currentColor;
}

/* Mission */
.mission-section {
	background: var(--home-paper);
}

.mission-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
	align-items: end;
	gap: clamp(48px, 6vw, 96px);
}

.mission-copy h2 span {
	color: var(--home-blue);
}

.mission-statement {
	max-width: 470px;
	padding-bottom: 0.8em;
	color: #596476;
	font-size: 15px;
	line-height: 2.1;
}

.mission-statement .mission-lead {
	margin-bottom: 24px;
	color: var(--home-navy);
	font-size: clamp(20px, 1.8vw, 28px);
	font-weight: 750;
	letter-spacing: -0.03em;
	line-height: 1.55;
}

/* Four foundations */
.foundations-section {
	background: #e8ebea;
}

.foundations-section {
	background:
		linear-gradient(rgba(19, 33, 59, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(19, 33, 59, 0.035) 1px, transparent 1px),
		#e8ebea;
	background-size: 56px 56px;
}

.foundation-stage {
	display: block;
}

.foundation-visual {
	position: sticky;
	top: 108px;
	min-height: 680px;
	margin: 0;
	overflow: hidden;
	background: var(--home-navy);
}

.foundation-visual::before {
	position: absolute;
	z-index: 1;
	inset: 0;
	content: "";
	background:
		linear-gradient(180deg, transparent 42%, rgba(19, 33, 59, 0.88) 100%),
		linear-gradient(135deg, rgba(47, 103, 232, 0.18), transparent 55%);
	pointer-events: none;
}

.foundation-visual::after {
	position: absolute;
	z-index: 2;
	top: 28px;
	right: 28px;
	width: 92px;
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, 0.5);
	content: "";
	box-shadow: -14px 14px 0 rgba(47, 103, 232, 0.72);
}

.foundation-visual img {
	width: 100%;
	height: 680px;
	display: block;
	object-fit: cover;
	object-position: 54% center;
	filter: saturate(0.72) contrast(1.04);
}

.foundation-visual figcaption {
	position: absolute;
	z-index: 3;
	right: clamp(24px, 3vw, 42px);
	bottom: clamp(24px, 3vw, 42px);
	left: clamp(24px, 3vw, 42px);
	color: #fff;
}

.foundation-visual figcaption span {
	display: block;
	font-size: clamp(19px, 1.7vw, 27px);
	font-weight: 750;
	letter-spacing: -0.03em;
}

.foundation-visual figcaption small {
	margin-top: 10px;
	display: block;
	color: rgba(255, 255, 255, 0.64);
	font-family: "Jost", sans-serif;
	font-size: 9px;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.foundation-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.foundation-list li {
	position: relative;
	min-height: 188px;
	padding: 34px 0 38px;
	display: grid;
	grid-template-columns: 46px minmax(190px, 0.72fr) minmax(220px, 1fr);
	align-items: center;
	gap: clamp(18px, 2.5vw, 42px);
	border-bottom: 1px solid rgba(19, 33, 59, 0.22);
}

.foundation-list li:first-child {
	border-top: 1px solid rgba(19, 33, 59, 0.22);
}

.foundation-list li > span {
	align-self: start;
	padding-top: 7px;
	color: var(--home-blue);
	font-family: "Jost", sans-serif;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.1em;
}

.foundation-list h3 {
	margin: 0 0 12px;
	color: var(--home-navy);
	font-size: clamp(27px, 2.5vw, 40px);
	font-weight: 820;
	letter-spacing: -0.055em;
	line-height: 1.15;
}

.foundation-list strong {
	color: var(--home-blue);
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.04em;
}

.foundation-list p {
	margin: 0;
	color: #596476;
	font-size: 13px;
	line-height: 1.9;
}

.foundation-list li:hover h3 {
	color: var(--home-blue);
}

/* FDE */
.fde-section {
	background: var(--home-navy);
	color: #e9edf4;
}

.fde-section .home-kicker {
	color: #84a8ff;
}

.fde-section h2 {
	color: #f6f7fb;
}

.fde-intro {
	max-width: 900px;
}

.fde-intro > p:last-child {
	max-width: 48em;
	margin: 28px 0 0;
	color: #aeb8c8;
	font-size: 15px;
	line-height: 2;
}

.fde-media {
	position: relative;
	height: clamp(380px, 43vw, 610px);
	margin: clamp(58px, 7vw, 96px) 0 0;
	overflow: hidden;
}

.fde-media::after {
	position: absolute;
	inset: 0;
	content: "";
	background:
		linear-gradient(180deg, rgba(19, 33, 59, 0.05), rgba(19, 33, 59, 0.48)),
		linear-gradient(90deg, rgba(47, 103, 232, 0.2), transparent 44%);
	pointer-events: none;
}

.fde-media img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center 58%;
	filter: saturate(0.62) contrast(1.08);
}

.fde-flow {
	position: relative;
	z-index: 2;
	margin: 0 34px;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	counter-reset: fde;
	list-style: none;
}

.fde-flow li {
	position: relative;
	min-height: 210px;
	padding: 36px 24px 26px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	border-top: 1px solid #536078;
	border-right: 1px solid #35425a;
	background: rgba(19, 33, 59, 0.94);
	counter-increment: fde;
}

.fde-flow li::before {
	content: none;
}

.fde-flow li::after {
	position: absolute;
	top: 20px;
	left: 24px;
	content: "0" counter(fde);
	color: #6d7890;
	font-family: "Jost", sans-serif;
	font-size: 11px;
}

.fde-flow span {
	font-size: clamp(17px, 1.5vw, 23px);
	font-weight: 750;
	letter-spacing: -0.03em;
}

.fde-flow small {
	margin-top: 9px;
	color: #909caf;
	font-size: 11px;
}

/* Products */
.products-section {
	background: #f0f2ef;
}

.product-list {
	display: grid;
	gap: clamp(24px, 3vw, 48px);
}

.product-card {
	min-height: 510px;
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.55fr);
	overflow: hidden;
	background: #fff;
	color: var(--home-navy);
	text-decoration: none;
	transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 300ms ease;
}

.product-card-reverse .product-media {
	order: 2;
}

.product-card:hover {
	opacity: 1;
	transform: translateY(-6px);
	box-shadow: 0 28px 80px rgba(19, 33, 59, 0.12);
}

.product-media {
	min-height: 420px;
	overflow: hidden;
	background: #dfe2e3;
}

.product-media img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.product-card:first-child .product-media img {
	object-fit: contain;
}

.product-card:hover .product-media img {
	transform: scale(1.025);
}

.product-copy {
	padding: clamp(36px, 4vw, 64px);
	display: flex;
	flex-direction: column;
}

.product-copy > p {
	margin-bottom: 42px;
	color: var(--home-blue);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.product-copy h3 {
	margin: 0 0 22px;
	font-family: "Jost", "Noto Sans JP", sans-serif;
	font-size: clamp(35px, 3.3vw, 54px);
	font-weight: 760;
	letter-spacing: -0.045em;
	line-height: 1.15;
}

.product-copy > span {
	color: #596476;
	font-size: 14px;
	line-height: 1.9;
}

.product-copy strong {
	margin-top: auto;
	padding-top: 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #dce0e5;
	color: var(--home-navy);
	font-size: 12px;
}

/* Vision */
.vision-section {
	min-height: 720px;
	display: flex;
	align-items: center;
	overflow: hidden;
	background: var(--home-blue);
	color: #fff;
}

.vision-section .home-shell {
	position: relative;
	z-index: 2;
}

.vision-section .home-kicker,
.vision-section h2 {
	color: #fff;
}

.vision-section h2 {
	max-width: 1200px;
}

.vision-section h2 span {
	color: #dbe5ff;
}

.vision-section .home-shell > p:last-child {
	max-width: 45em;
	margin: 42px 0 0;
	color: rgba(255, 255, 255, 0.8);
	font-size: 15px;
	line-height: 2;
}

.vision-orbit,
.vision-orbit i {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.17);
	border-radius: 50%;
}

.vision-orbit {
	right: -10vw;
	width: min(68vw, 920px);
	aspect-ratio: 1;
}

.vision-orbit i:nth-child(1) {
	inset: 12%;
}

.vision-orbit i:nth-child(2) {
	inset: 27%;
}

.vision-orbit i:nth-child(3) {
	inset: 42%;
	background: rgba(255, 255, 255, 0.06);
}

/* Values */
.values-section {
	background: var(--home-paper);
}

.values-layout {
	display: grid;
	grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
	gap: clamp(70px, 10vw, 160px);
}

.values-title {
	position: sticky;
	top: 130px;
	align-self: start;
}

.values-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.values-list li {
	position: relative;
	padding: 38px 0 42px 70px;
	border-bottom: 1px solid #cfd4d9;
}

.values-list li:first-child {
	border-top: 1px solid #cfd4d9;
}

.values-list li > span {
	position: absolute;
	top: 43px;
	left: 0;
	color: var(--home-blue);
	font-family: "Jost", sans-serif;
	font-size: 11px;
	font-weight: 700;
}

.values-list h3 {
	margin: 0 0 12px;
	font-size: clamp(22px, 2.1vw, 33px);
	font-weight: 800;
	letter-spacing: -0.045em;
}

.values-list p {
	margin-bottom: 0;
	color: #667183;
	font-size: 13px;
	line-height: 1.8;
}

/* Final CTA */
.final-cta {
	background: #e9ebea;
}

.final-cta-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
	align-items: end;
	gap: clamp(64px, 10vw, 160px);
}

.final-cta h2 {
	font-size: clamp(44px, 6vw, 92px);
}

.final-cta-copy > p {
	margin-bottom: 36px;
	color: #596476;
	font-size: 15px;
	line-height: 2;
}

.final-cta-copy a {
	width: 100%;
	min-height: 72px;
	padding: 18px 26px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: var(--home-navy);
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 750;
	transition: background 220ms ease, transform 220ms ease;
}

.final-cta-copy a:hover {
	opacity: 1;
	background: var(--home-blue);
	transform: translateY(-3px);
}

.product-card:focus-visible,
.final-cta-copy a:focus-visible {
	outline: 3px solid #ffbf32;
	outline-offset: 4px;
}

/* Footer alignment */
body > #container > footer {
	padding: clamp(68px, 8vw, 112px) clamp(24px, 5vw, 80px);
	background: var(--home-navy);
	color: #dfe5ef;
}

body > #container > footer a {
	color: inherit;
}

body > #container > footer .logo img {
	filter: brightness(0) invert(1);
}

@media screen and (max-width: 899px) {
	.home-main .home-section {
		padding: 88px 24px 100px;
	}

	.pov-contrast,
	.mission-layout,
	.values-layout,
	.final-cta-layout {
		grid-template-columns: 1fr;
	}

	.pov-side {
		min-height: 360px;
	}

	.mission-layout,
	.values-layout,
	.final-cta-layout {
		gap: 58px;
	}

	.foundation-stage {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.foundation-visual {
		position: relative;
		top: auto;
		min-height: 480px;
	}

	.foundation-visual img {
		height: 480px;
	}

	.foundation-list li {
		grid-template-columns: 42px minmax(170px, 0.72fr) minmax(200px, 1fr);
	}

	.fde-flow {
		margin: 0 18px;
		grid-template-columns: 1fr;
	}

	.fde-flow li {
		min-height: 0;
		padding: 28px 24px 28px 62px;
		border-top: 0;
		border-right: 0;
		border-left: 1px solid #536078;
	}

	.fde-flow li::after {
		top: 32px;
		left: 22px;
	}

	.product-card {
		min-height: 0;
		grid-template-columns: 1fr;
	}

	.product-card-reverse .product-media {
		order: 0;
	}

	.product-copy {
		min-height: 350px;
	}

	.values-title {
		position: static;
	}
}

@media screen and (max-width: 560px) {
	.home-main .home-section {
		padding: 76px 20px 86px;
	}

	.home-main h2 {
		font-size: clamp(34px, 10.2vw, 48px);
		letter-spacing: -0.055em;
	}

	.home-kicker {
		margin-bottom: 22px;
		font-size: 9px;
	}

	.mission-copy h2 br,
	.vision-section h2 br {
		display: none;
	}

	.pov-section > .home-shell > h2 {
		font-size: clamp(32px, 9vw, 40px);
	}

	.pov-mobile-break {
		display: inline;
	}

	.pov-contrast {
		margin-top: 48px;
	}

	.pov-side {
		min-height: 330px;
		padding: 30px 24px;
	}

	.pov-side h3 {
		margin-top: 50px;
		font-size: 26px;
	}

	.foundation-visual {
		min-height: 390px;
	}

	.foundation-visual img {
		height: 390px;
	}

	.foundation-visual::after {
		top: 20px;
		right: 20px;
		width: 62px;
	}

	.foundation-list li {
		min-height: 0;
		padding: 30px 0 32px;
		grid-template-columns: 34px minmax(0, 1fr);
		gap: 10px 12px;
	}

	.foundation-list li > p {
		grid-column: 2;
	}

	.fde-flow {
		margin: 0 10px;
	}

	.fde-media {
		height: 320px;
	}

	.product-media {
		min-height: 260px;
	}

	.product-copy {
		min-height: 320px;
		padding: 30px 24px;
	}

	.vision-section {
		min-height: 640px;
	}

	.vision-orbit {
		right: -58vw;
		width: 140vw;
	}

	.values-list li {
		padding-left: 48px;
	}

	.final-cta h2 {
		font-size: 40px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.product-card,
	.product-media img,
	.final-cta-copy a {
		transition: none;
	}
}
