:root {
	--nl-ink: #f7f8fb;
	--nl-muted: #aab2c5;
	--nl-cobalt: #0341f5;
	--nl-electric: #2066f9;
	--nl-violet: #8b3fc7;
	--nl-deep-violet: #6532b8;
	--nl-night: #02050d;
	--nl-panel: rgba(12, 20, 39, 0.76);
	--nl-line: rgba(153, 174, 222, 0.2);
}

.home .site-main,
.home .site-content,
.home .ntegrity-content {
	margin: 0;
	padding: 0;
	max-width: none;
}

body.home .ntegrity-header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
	background: linear-gradient(180deg, rgba(2, 5, 13, 0.98), rgba(2, 5, 13, 0.9)) !important;
	border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}

body.home .ntegrity-header a,
body.home .ntegrity-header button {
	color: #fff !important;
}

body.home.ntegrity-site button.ntegrity-menu-toggle,
body.home .ntegrity-header button.ntegrity-menu-toggle:hover,
body.home .ntegrity-header button.ntegrity-menu-toggle:focus {
	border-color: rgba(255, 255, 255, 0.28) !important;
	color: #fff !important;
	background: rgba(255, 255, 255, 0.06) !important;
}

.nl-home {
	--nl-progress: 0;
	position: relative;
	overflow: clip;
	background: var(--nl-night);
	color: var(--nl-ink);
	font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

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

.nl-home a {
	color: inherit;
}

.nl-scroll-progress {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: calc(var(--nl-progress) * 100%);
	height: 3px;
	background: linear-gradient(90deg, var(--nl-violet), var(--nl-electric));
	box-shadow: 0 0 16px rgba(32, 102, 249, 0.8);
	pointer-events: none;
}

.nl-motion-shell {
	position: relative;
	z-index: 2;
	width: min(1240px, calc(100% - 48px));
	margin-inline: auto;
}

.nl-motion-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 920px;
	padding: 160px 0 105px;
	isolation: isolate;
	background-image: linear-gradient(90deg, rgba(2, 5, 13, 0.95) 0%, rgba(2, 5, 13, 0.82) 40%, rgba(2, 5, 13, 0.35) 71%, rgba(2, 5, 13, 0.8) 100%), url("../images/home/molecular-ultrawide.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.nl-motion-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 270px;
	background: linear-gradient(0deg, var(--nl-night), transparent);
	z-index: -1;
}

.nl-hero-glow {
	position: absolute;
	width: 480px;
	aspect-ratio: 1;
	border-radius: 50%;
	filter: blur(110px);
	opacity: 0.2;
	z-index: -1;
	pointer-events: none;
}

.nl-hero-glow--purple { left: -250px; bottom: 50px; background: var(--nl-violet); }
.nl-hero-glow--blue { right: -220px; top: 110px; background: var(--nl-electric); }

.nl-molecule-field {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0.35;
	pointer-events: none;
	z-index: -1;
}

.nl-molecule-field__lines { fill: none; stroke: rgba(72, 126, 255, 0.45); stroke-width: 1.5; }
.nl-molecule-field__nodes { fill: var(--nl-electric); }

.nl-motion-hero__grid {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	align-items: start;
	gap: 50px;
}

.nl-motion-kicker {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 24px;
	color: #c7d0e4;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.nl-motion-kicker span {
	width: 34px;
	height: 2px;
	background: linear-gradient(90deg, var(--nl-violet), var(--nl-electric));
	box-shadow: 0 0 12px rgba(32, 102, 249, 0.8);
}

.nl-motion-hero h1,
.nl-story-intro h2,
.nl-motion-heading h2,
.nl-evidence-copy h2,
.nl-motion-closing h2 {
	margin: 0;
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
	font-weight: 700;
	letter-spacing: -0.025em;
	text-transform: uppercase;
}

.nl-motion-hero h1 {
	max-width: 760px;
	color: #fff;
	font-size: clamp(74px, 7.3vw, 124px);
	line-height: 0.82;
}

.nl-motion-hero h1 em,
.nl-story-intro h2 em {
	font-style: normal;
	color: transparent;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.72);
}

.nl-motion-hero h1 .nl-hero-accent,
.nl-motion-hero h1 em .nl-hero-accent {
	color: #8b3fc7;
	-webkit-text-stroke: 0;
	text-shadow: 0 0 28px rgba(139, 63, 199, 0.34);
}

.nl-motion-hero__lede {
	max-width: 650px;
	margin: 34px 0 0;
	color: var(--nl-muted);
	font-size: 18px;
	line-height: 1.7;
}

.nl-motion-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 36px;
}

.nl-motion-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	min-height: 54px;
	padding: 0 26px;
	border: 1px solid transparent;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.nl-motion-button:hover { transform: translateY(-2px); }
