/* ---- Home hero / title stage ------------------------------------- */
section {
  background: #000 url('/assets/imgs/bear.png') no-repeat center center;
  background-size: min(70vh, 85vw);
  height: 100vh;
  display: flex;
  align-items: stretch;
}
section .title {
  width: 100%;
  align-self: stretch;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
