@font-face {
	font-family: "NRS Inter";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("../../fonts/inter-variable.woff2") format("woff2");
}

@font-face {
	font-family: "NRS Manrope";
	font-style: normal;
	font-weight: 200 800;
	font-display: swap;
	src: url("../../fonts/manrope-variable.woff2") format("woff2");
}

/*
 * No dedicated archive frames exist for these routes. This shared family uses
 * the completed 560px hero, 1312/1280px content rails, 528px Home product
 * cards, 345px mobile rail, and 120/72px section rhythm as its design system.
 */
body.nrs-archive-product-category.nrs-route-legacy:not(.fusion-builder-live) .avada-page-titlebar-wrapper,
body.nrs-archive-product-category.nrs-route-legacy:not(.fusion-builder-live) #sidebar {
	display: none !important;
}

body.nrs-archive-product-category.nrs-route-legacy:not(.fusion-builder-live) #main,
body.nrs-archive-product-category.nrs-route-legacy:not(.fusion-builder-live) #main > .fusion-row,
body.nrs-archive-product-category.nrs-route-legacy:not(.fusion-builder-live) #content,
body.nrs-archive-product-category.nrs-route-legacy:not(.fusion-builder-live) #content > article,
body.nrs-archive-product-category.nrs-route-legacy:not(.fusion-builder-live) #content .post-content {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

body.nrs-archive-product-category.nrs-route-legacy,
body.nrs-archive-product-category.nrs-route-legacy:not(.fusion-builder-live) #main,
body.nrs-archive-product-category.nrs-route-legacy:not(.fusion-builder-live) #wrapper,
body.nrs-archive-product-category.nrs-route-legacy:not(.fusion-builder-live) .fusion-wrapper {
	background: #fff !important;
}

.nrs-product-category-content,
.nrs-product-category-hero,
.nrs-product-category-catalog,
.nrs-product-category-advantage,
.nrs-product-category-reach,
.nrs-product-category-cta {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	font-family: "NRS Inter", Inter, var(--body_typography-font-family, Arial, sans-serif);
}

.nrs-product-category-hero *,
.nrs-product-category-hero *::before,
.nrs-product-category-hero *::after,
.nrs-product-category-catalog *,
.nrs-product-category-catalog *::before,
.nrs-product-category-catalog *::after {
	box-sizing: border-box;
}

