/* SCI HIGH INVEST — PAGE 2 / ABOUT US — V6 FINAL GEOMETRY PATCH
   Scope: about.html only. Pages 1,3,4,5,6 are untouched. */
@media (min-width:1001px){
  /* APPROACH: reproduce the approved 60/40 composition and keep the full artwork visible. */
  .v4section{padding-top:16px;padding-bottom:0}
  .v4twocol.wideleft{grid-template-columns:60% 40%;gap:0;align-items:end}
  .v4twocol.wideleft>div{padding:0 28px 18px 0}
  .v4twocol.wideleft>.panelimg{
    width:100%;height:auto;min-height:0;object-fit:contain;object-position:center;
    display:block;align-self:end;margin:0
  }
  /* DNA: text left / complete panoramic artwork right, no crop of the blue copy panel. */
  .v4section.soft{padding-top:14px;padding-bottom:0;border-top:1px solid #e0e0dc}
  .v4twocol.dna{grid-template-columns:34% 66%;gap:0;align-items:end}
  .v4twocol.dna>div{padding:8px 30px 12px 0;align-self:center}
  .v4twocol.dna .panelimg{
    width:100%;height:auto;min-height:0;object-fit:contain;object-position:center;
    display:block;align-self:end;margin:0
  }
  /* Footer immediately follows the DNA panorama as in the approved mock-up. */
  .footer{margin-top:0;padding-top:17px;padding-bottom:14px}
}
