/**
 * Batch 3/4 — compact priority category H1 + intro + related nav.
 * No hero redesign; matches existing catalog typography.
 */

.vw-cat-seo-h1 {
	margin: 0.85rem clamp(1rem, 3.5vw, 3.5rem) 0.45rem;
	font-size: clamp(1.35rem, 2.2vw, 1.85rem);
	line-height: 1.2;
	letter-spacing: -0.02em;
	font-weight: 700;
	color: #111;
}

.vw-cat-seo-intro {
	margin: 0 clamp(1rem, 3.5vw, 3.5rem) 0.65rem;
	max-width: 42rem;
	font-size: 0.95rem;
	line-height: 1.5;
	color: #444;
}

.vw-cat-seo-intro p:first-child {
	margin-top: 0;
}

.vw-cat-seo-intro p:last-child {
	margin-bottom: 0;
}

.vw-cat-seo-related {
	margin: 0 clamp(1rem, 3.5vw, 3.5rem) 1rem;
	max-width: 42rem;
	font-size: 0.88rem;
	line-height: 1.45;
	color: #555;
}

.vw-cat-seo-related p {
	margin: 0 0 0.35rem;
}

.vw-cat-seo-related p:last-child {
	margin-bottom: 0;
}

.vw-cat-seo-related a,
.vw-cat-seo-money-links a,
.vw-cat-seo-pdp-link a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

.vw-cat-seo-money-links {
	margin: 0.35rem clamp(1rem, 3.5vw, 3.5rem) 0.75rem;
	max-width: 52rem;
	font-size: 0.82rem;
	line-height: 1.4;
	color: #555;
}

.vw-cat-seo-money-links p {
	margin: 0;
}

.vw-ns-filters .vw-cat-seo-money-links,
.vw-oh-stock .vw-cat-seo-money-links {
	margin-left: 0;
	margin-right: 0;
}

.vw-cat-seo-pdp-link {
	margin: 0.65rem 0 0;
	font-size: 0.9rem;
}

@media (max-width: 640px) {
	.vw-cat-seo-h1 {
		margin-top: 0.65rem;
		font-size: 1.3rem;
	}

	.vw-cat-seo-intro {
		font-size: 0.9rem;
		max-height: none;
	}

	.vw-cat-seo-related,
	.vw-cat-seo-money-links {
		font-size: 0.82rem;
	}
}
