@font-face {
  font-family: "Superstudio LL Bold";
  src: url("../SuperstudioLL-Bold.eot");
  src: url("../SuperstudioLL-Bold.eot?#iefix") format("embedded-opentype"),
    url("../SuperstudioLL-Bold.woff2") format("woff2"),
    url("../SuperstudioLL-Bold.woff") format("woff"),
    url("../SuperstudioLL-Bold.ttf") format("truetype"),
    url("../SuperstudioLL-Bold.svg#SuperstudioLL-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

:root {
  --doc-height: 100%;
}

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  letter-spacing: -0.2px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

::selection {
  color: #ccc;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

html,
body {
  font-family: "Superstudio LL Bold", monospace;
}

body {
  background-color: #fff;
}

.is-night body {
  background-color: black;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* variants */
.object-cover {
  object-fit: cover;
}

.bg--gray {
  background: #dadada;
}

.bg--dark-gray {
  background: #eaecf1;
}

.is-night .bg--dark-gray {
  background: #0e0e0e;
}

.is-night .bg--gray {
  color: #000;
}

.is-night .b--black-20 {
  border-color: rgba(255, 255, 255, 0.2);
}

.is-night .bg--gray .b--black-20 {
  border-color: rgba(0, 0, 0, 0.2);
}

.is-night .bg-white {
  background-color: #000;
}

.sticky {
  position: sticky;
  top: 0;
}

.bg--yellow {
  background: #d4f70a;
}

.text--yellow {
  color: #d4f70a;
}

.w-fit {
  width: fit-content;
}

.is-night .black-50:not(.bg--gray .black-50) {
  color: rgba(255, 255, 255, 0.5);
}

.text-gray {
  color: rgba(0, 0, 0, 0.5);
}

.v-bottom {
  vertical-align: bottom;
}

.events-none {
  pointer-events: none;
}

.events-all {
  pointer-events: all;
}

.hide-interface {
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
}

.aspect-ratio-16-9 {
  aspect-ratio: 16/9;
}

.is-project .nav-btn {
  opacity: 0;
}

#sphere-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
}

.is-home {
  overflow: hidden;
}

.is-night #sphere-container {
  background: #000;
}

.is-night .text-gray {
  color: #989ca6;
}

.box {
  position: absolute;
  font-family: "Superstudio Trial", monospace;
  background: #ccc;
  transform-origin: center center;
  transform-style: preserve-3d;
  opacity: 0;
  animation: fadeIn 0.4s ease-in-out forwards;
  animation-delay: 1s;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.h-100px {
  height: 100px;
}

.hide-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.hide-scrollbar::-webkit-scrollbar {
  display: none; /* Chrome, Safari and Opera */
}

.box .label {
  display: flex;
  align-items: center;
  height: 18px;
  padding: 3px 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #d4f70a;
}

.box .label h2 {
  padding-right: 20px;
}

.box .label h2,
.box .label h3 {
  font-size: 15px;
}

.thumb-small {
  width: 344px;
  height: 212px;
}

.thumb-normal {
  width: 532px;
  height: 328px;
}

.box video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.logo-home {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(800px) perspective(800px)
    rotateX(0deg) rotateY(0deg);
  -webkit-transform: translate(-50%, -50%) translateZ(800px) perspective(800px)
    rotateX(0deg) rotateY(0deg);
  transform-origin: center center;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  pointer-events: none;
  z-index: 999;
  transform-style: preserve-3d;
}

.logo {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(800px) perspective(800px)
    rotateX(0deg) rotateY(0deg);
  -webkit-transform: translate(-50%, -50%) translateZ(800px) perspective(800px)
    rotateX(0deg) rotateY(0deg);
  transform-origin: center center;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  pointer-events: none;
  z-index: 8;
  transform-style: preserve-3d;
}

.move-logo {
  top: 1.2rem;
  transform: translateX(-50%) translateZ(800px) perspective(800px) rotateX(0deg)
    rotateY(0deg);
  -webkit-transform: translateX(-50%) translateZ(800px) perspective(800px)
    rotateX(0deg) rotateY(0deg);
  transform-origin: center center;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  z-index: 8;
  transform-style: preserve-3d;
}

.logo svg,
.logo-home svg {
  width: 50vw;
}

/* .project .move-logo {
  pointer-events: none;
} */

.is-night .logo svg path,
.is-night .logo-home svg path {
  fill: #fff;
}

.is-night .project .logo svg path {
  fill: #1943ff;
}

.is-night .is-yellow-color {
  background-color: #1943ff !important;
}

/* transitions */
html.is-changing .transition-fade {
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  opacity: 1;
}
/* Define the styles for the unloaded pages */
html.is-animating .transition-fade {
  opacity: 0;
}

/* contact */
.contact {
  /* background: #fff; */
  color: #000;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.is-night.is-contact,
.is-night.is-about,
.is-night.is-editors,
.is-night.is-work,
.is-night.is-shop,
.is-night.is-editor,
.is-night.is-project,
.is-night .project-credits {
  background: #000;
  color: #fff;
}

.is-night .work {
  background: #000;
}

.is-night .br--black {
  border-color: rgba(255, 255, 255, 0.15);
}

.is-night .bg--yellow {
  background-color: #1943ff;
  color: #000;
}

/* .contact-info {
  display: flex;
  width: 100%;
  justify-content: space-between;
  height: 100%;
  align-items: center;
} */
/* 
.first-space {
  height: 9.2rem;
}

.second-space {
  height: 4.8rem;
} */

.contact-info .contact-block:last-child,
.contact-info .contact-detail:last-child {
  margin-bottom: 0;
}

/* .contact-info div {
    width: calc(100% / 3);
  } */

.contact .contact-btn {
  border-radius: 100%;
  width: 48px;
  height: 48px;
}

.contact .contact-btn_shape {
  background: #000;
}

.is-night .contact .contact-btn_shape {
  background: #fff;
}

.is-night .contact {
  color: #fff;
}

.contact .contact-btn svg {
  width: 50%;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.is-night .contact-btn svg path {
  stroke: black;
}

.is-night .contact .logo svg path {
  fill: white;
}

.contact-header {
  position: relative;
  /* display: flex; */
}
/* 
  .contact .logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    pointer-events: all;
  } */

.move-logo {
  position: fixed;
  top: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  pointer-events: all;
}

.contact .logo svg {
  width: 370px;
}

.video-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 16px;
  font-weight: bold;
  pointer-events: none;
}

/* hover states */
.is-underline,
.press span {
  border-bottom: 1px solid transparent;
  transition: border 0.4s ease;
  -webkit-transition: border 0.4s ease;
}
.is-underline:hover,
.press span:hover {
  border-bottom: 1px solid #000;
}

.is-night .is-underline:hover,
.is-night .press span:hover {
  border-bottom: 1px solid #fff;
}

.underline {
  text-decoration: none;
  border-bottom: 1px solid #000;
  transition: border 0.4s ease;
  -webkit-transition: border 0.4s ease;
}

.underline:hover {
  border-bottom: 1px solid transparent;
}

.is-night .project-credit .underline {
  border-bottom: 1px solid #fff;
}

/* circle cursor */
body *,
html *,
body a:hover,
html a:hover {
  cursor: none !important;
}

#circle-cursor {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: white;
  mix-blend-mode: exclusion;
  position: fixed;
  pointer-events: none;
  display: none;
  z-index: 9999;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
}

/* hover overlay */
.hover-overlay {
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  visibility: hidden;
  /* pointer-events: none; */
  opacity: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.is-night .hover-overlay {
  background-color: rgba(0, 0, 0, 0.8);
}

.hover-overlay.fade-in {
  visibility: visible;
  opacity: 1;
}

/* hover states */
.contact .contact-info span {
  cursor: pointer;
}

.contact-btn_shape {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.contact-btn:hover .contact-btn_shape {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  transform-origin: center center;
  -webkit-transform-origin: center center;
}

.contact .contact-info a,
.contact .contact-info span {
  transition: border 0.3s ease;
  -webkit-transition: border 0.3s ease;
  border-bottom: 1px solid transparent;
}

.contact-info a:hover,
.contact-info span:hover {
  border-bottom: 1px solid black;
}

@media screen and (max-height: 800px) {
  .contact {
    padding-top: 100px;
  }
}

.is-night .contact-info a:hover,
.is-night .contact-info span:hover {
  border-bottom: 1px solid white;
}
/* project */
.video-js .vjs-tech {
  object-fit: cover;
}
.video-wrapper {
  cursor: none;
}

.project-controls,
.nav-arrow-left,
.nav-arrow-right {
  width: 44px;
  height: 44px;
  background-color: #d4f70a;
  position: absolute;
  z-index: 99;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  display: none;
}

.is-night .project-close,
.is-night .project-controls,
.is-night .project-fullscreen,
.is-night .nav-arrow-left,
.is-night .nav-arrow-right {
  background-color: #1943ff;
}

.sound-controls,
.project-close,
.project-fullscreen {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 1.2rem;
  z-index: 99;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.is-night .sound-controls .project-btn_shape,
.is-night .project-close .project-btn_shape,
.is-night .project-nav-left .project-btn_shape,
.is-night .project-nav-right .project-btn_shape,
.is-night .project-fullscreen .project-btn_shape {
  background-color: #1943ff;
}

.sound-controls {
  right: 5.2rem;
}

.project-close {
  right: 1.2rem;
}

.controls-pause .pause-icon {
  display: block;
}

.controls-pause .play-icon {
  display: none;
}

.progress-hover .play-icon,
.progress-hover .pause-icon {
  display: none;
}

.progress-hover .progress-control {
  display: block;
}

/* project duration */
.project-duration {
  width: 1px;
  height: 100%;
  background-color: rgba(212, 247, 10, 0.2);
  color: #d4f70a;
  position: absolute;
  left: 0;
  top: 0;
  transition: left 0.5s linear;
  -webkit-transition: left 0.5s linear;
  display: flex;
  align-items: center;
}

@-webkit-keyframes quiet {
  25% {
    transform: scaleY(0.6);
  }
  50% {
    transform: scaleY(0.4);
  }
  75% {
    transform: scaleY(0.8);
  }
}
@keyframes quiet {
  25% {
    transform: scaleY(0.6);
  }
  50% {
    transform: scaleY(0.4);
  }
  75% {
    transform: scaleY(0.8);
  }
}
@-webkit-keyframes normal {
  25% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.4);
  }
  75% {
    transform: scaleY(0.6);
  }
}
@keyframes normal {
  25% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.4);
  }
  75% {
    transform: scaleY(0.6);
  }
}
@-webkit-keyframes loud {
  25% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.4);
  }
  75% {
    transform: scaleY(1.2);
  }
}
@keyframes loud {
  25% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.4);
  }
  75% {
    transform: scaleY(1.2);
  }
}

