@page {
  size: letter;
  margin: 0.55in;
}

:root {
  --bg: #fff;
  --paper: #fff;
  --text: #000;
  --muted: #333;
  --rule: #bbb;
  --accent: #000;
  --accent-soft: #fff;
}

body {
  background: #fff;
  font-size: 9.5pt;
  line-height: 1.35;
}

.resume {
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.no-print { display: none !important; }
h1 { font-size: 28pt; }
.headline { font-size: 12pt; }
.contact { margin-top: 12pt; padding: 8pt 0; }
section { margin-top: 18pt; }
h2 { margin-bottom: 8pt; }
.role + .role, .education + .education { margin-top: 14pt; }
ul { margin-top: 7pt; }
li + li { margin-top: 3pt; }
.projects { grid-template-columns: 1fr; gap: 6pt; }
.projects article { padding: 0; border: 0; background: #fff; }
.projects article + article { margin-top: 5pt; }
footer { display: none; }
a { color: #000; text-decoration: none; }
