html {
  background-color: oklch(95.6% 0.06 340deg);
  color: oklch(48% 0.006 257deg);
}

html.green {
  background-color: oklch(90.7% 0.0165 133.8deg);
}

footer.green {
  background-color: oklch(87.5% 0.045 141deg / 0.6563);
}

body {
  margin: 0;
}

a {
  color: #469eff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

nav {
  justify-content: space-between;
  padding: 30px 10px;
}
nav .flex {
  align-items: center;
}
nav .flex a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  text-transform: lowercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: oklch(48% 0.006 257deg);
  text-decoration: none;
  margin: 0 10px;
  padding-bottom: 6px;
  border-bottom: 0;
}
nav .flex a:hover {
  color: black;
  border-bottom: 0;
}
nav .flex a.active {
  color: oklch(48% 0.006 257deg);
  border-bottom: 1px solid oklch(48% 0.006 257deg);
}
nav .flex a:hover.active {
  color: black;
  border-bottom: 1px solid black;
}
nav .flex a:first-child {
  padding-left: 0;
}
nav .flex a:last-child {
  padding-right: 0;
}
nav.container {
  width: 90%;
}

.title-logo img {
  max-width: 268px;
  object-fit: contain;
  opacity: 0.8;
}

.atv-carousel > nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
.atv-carousel > nav .title-logo img {
  filter: none;
  opacity: 1;
}

@media only screen and (max-width: 700px) {
  .atv-carousel > nav .title-logo img {
    max-width: 85%;
  }
}
.atv-carousel > nav .flex {
  justify-content: center;
}
.atv-carousel > nav .flex > a {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 0;
}
.atv-carousel > nav .flex > a:hover {
  color: rgb(255, 255, 255);
  border-bottom: 0;
}
.atv-carousel > nav .flex > a.active {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

footer {
  margin-top: 5%;
  padding-bottom: 1%;
  background: oklch(86.8% 0.0807 330deg / 0.4);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  height: 100px;
  display: flex;
  line-height: 23px;
}
footer .container {
  justify-content: space-between;
  align-items: center;
}
footer a {
  color: oklch(48% 0.006 257deg);
  text-decoration: none;
  padding: 10px;
}
footer a svg:hover {
  fill: oklch(48% 0.006 257deg);
}
footer a:first-child {
  padding-left: 0;
}
footer a:last-child {
  padding-right: 0;
}
footer .caption {
  color: rgba(102, 104, 108, 0.8);
}

.container {
  width: 70%;
}

.center {
  margin: auto;
}

.flex {
  display: flex;
}

.statement {
  font-family: "Poppins", sans-serif;
  color: oklch(48% 0.006 257deg);
  line-height: 24px;
  margin-bottom: 60px;
}
.statement h2 {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.6px;
  margin: 6% 0 2% 0;
  text-transform: lowercase;
}
.statement p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.1px;
  color: rgba(102, 104, 108, 0.8);
  margin-top: 1%;
  margin-bottom: 1%;
}
.statement span {
  font-size: 16px;
  text-transform: lowercase;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.7px;
  color: rgba(102, 104, 108, 0.7);
}

.boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-template-rows: 400px;
  grid-gap: 2.5%;
  background-position: center center;
  margin: 2.5% auto;
  width: 90%;
}
.boxes a {
  text-decoration: none;
}
.boxes a:hover {
  transition: 0.7s;
  transform: translateY(-1.5px);
}
.boxes a p:hover {
  transition: 0.5s;
  transform: translateY(-3px);
}
.boxes #gallery {
  background: url(/assets/images/gallery.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
}
.boxes #gallery:hover {
  transition: 0.5s;
  background: linear-gradient(rgba(71, 52, 248, 0.3), rgba(204, 0, 255, 0.2)), url(/assets/images/gallery.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
.boxes #cast-crew {
  background-size: cover;
  background-position: 50% 50%;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
  background-image: url(/assets/images/cast-crew.jpg);
}
.boxes #cast-crew:hover {
  transition: 0.5s;
  background-blend-mode: overlay;
  background: linear-gradient(rgba(103, 40, 30, 0.3), rgba(145, 32, 6, 0.3)), url(/assets/images/cast-crew.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

.crew-bios {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  grid-gap: 60px;
  font-family: "Poppins", sans-serif;
}
.crew-bios .anchorlink {
  padding-top: 50px;
  margin-top: -50px;
}
.crew-bios .crew-bio {
  margin: 0 5%;
}

.cast {
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin-bottom: 10%;
  width: 90%;
}
.cast h4 {
  margin: 0;
}
.cast h4 > a {
  font-weight: 500;
  text-decoration: none;
  color: oklch(36% 0.004 257deg);
}
.cast h5 {
  color: oklch(48% 0.006 257deg);
  font-weight: 400;
  margin: 0;
}
.cast hr {
  border: 0.65px solid oklch(48% 0.006 257deg);
}
.cast .grid {
  /* changed from grid layout to column layout for masonry effect */
  column-count: 1;
  column-gap: 2rem;
  width: 100%;
  max-width: 900px;
  margin: auto;
  margin-bottom: 10%;
}
.cast .item {
  break-inside: avoid;
  margin-bottom: 2rem;
  padding: 1.5rem 0;
}
.cast .item > :first-child {
  padding-bottom: 2px;
}

@media (min-width: 445px) {
  .cast {
    text-align: left;
  }
}
.box {
  height: 400px;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  color: white;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
  line-height: 400px;
  background-size: cover;
}
.box:hover {
  background-color: transparent;
}

.trailer {
  position: relative;
  width: 90%;
  margin: auto;
  height: 0;
  padding-bottom: 56.27198%;
}
.trailer iframe {
  border-width: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
}

h1 {
  text-align: center;
  font-weight: 400;
  font-size: calc(1.5em + 0.1 * (100vw - 21em) / 14);
  letter-spacing: 1.75px;
  text-transform: lowercase;
  margin: 4% 0;
}

.crew-bio {
  margin: 5% 0;
}
.crew-bio img {
  margin: 3px 30px 10px 0;
}

.personal-info {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.1px;
  color: rgba(102, 104, 108, 0.8);
}
.personal-info h5 {
  color: oklch(48% 0.006 257deg);
  font-size: 16px;
  text-transform: lowercase;
  font-weight: 500;
  margin: 1% 0;
}

h1,
h2,
h3,
h4,
p,
ul {
  font-family: "Poppins", sans-serif;
}

.story h2 {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.6px;
  margin: 2% 0 6% 0;
}
.story img {
  width: 100%;
  margin: 2% 0;
}
.story p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.1px;
  color: rgba(102, 104, 108, 0.8);
  margin-top: 1%;
  margin-bottom: 1%;
}
.story p img {
  max-width: 900px;
}