.wave-container {
  display: flex;
  justify-content: space-between;
  width: 12px;
}

.wave {
  transform: scaleY(0.4);
  height: 9px;
  width: 2px;
  background: #000;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 8px;
}

.sound-on .wave1 {
  -webkit-animation-name: quiet;
  animation-name: quiet;
}

.sound-on .wave2 {
  -webkit-animation-name: normal;
  animation-name: normal;
}

.sound-on .wave3 {
  -webkit-animation-name: loud;
  animation-name: loud;
}

.sound-on .wave4 {
  -webkit-animation-name: quiet;
  animation-name: quiet;
}

/* editor */
/* .is-editor .project-info,
.is-editor .project-modal_info {
  height: 11rem;
} */

.is-editor .project-info_credits-inner {
  opacity: 0;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}

.is-editor .team-member_img {
  width: 140px;
}

.is-editor .featured-item img,
.is-editor .featured-item .video-container {
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}

.is-editor .featured-item:hover .project-info_credits-inner {
  opacity: 1;
}

.is-editor .work-item:last-child .work-item_bar {
  border-bottom: none;
}

.is-night .play-button-overlay svg rect {
  fill: #1943ff;
}

.is-night .play-button-overlay svg path {
  fill: #000;
}

.editor-info {
  max-height: 100vh;
  overflow-y: auto;
}

