/* ============================================
   Kerem Özben — CV Portfolio Website
   Print / PDF Stylesheet
   Optimized for 3-page A4 output
   ============================================ */

@media print {
  /* --- Page Setup --- */
  @page {
    size: A4 portrait;
    margin: 12mm 15mm;
  }

  /* --- Reset screen-only styles --- */
  html {
    font-size: 9pt;
  }

  body {
    background: white;
    color: #000;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    line-height: 1.35;
  }

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

  /* --- Hide non-print elements --- */
  .lang-toggle,
  .no-print {
    display: none !important;
  }

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

  .contact-info a::after {
    content: none;
  }

  /* --- Header --- */
  .cv-header {
    border-bottom: 1.5pt solid #000;
    padding-bottom: 6pt;
    margin-bottom: 8pt;
  }

  .cv-header h1 {
    font-size: 16pt;
    margin-bottom: 1pt;
  }

  .cv-header .title {
    font-size: 10pt;
    color: #333;
    margin-bottom: 4pt;
  }

  .contact-info {
    font-size: 8pt;
    color: #333;
    gap: 2pt 10pt;
    margin-bottom: 4pt;
  }

  .summary-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 8.5pt;
    color: #333;
    line-height: 1.35;
  }

  .summary-bullets li {
    position: relative;
    padding-left: 10pt;
    margin-bottom: 1pt;
  }

  .summary-bullets li::before {
    content: "\2022";
    position: absolute;
    left: 0;
    color: #999;
  }

  .early-career-companies {
    font-size: 8pt;
    color: #666;
    font-style: italic;
    margin-bottom: 3pt;
  }

  /* --- Sections --- */
  .cv-section {
    margin-bottom: 8pt;
  }

  .section-title {
    font-size: 7pt;
    letter-spacing: 1pt;
    border-bottom: 0.5pt solid #999;
    padding-bottom: 2pt;
    margin-bottom: 6pt;
  }

  /* --- Skills --- */
  .skills-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3pt 16pt;
  }

  .skills-group {
    margin-bottom: 0;
  }

  .skills-group-label {
    font-size: 8pt;
    margin-bottom: 4pt;
  }

  .skills-tags {
    gap: 4pt;
  }

  .skill-tag {
    font-size: 7.5pt;
    padding: 1pt 4pt;
    border: 0.5pt solid #999;
    background: none;
    border-radius: 3pt;
  }

  /* --- Experience --- */
  .experience-entry {
    page-break-inside: avoid;
    margin-bottom: 6pt;
    padding-bottom: 5pt;
    border-bottom: 0.5pt solid #ccc;
  }

  .experience-entry:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .experience-header {
    margin-bottom: 2pt;
  }

  .experience-header h3 {
    font-size: 9.5pt;
    margin-bottom: 0;
  }

  .experience-meta {
    font-size: 8pt;
  }

  .experience-bullets {
    margin-top: 2pt;
    padding-left: 14pt;
  }

  .experience-bullets li {
    font-size: 8.5pt;
    margin-bottom: 1pt;
    line-height: 1.3;
    color: #1a1a1a;
  }

  /* --- Footer --- */
  .cv-footer {
    margin-top: 6pt;
    padding-top: 4pt;
    font-size: 7pt;
    border-top: 0.5pt solid #ccc;
  }
}
