/* Section height — static file to bypass Tailwind/Lightning CSS processing */
/* Only apply full-height to homepage sections, not annex pages */
/* .compact-section sections (e.g. logo marquee) are exempt */
main:not(.annex-page) > section:not(.compact-section) {
  min-height: 100dvh;
}
