/* Print-friendly styles for planting calendars */
@media print {
    /* Hide navigation, ads, search, CTAs */
    .site-header,
    .site-footer,
    .pz-breadcrumbs,
    .pz-search-box,
    .pz-search-bar-compact,
    .pz-hero-search,
    .pz-guide-cta,
    .pz-email-capture,
    .pz-internal-links,
    .pz-related-grid,
    .pz-data-sources,
    .pz-link-grid,
    .pz-hero-quick-links,
    .page-hero,
    .comments-area,
    .sidebar,
    #wpadminbar,
    .pz-btn,
    nav,
    footer {
        display: none !important;
    }

    /* Full width */
    .pz-seo-content {
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    body {
        font-size: 11pt !important;
        line-height: 1.4 !important;
        color: #000 !important;
        background: #fff !important;
    }

    /* Page title */
    .pz-page h1 {
        font-size: 18pt !important;
        margin-bottom: 8pt !important;
        color: #000 !important;
        border-bottom: 2pt solid #000 !important;
        padding-bottom: 4pt !important;
    }

    .pz-page h2 {
        font-size: 14pt !important;
        color: #333 !important;
        border-bottom: 1pt solid #ccc !important;
        margin-top: 14pt !important;
        page-break-after: avoid !important;
    }

    .pz-page h3 {
        font-size: 12pt !important;
        page-break-after: avoid !important;
    }

    /* Tables — the main content for print */
    .pz-table {
        width: 100% !important;
        border-collapse: collapse !important;
        font-size: 10pt !important;
        page-break-inside: avoid !important;
    }

    .pz-table th,
    .pz-table td {
        border: 1pt solid #999 !important;
        padding: 4pt 6pt !important;
        color: #000 !important;
        background: #fff !important;
    }

    .pz-table thead th {
        background: #eee !important;
        color: #000 !important;
        font-weight: bold !important;
    }

    /* Calendar badges — print as text */
    .pz-badge {
        border: 1pt solid #666 !important;
        background: #f5f5f5 !important;
        color: #000 !important;
        padding: 1pt 4pt !important;
        font-size: 9pt !important;
        border-radius: 0 !important;
    }

    /* Cards — flatten for print */
    .pz-card {
        border: 1pt solid #ccc !important;
        background: #fff !important;
        margin-bottom: 6pt !important;
        page-break-inside: avoid !important;
    }

    .pz-grid {
        display: block !important;
    }

    .pz-grid > * {
        display: block !important;
        width: 100% !important;
        margin-bottom: 6pt !important;
    }

    /* Frost indicator — simplify */
    .pz-frost-indicator {
        border: 1pt solid #ccc !important;
    }

    /* SVG maps — hide on print (too much ink) */
    .pz-zone-map-container,
    .pz-county-map-container,
    .pz-growing-season-chart {
        display: none !important;
    }

    /* Timeline chart — show as compact */
    .pz-timeline-chart {
        page-break-inside: avoid !important;
    }

    /* Suitability chart — simplify */
    .pz-suitability-chart {
        page-break-inside: avoid !important;
    }

    /* Links — show as text */
    a {
        color: #000 !important;
        text-decoration: none !important;
    }

    /* Print header */
    .pz-page::before {
        content: "Planting Guide — theultimatehomestead.com" !important;
        display: block !important;
        font-size: 8pt !important;
        color: #999 !important;
        margin-bottom: 8pt !important;
        border-bottom: 0.5pt solid #ccc !important;
        padding-bottom: 4pt !important;
    }

    /* Print date footer */
    .pz-page::after {
        content: "Printed " attr(data-print-date) !important;
        display: block !important;
        font-size: 8pt !important;
        color: #999 !important;
        margin-top: 12pt !important;
        border-top: 0.5pt solid #ccc !important;
        padding-top: 4pt !important;
    }

    /* Collapsible sections — force open for print */
    details {
        display: block !important;
    }
    details[open] > summary {
        display: none !important;
    }
    details > summary {
        display: none !important;
    }
    .pz-zone-collapsible-body {
        display: block !important;
    }

    /* Phenology cards — flatten */
    .pz-phenology-grid {
        display: block !important;
    }
    .pz-phenology-card {
        background: #fff !important;
        border: 1pt solid #ccc !important;
        margin-bottom: 6pt !important;
        page-break-inside: avoid !important;
    }

    /* Page breaks */
    .pz-section {
        page-break-inside: avoid !important;
    }
}
