* {
  margin: 0;
  padding: 0;
}

:root {
  --filter: none;
  --little-padding: 1em;
  --big-padding: 138px;
  --title-content-width: 460px;
  --padding: var(--little-padding);
  --color-black: #080A0C;
  --color-white: #FDFCF9;
  --color-light: #efefef;
  --color-primary: #FF183D;
  --color-secondary: #ECEAD7;
  --color-text: var(--color-primary);
  --color-background: var(--color-black);
  --font-family-sans: "Bricolage Grotesque", sans-serif;
  --font-family-mono: "JetBrains Mono", monospace;
  --zoom: 4;
  --extrazoom: 0;
  interpolate-size: allow-keywords;
}

@media screen and (max-width: 800px) {
  :root {
    --big-padding: 2em;
  }
}
html {
  font-family: var(--font-family-mono);
  font-optical-sizing: auto;
  font-style: normal;
  color: var(--color-text);
  background: var(--color-background);
  font-size: 14px;
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  margin: 0 auto;
  overflow-x: hidden;
  font-size: clamp(1rem, 0.9vw, 4rem);
}

section {
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  color: currentColor;
  text-decoration: underline;
  position: relative;
  display: inline-block;
}
@media (hover: hover) {
  a:hover {
    transform: translateY(-2px);
  }
}

button {
  font: inherit;
  background: none;
  border: 0;
  color: currentColor;
  cursor: pointer;
}

strong, b {
  font-weight: 600;
}

small {
  font-size: inherit;
}

.hidden {
  display: none;
  pointer-events: none;
  z-index: -999;
}
.hidden #full-reel {
  display: none !important;
}

.bg-light {
  background-color: var(--color-light);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: start;
}
.header #menu-toggle {
  display: none;
  position: fixed;
  inset: var(--padding) var(--padding) auto auto;
  z-index: 10;
  cursor: pointer;
  mix-blend-mode: difference;
  height: 2em;
  width: 2em;
}
.header #menu-toggle span {
  flex: 1 1 100%;
  align-self: stretch;
  background-image: url("../images/Hamburger_Stack.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.header a:before {
  display: none;
}
.header .logo {
  padding: 1em;
}
.header #current-page-underline {
  display: block;
  position: fixed;
  top: calc(var(--padding) + 1.55em);
  z-index: 10;
}
.header #current-page-underline:after {
  content: "";
  display: block;
  height: 2px;
  background: var(--color-primary);
  margin: 0 1em;
}

@keyframes header-reveal {
  from {
    opacity: 0;
    translate: 0 -100%;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
#swup:has(#hero) > .header > *,
#swup:has(#hero) > .main > .header-background {
  animation: header-reveal linear both;
  animation-timeline: scroll();
  animation-range: 0px 100px;
}

.logo {
  display: flex;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
}
.logo img {
  height: 2em;
}

nav.menu {
  flex: 1 1 40%;
}

.menu {
  display: flex;
}

#nav.menu {
  justify-content: end;
}

.menu a {
  padding: 1em;
  display: flex;
  height: calc(24px + var(--little-padding) * 2);
  box-sizing: border-box;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
}
.menu a.insta, .menu a.imdb, .menu a.email {
  padding: 1em 0.5em;
}
.menu a svg {
  width: 80%;
  height: 100%;
}

.menu .socials {
  display: flex;
  padding: 0 0.5em;
}

.menu a[aria-current] {
  position: relative;
}

.menu-projects {
  display: flex;
  align-items: center;
}

.nav-projects__grid {
  position: relative;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto 1fr;
  align-items: center;
  flex: 0 0;
  font-size: 0.875em;
  margin: 1.5em 3em 1em 3em;
}
.nav-projects__grid .nav-projects__border {
  position: absolute;
  inset: -0.1875em;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.nav-projects__top {
  grid-column: 1/4;
  grid-row: 1;
  color: var(--color-primary);
  margin-bottom: -0.1875em;
}
.nav-projects__top .brush-line {
  width: 100%;
  height: 0.1875em;
}

.nav-projects__divider {
  grid-row: 2;
  align-self: stretch;
  position: relative;
  width: 0.1875em;
  color: var(--color-primary);
  margin-right: -0.1875em;
}
.nav-projects__divider .brush-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.1875em;
  height: 100%;
}

.menu .nav-projects__link {
  grid-row: 2;
  position: relative;
  min-width: 13em;
  padding: 1em 0.25em 0.25em;
}
.menu .nav-projects__link.film {
  padding-left: 1em;
}
@media (hover: hover) {
  .menu .nav-projects__link:hover {
    transform: none;
  }
  .menu .nav-projects__link:hover > span {
    transform: translateY(-2px);
  }
}
.menu .nav-projects__link .nav-projects__fill {
  position: absolute;
  inset: -0.1875em;
  left: 0.2em;
  width: calc(100% - 0.1em);
  height: 100%;
  display: none;
  pointer-events: none;
}
.menu .nav-projects__link:first-child .nav-projects__fill {
  inset: -0.1875em;
  width: calc(100% + 0.9em);
}
.menu .nav-projects__link > span {
  position: relative;
  z-index: 1;
}
.menu .nav-projects__link .nav-projects__edge,
.menu .nav-projects__link .nav-projects__bottom {
  display: none;
}
.menu .nav-projects__link[aria-current], .menu .nav-projects__link.active {
  color: var(--color-background);
}
.menu .nav-projects__link[aria-current] .nav-projects__fill, .menu .nav-projects__link.active .nav-projects__fill {
  display: block;
}
.menu .nav-projects__link[aria-current] .nav-projects__edge, .menu .nav-projects__link.active .nav-projects__edge {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.1875em;
  color: var(--color-primary);
}
.menu .nav-projects__link[aria-current] .nav-projects__edge .brush-line, .menu .nav-projects__link.active .nav-projects__edge .brush-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.1875em;
  height: 100%;
}
.menu .nav-projects__link[aria-current] .nav-projects__bottom, .menu .nav-projects__link.active .nav-projects__bottom {
  display: block;
  position: absolute;
  bottom: -0.09375em;
  left: 0;
  right: 0;
  color: var(--color-primary);
}
.menu .nav-projects__link[aria-current] .nav-projects__bottom .brush-line, .menu .nav-projects__link.active .nav-projects__bottom .brush-line {
  width: 100%;
  height: 0.1875em;
}
.menu .nav-projects__link:first-of-type .nav-projects__edge {
  left: -0.09375em;
}
.menu .nav-projects__link:last-of-type .nav-projects__edge {
  right: -0.1875em;
}

.color-swap {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 4px;
}

.color-swap-btn {
  font-size: 0.8em;
  position: relative;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
  transform-origin: center;
  margin-right: 0.5em;
}
.color-swap-btn img {
  width: 1.5em;
  height: auto;
}
.color-swap-btn span {
  display: none;
  position: absolute;
  width: 1.4em;
  height: 1.2em;
  border-radius: 50%;
  transition: all 0.3s ease;
  background-color: var(--color-selected);
}
.color-swap-btn.active span {
  display: block;
}

#nav.menu a[aria-current] {
  transform: scaleY(-1);
  position: relative;
  display: inline-flex;
}
#nav.menu a[aria-current]:after {
  content: "";
  display: block;
  margin: 1em;
  position: absolute;
  inset: 0;
  background-image: url(../images/Nav_CrossOut.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.nav-divider {
  display: flex;
  align-items: center;
  width: 40px;
  position: relative;
}
.nav-divider .brush-line {
  width: 100%;
}

.brush-line--nav-line-left,
.brush-line--nav-line-right {
  height: auto;
}

.brush-line--nav-line-left {
  min-height: 0.14em;
  object-fit: cover;
}

.brush-line--nav-line-right {
  min-height: 0.2875em;
  object-fit: cover;
}

.social {
  display: flex;
  padding: 0 0.5em;
}

.social a {
  padding: 1em 0.5em;
}

.section {
  padding: 3em 0;
}

.grid {
  --columns: 12;
  --gutter: 3em;
  display: grid;
  grid-gap: var(--gutter);
  grid-template-columns: 1fr;
}

.grid > .column {
  margin-bottom: var(--gutter);
}

.text figure.gallery {
  margin-bottom: var(--gutter);
}
.text figure.gallery a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.text figure.gallery a:before {
  display: none;
}
.text figure.gallery a canvas {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}
.text figure.gallery figcaption {
  margin-bottom: 16px;
}
.text figure.gallery img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.text figure.gallery.crop img {
  object-fit: cover;
}

.autogrid {
  --gutter: 3em;
  --min: 10em;
  display: grid;
  grid-gap: var(--gutter);
  grid-template-columns: repeat(auto-fit, minmax(var(--min), 1fr));
  grid-auto-flow: dense;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-family-sans);
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
}

