/* Trimmed site: less dead scroll, visible footer/end on white background */

#home-goal {
  padding-bottom: calc(var(--vh, 1vh) * 40) !important;
}

/* Skip long CTA scroll block on trimmed site — footer is the target */
#end-section {
  display: none !important;
}

#end-section-title-link,
#end-section-subtitle-text,
#end-bottom-text {
  color: var(--color-black);
}

#end-section-title .word,
#end-section-subtitle .word {
  opacity: 1 !important;
  transform: none !important;
}

/* Footer only on homepage — not on project case pages */
#page-extra-sections {
  display: none;
}

#home #page-extra-sections {
  display: block !important;
  position: relative;
  z-index: 2;
}

#home #footer-section {
  position: relative;
  z-index: 2;
}

#end-section-outer {
  opacity: 1 !important;
}
