/**
 * Titre marque aligné sur la bannière PWA / notification :
 * POKÉ en clair avec espacement large, HORRION en or — Cinzel, taille lisible.
 */
.ph-brand-title {
  font-family: Cinzel, serif;
  font-weight: 700;
  font-size: clamp(0.8rem, 3.5vw, 0.95rem);
  line-height: 1.25;
  letter-spacing: 0;
}

.ph-brand-poke {
  color: rgba(245, 237, 224, 0.96);
  letter-spacing: 0.22em;
}

.ph-brand-horrion {
  color: #f0c85a;
  text-shadow: 0 0 24px rgba(240, 200, 90, 0.18);
  letter-spacing: 0.12em;
}

.ph-brand-suffix {
  color: rgba(245, 237, 224, 0.88);
  letter-spacing: 0.1em;
  font-weight: 700;
}
