/* Category / tag / shop archive header.
   Motta renders its own page-header with `hide-title`, so this injected header is the
   page's only visible H1 + intro. Kept minimal to suit the Depop-style shop grid. */
.pb-archive-header {
	margin: 0 0 1.1rem;
}
.pb-archive-title {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 .4rem;
	color: #1a1a1a;
}
.pb-archive-intro {
	font-size: .95rem;
	line-height: 1.55;
	color: #555;
	max-width: 72ch;
}
.pb-archive-intro p {
	margin: 0 0 .5rem;
}
.pb-archive-intro p:last-child {
	margin-bottom: 0;
}
@media (max-width: 768px) {
	.pb-archive-title {
		font-size: 1.3rem;
	}
	.pb-archive-header {
		margin-bottom: .85rem;
	}
}
