/* ══════════════════════════════════════════════════════════
   PRINT.CSS — Print-only styles
   ══════════════════════════════════════════════════════════ */

.nav,
.nav__overlay,
.footer,
.ticker,
.scroll-progress,
.skip-link,
.placeholder-image,
.hero__ctas,
.btn,
.nav__hamburger {
  display: none !important;
}

body {
  background: white;
  color: black;
  font-size: 12pt;
  line-height: 1.5;
}

h1, h2, h3, h4 {
  color: black;
  page-break-after: avoid;
}

.section {
  padding: 1em 0;
  page-break-inside: avoid;
}

.hero {
  min-height: auto;
  background: none !important;
  color: black;
  padding: 2em 0;
}

.hero__headline,
.hero__sub {
  color: black;
}

a {
  color: black;
  text-decoration: underline;
}

a[href]::after {
  content: " (" attr(href) ")";
  font-size: 0.8em;
  color: #666;
}

.container {
  max-width: 100%;
  padding: 0;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  border: 1px solid #ccc;
  padding: 0.5em;
}