.text {
  line-height: 1.5em;
}

.text strong {
  font-weight: normal;
  color: var(--color-primary);
}

.text a {
  text-decoration: none;
}

.text :first-child {
  margin-top: 0;
}

.text :last-child {
  margin-bottom: 0;
}

.text p,
.text ul,
.text ol {
  margin-bottom: 1em;
}

.text ul,
.text ol {
  margin-left: 1em;
}

.text ul p,
.text ol p {
  margin-bottom: 0;
}

.text ul > li {
  list-style: disc;
}

.text ol > li {
  list-style: decimal;
}

.text ul ol,
.text ul ul,
.text ol ul,
.text ol ol {
  margin-bottom: 0;
}

.text h1,
.h1,
.intro {
  font-size: 4em;
  margin-bottom: 3em;
  line-height: 1.25em;
}

.text h2,
.h2 {
  font-size: 32px;
  line-height: 1.25em;
  font-weight: 600;
  margin: 0;
  font-family: "Jeko";
}

.text h3,
.h3 {
  margin-bottom: 16px;
}

.text .codeblock {
  display: grid;
}

.text code {
  font-family: var(--font-family-mono);
  font-size: 1em;
  background: var(--color-light);
  padding: 0 0.5em;
  display: inline-block;
  color: var(--color-black);
}

.text pre {
  margin: 3em 0;
  background: var(--color-black);
  color: var(--color-white);
  padding: 1.5em;
  overflow-x: scroll;
  overflow-y: hidden;
  line-height: 1.5em;
}

.text pre code {
  padding: 0;
  background: none;
  color: inherit;
}

.text hr {
  margin: 6em 0;
}

.text dt {
  font-weight: 600;
}

.text blockquote {
  font-size: 1.25em;
  line-height: 1.325em;
  border-left: 2px solid var(--color-black);
  padding-left: 1em;
  margin: 3em 0;
  max-width: 25em;
}

.text blockquote footer {
  font-size: 0.875em;
  font-style: italic;
}

.text figure {
  margin: 0;
}

.text figcaption {
  padding-top: 0.75em;
}

.text figure ul {
  line-height: 0;
  display: grid;
  gap: var(--gutter);
  margin: 0;
  grid-template-columns: repeat(auto-fit, minmax(10em, 1fr));
}

.text figure ul li {
  list-style: none;
}

hr {
  border: 0;
  background: currentColor;
  height: 2px;
  width: 1.5em;
  margin: 3em auto;
}

.align-center {
  text-align: center;
}

.intro {
  max-width: 40em;
}

.intro *:not(:last-child) {
  margin-bottom: 1em;
}

.cta {
  background: var(--color-black);
  color: var(--color-white);
  display: inline-flex;
  justify-content: center;
  padding: 0.75em 1.5em;
  border: 4px solid var(--color-white);
  outline: 2px solid var(--color-black);
}

.box {
  background: var(--color-light);
  padding: 1.5em;
  border: 4px solid var(--color-white);
  outline: 2px solid var(--color-light);
}

.video,
.img {
  position: relative;
  display: block;
  --w: 1;
  --h: 1;
  padding-bottom: calc(100% / var(--w) * var(--h));
  background: var(--color-black);
}

.img img,
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

.img[data-contain] img {
  object-fit: contain;
}

.img-caption,
.video-caption {
  padding-top: 0.75em;
  line-height: 1.5em;
}

.block-image {
  position: relative;
}
.block-image a {
  display: block;
}
.block-image a:before {
  display: none;
}
.block-image canvas {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}

.bottom-nav {
  background-color: var(--color-background);
  padding: 2em 0 6em;
  margin: 0 calc(-1 * var(--padding));
  display: flex;
  flex-direction: column;
}
.bottom-nav .bottom-nav__button {
  position: relative;
  display: flex;
  flex-direction: row;
  text-decoration: none;
  color: var(--color-primary);
  max-width: 30em;
  height: 6em;
  background-image: url("../images/All Work_Button_Top.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.bottom-nav .bottom-nav__button + .bottom-nav__button {
  background-image: url("../images/All Work_Button_Bottom.svg");
  margin-top: -0.7em;
}
@media (hover: hover) {
  .bottom-nav .bottom-nav__button:hover {
    transform: none;
  }
  .bottom-nav .bottom-nav__button:hover .bottom-nav__label, .bottom-nav .bottom-nav__button:hover img {
    transform: translateY(-2px);
  }
}
.bottom-nav .bottom-nav__button:before {
  display: none;
}
.bottom-nav .bottom-nav__button.back-arrow img {
  transform-origin: center;
  transform: scaleX(-1);
}
.bottom-nav .bottom-nav__button > .brush-line {
  width: 100%;
  height: 0.1875em;
}
.bottom-nav .bottom-nav__button + .bottom-nav__button > .brush-line:first-child {
  display: none;
}
.bottom-nav .bottom-nav__inner {
  flex: 1;
  display: flex;
  align-items: stretch;
  position: relative;
}
.bottom-nav .bottom-nav__border-left,
.bottom-nav .bottom-nav__border-mid,
.bottom-nav .bottom-nav__border-right {
  position: absolute;
  top: -0.09375em;
  width: 0.1875em;
  height: calc(100% + 0.1875em);
  transform: none;
}
.bottom-nav .bottom-nav__border-left.bottom-nav__border-left,
.bottom-nav .bottom-nav__border-mid.bottom-nav__border-left,
.bottom-nav .bottom-nav__border-right.bottom-nav__border-left {
  left: 0;
}
.bottom-nav .bottom-nav__border-left.bottom-nav__border-right,
.bottom-nav .bottom-nav__border-mid.bottom-nav__border-right,
.bottom-nav .bottom-nav__border-right.bottom-nav__border-right {
  right: -0.09375em;
}
.bottom-nav .bottom-nav__border-left.bottom-nav__border-mid,
.bottom-nav .bottom-nav__border-mid.bottom-nav__border-mid,
.bottom-nav .bottom-nav__border-right.bottom-nav__border-mid {
  right: 6.9em;
}
.bottom-nav .bottom-nav__label {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0.75em 1em;
  font-size: clamp(1em, 2vw, 1.5em);
  letter-spacing: 0.05em;
}
.bottom-nav .bottom-nav__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2.5em;
  margin: -0.09375em 0;
}
.bottom-nav .bottom-nav__arrow img {
  width: 3em;
  height: auto;
}

.footer {
  font-size: clamp(0.7em, 1vw, 4em);
  padding: 0;
  line-height: 1.5em;
  background-color: var(--color-background);
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .footer .brush-line {
    visibility: hidden;
  }
  .footer .footer__info {
    padding-top: 0.8em;
    overflow: hidden;
  }
  .footer .footer__info .footer__email-bar a {
    font-size: 1.64em;
  }
  .footer .footer__info .footer__info-middle a {
    padding: 0.5em 1.5em 0;
  }
}
.footer a {
  text-decoration: none;
}

.footer__border-top,
.footer__border-bottom {
  color: var(--color-primary);
}
.footer__border-top .brush-line,
.footer__border-bottom .brush-line {
  width: 100%;
  height: 0.1875em;
}

.footer__border-left,
.footer__border-right {
  position: relative;
  width: 0.0625em;
  color: var(--color-primary);
}
.footer__border-left .brush-line,
.footer__border-right .brush-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.1875em;
  height: 100%;
}

.footer__inner {
  display: grid;
  grid-template-columns: 0.8fr 0.0625em 1.5fr 0.0625em 0.8fr 0.0625em 1.15fr;
  background: url(../images/Footer_Layout.svg);
  background-repeat: no-repeat;
  height: 19.7vw;
}

.footer__outer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: 0.125em 1fr 0.0625em;
}

.brush-line {
  display: block;
  color: var(--color-primary);
}

.brush-line--vertical {
  width: 0.1875em;
  transform: translateX(-0.0625em);
  height: 100%;
}

.brush-line--horizontal {
  width: 100%;
  transform: translateY(-0.0625em);
  height: 0.1875em;
}

.brush-line--black {
  color: var(--color-black);
}

