/*
 * Homepage hero copy panel adjustment, 2026-08-05.
 * Remove the shared dark backing panel without moving or recoloring the copy.
 */
.teas-page--home .teas-hero__content::after {
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

