/* ============================================================
   420+ · Industrie 5.0 · v264 claim refinement
   - Inclusive plural wording in German
   - Keep the gold claim on one line on mobile
   ============================================================ */

.i5259-page .hero-gold-claim{
  white-space:nowrap!important;
}

@media (max-width:860px){
  .i5259-page .hero-gold-claim{
    max-width:calc(100% - 18px)!important;
    padding-left:6px!important;
    padding-right:6px!important;
    font-size:clamp(.52rem,2.45vw,.66rem)!important;
    letter-spacing:.012em!important;
  }
  .i5259-page .hero-gold-claim::before,
  .i5259-page .hero-gold-claim::after{
    display:none!important;
  }
}
