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

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

body {
  font-family: "Segoe UI", Arial, sans-serif;
  color: #172033;
  background: #eef2f7;
  line-height: 1.38;
  font-size: 9.8pt;
}

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

.page {
  background: #fff;
  max-width: 8.5in;
  min-height: 11in;
  margin: 0 auto;
  padding: 0.48in;
}

.hero {
  display: grid;
  grid-template-columns: 1fr 2.05in;
  gap: 0.28in;
  padding-bottom: 0.16in;
  border-bottom: 3px solid #172033;
}

.eyebrow {
  color: #2563eb;
  font-size: 8pt;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0.04in;
}

h1 {
  font-size: 27pt;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 0.08in;
}

.headline {
  font-size: 12.2pt;
  font-weight: 650;
  line-height: 1.28;
  max-width: 5.55in;
}

.contact {
  text-align: right;
  font-size: 8.4pt;
  line-height: 1.45;
  color: #42526a;
}

.contact a,
.contact span {
  display: block;
}

.signal-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.08in;
  margin: 0.15in 0 0.16in;
}

.signal-band div {
  border: 1px solid #cbd5e1;
  border-left: 3px solid #2563eb;
  padding: 0.075in 0.08in;
  min-height: 0.47in;
}

.signal-band strong {
  display: block;
  font-size: 8.8pt;
  line-height: 1.2;
}

.signal-band span {
  display: block;
  color: #64748b;
  font-size: 7.7pt;
  margin-top: 0.02in;
}

section { margin-bottom: 0.14in; }

h2 {
  font-size: 8.4pt;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: #2563eb;
  border-bottom: 1px solid #cbd5e1;
  padding-bottom: 0.025in;
  margin-bottom: 0.065in;
}

.summary p {
  font-size: 10.2pt;
  line-height: 1.45;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.08in;
}

.impact-card {
  background: #f8fafc;
  border: 1px solid #dbe3ee;
  padding: 0.085in;
}

.impact-card strong {
  display: block;
  font-size: 10pt;
  color: #0f172a;
  line-height: 1.15;
  margin-bottom: 0.04in;
}

.impact-card p {
  color: #475569;
  font-size: 8.5pt;
  line-height: 1.32;
}

.two-col,
.credential-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.22in;
}

ul {
  list-style: none;
}

li {
  position: relative;
  padding-left: 0.13in;
  margin-bottom: 0.035in;
}

li::before {
  content: ">";
  position: absolute;
  left: 0;
  color: #2563eb;
  font-weight: 800;
}

.two-col p,
.credential-row p {
  margin-bottom: 0.04in;
}

.job {
  border-left: 2px solid #cbd5e1;
  padding-left: 0.1in;
  margin-bottom: 0.095in;
}

.job.compact { margin-bottom: 0; }

.job-top {
  display: flex;
  justify-content: space-between;
  gap: 0.16in;
  align-items: baseline;
  margin-bottom: 0.025in;
}

.job-top strong {
  font-size: 10pt;
}

.job-top span {
  color: #64748b;
  font-size: 8.5pt;
  white-space: nowrap;
}

.job p {
  color: #42526a;
  font-size: 9.1pt;
  line-height: 1.38;
}

footer {
  margin-top: 0.1in;
  padding-top: 0.08in;
  border-top: 1px solid #cbd5e1;
  color: #64748b;
  font-size: 8.3pt;
  text-align: center;
}

.no-print {
  text-align: center;
  margin: 0.2in auto;
  display: flex;
  justify-content: center;
  gap: 0.08in;
}

.no-print button,
.no-print a {
  border: 1px solid #172033;
  background: #172033;
  color: #fff;
  padding: 8px 14px;
  border-radius: 4px;
  font: inherit;
  cursor: pointer;
}

.no-print a {
  background: #fff;
  color: #172033;
}

@media print {
  body {
    background: #fff;
    font-size: 8.7pt;
    line-height: 1.3;
    zoom: 0.86;
  }

  .page {
    max-width: none;
    min-height: auto;
    padding: 0;
  }

  .hero {
    padding-bottom: 0.11in;
  }

  h1 {
    font-size: 24pt;
    margin-bottom: 0.055in;
  }

  .headline {
    font-size: 10.8pt;
    line-height: 1.22;
  }

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

  .signal-band {
    margin: 0.105in 0 0.11in;
  }

  .signal-band div {
    min-height: 0.38in;
    padding: 0.055in 0.06in;
  }

  .signal-band strong {
    font-size: 8pt;
  }

  .signal-band span {
    font-size: 7pt;
  }

  section {
    margin-bottom: 0.095in;
  }

  h2 {
    font-size: 7.7pt;
    margin-bottom: 0.045in;
    padding-bottom: 0.015in;
  }

  .summary p {
    font-size: 9pt;
    line-height: 1.32;
  }

  .impact-card {
    padding: 0.06in;
  }

  .impact-card strong {
    font-size: 8.9pt;
    margin-bottom: 0.025in;
  }

  .impact-card p {
    font-size: 7.65pt;
    line-height: 1.24;
  }

  li {
    margin-bottom: 0.025in;
  }

  .job {
    margin-bottom: 0.065in;
  }

  .job-top {
    margin-bottom: 0.015in;
  }

  .job-top strong {
    font-size: 8.9pt;
  }

  .job-top span {
    font-size: 7.8pt;
  }

  .job p {
    font-size: 8.15pt;
    line-height: 1.26;
  }

  footer {
    margin-top: 0.055in;
    padding-top: 0.045in;
    font-size: 7.5pt;
  }

  .no-print { display: none; }
}

@media screen {
  .page {
    margin: 0.2in auto 0.5in;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.16);
  }
}

@media (max-width: 760px) {
  body { background: #fff; }

  .page {
    min-height: auto;
    padding: 24px;
    box-shadow: none;
  }

  .hero,
  .two-col,
  .credential-row {
    grid-template-columns: 1fr;
  }

  .contact {
    text-align: left;
  }

  .signal-band,
  .impact-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .job-top {
    display: block;
  }

  .job-top span {
    display: block;
    margin-top: 2px;
    white-space: normal;
  }
}
