html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: #01070d;
	color: #f8fbff;
	font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

.neg-home {
	min-height: 100vh;
	background:
		radial-gradient(circle at 72% 8%, rgba(0, 126, 255, .22), transparent 28rem),
		linear-gradient(180deg, #020810 0%, #00050a 46%, #020912 100%);
	color: #f8fbff;
	letter-spacing: 0;
}

.neg-home a {
	color: inherit;
	text-decoration: none;
}

.neg-media {
	display: block;
	position: relative;
	overflow: hidden;
	background-position: center;
	background-size: cover;
}

.neg-media video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #000;
}

.neg-wrap {
	width: min(1130px, calc(100% - 48px));
	margin: 0 auto;
}

.neg-nav {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 50%;
	display: flex;
	width: min(1130px, calc(100% - 48px));
	transform: translateX(-50%);
	align-items: center;
	justify-content: space-between;
	padding: 24px 0;
	gap: 28px;
}

.neg-logo {
	font-size: 25px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.neg-nav nav {
	display: flex;
	align-items: center;
	gap: 24px;
	font-size: 13px;
	font-weight: 700;
}

.neg-nav nav a {
	padding-bottom: 8px;
	border-bottom: 2px solid transparent;
	color: rgba(255,255,255,.88);
}

.neg-nav nav a:hover,
.neg-nav nav a:focus {
	border-color: #087cff;
	color: #fff;
}

.neg-hero {
	position: relative;
	display: flex;
	min-height: 610px;
	align-items: center;
	background-position: center right;
	background-size: cover;
	box-shadow: inset 0 -180px 140px rgba(0,5,10,.98);
}

.neg-hero::before {
	position: absolute;
	inset: 0;
	z-index: 1;
	content: "";
	background: linear-gradient(90deg, rgba(1,6,12,.98) 0%, rgba(1,6,12,.78) 42%, rgba(1,6,12,.18) 74%);
	pointer-events: none;
}

.neg-hero__video,
.neg-hero__media {
	position: absolute;
	inset: 0;
}

.neg-hero__video {
	z-index: 0;
}

.neg-hero__media video {
	object-position: center right;
}

.neg-hero__inner {
	position: relative;
	z-index: 2;
	padding-top: 92px;
}

.neg-kicker,
.neg-section-label {
	margin: 0 0 14px;
	color: #0788ff;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.neg-hero h1 {
	max-width: 650px;
	margin: 0;
	font-size: clamp(58px, 8vw, 94px);
	line-height: .94;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.neg-hero p:not(.neg-kicker) {
	max-width: 445px;
	margin: 20px 0 0;
	color: rgba(255,255,255,.82);
	font-size: 17px;
	line-height: 1.7;
}

.neg-actions,
.neg-mini-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.neg-button {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	border: 1px solid #087cff;
	border-radius: 5px;
	background: #087cff;
	color: #fff;
	font-weight: 800;
	padding: 0 22px;
	box-shadow: 0 14px 30px rgba(0,101,255,.25);
}

.neg-button--ghost {
	background: transparent;
	color: #0788ff;
	box-shadow: none;
}

.neg-feature {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, .95fr);
	overflow: hidden;
	margin-top: -86px;
	border: 1px solid rgba(255,255,255,.24);
	border-radius: 8px;
	background: rgba(1,12,22,.88);
	box-shadow: 0 22px 80px rgba(0,0,0,.42);
}

.neg-feature__image {
	min-height: 250px;
	background-position: center;
	background-size: cover;
}

.neg-feature__copy {
	padding: 42px;
}

.neg-feature h2,
.neg-split h2,
.neg-loop h2 {
	margin: 0;
	font-size: clamp(30px, 4vw, 44px);
	line-height: 1;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.neg-feature__copy p:not(.neg-section-label),
.neg-split p,
.neg-loop p {
	color: rgba(255,255,255,.78);
	line-height: 1.65;
}

.neg-mini-actions {
	margin-top: 22px;
	gap: 24px;
	color: #0788ff;
	font-weight: 800;
}

.neg-section {
	padding-top: 30px;
}

.neg-grid {
	display: grid;
	gap: 12px;
}

.neg-grid--works {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.neg-card,
.neg-era,
.neg-split article {
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.22);
	border-radius: 8px;
	background: linear-gradient(180deg, rgba(2,15,27,.96), rgba(0,7,13,.96));
}

.neg-card {
	display: flex;
	min-height: 300px;
	flex-direction: column;
}

.neg-card__image,
.neg-era__image {
	display: block;
	background-position: center;
	background-size: cover;
}

.neg-card__image {
	aspect-ratio: 16 / 9;
}

.neg-card__body {
	display: grid;
	gap: 8px;
	padding: 18px;
}

.neg-card strong,
.neg-era h3 {
	font-size: 18px;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.neg-card span,
.neg-era span {
	color: rgba(255,255,255,.74);
	line-height: 1.45;
}

.neg-card em {
	color: #0788ff;
	font-style: normal;
	font-weight: 800;
}

.neg-grid--eras {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.neg-era__image {
	aspect-ratio: 4 / 3;
}

.neg-era div {
	padding: 14px;
}

.neg-era p {
	margin: 0 0 8px;
	color: #0788ff;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.neg-era h3 {
	margin: 0 0 8px;
	font-size: 15px;
}

.neg-split {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	padding-top: 16px;
}

.neg-split article {
	position: relative;
	min-height: 260px;
	padding: 28px;
	background-position: center;
	background-size: cover;
}

.neg-split article > :not(.neg-split__media) {
	position: relative;
	z-index: 1;
}

.neg-split article::before {
	position: absolute;
	inset: 0;
	z-index: 1;
	content: "";
	background: linear-gradient(90deg, rgba(1,8,14,.96), rgba(1,8,14,.52));
	pointer-events: none;
}

.neg-split__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.neg-split .neg-button {
	margin-top: 12px;
}

.neg-resource-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.neg-card--resource {
	min-height: 150px;
	display: grid;
	grid-template-columns: 120px 1fr;
}

.neg-card--resource .neg-card__image {
	aspect-ratio: auto;
	min-height: 100%;
}

.neg-card--wave .neg-card__image {
	background-image: linear-gradient(135deg, rgba(0,126,255,.2), rgba(0,0,0,.85)) !important;
}

.neg-loop {
	display: grid;
	grid-template-columns: 1fr minmax(360px, .8fr);
	align-items: end;
	gap: 32px;
	margin-top: 24px;
	padding: 24px 0 34px;
	border-top: 1px solid rgba(255,255,255,.14);
}

.neg-loop form {
	display: grid;
	grid-template-columns: 1fr 190px;
	gap: 14px;
}

.neg-loop input {
	width: 100%;
	min-height: 46px;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 5px;
	background: rgba(0,6,12,.72);
	color: #fff;
	padding: 0 18px;
}

@media (max-width: 900px) {
	.neg-nav {
		position: relative;
		left: auto;
		transform: none;
		width: min(100% - 32px, 1130px);
		flex-direction: column;
		align-items: flex-start;
	}

	.neg-nav nav {
		overflow-x: auto;
		width: 100%;
		padding-bottom: 8px;
	}

	.neg-hero {
		min-height: 560px;
		margin-top: -104px;
		padding-top: 104px;
		background-position: 62% center;
	}

	.neg-feature,
	.neg-grid--works,
	.neg-grid--eras,
	.neg-split,
	.neg-resource-grid,
	.neg-loop,
	.neg-loop form {
		grid-template-columns: 1fr;
	}

	.neg-resource-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.neg-wrap,
	.neg-nav {
		width: min(100% - 28px, 1130px);
	}

	.neg-hero h1 {
		font-size: 52px;
	}

	.neg-feature__copy,
	.neg-split article {
		padding: 24px;
	}

	.neg-resource-grid,
	.neg-card--resource {
		grid-template-columns: 1fr;
	}

	.neg-card--resource .neg-card__image {
		aspect-ratio: 16 / 9;
	}
}
