/* Shared: shoot-page service subpages (full-service, casting, post-production) */

body.shoot-page {
  background: var(--white);
}

body.shoot-page .site-header {
  transform: translateY(0) !important;
  visibility: visible !important;
  pointer-events: auto !important;
  opacity: 1 !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.shoot-page .site-header__nav a.is-active,
.shoot-page .site-nav-drawer__nav a.is-active {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.shoot-page main > .section {
  min-height: 0;
  height: auto;
}

.shoot-page main {
  padding-bottom: 0;
}

.shoot-page .fsp-hero.section--reveal {
  opacity: 1;
  transform: none;
}
