/* appendix A — the work grid */
.v8-work{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border:1px solid var(--rule-strong);background:var(--off)}
.v8-work-card{position:relative;display:flex;flex-direction:column;gap:10px;padding:clamp(16px,1.5vw,22px);border-right:1px solid var(--rule);border-bottom:1px solid var(--rule);background:var(--off);transition:background .2s}
.v8-work-card:nth-child(4n){border-right:0}
.v8-work-card:nth-last-child(-n+4){border-bottom:0}
.v8-work-card:hover{background:#fff}
.v8-work-card:hover .v8-work-tag{color:var(--acc-ink)}
.v8-work-tag{font-family:var(--font-mono);font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:rgba(73,68,75,.5);transition:color .2s}
.v8-work-glyph{width:clamp(46px,4.4vw,60px);height:clamp(46px,4.4vw,60px);margin:2px 0 2px}
.v8-work-glyph svg{width:100%;height:100%;display:block}
.v8-work-card h4{font-family:var(--font-heading);font-weight:700;font-size:clamp(15px,1.15vw,17.5px);line-height:1.18;letter-spacing:-.02em;color:var(--ink);margin:0}
.v8-work-card p{font-family:var(--font-body);font-weight:400;font-size:clamp(13.5px,.96vw,14.5px);line-height:1.55;color:rgba(73,68,75,.86);margin:0}
.v8-work-key{margin-top:auto;padding-top:11px;border-top:1px solid var(--rule);font-family:var(--font-mono);font-size:8.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--acc-ink)}
.v8-work-foot{font-family:var(--font-mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:rgba(73,68,75,.55);margin:0}
@media(max-width:1100px){.v8-work{grid-template-columns:repeat(2,minmax(0,1fr))}.v8-work-card:nth-child(4n){border-right:1px solid var(--rule)}.v8-work-card:nth-child(2n){border-right:0}.v8-work-card:nth-last-child(-n+4){border-bottom:1px solid var(--rule)}.v8-work-card:nth-last-child(-n+2){border-bottom:0}}
@media(max-width:600px){.v8-work{grid-template-columns:1fr}.v8-work-card,.v8-work-card:nth-child(2n),.v8-work-card:nth-child(4n){border-right:0;border-bottom:1px solid var(--rule)}.v8-work-card:last-child{border-bottom:0}}
