@font-face {
  font-family: "ABC Maxi Round";
  src: url("1. File to send/Font/ABCMaxiRoundEdu-Regular copy.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "ABC Social";
  src: url("1. File to send/Font/ABCSocialVariableEdu-Regular copy.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "ABC Social Headings";
  src:
    local("ABCSocialCyrillicExtended-Bold-Trial"),
    local("ABC Social Cyr Extended Bold Trial"),
    url("1. File to send/Font/ABCSocial-Bold-Trial.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "ABC Dinamo";
  src:
    local("ABC Dinamo"),
    local("ABC Dinamo Regular"),
    local("ABCDinamo-Regular");
  font-display: swap;
}

:root {
  --pink: #cef59b;
  --ink: #050505;
  --paper: #fff;
  --muted: #d8d3c8;
  --edge: 48px;
  --gutter: 14px;
  --about-intro-offset: -8px;
  --max: 1500px;
  --site-grid: repeat(8, minmax(0, 1fr));
  --nav-offset: 92px;
}

html.site-loading,
html.site-loading body {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

::selection {
  background: #cef59b;
}

::-moz-selection {
  background: #cef59b;
}

body {
  margin: 0;
  padding-top: var(--nav-offset);
  color: var(--ink);
  background: var(--paper);
  font-family: "ABC Social";
  line-height: 1;
  overflow-x: hidden;
}

body.is-nav-open {
  overflow: hidden;
}

body.is-dragging-model,
body.is-dragging-model * {
  -webkit-user-select: none;
  user-select: none;
}

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

img,
video {
  display: block;
  max-width: 100%;
  -webkit-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
}

.site-loader,
.wordmark,
.tiny-mark,
.section-title,
.tagline,
.pill-nav,
.nav-logo,
.nav-main,
.work-card h3,
.catalog-card h2,
.catalog-card .tagline,
.more-work-card h3,
.project-meta,
.project-page h1,
.project-page .tagline {
  user-select: none;
  -webkit-user-select: none;
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 28px;
  background: var(--paper);
  opacity: 1;
  transition: opacity 420ms ease;
}

.site-loader.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.site-loader.is-landing-transition {
  background: var(--paper);
  transition: none;
}

.site-loader.is-landing-transition.is-hidden {
  opacity: 0;
  transition: opacity 420ms ease;
}

.site-loader-wordmark {
  --loader-wordmark-height: clamp(90px, 7vw, 120px);
  width: max-content;
  max-width: 70%;
  display: flex;
  align-items: end;
  justify-content: left;
  gap: calc(var(--loader-wordmark-height) * 0.22);
  font-size: 0;
}

.site-loader-name {
  display: flex;
  min-width: 0;
  align-items: flex-end;
  justify-content: center;
  height: var(--loader-wordmark-height);
}

.site-loader-name img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.site-loader-slot {
  position: relative;
  display: inline-flex;
  height: 100%;
  align-items: flex-end;
  isolation: isolate;
  flex: 0 0 auto;
}

.site-loader-layer {
  width: auto;
  height: 60%;
  object-fit: contain;
  object-position: bottom;
  display: none;
  align-self: flex-end;
  transform-origin: bottom center;
}

.site-loader-slot[data-state="base"] .state-base,
.site-loader-slot[data-state="door"] .state-door,
.site-loader-slot[data-state="phone"] .state-phone,
.site-loader-slot[data-state="star"] .state-star,
.site-loader-slot[data-state="sign"] .state-sign,
.site-loader-slot[data-state="block"] .state-block,
.site-loader-slot[data-state="plate"] .state-plate {
  display: block;
}

.site-loader .letter-k,
.site-loader .letter-t,
.site-loader .letter-k-alt {
  height: 100% !important;
  align-self: flex-end;
}

.site-loader .letter-k {
  margin-right: calc(var(--loader-wordmark-height) * -0.07);
}

.site-loader .letter-r {
  height: 73% !important;
  align-self: flex-end;
}

.site-loader .letter-e {
  height: 73% !important;
  align-self: flex-end;
}

.site-loader .letter-t {
  margin-left: calc(var(--loader-wordmark-height) * -0.015);
  margin-right: calc(var(--loader-wordmark-height) * -0.035);
}

.site-loader .letter-k-alt {
  margin-left: calc(var(--loader-wordmark-height) * -0.03);
}

.site-loader .letter-a-door,
.site-loader .letter-a-plain,
.site-loader .letter-u-plate {
  height: 100%;
  align-self: flex-end;
}

.site-loader .letter-a-door {
  width: calc(var(--loader-wordmark-height) * 0.3607);
  margin-left: calc(var(--loader-wordmark-height) * -0.02);
  margin-right: calc(var(--loader-wordmark-height) * -0.01);
}

.site-loader .letter-a-plain {
  width: calc(var(--loader-wordmark-height) * 0.3607);
  margin-left: 0;
}

.site-loader .letter-u-plate {
  width: calc(var(--loader-wordmark-height) * 0.2894);
  margin-left: 0;
  margin-right: calc(var(--loader-wordmark-height) * 0.0698);
}

.site-loader .site-loader-slot-u2 {
  height: 100%;
  align-self: flex-end;
}

.site-loader .site-loader-slot .site-loader-layer {
  width: auto;
  height: 100%;
}

.site-loader .state-door {
  height: 200% !important;
  transform: none;
}

.site-loader .state-phone {
  transform: translateX(-0.4em);
}

.site-loader .state-star {
  height: 132% !important;
  bottom: 14%;
  transform-origin: left bottom;
  transform: none;
}

.site-loader .wordmark-slot-k3 .state-alt,
.site-loader .state-k {
  width: auto !important;
  max-width: none;
  height: 146% !important;
  transform: none;
}

.site-loader .state-sign {
  width: auto !important;
  max-width: none;
  height: 100% !important;
  transform: none;
}

.site-loader .state-block {
  width: auto !important;
  max-width: none;
  height: 100% !important;
  transform: none;
}

.site-loader .state-plate {
  transform: scale(1.04);
}

@media (max-width: 980px) {
  .site-loader-wordmark {
    grid-template-columns: 1fr;
    row-gap: 54px;
  }

  .site-loader-name {
    height: clamp(92px, 22vw, 180px);
  }
}

.pill-nav {
  position: fixed;
  z-index: 25;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: var(--site-grid);
  column-gap: var(--gutter);
  align-items: center;
  padding: 18px var(--edge);
  background: var(--paper);
  transform: none;
}

.pill-nav a,
.nav-main {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}

.nav-logo {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  grid-column: 1 / span 2;
  padding: 0;
  border: 0;
  font-family: "ABC Social";
  font-size: 24px;
  font-weight: 350;
  font-variation-settings: "wght" 350;
  line-height: 1;
}

.nav-logo span {
  display: inline;
}

.nav-main {
  display: flex;
  align-items: center;
  gap: 18px;
  grid-column: 7 / 8;
  justify-self: start;
  padding: 0;
}

.pill-nav a {
  position: relative;
  display: inline-block;
}

.pill-nav a:not(.nav-logo) {
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  text-align: center;
  font-family: "ABC Social";
  font-size: 24px;
  font-weight: 350;
  font-variation-settings: "wght" 350;
  line-height: 1;
}

.pill-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1.8px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 180ms ease;
}

.pill-nav a:hover::after,
.pill-nav a:focus-visible::after,
.pill-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.nav-main a {
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.nav-connect {
  grid-column: 8 / -1;
  justify-self: end;
}

.nav-toggle {
  display: none;
}

.nav-logo[aria-current="page"],
.nav-main a[aria-current="page"],
.nav-connect[aria-current="page"] {
  border-color: transparent;
}

.hero {
  --landing-mark-gap: 168px;
  --landing-intro-gap: 22px;
  min-height: calc(100vh - var(--nav-offset) - 120px);
  width: 100%;
  margin: 0;
  padding: clamp(28px, 4vw, 76px) var(--edge) 0;
  display: grid;
  grid-template-rows: auto auto auto;
  align-items: start;
  min-width: 0;
}

.tiny-mark {
  position: fixed;
  top: calc(var(--nav-offset) / 2 - 12px);
  left: var(--edge);
  z-index: 26;
  justify-self: start;
  width: 144px;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  font-family: "ABC Maxi Round";
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
  transform: translateY(-50%);
  background: var(--paper);
}

.tiny-mark span {
  height: 16px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  margin: -1px 0 0 -1px;
  background: var(--paper);
}

.wordmark {
  --landing-wordmark-height: clamp(300px, 24vw, 410px);
  margin: 0 auto;
  width: max-content;
  max-width: none;
  min-width: 0;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: calc(var(--landing-wordmark-height) * 0.22);
  font-size: 0;
  transform: translateY(102px);
}

html.site-loading-home .wordmark {
  opacity: 0;
}

html.site-loading-home.site-loader-landed .wordmark {
  opacity: 1;
}

.name {
  display: flex;
  min-width: 0;
  align-items: flex-end;
  justify-content: center;
  height: var(--landing-wordmark-height);
}

.name img {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

.letter-k {
  height: 100% !important;
  margin-right: calc(var(--landing-wordmark-height) * -0.07);
}

.letter-k-primary {
  height: 100% !important;
  margin-right: calc(var(--landing-wordmark-height) * -0.07);
}

.letter-t {
  height: 100% !important;
  margin-left: calc(var(--landing-wordmark-height) * -0.015);
  margin-right: calc(var(--landing-wordmark-height) * -0.035);
}

.letter-r {
  height: 73% !important;
  align-self: flex-end;
}

.letter-e {
  height: 73% !important;
  align-self: flex-end;
}

.letter-k-alt {
  height: 100% !important;
  margin-left: calc(var(--landing-wordmark-height) * -0.03);
}

.letter-wrap {
  position: relative;
  display: inline-flex;
  height: 73%;
  align-items: flex-end;
  align-self: flex-end;
  flex: 0 0 auto;
}

.wordmark-slot {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-start;
  isolation: isolate;
  flex: 0 0 auto;
  overflow: visible;
  transition: width 120ms ease;
}

.wordmark-slot .wordmark-layer {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
  will-change: opacity, transform;
  transition: transform 120ms ease;
}

.wordmark-slot .state-base {
  position: relative;
  opacity: 1;
  display: block;
}

.wordmark-slot .state-alt {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
}

.wordmark-slot:hover .state-base,
.wordmark-slot.is-hovering .state-base {
  opacity: 0;
}

.wordmark-slot:hover .state-alt,
.wordmark-slot.is-hovering .state-alt {
  opacity: 1;
}

.letter-a-door {
  width: auto;
  margin-left: calc(var(--landing-wordmark-height) * -0.02);
  margin-right: calc(var(--landing-wordmark-height) * -0.01);
}

.letter-a-plain {
  width: auto;
  margin-left: 0;
}

.letter-a-plain > img:first-child,
.letter-a-door > img:first-child,
.letter-u-plate > img:first-child {
  width: auto;
  height: 100%;
}

.object {
  position: absolute;
  pointer-events: none;
  object-fit: contain;
  object-position: bottom;
  transform-origin: bottom center;
}

.object-door {
  left: 0;
  bottom: 0;
  width: auto;
  height: 100% !important;
  transform: scale(1.06);
  z-index: 2;
}

.letter-u-plate {
  width: auto;
  margin-left: 0;
  margin-right: clamp(26px, 0.25vw, 6px);
}

.wordmark-slot-t1,
.wordmark-slot-t2 {
  height: 100%;
  align-self: flex-end;
  z-index: 1;
}

.wordmark-slot-a1,
.wordmark-slot-a2,
.wordmark-slot-r2 {
  z-index: 1;
}

.wordmark-slot-a1:hover,
.wordmark-slot-a1.is-hovering,
.wordmark-slot-r2:hover,
.wordmark-slot-r2.is-hovering,
.wordmark-slot-t2:hover,
.wordmark-slot-k1:hover,
.wordmark-slot-e1:hover,
.wordmark-slot-k3:hover,
.wordmark-slot:hover,
.wordmark-slot.is-hovering {
  z-index: 10;
}

.wordmark-slot-u2:hover,
.wordmark-slot-u2.is-hovering {
  z-index: 8;
}

.wordmark-slot-a2:hover,
.wordmark-slot-a2.is-hovering {
  z-index: 40;
}

.wordmark-slot-a1:hover,
.wordmark-slot-a1.is-hovering {
  z-index: 24;
}

.wordmark-slot-r2:hover,
.wordmark-slot-r2.is-hovering {
  z-index: 20;
}

.wordmark-slot-t1:hover,
.wordmark-slot-t1.is-hovering,
.wordmark-slot-t2:hover,
.wordmark-slot-t2.is-hovering {
  z-index: 30;
}


.wordmark-slot-e1,
.wordmark-slot-r2 {
  height: 73%;
  align-self: flex-end;
}

.wordmark-slot-a1 .state-alt {
  width: auto;
  height: 102%;
  transform: none;
}

.wordmark-slot-a1 {
  width: calc(var(--landing-wordmark-height) * 0.3607);
}

.wordmark-slot-a2 .state-alt {
  width: auto;
  max-width: none;
  height: 100%;
  left: -40%;
  bottom: -2%;
  transform-origin: left bottom;
  transform: none;
}

.wordmark-slot-t1 .state-alt {
  width: auto;
  max-width: none;
  height: 80%;
  left: -45%;
  object-fit: contain;
  transform: none;
}
.wordmark-slot-t2 .state-alt {
  width: auto;
  max-width: none;
  height:101%;
  left: 6%;
  z-index: 5;
  object-fit: contain;
  transform: none;
}
.wordmark-slot-e1 .state-alt {
  transform: translateX(-0.4em);
}

.wordmark-slot-r2 .state-alt {
  width: auto;
  max-width: none;
  height: 101%;
  left: -26%;
  bottom: 0;
  z-index: 3;
  transform-origin: left bottom;
  transform: none;
}

.wordmark-slot-k1 .state-alt {
  width: auto;
  max-width: none;
  height: 101%;
  left: -15%;
  bottom: -1%;
  transform: none;
}

.wordmark-slot-k2 .state-alt {
  width: auto;
  max-width: none;
  height: 101%;
  left: -8%;
  bottom: -1%;
  transform: none;
}

.wordmark-slot-u2 .state-alt {
  width: auto;
  max-width: none;
  height: 101%;
  left: -1%;
  bottom: 0;
  transform-origin: left bottom;
  transform: none;
}

.wordmark-slot-k3 .state-alt {
  width: auto;
  max-width: none;
  height: 100%;
  left: -10%;
  bottom: 0;
  transform: none;
}

.object-plate {
  left: 0;
  bottom: 0;
  width: auto;
  height: 100% !important;
  transform: scale(1.04);
  z-index: 2;
}

.intro {
  margin: var(--landing-intro-gap) auto 0;
  width: min(100%, 860px);
  max-width: 860px;
  text-align: center;
  font-family: "ABC Social";
  font-size: 24px;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  line-height: 1;
  text-transform: uppercase;
  transform: translateY(72px);
}

.mobile-break {
  display: none;
}

.works {
  width: 100%;
  margin: 0;
  padding: 43px var(--edge) 42px;
  overflow: hidden;
}

.section-title {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 16px;
}

.section-title h2 {
  margin: 0;
  font-family: "ABC Maxi Round";
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
}

.section-title span {
  font-size: clamp(19px, 1.7vw, 36px);
}

.work-rail {
  --rail-edge-space: var(--edge);
  display: flex;
  gap: 12px;
  align-items: start;
  overflow-x: auto;
  overflow-y: hidden;
  padding-left: var(--rail-edge-space);
  padding-right: var(--rail-edge-space);
  padding-bottom: 10px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  scroll-padding-left: var(--rail-edge-space);
  scroll-padding-right: var(--rail-edge-space);
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: default;
  transition: width 240ms ease, margin 240ms ease;
}

.works.is-bleeding .work-rail {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.work-rail::-webkit-scrollbar {
  display: none;
}

.work-card {
  flex: 0 0 min(32.5vw, 463px);
  display: flex;
  flex-direction: column;
  transition:
    flex-basis 1680ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 1680ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 1080ms ease-out;
}

.work-rail.is-hovering .work-card {
  flex-basis: min(59vw, 425px);
}

.work-card-large {
  flex-basis: min(95vw, 550px);
}

.work-rail.is-hovering .work-card.work-card-large {
  flex-basis: min(123.5vw, 490px);
}

.work-card a {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  height: auto;
  aspect-ratio: 1.55;
  border-radius: 4px;
  background: #efefef;
}

.work-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 1680ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 1860ms ease-out,
    opacity 320ms ease;
}

.work-rail:hover .work-card:not(.work-card-large) img,
.work-card:not(.work-card-large) img {
  filter: saturate(0.92);
}

.work-card:hover img {
  transform: scale(1.02);
  filter: none;
}

.work-card-soon a > span {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  font-family: "ABC Social";
  font-size: clamp(24px, 1.8vw, 32px);
  font-weight: 500;
  color: #ffffff;
  pointer-events: none;
}

.work-card h3 {
  margin: 10px 0 4px;
  font-family: "ABC Social";
  font-size: 20px;
  font-weight: 350;
  font-variation-settings: "wght" 350;
}

.tagline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px 0;
  margin: 0;
  font-family: "ABC Maxi Round";
  font-size: clamp(10px, 0.8vw, 13px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  word-spacing: 0;
}

.boxed-word {
  display: inline-flex;
  align-items: center;
}

.boxed-letter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  min-width: 15px;
  box-sizing: border-box;
  font-family: "ABC Maxi Round";
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  border: 1px solid var(--ink);
  margin-left: -1px;
  padding: 0;
}

.boxed-word.has-gap {
  margin-left: 8px;
}

.boxed-letter:first-child {
  margin-left: 0;
}

.connect {
  position: relative;
  min-height: clamp(300px, 27vw, 420px);
  margin-top: clamp(10px, 1vw, 16px);
  overflow: hidden;
  display: grid;
  place-items: center;
  isolation: isolate;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.about-page > .connect {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.connect-video {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.connect::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.2);
}

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

.site-footer {
  width: 100%;
  margin: 0;
  padding: clamp(42px, 5vw, 70px) var(--edge) 20px;
}

.site-footer nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(28px, 4vw, 70px);
  font-family: "ABC Social";
  font-size: 25px;
  font-weight: 350;
  font-variation-settings: "wght" 350;
}

.site-footer nav a:hover,
.site-footer nav a:focus-visible {
  text-decoration-line: underline;
  text-decoration-thickness: 1.6px;
  text-underline-offset: 0.1em;
  text-decoration-skip-ink: auto;
}

.footer-small {
  display: flex;
  justify-content: center;
  gap: 38px;
  margin-top: 16px;
  font-family: "ABC Social";
  font-size: 12px;
  font-weight: 500;
  font-variation-settings: normal;
}

.page-shell {
  background: var(--paper);
}

.connect-shell {
  padding-top: 0;
  overflow: hidden;
}

.connect-scroll {
  position: fixed;
  inset: var(--nav-offset) 0 0;
  display: flex;
  flex-direction: column;
  overflow: visible;
}

.about-page {
  width: 100%;
  padding: clamp(28px, 3vw, 48px) var(--edge) 0;
}

.about-intro {
  display: grid;
  grid-template-columns: var(--site-grid);
  column-gap: var(--gutter);
  row-gap: 18px;
  align-items: center;
  min-height: min(620px, 64vh);
}

.about-kicker {
  grid-column: 1 / span 1;
  justify-self: start;
  align-self: start;
  margin: 2px 0 0;
  font-family: "ABC Maxi Round";
  font-size: 36px;
  font-weight: 400;
}

.about-model {
  grid-column: 2 / span 2;
  min-height: clamp(400px, 48vw, 620px);
  display: grid;
  place-items: center;
  cursor: grab;
  overflow: visible;
}

.about-model:active {
  cursor: grabbing;
}

html.is-rotating-model,
html.is-rotating-model * {
  -webkit-user-select: none !important;
  user-select: none !important;
}

.about-model-inner {
  position: relative;
  width: min(100%, 460px);
  overflow: visible;
}

.about-figure {
  position: relative;
  display: block;
  width: 100%;
  height: clamp(420px, 48vw, 620px);
  transform: translateX(-15px);
  --progress-bar-height: 0;
  --progress-bar-color: transparent;
  background: transparent;
  pointer-events: auto;
  touch-action: none;
  user-select: none;
}

.about-figure::part(default-progress-bar) {
  display: none;
}

.inline-gif {
  display: inline-block;
  width: clamp(22px, 3vw, 98px);
  max-width: none;
  vertical-align: middle;
  pointer-events: none;
}

.inline-gif-title {
  margin-left: -0.35em;
  transform: translateY(-0.04em);
}

.about-copy {
  grid-column: 4 / span 5;
  align-self: start;
  margin-top: 28px;
  max-width: 865px;
  padding-right: clamp(44px, 6vw, 140px);
  transform: translateX(var(--about-intro-offset));
}

.about-copy h1,
.about-copy p {
  margin: 0;
  font-family: "ABC Social";
  font-size: 28px;
  font-weight: 350;
  font-variation-settings: "wght" 350;
  line-height: 1.18;
}

.about-copy p {
  margin-top: 0.8em;
}

.about-lists {
  display: grid;
  grid-template-columns: var(--site-grid);
  column-gap: var(--gutter);
  row-gap: 24px;
  margin-top: clamp(10px, 1.8vw, 24px);
  padding-left: 0;
  max-width: none;
}

.about-lists-experience {
  grid-column: 1 / span 4;
}

.about-lists-projects {
  grid-column: 5 / span 4;
  grid-row: 1;
}

.about-lists h2,
.about-lists p {
  margin: 0;
  font-family: "ABC Social";
  font-size: 18px;
  line-height: 1.14;
}

.about-lists h2 {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 350;
}

.about-lists p {
  display: inline-block;
  font-size: 18px;
  font-weight: 350;
  font-variation-settings: "wght" 350;
}

.about-lists a {
  display: inline-block;
  width: auto;
  max-width: none;
  vertical-align: baseline;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.about-lists a:hover,
.about-lists a:focus-visible {
  text-decoration-line: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.08em;
  text-decoration-skip-ink: auto;
}

.about-lists a > span {
  position: relative;
  display: inline-block;
}

.about-lists a:hover > span,
.about-lists a:focus-visible > span {
  text-decoration-line: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.08em;
  text-decoration-skip-ink: auto;
}


.values {
  margin-top: clamp(48px, 5vw, 76px);
  padding: 0;
}

.values > h2 {
  margin: 0 0 10px;
  font-family: "ABC Social";
  font-size: 18px;
  font-weight: 350;
  text-transform: uppercase;
}

.values-title {
  font-family: "ABC Maxi Round" !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  text-transform: none !important;
}

.value-row {
  display: grid;
  grid-template-columns: var(--site-grid);
  column-gap: var(--gutter);
  align-items: center;
  min-height: 98px;
  padding: 16px 0;
  border-top: 1.5px solid var(--ink);
  overflow: hidden;
  position: relative;
}

.value-row:last-child {
  border-bottom: 1.5px solid var(--ink);
}

.value-row h3 {
  grid-column: 1 / span 5;
  grid-row: 1;
  margin: 0 0 0 calc((100vw - (2 * var(--edge)) - (7 * var(--gutter))) / 8 + var(--gutter));
  align-self: center;
  justify-self: start;
  font-family: "ABC Maxi Round";
  font-size: 46px;
  font-weight: 400;
  line-height: 1;
  transform: none;
  text-transform: uppercase;
  transition: margin 320ms ease, color 260ms ease, transform 320ms ease;
}

.value-row p {
  grid-column: 4 / span 4;
  grid-row: 1;
  max-width: 540px;
  margin: 0;
  align-self: center;
  font-family: "ABC Social";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.14;
  opacity: 0;
  transform: translateX(26px);
  transition: opacity 260ms ease, transform 320ms ease;
}

.value-row:hover h3,
.value-row:focus-within h3 {
  margin-left: 0;
}

.value-row:hover p,
.value-row:focus-within p {
  opacity: 1;
  transform: translateX(0);
}

.connect-page {
  width: 100%;
  min-height: 0;
  padding: 12px var(--edge) 20px;
  background: var(--paper);
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.connect-hero {
  position: relative;
  min-height: clamp(170px, 30vh, 300px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.connect-hand {
  position: absolute;
  z-index: 0;
  top: -57px;
  right: 0;
  width: min(84vw, 1280px);
  height: auto;
  background: transparent;
  object-fit: contain;
  object-position: right top;
  clip-path: inset(2px);
  transform: translateX(4.5%) scale(0.76);
  transform-origin: top right;
  pointer-events: none;
}

.connect-hero h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "ABC Maxi Round";
  font-size: clamp(54px, 5.8vw, 110px);
  font-weight: 400;
  line-height: 0.95;
  text-align: center;
  white-space: nowrap;
  transform: translateY(-20px);
}

.connect-hero h1 span {
  display: inline-block;
  letter-spacing: -0.03em;
  transform: scaleX(0.8);
  transform-origin: center;
}

.connect-title-break {
  display: none;
}

.contact-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: var(--site-grid);
  column-gap: var(--gutter);
  margin-top: clamp(2px, 1vw, 5px);
}

.contact-form {
  grid-column: 1 / span 4;
  min-width: 0;
}

.contact-form-fields {
  transform: translateY(-13px);
}

.contact-form p,
.contact-links h2 {
  margin: 5 0 16px;
  color: var(--ink);
  font-family: "ABC Social";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.12;
}

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

.contact-form input,
.contact-form textarea {
  width: 100%;
  display: block;
  margin: 20px 0 0;
  padding: 0;
  border: 0;
  border-bottom: 2px solid var(--ink);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-family: "ABC Social";
  font-size: 25px;
  font-weight: 350;
  font-variation-settings: "wght" 350;
  line-height: 1;
  outline: 0;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: var(--ink);
  -webkit-text-fill-color: var(--ink);
  opacity: 1;
}

.contact-form input:hover::placeholder,
.contact-form textarea:hover::placeholder {
  color: #a3a3a3;
  -webkit-text-fill-color: #a3a3a3;
  opacity: 1;
}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  color: var(--ink);
  -webkit-text-fill-color: var(--ink);
  opacity: 1;
}

.contact-form input:hover::-webkit-input-placeholder,
.contact-form textarea:hover::-webkit-input-placeholder {
  color: #a3a3a3;
  -webkit-text-fill-color: #a3a3a3;
  opacity: 1;
}

.contact-form input:focus::placeholder,
.contact-form textarea:focus::placeholder {
  color: #a3a3a3;
  -webkit-text-fill-color: #a3a3a3;
  opacity: 1;
}

.contact-form input:focus::-webkit-input-placeholder,
.contact-form textarea:focus::-webkit-input-placeholder {
  color: #a3a3a3;
  -webkit-text-fill-color: #a3a3a3;
  opacity: 1;
}

.contact-form input {
  height: 30px;
}

.contact-form textarea {
  min-height: 72px;
  resize: none;
  overflow-y: hidden;
}

.contact-form button {
  position: relative;
  display: inline-block;
  margin-top: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-family: "ABC Social";
  font-size: 24px;
  font-weight: 350;
  font-variation-settings: "wght" 350;
  line-height: 1;
  cursor: pointer;
}

.contact-form button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1.8px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 180ms ease;
}

.contact-form button:hover::after,
.contact-form button:focus-visible::after {
  transform: scaleX(1);
}

.contact-links {
  grid-column: 6 / span 3;
  display: grid;
  align-content: start;
  gap: 40px;
  margin-left: -12%;
}

.contact-links h2 {
  margin-bottom: 4px;
}

.contact-links a {
  display: block;
  width: fit-content;
  max-width: 100%;
  font-family: "ABC Social";
  font-size: 25px;
  font-weight: 350;
  font-variation-settings: "wght" 350;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.contact-links a:hover,
.contact-links a:focus-visible {
  text-decoration-line: underline;
  text-decoration-thickness: 1.6px;
  text-underline-offset: 0.1em;
  text-decoration-skip-ink: auto;
}

.site-footer a,
.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active,
.site-footer a:visited,
.contact-links a,
.contact-links a:hover,
.contact-links a:focus,
.contact-links a:active,
.contact-links a:visited,
.contact-form button,
.contact-form button:hover,
.contact-form button:focus,
.contact-form button:active {
  color: var(--ink);
}

.contact-footer {
  position: static;
  z-index: auto;
  left: auto;
  bottom: auto;
  display: block;
  flex: 0 0 auto;
  padding-top: 24px;
  transform: none;
  pointer-events: auto;
}

.contact-footer .footer-small {
  margin-top: 42px;
}

.works-page {
  width: 100%;
  margin: 0;
  padding: var(--edge);
  background: var(--paper);
}

.works-page h1,
.project-page h1 {
  margin: 0;
  font-family: "ABC Maxi Round";
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 12px;
  row-gap: 30px;
  margin-top: 18px;
}

.catalog-card {
  min-width: 0;
}

.catalog-card > a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  background: #efefef;
}

.catalog-card img {
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
  transition: transform 420ms ease, opacity 320ms ease;
}

.catalog-card-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.01);
  transition: opacity 320ms ease, transform 420ms ease;
  pointer-events: none;
}

.catalog-card:hover img {
  transform: scale(1.03);
}

.catalog-card.has-hover-video:hover img,
.catalog-card.has-hover-video:focus-within img,
.work-card.has-hover-video:hover img,
.work-card.has-hover-video:focus-within img {
  opacity: 0;
}

.catalog-card.has-hover-video:hover .catalog-card-video,
.catalog-card.has-hover-video:focus-within .catalog-card-video,
.work-card.has-hover-video:hover .catalog-card-video,
.work-card.has-hover-video:focus-within .catalog-card-video {
  opacity: 1;
  transform: scale(1.03);
}

.catalog-card h2,
.catalog-card h2 a {
  margin: 10px 0 4px;
  font-family: "ABC Social" !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-variation-settings: "wght" 400;
}

.catalog-card.is-soon > a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(7px);
}

.catalog-card.is-soon > a span,
.soon-detail span {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: "ABC Social";
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 700;
  text-transform: uppercase;
}

.page-footer {
  width: 100%;
  background: var(--paper);
}

.back-link {
  display: inline-block;
  margin-bottom: clamp(8px, 1vw, 14px);
  font-family: "ABC Maxi Round";
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
}

.project-page {
  display: grid;
  grid-template-columns: 344px minmax(0, 1fr);
  gap: 8px;
  width: 100%;
  margin: 0;
  padding: 0 8px var(--edge) var(--edge);
  background: var(--paper);
  min-height: 100vh;
}

.project-copy {
  position: sticky;
  top: calc(var(--nav-offset) + 47px);
  align-self: start;
  max-height: none;
  overflow: visible;
  padding-right: 38px;
  margin-top: 0;
  scrollbar-width: none;
}

.project-copy::-webkit-scrollbar {
  display: none;
}

.project-meta {
  margin: -24px 0 18px;
  color: var(--ink);
  font-family: "ABC Maxi Round Variable", "ABC Maxi Round", sans-serif;
  font-size: 12px;
  font-weight: 350;
  font-variation-settings: "wght" 350;
}

.project-copy h1 {
  font-family: "ABC Social";
  font-size: 24px;
  font-weight: 350;
  line-height: 1.5;
  text-transform: none;
}

.project-copy .tagline {
  margin-top: 0px;
  margin-bottom: clamp(36px, 4vw, 18px);
  font-family: "ABC Maxi Round";
  font-size: clamp(13px, 1.2vw, 18px);
  font-weight: 350;
}

.project-copy section {
  margin-top: 18px;
}

.project-copy section:not(.is-active) + section {
  margin-top: 9px;
}

.project-copy h2 {
  position: relative;
  display: inline-block;
  margin: 0 0 2px;
  font-family: "ABC Social" !important;
  font-size: 20px !important;
  font-weight: 350 !important;
  font-variation-settings: "wght" 350;
  font-style: normal;
  font-synthesis: none;
  color: var(--ink);
  cursor: pointer;
  transition: color 260ms ease;
}

.project-copy h2::after {
  display: none;
}

.project-copy section.is-active h2 {
  color: var(--ink);
  text-decoration-line: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.08em;
  text-decoration-skip-ink: auto;
}

.project-copy h2:hover,
.project-copy h2:focus-visible {
  color: var(--ink);
  text-decoration-line: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.08em;
  text-decoration-skip-ink: auto;
}

.project-copy section.is-active h2::after {
  display: none;
}

.project-copy h2:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 4px;
}

