/* ==========================================================================
   PAGES/ABOUT.CSS
   Styles unique to about.html. Currently just the header banner's
   background image — the rest of the page uses shared components and
   base typography, which is exactly the point of the modular CSS
   structure (nothing to duplicate here beyond what's genuinely unique).
   ========================================================================== */

.page-header--about {
  background-image:
    linear-gradient(180deg, rgba(15, 39, 71, 0.55) 0%, rgba(15, 39, 71, 0.75) 100%),
    url('../../images/content/about-header.jpg');
}
