.lineage{padding:28px 0 72px}
.lineage h1{font-size:clamp(26px,3.4vw,40px);font-weight:400;margin:8px 0 10px}
.lead{color:var(--muted);max-width:640px;margin-bottom:24px}
.pedigree{display:flex;flex-direction:column;align-items:center}
.anc{border:1px solid var(--wine);background:#fff;padding:16px 24px;text-align:center;margin-bottom:0}
.stem{width:2px;height:20px;background:var(--gold)}
.kids{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;width:100%}
.kid{background:#fff;border:1px solid var(--line);padding:16px;width:200px;scroll-margin-top:76px;text-align:center}
.kid h2{font-size:16px;font-weight:400;margin:6px 0}
.kid p{font-size:12px;color:var(--muted);margin-bottom:10px;font-family:-apple-system,BlinkMacSystemFont,"Microsoft YaHei",sans-serif}
.kid img{width:100%;height:80px;object-fit:cover;margin:8px 0;border:1px solid var(--line)}
@media(max-width:720px){.kid{width:100%}}