.project-copy p,
.project-copy li {
  margin: 0;
  font-family: "ABC Social";
  font-size: 16px;
  font-weight: 350;
  line-height: 1.18;
}

.project-copy .animated-text-link {
  display: inline-flex;
  align-items: center;
  margin-left: 6px;
  color: var(--ink);
  text-decoration: none;
}

.project-copy .animated-text-link::after {
  content: "↗";
  margin-left: 6px;
}

.project-copy section > :not(h2) {
  max-height: 0;
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-8px);
  transition:
    max-height 420ms ease,
    opacity 260ms ease,
    transform 320ms ease,
    margin 320ms ease;
}

.project-copy section.is-active > :not(h2) {
  max-height: 640px;
  margin-top: 4px;
  opacity: 1;
  transform: translateY(0);
}

.project-copy p + p {
  margin-top: 22px;
}

.project-copy section:not(.is-active) p + p {
  margin-top: 0;
}

.project-copy ol,
.project-copy ul {
  margin: 0;
  padding-left: 1.45em;
}

.project-media {
  display: grid;
  gap: 8px;
  min-width: 0;
  width: 100%;
  margin-top: 47px;
}

.more-works-section {
  padding: 184px 38px 0;
  background: var(--paper);
}

.more-works-header {
  display: flex;
  align-items: center;
  margin: 0 0 18px;
}

