

:root {
  --paper:      #FAF7F0;   
  --paper-2:    #F1ECE0;   
  --paper-3:    #E9E2D2;   
  --ink:        #16130D;   
  --ink-2:      #2E2A20;
  --ink-dim:    #5C5648;
  --ink-faint:  #8C8473;
  --ink-ghost:  #B6AE9C;
  --gold:       #A9781F;   
  --gold-deep:  #8A6018;
  --gold-soft:  #C79B45;
  --gold-wash:  #A9781F18;
  --rule:       #16130D1F;
  --rule-soft:  #16130D12;
  --rule-strong:#16130D3A;
  --mono: 'JetBrains Mono', ui-monospace, monospace;
  --serif:'Newsreader', 'Spectral', Georgia, serif;
  --body: 'Spectral', 'Newsreader', Georgia, serif;
  --maxw: 1280px;
  --pad: max(7vw, 40px);
}

* { box-sizing: border-box; }

html, body {
  margin: 0; padding: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}
body { overflow-x: hidden; }

::selection { background: var(--gold); color: var(--paper); }

img { max-width: 100%; display: block; }

a { color: var(--ink); text-decoration: none; }

h1, h2, h3, h4 { margin: 0; }

.mono-label {
  font-family: var(--mono); font-size: 11px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold);
  display: inline-flex; align-items: center; gap: 12px;
}
.mono-label .bar { width: 30px; height: 1px; background: var(--gold); }
.mono-label .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }

.kicker {
  font-family: var(--mono); font-size: 10px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-faint);
}

em.g { font-style: italic; color: var(--gold-deep); }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad); }

.topbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  height: 96px;
  background: rgba(250,247,240,0.86);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid var(--rule);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 var(--pad);
  transition: height 220ms ease, box-shadow 220ms ease;
}
.topbar.shrink { height: 72px; box-shadow: 0 1px 0 var(--rule), 0 12px 30px -24px rgba(22,19,13,0.4); }

.brand { display: flex; align-items: center; gap: 20px; }
.brand img, .brand svg { height: 64px; width: 64px; transition: height 220ms ease; }
.topbar.shrink .brand img, .topbar.shrink .brand svg { height: 48px; }
.brand .wm { line-height: 1; }
.brand .wm .name {
  font-family: var(--serif); font-weight: 600; font-size: 26px;
  letter-spacing: 0.01em; color: var(--ink); display: block;
}
.brand .wm .tag {
  font-family: var(--mono); font-size: 10px; font-weight: 500;
  letter-spacing: 0.34em; text-transform: uppercase; color: var(--gold);
  display: block; margin-top: 5px;
}

.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
  font-family: var(--mono); font-size: 11px; font-weight: 500;
  letter-spacing: 0.10em; text-transform: uppercase; color: var(--ink-dim);
  padding: 9px 12px; position: relative; transition: color 160ms;
}
.nav a::after {
  content: ""; position: absolute; left: 12px; right: 12px; bottom: 4px;
  height: 1px; background: var(--gold); transform: scaleX(0);
  transform-origin: left; transition: transform 200ms ease;
}
.nav a:hover { color: var(--ink); }
.nav a.active { color: var(--ink); }
.nav a.active::after { transform: scaleX(1); }
.nav .tip {
  margin-left: 10px; color: var(--paper); background: var(--ink);
  border: 1px solid var(--ink); padding: 9px 16px;
}
.nav .tip::after { display: none; }
.nav .tip:hover { background: var(--gold-deep); border-color: var(--gold-deep); color: var(--paper); }

.menu-btn {
  display: none; background: none; border: 1px solid var(--rule-strong);
  color: var(--ink); font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em;
  text-transform: uppercase; padding: 9px 14px; cursor: pointer;
}

.scrollbar {
  position: fixed; top: 0; left: 0; height: 2px; width: 0;
  background: var(--gold); z-index: 250; transition: width 80ms linear;
}

.drawer {
  position: fixed; inset: 0; z-index: 240;
  background: var(--paper); padding: 90px var(--pad) 40px;
  display: none; flex-direction: column; gap: 2px;
  transform: translateY(-8px); opacity: 0; pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease;
}
.drawer.open { opacity: 1; transform: none; pointer-events: auto; }
.drawer a {
  font-family: var(--serif); font-size: 30px; font-weight: 500;
  padding: 12px 0; border-bottom: 1px solid var(--rule);
}
.drawer a .n { font-family: var(--mono); font-size: 12px; color: var(--gold); margin-right: 14px; }

