/* Claude Partner Network — the credential, on every footer (Luke, 2026-08-19).
   It already sits in #from-the-room's proof panel; this puts it where every
   page ends, so the membership is stated once per page no matter where the
   reader lands: /, /stories, /gallery, /locations.

   Placement: the third block in the footer's left column, under Socials and
   Legal, so it inherits that column's 50px rhythm (30px under 810). That
   column had dead space below Legal while Navigation ran four items deep on
   the right, so the mark fills the hole rather than being wedged into the
   copyright line.

   NO "Partner" caption above it, deliberately. Two reasons: the lockup already
   reads "Claude Partner Network", and the footer's harvested CSS puts every
   RichTextContainer at position:absolute, so a caption in this flex column
   lands ON the mark. "Member since 2026" beside it is the label.

   Treatment matches the proof panel: lockup, hairline, one short line. The
   COLOUR lockup here, not the reversed one — the footer card is #FFFFFA.

   WORDING IS NOT FREE. memory/claude-partner-network: "member" is cleared,
   "certified by Anthropic" and "official Anthropic partner" are NOT, and the
   Anthropic logo on its own is not cleared either. Say member, show the
   Claude Partner Network lockup, nothing more. */
.selr-fpartner {
  display: flex; flex-direction: column; align-items: flex-start;
  gap: 16px; width: 100%;
}
.selr-fpartner-mark { display: inline-flex; align-items: center; gap: 16px; }
.selr-fpartner-badge { display: block; height: 52px; width: auto; }
.selr-fpartner-label {
  font-family: "Manrope", sans-serif; font-weight: 600; font-size: 13px;
  line-height: 1.5; letter-spacing: -0.025em; color: #616161;
  padding-left: 16px; border-left: 1px solid rgba(36, 36, 36, .14);
}
@media (max-width: 809.98px) {
  .selr-fpartner { gap: 13px; }
  .selr-fpartner-mark { gap: 13px; }
  .selr-fpartner-badge { height: 40px; }
  .selr-fpartner-label { padding-left: 13px; }
}
