/* ═══════════════════════════════════════════════════
   YAVAPAI-APACHE NATION — Print Styles
   For archivists, scholars, family. The record on paper.
═══════════════════════════════════════════════════ */

@media print {

  /* ── RESET SCREEN-ONLY ELEMENTS ─────────────────── */

  .site-nav,
  .hero-stars,
  .hero-horizon-glow,
  .hero-divider,
  .spirit-line,
  .anthem-spirit-line,
  .drum-btn,
  audio,
  .nav-menu-btn,
  .skip-link {
    display: none !important;
  }

  /* ── PAGE SETUP ──────────────────────────────────── */

  @page {
    margin: 1.4in 1.1in;
    size: letter portrait;
  }

  @page :first {
    margin-top: 1.8in;
  }

  /* ── BASE ────────────────────────────────────────── */

  *,
  *::before,
  *::after {
    background: white !important;
    color: #1a1a1a !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  body {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 11pt;
    line-height: 1.65;
    color: #1a1a1a !important;
    background: white !important;
  }

  /* ── HERO ────────────────────────────────────────── */

  .hero {
    min-height: unset;
    padding: 0 0 24pt;
    text-align: center;
    border-bottom: 0.5pt solid #888;
    margin-bottom: 24pt;
    background: white !important;
  }

  .hero-seal-wrap {
    width: 2.2in;
    margin: 0 auto 16pt;
    opacity: 1;
    animation: none;
  }

  .hero-title {
    font-family: Georgia, serif;
    font-size: 22pt;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #1a1a1a !important;
    margin-bottom: 8pt;
  }

  .hero-lang {
    font-size: 8pt;
    letter-spacing: 0.3em;
    color: #555 !important;
    margin-bottom: 10pt;
  }

  .hero-sub {
    font-size: 11pt;
    font-style: italic;
    color: #333 !important;
    max-width: 5in;
    margin: 0 auto;
    opacity: 1;
  }

  /* ── SECTIONS ────────────────────────────────────── */

  .section {
    border-bottom: 0.5pt solid #ccc;
    break-inside: avoid-page;
  }

  .inner {
    max-width: 100%;
    padding: 20pt 0;
  }

  h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, serif;
    color: #1a1a1a !important;
    break-after: avoid;
    page-break-after: avoid;
  }

  h2 { font-size: 16pt; margin-bottom: 10pt; }
  h3 { font-size: 13pt; margin-bottom: 8pt; }

  p {
    orphans: 3;
    widows: 3;
    margin-bottom: 8pt;
  }

  /* ── EYEBROWS ────────────────────────────────────── */

  .eyebrow,
  .eyebrow--turquoise,
  .page-eyebrow,
  .session-eyebrow {
    font-size: 7pt;
    letter-spacing: 0.28em;
    color: #555 !important;
    margin-bottom: 6pt;
  }

  /* ── PULL QUOTES ─────────────────────────────────── */

  .pull-quote {
    border-left: 2pt solid #888 !important;
    padding-left: 14pt;
    margin: 16pt 0;
    font-style: italic;
    color: #333 !important;
  }

  /* ── TIMELINE ────────────────────────────────────── */

  .land-timeline,
  .section-timeline {
    break-inside: avoid;
  }

  /* ── SVG MARKS — show in print, black outlines ───── */

  svg {
    break-inside: avoid;
    max-width: 2.5in;
  }

  /* ── LINKS — show URL after ──────────────────────── */

  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 8pt;
    color: #555 !important;
    word-break: break-all;
  }

  /* Suppress URL display for anchor links and nav */
  a[href^="#"]::after,
  .site-nav a::after {
    content: "";
  }

  /* ── FOOTER ──────────────────────────────────────── */

  .site-footer {
    text-align: center;
    border-top: 0.5pt solid #888;
    padding: 14pt 0 0;
    margin-top: 24pt;
    background: white !important;
  }

  .footer-seal-ring { display: none; }

  .footer-nation,
  .footer-communities,
  .footer-languages {
    color: #333 !important;
    opacity: 1 !important;
  }

  .footer-words,
  .footer-record {
    display: none;
  }

}
