@charset "UTF-8";
.about-us-bio {
  margin: 1.5rem 0 0;
  background-color: rgba(187, 183, 174, 0.9);
}
.about-us-bio > *:not(:is(.contextual, .contextual-links)) {
  overflow: visible !important;
}
.about-us-bio h3 {
  margin: 0;
  font-family: var(--font-amatic);
  background-color: var(--tallorders-tan);
  color: var(--color-charcoal);
}
.about-us-bio__photo {
  float: left;
  flex-shrink: 0;
}
.about-us-bio__photo *:not(:is(.contextual, .contextual-links)) {
  display: flex;
  height: 100%;
}
.about-us-bio__photo img {
  object-fit: cover;
}
@media (min-width: 576px) {
  .about-us-bio__photo {
    max-width: 27.5%;
  }
}
@media (min-width: 992px) {
  .about-us-bio__photo {
    max-width: 22.5%;
  }
}
.about-us-bio__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.contact-form {
  background-color: #b9aca2;
}
.contact-form > *:not(.contextual) {
  overflow: visible !important;
}
.contact-form form {
  display: flex !important;
  flex-direction: column;
  gap: 1.125rem;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.parallax__layer:not(.parallax__layer--city, .parallax__layer--header) {
  opacity: 0;
  animation: fadeIn 1s forwards;
}

.parallax__layer--city {
  width: 200%;
  background-image: url("../../images/bg--cityscape.jpg");
  background-position: center 100%;
  background-repeat: repeat-x;
  background-size: auto 60%;
  transform: translateZ(-0.2px) scale(1.2);
  transform-origin: bottom;
}

body.path-frontpage .parallax__layer--header {
  opacity: 0;
  animation: fadeIn 1s forwards;
  transform: translateZ(0px) scale(1);
}

body.path-frontpage .parallax__layer--background {
  height: 60.5%;
  transform: translateY(22.5%) translateZ(-0.175px) scale(1.175);
  transform-origin: top;
}

body.path-frontpage .parallax__layer--midground {
  height: 60.5%;
  transform: translateY(35%) translateZ(-0.125px) scale(1.15);
  transform-origin: top;
}

body.path-frontpage .parallax__layer--foreground {
  height: 60.5%;
  transform: translateY(43.5%) translateZ(-0.09px) scale(1.125);
  transform-origin: top;
}

body.path-frontpage .header__bg {
  height: 100%;
}

body.path-frontpage .background--putney-bus {
  height: 100%;
  max-height: 40%;
  position: absolute;
  bottom: 0;
  right: 10%;
  aspect-ratio: 129/250;
  background-image: url("../../images/putney-bus.png");
  background-size: contain;
  animation: bus-wiggle 1s linear;
  animation-iteration-count: infinite;
  transform-origin: right bottom;
}

body.path-frontpage .background--tall-truck {
  height: 100%;
  max-height: 40%;
  position: absolute;
  bottom: 0;
  right: 65%;
  aspect-ratio: 87/225;
  background-image: url("../../images/tall-truck.png");
  background-size: contain;
  animation: bus-wiggle 1s linear;
  animation-iteration-count: infinite;
  transform-origin: right bottom;
}

body.path-frontpage .midground--soft-soap-bus {
  height: 100%;
  max-height: 65%;
  position: absolute;
  bottom: 3%;
  right: 85%;
  aspect-ratio: 176/415;
  background-image: url("../../images/soft-soap-bus.png");
  background-size: contain;
  animation: bus-wiggle 1.5s linear;
  animation-iteration-count: infinite;
  transform-origin: right bottom;
}

body.path-frontpage .foreground--lady-cop {
  height: 100%;
  max-height: 35%;
  position: absolute;
  bottom: -3%;
  right: 70%;
  aspect-ratio: 169/259;
  background-image: url("../../images/lady-cop.png");
  background-size: contain;
}

body.path-frontpage .foreground--unicycle-postbox {
  height: 100%;
  max-height: 35%;
  position: absolute;
  right: 0;
  bottom: 0;
  aspect-ratio: 132/230;
  background-image: url("../../images/unicycle-postbox.png");
  background-size: contain;
}

body:not(.path-frontpage) .parallax__layer--background,
body:not(.path-frontpage) .parallax__layer--midground,
body:not(.path-frontpage) .parallax__layer--foreground,
body:not(.path-frontpage) .header__bg {
  display: none;
}

body:not(.path-frontpage) .parallax__layer--header {
  position: static;
}

.media--view-mode-button a {
  display: inline-block;
  position: relative;
  min-width: fit-content;
  margin: 0;
  border: 1px solid;
  padding: 1.125rem 1.5rem;
  border-color: transparent !important;
  background-color: var(--tallorders-brown);
  outline: 0.25rem solid transparent !important;
  font-family: "Amatic SC", cursive;
}
.media--view-mode-button a {
  font-size: 1.44rem;
}
@media all and (min-width: 768px) {
  .media--view-mode-button a {
    font-size: calc(1.44rem + (1vw - 7.68px) * 0.3101265823);
  }
}
@media all and (min-width: 1400px) {
  .media--view-mode-button a {
    font-size: 1.5625rem;
  }
}
.media--view-mode-button a {
  line-height: 1.34;
}
.media--view-mode-button a {
  font-weight: bold;
  line-height: 1 !important;
  letter-spacing: 0.03125em;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  color: var(--color-white);
  transition: ease-in-out 0.15s;
  transition-property: border, background-color, color, outline-color;
  cursor: pointer;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.media--view-mode-button a:hover {
  background-color: var(--tallorders-orange);
}
.media--view-mode-button a:hover::after {
  top: -1px;
  right: -3px;
  bottom: -1px;
  left: -2px;
  background-color: rgba(221, 221, 221, 0.062745098);
  border-radius: 15px 225px 15px 225px/225px 15px 225px 15px;
  border-width: 2px;
}
.media--view-mode-button a:focus-visible {
  outline-color: rgba(170, 93, 47, 0.25) !important;
}
.media--view-mode-button a:active {
  background-color: var(--color-primary);
  color: var(--esl-color-white);
}
.media--view-mode-button a::after {
  content: "";
  position: absolute;
  top: 2px;
  right: -2px;
  bottom: 1px;
  left: -1px;
  display: block;
  border: 2px solid #000;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  transition: ease-in-out 0.15s;
  transition-property: background-color;
}

.profile {
  gap: 1.5rem;
  background-color: rgba(187, 183, 174, 0.9);
}
.profile > *:not(:is(.contextual, .contextual-links)) {
  overflow: visible !important;
}
.profile::after {
  z-index: 1;
}
.profile__sidebar {
  position: sticky !important;
  top: 0;
  z-index: 1;
  flex-shrink: 0;
  background-color: var(--tallorders-tan);
}
@media (min-width: 768px) {
  .profile__sidebar {
    position: relative !important;
    top: auto;
    max-width: 33%;
  }
}
.profile__sidebar--sticky {
  display: flex !important;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .profile__sidebar--sticky {
    flex-direction: column;
    flex-wrap: wrap;
    position: sticky !important;
    top: 0;
  }
}
.profile__sidebar .media--type-image {
  position: relative;
  max-width: 50%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .profile__sidebar .media--type-image {
    max-width: none;
  }
}
.profile__sidebar .media--type-image::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -3px;
  left: -3px;
  display: block;
  border: 2px solid var(--color-charcoal);
  border-radius: 10px 225px 10px 225px/225px 10px 225px 10px;
}
.profile__sidebar .btn {
  width: 100%;
}
.profile__links {
  display: flex;
  gap: 1.5rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .profile__links {
    flex-direction: column;
  }
}
.profile__links a {
  width: 100%;
}
.profile__links > * {
  display: flex;
}
.profile .field--name-field-profile-imdb a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.field--name-field-project-type .field__item {
  flex-shrink: 0;
}

.project {
  display: flex;
  flex-direction: column;
}
.project__metadata {
  flex-wrap: wrap;
  column-gap: 0.75rem;
  margin-top: -1.125rem;
  margin-bottom: 1.125rem;
}
.project__metadata {
  font-size: 0.8333333333rem;
}
@media all and (min-width: 768px) {
  .project__metadata {
    font-size: calc(0.8333333333rem + (1vw - 7.68px) * 0.4219409283);
  }
}
@media all and (min-width: 1400px) {
  .project__metadata {
    font-size: 1rem;
  }
}
.project__metadata .field__items {
  display: flex;
  gap: 0.375rem;
}
.project__metadata .field__items .field__item + .field__item::before {
  content: "•";
  margin-right: 0.375rem;
}
.project__intro {
  display: grid !important;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.125rem;
  padding: 1.5rem;
}
.project__intro::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: var(--tallorders-mint);
}
.project__intro-media {
  grid-column: 1/-1;
  display: flex !important;
  margin: -1.5rem -1.5rem 0;
}
.project__intro-media div:not(.contextual):not(.contextual *), .project__intro-media article {
  display: flex;
  align-self: stretch;
}
.project__intro-media img {
  max-height: 100%;
  object-fit: cover;
}
.project__intro:has(.project__key-image--v) .project__credits--owners {
  grid-column-start: 5;
}
.project__intro:has(.project__key-image--v) .project__credits--owners:not(:has(.field__item + .field__item)) + .project__credits--starring {
  grid-column-start: 5;
  grid-row: 2;
}
.project__trailer {
  display: flex;
}
.project__trailer img {
  width: 100%;
}
.project__trailer + .watch-trailer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  font-family: var(--font-amatic);
  color: white;
  pointer-events: none;
  text-shadow: 1px 1px 5px black;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.project__synopsis {
  grid-column: 1/-1;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  border-radius: 0 !important;
}
.project__synopsis {
  font-size: 0.9128709292rem;
}
@media all and (min-width: 768px) {
  .project__synopsis {
    font-size: calc(0.9128709292rem + (1vw - 7.68px) * 0.2205799261);
  }
}
@media all and (min-width: 1400px) {
  .project__synopsis {
    font-size: 1rem;
  }
}
.project__full-movie {
  grid-column: 1/-1;
}
.project__details {
  display: grid !important;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
  row-gap: inherit;
  margin: 0 -1.5rem -1.5rem;
  border-radius: 0 !important;
  padding: 1.5rem !important;
  background-color: rgba(255, 255, 255, 0.35);
}
.project__details:not(:has(.project__credits--owners .field__item + .field__item)) .project__key-image--v {
  grid-row: 1/3;
}
.project__key-image--v {
  grid-column: 1/5;
  z-index: 1;
  border-radius: 0 !important;
}
.project__credits--owners, .project__credits--starring {
  border-radius: 0 !important;
}
.project__credits--owners {
  grid-column: 1/-1;
  align-self: center;
  justify-self: center;
}
.project__credits--owners .field__items {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}
.project__credits--owner {
  align-items: center;
  column-gap: 0.75rem;
}
.project__credits--owner .field__items {
  display: flex;
  column-gap: 1.5rem;
}
.project__credits--owner-photo {
  max-width: 3rem;
  border: 1px solid;
  border-radius: 50%;
  overflow: hidden;
}
.project__credits--owner-photo img {
  display: block;
  width: 100%;
}
.project__credits--owner-name {
  font-family: var(--font-amatic);
}
.project__credits--owner-name {
  font-size: 1.44rem;
}
@media all and (min-width: 768px) {
  .project__credits--owner-name {
    font-size: calc(1.44rem + (1vw - 7.68px) * 0.3101265823);
  }
}
@media all and (min-width: 1400px) {
  .project__credits--owner-name {
    font-size: 1.5625rem;
  }
}
.project__credits--owner-name {
  line-height: 1.34;
}
.project__credits--owner-name {
  color: var(--tallorders-green);
}
.project__credits--owner-credits {
  font-size: 0.8333333333rem;
}
@media all and (min-width: 768px) {
  .project__credits--owner-credits {
    font-size: calc(0.8333333333rem + (1vw - 7.68px) * -0.0843881857);
  }
}
@media all and (min-width: 1400px) {
  .project__credits--owner-credits {
    font-size: 0.8rem;
  }
}
.project__credits--starring {
  grid-column: 1/-1;
}
.project__credits--starring {
  font-size: 0.8333333333rem;
}
@media all and (min-width: 768px) {
  .project__credits--starring {
    font-size: calc(0.8333333333rem + (1vw - 7.68px) * -0.0843881857);
  }
}
@media all and (min-width: 1400px) {
  .project__credits--starring {
    font-size: 0.8rem;
  }
}
.project__credits--starring .field--name-field-project-credits-starring {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.375rem;
}
.project__credits--starring .field__label {
  font-weight: bold;
}
.project__credits--starring .field__label::after {
  content: ":";
}
.project__credits--starring .field__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 0.375rem;
}
.project__credits--starring .field__items .field__item {
  white-space: nowrap;
}
.project__credits--starring .field__items .field__item::after {
  content: "•";
  margin-left: 0.375rem;
}
.project__credits--starring .field__items .field__item:last-child::after {
  content: "";
  margin: 0;
}
.project__section {
  margin: 1.5rem 0;
  background-color: rgba(187, 183, 174, 0.9);
}
.project__section::after {
  border-width: 2px !important;
}
.project__section:last-child {
  margin-bottom: 0;
}
.project__section > .col {
  overflow: visible !important;
}
.project__clips a {
  color: var(--color-charcoal);
  text-decoration: none;
}
.project__clips figcaption {
  font-size: 0.8333333333rem;
}
@media all and (min-width: 768px) {
  .project__clips figcaption {
    font-size: calc(0.8333333333rem + (1vw - 7.68px) * -0.0843881857);
  }
}
@media all and (min-width: 1400px) {
  .project__clips figcaption {
    font-size: 0.8rem;
  }
}
.project__clips figcaption {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.node--type-project.node--view-mode-poster .field--name-field-project-key-image__h,
.node--type-project.node--view-mode-teaser .field--name-field-project-key-image__h {
  height: 100%;
  aspect-ratio: 1.86910995/1;
}
.node--type-project.node--view-mode-poster .field--name-field-project-key-image__v,
.node--type-project.node--view-mode-teaser .field--name-field-project-key-image__v {
  height: 100%;
}
.node--type-project.node--view-mode-poster .field--name-field-project-key-image__v img,
.node--type-project.node--view-mode-teaser .field--name-field-project-key-image__v img {
  width: 100%;
  height: 100%;
}

.view-display-id-project_related .row,
.view-display-id-project_news .row {
  row-gap: 1.5rem;
}

@container layout-content (min-width: 480px) {
  .project__intro:has(.project__key-image--v) .project__credits--owners,
  .project__intro:has(.project__key-image--v) .project__credits--starring {
    grid-column-start: 6;
  }
  .project__intro:has(.project__key-image--v) .project__credits--owners:not(:has(.field__item + .field__item)) + .project__credits--starring {
    grid-column-start: 6;
  }
  .project__intro:has(.project__key-image--v) .project__credits--starring {
    grid-row-start: 2;
  }
  .project__key-image--v {
    grid-column-end: 6;
    grid-row: 1/3;
  }
  .project__credits--owners {
    justify-self: auto;
  }
  .project__credits--starring .field--name-field-project-credits-starring {
    justify-content: normal;
  }
  .project__credits--starring .field__items {
    flex-direction: row;
    justify-content: normal;
  }
  .project__credits--starring .field__items .field__item::after {
    content: "•";
    margin-left: 0.375rem;
  }
  .project__credits--starring .field__items .field__item:last-child::after {
    content: "";
    margin: 0;
  }
}
@container layout-content (min-width: 576px) {
  .project__intro:has(.project__key-image--v) .project__credits--owners,
  .project__intro:has(.project__key-image--v) .project__credits--starring {
    grid-column-start: 4;
  }
  .project__intro:has(.project__key-image--v) .project__credits--owners:not(:has(.field__item + .field__item)) + .project__credits--starring {
    grid-column-start: 4;
  }
  .project__key-image--v {
    grid-column-end: 4;
  }
  .project__credits--owners .field__items {
    flex-direction: row;
    gap: 3rem;
  }
}
@container layout-content (min-width: 768px) {
  .project__key-image--v {
    grid-column: 1/-1;
    grid-row: auto;
  }
  .project__intro::after {
    z-index: 2;
  }
  .project__intro:has(.project__full-movie) .project__details {
    grid-row-end: 4;
  }
  .project__intro:not(:has(.project__details)) .project__intro-media,
  .project__intro:not(:has(.project__details)) .project__synopsis,
  .project__intro:not(:has(.project__details)) .project__full-movie {
    grid-column-end: -1;
  }
  .project__intro-media {
    grid-column-end: 10;
    z-index: 1;
    margin-right: 0;
  }
  .project__details {
    grid-column: 10/-1;
    grid-row: 1/3;
    align-content: center;
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
  .project__credits--owners {
    grid-column-start: 1 !important;
    align-self: end;
  }
  .project__credits--owners .field__items {
    flex-direction: column;
    gap: 1.5rem;
  }
  .project__credits--starring {
    grid-column-start: 1 !important;
    grid-row-start: auto !important;
  }
  .project__synopsis {
    grid-column: 1/10;
    padding-right: 1.5rem !important;
  }
  .project__full-movie {
    grid-column-end: 10;
  }
}
hr {
  border-top: 2px solid var(--color-primary);
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  clip-path: polygon(0 0, 0 3px, 10% 2px, 30% 3px, 65% 1px, 100% 2px, 100% 0, 85% 0px, 50% 0px, 20% 1px);
}

#cboxOverlay {
  background-color: var(--color-light-grey);
}

#colorbox .scribble-box::after {
  border-color: var(--tallorders-green);
}

