* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  color-scheme: light;
  font-family: "Suisse", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  background: #eeeeee;
  color: #0f0f12;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bg-logo {
  position: fixed;
  inset: 50% auto auto 50%;
  width: min(95vw, 1100px);
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}

.draggable {
  position: relative;
  z-index: 3;
  width: 360px;
  margin: 24px auto;
  padding: 16px;
  --smooth-radius: 32px;
  border-radius: var(--smooth-radius);
  clip-path: inset(0 round var(--smooth-radius));
  background: #ffffff;
  color: #0f0f12;
  user-select: none;
  font-size: 0.95rem;
  line-height: 1.4;
}

.draggable--services {
  z-index: 3;
}

.draggable--intro {
  margin-top: 65dvh;
  background: #0f0f12;
  color: #ffffff;
}

.draggable--logos {
  padding: 16px 0;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.draggable h2 {
  font-family: "Suisse Mono", "Courier New", Courier, monospace;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  text-align: center;
}

.draggable h3 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: 16px;
  text-align: center;
}

.draggable p {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.draggable p + p {
  margin-top: 8px;
}

.draggable p + ul {
  margin-top: 24px;
}

.draggable ul {
  padding: 8px 0;
  list-style: none;
  border-bottom: 1px solid lightgrey;
}

.draggable ul:first-of-type {
  border-top: 1px solid lightgrey;
}

.draggable ul h4 {
  font-family: "Suisse Mono", "Courier New", Courier, monospace;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: -0.02em;
  margin-bottom: 20px;

  background: #efff64;
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 4px;
}

.draggable ul + h3 {
  margin-top: 60px;
}

.draggable img {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}

.intro-cta {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.intro-cta a, .intro-cta button {
  text-decoration: none;
  border: 1px solid transparent;
  --smooth-radius: 12px;
  border-radius: var(--smooth-radius);
  clip-path: inset(0 round var(--smooth-radius));
  padding: 8px 14px;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: "Suisse Mono", "Courier New", Courier, monospace;
  font-weight: 400;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  cursor: pointer;
}

.intro-cta a:hover,
.intro-cta a:focus-visible {
  filter: brightness(0.95);
}

.cta--primary {
  background: #efff64;
  color: #0f0f12;
}

.cta--secondary {
  background: #333333;
  color: #ffffff;
}

.logo-slider {
  width: 360px;
  overflow: hidden;
}

.logo-track {
  display: flex;
  align-items: center;
  gap: 0;
  width: max-content;
  animation: logo-scroll 20s linear infinite;
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.logo-group {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-right: 24px;
  flex: 0 0 auto;
}

.logo-item {
  flex: 0 0 auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.logo-item img {
  height: 80px;
  width: auto;
  display: block;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.fixed-video {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 24px;
  width: 160px;
  z-index: 2;
  --smooth-radius: 32px;
  border-radius: var(--smooth-radius);
  clip-path: inset(0px round var(--smooth-radius));
  overflow: hidden;
  background: #0f0f12;
}

.footer {
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 6;
  margin: 24px;
}

.fixed-cta {
  margin: 0 auto;
  z-index: 6;
  position: relative;
  text-decoration: none;
  border: 1px solid transparent;
  --smooth-radius: 12px;
  border-radius: var(--smooth-radius);
  clip-path: inset(4px round var(--smooth-radius));
  padding: 10px 16px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-family: "Suisse Mono", "Courier New", Courier, monospace;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  background: #ffffff;
  color: #0f0f12;

  img {
    margin-right: 8px;
  }
}

.fixed-cta:hover,
.fixed-cta:focus-visible {
  filter: brightness(0.95);
}

.cases {
  position: relative;
  z-index: 1;
  height: 100vh;
  overflow: hidden;
}

.cases-space {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(
    calc(-50% + var(--offset-x, 0px)),
    calc(-50% + var(--offset-y, 0px))
  );
  will-change: transform;
  touch-action: none;
}

.cases-columns {
  position: absolute;
  display: flex;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  gap: var(--column-gap, 300px);
  align-items: flex-start;
}

.cases-column {
  display: flex;
  flex-direction: column;
  gap: var(--row-gap, 300px);
  width: var(--case-width, 320px);
  flex: 0 0 auto;
  will-change: transform;
}

.case {
  position: relative;
}

.case-inner {
  position: relative;
  width: 100%;
}

.case-frame {
  position: relative;
  --smooth-radius: 32px;
  border-radius: var(--smooth-radius);
  clip-path: inset(0 round var(--smooth-radius));
  overflow: hidden;
  background: #0f0f12;
}

.case-video,
.case-image,
.case-frame img {
  width: 100%;
  aspect-ratio: 9 / 16;
  display: block;
  object-fit: cover;
}

.case-meta {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  color: #ffffff;
  display: grid;
  gap: 4px;
}

.case-title {
  text-transform: uppercase;
  font-family: "Suisse Mono", "Courier New", Courier, monospace;
  font-size: 0.8rem;
}

.case-subtitle {
  text-transform: uppercase;
  font-family: "Suisse Mono", "Courier New", Courier, monospace;
  font-size: 0.8rem;
  opacity: 0.5;
}

@keyframes logo-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (min-width: 1024px) {
  .draggable {
    position: fixed;
  }

  .draggable--services {
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    max-height: 60vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .draggable--intro {
    top: 0;
    left: 0;
    margin: 24px;
  }

  .draggable--logos {
    position: fixed;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
  }

  .footer {
    position: fixed;
    left: 0;
    bottom: 0;
  }

  .fixed-cta {
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 24px;
  }

  .fixed-cta.secondary {
    margin: 24px 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .fixed-cta.socials {
    left: auto;
    right: 0;
    margin: 24px;
  }

  .fixed-cta.location {
    left: auto;
    right: 0;
    margin: 24px;
    top: 0px;
    bottom: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .logo-track {
    animation: none;
  }
}




.canvas-wrap {
    position: fixed;
    inset: 0;
    z-index: 0;

    height: 100dvh;
    width: 100dvw;
}

canvas {
    display: block;
    touch-action: none;
}