@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/inter-400.woff2") format("woff2"), url("../fonts/inter-400.ttf") format("truetype");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/inter-500.woff2") format("woff2"), url("../fonts/inter-500.ttf") format("truetype");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/inter-600.woff2") format("woff2"), url("../fonts/inter-600.ttf") format("truetype");
}

@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/manrope-600.woff2") format("woff2"), url("../fonts/manrope-600.ttf") format("truetype");
}

@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/manrope-700.woff2") format("woff2"), url("../fonts/manrope-700.ttf") format("truetype");
}

@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url("../fonts/manrope-800.woff2") format("woff2"), url("../fonts/manrope-800.ttf") format("truetype");
}

:root {
	color-scheme: dark;
	--northern-light-ink: #050f12;
	--northern-light-ink-2: #0e3339;
	--northern-light-panel: #0c2327;
	--northern-light-mint: #5fe0b8;
	--northern-light-magenta: #c81e64;
	--northern-light-magenta-deep: #5c1042;
	--northern-light-fg: #e6f1ee;
	--northern-light-fg-strong: #f2faf8;
	--northern-light-fg-muted: #bfd3d1;
	--northern-light-muted: #8fa9a8;
	--northern-light-line: rgba(95, 224, 184, 0.16);
	--northern-light-display: "Manrope", "Inter", sans-serif;
	--northern-light-body: "Inter", sans-serif;
}

.northern-light-page {
	margin: 0;
	padding: 0;
	background: var(--northern-light-ink);
}

.northern-light,
.northern-light * {
	box-sizing: border-box;
}

.northern-light {
	min-width: 320px;
	min-height: 100vh;
	background: var(--northern-light-ink);
	color: var(--northern-light-fg);
	font-family: var(--northern-light-body);
	font-size: 16px;
	line-height: 1.6;
}

.northern-light :where(a, button) {
	color: inherit;
	transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease, transform 200ms ease;
}

.northern-light :where(a, button):focus-visible {
	outline: 3px solid var(--northern-light-fg-strong);
	outline-offset: 3px;
}

.northern-light :where(p, h1, h2, h3) {
	margin: 0;
}

.northern-light__container,
.northern-light__section {
	width: min(100%, 1200px);
	margin: 0 auto;
	padding-right: clamp(24px, 6vw, 80px);
	padding-left: clamp(24px, 6vw, 80px);
}

.northern-light__nav,
.northern-light__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 18px clamp(24px, 6vw, 80px);
	border-bottom: 1px solid var(--northern-light-line);
	background: rgba(5, 15, 18, 0.9);
}

.northern-light__nav {
	position: sticky;
	top: 0;
	z-index: 10;
	backdrop-filter: blur(10px);
}

.northern-light__nav-actions,
.northern-light__language-switcher {
	display: flex;
	align-items: center;
	gap: 8px;
}

.northern-light__nav-actions {
	gap: 22px;
}

.northern-light__brand {
	display: inline-flex;
	align-items: center;
}

.northern-light__nav .northern-light__brand {
	padding-right: 22px;
	border-right: 1px solid var(--northern-light-line);
}

.northern-light__brand img {
	display: block;
	width: auto;
	max-width: min(249px, 54vw);
	height: 26px;
}

.northern-light__back-link {
	color: var(--northern-light-fg-muted);
	font-size: 13px;
	text-decoration: none;
}

.northern-light__back-link:hover,
.northern-light__back-link:focus-visible {
	color: var(--northern-light-mint);
}

.northern-light__language {
	display: inline-block;
	padding: 6px 12px;
	border: 1px solid var(--northern-light-line);
	border-radius: 2px;
	color: var(--northern-light-fg-muted);
	font-family: var(--northern-light-display);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-decoration: none;
}

.northern-light__language:not(.northern-light__language--current):hover,
.northern-light__language:not(.northern-light__language--current):focus-visible {
	border-color: var(--northern-light-mint);
	color: var(--northern-light-mint);
}

.northern-light__language--current {
	border-color: var(--northern-light-mint);
	background: var(--northern-light-mint);
	color: var(--northern-light-ink);
}

.northern-light__hero {
	position: relative;
	overflow: hidden;
	padding: clamp(76px, 9vw, 144px) 0 clamp(64px, 6vw, 96px);
	background:
		radial-gradient(75% 60% at 6% 0%, var(--northern-light-magenta) 0%, var(--northern-light-magenta-deep) 32%, transparent 68%),
		radial-gradient(55% 42% at 78% -10%, var(--northern-light-ink-2) 0%, transparent 62%),
		radial-gradient(70% 45% at 100% 100%, var(--northern-light-magenta-deep) 0%, transparent 68%),
		var(--northern-light-ink);
}

.northern-light__aurora {
	position: absolute;
	top: -6vw;
	left: 0;
	width: 100%;
	height: min(56vw, 520px);
	pointer-events: none;
	mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 55%, transparent 100%);
}

.northern-light__hero-content {
	position: relative;
	z-index: 1;
	max-width: 980px;
}

