/* ==========================================================================
   Provider header band — fibre strands + wavy halftone backdrop.

   The artwork is a per-provider static SVG (2000x260) generated by
   administrator/components/com_providerreviews/helpers/headerband.php and
   stored in /media/com_providerreviews/headerbands (survives cache clears).
   The view injects the background-image URL per page.

   The band paints solid black immediately — on slow connections the page
   renders black-first and the artwork fades in over the top when it
   arrives. The image is pinned to the top of the band, full width; the
   area below it is plain black by design.

   To remove the effect: delete this file, its registration in
   view.html.php, and the headerband helper. The band falls back to the
   template's plain black.

   body prefix outweighs the shared top-reviews.css yellow, which the
   template loads later in the head.
   ========================================================================== */

/* Full-bleed artwork (2000x362, matching the band) — cover keeps the
   original scale and curvature. The solid black background-color paints
   instantly, so slow connections see black first with the artwork arriving
   over the top, and a failed image load leaves a clean black band. */
body .bestreview-page-header {
  position: relative;
  overflow: hidden;
  background-color: #060608;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
