/* Industry pages only. Mobile hero polish, loaded after the shared draft-f styles.
   draft-f itself does not load this file. */
@media (max-width: 700px) {
  /* full quotes instead of mid-word truncation */
  .customer-node{max-width:180px}
  .customer-node small{-webkit-line-clamp:3}

  /* two full-width-quote cards, alternating sides; a third card no longer fits
     between the CTA row and the docked report once the H1 runs three lines */
  .slot-1{left:2%;top:55%}
  .slot-7{right:2%;top:61.5%}
  .slot-2,.slot-8{display:none}

  /* connectors stay on, just lighter, so the cards visibly feed the report */
  .connector .halo{stroke-width:4}
  .connector .flow{stroke-width:1.5}
}