.more-works-link,
.more-works-link:hover,
.more-works-link:focus,
.more-works-link:active,
.more-works-link:visited {
  color: var(--ink);
}

.more-works-link {
  margin: 0;
  display: inline-block;
  font-family: "ABC Maxi Round";
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
}

.more-works-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.more-work-card {
  min-width: 0;
}

.more-work-card > a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  background: #efefef;
}

.more-work-card img {
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
  transition: transform 420ms ease, opacity 320ms ease;
}

.more-work-card:hover img {
  transform: scale(1.03);
}

.more-work-card.has-hover-video:hover img,
.more-work-card.has-hover-video:focus-within img {
  opacity: 0;
}

.more-work-card.has-hover-video:hover .catalog-card-video,
.more-work-card.has-hover-video:focus-within .catalog-card-video {
  opacity: 1;
  transform: scale(1.03);
}

.more-work-card h3 {
  margin: 10px 0 4px;
  font-family: "ABC Social";
  font-size: 20px;
  font-weight: 350;
  font-variation-settings: "wght" 350;
}

.project-more-footer {
  padding: clamp(28px, 3.5vw, 47px) 0 20px;
}

.project-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.74fr);
  gap: clamp(28px, 6vw, 110px);
  align-items: end;
  margin-bottom: clamp(30px, 4vw, 62px);
}

