/* Shared project gallery and work-area pages. The artwork supplements live text. */
.work-members, .area-members {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0;
  margin: 4px 0 22px;
  list-style: none;
}
.work-members li, .area-members li {
  padding: 4px 9px;
  border-radius: 4px;
  background: var(--wash);
  color: var(--muted);
  font-size: .8rem;
}
.project-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.project-card, .hub-project {
  min-width: 0;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.project-art { aspect-ratio: 1200 / 630; background: #f1f3f4; flex-shrink: 0; }
.project-art img { display: block; width: 100%; height: 100%; object-fit: contain; }
.project-card h3, .project-card > p, .project-card > a { margin-left: 18px; margin-right: 18px; }
.project-card h3 { font-size: 1.12rem; margin-top: 18px; margin-bottom: 10px; }
.project-card > p { font-size: .92rem; line-height: 1.55; }
.project-card > a { font-size: .88rem; margin-top: auto; padding: 16px 0; min-height: 44px; }
.project-card > p:last-of-type { margin-bottom: 6px; }
.project-card:focus-within, .hub-project:focus-within { outline: 3px solid #854208; outline-offset: 4px; }
.framework-art {
  background: #1a1b30;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 9px;
  padding: 22px;
}
.framework-art img { width: 36px; height: 36px; }
.framework-art strong { font-size: 1.5rem; line-height: 1.1; }
.framework-art span { font-size: .83rem; color: #d9d6ff; }
.hub-hero { padding: 35px 0 55px; background: var(--wash); }
.hub-hero h1 { font-size: clamp(2.4rem, 5vw, 4rem); max-width: 900px; margin-bottom: 25px; }
.hub-hero .lede { max-width: 800px; }
.hub-hero > .wrap > .eyebrow { margin-top: 30px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 10px; font-size: .82rem; color: var(--muted); }
.breadcrumb a { padding: 6px 0; }
.breadcrumb > span { padding: 6px 0; }
.hub-intro { padding: 42px 0; }
.hub-intro p { margin: 0; color: var(--muted); }
.relationship-section { background: var(--wash); }
.relationship-map { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr)); gap: 18px; }
.relationship-node { padding: 24px; border: 1px solid var(--line); border-top: 4px solid var(--link); border-radius: 6px; background: white; }
.relationship-node h3 { font-size: 1.18rem; margin-bottom: 14px; }
.relationship-node p { font-size: .94rem; color: var(--muted); }
.member-links { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 18px; }
.member-links a { font-size: .91rem; font-weight: 700; min-height: 32px; }
.relationship-foundation { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 24px; border: 1px solid var(--link); border-radius: 6px; margin-top: 18px; background: white; }
.relationship-foundation h3 { font-size: 1.18rem; margin-bottom: 10px; }
.relationship-foundation p { font-size: .94rem; color: var(--muted); }
.relationship-foundation > a { flex-shrink: 0; font-weight: 700; }
.map-caption { max-width: 850px; margin-top: 24px; color: var(--muted); font-size: .95rem; }
.hub-project-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 285px), 1fr)); gap: 24px; align-items: stretch; }
.hub-project { max-width: 520px; scroll-margin-top: 110px; }
.hub-project-copy { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.hub-project-copy h3 { font-size: 1.3rem; margin-bottom: 12px; }
.hub-project-copy > p:not(.project-role) { font-size: .96rem; color: var(--muted); margin: 0 0 18px; }
.hub-project-copy > a { margin-top: auto; font-size: .92rem; font-weight: 700; padding: 7px 0; }
.project-role { font-size: .75rem; text-transform: uppercase; letter-spacing: .07em; color: var(--link); margin-bottom: 10px; font-weight: 700; }
.evidence-note, .hub-example { padding: 25px; background: var(--wash); border-left: 3px solid var(--link); margin-top: 32px; }
.evidence-note h3, .hub-example h3 { font-size: 1.15rem; margin-bottom: 12px; }
.evidence-note p, .hub-example p { max-width: 850px; color: var(--muted); font-size: .94rem; }
.hub-example a { display: inline-block; margin-top: 16px; font-weight: 700; }
.hub-contribute { background: var(--dark); color: #fff; }
.hub-contribute .eyebrow { color: #8fe6df; }
.hub-contribute h2 { max-width: 850px; margin-bottom: 24px; }
.hub-contribute .lede { color: #d1e0e4; max-width: 800px; }
.related-areas { padding-top: 30px; padding-bottom: 30px; display: flex; flex-wrap: wrap; gap: 16px 28px; align-items: center; }
.related-areas a { min-height: 36px; padding: 5px 0; }
.area-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.area-card { padding: 28px; border: 1px solid var(--line); border-radius: 8px; }
.area-card h2 { font-size: 1.65rem; margin-bottom: 18px; }
.area-card p { color: var(--muted); margin-bottom: 20px; }
.area-card > a { font-weight: 700; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.research-section, .hub-reading { background: var(--wash); }
.research-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.research-card { padding: 25px; background: white; border: 1px solid var(--line); border-radius: 7px; display: flex; flex-direction: column; }
.research-card h3 { font-size: 1.35rem; margin-bottom: 16px; }
.research-card > p:not(.project-role) { color: var(--muted); font-size: .95rem; margin: 0 0 20px; }
.resource-actions { display: flex; flex-wrap: wrap; gap: 8px 22px; align-items: center; }
.resource-actions a { min-height: 40px; padding: 7px 0; font-weight: 650; font-size: .9rem; }
.research-card .resource-actions { margin-top: auto; }
.media-paths { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding: 28px 0 0; border-top: 1px solid var(--line); margin-top: 35px; }
.media-paths h3 { font-size: 1.2rem; margin-bottom: 10px; }
.media-paths p, .research-context { font-size: .88rem; color: var(--muted); }
.research-context { margin-top: 22px; }
.featured-video { display: grid; grid-template-columns: 1fr 1.6fr; gap: 32px; align-items: center; margin: 0 0 32px; padding: 26px; border: 1px solid var(--line); border-radius: 8px; background: white; }
.video-copy h3 { font-size: 1.65rem; margin-bottom: 15px; }
.video-copy > p:not(.project-role) { color: var(--muted); font-size: .94rem; }
.video-copy > a { display: inline-block; font-weight: 700; margin-top: 18px; padding: 7px 0; }
.video-copy > p.video-context { font-size: .8rem; margin-top: 14px; }
.video-player { aspect-ratio: 16 / 9; min-width: 0; background: var(--dark); border-radius: 5px; overflow: hidden; }
.video-player iframe { display: block; width: 100%; height: 100%; border: 0; }
.reading-list { list-style: none; padding: 0; margin: 28px 0; max-width: 850px; }
.reading-list li { padding: 16px 0; border-top: 1px solid var(--line); }
.reading-list a { display: block; font-weight: 700; }
.reading-list span { display: block; color: var(--muted); font-size: .83rem; margin-top: 7px; }
@media (max-width: 900px) {
  .project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .research-grid { grid-template-columns: 1fr; }
  .featured-video { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  html { scroll-padding-top: 175px; }
  .nav-links { flex-wrap: wrap; justify-content: flex-start; gap: 2px 18px; }
  .media-paths { grid-template-columns: 1fr; gap: 15px; }
  .featured-video { padding: 20px; gap: 22px; }
  .project-grid, .area-grid { grid-template-columns: 1fr; }
  .project-card { max-width: 440px; width: 100%; margin-inline: auto; }
  .hub-hero { padding-top: 20px; padding-bottom: 38px; }
  .hub-hero h1 { font-size: 2.45rem; }
  .hub-project { scroll-margin-top: 140px; }
  .relationship-foundation { align-items: flex-start; flex-direction: column; gap: 14px; }
  .framework-art { padding: 20px; gap: 7px; }
}

.stopped-work { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stopped-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 45px; }
.stopped-case { border-left: 3px solid var(--link); padding: 8px 0 8px 28px; }
.stopped-case h3 { font-size: 1.55rem; margin-bottom: 18px; }
.stopped-case > p:not(.project-role) { color: var(--muted); font-size: .96rem; }
.stopped-case > a { display: inline-block; margin-top: 20px; padding: 7px 0; font-weight: 700; }
@media (max-width: 700px) { .stopped-grid { grid-template-columns: 1fr; gap: 28px; } }
