@font-face {
  font-family: "PolySans";
  font-weight: 400;
  font-style: normal;
  src: url("../assets/fonts/ps-regular.woff2") format("woff2"), url("../fonts/ps-regular.woff") format("woff");
  font-display: fallback;
}
@font-face {
  font-family: "PP Editorial New";
  font-weight: 300;
  font-style: italic;
  src: url("../assets/fonts/en-italic.woff2") format("woff2"), url("../fonts/en-italic.woff") format("woff");
  font-display: fallback;
}
body {
  font-family: "PolySans", sans-serif;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}

button {
  border: none;
  background-color: transparent;
}

html {
  font-size: 18px;
}

body {
  margin: 0 auto;
  overflow-x: hidden;
  opacity: 0;
  transition: opacity 700ms linear;
  position: relative;
  background-color: white;
  cursor: none;
}
body.loaded {
  opacity: 1;
}
body a {
  cursor: none;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 600ms linear;
}

img[data-sizes=auto] {
  display: block;
  width: 100%;
}

.js .fit {
  display: inline-block;
  white-space: nowrap;
}

.button {
  display: flex;
  align-items: center;
  border-radius: 100px;
  background: var(--textColor);
  color: var(--backgroundColor);
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.button.small {
  height: 34px;
  padding: 0 16px;
  font-family: "PolySans", sans-serif;
  font-size: clamp(0.7777777778rem, 0.8333333333vw, 0.7777777778rem);
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

#customCursor {
  position: fixed;
  pointer-events: none;
  z-index: 1000;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  transform: translate(-1000px, -1000px);
}
#customCursor #cursor {
  position: relative;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 10px;
  color: var(--backgroundColor);
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1), box-shadow 0.6s cubic-bezier(0.76, 0, 0.24, 1), color 0.6s cubic-bezier(0.76, 0, 0.24, 1), background-color 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
#customCursor.hover-effect #cursor {
  transform: scale(3.5);
  box-shadow: inset 0 0 0 0.5px;
  color: #000000;
}
#customCursor.light #cursor {
  color: var(--textColor);
  color: var(--textColorP3);
}
#customCursor.light #cursor #dataDisplay {
  background-color: var(--textColor);
  background-color: var(--textColorP3);
  color: var(--backgroundColor);
  color: var(--backgroundColorP3);
}
#customCursor.dark #cursor {
  color: var(--backgroundColor);
  color: var(--backgroundColorP3);
}
#customCursor.dark #cursor #dataDisplay {
  background-color: var(--backgroundColor);
  background-color: var(--backgroundColorP3);
  color: var(--textColor);
  color: var(--textColorP3);
}
#customCursor #dataDisplay {
  opacity: 1;
  height: 3px;
  width: 3px;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1), box-shadow 0.6s cubic-bezier(0.76, 0, 0.24, 1), color 0.6s cubic-bezier(0.76, 0, 0.24, 1), background-color 0.6s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  font-family: "PolySans", sans-serif;
  font-size: clamp(0.7777777778rem, 0.8333333333vw, 0.7777777778rem);
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: clamp(0.2777777778rem, 0.2976190476vw, 0.2777777778rem);
  color: #000000;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#customCursor #dataDisplay.visible {
  opacity: 1;
  height: 20px;
  width: 20px;
}

/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction=horizontal] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}
.c-scrollbar:hover {
  transform: scaleX(1.45);
}
.c-scrollbar:hover:hover, .c-scrollbar:hover .has-scroll-scrolling .c-scrollbar, .c-scrollbar:hover .has-scroll-dragging .c-scrollbar {
  opacity: 1;
}
[data-scroll-direction=horizontal] .c-scrollbar:hover {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}
[data-scroll-direction=horizontal] .c-scrollbar:hover:hover {
  transform: scaleY(1.3);
}
.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}
.has-scroll-dragging .c-scrollbar_thumb_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
[data-scroll-direction=horizontal] .c-scrollbar_thumb_thumb {
  right: auto;
  bottom: 0;
}

html {
  overflow-x: hidden;
  height: -webkit-fill-available;
  scroll-behavior: smooth;
}

html,
body {
  min-height: 100vh;
}

.scroll-view {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .scroll-view {
    flex-direction: row;
  }
}
.scroll-view .carousel {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .scroll-view .carousel {
    display: inline-flex;
    flex-direction: row;
    height: 100vh;
    overflow: hidden;
    flex-shrink: 0;
  }
}
.scroll-view .carousel .block {
  width: 100vw;
}
@media (min-width: 768px) {
  .scroll-view .carousel .block {
    height: 100vh;
    width: auto;
  }
  .scroll-view .carousel .block.fill {
    width: calc(100vw - clamp(3.5555555556rem, 4.7619047619vw, 4.4444444444rem));
  }
  .scroll-view .carousel .block.square {
    width: 100vh;
  }
}