.nl-motion-button--primary { background: linear-gradient(115deg, var(--nl-cobalt), var(--nl-electric)); box-shadow: 0 16px 40px rgba(3, 65, 245, 0.28); }
.nl-motion-button--ghost { border-color: rgba(255, 255, 255, 0.3); background: rgba(255, 255, 255, 0.04); backdrop-filter: blur(10px); }
.nl-motion-button--ghost:hover { border-color: rgba(255, 255, 255, 0.65); }
.nl-motion-button--light { color: #071020 !important; background: #fff; }
.nl-motion-button--ghost-light { border-color: rgba(255, 255, 255, 0.48); }

.nl-motion-hero__proof {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 630px;
	margin-top: 60px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.nl-motion-hero__proof > div {
	position: relative;
	padding: 22px 12px 0 0;
}

.nl-motion-hero__proof span { display: block; margin-bottom: 9px; color: #73809b; font-size: 11px; }
.nl-motion-hero__proof strong { display: block; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; }
.nl-motion-hero__proof small { color: #7f8ba2; font-size: 12px; }

.nl-evidence-system {
	--nl-tilt-x: 0deg;
	--nl-tilt-y: 0deg;
	position: relative;
	min-height: 610px;
	perspective: 1200px;
	transform: rotateX(var(--nl-tilt-y)) rotateY(var(--nl-tilt-x));
	transform-style: preserve-3d;
	transition: transform 300ms ease;
}

.nl-evidence-system::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 68%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(74, 49, 190, .2), rgba(4, 13, 36, .05) 52%, transparent 72%);
	filter: blur(5px);
	transform: translate(-50%, -50%);
}

.nl-evidence-system__network {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
	opacity: .72;
}

.nl-evidence-system__links {
	display: block;
	fill: none;
	stroke: url(#nlEvidenceGradient);
	stroke-width: 1.25;
	stroke-dasharray: 6 13;
	opacity: .28;
	filter: drop-shadow(0 0 4px rgba(32, 102, 249, .42));
	animation: nl-evidence-dash 12s linear infinite;
}

.nl-evidence-system__nodes circle { animation: nl-evidence-node-pulse 3.6s ease-in-out infinite; }
.nl-evidence-system__nodes circle:nth-child(2n) { animation-delay: -1.4s; }
.nl-evidence-system__nodes circle:nth-child(3n) { animation-delay: -2.5s; }

.nl-evidence-core {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 4;
	display: grid;
	place-items: center;
	width: 204px;
	aspect-ratio: 1;
	border: 1px solid rgba(255,255,255,.22);
	border-radius: 50%;
	background: radial-gradient(circle at 50% 42%, rgba(72, 57, 196, .3), rgba(5, 12, 30, .96) 64%);
	box-shadow: inset 0 0 58px rgba(32,102,249,.2), 0 0 76px rgba(3,65,245,.2);
	transform: translate(-50%, -50%) translateZ(56px);
	backdrop-filter: blur(16px);
	overflow: visible;
	transition: border-color 420ms ease, box-shadow 420ms ease, background 420ms ease;
}

.nl-evidence-core::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	border-radius: 50%;
	background: radial-gradient(circle at 50% 36%, rgba(37, 98, 249, .18), rgba(5, 12, 30, .96) 64%);
	pointer-events: none;
}

.nl-evidence-core::after {
	content: "";
	position: absolute;
	inset: -46px;
	z-index: -1;
	border: 1px solid rgba(104, 82, 235, .14);
	border-radius: 50%;
	box-shadow: 0 0 60px rgba(32, 102, 249, .13);
	animation: nl-verification-breathe 3.2s ease-in-out infinite;
}

.nl-evidence-core__ring {
	position: absolute;
	inset: -18px;
	border: 1px solid rgba(99, 63, 199, .5);
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: rgba(32,102,249,.72);
	animation: nl-evidence-spin 16s linear infinite;
}

.nl-evidence-core__ring::after { content: ""; position: absolute; right: 18px; top: 13px; width: 7px; height: 7px; border-radius: 50%; background: #8b3fc7; box-shadow: 0 0 18px #8b3fc7; }
.nl-evidence-core__ring--inner { inset: 14px; border-color: rgba(32,102,249,.42); border-right-color: transparent; animation-duration: 10s; animation-direction: reverse; }
.nl-evidence-core__ring--inner::after { left: 5px; top: 23px; background: #2066f9; box-shadow: 0 0 16px #2066f9; }

.nl-evidence-core__mesh {
	position: absolute;
	inset: 27px;
	z-index: 1;
	border-radius: 50%;
	opacity: .2;
	background-image: linear-gradient(rgba(95, 129, 255, .42) 1px, transparent 1px), linear-gradient(90deg, rgba(95, 129, 255, .42) 1px, transparent 1px);
	background-size: 13px 13px;
	mask-image: radial-gradient(circle, #000 42%, transparent 76%);
	animation: nl-verification-mesh 18s linear infinite;
}

.nl-evidence-core__scan {
	position: absolute;
	left: 27px;
	right: 27px;
	top: 50%;
	z-index: 5;
	height: 1px;
	background: linear-gradient(90deg, transparent, #8b3fc7 22%, #76b2ff 50%, #2066f9 78%, transparent);
	box-shadow: 0 0 12px rgba(85, 116, 255, .9);
	animation: nl-verification-scan 3.8s ease-in-out infinite;
}

.nl-evidence-core__seal {
	position: relative;
	z-index: 4;
	width: 68px;
	height: 68px;
	margin-top: -24px;
}

.nl-evidence-core__seal svg { display: block; width: 100%; height: 100%; overflow: visible; }
.nl-evidence-core__shield { fill: rgba(32, 102, 249, .1); stroke: url(#nlEvidenceGradient); stroke-width: 1.7; }
.nl-evidence-core__check { fill: none; stroke: #dbe8ff; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 1; stroke-dashoffset: 1; opacity: .28; transition: stroke-dashoffset 620ms cubic-bezier(.2,.8,.2,1), opacity 350ms ease, stroke 350ms ease; }
.nl-evidence-core__eyebrow, .nl-evidence-core__status { position: absolute; left: 18px; right: 18px; z-index: 4; text-align: center; text-transform: uppercase; }
.nl-evidence-core__eyebrow { bottom: 51px; color: #7f90b1; font-size: 7px; font-weight: 800; letter-spacing: .2em; }
.nl-evidence-core__status { bottom: 30px; color: #eef4ff; font-size: 11px; letter-spacing: .08em; }
.nl-evidence-core__progress { position: absolute; left: 43px; right: 43px; bottom: 18px; z-index: 4; display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; }
.nl-evidence-core__progress i { height: 2px; border-radius: 999px; background: rgba(255,255,255,.13); transition: background 320ms ease, box-shadow 320ms ease, transform 320ms ease; }

[data-nl-verification-system="1"] .nl-evidence-core__progress i:nth-child(-n+1),
[data-nl-verification-system="2"] .nl-evidence-core__progress i:nth-child(-n+2),
[data-nl-verification-system="3"] .nl-evidence-core__progress i:nth-child(-n+3),
[data-nl-verification-system="4"] .nl-evidence-core__progress i:nth-child(-n+4),
[data-nl-verification-system="5"] .nl-evidence-core__progress i {
	background: linear-gradient(90deg, #8b3fc7, #2066f9);
	box-shadow: 0 0 8px rgba(76, 87, 255, .72);
	transform: scaleY(1.45);
}

[data-nl-verification-system="5"] .nl-evidence-core {
	border-color: rgba(55, 216, 146, .58);
	background: radial-gradient(circle at 50% 42%, rgba(36, 167, 135, .25), rgba(5, 12, 30, .97) 66%);
	box-shadow: inset 0 0 62px rgba(55,216,146,.13), 0 0 82px rgba(55,216,146,.18);
}
[data-nl-verification-system="5"] .nl-evidence-core__check { stroke-dashoffset: 0; opacity: 1; stroke: #55e5a6; }
[data-nl-verification-system="5"] .nl-evidence-core__scan { opacity: 0; }

.nl-evidence-node {
	--nl-depth: 0px;
	position: absolute;
	z-index: 3;
	width: 260px;
	min-height: 150px;
	padding: 18px;
	border: 1px solid rgba(255,255,255,.17);
	border-radius: 8px;
	background: linear-gradient(135deg, rgba(15,26,53,.88), rgba(4,10,25,.78));
	box-shadow: 0 22px 55px rgba(0,0,0,.34), inset 0 1px rgba(255,255,255,.04);
	backdrop-filter: blur(14px);
	opacity: .7;
	transform: translateZ(var(--nl-depth)) scale(.985);
	transform-style: preserve-3d;
	transition: opacity 420ms ease, transform 420ms cubic-bezier(.2,.75,.2,1), border-color 420ms ease, box-shadow 420ms ease;
}

.nl-evidence-node::before { content: ""; position: absolute; inset: 0; border-radius: inherit; opacity: .35; background: linear-gradient(110deg, rgba(139,63,199,.22), transparent 38%, rgba(32,102,249,.15)); pointer-events: none; }
.nl-evidence-node--purity { --nl-depth: 20px; left: 0; top: 0; }
.nl-evidence-node--identity { --nl-depth: 14px; right: -2px; top: 0; }
.nl-evidence-node--batch { left: 10px; bottom: 34px; min-height: 128px; }
.nl-evidence-node--coa { right: 4px; bottom: 34px; min-height: 132px; display: grid; grid-template-columns: 72px 1fr; align-items: center; gap: 12px; }

.nl-evidence-node.is-verification-active {
	opacity: 1;
	border-color: rgba(93, 119, 255, .72);
	box-shadow: 0 22px 58px rgba(0,0,0,.4), 0 0 30px rgba(51, 92, 255, .18), inset 0 1px rgba(255,255,255,.08);
	transform: translateZ(calc(var(--nl-depth) + 14px)) scale(1.025);
}

.nl-evidence-node.is-verification-complete {
	opacity: .94;
	border-color: rgba(55,216,146,.3);
}

.nl-evidence-node__head { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; margin-bottom: 13px; color: #8592aa; font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.nl-evidence-node__head i { color: #a6b8e5; font-style: normal; }
.nl-evidence-chart { position: relative; z-index: 1; display: block; width: 100%; height: 58px; }
.nl-evidence-chart__grid { fill: none; stroke: rgba(255,255,255,.07); stroke-width: 1; }
.nl-evidence-chart__trace { fill: none; stroke: #8b3fc7; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 1; stroke-dashoffset: 1; filter: drop-shadow(0 0 5px rgba(139,63,199,.8)); animation: nl-evidence-draw 4.8s ease-in-out infinite; }
.nl-evidence-node__result { position: relative; z-index: 1; display: flex; align-items: baseline; gap: 9px; margin-top: -4px; }
.nl-evidence-node__result strong { font-family: "Barlow Condensed", sans-serif; font-size: 30px; }
.nl-evidence-node__result small, .nl-evidence-node--coa small { color: #8a96ad; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

.nl-evidence-spectrum { position: relative; z-index: 1; display: flex; align-items: flex-end; gap: 8px; height: 67px; padding: 8px 3px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.nl-evidence-spectrum i { width: 5px; height: var(--nl-bar); background: linear-gradient(#8b3fc7, #2066f9); box-shadow: 0 0 9px rgba(60,101,255,.48); transform-origin: bottom; animation: nl-spectrum 3.4s ease-in-out infinite; }
.nl-evidence-spectrum i:nth-child(2n) { animation-delay: -.8s; }
.nl-evidence-spectrum i:nth-child(3n) { animation-delay: -1.7s; }
.nl-evidence-node__status { position: relative; z-index: 1; display: flex; align-items: center; gap: 8px; margin-top: 13px; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.nl-evidence-node__status span { width: 7px; height: 7px; border-radius: 50%; background: #37d892; box-shadow: 0 0 12px #37d892; animation: nl-evidence-status 2.4s ease-in-out infinite; }

.nl-evidence-node--batch p { position: relative; z-index: 1; margin: 20px 0 7px; color: #8996ae; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.nl-evidence-node__batch-id { position: relative; z-index: 1; font-family: "Barlow Condensed", sans-serif; font-size: 25px; letter-spacing: .08em; }
.nl-evidence-node__scan { position: absolute; left: 18px; right: 18px; bottom: 12px; height: 1px; background: linear-gradient(90deg, transparent, #2066f9, transparent); box-shadow: 0 0 9px #2066f9; animation: nl-evidence-scan 3.2s ease-in-out infinite; }

.nl-evidence-document { position: relative; z-index: 1; width: 55px; height: 72px; padding: 15px 10px; border: 1px solid rgba(255,255,255,.26); border-radius: 4px; background: rgba(255,255,255,.055); }
.nl-evidence-document span { display: block; height: 2px; margin-bottom: 7px; background: rgba(255,255,255,.22); }
.nl-evidence-document span:nth-child(2) { width: 70%; }
.nl-evidence-document span:nth-child(4) { width: 52%; }
.nl-evidence-document b { position: absolute; right: -10px; bottom: -9px; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: #fff; background: linear-gradient(135deg, #8b3fc7, #2066f9); box-shadow: 0 0 22px rgba(90,70,255,.5); }
.nl-evidence-node--coa .nl-evidence-node__head { grid-column: 1 / -1; margin-bottom: 0; }
.nl-evidence-node--coa > div:last-child { position: relative; z-index: 1; }
.nl-evidence-node--coa > div:last-child strong, .nl-evidence-node--coa > div:last-child small { display: block; }
.nl-evidence-node--coa > div:last-child strong { margin-bottom: 7px; font-size: 12px; text-transform: uppercase; }

.nl-evidence-system__caption { position: absolute; left: 50%; bottom: 4px; display: flex; align-items: center; gap: 9px; color: #7f8ca4; font-size: 8px; letter-spacing: .16em; text-transform: uppercase; transform: translateX(-50%); white-space: nowrap; }
.nl-evidence-system__caption span { width: 6px; height: 6px; border-radius: 50%; background: #37d892; box-shadow: 0 0 10px #37d892; animation: nl-evidence-status 2.4s ease-in-out infinite; }

.nl-scroll-cue {
	position: absolute;
	left: 50%;
	bottom: 28px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	color: #8290ab !important;
	font-size: 9px;
	letter-spacing: .2em;
	text-decoration: none;
	text-transform: uppercase;
	transform: translateX(-50%);
}

.nl-scroll-cue i { width: 1px; height: 36px; background: linear-gradient(#fff, transparent); animation: nl-scroll-cue 1.8s ease-in-out infinite; }

.nl-signal-rail {
	overflow: hidden;
	border-block: 1px solid rgba(255,255,255,.1);
	background: rgba(7, 13, 27, .95);
}

.nl-signal-rail__track {
	display: flex;
	align-items: center;
	gap: 48px;
	width: max-content;
	min-height: 76px;
	animation: nl-marquee 28s linear infinite;
}

.nl-signal-rail span { font-family: "Barlow Condensed", sans-serif; font-size: 18px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.nl-signal-rail i { width: 7px; height: 7px; border-radius: 50%; background: linear-gradient(135deg, var(--nl-violet), var(--nl-electric)); box-shadow: 0 0 14px rgba(32,102,249,.75); }

.nl-story-section,
.nl-process-section,
.nl-catalog-section,
.nl-evidence-section,
.nl-learning-section { position: relative; padding: 140px 0; }

.nl-story-section { background: radial-gradient(circle at 82% 40%, rgba(31, 78, 177, .14), transparent 34%), #040812; }
.nl-story-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 110px; align-items: start; }
.nl-story-intro { position: sticky; top: 130px; }
.nl-story-intro h2 { font-size: clamp(68px, 7vw, 112px); line-height: .82; }
.nl-story-intro > p:not(.nl-motion-kicker) { max-width: 390px; margin: 32px 0 0; color: var(--nl-muted); line-height: 1.7; }
.nl-story-counter { display: flex; align-items: baseline; gap: 8px; margin-top: 54px; color: #69758d; }
.nl-story-counter strong { color: #fff; font-family: "Barlow Condensed", sans-serif; font-size: 54px; }

.nl-story-panels { display: grid; gap: 26px; }
.nl-story-card {
	position: relative;
	min-height: 350px;
	padding: 54px;
	border: 1px solid var(--nl-line);
	background: linear-gradient(145deg, rgba(19, 28, 50, .84), rgba(8, 13, 27, .55));
	box-shadow: 0 30px 80px rgba(0,0,0,.22);
	opacity: .48;
	transform: scale(.975);
	transition: opacity 350ms ease, transform 350ms ease, border-color 350ms ease;
}
.nl-story-card.is-active { opacity: 1; transform: scale(1); border-color: rgba(64, 116, 255, .55); }
.nl-story-card::before { content: ""; position: absolute; left: 0; top: 0; width: 3px; height: 0; background: linear-gradient(var(--nl-violet), var(--nl-electric)); transition: height 500ms ease; }
.nl-story-card.is-active::before { height: 100%; }
.nl-story-card__icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 76px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #84a2ff; font-family: "Barlow Condensed", sans-serif; font-size: 28px; }
.nl-story-card > p:first-of-type { color: #74819c; font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.nl-story-card h3 { margin: 14px 0 18px; font-family: "Barlow Condensed", sans-serif; font-size: 38px; line-height: 1; text-transform: uppercase; }
.nl-story-card > p:last-child { max-width: 570px; margin: 0; color: var(--nl-muted); line-height: 1.7; }

.nl-process-section { background: #f1f2f5; color: #111318; }
.nl-motion-heading { max-width: 780px; }
.nl-process-section .nl-motion-heading .nl-motion-kicker { color: #46536a; }
.nl-process-section .nl-motion-heading h2,
.nl-process-section .nl-process-grid h3 { color: #111318; }
.nl-motion-heading h2 { font-size: clamp(52px, 5vw, 82px); line-height: .92; }
.nl-process-section .nl-motion-heading > p:last-child { color: #4f5c72; font-size: 17px; }
.nl-process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: 88px; }
.nl-process-line { position: absolute; left: 7%; right: 7%; top: 347px; height: 1px; background: #ccd1db; }
.nl-process-grid article { position: relative; min-height: 230px; }
.nl-process-grid article > span { color: #66748d; font-size: 11px; font-weight: 700; }
.nl-process-dot { width: 16px; height: 16px; margin: 28px 0 42px; border: 4px solid #f1f2f5; border-radius: 50%; background: var(--nl-cobalt); box-shadow: 0 0 0 1px #bdc5d4, 0 0 22px rgba(3,65,245,.28); }
.nl-process-grid h3 { margin: 0 0 12px; font-family: "Barlow Condensed", sans-serif; font-size: 30px; text-transform: uppercase; }
.nl-process-grid p { max-width: 220px; margin: 0; color: #4f5c70; line-height: 1.6; }

.nl-catalog-section { background: linear-gradient(180deg, #050913, #02050d); }
.nl-motion-heading--split { display: flex; align-items: end; justify-content: space-between; max-width: none; }
.nl-motion-heading--split .nl-motion-kicker { color: #aeb7ca; }
.nl-catalog-section .nl-motion-heading h2,
.nl-story-intro h2,
.nl-story-card h3,
.nl-evidence-copy h2 { color: #fff; }
.nl-motion-heading--split > a { margin-bottom: 10px; color: #bfc8db; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.nl-catalog { margin-top: 62px; }
.nl-catalog ul.products { display: grid !important; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px; margin: 0 !important; }
.nl-catalog ul.products::before,
.nl-catalog ul.products::after { display: none !important; }
.nl-catalog ul.products li.product { float: none !important; width: auto !important; margin: 0 !important; padding: 12px 12px 18px !important; border: 1px solid rgba(255,255,255,.13) !important; border-radius: 8px; background: rgba(11,19,36,.94) !important; transition: transform 220ms ease, border-color 220ms ease, background 220ms ease; }
.nl-catalog ul.products li.product:hover { transform: translateY(-7px); border-color: rgba(75,124,255,.58); background: rgba(255,255,255,.085); }
.nl-catalog ul.products li.product img { margin-bottom: 20px !important; border-radius: 5px; background: #fff; }
.nl-catalog ul.products li.product .woocommerce-loop-product__title { color: #fff !important; font-family: "Barlow Condensed", sans-serif; font-size: 25px !important; letter-spacing: .02em; text-transform: uppercase; }
.nl-catalog ul.products li.product > a,
.nl-catalog ul.products li.product .nl-loop-buy,
.nl-catalog ul.products li.product .nl-loop-buy * { color: #fff; }
.nl-catalog ul.products li.product .price { color: #fff !important; font-size: 17px !important; font-weight: 800 !important; }
.nl-catalog ul.products li.product .price del { color: #8993a8 !important; }
.nl-catalog ul.products li.product .button { width: 100%; margin-top: 16px !important; border: 0 !important; border-radius: 3px !important; color: #fff !important; background: linear-gradient(110deg, var(--nl-cobalt), var(--nl-electric)) !important; text-align: center; text-transform: uppercase; }

.nl-evidence-section { background: radial-gradient(circle at 10% 50%, rgba(101, 50, 184, .2), transparent 34%), #050a15; }
.nl-evidence-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 110px; }
.nl-evidence-visual { position: relative; min-height: 580px; }
.nl-evidence-sheet { position: absolute; left: 4%; top: 5%; width: 78%; min-height: 480px; padding: 38px; color: #141a26; background: #f7f8fb; box-shadow: 40px 50px 110px rgba(0,0,0,.55); transform: rotate(-4deg); }
.nl-evidence-sheet::after { content: ""; position: absolute; inset: 15px; border: 1px solid #d9dde7; }
.nl-evidence-sheet header { position: relative; z-index: 1; display: flex; align-items: center; gap: 16px; padding-bottom: 28px; border-bottom: 2px solid #151b27; }
.nl-evidence-mark { display: grid; place-items: center; width: 46px; height: 46px; color: #fff; background: #111318; font-family: "Barlow Condensed", sans-serif; font-size: 27px; font-weight: 800; }
.nl-evidence-sheet header strong, .nl-evidence-sheet header span { display: block; }
.nl-evidence-sheet header strong { font-family: "Barlow Condensed", sans-serif; font-size: 24px; text-transform: uppercase; }
.nl-evidence-sheet header span { color: #717988; font-size: 10px; text-transform: uppercase; }
.nl-evidence-sheet__rows { position: relative; z-index: 1; display: grid; gap: 26px; padding-top: 48px; }
.nl-evidence-sheet__rows i { display: block; height: 12px; background: linear-gradient(90deg, #d4d8e1 0 28%, #eef0f4 28% 100%); }
.nl-evidence-sheet__stamp { position: absolute; right: 42px; bottom: 46px; z-index: 2; padding: 14px 18px; border: 3px solid rgba(3,65,245,.62); color: rgba(3,65,245,.72); font-size: 18px; font-weight: 900; letter-spacing: .13em; transform: rotate(-7deg); }
.nl-evidence-scan { position: absolute; left: 0; right: 6%; top: 48%; z-index: 4; height: 2px; background: linear-gradient(90deg, transparent, #3482ff 18%, #aa4fff 70%, transparent); box-shadow: 0 0 22px #3e75ff; animation: nl-scan 4s ease-in-out infinite; }
.nl-evidence-copy h2 { font-size: clamp(60px, 6vw, 94px); line-height: .86; }
.nl-evidence-copy > p:not(.nl-motion-kicker) { max-width: 570px; margin: 30px 0; color: var(--nl-muted); font-size: 17px; line-height: 1.7; }
.nl-evidence-copy ul { display: grid; gap: 12px; margin: 0 0 34px; padding: 0; list-style: none; }
.nl-evidence-copy li::before { content: "✓"; margin-right: 12px; color: #5f87ff; font-weight: 900; }

.nl-learning-section { color: #111318; background: #fff; }
.nl-learning-section .nl-motion-heading .nl-motion-kicker { color: #46536a; }
.nl-learning-section .nl-motion-heading h2,
.nl-learning-section .nl-learning-grid h3 { color: #111318; }
.nl-learning-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 60px; }
.nl-learning-grid a { position: relative; min-height: 330px; padding: 34px; border: 1px solid #dfe2e8; color: #111318; background: linear-gradient(145deg, #fff, #f5f6f8); text-decoration: none; overflow: hidden; transition: transform 220ms ease, box-shadow 220ms ease; }
.nl-learning-grid a::after { content: ""; position: absolute; right: -70px; bottom: -90px; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(32,102,249,.13), transparent 67%); }
.nl-learning-grid a:hover { transform: translateY(-6px); box-shadow: 0 28px 65px rgba(22,38,72,.12); }
.nl-learning-grid span { color: #66748d; font-size: 11px; font-weight: 700; }
.nl-learning-grid h3 { margin: 76px 0 18px; font-family: "Barlow Condensed", sans-serif; font-size: 32px; text-transform: uppercase; }
.nl-learning-grid p { color: #4f5c70; line-height: 1.65; }
.nl-learning-grid i { position: absolute; left: 34px; bottom: 30px; color: var(--nl-cobalt); font-size: 12px; font-style: normal; font-weight: 800; text-transform: uppercase; }

.nl-motion-closing { position: relative; padding: 130px 0; text-align: center; background: linear-gradient(120deg, #052baf, #073fe4 42%, #5524a7); overflow: hidden; }
.nl-motion-closing__grid { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px); background-size: 52px 52px; mask-image: radial-gradient(circle at center, #000, transparent 72%); }
.nl-motion-closing p { margin: 0 0 12px; font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.nl-motion-closing h2 { font-size: clamp(58px, 7vw, 108px); line-height: .9; }
.nl-motion-closing .nl-motion-actions { justify-content: center; }

html.nl-motion-ready [data-nl-reveal] { opacity: 0; transform: translateY(34px); transition: opacity 700ms cubic-bezier(.2,.65,.2,1), transform 700ms cubic-bezier(.2,.65,.2,1); }
html.nl-motion-ready [data-nl-reveal].is-visible { opacity: 1; transform: translateY(0); }

@keyframes nl-evidence-spin { to { transform: rotate(360deg); } }
@keyframes nl-evidence-dash { to { stroke-dashoffset: -180; } }
@keyframes nl-evidence-node-pulse { 50% { opacity: .42; transform: scale(.68); } }
@keyframes nl-evidence-float-a { 0%,100% { translate: 0 0; } 50% { translate: 0 -11px; } }
@keyframes nl-evidence-float-b { 0%,100% { translate: 0 0; } 50% { translate: 0 9px; } }
@keyframes nl-evidence-vial-float { 0%,100% { transform: translateY(2px) rotate(-1deg); } 50% { transform: translateY(-12px) rotate(1deg); } }
@keyframes nl-evidence-draw { 0%,15% { stroke-dashoffset: 1; opacity: .35; } 45%,85% { stroke-dashoffset: 0; opacity: 1; } 100% { stroke-dashoffset: -1; opacity: .35; } }
@keyframes nl-spectrum { 50% { transform: scaleY(.62); opacity: .62; } }
@keyframes nl-evidence-status { 50% { opacity: .45; transform: scale(.72); } }
@keyframes nl-evidence-scan { 0%,100% { opacity: 0; transform: translateY(-82px); } 30%,70% { opacity: 1; } 50% { transform: translateY(0); } }
@keyframes nl-verification-breathe { 0%,100% { opacity: .35; transform: scale(.94); } 50% { opacity: .72; transform: scale(1.04); } }
@keyframes nl-verification-mesh { to { transform: rotate(360deg); } }
@keyframes nl-verification-scan { 0%,100% { opacity: 0; transform: translateY(-58px); } 18%,82% { opacity: 1; } 50% { transform: translateY(58px); } }
@keyframes nl-scroll-cue { 0% { transform: scaleY(0); transform-origin: top; } 45% { transform: scaleY(1); transform-origin: top; } 55% { transform: scaleY(1); transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }
@keyframes nl-marquee { to { transform: translateX(-50%); } }
@keyframes nl-scan { 0%,100% { transform: translateY(-170px); opacity: 0; } 18%,82% { opacity: 1; } 50% { transform: translateY(170px); } }

@media (max-width: 1100px) {
	.nl-motion-hero__grid { grid-template-columns: 1fr .82fr; gap: 10px; }
	.nl-motion-hero h1 { font-size: clamp(68px, 8vw, 92px); }
	.nl-evidence-system { min-height: 610px; }
	.nl-evidence-node { width: 225px; }
	.nl-story-grid { gap: 55px; }
	.nl-catalog ul.products { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.nl-evidence-grid { gap: 55px; }
}

@media (max-width: 780px) {
	body.home .ntegrity-header { position: relative; background: #02050d !important; }
	.nl-motion-shell { width: min(100% - 30px, 680px); }
	.nl-motion-hero { min-height: auto; padding: 80px 0 90px; background-attachment: scroll; }
	.nl-motion-hero__grid { grid-template-columns: 1fr; }
	.nl-motion-hero h1 { font-size: clamp(60px, 18vw, 88px); }
	.nl-motion-hero__lede { font-size: 16px; }
	.nl-motion-hero__proof { margin-top: 42px; }
	.nl-evidence-system { min-height: 610px; margin-top: 28px; }
	.nl-evidence-node { width: min(245px, 43vw); }
	.nl-evidence-core { width: 164px; }
	.nl-scroll-cue { display: none; }
	.nl-story-section, .nl-process-section, .nl-catalog-section, .nl-evidence-section, .nl-learning-section { padding: 92px 0; }
	.nl-story-grid, .nl-evidence-grid { grid-template-columns: 1fr; gap: 60px; }
	.nl-story-intro { position: relative; top: 0; }
	.nl-story-intro h2 { font-size: clamp(62px, 18vw, 92px); }
	.nl-story-card { min-height: 300px; padding: 36px; }
	.nl-story-card__icon { margin-bottom: 48px; }
	.nl-process-line { display: none; }
	.nl-process-grid { grid-template-columns: repeat(2, 1fr); margin-top: 58px; }
	.nl-process-dot { margin-bottom: 24px; }
	.nl-motion-heading--split { display: block; }
	.nl-motion-heading--split > a { display: inline-block; margin-top: 28px; }
	.nl-evidence-visual { min-height: 470px; }
	.nl-learning-grid { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
	.nl-motion-hero { padding-top: 58px; }
	.nl-motion-kicker { font-size: 10px; }
	.nl-motion-hero__proof { grid-template-columns: 1fr; gap: 0; }
	.nl-motion-hero__proof > div { display: grid; grid-template-columns: 42px 1fr; align-items: center; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
	.nl-motion-hero__proof span { grid-row: span 2; margin: 0; }
	.nl-evidence-system { min-height: 650px; margin-inline: -5px; }
	.nl-evidence-system__network { opacity: .5; }
	.nl-evidence-core { top: 49%; width: 142px; }
	.nl-evidence-core__seal { width: 58px; }
	.nl-evidence-core__progress { left: 30px; right: 30px; }
	.nl-evidence-core__eyebrow { font-size: 6px; }
	.nl-evidence-core__status { font-size: 9px; }
	.nl-evidence-node { width: 47%; min-height: 126px; padding: 13px; }
	.nl-evidence-node--purity { top: 38px; }
	.nl-evidence-node--identity { top: 38px; }
	.nl-evidence-node--batch { left: 0; bottom: 55px; }
	.nl-evidence-node--coa { right: 0; bottom: 45px; grid-template-columns: 48px 1fr; gap: 7px; }
	.nl-evidence-node__head { font-size: 6px; }
	.nl-evidence-chart { height: 46px; }
	.nl-evidence-node__result strong { font-size: 24px; }
	.nl-evidence-spectrum { gap: 5px; height: 54px; }
	.nl-evidence-node__batch-id { font-size: 19px; }
	.nl-evidence-document { width: 42px; height: 58px; padding: 11px 8px; }
	.nl-motion-actions { display: grid; }
	.nl-motion-button { width: 100%; }
	.nl-process-grid, .nl-catalog ul.products { grid-template-columns: 1fr; }
	.nl-process-grid article { min-height: 180px; }
	.nl-evidence-visual { min-height: 380px; }
	.nl-evidence-sheet { left: 2%; width: 92%; min-height: 350px; padding: 24px; }
	.nl-evidence-sheet__rows { gap: 18px; padding-top: 34px; }
	.nl-evidence-sheet__stamp { right: 25px; bottom: 28px; }
	.nl-motion-closing { padding: 92px 0; }
}

@media (prefers-reduced-motion: reduce) {
	.nl-home *, .nl-home *::before, .nl-home *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
	.nl-motion-hero { background-attachment: scroll; }
	html.nl-motion-ready [data-nl-reveal] { opacity: 1; transform: none; }
}