.is-night [style*="background-color: #d4f70a"] {
  background-color: #1943ff !important;
}

/* editor project modal */
.project-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(64px);
  visibility: hidden;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  display: flex;
  opacity: 0;
  transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
  pointer-events: none;
}

.project-modal_inner {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  pointer-events: all;
  z-index: 9999;
  background: white;
  position: relative;
  transform: translateY(20px);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.18, 1),
    opacity 0.6s ease-in-out;
  transform-origin: center center;

  opacity: 0;
}

.is-night .play-button-overlay svg path {
  fill: #000;
}

.is-night .play-button-overlay svg rect {
  fill: #fff;
}

.project-modal.active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.project-modal.active .project-modal_inner {
  transform: translateY(0);
  opacity: 1;
}

.project-modal_content {
  width: 100%;
  transition: opacity 0.6s cubic-bezier(0.77, 0, 0.18, 1);
}

.project-modal_content video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* shop */
.shop-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 1rem;
  row-gap: 8rem;
  padding-bottom: 8rem;
}

.shop-grid .size-big {
  grid-column: span 3;
}

.shop-grid .size-medium {
  grid-column: span 2;
}

.shop-grid_product a,
.shop-grid_product .swap-img {
  opacity: 0;
}

.shop-grid_product img {
  transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
}

