/* - - - - - - - - - - - - - - - - - -

Bite Collective
Custom styles

Designed + developed by Mike at Slate
https://slateapp.com/studio

// - - - - - - - - - - - - - - - - - - */
@font-face {
  font-family: "MaisonNeue";
  src: url("https://s3-us-west-1.amazonaws.com/media-us-westslateappcom/nialldowning/production/clips/997dc754-2b3d-4445-8b50-35915eeeb37a/maisonneueextendedweb-book.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "MaisonNeue";
  src: url("https://s3-us-west-1.amazonaws.com/media-us-westslateappcom/nialldowning/production/clips/d5a35d02-c0b2-4264-9db2-96ef20bf1b64/maisonneueextendedweb-medium.woff2") format("woff2");
  font-weight: 500;
}
:root {
  --font-family-serif: itc-bodoni-seventytwo-pro, serif;
}

.logo-color {
  fill: var(--accent-color);
  transition: fill 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}

@media only screen and (max-width: 991px) {
  .logo svg {
    height: 40px;
  }
}
.logo:hover .logo-color {
  fill: var(--text-strong-color);
}

.body--header-inverse .header {
  background: linear-gradient(180deg, rgba(27, 28, 32, 0.5), transparent);
}
.body--header-inverse .header .logo:hover .logo-color {
  fill: var(--background-color);
}

.state--menu-open .body--header-inverse .header {
  background: transparent;
}

.menu {
  align-self: flex-start;
}
.menu li a {
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1) !important;
}
.menu li:hover > span {
  color: var(--accent-color) !important;
}

.menu li a svg,
.menu li span svg {
  display: none;
}

.menu__dropdown {
  left: 50% !important;
  transform: translateX(-50%) !important;
  --text-strong-color: var(--background-color);
}
.menu__dropdown ul {
  padding: 10px !important;
  background: var(--accent-color) !important;
}
.menu__dropdown ul:after {
  left: calc(50% - 10px) !important;
  border-bottom-color: var(--accent-color) !important;
}
.menu__dropdown ul li a {
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1) !important;
  padding: 14px 16px 12px !important;
}
.menu__dropdown ul li a:hover, .menu__dropdown ul li a.active {
  background: var(--background-color) !important;
  color: var(--accent-color) !important;
}
.menu__dropdown ul:hover li a {
  background: transparent !important;
  color: var(--background-color) !important;
}
.menu__dropdown ul:hover li a:hover {
  background: var(--background-color) !important;
  color: var(--accent-color) !important;
}

.footer {
  padding: max(40px, var(--wrap-pad)) 0;
}
.footer .logo svg {
  height: 40px;
}
@media only screen and (min-width: 992px) {
  .footer .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer .wrap .footer__contact,
  .footer .wrap .social {
    margin-top: 0;
  }
}
.footer__contact a {
  text-decoration: none;
}
.footer .social li a {
  background: var(--text-strong-color);
}
.footer .social li a:hover {
  background: var(--accent-color);
}

.marketing {
  margin-top: 0 !important;
}

@media only screen and (min-width: 992px) {
  .cookies {
    width: 560px;
  }
}

.fullscreen-video-carousel__info h2 {
  font-family: var(--font-family-primary);
}
.fullscreen-video-carousel__info h3 {
  font-family: var(--font-family-primary);
  font-size: 16px;
}
.fullscreen-video-carousel__info h3 strong,
.fullscreen-video-carousel__info h3 span {
  display: block;
}

.about {
  padding: max(40px, var(--wrap-pad)) 0;
  text-align: center;
}
.about h2 {
  font-family: var(--font-family-serif);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--accent-color);
}
@media only screen and (min-width: 1312px) {
  .about h2 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1600px) {
  .about h2 {
    font-size: 96px;
  }
}
.about__contacts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--wrap-pad) 0;
  gap: var(--wrap-pad);
}
@media only screen and (min-width: 688px) {
  .about__contacts {
    flex-direction: row;
    justify-content: space-evenly;
  }
}
.about__contacts__item p {
  margin-top: 0;
}
.about__text {
  text-wrap: balance;
  padding-bottom: 8px;
}
.about__text p:not(:first-child) {
  margin-top: 24px;
}

