/* Print stylesheet — restrained grayscale, no chrome */
@media print {
    :root {
        --bg: #fff;
        --bg-card: #fff;
        --bg-sunken: #f4f4f4;
        --ink: #111;
        --ink-soft: #333;
        --ink-mute: #666;
        --rule: #ccc;
        --gold: #444;
        --gold-soft: #999;
    }
    body { background: #fff; color: #111; }
    .site-header, .site-footer, .lang-toggle, .primary-nav, .pagination, .filters, .toolbar { display: none !important; }
    a { color: #111 !important; border-bottom: 0 !important; }
    a::after { content: ""; }
    .stamp-tile-frame, .album-card, .page-image-wrap, .stamp-detail-image, .chart-wrap {
        box-shadow: none !important;
        border-color: #ccc !important;
    }
    .chart-wrap { display: none; }
    h1, h2, h3 { color: #111 !important; }
    .grid, .grid-stamps { gap: 1rem; }
    .stat-value, .album-card-title, .stamp-tile-title { color: #111 !important; }
    img { max-height: 350px; }
}