nav {
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 0 clamp(0.8888888889rem, 1.9047619048vw, 1.7777777778rem);
  height: 64px;
  z-index: 10;
  background-color: transparent;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}
nav::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100vh;
  background-color: var(--textColor);
  background-color: var(--textColorP3);
  opacity: 0.2;
}
@media (min-width: 768px) {
  nav {
    flex-direction: column;
    position: flex;
    justify-content: center;
    height: 100vh;
    width: clamp(3.5555555556rem, 4.7619047619vw, 4.4444444444rem);
    padding: clamp(0.8888888889rem, 1.9047619048vw, 1.7777777778rem) 0;
    background-color: var(--backgroundColor);
    background-color: var(--backgroundColorP3);
  }
  nav::before {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    width: 1px;
    height: 100vh;
  }
  nav .social {
    display: flex !important;
    flex-direction: column;
    order: 3;
    gap: clamp(0.2222222222rem, 0.4761904762vw, 0.4444444444rem);
    list-style-type: none;
  }
  nav .social li {
    transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  }
  nav .social li:hover {
    transform: scale(1.2);
  }
  nav .social svg {
    width: clamp(1.1111111111rem, 1.6666666667vw, 1.5555555556rem);
    height: auto;
  }
  nav .social svg path {
    fill: var(--textColor) !important;
    fill: var(--textColorP3) !important;
  }
  nav .subscribe-button {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-orientation: mixed;
    order: 4;
  }
  nav .subscribe-button.small {
    height: auto;
    width: 36px;
    padding: 16px 0;
  }
  nav .nav-button {
    order: 1;
  }
  nav .logo {
    order: 2;
  }
}
@media (min-width: 768px) and (min-height: 760px) {
  nav .logo svg {
    margin-top: clamp(-1.1111111111rem, -1.4285714286vw, -1.3333333333rem);
    position: absolute;
    top: 50%;
    margin-top: clamp(-1rem, -1.1904761905vw, -1.1111111111rem);
  }
}
nav .logo {
  width: clamp(2rem, 2.380952381vw, 2.2222222222rem);
  flex: 1 auto;
  display: flex;
  align-items: center;
}
nav .logo a {
  font-size: 0;
}
nav .logo svg {
  width: clamp(2rem, 2.380952381vw, 2.2222222222rem);
  height: auto;
}
nav .logo svg path {
  fill: var(--textColor) !important;
  fill: var(--textColorP3) !important;
}
nav .social {
  display: none;
}
nav .nav-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: clamp(1.8888888889rem, 2.380952381vw, 2.2222222222rem);
  height: clamp(1.8888888889rem, 2.380952381vw, 2.2222222222rem);
  background-color: var(--textColor);
  background-color: var(--textColorP3);
  border-radius: 50%;
  cursor: pointer;
  will-change: transform;
  transition: transform 1.2s cubic-bezier(0.87, 0, 0.13, 1);
  -webkit-tap-highlight-color: transparent;
}
nav .nav-button:hover {
  transform: scale(1.1);
}
nav .nav-button:hover .nav-button__lines {
  transform: scale(0.9);
}
nav .nav-button .nav-button__lines {
  will-change: transform;
  transition: transform 1.2s cubic-bezier(0.87, 0, 0.13, 1);
}
nav .nav-button .nav-button__lines span.nav-button__line {
  display: block;
  background-color: var(--backgroundColor);
  background-color: var(--backgroundColorP3);
  width: clamp(0.8888888889rem, 1.1904761905vw, 1.1111111111rem);
  height: 1px;
  margin-bottom: clamp(0.2777777778rem, 0.3571428571vw, 0.3333333333rem);
  will-change: transform;
  transition: transform 1.2s cubic-bezier(0.87, 0, 0.13, 1);
}
nav .nav-button .nav-button__lines span.nav-button__line:last-child {
  margin-bottom: 0;
}
nav .nav-button.active .nav-button__lines span.nav-button__line:nth-child(1) {
  transform: translateY(clamp(0.2777777778rem, 0.3571428571vw, 0.3333333333rem)) rotate(45deg);
}
nav .nav-button.active .nav-button__lines span.nav-button__line:nth-child(2) {
  transform: scale(0);
}
nav .nav-button.active .nav-button__lines span.nav-button__line:nth-child(3) {
  transform: translateY(clamp(-0.3888888889rem, -0.4761904762vw, -0.4444444444rem)) rotate(-45deg);
}
nav.slab65, nav.odd-shapes {
  background-color: transparent;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

.nav-project-drawer {
  position: fixed;
  height: 240px;
  width: 100vw;
  padding-top: clamp(3.5555555556rem, 4.7619047619vw, 4.4444444444rem);
  top: 0;
  background-color: var(--backgroundColor);
  background-color: var(--backgroundColorP3);
  z-index: 9;
  will-change: transform;
  transform: translateY(-1000px);
  transition: transform 1.2s cubic-bezier(0.87, 0, 0.13, 1);
}
.nav-project-drawer.active {
  transform: translateY(0) scale(1);
}
.nav-project-drawer.active ul li {
  transform: translateY(0) scale(1);
  opacity: 1;
}
@media (min-width: 768px) {
  .nav-project-drawer {
    height: 100vh;
    width: 390px;
    padding: 0;
    padding-left: clamp(3.5555555556rem, 4.7619047619vw, 4.4444444444rem);
    overflow-y: auto;
    transform: translateX(-1000px);
  }
  .nav-project-drawer.active {
    transform: translateX(0);
  }
  .nav-project-drawer.active ul li {
    transform: translateX(0);
  }
  .nav-project-drawer::after {
    top: 0;
    right: 0;
    bottom: auto !important;
    left: auto !important;
    width: 1px !important;
    height: 100vh !important;
  }
}
.nav-project-drawer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 1px;
  background-color: var(--textColor);
  background-color: var(--textColorP3);
  opacity: 0.1;
}
.nav-project-drawer ul {
  padding: 16px;
  list-style-type: none;
  display: flex;
  overflow-x: auto;
  gap: 16px;
  height: 100%;
  opacity: 1;
}
@media (min-width: 768px) {
  .nav-project-drawer ul {
    flex-direction: column;
    height: auto;
    padding: 16px;
    overflow-x: hidden;
  }
}
.nav-project-drawer ul li {
  display: flex;
  aspect-ratio: 9/6;
  border-radius: clamp(1.1111111111rem, 1.4285714286vw, 1.3333333333rem);
  overflow: hidden;
  flex-grow: 0;
  flex-shrink: 0;
  transform: translateY(-40px) scale(0.8);
  will-change: transform, opacity;
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.87, 0, 0.13, 1), opacity 1.2s cubic-bezier(0.87, 0, 0.13, 1);
}
.nav-project-drawer ul li:nth-child(1) {
  transition-delay: 0.08s;
}
.nav-project-drawer ul li:nth-child(2) {
  transition-delay: 0.16s;
}
.nav-project-drawer ul li:nth-child(3) {
  transition-delay: 0.24s;
}
.nav-project-drawer ul li:nth-child(4) {
  transition-delay: 0.32s;
}
.nav-project-drawer ul li:nth-child(5) {
  transition-delay: 0.4s;
}
.nav-project-drawer ul li:nth-child(6) {
  transition-delay: 0.48s;
}
.nav-project-drawer ul li:nth-child(7) {
  transition-delay: 0.56s;
}
.nav-project-drawer ul li:nth-child(8) {
  transition-delay: 0.64s;
}
.nav-project-drawer ul li:nth-child(9) {
  transition-delay: 0.72s;
}
.nav-project-drawer ul li:nth-child(10) {
  transition-delay: 0.8s;
}
@media (min-width: 768px) {
  .nav-project-drawer ul li {
    transform: translateX(-40px) scale(0.8);
    aspect-ratio: 1/1;
  }
}
.nav-project-drawer ul li a {
  text-decoration: none;
  display: flex;
  align-items: flex-end;
  padding: 8px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.nav-project-drawer ul li a:hover .nav-project-drawer__item__image {
  transform: scale(1.2);
}
.nav-project-drawer ul li a .nav-project-drawer__item__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.nav-project-drawer ul li a .nav-project-drawer__item__title {
  padding: 4px 8px;
  border-radius: 40px;
  z-index: 1;
  font-family: "PolySans", sans-serif;
  font-size: clamp(0.7777777778rem, 0.8333333333vw, 0.7777777778rem);
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

body.home {
  background-color: var(--backgroundColor);
  color: var(--textColor);
}
@media (min-width: 768px) {
  body.home .carousel {
    padding-left: clamp(3.5555555556rem, 4.7619047619vw, 4.4444444444rem);
  }
}
@media (min-width: 768px) {
  body.home .carousel.full-width:hover .block {
    min-width: 100vh;
  }
  body.home .carousel.full-width .block {
    min-width: 100vh;
  }
  body.home .carousel.full-width .block:hover {
    min-width: 100vh;
  }
}
@media (min-width: 768px) {
  body.home .carousel:hover .block {
    width: 43.3333333333vh;
  }
}
body.home .carousel .block {
  width: 100vw;
  text-decoration: none;
}
@media (max-width: 919px) {
  body.home .carousel .block.is-inview .project-card .project-card__image {
    transform: scale(1.2);
  }
  body.home .carousel .block.is-inview .project-card .project-card__content {
    transform: translateY(0) scale(1);
  }
  body.home .carousel .block.is-inview .project-card .project-details .left {
    transform: translateY(0) !important;
    padding-right: 4vh;
  }
  body.home .carousel .block.is-inview .project-card .project-details .left h2 {
    margin-bottom: 1vh;
  }
  body.home .carousel .block.is-inview .project-card .project-details .left p {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  body.home .carousel .block:hover {
    width: 70vh;
  }
  body.home .carousel .block:hover .project-details .left {
    transform: translateY(0) scale(1.2) !important;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  body.home .carousel .block:hover .project-details .left {
    transform: translateY(0) scale(1.3095238095) !important;
  }
}
@media (min-width: 768px) {
  body.home .carousel .block:hover .project-details .left p {
    opacity: 1;
  }
  body.home .carousel .block:hover .project-details .right {
    transform: translateX(0) scale(1);
    opacity: 1;
  }
}
@media (min-width: 768px) {
  body.home .carousel .block {
    transform: translate3d(0, 0, 0);
    width: 50vh;
    will-change: width;
    transition: width 1s cubic-bezier(0.25, 0.5, 0, 1);
  }
}
body.home .carousel .block .project-card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  height: 170vw;
  text-decoration: none;
  will-change: height;
  transition: height 1s cubic-bezier(0.25, 0.5, 0, 1);
  color: var(--backgroundColor);
}
@media (min-width: 768px) {
  body.home .carousel .block .project-card {
    padding: 24px;
    height: 100vh;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  body.home .carousel .block .project-card:hover .project-card__image__container {
    transform: scale(1) !important;
  }
}
@media (min-width: 768px) {
  body.home .carousel .block .project-card:hover .project-card__content {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
body.home .carousel .block .project-card .project-card__image__container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  flex-grow: 1;
}
@media (min-width: 768px) {
  body.home .carousel .block .project-card .project-card__image__container {
    position: relative;
    width: 100%;
    height: 100%;
    transform: scale(1.4);
    transition: transform 1s cubic-bezier(0.25, 0.5, 0, 1);
  }
}
@media (max-height: 840px) {
  body.home .carousel .block .project-card .project-card__image__container {
    transform: scale(1.6);
  }
}
@media (max-height: 700px) {
  body.home .carousel .block .project-card .project-card__image__container {
    transform: scale(2);
  }
}
body.home .carousel .block .project-card .project-card__image__container .project-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  transition: transform 1s cubic-bezier(0.25, 0.5, 0, 1);
  flex-grow: 1;
}
body.home .carousel .block .project-card__content {
  display: flex;
  flex-direction: column;
  padding: clamp(0.8888888889rem, 1.4285714286vw, 1.3333333333rem);
  gap: clamp(0.8888888889rem, 1.4285714286vw, 1.3333333333rem);
  transform: translateY(300px) scale(1);
  transition: transform 1s cubic-bezier(0.25, 0.5, 0, 1), opacity 1s cubic-bezier(0.25, 0.5, 0, 1);
  position: relative;
  width: 100%;
  color: var(--textColor);
}
@media (min-width: 768px) {
  body.home .carousel .block .project-card__content {
    padding: clamp(0.8888888889rem, 1.4285714286vw, 1.3333333333rem) 0 0 0;
    opacity: 0;
    flex-direction: row;
    width: calc(70vh - 48px);
    transform: translateY(200px) scale(0.6);
    will-change: transform;
    color: var(--backgroundColor);
  }
}
body.home .carousel .block .project-card__content .project-card__overlay {
  position: absolute;
  top: -50%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  mask-image: linear-gradient(to bottom, transparent, black 50%, black);
}
@media (min-width: 768px) {
  body.home .carousel .block .project-card__content .project-card__overlay {
    opacity: 0;
  }
}
body.home .carousel .block .project-card__content .project-card__title {
  font-family: "PP Editorial New", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 32px;
  z-index: 2;
}
@media (min-width: 768px) {
  body.home .carousel .block .project-card__content .project-card__title {
    width: 30%;
  }
}
body.home .carousel .block .project-card__content .project-card__description {
  font-family: "PolySans", sans-serif;
  font-size: clamp(0.7777777778rem, 0.8333333333vw, 0.7777777778rem);
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: normal;
  text-align: justify;
  z-index: 2;
}
@media (min-width: 768px) {
  body.home .carousel .block .project-card__content .project-card__description {
    width: 70%;
    text-align: left;
  }
}

form {
  display: flex;
  border: 1px solid var(--textColor);
  border-color: var(--textColor);
  border-color: var(--textColorP3);
  padding: 0 0 0 clamp(0.8888888889rem, 1.1904761905vw, 1.1111111111rem);
  border-radius: 100px;
  gap: clamp(0.8888888889rem, 1.4285714286vw, 1.3333333333rem);
  width: 100%;
}
@media (min-width: 768px) {
  form {
    width: auto;
  }
}
form input {
  border: none;
  outline: none;
  appearance: none;
  background: transparent;
  color: var(--textColor);
  color: var(--textColorP3);
  font-family: "PolySans", sans-serif;
  font-size: clamp(0.7777777778rem, 0.8333333333vw, 0.7777777778rem);
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  flex: 1;
}
form input::placeholder {
  color: var(--textColor);
  color: var(--textColorP3);
}
form .button.small {
  padding: clamp(0.6666666667rem, 0.7142857143vw, 0.6666666667rem) clamp(0.6666666667rem, 1.1904761905vw, 1.1111111111rem);
  height: auto;
}

@keyframes cycle-background {
  0%, 20% {
    background-image: var(--image-url-1);
  }
  20.01%, 40% {
    background-image: var(--image-url-2);
  }
  40.01%, 60% {
    background-image: var(--image-url-3);
  }
  60.01%, 80% {
    background-image: var(--image-url-4);
  }
  80.01%, 100% {
    background-image: var(--image-url-5);
  }
}
@keyframes cycle-fill {
  0%, 20% {
    fill: var(--color-1);
    background-color: var(--color-1);
  }
  20.01%, 40% {
    fill: var(--color-2);
    background-color: var(--color-2);
  }
  40.01%, 60% {
    fill: var(--color-3);
    background-color: var(--color-3);
  }
  60.01%, 80% {
    fill: var(--color-4);
    background-color: var(--color-4);
  }
  80.01%, 100% {
    fill: var(--color-5);
    background-color: var(--color-5);
  }
}
.project-hero {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  padding-top: calc(64px + clamp(0.8888888889rem, 1.9047619048vw, 1.7777777778rem));
}
@media (min-width: 768px) {
  .project-hero {
    padding-top: 0;
    padding-left: clamp(3.5555555556rem, 4.7619047619vw, 4.4444444444rem);
  }
}
.project-hero .project-hero__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(0.8888888889rem, 1.9047619048vw, 1.7777777778rem);
  gap: clamp(0.8888888889rem, 1.9047619048vw, 1.7777777778rem);
  font-family: "PolySans", sans-serif;
  font-size: clamp(0.7777777778rem, 0.8333333333vw, 0.7777777778rem);
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  order: 3;
}
@media (min-width: 768px) {
  .project-hero .project-hero__header {
    flex-direction: row;
    justify-content: space-between;
    order: 0;
  }
}
.project-hero .project-hero__header .project-hero__header__tag {
  white-space: wrap;
}
@media (min-width: 768px) {
  .project-hero .project-hero__header .project-hero__header__tag {
    max-width: 420px;
  }
}
.project-hero .project-hero__header .project-hero__header__timing {
  padding: clamp(0.4444444444rem, 0.7142857143vw, 0.6666666667rem) clamp(0.8888888889rem, 1.1904761905vw, 1.1111111111rem);
}
.project-hero .project-hero__image {
  position: relative;
  padding: 0 clamp(0.8888888889rem, 1.9047619048vw, 1.7777777778rem) clamp(0.8888888889rem, 1.9047619048vw, 1.7777777778rem) clamp(0.8888888889rem, 1.9047619048vw, 1.7777777778rem);
}
@media (min-width: 768px) {
  .project-hero .project-hero__image {
    flex: 1;
  }
}
.project-hero .project-hero__image .project-hero__image__fill {
  background-size: cover;
  position: relative;
  background-position: center center;
  height: 100%;
  width: 100%;
  z-index: 1000;
}
.project-hero.gestalt-hero {
  height: auto;
}
@media (min-width: 768px) {
  .project-hero.gestalt-hero {
    height: 100vh;
  }
}
.project-hero.gestalt-hero .project-hero__title {
  height: auto;
}
.project-hero.gestalt-hero .project-hero__title svg path {
  opacity: 0;
  animation: name-slide 1s cubic-bezier(0.76, 0, 0.24, 1) forwards;
}
.project-hero.gestalt-hero .project-hero__title svg path:nth-child(1) {
  animation-delay: 0.08s;
}
.project-hero.gestalt-hero .project-hero__title svg path:nth-child(2) {
  animation-delay: 0.16s;
}
.project-hero.gestalt-hero .project-hero__title svg path:nth-child(3) {
  animation-delay: 0.24s;
}
.project-hero.gestalt-hero .project-hero__title svg path:nth-child(4) {
  animation-delay: 0.32s;
}
.project-hero.gestalt-hero .project-hero__title svg path:nth-child(5) {
  animation-delay: 0.4s;
}
.project-hero.gestalt-hero .project-hero__title svg path:nth-child(6) {
  animation-delay: 0.48s;
}
.project-hero.gestalt-hero .project-hero__title svg path:nth-child(7) {
  animation-delay: 0.56s;
}
@media (min-width: 768px) {
  .project-hero.gestalt-hero .project-hero__title {
    height: 15.5vw;
  }
}
.project-hero.gestalt-hero .project-hero__image {
  height: 100vw;
}
@media (min-width: 768px) {
  .project-hero.gestalt-hero .project-hero__image {
    height: auto;
  }
}
.project-hero.balance-hero {
  height: 90vh;
}
@media (min-width: 768px) {
  .project-hero.balance-hero {
    padding-bottom: clamp(1.7777777778rem, 3.2142857143vw, 3rem);
    height: 100vh;
  }
}
.project-hero.balance-hero .project-hero__image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.project-hero.balance-hero .project-hero__image__container {
  position: relative;
  flex: 1;
}
.project-hero.balance-hero .project-hero__image__container svg {
  position: relative;
  z-index: 1;
  transition: transform 0.02s cubic-bezier(0.76, 0, 0.24, 1);
}
.project-hero.balance-hero .project-hero__image__container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: auto !important;
  filter: drop-shadow(-60px 60px 50px rgba(0, 0, 0, 0.5));
  transition: transform 0.02s cubic-bezier(0.76, 0, 0.24, 1);
}
.project-hero.balance-hero .in-collab-with {
  text-align: center;
  font-family: "PolySans", sans-serif;
  font-size: clamp(0.7777777778rem, 0.8333333333vw, 0.7777777778rem);
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: clamp(0.8888888889rem, 1.9047619048vw, 1.7777777778rem);
  color: var(--textColor);
  text-decoration: none;
}
@media (min-width: 768px) {
  .project-hero.balance-hero .in-collab-with {
    margin-bottom: 0;
  }
}
.project-hero.balance-hero .in-collab-with svg {
  margin-top: clamp(0.4444444444rem, 0.9523809524vw, 0.8888888889rem);
}
.project-hero.aperture-hero {
  padding-top: 64px;
}
@media (min-width: 768px) {
  .project-hero.aperture-hero {
    padding-top: 0;
  }
}
.project-hero.aperture-hero .project-hero__image {
  position: relative;
  padding: 0;
  height: 80vh;
}
.project-hero.aperture-hero .project-hero__image .project-hero__image__fill {
  z-index: 1;
}
.project-hero.aperture-hero .project-hero__image svg {
  position: absolute;
  max-width: 250px;
  width: 20vw;
  z-index: 2;
  padding: clamp(0.8888888889rem, 1.9047619048vw, 1.7777777778rem);
}
.project-hero.aperture-hero .project-hero__image svg.p {
  right: 0;
  bottom: 0;
}
.project-hero.slab-hero {
  background-size: cover;
  background-position: 20% center;
}
.project-hero.slab-hero .project-hero__image {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  height: 100vh;
}
.project-hero.slab-hero .project-hero__image .numbers {
  max-width: 100px;
  min-width: 50px;
  width: 10vw;
}
.project-hero.slab-hero .project-hero__image .slab-title {
  max-width: 700px;
  min-width: 200px;
}
.project-hero.odd-shapes-hero {
  background-size: cover;
  background-position: 20% center;
  background-color: #000000;
  animation: cycle-fill 10s infinite;
  animation: cycle-background 10s infinite;
}
.project-hero.odd-shapes-hero .project-hero__image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.project-hero.odd-shapes-hero .project-hero__image svg {
  max-width: 800px;
}
.project-hero.odd-shapes-hero .project-hero__image svg path {
  animation: cycle-fill 10s infinite;
}

.ticker-wrapper {
  z-index: 100;
  width: 100%;
  overflow: hidden;
  background: #000000;
  color: var(--textColor);
  color: var(--textColorP3);
  font-family: "PolySans", sans-serif;
}
@media (min-width: 768px) {
  .ticker-wrapper {
    width: 8vh;
    height: 100vh;
  }
}
.ticker-wrapper .ticker {
  display: flex;
  white-space: nowrap;
  font-size: 6vw;
  padding: 3vw 0;
}
@media (min-width: 768px) {
  .ticker-wrapper .ticker {
    width: 8vh;
    transform: rotate(90deg);
    transform-origin: bottom left;
    font-size: 3.5vh;
    margin-left: 2.3vh;
    padding: 0;
  }
}

.vendor-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: clamp(0.8888888889rem, 1.9047619048vw, 1.7777777778rem);
  text-align: center;
  position: relative;
  height: 140vw;
  overflow: hidden;
}
@media (min-width: 768px) {
  .vendor-list {
    height: 100vh;
  }
}
.vendor-list #vendor-list {
  white-space: nowrap;
  padding: clamp(0.8888888889rem, 1.9047619048vw, 1.7777777778rem);
  will-change: transform;
}
.vendor-list span {
  display: block;
  font-family: "PolySans", sans-serif;
  font-size: clamp(0.7777777778rem, 0.8333333333vw, 0.7777777778rem);
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-orientation: mixed;
  writing-mode: vertical-rl;
}
.vendor-list a {
  color: var(--textColor);
  color: var(--textColorP3);
  text-decoration: none;
  font-family: "PolySans", sans-serif;
}
.vendor-list a h3 {
  position: relative;
  font-size: max(7vw, min(9vw, 11vh));
}
@media (min-width: 768px) {
  .vendor-list a h3 {
    font-size: max(3vw, min(5vw, 7vh));
  }
}
.vendor-list a h3:hover {
  color: transparent;
}
.vendor-list a h3:hover::after {
  content: attr(data-hover-text);
  color: var(--textColor);
  color: var(--textColorP3);
  font-family: "PP Editorial New", sans-serif;
  font-weight: 100;
  font-style: italic;
  text-align: center;
  position: absolute;
  top: 7%;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.main-layout {
  padding: clamp(0.8888888889rem, 1.9047619048vw, 1.7777777778rem);
  display: flex;
  flex-direction: column;
  min-height: 150vw;
  gap: clamp(0.8888888889rem, 1.9047619048vw, 1.7777777778rem);
  position: relative;
}
@media (min-width: 768px) {
  .main-layout {
    height: 100vh;
    min-height: auto;
  }
}
.main-layout.background-image {
  padding: 0;
}
.main-layout.background-image .image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.main-layout.background-image .content {
  position: relative;
  z-index: 1;
  padding: clamp(0.8888888889rem, 1.9047619048vw, 1.7777777778rem);
}
@media (min-width: 768px) {
  .main-layout.title-last .content .text {
    order: 1;
  }
}
@media (min-width: 768px) {
  .main-layout.title-last .content .title {
    order: 2;
  }
}
.main-layout .image {
  position: relative;
  overflow: hidden;
  flex: 1;
}
.main-layout .image img {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.main-layout .content {
  display: flex;
  flex-direction: column;
  gap: clamp(0.4444444444rem, 0.9523809524vw, 0.8888888889rem);
  background-color: inherit;
}
@media (min-width: 768px) {
  .main-layout .content {
    flex-direction: row;
    justify-content: space-between;
    gap: clamp(0.8888888889rem, 1.9047619048vw, 1.7777777778rem);
  }
}
.main-layout .content .title {
  font-family: "PP Editorial New", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 32px;
  order: 1;
}
.main-layout .content .text {
  white-space: normal;
  text-align: justify;
  font-family: "PolySans", sans-serif;
  font-size: clamp(0.7777777778rem, 0.8333333333vw, 0.7777777778rem);
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  order: 2;
}
@media (min-width: 768px) {
  .main-layout .content .text {
    max-width: 400px;
  }
}

@keyframes name-slide {
  0% {
    transform: translateY(400px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
body.project {
  background-color: var(--backgroundColor);
  background-color: var(--backgroundColorP3);
  color: var(--textColor);
  color: var(--textColorP3);
}
body.project .layout {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  body.project .layout {
    flex-direction: row;
  }
}
body.project .layout.bg-background {
  background-color: var(--backgroundColor);
  background-color: var(--backgroundColorP3);
}
body.project .layout.bg-foreground {
  background-color: var(--textColor);
  background-color: var(--textColorP3);
}
body.project .layout.bg-neutral {
  background-color: #000000;
}
body.project .layout.t-background {
  color: var(--backgroundColor);
  color: var(--backgroundColorP3);
}
body.project .layout.t-foreground {
  color: var(--textColor);
  color: var(--textColorP3);
}
body.project .layout.t-neutral {
  color: #000000;
}
body.project .layout .column {
  flex-direction: column;
  width: 100%;
}
body.project .layout .column figure {
  font-size: 0;
}
body.project .layout .column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  body.project .layout .column img {
    height: 100vh;
  }
}
body.project .layout.kitting .main-layout {
  min-height: auto;
  padding: 0;
}
@media (min-width: 768px) {
  body.project .layout.kitting .main-layout {
    padding: clamp(0.8888888889rem, 1.9047619048vw, 1.7777777778rem);
  }
}
body.project .layout.kitting.fill {
  width: auto;
}
@media (min-width: 768px) {
  body.project .layout.kitting.fill {
    width: 100vw;
  }
}
body.project .layout.kitting .image {
  overflow-x: scroll;
  font-size: 0;
  padding: clamp(0.8888888889rem, 1.9047619048vw, 1.7777777778rem);
}
@media (min-width: 768px) {
  body.project .layout.kitting .image {
    padding: 0;
    overflow-x: hidden;
  }
}
body.project .layout.kitting img {
  position: relative;
  height: 170vw;
  width: auto;
}
@media (min-width: 768px) {
  body.project .layout.kitting img {
    height: 100vh;
    width: 100%;
  }
}
body.project .layout.m-border .main-layout {
  gap: 0;
}
body.project .layout.m-border .main-layout .content {
  order: 1;
}
body.project .layout.m-border .main-layout .image {
  order: 2;
  margin: 0 clamp(0.8888888889rem, 1.9047619048vw, 1.7777777778rem) clamp(0.8888888889rem, 1.9047619048vw, 1.7777777778rem) clamp(0.8888888889rem, 1.9047619048vw, 1.7777777778rem);
}
@media (min-width: 768px) {
  body.project .layout.m-border .main-layout .image {
    margin: 0;
  }
}
body.project .layout.m-border .image {
  position: relative;
  padding: clamp(0.8888888889rem, 1.9047619048vw, 1.7777777778rem);
}
@media (min-width: 768px) {
  body.project .layout.m-border .image {
    padding: 0;
    position: absolute;
  }
}
body.project .layout.the-designer {
  padding: clamp(0.8888888889rem, 1.9047619048vw, 1.7777777778rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(0.8888888889rem, 1.9047619048vw, 1.7777777778rem);
  left: -500px;
  top: 0;
  text-align: center;
}
@media (min-width: 768px) {
  body.project .layout.the-designer {
    width: 500px;
    text-align: left;
  }
}
body.project .layout.the-designer h2 {
  font-family: "PP Editorial New", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 32px;
  white-space: normal;
}
body.project .layout.the-designer p, body.project .layout.the-designer a {
  font-family: "PolySans", sans-serif;
  font-size: clamp(0.7777777778rem, 0.8333333333vw, 0.7777777778rem);
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: normal;
  text-align: justify;
}
body.project .layout.the-designer .divider {
  width: 100%;
  height: 1px;
  background: #000000;
}
body.project .layout.the-designer .portrait {
  width: 50%;
  aspect-ratio: 3/4;
  background-color: #000000;
}
body.project .layout.the-designer form {
  border: 1px solid #000000;
}
body.project .layout.the-designer form input {
  color: #000000;
}
body.project .layout.the-designer form input::placeholder {
  color: #000000;
}
body.project .layout.the-designer form .button.small {
  background: #000000;
  color: var(--textColor);
}
body.project .layout.the-designer .bio {
  display: flex;
  flex-direction: column;
  gap: clamp(0.8888888889rem, 1.4285714286vw, 1.3333333333rem);
}
body.project .layout.the-designer .links {
  display: flex;
  gap: clamp(0.8888888889rem, 1.4285714286vw, 1.3333333333rem);
  justify-content: space-between;
  list-style-type: none;
}
body.project .layout.the-designer .links a {
  text-decoration: none;
  color: #000000;
}
body.project .layout.the-designer .links a:hover {
  text-decoration: underline;
}
body.project .layout.aperture-priority, body.project .layout.slab65, body.project .layout.odd-shapes {
  color: var(--backgroundColor);
}
body.project .layout.aperture-priority .portrait, body.project .layout.slab65 .portrait, body.project .layout.odd-shapes .portrait {
  background-color: var(--backgroundColor);
}
body.project .layout.aperture-priority .divider, body.project .layout.slab65 .divider, body.project .layout.odd-shapes .divider {
  background: var(--backgroundColor);
}
body.project .layout.aperture-priority form, body.project .layout.slab65 form, body.project .layout.odd-shapes form {
  border: 1px solid var(--backgroundColor);
}
body.project .layout.aperture-priority form input, body.project .layout.slab65 form input, body.project .layout.odd-shapes form input {
  color: var(--backgroundColor);
}
body.project .layout.aperture-priority form input::placeholder, body.project .layout.slab65 form input::placeholder, body.project .layout.odd-shapes form input::placeholder {
  color: var(--backgroundColor);
}
body.project .layout.aperture-priority form .button.small, body.project .layout.slab65 form .button.small, body.project .layout.odd-shapes form .button.small {
  background: var(--backgroundColor);
  color: var(--textColor);
}
body.project .layout.aperture-priority .links a, body.project .layout.slab65 .links a, body.project .layout.odd-shapes .links a {
  color: var(--backgroundColor);
}

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