
:root { --navy: #1B2A4A; --turq: #35b6ad; --bg: #f4f6f9; --card: #ffffff;
  --ink: #1a2233; --muted: #5a6577; --line: #e3e8ef; }
* { box-sizing: border-box; margin: 0; }
body { background: var(--bg); color: var(--ink);
  font: 16px/1.55 -apple-system, "Segoe UI", Roboto, Arial, sans-serif; }
a { color: var(--navy); }
header.top { background: var(--navy); color: #fff; }
.topbar { max-width: 1080px; margin: 0 auto; padding: 14px 24px;
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.topbar img.navlogo { height: 30px; display: block; }
.topbar nav { margin-left: auto; display: flex; gap: 4px; flex-wrap: wrap;
  align-items: center; }
.topbar nav > a, .navdrop { height: 34px; }
.topbar nav > a, .navdrop > a { display: flex; align-items: center; height: 100%;
  color: #cdd6e4; text-decoration: none; padding: 0 12px; border-radius: 6px;
  font-size: 14.5px; white-space: nowrap; }
.topbar nav a:hover { background: rgba(255,255,255,.08); color: #fff; }
.topbar nav a.active { background: rgba(255,255,255,.12); color: #fff; }
/* red Alerts tab, set apart from the rest of the nav */
.topbar nav > a.navalert { color: #ffd7d7; background: rgba(224,49,49,.22);
  border: 1px solid rgba(255,120,120,.5); font-weight: 700; margin-left: 18px; }
.topbar nav > a.navalert:hover { background: rgba(224,49,49,.4); color: #fff; }
.topbar nav > a.navalert.active { background: #e03131; color: #fff; border-color: #e03131; }
.navdrop { position: relative; display: flex; align-items: center; }
.navdrop .dropmenu { display: none; position: absolute; top: 100%; left: 0;
  background: var(--navy); border: 1px solid rgba(255,255,255,.14); border-radius: 8px;
  padding: 6px; min-width: 210px; z-index: 60; box-shadow: 0 10px 24px rgba(0,0,0,.3); }
.navdrop:hover .dropmenu, .navdrop:focus-within .dropmenu { display: block; }
.dropmenu a { display: block; white-space: nowrap; color: #cdd6e4;
  text-decoration: none; padding: 6px 12px; border-radius: 6px; font-size: 14.5px; }
/* vendors */
.vfilter { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; margin: 0 0 16px; }
.vfilter input { flex: 1 1 240px; min-width: 200px; padding: 9px 14px; border: 1px solid var(--line);
  border-radius: 999px; font-size: 14px; outline: none; background: var(--card); color: var(--ink); }
.vfilter input:focus { border-color: var(--turq); }
.vchip { border: 1px solid var(--line); background: var(--card); color: var(--muted);
  border-radius: 999px; padding: 7px 14px; font-size: 13px; cursor: pointer; font-weight: 600; }
.vchip.on { background: var(--navy); color: #fff; border-color: var(--navy); }
.vtable { width: 100%; border-collapse: collapse; background: var(--card); border: 1px solid var(--line);
  border-radius: 10px; overflow: hidden; font-size: 14px; }
.vtable th, .vtable td { text-align: left; padding: 10px 12px; border-top: 1px solid var(--line);
  vertical-align: top; }
.vtable thead th { border-top: none; background: #eef1f6; color: var(--muted); font-size: 12px;
  text-transform: uppercase; letter-spacing: .04em; cursor: pointer; }
.vtable td.star { text-align: center; width: 30px; color: #e0a52b; font-size: 15px; }
.vtable tr.vrow { border-left: 4px solid transparent; }
.vrow.e-kitchen td:first-child { box-shadow: inset 4px 0 0 var(--turq); }
.vrow.e-logistics td:first-child { box-shadow: inset 4px 0 0 #5b8dd6; }
.vrow.e-both td:first-child { box-shadow: inset 4px 0 0 #7a6bd6; }
.ent { display: inline-block; border-radius: 999px; font-size: 11.5px; font-weight: 650;
  padding: 2px 9px; white-space: nowrap; }
.ent.kitchen { background: color-mix(in srgb, var(--turq) 20%, #fff); color: #1c6f69; }
.ent.logistics { background: color-mix(in srgb, #5b8dd6 22%, #fff); color: #2b5591; }
.ent.both { background: color-mix(in srgb, #7a6bd6 20%, #fff); color: #4a3f8f; }
.vcount { color: var(--muted); font-size: 13px; margin: 0 0 10px; }
.memnames { background: var(--card); border: 1px solid var(--line); border-radius: 12px;
  padding: 14px 16px; margin: 8px 0 22px; }
.memnames-ttl { color: var(--muted); font-size: 12px; font-weight: 650;
  text-transform: uppercase; letter-spacing: .4px; margin-bottom: 10px; }
.memchip { display: inline-block; border: 1px solid var(--line); border-radius: 999px;
  background: #f6f8fb; padding: 4px 12px; margin: 0 6px 8px 0; font-size: 13.5px; }
.vtable tr.vrow { cursor: pointer; }
.vtable tr.vrow:hover td { background: #f2f6fb; }
a.vlink { display: flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; }
a.vlink:hover b { color: var(--navy); text-decoration: underline; }
img.vlogo { width: 26px; height: 26px; border-radius: 6px; object-fit: contain; flex: none;
  background: #fff; border: 1px solid var(--line); padding: 2px; }
/* vendor detail pages */
.vphead { display: flex; align-items: center; gap: 20px; margin-bottom: 18px; }
.vphead img.vplogo { width: 76px; height: 76px; border-radius: 14px; object-fit: contain;
  background: #fff; border: 1px solid var(--line); padding: 8px; flex: none; }
.vphead h1 { margin-bottom: 4px; }
.vpstar { color: #e0a52b; }
.ginfo { max-width: 640px; padding: 14px 18px; margin-bottom: 6px; }
.ginfo-row { display: flex; gap: 14px; padding: 6px 0; font-size: 14.5px; }
.ginfo-row + .ginfo-row { border-top: 1px solid var(--line); }
.glabel { flex: none; width: 74px; color: var(--muted); font-size: 12px; font-weight: 650;
  text-transform: uppercase; letter-spacing: .4px; padding-top: 2px; }
.ginfo-note { border-top: 1px solid var(--line); margin-top: 6px; padding-top: 10px;
  color: var(--muted); font-size: 13.5px; }
.vcontacts { display: flex; flex-wrap: wrap; gap: 12px; margin: 4px 0 6px; }
.vcontact { background: var(--card); border: 1px solid var(--line); border-radius: 12px;
  padding: 12px 16px; min-width: 230px; }
.vcname { font-weight: 700; }
.vctitle { color: var(--muted); font-size: 13px; margin: 1px 0 6px; }
.vcinfo { font-size: 13.5px; }
/* vendor documents (contract / W-9 / COI / inspection) */
.vdocs { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px; margin: 4px 0 6px; }
.vdoc-cat { background: var(--card); border: 1px solid var(--line); border-radius: 12px;
  padding: 12px 14px; }
.vdoc-h { font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .5px;
  color: var(--navy); margin-bottom: 8px; }
.vdoc-item { display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
  padding: 7px 0; border-top: 1px solid var(--line); font-size: 13.5px; }
.vdoc-item:first-of-type { border-top: none; }
.vdoc-label { flex: 1 1 140px; }
.vdoc-meta { display: block; color: var(--muted); font-size: 11.5px; margin-top: 1px; }
.vdoc-none { color: var(--muted); font-style: italic; }
.docbadge { display: inline-block; padding: 2px 9px; border-radius: 999px;
  font-size: 11.5px; font-weight: 650; white-space: nowrap; }
.docbadge.ok { background: #e2f2ea; color: #1c6f4a; }
.docbadge.soon { background: #fdeecf; color: #9a6a12; }
.docbadge.exp { background: #f7dede; color: #a33; }
.docbadge.info { background: #e6ecf6; color: #3a5591; }
.nodoc { color: var(--muted); font-size: 12.5px; }
.vwork { width: 100%; border-collapse: collapse; background: var(--card);
  border: 1px solid var(--line); border-radius: 12px; overflow: hidden; font-size: 14px; }
.vwork th, .vwork td { text-align: left; padding: 9px 12px; border-top: 1px solid var(--line); }
.vwork thead th { border-top: none; background: #eef1f6; color: var(--muted); font-size: 12px;
  text-transform: uppercase; letter-spacing: .4px; }
.vwork td.wdate { white-space: nowrap; color: var(--muted); width: 100px; }
.vwork td.amt, .vwork tr.invtotal td.amt { text-align: right; white-space: nowrap;
  font-variant-numeric: tabular-nums; }
.vwork tr.invtotal td { font-weight: 700; background: #eef1f6; }
.bref { color: var(--muted); font-size: 12.5px; }
a.btn.small { padding: 3px 10px; font-size: 12.5px; white-space: nowrap; }
.nodoc { color: var(--muted); font-size: 12.5px; font-style: italic; }
.sub2 { color: var(--muted); font-size: 13.5px; margin: -4px 0 10px; }
.invmemo { max-width: 640px; padding: 12px 16px; margin-bottom: 12px; font-size: 14px; }
/* systems quick-links */
.syslist { display: flex; flex-direction: column; gap: 10px; max-width: 720px; }
.sysrow { display: flex; align-items: center; gap: 16px; background: var(--card);
  border: 1px solid var(--line); border-radius: 12px; padding: 14px 18px; }
.sysrow a.syslogo { flex: none; display: flex; align-items: center; justify-content: center;
  width: 56px; height: 56px; border: 1px solid var(--line); border-radius: 10px;
  background: #fff; transition: border-color .12s, transform .12s; }
.sysrow a.syslogo:hover { border-color: var(--turq); transform: translateY(-1px); }
.sysrow a.syslogo img { max-width: 38px; max-height: 38px; object-fit: contain; display: block; }
.sysrow .sysname { font-weight: 650; font-size: 16px; text-decoration: none; color: var(--ink); }
.sysrow .sysname:hover { color: var(--turq); }
.sysrow .sysdesc { color: var(--muted); font-size: 13.5px; margin-top: 2px; }
/* resources search */
.ressearch { margin: 0 0 16px; }
.ressearch input { width: 100%; max-width: 520px; padding: 10px 14px; border: 1px solid var(--line);
  border-radius: 999px; font-size: 14px; outline: none; background: var(--card); color: var(--ink); }
.ressearch input:focus { border-color: var(--turq); }
/* operations manual */
.opsm { display: grid; grid-template-columns: 288px 1fr; gap: 0; border: 1px solid var(--line);
  border-radius: 12px; overflow: hidden; background: var(--card); min-height: 70vh; }
.opsm-side { border-right: 1px solid var(--line); background: #f7f9fb; display: flex;
  flex-direction: column; max-height: 82vh; position: sticky; top: 0; }
.opsm-search { padding: 12px; border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--navy) 6%, #f7f9fb); }
.opsm-search input { width: 100%; padding: 10px 14px; border: 2px solid var(--turq);
  border-radius: 999px; font-size: 13.5px; outline: none; background: #fff;
  color: var(--ink); box-shadow: 0 2px 8px rgba(27,47,94,.12); }
.opsm-search input::placeholder { color: #7d8798; }
.opsm-search input:focus { border-color: var(--navy);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--turq) 30%, transparent); }
.opsm-nav { overflow-y: auto; padding: 6px 0 14px; flex: 1; }
.opsm-part { font-size: 11px; text-transform: uppercase; letter-spacing: .05em;
  color: var(--muted); font-weight: 700; padding: 12px 14px 4px; }
.opsm-nav a { display: block; text-decoration: none; color: var(--ink); font-size: 13.5px;
  padding: 5px 14px 5px 16px; border-left: 3px solid transparent; }
.opsm-nav a.sub { padding-left: 30px; font-size: 12.5px; color: var(--muted); }
.opsm-nav a:hover { background: color-mix(in srgb, var(--turq) 10%, transparent); }
.opsm-nav a.active { border-left-color: var(--turq); background: color-mix(in srgb, var(--turq) 14%, transparent);
  color: var(--navy); font-weight: 650; }
.opsm-nav a.hide { display: none; }
.opsm-body { padding: 26px 30px; overflow-y: auto; max-height: 82vh; position: relative; }
.opsm-body .sec { scroll-margin-top: 12px; }
.opsm-body h2.sech { font-size: 21px; margin: 0 0 4px; color: var(--navy); }
.opsm-body .partlbl { font-size: 11.5px; text-transform: uppercase; letter-spacing: .05em;
  color: var(--turq); font-weight: 700; margin-top: 30px; }
.opsm-body h4 { font-size: 15.5px; margin: 20px 0 6px; color: var(--navy);
  scroll-margin-top: 12px; }
.opsm-body p { margin: 7px 0; font-size: 14px; line-height: 1.6; }
.opsm-body ul { margin: 7px 0 7px 4px; padding-left: 20px; }
.opsm-body li { font-size: 14px; line-height: 1.55; margin: 3px 0; }
.opsm-tblwrap { overflow-x: auto; margin: 12px 0; }
.opsm-tbl { border-collapse: collapse; font-size: 12.5px; width: 100%; }
.opsm-tbl th, .opsm-tbl td { border: 1px solid var(--line); padding: 6px 9px; text-align: left;
  vertical-align: top; }
.opsm-tbl th { background: #eef1f6; font-weight: 650; }
.opsm-nohits { padding: 10px 16px; color: var(--muted); font-size: 13px; display: none; }
@media (max-width: 720px) { .opsm { grid-template-columns: 1fr; }
  .opsm-side { position: static; max-height: none; border-right: none; border-bottom: 1px solid var(--line); }
  .opsm-body { max-height: none; } }
/* operations */
.opscards { display: grid; grid-template-columns: repeat(auto-fit, minmax(380px, 1fr)); gap: 16px; }
.opscard { background: var(--card); border: 1px solid var(--line); border-radius: 12px;
  padding: 16px 18px; overflow-x: auto; }
@media (max-width: 460px) { .opscards { grid-template-columns: 1fr; } }
.opscard h3 { margin: 0 0 10px; font-size: 16px; }
.artable { width: 100%; border-collapse: collapse; font-size: 13px; }
.artable th, .artable td { padding: 5px 8px; text-align: right; border-top: 1px solid var(--line);
  font-variant-numeric: tabular-nums; white-space: nowrap; }
.artable th:first-child, .artable td:first-child { text-align: left; }
.artable thead th { border-top: none; color: var(--muted); font-size: 11px;
  text-transform: uppercase; letter-spacing: .04em; }
.artable .hot td { color: #a33; font-weight: 650; }
.opscard .colline { margin-top: 10px; padding-top: 9px; border-top: 2px solid var(--line);
  font-size: 13.5px; }
.radar { width: 100%; border-collapse: collapse; background: var(--card);
  border: 1px solid var(--line); border-radius: 10px; overflow: hidden; font-size: 13.5px; }
.radar th, .radar td { padding: 9px 12px; text-align: left; border-top: 1px solid var(--line);
  vertical-align: top; }
.radar thead th { border-top: none; background: #eef1f6; color: var(--muted); font-size: 11.5px;
  text-transform: uppercase; letter-spacing: .04em; }
.badge { display: inline-block; border-radius: 999px; font-size: 10.5px; font-weight: 700;
  padding: 2px 9px; }
.badge.crit { background: #f4dede; color: #a33; }
.badge.watch { background: #f7ecd4; color: #8a6410; }
.badge.ok { background: #def0e7; color: #1c7a4d; }
.badge.mtm { background: #e5e8f5; color: #4a55a2; }
.badge.exp { background: #eee; color: #777; }
/* home search */
.hubsearch { position: relative; max-width: 560px; margin: 0 auto 4px; }
.hubsearch input { width: 100%; padding: 11px 16px; border-radius: 999px; border: 1px solid
  rgba(255,255,255,.25); background: rgba(255,255,255,.12); color: #fff; font-size: 14.5px;
  outline: none; }
.hubsearch input::placeholder { color: #b8c4d6; }
.hubsearch input:focus { background: #fff; color: var(--ink); }
.hubsearch .results { display: none; position: absolute; top: 105%; left: 0; right: 0;
  background: var(--card); border: 1px solid var(--line); border-radius: 12px; z-index: 80;
  max-height: 320px; overflow-y: auto; box-shadow: 0 12px 30px rgba(0,0,0,.22); text-align: left; }
.hubsearch .results a { display: flex; justify-content: space-between; gap: 10px;
  padding: 9px 14px; text-decoration: none; color: var(--ink); font-size: 13.5px;
  border-top: 1px solid var(--line); }
.hubsearch .results a:first-child { border-top: none; }
.hubsearch .results a:hover { background: color-mix(in srgb, var(--turq) 10%, var(--card)); }
.hubsearch .results .sect { color: var(--muted); font-size: 11.5px; white-space: nowrap; }
/* recently updated */
.updates { display: flex; gap: 10px; flex-wrap: wrap; margin: 10px 0 4px; }
.updates a, .updates span { background: var(--card); border: 1px solid var(--line);
  border-radius: 999px; padding: 6px 14px; font-size: 12.5px; text-decoration: none;
  color: var(--ink); }
.updates a:hover { border-color: var(--turq); }
.updates b { color: var(--turq); font-weight: 700; margin-right: 4px; }
/* graduates */
.gradgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 12px; }
a.gradlogo { background: #fff; border: 1px solid var(--line); border-radius: 10px;
  padding: 12px 10px 9px; text-align: center; text-decoration: none; color: var(--ink);
  transition: border-color .12s, transform .12s; }
a.gradlogo:hover { border-color: var(--turq); transform: translateY(-1px); }
a.gradlogo img { width: 100%; height: 78px; object-fit: contain; display: block; }
a.gradlogo .gn { font-size: 11.5px; font-weight: 600; margin-top: 7px; color: var(--muted);
  line-height: 1.25; }
.profsep { display: flex; align-items: center; gap: 14px; margin: 46px 0 20px;
  color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .08em; }
.profsep::before, .profsep::after { content: ""; flex: 1; border-top: 2px solid var(--line); }
.gradprof { background: var(--card); border: 1px solid var(--line); border-radius: 12px;
  padding: 20px; margin-bottom: 16px; scroll-margin-top: 20px; }
.gradprof .ghead { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.gradprof .ghead img { width: 92px; height: 66px; object-fit: contain; background: #fff;
  border: 1px solid var(--line); border-radius: 8px; padding: 5px; }
.gradprof h3 { margin: 0; font-size: 18px; }
.gradprof .gloc { color: var(--muted); font-size: 13px; }
.gradprof .gsite { font-size: 13.5px; font-weight: 600; }
.gradprof .gdesc { margin-top: 12px; font-size: 14.5px; }
.gradprof .gfact { color: var(--muted); font-size: 13px; margin-top: 6px; }
.gradprof h4 { font-size: 12px; text-transform: uppercase; letter-spacing: .06em;
  color: var(--turq); margin: 14px 0 6px; }
.gradprof ul { margin: 0; padding-left: 20px; font-size: 13.5px; }
.gradprof li { margin: 3px 0; }
.bmcard { display: flex; gap: 14px; align-items: center; background: #f7f9fb;
  border: 1px solid var(--line); border-radius: 10px; padding: 10px 14px; margin-top: 12px; }
.bmcard img { width: 150px; height: 100px; object-fit: cover; border-radius: 8px; }
.bmcard .bmaddr { font-size: 13.5px; }
.bmcard .bmaddr b { display: block; font-size: 12px; color: var(--turq);
  text-transform: uppercase; letter-spacing: .05em; margin-bottom: 3px; }
.backtop { font-size: 12px; }
/* budgets */
details.byear { background: var(--card); border: 1px solid var(--line); border-radius: 12px;
  margin-bottom: 14px; overflow: hidden; }
details.byear > summary { cursor: pointer; list-style: none; padding: 13px 18px;
  font-weight: 650; font-size: 15.5px; display: flex; align-items: baseline; gap: 12px; }
details.byear > summary::before { content: "▸"; color: var(--turq); }
details.byear[open] > summary::before { content: "▾"; }
details.byear > summary .ysum { margin-left: auto; color: var(--muted); font-weight: 400;
  font-size: 13px; font-variant-numeric: tabular-nums; }
.btable { width: 100%; border-collapse: collapse; font-size: 12.5px; }
.btable th, .btable td { padding: 6px 9px; border-top: 1px solid var(--line);
  text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; }
.btable th:first-child, .btable td:first-child { text-align: left; position: sticky;
  left: 0; background: var(--card); max-width: 230px; overflow: hidden;
  text-overflow: ellipsis; }
.btable thead th { background: #eef1f6; color: var(--muted); font-size: 11px;
  text-transform: uppercase; letter-spacing: .04em; border-top: none; }
.btable .grp td { background: color-mix(in srgb, var(--navy) 7%, var(--card));
  font-weight: 650; color: var(--navy); }
.btable .sub td { font-weight: 650; border-top: 2px solid var(--line); }
.btable .net td { background: color-mix(in srgb, var(--turq) 12%, var(--card));
  font-weight: 700; border-top: 2px solid var(--turq); }
.btable td.tot { font-weight: 650; }
/* intercompany flow chart */
/* wrapper panel that visually contains the intercompany flow diagram */
.flowpanel { background: color-mix(in srgb, var(--turq) 5%, #fff);
  border: 1px solid var(--line); border-radius: 16px; padding: 24px 22px;
  box-shadow: 0 1px 3px rgba(20,34,60,.05); }
.flowbar { background: var(--navy); color: #fff; border-radius: 10px; text-align: center;
  padding: 14px 18px; font-weight: 650; font-size: 16px; }
.flowbar .fb-sub { color: #b8c4d6; font-weight: 400; font-size: 12.5px; margin-top: 2px; }
.flowbar.hs { background: linear-gradient(135deg, var(--turq), #2a9d95); }
.flowbar.hs .fb-sub { color: #dff5f3; }
.flowgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.flowline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.flowline span { width: 2px; height: 22px; background: #c6cfdc; margin: 0 auto; }
.leasecard { background: var(--card); border: 1px solid var(--line); border-radius: 10px;
  padding: 14px 16px; text-align: center; }
.leasecard .lc-entity { font-weight: 650; font-size: 15px; }
.leasecard .lc-bldg { display: inline-block; background: color-mix(in srgb, var(--turq) 14%, transparent);
  color: var(--navy); border-radius: 999px; font-size: 11.5px; font-weight: 600;
  padding: 2px 10px; margin: 6px 0 8px; }
.leasecard a.lc-lease { display: block; font-size: 13.5px; font-weight: 600;
  text-decoration: none; margin-top: 2px; }
.leasecard a.lc-lease:hover { text-decoration: underline; }
.leasecard .lc-amds { margin-top: 7px; display: flex; gap: 6px; justify-content: center;
  flex-wrap: wrap; }
.leasecard .lc-amds a { font-size: 11.5px; background: #eef1f6; border: 1px solid var(--line);
  border-radius: 999px; padding: 2px 10px; text-decoration: none; color: var(--muted); }
.leasecard .lc-amds a:hover { border-color: var(--turq); color: var(--navy); }
@media (max-width: 700px) { .flowgrid, .flowline { grid-template-columns: 1fr; }
  .flowline span:nth-child(n+2) { display: none; } }
/* intercompany building cards */
.bldgs { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 16px; }
.bldg { background: var(--card); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.bldg .bhead { background: linear-gradient(120deg, var(--navy), #2a4a68); color: #fff;
  padding: 10px 16px; font-weight: 650; }
.bstep { padding: 12px 16px; }
.bstep + .bstep { border-top: 1px dashed var(--line); }
.bstep .arrow { color: var(--turq); font-weight: 700; font-size: 12px;
  text-transform: uppercase; letter-spacing: .04em; }
.bstep a { font-weight: 650; text-decoration: none; }
.bstep a:hover { text-decoration: underline; }
.bstep .bmeta { color: var(--muted); font-size: 12.5px; margin-top: 3px; }
.bstep .rent { color: var(--navy); font-weight: 650; font-size: 13.5px;
  font-variant-numeric: tabular-nums; }
.bstep.expired { opacity: .55; }
.badge-exp { background: #f4dede; color: #a33; border-radius: 999px; font-size: 10.5px;
  font-weight: 700; padding: 1px 8px; margin-left: 6px; vertical-align: 1px; }
main { max-width: 1080px; margin: 0 auto; padding: 28px 24px 64px; }
body.wide main { max-width: 1250px; }
h1 { font-size: 26px; letter-spacing: -.01em; margin: 4px 0 6px; }
.sub { color: var(--muted); font-size: 15px; margin-bottom: 26px; }
h2 { font-size: 19px; margin: 42px 0 14px; }
h2:first-of-type { margin-top: 8px; }
h2.secttl { display: flex; align-items: center; gap: 10px; margin-top: 46px; }
h2.secttl::before { content: ""; width: 4px; height: 20px; border-radius: 2px;
  background: linear-gradient(var(--turq), #2a8f88); }
/* gentle divider above section headers (not the first) for clearer separation */
h2.secttl:not(:first-of-type) { border-top: 1px solid var(--line); padding-top: 28px; }
h2.secttl:first-of-type { margin-top: 8px; }
hr.secdiv { border: none; border-top: 1px solid var(--line); margin: 40px 0 0; }
/* alerts page */
.alttoggle { display: flex; gap: 8px; flex-wrap: wrap; margin: 6px 0 22px; }
.altbtn { display: inline-flex; align-items: center; gap: 8px; padding: 9px 18px;
  border-radius: 999px; border: 1.5px solid var(--line); background: var(--card);
  color: var(--ink); font-weight: 650; font-size: 14px; cursor: pointer; font-family: inherit; }
.altbtn.on { background: var(--accent); color: #fff; border-color: var(--accent); }
.altcount { background: var(--line); color: var(--ink); border-radius: 999px;
  font-size: 12px; font-weight: 700; padding: 1px 9px; }
.altbtn.on .altcount { background: rgba(255,255,255,.28); color: #fff; }
.altcount-high { background: #e03131; color: #fff; }
.altcount-ok { background: #2f9e44; color: #fff; }
.altsec { display: none; }
.altsec.on { display: block; }
.altsummary { font-size: 13.5px; color: var(--muted); margin-bottom: 16px; font-weight: 600; }
.altgroup { margin-bottom: 22px; }
.altgroup-h { font-weight: 800; color: var(--navy); font-size: 13px; text-transform: uppercase;
  letter-spacing: .5px; margin-bottom: 8px; }
.altcard { background: var(--card); border: 1px solid var(--line); border-left: 4px solid #ccc;
  border-radius: 10px; padding: 11px 15px; margin-bottom: 8px; }
.altcard-t { font-weight: 650; color: var(--ink); font-size: 14.5px; }
.altcard-d { color: var(--muted); font-size: 13px; margin-top: 3px; line-height: 1.5; }
.altsev-high { border-left-color: #e03131; background: color-mix(in srgb, #e03131 4%, #fff); }
.altsev-warn { border-left-color: #e08a2b; }
.altsev-info { border-left-color: #5b8dd6; }
.altok { background: color-mix(in srgb, #2f9e44 8%, #fff); border: 1px solid #bfe3c9;
  border-radius: 10px; padding: 16px 18px; color: #1c6f4a; font-weight: 600; }
.altlegend { color: var(--muted); font-size: 12.5px; margin-top: 26px; border-top: 1px solid var(--line);
  padding-top: 14px; }
/* 2026 member survey */
.svcount { display: inline-block; background: color-mix(in srgb, var(--turq) 12%, #fff);
  border: 1px solid var(--line); border-radius: 999px; padding: 8px 18px; font-size: 15px;
  color: var(--navy); }
.svcount b { font-size: 18px; }
.satrow { display: flex; align-items: center; gap: 14px; margin: 9px 0; }
.satcirc { flex: none; width: 50px; height: 50px; border-radius: 50%; display: flex;
  align-items: center; justify-content: center; font-weight: 750; font-size: 17px; color: #fff; }
.satrow.big .satcirc { width: 64px; height: 64px; font-size: 22px; }
.satbarwrap { flex: 1; min-width: 0; }
.satlabel { font-size: 14px; font-weight: 650; margin-bottom: 5px; color: var(--ink); }
.satn { color: var(--muted); font-weight: 400; font-size: 12px; }
.satbar { height: 14px; background: #eef1f6; border-radius: 999px; overflow: hidden; }
.satrow.big .satbar { height: 18px; }
.satfill { height: 100%; border-radius: 999px; transition: width .3s; }
.npsline, .jobsline { background: var(--card); border: 1px solid var(--line); border-radius: 10px;
  padding: 12px 16px; margin: 14px 0 4px; font-size: 14px; color: var(--ink); }
.tlwrap { display: flex; gap: 10px; align-items: flex-end; border-bottom: 2px solid var(--line);
  margin: 12px 0 4px; overflow-x: auto; min-height: 110px; padding-bottom: 0; }
.tlnode { flex: 1; min-width: 46px; display: flex; flex-direction: column; align-items: center;
  justify-content: flex-end; }
.tlbar { background: linear-gradient(var(--turq), #2a8f88); color: #fff; border-radius: 6px 6px 0 0;
  width: 60%; min-width: 30px; display: flex; align-items: flex-start; justify-content: center;
  padding-top: 4px; font-size: 12.5px; font-weight: 700; }
.tlyear { font-size: 12px; color: var(--muted); margin-top: 5px; }
.hbar { display: flex; align-items: center; gap: 10px; margin: 6px 0; font-size: 13px; }
.hbar-l { flex: 0 0 148px; text-align: right; color: var(--ink); }
.hbar-t { flex: 1; background: #eef1f6; border-radius: 999px; overflow: hidden; }
.hbar-f { height: 22px; border-radius: 999px; color: #fff; font-size: 12px; font-weight: 700;
  display: flex; align-items: center; padding: 0 9px; }
.svsubh { font-weight: 700; color: var(--navy); font-size: 13.5px; margin: 4px 0 8px; }
.svquote { background: var(--card); border: 1px solid var(--line); border-left: 4px solid var(--turq);
  border-radius: 10px; padding: 11px 15px; margin: 8px 0; font-size: 13.5px; font-style: italic;
  color: #384252; line-height: 1.5; }
.svcols { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: start;
  margin-bottom: 6px; }
.svpills { display: flex; flex-wrap: wrap; gap: 10px; margin: 12px 0 4px; }
.svpill { background: var(--card); border: 1px solid var(--line); border-radius: 999px;
  padding: 7px 15px; font-size: 13px; color: var(--muted); }
.svpill b { color: var(--navy); font-size: 15px; }
.svpill span { color: var(--ink); }
@media (max-width: 760px) { .svcols { grid-template-columns: 1fr; } .hbar-l { flex-basis: 104px; } }
/* external public site — Squarespace embed block */
.sqembed { margin: 40px 0 8px; border-top: 1px solid var(--line); padding-top: 22px; }
.sqbtn { background: var(--navy); color: #fff; border: none; border-radius: 9px;
  padding: 11px 20px; font-size: 14.5px; font-weight: 650; cursor: pointer;
  font-family: inherit; }
.sqbtn:hover { background: #24365c; }
.sqpanel { display: none; margin-top: 14px; background: var(--card); border: 1px solid var(--line);
  border-radius: 12px; padding: 16px 18px; max-width: 760px; }
.sqsteps { font-size: 13.5px; color: var(--muted); line-height: 1.6; margin-bottom: 12px; }
.sqcode { width: 100%; font-family: ui-monospace, Menlo, Consolas, monospace; font-size: 12.5px;
  border: 1px solid var(--line); border-radius: 8px; padding: 10px 12px; color: var(--ink);
  background: #f6f8fb; resize: vertical; }
.sqcopy { margin-top: 10px; background: var(--turq); color: #06312e; border: none;
  border-radius: 8px; padding: 8px 16px; font-size: 13.5px; font-weight: 650; cursor: pointer; }
.sqcopy:hover { background: #2a9d95; }
.card { background: var(--card); border: 1px solid var(--line);
  border-radius: 10px; }
footer { max-width: 1080px; margin: 0 auto; padding: 0 24px 40px;
  color: var(--muted); font-size: 13px; }
/* metrics strip */
.metrics { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px; margin: 18px 0 8px; }
.entity { margin-top: 14px; }
.entity:first-of-type { margin-top: 18px; }
.entity .ename { font-weight: 700; font-size: 13px; text-transform: uppercase;
  letter-spacing: .05em; color: var(--navy); margin-bottom: 8px;
  display: flex; align-items: center; gap: 8px; }
.entity .ename::before { content: ""; width: 11px; height: 11px; border-radius: 50%;
  background: var(--accent); }
.entity .metrics { margin: 0; }
.stat { background: color-mix(in srgb, var(--accent, var(--turq)) 4%, #fff);
  border: 1px solid var(--line); border-radius: 10px;
  padding: 14px 16px 12px; border-top: 3px solid var(--accent, var(--turq)); }
.stat .v { font-size: 24px; font-weight: 650; letter-spacing: -.01em;
  font-variant-numeric: tabular-nums; }
.stat .l { color: var(--muted); font-size: 12.5px; margin-top: 2px; }
.stat .s { color: var(--muted); font-size: 12px; }
.asof { color: var(--muted); font-size: 12.5px; margin-bottom: 26px; }
.asof b { color: var(--ink); font-weight: 600; }
/* tile grid */
.tiles { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 14px; }
a.tile { display: block; border: 1px solid var(--line);
  background: color-mix(in srgb, var(--accent, var(--turq)) 7%, #fff);
  border-radius: 12px; padding: 18px; text-decoration: none; color: var(--ink);
  transition: border-color .12s, transform .12s, box-shadow .12s; }
a.tile:hover { border-color: var(--accent, var(--turq)); transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(27,42,74,.10); }
.tiles.home a.tile { border-top: 3px solid var(--accent); }
.tile .t { font-weight: 650; font-size: 16px; display: flex; align-items: center; gap: 11px; }
.tile .ichip { flex: none; width: 38px; height: 38px; border-radius: 10px;
  display: inline-flex; align-items: center; justify-content: center;
  background: color-mix(in srgb, var(--accent, var(--turq)) 15%, transparent);
  color: var(--accent, var(--turq)); }
.tile .t svg { flex: none; }
.tile .d { color: var(--muted); font-size: 13.5px; margin-top: 8px; }
.tile .ext { color: var(--accent, var(--turq)); font-size: 12px; margin-top: 8px; font-weight: 600; }
.tile .stamp { color: var(--muted); font-size: 12px; margin-top: 10px;
  border-top: 1px solid color-mix(in srgb, var(--accent, var(--turq)) 22%, transparent);
  padding-top: 8px; }
.tiles.centered { display: flex; justify-content: center; flex-wrap: wrap; }
.tiles.centered a.tile { flex: 0 1 370px; }
/* faint campus-photo page backgrounds — hotlinked from the hatchrichmond.com
   Squarespace CDN (same source the graduates logos use) so they cost the
   worker zero bytes; if ever removed there the page falls back to --bg. */
body.bghall { background:
  linear-gradient(rgba(244,246,249,0.78), rgba(244,246,249,0.86)),
  url("https://images.squarespace-cdn.com/content/v1/61eae8681c0ad4748d18806e/9c186bbb-db11-4c9c-b3a0-b3bcddd5d981/4EFCB835-80DE-4063-85F0-F3B68434E985-24703-00000DF973455112.jpg?format=1500w") center top / cover fixed no-repeat; }
body.bgwarehouse { background:
  linear-gradient(rgba(244,246,249,0.78), rgba(244,246,249,0.86)),
  url("https://images.squarespace-cdn.com/content/v1/61eae8681c0ad4748d18806e/dd059599-1715-4f5a-b6e2-b25f004847e6/wh-1.jpg?format=1500w") center top / cover fixed no-repeat; }
/* hero (home) */
.hero { background: linear-gradient(135deg, var(--navy) 0%, #24365c 60%, #2a4a68 100%);
  border-radius: 14px; padding: 40px 32px 34px; text-align: center; color: #fff;
  margin-bottom: 26px; position: relative; overflow: hidden; }
.hero video.herobg { position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0; }
.hero .heroshade { content: ""; position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(135deg, rgba(27,47,94,.52) 0%, rgba(36,54,92,.40) 60%,
  rgba(42,74,104,.46) 100%); }
.hero h1, .hero .tag { text-shadow: 0 1px 8px rgba(10,20,40,.55); }
.hero .updated { position: absolute; top: 14px; right: 18px; z-index: 2; color: #c3cfdf;
  font-size: 12.5px; background: rgba(255,255,255,.10); padding: 5px 12px;
  border-radius: 999px; border: 1px solid rgba(255,255,255,.14); }
.hero::after { content: ""; position: absolute; inset: 0; border-radius: 14px;
  background: radial-gradient(circle at 85% 15%, rgba(53,182,173,.30), transparent 45%);
  pointer-events: none; }
.hero > * { position: relative; z-index: 1; }
.hero img.herologo { height: 120px; max-width: 96%; margin-bottom: 22px; }
.hero h1 { color: #fff; font-size: 30px; margin: 0 0 8px; }
.hero .tag { color: #d3ddea; font-size: 16px; max-width: 600px; margin: 0 auto; line-height: 1.5; }
.hero .facts { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap;
  margin-top: 20px; }
.hero .facts a, .hero .facts span { color: #eaf6f5; background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16); padding: 6px 14px; border-radius: 999px;
  font-size: 13px; text-decoration: none; }
.hero .facts a:hover { background: rgba(53,182,173,.28); border-color: var(--turq); }
/* contacts / org chart */
.people { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 14px; }
.orgtier { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.orgtier .person { flex: 0 1 300px; text-align: center; }
.tiername { text-align: center; color: var(--muted); font-size: 12px;
  text-transform: uppercase; letter-spacing: .08em; margin: 0 0 10px; }
.orgline { width: 2px; height: 26px; background: #c6cfdc; margin: 6px auto; }
.orgwrap { display: flex; justify-content: center; align-items: flex-start;
  gap: 28px; flex-wrap: wrap; }
/* equal-width columns keep the chart visually centered (unequal columns made
   the two principals sit right of the page's center line) */
.orgwrap > .orgcol { flex: 1 1 0; min-width: 300px; }
.orgcol { display: flex; flex-direction: column; align-items: center;
  flex: 0 1 auto; }
.orgcol .person { flex: 0 1 285px; width: 285px; padding: 24px 18px; }
.orgcol .orgtier { gap: 16px; flex-wrap: wrap; justify-content: center; }
.orgcol .person .n { font-size: 19px; }
.orgcol .person .c { font-size: 15px; overflow-wrap: anywhere; }
.orgcol .person .r { font-size: 14.5px; margin-bottom: 12px; }
.orgcol .person .note { font-size: 13.5px; }
.orgcol .avatar { width: 190px; height: 190px; }
.avatar.logo { object-fit: contain; background: #fff; padding: 12px; border-color: var(--turq); }
.orgchart { margin-bottom: 40px; }
.orgaside-wrap { display: flex; justify-content: center; margin-top: 26px; }
.contacts-general { margin-top: 8px; }
.orgaside { border: 2px dashed #c6cfdc; border-radius: 12px; padding: 18px 16px 16px;
  flex: 0 1 340px; }
.orgaside .person { text-align: center; padding: 22px 16px; }
.orgaside .person .n { font-size: 19px; }
.orgaside .person .c { font-size: 15px; overflow-wrap: anywhere; }
.orgaside .person .r { font-size: 14.5px; margin-bottom: 12px; }
.orgaside .person .note { font-size: 13.5px; }
.orgaside .avatar { width: 190px; height: 190px; }
.contacts-general .avatar { width: 150px; height: 150px; }
.avatar { width: 76px; height: 76px; border-radius: 50%; object-fit: cover;
  display: block; margin: 0 auto 10px; border: 3px solid var(--turq); }
.avatar.initials { background: var(--navy); color: #fff; font-size: 26px; font-weight: 650;
  line-height: 70px; text-align: center; }
button.biobtn { background: none; border: none; padding: 0; cursor: pointer; display: block;
  margin: 0 auto; }
button.biobtn:hover .avatar { box-shadow: 0 0 0 4px color-mix(in srgb, var(--turq) 45%, #fff);
  transition: box-shadow .12s; }
.biomodal { position: fixed; inset: 0; z-index: 60; background: rgba(20,28,45,.55);
  display: flex; align-items: center; justify-content: center; padding: 24px; }
.biomodal[hidden] { display: none; }
.biocard { background: #fff; border-radius: 14px; max-width: 620px; width: 100%;
  max-height: 82vh; overflow-y: auto; padding: 28px 30px 24px; position: relative;
  box-shadow: 0 18px 60px rgba(10,20,40,.35); }
.biocard h3 { margin: 0 0 2px; font-size: 21px; }
.biotitle { color: var(--muted); font-size: 14px; margin-bottom: 14px; }
.biotext p { font-size: 14.5px; line-height: 1.6; margin: 0 0 12px; }
.bioclose { position: absolute; top: 10px; right: 14px; background: none; border: none;
  font-size: 26px; color: var(--muted); cursor: pointer; line-height: 1; }
.bioclose:hover { color: var(--ink); }
a.biolink { font-size: 13.5px; font-weight: 600; }
/* members stat bars */
.memstats { margin: 6px 0 26px; }
.memstats .msttl { font-size: 13px; font-weight: 700; color: var(--muted);
  text-transform: uppercase; letter-spacing: .06em; margin: 14px 0 8px; }
.msrow { display: flex; gap: 12px; flex-wrap: wrap; }
.mstile { flex: 1 1 150px; background: var(--card); border: 1px solid var(--line);
  border-radius: 12px; padding: 14px 16px; border-top: 3px solid var(--accent, var(--turq)); }
.mstile .v { font-size: 26px; font-weight: 750; }
.mstile .k { color: var(--muted); font-size: 12.5px; margin-top: 2px; }
img.medfav { width: 18px; height: 18px; border-radius: 4px; vertical-align: -3px;
  margin-right: 8px; }
/* economic impact */
.impgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 12px; margin-bottom: 8px; }
.impfact { background: var(--card); border: 1px solid var(--line); border-radius: 12px;
  padding: 16px 18px; border-top: 3px solid var(--turq); }
.impnum { font-size: 20px; font-weight: 750; color: var(--navy); margin-bottom: 6px; }
.impbody { font-size: 13.5px; line-height: 1.5; }
.impsrc { margin-top: 8px; font-size: 12px; }
.impsrc a { color: var(--muted); }
.addonrow { margin-top: 8px; padding-top: 8px; border-top: 1px dashed var(--line);
  color: var(--muted); font-size: 12px; }
.addonrow b { color: var(--ink); }
/* investor reports */
.ivbook { max-width: 980px; margin: 10px auto 0; }
.ivpages { position: relative; }
.ivpage { display: none; background: #fff; border: 1px solid var(--line);
  border-radius: 14px; box-shadow: 0 10px 40px rgba(27,47,94,.12); overflow: hidden;
  min-height: 620px; }
.ivpage.on { display: block; animation: ivfade .25s ease; }
@keyframes ivfade { from { opacity: 0; transform: translateX(14px); }
  to { opacity: 1; transform: none; } }
.ivcover { min-height: 620px; background-size: cover; background-position: center;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; color: #fff; padding: 40px; }
.ivlogo { height: 120px; max-width: 80%; margin-bottom: 26px; }
.ivtitle { font-size: 44px; font-weight: 800; letter-spacing: .12em; }
.ivsub { margin-top: 12px; font-size: 15px; color: #dbe4f0; }
.ivprep { margin-top: 34px; font-size: 13px; letter-spacing: .18em;
  text-transform: uppercase; color: #b8c6da; }
.ivpagein { padding: 48px 56px; }
.ivlogosm { height: 34px; margin-bottom: 18px; }
.ivh { font-size: 26px; color: var(--navy); border-bottom: 3px solid var(--turq);
  display: inline-block; padding-bottom: 6px; margin: 0 0 18px; }
.ivtoc { font-size: 17px; line-height: 2.2; padding-left: 22px; }
.ivp { font-size: 14.5px; line-height: 1.7; max-width: 700px; }
.ivul { font-size: 14.5px; line-height: 1.7; padding-left: 20px; }
.ivul li { margin-bottom: 8px; }
.ivcols { display: grid; grid-template-columns: 1.4fr 1fr; gap: 26px;
  align-items: start; }
.ivimg { width: 100%; border-radius: 12px; }
.ivspots { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.ivspot img { width: 100%; height: 300px; object-fit: cover; border-radius: 12px; }
.ivspot-t { font-weight: 750; font-size: 17px; margin-top: 12px; color: var(--navy); }
.ivspot-c { font-size: 13.5px; line-height: 1.6; color: var(--muted); margin-top: 4px; }
.ivfoot { color: var(--muted); font-size: 12.5px; line-height: 1.7; margin-top: 26px; }
.ivprojs { display: flex; flex-direction: column; gap: 12px; margin: 14px 0; }
.ivproj { border: 1px solid var(--line); border-left: 4px solid var(--turq);
  border-radius: 10px; padding: 12px 16px; }
.ivproj-h { display: flex; justify-content: space-between; align-items: center; gap: 12px;
  flex-wrap: wrap; }
.ivproj-t { font-weight: 700; color: var(--navy); font-size: 15px; }
.ivproj-s { background: color-mix(in srgb, var(--turq) 16%, #fff); color: #1c6f69;
  border-radius: 999px; padding: 3px 12px; font-size: 12px; font-weight: 650; white-space: nowrap; }
.ivproj-c { color: var(--muted); font-size: 13.5px; line-height: 1.55; margin-top: 6px; }
.ivdown { color: #1c6f4a; font-weight: 650; }
.ivup { color: #a33; font-weight: 650; }
.ivmiles li { margin-bottom: 12px; line-height: 1.55; }
.ivsrc { color: var(--muted); font-size: 12px; font-style: italic; }
.ivclose { margin-top: 40px; }
.ivnav { display: flex; align-items: center; justify-content: center; gap: 16px;
  margin: 16px 0; }
.ivdot { display: inline-block; width: 9px; height: 9px; border-radius: 50%;
  background: #c6cfdc; margin: 0 4px; cursor: pointer; }
.ivdot.on { background: var(--navy); }
.ivarchive { font-size: 15.5px; line-height: 2.4; padding-left: 22px; }
.ivarchive .btn { margin-left: 12px; }
.ivplwrap { display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
  align-items: start; }
.ivpl { font-size: 12.5px; }
.ivpl td, .ivpl th { padding: 5px 10px; }
@media print {
  header.top, footer, .ivnav, .backlink, .ivarchive, h1, .sub,
  .secttl { display: none !important; }
  body { background: #fff !important; }
  main { max-width: none; padding: 0; }
  .ivbook { max-width: none; }
  .ivpage { display: block !important; border: none; box-shadow: none;
    border-radius: 0; page-break-after: always; min-height: auto; }
  .ivcover { min-height: 90vh; -webkit-print-color-adjust: exact;
    print-color-adjust: exact; }
  .impsec, .mstile { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
}
@media (max-width: 700px) { .ivpagein { padding: 26px 22px; }
  .ivcols, .ivspots { grid-template-columns: 1fr; }
  .ivtitle { font-size: 30px; } }
/* report builder */
.rb-select { width: 100%; max-width: 420px; padding: 9px 12px; border: 1.5px solid
  var(--line); border-radius: 8px; font-size: 14px; font-family: inherit;
  background: #fff; color: var(--ink); }
.rb-opt { display: block; padding: 7px 0; font-size: 14.5px; cursor: pointer; }
.rb-opt input { accent-color: var(--turq); margin-right: 9px; transform: scale(1.15); }
.rb-sub { display: block; margin: 4px 0 0 30px; color: var(--muted); font-size: 13px; }
.rb-sub label { margin-right: 14px; cursor: pointer; }
.rb-actions { display: flex; gap: 10px; margin-bottom: 16px; }
.rb-doc { background: #fff; border: 1px solid var(--line); border-radius: 14px;
  padding: 48px 56px; max-width: 940px; margin: 0 auto;
  box-shadow: 0 6px 30px rgba(27,47,94,.08); }
.rb-head { text-align: center; margin-bottom: 34px; padding-bottom: 26px;
  border-bottom: 3px solid var(--navy); }
.rb-logos { display: flex; align-items: center; justify-content: center; gap: 26px; }
.rb-logos img { height: 62px; max-width: 40%; object-fit: contain; }
.rb-logodiv { width: 2px; height: 58px; background: var(--navy); opacity: .35; }
.rb-date { font-size: 21px; font-weight: 750; color: var(--navy); margin-top: 16px; }
.rb-by { color: var(--muted); font-size: 14px; margin-top: 4px; }
.rb-gen { color: var(--muted); font-size: 12px; margin-top: 2px; }
.rb-overview { font-size: 15px; line-height: 1.65; margin: 0 0 8px; }
@media print {
  header.top, footer, .rb-actions, .biomodal { display: none !important; }
  body { background: #fff !important; }
  main { max-width: none; padding: 0; }
  .rb-doc { border: none; box-shadow: none; padding: 10px 0; max-width: none; }
  .impsec { break-inside: avoid; -webkit-print-color-adjust: exact;
    print-color-adjust: exact; }
  .mstile, .impfact, .fchart, .tlrow { break-inside: avoid; }
}
/* member map filters */
.mapfilters { display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  background: var(--card); border: 1px solid var(--line); border-radius: 12px;
  padding: 10px 14px; margin-bottom: 12px; }
.mapfilters-label { color: var(--muted); font-size: 11.5px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .06em; margin-right: 2px; }
.mapchip { display: inline-flex; align-items: center; gap: 8px; cursor: pointer;
  border: 1.5px solid var(--line); background: #fff; color: var(--muted);
  border-radius: 999px; padding: 7px 15px; font-size: 13px; font-weight: 600;
  font-family: inherit; transition: all .13s; }
.mapchip::before { content: ""; width: 10px; height: 10px; border-radius: 50%;
  background: #c6cfdc; transition: background .13s; }
.mapchip.on { color: var(--ink); border-color: var(--chip, var(--turq));
  background: color-mix(in srgb, var(--chip, var(--turq)) 8%, #fff); }
.mapchip.on::before { background: var(--chip, var(--turq)); }
.mapchip:hover { box-shadow: 0 2px 8px rgba(27,47,94,.10); }
.mapchip-all { margin-left: auto; }
.mapchip-all::before { display: none; }
/* impact flow chart */
.fchart { display: flex; gap: 18px; align-items: flex-end; overflow-x: auto;
  background: var(--card); border: 1px solid var(--line); border-radius: 12px;
  padding: 22px 20px 14px; margin-bottom: 8px; }
.fccol { display: flex; flex-direction: column; align-items: center; gap: 6px;
  flex: 1 0 70px; }
.fcbars { display: flex; align-items: flex-end; gap: 4px; height: 130px; }
.fcbar { width: 20px; border-radius: 5px 5px 0 0; position: relative; }
.fcbar i { position: absolute; top: -17px; left: 50%; transform: translateX(-50%);
  font-style: normal; font-size: 11px; font-weight: 700; color: var(--muted); }
.fcbar.fck { background: var(--turq); }
.fcbar.fcl { background: #5b8dd6; }
.fcbar.fcd { background: #e08a2b; }
.fcyear { font-weight: 750; font-size: 13.5px; color: var(--navy); }
/* impact section headers */
.impsec { margin: 40px 0 14px; padding: 14px 20px; border-radius: 12px;
  background: linear-gradient(135deg, var(--navy) 0%, #24365c 100%); color: #fff; }
.impsec h2 { margin: 0; font-size: 23px; color: #fff; }
.impsec .impsub { color: #c9d5e6; font-size: 13.5px; margin-top: 3px; }
/* impact timeline */
.tl { position: relative; margin: 6px 0 10px; }
.tlrow { display: flex; gap: 14px; align-items: flex-start; position: relative;
  padding-bottom: 22px; }
.tlrow::before { content: ""; position: absolute; left: 74px; top: 10px; bottom: -10px;
  width: 2px; background: #c6cfdc; }
.tlrow:last-child::before { display: none; }
.tlyear { flex: 0 0 56px; text-align: right; font-weight: 750; font-size: 17px;
  color: var(--navy); }
.tldot { flex: none; width: 14px; height: 14px; border-radius: 50%; background: var(--turq);
  border: 3px solid #fff; box-shadow: 0 0 0 2px var(--turq); margin-top: 4px; z-index: 1; }
.tlbody { flex: 1; min-width: 0; }
.tlnote { font-size: 14px; line-height: 1.5; margin-bottom: 8px; max-width: 640px; }
.tlbars { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.tlbar { height: 22px; border-radius: 6px; color: #fff; font-size: 12px; font-weight: 700;
  display: flex; align-items: center; justify-content: center; }
.tlbar.tlk { background: var(--turq); }
.tlbar.tll { background: #5b8dd6; }
.tlsum { color: var(--muted); font-size: 12.5px; margin-left: 4px; }
.tlswatch { display: inline-block; width: 12px; height: 12px; border-radius: 4px;
  vertical-align: -1px; }
.tlswatch.tlk { background: var(--turq); }
.tlswatch.tll { background: #5b8dd6; }
/* member profile demographics line */
.gfacts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.gfacts span { background: #f2f6fb; border: 1px solid var(--line); border-radius: 999px;
  padding: 3px 11px; font-size: 12.5px; }
.person { padding: 16px 18px; }
.person .n { font-weight: 650; }
.person .r { color: var(--muted); font-size: 13.5px; margin-bottom: 8px; }
.person .c { font-size: 14.5px; }
.person .c a { text-decoration: none; }
.person .c a:hover { text-decoration: underline; }
.person .note { color: var(--muted); font-size: 13px; margin-top: 8px; }
table { width: 100%; border-collapse: collapse; background: var(--card);
  border: 1px solid var(--line); border-radius: 10px; overflow: hidden; font-size: 14.5px; }
th, td { text-align: left; padding: 10px 14px; border-top: 1px solid var(--line);
  vertical-align: top; }
thead th { border-top: none; background: #eef1f6; color: var(--muted);
  font-size: 12.5px; text-transform: uppercase; letter-spacing: .04em; }
.tablewrap { overflow-x: auto; }
/* docs */
.doc { display: flex; align-items: center; gap: 14px; padding: 14px 18px; flex-wrap: wrap; }
.doc + .doc { border-top: 1px solid var(--line); }
/* colored entity group headers inside a resources category */
.doc.grouphdr { font-weight: 700; padding: 9px 18px; letter-spacing: .01em;
  background: color-mix(in srgb, var(--gacc) 12%, #fff);
  color: color-mix(in srgb, var(--gacc) 62%, #10203a);
  border-top: 1px solid var(--line);
  border-left: 4px solid var(--gacc); }
.doc.grouphdr .gdot { display: inline-block; width: 10px; height: 10px; border-radius: 50%;
  background: var(--gacc); margin-right: 9px; vertical-align: 1px; }
.doc .t { font-weight: 600; }
.doc .d { color: var(--muted); font-size: 13px; }
.doc .grow { flex: 1 1 auto; min-width: 220px; }
a.btn { display: inline-block; padding: 6px 14px; border-radius: 7px; font-size: 13.5px;
  font-weight: 600; text-decoration: none; border: 1px solid var(--line); color: var(--navy); }
a.btn.primary { background: var(--navy); border-color: var(--navy); color: #fff; }
a.btn:hover { border-color: var(--turq); }
a.btn.primary:hover { background: #24365c; }
/* media */
.article { padding: 13px 18px; }
.article + .article { border-top: 1px solid var(--line); }
.article a { font-weight: 600; text-decoration: none; }
.article a:hover { text-decoration: underline; }
.article .m { color: var(--turq); font-size: 12.5px; font-weight: 600; margin: 1px 0 3px; }
.article .d { color: var(--muted); font-size: 13.5px; }
.groupintro { color: var(--muted); font-size: 13.5px; margin: -6px 0 12px; }
h3 { font-size: 16px; margin: 26px 0 10px; }
/* instagram */
.ighandle { font-size: 14px; font-weight: 600; color: var(--turq); text-decoration: none;
  margin-left: 2px; }
.ighandle:hover { text-decoration: underline; }
.iggrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px; }
a.igpost { display: block; background: var(--card); border: 1px solid var(--line);
  border-radius: 12px; overflow: hidden; text-decoration: none; color: var(--ink);
  transition: transform .12s, box-shadow .12s; }
a.igpost:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(27,42,74,.12); }
.igimg { width: 100%; aspect-ratio: 1/1; background-size: cover; background-position: center;
  background-color: #eef1f6; }
.igmeta { display: flex; align-items: center; gap: 14px; padding: 10px 14px 0;
  font-size: 13.5px; font-weight: 600; }
.igmeta .igdate { margin-left: auto; color: var(--muted); font-weight: 400;
  font-size: 12px; text-transform: uppercase; letter-spacing: .03em; }
.igcap { padding: 8px 14px 12px; font-size: 13px; color: var(--ink); line-height: 1.45;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
/* partners */
.partner { padding: 24px 26px; margin-bottom: 18px; }
.plogo { height: 48px; max-width: 260px; object-fit: contain; display: block;
  margin-bottom: 14px; }
.plogo.dark { background: var(--navy); padding: 9px 14px; border-radius: 9px;
  height: 58px; }
.partner h2 { margin: 0 0 2px; }
.partner .psite { font-size: 13.5px; margin-bottom: 10px; display: inline-block; }
.partner .rel { background: color-mix(in srgb, var(--turq) 8%, #fff);
  border-left: 3px solid var(--turq); padding: 11px 15px; border-radius: 0 9px 9px 0;
  font-size: 14px; margin: 14px 0 0; line-height: 1.55; }
.pcontact { display: flex; gap: 16px; align-items: center; margin-top: 16px;
  border-top: 1px solid var(--line); padding-top: 16px; flex-wrap: wrap; }
.pcontact img { width: 66px; height: 66px; border-radius: 50%; object-fit: cover;
  border: 3px solid var(--turq); flex: none; }
.pcontact .pc-n { font-weight: 650; }
.pcontact .pc-r { color: var(--muted); font-size: 13px; margin-bottom: 4px; }
.pcontact .pc-c { font-size: 14px; }
.pcontact .pc-c a { text-decoration: none; }
.pcontact .pc-c a:hover { text-decoration: underline; }
/* meetings */
.meetcols { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 24px; align-items: start; }
.meetcol h2 { margin-top: 8px; }
a.meet { display: flex; justify-content: space-between; align-items: baseline;
  gap: 12px; padding: 12px 16px; text-decoration: none; color: var(--ink); }
a.meet + a.meet { border-top: 1px solid var(--line); }
a.meet:hover { background: #f2f6f9; }
a.meet .mt { font-weight: 600; }
a.meet .md { color: var(--muted); font-size: 13px; white-space: nowrap; flex: none; }
.backlink { font-size: 13.5px; display: inline-block; margin-bottom: 14px; }
.summary { background: var(--card); border: 1px solid var(--line); border-radius: 10px;
  padding: 20px 24px; font-size: 15px; }
.summary p { margin: 0 0 12px; }
.summary ul { margin: 0 0 12px 22px; }
.summary li { margin-bottom: 4px; }
.summary h3, .summary h4 { margin: 18px 0 8px; }
.meetbtns { display: flex; gap: 10px; flex-wrap: wrap; margin: 14px 0 20px; }
/* reports */
.months { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px; margin-bottom: 8px; }
a.month { display: block; padding: 11px 14px; background: var(--card);
  border: 1px solid var(--line); border-radius: 9px; text-decoration: none; color: var(--ink); }
a.month:hover { border-color: var(--turq); }
a.month .mm { font-weight: 650; }
a.month .vv { color: var(--muted); font-size: 12.5px; }
.alsolink { font-size: 12px; }
.yearhead { display: flex; align-items: baseline; gap: 12px; margin: 20px 0 10px; }
.yearhead h3 { margin: 0; }
.yearhead a { font-size: 12.5px; color: var(--muted); }
.gap-note { color: var(--muted); font-size: 12.5px; margin: 4px 0 0; }
@media (max-width: 640px) { .topbar { padding: 12px 16px; } main { padding: 20px 16px 48px; } }

/* ============================ HOMEPAGE REDESIGN ============================ */
:root {
  --space-1: 6px; --space-2: 10px; --space-3: 16px; --space-4: 24px;
  --space-5: 36px; --space-6: 56px;
  --radius: 12px; --radius-lg: 18px;
  --shadow-sm: 0 1px 3px rgba(20,34,60,.06), 0 1px 2px rgba(20,34,60,.05);
  --shadow: 0 4px 16px rgba(20,34,60,.09);
  --shadow-lg: 0 16px 42px rgba(20,34,60,.16);
  --accent1: #35b6ad; --accent2: #e08a2b; --accent3: #5b6ee0; --accent4: #8a5cd0;
  --fs-hero: clamp(30px, 4.4vw, 46px);
  --fs-h2: 22px; --fs-body: 16px;
}
/* --- hero, enlarged --- */
body.home main { max-width: 1180px; }
.hero.home { padding: clamp(40px, 7vw, 82px) clamp(24px, 5vw, 60px) clamp(78px, 9vw, 104px);
  border-radius: var(--radius-lg); margin-bottom: 0;
  box-shadow: var(--shadow-lg); }
.hero.home img.herologo { height: clamp(92px, 12vw, 150px); margin-bottom: var(--space-4); }
.hero.home h1 { font-size: var(--fs-hero); letter-spacing: -.02em; line-height: 1.05; }
.hero.home .tag { font-size: clamp(15px, 1.7vw, 18.5px); max-width: 660px; }
.hero.home .facts { margin-top: var(--space-4); }
.hero.home .facts a, .hero.home .facts span { font-size: 13.5px; padding: 7px 15px;
  backdrop-filter: blur(3px); transition: background .15s, border-color .15s; }
/* --- prominent elevated search, overlapping hero bottom --- */
.searchwrap { max-width: 760px; margin: -46px auto var(--space-5); position: relative; z-index: 5;
  padding: 0 8px; }
.searchbar { position: relative; display: flex; align-items: center; gap: 12px;
  background: #fff; border-radius: 999px; padding: 6px 8px 6px 22px;
  box-shadow: var(--shadow-lg); border: 1px solid var(--line); }
.searchbar:focus-within { box-shadow: 0 18px 48px rgba(53,182,173,.28);
  border-color: var(--turq); }
.searchbar .si { color: var(--turq); flex: none; }
.searchbar input { flex: 1; border: 0; outline: 0; background: transparent;
  font-size: 18px; padding: 16px 0; color: var(--ink); font-family: inherit; }
.searchbar input::placeholder { color: #97a3b6; }
.searchbar .sgo { flex: none; background: var(--navy); color: #fff; border-radius: 999px;
  padding: 12px 22px; font-size: 15px; font-weight: 650; border: 0; cursor: pointer;
  display: flex; align-items: center; gap: 7px; }
.searchbar .sgo:hover { background: #24365c; }
.searchwrap .results { display: none; position: absolute; top: calc(100% + 8px); left: 8px; right: 8px;
  background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-lg);
  overflow: hidden; z-index: 30; max-height: 60vh; overflow-y: auto; }
.searchwrap .results a { display: flex; justify-content: space-between; gap: 12px;
  padding: 12px 20px; text-decoration: none; color: var(--ink); border-top: 1px solid var(--line);
  font-size: 15px; }
.searchwrap .results a:first-child { border-top: none; }
.searchwrap .results a:hover { background: color-mix(in srgb, var(--turq) 10%, #fff); }
.searchwrap .results .sect { color: var(--muted); font-size: 12px; white-space: nowrap; }
.searchhint { text-align: center; color: var(--muted); font-size: 12.5px; margin: -22px 0 var(--space-5); }
/* --- two-column layout --- */
.home-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px;
  gap: var(--space-5); align-items: start; }
.home-side { display: flex; flex-direction: column; gap: var(--space-4);
  position: sticky; top: 18px; }
.home-sec { margin-bottom: var(--space-5); }
.home-sec:last-child { margin-bottom: 0; }
h2.hsec { display: flex; align-items: center; gap: 10px; font-size: var(--fs-h2);
  letter-spacing: -.01em; margin: 0 0 var(--space-3); color: var(--navy); }
h2.hsec .hico { display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 10px; background: color-mix(in srgb, var(--turq) 15%, #fff);
  color: var(--turq); flex: none; }
h2.hsec::before { content: none; }
/* --- sidebar cards --- */
.hx-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm); padding: 18px 18px 16px; }
.hx-card > h3 { display: flex; align-items: center; gap: 9px; font-size: 15px; margin: 0 0 12px;
  color: var(--navy); font-weight: 700; }
.hx-card > h3 svg { color: var(--turq); flex: none; }
/* weather */
.wx-now { display: flex; align-items: center; gap: 14px; margin-bottom: 6px; }
.wx-now .ico { font-size: 42px; line-height: 1; }
.wx-now .t { font-size: 34px; font-weight: 750; letter-spacing: -.02em; color: var(--ink); }
.wx-now .meta { color: var(--muted); font-size: 12.5px; }
.wx-now .meta b { color: var(--ink); font-weight: 600; }
.wx-days { display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px; margin-top: 12px;
  border-top: 1px solid var(--line); padding-top: 12px; }
.wx-day { text-align: center; font-size: 12px; }
.wx-day .d { color: var(--muted); font-weight: 600; }
.wx-day .i { font-size: 22px; margin: 3px 0; }
.wx-day .hi { font-weight: 700; color: var(--ink); }
.wx-day .lo { color: var(--muted); }
.wx-day .pp { color: #3a7bd0; font-size: 10.5px; }
.wx-loading, .tm-empty { color: var(--muted); font-size: 13px; padding: 6px 0; }
/* this month */
.tm-item { display: flex; gap: 10px; align-items: flex-start; padding: 8px 0;
  border-top: 1px solid var(--line); font-size: 13.5px; }
.tm-item:first-of-type { border-top: none; }
.tm-item .tm-ic { flex: none; width: 30px; height: 30px; border-radius: 8px; display: flex;
  align-items: center; justify-content: center; font-size: 15px; }
.tm-item.h .tm-ic { background: color-mix(in srgb, var(--accent2) 16%, #fff); }
.tm-item.b .tm-ic { background: color-mix(in srgb, var(--accent4) 16%, #fff); }
.tm-item.p .tm-ic { background: color-mix(in srgb, var(--accent3) 16%, #fff); }
.tm-item .tm-t { font-weight: 600; color: var(--ink); }
.tm-item .tm-d { color: var(--muted); font-size: 12px; }
.tm-note { color: var(--muted); font-size: 11px; margin-top: 10px; border-top: 1px solid var(--line);
  padding-top: 8px; }
/* recently-updated as sidebar list */
.hx-updates a { display: flex; gap: 10px; align-items: flex-start; text-decoration: none;
  color: var(--ink); font-size: 13px; padding: 8px 0; border-top: 1px solid var(--line); line-height: 1.4; }
.hx-updates a:first-child { border-top: none; }
.hx-updates a:hover .u-t { color: var(--navy); text-decoration: underline; }
.hx-updates .u-ic { flex: none; font-size: 15px; }
/* enhanced home tiles */
.tiles.home { grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: var(--space-3); }
.tiles.home a.tile { border-radius: var(--radius); box-shadow: var(--shadow-sm);
  background: #fff; padding: 20px; }
.tiles.home a.tile:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
/* today-at-a-glance entity cards on home */
.home-main .entity { background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-sm); padding: 16px 18px; margin-top: var(--space-3); }
.home-main .entity:first-of-type { margin-top: 0; }
.home-main .entity .metrics { grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); }
.home-main .addonrow { color: var(--muted); font-size: 12.5px; margin-top: 10px;
  border-top: 1px solid var(--line); padding-top: 8px; }
@media (max-width: 940px) {
  .home-grid { grid-template-columns: 1fr; }
  .home-side { position: static; flex-direction: row; flex-wrap: wrap; }
  .home-side > .hx-card { flex: 1 1 280px; }
}
@media (max-width: 560px) {
  .searchbar .sgo span { display: none; }
  .searchbar .sgo { padding: 12px 15px; }
  .home-side { flex-direction: column; }
  .wx-days { grid-template-columns: repeat(5, 1fr); }
}
