/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@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: 0.25rem;
    --font-weight-bold: 700;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --shadow-mellow: 0px 1.85px 3.15px rgba(24, 77, 218, 0.0048),
    0px 8.15px 6.52px rgba(24, 77, 218, 0.0079),
    0px 20px 13px rgba(24, 77, 218, 0.01),
    0px 38.52px 25.48px rgba(24, 77, 218, 0.0121),
    0px 64.81px 46.85px rgba(24, 77, 218, 0.0152),
    0px 100px 80px rgba(24, 77, 218, 0.02);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    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;
  }
  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;
    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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.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 {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :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;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        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, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .top-0 {
    top: 0;
  }
  .left-0 {
    left: 0;
  }
  .-z-1 {
    z-index: calc(1 * -1);
  }
  .z-3 {
    z-index: 3;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-screen {
    height: 100vh;
  }
  .min-h-\[34px\] {
    min-height: 34px;
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-\[37px\] {
    width: 37px;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-full {
    width: 100%;
  }
  .grow {
    flex-grow: 1;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .border-none\! {
    --tw-border-style: none !important;
    border-style: none !important;
  }
  .fill-\[\#f4f4f4\] {
    fill: #f4f4f4;
  }
  .fill-white {
    fill: var(--color-white);
  }
  .stroke-white {
    stroke: var(--color-white);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-2\! {
    padding-block: calc(var(--spacing) * 2) !important;
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:inline {
    @media (width >= 48rem) {
      display: inline;
    }
  }
  .md\:min-h-\[40px\] {
    @media (width >= 48rem) {
      min-height: 40px;
    }
  }
  .md\:min-h-\[56px\] {
    @media (width >= 48rem) {
      min-height: 56px;
    }
  }
  .md\:w-\[519px\] {
    @media (width >= 48rem) {
      width: 519px;
    }
  }
  .md\:min-w-\[180px\] {
    @media (width >= 48rem) {
      min-width: 180px;
    }
  }
  .md\:gap-5 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .md\:px-5 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .md\:px-10 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .md\:pb-0 {
    @media (width >= 48rem) {
      padding-bottom: 0;
    }
  }
  .md\:text-\[18px\] {
    @media (width >= 48rem) {
      font-size: 18px;
    }
  }
  .md\:text-\[40px\] {
    @media (width >= 48rem) {
      font-size: 40px;
    }
  }
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Montserrat/montserrat-v31-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Montserrat/montserrat-v31-latin-600.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Montserrat/montserrat-v31-latin-700.woff2") format("woff2");
}
@keyframes page-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html.has-home-menu {
  overflow: hidden;
}
html.has-home-menu body.home > main > .page-header {
  position: relative;
  z-index: 30;
}
html.has-home-menu body.projects-page > .projects-header {
  position: relative;
  z-index: 30;
}
.home-menu {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100dvh;
  z-index: 20;
  color: #f4f4f4;
  background: transparent;
  overflow-x: hidden;
  overflow-y: hidden;
  overscroll-behavior: contain;
}
.home-menu[hidden] {
  display: none;
}
.home-menu .home-menu-surface {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  padding-top: 112px;
  background: #111;
  isolation: isolate;
}
.home-menu .home-menu-surface .home-menu-navigation {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: 24px 24px 112px;
}
.home-menu .home-menu-surface .home-menu-navigation ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 68px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-menu .home-menu-surface .home-menu-navigation ul li a {
  display: block;
  color: #f4f4f4;
  font-size: 68px;
  font-weight: 700;
  line-height: 1.22;
  text-align: center;
  text-decoration: none;
  transition: color 180ms ease;
}
.home-menu .home-menu-surface .home-menu-navigation ul li a:hover {
  color: #bdbdbd;
}
.home-menu .home-menu-surface .home-menu-navigation ul li a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 12px;
  text-decoration-thickness: 2px;
}
@media (width < 48rem) {
  .home-menu .home-menu-surface {
    padding-top: 88px;
  }
  .home-menu .home-menu-surface .home-menu-navigation {
    padding: 16px 16px 64px;
  }
  .home-menu .home-menu-surface .home-menu-navigation ul {
    gap: 48px;
  }
  .home-menu .home-menu-surface .home-menu-navigation ul li a {
    font-size: 48px;
  }
}
@media (height < 35rem) {
  .home-menu .home-menu-surface .home-menu-navigation {
    padding-block: 24px;
  }
  .home-menu .home-menu-surface .home-menu-navigation ul {
    gap: 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-menu .home-menu-surface .home-menu-navigation ul li a {
    transition: none;
  }
}
.site-cursor {
  --cursor-dot-size: 16px;
  --cursor-ring-radius: 24px;
  --cursor-blur: 10px;
}
.site-cursor::before {
  transition: opacity 180ms ease;
}
.site-cursor::after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: rgba(18, 18, 18, 0.2);
  -webkit-backdrop-filter: blur(var(--cursor-blur));
  backdrop-filter: blur(var(--cursor-blur));
  transition: width 240ms ease, height 240ms ease, transform 240ms ease, opacity 180ms ease, background-color 240ms ease;
}
.site-cursor.is-pointer:not(.is-labeled)::before {
  opacity: 1;
}
.site-cursor.is-pointer:not(.is-labeled)::after {
  width: 48px;
  height: 48px;
  background: transparent;
  border: 1px solid rgba(244, 244, 244, 0.5);
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.site-cursor.is-labeled::before {
  opacity: 0;
}
.site-cursor.is-labeled::after {
  content: attr(data-cursor-text);
  white-space: pre-line;
  text-align: center;
  line-height: 1.25;
  width: 108px;
  height: 108px;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  background: rgba(18, 18, 18, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 22px rgba(242, 242, 242, 0.25), inset -2px -2px 1px -2px #b3b3b3, inset 3px 3px 0.5px -3.5px rgba(255, 255, 255, 0.5);
}
@media (prefers-reduced-motion: reduce) {
  .site-cursor::before, .site-cursor::after {
    transition: none;
  }
}
body {
  animation: page-fade-in 320ms ease-in-out;
}
body .scroll-reveal {
  opacity: 0;
  transform: translateY(28px) scale(0.985);
  transition: opacity 640ms cubic-bezier(0.2, 0.75, 0.25, 1) var(--reveal-delay, 0ms), transform 720ms cubic-bezier(0.2, 0.75, 0.25, 1) var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
body .scroll-reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
body .scroll-reveal.scroll-reveal--masonry, body .scroll-reveal.scroll-reveal--opacity {
  transition-property: opacity;
  transition-duration: 640ms;
}
body .scroll-reveal.scroll-reveal--opacity {
  transform: translateY(-50%);
}
body .scroll-reveal.scroll-reveal--opacity.is-visible {
  transform: translateY(-50%);
}
@media (prefers-reduced-motion: reduce) {
  body {
    animation: none;
  }
  body .scroll-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.image-layer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.image-layer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.hero-section [data-work-caption], .image-layer [data-image] {
  opacity: 0;
  visibility: hidden;
  transition: opacity 320ms ease, visibility 320ms ease;
}
.hero-section [data-work-caption].is-active, .image-layer [data-image].is-active {
  opacity: 1;
  visibility: visible;
}
.work-images, .work-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.image-layer [data-image] > picture, .image-layer [data-image].work-image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.image-layer [data-image] > picture img, .image-layer [data-image].work-image picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-section [data-work-caption] {
  width: 100%;
}
@media (min-width: 64rem) {
  .hero-section [data-work-caption] > * {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(5px);
    transition: opacity 420ms ease, transform 520ms cubic-bezier(0.2, 0.75, 0.25, 1), filter 420ms ease;
  }
  .hero-section [data-work-caption].is-active > * {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
  .hero-section [data-work-caption].is-active > *:nth-child(2) {
    transition-delay: 45ms;
  }
  .hero-section [data-work-caption].is-active > *:nth-child(3) {
    transition-delay: 90ms;
  }
  .hero-section [data-work-caption].is-active > *:nth-child(4) {
    transition-delay: 135ms;
  }
}
.home .hero-section .home-all-work {
  position: fixed;
  inset: 0;
  pointer-events: none;
  color: #f4f4f4;
  transition-duration: 320ms;
}
.home .hero-section .home-all-work .all-work-copy {
  position: absolute;
  bottom: 40px;
  left: calc(16.6667% + 118px);
  width: min(519px, 50% - 161px);
  transform: translateY(16px);
  transition: transform 320ms ease;
}
.home .hero-section .home-all-work .all-work-copy h2 {
  margin: 0 0 20px;
  font-size: 40px;
  line-height: 1.225;
  font-weight: 700;
}
.home .hero-section .home-all-work .all-work-copy p {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
}
.home .hero-section .home-all-work .all-work-brands {
  position: absolute;
  right: 40px;
  bottom: 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-rows: 93px;
  gap: 20px;
  width: clamp(280px, 24.93vw, 359px);
  height: auto;
  max-height: min(472px, 100dvh - 180px);
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  border-radius: 32px;
  background: #111;
  transform: translateY(16px);
  transition: transform 320ms ease;
}
.home .hero-section .home-all-work .all-work-brands .brand-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
.home .hero-section .home-all-work .all-work-brands .brand-cell img {
  display: block;
  max-width: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.home .hero-section .home-all-work .all-work-brands .brand-cell img.brand-logo--snapp {
  width: 69px;
  height: 23px;
}
.home .hero-section .home-all-work .all-work-brands .brand-cell img.brand-logo--divar {
  width: 58px;
  height: 67px;
}
.home .hero-section .home-all-work .all-work-brands .brand-cell img.brand-logo--blu {
  width: 55px;
  height: 55px;
}
.home .hero-section .home-all-work.is-active .all-work-copy, .home .hero-section .home-all-work.is-active .all-work-brands {
  transform: translateY(0);
}
@media (width < 1200px) {
  .home .hero-section .home-all-work .all-work-copy {
    left: 240px;
    width: calc(100% - 600px);
  }
  .home .hero-section .home-all-work .all-work-copy h2 {
    font-size: 36px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home .hero-section .home-all-work, .home .hero-section .home-all-work .all-work-copy, .home .hero-section .home-all-work .all-work-brands {
    transition: none;
    transform: none;
  }
}
.home .image-layer .all-work-background {
  position: absolute;
  inset: 0;
  transition-duration: 320ms;
}
@media (prefers-reduced-motion: reduce) {
  .home .image-layer .all-work-background {
    transition: none;
  }
}
@media (width < 48rem) {
  html.has-mobile-works {
    overflow: hidden;
  }
  body.home > main {
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
    padding-inline: 16px;
    overflow: hidden;
  }
  body.home > main::after {
    position: fixed;
    inset: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    content: "";
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    transition: opacity 320ms ease;
  }
  body.home > main .page-header {
    position: relative;
    z-index: 4;
    padding-block: 32px 0;
  }
  body.home > main .page-header .glass-button {
    min-width: 106px;
    min-height: 34px;
    padding-inline: 12px;
  }
  body.home > main .page-header [data-work-list] img {
    display: block;
    width: 60px;
    height: 56px;
    object-fit: contain;
  }
  body.home > main > footer {
    position: absolute;
    inset: auto 0 0;
    z-index: 4;
    padding: 0 24px 24px;
  }
  body.home > main > footer .mobile-home-controls {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  body.home > main > footer .mobile-home-controls .mobile-scroll-cue {
    display: flex;
    width: 57px;
    flex-direction: column;
    align-items: center;
    color: #fff;
  }
  body.home > main > footer .mobile-home-controls .mobile-scroll-cue span {
    height: 32px;
    font-size: 28px;
    line-height: 28px;
    font-weight: 300;
  }
  body.home > main > footer .mobile-home-controls .mobile-scroll-cue small {
    font-size: 12px;
    line-height: 28px;
  }
  body.home > main > footer .mobile-home-controls .mobile-works-trigger {
    width: 128px;
    height: 56px;
    padding: 10px 20px;
    font-size: 14px;
  }
  html.has-mobile-works body.home > main::after {
    opacity: 1;
  }
  html.has-mobile-works body.home > main > footer {
    z-index: 2;
  }
  .hero-section {
    position: absolute;
    z-index: 2;
    top: calc(50% + 118px);
    left: 24px;
    right: 24px;
    margin: 0;
    transform: translateY(-50%);
  }
  .hero-section [data-work-caption] {
    display: none;
    position: static;
    translate: none;
    gap: 16px;
  }
  .hero-section [data-work-caption].is-active {
    display: flex;
    animation: work-caption-in 320ms ease both;
  }
  .hero-section [data-work-caption] > :first-child {
    font-size: 24px;
    line-height: 1.2;
  }
  .hero-section [data-work-caption] .figma-glass {
    width: 100%;
    aspect-ratio: 519/292;
    overflow: hidden;
    border-radius: 24px;
  }
  .hero-section [data-work-caption] .figma-glass img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hero-section [data-work-caption] > .text-\[18px\], .hero-section [data-work-caption] > .text-\[14px\] {
    font-size: 14px;
    line-height: 28px;
  }
  .hero-section [data-work-caption] .home-see-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
  }
  .hero-section [data-work-caption] .home-see-more span {
    font-size: 24px;
  }
  body.home .hero-section .home-all-work {
    position: static;
    inset: auto;
    width: 100%;
    flex-direction: column;
    gap: 16px;
    transform: none;
  }
  body.home .hero-section .home-all-work .all-work-copy {
    position: static;
    width: 100%;
    transform: none;
  }
  body.home .hero-section .home-all-work .all-work-copy h2 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.2;
  }
  body.home .hero-section .home-all-work .all-work-copy p {
    margin: 0;
    font-size: 14px;
    line-height: 28px;
  }
  body.home .hero-section .home-all-work .all-work-brands {
    position: static;
    width: 100%;
    height: auto;
    max-height: none;
    grid-auto-rows: 54px;
    padding: 16px;
    gap: 10px 14px;
    overflow: visible;
    border-radius: 24px;
    transform: none;
  }
  body.home .hero-section .home-all-work .all-work-brands .brand-cell img.brand-logo--snapp {
    width: 58px;
    height: 20px;
  }
  body.home .hero-section .home-all-work .all-work-brands .brand-cell img.brand-logo--divar {
    width: 48px;
    height: 55px;
  }
  body.home .hero-section .home-all-work .all-work-brands .brand-cell img.brand-logo--blu {
    width: 46px;
    height: 46px;
  }
  body.home .hero-section .home-all-work.is-active .all-work-copy, body.home .hero-section .home-all-work.is-active .all-work-brands {
    transform: none;
  }
}
@media (width < 48rem) and (height <= 46.25rem) {
  body.home {
    overflow-y: auto;
  }
  body.home > main {
    height: auto;
    min-height: 100vh;
    min-height: 100dvh;
    gap: 20px;
    overflow: visible;
  }
  body.home > main .page-header {
    flex: 0 0 auto;
  }
  body.home > main .hero-section {
    position: relative;
    inset: auto;
    flex: 1 0 auto;
    margin: 20px 8px;
    transform: none;
  }
  body.home > main .hero-section [data-work-caption] {
    gap: 12px;
  }
  body.home > main .hero-section [data-work-caption] > .text-\[18px\], body.home > main .hero-section [data-work-caption] > .text-\[14px\] {
    line-height: 24px;
  }
  body.home > main > footer {
    position: relative;
    inset: auto;
    flex: 0 0 auto;
    padding-bottom: 16px;
  }
}
.home-see-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
}
.home-see-more span {
  font-size: 24px;
}
.mobile-works-panel {
  display: none;
}
@media (width < 48rem) {
  .mobile-works-panel {
    position: fixed;
    inset: 0;
    z-index: 20;
    display: block;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
    pointer-events: none;
  }
  .mobile-works-panel[hidden] {
    display: none;
  }
  .mobile-works-panel .mobile-works-backdrop {
    position: absolute;
    inset: 132px 0 0;
    width: 100%;
    height: calc(100% - 132px);
    padding: 0;
    border: 0;
    background: transparent;
    opacity: 0;
    transition: opacity 320ms ease;
  }
  .mobile-works-panel .mobile-works-list {
    position: absolute;
    right: 24px;
    bottom: 24px;
    display: flex;
    width: 128px;
    flex-direction: column;
    gap: 8px;
  }
  .mobile-works-panel .mobile-works-list .glass-button {
    width: 128px;
    height: 56px;
    padding: 10px 20px;
    color: #f4f4f4;
    font-size: 14px;
    opacity: 0;
    transform: translateY(34px);
    transition: opacity 240ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  .mobile-works-panel .mobile-works-list .glass-button:nth-child(1) {
    transition-delay: 0ms;
  }
  .mobile-works-panel .mobile-works-list .glass-button:nth-child(2) {
    transition-delay: 35ms;
  }
  .mobile-works-panel .mobile-works-list .glass-button:nth-child(3) {
    transition-delay: 70ms;
  }
  .mobile-works-panel .mobile-works-list .glass-button:nth-child(4) {
    transition-delay: 105ms;
  }
  .mobile-works-panel .mobile-works-list .glass-button:nth-child(5) {
    transition-delay: 140ms;
  }
  .mobile-works-panel .mobile-works-list .glass-button:nth-child(6) {
    transition-delay: 175ms;
  }
  .mobile-works-panel .mobile-works-list .glass-button:nth-child(7) {
    transition-delay: 210ms;
  }
  .mobile-works-panel .mobile-works-close {
    position: absolute;
    right: 160px;
    bottom: 24px;
    width: 56px;
    height: 56px;
    padding: 0;
    opacity: 0;
    transform: scale(0.7) rotate(-45deg);
    transition: opacity 240ms ease 140ms, transform 320ms cubic-bezier(0.22, 1, 0.36, 1) 140ms;
  }
  .mobile-works-panel.is-open {
    pointer-events: none;
  }
  .mobile-works-panel.is-open .mobile-works-backdrop {
    opacity: 1;
    pointer-events: auto;
  }
  .mobile-works-panel.is-open .mobile-works-list {
    pointer-events: auto;
  }
  .mobile-works-panel.is-open .mobile-works-list .glass-button {
    opacity: 1;
    transform: translateY(0);
  }
  .mobile-works-panel.is-open .mobile-works-close {
    opacity: 1;
    transform: scale(1) rotate(0);
    pointer-events: auto;
  }
  .mobile-works-panel.is-closing-items {
    pointer-events: none;
  }
  .mobile-works-panel.is-closing-items .mobile-works-backdrop {
    opacity: 1;
    pointer-events: none;
  }
  .mobile-works-panel.is-closing-items .mobile-works-list {
    pointer-events: none;
  }
  .mobile-works-panel.is-closing-items .mobile-works-list .glass-button {
    opacity: 0;
    transform: translateY(24px);
    transition-duration: 180ms, 260ms;
  }
  .mobile-works-panel.is-closing-items .mobile-works-list .glass-button:nth-child(1) {
    transition-delay: 120ms;
  }
  .mobile-works-panel.is-closing-items .mobile-works-list .glass-button:nth-child(2) {
    transition-delay: 100ms;
  }
  .mobile-works-panel.is-closing-items .mobile-works-list .glass-button:nth-child(3) {
    transition-delay: 80ms;
  }
  .mobile-works-panel.is-closing-items .mobile-works-list .glass-button:nth-child(4) {
    transition-delay: 60ms;
  }
  .mobile-works-panel.is-closing-items .mobile-works-list .glass-button:nth-child(5) {
    transition-delay: 40ms;
  }
  .mobile-works-panel.is-closing-items .mobile-works-list .glass-button:nth-child(6) {
    transition-delay: 20ms;
  }
  .mobile-works-panel.is-closing-items .mobile-works-list .glass-button:nth-child(7) {
    transition-delay: 0ms;
  }
  .mobile-works-panel.is-closing-items .mobile-works-close {
    opacity: 0;
    transform: scale(0.72) rotate(-35deg);
    pointer-events: none;
    transition-delay: 0ms;
  }
}
@media (width < 48rem) and (prefers-reduced-motion: reduce) {
  .mobile-works-panel .mobile-works-backdrop, .mobile-works-panel .mobile-works-list .glass-button, .mobile-works-panel .mobile-works-close {
    transition: none;
  }
}
[data-work].is-active {
  border: solid 1px #ffffff;
  box-shadow: none !important;
}
[data-work].is-active:after, [data-work].is-active:before {
  box-shadow: none !important;
}
@media (prefers-reduced-motion: reduce) {
  .hero-section [data-work-caption], .image-layer [data-image] {
    transition: none;
  }
}
@keyframes work-caption-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.glass-button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 100px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  word-break: break-word;
  cursor: pointer;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  border: solid 1px transparent;
}
.glass-button.is-active {
  border: solid 1px #ffffff;
  box-shadow: none !important;
}
.glass-button.is-active:after, .glass-button.is-active:before {
  box-shadow: none !important;
}
.glass-button::before, .glass-button::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 100px;
  content: "";
  pointer-events: none;
}
.glass-button::before {
  backdrop-filter: blur(24px) saturate(120%);
  -webkit-backdrop-filter: blur(24px) saturate(120%);
  box-shadow: inset 0 40px 10px -40px #282828, inset 0 -40px 10px -40px rgba(40, 40, 40, 0), inset 0 40px 30px -40px rgba(230, 230, 230, 0.14);
}
.glass-button::after {
  background: radial-gradient(72% 12px at 50% 0%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 48%, transparent 100%), radial-gradient(72% 10px at 50% 100%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 50%, transparent 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), inset 0 -1px 0 rgba(255, 255, 255, 0.16);
}
.glass-button:disabled, .glass-button[aria-disabled=true] {
  cursor: not-allowed;
}
.gooey-block {
  --gooey-large-x: 0px;
  --gooey-large-y: 0px;
  --gooey-large-scale: 1;
  --gooey-small-x: 0px;
  --gooey-small-y: 0px;
  --gooey-small-scale: 1;
  --gooey-large-center-x: 65.476%;
  --gooey-large-center-y: 28.571%;
  --gooey-small-center-x: 25%;
  --gooey-small-center-y: 75.714%;
  --gooey-bridge-center-x: 42%;
  --gooey-bridge-center-y: 55.905%;
  position: absolute;
  top: var(--gooey-block-top, 50%);
  right: var(--gooey-block-left, 50%);
  z-index: 2;
  width: min(420px, 100%);
  aspect-ratio: 420/350;
  overflow: visible;
  pointer-events: none;
}
.gooey-block .gooey-block__defs {
  position: absolute;
  width: 0;
  height: 0;
}
.gooey-block .gooey-block__glass, .gooey-block .gooey-block__lens, .gooey-block .gooey-block__rim, .gooey-block .gooey-block__outline {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.gooey-block .gooey-block__glass {
  z-index: 1;
  background: radial-gradient(ellipse 32% 24% at var(--gooey-large-center-x) calc(var(--gooey-large-center-y) - 22%), rgba(255, 255, 247, 0.47), rgba(255, 255, 255, 0.22) 45%, rgba(255, 255, 255, 0.08) 72%, transparent 100%), radial-gradient(ellipse 18% 11% at calc(var(--gooey-large-center-x) - 2%) calc(var(--gooey-large-center-y) - 18%), rgba(255, 254, 238, 0.5), rgba(255, 255, 255, 0.17) 46%, transparent 82%), radial-gradient(ellipse 9% 17% at calc(var(--gooey-large-center-x) - 20%) calc(var(--gooey-large-center-y) - 7%), rgba(255, 252, 226, 0.48), rgba(255, 255, 255, 0.13) 44%, transparent 82%), radial-gradient(ellipse 19.524% 32% at calc(var(--gooey-large-center-x) - 8.5%) calc(var(--gooey-large-center-y) - 14.5%), rgba(255, 252, 229, 0.48), rgba(255, 255, 255, 0.17) 44%, transparent 76%), radial-gradient(ellipse 7% 26% at calc(var(--gooey-large-center-x) - 13.5%) calc(var(--gooey-large-center-y) + 2%), rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.1) 49%, transparent 76%), radial-gradient(ellipse 4.5% 22% at calc(var(--gooey-large-center-x) + 5%) calc(var(--gooey-large-center-y) - 1%), rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.05) 48%, transparent 78%), radial-gradient(ellipse 29% 34% at calc(var(--gooey-large-center-x) + 21%) calc(var(--gooey-large-center-y) - 8%), rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04) 48%, transparent 82%), linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(0, 0, 0, 0.1) 72%);
  mask: url("#gooey-block-mask");
  -webkit-mask: url("#gooey-block-mask");
}
.gooey-block .gooey-block__lens {
  z-index: 0;
  display: block;
  overflow: visible;
}
.gooey-block .gooey-block__backdrop {
  opacity: 0.98;
}
.gooey-block.is-refraction-disabled .gooey-block__backdrop {
  filter: url("#gooey-block-frost-filter");
}
.gooey-block .gooey-block__rim {
  z-index: 2;
  display: block;
  overflow: visible;
  mix-blend-mode: screen;
}
.gooey-block .gooey-block__outline {
  z-index: 3;
  display: block;
  overflow: visible;
  mix-blend-mode: screen;
}
.gooey-block .gooey-block__orb {
  transform-box: fill-box;
  transform-origin: center;
  will-change: transform;
}
.gooey-block .gooey-block__orb--large {
  transform: translate(var(--gooey-large-x), var(--gooey-large-y)) scale(var(--gooey-large-scale));
}
.gooey-block .gooey-block__orb--small {
  transform: translate(var(--gooey-small-x), var(--gooey-small-y)) scale(var(--gooey-small-scale));
}
.projects-page {
  background: #111;
  color: #f4f4f4;
}
.projects-page .projects-header {
  max-width: 1440px;
  min-height: 112px;
  margin-inline: auto;
  padding: 32px 40px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
}
.projects-page .projects-header .glass-button {
  min-height: 40px;
  padding: 8px 18px;
  font-size: 18px;
}
.projects-page .projects-header .glass-button svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.projects-page .projects-header .menu-button {
  justify-self: start;
}
.projects-page .projects-header .brand img {
  display: block;
  width: 58px;
  height: 48px;
  object-fit: contain;
}
.projects-page .projects-header .contact-button {
  justify-self: end;
}
@media (width < 48rem) {
  .projects-page .projects-header {
    padding: 24px 16px;
    min-height: 88px;
    gap: 8px;
  }
  .projects-page .projects-header .glass-button {
    padding: 8px 12px;
    font-size: 14px;
  }
  .projects-page .projects-header .glass-button .contact-extra {
    display: none;
  }
  .projects-page .projects-header .brand img {
    width: 44px;
    height: 40px;
  }
}
.projects-page .projects-main {
  max-width: 1440px;
  margin-inline: auto;
  padding: 0 40px;
}
.projects-page .projects-main .projects-intro {
  padding: 40px 0;
  text-align: center;
}
.projects-page .projects-main .projects-intro > p {
  font-size: 24px;
  line-height: 1.25;
}
.projects-page .projects-main .projects-intro h1 {
  font-size: clamp(32px, 4.73vw, 68px);
  font-weight: 600;
  line-height: 1.22;
}
.projects-page .projects-main .projects-intro .projects-filters {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: 16px;
}
.projects-page .projects-main .projects-intro .projects-filters .filter-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.projects-page .projects-main .projects-intro .projects-filters .filter-options button {
  min-height: 40px;
  padding: 8px 18px;
  font-weight: 500;
}
.projects-page .projects-main .projects-intro .filter-status {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.projects-page .projects-main .projects-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.projects-page .projects-main .projects-grid .project-card {
  display: block;
  color: inherit;
  text-decoration: none;
}
.projects-page .projects-main .projects-grid .project-card:focus-visible {
  outline: 2px solid #f4f4f4;
  outline-offset: 4px;
}
.projects-page .projects-main .projects-grid .project-card {
  min-width: 0;
  padding: 24px 24px 32px;
  border-radius: 48px;
  overflow: hidden;
  box-shadow: inset 0 0 22px rgba(242, 242, 242, 0.06), inset -2px -2px 1px -2px #b3b3b3, inset 3px 3px 0.5px -3.5px rgba(255, 255, 255, 0.5), inset 0 0 77px rgba(255, 255, 255, 0.03);
  will-change: opacity, transform;
}
.projects-page .projects-main .projects-grid .project-card[hidden] {
  display: none;
}
.projects-page .projects-main .projects-grid .project-card .project-media {
  aspect-ratio: 620/371;
  border-radius: 42px;
  overflow: hidden;
  background: #181818;
}
.projects-page .projects-main .projects-grid .project-card .project-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.projects-page .projects-main .projects-grid .project-card .project-details {
  padding: 24px 12px 0;
}
.projects-page .projects-main .projects-grid .project-card .project-details .project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 18px;
  line-height: 1.25;
}
.projects-page .projects-main .projects-grid .project-card .project-details .project-tags li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.projects-page .projects-main .projects-grid .project-card .project-details .project-tags li + li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}
.projects-page .projects-main .projects-grid .project-card .project-details h2 {
  margin-top: 16px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}
.projects-page .projects-main .projects-empty {
  padding: 64px 0;
  text-align: center;
}
.projects-page .projects-main .projects-empty[hidden] {
  display: none;
}
@media (width < 48rem) {
  .projects-page .projects-main {
    padding-inline: 16px;
  }
  .projects-page .projects-main .projects-intro {
    padding: 32px 0;
  }
  .projects-page .projects-main .projects-intro > p {
    font-size: 18px;
  }
  .projects-page .projects-main .projects-intro h1 {
    margin-top: 8px;
  }
  .projects-page .projects-main .projects-intro .projects-filters {
    margin-top: 28px;
    flex-direction: column;
  }
  .projects-page .projects-main .projects-intro .projects-filters .filter-options {
    gap: 8px;
  }
  .projects-page .projects-main .projects-intro .projects-filters .filter-options button {
    padding-inline: 14px;
    font-size: 14px;
  }
  .projects-page .projects-main .projects-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }
  .projects-page .projects-main .projects-grid .project-card {
    padding: 14px 14px 24px;
    border-radius: 30px;
  }
  .projects-page .projects-main .projects-grid .project-card .project-media {
    border-radius: 24px;
  }
  .projects-page .projects-main .projects-grid .project-card .project-details {
    padding: 18px 8px 0;
  }
  .projects-page .projects-main .projects-grid .project-card .project-details .project-tags {
    font-size: 14px;
  }
  .projects-page .projects-main .projects-grid .project-card .project-details h2 {
    margin-top: 12px;
    font-size: 28px;
  }
}
.projects-page .projects-footer {
  margin-top: 128px;
}
.projects-page .projects-footer.next-scroll-enabled .footer-next-runway {
  position: relative;
  height: calc(var(--next-panel-height, 267px) + max(250px, 35vh));
  background: #f4f4f4;
}
.projects-page .projects-footer.next-scroll-enabled .footer-next {
  --next-progress: 0;
  position: sticky;
  top: var(--next-sticky-top, 0px);
}
.projects-page .projects-footer.next-scroll-enabled .footer-next .next-label .next-progress {
  background: #909090;
  overflow: hidden;
}
.projects-page .projects-footer.next-scroll-enabled .footer-next .next-label .next-progress::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #111;
  transform: scaleX(var(--next-progress));
  transform-origin: left;
}
.projects-page .projects-footer .footer-main {
  padding: 40px max(40px, (100% - 1360px) / 2);
  background: linear-gradient(#202020, #111);
}
.projects-page .projects-footer .footer-main .footer-contact {
  display: grid;
  grid-template-columns: 1fr 86px 1fr;
  align-items: center;
  gap: 24px;
}
.projects-page .projects-footer .footer-main .footer-contact > p {
  font-size: 24px;
}
.projects-page .projects-footer .footer-main .footer-contact .back-to-top {
  width: 86px;
  height: 86px;
  font-size: 28px;
  box-shadow: inset 0 0 22px rgba(242, 242, 242, 0.2);
}
.projects-page .projects-footer .footer-main .footer-contact .email {
  justify-self: end;
  font-size: 20px;
}
.projects-page .projects-footer .footer-main .footer-contact .email strong {
  font-weight: 500;
}
.projects-page .projects-footer .footer-main .footer-nav {
  margin-top: 38px;
  display: flex;
  justify-content: center;
  gap: 128px;
}
.projects-page .projects-footer .footer-main .footer-nav .glass-button {
  min-width: 124px;
  min-height: 40px;
  font-size: 18px;
  font-weight: 400;
}
.projects-page .projects-footer .footer-main .footer-wordmark {
  margin: 24px auto;
  text-align: center;
  font-size: clamp(100px, 19vw, 274px);
  line-height: 1;
  letter-spacing: -0.07em;
  font-weight: 600;
  color: #202020;
}
.projects-page .projects-footer .footer-main .footer-wordmark svg {
  display: block;
  width: min(899px, 100%);
  height: auto;
  overflow: visible;
}
.projects-page .projects-footer .footer-main .footer-wordmark svg stop {
  transition: stop-color 240ms ease;
}
.projects-page .projects-footer .footer-main .footer-wordmark svg stop.wordmark-light-center, .projects-page .projects-footer .footer-main .footer-wordmark svg stop.wordmark-light-highlight, .projects-page .projects-footer .footer-main .footer-wordmark svg stop.wordmark-light-middle, .projects-page .projects-footer .footer-main .footer-wordmark svg stop.wordmark-light-edge {
  stop-color: #1d1d1d;
}
.projects-page .projects-footer .footer-main.has-wordmark-light .footer-wordmark svg stop.wordmark-light-center {
  stop-color: #1d1d1d;
}
.projects-page .projects-footer .footer-main.has-wordmark-light .footer-wordmark svg stop.wordmark-light-highlight {
  stop-color: #505050;
}
.projects-page .projects-footer .footer-main.has-wordmark-light .footer-wordmark svg stop.wordmark-light-middle {
  stop-color: #2a2a2a;
}
.projects-page .projects-footer .footer-main.has-wordmark-light .footer-wordmark svg stop.wordmark-light-edge {
  stop-color: #1d1d1d;
}
.projects-page .projects-footer .footer-main .footer-socials {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 14px;
}
.projects-page .projects-footer .footer-next {
  background: #f4f4f4;
  color: #111;
  padding: 40px max(40px, (100% - 1360px) / 2);
  display: grid;
  grid-template-columns: 1.15fr 0.8fr 1fr;
  align-items: center;
  gap: 40px;
}
.projects-page .projects-footer .footer-next .next-heading h2 {
  font-size: clamp(40px, 6.25vw, 90px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.02em;
}
.projects-page .projects-footer .footer-next .next-heading p {
  margin-top: 40px;
  font-size: 14px;
}
.projects-page .projects-footer .footer-next .next-label {
  display: flex;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
  font-size: 14px;
}
.projects-page .projects-footer .footer-next .next-label .next-progress {
  flex: 1;
  height: 4px;
  border-radius: 8px;
  background: linear-gradient(to right, #111 56%, #909090 56%);
}
.projects-page .projects-footer .footer-next .next-preview {
  overflow: hidden;
  border-radius: 24px;
}
.projects-page .projects-footer .footer-next .next-preview img {
  width: 100%;
  height: 187px;
  object-fit: cover;
}
@media (width < 64rem) {
  .projects-page .projects-footer .footer-main .footer-contact > p {
    font-size: 18px;
  }
  .projects-page .projects-footer .footer-main .footer-contact .email {
    font-size: 16px;
  }
  .projects-page .projects-footer .footer-main .footer-nav {
    gap: 32px;
  }
}
@media (width < 48rem) {
  .projects-page .projects-footer {
    margin-top: 64px;
  }
  .projects-page .projects-footer .footer-main {
    padding: 32px 16px;
  }
  .projects-page .projects-footer .footer-main .footer-contact {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .projects-page .projects-footer .footer-main .footer-contact .back-to-top {
    order: -1;
    width: 60px;
    height: 60px;
  }
  .projects-page .projects-footer .footer-main .footer-contact .email {
    overflow-wrap: anywhere;
  }
  .projects-page .projects-footer .footer-main .footer-nav {
    gap: 12px;
  }
  .projects-page .projects-footer .footer-main .footer-nav .glass-button {
    min-width: 0;
    padding: 10px 18px;
    font-size: 14px;
  }
  .projects-page .projects-footer .footer-main .footer-socials {
    font-size: 11px;
  }
  .projects-page .projects-footer .footer-next {
    padding: 32px 16px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .projects-page .projects-footer .footer-next .next-heading p {
    margin-top: 24px;
    font-size: 11px;
  }
  .projects-page .projects-footer .footer-next .next-label {
    max-width: 280px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .projects-page .projects-main .projects-intro .projects-filters .filter-options button {
    transition: none;
  }
  .projects-page .projects-footer .footer-main .footer-wordmark svg stop {
    transition: none;
  }
}
.single-project-page .single-project-main .project-overview {
  max-width: 1440px;
  margin: 40px auto 71px;
  padding-inline: 40px;
}
.single-project-page .single-project-main .project-overview .project-heading a {
  font-size: 24px;
  font-weight: 300;
}
.single-project-page .single-project-main .project-overview .project-heading h1 {
  margin-top: 16px;
  font-size: 68px;
  font-weight: 500;
  line-height: 1.2;
}
.single-project-page .single-project-main .project-overview .project-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 40px;
}
.single-project-page .single-project-main .project-overview .project-facts div dt {
  font-size: 18px;
  font-weight: 500;
}
.single-project-page .single-project-main .project-overview .project-facts div dd {
  margin-top: 6px;
  color: #646464;
  font-size: 16px;
}
.single-project-page .single-project-main .project-hero {
  position: relative;
  height: min(800px, 56vw);
  overflow: hidden;
  background: #1d1d1d;
}
.single-project-page .single-project-main .project-hero > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8);
}
.single-project-page .single-project-main .project-hero .project-play {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}
.single-project-page .single-project-main .project-introduction {
  max-width: 1440px;
  margin: 128px auto 80px;
  padding-inline: 40px;
}
.single-project-page .single-project-main .project-introduction h2 {
  font-size: 68px;
  font-weight: 500;
  line-height: 1.2;
}
.single-project-page .single-project-main .project-introduction p {
  margin-top: 32px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}
.single-project-page .single-project-main .project-gallery {
  --masonry-columns: 3;
  --masonry-gap: 24px;
  position: relative;
  max-width: 1360px;
  margin-inline: auto;
  width: calc(100% - 80px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--masonry-gap);
  align-items: start;
}
.single-project-page .single-project-main .project-gallery .masonry-item {
  --masonry-span: 1;
  min-width: 0;
  grid-column: span var(--masonry-span);
}
.single-project-page .single-project-main .project-gallery .masonry-item[data-span="2"] {
  --masonry-span: 2;
}
.single-project-page .single-project-main .project-gallery .masonry-item[data-span="3"] {
  --masonry-span: 3;
}
.single-project-page .single-project-main .project-gallery .masonry-item .gallery-media {
  border-radius: 32px;
  overflow: hidden;
  background: #1d1d1d;
  aspect-ratio: var(--media-ratio, auto);
}
.single-project-page .single-project-main .project-gallery .masonry-item .gallery-media img {
  display: block;
  width: 100%;
  height: auto;
}
.single-project-page .single-project-main .project-gallery .masonry-item .gallery-media[style*="--media-ratio"] img {
  height: 100%;
  object-fit: cover;
}
.single-project-page .single-project-main .project-gallery .masonry-item.project-concept {
  padding: 40px 0 24px 20px;
}
.single-project-page .single-project-main .project-gallery .masonry-item.project-concept h2 {
  font-size: clamp(36px, 4.73vw, 68px);
  line-height: 1.15;
  font-weight: 500;
}
.single-project-page .single-project-main .project-gallery .masonry-item.project-concept .concept-copy {
  margin-top: 43px;
  font-size: 24px;
  line-height: 1.35;
}
.single-project-page .single-project-main .project-gallery .masonry-item.project-concept .concept-copy p + p {
  margin-top: 32px;
}
.single-project-page .single-project-main .project-gallery.is-masonry {
  display: block;
}
.single-project-page .single-project-main .project-gallery.is-masonry .masonry-item {
  position: absolute;
  top: 0;
  left: 0;
}
.single-project-page .single-project-main .project-next-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(682px, 48vw);
  margin-top: 128px;
  overflow: hidden;
}
.single-project-page .single-project-main .project-next-link .next-project-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: clamp(80px, 13.2vw, 190px);
  font-weight: 600;
  line-height: 1.2;
}
.single-project-page .single-project-main .project-next-link .next-project-image {
  position: relative;
  width: 32%;
  max-width: 458px;
  height: 100%;
  overflow: hidden;
  border-radius: 32px;
}
.single-project-page .single-project-main .project-next-link .next-project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8);
}
@media (width < 48rem) {
  .single-project-page .single-project-main .project-overview {
    margin: 40px auto 32px;
    padding-inline: 16px;
  }
  .single-project-page .single-project-main .project-overview .project-heading {
    text-align: center;
  }
  .single-project-page .single-project-main .project-overview .project-heading a {
    font-size: 18px;
    font-weight: 400;
  }
  .single-project-page .single-project-main .project-overview .project-heading h1 {
    margin-top: 6px;
    font-size: 26px;
    font-weight: 600;
  }
  .single-project-page .single-project-main .project-overview .project-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 32px;
  }
  .single-project-page .single-project-main .project-hero {
    height: 474px;
  }
  .single-project-page .single-project-main .project-introduction {
    margin: 80px auto 82px;
    padding-inline: 16px;
  }
  .single-project-page .single-project-main .project-introduction h2 {
    text-align: center;
    font-size: 24px;
  }
  .single-project-page .single-project-main .project-introduction p {
    margin-top: 23px;
    font-size: 18px;
    text-align: justify;
  }
  .single-project-page .single-project-main .project-gallery {
    --masonry-columns: 5;
    --masonry-gap: 12px;
    width: calc(100% - 32px);
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .single-project-page .single-project-main .project-gallery .masonry-item[data-mobile-span="2"] {
    --masonry-span: 2;
  }
  .single-project-page .single-project-main .project-gallery .masonry-item[data-mobile-span="3"] {
    --masonry-span: 3;
  }
  .single-project-page .single-project-main .project-gallery .masonry-item[data-mobile-span="5"] {
    --masonry-span: 5;
  }
  .single-project-page .single-project-main .project-gallery .masonry-item .gallery-media {
    border-radius: 24px;
    aspect-ratio: var(--mobile-media-ratio, var(--media-ratio, auto));
  }
  .single-project-page .single-project-main .project-gallery .masonry-item.project-concept {
    padding: 20px 0 0;
  }
  .single-project-page .single-project-main .project-gallery .masonry-item.project-concept h2 {
    text-align: center;
    font-size: 24px;
  }
  .single-project-page .single-project-main .project-gallery .masonry-item.project-concept .concept-copy {
    margin-top: 24px;
    text-align: justify;
    font-size: 16px;
  }
  .single-project-page .single-project-main .project-gallery .masonry-item.project-concept .concept-copy p:first-child {
    font-size: 18px;
    font-weight: 500;
  }
  .single-project-page .single-project-main .project-gallery .masonry-item.project-concept .concept-copy p + p {
    margin-top: 16px;
  }
  .single-project-page .single-project-main .project-next-link {
    height: 288px;
    margin-top: 80px;
  }
  .single-project-page .single-project-main .project-next-link .next-project-title {
    font-size: 80px;
  }
  .single-project-page .single-project-main .project-next-link .next-project-image {
    width: 198px;
    border-radius: 24px;
  }
}
.single-project-page .project-video-dialog {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100dvh;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 24px;
  border: 0;
  color: #f4f4f4;
  background: transparent;
  overflow: hidden;
}
.single-project-page .project-video-dialog[open] {
  display: grid;
  place-items: center;
}
.single-project-page .project-video-dialog::backdrop {
  background: rgba(0, 0, 0, 0.8);
  animation: page-fade-in 320ms ease-in-out;
}
.single-project-page .project-video-dialog.is-closing::backdrop {
  animation: video-backdrop-out 320ms ease-in-out forwards;
}
.single-project-page .project-video-dialog .project-video-content {
  width: min(1000px, 100%);
  max-height: 100%;
  overflow: auto;
  padding: 24px;
  border: 1px solid #444;
  border-radius: 24px;
  background: #111;
}
.single-project-page .project-video-dialog .project-video-content .video-dialog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.single-project-page .project-video-dialog .project-video-content .video-dialog-header h2 {
  font-size: 18px;
}
.single-project-page .project-video-dialog .project-video-content .video-dialog-header button {
  padding: 10px 18px;
}
.single-project-page .project-video-dialog .project-video-content video {
  display: block;
  width: 100%;
  margin-top: 24px;
  max-height: 70vh;
  cursor: auto;
}
.single-project-page .project-video-dialog .project-video-content p {
  padding-block: 40px;
}
.single-project-page .project-video-dialog .project-video-content [hidden] {
  display: none;
}
@media (width < 48rem) {
  .single-project-page .project-video-dialog {
    padding: 16px;
  }
  .single-project-page .project-video-dialog .project-video-content {
    padding: 16px;
  }
  .single-project-page .project-video-dialog .project-video-content .video-dialog-header h2 {
    font-size: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .single-project-page .project-video-dialog::backdrop {
    animation: none;
  }
  .single-project-page .project-video-dialog.is-closing::backdrop {
    animation: none;
  }
}
@keyframes video-backdrop-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.about-page .about-main {
  --about-gutter: max(40px, calc((100% - 1360px) / 2));
  display: flex;
  flex-direction: column;
  gap: 128px;
}
.about-page .about-main h1, .about-page .about-main h2 {
  font-size: clamp(40px, 4.73vw, 68px);
  font-weight: 500;
  line-height: 1.22;
}
.about-page .about-main .about-intro .about-heading {
  padding: 40px var(--about-gutter) 80px;
}
.about-page .about-main .about-intro .about-heading p {
  font-size: 24px;
  font-weight: 300;
}
.about-page .about-main .about-intro .about-heading h1 {
  margin-top: 16px;
}
.about-page .about-main .about-intro .about-hero {
  width: 100%;
  height: auto;
  aspect-ratio: 1440/800;
  overflow: hidden;
  background: #1d1d1d;
}
.about-page .about-main .about-intro .about-hero picture {
  display: block;
  width: 100%;
  height: 100%;
}
.about-page .about-main .about-intro .about-hero picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.about-page .about-main .about-intro .about-description {
  padding: 80px var(--about-gutter) 0;
}
.about-page .about-main .about-intro .about-description p {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 300;
}
.about-page .about-main .about-services .services-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 88px;
  padding-left: var(--about-gutter);
}
.about-page .about-main .about-services .services-overview h2 {
  grid-column: 1;
  align-self: end;
  padding-top: 60px;
}
.about-page .about-main .about-services .services-overview .services-image {
  grid-column: 2;
  grid-row: 1/3;
  min-height: 369px;
  background: #1d1d1d;
}
.about-page .about-main .about-services .services-overview .services-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page .about-main .about-services .services-overview > p {
  grid-column: 1;
  padding: 32px 0 64px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
}
.about-page .about-main .about-services .service-accordion {
  margin-top: 80px;
  padding-inline: var(--about-gutter);
}
.about-page .about-main .about-services .service-accordion .service-item + .service-item {
  margin-top: 32px;
}
.about-page .about-main .about-services .service-accordion .service-item h3 .service-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  text-align: left;
  font-size: clamp(40px, 4.73vw, 68px);
  font-weight: 500;
  line-height: 1.22;
  cursor: pointer;
}
.about-page .about-main .about-services .service-accordion .service-item h3 .service-trigger .service-dots {
  display: flex;
  gap: 13px;
  flex-shrink: 0;
}
.about-page .about-main .about-services .service-accordion .service-item h3 .service-trigger .service-dots i {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  transition: opacity 240ms ease, transform 240ms ease;
}
.about-page .about-main .about-services .service-accordion .service-item h3 .service-trigger .service-dots i:not(:last-child) {
  opacity: 0;
  transform: translateX(12px);
}
.about-page .about-main .about-services .service-accordion .service-item .service-panel {
  display: grid;
  grid-template-rows: 0fr;
  visibility: hidden;
  transition: grid-template-rows 320ms ease, visibility 320ms;
}
.about-page .about-main .about-services .service-accordion .service-item .service-panel .service-panel-inner {
  min-height: 0;
  overflow: hidden;
}
.about-page .about-main .about-services .service-accordion .service-item .service-panel .service-panel-inner ul {
  margin-top: 16px;
  padding: 48px 0 72px;
  border-top: 1px solid #313033;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
}
.about-page .about-main .about-services .service-accordion .service-item.is-open h3 .service-trigger .service-dots i {
  opacity: 1;
  transform: none;
}
.about-page .about-main .about-services .service-accordion .service-item.is-open .service-panel {
  grid-template-rows: 1fr;
  visibility: visible;
}
.about-page .about-main .about-team {
  padding-inline: var(--about-gutter);
}
.about-page .about-main .about-team .team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  margin-top: 40px;
}
.about-page .about-main .about-team .team-grid .team-member {
  min-width: 0;
}
.about-page .about-main .about-team .team-grid .team-member .team-portrait {
  height: 516px;
  overflow: hidden;
  border-radius: 32px;
  background: #202020;
}
.about-page .about-main .about-team .team-grid .team-member .team-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page .about-main .about-team .team-grid .team-member .team-info {
  margin: 40px 24px 0;
}
.about-page .about-main .about-team .team-grid .team-member .team-info h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.22;
}
.about-page .about-main .about-team .team-grid .team-member .team-info p {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  padding-top: 24px;
  color: #878787;
  font-size: clamp(16px, 1.55vw, 24px);
  line-height: 1.3;
}
.about-page .about-main .about-team .team-grid .team-member .team-info p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: min(236px, 100%);
  height: 1px;
  background: #313033;
}
.about-page .about-main .about-brands {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 357px;
  padding: 24px var(--about-gutter);
  overflow: hidden;
}
.about-page .about-main .about-brands h2 {
  position: absolute;
  inset-inline: 16px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: clamp(28px, 3.75vw, 54px);
  font-weight: 700;
  color: rgba(46, 46, 46, 0.6);
  pointer-events: none;
}
.about-page .about-main .about-brands .brand-cloud {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 33px;
}
.about-page .about-main .about-brands .brand-cloud .brand-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(32px, 4vw, 62px);
}
.about-page .about-main .about-brands .brand-cloud .brand-row .brand-logo {
  display: block;
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.about-page .about-main .about-brands .brand-cloud .brand-row .brand-logo.brand-logo--snapp {
  width: 68px;
}
.about-page .about-main .about-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 60px;
  padding-left: var(--about-gutter);
  scroll-margin-top: 32px;
}
.about-page .about-main .about-contact > h2 {
  grid-column: 1;
  margin-bottom: 64px;
}
.about-page .about-main .about-contact .contact-image {
  grid-column: 2;
  grid-row: 1/3;
  min-height: 677px;
  background: #1d1d1d;
}
.about-page .about-main .about-contact .contact-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page .about-main .about-contact .contact-form-shell {
  grid-column: 1;
  min-width: 0;
}
.about-page .about-main .about-contact .contact-form-shell .wpcf7 {
  max-width: 100%;
  margin: 0;
}
.about-page .about-main .about-contact .contact-form-shell .wpcf7 form {
  margin: 0;
}
.about-page .about-main .about-contact .contact-form-shell .wpcf7 form .contact-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 72px 24px;
}
.about-page .about-main .about-contact .contact-form-shell .wpcf7 form .contact-fields .contact-field {
  min-width: 0;
  margin: 0;
}
.about-page .about-main .about-contact .contact-form-shell .wpcf7 form .contact-fields .contact-field.contact-field--message {
  grid-column: 1/-1;
}
.about-page .about-main .about-contact .contact-form-shell .wpcf7 form .contact-fields .contact-field label {
  display: block;
  color: #f4f4f4;
  font-size: 16px;
  line-height: 1.4;
}
.about-page .about-main .about-contact .contact-form-shell .wpcf7 form .contact-fields .contact-field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.about-page .about-main .about-contact .contact-form-shell .wpcf7 form .contact-fields .contact-field .wpcf7-form-control-wrap input:not([type=checkbox]):not([type=radio]), .about-page .about-main .about-contact .contact-form-shell .wpcf7 form .contact-fields .contact-field .wpcf7-form-control-wrap textarea, .about-page .about-main .about-contact .contact-form-shell .wpcf7 form .contact-fields .contact-field .wpcf7-form-control-wrap select {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 40px;
  margin: 0;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid #313033;
  border-radius: 0;
  background: transparent;
  color: #f4f4f4;
  font: inherit;
  font-size: 16px;
  line-height: 1.4;
  box-shadow: none;
  transition: border-color 180ms ease;
}
.about-page .about-main .about-contact .contact-form-shell .wpcf7 form .contact-fields .contact-field .wpcf7-form-control-wrap input:not([type=checkbox]):not([type=radio])::placeholder, .about-page .about-main .about-contact .contact-form-shell .wpcf7 form .contact-fields .contact-field .wpcf7-form-control-wrap textarea::placeholder, .about-page .about-main .about-contact .contact-form-shell .wpcf7 form .contact-fields .contact-field .wpcf7-form-control-wrap select::placeholder {
  color: #79767a;
  opacity: 1;
}
.about-page .about-main .about-contact .contact-form-shell .wpcf7 form .contact-fields .contact-field .wpcf7-form-control-wrap input:not([type=checkbox]):not([type=radio]):focus, .about-page .about-main .about-contact .contact-form-shell .wpcf7 form .contact-fields .contact-field .wpcf7-form-control-wrap textarea:focus, .about-page .about-main .about-contact .contact-form-shell .wpcf7 form .contact-fields .contact-field .wpcf7-form-control-wrap select:focus {
  border-bottom-color: #bdbdbd;
}
.about-page .about-main .about-contact .contact-form-shell .wpcf7 form .contact-fields .contact-field .wpcf7-form-control-wrap input:not([type=checkbox]):not([type=radio])[aria-invalid=true], .about-page .about-main .about-contact .contact-form-shell .wpcf7 form .contact-fields .contact-field .wpcf7-form-control-wrap input:not([type=checkbox]):not([type=radio]).wpcf7-not-valid, .about-page .about-main .about-contact .contact-form-shell .wpcf7 form .contact-fields .contact-field .wpcf7-form-control-wrap textarea[aria-invalid=true], .about-page .about-main .about-contact .contact-form-shell .wpcf7 form .contact-fields .contact-field .wpcf7-form-control-wrap textarea.wpcf7-not-valid, .about-page .about-main .about-contact .contact-form-shell .wpcf7 form .contact-fields .contact-field .wpcf7-form-control-wrap select[aria-invalid=true], .about-page .about-main .about-contact .contact-form-shell .wpcf7 form .contact-fields .contact-field .wpcf7-form-control-wrap select.wpcf7-not-valid {
  border-bottom-color: #f29696;
}
.about-page .about-main .about-contact .contact-form-shell .wpcf7 form .contact-fields .contact-field .wpcf7-form-control-wrap textarea {
  min-height: 135px;
  resize: vertical;
}
.about-page .about-main .about-contact .contact-form-shell .wpcf7 form .contact-fields .contact-field .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: block;
  margin-top: 8px;
  color: #f29696;
  font-size: 14px;
  line-height: 1.5;
}
.about-page .about-main .about-contact .contact-form-shell .wpcf7 form .form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 48px;
}
.about-page .about-main .about-contact .contact-form-shell .wpcf7 form .form-actions p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}
.about-page .about-main .about-contact .contact-form-shell .wpcf7 form .form-actions button, .about-page .about-main .about-contact .contact-form-shell .wpcf7 form .form-actions input[type=submit], .about-page .about-main .about-contact .contact-form-shell .wpcf7 form .form-actions .wpcf7-submit {
  width: auto;
  min-width: 124px;
  min-height: 40px;
  padding: 4px 24px;
  border: 0;
  border-radius: 100px;
  background: transparent;
  color: #f4f4f4;
  box-shadow: inset 0 40px 10px -40px #282828, inset 0 40px 30px -40px #e6e6e6;
  font: inherit;
  font-size: 16px;
  cursor: pointer;
}
.about-page .about-main .about-contact .contact-form-shell .wpcf7 form .form-actions button:disabled, .about-page .about-main .about-contact .contact-form-shell .wpcf7 form .form-actions input[type=submit]:disabled, .about-page .about-main .about-contact .contact-form-shell .wpcf7 form .form-actions .wpcf7-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.about-page .about-main .about-contact .contact-form-shell .wpcf7 form .form-actions .wpcf7-spinner {
  flex: 0 0 24px;
  margin: 0;
}
.about-page .about-main .about-contact .contact-form-shell .wpcf7 form .contact-preview-status {
  margin-top: 16px;
  color: #878787;
  font-size: 12px;
  line-height: 1.5;
}
.about-page .about-main .about-contact .contact-form-shell .wpcf7 form .wpcf7-response-output {
  margin: 24px 0 0;
  padding: 12px 16px;
  border: 1px solid #777;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.about-page .about-main .about-contact .contact-form-shell .wpcf7 form.sent .wpcf7-response-output {
  border-color: #8eb99b;
}
.about-page .about-main .about-contact .contact-form-shell .wpcf7 form.invalid .wpcf7-response-output, .about-page .about-main .about-contact .contact-form-shell .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #dfbb70;
}
.about-page .about-main .about-contact .contact-form-shell .wpcf7 form.failed .wpcf7-response-output, .about-page .about-main .about-contact .contact-form-shell .wpcf7 form.aborted .wpcf7-response-output, .about-page .about-main .about-contact .contact-form-shell .wpcf7 form.spam .wpcf7-response-output {
  border-color: #f29696;
}
.about-page .about-main .about-contact .contact-form-shell .wpcf7 .screen-reader-response {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
@media (width < 64rem) {
  .about-page .about-main .about-services .services-overview {
    column-gap: 40px;
  }
  .about-page .about-main .about-team .team-grid {
    gap: 24px;
  }
  .about-page .about-main .about-team .team-grid .team-member .team-portrait {
    height: 400px;
  }
  .about-page .about-main .about-team .team-grid .team-member .team-info {
    margin-inline: 0;
  }
  .about-page .about-main .about-team .team-grid .team-member .team-info h3 {
    font-size: 30px;
  }
  .about-page .about-main .about-contact {
    column-gap: 32px;
  }
}
@media (width < 48rem) {
  .about-page .about-main {
    --about-gutter: 16px;
    gap: 80px;
  }
  .about-page .about-main h1, .about-page .about-main h2 {
    font-size: 24px;
    text-align: center;
  }
  .about-page .about-main .about-intro .about-heading {
    padding: 40px 16px 32px;
    text-align: center;
  }
  .about-page .about-main .about-intro .about-heading p {
    font-size: 18px;
    font-weight: 400;
  }
  .about-page .about-main .about-intro .about-heading h1 {
    margin-top: 6px;
    font-size: 26px;
    font-weight: 600;
  }
  .about-page .about-main .about-intro .about-hero {
    height: auto;
    aspect-ratio: 390/474;
  }
  .about-page .about-main .about-intro .about-hero picture {
    width: 100%;
  }
  .about-page .about-main .about-intro .about-hero picture img {
    object-position: center;
  }
  .about-page .about-main .about-intro .about-description {
    padding-top: 24px;
  }
  .about-page .about-main .about-intro .about-description p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    text-align: justify;
  }
  .about-page .about-main .about-services .services-overview {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0;
  }
  .about-page .about-main .about-services .services-overview h2 {
    align-self: stretch;
    padding: 0 16px;
  }
  .about-page .about-main .about-services .services-overview .services-image {
    min-height: 0;
    height: 215px;
  }
  .about-page .about-main .about-services .services-overview > p {
    padding: 0 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    text-align: justify;
  }
  .about-page .about-main .about-services .service-accordion {
    margin-top: 32px;
  }
  .about-page .about-main .about-services .service-accordion .service-item h3 .service-trigger {
    font-size: 24px;
  }
  .about-page .about-main .about-services .service-accordion .service-item h3 .service-trigger .service-dots {
    gap: 7px;
  }
  .about-page .about-main .about-services .service-accordion .service-item h3 .service-trigger .service-dots i {
    width: 8px;
    height: 8px;
  }
  .about-page .about-main .about-services .service-accordion .service-item .service-panel .service-panel-inner ul {
    margin-top: 20px;
    padding: 20px 0 0;
    font-size: 16px;
    line-height: 1.48;
  }
  .about-page .about-main .about-team .team-grid {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 32px;
    gap: 40px;
  }
  .about-page .about-main .about-team .team-grid .team-member .team-portrait {
    height: 516px;
  }
  .about-page .about-main .about-team .team-grid .team-member .team-info h3 {
    font-size: 22px;
  }
  .about-page .about-main .about-team .team-grid .team-member .team-info p {
    margin-top: 16px;
    padding-top: 16px;
    font-size: clamp(16px, 5vw, 20px);
  }
  .about-page .about-main .about-team .team-grid .team-member .team-info p::before {
    width: 100%;
  }
  .about-page .about-main .about-brands {
    min-height: 381px;
    padding: 16px;
  }
  .about-page .about-main .about-brands h2 {
    font-size: clamp(19px, 6.15vw, 24px);
  }
  .about-page .about-main .about-brands .brand-cloud {
    gap: 20px;
  }
  .about-page .about-main .about-brands .brand-cloud .brand-row {
    gap: 24px;
  }
  .about-page .about-main .about-brands .brand-cloud .brand-row:nth-child(odd) .brand-logo:nth-child(n+5) {
    display: none;
  }
  .about-page .about-main .about-brands .brand-cloud .brand-row:nth-child(even) .brand-logo:nth-child(n+4) {
    display: none;
  }
  .about-page .about-main .about-contact {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0;
  }
  .about-page .about-main .about-contact > h2 {
    margin: 0;
    padding: 0 16px;
    text-align: left;
  }
  .about-page .about-main .about-contact .contact-image {
    min-height: 0;
    height: 330px;
  }
  .about-page .about-main .about-contact .contact-form-shell {
    padding: 16px 16px 0;
  }
  .about-page .about-main .about-contact .contact-form-shell .wpcf7 form .contact-fields {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }
  .about-page .about-main .about-contact .contact-form-shell .wpcf7 form .form-actions {
    margin-top: 40px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .about-page .about-main .about-services .service-accordion .service-item h3 .service-trigger .service-dots i {
    transition: none;
  }
  .about-page .about-main .about-services .service-accordion .service-item .service-panel {
    transition: none;
  }
}
html, body {
  font-family: "IRANSansX", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--color-black);
  font-size: 16px;
}
body {
  background-color: #111111;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  &.home {
    background-color: #000000;
  }
}
:where(a, button, summary, [tabindex]:not(input):not(select):not(textarea)):focus, :where(a, button, summary, [tabindex]:not(input):not(select):not(textarea)):focus-visible {
  outline: none;
}
:where(input, select, textarea):focus, :where(input, select, textarea):focus-visible {
  outline: none;
  box-shadow: none;
}
.swiper {
  width: 100%;
  height: 100%;
}
@layer utilities {
  .site-cursor {
    --cursor-dot-size: 16px;
    --cursor-ring-radius: 24px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2147483647;
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
    will-change: transform;
    &::before, &::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      box-sizing: border-box;
      border-radius: 50%;
      pointer-events: none;
    }
    &::before {
      width: var(--cursor-dot-size);
      height: var(--cursor-dot-size);
      background: #F4F4F4;
      transform: translate(-50%, -50%);
    }
    &::after {
      width: calc(var(--cursor-ring-radius) * 2);
      height: calc(var(--cursor-ring-radius) * 2);
      border: 1px solid #f4f4f450;
      opacity: 0;
      transform: translate(-50%, -50%) scale(0.166667);
      transition: transform 180ms ease-out, opacity 140ms ease-out;
    }
    &.is-visible {
      opacity: 1;
    }
    &.is-pointer::after {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1);
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .site-cursor::after {
      transition: none;
    }
  }
  .container {
    width: 100%;
    max-width: 1400px;
    margin-inline: auto;
    padding-inline: 20px;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
    }
  }
}
