.wiki-hero{padding:2rem 0;background:#fbfbfa}
.wiki-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem;align-items:start}
@media(max-width:860px){.wiki-grid{grid-template-columns:1fr}}
.wiki-hero h1{font-size:clamp(1.3rem,3.3vw,1.7rem);margin-bottom:.45rem;line-height:1.3}
.wiki-hero h1 em{font-style:normal;background:#f5e0e9}
.wiki-hero .lead{color:#787774;font-size:.86rem;margin-bottom:.9rem}
.prop-table{width:100%;border-collapse:collapse;font-size:.76rem;margin-bottom:.8rem}
.prop-table th,.prop-table td{padding:.35rem .5rem;border-bottom:1px solid #e9e9e7;text-align:left}
.prop-table th{color:#787774;width:88px;font-weight:600}
.wiki-shot{border:1px solid #e9e9e7;border-radius:4px}

.link-stack{display:flex;flex-direction:column;gap:.4rem}
.link-row{display:grid;grid-template-columns:28px 1fr;gap:.7rem;padding:.7rem .85rem;align-items:start}
.link-row .lk{width:20px;height:20px;background:#e9e9e7;border-radius:3px;margin-top:.15rem}
.link-row h3{font-size:.86rem;margin-bottom:.15rem}
.link-row p{font-size:.76rem;color:#787774}

.crumb-path{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem}
.crumb-node{flex:1;min-width:160px;padding:.8rem .85rem}
.crumb-node .cn{font-size:.66rem;color:#787774;margin-bottom:.2rem}
.crumb-node h3{font-size:.84rem;margin-bottom:.15rem}
.crumb-node p{font-size:.74rem;color:#787774}
.crumb-sep{color:#c4c4c1;font-weight:700}

.gal-split{display:grid;grid-template-columns:1.1fr .9fr;gap:1rem;align-items:start}
@media(max-width:768px){.gal-split{grid-template-columns:1fr}}
.gal{padding:.85rem}
.gal h3{font-size:.86rem;margin-bottom:.4rem}
.gal li{font-size:.76rem;color:#787774;padding:.18rem 0}
.feat-media{border:1px solid #e9e9e7;border-radius:4px;margin-top:.7rem}

.feat-cta{background:#f7f6f3;padding:2.1rem 0;text-align:center}
.feat-cta h2{font-size:1.1rem;margin-bottom:.35rem}
.feat-cta p{color:#787774;font-size:.84rem;margin-bottom:1rem}
