/* Page-specific tweaks for resume.html — layered on top of styles.css */

.resume-header {
  width:min(var(--max), 100%);
  margin:1.2rem auto 0;
  padding:2rem clamp(1.2rem, 3.2vw, 3.2rem);
}
.resume-name { font-size:clamp(2.6rem, 7vw, 4.6rem); }
.resume-contact { line-height:1.7; margin-top:.2rem; }

.credit { margin-bottom:.9rem; }
.credit:last-child { margin-bottom:0; }
.credit h3 {
  margin:0 0 .15rem;
  font-family:"Cormorant Garamond", serif;
  font-size:1.35rem;
  line-height:1.15;
}
.credit h3 .meta { display:block; margin-top:.15rem; }
.credit p { margin:.3rem 0; font-size:.9rem; }

@media print {
  .no-print { display:none !important; }
  body { background:#fff; }
  body:before { display:none; }
  .site-frame { border:none; }
  .cabinet-panel, .drawer, .artifact { box-shadow:none; background:#fff; }
  .cabinet-panel:before, .cabinet-panel:after, .drawer:before, .drawer:after { display:none; }
  .aged-corners { display:none; }
  a { text-decoration:none; color:inherit; }
}
