.header {
  top: 0;
  left: 0;
  right: 0;
  min-height: 92px;
  grid-template-columns: minmax(230px, 1fr) minmax(280px, 1fr) minmax(230px, 1fr);
  align-items: center;
  padding: 14px var(--page-x) 28px;
  background: linear-gradient(180deg, rgba(5, 6, 5, .78) 0%, rgba(5, 6, 5, .48) 55%, transparent 100%);
}

.header::after {
  content: '';
  position: absolute;
  right: var(--page-x);
  bottom: 13px;
  left: var(--page-x);
  height: 1px;
  background: linear-gradient(90deg, rgba(242, 238, 229, .42), rgba(242, 238, 229, .2) 38%, rgba(242, 238, 229, .2) 62%, rgba(242, 238, 229, .42));
  pointer-events: none;
}

.header-brand {
  mix-blend-mode: normal;
  text-shadow: 0 1px 10px rgba(0, 0, 0, .36);
}

.header-brand.brand-lockup > img {
  height: 29px;
}

.header-brand .brand-lockup-copy {
  gap: 4px;
}

.header-brand .brand-lockup-copy strong {
  font-size: 10px !important;
  letter-spacing: .15em;
}

.header-brand .brand-lockup-copy small {
  font-size: 7px !important;
  letter-spacing: .16em;
  opacity: .66;
}

.scene-folio {
  display: grid;
  justify-items: center;
  gap: 5px;
  min-width: 280px;
  text-align: center;
  text-shadow: 0 1px 12px rgba(0, 0, 0, .46);
}

.scene-folio-kicker {
  color: rgba(242, 238, 229, .52);
  font-size: 7px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .18em;
}

.scene-folio .scene-label,
.scene-folio .scene-label.is-settled {
  color: var(--cream);
  font: normal clamp(17px, 1.35vw, 22px)/.92 var(--serif);
  letter-spacing: -.018em;
  text-transform: none;
  opacity: 1;
}

.header-actions {
  align-self: center;
}

.header .menu-toggle {
  gap: 14px;
  min-height: 30px;
  color: var(--cream);
  text-shadow: 0 1px 10px rgba(0, 0, 0, .42);
}

.header .menu-toggle .scene-count {
  padding-right: 14px;
  border-color: rgba(242, 238, 229, .3);
  opacity: .8;
}

.header .menu-toggle-copy strong {
  font-size: 8px;
  letter-spacing: .2em;
}

.header .menu-toggle-icon {
  width: 27px;
  height: 27px;
  border-color: rgba(242, 238, 229, .54);
}

@media (max-width: 760px) {
  .header {
    min-height: 68px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 10px var(--page-x) 20px;
    background: linear-gradient(180deg, rgba(5, 6, 5, .8), rgba(5, 6, 5, .38) 70%, transparent);
  }

  .header::after {
    bottom: 9px;
  }

  .scene-folio {
    display: none;
  }

  .header .menu-toggle {
    gap: 9px;
  }
}
