:root {
	--np-ink: #02070d;
	--np-ink-soft: #06131e;
	--np-navy: #0b2940;
	--np-cyan: #19dff7;
	--np-cyan-deep: #087f95;
	--np-gold: #f4c64f;
	--np-gold-light: #fff0b0;
	--np-gold-deep: #a47a12;
	--np-paper: #f6f5f1;
	--np-white: #ffffff;
	--np-text: #0a1721;
	--np-muted: #60717c;
	--np-line: rgba(7, 22, 32, .14);
	--np-dark-line: rgba(255, 255, 255, .11);
	--np-shadow: 0 26px 80px rgba(1, 10, 16, .14);
	--np-radius: 24px;
	--np-shell: 1440px;
}

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

html {
	scroll-behavior: smooth;
	background: var(--np-ink);
}

body {
	margin: 0;
	color: var(--np-text);
	background: var(--np-paper);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.admin-bar .np-site-header {
	top: 32px;
}

img,
svg {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
}

button,
input,
textarea,
select {
	font: inherit;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.np-skip-link {
	position: fixed;
	z-index: 99999;
	top: 8px;
	left: 8px;
	padding: 10px 14px;
	color: var(--np-ink);
	background: #fff;
	border-radius: 8px;
	transform: translateY(-160%);
}

.np-skip-link:focus {
	transform: none;
}

.np-shell {
	width: min(calc(100% - 8vw), var(--np-shell));
	margin-inline: auto;
}

.np-site-header {
	position: absolute;
	z-index: 100;
	inset: 0 0 auto;
	color: #fff;
	transition: background .25s ease, box-shadow .25s ease, transform .25s ease;
}

.np-header-surface-dark .np-site-header {
	background: var(--np-ink);
}

.np-header-surface-glass .np-site-header {
	background: rgba(2, 7, 13, .78);
	backdrop-filter: blur(18px);
}

.np-utility-bar {
	overflow: hidden;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	background: rgba(0, 0, 0, .2);
	transition: max-height .25s ease, opacity .2s ease;
}

.np-utility-inner {
	min-height: 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	color: rgba(255, 255, 255, .72);
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .035em;
}

.np-utility-contact {
	display: flex;
	align-items: center;
	gap: 24px;
}

.np-utility-contact a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: inherit;
	text-decoration: none;
}

.np-utility-contact a:hover {
	color: #fff;
}

.np-utility-contact span,
.np-utility-hours span {
	color: var(--np-gold);
}

.np-utility-hours {
	margin: 0;
}

.np-utility-hours span {
	margin-right: 7px;
}

.np-site-header.is-scrolled {
	position: fixed;
	background: rgba(2, 7, 13, .9);
	box-shadow: 0 12px 40px rgba(0, 0, 0, .22);
	backdrop-filter: blur(18px);
}

.np-site-header.is-scrolled .np-utility-bar {
	max-height: 0;
	opacity: 0;
	border-bottom: 0;
}

.np-static-header .np-site-header.is-scrolled {
	position: absolute;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
}

.np-static-header .np-site-header.is-scrolled .np-header-inner {
	min-height: 112px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.np-header-inner {
	min-height: 112px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 26px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.np-header-compact .np-header-inner {
	min-height: 76px;
}

.np-header-regular .np-header-inner {
	min-height: 94px;
}

.np-header-large .np-header-inner {
	min-height: 118px;
}

.np-site-header.is-scrolled .np-header-inner {
	min-height: 82px;
	border-bottom: 0;
}

.np-brand,
.np-brand .custom-logo-link {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.np-brand img,
.np-brand .custom-logo {
	width: 185px;
	max-height: 76px;
	object-fit: contain;
	filter: brightness(1.45) contrast(1.05);
}

.np-primary-nav {
	display: flex;
	align-items: center;
	gap: 10px;
}

.np-menu-right .np-primary-nav {
	margin-left: auto;
}

.np-menu-center .np-primary-nav {
	margin-inline: auto;
}

.np-menu-left .np-header-inner {
	justify-content: flex-start;
}

.np-menu-left .np-primary-nav {
	margin-right: auto;
}

.np-menu {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 0;
	margin: 0;
}

.np-menu li {
	position: relative;
	list-style: none;
}

.np-menu a,
.np-cart-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 10px 13px;
	color: rgba(255, 255, 255, .76);
	border-radius: 999px;
	text-decoration: none;
	font-size: var(--np-menu-font-size, 16px);
	font-weight: 800;
	letter-spacing: .045em;
	text-transform: uppercase;
}

.np-menu .sub-menu {
	position: absolute;
	z-index: 120;
	top: calc(100% + 10px);
	left: 0;
	width: max-content;
	min-width: 245px;
	max-width: 330px;
	padding: 10px;
	margin: 0;
	visibility: hidden;
	opacity: 0;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 14px;
	background: rgba(2, 7, 13, .98);
	box-shadow: 0 22px 60px rgba(0, 0, 0, .4);
	transform: translateY(-8px);
	transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.np-menu .sub-menu .sub-menu {
	top: -10px;
	left: calc(100% + 10px);
}

.np-menu .sub-menu a {
	width: 100%;
	padding: 11px 13px;
	color: rgba(255, 255, 255, .82);
	border-radius: 9px;
	font-size: var(--np-dropdown-font-size, 14px);
	line-height: 1.35;
	letter-spacing: .035em;
	white-space: normal;
}

.np-menu li:hover > .sub-menu,
.np-menu li:focus-within > .sub-menu,
.np-menu li.submenu-open > .sub-menu {
	visibility: visible;
	opacity: 1;
	transform: none;
}

.np-submenu-toggle {
	width: 25px;
	height: 25px;
	margin-left: -8px;
	padding: 0;
	display: inline-grid;
	place-items: center;
	color: rgba(255, 255, 255, .75);
	border: 0;
	background: transparent;
	cursor: pointer;
}

.np-submenu-toggle::before {
	content: "";
	width: 7px;
	height: 7px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
	transition: transform .18s ease;
}

.submenu-open > .np-submenu-toggle::before {
	transform: translateY(2px) rotate(225deg);
}

.np-menu a:hover,
.np-menu a:focus-visible,
.np-menu .current-menu-item > a {
	color: #fff;
	background: rgba(255, 255, 255, .07);
	outline: none;
}

.np-cart-link span {
	min-width: 20px;
	height: 20px;
	display: inline-grid;
	place-items: center;
	color: var(--np-ink);
	background: var(--np-gold);
	border-radius: 50%;
	font-size: .65rem;
}

.np-nav-cta {
	margin-left: 8px;
	padding: 12px 21px;
	color: #07131c;
	background: linear-gradient(135deg, var(--np-gold-light), var(--np-gold));
	border-radius: 999px;
	text-decoration: none;
	font-size: .76rem;
	font-weight: 850;
	letter-spacing: .06em;
	text-transform: uppercase;
	box-shadow: 0 15px 40px rgba(241, 189, 67, .13);
	transition: transform .2s ease, box-shadow .2s ease;
}

.np-nav-cta:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 46px rgba(241, 189, 67, .22);
}

.np-header-phone {
	margin-left: 8px;
	padding: 9px 20px;
	display: grid;
	gap: 1px;
	color: #07131c;
	background: linear-gradient(135deg, var(--np-gold-light), var(--np-gold));
	border-radius: 999px;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 15px 40px rgba(241, 189, 67, .13);
	transition: transform .2s ease, box-shadow .2s ease;
}

.np-header-phone span {
	font-size: .61rem;
	font-weight: 850;
	letter-spacing: .09em;
	line-height: 1.2;
	text-transform: uppercase;
}

.np-header-phone strong {
	font-size: .86rem;
	line-height: 1.2;
}

.np-header-phone:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 46px rgba(241, 189, 67, .22);
}

.np-mobile-call-bar {
	display: none;
}

/*
 * PageLayer Pro can leave a manually-created global header active after a
 * theme switch. These selectors keep that legacy template from stacking above
 * the native Northpoint header while the plugin is being retired.
 */
.np-own-header .pagelayer-header,
.np-own-header .pagelayer-header-template,
.np-own-header .pagelayer-theme-header,
.np-own-header .site-header:not(.np-site-header),
.np-own-header [data-pagelayer-type="header"] {
	display: none !important;
}

.np-own-footer .pagelayer-footer,
.np-own-footer .pagelayer-footer-template,
.np-own-footer .pagelayer-theme-footer,
.np-own-footer .site-footer:not(.np-site-footer),
.np-own-footer [data-pagelayer-type="footer"] {
	display: none !important;
}

.np-menu-toggle {
	display: none;
	width: 48px;
	height: 44px;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 10px;
	background: rgba(255, 255, 255, .04);
}

.np-menu-toggle > span:not(.screen-reader-text) {
	display: block;
	width: 22px;
	height: 2px;
	margin: 4px auto;
	background: #fff;
	transition: transform .2s ease, opacity .2s ease;
}

.np-hero {
	--rx: 0deg;
	--ry: 0deg;
	--mx: 60vw;
	--my: 35vh;
	position: relative;
	min-height: 900px;
	overflow: hidden;
	isolation: isolate;
	color: #fff;
	background:
		radial-gradient(circle at 75% 40%, #0b2940 0, transparent 34%),
		linear-gradient(118deg, #02070d 4%, #06131e 53%, #020b12 100%);
}

.np-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background: radial-gradient(460px circle at var(--mx) var(--my), rgba(17, 216, 242, .09), transparent 70%);
	pointer-events: none;
}

.np-aurora {
	position: absolute;
	z-index: -3;
	inset: -40% -30% auto 35%;
	height: 100%;
	background: conic-gradient(from 220deg, transparent, rgba(16, 200, 230, .12), rgba(241, 189, 67, .13), transparent 35%);
	filter: blur(60px);
	animation: np-aurora 12s ease-in-out infinite alternate;
}

.np-grid-floor {
	position: absolute;
	z-index: -2;
	left: -25%;
	right: -25%;
	bottom: -44%;
	height: 74%;
	transform: perspective(640px) rotateX(64deg);
	transform-origin: center top;
	background-image:
		linear-gradient(rgba(32, 204, 227, .12) 1px, transparent 1px),
		linear-gradient(90deg, rgba(32, 204, 227, .12) 1px, transparent 1px);
	background-size: 64px 64px;
	mask-image: linear-gradient(to bottom, transparent, #000 30%, transparent 92%);
}

.np-stars {
	position: absolute;
	inset: 0;
	z-index: -1;
}

.np-stars i {
	position: absolute;
	width: 2px;
	height: 2px;
	background: #d9faff;
	box-shadow: 0 0 8px #2ce6ff;
	border-radius: 50%;
	animation: np-twinkle 3s ease-in-out infinite;
}

.np-stars i:nth-child(1n) { left: 7%; top: 18%; }
.np-stars i:nth-child(2n) { left: 18%; top: 72%; }
.np-stars i:nth-child(3n) { left: 38%; top: 12%; animation-delay: -1.2s; }
.np-stars i:nth-child(4n) { left: 68%; top: 17%; animation-delay: -2.1s; }
.np-stars i:nth-child(5n) { left: 88%; top: 64%; }
.np-stars i:nth-child(6n) { left: 57%; top: 79%; }
.np-stars i:nth-child(7n) { left: 77%; top: 46%; }
.np-stars i:nth-child(8n) { left: 27%; top: 42%; }

.np-hero-grid {
	min-height: 900px;
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
	align-items: center;
	gap: 3vw;
	padding: 165px 0 85px;
}

.np-hero-compact,
.np-hero-compact .np-hero-grid {
	min-height: 730px;
}

.np-hero-cinematic,
.np-hero-cinematic .np-hero-grid {
	min-height: 100svh;
}

.np-hero-copy {
	position: relative;
	z-index: 5;
}

.np-eyebrow,
.np-kicker {
	margin: 0 0 20px;
	font-size: .71rem;
	font-weight: 850;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.np-eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #8cb6c5;
}

.np-eyebrow span {
	width: 31px;
	height: 1px;
	background: var(--np-gold);
	box-shadow: 0 0 12px var(--np-gold);
}

.np-kicker {
	color: var(--np-cyan-deep);
}

h1,
h2,
h3,
h4 {
	margin: 0;
	line-height: 1.04;
	letter-spacing: -.048em;
	text-wrap: balance;
}

.np-hero h1 {
	max-width: 800px;
	font-size: clamp(3.8rem, 6.4vw, 7.2rem);
	font-weight: 850;
	line-height: .92;
}

.np-hero h1::first-line {
	color: #fff;
}

.np-intro {
	max-width: 690px;
	margin: 28px 0 0;
	color: #a8bbc5;
	font-size: clamp(1.02rem, 1.3vw, 1.22rem);
	line-height: 1.7;
}

.np-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
	margin-top: 34px;
}

.np-button {
	min-height: 54px;
	padding: 15px 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	border: 1px solid transparent;
	border-radius: 5px;
	text-decoration: none;
	font-size: .78rem;
	font-weight: 850;
	letter-spacing: .075em;
	text-transform: uppercase;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.np-button:hover {
	transform: translateY(-3px);
}

.np-button-gold {
	color: #09131b;
	background: linear-gradient(120deg, var(--np-gold-light) 0%, var(--np-gold) 48%, #d9a82d 100%);
	box-shadow: 0 18px 45px rgba(241, 189, 67, .16);
}

.np-button-ghost {
	color: #dce9ee;
	border-color: rgba(255, 255, 255, .16);
	background: rgba(255, 255, 255, .035);
	backdrop-filter: blur(8px);
}

.np-button-dark {
	color: #fff;
	background: var(--np-ink);
	box-shadow: 0 18px 45px rgba(2, 7, 13, .15);
}

.np-microcopy {
	margin: 22px 0 0;
	color: #55717e;
	font-size: .69rem;
	font-weight: 750;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.np-scene {
	min-height: 600px;
	position: relative;
	perspective: 1100px;
	transform-style: preserve-3d;
}

.np-logo-stage {
	position: absolute;
	width: min(720px, 100%);
	top: 50%;
	left: 50%;
	transform: translate(-48%, -52%) rotateX(var(--rx)) rotateY(var(--ry));
	transform-style: preserve-3d;
	transition: transform .12s ease-out;
}

.np-logo-stage img {
	position: relative;
	z-index: 2;
	width: 100%;
	filter: drop-shadow(0 32px 52px rgba(0, 0, 0, .58));
	animation: np-float 5.5s ease-in-out infinite;
}

.np-logo-glow {
	position: absolute;
	inset: 22% 4% 20% 17%;
	background: radial-gradient(ellipse, rgba(8, 208, 239, .32), rgba(240, 183, 53, .11) 35%, transparent 72%);
	filter: blur(28px);
	transform: translateZ(-40px);
}

.np-orbital {
	position: absolute;
	border: 1px solid rgba(39, 213, 236, .16);
	border-radius: 50%;
	transform: rotateX(68deg) rotateZ(-12deg);
	box-shadow: 0 0 40px rgba(17, 216, 242, .04);
}

.np-orbital-one {
	width: 640px;
	height: 640px;
	left: 7%;
	top: -3%;
	animation: np-orbit 18s linear infinite;
}

.np-orbital-two {
	width: 475px;
	height: 475px;
	left: 20%;
	top: 11%;
	border-color: rgba(241, 189, 67, .13);
	animation: np-orbit 14s linear infinite reverse;
}

.np-orbital::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	top: 8%;
	left: 27%;
	border-radius: 50%;
	background: var(--np-cyan);
	box-shadow: 0 0 16px var(--np-cyan);
}

.np-data-card {
	position: absolute;
	z-index: 3;
	min-width: 182px;
	padding: 15px 17px;
	border: 1px solid rgba(93, 228, 245, .2);
	border-radius: 8px;
	background: linear-gradient(135deg, rgba(9, 31, 45, .82), rgba(4, 15, 24, .62));
	box-shadow: 0 20px 50px rgba(0, 0, 0, .25);
	backdrop-filter: blur(12px);
	transform: rotateX(var(--rx)) rotateY(var(--ry));
}

.np-data-card span {
	float: right;
	color: #5e8491;
	font-size: .6rem;
}

.np-data-card strong,
.np-data-card small {
	display: block;
}

.np-data-card strong {
	color: #dffaff;
	font-size: .67rem;
	letter-spacing: .18em;
}

.np-data-card small {
	margin-top: 5px;
	color: #688591;
	font-size: .66rem;
}

.np-card-one {
	top: 20%;
	left: 0;
	animation: np-float 4.8s ease-in-out infinite;
}

.np-card-two {
	right: 0;
	bottom: 20%;
	animation: np-float 5.4s ease-in-out -1.5s infinite;
}

.np-card-three {
	left: 16%;
	bottom: 5%;
	animation: np-float 5.9s ease-in-out -.8s infinite;
}

.np-signal {
	position: absolute;
	left: 9%;
	bottom: 17%;
	height: 27px;
	display: flex;
	align-items: end;
	gap: 4px;
}

.np-signal i {
	width: 3px;
	height: 30%;
	background: var(--np-gold);
	box-shadow: 0 0 8px rgba(241, 189, 67, .5);
	animation: np-signal 1.2s ease-in-out infinite alternate;
}

.np-signal i:nth-child(2) { height: 70%; animation-delay: -.3s; }
.np-signal i:nth-child(3) { height: 100%; animation-delay: -.6s; }
.np-signal i:nth-child(4) { height: 55%; animation-delay: -.9s; }
.np-signal i:nth-child(5) { height: 82%; animation-delay: -1.1s; }

.np-proof-strip {
	position: relative;
	z-index: 10;
	color: #fff;
	background: #06131e;
	border-top: 1px solid rgba(255, 255, 255, .09);
	border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.np-proof-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.np-proof-grid > div {
	min-height: 124px;
	display: flex;
	align-items: center;
	gap: 17px;
	padding: 24px;
	border-right: 1px solid rgba(255, 255, 255, .09);
}

.np-proof-grid > div:last-child {
	border-right: 0;
}

.np-proof-grid strong {
	color: var(--np-gold);
	font-size: 1.28rem;
	letter-spacing: -.04em;
}

.np-proof-grid span {
	color: #8fa5af;
	font-size: .77rem;
	line-height: 1.45;
}

.np-section {
	padding: 125px 0;
}

.np-section h2,
.np-final-cta h2,
.np-page-hero h1 {
	font-size: clamp(2.55rem, 5vw, 5.3rem);
	font-weight: 850;
}

.np-feature-grid,
.np-founder-grid {
	display: grid;
	grid-template-columns: .82fr 1.18fr;
	gap: 6vw;
	align-items: center;
}

.np-section-copy > p:not(.np-kicker),
.np-founder-grid > div > p:not(.np-kicker),
.np-section-heading > p,
.np-cta-grid > div > p {
	color: var(--np-muted);
	font-size: 1.05rem;
}

.np-check-list {
	list-style: none;
	padding: 0;
	margin: 30px 0;
	display: grid;
	gap: 13px;
}

.np-check-list li {
	position: relative;
	padding-left: 31px;
	font-weight: 680;
}

.np-check-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	width: 21px;
	height: 21px;
	display: grid;
	place-items: center;
	color: var(--np-ink);
	background: var(--np-gold);
	border-radius: 50%;
	font-size: .72rem;
}

.np-feature-visual {
	position: relative;
	padding: 20px;
	border: 1px solid rgba(241, 189, 67, .23);
	border-radius: 28px;
	background: #050b11;
	box-shadow: 0 38px 100px rgba(0, 10, 18, .23);
	transform: perspective(1100px) rotateY(-4deg) rotateX(2deg);
}

.np-feature-visual::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 18% 8%;
	background: rgba(17, 216, 242, .17);
	filter: blur(60px);
}

.np-feature-visual img {
	border-radius: 16px;
}

.np-text-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-weight: 850;
	text-decoration: none;
}

.np-text-link span {
	color: var(--np-cyan-deep);
	transition: transform .2s ease;
}

.np-text-link:hover span {
	transform: translateX(5px);
}

.np-software-section {
	background: #fff;
}

.np-section-heading {
	display: grid;
	grid-template-columns: 1fr .8fr;
	align-items: end;
	gap: 7vw;
	margin-bottom: 55px;
}

.np-product-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.np-product-card {
	overflow: hidden;
	border: 1px solid var(--np-line);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 18px 55px rgba(4, 19, 29, .06);
	transition: transform .25s ease, box-shadow .25s ease;
}

.np-product-card:hover {
	transform: translateY(-7px);
	box-shadow: var(--np-shadow);
}

.np-product-image,
.np-product-placeholder {
	min-height: 245px;
	display: grid;
	place-items: center;
	overflow: hidden;
	color: var(--np-gold);
	background:
		radial-gradient(circle at 75% 30%, rgba(17, 216, 242, .17), transparent 34%),
		linear-gradient(135deg, #03080e, #0b2333);
	text-decoration: none;
}

.np-product-image img {
	width: 100%;
	height: 245px;
	object-fit: cover;
	transition: transform .35s ease;
}

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

.np-product-image > span,
.np-product-placeholder span {
	font: italic 5.5rem Georgia, serif;
}

.np-product-content {
	padding: 28px;
}

.np-card-label {
	margin: 0 0 12px;
	color: var(--np-cyan-deep);
	font-size: .68rem;
	font-weight: 850;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.np-product-card h3 {
	font-size: 1.65rem;
}

.np-product-card h3 a {
	text-decoration: none;
}

.np-product-card p:not(.np-card-label) {
	color: var(--np-muted);
	font-size: .92rem;
}

.np-product-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 24px;
	padding-top: 19px;
	border-top: 1px solid var(--np-line);
}

.np-price {
	font-weight: 850;
}

.np-centered-action {
	margin: 48px 0 0;
	text-align: center;
}

.np-services {
	color: #fff;
	background:
		radial-gradient(circle at 85% 15%, rgba(17, 216, 242, .1), transparent 24%),
		var(--np-ink);
}

.np-services .np-kicker {
	color: var(--np-gold);
}

.np-services .np-section-heading > p {
	color: #8fa5af;
}

.np-service-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.np-service-grid article {
	position: relative;
	min-height: 310px;
	padding: 34px;
	overflow: hidden;
	border: 1px solid var(--np-dark-line);
	border-radius: 20px;
	background: rgba(255, 255, 255, .035);
}

.np-service-grid article::after {
	content: "";
	position: absolute;
	width: 180px;
	height: 180px;
	right: -55px;
	bottom: -75px;
	border: 1px solid rgba(241, 189, 67, .18);
	border-radius: 50%;
	box-shadow: 0 0 0 35px rgba(241, 189, 67, .02);
}

.np-service-grid article > span {
	color: var(--np-gold);
	font: italic 1.1rem Georgia, serif;
}

.np-service-grid h3 {
	max-width: 560px;
	margin-top: 65px;
	font-size: clamp(1.8rem, 3vw, 3rem);
}

.np-service-grid p {
	max-width: 620px;
	color: #8fa5af;
}

.np-founder {
	background: #eceae3;
}

.np-founder-grid {
	grid-template-columns: .95fr 1.05fr;
}

.np-founder-visual {
	position: relative;
	min-height: 560px;
	display: flex;
	align-items: end;
	padding: 45px;
	overflow: hidden;
	color: #fff;
	border-radius: 26px;
	background:
		radial-gradient(circle at 60% 25%, rgba(17, 216, 242, .2), transparent 27%),
		linear-gradient(135deg, #03080e, #0a2638);
}

.np-founder-visual::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: .24;
	background-image:
		linear-gradient(rgba(255, 255, 255, .07) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .07) 1px, transparent 1px);
	background-size: 48px 48px;
	transform: perspective(600px) rotateX(58deg) scale(1.4);
}

.np-founder-visual p {
	position: relative;
	z-index: 2;
	max-width: 520px;
	margin: 0;
	font: italic clamp(1.8rem, 3vw, 3rem)/1.15 Georgia, serif;
	color: var(--np-gold-light);
}

.np-final-cta {
	padding: 115px 0;
	color: #fff;
	background:
		radial-gradient(circle at 75% 25%, rgba(17, 216, 242, .1), transparent 25%),
		#04101a;
}

.np-final-cta .np-kicker {
	color: var(--np-gold);
}

.np-cta-grid {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	gap: 8vw;
	align-items: center;
}

.np-cta-grid > div > p {
	color: #9bb0b9;
}

.np-site-footer {
	padding: 82px 0 26px;
	color: var(--np-footer-text, #afbec5);
	background: var(--np-footer-bg, #02070d);
	border-top: 1px solid rgba(255, 255, 255, .08);
	font-size: var(--np-footer-font-size, 16px);
}

.np-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 20px;
}

.np-social-links a {
	padding: 7px 11px;
	color: var(--np-footer-link, #d7e5ea);
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 999px;
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.np-footer-grid {
	display: grid;
	grid-template-columns: 1.25fr .75fr .75fr;
	gap: 7vw;
}

.np-footer-columns-2 {
	grid-template-columns: 1.25fr .75fr;
}

.np-footer-columns-1 {
	grid-template-columns: 1fr;
}

.np-footer-brand {
	display: inline-block;
}

.np-footer-brand img {
	width: 200px;
}

.np-footer-grid p {
	max-width: 500px;
	font-size: 1em;
}

.np-footer-grid h2 {
	margin-bottom: 20px;
	color: var(--np-footer-heading, #fff);
	font-size: 1rem;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.np-site-footer .np-footer-grid a {
	color: var(--np-footer-link, #d7e5ea);
	text-decoration: none;
}

.np-footer-menu,
.np-footer-menu .np-menu {
	list-style: none;
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 0;
}

.np-footer-menu a {
	color: var(--np-footer-link, #d7e5ea);
	font-size: 1em;
}

.np-site-footer a:hover,
.np-site-footer a:focus-visible {
	color: var(--np-gold);
}

.np-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 65px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, .09);
	font-size: .85em;
}

.np-main {
	min-height: 65vh;
}

.np-page-hero {
	padding: 190px 0 95px;
	color: #fff;
	background:
		radial-gradient(circle at 75% 35%, rgba(17, 216, 242, .11), transparent 28%),
		linear-gradient(118deg, #02070d, #071d2b);
}

.np-page-hero .np-kicker {
	color: var(--np-gold);
}

.np-page-hero p,
.np-archive-description {
	max-width: 760px;
	color: #9db0b8;
}

.np-entry {
	max-width: 1040px;
	padding-top: 85px;
	padding-bottom: 110px;
}

.np-entry > * {
	max-width: 820px;
	margin-inline: auto;
}

.np-entry > .alignwide {
	max-width: 1180px;
}

.np-entry > .alignfull {
	max-width: none;
	width: 100vw;
	margin-left: calc(50% - 50vw);
}

.np-entry h2 {
	margin-top: 2em;
	font-size: clamp(2rem, 4vw, 3.8rem);
}

.np-entry h3 {
	margin-top: 1.8em;
	font-size: clamp(1.5rem, 3vw, 2.35rem);
}

.np-entry p,
.np-entry li {
	color: #354954;
}

.np-entry a {
	color: var(--np-cyan-deep);
}

.np-featured-image {
	max-width: 1180px;
	margin-bottom: 60px;
}

.np-featured-image img {
	width: 100%;
	border-radius: 24px;
	box-shadow: var(--np-shadow);
}

.np-post-grid {
	padding-top: 80px;
	padding-bottom: 110px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.np-post-card {
	overflow: hidden;
	border: 1px solid var(--np-line);
	border-radius: 20px;
	background: #fff;
}

.np-post-card > div {
	padding: 28px;
}

.np-post-image {
	display: block;
	min-height: 230px;
	background: #091725;
}

.np-post-image img {
	width: 100%;
	height: 230px;
	object-fit: cover;
}

.np-post-card h2 {
	font-size: 1.65rem;
}

.np-post-card h2 a {
	text-decoration: none;
}

.np-post-card p {
	color: var(--np-muted);
	font-size: .92rem;
}

.np-error-page {
	min-height: 75vh;
	display: flex;
	align-items: center;
}

.np-error-page .np-actions {
	margin-top: 36px;
}

.np-shop-hero {
	padding-bottom: 75px;
}

.np-woocommerce-content {
	padding-top: 75px;
	padding-bottom: 110px;
}

.woocommerce .woocommerce-breadcrumb {
	margin-bottom: 20px;
	color: var(--np-muted);
}

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product {
	width: auto !important;
	margin: 0 !important;
	padding: 0 0 26px;
	overflow: hidden;
	border: 1px solid var(--np-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 16px 45px rgba(2, 15, 24, .06);
}

.woocommerce ul.products li.product img {
	margin: 0 0 24px !important;
	aspect-ratio: 1.45;
	object-fit: cover;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button {
	margin-left: 25px;
	margin-right: 25px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 1.45rem;
}

.woocommerce ul.products li.product .price {
	color: var(--np-gold-deep);
	font-weight: 850;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	padding: 14px 19px;
	color: #fff;
	background: var(--np-ink);
	border-radius: 5px;
	font-size: .76rem;
	font-weight: 850;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	color: var(--np-ink);
	background: var(--np-gold);
}

.woocommerce div.product {
	padding-top: 10px;
}

.woocommerce div.product .product_title {
	font-size: clamp(2.4rem, 4vw, 4.6rem);
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--np-gold-deep);
	font-size: 1.45rem;
	font-weight: 850;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce .quantity .qty,
.woocommerce select {
	padding: 13px;
	border: 1px solid var(--np-line);
	border-radius: 7px;
	background: #fff;
}

.np-reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity .7s ease, transform .7s ease;
}

.np-reveal.is-visible {
	opacity: 1;
	transform: none;
}

.np-radius-square {
	--np-radius: 8px;
}

.np-radius-square .np-product-card,
.np-radius-square .np-service-grid article,
.np-radius-square .np-feature-visual,
.np-radius-square .np-founder-visual {
	border-radius: 8px;
}

.np-radius-soft {
	--np-radius: 32px;
}

.np-radius-soft .np-product-card,
.np-radius-soft .np-service-grid article,
.np-radius-soft .np-feature-visual,
.np-radius-soft .np-founder-visual {
	border-radius: 32px;
}

.np-spacing-compact .np-section,
.np-spacing-compact .np-final-cta {
	padding-top: 78px;
	padding-bottom: 78px;
}

.np-spacing-balanced .np-section,
.np-spacing-balanced .np-final-cta {
	padding-top: 100px;
	padding-bottom: 100px;
}

.np-preset-executive h1,
.np-preset-executive h2,
.np-preset-executive h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 500;
	letter-spacing: -.04em;
}

.np-preset-executive .np-button,
.np-preset-executive .np-kicker,
.np-preset-executive .np-eyebrow {
	letter-spacing: .12em;
}

.np-preset-technical {
	font-family: "Segoe UI", Inter, ui-sans-serif, system-ui, sans-serif;
}

.np-preset-technical h1,
.np-preset-technical h2,
.np-preset-technical h3 {
	letter-spacing: -.025em;
}

.np-preset-technical .np-product-card,
.np-preset-technical .np-service-grid article {
	box-shadow: none;
}

.np-preset-civic .np-hero {
	background:
		radial-gradient(circle at 72% 35%, rgba(25, 223, 247, .13), transparent 33%),
		linear-gradient(118deg, #07111a, #0a2739);
}

.np-preset-civic .np-button,
.np-preset-civic .np-nav-cta {
	border-radius: 999px;
}

.np-motion-off .np-aurora,
.np-motion-off .np-stars,
.np-motion-off .np-orbital,
.np-motion-off .np-signal {
	display: none;
}

.np-motion-off .np-logo-stage,
.np-motion-off .np-data-card,
.np-motion-off .np-logo-stage img {
	animation: none;
	transition: none;
	transform: translate(-48%, -52%);
}

.np-motion-off .np-data-card {
	transform: none;
}

.np-motion-subtle .np-aurora,
.np-motion-subtle .np-logo-stage img,
.np-motion-subtle .np-data-card {
	animation-duration: 12s;
}

.np-no-scroll-reveal .np-reveal {
	opacity: 1;
	transform: none;
}

@keyframes np-float {
	50% { transform: translateY(-14px); }
}

@keyframes np-orbit {
	to { transform: rotateX(68deg) rotateZ(348deg); }
}

@keyframes np-twinkle {
	50% { opacity: .18; transform: scale(.6); }
}

@keyframes np-signal {
	to { height: 25%; opacity: .4; }
}

@keyframes np-aurora {
	to { transform: translate(-8%, 9%) rotate(8deg); }
}

@media (max-width: 1180px) {
	.np-primary-nav {
		position: fixed;
		inset: 0 0 0 auto;
		width: min(410px, 88vw);
		padding: 110px 32px 40px;
		display: block;
		background: rgba(2, 7, 13, .98);
		box-shadow: -25px 0 70px rgba(0, 0, 0, .3);
		transform: translateX(105%);
		transition: transform .25s ease;
	}

	.np-primary-nav.is-open {
		transform: none;
	}

	.np-menu-toggle {
		position: relative;
		z-index: 102;
		display: block;
	}

	.np-menu {
		display: grid;
		gap: 8px;
	}

	.np-menu .sub-menu,
	.np-menu .sub-menu .sub-menu {
		position: static;
		width: 100%;
		min-width: 0;
		max-width: none;
		max-height: 0;
		padding: 0 0 0 14px;
		visibility: hidden;
		opacity: 1;
		overflow: hidden;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		transform: none;
		transition: max-height .25s ease, visibility .25s ease;
	}

	.np-menu li.submenu-open > .sub-menu {
		max-height: 900px;
		padding-top: 6px;
		padding-bottom: 8px;
		visibility: visible;
	}

	.np-menu .sub-menu a {
		padding-block: 10px;
	}

	.np-menu .menu-item-has-children {
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: center;
	}

	.np-menu .menu-item-has-children > .sub-menu {
		grid-column: 1 / -1;
	}

	.np-submenu-toggle {
		width: 44px;
		height: 44px;
		margin: 0;
	}

	.np-menu a,
	.np-cart-link,
	.np-nav-cta,
	.np-header-phone {
		width: 100%;
		margin: 0;
		padding: 14px 16px;
		justify-content: space-between;
	}

	.np-cart-link {
		margin-top: 15px;
	}

	.np-nav-cta,
	.np-header-phone {
		margin-top: 10px;
	}

	.np-header-phone {
		display: flex;
		align-items: center;
		text-align: left;
	}

	.np-hero-grid {
		grid-template-columns: 1fr;
		padding-top: 190px;
	}

	.np-hero-copy {
		max-width: 900px;
	}

	.np-scene {
		min-height: 500px;
		margin-top: -45px;
	}

	.np-logo-stage {
		width: min(760px, 88%);
	}

	.np-proof-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.np-proof-grid > div:nth-child(2) {
		border-right: 0;
	}

	.np-proof-grid > div:nth-child(-n+2) {
		border-bottom: 1px solid rgba(255, 255, 255, .09);
	}
}

@media (max-width: 900px) {
	body.admin-bar .np-site-header {
		top: 46px;
	}

	.np-section,
	.np-final-cta {
		padding: 90px 0;
	}

	.np-feature-grid,
	.np-founder-grid,
	.np-section-heading,
	.np-cta-grid {
		grid-template-columns: 1fr;
		gap: 45px;
	}

	.np-feature-visual {
		transform: none;
	}

	.np-product-grid,
	.np-post-grid,
	.woocommerce ul.products {
		grid-template-columns: repeat(2, 1fr);
	}

	.np-footer-grid {
		grid-template-columns: 1fr 1fr;
	}

	.np-footer-grid > div:first-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 700px) {
	.np-utility-inner {
		min-height: 34px;
		justify-content: center;
	}

	.np-utility-contact {
		gap: 14px;
	}

	.np-utility-contact a:first-child,
	.np-utility-hours {
		display: none;
	}

	body.np-call-bar {
		padding-bottom: 68px;
	}

	.np-mobile-call-bar {
		position: fixed;
		z-index: 9999;
		inset: auto 12px 12px;
		min-height: 56px;
		padding: 9px 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 18px;
		color: #07131c;
		background: linear-gradient(135deg, var(--np-gold-light), var(--np-gold));
		border: 1px solid rgba(255, 255, 255, .35);
		border-radius: 999px;
		text-decoration: none;
		box-shadow: 0 18px 55px rgba(0, 0, 0, .38);
	}

	.np-mobile-call-bar span {
		font-size: .7rem;
		font-weight: 850;
		letter-spacing: .08em;
		text-transform: uppercase;
	}

	.np-mobile-call-bar strong {
		font-size: .95rem;
	}

	.np-shell {
		width: min(calc(100% - 38px), var(--np-shell));
	}

	.np-header-inner {
		min-height: 88px;
	}

	.np-brand img,
	.np-brand .custom-logo {
		width: 145px;
	}

	.np-hero {
		min-height: auto;
	}

	.np-hero-grid {
		min-height: auto;
		padding: 145px 0 42px;
	}

	.np-hero h1 {
		font-size: clamp(3.05rem, 15vw, 5rem);
	}

	.np-eyebrow {
		font-size: .56rem;
		line-height: 1.5;
	}

	.np-intro {
		font-size: .98rem;
	}

	.np-button {
		width: 100%;
	}

	.np-microcopy {
		line-height: 1.65;
	}

	.np-scene {
		min-height: 330px;
		margin-top: -10px;
	}

	.np-data-card {
		display: none;
	}

	.np-orbital-one {
		width: 380px;
		height: 380px;
		left: -7%;
	}

	.np-orbital-two {
		width: 290px;
		height: 290px;
		left: 12%;
	}

	.np-proof-grid,
	.np-product-grid,
	.np-service-grid,
	.np-post-grid,
	.woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	.np-proof-grid > div {
		min-height: 95px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .09);
	}

	.np-proof-grid > div:last-child {
		border-bottom: 0;
	}

	.np-section h2,
	.np-final-cta h2,
	.np-page-hero h1 {
		font-size: clamp(2.4rem, 12vw, 4rem);
	}

	.np-section-heading {
		margin-bottom: 38px;
	}

	.np-founder-visual {
		min-height: 420px;
		padding: 28px;
	}

	.np-service-grid article {
		min-height: 270px;
	}

	.np-service-grid h3 {
		margin-top: 45px;
	}

	.np-footer-grid {
		grid-template-columns: 1fr;
	}

	.np-footer-grid > div:first-child {
		grid-column: auto;
	}

	.np-footer-bottom {
		display: block;
	}

	.np-page-hero {
		padding: 155px 0 72px;
	}

	.np-entry {
		padding-top: 60px;
		padding-bottom: 80px;
	}

	.np-product-meta {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}

	.np-logo-stage {
		transition: none;
	}

	.np-reveal {
		opacity: 1;
		transform: none;
	}
}
