
/* ---- Self-hosted typefaces. No third-party request, no GDPR question, and each face
       subset to the 103 characters this site actually uses and clipped to the weights it
       actually sets. Newsreader keeps its optical-size axis, so display sizes stay a
       display cut. Roman 53KB, italic 61KB (loaded only on the page that uses it),
       Public Sans 8KB a weight. ---- */
@font-face{font-family:'Newsreader';font-style:normal;font-display:swap;font-weight:300 400;
 src:url(/assets/fonts/newsreader.woff2) format('woff2-variations');}
@font-face{font-family:'Newsreader';font-style:italic;font-display:swap;font-weight:300 400;
 src:url(/assets/fonts/newsreader-italic.woff2) format('woff2-variations');}
@font-face{font-family:'Public Sans';font-style:normal;font-display:swap;font-weight:400;
 src:url(/assets/fonts/public-sans-400.woff2) format('woff2');}
@font-face{font-family:'Public Sans';font-style:normal;font-display:swap;font-weight:500;
 src:url(/assets/fonts/public-sans-500.woff2) format('woff2');}
@font-face{font-family:'Public Sans';font-style:normal;font-display:swap;font-weight:600;
 src:url(/assets/fonts/public-sans-600.woff2) format('woff2');}

  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
  body { margin: 0; background: #FBF9F5; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden; }
  a { color: #0C4A47; text-decoration-color: rgba(12,74,71,0.3); text-underline-offset: 3px; }
  a:hover { color: #A0522E; text-decoration-color: rgba(160,82,46,0.6); }
  ::selection { background: #0C4A47; color: #FBF9F5; }
  img, svg, image-slot, video { max-width: 100%; }

  /* --- interaction: every clickable surface animates and can be reached by keyboard --- */
  [style*="cursor:pointer"] {
    transition: background-color .18s ease, color .18s ease, border-color .18s ease, opacity .18s ease;
    -webkit-tap-highlight-color: transparent;
  }
  [style*="cursor:pointer"]:focus-visible,
  input:focus-visible, textarea:focus-visible {
    outline: 2px solid #A0522E; outline-offset: 3px; border-radius: 2px;
  }
  input:focus, textarea:focus { border-color: #0C4A47 !important; }

  
  /* --- calculator sliders: usable thumb size on touch --- */
  input[type=range] { -webkit-appearance: none; appearance: none; background: transparent; height: 26px; }
  input[type=range]::-webkit-slider-runnable-track { height: 3px; background: rgba(12,74,71,0.22); border-radius: 2px; }
  input[type=range]::-moz-range-track { height: 3px; background: rgba(12,74,71,0.22); border-radius: 2px; }
  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none; width: 22px; height: 22px; margin-top: -9.5px;
    border-radius: 50%; background: #0C4A47; border: 3px solid #FBF9F5;
    box-shadow: 0 1px 4px rgba(12,74,71,0.4); cursor: grab;
  }
  input[type=range]::-moz-range-thumb {
    width: 16px; height: 16px; border-radius: 50%; background: #0C4A47;
    border: 3px solid #FBF9F5; box-shadow: 0 1px 4px rgba(12,74,71,0.4); cursor: grab;
  }
  input[type=range]:active::-webkit-slider-thumb { cursor: grabbing; }

  /* --- the 90-day timeline is a fixed label column + body; it must stack, not squeeze --- */
  @media (max-width: 700px) {
    [style*="minmax(0px, 240px)"] {
      grid-template-columns: 1fr !important;
      gap: 14px !important;
    }
  }

  /* --- figures line up in the report tables --- */
  .num, [data-num] { font-variant-numeric: tabular-nums; font-feature-settings: "tnum"; }

  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    * { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  }

.hv1:hover{background:#083432}
.hv2:hover{color:#A0522E;border-bottom:1px solid #A0522E}
.hv3:hover{color:#A0522E}
.hv4:hover{color:#E7A87D}
.hv5:hover{border:1px solid #A0522E;color:#A0522E}

/* ---- skip link ---- */
.skip{position:absolute;left:-9999px;top:0;z-index:100;background:#0C4A47;color:#FBF9F5;
 padding:12px 18px;font:500 14px/1 'Public Sans',sans-serif;border-radius:0 0 2px 0}
.skip:focus{left:0}

/* ---- header (nav items are real anchors now, so target them by role) ---- */
header a{text-decoration:none}
header > div > nav{scrollbar-width:none;-ms-overflow-style:none;display:flex;align-items:center;gap:28px}
header > div > nav::-webkit-scrollbar{display:none}
header > div > nav > a{white-space:nowrap}
header > div > nav > a[aria-current="page"]{color:#0C4A47 !important;font-weight:600}
@media (max-width:900px){
 header > div{height:auto !important;padding-top:11px;padding-bottom:11px;flex-wrap:wrap;gap:12px !important}
 header > div > .hdr-logo{order:1}
 header > div > .hdr-cta{order:2}
 header > div > nav{order:3;flex-basis:100%;flex-wrap:nowrap !important;overflow-x:auto;
  gap:22px !important;padding-bottom:2px;margin-bottom:-2px;-webkit-overflow-scrolling:touch;
  -webkit-mask-image:linear-gradient(to right,#000 calc(100% - 26px),transparent);
  mask-image:linear-gradient(to right,#000 calc(100% - 26px),transparent)}
}

/* ---- footer links ---- */
footer a{text-decoration:none}
footer a:hover{color:#E7A87D}
/* four footer columns fit on one row once there is room for them */
@media (min-width:1000px){
 footer [style*="grid-template-columns:repeat(auto-fit"]{
  grid-template-columns:1.5fr 1fr 1fr 1.3fr !important}
}

/* ---- the 90-day timeline: a fixed label column plus body. It must stack, not squeeze. ---- */
@media (max-width:700px){
 .timeline-row{grid-template-columns:1fr !important;gap:14px !important}
}

/* ---- forms ---- */
.hp{display:none !important}
#contact-form button[type=submit]{cursor:pointer;font-family:'Public Sans',sans-serif}
#contact-form button[type=submit][disabled]{opacity:.55;cursor:progress}
#contact-form label{display:block}
#contact-form input[aria-invalid="true"],#contact-form textarea[aria-invalid="true"]{
 border-color:#A0522E !important;box-shadow:0 0 0 1px rgba(160,82,46,.35)}
.field-error{font:400 13px/1.5 'Public Sans',sans-serif;color:#8A4526;margin-top:6px}

/* ---- contrast: the two on-dark values that still sat under WCAG AA at small sizes.
       #E7A87D measured 3.93:1 on the dark band; the 0.6 cream measured 4.01:1 on teal.
       Both only ever appear as text on a dark surface, so lifting them is safe. ---- */
[style*="color:#E7A87D"]{color:#F0BE9A !important}
.hv4:hover{color:#F0BE9A !important}
[style*="color:rgba(237,231,220,0.6)"]{color:rgba(237,231,220,0.74) !important}

/* ---- redaction bars: render as a drawn block, never as a fallback tofu glyph ---- */
.redact{display:inline-block;width:5.5em;height:.72em;background:currentColor;opacity:.42;
 border-radius:1px;vertical-align:baseline;margin:0 .12em}

/* ---- legal / long-form pages ---- */
.prose h2{font:300 clamp(24px,2.6vw,32px)/1.2 'Newsreader',serif;color:#0C4A47;
 letter-spacing:-.02em;margin:44px 0 14px}
.prose h3{font:500 15px/1.4 'Public Sans',sans-serif;color:#0C4A47;margin:28px 0 8px;
 letter-spacing:.02em}
.prose p,.prose li{font:400 16.5px/1.7 'Public Sans',sans-serif;color:#41524F;margin:0 0 14px}
.prose ul{padding-left:20px;margin:0 0 18px}
.prose li{margin:0 0 8px}
.prose a{color:#0C4A47}
.prose strong{color:#25352F;font-weight:600}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;
 clip:rect(0,0,0,0);white-space:nowrap;border:0}
main{flex:1 0 auto}
