.author-hero{background:#e9ede5;padding:45px 0 65px;border-bottom:1px solid var(--line)}
.author-profile{display:grid;grid-template-columns:160px minmax(0,740px);gap:54px;align-items:start}
.profile-monogram{display:flex;align-items:center;justify-content:center;width:150px;height:160px;border:1px solid #496958;background:var(--ink);color:var(--mint);border-radius:8px;font:500 48px var(--mono);letter-spacing:-4px;position:relative}
.profile-monogram>span{position:absolute;bottom:16px;right:16px;font-size:24px;line-height:1}
.author-profile .eyebrow{color:#526d57;margin-bottom:13px}
.author-profile h1{font-size:52px;font-weight:650}
.author-role{font:12px var(--mono);color:var(--green);margin:15px 0 23px}
.author-bio{font-size:15px;line-height:1.9;color:#42564a;max-width:690px}
.author-socials{display:flex;flex-wrap:wrap;gap:20px;margin-top:25px}
.author-socials a{font-size:11px;font-weight:700;color:var(--green);display:flex;gap:9px;align-items:center}
.author-socials a:hover{text-decoration:underline;text-underline-offset:4px}
.author-empty{padding:33px 0;border-block:1px solid var(--line)}
.author-empty .eyebrow{color:var(--orange);font-size:9px;margin-bottom:10px}
.author-empty h3{font-size:24px}
.author-empty p{font-size:14px;color:var(--muted);margin:14px 0 20px}
.author-empty .icon{width:16px;height:16px}
.author-box{display:grid;grid-template-columns:62px 1fr;gap:23px;background:#eaf0e5;border:1px solid #d7e1d1;border-radius:6px;padding:30px;margin:38px 0}
.author-box .profile-monogram{width:62px;height:66px;font-size:24px;letter-spacing:-1px;border-radius:5px}
.author-box .eyebrow{font-size:8px;color:var(--green);margin-bottom:6px}
.author-box h2{font-size:23px}
.author-box p{font-size:12px;color:#566957;line-height:1.9;margin-top:12px}
.author-box .author-socials{gap:20px;margin-top:18px}
.author-box .author-socials a{font-size:10px}
.author-avatar{letter-spacing:0;font-size:12px}
.author-mark{letter-spacing:-1px;font-size:14px}
@media(max-width:640px){.author-hero{padding:30px 0 40px}.author-profile{grid-template-columns:1fr;gap:26px}.author-profile>.profile-monogram{width:88px;height:94px;font-size:33px;letter-spacing:-2px}.profile-monogram>span{font-size:15px;bottom:10px;right:10px}.author-profile h1{font-size:40px}.author-profile .eyebrow{font-size:9px}.author-role{font-size:11px}.author-bio{font-size:14px}.author-socials{gap:24px}.author-box{grid-template-columns:1fr;padding:23px;gap:20px}.author-box .profile-monogram{width:49px;height:52px;font-size:21px}.author-box p{font-size:12px}.author-empty h3{font-size:23px}}
