/* CV Print Stylesheet — deterministic, clean, A4-optimised */

@page {
  size: A4;
  margin: 20mm 15mm;
}

body {
  background: #fff !important;
  font-size: 10pt;
  line-height: 1.5;
}

.cv {
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}

.cv__header {
  text-align: center;
  margin-bottom: 16pt;
  padding-bottom: 12pt;
}

.cv__name {
  font-size: 20pt;
}

.cv__section {
  margin-bottom: 12pt;
  page-break-inside: avoid;
}

.cv__section-title {
  font-size: 11pt;
  border-bottom: 1pt solid #151B23;
  padding-bottom: 2pt;
  margin-bottom: 8pt;
}

.cv__entry {
  margin-bottom: 8pt;
}

.cv__entry-header h3 {
  font-size: 10.5pt;
}

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

.site-nav,
.site-footer,
.btn,
.cv-toolbar,
.home-hero__actions,
.home-contact,
.home-skills,
.home-timeline,
.home-projects {
  display: none !important;
}