.caption {
  color: rgba(102, 104, 108, 0.8);
  text-align: center;
}

.poster {
  width: 100%;
  height: 500px;
  background-image: url(/assets/images/gamers-poster.jpg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 5% auto;
}

.image-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(315px, 1fr));
  grid-template-rows: autofit;
  grid-gap: 20px 20px;
  margin: auto 30px;
}

.image-gallery a {
  margin: auto;
  text-align: center;
  text-decoration: none !important;
}

.image-gallery a span {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 3px 0;
}

.image-gallery a img {
  width: 100%;
  display: block;
  height: 240px;
  object-fit: cover;
}

.creators {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  grid-gap: 30px;
  margin-bottom: 7%;
}

.production {
  margin: auto;
}
.production p {
  max-width: 800px;
  margin: auto;
}
.production h2 {
  max-width: 800px;
  margin: auto;
  margin-bottom: 2%;
  margin-top: 6%;
}

.press {
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}
.press h3 {
  font-weight: 500;
}
.press h4 {
  margin: 8px 0;
  font-weight: 400;
  color: #e7e7e7;
}
.press h4 a {
  text-decoration: none;
  color: #FC81B6;
}
.press h4 a:hover {
  color: #ffaed1;
  text-decoration: underline;
}
.press ul {
  list-style-type: none;
  margin: 8px 0;
  padding-left: 12px;
}
.press .grid {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}

.grid {
  display: grid;
}

#backtotop {
  position: fixed;
  bottom: 50px;
  right: 40px;
  transition: 0.3s;
  border: 0;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  background-color: #5e665a;
}
#backtotop:focus {
  outline: none;
}
#backtotop:hover {
  transition: 0.2s;
  height: 54px;
  width: 54px;
  bottom: 48px;
  right: 38px;
}

.show {
  opacity: 1;
}

.hide {
  opacity: 0;
}

@media only screen and (max-width: 820px) {
  .container {
    width: 80%;
  }
  .press .grid {
    grid-template-columns: 1fr;
  }
  .cast {
    width: 80%;
  }
}
#sm-nav {
  display: none;
}

@media only screen and (max-width: 700px) {
  #sm-nav {
    display: block;
    order: 0;
    margin-bottom: 10px;
    margin-top: 0;
  }
  nav {
    /* Added flex layout to stack #sm-nav above .title-logo */
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  nav #reg-nav {
    display: none;
  }
  .title-logo {
    order: 1;
    margin-left: auto;
    margin-right: auto;
    display: block;
    align-self: center;
    padding-block-start: 60px;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
    align-self: unset;
  }
  .title-logo img {
    max-width: 66%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .cast {
    /* Removed grid-specific styles */
  }
  .crew-bios {
    grid-template-columns: 1fr;
    font-family: "Poppins", sans-serif;
  }
  .crew-bios h5 {
    margin: 15px 0;
  }
  .crew-bios .flex {
    flex-direction: column;
  }
  .crew-bios img {
    width: 100%;
    margin: auto;
  }
  .crew-bios .headshot {
    overflow: hidden;
    max-height: 500px;
    margin: auto auto 15px auto;
  }
  .crew-bios br {
    line-height: 2;
  }
  .crew-bios .anchorlink {
    padding-top: 510px;
    margin-top: -510px;
  }
}
@media only screen and (max-width: 600px) {
  footer {
    height: 125px;
  }
  footer .footer-text {
    text-align: center;
  }
  footer .container {
    flex-direction: column-reverse;
  }
}
@supports not (grid-template-rows: 1fr 1fr 1fr) {
  @media only screen and (max-width: 654px) {
    .boxes {
      display: flex;
      grid-template-rows: 400px;
      background-position: center center;
      margin: 2.5% auto;
      width: 90%;
    }
  }
}
.buttonDownload {
  display: inline-block;
  position: relative;
  padding: 12px 22px 13px 30px;
  background-color: oklch(86.8% 0.0807 330deg / 0.4);
  color: oklch(36% 0.004 257deg);
  opacity: 0.85;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  font-size: 1.1em;
  text-align: center;
  text-indent: 15px;
  transition: 0.15s ease-in-out;
  border-radius: 3px;
}

