body.home .entry-title,
body.front-page .entry-title,
body.home .page-title {
	display: none;
}

body.home .site-content,
body.home .content-area,
body.home .entry-content,
body.home .ast-container {
	padding-top: 0;
}

body.home .ast-container,
body.home .site-content .ast-container {
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}

.ns-home {
	--ns-home-green: #176b4d;
	--ns-home-green-dark: #0e3e31;
	--ns-home-mint: #eaf7f1;
	--ns-home-cream: #fff8ec;
	--ns-home-orange: #f59e0b;
	--ns-home-text: #121d26;
	--ns-home-muted: #60716a;
	background:
		radial-gradient(circle at 6% 0%, rgba(23, 107, 77, 0.12), transparent 30rem),
		linear-gradient(180deg, #fffdfa 0%, #f7fbf8 52%, #ffffff 100%);
	color: var(--ns-home-text);
	font-family: Manrope, Inter, Arial, sans-serif;
	overflow-x: hidden;
}

.ns-home,
.ns-home * {
	box-sizing: border-box;
}

.ns-home a {
	text-decoration: none;
}

.ns-home-hero,
.ns-home-section,
.ns-home-disclaimer {
	width: min(1180px, calc(100% - 40px));
	margin-right: auto;
	margin-left: auto;
}

.ns-home-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.22fr) minmax(280px, 0.78fr);
	gap: clamp(24px, 5vw, 66px);
	align-items: center;
	min-height: 500px;
	padding: clamp(94px, 9vw, 132px) 0 clamp(26px, 4vw, 46px);
}

.ns-home-eyebrow,
.ns-home-kicker {
	margin: 0 0 12px;
	color: var(--ns-home-green);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.ns-home-hero h1 {
	max-width: 800px;
	margin: 0;
	color: var(--ns-home-green-dark);
	font-size: clamp(42px, 5.15vw, 66px);
	font-weight: 900;
	letter-spacing: -0.045em;
	line-height: 1.02;
}

.ns-home-lead {
	max-width: 680px;
	margin: 24px 0 0;
	color: var(--ns-home-muted);
	font-size: clamp(17px, 2vw, 21px);
	font-weight: 560;
	line-height: 1.75;
}

.ns-home-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.ns-home-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 24px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.ns-home-btn:hover {
	transform: translateY(-2px);
}

.ns-home-btn--primary {
	background: var(--ns-home-orange);
	box-shadow: 0 18px 34px rgba(245, 158, 11, 0.28);
	color: #201407;
}

.ns-home-btn--secondary {
	border: 1px solid rgba(23, 107, 77, 0.2);
	background: #fff;
	color: var(--ns-home-green-dark);
}

.ns-home-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.ns-home-trust span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 13px;
	border: 1px solid rgba(23, 107, 77, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.74);
	color: var(--ns-home-green-dark);
	font-size: 13px;
	font-weight: 850;
}

.ns-home-trust span::before {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--ns-home-green);
	content: "";
}

.ns-home-hero__panel {
	padding: clamp(24px, 4vw, 36px);
	border: 1px solid rgba(23, 107, 77, 0.14);
	border-radius: 34px;
	background:
		linear-gradient(145deg, rgba(255, 248, 236, 0.94), rgba(234, 247, 241, 0.94)),
		#fff;
	box-shadow: 0 24px 70px rgba(16, 70, 52, 0.14);
}

.ns-home-hero__panel strong {
	display: block;
	margin-bottom: 18px;
	color: var(--ns-home-green-dark);
	font-size: 24px;
	font-weight: 950;
	letter-spacing: -0.03em;
}

.ns-home-hero__panel ul {
	display: grid;
	gap: 12px;
	margin: 0 0 22px;
	padding: 0;
	list-style: none;
}

.ns-home-hero__panel li {
	padding: 14px 16px;
	border: 1px solid rgba(23, 107, 77, 0.12);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.68);
	color: var(--ns-home-text);
	font-weight: 850;
}

.ns-home-hero__panel a {
	display: inline-flex;
	color: var(--ns-home-green);
	font-weight: 950;
}

.ns-home-section {
	padding: clamp(26px, 5vw, 56px) 0;
}

.ns-home-section__head {
	max-width: 760px;
	margin-bottom: 28px;
}

.ns-home-section__head h2 {
	max-width: 900px;
	margin: 0;
	color: var(--ns-home-green-dark);
	font-size: clamp(30px, 3.4vw, 42px);
	font-weight: 950;
	letter-spacing: -0.035em;
	line-height: 1.12;
}

.ns-home-section__head p:not(.ns-home-kicker) {
	margin: 14px 0 0;
	color: var(--ns-home-muted);
	font-size: 17px;
	line-height: 1.7;
}