.project-hero p:not(.tagline) {
  margin: 0;
  font-family: "ABC Social";
  font-size: clamp(20px, 2.2vw, 34px);
  font-weight: 800;
  line-height: 1.08;
  text-transform: uppercase;
}

.project-cover {
  width: 100%;
  min-height: 62vh;
  max-height: 92vh;
  object-fit: cover;
  border-radius: 4px;
  background: #efefef;
}

.project-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 0;
}

.project-gallery img,
.project-gallery video {
  width: 100%;
  height: auto;
  min-height: 54vh;
  max-height: none;
  border-radius: 4px;
  object-fit: cover;
  background: #efefef;
}

.project-gallery > img,
.project-gallery > video {
  max-height: 690px;
  object-position: top center;
}

.project-gallery video {
  pointer-events: none;
}

.project-gallery video.interactive-video {
  pointer-events: auto;
}

.peace-belongings-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
}

.peace-belongings-grid img {
  width: 100%;
  height: auto;
  min-height: 0;
  border-radius: 0;
  object-fit: cover;
  background: #efefef;
}

.nafh-process-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 24px;
  border-radius: 4px;
  background: #000000;
}

.nafh-process-card {
  display: grid;
  gap: 4px;
  margin: 0;
}

.nafh-process-card img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 1.55;
  border-radius: 0;
  object-fit: cover;
  background: #efefef;
}

