.zinehead{padding:44px 0 8px}
.zinehead .lead{max-width:58ch}

/* in this issue — red anchor links */
.issue{margin:26px 0 0;padding:16px 20px;border:2px solid var(--ink);background:var(--panel);box-shadow:4px 4px 0 var(--ink);max-width:560px}
.issue .ih{font-size:11px;font-weight:700;letter-spacing:.18em;color:var(--muted);margin-bottom:8px}
.issue a{display:flex;align-items:baseline;gap:10px;text-decoration:none;color:var(--red);font-weight:700;font-size:15px;padding:5px 0;border-bottom:1px dashed rgba(26,23,19,.25)}
.issue a:last-child{border-bottom:0}
.issue a:hover{text-decoration:underline}
.issue .idate{font-family:'Permanent Marker',cursive;font-size:12px;color:var(--muted);flex:0 0 auto}

/* posts */
.posts{padding:36px 0 64px;display:flex;flex-direction:column;gap:44px}
article.post{border:2px solid var(--ink);background:#fff;box-shadow:8px 8px 0 rgba(26,23,19,.85);padding:34px 38px 30px;position:relative;max-width:820px}
article.post:nth-child(2){box-shadow:8px 8px 0 var(--red)}
.dateline{font-family:'Permanent Marker',cursive;font-size:15px;color:var(--red);display:inline-block;transform:rotate(-1.4deg);margin-bottom:8px}
.dateline .tagchip{font-family:'Space Grotesk',system-ui,sans-serif;font-size:10.5px;font-weight:700;letter-spacing:.16em;color:var(--paper);background:var(--ink);padding:3px 8px;margin-left:10px;vertical-align:2px;transform:none;display:inline-block}
.post h2{font-size:34px;margin:0 0 4px}
.post h2 a.anchor{color:var(--ink);text-decoration:none}
.post h2 a.anchor:hover{text-decoration:underline;text-decoration-color:var(--red);text-decoration-thickness:3px}
.post h2 .hash{color:var(--red);margin-right:6px}
.standfirst{margin:0 0 18px;font-size:14px;font-weight:600;color:var(--muted)}
.post p{margin:0 0 16px;font-size:15.5px;line-height:1.7;color:var(--body);max-width:66ch}
.post p strong{color:var(--ink)}
.postbody>p:first-of-type::first-letter{font-family:'Permanent Marker',cursive;font-size:52px;line-height:.82;float:left;padding:6px 10px 0 0;color:var(--red)}
.postbody blockquote{border:2px solid var(--ink);border-left:8px solid var(--red);background:var(--panel);box-shadow:4px 4px 0 var(--ink);padding:16px 20px;margin:24px 0;max-width:56ch}
.postbody blockquote p{font-family:'Permanent Marker',cursive;font-size:19px;line-height:1.45;color:var(--ink);margin:0}
.postfoot{margin-top:22px;padding-top:16px;border-top:2px dashed rgba(26,23,19,.25);display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.permalink{font-size:12.5px;font-weight:700;color:var(--red)}
.byline{font-size:12.5px;color:var(--muted);font-weight:600}

/* rss / follow note */
.rssnote{margin:0 0 56px;font-size:13px;color:var(--muted);max-width:820px;border:2px dashed rgba(26,23,19,.3);padding:12px 18px;background:var(--panel)}
.rssnote .scrawl{font-size:13px}

:target{scroll-margin-top:24px}
@media(max-width:700px){article.post{padding:24px 20px}.post h2{font-size:27px}}
