@media print {
  @page { margin: 1.5cm; }
  .site-shell { display: block; }
  .site-nav, .cookie-banner, .age-strip, .cta-band, .btn, .op-card__actions { display: none !important; }
  body {
    background: #fff !important;
    color: #111 !important;
    font-size: 11pt;
  }
  .hero {
    background: none !important;
    padding: 0 0 1rem;
  }
  .section--first { border-radius: 0; background: transparent; }
  .site-footer {
    border-top: 1pt solid #333;
    background: transparent;
    color: #111;
  }
  .site-footer__brand { color: #111; text-shadow: none; }
  a { color: #111; text-decoration: underline; }
  .op-card, .key-fact, .rail-panel, .index-list, .disclosure {
    break-inside: avoid;
    box-shadow: none !important;
    background: #fff !important;
    border: 1pt solid #999 !important;
    color: #111;
  }
  .bleed-figure img { margin: 0; width: 100%; }
}
