/**
 * Build 47: remove the closing ripple entirely.
 */

html body.home .site-main .wp-block-group.cta-band::after,
html body.front-page .site-main .wp-block-group.cta-band::after,
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,
html body.home .site-main .wp-block-group:has(> .deadline-row ~ h2)::after,
html body.front-page .site-main .wp-block-group:has(> .deadline-row ~ h2)::after,
html body.home .site-main .wp-block-group:has(> .deadline-row + .wp-block-group)::after,
html body.front-page .site-main .wp-block-group:has(> .deadline-row + .wp-block-group)::after {
  content: none !important;
  display: none !important;
  background: none !important;
  opacity: 0 !important;
}

/* Removed: this forced the closing band cream at (0,4,2), outranking the rule
   that gives it its dark ground, so the band rendered cream while its type was
   still coloured for a dark ground. The band's surface is set in one place --
   see "the closing anchor" in style.css. */

/* The closing invitation is the page's last and highest-intent ask: it keeps a
   dark surface so it reads as an action, not as more page. */
html body.home .site-main .wp-block-group.section.trinity-deadlines-v18 + .wp-block-group,
html body.front-page .site-main .wp-block-group.section.trinity-deadlines-v18 + .wp-block-group {
  background-color: var(--anchor) !important;
}
