/**
 * Cool Bear — cb_family fitment landing page.
 *
 * De-scaffolded 2026-06-11 (defects D10–D13): the page is now headline +
 * SEO hero copy + post content + the server-rendered cross-fitment grid.
 * Rules for the removed scaffold slots (empty hero gallery, fitment summary
 * card, count/view toolbar, comparison table, placeholder cross-sell) were
 * deleted alongside their markup in templates/single-cb_family.html.
 */

.cb-family {
	background-color: var(--wp--preset--color--base);
	color: var(--wp--preset--color--text);
	padding-bottom: var(--wp--preset--spacing--80);
}

.cb-family__container {
	max-width: 1440px;
	margin: 0 auto;
	padding-left: var(--wp--preset--spacing--40);
	padding-right: var(--wp--preset--spacing--40);
}

@media (min-width: 1024px) {
	.cb-family__container {
		padding-left: var(--wp--preset--spacing--60);
		padding-right: var(--wp--preset--spacing--60);
	}
}

/* -------------------------------------------------------------------------
 *  Headline — eyebrow + H1 + excerpt
 * ------------------------------------------------------------------------- */
.cb-family__headline {
	padding: var(--wp--preset--spacing--60) 0 var(--wp--preset--spacing--40);
	max-width: 880px;
}

.cb-family__eyebrow {
	font-family: var(--wp--preset--font-family--mono);
	font-size: var(--wp--preset--font-size--x-small);
	color: var(--wp--preset--color--text-muted);
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin: 0;
}

.cb-family__title {
	font-family: var(--wp--preset--font-family--sans);
	font-size: var(--wp--preset--font-size--display);
	font-weight: 600;
	line-height: 1.05;
	letter-spacing: -0.025em;
	margin: 0 0 var(--wp--preset--spacing--30);
	color: var(--wp--preset--color--text);
}

@media (min-width: 1024px) {
	.cb-family__title { font-size: var(--wp--preset--font-size--hero); }
}

.cb-family__excerpt {
	font-size: var(--wp--preset--font-size--medium);
	color: var(--wp--preset--color--text-muted);
	margin: 0 0 var(--wp--preset--spacing--50);
	line-height: 1.5;
	max-width: 60ch;
}

/* The excerpt block renders an inner <p>; keep its rhythm flush. */
.cb-family__excerpt p {
	margin: 0;
}
