/* Staff fields are ordinary blocks. Original card images are only framed through CSS; files stay intact. */
.malaka-person-card{margin:0 0 30px;padding:28px;border:1px solid #d8e4de;border-radius:18px;background:linear-gradient(120deg,#f3f8f5,#fff 75%);box-sizing:border-box;scroll-margin-top:110px}
.malaka-person-card .malaka-person-layout{display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1.4fr);gap:32px;margin:0;align-items:center}
.malaka-person-layout>.wp-block-column{min-width:0;margin:0}
.malaka-person-card .malaka-person-name{font-size:clamp(23px,3vw,30px);line-height:1.3;margin:0 0 10px;overflow-wrap:anywhere;color:#183b2c}
.malaka-person-card .malaka-person-position{font-size:16px;line-height:1.6;margin:0 0 22px;color:#345e48}
.malaka-person-card .malaka-person-label{font-size:12px;font-weight:650;line-height:1.5;margin:18px 0 4px;color:#65786b}
.malaka-person-card .malaka-person-reception,.malaka-person-card .malaka-person-email,.malaka-person-card .malaka-person-phone{font-size:15px;line-height:1.75;margin:4px 0;color:#243c30;overflow-wrap:anywhere}
.malaka-person-card a{color:#245d41;text-underline-offset:4px}
.malaka-person-photo{position:relative;box-sizing:border-box;width:100%;max-width:280px;aspect-ratio:var(--person-ratio,4/5);margin:0;overflow:hidden;border-radius:12px;background:#e7efe9}
.malaka-person-photo img{position:absolute;display:block;max-width:none!important;width:var(--person-image-width,100%)!important;height:var(--person-image-height,100%)!important;left:var(--person-image-left,0);top:var(--person-image-top,0);object-fit:cover;object-position:center 20%;border-radius:0}
.malaka-person-photo:has(img[src*="/2026/09/image.png"]){--person-ratio:440/555;--person-image-width:290.909%;--person-image-height:auto;--person-image-left:-174.545%;--person-image-top:-15.676%}
.malaka-person-photo:has(img[src*="/2026/09/image-3.png"]){--person-ratio:445/583;--person-image-width:287.640%;--person-image-height:auto;--person-image-left:-171.685%;--person-image-top:-12.007%}
.malaka-person-photo:has(img[src*="/2026/09/image-6.png"]){--person-ratio:442/591;--person-image-width:289.593%;--person-image-height:auto;--person-image-left:-173.077%;--person-image-top:-11.168%}
.malaka-person-photo:has(img[src*="/2026/09/image-7.png"]){--person-ratio:437/590;--person-image-width:292.906%;--person-image-height:auto;--person-image-left:-176.430%;--person-image-top:-11.186%}
.malaka-person-photo:has(img[src*="/2026/09/image-8.png"]){--person-ratio:583/776;--person-image-width:286.621%;--person-image-height:auto;--person-image-left:-170.840%;--person-image-top:-10.954%}
.leader-portrait .malaka-person-photo{width:156px;max-width:none;margin:0;border-radius:20px}
@media(max-width:700px){.malaka-person-card{padding:22px}.malaka-person-card .malaka-person-layout{grid-template-columns:minmax(0,1fr);gap:24px}.malaka-person-photo{max-width:240px}.malaka-person-card .malaka-person-name{font-size:26px}}
@media(max-width:650px){.leader-portrait .malaka-person-photo{width:126px;border-radius:18px}}
@media print{.malaka-person-card{break-inside:avoid;box-shadow:none;background:#fff}}
