@media print {
  :root,
  html[data-theme="dark"] {
    --color-bg: #ffffff;
    --color-surface: #ffffff;
    --color-surface-alt: #ffffff;
    --color-text: #000000;
    --color-text-muted: #222222;
    --color-border: #cccccc;
    --color-primary: #000000;
    --color-primary-hover: #000000;
    --color-accent: #000000;
  }

  * {
    box-shadow: none !important;
    text-shadow: none !important;
  }

  body {
    background: #ffffff !important;
    color: #000000 !important;
    font-size: 12pt;
  }

  .site-nav,
  .site-actions,
  .site-menu-toggle,
  .mobile-panel,
  .theme-toggle,
  .language-select,
  .back-to-top,
  .cookie-banner,
  .button-row,
  .cta-band,
  .map-frame,
  .skip-link {
    display: none !important;
  }

  .site-header {
    position: static;
    border-bottom: 1px solid #cccccc;
    background: #ffffff !important;
  }

  .section,
  .page-hero,
  .hero {
    padding: 24px 0 !important;
    background: #ffffff !important;
  }

  .container {
    width: 100%;
    max-width: none;
  }

  a {
    color: #000000 !important;
    text-decoration: underline;
  }

  h1,
  h2,
  h3,
  p,
  li,
  span {
    color: #000000 !important;
  }

  .card,
  .intro-panel,
  .notice-panel,
  .contact-card {
    border: 1px solid #cccccc;
    break-inside: avoid;
  }
}
