/* ============================================================
   Footer — already handled in base.css.
   This file extends footer with the editorial mark and layout
   variants used on richer pages.
   ============================================================ */

.footer-mark {
    display: block;
    font-family: var(--serif);
    font-size: 1.6rem;
    font-weight: 500;
    font-style: italic;
    color: var(--text-strong);
    margin-bottom: 18px;
    letter-spacing: -0.01em;
}

.footer-rule {
    width: 36px;
    height: 1px;
    background: var(--line-strong);
    margin: 0 auto 22px;
    border: none;
    opacity: 0.6;
}