.footer__divider {
  position: relative;
  width: 0.0625em;
  color: var(--color-primary);
}
.footer__divider .brush-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.1875em;
  height: 100%;
}

.footer__image {
  display: flex;
  align-items: stretch;
}
.footer__image img {
  padding: 1em;
  box-sizing: border-box;
}

.footer__image-placeholder {
  width: 100%;
  background: var(--color-black);
}

.footer__info {
  display: flex;
  flex-flow: column;
}

.footer__email-bar {
  padding: 1em;
}
.footer__email-bar a {
  color: var(--color-black);
  font-weight: 600;
  font-size: 1.1em;
  letter-spacing: 0.02em;
}

.footer__info-middle {
  display: flex;
  justify-content: space-between;
  padding: 1.5em;
  flex: 1;
}

.footer__nav {
  display: flex;
  flex-flow: column;
}
.footer__nav a {
  font-size: 1.25em;
  letter-spacing: 0.02em;
  padding: 0.25em 0;
}

.footer__social {
  display: flex;
  flex-flow: column;
  gap: 0.5em;
  align-items: flex-end;
}
.footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25em 0.5em;
  font-size: 0.75em;
  text-align: center;
  min-width: 2em;
}

.footer__copyright, .footer__credits_copyright {
  padding: 1em 1.5em 0;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer__credits_copyright {
  display: none;
}

.footer__brand {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 1em 1em 0;
  gap: 1.25em;
}

.footer__logo-placeholder {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__logo-placeholder img {
  object-fit: contain;
}

.footer__credits {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  gap: 1em;
  white-space: nowrap;
}
.footer__credits a {
  font-size: 0.6em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer__video {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1em;
  padding-right: 0;
}

.footer__video-wrapper {
  position: relative;
  flex: 1 1 auto;
  margin-right: -0.0625em;
  padding-bottom: 56.25%;
  background: var(--color-primary);
  height: 0;
}
.footer__video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media screen and (max-width: 900px) {
  .footer {
    font-size: 1em;
    padding-top: 12em;
  }
  .footer__inner {
    grid-template-columns: 1fr;
    min-height: auto;
    background: none;
    height: auto;
  }
  .footer__image,
  .footer__video,
  .footer__divider {
    display: none;
  }
  .footer__border-left,
  .footer__border-right {
    display: none;
  }
  .footer__border-top {
    margin: 0 calc(-1 * var(--padding));
    width: calc(100% + var(--padding) * 2);
  }
  .footer__info .brush-line--horizontal {
    margin: 0 calc(-1 * var(--padding));
    width: calc(100% + var(--padding) * 2);
  }
  .footer__info .footer__info-middle {
    padding: 3em 1.5em;
  }
  .footer__info .footer__copyright {
    display: none;
  }
  .footer__credits_copyright {
    display: block;
    padding: 1.5em 0 0;
  }
  .footer__email-bar {
    background-color: var(--color-primary);
    font-size: 4.2vw;
  }
  .footer__brand {
    padding: 1.5eem var(--padding);
  }
  .footer__logo-placeholder img {
    max-width: 600px;
    padding-top: 3.5em;
    padding-bottom: 2.5em;
    aspect-ratio: 3/2;
  }
  .footer__credits {
    flex-flow: column;
    padding: 0 1em 3em;
    font-size: 1.2em;
  }
  .footer__credits a {
    font-size: 1em;
  }
}
.intro-section {
  margin: 0 auto;
  width: clamp(900px, 60vw, 2600px);
  font-size: clamp(1em, 1vw, 4em);
  max-width: calc(100vw - var(--padding) * 2);
  margin-top: 140px;
}

.intro-section__outer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
}

.intro-section__border-top,
.intro-section__border-bottom {
  color: var(--color-primary);
}
.intro-section__border-top .brush-line,
.intro-section__border-bottom .brush-line {
  width: 100%;
  height: 3px;
}

.intro-section__border-left,
.intro-section__border-right {
  position: relative;
  width: 0.1875em;
  color: var(--color-primary);
}
.intro-section__border-left .brush-line,
.intro-section__border-right .brush-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.1875em;
  height: 100%;
}

.intro-section__inner {
  display: grid;
  grid-template-columns: 1fr 0.0625em auto;
}

.intro-section__left {
  display: flex;
  flex-flow: column;
}
.intro-section__left .brush-line--horizontal {
  height: auto;
  transform: translateX(0.45em);
  width: 100%;
  align-self: end;
}

.intro-section__logo-row {
  padding: 1em 0;
  display: flex;
  align-items: center;
}
.intro-section__logo-row .intro-logo {
  max-width: 40em;
  width: calc(100% - 6em);
  height: auto;
}
.intro-section__logo-row .intro-accents {
  height: 4em;
  width: auto;
  margin-left: 2em;
  margin-bottom: 3em;
}

.intro-section__bottom-row {
  display: flex;
  align-items: center;
  gap: 1.5em;
  flex: 1;
}

.intro-section .dice-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5em;
  height: 8em;
  margin-top: -2em;
}
.intro-section .dice-image img {
  width: auto;
  height: 100%;
}

.intro-section .title-content {
  border-top: none;
  width: auto;
  display: flex;
  justify-content: center;
  flex: 1 1 auto;
  max-width: none;
  padding: 0.5em 2em;
}
.intro-section .title-content h1 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.intro-section .title-content p {
  margin: 0;
}

.intro-section__divider {
  position: relative;
  width: 0.0625em;
  color: var(--color-primary);
}
.intro-section__divider .brush-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.1875em;
  height: 100%;
}
.intro-section__divider .brush-line-v {
  width: 0.6em;
}

.intro-section__right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2em 0 2em 6em;
}

.spinning-image {
  position: relative;
}
.spinning-image:after {
  content: "";
  position: absolute;
  height: 2em;
  width: 2em;
  right: -0.4em;
  background-image: url(../images/Button_Spike.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.spinning-image img.spin {
  width: 14em;
  height: 14em;
  border-radius: 100%;
  object-fit: contain;
  animation: spin 20s linear infinite;
}
.spinning-image img.center-anchor {
  position: absolute;
  width: 6em;
  height: 6em;
  object-fit: contain;
  inset: 0 0 0.2em;
  margin: auto;
  z-index: 1;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 768px) {
  .intro-section__inner {
    grid-template-columns: 1fr;
  }
  .intro-section__divider {
    display: none;
  }
  .intro-section__right {
    padding: 3em var(--padding) 0;
    justify-content: end;
  }
  .intro-section__logo-row {
    padding: 1.5em;
  }
  .intro-section__border-left,
  .intro-section__border-right {
    display: none;
  }
  .spinning-image img {
    width: 120px;
    height: 120px;
  }
}
.map {
  --w: 2;
  --h: 1;
  padding-bottom: calc(100% / var(--w) * var(--h));
  position: relative;
  overflow: hidden;
  background: var(--color-black);
}

.map iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.margin-s {
  margin-bottom: 0.75em;
}

.margin-m {
  margin-bottom: 1.5em;
}

.margin-l {
  margin-bottom: 3em;
}

.margin-xl {
  margin-bottom: 0em;
}

.margin-xxl {
  margin-bottom: 6em;
}

@media screen and (min-width: 60em) {
  body {
    --padding: 1em;
  }
  .grid {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid > .column {
    grid-column: span var(--columns);
  }
}
@media screen and (max-width: 60em) {
  figure.block-image {
    margin: 0 !important;
  }
  .grid {
    grid-gap: 0;
  }
  .grid > .column {
    margin: 0;
    max-width: calc(100vw - var(--padding) * 2);
  }
  .grid > .column + .column {
    margin-top: 2em;
  }
}
.pagination {
  display: flex;
  padding-top: 6em;
}

.pagination > * {
  padding: 0.5em;
  width: 3em;
  text-align: center;
  border: 2px solid currentColor;
  margin-right: 1.5em;
}

@media (hover: hover) {
  .pagination > a:hover {
    background: var(--color-black);
    color: var(--color-white);
    border-color: var(--color-black);
  }
}
.project-excerpt {
  line-height: 1.5em;
}

.project-excerpt header {
  margin-bottom: 1.5em;
}

.project-excerpt figure {
  margin-bottom: 0;
}

.project-excerpt-title {
  font-weight: 600;
}

.cover-content {
  min-height: 50vh;
  background-color: var(--color-background);
  padding: 140px calc(var(--padding) - 1em);
  margin: 0 calc(-1 * var(--padding));
  position: relative;
  z-index: 1;
}
.cover-content #scroll-down-button {
  position: absolute;
  z-index: 3;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  height: 3em;
  width: 2em;
  background-image: url("../icons/arrow_down_green.svg");
  filter: var(--filter);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.cover-content #scroll-down-button:before {
  display: none;
}
.cover-content .work-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1em;
  gap: 0.25em 8px;
}
.cover-content .work-header h2, .cover-content .work-header .column-header {
  display: none;
  font-size: 1em;
  margin: 0;
}

.category-filter {
  display: flex;
  padding: 1em 4px;
  align-items: center;
  overflow-x: auto;
  flex: 1 1 auto;
  margin-left: -1em;
}

.category-filter-btn {
  padding: 0.5em 10px;
  background: transparent;
  font-size: 1em;
  cursor: pointer;
  font-family: var(--font-family-mono);
  transition: all 0.2s ease;
  flex: 0 0 auto;
}

.category-filter-btn.active {
  color: var(--color-text);
}

#scroll-up-button {
  position: fixed;
  z-index: 3;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  height: 3em;
  width: 2em;
  background-image: url("../icons/arrow_green.svg");
  filter: var(--filter);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  display: none;
}
#scroll-up-button:before {
  display: none;
}

