/* =========================================================================
 * CCW Producer Content — centered text block (transparent, standalone).
 * ===================================================================== */

.ccw-pcontent { width: 100%; background: transparent; }

.ccw-pcontent__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 14px;
	width: 100%;
}

.ccw-pcontent__title {
	font-family: var(--ccw-font-display);
	font-weight: 800;
	font-size: clamp(1.5rem, 2.6vw, 2.1rem);
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #E0218A;
	margin: 0;
}

.ccw-pcontent__subhead {
	font-family: var(--ccw-font-display);
	font-weight: 600;
	font-size: clamp(1.05rem, 1.6vw, 1.3rem);
	line-height: 1.35;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--ccw-heading);
	margin: 0;
	max-width: 34ch;
}

.ccw-pcontent__divider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
	max-width: 260px;
	margin: 4px 0;
}
.ccw-pcontent__divider-line { flex: 1; height: 1px; background: #C9A24B; }
.ccw-pcontent__divider-heart { font-size: 1rem; line-height: 1; color: #E0218A; }

.ccw-pcontent__body {
	font-size: clamp(0.92rem, 1.1vw, 1.02rem);
	line-height: 1.7;
	color: var(--ccw-text);
	margin: 0;
	max-width: 46ch;
}

.ccw-pcontent__script {
	font-family: var(--ccw-font-script);
	font-size: clamp(1.2rem, 1.9vw, 1.6rem);
	line-height: 1.3;
	color: #E0218A;
	margin: 4px 0 0;
}
