html, body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #222;
}

a { color: inherit; text-decoration: none; }

.top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 24px 28px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  z-index: 10;
  pointer-events: none;
}

.brand, .topnav a {
  pointer-events: auto;
  font-family: "Minion Pro", serif;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #222;
}

.topnav a {
  margin-left: 18px;
}

.foot {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 18px;
  text-align: center;
  font-family: "Minion Pro", serif;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.12em;
  color: #222;
  z-index: 10;
  pointer-events: none;
}

.landing .rail {
  width: 100%;
}

.hero {
  display: block;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 34px;
  text-align: center;
  font-family: "Minion Pro", serif;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.10em;
  color: #fff;
  text-shadow: 0 1px 12px rgba(0,0,0,0.55);
}

.workpage .workstack {
  padding-top: 90px;
}

.worktitle {
  margin: 0;
  padding: 20px 28px 30px 28px;
  font-family: "Minion Pro", serif;
  font-style: italic;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.10em;
}

.workstack img {
  width: 100vw;
  height: auto;
  display: block;
}
