/* =========================================================================
   ShadowGraph main-site header, standardized for /reports/ pages.
   Values are literal copies of the main styles.css tokens so this file is
   self-contained and cannot clash with each report's own variable set.
   Add class "nosticky" on report reading pages so their own sticky
   Contents bar takes over once the reader scrolls.
   ========================================================================= */
header.nav{position:sticky;top:0;z-index:60;background:rgba(10,10,12,.94);backdrop-filter:blur(12px);border-bottom:1px solid #26262B}
header.nav.nosticky{position:static}
header.nav .nav-in{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 28px;max-width:1240px;margin:0 auto}
header.nav .brand{display:flex;align-items:center;gap:12px;border-bottom:none;text-decoration:none}
header.nav .brand .logobox{height:42px;display:flex;align-items:center;justify-content:center}
header.nav .brand .logobox img{height:40px;width:auto}
header.nav .brand .nm{font-family:'Space Grotesk','Segoe UI',Arial,sans-serif;font-weight:700;color:#fff;font-size:16.5px;line-height:1;letter-spacing:.01em}
header.nav .brand .nm small{display:block;font-family:'IBM Plex Mono',Consolas,monospace;font-weight:400;font-size:9px;letter-spacing:2.4px;color:#8E939C;text-transform:uppercase;margin-top:5px}
header.nav .navlinks{display:flex;gap:22px;font-size:13px;font-weight:500;color:#C8CACF;letter-spacing:.3px;align-items:center;font-family:'Space Grotesk','Segoe UI',Arial,sans-serif}
header.nav .navlinks a{padding:4px 0;border-bottom:2px solid transparent;transition:.18s;color:inherit;text-decoration:none}
header.nav .navlinks a:hover,header.nav .navlinks a.on{color:#D2AE5B;border-color:#B6913F}
header.nav .navlinks a.cta{background:#B6913F;color:#0A0A0C;padding:10px 18px;border-radius:2px;border:0;font-weight:600}
header.nav .navlinks a.cta:hover{background:#D2AE5B;color:#0A0A0C}
header.nav .nav-burger{display:none;background:transparent;border:1px solid #26262B;color:#D2AE5B;width:42px;height:42px;border-radius:4px;font-size:19px;cursor:pointer;align-items:center;justify-content:center;line-height:1;flex:0 0 auto}
header.nav .nav-burger:hover{border-color:#B6913F;color:#B6913F}
@media(max-width:980px){
  header.nav .nav-in{position:relative;flex-wrap:wrap}
  header.nav .nav-burger{display:inline-flex}
  header.nav .navlinks{position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:#0A0A0C;border-top:1px solid #26262B;box-shadow:0 22px 46px -18px rgba(0,0,0,.7);padding:6px 0;display:none;z-index:60}
  header.nav .navlinks.open{display:flex}
  header.nav .navlinks a{padding:13px 24px;border-bottom:1px solid rgba(255,255,255,.06)}
  header.nav .navlinks a:hover,header.nav .navlinks a.on{border-color:transparent;background:rgba(255,255,255,.05);color:#D2AE5B}
  header.nav .navlinks a.cta{margin:10px 24px 6px;text-align:center;border-radius:2px}
}

/* ---- main-site footer, standardized for /reports/ pages (self-contained) ---- */
footer.sitefoot{border-top:1px solid #26262B;background:#0A0A0C;color:#A3A6AD;padding:36px 0 44px;font-family:'IBM Plex Sans',-apple-system,'Segoe UI',Roboto,Arial,sans-serif;font-size:15.5px;line-height:1.68}
footer.sitefoot .sf-wrap{max-width:1140px;margin:0 auto;padding:0 28px}
footer.sitefoot .foot-in{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
footer.sitefoot .fb{font-family:'Space Grotesk','Segoe UI',Arial,sans-serif;font-weight:700;color:#fff;font-size:16px}
footer.sitefoot .fb small{display:block;font-family:'IBM Plex Mono',Consolas,monospace;font-weight:400;font-size:9px;letter-spacing:2.2px;color:#8E939C;text-transform:uppercase;margin-top:4px}
footer.sitefoot .fc{font-size:12.5px;text-align:right;line-height:1.9}
footer.sitefoot .fc a{color:#C8CACF;font-weight:500;border-bottom:none;text-decoration:none}
footer.sitefoot .fc a:hover{color:#D2AE5B}
footer.sitefoot .foot-nav{display:flex;gap:22px;font-family:'Space Grotesk','Segoe UI',Arial,sans-serif;font-size:12.5px;font-weight:500;color:#C8CACF;margin-top:20px;flex-wrap:wrap}
footer.sitefoot .foot-nav a{color:inherit;border-bottom:none;text-decoration:none}
footer.sitefoot .foot-nav a:hover{color:#D2AE5B}
footer.sitefoot .disclaim{font-size:10.8px;color:#76767F;margin-top:22px;line-height:1.75;border-top:1px solid #26262B;padding-top:16px}
