@media print {
  @page {
    margin: 0.5in;
  }

  .site-header,
  .site-footer,
  .hero-section,
  .calculator-section > .section-heading,
  .mode-tabs,
  .calculator-form,
  .cue-sheet-editor,
  .placeholder-section,
  .methodology-section,
  .examples-section,
  .faq-section,
  #result-card,
  .no-print {
    display: none !important;
  }

  body {
    background: white;
    color: black;
    font-size: 10.5pt;
    line-height: 1.35;
  }

  .page-shell {
    width: 100%;
    padding: 0;
  }

  h1,
  h2,
  h3,
  p {
    margin-top: 0;
  }

  .calculator-section {
    margin: 0 0 1rem;
  }

  .calculator-layout {
    display: block;
  }

  .result-card,
  .cue-sheet-section,
  .print-result-summary,
  .cue-row,
  .cue-sheet-note {
    border: 1px solid #999;
    border-radius: 0;
    box-shadow: none;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .result-card {
    margin-bottom: 1rem;
  }

  .cue-sheet-section {
    padding: 0;
    border: 0;
  }

  .cue-actions {
    display: none;
  }

  .cue-sheet-section .section-heading {
    display: block;
    margin-bottom: 0.75rem;
  }

  .print-result-summary,
  .cue-sheet-note,
  .cue-row {
    padding: 0.2in;
    margin-bottom: 0.15in;
    background: white;
  }

  .result-metrics,
  .cue-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.1in 0.2in;
  }

  .result-metrics div,
  .cue-grid div {
    border-top: 1px solid #ccc;
    padding-top: 0.06in;
  }

  .cue-grid dt,
  .result-metrics dt {
    font-weight: 700;
  }

  .cue-grid dd,
  .result-metrics dd {
    margin: 0.03in 0 0;
  }

  .table-wrap::before {
    display: none;
  }

  a {
    color: black;
  }
}