.hero {
  position: relative; padding: 192px var(--pad) 0; overflow: hidden;
}
.hero-inner { max-width: var(--maxw); margin: 0 auto; position: relative; z-index: 2; }
.hero-tag { margin-bottom: 36px; }
.hero h1 {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(54px, 8.5vw, 138px);
  line-height: 0.95; letter-spacing: -0.025em;
  font-variation-settings: 'opsz' 72;
  max-width: 16ch; margin: 0 0 40px;
}
.hero h1 em { font-style: italic; color: var(--gold-deep); font-weight: 400; }
.hero .lede {
  font-family: var(--serif); font-weight: 300; font-style: italic;
  font-size: clamp(21px, 2.3vw, 30px); line-height: 1.4;
  color: var(--ink-2); max-width: 40ch; margin: 0 0 56px; text-wrap: balance;
}
.hero-meta {
  display: grid; grid-template-columns: repeat(4, auto); gap: 0;
  border-top: 1px solid var(--rule-strong);
  max-width: 1000px;
}
.hero-meta > div { padding: 22px 36px 60px 0; }
.hero-meta .lbl {
  font-family: var(--mono); font-size: 9px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--ink-faint); display: block; margin-bottom: 8px;
}
.hero-meta .val { font-family: var(--serif); font-size: 18px; color: var(--ink); line-height: 1.3; }
.hero-meta .val .sub { display: block; font-family: var(--mono); font-size: 10px; color: var(--ink-faint); letter-spacing: 0.06em; margin-top: 4px; text-transform: uppercase; }

.hero-mark {
  position: absolute; right: -4vw; top: 50%; transform: translateY(-46%);
  font-family: var(--serif); font-weight: 600; font-style: italic;
  font-size: 60vh; line-height: 0.8; color: var(--ink);
  opacity: 0.035; z-index: 1; pointer-events: none; user-select: none;
}

section.block { padding: 120px 0; scroll-margin-top: 80px; position: relative; }
section.block.tint { background: var(--paper-2); }
section.block.ink { background: var(--ink); color: var(--paper); }

.sec-head {
  display: grid; grid-template-columns: 110px 1fr; gap: 24px;
  align-items: start; margin-bottom: 56px;
}
.sec-head .num {
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.10em;
  color: var(--gold); padding-top: 14px;
}
.sec-head .titles { max-width: 30ch; }
.sec-head .eyebrow { margin-bottom: 18px; }
.sec-head h2 {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(34px, 4.6vw, 64px); line-height: 1.02; letter-spacing: -0.02em;
  font-variation-settings: 'opsz' 48; text-wrap: balance;
}
.sec-head h2 em { font-style: italic; color: var(--gold-deep); }
.block.ink .sec-head .num,
.block.ink .sec-head .eyebrow { color: var(--gold-soft); }
.block.ink .sec-head h2 em { color: var(--gold-soft); }

.lead { max-width: 60ch; }
.lead p { font-family: var(--serif); font-size: 22px; line-height: 1.55; margin: 0 0 1.3em; text-wrap: pretty; }
.lead.dropcap > p:first-child::first-letter {
  font-family: var(--serif); font-weight: 600; font-size: 5em; float: left;
  line-height: 0.82; padding: 4px 14px 0 0; color: var(--gold-deep);
  font-variation-settings: 'opsz' 72;
}
.block.ink .lead p { color: var(--paper); }
.block.ink .lead.dropcap > p:first-child::first-letter { color: var(--gold-soft); }

.about-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 72px; align-items: start; }
.about-aside { border-left: 1px solid var(--rule-strong); padding-left: 32px; }
.about-aside .row { padding: 18px 0; border-bottom: 1px solid var(--rule); }
.about-aside .row:first-child { padding-top: 0; }
.about-aside .row .k { font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 6px; }
.about-aside .row .v { font-family: var(--serif); font-size: 19px; color: var(--ink); }
.about-aside .row .v .meta { display: block; font-family: var(--mono); font-size: 11px; color: var(--ink-dim); letter-spacing: 0.04em; margin-top: 3px; }

.statband { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--rule-strong); border-bottom: 1px solid var(--rule-strong); margin-top: 80px; }
.statband .stat { padding: 34px 28px; border-right: 1px solid var(--rule); }
.statband .stat:last-child { border-right: none; }
.statband .n { font-family: var(--serif); font-weight: 500; font-size: clamp(40px, 4vw, 60px); line-height: 1; color: var(--gold-deep); font-variation-settings: 'opsz' 48; }
.statband .l { font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-dim); margin-top: 12px; line-height: 1.4; }

