/* ── Print styles ───────────────────────────────────────────── */
@media print {
    #site-header,
    #site-footer,
    .nav-toggle,
    .mobile-nav,
    .header__actions,
    .btn,
    .category-chips,
    #back-to-top,
    aside,
    .related-calculators { display: none !important; }

    body { font-size: 12pt; color: #000; background: #fff; }
    a    { color: #000; text-decoration: underline; }

    .results-panel {
        display: block !important;
        border: 2px solid #000;
        border-radius: 0;
        background: #fff;
    }
    .container { max-width: 100%; padding: 0; }
    .card { box-shadow: none; border: 1px solid #ccc; }

    h1, h2, h3 { page-break-after: avoid; }
    table, figure { page-break-inside: avoid; }
}
