/*
 Theme Name: CMT Child
 Theme URI: https://cmtpuppet.org/
 Description: Child theme for CMT to fix header/footer hooks, proper script loading, and homepage hero behavior.
 Author: CMT Support
 Template: cmt
 Version: 1.0.0
*/

/* Home hero: don't pin it; make it slightly under full screen so the next section peeks */
#home-top-wrapper {
  position: relative !important;
  height: auto !important;
  min-height: 92svh !important;
  overflow: visible !important;
  z-index: 1 !important;
}

/* Nudge the next section up just a touch to create the visible "peek" */
#home-top-wrapper + * {
  margin-top: -24px !important;
}

/* Let the page extend; don't trap at a single viewport */
html, body { height: auto !important; overflow-y: auto !important; }
#page, .site, .page-wrapper, .site-content, main { height: auto !important; min-height: auto !important; overflow: visible !important; }
