/* signature accent layer */
.huntforjustice-org-article-title::before { content: ''; display: block; width: 2.5rem; height: 3px; background: var(--accent); margin-bottom: 0.6rem; transition: width 0.3s ease; } .huntforjustice-org-article-title:hover::before { width: 5rem; } .huntforjustice-org-nav-link { letter-spacing: 0.06em; text-transform: uppercase; } .huntforjustice-org-hero-rule { border: none; border-top: 3px double var(--border); margin: 1.5rem 0; } .huntforjustice-org-card:hover { box-shadow: 4px 4px 0 var(--primary); transition: box-shadow 0.2s ease; }