@page { size: 8.5in 11in; margin: 0; }
* { box-sizing: border-box; }
html, body {
  margin: 0; padding: 0;
  background: #e5e5e5;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2b2b2b;
}
.page {
  width: 8.5in;
  margin: 0.25in auto;
  background: #fff;
  padding: 0.5in 0.55in;
  box-shadow: 0 0 8px rgba(0,0,0,0.15);
  position: relative;
}
.last-updated {
  position: absolute; top: 0.3in; right: 0.55in;
  font-size: 8.5pt; color: #555;
}
.name {
  text-align: center; font-weight: 300; font-size: 42pt;
  letter-spacing: 1px; margin: 0.05in 0; color: #3a3a3a;
}
.contact {
  text-align: center; font-size: 11pt; color: #444;
  padding-bottom: 0.08in;
  border-bottom: 1px solid #bbb;
  margin-bottom: 0.18in;
}
.columns {
  display: grid;
  grid-template-columns: 2.05in 1fr;
  gap: 0.28in;
}
.col h2 {
  font-weight: 300; font-size: 18pt; color: #555;
  text-transform: uppercase; letter-spacing: 1px;
  margin: 0.18in 0 0.06in 0;
}
.col h2:first-child { margin-top: 0; }

.left h3 {
  font-size: 11pt; font-weight: 700; margin: 0;
  text-transform: uppercase; letter-spacing: 0.5px;
}
.left h3 + p em {
  font-style: normal; font-variant: small-caps;
  font-size: 11pt; color: #333;
}
.left h4 {
  font-size: 10.5pt; font-weight: 700;
  margin: 0.08in 0 0.02in 0; text-transform: uppercase;
}
.left p {
  font-size: 10pt; margin: 0;
  line-height: 1.35; color: #333;
}
.left ul {
  margin: 0; padding-left: 1.1em;
  font-size: 10pt; line-height: 1.35; color: #333;
}

.right h3 {
  font-size: 11pt; margin: 0.13in 0 0 0;
  font-weight: 400;
}
.right h3 .company {
  font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px;
}
.right h3 .role {
  font-variant: small-caps; color: #333;
}
.right h3 .sep { color: #888; margin: 0 4px; }
.right h3 + p {
  font-size: 10pt; color: #333;
  margin: 0 0 0.04in 0;
}
.right ul {
  margin: 0.02in 0 0 0.18in; padding: 0;
  font-size: 10pt; line-height: 1.32; color: #333;
}
.right ul li { margin-bottom: 0.03in; }

.right table {
  width: 100%; border-collapse: collapse;
  font-size: 10pt; margin-top: 0.04in;
}
.right table thead { display: none; }
.right table td { padding: 1px 0; color: #333; }
.right table td:first-child {
  text-align: right; padding-right: 0.18in; width: 60%;
}

.edit-fab {
  position: fixed; bottom: 1rem; right: 1rem;
  background: #2b2b2b; color: #fff;
  padding: 0.6rem 1.2rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}
.edit-fab:hover { background: #444; }

@media print {
  html, body { background: #fff; }
  .page {
    margin: 0; box-shadow: none;
    width: 100%; height: auto; min-height: 100vh;
  }
  .edit-fab { display: none !important; }
}