.buttonDownload:hover {
  opacity: 1;
  transform: translateY(-2px);
  color: black;
}

.buttonDownload:before,
.buttonDownload:after {
  content: " ";
  display: block;
  position: absolute;
  left: 15px;
  top: 52%;
}

/* Download box shape  */
.buttonDownload:before {
  width: 10px;
  height: 2px;
  border-style: solid;
  border-width: 0 2px 2px;
}

/* Download arrow shape */
.buttonDownload:after {
  width: 0;
  height: 0;
  margin-left: 3px;
  margin-top: -7px;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: transparent;
  border-top-color: inherit;
  animation: downloadArrow 2s linear infinite;
  animation-play-state: paused;
}

.buttonDownload:hover:before {
  border-color: black;
}

.buttonDownload:hover:after {
  border-top-color: black;
  animation-play-state: running;
}

/* keyframes for the download icon anim */
@keyframes downloadArrow {
  /* 0% and 0.001% keyframes used as a hackish way of having the button frozen on a nice looking frame by default */
  0% {
    margin-top: -7px;
    opacity: 1;
  }
  0.001% {
    margin-top: -15px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    margin-top: 0;
    opacity: 0;
  }
}
.select-css {
  display: block;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  padding: 0.5em 1.4em 0.5em 0.8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 10px 0 -4px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 16px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(66, 66, 66, 0.55);
  backdrop-filter: blur(11px) saturate(1.3);
  -webkit-backdrop-filter: blur(11px) saturate(1.3);
  border: 1px solid rgba(255, 255, 255, 0.26);
  box-shadow: 0 2px 12px 0 rgba(90, 34, 160, 0.09);
}

.select-css::-ms-expand {
  display: none;
}

.select-css:focus {
  outline: none;
  -webkit-box-shadow: none;
}

.select-css:hover {
  border-color: #FFF;
}

.select-css:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 2px rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #FFF;
  outline: none;
}

.select-css option {
  font-weight: normal;
}

summary {
  color: oklch(48% 0.006 257deg);
}

details {
  line-height: 1.4;
  opacity: 0.85;
  color: #b9b3ec;
}
details p {
  padding-left: 18px;
  padding-top: 0px;
}

summary,
details {
  font-family: "Poppins", sans-serif;
  padding-bottom: 0.2em;
}

.atv-metadata {
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 2px;
  opacity: 0.88;
}

/* New masonry grid styles for JS-based masonry approach */
.masonry {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  grid-auto-rows: 8px;
  gap: 16px;
  width: 100%;
  max-width: 100%;
  margin: auto;
  margin-bottom: 10%;
}

.masonry-item {
  contain: layout paint;
  margin: 0; /* reset margin */
  min-height: 120px;
}

.masonry-item > .content {
  padding: 8px;
  background: none;
  border-radius: 0;
}

.masonry img {
  width: 100%;
  height: auto;
  display: block;
}

/* New button styles */
.button-new {
  font-family: "Poppins", sans-serif;
  opacity: 1;
  background-clip: padding-box;
  border: 0;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0.6875rem 1.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  gap: 0.75rem;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.button-new--primary {
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.0509803922) 50%, rgba(255, 255, 255, 0.1490196078) 100%), color(display-p3 0.2 0.035 0.182);
  font-weight: 600;
  position: relative;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0509803922), inset 0 1px 4px rgba(255, 255, 255, 0.5019607843), inset 0 -2px 4px rgba(0, 0, 0, 0.9411764706), 0 1px 4px rgba(0, 0, 0, 0.2);
}

.button-new--primary:hover, .button-new--primary:focus {
  background: linear-gradient(#151515 0%, #222 100%);
  color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2666666667), 0 2px 18px rgba(249, 216, 236, 0.4470588235);
  outline: 0;
  text-decoration: none;
}

.button-new--has-icon-right svg {
  vertical-align: middle;
  height: 1.2em;
  width: 1.2em;
}

.button-new--glow {
  box-shadow: 0 2px 18px rgba(252, 129, 182, 0.3019607843), 0 1.5px 6px rgba(255, 255, 255, 0.2);
}

/*# sourceMappingURL=style.css.map */