@media print {
  :root {
    --color-bg: #ffffff;
    --color-surface: #ffffff;
    --color-text: #111111;
    --color-text-soft: #222222;
    --color-border: #cccccc;
    --color-accent: #111111;
    --color-accent-strong: #111111;
    --color-inverse: #ffffff;
    --color-shadow: rgba(0, 0, 0, 0);
  }

  body {
    background: #ffffff;
    color: #111111;
    font-size: 11pt;
  }

  .site-header,
  .site-footer,
  .theme-toggle,
  .button,
  [data-share] {
    display: none !important;
  }

  .section,
  .resume-hero {
    padding: 0 0 1.2rem;
  }

  .card {
    box-shadow: none;
    border: 1px solid #d9d9d9;
    break-inside: avoid;
  }

  a {
    color: inherit;
    text-decoration: none;
  }

  .timeline {
    gap: 1rem;
  }
}