
/* ============================================================
   NTS Sprint 2 additions — version 20260623-sprint2
   ============================================================ */

/* ============================================================
   Homepage section wrappers
   ============================================================ */
.nts-section-wrap {
	max-width: var(--nts-container);
	margin: 0 auto;
	padding: 40px 20px;
}

.nts-featured-section {
	padding-bottom: 48px;
}

.nts-section-header {
	margin-bottom: 20px;
}

.nts-section-header h2 {
	margin: 0;
	color: var(--nts-blue);
	font-size: 26px;
	line-height: 1.3;
	letter-spacing: 0;
	text-transform: none;
}

/* ============================================================
   Product line chips — label
   ============================================================ */
.nts-chips-wrap {
	max-width: var(--nts-container);
	margin: 0 auto;
	padding: 0 20px 24px;
}

.nts-chips-label {
	display: inline-flex;
	align-items: center;
	height: 32px;
	margin-right: 6px;
	color: var(--nts-muted);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	flex-shrink: 0;
}

/* ============================================================
   Specification table wrapper
   ============================================================ */
.nts-spec-table-wrap {
	margin-top: 22px;
}

.nts-spec-title {
	margin: 0 0 10px;
	color: var(--nts-blue);
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: none;
}

/* ============================================================
   Homepage layout adjustments
   ============================================================ */
.nts-homepage {
	display: block;
}

.nts-homepage .products.columns-4 {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

/* ============================================================
   Archive — chips context
   ============================================================ */
.nts-chips-wrap.is-archive {
	padding: 0 0 20px;
}

/* ============================================================
   Responsive — Sprint 2
   ============================================================ */
@media only screen and (max-width: 860px) {
	.nts-section-header h2 {
		font-size: 22px;
	}

	.nts-homepage .products.columns-4 {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 12px;
	}
}

@media only screen and (max-width: 640px) {
	.nts-section-wrap {
		padding: 28px 14px;
	}

	.nts-chips-wrap {
		padding: 0 14px 16px;
	}

	.nts-homepage .products.columns-4 {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 10px;
	}
}