.ns-home-category-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.ns-home-category-card {
	min-height: 190px;
	padding: 22px;
	border: 1px solid rgba(23, 107, 77, 0.12);
	border-radius: 26px;
	background: #fff;
	box-shadow: 0 14px 36px rgba(16, 70, 52, 0.06);
	color: var(--ns-home-text);
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.ns-home-category-card:hover {
	border-color: rgba(245, 158, 11, 0.55);
	box-shadow: 0 20px 42px rgba(16, 70, 52, 0.12);
	transform: translateY(-4px);
}

.ns-home-category-card span {
	display: inline-grid;
	place-items: center;
	width: 46px;
	height: 46px;
	margin-bottom: 18px;
	border-radius: 16px;
	background: var(--ns-home-mint);
	font-size: 23px;
}

.ns-home-category-card strong,
.ns-home-product-card strong {
	display: block;
	color: var(--ns-home-green-dark);
	font-size: 18px;
	font-weight: 950;
	line-height: 1.25;
}

.ns-home-category-card small {
	display: block;
	margin-top: 9px;
	color: var(--ns-home-muted);
	font-size: 14px;
	line-height: 1.55;
}

.ns-home-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.ns-home-product-card {
	display: flex;
	align-items: center;
	flex-direction: column;
	min-height: 390px;
	padding: 22px;
	border: 1px solid rgba(23, 107, 77, 0.12);
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 16px 42px rgba(16, 70, 52, 0.08);
	text-align: center;
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.ns-home-product-card:hover {
	box-shadow: 0 24px 52px rgba(16, 70, 52, 0.14);
	transform: translateY(-4px);
}

.ns-home-product-card__image {
	display: grid;
	place-items: center;
	width: 100%;
	height: 210px;
	margin-bottom: 18px;
}

.ns-home-product-card__image img {
	max-width: 100%;
	max-height: 210px;
	object-fit: contain;
}

.ns-home-product-card__price {
	display: block;
	margin-top: 10px;
	color: var(--ns-home-text);
	font-size: 17px;
	font-weight: 950;
}

.ns-home-product-card__price del {
	color: #a5ada9;
	font-size: 13px;
	font-weight: 650;
}

.ns-home-product-card__price ins {
	background: transparent;
	color: var(--ns-home-text);
	text-decoration: none;
}

.ns-home-product-card em {
	margin-top: auto;
	padding: 10px 18px;
	border-radius: 999px;
	background: var(--ns-home-orange);
	color: #201407;
	font-size: 13px;
	font-style: normal;
	font-weight: 950;
	text-transform: uppercase;
}

.ns-home-post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.ns-home-post-card {
	overflow: hidden;
	border: 1px solid rgba(23, 107, 77, 0.12);
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 16px 42px rgba(16, 70, 52, 0.08);
}

.ns-home-post-card__image {
	display: grid;
	place-items: center;
	overflow: hidden;
	height: 205px;
	background: linear-gradient(135deg, var(--ns-home-mint), var(--ns-home-cream));
	color: var(--ns-home-green-dark);
	font-weight: 950;
}

.ns-home-post-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 240ms ease;
}

.ns-home-post-card:hover img {
	transform: scale(1.035);
}

.ns-home-post-card div {
	padding: 22px;
}

.ns-home-post-card span {
	color: var(--ns-home-green);
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ns-home-post-card h3 {
	margin: 9px 0 10px;
	font-size: 21px;
	font-weight: 950;
	letter-spacing: -0.03em;
	line-height: 1.22;
}

.ns-home-post-card h3 a {
	color: var(--ns-home-green-dark);
}

.ns-home-post-card p {
	margin: 0;
	color: var(--ns-home-muted);
	font-size: 15px;
	line-height: 1.65;
}

.ns-home-disclaimer {
	margin-top: 20px;
	margin-bottom: clamp(44px, 7vw, 82px);
	padding: 22px 24px;
	border: 1px solid rgba(245, 158, 11, 0.25);
	border-radius: 24px;
	background: #fff4dd;
	color: #4f3412;
	font-size: 15px;
	font-weight: 650;
	line-height: 1.7;
}

.ns-home-empty {
	padding: 22px;
	border: 1px dashed rgba(23, 107, 77, 0.24);
	border-radius: 20px;
	background: #fff;
	color: var(--ns-home-muted);
}

@media (max-width: 1024px) {
	.ns-home-hero {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.ns-home-category-grid,
	.ns-home-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ns-home-post-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	body.home,
	body.home .site,
	body.home .site-content,
	body.home .entry-content,
	.ns-home {
		overflow-x: hidden;
	}

	.ns-home-hero,
	.ns-home-section,
	.ns-home-disclaimer {
		width: min(100% - 28px, 1180px);
	}

	.ns-home-hero {
		padding-top: 58px;
		padding-bottom: 34px;
	}

	.ns-home-hero h1 {
		max-width: min(330px, 100%);
		font-size: clamp(28px, 7.6vw, 31px);
		letter-spacing: -0.02em;
		line-height: 1.12;
		overflow-wrap: break-word;
		word-break: normal;
	}

	.ns-home-lead {
		max-width: min(340px, 100%);
		margin-top: 18px;
		font-size: 15.5px;
		line-height: 1.65;
	}

	.ns-home-eyebrow,
	.ns-home-kicker {
		font-size: 11px;
		letter-spacing: 0.08em;
	}

	.ns-home-actions,
	.ns-home-btn {
		width: 100%;
	}

	.ns-home-btn {
		min-height: 52px;
		padding-right: 16px;
		padding-left: 16px;
		font-size: 13px;
		letter-spacing: 0.035em;
		white-space: normal;
		text-align: center;
	}

	.ns-home-trust {
		margin-top: 22px;
	}

	.ns-home-hero__panel {
		padding: 22px;
		border-radius: 26px;
	}

	.ns-home-hero__panel strong {
		font-size: 23px;
	}

	.ns-home-category-grid,
	.ns-home-product-grid {
		grid-template-columns: 1fr;
	}
}
