/* ============================================================
   EPYK — Typographie
   ============================================================ */

/* --- Classes utilitaires de police --- */
.font-display {
  font-family: var(--font-display);
}

.font-body {
  font-family: var(--font-body);
}

/* --- Titres hero --- */
.text-hero {
  font-family: var(--font-display);
  font-size: clamp(64px, 10vw, 110px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.01em;
}

/* --- Titres de section --- */
.text-section-title {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 300;
  line-height: 1.1;
}

/* --- Titres CTA --- */
.text-cta-title {
  font-family: var(--font-display);
  font-size: clamp(56px, 8vw, 96px);
  font-weight: 300;
  line-height: 1;
}

/* --- Citation --- */
.text-quote {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 300;
  font-style: italic;
  line-height: 1.3;
}

/* --- Corps de texte --- */
.text-body {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.9;
  color: var(--color-text-muted);
}

.text-body-lg {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--color-text-muted);
}

/* --- Labels uppercase --- */
.text-label {
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--color-gold);
  font-weight: 400;
}

.text-label-nav {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 400;
}

.text-label-small {
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* --- Couleurs utilitaires --- */
.text-gold {
  color: var(--color-gold);
}

.text-muted {
  color: var(--color-text-muted);
}

/* --- Italique doré (accent signature) --- */
em.gold,
.accent-italic {
  font-style: italic;
  color: var(--color-gold);
}

/* --- Attribution / petits textes --- */
.text-attribution {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}