.show-scroll-up #scroll-up-button {
  display: block;
}
.show-scroll-up .work .header-background, .show-scroll-up .lost-found .header-background, .show-scroll-up .project .header-background {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0;
}

.buttons {
  display: flex;
  justify-content: flex-end;
}
.buttons button {
  height: 2em;
  width: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100em;
  font-size: 1.5em;
  background-repeat: no-repeat;
  background-position: center;
}

.zoom-buttons {
  display: flex;
  justify-content: flex-end;
}
.zoom-buttons .zoom-in-button {
  background-image: url("../icons/plus_black.svg");
}
.zoom-buttons .zoom-out-button {
  background-image: url("../icons/minus_black.svg");
}

.display-mode-button span {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.display-mode-button :first-child {
  display: inline-block;
  background-image: url("../icons/list_black.svg");
}
.display-mode-button :last-child {
  display: none;
  background-image: url("../icons/grid_black.svg");
}

@media screen and (min-width: 500px) {
  [data-display-mode=list] .display-mode-button :first-child {
    display: none;
  }
  [data-display-mode=list] .display-mode-button :last-child {
    display: inline-block;
  }
  [data-display-mode=list] .zoom-buttons {
    display: none;
  }
  [data-display-mode=list] .cover-content .work-header {
    justify-content: flex-start;
    flex-flow: row wrap;
    position: relative;
  }
  [data-display-mode=list] .cover-content .work-header .buttons {
    position: absolute;
    right: 1em;
    bottom: 0;
  }
  [data-display-mode=list] .cover-content .work-header .category-filter {
    flex: 1 0 100%;
    margin-right: -1em;
  }
  [data-display-mode=list] .cover-content .work-header h2, [data-display-mode=list] .cover-content .work-header .column-header {
    display: flex;
    height: 30px;
    align-items: center;
    width: calc(33.33% - 0.75em);
    flex: 0 0 auto;
  }
  [data-display-mode=list] .cover-content #masonry .grid-item {
    width: 100%;
    padding: 0;
  }
  [data-display-mode=list] .cover-content #masonry .grid-item:has(+ .grid-item a:hover) a figcaption > *, [data-display-mode=list] .cover-content #masonry .grid-item:has(+ .grid-item a.touch-hover) a figcaption > * {
    border-color: transparent;
  }
  [data-display-mode=list] .cover-content #masonry .grid-item a {
    padding: 0 1em;
  }
  [data-display-mode=list] .cover-content #masonry .grid-item a:before {
    display: none;
  }
}
@media screen and (min-width: 500px) and (hover: hover) {
  [data-display-mode=list] .cover-content #masonry .grid-item a:hover {
    background-color: var(--color-primary);
  }
  [data-display-mode=list] .cover-content #masonry .grid-item a:hover, [data-display-mode=list] .cover-content #masonry .grid-item a:hover figcaption h3, [data-display-mode=list] .cover-content #masonry .grid-item a:hover figcaption p {
    color: var(--color-white);
    font-weight: bold;
  }
  [data-display-mode=list] .cover-content #masonry .grid-item a:hover figcaption > * {
    border-color: transparent;
  }
}
@media screen and (min-width: 500px) {
  [data-display-mode=list] .cover-content #masonry .grid-item a.touch-hover {
    background-color: var(--color-primary);
  }
  [data-display-mode=list] .cover-content #masonry .grid-item a.touch-hover, [data-display-mode=list] .cover-content #masonry .grid-item a.touch-hover figcaption h3, [data-display-mode=list] .cover-content #masonry .grid-item a.touch-hover figcaption p {
    color: var(--color-white);
    font-weight: bold;
  }
  [data-display-mode=list] .cover-content #masonry .grid-item a.touch-hover figcaption > * {
    border-color: transparent;
  }
  [data-display-mode=list] .cover-content #masonry .grid-item figure {
    display: none;
  }
  [data-display-mode=list] .cover-content #masonry .grid-item figcaption {
    font-size: 1em;
    margin: 0;
  }
  [data-display-mode=list] .cover-content #masonry .grid-item figcaption span {
    display: none;
  }
  [data-display-mode=list] .cover-content #masonry .grid-item figcaption h3, [data-display-mode=list] .cover-content #masonry .grid-item figcaption p {
    width: calc(33.33% - 10.33333px);
    height: 40px;
    box-sizing: border-box;
    border-bottom: solid 1px var(--color-grey);
    font-size: 1em;
    font-weight: normal;
    display: flex;
    align-items: center;
  }
  [data-display-mode=list] .cover-content #masonry .grid-item figcaption .client {
    display: flex;
  }
}
[data-parallax] {
  will-change: transform;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  max-height: 100vh;
  width: 100vw;
  min-width: 180vh;
  margin: -10em auto 0;
  margin-left: calc(-1 * var(--padding));
  padding-left: 50vw;
  transition: none !important;
  overflow: hidden;
  box-sizing: content-box;
}
.hero.project-hero {
  min-width: 0;
  max-height: calc(100vh - 4em);
  margin: -10em calc(-1 * var(--padding)) 5em;
  top: 4em;
}
.hero.project-hero .hero-video-player iframe {
  max-height: calc(100vh - 4em);
}
.hero .cover-play-button {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  color: var(--color-white);
  cursor: pointer;
  padding-left: 1em;
}
.hero .hero-video-player {
  position: relative;
  background-color: var(--color-black);
  width: 100%;
  transform: translateX(-50%);
}
.hero .hero-video-player.hero-video--portrait {
  height: 100vh;
  width: auto;
}
.hero .hero-video-player iframe {
  filter: blur(20px) opacity(0);
  transition: filter 0.5s ease 1s;
  max-height: calc(100vh - 2em);
  margin: auto;
  bottom: 0;
}
.hero .hero-video-player.ready iframe {
  filter: blur(0) opacity(1);
}
.hero .hero-video-player > img {
  position: absolute;
  inset: 0;
  object-fit: contain;
}
.hero .hero-video-player > img.video-cover {
  cursor: pointer;
}
.hero #vimeo_player_cover,
.hero #vimeo_player_cover_vertical {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (orientation: portrait) {
  .hero[data-has-vertical] {
    min-width: 0;
    width: 100vw;
    padding-left: 0;
    justify-content: center;
  }
  .hero[data-has-vertical] .hero-video-player {
    transform: none;
  }
}
.hero .scroll-down {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  padding-bottom: 2em;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  text-transform: uppercase;
  font-family: var(--font-family-display);
  font-weight: 800;
  line-height: 1.1;
  color: var(--color-white);
  text-decoration: none;
}
@media (hover: hover) {
  .hero .scroll-down:hover, .hero .scroll-down:focus {
    text-decoration: none;
  }
}
.hero .scroll-down img {
  width: 6.5em;
  margin-top: 0.3em;
}

.hero-lockup-wrapper, .hero-lockup-wrapper > div {
  opacity: 1 !important;
  transform: none !important;
}

