:root {
  --paper: #ffffff;
  --ink: #090909;
  --muted: #b9b9b4;
  --hairline: rgba(9, 9, 9, 0.24);
  --edge: clamp(14px, 1.45vw, 30px);
  --ui-size: clamp(15px, 1.08vw, 22px);
  --font-display: "Inter Tight", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
  --desktop-pad-x: 22px;
  --desktop-top-y: 24px;
  --desktop-brand-top: 28px;
  --desktop-brand-width: 220px;
  --desktop-brand-title-size: 18px;
  --desktop-brand-subtitle-size: 14px;
  --desktop-brand-line-height: 1.15;
  --desktop-center-line-x: 50%;
  --desktop-toggle-top: 30px;
  --desktop-toggle-width: 230px;
  --desktop-toggle-font-size: 16px;
  --desktop-toggle-gap: 38px;
  --desktop-nav-top: 24px;
  --desktop-pill-height: 28px;
  --desktop-pill-font-size: 13px;
  --desktop-pill-pad-x: 10px;
  --desktop-pill-gap: 3px;
  --desktop-top-safe-height: 160px;
  /* Measured at the requested 1024px desktop viewport: 10 / 8 / 9 / 9px. */
  --photo-active-title-size: clamp(10px, 0.75vw, 13px);
  --photo-active-title-line-height: 1.1;
  --photo-active-category-size: clamp(8px, 0.58vw, 10px);
  --photo-active-description-size: clamp(9px, 0.65vw, 11px);
  --photo-active-counter-size: clamp(9px, 0.68vw, 11px);
}

/* Reference-aligned desktop Work / Slider layout (1024px and wider). */
@media (min-width: 1024px) {
  :root {
    --desktop-pad-x: clamp(32px, 3.25vw, 56px);
    --desktop-brand-top: 32px;
    --desktop-brand-width: 220px;
    --desktop-brand-title-size: clamp(18px, 1.35vw, 22px);
    --desktop-brand-subtitle-size: clamp(13px, 1vw, 16px);
    --desktop-brand-line-height: 1.12;
    --desktop-toggle-top: 34px;
    --desktop-nav-top: 30px;
  }

  .site-brand span:first-child {
    margin-bottom: 15px;
  }

  .site-shell.is-work-view .site-header .work-lanyard-anchor {
    top: 16px;
    left: clamp(236px, 23vw, 354px);
    width: clamp(126px, 10vw, 164px);
    height: clamp(126px, 10vw, 164px);
  }

  .site-shell.is-work-view .desktop-view-toggle,
  .site-shell.is-work-view.is-list-view .desktop-view-toggle,
  .site-shell.is-work-view-transitioning .desktop-view-toggle {
    top: var(--desktop-toggle-top);
  }

  .site-shell.is-work-view .site-header .primary-nav,
  .site-shell.is-work-view.is-list-view .site-header .primary-nav,
  .site-shell.is-work-view-transitioning .site-header .primary-nav {
    top: var(--desktop-nav-top);
    right: var(--desktop-pad-x);
  }

  .site-shell.is-work-view .site-header .work-category-slot,
  .site-shell.is-work-view.is-list-view .site-header .work-category-slot {
    top: 30px;
    right: auto;
    left: 62.5vw;
    width: 128px;
    justify-content: flex-start;
  }

  .site-shell.is-work-view .work-category-panel,
  .site-shell.is-work-view.is-list-view .work-category-panel {
    width: 128px;
  }

}

@keyframes work-category-submenu-enter {
  from {
    opacity: 0;
    transform: translate3d(0, -4px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/*
 * iPad / coarse-pointer Work composition
 * ------------------------------------------------------------
 * This layer is deliberately activated by a runtime capability class. It
 * leaves mouse-driven desktop layouts and the <= 767px mobile experience
 * untouched while giving iPad portrait and landscape a stable magazine page.
 */
.tablet-slider-instruction,
.tablet-work-index {
  display: none;
}

@media (min-width: 768px) and (max-width: 1366px) {
  html.is-tablet-work-ui .site-shell.is-work-view {
    --tablet-work-height: max(100svh, 133.333vw);
    --tablet-card-width: clamp(436px, 57vw, 620px);
    --tablet-card-height: calc(var(--tablet-card-width) * 0.75);
    --tablet-card-top: 29.4vw;
    --tablet-swipe-top: 90.6vw;
    --tablet-axis-top: 97.7vw;
    --tablet-wordmark-top: 104vw;
    --tablet-index-top: 128.4vw;
    --work-slider-card-width: var(--tablet-card-width);
    --work-slider-card-height: var(--tablet-card-height);
    --work-slider-card-top: var(--tablet-card-top);
    --desktop-project-adjacent-offset: 57.8vw;
    --desktop-project-outer-offset: 64vw;
    --desktop-project-buffer-offset: 68vw;
    --desktop-project-adjacent-y: 18px;
    --desktop-project-outer-y: 18px;
    --desktop-project-buffer-y: 18px;
  }

  html.is-tablet-work-ui,
  html.is-tablet-work-ui body,
  html.is-tablet-work-ui .site-shell.is-work-view,
  html.is-tablet-work-ui .site-shell.is-work-view .site-stage {
    width: 100%;
    overflow-x: clip;
  }

  html.is-tablet-work-ui .site-shell.is-work-view,
  html.is-tablet-work-ui .site-shell.is-work-view .site-stage {
    height: auto;
    min-height: var(--tablet-work-height);
    overflow-y: visible;
  }

  html.is-tablet-work-ui .site-shell.is-work-view .site-brand {
    top: 3.8vw;
    left: 3.85vw;
    width: min(190px, 28vw);
    gap: 0;
  }

  html.is-tablet-work-ui .site-shell.is-work-view .site-brand > span:first-child {
    font-family: var(--font-display);
    font-size: clamp(17px, 1.85vw, 21px);
    line-height: 1.05;
    white-space: nowrap;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .site-brand
    > span:not(:first-child) {
    margin-top: 8px;
    font-family: var(--font-body);
    font-size: clamp(12px, 1.35vw, 15px);
    line-height: 1.15;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .site-brand
    > span:last-child {
    margin-top: 1px;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .site-header
    .work-lanyard-anchor {
    display: none;
  }

  html.is-tablet-work-ui .site-shell.is-work-view .desktop-view-toggle,
  html.is-tablet-work-ui
    .site-shell.is-work-view.is-list-view
    .desktop-view-toggle,
  html.is-tablet-work-ui
    .site-shell.is-work-view-transitioning
    .desktop-view-toggle {
    top: 4.85vw;
    left: 50%;
    width: min(172px, 22vw);
    gap: clamp(26px, 3.7vw, 40px);
    transform: translateX(-50%);
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .desktop-view-toggle
    button {
    padding-bottom: 12px;
    font-size: clamp(15px, 1.58vw, 18px);
    font-weight: 430;
    line-height: 1;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .desktop-view-toggle
    button.is-active {
    font-weight: 620;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .site-header
    .primary-nav,
  html.is-tablet-work-ui
    .site-shell.is-work-view.is-list-view
    .site-header
    .primary-nav,
  html.is-tablet-work-ui
    .site-shell.is-work-view-transitioning
    .site-header
    .primary-nav {
    top: 3.45vw;
    right: 2.9vw;
    gap: 2px;
    padding: 4px;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .site-header
    .primary-nav
    a {
    min-height: clamp(39px, 4.2vw, 46px);
    padding-inline: clamp(15px, 1.8vw, 20px);
    font-size: clamp(14px, 1.5vw, 17px);
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .site-header
    .work-category-slot,
  html.is-tablet-work-ui
    .site-shell.is-work-view.is-list-view
    .site-header
    .work-category-slot {
    top: 13.15vw;
    right: 0;
    left: 0;
    width: 100%;
    height: 5vw;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .site-header
    .work-category-slot::after {
    position: absolute;
    top: 4.62vw;
    right: 3.5vw;
    left: 3.5vw;
    height: 1px;
    background: rgba(5, 5, 5, 0.16);
    content: "";
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .desktop-category-system__primary {
    width: min(270px, 35vw);
    min-height: 32px;
    gap: 0;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .desktop-category-system__primary
    button {
    width: 33.333%;
    min-width: 0;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .desktop-category-system__primary
    .desktop-category-system__count {
    display: none;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .desktop-category-system__primary
    .desktop-category-system__label {
    font-size: clamp(15px, 1.55vw, 18px);
    font-weight: 440;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .desktop-category-system__primary
    button.is-active
    .desktop-category-system__label {
    font-weight: 620;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .desktop-category-system__secondary {
    display: none;
  }

  html.is-tablet-work-ui .site-shell.is-work-view .editorial-guide {
    display: none;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view {
    position: relative;
    display: block;
    width: 100%;
    height: var(--tablet-work-height);
    min-height: var(--tablet-work-height);
    overflow: clip;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .work-stage-view {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: clip;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view::before,
  html.is-tablet-work-ui:not(.is-tablet-work-portrait-preview)
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view::after {
    position: absolute;
    left: 50%;
    z-index: 1;
    width: 1px;
    background: rgba(5, 5, 5, 0.22);
    content: "";
    pointer-events: none;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view::before {
    top: 19.5vw;
    height: 8.75vw;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view::after {
    top: 95.6vw;
    height: 30.6vw;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .work-category-surface,
  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-slider,
  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-track,
  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-work,
  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-slider,
  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-category-track {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: clip;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-slot {
    top: var(--tablet-card-top);
    width: var(--tablet-card-width);
    height: calc(var(--tablet-card-height) + 190px);
    --desktop-slot-height: var(--tablet-card-height);
    opacity: 1;
    transform: var(--desktop-slot-transform);
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-slot.desktop-video-slide {
    transform: var(--desktop-slide-transform);
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-slot.is-buffer,
  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-slot.is-outer {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-card,
  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-video-card {
    width: var(--tablet-card-width);
    height: var(--tablet-card-height);
    aspect-ratio: 4 / 3;
    box-sizing: border-box;
    overflow: hidden;
    border: clamp(10px, 1.3vw, 14px) solid #171717;
    border-radius: clamp(13px, 1.5vw, 17px);
    background: #171717;
    transform-origin: center top;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-card
    img,
  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-card
    video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-slot.is-active
    .desktop-project-card {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-slot.is-adjacent
    .desktop-project-card {
    opacity: 0.46;
    transform: translate3d(0, 0, 0) scale(0.92);
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-type {
    display: none;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-meta,
  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-video-meta {
    top: 0;
    right: auto;
    left: 50%;
    display: grid;
    width: var(--tablet-card-width);
    max-width: var(--tablet-card-width);
    margin: 0;
    justify-items: center;
    opacity: 1;
    transform: translate3d(
      -50%,
      calc(var(--tablet-card-height) + clamp(23px, 2.5vw, 28px)),
      0
    );
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-slot.is-adjacent
    .desktop-project-meta {
    top: clamp(78px, 10vw, 108px);
    width: calc(var(--tablet-card-width) * 0.9);
    max-width: calc(var(--tablet-card-width) * 0.9);
    color: #fff;
    opacity: 0.92;
    transform: translate3d(-50%, 0, 0);
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-slot.is-adjacent
    .desktop-project-meta
    > span,
  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-slot.is-adjacent
    .desktop-project-meta
    > em,
  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-slot.is-adjacent
    .desktop-project-meta
    > small {
    display: none;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-meta
    strong {
    max-width: 32ch;
    font-size: clamp(21px, 2.45vw, 28px);
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.08;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-slot.is-adjacent
    .desktop-project-meta
    strong {
    max-width: 14ch;
    color: #fff;
    font-size: clamp(17px, 2.05vw, 23px);
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-meta
    > span {
    margin-top: 13px;
    color: rgba(5, 5, 5, 0.62);
    font-size: clamp(15px, 1.55vw, 18px);
    text-transform: none;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-meta
    > em {
    margin-top: 13px;
    color: #111;
    font-family: var(--font-display);
    font-size: clamp(20px, 2.2vw, 25px);
    font-style: italic;
    text-transform: none;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-meta
    small {
    margin-top: 13px;
    font-size: clamp(12px, 1.3vw, 15px);
    letter-spacing: 0.08em;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .tablet-slider-instruction {
    position: absolute;
    top: var(--tablet-swipe-top);
    left: 50%;
    z-index: 30;
    display: block;
    margin: 0;
    color: rgba(5, 5, 5, 0.68);
    font-size: clamp(10px, 1.05vw, 12px);
    font-weight: 560;
    letter-spacing: 0.46em;
    line-height: 1;
    transform: translateX(-50%);
    white-space: nowrap;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-axis,
  html.is-tablet-work-ui
    .site-shell.is-work-view.is-photography-mode
    .work-stage.is-unified-slider-view
    .photography-axis-labels {
    top: var(--tablet-axis-top);
    left: 50%;
    z-index: 30;
    display: flex;
    width: min(53.5vw, 580px);
    color: rgba(5, 5, 5, 0.78);
    font-size: clamp(11px, 1.25vw, 14px);
    font-weight: 470;
    transform: translateX(-50%);
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .work-wordmark--slider {
    position: absolute;
    top: var(--tablet-wordmark-top);
    right: auto;
    bottom: auto;
    left: 50%;
    z-index: 2;
    display: block;
    width: min(90.4vw, 1040px);
    max-width: none;
    height: auto;
    margin: 0;
    transform: translate3d(-50%, 0, 0);
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .work-wordmark--slider
    .big-wordmark-inner,
  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .work-wordmark--slider
    .big-wordmark-image {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .tablet-work-index {
    position: absolute;
    top: var(--tablet-index-top);
    right: 3.55vw;
    z-index: 30;
    display: block;
    color: rgba(5, 5, 5, 0.64);
    font-size: clamp(12px, 1.3vw, 15px);
    font-weight: 450;
    letter-spacing: 0.02em;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-category-slot {
    top: var(--tablet-card-top);
    width: var(--tablet-card-width);
    opacity: 1;
    transform: var(--desktop-photography-slot-transform);
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-category-slot.is-buffer,
  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-category-slot.is-outer {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-category-slot
    .photography-category-card {
    width: 100%;
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0.92);
    transform-origin: center top;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-category-slot.is-active
    .photography-category-card {
    transform: translate3d(0, 0, 0) scale(1);
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-category-slot.is-adjacent
    .photography-category-card {
    opacity: 0.46;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-category-slot
    .photography-category-media {
    width: 100%;
    aspect-ratio: 4 / 3;
    box-sizing: border-box;
    overflow: hidden;
    border: clamp(10px, 1.3vw, 14px) solid #171717;
    border-radius: clamp(13px, 1.5vw, 17px);
    background: #171717;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-category-slot.is-active
    .photography-category-meta {
    display: grid;
    margin-top: clamp(23px, 2.5vw, 28px);
    justify-items: center;
    opacity: 1;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-category-slot.is-adjacent
    .photography-category-meta {
    position: absolute;
    top: clamp(78px, 10vw, 108px);
    left: 50%;
    display: grid;
    width: 90%;
    margin: 0;
    color: #fff;
    opacity: 0.92;
    transform: translateX(-50%);
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-category-meta
    h2 {
    margin: 0;
    font-size: clamp(21px, 2.45vw, 28px);
    font-weight: 700;
    line-height: 1.08;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-category-slot.is-adjacent
    .photography-category-meta
    h2 {
    max-width: 14ch;
    color: #fff;
    font-size: clamp(17px, 2.05vw, 23px);
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-category-slot.is-adjacent
    .photography-category-meta
    > :not(h2) {
    display: none;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-category-meta
    .photography-category-label {
    margin-top: 13px;
    font-size: clamp(15px, 1.55vw, 18px);
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-category-meta
    .photography-photo-title {
    margin-top: 13px;
    color: #111;
    font-family: var(--font-display);
    font-size: clamp(20px, 2.2vw, 25px);
    font-style: italic;
    text-transform: none;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-category-meta
    > span {
    margin-top: 13px;
    font-size: clamp(12px, 1.3vw, 15px);
  }
}

@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
  html.is-tablet-work-ui:not(.is-tablet-work-portrait-preview)
    .site-shell.is-work-view {
    --tablet-work-height: max(100svh, 1140px);
    --tablet-card-width: clamp(520px, 49vw, 620px);
    --tablet-card-top: 255px;
    --tablet-swipe-top: 775px;
    --tablet-axis-top: 835px;
    --tablet-wordmark-top: 890px;
    --tablet-index-top: 1080px;
  }

  html.is-tablet-work-ui:not(.is-tablet-work-portrait-preview)
    .site-shell.is-work-view
    .site-brand {
    top: 40px;
    left: 42px;
  }

  html.is-tablet-work-ui:not(.is-tablet-work-portrait-preview)
    .site-shell.is-work-view
    .desktop-view-toggle {
    top: 53px;
  }

  html.is-tablet-work-ui:not(.is-tablet-work-portrait-preview)
    .site-shell.is-work-view
    .site-header
    .primary-nav {
    top: 37px;
    right: 34px;
  }

  html.is-tablet-work-ui:not(.is-tablet-work-portrait-preview)
    .site-shell.is-work-view
    .site-header
    .work-category-slot {
    top: 132px;
  }

  html.is-tablet-work-ui:not(.is-tablet-work-portrait-preview)
    .site-shell.is-work-view
    .site-header
    .work-category-slot::after {
    top: 50px;
  }

  html.is-tablet-work-ui:not(.is-tablet-work-portrait-preview)
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view::before {
    top: 200px;
    height: 42px;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view::after {
    top: 810px;
    height: 230px;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-slot {
    position: absolute;
    left: 50%;
    display: block;
    overflow: visible;
    border: 0;
    background: transparent;
    aspect-ratio: auto;
    contain: layout style;
    transform-origin: center top;
    cursor: pointer;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-card {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    :is(.desktop-video-window, .desktop-video-buffer-window, .desktop-photo-window) {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-meta {
    position: absolute;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    :is(.desktop-project-axis, .photography-axis-labels) {
    position: absolute;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-category-slot {
    position: absolute;
    left: 50%;
    display: block;
    overflow: visible;
    transform-origin: center top;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-category-slot
    .photography-category-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .site-brand
    > span:first-child {
    margin-bottom: 9px;
    font-family: Didot, "Bodoni MT", "Times New Roman", serif;
    letter-spacing: -0.055em;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .site-brand
    > span:not(:first-child) {
    margin-top: 0;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .desktop-view-toggle,
  html.is-tablet-work-ui
    .site-shell.is-work-view.is-list-view
    .desktop-view-toggle,
  html.is-tablet-work-ui
    .site-shell.is-work-view-transitioning
    .desktop-view-toggle {
    top: 5.3vw;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .site-header
    .primary-nav {
    width: min(274px, 28vw);
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .site-header
    .primary-nav
    .top-pill-nav__list {
    display: flex;
    width: 100%;
    padding: 4px;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .site-header
    .primary-nav
    .top-pill-nav__item {
    min-width: 0;
    flex: 1 1 0;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .site-header
    .primary-nav
    .top-pill-nav__pill {
    width: 100%;
    min-height: clamp(39px, 4.2vw, 46px);
    padding-inline: 0;
    font-size: clamp(14px, 1.5vw, 17px);
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .desktop-category-system__primary
    .work-category-panel__count {
    display: none;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .desktop-category-system__primary
    .work-category-panel__label {
    font-size: clamp(15px, 1.55vw, 18px);
    font-weight: 440;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .desktop-category-system__primary
    .work-category-panel__item.is-active
    .work-category-panel__label {
    font-weight: 620;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .desktop-category-system__primary
    .work-category-panel__item.is-active::before {
    content: none;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-slot.is-adjacent
    .desktop-project-meta {
    left: calc(50% - (var(--slot-direction) * 190px));
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-meta
    > em,
  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-category-meta
    .photography-photo-title {
    font-family: Didot, "Bodoni MT", "Times New Roman", serif;
  }
}

/* The fixed category slot owns any expanding rows, so the rest of Work never moves. */
.work-category-panel__submenu {
  display: grid;
  width: 100%;
  grid-template-rows: 0fr;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, -4px, 0);
  transition:
    grid-template-rows 220ms ease-out,
    opacity 180ms ease-out,
    transform 180ms ease-out;
}

.work-category-panel__submenu.is-open {
  grid-template-rows: 1fr;
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  animation: work-category-submenu-enter 220ms ease-out both;
}

.work-category-panel__submenu-inner {
  display: grid;
  min-height: 0;
}

.work-category-panel__item:focus-visible {
  outline: 1px solid rgba(5, 5, 5, 0.72);
  outline-offset: 3px;
}

@media (min-width: 768px) {
  .site-shell.is-work-view .work-category-panel .work-category-panel__submenu-inner {
    gap: 1px;
    padding: 3px 0 3px 14px;
  }

  .site-shell.is-work-view .work-category-panel .work-category-panel__item--sub {
    grid-template-columns: 18px minmax(0, 1fr);
    column-gap: 6px;
    color: rgba(0, 0, 0, 0.34);
  }

  .site-shell.is-work-view .work-category-panel .work-category-panel__item--sub.is-active::before {
    content: none;
  }

  .site-shell.is-work-view .work-category-panel .work-category-panel__item--sub .work-category-panel__count {
    font-size: 7px;
    color: rgba(0, 0, 0, 0.34);
  }

  .site-shell.is-work-view .work-category-panel .work-category-panel__item--sub .work-category-panel__label {
    font-size: 8.5px;
    letter-spacing: 0;
  }

  .site-shell.is-work-view .work-category-panel .work-category-panel__item--sub.is-active,
  .site-shell.is-work-view .work-category-panel .work-category-panel__item--sub.is-active .work-category-panel__count {
    color: rgba(5, 5, 5, 0.84);
  }

  .site-shell.is-work-view .work-category-panel .work-category-panel__item--sub.is-active .work-category-panel__label {
    font-weight: 600;
  }
}

@media (max-width: 767px) {
  .site-header.mobile-top-chrome .work-category-slot {
    height: auto;
    overflow: visible;
  }

  .site-shell.is-photography-mode .site-header.mobile-top-chrome .work-category-slot {
    overflow: visible;
  }

  .site-header.mobile-top-chrome .work-category-panel,
  .site-shell.is-list-view .site-header.mobile-top-chrome .work-category-panel {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, max-content);
    align-items: center;
    column-gap: 22px;
    row-gap: 0;
    overflow: visible;
  }

  .site-header.mobile-top-chrome .work-category-panel__item {
    min-height: 44px;
  }

  .site-header.mobile-top-chrome .work-category-panel__submenu {
    grid-column: 1 / -1;
    max-width: min(100%, 320px);
  }

  .site-header.mobile-top-chrome .work-category-panel__submenu-inner {
    gap: 2px;
    padding: 2px 0 7px 14px;
  }

  .site-header.mobile-top-chrome .work-category-panel__item--sub {
    min-height: 38px;
    color: rgba(0, 0, 0, 0.42);
    font-size: 11px;
  }

  .site-header.mobile-top-chrome .work-category-panel__item--sub::before {
    content: none;
  }

  .site-header.mobile-top-chrome .work-category-panel__item--sub.is-active {
    color: #050505;
  }

  .site-header.mobile-top-chrome .work-category-panel__item--sub.is-active .work-category-panel__label {
    font-weight: 600;
  }
}

/*
 * Desktop Photography slider: each slot owns the whole collection card.
 * The image and caption therefore share one moving coordinate space instead
 * of counter-scaling the media and pulling the caption back with margins.
 * These rules are deliberately desktop-scoped so the established mobile
 * slider composition remains untouched.
 */
@media (min-width: 768px) {
  .site-shell.is-photography-mode .photography-category-track.is-collection-animating .photography-category-slot {
    will-change: transform, opacity;
  }

  .site-shell.is-photography-mode .photography-category-slot {
    /*
     * Every desktop rail slot owns the same layout box.  Its visual tier is
     * expressed by the collection-card transform below, never by changing width while
     * the slot is travelling.  This keeps a 4:3 media box present from the
     * very first animation frame.
     */
    width: clamp(360px, 23.7vw, 400px);
    --photography-slider-card-scale: 0.5;
    opacity: 0.38;
    transform: translate3d(
      calc(-50% + (var(--category-direction) * 51.5vw)),
      46px,
      0
    );
  }

  .site-shell.is-photography-mode .photography-category-slot.is-buffer-left {
    transform: translate3d(calc(-50% - 55vw), 46px, 0);
  }

  .site-shell.is-photography-mode .photography-category-slot.is-buffer-right {
    transform: translate3d(calc(-50% + 55vw), 46px, 0);
  }

  .site-shell.is-photography-mode .photography-category-slot.is-adjacent {
    --photography-slider-card-scale: 0.67;
    opacity: 0.88;
    transform: translate3d(
      calc(-50% + (var(--category-direction) * 30vw)),
      28px,
      0
    );
  }

  .site-shell.is-photography-mode .photography-category-slot.is-active {
    --photography-slider-card-scale: 1;
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
  }

  .site-shell.is-photography-mode .photography-category-slot.is-buffer {
    opacity: 0;
  }

  .site-shell.is-photography-mode .photography-category-slot .photography-category-card {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(var(--photography-slider-card-scale));
    transform-origin: center top;
    will-change: transform;
  }

  .site-shell.is-photography-mode .photography-category-slot .photography-category-media {
    width: 100%;
    min-height: 0;
    aspect-ratio: 4 / 3;
    margin-bottom: 0;
    opacity: 1;
    transform: none;
    will-change: auto;
  }

  .site-shell.is-photography-mode .photography-category-meta,
  .site-shell.is-photography-mode .photography-category-slot:not(.is-active) .photography-category-meta,
  .site-shell.is-photography-mode .photography-category-slot.is-outer .photography-category-meta,
  .site-shell.is-photography-mode .photography-category-slot.is-buffer .photography-category-meta {
    /* The deepest stack layer extends 24px; 36.5px keeps every visible tier within 6-16px. */
    margin-top: 36.5px;
    opacity: 1;
    transform: none;
    will-change: auto;
  }

  .site-shell.is-photography-mode
    .photography-category-slot:not(.is-active)
    .photography-category-meta p {
    display: block;
  }

  .site-shell.is-photography-mode .photography-category-meta h2 {
    display: -webkit-box;
    min-height: calc(var(--photo-active-title-line-height) * 2em);
    max-width: 100%;
    overflow: hidden;
    text-wrap: balance;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .site-shell.is-photography-mode .photography-category-slot {
    width: clamp(340px, 35vw, 380px);
    transform: translate3d(
      calc(-50% + (var(--category-direction) * 51.5vw)),
      38px,
      0
    );
  }

  .site-shell.is-photography-mode .photography-category-slot.is-buffer-left {
    transform: translate3d(calc(-50% - 55vw), 38px, 0);
  }

  .site-shell.is-photography-mode .photography-category-slot.is-buffer-right {
    transform: translate3d(calc(-50% + 55vw), 38px, 0);
  }

  .site-shell.is-photography-mode .photography-category-slot.is-adjacent {
    transform: translate3d(
      calc(-50% + (var(--category-direction) * 30vw)),
      22px,
      0
    );
  }
}

/* Preserve the existing narrow-desktop card dimensions with a fixed slot box. */
@media (min-width: 768px) and (max-width: 900px) {
  .site-shell.is-photography-mode .photography-category-slot {
    --photography-slider-card-scale: 0.5294118;
  }

  .site-shell.is-photography-mode .photography-category-slot.is-adjacent {
    --photography-slider-card-scale: 0.7058824;
  }
}

@media (min-width: 1101px) and (max-width: 1300px) {
  .site-shell.is-photography-mode .photography-category-slot {
    transform: translate3d(
      calc(-50% + (var(--category-direction) * 51.5vw)),
      46px,
      0
    );
  }

  .site-shell.is-photography-mode .photography-category-slot.is-adjacent {
    transform: translate3d(
      calc(-50% + (var(--category-direction) * 30vw)),
      28px,
      0
    );
  }
}

@media (min-width: 1520px) {
  .site-shell.is-photography-mode .photography-category-slot {
    --photography-slider-card-scale: 0.525;
  }

  .site-shell.is-photography-mode .photography-category-slot.is-adjacent {
    --photography-slider-card-scale: 0.675;
  }
}

/* Mobile Photography List: a dedicated document-flow collection index.
   These rules deliberately do not share the mobile Slider's carousel surface. */
@media (max-width: 767px) {
  .site-shell.is-photography-mode {
    display: block;
    height: auto;
    min-height: 100svh;
    overflow-x: clip;
    overflow-y: visible;
  }

  .site-shell.is-photography-mode .site-header.mobile-top-chrome .desktop-view-toggle,
  .site-shell.is-photography-mode.is-list-view .site-header.mobile-top-chrome .desktop-view-toggle {
    grid-column: 1 / -1;
    grid-row: 2;
    gap: clamp(34px, 9.8vw, 42px);
    margin: 34px 0 0;
  }

  .site-shell.is-photography-mode .site-header.mobile-top-chrome .work-category-slot {
    padding: 26px 0 30px;
  }

  .site-shell.is-photography-mode .site-header.mobile-top-chrome .category-filter {
    gap: clamp(8px, 2.4vw, 12px);
    scroll-padding-inline: var(--mobile-photography-pad);
    scroll-snap-type: x proximity;
  }

  .site-shell.is-photography-mode .site-header.mobile-top-chrome .category-filter button {
    flex: 0 0 auto;
    gap: 5px;
    scroll-snap-align: start;
    font-size: clamp(9px, 2.28vw, 10px);
    letter-spacing: 0.005em;
    white-space: nowrap;
  }

  .site-shell.is-photography-mode .site-header.mobile-top-chrome .category-count {
    font-size: clamp(9px, 2.18vw, 10px);
  }

  .site-shell.is-photography-mode .photography-work--list,
  .site-shell.is-photography-mode .photography-work--list .photography-list,
  .site-shell.is-photography-mode .work-stage.is-photography-list-view,
  .site-shell.is-photography-mode .work-stage.is-photography-list-view .work-stage-view {
    position: relative;
    height: auto;
    min-height: 100svh;
    overflow: visible;
  }

  .site-shell.is-photography-mode .photography-work--list .photography-list--mobile {
    padding: 0 var(--mobile-photography-pad);
  }

  .site-shell.is-photography-mode .photography-list--mobile .photography-list-categories {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    max-height: none;
    overflow: visible;
  }

  .site-shell.is-photography-mode .photography-list-mobile-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
    padding: 22px 0 14px;
    color: rgba(5, 5, 5, 0.88);
    font-size: clamp(10px, 2.65vw, 11px);
    font-weight: 520;
    letter-spacing: 0.03em;
    line-height: 1.1;
    white-space: nowrap;
  }

  .site-shell.is-photography-mode .photography-list-mobile-heading span:last-child {
    color: rgba(5, 5, 5, 0.5);
  }

  .site-shell.is-photography-mode .photography-list--mobile .photography-list-row {
    display: grid;
    width: 100%;
    min-height: 108px;
    grid-template-columns: 26px 84px minmax(0, 1fr) 58px;
    grid-template-rows: auto;
    column-gap: 12px;
    align-items: center;
    padding: 18px 0;
    border-top: 0;
    border-bottom: 1px solid rgba(5, 5, 5, 0.14);
    background: transparent;
    color: #050505;
    text-align: left;
    touch-action: manipulation;
    transition: background-color 180ms ease;
  }

  .site-shell.is-photography-mode .photography-list--mobile .photography-list-row.is-active {
    min-height: 108px;
    padding-left: 0;
    color: #050505;
    font-weight: inherit;
  }

  .site-shell.is-photography-mode .photography-list--mobile .photography-list-row::before,
  .site-shell.is-photography-mode .photography-list--mobile .photography-list-row-dot,
  .site-shell.is-photography-mode .photography-list--mobile .photography-list-row-detail,
  .site-shell.is-photography-mode .photography-list--mobile .photography-list-row-count,
  .site-shell.is-photography-mode .photography-list--mobile .photography-list-preview,
  .site-shell.is-photography-mode .photography-list--mobile .photography-list-move-label {
    display: none;
  }

  .site-shell.is-photography-mode .photography-list--mobile .photography-list-row-number {
    display: block;
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    padding-top: 2px;
    color: #050505;
    font-size: 12px;
    font-weight: 500;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.015em;
    line-height: 1;
  }

  .site-shell.is-photography-mode .photography-list--mobile .photography-list-row-thumb {
    display: block;
    width: 84px;
    height: 63px;
    grid-column: 2;
    grid-row: 1;
    overflow: hidden;
    border-radius: 2px;
    background: #eeeeeb;
    object-fit: cover;
  }

  .site-shell.is-photography-mode .photography-list--mobile .photography-list-row-label {
    display: block;
    min-width: 0;
    grid-column: 3;
    grid-row: 1;
    align-self: center;
    overflow: visible;
    color: #050505;
  }

  .site-shell.is-photography-mode .photography-list--mobile .photography-list-row-title {
    display: -webkit-box;
    overflow: hidden;
    font-size: clamp(14px, 3.68vw, 15px);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.18;
    text-overflow: clip;
    text-wrap: balance;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .site-shell.is-photography-mode .photography-list--mobile .photography-list-row-category {
    display: block;
    margin: 8px 0 0;
    color: rgba(5, 5, 5, 0.52);
    font-size: clamp(10px, 2.62vw, 11px);
    font-weight: 500;
    letter-spacing: 0.018em;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .site-shell.is-photography-mode .photography-list--mobile .photography-list-row-action {
    display: grid;
    grid-column: 4;
    grid-row: 1;
    justify-items: end;
    align-self: center;
    gap: 12px;
    min-width: 0;
  }

  .site-shell.is-photography-mode .photography-list--mobile .photography-list-row-total {
    display: block;
    margin: 0;
    color: rgba(5, 5, 5, 0.82);
    font-size: clamp(9px, 2.35vw, 10px);
    font-weight: 500;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0;
    line-height: 1;
    white-space: nowrap;
  }

  .site-shell.is-photography-mode .photography-list--mobile .photography-list-row-arrow {
    display: block;
    color: #050505;
    font-size: 19px;
    line-height: 1;
    transition: transform 180ms ease;
  }

  .site-shell.is-photography-mode .photography-list--mobile .photography-list-row:focus-visible {
    outline: 1px solid rgba(5, 5, 5, 0.65);
    outline-offset: -1px;
  }

  @media (hover: none) {
    .site-shell.is-photography-mode .photography-list--mobile .photography-list-row:active {
      background: rgba(5, 5, 5, 0.035);
    }

    .site-shell.is-photography-mode .photography-list--mobile .photography-list-row:active .photography-list-row-arrow {
      transform: translate3d(3px, 0, 0);
    }
  }

  .site-shell.is-photography-mode .work-stage.is-photography-list-view .work-wordmark--photography {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    display: block;
    width: calc(100vw - 32px);
    max-width: 400px;
    margin: 56px auto 24px;
    transform: none;
  }

  .photography-viewer {
    overscroll-behavior: contain;
    touch-action: none;
  }
}

/* Photography mobile: a compact, document-flow composition that is separate
   from the fixed desktop carousel. */
@media (max-width: 767px) {
  .site-shell.is-photography-mode {
    --mobile-photography-pad: clamp(20px, 5.8vw, 28px);
    display: block;
    height: auto;
    min-height: 100svh;
    overflow: visible;
    background: #fff;
  }

  .site-shell.is-photography-mode .site-stage {
    display: block;
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .site-shell.is-photography-mode .site-header.mobile-top-chrome {
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 10px;
    padding: 24px var(--mobile-photography-pad) 0;
    background: #fff;
  }

  .site-shell.is-photography-mode .site-header.mobile-top-chrome .studio-lockup,
  .site-shell.is-photography-mode .site-header.mobile-top-chrome .site-brand {
    width: auto;
    max-width: none;
    min-width: 0;
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(12px, 3.25vw, 14px);
    font-weight: 400;
    letter-spacing: -0.035em;
    line-height: 1.16;
  }

  .site-shell.is-photography-mode .site-header.mobile-top-chrome .studio-lockup span:first-child {
    margin-bottom: 10px;
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(17px, 4.65vw, 21px);
    font-weight: 500;
    letter-spacing: -0.055em;
    line-height: 1;
    text-overflow: clip;
  }

  .site-shell.is-photography-mode .site-header.mobile-top-chrome .primary-nav {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    justify-self: end;
    margin: 0;
  }

  .site-shell.is-photography-mode .site-header.mobile-top-chrome .top-pill-nav__list {
    height: 40px;
    max-width: none;
    overflow: visible;
  }

  .site-shell.is-photography-mode .site-header.mobile-top-chrome .top-pill-nav__pill {
    height: 32px;
    padding-inline: clamp(7px, 2.25vw, 10px);
    font-size: clamp(12px, 3.25vw, 14px);
  }

  .site-shell.is-photography-mode .site-header.mobile-top-chrome .desktop-view-toggle {
    grid-column: 1 / -1;
    grid-row: 2;
    gap: clamp(34px, 9.8vw, 42px);
    margin: 34px 0 0;
  }

  .site-shell.is-photography-mode .site-header.mobile-top-chrome .desktop-view-toggle button {
    padding-bottom: 12px;
    font-size: clamp(18px, 5.3vw, 22px);
    font-weight: 500;
  }

  .site-shell.is-photography-mode .site-header.mobile-top-chrome .desktop-view-toggle button.is-active {
    font-weight: 650;
  }

  .site-shell.is-photography-mode .site-header.mobile-top-chrome .desktop-view-toggle button.is-active::after {
    height: 2px;
  }

  .site-shell.is-photography-mode .site-header.mobile-top-chrome .work-category-slot {
    position: relative !important;
    grid-column: 1 / -1;
    grid-row: 3;
    width: calc(100% + (2 * var(--mobile-photography-pad)));
    margin-left: calc(-1 * var(--mobile-photography-pad));
    padding: 26px 0 21px;
    overflow: hidden;
    border-bottom-color: rgba(0, 0, 0, 0.09);
  }

  .site-shell.is-photography-mode .site-header.mobile-top-chrome .work-category-slot::after {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 1px;
    width: 42px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 88%);
    content: "";
    pointer-events: none;
  }

  .site-shell.is-photography-mode .site-header.mobile-top-chrome .category-filter {
    gap: 28px;
    padding: 0 var(--mobile-photography-pad);
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
  }

  .site-shell.is-photography-mode .site-header.mobile-top-chrome .category-filter button {
    gap: 8px;
    font-size: clamp(11px, 3.1vw, 13px);
    font-weight: 500;
  }

  .site-shell.is-photography-mode .site-header.mobile-top-chrome .category-count {
    font-size: clamp(10px, 2.8vw, 12px);
  }

  .site-shell.is-photography-mode .work-stage.is-photography-view {
    display: block;
    height: auto;
    min-height: 0;
    overflow: visible;
    background: #fff;
  }

  .site-shell.is-photography-mode .work-stage.is-photography-view .work-stage-view,
  .site-shell.is-photography-mode .photography-work,
  .site-shell.is-photography-mode .photography-slider,
  .site-shell.is-photography-mode .photography-list {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    overflow: visible;
  }

  .site-shell.is-photography-mode .photography-slider {
    overflow: hidden;
    padding-top: 27px;
  }

  .site-shell.is-photography-mode .photography-axis-labels {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin: 0 var(--mobile-photography-pad);
    transform: none;
    font-size: 0;
  }

  .site-shell.is-photography-mode .photography-axis-label::after {
    color: rgba(5, 5, 5, 0.5);
    font-size: clamp(10px, 2.85vw, 12px);
    font-weight: 500;
    letter-spacing: 0.005em;
    line-height: 1;
  }

  .site-shell.is-photography-mode .photography-axis-label--collections::after {
    content: "COLLECTIONS ↔";
  }

  .site-shell.is-photography-mode .photography-axis-label--photos::after {
    content: "PHOTOS ↕";
  }

  .site-shell.is-photography-mode .photography-category-track {
    position: relative;
    inset: auto;
    height: min(106vw, 456px);
    margin-top: 38px;
    overflow: visible;
  }

  .site-shell.is-photography-mode .photography-category-slot,
  .site-shell.is-photography-mode .photography-category-slot.is-adjacent {
    top: 0;
    width: min(82vw, 352px);
    opacity: 0.22;
    transform: translate3d(
        calc(-50% + (var(--category-direction) * 80vw)),
        0,
        0
      )
      scale(0.88);
    transform-origin: center top;
  }

  .site-shell.is-photography-mode .photography-category-slot.is-active {
    width: min(82vw, 352px);
    opacity: 1;
    transform: translate3d(-50%, 0, 0) scale(1);
  }

  /* Mobile retains its established slot-scale composition. */
  .site-shell.is-photography-mode .photography-category-slot .photography-category-media {
    margin-bottom: 0;
    opacity: 1;
    transform: none;
    will-change: auto;
  }

  .site-shell.is-photography-mode .photography-category-slot.is-outer,
  .site-shell.is-photography-mode .photography-category-slot.is-far,
  .site-shell.is-photography-mode .photography-category-slot.is-buffer {
    display: none;
  }

  .site-shell.is-photography-mode .photography-category-slot:not(.is-active) .photography-category-meta {
    display: none;
  }

  .site-shell.is-photography-mode .photography-category-stack-shell {
    overflow: visible;
  }

  .site-shell.is-photography-mode .photography-stack-region {
    height: calc(100% + 16px);
    touch-action: pan-y;
  }

  .site-shell.is-photography-mode .photography-stack-card,
  .site-shell.is-photography-mode .photography-stack-card img {
    -webkit-user-drag: none;
    user-select: none;
  }

  .site-shell.is-photography-mode .photography-stack-card[data-photo-layer="1"] {
    transform: translate3d(0, 5px, 0) scale(0.996) !important;
  }

  .site-shell.is-photography-mode .photography-stack-card[data-photo-layer="2"] {
    transform: translate3d(0, 10px, 0) scale(0.992) !important;
  }

  .site-shell.is-photography-mode .photography-expand-icon {
    right: 8px;
    bottom: 8px;
    width: 42px;
    height: 42px;
    border-radius: 2px;
    font-size: 19px;
    opacity: 0.82;
  }

  .site-shell.is-photography-mode .photography-category-meta {
    margin-top: 52px;
  }

  .site-shell.is-photography-mode .photography-category-meta h2 {
    max-width: min(88vw, 376px);
    font-size: clamp(13px, 3.85vw, 15px);
    font-weight: 650;
    letter-spacing: 0.015em;
    line-height: 1.2;
  }

  .site-shell.is-photography-mode .photography-category-meta .photography-category-label {
    margin-top: 18px;
    color: rgba(5, 5, 5, 0.56);
    font-size: clamp(10px, 3.05vw, 12px);
    font-weight: 520;
    letter-spacing: 0.04em;
    line-height: 1.2;
  }

  .site-shell.is-photography-mode .photography-category-meta .photography-photo-title {
    display: -webkit-box;
    max-width: min(86vw, 370px);
    margin-top: 18px;
    overflow: hidden;
    color: rgba(5, 5, 5, 0.6);
    font-size: clamp(12px, 3.35vw, 13px);
    line-height: 1.35;
    text-overflow: clip;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .site-shell.is-photography-mode .photography-category-meta span {
    margin-top: 22px;
    font-size: clamp(13px, 3.75vw, 15px);
    font-weight: 650;
  }

  .site-shell.is-photography-mode .work-stage.is-photography-view .work-wordmark--photography {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: calc(100vw - 32px);
    max-width: 400px;
    margin: 52px auto 24px;
    transform: none;
  }

  .site-shell.is-photography-mode .work-stage.is-photography-view .work-wordmark--photography .big-wordmark-inner,
  .site-shell.is-photography-mode .work-stage.is-photography-view .work-wordmark--photography .big-wordmark-image {
    display: block;
    width: 100%;
    height: auto;
  }

  .site-shell.is-photography-mode .photography-list {
    padding: 28px var(--mobile-photography-pad) 0;
  }

  .site-shell.is-photography-mode .photography-list-categories {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    max-height: none;
    overflow: visible;
  }

  .site-shell.is-photography-mode .photography-list-row {
    min-height: 104px;
    grid-template-columns: 112px minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) auto;
    column-gap: 16px;
    padding: 10px 0;
    font-size: 14px;
  }

  .site-shell.is-photography-mode .photography-list-row.is-active {
    min-height: 104px;
    padding-left: 0;
  }

  .site-shell.is-photography-mode .photography-list-row.is-active::before,
  .site-shell.is-photography-mode .photography-list-row-number,
  .site-shell.is-photography-mode .photography-list-row-dot,
  .site-shell.is-photography-mode .photography-list-row-detail,
  .site-shell.is-photography-mode .photography-list-row-count,
  .site-shell.is-photography-mode .photography-list-preview,
  .site-shell.is-photography-mode .photography-list-move-label {
    display: none;
  }

  .site-shell.is-photography-mode .photography-list-row-thumb {
    display: block;
    width: 112px;
    height: 84px;
    grid-column: 1;
    grid-row: 1 / -1;
    object-fit: cover;
  }

  .site-shell.is-photography-mode .photography-list-row-label {
    display: -webkit-box;
    min-width: 0;
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    overflow: hidden;
    color: #050505;
    font-size: clamp(12px, 3.5vw, 14px);
    font-weight: 620;
    letter-spacing: -0.02em;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .site-shell.is-photography-mode .photography-list-row-category {
    display: block;
    margin: 7px 0 0;
    color: rgba(5, 5, 5, 0.54);
    font-size: 10px;
    font-weight: 520;
    letter-spacing: 0.03em;
    line-height: 1.2;
  }

  .site-shell.is-photography-mode .photography-list-row-total {
    grid-column: 2;
    grid-row: 2;
    justify-self: start;
    margin-top: 8px;
    color: rgba(5, 5, 5, 0.56);
    font-size: 10px;
  }
}

@media (min-width: 768px) {
  .photography-list-row-thumb {
    display: none;
  }
}

/* Photography portfolio: stacked Work state and full-screen Single / Grid viewer. */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  margin: -1px;
  white-space: nowrap;
}

.site-shell.is-photography-mode .desktop-view-toggle button:disabled {
  color: rgba(9, 9, 9, 0.22);
  cursor: default;
}

.work-stage.is-photography-view {
  height: 100dvh;
  min-height: 620px;
  overflow: hidden;
  background: #fff;
}

.work-stage.is-photography-view .work-stage-view,
.photography-work {
  position: absolute;
  inset: 0;
}

.photography-work {
  z-index: 12;
}

.photography-stack-host {
  position: absolute;
  z-index: 24;
  top: clamp(210px, 24.5vh, 276px);
  left: 50%;
  width: clamp(340px, 21.2vw, 440px);
  aspect-ratio: 4 / 3;
  transform: translateX(-50%);
}

.photography-stack-region {
  position: relative;
  width: 100%;
  height: calc(100% + 76px);
  outline: none;
  touch-action: none;
  user-select: none;
}

.photography-stack-region:focus-visible .photography-stack-card.is-current {
  outline: 1px solid rgba(5, 5, 5, 0.72);
  outline-offset: 5px;
}

.photography-stack {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  aspect-ratio: 4 / 3;
  perspective: none;
}

.photography-stack-card {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #efefed;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.1),
    0 6px 14px rgba(0, 0, 0, 0.075);
  opacity: 1;
  transform:
    translate3d(var(--photo-x), var(--photo-y), 0)
    rotate(var(--photo-rotation))
    scale(var(--photo-scale));
  transform-origin: center top;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  will-change: auto;
  transition:
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 500ms ease;
}

.photography-stack-card.is-current {
  cursor: zoom-in;
}

.photography-stack-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.photography-stack.is-stack-moving .photography-stack-card {
  will-change: transform, opacity;
}

.photography-expand-icon {
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  background: rgba(255, 255, 255, 0.62);
  color: #050505;
  font-size: 14px;
  opacity: 0.48;
  pointer-events: none;
  transition:
    background-color 180ms ease,
    opacity 180ms ease;
}

.photography-stack-card.is-current:hover .photography-expand-icon,
.photography-stack-card.is-current:focus-visible .photography-expand-icon {
  background: rgba(255, 255, 255, 0.92);
  opacity: 1;
}

.photography-stack.is-moving-next .photography-stack-card[data-photo-layer="0"] {
  opacity: 0;
  transform: translate3d(0, -18px, 0) rotate(0deg) scale(0.982);
}

.photography-stack.is-moving-next .photography-stack-card[data-photo-layer="1"] {
  transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
}

.photography-stack.is-moving-next .photography-stack-card[data-photo-layer="2"] {
  transform: translate3d(3px, 12px, 0) rotate(0.55deg) scale(0.992);
}

.photography-stack.is-moving-next .photography-stack-card[data-photo-layer="3"] {
  transform: translate3d(-3px, 24px, 0) rotate(-0.45deg) scale(0.984);
}

.photography-stack.is-moving-previous .photography-stack-card[data-photo-layer="0"] {
  opacity: 0;
  transform: translate3d(0, 18px, 0) rotate(0deg) scale(0.982);
}

.photography-stack.is-moving-previous .photography-stack-card:not([data-photo-layer="0"]) {
  opacity: 0.72;
  transform:
    translate3d(var(--photo-x), calc(var(--photo-y) + 12px), 0)
    rotate(var(--photo-rotation))
    scale(calc(var(--photo-scale) - 0.012));
}

.photography-side-label {
  position: absolute;
  z-index: 28;
  top: 46.5%;
  margin: 0;
  color: rgba(5, 5, 5, 0.68);
  font-family: var(--font-body);
  font-size: clamp(8px, 0.58vw, 10px);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
  white-space: nowrap;
}

.photography-side-label--instruction {
  left: 22.5%;
}

.photography-side-label--counter {
  left: 68.5%;
  display: flex;
  gap: 10px;
  align-items: baseline;
  font-variant-numeric: tabular-nums;
}

.photography-instruction-mobile {
  display: none;
}

.photography-empty {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  margin: 0;
  color: rgba(5, 5, 5, 0.48);
  font-size: 12px;
}

.photography-slider,
.photography-list {
  position: absolute;
  inset: 0;
  overflow: hidden;
  outline: none;
  color: #050505;
  font-family: var(--font-body);
}

.photography-axis-labels {
  position: absolute;
  z-index: 30;
  top: clamp(108px, 15.2vh, 138px);
  left: 50%;
  display: flex;
  width: clamp(420px, 32vw, 560px);
  justify-content: space-between;
  color: rgba(5, 5, 5, 0.46);
  font-size: clamp(9px, 0.65vw, 11px);
  font-weight: 450;
  line-height: 1;
  transform: translateX(-50%);
}

.photography-category-track {
  position: absolute;
  inset: 0;
  contain: layout paint;
  transform: translate3d(0, 0, 0);
}

.photography-category-track.is-collection-animating {
  will-change: transform;
}

.photography-category-slot {
  position: absolute;
  z-index: 18;
  top: clamp(210px, 29.5vh, 316px);
  left: 50%;
  width: clamp(180px, 12.4vw, 210px);
  transform: translate3d(
      calc(-50% + (var(--category-direction) * 37.5vw)),
      46px,
      0
    );
  transform-origin: center top;
  backface-visibility: hidden;
  contain: layout paint;
  transform-style: preserve-3d;
}

.photography-category-track.is-collection-animating .photography-category-slot {
  will-change: transform;
}

.photography-category-slot.is-buffer {
  pointer-events: none;
}

.photography-category-slot.is-buffer-left {
  transform: translate3d(calc(-50% - 50vw), 46px, 0);
}

.photography-category-slot.is-buffer-right {
  transform: translate3d(calc(-50% + 50vw), 46px, 0);
}

.photography-category-slot.is-adjacent {
  width: clamp(240px, 15.9vw, 270px);
  transform: translate3d(
      calc(-50% + (var(--category-direction) * 22vw)),
      28px,
      0
    );
}

.photography-category-slot.is-active {
  width: clamp(360px, 23.7vw, 400px);
  transform: translate3d(-50%, 0, 0);
}

/*
 * The slot only establishes the rail position.  Scaling and fading the slot
 * used to scale its metadata too, so a caption visibly changed size as its
 * collection crossed from a side position into the centre.  Keep the image
 * treatment on this media-only layer and leave the sibling caption at 1x.
 */
.photography-category-media {
  width: 100%;
  margin-bottom: -24%;
  opacity: 0.35;
  transform: scale(0.68);
  transform-origin: center top;
  will-change: transform, opacity;
}

.photography-category-slot.is-adjacent .photography-category-media {
  margin-bottom: -13.5%;
  opacity: 0.88;
  transform: scale(0.82);
}

.photography-category-slot.is-active .photography-category-media {
  margin-bottom: 0;
  opacity: 1;
  transform: scale(1);
}

.photography-category-slot.is-buffer .photography-category-media {
  opacity: 0;
}

.photography-category-stack-shell {
  width: 100%;
  aspect-ratio: 4 / 3;
}

.photography-category-stack-shell > .photography-stack-region,
.photography-list-stack-shell > .photography-stack-region {
  height: 100%;
}

.photography-stack-region--deferred,
.photography-stack-placeholder {
  width: 100%;
  height: 100%;
}

.photography-category-slot:not(.is-active) .photography-stack-region {
  pointer-events: auto;
}

.photography-category-slot:not(.is-active) .photography-stack-card.is-current {
  cursor: pointer;
}

.photography-category-meta {
  position: relative;
  z-index: 25;
  display: grid;
  width: 100%;
  justify-items: center;
  margin-top: 24px;
  color: rgba(5, 5, 5, 0.68);
  font-family: var(--font-body);
  text-align: center;
  will-change: opacity;
}

.photography-category-meta h2,
.photography-category-meta p,
.photography-category-meta span {
  margin: 0;
}

.photography-category-meta h2 {
  color: #050505;
  font-size: var(--photo-active-title-size);
  font-weight: 650;
  letter-spacing: 0.025em;
  line-height: var(--photo-active-title-line-height);
  max-width: 360px;
  overflow-wrap: normal;
  text-align: center;
  text-wrap: balance;
}

.photography-category-meta p {
  max-width: 100%;
  margin-top: 9px;
  overflow: hidden;
  font-size: var(--photo-active-description-size);
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.photography-category-meta .photography-category-label {
  margin-top: 7px;
  color: rgba(5, 5, 5, 0.52);
  font-size: var(--photo-active-category-size);
  font-weight: 540;
  letter-spacing: 0.045em;
}

.photography-category-meta .photography-photo-title {
  margin-top: 6px;
}

.photography-category-meta span {
  margin-top: 9px;
  color: #050505;
  font-size: var(--photo-active-counter-size);
  font-variant-numeric: tabular-nums;
  font-weight: 520;
  line-height: 1;
}

.photography-category-slot:not(.is-active) .photography-category-meta {
  margin-top: 14.76px;
  opacity: 0.7216;
}

.photography-category-slot.is-outer .photography-category-meta {
  margin-top: 12.24px;
  opacity: 0.14;
}

.photography-category-slot.is-buffer .photography-category-meta {
  opacity: 0;
}

.photography-category-slot:not(.is-active) .photography-category-meta p {
  display: none;
}

.photography-category-slot:not(.is-active) .photography-category-meta .photography-category-label {
  display: block;
}

.photography-list-categories {
  position: absolute;
  z-index: 32;
  top: clamp(166px, 23.5vh, 220px);
  left: clamp(120px, 11.5vw, 200px);
  width: clamp(570px, 42vw, 720px);
  max-height: calc(100dvh - 410px);
  overflow-y: auto;
  overscroll-behavior: contain;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.photography-list-categories::-webkit-scrollbar {
  display: none;
}

.photography-list-row {
  position: relative;
  display: grid;
  width: 100%;
  min-height: clamp(38px, 5vh, 46px);
  grid-template-columns: 72px 16px minmax(0, 1fr) 108px;
  align-items: center;
  padding: 0 14px 0 20px;
  border-bottom: 1px solid rgba(5, 5, 5, 0.17);
  color: rgba(5, 5, 5, 0.52);
  font-size: clamp(12px, 0.93vw, 16px);
  line-height: 1;
  text-align: left;
  transition:
    color 180ms ease,
    padding 220ms ease;
}

.photography-list-row:first-child {
  border-top: 1px solid rgba(5, 5, 5, 0.17);
}

.photography-list-row:hover,
.photography-list-row.is-previewing {
  color: rgba(5, 5, 5, 0.82);
}

.photography-list-row.is-active {
  min-height: clamp(74px, 10vh, 92px);
  color: #050505;
  font-weight: 540;
}

.photography-list-row.is-active::before {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  width: 3px;
  background: #050505;
  content: "";
}

.photography-list-row-number,
.photography-list-row-total,
.photography-list-row-count {
  font-variant-numeric: tabular-nums;
}

.photography-list-row-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0;
}

.photography-list-row.is-active .photography-list-row-dot {
  opacity: 1;
}

.photography-list-row-label {
  letter-spacing: -0.015em;
}

.photography-list-row-category {
  display: inline;
  margin-left: 9px;
  color: rgba(5, 5, 5, 0.46);
  font-size: clamp(8px, 0.62vw, 10px);
  font-weight: 520;
  letter-spacing: 0.025em;
}

.photography-list-row-total {
  justify-self: end;
  font-size: clamp(9px, 0.68vw, 11px);
  font-weight: 540;
  letter-spacing: 0.025em;
}

.photography-list-row-detail {
  grid-column: 3;
  align-self: start;
  margin-top: -19px;
  overflow: hidden;
  color: rgba(5, 5, 5, 0.58);
  font-size: clamp(9px, 0.68vw, 11px);
  font-weight: 420;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.photography-list-row-count {
  grid-column: 4;
  align-self: start;
  justify-self: end;
  margin-top: -19px;
  color: rgba(5, 5, 5, 0.65);
  font-size: clamp(9px, 0.68vw, 11px);
  font-weight: 520;
}

.photography-list-move-label {
  margin: 18px 0 0 2px;
  color: rgba(5, 5, 5, 0.45);
  font-size: clamp(9px, 0.64vw, 11px);
  line-height: 1;
}

.photography-list-preview {
  position: absolute;
  z-index: 28;
  top: clamp(150px, 21.5vh, 196px);
  left: 73.5%;
  width: clamp(320px, 25vw, 450px);
  transform: translateX(-50%);
}

.photography-list-stack-shell {
  width: 100%;
  aspect-ratio: 4 / 3;
}

.photography-list-scroll-label {
  margin: 42px 0 0;
  color: rgba(5, 5, 5, 0.48);
  font-size: clamp(9px, 0.65vw, 11px);
  line-height: 1;
  text-align: center;
}

.photography-viewer-collection-meta {
  position: absolute;
  left: 50%;
  margin: 48px 0 0;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
}

.photography-viewer-category {
  margin: 0;
  color: rgba(5, 5, 5, 0.46);
  font-size: 9px;
  font-weight: 520;
  letter-spacing: 0.04em;
}

.photography-viewer-category-label {
  margin: 4px 0 0;
  color: rgba(5, 5, 5, 0.38);
  font-size: 8px;
  font-weight: 520;
  letter-spacing: 0.05em;
}

.work-stage.is-photography-view .work-wordmark--photography {
  position: absolute;
  z-index: 2;
  top: auto;
  right: auto;
  bottom: clamp(-20px, -1.9vh, -10px);
  left: 50%;
  display: block;
  width: min(90vw, 1600px);
  max-width: calc(100% - (2 * var(--desktop-pad-x)));
  transform: translate3d(-50%, 0, 0);
}

.work-stage.is-photography-view .work-wordmark--photography .big-wordmark-inner,
.work-stage.is-photography-view .work-wordmark--photography .big-wordmark-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

.work-stage.is-photography-view .work-wordmark--photography .work-wordmark__full {
  opacity: 1;
}

.work-stage.is-photography-view .work-wordmark--photography .work-wordmark__split {
  opacity: 0;
}

.photography-viewer {
  position: fixed;
  z-index: 3000;
  inset: 0;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  background: #fff;
  color: #050505;
  font-family: var(--font-body);
  opacity: 0;
  transform: scale(0.995);
  transition:
    opacity 240ms ease,
    transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.photography-viewer.is-visible {
  opacity: 1;
  transform: scale(1);
}

.photography-viewer.is-closing {
  opacity: 0;
  transform: scale(0.995);
}

.photography-viewer:focus {
  outline: none;
}

.photography-viewer button:focus-visible {
  outline: 1px solid #050505;
  outline-offset: 4px;
}

.photography-viewer-header {
  position: absolute;
  z-index: 10;
  top: max(28px, env(safe-area-inset-top));
  right: clamp(28px, 2.2vw, 48px);
  left: clamp(28px, 2.2vw, 48px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  font-size: clamp(11px, 0.78vw, 14px);
  letter-spacing: 0.035em;
  line-height: 1;
}

.photography-viewer-close {
  justify-self: start;
  padding: 8px 0;
  font-weight: 650;
}

.photography-viewer-mode-switch {
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.1vw, 38px);
}

.photography-viewer-mode-switch button {
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 14px;
  color: rgba(5, 5, 5, 0.28);
  transition: color 180ms ease;
}

.photography-viewer-mode-switch button:hover,
.photography-viewer-mode-switch button.is-active {
  color: #050505;
}

.photography-viewer-mode-switch i {
  font-size: 25px;
}

.photography-viewer-mode-divider {
  width: 1px;
  height: 26px;
  background: rgba(5, 5, 5, 0.23);
}

.photography-viewer-count {
  justify-self: end;
  margin: 0;
  font-variant-numeric: tabular-nums;
}

.photography-single-view,
.photography-grid-view {
  position: absolute;
  inset: 0;
}

.photography-single-stage {
  position: absolute;
  top: clamp(108px, 12.5vh, 142px);
  left: 50%;
  width: min(76vw, 1560px);
  height: min(70vh, calc(100dvh - 270px));
  margin: 0;
  overflow: hidden;
  background: #fff;
  transform: translateX(-50%);
  touch-action: none;
}

.photography-single-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

.photography-single-image.is-current {
  z-index: 2;
  opacity: 1;
}

.photography-single-image.is-incoming {
  z-index: 3;
  opacity: 0;
}

.photography-single-stage.is-image-transitioning .photography-single-image {
  will-change: transform, opacity;
}

.photography-viewer-arrow {
  position: absolute;
  z-index: 8;
  top: 49%;
  display: grid;
  width: clamp(56px, 5vw, 82px);
  height: clamp(56px, 5vw, 82px);
  place-items: center;
  border: 1px solid rgba(5, 5, 5, 0.72);
  border-radius: 50%;
  background: #fff;
  color: #050505;
  font-size: clamp(24px, 1.8vw, 34px);
  transform: translateY(-50%);
  transition:
    background-color 180ms ease,
    color 180ms ease;
}

.photography-viewer-arrow:hover {
  background: #050505;
  color: #fff;
}

.photography-viewer-arrow--previous {
  left: clamp(28px, 3.7vw, 76px);
}

.photography-viewer-arrow--next {
  right: clamp(28px, 3.7vw, 76px);
}

.photography-viewer-bottom {
  position: absolute;
  right: min(18vw, 368px);
  bottom: max(18px, env(safe-area-inset-bottom));
  left: min(18vw, 368px);
  height: 94px;
}

.photography-viewer-progress {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  overflow: hidden;
  background: rgba(5, 5, 5, 0.22);
}

.photography-viewer-progress span {
  display: block;
  width: var(--photography-progress);
  height: 100%;
  background: #050505;
  transition: width 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.photography-viewer-thumbnails {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: flex;
  gap: clamp(10px, 1vw, 18px);
  align-items: end;
  transform: translateX(-50%);
}

.photography-viewer-thumbnail {
  width: clamp(58px, 4.8vw, 82px);
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid transparent;
  background: #eee;
  opacity: 0.55;
  transition:
    border-color 180ms ease,
    opacity 180ms ease;
}

.photography-viewer-thumbnail:hover,
.photography-viewer-thumbnail.is-current {
  border-color: rgba(5, 5, 5, 0.76);
  opacity: 1;
}

.photography-viewer-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photography-view-grid {
  position: absolute;
  right: 0;
  bottom: 7px;
  min-height: 44px;
  font-size: clamp(11px, 0.78vw, 14px);
  font-weight: 620;
  letter-spacing: 0.04em;
}

.photography-grid {
  position: absolute;
  top: clamp(98px, 11vh, 126px);
  bottom: clamp(70px, 8vh, 92px);
  left: 50%;
  display: grid;
  width: min(68vw, 1240px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: clamp(8px, 0.8vw, 16px);
  transform: translateX(-50%);
  animation: photography-grid-enter 260ms ease both;
}

@keyframes photography-grid-enter {
  from { opacity: 0; }
  to { opacity: 1; }
}

.photography-grid-item {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: #efefed;
}

.photography-grid-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.photography-grid-item:hover img,
.photography-grid-item:focus-visible img {
  transform: scale(1.018);
}

@media (min-width: 721px) and (max-width: 1100px) {
  .photography-axis-labels {
    top: 128px;
    width: 420px;
  }

  .photography-category-slot {
    top: clamp(182px, 25vh, 220px);
    width: 180px;
    transform: translate3d(
        calc(-50% + (var(--category-direction) * 44vw)),
        38px,
        0
      );
  }

  .photography-category-slot.is-adjacent {
    width: 240px;
    transform: translate3d(
        calc(-50% + (var(--category-direction) * 29vw)),
        22px,
        0
      );
  }

  .photography-category-slot.is-active {
    width: clamp(340px, 35vw, 380px);
  }

  .photography-list-categories {
    top: 220px;
    left: 7vw;
    width: 48vw;
  }

  .photography-list-preview {
    top: 210px;
    left: 76%;
    width: 34vw;
  }

  .photography-list-row {
    grid-template-columns: 46px 14px minmax(0, 1fr) 86px;
    padding-right: 8px;
    padding-left: 12px;
  }

  .photography-stack-host {
    top: clamp(218px, 28vh, 270px);
    width: clamp(330px, 36vw, 390px);
  }

  .photography-side-label--instruction {
    left: 13%;
  }

  .photography-side-label--counter {
    left: 72%;
  }

  .photography-single-stage {
    width: 72vw;
  }

  .photography-grid {
    width: 70vw;
  }
}

@media (min-width: 1101px) and (max-width: 1300px) {
  .photography-category-slot {
    transform: translate3d(
        calc(-50% + (var(--category-direction) * 42vw)),
        46px,
        0
      );
  }

  .photography-category-slot.is-adjacent {
    transform: translate3d(
        calc(-50% + (var(--category-direction) * 27vw)),
        28px,
        0
      );
  }
}

@media (max-width: 720px) {
  .site-shell.is-photography-mode {
    display: flex;
    height: 100dvh;
    min-height: 0;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
  }

  .site-shell.is-photography-mode .site-stage {
    height: auto;
    min-height: 0;
    flex: 1 1 auto;
  }

  .site-shell.is-photography-mode .site-header.mobile-top-chrome::before {
    background: #fff;
  }

  .work-stage.is-photography-view {
    height: 100%;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    background: #fff;
  }

  .work-stage.is-photography-view .work-stage-view {
    display: block;
  }

  .photography-stack-host {
    top: clamp(68px, 9dvh, 84px);
    width: clamp(280px, 84vw, 360px);
  }

  .photography-axis-labels {
    top: 24px;
    width: calc(100vw - 36px);
    font-size: 8px;
  }

  .photography-category-slot,
  .photography-category-slot.is-adjacent {
    top: clamp(62px, 8dvh, 78px);
    width: min(74vw, 312px);
    opacity: 0.22;
    transform: translate3d(
        calc(-50% + (var(--category-direction) * 34vw)),
        24px,
        0
      )
      scale(0.88);
  }

  .photography-category-slot.is-active {
    width: min(84vw, 360px);
    opacity: 1;
    transform: translate3d(-50%, 0, 0) scale(1);
  }

  .photography-category-slot.is-far,
  .photography-category-slot.is-outer {
    display: none;
  }

  .photography-category-meta {
    margin-top: 20px;
  }

  .photography-category-meta p {
    max-width: 86%;
  }

  .photography-list-categories {
    top: 28px;
    right: 18px;
    left: 18px;
    width: auto;
  }

  .photography-list-row {
    min-height: 38px;
    grid-template-columns: 36px 12px minmax(0, 1fr) 72px;
    padding-right: 6px;
    padding-left: 10px;
    font-size: 10px;
  }

  .photography-list-row.is-active {
    min-height: 62px;
  }

  .photography-list-row.is-active::before {
    top: 12px;
    bottom: 12px;
  }

  .photography-list-row-total,
  .photography-list-row-detail,
  .photography-list-row-count {
    font-size: 7px;
  }

  .photography-list-row-detail,
  .photography-list-row-count {
    margin-top: -12px;
  }

  .photography-list-move-label {
    display: none;
  }

  .photography-list-preview {
    top: 222px;
    left: 50%;
    width: min(72vw, 300px);
  }

  .photography-list-scroll-label {
    margin-top: 30px;
    font-size: 8px;
  }

  .photography-stack-region {
    height: calc(100% + 64px);
  }

  .photography-stack-card {
    transform:
      translate3d(var(--photo-x), var(--photo-y), 0)
      rotate(var(--photo-rotation))
      scale(var(--photo-scale));
  }

  .photography-expand-icon {
    right: 4px;
    bottom: 4px;
    width: 30px;
    height: 30px;
  }

  .photography-side-label {
    top: auto;
    bottom: clamp(122px, 15dvh, 152px);
    font-size: 9px;
  }

  .photography-side-label--instruction {
    left: 18px;
  }

  .photography-side-label--counter {
    right: 18px;
    left: auto;
    gap: 7px;
  }

  .photography-instruction-desktop {
    display: none;
  }

  .photography-instruction-mobile {
    display: inline;
  }

  .work-stage.is-photography-view .work-wordmark--photography,
  .site-shell.is-photography-mode .work-stage .work-wordmark--photography {
    position: absolute;
    z-index: 2;
    right: auto;
    bottom: max(8px, env(safe-area-inset-bottom));
    left: 50%;
    display: block !important;
    width: 94vw;
    max-width: 94vw;
    transform: translateX(-50%);
  }

  .photography-viewer-header {
    top: max(16px, env(safe-area-inset-top));
    right: 16px;
    left: 16px;
    grid-template-columns: 1fr 1fr;
    font-size: 10px;
  }

  .photography-viewer-close {
    grid-column: 1;
    grid-row: 1;
  }

  .photography-viewer-count {
    grid-column: 2;
    grid-row: 1;
  }

  .photography-viewer-collection-meta {
    display: none;
  }

  .photography-viewer-mode-switch {
    position: absolute;
    top: 44px;
    left: 50%;
    gap: 18px;
    transform: translateX(-50%);
  }

  .photography-viewer-mode-switch button {
    min-height: 36px;
    gap: 8px;
  }

  .photography-viewer-mode-switch i {
    font-size: 20px;
  }

  .photography-viewer-mode-divider {
    height: 22px;
  }

  .photography-single-stage {
    top: 104px;
    width: 92vw;
    height: min(62dvh, calc(100dvh - 260px));
  }

  .photography-viewer-arrow {
    top: auto;
    bottom: max(18px, env(safe-area-inset-bottom));
    width: 46px;
    height: 46px;
    font-size: 21px;
    transform: none;
  }

  .photography-viewer-arrow--previous {
    left: 14px;
  }

  .photography-viewer-arrow--next {
    right: 14px;
  }

  .photography-viewer-bottom {
    right: 70px;
    bottom: max(16px, env(safe-area-inset-bottom));
    left: 70px;
    height: 78px;
  }

  .photography-viewer-thumbnails {
    gap: 6px;
  }

  .photography-viewer-thumbnail {
    width: clamp(42px, 12vw, 50px);
  }

  .photography-view-grid {
    top: -32px;
    right: 0;
    bottom: auto;
    min-height: 28px;
    font-size: 8px;
  }

  .photography-grid {
    top: 104px;
    right: 10px;
    bottom: 82px;
    left: 10px;
    width: auto;
    gap: 4px;
    overflow-y: auto;
    transform: none;
  }

  .photography-grid-view .photography-viewer-arrow {
    z-index: 12;
  }
}

/*
 * 2026 desktop Work / Slider composition.
 * One stable five-card visual rail is shared by ALL, VIDEO, and PHOTO.
 * Mobile and every List surface remain governed by their existing rules.
 */
@media (min-width: 1024px) {
  :root {
    --work-slider-card-width: clamp(360px, 29.5vw, 460px);
    --work-slider-card-height: calc(var(--work-slider-card-width) * 0.75);
    --desktop-video-width: clamp(320px, 31.25vw, 480px);
    --desktop-video-ratio: 4 / 3;
    --work-slider-card-top: clamp(258px, 31vh, 330px);
    --work-slider-axis-top: clamp(224px, 26.8vh, 286px);
    --work-slider-wordmark-width: min(82vw, 1600px);
    --desktop-project-adjacent-offset: 25vw;
    --desktop-project-outer-offset: 40.8vw;
    --desktop-project-buffer-offset: 55vw;
    --desktop-project-adjacent-y: 34px;
    --desktop-project-outer-y: 54px;
    --desktop-project-buffer-y: 55px;
    --work-slider-ease: cubic-bezier(0.22, 1, 0.36, 1);
  }

  .site-shell.is-work-view .site-header .work-category-slot,
  .site-shell.is-work-view.is-list-view .site-header .work-category-slot {
    top: clamp(116px, 13vh, 132px);
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    pointer-events: none;
  }

  .site-shell.is-work-view .work-category-panel,
  .site-shell.is-work-view.is-list-view .work-category-panel {
    display: block;
    width: 100%;
    padding: 0;
    pointer-events: none;
  }

  .desktop-category-system {
    position: relative;
    width: 100%;
    pointer-events: none;
  }

  .desktop-category-system__primary {
    display: grid;
    width: min(390px, 40vw);
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
    margin: 0 auto;
    pointer-events: auto;
  }

  .site-shell.is-work-view
    .work-category-panel
    .desktop-category-system__primary
    .work-category-panel__item {
    position: relative;
    display: inline-flex;
    width: auto;
    min-height: 28px;
    grid-template-columns: none;
    gap: 6px;
    align-items: baseline;
    justify-self: center;
    padding: 0 0 10px;
    color: rgba(5, 5, 5, 0.42);
    text-align: center;
  }

  .site-shell.is-work-view
    .work-category-panel
    .desktop-category-system__primary
    .work-category-panel__item::before {
    content: none;
  }

  .site-shell.is-work-view
    .work-category-panel
    .desktop-category-system__primary
    .work-category-panel__item::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #050505;
    opacity: 0;
    transform: scaleX(0.45);
    transition:
      opacity 220ms ease,
      transform 320ms var(--work-slider-ease);
    content: "";
  }

  .site-shell.is-work-view
    .work-category-panel
    .desktop-category-system__primary
    .work-category-panel__item.is-active {
    color: #050505;
  }

  .site-shell.is-work-view
    .work-category-panel
    .desktop-category-system__primary
    .work-category-panel__item.is-active::after {
    opacity: 1;
    transform: scaleX(1);
  }

  .site-shell.is-work-view
    .work-category-panel
    .desktop-category-system__primary
    .work-category-panel__count {
    color: inherit;
    font-size: clamp(11px, 0.82vw, 13px);
    font-weight: 450;
  }

  .site-shell.is-work-view
    .work-category-panel
    .desktop-category-system__primary
    .work-category-panel__label {
    color: inherit;
    font-size: clamp(12px, 0.94vw, 15px);
    font-weight: 520;
  }

  .desktop-category-system__secondary {
    position: absolute;
    top: 58px;
    right: clamp(72px, 10vw, 162px);
    left: clamp(72px, 10vw, 162px);
    height: 40px;
    border-bottom: 1px solid rgba(5, 5, 5, 0.14);
    overflow: hidden;
    pointer-events: auto;
  }

  .desktop-category-system__all {
    display: grid;
    height: 100%;
    place-items: start center;
    padding-top: 2px;
    color: rgba(5, 5, 5, 0.48);
    font-family: var(--font-body);
    font-size: 10px;
    letter-spacing: 0.04em;
  }

  .desktop-category-system__subcategories {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: start;
    justify-content: flex-start;
    gap: clamp(24px, 3.2vw, 54px);
    padding: 0 4px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }

  .desktop-category-system__subcategories::-webkit-scrollbar {
    display: none;
  }

  .site-shell.is-work-view
    .work-category-panel
    .desktop-category-system__subcategories
    .work-category-panel__item {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    width: auto;
    min-height: 28px;
    grid-template-columns: none;
    gap: 6px;
    align-items: baseline;
    padding: 0 0 10px;
    color: rgba(5, 5, 5, 0.46);
    scroll-snap-align: center;
  }

  .site-shell.is-work-view
    .work-category-panel
    .desktop-category-system__subcategories
    .work-category-panel__item::before {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 1px;
    background: #050505;
    opacity: 0;
    transform: none;
    content: "";
  }

  .site-shell.is-work-view
    .work-category-panel
    .desktop-category-system__subcategories
    .work-category-panel__item.is-active::before {
    opacity: 1;
  }

  .site-shell.is-work-view
    .work-category-panel
    .desktop-category-system__subcategories
    .work-category-panel__count {
    color: inherit;
    font-size: clamp(8px, 0.6vw, 10px);
  }

  .site-shell.is-work-view
    .work-category-panel
    .desktop-category-system__subcategories
    .work-category-panel__label {
    color: inherit;
    font-size: clamp(8px, 0.66vw, 10px);
    font-weight: 500;
    letter-spacing: 0.015em;
  }

  .desktop-view-toggle button {
    position: relative;
    padding-bottom: 11px;
  }

  .desktop-view-toggle button::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #050505;
    opacity: 0;
    transform: scaleX(0.5);
    transition:
      opacity 220ms ease,
      transform 320ms var(--work-slider-ease);
    content: "";
  }

  .desktop-view-toggle button.is-active::after {
    opacity: 1;
    transform: scaleX(1);
  }

  .work-stage.is-unified-slider-view,
  .work-stage.is-unified-slider-view .work-stage-view {
    height: 100svh;
    min-height: 640px;
    overflow: hidden;
  }

  .work-category-surface {
    position: absolute;
    z-index: 12;
    inset: 0;
    overflow: hidden;
    background: transparent;
    transform: translate3d(0, 0, 0);
  }

  .work-category-surface.is-category-surface-entering {
    z-index: 13;
  }

  .desktop-project-slider,
  .desktop-project-track {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .desktop-project-slider {
    outline: none;
    touch-action: pan-y;
  }

  .desktop-project-axis,
  .site-shell.is-photography-mode .photography-axis-labels {
    position: absolute;
    z-index: 32;
    top: var(--work-slider-axis-top);
    left: 50%;
    display: flex;
    width: min(760px, 64vw);
    justify-content: space-between;
    color: rgba(5, 5, 5, 0.66);
    font-family: var(--font-body);
    font-size: clamp(9px, 0.68vw, 11px);
    font-weight: 520;
    letter-spacing: 0.025em;
    line-height: 1;
    transform: translateX(-50%);
  }

  .desktop-project-slot {
    --desktop-slot-width: var(--work-slider-card-width);
    --desktop-slot-height: var(--work-slider-card-height);
    position: absolute;
    top: var(--work-slider-card-top);
    left: 50%;
    display: block;
    width: var(--desktop-slot-width);
    height: calc(var(--desktop-slot-height) + 128px);
    aspect-ratio: auto;
    overflow: visible;
    border: 0;
    background: transparent;
    opacity: 0;
    transform: translate3d(calc(-50% + (var(--slot-direction) * 55vw)), 54px, 0);
    transform-origin: center top;
    contain: layout style;
    cursor: pointer;
  }

  .desktop-project-slot.is-video-project {
    --desktop-slot-width: var(--desktop-video-width);
    --desktop-slot-height: calc(var(--desktop-video-width) * 0.75);
  }

  .desktop-project-slot.is-buffer {
    pointer-events: none;
  }

  .desktop-project-slot.is-outer {
    z-index: 2;
    opacity: 0.3;
    transform: translate3d(calc(-50% + (var(--slot-direction) * 41vw)), 54px, 0);
  }

  .desktop-project-slot.is-adjacent {
    z-index: 3;
    opacity: 0.72;
    transform: translate3d(calc(-50% + (var(--slot-direction) * 25vw)), 34px, 0);
  }

  .desktop-project-slot.is-active {
    z-index: 6;
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
  }

  .desktop-project-slot.is-video-project.is-outer {
    opacity: 1;
    transform: translate3d(calc(-50% + (var(--slot-direction) * 40.8vw)), 55px, 0);
  }

  .desktop-project-slot.is-video-project.is-adjacent,
  .desktop-project-slot.is-video-project.is-active {
    opacity: 1;
  }

  .desktop-project-slot.is-video-project.is-buffer {
    opacity: 0;
  }

  .desktop-video-slide {
    z-index: var(--desktop-slide-z);
    opacity: var(--desktop-slide-opacity);
    transform: var(
      --desktop-slide-transform,
      translate3d(calc(-50% + var(--desktop-slide-x)), var(--desktop-slide-y), 0)
    );
    transition: transform 650ms var(--work-slider-ease);
    will-change: transform;
  }

  .desktop-project-card {
    position: relative;
    display: block;
    width: 100%;
    height: var(--desktop-slot-height);
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0.34);
    transform-origin: center top;
    will-change: transform, opacity;
  }

  .desktop-project-slot.is-outer .desktop-project-card {
    transform: translate3d(0, 0, 0) scale(0.42);
  }

  .desktop-project-slot.is-adjacent .desktop-project-card {
    transform: translate3d(0, 0, 0) scale(0.6);
  }

  .desktop-project-slot.is-active .desktop-project-card {
    transform: translate3d(0, 0, 0) scale(1);
  }

  .desktop-project-slot.desktop-video-slide .desktop-video-card {
    opacity: var(--desktop-slot-opacity);
    transform: translate3d(0, 0, 0) scale(var(--desktop-slot-scale));
    transition:
      transform 650ms var(--work-slider-ease),
      opacity 420ms ease;
    backface-visibility: hidden;
  }

  .desktop-project-slot.is-video-project.is-outer .desktop-video-card {
    opacity: 0.3;
  }

  .desktop-project-slot.is-video-project.is-adjacent .desktop-video-card {
    opacity: 0.72;
  }

  .desktop-project-slot.is-video-project.is-active .desktop-video-card {
    opacity: 1;
  }

  .desktop-video-window,
  .desktop-video-buffer-window,
  .desktop-photo-window {
    position: absolute;
    z-index: 5;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: var(--desktop-video-ratio);
    overflow: hidden;
    background: #ececea;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.14);
  }

  .desktop-video-window,
  .desktop-video-buffer-window {
    contain: layout paint;
    transform-origin: center center;
  }

  .desktop-video-window img,
  .desktop-video-window video,
  .desktop-video-buffer-window img,
  .desktop-video-buffer-window video,
  .desktop-photo-window img,
  .desktop-photo-window video,
  .desktop-project-stack-layer img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .desktop-project-stack-layer {
    position: absolute;
    z-index: calc(4 - var(--stack-depth));
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #e8e8e5;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
    transform:
      translate3d(
        calc((var(--stack-depth) - 2) * 3px),
        calc(var(--stack-depth) * 8px),
        0
      )
      scale(calc(1 - (var(--stack-depth) * 0.004)));
    transform-origin: center top;
  }

  .desktop-project-type {
    position: absolute;
    z-index: 8;
    top: 10px;
    left: 10px;
    padding: 3px 5px 2px;
    border: 1px solid rgba(255, 255, 255, 0.82);
    color: #fff;
    font-size: 8px;
    letter-spacing: 0.04em;
    line-height: 1;
  }

  .desktop-project-meta {
    position: absolute;
    right: 0;
    left: 0;
    display: grid;
    justify-items: center;
    color: #050505;
    font-family: var(--font-body);
    text-align: center;
    text-transform: uppercase;
    pointer-events: none;
  }

  .desktop-project-slot.is-active .desktop-project-meta {
    top: calc(var(--desktop-slot-height) + 40px);
  }

  .desktop-project-slot.is-adjacent .desktop-project-meta {
    top: calc((var(--desktop-slot-width) * 0.45) + 20px);
  }

  .desktop-project-slot.is-outer .desktop-project-meta {
    top: calc((var(--desktop-slot-width) * 0.315) + 20px);
  }

  .desktop-project-slot.is-buffer .desktop-project-meta {
    display: none;
  }

  .desktop-project-meta strong {
    max-width: 26ch;
    font-size: clamp(9px, 0.72vw, 12px);
    font-style: normal;
    font-weight: 620;
    letter-spacing: 0.02em;
    line-height: 1.15;
  }

  .desktop-project-meta > span,
  .desktop-project-meta > em {
    margin-top: 10px;
    color: rgba(5, 5, 5, 0.48);
    font-size: clamp(8px, 0.6vw, 10px);
    font-style: normal;
    font-weight: 470;
    letter-spacing: 0.025em;
    line-height: 1.15;
  }

  .desktop-project-meta > em {
    margin-top: 8px;
    text-transform: none;
  }

  .desktop-project-meta small {
    margin-top: 10px;
    color: #050505;
    font-size: clamp(8px, 0.61vw, 10px);
    font-weight: 560;
    letter-spacing: 0.06em;
  }

  .desktop-project-slot:not(.is-active) .desktop-project-meta > em {
    display: none;
  }

  .desktop-project-slot.is-video-project.is-adjacent .desktop-project-meta {
    opacity: 0.72;
  }

  .desktop-project-slot.is-video-project.is-outer .desktop-project-meta {
    opacity: 0.3;
  }

  .desktop-project-slot.is-video-project.is-active .desktop-project-meta {
    opacity: 1;
  }

  .desktop-video-slide .desktop-video-meta {
    top: 0;
    right: auto;
    left: 50%;
    width: var(--desktop-meta-width);
    max-width: var(--desktop-meta-width);
    opacity: var(--desktop-meta-opacity);
    transform: translate3d(-50%, var(--desktop-meta-y), 0);
    transition:
      transform 650ms var(--work-slider-ease),
      opacity 420ms ease;
    white-space: normal;
    will-change: transform, opacity;
  }

  .desktop-video-slide.is-buffer .desktop-video-meta {
    display: grid;
  }

  .desktop-project-slider.is-project-animating .desktop-video-slide,
  .desktop-project-slider.is-project-animating .desktop-video-card,
  .desktop-project-slider.is-project-animating .desktop-video-meta {
    transition: none;
  }

  .work-stage.is-unified-slider-view .work-wordmark--slider {
    position: absolute;
    z-index: 2;
    right: auto;
    bottom: clamp(14px, 2.1vh, 24px);
    left: 50%;
    display: block;
    width: var(--work-slider-wordmark-width);
    max-width: calc(100vw - (2 * var(--desktop-pad-x)));
    transform: translate3d(-50%, 0, 0);
  }

  .work-stage.is-unified-slider-view .work-wordmark--slider .big-wordmark-inner,
  .work-stage.is-unified-slider-view .work-wordmark--slider .big-wordmark-image {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  .work-stage.is-unified-slider-view .work-wordmark--slider .work-wordmark__full {
    opacity: 1;
  }

  .work-stage.is-unified-slider-view .work-wordmark--slider .work-wordmark__split {
    opacity: 0;
  }

  .work-stage.is-unified-slider-view .work-index,
  .work-stage.is-unified-slider-view .slider-instruction {
    display: none;
  }

  /* PHOTO adopts the exact same slot geometry without changing its data/viewer logic. */
  .work-stage.is-unified-slider-view .photography-work,
  .work-stage.is-unified-slider-view .photography-slider,
  .work-stage.is-unified-slider-view .photography-category-track {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .work-stage.is-unified-slider-view .photography-category-slot {
    top: var(--work-slider-card-top);
    left: 50%;
    width: var(--work-slider-card-width);
    --photography-slider-card-scale: 0.34;
    opacity: 0;
    transform: translate3d(calc(-50% + (var(--category-direction) * 55vw)), 54px, 0);
  }

  .work-stage.is-unified-slider-view .photography-category-slot.is-buffer-left {
    transform: translate3d(calc(-50% - 55vw), 54px, 0);
  }

  .work-stage.is-unified-slider-view .photography-category-slot.is-buffer-right {
    transform: translate3d(calc(-50% + 55vw), 54px, 0);
  }

  .work-stage.is-unified-slider-view .photography-category-slot.is-buffer {
    opacity: 0;
  }

  .work-stage.is-unified-slider-view .photography-category-slot.is-outer {
    --photography-slider-card-scale: 0.42;
    opacity: 0.3;
    transform: translate3d(calc(-50% + (var(--category-direction) * 41vw)), 54px, 0);
  }

  .work-stage.is-unified-slider-view .photography-category-slot.is-adjacent {
    --photography-slider-card-scale: 0.6;
    opacity: 0.72;
    transform: translate3d(calc(-50% + (var(--category-direction) * 25vw)), 34px, 0);
  }

  .work-stage.is-unified-slider-view .photography-category-slot.is-active {
    --photography-slider-card-scale: 1;
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
  }

  .work-stage.is-unified-slider-view
    .photography-category-slot
    .photography-category-card {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    transform: translate3d(0, 0, 0) scale(var(--photography-slider-card-scale));
    transform-origin: center top;
  }

  .work-stage.is-unified-slider-view .photography-category-slot .photography-category-media {
    width: 100%;
    aspect-ratio: 4 / 3;
    margin-bottom: 0;
    opacity: 1;
    transform: none;
  }

  .work-stage.is-unified-slider-view .photography-category-meta,
  .work-stage.is-unified-slider-view
    .photography-category-slot:not(.is-active)
    .photography-category-meta,
  .work-stage.is-unified-slider-view
    .photography-category-slot.is-outer
    .photography-category-meta {
    display: grid;
    justify-items: center;
    min-height: 0;
    margin-top: 36.5px;
    opacity: 1;
    text-align: center;
  }

  .work-stage.is-unified-slider-view .photography-category-meta h2 {
    min-height: 0;
    margin: 0;
    font-size: clamp(9px, 0.72vw, 12px);
    font-weight: 620;
    letter-spacing: 0.02em;
    line-height: 1.15;
  }

  .work-stage.is-unified-slider-view .photography-category-meta .photography-category-label,
  .work-stage.is-unified-slider-view .photography-category-meta .photography-photo-title {
    margin-top: 10px;
    color: rgba(5, 5, 5, 0.48);
    font-size: clamp(8px, 0.6vw, 10px);
    font-weight: 470;
    letter-spacing: 0.025em;
    line-height: 1.15;
  }

  .work-stage.is-unified-slider-view
    .photography-category-slot:not(.is-active)
    .photography-photo-title {
    display: block;
  }

  .work-stage.is-unified-slider-view .photography-category-meta > span {
    margin-top: 10px;
    color: #050505;
    font-size: clamp(8px, 0.61vw, 10px);
    font-weight: 560;
    letter-spacing: 0.06em;
  }
}

@media (min-width: 1024px) and (max-height: 820px) {
  :root {
    --work-slider-card-width: clamp(320px, 28vw, 390px);
    --work-slider-card-top: clamp(238px, 31vh, 254px);
    --work-slider-axis-top: clamp(210px, 27vh, 224px);
    --work-slider-wordmark-width: min(78vw, 1080px);
  }

  .desktop-project-slot {
    height: calc(var(--desktop-slot-height) + 112px);
  }

  .desktop-project-slot.is-active .desktop-project-meta {
    top: calc(var(--desktop-slot-height) + 30px);
  }

  .desktop-project-meta > span,
  .desktop-project-meta > em,
  .desktop-project-meta small {
    margin-top: 7px;
  }
}

@media (max-width: 390px) and (max-height: 760px) {
  .photography-stack-host {
    top: 48px;
    width: min(78vw, 300px);
  }

  .photography-side-label {
    bottom: 98px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .photography-stack-card,
  .photography-single-image,
  .photography-grid,
  .photography-viewer {
    animation: none !important;
    transition: opacity 120ms ease !important;
  }

  .photography-stack-card.is-behind {
    opacity: 0.2;
  }
}

@media (min-width: 721px) and (max-width: 1024px) {
  .site-shell.is-work-view .site-header .work-lanyard-anchor {
    top: 18px;
    left: clamp(176px, 23vw, 236px);
    width: 126px;
    height: 126px;
  }

  .site-shell.is-work-view .site-header .work-lanyard-anchor .static-lanyard {
    transform: scale(1.02);
  }

  .site-shell.is-work-view .site-header .work-category-slot,
  .site-shell.is-work-view.is-list-view .site-header .work-category-slot {
    top: 96px;
    right: 28px;
    left: auto;
    width: 128px;
    justify-content: flex-start;
  }

}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  color: var(--ink);
  scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar,
*::-webkit-scrollbar {
  display: none;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

button,
a {
  color: inherit;
  font: inherit;
}

button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

button:focus-visible,
a:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 4px;
}

a {
  text-decoration: none;
}

.site-shell {
  position: relative;
  width: 100%;
  min-height: 100svh;
  overflow: hidden;
  background: transparent;
}

.site-stage {
  position: relative;
  min-height: 100svh;
  isolation: isolate;
}

.page-transition-shell {
  transform-origin: center top;
  will-change: opacity, transform;
}

.page-transition-shell--exiting {
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, -12px, 0) scale(0.995);
  transition:
    opacity 240ms cubic-bezier(0.55, 0.06, 0.68, 0.19) 80ms,
    transform 240ms cubic-bezier(0.55, 0.06, 0.68, 0.19) 80ms;
}

.page-transition-shell--entering {
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 18px, 0);
}

.page-transition-shell--entered {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 520ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.route-transition-overlay {
  position: fixed;
  z-index: 80;
  inset: 0;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  transform: translateZ(0);
  --route-cover-duration: 320ms;
  --route-reveal-duration: 380ms;
}

.route-transition-overlay.is-active {
  visibility: visible;
  pointer-events: auto;
}

.route-transition-panel {
  position: absolute;
  inset: 0;
  background: #101010;
  transform: translate3d(100%, 0, 0);
  transition: transform var(--route-cover-duration) cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}

.route-transition-overlay[data-direction="backward"] .route-transition-panel {
  transform: translate3d(-100%, 0, 0);
}

.route-transition-overlay.is-covering .route-transition-panel {
  transform: translate3d(0, 0, 0);
}

.route-transition-overlay.is-revealing .route-transition-panel {
  transition-duration: var(--route-reveal-duration);
}

.route-transition-overlay.is-revealing[data-direction="forward"] .route-transition-panel {
  transform: translate3d(-100%, 0, 0);
}

.route-transition-overlay.is-revealing[data-direction="backward"] .route-transition-panel {
  transform: translate3d(100%, 0, 0);
}

.route-transition-label {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #f7f5ef;
  font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(12px, 1vw, 15px);
  font-weight: 500;
  letter-spacing: 0.22em;
  opacity: 0;
  transform: translate3d(0, 8px, 0);
  transition:
    opacity 150ms ease 120ms,
    transform 300ms cubic-bezier(0.22, 1, 0.36, 1) 100ms;
  will-change: opacity, transform;
}

.route-transition-index {
  color: rgba(247, 245, 239, 0.56);
  font-size: 0.72em;
  font-variant-numeric: tabular-nums;
}

.route-transition-overlay.is-label-visible .route-transition-label {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.route-transition-line {
  position: absolute;
  z-index: 1;
  top: calc(50% + 28px);
  left: 50%;
  width: clamp(96px, 12vw, 180px);
  height: 1px;
  background: rgba(247, 245, 239, 0.48);
  opacity: 0;
  transform: translateX(-50%) scaleX(0);
  transform-origin: left center;
  transition:
    opacity 140ms ease 100ms,
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1) 100ms;
}

.route-transition-overlay[data-direction="backward"] .route-transition-line {
  transform-origin: right center;
}

.route-transition-overlay.is-label-visible .route-transition-line {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}

.route-transition-overlay.is-revealing .route-transition-label,
.route-transition-overlay.is-revealing .route-transition-line {
  opacity: 0;
}

@media (max-width: 720px) {
  .page-transition-shell--exiting {
    transform: translate3d(0, -8px, 0);
    transition-duration: 170ms;
    transition-delay: 60ms;
  }

  .page-transition-shell--entering {
    transform: translate3d(0, 10px, 0);
  }

  .page-transition-shell--entered {
    transition-duration: 350ms;
  }

  .route-transition-label {
    gap: 9px;
    font-size: 11px;
    letter-spacing: 0.2em;
    transition-delay: 80ms, 70ms;
  }

  .route-transition-line {
    top: calc(50% + 24px);
    width: 88px;
    transition-delay: 70ms, 70ms;
  }
}

.site-shell.is-page-transitioning .site-stage {
  pointer-events: none;
}

.site-shell.is-page-transitioning .site-header,
.site-shell.is-page-transitioning .desktop-top-layer,
.site-shell.is-page-transitioning .editorial-guide,
.site-shell.is-page-transitioning .work-lanyard-anchor,
.site-shell.is-page-transitioning .desktop-view-toggle,
.site-shell.is-page-transitioning .global-category-filter {
  animation: none !important;
  opacity: 1;
  transform: none;
}

.site-shell.is-page-transitioning .primary-nav button,
.site-shell.is-page-transitioning .view-switch button {
  pointer-events: none;
}

.site-shell.is-page-transitioning .desktop-view-toggle,
.site-shell.is-page-transitioning .view-switch {
  transform: translateX(-50%) !important;
}

.site-shell.is-page-transitioning .page-reveal {
  animation: none !important;
}

@keyframes route-group-enter {
  from {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes route-fade-enter {
  from { opacity: 0; }
  to { opacity: 1; }
}

.site-shell.is-page-transitioning .page-transition-shell--entered .work-stage-view {
  animation: route-group-enter 460ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.site-shell.is-page-transitioning .page-transition-shell--entered .work-wordmark {
  animation: route-fade-enter 430ms 55ms ease both;
}

.site-shell.is-page-transitioning .page-transition-shell--entered .about-title,
.site-shell.is-page-transitioning .page-transition-shell--entered .contact-title {
  animation: route-group-enter 500ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.site-shell.is-page-transitioning .page-transition-shell--entered .about-kicker,
.site-shell.is-page-transitioning .page-transition-shell--entered .contact-kicker {
  animation: route-group-enter 450ms 35ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.site-shell.is-page-transitioning .page-transition-shell--entered .about-description,
.site-shell.is-page-transitioning .page-transition-shell--entered .contact-intro {
  animation: route-group-enter 480ms 90ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.site-shell.is-page-transitioning .page-transition-shell--entered .about-services {
  animation: route-group-enter 480ms 130ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.site-shell.is-page-transitioning .page-transition-shell--entered .about-hero-visual {
  animation: route-fade-enter 500ms 65ms ease both;
}

.site-shell.is-page-transitioning .page-transition-shell--entered .contact-lanyard-block {
  animation: route-group-enter 460ms 70ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.site-shell.is-page-transitioning .page-transition-shell--entered .contact-row {
  animation: route-group-enter 430ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.site-shell.is-page-transitioning .page-transition-shell--entered .contact-row:nth-child(1) { animation-delay: 90ms; }
.site-shell.is-page-transitioning .page-transition-shell--entered .contact-row:nth-child(2) { animation-delay: 120ms; }
.site-shell.is-page-transitioning .page-transition-shell--entered .contact-row:nth-child(3) { animation-delay: 150ms; }
.site-shell.is-page-transitioning .page-transition-shell--entered .contact-row:nth-child(4) { animation-delay: 180ms; }
.site-shell.is-page-transitioning .page-transition-shell--entered .contact-row:nth-child(5) { animation-delay: 210ms; }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  padding: var(--edge);
  pointer-events: none;
  animation: chrome-rise 760ms 80ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.site-header > * {
  pointer-events: auto;
}

.studio-lockup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  font-size: var(--ui-size);
  letter-spacing: -0.04em;
  line-height: 1.18;
  text-align: left;
}

.studio-lockup span:first-child {
  margin-bottom: 0.3em;
  font-family: Didot, "Bodoni MT", "Times New Roman", serif;
  font-size: 1.44em;
  font-weight: 400;
  letter-spacing: -0.08em;
}

.view-switch {
  position: fixed;
  z-index: 41;
  top: var(--edge);
  left: 50%;
  display: grid;
  width: clamp(248px, 22vw, 320px);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  justify-self: auto;
  gap: 0;
  font-size: clamp(18px, 1.25vw, 20px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
  transform: translateX(-50%);
  white-space: nowrap;
}

.view-switch button,
.primary-nav button {
  color: var(--muted);
  transition: color 180ms ease;
}

.view-switch button {
  color: rgba(0, 0, 0, 0.28);
  font-weight: inherit;
  line-height: inherit;
}

.view-switch button:first-child {
  justify-self: end;
  margin-right: clamp(28px, 2.8vw, 44px);
}

.view-switch button:last-child {
  justify-self: start;
  margin-left: clamp(28px, 2.8vw, 44px);
}

.view-switch button:hover,
.view-switch button.is-active {
  color: #050505;
}

.view-switch button:hover,
.view-switch button.is-active,
.primary-nav button:hover,
.primary-nav button.is-active {
  color: var(--ink);
}

.view-switch button:hover,
.view-switch button.is-active {
  color: #050505;
}

.primary-nav {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
}

.top-pill-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-pill-nav__list {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 3px;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.035);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.26) inset;
}

.top-pill-nav__item {
  display: flex;
}

.top-pill-nav__pill {
  --pill-circle-size: 64px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 14px;
  overflow: hidden;
  border-radius: 999px;
  background: transparent;
  color: rgba(0, 0, 0, 0.42);
  font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
  white-space: nowrap;
  transition:
    color 180ms ease,
    background-color 180ms ease;
}

.primary-nav .top-pill-nav__pill.is-active {
  background: #050505;
  color: #f7f5ef;
}

.top-pill-nav__hover-circle {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  width: var(--pill-circle-size);
  height: var(--pill-circle-size);
  border-radius: 999px;
  background: #050505;
  opacity: 0.92;
  pointer-events: none;
  transform: translateX(-50%) scale(0);
  will-change: transform;
}

.top-pill-nav__label-stack {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  line-height: 1;
}

.top-pill-nav__label,
.top-pill-nav__label-hover {
  grid-area: 1 / 1;
  display: block;
  line-height: 1;
  white-space: nowrap;
  will-change: transform, opacity;
}

.top-pill-nav__label-hover {
  color: #f7f5ef;
  opacity: 0;
  transform: translateY(135%);
}

.primary-nav .top-pill-nav__pill.is-active .top-pill-nav__hover-circle {
  display: none;
}

.primary-nav .top-pill-nav__pill.is-active .top-pill-nav__label {
  color: #f7f5ef;
}

.primary-nav .top-pill-nav__pill.is-active .top-pill-nav__label-hover {
  opacity: 0;
  transform: translateY(135%);
}

.mobile-nav-toggle {
  display: none;
}

.editorial-guide {
  position: fixed;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: var(--hairline);
  opacity: 0.18;
  pointer-events: none;
  transform-origin: top;
  animation: guide-draw 920ms 120ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.work-stage {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  background: transparent;
}

.home-lanyard-visual {
  position: absolute;
  z-index: 7;
  top: clamp(118px, 16.5vh, 166px);
  right: clamp(72px, 8.4vw, 152px);
  width: clamp(172px, 14.5vw, 260px);
  max-width: 22vw;
  pointer-events: none;
}

.home-lanyard-visual .static-lanyard {
  filter: drop-shadow(0 22px 36px rgba(0, 0, 0, 0.13));
  transform: scale(0.94);
  transform-origin: center top;
}

.home-lanyard-visual .static-lanyard-card {
  pointer-events: auto;
}

.mobile-work-home {
  display: none;
}

.mobile-services-section {
  display: none;
}

.mobile-services-flow {
  display: none;
}

.hero-title {
  max-width: 9ch;
  margin: 0;
  color: #050505;
  font-family: var(--font-display);
  font-size: clamp(76px, 11.5vw, 168px);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.84;
  text-transform: none;
}

.hero-title span {
  display: block;
}

.hero-copy {
  max-width: 26ch;
  margin-top: clamp(24px, 3vw, 40px);
  color: rgba(0, 0, 0, 0.62);
  font-family: var(--font-body);
  font-size: clamp(20px, 2.4vw, 30px);
  letter-spacing: -0.055em;
  line-height: 1.08;
}

.project-cover {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f2f2f2;
}

.project-cover > img,
.project-cover > video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
}

.work-preview-image,
.work-preview-video {
  transition:
    opacity 240ms ease,
    filter 520ms ease;
}

.work-preview-image {
  opacity: 1;
}

.work-preview-video {
  opacity: 0;
}

.is-video-active .work-preview-video {
  opacity: 1;
}

.is-video-active .work-preview-image {
  opacity: 0;
}

.shared-transition-layer {
  position: fixed;
  z-index: 999;
  inset: 0;
  overflow: visible;
  pointer-events: none;
  contain: layout paint style;
}

.shared-transition-layer.to-list {
  z-index: 999;
}

.shared-transition-layer.to-slider {
  z-index: 999;
}

.mobile-transition-clone {
  position: fixed;
  z-index: 1002;
  overflow: hidden;
  pointer-events: none;
  transform-origin: top left;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.shared-transition-clone {
  position: fixed;
  top: 0;
  left: 0;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  background: #111;
  contain: paint;
  transform-origin: 0 0;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.shared-transition-clone img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
  user-select: none;
}

.shared-transition-clone.is-focus-clone {
  z-index: 120;
}

.work-stage.is-shared-transition-target .project-frame,
.work-stage.is-shared-transition-target .list-thumb {
  visibility: hidden !important;
  pointer-events: none;
  transition: none !important;
  animation: none !important;
}

.work-stage.is-shared-transition-target .work-index,
.work-stage.is-shared-transition-target .slider-instruction,
.work-stage.is-shared-transition-target .list-scroll-instruction,
.work-stage.is-shared-transition-target .list-left-index,
.work-stage.is-shared-transition-target .list-right-index,
.work-stage.is-shared-transition-target .list-center-line,
.work-stage.is-shared-transition-target .list-horizontal-line {
  opacity: 0;
  pointer-events: none;
  transition: none !important;
}

.work-stage.is-shared-transition-target.is-shared-transition-ready .work-index,
.work-stage.is-shared-transition-target.is-shared-transition-ready .slider-instruction,
.work-stage.is-shared-transition-target.is-shared-transition-ready .list-scroll-instruction,
.work-stage.is-shared-transition-target.is-shared-transition-ready .list-left-index,
.work-stage.is-shared-transition-target.is-shared-transition-ready .list-right-index,
.work-stage.is-shared-transition-target.is-shared-transition-ready .list-center-line,
.work-stage.is-shared-transition-target.is-shared-transition-ready .list-horizontal-line {
  opacity: 1;
  pointer-events: none;
}

.work-stage.is-shared-transition-target.to-list .list-left-index,
.work-stage.is-shared-transition-target.to-list .list-right-index {
  pointer-events: none;
}

.work-stage.is-shared-transition-target.to-list.is-shared-transition-ready .list-left-index,
.work-stage.is-shared-transition-target.to-list.is-shared-transition-ready .list-right-index {
  pointer-events: none;
}

.work-stage.is-shared-transition-target.to-list .list-center-line {
  pointer-events: none;
}

.work-stage.is-shared-transition-target.to-list.is-shared-transition-ready .list-center-line {
  pointer-events: none;
}

.work-stage.is-shared-transition-target.to-list .list-horizontal-line {
  pointer-events: none;
}

.work-stage.is-shared-transition-target.to-list.is-shared-transition-ready .list-horizontal-line {
  pointer-events: none;
}

.work-stage.is-shared-transition-target.stage-enter,
.work-stage.is-shared-transition-no-enter,
.work-stage.is-shared-transition-no-enter .work-stage-view {
  animation: none !important;
}

.site-shell.is-work-view-transitioning .view-switch button,
.site-shell.is-work-view-transitioning .primary-nav button {
  pointer-events: none;
}

.site-shell.is-work-view-transitioning .global-category-filter,
.site-shell.is-work-view-transitioning .global-category-filter button {
  animation: none !important;
  opacity: 1 !important;
  pointer-events: auto;
  transform: none !important;
  transition: none !important;
}

.site-shell.is-work-view-transitioning .work-category-slot {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.site-shell.is-work-view-transitioning .project-frame,
.site-shell.is-work-view-transitioning .list-thumb,
.site-shell.is-work-view-transitioning .project-cover,
.site-shell.is-work-view-transitioning .project-cover > img,
.site-shell.is-work-view-transitioning .project-cover > video,
.site-shell.is-work-view-transitioning .list-project-line,
.site-shell.is-work-view-transitioning .list-meta-line {
  transition: none !important;
}

.work-stage.is-list-view {
  --list-copy-top: clamp(208px, 25.8vh, 292px);
  --list-wordmark-safe: clamp(188px, 21.5vh, 252px);
}

.category-filter {
  position: fixed;
  z-index: 70;
  top: clamp(36px, 4.4vh, 58px);
  right: auto;
  left: calc(50% + clamp(90px, 8.6vw, 140px));
  width: clamp(170px, 13vw, 210px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.16em;
  font-size: clamp(13px, 0.9vw, 17px);
  letter-spacing: -0.02em;
  line-height: 1.05;
  opacity: 1;
  pointer-events: auto;
  transform: none !important;
  transition: opacity 180ms ease;
}

.site-shell:not(.is-work-view) .global-category-filter {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.category-filter button {
  position: relative;
  display: grid;
  width: 100%;
  min-width: 0;
  grid-template-columns: 26px 12px minmax(0, 1fr);
  column-gap: 6px;
  align-items: baseline;
  color: rgba(0, 0, 0, 0.32);
  text-align: left;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.category-filter button:hover,
.category-filter button.is-active {
  color: var(--ink);
}

.category-count {
  display: inline-block;
  min-width: 24px;
  font-size: 0.66em;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.03em;
  text-align: right;
}

.category-mark {
  display: inline-block;
  width: 12px;
  text-align: center;
  opacity: 0;
}

.category-filter button.is-active .category-mark {
  opacity: 1;
}

.category-label {
  white-space: nowrap;
}

.work-category-slot {
  display: contents;
}

@media (min-width: 768px) {
  .desktop-top-layer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    inset: 0 0 auto 0;
    width: 100%;
    height: var(--desktop-top-safe-height);
    padding: 0;
    animation: none;
    background: transparent;
    backdrop-filter: none;
    pointer-events: none;
    transform: none;
  }

  .desktop-top-layer > * {
    pointer-events: auto;
  }

  .site-brand {
    position: fixed;
    top: var(--desktop-brand-top);
    left: var(--desktop-pad-x);
    z-index: 60;
    grid-column: auto;
    grid-row: auto;
    justify-self: auto;
    width: var(--desktop-brand-width);
    font-size: var(--desktop-brand-subtitle-size);
    line-height: var(--desktop-brand-line-height);
  }

  .site-brand span:first-child {
    margin-bottom: 12px;
    font-size: var(--desktop-brand-title-size);
  }

  .site-shell.is-work-view .work-lanyard-anchor {
    position: fixed;
    z-index: 45;
    top: 22px;
    left: clamp(278px, 20vw, 360px);
    width: 165px;
    height: 165px;
    pointer-events: auto;
  }

  .site-shell.is-work-view .work-lanyard-anchor .static-lanyard {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 22px 36px rgba(0, 0, 0, 0.13));
    transform: scale(1.12);
    transform-origin: center;
  }

  .site-shell.is-work-view .work-lanyard-anchor .static-lanyard-card {
    pointer-events: auto;
  }

  .desktop-view-toggle {
    position: fixed;
    z-index: 65;
    top: var(--desktop-toggle-top);
    left: var(--desktop-center-line-x);
    width: var(--desktop-toggle-width);
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 0;
    transform: translateX(-50%);
    pointer-events: none;
  }

  .desktop-view-toggle button {
    pointer-events: auto;
    font-size: var(--desktop-toggle-font-size);
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: rgba(0, 0, 0, 0.28);
    opacity: 0.42;
    transition:
      color 0.45s ease,
      opacity 0.45s ease;
  }

  .desktop-view-toggle button:first-child {
    justify-self: end;
    margin-right: var(--desktop-toggle-gap);
  }

  .desktop-view-toggle button:last-child {
    justify-self: start;
    margin-left: var(--desktop-toggle-gap);
  }

  .desktop-view-toggle button.is-active {
    color: #050505;
    opacity: 1;
  }

  .site-header .primary-nav {
    position: fixed;
    z-index: 70;
    top: var(--desktop-nav-top);
    right: var(--desktop-pad-x);
    left: auto;
    grid-column: auto;
    grid-row: auto;
    justify-self: auto;
    transform: none;
  }

  .site-shell.is-work-view .desktop-view-toggle,
  .site-shell.is-work-view.is-list-view .desktop-view-toggle,
  .site-shell.is-work-view-transitioning .desktop-view-toggle {
    position: fixed;
    top: var(--desktop-toggle-top);
    left: var(--desktop-center-line-x);
    width: var(--desktop-toggle-width);
    transform: translateX(-50%) !important;
    opacity: 1;
  }

  .site-shell.is-work-view .desktop-top-layer,
  .site-shell.is-work-view.is-list-view .desktop-top-layer,
  .site-shell.is-work-view-transitioning .desktop-top-layer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: none !important;
    opacity: 1;
  }

  .site-shell.is-work-view .site-header .primary-nav,
  .site-shell.is-work-view.is-list-view .site-header .primary-nav,
  .site-shell.is-work-view-transitioning .site-header .primary-nav {
    position: fixed;
    top: var(--desktop-nav-top);
    right: var(--desktop-pad-x);
    left: auto;
    transform: none !important;
    opacity: 1;
  }

  .site-shell.is-work-view-transitioning .desktop-view-toggle,
  .site-shell.is-work-view-transitioning .site-header .primary-nav,
  .site-shell.is-work-view-transitioning .desktop-top-layer {
    transition: none !important;
  }

  .site-header .top-pill-nav__list {
    gap: var(--desktop-pill-gap);
    padding: 2px;
  }

  .site-header .top-pill-nav__pill {
    height: var(--desktop-pill-height);
    padding: 0 var(--desktop-pill-pad-x);
    font-size: var(--desktop-pill-font-size);
  }

  .site-shell.is-work-view .work-category-slot,
  .site-shell.is-work-view.is-list-view .work-category-slot {
    position: fixed;
    top: 26px;
    left: calc(50% + 120px);
    right: 222px;
    z-index: 56;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    pointer-events: none;
    transform: none !important;
  }

  .site-shell.is-work-view .work-category-panel,
  .site-shell.is-work-view.is-list-view .work-category-panel {
    position: static;
    z-index: auto;
    display: grid;
    width: 128px;
    gap: 2px;
    align-items: start;
    padding-top: 0;
    border-top: 0;
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    pointer-events: auto;
  }

  .site-shell.is-work-view .work-category-panel .work-category-panel__item {
    position: relative;
    display: grid;
    grid-template-columns: 18px 1fr;
    align-items: baseline;
    column-gap: 8px;
    width: 100%;
    border: 0;
    padding: 0;
    background: transparent;
    color: rgba(0, 0, 0, 0.34);
    text-align: left;
    cursor: pointer;
    transition:
      color 0.22s ease;
  }

  .site-shell.is-work-view .work-category-panel .work-category-panel__item:hover {
    color: rgba(0, 0, 0, 0.68);
  }

  .site-shell.is-work-view .work-category-panel .work-category-panel__item.is-active {
    color: #050505;
  }

  .site-shell.is-work-view .work-category-panel .work-category-panel__item.is-active::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    width: 6px;
    height: 1px;
    background: #050505;
    transform: translateY(-50%);
  }

  .site-shell.is-work-view .work-category-panel .work-category-panel__count {
    font-size: 8px;
    line-height: 1;
    letter-spacing: -0.01em;
    color: rgba(0, 0, 0, 0.42);
  }

  .site-shell.is-work-view .work-category-panel .work-category-panel__label {
    font-size: 10px;
    line-height: 1.05;
    letter-spacing: -0.01em;
    white-space: nowrap;
  }

  .site-shell.is-work-view .work-category-panel .work-category-panel__item.is-active .work-category-panel__label {
    font-weight: 600;
  }

  .site-shell.is-work-view .work-category-panel .work-category-panel__item.is-active .work-category-panel__meta {
    color: rgba(0, 0, 0, 0.68);
  }

  .site-shell.is-work-view .work-category-panel .category-mark {
    display: none;
  }

  .site-shell:not(.is-work-view) .work-lanyard-anchor {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }

  .center-divider {
    left: var(--desktop-center-line-x);
    display: block;
  }

  .site-shell.is-about-view .desktop-view-toggle,
  .site-shell.is-contact-view .desktop-view-toggle {
    opacity: 1;
    pointer-events: auto;
  }

  .site-shell.is-about-view .primary-nav,
  .site-shell.is-contact-view .primary-nav {
    top: var(--desktop-nav-top);
    right: var(--desktop-pad-x);
  }
}

.slider-viewport {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.portfolio-scroller {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  touch-action: pan-x;
  overscroll-behavior: contain;
  scrollbar-width: none;
  user-select: none;
  cursor: grab;
}

.portfolio-scroller:active {
  cursor: grabbing;
}

.portfolio-track {
  display: flex;
  width: max-content;
  min-width: 100%;
  align-items: center;
  gap: clamp(10px, 0.85vw, 18px);
  padding: clamp(44px, 7vh, 90px) 19vw;
}

.project-frame {
  position: relative;
  flex: 0 0 auto;
  width: clamp(188px, 17vw, 300px);
  aspect-ratio: 4 / 3;
  height: auto;
  overflow: hidden;
  background: #161616;
  cursor: pointer;
  isolation: isolate;
  transform-origin: center;
  will-change: transform, opacity;
  transition:
    opacity 260ms ease;
}

.frame-media {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  background: #111;
  transform-origin: center;
}

.project-frame.frame-wide {
  width: clamp(188px, 17vw, 300px);
}

.project-frame.frame-featured {
  width: clamp(188px, 17vw, 300px);
}

.project-frame.frame-standard {
  width: clamp(188px, 17vw, 300px);
}

.project-frame.frame-narrow {
  width: clamp(188px, 17vw, 300px);
}

.project-frame img,
.project-frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter:
    saturate(var(--frame-saturation, 0.9))
    contrast(1.02)
    brightness(var(--frame-brightness, 0.92));
  pointer-events: none;
  transition:
    opacity 240ms ease,
    filter 600ms ease;
}

.frame-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  pointer-events: none;
  transition: background 400ms ease;
}

.frame-meta {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 9px;
  left: 10px;
  display: flex;
  justify-content: space-between;
  color: white;
  font-size: clamp(9px, 0.68vw, 13px);
  letter-spacing: -0.025em;
  opacity: 0;
  pointer-events: none;
  transform: translateY(5px);
  transition:
    opacity 300ms ease,
    transform 400ms cubic-bezier(0.22, 1, 0.36, 1);
}

.project-frame.is-slider-active .frame-shade,
.project-frame:focus-visible .frame-shade {
  background: rgba(0, 0, 0, 0.08);
}

.project-frame.is-slider-active .frame-meta,
.project-frame:focus-visible .frame-meta {
  opacity: 1;
  transform: translateY(0);
}

.slider-instruction {
  margin: 12px var(--edge) 0;
  color: #aaa9a5;
  font-size: 9px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.big-wordmark {
  position: absolute;
  z-index: 2;
  top: auto;
  right: var(--edge);
  bottom: clamp(8px, 1vw, 18px);
  left: var(--edge);
  width: auto;
  pointer-events: none;
}

.work-wordmark {
  user-select: none;
  will-change: transform, opacity;
}

.big-wordmark-inner {
  position: relative;
  display: block;
  width: 100%;
}

.big-wordmark-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  user-select: none;
}

.big-wordmark-split {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: end;
  pointer-events: none;
}

.big-wordmark-part {
  display: block;
  height: auto;
  max-width: 100%;
  user-select: none;
  will-change: transform, opacity;
}

.work-wordmark__full,
.work-wordmark__split {
  will-change: transform, opacity;
}

.work-wordmark--slider .work-wordmark__full {
  opacity: 1;
}

.work-wordmark--slider .work-wordmark__split {
  opacity: 0;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: clamp(18px, 2.8vw, 56px);
}

.work-wordmark--slider .work-wordmark__hidden {
  justify-self: end;
  width: min(100%, clamp(420px, 39vw, 860px));
}

.work-wordmark--slider .work-wordmark__new-media {
  justify-self: start;
  width: min(100%, clamp(520px, 48vw, 1060px));
}

.work-index {
  position: absolute;
  z-index: 4;
  right: var(--edge);
  bottom: var(--edge);
  color: rgba(0, 0, 0, 0.42);
  font-size: 9px;
  letter-spacing: 0.06em;
}

.portfolio-list-wrap {
  position: absolute;
  z-index: 16;
  inset: 0;
  overflow-x: hidden;
  overflow-y: auto;
  --list-scroll: 0px;
  --list-row-height: clamp(22px, 1.32vw, 30px);
  font-size: clamp(16px, 1.14vw, 24px);
  line-height: 1;
  overscroll-behavior: contain;
  scrollbar-width: none;
  touch-action: pan-y;
  text-transform: uppercase;
}

.portfolio-list-wrap::-webkit-scrollbar {
  display: none;
}

.list-scroll-space {
  position: relative;
  z-index: 0;
  height: 180vh;
  pointer-events: none;
}

.list-left-index,
.list-right-index {
  position: fixed;
  z-index: 22;
  top: var(--list-copy-top, clamp(200px, 24vh, 290px));
  height: calc(100svh - var(--list-copy-top, clamp(200px, 24vh, 290px)) - var(--list-wordmark-safe, clamp(164px, 20vh, 240px)));
  overflow: hidden;
  transition: none;
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0,
    #000 24px,
    #000 calc(100% - 38px),
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0,
    #000 24px,
    #000 calc(100% - 38px),
    transparent 100%
  );
}

.list-left-index {
  left: var(--edge);
  width: min(45vw, 720px);
}

.list-right-index {
  right: var(--edge);
  width: min(33vw, 560px);
}

.list-left-track,
.list-right-track {
  position: relative;
  height: 100%;
  transition: none;
  will-change: auto;
}

.list-project-line,
.list-meta-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: grid;
  height: var(--list-row-height);
  align-items: center;
  color: var(--ink);
  font-size: inherit;
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 1.02;
  text-align: left;
  transform: translate3d(var(--list-row-x, 0px), calc(-50% + var(--list-row-y, 0px)), 0);
  will-change: transform, opacity;
  transition:
    opacity 180ms ease,
    background-color 220ms ease,
    color 220ms ease;
}

.list-project-line {
  grid-template-columns: clamp(38px, 10.4vw, 212px) 1fr;
}

.list-meta-line {
  grid-template-columns: minmax(150px, 1fr) clamp(62px, 5.6vw, 106px);
  column-gap: clamp(16px, 2.2vw, 48px);
}

.list-number,
.list-year {
  letter-spacing: -0.045em;
}

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

.list-number,
.list-title-text,
.list-client,
.list-year {
  width: max-content;
  max-width: 100%;
  transition:
    background-color 260ms ease,
    color 260ms ease,
    padding 260ms ease,
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.list-project-line.is-scroll-current .list-title-text,
.list-project-line.is-scroll-current .list-number,
.list-meta-line.is-scroll-current .list-client,
.list-meta-line.is-scroll-current .list-year {
  background: var(--ink);
  color: var(--paper);
  font-weight: 800;
  padding: 0.01em 0.16em 0.06em;
}

.list-image-rail {
  position: fixed;
  z-index: 18;
  top: var(--list-copy-top, clamp(200px, 24vh, 290px));
  bottom: var(--list-wordmark-safe, clamp(164px, 20vh, 240px));
  left: 50%;
  width: clamp(300px, 28vw, 520px);
  overflow: visible;
  transform: translateX(-50%);
  pointer-events: none;
}

.list-center-line {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(0, 0, 0, 0.22);
  transform: translateX(-50%);
  pointer-events: none;
}

.list-horizontal-line {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: max(0px, calc(50% - 332px));
  left: max(0px, calc(50% - 332px));
  height: 1px;
  background: rgba(0, 0, 0, 0.34);
  transform: translateY(-50%);
  pointer-events: none;
}

.list-rail-track {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: visible;
  pointer-events: none;
}

.list-thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--thumb-width, clamp(104px, 7.6vw, 154px));
  aspect-ratio: 4 / 3;
  height: auto;
  overflow: hidden;
  border: 0;
  background: #141414;
  animation: none;
  pointer-events: auto;
  transform-origin: center;
  will-change: transform, opacity;
  transition:
    width 560ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 420ms ease,
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 520ms ease;
}

.list-thumb:not(.is-list-visible) {
  visibility: hidden;
}

.list-thumb img,
.list-thumb-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition:
    opacity 220ms ease,
    filter 420ms ease;
}

.list-thumb img {
  opacity: 1;
}

.list-thumb-video {
  opacity: 0;
}

.list-thumb.is-video-active .list-thumb-video {
  opacity: 1;
}

.list-thumb.is-video-active img {
  opacity: 0;
}

.list-thumb:not(.is-list-center) img,
.list-thumb:not(.is-list-center) .list-thumb-video {
  filter: saturate(0.9) contrast(1.02) brightness(0.88);
}

.list-thumb.is-list-center {
  box-shadow: none;
}

.list-scroll-instruction {
  position: fixed;
  z-index: 17;
  bottom: clamp(194px, 28vh, 288px);
  left: calc(50% - min(15vw, 196px));
  margin: 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: clamp(8px, 0.58vw, 10px);
  letter-spacing: -0.035em;
  text-transform: none;
}

.work-wordmark--list {
  position: fixed;
  z-index: 5;
  right: var(--edge);
  bottom: clamp(6px, 1.6vh, 22px);
  left: var(--edge);
  width: auto;
  transform: none;
}

.work-wordmark--list .big-wordmark-inner {
  width: 100%;
}

.work-wordmark--list .work-wordmark__full {
  opacity: 0;
}

.work-wordmark--list .work-wordmark__split {
  opacity: 1;
  width: 100%;
  grid-template-columns: minmax(0, 1fr) clamp(190px, 24vw, 430px) minmax(0, 1fr);
  align-items: end;
}

.work-wordmark--list .work-wordmark__hidden {
  grid-column: 1;
  justify-self: end;
  width: min(100%, clamp(220px, 26vw, 560px));
}

.work-wordmark--list .work-wordmark__new-media {
  grid-column: 3;
  justify-self: start;
  width: min(100%, clamp(250px, 31vw, 680px));
}

.text-section {
  position: relative;
  z-index: 5;
  min-height: 100svh;
  overflow-y: auto;
  padding: clamp(130px, 18vh, 210px) var(--edge) 50px;
  background: var(--paper);
}

.section-back {
  position: fixed;
  z-index: 45;
  right: var(--edge);
  bottom: var(--edge);
  font-size: var(--ui-size);
  letter-spacing: -0.04em;
}

.section-kicker {
  margin-bottom: clamp(28px, 5vh, 68px);
  font-size: 10px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.text-section h1 {
  max-width: 95vw;
  margin: 0;
  font-size: clamp(54px, 8.7vw, 180px);
  font-weight: 700;
  letter-spacing: -0.075em;
  line-height: 0.82;
}

.text-section h1 em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.about-section {
  position: relative;
  z-index: 5;
  height: 100svh;
  min-height: 100svh;
  overflow: hidden;
  background: #f1f0ec;
  color: #050505;
}

.about-main {
  position: relative;
  display: grid;
  height: 100%;
  min-height: 0;
  grid-template-columns: minmax(300px, 34vw) minmax(0, 1fr) minmax(250px, 27vw);
  align-items: center;
  column-gap: clamp(28px, 4.6vw, 76px);
  padding: 0 var(--edge) clamp(72px, 9vh, 96px);
  padding-top: max(var(--desktop-top-safe-height), clamp(118px, 15vh, 146px));
}

.about-panel {
  min-width: 0;
}

.about-panel-copy {
  display: flex;
  position: relative;
  z-index: 3;
  grid-column: 1;
  height: auto;
  min-height: 0;
  flex-direction: column;
  padding: 0;
}

.about-hero-left {
  max-width: 50vw;
}

.about-copy-main {
  max-width: min(540px, 100%);
}

.about-kicker {
  margin: 0 0 clamp(36px, 4vw, 58px);
  color: rgba(5, 5, 5, 0.5);
  font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(11px, 0.85vw, 14px);
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
}

.about-section .about-title,
.about-section .about-hero-title {
  display: flex;
  max-width: 8.4ch;
  flex-direction: column;
  margin: 0;
  color: #050505;
  font-family: var(--font-display), "Inter Tight", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(72px, 6.8vw, 112px);
  font-weight: 430;
  letter-spacing: -0.06em;
  line-height: 1.04;
  text-transform: none;
}

.about-section .about-title span,
.about-section .about-hero-title span {
  display: block;
  white-space: nowrap;
}

.about-lower {
  display: grid;
  grid-template-columns: minmax(240px, 0.82fr) minmax(280px, 1.18fr);
  gap: clamp(22px, 4.5vw, 64px);
  align-items: end;
  margin-top: auto;
  padding-top: clamp(22px, 3.8vh, 48px);
}

.about-description {
  max-width: clamp(360px, 32vw, 540px);
  margin: clamp(34px, 4vw, 58px) 0 0;
  color: rgba(0, 0, 0, 0.72);
  font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(16px, 1.25vw, 21px);
  letter-spacing: -0.035em;
  line-height: 1.32;
}

.about-services {
  position: relative;
  z-index: 3;
  grid-column: 3;
  width: 100%;
  max-width: 370px;
  justify-self: end;
  border-top: 1px solid rgba(5, 5, 5, 0.2);
}

.about-service-row {
  display: grid;
  width: 100%;
  min-height: clamp(34px, 5vh, 46px);
  grid-template-columns: 38px 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(5, 5, 5, 0.2);
  color: #050505;
  text-align: left;
  transition: opacity 180ms ease;
}

.about-service-row:hover {
  opacity: 0.55;
}

.about-service-row span:first-child {
  align-self: center;
  color: rgba(5, 5, 5, 0.62);
  font-size: clamp(9px, 0.64vw, 11px);
  letter-spacing: -0.02em;
}

.about-service-row span:last-child {
  font-size: clamp(13px, 0.95vw, 17px);
  letter-spacing: -0.035em;
  line-height: 1;
}

.about-visual {
  position: relative;
  height: 100svh;
  isolation: isolate;
  overflow: hidden;
  border-left: 1px solid rgba(5, 5, 5, 0.16);
  background:
    radial-gradient(circle at 36% 26%, rgba(255, 255, 255, 0.66), transparent 34%),
    radial-gradient(circle at 72% 68%, rgba(255, 255, 255, 0.32), transparent 38%),
    #d8d5cf;
}

.about-orb {
  position: absolute;
  z-index: 0;
  top: 16%;
  left: 18%;
  width: min(34vw, 420px);
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.5), transparent 64%);
  filter: blur(12px);
  pointer-events: none;
}

.about-hero-copy,
.about-ai-label,
.about-typewriter,
.about-type-cursor,
.about-actions,
.about-pill,
.about-pill-outline,
.about-photographer {
  display: none;
}

.about-hero-visual {
  position: absolute;
  z-index: 1;
  left: 51.7%;
  bottom: 0;
  width: clamp(390px, 36vw, 620px);
  height: min(79vh, 760px);
  transform: translateX(-50%);
  transform-style: preserve-3d;
  perspective: 1000px;
  pointer-events: none;
  --head-x: 0px;
  --head-y: 0px;
  --head-rotate-x: 0deg;
  --head-rotate-y: 0deg;
  --head-rotate-z: 0deg;
}

.hero-body,
.hero-head {
  position: absolute;
  display: block;
  object-fit: contain;
  object-position: bottom center;
  pointer-events: none;
  user-select: none;
}

.hero-body {
  z-index: 1;
  left: 50%;
  bottom: 0;
  width: auto;
  height: 100%;
  transform: translateX(-50%) translateZ(0);
  filter: drop-shadow(0 28px 45px rgba(0, 0, 0, 0.22));
}

.hero-head {
  z-index: 2;
  top: 3.7%;
  left: 50.2%;
  width: auto;
  height: 43.5%;
  transform:
    translate3d(calc(-50% + var(--head-x)), var(--head-y), 44px)
    rotateX(var(--head-rotate-x))
    rotateY(var(--head-rotate-y))
    rotateZ(var(--head-rotate-z));
  transform-origin: 50% 78%;
  will-change: transform;
}

.about-corner-logo {
  position: absolute;
  z-index: 3;
  left: var(--edge);
  bottom: clamp(20px, 3vh, 34px);
  width: clamp(70px, 7.6vw, 116px);
  height: auto;
  pointer-events: none;
  user-select: none;
}

.about-back {
  position: absolute;
  z-index: 4;
  right: var(--edge);
  bottom: clamp(26px, 4vh, 46px);
  font-size: clamp(15px, 1vw, 19px);
  letter-spacing: -0.045em;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

@media (min-width: 768px) {
  .about-hero-left {
    max-width: 50vw;
  }

  .about-section .about-hero-title {
    max-width: 8.4ch;
    font-size: clamp(72px, 6.8vw, 112px);
    font-weight: 430;
    letter-spacing: -0.06em;
    line-height: 1.04;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .about-section .about-hero-title {
    max-width: 8.6ch;
    font-size: clamp(58px, 5.8vw, 76px);
    letter-spacing: -0.055em;
    line-height: 1.05;
  }
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .about-section .about-hero-title {
    font-size: clamp(72px, 6.4vw, 94px);
    letter-spacing: -0.058em;
    line-height: 1.04;
  }
}

@media (min-width: 1440px) and (max-width: 1727px) {
  .about-section .about-hero-title {
    font-size: clamp(86px, 6.6vw, 112px);
    letter-spacing: -0.06em;
    line-height: 1.04;
  }
}

@media (min-width: 1728px) {
  .about-section .about-hero-title {
    font-size: clamp(100px, 5.8vw, 128px);
    letter-spacing: -0.06em;
    line-height: 1.04;
  }
}

.contact-section {
  min-height: 100svh;
  overflow: hidden auto;
  padding: 0 var(--edge) clamp(44px, 5vh, 64px);
  background: rgba(250, 250, 250, 0.96);
}

.contact-section .section-back {
  position: absolute;
  right: clamp(28px, 3.6vw, 56px);
  bottom: clamp(28px, 4.6vh, 58px);
  font-size: clamp(16px, 1.05vw, 20px);
  letter-spacing: -0.045em;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.contact-hero {
  display: grid;
  min-height: calc(100svh - clamp(44px, 5vh, 64px));
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  column-gap: clamp(44px, 4.8vw, 78px);
  padding: 0 0 clamp(86px, 10vh, 112px);
  padding-top: max(var(--desktop-top-safe-height), clamp(152px, 17vh, 186px));
}

.contact-desktop-left,
.contact-desktop-right {
  min-width: 0;
}

.contact-desktop-left {
  display: flex;
  align-items: flex-start;
}

.contact-copy {
  max-width: min(680px, 100%);
  padding-right: clamp(10px, 1.8vw, 28px);
}

.contact-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(24px, 3vh, 36px);
}

.contact-desktop-right {
  align-self: stretch;
  justify-content: flex-start;
  padding-left: clamp(26px, 3vw, 48px);
}

.contact-lanyard-block {
  display: flex;
  width: 100%;
  min-height: clamp(200px, 23vh, 250px);
  align-items: flex-start;
  justify-content: center;
  margin-bottom: clamp(6px, 1.2vh, 12px);
}

.contact-visual {
  width: clamp(170px, 14.6vw, 246px);
  max-width: 100%;
  opacity: 0.96;
  pointer-events: none;
}

.contact-lanyard-visual {
  width: clamp(172px, 14vw, 228px);
  opacity: 1;
  pointer-events: auto;
}

.contact-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  user-select: none;
}

.static-lanyard {
  position: relative;
  width: 100%;
  aspect-ratio: 320 / 300;
  overflow: visible;
  isolation: isolate;
  touch-action: none;
}

.static-lanyard-rope {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: visible;
  pointer-events: none;
}

.static-lanyard-band,
.static-lanyard-shadow {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.static-lanyard-shadow {
  stroke: rgba(0, 0, 0, 0.16);
  stroke-width: 12;
  transform: translate(2px, 3px);
}

.static-lanyard-band {
  stroke: #0a0a0a;
  stroke-width: 8.5;
}

.static-lanyard-card {
  position: absolute;
  z-index: 2;
  top: 58.6%;
  left: 50%;
  width: 57%;
  aspect-ratio: 0.72;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(238, 238, 236, 0.88)),
    #fff;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  cursor: grab;
  pointer-events: auto;
  transform:
    translate(-50%, -50%)
    translate3d(var(--lanyard-x, 0), var(--lanyard-y, 0), 0)
    rotate(var(--lanyard-rotate, 0deg));
  transform-origin: 50% 12%;
  transition:
    box-shadow 220ms ease,
    filter 220ms ease;
  will-change: transform;
}

.static-lanyard-card.is-dragging {
  cursor: grabbing;
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  filter: contrast(1.02);
}

.static-lanyard-hole {
  position: absolute;
  z-index: 2;
  top: 8%;
  left: 50%;
  width: 17%;
  aspect-ratio: 1;
  border: 1px solid rgba(0, 0, 0, 0.22);
  border-radius: 999px;
  background: #fbfbfb;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.11);
  transform: translateX(-50%);
}

.static-lanyard-card-inner {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  background: #fff;
  transform-style: preserve-3d;
}

.static-lanyard-card-face {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  border-radius: inherit;
  backface-visibility: hidden;
}

.static-lanyard-card-back {
  transform: rotateY(180deg);
}

.static-lanyard-card-face img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  opacity: 0.98;
  pointer-events: none;
}

.contact-kicker {
  margin-bottom: clamp(34px, 4.6vh, 52px);
  font-size: clamp(10px, 0.72vw, 13px);
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.contact-title {
  max-width: none;
  margin: 0;
}

.contact-title-main,
.contact-title-italic {
  display: block;
}

.contact-title-main {
  font-family: var(--font-display), "Inter Tight", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(58px, 5vw, 88px);
  font-weight: 800;
  letter-spacing: -0.072em;
  line-height: 0.9;
}

.contact-title-italic {
  margin-top: clamp(4px, 0.7vh, 10px);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(56px, 5.18vw, 90px);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.86;
}

.contact-intro {
  max-width: 34ch;
  margin: clamp(40px, 5vh, 56px) 0 0;
  color: rgba(0, 0, 0, 0.54);
  font-size: clamp(17px, 1.35vw, 23px);
  letter-spacing: -0.045em;
  line-height: 1.42;
}

.contact-info {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.contact-row {
  display: grid;
  grid-template-columns: clamp(120px, 9vw, 160px) minmax(0, 1fr);
  gap: clamp(22px, 2.4vw, 36px);
  align-items: center;
  min-height: clamp(78px, 8.4vh, 92px);
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.contact-label {
  color: rgba(0, 0, 0, 0.48);
  font-size: clamp(11px, 0.76vw, 12px);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.contact-value {
  color: var(--ink);
  font-size: clamp(17px, 1.18vw, 20px);
  letter-spacing: -0.042em;
  line-height: 1.2;
}

.contact-value a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: opacity 180ms ease;
}

.contact-value a:hover {
  opacity: 0.5;
}

.project-overlay {
  position: fixed;
  z-index: 99999;
  inset: 0;
  isolation: isolate;
  width: 100vw;
  height: 100svh;
  overflow: hidden;
  background: #000;
  color: #fff;
  --video-progress: 0%;
}

.overlay-controls {
  position: absolute;
  z-index: 110;
  top: 0;
  left: 0;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  padding: var(--edge);
  font-size: var(--ui-size);
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.overlay-back {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 0.92;
  text-transform: none;
}

.sound-control,
.image-view-label {
  justify-self: center;
}

.info-control {
  justify-self: end;
}

.video-stage {
  position: absolute;
  z-index: 101;
  inset: 11.5vh 0 9.5vh;
  overflow: hidden;
  background: #000;
  transform-origin: top left;
}

.project-overlay.has-video .video-stage {
  inset: 10vh clamp(66px, 6vw, 130px) 8vh;
}

.project-video,
.project-poster,
.embed-player {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.project-video,
.project-poster {
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.88) contrast(1.02) brightness(0.88);
}

.project-poster {
  z-index: 1;
  display: none;
}

.project-poster.is-visible {
  display: block;
}

.image-stage {
  background: #000;
}

.project-detail-image {
  object-fit: contain;
  object-position: center;
  filter: none;
  animation: media-reveal 900ms 120ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.project-video-detail {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  object-fit: contain;
  object-position: center;
  background: #000;
  filter: none;
  opacity: 0;
  transition: opacity 180ms ease;
}

.video-stage.has-video-frame .project-video-detail {
  opacity: 1;
}

.video-stage.has-video-error .project-video-detail {
  opacity: 0;
}

.project-video-loading-poster {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #000;
  filter: none;
  opacity: 1;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.project-video-loading-poster.is-hidden {
  opacity: 0;
}

.project-video-loading-poster[hidden] {
  display: none;
}

.video-loading-state {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  gap: 0.7em;
  align-items: center;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: clamp(10px, 0.78vw, 14px);
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.video-loading-state.is-visible {
  opacity: 0.82;
}

.video-loading-state.has-error {
  opacity: 1;
  pointer-events: auto;
}

.video-retry-control {
  padding: 0.55em 0.9em;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  color: inherit;
}

.video-sound-prompt {
  position: absolute;
  z-index: 5;
  bottom: clamp(14px, 2vh, 26px);
  left: 50%;
  padding: 0.58em 0.9em;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.76);
  color: #fff;
  font-size: clamp(10px, 0.72vw, 13px);
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.video-sound-prompt[hidden] {
  display: none;
}

.video-scrubber {
  position: absolute;
  z-index: 112;
  top: 50%;
  left: var(--edge);
  display: grid;
  height: min(54vh, 520px);
  grid-template-rows: auto 1fr auto;
  gap: 14px;
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(10px, 0.82vw, 14px);
  letter-spacing: -0.03em;
  line-height: 1;
  transform: translateY(-50%);
  user-select: none;
}

.video-scrubber.is-hidden {
  display: none;
}

.video-scrubber__time {
  min-width: 4.5ch;
  color: rgba(255, 255, 255, 0.84);
  font-variant-numeric: tabular-nums;
  text-align: left;
}

.video-scrubber__track {
  position: relative;
  width: 22px;
  height: 100%;
  cursor: ns-resize;
  outline: none;
  touch-action: none;
}

.video-scrubber__track::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.26);
  content: "";
  transform: translateX(-50%);
}

.video-scrubber__progress {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: var(--video-progress);
  background: rgba(255, 255, 255, 0.92);
  transform: translateX(-50%);
}

.video-scrubber__thumb {
  position: absolute;
  top: var(--video-progress);
  left: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  background: #000;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.22);
  transform: translate(-50%, -50%);
}

.video-scrubber__track:focus-visible .video-scrubber__thumb {
  box-shadow:
    0 0 0 5px rgba(0, 0, 0, 0.22),
    0 0 0 7px rgba(255, 255, 255, 0.25);
}

@keyframes chrome-rise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes guide-draw {
  from {
    opacity: 0;
    transform: scaleY(0);
  }
  to {
    opacity: 1;
    transform: scaleY(1);
  }
}

@keyframes pageRevealUp {
  from {
    opacity: 0;
    filter: blur(2px);
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes media-reveal {
  from {
    opacity: 0;
    transform: scale(1.035);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes thumb-rise {
  from {
    opacity: 0;
    transform: translateY(34px) scale(0.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes about-cursor-blink {
  0%,
  48% {
    opacity: 1;
  }
  49%,
  100% {
    opacity: 0;
  }
}

.play-control {
  position: absolute;
  z-index: 114;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  align-items: center;
  max-width: 16rem;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: clamp(10px, 0.85vw, 16px);
  letter-spacing: -0.035em;
  line-height: 0.88;
  text-align: center;
  text-transform: uppercase;
  pointer-events: auto;
  mix-blend-mode: difference;
  transition: opacity 180ms ease;
}

.play-control.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.play-control.is-playing {
  opacity: 0.52;
}

.play-control.is-playing:hover,
.play-control.is-playing:focus-visible {
  opacity: 1;
}

.play-control.is-paused {
  opacity: 1;
}

.play-control span:last-child {
  font-size: 0.58em;
  opacity: 0.72;
}

.edge-nav {
  position: absolute;
  z-index: 108;
  top: 50%;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  transform: translateY(-50%);
  font-size: clamp(10px, 0.84vw, 16px);
  line-height: 0.9;
  text-transform: uppercase;
}

.edge-nav span:first-child {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.72em;
  transition: color 180ms ease;
}

.edge-nav:hover span:first-child {
  color: #fff;
}

.edge-nav-left {
  left: var(--edge);
  align-items: flex-start;
}

.edge-nav-right {
  right: var(--edge);
  align-items: flex-end;
}

.video-progress {
  position: absolute;
  z-index: 109;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
  pointer-events: none;
}

.video-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 160ms linear;
}

.video-progress.is-hidden {
  display: none;
}

.project-info {
  position: absolute;
  z-index: 120;
  top: 0;
  right: 0;
  display: flex;
  width: min(43vw, 690px);
  height: 100%;
  flex-direction: column;
  padding: var(--edge);
  background: #f1efe7;
  color: #080808;
}

.info-close {
  align-self: flex-end;
  font-size: var(--ui-size);
}

.info-title {
  margin-top: clamp(80px, 13vh, 150px);
}

.info-title > span {
  font-size: 10px;
  text-transform: uppercase;
}

.info-title h2 {
  max-width: 8ch;
  margin: 0.2em 0 0;
  font-size: clamp(58px, 6.6vw, 112px);
  font-weight: 700;
  letter-spacing: -0.075em;
  line-height: 0.82;
}

.project-info dl {
  margin: auto 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}

.project-info dl div {
  display: grid;
  grid-template-columns: 0.36fr 1fr;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  font-size: clamp(12px, 1vw, 16px);
}

.project-info dt {
  font-size: 0.68em;
  text-transform: uppercase;
}

.project-info dd {
  margin: 0;
}

.project-info > p {
  max-width: 44ch;
  margin: clamp(35px, 7vh, 90px) 0 0;
  font-size: clamp(16px, 1.25vw, 22px);
  letter-spacing: -0.035em;
  line-height: 1.08;
}

@media (max-width: 1023px) {
  .view-switch,
  .site-shell.is-list-view .view-switch {
    width: clamp(220px, 28vw, 284px);
    font-size: 16px;
  }

  .view-switch button:first-child {
    margin-right: clamp(24px, 2.4vw, 34px);
  }

  .view-switch button:last-child {
    margin-left: clamp(24px, 2.4vw, 34px);
  }

  .category-filter {
    top: clamp(36px, 4.4vh, 58px);
    right: auto;
    left: calc(50% + 90px);
    width: 170px;
  }

  .contact-hero {
    grid-template-columns: minmax(0, 1fr);
    align-content: center;
    row-gap: clamp(54px, 8vh, 82px);
    padding-top: 132px;
  }

  .contact-copy {
    max-width: 760px;
    padding-right: 0;
  }

  .contact-right {
    width: min(100%, 660px);
    justify-self: end;
  }

  .contact-desktop-right {
    padding-left: 0;
  }

  .contact-lanyard-block {
    min-height: auto;
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .contact-visual {
    width: clamp(150px, 20vw, 210px);
  }
}

@media (min-width: 768px) {
  :root {
    --desktop-pad-x: clamp(22px, 3vw, 56px);
    --desktop-top-y: clamp(22px, 2vw, 36px);
    --desktop-center-line-x: 50%;
    --desktop-top-safe-height: clamp(132px, 12vw, 190px);
    --desktop-brand-title-size: clamp(17px, 1.35vw, 23px);
    --desktop-brand-subtitle-size: clamp(13px, 1.05vw, 17px);
    --desktop-toggle-top: clamp(24px, 2vw, 34px);
    --desktop-toggle-width: clamp(150px, 12vw, 190px);
    --desktop-toggle-font-size: clamp(14px, 1.1vw, 17px);
    --desktop-toggle-gap: clamp(16px, 1.5vw, 24px);
    --desktop-nav-top: clamp(20px, 1.8vw, 32px);
    --desktop-pill-height: clamp(30px, 2.5vw, 38px);
    --desktop-pill-font-size: clamp(13px, 1vw, 16px);
    --desktop-pill-pad-x: clamp(12px, 1.1vw, 18px);
    --contact-content-top: clamp(190px, 20vh, 270px);
    --contact-left-max: clamp(500px, 42vw, 760px);
    --contact-right-max: clamp(520px, 40vw, 740px);
    --contact-title-main-size: clamp(58px, 6.2vw, 118px);
    --contact-title-accent-size: clamp(52px, 5.3vw, 100px);
    --contact-copy-size: clamp(17px, 1.45vw, 25px);
    --contact-info-label-size: clamp(11px, 0.8vw, 13px);
    --contact-info-value-size: clamp(17px, 1.35vw, 24px);
    --contact-lanyard-size: clamp(160px, 16vw, 260px);
  }

  .site-shell.is-contact-view .work-category-slot {
    display: none;
  }

  .site-shell.is-contact-view .site-brand {
    top: var(--desktop-top-y);
    left: var(--desktop-pad-x);
  }

  .site-shell.is-contact-view .desktop-view-toggle {
    top: var(--desktop-toggle-top);
    left: var(--desktop-center-line-x);
    width: var(--desktop-toggle-width);
    transform: translateX(-50%) !important;
  }

  .site-shell.is-contact-view .desktop-view-toggle button {
    font-size: var(--desktop-toggle-font-size);
    font-weight: 600;
  }

  .site-shell.is-contact-view .desktop-view-toggle button:first-child {
    margin-right: var(--desktop-toggle-gap);
  }

  .site-shell.is-contact-view .desktop-view-toggle button:last-child {
    margin-left: var(--desktop-toggle-gap);
  }

  .site-shell.is-contact-view .primary-nav {
    top: var(--desktop-nav-top);
    right: var(--desktop-pad-x);
  }

  .site-shell.is-contact-view .center-divider {
    left: var(--desktop-center-line-x);
  }

  .contact-section {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    padding: 0;
    background: #f7f5ef;
  }

  .contact-section .section-back {
    right: var(--desktop-pad-x);
    bottom: clamp(28px, 4.6vh, 58px);
  }

  .contact-desktop-layout,
  .contact-hero {
    position: relative;
    display: grid;
    min-height: 100svh;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
    column-gap: 0;
    row-gap: 0;
    padding: 0;
  }

  .contact-desktop-left {
    position: relative;
    display: block;
    min-width: 0;
    padding-top: var(--contact-content-top);
    padding-right: clamp(36px, 5vw, 96px);
    padding-left: var(--desktop-pad-x);
  }

  .contact-desktop-right {
    position: relative;
    display: flex;
    min-width: 0;
    align-self: stretch;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: clamp(150px, 17vh, 230px);
    padding-right: var(--desktop-pad-x);
    padding-left: clamp(36px, 5vw, 96px);
  }

  .contact-copy {
    max-width: var(--contact-left-max);
    padding-right: 0;
  }

  .contact-kicker {
    margin-bottom: clamp(36px, 4vw, 70px);
    color: rgba(0, 0, 0, 0.52);
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(11px, 0.85vw, 14px);
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1;
    text-transform: uppercase;
  }

  .contact-title {
    max-width: var(--contact-left-max);
    margin: 0;
    color: #050505;
  }

  .contact-title-main {
    display: block;
    font-family: var(--font-display), "Inter Tight", "Helvetica Neue", Arial, sans-serif;
    font-size: var(--contact-title-main-size);
    font-weight: 780;
    letter-spacing: -0.06em;
    line-height: 0.92;
  }

  .contact-title-accent,
  .contact-title-italic {
    display: block;
    margin-top: clamp(8px, 1vw, 18px);
    font-family: var(--font-serif, "Instrument Serif"), Georgia, serif;
    font-size: var(--contact-title-accent-size);
    font-style: italic;
    font-weight: 400;
    letter-spacing: -0.045em;
    line-height: 0.96;
  }

  .contact-intro {
    max-width: clamp(420px, 33vw, 620px);
    margin-top: clamp(44px, 5vw, 84px);
    padding-top: clamp(28px, 3vw, 48px);
    border-top: 1px solid rgba(0, 0, 0, 0.14);
    color: rgba(0, 0, 0, 0.62);
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: var(--contact-copy-size);
    letter-spacing: -0.04em;
    line-height: 1.35;
  }

  .contact-right {
    width: auto;
    gap: 0;
    align-items: center;
    justify-self: stretch;
  }

  .contact-lanyard-block {
    display: flex;
    width: var(--contact-lanyard-size);
    height: var(--contact-lanyard-size);
    min-height: 0;
    align-items: center;
    justify-content: center;
    margin-bottom: clamp(54px, 7vh, 96px);
  }

  .contact-lanyard-block .static-lanyard,
  .contact-lanyard-block .lanyard-wrapper {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transform-origin: center;
  }

  .contact-lanyard-block canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
  }

  .contact-visual,
  .contact-lanyard-visual {
    width: 100%;
    max-width: 100%;
  }

  .contact-info-list,
  .contact-info {
    width: min(100%, var(--contact-right-max));
    border-top: 1px solid rgba(0, 0, 0, 0.14);
  }

  .contact-info-row,
  .contact-row {
    display: grid;
    grid-template-columns: clamp(120px, 11vw, 190px) minmax(0, 1fr);
    gap: 0;
    min-height: clamp(72px, 7vw, 112px);
    align-items: center;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  }

  .contact-info-label,
  .contact-label {
    color: rgba(0, 0, 0, 0.48);
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: var(--contact-info-label-size);
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
  }

  .contact-info-value,
  .contact-value,
  .contact-info-link {
    color: #050505;
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: var(--contact-info-value-size);
    font-weight: 430;
    letter-spacing: -0.045em;
    line-height: 1.15;
  }

  .contact-info-link,
  .contact-value a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  :root {
    --desktop-pad-x: 22px;
    --contact-content-top: 180px;
    --contact-title-main-size: clamp(54px, 5.8vw, 72px);
    --contact-title-accent-size: clamp(48px, 5vw, 66px);
    --contact-copy-size: 17px;
    --contact-lanyard-size: 150px;
  }

  .contact-desktop-left {
    padding-right: 34px;
  }

  .contact-desktop-right {
    padding-left: 34px;
  }
}

@media (min-width: 1280px) and (max-width: 1439px) {
  :root {
    --contact-content-top: 190px;
    --contact-title-main-size: clamp(68px, 5.7vw, 86px);
    --contact-title-accent-size: clamp(58px, 4.9vw, 78px);
    --contact-lanyard-size: 180px;
  }
}

@media (min-width: 1440px) and (max-width: 1727px) {
  :root {
    --contact-content-top: 205px;
    --contact-title-main-size: clamp(78px, 5.8vw, 104px);
    --contact-title-accent-size: clamp(68px, 4.8vw, 92px);
    --contact-lanyard-size: 210px;
  }
}

@media (min-width: 1728px) {
  :root {
    --desktop-pad-x: 48px;
    --contact-content-top: 230px;
    --contact-title-main-size: clamp(96px, 5.4vw, 128px);
    --contact-title-accent-size: clamp(82px, 4.7vw, 108px);
    --contact-lanyard-size: 240px;
  }
}

@media (max-width: 980px) {
  :root {
    --ui-size: 14px;
  }

  .portfolio-track {
    padding-inline: 15vw;
  }

  .project-frame {
    width: clamp(184px, 22vw, 280px);
    height: auto;
  }

  .big-wordmark {
    right: var(--edge);
    bottom: clamp(8px, 1vw, 14px);
    left: var(--edge);
    width: auto;
  }

  .list-left-index {
    width: 45vw;
  }

  .list-right-index {
    width: 31vw;
  }

  .list-image-rail {
    width: clamp(220px, 34vw, 320px);
  }

  .list-thumb {
    width: clamp(108px, 13vw, 142px);
  }

  .about-main {
    grid-template-columns: minmax(270px, 31vw) minmax(0, 1fr) minmax(230px, 27vw);
    column-gap: clamp(20px, 3.2vw, 40px);
    padding-top: clamp(110px, 14vh, 128px);
    padding-bottom: clamp(66px, 8vh, 82px);
  }

  .about-panel-copy {
    padding: 0;
  }

  .about-section .about-title {
    max-width: 8.6ch;
    font-size: clamp(58px, 5.8vw, 76px);
    font-weight: 430;
    letter-spacing: -0.055em;
    line-height: 1.05;
  }

  .about-lower {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 20px;
    padding-top: clamp(22px, 3vh, 30px);
  }

  .about-description {
    max-width: 410px;
  }

  .about-service-row {
    min-height: 33px;
  }

  .about-hero-visual {
    left: 51%;
    width: clamp(330px, 34vw, 480px);
    height: min(74vh, 640px);
  }

  .project-info {
    width: 58vw;
  }
}

@media (max-width: 720px) {
  :root {
    --edge: 14px;
    --ui-size: 13px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    row-gap: 18px;
  }

  .studio-lockup span:nth-child(2) {
    display: none;
  }

  .view-switch {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: start;
    gap: 24px;
    font-size: 16px;
  }

  .site-shell.is-list-view .view-switch {
    position: static;
    width: auto;
    justify-content: flex-start;
    gap: 0.7em;
    transform: none;
  }

  .primary-nav {
    grid-column: 2;
    grid-row: 1;
    gap: 0.7em;
  }

  .mobile-nav-toggle {
    position: relative;
    z-index: 61;
    display: grid;
    width: 32px;
    height: 22px;
    grid-column: 2;
    grid-row: 1;
    align-content: center;
    gap: 6px;
    justify-self: end;
  }

  .mobile-nav-toggle span {
    display: block;
    width: 100%;
    height: 1px;
    background: currentColor;
    transition:
      transform 180ms ease,
      opacity 180ms ease;
  }

  .site-shell.is-mobile-nav-open .mobile-nav-toggle span:first-child {
    transform: translateY(3.5px) rotate(18deg);
  }

  .site-shell.is-mobile-nav-open .mobile-nav-toggle span:last-child {
    transform: translateY(-3.5px) rotate(-18deg);
  }

  .primary-nav {
    position: fixed;
    inset: 0;
    z-index: 58;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
    background: rgba(255, 255, 255, 0.72);
    font-size: clamp(38px, 14vw, 74px);
    opacity: 0;
    pointer-events: none;
    transform: none;
    backdrop-filter: blur(18px);
    transition: opacity 220ms ease;
  }

  .site-shell.is-mobile-nav-open .primary-nav {
    opacity: 1;
    pointer-events: auto;
  }

  .site-shell.is-about-view .primary-nav {
    top: 0;
    left: 0;
    transform: none;
  }

  .site-shell.is-about-view .view-switch {
    display: none;
  }

  .editorial-guide {
    left: 54%;
  }

  .category-filter {
    top: 92px;
    right: 0;
    left: 0;
    flex-direction: row;
    gap: 17px;
    padding: 0 var(--edge) 8px;
    overflow-x: auto;
    font-size: 12px;
  }

  .category-filter button {
    display: flex;
    min-width: max-content;
    gap: 0.35em;
  }

  .category-mark {
    display: none;
  }

  .category-count {
    font-size: 0.62em;
  }

  .slider-viewport {
    top: 43%;
  }

  .portfolio-track {
    gap: 7px;
    padding-inline: 13vw;
  }

  .project-frame {
    width: min(70vw, 320px);
    height: auto;
  }

  .project-frame.frame-wide,
  .project-frame.frame-featured,
  .project-frame.frame-standard,
  .project-frame.frame-narrow {
    width: min(70vw, 320px);
  }

  .frame-meta {
    opacity: 1;
    transform: none;
  }

  .slider-instruction {
    display: none;
  }

  .big-wordmark {
    top: auto;
    right: var(--edge);
    bottom: 8px;
    left: var(--edge);
    display: block;
    width: auto;
  }

  .big-wordmark-inner {
    display: block;
    width: 100%;
  }

  .work-wordmark__full {
    opacity: 1 !important;
  }

  .work-wordmark__split {
    opacity: 0 !important;
  }

  .work-index {
    display: none;
  }

  .portfolio-list-wrap {
    top: 136px;
    right: var(--edge);
    bottom: 120px;
    left: var(--edge);
    overflow-y: auto;
    touch-action: pan-y;
    font-size: 14px;
  }

  .list-image-rail,
  .list-right-index,
  .list-active-preview,
  .list-scroll-instruction {
    display: none;
  }

  .list-left-index {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    transform: none;
  }

  .list-project-line {
    grid-template-columns: 2.5rem 1fr;
    min-height: 20px;
  }

  .text-section {
    padding-top: 145px;
  }

  .text-section h1 {
    font-size: 15vw;
    line-height: 0.84;
  }

  .section-back {
    display: none;
  }

  .about-section {
    height: auto;
    min-height: 100svh;
    overflow-y: auto;
  }

  .about-main {
    display: block;
    height: auto;
    min-height: 100svh;
    padding: 124px var(--edge) 136px;
  }

  .about-panel-copy {
    position: relative;
    z-index: 2;
    height: auto;
    min-height: 0;
    padding: 0;
    background: transparent;
    backdrop-filter: blur(8px);
  }

  .about-section .about-title {
    max-width: 8.4ch;
    font-size: clamp(46px, 11.4vw, 62px);
    font-weight: 430;
    letter-spacing: -0.055em;
    line-height: 1.05;
  }

  .about-section .about-title span {
    white-space: nowrap;
  }

  .about-lower {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 0;
    padding-top: 36px;
  }

  .about-description {
    max-width: 34rem;
    font-size: 19px;
  }

  .about-services {
    width: 100%;
    max-width: none;
    margin-top: 34px;
  }

  .about-service-row {
    min-height: 46px;
    grid-template-columns: 46px 1fr;
  }

  .about-service-row span:last-child {
    font-size: 16px;
  }

  .about-hero-visual {
    position: relative;
    left: 50%;
    bottom: auto;
    width: min(86vw, 380px);
    height: 50vh;
    margin: 28px 0 0;
    transform: translateX(-50%);
  }

  .hero-head {
    display: none;
  }

  .about-corner-logo {
    width: 74px;
    bottom: 18px;
  }

  .about-back {
    right: var(--edge);
    bottom: 24px;
    font-size: 16px;
  }

  .contact-section {
    padding: 0 var(--edge) 76px;
    overflow-y: auto;
  }

  .contact-section .section-back {
    display: block;
    right: var(--edge);
    bottom: 18px;
    font-size: 16px;
  }

  .contact-hero {
    min-height: auto;
    padding: 150px 0 86px;
    row-gap: 64px;
  }

  .contact-kicker {
    margin-bottom: 34px;
  }

  .contact-title-main {
    font-size: clamp(44px, 12.8vw, 70px);
    line-height: 0.92;
  }

  .contact-title-italic {
    font-size: clamp(43px, 12.2vw, 66px);
    line-height: 0.9;
  }

  .contact-intro {
    margin-top: 34px;
    font-size: 18px;
    line-height: 1.42;
  }

  .contact-right,
  .contact-info {
    width: 100%;
    justify-self: stretch;
  }

  .contact-visual {
    width: clamp(136px, 40vw, 180px);
  }

  .contact-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 0;
  }

  .contact-value {
    font-size: 17px;
  }

  .overlay-controls {
    padding-top: 16px;
  }

  .video-stage {
    inset: 76px 0 148px;
  }

  .project-overlay.has-video .video-stage {
    inset: 76px 0 148px;
  }

  .video-scrubber {
    position: absolute;
    top: auto;
    right: 18px;
    bottom: max(78px, calc(env(safe-area-inset-bottom) + 64px));
    left: 18px;
    display: grid;
    height: 28px;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: none;
    gap: 12px;
    align-items: center;
    color: rgba(247, 245, 239, 0.72);
    font-size: 11px;
    transform: none;
    z-index: 112;
  }

  .video-scrubber__time {
    min-width: 4.5ch;
    color: rgba(247, 245, 239, 0.78);
    font-size: 11px;
    text-align: center;
  }

  .video-scrubber__track {
    width: 100%;
    height: 28px;
    cursor: ew-resize;
  }

  .video-scrubber__track::before {
    top: 50%;
    right: 0;
    bottom: auto;
    left: 0;
    width: auto;
    height: 1px;
    background: rgba(247, 245, 239, 0.28);
    transform: translateY(-50%);
  }

  .video-scrubber__progress {
    top: 50%;
    left: 0;
    width: var(--video-progress);
    height: 1px;
    background: rgba(247, 245, 239, 0.95);
    transform: translateY(-50%);
  }

  .video-scrubber__thumb {
    top: 50%;
    left: var(--video-progress);
    width: 9px;
    height: 9px;
    border-color: rgba(247, 245, 239, 0.95);
    background: #f7f5ef;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.18);
    transform: translate(-50%, -50%);
  }

  .project-video,
  .project-poster {
    object-position: center;
  }

  .project-detail-image {
    object-fit: contain;
  }

  .project-video-detail {
    pointer-events: auto;
  }

  .play-control {
    position: fixed;
    z-index: 114;
    font-size: 12px;
    color: #f7f5ef;
    mix-blend-mode: normal;
  }

  .edge-nav {
    top: auto;
    bottom: max(18px, calc(env(safe-area-inset-bottom) + 12px));
    transform: none;
    z-index: 110;
  }

  .edge-nav span:first-child {
    color: rgba(255, 255, 255, 0.64);
  }

  .project-info {
    width: 100%;
  }

  .info-title h2 {
    font-size: 18vw;
  }

  .project-info dl div {
    grid-template-columns: 5rem 1fr;
  }
}

@media (max-width: 720px) {
  html,
  body {
    overflow-x: hidden;
    overflow-y: auto;
    background: #faf9f6;
  }

  .site-shell {
    min-height: 100svh;
    overflow: visible;
  }

  .site-stage {
    min-height: 100svh;
  }

  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    row-gap: 12px;
    padding: 14px;
  }

  .site-header.mobile-top-chrome {
    --mobile-top-scrim-height: 178px;
    --mobile-top-scrim-height-scrolled: 192px;
    position: fixed;
    z-index: 300;
    top: 0;
    right: 0;
    left: 0;
    overflow: visible;
    isolation: isolate;
    background: transparent;
    backdrop-filter: none;
    transition: box-shadow 0.28s ease;
  }

  .site-header.mobile-top-chrome::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    height: var(--mobile-top-scrim-height);
    pointer-events: none;
    background:
      linear-gradient(
        to bottom,
        rgba(247, 245, 239, 0.96) 0%,
        rgba(247, 245, 239, 0.88) 46%,
        rgba(247, 245, 239, 0.62) 74%,
        rgba(247, 245, 239, 0) 100%
      );
    opacity: 0.92;
    backdrop-filter: blur(18px) saturate(1.05);
    -webkit-backdrop-filter: blur(18px) saturate(1.05);
    transition:
      opacity 0.28s ease,
      height 0.28s ease,
      background 0.28s ease;
  }

  .site-header.mobile-top-chrome.is-scrolled {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.055);
  }

  .site-header.mobile-top-chrome.is-scrolled::before,
  .site-shell.is-mobile-top-scrolled .site-header.mobile-top-chrome::before {
    height: var(--mobile-top-scrim-height-scrolled);
    background:
      linear-gradient(
        to bottom,
        rgba(247, 245, 239, 0.985) 0%,
        rgba(247, 245, 239, 0.94) 50%,
        rgba(247, 245, 239, 0.72) 78%,
        rgba(247, 245, 239, 0) 100%
      );
    opacity: 1;
  }

  .site-header.mobile-top-chrome > * {
    position: relative;
    z-index: 2;
  }

  .studio-lockup {
    max-width: 172px;
    font-size: 12px;
    line-height: 1.12;
  }

  .studio-lockup span:nth-child(2) {
    display: block;
  }

  .mobile-nav-toggle {
    display: none;
  }

  .primary-nav,
  .site-shell.is-mobile-nav-open .primary-nav,
  .site-shell.is-about-view .primary-nav {
    position: static;
    inset: auto;
    display: flex;
    flex-direction: row;
    grid-column: 2;
    grid-row: 1;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 10px;
    justify-self: end;
    width: auto;
    height: auto;
    padding: 0;
    background: transparent;
    color: var(--ink);
    opacity: 1;
    pointer-events: auto;
    transform: none;
    backdrop-filter: none;
    transition: none;
  }

  .top-pill-nav__list {
    gap: 2px;
    padding: 2px;
    background: rgba(0, 0, 0, 0.035);
  }

  .top-pill-nav__pill {
    height: 28px;
    padding: 0 9px;
    font-size: 13px;
    letter-spacing: -0.025em;
  }

  .view-switch,
  .site-shell.is-list-view .view-switch {
    position: static;
    top: auto;
    left: auto;
    display: flex;
    width: auto;
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    justify-self: start;
    gap: 20px;
    color: var(--ink);
    font-size: 16px;
    font-weight: 800;
    transform: none;
  }

  .site-shell.is-about-view .view-switch {
    display: flex;
    opacity: 1;
    pointer-events: auto;
  }

  .category-filter,
  .site-shell.is-list-view .category-filter {
    position: fixed;
    z-index: 60;
    top: 106px;
    right: 0;
    left: 0;
    display: flex;
    width: auto;
    gap: 10px;
    padding: 0 14px 10px;
    overflow-x: auto;
    overflow-y: hidden;
    background:
      linear-gradient(
        to bottom,
        rgba(247, 245, 239, 0.76),
        rgba(247, 245, 239, 0.54)
      );
    backdrop-filter: blur(12px) saturate(1.03);
    -webkit-backdrop-filter: blur(12px) saturate(1.03);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.035);
    color: rgba(0, 0, 0, 0.36);
    font-size: 11px;
    scrollbar-width: none;
    transform: none !important;
  }

  .category-filter::-webkit-scrollbar {
    display: none;
  }

  .category-filter button {
    display: inline-flex;
    min-width: max-content;
    align-items: center;
    gap: 5px;
    padding: 5px 0;
    color: rgba(0, 0, 0, 0.34);
    line-height: 1;
  }

  .category-filter button.is-active {
    color: #050505;
  }

  .category-count {
    min-width: auto;
    font-size: 0.66em;
  }

  .category-mark {
    display: none;
  }

  .category-label {
    white-space: nowrap;
  }

  .editorial-guide {
    display: none;
  }

  .work-stage {
    height: auto;
    min-height: 100svh;
    overflow: visible;
    padding: 144px 0 72px;
    background: #faf9f6;
  }

  .slider-viewport,
  .portfolio-list-wrap,
  .big-wordmark,
  .work-index,
  .home-lanyard-visual,
  .work-lanyard-anchor {
    display: none !important;
  }

  .mobile-work-home {
    display: block;
  }

  .mobile-hero,
  .mobile-work-section,
  .mobile-about-contact {
    padding-right: 14px;
    padding-left: 14px;
  }

  .mobile-hero {
    position: relative;
    z-index: 1;
    padding-right: 20px;
    padding-bottom: 44px;
    padding-left: 20px;
  }

  .mobile-kicker {
    margin: 0 0 28px;
    color: rgba(0, 0, 0, 0.52);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1;
    text-transform: uppercase;
  }

  .mobile-hero-title {
    max-width: 9.5ch;
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(50px, 13.8vw, 68px);
    font-weight: 790;
    letter-spacing: -0.055em;
    line-height: 0.9;
    text-transform: none;
    text-wrap: normal;
    word-break: normal;
  }

  .mobile-hero-title span {
    display: block;
    white-space: nowrap;
  }

  .mobile-hero-copy {
    max-width: 30ch;
    margin: 26px 0 0;
    color: rgba(0, 0, 0, 0.62);
    font-family: var(--font-body);
    font-size: clamp(19px, 5vw, 23px);
    letter-spacing: -0.045em;
    line-height: 1.12;
  }

  .mobile-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
    margin-top: 28px;
    font-size: 18px;
    letter-spacing: -0.035em;
  }

  .mobile-hero-actions button {
    border-bottom: 1px solid currentColor;
    color: var(--ink);
    line-height: 1;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
  }

  .mobile-hero-media {
    margin-top: 42px;
    border-radius: 10px;
    background: #e9e8e4;
  }

  .page-hero .about-main {
    padding-right: 20px;
    padding-left: 20px;
  }

  .page-hero-content {
    width: 100%;
    max-width: none;
  }

  .page-hero .page-hero-kicker {
    margin-bottom: 34px;
    color: rgba(0, 0, 0, 0.48);
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.22em;
    line-height: 1;
    text-transform: uppercase;
  }

  .page-hero .page-hero-title {
    max-width: 8.8ch;
    margin: 0;
    color: #050505;
    font-family: var(--font-display), "Inter Tight", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(52px, 13.6vw, 66px);
    font-weight: 780;
    letter-spacing: -0.058em;
    line-height: 0.92;
    text-transform: none;
    text-wrap: normal;
    word-break: normal;
  }

  .page-hero .page-hero-title span {
    display: block;
    white-space: nowrap;
  }

  .page-hero .about-hero-title {
    max-width: 8.4ch;
    font-family: var(--font-display), "Inter Tight", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(46px, 11.4vw, 62px);
    font-weight: 430;
    letter-spacing: -0.055em;
    line-height: 1.05;
  }

  .page-hero .page-hero-copy {
    max-width: 31ch;
    margin-top: 34px;
    color: rgba(0, 0, 0, 0.68);
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(19px, 5vw, 23px);
    font-weight: 430;
    letter-spacing: -0.045em;
    line-height: 1.12;
  }

  .page-hero .page-hero-visual {
    margin-top: 56px;
  }

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

  .about-section .about-main {
    padding-right: 32px;
    padding-left: 32px;
  }

  .about-section .about-hero-left,
  .about-section .about-copy-main {
    width: 100%;
    max-width: none;
  }

  .about-section .about-kicker {
    margin-bottom: 36px;
    color: rgba(0, 0, 0, 0.52);
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.22em;
    line-height: 1;
    text-transform: uppercase;
  }

  .about-section .about-hero-title {
    width: 100%;
    max-width: none;
    margin: 0;
    color: #050505;
    font-family: var(--font-display), "Inter Tight", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(64px, 16.8vw, 98px);
    font-weight: 430;
    letter-spacing: -0.065em;
    line-height: 1.02;
    text-transform: none;
  }

  .about-section .about-hero-title span {
    display: block;
    white-space: nowrap;
  }

  .about-section .about-description {
    width: 100%;
    max-width: 34ch;
    margin-top: 36px;
    color: rgba(0, 0, 0, 0.62);
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(23px, 6vw, 31px);
    letter-spacing: -0.05em;
    line-height: 1.16;
  }

  .about-section .about-hero-visual {
    left: auto;
    width: min(100%, 520px);
    max-width: none;
    height: clamp(430px, 118vw, 560px);
    margin: 46px auto 0;
    transform: none;
  }

  .about-section .hero-body {
    max-width: 100%;
  }

  @media (max-width: 390px) {
    .mobile-hero-title {
      max-width: 9.6ch;
      font-size: clamp(46px, 13.2vw, 56px);
      letter-spacing: -0.05em;
      line-height: 0.92;
    }

    .page-hero .page-hero-title {
      max-width: 9.2ch;
      font-size: clamp(46px, 12.8vw, 56px);
      font-weight: 770;
      letter-spacing: -0.052em;
      line-height: 0.94;
    }

    .page-hero .about-hero-title {
      max-width: 8.4ch;
      font-size: clamp(46px, 11.4vw, 62px);
      font-weight: 430;
      letter-spacing: -0.052em;
      line-height: 1.05;
    }

    .about-section .about-main {
      padding-right: 24px;
      padding-left: 24px;
    }

    .about-section .about-hero-title {
      max-width: none;
      font-size: clamp(56px, 15.8vw, 68px);
      font-weight: 430;
      letter-spacing: -0.06em;
      line-height: 1.04;
    }
  }

  .mobile-hero-video,
  .mobile-hero-image,
  .mobile-preview-video,
  .mobile-preview-image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    pointer-events: none;
  }

  .mobile-preview-video {
    z-index: 2;
    opacity: 0;
    transition: opacity 220ms ease;
  }

  .mobile-media-shell.is-video-active .mobile-preview-video {
    opacity: 1;
  }

  .mobile-media-shell.is-video-active .mobile-preview-image {
    opacity: 0;
  }

  .mobile-work-section {
    padding-top: 42px;
    padding-bottom: 48px;
  }

  .mobile-section-head {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 16px;
    color: rgba(0, 0, 0, 0.48);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .mobile-slider-section {
    padding-right: 0;
    padding-left: 0;
  }

  .mobile-slider-section .mobile-section-head {
    padding-right: 14px;
    padding-left: 14px;
  }

  .mobile-slider-track {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 14px 12px;
    max-width: 100%;
    overscroll-behavior-x: contain;
    scroll-padding-inline: 14px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    touch-action: pan-x pan-y;
    user-select: none;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-slider-track::-webkit-scrollbar {
    display: none;
  }

  .mobile-slider-track.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
  }

  .mobile-slider-track.is-auto-scrolling {
    scroll-snap-type: none;
  }

  .mobile-project-card {
    display: block;
    flex: 0 0 calc(100vw - 42px);
    max-width: 390px;
    color: inherit;
    opacity: 0.72;
    scroll-snap-align: center;
    text-align: left;
    touch-action: pan-x pan-y;
    transform: scale(0.965);
    transform-origin: center center;
    transition:
      opacity 420ms cubic-bezier(0.22, 1, 0.36, 1),
      transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .mobile-hero-media,
  .mobile-project-card,
  .mobile-list-row,
  .mobile-list-preview-button {
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
  }

  .mobile-hero-media,
  .mobile-list-row,
  .mobile-list-preview-button {
    touch-action: manipulation;
  }

  .mobile-project-card .mobile-media-shell,
  .mobile-project-card .mobile-preview-video,
  .mobile-project-card .mobile-preview-image,
  .mobile-project-card .mobile-card-meta,
  .mobile-project-card .mobile-card-meta span,
  .mobile-list-preview-button .mobile-media-shell,
  .mobile-list-preview-button .mobile-preview-video,
  .mobile-list-preview-button .mobile-preview-image,
  .mobile-list-row span {
    pointer-events: none;
  }

  .mobile-project-card.is-mobile-active {
    opacity: 1;
    transform: scale(1);
  }

  .mobile-project-card .mobile-media-shell {
    background: #ecebe8;
  }

  .mobile-card-meta {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: -0.045em;
    line-height: 1.12;
  }

  .mobile-card-meta span:last-child {
    color: rgba(0, 0, 0, 0.5);
    text-align: right;
  }

  .mobile-list {
    display: grid;
    gap: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.16);
  }

  .mobile-list-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  }

  .mobile-list-row {
    display: grid;
    width: 100%;
    grid-template-columns: 34px minmax(0, 1fr) 46px;
    gap: 10px;
    align-items: baseline;
    padding: 11px 0;
    color: rgba(0, 0, 0, 0.68);
    font-size: 15px;
    letter-spacing: -0.055em;
    line-height: 1.02;
    text-align: left;
  }

  .mobile-list-number,
  .mobile-list-year {
    font-variant-numeric: tabular-nums;
  }

  .mobile-list-year {
    text-align: right;
  }

  .mobile-list-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-list-item.is-active .mobile-list-number,
  .mobile-list-item.is-active .mobile-list-title,
  .mobile-list-item.is-active .mobile-list-year {
    display: inline-block;
    width: fit-content;
    background: #050505;
    color: #fff;
    font-weight: 800;
  }

  .mobile-list-item.is-active .mobile-list-year {
    justify-self: end;
  }

  .mobile-list-preview-button {
    display: none;
    width: 100%;
    padding: 0 0 14px 44px;
  }

  .mobile-list-item.is-active .mobile-list-preview-button {
    display: block;
  }

  .mobile-list-preview-button .mobile-media-shell {
    width: min(100%, 330px);
    background: #ecebe8;
  }

  .mobile-about-contact {
    display: grid;
    gap: 0;
    padding: 88px 20px 96px;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.14);
    background: #f7f5ef;
  }

  .mobile-about-block {
    width: 100%;
    max-width: none;
  }

  .mobile-about-kicker {
    margin: 0 0 42px;
    color: rgba(0, 0, 0, 0.52);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1;
    text-transform: uppercase;
  }

  .mobile-about-title {
    max-width: 11ch;
    margin: 0;
    color: #050505;
    font-family: var(--font-display);
    font-size: clamp(46px, 11.8vw, 58px);
    font-weight: 560;
    letter-spacing: -0.055em;
    line-height: 1.02;
    text-transform: none;
  }

  .mobile-about-title span {
    display: block;
  }

  .mobile-about-copy {
    max-width: 31ch;
    margin: 34px 0 0;
    color: rgba(0, 0, 0, 0.58);
    font-family: var(--font-body);
    font-size: clamp(18px, 4.8vw, 22px);
    letter-spacing: -0.035em;
    line-height: 1.22;
  }

  .mobile-about-project {
    margin-top: 58px;
    padding-top: 34px;
    border-top: 1px solid rgba(0, 0, 0, 0.14);
  }

  .mobile-about-contact-kicker {
    margin: 0 0 34px;
    color: rgba(0, 0, 0, 0.52);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1;
    text-transform: uppercase;
  }

  .mobile-about-contact-list {
    display: grid;
    gap: 22px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mobile-about-contact-item {
    display: grid;
    min-height: 32px;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    column-gap: 20px;
  }

  .mobile-about-contact-icon {
    width: 24px;
    height: 24px;
    color: #050505;
  }

  .mobile-about-contact-icon svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .mobile-about-contact-link,
  .mobile-about-contact-text {
    min-width: 0;
    color: #050505;
    font-family: var(--font-body);
    font-size: clamp(20px, 5.3vw, 24px);
    letter-spacing: -0.045em;
    line-height: 1.05;
  }

  .mobile-about-contact-link {
    overflow-wrap: anywhere;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
  }

  .mobile-about-contact-text {
    overflow-wrap: anywhere;
  }

  @media (max-width: 390px) {
    .mobile-about-title {
      max-width: 11.5ch;
      font-size: clamp(42px, 11vw, 52px);
      letter-spacing: -0.05em;
      line-height: 1.04;
    }
  }

  .site-shell.is-mobile-work-transitioning .is-mobile-transition-target {
    visibility: hidden;
  }

  .mobile-transition-clone img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}

@media (max-width: 390px) {
  .top-pill-nav__list {
    gap: 1px;
    padding: 2px;
  }

  .top-pill-nav__pill {
    padding: 0 8px;
    font-size: 12px;
  }
}

.view-switch {
  font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
}

.view-switch button {
  border: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.32);
  font-weight: 500;
  opacity: 1;
  transition: color 160ms ease;
}

.view-switch button:hover,
.view-switch button.is-active {
  color: #050505;
}

.view-switch button.is-active {
  font-weight: 700;
}

@media (min-width: 768px) {
  .desktop-view-toggle,
  .site-shell.is-work-view .desktop-view-toggle,
  .site-shell.is-work-view.is-list-view .desktop-view-toggle,
  .site-shell.is-work-view-transitioning .desktop-view-toggle,
  .site-shell.is-about-view .desktop-view-toggle,
  .site-shell.is-contact-view .desktop-view-toggle {
    position: fixed;
    top: var(--desktop-toggle-top);
    left: var(--desktop-center-line-x);
    display: grid;
    width: 170px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 0;
    opacity: 1;
    pointer-events: none;
    transform: translateX(-50%) !important;
  }

  .desktop-view-toggle button,
  .site-shell.is-contact-view .desktop-view-toggle button {
    pointer-events: auto;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1;
    opacity: 1;
  }

  .desktop-view-toggle button:first-child,
  .site-shell.is-contact-view .desktop-view-toggle button:first-child {
    justify-self: end;
    margin-right: 24px;
  }

  .desktop-view-toggle button:last-child,
  .site-shell.is-contact-view .desktop-view-toggle button:last-child {
    justify-self: start;
    margin-left: 24px;
  }

  .desktop-view-toggle button.is-active,
  .site-shell.is-contact-view .desktop-view-toggle button.is-active {
    font-weight: 700;
  }
}

@media (max-width: 767px) {
  .site-shell .desktop-view-toggle,
  .site-shell.is-list-view .desktop-view-toggle,
  .site-shell.is-about-view .desktop-view-toggle,
  .site-shell.is-contact-view .desktop-view-toggle {
    position: static;
    top: auto;
    left: auto;
    display: flex;
    width: auto;
    grid-column: 1 / -1;
    grid-row: 2;
    align-items: center;
    justify-content: flex-start;
    gap: 28px;
    justify-self: start;
    margin: 0;
    opacity: 1;
    pointer-events: auto;
    transform: none !important;
  }

  .desktop-view-toggle button,
  .desktop-view-toggle button:first-child,
  .desktop-view-toggle button:last-child,
  .site-shell.is-contact-view .desktop-view-toggle button:first-child,
  .site-shell.is-contact-view .desktop-view-toggle button:last-child {
    margin: 0;
  }

  .desktop-view-toggle button {
    color: rgba(0, 0, 0, 0.34);
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
  }

  .desktop-view-toggle button.is-active {
    color: #050505;
    font-weight: 800;
  }
}

@media (max-width: 390px) {
  .desktop-view-toggle button {
    font-size: 23px;
  }
}

@media (max-width: 767px) {
  html,
  body,
  .site-shell {
    overflow-x: hidden;
    background: #f7f5ef;
  }

  .site-header.mobile-top-chrome {
    --mobile-top-scrim-height: 190px;
    --mobile-top-scrim-height-scrolled: 206px;
    padding: 28px 20px 0;
    row-gap: 30px;
  }

  .site-header.mobile-top-chrome::before {
    background:
      linear-gradient(
        to bottom,
        rgba(247, 245, 239, 0.96) 0%,
        rgba(247, 245, 239, 0.86) 58%,
        rgba(247, 245, 239, 0.38) 86%,
        rgba(247, 245, 239, 0) 100%
      );
    opacity: 0.95;
    backdrop-filter: blur(18px) saturate(1.08);
    -webkit-backdrop-filter: blur(18px) saturate(1.08);
  }

  .studio-lockup {
    max-width: 220px;
    font-size: 17px;
    letter-spacing: -0.035em;
    line-height: 1.15;
  }

  .studio-lockup span:first-child {
    font-size: 23px;
    font-weight: 500;
    letter-spacing: -0.058em;
    line-height: 1;
  }

  .studio-lockup span:nth-child(2) {
    margin-top: 14px;
  }

  .top-pill-nav__list {
    gap: 3px;
    padding: 4px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.48);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(18px) saturate(1.05);
    -webkit-backdrop-filter: blur(18px) saturate(1.05);
  }

  .top-pill-nav__pill {
    height: 42px;
    padding: 0 17px;
    border-radius: 999px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.04em;
  }

  .site-shell .desktop-view-toggle,
  .site-shell.is-list-view .desktop-view-toggle,
  .site-shell.is-about-view .desktop-view-toggle,
  .site-shell.is-contact-view .desktop-view-toggle {
    gap: 36px;
  }

  .desktop-view-toggle button {
    position: relative;
    color: rgba(0, 0, 0, 0.32);
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -0.045em;
  }

  .desktop-view-toggle button.is-active {
    color: #050505;
    font-weight: 760;
  }

  .desktop-view-toggle button.is-active::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -17px;
    left: 0;
    height: 1px;
    background: currentColor;
    opacity: 0.72;
  }

  .category-filter,
  .site-shell.is-list-view .category-filter {
    top: 136px;
    gap: 27px;
    padding: 0 28px 23px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    color: rgba(0, 0, 0, 0.42);
  }

  .category-filter button {
    gap: 8px;
    padding: 4px 0;
    color: rgba(0, 0, 0, 0.42);
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.015em;
    line-height: 1;
  }

  .category-filter button.is-active {
    color: #050505;
    font-weight: 620;
  }

  .category-count {
    font-size: 11px;
    letter-spacing: -0.02em;
  }

  .category-label {
    white-space: nowrap;
  }

  .work-stage {
    padding-top: 154px;
    background: #f7f5ef;
  }

  .mobile-work-home {
    overflow-x: hidden;
    background: #f7f5ef;
  }

  .mobile-hero,
  .mobile-work-section,
  .mobile-about-contact {
    padding-right: 28px;
    padding-left: 28px;
  }

  .mobile-hero {
    padding-top: 34px;
    padding-bottom: 46px;
  }

  .mobile-kicker {
    margin-bottom: 32px;
    color: rgba(0, 0, 0, 0.48);
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.22em;
  }

  .mobile-hero-title {
    max-width: 8.8ch;
    font-family: var(--font-display), "Inter Tight", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(68px, 15.6vw, 92px);
    font-weight: 430;
    letter-spacing: -0.065em;
    line-height: 1.02;
    text-transform: none;
  }

  .mobile-hero-title span {
    display: block;
    white-space: nowrap;
  }

  .mobile-hero-copy {
    max-width: 31ch;
    margin-top: 30px;
    color: rgba(0, 0, 0, 0.62);
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(20px, 5.5vw, 26px);
    font-weight: 400;
    letter-spacing: -0.045em;
    line-height: 1.26;
  }

  .mobile-hero-actions {
    gap: 36px;
    margin-top: 34px;
  }

  .mobile-hero-actions button {
    border-bottom: 1px solid currentColor;
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    font-weight: 450;
    letter-spacing: -0.045em;
    text-underline-offset: 5px;
  }

  .mobile-hero-media.project-cover {
    aspect-ratio: 1.42 / 1;
    margin-top: 54px;
    overflow: hidden;
    border-radius: 26px;
    background: #050505;
  }

  .mobile-hero-media > img,
  .mobile-hero-media > video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .mobile-work-section {
    padding-top: 34px;
    padding-bottom: 52px;
  }

  .mobile-slider-section {
    padding-right: 0;
    padding-left: 0;
  }

  .mobile-slider-section .mobile-section-head {
    margin-right: 28px;
    margin-left: 28px;
    padding-right: 0;
    padding-left: 0;
  }

  .mobile-section-head {
    margin-bottom: 28px;
    padding-top: 28px;
    border-top: 1px solid rgba(0, 0, 0, 0.11);
    color: rgba(0, 0, 0, 0.48);
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.22em;
    line-height: 1;
  }

  .mobile-slider-track {
    padding-right: 28px;
    padding-left: 28px;
    scroll-padding-inline: 28px;
  }

  .mobile-services-flow {
    display: block;
    margin-top: 76px;
    margin-bottom: 88px;
    padding-right: 28px;
    padding-left: 28px;
    overflow: hidden;
    background: #f7f5ef;
  }

  .mobile-services-flow__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }

  .mobile-services-flow__kicker {
    margin: 0;
    color: rgba(0, 0, 0, 0.52);
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1;
    text-transform: uppercase;
  }

  .mobile-services-flow__kicker--right {
    text-align: right;
  }

  .mobile-services-flow__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mobile-services-flow__item {
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .mobile-services-flow__button {
    display: grid;
    width: 100%;
    min-height: 68px;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
  }

  .mobile-services-flow__number {
    color: rgba(0, 0, 0, 0.42);
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
  }

  .mobile-services-flow__label {
    min-width: 0;
    color: #050505;
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(24px, 6.3vw, 31px);
    font-weight: 430;
    letter-spacing: -0.055em;
    line-height: 1;
  }

  .mobile-services-flow__preview {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition:
      height 0.48s cubic-bezier(0.76, 0, 0.24, 1),
      opacity 0.32s ease;
  }

  .mobile-services-flow__item.is-active .mobile-services-flow__preview {
    height: 72px;
    opacity: 1;
  }

  .mobile-services-flow__marquee {
    display: flex;
    width: 100%;
    height: 72px;
    align-items: center;
    overflow: hidden;
  }

  .mobile-services-flow__marquee-track {
    display: flex;
    width: max-content;
    align-items: center;
    animation: mobileServicesMarquee 11s linear infinite;
    will-change: transform;
  }

  .mobile-services-flow__marquee-track > span {
    flex: 0 0 auto;
  }

  .mobile-services-flow__marquee-text {
    padding-right: 16px;
    color: rgba(0, 0, 0, 0.72);
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1;
    text-transform: uppercase;
  }

  .mobile-services-flow__image {
    width: 112px;
    height: 42px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 999px;
    background: #ddd;
  }

  .mobile-services-flow__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  @keyframes mobileServicesMarquee {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(-50%);
    }
  }

  .mobile-services-flow + .mobile-about-contact {
    margin-top: 0;
  }
}

@media (max-width: 390px) {
  .studio-lockup {
    font-size: 15px;
  }

  .studio-lockup span:first-child {
    font-size: 21px;
  }

  .top-pill-nav__pill {
    height: 38px;
    padding: 0 13px;
    font-size: 15px;
  }

  .category-filter,
  .site-shell.is-list-view .category-filter {
    gap: 22px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .mobile-hero,
  .mobile-work-section,
  .mobile-about-contact {
    padding-right: 24px;
    padding-left: 24px;
  }

  .mobile-hero-title {
    max-width: 8.8ch;
    font-size: clamp(58px, 15vw, 72px);
    font-weight: 430;
    letter-spacing: -0.06em;
    line-height: 1.03;
  }

  .mobile-slider-section .mobile-section-head {
    margin-right: 24px;
    margin-left: 24px;
  }

  .mobile-slider-track {
    padding-right: 24px;
    padding-left: 24px;
    scroll-padding-inline: 24px;
  }

  .mobile-services-flow {
    padding-right: 24px;
    padding-left: 24px;
  }

  .mobile-services-flow__header {
    gap: 14px;
  }

  .mobile-services-flow__kicker {
    font-size: 11px;
    letter-spacing: 0.15em;
  }

  .mobile-services-flow__label {
    font-size: clamp(23px, 6vw, 28px);
  }

  .mobile-services-flow__image {
    width: 104px;
    height: 40px;
    margin-right: 18px;
  }
}

@media (max-width: 767px) {
  .site-header.mobile-top-chrome,
  .site-shell.is-work-view .site-header.mobile-top-chrome,
  .site-shell.is-list-view .site-header.mobile-top-chrome {
    position: relative !important;
    top: auto;
    right: auto;
    left: auto;
    z-index: 300;
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr) auto;
    row-gap: 0;
    column-gap: 12px;
    padding: 24px 22px 0;
    overflow: visible;
    background: #f7f5ef;
    box-shadow: none;
    pointer-events: none;
    transform: none !important;
  }

  .site-header.mobile-top-chrome::before,
  .site-header.mobile-top-chrome.is-scrolled::before,
  .site-shell.is-mobile-top-scrolled .site-header.mobile-top-chrome::before {
    display: none;
  }

  .site-header.mobile-top-chrome > * {
    position: relative;
    z-index: 2;
    pointer-events: auto;
  }

  .site-header.mobile-top-chrome .studio-lockup {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    max-width: none;
    align-self: start;
    justify-self: start;
    margin: 0;
    color: #050505;
    font-size: 16px;
    letter-spacing: -0.035em;
    line-height: 1.12;
    transform: none !important;
  }

  .site-header.mobile-top-chrome .studio-lockup span:first-child {
    margin-bottom: 13px;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: -0.075em;
    line-height: 1;
    white-space: nowrap;
  }

  .site-header.mobile-top-chrome .studio-lockup span:nth-child(2),
  .site-header.mobile-top-chrome .studio-lockup span:nth-child(3) {
    display: block;
    margin: 0;
    white-space: nowrap;
  }

  .site-header.mobile-top-chrome .primary-nav,
  .site-shell.is-mobile-nav-open .site-header.mobile-top-chrome .primary-nav,
  .site-shell.is-about-view .site-header.mobile-top-chrome .primary-nav {
    position: relative;
    inset: auto;
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    justify-self: end;
    width: auto;
    height: auto;
    padding: 0;
    opacity: 1;
    pointer-events: auto;
    transform: none !important;
  }

  .site-header.mobile-top-chrome .top-pill-nav__list {
    height: 40px;
    gap: 2px;
    padding: 3px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.55);
    box-shadow: none;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .site-header.mobile-top-chrome .top-pill-nav__pill {
    height: 34px;
    padding: 0 8px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1;
    white-space: nowrap;
  }

  .site-header.mobile-top-chrome .desktop-view-toggle,
  .site-shell.is-list-view .site-header.mobile-top-chrome .desktop-view-toggle,
  .site-shell.is-about-view .site-header.mobile-top-chrome .desktop-view-toggle,
  .site-shell.is-contact-view .site-header.mobile-top-chrome .desktop-view-toggle {
    position: relative !important;
    top: auto;
    right: auto;
    left: auto;
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex;
    width: auto;
    align-items: center;
    justify-content: flex-start;
    gap: 34px;
    justify-self: start;
    margin: 36px 0 24px;
    padding: 0;
    opacity: 1;
    pointer-events: auto;
    transform: none !important;
  }

  .site-header.mobile-top-chrome .desktop-view-toggle button {
    position: relative;
    margin: 0 !important;
    padding: 0;
    color: rgba(0, 0, 0, 0.32);
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 1;
  }

  .site-header.mobile-top-chrome .desktop-view-toggle button.is-active {
    color: #050505;
    font-weight: 760;
  }

  .site-header.mobile-top-chrome .desktop-view-toggle button.is-active::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -14px;
    left: 0;
    height: 2px;
    background: #050505;
    opacity: 1;
  }

  .site-header.mobile-top-chrome .work-category-slot {
    position: relative !important;
    top: auto;
    right: auto;
    left: auto;
    grid-column: 1 / -1;
    grid-row: 3;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0 24px;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    pointer-events: auto;
    transform: none !important;
  }

  .site-header.mobile-top-chrome .category-filter,
  .site-shell.is-list-view .site-header.mobile-top-chrome .category-filter {
    position: relative !important;
    top: auto;
    right: auto;
    left: auto;
    display: flex;
    width: 100%;
    align-items: center;
    gap: 24px;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.42);
    scrollbar-width: none;
    transform: none !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .site-header.mobile-top-chrome .category-filter::-webkit-scrollbar {
    display: none;
  }

  .site-header.mobile-top-chrome .category-filter button {
    display: inline-flex;
    width: auto;
    min-width: max-content;
    grid-template-columns: none;
    align-items: baseline;
    gap: 7px;
    padding: 0;
    color: rgba(0, 0, 0, 0.42);
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .site-header.mobile-top-chrome .category-filter button.is-active {
    color: #050505;
    font-weight: 650;
  }

  .site-header.mobile-top-chrome .category-count {
    min-width: auto;
    color: rgba(0, 0, 0, 0.42);
    font-size: 10px;
    letter-spacing: -0.02em;
    text-align: left;
  }

  .site-header.mobile-top-chrome .category-mark {
    display: none;
  }

  .site-header.mobile-top-chrome .category-label {
    white-space: nowrap;
  }

  .site-header.mobile-top-chrome .work-lanyard-anchor {
    display: none !important;
  }

  .work-stage {
    padding-top: 0;
  }

  .mobile-hero {
    padding-top: 36px;
  }
}

@media (max-width: 390px) {
  .site-header.mobile-top-chrome {
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 10px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .site-header.mobile-top-chrome .studio-lockup {
    font-size: 15px;
  }

  .site-header.mobile-top-chrome .studio-lockup span:first-child {
    font-size: 20px;
  }

  .site-header.mobile-top-chrome .top-pill-nav__list {
    height: 38px;
    padding: 3px;
  }

  .site-header.mobile-top-chrome .top-pill-nav__pill {
    height: 32px;
    padding: 0 9px;
    font-size: 14px;
  }

  .site-header.mobile-top-chrome .desktop-view-toggle,
  .site-shell.is-list-view .site-header.mobile-top-chrome .desktop-view-toggle {
    gap: 32px;
    margin-top: 34px;
  }

  .site-header.mobile-top-chrome .desktop-view-toggle button {
    font-size: 24px;
  }

  .site-header.mobile-top-chrome .category-filter {
    gap: 22px;
  }
}

@media (max-width: 767px) {
  .about-section,
  .contact-section {
    overflow-x: hidden;
  }

  .about-section .about-main {
    padding: 28px 28px 76px;
    padding-top: 28px;
    row-gap: 0;
  }

  .about-section .about-hero-left,
  .about-section .about-copy-main,
  .contact-desktop-left,
  .contact-copy {
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding-top: 0;
  }

  .about-section .about-kicker,
  .contact-kicker {
    margin-top: 0;
    margin-bottom: 22px;
    color: rgba(0, 0, 0, 0.46);
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1;
    text-transform: uppercase;
  }

  .about-section .about-hero-title {
    width: 100%;
    max-width: none;
    margin: 0;
    color: #050505;
    font-family: var(--font-display), "Inter Tight", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(56px, 13vw, 72px);
    font-weight: 430;
    letter-spacing: -0.06em;
    line-height: 1.02;
    text-transform: none;
  }

  .about-section .about-hero-title span {
    display: block;
    white-space: nowrap;
  }

  .about-section .about-description,
  .contact-intro {
    max-width: 32ch;
    margin-top: 28px;
    color: rgba(0, 0, 0, 0.62);
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(18px, 4.8vw, 23px);
    font-weight: 400;
    letter-spacing: -0.035em;
    line-height: 1.28;
  }

  .about-section .about-hero-visual,
  .contact-lanyard-block {
    margin-top: 48px;
  }

  .contact-section {
    padding: 0 28px 76px;
  }

  .contact-hero {
    min-height: auto;
    padding: 28px 0 86px;
    row-gap: 48px;
  }

  .contact-desktop-left,
  .contact-desktop-right {
    min-width: 0;
    width: 100%;
    padding-left: 0;
  }

  .contact-copy {
    padding-right: 0;
  }

  .contact-right,
  .contact-info {
    width: 100%;
    justify-self: stretch;
  }

  .contact-title {
    width: 100%;
    max-width: none;
    margin: 0;
    color: #050505;
  }

  .contact-title-main {
    display: block;
    font-family: var(--font-display), "Inter Tight", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(46px, 11.2vw, 62px);
    font-weight: 760;
    letter-spacing: -0.06em;
    line-height: 0.96;
  }

  .contact-title-italic {
    display: block;
    max-width: 10.4ch;
    margin-top: 2px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(44px, 10.8vw, 58px);
    font-style: italic;
    font-weight: 400;
    letter-spacing: -0.045em;
    line-height: 0.98;
  }

  .contact-info-list,
  .contact-info {
    margin-top: 44px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .contact-info-row,
  .contact-row {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    min-height: 0;
    padding: 18px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.085);
  }

  .contact-info-label,
  .contact-label {
    color: rgba(0, 0, 0, 0.42);
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
  }

  .contact-info-value,
  .contact-value,
  .contact-info-link,
  .contact-value a {
    color: #050505;
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.32;
  }

  .contact-info-link,
  .contact-value a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
  }
}

@media (max-width: 390px) {
  .about-section .about-main,
  .contact-section {
    padding-right: 24px;
    padding-left: 24px;
  }

  .about-section .about-hero-title {
    font-size: clamp(52px, 12.6vw, 64px);
    letter-spacing: -0.055em;
    line-height: 1.03;
  }

  .contact-title-main {
    font-size: clamp(42px, 10.8vw, 54px);
    letter-spacing: -0.055em;
    line-height: 0.98;
  }

  .contact-title-italic {
    max-width: 10.8ch;
    font-size: clamp(40px, 10.2vw, 52px);
    line-height: 1;
  }

  .contact-info-row,
  .contact-row {
    grid-template-columns: 98px minmax(0, 1fr);
    gap: 14px;
  }
}

/* Final desktop Work / Slider cascade: keep this after legacy responsive rules. */
@media (min-width: 1024px) {
  :root {
    --desktop-pad-x: clamp(32px, 3.25vw, 56px);
    --desktop-brand-top: 32px;
    --desktop-brand-width: 220px;
    --desktop-brand-title-size: clamp(18px, 1.35vw, 22px);
    --desktop-brand-subtitle-size: clamp(13px, 1vw, 16px);
    --desktop-brand-line-height: 1.12;
    --desktop-toggle-top: 34px;
    --desktop-nav-top: 30px;
  }

  .site-brand span:first-child {
    margin-bottom: 15px;
  }

  .site-shell.is-work-view .site-header .work-lanyard-anchor {
    top: 16px;
    left: clamp(236px, 23vw, 354px);
    width: clamp(126px, 10vw, 164px);
    height: clamp(126px, 10vw, 164px);
  }

  .site-shell.is-work-view .desktop-view-toggle,
  .site-shell.is-work-view.is-list-view .desktop-view-toggle,
  .site-shell.is-work-view-transitioning .desktop-view-toggle {
    top: var(--desktop-toggle-top);
  }

  .site-shell.is-work-view .site-header .primary-nav,
  .site-shell.is-work-view.is-list-view .site-header .primary-nav,
  .site-shell.is-work-view-transitioning .site-header .primary-nav {
    top: var(--desktop-nav-top);
    right: var(--desktop-pad-x);
  }

  .site-shell.is-work-view .site-header .work-category-slot,
  .site-shell.is-work-view.is-list-view .site-header .work-category-slot {
    top: 30px;
    right: auto;
    left: 62.5vw;
    width: 128px;
    justify-content: flex-start;
  }

  .site-shell.is-work-view .work-category-panel,
  .site-shell.is-work-view.is-list-view .work-category-panel {
    width: 128px;
  }

}

@media (min-width: 768px) and (max-height: 960px) {
  :root {
    --contact-lanyard-size: clamp(120px, 14vh, 145px);
  }

  .contact-desktop-left {
    padding-top: clamp(138px, 18vh, 168px);
  }

  .contact-desktop-right {
    padding-top: clamp(108px, 13vh, 138px);
  }

  .contact-lanyard-block {
    margin-bottom: clamp(22px, 3vh, 32px);
  }

  .contact-info-row,
  .contact-row {
    min-height: clamp(62px, 7.5vh, 72px);
  }

  .contact-section .section-back {
    position: fixed;
    bottom: 16px;
  }
}

@media (max-width: 767px) {
  .site-header.mobile-top-chrome,
  .site-shell.is-work-view .site-header.mobile-top-chrome,
  .site-shell.is-list-view .site-header.mobile-top-chrome,
  .site-shell.is-about-view .site-header.mobile-top-chrome,
  .site-shell.is-contact-view .site-header.mobile-top-chrome {
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 10px;
  }

  .site-header.mobile-top-chrome .studio-lockup,
  .site-header.mobile-top-chrome .site-brand {
    width: min(42vw, 168px);
    max-width: min(42vw, 168px);
    min-width: 0;
    overflow: hidden;
    font-size: clamp(12px, 3.25vw, 14px);
    letter-spacing: -0.035em;
    line-height: 1.08;
  }

  .site-header.mobile-top-chrome .studio-lockup span:first-child {
    max-width: 100%;
    margin-bottom: 8px;
    overflow: hidden;
    font-size: clamp(17px, 4.6vw, 19px);
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .site-header.mobile-top-chrome .studio-lockup span:nth-child(2),
  .site-header.mobile-top-chrome .studio-lockup span:nth-child(3) {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .site-header.mobile-top-chrome .primary-nav,
  .site-shell.is-mobile-nav-open .site-header.mobile-top-chrome .primary-nav,
  .site-shell.is-about-view .site-header.mobile-top-chrome .primary-nav,
  .site-shell.is-contact-view .site-header.mobile-top-chrome .primary-nav {
    justify-self: end;
    max-width: calc(100vw - (var(--mobile-pad-x) * 2) - 148px);
  }

  .site-header.mobile-top-chrome .top-pill-nav__pill {
    padding-inline: clamp(8px, 2.4vw, 11px);
    font-size: clamp(13px, 3.4vw, 15px);
  }
}

@media (max-width: 390px) {
  .site-header.mobile-top-chrome .studio-lockup,
  .site-header.mobile-top-chrome .site-brand {
    width: min(39vw, 150px);
    max-width: min(39vw, 150px);
    font-size: 12px;
  }

  .site-header.mobile-top-chrome .studio-lockup span:first-child {
    margin-bottom: 7px;
    font-size: 17px;
  }

  .site-header.mobile-top-chrome .top-pill-nav__pill {
    padding-inline: 8px;
    font-size: 13px;
  }
}

/* Mobile header collision guard: keep brand and pill nav in the normal layout flow. */
@media (max-width: 767px) {
  .site-header.mobile-top-chrome,
  .site-shell.is-work-view .site-header.mobile-top-chrome,
  .site-shell.is-list-view .site-header.mobile-top-chrome,
  .site-shell.is-about-view .site-header.mobile-top-chrome,
  .site-shell.is-contact-view .site-header.mobile-top-chrome {
    position: relative !important;
    display: grid;
    align-items: start;
    width: 100%;
    overflow: visible;
    transform: none !important;
  }

  .site-header.mobile-top-chrome .studio-lockup,
  .site-header.mobile-top-chrome .site-brand,
  .site-header.mobile-top-chrome .primary-nav,
  .site-shell.is-mobile-nav-open .site-header.mobile-top-chrome .primary-nav,
  .site-shell.is-about-view .site-header.mobile-top-chrome .primary-nav,
  .site-shell.is-contact-view .site-header.mobile-top-chrome .primary-nav {
    position: relative !important;
    inset: auto !important;
    transform: none !important;
  }

  .site-header.mobile-top-chrome .studio-lockup span:first-child {
    white-space: nowrap;
  }
}

@media (max-width: 520px) {
  .site-header.mobile-top-chrome,
  .site-shell.is-work-view .site-header.mobile-top-chrome,
  .site-shell.is-list-view .site-header.mobile-top-chrome,
  .site-shell.is-about-view .site-header.mobile-top-chrome,
  .site-shell.is-contact-view .site-header.mobile-top-chrome {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 18px;
  }

  .site-header.mobile-top-chrome .studio-lockup,
  .site-header.mobile-top-chrome .site-brand {
    grid-column: 1;
    grid-row: 1;
    max-width: none;
    justify-self: start;
  }

  .site-header.mobile-top-chrome .primary-nav,
  .site-shell.is-mobile-nav-open .site-header.mobile-top-chrome .primary-nav,
  .site-shell.is-about-view .site-header.mobile-top-chrome .primary-nav,
  .site-shell.is-contact-view .site-header.mobile-top-chrome .primary-nav {
    grid-column: 1;
    grid-row: 2;
    justify-self: end;
  }

  .site-header.mobile-top-chrome .desktop-view-toggle,
  .site-shell.is-list-view .site-header.mobile-top-chrome .desktop-view-toggle,
  .site-shell.is-about-view .site-header.mobile-top-chrome .desktop-view-toggle,
  .site-shell.is-contact-view .site-header.mobile-top-chrome .desktop-view-toggle {
    grid-row: 3;
    margin-top: 10px;
    margin-bottom: 22px;
  }

  .site-header.mobile-top-chrome .work-category-slot {
    grid-row: 4;
  }
}

/* Mobile Work hero refinement: logo watermark + lighter editorial typography. */
@media (max-width: 767px) {
  .mobile-work-home {
    overflow-x: clip;
    background: #f7f5ef;
  }

  .mobile-work-home .mobile-hero {
    position: relative;
    overflow: hidden;
    padding-right: clamp(22px, 6vw, 32px);
    padding-left: clamp(22px, 6vw, 32px);
  }

  .mobile-hero-brand-mark {
    position: absolute;
    top: clamp(126px, 31vw, 156px);
    right: clamp(22px, 7vw, 42px);
    z-index: 0;
    width: min(clamp(96px, 26vw, 142px), 34vw);
    max-width: calc(100vw - 48px);
    height: auto;
    opacity: 0.09;
    pointer-events: none;
    user-select: none;
    transform: none !important;
    transform-origin: center;
  }

  .mobile-hero-brand-mark img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center;
    transform: none !important;
  }

  .mobile-work-home .mobile-kicker,
  .mobile-work-home .mobile-hero-title,
  .mobile-work-home .mobile-hero-copy,
  .mobile-work-home .mobile-hero-actions {
    position: relative;
    z-index: 1;
  }

  .mobile-work-home .mobile-kicker {
    margin-top: 0;
    margin-bottom: 30px;
    color: rgba(0, 0, 0, 0.46);
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1;
    text-transform: uppercase;
  }

  .mobile-work-home .mobile-hero-title {
    width: 100%;
    max-width: 8.8ch;
    margin: 0;
    color: #050505;
    font-family: var(--font-display), "Inter Tight", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(56px, 14vw, 76px);
    font-weight: 430;
    letter-spacing: -0.062em;
    line-height: 1.02;
    text-transform: none;
  }

  .mobile-work-home .mobile-hero-title span {
    display: block;
    white-space: nowrap;
  }

  .mobile-work-home .mobile-hero-copy {
    max-width: 31ch;
    margin-top: 28px;
    color: rgba(0, 0, 0, 0.62);
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(19px, 5.1vw, 24px);
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.28;
  }

  .mobile-work-home .mobile-hero-actions {
    display: flex;
    align-items: center;
    gap: 34px;
    margin-top: 32px;
  }

  .mobile-work-home .mobile-hero-actions button {
    color: #050505;
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-weight: 430;
    letter-spacing: -0.03em;
    line-height: 1;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
  }
}

@media (max-width: 359px) {
  .mobile-work-home .mobile-hero-title {
    font-size: clamp(50px, 13.4vw, 58px);
    letter-spacing: -0.055em;
    line-height: 1.04;
  }

  .mobile-hero-brand-mark {
    top: 122px;
    right: 18px;
    width: 88px;
    opacity: 0.082;
  }
}

@media (min-width: 360px) and (max-width: 389px) {
  .mobile-hero-brand-mark {
    top: 128px;
    right: 22px;
    width: 96px;
    opacity: 0.086;
  }
}

@media (min-width: 390px) and (max-width: 429px) {
  .mobile-hero-brand-mark {
    top: 132px;
    right: 26px;
    width: 106px;
    opacity: 0.09;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .mobile-hero-brand-mark {
    top: 136px;
    right: 30px;
    width: clamp(112px, 26vw, 142px);
    opacity: 0.092;
  }
}

@media (max-width: 767px) {
  .site-header.mobile-top-chrome,
  .site-shell.is-work-view .site-header.mobile-top-chrome,
  .site-shell.is-list-view .site-header.mobile-top-chrome,
  .site-shell.is-about-view .site-header.mobile-top-chrome,
  .site-shell.is-contact-view .site-header.mobile-top-chrome {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    column-gap: 14px;
    row-gap: 0;
  }

  .site-header.mobile-top-chrome .studio-lockup,
  .site-header.mobile-top-chrome .site-brand {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    max-width: 190px;
    justify-self: start;
  }

  .site-header.mobile-top-chrome .primary-nav,
  .site-shell.is-mobile-nav-open .site-header.mobile-top-chrome .primary-nav,
  .site-shell.is-about-view .site-header.mobile-top-chrome .primary-nav,
  .site-shell.is-contact-view .site-header.mobile-top-chrome .primary-nav {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    justify-self: end;
  }

  .site-header.mobile-top-chrome .top-pill-nav__list {
    max-width: 100%;
    overflow: hidden;
  }

  .site-header.mobile-top-chrome .desktop-view-toggle,
  .site-shell.is-list-view .site-header.mobile-top-chrome .desktop-view-toggle,
  .site-shell.is-about-view .site-header.mobile-top-chrome .desktop-view-toggle,
  .site-shell.is-contact-view .site-header.mobile-top-chrome .desktop-view-toggle {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 30px;
    margin-bottom: 24px;
  }

  .site-header.mobile-top-chrome .work-category-slot {
    grid-column: 1 / -1;
    grid-row: 3;
  }
}

@media (max-width: 430px) {
  .site-header.mobile-top-chrome,
  .site-shell.is-work-view .site-header.mobile-top-chrome,
  .site-shell.is-list-view .site-header.mobile-top-chrome,
  .site-shell.is-about-view .site-header.mobile-top-chrome,
  .site-shell.is-contact-view .site-header.mobile-top-chrome {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 18px;
  }

  .site-header.mobile-top-chrome .studio-lockup,
  .site-header.mobile-top-chrome .site-brand {
    grid-column: 1;
    grid-row: 1;
    max-width: none;
  }

  .site-header.mobile-top-chrome .primary-nav,
  .site-shell.is-mobile-nav-open .site-header.mobile-top-chrome .primary-nav,
  .site-shell.is-about-view .site-header.mobile-top-chrome .primary-nav,
  .site-shell.is-contact-view .site-header.mobile-top-chrome .primary-nav {
    grid-column: 1;
    grid-row: 2;
    justify-self: end;
  }

  .site-header.mobile-top-chrome .top-pill-nav__list {
    height: 40px;
  }

  .site-header.mobile-top-chrome .top-pill-nav__pill {
    height: 32px;
    padding: 0 11px;
    font-size: 14px;
  }

  .site-header.mobile-top-chrome .desktop-view-toggle,
  .site-shell.is-list-view .site-header.mobile-top-chrome .desktop-view-toggle,
  .site-shell.is-about-view .site-header.mobile-top-chrome .desktop-view-toggle,
  .site-shell.is-contact-view .site-header.mobile-top-chrome .desktop-view-toggle {
    grid-row: 3;
    margin-top: 10px;
    margin-bottom: 22px;
  }

  .site-header.mobile-top-chrome .work-category-slot {
    grid-row: 4;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .mobile-services-flow__marquee-track {
    animation: none !important;
  }

  .mobile-services-flow__preview {
    transition: none !important;
  }

  .page-transition-shell,
  .page-reveal,
  .top-pill-nav__pill {
    animation: none !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
  }

  .route-transition-overlay {
    display: none !important;
  }

  .page-transition-shell--exiting {
    opacity: 0 !important;
    transform: none !important;
    transition: opacity 60ms linear !important;
  }

  .page-transition-shell--entering {
    opacity: 0 !important;
    transform: none !important;
  }

  .page-transition-shell--entered {
    opacity: 1 !important;
    transform: none !important;
    transition: opacity 120ms ease !important;
  }

  .site-shell.is-page-transitioning .page-transition-shell--entered * {
    animation: none !important;
  }
}

.contact-title-accent-line {
  display: inline;
}

.contact-title-accent-line:first-child {
  margin-right: 0.28ch;
}

@media (max-width: 767px) {
  :root {
    --mobile-bg: #f7f5ef;
    --mobile-pad-x: 28px;
    --mobile-brand-title-size: 19px;
    --mobile-brand-subtitle-size: 14px;
    --mobile-nav-height: 38px;
    --mobile-nav-pill-height: 30px;
    --mobile-nav-font-size: 14px;
    --mobile-view-toggle-size: 18px;
    --mobile-view-toggle-gap: 30px;
    --mobile-kicker-size: 12px;
    --mobile-body-size: clamp(18px, 4.8vw, 23px);
    --mobile-section-gap: 72px;
    --mobile-hero-gap: 34px;
  }

  html,
  body,
  .site-shell,
  .work-stage,
  .mobile-work-home,
  .about-section,
  .contact-section {
    overflow-x: hidden;
    background: var(--mobile-bg);
  }

  .site-header.mobile-top-chrome,
  .site-shell.is-work-view .site-header.mobile-top-chrome,
  .site-shell.is-list-view .site-header.mobile-top-chrome,
  .site-shell.is-about-view .site-header.mobile-top-chrome,
  .site-shell.is-contact-view .site-header.mobile-top-chrome {
    position: relative !important;
    top: auto;
    right: auto;
    left: auto;
    z-index: 300;
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr) auto;
    row-gap: 0;
    column-gap: 16px;
    padding: 24px var(--mobile-pad-x) 0;
    overflow: visible;
    background: var(--mobile-bg);
    box-shadow: none;
    pointer-events: none;
    transform: none !important;
  }

  .site-header.mobile-top-chrome::before,
  .site-header.mobile-top-chrome.is-scrolled::before,
  .site-shell.is-mobile-top-scrolled .site-header.mobile-top-chrome::before {
    display: none;
  }

  .site-header.mobile-top-chrome > * {
    position: relative;
    z-index: 2;
    pointer-events: auto;
  }

  .site-header.mobile-top-chrome .studio-lockup {
    grid-column: 1;
    grid-row: 1;
    width: clamp(158px, 40vw, 178px);
    min-width: 0;
    max-width: 178px;
    align-self: start;
    justify-self: start;
    margin: 0;
    color: #050505;
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: var(--mobile-brand-subtitle-size);
    font-weight: 400;
    letter-spacing: -0.035em;
    line-height: 1.12;
    transform: none !important;
  }

  .site-header.mobile-top-chrome .studio-lockup span:first-child {
    margin: 0 0 9px;
    font-family: var(--font-brand), "Instrument Serif", Georgia, serif;
    font-size: var(--mobile-brand-title-size);
    font-weight: 400;
    letter-spacing: -0.045em;
    line-height: 1;
    white-space: nowrap;
  }

  .site-header.mobile-top-chrome .studio-lockup span:nth-child(2),
  .site-header.mobile-top-chrome .studio-lockup span:nth-child(3) {
    display: block;
    margin: 0;
    white-space: nowrap;
  }

  .site-header.mobile-top-chrome .primary-nav,
  .site-shell.is-mobile-nav-open .site-header.mobile-top-chrome .primary-nav,
  .site-shell.is-about-view .site-header.mobile-top-chrome .primary-nav,
  .site-shell.is-contact-view .site-header.mobile-top-chrome .primary-nav {
    position: relative;
    inset: auto;
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    justify-self: end;
    width: auto;
    height: auto;
    padding: 0;
    opacity: 1;
    pointer-events: auto;
    transform: none !important;
  }

  .site-header.mobile-top-chrome .top-pill-nav__list {
    display: flex;
    align-items: center;
    gap: 2px;
    height: var(--mobile-nav-height);
    padding: 3px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.55);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .site-header.mobile-top-chrome .top-pill-nav__pill {
    height: var(--mobile-nav-pill-height);
    padding: 0 9px;
    border-radius: 999px;
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: var(--mobile-nav-font-size);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1;
    white-space: nowrap;
  }

  .site-header.mobile-top-chrome .desktop-view-toggle,
  .site-shell.is-list-view .site-header.mobile-top-chrome .desktop-view-toggle,
  .site-shell.is-about-view .site-header.mobile-top-chrome .desktop-view-toggle,
  .site-shell.is-contact-view .site-header.mobile-top-chrome .desktop-view-toggle {
    position: relative !important;
    top: auto;
    right: auto;
    left: auto;
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex;
    width: auto;
    align-items: center;
    justify-content: flex-start;
    gap: var(--mobile-view-toggle-gap);
    justify-self: start;
    margin: 30px 0 24px;
    padding: 0;
    opacity: 1;
    pointer-events: auto;
    transform: none !important;
  }

  .site-header.mobile-top-chrome .desktop-view-toggle button {
    position: relative;
    margin: 0 !important;
    border: 0;
    padding: 0 0 8px;
    background: transparent;
    color: rgba(0, 0, 0, 0.34);
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: var(--mobile-view-toggle-size);
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .site-header.mobile-top-chrome .desktop-view-toggle button.is-active {
    color: #050505;
    font-weight: 620;
  }

  .site-header.mobile-top-chrome .desktop-view-toggle button.is-active::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1.5px;
    border-radius: 999px;
    background: #050505;
    opacity: 1;
  }

  .site-header.mobile-top-chrome .work-category-slot {
    position: relative !important;
    top: auto;
    right: auto;
    left: auto;
    grid-column: 1 / -1;
    grid-row: 3;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0 24px;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    pointer-events: auto;
    transform: none !important;
  }

  .site-header.mobile-top-chrome .category-filter,
  .site-shell.is-list-view .site-header.mobile-top-chrome .category-filter {
    position: relative !important;
    top: auto;
    right: auto;
    left: auto;
    display: flex;
    width: 100%;
    align-items: center;
    gap: 24px;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.38);
    scrollbar-width: none;
    transform: none !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .site-header.mobile-top-chrome .category-filter::-webkit-scrollbar {
    display: none;
  }

  .site-header.mobile-top-chrome .category-filter button {
    display: inline-flex;
    width: auto;
    min-width: max-content;
    grid-template-columns: none;
    align-items: baseline;
    gap: 7px;
    padding: 0;
    color: rgba(0, 0, 0, 0.38);
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .site-header.mobile-top-chrome .category-filter button.is-active {
    color: #050505;
    font-weight: 600;
  }

  .site-header.mobile-top-chrome .category-count {
    min-width: auto;
    color: rgba(0, 0, 0, 0.38);
    font-size: 10px;
    letter-spacing: -0.02em;
    line-height: 1;
    text-align: left;
  }

  .site-header.mobile-top-chrome .category-mark {
    display: none;
  }

  .site-header.mobile-top-chrome .category-label {
    white-space: nowrap;
  }

  .site-shell:not(.is-work-view) .site-header.mobile-top-chrome .work-category-slot {
    display: none;
    padding: 0;
    border-bottom: 0;
  }

  .site-shell.is-about-view .site-header.mobile-top-chrome .desktop-view-toggle,
  .site-shell.is-contact-view .site-header.mobile-top-chrome .desktop-view-toggle {
    margin-bottom: 0;
  }

  .site-header.mobile-top-chrome .work-lanyard-anchor,
  .site-header.mobile-top-chrome .mobile-nav-toggle {
    display: none !important;
  }

  .work-stage {
    padding-top: 0;
  }

  .mobile-hero,
  .mobile-work-section,
  .mobile-about-contact {
    padding-right: var(--mobile-pad-x);
    padding-left: var(--mobile-pad-x);
  }

  .mobile-hero {
    padding-top: 28px;
    padding-bottom: 0;
  }

  .mobile-kicker,
  .mobile-about-kicker,
  .mobile-about-contact-kicker,
  .about-section .about-kicker,
  .contact-kicker {
    margin-top: 0;
    margin-bottom: 30px;
    color: rgba(0, 0, 0, 0.46);
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: var(--mobile-kicker-size);
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1;
    text-transform: uppercase;
  }

  .mobile-hero-title {
    width: 100%;
    max-width: 8.8ch;
    margin: 0;
    color: #050505;
    font-family: var(--font-display), "Inter Tight", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(58px, 14.2vw, 76px);
    font-weight: 430;
    letter-spacing: -0.062em;
    line-height: 1.02;
    text-transform: none;
  }

  .mobile-hero-title span {
    display: block;
    white-space: nowrap;
  }

  .mobile-hero-copy,
  .mobile-about-copy,
  .about-section .about-description,
  .contact-intro {
    max-width: 32ch;
    margin-top: 28px;
    color: rgba(0, 0, 0, 0.62);
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: var(--mobile-body-size);
    font-weight: 400;
    letter-spacing: -0.035em;
    line-height: 1.28;
  }

  .mobile-hero-actions {
    gap: 34px;
    margin-top: 32px;
  }

  .mobile-hero-actions button {
    border-bottom: 1px solid currentColor;
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-weight: 430;
    letter-spacing: -0.03em;
    line-height: 1;
    text-underline-offset: 5px;
  }

  .mobile-hero-media.project-cover {
    aspect-ratio: 1.42 / 1;
    display: block;
    width: 100%;
    margin-top: 48px;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 24px;
    background: #050505;
    color: inherit;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-hero-media > img,
  .mobile-hero-media > video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    pointer-events: none;
  }

  .mobile-work-section {
    padding-top: 52px;
    padding-bottom: 0;
  }

  .mobile-slider-section {
    padding-right: 0;
    padding-left: 0;
  }

  .mobile-slider-section .mobile-section-head {
    margin-right: var(--mobile-pad-x);
    margin-bottom: 28px;
    margin-left: var(--mobile-pad-x);
    padding-top: 28px;
  }

  .mobile-section-head {
    margin-bottom: 28px;
    padding-top: 28px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.48);
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1;
    text-transform: uppercase;
  }

  .mobile-slider-track {
    padding-right: var(--mobile-pad-x);
    padding-left: var(--mobile-pad-x);
    scroll-padding-inline: var(--mobile-pad-x);
  }

  .mobile-services-flow {
    display: block;
    margin-top: 68px;
    margin-bottom: 78px;
    padding-right: var(--mobile-pad-x);
    padding-left: var(--mobile-pad-x);
    overflow: hidden;
    background: var(--mobile-bg);
  }

  .mobile-services-flow__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .mobile-services-flow__kicker {
    margin: 0;
    color: rgba(0, 0, 0, 0.48);
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1;
    text-transform: uppercase;
  }

  .mobile-services-flow__item {
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.085);
  }

  .mobile-services-flow__button {
    display: grid;
    width: 100%;
    min-height: 58px;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
  }

  .mobile-services-flow__number {
    color: rgba(0, 0, 0, 0.38);
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
  }

  .mobile-services-flow__label {
    min-width: 0;
    color: #050505;
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(20px, 5.2vw, 24px);
    font-weight: 400;
    letter-spacing: -0.045em;
    line-height: 1.08;
  }

  .mobile-services-flow__preview {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition:
      height 0.48s cubic-bezier(0.76, 0, 0.24, 1),
      opacity 0.32s ease;
  }

  .mobile-services-flow__item.is-active .mobile-services-flow__preview {
    height: 58px;
    opacity: 1;
  }

  .mobile-services-flow__marquee {
    display: flex;
    width: 100%;
    height: 58px;
    align-items: center;
    overflow: hidden;
  }

  .mobile-services-flow__marquee-track {
    display: flex;
    width: max-content;
    align-items: center;
    animation: mobileServicesMarquee 11s linear infinite;
    will-change: transform;
  }

  .mobile-services-flow__marquee-track > span {
    flex: 0 0 auto;
  }

  .mobile-services-flow__marquee-text {
    padding-right: 14px;
    color: rgba(0, 0, 0, 0.62);
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1;
    text-transform: uppercase;
  }

  .mobile-services-flow__image {
    width: 96px;
    height: 34px;
    margin-right: 18px;
    overflow: hidden;
    border-radius: 999px;
    background: #ddd;
  }

  .mobile-services-flow__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .mobile-about-contact {
    display: grid;
    gap: 0;
    margin-top: 0;
    padding-top: 72px;
    padding-bottom: 84px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    background: var(--mobile-bg);
  }

  .mobile-about-block {
    width: 100%;
    max-width: none;
  }

  .mobile-about-title {
    width: 100%;
    max-width: none;
    margin: 0;
    color: #050505;
    font-family: var(--font-display), "Inter Tight", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(50px, 12vw, 64px);
    font-weight: 430;
    letter-spacing: -0.055em;
    line-height: 1.03;
    text-transform: none;
  }

  .mobile-about-title span {
    display: block;
    white-space: nowrap;
  }

  .mobile-about-project {
    margin-top: 54px;
    padding-top: 28px;
    border-top: 1px solid rgba(0, 0, 0, 0.09);
  }

  .mobile-about-contact-list {
    display: grid;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mobile-about-contact-item {
    display: grid;
    min-height: 28px;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    column-gap: 16px;
  }

  .mobile-about-contact-icon {
    width: 20px;
    height: 20px;
    color: rgba(0, 0, 0, 0.8);
  }

  .mobile-about-contact-link,
  .mobile-about-contact-text {
    min-width: 0;
    color: #050505;
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(16px, 4.4vw, 19px);
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.28;
  }

  .mobile-about-contact-link {
    overflow-wrap: anywhere;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
  }

  .mobile-about-contact-text {
    overflow-wrap: anywhere;
  }

  .about-section {
    height: auto;
    min-height: auto;
    overflow-x: hidden;
  }

  .about-section .about-main {
    display: grid;
    height: auto;
    min-height: auto;
    grid-template-columns: 1fr;
    align-items: start;
    row-gap: 0;
    column-gap: 0;
    padding: 28px var(--mobile-pad-x) 84px;
    padding-top: 28px;
  }

  .about-section .about-panel-copy,
  .about-section .about-hero-left,
  .about-section .about-copy-main {
    grid-column: auto;
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding-top: 0;
  }

  .about-section .about-hero-title {
    width: 100%;
    max-width: none;
    margin: 0;
    color: #050505;
    font-family: var(--font-display), "Inter Tight", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(56px, 13vw, 72px);
    font-weight: 430;
    letter-spacing: -0.06em;
    line-height: 1.02;
    text-transform: none;
  }

  .about-section .about-hero-title span {
    display: block;
    white-space: nowrap;
  }

  .about-section .about-hero-visual {
    position: relative;
    left: auto;
    bottom: auto;
    width: min(100%, 520px);
    height: clamp(430px, 118vw, 560px);
    margin: 46px auto 0;
    transform: none;
  }

  .about-section .hero-body {
    max-width: 100%;
  }

  .about-section .about-services {
    grid-column: auto;
    width: 100%;
    max-width: none;
    justify-self: stretch;
    margin-top: 56px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .about-section .flowing-services__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.48);
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1;
    text-transform: uppercase;
  }

  .about-section .flowing-menu__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.085);
  }

  .about-section .flowing-menu__item-link {
    min-height: 58px;
    padding: 0;
  }

  .about-section .flowing-menu__item-index {
    color: rgba(0, 0, 0, 0.38);
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
  }

  .about-section .flowing-menu__item-text {
    color: #050505;
    font-size: clamp(20px, 5.2vw, 24px);
    font-weight: 400;
    letter-spacing: -0.045em;
    line-height: 1.08;
  }

  .contact-section {
    overflow-x: hidden;
    padding: 0 var(--mobile-pad-x) 76px;
  }

  .contact-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    align-items: start;
    row-gap: 0;
    column-gap: 0;
    padding: 28px 0 84px;
  }

  .contact-desktop-left,
  .contact-desktop-right,
  .contact-copy {
    width: 100%;
    max-width: none;
    min-width: 0;
    padding: 0;
  }

  .contact-title.contact-hero-title {
    width: 100%;
    max-width: none;
    margin: 0;
    color: #050505;
  }

  .contact-hero-title-main {
    display: block;
    font-family: var(--font-display), "Inter Tight", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(46px, 11.2vw, 62px);
    font-weight: 760;
    letter-spacing: -0.06em;
    line-height: 0.96;
  }

  .contact-hero-title-accent {
    display: block;
    max-width: none;
    margin-top: 2px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(44px, 10.8vw, 58px);
    font-style: italic;
    font-weight: 400;
    letter-spacing: -0.045em;
    line-height: 0.98;
  }

  .contact-hero-title-accent .contact-title-accent-line {
    display: block;
    margin-right: 0;
  }

  .contact-lanyard-block {
    display: none;
  }

  .contact-right,
  .contact-info {
    width: 100%;
    justify-self: stretch;
  }

  .contact-info-list,
  .contact-info {
    margin-top: 44px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .contact-info-row,
  .contact-row {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    min-height: 0;
    padding: 18px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.085);
  }

  .contact-info-label,
  .contact-label {
    color: rgba(0, 0, 0, 0.42);
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
  }

  .contact-info-value,
  .contact-value,
  .contact-info-link,
  .contact-value a {
    color: #050505;
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.32;
  }

  .contact-info-link,
  .contact-value a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
  }
}

@media (max-width: 390px) {
  :root {
    --mobile-pad-x: 24px;
    --mobile-brand-title-size: 18px;
    --mobile-brand-subtitle-size: 13px;
    --mobile-nav-font-size: 13px;
  }

  .site-header.mobile-top-chrome {
    column-gap: 10px;
    padding-right: var(--mobile-pad-x);
    padding-left: var(--mobile-pad-x);
    grid-template-columns: 1fr;
  }

  .site-header.mobile-top-chrome .primary-nav,
  .site-shell.is-mobile-nav-open .site-header.mobile-top-chrome .primary-nav,
  .site-shell.is-about-view .site-header.mobile-top-chrome .primary-nav,
  .site-shell.is-contact-view .site-header.mobile-top-chrome .primary-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: start;
    margin-top: 16px;
  }

  .site-header.mobile-top-chrome .studio-lockup span:first-child {
    font-size: var(--mobile-brand-title-size);
  }

  .site-header.mobile-top-chrome .studio-lockup {
    width: 100%;
    max-width: none;
    font-size: var(--mobile-brand-subtitle-size);
  }

  .site-header.mobile-top-chrome .top-pill-nav__list {
    height: 40px;
  }

  .site-header.mobile-top-chrome .top-pill-nav__pill {
    height: 32px;
    padding: 0 10px;
  }

  .site-header.mobile-top-chrome .desktop-view-toggle,
  .site-shell.is-list-view .site-header.mobile-top-chrome .desktop-view-toggle {
    grid-row: 3;
    gap: 26px;
    margin-top: 28px;
    margin-bottom: 22px;
  }

  .site-header.mobile-top-chrome .work-category-slot {
    grid-row: 4;
  }

  .site-header.mobile-top-chrome .desktop-view-toggle button {
    font-size: 17px;
    padding-bottom: 7px;
  }

  .site-header.mobile-top-chrome .category-filter {
    gap: 22px;
  }

  .mobile-hero-title {
    font-size: clamp(54px, 13.6vw, 68px);
    letter-spacing: -0.056em;
    line-height: 1.03;
  }

  .mobile-services-flow__button {
    min-height: 56px;
  }

  .mobile-services-flow__label,
  .about-section .flowing-menu__item-text {
    font-size: clamp(19px, 5vw, 22px);
    line-height: 1.1;
  }

  .mobile-services-flow__image {
    width: 88px;
    height: 32px;
  }

  .about-section .about-hero-title {
    font-size: clamp(52px, 12.6vw, 64px);
    letter-spacing: -0.055em;
    line-height: 1.03;
  }

  .contact-hero-title-main {
    font-size: clamp(42px, 10.8vw, 54px);
    letter-spacing: -0.055em;
    line-height: 0.98;
  }

  .contact-hero-title-accent {
    font-size: clamp(40px, 10.2vw, 52px);
    line-height: 1;
  }

  .contact-info-row,
  .contact-row {
    grid-template-columns: 98px minmax(0, 1fr);
    gap: 14px;
  }
}

/* Effective desktop Slider reference overrides. Keep at the end of the cascade. */
@media (min-width: 1024px) {
  :root {
    --desktop-pad-x: clamp(32px, 3.25vw, 56px);
    --desktop-brand-top: 32px;
    --desktop-brand-width: 220px;
    --desktop-brand-title-size: clamp(18px, 1.35vw, 22px);
    --desktop-brand-subtitle-size: clamp(13px, 1vw, 16px);
    --desktop-brand-line-height: 1.12;
    --desktop-toggle-top: 34px;
    --desktop-nav-top: 30px;
  }

  .site-brand span:first-child { margin-bottom: 15px; }

  .site-shell.is-work-view .site-header .work-lanyard-anchor {
    top: 16px;
    left: clamp(236px, 23vw, 354px);
    width: clamp(126px, 10vw, 164px);
    height: clamp(126px, 10vw, 164px);
  }

  .site-shell.is-work-view .desktop-view-toggle,
  .site-shell.is-work-view.is-list-view .desktop-view-toggle,
  .site-shell.is-work-view-transitioning .desktop-view-toggle { top: var(--desktop-toggle-top); }

  .site-shell.is-work-view .site-header .primary-nav,
  .site-shell.is-work-view.is-list-view .site-header .primary-nav,
  .site-shell.is-work-view-transitioning .site-header .primary-nav {
    top: var(--desktop-nav-top);
    right: var(--desktop-pad-x);
  }

  .site-shell.is-work-view .site-header .work-category-slot,
  .site-shell.is-work-view.is-list-view .site-header .work-category-slot {
    top: 30px;
    right: auto;
    left: 62.5vw;
    width: 128px;
    justify-content: flex-start;
  }

  .site-shell.is-work-view .work-category-panel,
  .site-shell.is-work-view.is-list-view .work-category-panel { width: 128px; }

}

/* Effective mobile List overrides. This must remain after the legacy responsive
   rules so List never inherits the Slider/table layout at phone widths. */
@media (max-width: 767px) {
  .site-shell.is-photography-mode {
    display: block;
    height: auto;
    min-height: 100svh;
    overflow-x: clip;
    overflow-y: visible;
  }

  .site-shell.is-photography-mode .site-header.mobile-top-chrome .desktop-view-toggle,
  .site-shell.is-photography-mode.is-list-view .site-header.mobile-top-chrome .desktop-view-toggle {
    grid-column: 1 / -1;
    grid-row: 2;
    gap: clamp(34px, 9.8vw, 42px);
    margin: 34px 0 0;
  }

  .site-shell.is-photography-mode .site-header.mobile-top-chrome .work-category-slot {
    padding: 26px 0 30px;
  }

  .site-shell.is-photography-mode .site-header.mobile-top-chrome .category-filter {
    gap: clamp(8px, 2.4vw, 12px);
    scroll-padding-inline: var(--mobile-photography-pad);
    scroll-snap-type: x proximity;
  }

  .site-shell.is-photography-mode .site-header.mobile-top-chrome .category-filter button {
    flex: 0 0 auto;
    gap: 5px;
    scroll-snap-align: start;
    font-size: clamp(9px, 2.28vw, 10px);
    letter-spacing: 0.005em;
    white-space: nowrap;
  }

  .site-shell.is-photography-mode .site-header.mobile-top-chrome .category-count {
    font-size: clamp(9px, 2.18vw, 10px);
  }

  .site-shell.is-photography-mode .photography-work--list,
  .site-shell.is-photography-mode .photography-work--list .photography-list,
  .site-shell.is-photography-mode .work-stage.is-photography-list-view,
  .site-shell.is-photography-mode .work-stage.is-photography-list-view .work-stage-view {
    position: relative;
    height: auto;
    min-height: 100svh;
    overflow: visible;
  }

  .site-shell.is-photography-mode .photography-work--list .photography-list--mobile {
    padding: 0 var(--mobile-photography-pad);
  }

  .site-shell.is-photography-mode .photography-list--mobile .photography-list-categories {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    max-height: none;
    overflow: visible;
  }

  .site-shell.is-photography-mode .photography-list-mobile-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
    padding: 22px 0 14px;
    color: rgba(5, 5, 5, 0.88);
    font-size: clamp(10px, 2.65vw, 11px);
    font-weight: 520;
    letter-spacing: 0.03em;
    line-height: 1.1;
    white-space: nowrap;
  }

  .site-shell.is-photography-mode .photography-list-mobile-heading span:last-child {
    color: rgba(5, 5, 5, 0.5);
  }

  .site-shell.is-photography-mode .photography-list--mobile .photography-list-row {
    display: grid;
    width: 100%;
    min-height: 108px;
    grid-template-columns: 26px 84px minmax(0, 1fr) 58px;
    grid-template-rows: auto;
    column-gap: 12px;
    align-items: center;
    padding: 18px 0;
    border-top: 0;
    border-bottom: 1px solid rgba(5, 5, 5, 0.14);
    background: transparent;
    color: #050505;
    text-align: left;
    touch-action: manipulation;
    transition: background-color 180ms ease;
  }

  .site-shell.is-photography-mode .photography-list--mobile .photography-list-row.is-active {
    min-height: 108px;
    padding-left: 0;
    color: #050505;
    font-weight: inherit;
  }

  .site-shell.is-photography-mode .photography-list--mobile .photography-list-row::before,
  .site-shell.is-photography-mode .photography-list--mobile .photography-list-row-dot,
  .site-shell.is-photography-mode .photography-list--mobile .photography-list-row-detail,
  .site-shell.is-photography-mode .photography-list--mobile .photography-list-row-count,
  .site-shell.is-photography-mode .photography-list--mobile .photography-list-preview,
  .site-shell.is-photography-mode .photography-list--mobile .photography-list-move-label {
    display: none;
  }

  .site-shell.is-photography-mode .photography-list--mobile .photography-list-row-number {
    display: block;
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    padding-top: 2px;
    color: #050505;
    font-size: 12px;
    font-weight: 500;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.015em;
    line-height: 1;
  }

  .site-shell.is-photography-mode .photography-list--mobile .photography-list-row-thumb {
    display: block;
    width: 84px;
    height: 63px;
    grid-column: 2;
    grid-row: 1;
    overflow: hidden;
    border-radius: 2px;
    background: #eeeeeb;
    object-fit: cover;
  }

  .site-shell.is-photography-mode .photography-list--mobile .photography-list-row-label {
    display: block;
    min-width: 0;
    grid-column: 3;
    grid-row: 1;
    align-self: center;
    overflow: visible;
    color: #050505;
  }

  .site-shell.is-photography-mode .photography-list--mobile .photography-list-row-title {
    display: -webkit-box;
    overflow: hidden;
    font-size: clamp(14px, 3.68vw, 15px);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.18;
    text-overflow: clip;
    text-wrap: balance;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .site-shell.is-photography-mode .photography-list--mobile .photography-list-row-category {
    display: block;
    margin: 8px 0 0;
    color: rgba(5, 5, 5, 0.52);
    font-size: clamp(10px, 2.62vw, 11px);
    font-weight: 500;
    letter-spacing: 0.018em;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .site-shell.is-photography-mode .photography-list--mobile .photography-list-row-action {
    display: grid;
    grid-column: 4;
    grid-row: 1;
    justify-items: end;
    align-self: center;
    gap: 12px;
    min-width: 0;
  }

  .site-shell.is-photography-mode .photography-list--mobile .photography-list-row-total {
    display: block;
    grid-column: auto;
    grid-row: auto;
    justify-self: end;
    margin: 0;
    color: rgba(5, 5, 5, 0.82);
    font-size: clamp(9px, 2.35vw, 10px);
    font-weight: 500;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0;
    line-height: 1;
    white-space: nowrap;
  }

  .site-shell.is-photography-mode .photography-list--mobile .photography-list-row-arrow {
    display: block;
    grid-column: auto;
    grid-row: auto;
    justify-self: end;
    color: #050505;
    font-size: 19px;
    line-height: 1;
    transition: transform 180ms ease;
  }

  .site-shell.is-photography-mode .photography-list--mobile .photography-list-row:focus-visible {
    outline: 1px solid rgba(5, 5, 5, 0.65);
    outline-offset: -1px;
  }

  @media (hover: none) {
    .site-shell.is-photography-mode .photography-list--mobile .photography-list-row:active {
      background: rgba(5, 5, 5, 0.035);
    }

    .site-shell.is-photography-mode .photography-list--mobile .photography-list-row:active .photography-list-row-arrow {
      transform: translate3d(3px, 0, 0);
    }
  }

  .site-shell.is-photography-mode .work-stage.is-photography-list-view .work-wordmark--photography {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    display: block;
    width: calc(100vw - 32px);
    max-width: 400px;
    margin: 56px auto 24px;
    transform: none;
  }
}

/* Mobile-only category DOM is inert outside the mobile breakpoint. */
.mobile-category-system {
  display: none;
}

/* Final mobile Work composition: fixed primary row + fixed 32px subcategory rail. */
@media (max-width: 767px) {
  :root {
    --mobile-pad-x: clamp(24px, 6vw, 26px);
    --mobile-category-slot-height: 32px;
  }

  .site-shell.is-work-view,
  .site-shell.is-photography-mode {
    min-height: 100svh;
    overflow-x: clip;
    overflow-y: visible;
    background: #f7f5ef;
  }

  .site-header.mobile-top-chrome,
  .site-shell.is-work-view .site-header.mobile-top-chrome,
  .site-shell.is-list-view .site-header.mobile-top-chrome,
  .site-shell.is-photography-mode .site-header.mobile-top-chrome {
    position: relative !important;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto auto;
    align-items: start;
    column-gap: 10px;
    row-gap: 0;
    width: 100%;
    padding: 28px var(--mobile-pad-x) 0;
    overflow: visible;
    background: #f7f5ef;
    pointer-events: none;
    transform: none !important;
  }

  .site-header.mobile-top-chrome > * {
    position: relative;
    z-index: 2;
    pointer-events: auto;
  }

  .site-header.mobile-top-chrome .studio-lockup,
  .site-header.mobile-top-chrome .site-brand {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    max-width: none;
    margin: 0;
    justify-self: start;
    color: #050505;
    font-size: 15px;
    line-height: 1.12;
  }

  .site-header.mobile-top-chrome .studio-lockup span:first-child {
    display: block;
    margin: 0 0 10px;
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: -0.065em;
    line-height: 1;
    white-space: nowrap;
  }

  .site-header.mobile-top-chrome .studio-lockup span:nth-child(2),
  .site-header.mobile-top-chrome .studio-lockup span:nth-child(3) {
    display: block;
    margin: 0;
    white-space: nowrap;
  }

  .site-header.mobile-top-chrome .primary-nav,
  .site-shell.is-mobile-nav-open .site-header.mobile-top-chrome .primary-nav,
  .site-shell.is-about-view .site-header.mobile-top-chrome .primary-nav,
  .site-shell.is-contact-view .site-header.mobile-top-chrome .primary-nav {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    justify-self: end;
    width: auto;
    margin: 0;
    padding: 0;
  }

  .site-header.mobile-top-chrome .top-pill-nav__list {
    height: 40px;
    gap: 2px;
    padding: 3px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.56);
    box-shadow: none;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .site-header.mobile-top-chrome .top-pill-nav__pill {
    height: 34px;
    padding: 0 8px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1;
    white-space: nowrap;
  }

  .site-header.mobile-top-chrome .desktop-view-toggle,
  .site-shell.is-list-view .site-header.mobile-top-chrome .desktop-view-toggle,
  .site-shell.is-about-view .site-header.mobile-top-chrome .desktop-view-toggle,
  .site-shell.is-contact-view .site-header.mobile-top-chrome .desktop-view-toggle {
    position: relative !important;
    top: auto;
    right: auto;
    left: auto;
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 34px;
    width: auto;
    margin: 72px 0 18px;
    padding: 0;
    transform: none !important;
  }

  .site-header.mobile-top-chrome .desktop-view-toggle button {
    position: relative;
    margin: 0 !important;
    padding: 0 0 8px;
    border: 0;
    background: transparent;
    color: rgba(0, 0, 0, 0.42);
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1;
  }

  .site-header.mobile-top-chrome .desktop-view-toggle button.is-active {
    color: #050505;
    font-weight: 620;
  }

  .site-header.mobile-top-chrome .desktop-view-toggle button.is-active::after {
    right: 0;
    bottom: 0;
    left: 0;
    height: 1.5px;
    border-radius: 0;
  }

  .site-header.mobile-top-chrome .work-category-slot,
  .site-shell.is-photography-mode .site-header.mobile-top-chrome .work-category-slot {
    position: relative !important;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    grid-column: 1 / -1;
    grid-row: 3;
    display: block;
    width: 100%;
    height: 77px;
    min-height: 77px;
    margin: 0;
    padding: 0;
    overflow: visible;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    transform: none !important;
  }

  .site-header.mobile-top-chrome .category-filter,
  .site-shell.is-list-view .site-header.mobile-top-chrome .category-filter,
  .site-shell.is-photography-mode .site-header.mobile-top-chrome .category-filter {
    position: relative !important;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: #050505;
    transform: none !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .desktop-category-system { display: none !important; }

  .mobile-category-system {
    display: block;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
  }

  .mobile-primary-filters {
    display: grid;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    height: 45px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
  }

  .mobile-primary-filter {
    position: relative;
    display: inline-flex;
    width: 100%;
    height: 45px;
    align-items: center;
    justify-content: center;
    gap: 13px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(0, 0, 0, 0.42);
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1;
    white-space: nowrap;
  }

  .mobile-primary-filter:not(:last-child)::after {
    position: absolute;
    top: 9px;
    right: 0;
    width: 1px;
    height: 29px;
    background: rgba(0, 0, 0, 0.14);
    content: "";
  }

  .mobile-primary-filter.is-active { color: #050505; font-weight: 620; }

  .mobile-primary-filter__count {
    color: rgba(0, 0, 0, 0.42);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.02em;
    font-variant-numeric: tabular-nums;
  }

  .mobile-primary-filter__label { white-space: nowrap; }

  .mobile-subcategory-slot {
    position: relative;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    height: 32px;
    min-height: 32px;
    max-height: 32px;
    overflow: hidden;
  }

  .mobile-subcategory-scroll,
  .mobile-subcategory-all {
    max-width: 100%;
    width: 100%;
    height: 32px;
    min-height: 32px;
    box-sizing: border-box;
  }

  .mobile-subcategory-scroll {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 24px;
    padding: 0 var(--mobile-pad-x);
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    touch-action: pan-x;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }

  .mobile-subcategory-scroll::-webkit-scrollbar { display: none; }

  .mobile-subcategory-scroll > button {
    flex: 0 0 auto;
    height: 32px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(0, 0, 0, 0.42);
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 32px;
    white-space: nowrap;
    scroll-snap-align: start;
  }

  .mobile-subcategory-scroll > button.is-active {
    color: #050505;
    font-weight: 560;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 8px;
  }

  .mobile-subcategory-button__count {
    margin-right: 8px;
    color: inherit;
    font-size: 12px;
    font-variant-numeric: tabular-nums;
  }

  .mobile-subcategory-all {
    display: flex;
    align-items: center;
    padding: 0 var(--mobile-pad-x);
    color: rgba(0, 0, 0, 0.54);
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.18em;
    line-height: 32px;
    text-transform: uppercase;
  }

  .mobile-subcategory-slot::after {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    width: 42px;
    background: linear-gradient(90deg, rgba(247, 245, 239, 0), #f7f5ef 88%);
    content: "";
    opacity: 1;
    pointer-events: none;
    transition: opacity 180ms ease-out;
  }

  .mobile-subcategory-slot.is-at-end::after,
  .mobile-subcategory-slot:has(.mobile-subcategory-all)::after { opacity: 0; }

  .mobile-subcategory-slot.is-changing .mobile-subcategory-scroll,
  .mobile-subcategory-slot.is-changing .mobile-subcategory-all {
    animation: mobile-subcategory-enter 220ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  @keyframes mobile-subcategory-enter {
    from { opacity: 0; transform: translate3d(0, -4px, 0); }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
  }

  .work-stage,
  .site-shell.is-photography-mode .work-stage,
  .site-shell.is-work-view .work-stage {
    height: auto;
    min-height: 0;
    overflow: visible;
    padding: 0;
    background: #f7f5ef;
  }

  .mobile-work-home,
  .site-shell.is-photography-mode .mobile-work-home {
    display: block;
    overflow-x: clip;
    background: #f7f5ef;
  }

  .mobile-work-home .mobile-hero {
    position: relative;
    z-index: 1;
    padding: 38px var(--mobile-pad-x) 0;
  }

  .mobile-work-home .mobile-hero-brand-mark { display: none !important; }

  .mobile-work-home .mobile-kicker {
    margin: 0 0 34px;
    color: rgba(0, 0, 0, 0.54);
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.22em;
    line-height: 1;
    text-transform: uppercase;
  }

  .mobile-work-home .mobile-hero-title {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    color: #050505;
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: inherit;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
  }

  .mobile-work-home .mobile-hero-title span { display: block; white-space: nowrap; }

  .mobile-work-home .mobile-hero-title span:first-child,
  .mobile-work-home .mobile-hero-title span:last-child {
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(14px, 3.65vw, 16px);
    font-style: normal;
    font-weight: 520;
    letter-spacing: 0.23em;
    line-height: 1;
  }

  .mobile-work-home .mobile-hero-title span:nth-child(2) {
    margin: 7px 0 3px;
    font-family: "Instrument Serif", Georgia, serif;
    font-size: clamp(66px, 17vw, 76px);
    font-style: italic;
    font-weight: 400;
    letter-spacing: -0.06em;
    line-height: 0.82;
    text-transform: none;
  }

  .mobile-work-home .mobile-hero-copy {
    max-width: 32ch;
    margin: 30px 0 0;
    color: rgba(0, 0, 0, 0.62);
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(19px, 5.2vw, 23px);
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.28;
  }

  .mobile-work-home .mobile-hero-actions {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 34px;
    margin: 32px 0 0;
  }

  .mobile-work-home .mobile-hero-actions button {
    flex: 0 0 auto;
    border-bottom: 1px solid currentColor;
    color: #050505;
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-weight: 430;
    letter-spacing: -0.035em;
    line-height: 1;
    text-underline-offset: 5px;
  }

  .mobile-work-home .mobile-hero-media.project-cover {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 40px 0 0;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 16px;
    background: #050505;
  }

  .mobile-work-home .mobile-hero-media > img,
  .mobile-work-home .mobile-hero-media > video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .mobile-hero-play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    border: 1.5px solid rgba(255, 255, 255, 0.94);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.16);
    z-index: 3;
    transform: translate3d(-50%, -50%, 0);
    pointer-events: none;
  }

  .mobile-hero-play span {
    width: 0;
    height: 0;
    margin-left: 5px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
  }

  .mobile-category-projects { margin-top: 68px; }

  .mobile-category-projects--photography .photography-work,
  .mobile-category-projects--photography .photography-slider,
  .mobile-category-projects--photography .photography-list {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 0;
    height: auto;
    overflow: visible;
  }

  .mobile-category-projects--photography .photography-slider {
    min-height: 620px;
    overflow: hidden;
  }

  .mobile-category-projects--photography .photography-category-track {
    position: relative;
    height: 540px;
    overflow: visible;
  }

  .mobile-category-projects--photography .photography-category-slot.is-outer,
  .mobile-category-projects--photography .photography-category-slot.is-far,
  .mobile-category-projects--photography .photography-category-slot.is-buffer,
  .mobile-category-projects--photography .photography-axis-labels { display: none; }

  .mobile-category-projects--photography .photography-list--mobile {
    padding: 0 var(--mobile-pad-x);
  }
}

/* Mobile Work header stability contract. The header is a persistent DOM node;
 * category state may update the filter rail, but never its brand/nav geometry.
 * Work-scoped selectors intentionally outrank the legacy PHOTO composition. */
@media (max-width: 767px) {
  .site-shell.is-work-view .site-header.mobile-top-chrome {
    --mobile-stable-brand-title-size: 21px;
    --mobile-stable-brand-copy-size: 15px;
    --mobile-stable-main-nav-width: 181.031px;
    --mobile-stable-main-nav-height: 40px;
    --mobile-stable-main-nav-pill-height: 34px;
    --mobile-stable-main-nav-font-size: 14px;
    --mobile-stable-view-toggle-margin-top: 28px;
    --mobile-stable-view-toggle-margin-bottom: 16px;
  }

  .site-shell.is-work-view .site-header.mobile-top-chrome .studio-lockup,
  .site-shell.is-work-view .site-header.mobile-top-chrome .site-brand {
    width: 100%;
    min-width: 0;
    max-width: none;
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: var(--mobile-stable-brand-copy-size);
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: -0.035em;
    transform: none !important;
  }

  .site-shell.is-work-view .site-header.mobile-top-chrome .studio-lockup span:first-child {
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: var(--mobile-stable-brand-title-size);
    font-weight: 400;
    letter-spacing: -0.065em;
    line-height: 1;
  }

  .site-shell.is-work-view .site-header.mobile-top-chrome .primary-nav,
  .site-shell.is-work-view.is-mobile-nav-open .site-header.mobile-top-chrome .primary-nav {
    width: var(--mobile-stable-main-nav-width);
    min-width: var(--mobile-stable-main-nav-width);
    max-width: var(--mobile-stable-main-nav-width);
    height: var(--mobile-stable-main-nav-height);
    margin: 0;
    transform: none !important;
  }

  .site-shell.is-work-view .site-header.mobile-top-chrome .top-pill-nav__list {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: var(--mobile-stable-main-nav-height);
    box-sizing: border-box;
  }

  .site-shell.is-work-view .site-header.mobile-top-chrome .top-pill-nav__pill,
  .site-shell.is-work-view .site-header.mobile-top-chrome .top-pill-nav__pill.is-active {
    height: var(--mobile-stable-main-nav-pill-height);
    padding: 0 8px;
    font-size: var(--mobile-stable-main-nav-font-size);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1;
  }

  .site-shell.is-work-view .site-header.mobile-top-chrome .desktop-view-toggle,
  .site-shell.is-work-view.is-list-view .site-header.mobile-top-chrome .desktop-view-toggle {
    position: relative !important;
    top: auto;
    right: auto;
    left: auto;
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 34px;
    width: auto;
    height: auto;
    margin:
      var(--mobile-stable-view-toggle-margin-top)
      0
      var(--mobile-stable-view-toggle-margin-bottom);
    padding: 0;
    transform: none !important;
  }

  .site-shell.is-work-view .site-header.mobile-top-chrome .desktop-view-toggle > button,
  .site-shell.is-work-view .site-header.mobile-top-chrome .desktop-view-toggle > button.is-active {
    font-size: 18px;
    line-height: 18px;
    padding: 0 0 8px;
  }

  .site-shell.is-work-view .site-header.mobile-top-chrome .desktop-view-toggle > button.is-active {
    font-weight: 620;
  }
}

@media (max-width: 390px) {
  :root { --mobile-pad-x: 24px; }

  .site-shell.is-work-view .site-header.mobile-top-chrome {
    --mobile-stable-brand-title-size: 18px;
    --mobile-stable-brand-copy-size: 13px;
    --mobile-stable-main-nav-width: 172.354px;
    --mobile-stable-main-nav-height: 38px;
    --mobile-stable-main-nav-pill-height: 32px;
    --mobile-stable-main-nav-font-size: 13px;
    --mobile-stable-view-toggle-margin-top: 26px;
  }

  .site-header.mobile-top-chrome { column-gap: 8px; padding-top: 24px; }

  .site-header.mobile-top-chrome .studio-lockup span:first-child {
    font-size: 18px;
    letter-spacing: -0.06em;
  }

  .site-header.mobile-top-chrome .studio-lockup { font-size: 13px; }
  .site-header.mobile-top-chrome .top-pill-nav__pill { height: 32px; padding: 0 8px; font-size: 13px; }
  .site-header.mobile-top-chrome .top-pill-nav__list { height: 38px; }
  .site-header.mobile-top-chrome .desktop-view-toggle {
    margin-top: var(--mobile-stable-view-toggle-margin-top);
  }
  .mobile-primary-filter { gap: 8px; font-size: 15px; }
  .mobile-subcategory-scroll { gap: 20px; }
  .mobile-work-home .mobile-hero-title span:first-child,
  .mobile-work-home .mobile-hero-title span:last-child { font-size: 13px; }
  .mobile-work-home .mobile-hero-actions { gap: 24px; }
}

/* Mobile homepage statement and promotional film. This layer is intentionally
 * mobile-only so the desktop Work, About, Contact, Slider and List compositions
 * keep their established geometry. */
@media (max-width: 767px) {
  .mobile-work-home .mobile-hero {
    padding-top: 30px;
  }

  .mobile-work-home .mobile-kicker {
    margin-bottom: 30px;
  }

  .mobile-hero-statement {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(66px, 18vw, 78px);
    align-items: center;
    gap: clamp(10px, 3vw, 16px);
    width: 100%;
    min-width: 0;
  }

  .mobile-work-home .mobile-hero-statement .mobile-hero-title {
    min-width: 0;
  }

  .mobile-work-home .mobile-hero-statement .mobile-hero-title span:nth-child(2) {
    font-size: clamp(66px, 17vw, 76px);
  }

  .mobile-work-home .mobile-hero-brand-mark {
    position: relative;
    top: auto;
    right: auto;
    display: flex !important;
    width: 100%;
    max-width: 78px;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    justify-self: end;
    box-sizing: border-box;
    padding: clamp(7px, 2vw, 9px);
    overflow: hidden;
    border: 1px solid rgba(5, 5, 5, 0.24);
    border-radius: clamp(15px, 4.5vw, 19px);
    background: rgba(247, 245, 239, 0.88);
    box-shadow: 0 10px 24px rgba(5, 5, 5, 0.07);
    opacity: 1;
    transform: rotate(-4deg) !important;
    transform-origin: center;
  }

  .mobile-work-home .mobile-hero-brand-mark img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    transform: none !important;
  }

  .mobile-work-home .mobile-hero-copy {
    margin-top: 26px;
  }

  .mobile-work-home .mobile-hero-actions {
    margin-top: 28px;
  }

  .mobile-work-home .mobile-hero-media.project-cover {
    position: relative;
    isolation: isolate;
    width: 100%;
    aspect-ratio: 4 / 3;
    margin-top: 32px;
    overflow: hidden;
    border-radius: 16px;
    background: #dedbd3;
  }

  .mobile-work-home .mobile-hero-media > .mobile-hero-image,
  .mobile-work-home .mobile-hero-media > .mobile-hero-video {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
  }

  .mobile-work-home .mobile-hero-media > .mobile-hero-image {
    z-index: 0;
    opacity: 1;
  }

  .mobile-work-home .mobile-hero-media > .mobile-hero-video {
    z-index: 1;
    opacity: 0;
    transition: opacity 180ms ease;
  }

  .mobile-work-home .mobile-hero-media.is-media-ready > .mobile-hero-image {
    opacity: 0;
  }

  .mobile-work-home .mobile-hero-media.is-media-ready > .mobile-hero-video {
    opacity: 1;
  }

  .mobile-work-home .mobile-hero-media.is-media-error > .mobile-hero-image {
    opacity: 1;
  }

  .mobile-work-home .mobile-hero-media.is-media-error > .mobile-hero-video {
    opacity: 0;
  }

  .mobile-hero-media-toggle {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: inherit;
    background: transparent;
    color: #fff;
    cursor: pointer;
    touch-action: manipulation;
  }

  .mobile-work-home .mobile-hero-play {
    position: relative;
    top: auto;
    left: auto;
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    border: 1.5px solid rgba(255, 255, 255, 0.94);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: scale(0.9) !important;
    transition: opacity 160ms ease, transform 160ms ease;
    pointer-events: none;
  }

  .mobile-work-home .mobile-hero-play i {
    margin-left: 3px;
    color: #fff;
    font-size: 25px;
    line-height: 1;
  }

  .mobile-work-home .mobile-hero-media.is-awaiting-play .mobile-hero-play {
    opacity: 1;
    transform: scale(1) !important;
  }

  .mobile-hero-sound-toggle {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 3;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.34);
    color: #fff;
    font-size: 18px;
    line-height: 1;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    cursor: pointer;
    touch-action: manipulation;
  }

  .mobile-hero-media-toggle:focus-visible,
  .mobile-hero-sound-toggle:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -4px;
  }
}

@media (max-width: 390px) {
  .mobile-hero-statement {
    grid-template-columns: minmax(0, 1fr) 66px;
    gap: 10px;
  }

  .mobile-work-home .mobile-hero-brand-mark {
    max-width: 66px;
    padding: 7px;
    border-radius: 15px;
  }
}

/* Mobile Work reference composition: stable category columns and a media-first
 * homepage narrative. Desktop markup and geometry remain untouched. */
@media (max-width: 767px) {
  .mobile-primary-filters {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mobile-primary-filter,
  .mobile-primary-filter.is-active {
    gap: clamp(6px, 2vw, 9px);
    min-width: 0;
    font-weight: 500 !important;
  }

  .mobile-primary-filter__count,
  .mobile-primary-filter__label,
  .mobile-subcategory-button__count,
  .mobile-subcategory-button__label {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-width: 0;
    font-weight: inherit;
  }

  .mobile-primary-filter.is-active .mobile-primary-filter__count::after,
  .mobile-primary-filter.is-active .mobile-primary-filter__label::after,
  .mobile-subcategory-scroll > button.is-active .mobile-subcategory-button__count::after,
  .mobile-subcategory-scroll > button.is-active .mobile-subcategory-button__label::after {
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    height: 1px;
    background: currentColor;
    content: "";
  }

  .mobile-subcategory-scroll {
    --mobile-subcategory-grid-gap: clamp(8px, 2.5vw, 12px);
    display: flex;
    gap: var(--mobile-subcategory-grid-gap);
    padding: 0;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
  }

  .mobile-subcategory-scroll > button,
  .mobile-subcategory-scroll > button.is-active {
    display: inline-flex;
    flex: 0 0 auto !important;
    width: auto;
    min-width: 0 !important;
    max-width: none;
    align-items: center;
    justify-content: center;
    gap: 4px;
    overflow: visible;
    font-size: clamp(9px, 2.5vw, 11px);
    font-weight: 500 !important;
    letter-spacing: -0.025em;
    text-decoration: none;
    scroll-snap-align: start;
  }

  .mobile-subcategory-scroll > button:nth-child(3n + 1) {
    flex-basis: calc(39% - 8px) !important;
  }

  .mobile-subcategory-scroll > button:nth-child(3n + 2) {
    flex-basis: calc(25% - 8px) !important;
  }

  .mobile-subcategory-scroll > button:nth-child(3n + 3) {
    flex-basis: calc(36% - 8px) !important;
  }

  .mobile-subcategory-button__count {
    flex: 0 0 auto;
    margin-right: 0;
    font-size: inherit;
  }

  .mobile-subcategory-button__label {
    flex: 0 1 auto;
    overflow: visible;
    white-space: nowrap;
  }

  .mobile-subcategory-slot::after {
    display: none;
  }

  .mobile-work-home .mobile-hero-statement .mobile-hero-title span:nth-child(2) {
    font-size: clamp(70px, 18.2vw, 82px);
  }

  .mobile-work-home .mobile-hero-media.project-cover {
    margin-top: 28px;
    border-radius: clamp(20px, 5.4vw, 24px);
  }

  .mobile-work-home .mobile-hero-copy {
    width: 100%;
    max-width: none;
    margin-top: clamp(24px, 6.5vw, 30px);
    font-size: clamp(22px, 5.7vw, 25px);
    line-height: 1.3;
  }

  .mobile-work-home .mobile-hero-actions {
    margin-top: clamp(26px, 7vw, 32px);
    padding-bottom: clamp(42px, 11vw, 54px);
  }
}

/* Final desktop Slider precedence: later legacy desktop/mobile compatibility
 * blocks must not reintroduce the old fluid track geometry. */
@media (min-width: 1024px) {
  .site-shell.is-work-view .site-header .work-category-slot,
  .site-shell.is-work-view.is-list-view .site-header .work-category-slot {
    position: fixed;
    top: clamp(116px, 13vh, 132px);
    right: 0;
    left: 0;
    display: block;
    width: 100%;
  }

  .site-shell.is-work-view .site-header .work-category-panel,
  .site-shell.is-work-view.is-list-view .site-header .work-category-panel {
    position: static;
    display: block;
    width: 100%;
    padding: 0;
  }

  .work-stage.is-unified-slider-view .desktop-project-slot {
    position: absolute;
    top: var(--work-slider-card-top);
    left: 50%;
    width: var(--desktop-slot-width);
    height: calc(var(--desktop-slot-height) + 128px);
    aspect-ratio: auto;
    overflow: visible;
    background: transparent;
    opacity: 0;
    transform: translate3d(calc(-50% + (var(--slot-direction) * 55vw)), 54px, 0);
  }

  .work-stage.is-unified-slider-view .desktop-project-slot.is-outer {
    opacity: 0.3;
    transform: translate3d(calc(-50% + (var(--slot-direction) * 41vw)), 54px, 0);
  }

  .work-stage.is-unified-slider-view .desktop-project-slot.is-adjacent {
    opacity: 0.72;
    transform: translate3d(calc(-50% + (var(--slot-direction) * 25vw)), 34px, 0);
  }

  .work-stage.is-unified-slider-view .desktop-project-slot.is-active {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
  }

  .work-stage.is-unified-slider-view .desktop-project-slot.is-video-project.is-outer {
    opacity: 1;
    transform: translate3d(calc(-50% + (var(--slot-direction) * 40.8vw)), 55px, 0);
  }

  .work-stage.is-unified-slider-view .desktop-project-slot.is-video-project.is-adjacent,
  .work-stage.is-unified-slider-view .desktop-project-slot.is-video-project.is-active {
    opacity: 1;
  }

  .work-stage.is-unified-slider-view .desktop-project-slot.is-video-project.is-buffer {
    opacity: 0;
  }

  .work-stage.is-unified-slider-view .desktop-project-slot.desktop-video-slide {
    z-index: var(--desktop-slide-z);
    opacity: var(--desktop-slide-opacity);
    transform: translate3d(
      calc(-50% + var(--desktop-slide-x)),
      var(--desktop-slide-y),
      0
    );
  }

  .work-stage.is-unified-slider-view .desktop-project-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--desktop-slot-height);
  }

  /* The two collection entries used by ALL keep their metadata inside the
   * same scaled card as the thumbnail. One transform now owns both layers,
   * so the caption cannot lag behind or jump between slot roles. */
  .work-stage.is-unified-slider-view
    .desktop-project-slot.is-photo-collection
    .desktop-photo-card
    > .desktop-photo-meta {
    top: calc(100% + 12px);
    right: 0;
    left: 0;
    width: 100%;
    transform: none;
  }

  .work-stage.is-unified-slider-view
    .desktop-project-slot.desktop-video-slide
    .desktop-video-card {
    opacity: var(--desktop-slot-opacity);
    transform: translate3d(0, 0, 0) scale(var(--desktop-slot-scale));
  }

  .work-stage.is-unified-slider-view
    .desktop-project-slot.desktop-video-slide
    .desktop-video-meta {
    top: 0;
    right: auto;
    left: 50%;
    width: var(--desktop-meta-width);
    max-width: var(--desktop-meta-width);
    opacity: var(--desktop-meta-opacity);
    transform: translate3d(-50%, var(--desktop-meta-y), 0);
  }

  .work-stage.is-unified-slider-view
    .desktop-project-slot.desktop-video-slide.is-buffer
    .desktop-video-meta {
    display: grid;
  }

  .work-stage.is-unified-slider-view .desktop-video-window,
  .work-stage.is-unified-slider-view .desktop-video-buffer-window,
  .work-stage.is-unified-slider-view .desktop-photo-window {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .work-stage.is-unified-slider-view .photography-axis-labels {
    top: var(--work-slider-axis-top);
    width: min(760px, 64vw);
  }

  .work-stage.is-unified-slider-view .photography-category-slot,
  .site-shell.is-photography-mode .work-stage.is-unified-slider-view .photography-category-slot {
    position: absolute;
    top: var(--work-slider-card-top);
    left: 50%;
    width: var(--work-slider-card-width);
  }

  .work-stage.is-unified-slider-view .work-wordmark--slider {
    position: absolute;
    right: auto;
    bottom: clamp(14px, 2.1vh, 24px);
    left: 50%;
    width: var(--work-slider-wordmark-width);
    max-width: calc(100vw - (2 * var(--desktop-pad-x)));
    transform: translate3d(-50%, 0, 0);
  }
}

@media (min-width: 1024px) and (max-height: 820px) {
  .work-stage.is-unified-slider-view .desktop-project-slot {
    height: calc(var(--desktop-slot-height) + 112px);
  }
}

/* Desktop PHOTO List information hierarchy. The rail and preview geometry stay unchanged. */
@media (min-width: 769px) {
  .site-shell.is-photography-mode
    .photography-list:not(.photography-list--mobile)
    .photography-list-categories {
    bottom: calc(
      min(21.1vw, 375px) - clamp(10px, 1.9vh, 20px) + 4px
    );
    max-height: none;
  }

  .site-shell.is-photography-mode
    .photography-list:not(.photography-list--mobile)
    .photography-list-row {
    display: grid;
    box-sizing: border-box;
    min-height: 72px;
    grid-template-columns: 50px 18px minmax(0, 1fr) 96px;
    align-items: start;
    gap: 0;
    padding: 15px 2px 14px 14px;
    color: #111;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.2;
    transition: color 200ms ease;
  }

  .site-shell.is-photography-mode
    .photography-list:not(.photography-list--mobile)
    .photography-list-row.is-active {
    min-height: 72px;
    padding: 15px 2px 14px 14px;
    font-weight: 400;
  }

  .site-shell.is-photography-mode
    .photography-list:not(.photography-list--mobile)
    .photography-list-row:first-child {
    border-top: 0;
    box-shadow: inset 0 1px rgba(5, 5, 5, 0.17);
  }

  .site-shell.is-photography-mode
    .photography-list:not(.photography-list--mobile)
    .photography-list-row.is-active::before {
    top: 12px;
    bottom: 12px;
    width: 2px;
    background: #111;
  }

  .site-shell.is-photography-mode
    .photography-list:not(.photography-list--mobile)
    .photography-list-row-number {
    align-self: start;
    padding-top: 1px;
    color: rgba(17, 17, 17, 0.78);
    font-size: clamp(12px, 0.86vw, 14px);
    font-weight: 450;
    line-height: 1.2;
  }

  .site-shell.is-photography-mode
    .photography-list:not(.photography-list--mobile)
    .photography-list-row-dot {
    align-self: start;
    width: 7px;
    height: 7px;
    margin-top: 5px;
    background: #111;
  }

  .site-shell.is-photography-mode
    .photography-list:not(.photography-list--mobile)
    .photography-list-row-label {
    display: block;
    min-width: 0;
    color: inherit;
    letter-spacing: normal;
  }

  .site-shell.is-photography-mode
    .photography-list:not(.photography-list--mobile)
    .photography-list-row-title {
    display: block;
    overflow: hidden;
    color: #111;
    font-family: inherit;
    font-size: clamp(15px, 1.05vw, 17px);
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition:
      transform 240ms cubic-bezier(0.22, 1, 0.36, 1),
      color 200ms ease;
  }

  .site-shell.is-photography-mode
    .photography-list:not(.photography-list--mobile)
    .photography-list-row-category {
    display: block;
    margin: 7px 0 0;
    color: rgba(17, 17, 17, 0.48);
    font-size: clamp(9px, 0.67vw, 11px);
    font-weight: 400;
    letter-spacing: 0.07em;
    line-height: 1.3;
    text-transform: uppercase;
    transition: color 200ms ease;
  }

  .site-shell.is-photography-mode
    .photography-list:not(.photography-list--mobile)
    .photography-list-row-total {
    align-self: start;
    justify-self: end;
    margin-top: 2px;
    padding-left: 20px;
    color: rgba(17, 17, 17, 0.52);
    font-size: clamp(9px, 0.67vw, 11px);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-align: right;
    white-space: nowrap;
    transition: color 200ms ease;
  }

  .site-shell.is-photography-mode
    .photography-list:not(.photography-list--mobile)
    .photography-list-row.is-active
    .photography-list-row-title {
    color: #000;
  }

  .site-shell.is-photography-mode
    .photography-list:not(.photography-list--mobile)
    .photography-list-row.is-active
    .photography-list-row-category,
  .site-shell.is-photography-mode
    .photography-list:not(.photography-list--mobile)
    .photography-list-row.is-active
    .photography-list-row-total {
    color: rgba(0, 0, 0, 0.62);
  }
}

/* Mobile PHOTO interaction surface.
 * Each collection remains a 4:3 stack, but collections now live in document
 * flow so vertical gestures keep scrolling the page. Horizontal gestures are
 * owned by the individual stack via Pointer Events in app.js. */
@media (max-width: 767px) {
  .site-shell.is-work-view
    .site-header.mobile-top-chrome
    .mobile-primary-filter,
  .site-shell.is-work-view
    .site-header.mobile-top-chrome
    .mobile-primary-filter.is-active {
    font-size: clamp(12px, 3.1vw, 14px) !important;
    font-weight: 500 !important;
    line-height: 1 !important;
  }

  .site-shell.is-work-view
    .site-header.mobile-top-chrome
    .mobile-primary-filter__count {
    font-size: 1em !important;
  }

  .mobile-category-projects--photography .photography-work--slider {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    overflow: visible;
  }

  .mobile-category-projects--photography .photography-mobile-collection-feed {
    display: grid;
    width: 100%;
    gap: clamp(78px, 22vw, 104px);
    box-sizing: border-box;
    padding: 0 var(--mobile-photography-pad) 24px;
    overflow: visible;
  }

  .mobile-category-projects--photography .photography-mobile-collection-card {
    position: relative;
    display: block;
    width: min(82vw, 352px);
    max-width: 100%;
    margin-inline: auto;
    scroll-margin-top: 24px;
  }

  .mobile-category-projects--photography .photography-mobile-collection-media,
  .mobile-category-projects--photography
    .photography-mobile-collection-media
    .photography-category-stack-shell {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
  }

  .mobile-category-projects--photography
    .photography-mobile-collection-card
    .photography-stack-region {
    height: calc(100% + 16px);
    touch-action: pan-y;
    overscroll-behavior-x: contain;
  }

  .mobile-category-projects--photography .photography-mobile-collection-meta {
    width: 100%;
    margin-top: 34px;
  }

  .mobile-category-projects--photography
    .photography-mobile-collection-meta
    .photography-photo-title {
    display: block;
  }

  .photography-viewer {
    background: rgba(6, 6, 6, 0.965);
    color: #fff;
    overscroll-behavior: contain;
    touch-action: none;
  }

  .photography-viewer button {
    color: inherit;
  }

  .photography-viewer button:focus-visible {
    outline-color: #fff;
  }

  .photography-viewer-mode-switch button {
    color: rgba(255, 255, 255, 0.42);
  }

  .photography-viewer-mode-switch button:hover,
  .photography-viewer-mode-switch button.is-active {
    color: #fff;
  }

  .photography-viewer-mode-divider,
  .photography-viewer-progress {
    background: rgba(255, 255, 255, 0.28);
  }

  .photography-viewer-progress span {
    background: #fff;
  }

  .photography-single-stage {
    background: transparent;
    touch-action: none;
  }

  .photography-viewer-arrow {
    border-color: rgba(255, 255, 255, 0.78);
    background: rgba(8, 8, 8, 0.36);
    color: #fff;
  }

  .photography-viewer-arrow:hover {
    background: #fff;
    color: #050505;
  }

  .photography-viewer-arrow:disabled {
    opacity: 0.22;
    pointer-events: none;
  }

  .photography-viewer-thumbnail {
    background: rgba(255, 255, 255, 0.1);
  }

  .photography-viewer-thumbnail:hover,
  .photography-viewer-thumbnail.is-current {
    border-color: rgba(255, 255, 255, 0.82);
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  .site-shell.is-photography-mode
    .photography-list:not(.photography-list--mobile)
    .photography-list-row,
  .site-shell.is-photography-mode
    .photography-list:not(.photography-list--mobile)
    .photography-list-row.is-active {
    min-height: 66px;
    padding-top: 12px;
    padding-bottom: 11px;
  }

  .site-shell.is-photography-mode
    .photography-list:not(.photography-list--mobile)
    .photography-list-row-category {
    margin-top: 5px;
  }
}

@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .site-shell.is-photography-mode
    .photography-list:not(.photography-list--mobile)
    .photography-list-row:hover
    .photography-list-row-title {
    transform: translateX(3px);
  }

  .site-shell.is-photography-mode
    .photography-list:not(.photography-list--mobile)
    .photography-list-row:hover
    .photography-list-row-category,
  .site-shell.is-photography-mode
    .photography-list:not(.photography-list--mobile)
    .photography-list-row:hover
    .photography-list-row-total {
    color: rgba(17, 17, 17, 0.72);
  }
}

/*
 * Large-screen Work composition.
 *
 * The 1440px layout remains the baseline. From 2K upward, width and height
 * jointly control scale so tall 4K screens gain presence while short
 * ultrawide screens stay compact. Slot offsets are capped lengths rather
 * than unbounded vw values; the matching JS animation reads the same custom
 * properties, keeping static, animated, and resized states in one geometry.
 */
@media (min-width: 1920px) {
  :root {
    --desktop-pad-x: clamp(56px, 2.9vw, 112px);
    --desktop-brand-top: clamp(36px, 1.65vw, 64px);
    --desktop-brand-width: clamp(250px, 9vw, 360px);
    --desktop-brand-title-size: clamp(22px, 0.78vw, 30px);
    --desktop-brand-subtitle-size: clamp(16px, 0.52vw, 20px);
    --desktop-toggle-top: clamp(38px, 1.65vw, 64px);
    --desktop-toggle-width: clamp(210px, 8.5vw, 320px);
    --desktop-toggle-font-size: clamp(18px, 0.58vw, 23px);
    --desktop-toggle-gap: clamp(42px, 2vw, 70px);
    --desktop-nav-top: clamp(34px, 1.55vw, 60px);
    --desktop-pill-height: clamp(34px, 1.3vw, 50px);
    --desktop-pill-font-size: clamp(13px, 0.47vw, 18px);
    --desktop-pill-pad-x: clamp(13px, 0.62vw, 24px);
    --desktop-pill-gap: clamp(3px, 0.16vw, 6px);
  }

  .site-shell.is-work-view .site-header .work-lanyard-anchor {
    top: clamp(22px, 1.1vw, 42px);
    left: clamp(354px, 19vw, 720px);
    width: clamp(164px, 6vw, 232px);
    height: clamp(164px, 6vw, 232px);
  }

  .site-shell.is-work-view .desktop-view-toggle button {
    min-height: clamp(34px, 1.3vw, 50px);
    font-size: var(--desktop-toggle-font-size);
  }

  .site-shell.is-work-view .desktop-view-toggle,
  .site-shell.is-work-view.is-list-view .desktop-view-toggle,
  .site-shell.is-work-view-transitioning .desktop-view-toggle {
    width: var(--desktop-toggle-width);
  }

  .site-shell.is-work-view .desktop-view-toggle button:first-child {
    margin-right: var(--desktop-toggle-gap);
  }

  .site-shell.is-work-view .desktop-view-toggle button:last-child {
    margin-left: var(--desktop-toggle-gap);
  }

  .site-shell.is-work-view .site-header .primary-nav,
  .site-shell.is-work-view.is-list-view .site-header .primary-nav,
  .site-shell.is-work-view-transitioning .site-header .primary-nav {
    right: var(--desktop-pad-x);
  }
}

@media (min-width: 2560px) {
  :root {
    --work-slider-card-width: clamp(600px, min(24vw, 50vmin), 920px);
    --desktop-video-width: var(--work-slider-card-width);
    --work-slider-card-height: calc(var(--work-slider-card-width) * 0.75);
    --work-slider-card-top: clamp(360px, 27vmin, 590px);
    --work-slider-axis-top: calc(
      var(--work-slider-card-top) - clamp(72px, 5vmin, 108px)
    );
    --work-slider-wordmark-width: min(64vw, 110vmin, 2400px);
    --desktop-project-adjacent-offset: min(22vw, 56vmin, 900px);
    --desktop-project-outer-offset: min(36vw, 88vmin, 1500px);
    --desktop-project-buffer-offset: min(46vw, 112vmin, 1900px);
    --desktop-project-adjacent-y: clamp(34px, 2.4vmin, 52px);
    --desktop-project-outer-y: clamp(54px, 3.4vmin, 74px);
    --desktop-project-buffer-y: clamp(55px, 3.6vmin, 78px);
  }

  .site-shell.is-work-view {
    overflow-x: clip;
  }

  .site-shell.is-work-view .site-header .work-category-slot,
  .site-shell.is-work-view.is-list-view .site-header .work-category-slot {
    top: clamp(150px, 11vmin, 220px);
    right: 0;
    left: 0;
    width: 100%;
  }

  .site-shell.is-work-view .work-category-panel,
  .site-shell.is-work-view.is-list-view .work-category-panel {
    width: 100%;
  }

  .desktop-category-system__primary {
    width: clamp(460px, 17vw, 680px);
  }

  .site-shell.is-work-view
    .work-category-panel
    .desktop-category-system__primary
    .work-category-panel__item {
    min-height: clamp(32px, 1.35vw, 48px);
    gap: clamp(7px, 0.36vw, 12px);
    padding-bottom: clamp(10px, 0.52vw, 18px);
  }

  .site-shell.is-work-view
    .work-category-panel
    .desktop-category-system__primary
    .work-category-panel__count {
    font-size: clamp(13px, 0.46vw, 18px);
  }

  .site-shell.is-work-view
    .work-category-panel
    .desktop-category-system__primary
    .work-category-panel__label {
    font-size: clamp(14px, 0.52vw, 20px);
  }

  .desktop-category-system__secondary {
    top: clamp(60px, 4vmin, 84px);
    right: auto;
    left: 50%;
    width: min(92vw, 3200px);
    height: clamp(44px, 2vw, 68px);
    transform: translateX(-50%);
  }

  .desktop-category-system__all {
    padding-top: clamp(3px, 0.2vw, 7px);
    font-size: clamp(11px, 0.4vw, 15px);
  }

  .desktop-category-system__subcategories {
    justify-content: center;
    gap: clamp(30px, 2vw, 72px);
    padding-inline: clamp(8px, 0.6vw, 22px);
  }

  .site-shell.is-work-view
    .work-category-panel
    .desktop-category-system__subcategories
    .work-category-panel__item {
    min-height: clamp(30px, 1.3vw, 46px);
    gap: clamp(6px, 0.32vw, 11px);
    padding-bottom: clamp(9px, 0.48vw, 16px);
  }

  .site-shell.is-work-view
    .work-category-panel
    .desktop-category-system__subcategories
    .work-category-panel__count,
  .site-shell.is-work-view
    .work-category-panel
    .desktop-category-system__subcategories
    .work-category-panel__label {
    font-size: clamp(10px, 0.36vw, 14px);
  }

  .work-stage.is-unified-slider-view,
  .work-stage.is-unified-slider-view .work-stage-view {
    height: 100svh;
    min-height: 100svh;
    overflow-x: clip;
  }

  .desktop-project-axis,
  .site-shell.is-photography-mode .photography-axis-labels {
    top: var(--work-slider-axis-top);
    width: min(58vw, 1400px);
    font-size: clamp(11px, 0.44vw, 17px);
  }

  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-slot {
    top: var(--work-slider-card-top);
    height: calc(var(--desktop-slot-height) + clamp(152px, 10vmin, 216px));
    transform: var(--desktop-slot-transform);
  }

  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-slot.desktop-video-slide {
    transform: var(--desktop-slide-transform);
  }

  .desktop-project-slot.is-active .desktop-project-meta {
    top: calc(var(--desktop-slot-height) + clamp(40px, 2.5vmin, 58px));
  }

  .desktop-project-slot.is-adjacent .desktop-project-meta {
    top: calc((var(--desktop-slot-width) * 0.45) + clamp(22px, 1.4vmin, 34px));
  }

  .desktop-project-slot.is-outer .desktop-project-meta {
    top: calc((var(--desktop-slot-width) * 0.315) + clamp(20px, 1.25vmin, 30px));
  }

  .desktop-project-meta strong,
  .work-stage.is-unified-slider-view .photography-category-meta h2 {
    max-width: 30ch;
    font-size: clamp(12px, 0.45vw, 18px);
  }

  .desktop-project-meta > span,
  .desktop-project-meta > em,
  .work-stage.is-unified-slider-view
    .photography-category-meta
    .photography-category-label,
  .work-stage.is-unified-slider-view
    .photography-category-meta
    .photography-photo-title {
    margin-top: clamp(10px, 0.7vmin, 15px);
    font-size: clamp(10px, 0.34vw, 14px);
  }

  .desktop-project-meta small,
  .work-stage.is-unified-slider-view .photography-category-meta > span {
    margin-top: clamp(10px, 0.7vmin, 15px);
    font-size: clamp(10px, 0.34vw, 14px);
  }

  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-video-slide.is-active
    .desktop-video-meta {
    width: clamp(380px, 18vw, 680px);
    max-width: clamp(380px, 18vw, 680px);
  }

  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-video-slide.is-adjacent
    .desktop-video-meta {
    width: clamp(260px, 12vw, 440px);
    max-width: clamp(260px, 12vw, 440px);
  }

  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-video-slide.is-outer
    .desktop-video-meta {
    width: clamp(210px, 9vw, 330px);
    max-width: clamp(210px, 9vw, 330px);
  }

  .desktop-project-type {
    top: clamp(10px, 0.42vw, 16px);
    left: clamp(10px, 0.42vw, 16px);
    padding: clamp(3px, 0.13vw, 5px) clamp(5px, 0.2vw, 8px);
    font-size: clamp(8px, 0.3vw, 12px);
  }

  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-category-slot {
    top: var(--work-slider-card-top);
    width: var(--work-slider-card-width);
    transform: var(--desktop-photography-slot-transform);
  }

  .work-stage.is-unified-slider-view .work-wordmark--slider {
    bottom: clamp(54px, 2.8vmin, 60px);
    width: var(--work-slider-wordmark-width);
    max-width: calc(100vw - (2 * var(--desktop-pad-x)));
  }
}

/* Short ultrawide screens use document height instead of compressing the rail. */
@media (min-width: 3440px) and (max-height: 1600px) {
  .site-shell.is-work-view,
  .site-shell.is-work-view .site-stage {
    min-height: 1570px;
    overflow-y: visible;
  }

  .work-stage.is-unified-slider-view,
  .work-stage.is-unified-slider-view .work-stage-view {
    height: 1570px;
    min-height: 1570px;
    overflow-y: visible;
  }

  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .work-wordmark--slider {
    bottom: max(54px, calc(1624px - 100svh));
  }
}

@media (min-width: 3840px) {
  .desktop-project-stack-layer {
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.14);
  }

  .work-stage.is-unified-slider-view .work-wordmark--slider {
    bottom: clamp(120px, 7.5vh, 160px);
    max-width: min(2500px, calc(100vw - (2 * var(--desktop-pad-x))));
  }
}

/*
 * Desktop Work / Slider reference contract
 * ------------------------------------------------------------
 * The gallery and wordmark are deliberately separate grid rows. This keeps
 * the artwork rail compact on large displays and prevents the wordmark from
 * inheriting the rail's absolute positioning or transforms.
 */
@media (min-width: 1024px) {
  :root {
    --desktop-pad-x: clamp(54px, 2.9vw, 112px);
    --desktop-brand-top: clamp(40px, 1.55vw, 60px);
    --desktop-brand-width: clamp(180px, 9vw, 320px);
    --desktop-toggle-top: clamp(39px, 1.52vw, 58px);
    --work-slider-card-width: min(
      clamp(340px, 23.65vw, 620px),
      calc(clamp(255px, 36svh, 465px) * 1.333333)
    );
    --work-slider-card-top: clamp(238px, 28.4vh, 520px);
    --work-slider-wordmark-width: clamp(450px, 44vw, 1680px);
    --work-slider-card-height: calc(var(--work-slider-card-width) * 0.75);
    --work-slider-gallery-tail: 88px;
    --work-slider-gallery-height: calc(
      var(--work-slider-card-top) + var(--work-slider-card-height) +
        var(--work-slider-gallery-tail)
    );
    --work-slider-wordmark-gap: clamp(48px, 5svh, 64px);
    --work-slider-bottom-space: clamp(28px, 4svh, 72px);
    --desktop-project-adjacent-offset: min(22.5vw, 440px);
    --desktop-project-outer-offset: min(38.9vw, 700px);
    --desktop-project-buffer-offset: min(50vw, 900px);
    --desktop-project-adjacent-y: 34px;
    --desktop-project-outer-y: 55px;
    --desktop-project-buffer-y: 55px;
  }

  .site-shell.is-work-view,
  .site-shell.is-work-view .site-stage {
    height: auto;
    min-height: 100svh;
    overflow-x: clip;
    overflow-y: visible;
  }

  .site-shell.is-work-view .brand-block {
    top: var(--desktop-brand-top);
    left: var(--desktop-pad-x);
    width: var(--desktop-brand-width);
  }

  .site-shell.is-work-view .brand-block h1 {
    font-size: clamp(18px, 1.08vw, 24px);
  }

  .site-shell.is-work-view .brand-block p {
    margin-top: clamp(10px, 0.66vw, 16px);
    font-size: clamp(14px, 0.84vw, 18px);
    line-height: 1.16;
  }

  .site-shell.is-work-view .site-header .work-lanyard-anchor {
    top: clamp(20px, 1vw, 38px);
    left: clamp(230px, 17vw, 650px);
    width: clamp(132px, 6vw, 220px);
  }

  .site-shell.is-work-view .desktop-view-toggle,
  .site-shell.is-work-view.is-list-view .desktop-view-toggle,
  .site-shell.is-work-view-transitioning .desktop-view-toggle {
    top: var(--desktop-toggle-top);
    width: clamp(150px, 8vw, 300px);
    gap: clamp(26px, 1.5vw, 58px);
  }

  .site-shell.is-work-view .desktop-view-toggle button {
    font-size: clamp(15px, 0.72vw, 20px);
  }

  .site-shell.is-work-view .site-header .primary-nav,
  .site-shell.is-work-view.is-list-view .site-header .primary-nav,
  .site-shell.is-work-view-transitioning .site-header .primary-nav {
    top: clamp(36px, 1.4vw, 54px);
    right: var(--desktop-pad-x);
    gap: clamp(3px, 0.16vw, 6px);
  }

  .site-shell.is-work-view .site-header .primary-nav a {
    min-height: clamp(30px, 1.1vw, 42px);
    padding-inline: clamp(15px, 0.5vw, 22px);
    font-size: clamp(14px, 0.48vw, 18px);
  }

  .site-shell.is-work-view .site-header .work-category-slot,
  .site-shell.is-work-view.is-list-view .site-header .work-category-slot {
    top: clamp(116px, 5.8vw, 220px);
    right: 0;
    left: 0;
    width: 100%;
  }

  .site-shell.is-work-view .desktop-category-system__primary {
    width: clamp(330px, 17vw, 680px);
    min-height: clamp(28px, 1.22vw, 44px);
  }

  .site-shell.is-work-view
    .desktop-category-system__primary
    .desktop-category-system__count {
    font-size: clamp(12px, 0.46vw, 18px);
  }

  .site-shell.is-work-view
    .desktop-category-system__primary
    .desktop-category-system__label {
    font-size: clamp(13px, 0.52vw, 20px);
  }

  .site-shell.is-work-view .desktop-category-system__secondary {
    top: clamp(42px, 2.2vw, 84px);
    right: var(--desktop-pad-x);
    left: var(--desktop-pad-x);
    width: auto;
    height: clamp(36px, 1.4vw, 54px);
    border-bottom: 1px solid rgba(20, 20, 20, 0.11);
  }

  .site-shell.is-work-view .desktop-category-system__secondary-scroll {
    justify-content: center;
    min-width: 100%;
    padding: 0;
    gap: clamp(30px, 2.3vw, 88px);
  }

  .site-shell.is-work-view
    .desktop-category-system__secondary
    .desktop-category-system__label,
  .site-shell.is-work-view
    .desktop-category-system__secondary
    .desktop-category-system__count {
    font-size: clamp(9px, 0.36vw, 13px);
  }

  .site-shell.is-work-view
    .work-stage.is-unified-slider-view {
    display: grid;
    grid-template-rows:
      var(--work-slider-gallery-height)
      minmax(auto, 1fr);
    width: 100%;
    height: auto;
    min-height: max(100svh, 800px);
    align-content: stretch;
    overflow: visible;
  }

  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .work-stage-view {
    position: relative;
    grid-row: 1;
    width: 100%;
    height: var(--work-slider-gallery-height);
    min-height: var(--work-slider-gallery-height);
    overflow: visible;
  }

  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-slider,
  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-track,
  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-slider,
  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-category-track {
    overflow: clip;
  }

  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-axis,
  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-category-axis {
    top: calc(var(--work-slider-card-top) - clamp(30px, 3.6vh, 42px));
    width: min(640px, 64vw);
    font-size: clamp(9px, 0.34vw, 12px);
  }

  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-slot {
    top: var(--work-slider-card-top);
    width: var(--work-slider-card-width);
    height: calc(var(--work-slider-card-height) + 118px);
    --desktop-slot-height: var(--work-slider-card-height);
    transform: var(--desktop-slot-transform);
  }

  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-slot.desktop-video-slide {
    transform: var(--desktop-slide-transform);
  }

  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-card,
  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-video-card {
    width: var(--work-slider-card-width);
    height: var(--work-slider-card-height);
    aspect-ratio: 4 / 3;
  }

  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-card img,
  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-card video,
  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-video-card img,
  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-video-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-slot.is-active
    .desktop-project-card {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }

  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-slot.is-adjacent
    .desktop-project-card {
    opacity: 0.88;
    transform: translate3d(0, 0, 0) scale(0.58);
  }

  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-slot.is-outer
    .desktop-project-card {
    opacity: 0.38;
    transform: translate3d(0, 0, 0) scale(0.39);
  }

  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-slot.is-buffer
    .desktop-project-card {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.3);
  }

  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-slot.is-adjacent
    .desktop-project-meta {
    opacity: 0.88;
  }

  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-slot.is-outer
    .desktop-project-meta {
    opacity: 0.38;
  }

  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-meta,
  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-video-meta {
    margin-top: 12px;
  }

  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-slot.desktop-video-slide
    .desktop-video-meta {
    margin-top: 0;
    width: calc(var(--work-slider-card-width) * var(--desktop-slot-scale));
    max-width: calc(var(--work-slider-card-width) * var(--desktop-slot-scale));
    transform: translate3d(
      -50%,
      calc(
        (var(--work-slider-card-height) * var(--desktop-slot-scale)) + 12px
      ),
      0
    );
  }

  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-meta h2,
  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-video-meta h2,
  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-category-meta h2 {
    font-size: clamp(9px, 0.42vw, 14px);
  }

  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-meta p,
  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-meta span,
  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-video-meta p,
  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-video-meta span,
  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-category-meta p,
  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-category-meta span {
    font-size: clamp(8px, 0.32vw, 11px);
  }

  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-category-slot {
    top: var(--work-slider-card-top);
    width: var(--work-slider-card-width);
    transform: var(--desktop-photography-slot-transform);
  }

  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-category-slot.is-active
    .photography-category-card {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }

  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-category-slot.is-adjacent
    .photography-category-card {
    opacity: 0.88;
    transform: translate3d(0, 0, 0) scale(0.58);
  }

  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-category-slot.is-outer
    .photography-category-card {
    opacity: 0.38;
    transform: translate3d(0, 0, 0) scale(0.39);
  }

  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-category-slot.is-buffer
    .photography-category-card {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.3);
  }

  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-category-meta {
    margin-top: 12px;
  }

  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .work-wordmark--slider {
    position: relative;
    inset: auto;
    left: auto;
    bottom: auto;
    grid-row: 2;
    align-self: center;
    width: var(--work-slider-wordmark-width);
    max-width: calc(100vw - (2 * var(--desktop-pad-x)));
    height: auto;
    margin:
      var(--work-slider-wordmark-gap)
      auto
      var(--work-slider-bottom-space);
    transform: none;
    z-index: 2;
  }

  .site-shell.is-work-view .editorial-guide {
    display: none;
  }

  .site-shell.is-work-view
    .work-stage.is-unified-slider-view::before,
  .site-shell.is-work-view
    .work-stage.is-unified-slider-view::after {
    position: absolute;
    left: 50%;
    z-index: 1;
    width: 1px;
    background: rgba(5, 5, 5, 0.18);
    content: "";
    pointer-events: none;
  }

  .site-shell.is-work-view
    .work-stage.is-unified-slider-view::before {
    top: calc(var(--work-slider-card-top) - clamp(54px, 5.2svh, 74px));
    height: clamp(32px, 3.8svh, 48px);
  }

  .site-shell.is-work-view
    .work-stage.is-unified-slider-view::after {
    top: var(--work-slider-gallery-height);
    height: var(--work-slider-wordmark-gap);
  }
}

/*
 * Tablet flow safety.
 *
 * The iPad visual treatment keeps its centred card and cropped neighbours,
 * but the gallery and the real wordmark now occupy separate grid rows. This
 * replaces the previous fixed-height/absolute wordmark coordinates, so short
 * landscape screens scroll vertically instead of allowing the two regions to
 * collide.
 */
@media (min-width: 768px) and (max-width: 1366px) {
  html.is-tablet-work-ui .site-shell.is-work-view {
    --tablet-gallery-height: calc(var(--tablet-axis-top) + 20px);
    --tablet-wordmark-gap: clamp(48px, 5.8vw, 64px);
    --tablet-bottom-space: clamp(28px, 3.8vw, 42px);
    --tablet-wordmark-width: min(90.4vw, 1040px);
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-category-panel,
  html.is-tablet-work-ui
    .site-shell.is-work-view.is-list-view
    .work-category-panel,
  html.is-tablet-work-ui
    .site-shell.is-work-view
    .desktop-category-system {
    display: block;
    width: 100%;
    padding: 0;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .desktop-category-system__primary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    margin-inline: auto;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .desktop-category-system__primary
    .work-category-panel__item {
    display: inline-flex;
    width: auto;
    min-width: 0;
    min-height: 32px;
    align-items: baseline;
    justify-self: center;
    padding: 0 0 12px;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-axis,
  html.is-tablet-work-ui
    .site-shell.is-work-view.is-photography-mode
    .work-stage.is-unified-slider-view
    .photography-axis-labels {
    justify-content: space-between;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view {
    position: relative;
    display: grid;
    grid-template-rows: var(--tablet-gallery-height) minmax(auto, 1fr);
    width: 100%;
    height: auto;
    min-height: 100svh;
    align-content: stretch;
    overflow-x: clip;
    overflow-y: visible;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .work-stage-view {
    position: relative;
    inset: auto;
    grid-row: 1;
    width: 100%;
    height: var(--tablet-gallery-height);
    min-height: var(--tablet-gallery-height);
    overflow: clip;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .work-wordmark--slider {
    position: relative;
    inset: auto;
    grid-row: 2;
    align-self: start;
    width: var(--tablet-wordmark-width);
    max-width: calc(100vw - 48px);
    height: auto;
    margin:
      var(--tablet-wordmark-gap)
      auto
      var(--tablet-bottom-space);
    transform: none;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .tablet-work-index {
    top: calc(var(--tablet-axis-top) + 3px);
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view::after {
    top: var(--tablet-gallery-height);
    height: var(--tablet-wordmark-gap);
  }
}

@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
  html.is-tablet-work-ui:not(.is-tablet-work-portrait-preview)
    .site-shell.is-work-view {
    --tablet-wordmark-width: min(76vw, 900px);
    --tablet-wordmark-gap: 64px;
    --tablet-bottom-space: 32px;
  }
}

@media (min-width: 1024px) and (max-height: 1200px) and (orientation: landscape) {
  .site-shell.is-work-view {
    --work-slider-gallery-tail: 84px;
    --work-slider-wordmark-gap: 48px;
  }

  .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .work-wordmark--slider {
    align-self: start;
  }
}

@media (min-width: 1600px) and (max-height: 1100px) and (orientation: landscape) {
  .site-shell.is-work-view {
    --work-slider-gallery-tail: 64px;
  }
}

@media (min-width: 1600px) and (min-height: 1101px) and (max-height: 1200px) and (orientation: landscape) {
  .site-shell.is-work-view {
    --work-slider-gallery-tail: 80px;
  }
}

@media (min-width: 2200px) and (max-height: 1200px) and (orientation: landscape) {
  .site-shell.is-work-view {
    --work-slider-gallery-tail: 84px;
  }
}

@media (min-width: 2200px) and (max-height: 1600px) and (orientation: landscape) {
  .site-shell.is-work-view {
    --work-slider-gallery-tail: 92px;
    --work-slider-wordmark-gap: 72px;
  }
}

/*
 * Reference-matched iPad UI
 * ------------------------------------------------------------
 * Activated by the runtime `is-tablet-work-ui` capability class so that the
 * existing <= 767px phone UI and fine-pointer desktop UI remain untouched.
 */
.tablet-project-list,
.tablet-page-index,
.tablet-page-wordmark,
.tablet-contact-cta,
.tablet-catalog-index,
.flowing-menu__tablet-arrow {
  display: none;
}

@media (min-width: 744px) and (max-width: 1366px) {
  html.is-tablet-work-ui,
  html.is-tablet-work-ui body {
    width: 100%;
    min-height: 100%;
    overflow-x: clip;
    background: #f7f5f1;
  }

  html.is-tablet-work-ui .site-shell {
    width: 100%;
    min-height: 100svh;
    overflow-x: clip;
    overflow-y: visible;
    background: rgba(247, 245, 241, 0.94);
  }

  html.is-tablet-work-ui .liquid-background {
    opacity: 0.18;
  }

  /* Shared iPad chrome */
  html.is-tablet-work-ui .site-header,
  html.is-tablet-work-ui .desktop-top-layer,
  html.is-tablet-work-ui .site-shell.is-work-view .desktop-top-layer,
  html.is-tablet-work-ui .site-shell.is-work-view.is-list-view .desktop-top-layer {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    display: block;
    width: 100%;
    height: clamp(148px, 18.5vw, 188px);
    padding: 0;
    background: transparent;
    pointer-events: none;
    transform: none !important;
  }

  html.is-tablet-work-ui .site-header > * {
    pointer-events: auto;
  }

  html.is-tablet-work-ui .site-brand,
  html.is-tablet-work-ui .site-shell.is-work-view .site-brand {
    position: fixed;
    top: clamp(34px, 4.55vw, 52px);
    left: clamp(28px, 3.85vw, 48px);
    z-index: 110;
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    color: #090909;
    font-size: 0;
    line-height: 1;
    transform: none !important;
  }

  html.is-tablet-work-ui .site-brand > span:first-child,
  html.is-tablet-work-ui
    .site-shell.is-work-view
    .site-brand
    > span:first-child {
    display: block;
    margin: 0;
    font-family: "Instrument Serif", Didot, "Bodoni MT", "Times New Roman", serif;
    font-size: clamp(17px, 1.9vw, 22px);
    font-weight: 400;
    letter-spacing: -0.045em;
    line-height: 1;
    white-space: nowrap;
  }

  html.is-tablet-work-ui .site-brand > span:not(:first-child),
  html.is-tablet-work-ui
    .site-shell.is-work-view
    .site-brand
    > span:not(:first-child),
  html.is-tablet-work-ui .work-lanyard-anchor,
  html.is-tablet-work-ui .mobile-nav-toggle {
    display: none !important;
  }

  html.is-tablet-work-ui .site-header .primary-nav,
  html.is-tablet-work-ui .site-shell.is-work-view .site-header .primary-nav,
  html.is-tablet-work-ui
    .site-shell.is-work-view.is-list-view
    .site-header
    .primary-nav,
  html.is-tablet-work-ui
    .site-shell.is-work-view-transitioning
    .site-header
    .primary-nav {
    position: fixed;
    top: clamp(28px, 3.55vw, 42px);
    right: clamp(26px, 3.55vw, 44px);
    left: auto;
    z-index: 112;
    display: flex;
    width: clamp(230px, 27vw, 286px);
    margin: 0;
    transform: none !important;
  }

  html.is-tablet-work-ui .site-header .top-pill-nav__list {
    display: flex;
    width: 100%;
    gap: 0;
    padding: 2px;
    border: 1px solid rgba(5, 5, 5, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.38);
  }

  html.is-tablet-work-ui .site-header .top-pill-nav__item {
    min-width: 0;
    flex: 1 1 0;
  }

  html.is-tablet-work-ui .site-header .top-pill-nav__pill {
    width: 100%;
    min-height: clamp(35px, 4.15vw, 43px);
    height: auto;
    padding: 0;
    border-radius: 999px;
    font-size: clamp(14px, 1.58vw, 18px);
    font-weight: 440;
    letter-spacing: -0.035em;
  }

  html.is-tablet-work-ui .site-header .desktop-view-toggle,
  html.is-tablet-work-ui .site-shell.is-work-view .desktop-view-toggle,
  html.is-tablet-work-ui
    .site-shell.is-work-view.is-list-view
    .desktop-view-toggle,
  html.is-tablet-work-ui
    .site-shell.is-work-view-transitioning
    .desktop-view-toggle {
    position: fixed;
    top: clamp(38px, 4.75vw, 56px);
    left: 50%;
    z-index: 111;
    display: grid;
    width: clamp(154px, 18vw, 192px);
    grid-template-columns: 1fr 1fr;
    gap: 0;
    opacity: 1;
    transform: translateX(-50%) !important;
  }

  html.is-tablet-work-ui
    .site-shell:not(.is-work-view)
    .desktop-view-toggle {
    display: none !important;
  }

  html.is-tablet-work-ui .desktop-view-toggle::after {
    position: absolute;
    top: -4px;
    left: 50%;
    width: 1px;
    height: clamp(28px, 3.2vw, 34px);
    background: rgba(5, 5, 5, 0.22);
    content: "";
  }

  html.is-tablet-work-ui .desktop-view-toggle button,
  html.is-tablet-work-ui
    .site-shell.is-work-view
    .desktop-view-toggle
    button {
    position: relative;
    margin: 0 !important;
    padding: 0 0 12px;
    color: rgba(5, 5, 5, 0.56);
    font-size: clamp(15px, 1.65vw, 19px);
    font-weight: 440;
    letter-spacing: -0.035em;
    opacity: 1;
  }

  html.is-tablet-work-ui .desktop-view-toggle button:first-child {
    justify-self: start;
  }

  html.is-tablet-work-ui .desktop-view-toggle button:last-child {
    justify-self: end;
  }

  html.is-tablet-work-ui .desktop-view-toggle button.is-active {
    color: #050505;
    font-weight: 650;
  }

  html.is-tablet-work-ui .desktop-view-toggle button.is-active::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background: currentColor;
    content: "";
  }

  html.is-tablet-work-ui .site-shell.is-work-view .site-header .work-category-slot,
  html.is-tablet-work-ui
    .site-shell.is-work-view.is-list-view
    .site-header
    .work-category-slot {
    position: fixed;
    top: clamp(102px, 12.35vw, 132px);
    right: auto;
    left: 50%;
    z-index: 108;
    display: flex;
    width: clamp(248px, 31vw, 332px);
    height: 42px;
    align-items: start;
    justify-content: center;
    transform: translateX(-50%) !important;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .site-header
    .work-category-slot::after {
    content: none;
  }

  html.is-tablet-work-ui .site-shell.is-work-view .work-category-panel,
  html.is-tablet-work-ui
    .site-shell.is-work-view.is-list-view
    .work-category-panel,
  html.is-tablet-work-ui .site-shell.is-work-view .desktop-category-system {
    position: static;
    display: block;
    width: 100%;
    padding: 0;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .desktop-category-system__primary {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    gap: 0;
    margin: 0;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .desktop-category-system__primary
    .work-category-panel__item {
    position: relative;
    display: inline-flex;
    width: auto;
    min-width: 0;
    min-height: 32px;
    align-items: baseline;
    justify-self: center;
    padding: 0 0 12px;
    color: rgba(5, 5, 5, 0.58);
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .desktop-category-system__primary
    .work-category-panel__item::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background: currentColor;
    opacity: 0;
    content: "";
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .desktop-category-system__primary
    .work-category-panel__item.is-active {
    color: #050505;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .desktop-category-system__primary
    .work-category-panel__item.is-active::after {
    opacity: 1;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .desktop-category-system__primary
    .work-category-panel__item::before,
  html.is-tablet-work-ui
    .site-shell.is-work-view
    .desktop-category-system__primary
    .work-category-panel__count,
  html.is-tablet-work-ui
    .site-shell.is-work-view
    .desktop-category-system__secondary {
    display: none;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .desktop-category-system__primary
    .work-category-panel__label {
    font-size: clamp(15px, 1.65vw, 19px);
    font-weight: 440;
    letter-spacing: -0.035em;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .desktop-category-system__primary
    .work-category-panel__item.is-active
    .work-category-panel__label {
    font-weight: 650;
  }

  html.is-tablet-work-ui .editorial-guide {
    display: none;
  }

  /* Work / Slider */
  html.is-tablet-work-ui .site-shell.is-work-view {
    --tablet-card-width: min(68.7vw, 740px);
    --tablet-card-height: calc(var(--tablet-card-width) / 1.18);
    --tablet-card-top: clamp(204px, 26.7vw, 302px);
    --tablet-gallery-height: calc(
      var(--tablet-card-top) + var(--tablet-card-height) + clamp(118px, 14.5vw, 160px)
    );
    --tablet-wordmark-width: min(82.8vw, 940px);
    --tablet-wordmark-height: min(19.4vw, 220px);
    --tablet-bottom-space: clamp(20px, 2.2vw, 28px);
    --tablet-wordmark-gap: clamp(
      20px,
      calc(
        100svh - var(--tablet-gallery-height) - var(--tablet-wordmark-height) -
          var(--tablet-bottom-space)
      ),
      138px
    );
    --tablet-work-height: max(
      100svh,
      calc(
        var(--tablet-gallery-height) + var(--tablet-wordmark-gap) +
          var(--tablet-wordmark-height) + var(--tablet-bottom-space)
      )
    );
    --work-slider-card-width: var(--tablet-card-width);
    --work-slider-card-height: var(--tablet-card-height);
    --work-slider-card-top: var(--tablet-card-top);
    --desktop-project-adjacent-offset: 64.6vw;
    --desktop-project-outer-offset: 78vw;
    --desktop-project-buffer-offset: 84vw;
    --desktop-project-adjacent-y: clamp(54px, 7.4vw, 78px);
    --desktop-project-outer-y: clamp(54px, 7.4vw, 78px);
    --desktop-project-buffer-y: clamp(54px, 7.4vw, 78px);
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view {
    position: relative;
    display: grid;
    width: 100%;
    height: auto;
    min-height: var(--tablet-work-height);
    grid-template-rows: var(--tablet-gallery-height) minmax(auto, 1fr);
    overflow-x: clip;
    overflow-y: visible;
    background: transparent;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .work-stage-view {
    position: relative;
    inset: auto;
    grid-row: 1;
    width: 100%;
    height: var(--tablet-gallery-height);
    min-height: var(--tablet-gallery-height);
    overflow: clip;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .work-category-surface,
  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-slider,
  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-track,
  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-work,
  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-slider,
  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-category-track {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: clip;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view::before,
  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view::after {
    position: absolute;
    left: 50%;
    z-index: 1;
    display: block;
    width: 1px;
    background: rgba(5, 5, 5, 0.18);
    content: "";
    pointer-events: none;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view::before {
    top: clamp(154px, 18.5vw, 202px);
    height: calc(var(--tablet-card-top) - clamp(154px, 18.5vw, 202px));
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view::after {
    top: var(--tablet-gallery-height);
    height: var(--tablet-wordmark-gap);
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-slot {
    position: absolute;
    top: var(--tablet-card-top);
    left: 50%;
    display: block;
    width: var(--tablet-card-width);
    height: calc(var(--tablet-card-height) + clamp(96px, 13vw, 142px));
    overflow: visible;
    border: 0;
    background: transparent;
    opacity: 1;
    contain: layout style;
    transform: var(--desktop-slot-transform);
    transform-origin: center top;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-slot.desktop-video-slide {
    transform: var(--desktop-slide-transform);
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-slot.is-buffer,
  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-slot.is-outer {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-card,
  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-video-card,
  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-photo-card {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: var(--tablet-card-width);
    height: var(--tablet-card-height);
    overflow: visible;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent;
    box-shadow: none;
    aspect-ratio: auto;
    transform-origin: center top;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    :is(.desktop-video-window, .desktop-video-buffer-window, .desktop-photo-window) {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #ddd;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    :is(.desktop-video-window, .desktop-video-buffer-window, .desktop-photo-window)
    :is(img, video) {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-slot.is-active
    .desktop-project-card {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-slot.is-adjacent
    .desktop-project-card {
    opacity: 0.46;
    transform: translate3d(0, 0, 0) scale(0.78);
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-type,
  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-axis,
  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-axis-labels,
  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .tablet-slider-instruction,
  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .tablet-work-index {
    display: none !important;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-slot
    .desktop-project-meta,
  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-slot.desktop-video-slide
    .desktop-video-meta {
    position: absolute;
    top: calc(var(--tablet-card-height) + clamp(28px, 3.7vw, 42px));
    right: auto;
    left: 50%;
    display: block;
    width: var(--tablet-card-width);
    max-width: var(--tablet-card-width);
    margin: 0;
    color: #050505;
    text-align: left;
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-slot.is-adjacent
    .desktop-project-meta {
    display: none;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-meta
    strong {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    max-width: calc(100% - 120px);
    margin: 0;
    color: #050505;
    font-family: var(--font-body), "Instrument Sans", sans-serif;
    font-size: clamp(21px, 2.65vw, 30px);
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 1.05;
    text-align: left !important;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-meta
    > span {
    position: absolute;
    top: clamp(28px, 3.55vw, 40px);
    left: 0;
    display: block;
    margin: 0;
    color: rgba(5, 5, 5, 0.64);
    font-family: "Instrument Serif", Georgia, serif;
    font-size: clamp(16px, 1.9vw, 21px);
    font-style: italic;
    letter-spacing: -0.025em;
    line-height: 1.05;
    text-align: left !important;
    text-transform: none;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-meta
    > em {
    display: none;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .desktop-project-meta
    > small {
    position: absolute;
    top: clamp(38px, 4.6vw, 52px);
    right: 0;
    display: block;
    margin: 0;
    color: rgba(5, 5, 5, 0.72);
    font-size: clamp(14px, 1.7vw, 19px);
    font-weight: 430;
    letter-spacing: -0.02em;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .work-wordmark--slider {
    position: relative;
    inset: auto;
    z-index: 2;
    grid-row: 2;
    align-self: start;
    display: block;
    width: var(--tablet-wordmark-width);
    max-width: calc(100vw - 48px);
    height: auto;
    margin: var(--tablet-wordmark-gap) auto var(--tablet-bottom-space);
    transform: none;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .work-wordmark--slider
    :is(.big-wordmark-inner, .big-wordmark-image) {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
  }

  html.is-tablet-work-ui .tablet-catalog-index {
    position: absolute;
    right: clamp(28px, 3.8vw, 46px);
    bottom: clamp(24px, 3.2vw, 38px);
    z-index: 12;
    display: block;
    color: rgba(5, 5, 5, 0.66);
    font-size: clamp(13px, 1.5vw, 17px);
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.015em;
  }

  /* Photography slider shares the same iPad media and metadata geometry. */
  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-category-slot {
    top: var(--tablet-card-top);
    width: var(--tablet-card-width);
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-category-slot
    .photography-category-card {
    width: 100%;
    transform: scale(0.78);
    transform-origin: center top;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-category-slot.is-active
    .photography-category-card {
    transform: scale(1);
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-category-slot.is-adjacent
    .photography-category-card {
    opacity: 0.46;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-category-slot
    .photography-category-media {
    width: 100%;
    height: var(--tablet-card-height);
    overflow: hidden;
    border: 0;
    border-radius: 0;
    aspect-ratio: auto;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-category-slot.is-active
    .photography-category-meta {
    display: block;
    margin-top: clamp(28px, 3.7vw, 42px);
    text-align: left;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .photography-category-slot.is-adjacent
    .photography-category-meta {
    display: none;
  }

  /* Work / List */
  html.is-tablet-work-ui .site-shell.is-work-view .work-stage.is-list-view {
    position: relative;
    display: block;
    width: 100%;
    height: 100svh;
    min-height: 760px;
    overflow: hidden;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-list-view
    .work-stage-view {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: hidden;
  }

  html.is-tablet-work-ui .tablet-project-list {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: clamp(154px, 18.7vw, 198px)
      clamp(28px, 3.55vw, 44px)
      clamp(100px, 11vw, 132px);
  }

  html.is-tablet-work-ui .tablet-project-list__rows {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    border-top: 1px solid rgba(5, 5, 5, 0.15);
    scrollbar-width: none;
    overscroll-behavior-y: contain;
    touch-action: pan-y;
  }

  html.is-tablet-work-ui .tablet-project-list__rows::-webkit-scrollbar {
    display: none;
  }

  html.is-tablet-work-ui .tablet-project-list__row {
    display: grid;
    width: 100%;
    min-height: clamp(136px, 16.1vw, 172px);
    grid-template-columns:
      clamp(188px, 26.8vw, 286px)
      minmax(0, 1fr)
      clamp(76px, 9vw, 104px);
    align-items: center;
    gap: clamp(24px, 4.7vw, 52px);
    padding: clamp(12px, 1.45vw, 17px) 0;
    border-bottom: 1px solid rgba(5, 5, 5, 0.15);
    color: #050505;
    text-align: left;
  }

  html.is-tablet-work-ui
    .tablet-project-list__row:focus-visible {
    outline: 1px solid #050505;
    outline-offset: -3px;
  }

  html.is-tablet-work-ui .tablet-project-list__media.list-thumb {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 0;
    border-radius: 2px;
    background: #ddd;
    opacity: 1;
    aspect-ratio: 1.58 / 1;
    pointer-events: none;
    transform: none;
  }

  html.is-tablet-work-ui .tablet-project-list__media.list-thumb img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    filter: none;
    opacity: 1;
    object-fit: cover;
    transform: none;
  }

  html.is-tablet-work-ui .tablet-project-list__copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  html.is-tablet-work-ui .tablet-project-list__copy strong {
    max-width: 13ch;
    font-family: "Instrument Serif", Didot, "Bodoni MT", Georgia, serif;
    font-size: clamp(32px, 4.35vw, 50px);
    font-weight: 400;
    letter-spacing: -0.055em;
    line-height: 0.93;
    text-wrap: balance;
  }

  html.is-tablet-work-ui .tablet-project-list__copy small {
    margin-top: clamp(11px, 1.45vw, 17px);
    color: rgba(5, 5, 5, 0.64);
    font-family: var(--font-body), "Instrument Sans", sans-serif;
    font-size: clamp(13px, 1.55vw, 17px);
    font-weight: 430;
    letter-spacing: -0.03em;
    text-transform: none;
  }

  html.is-tablet-work-ui .tablet-project-list__count {
    justify-self: end;
    align-self: center;
    color: rgba(5, 5, 5, 0.76);
    font-size: clamp(14px, 1.65vw, 19px);
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.03em;
    white-space: nowrap;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-list-view
    .work-wordmark {
    position: absolute;
    right: auto;
    bottom: clamp(18px, 2.35vw, 28px);
    left: 50%;
    z-index: 8;
    display: block;
    width: min(34vw, 390px);
    max-width: calc(100vw - 64px);
    height: auto;
    margin: 0;
    transform: translateX(-50%);
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-list-view
    .work-wordmark
    :is(.big-wordmark-inner, .big-wordmark-image) {
    display: block;
    width: 100%;
    height: auto;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-list-view
    .work-wordmark
    .work-wordmark__full {
    display: block !important;
    opacity: 1 !important;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-list-view
    .work-wordmark
    .work-wordmark__split {
    display: none !important;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-list-view
    :is(.portfolio-list-wrap, .photography-list, .work-index, .tablet-catalog-index) {
    display: none !important;
  }

  /* Shared About / Contact tablet pages */
  html.is-tablet-work-ui .tablet-page-index,
  html.is-tablet-work-ui .tablet-page-wordmark,
  html.is-tablet-work-ui .tablet-contact-cta {
    display: block;
  }

  html.is-tablet-work-ui .tablet-page-index {
    position: absolute;
    top: clamp(116px, 14vw, 150px);
    left: clamp(32px, 4vw, 50px);
    z-index: 5;
    color: #111;
    font-size: clamp(14px, 1.65vw, 19px);
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.02em;
  }

  html.is-tablet-work-ui .tablet-page-wordmark {
    position: absolute;
    left: 50%;
    z-index: 3;
    width: min(66vw, 740px);
    max-width: calc(100vw - 64px);
    height: auto;
    transform: translateX(-50%);
  }

  html.is-tablet-work-ui .section-back,
  html.is-tablet-work-ui .about-back,
  html.is-tablet-work-ui .about-corner-logo {
    display: none !important;
  }

  /* About */
  html.is-tablet-work-ui .about-section {
    position: relative;
    width: 100%;
    height: max(100svh, 1170px);
    min-height: max(100svh, 1170px);
    overflow: hidden;
    background: rgba(247, 245, 241, 0.96);
  }

  html.is-tablet-work-ui .about-main {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    padding: clamp(164px, 20vw, 212px)
      clamp(34px, 4.2vw, 52px)
      clamp(170px, 20vw, 220px);
  }

  html.is-tablet-work-ui .about-panel-copy,
  html.is-tablet-work-ui .about-hero-left,
  html.is-tablet-work-ui .about-copy-main {
    display: block;
    width: 100%;
    max-width: none;
    padding: 0;
  }

  html.is-tablet-work-ui .about-kicker {
    display: none;
  }

  html.is-tablet-work-ui .about-section .about-title,
  html.is-tablet-work-ui .about-section .about-hero-title {
    display: flex;
    width: 100%;
    max-width: 11.7ch;
    flex-direction: column;
    margin: 0;
    font-family: var(--font-display), "Inter Tight", sans-serif;
    font-size: clamp(64px, 9.15vw, 100px);
    font-weight: 620;
    letter-spacing: -0.075em;
    line-height: 0.89;
    text-transform: uppercase;
  }

  html.is-tablet-work-ui .about-section .about-title span,
  html.is-tablet-work-ui .about-section .about-hero-title span {
    white-space: nowrap;
  }

  html.is-tablet-work-ui .about-description {
    width: clamp(250px, 39vw, 430px);
    max-width: none;
    margin: clamp(58px, 7.4vw, 84px) 0 0;
    color: #101010;
    font-family: "Instrument Serif", Didot, Georgia, serif;
    font-size: clamp(32px, 4.45vw, 49px);
    font-weight: 400;
    letter-spacing: -0.048em;
    line-height: 1.08;
  }

  html.is-tablet-work-ui .about-hero-visual {
    position: absolute;
    top: clamp(350px, 43vw, 470px);
    right: clamp(34px, 4.2vw, 52px);
    bottom: auto;
    left: auto;
    width: min(48.5vw, 520px);
    height: min(36vw, 390px);
    overflow: hidden;
    background: #161616;
    perspective: none;
    pointer-events: none;
    transform: none;
  }

  html.is-tablet-work-ui .about-hero-visual .hero-body {
    left: 50%;
    bottom: -7%;
    width: auto;
    height: 112%;
    object-fit: contain;
    filter: grayscale(1) contrast(1.02);
    transform: translateX(-50%);
  }

  html.is-tablet-work-ui .about-hero-visual .hero-head {
    top: -1%;
    left: 50%;
    width: auto;
    height: 48.5%;
    filter: grayscale(1) contrast(1.02);
    transform: translateX(-50%);
  }

  html.is-tablet-work-ui .about-services.flowing-services {
    position: absolute;
    top: clamp(700px, 86vw, 790px);
    right: clamp(34px, 4.2vw, 52px);
    bottom: auto;
    left: clamp(34px, 4.2vw, 52px);
    z-index: 4;
    width: auto;
    max-width: none;
    border: 0;
  }

  html.is-tablet-work-ui .about-services .flowing-services__header,
  html.is-tablet-work-ui .about-services .flowing-menu__item-index,
  html.is-tablet-work-ui .about-services .flowing-menu__marquee {
    display: none !important;
  }

  html.is-tablet-work-ui .about-services .flowing-menu {
    height: clamp(238px, 30vw, 286px);
    overflow-x: hidden;
    overflow-y: auto;
    border-top: 1px solid rgba(5, 5, 5, 0.48);
    scrollbar-width: none;
    overscroll-behavior-y: contain;
    touch-action: pan-y;
  }

  html.is-tablet-work-ui .about-services .flowing-menu::-webkit-scrollbar {
    display: none;
  }

  html.is-tablet-work-ui .about-services .flowing-menu__item-link {
    display: grid;
    min-height: clamp(74px, 8.6vw, 94px);
    grid-template-columns: minmax(0, 1fr) 34px;
    gap: 20px;
    padding: 0;
  }

  html.is-tablet-work-ui .about-services .flowing-menu__item-text {
    font-family: var(--font-body), "Instrument Sans", sans-serif;
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 560;
    letter-spacing: -0.06em;
    line-height: 0.95;
    text-transform: uppercase;
  }

  html.is-tablet-work-ui
    .about-services
    .flowing-menu__tablet-arrow {
    display: block;
    justify-self: end;
    color: #050505;
    font-size: clamp(24px, 2.8vw, 32px);
  }

  html.is-tablet-work-ui .tablet-page-wordmark--about {
    bottom: clamp(38px, 4.6vw, 54px);
    width: min(48vw, 540px);
  }

  /* Contact */
  html.is-tablet-work-ui .contact-section {
    position: relative;
    width: 100%;
    height: max(100svh, 1170px);
    min-height: max(100svh, 1170px);
    overflow: hidden;
    padding: 0 clamp(34px, 4.2vw, 52px);
    background: rgba(247, 245, 241, 0.96);
  }

  html.is-tablet-work-ui .contact-hero,
  html.is-tablet-work-ui .contact-desktop-layout {
    display: block;
    width: 100%;
    min-height: 0;
    padding: clamp(164px, 20vw, 212px) 0 clamp(190px, 22vw, 240px);
  }

  html.is-tablet-work-ui .contact-desktop-left,
  html.is-tablet-work-ui .contact-desktop-right,
  html.is-tablet-work-ui .contact-copy,
  html.is-tablet-work-ui .contact-right {
    display: block;
    width: 100%;
    max-width: none;
    min-width: 0;
    padding: 0;
  }

  html.is-tablet-work-ui .contact-kicker,
  html.is-tablet-work-ui .contact-intro,
  html.is-tablet-work-ui .contact-lanyard-block {
    display: none !important;
  }

  html.is-tablet-work-ui .contact-title {
    display: block;
    width: 100%;
    max-width: 11.5ch;
    margin: 0;
    color: #050505;
    text-transform: uppercase;
  }

  html.is-tablet-work-ui .contact-title-main,
  html.is-tablet-work-ui .contact-title-italic,
  html.is-tablet-work-ui .contact-title-accent-line {
    display: block;
    margin: 0;
    font-family: var(--font-display), "Inter Tight", sans-serif;
    font-size: clamp(70px, 10vw, 110px);
    font-style: normal;
    font-weight: 430;
    letter-spacing: -0.07em;
    line-height: 0.9;
  }

  html.is-tablet-work-ui .contact-title-accent-line:first-child {
    margin-left: 0;
  }

  html.is-tablet-work-ui .contact-desktop-right {
    margin-top: clamp(66px, 8vw, 92px);
  }

  html.is-tablet-work-ui .contact-info {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(42px, 9vw, 100px);
    row-gap: 0;
    border-top: 1px solid rgba(5, 5, 5, 0.7);
  }

  html.is-tablet-work-ui .contact-row {
    display: block;
    min-height: clamp(122px, 14.7vw, 162px);
    padding: clamp(52px, 6.4vw, 70px) 0 0;
    border: 0;
  }

  html.is-tablet-work-ui .contact-row:nth-child(5) {
    display: none;
  }

  html.is-tablet-work-ui .contact-label {
    display: block;
    margin: 0 0 clamp(16px, 2vw, 22px);
    color: #111;
    font-size: clamp(13px, 1.55vw, 17px);
    font-weight: 550;
    letter-spacing: -0.02em;
    text-transform: uppercase;
  }

  html.is-tablet-work-ui .contact-value {
    display: block;
    color: #111;
    font-size: clamp(24px, 3.15vw, 36px);
    font-weight: 430;
    letter-spacing: -0.05em;
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  html.is-tablet-work-ui .contact-value a {
    text-decoration: none;
  }

  html.is-tablet-work-ui .tablet-contact-cta {
    width: fit-content;
    min-width: clamp(200px, 25vw, 276px);
    margin-top: clamp(42px, 5.2vw, 58px);
    padding: clamp(14px, 1.7vw, 19px) clamp(28px, 3.5vw, 38px);
    border: 1px solid #111;
    border-radius: 999px;
    color: #111;
    font-size: clamp(15px, 1.75vw, 20px);
    letter-spacing: -0.035em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
  }

  html.is-tablet-work-ui .tablet-page-wordmark--contact {
    bottom: clamp(38px, 4.6vw, 54px);
    width: min(84vw, 930px);
  }
}

@media
  (min-width: 1024px)
  and (max-width: 1366px)
  and (orientation: landscape) {
  html.is-tablet-work-ui .site-shell.is-work-view {
    --tablet-work-height: max(100svh, 900px);
    --tablet-card-width: min(52vw, 620px);
    --tablet-card-top: 188px;
    --tablet-gallery-height: calc(
      var(--tablet-card-top) + var(--tablet-card-height) + 126px
    );
    --tablet-wordmark-width: min(62vw, 760px);
    --tablet-wordmark-gap: 42px;
    --desktop-project-adjacent-offset: 60vw;
  }

  html.is-tablet-work-ui .site-header,
  html.is-tablet-work-ui .desktop-top-layer {
    height: 150px;
  }

  html.is-tablet-work-ui .site-brand,
  html.is-tablet-work-ui .site-shell.is-work-view .site-brand {
    top: 34px;
    left: 38px;
  }

  html.is-tablet-work-ui .site-header .primary-nav,
  html.is-tablet-work-ui .site-shell.is-work-view .site-header .primary-nav {
    top: 28px;
    right: 34px;
  }

  html.is-tablet-work-ui .site-header .desktop-view-toggle,
  html.is-tablet-work-ui .site-shell.is-work-view .desktop-view-toggle {
    top: 38px;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .site-header
    .work-category-slot {
    top: 105px;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view::before {
    top: 148px;
    height: 40px;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .work-stage.is-unified-slider-view
    .work-wordmark--slider {
    width: min(62vw, 760px);
  }

  html.is-tablet-work-ui .tablet-project-list {
    padding-top: 148px;
    padding-bottom: 94px;
  }

  html.is-tablet-work-ui .tablet-project-list__row {
    min-height: 124px;
    grid-template-columns: min(25vw, 270px) minmax(0, 1fr) 92px;
  }

  html.is-tablet-work-ui .tablet-project-list__copy strong {
    font-size: clamp(30px, 3.4vw, 42px);
  }

  html.is-tablet-work-ui .about-section,
  html.is-tablet-work-ui .contact-section {
    height: max(100svh, 980px);
    min-height: max(100svh, 980px);
  }

  html.is-tablet-work-ui .about-main,
  html.is-tablet-work-ui .contact-hero,
  html.is-tablet-work-ui .contact-desktop-layout {
    padding-top: 150px;
  }

  html.is-tablet-work-ui .about-section .about-title,
  html.is-tablet-work-ui .about-section .about-hero-title {
    max-width: 15ch;
    font-size: clamp(64px, 6.6vw, 84px);
  }

  html.is-tablet-work-ui .about-description {
    width: 38vw;
    margin-top: 44px;
    font-size: clamp(28px, 3.25vw, 40px);
  }

  html.is-tablet-work-ui .about-hero-visual {
    top: 306px;
    width: 48vw;
    height: 330px;
  }

  html.is-tablet-work-ui .about-services.flowing-services {
    top: 660px;
    bottom: auto;
  }

  html.is-tablet-work-ui .about-services .flowing-menu {
    height: 196px;
  }

  html.is-tablet-work-ui .about-services .flowing-menu__item-link {
    min-height: 60px;
  }

  html.is-tablet-work-ui .about-services .flowing-menu__item-text {
    font-size: clamp(25px, 2.75vw, 34px);
  }

  html.is-tablet-work-ui .contact-title-main,
  html.is-tablet-work-ui .contact-title-italic,
  html.is-tablet-work-ui .contact-title-accent-line {
    font-size: clamp(64px, 7vw, 86px);
  }

  html.is-tablet-work-ui .contact-desktop-right {
    margin-top: 52px;
  }

  html.is-tablet-work-ui .contact-row {
    min-height: 112px;
    padding-top: 40px;
  }

  html.is-tablet-work-ui .tablet-page-wordmark--about,
  html.is-tablet-work-ui .tablet-page-wordmark--contact {
    bottom: 28px;
  }
}

/*
 * 744–767px is a real tablet band for compact iPad/Samsung portrait sizes.
 * The phone header uses !important collision guards in this range, so reset
 * only those flow properties after the shared tablet rules.
 */
@media (min-width: 744px) and (max-width: 767px) {
  html.is-tablet-work-ui .site-header.mobile-top-chrome,
  html.is-tablet-work-ui
    .site-shell.is-work-view
    .site-header.mobile-top-chrome,
  html.is-tablet-work-ui
    .site-shell.is-list-view
    .site-header.mobile-top-chrome,
  html.is-tablet-work-ui
    .site-shell.is-about-view
    .site-header.mobile-top-chrome,
  html.is-tablet-work-ui
    .site-shell.is-contact-view
    .site-header.mobile-top-chrome {
    position: fixed !important;
    inset: 0 0 auto !important;
    display: block !important;
    width: 100% !important;
    height: clamp(148px, 18.5vw, 188px) !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    transform: none !important;
  }

  html.is-tablet-work-ui
    .site-header.mobile-top-chrome
    .studio-lockup.site-brand {
    position: fixed !important;
    top: clamp(34px, 4.55vw, 52px) !important;
    right: auto !important;
    bottom: auto !important;
    left: clamp(28px, 3.85vw, 48px) !important;
    display: block !important;
    width: auto !important;
    max-width: none !important;
    overflow: visible !important;
    font-size: 0 !important;
    transform: none !important;
  }

  html.is-tablet-work-ui
    .site-header.mobile-top-chrome
    .studio-lockup.site-brand
    > span:first-child {
    display: block !important;
    margin: 0 !important;
    overflow: visible !important;
    font-family: "Instrument Serif", Didot, "Bodoni MT", "Times New Roman", serif !important;
    font-size: clamp(17px, 1.9vw, 22px) !important;
    font-weight: 400 !important;
    letter-spacing: -0.045em !important;
    line-height: 1 !important;
    text-overflow: clip !important;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .site-header.mobile-top-chrome
    .primary-nav,
  html.is-tablet-work-ui
    .site-shell.is-about-view
    .site-header.mobile-top-chrome
    .primary-nav,
  html.is-tablet-work-ui
    .site-shell.is-contact-view
    .site-header.mobile-top-chrome
    .primary-nav {
    position: fixed !important;
    top: clamp(28px, 3.55vw, 42px) !important;
    right: clamp(26px, 3.55vw, 44px) !important;
    bottom: auto !important;
    left: auto !important;
    display: flex !important;
    width: clamp(230px, 27vw, 286px) !important;
    max-width: none !important;
    height: auto !important;
    margin: 0 !important;
    transform: none !important;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .site-header.mobile-top-chrome
    .desktop-view-toggle {
    position: fixed !important;
    top: clamp(38px, 4.75vw, 56px) !important;
    right: auto !important;
    bottom: auto !important;
    left: 50% !important;
    display: grid !important;
    width: clamp(154px, 18vw, 192px) !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0 !important;
    margin: 0 !important;
    transform: translateX(-50%) !important;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .site-header.mobile-top-chrome
    .work-category-slot {
    position: fixed !important;
    top: clamp(102px, 12.35vw, 132px) !important;
    right: auto !important;
    bottom: auto !important;
    left: 50% !important;
    display: flex !important;
    width: clamp(248px, 31vw, 332px) !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    transform: translateX(-50%) !important;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .site-header.mobile-top-chrome
    .desktop-category-system {
    display: block !important;
  }

  html.is-tablet-work-ui
    .site-shell.is-work-view
    .site-header.mobile-top-chrome
    .mobile-category-system {
    display: none !important;
  }
}

.liquid-background {
  position: fixed;
  z-index: 0;
  inset: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  opacity: 0.42;
  pointer-events: none;
}

.liquid-ether-container,
.liquid-ether-canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.liquid-ether-canvas {
  pointer-events: none;
}

.site-content {
  position: relative;
  z-index: 1;
}

@media (prefers-reduced-motion: reduce), (max-width: 640px) {
  .liquid-background {
    display: none;
  }
}

.flowing-services {
  border-top: 0;
}

.flowing-services__header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(12px, 1.7vh, 18px);
  color: rgba(5, 5, 5, 0.48);
  font-size: clamp(9px, 0.66vw, 11px);
  font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 1;
  text-transform: uppercase;
}

.flowing-menu {
  --flowing-menu-bg: transparent;
  --flowing-menu-text: #050505;
  --flowing-menu-marquee-bg: #0f0f0f;
  --flowing-menu-marquee-text: #f4f1ea;
  --flowing-menu-border: rgba(5, 5, 5, 0.18);
  --flowing-menu-enter-y: 102%;
  --flowing-menu-shift: 280px;
  --flowing-menu-speed: 14s;
  position: relative;
  width: 100%;
  border-top: 1px solid var(--flowing-menu-border);
  background: var(--flowing-menu-bg);
  color: var(--flowing-menu-text);
  isolation: isolate;
}

.flowing-menu__item {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--flowing-menu-border);
  background: transparent;
  isolation: isolate;
}

.flowing-menu__item-link {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  min-height: clamp(58px, 6.4vw, 88px);
  grid-template-columns: clamp(42px, 5vw, 70px) minmax(0, 1fr);
  gap: clamp(12px, 1.8vw, 26px);
  align-items: center;
  color: inherit;
  text-align: left;
}

.flowing-menu__item-index {
  align-self: center;
  color: rgba(5, 5, 5, 0.54);
  font-size: clamp(10px, 0.72vw, 13px);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.03em;
}

.flowing-menu__item-text {
  overflow: hidden;
  font-size: clamp(24px, 2.35vw, 40px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.95;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.flowing-menu__marquee {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--flowing-menu-marquee-bg);
  color: var(--flowing-menu-marquee-text);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, var(--flowing-menu-enter-y), 0);
  transition:
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 120ms ease;
  will-change: transform, opacity;
}

.flowing-menu__item.is-flowing-active .flowing-menu__marquee {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.flowing-menu__marquee-inner {
  display: flex;
  width: max-content;
  align-items: center;
  will-change: transform;
}

.flowing-menu__item.is-flowing-active:not(.is-flowing-gsap) .flowing-menu__marquee-inner {
  animation: flowing-menu-marquee var(--flowing-menu-speed) linear infinite;
}

.flowing-menu__marquee-part {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: clamp(18px, 2vw, 34px);
  padding-right: clamp(24px, 3vw, 54px);
  white-space: nowrap;
}

.flowing-menu__marquee-part img {
  display: block;
  width: clamp(140px, 15vw, 230px);
  height: clamp(46px, 5.7vw, 72px);
  border-radius: 999px;
  object-fit: cover;
  object-position: center center;
}

.flowing-menu__marquee-part span {
  font-size: clamp(24px, 2.35vw, 40px);
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 0.95;
}

.about-services.flowing-services {
  max-width: min(520px, 100%);
  border-top: 0;
}

.about-services .flowing-menu__item-link {
  min-height: clamp(50px, 5.6vh, 70px);
}

.about-services .flowing-menu__item-text,
.about-services .flowing-menu__marquee-part span {
  font-size: clamp(20px, 1.76vw, 32px);
}

.about-services .flowing-menu__marquee-part img {
  width: clamp(120px, 12vw, 190px);
  height: clamp(40px, 4.7vw, 62px);
}

@keyframes flowing-menu-marquee {
  to {
    transform: translate3d(calc(var(--flowing-menu-shift) * -1), 0, 0);
  }
}

@media (hover: none), (pointer: coarse) {
  .flowing-menu__marquee {
    display: none;
  }
}

@media (max-width: 720px) {
  .about-services .flowing-menu__item-link {
    min-height: 46px;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
  }

  .about-services .flowing-menu__item-text {
    font-size: 17px;
    letter-spacing: -0.05em;
  }

  .about-services .flowing-menu__item-index {
    color: rgba(0, 0, 0, 0.42);
    font-size: 11px;
  }

  .flowing-services__header {
    gap: 18px;
    font-size: 10px;
    letter-spacing: 0.12em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .flowing-menu__marquee,
  .flowing-menu__marquee-inner {
    animation: none !important;
    transition: none !important;
  }
}

.site-preloader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.9), rgba(247, 245, 239, 0.96) 52%, #f7f5ef 100%);
  color: #050505;
  pointer-events: all;
  transition:
    opacity 0.36s cubic-bezier(0.76, 0, 0.24, 1),
    visibility 0.36s cubic-bezier(0.76, 0, 0.24, 1);
}

.site-preloader.is-exiting {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.site-preloader__desktop,
.site-preloader__mobile {
  position: absolute;
  inset: 0;
}

.site-preloader__desktop {
  display: none;
}

.site-preloader__mobile {
  display: block;
}

.site-preloader__mobile-logo-wrap {
  position: absolute;
  top: 42%;
  left: 50%;
  display: flex;
  width: min(68vw, 310px);
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}

.site-preloader__mobile-logo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  opacity: 0;
  transform: translateY(12px) scale(0.96);
  animation: mobileLoaderLogoIn 0.9s cubic-bezier(0.76, 0, 0.24, 1) 0.12s forwards;
}

.site-preloader__mobile-progress-wrap {
  position: absolute;
  bottom: clamp(86px, 12vh, 128px);
  left: 50%;
  display: grid;
  width: min(70vw, 330px);
  justify-items: center;
  transform: translateX(-50%);
}

.site-preloader__mobile-track {
  position: relative;
  width: 100%;
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.16);
}

.site-preloader__mobile-fill,
.site-preloader__desktop-fill {
  position: absolute;
  inset: 0;
  transform: scaleX(calc(1 / 23));
  transform-origin: left center;
  border-radius: inherit;
  background: #050505;
  transition: transform 0.38s cubic-bezier(0.76, 0, 0.24, 1);
}

.site-preloader__mobile-label,
.site-preloader__mobile-count {
  font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
  color: rgba(0, 0, 0, 0.72);
}

.site-preloader__mobile-label {
  margin: 28px 0 0;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.site-preloader__mobile-count {
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.18em;
}

.site-preloader.is-exiting .site-preloader__mobile-logo {
  opacity: 0;
  transform: translateY(-10px) scale(0.98);
}

.site-preloader.is-exiting .site-preloader__mobile-progress-wrap {
  opacity: 0;
  transform: translateX(-50%) translateY(12px);
  transition:
    opacity 0.48s ease,
    transform 0.48s cubic-bezier(0.76, 0, 0.24, 1);
}

@media (min-width: 768px) {
  .site-preloader {
    display: none;
    pointer-events: none;
  }

  .site-preloader__mobile {
    display: none;
  }

  .site-preloader__desktop {
    display: none;
  }

  .site-preloader__desktop-mark {
    position: absolute;
    top: 30%;
    left: 50%;
    width: clamp(54px, 5.2vw, 92px);
    height: auto;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation: desktopLoaderMarkIn 0.9s cubic-bezier(0.76, 0, 0.24, 1) 0.1s forwards;
  }

  .site-preloader__desktop-logo {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .site-preloader__desktop-brand {
    position: absolute;
    top: 45%;
    left: 50%;
    width: min(80vw, 980px);
    text-align: center;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation: desktopLoaderBrandIn 1s cubic-bezier(0.76, 0, 0.24, 1) 0.22s forwards;
  }

  .site-preloader__desktop-title {
    margin: 0;
    font-family: var(--font-display), "Inter Tight", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(72px, 8vw, 150px);
    line-height: 0.95;
    font-weight: 430;
    letter-spacing: -0.065em;
    color: #050505;
  }

  .site-preloader__desktop-subtitle {
    margin: clamp(22px, 2.2vw, 36px) 0 0;
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(13px, 1vw, 18px);
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.48);
  }

  .site-preloader__desktop-progress {
    position: absolute;
    top: 66%;
    left: 50%;
    display: grid;
    width: min(68vw, 900px);
    justify-items: center;
    opacity: 0;
    transform: translateX(-50%);
    animation: desktopLoaderProgressIn 0.9s cubic-bezier(0.76, 0, 0.24, 1) 0.36s forwards;
  }

  .site-preloader__desktop-track {
    position: relative;
    width: 100%;
    height: 2px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.14);
  }

  .site-preloader__desktop-count {
    margin: clamp(24px, 2.5vw, 42px) 0 0;
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(14px, 1.15vw, 20px);
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.24em;
    color: rgba(0, 0, 0, 0.72);
  }

  .site-preloader__desktop-corner {
    position: absolute;
    bottom: clamp(28px, 3.2vw, 56px);
    margin: 0;
    font-family: var(--font-body), "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(10px, 0.75vw, 13px);
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.42);
  }

  .site-preloader__desktop-corner--left {
    left: clamp(28px, 4vw, 72px);
  }

  .site-preloader__desktop-corner--right {
    right: clamp(28px, 4vw, 72px);
  }

  .site-preloader.is-exiting .site-preloader__desktop-mark {
    opacity: 0;
    transform: translate(-50%, calc(-50% - 12px));
    transition:
      opacity 0.45s ease,
      transform 0.45s cubic-bezier(0.76, 0, 0.24, 1);
  }

  .site-preloader.is-exiting .site-preloader__desktop-brand {
    opacity: 0;
    transform: translate(-50%, calc(-50% - 16px));
    transition:
      opacity 0.5s ease,
      transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  }

  .site-preloader.is-exiting .site-preloader__desktop-progress {
    opacity: 0;
    transform: translateX(-50%) translateY(16px);
    transition:
      opacity 0.45s ease,
      transform 0.45s cubic-bezier(0.76, 0, 0.24, 1);
  }
}

@media (max-width: 390px) {
  .site-preloader__mobile-logo-wrap {
    top: 41%;
    width: min(72vw, 280px);
  }

  .site-preloader__mobile-progress-wrap {
    bottom: 88px;
    width: min(74vw, 300px);
  }

  .site-preloader__mobile-label {
    font-size: 11px;
  }

  .site-preloader__mobile-count {
    font-size: 15px;
  }
}

#app.site-is-loading {
  opacity: 0;
}

#app.site-is-ready {
  opacity: 1;
  transition: opacity 0.28s ease;
}

@media (prefers-reduced-motion: reduce) {
  #app.site-is-ready {
    transition: none;
  }
}

@keyframes mobileLoaderLogoIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes desktopLoaderMarkIn {
  from {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 10px)) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes desktopLoaderBrandIn {
  from {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 16px));
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@keyframes desktopLoaderProgressIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-preloader,
  .site-preloader *,
  .site-is-ready {
    animation: none !important;
    transition: none !important;
  }

  .site-preloader__mobile-logo {
    opacity: 1;
    transform: none;
  }

  .site-preloader__desktop-mark {
    opacity: 1;
    transform: translate(-50%, -50%);
  }

  .site-preloader__desktop-brand {
    opacity: 1;
    transform: translate(-50%, -50%);
  }

  .site-preloader__desktop-progress {
    opacity: 1;
    transform: translateX(-50%);
  }

  .site-preloader__mobile-progress-wrap {
    transform: translateX(-50%);
  }
}

.site-stage {
  min-height: 100svh;
}

.stage-enter {
  animation: stage-enter 450ms ease-out both;
}

.project-frame {
  animation: none;
}

.big-wordmark {
  animation: wordmark-in 1050ms 150ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.project-poster {
  position: absolute;
  inset: 0;
}

.project-video {
  position: relative;
  z-index: 2;
}

.project-video.is-unavailable {
  display: none;
}

.project-info {
  animation: info-enter 500ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.project-overlay {
  animation: overlay-enter 700ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.project-overlay.is-closing {
  animation: overlay-exit 420ms cubic-bezier(0.55, 0, 1, 0.45) both;
}

.work-stage.is-shared-transition-target.stage-enter,
.work-stage.is-shared-transition-target .big-wordmark {
  animation: none !important;
}

.floating-preview {
  opacity: 0;
  transform: translateY(24px) scale(0.72);
  transform-origin: center;
  transition:
    opacity 180ms ease,
    transform 340ms cubic-bezier(0.22, 1, 0.36, 1);
}

.floating-preview.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.floating-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.category-filter button.is-active .category-mark {
  display: block;
}

.category-filter button:not(.is-active) .category-mark {
  display: none;
}

@keyframes stage-enter {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scatter-in {
  from {
    opacity: 0;
    transform: translateY(var(--scatter, 60px)) scale(0.68);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes wordmark-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes overlay-enter {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes overlay-exit {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100%);
  }
}

@keyframes info-enter {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .stage-enter,
  .project-frame,
  .big-wordmark,
  .project-info,
  .project-overlay,
  .project-overlay.is-closing {
    animation: none;
  }
}
