/* PROJECT DETAIL PAGE */

.detail{
  width: 100%;
  padding-top: 10px;
}

.detail-top{
  margin-bottom: 18px;
}

.back{
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.7;
}

.back:hover{ opacity: 1; }

.detail-head{
  margin-bottom: 18px;
}

.detail-title{
  margin: 0 0 6px 0;
  font-size: 26px;
  letter-spacing: 0.01em;
}

.detail-meta{
  margin: 0;
  color: rgba(0,0,0,0.62);
}

/* Hard-edged player */
.player{
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.12);
  background: #000;
  border-radius: 0; /* HARD EDGE */
}

.player iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.detail-desc{
  margin-top: 18px;
  line-height: 1.6;
  color: rgba(0,0,0,0.82);
}

.detail-link{
  display: inline-block;
  margin-top: 12px;
  text-decoration: underline;
}