.hero-lockup {
  position: fixed;
  top: 50vh;
  left: -100vw;
  right: -100vw;
  margin: 0 auto;
  max-width: 95vw;
  z-index: 2;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 1;
  transform: translateY(-50%) !important;
  transition: filter, backdrop-filter, opacity;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
.hero-lockup::before {
  content: "";
  position: absolute;
  height: 100vh;
  width: 100vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background: rgba(8, 10, 12, 0.9);
}
.hero-lockup.fade-in {
  opacity: 0;
  filter: none;
  backdrop-filter: none;
}
.hero-lockup.fade-out {
  opacity: 0;
  filter: none;
  backdrop-filter: none;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 1, 1);
}
.hero-lockup > img:first-child {
  width: 100%;
  aspect-ratio: 5/2;
  object-fit: contain;
}
.hero-lockup__subtitle {
  width: 40% !important;
  height: auto;
}

@keyframes lockupFadeIn {
  to {
    opacity: 1;
  }
}
.top-text {
  padding: 80px var(--padding) 70px calc(50vw + 1em);
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.title-content {
  width: var(--title-content-width);
  max-width: 100%;
  padding: 10px 0 0;
  box-sizing: border-box;
  border-top: solid 1px var(--color-grey);
}

.lost-found .top-text {
  padding: 80px var(--padding) 70px 50vw;
  padding-top: 0;
}

#title {
  position: relative;
  z-index: 1;
  min-height: 50vh;
  background-color: var(--color-background);
  padding: 80px var(--padding) 70px calc(50vw + 1em);
  margin: -10em calc(-1 * var(--padding)) 0;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
#title h1 {
  font-size: 48px;
  font-family: "Jeko";
  font-weight: 600;
  margin: 0;
  line-height: 1.1;
}
#title h2 {
  font-size: 18px;
  letter-spacing: -0.02em;
  font-family: "Pitch Sans";
  font-weight: normal;
  margin: 0;
}
#title + .hero {
  margin-top: 0;
}

@media screen and (max-width: 920px) {
  .top-text, #title {
    padding: 80px var(--padding) !important;
    justify-content: flex-end;
  }
  .lost-found .top-text {
    padding: 80px 0 70px !important;
    padding-top: 0;
  }
}
.header-background {
  position: fixed;
  inset: 0 0 auto;
  height: 3em;
  height: calc(4em + var(--little-padding) * 2);
  background: var(--color-background);
  background: linear-gradient(0deg, transparent 0%, var(--color-background) 90%);
  margin: 0 calc(-1 * var(--padding)) -80px;
  z-index: 5;
  pointer-events: none;
}

.project .header-background {
  position: sticky;
  top: 0;
  height: 60px;
  height: calc(24px + var(--little-padding) * 2);
  width: 100vw;
  margin: 0 calc(-1 * var(--padding)) calc(-24px - var(--little-padding) * 2);
}

#masonry {
  width: 100%;
}
#masonry .grid-sizer {
  --w: 1;
  width: min(100%, var(--w) * 100% / (var(--extrazoom) + var(--zoom)));
}
#masonry .grid-item {
  position: relative;
  --w: 1;
  width: min(100%, var(--w) * 100% / (var(--extrazoom) + var(--zoom)));
  padding: 10px;
  box-sizing: border-box;
}
#masonry .grid-item > a {
  display: block;
}
#masonry .grid-item > a:before {
  display: none;
}
#masonry .grid-item figure {
  display: block;
  position: relative;
}
#masonry .grid-item img, #masonry .grid-item canvas {
  position: absolute;
  inset: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#masonry .grid-item figcaption {
  margin-top: 0.5em;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 0px 8px;
  flex-flow: row nowrap;
  letter-spacing: -0.03em;
  line-height: 14px;
  text-transform: uppercase;
}
#masonry .grid-item figcaption h3 {
  color: var(--color-text);
  font-weight: bold;
}
#masonry .grid-item figcaption .project-logo-divider {
  position: relative;
  width: 3px;
  align-self: stretch;
  flex-shrink: 0;
}
#masonry .grid-item figcaption .project-logo-divider .brush-line, #masonry .grid-item figcaption .project-logo-divider img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  height: 100%;
}
#masonry .grid-item figcaption .project-logo {
  width: auto !important;
  height: 1.8em;
  flex-shrink: 0;
}
#masonry .grid-item figcaption .client {
  display: none;
}
#masonry canvas {
  position: absolute;
  top: 0;
  left: 0;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges;
  image-rendering: pixelated;
}

.commercial .commercial-section {
  margin-bottom: 5em;
}

