/**
 * Gaffiero v113 — explicit hero-end gold datum.
 * Uses an inset rule on the hero element so overlays cannot obscure it.
 */

body.gfr-signature-theme .gfr-about-v74-hero,
body.gfr-signature-theme .gfr-research-v83-hero {
  border-bottom: 0 !important;
  box-shadow:
    inset 0 -2px 0 #d7ad38,
    inset 0 -3px 0 rgba(240, 212, 134, .24),
    inset 0 -24px 48px rgba(213, 164, 49, .025) !important;
}

body.gfr-signature-theme .gfr-about-v74-hero::after {
  content: none !important;
  display: none !important;
}

body.gfr-signature-theme .gfr-research-v83-hero::after {
  height: 38px !important;
  background: linear-gradient(180deg, transparent, rgba(1, 15, 11, .26)) !important;
  box-shadow: none !important;
}
