/* Joy SEO Core: intentionally limited to the audited Woo shop/category headings. */
.jpsc-shop-title,
.jpsc-archive-title {
	max-inline-size: 100%;
	margin: 0 0 clamp(1rem, 2vw, 1.75rem);
	color: inherit;
	font-size: clamp(2rem, 4.8vw, 3.75rem);
	font-weight: 700;
	line-height: 1.04;
	letter-spacing: -0.035em;
	overflow-wrap: anywhere;
	text-wrap: balance;
}

body.tax-product_cat :where(h1.wp-block-query-title, h1.woocommerce-products-header__title, h1.page-title) {
	max-inline-size: 100%;
	font-size: clamp(2.1rem, 4.8vw, 3.75rem) !important;
	line-height: 1.04 !important;
	letter-spacing: -0.035em;
	overflow-wrap: anywhere;
	text-wrap: balance;
}

@media (max-width: 480px) {
	.jpsc-shop-title,
	.jpsc-archive-title,
	body.tax-product_cat :where(h1.wp-block-query-title, h1.woocommerce-products-header__title, h1.page-title) {
		font-size: clamp(1.85rem, 10vw, 2.6rem) !important;
		letter-spacing: -0.025em;
	}
}