.flow { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--rule-strong); border-bottom: 1px solid var(--rule-strong); }
.flow .step { padding: 40px 34px 44px; border-right: 1px solid var(--rule); position: relative; }
.flow .step:last-child { border-right: none; }
.flow .step .si { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 22px; display: flex; justify-content: space-between; }
.flow .step .si .verb { color: var(--gold); }
.flow .step h3 { font-family: var(--serif); font-weight: 500; font-size: 30px; line-height: 1.05; margin-bottom: 16px; letter-spacing: -0.01em; }
.flow .step p { font-size: 16px; line-height: 1.55; color: var(--ink-dim); margin: 0 0 16px; }
.flow .step ul { list-style: none; margin: 16px 0 0; padding: 0; }
.flow .step li { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-2); padding: 8px 0; border-top: 1px solid var(--rule-soft); display: flex; gap: 10px; }
.flow .step li::before { content: "→"; color: var(--gold); }
.flow .step .arrow { position: absolute; top: 52px; right: -8px; width: 16px; height: 16px; color: var(--gold); z-index: 3; }
.flow .step:last-child .arrow { display: none; }

.pq { max-width: 70ch; margin: 0 auto; padding: 80px 0; border-top: 1px solid var(--rule-strong); border-bottom: 1px solid var(--rule-strong); }
.pq blockquote { font-family: var(--serif); font-weight: 400; font-style: italic; font-size: clamp(28px, 3.6vw, 50px); line-height: 1.16; letter-spacing: -0.015em; margin: 0 0 26px; text-wrap: balance; }
.pq blockquote::before { content: "\201C"; color: var(--gold); }
.pq blockquote::after { content: "\201D"; color: var(--gold); }
.pq cite { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-dim); font-style: normal; }
.pq cite::before { content: "— "; color: var(--gold); }
.block.ink .pq blockquote::before, .block.ink .pq blockquote::after, .block.ink .pq cite::before { color: var(--gold-soft); }

.areas { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--rule-strong); }
.area { padding: 34px 30px 38px; border-bottom: 1px solid var(--rule); border-right: 1px solid var(--rule); position: relative; transition: background 200ms; }
.areas .area:nth-child(3n) { border-right: none; }
.area:hover { background: var(--gold-wash); }
.area .ai { font-family: var(--mono); font-size: 11px; letter-spacing: 0.10em; color: var(--gold); margin-bottom: 24px; }
.area h3 { font-family: var(--serif); font-weight: 500; font-size: 25px; line-height: 1.1; margin-bottom: 12px; letter-spacing: -0.01em; }
.area p { font-size: 15px; line-height: 1.5; color: var(--ink-dim); margin: 0; }

.work-list { border-top: 1px solid var(--rule-strong); }
.work-item { display: grid; grid-template-columns: 200px 1fr 180px; gap: 36px; padding: 40px 0; border-bottom: 1px solid var(--rule); align-items: start; transition: background 200ms; cursor: default; }
.work-item:hover { background: var(--paper-2); }
.work-item:hover .doc { border-color: var(--gold); }
.doc {
  width: 200px; height: 138px; background: var(--paper-3);
  border: 1px solid var(--rule-strong); position: relative; overflow: hidden;
  transition: border-color 200ms;
}
.doc .lines { position: absolute; inset: 16px 16px; background-image: repeating-linear-gradient(transparent 0 9px, var(--rule) 9px 10px); }
.doc .redact { position: absolute; height: 11px; background: var(--ink); }
.doc .redact.g { background: var(--gold); }
.doc .stamp { position: absolute; bottom: 10px; right: 10px; font-family: var(--mono); font-size: 8px; letter-spacing: 0.12em; color: var(--gold-deep); border: 1px solid var(--gold); padding: 2px 5px; transform: rotate(-6deg); text-transform: uppercase; }
.doc .id { position: absolute; top: 8px; left: 10px; font-family: var(--mono); font-size: 8px; letter-spacing: 0.08em; color: var(--ink-faint); }
.work-body .wt { font-family: var(--serif); font-weight: 500; font-size: 30px; line-height: 1.08; letter-spacing: -0.015em; margin-bottom: 6px; }
.work-body .wt em { font-style: italic; color: var(--gold-deep); }
.work-body .wsub { font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.work-body p { font-size: 16px; line-height: 1.55; color: var(--ink-dim); margin: 0; max-width: 60ch; }
.work-body .partners { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 8px; }
.work-body .partners span { font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-dim); border: 1px solid var(--rule-strong); padding: 4px 8px; }
.work-aside { text-align: right; }
.work-aside .yr { font-family: var(--serif); font-size: 34px; color: var(--ink); line-height: 1; }
.work-aside .reach { font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-dim); margin-top: 10px; line-height: 1.5; }
.work-aside .reach b { color: var(--gold-deep); font-weight: 600; }

