/* Placeholder photography. One treatment for every photo so different sources read as one
   set: a little less saturation, a hair less contrast, and a cream base while it loads.
   Swap the files in img/ for the client's own and this still applies. */
.ph { display: block; margin: 0; overflow: hidden; background: var(--cream-deep); }
.ph img {
  display: block; width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(.82) contrast(.97);
}