.northern-light__eyebrow,
.northern-light__number {
	margin-bottom: 20px;
	color: var(--northern-light-mint);
	font-family: var(--northern-light-display);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.northern-light h1,
.northern-light__section-title {
	color: var(--northern-light-fg-strong);
	font-family: var(--northern-light-display);
	font-weight: 800;
}

.northern-light h1 {
	max-width: 760px;
	font-size: clamp(44px, 7vw, 72px);
	line-height: 0.98;
	letter-spacing: -0.04em;
}

.northern-light__tagline {
	max-width: 680px;
	margin-top: 20px;
	color: var(--northern-light-mint);
	font-size: clamp(19px, 2vw, 22px);
	font-weight: 700;
	line-height: 1.4;
}

.northern-light__introduction {
	max-width: 700px;
	margin-top: 28px;
	color: #d5e6e3;
	font-size: 17px;
}

.northern-light__button {
	display: inline-block;
	margin-top: 36px;
	padding: 14px 28px;
	border: 1px solid var(--northern-light-mint);
	border-radius: 2px;
	background: var(--northern-light-mint);
	color: var(--northern-light-ink);
	font-family: var(--northern-light-display);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-decoration: none;
}

.northern-light__button:hover,
.northern-light__button:focus-visible {
	background: transparent;
	color: var(--northern-light-mint);
}

.northern-light__section {
	padding-top: clamp(48px, 5vw, 80px);
	padding-bottom: clamp(48px, 6vw, 96px);
}

.northern-light__section--narrow {
	max-width: 1060px;
}

.northern-light__context {
	color: var(--northern-light-fg-muted);
	font-size: 18px;
}

.northern-light blockquote {
	margin: 32px 0 0;
	padding: 4px 0 4px 24px;
	border-left: 2px solid var(--northern-light-mint);
	color: var(--northern-light-fg);
	font-size: 19px;
}

.northern-light__strengths-title {
	margin-top: 36px;
	color: var(--northern-light-fg-strong);
	font-family: var(--northern-light-display);
	font-size: 24px;
	font-weight: 800;
	line-height: 1.3;
}

.northern-light__contributions,
.northern-light__pillars,
.northern-light__materials {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.northern-light__card {
	display: block;
	padding: 32px;
	border: 1px solid var(--northern-light-line);
	border-radius: 4px;
	background: linear-gradient(180deg, rgba(21, 93, 96, 0.34), rgba(12, 35, 39, 0.55));
}

.northern-light__card h2 {
	margin-bottom: 14px;
	color: var(--northern-light-mint);
	font-family: var(--northern-light-display);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.northern-light__card p {
	color: #c6d9d7;
}

.northern-light__pillars-section {
	padding: clamp(56px, 5vw, 80px) 0 clamp(72px, 6vw, 96px);
	border-top: 1px solid var(--northern-light-line);
	border-bottom: 1px solid var(--northern-light-line);
	background: var(--northern-light-panel);
}

.northern-light__section-title {
	margin-bottom: 16px;
	font-size: 28px;
	line-height: 1.2;
}

.northern-light__pillars {
	gap: 28px 40px;
	margin-top: 36px;
}

.northern-light__pillar {
	padding-top: 20px;
	border-top: 1px solid var(--northern-light-line);
}

.northern-light__number {
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}

.northern-light__pillar h3,
.northern-light__material h3 {
	margin-bottom: 10px;
	color: var(--northern-light-fg-strong);
	font-family: var(--northern-light-display);
	font-size: 19px;
	line-height: 1.3;
}

.northern-light__pillar > p {
	color: #b6cbc9;
	font-size: 15.5px;
}

.northern-light__pillar > .northern-light__number {
	color: var(--northern-light-mint);
}

.northern-light__pillar-detail {
	margin-top: 12px;
	color: var(--northern-light-muted) !important;
	font-size: 13.5px !important;
}

.northern-light__cta-panel {
	max-width: 980px;
	padding: clamp(28px, 4vw, 44px);
	border: 1px solid var(--northern-light-line);
	border-radius: 4px;
	background: linear-gradient(135deg, rgba(21, 93, 96, 0.4), rgba(12, 35, 39, 0.3));
}

.northern-light__cta-primary {
	color: #e1efec;
	font-size: clamp(19px, 2vw, 25px);
	font-style: italic;
	font-weight: 700;
}

.northern-light__cta-secondary {
	margin-top: 24px;
	color: #f5b4cb;
	font-size: clamp(18px, 2vw, 25px);
	font-weight: 700;
}

.northern-light__section-intro {
	max-width: 760px;
	margin-bottom: 32px;
	color: var(--northern-light-fg-muted);
}

.northern-light__material {
	color: inherit;
	text-decoration: none;
}

.northern-light__material:hover,
.northern-light__material:focus-visible {
	border-color: var(--northern-light-mint);
	transform: translateY(-2px);
}

.northern-light__material h3 {
	font-size: 17px;
}

.northern-light__material span {
	display: inline-block;
	margin-top: 14px;
	color: var(--northern-light-mint);
	font-size: 13px;
}

.northern-light__partners {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin: 32px 0 0;
	padding: 0;
	list-style: none;
}

.northern-light__partners li {
	padding: 20px 28px;
	border: 1px solid var(--northern-light-line);
	border-radius: 4px;
	color: var(--northern-light-mint);
	font-family: var(--northern-light-display);
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.northern-light__footer {
	border-top: 1px solid var(--northern-light-line);
}

.northern-light__footer p {
	color: var(--northern-light-muted);
	font-size: 13px;
}

.northern-light__footer span {
	margin-left: 18px;
}

@media (max-width: 700px) {
	.northern-light__nav,
	.northern-light__footer {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
	}

	.northern-light__nav-actions {
		width: 100%;
		justify-content: space-between;
	}

	.northern-light__contributions,
	.northern-light__pillars,
	.northern-light__materials {
		grid-template-columns: 1fr;
	}

	.northern-light__card {
		padding: 26px;
	}

	.northern-light__footer span {
		display: block;
		margin: 4px 0 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.northern-light * {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
