/* Public directory: one clear introduction per person, with no member-only detail. */
.people-page{--people-ink:#17202e;--people-muted:#536174;--people-accent:#b64b1f;--people-line:#e2e5e9;background:#faf9f6;color:var(--people-ink)}
.people-page .public-container{max-width:1200px}
.people-intro{padding-top:58px;padding-bottom:28px}
.people-eyebrow{margin:0 0 16px;color:var(--people-accent);font-size:12px;font-weight:750;letter-spacing:.14em}
.people-intro-row{display:flex;justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:32px}
.people-page h1{margin:0;font-size:clamp(30px,3.5vw,44px);line-height:1.3;letter-spacing:-1.5px;font-weight:760;word-break:keep-all}
.people-lead{font-size:17px;line-height:1.7;color:var(--people-muted);margin:16px 0 0;word-break:keep-all}
.people-mobile-break{display:none}
.people-workspace-link{display:inline-flex;gap:12px;align-items:center;min-height:44px;white-space:nowrap;color:var(--people-muted);font-size:14px;text-decoration:none;border-bottom:1px solid #aeb6bf}
.people-search{display:flex;align-items:center;gap:14px;background:white;border:1px solid #aeb6bf;border-radius:8px;padding:8px 8px 8px 19px;max-width:720px;box-shadow:0 5px 20px #17202e04}
.people-search:focus-within{border-color:var(--people-accent);box-shadow:0 0 0 3px #e8622a18}
.people-search>svg{width:24px;height:24px;color:var(--people-muted);flex:0 0 auto}
.people-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;font:inherit;font-size:17px;color:var(--people-ink);height:44px;width:100%;padding:0}
.people-search input::placeholder{color:#637084;opacity:1}
.people-search button{font:inherit;font-size:15px;font-weight:700;color:#fff;background:var(--people-ink);border:0;border-radius:5px;min-height:44px;padding:0 25px;cursor:pointer;white-space:nowrap}
.people-categories{display:flex;flex-wrap:wrap;gap:9px;margin-top:23px}
.people-categories button{font:inherit;font-size:14px;font-weight:550;line-height:1.4;min-height:44px;padding:10px 18px;background:transparent;color:var(--people-muted);border:1px solid var(--people-line);border-radius:999px;cursor:pointer}
.people-categories button[aria-pressed=true]{background:var(--people-ink);color:white;border-color:var(--people-ink)}
.people-categories button:hover:not([aria-pressed=true]){border-color:#919eae;background:white}
.people-results{padding-top:24px;padding-bottom:70px;border-top:1px solid var(--people-line);min-height:370px}
.people-results-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:13px}
.people-results-heading h2{margin:0;font-size:22px;line-height:1.5;font-weight:700;letter-spacing:-.6px}
.people-results-heading p{margin:0;font-size:14px;color:var(--people-muted)}
.people-access-note{display:flex;align-items:flex-start;gap:8px;margin:0 0 26px;font-size:14px;line-height:1.7;color:var(--people-muted);word-break:keep-all}
.people-access-note svg{width:18px;height:18px;flex:0 0 auto;margin-top:2px}
.people-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.people-card{min-width:0;border:1px solid var(--people-line);border-radius:10px;background:#fff;overflow:hidden;transition:border-color .18s,box-shadow .18s}
.people-card:hover{border-color:#bb8066;box-shadow:0 8px 24px #17202e08}
.people-card-link{height:100%;display:flex;flex-direction:column;gap:18px;padding:25px;text-decoration:none;color:inherit;box-sizing:border-box}
.people-card-identity{display:flex;align-items:center;justify-content:space-between;gap:15px}
.people-card-heading{min-width:0}
.people-card h3{margin:0 0 7px;font-size:23px;line-height:1.35;letter-spacing:-.6px;color:var(--people-ink);word-break:break-word}
.people-card-title{font-size:16px;line-height:1.5;color:var(--people-ink);margin:0;word-break:keep-all;overflow-wrap:anywhere}
.people-card-region{font-size:14px;line-height:1.5;color:var(--people-muted);margin:5px 0 0;overflow-wrap:anywhere}
.people-avatar{position:relative;width:76px;height:76px;flex:0 0 76px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:#f1e8e0;color:#885336;font-size:28px;font-weight:600}
.people-avatar img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top}
.people-card-fields{display:flex;flex-wrap:wrap;gap:6px}
.people-card-fields span{font-size:12px;font-weight:600;line-height:1.5;padding:5px 9px;background:#f3f5f6;color:#495666;border-radius:4px;overflow-wrap:anywhere;max-width:100%}
.people-card-intro{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:76px;margin:0;font-size:16px;line-height:1.6;color:#485566;overflow-wrap:anywhere;word-break:keep-all}
.people-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:18px;border-top:1px solid #edf0f2;color:var(--people-accent);font-size:14px;font-weight:650}
.people-card-footer>span:last-child{font-size:20px;line-height:1}
.people-state{padding:55px 24px;text-align:center;border:1px dashed #d5dbe1;border-radius:10px;background:#fff}
.people-state>p:first-child{margin:0;font-size:18px;font-weight:650;line-height:1.6;overflow-wrap:anywhere}
.people-state>p:last-child{font-size:15px;line-height:1.7;color:var(--people-muted);margin:10px 0 0}
.people-state>p:last-child:empty{display:none}
.people-result-actions{display:flex;justify-content:center;gap:12px;margin-top:26px}
.people-result-actions:has(>button:not([hidden])){min-height:48px}
.people-result-actions button{font:inherit;cursor:pointer;border:1px solid #a5aeb8;background:white;color:var(--people-ink);font-size:15px;font-weight:600;min-height:48px;padding:12px 28px;border-radius:6px}
.people-result-actions button:disabled{cursor:wait;color:#5f6c7b;background:#f3f5f6}
.people-join{display:flex;justify-content:space-between;align-items:center;gap:30px;border-top:1px solid var(--people-line);padding-top:35px;padding-bottom:50px}
.people-join h2{font-size:26px;font-weight:700;line-height:1.4;letter-spacing:-.7px;margin:0 0 12px;word-break:keep-all}
.people-join p:last-child{font-size:16px;color:var(--people-muted);line-height:1.7;margin:0}
.people-join>a{display:inline-flex;align-items:center;gap:30px;white-space:nowrap;min-height:48px;padding:12px 23px;border-radius:6px;background:var(--people-ink);color:white;font-size:15px;font-weight:650;text-decoration:none}
.people-no-script{font-size:16px;line-height:1.7}
.people-page :is(a,button):focus-visible{outline:3px solid #ba511f;outline-offset:4px}
.people-page .people-card-link:focus-visible{outline-offset:-4px}
.people-page [hidden]{display:none!important}
@media(max-width:1050px){.people-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.people-intro-row{align-items:flex-start;flex-direction:column;gap:10px}.people-workspace-link{align-self:flex-start}.people-search{max-width:none}}
@media(max-width:640px){.people-intro{padding-top:34px;padding-bottom:23px}.people-page h1{font-size:31px;letter-spacing:-1.1px}.people-lead{font-size:16px;margin-top:14px}.people-mobile-break{display:block}.people-intro-row{margin-bottom:22px}.people-search{gap:9px;padding:7px 7px 7px 12px}.people-search>svg{width:20px;height:20px}.people-search input{font-size:16px}.people-search button{padding-inline:16px}.people-categories{gap:7px;margin-top:18px}.people-categories button{font-size:14px;padding:9px 14px}.people-results{padding-top:20px;padding-bottom:42px}.people-results-heading{align-items:flex-start}.people-results-heading h2{font-size:20px}.people-results-heading p{font-size:13px;line-height:1.7}.people-access-note{font-size:14px;margin-bottom:21px}.people-grid{grid-template-columns:1fr;gap:15px}.people-card-link{padding:23px;gap:17px}.people-card h3{font-size:24px}.people-card-intro{min-height:0}.people-join{flex-direction:column;align-items:flex-start;gap:22px;padding-bottom:38px}.people-join h2{font-size:25px}.people-state{padding:35px 18px}.people-state>p:first-child{font-size:17px}}
@media(prefers-reduced-motion:reduce){.people-card{transition:none}}
