:root{
  --ink:#1a1a1a;
  --muted:#666;
  --rule:#e5e5e5;
  --link:#1772d0;
  --link-hover:#0d4f91;
  --bg:#fdfdfc;
  --measure:42rem;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:Georgia,"Iowan Old Style","Palatino Linotype",Palatino,"Times New Roman",serif;
  font-size:18px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.wrap{max-width:var(--measure);margin:0 auto;padding:4rem 1.5rem 5rem}
a{color:var(--link);text-decoration:none}
a:hover{color:var(--link-hover);text-decoration:underline}
a:focus-visible{outline:2px solid var(--link);outline-offset:2px;border-radius:2px}

/* Header */
header.masthead{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:2.25rem}
.masthead .text{flex:1;min-width:0}
h1{font-size:1.95rem;line-height:1.15;margin:0 0 .35rem;font-weight:700;letter-spacing:-.01em}
.role{font-size:1.02rem;color:var(--muted);margin:0 0 .9rem;font-style:italic}
.toplinks{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size:.85rem;letter-spacing:.01em;
}
.toplinks a{margin-right:.25rem}
.toplinks .sep{color:#bbb;margin:0 .35rem}
.headshot{
  width:104px;height:104px;flex:none;border-radius:50%;
  object-fit:cover;background:#eee;border:1px solid var(--rule);
}

.bio{margin:0 0 2.5rem}

/* Section headings */
h2{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size:.82rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);
  font-weight:600;margin:2.75rem 0 1.1rem;padding-bottom:.5rem;border-bottom:1px solid var(--rule);
}

/* Paper subheadings */
.subhead{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size:1.15rem;font-weight:600;color:var(--muted);
  letter-spacing:.005em;margin:1.6rem 0 .9rem;
}

/* Entries (papers / op-eds) */
.entry{margin:0 0 1.6rem}
.entry .title{font-weight:700;display:block;line-height:1.35}
.entry .meta{font-size:.9rem;color:var(--muted);font-style:italic;display:block;margin:.15rem 0 .2rem}
.entry .links{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size:.82rem;line-height:1.5;
}
.entry .links .lbl{color:var(--ink);font-weight:600}
.entry .links .dot{color:#ccc;margin:0 .4rem}

/* Simple lists */
ul.plain{list-style:none;margin:0;padding:0}
ul.plain li{margin:0 0 .55rem}

.contact dt{font-weight:700;float:left;width:6.5rem;clear:left}
.contact dd{margin:0 0 .5rem 6.5rem}

footer{
  margin-top:3.5rem;padding-top:1.25rem;border-top:1px solid var(--rule);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size:.8rem;color:var(--muted);
}

@media (max-width:540px){
  .wrap{padding:2.5rem 1.25rem 3.5rem}
  header.masthead{flex-direction:column-reverse;gap:1rem}
  .headshot{width:84px;height:84px}
  h1{font-size:1.7rem}
  .contact dt{float:none;width:auto}
  .contact dd{margin-left:0}
}
