/* SCI HIGH INVEST — PAGE 2 / ABOUT US — V7 FINAL DNA ALIGNMENT PATCH
   Scope: about.html only. Pages 1,3,4,5,6 are untouched. */
@media (min-width:1001px){
  /* Keep the already-approved V6 Approach geometry. */
  .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: top-align the panorama with the section instead of bottom-aligning it.
     This removes the downward offset and preserves the complete right-hand 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:start}
  .v4twocol.dna>div{padding:8px 30px 10px 0;align-self:start}
  .v4twocol.dna .panelimg{width:100%;height:auto;min-height:0;object-fit:contain;object-position:center top;display:block;align-self:start;margin:0}

  /* Footer starts only after the complete DNA row. */
  .footer{clear:both;margin-top:0;padding-top:17px;padding-bottom:14px}
}
