/* Tree 5 ANCESTRY: direct-line pedigree, no collateral noise */
.t5-ancestry-canvas{position:absolute;inset:0;z-index:31;background:#f4f0e7;overflow:auto;padding:44px 48px 76px;box-sizing:border-box}.t5-ancestry-inner{min-width:980px;max-width:1500px;margin:auto}.t5-ancestry-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.t5-ancestry-head h2{margin:0;font:38px/1 Georgia,serif;color:#20231f}.t5-ancestry-head p{margin:7px 0 0;max-width:650px;color:#66675f;font-size:13px}.t5-ancestry-modes{display:flex;gap:4px;padding:4px;background:#e5ded1;border-radius:999px}.t5-ancestry-modes button{border:0;border-radius:999px;background:transparent;padding:9px 13px;font:800 10px Arial,sans-serif;letter-spacing:.09em;color:#60625b;cursor:pointer}.t5-ancestry-modes button.active{background:#214a36;color:white}.t5-pedigree{display:flex;flex-direction:column-reverse;gap:58px;position:relative}.t5-ancestor-generation{display:flex;justify-content:center;gap:16px;position:relative}.t5-ancestor-generation:after{content:'';position:absolute;left:8%;right:8%;bottom:-30px;border-top:1px solid #aaa397}.t5-ancestor-generation:last-child:after{display:none}.t5-ancestor-card{position:relative;width:170px;min-height:84px;padding:11px;display:grid;grid-template-columns:54px 1fr;gap:10px;align-items:center;background:#fbf8f1;border:1px solid #bbb4a7;box-shadow:0 5px 16px rgba(24,28,24,.07);text-align:left;color:#20231f;cursor:pointer}.t5-ancestor-card:hover,.t5-ancestor-card:focus-visible{outline:3px solid rgba(33,74,54,.16);border-color:#214a36}.t5-ancestor-card[data-root="true"]{border:3px solid #214a36}.t5-ancestor-photo{width:54px;height:64px;background:#ded7ca;display:grid;place-items:center;font:28px Georgia,serif;overflow:hidden}.t5-ancestor-photo img{width:100%;height:100%;object-fit:cover}.t5-ancestor-copy strong{display:block;font:16px/1.05 Georgia,serif}.t5-ancestor-copy small{display:block;margin-top:5px;font-size:9px;line-height:1.2;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:#2f6746}.t5-ancestor-copy em{display:block;margin-top:4px;font:normal 11px Arial,sans-serif;color:#74756e}.t5-generation-tag{text-align:center;margin-bottom:9px;font:800 9px Arial,sans-serif;letter-spacing:.15em;color:#89867e}.t5-ancestry-empty{text-align:center;padding:90px 20px;color:#66675f}.t5-ancestry-empty strong{display:block;font:32px Georgia,serif;color:#20231f;margin-bottom:8px}@media(max-width:760px){.t5-ancestry-canvas{padding:28px 18px 60px}.t5-ancestry-inner{min-width:820px}.t5-ancestry-head{align-items:start}.t5-ancestry-head h2{font-size:30px}.t5-ancestor-card{width:148px}}