/* ══════ PRINT STYLESHEET — Portoijo ══════ */
@media print {
    /* Hide non-content elements */
    .navbar, .mobile-menu, .mobile-bottom-bar, .search-modal,
    .reading-list-panel, #dwikUserBar, .back-to-top, .skip-link,
    #progress-bar, .theme-toggle, .search-trigger, .mobile-toggle,
    .footer-connect, .footer-support-cta, .legal-sep, .designer-credit,
    .error-actions, .error-suggestions, .error-search-wrapper,
    .social-share, .post-navigation, .related-posts-section,
    .newsletter-cta, .disqus-section, .comment-section,
    button, .btn, .cat-bg-deco, .cat-bg-pattern,
    nav, footer .footer-support-cta, .site-footer .footer-connect {
        display: none !important;
    }
    
    /* Simplify */
    body {
        font-size: 12pt;
        line-height: 1.5;
        color: #000;
        background: #fff;
    }
    
    .container, .container-narrow {
        max-width: 100%;
        padding: 0;
    }
    
    /* Ensure links show URL */
    a[href]:after {
        content: " (" attr(href) ")";
        font-size: 0.8em;
        color: #666;
    }
    
    /* Keep internal links clean */
    a[href^="/"]:after, a[href^="#"]:after {
        content: "";
    }
    
    /* Page breaks */
    h2, h3 { page-break-after: avoid; }
    img { max-width: 100% !important; page-break-inside: avoid; }
    pre, table { page-break-inside: avoid; }
    
    /* Footer minimal */
    .site-footer {
        border-top: 1px solid #ccc;
        padding-top: 1em;
        margin-top: 2em;
    }
    .footer-bottom { display: block; }
    .copyright { font-size: 0.8em; color: #666; }
}