.shop-grid_product:hover a {
  opacity: 1;
}

.shop-grid_product-img:hover .swap-img {
  opacity: 1;
}

.shop-grid_product-img:hover img:not(.swap-img) {
  opacity: 0;
}

.shop-grid_product img {
  aspect-ratio: 1/1.05;
  object-fit: cover;
  vertical-align: bottom;
}

/* project credits */
.project-credit,
.br--black {
  border-color: #a8a0b0;
}

/* .is-project main {
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  height: 100%;
}

.project,
.project-credits {
  scroll-snap-align: start;
  min-height: 100vh;
} */

/* index */
.work-item_bar {
  transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
}

.work-item,
.work-cat,
.work-title {
  transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
}

.work-title span {
  transform: translateX(-50%);
}

.work-item_bar:hover {
  background-color: #d4f70a;
}

.is-night .work-item_bar:hover {
  background-color: #1943ff;
  color: #000;
}

.work-item_thumb {
  width: 550px;
  opacity: 0;
  /* transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease; */
  pointer-events: none;
  z-index: 99;
}

/* .work-item:hover .work-item_thumb {
  opacity: 1;
} */

/*  work filters */
.filter-panel {
  transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
}

.filter-panel.filter-open {
  pointer-events: all;
  opacity: 1;
}

.panel-visible .work-title,
.panel-visible .work-item {
  pointer-events: none;
  opacity: 0.2;
}

.panel-visible .work-cat:not(.is-active-cat) {
  opacity: 0.2;
  pointer-events: none;
}

