@media print {
  @page {
    size: A4;
    margin: 10mm;
  }

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

  html {
    font-size: 10pt;
  }

  body {
    background: #fff;
    color: #000;
    line-height: 1.4;
  }

  .site-header,   .site-footer,   .breadcrumb,   .back-to-top,   .screen-only,   .button,   .case-nav,   .legal-nav,   .skip-link {
    display: none !important;
  }

  .site-main,   .section,   .section--compact,   .page-intro {
    padding: 0 !important;
  }

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

  h1 {
    font-size: 26pt;
  }

  h2 {
    font-size: 16pt;
  }

  h3 {
    font-size: 12pt;
  }

  a {
    color: #000;
    text-decoration: none;
  }

  a[href^="http"]::after {
    content: "";
  }

  .tag {
    border-color: #888;
    background: #fff;
    color: #000;
  }

  .page-intro__grid {
    grid-template-columns: 1fr;
  }

  .info-band {
    border-color: #888;
  }

  .info-band > div {
    padding: .5rem;
  }

  .info-band > div + div {
    border-color: #888;
  }

  .cv-sheet {
    border: 0;
    padding: 0;
    font-size: 9pt;
    line-height: 1.28;
  }

  .cv-head {
    display: block;
    gap: 1rem;
    padding-bottom: .75rem;
    border-bottom: 2px solid #000;
  }

  .cv-title {
    font-size: 21pt;
  }

  .cv-contact {
    display: flex;
    flex-wrap: wrap;
    gap: .25rem .8rem;
    min-width: 0;
    max-width: 100%;
    margin-top: .45rem;
    font-size: 8.2pt;
    text-align: left;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .cv-contact br {
    display: none;
  }

  .cv-grid {
    grid-template-columns: .68fr 1.32fr;
    gap: 1rem;
    padding-top: .75rem;
  }

  .cv-section,   .case-section {
    break-inside: avoid;
  }

  .cv-section + .cv-section {
    margin-top: .7rem;
  }

  .cv-section h2 {
    margin-bottom: .35rem;
    padding-bottom: .22rem;
    font-size: 8.8pt;
    letter-spacing: .08em;
  }

  .cv-entry {
    grid-template-columns: 5.8rem 1fr;
    gap: .55rem;
    padding: .22rem 0;
    break-inside: avoid;
  }

  .cv-section p,   .cv-section li,   .cv-entry dd,   .cv-entry dt {
    line-height: 1.28;
  }

  .list-clean li + li {
    margin-top: .08rem;
  }

}