.nafh-process-card figcaption {
  margin: 0;
  color: #fff;
  font-family: "ABC Social";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.08;
}

.pressure-stills {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
}

.pressure-stills img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 1.78;
  border-radius: 0;
  object-fit: cover;
  background: #efefef;
}

.relay-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 24px;
  border-radius: 4px;
  background: #000000;
}

.relay-panel {
  padding: 0;
  border-radius: 4px;
  background: transparent;
}

.relay-panel img,
.relay-panel video {
  width: 100%;
  height: auto;
  min-height: 0;
  display: block;
  border-radius: 0;
  object-fit: cover;
  background: transparent;
}

.relay-video-centered {
  object-position: center center !important;
}

.relay-grid-six {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 8px;
  row-gap: 16px;
  padding: 16px;
}

.tnsa-two-up,
.tnsa-three-up {
  display: grid;
  gap: 8px;
}

.tnsa-feature-grid,
.tnsa-photo-stack,
.tnsa-merch-grid,
.tnsa-merch-stack {
  display: grid;
  gap: 4px;
}

.tnsa-feature-grid {
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  align-items: stretch;
}

.tnsa-feature-grid > video {
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: 1.35;
  object-fit: cover;
  object-position: center center;
}

.tnsa-photo-stack {
  grid-template-rows: none;
  align-content: start;
}

