/* Spike A variant styling — token values only, :where() for low specificity.
   Adjacency and seam rules live exclusively in assets/core.css. */
:where(.zct-template--_spike-a-plain) {
	--zct-radius: 10px;
}
:where(.zct-template--_spike-a-plain) :where(h3) {
	margin: 0;
	font-size: 18px;
	line-height: 1.4;
}
:where(.zct-template--_spike-a-plain) :where(.zct-slot--description) {
	font-size: 15px;
	line-height: 1.7;
}