/* Shared product-family hero. */
.nrs-product-category-hero {
	position: relative;
	z-index: 1;
	min-height: 560px;
	margin: 0 0 120px;
	overflow: visible;
	background:
		radial-gradient(circle at 77% 30%, rgba(89, 157, 211, 0.46) 0, rgba(89, 157, 211, 0) 31%),
		radial-gradient(circle at 10% 110%, rgba(79, 128, 165, 0.36) 0, rgba(79, 128, 165, 0) 37%),
		linear-gradient(135deg, #111827 0%, #233250 54%, #1f5d8d 130%);
	color: #fbfbfb;
	isolation: isolate;
}

.nrs-product-category-hero::before {
	position: absolute;
	inset: 0;
	z-index: -2;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
	background-size: 48px 48px;
	content: "";
	-webkit-mask-image: linear-gradient(90deg, #000 0, rgba(0, 0, 0, 0.5) 58%, transparent 100%);
	mask-image: linear-gradient(90deg, #000 0, rgba(0, 0, 0, 0.5) 58%, transparent 100%);
}

.nrs-product-category-hero__glow {
	position: absolute;
	top: 50%;
	right: clamp(24px, 7vw, 110px);
	z-index: -1;
	width: min(44vw, 640px);
	height: 74%;
	border-radius: 50%;
	background: rgba(139, 198, 242, 0.2);
	filter: blur(70px);
	pointer-events: none;
	transform: translateY(-50%);
}

.nrs-product-category-hero__inner {
	display: grid;
	align-items: center;
	grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
	width: min(1312px, calc(100% - 96px));
	min-height: 560px;
	margin: 0 auto;
	padding: 68px 0 50px;
	gap: clamp(48px, 5.5vw, 84px);
}

.nrs-product-category-hero__copy {
	min-width: 0;
	max-width: 610px;
}

.nrs-product-category-hero__breadcrumb {
	margin-bottom: 34px;
}

.nrs-product-category-hero__breadcrumb ol {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	color: rgba(251, 251, 251, 0.62);
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
	list-style: none;
	gap: 10px;
}

.nrs-product-category-hero__breadcrumb li {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.nrs-product-category-hero__breadcrumb li + li::before {
	color: rgba(251, 251, 251, 0.34);
	content: "/";
}

.nrs-product-category-hero__breadcrumb a {
	color: rgba(251, 251, 251, 0.72);
	text-decoration: none;
}

.nrs-product-category-hero__breadcrumb a:hover,
.nrs-product-category-hero__breadcrumb a:focus-visible {
	color: #fff;
	text-decoration: none;
}

.nrs-product-category-hero__eyebrow,
.nrs-product-category-hero__title,
.nrs-product-category-hero__description,
.nrs-product-category-hero__count,
.nrs-product-category-hero-card__title {
	margin: 0;
	letter-spacing: 0;
}

.nrs-product-category-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 34px;
	padding: 7px 18px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.07);
	color: rgba(251, 251, 251, 0.88);
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.nrs-product-category-hero h1.nrs-product-category-hero__title {
	max-width: 610px;
	margin-top: 20px;
	color: #fbfbfb;
	font-family: "NRS Manrope", Manrope, Inter, var(--h1_typography-font-family, Arial, sans-serif);
	font-size: clamp(56px, 5vw, 72px) !important;
	font-weight: 600;
	line-height: 1.08 !important;
	letter-spacing: -0.025em;
}

.nrs-product-category-hero p.nrs-product-category-hero__description {
	max-width: 590px;
	margin-top: 24px;
	color: rgba(251, 251, 251, 0.82);
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}

.nrs-product-category-hero__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	margin-top: 28px;
	padding: 6px 14px;
	border-radius: 999px;
	background: rgba(211, 235, 255, 0.14);
	color: #d3ebff;
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
}

.nrs-product-category-hero__products {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
	grid-template-rows: repeat(2, minmax(0, 1fr));
	width: 100%;
	height: 376px;
	gap: 16px;
}

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

.nrs-product-category-hero-card {
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	min-width: 0;
	padding: 12px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0 24px 64px rgba(5, 12, 23, 0.22);
	color: #fbfbfb;
	text-decoration: none;
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
	transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.nrs-product-category-hero__products--3 .nrs-product-category-hero-card.is-primary {
	grid-row: 1 / -1;
}

.nrs-product-category-hero-card:hover,
.nrs-product-category-hero-card:focus-visible {
	border-color: rgba(255, 255, 255, 0.34);
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
	text-decoration: none;
	transform: translateY(-3px);
}

.nrs-product-category-hero-card:focus-visible {
	outline: 2px solid rgba(211, 235, 255, 0.82);
	outline-offset: 3px;
}

.nrs-product-category-hero-card__media {
	display: grid;
	place-items: center;
	min-width: 0;
	min-height: 0;
	padding: 10px;
	overflow: hidden;
	border-radius: 14px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(225, 241, 254, 0.82));
}

.nrs-product-category-hero-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: contain;
	object-position: center;
}

.nrs-product-category-hero-card__title {
	display: -webkit-box;
	min-height: 42px;
	padding: 12px 6px 2px;
	overflow: hidden;
	color: #fbfbfb;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/* Home-derived family navigation and cards. */
.nrs-product-category-catalog.nrs-home-products {
	min-height: 0;
	padding: 0 clamp(24px, 4.45vw, 64px) 120px;
	overflow: visible;
}

.nrs-product-category-catalog .nrs-home-products__container {
	max-width: 1312px;
}

.nrs-product-category-catalog__intro.nrs-home-products__intro {
	min-height: 0;
}

.nrs-product-category-catalog__eyebrow {
	margin: 0 0 20px;
	color: var(--primary-700);
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0.02em;
	text-align: center;
	text-transform: uppercase;
}

.nrs-product-category-catalog .nrs-home-products__title {
	height: auto;
	font-family: "NRS Manrope", Manrope, Inter, var(--h2_typography-font-family, Arial, sans-serif);
	font-weight: 600;
}

.nrs-product-category-catalog .nrs-home-products__text {
	min-height: 0;
}

.nrs-product-category-catalog__nav.nrs-home-products__tabs-wrap {
	margin-top: 64px;
}

.nrs-product-category-catalog__nav .nrs-home-products__tabs {
	min-width: 416px;
}

.nrs-product-category-catalog__nav .nrs-home-products__tab {
	text-decoration: none;
}

.nrs-product-category-catalog__nav .nrs-home-products__tab:hover,
.nrs-product-category-catalog__nav .nrs-home-products__tab:focus {
	text-decoration: none;
}

.nrs-product-category-catalog__products.nrs-home-products__panels {
	margin-top: 48px;
}

.nrs-product-category-catalog .nrs-home-products__grid {
	justify-content: center;
}

.nrs-product-category-card.nrs-home-product-card {
	height: 528px;
	padding: 24px;
	border-color: rgba(6, 3, 22, 0.07);
	background: #fcfcfc;
	box-shadow: 0 16px 42px rgba(30, 64, 92, 0.06);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.nrs-product-category-card.nrs-home-product-card--featured {
	background: #d3ebff;
}

.nrs-product-category-card:hover {
	border-color: rgba(31, 93, 141, 0.22);
	box-shadow: 0 20px 54px rgba(30, 64, 92, 0.12);
	transform: translateY(-4px);
}

.nrs-product-category-card .nrs-home-product-card__link {
	display: grid;
	grid-template-rows: minmax(48px, auto) minmax(0, 1fr) 48px;
	height: 100%;
	gap: 16px;
}

.nrs-product-category-card h3.nrs-home-product-card__title {
	position: static;
	width: 100%;
	max-width: none;
	height: auto;
	min-height: 48px;
	margin: 0;
	overflow: visible;
	font-family: "NRS Inter", Inter, var(--h3_typography-font-family, Arial, sans-serif);
	font-size: 22px !important;
	font-weight: 500;
	line-height: 28px !important;
	white-space: normal;
	transform: none;
}

.nrs-product-category-card__media {
	display: grid;
	place-items: center;
	min-width: 0;
	min-height: 0;
	padding: 22px;
	overflow: hidden;
	border-radius: 12px;
	background: rgba(246, 249, 250, 0.78);
}

.nrs-home-product-card--featured .nrs-product-category-card__media {
	background: rgba(255, 255, 255, 0.56);
}

.nrs-product-category-card .nrs-home-product-card__image {
	position: static;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	margin: 0;
	object-fit: contain;
	object-position: center;
	transform: none;
}

.nrs-product-category-card .nrs-product-category-card__cta {
	position: static;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	justify-self: stretch;
	width: 100%;
	height: 48px;
	margin: 0;
	padding: 12px 20px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: var(--primary-700);
	color: #fbfbfb;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	gap: 8px;
}

.nrs-product-category-card .nrs-home-product-card__arrow {
	color: currentColor;
}

.nrs-product-category-catalog__empty {
	margin: 0;
	padding: 64px 24px;
	border-radius: 16px;
	background: #f6f9fa;
	color: var(--neutral-gray-700);
	font-size: 18px;
	line-height: 28px;
	text-align: center;
}

/* The Home component's staggered desktop cards are retained without its
 * Home-only mobile overlap spacing. */
.nrs-product-category-advantage.nrs-home-advantage {
	min-height: 900px;
	padding-top: 112px;
	padding-bottom: 140px;
}

.nrs-product-category-reach h2.nrs-home-reach__title,
.nrs-product-category-cta h2.nrs-home-cta__title {
	font-family: "NRS Manrope", Manrope, Inter, var(--h2_typography-font-family, Arial, sans-serif);
}

.nrs-product-category-cta.nrs-home-cta {
	padding-bottom: 120px;
}

/* Native Elementor Archive candidates retain the public component classes on
 * widget/Container wrappers. Mirror only selectors whose public form depends
 * on a semantic tag so editor controls inherit the reviewed archive geometry. */
.nrs-elementor-native .nrs-product-category-hero__title {
	max-width: 610px;
	margin-top: 20px;
	color: #fbfbfb;
	font-family: "NRS Manrope", Manrope, Inter, var(--h1_typography-font-family, Arial, sans-serif);
	font-size: clamp(56px, 5vw, 72px) !important;
	font-weight: 600;
	line-height: 1.08 !important;
	letter-spacing: -0.025em;
}

.nrs-elementor-native .nrs-product-category-hero__description {
	max-width: 590px;
	margin-top: 24px;
	color: rgba(251, 251, 251, 0.82);
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}

.nrs-elementor-native .nrs-product-category-card .nrs-home-product-card__title {
	position: static;
	width: 100%;
	max-width: none;
	height: auto;
	min-height: 48px;
	margin: 0;
	overflow: visible;
	font-family: "NRS Inter", Inter, var(--h3_typography-font-family, Arial, sans-serif);
	font-size: 22px !important;
	font-weight: 500;
	line-height: 28px !important;
	white-space: normal;
	transform: none;
}

.nrs-elementor-native .nrs-product-category-card__cta > .elementor-widget-heading {
	--container-widget-width: auto;
	width: auto;
	min-width: 0;
	flex: 0 1 auto;
}

.nrs-elementor-native .nrs-product-category-reach .nrs-home-reach__title,
.nrs-elementor-native .nrs-product-category-cta .nrs-home-cta__title {
	font-family: "NRS Manrope", Manrope, Inter, var(--h2_typography-font-family, Arial, sans-serif);
}

@media (max-width: 1180px) {
	.nrs-product-category-hero__inner {
		grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
		width: calc(100% - 80px);
		gap: 40px;
	}

	.nrs-product-category-hero h1.nrs-product-category-hero__title {
		font-size: 54px !important;
	}

	.nrs-elementor-native .nrs-product-category-hero__title {
		font-size: 54px !important;
	}

	.nrs-product-category-hero p.nrs-product-category-hero__description {
		font-size: 17px;
		line-height: 28px;
	}

	.nrs-elementor-native .nrs-product-category-hero__description {
		font-size: 17px;
		line-height: 28px;
	}

	.nrs-product-category-catalog .nrs-home-products__grid--3 > .nrs-product-category-card:last-child:nth-child(odd) {
		grid-column: 1 / -1;
		width: calc((100% - 16px) / 2);
		justify-self: center;
	}
}

@media (max-width: 900px) {
	.nrs-product-category-hero__inner {
		grid-template-columns: minmax(0, 1fr);
		width: min(680px, calc(100% - 80px));
		min-height: 0;
		padding-top: 72px;
		padding-bottom: 104px;
		gap: 52px;
	}

	.nrs-product-category-hero__copy {
		max-width: 680px;
		text-align: center;
	}

	.nrs-product-category-hero__breadcrumb ol {
		justify-content: center;
	}

	.nrs-product-category-hero h1.nrs-product-category-hero__title,
	.nrs-product-category-hero p.nrs-product-category-hero__description {
		max-width: 680px;
	}

	.nrs-product-category-hero__products {
		height: 320px;
	}

	.nrs-product-category-advantage.nrs-home-advantage {
		min-height: 0;
		padding-top: 96px;
		padding-bottom: 96px;
	}
}

@media (max-width: 760px) {
	.nrs-product-category-catalog .nrs-home-products__grid--3 > .nrs-product-category-card:last-child:nth-child(odd) {
		grid-column: auto;
		width: 100%;
	}
}

@media (max-width: 600px) {
	.nrs-product-category-hero {
		min-height: 0;
		margin-bottom: 96px;
	}

	.nrs-product-category-hero::before {
		background-size: 32px 32px;
		-webkit-mask-image: linear-gradient(180deg, #000 0, rgba(0, 0, 0, 0.44) 72%, transparent 100%);
		mask-image: linear-gradient(180deg, #000 0, rgba(0, 0, 0, 0.44) 72%, transparent 100%);
	}

	.nrs-product-category-hero__glow {
		top: auto;
		right: -25%;
		bottom: 20px;
		width: 110%;
		height: 280px;
		filter: blur(54px);
		transform: none;
	}

	.nrs-product-category-hero__inner {
		width: min(345px, calc(100% - 48px));
		padding-top: 88px;
		padding-bottom: 86px;
		gap: 40px;
	}

	.nrs-product-category-hero__breadcrumb {
		margin-bottom: 28px;
	}

	.nrs-product-category-hero__breadcrumb ol {
		font-size: 12px;
		line-height: 18px;
		gap: 7px;
	}

	.nrs-product-category-hero__breadcrumb li {
		gap: 7px;
	}

	.nrs-product-category-hero__eyebrow {
		height: 32px;
		padding: 6px 16px;
		font-size: 13px;
	}

	.nrs-product-category-hero h1.nrs-product-category-hero__title {
		margin-top: 18px;
		font-size: 42px !important;
		line-height: 50px !important;
	}

	.nrs-elementor-native .nrs-product-category-hero__title {
		margin-top: 18px;
		font-size: 42px !important;
		line-height: 50px !important;
	}

	.nrs-product-category-hero p.nrs-product-category-hero__description {
		margin-top: 20px;
		font-size: 15px;
		line-height: 26px;
	}

	.nrs-elementor-native .nrs-product-category-hero__description {
		margin-top: 20px;
		font-size: 15px;
		line-height: 26px;
	}

	.nrs-product-category-hero__count {
		margin-top: 22px;
	}

	.nrs-product-category-hero__products {
		height: 232px;
		gap: 10px;
	}

	.nrs-product-category-hero-card {
		padding: 8px;
		border-radius: 16px;
	}

	.nrs-product-category-hero-card__media {
		padding: 6px;
		border-radius: 10px;
	}

	.nrs-product-category-hero-card__title {
		min-height: 36px;
		padding: 8px 2px 0;
		font-size: 11px;
		line-height: 16px;
	}

	.nrs-product-category-catalog.nrs-home-products {
		min-height: 0;
		padding: 0 24px 72px;
	}

	.nrs-product-category-catalog .nrs-home-products__container,
	.nrs-product-category-catalog__intro.nrs-home-products__intro {
		width: min(345px, 100%);
		max-width: 345px;
		min-height: 0;
	}

	.nrs-product-category-catalog__eyebrow {
		margin-bottom: 16px;
		font-size: 12px;
		line-height: 18px;
	}

	.nrs-product-category-catalog h2.nrs-home-products__title {
		width: 100%;
		height: auto;
		font-family: "NRS Manrope", Manrope, Inter, sans-serif;
		font-size: 32px !important;
		font-weight: 600;
		line-height: 40px !important;
	}

	.nrs-product-category-catalog p.nrs-home-products__text {
		width: 100%;
		min-height: 0;
		margin-top: 20px;
		font-size: 15px;
		font-weight: 400;
		line-height: 28px;
	}

	.nrs-product-category-catalog__nav.nrs-home-products__tabs-wrap {
		width: 100%;
		min-height: 65px;
		margin-top: 48px;
	}

	.nrs-product-category-catalog__products.nrs-home-products__panels {
		margin-top: 32px;
	}

	.nrs-product-category-catalog .nrs-home-products__grid {
		gap: 16px;
	}

	.nrs-product-category-card.nrs-home-product-card,
	.nrs-product-category-card.nrs-home-product-card--wide {
		width: 100%;
		height: 460px;
		min-height: 460px;
		padding: 20px;
	}

	.nrs-product-category-card .nrs-home-product-card__link {
		position: static;
		display: grid;
		grid-template-rows: minmax(48px, auto) minmax(0, 1fr) 40px;
		height: 100%;
		gap: 14px;
	}

	.nrs-product-category-card h3.nrs-home-product-card__title {
		position: static;
		top: auto;
		left: auto;
		width: 100%;
		max-width: none;
		height: auto;
		min-height: 48px;
		margin: 0;
		font-size: 19px !important;
		line-height: 24px !important;
		text-align: left;
		white-space: normal;
		transform: none;
	}

	.nrs-elementor-native .nrs-product-category-card .nrs-home-product-card__title {
		position: static;
		top: auto;
		left: auto;
		width: 100%;
		max-width: none;
		height: auto;
		min-height: 48px;
		margin: 0;
		font-size: 19px !important;
		line-height: 24px !important;
		text-align: left;
		white-space: normal;
		transform: none;
	}

	.nrs-product-category-card__media {
		padding: 16px;
	}

	.nrs-product-category-card .nrs-home-product-card__image,
	.nrs-product-category-card.nrs-home-product-card--wide .nrs-home-product-card__image {
		position: static;
		top: auto;
		left: auto;
		width: 100%;
		height: 100%;
		margin: 0;
		transform: none;
	}

	.nrs-product-category-card .nrs-product-category-card__cta {
		position: static;
		right: auto;
		bottom: auto;
		left: auto;
		width: 100%;
		height: 40px;
		padding: 8px 20px;
	}

	.nrs-product-category-advantage.nrs-home-advantage {
		min-height: 0;
		padding: 88px 24px 72px;
		background:
			linear-gradient(180deg, rgba(240, 248, 255, 0.68) 0%, rgba(211, 235, 255, 0.82) 52%, #f7fcff 100%);
	}

	.nrs-product-category-advantage .nrs-home-advantage__cards {
		margin-top: 64px;
	}

	.nrs-product-category-cta.nrs-home-cta {
		padding-bottom: 72px;
	}
}

@media (max-width: 374px) {
	.nrs-product-category-hero__inner {
		width: calc(100% - 32px);
	}

	.nrs-product-category-hero__products {
		height: 218px;
	}

	.nrs-product-category-catalog.nrs-home-products {
		padding-right: 16px;
		padding-left: 16px;
	}

	.nrs-product-category-card.nrs-home-product-card,
	.nrs-product-category-card.nrs-home-product-card--wide {
		height: 440px;
		min-height: 440px;
	}
}
