/* Capture mode preserves responsive document flow. Fixed slide heights caused
   mobile/tablet overlap and large blank tails in full-page exports. */
body.capture .section{min-height:720px;height:auto;padding-top:110px;padding-bottom:80px}
body.capture .hero{min-height:900px;height:auto}
body.capture .hero-image{height:680px;top:130px}
body.capture .hero-content{margin-bottom:0}
body.capture .section-kicker{top:82px}
body.capture .ecosystem-section{min-height:800px;height:auto}
body.capture footer{position:relative;left:auto;right:auto;bottom:auto;margin-top:52px}
body.focus-capture .section:not(.focus-target){display:none}
body.focus-capture .section-nav{display:none}
body.focus-capture .focus-target{min-height:100vh;height:auto}

@media (max-width:800px){
  body.capture .section{min-height:0;height:auto;padding-top:115px;padding-bottom:78px}
  body.capture .hero{min-height:900px;height:auto}
  body.capture .hero-image{height:500px;top:260px}
  body.capture .section-kicker{top:90px}
  body.capture .ecosystem-section{min-height:0;height:auto}
  body.capture footer{margin-top:42px}
}
