@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@500&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap";


/*! tailwindcss v4.0.14 | MIT License | https://tailwindcss.com */
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}
@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  body {
    line-height: inherit;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

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

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
    color: color-mix(in oklab, currentColor 50%, transparent);
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }

  .visible {
    visibility: visible;
  }

  .fixed {
    position: fixed;
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .col-span-12 {
    grid-column: span 12 / span 12;
  }

  .container {
    width: 100%;
  }

  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .w-screen {
    width: 100vw;
  }

  .grow {
    flex-grow: 1;
  }

  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .overflow-x-hidden {
    overflow-x: hidden;
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .pt-32 {
    padding-top: calc(var(--spacing) * 32);
  }

  .text-right {
    text-align: right;
  }

  .text-black {
    color: var(--color-black);
  }

  @media (width >= 48rem) {
    .md\:col-span-6 {
      grid-column: span 6 / span 6;
    }

    .md\:p-10 {
      padding: calc(var(--spacing) * 10);
    }

    .md\:text-right {
      text-align: right;
    }
  }
}
@font-face {
  font-family: Affigere-Regular;
  src: url("./Affigere-Regular-BKBYs7xg.woff2") format("woff2"), url("./Affigere-Regular-D5BI3DB7.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  background: #000;
}
body {
  color: #f1f1f1;
  background: #121212;
  font: 500 22px / 1.3 IBM Plex Mono, sans-serif;
}
[x-cloak] {
  display: none !important;
}
a:hover {
  text-underline-offset: 5px;
  text-decoration: underline;
}
.btn {
  text-transform: uppercase;
  letter-spacing: 1px;
  font: 500 .7vw / 1 IBM Plex Mono, sans-serif;
}
html.lenis, html.lenis body {
  height: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: clip;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}
.container {
  width: 100vw !important;
  max-width: 100vw !important;
}
h1, h2 {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  font: 500 1.2vw / 1 IBM Plex Mono, sans-serif;
}
.intro-holder p {
  letter-spacing: 0;
  font: 500 1vw / 1.5vw IBM Plex Mono, sans-serif;
}
.logo_section {
  padding: 70vh 2vw 0;
}
.logo_section .scroll {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.logo_section .container {
  text-transform: uppercase;
  height: 100vh;
}
.logo_section .movie {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}
.logo_section .bottom {
  width: 100%;
  padding: var(--grid-margin) 0;
  justify-content: space-between;
  display: flex;
}
.logo_section .bottom > div {
  gap: var(--grid-margin);
  display: flex;
}
.logo_section .title {
  z-index: 999;
  letter-spacing: .5vw;
  font: 500 13vw Affigere-Regular, sans-serif;
}
.logo_section .title span {
  will-change: transform;
  display: inline-block;
}
.project_section {
  position: relative;
  overflow: hidden;
}
.project_section .scroll {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.project_section .container {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100vh;
  font-size: 1vw;
  display: flex;
}
.project_section .cards {
  white-space: nowrap;
  will-change: transform;
  gap: 10vw;
  width: max-content;
  padding: 0 120vw;
  display: flex;
}
.project_section .card:first-child {
  color: #429135;
}
.project_section .card:nth-child(2) {
  color: #89abe3;
}
.project_section .card:nth-child(3) {
  color: #e35542;
}
.project_section .card:nth-child(4) {
  color: #17428c;
}
.project_section .card:nth-child(5) {
  color: #97493f;
}
.project_section .card:nth-child(6) {
  color: #fb4676;
}
.project_section .card:nth-child(7) {
  color: #00a49a;
}
.project_section .card:nth-child(8) {
  color: #501a4a;
}
.project_section .card:nth-child(9) {
  color: #46780d;
}
.project_section .card:nth-child(10) {
  color: #719dd2;
}
.project_section .card:nth-child(11) {
  color: #fff;
}
.project_section .card:nth-child(12) {
  color: #00585b;
}
.project_section .card:nth-child(13) {
  color: #e7357f;
}
.project_section .card:nth-child(14) {
  color: #253846;
}
.project_section .cards .card {
  aspect-ratio: 1.42;
  object-fit: cover;
  text-align: center;
  border-radius: 0;
  width: 35vw;
  position: relative;
  overflow: hidden;
}
.project_section .cards .card .visit-site {
  opacity: 0;
  letter-spacing: 2px;
  background: currentColor;
  border-radius: 100px;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  font-size: 15px;
  text-decoration: none;
  transition: opacity .65s, top 1s, background .25s;
  position: absolute;
  top: 50%;
  left: 50%;
}
.project_section .cards .card .visit-site span {
  color: #fff;
  line-height: 80px;
}
.project_section .cards .card .visit-site:hover {
  background: #000;
  text-decoration: none;
}
.project_section .cards .card:hover .visit-site {
  opacity: 1;
  top: 46%;
}
.project_section .card video {
  object-fit: cover;
  z-index: -1;
  border: .5vw solid;
  width: 100%;
  height: calc(100% - 30px);
  position: absolute;
  top: 0;
  left: 0;
}
.project_section .card-content {
  flex-direction: column;
  justify-content: end;
  height: 100%;
  display: flex;
}
.project_section .card-content p {
  color: #fff;
  justify-content: space-between;
  padding: .5em 1em;
  font: 500 12px / 1 IBM Plex Mono, sans-serif;
  display: flex;
}
.project_section .from {
  border: .2em solid;
  border-radius: 100%;
  padding: .28em .3em;
  display: none;
}
.project_section .card-content h2 {
  text-wrap: auto;
  color: #fff;
  padding: .2em 0 .12em;
  font: 500 1.2vw / 1 IBM Plex Mono, sans-serif;
}
.mouse-box {
  position: relative;
  overflow: hidden;
}
.mouse-follower {
  opacity: 0;
  pointer-events: none;
  opacity: 0;
  pointer-events: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
  line-height: 28px;
  position: absolute;
  top: -10px;
  left: 0;
}
.mouse-follower svg {
  float: right;
  margin: 11px 6px;
}
.text_section .pin-height {
  height: 400vh;
}
.text_section .container {
  height: 50vh;
}
.text_section .top {
  border-bottom: 1px dashed #494949;
  justify-content: space-between;
  align-items: center;
  padding: 8vw 2.5vw 1vw;
}
.text_section .top p {
  letter-spacing: -.05em;
  font: 500 6vw / .9 IBM Plex Mono, sans-serif;
}
.text_section .top span {
  letter-spacing: -.05em;
  color: #184739;
  background: #cdfa6a;
  border-radius: .3em;
  place-items: center;
  width: 10vw;
  height: 10vw;
  font: 500 4.6vw / .9 IBM Plex Mono, sans-serif;
  display: grid;
}
.text_section .paragraphs {
  letter-spacing: -.03em;
  align-items: center;
  column-gap: 2.5vw;
  padding: 10vw 2.5vw;
  font: 500 1.2vw / 1.5vw IBM Plex Mono, sans-serif;
  display: flex;
}
.text_section .paragraphs p {
  width: 32.3333%;
}
.text_section .bottom {
  border-bottom: 0 dashed #494949;
  justify-content: space-between;
  align-items: center;
  padding: 8vw 2.5vw 1vw;
}
.text_section .word {
  margin: -.14em 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.text_section .word span {
  padding: .14em 0;
  display: block;
}
.text_section .paragraph:not(:first-child) .word span {
  transform: translate(0, 100%);
}
#main-bg {
  opacity: .2;
  pointer-events: none;
  z-index: 9999;
  background-image: url("./bg-TGsFBGMV.png");
  width: 200%;
  height: 200%;
  animation: 5s steps(4, end) infinite movie;
  position: fixed;
  top: -50%;
  left: -50%;
}
@keyframes movie {
  0% {
    transform: translate(0);
  }

  10% {
    transform: translate(-5%, -5%);
  }

  20% {
    transform: translate(-10%, 5%);
  }

  30% {
    transform: translate(5%, -10%);
  }

  40% {
    transform: translate(-5%, 15%);
  }

  50% {
    transform: translate(-10%, 5%);
  }

  60% {
    transform: translate(15%);
  }

  70% {
    transform: translateY(10%);
  }

  80% {
    transform: translate(-15%);
  }

  90% {
    transform: translate(10%, 5%);
  }

  to {
    transform: translate(5%);
  }
}
.mouse-follow {
  pointer-events: none;
  opacity: 0;
  width: 15px;
  height: 50px;
  margin-top: 100px;
  transition: opacity .5s;
  position: fixed;
  top: 0;
  left: 0;
}
.mouse-follow.active {
  opacity: 1;
}
.mouse-follow svg {
  width: 100%;
  height: auto;
  animation-name: bounce-2;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
@keyframes bounce-2 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-50px);
  }

  100% {
    transform: translateY(0);
  }
}
@media only screen and (width <= 768px) {
  h1, h2 {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    font: 500 18px / 1 IBM Plex Mono, sans-serif;
  }

  h2 {
    font: 500 3.7vw / 1 IBM Plex Mono, sans-serif;
  }

  .logo_section .title {
    line-height: 16vw;
  }

  .intro-holder p {
    letter-spacing: 0;
    font: 500 14px / 22px IBM Plex Mono, sans-serif;
  }

  .project_section .cards .card {
    width: 85vw;
    position: relative;
  }

  .project_section .card-content p {
    font: 500 12px / 1 IBM Plex Mono, sans-serif;
  }

  .text_section .top {
    padding-right: 3vw;
  }

  .text_section .bottom {
    padding-top: 0;
  }

  .text_section .paragraphs {
    letter-spacing: -.03em;
    align-items: center;
    column-gap: 2.5vw;
    padding: 10vw 2.5vw;
    font: 500 14px / 18px IBM Plex Mono, sans-serif;
    display: block;
  }

  .text_section .paragraphs p {
    width: 90%;
    margin-bottom: 30px;
  }

  .btn {
    text-transform: uppercase;
    letter-spacing: 1px;
    font: 500 10px / 1 IBM Plex Mono, sans-serif;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