.fund-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.fund-prose p { font-family: var(--serif); font-size: 18px; line-height: 1.6; color: var(--paper); margin: 0 0 1.2em; max-width: 56ch; }
.fund-prose p em { color: var(--gold-soft); font-style: italic; }
.firewall { border: 1px solid rgba(250,247,240,0.2); padding: 30px 32px; }
.firewall .fl { font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-soft); margin-bottom: 22px; display: flex; align-items: center; gap: 10px; }
.firewall .fl .bar { width: 26px; height: 1px; background: var(--gold-soft); }
.firewall .frow { padding: 16px 0; border-top: 1px solid rgba(250,247,240,0.14); }
.firewall .frow:first-of-type { border-top: none; }
.firewall .frow .q { font-family: var(--serif); font-size: 18px; color: var(--paper); margin-bottom: 4px; }
.firewall .frow .a { font-size: 14.5px; color: rgba(250,247,240,0.6); line-height: 1.5; }

.funders { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(250,247,240,0.2); margin-top: 56px; }
.funder { padding: 26px 24px; border-bottom: 1px solid rgba(250,247,240,0.14); border-right: 1px solid rgba(250,247,240,0.14); }
.funders .funder:nth-child(2n) { border-right: none; }
.funder .fn { font-family: var(--serif); font-size: 20px; color: var(--paper); margin-bottom: 4px; }
.funder .fm { font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(250,247,240,0.5); }
.funder .fb { font-size: 14px; color: rgba(250,247,240,0.6); line-height: 1.5; margin-top: 8px; }

.board { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: 64px; }
.person .pp { width: 100%; aspect-ratio: 1; background: var(--paper-3); border: 1px solid var(--rule-strong); position: relative; overflow: hidden; }
.person .pp:not(:has(img))::before { content: ""; position: absolute; inset: 0; background-image: repeating-linear-gradient(45deg, transparent 0 7px, var(--rule-soft) 7px 8px); }
.person .pp .ph { position: absolute; bottom: 8px; left: 0; right: 0; text-align: center; font-family: var(--mono); font-size: 8px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-faint); }
.person .pp img { width: 100%; height: 100%; object-fit: cover; display: block; filter: grayscale(0.15) contrast(1.02); }
.person .nm { font-family: var(--serif); font-size: 19px; font-weight: 500; margin-top: 14px; line-height: 1.15; }
.person .rl { font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold); margin-top: 6px; line-height: 1.4; }
.person .bio { font-size: 14px; color: var(--ink-dim); line-height: 1.5; margin-top: 10px; }

.bureaus { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--rule-strong); border-bottom: 1px solid var(--rule-strong); }
.bureau { padding: 36px 28px 44px; border-right: 1px solid var(--rule); }
.bureaus .bureau:last-child { border-right: none; }
.bureau .city { font-family: var(--serif); font-weight: 500; font-size: 30px; line-height: 1; }
.bureau .cc { font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin: 10px 0 20px; }
.bureau .role { font-size: 15px; color: var(--ink-dim); line-height: 1.55; }
.bureau .addr { font-family: var(--serif); font-size: 14px; color: var(--ink); line-height: 1.5; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--rule-soft); }
.bureau .coords { font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.06em; color: var(--ink-faint); margin-top: 20px; }

