html {
	scroll-behavior: smooth;
}

body {
	background:
		linear-gradient(180deg, #fbfcfa 0%, #f2faf8 38%, #fbfcfa 100%);
	font-size: 16px;
}

.site-shell {
	position: relative;
	overflow: hidden;
}

.np-header {
	backdrop-filter: blur(16px);
	background: rgba(251, 252, 250, 0.9);
	border-bottom: 1px solid rgba(16, 34, 43, 0.08);
	position: sticky;
	top: 0;
	z-index: 10;
}

.np-header .wp-block-navigation a {
	text-decoration: none;
}

.np-hero {
	background: linear-gradient(135deg, #f7fcfb 0%, #e8f6f3 100%);
	border-bottom: 1px solid rgba(16, 34, 43, 0.08);
}

.np-hero h1 {
	letter-spacing: 0;
	margin-bottom: 0.85rem;
	max-width: 11em;
}

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

.np-hero-visual {
	background: #ffffff;
	border: 1px solid rgba(14, 106, 111, 0.14);
	border-radius: 8px;
	box-shadow: 0 22px 60px rgba(16, 34, 43, 0.11);
	padding: clamp(0.75rem, 2vw, 1.25rem);
}

.np-hero-visual img {
	display: block;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.np-kicker {
	color: #0e6a6f;
	font-size: 0.86rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.np-section-title {
	margin-left: auto;
	margin-right: auto;
	max-width: 780px;
	text-align: center;
}

.np-stat {
	border-left: 3px solid #33b8b1;
	padding-left: 1rem;
}

.np-stat strong {
	display: block;
	font-size: 1.7rem;
	line-height: 1;
}

.np-card {
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(14, 106, 111, 0.16);
	border-radius: 8px;
	box-shadow: 0 20px 60px rgba(16, 34, 43, 0.08);
	height: 100%;
}

.np-feature-card {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.np-feature-card h3,
.np-card h3 {
	margin-top: 0;
}

.np-feature-card figure {
	background: #f7fcfb;
	border: 1px solid rgba(14, 106, 111, 0.12);
	border-radius: 8px;
	margin: 0;
	padding: 0.75rem;
}

.np-feature-card img {
	aspect-ratio: 4 / 3;
	box-shadow: none;
	object-fit: contain;
	width: 100%;
}

.np-panel {
	border-top: 1px solid rgba(16, 34, 43, 0.1);
	border-bottom: 1px solid rgba(16, 34, 43, 0.1);
}

.np-image img {
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(16, 34, 43, 0.14);
}

.np-step {
	border-top: 4px solid #65ad45;
}

.np-cta {
	background:
		linear-gradient(135deg, rgba(14, 106, 111, 0.94), rgba(16, 34, 43, 0.94)),
		url("./images/ocean-of-microbiome.png");
	background-position: center;
	background-size: cover;
	color: #ffffff;
}

.np-cta a {
	color: #ffffff;
}

.wp-block-button__link {
	box-shadow: 0 14px 30px rgba(14, 106, 111, 0.22);
}

.is-style-outline .wp-block-button__link {
	box-shadow: none;
}

@media (max-width: 720px) {
	.np-header {
		position: static;
	}

	.np-card {
		box-shadow: none;
	}
}
