:root {
  --red: #ff2d22;
  --paper: #f7f7f3;
}
.masthead { min-height: 360px; }
.masthead .identity-rotator { padding-top: 72px; padding-bottom: 72px; }
.work-grid--curated { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.masthead.is-painting .paint-swipe { animation-duration: 500ms; }
@media (max-width: 680px) {
  .masthead { min-height: max(180px, 180px); }
  .masthead .identity-rotator { padding-top: 36px; padding-bottom: 36px; }
  .work-grid--curated { grid-template-columns: repeat(1, minmax(0, 1fr)); }
}
