.enoch-author { box-sizing:border-box; display:flex; gap:1.25rem; max-width:1000px; margin:3rem auto; padding:1.5rem; border:1px solid rgba(221,205,156,.25); background:#10100e; color:#ddd; font-family:Montserrat,Arial,sans-serif; font-size:.85rem; line-height:1.75; }
.enoch-author img { width:64px; height:64px; flex-shrink:0; border-radius:50%; object-fit:cover; object-position:top; }
.enoch-author h2 { font-size:1.3rem; line-height:1.4; margin:.2rem 0 .5rem; }
.enoch-author p { margin:0 0 .65rem; }
.enoch-author a { color:#ddcd9c; text-decoration:underline; text-underline-offset:3px; }
.enoch-author__label { font-size:.65rem; letter-spacing:.14em; text-transform:uppercase; color:#ddcd9c; }
.enoch-author a:focus-visible { outline:2px solid #ddcd9c; outline-offset:4px; }
@media(max-width:600px) { .enoch-author { margin:2rem 1rem; padding:1.25rem; flex-direction:column; } }
