/**
 * Gedeelde sectie-primitieven — site-breed (auto-enqueue via page-blocks-loader).
 * Verplaatst uit pages/homepage.css zodat blokken op ELKE pagina dezelfde opmaak
 * krijgen (Over, Showroom, Zakelijk, ... hergebruiken reviews/usp/about).
 */
.th-section { padding-block: clamp(28px, 3.5vw, 44px); }
.th-section__title { font-family: var(--th-font-heading); font-weight: 600; font-size: clamp(26px, 1.4rem + 1.3vw, 32px); line-height: 1.2; color: var(--th-dark); margin: 0 0 28px; }
.th-section__title--center { text-align: center; }

/* Goud accentwoord in koppen (zoals live) */
.th-accent { color: var(--th-gold); }
