/* ==========================================================================
   Print stylesheet
   ========================================================================== */

@media print {
  body::before,
  .nav,
  .nav__toggle,
  .skip-link,
  .footer,
  .btn,
  .form {
    display: none !important;
  }

  body {
    background: white;
    color: #1C1410;
    font-size: 12pt;
    line-height: 1.5;
  }

  h1, h2, h3 {
    color: #1A3A2A;
    page-break-after: avoid;
  }

  .section {
    background: white !important;
    color: #1C1410 !important;
    padding: 1em 0;
    page-break-inside: avoid;
  }

  .hero {
    min-height: auto;
    background: white !important;
    padding: 2em 0;
  }

  .hero::before,
  .hero::after {
    display: none;
  }

  .hero__heading {
    color: #1A3A2A;
    font-size: 24pt;
  }

  .hero__sub {
    color: #5C3D2E;
  }

  a {
    color: #1C1410;
    text-decoration: underline;
  }

  a[href]::after {
    content: ' (' attr(href) ')';
    font-size: 0.8em;
    opacity: 0.6;
  }

  .about {
    grid-template-columns: 1fr;
  }

  .about__placeholder,
  .about__image {
    display: none;
  }

  .offers {
    grid-template-columns: 1fr;
  }

  .offer {
    border: 1px solid #ccc;
    background: white !important;
    color: #1C1410 !important;
  }

  .offer__title {
    color: #1A3A2A !important;
  }

  .contact-info {
    color: #1C1410;
    opacity: 1;
  }
}
