:root {
  --burgundy: #A04030;
  --burgundy-dark: #6F2C20;
  --burgundy-tint: #F4E8E5;
  --ink: #1a1a1a;
  --ink-soft: #2e2e2e;
  --body: #4a4a4a;
  --muted: #626262;
  --rule: #d9d4cf;
  --bg: #fafaf7;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  background-color: var(--bg);
  margin: 0;
  padding: 50px;
  font: 18px/1.58 "Crimson Pro", Georgia, serif;
  color: var(--body);
  font-weight: 400;
  overflow-wrap: anywhere;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--ink);
  margin: 0 0 20px;
  font-weight: 700;
  letter-spacing: -0.005em;
}

p, ul, ol, table, pre, dl {
  margin: 0 0 20px;
}

p.contactinfo {
  margin: 0 0 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 14px;
}

p.contactinfo.nav-group {
  color: var(--burgundy);
}

p.contactinfo.nav-sub {
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin: 0 0 4px;
  padding-left: 12px;
  color: var(--muted);
}

p.contactinfo.nav-sub a {
  color: var(--muted);
}

p.contactinfo.nav-sub a:hover {
  color: var(--burgundy-dark);
}

p.contactinfo.nav-sub a.current {
  color: var(--burgundy);
  font-weight: 700;
}

h3.subhead {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--burgundy-dark);
  font-weight: 800;
  margin: 28px 0 14px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--rule);
}

p.lastcontactinfo {
  margin: 0 0 20px;
}

p img.inline-logo {
  display: inline-flex;
  align-self: center;
  position: relative;
  height: 0.8em;
  bottom: -0.04em;
}

h1, h2, h3 {
  line-height: 1.15;
}

h1 {
  font-size: 34px;
  letter-spacing: -0.015em;
  margin: 0 0 6px;
  color: var(--ink);
}

header h1::after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  background: var(--burgundy);
  margin: 14px 0 16px;
  border-radius: 2px;
}

header > p:first-of-type {
  color: var(--ink-soft);
  font-weight: 700;
  margin-bottom: 18px;
}

h2 {
  color: var(--burgundy);
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
  margin: 0 0 18px;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--burgundy);
  display: inline-block;
}

h3 {
  color: var(--ink);
  font-size: 18px;
  font-weight: 700;
}

h4, h5, h6 {
  color: var(--ink-soft);
}

a {
  color: var(--burgundy);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s ease, color 0.15s ease;
}

a:hover, a:focus {
  color: var(--burgundy-dark);
  border-bottom-color: var(--burgundy-dark);
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--burgundy);
  outline-offset: 3px;
}

a small {
  font-size: 13px;
  color: var(--muted);
  margin-top: -0.3em;
  display: block;
}

a:hover small {
  color: var(--muted);
}

.wrapper {
  width: 1060px;
  margin: 0 auto;
}

blockquote {
  border-left: 3px solid var(--burgundy);
  margin: 0;
  padding: 0 0 0 20px;
  font-style: italic;
  color: var(--ink-soft);
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  text-align: left;
  padding: 5px 10px;
  border-bottom: 1px solid var(--rule);
}

dt {
  color: var(--ink);
  font-weight: 700;
}

th {
  color: var(--ink);
}

img {
  max-width: 100%;
}

header {
  width: 270px;
  float: left;
  position: fixed;
  -webkit-font-smoothing: subpixel-antialiased;
}

header hr {
  margin: 18px 0;
}

header img {
  margin-top: 22px;
  border-radius: 3px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

strong {
  color: var(--ink);
  font-weight: 700;
}

section {
  width: 700px;
  float: right;
  padding-bottom: 50px;
}

section h3 {
  margin-top: 28px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--burgundy-dark);
  font-weight: 800;
}

section .research-work h3 {
  margin-top: 0;
  font-size: 19px;
  text-transform: none;
  letter-spacing: -0.005em;
  color: var(--ink);
  font-weight: 700;
}

small {
  font-size: 13px;
}

hr {
  border: 0;
  background: var(--rule);
  height: 1px;
  margin: 28px 0;
}

footer {
  width: 270px;
  float: left;
  position: fixed;
  bottom: 50px;
  -webkit-font-smoothing: subpixel-antialiased;
}

@media print, screen and (max-width: 1160px) {
  div.wrapper {
    width: auto;
    max-width: 760px;
    margin: 0 auto;
  }

  header, section, footer {
    float: none;
    position: static;
    width: auto;
  }

  header {
    padding-right: 0;
  }

  section {
    border-top: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
    padding: 20px 0;
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 860px) {
  body {
    padding: 24px;
  }
}

@media print, screen and (max-width: 480px) {
  body {
    padding: 18px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 20px;
    letter-spacing: 0.06em;
  }
}

@media screen and (min-width: 1161px) and (max-height: 900px) {
  header {
    position: static;
  }
}

@media (prefers-reduced-motion: reduce) {
  a,
  .filter-chip,
  .research-work {
    transition: none;
  }
}

@media print {
  body {
    padding: 0.4in;
    font-size: 12pt;
    color: #333;
    background: #fff;
  }
}