.tnsa-merch-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  height: auto;
  align-items: stretch;
  gap: 4px;
}

.tnsa-merch-stack {
  height: 100%;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 4px;
}

.tnsa-two-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tnsa-three-up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tnsa-two-up img,
.tnsa-two-up video,
.tnsa-three-up img,
.tnsa-feature-grid video,
.tnsa-merch-grid img,
.tnsa-merch-stack img {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 0;
  object-fit: cover;
  background: #efefef;
}

.tnsa-photo-stack img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 1208 / 595;
  border-radius: 4px;
  object-fit: cover;
  object-position: center;
  background: #efefef;
}

.tnsa-merch-grid > img {
  width: 100%;
  height: auto;
  aspect-ratio: 2400 / 2714;
  object-fit: cover;
  object-position: center;
  background: #efefef;
}

.tnsa-merch-stack img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  background: #efefef;
}

.tnsa-video-natural {
  min-height: 0 !important;
  object-fit: contain !important;
  background: transparent !important;
}

.tnsa-video-top-crop {
  height: 690px !important;
  min-height: 690px !important;
  max-height: 690px !important;
  object-position: bottom center !important;
}

.tnsa-brandbook-image {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
  background: transparent !important;
}

.relay-grid img {
  width: 100%;
  height: auto;
  min-height: 0;
  border-radius: 0;
  object-fit: cover;
  background: transparent;
}

.relay-feature-spread {
  padding: 0;
  background: transparent !important;
  object-fit: cover !important;
  object-position: center;
}

