/* HallowixStudios V53 — About hero tone correction.
   Keep the Admin-managed hero IMG at its configured opacity, but composite it over the
   original warm Hallowix brown instead of near-black. No black readability veil: this
   prevents crushed shadows / oversaturated-looking highlights when opacity is reduced. */
body.hx-about-v28 .about-v25 > .hero{
  background:#4C3B2F!important;
}
body.hx-about-v28 .about-v25 > .hero > .about-hero-background{
  opacity:var(--hx-site-media-opacity,.40)!important;
  filter:none!important;
  mix-blend-mode:normal!important;
}
body.hx-about-v28 .about-v25 > .hero::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  pointer-events:none!important;
  /* Warm, very light left-side veil only for text legibility; never darkens the full image. */
  background:linear-gradient(90deg,rgba(46,36,30,.10) 0%,rgba(46,36,30,.04) 34%,rgba(46,36,30,0) 68%)!important;
  opacity:1!important;
}
