/*
 * Riff Alchemy launch CTA. Only ever rendered on the warm (parchment) pages,
 * so it can reach for the warm mode custom properties directly instead of a
 * separate dark-mode variant. The button itself reuses the site-wide
 * .tec-btn / .tec-btn--glow furniture from empress.css.
 */

.tec-riff-cta {
	text-align: center;
	max-width: 640px;
	margin: 0 auto;
	padding: clamp(48px, 8vw, 96px) clamp(20px, 4vw, 40px);
	border-top: 1px solid var(--warm-border, rgba(156, 122, 46, 0.22));
}

.tec-riff-cta__eyebrow {
	font-family: var(--wp--preset--font-family--mono, monospace);
	font-size: 11px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: var(--warm-accent, #c9724a);
	margin: 0 0 16px;
}

.tec-riff-cta__title {
	font-family: var(--wp--preset--font-family--display, serif);
	font-weight: 700;
	font-size: clamp(28px, 4vw, 40px);
	color: var(--gold-deep, #9c7a2e);
	margin: 0 0 20px;
}

.tec-riff-cta__body {
	font-family: var(--wp--preset--font-family--body, serif);
	font-size: 19px;
	line-height: 1.5;
	color: var(--warm-text-secondary, #6b5b3e);
	margin: 0 0 32px;
}

.tec-riff-cta__link {
	margin: 0;
}