.clients {
  padding: max(40px, var(--wrap-pad)) 0;
  background: var(--accent-color);
  text-align: center;
}
.clients h2 {
  font-family: var(--font-family-serif);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--background-color);
}
@media only screen and (min-width: 1312px) {
  .clients h2 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1600px) {
  .clients h2 {
    font-size: 96px;
  }
}
.clients__logos {
  display: flex;
  flex-flow: wrap;
  padding-top: var(--wrap-pad);
  justify-content: center;
}
.clients__logos__item {
  width: 33.33%;
  padding: 16px;
}
@media only screen and (min-width: 688px) {
  .clients__logos__item {
    width: 140px;
  }
}
.clients__logos__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.director-hero {
  position: relative;
  aspect-ratio: 16/9;
  background: var(--background-inverse-color);
}
@media only screen and (min-width: 992px) {
  .director-hero {
    aspect-ratio: 2/1;
  }
}
.director-hero .fullscreen-video-carousel,
.director-hero .fullscreen-video-carousel__item {
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .director-hero .fullscreen-video-carousel__info h2 {
    font-size: 24px;
  }
}
.director-hero .fullscreen-video-carousel__info h3 span {
  display: none;
}
@media only screen and (max-width: 991px) {
  .director-hero .fullscreen-video-carousel__nav {
    display: none;
  }
}

.director-heading {
  margin-top: var(--section-margin-regular);
}
.director-heading .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media only screen and (min-width: 992px) {
  .director-heading .wrap {
    flex-direction: row;
    justify-content: space-between;
  }
}
.director-heading .director-reels__menu {
  margin: 0;
}
.director-heading .director-reels__menu .button {
  padding: 15px 30px;
}
.director-heading .director-reels__menu .button svg {
  fill: currentColor;
  height: 11px;
}
.director-heading h1 {
  color: var(--accent-color);
}

.director-reels__menu a {
  margin: 0 2px;
  border-radius: 0 var(--button-border-radius) var(--button-border-radius) 0;
  background: var(--background-alt-color);
  color: var(--text-medium-color);
}
.director-reels__menu a:hover {
  background: var(--background-alt-color);
  color: var(--accent-color);
}
.director-reels .grid-item__title h2 {
  font-size: 24px !important;
}
.director-reels .grid-item__title h3 {
  font-size: 16px !important;
}

.video__details li {
  font-size: 14px;
}
@media only screen and (min-width: 1312px) {
  .video__details li {
    font-size: 16px;
  }
}

.director-bio {
  margin-top: max(40px, var(--wrap-pad));
  background: var(--accent-color);
  color: var(--background-color);
  padding: max(40px, var(--wrap-pad)) 0;
}
@media only screen and (min-width: 1312px) {
  .director-bio .wrap {
    display: flex;
    gap: var(--wrap-pad);
  }
}
.director-bio h3 {
  font-family: var(--font-family-primary);
  font-weight: 500;
  color: var(--background-color);
}
.director-bio__grid {
  margin-top: var(--wrap-pad);
  text-wrap: pretty;
}
@media only screen and (min-width: 992px) {
  .director-bio__grid {
    column-count: 2;
    column-gap: var(--wrap-pad);
  }
}
@media only screen and (min-width: 1312px) {
  .director-bio__grid {
    max-width: 1000px;
    margin: auto;
  }
}
.director-bio__grid img {
  margin-bottom: min(40px, var(--wrap-pad));
}
.director-bio p a {
  color: var(--background-color);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(237, 237, 230, 0.5);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  font-weight: 500;
}
.director-bio p a:hover {
  color: var(--background-color);
  text-decoration-color: var(--background-color);
}

.body--legal .text {
  padding-bottom: var(--section-margin-regular);
}
.body--legal .text ul, .body--legal .text ol {
  list-style-position: outside;
  padding-left: var(--p-font-size);
}
.body--legal .text ul li:not(:first-child), .body--legal .text ol li:not(:first-child) {
  margin-top: 8px;
}