/* A personal CV: typography and fine rules carry the hierarchy. */
:root {
  --bg: #111519;
  --panel: #111519;
  --line: #353c43;
  --text: #e8e8e5;
  --muted: #a7afb6;
  --accent: #a2bacb;
  font-family: "Segoe UI", Arial, sans-serif;
}
.shell { max-width: 1120px; }
.hero { background: var(--bg); border: 0; }
.intro { padding: 50px 0 34px; align-items: end; gap: 48px; }
h1 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-size: 54px; letter-spacing: -1.8px; line-height: 1.07; }
h1 span { font-family: inherit; color: var(--text); font-size: 31px; font-weight: 400; letter-spacing: -.8px; line-height: 1.25; margin-top: 10px; }
.eyebrow { margin: 20px 0 0; color: var(--muted); font-size: 15px; letter-spacing: 0; }
.contact { gap: 9px; padding-bottom: 2px; }
.contact a > span:first-child, .contact p > span { color: var(--muted); }
.section-nav { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 15px 0; }
nav { gap: 30px; }
nav a { color: #bbc2c8; }
nav a:hover { text-decoration: underline; text-underline-offset: 6px; }
main { padding-top: 42px; }
section { margin-bottom: 46px; }
h2 { font-size: 20px; color: var(--text); text-transform: none; letter-spacing: -.3px; font-weight: 500; gap: 18px; margin-bottom: 0; }
h2:after { margin-left: 0; }
.panel { border: 0; border-radius: 0; background: transparent; overflow: visible; }
.job { padding: 28px 0; border-color: var(--line); }
.job.current { background: none; }
.job.current:before { display: none; }
.job-heading h3 { font-size: 19px; font-weight: 600; letter-spacing: -.25px; }
.badge { border: 0; border-radius: 0; background: transparent; padding: 0; text-transform: none; color: #9db5a5; font-size: 12px; letter-spacing: 0; font-weight: 400; }
.date { font-family: "Segoe UI", sans-serif; font-size: 13px; color: #949fa8; }
.role { margin: 5px 0; font-size: 16px; color: #d1d5d8; }
.location { font-size: 13px; }
.description { margin: 15px 0 12px; line-height: 1.8; max-width: 960px; color: #b4bdc5; }
.projects { gap: 6px 19px; margin-bottom: 13px; font-size: 13px; color: #a2bacb; }
.projects li:before { display: none; }
.projects a { text-decoration: underline; text-decoration-color: #536673; text-underline-offset: 4px; }
.tags { gap: 4px 0; }
.tags li, .technology .tags li { font-size: 12px; font-family: Consolas, "Liberation Mono", monospace; background: none; border: 0; border-radius: 0; padding: 0; color: #96a3ae; }
.tags li:not(:last-child):after { content: "/"; color: #59636b; display: inline-block; margin: 0 10px; }
.columns { grid-template-columns: 1fr 1fr; gap: 50px; }
.education article { padding: 25px 0; }
.education h3 { font-size: 17px; font-weight: 600; }
.education article > p:last-child { line-height: 1.75; }
.technology { padding: 22px 0; }
.technology h3 { font-size: 13px; text-transform: none; letter-spacing: 0; color: #d1d5d8; font-weight: 500; margin-bottom: 9px; }
.press-item { padding: 23px 0; gap: 30px; }
.press-item:hover { background: transparent; }
.press-item:hover h3 { text-decoration: underline; text-decoration-color: #718998; text-underline-offset: 5px; }
.press-meta { justify-content: flex-start; gap: 17px; margin-bottom: 7px; }
.press-meta > span { font-size: 13px; color: #9facb7; text-transform: none; letter-spacing: 0; font-weight: 400; }
.press-meta time { color: #929da7; }
.press h3 { font-size: 17px; color: #d7dbde; }
.arrow { font-size: 20px; color: #9aaebb; }
footer { padding-top: 23px; padding-bottom: 32px; position: relative; }
footer:before { content: ""; position: absolute; top: 0; left: 40px; right: 40px; height: 1px; background: var(--line); }
footer .wordmark { font-family: Georgia, serif; font-size: 18px; letter-spacing: -.3px; font-weight: 400; color: #bac3ca; }
@media (max-width: 900px) {
  .intro { grid-template-columns: 1fr; gap: 25px; padding-top: 38px; }
  .contact { display: flex; flex-wrap: wrap; }
  .columns { gap: 30px; }
}
@media (max-width: 600px) {
  .intro { padding: 31px 0 25px; gap: 25px; }
  h1 { font-size: 43px; letter-spacing: -1.4px; }
  h1 span { font-size: 27px; letter-spacing: -.5px; }
  .eyebrow { font-size: 14px; margin-top: 17px; }
  .contact { display: grid; font-size: 13px; }
  .section-nav { padding: 14px 0; }
  nav { gap: 18px; font-size: 13px; }
  main { padding-top: 30px; }
  h2 { font-size: 19px; }
  .job { padding: 24px 0; }
  .job-heading h3 { font-size: 19px; }
  .columns { grid-template-columns: 1fr; gap: 0; }
  .tags li:not(:last-child):after { margin: 0 8px; }
  .press-item { gap: 15px; padding: 21px 0; }
  .press-meta { flex-wrap: wrap; gap: 4px 15px; }
  footer:before { left: 20px; right: 20px; }
}
@media print {
  :root { --text: #172033; --muted: #46556b; --line: #ccd1d5; }
  .hero { background: white; }
  .intro { padding-top: 0; }
  .job { padding: 14px 0; }
  .description, .role, .tags li, .press h3 { color: #46556b; }
}