.soon-detail {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.soon-detail img {
  width: 100%;
  max-height: 70vh;
  object-fit: cover;
  filter: blur(8px);
  transform: scale(1.03);
}

@media (max-width: 980px) {
  .hero {
    --landing-mark-gap: 72px;
    --landing-intro-gap: 28px;
    min-height: auto;
  }

  .wordmark {
    --landing-wordmark-height: clamp(360px, 84vw, 720px);
    flex-direction: column;
    align-items: center;
    row-gap: 18px;
  }

  .name {
    height: var(--landing-wordmark-height);
  }

  .work-rail {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-left: var(--rail-edge-space);
    padding-right: var(--rail-edge-space);
    padding-bottom: 10px;
    cursor: auto;
  }

  .work-card {
    flex-basis: auto;
    min-width: min(78vw, 440px);
    scroll-snap-align: start;
    transition: none;
  }

  .work-card-large {
    flex-basis: auto;
  }

  .work-card a {
    height: auto;
  }

  .work-card img {
    height: auto;
    aspect-ratio: 1.55;
  }

  .works-page,
  .project-page,
  .page-footer {
    width: 100%;
    padding: 28px;
  }

  .project-page {
    grid-template-columns: 1fr;
  }

  .project-copy {
    position: static;
    margin-top: 0;
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }

  .back-link {
    display: inline-block;
    margin-bottom: clamp(17px, 2vw, 29px);
    transform: none;
  }

  .project-media {
    margin-top: 0;
  }

  .works-grid,
  .project-gallery {
    grid-template-columns: 1fr;
  }

  .more-works-section {
    padding: 96px 28px 0;
  }

  .more-works-grid {
    grid-template-columns: 1fr;
  }

  .project-more-footer {
    padding-top: 320px;
  }

  .pressure-stills {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 6px;
    row-gap: 6px;
    padding: 14px;
  }

  .relay-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 6px;
    row-gap: 6px;
    padding: 14px;
  }

  .relay-grid-six {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 6px;
    row-gap: 6px;
    padding: 14px;
  }

  .tnsa-feature-grid,
  .tnsa-merch-grid {
    grid-template-columns: 1fr;
    column-gap: 6px;
    row-gap: 6px;
    padding: 14px;
  }

  .tnsa-three-up {
    grid-template-columns: 1fr;
    column-gap: 6px;
    row-gap: 6px;
    padding: 14px;
  }

  .tnsa-two-up {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 6px;
    row-gap: 6px;
    padding: 14px;
  }

  .tnsa-feature-grid > video {
    order: 2;
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
  }

  .tnsa-merch-grid {
    height: auto;
  }

  .peace-belongings-grid,
  .nafh-process-grid {
    column-gap: 6px;
    row-gap: 6px;
    padding: 14px;
  }

  .tnsa-photo-stack,
  .tnsa-merch-stack {
    grid-template-rows: none;
  }

  .tnsa-photo-stack {
    order: 1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 6px;
    row-gap: 6px;
  }

  .tnsa-photo-stack img {
    aspect-ratio: auto;
  }

  .project-cover,
  .project-gallery img,
  .project-gallery video {
    min-height: 280px;
  }

  .about-intro,
  .about-lists,
  .value-row,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .about-copy,
  .about-lists-experience,
  .about-lists-projects,
  .contact-form,
  .contact-links {
    grid-column: auto;
  }

  .about-kicker {
    margin: 0;
  }

  .about-model {
    min-height: 280px;
  }

  .about-figure {
    height: 460px;
  }

  .inline-gif {
    right: 0;
    bottom: -1.2em;
    width: 44px;
  }

  .value-row {
    gap: 12px;
    padding: 18px 0;
  }

  .value-row h3 {
    grid-column: auto;
    margin-left: 0;
    justify-self: start;
  }

  .value-row p {
    grid-column: auto;
    align-self: center;
    font-size: 18px;
    font-weight: 500;
    opacity: 1;
    transform: none;
  }

  .value-row:hover h3,
  .value-row:focus-within h3 {
    transform: none;
  }

  .connect-page {
    padding: 0px;
  }

  .connect-scroll {
    height: calc(100vh - var(--nav-offset));
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .connect-hero {
    min-height: clamp(280px, 48vw, 390px);
    padding-top: clamp(72px, 13vw, 120px);
  }

  .connect-hero h1 {
    font-size: clamp(34px, 9vw, 64px);
    white-space: normal;
    min-width: 0;
  }

  .connect-hand {
    top: 30%;
    right: 0;
    width: min(112vw, 720px);
    height: auto;
    transform: translateX(30%) scale(1.08);
  }

  .contact-links {
    margin-top: 34px;
  }
}

@media (max-width: 1100px), (hover: none) and (pointer: coarse) {
  .pill-nav {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 16px;
    row-gap: 0;
  }

  .nav-logo {
    grid-column: 1;
    display: inline-flex;
    align-items: flex-start;
    justify-self: start;
  }

  .nav-main {
    display: none !important;
  }

  .nav-connect {
    display: none !important;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: flex-start;
    position: relative;
    grid-column: 2;
    justify-self: end;
    width: max-content;
    flex: 0 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font-family: "ABC Social";
    font-size: 18px;
    font-weight: 350;
    font-variation-settings: "wght" 350;
    line-height: 0.92;
    cursor: pointer;
  }

  .nav-toggle::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 1.8px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 180ms ease;
  }

  .nav-toggle:hover::after,
  .nav-toggle:focus-visible::after,
  .pill-nav.is-open .nav-toggle::after {
    transform: scaleX(1);
  }

  .pill-nav.is-open {
    inset: 0;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-auto-rows: min-content;
    align-content: start;
    row-gap: 0;
    min-height: 100vh;
    padding: 18px 20px 32px;
    background: var(--pink);
    color: var(--ink);
  }

  .pill-nav.is-open .nav-main {
    display: flex !important;
    grid-column: 1 / -1;
    justify-self: start;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-top: 54px;
  }

  .pill-nav.is-open .nav-connect {
    display: inline-block !important;
    grid-column: 1;
    justify-self: start;
    width: fit-content;
    max-width: max-content;
    margin-top: 18px;
    font-family: "ABC Social";
    font-size: 35px;
    font-weight: 350;
    font-variation-settings: "wght" 350;
    line-height: 1;
  }

  .pill-nav.is-open .nav-main a {
    font-size: 35px;
    line-height: 1;
  }
}

