/* Readability overrides for the About page (loaded after the main stylesheet).
   The original marquee gradient runs from near-black to slate, which darkens
   the photo's lower edge and reads as a smear. Soften it to a light watermark. */

.section_about-title {
  background-image: linear-gradient(180deg, rgba(141, 158, 196, 0.45), rgba(141, 158, 196, 0.12));
}