.cta { padding: 110px var(--pad); background: var(--ink); color: var(--paper); text-align: center; }
.cta .mono-label { color: var(--gold-soft); justify-content: center; margin-bottom: 26px; }
.cta .mono-label .bar { background: var(--gold-soft); }
.cta h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(36px, 5vw, 68px); line-height: 1.02; letter-spacing: -0.02em; max-width: 18ch; margin: 0 auto 28px; }
.cta h2 em { font-style: italic; color: var(--gold-soft); }
.cta p { font-family: var(--serif); font-size: 19px; line-height: 1.55; color: rgba(250,247,240,0.7); max-width: 52ch; margin: 0 auto 44px; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn { font-family: var(--mono); font-size: 12px; letter-spacing: 0.10em; text-transform: uppercase; padding: 16px 28px; border: 1px solid; cursor: pointer; transition: 180ms; }
.btn-primary { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.btn-primary:hover { background: var(--gold-soft); border-color: var(--gold-soft); }
.btn-ghost { background: transparent; border-color: rgba(250,247,240,0.35); color: var(--paper); }
.btn-ghost:hover { border-color: var(--paper); }
.cta .channels { margin-top: 48px; display: flex; gap: 40px; justify-content: center; flex-wrap: wrap; font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(250,247,240,0.55); }
.cta .channels b { color: var(--gold-soft); font-weight: 500; }

.contact-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; max-width: 920px; margin: 56px auto 0; text-align: left; }
.contact-card { background: rgba(250,247,240,0.04); border: 1px solid rgba(250,247,240,0.16); border-radius: 4px; padding: 36px 32px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.cc-eyebrow { font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-soft); margin-bottom: 28px; }
.cc-qr { width: 240px; height: 240px; background: #fafaf0; padding: 14px; border-radius: 6px; display: block; object-fit: contain; image-rendering: pixelated; image-rendering: crisp-edges; }
.cc-mail-icon { width: 220px; height: 220px; background: rgba(250,247,240,0.05); border: 1px solid rgba(250,247,240,0.12); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 120px; color: var(--gold-soft); line-height: 1; }
.cc-label { font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(250,247,240,0.55); margin-top: 24px; }
.cc-handle { font-family: var(--serif); font-size: 22px; color: var(--paper); margin-top: 8px; word-break: break-all; }
.cc-handle-link { color: var(--paper); text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 4px; }
.cc-handle-link:hover { color: var(--gold-soft); }
.cc-note { font-family: var(--serif); font-size: 14px; line-height: 1.55; color: rgba(250,247,240,0.62); margin-top: 18px; max-width: 38ch; }
@media (max-width: 760px) {
  .contact-cards { grid-template-columns: 1fr; }
  .cc-qr, .cc-mail-icon { width: 180px; height: 180px; }
  .cc-mail-icon { font-size: 96px; }
}

.foot { background: var(--paper); padding: 80px var(--pad) 50px; border-top: 1px solid var(--rule-strong); }
.foot-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; max-width: var(--maxw); margin: 0 auto; }
.foot .fbrand { display: flex; gap: 14px; align-items: flex-start; }
.foot .fbrand img, .foot .fbrand svg { width: 52px; height: 52px; flex: none; }
.foot .fbrand .nm { font-family: var(--serif); font-size: 22px; font-weight: 600; }
.foot .fbrand .tg { font-family: var(--mono); font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-top: 6px; }
.foot .fbrand p { font-size: 14px; color: var(--ink-dim); line-height: 1.55; margin: 16px 0 0; max-width: 36ch; }
.foot-col h4 { font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 18px; font-weight: 500; }
.foot-col a, .foot-col .li { display: block; font-family: var(--body); font-size: 15px; color: var(--ink-dim); padding: 6px 0; }
.foot-col a:hover { color: var(--gold-deep); }
.foot-bottom { max-width: var(--maxw); margin: 56px auto 0; padding-top: 28px; border-top: 1px solid var(--rule); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-faint); }

@media (max-width: 980px) {
  .nav { display: none; }
  .menu-btn { display: inline-block; }
  .drawer { display: flex; }
  .about-grid, .fund-grid { grid-template-columns: 1fr; gap: 40px; }
  .flow, .bureaus { grid-template-columns: 1fr; }
  .flow .step, .bureau { border-right: none; border-bottom: 1px solid var(--rule); }
  .flow .step .arrow { display: none; }
  .areas { grid-template-columns: 1fr 1fr; }
  .areas .area:nth-child(3n) { border-right: 1px solid var(--rule); }
  .areas .area:nth-child(2n) { border-right: none; }
  .statband { grid-template-columns: 1fr 1fr; }
  .statband .stat:nth-child(2n) { border-right: none; }
  .board { grid-template-columns: 1fr 1fr; }
  .funders { grid-template-columns: 1fr; }
  .funders .funder { border-right: none; }
  .work-item { grid-template-columns: 1fr; }
  .work-aside { text-align: left; }
  .doc { width: 100%; max-width: 280px; }
  .foot-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .hero-meta { grid-template-columns: 1fr 1fr; }
  .areas, .board, .statband { grid-template-columns: 1fr; }
  .areas .area { border-right: none !important; }
  .statband .stat { border-right: none; }
  .foot-top { grid-template-columns: 1fr; }
  .sec-head { grid-template-columns: 1fr; gap: 8px; }
  .sec-head .num { padding-top: 0; }
}
