/* Échelles de taille (clamp identiques à vp-title.tsx) */

.vp-title--hero    { font-size: clamp(44px, 7vw, 88px);   line-height: 1.0; }
.vp-title--display { font-size: clamp(36px, 5vw, 64px);   line-height: 1.02; }
.vp-title--section { font-size: clamp(32px, 4vw, 52px);   line-height: 1.1; }
.vp-title--compact { font-size: clamp(28px, 3.5vw, 46px); line-height: 1.15; }
.vp-title--body    { font-size: clamp(24px, 3vw, 38px);   line-height: 1.2; }
.vp-title--small   { font-size: clamp(20px, 2.5vw, 28px); line-height: 1.3; }
