@font-face {
	font-family: "Readex Pro";
	src: url("fonts/readex-pro-latin.woff2") format("woff2");
	font-display: swap;
	font-style: normal;
	font-weight: 100 700;
}

:root {
	color-scheme: dark;
}

.sp-leap,
.sp-leap * {
	box-sizing: border-box;
}

.sp-leap {
	min-height: 100vh;
	margin: 0;
	overflow-x: hidden;
	background: #0b0718;
	color: #ffffff;
	font-family: "Readex Pro", Arial, sans-serif;
	font-synthesis: none;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.sp-leap a {
	color: inherit;
}

.sp-leap__masthead,
.sp-leap__page {
	width: 100%;
	max-width: 1536px;
	margin-inline: auto;
}

.sp-leap__masthead {
	min-height: 72px;
	padding: 14px 4.25%;
	border-bottom: 1px solid #3a29ab;
	display: flex;
	align-items: center;
	gap: 26px;
}

.sp-leap__brand {
	min-height: 44px;
	flex: none;
	display: inline-flex;
	align-items: center;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-decoration: none;
}

.sp-leap__masthead-rule {
	height: 1px;
	flex: 1;
	background: #eb3df7;
}

.sp-leap__event {
	flex: none;
	margin: 0;
	color: #73fafd;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.09em;
	line-height: 1.35;
}

.sp-leap__hero {
	padding: 40px 4.25% 34px;
	display: grid;
	grid-template-areas: "copy photos" "actions photos" "note photos";
	grid-template-columns: minmax(0, 49fr) minmax(0, 51fr);
	align-items: start;
	column-gap: clamp(28px, 3vw, 46px);
	row-gap: 14px;
}

.sp-leap__hero-copy { grid-area: copy; }

.sp-leap__hero h1 {
	max-width: 720px;
	margin: 0;
	font-size: clamp(46px, 4.1vw, 64px);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.01;
}

.sp-leap__hero h1 > span { display: block; }

.sp-leap__headline-mark {
	margin-top: 0.12em;
	color: #9e9eff;
}

.sp-leap__hero-thesis {
	max-width: 660px;
	margin: 16px 0 0;
	color: #f5f2f9;
	font-size: clamp(16px, 1.25vw, 19px);
	font-weight: 560;
	line-height: 1.45;
}

.sp-leap__credentials {
	margin: 18px 0 0;
	border-top: 1px solid #51496d;
	border-bottom: 1px solid #51496d;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sp-leap__credentials div { min-width: 0; padding: 11px 12px 12px; }
.sp-leap__credentials div:nth-child(even) { border-left: 1px solid #51496d; }
.sp-leap__credentials div:nth-child(n + 3) { border-top: 1px solid #51496d; }
.sp-leap__credentials dt,
.sp-leap__credentials dd { margin: 0; }

.sp-leap__credentials dt {
	overflow-wrap: anywhere;
	color: #73fafd;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.075em;
	line-height: 1.35;
}

.sp-leap__credentials dd {
	margin-top: 5px;
	color: #f5f2f9;
	font-size: 13px;
	font-weight: 620;
	line-height: 1.35;
}

.sp-leap__photos {
	grid-area: photos;
	min-width: 0;
	border-top: 2px solid #73fafd;
	border-bottom: 2px solid #eb3df7;
	display: grid;
	grid-template-columns: minmax(0, 42fr) minmax(0, 58fr);
	gap: 12px;
}

.sp-leap__photos img {
	width: 100%;
	height: clamp(430px, 31vw, 490px);
	display: block;
	object-fit: cover;
}

.sp-leap__photos img:first-child { object-position: center 42%; }
.sp-leap__photos img:last-child { object-position: center 25%; }

.sp-leap__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.sp-leap__actions--hero { grid-area: actions; }

.sp-leap__button {
	min-height: 52px;
	padding: 14px 24px;
	border: 1px solid #ffffff;
	border-radius: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 650;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: transform 160ms ease, background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.sp-leap a.sp-leap__button--primary { border-color: #73fafd; background: #73fafd; color: #0b0718; }
.sp-leap__button--secondary { border-color: #eb3df7; background: transparent; color: #ffffff; }
.sp-leap__button:hover { transform: translateY(-2px); }
.sp-leap__button--primary:hover { border-color: #ffffff; background: #ffffff; }
.sp-leap__button--secondary:hover { background: #eb3df7; color: #0b0718; }

.sp-leap a:focus-visible {
	outline: 3px solid #73fafd;
	outline-offset: 4px;
}

.sp-leap__hero-note {
	grid-area: note;
	max-width: 680px;
	margin: 0;
	color: #d8d2e2;
	font-size: 12px;
	line-height: 1.45;
}

.sp-leap__route-line {
	height: 6px;
	margin-inline: 4.25%;
	background: #3a29ab;
}

.sp-leap__work { margin-inline: 4.25%; }

.sp-leap__work-intro {
	padding: 30px 28px 32px;
	background: #28217c;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.8fr);
	align-items: end;
	column-gap: 40px;
}

.sp-leap__work-intro h2,
.sp-leap__work-intro p { margin: 0; }

.sp-leap__work-intro h2 {
	max-width: 760px;
	font-size: clamp(42px, 4.6vw, 68px);
	letter-spacing: -0.04em;
	line-height: 0.98;
}

.sp-leap__work-intro p {
	max-width: 460px;
	color: #e5e0f1;
	font-size: 15px;
	line-height: 1.5;
}

.sp-leap__work-ledger { border-bottom: 1px solid #51496d; }

.sp-leap__work-row {
	min-height: 146px;
	padding: 25px 28px;
	border-top: 1px solid #51496d;
	display: grid;
	grid-template-columns: minmax(210px, 0.78fr) minmax(360px, 1.55fr) minmax(126px, 0.42fr);
	align-items: start;
	gap: clamp(22px, 2.3vw, 38px);
	background: #100d20;
}

.sp-leap__work-row:nth-child(even) { background: #15112b; }
.sp-leap__work-identity h3,
.sp-leap__work-identity p,
.sp-leap__work-body h4,
.sp-leap__work-body p { margin: 0; }

.sp-leap__work-identity h3 {
	font-size: clamp(19px, 1.55vw, 23px);
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.sp-leap__work-identity p {
	margin-top: 9px;
	color: #9e9eff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.45;
}

.sp-leap__work-body h4 {
	max-width: 800px;
	font-size: clamp(21px, 1.75vw, 27px);
	font-weight: 650;
	letter-spacing: -0.025em;
	line-height: 1.2;
}

.sp-leap__work-body p {
	max-width: 800px;
	margin-top: 9px;
	color: #dcd7e6;
	font-size: 14px;
	line-height: 1.5;
}

.sp-leap__work-source {
	align-self: center;
	color: #8f899d;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.4;
}

.sp-leap__work-source a {
	min-height: 44px;
	border-bottom: 1px solid #73fafd;
	display: inline-flex;
	align-items: center;
	color: #73fafd;
	text-decoration: none;
}

.sp-leap__work-source a:hover { border-color: #ffffff; color: #ffffff; }

.sp-leap__signals {
	margin: 48px 4.25%;
	border-top: 5px solid #eb3df7;
	border-bottom: 1px solid #51496d;
	display: grid;
	grid-template-columns: minmax(240px, 0.62fr) minmax(0, 1.38fr);
	background: #15112b;
}

.sp-leap__signals h2 {
	margin: 0;
	padding: 30px 28px;
	background: #28217c;
	font-size: clamp(32px, 3.35vw, 50px);
	letter-spacing: -0.04em;
	line-height: 1.02;
}

.sp-leap__signals dl {
	margin: 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sp-leap__signals dl div { min-width: 0; padding: 28px 20px; border-left: 1px solid #51496d; }
.sp-leap__signals dt,
.sp-leap__signals dd { margin: 0; }

.sp-leap__signals dt {
	color: #73fafd;
	font-size: clamp(18px, 1.9vw, 29px);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1;
	overflow-wrap: anywhere;
}

.sp-leap__signals dd { margin-top: 10px; color: #e5e0f1; font-size: 12px; line-height: 1.4; }

.sp-leap__closing {
	margin: 0 4.25% 70px;
	padding: 34px 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 36px;
	background: #3a29ab;
}

.sp-leap__work + .sp-leap__closing { margin-top: 48px; }

.sp-leap__closing h2,
.sp-leap__closing p { margin: 0; }

.sp-leap__closing h2 {
	max-width: 820px;
	font-size: clamp(34px, 3.8vw, 56px);
	letter-spacing: -0.04em;
	line-height: 1.02;
}

.sp-leap__closing p { margin-top: 14px; color: #e6e2ef; font-size: 14px; line-height: 1.5; }
.sp-leap__actions--closing { flex: none; }
.sp-leap__actions--closing .sp-leap__button--secondary { border-color: #ffffff; }

@media (max-width: 1020px) {
	.sp-leap__hero { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); column-gap: 24px; }
	.sp-leap__hero h1 { font-size: clamp(40px, 5vw, 51px); }
	.sp-leap__photos img { height: 430px; }
	.sp-leap__work-row { grid-template-columns: minmax(170px, 0.72fr) minmax(280px, 1.28fr); }
	.sp-leap__work-source { grid-column: 2; }
	.sp-leap__signals { display: block; }
	.sp-leap__signals dl div:first-child { border-left: 0; }
	.sp-leap__closing { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 820px) {
	.sp-leap__masthead { min-height: 80px; padding: 11px 18px 10px 20px; display: grid; grid-template-columns: 1fr; gap: 7px; }
	.sp-leap__event { grid-row: 1; font-size: 10px; }
	.sp-leap__brand { grid-row: 2; font-size: 16px; }
	.sp-leap__masthead-rule { grid-row: 3; width: 100%; background: #73fafd; }
	.sp-leap__hero { padding: 18px 18px 20px 20px; display: flex; flex-direction: column; gap: 12px; }
	.sp-leap__hero-copy { order: 1; }
	.sp-leap__actions--hero { order: 2; }
	.sp-leap__photos { order: 3; width: 100%; gap: 8px; }
	.sp-leap__hero-note { order: 4; }
	.sp-leap__hero h1 { font-size: clamp(30px, 8.15vw, 46px); line-height: 1.015; }
	.sp-leap__headline-mark { margin-top: 0.13em; }
	.sp-leap__hero-thesis { margin-top: 15px; font-size: 14px; line-height: 1.45; }
	.sp-leap__credentials { margin-top: 18px; }
	.sp-leap__credentials div { padding: 8px 9px 9px; }
	.sp-leap__credentials dt { font-size: 8px; }
	.sp-leap__credentials dd { font-size: 11px; }
	.sp-leap__photos img { height: clamp(132px, 36vw, 144px); }
	.sp-leap__actions { width: 100%; flex-direction: column; gap: 9px; }
	.sp-leap__button { width: 100%; min-height: 50px; }
	.sp-leap__hero-note { font-size: 11px; }
	.sp-leap__route-line,
	.sp-leap__work,
	.sp-leap__signals,
	.sp-leap__closing { margin-right: 18px; margin-left: 20px; }
	.sp-leap__work-intro { padding: 24px 18px 26px; display: block; }
	.sp-leap__work-intro h2 { font-size: 40px; }
	.sp-leap__work-intro p { margin-top: 14px; font-size: 14px; }
	.sp-leap__work-row { min-height: 0; padding: 21px 18px; display: block; }
	.sp-leap__work-identity h3 { font-size: 15px; }
	.sp-leap__work-body { margin-top: 18px; }
	.sp-leap__work-body h4 { font-size: 21px; }
	.sp-leap__work-body p { font-size: 13px; }
	.sp-leap__work-source { margin-top: 12px; }
	.sp-leap__signals { margin-top: 32px; margin-bottom: 32px; }
	.sp-leap__signals h2 { padding: 24px 18px 26px; font-size: 35px; }
	.sp-leap__signals dl { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.sp-leap__signals dl div { min-height: 108px; padding: 20px 16px; border-top: 1px solid #51496d; }
	.sp-leap__signals dl div:nth-child(odd) { border-left: 0; }
	.sp-leap__signals dt { font-size: 22px; }
	.sp-leap__signals dd { font-size: 11px; }
	.sp-leap__closing { margin-top: 0; margin-bottom: 48px; padding: 26px 20px; align-items: stretch; gap: 24px; }
	.sp-leap__work + .sp-leap__closing { margin-top: 32px; }
	.sp-leap__closing h2 { font-size: 35px; }
}

@media (max-width: 350px) {
	.sp-leap__hero h1 { font-size: 28px; }
	.sp-leap__event { font-size: 9px; }
	.sp-leap__credentials dd { font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
	.sp-leap *,
	.sp-leap *::before,
	.sp-leap *::after { transition: none !important; animation: none !important; }
}
