/* ───────── Footnote (asterisked hero claim) ───────── */

.hero-meta-item .footnote-ref {
    margin-left: -7px; /* pull the asterisk back against the text despite the flex gap */
    color: var(--accent-purple);
    text-decoration: none;
    font-weight: 600;
}

.hero-meta-item .footnote-ref:hover,
.hero-meta-item .footnote-ref:focus-visible {
    text-decoration: underline;
}

.page-footnote {
    margin: 28px auto 0;
    max-width: 64ch;
    text-align: center;
    color: var(--text-muted);
    font-size: 13px;
    line-height: 1.6;
    scroll-margin-top: 120px;
}

.page-footnote span {
    color: var(--accent-purple);
    font-weight: 600;
    margin-right: 2px;
}