.filter-arrow.is-rotated {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.is-night .filter-arrow * {
  stroke: #fff;
}

.is-night .filter-panel {
  background: #fff;
  color: #000;
}

.is-night .filter-panel svg circle:first-of-type {
  stroke: #000;
}

.is-night .filter-panel svg circle:last-of-type {
  fill: #000;
}

.filter-item:last-child {
  margin-bottom: 0;
}

.filter-all_wrapper .circle-inside,
.filter-item .circle-inside {
  transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
}

.filter-all_wrapper:hover .circle-inside,
.filter-item:hover .circle-inside {
  opacity: 1;
}

.filter-item.disabled {
  color: gray; /* Gray out disabled items */
  pointer-events: none;
}

.circle-inside {
  opacity: 0;
}

.filter-active .circle-inside {
  opacity: 1;
}

/* nav button */
.nav-btn {
  left: 50%;
  bottom: 1.5rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #000; */
  border-radius: 50px;
  z-index: 9999;
  cursor: pointer;
  transition: width 0.6s cubic-bezier(0.77, 0, 0.18, 1) 0.2s, opacity 0.4s ease;
  -webkit-transition: width 0.6s cubic-bezier(0.77, 0, 0.18, 1) 0.2s,
    opacity 0.4s ease;
}

.project-btn_shape {
  background: #d4f70a;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
  z-index: -1;
  transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
}

.nav-btn_shape {
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
  z-index: -1;
  transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
}

.is-night .nav-btn_shape {
  background: #fff;
}

.is-night .nav-btn svg rect {
  fill: #000;
}

.is-night .nav-btn .close-menu path {
  stroke: #000;
}

.is-night .nav-btn nav {
  color: #000;
}

.nav-btn.menu-open {
  width: var(--nav-menu-width);
}

main {
  transition: opacity 0.4s ease 0.5s;
  -webkit-transition: opacity 0.4s ease 0.5s;
}

main.opacity-fade {
  opacity: 0.2;
}

.nav-menu {
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease 0.35s, transform 0.5s ease 0.4s;
  -webkit-transition: all 0.5s ease 0.35s, transform 0.5s ease 0.4s;
  transform: translateX(20px);
}

.nav-menu a,
.burger-container {
  transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
}

.nav-menu a:hover {
  opacity: 0.5;
}

.burger-container:hover {
  opacity: 0.5;
}
/* 
.nav-menu .active-link {
  opacity: 0.5;
} */

.nav-btn.menu-open .nav-menu {
  opacity: 1;
  pointer-events: all;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

/* .open-menu {
  transition: right 0.5s ease 1s;
  right: 50%;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
} */

/* .nav-btn.menu-open .open-menu {
  right: 3rem;
  transition: right 0.5s ease;
  -webkit-transition: right 0.5s ease;
} */

/* cross on opening */
.burger-container {
  transition: right 0.5s ease 1s;
  -webkit-transition: right 0.5s ease 1s;
  right: 50%;
}

.nav-btn.menu-open .burger-container {
  right: 2rem;
  transition: right 0.5s ease 0.2s;
  -webkit-transition: right 0.5s ease 0.2s;
}

.menu-toggle {
  position: absolute;
  transform: translateX(-50%);
  width: 14.5px;
}

.menu-toggle-bar {
  display: block;
  position: absolute;
  right: 0;
  width: 100%;
  height: 1.6px;
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.5s ease 0.25s;
  -webkit-transition: all 0.5s ease 0.25s;
  margin-top: -1px;
}

.is-night .menu-toggle-bar {
  background-color: #000;
}

.menu-toggle-bar.menu-toggle-bar--top {
  transform: translate(0, -5px);
}

.menu-toggle-bar.menu-toggle-bar--bottom {
  transform: translate(0, 5px);
  width: 10px;
  left: 0;
}

.menu-open .menu-toggle-bar.menu-toggle-bar--bottom {
  transform: translate(0, 5px);
  width: 100%;
}

.menu-open .menu-toggle-bar.menu-toggle-bar--top {
  transform: translate(0, 0) rotate(45deg);
}

.menu-open .menu-toggle-bar.menu-toggle-bar--middle {
  opacity: 0;
}

.menu-open .menu-toggle-bar.menu-toggle-bar--bottom {
  transform: translate(0, 0) rotate(-45deg);
}

/* video controls */
.video-js .vjs-control-bar,
.video-js .vjs-control-bar,
.video-js .video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-slider,
.video-js .vjs-progress-holder div,
.video-js .vjs-play-progress {
  background: none;
}

/* .vjs-current-time {
  display: block !important;
  color: #d4f70a;
  font-family: "Superstudio LL Bold", monospace;
  font-size: 15px !important;
  top: 50%;
  transform: translateY(-2rem);
  position: absolute;
} */

.vjs-time-tooltip,
.vjs-mouse-display {
  display: none !important;
}

.video-js .vjs-control-bar {
  top: 0;
  height: 100%;
  pointer-events: none;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  height: 100%;
  margin: 0;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1em;
}

.video-js .vjs-play-progress:before {
  width: 1px;
  cursor: none;
  height: 100vh;
  padding-left: 0.5rem;
  border-left: 0.5px solid #d4f70a;
  display: flex;
  align-items: center;
  content: attr(data-time);
  pointer-events: all;
  font-size: 15px;
  font-family: inherit;
  color: #d4f70a;
  font-family: "Superstudio LL Bold", monospace;
}

.is-editor .video-js .vjs-play-progress:before {
  height: 100%;
}

.is-editor video {
  outline: none;
}

.is-night .video-js .vjs-play-progress:before {
  border-left: 0.5px solid #1943ff;
  color: #1943ff;
}

/* office slider */
.slider-btn {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
}

.slider-btn:hover {
  background: black;
}

.slider-btn svg path {
  transition: fill 0.4s ease;
  -webkit-transition: fill 0.4s ease;
}

.slider-btn:hover svg path {
  fill: white;
}

.office-slider .slide-medium {
  width: 600px;
}

.office-slider .slide-small {
  width: 300px;
}

.office-slider .slide-big {
  width: 800px;
}

.info-block_wrapper {
  column-count: 3;
}

/* about */
.intro-text {
  width: 30%;
}

.press-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10rem;
  row-gap: 3rem;
}

.team {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* row-gap: 10rem; */
}

.team:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

.editors-block:first-child .block-title {
  padding-top: 0;
}

.team-member_img {
  width: 140px;
}

.team-member_img img {
  width: 100%;
  aspect-ratio: 1/1.15;
  object-fit: cover;
}

.is-night .more-toggle {
  background-color: white !important;
  color: black;
}

/* .team-member_social a:not(:last-child)::after {
  content: "/";
  display: inline;
  padding: 0 0.4rem;
} */

/* desktop only */
@media screen and (min-width: 960px) {
  .mobile-nav-container {
    bottom: 3rem;
  }

  /* .featured-projects .editor-header {
    margin-left: -1px;
    margin-right: -1px;
  } */

  .team-member:nth-child(3n + 1):not(:nth-last-child(-n + 3)):after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100vw;
    margin-left: -1rem;
    height: 1px;
    bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 1rem;
  }

  .is-night .team-member:nth-child(3n + 1):not(:nth-last-child(-n + 3)):after,
  .block-title {
    border-bottom: 1px solid rgba(152, 156, 166, 0.5);
  }

  /* .featured-grid {
    margin: 0 -0.5px;
  }

  .featured-item {
    flex: 0 0 calc(50% + 1px);
    max-width: calc(50% + 1px);
    margin: 0 -0.5px;
    overflow: hidden;
  } */

  .featured-item .video-container video {
    width: calc(100% + 1px);
  }

  .featured-item img,
  .featured-item .video-container {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .team-member_info {
    transition: all 0.2s ease;
  }

  .team-member_img .team-member_color {
    transition: background-color 0.2s ease;
  }

  .team-member_img:hover .team-member_color {
    background: #000 !important;
  }

  .is-night .team-member_img:hover .team-member_color {
    background: #fff !important;
  }

  .editor-header {
    position: sticky;
    top: 0;
    z-index: 9;
  }

  .is-editor .project-modal_info {
    height: 11rem;
  }

  .nav-btn:not(.menu-open):hover .nav-btn_shape,
  .project-btn_shape:hover {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform-origin: center center;
    -webkit-transform-origin: center center;
  }

  .contact-info > div:not(:last-child) {
    margin-bottom: 3.6rem;
  }

  .copy-mobile {
    display: none;
  }
}

/* mobile only */
@media screen and (max-width: 960px) {
  .team-member:nth-child(2n + 1):not(:nth-last-child(-n + 2)):after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100vw;
    margin-left: -1rem;
    height: 1px;
    bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 1rem;
  }

  .is-night .team-member:nth-child(2n + 1):not(:nth-last-child(-n + 2)):after,
  .block-title {
    border-bottom: 1px solid rgba(152, 156, 166, 0.5);
  }

  .project-modal_info {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
  }

  .project-modal_info::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
  }

  .is-night .nav-btn .close-menu path {
    stroke: #fff;
  }

  .project-modal_inner {
    transform: none;
    transition: opacity 0.6s ease-in-out;
  }

  .project-modal.active .project-modal_inner {
    opacity: 1;
    transform: none;
  }

  .is-editor .project-modal_inner {
    width: 100%;
    box-shadow: none;
  }

  .is-editor .team-member_img {
    width: 230px;
  }

  .is-editor .project-info_credits-inner {
    display: none !important;
  }

  .is-editor .play-button-overlay {
    display: none !important;
  }

  .is-editor .editor-info {
    position: relative;
  }

  .is-editor .project-close {
    position: fixed;
  }

  .is-editor .project-fullscreen {
    display: none !important;
  }

  .video-overlay {
    height: 100vh; /* fallback for Js load */
    height: var(--doc-height);
  }

  .is-editor .video-overlay {
    height: calc(var(--doc-height) - 20rem);
  }

  .is-editor .video-container {
    aspect-ratio: 4/5;
  }

  .is-editor .project-modal_info {
    height: 16rem;
  }

  .is-editor .project-nav-dots {
    position: static;
    background: #d4f70a;
    transition-delay: 0s !important;
  }

  .mobile-nav-container {
    height: 4rem;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    background: #d4f70a;
  }

  .project-modal.active .project-nav-dots {
    transition-delay: 0s !important;
  }

  .is-night .project-nav-dots {
    background: #1943ff !important;
  }

  .is-editor .project-nav-dot {
    background: rgba(0, 0, 0, 0.4);
  }

  .is-editor .project-nav-dot.active {
    background: #000;
  }

  .is-editor .project-modal {
    display: block;
  }

  .is-editor .project-nav-arrows {
    display: none !important;
  }

  .video-js {
    opacity: 0;
  }
  .vjs-progress-holder {
    display: none !important;
  }

  .editors-block:first-child .block-title {
    padding-top: 0;
  }

  .press-grid {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 3rem;
  }

  .sound-controls {
    display: none;
  }

  /* shop */
  .shop-grid {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0;
    row-gap: 1rem;
  }

  .shop-grid_product {
    grid-column: span 1 !important;
  }

  .shop-grid_product a {
    opacity: 1;
  }

  #circle-cursor {
    display: none !important;
  }

  .logo svg,
  .logo-home svg,
  .contact .logo svg {
    width: 88vw;
  }

  .contact-info {
    flex-direction: column;
  }

  .contact-info div {
    width: 100%;
  }

  /* 
    .contact-info div:not(:last-child) {
      margin-bottom: 3.6rem;
    } */

  .contact {
    justify-content: start;
  }
  /* 
    .contact-info {
      margin-top: auto;
      margin-bottom: auto;
    } */

  /* .contact-info {
    justify-content: center;
    margin-top: 7.8rem;
    height: 100%;
    margin-bottom: 3.7rem;
  } */

  /* .copy-desktop {
      display: none;
    } */

  /* .contact .contact-btn {
      bottom: 4.6rem;
    } */

  .video-poster_wrapper {
    pointer-events: all;
  }

  /* .video-mobile {
    z-index: 99999;
  } */

  .video-mobile .vjs-tech {
    object-fit: contain;
  }

  .work-item:hover .work-item_thumb {
    opacity: 0 !important;
  }

  /* filters */
  .filter-panel {
    top: auto;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    z-index: 9999;
    border-radius: 24px;
  }

  .nav-btn_shape {
    border-radius: 24px;
  }

  /* about */
  .intro-text {
    width: 100%;
  }

  .team {
    grid-template-columns: repeat(2, 1fr);
  }

  .team-member:nth-child(even) {
    justify-self: end;
  }

  .info-block_wrapper {
    column-count: 2;
  }

  /* nav */
  .nav-btn.menu-open .burger-container {
    right: auto;
    bottom: 24px;
    opacity: 0;
    transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
  }

  .nav-btn .burger-container {
    transition: opacity 0.2s ease 1s;
    -webkit-transition: opacity 0.2s ease 1s;
  }

  .nav-menu nav {
    width: calc(100vw - 2rem);
  }

  .nav-menu {
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease 0.35s, transform 0.5s ease, opacity 0.5s ease;
    -webkit-transition: all 0.5s ease 0.35s, transform 0.5s ease,
      opacity 0.5s ease;
    transform: translateY(20px);
  }

  .nav-btn {
    transition: width 0.6s cubic-bezier(0.77, 0, 0.18, 1) 0.2s,
      height 0.6s cubic-bezier(0.77, 0, 0.18, 1) 0.2s;
    -webkit-transition: width 0.6s cubic-bezier(0.77, 0, 0.18, 1) 0.2s,
      height 0.6s cubic-bezier(0.77, 0, 0.18, 1) 0.2s;
  }

  .nav-btn.menu-open {
    max-width: calc(100vw - 2rem);
    height: 320px;
  }

  .nav-btn.menu-open .nav-menu {
    transition: all 0.5s ease 0.35s, transform 0.5s ease 1s,
      opacity 0.5s ease 1s;
    -webkit-transition: all 0.5s ease 0.35s, transform 0.5s ease 1s,
      opacity 0.5s ease 1s;
  }

  /* project */
  .project-controls {
    display: flex;
    pointer-events: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }

  .project-close {
    right: 1.2rem;
  }

  /* Mobile Editor Slider */
  .editor-info {
    position: relative;
    overflow: hidden;
    padding: 0;
  }

  .editor-info-slider {
    display: flex;
    transition: transform 0.3s ease;
    width: 100%;
    height: 60dvh;
  }

  .editor-info-slide {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 100%;
    padding: 1.5rem;
    padding-bottom: 0;
    box-sizing: border-box;
  }

  .editor-info-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 1rem;
    padding-bottom: 2rem;
  }

  .editor-info-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .editor-info-dot.active {
    background: #000;
  }

  .is-night .editor-info-dot {
    background: rgba(255, 255, 255, 0.2);
  }

  .is-night .editor-info-dot.active {
    background: #fff;
  }
}

