/*
RedHawk V4.1 Homepage Visible Fix
Built: 2026-06-17 10:24:49 MST
Purpose: keep flag/matrix backgrounds behind content and make file:// local review load the full site styling.
*/
.rhd-heritage-stage,
#rhd-matrix-back,
.rhd-matrix-back,
canvas[id*="matrix" i] {
  z-index: -10 !important;
  pointer-events: none !important;
}
body > *:not(.rhd-heritage-stage):not(#rhd-matrix-back):not(.rhd-matrix-back) {
  position: relative;
  z-index: 1;
}
#rhd-global-header,
.rhd-global-header,
.rhd-theme-switcher,
.rhd-size-slider,
.rhd-site-notice,
.rhd-customer-chat,
.rhd-social-connect {
  z-index: 2147483000 !important;
}
.rhd-v66-wrap,
.rhd-america250-banner,
.rhd-service-support,
.rhd-flag-history,
.rhd-america250-home,
main,
section {
  position: relative;
  z-index: 2;
}
.rhd-v66-hero,
.rhd-v66-section,
.rhd-america250-banner,
.rhd-service-support,
.rhd-flag-history,
.rhd-america250-home {
  visibility: visible !important;
  opacity: 1 !important;
}
.rhd-v66-h1,
.rhd-v66-lead,
.rhd-v66-copy,
.rhd-v66-hero h1,
.rhd-v66-hero p,
.rhd-america250-banner h2,
.rhd-america250-banner p,
.rhd-service-support h2,
.rhd-service-support p,
.rhd-flag-history h2,
.rhd-flag-history p {
  text-shadow: 0 2px 18px rgba(0,0,0,.72);
}
