/* ============================================================
   hiremack.com — print.css
   CV print stylesheet
   ============================================================ */

@page {
  size: Letter;
  margin: 0.65in 0.75in;
}

/* ============================================================
   Hide screen-only elements
   ============================================================ */
.site-header,
.nav-logo-area,
.nav-stripes,
.hero-actions,
.rainbow-bar,
.trusted,
.project-img-wrap,
.project-img-btn,
.timeline-toggle,
.mission-actions,
.link-more,
.img-modal,
#mission,
.site-footer {
  display: none !important;
}

/* ============================================================
   Page base
   ============================================================ */
body {
  background: #fff;
  color: #1E1B13;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 9.5pt;
  line-height: 1.5;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

/* ============================================================
   Layout — flatten to single column
   ============================================================ */
.content-ground {
  background: #fff;
  padding: 0;
}

.main-content {
  display: block;
  max-width: 100%;
  padding: 0;
}

.col-main,
.col-sidebar {
  display: block;
  width: 100%;
}

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

.sidebar-section {
  border: none;
}

/* ============================================================
   Hero — compact name/contact header
   ============================================================ */
.hero {
  background: #fff;
  padding: 0 0 4pt;
  margin-bottom: 2pt;
}

.hero-inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 18pt;
  padding: 0;
}

.hero-photo-wrap {
  flex-shrink: 0;
}

.hero-photo {
  width: 90pt;
  overflow: hidden;
}

.hero-photo img {
  width: 100%;
  height: 110pt;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.hero-text {
  flex: 1;
}

.hero-eyebrow {
  font-size: 9pt;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #4A4538;
  margin-bottom: 4pt;
}

.hero-name {
  font-family: 'Advercase', 'Times New Roman', Georgia, serif;
  font-size: 32pt;
  font-weight: 700;
  line-height: 1.05;
  color: #1E1B13;
  margin-bottom: 8pt;
}

.hero-bio {
  font-size: 9.5pt;
  color: #4A4538;
}

/* ============================================================
   Section headings
   ============================================================ */
.content-section {
  margin-bottom: 16pt;
  page-break-inside: avoid;
  page-break-after: auto;
}

.section-heading,
.section-heading--sidebar {
  font-family: 'Advercase', 'Times New Roman', Georgia, serif;
  font-size: 14pt;
  font-weight: 700;
  color: #1E1B13;
  border-bottom: 0.5pt solid #D4CABA;
  padding-bottom: 4pt;
  margin-bottom: 8pt;
  line-height: 1.1;
}

/* ============================================================
   Timeline / Experience
   ============================================================ */
.timeline {
  border: none;
  display: block;
}

.timeline-item {
  display: grid;
  border: none;
  grid-template-columns: 72pt 1fr;
  gap: 8pt;
  margin-bottom: 6pt;
  padding: 6pt 0;
  /* page-break-inside: avoid; */
}
.timeline-item:first-child {
  border: none;
}

.timeline-years {
  font-size: 8pt;
  color: #8A8478;
  padding-top: 1pt;
}

/* Force details open for print */
details {
  display: block;
}

details > summary {
  list-style: none;
  cursor: default;
}

details > summary::-webkit-details-marker {
  display: none;
}


.job-header {
  display: block;
  margin-bottom: 4pt;
}

.job-title {
  font-size: 10pt;
  font-weight: 600;
  color: #1E1B13;
}

.job-company {
  font-size: 8.5pt;
  color: #4A4538;
}

.job-details {
  margin: 4pt 0 0 12pt;
  padding: 0;
  list-style: none;
}

.job-details li::marker {
  display: none;
}

.job-details li {
  font-size: 8.5pt;
  color: #4A4538;
  margin-bottom: 2pt;
  line-height: 1.4;
}

/* ============================================================
   Projects
   ============================================================ */
.project-grid {
  display: block;
}

.project-card {
  display: block;
  padding: 8pt 0;
  page-break-inside: avoid;
}

.project-body {
  padding: 0;
}

.project-title {
  font-size: 10pt;
  font-weight: 700;
  color: #1E1B13;
  margin-bottom: 2pt;
}

.project-desc {
  font-size: 8.5pt;
  color: #4A4538;
  margin-bottom: 4pt;
}

.project-features {
  display: flex;
  flex-wrap: wrap;
  gap: 3pt;
  list-style: none;
  padding: 0;
}

.project-features li {
  font-size: 7.5pt;
  color: #4A4538;
  border: 0.5pt solid #D4CABA;
  padding: 1pt 5pt;
}

.project-features li::before {
  content: none;
}

#projects {
  margin-bottom: 28pt;
}

/* ============================================================
   Certifications
   ============================================================ */
.cert-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8pt;
}

.cert-badge img {
  height: 56pt;
  width: auto;
}

/* ============================================================
   Skills
   ============================================================ */
.skill-group {
  display: grid;
  grid-template-columns: 64pt 1fr;
  gap: 12pt;
  align-items: start;
  margin-bottom: 4pt;
}

.skill-group-label {
  font-size: 8pt;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8A8478;
  padding-top: 3pt;
}

.skill-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 3pt;
}

.tag {
  font-size: 7.5pt;
  color: #4A4538;
  border: 0.5pt solid #D4CABA;
  padding: 1pt 5pt;
}

/* ============================================================
   Mission
   ============================================================ */
.mission-statement {
  font-size: 9pt;
  color: #4A4538;
  font-style: italic;
}
