    @font-face {
      font-family: "Mona Sans";
      src: url("Mona_Sans/MonaSans-VariableFont_wdth,wght.ttf") format("truetype");
      font-weight: 200 900;
      font-style: normal;
      font-display: swap;
}

@media (max-width: 720px) {
  .case-gallery,
  .case-gallery--rows,
  .case-gallery--rows > .case-gallery__row {
    gap: 10px !important;
    column-gap: 10px !important;
    row-gap: 10px !important;
  }
}

    @font-face {
      font-family: "Mona Sans";
      src: url("Mona_Sans/MonaSans-Italic-VariableFont_wdth,wght.ttf") format("truetype");
      font-weight: 200 900;
      font-style: italic;
      font-display: swap;
    }

    :root {
      --color-bg: #000000;
      --color-panel: #151515;
      --color-fg: #f5f5f5;
      --color-muted: #a5a5a5;
       --grid-line-color: rgba(26, 26, 26, 0.7);
      --grid-line-image: linear-gradient(
        to right,
        transparent 0,
        transparent calc(25% - 0.5px),
        var(--grid-line-color) calc(25% - 0.5px),
        var(--grid-line-color) calc(25% + 0.5px),
        transparent calc(25% + 0.5px),
        transparent calc(50% - 0.5px),
        var(--grid-line-color) calc(50% - 0.5px),
        var(--grid-line-color) calc(50% + 0.5px),
        transparent calc(50% + 0.5px),
        transparent calc(75% - 0.5px),
        var(--grid-line-color) calc(75% - 0.5px),
        var(--grid-line-color) calc(75% + 0.5px),
        transparent calc(75% + 0.5px),
        transparent 100%
      );
    }

    body[data-theme="light"] {
      --color-bg: #f7f7f7;
      --color-panel: #ffffff;
      --color-fg: #131313;
      --color-muted: #5a5a5a;
      --grid-line-color: rgba(220, 220, 220, 0.7);
      color-scheme: light;
      background-image: none;
    }

    *, *::before, *::after {
      box-sizing: border-box;
    }

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

    body, h1, h2, h3, h4, p, figure {
      margin: 0;
    }

    body {
      margin: 0;
      min-height: 100vh;
      background-color: var(--color-bg);
      background-image: none;
      color: var(--color-fg);
      font-family: "Mona Sans", sans-serif;
      line-height: 1.44;
      text-rendering: optimizeLegibility;
      overflow-x: hidden;
      position: relative;
      color-scheme: dark;
      padding-bottom: 0;
      overscroll-behavior-x: none;
      display: flex;
      flex-direction: column;
      align-items: stretch;
    }

    body::before {
      content: none;
    }

    .case-page-transition {
      position: fixed;
      inset: 0;
      z-index: 12020;
      display: none;
      background: #f7f7f7;
      opacity: 1;
      visibility: visible;
      pointer-events: none;
      overflow: hidden;
      transition: visibility 0s linear 380ms;
    }

    .case-page-transition__panel {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      background: #f7f7f7;
      transform: translate3d(0, 0, 0);
      transition: transform 360ms cubic-bezier(0.76, 0, 0.24, 1);
      will-change: transform;
    }

    html.project-entry-transition .case-page-transition {
      display: block;
    }

    html.project-entry-transition body {
      overflow: hidden;
    }

    html.project-entry-transition body::before {
      z-index: 12010;
    }

    html.project-entry-transition .hero,
    html.project-entry-transition .case-main,
    html.project-entry-transition .site-footer {
      opacity: 0;
      transform: translateY(18px);
      transition:
        opacity 1040ms ease,
        transform 1120ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    html.project-entry-transition .hero__overlay.is-visible .hero__nav {
      opacity: 0;
      transform: translateY(-16px);
      animation: none;
    }

    html.project-entry-transition.is-project-entry-ready .hero,
    html.project-entry-transition.is-project-entry-ready .case-main,
    html.project-entry-transition.is-project-entry-ready .site-footer {
      opacity: 1;
      transform: translateY(0);
    }

    html.project-entry-transition.is-project-entry-ready .hero__overlay.is-visible .hero__nav {
      animation: heroNavFade 1800ms cubic-bezier(.2, .9, .2, 1) forwards;
    }

    html.project-entry-transition.is-project-entry-ready body {
      overflow: auto;
    }

    html.project-entry-transition.is-project-entry-ready body::before {
      z-index: -1;
    }

    html.project-entry-transition.is-panel-exiting .case-page-transition {
      visibility: hidden;
    }

    html.project-entry-transition.is-panel-exiting .case-page-transition__panel {
      transform: translate3d(0, -100%, 0);
    }

    .hero {
      position: relative;
      flex: 1 0 auto;
      min-height: 100vh;
      color: var(--color-fg);
      display: flex;
      align-items: stretch;
      overflow: hidden;
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
    }

    body[data-theme="light"] .hero::after {
      background: none;
    }

    .hero__overlay {
      position: relative;
      color: var(--color-fg);
      z-index: 2;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      gap: clamp(28px, 8vw, 64px);
      padding: 0;
      padding-bottom: clamp(24px, 6vw, 48px);
      background: transparent;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 420ms ease, visibility 420ms ease;
    }

    .hero__overlay.is-visible {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }

    .hero__top {
      position: relative;
      display: flex;
      width: 100%;
      justify-content: space-between;
      align-items: flex-start;
      gap: clamp(24px, 6vw, 48px);
    }

    .hero__brand {
      font-weight: 500;
      position: absolute;
      top: 20px;
      left: 20px;
      font-size: 19px;
      letter-spacing: 0.2px;
      line-height: 1;
      color: var(--color-fg);
    }

    .hero__brand-image {
      display: block;
      width: auto;
      height: 17.85px;
      object-fit: contain;
    }

    .hero__brand-project {
      display: none;
    }

    body[data-theme="light"] .hero__brand-image {
      filter: none;
    }

    .hero__nav {
      position: absolute;
      top: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 8px;
      font-size: 19px;
      text-align: right;
      align-items: flex-end;
      color: inherit;
      font-weight: 500;
      line-height: 18px;
      pointer-events: auto;
    }

    .hero__nav a {
      color: inherit;
      opacity: 1;
      transition: opacity 180ms ease;
    }

    .hero__nav:hover a,
    .hero__nav:focus-within a {
      opacity: 0.3;
    }

    .hero__nav:hover a:hover,
    .hero__nav:hover a:focus-visible,
    .hero__nav:focus-within a:focus-visible {
      opacity: 1;
    }

    .hero__nav-talk {
      display: none;
    }

    .hero__menu-toggle {
      display: none;
    }

    .hero__menu-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 24px;
      height: 24px;
      font-family: "Mona Sans", sans-serif;
      font-size: 27.9px;
      font-weight: 800;
      line-height: 1;
      transform: translate(3px, -3px);
      transition: transform 240ms cubic-bezier(.2, .8, .2, 1);
      transform-origin: center;
    }

    .hero-text-drop {
      opacity: 0;
      transform: translateY(-20px);
      transition: opacity 420ms ease, transform 420ms cubic-bezier(.2,.9,.2,1);
      will-change: opacity, transform;
      pointer-events: none;
    }

    .hero-text-drop.is-visible {
      opacity: 1;
      transform: translateY(0);
      pointer-events: auto;
    }

    @keyframes heroNavFade {
      0% {
        opacity: 0;
        transform: translateY(-16px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .case-main {
      flex: 0 0 auto;
      width: 100%;
      display: flex;
      justify-content: center;
      padding: 0 0 clamp(48px, 12vw, 120px);
      margin-top: calc(-100vh + 110px);
      position: relative;
      z-index: 3;
    }

    .case-section {
      width: calc(100vw - 40px);
      display: grid;
      gap: 50px;
      row-gap: 50px;
    }

    .case-heading {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      align-items: start;
      gap: 0;
      width: 100%;
    }

    .case-intro__copy {
      width: 100%;
      max-width: 960px;
      height: auto;
      color: #FFF;
      font-family: "Helvetica Neue", "Mona Sans", sans-serif;
      font-size: 72px;
      font-style: normal;
      font-weight: 500;
      line-height: 0.95;
      margin-left: 0;
      margin-top: 0;
      margin-bottom: 0;
      letter-spacing: -0.04em;
      white-space: nowrap;
    }

    .case-mobile-info {
      display: grid;
      grid-template-columns: calc(12.5vw - 10px) calc(12.5vw - 10px) minmax(0, 1fr);
      column-gap: clamp(32px, 3vw, 64px);
      row-gap: 26px;
      width: calc(50vw - 20px);
      margin: 0;
      color: #f7f7f7;
      font-family: "Mona Sans", sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 19px;
      justify-self: start;
    }

    .case-mobile-info__item {
      min-width: 0;
    }

    .case-mobile-info dt,
    .case-mobile-info dd {
      margin: 0;
    }

    .case-mobile-info dt {
      color: rgb(155, 156, 150);
      font-weight: 500;
    }

    .case-mobile-info dd {
      color: #f7f7f7;
      font-weight: 500;
      max-width: 100%;
      overflow-wrap: break-word;
      text-wrap: pretty;
    }

    .case-mobile-info a {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      color: inherit;
      text-decoration: none;
    }

    .case-mobile-info a svg {
      width: 12px;
      height: 12px;
      flex: 0 0 auto;
      transition: transform 180ms ease;
    }

    .case-mobile-info a:hover svg,
    .case-mobile-info a:focus-visible svg {
      transform: translate(3px, -3px);
    }

    .case-description {
      width: 80%;
      min-width: 0;
      height: auto;
      color: #FFF;
      font-family: "Helvetica Neue", "Mona Sans", sans-serif;
      font-size: 17px;
      font-style: normal;
      font-weight: 400;
      line-height: 19px;
      margin-top: 0;
      margin-bottom: 0;
    }

    .case-description__line {
      display: block;
    }

    .case-description-row {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0;
      align-items: flex-start;
      padding-left: 0;
    }

    .case-credits {
      display: grid;
      grid-template-columns: max-content minmax(0, 1fr);
      column-gap: 28.8px;
      row-gap: 4px;
      width: 100%;
      height: auto;
      color: #929292;
      font-family: "Mona Sans", sans-serif;
      font-size: 17px;
      font-style: normal;
      font-weight: 400;
      line-height: 15px;
    }

    .case-credits dt,
    .case-credits dd {
      margin: 0;
    }

    .case-credit-mobile-break {
      display: none;
    }

    @media (max-width: 720px) {
      .case-credit-mobile-break {
        display: initial;
      }
    }

    .case-description h2 {
      color: rgb(155, 156, 150);
      font-size: 17px;
      font-style: normal;
      font-weight: 500;
      line-height: 19px;
      text-transform: none;
    }

    .case-credit-label {
      color: rgb(155, 156, 150);
    }

    .case-project-nav {
      position: relative;
      z-index: 20;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      align-items: end;
      width: 100%;
      gap: 20px;
      margin: 110px 0 0;
    }

    .case-project-nav__item {
      display: grid;
      gap: 10px;
      justify-items: start;
    }

    .case-project-nav__item--next {
      justify-items: end;
      text-align: right;
    }

    .case-project-nav__label {
      color: #929292;
      font-family: "Mona Sans", sans-serif;
      font-size: 13px;
      font-weight: 400;
      line-height: 1.2;
      text-transform: uppercase;
      text-decoration: none;
    }

    .case-project-nav__button {
      position: relative;
      z-index: 21;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: calc(44px / 1.15);
      padding: 0 calc(22px / 1.15);
      border-radius: 8px;
      border: 0;
      background: rgba(255, 255, 255, 0.20);
      color: var(--color-white);
      font-family: "Mona Sans", sans-serif;
      font-size: calc(15px / 1.15);
      font-weight: 500;
      line-height: 1;
      text-decoration: none;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 0.6px;
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
      transition:
        background-color 180ms ease,
        color 180ms ease,
        transform 180ms ease;
    }

    .case-project-nav__button:hover,
    .case-project-nav__button:focus-visible {
      background: rgba(255, 255, 255, 0.25);
      color: var(--color-white);
      outline: none;
      transform: scale(1.05);
    }

    body[data-theme="light"] .case-project-nav__button {
      background: rgba(19, 19, 19, 0.12);
      color: var(--color-fg);
    }

    body[data-theme="light"] .case-project-nav__button:hover,
    body[data-theme="light"] .case-project-nav__button:focus-visible {
      background: rgba(19, 19, 19, 0.18);
      color: var(--color-fg);
    }

    .case-gallery {
      display: flex;
      flex-wrap: nowrap;
      gap: 10px;
      column-gap: 10px;
      row-gap: 10px;
      width: 100%;
      margin: 50px 0 0;
      padding: 0;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scrollbar-color: var(--color-muted) transparent;
      cursor: grab;
      user-select: none;
      position: relative;
      z-index: 4;
    }

    .case-gallery.is-dragging {
      cursor: grabbing;
    }

    .case-gallery > figure,
    .case-gallery > figure * {
      cursor: inherit;
    }

    .case-gallery > figure {
      position: relative;
      border-radius: 8px;
      overflow: hidden;
      background: rgba(255, 255, 255, 0.04);
      height: 750px;
      flex: 0 0 auto;
      min-width: 240px;
      scroll-snap-align: start;
    }

    .case-gallery__image {
      cursor: zoom-in;
    }

    .case-gallery__item {
      aspect-ratio: 4 / 5;
      width: auto;
    }

    .case-gallery__landscape {
      aspect-ratio: 16 / 10.5;
      min-width: 457px;
    }

    .case-gallery__wide {
      aspect-ratio: 16 / 9;
      min-width: 533px;
    }

    .case-gallery__desktop-duplicate {
      display: none;
    }

    .case-gallery figure,
    .case-gallery figure img,
    .case-gallery figure video {
      border-radius: 8px;
      overflow: hidden;
    }

    .case-gallery figure img,
    .case-gallery figure video {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block;
      pointer-events: none;
      user-select: none;
    }

    .case-gallery figure video[data-manual-playback] {
      pointer-events: auto;
      cursor: auto;
    }

    .case-video-play {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 2;
      width: clamp(84px, 10vw, 150px);
      aspect-ratio: 1;
      padding: 0;
      border: 0;
      border-radius: 50%;
      background: rgba(247, 247, 247, 0.88);
      color: #111;
      cursor: pointer;
      display: grid;
      place-items: center;
      transform: translate(-50%, -50%);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
    }

    .case-video-play[hidden] {
      display: none;
    }

    .case-video-play span {
      display: block;
      width: 0;
      height: 0;
      margin-left: 12%;
      border-top: clamp(14px, 1.8vw, 26px) solid transparent;
      border-bottom: clamp(14px, 1.8vw, 26px) solid transparent;
      border-left: clamp(22px, 2.8vw, 40px) solid currentColor;
    }

    .case-video-play:hover {
      background: #f7f7f7;
    }

    .case-video-play:focus-visible {
      outline: 2px solid #111;
      outline-offset: 4px;
    }

    @media (min-width: 721px) {
      .case-gallery {
        display: block;
        column-count: 2;
        column-gap: 10px;
        gap: 10px;
        overflow: visible;
        scroll-snap-type: none;
        cursor: default;
      }

      .case-gallery.is-dragging {
        cursor: default;
      }

      .case-gallery > figure {
        display: inline-block;
        width: 100%;
        height: auto;
        min-width: 0;
        margin: 0 0 10px;
        flex: initial;
        break-inside: avoid;
        scroll-snap-align: none;
      }

      .case-gallery > figure,
      .case-gallery > figure * {
        cursor: default;
      }

      .case-gallery__image {
        cursor: zoom-in;
      }

      .case-gallery__item {
        width: 100%;
        aspect-ratio: 4 / 5;
      }

      .case-gallery__landscape {
        width: 100%;
        min-width: 0;
        aspect-ratio: 16 / 10.5;
      }

      .case-gallery__wide {
        display: block;
        column-span: all;
        min-width: 0;
        aspect-ratio: 16 / 9.5;
      }

      .case-gallery > figure:first-child {
        display: block;
        column-span: all;
        aspect-ratio: 16 / 9.5;
      }

      .case-gallery__desktop-duplicate {
        display: inline-block;
      }

      .case-gallery__desktop-duplicate.case-gallery__wide {
        display: block;
      }

      .case-gallery--editorial {
        display: grid;
        grid-template-columns: repeat(12, minmax(0, 1fr));
        column-count: initial;
        gap: 10px;
        align-items: start;
      }

      .case-gallery--editorial > figure {
        display: block;
        grid-row: var(--gallery-row, auto);
        width: 100%;
        margin: 0;
        column-span: none;
      }

      .case-gallery--editorial > .case-gallery__wide,
      .case-gallery--editorial > figure:first-child {
        grid-column: 1 / -1;
      }

      .case-gallery--editorial > .case-gallery__left {
        grid-column: 1 / span 6;
      }

      .case-gallery--editorial > .case-gallery__right {
        grid-column: 7 / span 6;
      }

      .case-gallery--editorial > .case-gallery__narrow-left {
        grid-column: 1 / span 5;
      }

      .case-gallery--editorial > .case-gallery__narrow-right {
        grid-column: 8 / span 5;
      }

      .case-gallery--editorial > .case-gallery__center {
        grid-column: 4 / span 6;
      }

      .case-gallery--rows {
        display: flex;
        flex-direction: column;
        gap: 10px;
        column-count: initial;
      }

      .case-gallery--rows > .case-gallery__row {
        display: grid;
        gap: 10px;
        width: 100%;
        align-items: start;
      }

      .case-gallery--rows .case-gallery__row > figure {
        display: block;
        width: 100%;
        min-width: 0;
        height: auto;
        margin: 0;
        overflow: hidden;
        background: transparent;
        aspect-ratio: auto;
      }

      .case-gallery--rows .case-gallery__row > figure img,
      .case-gallery--rows .case-gallery__row > figure video {
        width: 100%;
        height: auto;
        object-fit: contain;
      }

      .case-gallery--rows .case-gallery__row--1 {
        grid-template-columns: 1fr;
      }

      .case-gallery--rows .case-gallery__row--2 {
        grid-template-columns: minmax(0, 2.25fr) minmax(0, 1fr);
      }

      .case-gallery--rows .case-gallery__row--3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .case-gallery--rows .case-gallery__row--4 {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 3fr);
      }

      .case-gallery--rows .case-gallery__row--5 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

    }

    .case-reveal {
      opacity: 0;
      transform: translateY(24px);
      transition:
        opacity 1480ms ease,
        transform 1640ms cubic-bezier(.2, .9, .2, 1);
      transition-delay: var(--reveal-delay, 0ms);
      will-change: opacity, transform;
    }

    .case-media-reveal {
      opacity: 0;
      transform: translate3d(0, 48px, 0) scale(0.9);
      will-change: opacity, transform;
    }

    .case-reveal.is-visible {
      opacity: 1;
      transform: translateY(0);
    }

    .case-media-reveal.is-visible {
      animation: case-gallery-item-reveal 680ms cubic-bezier(0.2, 0.9, 0.2, 1) both;
      animation-delay: 0ms;
    }

    @keyframes case-gallery-item-reveal {
      0% {
        opacity: 0;
        transform: translate3d(0, 48px, 0) scale(0.9);
      }
      60% {
        opacity: 1;
      }
      100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .case-reveal,
      .case-media-reveal {
        opacity: 1;
        transform: none;
        animation: none;
        transition: none;
      }
    }

    body.lightbox-open {
      overflow: hidden;
    }

    .image-lightbox {
      position: fixed;
      inset: 0;
      z-index: 1000;
      display: grid;
      grid-template-columns: minmax(56px, 1fr) minmax(0, auto) minmax(56px, 1fr);
      grid-template-rows: 1fr auto 1fr;
      align-items: center;
      justify-items: center;
      padding: clamp(16px, 4vw, 44px);
      background: rgba(0, 0, 0, 0.9);
      opacity: 0;
      pointer-events: none;
      transition: opacity 180ms ease;
    }

    .image-lightbox.is-open {
      opacity: 1;
      pointer-events: auto;
    }

    .image-lightbox__stage {
      grid-column: 1 / -1;
      grid-row: 1 / -1;
      width: min(100%, 1500px);
      height: min(100%, calc(100vh - clamp(32px, 8vw, 88px)));
      display: grid;
      place-items: center;
    }

    .image-lightbox__image {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
      display: block;
      box-shadow: 0 20px 80px rgba(0, 0, 0, 0.34);
    }

    .image-lightbox__button {
      border: 0;
      border-radius: 999px;
      width: 44px;
      height: 44px;
      display: inline-grid;
      place-items: center;
      background: rgba(255, 255, 255, 0.12);
      color: #fff;
      font: 400 28px/1 "Mona Sans", sans-serif;
      cursor: pointer;
      transition: background 160ms ease, transform 160ms ease;
      z-index: 1;
    }

    .image-lightbox__button:hover,
    .image-lightbox__button:focus-visible {
      background: rgba(255, 255, 255, 0.22);
    }

    .image-lightbox__button:active {
      transform: scale(0.96);
    }

    .image-lightbox__button:focus-visible {
      outline: 2px solid #fff;
      outline-offset: 4px;
    }

    .image-lightbox__close {
      position: absolute;
      top: clamp(16px, 3vw, 28px);
      right: clamp(16px, 3vw, 28px);
    }

    .image-lightbox__prev {
      grid-column: 1;
      grid-row: 2;
      justify-self: start;
    }

    .image-lightbox__next {
      grid-column: 3;
      grid-row: 2;
      justify-self: end;
    }

    .image-lightbox__counter {
      position: absolute;
      left: clamp(16px, 3vw, 28px);
      bottom: clamp(16px, 3vw, 28px);
      color: rgba(255, 255, 255, 0.78);
      font-family: "Mona Sans", sans-serif;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 0;
    }

    .footer-section {
      position: relative;
      width: min(100%, calc(100vw - 40px));
      min-height: calc(550px * 0.708 - 100px);
      background: #0c0c0c;
      color: var(--color-fg);
      border-radius: 7px;
      margin: 0 auto 20px;
      box-sizing: border-box;
      display: block;
      opacity: 0;
      transform: translateY(24px);
      transition: opacity 600ms ease, transform 420ms cubic-bezier(.2,.9,.2,1);
      will-change: opacity, transform, top;
      padding: 20px;
      margin-top: auto;
      max-width: calc(100vw - 40px);
    }

    .footer-section::before {
      content: '';
      position: absolute;
      inset: 0;
      border: 0;
      border-radius: 7px;
    }

    .footer-section.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .footer-brand-minimal {
      position: absolute;
      font-weight: 500;
      top: 20px;
      left: 20px;
      color: #BABABA;
      font-family: "Mona Sans", sans-serif;
      font-size: 19px;
      font-style: normal;
      font-weight: 400;
      line-height: 25px;
      text-align: left;
    }

    .footer-copy-minimal {
      position: absolute;
      bottom: 20px;
      left: auto;
      right: 20px;
      width: min(345px, calc(100% - 40px));
      color: #BABABA;
      text-align: right;
      font-family: "Mona Sans", sans-serif;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }

    .footer-social-minimal {
      position: absolute;
      top: 20px;
      left: auto;
      right: 20px;
      display: flex;
      gap: clamp(40px, 8vw, 100px);
      color: #BABABA;
      font-family: "Mona Sans", sans-serif;
      font-size: 36px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      text-transform: uppercase;
      text-align: center;
    }

    .footer-social-minimal a {
      position: relative;
      display: inline-flex;
      align-items: center;
      font-size: clamp(20px, 4vw, 26px);
      letter-spacing: 0.04em;
      text-transform: uppercase;
      font-weight: 500;
      color: #BABABA;
      text-decoration: none;
      margin-right: 20px;
      transition: color 180ms ease;
    }

    .footer-social-minimal a:last-child {
      margin-right: 0;
    }

    .footer-social-minimal a:hover,
    .footer-social-minimal a:focus {
      outline: none;
      color: #ffffff;
    }

    .footer-social-minimal a::after,
    .footer-social-minimal a:hover::after,
    .footer-social-minimal a:focus::after {
      display: none;
    }

    .footer-contact-block {
      position: absolute;
      width: clamp(240px, 20vw, 259px);
      left: 20px;
      right: auto;
      bottom: 20px;
      color: #BABABA;
      font-family: "Mona Sans", sans-serif;
      font-size: 15px;
      font-style: normal;
      font-weight: 200;
      line-height: 22px;
      text-align: left;
    }

    .footer-email {
      color: #BABABA;
      text-decoration: underline;
    }

    @media (min-width: 901px) and (max-width: 1728px) {
      .case-main {
        margin-top: calc(-100svh + clamp(92px, 7vw, 110px));
      }

      .case-section,
      .footer-section {
        max-width: calc(100vw - 40px);
      }

      .case-intro__copy {
        font-size: clamp(34px, 3.05vw, 50px);
        line-height: 0.96;
      }

      .case-description {
        font-size: clamp(17px, 1.2vw, 19.778px);
        line-height: 1.28;
      }

      .case-mobile-info {
        font-size: clamp(12.2px, 0.86vw, 13.5px);
      }

      .case-gallery {
        margin-top: clamp(36px, 4vw, 50px);
      }

      .case-project-nav {
        margin-top: clamp(72px, 7vw, 110px);
      }

      .footer-social-minimal {
        gap: clamp(28px, 5vw, 72px);
      }
    }

    @media (min-width: 901px) and (max-width: 1512px) {
      .case-heading {
        grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
      }

      .case-intro__copy {
        font-size: clamp(31px, 2.85vw, 43px);
      }

      .case-mobile-info {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
        column-gap: 14px;
      }

      .case-description {
        width: 80%;
      }
    }

    @media (min-width: 901px) and (max-width: 1600px) {
      .case-main {
        margin-top: calc(-100svh + clamp(88px, 6.3vw, 104px));
      }

      .case-section {
        gap: clamp(34px, 3.8vw, 50px);
        row-gap: clamp(34px, 3.8vw, 50px);
      }

      .case-intro__copy {
        font-size: clamp(31px, 2.72vw, 44px);
        line-height: 0.98;
      }

      .case-description {
        font-size: clamp(16px, 1.08vw, 18px);
        line-height: 1.3;
      }

      .case-mobile-info {
        font-size: clamp(12px, 0.8vw, 13px);
        line-height: 1.28;
      }

      .case-project-nav {
        margin-top: clamp(64px, 6vw, 96px);
      }
    }

    @media (min-width: 901px) and (max-height: 820px) {
      .case-main {
        margin-top: calc(-100svh + 92px);
        padding-bottom: clamp(64px, 10vh, 96px);
      }

      .case-section {
        gap: 38px;
        row-gap: 38px;
      }

      .case-gallery {
        margin-top: 28px;
      }
    }

    @media (max-width: 1024px) {
      .case-intro__copy {
        width: 100%;
        max-width: 960px;
        height: auto;
        font-size: clamp(22.8px, 3.84vw, 42px);
        margin-left: 0;
        margin-bottom: 25px;
      }

      .case-description {
        width: 80%;
        max-width: 80%;
        height: auto;
        font-size: clamp(18px, 3.5vw, 20px);
        margin-left: 0;
        margin-top: clamp(40px, 10vw, 80px);
      }
    }

    @media (min-width: 721px) and (max-width: 900px) and (orientation: portrait) {
      .hero__nav {
        gap: 7px;
        font-size: 17px;
        line-height: 17px;
      }

      .case-main {
        margin-top: calc(-100svh + 96px);
        padding-bottom: clamp(72px, 12vw, 120px);
      }

      .case-section {
        width: calc(100vw - 40px);
        row-gap: 40px;
      }

      .case-heading {
        grid-template-columns: 1fr;
        row-gap: 28px;
      }

      .case-intro__copy {
        max-width: 100%;
        margin-bottom: 0;
        font-size: clamp(42px, 8vw, 58px);
        line-height: 0.96;
      }

      .case-mobile-info {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
        column-gap: 16px;
        row-gap: 14px;
        font-size: 13px;
      }

      .case-gallery {
        column-count: 2;
        column-gap: 10px;
        margin-top: 20px;
      }

      .case-gallery > figure {
        margin-bottom: 10px;
      }

      .case-description-row {
        grid-template-columns: 1fr;
        gap: 28px;
      }

      .case-description {
        width: 80%;
        margin-top: 0;
        font-size: clamp(18px, 3vw, 21px);
        line-height: 1.28;
      }

      .case-credits {
        width: 100%;
        height: auto;
      }

      .case-project-nav {
        margin-top: 72px;
      }
    }

    @media (max-width: 720px) {
      .hero__nav {
        display: none;
      }

      .case-section {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        row-gap: 32px;
      }

      .case-heading {
        display: contents;
      }

      .hero {
        position: fixed;
        inset: 0 0 auto;
        z-index: 2147483647;
        min-height: auto;
        height: 0;
        padding: 0;
        overflow: visible;
        pointer-events: none;
      }

      .hero__overlay,
      .hero__overlay.is-visible {
        position: fixed;
        inset: 0;
        z-index: 2147483647;
        height: 0;
        overflow: visible;
        pointer-events: none;
      }

      .case-main {
        margin-top: 0;
        padding-top: clamp(104px, 26vw, 132px);
      }

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

      .case-mobile-info {
        order: 2;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 18px;
        row-gap: 14px;
        width: 100%;
        margin: 24px 0 0;
        color: #f7f7f7;
        font-family: "Mona Sans", sans-serif;
        font-size: 13.5px;
        line-height: 1.24;
        justify-self: stretch;
        position: relative;
        top: -40px;
      }

      .case-mobile-info__item {
        min-width: 0;
      }

      .case-mobile-info dt,
      .case-mobile-info dd {
        margin: 0;
      }

      .case-mobile-info dt {
        color: #929292;
        font-weight: 500;
      }

      .case-mobile-info dd {
        color: #f7f7f7;
        font-weight: 500;
      }

      .case-mobile-info a {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: inherit;
        text-decoration: none;
      }

      .case-mobile-info a svg {
        width: 12px;
        height: 12px;
        flex: 0 0 auto;
        transition: transform 180ms ease;
      }

      .case-mobile-info a:hover svg,
      .case-mobile-info a:focus-visible svg {
        transform: translate(3px, -3px);
      }

      .case-description-row {
        order: 4;
        display: grid;
        grid-template-columns: 1fr;
        gap: 40px;
        width: 100%;
        padding: 0;
        margin: 40px 0 0;
      }

      .case-description,
      .case-credits {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
      }

      .case-credits {
        margin-top: 0;
      }

      .case-description {
        width: 80%;
        max-width: 80%;
        margin-left: 0;
        margin-top: 0;
        font-size: 16px;
        line-height: 1.15;
        text-wrap: pretty;
      }

      .case-description__line {
        display: inline;
      }

      .case-description__line:not(:last-child)::after {
        content: " ";
      }

      .case-credits {
        font-size: 14px;
        line-height: 23px;
      }

      .case-project-nav {
        order: 5;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin-top: 80px;
      }

      .case-project-nav__item {
        justify-items: start;
        text-align: left;
      }

      .case-project-nav__item--next {
        justify-items: end;
        text-align: right;
      }

      .case-project-nav__button {
        width: auto;
        justify-self: start;
        min-height: 41px;
        padding: 10px 14px;
        font-size: 13px;
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
      }

      .case-project-nav__item--next .case-project-nav__button {
        justify-self: end;
      }

      .hero__top {
        position: fixed;
        top: 20px;
        left: 10px;
        right: 10px;
        z-index: 2147483647;
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: start;
        gap: 0 10px;
        width: auto;
        min-height: 41px;
        padding: 0;
        overflow: visible;
        background: transparent;
        border: 0;
        border-radius: 8px;
        box-shadow: none;
        outline: 0;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        color: var(--color-white);
        pointer-events: auto;
        transition:
          background-color 220ms ease,
          color 180ms ease,
          padding 300ms cubic-bezier(.2, .8, .2, 1),
          gap 300ms cubic-bezier(.2, .8, .2, 1);
      }

      .hero__top:hover,
      .hero__top:focus-within {
        color: var(--color-white);
      }

      .hero__top::before {
        content: none;
        display: none;
      }

      .hero__top::after {
        content: none;
        display: none;
      }

      body[data-theme="light"] .hero__top {
        color: var(--color-fg);
      }

      body[data-theme="light"] .hero__top:hover,
      body[data-theme="light"] .hero__top:focus-within {
        color: var(--color-fg);
      }

      .hero__brand {
        position: static;
        z-index: 1;
        margin: 0;
        display: inline-flex;
        align-items: flex-start;
        width: fit-content;
        min-width: min(216px, calc(100vw - 128px));
        min-height: 41px;
        padding: 13px 18px;
        box-sizing: border-box;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.20);
        border-radius: 8px;
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        transition:
          background-color 220ms ease,
          padding 300ms cubic-bezier(.2, .8, .2, 1),
          border-radius 300ms cubic-bezier(.2, .8, .2, 1);
      }

      .hero__brand-image {
        height: 14.28px;
        max-width: min(190px, calc(100vw - 128px));
      }

      .case-gallery {
        order: 3;
        flex-direction: row;
        width: 100%;
        margin: 46px 0 0;
        padding: 0;
        cursor: grab;
      }

      .case-gallery.is-dragging {
        cursor: grabbing;
      }

      .case-gallery > figure {
        height: 750px;
        min-width: 220px;
      }
    }

    @media (max-width: 900px) {
      .footer-social-minimal {
        font-weight: 500;
        left: clamp(40px, 6vw, 80px);
        right: clamp(30px, 8vw, 60px);
        justify-content: space-between;
        gap: clamp(30px, 8vw, 60px);
        font-size: clamp(26px, 5vw, 32px);
      }

      .footer-contact-block {
        left: clamp(20px, 6vw, 40px);
        right: auto;
      }
    }

    @media (max-width: 720px) {
      .case-gallery {
        flex-direction: column;
        overflow-x: visible;
        scroll-snap-type: none;
        cursor: default;
        padding: 0;
        margin-top: 0;
        column-gap: 10px;
        row-gap: 10px;
      }

      .case-gallery.is-dragging {
        cursor: default;
      }

      .case-gallery > figure {
        width: 100%;
        min-width: 0;
        height: auto;
      }

      .case-gallery--rows > .case-gallery__row {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
      }

      .case-gallery--rows .case-gallery__row > figure {
        width: 100%;
        min-width: 0;
        height: auto;
        margin: 0;
      }

      .case-gallery--rows .case-gallery__row > figure img,
      .case-gallery--rows .case-gallery__row > figure video {
        width: 100%;
        height: auto;
      }

      .case-gallery__item {
        aspect-ratio: 4 / 5;
      }

      .case-gallery__landscape {
        aspect-ratio: 16 / 10.5;
        min-width: 0;
      }

      .case-gallery__wide {
        aspect-ratio: 16 / 9;
        min-width: 0;
      }

      .case-gallery__desktop-duplicate {
        display: none;
      }

      .image-lightbox {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr auto;
        gap: 14px;
        padding: 16px;
      }

      .image-lightbox__stage {
        grid-column: 1 / -1;
        grid-row: 1;
        height: calc(100vh - 112px);
      }

      .image-lightbox__prev,
      .image-lightbox__next {
        grid-row: 2;
        justify-self: center;
      }

      .image-lightbox__prev {
        grid-column: 1;
      }

      .image-lightbox__next {
        grid-column: 2;
      }
    }

    body[data-theme="light"] .footer-brand-minimal,
    body[data-theme="light"] .footer-social-minimal,
    body[data-theme="light"] .footer-contact-block,
    body[data-theme="light"] .footer-copy-minimal,
    body[data-theme="light"] .footer-email {
      color: #414141;
    }

    body[data-theme="light"] .footer-section {
      background: #ffffff;
      color: #131313;
    }

    body[data-theme="light"] .footer-section::before {
      border-color: transparent;
    }

    body[data-theme="light"] .footer-social-minimal a {
      color: #414141;
    }

    body[data-theme="light"] .footer-social-minimal a:hover,
    body[data-theme="light"] .footer-social-minimal a:focus {
      color: #000000;
    }

    .site-footer {
      position: relative;
      width: min(100%, calc(100vw - 40px));
      min-height: calc(550px * 0.708 - 100px);
      background: #0c0c0c;
      color: var(--color-fg, #f5f5f5);
      border-radius: 7px;
      margin: 20px auto;
      box-sizing: border-box;
      display: block;
      padding: 20px;
      max-width: calc(100vw - 40px);
    }

    .site-footer .footer-brand-minimal {
      position: absolute;
      top: 20px;
      left: 20px;
      color: #BABABA;
    }

    .site-footer .footer-copy-minimal {
      position: absolute;
      right: 20px;
      bottom: 20px;
      width: min(345px, calc(100% - 40px));
      color: #BABABA;
      text-align: right;
      font-size: 13px;
      line-height: normal;
    }

    .site-footer .footer-social-minimal {
      position: absolute;
      top: 20px;
      right: 20px;
      display: flex;
      gap: clamp(40px, 8vw, 100px);
      color: #BABABA;
      text-transform: uppercase;
      text-align: center;
    }

    .site-footer .footer-social-minimal a {
      display: inline-flex;
      align-items: center;
      margin-right: 20px;
      color: #BABABA;
      font-family: "Mona Sans", sans-serif;
      font-size: clamp(20px, 4vw, 26px);
      font-weight: 500;
      letter-spacing: 0.04em;
      text-decoration: none;
      text-transform: uppercase;
      transition: color 180ms ease;
    }

    .site-footer .footer-social-minimal a:last-child {
      margin-right: 0;
    }

    .site-footer .footer-social-minimal a:hover,
    .site-footer .footer-social-minimal a:focus {
      color: #ffffff;
      outline: none;
    }

    .site-footer .footer-contact-block {
      position: absolute;
      left: 20px;
      bottom: 20px;
      width: max-content;
      max-width: calc(100% - 40px);
      color: #BABABA;
      font-size: 15px;
      line-height: 22px;
      text-align: left;
      white-space: nowrap;
    }

    .site-footer .footer-email {
      color: #BABABA;
      text-decoration: underline;
    }

    .site-footer,
    .site-footer * {
      font-family: "degular-mono", monospace;
    }

    .site-footer .footer-social-minimal,
    .site-footer .footer-social-minimal a {
      font-family: "Mona Sans", sans-serif;
    }

    .hero__overlay.is-visible .hero__nav {
      animation: heroNavFade 1800ms cubic-bezier(.2, .9, .2, 1) forwards;
      pointer-events: auto;
    }

    body[data-theme="light"] .site-footer .footer-brand-minimal,
    body[data-theme="light"] .site-footer .footer-social-minimal,
    body[data-theme="light"] .site-footer .footer-contact-block,
    body[data-theme="light"] .site-footer .footer-copy-minimal,
    body[data-theme="light"] .site-footer .footer-email {
      color: #414141;
    }

    body[data-theme="light"] .site-footer {
      background: #ffffff;
      border: 0;
      color: #131313;
    }

    body[data-theme="light"] .site-footer .footer-social-minimal a {
      color: #414141;
    }

    body[data-theme="light"] .site-footer .footer-social-minimal a:hover,
    body[data-theme="light"] .site-footer .footer-social-minimal a:focus {
      color: #131313;
    }

    @media (max-width: 1440px) {
      .site-footer {
        min-height: calc(550px * 0.708 - 100px);
        padding: 20px;
      }

      .site-footer .footer-content {
        display: block;
      }

      .site-footer .footer-brand-minimal,
      .site-footer .footer-social-minimal,
      .site-footer .footer-contact-block,
      .site-footer .footer-copy-minimal {
        position: absolute;
      }

      .site-footer .footer-brand-minimal {
        top: 20px;
        left: 20px;
        margin-bottom: 0;
      }

      .site-footer .footer-social-minimal {
        top: 20px;
        right: 20px;
        gap: clamp(28px, 5vw, 72px);
        flex-wrap: nowrap;
        text-align: right;
      }

      .site-footer .footer-social-minimal a {
        font-size: clamp(20px, 2vw, 26px);
      }

      .site-footer .footer-contact-block {
        left: 20px;
        bottom: 20px;
        margin-top: 0;
        width: max-content;
        max-width: calc(100% - 40px);
        white-space: nowrap;
      }

      .site-footer .footer-copy-minimal {
        right: 20px;
        bottom: 20px;
        margin-top: 0;
        text-align: right;
      }
    }

    @media (max-width: 640px) {
      .site-footer {
        width: 100%;
        min-height: clamp(300px, 76vw, 390px);
        padding: 20px 20px 20px;
        margin-bottom: 20px;
      }

      .site-footer .footer-content {
        display: block;
      }

      .site-footer .footer-brand-minimal,
      .site-footer .footer-social-minimal,
      .site-footer .footer-contact-block,
      .site-footer .footer-copy-minimal {
        position: absolute;
        width: auto;
      }

      .site-footer .footer-brand-minimal {
        top: 20px;
        left: 20px;
        margin-bottom: 0;
      }

      .site-footer .footer-social-minimal {
        top: 20px;
        right: 20px;
        flex-direction: column;
        align-items: flex-end;
        gap: clamp(12px, 4vw, 18px);
        text-align: right;
      }

      .site-footer .footer-social-minimal a {
        margin-right: 0;
        font-size: clamp(15px, 4.6vw, 20px);
      }

      .site-footer .footer-contact-block {
        left: 20px;
        bottom: 20px;
        margin-top: 0;
        width: calc(100% - 40px);
        max-width: calc(100% - 40px);
        white-space: normal;
      }

      .site-footer .footer-copy-minimal {
        display: none;
        margin-top: 0;
        text-align: left;
      }

      .site-footer .footer-contact-block,
      .site-footer .footer-copy-minimal {
        font-size: 14px;
      }
    }

    @media (max-width: 540px) {
      .footer-social-minimal {
        font-weight: 500;
        left: 20px;
        right: 20px;
        font-size: clamp(20px, 6vw, 26px);
      }

      .footer-contact-block {
        width: calc(100% - 40px);
        left: 20px;
        right: auto;
        font-size: 15px;
        line-height: 22px;
      }
    }

    @media (max-width: 640px) {
      .footer-section {
        position: relative;
        width: 100%;
        min-height: auto;
        transform: none;
        padding: 0 20px;
        padding-top: calc(clamp(36px, 10vw, 52px) - 15px);
        padding-bottom: 20px;
        margin-top: auto;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
      }

      .footer-section.visible {
        transform: none;
      }

      .footer-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
      }

      .footer-brand-minimal,
      .footer-social-minimal,
      .footer-contact-block,
      .footer-email,
      .footer-copy-minimal {
        position: static;
        margin-left: 0;
        transform: translateX(0);
        width: auto;
      }

      .footer-brand-minimal {
        margin-bottom: 48px;
      }

      .footer-social-minimal {
        font-weight: 500;
        display: flex;
        flex-direction: column;
        gap: clamp(28px, 7vw, 36px);
        margin-top: 0;
      }

      .footer-contact-block {
        margin-top: calc(clamp(64px, 12vw, 72px) + 30px);
        width: calc(100% - 40px);
      }

      .footer-email {
        margin-top: clamp(36px, 10vw, 48px);
      }

      .footer-copy-minimal {
        margin-top: calc(clamp(48px, 12vw, 64px) + 20px);
        text-align: left;
      }
    }
    .footer-brand-minimal__logo {
      display: block;
      width: 167.45px;
      height: 17.85px;
      background-color: currentColor;
      -webkit-mask-image: url("asset4.png");
      mask-image: url("asset4.png");
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-size: contain;
      mask-size: contain;
      -webkit-mask-position: left center;
      mask-position: left center;
    }

    .footer-contact-block {
      width: max-content;
      max-width: calc(100% - 40px);
      white-space: nowrap;
    }

    .footer-section,
    .footer-section * {
      font-family: "degular-mono", monospace;
    }

    .footer-social-minimal,
    .footer-social-minimal a {
      font-family: "Mona Sans", sans-serif;
    }

    body[data-theme="light"] .footer-brand-minimal,
    body[data-theme="light"] .footer-social-minimal,
    body[data-theme="light"] .footer-contact-block,
    body[data-theme="light"] .footer-copy-minimal,
    body[data-theme="light"] .footer-email {
      color: #414141;
    }

    body[data-theme="light"] .footer-section {
      background: #ffffff;
      color: #131313;
    }

    body[data-theme="light"] .footer-section::before {
      border-color: transparent;
    }

    body[data-theme="light"] .footer-social-minimal a {
      color: #414141;
    }

    body[data-theme="light"] .footer-social-minimal a:hover,
    body[data-theme="light"] .footer-social-minimal a:focus {
      color: #131313;
    }

    @media (max-width: 640px) {
      .footer-contact-block {
        max-width: calc(100% - 40px);
        white-space: normal;
      }
    }

    .site-footer.footer-section {
      position: relative;
      width: min(100%, calc(100vw - 40px));
      min-height: calc(550px * 0.708 - 100px);
      background: #0c0c0c;
      color: var(--color-fg, #f5f5f5);
      border-radius: 7px;
      margin: 20px auto;
      box-sizing: border-box;
      display: block;
      padding: 20px;
      max-width: calc(100vw - 40px);
      opacity: 1;
      transform: none;
    }

    .site-footer.footer-section::before {
      display: none;
    }

    body[data-theme="light"] .site-footer.footer-section {
      background: #ffffff;
      border: 0;
      color: #131313;
    }

    @media (max-width: 1440px) {
      .site-footer.footer-section {
        min-height: calc(550px * 0.708 - 100px);
        padding: 20px;
      }
    }

    @media (max-width: 640px) {
      .site-footer.footer-section {
        width: 100%;
        min-height: clamp(300px, 76vw, 390px);
        padding: 20px 20px 20px;
        margin: 20px auto;
        margin-bottom: 20px;
      }
    }

    @media (max-width: 720px) {
      .case-section {
        padding-left: 10px;
        padding-right: 10px;
      }
    }

    @media (max-width: 640px) {
      .footer-section,
      .site-footer.footer-section,
      .site-footer {
        width: calc(100vw - 20px);
        max-width: calc(100vw - 20px);
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 16px;
        box-sizing: border-box;
        min-height: clamp(300px, 76vw, 390px);
      }

      .site-footer .footer-contact-block,
      .footer-contact-block {
        position: absolute;
        left: 16px;
        right: auto;
        bottom: 16px;
        width: calc(100% - 32px);
        max-width: calc(100% - 32px);
      }

      .footer-brand-minimal,
      .site-footer .footer-brand-minimal {
        position: absolute;
        top: 16px;
        left: 16px;
        right: auto;
        margin-bottom: 0;
      }

      .footer-brand-minimal__logo,
      .site-footer .footer-brand-minimal__logo {
        width: 133.96px;
        height: 14.28px;
      }

      .footer-social-minimal,
      .site-footer .footer-social-minimal {
        position: absolute;
        top: 16px;
        left: auto;
        right: 16px;
        flex-direction: column;
        align-items: flex-end;
        gap: clamp(12px, 4vw, 18px);
        text-align: right;
      }

      .site-footer .footer-social-minimal a {
        margin-right: 0;
        font-size: clamp(15px, 4.6vw, 20px);
      }

      .site-footer .footer-contact-block,
      .footer-contact-block {
        margin-top: 0;
        font-size: 13.44px;
        line-height: 21.12px;
      }

      .site-footer .footer-copy-minimal,
      .footer-copy-minimal {
        position: absolute;
        display: none;
        margin-top: 0;
        font-size: 11.2px;
        line-height: 17.6px;
      }
    }

    @media (max-width: 640px) {
      .footer-section,
      .site-footer.footer-section,
      .site-footer {
        min-height: auto;
      }

      .site-footer .footer-content,
      .footer-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
      }

      .site-footer .footer-brand-minimal,
      .site-footer .footer-social-minimal,
      .site-footer .footer-contact-block,
      .site-footer .footer-copy-minimal,
      .footer-brand-minimal,
      .footer-social-minimal,
      .footer-contact-block,
      .footer-copy-minimal {
        position: static;
        inset: auto;
        width: auto;
        max-width: 100%;
        margin: 0;
      }

      .site-footer .footer-brand-minimal,
      .footer-brand-minimal {
        margin-bottom: 50px;
      }

      .site-footer .footer-social-minimal,
      .footer-social-minimal {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 50px;
        text-align: left;
      }

      .site-footer .footer-contact-block,
      .footer-contact-block {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
        white-space: normal;
      }

      .site-footer .footer-copy-minimal,
      .footer-copy-minimal {
        display: block;
        text-align: left;
      }
    }

    @media (min-width: 641px) {
      .site-footer .footer-content,
      .footer-content {
        display: block;
      }

      .site-footer .footer-social-minimal,
      .footer-social-minimal {
        position: absolute;
        top: 10px;
        right: 20px;
        margin: 0;
      }
    }

    @media (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
      .site-footer.footer-section,
      .site-footer {
        min-height: 290px;
        padding: 20px;
      }

      .site-footer .footer-brand-minimal,
      .site-footer .footer-social-minimal,
      .site-footer .footer-contact-block,
      .site-footer .footer-copy-minimal {
        position: absolute;
        margin: 0;
      }

      .site-footer .footer-brand-minimal {
        top: 20px;
        left: 20px;
      }

      .site-footer .footer-social-minimal {
        top: 20px;
        right: 20px;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 24px;
      }

      .site-footer .footer-social-minimal a {
        margin-right: 0;
        font-size: 18px;
      }

      .site-footer .footer-contact-block {
        left: 20px;
        bottom: 20px;
        width: auto;
        max-width: 48%;
        white-space: normal;
      }

      .site-footer .footer-copy-minimal {
        right: 20px;
        bottom: 20px;
        width: auto;
        max-width: 46%;
        text-align: right;
      }
    }

    @media (max-width: 720px) {
      html,
      body {
        min-height: 100svh;
        overflow-x: hidden;
        overflow-anchor: none;
        overscroll-behavior-x: none;
      }

      body {
        -webkit-overflow-scrolling: touch;
      }

      .hero__top > .hero__nav,
      .hero__nav {
        height: 100svh;
        min-height: 100svh;
      }

      .hero {
        position: fixed;
        top: 20px;
        left: 10px;
        right: 10px;
        width: auto;
        min-height: 0;
        height: 0;
        padding: 0;
        overflow: visible;
        z-index: 2147483647;
        pointer-events: none;
      }

      .hero__overlay,
      .hero__overlay.is-visible {
        position: fixed;
        inset: 0;
        z-index: 2147483647;
        width: auto;
        height: 0;
        padding: 0;
        overflow: visible;
        opacity: 1;
        visibility: visible;
        pointer-events: none;
        background: transparent;
      }

      .hero__top {
        position: fixed;
        top: 20px;
        left: 10px;
        right: 10px;
        z-index: 2147483647;
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: start;
        gap: 0 10px;
        width: auto;
        min-height: 41px;
        padding: 0;
        overflow: visible;
        background: transparent;
        border: 0;
        border-radius: 8px;
        box-shadow: none;
        outline: 0;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        color: #f7f7f7;
        pointer-events: auto;
      }

      .hero__top:hover,
      .hero__top:focus-within {
        color: #f7f7f7;
      }

      .hero__top::before,
      .hero__top::after {
        content: none;
        display: none;
      }

      body[data-theme="light"] .hero__top,
      body[data-theme="light"] .hero__top:hover,
      body[data-theme="light"] .hero__top:focus-within {
        color: #131313;
      }

      .hero__brand {
        position: fixed;
        top: 20px;
        left: 10px;
        z-index: 2147483647;
        margin: 0;
        display: inline-flex;
        align-items: flex-start;
        width: fit-content;
        min-width: min(216px, calc(100vw - 128px));
        min-height: 41px;
        padding: 0;
        box-sizing: border-box;
        overflow: visible;
        background: transparent;
        border-radius: 8px;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        opacity: 1;
        transform: none;
        transition: opacity 220ms ease;
        pointer-events: auto;
      }

      .hero__brand.hero-text-drop,
      .hero__brand.hero-text-drop.is-visible {
        opacity: 1;
        transform: none;
        transition: opacity 220ms ease;
        pointer-events: auto;
      }

      .hero__top.is-open .hero__brand {
        transform: none;
      }

      body.has-scrolled .hero__top:not(.is-open) .hero__brand {
        opacity: 0;
        pointer-events: none;
      }

      .hero__brand-image {
        height: 23px;
        max-width: min(306px, calc(100vw - 128px));
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transform: translate3d(0, 0, 0);
        transition: opacity 220ms ease;
        pointer-events: none;
      }

      .hero__brand-project {
        display: block;
        color: var(--color-fg);
        font-family: "Mona Sans", sans-serif;
        font-size: clamp(30px, 8.4vw, 48px);
        font-weight: 450;
        line-height: 0.98;
        letter-spacing: -0.02em;
        text-transform: lowercase;
        white-space: nowrap;
        opacity: 1;
        transition: opacity 220ms ease;
      }

      .hero__brand-project::first-letter {
        text-transform: uppercase;
      }

      .hero__top.is-preopening .hero__brand-image,
      .hero__top.is-open .hero__brand-image {
        opacity: 1;
      }

      .hero__top.is-preopening .hero__brand-project,
      .hero__top.is-open .hero__brand-project {
        opacity: 0;
      }

      .hero__menu-toggle {
        display: inline-flex;
        position: fixed;
        top: 20px;
        right: 10px;
        z-index: 2147483647;
        align-items: center;
        justify-content: center;
        width: 50px;
        min-height: 41px;
        height: 41px;
        padding: 0 13px;
        border: 0;
        border-radius: 8px;
        background: rgba(19, 19, 19, 0.12);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        color: inherit;
        cursor: pointer;
        pointer-events: auto;
      }

      .hero__menu-toggle:hover,
      .hero__menu-toggle:focus-visible {
        background: rgba(19, 19, 19, 0.18);
      }

      .hero__menu-icon {
        transform: translate(0, -3px);
      }

      .hero__menu-toggle:focus-visible {
        outline: 1px solid currentColor;
        outline-offset: 5px;
      }

      html.project-entry-transition .hero,
      html.project-entry-transition.is-project-entry-ready .hero,
      html.project-entry-transition .hero__overlay,
      html.project-entry-transition .hero__top {
        transform: none;
      }

      .hero__top > .hero__nav,
      .hero__nav {
        position: fixed;
        inset: 0 !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        z-index: 2147483646;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 18px;
        width: 100vw;
        height: 100vh;
        height: 100dvh;
        min-height: 100vh;
        min-height: 100dvh;
        max-height: none;
        margin: 0;
        padding: 130px 10px 28px 10px;
        box-sizing: border-box;
        overflow: hidden;
        text-align: left;
        background: transparent;
        border-radius: 0;
        backdrop-filter: blur(0);
        -webkit-backdrop-filter: blur(0);
        opacity: 0;
        transform: translate3d(0, 0, 0);
        pointer-events: none;
        visibility: hidden;
        transition: opacity 320ms ease, visibility 0s linear, background-color 320ms ease, backdrop-filter 320ms ease, -webkit-backdrop-filter 320ms ease;
        transition-delay: 0s, 320ms, 0s, 0s, 0s;
        will-change: opacity;
      }

      .hero__top.is-open > .hero__nav,
      .hero__top.is-open .hero__nav {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        visibility: visible;
        pointer-events: auto;
        background: rgba(0, 0, 0, 0.48);
        backdrop-filter: blur(24px);
        -webkit-backdrop-filter: blur(24px);
        transition-delay: 0s, 0s, 0s, 0s, 0s;
      }

      .hero__top.is-preopening > .hero__nav,
      .hero__top.is-preopening .hero__nav {
        opacity: 0;
        transform: translate3d(0, 0, 0);
        visibility: visible;
        pointer-events: none;
        transition: none;
      }

      .hero__top.is-closing > .hero__nav,
      .hero__top.is-closing .hero__nav {
        opacity: 0;
        transform: translate3d(0, 0, 0);
        background: transparent;
        backdrop-filter: blur(0);
        -webkit-backdrop-filter: blur(0);
        transition: opacity 320ms ease, visibility 0s linear, background-color 320ms ease, backdrop-filter 320ms ease, -webkit-backdrop-filter 320ms ease;
        transition-delay: 0s, 320ms, 0s, 0s, 0s;
      }

      body[data-theme="light"] .hero__top.is-open .hero__nav {
        background: rgba(255, 255, 255, 0.72);
      }

      .hero__top > .hero__nav,
      .hero__nav {
        height: 100svh;
        min-height: 100svh;
      }

      .hero__top.is-open .hero__menu-icon {
        transform: translate(4px, 0) rotate(90deg);
      }

      .hero__top > .hero__nav > a,
      .hero__nav a {
        position: relative;
        display: block !important;
        flex: 0 0 auto;
        width: fit-content;
        max-width: calc(100vw - 56px);
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: 33px;
        font-weight: 460;
        line-height: 1.52;
        letter-spacing: 0.04em;
        opacity: 1;
        transform: none;
        visibility: hidden;
        transition: visibility 0s linear 1040ms;
      }

      .hero__top.is-open > .hero__nav > a,
      .hero__top.is-open .hero__nav a {
        visibility: visible;
        transition-delay: 0s;
      }

      .hero__nav-word {
        display: inline-block;
        white-space: nowrap;
        opacity: 0;
        transform: translateY(18px);
        transition: opacity 930ms cubic-bezier(.16, 1, .3, 1), transform 930ms cubic-bezier(.16, 1, .3, 1);
        will-change: opacity, transform;
      }

      .hero__top.is-open .hero__nav-word {
        opacity: 1;
        transform: translateY(0);
      }

      .hero__top.is-closing .hero__nav-word {
        opacity: 0;
        transform: translateY(0);
        transition: opacity 160ms ease, transform 160ms ease;
        transition-delay: 0s !important;
      }

      .hero__top.is-open .hero__nav a:nth-child(1) .hero__nav-word {
        transition-delay: 520ms;
      }

      .hero__top.is-open .hero__nav a:nth-child(2) .hero__nav-word {
        transition-delay: 650ms;
      }

      .hero__top.is-open .hero__nav a:nth-child(3) .hero__nav-word {
        transition-delay: 780ms;
      }

      .hero__top.is-open .hero__nav a:nth-child(4) .hero__nav-word {
        transition-delay: 910ms;
      }

      .hero__nav a.hero__nav-talk {
        display: inline-block;
        position: fixed;
        left: 10px;
        bottom: 20px;
        width: fit-content;
        max-width: calc(100vw - 20px);
        line-height: 1.1;
        color: rgba(255, 255, 255, 0.62);
        text-decoration: none;
      }

      .hero__nav a.hero__nav-talk .hero__nav-word {
        text-decoration: underline;
        text-underline-offset: 4px;
      }

      body[data-theme="light"] .hero__nav a.hero__nav-talk {
        color: rgba(19, 19, 19, 0.58);
      }
    }

    body[data-theme="light"] .case-intro__copy,
    body[data-theme="light"] .case-description,
    body[data-theme="light"] .case-mobile-info,
    body[data-theme="light"] .case-mobile-info dd {
      color: #131313;
    }

    body[data-theme="light"] .case-mobile-info dt,
    body[data-theme="light"] .case-project-nav__label {
      color: rgb(155, 156, 150);
    }

    body[data-theme="light"] .case-credits {
      color: #5a5a5a;
    }

    body[data-theme="light"] .case-credit-label,
    body[data-theme="light"] .case-description h2 {
      color: rgb(155, 156, 150);
    }

/* Fixed project HUD and full-viewport project cover. */
@media (min-width: 721px) {
.project-hud {
  display: contents;
  color: #ffffff;
  font-family: "Mona Sans", sans-serif;
  font-size: 12.6px;
  font-style: normal;
  font-weight: 500;
  line-height: 17.1px;
  text-transform: uppercase;
}

.project-hud__number,
.project-hud__name {
  position: fixed;
  top: 50%;
  z-index: 5;
  white-space: nowrap;
  mix-blend-mode: difference;
  pointer-events: none;
}

.project-hud__number {
  left: 20px;
  transform: translateY(-50%);
}

.project-hud__name {
  right: 20px;
  text-align: right;
  transform: translateY(-50%);
}

.hero.project-cover-host {
  min-height: 100svh;
  height: 100svh;
  overflow: hidden;
}

.project-cover {
  position: absolute !important;
  inset: 0;
  z-index: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  overflow: hidden;
  background: #000000;
  opacity: 1 !important;
  transform: none !important;
}

.project-cover__media {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  transform: translate3d(0, var(--project-cover-parallax, 0px), 0) scale(1.08) !important;
  transform-origin: center;
  will-change: transform;
}

body.has-project-cover .case-main {
  margin-top: 0;
}

body.has-project-cover .case-heading {
  display: block;
  padding-top: 75px;
}

body.has-project-cover .case-heading .case-intro__copy {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.has-project-cover .case-heading .case-mobile-info {
  position: static;
  top: auto;
  width: calc(50vw - 20px);
  margin: 0;
  justify-self: auto;
}
}

@media (prefers-reduced-motion: reduce) {
  .project-cover__media {
    transform: scale(1.08) !important;
    will-change: auto;
  }
}

html.lenis,
html.lenis body {
  height: auto;
}

html.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

html.lenis.lenis-stopped {
  overflow: hidden;
}

    .case-intro__copy {
      font-weight: 500;
      letter-spacing: -0.04em;
    }

    .case-mobile-info,
    .case-mobile-info dt,
    .case-mobile-info dd {
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 19px;
    }

    .case-mobile-info {
      row-gap: 26px;
    }

    .case-description,
    .case-description h2,
    .case-description p {
      font-size: 17px;
      font-style: normal;
      font-weight: 500;
      line-height: 19px;
    }

    .case-credits {
      font-size: 17px;
      font-style: normal;
      font-weight: 500;
      line-height: 1.5;
    }

    @media (min-width: 721px) {
      .case-intro__copy {
        font-size: 72px;
        font-weight: 450;
      }

      .case-mobile-info {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: clamp(32px, 3vw, 64px);
      }
    }

    @media (max-width: 720px) {
      .case-mobile-info dt {
        font-size: 14.5px;
      }
    }

    @media (min-width: 901px) {
      .case-heading {
        grid-template-columns: minmax(0, 0.34fr) minmax(0, 0.66fr);
      }

      .case-mobile-info {
        grid-template-columns: repeat(3, minmax(0, 240px));
        column-gap: clamp(36px, 4vw, 72px);
        row-gap: 14px;
        width: min(100%, 960px);
        position: relative;
        left: 150px;
      }

      .case-mobile-info dd {
        max-width: 240px;
      }

      body.has-project-cover .case-heading .case-mobile-info {
        position: relative;
        left: 150px;
      }
    }

    /* Shared text-only project portal navigation. */
    .case-project-nav--portal {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 20px;
      align-items: end;
    }

    .case-project-nav--portal .case-project-nav__item {
      min-width: 0;
      justify-items: start;
    }

    .case-project-nav--portal .case-project-nav__item--next {
      justify-items: end;
      text-align: right;
    }

    body[data-theme="light"] .case-project-nav--portal .case-project-nav__button {
      width: auto;
      max-width: 100%;
      height: auto;
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      color: rgb(155, 156, 150);
      font-size: clamp(24px, 3vw, 48px);
      line-height: 0.95;
      letter-spacing: -0.03em;
      overflow-wrap: anywhere;
      box-shadow: none;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
      transform: none;
    }

    body[data-theme="light"] .case-project-nav--portal .case-project-nav__button:hover {
      border: 0;
      outline: none;
      background: transparent;
      color: #131313;
      box-shadow: none;
      transform: none;
    }

    body[data-theme="light"] .case-project-nav--portal .case-project-nav__button:focus-visible {
      background: transparent;
      color: #131313;
      outline: 1px solid currentColor;
      outline-offset: 6px;
      transform: none;
    }

    .case-project-cursor {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9999;
      display: none;
      width: 160px;
      height: 160px;
      border-radius: 12px;
      background-position: center;
      background-size: cover;
      box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
      pointer-events: none;
      transform: translate(-50%, -50%);
    }

    @media (hover: hover) and (pointer: fine) {
      .case-project-nav--portal .case-project-nav__button:hover {
        cursor: none;
      }
    }

    @media (max-width: 720px) {
      .case-project-nav--portal {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
      }

      .case-project-nav--portal .case-project-nav__item--next {
        justify-items: end;
        text-align: right;
      }

      body[data-theme="light"] .case-project-nav--portal .case-project-nav__button {
        font-size: clamp(12px, 3.75vw, 16px);
        line-height: 1;
        letter-spacing: -0.035em;
      }

      .case-project-cursor {
        display: none;
      }
    }

/* Desktop project header blends with the fullscreen cover. */
@media (min-width: 721px) {
  .hero__overlay {
    color: #ffffff;
    mix-blend-mode: difference;
  }

  .hero__brand {
    color: #ffffff;
    mix-blend-mode: normal;
  }

  .hero__brand-image {
    filter: invert(1) !important;
    mix-blend-mode: normal;
  }

  .hero__nav {
    color: #ffffff;
    font-weight: 500;
    mix-blend-mode: normal;
  }

  .hero__nav a,
  .hero__nav-word {
    font-weight: 500;
  }
}

/* Mobile keeps the original black header and navigation treatment. */
@media (max-width: 720px) {
  .project-hud,
  .hero > .project-cover {
    display: none !important;
  }

  .hero__brand-image {
    filter: none !important;
    mix-blend-mode: normal;
  }

  .hero__brand-project {
    color: #131313 !important;
    mix-blend-mode: normal;
  }

  .hero__nav,
  .hero__menu-toggle {
    color: #131313;
    mix-blend-mode: normal;
  }

  .hero__nav a,
  .hero__nav-word {
    font-weight: 560;
  }

  .hero__top.is-open .hero__brand-image,
  .hero__top.is-preopening .hero__brand-image {
    filter: none !important;
    mix-blend-mode: normal;
  }

  .hero__top.is-open .hero__nav,
  .hero__top.is-preopening .hero__nav {
    color: #131313;
    mix-blend-mode: normal;
  }
}
