/* Print Stylesheet for Pixelica Portfolio */

@media print {
  /* Reset for print */
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  body {
    font-family: Georgia, serif;
    font-size: 12pt;
    line-height: 1.5;
    color: #000;
    background: #fff;
  }

  /* Hide unnecessary elements */
  .skip-link,
  .menu,
  .background-image,
  .header,
  footer,
  nav,
  script,
  #n8n-chat {
    display: none !important;
  }

  /* Page breaks */
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  p, li {
    orphans: 3;
    widows: 3;
  }

  section {
    page-break-inside: avoid;
  }

  /* Show URLs for links */
  a[href]:after {
    content: " (" attr(href) ")";
    font-size: 90%;
  }

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

  /* Typography for print */
  h1 {
    font-size: 24pt;
    margin-bottom: 12pt;
  }

  h2 {
    font-size: 18pt;
    margin: 12pt 0 6pt 0;
  }

  h3 {
    font-size: 14pt;
    margin: 8pt 0 4pt 0;
  }

  h4 {
    font-size: 12pt;
    margin: 6pt 0 3pt 0;
  }

  p {
    margin: 0 0 6pt 0;
  }

  /* Sections */
  .introduction-section,
  .experience-section {
    margin: 12pt 0;
    padding: 0;
  }

  .vertical-introduction,
  .vertical-experience {
    writing-mode: horizontal-tb;
    font-size: 18pt;
    margin: 0 0 8pt 0;
  }

  .skill-item {
    margin-bottom: 12pt;
    padding-bottom: 6pt;
    border-bottom: 1px solid #ccc;
  }

  /* Contact info at bottom */
  .contact {
    margin-top: 24pt;
    padding-top: 12pt;
    border-top: 2px solid #000;
    display: block !important;
  }
}
