@font-face {
  font-family: Clashdisplay Variable;
  src: url('../fonts/ClashDisplay-Variable.woff2') format("woff2");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Akira Expanded Outline;
  src: url('../fonts/Akira-Expanded-Outline.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --font--heading: "Clashdisplay Variable", Arial, sans-serif;
  --colors--white: white;
  --font--body-font: "Clashdisplay Variable", Arial, sans-serif;
  --colors--accent: #94E1FF;
  --font--semi-bold: 600;
  --spacing--max-w-xl: 1920px;
  --spacing--pad-h-mobile: clamp(16px, 6vw, 24px);
  --spacing--padding-h-desktop: clamp(24px, 3.5vw, 64px);
  --colors--black: #010101;
  --colors--black-2: #080808;
  --colors--deep-gray: #888;
  --font--outline: "Akira Expanded Outline", Arial, sans-serif;
  --font--light: 300;
  --font--normal: 400;
  --font--medium: 500;
  --font--bold: 700;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  min-height: 100%;
}

h1 {
  font-family: var(--font--heading);
  color: var(--colors--white);
  font-size: 3rem;
  font-weight: 400;
  line-height: 100%;
}

h2 {
  font-family: var(--font--heading);
  color: var(--colors--white);
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 120%;
}

h3 {
  font-family: var(--font--heading);
  color: var(--colors--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 130%;
}

h4 {
  font-family: var(--font--heading);
  color: var(--colors--white);
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 140%;
}

h5 {
  font-family: var(--font--heading);
  color: var(--colors--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 140%;
}

h6 {
  font-family: var(--font--heading);
  color: var(--colors--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
}

p {
  font-family: var(--font--body-font);
  color: var(--colors--white);
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 130%;
}

a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
  transition: all .2s;
}

a:hover {
  color: var(--colors--accent);
}

ul {
  color: var(--colors--white);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 30px;
}

ol {
  color: var(--colors--white);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  font-family: var(--font--body-font);
  font-size: 1rem;
  line-height: 140%;
}

strong {
  font-family: var(--font--heading);
  font-weight: 600;
}

blockquote {
  font-family: var(--font--body-font);
  color: var(--colors--white);
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.2rem;
  line-height: 120%;
}

.body {
  color: #232323;
  background-color: #010101;
}

.section-hero {
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
}

.navbar {
  z-index: 999;
  pointer-events: none;
  mix-blend-mode: difference;
  will-change: transform;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
  transform: translateY(0);
}

.logo:hover {
  color: var(--colors--white);
}

.smooth-scroll {
  display: none;
}

.footer-copyright {
  font-family: var(--font--body-font);
  color: var(--colors--white);
  font-size: .75rem;
  font-weight: 400;
  line-height: 1;
}

.brand-tag {
  font-family: var(--font--heading);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  transition: color 0.3s ease;
}

.hero-image {
  z-index: 2;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.leopard {
  opacity: .7;
  filter: grayscale();
  will-change: transform;
  transform-style: preserve-3d;
  width: clamp(420px, 34vw, 820px);
  height: auto;
  position: relative;
  transform: translateZ(0);
}

.hero-container {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
}

.hero-text {
  z-index: 5;
  mix-blend-mode: difference;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-title {
  color: var(--colors--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Clashdisplay Variable, Arial, sans-serif;
  font-size: 9rem;
  line-height: 100%;
  position: relative;
}

.hero-sub {
  font-family: var(--font--body-font);
  color: var(--colors--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 100%;
}

.scrolling-marquees {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.field-moving-text {
  z-index: 9;
  pointer-events: none;
  mix-blend-mode: difference;
  -webkit-user-select: none;
  user-select: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  width: 100%;
  position: absolute;
  inset: auto 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.moving-text {
  align-items: center;
  position: relative;
  overflow: hidden;
}

.moving-text-item {
  will-change: transform;
  transform-style: preserve-3d;
  width: max-content;
  animation: 45s linear infinite marquee;
  display: inline-flex;
  position: relative;
  transform: translate3d(0, 0, 0);
}

.maruqee-text {
  font-family: var(--font--heading);
  color: var(--colors--white);
  text-transform: uppercase;
  white-space: nowrap;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 100%;
}

.maruqee-text.outline {
  font-family: Akira Expanded Outline, Arial, sans-serif;
}

.scrolling-maruqees {
  display: none;
}

.section-projects {
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 300px;
  position: relative;
}

.projects-title {
  font-family: var(--font--heading);
  font-size: 7rem;
  line-height: 100%;
  font-weight: var(--font--semi-bold);
  text-align: center;
}

.project-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.projects-container {
  max-width: var(--spacing--max-w-xl);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.sticky-title-projects {
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 40%;
}

.overlay-blur-title {
  position: absolute;
  inset: 0%;
}

.projects {
  height: 190vh;
}

.column-project {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 250px;
  display: flex;
}

.column-project._2 {
  justify-content: center;
  align-items: center;
  margin-top: 160px;
}

.project-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 320px;
  display: flex;
  position: relative;
}

.project-item._1 {
  margin-left: 10%;
}

.project-item._3 {
  margin-top: 220px;
  margin-right: 10%;
}

.project-image-wrap {
  will-change: transform;
  width: 100%;
  height: 324px;
  overflow: hidden;
}

.project-image-wrap._2 {
  height: 440px;
}

.project-image-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-image {
  object-fit: cover;
  flex: none;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.p-card-text-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-name {
  font-family: var(--font--body-font);
  color: var(--colors--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 1;
}

.p-card-cursor {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  opacity: 0;
  will-change: transform, opacity;
}

.project-cursor {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  mix-blend-mode: difference;
  background-color: #23232363;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  overflow: hidden;
  transform: scale(0);              /* start hidden */
  transform-origin: 50% 50%;
  will-change: transform, opacity;
}

.show {
  font-family: var(--font--heading);
  color: var(--colors--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.section-marquees {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section-services {
  padding-bottom: 8rem;
  position: relative;
}

.sub-services {
  max-width: 340px;
  margin-left: auto;
}

.service-title {
  font-family: var(--font--heading);
  color: var(--colors--white);
  font-size: 3rem;
  font-weight: 600;
  line-height: 100%;
}

.title-wrap-service {
  max-width: 340px;
}

.service-image {
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  object-fit: cover;
  will-change: transform, opacity;
  width: 320px;
  height: 320px;

  position: absolute;
}

.service-number {
  font-family: var(--font--heading);
  color: var(--colors--white);
  font-size: .875rem;
}

.main-container {
  padding-right: var(--spacing--padding-h-desktop);
  padding-left: var(--spacing--padding-h-desktop);
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.services-title {
  font-family: var(--font--heading);
  font-size: 3rem;
  font-weight: 600;
  line-height: 110%;
}

.services-header-wrap {
  margin-bottom: 60px;
}

.services-info {
  font-family: var(--font--body-font);
  color: var(--colors--white);
  letter-spacing: .02em;
  font-size: 1rem;
  line-height: 120%;
}

.services-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.service {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  transition: all .4s;
  display: grid;
  position: relative;
}

.section-divider {
  z-index: -2;
  background-color: #ffffff52;
  width: 100%;
  height: 1px;
  margin-right: auto;
  position: relative;
}

.section-about {
  isolation: isolate;
  position: relative;
}

.scroll-text-container {
  height: 140vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.scroll-text-wrapper {
  contain: layout style paint;
  backface-visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.scroll-text {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
}

.text-xdisplay {
  z-index: 2;
  vertical-align: baseline;
  flex-flow: wrap;
  font-size: 3.05vw;
  line-height: 1.4;
  display: inline;
  position: relative;
}

.text-xdisplay.scroll-highlight {
  font-family: var(--font--heading);
  color: var(--colors--white);
  text-align: center;
  will-change: opacity, transform;
  max-width: 54rem;
  font-size: clamp(2rem, 3.05vw, 3rem);
  line-height: 140%;
}

.text-scroll-script {
  display: none;
}

.section-sticky-showcase {
  position: relative;
}

.scrolling-text {
  font-family: var(--font--heading);
  color: var(--colors--white);
  flex: none;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 100%;
}

.sticky-showcase__frame {
  height: 300vh;
}

.sticky-showcase__mask {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sticky-showcase__img {
  pointer-events: none;
  object-fit: cover;
  width: 100vw;
  min-width: 100vw;
  max-width: none;
  height: 100vh;
  min-height: 100vh;
  position: relative;
}

.sticky-showcase__media {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.dark-overlay {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(190deg, #0009, #0000);
  position: absolute;
  inset: 0;
}

.sticky-showcase__item {
  justify-content: center;
  align-items: center;
  width: 35em;
  height: 35em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.the-loader {
  z-index: 9998;
  background-color: var(--colors--black);
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.loader-content {
  z-index: 9999;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: relative;
}

.loader-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.global {
  display: none;
}

.hero-word {
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sticky-image-script {
  display: none;
}


.icon-social {
  pointer-events: none;
  width: 28px;
  height: 28px;
  display: block;
}

.link-social {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  transition-duration: .3s;
  display: inline-flex;
}

.section-contact-us {
  position: relative;
}

.container-3d {
  max-width: var(--spacing--max-w-xl);
  padding-right: var(--spacing--padding-h-desktop);
  padding-left: var(--spacing--padding-h-desktop);
  perspective: 765px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.rotate-text-contain {
  perspective: 550px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4.5em;
  display: flex;
  position: relative;
  transform: none;
}

.rotate-text {
  font-family: var(--font--heading);
  color: var(--colors--white);
  transform-style: preserve-3d;
  margin-top: 0;
  margin-bottom: -.1em;
  font-size: 6rem;
  font-weight: 600;
  line-height: 110%;
  transform: translateZ(0);
  cursor: pointer;
}

.contact-badge {
  z-index: 16;
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0px 0px 230px 70px #61d6ff5e;
  backdrop-filter: blur(5px);
  font-family: var(--font--body-font);
  background-color: #0009;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-size: 1.3rem;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto;
}

._3d-text-embed {
  display: none;
}

.spacer {
  height: 16rem;
}

.utility-page-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-content._404 {
  z-index: 8;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.video-404 {
  filter: grayscale() brightness(50%);
  pointer-events: none;
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: relative;
}

.text-404 {
  color: var(--colors--white);
  font-family: Akira Expanded Outline, Arial, sans-serif;
  font-size: 3rem;
  line-height: 100%;
}

.h-404 {
  max-width: 720px;
}

.heading-404 {
  font-family: var(--font--heading);
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}

._404-button {
  border: 1px solid var(--colors--white);
  font-family: var(--font--heading);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 230px;
  text-decoration: none;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  transition-duration: .3s;
  display: inline-flex;
}

._404-button:hover {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #00000029;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section-note {
  position: relative;
}

.the-note {
  font-family: var(--font--heading);
  color: var(--colors--white);
  text-align: right;
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 300;
  line-height: 140%;
}

.note-wrap {
  justify-content: flex-end;
  align-items: center;
}

.note-bold {
  font-weight: 500;
}

.footer-brand {
  text-transform: uppercase;
  text-decoration: none;
  transition-property: none;
}

.util-scripts, .the-scripts, .parallax-cards {
  display: none;
}

.footer-container {
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 4rem;
  display: grid;
}

.footer-brand-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-copy-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.just-scripts {
  display: none;
}

.nav-button {
  font-family: var(--font--heading);
  color: var(--colors--white);
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  outline: 0;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 2.5rem;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.nav-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.nav-inner {
  pointer-events: auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.the-nav {
  z-index: 999;
  position: relative;
}

.nav-logo {
  font-family: var(--font--heading);
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.full-menu {
  z-index: 998;
  background-color: var(--colors--black-2);
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100svh;
  min-height: 100dvh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.menu-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.menu-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-link {
  color: var(--colors--white);
  text-decoration: none;
  transition-property: none;
  position: relative;
}

.menu-link:hover {
  color: var(--colors--white);
}

.menu-text {
  font-family: var(--font--heading);
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 500;
  line-height: 120%;
}

.menu-socials {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-items {
  flex-flow: column;
  display: flex;
}

.menu-footer {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.menu-script {
  display: none;
}

.menu-label {
  line-height: 1;
}

.note-container {
  max-width: var(--spacing--max-w-xl);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 12rem 4rem 12rem 4rem;
  display: block;
  position: relative;
}

.hero-text-script, .scrolling-t-script {
  display: none;
}

.scrolling-t__banner {
  z-index: 9;
  pointer-events: none;
  mix-blend-mode: difference;
  width: 100%;
  position: absolute;
  top: 40%;
  overflow: hidden;
}

.scrolling-t__wrap {
  width: 100%;
  overflow: hidden;
}

.scrolling-t__track {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  white-space: nowrap;
  will-change: transform;
  animation: marquee var(--dur) linear infinite;
  transform-style: preserve-3d;
  width: max-content;
  display: inline-flex;
  transform: translate3d(0, 0, 0);
}

.hero-sub-wrap {
  z-index: 9;
  position: absolute;
  bottom: 30%;
}

.c-badge-anim {
  display: none;
}

.section-about-us {
  padding-top: 8rem;
  position: relative;
  overflow: clip;
}

.ab-marquee-images {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.ab-text-wrap {
  max-width: 1080px;
  margin-bottom: 48px;
  overflow: hidden;
}

.infinite-loop-images {
  display: none;
}

.ab-marquee {
  width: 100%;
  overflow: clip;
}

.ab-text {
  font-family: var(--font--heading);
  color: #fff;
  font-size: 4rem;
  line-height: 120%;
}

.ab-container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

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

.image-marquee {
  filter: grayscale();
  width: 192px;
  height: 255px;
  overflow: hidden;
}

.image-marquee.dark {
  filter: brightness(70%) grayscale();
}

.marquee-images {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex: none;
  display: flex;
}

.thera-text-load {
  font-family: var(--font--heading);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
  position: relative;
}

.work-hero {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
}

.wh-container {
  justify-content: center;
  align-items: center;
  height: 50dvh;
  display: flex;
  overflow: hidden;
}

.wh-marquee {
  will-change: transform;
  width: 100%;
}

.wh-marquee-track {
  white-space: nowrap;
  backface-visibility: hidden;
  will-change: transform;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  gap: clamp(3rem, 8vw, 6rem);
  display: inline-flex;
  transform: translate3d(0, 0, 0);
}

.wh-marquee-item {
  display: inline-block;
}

.wh-marquee-t {
  font-family: var(--font--heading);
  color: #fff;
  font-size: 10rem;
  font-weight: 600;
  line-height: 100%;
}

.wh-marquee-script {
  display: none;
}

.project-hero {
  margin-bottom: -6rem;
  padding-top: 2rem;
  position: relative;
}

.pr-container {
  max-width: var(--spacing--max-w-xl);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
}

.pr-h-content {
  z-index: 1;
  max-width: var(--spacing--max-w-xl);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  display: flex;
  position: relative;
}

.project-title {
  font-family: var(--font--heading);
  font-size: 3rem;
  font-weight: 300;
  line-height: 100%;
}

.project-essence {
  padding-top: 4rem;
  padding-bottom: 8rem;
  position: relative;
}

.essence-sub {
  flex-flow: column;
  display: flex;
}

.essence-title {
  font-family: var(--font--heading);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 100%;
}

.essence-subtitle {
  font-family: var(--font--heading);
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  line-height: 120%;
}

.essence-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.essence-body {
  font-family: var(--font--body-font);
  color: var(--colors--white);
  text-align: center;
  max-width: 580px;
  font-size: 1.7rem;
  line-height: 140%;
}

.project-year {
  font-family: var(--font--body-font);
  color: var(--colors--white);
}

.brand-portrait {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.the-button {
  border: 1px solid var(--colors--white);
  font-family: var(--font--body-font);
  color: var(--colors--white);
  text-transform: uppercase;
  background-color: #0000;
  min-width: 150px;
  padding: 1rem 2rem;
  font-size: 1rem;
  line-height: 100%;
  text-decoration: none;
  transition-duration: .4s;
  transition-timing-function: ease-in-out;
}

.the-button:hover {
  background-color: var(--colors--white);
  color: var(--colors--black);
}

.brand-image {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.the-brand-img {
  object-fit: cover;
  will-change: transform;
  transform-style: preserve-3d;
  width: 100vw;
  height: 120%;
  transform: translateZ(0)scale(1.06);
}

.portrait-container {
  max-width: var(--spacing--max-w-xl);
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.project-statement {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.statement-title {
  font-family: var(--font--heading);
  color: var(--colors--white);
  font-size: 2rem;
  font-weight: 400;
  line-height: 120%;
}

.statement-sub {
  font-family: var(--font--body-font);
  color: var(--colors--white);
  text-align: center;
  max-width: 542px;
  font-size: 1.7rem;
  line-height: 140%;
}

.statement-role-title {
  font-family: var(--font--heading);
  color: var(--colors--white);
  order: -9999;
  font-size: 1.2rem;
  line-height: 120%;
}

.statement-role-list {
  order: 9999;
}

.statement-body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 542px;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
}

.fullscreen-snapshot {
  object-fit: cover;
  width: 524px;
}

.project-showcase {
  position: relative;
}

.project-spotlight {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.spotlight-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.spotlight-img {
  width: 524px;
}

.code-embed {
  display: none;
}

.the-snapshot {
  justify-content: center;
  align-items: center;
  display: flex;
}

.note-script {
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 34px;
  }

  .service-image {
    opacity: 1;
    flex: none;
    display: none;
    position: relative;
  }

  .main-container {
    padding-top: 2rem;
  }

  .scroll-text {
    max-width: none;
  }

  .text-xdisplay {
    font-size: 4.5vw;
    line-height: 1.32;
  }

  .sticky-showcase__media {
    padding-left: 3em;
    padding-right: 3em;
  }

  .note-container {
    padding-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }

  .title-testimonial {
    font-size: 2.5rem;
  }

  .leopard {
    transform: translateZ(0)translateX(0%);
  }

  .sub-services {
    max-width: 100%;
    margin-left: 0;
  }

  .service-image {
    display: none;
  }

  .main-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .service {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .ab-container {
    padding-inline: 2rem;
  }

  .scroll-text-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-xdisplay {
    vertical-align: baseline;
    font-size: 2rem;
  }

  .note-container {
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .pricing-link-button {
    width: 100%;
  }

  .footer-copyright {
    font-size: .65rem;
  }

  .brand-tag {
    font-size: 16px;
  }

  .hero-container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .hero-text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .hero-title {
    font-size: 5rem;
  }

  .section-projects {
    padding-top: 0;
    padding-bottom: 190px;
  }

  .projects-title {
    font-size: 3rem;
  }

  .projects-container {
    padding-right: var(--spacing--pad-h-mobile);
    padding-left: var(--spacing--pad-h-mobile);
  }

  .projects {
    height: 120vh;
  }

  .column-project {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .project-item._1 {
    max-width: 160px;
    margin-left: 5%;
  }

  .project-item._2 {
    max-width: 230px;
  }

  .project-item._3 {
    max-width: 160px;
    margin-top: 80px;
    margin-right: 5%;
  }

  .project-image-wrap {
    height: 170px;
  }

  .project-image-wrap._2 {
    height: 290px;
  }

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

  .p-card-cursor {
    display: none;
  }

  .section-services {
    padding-bottom: 0;
  }

  .sub-services {
    margin-left: 0;
  }

  .service-title {
    font-size: 2rem;
  }

  .service-image {
    width: 100%;
  }

  .main-container {
    padding-right: var(--spacing--pad-h-mobile);
    padding-left: var(--spacing--pad-h-mobile);
  }

  .services-info {
    font-size: .9rem;
    line-height: 140%;
  }

  .service {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .scroll-text-container {
    padding-right: var(--spacing--pad-h-mobile);
    padding-left: var(--spacing--pad-h-mobile);
  }

  .scroll-text-wrapper {
    top: -30px;
  }

  .text-xdisplay {
    font-size: 2rem;
  }

  .text-xdisplay.scroll-highlight {
    text-align: center;
  }

  .sticky-showcase__frame {
    height: 230vh;
  }

  .sticky-showcase__mask {
    top: -25px;
  }

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

  .sticky-showcase__media {
    padding-right: var(--spacing--pad-h-mobile);
    padding-left: var(--spacing--pad-h-mobile);
  }

  .container-3d {
    padding-right: var(--spacing--pad-h-mobile);
    padding-left: var(--spacing--pad-h-mobile);
  }

  .rotate-text-contain {
    padding-left: 0;
    padding-right: 0;
  }

  .rotate-text {
    font-size: 3.4rem;
  }

  .contact-badge {
    font-size: 16px;
  }

  .utility-page-content._404 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-404 {
    font-size: 2.4rem;
  }

  .heading-404 {
    font-size: 3rem;
  }

  .section-note {
    position: relative;
  }

  .the-note {
    font-size: 2.6rem;
  }

  .footer-container {
    padding-right: var(--spacing--pad-h-mobile);
    padding-left: var(--spacing--pad-h-mobile);
  }

  .nav-button {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-container {
    padding-right: var(--spacing--pad-h-mobile);
    padding-left: var(--spacing--pad-h-mobile);
  }

  .menu-text {
    font-size: 3rem;
  }

  .note-container {
    padding-right: var(--spacing--pad-h-mobile);
    padding-left: var(--spacing--pad-h-mobile);
  }

  .ab-text {
    font-size: 2rem;
  }

  .wh-marquee-t {
    font-size: 4rem;
  }

  .pr-container {
    padding-right: var(--spacing--pad-h-mobile);
    padding-left: var(--spacing--pad-h-mobile);
  }

  .pr-h-content {
    flex-flow: column;
  }

  .essence-body {
    font-size: 1.3rem;
  }

  .portrait-container {
    padding-right: var(--spacing--pad-h-mobile);
    padding-left: var(--spacing--pad-h-mobile);
  }

  .statement-sub {
    font-size: 1.3rem;
  }

  .statement-role-list {
    justify-content: flex-end;
    align-items: flex-start;
  }
}


@font-face {
  font-family: 'Clashdisplay Variable';
  src: url('../fonts/ClashDisplay-Variable.woff2') format('woff2');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akira Expanded Outline';
  src: url('../fonts/Akira-Expanded-Outline.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