/* Desktop Accordion */
@media screen and (min-width: 960px) {
  .editor-info-slider,
  .editor-info-dots,
  .editor-info-nav {
    display: none;
  }

  .editor-info-desktop {
    display: block;
  }

  .more-toggle {
    cursor: pointer;
  }

  .more-toggle[data-state="more"] svg {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
  }

  .more-toggle[data-state="less"] svg {
    transform: rotate(180deg);
  }

  .more-content {
    transition: opacity 0.3s ease;
  }

  .more-content.dn {
    display: none;
  }

  .more-content.db {
    display: block;
  }
}

/* Project Navigation Dots */
.project-nav-dots {
  z-index: 99999;
  bottom: 3rem;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.18, 1);
}

.project-modal.active .project-nav-dots {
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.18, 1) 0.2s;
}

.project-modal.active .project-nav-dots {
  opacity: 1;
}

.project-nav-dot {
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  margin: 0 3px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.18, 1);
}

.project-nav-dot.active {
  border-radius: 40px;
  width: 14px;
  background: #fff;
  transform: scale(1.1);
}

.is-night .project-nav-dot {
  background: rgba(255, 255, 255, 0.5);
}

.is-night .project-nav-dot.active {
  background: #fff;
}

/* Pagination Controls */
.dot-pagination-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 8px;
}