.commercial-section > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  grid-auto-flow: dense;
  grid-auto-rows: calc((100vw - 20px) * 3 / 16);
}
.commercial-section > ul .grid-sizer {
  display: none;
}
.commercial-section > ul .grid-item {
  width: auto;
  padding: 0;
  container-type: inline-size;
  container-name: film-card-container;
}
.commercial-section > ul .grid-item > a {
  overflow: hidden;
  transform: none;
}
.commercial-section > ul .grid-item figure {
  flex: 1 1 0;
  min-height: 0;
  padding-bottom: 0 !important;
  position: relative;
  overflow: hidden;
  background-color: var(--color-primary);
}
.commercial-section > ul .grid-item figure img {
  position: absolute;
  transition: transform 0.3s ease;
  transform-origin: center center;
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-color: var(--color-black);
}
.commercial-section > ul .grid-item figure .card-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  pointer-events: none;
}
.commercial-section > ul .grid-item figcaption {
  flex: 0 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 0.3s ease;
  transform: translateY(101%);
  background-color: var(--color-primary);
  color: var(--color-black);
  display: flex;
  align-items: center;
  padding: 0 4cqi;
  gap: 2cqi;
  overflow: hidden;
  z-index: 3;
}
.commercial-section > ul .grid-item figcaption h3 {
  flex: 1 1 auto;
  font-size: 7cqi;
  padding: 1cqi 0;
  display: flex;
  align-items: center;
  gap: 2cqi;
}
.commercial-section > ul .grid-item figcaption h3::before {
  content: "";
  display: block;
  width: 3cqi;
  height: 3cqi;
  flex-shrink: 0;
  top: 0;
  position: absolute;
  background: url("/assets/images/Commercial_Hover_Sketches_Left-black.svg") no-repeat center/contain;
}
.commercial-section > ul .grid-item figcaption h3::after {
  content: "";
  display: block;
  width: 3cqi;
  height: 3cqi;
  flex-shrink: 0;
  background: url("/assets/images/Commercial_Hover_Sketches_Right-black.svg") no-repeat center/contain;
}
.commercial-section > ul .grid-item figcaption .project-logo {
  width: auto !important;
  height: 4.8em;
}
.commercial-section > ul .grid-item figcaption .project-logo-divider {
  height: 100%;
  width: 0.5em;
}
.commercial-section > ul .grid-item figcaption .project-logo-divider img {
  width: auto;
  height: 200%;
  position: absolute;
  top: -10%;
}
.commercial-section > ul .grid-item > a {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.commercial-section > ul .grid-item > a:before {
  content: "";
  display: block;
  background: var(--color-primary);
  position: absolute;
  width: 2.5%;
  height: 100vmax;
  transform: rotate(90deg);
  transform-origin: top right;
  transition: transform 0.3s ease;
  right: -10%;
  top: -0.0625em;
  z-index: 2;
  left: auto;
}
@media (hover: hover) {
  .commercial-section > ul .grid-item > a:hover figure img, .commercial-section > ul .grid-item > a:hover figure .card-video {
    transform: scale(0.95);
  }
  .commercial-section > ul .grid-item > a:hover figure .card-video {
    opacity: 1;
  }
  .commercial-section > ul .grid-item > a:hover figcaption {
    transform: translateY(0);
  }
  .commercial-section > ul .grid-item > a:hover:before {
    transform: rotate(90deg) translateX(100%);
  }
}
.commercial-section > ul .grid-item > a.touch-hover figure img {
  transform: scale(0.95);
}
.commercial-section > ul .grid-item > a.touch-hover figure .card-video {
  opacity: 1;
}
.commercial-section > ul .grid-item > a.touch-hover figcaption {
  transform: translateY(0);
}
.commercial-section > ul .grid-item > a.touch-hover:before {
  transform: rotate(90deg) translateX(100%);
}
.commercial-section > ul li:nth-of-type(6n+1) {
  grid-column: 1/3;
  grid-row: span 2;
}
.commercial-section > ul li:nth-of-type(6n+2) {
  grid-column: 3;
}
.commercial-section > ul li:nth-of-type(6n+3) {
  grid-column: 3;
}
.commercial-section > ul li:nth-of-type(6n+4) {
  grid-column: 2/4;
  grid-row: span 2;
}
.commercial-section > ul li:nth-of-type(6n+5) {
  grid-column: 1;
}
.commercial-section > ul li:nth-of-type(6n+6) {
  grid-column: 1;
}

@media screen and (max-width: 600px) {
  .commercial-section > ul {
    display: flex;
    flex-flow: column;
  }
  .commercial-section > ul .grid-sizer {
    display: none;
  }
  .commercial-section > ul .grid-item {
    width: 100%;
  }
  .commercial-section > ul .grid-item figure {
    padding-bottom: 56.25% !important;
  }
  .commercial-section > ul .grid-item figcaption .project-logo {
    height: 3em;
  }
}
.film .film-grid {
  margin-bottom: 5em;
}

.film-section > ul,
.film-grid > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.film-section > ul .grid-sizer,
.film-grid > ul .grid-sizer {
  display: none;
}
.film-section > ul .grid-item,
.film-grid > ul .grid-item {
  width: 32%;
  padding: 0;
  container-type: inline-size;
  container-name: film-card-container;
}
.film-section > ul .grid-item > a,
.film-grid > ul .grid-item > a {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  transform: none;
}
.film-section > ul .grid-item > a:before, .film-section > ul .grid-item > a:after,
.film-grid > ul .grid-item > a:before,
.film-grid > ul .grid-item > a:after {
  content: "";
  display: block;
  background: var(--color-primary);
  position: absolute;
  width: 3.75%;
  height: 100vmax;
  transform-origin: top right;
  transition: transform 0.3s ease;
  top: -10%;
  z-index: 1;
  left: auto;
}
.film-section > ul .grid-item > a:before,
.film-grid > ul .grid-item > a:before {
  transform: translateX(-101%);
  left: -0.0625em;
}
.film-section > ul .grid-item > a:after,
.film-grid > ul .grid-item > a:after {
  right: -0.0625em;
  transform: translateX(101%);
}
@media (hover: hover) {
  .film-section > ul .grid-item > a:hover figure img,
  .film-grid > ul .grid-item > a:hover figure img {
    transform: scale(0.95);
  }
  .film-section > ul .grid-item > a:hover figcaption,
  .film-grid > ul .grid-item > a:hover figcaption {
    transform: translateY(0);
  }
  .film-section > ul .grid-item > a:hover:before, .film-section > ul .grid-item > a:hover:after,
  .film-grid > ul .grid-item > a:hover:before,
  .film-grid > ul .grid-item > a:hover:after {
    transform: translateX(0);
  }
}
.film-section > ul .grid-item > a.touch-hover figure img,
.film-grid > ul .grid-item > a.touch-hover figure img {
  transform: scale(0.95);
}
.film-section > ul .grid-item > a.touch-hover figcaption,
.film-grid > ul .grid-item > a.touch-hover figcaption {
  transform: translateY(0);
}
.film-section > ul .grid-item > a.touch-hover:before, .film-section > ul .grid-item > a.touch-hover:after,
.film-grid > ul .grid-item > a.touch-hover:before,
.film-grid > ul .grid-item > a.touch-hover:after {
  transform: translateX(0);
}
.film-section > ul .grid-item figure,
.film-grid > ul .grid-item figure {
  width: 100%;
  position: relative;
  padding-bottom: 150% !important;
  overflow: hidden;
  background-color: var(--color-primary);
}
.film-section > ul .grid-item figure img, .film-section > ul .grid-item figure canvas,
.film-grid > ul .grid-item figure img,
.film-grid > ul .grid-item figure canvas {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  transform-origin: center center;
  background-color: var(--color-black);
}
.film-section > ul .grid-item figure canvas,
.film-grid > ul .grid-item figure canvas {
  pointer-events: none;
  image-rendering: pixelated;
}
.film-section > ul .grid-item figcaption,
.film-grid > ul .grid-item figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 0.3s ease;
  transform: translateY(101%);
  background-color: var(--color-primary);
  color: var(--color-black);
  display: flex;
  align-items: center;
}
.film-section > ul .grid-item figcaption h3,
.film-grid > ul .grid-item figcaption h3 {
  font-size: clamp(1em, 6cqi, 3em);
  padding: 0.5em 2em;
  flex: 1;
}
.film-section > ul .grid-item figcaption .film-hover-sketch,
.film-grid > ul .grid-item figcaption .film-hover-sketch {
  height: 2em;
  width: 2em;
  margin-right: 2em;
}

@media screen and (max-width: 900px) {
  .film-section > ul .grid-item,
  .film-grid > ul .grid-item {
    width: 45vw;
  }
}
@media screen and (max-width: 500px) {
  .film-section > ul .grid-item,
  .film-grid > ul .grid-item {
    width: 80vw;
  }
}
main {
  flex: 1 0 auto;
  padding: 10em var(--padding) 0;
}
main > *,
main .cover-play-button,
main .hero-video-player {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s;
  transition-timing-function: cubic-bezier(0.25, 0, 0.25, 1);
}
main > * > * {
  opacity: 1;
  transition: opacity 0.5s;
  transition-timing-function: cubic-bezier(0.25, 0, 0.25, 1);
}
main .hero-video-player {
  transform: translate(-50%, 0);
}

.is-animating main > *,
.is-animating main .cover-play-button,
.is-animating main .hero-video-player {
  opacity: 0;
  transform: translateY(-1em);
  transition-timing-function: cubic-bezier(0.75, 0, 0.75, 1);
}
.is-animating main > * {
  opacity: 1;
}
.is-animating main > * > * {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.75, 0, 0.75, 1);
}
.is-animating main .cover-play-button,
.is-animating main .hero-video-player {
  opacity: 1;
  transform: translateY(-1em);
}
.is-animating main .hero-video-player {
  transform: translate(-50%, -1em);
}

.basicLightbox figure {
  width: 90vw;
  max-width: 100%;
  max-height: 90vh;
  overflow: hidden;
}
.basicLightbox figure iframe {
  max-height: 90vh;
}

.spacer-block {
  --s: 1;
  height: calc(var(--s) * 10px);
}

.collapsible-block {
  display: block;
  border-bottom: solid 1px var(--color-grey);
}
.collapsible-block .collapsible-title {
  display: flex;
  grid-area: title;
  padding: 0.5em 0 0.5em;
  cursor: pointer;
  font-size: 1em;
  gap: 1em;
  align-items: center;
}
.collapsible-block .collapsible-title span {
  flex: 1 1 auto;
}
.collapsible-block .collapsible-button {
  grid-area: button;
  font-size: 2em;
  display: inline-flex;
  align-items: center;
}
.collapsible-block .collapsible-button span {
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
}
.collapsible-block .collapsible-button span:first-child {
  display: inline-flex;
}
.collapsible-block .collapsible-button span:last-child {
  display: none;
}
.collapsible-block .collapsible-button svg path {
  fill: var(--color-primary);
}
.collapsible-block .collapsible-content {
  grid-area: content;
  height: 0px;
  overflow: hidden;
  transition: height 0.3s cubic-bezier(0.5, 0, 0.5, 1);
}
.collapsible-block .collapsible-content > p:first-child {
  padding-top: 1em;
}
.collapsible-block .collapsible-content > p {
  padding-bottom: 1em;
}
.collapsible-block .collapsible-content > .grid:last-child {
  padding-bottom: 1em;
}
.collapsible-block .collapsible-content .margin-xl {
  margin-bottom: 0em;
}
.collapsible-block .collapsible-content .grid .column {
  margin-bottom: 0;
}
.collapsible-block .collapsible-title.open {
  height: auto;
}
.collapsible-block .collapsible-title.open .collapsible-button span:first-child {
  display: none;
}
.collapsible-block .collapsible-title.open .collapsible-button span:last-child {
  display: inline-flex;
}
.collapsible-block .collapsible-title.open + .collapsible-content {
  height: auto;
}

