/* AVIX V37 — profile mobile copy parity + footer parity
   Founder and Scientific Advisor now use the exact desktop hero narrative on
   phones. Profile footers explicitly neutralise the legacy mobile-master link
   height so their compact footer geometry matches Home. */

/* There is one canonical hero support paragraph per profile page. */
.hero-support-mobile-v36{display:none!important;}

@media (max-width:620px){
  body.avix-profile-page .founder-journey-hero .hero-support-natural-v61{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    margin:20px 0 0!important;
    padding:0!important;
    color:rgba(255,255,255,.72)!important;
    font-size:14px!important;
    line-height:1.55!important;
    letter-spacing:0!important;
    white-space:normal!important;
    text-wrap:pretty!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
    hyphens:none!important;
  }
}

/* Founder / Advisor footer must compute exactly like Home on phones.
   mobile-master-v30.css adds a 38px minimum link height only to profile pages;
   cancel that legacy rule and retain V34 compact-footer spacing. */
@media (max-width:767px){
  body.avix-profile-page .site-footer#site-footer.global-footer-master-v24 .footer-column>a{
    min-height:0!important;
    height:auto!important;
    display:block!important;
    align-items:initial!important;
    margin:0 0 7px!important;
    padding:0!important;
    font-size:12.5px!important;
    line-height:1.4!important;
  }
  body.avix-profile-page .site-footer#site-footer.global-footer-master-v24 .footer-contact>a{
    min-height:0!important;
    height:auto!important;
    display:block!important;
    align-items:initial!important;
    margin:0!important;
    padding:0!important;
    font-size:12.3px!important;
    line-height:1.4!important;
    overflow-wrap:anywhere!important;
  }
}
