:root {
  color-scheme: light;
}

:root.is-work-grid-theme-dark {
  color-scheme: dark;
}

.theme-home-dark {
  color-scheme: dark;
  background: #000 !important;
}

html,
body {
  background: #fff !important;
  color: #050505 !important;
  transition: background-color 240ms ease, color 240ms ease;
}

html.is-work-grid-theme-dark,
html.is-work-grid-theme-dark body,
body.is-work-grid-theme-dark {
  background: #000 !important;
  color: #f5f5f2 !important;
}

.site-shell,
.site-shell--home,
.site-shell--workpage,
.site-shell--about,
.site-shell--contact,
.site-shell--legal,
.site-shell--legal-light,
.site-shell main {
  --page-header-bg: #fff;
  background: #fff !important;
  color: #050505 !important;
}

html.is-work-grid-theme-dark .site-shell.site-shell--workpage,
html.is-work-grid-theme-dark .site-shell.site-shell--workpage main {
  --page-header-bg: #000;
  background: #000 !important;
  color: #f5f5f2 !important;
}

.home-header:not(.is-open),
.home-header:not(.is-open) .home-header__brand,
.home-header:not(.is-open) .home-header__menu-button {
  color: #050505 !important;
}

.home-header:not(.is-open)::before,
.home-header.is-scrolled:not(.is-open)::before {
  background: #fff !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

.site-shell--home .home-header:not(.is-open)::before,
.site-shell--home .home-header.is-scrolled:not(.is-open)::before {
  background: transparent !important;
  box-shadow: none !important;
  opacity: 0 !important;
}

.site-shell--home .home-header:not(.is-open),
.site-shell--home .home-header:not(.is-open) .home-header__brand,
.site-shell--home .home-header:not(.is-open) .home-header__menu-button {
  color: #f5f5f2 !important;
}

.site-shell--home .home-header:not(.is-open) .home-header__nav > a,
.site-shell--home .home-header:not(.is-open) .home-header__nav > a:visited,
.site-shell--home .home-header:not(.is-open) .home-header__nav > a:active {
  color: rgba(245, 245, 242, 0.68) !important;
}

.site-shell--home .home-header:not(.is-open) .home-header__nav > a:hover,
.site-shell--home .home-header:not(.is-open) .home-header__nav > a[aria-current="page"] {
  color: #fff !important;
}

.site-shell--home,
.site-shell--home main {
  --page-header-bg: #000;
  background: #000 !important;
  color: #f5f5f2 !important;
}

.site-shell.site-shell--about .home-header:not(.is-open)::before,
.site-shell.site-shell--about .home-header.is-scrolled:not(.is-open)::before {
  background: #fff !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

.site-shell.site-shell--about .home-header:not(.is-open),
.site-shell.site-shell--about .home-header:not(.is-open) .home-header__brand,
.site-shell.site-shell--about .home-header:not(.is-open) .home-header__menu-button {
  color: #050505 !important;
}

.site-shell.site-shell--about .home-header,
.site-shell.site-shell--about .home-header:not(.is-open),
.site-shell.site-shell--about .home-header.is-scrolled:not(.is-open) {
  border: 0 !important;
  box-shadow: none !important;
}

.site-shell.site-shell--workpage .home-header:not(.is-open),
.site-shell.site-shell--workpage .home-header:not(.is-open) .home-header__brand,
.site-shell.site-shell--workpage .home-header:not(.is-open) .home-header__menu-button {
  color: #f5f5f2 !important;
}

.site-shell.site-shell--workpage .home-header:not(.is-open)::before,
.site-shell.site-shell--workpage .home-header.is-scrolled:not(.is-open)::before {
  background: #000 !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

.site-shell.site-shell--workpage .home-header:not(.is-open) .home-header__nav > a,
.site-shell.site-shell--workpage .home-header:not(.is-open) .home-header__nav > a:visited,
.site-shell.site-shell--workpage .home-header:not(.is-open) .home-header__nav > a:active {
  color: rgba(245, 245, 242, 0.68) !important;
}

.site-shell.site-shell--workpage .home-header:not(.is-open) .home-header__nav > a:hover,
.site-shell.site-shell--workpage .home-header:not(.is-open) .home-header__nav > a[aria-current="page"] {
  color: #fff !important;
}

.site-shell.site-shell--workpage .home-header.is-over-work-grid:not(.is-open),
.site-shell.site-shell--workpage .home-header.is-over-work-grid:not(.is-open) .home-header__brand,
.site-shell.site-shell--workpage .home-header.is-over-work-grid:not(.is-open) .home-header__menu-button {
  color: #f5f5f2 !important;
}

.site-shell.site-shell--workpage .home-header.is-over-work-grid:not(.is-open)::before,
.site-shell.site-shell--workpage .home-header.is-over-work-grid.is-scrolled:not(.is-open)::before {
  background: #000 !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

.site-shell.site-shell--workpage .home-header.is-over-work-grid:not(.is-open) .home-header__nav > a,
.site-shell.site-shell--workpage .home-header.is-over-work-grid:not(.is-open) .home-header__nav > a:visited,
.site-shell.site-shell--workpage .home-header.is-over-work-grid:not(.is-open) .home-header__nav > a:active {
  color: rgba(245, 245, 242, 0.68) !important;
}

.site-shell.site-shell--workpage .home-header.is-over-work-grid:not(.is-open) .home-header__nav > a:hover,
.site-shell.site-shell--workpage .home-header.is-over-work-grid:not(.is-open) .home-header__nav > a[aria-current="page"] {
  color: #fff !important;
}

.home-header:not(.is-open) .home-header__nav > a,
.home-header:not(.is-open) .home-header__nav > a:visited,
.home-header:not(.is-open) .home-header__nav > a:active {
  color: rgba(5, 5, 5, 0.58) !important;
}

.home-header:not(.is-open) .home-header__nav > a:hover,
.home-header:not(.is-open) .home-header__nav > a[aria-current="page"] {
  color: #050505 !important;
}

.theme-home-dark body {
  background: #000 !important;
  color: #f5f5f2 !important;
}

.site-shell--home .hero-slider {
  background: #000 !important;
}

.site-shell--home .hero-slide__overlay,
.site-shell--home .hero-slide__title,
.site-shell--home .hero-slide__title-wrap {
  color: #fff !important;
}

.site-shell--home .hero-slide__client {
  color: #e50914 !important;
}

.site-shell--home .hero-slide__subtitle {
  color: rgba(245, 245, 242, 0.72) !important;
}

.site-shell--home .hero-slide__music-credit {
  color: rgba(245, 245, 242, 0.56) !important;
}

.site-shell--workpage .work-intro,
.site-shell--workpage .work-intro__inner,
.site-shell--workpage .work-hero,
.site-shell--workpage .work-hero__inner {
  background: #000 !important;
  color: #f5f5f2 !important;
}

.site-shell--workpage main {
  padding-top: 0 !important;
}

.site-shell--workpage .work-intro {
  min-height: auto !important;
  padding: clamp(130px, 9.4vw, 158px) clamp(24px, 6vw, 72px) clamp(34px, 5vw, 64px) !important;
  place-items: start center !important;
}

@media (min-width: 721px) {
  .site-shell--workpage .work-intro {
    padding-top: clamp(98px, 7vw, 120px) !important;
    padding-bottom: clamp(34px, 3.6vw, 52px) !important;
  }
}

.site-shell--workpage .work-intro__inner {
  display: grid;
  justify-items: center;
}

.site-shell--workpage .placement-grid {
  background: #000 !important;
  padding-top: 0 !important;
}

.site-shell--workpage .work-intro h1,
.site-shell--workpage .work-intro__subtitle,
.site-shell--workpage .work-hero h1,
.site-shell--workpage .work-hero p,
.site-shell--workpage .work-hero__title,
.site-shell--workpage .work-hero__subtitle {
  color: #f5f5f2 !important;
  text-shadow: 0 0 34px rgba(255, 255, 255, 0.045) !important;
}

.site-shell--workpage .work-intro__note {
  width: min(600px, 100%);
  margin: clamp(16px, 1.8vw, 22px) auto 0;
  color: rgba(245, 245, 242, 0.58);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(0.94rem, 1.02vw, 1.08rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
  text-align: center;
}

.site-shell--workpage .work-hero__eyebrow,
.site-shell--about .about-principal__kicker,
.contact-kicker {
  color: #e50914 !important;
}

.site-shell--workpage .placement-grid__item {
  background: #000 !important;
  outline: 0 !important;
  opacity: 0;
  transform: none;
  will-change: opacity;
  transition:
    opacity 500ms ease,
    filter 500ms ease !important;
}

.site-shell--workpage .placement-grid__item[data-work-video]:focus-visible {
  outline: 0 !important;
}

.site-shell--workpage .placement-grid__item.is-tile-visible {
  opacity: 1;
  transform: none;
  will-change: auto;
}

.site-shell--workpage .placement-grid__item:nth-child(-n+3) .placement-grid__overlay strong {
  font-size: clamp(1.1rem, 1.55vw, 1.8rem);
}

.site-shell--workpage .placement-grid__surface {
  animation: none !important;
  opacity: 1 !important;
  transform: translate3d(0, 20px, 0);
  transition: transform 500ms ease !important;
  will-change: transform;
}

.site-shell--workpage .placement-grid__item.is-tile-visible .placement-grid__surface {
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

.site-shell--workpage .placement-grid__poster,
.site-shell--workpage .placement-grid__surface::before {
  transition-duration: 500ms !important;
  transition-timing-function: ease !important;
}

.site-shell--workpage .placement-grid__overlay {
  gap: 7px !important;
}

.site-shell--workpage .placement-grid__type {
  display: block;
  margin-top: 1px;
  color: rgba(245, 245, 242, 0.62);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Helvetica Neue Condensed Black", sans-serif;
  font-size: clamp(0.58rem, 0.7vw, 0.74rem);
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
}

@media (hover: hover) and (pointer: fine) {
  .site-shell--workpage .placement-grid__item:hover,
  .site-shell--workpage .placement-grid__item:focus-visible {
    filter: saturate(1.02) !important;
    outline: 0 !important;
    transform: translate3d(0, 0, 0) scale(1) !important;
  }

  .site-shell--workpage .placement-grid__item:hover::after,
  .site-shell--workpage .placement-grid__item:focus-visible::after {
    box-shadow: none !important;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 44%, rgba(0, 0, 0, 0.78) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.04) 45%, rgba(0, 0, 0, 0.12) 100%) !important;
  }

  .site-shell--workpage .placement-grid__item:hover .placement-grid__surface::before,
  .site-shell--workpage .placement-grid__item:focus-visible .placement-grid__surface::before,
  .site-shell--workpage .placement-grid__item:hover .placement-grid__poster,
  .site-shell--workpage .placement-grid__item:focus-visible .placement-grid__poster,
  .site-shell--workpage .placement-grid__item:hover .placement-grid__surface video,
  .site-shell--workpage .placement-grid__item:focus-visible .placement-grid__surface video {
    transform: scale(1) !important;
  }

  .site-shell--workpage .placement-grid__item:hover .placement-grid__poster,
  .site-shell--workpage .placement-grid__item:focus-visible .placement-grid__poster {
    filter: brightness(0.9) saturate(1.02) contrast(1.03) !important;
  }

  .site-shell--workpage .placement-grid__item:hover .placement-grid__overlay span,
  .site-shell--workpage .placement-grid__item:focus-visible .placement-grid__overlay span,
  .site-shell--workpage .placement-grid__item:hover .placement-grid__overlay strong,
  .site-shell--workpage .placement-grid__item:focus-visible .placement-grid__overlay strong {
    transform: translate3d(0, 0, 0) !important;
    filter: none !important;
  }
}

.site-shell--workpage .placement-grid__item::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 42%, rgba(0, 0, 0, 0.76) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.04) 48%, rgba(0, 0, 0, 0.12) 100%) !important;
}

.site-footer {
  background: #fff !important;
  border-top-color: rgba(5, 5, 5, 0.1) !important;
  color: rgba(5, 5, 5, 0.45) !important;
}

.site-footer--home {
  background: #000 !important;
  border-top-color: rgba(245, 245, 242, 0.1) !important;
  color: rgba(245, 245, 242, 0.52) !important;
}

.site-shell--workpage + .site-footer,
.site-shell--workpage .site-footer,
.site-shell--workpage ~ .site-footer {
  background: #000 !important;
  border-top-color: transparent !important;
  color: rgba(245, 245, 242, 0.5) !important;
  margin: 0 !important;
  padding: 28px clamp(22px, 5vw, 64px) 30px !important;
  width: 100% !important;
}

.site-footer a,
.site-footer span {
  color: rgba(5, 5, 5, 0.58) !important;
}

.site-footer--home a,
.site-footer--home span {
  color: rgba(245, 245, 242, 0.58) !important;
}

.site-shell--workpage + .site-footer a,
.site-shell--workpage + .site-footer span,
.site-shell--workpage .site-footer a,
.site-shell--workpage .site-footer span,
.site-shell--workpage ~ .site-footer a,
.site-shell--workpage ~ .site-footer span {
  color: rgba(245, 245, 242, 0.58) !important;
}

.site-footer a:hover {
  color: #050505 !important;
}

.site-footer--home a:hover {
  color: #fff !important;
}

.site-shell--workpage + .site-footer a:hover,
.site-shell--workpage .site-footer a:hover,
.site-shell--workpage ~ .site-footer a:hover {
  color: #fff !important;
}

@media (min-width: 721px) {
  .site-shell .home-header__brand,
  .site-shell.site-shell--about .home-header__brand,
  .site-shell.site-shell--contact .home-header__brand,
  .site-shell--legal-light .home-header__brand {
    font-size: clamp(1.28rem, 1.55vw, 1.72rem) !important;
  }

  .site-shell .home-header__nav {
    gap: 18px !important;
  }

  .site-shell .home-header__nav > a,
  .site-shell .home-header:not(.is-open) .home-header__nav > a,
  .site-shell.site-shell--about .home-header__nav > a,
  .site-shell.site-shell--contact .home-header__nav > a,
  .site-shell--legal-light .home-header__nav > a {
    font-size: 0.8rem !important;
    letter-spacing: 0.048em !important;
  }
}

@media (max-width: 720px) {
  .site-shell .home-header,
  .site-shell.site-shell--about .home-header,
  .site-shell.site-shell--contact .home-header,
  .site-shell--legal-light .home-header {
    min-height: 48px !important;
    padding: 2px 18px !important;
    align-items: center !important;
  }

  .site-shell .home-header__brand,
  .site-shell.site-shell--about .home-header__brand,
  .site-shell.site-shell--contact .home-header__brand,
  .site-shell--legal-light .home-header__brand {
    font-size: clamp(1.58rem, 6.3vw, 1.86rem) !important;
    line-height: 0.88 !important;
    letter-spacing: 0.01em !important;
  }

  .site-shell .home-header__menu-button,
  .site-shell.site-shell--about .home-header__menu-button,
  .site-shell.site-shell--contact .home-header__menu-button,
  .site-shell--legal-light .home-header__menu-button {
    width: 52px !important;
    min-width: 52px !important;
    height: 48px !important;
    min-height: 48px !important;
    margin-left: auto !important;
    padding: 0 !important;
  }

  .site-shell .home-header__menu-icon,
  .site-shell.site-shell--about .home-header__menu-icon,
  .site-shell.site-shell--contact .home-header__menu-icon,
  .site-shell--legal-light .home-header__menu-icon {
    width: 26px !important;
    height: 18px !important;
    transform: translateY(-2px) !important;
  }

  .site-shell .home-header__menu-line,
  .site-shell.site-shell--about .home-header__menu-line,
  .site-shell.site-shell--contact .home-header__menu-line,
  .site-shell--legal-light .home-header__menu-line {
    width: 26px !important;
    height: 1px !important;
  }

  .site-shell .home-header__menu-line:nth-child(1),
  .site-shell.site-shell--about .home-header__menu-line:nth-child(1),
  .site-shell.site-shell--contact .home-header__menu-line:nth-child(1),
  .site-shell--legal-light .home-header__menu-line:nth-child(1) {
    top: 0 !important;
  }

  .site-shell .home-header__menu-line:nth-child(2),
  .site-shell.site-shell--about .home-header__menu-line:nth-child(2),
  .site-shell.site-shell--contact .home-header__menu-line:nth-child(2),
  .site-shell--legal-light .home-header__menu-line:nth-child(2) {
    top: 9px !important;
  }

  .site-shell .home-header__menu-line:nth-child(3),
  .site-shell.site-shell--about .home-header__menu-line:nth-child(3),
  .site-shell.site-shell--contact .home-header__menu-line:nth-child(3),
  .site-shell--legal-light .home-header__menu-line:nth-child(3) {
    top: 18px !important;
  }

  .site-shell .home-header.is-open .home-header__menu-line:nth-child(1),
  .site-shell.site-shell--about .home-header.is-open .home-header__menu-line:nth-child(1),
  .site-shell.site-shell--contact .home-header.is-open .home-header__menu-line:nth-child(1),
  .site-shell--legal-light .home-header.is-open .home-header__menu-line:nth-child(1) {
    transform: translateY(9px) rotate(45deg) scaleX(1) !important;
  }

  .site-shell .home-header.is-open .home-header__menu-line:nth-child(3),
  .site-shell.site-shell--about .home-header.is-open .home-header__menu-line:nth-child(3),
  .site-shell.site-shell--contact .home-header.is-open .home-header__menu-line:nth-child(3),
  .site-shell--legal-light .home-header.is-open .home-header__menu-line:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg) scaleX(1) !important;
  }

  .site-shell .home-header.is-open .home-header__nav > a,
  .site-shell .home-header.is-open .home-header__nav > a:visited,
  .site-shell .home-header.is-open .home-header__nav > a:active,
  .site-shell .home-header.is-open .home-header__nav > a[aria-current="page"],
  .site-shell .home-header.is-open .home-header__nav > a[aria-current="page"]:visited,
  .site-shell .home-header.is-open .home-header__nav > a[aria-current="page"]:active {
    font-size: clamp(2.26rem, 6.25vw, 3.34rem) !important;
    line-height: 0.94 !important;
    padding-top: 8px !important;
    padding-bottom: 12px !important;
  }

  .site-shell .home-header__nav {
    display: flex !important;
    opacity: 1 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    background: #010101 !important;
    transform: translate3d(0, -10px, 0) scale(0.992) !important;
    transition:
      transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s linear 0s !important;
    will-change: opacity, transform;
  }

  .site-shell .home-header.is-open .home-header__nav {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    background: #010101 !important;
    transform: translate3d(0, 0, 0) scale(1) !important;
    transition-delay: 0s, 0s !important;
  }

  .site-shell .home-header__nav > a,
  .site-shell .home-header__subnav,
  .site-shell .home-header__socials,
  .site-shell .home-header__legal {
    opacity: 0 !important;
    transform: translate3d(0, 10px, 0) !important;
    transition:
      opacity 240ms cubic-bezier(0.22, 1, 0.36, 1),
      transform 320ms cubic-bezier(0.22, 1, 0.36, 1) !important;
  }

  .site-shell .home-header.is-open .home-header__nav > a,
  .site-shell .home-header.is-open .home-header__subnav,
  .site-shell .home-header.is-open .home-header__socials,
  .site-shell .home-header.is-open .home-header__legal {
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important;
  }

  .site-shell .home-header.is-open .home-header__nav > a:nth-of-type(1) {
    transition-delay: 35ms !important;
  }

  .site-shell .home-header.is-open .home-header__nav > a:nth-of-type(2) {
    transition-delay: 65ms !important;
  }

  .site-shell .home-header.is-open .home-header__subnav {
    transition-delay: 85ms !important;
  }

  .site-shell .home-header.is-open .home-header__nav > a:nth-of-type(3) {
    transition-delay: 95ms !important;
  }

  .site-shell .home-header.is-open .home-header__nav > a:nth-of-type(4) {
    transition-delay: 125ms !important;
  }

  .site-shell .home-header.is-open .home-header__socials,
  .site-shell .home-header.is-open .home-header__legal {
    transition-delay: 150ms !important;
  }

  @media (prefers-reduced-motion: reduce) {
    .site-shell .home-header__nav,
    .site-shell .home-header__nav > a,
    .site-shell .home-header__subnav,
    .site-shell .home-header__socials,
    .site-shell .home-header__legal {
      transition: none !important;
      transform: none !important;
    }
  }
}