@media screen and (max-width: 700px) {
  :root {
    --extrazoom: -2;
  }
}
@media screen and (max-width: 500px) {
  #masonry {
    display: flex;
    flex-flow: column;
  }
  #masonry .grid-item {
    width: 100%;
  }
  .zoom-buttons, .buttons .display-mode-button {
    display: none;
  }
  :root {
    --extrazoom: -5;
  }
}
@media screen and (min-width: 900px) {
  :root {
    --extrazoom: 1;
  }
}
@media screen and (min-width: 1400px) {
  :root {
    --extrazoom: 2;
  }
}
@media screen and (min-width: 2000px) {
  :root {
    --extrazoom: 3;
  }
}
@media screen and (min-width: 2600px) {
  :root {
    --extrazoom: 4;
  }
}
@media screen and (min-width: 3200px) {
  :root {
    --extrazoom: 5;
  }
}
article.project {
  padding: 2em calc(var(--padding));
  margin: 0 calc(-1 * var(--padding));
  background-color: var(--color-background);
}
article.project > h1 {
  font-family: var(--font-family-sans);
  font-weight: 600;
  letter-spacing: 0.05em;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
article.project > h1::before {
  content: "";
  display: inline-block;
  width: 1.75vw;
  height: 1.75vw;
  vertical-align: top;
  margin-right: -1vw;
  background: url("/assets/images/CaseStudy_Title_Scratch_Left.svg") no-repeat center/contain;
}
article.project > h1::after {
  content: "";
  display: inline-block;
  width: 4vw;
  height: 3vw;
  vertical-align: top;
  margin-left: -1em;
  transform: translateY(-0.5vw);
  background: url("/assets/images/CaseStudy_Title_Scratch_Right.svg") no-repeat center/contain;
}

.project-description__line {
  width: 100%;
  height: auto;
  display: block;
}

.project-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  padding: 8rem 0;
}

.project-credits {
  font-family: var(--font-family-mono);
  line-height: 1.8;
}

.project-credits__flag {
  width: 3.5em !important;
  height: auto;
  margin-bottom: 1.5em;
}

.project-credits__name {
  font-weight: bold;
}

.project-credits__overflow {
  height: 0;
  overflow: hidden;
  transition: height 0.4s cubic-bezier(0.5, 0, 0.5, 1);
  interpolate-size: allow-keywords;
}

.project-credits--expanded .project-credits__overflow {
  height: auto;
}

.project-credits__toggle {
  padding: 0 !important;
}
.project-credits__toggle .collapsible-button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin-top: 1.5em;
}
.project-credits__toggle .collapsible-button .credits-icon {
  display: flex;
  align-items: center;
  width: 20px;
  height: 20px;
  transition: opacity 0.3s ease;
}
.project-credits__toggle .collapsible-button .credits-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.project-credits__toggle .collapsible-button .credits-icon--close {
  display: none;
}

.project-credits--expanded .project-credits__toggle .collapsible-button .credits-icon--plus {
  display: none;
}
.project-credits--expanded .project-credits__toggle .collapsible-button .credits-icon--close {
  display: flex;
}

.project-description {
  padding-top: 0;
  max-width: 30vw;
}
.project-description .brush-line {
  width: 60%;
  height: 3px;
  margin-bottom: 1.5rem;
}

.project-description__text {
  font-family: var(--font-family-mono);
  line-height: 1.8;
}
.project-description__text p {
  margin: 0 0 1em;
}

@media screen and (max-width: 768px) {
  .project-info {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .project-description {
    max-width: 100%;
  }
}
.project-header {
  padding-top: 3em;
  margin-bottom: 3em;
}

.project-footer {
  padding: 6em 0;
}

.project-tags {
  display: flex;
  margin-bottom: 1.5em;
}

.project-tags li {
  margin-right: 0.5em;
}

.project-tags a {
  padding: 0.5em 1em;
  display: block;
  background: var(--color-light);
}

@media (hover: hover) {
  .project-tags a:hover {
    background: var(--color-black);
    color: var(--color-white);
  }
}
html:has(#swup.info) {
  background-color: var(--color-primary);
}

html:has(#swup.lost-found) {
  background-color: var(--color-background);
}

@media screen and (max-width: 60em) {
  #swup.project .main {
    --padding: 80px;
  }
}
@media screen and (max-width: 650px) {
  #swup.project .main {
    --padding: 20px;
  }
}
#swup.project .main .column:only-child .gallery {
  margin: 0 calc(-1 * var(--padding) + var(--little-padding)) var(--gutter);
}
#swup.project .main .cover-play-button {
  font-family: "Jeko";
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
  width: var(--title-content-width);
  max-width: 48vw;
}
@media screen and (max-width: 650px) {
  #swup.project .main .cover-play-button {
    font-size: 32px;
    max-width: 80vw;
    transform: translateX(-50%);
  }
}
#swup.project .main .text > p {
  width: var(--title-content-width);
  max-width: 100%;
}

#swup.info .header-background {
  background-color: var(--color-primary);
  position: fixed;
  inset: 0 0 auto;
}
#swup.info .main {
  --padding: var(--big-padding);
}
@media screen and (max-width: 60em) {
  #swup.info .main {
    --padding: 80px;
  }
}
@media screen and (max-width: 650px) {
  #swup.info .main {
    --padding: 20px;
  }
}
#swup.info .main a {
  color: var(--color-white);
  font-weight: bold;
}
#swup.info a:before {
  border-bottom: 2px solid var(--color-white);
}
#swup.info .text strong {
  font-weight: bold;
  color: var(--color-text);
}
#swup.info .header nav a[aria-current]:after {
  background-color: var(--color-white);
}
#swup.info .header .logo svg path {
  fill: var(--color-white) !important;
}
#swup.info .header #current-page-underline:after {
  background-color: var(--color-grey);
}
#swup.info .header #menu-toggle {
  mix-blend-mode: normal;
}
#swup.info .collapsible-block {
  border-bottom: solid 1px var(--color-white);
}
#swup.info .collapsible-button path {
  fill: var(--color-white) !important;
}
#swup.info .footer {
  background-color: transparent;
}

.f-grow {
  flex: 1 1 auto !important;
}

@media screen and (max-width: 350px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .header {
    justify-content: center;
  }
  .header .logo {
    height: 3em;
    width: 3em;
    margin-top: 0.5em;
    padding: 0;
  }
  .header #nav-left {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .header #nav-left .nav-projects__grid {
    display: none;
  }
  .header #nav-left .color-swap {
    padding: 0.75em;
  }
  .header #nav {
    display: none;
  }
  .header #current-page-underline {
    display: none;
  }
  .header #menu-toggle {
    display: flex;
  }
}
#menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 9;
  display: flex;
  flex-flow: column;
  padding-top: 80px;
  gap: 1em;
  color: var(--color-white);
  filter: opacity(0) blur(20px);
  pointer-events: none;
  transition: filter 0.3s cubic-bezier(0.5, 0, 0.5, 1);
  background-color: var(--color-background);
}
#menu-overlay a {
  font-size: 1em;
  padding: 1em;
  color: var(--color-text) !important;
  text-decoration: none;
  position: relative;
}
#menu-overlay a[aria-current] {
  cursor: auto;
  color: var(--color-background) !important;
  font-weight: bold;
}
#menu-overlay a[aria-current] .menu-overlay__fill {
  position: absolute;
  top: auto;
  bottom: 5px;
  height: 100%;
  left: 0;
  right: 0;
  object-fit: cover;
  object-position: top;
}
#menu-overlay a[aria-current] .menu-overlay__fill.bottom {
  object-position: bottom;
  top: 5px;
  bottom: auto;
}
#menu-overlay a[aria-current] span {
  position: relative;
  z-index: 1;
}
#menu-overlay a:before {
  display: none;
}
#menu-overlay nav {
  display: flex;
  flex-flow: column;
  mix-blend-mode: normal;
  transform: translateY(20px);
  transition: transform 0.3s cubic-bezier(1, 0, 1, 1);
}
#menu-overlay .menu-overlay__color-swap {
  display: flex;
  justify-content: center;
  padding: 1em;
  margin-top: auto;
}

.menu-open {
  overflow: hidden;
}
.menu-open #menu-toggle span {
  background-image: url("../images/Hamburger_X.svg");
}
.menu-open #menu-overlay {
  filter: opacity(1) blur(0);
  pointer-events: auto;
}
.menu-open #menu-overlay nav {
  transform: none;
  transition: transform 0.3s cubic-bezier(0, 0, 0, 1);
}
.menu-open #swup.info .header .logo svg path {
  fill: var(--color-primary) !important;
}
.menu-open #swup.info a:before {
  border-bottom-color: var(--color-primary);
}

.traction-content {
  padding: 8.75em var(--padding) 8.75em;
  margin: 0 calc(-1 * var(--padding));
  background-color: var(--color-background);
  position: relative;
  z-index: 1;
}

