/* Sectietitel — VcBlock theme_title */
.section-title {
	margin: 0;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 300;
	line-height: 1.05;
	letter-spacing: -0.02em;
}
.section-title__accent {
	font-style: italic;
	font-weight: 400;
}

/* Formaten */
.section-title--lg { font-size: clamp(2.4rem, 5vw, 4rem); }
.section-title--sm { font-size: clamp(1.5rem, 3vw, 2.1rem); }

/* Kleurstijl — primair (lichte secties) */
.section-title--primary { color: #2A1F40; }
.section-title--primary .section-title__accent { color: #B89248; }

/* Kleurstijl — alternatief (donkere secties) */
.section-title--alt { color: #FAF6F0; }
.section-title--alt .section-title__accent { color: #E5D4A8; }

.section-title.is-center { text-align: center; }