/* AVIX V36 — final Founder / Scientific Advisor hero cleanup */
:root{
  --profile-tbooster-dark-surface:#B94552;
  --profile-divider-dark:rgba(255,255,255,.15);
}

/* Mobile-only concise hero support. Desktop keeps the full approved narrative. */
.hero-support-mobile-v36{display:none;}

/* Product focus strips: clean geometry, no decorative chevrons. */
html body.avix-profile-page .founder-journey-map__ventures{
  gap:0!important;
  border-top:1px solid var(--profile-divider-dark)!important;
  border-bottom:1px solid var(--profile-divider-dark)!important;
}
html body.avix-profile-page .founder-journey-map__ventures>.venture-brand{
  position:relative!important;
  border:0!important;
  border-radius:0!important;
  background:none!important;
}
html body.avix-profile-page .founder-journey-map__ventures>.venture-brand+.venture-brand{
  border-left:1px solid var(--profile-divider-dark)!important;
}
html body.avix-profile-page .founder-journey-map__ventures>.venture-brand::before,
html body.avix-profile-page .founder-journey-map__ventures>.venture-brand::after{
  content:none!important;
  display:none!important;
}
/* Core brand remains #8F1D2C elsewhere. On the near-black hero only, lift the
   T-Booster label for readable contrast while retaining the burgundy identity. */
html body.avix-profile-page .founder-journey-map__ventures .venture-brand--tbooster>strong{
  color:var(--profile-tbooster-dark-surface)!important;
}

/* Hero CTA hierarchy: one action only after Investor overview removal. */
html body.avix-profile-page .founder-journey-hero .hero-actions-global{
  align-items:flex-start!important;
}

@media (max-width:620px){
  /* Slightly calmer phone-scale headline and concise opening copy. */
  body.avix-profile-page .founder-journey-hero .hero-copy h1{
    font-size:clamp(40px,11.4vw,47px)!important;
  }
  body.page-dr-david-brown .founder-journey-hero .hero-copy h1{
    font-size:clamp(37px,10.1vw,43px)!important;
  }
  body.avix-profile-page .founder-journey-hero .hero-support-natural-v61{
    display:none!important;
  }
  body.avix-profile-page .founder-journey-hero .hero-support-mobile-v36{
    display:block!important;
    margin:20px 0 0!important;
    max-width:38ch!important;
    color:rgba(255,255,255,.72)!important;
    font-size:14px!important;
    line-height:1.52!important;
  }
  /* The remaining primary CTA is a compact control, not a full-width banner. */
  body.avix-profile-page .founder-journey-hero .hero-actions-global{
    display:flex!important;
    width:auto!important;
    margin-top:20px!important;
    gap:0!important;
    justify-content:flex-start!important;
    align-items:flex-start!important;
  }
  body.avix-profile-page .founder-journey-hero .hero-actions-global .btn,
  body.avix-profile-page .founder-journey-hero .hero-actions-global .hero-button-global{
    width:auto!important;
    max-width:none!important;
    min-width:0!important;
    min-height:50px!important;
    height:auto!important;
    padding:0 20px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 auto!important;
    border-radius:4px!important;
    font-size:13px!important;
    line-height:1!important;
    white-space:nowrap!important;
  }

  /* Venture strip: identical cell geometry on phone, continuous outer rules. */
  body.page-dr-md-arif-sheikh .founder-journey-map__ventures,
  body.page-dr-david-brown .founder-journey-map__ventures{
    margin-top:8px!important;
    border-top:1px solid var(--profile-divider-dark)!important;
    border-bottom:1px solid var(--profile-divider-dark)!important;
  }
  body.avix-profile-page .founder-journey-map__ventures>.venture-brand{
    min-height:74px!important;
    padding:13px 8px 11px!important;
    align-items:flex-start!important;
    justify-content:flex-start!important;
    text-align:left!important;
  }
  body.avix-profile-page .founder-journey-map__ventures>.venture-brand+.venture-brand{
    border-left:1px solid var(--profile-divider-dark)!important;
    border-top:0!important;
  }
  body.avix-profile-page .founder-journey-map__ventures>.venture-brand strong{
    padding-left:0!important;
  }
}

/* On tablet/desktop the same strip reads as a single ruled table rather than
   three disconnected cards. */
@media (min-width:621px){
  html body.avix-profile-page .founder-journey-map__ventures>.venture-brand{
    min-height:78px!important;
    padding:18px 14px 12px!important;
  }
}

/* Keep the single remaining CTA compact through tablet portrait widths too. */
@media (min-width:621px) and (max-width:920px){
  body.avix-profile-page .founder-journey-hero .hero-actions-global{
    display:flex!important;width:auto!important;justify-content:flex-start!important;align-items:flex-start!important;
  }
  body.avix-profile-page .founder-journey-hero .hero-actions-global .btn,
  body.avix-profile-page .founder-journey-hero .hero-actions-global .hero-button-global{
    width:auto!important;max-width:none!important;min-width:0!important;flex:0 0 auto!important;
    min-height:50px!important;padding-inline:20px!important;white-space:nowrap!important;
  }
}