.traction-links {
  margin: 0 auto;
  display: grid;
  gap: 0.5em;
  max-width: clamp(900px, 80vw, 2600px);
}
.traction-links .divider img {
  height: auto;
}
.traction-links li.divider:last-child {
  display: none;
}

.traction-link a {
  display: grid;
  grid-template-columns: 8em 1fr;
  gap: 3em;
  padding: 2em;
  text-decoration: none;
}
.traction-link a:before {
  display: none;
}

.traction-link-image {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.traction-link-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.traction-link-meta {
  display: flex;
  flex-flow: column;
  gap: 0.25em;
  justify-content: center;
}
.traction-link-meta h3 {
  font-weight: 600;
  font-size: 2em;
  text-decoration: underline;
}
.traction-link-meta p {
  font-size: 1em;
  line-height: 1.4;
  max-height: 3em;
  overflow: hidden;
}
.traction-link-meta img {
  height: 1.5em;
  width: auto;
  vertical-align: middle;
}

.traction-link-url {
  font-size: 1em;
  margin-top: 0.25em;
}

@media screen and (max-width: 600px) {
  .traction-link a {
    grid-template-columns: 1fr;
  }
}
.about-hero {
  margin: 0 auto;
  width: clamp(900px, 60vw, 2600px);
  max-width: calc(100vw - var(--padding) * 2);
  margin-top: 6em;
}

.about-hero__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}

.about-hero__left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 2em;
}
.about-hero__left img {
  width: 18em;
  aspect-ratio: 3/4;
}

.about-hero__right {
  padding-left: 2em;
}

.about-hero__small-text {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-family: var(--font-family-mono);
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.5em;
}
.about-hero__small-text p {
  margin: 0;
}

.about-hero__spikes {
  height: 0.75em;
  width: auto;
  flex-shrink: 0;
  position: absolute;
  left: -1.25em;
  top: -1em;
}

.about-hero__heading {
  font-family: var(--font-family-sans);
  font-size: clamp(1.8em, 3.5vw, 2.8em);
  line-height: 1.15;
  font-weight: 400;
  margin-bottom: 0.5em;
  flex: 1 1 auto;
}
.about-hero__heading p {
  margin: 0;
}
.about-hero__heading strong, .about-hero__heading b {
  font-weight: 800;
}

.about-hero__tagline {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background-image: url(../images/Contact_MissionStatement_Layout.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}

.about-hero__tagline-text {
  font-family: var(--font-family-sans);
  font-size: clamp(1.2em, 2vw, 2em);
  font-weight: 400;
  flex: 1 1 auto;
  margin-top: 0.8em;
}
.about-hero__tagline-text p {
  margin: 0;
}
.about-hero__tagline-text strong, .about-hero__tagline-text b {
  font-weight: 800;
}

.about-hero__stone {
  width: 3em !important;
  height: auto;
  flex-shrink: 0;
  margin: 1.3em 2em 0 2em;
}

@media screen and (max-width: 768px) {
  .about-hero {
    margin-top: 100px;
  }
  .about-hero__inner {
    grid-template-columns: 1fr;
    gap: 4em;
  }
  .about-hero__left {
    justify-content: center;
    padding-right: 0;
    order: 1;
  }
  .about-hero__left img {
    max-width: 300px;
  }
  .about-hero__right {
    padding-left: 0;
    padding: 0 1em;
  }
}
.product-inquiries {
  margin: auto;
  margin-top: 5em;
  max-width: clamp(900px, 90vw, 2600px);
}

.email-banner {
  margin-left: calc(-1 * (4em + var(--padding)));
  margin-bottom: 5em;
  width: 110vw;
  overflow: hidden;
}

.email-banner__label {
  display: flex;
  align-items: start;
  gap: 0.5em;
  padding: 0 var(--padding);
  margin-bottom: 0.5em;
}
.email-banner__label span {
  font-family: var(--font-family-mono);
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.email-banner__label img {
  width: 48px;
  height: 48px;
}

.email-banner__marquee {
  padding: 0.6em 0;
  overflow: hidden;
  background-image: url(../images/Contact_Email_Box.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.email-banner__marquee .email-banner__divider {
  height: 10em;
  width: auto;
  align-self: center;
  flex-shrink: 0;
  margin-top: -3.5em;
  margin-bottom: -4em;
}

.email-banner__track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 20s linear infinite;
  text-decoration: none;
}
@media (hover: hover) {
  .email-banner__track:hover {
    transform: none;
    animation-play-state: paused;
  }
}
.email-banner__track span {
  font-family: var(--font-family-sans);
  font-size: clamp(2em, 6vw, 4em);
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-black);
  white-space: nowrap;
  padding: 0 0.4em;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.logo-banner {
  margin-left: calc(-1 * (4em + var(--padding)));
  width: 110vw;
  overflow: hidden;
  margin-top: 2em;
  margin-bottom: 6em;
}

.logo-banner__marquee {
  padding: 0.6em 0;
  overflow: hidden;
  background-image: url(../images/Contact_Email_Box.svg);
  background-size: cover;
  background-repeat: repeat-x;
  background-position: top center;
}

.logo-banner__track {
  display: flex;
  width: max-content;
  animation: logo-marquee-scroll var(--marquee-duration, 30s) linear infinite;
}
@media (hover: hover) {
  .logo-banner__track:hover {
    animation-play-state: paused;
  }
}

.logo-banner__group {
  display: flex;
  align-items: center;
  gap: 2em;
  padding: 0 1em;
}

.logo-banner__icon {
  height: 3em;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
}

@keyframes logo-marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.about-body {
  margin: 0 auto;
  width: clamp(900px, 90vw, 2600px);
  max-width: calc(100vw - var(--padding) * 2);
  padding: 5em var(--padding);
}

.about-body__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2em 3em;
}

.about-body__title {
  display: flex;
  align-items: start;
  gap: 1em;
  padding-top: 0.5em;
}
.about-body__title h2 {
  font-family: var(--font-family-mono);
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.about-body__line {
  width: 80px;
  height: auto;
  flex-shrink: 0;
  margin: 0.5em 0;
}

.about-body__spikes {
  width: auto;
  height: 5.5em;
  flex-shrink: 0;
}

.about-body__content {
  font-family: var(--font-family-mono);
  font-size: 1.85em;
  line-height: 1.7;
}
.about-body__content p {
  margin: 0 0 1.5em;
}

.about-body__anchor {
  float: left;
  width: auto !important;
  height: 4.85em;
  margin: 0 1.5em 1em 0;
}

@media screen and (max-width: 768px) {
  .about-body__inner {
    grid-template-columns: 1fr;
    gap: 1.5em;
  }
  .about-body__spikes {
    display: none;
  }
  .about-body__anchor {
    width: 90px !important;
  }
}
.capabilities {
  margin: 0 auto;
  width: clamp(900px, 90vw, 2600px);
  max-width: calc(100vw - var(--padding) * 2);
  padding: 4em var(--padding);
}
.capabilities .brush-line--horizontal {
  height: auto;
}

.capabilities__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
  align-items: start;
}

.capabilities__title {
  padding-top: 1.5em;
}
.capabilities__title h2 {
  font-family: var(--font-family-sans);
  font-size: 2.8em;
  font-weight: 400;
}
.capabilities__title .capabilities__spikes {
  display: inline-block;
  vertical-align: top;
  height: 0.5em;
  width: auto;
}

.capabilities__list {
  display: flex;
  position: relative;
}
.capabilities__list .capabilities__divider-v {
  flex-shrink: 0;
  display: flex;
  transform: translate(3em, -0.7em);
  position: absolute;
  top: 0;
  bottom: 0;
}
.capabilities__list .capabilities__divider-v img {
  width: auto;
  height: 100%;
}

.capabilities__rows {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.capabilities__rows > .brush-line {
  width: 100%;
  height: auto;
}
.capabilities__rows > .brush-line:last-child {
  display: none;
}

.capabilities__row {
  display: flex;
  align-items: center;
  gap: 1.5em;
  padding: 1em 0;
}

.capabilities__number {
  font-family: var(--font-family-mono);
  font-size: 1.5em;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}

.capabilities__name {
  font-family: var(--font-family-mono);
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: right;
  flex: 1;
  text-decoration: none;
}

.capabilities__name--link {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .capabilities__inner {
    grid-template-columns: 1fr;
  }
  .capabilities > .brush-line--horizontal {
    display: none;
  }
}

/*# sourceMappingURL=index.css.map */
