@page {
  size: letter;
  margin: 0.35in 0.45in 0.3in 0.45in;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #1a1a1a;
  font-family: Charter, Georgia, "Times New Roman", serif;
  font-size: 9pt;
  line-height: 1.3;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  max-width: 7.5in;
  margin: 0 auto;
  padding: 0.35in 0.45in 0.3in;
}

.header {
  border-bottom: 1.5px solid #1a1a1a;
  margin-bottom: 0.1in;
  padding-bottom: 0.08in;
}

h1 {
  font-size: 18.5pt;
  line-height: 1.05;
  margin-bottom: 2pt;
}

.tagline {
  color: #444;
  font-size: 9pt;
  margin-bottom: 4pt;
}

.contact {
  color: #555;
  font-size: 7.8pt;
  line-height: 1.35;
}

.contact span {
  margin-right: 0.13in;
}

.section {
  margin-bottom: 0.068in;
}

.summary {
  color: #303030;
  font-size: 9.25pt;
  line-height: 1.36;
}

.section-title {
  border-bottom: 0.75px solid #999;
  color: #1a1a1a;
  font-size: 8.2pt;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 3.5pt;
  padding-bottom: 1.5pt;
  text-transform: uppercase;
}

.exp-entry {
  margin-bottom: 0.04in;
}

.exp-header,
.edu-row {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
}

.exp-company,
.edu-degree,
.project-name {
  font-weight: 700;
}

.exp-company {
  font-size: 9.45pt;
}

.exp-dates,
.edu-years {
  color: #555;
  flex-shrink: 0;
  font-size: 8.2pt;
}

.exp-role {
  color: #444;
  font-size: 8.8pt;
  font-style: italic;
  margin-bottom: 1.5pt;
}

.bullets {
  list-style: none;
}

.bullets li {
  color: #222;
  font-size: 8.45pt;
  line-height: 1.28;
  margin-bottom: 1pt;
  padding-left: 0.15in;
  text-indent: -0.15in;
}

.bullets li::before {
  color: #666;
  content: "▸ ";
}

.project-row {
  margin-bottom: 2.6pt;
}

.project-name {
  font-size: 8.8pt;
}

.project-meta,
.project-desc,
.skills-line,
.patents-line {
  color: #333;
  font-size: 8.25pt;
  line-height: 1.28;
}

.project-meta {
  color: #666;
}

.edu-degree,
.edu-school {
  font-size: 8.7pt;
}

.skills-label {
  font-weight: 700;
}

.variant-nav {
  background: #f6f3ed;
  border-bottom: 1px solid #ddd3c6;
  font-family: Manrope, Arial, sans-serif;
  font-size: 14px;
  padding: 16px;
}

.variant-nav a {
  color: #533;
  margin-right: 18px;
  text-decoration: underline;
}

.hub {
  font-family: Manrope, Arial, sans-serif;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 980px;
  padding: 72px 24px;
}

.hub h1 {
  font-family: Georgia, serif;
  font-size: 42px;
  margin-bottom: 12px;
}

.hub p {
  color: #3c352f;
  max-width: 720px;
}

.resume-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  margin-top: 32px;
}

.resume-card {
  border: 1px solid #ddd3c6;
  border-radius: 8px;
  padding: 18px;
}

.resume-card h2 {
  font-size: 18px;
  margin-bottom: 8px;
}

.resume-card p {
  font-size: 14px;
  margin-bottom: 14px;
}

.resume-card a {
  color: #5c2d1f;
  display: inline-block;
  font-weight: 700;
  margin-right: 12px;
  text-decoration: underline;
}

@media print {
  .page {
    max-width: none;
    padding: 0;
  }

  .variant-nav {
    display: none;
  }
}