.node--type-project.node--view-mode-poster .project-teaser__overlay .field--name-field-project-status,
.node--type-project.node--view-mode-poster .project-teaser__overlay .field--name-field-project-release-year, .node--type-project.node--view-mode-teaser .project-teaser__overlay .field--name-field-project-status,
.node--type-project.node--view-mode-teaser .project-teaser__overlay .field--name-field-project-release-year {
  font-size: 0.8333333333rem;
}
@media all and (min-width: 768px) {
  .node--type-project.node--view-mode-poster .project-teaser__overlay .field--name-field-project-status,
  .node--type-project.node--view-mode-poster .project-teaser__overlay .field--name-field-project-release-year, .node--type-project.node--view-mode-teaser .project-teaser__overlay .field--name-field-project-status,
  .node--type-project.node--view-mode-teaser .project-teaser__overlay .field--name-field-project-release-year {
    font-size: calc(0.8333333333rem + (1vw - 7.68px) * -0.0843881857);
  }
}
@media all and (min-width: 1400px) {
  .node--type-project.node--view-mode-poster .project-teaser__overlay .field--name-field-project-status,
  .node--type-project.node--view-mode-poster .project-teaser__overlay .field--name-field-project-release-year, .node--type-project.node--view-mode-teaser .project-teaser__overlay .field--name-field-project-status,
  .node--type-project.node--view-mode-teaser .project-teaser__overlay .field--name-field-project-release-year {
    font-size: 0.8rem;
  }
}
.node--type-project.node--view-mode-poster .project-teaser__overlay .field--name-field-project-status,
.node--type-project.node--view-mode-poster .project-teaser__overlay .field--name-field-project-release-year, .node--type-project.node--view-mode-teaser .project-teaser__overlay .field--name-field-project-status,
.node--type-project.node--view-mode-teaser .project-teaser__overlay .field--name-field-project-release-year {
  font-weight: normal;
}

.node--type-news.node--view-mode-teaser .node__content {
  display: flex;
  flex-direction: column;
  row-gap: 0.375rem;
  overflow: visible;
}
.view-display-id-news_page .node--type-news {
  background-color: var(--color-light-grey);
}

.teaser__overlay {
  position: absolute;
  bottom: 0;
  margin: 0;
  left: 0;
  color: white;
  text-shadow: 1px 1px 5px black;
  padding: 0.75rem;
  right: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.teaser__overlay h2 {
  margin-bottom: 0;
  text-align: left;
  letter-spacing: 0.03125em;
}

.teaser__more {
  font-family: var(--font-amatic);
  font-weight: bold;
}
.teaser__more {
  font-size: 1.2rem;
}
@media all and (min-width: 768px) {
  .teaser__more {
    font-size: calc(1.2rem + (1vw - 7.68px) * 0.1265822785);
  }
}
@media all and (min-width: 1400px) {
  .teaser__more {
    font-size: 1.25rem;
  }
}
.teaser__more {
  line-height: 1.42;
}
.teaser__more a {
  text-decoration: none;
}
.teaser__more a::after {
  content: ">";
  margin-left: 0.375rem;
  color: var(--color-secondary);
}