.dot-pagination-btn {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all 0.3s ease;
}

.dot-pagination-btn:hover {
  background: rgba(255, 255, 255, 0.6);
}

.is-night .dot-pagination-btn {
  background: rgba(0, 0, 0, 0.5);
  color: #000;
}

.is-night .dot-pagination-btn:hover {
  background: rgba(0, 0, 0, 0.7);
}

/* Project Navigation Arrows */
.project-nav-arrows {
  z-index: 9998;
  pointer-events: none;
}

.project-nav-left,
.project-nav-right {
  pointer-events: all;
  cursor: pointer;
}

/* Ensure modal content is clickable */
.project-modal_inner {
  pointer-events: all;
  z-index: 9999;
}

.nav-arrow-left,
.nav-arrow-right {
  width: 44px;
  height: 44px;
  position: absolute;
  z-index: 99;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d4f70a;
  cursor: none;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.is-night .nav-arrow-left,
.is-night .nav-arrow-right {
  background-color: #1943ff;
}

.project-nav-left,
.project-nav-right {
  cursor: none;
  position: relative;
}

.project-nav-left:hover .nav-arrow-left,
.project-nav-right:hover .nav-arrow-right {
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 1;
}

/* modal fullscreen */
.project-info,
.project-controls,
.sound-controls {
  transition: opacity 0.3s ease-out;
}

.project-modal_inner {
  transition: all 0.3s cubic-bezier(0.77, 0, 0.18, 1);
}

/* Video hover styles */
.video-container {
  position: relative;
  overflow: hidden;
  cursor: none;
}

.play-button-overlay {
  opacity: 0;
  transition: opacity 0.3s ease;
  position: fixed;
  pointer-events: none;
  z-index: 99999999999;
  transform: translate(-50%, -50%);
}

.video-container:hover .play-button-overlay {
  opacity: 1;
}

.video-container:hover #circle-cursor {
  display: none !important;
}

