/* ── FOOTER ── */
footer {
    background: #1e231b;
    padding: 24px;
    text-align: center;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.3);
}

footer a {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
}

footer a:hover {
    color: var(--gold);
}

.website{
    font-size: 0.55rem;
    font-style: italic;
    color: #1e231b;
}

.website:hover {
    color: var(--gold);
}