/* ==========================================================================
   Cohoda - Print Stylesheet
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .site-header,
  .site-footer,
  .nav-toggle,
  .hero__actions,
  .cta-banner,
  .logo-slider,
  .skip-link,
  .btn,
  form {
    display: none !important;
  }

  .hero {
    min-height: auto;
    padding-block: 2rem;
  }

  section {
    padding-block: 1rem;
    page-break-inside: avoid;
  }

  h1, h2, h3 {
    page-break-after: avoid;
  }

  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
    font-weight: normal;
  }

  a[href^="#"]::after,
  a[href^="javascript"]::after {
    content: "";
  }

  /* Contact page: show details prominently */
  .contact-split {
    display: block !important;
  }

  .contact-info {
    border: 2px solid #000;
    padding: 1rem;
    margin-top: 1rem;
  }

  .contact-info__label {
    font-weight: bold;
    margin-bottom: 0.25rem;
  }

  .contact-info__value {
    margin-bottom: 0.75rem;
  }
}