/* Fullscreen controls */
.project-modal:fullscreen,
.project-modal:-webkit-full-screen {
  background: #000;
  width: 100vw !important;
  height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  overflow: hidden !important;
}

.project-modal:fullscreen .project-fullscreen,
.project-modal:fullscreen .project-close,
.project-modal:fullscreen .sound-controls,
.project-modal:fullscreen .project-modal_info,
.project-modal:-webkit-full-screen .project-fullscreen,
.project-modal:-webkit-full-screen .project-close,
.project-modal:-webkit-full-screen .sound-controls,
.project-modal:-webkit-full-screen .project-modal_info {
  position: fixed;
  z-index: 99999;
  transition: none !important;
  opacity: 1 !important;
}

.project-modal:fullscreen .project-fullscreen,
.project-modal:-webkit-full-screen .project-fullscreen {
  top: 1.2rem;
  left: 1.2rem;
}

.project-modal:fullscreen .project-close,
.project-modal:-webkit-full-screen .project-close {
  top: 1.2rem;
  right: 1.2rem;
}

.project-modal:fullscreen .sound-controls,
.project-modal:-webkit-full-screen .sound-controls {
  top: 1.2rem;
  right: 5.2rem;
}

.project-modal:fullscreen .project-modal_info,
.project-modal:-webkit-full-screen .project-modal_info {
  bottom: 1.2rem;
  left: 1.2rem;
  right: 1.2rem;
  background: rgba(0, 0, 0, 0.5);
  padding: 1rem;
  opacity: 1 !important;
  visibility: visible !important;
}

.project-modal:fullscreen .project-modal_inner,
.project-modal:-webkit-full-screen .project-modal_inner {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
  transition: none !important;
  background: #000 !important;
}

.project-modal:fullscreen .video-wrapper,
.project-modal:-webkit-full-screen .video-wrapper {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #000 !important;
}

.project-modal:fullscreen .video-js,
.project-modal:-webkit-full-screen .video-js {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #000 !important;
}

.project-modal:-webkit-full-screen .project-modal_info,
.project-modal:-webkit-full-screen .project-nav-dots {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: none !important;
}
