/**
 * Build 45: bind the closing ripple to the live edited homepage structure.
 */

/* The page saved in WordPress does not necessarily retain the theme pattern's
   cta-band class. Locate the real closing owner by its deadlines and CTA. */
html body.home .site-main .wp-block-group:has(.deadline-row):has(.wp-block-buttons),
html body.front-page .site-main .wp-block-group.trinity-deadlines-v18:has(.wp-block-buttons),
html body.home .site-main .wp-block-group.section.trinity-deadlines-v18 + .wp-block-group:has(.wp-block-buttons),
html body.front-page .site-main .wp-block-group.section.trinity-deadlines-v18 + .wp-block-group:has(.wp-block-buttons) {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
}

html body.home .site-main .wp-block-group.trinity-deadlines-v18:has(.wp-block-buttons)::after,
html body.front-page .site-main .wp-block-group.trinity-deadlines-v18:has(.wp-block-buttons)::after,
html body.home .site-main .wp-block-group.section.trinity-deadlines-v18 + .wp-block-group:has(.wp-block-buttons)::after,
html body.front-page .site-main .wp-block-group.section.trinity-deadlines-v18 + .wp-block-group:has(.wp-block-buttons)::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  z-index: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: clamp(210px, 22vw, 320px) !important;
  background:
    linear-gradient(180deg, #fdf5eb 0%, rgba(253,245,235,.70) 22%, rgba(253,245,235,.08) 72%),
    url('../images/pattern/pattern-1.jpg') center bottom / 500px auto repeat-x !important;
  opacity: .42 !important;
  pointer-events: none !important;
}

html body.home .site-main .wp-block-group.trinity-deadlines-v18:has(.wp-block-buttons) > *,
html body.front-page .site-main .wp-block-group.trinity-deadlines-v18:has(.wp-block-buttons) > *,
html body.home .site-main .wp-block-group.section.trinity-deadlines-v18 + .wp-block-group:has(.wp-block-buttons) > *,
html body.front-page .site-main .wp-block-group.section.trinity-deadlines-v18 + .wp-block-group:has(.wp-block-buttons) > * {
  position: relative !important;
  z-index: 1 !important;
}

@media (max-width: 700px) {
  html body.home .site-main .wp-block-group.trinity-deadlines-v18:has(.wp-block-buttons)::after,
  html body.front-page .site-main .wp-block-group.trinity-deadlines-v18:has(.wp-block-buttons)::after,
  html body.home .site-main .wp-block-group.section.trinity-deadlines-v18 + .wp-block-group:has(.wp-block-buttons)::after,
  html body.front-page .site-main .wp-block-group.section.trinity-deadlines-v18 + .wp-block-group:has(.wp-block-buttons)::after {
    height: 220px !important;
    background-size: 100% 100%, 420px auto !important;
  }
}
