:root {
  --ink: #000;
  --paper: #fdfbf9;
  --line: rgba(0, 0, 0, 0.12);
  --line-dark: rgba(253, 251, 249, 0.18);
  --mono-size: 11px;
  --mono-cta-size: 12px;
  --mono-tag-size: 10px;
  --mono-tracking: 0.25em;
  --brand-sky: #0072c6;
  --brand-lambo: #f1a826;
  --brand-campari: #c8102e;
  --brand-vespa: #d8b75a;
  --brand-costa: #003d7a;
  --brand-ariston: #e30613;
  --brand-technogym: #111111;
  --brand-terre: #6b3a1a;
  --brand-farchioni: #2a5b2a;
}
@font-face {
  font-family: "Taro Display";
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url("fonts/taro-r.woff2") format("woff2");
}
@font-face {
  font-family: "Taro Body";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("fonts/taro-okomito.woff2") format("woff2");
}
@font-face {
  font-family: "Russell Humane";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("fonts/humane-bold.otf") format("opentype");
}
@font-face {
  font-family: "Russell Neue Montreal";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("fonts/neue-montreal-regular.otf") format("opentype");
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body {
  background: var(--paper);
  color: var(--ink);
  height: 100%;
  overflow-x: hidden;
  max-width: 100vw;
}
body {
  font-family: Inter, system-ui, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  cursor: auto;
}
::selection {
  background: #000;
  color: #fff;
}
html.is-loading,
html.is-loading body {
  overflow: hidden;
}
.section-seam {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--ink, #000);
  transform: scaleX(0);
  transform-origin: center center;
  pointer-events: none;
  z-index: 5;
  will-change: transform;
  backface-visibility: hidden;
  display: none !important;
}
.loader {
  position: fixed;
  inset: 0;
  z-index: 100000;
  pointer-events: none;
  background: #fff;
  color: #000;
  line-height: 0;
  overflow: hidden;
  border-radius: 0;
  transform: translate3d(var(--loader-slide, 0%), 0, 0);
  transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}
.loader__block {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max-content;
  max-width: 94vw;
  transform: translate3d(-50%, -50%, 0);
  text-align: left;
  visibility: visible;
}
.loader__line {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: max-content;
  max-width: 94vw;
  white-space: nowrap;
}
.loader__line--first,
.loader__line--last {
  padding-left: min(15.2vh, 9vw);
}
.loader__line--last {
  justify-content: flex-start;
}
.loader__word {
  --loader-progress: 0%;
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-family: "Taro Display", Impact, "Arial Narrow", sans-serif;
  font-size: clamp(7.25rem, 26vh, 17rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}
.loader__word-front,
.loader__word-back {
  display: block;
}
.loader__word-front {
  color: #ddd;
}
.loader__word-back {
  position: absolute;
  inset: 0 auto auto 0;
  color: #000;
  clip-path: inset(0 calc(100% - var(--loader-progress)) 0 0);
  will-change: clip-path;
}
.loader__meta {
  display: block;
  padding-top: clamp(0.6rem, 2.2vh, 1.4rem);
  padding-left: clamp(1.25rem, 3.8vh, 2.5rem);
  font-family: "Taro Body", "Russell Neue Montreal", Arial, sans-serif;
  font-size: clamp(1.1rem, 2.3vh, 1.8rem);
  line-height: 1.25;
  letter-spacing: 0.03em;
  color: #000;
}
.loader__meta span {
  display: block;
}
.loader__meta [data-loader-count] {
  display: inline-block;
  min-width: 2.1em;
  font-variant-numeric: tabular-nums;
}
@media (max-width: 700px) {
  .loader__block {
    width: min(88vw, 560px);
  }
  .loader__line--first,
  .loader__line--last {
    padding-left: 13vw;
  }
  .loader__word {
    font-size: clamp(5.25rem, 24vw, 8.5rem);
  }
  .loader__meta {
    padding-left: 1rem;
    font-size: 1rem;
  }
}
a {
  color: inherit;
  text-decoration: none;
}
a,
button,
[role="button"] {
  cursor: pointer;
}
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.cursor-goo-svg {
  position: fixed;
  width: 0;
  height: 0;
  pointer-events: none;
}
.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: difference;
  transform: translate3d(-50%, -50%, 0);
  will-change: transform;
}
.cursor__goo {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  filter: url(#cursor-goo);
  will-change: filter;
}
.cursor__dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  background: #fdfbf9;
  border-radius: 0;
  transform: translate3d(-50%, -50%, 0);
  transition: background-color 0.3s ease;
  will-change: width, height, transform;
}
.cursor__sub {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  background: #fdfbf9;
  border-radius: 0;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  will-change: transform, opacity, width, height;
}
.cursor.is-snap .cursor__dot {
  width: 56px;
  height: 56px;
}
.cursor.is-snap .cursor__sub {
  opacity: 1;
}
.cursor.is-magnet .cursor__dot {
  width: 72px;
  height: 72px;
}
.cursor.is-magnet .cursor__sub {
  opacity: 1;
}
.cursor__dot,
.cursor__sub {
  transition:
    width 0.55s cubic-bezier(0.65, 0, 0.15, 1),
    height 0.55s cubic-bezier(0.65, 0, 0.15, 1),
    opacity 0.4s ease;
}
.cursor__label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-family:
    JetBrains Mono,
    monospace;
  font-size: 9px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #000;
  opacity: 0;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  pointer-events: none;
  z-index: 1;
}
.cursor.has-label .cursor__label {
  opacity: 1;
}
@media (hover: none) {
  .cursor {
    display: none;
  }
  body {
    cursor: auto;
  }
}
.cinema {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 110;
  pointer-events: none;
  background: var(--paper);
  --cinema-rail-w: min(32vw, 520px);
  clip-path: inset(0 0 0 calc(100vw - var(--cinema-rail-w)));
  transform: translate(100%);
  transition:
    transform 0.7s cubic-bezier(0.7, 0, 0.2, 1),
    clip-path 0.85s cubic-bezier(0.76, 0, 0.24, 1);
  overflow: visible;
}
.cinema:before {
  content: "";
  position: absolute;
  top: -8%;
  bottom: -8%;
  left: calc(100vw - var(--cinema-rail-w) - 22px);
  width: 44px;
  background: var(--ink);
  filter: url(#ink-spread);
  pointer-events: none;
  transform: scaleY(0);
  transform-origin: 50% 50%;
  transition:
    transform 0.7s cubic-bezier(0.7, 0, 0.2, 1),
    left 0.85s cubic-bezier(0.76, 0, 0.24, 1);
}
.cinema.is-active {
  transform: translate(0);
}
.cinema.is-active:before {
  transform: scaleY(1);
}
.cinema.is-modal {
  clip-path: inset(0 0 0 0);
}
.cinema.is-modal:before {
  left: -22px;
}
.cinema__rail {
  position: absolute;
  inset: 0 0 0 auto;
  width: var(--cinema-rail-w);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-left: 1px solid var(--ink);
  transform: scale(1.04);
  transform-origin: 100% 50%;
  opacity: 0;
  transition:
    transform 0.85s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.45s cubic-bezier(0.7, 0, 0.2, 1);
  transition-delay: 0.05s;
}
.cinema.is-active .cinema__rail {
  transform: scale(1);
  opacity: 1;
}
.cinema.is-modal .cinema__rail {
  border-left: 1px solid var(--ink);
  overflow: hidden;
  --ink-x: 50%;
  --ink-y: 50%;
}
.cinema__rail .ink {
  display: none;
}
.cinema.is-modal .cinema__rail .ink {
  display: block;
  z-index: 3;
}
.cinema.is-modal .cinema__rail:hover .ink {
  filter: url(#ink-spread);
}
.cinema.is-modal .cinema__rail:hover .ink__blob {
  transform: scale(50);
  will-change: transform;
}
.cinema__close-label {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  font-family:
    JetBrains Mono,
    monospace;
  font-size: 14px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--paper);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s cubic-bezier(0.7, 0, 0.2, 1) 0.1s;
  z-index: 4;
}
.cinema.is-modal .cinema__close-label {
  display: flex;
}
.cinema.is-modal .cinema__rail:hover .cinema__close-label {
  opacity: 1;
}
.cinema.is-modal .cinema__rail:hover .cinema__col {
  color: transparent;
  transition: color 0.25s ease;
}
.cinema__col {
  position: relative;
  overflow: hidden;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.cinema__col:last-child {
  border-right: none;
}
.cinema__track {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: flex;
  flex-direction: column;
  font-family: Inter, sans-serif;
  font-weight: 900;
  font-size: clamp(20px, 2.4vw, 38px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  white-space: nowrap;
  max-height: 100%;
}
.cinema__track > span {
  display: block;
  padding: 0.15em 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  overflow: visible;
}
.cinema__col:nth-of-type(2) .cinema__track {
  font-style: italic;
  font-weight: 300;
}
.cinema__meta {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  width: var(--cinema-rail-w);
  height: 48px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  background: var(--paper);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
  font-family:
    JetBrains Mono,
    monospace;
  font-size: var(--mono-tag-size);
  letter-spacing: var(--mono-tracking);
  text-transform: uppercase;
  z-index: 2;
  color: var(--ink);
}
.cinema.is-modal [data-cinema-meta-right] {
  font-weight: 700;
}
.cinema.is-modal .cinema__rail {
  pointer-events: auto;
  cursor: none;
}
.cinema.is-modal .cinema__meta {
  border-left: 1px solid var(--ink);
}
[data-cinema-meta-right] {
  text-align: right;
  font-weight: 500;
}
.cinema__detail {
  position: absolute;
  top: 0;
  bottom: 48px;
  left: 0;
  right: var(--cinema-rail-w);
  overflow-y: auto;
  opacity: 0;
  transition: opacity 0.35s ease 0.2s;
  pointer-events: none;
}
.cinema.is-modal .cinema__detail {
  opacity: 1;
  pointer-events: auto;
}
.cinema__detail-inner {
  max-width: 720px;
  padding: clamp(72px, 9vw, 128px) clamp(32px, 6vw, 96px) clamp(48px, 6vw, 80px);
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-family: Inter, sans-serif;
  color: var(--ink);
}
.cinema__detail-num {
  font-family:
    JetBrains Mono,
    monospace;
  font-size: 11px;
  letter-spacing: 0.3em;
  opacity: 0.5;
  text-transform: uppercase;
}
.cinema__detail-name {
  margin: 0;
  font-weight: 900;
  font-size: clamp(40px, 5.5vw, 88px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.cinema__detail-tagline {
  margin: 0;
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.4;
  max-width: 56ch;
  opacity: 0.75;
}
.cinema__detail-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin: 16px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 24px;
  font-family:
    JetBrains Mono,
    monospace;
  font-size: var(--mono-cta-size);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.cinema__detail-meta dt {
  opacity: 0.5;
  margin-bottom: 6px;
}
.cinema__detail-meta dd {
  margin: 0;
  line-height: 1.4;
}
.cinema__detail-cta {
  align-self: flex-start;
  margin-top: 24px;
  padding: 18px 28px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-family:
    JetBrains Mono,
    monospace;
  font-size: var(--mono-cta-size);
  letter-spacing: var(--mono-tracking);
  text-transform: uppercase;
  color: var(--ink);
  transition:
    background 0.4s ease,
    color 0.4s ease;
}
.cinema__detail-cta:hover {
  background: var(--ink);
  color: var(--paper);
}
.cinema__close {
  position: absolute;
  top: 24px;
  left: clamp(32px, 6vw, 96px);
  width: 44px;
  height: 44px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: transparent;
  cursor: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease 0.2s;
  z-index: 3;
}
.cinema__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1.5px;
  background: var(--ink);
  transform: translate(-50%, -50%) rotate(45deg);
}
.cinema__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.cinema.is-modal .cinema__close {
  opacity: 1;
  pointer-events: auto;
}
html.is-modal-open,
html.is-modal-open body {
  overflow: hidden;
}
@media (hover: none) {
  .cinema {
    display: none;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 104px;
  padding: 22px 2.23vw 18px;
  background: transparent;
  color: #f5f0eb;
  border-bottom: none;
  opacity: var(--horizontal-nav-opacity, 1);
  transform: translate3d(
    0,
    calc(var(--horizontal-nav-offset, 0%) + var(--header-scroll-offset, 0px)),
    0
  );
  transition:
    color 0.25s ease,
    opacity 0.42s ease;
  will-change: transform, opacity;
  mix-blend-mode: difference;
}
html.is-horizontal-works-active .header {
  pointer-events: none;
}
.header.is-scroll-hidden {
  pointer-events: none;
}
.header[data-nav-theme="light"] {
  color: #151b22;
}
.header[data-nav-theme="dark"] {
  color: #f5f0eb;
}
.header__brand,
.header__nav a,
.header__menu,
.header__theme-toggle {
  font-family: "Russell Neue Montreal", "Neue Montreal", Arial, sans-serif;
  letter-spacing: 0;
  color: inherit;
}
.header__brand {
  display: flex;
  width: fit-content;
  flex-direction: column;
  font-family: "Russell Humane", Impact, "Arial Narrow", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 0.9;
  text-transform: uppercase;
  text-decoration: none;
}
.header__brand span:nth-child(2) {
  margin-left: 22px;
}
.header__nav-wrap {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 18px;
  line-height: 1;
}
.header__menu {
  display: none;
}
.header__theme-toggle {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}
.header__nav a {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  letter-spacing: 0.01em;
}
.header__nav a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.18em;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.header__nav a:hover:after,
.header__nav a.is-active:after {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.header__nav-count {
  display: none;
}
@media (max-width: 831px) {
  .header {
    min-height: 92px;
    padding: 18px 18px 14px;
  }
  .header__brand {
    font-size: 48px;
  }
  .header__nav-wrap {
    position: fixed;
    inset: 92px 0 auto;
    display: grid;
    grid-template-rows: 0fr;
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-top: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition:
      grid-template-rows 0.45s cubic-bezier(0.19, 1, 0.22, 1),
      max-height 0.45s cubic-bezier(0.19, 1, 0.22, 1),
      opacity 0.2s ease,
      visibility 0s linear 0.45s;
  }
  .header.is-open .header__nav-wrap {
    grid-template-rows: 1fr;
    max-height: calc(100svh - 92px);
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transition:
      grid-template-rows 0.45s cubic-bezier(0.19, 1, 0.22, 1),
      max-height 0.45s cubic-bezier(0.19, 1, 0.22, 1),
      opacity 0.2s ease;
  }
  .header__nav {
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 16px 18px 26px;
    overflow: hidden;
  }
  .header__nav a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    font-size: 22px;
  }
  .header__nav-count {
    display: inline;
    order: 2;
    font-size: 12px;
    opacity: 0.45;
  }
  .header__menu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 68px;
    height: 34px;
    margin-top: 8px;
    border: 1px solid currentColor;
    border-radius: 999px;
    background: transparent;
    font-size: 14px;
    line-height: 1;
    text-transform: lowercase;
  }
  .header__theme-toggle {
    width: 100%;
    justify-content: space-between;
    padding: 12px 0;
    border: none;
    border-bottom: 1px solid currentColor;
    border-radius: 0;
    min-height: auto;
    font-size: 22px;
    text-align: left;
  }
}
@media (max-width: 831px) {
  .header {
    min-height: 92px;
    padding: 18px 18px 14px;
  }
  .header__brand {
    font-size: 48px;
  }
  .header__nav-wrap {
    position: fixed;
    inset: 92px 0 auto;
    display: grid;
    grid-template-rows: 0fr;
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-top: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition:
      grid-template-rows 0.45s cubic-bezier(0.19, 1, 0.22, 1),
      max-height 0.45s cubic-bezier(0.19, 1, 0.22, 1),
      opacity 0.2s ease,
      visibility 0s linear 0.45s;
  }
  .header.is-open .header__nav-wrap {
    grid-template-rows: 1fr;
    max-height: calc(100svh - 92px);
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transition:
      grid-template-rows 0.45s cubic-bezier(0.19, 1, 0.22, 1),
      max-height 0.45s cubic-bezier(0.19, 1, 0.22, 1),
      opacity 0.2s ease;
  }
  .header__nav {
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 16px 18px 26px;
    overflow: hidden;
  }
  .header__nav a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    font-size: 22px;
  }
  .header__nav-count {
    display: inline;
    order: 2;
    font-size: 12px;
    opacity: 0.45;
  }
  .header__menu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 68px;
    height: 34px;
    margin-top: 8px;
    border: 1px solid currentColor;
    border-radius: 999px;
    background: transparent;
    font-size: 14px;
    line-height: 1;
    text-transform: lowercase;
  }
}
html[data-theme="dark"] {
  --paper: #111111;
  --ink: #ffffff;
  --line: rgba(255, 255, 255, 0.18);
}
html[data-theme="dark"],
html[data-theme="dark"] body {
  background: #111111;
  color: #ffffff;
}
html[data-theme="dark"] body {
  background-image: none;
}
html[data-theme="dark"] .section,
html[data-theme="dark"] .hero,
html[data-theme="dark"] .footer,
html[data-theme="dark"] .section.about,
html[data-theme="dark"] .section.services,
html[data-theme="dark"] .section#works,
html[data-theme="dark"] .section#agencies {
  background: #111111;
  color: #ffffff;
}
html[data-theme="dark"] .header,
html[data-theme="dark"] .header__brand,
html[data-theme="dark"] .header__nav a,
html[data-theme="dark"] .header__menu,
html[data-theme="dark"] .header__theme-toggle {
  color: #ffffff;
}
html[data-theme="dark"] .section__label,
html[data-theme="dark"] .section__title,
html[data-theme="dark"] .about__title,
html[data-theme="dark"] .about__bio p,
html[data-theme="dark"] .services__item,
html[data-theme="dark"] .services__note,
html[data-theme="dark"] .footer__thanks,
html[data-theme="dark"] .footer__links a,
html[data-theme="dark"] .works__item,
html[data-theme="dark"] .section__title em,
html[data-theme="dark"] .hero-line-inner,
html[data-theme="dark"] .hero__title,
html[data-theme="dark"] .hero__title em {
  color: #ffffff;
}
html[data-theme="dark"] .about__avatar {
  filter: invert(1) contrast(1.2);
}
html[data-theme="dark"] .section.about::before {
  color: rgba(255, 255, 255, 0.86);
}
html[data-theme="dark"] .section.about::after {
  background: rgba(255, 255, 255, 0.16);
}
html[data-theme="dark"] .custom-cursor {
  border-color: rgba(255, 255, 255, 0.7);
}
html[data-theme="dark"] .loader {
  background: #111111;
  color: #ffffff;
}
.hero {
  min-height: 100vh;
  padding: 140px 32px 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}
.hero__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.hero__title {
  font-family: Inter, sans-serif;
  font-weight: 900;
  font-size: min(clamp(64px, 13vw, 220px), 24vh);
  line-height: 1;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: transparent;
  position: relative;
  z-index: 0;
}
.hero__title > span {
  display: block;
}
.hero__title em {
  font-style: italic;
  font-weight: 300;
  letter-spacing: -0.04em;
}
.hero__title-sub {
  font-size: 0.28em;
  font-weight: 300;
  font-style: italic;
  letter-spacing: -0.02em;
  text-transform: none;
  line-height: 1;
  margin-top: 0.4em;
  opacity: 0.85;
}
.hero__title-sub em {
  font-style: italic;
  font-weight: 300;
}
.hero__meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 80px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.hero__meta div {
  font-family:
    JetBrains Mono,
    monospace;
  font-size: var(--mono-size);
  letter-spacing: var(--mono-tracking);
  text-transform: uppercase;
}
.hero__meta div span {
  display: block;
  opacity: 0.4;
  margin-bottom: 6px;
}
.hero__kicker {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin: 0 0 32px;
  font-family:
    JetBrains Mono,
    monospace;
  font-size: var(--mono-tag-size);
  letter-spacing: var(--mono-tracking);
  text-transform: uppercase;
  opacity: 0.55;
  position: relative;
  z-index: 2;
}
.hero__kicker-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  opacity: 1;
}
.hero__kicker-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #19a25b;
  box-shadow: 0 0 #19a25b99;
  animation: heroPulse 2.4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@keyframes heroPulse {
  0%,
  to {
    box-shadow: 0 0 #19a25b99;
  }
  50% {
    box-shadow: 0 0 0 8px #19a25b00;
  }
}
.hero__scroll {
  position: absolute;
  right: 32px;
  bottom: 48px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  font-family:
    JetBrains Mono,
    monospace;
  font-size: var(--mono-tag-size);
  letter-spacing: var(--mono-tracking);
  text-transform: uppercase;
  color: var(--ink);
  opacity: 0.55;
  z-index: 2;
  cursor: none;
  transition: opacity 0.3s ease;
}
.hero__scroll:hover {
  opacity: 1;
}
.hero__scroll span {
  writing-mode: vertical-rl;
}
.hero__scroll i {
  position: relative;
  width: 1px;
  height: 56px;
  background: #00000026;
  overflow: hidden;
}
.hero__scroll i:after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--ink);
  transform-origin: top;
  animation: heroScrollLine 2.2s cubic-bezier(0.7, 0, 0.2, 1) infinite;
}
@keyframes heroScrollLine {
  0% {
    transform: translateY(-100%) scaleY(1);
  }
  60% {
    transform: translateY(0) scaleY(1);
  }
  to {
    transform: translateY(100%) scaleY(1);
  }
}
@media (max-width: 700px) {
  .hero__meta {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero__kicker {
    font-size: 9px;
    gap: 16px;
  }
  .hero__scroll {
    display: none;
  }
}
.marquee {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.marquee__track {
  display: inline-flex;
  gap: 56px;
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4.5vw, 64px);
  letter-spacing: -0.02em;
  text-transform: uppercase;
  will-change: transform;
}
.marquee__item {
  display: inline-flex;
  align-items: center;
  gap: 56px;
  flex-shrink: 0;
}
.marquee__item:after {
  content: "/";
  font-weight: 300;
  opacity: 0.35;
}
.section {
  padding: 120px 32px;
  border-top: 1px solid var(--line);
  position: relative;
  z-index: 1;
}
.section__label {
  font-family:
    JetBrains Mono,
    monospace;
  font-size: var(--mono-size);
  letter-spacing: var(--mono-tracking);
  text-transform: uppercase;
  opacity: 0.5;
  margin-bottom: 60px;
}
#works > .section__label,
#agencies > .section__label,
.services > .services__label {
  display: block;
  padding-bottom: 0;
  margin-bottom: clamp(132px, 13vw, 260px);
  border-bottom: none;
}
[data-char-reveal] {
  visibility: hidden;
}
[data-char-reveal] .char {
  display: inline-block;
  will-change: opacity;
}
.section__title {
  font-family: Inter, sans-serif;
  color: #121212;
  font-weight: 900;
  font-size: clamp(42px, 6.2vw, 104px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-bottom: 60px;
  white-space: nowrap;
}
.section__title em {
  font-style: italic;
  font-weight: 300;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 92%;
  background-size: 100% 0.05em;
  padding-bottom: 0.04em;
}
.section__title > span,
.agencies__manifesto > span {
  display: block;
}
.works {
  border-top: 1px solid var(--line);
}
.work {
  display: grid;
  grid-template-columns: 80px 1fr 1fr 80px;
  gap: 24px;
  padding: 32px 24px;
  border-bottom: 1px solid var(--line);
  align-items: center;
  cursor: none;
  color: var(--ink);
  position: relative;
  overflow: hidden;
  --ink-x: 50%;
  --ink-y: 50%;
  transition: color 0.35s cubic-bezier(0.7, 0, 0.2, 1);
}
.work > *:not(.ink) {
  position: relative;
  z-index: 2;
}
.work:hover {
  color: var(--paper);
}
.work__num {
  font-family:
    JetBrains Mono,
    monospace;
  font-size: 12px;
  opacity: 0.4;
  transition: opacity 0.3s;
}
.work:hover .work__num {
  opacity: 1;
}
.work__name {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 2.6vw, 40px);
  letter-spacing: -0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}
.work__role {
  font-family:
    JetBrains Mono,
    monospace;
  font-size: var(--mono-size);
  letter-spacing: var(--mono-tracking);
  text-transform: uppercase;
  opacity: 0.6;
}
.work__arrow {
  font-size: 28px;
  text-align: right;
  opacity: 0.3;
  transition:
    opacity 0.3s,
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.work:hover .work__arrow {
  opacity: 1;
  transform: translate(12px);
}
@media (max-width: 800px) {
  .work {
    grid-template-columns: 50px 1fr 40px;
  }
  .work__role {
    display: none;
  }
}
.horizontal-works {
  --horizontal-orange: #fb4617;
  --horizontal-dark: #fdfbf9;
  --horizontal-peek: clamp(24px, 2.3vw, 48px);
  min-height: var(--horizontal-height, 300vh);
  background: var(--horizontal-dark);
  color: #ffffff;
  position: relative;
  overflow: visible;
  z-index: 20;
  isolation: isolate;
}
.horizontal-works .section-seam {
  display: none;
}
.horizontal-works__sticky {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.horizontal-works.is-pinned .horizontal-works__sticky {
  position: fixed;
}
.horizontal-works.is-ended .horizontal-works__sticky {
  position: absolute;
  top: auto;
  bottom: 0;
}
.horizontal-works__track {
  display: flex;
  width: max-content;
  height: 100%;
  will-change: transform;
}
.horizontal-works__panel {
  flex: 0 0 100vw;
  min-width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.horizontal-works__panel--intro {
  flex-basis: calc(100vw - var(--horizontal-peek));
  min-width: calc(100vw - var(--horizontal-peek));
  background: var(--horizontal-dark);
  padding: clamp(48px, 4vw, 72px) clamp(28px, 3vw, 64px);
}
.horizontal-works__statement {
  width: min(860px, 52vw);
  font-family: "Neue Montreal", "Russell Neue Montreal", Inter, sans-serif;
  font-size: clamp(2rem, 2.8vw, 4rem);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.045em;
  color: #151b22;
}
.horizontal-works__object {
  position: absolute;
  top: 52%;
  left: 50%;
  width: clamp(160px, 20vw, 390px);
  aspect-ratio: 1 / 1;
  object-fit: contain;
  filter: saturate(0.6) contrast(1.2);
  opacity: 0.95;
  transform: translate(-50%, -50%);
}
.horizontal-works__meta {
  position: absolute;
  left: clamp(28px, 3vw, 64px);
  right: clamp(28px, 3vw, 64px);
  bottom: clamp(33vh, 34vw, 45vh);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: rgba(21, 27, 34, 0.55);
  font-family: "Neue Montreal", "Russell Neue Montreal", Inter, sans-serif;
  font-size: clamp(0.95rem, 1.15vw, 1.4rem);
  font-weight: 500;
  text-transform: uppercase;
}
.horizontal-works__mega {
  position: absolute;
  left: clamp(28px, 3vw, 64px);
  bottom: clamp(24px, 4vw, 72px);
  margin: 0;
  color: var(--horizontal-orange);
  font-family: "Neue Montreal", "Russell Neue Montreal", Inter, sans-serif;
  font-size: clamp(6rem, 12vw, 18rem);
  font-weight: 500;
  line-height: 0.78;
  letter-spacing: -0.08em;
  white-space: nowrap;
}
.horizontal-works__panel--orange {
  background: var(--horizontal-dark);
  padding: 14px;
}
.horizontal-card {
  position: relative;
  height: calc(100vh - 28px);
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffc5a9 0%, #fb4617 68%, #f53b12 100%);
  color: var(--horizontal-orange);
  padding: clamp(32px, 3vw, 72px);
}
.horizontal-card__title {
  margin: 0;
  font-family: "Neue Montreal", "Russell Neue Montreal", Inter, sans-serif;
  font-size: clamp(5.5rem, 10vw, 15rem);
  font-weight: 500;
  line-height: 0.78;
  letter-spacing: -0.055em;
  word-spacing: 0.04em;
  color: var(--horizontal-orange);
  white-space: nowrap;
}
.horizontal-card__grid {
  position: absolute;
  left: clamp(32px, 3vw, 72px);
  right: clamp(32px, 3vw, 72px);
  bottom: clamp(36px, 4vw, 72px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: clamp(18px, 1.8vw, 32px);
  align-items: end;
}
.horizontal-card__project {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  color: #ffffff;
  font-family: "Neue Montreal", "Russell Neue Montreal", Inter, sans-serif;
  font-size: clamp(1.1rem, 1.35vw, 1.75rem);
  font-weight: 500;
  text-decoration: none;
}
.horizontal-card__project img {
  display: block;
  width: 100%;
  aspect-ratio: 1.62 / 1;
  object-fit: cover;
  border-radius: 2px;
}
.horizontal-card__project--wide img {
  aspect-ratio: 1.72 / 1;
}
.horizontal-card__project--featured img {
  position: relative;
  z-index: 1;
  transform: scale(1.06);
  transform-origin: center bottom;
}
.horizontal-card__services {
  position: absolute;
  left: clamp(32px, 3vw, 72px);
  right: clamp(32px, 3vw, 72px);
  bottom: clamp(36px, 4vw, 72px);
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  gap: clamp(16px, 2vw, 32px);
}
.horizontal-card__services div {
  min-height: clamp(180px, 22vw, 340px);
  padding: clamp(18px, 2vw, 32px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #ffffff;
  background: rgba(17, 17, 17, 0.08);
}
.horizontal-card__services span {
  font-family:
    JetBrains Mono,
    monospace;
  font-size: 0.8rem;
  opacity: 0.72;
}
.horizontal-card__services strong {
  font-family: "Neue Montreal", "Russell Neue Montreal", Inter, sans-serif;
  font-size: clamp(1.4rem, 2.1vw, 3.2rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  font-weight: 500;
}
.horizontal-works__panel--services {
  background: #fdfbf9;
  padding: 0;
}
.horizontal-works__panel--services .horizontal-card {
  height: 100vh;
  border-radius: 0;
  background: #fdfbf9;
  color: #151b22;
}
.horizontal-works__panel--services .horizontal-card__services div {
  border-color: rgba(21, 27, 34, 0.22);
  color: #151b22;
  background: transparent;
}
@media (max-width: 800px) {
  .horizontal-works {
    min-height: auto;
    overflow: hidden;
  }
  .horizontal-works__sticky {
    position: relative;
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .horizontal-works__sticky::-webkit-scrollbar {
    display: none;
  }
  .horizontal-works__track {
    transform: none !important;
    height: auto;
  }
  .horizontal-works__panel {
    flex-basis: 92vw;
    min-width: 92vw;
    min-height: 84vh;
    height: auto;
    scroll-snap-align: start;
  }
  .horizontal-works__panel--intro {
    padding: 40px 20px;
  }
  .horizontal-works__statement {
    width: min(100%, 560px);
    font-size: clamp(2rem, 11vw, 4.5rem);
  }
  .horizontal-works__object {
    top: 52%;
    width: min(48vw, 220px);
  }
  .horizontal-works__meta {
    left: 20px;
    right: 20px;
    bottom: 26vh;
    font-size: 0.8rem;
  }
  .horizontal-works__mega {
    left: 20px;
    bottom: 32px;
    font-size: clamp(4.8rem, 21vw, 8rem);
  }
  .horizontal-works__panel--orange {
    padding: 10px;
  }
  .horizontal-card {
    height: auto;
    min-height: calc(84vh - 20px);
    padding: 24px 18px;
    border-radius: 12px;
  }
  .horizontal-card__title {
    font-size: clamp(4rem, 18vw, 7rem);
    white-space: normal;
  }
  .horizontal-card__grid,
  .horizontal-card__services {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 34vh;
    grid-template-columns: 1fr;
  }
  .horizontal-card__services {
    margin-top: 26vh;
  }
  .horizontal-works__panel--services .horizontal-card {
    height: auto;
    min-height: calc(84vh - 20px);
    border-radius: 0;
  }
}
.logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  position: relative;
  z-index: 1;
}
.logos[data-project-logos="true"] {
  grid-template-columns: repeat(3, 1fr);
}
.logos__item {
  aspect-ratio: 16 / 9;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden;
  cursor: none;
  background: var(--paper);
  --ink-x: 50%;
  --ink-y: 50%;
}
.ink {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.logos__item:hover .ink,
.lab__row:hover .ink,
.work:hover .ink {
  filter: url(#ink-spread);
}
.ink__blob {
  position: absolute;
  left: var(--ink-x);
  top: var(--ink-y);
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  background: var(--ink);
  border-radius: 50%;
  transform: scale(0);
  transform-origin: center;
  transition: transform 0.6s cubic-bezier(0.7, 0, 0.2, 1);
}
.logos__item:hover .ink__blob,
.lab__row:hover .ink__blob,
.work:hover .ink__blob {
  transform: scale(50);
  will-change: transform;
}
.logos__name {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: clamp(15px, 1.6vw, 22px);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ink);
  text-align: center;
  padding: 0 12px;
  z-index: 2;
  transition: opacity 0.35s cubic-bezier(0.7, 0, 0.2, 1);
}
.logos__hover {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 20px 24px;
  color: var(--paper);
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.4s ease 0.18s,
    transform 0.55s cubic-bezier(0.7, 0, 0.2, 1) 0.18s;
  z-index: 2;
}
.logos__hover .logos__role {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3vw, 44px);
  letter-spacing: -0.02em;
  text-transform: uppercase;
  line-height: 0.95;
  margin-top: auto;
}
.logos__hover .logos__role span {
  display: block;
}
.logos__hover .logos__period {
  font-family:
    JetBrains Mono,
    monospace;
  font-size: var(--mono-size);
  letter-spacing: var(--mono-tracking);
  text-transform: uppercase;
  opacity: 0.7;
}
.logos__item:hover .logos__name {
  opacity: 0;
}
.logos__item:hover .logos__hover {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 800px) {
  .logos {
    grid-template-columns: repeat(2, 1fr);
  }
}
.agencies__manifesto {
  font-family: Inter, sans-serif;
  color: #121212;
  font-weight: 700;
  font-size: clamp(42px, 6.8vw, 112px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  margin: 48px 0 80px;
}
.agencies__manifesto > span {
  display: block;
}
.agencies__manifesto em {
  font-style: italic;
  font-weight: 300;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 92%;
  background-size: 100% 0.05em;
  padding-bottom: 0.04em;
}
.section.about {
  background: #fdfbf9;
  color: #121212;
  padding: clamp(168px, 15vw, 280px) 2.23vw clamp(112px, 11vw, 188px);
  scroll-margin-top: 0;
  overflow: hidden;
}
.section.about::before {
  content: "Howdy";
  position: absolute;
  top: clamp(60px, 5.8vw, 92px);
  left: 2.23vw;
  font-family: "Russell Neue Montreal", "Neue Montreal", Arial, sans-serif;
  font-size: clamp(16px, 1.1vw, 22px);
  line-height: 1;
  letter-spacing: 0.12em;
  color: rgba(18, 18, 18, 0.86);
}
.section.about::after {
  content: "";
  position: absolute;
  top: clamp(98px, 8.2vw, 136px);
  left: 2.23vw;
  right: 2.23vw;
  height: 0;
  background: transparent;
}
.about__grid {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.about__heading {
  display: contents;
}
.about__title {
  font-family: Inter, sans-serif;
  color: #121212;
  order: 2;
  font-size: clamp(42px, 6.2vw, 104px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: clamp(44px, 4.7vw, 86px) 0 clamp(48px, 5.6vw, 88px);
}
.about__avatar {
  order: 1;
  width: clamp(14px, 1vw, 18px);
  aspect-ratio: 1 / 1;
  object-fit: contain;
  align-self: center;
  pointer-events: none;
  margin: 0;
  transform: none;
  image-rendering: crisp-edges;
}
.about__meta {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 120px;
}
.about__meta-row span {
  display: block;
  font-family:
    JetBrains Mono,
    monospace;
  font-size: var(--mono-size);
  letter-spacing: var(--mono-tracking);
  text-transform: uppercase;
  opacity: 0.45;
  margin-bottom: 6px;
}
.about__meta-row p {
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
}
.about__bio {
  order: 3;
  display: flex;
  flex-direction: column;
  gap: clamp(72px, 8vw, 128px);
  width: min(100%, 1500px);
  max-width: none;
}
.about__bio p {
  font-family: "Russell Neue Montreal", "Neue Montreal", Inter, sans-serif;
  font-size: 40px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: 0;
  max-width: 78ch;
}
.about__bio .about__lead {
  order: -1;
  max-width: 78ch;
}
.about__bio p:not(.about__lead) {
  align-self: flex-end;
  margin-left: 0;
  width: calc(100% - clamp(54px, 2.8vw, 80px));
  max-width: 78ch;
}
.section.services {
  background: #fdfbf9;
  color: #121212;
  padding-top: clamp(96px, 9vw, 160px);
  padding-bottom: clamp(180px, 18vw, 320px);
}
.services__label {
  font-family:
    JetBrains Mono,
    monospace;
  font-size: var(--mono-size);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: clamp(40px, 5vw, 64px);
}
.services__list {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1vw, 14px);
  overflow: visible;
}
.services__row {
  display: flex;
  width: 100%;
}
.services__row--start {
  justify-content: flex-start;
}
.services__row--center {
  justify-content: center;
}
.services__row--end {
  justify-content: flex-end;
}
.services__item {
  font-family: Inter, sans-serif;
  color: #121212;
  font-size: clamp(48px, 7.4vw, 112px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.88;
  text-transform: uppercase;
  white-space: nowrap;
}
.services__media-wrap {
  font-weight: 400;
  letter-spacing: -0.06em;
  white-space: nowrap;
}
.services__media {
  display: inline-block;
  width: 0.66em;
  height: 0.48em;
  margin: 0 0.06em;
  border-radius: 0.08em;
  background-color: #d9d9d9;
  background-image: url("../images/iamyadunandhero.png");
  background-size: 360% auto;
  background-repeat: no-repeat;
  vertical-align: 0.02em;
  filter: saturate(0.25) contrast(0.95);
}
.services__media--frontend {
  background-position: 42% 42%;
}
.services__media--design {
  background-position: 58% 50%;
}
.services__media--interactive {
  background-position: 30% 48%;
}
.services__media--coding {
  background-position: 70% 56%;
}
.services__note {
  width: min(100%, 680px);
  margin: clamp(36px, 4.5vw, 72px) 0 0 auto;
  font-family: Inter, sans-serif;
  font-size: clamp(12px, 1.4vw, 22px);
  line-height: 1.45;
  font-weight: 400;
  color: rgba(28, 34, 48, 0.55);
  letter-spacing: -0.02em;
}
[data-scroll-reveal] {
  color: #121212;
}
.scroll-reveal__word {
  display: inline-block;
  position: relative;
  color: #ffffff;
  --word-progress: 0;
  will-change: color;
}
.scroll-reveal__layer {
  display: inline-block;
  transition:
    opacity 0.22s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}
.scroll-reveal__layer--orange {
  position: relative;
  z-index: 2;
  color: #fb4617;
  opacity: min(1, calc(var(--word-progress) * 3));
}
.scroll-reveal__layer--black {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  color: #121212;
  opacity: calc(max(0, var(--word-progress) - 0.24) * 1.316);
  transform: translateX(0.075em);
}
.is-scroll-reveal-ready .scroll-reveal__layer--black {
  transform: translateX(0);
}
.about__bio p em {
  font-style: italic;
  font-weight: 500;
  background-image: linear-gradient(var(--ink), var(--ink));
  background-repeat: no-repeat;
  background-position: 0 92%;
  background-size: 100% 0.08em;
  padding-bottom: 0.06em;
}
.about__sphere {
  position: sticky;
  top: 120px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: stretch;
}
.about__sphere-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: transparent;
}
.about__sphere-stage canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
  touch-action: pan-y;
}
.about__sphere-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-family:
    JetBrains Mono,
    monospace;
  font-size: var(--mono-tag-size);
  letter-spacing: var(--mono-tracking);
  text-transform: uppercase;
  opacity: 0.5;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}
@media (max-width: 1100px) {
  .about__grid {
    display: flex;
  }
  .about__sphere {
    position: relative;
    top: 0;
    max-width: 520px;
    margin: 0 auto;
  }
}
@media (max-width: 700px) {
  .section.about {
    padding: 136px 20px 112px;
  }
  .section.about::before {
    top: 76px;
    left: 20px;
    font-size: 14px;
  }
  .section.about::after {
    top: 106px;
    left: 20px;
    right: 20px;
  }
  .about__grid {
    display: flex;
  }
  .about__title {
    font-size: clamp(40px, 13vw, 72px);
    line-height: 1.05;
    margin: 42px 0 48px;
  }
  .about__heading {
    display: contents;
  }
  .about__avatar {
    width: 14px;
  }
  .about__bio {
    gap: 56px;
  }
  .about__bio p,
  .about__bio p + p,
  .about__bio p:not(.about__lead),
  .about__bio .about__lead {
    max-width: none;
    width: 100%;
    margin-left: 0;
    align-self: stretch;
    font-size: clamp(2rem, 10.8vw, 4.1rem);
    line-height: 1.18;
  }
  .section.services {
    padding-top: 136px;
    padding-bottom: 168px;
  }
  .services__label {
    margin-bottom: 36px;
  }
  .services__list {
    gap: 12px;
  }
  .services__row,
  .services__row--start,
  .services__row--center,
  .services__row--end {
    justify-content: flex-start;
  }
  .services__item {
    font-size: clamp(32px, 8.8vw, 46px);
    line-height: 0.98;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .services__media {
    width: 0.76em;
    height: 0.54em;
  }
  .services__note {
    width: 100%;
    margin-top: 32px;
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: -0.01em;
  }
}
.lab {
  border-top: 1px solid var(--line);
}
.lab__row {
  display: grid;
  grid-template-columns: 60px 1fr 200px auto;
  gap: 16px;
  padding: 22px 24px;
  border-bottom: 1px solid var(--line);
  font-family:
    JetBrains Mono,
    monospace;
  font-size: var(--mono-cta-size);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  align-items: center;
  cursor: none;
  color: var(--ink);
  position: relative;
  overflow: hidden;
  --ink-x: 50%;
  --ink-y: 50%;
  transition: color 0.35s cubic-bezier(0.7, 0, 0.2, 1);
}
.lab__row > *:not(.ink) {
  position: relative;
  z-index: 2;
}
.lab__row:hover {
  color: var(--paper);
}
.lab__row .n {
  opacity: 0.4;
}
.lab__row .t {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  min-width: 0;
}
.lab__cat {
  display: inline-block;
  font-family:
    JetBrains Mono,
    monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 3px 8px;
  border: 1px solid color-mix(in srgb, currentColor 30%, transparent);
  border-radius: 999px;
  opacity: 0.7;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}
.lab__row:hover .lab__cat {
  opacity: 1;
}
.lab__row .stack {
  opacity: 0.5;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: var(--mono-tag-size);
}
.lab__actions {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  justify-content: flex-end;
  min-width: 160px;
}
.lab__cta {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family:
    JetBrains Mono,
    monospace;
  font-size: var(--mono-cta-size);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 6px 10px;
  border: 1px solid color-mix(in srgb, currentColor 35%, transparent);
  border-radius: 999px;
  transition:
    border-color 0.3s ease,
    background 0.3s ease,
    color 0.3s ease;
  cursor: none;
}
.lab__cta--ghost {
  border-color: color-mix(in srgb, currentColor 22%, transparent);
}
.lab__row:hover .lab__cta {
  border-color: color-mix(in srgb, currentColor 60%, transparent);
}
.lab__cta span {
  display: inline-block;
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}
.lab__cta:hover span {
  transform: translate(2px, -2px);
}
@media (max-width: 700px) {
  .lab__row {
    grid-template-columns: 40px 1fr auto;
  }
  .lab__row .stack {
    display: none;
  }
  .lab__actions {
    min-width: 0;
    gap: 10px;
  }
  .lab__cta {
    padding: 5px 8px;
  }
}
.footer {
  --contact-footer-y: 0%;
  --contact-reveal-height: clamp(640px, 67svh, 760px);
  --ink: #f5f0eb;
  --paper: #121212;
  --line: rgba(245, 240, 235, 0.16);
  padding: clamp(84px, 6.5vw, 120px) 32px clamp(24px, 1.25em, 32px);
  border-top: 1px solid var(--line);
  background: #121212;
  color: #f5f0eb;
  position: relative;
  z-index: 1;
  min-height: clamp(640px, 67svh, 760px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  isolation: isolate;
}
.hero::selection,
.hero *::selection,
.footer::selection,
.footer *::selection {
  background: #fff;
  color: #000;
}
.footer__stage {
  position: relative;
  display: block;
  width: 100%;
  flex: 1;
  min-height: clamp(420px, 48svh, 560px);
  margin-bottom: 60px;
  overflow: hidden;
  isolation: isolate;
  touch-action: pan-y;
}
.footer__mail-link {
  position: absolute;
  left: var(--footer-mail-left, 0);
  top: var(--footer-mail-top, 0);
  width: var(--footer-mail-width, 1px);
  height: var(--footer-mail-height, 1px);
  z-index: 2;
  display: block;
  overflow: hidden;
  color: transparent;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  touch-action: pan-y;
}
.footer__mail-link:focus-visible {
  outline: 1px solid #f5f0eb;
  outline-offset: 6px;
}
.footer__talk-video {
  position: absolute;
  left: var(--footer-mail-left, 0);
  top: calc(
    var(--footer-mail-top, 50%) + var(--footer-mail-height, 0px) + 44px
  );
  right: auto;
  z-index: 1;
  width: clamp(96px, 11vw, 156px);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 0;
  transform: none;
  opacity: 0.88;
  filter: saturate(0.92) contrast(1.04);
  pointer-events: none;
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.32);
  transition:
    left 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    top 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s ease,
    filter 0.45s ease,
    box-shadow 0.45s ease;
  will-change: left, top, opacity;
}
.footer__stage canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.footer-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  touch-action: pan-y;
}
.footer__row {
  display: flex;
  justify-content: space-between;
  font-family:
    JetBrains Mono,
    monospace;
  font-size: var(--mono-size);
  letter-spacing: var(--mono-tracking);
  text-transform: uppercase;
  flex-wrap: wrap;
  gap: 16px;
}
.footer__row > * {
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
.footer__row > .footer__links {
  opacity: 1;
}
.footer__links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.footer__links a {
  position: relative;
  opacity: 0.6;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.footer__links a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.18em;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.footer__links a:hover {
  opacity: 1;
}
.footer__links a:hover:after {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.footer__brand {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.contact-reveal-spacer {
  --contact-reveal-height: clamp(640px, 67svh, 760px);
  display: none;
}
@media (prefers-reduced-motion: no-preference) {
  .hero,
  .section {
    position: relative;
    z-index: 2;
  }
  .section {
    background: var(--paper);
  }
  .contact-reveal-spacer {
    display: block;
    height: var(--contact-reveal-height);
    background: #121212;
    pointer-events: none;
    position: relative;
    z-index: 0;
  }
  .footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: var(--contact-reveal-height);
    min-height: 0;
    z-index: 1;
    transform: translate3d(0, var(--contact-footer-y), 0);
    will-change: transform;
  }
  .footer__stage {
    min-height: 0;
  }
}
@media (min-width: 701px) {
  .footer,
  .contact-reveal-spacer {
    --contact-reveal-height: clamp(640px, 67svh, 760px);
  }
}
[data-reveal] {
  visibility: hidden;
}
[data-reveal] span {
  display: block;
  overflow: hidden;
}
[data-reveal] span > * {
  display: inline-block;
  transform: translateY(110%);
}
.rb {
  position: relative;
}
.rb-w {
  display: inline-block;
  white-space: nowrap;
}
.rb-c {
  display: inline-block;
  will-change: filter, transform;
}
@media (prefers-reduced-motion: reduce) {
  .header {
    --header-scroll-offset: 0px !important;
  }
  .footer,
  .rb-c {
    filter: none !important;
    transform: none !important;
  }
}
@media (max-width: 700px) {
  .header {
    padding: 20px 18px;
  }
  .header__brand {
    font-size: 48px;
  }
  .section {
    padding: 80px 20px;
    scroll-margin-top: 112px;
  }
  .section__label {
    margin-bottom: 32px;
  }
  #works > .section__label,
  #agencies > .section__label,
  .services > .services__label {
    padding-bottom: 0;
    margin-bottom: 96px;
    border-bottom: none;
  }
  .section__title {
    font-size: clamp(40px, 13vw, 72px);
    line-height: 1.05;
    white-space: normal;
    margin-bottom: 40px;
  }
  .hero {
    padding: 90px 20px 100px;
    justify-content: center;
  }
  .hero__kicker {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 24px;
  }
  .hero__kicker-edition {
    display: none;
  }
  .hero__scroll {
    display: inline-flex;
    right: auto;
    left: 50%;
    transform: translate(-50%);
    bottom: 28px;
  }
  .logos {
    grid-template-columns: 1fr;
  }
  .logos__item {
    aspect-ratio: 16 / 9;
  }
  .footer__links {
    flex-direction: column;
    gap: 12px;
  }
  .work {
    grid-template-columns: 40px 1fr;
    gap: 12px;
    padding: 24px 16px;
  }
  .work__num {
    font-size: 11px;
  }
  .work__name {
    font-size: clamp(22px, 7vw, 36px);
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .work__arrow {
    display: none;
  }
  .agencies__manifesto {
    font-size: clamp(40px, 13vw, 72px);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    margin-bottom: 40px;
  }
  .lab__row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 16px;
  }
  .lab__row .n {
    font-size: 10px;
  }
  .lab__row .t {
    flex-wrap: wrap;
    font-size: 15px;
  }
  .lab__row .stack,
  .lab__row .lab__stack {
    font-size: 10px;
    opacity: 0.6;
  }
  .lab__row .lab__actions {
    margin-top: 6px;
  }
  .footer,
  .contact-reveal-spacer {
    --contact-reveal-height: clamp(560px, 72svh, 680px);
  }
  .footer {
    padding: 60px 20px 24px;
    min-height: clamp(560px, 72svh, 680px);
  }
  .footer__stage {
    min-height: clamp(350px, 48svh, 500px);
    margin-bottom: 32px;
  }
  .footer__talk-video {
    left: var(--footer-mail-left, 0);
    top: calc(
      var(--footer-mail-top, 50%) + var(--footer-mail-height, 0px) + 22px
    );
    right: auto;
    width: clamp(108px, 30vw, 144px);
    border-radius: 0;
    opacity: 1;
    filter: saturate(1.05) contrast(1.08) brightness(1.08);
  }
  .footer__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .footer__links {
    gap: 16px 24px;
  }
  .marquee {
    padding: 18px 0;
  }
  .marquee__track {
    font-size: clamp(22px, 7vw, 40px);
    gap: 36px;
  }
}

.cursor__goo {
  filter: none !important;
}
.cursor__dot,
.cursor__sub {
  border-radius: 0 !important;
  clip-path: inset(0) !important;
}

.cursor__sub,
.cursor__label {
  display: none !important;
  opacity: 0 !important;
}
.cursor.has-label .cursor__label,
.cursor.is-snap .cursor__sub,
.cursor.is-magnet .cursor__sub {
  display: none !important;
  opacity: 0 !important;
}
.pPointer {
  position: fixed;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: #fff;
  color: #000;
  mix-blend-mode: difference;
  z-index: 9999;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  transform: translate3d(0, 0, 0);
  will-change: transform, width, height, opacity;
  transition: opacity 0.2s ease;
}
.pPointer.isEnter {
  opacity: 1;
}
.pPointer__label {
  font-family:
    JetBrains Mono,
    monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  user-select: none;
  opacity: 0;
  transform: scale(0.6);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}
.pPointer.hasLabel .pPointer__label {
  opacity: 1;
  transform: scale(1);
}
.pPointer.isScrollMouse {
  background: #fb4617;
  color: #111111;
  border-radius: 0;
  mix-blend-mode: normal;
  align-items: center;
  padding-top: 0;
}
.pPointer.isScrollMouse .pPointer__label {
  font-family: "Neue Montreal", "Russell Neue Montreal", Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
  writing-mode: horizontal-tb;
  text-orientation: initial;
}
html.custom-cursor-active.is-horizontal-scroll-cursor,
html.custom-cursor-active.is-horizontal-scroll-cursor body,
html.custom-cursor-active.is-horizontal-scroll-cursor body * {
  cursor: none !important;
}
@media (hover: none), (pointer: coarse), (max-width: 700px) {
  .pPointer {
    display: none !important;
  }
}
@font-face {
  font-family: "Archivo Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("archivo-latin-wght-normal-E0tuGl4L.woff2")
    format("woff2-variations");
}
@font-face {
  font-family: "Archivo Variable";
  font-style: italic;
  font-display: swap;
  font-weight: 100 900;
  src: url("archivo-latin-wght-italic-C1arb59o.woff2")
    format("woff2-variations");
}
@font-face {
  font-family: "Neue Montreal";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("neue-montreal-font-family/neuemontreal-light.otf")
    format("opentype");
}
@font-face {
  font-family: "Neue Montreal";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("neue-montreal-font-family/neuemontreal-regular.otf")
    format("opentype");
}
@font-face {
  font-family: "Neue Montreal";
  font-style: normal;
  font-display: swap;
  font-weight: 500 600;
  src: url("neue-montreal-font-family/neuemontreal-medium.otf")
    format("opentype");
}
@font-face {
  font-family: "Neue Montreal";
  font-style: normal;
  font-display: swap;
  font-weight: 700 900;
  src: url("neue-montreal-font-family/neuemontreal-bold.otf") format("opentype");
}
@font-face {
  font-family: "Neue Montreal";
  font-style: italic;
  font-display: swap;
  font-weight: 300;
  src: url("neue-montreal-font-family/neuemontreal-lightitalic.otf")
    format("opentype");
}
@font-face {
  font-family: "Neue Montreal";
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url("neue-montreal-font-family/neuemontreal-italic.otf")
    format("opentype");
}
@font-face {
  font-family: "Neue Montreal";
  font-style: italic;
  font-display: swap;
  font-weight: 500 600;
  src: url("neue-montreal-font-family/neuemontreal-mediumitalic.otf")
    format("opentype");
}
@font-face {
  font-family: "Neue Montreal";
  font-style: italic;
  font-display: swap;
  font-weight: 700 900;
  src: url("neue-montreal-font-family/neuemontreal-bolditalic.otf")
    format("opentype");
}
.hero.hero--bouayaben {
  --hero-parallax-y: 0px;
  --hero-scale: 1;
  --hero-blur: 0px;
  min-height: 100vh;
  margin-top: 0;
  background: #0a0a0a;
  color: #f5f0eb;
  overflow: hidden;
  padding: clamp(5.5rem, 12vh, 8rem) clamp(1.25rem, 4.5vw, 4.5rem)
    clamp(3rem, 8vh, 5rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  isolation: isolate;
}
.hero__photo {
  position: absolute;
  inset: -16vh 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("../images/iamyadunandhero.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(var(--hero-blur));
  transform: translate3d(0, var(--hero-parallax-y), 0) scale(var(--hero-scale));
  transform-origin: center;
  will-change: transform, filter;
  backface-visibility: hidden;
}
.hero.hero--bouayaben:before {
  content: "";
  position: absolute;
  inset: -100%;
  z-index: 1;
  pointer-events: none;
  opacity: 0.08;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: heroBouayabenGrain 9s steps(10, end) infinite;
}
.hero__title--bouayaben {
  font-family:
    "Archivo Variable", Archivo, "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 650 !important;
  color: #f5f0eb !important;
  font-size: clamp(3.2rem, 9vw, 12rem) !important;
  letter-spacing: -0.035em !important;
  line-height: 0.9 !important;
  text-transform: none !important;
  position: relative !important;
  z-index: 2 !important;
  width: min(100%, 1900px) !important;
  margin: 0 !important;
}
.hero-field--bouayaben {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.hero__title--bouayaben .hero-line {
  display: block;
  overflow: hidden;
  margin-block-end: -0.06em;
  padding-block-end: 0.06em;
}
.hero__title--bouayaben .hero-line-inner {
  display: block;
  white-space: nowrap;
  will-change: transform;
  transform: translateY(110%);
}
.hero--bouayaben.is-hero-animated .hero-line-inner {
  animation: heroBouayabenLineIn 1.4s cubic-bezier(0.16, 1, 0.3, 1) both 0.15s;
}
.hero--bouayaben.is-hero-animated .hero-line:nth-child(2) .hero-line-inner {
  animation-delay: 0.27s;
}
.hero__title--bouayaben .word {
  display: inline-block;
  white-space: nowrap;
}
.hero__title--bouayaben .char {
  display: inline-block;
  will-change: transform;
}
.hero__title--bouayaben em {
  color: #ee4b2b !important;
  font-style: italic !important;
  font-weight: 760 !important;
  letter-spacing: -0.045em !important;
}
@keyframes heroBouayabenLineIn {
  from {
    transform: translateY(115%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes heroBouayabenGrain {
  0%,
  to {
    transform: translate(0);
  }
  10% {
    transform: translate(-2%, -3%);
  }
  30% {
    transform: translate(3%, -2%);
  }
  50% {
    transform: translate(-3%, 2%);
  }
  70% {
    transform: translate(2%, 3%);
  }
  90% {
    transform: translate(-2%, 1%);
  }
}
@media (max-width: 700px) {
  .hero.hero--bouayaben {
    min-height: 100svh;
    margin-top: 0;
    padding: 6rem 1.25rem 3rem;
    justify-content: flex-end;
  }
  .hero__photo {
    inset: -10vh 0;
    background-position: 58% center;
  }
  .hero__title--bouayaben {
    font-size: clamp(3rem, 16vw, 5.2rem) !important;
    line-height: 0.92 !important;
  }
  .hero__title--bouayaben .hero-line {
    overflow: visible;
    margin-block-end: 0;
    padding-block-end: 0.02em;
  }
  .hero__title--bouayaben .hero-line-inner {
    white-space: normal;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero.hero--bouayaben:before,
  .hero__title--bouayaben .hero-line-inner {
    animation: none !important;
    transform: none !important;
  }
}
.header__brand {
  text-decoration: none !important;
}
body,
body * {
  cursor: auto !important;
}
.cursor,
.cursor-goo-svg {
  display: none !important;
}
html.custom-cursor-active,
html.custom-cursor-active body,
html.custom-cursor-active body *,
html.custom-cursor-active input,
html.custom-cursor-active textarea,
html.custom-cursor-active select,
html.custom-cursor-active label {
  cursor: auto !important;
}
html.custom-cursor-active a,
html.custom-cursor-active button,
html.custom-cursor-active [role="button"],
html.custom-cursor-active [data-cursor-snap],
html.custom-cursor-active [data-cursor-label] {
  cursor: pointer !important;
}
html.custom-cursor-active.is-horizontal-scroll-cursor,
html.custom-cursor-active.is-horizontal-scroll-cursor body,
html.custom-cursor-active.is-horizontal-scroll-cursor body * {
  cursor: none !important;
}
@media (max-width: 700px) {
  body,
  body * {
    cursor: auto !important;
  }
  body {
    cursor: auto;
  }
  .cursor {
    display: none !important;
  }
  .hero.hero--bouayaben {
    min-height: 100svh;
    margin-top: 0;
    padding: 6.5rem 1.35rem 4.75rem;
    justify-content: flex-end;
  }
  .hero__title--bouayaben {
    font-size: clamp(2.75rem, 14.5vw, 4.25rem) !important;
    line-height: 0.95 !important;
    letter-spacing: -0.04em !important;
  }
  .hero__title--bouayaben .hero-line {
    overflow: hidden;
    margin-block-end: -0.02em;
    padding-block-end: 0.08em;
  }
  .hero__title--bouayaben .hero-line-inner {
    white-space: normal;
  }
  .hero__title--bouayaben em {
    color: #ee4b2b !important;
  }
}

body,
button,
input,
textarea,
select,
body :where(:not(.hero__title--bouayaben):not(.hero__title--bouayaben *)) {
  font-family: "Neue Montreal", "Helvetica Neue", Arial, sans-serif !important;
}

.hero__title--bouayaben,
.hero__title--bouayaben * {
  font-family:
    "Archivo Variable", Archivo, "Helvetica Neue", Arial, sans-serif !important;
}

.works > :nth-child(n + 5) {
  display: none !important;
}

.logos[data-project-logos="true"] {
  grid-template-columns: repeat(4, 1fr);
}

.loader__word,
.loader__word-front,
.loader__word-back {
  font-family: "Taro Display", Impact, "Arial Narrow", sans-serif !important;
}

.loader__meta,
.loader__meta * {
  font-family:
    "Taro Body", "Russell Neue Montreal", Arial, sans-serif !important;
}

.header__brand,
.header__brand * {
  font-family: "Russell Humane", Impact, "Arial Narrow", sans-serif !important;
}

.header__nav a,
.header__menu {
  font-family:
    "Russell Neue Montreal", "Neue Montreal", Arial, sans-serif !important;
}

@media (max-width: 800px) {
  .logos[data-project-logos="true"] {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .logos[data-project-logos="true"] {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 800px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
    scrollbar-width: none;
  }

  body {
    min-width: 0;
  }

  html::-webkit-scrollbar,
  body::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }

  img,
  canvas,
  video,
  svg {
    max-width: 100%;
  }

  .header {
    min-height: 72px;
    padding: 16px 18px;
    align-items: flex-start;
  }

  .header__brand {
    max-width: calc(100vw - 112px);
    font-size: 32px !important;
    line-height: 0.86;
    overflow: hidden;
  }

  .header__brand span:nth-child(2) {
    margin-left: 14px;
  }

  .header__menu {
    min-width: 62px;
    height: 32px;
    margin-top: 0;
    flex: 0 0 auto;
  }

  .header__nav-wrap {
    inset: 72px 0 auto;
  }

  .header.is-open .header__nav-wrap {
    max-height: calc(100svh - 72px);
  }

  .hero.hero--bouayaben {
    min-height: 100svh;
    padding: 112px 20px 56px;
    justify-content: flex-end;
    overflow: hidden;
  }

  .hero__photo {
    inset: -8vh 0;
  }

  .hero__title--bouayaben {
    width: 100% !important;
    font-size: clamp(2.45rem, 11vw, 3.45rem) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.025em !important;
    overflow-wrap: anywhere;
  }

  .hero__title--bouayaben .hero-line,
  .hero__title--bouayaben .hero-line-inner,
  .hero__title--bouayaben .word {
    white-space: normal !important;
  }

  .section {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    padding: 80px 20px;
    overflow: hidden;
  }

  .section__title,
  .agencies__manifesto {
    max-width: 100%;
    font-size: clamp(2.25rem, 10.5vw, 3.5rem);
    line-height: 1.05;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .section.about {
    padding: 112px 20px 84px;
  }

  .section.about::before {
    top: 64px;
    left: 20px;
  }

  .about__grid,
  .about__bio {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }

  .about__title {
    font-size: clamp(2.25rem, 10.5vw, 3.5rem);
    line-height: 1.05;
    margin: 36px 0 40px;
  }

  .about__bio {
    gap: 32px;
  }

  .about__bio p,
  .about__bio p + p,
  .about__bio p:not(.about__lead),
  .about__bio .about__lead {
    width: 100%;
    max-width: 100%;
    margin: 0;
    align-self: stretch;
    font-size: clamp(1.35rem, 6.4vw, 2rem);
    line-height: 1.2;
    letter-spacing: -0.015em;
    overflow-wrap: break-word;
  }

  .horizontal-works {
    min-height: 0;
    height: auto;
    overflow: hidden;
  }

  .horizontal-works__sticky {
    position: relative !important;
    inset: auto !important;
    height: auto !important;
    overflow: hidden !important;
    scroll-snap-type: none;
  }

  .horizontal-works__track {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100% !important;
    height: auto;
    transform: none !important;
  }

  .horizontal-works__panel {
    width: 100%;
    min-width: 0;
    flex: none;
    height: auto;
    min-height: auto;
    overflow: hidden;
    scroll-snap-align: none;
  }

  .horizontal-works__panel--intro {
    min-height: 100svh;
    padding: 112px 20px 44px;
    display: grid;
    grid-template-rows: auto 1fr auto auto;
    gap: 22px;
  }

  .horizontal-works__statement {
    width: 100%;
    font-size: clamp(1.85rem, 8.4vw, 3rem);
    line-height: 1;
    letter-spacing: -0.035em;
  }

  .horizontal-works__object {
    position: relative;
    top: auto;
    left: auto;
    place-self: center;
    width: min(54vw, 220px);
    transform: none;
  }

  .horizontal-works__meta {
    position: static;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    font-size: 0.78rem;
  }

  .horizontal-works__mega {
    position: static;
    font-size: clamp(3.05rem, 14.8vw, 5rem);
    line-height: 0.86;
    letter-spacing: -0.07em;
    white-space: nowrap;
  }

  .horizontal-works__panel--orange,
  .horizontal-works__panel--services {
    padding: 10px;
    background: var(--horizontal-dark);
  }

  .horizontal-card,
  .horizontal-works__panel--services .horizontal-card {
    display: grid;
    gap: 32px;
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 28px 20px 32px;
    border-radius: 12px;
    overflow: hidden;
  }

  .horizontal-card__title {
    font-size: clamp(3rem, 13vw, 5rem);
    line-height: 0.9;
    letter-spacing: -0.045em;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .horizontal-card__grid,
  .horizontal-card__services {
    position: static;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    margin: clamp(48px, 14vh, 104px) 0 0;
  }

  .horizontal-card__project {
    gap: 12px;
    font-size: clamp(1rem, 4.8vw, 1.35rem);
  }

  .horizontal-card__project--featured img {
    transform: none;
  }

  .horizontal-card__services div {
    min-height: 150px;
  }

  .services__list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .services__row,
  .services__row--start,
  .services__row--center,
  .services__row--end {
    justify-content: flex-start;
    min-width: 0;
  }

  .services__item {
    max-width: 100%;
    font-size: clamp(2rem, 9vw, 3rem);
    line-height: 1;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .services__note {
    width: 100%;
    font-size: clamp(1rem, 4.2vw, 1.2rem);
  }

  .logos,
  .logos[data-project-logos="true"] {
    grid-template-columns: minmax(0, 1fr);
  }
}

.drone-services {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 760px;
  overflow: hidden;
  background: #fdfbf9;
  color: #080b16;
  isolation: isolate;
}

.drone-services__title {
  position: absolute;
  top: clamp(80px, 12vh, 150px);
  left: 50%;
  z-index: 4;
  width: min(90vw, 1500px);
  margin: 0;
  color: #080b16;
  font-family: "Archivo Variable", Archivo, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(4.4rem, 7.6vw, 10.4rem);
  font-weight: 850;
  line-height: 0.9;
  letter-spacing: -0.055em;
  text-align: center;
  transform: translateX(-50%);
  white-space: nowrap;
}

.drone-services__title span {
  color: #fb4617;
}

.drone-services__stage {
  position: absolute;
  top: 51%;
  left: 50%;
  z-index: 3;
  width: min(86vw, 1380px);
  height: min(54vh, 560px);
  min-height: 360px;
  transform: translate(-50%, -47%);
  cursor: default;
}

.drone-services__canvas,
.drone-services__fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.drone-services__canvas {
  z-index: 3;
  opacity: 0;
  transition: opacity 0.45s ease;
}

.drone-services.is-loaded .drone-services__canvas {
  opacity: 1;
}

.drone-services__fallback {
  z-index: 2;
  display: grid;
  place-items: center;
  opacity: 0.18;
  transition: opacity 0.45s ease;
}

.drone-services__fallback::before {
  content: "DRONE MODEL";
  color: #080b16;
  font-family: "Archivo Variable", Archivo, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2rem, 6vw, 7rem);
  font-weight: 850;
  letter-spacing: 0.08em;
}

.drone-services.is-loaded .drone-services__fallback {
  opacity: 0;
}

.drone-services__orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: min(42vw, 680px);
  height: min(72vh, 520px);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.drone-services__orbit::before {
  position: absolute;
  inset: -44px;
  z-index: 1;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(
      ellipse 112px 34px at 50% 44px,
      #fdfbf9 0 48%,
      rgba(253, 251, 249, 0) 82%
    ),
    radial-gradient(
      ellipse 112px 34px at 50% calc(100% - 44px),
      #fdfbf9 0 48%,
      rgba(253, 251, 249, 0) 82%
    ),
    radial-gradient(
      ellipse 34px 112px at 44px 50%,
      #fdfbf9 0 48%,
      rgba(253, 251, 249, 0) 82%
    ),
    radial-gradient(
      ellipse 34px 112px at calc(100% - 44px) 50%,
      #fdfbf9 0 48%,
      rgba(253, 251, 249, 0) 82%
    );
  filter: blur(1px);
}

.drone-services__orbit::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  border: 1px solid rgba(26, 26, 26, 0.16);
  border-radius: inherit;
  box-sizing: border-box;
}

.drone-services__orbit i {
  position: absolute;
  z-index: 2;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fb4617;
  transform: translate(-50%, -50%);
}

.drone-services__orbit i span {
  position: absolute;
  top: 50%;
  color: rgba(8, 11, 22, 0.42);
  font-family:
    JetBrains Mono,
    monospace;
  font-size: clamp(6px, 0.52vw, 9px);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.38em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translateY(-50%);
}

.drone-services__orbit i:nth-child(1) {
  top: 14.64%;
  left: 14.64%;
}

.drone-services__orbit i:nth-child(1) span {
  right: calc(100% + 16px);
}

.drone-services__orbit i:nth-child(2) {
  top: 14.64%;
  left: 85.36%;
}

.drone-services__orbit i:nth-child(2) span {
  left: calc(100% + 16px);
}

.drone-services__orbit i:nth-child(3) {
  top: 85.36%;
  left: 85.36%;
}

.drone-services__orbit i:nth-child(3) span {
  left: calc(100% + 16px);
}

.drone-services__orbit i:nth-child(4) {
  top: 85.36%;
  left: 14.64%;
}

.drone-services__orbit i:nth-child(4) span {
  right: calc(100% + 16px);
}

.drone-services__brand {
  position: absolute;
  left: 50%;
  bottom: clamp(52px, 8vh, 90px);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  color: #080b16;
  font-family: "Archivo Variable", Archivo, "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  transform: translateX(-50%);
}

.drone-services__brand strong {
  font-size: clamp(1.7rem, 3.1vw, 3.6rem);
  font-weight: 520;
  line-height: 1;
  letter-spacing: 0.38em;
}

.drone-services__brand span {
  color: rgba(8, 11, 22, 0.45);
  font-size: clamp(0.7rem, 0.9vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.52em;
}

.drone-services__copy {
  position: absolute;
  left: clamp(28px, 3.8vw, 72px);
  bottom: clamp(64px, 9.6vh, 118px);
  z-index: 5;
  width: min(22vw, 380px);
  min-width: 270px;
  color: rgba(8, 11, 22, 0.74);
  font-family: "Russell Neue Montreal", "Neue Montreal", Arial, sans-serif;
}

.drone-services__copy p {
  position: relative;
  margin: 0;
  padding-top: 28px;
}

.drone-services__copy p + p {
  margin-top: 42px;
  color: rgba(8, 11, 22, 0.38);
  font-size: clamp(0.88rem, 1vw, 1.08rem);
  letter-spacing: 0.06em;
}

.drone-services__copy p::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 1px;
  content: "";
  background: rgba(8, 11, 22, 0.52);
}

.drone-services__copy p:first-child {
  font-size: clamp(1.05rem, 1.26vw, 1.45rem);
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.drone-services__copy p:last-child {
  line-height: 1.3;
  text-transform: none;
}

.drone-services__copy p:last-child::first-line {
  letter-spacing: 0;
}

@media (max-width: 800px) {
  .drone-services {
    height: auto;
    min-height: 100svh;
    padding: 92px 20px 54px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto minmax(320px, 1fr) auto;
    gap: 24px;
  }

  .drone-services__title {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    font-size: clamp(2.8rem, 13.4vw, 4.8rem);
    line-height: 0.98;
    letter-spacing: -0.048em;
    text-align: left;
    transform: none;
    white-space: normal;
  }

  .drone-services__stage {
    position: relative;
    top: auto;
    left: auto;
    width: min(100%, 390px);
    height: auto;
    min-height: 0;
    aspect-ratio: 1 / 1;
    justify-self: center;
    align-self: center;
    transform: none;
  }

  .drone-services__orbit {
    width: min(78vw, 340px);
    height: min(78vw, 340px);
  }

  .drone-services__orbit i {
    width: 7px;
    height: 7px;
  }

  .drone-services__orbit i span {
    font-size: 6px;
    letter-spacing: 0.22em;
  }

  .drone-services__orbit i:nth-child(1) span,
  .drone-services__orbit i:nth-child(4) span {
    right: calc(100% + 9px);
  }

  .drone-services__orbit i:nth-child(2) span,
  .drone-services__orbit i:nth-child(3) span {
    left: calc(100% + 9px);
  }

  .drone-services__brand {
    position: relative;
    left: auto;
    bottom: auto;
    align-self: end;
    transform: none;
  }

  .drone-services__brand strong {
    font-size: clamp(1.25rem, 7vw, 2rem);
    letter-spacing: 0.32em;
  }

  .drone-services__brand span {
    font-size: 0.66rem;
    letter-spacing: 0.34em;
  }

  .drone-services__copy {
    position: relative;
    left: auto;
    bottom: auto;
    width: min(100%, 360px);
    min-width: 0;
    justify-self: center;
    margin-top: 4px;
  }

  .drone-services__copy p {
    padding-top: 18px;
  }

  .drone-services__copy p:first-child {
    font-size: 1rem;
  }

  .drone-services__copy p + p {
    margin-top: 28px;
    font-size: 0.8rem;
  }
}