@media (max-width: 620px) {
  :root {
    --edge: 20px;
    --gutter: 12px;
    --nav-offset: 108px;
  }

  .site-loader-wordmark {
    --loader-wordmark-height: clamp(54px, 12vw, 82px);
    width: min(100%, 320px);
    max-width: 100%;
    justify-content: center;
    gap: calc(var(--loader-wordmark-height) * 0.14);
  }

  .site-loader-name {
    height: var(--loader-wordmark-height);
  }

  .pill-nav a {
    padding: 0;
    font-size: 18px;
  }

  .tiny-mark {
    width: 147px;
    font-size: 13px;
    margin-bottom: 34px;
  }

  .tiny-mark span {
    height: 20px;
  }

  .hero {
    --landing-mark-gap: 34px;
    --landing-intro-gap: 10px;
    padding: 22px var(--edge) 0;
  }

  .wordmark {
    --landing-wordmark-height: clamp(128px, 28vw, 236px);
    width: max-content;
    max-width: none;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    row-gap: 0;
    gap: calc(var(--landing-wordmark-height) * 0.14);
    transform: translateY(152px);
    overflow: visible;
  }

  .name {
    height: var(--landing-wordmark-height);
  }

  .intro {
    width: min(100%, 420px);
    max-width: 420px;
    font-size: 21px;
    line-height: 0.98;
    transform: translateY(162px);
  }

  .letter-u-plate {
    margin-right: calc(var(--landing-wordmark-height) * 0.0698);
  }

  .letter-k-alt {
    margin-left: calc(var(--landing-wordmark-height) * -0.03);
  }

  .mobile-break {
    display: none;
  }

  .works {
    padding-top: 220px;
  }

  .work-rail {
    gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
    scroll-padding-left: 20px;
    scroll-padding-right: 20px;
  }

  .work-card,
  .work-card-large {
    flex: 0 0 min(87vw, 388px);
    min-width: min(87vw, 388px);
    max-width: min(87vw, 388px);
  }

  .section-title {
    margin-bottom: 12px;
  }

  .section-title h2 {
    font-size: 24px;
  }

  .connect {
    min-height: 285px;
  }

  .connect-video {
    object-fit: contain;
    object-position: center center;
    transform: scale(1.1);
    transform-origin: center center;
  }

  .site-footer {
    padding: 40px 0 108px;
  }

  .site-footer nav {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    font-size: 21px;
  }

  .footer-small {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 16px;
    flex-direction: column;
    gap: 10px;
  }

  .works-page,
  .project-page {
    width: 100%;
    margin-top: 0;
    padding: 76px 20px 32px;
  }

  .about-page {
    padding: 76px 20px 0;
  }

  .about-kicker,
  .works-page h1,
  .back-link,
  .more-works-link {
    font-size: 24px;
  }

  .works-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .connect-page {
    padding: 0 20px 32px;
  }

  .connect-scroll {
    inset: 0;
    height: 100vh;
  }

  .connect-hero {
    min-height: 180px;
    padding-top: 20px;
  }

  .connect-hero h1 {
    position: absolute;
    top: 128px;
    left: 0px;
    right: auto;
    margin-left: 0;
    max-width: none;
    text-align: left;
    transform: none;
  }

  .connect-hero h1 span {
    display: block;
    width: 100%;
    transform: none;
    overflow-wrap: anywhere;
  }

  .connect-title-break {
    display: block;
  }

  .about-copy h1,
  .about-copy p {
    font-size: 24px;
    line-height: 1.15;
  }

  .about-intro {
    min-height: auto !important;
    row-gap: 18px !important;
  }

  .about-kicker {
    grid-column: 1 / -1;
  }

  .about-model {
    grid-column: 1 / -1 !important;
    align-self: start !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    min-height: 0 !important;
  }

  .about-model-inner {
    width: min(100%, 300px) !important;
  }

  .about-figure {
    height: clamp(340px, 98vw, 440px) !important;
  }

  .about-copy {
    grid-column: 1 / -1 !important;
    align-self: start !important;
    margin-top: 0 !important;
    padding-right: 0 !important;
    max-width: none;
    transform: none !important;
  }

  .about-lists {
    margin-top: 18px !important;
    row-gap: 20px !important;
  }

  .about-lists-experience,
  .about-lists-projects {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
  }

  .about-lists h2 {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .about-lists p,
  .about-lists a {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    white-space: normal;
  }

  .values > h2 {
    font-size: 24px !important;
    text-transform: uppercase !important;
  }

  .values {
    margin-top: 34px;
  }

  .value-row {
    display: block;
    gap: 10px;
    min-height: 0;
    padding: 14px 0 16px;
    cursor: pointer;
  }

  .value-row h3 {
    display: block;
    width: calc(100% - 20%);
    margin: 0 0 0 20%;
    font-size: 34px;
    text-align: left;
    transform: none;
    transition: text-align 220ms ease, transform 220ms ease;
  }

  .value-row p {
    display: block;
    width: calc(100% - 25%);
    margin-left: 20%;
    max-height: 0;
    margin-top: 0;
    font-size: 16px;
    line-height: 1.2;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-6px);
    transition:
      max-height 260ms ease,
      margin-top 220ms ease,
      opacity 220ms ease,
      transform 220ms ease;
  }

  .value-row.is-open h3 {
    width: 100%;
    margin: 0;
    text-align: left;
  }

  .value-row.is-open p {
    max-height: 240px;
    margin-top: 4px;
    opacity: 1;
    transform: translateY(0);
  }

  .contact-form span,
  .contact-form input,
  .contact-form textarea {
    font-size: 20px;
  }

  .contact-form p {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .contact-links h2 {
    margin-bottom: 2px;
    font-size: 14px;
  }

  .contact-form input {
    height: 24px;
  }

  .contact-form input,
  .contact-form textarea {
    margin-top: 20px;
    border-bottom-width: 2px;
  }

  .contact-form textarea {
    min-height: 56px;
  }

  .contact-form button {
    margin-top: 16px;
    font-size: 20px;
  }

  .contact-links {
    order: -1;
    width: 100%;
    justify-self: start;
    text-align: left;
    gap: 20px;
    margin-top: 88px;
    margin-left: 0 !important;
  }

  .contact-form {
    order: 1;
    margin-top: 40px;
  }

  .contact-links a {
    font-size: 20px;
    line-height: 1.25;
  }

  .contact-footer {
    position: static;
    z-index: auto;
    left: auto;
    bottom: auto;
    display: block;
    padding-top: 24px;
    transform: none;
    pointer-events: auto;
  }

  .contact-footer .footer-small {
    margin-top: 42px;
  }

  .page-footer {
    width: 100%;
  }

  .catalog-card img {
    aspect-ratio: 1.2;
  }

  .work-card a,
  .work-card img {
    aspect-ratio: 1.55;
  }

  .project-copy {
    padding-right: 0;
  }

  .project-copy .tagline {
    margin-bottom: 28px;
  }

  .project-copy h2 {
    font-size: 17px !important;
  }

  .project-copy p,
  .project-copy li {
    font-size: 15px;
    font-weight: 350;
  }

  .project-page.is-mobile-project-flow .project-media {
    display: none;
  }

  .project-page.is-mobile-project-flow .project-copy section {
    margin-top: 28px;
  }

  .project-page.is-mobile-project-flow .project-copy section > :not(h2) {
    max-height: none;
    margin-top: 6px;
    opacity: 1;
    overflow: visible;
    transform: none;
  }

  .project-page.is-mobile-project-flow .project-copy h2 {
    cursor: default;
  }

  .project-page.is-mobile-project-flow .project-copy h2::after {
    display: none;
  }

  .project-mobile-media {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin-top: 4px;
  }

  .project-mobile-media > * {
    width: 100%;
  }

  .project-mobile-media > img,
  .project-mobile-media > video {
    border-radius: 4px;
  }

  .project-mobile-media > div,
  .project-mobile-media > div img,
  .project-mobile-media > div video {
    border-radius: 0;
  }

  .project-mobile-media > .project-cover,
  .project-mobile-media > .pressure-feature-spread,
  .project-mobile-media > .soon-detail,
  .project-mobile-media > .relay-feature-spread,
  .project-mobile-media > .tnsa-feature-spread,
  .project-mobile-media > video,
  .project-mobile-media > div {
    grid-column: 1 / -1;
  }

  .project-gallery {
    gap: 6px;
  }

  .project-gallery > img,
  .project-gallery > video {
    max-height: 420px;
  }

  .project-cover,
  .project-gallery img,
  .project-gallery video {
    min-height: 220px;
  }

  .project-gallery > .tnsa-video-natural,
  .project-mobile-media > .tnsa-video-natural {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: 420px !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    margin-left: auto;
    margin-right: auto;
  }
}
