@media print {
  .age-bar,
  .site-header__nav-row,
  .cookie-banner,
  .nav-toggle,
  .btn,
  .stair__action .btn,
  .shell__rail {
    display: none !important;
  }
  body {
    background: white;
    color: black;
    font-size: 11pt;
  }
  .shell { display: block; }
  .shell__main { padding: 0; }
  a[href]::after { content: " (" attr(href) ")"; font-size: 8pt; color: #444; }
  .site-footer a[href]::after,
  .brand[href]::after { content: none; }
  .section--tab {
    break-inside: avoid;
    border-color: #000;
    margin: 0.5cm 0;
  }
  .matrix { min-width: 0; }
  h1, h2, h3 { break-after: avoid; }
  .stair { break-inside: avoid; margin-inline-start: 0 !important; max-width: 100% !important; }
}
