.nsd-home {
	--nsd-home-ink: #15191d;
	--nsd-home-paper: #f7f5f0;
	--nsd-home-line: rgba(21, 25, 29, 0.14);
	--nsd-home-accent: #d96f0d;
	--nsd-home-green: #6b9e2f;
	width: 100vw;
	margin-inline: calc(50% - 50vw);
	overflow: hidden;
	background: var(--nsd-home-paper);
	color: var(--nsd-home-ink);
	font-family: "DM Sans", "Segoe UI", system-ui, -apple-system, sans-serif;
}

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

.nsd-home a:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 4px;
}

.nsd-home-shell {
	width: min(1240px, calc(100% - 48px));
	margin-inline: auto;
}

.nsd-home-hero {
	position: relative;
	display: grid;
	min-height: min(820px, 88svh);
	align-items: end;
	overflow: hidden;
	background: #111;
	isolation: isolate;
}

.nsd-home-hero__media,
.nsd-home-hero__veil {
	position: absolute;
	inset: 0;
}

.nsd-home-hero__media {
	z-index: -2;
	overflow: hidden;
}

.nsd-home-hero__image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100% !important;
	max-width: none;
	object-fit: cover;
	object-position: center 58%;
}

.nsd-home-hero__veil {
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(7, 9, 10, 0.86) 0%, rgba(7, 9, 10, 0.52) 52%, rgba(7, 9, 10, 0.08) 82%),
		linear-gradient(0deg, rgba(7, 9, 10, 0.82) 0%, transparent 58%);
}

.nsd-home-hero__content {
	padding-block: clamp(96px, 14vw, 168px) clamp(48px, 7vw, 80px);
	color: #fff;
}

.nsd-home-eyebrow {
	margin: 0 0 18px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.4;
	text-transform: uppercase;
}

.nsd-home-hero .nsd-home-eyebrow,
.nsd-home-heading--light .nsd-home-eyebrow {
	color: #f2a65f;
}

.nsd-home-hero h1 {
	max-width: 920px;
	margin: 0;
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(3rem, 7vw, 6.9rem);
	font-weight: 500;
	letter-spacing: -0.055em;
	line-height: 0.94;
	text-wrap: balance;
	color: #fff;
}

.nsd-home-hero__lead {
	max-width: 700px;
	margin: 28px 0 0;
	font-size: clamp(1rem, 1.5vw, 1.22rem);
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.86);
}

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

.nsd-home-button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	padding: 13px 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.nsd-home-button:hover {
	transform: translateY(-2px);
}

.nsd-home-button--primary {
	background: var(--nsd-home-accent);
	color: #fff;
}

.nsd-home-button--primary:hover {
	background: #b95908;
	color: #fff;
}

.nsd-home-button--ghost {
	border-color: rgba(255, 255, 255, 0.62);
	background: rgba(7, 9, 10, 0.14);
	color: #fff;
	backdrop-filter: blur(10px);
}

.nsd-home-button--ghost:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.nsd-home-button--dark {
	border-color: var(--nsd-home-ink);
	background: var(--nsd-home-ink);
	color: #fff;
}

.nsd-home-button--dark:hover {
	background: #000;
	color: #fff;
}

.nsd-home-proof {
	display: grid;
	max-width: 800px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: clamp(52px, 8vw, 86px) 0 0;
	padding: 24px 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.24);
	list-style: none;
}

.nsd-home-proof li {
	display: grid;
	gap: 3px;
	padding-right: 20px;
}

.nsd-home-proof strong {
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(1.55rem, 3vw, 2.35rem);
	font-weight: 500;
	color: #fff;
}

.nsd-home-proof span {
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.7);
}

.nsd-home-section {
	padding-block: clamp(72px, 9vw, 128px);
}

.nsd-home-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
	gap: clamp(32px, 7vw, 96px);
	align-items: end;
	margin-bottom: clamp(34px, 5vw, 62px);
}

.nsd-home-heading h2,
.nsd-home-cta h2 {
	max-width: 850px;
	margin: 0;
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(2.25rem, 4.8vw, 4.9rem);
	font-weight: 500;
	letter-spacing: -0.045em;
	line-height: 1.02;
	text-wrap: balance;
}

.nsd-home-heading > p,
.nsd-home-cta p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.7;
	color: #596168;
}

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

.nsd-home-category {
	position: relative;
	display: grid;
	min-height: 430px;
	align-items: end;
	overflow: hidden;
	border-radius: 5px;
	background: #272b2e;
	color: #fff;
	isolation: isolate;
}

.nsd-home-category__media,
.nsd-home-category__veil {
	position: absolute;
	inset: 0;
}

.nsd-home-category__media {
	z-index: -2;
}

.nsd-home-category__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 420ms ease;
}

.nsd-home-category__veil {
	z-index: -1;
	background: linear-gradient(0deg, rgba(5, 7, 8, 0.92) 0%, rgba(5, 7, 8, 0.32) 58%, rgba(5, 7, 8, 0.08) 100%);
}

.nsd-home-category:hover .nsd-home-category__image {
	transform: scale(1.035);
}

.nsd-home-category__content {
	display: grid;
	gap: 9px;
	padding: clamp(24px, 4vw, 40px);
}

.nsd-home-category__content small {
	font-size: 0.69rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #f2a65f;
}

.nsd-home-category__content strong {
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(1.75rem, 3vw, 3rem);
	font-weight: 500;
	line-height: 1.05;
	color: #fff;
}

.nsd-home-category__content > span {
	max-width: 520px;
	font-size: 0.88rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.72);
}

.nsd-home-category__content em {
	margin-top: 9px;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
}

.nsd-home-section--products {
	background: #fff;
}

.nsd-home-text-link {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	gap: 8px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--nsd-home-ink);
}

.nsd-home-text-link:hover {
	color: var(--nsd-home-accent);
}

.nsd-home-products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.nsd-home-product {
	overflow: hidden;
	border: 1px solid var(--nsd-home-line);
	border-radius: 5px;
	background: #fff;
}

.nsd-home-product__media {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #eceae5;
}

.nsd-home-product__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 360ms ease;
}

.nsd-home-product:hover .nsd-home-product__media img {
	transform: scale(1.035);
}

.nsd-home-product__body {
	padding: 24px;
}

.nsd-home-product__body > p {
	margin: 0 0 8px;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #72787d;
}

.nsd-home-product h3 {
	min-height: 2.55em;
	margin: 0;
	font-family: "Fraunces", Georgia, serif;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.25;
}

.nsd-home-product h3 a {
	color: var(--nsd-home-ink);
}

.nsd-home-product__price {
	min-height: 42px;
	margin: 18px 0 12px;
	font-weight: 700;
	color: var(--nsd-home-ink);
}

.nsd-home-product__price .nsd-price-unit,
.nsd-home-product__price span {
	font-size: 0.78rem;
	font-weight: 600;
	color: #697077;
}


