@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,500..700&family=DM+Sans:opsz,wght@9..40,300..1000&display=swap");

:root {
  --black: #050505;
  --white: #fff;
  --ink: #101010;
  --muted: rgba(255, 255, 255, 0.72);
  --sans: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  --intro-logo-font: var(--sans);
  --fashion-serif: "Bodoni Moda", Didot, "Bodoni 72", "Bodoni MT", serif;
  --serif: var(--sans);
  --display-serif: var(--sans);
  --home-title-font-size: clamp(8.4px, 1.71vw, 32.7px);
}

* {
  box-sizing: border-box;
}

button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}

html {
  background: var(--white);
  color-scheme: light;
  scroll-behavior: smooth;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}

html[data-active-gallery="films"] {
  background: var(--black);
  color-scheme: light;
}

body {
  margin: 0;
  color: var(--black);
  background: var(--white);
  font-family: var(--sans);
  font-weight: 600;
  overflow-x: hidden;
  transition: background-color 336ms ease, color 336ms ease;
  -webkit-user-select: none;
  user-select: none;
}

input,
select,
textarea,
[contenteditable="true"] {
  -webkit-user-select: text;
  user-select: text;
}

body[data-active-gallery="films"] {
  color: var(--white);
  background: var(--black);
}

body.project-open,
body.project-transitioning,
body.project-closing,
body.editor-open,
body.menu-open,
body.menu-closing,
body.inquiry-open,
body.inquiry-closing,
body.submissions-open,
body.site-deleted-open,
body.pricing-open,
body.pricing-closing,
body.intro-pending,
body.intro-playing,
body.intro-cards-playing,
body.intro-exiting {
  overflow: hidden;
}

body.intro-scroll-released {
  overflow-x: hidden;
  overflow-y: auto;
}

@media (min-width: 641px) {
  body.inquiry-closing {
    overflow-x: hidden;
    overflow-y: auto;
  }

  .menu-mounted .menu-overlay,
  .inquiry-mounted .inquiry-panel {
    opacity: 1;
    visibility: visible;
    transform: none;
    filter: none;
    animation: none;
    transition: none;
  }
}

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

a {
  text-decoration: none;
}

a[href],
[role="button"] {
  cursor: pointer;
}

button {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  outline: 0;
  user-select: none;
  -webkit-user-select: none;
}

button:focus,
button:active,
a:focus,
a:active {
  outline: 0;
}

.site-chrome {
  position: fixed;
  inset: 0;
  z-index: 20;
  mix-blend-mode: difference;
  pointer-events: none;
}

body.brand-returning .site-chrome {
  z-index: 140;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 641px) {
  body.brand-returning .rail-menu,
  body.brand-returning .rail-write {
    z-index: 141;
    transition: none;
    will-change: transform, opacity;
    backface-visibility: hidden;
    transform: translateZ(0) translateY(var(--gallery-chrome-y)) scaleX(var(--gallery-chrome-scale-x));
  }

}

@media (max-width: 640px) {
  body.brand-returning .rail-menu,
  body.brand-returning .rail-write {
    z-index: 141;
    transition: none;
    will-change: transform, opacity;
    backface-visibility: hidden;
    transform: translateZ(0) translateY(var(--gallery-chrome-y)) scaleX(var(--gallery-chrome-scale-x));
  }
}

body.mobile-home-chrome-delaying .site-intro,
body.mobile-home-chrome-delaying .site-chrome > .brand {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.gallery-switch-chrome-hidden .site-intro,
body.gallery-switch-chrome-hidden .site-chrome > .brand,
body.gallery-switch-chrome-hidden .rail-menu,
body.gallery-switch-chrome-hidden .rail-write,
body.gallery-switch-chrome-hidden .rail-back,
body.gallery-switch-chrome-hidden .rail-project-switch,
body.gallery-switch-chrome-hidden .layout-edit-toggle,
body.gallery-switch-chrome-hidden .site-publish-button,
body.gallery-switch-chrome-hidden .site-add-card-button {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  animation: none;
}

body.mobile-gallery-chrome-suppressed .rail-menu,
body.mobile-gallery-chrome-suppressed .rail-write,
body.mobile-gallery-chrome-suppressed .rail-back,
body.mobile-gallery-chrome-suppressed .rail-project-switch {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  animation: none !important;
}

body.gallery-switch-preparing .portfolio-view {
  pointer-events: none;
}

body.intro-cards-playing .tile,
body.intro-cards-settling .tile,
body.intro-revealing .tile,
body.films-direct-revealing .tile,
body.gallery-switch-preparing .tile,
body.gallery-switch-staging .tile,
body.gallery-switch-flying .tile {
  pointer-events: none;
}

body.intro-home-ready.intro-cards-playing .tile,
body.intro-home-ready.intro-cards-settling .tile {
  pointer-events: auto;
}

body.overlay-home-scroll-released.films-direct-revealing .tile {
  pointer-events: auto;
}

body.films-direct-revealing:not(.overlay-home-scroll-released) .site-chrome > .brand,
body.films-direct-revealing:not(.overlay-home-scroll-released) .rail-menu,
body.films-direct-revealing:not(.overlay-home-scroll-released) .rail-write,
body.films-direct-revealing:not(.overlay-home-scroll-released) .layout-edit-toggle,
body.films-direct-revealing:not(.overlay-home-scroll-released) .site-publish-button,
body.films-direct-revealing:not(.overlay-home-scroll-released) .site-add-card-button {
  pointer-events: none;
}

body.gallery-switch-preparing .tile {
  --gallery-switch-exit-delay: 0ms;
  opacity: 0;
  transform: translate3d(0, -190vh, 0) scale(0.86);
  filter: blur(6px);
  transition:
    opacity 760ms cubic-bezier(0.32, 0, 0.67, 0) var(--gallery-switch-exit-delay),
    transform 820ms cubic-bezier(0.4, 0, 0.68, 0.06) var(--gallery-switch-exit-delay),
    filter 740ms cubic-bezier(0.4, 0, 0.68, 0.06) var(--gallery-switch-exit-delay);
}

body.gallery-switch-preparing .tile img,
body.gallery-switch-preparing .tile video {
  opacity: 0.92;
  transform: scale(1.08);
  filter: brightness(1.08) saturate(0.9);
  transition:
    opacity 660ms cubic-bezier(0.32, 0, 0.67, 0) var(--gallery-switch-exit-delay),
    transform 820ms cubic-bezier(0.4, 0, 0.68, 0.06) var(--gallery-switch-exit-delay),
    filter 740ms cubic-bezier(0.4, 0, 0.68, 0.06) var(--gallery-switch-exit-delay);
}

body.gallery-switch-preparing .tile:nth-of-type(2) {
  --gallery-switch-exit-delay: 20ms;
}

body.gallery-switch-preparing .tile:nth-of-type(3) {
  --gallery-switch-exit-delay: 40ms;
}

body.gallery-switch-preparing .tile:nth-of-type(4) {
  --gallery-switch-exit-delay: 60ms;
}

body.gallery-switch-preparing .tile:nth-of-type(5) {
  --gallery-switch-exit-delay: 80ms;
}

body.gallery-switch-preparing .tile:nth-of-type(6) {
  --gallery-switch-exit-delay: 100ms;
}

body.gallery-switch-preparing .tile:nth-of-type(7) {
  --gallery-switch-exit-delay: 120ms;
}

body.gallery-switch-preparing .tile:nth-of-type(8) {
  --gallery-switch-exit-delay: 140ms;
}

.brand {
  position: fixed;
  top: calc(clamp(-4px, 0.2vw, 4px) - 5px);
  right: auto;
  bottom: auto;
  left: calc(clamp(8px, 1.4vw, 32px) + 22px);
  display: inline-grid;
  grid-template-columns: auto;
  align-items: start;
  color: #fff;
  font-family: var(--sans);
  font-size: var(--home-title-font-size);
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: 0;
  mix-blend-mode: normal;
  pointer-events: auto;
  z-index: 25;
}

body.brand-returning .site-chrome > .brand {
  visibility: visible;
  animation: brandSlideDown 416ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

body.brand-returning .rail-menu {
  visibility: visible;
  opacity: 1;
  animation: none;
}

body.brand-returning .rail-write {
  visibility: visible;
  animation: galleryChromeIn 416ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

body.brand-returning .layout-edit-toggle,
body.brand-returning .site-publish-button,
body.brand-returning .site-add-card-button {
  visibility: visible;
  animation: galleryChromeIn 416ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes brandSlideDown {
  0% {
    opacity: 0;
    transform: translateY(-58px);
    filter: blur(8px);
  }

  58% {
    opacity: 1;
    filter: blur(2px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes brandTitleReturnIn {
  0% {
    opacity: 0;
    filter: blur(8px);
    transform:
      translate3d(
        calc(-50vw + clamp(64px, 7.5vw, 154px)),
        calc(-50vh + clamp(18px, 2.5vw, 46px) - 48px),
        0
      )
      scale(0.15, 0.153);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform:
      translate3d(
        calc(-50vw + clamp(64px, 7.5vw, 154px)),
        calc(-50vh + clamp(18px, 2.5vw, 46px)),
        0
      )
      scale(0.15, 0.153);
  }
}

.brand-stack {
  display: grid;
  align-self: center;
  gap: clamp(28px, 3vw, 56px);
}

.brand button {
  position: relative;
  display: flex;
  align-items: center;
  order: 1;
  justify-self: start;
  width: clamp(78px, 6.2vw, 128px);
  min-height: clamp(34px, 2.8vw, 54px);
  padding: 0;
  font-size: 1em;
  font-weight: 800;
  line-height: 0.86;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  writing-mode: horizontal-tb;
  transition: font-size 176ms ease, opacity 144ms ease, filter 208ms ease, transform 256ms cubic-bezier(0.16, 1, 0.3, 1);
}

.brand button.is-gallery-active {
  display: none;
}

.brand button::after {
  content: "";
  position: absolute;
  inset: -18px -22px;
}

.brand button::before {
  content: "";
  position: absolute;
  top: 52%;
  left: -0.08em;
  width: calc(100% + 0.16em);
  height: 1px;
  background: currentColor;
  opacity: 0;
  transform: translateY(-50%) scaleX(0);
  transform-origin: left center;
  transition:
    opacity 180ms ease,
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.brand button:not(.is-gallery-active) {
  font-size: 1em;
  opacity: 1;
}

.brand button:hover {
  opacity: 1;
  filter: blur(0);
  transform: translateX(-2px) scaleX(0.96);
}

.brand button:hover::before {
  opacity: 0.62;
  transform: translateY(-50%) scaleX(1);
}

.brand button:active {
  transform: translateX(-1px) scaleX(0.9);
}

.brand button:active::before {
  opacity: 0.9;
  transform: translateY(-50%) scaleX(0.22);
}

.brand button[data-play-morph="true"],
.brand button[data-photo-morph="true"] {
  width: clamp(78px, 6.2vw, 128px);
  min-height: clamp(34px, 2.8vw, 54px);
}

.brand button[data-photo-morph="true"] {
  margin-top: 24px;
}

.brand button[data-play-morph="true"]::before,
.brand button[data-photo-morph="true"]::before {
  display: none;
}

.brand-play-mark,
.brand-photo-mark {
  position: relative;
  display: block;
  width: 100%;
  min-height: clamp(34px, 2.8vw, 54px);
  transform-origin: left center;
  transition: transform 1264ms cubic-bezier(0.16, 1, 0.3, 1);
}

.brand-play-word,
.brand-photo-word {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1em;
  font-weight: 800;
  line-height: 0.86;
  letter-spacing: 0;
  transform-origin: left center;
  transition:
    opacity 780ms ease,
    filter 1280ms ease,
    transform 1780ms cubic-bezier(0.16, 1, 0.3, 1);
}

.brand-photo-frame {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(34px, 2.8vw, 54px);
  height: clamp(24px, 2vw, 38px);
  opacity: 0;
  transform: translate(-50%, -50%) translateX(-18px) scale(0.68) rotate(-2deg);
  transform-origin: center;
  transition:
    opacity 680ms ease,
    transform 1780ms cubic-bezier(0.16, 1, 0.3, 1);
}

.brand-photo-sheet {
  position: absolute;
  width: 78%;
  height: 72%;
  border: clamp(2.5px, 0.2vw, 3.8px) solid currentColor;
  border-radius: 2px;
  opacity: 0;
  transform-origin: center;
  transition:
    opacity 720ms ease,
    transform 1780ms cubic-bezier(0.16, 1, 0.3, 1);
}

.brand-photo-sheet-back {
  left: 14%;
  top: 4%;
  transform: translate(-12px, 10px) rotate(-9deg) scale(0.5);
}

.brand-photo-sheet-front {
  left: 0;
  bottom: 0;
  transform: translate(16px, -8px) rotate(7deg) scale(0.52);
}

.brand-play-symbol {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(18px, 1.36vw, 28px);
  height: clamp(15px, 1.16vw, 23px);
  opacity: 0;
  transform: translate(-50%, -50%) translateX(-18px) scaleX(0.58);
  transform-origin: center;
  overflow: visible;
  transition:
    opacity 680ms ease,
    transform 1780ms cubic-bezier(0.16, 1, 0.3, 1);
}

.brand-play-path {
  fill: none;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 128;
  stroke-dashoffset: 128;
  opacity: 0;
  transform: translateX(-7px) scale(0.42);
  transform-origin: 15px 28px;
  transition:
    opacity 560ms ease,
    stroke-dashoffset 1680ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 1780ms cubic-bezier(0.16, 1, 0.3, 1);
}

.brand button[data-play-morph="true"]:is(:hover, :focus-visible),
.brand button[data-play-morph="true"].is-touch-morphing {
  transform: translateX(-3px) scaleX(1);
}

.brand button[data-play-morph="true"]:is(:hover, :focus-visible) .brand-play-mark,
.brand button[data-play-morph="true"].is-touch-morphing .brand-play-mark {
  transform: translateX(1px) rotate(-1deg) scale(1);
}

.brand button[data-play-morph="true"]:is(:hover, :focus-visible) .brand-play-word,
.brand button[data-play-morph="true"].is-touch-morphing .brand-play-word {
  opacity: 0;
  filter: blur(8px);
  transform: translateX(22px) scaleX(0.52);
}

.brand button[data-play-morph="true"]:is(:hover, :focus-visible) .brand-play-symbol,
.brand button[data-play-morph="true"].is-touch-morphing .brand-play-symbol {
  opacity: 1;
  transform: translate(-50%, -50%) translateX(0) scaleX(1);
}

.brand button[data-play-morph="true"]:is(:hover, :focus-visible) .brand-play-path,
.brand button[data-play-morph="true"].is-touch-morphing .brand-play-path {
  opacity: 1;
  stroke-dashoffset: 0;
  transform: translateX(3px) scale(0.58);
}

.brand button[data-play-morph="true"]:active .brand-play-mark {
  transform: translateX(0) rotate(-0.8deg) scale(0.96);
}

.brand button[data-photo-morph="true"]:is(:hover, :focus-visible),
.brand button[data-photo-morph="true"].is-touch-morphing {
  transform: translateX(-3px) scaleX(1);
}

.brand button[data-photo-morph="true"]:is(:hover, :focus-visible) .brand-photo-mark,
.brand button[data-photo-morph="true"].is-touch-morphing .brand-photo-mark {
  transform: translateX(1px) rotate(-0.7deg) scale(1);
}

.brand button[data-photo-morph="true"]:is(:hover, :focus-visible) .brand-photo-word,
.brand button[data-photo-morph="true"].is-touch-morphing .brand-photo-word {
  opacity: 0;
  filter: blur(8px);
  transform: translateX(22px) scaleX(0.52);
}

.brand button[data-photo-morph="true"]:is(:hover, :focus-visible) .brand-photo-frame,
.brand button[data-photo-morph="true"].is-touch-morphing .brand-photo-frame {
  opacity: 1;
  transform: translate(-50%, -50%) translateX(0) scale(1) rotate(0deg);
}

.brand button[data-photo-morph="true"]:is(:hover, :focus-visible) .brand-photo-sheet,
.brand button[data-photo-morph="true"].is-touch-morphing .brand-photo-sheet {
  opacity: 1;
}

.brand button[data-photo-morph="true"]:is(:hover, :focus-visible) .brand-photo-sheet-back,
.brand button[data-photo-morph="true"].is-touch-morphing .brand-photo-sheet-back {
  transform: translate(7px, 0) rotate(-6deg) scale(1);
  transition-delay: 144ms;
}

.brand button[data-photo-morph="true"]:is(:hover, :focus-visible) .brand-photo-sheet-front,
.brand button[data-photo-morph="true"].is-touch-morphing .brand-photo-sheet-front {
  transform: translate(0, 4px) rotate(1deg) scale(1);
  transition-delay: 304ms;
}

@media (max-width: 640px) {
  .brand button.is-touch-morphing .brand-play-mark,
  .brand button.is-touch-morphing .brand-photo-mark {
    transition-duration: 368ms;
  }

  .brand button.is-touch-morphing .brand-play-word,
  .brand button.is-touch-morphing .brand-photo-word {
    transition:
      opacity 180ms ease,
      filter 320ms ease,
      transform 440ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .brand button.is-touch-morphing .brand-play-symbol,
  .brand button.is-touch-morphing .brand-photo-frame {
    transition:
      opacity 160ms ease,
      transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .brand button.is-touch-morphing .brand-play-path {
    transition:
      opacity 120ms ease,
      stroke-dashoffset 420ms cubic-bezier(0.16, 1, 0.3, 1),
      transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .brand button.is-touch-morphing .brand-photo-sheet {
    transition:
      opacity 160ms ease,
      transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .brand button.is-touch-morphing .brand-photo-sheet-back {
    transition-delay: 40ms;
  }

  .brand button.is-touch-morphing .brand-photo-sheet-front {
    transition-delay: 88ms;
  }
}

.brand button[data-photo-morph="true"]:active .brand-photo-mark {
  transform: translateX(0) rotate(-0.8deg) scale(0.96);
}

.adaptive-letter {
  display: inline-block;
  color: inherit;
  transition: color 96ms linear, opacity 96ms linear;
}

.brand-letter {
  display: inline-block;
  line-height: 1;
  transform-origin: center;
  transition:
    filter 520ms ease,
    opacity 320ms ease,
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
  vertical-align: top;
}

.brand button:hover .brand-letter {
  animation: brandLensFocus 720ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.brand button:hover .brand-letter:nth-child(1) {
  animation-delay: 0ms;
}

.brand button:hover .brand-letter:nth-child(2) {
  animation-delay: 30ms;
}

.brand button:hover .brand-letter:nth-child(3) {
  animation-delay: 61ms;
}

.brand button:hover .brand-letter:nth-child(4) {
  animation-delay: 91ms;
}

.brand button:hover .brand-letter:nth-child(5) {
  animation-delay: 122ms;
}

.brand button:hover .brand-letter:nth-child(6) {
  animation-delay: 152ms;
}

.brand button:active .brand-letter {
  filter: blur(1px);
  opacity: 0.78;
  transform: scaleX(0.66);
}

.brand button .brand-letter,
.rail-menu .brand-letter,
.rail-write .brand-letter {
  margin-inline-end: -0.035em;
}

.brand button .brand-letter:last-child,
.rail-menu .brand-letter:last-child,
.rail-write .brand-letter:last-child {
  margin-inline-end: 0;
}

@keyframes brandLensFocus {
  0% {
    filter: blur(0);
    transform: translateY(0) scaleX(1);
  }

  34% {
    filter: blur(2.6px);
    transform: translateY(-0.03em) scaleX(0.72);
  }

  68% {
    filter: blur(0.6px);
    transform: translateY(0.02em) scaleX(1.08);
  }

  100% {
    filter: blur(0);
    transform: translateY(0) scaleX(1);
  }
}

.rail-write .adaptive-space {
  min-height: 0.34em;
}

.brand small {
  font-family: var(--sans);
  font-size: clamp(7px, 0.55vw, 11px);
  font-weight: 600;
  line-height: 1;
}

.rail {
  position: fixed;
  --gallery-chrome-scale-x: 1;
  z-index: 26;
  font-size: clamp(20.8px, 2.4vw, 43.2px);
  font-weight: 800;
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  pointer-events: auto;
}

.rail-menu {
  --gallery-chrome-y: -4px;
  --menu-hit-pad: clamp(14px, 1.4vw, 24px);
  --menu-mark-width: clamp(48px, 4.4vw, 82px);
  --menu-mark-height: clamp(38px, 3.4vw, 60px);
  top: calc(clamp(14px, 2vw, 34px) - var(--menu-hit-pad));
  right: calc(clamp(12px, 1.7vw, 30px) - var(--menu-hit-pad));
  color: #fff;
  font-family: var(--sans);
  font-size: var(--home-title-font-size);
  font-weight: 800;
  inline-size: calc(var(--menu-mark-width) + var(--menu-hit-pad) * 2);
  block-size: calc(var(--menu-mark-height) + var(--menu-hit-pad) * 2);
  mix-blend-mode: normal;
  padding: var(--menu-hit-pad);
  transform: translateY(var(--gallery-chrome-y)) scaleX(var(--gallery-chrome-scale-x));
  transition: opacity 176ms ease, transform 176ms ease, visibility 176ms ease;
  text-transform: uppercase;
  writing-mode: horizontal-tb;
}

.menu-mark {
  position: relative;
  display: block;
  width: var(--menu-mark-width);
  height: var(--menu-mark-height);
  transform-origin: center;
  transition: transform 496ms cubic-bezier(0.16, 1, 0.3, 1);
}

.menu-mark-line {
  position: absolute;
  right: 0;
  display: block;
  height: clamp(3px, 0.22vw, 4px);
  background: transparent;
  border-radius: 999px;
  transform-origin: right center;
  transition:
    width 720ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 720ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 420ms ease 80ms;
}

.menu-mark-line::before {
  content: "";
  position: absolute;
  inset: 0;
  background: currentColor;
  border-radius: inherit;
  transform: scaleX(1);
  transform-origin: right center;
  will-change: transform, opacity;
}

.menu-mark-line:nth-child(1) {
  top: 22%;
  width: 38%;
  transform: translateX(-8%);
}

.menu-mark-line:nth-child(2) {
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.menu-mark-line:nth-child(3) {
  bottom: 22%;
  width: 64%;
  transform: translateX(-18%);
}

.menu-morph-word {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(1px, 0.2vw, 4px);
  font-size: var(--home-title-font-size);
  font-weight: 1000;
  line-height: 1;
  letter-spacing: -0.08em;
  opacity: 0;
  transform: translateX(16px) scaleX(0.58);
  transform-origin: right center;
  transition:
    opacity 260ms ease,
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

.menu-morph-word span {
  display: inline-block;
  opacity: 0;
  filter: blur(9px);
  transform: translateY(18px) scaleX(0.24);
  transform-origin: center;
  transition:
    opacity 240ms ease,
    filter 420ms ease,
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

.menu-morph-word span:nth-child(1) {
  transition-delay: 0ms;
}

.menu-morph-word span:nth-child(2) {
  transition-delay: 24ms;
}

.menu-morph-word span:nth-child(3) {
  transition-delay: 48ms;
}

.menu-morph-word span:nth-child(4) {
  transition-delay: 72ms;
}

.rail-menu:hover .menu-mark {
  transform: translateX(-8px) rotate(-1.5deg) scale(1.08);
}

.rail-menu:hover .menu-mark-line:nth-child(1) {
  transition:
    width 720ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 720ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 260ms ease 470ms;
  width: 92%;
  transform: translateX(-3%) translateY(13px) rotate(0deg) scaleY(0.52);
  opacity: 0;
}

.rail-menu:hover .menu-mark-line:nth-child(2) {
  transition:
    width 720ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 720ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 260ms ease 420ms;
  width: 100%;
  transform: translateY(-50%) scaleY(0.5);
  opacity: 0;
}

.rail-menu:hover .menu-mark-line:nth-child(3) {
  transition:
    width 720ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 720ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 260ms ease 520ms;
  width: 92%;
  transform: translateX(-3%) translateY(-13px) rotate(0deg) scaleY(0.52);
  opacity: 0;
}

.rail-menu:hover .menu-morph-word {
  transition:
    opacity 340ms ease 180ms,
    transform 860ms cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 1;
  transform: translateX(0) scaleX(1);
}

.rail-menu:hover .menu-morph-word span {
  transition:
    opacity 340ms ease,
    filter 700ms ease,
    transform 860ms cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scaleX(1);
}

.rail-menu:hover .menu-morph-word span:nth-child(1) {
  transition-delay: 168ms;
}

.rail-menu:hover .menu-morph-word span:nth-child(2) {
  transition-delay: 236ms;
}

.rail-menu:hover .menu-morph-word span:nth-child(3) {
  transition-delay: 304ms;
}

.rail-menu:hover .menu-morph-word span:nth-child(4) {
  transition-delay: 372ms;
}

.rail-menu:active .menu-mark {
  transform: translateX(-2px) rotate(-1deg) scale(0.96);
}

body.brand-returning .rail-menu .menu-mark-line::before,
.project-open:not(.project-transitioning):not(.project-closing) .rail-menu .menu-mark-line::before,
body.mobile-gallery-chrome-opened.project-open:not(.project-transitioning):not(.project-closing) .rail-menu .menu-mark-line::before {
  animation: menuLineRevealRight 544ms cubic-bezier(0.16, 1, 0.3, 1) backwards;
}

body.brand-returning .rail-menu .menu-mark-line:nth-child(1)::before,
.project-open:not(.project-transitioning):not(.project-closing) .rail-menu .menu-mark-line:nth-child(1)::before,
body.mobile-gallery-chrome-opened.project-open:not(.project-transitioning):not(.project-closing) .rail-menu .menu-mark-line:nth-child(1)::before {
  animation-delay: 72ms;
}

body.brand-returning .rail-menu .menu-mark-line:nth-child(2)::before,
.project-open:not(.project-transitioning):not(.project-closing) .rail-menu .menu-mark-line:nth-child(2)::before,
body.mobile-gallery-chrome-opened.project-open:not(.project-transitioning):not(.project-closing) .rail-menu .menu-mark-line:nth-child(2)::before {
  animation-delay: 0ms;
}

body.brand-returning .rail-menu .menu-mark-line:nth-child(3)::before,
.project-open:not(.project-transitioning):not(.project-closing) .rail-menu .menu-mark-line:nth-child(3)::before,
body.mobile-gallery-chrome-opened.project-open:not(.project-transitioning):not(.project-closing) .rail-menu .menu-mark-line:nth-child(3)::before {
  animation-delay: 144ms;
}

body.intro-brand-settled:not(.brand-returning):not(.gallery-switch-chrome-hidden):not(.project-open) .rail-menu .menu-mark-line::before {
  animation: none;
}

.rail-project-edit {
  --gallery-chrome-y: -4px;
  --menu-hit-pad: clamp(14px, 1.4vw, 24px);
  top: calc(clamp(14px, 2vw, 34px) + clamp(88px, 7.6vw, 142px) - var(--menu-hit-pad));
  right: calc(clamp(12px, 1.7vw, 30px) - var(--menu-hit-pad));
  color: #fff;
  font-family: var(--sans);
  font-size: var(--home-title-font-size);
  font-weight: 800;
  mix-blend-mode: normal;
  padding: var(--menu-hit-pad);
  transform: translateY(var(--gallery-chrome-y)) scaleX(var(--gallery-chrome-scale-x));
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.rail-project-switch {
  --gallery-chrome-y: -4px;
  --menu-hit-pad: clamp(14px, 1.4vw, 24px);
  --project-switch-width: clamp(72px, 6vw, 116px);
  --project-switch-height: clamp(38px, 3.2vw, 58px);
  top: calc(clamp(14px, 2vw, 34px) + clamp(88px, 7.6vw, 142px) - var(--menu-hit-pad));
  right: calc(clamp(12px, 1.7vw, 30px) - var(--menu-hit-pad));
  color: #fff;
  font-family: var(--sans);
  font-size: var(--home-title-font-size);
  font-weight: 800;
  inline-size: calc(var(--project-switch-width) + var(--menu-hit-pad) * 2);
  block-size: calc(var(--project-switch-height) + var(--menu-hit-pad) * 2);
  mix-blend-mode: normal;
  padding: var(--menu-hit-pad);
  transform: translateY(var(--gallery-chrome-y)) scaleX(var(--gallery-chrome-scale-x));
  text-transform: uppercase;
  writing-mode: horizontal-tb;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.project-switch-mark {
  position: relative;
  display: block;
  width: var(--project-switch-width);
  height: var(--project-switch-height);
  transform-origin: center;
  transition: transform 608ms cubic-bezier(0.16, 1, 0.3, 1);
}

.project-switch-word {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: clamp(18px, 1.35vw, 28px);
  font-weight: 1000;
  line-height: 1;
  letter-spacing: -0.035em;
  transform-origin: right center;
  transition:
    opacity 420ms ease,
    filter 680ms ease,
    transform 960ms cubic-bezier(0.16, 1, 0.3, 1);
}

.project-switch-play {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(18px) scaleX(0.62);
  transform-origin: right center;
  transition:
    opacity 300ms ease,
    transform 960ms cubic-bezier(0.16, 1, 0.3, 1);
}

.project-switch-play-line {
  position: absolute;
  left: 18%;
  display: block;
  height: clamp(3px, 0.22vw, 4px);
  background: currentColor;
  border-radius: 999px;
  transform-origin: left center;
  transition:
    width 960ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 520ms ease,
    transform 960ms cubic-bezier(0.16, 1, 0.3, 1);
}

.project-switch-play-line:nth-child(1) {
  top: 24%;
  width: 34%;
  transform: translateX(58%) rotate(0deg) scaleX(0.36);
}

.project-switch-play-line:nth-child(2) {
  top: 50%;
  width: 78%;
  transform: translateY(-50%) translateX(18%) scaleX(0.32);
}

.project-switch-play-line:nth-child(3) {
  bottom: 24%;
  width: 46%;
  transform: translateX(48%) rotate(0deg) scaleX(0.36);
}

.rail-project-switch[data-target-gallery="films"]:is(:hover, :focus-visible) .project-switch-mark {
  transform: translateX(-7px) rotate(-1deg) scale(1.08);
}

.rail-project-switch[data-target-gallery="films"]:is(:hover, :focus-visible) .project-switch-word {
  opacity: 0;
  filter: blur(8px);
  transform: translateX(-22px) scaleX(0.54);
}

.rail-project-switch[data-target-gallery="films"]:is(:hover, :focus-visible) .project-switch-play {
  opacity: 1;
  transform: translateX(0) scaleX(1);
}

.rail-project-switch[data-target-gallery="films"]:is(:hover, :focus-visible) .project-switch-play-line:nth-child(1) {
  width: 62%;
  transform: translateX(14%) translateY(4px) rotate(29deg) scaleX(1);
}

.rail-project-switch[data-target-gallery="films"]:is(:hover, :focus-visible) .project-switch-play-line:nth-child(2) {
  width: 42%;
  transform: translateX(2%) translateY(-50%) rotate(90deg) scaleX(1);
}

.rail-project-switch[data-target-gallery="films"]:is(:hover, :focus-visible) .project-switch-play-line:nth-child(3) {
  width: 62%;
  transform: translateX(14%) translateY(-4px) rotate(-29deg) scaleX(1);
}

.rail-project-switch:active .project-switch-mark {
  transform: translateX(-2px) rotate(-0.8deg) scale(0.96);
}

body.admin-page .rail-project-switch {
  top: calc(clamp(14px, 2vw, 34px) + clamp(168px, 14vw, 270px) - var(--menu-hit-pad));
}

.rail-write {
  --gallery-chrome-y: 0px;
  --menu-hit-pad: clamp(14px, 1.4vw, 24px);
  --write-envelope-width: clamp(39px, 3.8vw, 68px);
  --write-envelope-height: clamp(25px, 2.35vw, 42px);
  right: calc(clamp(12px, 1.7vw, 30px) - var(--menu-hit-pad));
  bottom: calc(clamp(16px, 2.4vw, 48px) - var(--menu-hit-pad));
  color: #fff;
  font-family: var(--sans);
  font-size: var(--home-title-font-size);
  font-weight: 800;
  mix-blend-mode: normal;
  padding: var(--menu-hit-pad);
  transform: translateY(var(--gallery-chrome-y)) scaleX(var(--gallery-chrome-scale-x));
  transition: opacity 176ms ease, visibility 176ms ease;
  text-transform: uppercase;
}

.rail-write .adaptive-letter {
  transition:
    opacity 620ms ease,
    filter 760ms ease,
    transform 980ms cubic-bezier(0.16, 1, 0.3, 1);
}

.write-envelope-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--write-envelope-width);
  height: var(--write-envelope-height);
  color: currentColor;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0.78) scaleY(0.9);
  transform-origin: center;
  transition:
    opacity 620ms ease,
    transform 1180ms cubic-bezier(0.16, 1, 0.3, 1);
}

.write-envelope-line {
  position: absolute;
  display: block;
  background: currentColor;
  border-radius: 999px;
  opacity: 0;
  transform-origin: center;
  transition:
    opacity 520ms ease,
    transform 1180ms cubic-bezier(0.16, 1, 0.3, 1);
}

.write-envelope-top,
.write-envelope-bottom {
  left: 0;
  width: 100%;
  height: clamp(2.6px, 0.18vw, 3.8px);
  transform: scaleX(0.12);
}

.write-envelope-top {
  top: 0;
}

.write-envelope-bottom {
  bottom: 0;
}

.write-envelope-left,
.write-envelope-right {
  top: 0;
  width: clamp(2.6px, 0.18vw, 3.8px);
  height: 100%;
  transform: scaleY(0.12);
}

.write-envelope-left {
  left: 0;
}

.write-envelope-right {
  right: 0;
}

.write-envelope-fold-left,
.write-envelope-fold-right {
  top: 0;
  width: 61%;
  height: clamp(2.6px, 0.18vw, 3.8px);
  transform: rotate(0deg) scaleX(0.08);
}

.write-envelope-fold-left {
  left: 0;
  transform-origin: left center;
}

.write-envelope-fold-right {
  right: 0;
  transform-origin: right center;
}

.rail-write:is(:hover, :focus-visible) .adaptive-letter {
  opacity: 0;
  filter: blur(4px);
  transform: translateY(-0.06em) scaleX(0.64);
}

.rail-write:is(:hover, :focus-visible) .write-envelope-mark {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(1) scaleY(1);
}

.rail-write:is(:hover, :focus-visible) .write-envelope-line {
  opacity: 1;
}

.rail-write:is(:hover, :focus-visible) .write-envelope-top,
.rail-write:is(:hover, :focus-visible) .write-envelope-bottom {
  transform: scaleX(1);
}

.rail-write:is(:hover, :focus-visible) .write-envelope-left,
.rail-write:is(:hover, :focus-visible) .write-envelope-right {
  transform: scaleY(1);
}

.rail-write:is(:hover, :focus-visible) .write-envelope-fold-left {
  transform: rotate(32deg) scaleX(1);
}

.rail-write:is(:hover, :focus-visible) .write-envelope-fold-right {
  transform: rotate(-32deg) scaleX(1);
}

.rail-write:active .write-envelope-mark {
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0.94) scaleY(0.96);
}

@media (max-width: 768px), (hover: none) and (pointer: coarse) {
  .brand button:hover,
  .brand button:active {
    filter: none;
    transform: none;
  }

  .brand button:hover::before,
  .brand button:active::before {
    opacity: 0;
    transform: translateY(-50%) scaleX(0);
  }

  .brand button[data-play-morph="true"]:is(:hover, :focus-visible),
  .brand button[data-photo-morph="true"]:is(:hover, :focus-visible) {
    transform: none;
  }

  .brand button[data-play-morph="true"]:is(:hover, :focus-visible) .brand-play-mark,
  .brand button[data-photo-morph="true"]:is(:hover, :focus-visible) .brand-photo-mark,
  .brand button[data-play-morph="true"]:active .brand-play-mark,
  .brand button[data-photo-morph="true"]:active .brand-photo-mark {
    transform: none;
  }

  .brand button[data-play-morph="true"]:is(:hover, :focus-visible) .brand-play-word,
  .brand button[data-photo-morph="true"]:is(:hover, :focus-visible) .brand-photo-word {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .brand button[data-play-morph="true"]:is(:hover, :focus-visible) .brand-play-symbol {
    opacity: 0;
    transform: translate(-50%, -50%) translateX(-18px) scaleX(0.58);
  }

  .brand button[data-play-morph="true"]:is(:hover, :focus-visible) .brand-play-path {
    opacity: 0;
    stroke-dashoffset: 128;
    transform: translateX(-7px) scale(0.42);
  }

  .brand button[data-photo-morph="true"]:is(:hover, :focus-visible) .brand-photo-frame {
    opacity: 0;
    transform: translate(-50%, -50%) translateX(-18px) scale(0.68) rotate(-2deg);
  }

  .brand button[data-photo-morph="true"]:is(:hover, :focus-visible) .brand-photo-sheet {
    opacity: 0;
  }

  .brand button[data-photo-morph="true"]:is(:hover, :focus-visible) .brand-photo-sheet-back {
    transform: translate(-12px, 10px) rotate(-9deg) scale(0.5);
    transition-delay: 0ms;
  }

  .brand button[data-photo-morph="true"]:is(:hover, :focus-visible) .brand-photo-sheet-front {
    transform: translate(16px, -8px) rotate(7deg) scale(0.52);
    transition-delay: 0ms;
  }

  .rail-menu:hover .menu-mark,
  .rail-menu:active .menu-mark {
    transform: none;
  }

  .rail-menu:hover .menu-mark-line:nth-child(1) {
    width: 38%;
    transform: translateX(-8%);
    opacity: 1;
  }

  .rail-menu:hover .menu-mark-line:nth-child(2) {
    width: 100%;
    transform: translateY(-50%);
    opacity: 1;
  }

  .rail-menu:hover .menu-mark-line:nth-child(3) {
    width: 64%;
    transform: translateX(-18%);
    opacity: 1;
  }

  .rail-menu:hover .menu-morph-word {
    opacity: 0;
    transform: translateX(16px) scaleX(0.58);
  }

  .rail-menu:hover .menu-morph-word span {
    opacity: 0;
    filter: blur(9px);
    transform: translateY(18px) scaleX(0.24);
    transition-delay: 0ms;
  }

  .rail-project-switch[data-target-gallery="films"]:is(:hover, :focus-visible) .project-switch-mark,
  .rail-project-switch:active .project-switch-mark {
    transform: none;
  }

  .rail-project-switch[data-target-gallery="films"]:is(:hover, :focus-visible) .project-switch-word {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .rail-project-switch[data-target-gallery="films"]:is(:hover, :focus-visible) .project-switch-play {
    opacity: 0;
    transform: translateX(18px) scaleX(0.62);
  }

  .rail-project-switch[data-target-gallery="films"]:is(:hover, :focus-visible) .project-switch-play-line:nth-child(1) {
    width: 34%;
    transform: translateX(58%) rotate(0deg) scaleX(0.36);
  }

  .rail-project-switch[data-target-gallery="films"]:is(:hover, :focus-visible) .project-switch-play-line:nth-child(2) {
    width: 78%;
    transform: translateY(-50%) translateX(18%) scaleX(0.32);
  }

  .rail-project-switch[data-target-gallery="films"]:is(:hover, :focus-visible) .project-switch-play-line:nth-child(3) {
    width: 46%;
    transform: translateX(48%) rotate(0deg) scaleX(0.36);
  }

  .rail-write:is(:hover, :focus-visible) .adaptive-letter {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .rail-write:is(:hover, :focus-visible) .write-envelope-mark,
  .rail-write:active .write-envelope-mark {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg) scaleX(0.78) scaleY(0.9);
  }

  .rail-write:is(:hover, :focus-visible) .write-envelope-line {
    opacity: 0;
  }

  .rail-write:is(:hover, :focus-visible) .write-envelope-top,
  .rail-write:is(:hover, :focus-visible) .write-envelope-bottom {
    transform: scaleX(0.12);
  }

  .rail-write:is(:hover, :focus-visible) .write-envelope-left,
  .rail-write:is(:hover, :focus-visible) .write-envelope-right {
    transform: scaleY(0.12);
  }

  .rail-write:is(:hover, :focus-visible) .write-envelope-fold-left,
  .rail-write:is(:hover, :focus-visible) .write-envelope-fold-right {
    transform: rotate(0deg) scaleX(0.08);
  }
}

.layout-edit-toggle {
  position: fixed;
  top: calc(clamp(14px, 2vw, 34px) + clamp(300px, 22vw, 430px));
  right: clamp(12px, 1.7vw, 30px);
  z-index: 26;
  color: var(--white);
  font-family: var(--sans);
  font-size: clamp(13px, 1.15vw, 20px);
  font-weight: 600;
  line-height: 0.92;
  mix-blend-mode: normal;
  padding: 0;
  pointer-events: auto;
  text-align: right;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transition: opacity 144ms ease, transform 176ms ease, visibility 176ms ease;
}

.layout-edit-toggle[aria-pressed="true"] {
  color: var(--white);
}

.layout-edit-toggle:hover {
  transform: translateY(-2px);
}

.site-publish-button {
  --gallery-chrome-x: -50%;
  position: fixed;
  left: 50%;
  bottom: clamp(14px, 2vw, 34px);
  z-index: 26;
  color: var(--white);
  font-family: var(--sans);
  font-size: clamp(18px, 1.9vw, 36px);
  font-weight: 600;
  line-height: 0.9;
  mix-blend-mode: difference;
  padding: 0;
  pointer-events: auto;
  text-transform: uppercase;
  transform: translateX(-50%);
  transition: opacity 144ms ease, transform 176ms ease, visibility 144ms ease;
}

.site-publish-button:hover {
  transform: translateX(-50%) translateY(-2px);
}

.site-add-card-button {
  position: fixed;
  right: clamp(12px, 1.7vw, 30px);
  bottom: clamp(10px, 1.6vw, 28px);
  z-index: 26;
  color: var(--white);
  font-family: var(--sans);
  font-size: clamp(58px, 6vw, 112px);
  font-weight: 600;
  line-height: 0.72;
  mix-blend-mode: difference;
  padding: 0;
  pointer-events: auto;
  transition: opacity 144ms ease, transform 176ms ease, visibility 144ms ease;
}

.site-add-card-button:hover {
  transform: translateY(-3px);
}

.rail-back {
  --gallery-chrome-y: -10px;
  --gallery-chrome-scale-x: 1;
  --back-mark-width: clamp(62px, 5.6vw, 112px);
  --back-mark-height: clamp(36px, 3.1vw, 58px);
  top: clamp(14px, 2vw, 34px);
  left: clamp(12px, 1.7vw, 30px);
  color: #fff;
  font-family: var(--sans);
  font-size: var(--home-title-font-size);
  font-weight: 800;
  opacity: 0;
  visibility: hidden;
  inline-size: var(--back-mark-width);
  block-size: var(--back-mark-height);
  mix-blend-mode: normal;
  writing-mode: horizontal-tb;
  transform: translateY(var(--gallery-chrome-y)) scaleX(var(--gallery-chrome-scale-x));
  transition: opacity 176ms ease, transform 176ms ease, visibility 176ms ease;
  text-transform: uppercase;
}

.back-mark {
  position: relative;
  display: block;
  width: var(--back-mark-width);
  height: var(--back-mark-height);
  transform-origin: left center;
  transition: transform 496ms cubic-bezier(0.16, 1, 0.3, 1);
}

.back-mark::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 72%;
  background: currentColor;
  clip-path: polygon(
    0 50%,
    29% 8%,
    34% 23%,
    16% 42%,
    100% 42%,
    100% 58%,
    16% 58%,
    38% 88%,
    32% 100%
  );
  transform: translateY(-50%);
  transition:
    clip-path 720ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 260ms ease;
}

.back-mark-line {
  display: none;
}

.rail-back:hover .back-mark {
  transform: translateX(-7px) scaleX(1.06);
}

.rail-back:hover .back-mark::before {
  clip-path: polygon(
    0 50%,
    33% 10%,
    38% 24%,
    18% 42%,
    92% 42%,
    92% 58%,
    18% 58%,
    42% 86%,
    36% 98%
  );
  opacity: 0.86;
}

.rail-back:active .back-mark {
  transform: translateX(-7px) scaleX(1.06);
  transition: none;
}

.rail-back:active .back-mark::before {
  clip-path: polygon(
    0 50%,
    33% 10%,
    38% 24%,
    18% 42%,
    92% 42%,
    92% 58%,
    18% 58%,
    42% 86%,
    36% 98%
  );
  opacity: 0.86;
  transition: none;
}

.project-open:not(.project-closing):not(.desktop-project-opening):not(.mobile-project-opening):not(.mobile-gallery-chrome-opening):not(.mobile-project-closing):not(.mobile-back-closing) .rail-back {
  opacity: 1;
  visibility: visible;
  transform: translateY(var(--gallery-chrome-y)) scaleX(var(--gallery-chrome-scale-x));
}

body.admin-page.project-open:not(.project-transitioning):not(.project-closing) .rail-project-edit {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.project-transitioning .rail-menu,
.project-transitioning .rail-write,
.project-transitioning .rail-back,
.project-transitioning .rail-project-edit,
.project-transitioning .rail-project-switch,
.project-transitioning .layout-edit-toggle,
.project-transitioning .site-publish-button,
.project-transitioning .site-add-card-button,
.project-closing .rail-menu,
.project-closing .rail-write,
.project-closing .rail-back,
.project-closing .rail-project-edit,
.project-closing .rail-project-switch,
.project-closing .layout-edit-toggle,
.project-closing .site-publish-button,
.project-closing .site-add-card-button,
.project-open .layout-edit-toggle,
.project-open .site-publish-button,
.project-open .site-add-card-button,
.editor-open .layout-edit-toggle,
.editor-open .site-publish-button,
.editor-open .site-add-card-button,
.editor-open .rail-write,
.editor-open .rail-project-edit,
.editor-open .rail-project-switch,
.project-open .rail-write,
.menu-open .site-chrome > .brand,
.menu-closing .site-chrome > .brand,
.inquiry-open .site-chrome > .brand,
.inquiry-closing .site-chrome > .brand,
.about-mounted .site-chrome > .brand,
.site-deleted-open .site-chrome > .brand,
.menu-open .rail-menu,
.menu-open .rail-write,
.menu-open .rail-back,
.menu-open .rail-project-edit,
.menu-open .rail-project-switch,
.menu-closing .rail-menu,
.menu-closing .rail-write,
.menu-closing .rail-project-edit,
.menu-closing .rail-project-switch,
.inquiry-open .rail-menu,
.inquiry-open .rail-write,
.inquiry-open .rail-project-edit,
.inquiry-open .rail-project-switch,
.inquiry-closing .rail-menu,
.inquiry-closing .rail-write,
.inquiry-closing .rail-project-edit,
.inquiry-closing .rail-project-switch,
.about-mounted .rail-menu,
.about-mounted .rail-write,
.about-mounted .rail-back,
.about-mounted .rail-project-edit,
.about-mounted .rail-project-switch,
.site-deleted-open .rail-menu,
.site-deleted-open .rail-write,
.site-deleted-open .rail-back,
.site-deleted-open .rail-project-edit,
.site-deleted-open .rail-project-switch,
.menu-closing .layout-edit-toggle,
.menu-closing .site-publish-button,
.menu-closing .site-add-card-button,
.menu-open .layout-edit-toggle,
.menu-open .site-publish-button,
.menu-open .site-add-card-button,
.inquiry-open .site-publish-button,
.inquiry-open .site-add-card-button,
.site-deleted-open .layout-edit-toggle,
.site-deleted-open .site-publish-button,
.site-deleted-open .site-add-card-button,
.about-mounted .layout-edit-toggle,
.about-mounted .site-publish-button,
.about-mounted .site-add-card-button,
.intro-pending .site-publish-button,
.intro-pending .site-add-card-button,
.intro-playing .site-publish-button,
.intro-playing .site-add-card-button,
.intro-cards-playing .site-publish-button,
.intro-cards-playing .site-add-card-button,
.intro-exiting .site-publish-button,
.intro-exiting .site-add-card-button {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.about-mounted main {
  display: none;
}

body.about-mounted .site-chrome > .brand,
body.about-open .site-chrome > .brand,
body.about-panel-closing .site-chrome > .brand,
body.about-mounted .rail-menu,
body.about-open .rail-menu,
body.about-panel-closing .rail-menu,
body.about-mounted .rail-write,
body.about-open .rail-write,
body.about-panel-closing .rail-write,
body.about-mounted .rail-back,
body.about-open .rail-back,
body.about-panel-closing .rail-back,
body.about-mounted .rail-project-edit,
body.about-open .rail-project-edit,
body.about-panel-closing .rail-project-edit,
body.about-mounted .rail-project-switch,
body.about-open .rail-project-switch,
body.about-panel-closing .rail-project-switch {
  display: none !important;
}

body.intro-brand-settled:not(.brand-returning):not(.menu-open):not(.menu-closing):not(.about-mounted):not(.about-open):not(.about-panel-closing):not(.inquiry-mounted):not(.inquiry-open):not(.inquiry-closing):not(.pricing-mounted):not(.pricing-open):not(.pricing-closing):not(.submissions-open):not(.site-deleted-open):not(.editor-open):not(.project-open):not(.project-closing):not(.gallery-switch-chrome-hidden):not(.gallery-switch-staging):not(.gallery-switch-flying):not(.mobile-home-returning):not(.mobile-home-chrome-delaying) .rail-menu {
  opacity: 1;
  visibility: visible;
  animation: none;
}

body.about-mounted .rail-menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.about-mounted .rail-project-switch,
body.about-open .rail-project-switch,
body.about-panel-closing .rail-project-switch {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  animation: none !important;
}

body.brand-returning .rail-back,
body.mobile-home-returning .rail-back,
body.mobile-home-chrome-delaying .rail-back,
body.mobile-gallery-chrome-suppressed .rail-back,
body:not(.project-open) .rail-back {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  animation: none !important;
}

body.menu-open .rail-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  animation: none;
}

body.menu-closing .rail-menu {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  animation: none !important;
}

body.menu-open .rail-menu .menu-mark-line::before {
  animation: menuLineExitRight 416ms cubic-bezier(0.55, 0, 0.15, 1) both;
}

body.menu-open .rail-menu .menu-mark-line:nth-child(1)::before {
  animation-delay: 0ms;
}

body.menu-open .rail-menu .menu-mark-line:nth-child(2)::before {
  animation-delay: 56ms;
}

body.menu-open .rail-menu .menu-mark-line:nth-child(3)::before {
  animation-delay: 112ms;
}

body.project-closing.brand-returning .site-chrome > .brand,
body.project-closing.brand-returning .rail-menu,
body.project-closing.brand-returning .rail-write {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}

body.project-closing.brand-returning .rail-menu,
body.project-closing.brand-returning .rail-write {
  animation: galleryChromeIn 416ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

body.site-deleted-open .site-chrome,
body.site-deleted-open .rail-menu,
body.site-deleted-open .rail-write,
body.site-deleted-open .rail-back,
body.site-deleted-open .rail-project-edit,
body.site-deleted-open .rail-project-switch,
body.site-deleted-open .layout-edit-toggle,
body.site-deleted-open .site-publish-button,
body.site-deleted-open .site-add-card-button {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  animation: none !important;
}

.project-open:not(.project-transitioning):not(.project-closing) .rail-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: galleryChromeIn 416ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

body.mobile-gallery-chrome-opened.project-open:not(.project-transitioning):not(.project-closing) .rail-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: galleryChromeIn 416ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

body.project-open .rail-project-switch,
body.project-transitioning .rail-project-switch,
body.project-closing .rail-project-switch {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  animation: none !important;
}

.project-open:not(.project-transitioning):not(.project-closing):not(.desktop-project-opening):not(.mobile-project-opening):not(.mobile-gallery-chrome-opening):not(.mobile-project-closing):not(.mobile-back-closing) .rail-back,
body.mobile-gallery-chrome-opened.project-open:not(.project-transitioning):not(.project-closing):not(.mobile-project-closing):not(.mobile-back-closing) .rail-back,
body.mobile-back-revealing.project-open .rail-back {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: galleryBackInFromRight 576ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

body.mobile-back-hidden .rail-back,
body.desktop-project-opening .rail-back,
body.mobile-gallery-chrome-opening .rail-back,
body.mobile-back-hidden .rail-project-switch,
body.mobile-project-preopening .rail-back,
body.mobile-project-preopening .rail-project-switch {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  animation: none !important;
}

body.mobile-back-revealing.project-open .rail-back {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: galleryBackInFromRight 576ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

body.mobile-project-opening.project-open .rail-menu,
body.mobile-project-closing.project-open .rail-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: none;
}

body.mobile-gallery-chrome-opening.project-open .rail-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: galleryChromeSoftIn 784ms cubic-bezier(0.16, 1, 0.3, 1) 184ms both;
  will-change: transform, opacity, filter;
}

body.mobile-back-closing.project-open .rail-back {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  animation: galleryBackExitLeft 416ms cubic-bezier(0.5, 0, 0.32, 1) both;
}

.project-closing .rail-back {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  animation: galleryBackExitLeft 416ms cubic-bezier(0.5, 0, 0.32, 1) both;
}

.project-closing .rail-back .back-mark,
body.mobile-back-closing.project-open .rail-back .back-mark {
  transform: translateX(-7px) scaleX(1.06) !important;
  transition: none !important;
}

.project-closing .rail-back .back-mark::before,
body.mobile-back-closing.project-open .rail-back .back-mark::before {
  clip-path: polygon(
    0 50%,
    33% 10%,
    38% 24%,
    18% 42%,
    92% 42%,
    92% 58%,
    18% 58%,
    42% 86%,
    36% 98%
  ) !important;
  opacity: 0.86;
  transition: none !important;
}

.project-open.project-transitioning .site-chrome > .brand,
.project-transitioning .rail-menu,
.project-transitioning .layout-edit-toggle,
.project-transitioning .site-publish-button,
.project-transitioning .site-add-card-button {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  animation: homeChromeOut 368ms cubic-bezier(0.55, 0, 0.15, 1) both;
}

@keyframes homeChromeOut {
  0% {
    opacity: 1;
    transform:
      translateX(var(--gallery-chrome-x, 0))
      translateY(var(--gallery-chrome-y, 0px))
      scaleX(var(--gallery-chrome-scale-x, 1));
    filter: blur(0);
  }

  100% {
    opacity: 0;
    visibility: hidden;
    transform:
      translateX(var(--gallery-chrome-x, 0))
      translateY(calc(var(--gallery-chrome-y, 0px) - 44px))
      scaleX(var(--gallery-chrome-scale-x, 1));
    filter: none;
  }
}

@keyframes galleryChromeIn {
  0% {
    opacity: 0;
    transform:
      translateX(var(--gallery-chrome-x, 0))
      translateY(calc(var(--gallery-chrome-y, 0px) - 48px))
      scaleX(var(--gallery-chrome-scale-x, 1));
    filter: blur(7px);
  }

  58% {
    opacity: 1;
    filter: blur(2px);
  }

  100% {
    opacity: 1;
    transform:
      translateX(var(--gallery-chrome-x, 0))
      translateY(var(--gallery-chrome-y, 0px))
      scaleX(var(--gallery-chrome-scale-x, 1));
    filter: blur(0);
  }
}

@keyframes galleryBackInFromRight {
  0% {
    opacity: 0;
    transform:
      translateX(58px)
      translateY(var(--gallery-chrome-y, 0px))
      scaleX(0.86);
    filter: blur(4px);
  }

  42% {
    opacity: 0.88;
    filter: blur(1.2px);
  }

  100% {
    opacity: 1;
    transform:
      translateX(0)
      translateY(var(--gallery-chrome-y, 0px))
      scaleX(var(--gallery-chrome-scale-x, 1));
    filter: blur(0);
  }
}

@keyframes galleryBackExitLeft {
  0% {
    opacity: 1;
    transform:
      translateX(0)
      translateY(var(--gallery-chrome-y, 0px))
      scaleX(var(--gallery-chrome-scale-x, 1));
    filter: blur(0);
  }

  100% {
    opacity: 0;
    transform:
      translateX(-116px)
      translateY(var(--gallery-chrome-y, 0px))
      scaleX(var(--gallery-chrome-scale-x, 1));
    filter: blur(2px);
  }
}

@keyframes menuLineRevealRight {
  0% {
    transform: scaleX(0);
    opacity: 0;
  }

  28% {
    opacity: 1;
  }

  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes menuLineExitRight {
  0% {
    transform: scaleX(1);
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    transform: scaleX(0);
    opacity: 0;
  }
}

@keyframes galleryChromeSoftIn {
  0% {
    opacity: 0;
    transform:
      translateX(var(--gallery-chrome-x, 0))
      translateY(calc(var(--gallery-chrome-y, 0px) - 62px))
      scaleX(var(--gallery-chrome-scale-x, 1));
    filter: blur(10px);
  }

  42% {
    opacity: 0.72;
    filter: blur(5px);
  }

  76% {
    opacity: 1;
    filter: blur(1.5px);
  }

  100% {
    opacity: 1;
    transform:
      translateX(var(--gallery-chrome-x, 0))
      translateY(var(--gallery-chrome-y, 0px))
      scaleX(var(--gallery-chrome-scale-x, 1));
    filter: blur(0);
  }
}

@keyframes galleryChromeTitleFlyIn {
  0% {
    opacity: 0;
    transform:
      translateX(var(--gallery-chrome-x, 0))
      translateY(calc(var(--gallery-chrome-y, 0px) + 108svh))
      scaleX(var(--gallery-chrome-scale-x, 1))
      scale(0.76);
    filter: blur(10px);
  }

  42% {
    opacity: 1;
    filter: blur(2px);
  }

  100% {
    opacity: 1;
    transform:
      translateX(var(--gallery-chrome-x, 0))
      translateY(var(--gallery-chrome-y, 0px))
      scaleX(var(--gallery-chrome-scale-x, 1))
      scale(1);
    filter: blur(0);
  }
}

.project-open .site-chrome > .brand {
  opacity: 0;
  visibility: hidden;
}

.project-open .portfolio-view {
  opacity: 0;
  pointer-events: none;
}

.project-transitioning .portfolio-view {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.project-closing .portfolio-view {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.project-open.project-closing .portfolio-view {
  opacity: 0;
}

.project-open .project-view {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.project-transitioning .project-view {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}

.project-closing .project-view {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}

.project-open:not(.project-transitioning) .project-view {
  animation: none;
  transform: none;
}

.project-open:not(.project-transitioning) .project-copy > * {
  animation: none;
}

.project-open:not(.project-transitioning) .project-image {
  animation: none;
}

@media (min-width: 641px) {
  body.desktop-project-opening.project-transitioning .portfolio-view,
  body.project-closing .portfolio-view {
    opacity: 1;
    visibility: visible;
    pointer-events: none;
  }

  body.desktop-project-opening.project-transitioning .portfolio-view .tile {
    --home-card-flow-delay: 0ms;
    animation:
      homeCardFlowExitUp 1040ms cubic-bezier(0.4, 0, 0.68, 0.06)
      var(--home-card-flow-delay) both;
    will-change: opacity, transform, filter;
  }

  body.project-closing .portfolio-view .tile {
    --home-card-flow-delay: 0ms;
    animation:
      homeCardFlowReturnFromTop 1180ms cubic-bezier(0.16, 1, 0.3, 1)
      var(--home-card-flow-delay) both;
    will-change: opacity, transform, filter;
  }

  body.desktop-project-opening.project-transitioning .portfolio-view .tile:nth-of-type(2),
  body.project-closing .portfolio-view .tile:nth-of-type(7) {
    --home-card-flow-delay: 24ms;
  }

  body.desktop-project-opening.project-transitioning .portfolio-view .tile:nth-of-type(3),
  body.project-closing .portfolio-view .tile:nth-of-type(6) {
    --home-card-flow-delay: 48ms;
  }

  body.desktop-project-opening.project-transitioning .portfolio-view .tile:nth-of-type(4),
  body.project-closing .portfolio-view .tile:nth-of-type(5) {
    --home-card-flow-delay: 72ms;
  }

  body.desktop-project-opening.project-transitioning .portfolio-view .tile:nth-of-type(5),
  body.project-closing .portfolio-view .tile:nth-of-type(4) {
    --home-card-flow-delay: 96ms;
  }

  body.desktop-project-opening.project-transitioning .portfolio-view .tile:nth-of-type(6),
  body.project-closing .portfolio-view .tile:nth-of-type(3) {
    --home-card-flow-delay: 120ms;
  }

  body.desktop-project-opening.project-transitioning .portfolio-view .tile:nth-of-type(7),
  body.project-closing .portfolio-view .tile:nth-of-type(2) {
    --home-card-flow-delay: 144ms;
  }

  body.desktop-project-opening.project-transitioning .portfolio-view .tile:nth-of-type(8),
  body.project-closing .portfolio-view .tile:nth-of-type(1) {
    --home-card-flow-delay: 168ms;
  }
}

.portfolio-view {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-content: start;
  min-height: 100vh;
  transition: opacity 208ms ease, background-color 336ms ease;
}

body[data-active-gallery="films"]:not(.project-open):not(.project-transitioning):not(.project-closing) .portfolio-view {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--black);
}

@media (min-width: 641px) {
  body[data-active-gallery="films"].desktop-project-opening.project-transitioning .portfolio-view,
  body[data-active-gallery="films"].project-closing .portfolio-view {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.home-seo-footer {
  position: relative;
  display: grid;
  gap: clamp(28px, 4.5vw, 78px);
  padding: clamp(54px, 7vw, 118px) clamp(18px, 1.8vw, 34px) clamp(10px, 1.2vw, 24px);
  color: var(--black);
  background: var(--white);
  overflow: hidden;
  transition: opacity 208ms ease, background-color 336ms ease, color 336ms ease;
}

body[data-active-gallery="films"] .home-seo-footer {
  color: var(--white);
  background: var(--black);
}

.project-open .home-seo-footer,
.project-transitioning .home-seo-footer,
.project-closing .home-seo-footer,
.gallery-switch-preparing .home-seo-footer,
.menu-open .home-seo-footer,
.menu-closing .home-seo-footer,
.inquiry-open .home-seo-footer,
.inquiry-closing .home-seo-footer,
.about-mounted .home-seo-footer,
.submissions-open .home-seo-footer,
.site-deleted-open .home-seo-footer,
.pricing-open .home-seo-footer,
.pricing-closing .home-seo-footer,
.editor-open .home-seo-footer {
  opacity: 0;
  pointer-events: none;
}

.home-seo-footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, auto) minmax(0, 1fr);
  align-items: start;
  gap: clamp(22px, 4vw, 86px);
}

.home-seo-contact,
.home-seo-meta {
  display: grid;
  gap: 6px;
  color: currentColor;
  font-size: clamp(10px, 0.78vw, 15px);
  font-weight: 700;
  line-height: 0.98;
  text-transform: uppercase;
}

.home-seo-contact a {
  width: max-content;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
}

.home-seo-footer p {
  max-width: min(760px, 100%);
  margin: 0;
  justify-self: center;
  color: rgba(0, 0, 0, 0.54);
  font-size: clamp(14px, 1vw, 20px);
  font-weight: 600;
  line-height: 1.08;
  text-align: center;
  white-space: nowrap;
}

body[data-active-gallery="films"] .home-seo-footer p {
  color: rgba(255, 255, 255, 0.58);
}

.home-seo-meta {
  justify-self: end;
  justify-items: start;
  margin-right: clamp(34px, 4.8vw, 92px);
  padding-left: 0;
  text-align: left;
}

.home-seo-footer h2 {
  width: 100vw;
  margin: 0 0 0 50%;
  color: currentColor;
  font-family: var(--sans);
  font-size: var(--home-seo-brand-size, calc(100vw / 6.35));
  font-weight: 1000;
  line-height: 0.86;
  letter-spacing: var(--home-seo-brand-tracking, 0px);
  text-align: center;
  text-transform: uppercase;
  transform: translateX(calc(-50% + var(--home-seo-brand-shift, 0px)));
  white-space: nowrap;
}

.site-intro {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  gap: clamp(18px, 3vw, 42px);
  align-content: center;
  color: #fff;
  background: transparent;
  mix-blend-mode: difference;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
}

.intro-pending main,
.intro-pending .site-chrome {
  opacity: 0;
  visibility: hidden;
}

.intro-pending .site-intro,
.intro-playing .site-intro {
  opacity: 1;
  visibility: visible;
}

.intro-cards-playing .site-intro {
  z-index: 120;
  background: transparent;
  mix-blend-mode: difference;
}

.intro-exiting .site-intro {
  background: transparent;
  mix-blend-mode: difference;
  opacity: 1;
  visibility: visible;
}

.intro-brand-settled .site-intro {
  z-index: 24;
  opacity: 1;
  visibility: visible;
  mix-blend-mode: difference;
  background: transparent;
}

.intro-brand-settled.project-open .site-intro,
.intro-brand-settled.menu-open .site-intro,
.intro-brand-settled.editor-open .site-intro,
.intro-brand-settled.inquiry-open .site-intro {
  opacity: 0;
  visibility: hidden;
}

.intro-cards-playing .site-intro-word {
  color: #fff;
  mix-blend-mode: normal;
  opacity: 1;
  animation: none;
  filter: none;
}

.site-intro-word {
  --intro-title-spacing: 0;
  max-width: calc(100vw - clamp(32px, 5vw, 96px));
  position: relative;
  display: grid;
  justify-content: center;
  align-items: center;
  font-family: var(--intro-logo-font);
  font-size: clamp(56px, 11.4vw, 218px);
  font-weight: 1000;
  line-height: 0.86;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  opacity: 1;
  pointer-events: none;
  transform: scaleX(1) scaleY(1.02);
  transform-origin: center;
  clip-path: inset(0 0 0 0);
  z-index: 1;
}

.site-intro-word > * {
  grid-area: 1 / 1;
}

.site-intro-word > .intro-subtitle {
  grid-area: 2 / 1;
}

.intro-title {
  display: inline-flex;
  justify-content: center;
  align-items: baseline;
  justify-self: center;
  white-space: nowrap;
  letter-spacing: 0;
  font-weight: 1000;
  opacity: 0;
  backface-visibility: hidden;
  transform: scaleX(1) scaleY(1.02) translateZ(0);
  will-change: opacity, transform;
}

.intro-subtitle {
  --intro-subtitle-edge-bleed: 0px;
  --intro-subtitle-width-trim: 12px;
  --intro-subtitle-shift-x: 0px;
  --intro-subtitle-reveal-bleed: 8px;
  display: flex;
  width: calc(var(--intro-subtitle-width, 100%) - var(--intro-subtitle-width-trim) + var(--intro-subtitle-edge-bleed) * 2);
  max-width: calc(100% - var(--intro-subtitle-width-trim) + var(--intro-subtitle-edge-bleed) * 2);
  justify-self: center;
  justify-content: space-between;
  align-items: center;
  margin-top: clamp(2px, 0.42vw, 8px);
  color: currentColor;
  font-family: var(--sans);
  font-size: clamp(8px, 0.78vw, 14px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  opacity: 0;
  transform: translate3d(var(--intro-subtitle-shift-x), 13px, 0) scaleX(1);
  transform-origin: center;
  clip-path: inset(100% calc(-1 * var(--intro-subtitle-reveal-bleed)) 0 calc(-1 * var(--intro-subtitle-reveal-bleed)));
  overflow: visible;
  white-space: nowrap;
  will-change: opacity, transform, filter, clip-path;
}

.intro-subtitle-letter,
.intro-subtitle-space {
  display: block;
  flex: 0 0 auto;
}

.intro-subtitle-space {
  width: 0.42em;
}

.site-intro-word .intro-letter,
.site-intro-word .intro-space {
  display: inline-block;
}

.site-intro-word .intro-letter {
  --intro-letter-scale-x: 1;
  margin-inline-end: -0.035em;
  opacity: 1;
  transform: scaleX(var(--intro-letter-scale-x));
  transform-origin: center bottom;
  filter: none;
  backface-visibility: hidden;
  will-change: opacity, transform;
}

.site-intro-word .intro-letter:last-child {
  margin-inline-end: 0;
}

.site-intro-word .intro-space {
  width: 0.34em;
}

.intro-playing .intro-title {
  letter-spacing: var(--intro-title-spacing);
  animation: introTitleLayer 1024ms linear 96ms both;
}

.intro-playing .intro-title .intro-letter {
  animation: introLetterExpand 1024ms cubic-bezier(0.33, 1, 0.68, 1) 96ms both;
}

.intro-playing .intro-subtitle {
  animation:
    introSubtitleAppear 1ms linear 1320ms both,
    introSubtitleRise 380ms cubic-bezier(0.16, 1, 0.3, 1) 1320ms both;
}

.intro-title-hiding .site-intro-word {
  color: #fff;
  animation: none;
  filter: none;
}

.intro-exiting .site-intro-word {
  color: #fff;
  animation: introWordExitInPlace 1024ms cubic-bezier(0.33, 1, 0.68, 1) both;
  animation-delay: 1520ms;
}

.intro-brand-settled .site-intro-word {
  color: #fff;
  animation: none;
  opacity: 0;
  visibility: hidden;
  filter: none;
  cursor: default;
  pointer-events: none;
  transform:
    translate3d(
      calc(-50vw + clamp(64px, 7.5vw, 154px)),
      calc(-50vh + clamp(18px, 2.5vw, 46px)),
      0
    )
    scale(0.15, 0.153);
}

body.brand-title-returning.intro-brand-settled .site-intro-word {
  animation: none;
}

.intro-title-hiding .intro-title {
  letter-spacing: var(--intro-title-spacing);
  opacity: 1;
  animation: none;
}

.intro-exiting .intro-title {
  letter-spacing: var(--intro-title-spacing);
  opacity: 1;
  animation: introTitleExitInPlace 1024ms cubic-bezier(0.33, 1, 0.68, 1) both;
  animation-delay: 1520ms;
}

.intro-title-hiding .intro-subtitle {
  opacity: 0.72;
  filter: blur(0);
  transform: translate3d(var(--intro-subtitle-shift-x), 0, 0) scaleX(1);
  clip-path: inset(0 calc(-1 * var(--intro-subtitle-reveal-bleed)) 0 calc(-1 * var(--intro-subtitle-reveal-bleed)));
  animation: none;
}

.intro-exiting .intro-subtitle {
  opacity: 0.72;
  animation: introSubtitleOut 1024ms cubic-bezier(0.33, 1, 0.68, 1) 1520ms both;
}

.intro-brand-settled .intro-title {
  letter-spacing: 0;
  opacity: 1;
}

.intro-brand-settled .intro-subtitle {
  opacity: 0;
  visibility: hidden;
}

.intro-title-hiding .intro-title .intro-letter,
.intro-exiting .intro-title .intro-letter {
  opacity: 1;
  transform: scaleX(var(--intro-letter-scale-x));
}

.intro-exiting .intro-title .intro-letter {
  animation: introLetterCollapseOut 1024ms cubic-bezier(0.33, 1, 0.68, 1) 1520ms both;
}

.intro-brand-settled .intro-title .intro-letter {
  opacity: 1;
  transform: scaleX(var(--intro-letter-scale-x));
  animation: none;
}

.site-intro-loader {
  display: none;
}

.intro-cards-playing main {
  position: relative;
  z-index: 95;
  opacity: 1;
  visibility: visible;
}

.intro-cards-playing .site-chrome {
  opacity: 0;
  visibility: hidden;
}

.intro-cards-playing .portfolio-view {
  pointer-events: none;
}

body.intro-home-ready.intro-cards-playing .portfolio-view,
body.intro-home-ready.intro-cards-settling .portfolio-view {
  pointer-events: auto;
}

.intro-cards-playing .tile:nth-of-type(-n + 6) {
  animation:
    gallerySwitchIntroCardFlyIn var(--intro-card-duration, 1750ms)
    cubic-bezier(0.16, 1, 0.3, 1) var(--intro-card-delay, 0ms) both;
  transform-origin: center;
  will-change: opacity, transform;
  z-index: var(--intro-card-z, 1);
}

@media (min-width: 641px) {
  body[data-active-gallery="films"].intro-cards-playing .tile:nth-of-type(-n + 6) {
    --gallery-switch-start-y: 112vh;
    --intro-card-duration: 1650ms;
    animation:
      filmsDirectCardFlyIn var(--intro-card-duration)
      cubic-bezier(0.16, 1, 0.3, 1) var(--intro-card-delay, 0ms) both;
  }

  body[data-active-gallery="films"].intro-cards-playing .tile:nth-of-type(-n + 6) img,
  body[data-active-gallery="films"].intro-cards-playing .tile:nth-of-type(-n + 6) video {
    animation:
      filmsDirectMediaSettle var(--intro-card-duration)
      cubic-bezier(0.16, 1, 0.3, 1) var(--intro-card-delay, 0ms) both;
  }

  body[data-active-gallery="films"].intro-cards-playing .tile:nth-of-type(n + 7) {
    --intro-card-duration: 1650ms;
    animation:
      filmsDirectCardFlyIn var(--intro-card-duration)
      cubic-bezier(0.16, 1, 0.3, 1) 420ms both;
    transform-origin: center;
    will-change: opacity, transform, filter;
  }

  body[data-active-gallery="films"].intro-cards-playing .tile:nth-of-type(n + 7) img,
  body[data-active-gallery="films"].intro-cards-playing .tile:nth-of-type(n + 7) video {
    animation:
      filmsDirectMediaSettle var(--intro-card-duration)
      cubic-bezier(0.16, 1, 0.3, 1) 420ms both;
  }
}

.intro-cards-playing.intro-cards-settling .tile:nth-of-type(-n + 6) {
  animation:
    introRealCardSettle 1600ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.intro-cards-playing .tile:nth-of-type(1) {
  --intro-card-stack-x: 32vw;
  --intro-card-stack-y: 24vh;
  --intro-card-page-x: -150px;
  --intro-card-page-y: 0px;
  --intro-card-delay: 0ms;
  --intro-card-duration: 2600ms;
  --intro-card-start-x: 0px;
  --intro-card-start-y: 105vh;
  --intro-card-drift-x: 0px;
  --intro-card-drift-y: 0px;
  --intro-card-scale: 0.8;
  --intro-card-z: 1;
}

.intro-cards-playing .tile:nth-of-type(2) {
  --intro-card-stack-x: 0px;
  --intro-card-stack-y: 23vh;
  --intro-card-page-x: -90px;
  --intro-card-page-y: 0px;
  --intro-card-delay: 150ms;
  --intro-card-duration: 2560ms;
  --intro-card-start-x: 0px;
  --intro-card-start-y: 105vh;
  --intro-card-drift-x: 0px;
  --intro-card-drift-y: 0px;
  --intro-card-scale: 0.55;
  --intro-card-z: 2;
}

.intro-cards-playing .tile:nth-of-type(3) {
  --intro-card-stack-x: -32vw;
  --intro-card-stack-y: 24vh;
  --intro-card-page-x: -30px;
  --intro-card-page-y: 0px;
  --intro-card-delay: 300ms;
  --intro-card-duration: 2520ms;
  --intro-card-start-x: 0px;
  --intro-card-start-y: 105vh;
  --intro-card-drift-x: 0px;
  --intro-card-drift-y: 0px;
  --intro-card-scale: 0.78;
  --intro-card-z: 3;
}

.intro-cards-playing .tile:nth-of-type(4) {
  --intro-card-stack-x: 32vw;
  --intro-card-stack-y: -18vh;
  --intro-card-page-x: 30px;
  --intro-card-page-y: 0px;
  --intro-card-delay: 450ms;
  --intro-card-duration: 2480ms;
  --intro-card-start-x: 0px;
  --intro-card-start-y: 105vh;
  --intro-card-drift-x: 0px;
  --intro-card-drift-y: 0px;
  --intro-card-scale: 0.6;
  --intro-card-z: 4;
}

.intro-cards-playing .tile:nth-of-type(5) {
  --intro-card-stack-x: 0px;
  --intro-card-stack-y: -20vh;
  --intro-card-page-x: 90px;
  --intro-card-page-y: 0px;
  --intro-card-delay: 600ms;
  --intro-card-duration: 2440ms;
  --intro-card-start-x: 0px;
  --intro-card-start-y: 105vh;
  --intro-card-drift-x: 0px;
  --intro-card-drift-y: 0px;
  --intro-card-scale: 0.5;
  --intro-card-z: 5;
}

.intro-cards-playing .tile:nth-of-type(6) {
  --intro-card-stack-x: -32vw;
  --intro-card-stack-y: -18vh;
  --intro-card-page-x: 150px;
  --intro-card-page-y: 0px;
  --intro-card-delay: 750ms;
  --intro-card-duration: 2400ms;
  --intro-card-start-x: 0px;
  --intro-card-start-y: 105vh;
  --intro-card-drift-x: 0px;
  --intro-card-drift-y: 0px;
  --intro-card-scale: 0.64;
  --intro-card-z: 6;
}

.intro-pending .tile {
  opacity: 0;
  transform: translateY(16vh) scale(0.98);
}

.tile {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  isolation: isolate;
  background: var(--white);
  cursor: pointer;
  transition: background-color 336ms ease;
}

body[data-active-gallery="films"] .tile {
  aspect-ratio: 9 / 16;
  background: var(--black);
}

.tile.tile-empty {
  background: rgba(0, 0, 0, 0.06);
}

body.admin-page .tile.tile-empty {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.045), rgba(0, 0, 0, 0.1)),
    rgba(0, 0, 0, 0.055);
}

body[data-active-gallery="films"] .tile.tile-empty {
  background: rgba(255, 255, 255, 0.08);
}

.tile.tile-empty::after {
  display: none;
}

.layout-edit-active .tile {
  cursor: grab;
  outline: 1px solid rgba(255, 255, 255, 0.82);
  outline-offset: -10px;
}

.layout-edit-active .tile::before {
  content: "DRAG";
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  color: var(--white);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0.86;
  pointer-events: none;
}

.layout-edit-active .tile.is-layout-dragging {
  cursor: grabbing;
  opacity: 0.44;
}

.layout-drag-surface {
  display: none;
}

.layout-edit-active .tile .layout-drag-surface {
  position: absolute;
  inset: 0;
  z-index: 8;
  display: block;
  cursor: grab;
  touch-action: none;
}

.layout-edit-active .tile.is-layout-dragging .layout-drag-surface {
  cursor: grabbing;
}

.layout-edit-active .tile img,
.layout-edit-active .tile video,
.layout-edit-active .tile iframe,
.layout-edit-active .tile .project-youtube-player,
.layout-edit-active .tile .project-youtube-play,
.layout-edit-active .tile .project-youtube-pause,
.layout-edit-active .tile .tile-copy {
  pointer-events: none !important;
}

.intro-revealing .tile {
  animation: tileReveal 880ms cubic-bezier(0.19, 1, 0.22, 1) both;
}

.intro-revealing .tile img,
.intro-revealing .tile video {
  animation: tileImageSettle 1000ms cubic-bezier(0.19, 1, 0.22, 1) both;
}

.intro-revealing .tile-copy {
  animation: tileCopyRise 560ms cubic-bezier(0.19, 1, 0.22, 1) both;
}

.intro-revealing .tile:nth-of-type(1) {
  animation-delay: 0ms;
}

.intro-revealing .tile:nth-of-type(1) img,
.intro-revealing .tile:nth-of-type(1) video {
  animation-delay: 0ms;
}

.intro-revealing .tile:nth-of-type(1) .tile-copy {
  animation-delay: 288ms;
}

.intro-revealing .tile:nth-of-type(2) {
  animation-delay: 64ms;
}

.intro-revealing .tile:nth-of-type(2) img,
.intro-revealing .tile:nth-of-type(2) video {
  animation-delay: 64ms;
}

.intro-revealing .tile:nth-of-type(2) .tile-copy {
  animation-delay: 344ms;
}

.intro-revealing .tile:nth-of-type(3) {
  animation-delay: 128ms;
}

.intro-revealing .tile:nth-of-type(3) img,
.intro-revealing .tile:nth-of-type(3) video {
  animation-delay: 128ms;
}

.intro-revealing .tile:nth-of-type(3) .tile-copy {
  animation-delay: 400ms;
}

.intro-revealing .tile:nth-of-type(4) {
  animation-delay: 192ms;
}

.intro-revealing .tile:nth-of-type(4) img,
.intro-revealing .tile:nth-of-type(4) video {
  animation-delay: 192ms;
}

.intro-revealing .tile:nth-of-type(4) .tile-copy {
  animation-delay: 456ms;
}

.intro-revealing .tile:nth-of-type(5) {
  animation-delay: 256ms;
}

.intro-revealing .tile:nth-of-type(5) img,
.intro-revealing .tile:nth-of-type(5) video {
  animation-delay: 256ms;
}

.intro-revealing .tile:nth-of-type(5) .tile-copy {
  animation-delay: 512ms;
}

.intro-revealing .tile:nth-of-type(6) {
  animation-delay: 320ms;
}

.intro-revealing .tile:nth-of-type(6) img,
.intro-revealing .tile:nth-of-type(6) video {
  animation-delay: 320ms;
}

.intro-revealing .tile:nth-of-type(6) .tile-copy {
  animation-delay: 568ms;
}

.films-direct-revealing .tile {
  --gallery-switch-start-y: calc(100dvh + 240px);
  animation: filmsDirectCardFlyIn 1320ms cubic-bezier(0.16, 1, 0.3, 1) both;
  transform-origin: center;
  will-change: opacity, transform, filter;
}

@media (min-width: 641px) {
  .films-direct-revealing .tile:nth-of-type(-n + 6) {
    animation:
      filmsDirectCardFlyIn var(--intro-card-duration, 1650ms)
      cubic-bezier(0.16, 1, 0.3, 1) var(--intro-card-delay, 0ms) both;
    z-index: var(--intro-card-z, 1);
  }

  .films-direct-revealing .tile:nth-of-type(-n + 6) img,
  .films-direct-revealing .tile:nth-of-type(-n + 6) video {
    animation:
      filmsDirectMediaSettle var(--intro-card-duration, 1650ms)
      cubic-bezier(0.16, 1, 0.3, 1) var(--intro-card-delay, 0ms) both;
  }

  .films-direct-revealing .tile:nth-of-type(7) {
    --gallery-switch-delay: 360ms;
    --intro-card-delay: 360ms;
    --intro-card-duration: 1650ms;
    animation:
      filmsDirectCardFlyIn var(--intro-card-duration)
      cubic-bezier(0.16, 1, 0.3, 1) var(--intro-card-delay) both;
  }

  .films-direct-revealing .tile:nth-of-type(8) {
    --gallery-switch-delay: 420ms;
    --intro-card-delay: 420ms;
    --intro-card-duration: 1650ms;
    animation:
      filmsDirectCardFlyIn var(--intro-card-duration)
      cubic-bezier(0.16, 1, 0.3, 1) var(--intro-card-delay) both;
  }

  .films-direct-revealing .tile:nth-of-type(7) img,
  .films-direct-revealing .tile:nth-of-type(7) video,
  .films-direct-revealing .tile:nth-of-type(8) img,
  .films-direct-revealing .tile:nth-of-type(8) video {
    animation:
      filmsDirectMediaSettle var(--intro-card-duration)
      cubic-bezier(0.16, 1, 0.3, 1) var(--intro-card-delay) both;
  }
}

.films-direct-revealing .tile img,
.films-direct-revealing .tile video {
  animation: filmsDirectMediaSettle 1400ms cubic-bezier(0.16, 1, 0.3, 1) both;
  will-change: opacity, transform, filter;
}

.films-direct-revealing .tile-copy {
  opacity: 0;
  visibility: hidden;
  animation: none;
}

.gallery-switch-staging .tile {
  --gallery-switch-delay: 0ms;
  opacity: 0;
  transform: translate3d(0, var(--gallery-switch-start-y, 112vh), 0) scale(0.74);
  filter: blur(10px);
  animation: none;
  transition: none;
  transform-origin: center;
  will-change: opacity, transform, filter;
}

.gallery-switch-staging .tile img,
.gallery-switch-staging .tile video {
  opacity: 0.92;
  transform: scale(1.08);
  filter: brightness(1.08) saturate(0.9);
  animation: none;
  transition: none;
  will-change: opacity, transform, filter;
}

.gallery-switch-staging.gallery-switch-flying .tile {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
  transition:
    opacity 420ms ease var(--gallery-switch-delay),
    transform 1420ms cubic-bezier(0.16, 1, 0.3, 1) var(--gallery-switch-delay),
    filter 820ms cubic-bezier(0.16, 1, 0.3, 1) var(--gallery-switch-delay);
}

.gallery-switch-staging.gallery-switch-flying .tile img,
.gallery-switch-staging.gallery-switch-flying .tile video {
  opacity: 1;
  transform: scale(1.01);
  filter: var(--tile-filter, saturate(0.93) contrast(1.06));
  transition:
    opacity 420ms ease var(--gallery-switch-delay),
    transform 1500ms cubic-bezier(0.16, 1, 0.3, 1) var(--gallery-switch-delay),
    filter 1500ms cubic-bezier(0.16, 1, 0.3, 1) var(--gallery-switch-delay);
}

.films-direct-revealing .tile:nth-of-type(1) {
  --gallery-switch-delay: 0ms;
  --intro-card-stack-x: 32vw;
  --intro-card-stack-y: 24vh;
  --intro-card-delay: 0ms;
  --intro-card-duration: 1800ms;
  --intro-card-start-x: 0px;
  --intro-card-start-y: 105vh;
  --intro-card-scale: 0.8;
  --intro-card-z: 1;
  animation-delay: 0ms;
}

.films-direct-revealing .tile:nth-of-type(1) img,
.films-direct-revealing .tile:nth-of-type(1) video {
  animation-delay: 0ms;
}

.films-direct-revealing .tile:nth-of-type(1) .tile-copy {
  animation-delay: 528ms;
}

.films-direct-revealing .tile:nth-of-type(2) {
  --gallery-switch-delay: 60ms;
  --intro-card-stack-x: 0px;
  --intro-card-stack-y: 23vh;
  --intro-card-delay: 150ms;
  --intro-card-duration: 1780ms;
  --intro-card-start-x: 0px;
  --intro-card-start-y: 105vh;
  --intro-card-scale: 0.55;
  --intro-card-z: 2;
  animation-delay: 48ms;
}

.films-direct-revealing .tile:nth-of-type(2) img,
.films-direct-revealing .tile:nth-of-type(2) video {
  animation-delay: 48ms;
}

.films-direct-revealing .tile:nth-of-type(2) .tile-copy {
  animation-delay: 576ms;
}

.films-direct-revealing .tile:nth-of-type(3) {
  --gallery-switch-delay: 120ms;
  --intro-card-stack-x: -32vw;
  --intro-card-stack-y: 24vh;
  --intro-card-delay: 300ms;
  --intro-card-duration: 1760ms;
  --intro-card-start-x: 0px;
  --intro-card-start-y: 105vh;
  --intro-card-scale: 0.78;
  --intro-card-z: 3;
  animation-delay: 96ms;
}

.films-direct-revealing .tile:nth-of-type(3) img,
.films-direct-revealing .tile:nth-of-type(3) video {
  animation-delay: 96ms;
}

.films-direct-revealing .tile:nth-of-type(3) .tile-copy {
  animation-delay: 624ms;
}

.films-direct-revealing .tile:nth-of-type(4) {
  --gallery-switch-delay: 180ms;
  --intro-card-stack-x: 32vw;
  --intro-card-stack-y: -18vh;
  --intro-card-delay: 450ms;
  --intro-card-duration: 1740ms;
  --intro-card-start-x: 0px;
  --intro-card-start-y: 105vh;
  --intro-card-scale: 0.6;
  --intro-card-z: 4;
  animation-delay: 144ms;
}

.films-direct-revealing .tile:nth-of-type(4) img,
.films-direct-revealing .tile:nth-of-type(4) video {
  animation-delay: 144ms;
}

.films-direct-revealing .tile:nth-of-type(4) .tile-copy {
  animation-delay: 672ms;
}

.films-direct-revealing .tile:nth-of-type(5) {
  --gallery-switch-delay: 240ms;
  --intro-card-stack-x: 0px;
  --intro-card-stack-y: -20vh;
  --intro-card-delay: 600ms;
  --intro-card-duration: 1720ms;
  --intro-card-start-x: 0px;
  --intro-card-start-y: 105vh;
  --intro-card-scale: 0.5;
  --intro-card-z: 5;
  animation-delay: 192ms;
}

.films-direct-revealing .tile:nth-of-type(5) img,
.films-direct-revealing .tile:nth-of-type(5) video {
  animation-delay: 192ms;
}

.films-direct-revealing .tile:nth-of-type(5) .tile-copy {
  animation-delay: 720ms;
}

.films-direct-revealing .tile:nth-of-type(6) {
  --gallery-switch-delay: 300ms;
  --intro-card-stack-x: -32vw;
  --intro-card-stack-y: -18vh;
  --intro-card-delay: 750ms;
  --intro-card-duration: 1700ms;
  --intro-card-start-x: 0px;
  --intro-card-start-y: 105vh;
  --intro-card-scale: 0.64;
  --intro-card-z: 6;
  animation-delay: 240ms;
}

.films-direct-revealing .tile:nth-of-type(6) img,
.films-direct-revealing .tile:nth-of-type(6) video {
  animation-delay: 240ms;
}

.films-direct-revealing .tile:nth-of-type(6) .tile-copy {
  animation-delay: 768ms;
}

.tile img,
.tile video,
.tile .project-youtube-player {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: var(--tile-position, 50% 50%);
  transform: scale(1.01);
  filter: var(--tile-filter, saturate(0.93) contrast(1.06));
  transition: transform 720ms ease, filter 400ms ease;
}

.tile:nth-of-type(1) {
  --tile-position: 82% 13%;
}

.tile:nth-of-type(2) {
  --tile-position: 47% 10%;
}

.tile:nth-of-type(3) {
  --tile-position: 88% 4%;
}

.tile:nth-of-type(4) {
  --tile-position: 6% 98%;
}

.tile:nth-of-type(5) {
  --tile-position: 52% 94%;
}

.tile:nth-of-type(6) {
  --tile-position: 100% 100%;
}

.tile::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.38) 100%);
  opacity: 0;
  transition: opacity 240ms ease;
}

.tile:hover img {
  transform: scale(1.045);
  filter: var(--tile-hover-filter, saturate(1.05) contrast(1.08));
}

.tile:hover video,
.tile:hover .project-youtube-player {
  transform: scale(1.045);
  filter: var(--tile-hover-filter, saturate(1.05) contrast(1.08));
}

.tile .project-youtube-pause {
  display: none;
}

.tile:hover::after,
.tile:focus-within::after {
  opacity: 1;
}

.tile-copy {
  position: absolute;
  left: 50%;
  bottom: clamp(24px, 3vw, 54px);
  z-index: 2;
  display: grid;
  gap: 3px;
  justify-items: center;
  color: var(--white);
  font-family: var(--serif);
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  transform: translate(-50%, 12px);
  transition: opacity 208ms ease, transform 288ms cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}

.tile:hover .tile-copy,
.tile:focus-within .tile-copy {
  opacity: 1;
  transform: translate(-50%, 0);
}

body.admin-page .tile.tile-empty .tile-copy {
  color: rgba(0, 0, 0, 0.72);
  opacity: 0.72;
  transform: translate(-50%, 0);
}

.tile-copy strong {
  font-family: var(--serif);
  font-size: clamp(11.52px, 0.928vw, 18.56px);
  font-weight: 600;
  line-height: 0.95;
}

.tile-copy span {
  font-family: var(--serif);
  font-size: clamp(6.656px, 0.5632vw, 10.752px);
  font-weight: 600;
  text-transform: none;
}

.tile-admin-actions {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: flex;
  gap: clamp(22px, 2vw, 38px);
  color: var(--white);
  mix-blend-mode: difference;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: opacity 176ms ease;
  white-space: nowrap;
}

.tile:hover .tile-admin-actions,
.tile-admin-actions:hover,
.tile:focus-within .tile-admin-actions {
  opacity: 1;
  pointer-events: auto;
}

body.admin-page .tile.tile-empty .tile-admin-actions {
  opacity: 0.58;
  pointer-events: auto;
}

.tile-admin-actions button {
  min-height: 56px;
  padding: 0 4px;
  color: inherit;
  border-bottom: 0;
  border-radius: 10px;
  font-family: var(--sans);
  font-size: clamp(18px, 1.35vw, 26px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: none;
  transition: opacity 144ms ease, transform 176ms cubic-bezier(0.16, 1, 0.3, 1);
}

.tile-admin-actions button:hover,
.tile-admin-actions button:focus-visible {
  opacity: 0.58;
  transform: translateY(-1px);
}

.tile-admin-actions button:disabled {
  cursor: default;
  opacity: 0.22;
  transform: none;
}

.tile-copy-dark {
  left: 50%;
  right: auto;
  align-items: center;
  text-align: center;
  font-family: var(--display-serif);
  font-weight: 600;
  letter-spacing: 0;
}

.tile-copy-dark strong {
  font-family: var(--display-serif);
  font-size: clamp(16.64px, 1.728vw, 32px);
  font-weight: 600;
}

.tile-copy-dark span {
  font-size: clamp(3.584px, 0.3584vw, 6.144px);
}

.press-word {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: start center;
  padding-top: clamp(18px, 2vw, 34px);
  color: var(--black);
  font-family: var(--display-serif);
  font-weight: 600;
  font-size: clamp(64px, 9vw, 180px);
  line-height: 0.8;
  transform: scaleX(1.08);
  pointer-events: none;
}

@keyframes introTitleLayer {
  0% {
    opacity: 1;
    transform: scaleX(1) scaleY(1.02) translateZ(0);
  }

  100% {
    opacity: 1;
    transform: scaleX(1) scaleY(1.02) translateZ(0);
  }
}

@keyframes introLetterExpand {
  0% {
    opacity: 0;
    transform: translate3d(var(--intro-letter-from, 0), 0, 0) scaleX(calc(var(--intro-letter-scale-x) * 0.52));
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scaleX(var(--intro-letter-scale-x));
  }
}

@keyframes introSubtitleAppear {
  0%,
  100% {
    opacity: 0.72;
    filter: blur(0);
  }
}

@keyframes introSubtitleRise {
  0% {
    clip-path: inset(100% calc(-1 * var(--intro-subtitle-reveal-bleed)) 0 calc(-1 * var(--intro-subtitle-reveal-bleed)));
    transform: translate3d(var(--intro-subtitle-shift-x), 13px, 0) scaleX(1);
  }

  100% {
    clip-path: inset(0 calc(-1 * var(--intro-subtitle-reveal-bleed)) 0 calc(-1 * var(--intro-subtitle-reveal-bleed)));
    transform: translate3d(var(--intro-subtitle-shift-x), 0, 0) scaleX(1);
  }
}

@keyframes introSubtitleOut {
  0% {
    opacity: 0.72;
    filter: blur(0);
    clip-path: inset(0 calc(-1 * var(--intro-subtitle-reveal-bleed)) 0 calc(-1 * var(--intro-subtitle-reveal-bleed)));
    transform: translate3d(var(--intro-subtitle-shift-x), 0, 0) scaleX(1);
  }

  100% {
    opacity: 0;
    filter: blur(8px);
    clip-path: inset(0 calc(-1 * var(--intro-subtitle-reveal-bleed)) 100% calc(-1 * var(--intro-subtitle-reveal-bleed)));
    transform: translate3d(var(--intro-subtitle-shift-x), -8px, 0) scaleX(0.84);
  }
}

@keyframes introWordExitInPlace {
  0% {
    opacity: 1;
    filter: blur(0);
  }

  100% {
    opacity: 0;
    filter: blur(8px);
  }
}

@keyframes introTitleExitInPlace {
  0% {
    opacity: 1;
    letter-spacing: var(--intro-title-spacing);
  }

  100% {
    opacity: 0;
    letter-spacing: var(--intro-title-spacing);
  }
}

@keyframes introLetterCollapseOut {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scaleX(var(--intro-letter-scale-x));
  }

  100% {
    opacity: 0;
    transform: translate3d(var(--intro-letter-from, 0), 0, 0) scaleX(calc(var(--intro-letter-scale-x) * 0.52));
  }
}

@keyframes introTitleSpacingCollapse {
  0% {
    letter-spacing: var(--intro-title-spacing);
  }

  8% {
    letter-spacing: calc(var(--intro-title-spacing) * 0.86);
  }

  16% {
    letter-spacing: calc(var(--intro-title-spacing) * 0.72);
  }

  24% {
    letter-spacing: calc(var(--intro-title-spacing) * 0.58);
  }

  32% {
    letter-spacing: calc(var(--intro-title-spacing) * 0.45);
  }

  40% {
    letter-spacing: calc(var(--intro-title-spacing) * 0.34);
  }

  48% {
    letter-spacing: calc(var(--intro-title-spacing) * 0.25);
  }

  56% {
    letter-spacing: calc(var(--intro-title-spacing) * 0.18);
  }

  64% {
    letter-spacing: calc(var(--intro-title-spacing) * 0.12);
  }

  72% {
    letter-spacing: calc(var(--intro-title-spacing) * 0.075);
  }

  80% {
    letter-spacing: calc(var(--intro-title-spacing) * 0.04);
  }

  88% {
    letter-spacing: calc(var(--intro-title-spacing) * 0.018);
  }

  94% {
    letter-spacing: calc(var(--intro-title-spacing) * 0.006);
  }

  100% {
    letter-spacing: 0;
  }
}

@keyframes introWordFlyToHeader {
  0% {
    opacity: 1;
    filter: blur(0);
    transform: scaleX(1) scaleY(1.02);
  }

  8% {
    transform:
      translate3d(
        calc(-9vw + clamp(11.52px, 1.35vw, 27.72px)),
        calc(-9vh + clamp(3.24px, 0.45vw, 8.28px)),
        0
      )
      scale(0.847, 0.864);
  }

  16% {
    transform:
      translate3d(
        calc(-17vw + clamp(21.76px, 2.55vw, 52.36px)),
        calc(-17vh + clamp(6.12px, 0.85vw, 15.64px)),
        0
      )
      scale(0.711, 0.725);
  }

  24% {
    transform:
      translate3d(
        calc(-24.5vw + clamp(31.36px, 3.675vw, 75.46px)),
        calc(-24.5vh + clamp(8.82px, 1.225vw, 22.54px)),
        0
      )
      scale(0.584, 0.595);
  }

  32% {
    transform:
      translate3d(
        calc(-31vw + clamp(39.68px, 4.65vw, 95.48px)),
        calc(-31vh + clamp(11.16px, 1.55vw, 28.52px)),
        0
      )
      scale(0.473, 0.482);
  }

  40% {
    transform:
      translate3d(
        calc(-36.5vw + clamp(46.72px, 5.475vw, 112.42px)),
        calc(-36.5vh + clamp(13.14px, 1.825vw, 33.58px)),
        0
      )
      scale(0.38, 0.387);
  }

  48% {
    filter: blur(0);
    transform:
      translate3d(
        calc(-40.5vw + clamp(51.84px, 6.075vw, 124.74px)),
        calc(-40.5vh + clamp(14.58px, 2.025vw, 37.26px)),
        0
      )
      scale(0.312, 0.318);
  }

  56% {
    transform:
      translate3d(
        calc(-43.75vw + clamp(56px, 6.5625vw, 134.75px)),
        calc(-43.75vh + clamp(15.75px, 2.1875vw, 40.25px)),
        0
      )
      scale(0.256, 0.261);
  }

  64% {
    transform:
      translate3d(
        calc(-46.25vw + clamp(59.2px, 6.9375vw, 142.45px)),
        calc(-46.25vh + clamp(16.65px, 2.3125vw, 42.55px)),
        0
      )
      scale(0.214, 0.218);
  }

  72% {
    transform:
      translate3d(
        calc(-48vw + clamp(61.44px, 7.2vw, 147.84px)),
        calc(-48vh + clamp(17.28px, 2.4vw, 44.16px)),
        0
      )
      scale(0.184, 0.188);
  }

  80% {
    transform:
      translate3d(
        calc(-49.1vw + clamp(62.848px, 7.365vw, 151.228px)),
        calc(-49.1vh + clamp(17.676px, 2.455vw, 45.172px)),
        0
      )
      scale(0.165, 0.168);
  }

  88% {
    transform:
      translate3d(
        calc(-49.7vw + clamp(63.616px, 7.455vw, 153.076px)),
        calc(-49.7vh + clamp(17.892px, 2.485vw, 45.724px)),
        0
      )
      scale(0.155, 0.158);
  }

  94% {
    transform:
      translate3d(
        calc(-49.95vw + clamp(63.936px, 7.4925vw, 153.846px)),
        calc(-49.95vh + clamp(17.982px, 2.4975vw, 45.954px)),
        0
      )
      scale(0.151, 0.154);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform:
      translate3d(
        calc(-50vw + clamp(64px, 7.5vw, 154px)),
        calc(-50vh + clamp(18px, 2.5vw, 46px)),
        0
      )
      scale(0.15, 0.153);
  }
}

@keyframes introWordFlyToHeaderMobile {
  0% {
    opacity: 1;
    filter: blur(0);
    transform: rotate(-90deg) scaleX(1) scaleY(1.02);
  }

  8% {
    transform:
      translate3d(calc(-9vw + 15.48px), calc(-9svh + 5.76px), 0)
      rotate(-73.8deg)
      scale(0.894, 0.912);
  }

  16% {
    transform:
      translate3d(calc(-17vw + 29.24px), calc(-17svh + 10.88px), 0)
      rotate(-59.4deg)
      scale(0.799, 0.815);
  }

  24% {
    transform:
      translate3d(calc(-24.5vw + 42.14px), calc(-24.5svh + 15.68px), 0)
      rotate(-45.9deg)
      scale(0.711, 0.725);
  }

  32% {
    transform:
      translate3d(calc(-31vw + 53.32px), calc(-31svh + 19.84px), 0)
      rotate(-34.2deg)
      scale(0.634, 0.647);
  }

  40% {
    transform:
      translate3d(calc(-36.5vw + 62.78px), calc(-36.5svh + 23.36px), 0)
      rotate(-24.3deg)
      scale(0.569, 0.581);
  }

  48% {
    filter: blur(0);
    transform:
      translate3d(calc(-40.5vw + 69.66px), calc(-40.5svh + 25.92px), 0)
      rotate(-17.1deg)
      scale(0.522, 0.533);
  }

  56% {
    transform:
      translate3d(calc(-43.75vw + 75.25px), calc(-43.75svh + 28px), 0)
      rotate(-11.25deg)
      scale(0.484, 0.493);
  }

  64% {
    transform:
      translate3d(calc(-46.25vw + 79.55px), calc(-46.25svh + 29.6px), 0)
      rotate(-6.75deg)
      scale(0.454, 0.463);
  }

  72% {
    transform:
      translate3d(calc(-48vw + 82.56px), calc(-48svh + 30.72px), 0)
      rotate(-3.6deg)
      scale(0.434, 0.442);
  }

  80% {
    transform:
      translate3d(calc(-49.1vw + 84.452px), calc(-49.1svh + 31.424px), 0)
      rotate(-1.62deg)
      scale(0.421, 0.429);
  }

  88% {
    transform:
      translate3d(calc(-49.7vw + 85.484px), calc(-49.7svh + 31.808px), 0)
      rotate(-0.54deg)
      scale(0.414, 0.422);
  }

  94% {
    transform:
      translate3d(calc(-49.95vw + 85.914px), calc(-49.95svh + 31.968px), 0)
      rotate(-0.09deg)
      scale(0.411, 0.419);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform:
      translate3d(calc(-50vw + 86px), calc(-50svh + 32px), 0)
      rotate(0deg)
      scale(0.41, 0.4182);
  }
}

@keyframes introLetterHeaderSettle {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scaleX(1);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scaleX(1);
  }
}

@keyframes introWordBehindCards {
  0% {
    opacity: 1;
    transform: scaleX(1) scaleY(1.02);
  }

  100% {
    opacity: 0;
    transform: scaleX(1) scaleY(1.02);
  }
}

@keyframes introRealCardStackIn {
  0% {
    opacity: 1;
    transform:
      translate3d(
        calc(var(--intro-card-stack-x, 0px) + var(--intro-card-start-x, 0vw)),
        calc(var(--intro-card-stack-y, 0px) + var(--intro-card-start-y, 78vh)),
        0
      )
      rotate(0deg)
      scale(var(--intro-card-scale, 0.82));
  }

  66% {
    opacity: 1;
    transform:
      translate3d(
        calc(var(--intro-card-stack-x, 0px) + var(--intro-card-drift-x, 0vw)),
        calc(var(--intro-card-stack-y, 0px) + var(--intro-card-drift-y, -18vh)),
        0
      )
      rotate(0deg)
      scale(var(--intro-card-scale, 0.82));
  }

  100% {
    opacity: 1;
    transform:
      translate3d(
        calc(var(--intro-card-stack-x, 0px) + var(--intro-card-drift-x, 0vw)),
        calc(var(--intro-card-stack-y, 0px) + var(--intro-card-drift-y, -18vh)),
        0
      )
      rotate(0deg)
      scale(var(--intro-card-scale, 0.82));
  }
}

@keyframes introRealCardSettle {
  0% {
    opacity: 1;
    transform:
      translate3d(
        calc(var(--intro-card-stack-x, 0px) + var(--intro-card-drift-x, 0vw)),
        calc(var(--intro-card-stack-y, 0px) + var(--intro-card-drift-y, -18vh)),
        0
      )
      rotate(0deg)
      scale(var(--intro-card-scale, 0.82));
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
}

@keyframes tileReveal {
  0% {
    opacity: 0;
    transform: translate3d(0, 18vh, 0) scale(0.965);
    filter: blur(14px);
  }

  38% {
    opacity: 1;
    filter: blur(5px);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

@keyframes filmsDirectCardFlyIn {
  0% {
    opacity: 0;
    transform: translate3d(0, var(--gallery-switch-start-y, 112vh), 0) scale(0.74);
    filter: blur(10px);
  }

  42% {
    opacity: 1;
    filter: blur(2px);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

@keyframes gallerySwitchIntroCardFlyIn {
  0% {
    opacity: 1;
    transform:
      translate3d(
        calc(var(--intro-card-stack-x, 0px) + var(--intro-card-start-x, 0px)),
        calc(var(--intro-card-stack-y, 0px) + var(--intro-card-start-y, 105vh)),
        0
      )
      rotate(0deg)
      scale(var(--intro-card-scale, 0.82));
    filter: blur(10px);
  }

  42% {
    opacity: 1;
    filter: blur(3px);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
    filter: blur(0);
  }
}

@keyframes filmsDirectMediaSettle {
  0% {
    opacity: 0.92;
    transform: scale(1.08);
    filter: brightness(1.08) saturate(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1.01);
    filter: var(--tile-filter, saturate(0.93) contrast(1.06));
  }
}

@keyframes homeCardFlowExitUp {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }

  52% {
    opacity: 0.88;
    filter: blur(1.4px);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, -150vh, 0) scale(0.88);
    filter: blur(7px);
  }
}

@keyframes homeCardFlowReturnFromTop {
  0% {
    opacity: 0;
    transform: translate3d(0, -120vh, 0) scale(0.9);
    filter: blur(7px);
  }

  46% {
    opacity: 1;
    filter: blur(1.2px);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

@keyframes tileImageSettle {
  0% {
    opacity: 0;
    transform: scale(1.12) translateY(5vh);
    filter: blur(12px) brightness(1.12) saturate(0.8);
  }

  45% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: scale(1.01) translateY(0);
    filter: var(--tile-filter, saturate(0.93) contrast(1.06));
  }
}

@keyframes tileCopyRise {
  0% {
    opacity: 0;
    transform: translateY(22px);
    filter: blur(8px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .intro-revealing .tile,
  .intro-revealing .tile img,
  .intro-revealing .tile video,
  .intro-revealing .tile-copy,
  .films-direct-revealing .tile,
  .films-direct-revealing .tile img,
  .films-direct-revealing .tile video,
  .films-direct-revealing .tile-copy,
  .project-open:not(.project-transitioning) .project-view,
  .project-open:not(.project-transitioning) .project-image,
  .project-open:not(.project-transitioning) .project-copy > *,
  body.mobile-project-opening.project-open .project-view,
  body.mobile-project-opening.project-open .project-copy,
  body.mobile-project-opening.project-open .project-image,
  .project-carousel-track {
    animation: none;
  }

  .intro-revealing .tile {
    transform: none;
    filter: none;
  }

  .films-direct-revealing .tile {
    transform: none;
    filter: none;
  }

}

.project-view {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: block;
  height: 100vh;
  min-height: 100vh;
  color: var(--ink);
  background: var(--white);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: auto;
  scrollbar-width: none;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
  transition: opacity 208ms ease, visibility 208ms ease;
}

body[data-active-gallery="films"] .project-view {
  color: var(--white);
  background: var(--black);
}

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

.project-copy {
  position: relative;
  z-index: 2;
  flex: 0 0 min(42vw, 560px);
  width: min(42vw, 560px);
  min-height: 100vh;
  display: grid;
  align-content: end;
  justify-items: start;
  padding: 0 clamp(28px, 4.6vw, 82px) clamp(96px, 7.8vw, 150px);
  color: var(--ink);
  background: var(--white);
}

body[data-active-gallery="films"] .project-copy {
  color: var(--white);
  background: var(--black);
}

.project-location {
  position: absolute;
  left: clamp(28px, 4.6vw, 82px);
  top: 43.8%;
  transform: translateY(-50%);
  margin: 0;
  display: grid;
  justify-items: start;
  gap: 1px;
  text-align: left;
}

.project-location strong {
  font-size: clamp(16px, 1.15vw, 24px);
  line-height: 1;
}

.project-location span {
  font-family: var(--serif);
  font-size: clamp(15px, 1.05vw, 23px);
  font-weight: 600;
  line-height: 1;
}

.project-copy h1 {
  max-width: min(100%, 13.5ch);
  margin: 0;
  font-family: var(--display-serif);
  font-size: clamp(82px, 8.9vw, 178px);
  font-style: italic;
  font-weight: 500;
  line-height: 0.86;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

.project-copy h1 span {
  display: inline-block;
  font-size: 0.58em;
  transform: translateY(-0.03em);
}

.project-copy h1 em {
  font-style: italic;
}

.project-image {
  --rail-gap: clamp(1.5px, 0.12vw, 2.5px);
  position: relative;
  width: 100%;
  min-width: 0;
  margin: -100vh 0 0;
  height: auto;
  min-height: 0;
  display: block;
  padding: 0 var(--rail-gap) var(--rail-gap);
  overflow: visible;
  direction: ltr;
}

.project-carousel-track {
  height: auto;
  display: block;
  column-count: 3;
  column-gap: var(--rail-gap);
  width: 100%;
  padding-top: calc(100vh + var(--rail-gap));
  contain: layout paint style;
}

.project-carousel-item {
  --project-media-aspect: 3 / 4;
  width: 100%;
  height: auto;
  margin: 0 0 var(--rail-gap);
  aspect-ratio: var(--project-media-aspect);
  min-height: 0;
  overflow: hidden;
  break-inside: avoid;
  page-break-inside: avoid;
  direction: ltr;
  contain: layout paint;
  transform: translateZ(0);
  backface-visibility: hidden;
}

body[data-active-gallery="films"] .project-carousel-item {
  background: var(--black);
}

@media (min-width: 981px) {
  body[data-active-gallery="photography"] .project-carousel-track {
    display: block;
    column-count: auto;
    column-gap: normal;
  }

  body[data-active-gallery="photography"] .project-carousel-track .project-carousel-item:not(.is-project-intro-media) {
    width: 100%;
    margin: 0;
    break-inside: auto;
    page-break-inside: auto;
  }

  body[data-active-gallery="films"] .project-carousel-track {
    --rail-gap: clamp(1.5px, 0.12vw, 2.5px);

    display: grid;
    column-count: auto;
    column-gap: normal;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--rail-gap);
    row-gap: var(--rail-gap);
    column-gap: var(--rail-gap);
    align-items: start;
    padding-top: calc(100vh + var(--rail-gap));
  }

  body[data-active-gallery="films"] .project-carousel-track .project-carousel-item:not(.is-project-intro-media) {
    grid-column: 1 / -1;
    width: 100%;
    margin: 0;
    break-inside: auto;
    page-break-inside: auto;
  }
}

.project-masonry-columns {
  display: grid;
  grid-template-columns: repeat(var(--project-masonry-columns, 4), minmax(0, 1fr));
  gap: var(--rail-gap);
  align-items: start;
}

.project-masonry-column {
  display: flex;
  flex-direction: column;
  gap: var(--rail-gap);
  min-width: 0;
}

.project-carousel-item.is-project-intro-media {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: calc(100vw - min(42vw, 560px));
  height: 100vh;
  aspect-ratio: auto;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.04) 5%,
    rgba(0, 0, 0, 0.16) 10%,
    rgba(0, 0, 0, 0.36) 18%,
    rgba(0, 0, 0, 0.62) 29%,
    rgba(0, 0, 0, 0.84) 42%,
    rgba(0, 0, 0, 0.96) 54%,
    #000 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.04) 5%,
    rgba(0, 0, 0, 0.16) 10%,
    rgba(0, 0, 0, 0.36) 18%,
    rgba(0, 0, 0, 0.62) 29%,
    rgba(0, 0, 0, 0.84) 42%,
    rgba(0, 0, 0, 0.96) 54%,
    #000 100%
  );
}

@media (min-width: 981px) {
  .project-carousel-item.is-project-intro-media.is-project-video-vertical video {
    width: min(50vw, 76vh);
    max-width: 100%;
    height: 100%;
    margin-left: auto;
    object-fit: cover;
    object-position: center;
    background: transparent;
    -webkit-mask-image: linear-gradient(
      90deg,
      transparent 0%,
      rgba(0, 0, 0, 0.01) 4%,
      rgba(0, 0, 0, 0.03) 8%,
      rgba(0, 0, 0, 0.07) 12%,
      rgba(0, 0, 0, 0.13) 16%,
      rgba(0, 0, 0, 0.22) 20%,
      rgba(0, 0, 0, 0.34) 25%,
      rgba(0, 0, 0, 0.48) 30%,
      rgba(0, 0, 0, 0.62) 36%,
      rgba(0, 0, 0, 0.74) 42%,
      rgba(0, 0, 0, 0.84) 48%,
      rgba(0, 0, 0, 0.92) 54%,
      rgba(0, 0, 0, 0.97) 61%,
      #000 70%
    );
    mask-image: linear-gradient(
      90deg,
      transparent 0%,
      rgba(0, 0, 0, 0.01) 4%,
      rgba(0, 0, 0, 0.03) 8%,
      rgba(0, 0, 0, 0.07) 12%,
      rgba(0, 0, 0, 0.13) 16%,
      rgba(0, 0, 0, 0.22) 20%,
      rgba(0, 0, 0, 0.34) 25%,
      rgba(0, 0, 0, 0.48) 30%,
      rgba(0, 0, 0, 0.62) 36%,
      rgba(0, 0, 0, 0.74) 42%,
      rgba(0, 0, 0, 0.84) 48%,
      rgba(0, 0, 0, 0.92) 54%,
      rgba(0, 0, 0, 0.97) 61%,
      #000 70%
    );
    transform: translate3d(0, 5vh, 0) scale(1.38);
  }
}

body[data-active-gallery="films"] .project-carousel-item.is-project-intro-media::after {
  content: none;
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: transparent;
}

.project-image img,
.project-image video,
.project-image iframe,
.project-youtube-player,
.project-youtube-poster {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.project-image img,
.project-image video,
.project-youtube-poster {
  object-fit: cover;
  object-position: center;
  filter: saturate(0.98) contrast(1.03);
}

.project-carousel-item .project-youtube-poster {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center;
}

.project-youtube-player {
  position: relative;
  overflow: hidden;
  background: #000;
  color: var(--white);
  isolation: isolate;
}

.project-youtube-player iframe {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  opacity: 0;
  animation: youtubeFrameIn 416ms cubic-bezier(0.16, 1, 0.3, 1) 72ms both;
}

.project-youtube-player:not(.is-playing) iframe {
  opacity: 0;
  pointer-events: none;
  animation: none;
}

.project-youtube-poster {
  transition:
    opacity 520ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 740ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 740ms cubic-bezier(0.16, 1, 0.3, 1);
}

.project-youtube-player::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.34) 72%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.28));
  opacity: 0.78;
  pointer-events: none;
  transition: opacity 416ms cubic-bezier(0.16, 1, 0.3, 1);
}

body[data-active-gallery="films"] .tile:has(> .project-youtube-player)::after,
body[data-active-gallery="films"] .tile > .project-youtube-player::after {
  display: none;
}

.project-youtube-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: clamp(74px, 7vw, 138px);
  aspect-ratio: 1;
  height: auto;
  padding: 0;
  color: var(--white);
  border: 1px solid currentColor;
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition:
    opacity 360ms ease,
    transform 720ms cubic-bezier(0.16, 1, 0.3, 1),
    color 240ms ease,
    border-color 240ms ease;
}

.project-youtube-play::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28%;
  height: 34%;
  background: currentColor;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translate3d(-38%, -50%, 0);
  transform-origin: 50% 50%;
  backface-visibility: hidden;
}

.project-youtube-play::after {
  content: "";
  position: absolute;
  inset: -10px;
  border: 1px solid currentColor;
  border-radius: inherit;
  opacity: 0.18;
  transform: scale(0.82);
  transition:
    opacity 620ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

.project-youtube-play:hover {
  color: rgba(255, 255, 255, 0.72);
  transform: translate3d(-50%, -50%, 0) scale(1.045);
}

.project-youtube-play:hover::after {
  opacity: 0.34;
  transform: scale(1);
}

.project-youtube-pause {
  position: absolute;
  left: clamp(10px, 1.1vw, 18px);
  bottom: clamp(9px, 0.9vw, 16px);
  z-index: 4;
  width: clamp(46px, 4vw, 62px);
  height: clamp(34px, 3vw, 44px);
  display: grid;
  place-items: center;
  color: transparent;
  border: 0;
  border-radius: 0;
  background: transparent;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 4px, 0);
  transition:
    opacity 180ms ease,
    transform 260ms cubic-bezier(0.16, 1, 0.3, 1),
    color 180ms ease;
}

.project-youtube-pause::before,
.project-youtube-pause::after {
  content: none;
}

.project-youtube-pause::before {
  transform: translateX(-70%);
}

.project-youtube-pause::after {
  transform: translateX(70%);
}

.project-youtube-pause:hover {
  color: transparent;
  transform: translate3d(0, 0, 0);
}

.project-youtube-player.is-playing .project-youtube-poster {
  opacity: 0;
  transform: scale(1.045);
  filter: saturate(0.9) contrast(1.04) blur(8px);
}

.project-youtube-player.is-playing::after,
.project-youtube-player.is-playing .project-youtube-play {
  opacity: 0;
  pointer-events: none;
}

.project-youtube-player.is-playing:not(.is-linked-video-paused):hover .project-youtube-pause {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.project-youtube-player.is-linked-video-paused iframe {
  opacity: 0;
  pointer-events: none;
  animation: none;
}

.project-youtube-player.is-linked-video-paused .project-youtube-poster {
  opacity: 1;
  transform: none;
  filter: saturate(0.98) contrast(1.03);
}

.project-youtube-player.is-linked-video-paused::after {
  opacity: 0.78;
}

.project-youtube-player.is-linked-video-paused .project-youtube-play {
  z-index: 5;
  opacity: 1;
  pointer-events: auto;
}

.project-youtube-player.is-linked-video-paused .project-youtube-pause {
  opacity: 0;
  pointer-events: none;
}

@keyframes youtubeFrameIn {
  0% {
    opacity: 0;
    transform: scale(1.012);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.project-youtube-fallback {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  padding: 9px 11px;
  color: var(--white);
  background: rgba(0, 0, 0, 0.62);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 208ms ease;
}

.is-youtube-playing .project-youtube-fallback {
  opacity: 1;
  pointer-events: auto;
}

.menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  color: var(--black);
  background: var(--white);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  contain: layout paint style;
  isolation: isolate;
  transition: opacity 192ms ease, transform 240ms ease, visibility 192ms ease;
}

body[data-active-gallery="films"] .menu-overlay {
  color: var(--white);
  background: var(--black);
}

.menu-mounted .menu-overlay {
  display: block;
}

.menu-open.menu-mounted .menu-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  animation: mobileMenuOpenIn 608ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.menu-closing.menu-mounted .menu-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  transform: none;
  animation: mobileMenuCloseOut 896ms cubic-bezier(0.7, 0, 0.84, 0) both;
}

.menu-open.menu-mounted .rail-close,
.menu-open.menu-mounted .menu-language,
.menu-open.menu-mounted .contact-word,
.menu-open.menu-mounted .menu-links a,
.menu-open.menu-mounted .menu-links button,
.menu-open.menu-mounted .social-picker,
.menu-open.menu-mounted .menu-app-promo,
.menu-open.menu-mounted .social-links a {
  animation: mobileMenuItemFlyIn 1024ms cubic-bezier(0.16, 1, 0.3, 1) both;
  will-change: transform, opacity, filter;
}

.menu-closing.menu-mounted .rail-close,
.menu-closing.menu-mounted .menu-language,
.menu-closing.menu-mounted .contact-word,
.menu-closing.menu-mounted .menu-links a,
.menu-closing.menu-mounted .menu-links button,
.menu-closing.menu-mounted .social-picker,
.menu-closing.menu-mounted .menu-app-promo,
.menu-closing.menu-mounted .social-links a {
  animation: mobileMenuItemFlyOut 784ms cubic-bezier(0.7, 0, 0.84, 0) both;
  will-change: transform, opacity, filter;
}

.menu-open.menu-mounted .rail-close {
  animation-delay: 0ms;
}

.menu-open.menu-mounted .menu-language {
  animation-delay: 0ms;
}

.menu-open.menu-mounted .contact-word {
  animation-delay: 56ms;
}

.menu-open.menu-mounted .menu-links a:nth-child(1) {
  animation-delay: 112ms;
}

.menu-open.menu-mounted .menu-links a:nth-child(2) {
  animation-delay: 168ms;
}

.menu-open.menu-mounted .menu-links button {
  animation-delay: 224ms;
}

.menu-open.menu-mounted .social-picker {
  animation-delay: 280ms;
}

.menu-open.menu-mounted .menu-app-promo {
  animation-delay: 336ms;
}

.menu-open.menu-mounted .social-links > a:nth-of-type(1) {
  animation-delay: 392ms;
}

.menu-open.menu-mounted .social-links > a:nth-of-type(2) {
  animation-delay: 448ms;
}

.menu-closing.menu-mounted .rail-close,
.menu-closing.menu-mounted .menu-language,
.menu-closing.menu-mounted .contact-word,
.menu-closing.menu-mounted .menu-links a,
.menu-closing.menu-mounted .menu-links button,
.menu-closing.menu-mounted .social-picker,
.menu-closing.menu-mounted .menu-app-promo,
.menu-closing.menu-mounted .social-links a {
  animation-delay: 0ms;
}

@keyframes mobileMenuOpenIn {
  0% {
    opacity: 0;
    filter: blur(6px);
  }

  64% {
    opacity: 1;
    filter: blur(1px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes mobileMenuCloseOut {
  0% {
    opacity: 1;
    filter: blur(0);
  }

  52% {
    opacity: 1;
    filter: blur(1px);
  }

  100% {
    opacity: 0;
    filter: blur(7px);
  }
}

@keyframes mobileMenuItemFlyIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 108svh, 0) scale(0.76);
    filter: blur(10px);
  }

  42% {
    opacity: 1;
    filter: blur(2px);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

@keyframes mobileMenuItemFlyOut {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }

  48% {
    opacity: 1;
    filter: blur(2px);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 96svh, 0) scale(0.82);
    filter: blur(10px);
  }
}

.menu-language {
  position: absolute;
  top: clamp(26px, 3.1vw, 56px);
  left: clamp(18px, 2.4vw, 42px);
  z-index: 3;
  color: var(--black);
  font-family: var(--sans);
  font-size: clamp(18px, 1.55vw, 30px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

body[data-active-gallery="films"] .menu-overlay .menu-language {
  color: var(--black);
}

.rail-close {
  top: clamp(26px, 3.1vw, 56px);
  right: clamp(18px, 2.4vw, 42px);
  color: var(--black);
}

.menu-overlay .rail-close[data-menu-close] {
  --menu-close-size: clamp(52px, 4.4vw, 82px);
  --menu-close-stroke: clamp(3.4px, 0.28vw, 4.8px);
  z-index: 8;
  top: calc(clamp(26px, 3.1vw, 56px) - 8px);
  right: clamp(22px, 3vw, 56px);
  width: var(--menu-close-size);
  height: var(--menu-close-size);
  display: grid;
  place-items: center;
  padding: 0;
  writing-mode: horizontal-tb;
  transform-origin: center;
  transition:
    opacity 220ms ease,
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 520ms ease;
}

@media (min-width: 641px) {
  .menu-overlay .rail-close[data-menu-close] {
    top: calc(clamp(26px, 3.1vw, 56px) - 5px);
    right: calc(clamp(22px, 3vw, 56px) - 5px);
  }
}

.menu-overlay .rail-close[data-menu-close] span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.menu-overlay .rail-close[data-menu-close]::before,
.menu-overlay .rail-close[data-menu-close]::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 88%;
  height: var(--menu-close-stroke);
  background: currentColor;
  border-radius: 999px;
  transform-origin: center;
  transition:
    width 960ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 960ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 420ms ease;
}

.menu-overlay .rail-close[data-menu-close]::before {
  transform: translate(-50%, -50%) rotate(43deg) scaleX(0.92);
}

.menu-overlay .rail-close[data-menu-close]::after {
  width: 64%;
  transform: translate(-50%, -50%) rotate(-43deg) translateX(8%) scaleX(1);
}

.menu-overlay .rail-close[data-menu-close]:is(:hover, :focus-visible) {
  transform: rotate(-1.5deg) scale(1.08);
}

.menu-overlay .rail-close[data-menu-close]:is(:hover, :focus-visible)::before {
  width: 78%;
  transform: translate(-50%, -50%) rotate(38deg) translateX(-3%) scaleX(1);
}

.menu-overlay .rail-close[data-menu-close]:is(:hover, :focus-visible)::after {
  width: 92%;
  transform: translate(-50%, -50%) rotate(-48deg) translateX(2%) scaleX(0.94);
}

.menu-overlay .rail-close[data-menu-close]:active {
  transform: rotate(0deg) scale(0.94);
}

body[data-active-gallery="films"] .menu-overlay .rail-close {
  color: var(--black);
}

.menu-main {
  min-height: 100vh;
  display: grid;
  align-content: center;
  justify-items: end;
  gap: clamp(26px, 3.1vw, 56px);
  padding: clamp(90px, 8vw, 150px) clamp(112px, 7.8vw, 160px) clamp(94px, 7vw, 140px) clamp(40px, 4vw, 80px);
}

@media (min-width: 641px) {
  body:not(.admin-page) .menu-main {
    align-content: stretch;
    grid-template-rows: auto auto clamp(24px, 3.6vh, 54px) auto auto auto;
    gap: 0;
    padding-top: clamp(150px, 17vh, 226px);
    padding-bottom: clamp(52px, 4.8vh, 82px);
  }

  body:not(.admin-page) .contact-word {
    grid-row: 1;
    align-self: start;
    justify-self: end;
  }

  body:not(.admin-page) .menu-links {
    display: contents;
  }

  body:not(.admin-page) .menu-links a {
    grid-row: 2;
    align-self: start;
    justify-self: end;
    font-size: clamp(52px, 5.2vw, 104px);
    line-height: 0.82;
    margin-top: clamp(14px, 1.7vh, 26px);
  }

  body:not(.admin-page) .menu-links button {
    grid-row: 4;
    align-self: end;
    justify-self: end;
    margin-bottom: clamp(8px, 1.2vh, 18px);
  }

  body:not(.admin-page) .social-links {
    grid-row: 5;
    align-self: start;
    justify-self: end;
    margin-top: clamp(12px, 1.5vh, 24px);
  }

  body:not(.admin-page) .menu-app-promo {
    grid-row: 6;
    align-self: start;
    justify-self: end;
    margin-top: calc(clamp(16px, 1.8vh, 30px) + 18px);
  }
}

.contact-word {
  display: block;
  font-size: clamp(86px, 12vw, 236px);
  font-weight: 600;
  line-height: 0.76;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.admin-page {
  --admin-menu-item-font: clamp(21px, 2.4vw, 44px);
  --admin-menu-social-font: clamp(16.8px, 1.904vw, 35px);
}

body.admin-page .contact-word,
body.admin-page .menu-links a,
body.admin-page .menu-links button,
body.admin-page .social-picker-trigger {
  display: block;
  margin: 0;
  padding: 0;
  font-size: var(--admin-menu-item-font);
  line-height: 0.92;
}

body.admin-page .contact-word {
  transform: none;
}

body.admin-page .social-picker-trigger {
  font-size: var(--admin-menu-social-font);
}

body.admin-page .menu-main {
  justify-items: end;
}

body.admin-page .admin-menu-stack,
body.admin-page .admin-menu-group,
body.admin-page .admin-menu-items {
  display: grid;
  justify-items: end;
}

body.admin-page .admin-menu-stack {
  gap: clamp(20px, 2vw, 38px);
}

body.admin-page .admin-menu-group {
  gap: clamp(8px, 0.72vw, 14px);
}

body.admin-page .admin-menu-label {
  margin: 0;
  color: currentColor;
  font-size: clamp(9px, 0.68vw, 13px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  opacity: 0.42;
  text-transform: uppercase;
}

body.admin-page .admin-menu-items {
  gap: clamp(7px, 0.72vw, 14px);
}

body.admin-page .menu-links,
body.admin-page .social-links {
  justify-items: end;
  justify-content: end;
  align-items: flex-end;
}

body.admin-page .menu-links a,
body.admin-page .menu-links button,
body.admin-page .social-picker,
body.admin-page .social-picker-trigger {
  text-align: right;
  justify-items: end;
}

body.admin-page,
body.admin-page * {
  scroll-behavior: auto !important;
  animation: none !important;
  animation-duration: 0ms !important;
  animation-delay: 0ms !important;
  transition: none !important;
  transition-duration: 0ms !important;
  transition-delay: 0ms !important;
}

body.admin-page.project-transitioning .project-view,
body.admin-page.project-closing .project-view,
body.admin-page.menu-open.menu-mounted .menu-overlay,
body.admin-page.menu-closing.menu-mounted .menu-overlay,
body.admin-page.about-open.about-mounted .about-panel,
body.admin-page.about-panel-closing.about-mounted .about-panel,
body.admin-page.pricing-open .pricing-panel,
body.admin-page.pricing-closing .pricing-panel,
body.admin-page.inquiry-open .inquiry-panel,
body.admin-page.inquiry-closing .inquiry-panel {
  animation: none !important;
}

.menu-links {
  display: grid;
  justify-items: end;
  gap: clamp(13px, 1.2vw, 24px);
}

.menu-links a,
.menu-links button {
  font-size: clamp(34px, 3.15vw, 68px);
  font-weight: 600;
  line-height: 0.9;
  justify-self: end;
  padding: 0;
  text-transform: uppercase;
  transition: opacity 144ms ease, transform 144ms ease;
  text-align: right;
}

.social-links {
  display: flex;
  align-items: flex-start;
  gap: clamp(18px, 2.5vw, 52px);
  flex-wrap: nowrap;
  justify-content: end;
  max-width: none;
}

.social-links a,
.social-picker-trigger {
  font-size: clamp(20px, 2vw, 38px);
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.social-picker {
  position: relative;
  display: grid;
  justify-items: end;
  gap: clamp(8px, 0.8vw, 14px);
}

.social-picker-trigger {
  color: inherit;
}

.social-picker-options {
  position: absolute;
  top: calc(100% + clamp(8px, 0.8vw, 14px));
  right: 0;
  z-index: 2;
  display: grid;
  justify-items: end;
  gap: clamp(7px, 0.62vw, 12px);
  min-width: max-content;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, -8px, 0);
  transition: opacity 176ms ease, visibility 176ms ease, transform 288ms cubic-bezier(0.16, 1, 0.3, 1);
}

.social-picker.is-open .social-picker-options {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.social-picker-options a {
  font-size: clamp(11.2px, 0.84vw, 16.8px);
  line-height: 1;
  white-space: nowrap;
  opacity: 0.68;
}

.menu-app-promo {
  position: relative;
  display: inline-block;
  justify-items: end;
  max-width: max-content;
  padding: clamp(6.3px, 0.54vw, 9.9px) clamp(9px, 0.72vw, 12.6px) clamp(6.3px, 0.54vw, 9.9px) clamp(30.6px, 2.43vw, 41.4px);
  border: 1px solid rgba(128, 128, 128, 0.1);
  border-radius: 9px;
  color: currentColor;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 144ms ease, transform 184ms cubic-bezier(0.16, 1, 0.3, 1);
}

.menu-app-promo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: currentColor;
  border-radius: inherit;
  opacity: 0;
  transform: scaleX(0.82);
  transform-origin: right center;
  transition: opacity 144ms ease, transform 224ms cubic-bezier(0.16, 1, 0.3, 1);
}

.menu-app-promo > *,
.menu-app-copy > * {
  position: relative;
  z-index: 1;
  transition: color 144ms ease, opacity 144ms ease;
}

.menu-app-copy {
  display: grid;
  justify-items: end;
  gap: clamp(4.5px, 0.4vw, 7.2px);
  min-width: 0;
}

.menu-app-promo .menu-app-eyebrow {
  font-size: clamp(8.1px, 0.61vw, 10.8px);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  opacity: 0.42;
}

.menu-app-promo strong {
  display: block;
  font-size: clamp(18px, 1.28vw, 28.8px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.92;
}

.menu-app-promo span:last-child {
  display: block;
  max-width: 26ch;
  font-size: clamp(9px, 0.65vw, 11.7px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.24;
  opacity: 0.58;
  text-transform: none;
}

.menu-app-icon {
  position: absolute;
  top: clamp(5.4px, 0.45vw, 8.1px);
  left: clamp(5.4px, 0.45vw, 8.1px);
  z-index: 1;
  display: block;
  width: clamp(16.2px, 1.12vw, 21.6px);
  aspect-ratio: 1;
  border-radius: 22%;
  object-fit: cover;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16);
  transition: transform 184ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 184ms ease;
}

body.admin-page .admin-menu-creator {
  margin-top: clamp(20px, 1.5vw, 30px);
}

body.admin-page .admin-menu-creator .menu-app-promo {
  max-width: min(320px, 70vw);
}

.menu-app-promo:hover,
.menu-app-promo:focus-visible {
  opacity: 1;
  transform: translate3d(-3px, 0, 0);
}

.menu-app-promo:hover::before,
.menu-app-promo:focus-visible::before {
  opacity: 0.92;
  transform: scaleX(1);
}

.menu-app-promo:hover > *,
.menu-app-promo:focus-visible > * {
  color: #ffffff;
  opacity: 1;
}

.menu-app-promo:hover .menu-app-icon,
.menu-app-promo:focus-visible .menu-app-icon {
  transform: scale(1.08);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
}

.menu-credit {
  position: absolute;
  left: 50%;
  bottom: clamp(18px, 2.2vw, 38px);
  z-index: 2;
  margin: 0;
  color: currentColor;
  font-family: var(--sans);
  font-size: clamp(10px, 0.78vw, 14px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  opacity: 0.42;
  pointer-events: none;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
}

.menu-open.menu-mounted .social-picker-options a {
  animation: none;
  opacity: 0.68;
  transform: none;
  filter: none;
}

.menu-links a:hover,
.menu-links button:hover,
.social-picker-trigger:hover,
.social-links a:hover,
.contact-word:hover {
  opacity: 0.58;
}

.about-panel {
  --about-open-duration: 1320ms;
  --about-close-duration: 980ms;
  position: relative;
  display: none;
  min-height: 100svh;
  color: var(--black);
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 112vh, 0) scale(0.74);
  filter: blur(10px);
  overflow: visible;
  transform-origin: center top;
  transition: visibility 0ms linear var(--about-close-duration);
  will-change: opacity, transform, filter;
}

.about-mounted .about-panel {
  display: block;
}

.about-open.about-mounted .about-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  filter: none;
  animation: aboutPanelOpenIn var(--about-open-duration) cubic-bezier(0.16, 1, 0.3, 1) both;
  transition-delay: 0ms;
}

.about-panel-closing.about-mounted .about-panel {
  opacity: 0;
  visibility: visible;
  pointer-events: none;
  transform: translate3d(0, -190vh, 0) scale(0.86);
  filter: blur(8px);
  animation: aboutPanelCloseOut var(--about-close-duration) cubic-bezier(0.4, 0, 0.68, 0.06) both;
  transition-delay: 0ms;
}

.about-shell {
  display: grid;
  gap: clamp(78px, 10vw, 180px);
  width: min(1500px, calc(100vw - clamp(34px, 7vw, 134px)));
  margin: 0 auto;
  padding: clamp(42px, 5vw, 96px) 0 clamp(96px, 11vw, 190px);
}

.about-open.about-mounted .about-kicker,
.about-open.about-mounted .about-hero h2,
.about-open.about-mounted .about-portrait,
.about-open.about-mounted .about-story p,
.about-open.about-mounted .about-split div,
.about-open.about-mounted .about-editorial div,
.about-open.about-mounted .about-closing p,
.about-open.about-mounted .about-closing button {
  animation: aboutItemRiseIn 1180ms cubic-bezier(0.16, 1, 0.3, 1) both;
  will-change: transform, opacity, filter;
}

.about-panel-closing.about-mounted .about-kicker,
.about-panel-closing.about-mounted .about-hero h2,
.about-panel-closing.about-mounted .about-portrait,
.about-panel-closing.about-mounted .about-story p,
.about-panel-closing.about-mounted .about-split div,
.about-panel-closing.about-mounted .about-editorial div,
.about-panel-closing.about-mounted .about-closing p,
.about-panel-closing.about-mounted .about-closing button {
  animation: aboutItemSinkOut 860ms cubic-bezier(0.4, 0, 0.68, 0.06) both;
  animation-delay: 0ms;
  will-change: transform, opacity, filter;
}

.about-open.about-mounted .about-close {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: none;
  filter: none;
}

.about-open.about-mounted .about-kicker {
  animation-delay: 56ms;
}

.about-open.about-mounted .about-hero h2 {
  animation-delay: 112ms;
}

.about-open.about-mounted .about-portrait-hero {
  animation-delay: 168ms;
}

.about-open.about-mounted .about-story p {
  animation-delay: 224ms;
}

.about-open.about-mounted .about-split:nth-of-type(3) .about-portrait,
.about-open.about-mounted .about-split:nth-of-type(3) div {
  animation-delay: 280ms;
}

.about-open.about-mounted .about-split:nth-of-type(4) .about-portrait,
.about-open.about-mounted .about-split:nth-of-type(4) div {
  animation-delay: 336ms;
}

.about-open.about-mounted .about-editorial .about-portrait,
.about-open.about-mounted .about-editorial div {
  animation-delay: 392ms;
}

.about-open.about-mounted .about-closing p,
.about-open.about-mounted .about-closing button {
  animation-delay: 448ms;
}

@keyframes aboutPanelOpenIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 112vh, 0) scale(0.74);
    filter: blur(10px);
  }

  42% {
    opacity: 1;
    filter: blur(2px);
  }

  100% {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

@keyframes aboutPanelCloseOut {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }

  54% {
    opacity: 0.92;
    filter: blur(3px);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, -190vh, 0) scale(0.86);
    filter: blur(10px);
  }
}

@keyframes aboutItemRiseIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 112vh, 0) scale(0.74);
    filter: blur(10px);
  }

  42% {
    opacity: 1;
    filter: blur(2px);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

@keyframes aboutItemSinkOut {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }

  48% {
    opacity: 0.92;
    filter: blur(3px);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, -190vh, 0) scale(0.86);
    filter: blur(10px);
  }
}

.about-close {
  --menu-close-size: clamp(52px, 4.4vw, 82px);
  --menu-close-stroke: clamp(3.4px, 0.28vw, 4.8px);
  position: sticky !important;
  top: max(clamp(14px, 2.2vw, 38px), calc(env(safe-area-inset-top, 0px) + 10px));
  right: auto;
  z-index: 999;
  display: grid;
  place-items: center;
  width: var(--menu-close-size);
  height: var(--menu-close-size);
  margin-right: clamp(10px, 2.2vw, 34px);
  margin-bottom: calc(var(--menu-close-size) * -1);
  margin-left: auto;
  padding: 0;
  color: var(--white);
  mix-blend-mode: difference;
  transform-origin: center;
  transition:
    opacity 220ms ease,
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 520ms ease;
}

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

.about-close::before,
.about-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 88%;
  height: var(--menu-close-stroke);
  background: currentColor;
  border-radius: 999px;
  transform-origin: center;
  transition:
    width 960ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 960ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 420ms ease;
}

.about-close::before {
  transform: translate(-50%, -50%) rotate(43deg) scaleX(0.92);
}

.about-close::after {
  width: 64%;
  transform: translate(-50%, -50%) rotate(-43deg) translateX(8%) scaleX(1);
}

.about-close:hover {
  transform: rotate(-1.5deg) scale(1.08);
}

.about-close:hover::before {
  width: 78%;
  transform: translate(-50%, -50%) rotate(38deg) translateX(-3%) scaleX(1);
}

.about-close:hover::after {
  width: 92%;
  transform: translate(-50%, -50%) rotate(-48deg) translateX(2%) scaleX(0.94);
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.62fr);
  align-items: end;
  gap: clamp(34px, 6vw, 110px);
  min-height: min(840px, calc(100svh - 90px));
}

.about-kicker,
.about-split span,
.about-editorial span {
  color: rgba(0, 0, 0, 0.44);
  font-size: clamp(11px, 0.86vw, 15px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-hero h2 {
  max-width: 920px;
  margin: clamp(22px, 3vw, 46px) 0 0;
  font-size: clamp(58px, 8.4vw, 156px);
  font-weight: 600;
  line-height: 0.86;
  letter-spacing: 0;
}

.about-portrait {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.015)),
    #f3f1ec;
}

.about-portrait::before {
  content: "";
  display: block;
  aspect-ratio: 4 / 5.6;
}

.about-portrait img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 208ms ease;
}

.about-portrait.is-filled img {
  opacity: 1;
}

.about-portrait:not(.is-filled)::after {
  content: "PORTRAIT";
  position: absolute;
  left: 50%;
  top: 50%;
  color: rgba(0, 0, 0, 0.22);
  font-size: clamp(10px, 0.9vw, 14px);
  font-weight: 700;
  letter-spacing: 0.12em;
  transform: translate(-50%, -50%);
}

.about-portrait-hero::before {
  aspect-ratio: 4 / 5.8;
}

@media (min-width: 981px) {
  .about-shell {
    width: min(1500px, calc(100vw - clamp(34px, 7vw, 134px)));
    padding-top: 0;
  }

  .about-hero {
    position: relative;
    left: 50%;
    display: block;
    width: 100vw;
    min-height: 200svh;
    margin-left: -50vw;
    overflow: hidden;
  }

  .about-hero .about-kicker {
    position: absolute;
    top: clamp(24px, 3vw, 58px);
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    padding: 0 clamp(24px, 4vw, 72px);
    color: rgba(255, 255, 255, 0.72);
    text-align: center;
    transform: none;
  }

  .about-hero h2 {
    position: absolute;
    left: clamp(30px, 7vw, 134px);
    bottom: clamp(70px, 10svh, 160px);
    z-index: 2;
    max-width: min(1060px, 68vw);
    color: #ffffff;
    text-shadow: 0 24px 72px rgba(0, 0, 0, 0.36);
  }

  .about-portrait-hero {
    width: 100%;
    min-height: 200svh;
  }

  .about-portrait-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.24) 34%, rgba(0, 0, 0, 0.08) 66%, rgba(0, 0, 0, 0.18) 100%),
      linear-gradient(0deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.12) 38%, rgba(0, 0, 0, 0.04) 100%);
    pointer-events: none;
  }

  .about-portrait-hero::before {
    aspect-ratio: auto;
    min-height: 200svh;
  }
}

.about-story {
  display: grid;
  justify-items: end;
}

.about-story p,
.about-closing p {
  max-width: 980px;
  margin: 0;
  font-size: clamp(30px, 4.2vw, 76px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0;
}

.about-split,
.about-editorial {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 0.78fr);
  align-items: center;
  gap: clamp(36px, 7vw, 128px);
}

.about-split-reverse {
  grid-template-columns: minmax(0, 0.78fr) minmax(280px, 0.62fr);
}

.about-split-reverse figure {
  grid-column: 2;
  grid-row: 1;
}

.about-split-reverse div {
  grid-column: 1;
  grid-row: 1;
}

.about-split h3,
.about-editorial h3 {
  max-width: 720px;
  margin: clamp(14px, 1.8vw, 28px) 0 clamp(18px, 2vw, 36px);
  font-size: clamp(42px, 5.6vw, 102px);
  font-weight: 600;
  line-height: 0.88;
}

.about-split p,
.about-editorial p {
  max-width: 660px;
  margin: 0;
  color: rgba(0, 0, 0, 0.72);
  font-size: clamp(18px, 1.75vw, 30px);
  font-weight: 500;
  line-height: 1.16;
}

.about-editorial {
  grid-template-columns: minmax(320px, 0.74fr) minmax(0, 0.76fr);
}

.about-editorial .about-portrait::before {
  aspect-ratio: 4 / 6.4;
}

.about-closing {
  display: grid;
  justify-items: center;
  gap: clamp(28px, 4vw, 70px);
  padding: clamp(42px, 6vw, 116px) 0 0;
  text-align: center;
}

.about-closing button {
  color: var(--black);
  font-size: clamp(24px, 3vw, 54px);
  font-weight: 700;
  line-height: 0.9;
  text-transform: uppercase;
}

.about-closing button:hover {
  opacity: 0.58;
}

@media (max-width: 640px) {
  .about-shell {
    gap: clamp(56px, 16vw, 92px);
    width: calc(100vw - 28px);
    padding: 24px 0 86px;
  }

  .about-hero,
  .about-split,
  .about-split-reverse,
  .about-editorial {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-hero {
    position: relative;
    left: 50%;
    display: flex;
    width: 100vw;
    min-height: min(760px, 92svh);
    margin-left: -50vw;
    padding: max(88px, calc(env(safe-area-inset-top, 0px) + 68px)) 22px 54px;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    background: #111;
  }

  .about-kicker,
  .about-split span,
  .about-editorial span {
    font-size: 10px;
  }

  .about-hero h2 {
    position: relative;
    z-index: 2;
    max-width: min(86vw, 600px);
    font-size: clamp(42px, 14vw, 74px);
    line-height: 0.88;
    color: #ffffff;
    text-shadow: 0 18px 58px rgba(0, 0, 0, 0.42);
  }

  .about-hero .about-kicker {
    position: absolute;
    top: max(18px, calc(env(safe-area-inset-top, 0px) + 14px));
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    padding: 0 22px;
    color: rgba(255, 255, 255, 0.72);
    text-align: center;
    transform: none;
  }

  .about-portrait-hero {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    justify-self: auto;
  }

  .about-portrait-hero::before {
    display: none;
  }

  .about-portrait-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.08) 38%, rgba(0, 0, 0, 0.54) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.08) 56%, rgba(0, 0, 0, 0.18) 100%);
    pointer-events: none;
  }

  .about-story {
    justify-items: start;
  }

  .about-story p,
  .about-closing p {
    max-width: none;
    font-size: clamp(28px, 9.8vw, 54px);
  }

  .about-split-reverse figure,
  .about-split-reverse div {
    grid-column: auto;
    grid-row: auto;
  }

  .about-split h3,
  .about-editorial h3 {
    font-size: clamp(36px, 12vw, 64px);
  }

  .about-split p,
  .about-editorial p {
    font-size: clamp(17px, 5vw, 23px);
  }

  .about-split .about-portrait,
  .about-editorial .about-portrait {
    width: min(82vw, 380px);
  }

  .about-split-reverse .about-portrait {
    justify-self: end;
  }

  .about-closing {
    justify-items: start;
    text-align: left;
  }
}

.editor-panel {
  position: fixed;
  inset: 0;
  z-index: 70;
  padding: clamp(10px, 1.5vw, 24px);
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 224ms ease, visibility 224ms ease;
}

.submissions-panel,
.site-deleted-panel {
  position: fixed;
  inset: 0;
  z-index: 180;
  padding: 0;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 208ms ease, visibility 208ms ease;
}

.pricing-panel {
  position: fixed;
  inset: 0;
  z-index: 74;
  display: none;
  padding: 0;
  color: var(--black);
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  transform: translateY(10px);
  contain: layout paint style;
  isolation: isolate;
  transition: opacity 336ms cubic-bezier(0.16, 1, 0.3, 1), filter 336ms cubic-bezier(0.16, 1, 0.3, 1), visibility 176ms ease;
}

.inquiry-panel {
  --inquiry-frame-width: min(1920px, calc(100vw - clamp(30px, 4vw, 76px)));
  position: fixed;
  inset: 0;
  z-index: 72;
  display: none;
  padding: clamp(72px, 8vw, 154px) clamp(18px, 3vw, 56px) clamp(18px, 3vw, 56px);
  align-content: start;
  justify-items: center;
  gap: clamp(16px, 2vw, 34px);
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  touch-action: pan-y;
  transform: translateY(10px);
  transition: opacity 192ms ease, transform 240ms ease, visibility 192ms ease;
}

body[data-active-gallery="films"] .inquiry-panel {
  color: var(--white);
  background: var(--black);
}

.inquiry-mounted .inquiry-panel {
  display: grid;
}

.editor-open .editor-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.submissions-open .submissions-panel,
.site-deleted-open .site-deleted-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.pricing-mounted .pricing-panel {
  display: block;
}

body.pricing-page {
  min-height: 100vh;
  background: #ffffff;
}

.pricing-page-home {
  display: none;
}

body.pricing-page .pricing-panel {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}

.pricing-public-preload body {
  background: #ffffff;
}

.pricing-public-preload .site-intro,
.pricing-public-preload .site-chrome,
.pricing-public-preload main,
.pricing-public-preload .menu-overlay,
.pricing-public-preload .inquiry-panel {
  visibility: hidden;
}

.pricing-public-preload .pricing-panel {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  animation: none;
}

.pricing-public-preload .pricing-header > div {
  visibility: hidden;
}

.pricing-public-preload.pricing-public-ready .pricing-header > div {
  visibility: visible;
}

.pricing-open .pricing-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  animation: mobileMenuOpenIn 608ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

body.pricing-standalone .pricing-panel {
  overscroll-behavior-x: none;
  touch-action: pan-y;
}

body.pricing-standalone.pricing-open .pricing-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  animation: none;
  transition: none;
}

body.pricing-standalone [data-pricing-close] {
  display: none;
}

.pricing-public-pdf {
  display: none;
}

body.pricing-standalone .pricing-public-pdf {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 38px;
  padding: 10px 14px;
  color: var(--black);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  transition: border-color 144ms ease, opacity 144ms ease, transform 144ms ease;
}

body.pricing-standalone .pricing-public-pdf svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.pricing-standalone .pricing-public-pdf:hover {
  border-color: rgba(0, 0, 0, 0.42);
  opacity: 0.72;
  transform: translateY(-1px);
}

.pricing-closing .pricing-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  transform: none;
  animation: mobileMenuCloseOut 896ms cubic-bezier(0.7, 0, 0.84, 0) both;
}

.pricing-open.pricing-mounted .pricing-header,
.pricing-open.pricing-mounted .pricing-library,
.pricing-open.pricing-mounted .pricing-detail,
.pricing-open.pricing-mounted .pricing-guide-board,
.pricing-open.pricing-mounted .pricing-info-board {
  animation: mobileMenuItemFlyIn 1024ms cubic-bezier(0.16, 1, 0.3, 1) both;
  will-change: transform, opacity, filter;
}

.pricing-closing.pricing-mounted .pricing-header,
.pricing-closing.pricing-mounted .pricing-library,
.pricing-closing.pricing-mounted .pricing-detail,
.pricing-closing.pricing-mounted .pricing-guide-board,
.pricing-closing.pricing-mounted .pricing-info-board {
  animation: mobileMenuItemFlyOut 784ms cubic-bezier(0.7, 0, 0.84, 0) both;
  will-change: transform, opacity, filter;
}

.pricing-open.pricing-mounted .pricing-header {
  animation-delay: 0ms;
}

.pricing-open.pricing-mounted .pricing-guide-board {
  animation-delay: 72ms;
}

.pricing-open.pricing-mounted .pricing-library,
.pricing-open.pricing-mounted .pricing-detail {
  animation-delay: 72ms;
}

.pricing-open.pricing-mounted .pricing-info-board {
  animation-delay: 128ms;
}

.pricing-closing.pricing-mounted .pricing-header,
.pricing-closing.pricing-mounted .pricing-library,
.pricing-closing.pricing-mounted .pricing-detail,
.pricing-closing.pricing-mounted .pricing-guide-board,
.pricing-closing.pricing-mounted .pricing-info-board {
  animation-delay: 0ms;
}

.editor-open .editor-shell {
  animation: editorShellIn 496ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.submissions-open .submissions-shell,
.site-deleted-open .site-deleted-shell {
  animation: panelContentIn 416ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes editorShellIn {
  0% {
    opacity: 0;
    transform: translateY(-18px);
    filter: blur(8px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes panelContentIn {
  0% {
    opacity: 0;
    filter: blur(6px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

.inquiry-open .inquiry-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  animation: mobileMenuOpenIn 608ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.inquiry-closing .inquiry-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  transform: none;
  animation: mobileMenuCloseOut 896ms cubic-bezier(0.7, 0, 0.84, 0) both;
}

.inquiry-open.inquiry-mounted .inquiry-close,
.inquiry-open.inquiry-mounted .inquiry-header p,
.inquiry-open.inquiry-mounted .inquiry-form label,
.inquiry-open.inquiry-mounted .inquiry-actions {
  animation: mobileMenuItemFlyIn 1024ms cubic-bezier(0.16, 1, 0.3, 1) both;
  will-change: transform, opacity, filter;
}

.inquiry-closing.inquiry-mounted .inquiry-close,
.inquiry-closing.inquiry-mounted .inquiry-header p,
.inquiry-closing.inquiry-mounted .inquiry-form label,
.inquiry-closing.inquiry-mounted .inquiry-actions {
  animation: mobileMenuItemFlyOut 784ms cubic-bezier(0.7, 0, 0.84, 0) both;
  will-change: transform, opacity, filter;
}

.inquiry-open.inquiry-mounted .inquiry-close {
  animation-delay: 0ms;
}

.inquiry-open.inquiry-mounted .inquiry-header p {
  animation-delay: 504ms;
}

.inquiry-open.inquiry-mounted .inquiry-form label:nth-of-type(1) {
  animation-delay: 168ms;
}

.inquiry-open.inquiry-mounted .inquiry-form label:nth-of-type(2) {
  animation-delay: 196ms;
}

.inquiry-open.inquiry-mounted .inquiry-form label:nth-of-type(3) {
  animation-delay: 224ms;
}

.inquiry-open.inquiry-mounted .inquiry-form label:nth-of-type(4) {
  animation-delay: 252ms;
}

.inquiry-open.inquiry-mounted .inquiry-form label:nth-of-type(5) {
  animation-delay: 280ms;
}

.inquiry-open.inquiry-mounted .inquiry-form label:nth-of-type(6) {
  animation-delay: 308ms;
}

.inquiry-open.inquiry-mounted .inquiry-form label:nth-of-type(7) {
  animation-delay: 336ms;
}

.inquiry-open.inquiry-mounted .inquiry-form label:nth-of-type(8) {
  animation-delay: 364ms;
}

.inquiry-open.inquiry-mounted .inquiry-form label:nth-of-type(9) {
  animation-delay: 392ms;
}

.inquiry-open.inquiry-mounted .inquiry-form label:nth-of-type(10) {
  animation-delay: 420ms;
}

.inquiry-open.inquiry-mounted .inquiry-form label:nth-of-type(11) {
  animation-delay: 448ms;
}

.inquiry-open.inquiry-mounted .inquiry-actions {
  animation-delay: 476ms;
}

.inquiry-closing.inquiry-mounted .inquiry-close,
.inquiry-closing.inquiry-mounted .inquiry-header p,
.inquiry-closing.inquiry-mounted .inquiry-form label,
.inquiry-closing.inquiry-mounted .inquiry-actions {
  animation-delay: 0ms;
}

.editor-shell {
  --editor-shell-pad-x: clamp(22px, 3.4vw, 62px);
  --editor-shell-pad-y: clamp(22px, 3.4vw, 62px);
  --editor-header-pad-y: clamp(8px, 1vw, 14px);
  --editor-header-pad-bottom: clamp(8px, 1vw, 14px);
  height: 100%;
  overflow: auto;
  color: var(--black);
  background: #ffffff;
  border: 0;
  border-radius: 0;
  padding: var(--editor-shell-pad-y) var(--editor-shell-pad-x);
  box-shadow: none;
}

.inquiry-shell {
  width: var(--inquiry-frame-width);
  max-height: none;
  overflow: visible;
  overscroll-behavior: contain;
  touch-action: auto;
  margin: auto;
  color: var(--black);
  background: #ffffff;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  position: relative;
}

body[data-active-gallery="films"] .inquiry-shell {
  color: var(--white);
  background: var(--black);
}

.inquiry-shell::before {
  content: "";
  position: sticky;
  top: 0;
  z-index: -1;
  display: block;
  height: 1px;
  margin-bottom: -1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.86), transparent);
  pointer-events: none;
}

.submissions-shell,
.site-deleted-shell {
  height: 100%;
  overflow: auto;
  color: var(--black);
  background: #ffffff;
  padding: clamp(22px, 3.4vw, 62px);
}

.pricing-shell {
  min-height: 100%;
  overflow: visible;
  color: var(--black);
  background: #ffffff;
  padding: clamp(22px, 3.4vw, 62px);
}

.editor-header {
  position: sticky;
  top: calc(-1 * var(--editor-shell-pad-y));
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(18px, 3vw, 54px);
  margin: calc(-1 * var(--editor-shell-pad-y)) calc(-1 * var(--editor-shell-pad-x)) clamp(16px, 1.8vw, 30px);
  padding: var(--editor-header-pad-y) var(--editor-shell-pad-x) var(--editor-header-pad-bottom);
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.editor-header > * {
  transform: none;
}

.inquiry-header {
  width: var(--inquiry-frame-width);
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 0;
  padding: 0;
  background: #ffffff;
  border-bottom: 0;
}

body[data-active-gallery="films"] .inquiry-header {
  background: var(--black);
}

.submissions-header,
.site-deleted-header,
.pricing-header {
  position: sticky;
  top: calc(-1 * clamp(22px, 3.4vw, 62px));
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(18px, 3vw, 54px);
  margin: calc(-1 * clamp(22px, 3.4vw, 62px)) calc(-1 * clamp(22px, 3.4vw, 62px)) clamp(28px, 3vw, 52px);
  padding: clamp(16px, 2vw, 32px) clamp(22px, 3.4vw, 62px);
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-header {
  position: static;
  top: auto;
  margin: calc(-1 * clamp(22px, 3.4vw, 62px)) calc(-1 * clamp(22px, 3.4vw, 62px)) clamp(28px, 3vw, 52px);
}

.submissions-header p,
.site-deleted-header p,
.pricing-header p {
  margin: 0 0 8px;
  color: var(--black);
  font-size: clamp(32px, 4.6vw, 94px);
  font-weight: 600;
  line-height: 0.86;
  text-transform: uppercase;
}

.submissions-header span,
.site-deleted-header span,
.pricing-header span {
  display: block;
  color: rgba(0, 0, 0, 0.42);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.site-deleted-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.site-deleted-delete-all {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
  transition: color 144ms ease;
}

.site-deleted-delete-all:hover {
  color: var(--black);
}

.site-deleted-delete-all:disabled {
  color: rgba(0, 0, 0, 0.24);
  cursor: default;
}

.pricing-panel.is-library-open .pricing-header p {
  font-size: clamp(32px, 5vw, 92px);
}

.pricing-panel.is-detail-open .pricing-header > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pricing-panel.is-detail-open .pricing-header p {
  order: 2;
  margin: 0;
  color: rgba(0, 0, 0, 0.42);
  font-size: clamp(14px, 1.45vw, 28px);
  line-height: 0.96;
}

.pricing-panel.is-detail-open .pricing-header span {
  order: 1;
  color: var(--black);
  font-size: clamp(20px, 2.8vw, 56px);
  line-height: 0.86;
}

@media (min-width: 641px) {
  .pricing-panel.is-detail-open .pricing-header > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: clamp(20px, 4vw, 82px);
    width: 100%;
  }

  .pricing-panel.is-detail-open .pricing-header p {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    text-align: right;
    white-space: nowrap;
  }

  .pricing-panel.is-detail-open .pricing-header span {
    grid-column: 1;
    grid-row: 1;
    align-self: end;
  }
}

.pricing-library {
  display: grid;
  gap: 0;
}

.pricing-guide-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(18px, 3vw, 54px);
  width: 100%;
  padding: clamp(18px, 2.2vw, 38px) 0;
  color: var(--black);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  text-align: left;
}

.pricing-guide-open {
  display: flex;
  flex: 1;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(18px, 3vw, 54px);
  min-width: 0;
  color: inherit;
  text-align: left;
  transition: opacity 144ms ease;
}

.pricing-guide-open:hover,
.pricing-guide-copy:hover,
.pricing-guide-pdf:hover {
  opacity: 0.58;
}

.pricing-detail-header p {
  color: rgba(0, 0, 0, 0.42);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.pricing-guide-card strong {
  margin-top: 0;
  flex: 0 1 auto;
  color: var(--black);
  font-size: clamp(14px, 1.55vw, 30px);
  font-weight: 600;
  line-height: 1.22;
  text-transform: none;
}

.pricing-guide-actions {
  align-self: flex-end;
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.4vw, 28px);
  flex: 0 0 auto;
}

.pricing-guide-copy,
.pricing-guide-pdf {
  flex: 0 0 auto;
  color: var(--black);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  transition: opacity 144ms ease;
}

.pricing-guide-copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(0, 0, 0, 0.22);
  border-radius: 999px;
}

.pricing-guide-copy svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.pricing-toast {
  position: fixed;
  left: 50%;
  bottom: clamp(22px, 5vh, 54px);
  z-index: 2600;
  padding: 10px 14px;
  color: var(--black);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.12);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, 10px, 0);
  transition: opacity 180ms ease, transform 180ms ease;
}

.pricing-toast.is-visible {
  opacity: 1;
  transform: translate3d(-50%, 0, 0);
}

.pricing-guide-language-toggle {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  color: var(--black);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  user-select: none;
  transition: opacity 144ms ease;
}

.pricing-guide-language-toggle:hover {
  opacity: 0.58;
}

.pricing-guide-language-toggle input {
  width: 18px;
  height: 18px;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  flex: 0 0 auto;
  border: 1.4px solid rgba(0, 0, 0, 0.72);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  transition: background-color 144ms ease, border-color 144ms ease, transform 144ms ease;
}

.pricing-guide-language-toggle input::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: inherit;
  background: #fff;
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 144ms ease, transform 144ms ease;
}

.pricing-guide-language-toggle input:checked {
  border-color: var(--black);
  background: var(--black);
}

.pricing-guide-language-toggle input:checked::after {
  opacity: 1;
  transform: scale(1);
}

.pricing-guide-language-toggle input:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.32);
  outline-offset: 3px;
}

.pricing-detail[hidden],
.pricing-library[hidden] {
  display: none;
}

.pricing-detail:not([hidden]) {
  display: block;
  animation: editorShellIn 416ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.pricing-detail-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(18px, 3vw, 54px);
  padding: 0 0 clamp(22px, 2.8vw, 48px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.pricing-detail-header button {
  color: var(--black);
  font-size: clamp(18px, 1.7vw, 30px);
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  transition: opacity 144ms ease;
}

.pricing-detail-header button:hover {
  opacity: 0.58;
}

.pricing-detail-header > div {
  display: grid;
  justify-items: end;
  gap: 8px;
}

.pricing-detail-header p,
.pricing-detail-header h2 {
  margin: 0;
}

.pricing-detail-header h2 {
  color: var(--black);
  font-size: clamp(44px, 6vw, 124px);
  font-weight: 600;
  line-height: 0.82;
}

.pricing-guide-board {
  --pricing-section-gap: clamp(28px, 4vw, 78px);

  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--pricing-section-gap);
}

.pricing-guide-board article {
  display: grid;
  align-content: start;
  gap: clamp(12px, 1.4vw, 24px);
  min-height: clamp(360px, 36vw, 620px);
  padding: clamp(22px, 3vw, 56px);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.pricing-guide-board .pricing-package-featured {
  position: relative;
  min-height: 0;
  grid-template-columns: minmax(380px, 0.7fr) minmax(0, 1fr);
  align-items: start;
  column-gap: clamp(60px, 8vw, 170px);
  row-gap: 0;
  border-right: 0;
  border-bottom: 0;
}

.pricing-guide-board .pricing-package-featured + .pricing-package-featured::before {
  content: "";
  position: absolute;
  top: calc(var(--pricing-section-gap) / -2);
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
}

.pricing-package-featured .pricing-package-heading {
  grid-column: 1;
  transform: translateY(clamp(10px, 1vw, 22px));
}

.pricing-package-featured .pricing-package-meta {
  grid-column: 2;
  grid-row: 1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-self: start;
  width: min(100%, 520px);
  align-self: start;
  transform: translateY(clamp(12px, 1.2vw, 26px));
}

.pricing-package-featured .pricing-package-meta div {
  padding: 0;
}

.pricing-package-featured .pricing-package-list {
  grid-column: 2;
  grid-row: 2;
}

.pricing-guide-board article:last-child {
  border-right: 0;
  border-bottom: 0;
}

.pricing-guide-board span {
  color: rgba(0, 0, 0, 0.38);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.pricing-guide-board h2 {
  max-width: 9ch;
  margin: 0;
  color: var(--black);
  font-size: clamp(68px, 11vw, 220px);
  font-weight: 600;
  line-height: 0.72;
  text-transform: uppercase;
}

.pricing-guide-board h2.pricing-package-white-title {
  color: #b9b9b9;
  font-weight: 500;
}

.pricing-package-heading {
  display: grid;
  align-content: start;
  gap: clamp(18px, 2vw, 36px);
}

.pricing-package-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
}

.pricing-package-meta div {
  display: grid;
  gap: 8px;
  padding: clamp(14px, 1.6vw, 28px) 0;
}

.pricing-package-meta div + div {
  padding-left: clamp(18px, 2vw, 36px);
}

.pricing-package-meta dt,
.pricing-package-meta dd {
  margin: 0;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.pricing-package-meta dt {
  color: rgba(0, 0, 0, 0.4);
  font-size: 11px;
}

.pricing-package-meta dd {
  color: var(--black);
  font-size: clamp(16px, 1.35vw, 25px);
}

.pricing-package-list {
  display: grid;
  gap: clamp(10px, 1vw, 18px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-package-list li {
  position: relative;
  padding-left: 1.35em;
  color: rgba(0, 0, 0, 0.64);
  font-size: clamp(14px, 1.18vw, 22px);
  font-weight: 600;
  line-height: 1.18;
}

.pricing-package-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--black);
}

.pricing-info-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: clamp(28px, 4vw, 82px);
  padding: clamp(24px, 3vw, 56px) 0;
  color: var(--black);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-size: clamp(20px, 2.6vw, 52px);
  font-weight: 600;
  line-height: 0.86;
  text-align: left;
  text-transform: uppercase;
  transition: opacity 144ms ease;
}

.pricing-info-toggle::after {
  content: "+";
  font-size: clamp(18px, 2.2vw, 42px);
  font-weight: 500;
  line-height: 1;
}

.pricing-info-toggle[aria-expanded="true"]::after {
  content: "-";
}

.pricing-info-toggle:hover {
  opacity: 0.58;
}

.pricing-info-board {
  --pricing-info-gap: clamp(28px, 3.4vw, 68px);

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--pricing-info-gap);
}

.pricing-info-board[hidden] {
  display: none;
}

.pricing-info-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: clamp(18px, 2vw, 34px);
  padding: clamp(22px, 3vw, 56px);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 0;
}

.pricing-info-card:nth-child(2n) {
  border-right: 0;
}

.pricing-info-card-wide {
  grid-column: 1 / -1;
  border-right: 0;
  border-bottom: 0;
}

.pricing-info-card-wide::before {
  content: "";
  position: absolute;
  top: calc(var(--pricing-info-gap) / -2);
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
}

.pricing-info-card h2 {
  max-width: 12ch;
  margin: 0;
  color: var(--black);
  font-size: clamp(15px, 1.35vw, 26px);
  font-weight: 600;
  line-height: 0.96;
  text-transform: uppercase;
}

.pricing-check-list {
  display: grid;
  gap: clamp(10px, 1vw, 18px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-check-list li {
  position: relative;
  padding-left: 1.55em;
  color: rgba(0, 0, 0, 0.64);
  font-size: clamp(14px, 1.18vw, 22px);
  font-weight: 600;
  line-height: 1.18;
}

.pricing-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--black);
}

.pricing-guide-board p {
  max-width: 34ch;
  margin: 0;
  color: rgba(0, 0, 0, 0.48);
  font-size: clamp(13px, 1vw, 17px);
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
}

.editor-header p {
  margin: 0 0 8px;
  color: rgba(0, 0, 0, 0.46);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.inquiry-header p {
  margin: -22px 0 0;
  color: var(--black);
  font-size: clamp(68px, 8.4vw, 164px);
  font-weight: 600;
  line-height: 0.78;
  text-transform: uppercase;
}

body[data-active-gallery="films"] .inquiry-header p {
  color: var(--black);
}

.editor-gallery-switch {
  display: inline-flex;
  gap: clamp(12px, 1.2vw, 20px);
  flex-wrap: wrap;
  margin-top: 0;
}

.editor-gallery-switch button {
  min-height: 0;
  padding: 0 0 6px;
  color: rgba(0, 0, 0, 0.38);
  border-bottom: 1px solid transparent;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  transition: color 176ms ease, border-color 176ms ease;
}

.editor-gallery-switch button.is-selected {
  color: var(--black);
  background: transparent;
  border-color: currentColor;
}

.inquiry-header h2 {
  max-width: 12ch;
  margin: 0;
  font-family: var(--display-serif);
  font-size: clamp(48px, 6.2vw, 112px);
  font-weight: 600;
  line-height: 0.86;
}

.editor-close {
  position: relative;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  min-height: 36px;
  padding: 8px 12px;
  color: rgba(0, 0, 0, 0.72);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.9;
  text-transform: uppercase;
  cursor: pointer;
  isolation: isolate;
  transition: color 144ms ease, background 144ms ease, border-color 144ms ease, transform 144ms ease;
}

.editor-close:hover {
  color: var(--black);
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.26);
  transform: translateY(-1px);
}

.inquiry-close {
  --menu-close-size: clamp(52px, 4.4vw, 82px);
  --menu-close-stroke: clamp(3.4px, 0.28vw, 4.8px);
  top: calc(clamp(18px, 2.5vw, 46px) - 9px);
  z-index: 8;
  color: var(--black);
  width: var(--menu-close-size);
  height: var(--menu-close-size);
  display: grid;
  place-items: center;
  padding: 0;
  mix-blend-mode: normal;
  writing-mode: horizontal-tb;
  transform-origin: center;
  transition:
    opacity 220ms ease,
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 520ms ease;
}

body.admin-page .inquiry-close {
  top: calc(clamp(18px, 2.5vw, 46px) - 9px);
  right: max(8px, calc(clamp(18px, 2.4vw, 42px) - 18px));
}

body[data-active-gallery="films"] .inquiry-close {
  color: var(--white);
}

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

.inquiry-close::before,
.inquiry-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 88%;
  height: var(--menu-close-stroke);
  background: currentColor;
  border-radius: 999px;
  transform-origin: center;
  transition:
    width 960ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 960ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 420ms ease;
}

.inquiry-close:is(:hover, :focus-visible)::before,
.inquiry-close:is(:hover, :focus-visible)::after {
  opacity: 1;
}

.inquiry-close::before {
  transform: translate(-50%, -50%) rotate(43deg) scaleX(0.92);
}

.inquiry-close::after {
  width: 64%;
  transform: translate(-50%, -50%) rotate(-43deg) translateX(8%) scaleX(1);
}

.inquiry-close:is(:hover, :focus-visible) {
  color: var(--black);
  transform: rotate(-1.5deg) scale(1.08);
}

.inquiry-close:is(:hover, :focus-visible)::before {
  width: 78%;
  transform: translate(-50%, -50%) rotate(38deg) translateX(-3%) scaleX(1);
}

.inquiry-close:is(:hover, :focus-visible)::after {
  width: 92%;
  transform: translate(-50%, -50%) rotate(-48deg) translateX(2%) scaleX(0.94);
}

body[data-active-gallery="films"] .inquiry-close:is(:hover, :focus-visible) {
  color: var(--white);
}

.editor-layout {
  display: grid;
  grid-template-columns: minmax(210px, 0.3fr) minmax(0, 1fr);
  gap: clamp(26px, 4.2vw, 76px);
  align-items: start;
}

.editor-single-card .editor-gallery-switch,
.editor-single-card .editor-card-panel {
  display: none;
}

.editor-single-card .editor-layout {
  grid-template-columns: minmax(0, 1080px);
  justify-content: center;
}

.editor-card-panel {
  display: grid;
  gap: clamp(18px, 2vw, 32px);
}

.editor-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.editor-add-card {
  width: max-content;
  padding: 0 0 8px;
  color: var(--black);
  border-bottom: 1px solid currentColor;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.editor-card-list {
  display: grid;
  align-content: start;
  gap: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.editor-card-list button {
  min-height: 0;
  padding: 15px 0;
  color: rgba(0, 0, 0, 0.42);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.94;
  text-align: left;
  text-transform: uppercase;
  transition: color 144ms ease, padding-left 176ms ease;
}

.editor-card-list button.is-selected {
  color: var(--black);
  background: transparent;
  border-color: rgba(0, 0, 0, 0.22);
  padding-left: 14px;
}

.editor-form {
  display: grid;
  gap: clamp(30px, 3.6vw, 64px);
}

.inquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  align-items: start;
  background: #ffffff;
}

.submissions-list,
.site-deleted-list {
  display: grid;
  gap: 0;
}

.submissions-empty {
  margin: 0;
  color: rgba(0, 0, 0, 0.42);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.submission-card {
  display: grid;
  gap: 0;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.submission-card summary {
  list-style: none;
}

.submission-card summary::-webkit-details-marker {
  display: none;
}

.submission-summary,
.submission-card footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.submission-summary {
  cursor: pointer;
  padding: clamp(16px, 1.7vw, 28px) 0;
  transition: opacity 144ms ease;
}

.submission-summary:hover {
  opacity: 0.58;
}

.submission-card[open] .submission-summary {
  opacity: 1;
}

.submission-summary > div:first-child {
  min-width: 0;
}

.submission-summary-meta {
  display: grid;
  justify-items: end;
  gap: 8px;
  flex: 0 0 auto;
}

.submission-card[open] .submission-summary-meta em {
  color: var(--black);
}

.submission-card[open] .submission-summary-meta em::before {
  content: "Close";
}

.submission-card[open] .submission-summary-meta em {
  font-size: 0;
}

.submission-card[open] .submission-summary-meta em::before {
  font-size: 11px;
}

.submission-summary span,
.submission-summary i,
.submission-summary em,
.submission-row span {
  color: rgba(0, 0, 0, 0.42);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.submission-card h3 {
  margin: 7px 0 0;
  color: var(--black);
  font-size: clamp(18px, 1.8vw, 34px);
  font-weight: 600;
  line-height: 0.98;
  text-transform: uppercase;
}

.submission-summary p {
  margin: 8px 0 0;
  max-width: min(640px, 72vw);
  overflow: hidden;
  color: rgba(0, 0, 0, 0.5);
  font-size: clamp(12px, 0.9vw, 15px);
  font-weight: 600;
  line-height: 1.15;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.submission-body {
  display: grid;
  gap: clamp(14px, 1.5vw, 24px);
  padding: 0 0 clamp(20px, 2.4vw, 40px);
}

.submission-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.submission-row {
  display: grid;
  gap: 8px;
  min-height: 74px;
  padding: 16px 18px 18px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.submission-row:nth-child(odd) {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.submission-row:nth-child(even) {
  padding-left: 18px;
}

.submission-row strong {
  color: var(--black);
  font-size: clamp(15px, 1.2vw, 20px);
  font-weight: 600;
  line-height: 1.1;
}

.submission-card footer {
  justify-content: flex-start;
}

.submission-card footer button {
  color: rgba(0, 0, 0, 0.52);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  transition: color 144ms ease;
}

.submission-card footer button:hover {
  color: var(--black);
}

.site-deleted-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: clamp(18px, 1.9vw, 32px) 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.site-deleted-card > div {
  display: grid;
  min-width: 0;
  gap: 8px;
}

.site-deleted-card > .site-deleted-card-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  gap: 18px;
}

.site-deleted-card span,
.site-deleted-card em {
  color: rgba(0, 0, 0, 0.42);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.site-deleted-card strong {
  color: var(--black);
  font-size: clamp(18px, 1.8vw, 34px);
  font-weight: 600;
  line-height: 0.98;
  text-transform: uppercase;
}

.site-deleted-card button {
  flex: 0 0 auto;
  color: rgba(0, 0, 0, 0.52);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  transition: color 144ms ease;
}

.site-deleted-card button:hover {
  color: var(--black);
}

.editor-form label {
  display: grid;
  align-content: center;
  gap: 12px;
  min-height: 86px;
  padding: 18px 22px 20px 0;
  color: rgba(0, 0, 0, 0.42);
  border-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.15;
  text-transform: uppercase;
}

.editor-section {
  display: grid;
  align-content: start;
  gap: clamp(14px, 1.5vw, 24px);
}

.editor-section h3 {
  margin: 0;
  color: rgba(0, 0, 0, 0.42);
  font-family: var(--sans);
  font-size: clamp(13px, 0.95vw, 16px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.editor-section-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.055);
}

.editor-section-home .editor-section-grid {
  grid-template-columns: minmax(320px, 1fr) minmax(420px, 1.15fr);
}

.editor-section-grid label:nth-child(odd) {
  border-right: 1px solid rgba(0, 0, 0, 0.055);
}

.editor-section-grid label:nth-child(even) {
  padding-left: 22px;
}

.editor-toggle-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(0, 0, 0, 0.055);
}

.editor-section-grid .editor-toggle-field {
  padding-top: 18px;
  padding-left: 0;
  border-right: 0;
  cursor: pointer;
  pointer-events: auto;
}

.editor-toggle-field + .editor-toggle-field {
  padding-left: 22px;
  border-left: 1px solid rgba(0, 0, 0, 0.055);
}

.editor-toggle-row {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 52px;
  color: var(--black);
  font-family: var(--sans);
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
  pointer-events: auto;
}

.editor-toggle-row input {
  position: relative;
  width: 42px;
  height: 22px;
  margin: 0;
  border: 1px solid currentColor;
  border-radius: 999px;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  cursor: pointer;
}

.editor-toggle-row input::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  transform: translateY(-50%);
  transition: transform 176ms cubic-bezier(0.16, 1, 0.3, 1);
}

.editor-toggle-row input:checked::after {
  transform: translate(20px, -50%);
}

body[data-active-gallery="films"] .editor-panel {
  background: rgba(255, 255, 255, 0.92);
}

body[data-active-gallery="films"] .editor-shell,
body[data-active-gallery="films"] .editor-header {
  color: var(--black);
  background: #ffffff;
}

body[data-active-gallery="films"] .editor-toggle-grid {
  border-top-color: rgba(0, 0, 0, 0.055);
}

body[data-active-gallery="films"] .editor-toggle-field {
  color: rgba(0, 0, 0, 0.42);
}

body[data-active-gallery="films"] .editor-toggle-field + .editor-toggle-field {
  border-left-color: rgba(0, 0, 0, 0.055);
}

body[data-active-gallery="films"] .editor-toggle-row {
  color: var(--black);
}

body[data-active-gallery="films"] .editor-toggle-row input {
  color: var(--black);
  opacity: 1;
  pointer-events: auto;
}

.inquiry-form label {
  display: grid;
  align-content: center;
  grid-template-rows: auto minmax(clamp(18px, 1.6vw, 32px), auto);
  gap: clamp(5px, 0.55vw, 10px);
  min-height: clamp(82px, 7.4vw, 112px);
  padding: clamp(18px, 2vw, 34px) clamp(24px, 2.7vw, 48px);
  color: rgba(0, 0, 0, 0.22);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-size: clamp(18px, 1.65vw, 34px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.92;
  text-transform: uppercase;
}

body[data-active-gallery="films"] .inquiry-form label {
  color: rgba(255, 255, 255, 0.3);
  border-bottom-color: rgba(255, 255, 255, 0.14);
}

.inquiry-form label:nth-child(odd) {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

body[data-active-gallery="films"] .inquiry-form label:nth-child(odd) {
  border-right-color: rgba(255, 255, 255, 0.14);
}

.inquiry-form label:nth-last-of-type(1),
.inquiry-form label:nth-last-of-type(2) {
  grid-column: span 1;
}

.inquiry-field-title {
  display: block;
  position: relative;
  z-index: 1;
  transform: translate3d(0, clamp(19px, 1.65vw, 34px), 0) scale(1);
  transform-origin: left top;
  transition:
    color 220ms ease,
    opacity 220ms ease,
    transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
}

.inquiry-form label.is-inquiry-field-active .inquiry-field-title,
.inquiry-form label.is-inquiry-field-filled .inquiry-field-title {
  color: rgba(0, 0, 0, 0.72);
  opacity: 0.82;
  transform: translate3d(0, 0, 0) scale(0.54);
}

body[data-active-gallery="films"] .inquiry-form label.is-inquiry-field-active .inquiry-field-title,
body[data-active-gallery="films"] .inquiry-form label.is-inquiry-field-filled .inquiry-field-title {
  color: rgba(255, 255, 255, 0.78);
}

.inquiry-form .inquiry-details-field {
  grid-column: 1 / -1;
}

.editor-form input[type="text"],
.editor-form input[type="url"],
.editor-form input[type="file"] {
  width: 100%;
  min-height: 52px;
  padding: 0;
  color: var(--black);
  border: 0;
  border-radius: 0;
  background: transparent;
  font-family: var(--sans);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  outline: none;
  transition: border-color 144ms ease;
}

.editor-form input[type="text"]:focus,
.editor-form input[type="url"]:focus,
.editor-form input[type="file"]:focus {
  color: var(--black);
}

.editor-form input[type="file"] {
  padding-top: 10px;
  font-size: 14px;
}

.editor-form input[type="file"]::file-selector-button {
  margin-right: 14px;
  padding: 0;
  color: var(--black);
  border: 0;
  background: transparent;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  min-height: 0;
  padding: 0;
  color: var(--black);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-family: var(--sans);
  font-size: clamp(16px, 1.28vw, 27px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.98;
  opacity: 0;
  outline: none;
  transform: translate3d(0, 8px, 0);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    opacity 260ms ease,
    transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
}

body[data-active-gallery="films"] .inquiry-form input,
body[data-active-gallery="films"] .inquiry-form select,
body[data-active-gallery="films"] .inquiry-form textarea {
  color: var(--white);
}

.inquiry-form label.is-inquiry-field-active input,
.inquiry-form label.is-inquiry-field-active select,
.inquiry-form label.is-inquiry-field-active textarea,
.inquiry-form label.is-inquiry-field-filled input,
.inquiry-form label.is-inquiry-field-filled select,
.inquiry-form label.is-inquiry-field-filled textarea {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.inquiry-form input,
.inquiry-form select {
  height: auto;
}

.inquiry-form textarea {
  min-height: clamp(74px, 5.8vw, 104px);
  line-height: 1.25;
  resize: vertical;
}

.inquiry-form input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}

.inquiry-form input[type="number"]::-webkit-inner-spin-button,
.inquiry-form input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.inquiry-form select {
  appearance: auto;
}

.inquiry-form input::placeholder,
.inquiry-form textarea::placeholder {
  color: rgba(0, 0, 0, 0.18);
}

body[data-active-gallery="films"] .inquiry-form input::placeholder,
body[data-active-gallery="films"] .inquiry-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.24);
}

.editor-media-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(14px, 1.6vw, 28px);
  padding-bottom: clamp(12px, 1.2vw, 20px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.editor-media-header h3 {
  flex: 0 0 auto;
}

.editor-upload {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: clamp(12px, 1.2vw, 22px);
  width: 100%;
}

.editor-upload-primary,
.editor-upload-secondary {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(12px, 1.1vw, 20px);
}

.editor-upload-secondary {
  justify-content: flex-start;
}

.editor-media-toolbar {
  margin-left: auto;
  align-self: flex-start;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.editor-media-count {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 10px;
  color: rgba(0, 0, 0, 0.48);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.editor-media-action {
  min-height: 34px;
  padding: 0 14px;
  color: var(--black);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.editor-media-action:hover,
.editor-media-action:focus-visible {
  background: rgba(255, 255, 255, 0.94);
  outline: 0;
}

.editor-media-action:disabled {
  opacity: 0.34;
  cursor: default;
}

.site-assets-upload-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(108px, 1fr));
  gap: 12px;
  width: 100%;
}

.editor-share-settings {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
  width: 100%;
}

.editor-share-settings label {
  display: grid;
  gap: 6px;
  color: rgba(0, 0, 0, 0.48);
  font-size: clamp(9px, 0.68vw, 11px);
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.editor-share-settings input,
.editor-share-settings textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 11px;
  color: var(--black);
  background: rgba(0, 0, 0, 0.035);
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  font: inherit;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: none;
}

.editor-share-settings textarea {
  min-height: 58px;
  resize: vertical;
}

.editor-share-settings input:focus,
.editor-share-settings textarea:focus {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.22);
  outline: 0;
}

.site-assets-upload-grid label {
  justify-self: stretch;
  width: 100%;
  font-size: clamp(9px, 0.68vw, 11px);
  line-height: 1.08;
  text-align: center;
}

.editor-upload label {
  position: relative;
  display: inline-grid;
  place-items: center;
  min-height: 0;
  padding: 0 0 6px;
  color: var(--black);
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
  font-size: clamp(12px, 0.82vw, 14px);
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
}

.editor-upload label:hover {
  border-bottom-color: var(--black);
}

.editor-upload input[type="file"] {
  position: absolute;
  inset: 0;
  width: 100%;
  min-height: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}

.editor-youtube-field {
  min-height: 0;
  padding-right: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.055);
}

.editor-youtube-field > span {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(12px, 1.5vw, 22px);
}

.editor-link-actions {
  display: grid;
  justify-items: end;
  gap: 10px;
}

.editor-link-thumbnail {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: max-content;
  padding: 0 0 6px;
  color: var(--black);
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
}

.editor-link-thumbnail input {
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

.editor-youtube-field button {
  width: max-content;
  padding: 0 0 6px;
  color: var(--black);
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.editor-media-manager {
  display: grid;
  gap: 0;
  padding-top: 0;
}

.editor-media-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(108px, 1fr));
  gap: 12px;
  padding-top: 0;
  border-top: 0;
}

.editor-media-item {
  position: relative;
  aspect-ratio: 3 / 4;
  margin: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.08);
  transition: opacity 128ms ease, outline-color 128ms ease, transform 128ms ease;
}

.editor-media-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border: 0 solid transparent;
  transition: border-color 128ms ease;
}

.editor-media-item.is-editor-media-draggable {
  cursor: grab;
}

.editor-media-item.is-editor-media-draggable:active {
  cursor: grabbing;
}

.editor-media-item.is-editor-media-dragging {
  opacity: 0.42;
  transform: scale(0.96);
}

.editor-media-item.is-editor-media-drop-target {
  outline: 2px solid rgba(0, 0, 0, 0.72);
  outline-offset: -2px;
}

.editor-media-item.is-editor-media-cover {
  outline: 0;
}

.editor-media-item.is-editor-cover-crop-ready {
  cursor: grab;
  touch-action: none;
}

.editor-media-item.is-editor-cover-cropping,
.editor-media-item.is-editor-cover-cropping * {
  cursor: grabbing !important;
}

.editor-media-item.is-editor-media-cover::before {
  border-width: 3px;
  border-color: #ff2a2a;
}

.editor-media-item img,
.editor-media-item video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  cursor: zoom-in;
}

.editor-media-item.is-editor-cover-crop-ready img,
.editor-media-item.is-editor-cover-crop-ready video {
  cursor: grab;
  user-select: none;
}

.editor-media-item.is-editor-youtube-item::after {
  content: "VIDEO LINK";
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 1;
  padding: 5px 7px;
  color: var(--white);
  background: rgba(0, 0, 0, 0.68);
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}

.editor-media-delete {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: var(--black);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  transition: background 128ms ease, transform 128ms ease;
}

.editor-media-delete:hover {
  background: var(--white);
  transform: scale(1.08);
}

.editor-media-actions {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  display: grid;
  gap: 5px;
}

.editor-media-cover,
.editor-media-thumbnail {
  position: relative;
  min-height: 30px;
  display: grid;
  place-items: center;
  color: var(--black);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  transition: background 128ms ease, opacity 128ms ease;
  cursor: pointer;
  overflow: hidden;
}

.editor-media-thumbnail {
  min-height: 24px;
  padding: 0 9px;
  font-size: 10px;
  font-weight: 600;
}

.editor-form .editor-media-thumbnail {
  min-height: 24px;
  padding: 0 9px;
  align-content: center;
  gap: 0;
}

.editor-media-thumbnail input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.editor-media-preview {
  position: fixed !important;
  inset: 0 !important;
  z-index: 9999 !important;
  display: block !important;
  box-sizing: border-box;
  width: 100vw !important;
  height: 100vh !important;
  min-height: 100vh !important;
  padding: 0 !important;
  background: var(--white);
  overflow: hidden !important;
  overscroll-behavior: contain;
}

.editor-media-preview-close,
.editor-media-preview-delete {
  position: fixed;
  top: clamp(10px, 1.1vw, 16px);
  z-index: 12;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 12px;
  color: var(--black);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 999px;
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.editor-media-preview-close {
  left: clamp(18px, 2vw, 34px);
}

.editor-media-preview-delete {
  right: clamp(18px, 2vw, 34px);
}

.editor-media-preview-frame {
  position: fixed !important;
  top: 50vh !important;
  left: 50vw !important;
  width: min(76vw, 1040px) !important;
  height: min(84vh, 860px) !important;
  display: block !important;
  min-width: 0;
  min-height: 0;
  margin: 0 !important;
  overflow: hidden !important;
  transform: translate3d(-50%, -50%, 0) !important;
}

.editor-media-preview-frame img,
.editor-media-preview-frame video {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
}

.editor-media-preview-nav {
  position: fixed;
  top: 50%;
  z-index: 2;
  width: clamp(38px, 4.4vw, 58px);
  height: clamp(38px, 4.4vw, 58px);
  display: grid;
  place-items: center;
  color: var(--black);
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  font-family: var(--sans);
  font-size: clamp(30px, 3.8vw, 48px);
  font-weight: 400;
  line-height: 0.8;
  transform: translateY(-50%);
  cursor: pointer;
}

.editor-media-preview-prev {
  left: clamp(16px, 2.6vw, 42px);
}

.editor-media-preview-next {
  right: clamp(16px, 2.6vw, 42px);
}

.editor-media-preview-nav:hover,
.editor-media-preview-nav:focus-visible {
  background: #ffffff;
  outline: 0;
}

@media (min-width: 641px) {
  .editor-media-preview-frame {
    width: min(76vw, 1040px) !important;
    height: min(84vh, 860px) !important;
  }
}

.editor-media-cover:hover,
.editor-media-thumbnail:hover {
  background: var(--white);
}

.editor-media-cover:disabled {
  cursor: default;
  opacity: 0.78;
}

.editor-media-empty {
  margin: 0;
  padding: 28px 0 8px;
  color: rgba(0, 0, 0, 0.34);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 13px;
  text-transform: uppercase;
}

.editor-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: clamp(10px, 1.4vw, 22px);
  margin-top: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.editor-actions button {
  min-height: 0;
  padding: 0 0 6px;
  color: var(--black);
  border-bottom: 1px solid currentColor;
  background: transparent;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.editor-actions span {
  color: rgba(0, 0, 0, 0.44);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.editor-progress {
  min-width: min(240px, 42vw);
  display: grid;
  gap: 7px;
  justify-items: stretch;
}

.editor-progress[hidden] {
  display: none;
}

.editor-progress span {
  color: rgba(0, 0, 0, 0.54);
  font-size: 11px;
  line-height: 1;
  text-align: right;
}

.editor-progress-track {
  height: 2px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.14);
}

.editor-progress-track i {
  width: 0%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.46);
  transition: width 128ms linear;
}

.inquiry-actions {
  grid-column: 1 / -1;
  display: grid;
  align-items: start;
  justify-content: stretch;
  gap: 12px;
  margin-top: 0;
  padding: clamp(22px, 2.4vw, 42px) clamp(26px, 3vw, 54px);
  border-top: 0;
}

.inquiry-action-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.inquiry-actions button {
  position: relative;
  width: auto;
  min-width: clamp(250px, 22vw, 430px);
  min-height: clamp(54px, 5.2vw, 92px);
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(14px, 1.4vw, 28px);
  padding: clamp(12px, 1.2vw, 22px) 0;
  color: var(--black);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: clamp(30px, 2.55vw, 58px);
  font-weight: 600;
  line-height: 0.92;
  text-transform: uppercase;
  overflow: hidden;
  contain: layout paint;
  isolation: isolate;
  transform: translate3d(0, 0, 0);
  transition: color 144ms ease, border-color 144ms ease, opacity 144ms ease, transform 336ms cubic-bezier(0.16, 1, 0.3, 1);
}

body[data-active-gallery="films"] .inquiry-actions button {
  color: var(--white);
}

.inquiry-actions button::before,
.inquiry-actions button::after {
  content: "";
  display: block;
  flex: 0 0 auto;
  background: currentColor;
  transition: transform 336ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.inquiry-actions button::before {
  display: none;
  content: none;
}

.inquiry-actions button::after {
  order: 2;
  width: clamp(82px, 8.6vw, 174px);
  height: clamp(38px, 4vw, 78px);
  clip-path: polygon(0 39%, 62% 39%, 62% 17%, 100% 50%, 62% 83%, 62% 61%, 0 61%);
  transform-origin: 18% 50%;
  pointer-events: none;
}

.inquiry-actions button span {
  order: 1;
  display: inline-block;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  transition: transform 336ms cubic-bezier(0.16, 1, 0.3, 1);
}

.inquiry-actions button:hover {
  color: rgba(0, 0, 0, 0.58);
}

.inquiry-actions button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.inquiry-actions button.is-sending span {
  animation: inquirySendText 920ms cubic-bezier(0.45, 0, 0.55, 1) infinite both;
}

.inquiry-actions button.is-sending::after {
  background-image: linear-gradient(90deg, currentColor 0%, currentColor 36%, rgba(255, 255, 255, 0.98) 46%, rgba(255, 255, 255, 0.98) 54%, currentColor 64%, currentColor 100%);
  background-repeat: no-repeat;
  background-size: 240% 100%;
  animation: inquirySendArrow 920ms cubic-bezier(0.45, 0, 0.55, 1) infinite both, inquirySendArrowProgress 1380ms linear infinite;
}

.inquiry-actions button.is-sent span {
  animation: inquirySentText 608ms linear both;
}

.inquiry-actions button.is-sent::after {
  animation: inquirySentArrowMerge 608ms linear both;
}

@keyframes inquirySendText {
  0% {
    transform: translate3d(0, 0, 0);
  }

  10% {
    transform: translate3d(0.006em, -0.012em, 0);
  }

  20% {
    transform: translate3d(0.012em, -0.026em, 0);
  }

  30% {
    transform: translate3d(0.016em, -0.038em, 0);
  }

  40% {
    transform: translate3d(0.012em, -0.046em, 0);
  }

  50% {
    transform: translate3d(0.004em, -0.048em, 0);
  }

  60% {
    transform: translate3d(-0.004em, -0.04em, 0);
  }

  70% {
    transform: translate3d(-0.006em, -0.028em, 0);
  }

  80% {
    transform: translate3d(-0.004em, -0.016em, 0);
  }

  90% {
    transform: translate3d(-0.001em, -0.006em, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes inquirySendArrow {
  0% {
    transform: translate3d(0, 0, 0) scaleX(1);
  }

  8% {
    transform: translate3d(0.04em, 0, 0) scaleX(1.006);
  }

  16% {
    transform: translate3d(0.12em, 0, 0) scaleX(1.014);
  }

  24% {
    transform: translate3d(0.22em, 0, 0) scaleX(1.022);
  }

  32% {
    transform: translate3d(0.32em, 0, 0) scaleX(1.028);
  }

  42% {
    transform: translate3d(0.42em, 0, 0) scaleX(1.032);
  }

  52% {
    transform: translate3d(0.48em, 0, 0) scaleX(1.026);
  }

  62% {
    transform: translate3d(0.42em, 0, 0) scaleX(1.016);
  }

  72% {
    transform: translate3d(0.28em, 0, 0) scaleX(1.006);
  }

  84% {
    transform: translate3d(0.12em, 0, 0) scaleX(0.998);
  }

  92% {
    transform: translate3d(0.028em, 0, 0) scaleX(0.998);
  }

  100% {
    transform: translate3d(0, 0, 0) scaleX(1);
  }
}

@keyframes inquirySendArrowProgress {
  0% {
    background-position: 120% 0;
  }

  100% {
    background-position: -120% 0;
  }
}

@keyframes inquirySentText {
  0% {
    opacity: 0;
    transform: translate3d(0.22em, 0, 0) scale(0.985);
  }

  12% {
    opacity: 0.16;
    transform: translate3d(0.19em, 0, 0) scale(0.988);
  }

  24% {
    opacity: 0.38;
    transform: translate3d(0.145em, 0, 0) scale(0.992);
  }

  36% {
    opacity: 0.62;
    transform: translate3d(0.096em, 0, 0) scale(0.997);
  }

  48% {
    opacity: 0.82;
    transform: translate3d(0.05em, 0, 0) scale(1.002);
  }

  60% {
    opacity: 0.94;
    transform: translate3d(0.016em, 0, 0) scale(1.004);
  }

  72% {
    opacity: 1;
    transform: translate3d(-0.006em, 0, 0) scale(1.003);
  }

  86% {
    opacity: 1;
    transform: translate3d(0.002em, 0, 0) scale(1.001);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes inquirySentArrowMerge {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scaleX(1);
  }

  10% {
    opacity: 0.98;
    transform: translate3d(-0.045em, 0, 0) scaleX(0.94);
  }

  20% {
    opacity: 0.94;
    transform: translate3d(-0.12em, 0, 0) scaleX(0.84);
  }

  32% {
    opacity: 0.84;
    transform: translate3d(-0.23em, 0, 0) scaleX(0.7);
  }

  44% {
    opacity: 0.68;
    transform: translate3d(-0.36em, 0, 0) scaleX(0.54);
  }

  56% {
    opacity: 0.48;
    transform: translate3d(-0.5em, 0, 0) scaleX(0.38);
  }

  68% {
    opacity: 0.3;
    transform: translate3d(-0.63em, 0, 0) scaleX(0.24);
  }

  82% {
    opacity: 0.12;
    transform: translate3d(-0.76em, 0, 0) scaleX(0.12);
  }

  100% {
    opacity: 0;
    transform: translate3d(-0.92em, 0, 0) scaleX(0);
  }
}

.inquiry-actions [data-inquiry-status] {
  color: rgba(0, 0, 0, 0.48);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.inquiry-actions [data-inquiry-status]:empty {
  display: none;
}

@media (max-width: 980px) {
  .portfolio-view {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-view {
    display: flex;
    align-items: stretch;
    height: 100svh;
    min-height: 100svh;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: auto;
    touch-action: pan-x;
  }

  .project-copy {
    flex-basis: 52vw;
    width: 52vw;
    min-height: 100svh;
    padding: 112px 52px 58px;
  }

  .project-location {
    top: 36%;
  }

  .project-copy h1 {
    font-size: clamp(62px, 13vw, 128px);
  }

  .project-image {
    --rail-gap: clamp(1px, 0.3vw, 1.5px);
    position: static;
    flex: 0 0 auto;
    width: max-content;
    min-width: 78vw;
    margin: 0;
    height: 100svh;
    min-height: 100svh;
    padding: 0.6cm 28px 0.6cm 0;
  }

  .project-carousel-track {
    height: 100%;
    display: flex;
    column-count: auto;
    column-gap: normal;
    align-items: flex-start;
    gap: var(--rail-gap);
    width: max-content;
    padding-top: 0;
  }

  .project-carousel-item {
    flex-basis: auto;
    width: auto;
    height: calc(100svh - 1.2cm);
    margin: 0;
    min-height: 0;
    break-inside: auto;
  }

  .project-carousel-item.is-project-intro-media {
    position: relative;
    top: auto;
    right: auto;
    z-index: auto;
    width: auto;
    height: calc(100svh - 1.2cm);
    aspect-ratio: var(--project-media-aspect);
  }

}

@media (max-width: 640px) {
  :root {
    --home-title-font-size: 22px;
  }

  body[data-active-gallery="films"]:not(.project-open):not(.project-transitioning):not(.project-closing) .portfolio-view {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-active-gallery="films"]:not(.project-open):not(.project-transitioning):not(.project-closing) .tile > .project-youtube-player.is-playing:not(.is-linked-video-paused) {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 200%;
    min-width: 0;
    height: 200%;
    transform: scale(0.5) !important;
    transform-origin: top left;
    filter: none !important;
  }

  .site-chrome,
  .site-chrome *,
  .portfolio-view,
  .portfolio-view * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
  }

  .portfolio-view img,
  .portfolio-view video {
    -webkit-user-drag: none;
    user-drag: none;
  }

  body[data-active-gallery="films"] .portfolio-view {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-seo-footer {
    gap: 42px;
    padding: 58px 16px 8px;
  }

  .home-seo-footer-top {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .home-seo-contact,
  .home-seo-meta {
    justify-items: center;
    font-size: 12px;
    line-height: 1;
    text-align: center;
  }

  .home-seo-contact a {
    justify-self: center;
  }

  .home-seo-footer p {
    max-width: 310px;
    justify-self: center;
    font-size: 15px;
    line-height: 1.08;
    text-align: center;
    white-space: normal;
  }

  .home-seo-meta {
    justify-self: center;
    justify-items: center;
    margin-right: 0;
    padding-left: 0;
    text-align: center;
  }

  .home-seo-footer h2 {
    justify-self: center;
    line-height: 0.9;
  }

  .films-direct-revealing .tile {
    --gallery-switch-start-y: 112vh;
  }

  body[data-active-gallery="films"].intro-cards-playing .tile:nth-of-type(-n + 6) {
    --gallery-switch-start-y: 112vh;
    --intro-card-duration: 1600ms;
    animation:
      filmsDirectCardFlyIn var(--intro-card-duration)
      cubic-bezier(0.22, 0.9, 0.28, 1) var(--intro-card-delay, 0ms) both;
  }

  body[data-active-gallery="films"].intro-cards-playing .tile:nth-of-type(-n + 6) img,
  body[data-active-gallery="films"].intro-cards-playing .tile:nth-of-type(-n + 6) video {
    animation:
      filmsDirectMediaSettle var(--intro-card-duration)
      cubic-bezier(0.22, 0.9, 0.28, 1) var(--intro-card-delay, 0ms) both;
  }

  .project-view.project-scroll-snap {
    scroll-snap-type: none;
  }

  html.project-scroll-snap,
  body.project-scroll-snap {
    scroll-snap-type: none;
  }

  .site-intro-word {
    --intro-title-spacing: 0;
    max-width: calc(100svh - 64px);
    font-size: clamp(61.6px, 12.54vw, 239.8px);
    clip-path: none;
    transform: rotate(-90deg) scaleX(1) scaleY(1.02);
  }

  .intro-subtitle {
    --intro-subtitle-edge-bleed: 0px;
    --intro-subtitle-width-trim: 8px;
    --intro-subtitle-shift-x: 0px;
    box-sizing: border-box;
    padding-inline: 0;
    margin-top: clamp(6px, 1.6svw, 12px);
    font-size: clamp(7px, 2.1svw, 10px);
    letter-spacing: 0;
    overflow: visible;
  }

  .intro-exiting .site-intro-word {
    transform-origin: center;
  }

  .intro-brand-settled .site-intro-word {
    position: fixed;
    top: 32px;
    left: 86px;
    width: max-content;
    max-width: none;
    transform:
      translate3d(-50%, -50%, 0)
      rotate(0deg)
      scale(0.41, 0.4182);
    transform-origin: center;
  }

  body.brand-title-returning.intro-brand-settled .site-intro-word {
    animation-name: brandTitleReturnInMobile;
  }

  @keyframes brandTitleReturnInMobile {
    0% {
      opacity: 0;
      filter: blur(8px);
      transform:
        translate3d(-50%, calc(-50% - 44px), 0)
        rotate(0deg)
        scale(0.41, 0.4182);
    }

    100% {
      opacity: 1;
      filter: blur(0);
      transform:
        translate3d(-50%, -50%, 0)
        rotate(0deg)
        scale(0.41, 0.4182);
    }
  }

  .brand {
    top: calc(clamp(8px, 2.8vw, 17px) - 5px);
    right: auto;
    bottom: auto;
    left: clamp(30px, 7.4vw, 42px);
    column-gap: 7px;
    font-size: var(--home-title-font-size);
  }

  .brand button {
    font-size: 1em;
  }

  .brand button[data-play-morph="true"] {
    margin-top: -3px;
  }

  .brand button[data-photo-morph="true"] {
    margin-top: 14px;
  }

  .brand button:not(.is-gallery-active) {
    font-size: 1em;
  }

  .rail {
    font-size: 26px;
  }

  .rail-menu {
    --menu-hit-pad: 20px;
    --gallery-chrome-y: 8px;
    font-size: var(--home-title-font-size);
  }

  .rail-project-edit {
    --menu-hit-pad: 20px;
    --gallery-chrome-y: 8px;
    top: calc(clamp(14px, 2vw, 34px) + 126px - var(--menu-hit-pad));
    font-size: var(--home-title-font-size);
  }

  .rail-project-switch {
    --menu-hit-pad: 20px;
    --gallery-chrome-y: 8px;
    top: calc(clamp(14px, 2vw, 34px) + 126px - var(--menu-hit-pad));
    font-size: var(--home-title-font-size);
  }

  body.admin-page .rail-project-switch {
    top: calc(clamp(14px, 2vw, 34px) + 230px - var(--menu-hit-pad));
  }

  .rail-write {
    --menu-hit-pad: 20px;
    bottom: calc(clamp(16px, 2.4vw, 48px) - var(--menu-hit-pad) + 5px);
    font-size: var(--home-title-font-size);
  }

  body.project-open:not(.project-transitioning):not(.project-closing) .rail-menu {
    opacity: 1;
    visibility: visible;
    animation: none;
  }

  body.mobile-home-returning:not(.gallery-switch-chrome-hidden) .rail-menu,
  body.mobile-home-returning:not(.gallery-switch-chrome-hidden) .rail-write {
    opacity: 1;
    visibility: visible;
    animation: none;
    transition: none;
    will-change: transform, opacity;
    backface-visibility: hidden;
    transform: translateZ(0) translateY(var(--gallery-chrome-y)) scaleX(var(--gallery-chrome-scale-x));
  }

  body.mobile-back-closing.mobile-project-closing.project-open:not(.project-transitioning):not(.project-closing) .rail-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    animation: homeChromeOut 416ms cubic-bezier(0.55, 0, 0.15, 1) both !important;
    will-change: transform, opacity;
  }

  body.mobile-gallery-chrome-opening.project-open .rail-menu,
  body.mobile-gallery-chrome-opening.project-open .rail-project-switch {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    animation: none !important;
  }

  body.mobile-gallery-chrome-opened.project-open:not(.project-transitioning):not(.project-closing) .rail-back,
  body.mobile-back-revealing.project-open .rail-back {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    animation: galleryBackInFromRight 576ms cubic-bezier(0.16, 1, 0.3, 1) both !important;
  }

  body.mobile-back-closing.mobile-project-closing.project-open:not(.project-transitioning):not(.project-closing) .rail-back,
  body.mobile-back-closing.project-open .rail-back {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: none !important;
    animation: galleryBackExitLeft 416ms cubic-bezier(0.55, 0, 0.15, 1) both !important;
  }

  body.mobile-back-dismissed .rail-back,
  body.mobile-back-dismissed.mobile-back-closing.project-open .rail-back,
  body.mobile-back-dismissed.mobile-back-closing.mobile-project-closing.project-open:not(.project-transitioning):not(.project-closing) .rail-back {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    animation: none !important;
  }

  body.mobile-gallery-chrome-suppressed .rail-menu,
  body.mobile-gallery-chrome-suppressed .rail-back,
  body.mobile-gallery-chrome-suppressed .rail-project-switch {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    animation: none !important;
  }

  .rail-back {
    --gallery-chrome-y: 3px;
    font-size: var(--home-title-font-size);
  }

  .layout-edit-toggle {
    top: calc(clamp(14px, 2vw, 34px) + 304px);
    font-size: 14px;
  }

  .project-view {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    flex-direction: column;
    width: 100%;
    height: auto;
    min-height: 100svh;
    overflow-x: hidden;
    overflow-y: visible;
    overscroll-behavior: auto;
    touch-action: pan-y;
  }

  body.project-open,
  body.project-transitioning,
  body.project-closing {
    overflow-x: hidden;
    overflow-y: auto;
  }

  body.project-open .portfolio-view {
    position: absolute;
    inset: 0 0 auto;
    width: 100%;
  }

  body.project-open:not(.mobile-project-closing):not(.project-closing) .portfolio-view {
    height: 0;
    min-height: 0;
    overflow: hidden;
  }

  body.mobile-project-preopening .portfolio-view {
    opacity: 0;
    pointer-events: none;
  }

  body.mobile-project-opening.project-open .portfolio-view {
    opacity: 0;
    pointer-events: none;
  }

  body.mobile-project-closing.project-open .portfolio-view {
    opacity: 1;
    pointer-events: none;
  }

  body.mobile-home-scroll-restoring .portfolio-view {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none;
    transition: none !important;
  }

  body.project-open:not(.project-transitioning):not(.project-closing) {
    overflow-x: hidden;
    overflow-y: auto;
  }

  body.project-open .home-seo-footer,
  body.project-transitioning .home-seo-footer,
  body.project-closing .home-seo-footer {
    position: absolute;
    width: 100%;
    height: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
  }

  body.project-open .project-view {
    display: flex;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
    min-height: 100svh;
    max-height: none;
    overflow-x: hidden;
    overflow-y: visible;
    overscroll-behavior-y: auto;
    -webkit-overflow-scrolling: auto;
  }

  body.project-open:not(.project-transitioning):not(.project-closing) .project-view {
    overflow-y: visible;
    pointer-events: auto;
  }

  body.project-transitioning .project-view,
  body.project-closing .project-view {
    overflow-y: hidden;
  }

  .project-open:not(.project-transitioning) .project-view {
    animation: none;
    transform: none;
  }

  body.mobile-project-paint-lock.project-open .project-carousel-item {
    opacity: 0;
    visibility: hidden;
  }

  body.mobile-project-opening.project-open .project-view {
    animation: mobileProjectOpenIn 1008ms cubic-bezier(0.16, 1, 0.3, 1) both;
    overflow: hidden;
    background: var(--white);
    isolation: isolate;
    contain: paint;
    transform-origin: center;
    will-change: opacity, filter;
  }

  body[data-active-gallery="films"].mobile-project-opening.project-open .project-view {
    background: var(--black);
  }

  body.mobile-project-opening.project-open .project-copy {
    animation: none;
  }

  body.mobile-project-opening.project-open .project-copy > * {
    animation: mobileProjectCopyIn 784ms cubic-bezier(0.16, 1, 0.3, 1) 32ms both;
    transform-origin: center;
    will-change: transform, opacity, filter;
  }

  body.mobile-project-opening.project-open .project-copy h1 {
    animation: mobileProjectTitleIn 784ms cubic-bezier(0.16, 1, 0.3, 1) 32ms both;
  }

  body.mobile-project-opening.project-open .project-copy .project-location {
    animation: mobileProjectDetailsIn 784ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  body.mobile-project-opening.project-open .project-image {
    animation: none;
  }

  body.mobile-project-opening.project-open .project-carousel-item {
    animation: mobileProjectPhotoFlyIn 1056ms cubic-bezier(0.16, 1, 0.3, 1) both;
    transform-origin: center;
    will-change: transform, opacity, filter;
  }

  body.mobile-project-opening.project-open .project-carousel-item:nth-child(1) {
    animation-delay: 0ms;
  }

  body.mobile-project-opening.project-open .project-carousel-item:nth-child(2) {
    animation-delay: 0ms;
  }

  body.mobile-project-opening.project-open .project-carousel-item:nth-child(3) {
    animation-delay: 0ms;
  }

  body.mobile-project-opening.project-open .project-carousel-item:nth-child(4) {
    animation-delay: 0ms;
  }

  body.mobile-project-opening.project-open .project-carousel-item:nth-child(5) {
    animation-delay: 0ms;
  }

  body.mobile-project-opening.project-open .project-carousel-item:nth-child(6) {
    animation-delay: 0ms;
  }

  body[data-active-gallery="films"].mobile-project-opening.project-open .project-view {
    animation: mobileProjectOpenIn 1120ms cubic-bezier(0.2, 0.88, 0.22, 1) both;
  }

  body[data-active-gallery="films"].mobile-project-opening.project-open .project-copy > * {
    animation-duration: 920ms;
    animation-timing-function: cubic-bezier(0.2, 0.88, 0.22, 1);
  }

  body[data-active-gallery="films"].mobile-project-opening.project-open .project-carousel-item {
    animation-duration: 1160ms;
    animation-timing-function: cubic-bezier(0.2, 0.88, 0.22, 1);
  }

  body.mobile-project-closing.project-open .project-view {
    animation: mobileProjectCloseOut 1008ms cubic-bezier(0.7, 0, 0.84, 0) both;
    transform-origin: center;
    will-change: opacity, filter;
    pointer-events: none;
  }

  body.mobile-project-closing.project-open .project-copy {
    animation: none;
  }

  body.mobile-project-closing.project-open .project-copy > * {
    animation: mobileProjectCopyOut 784ms cubic-bezier(0.7, 0, 0.84, 0) 32ms both;
    transform-origin: center;
    will-change: transform, opacity, filter;
  }

  body.mobile-project-closing.project-open .project-copy .project-location {
    animation-delay: 0ms;
  }

  body.mobile-project-closing.project-open .project-carousel-item {
    animation: mobileProjectPhotoFlyOut 1056ms cubic-bezier(0.7, 0, 0.84, 0) both;
    transform-origin: center;
    will-change: transform, opacity, filter;
  }

  body.mobile-project-closing.project-open .project-carousel-item:nth-child(1) {
    animation-delay: 0ms;
  }

  body.mobile-project-closing.project-open .project-carousel-item:nth-child(2) {
    animation-delay: 0ms;
  }

  body.mobile-project-closing.project-open .project-carousel-item:nth-child(3) {
    animation-delay: 0ms;
  }

  body.mobile-project-closing.project-open .project-carousel-item:nth-child(4) {
    animation-delay: 0ms;
  }

  body.mobile-project-closing.project-open .project-carousel-item:nth-child(5) {
    animation-delay: 0ms;
  }

  body.mobile-project-closing.project-open .project-carousel-item:nth-child(6) {
    animation-delay: 0ms;
  }

  @keyframes mobileProjectOpenIn {
    0% {
      opacity: 0;
      filter: blur(6px);
    }

    64% {
      opacity: 1;
      filter: blur(1px);
    }

    100% {
      opacity: 1;
      filter: blur(0);
    }
  }

  @keyframes mobileProjectCloseOut {
    0% {
      opacity: 1;
      filter: blur(0);
    }

    100% {
      opacity: 0;
      filter: blur(6px);
    }
  }

  @keyframes mobileProjectCopyIn {
    0% {
      opacity: 0;
      transform: translate3d(0, 108svh, 0) scale(0.76);
      filter: blur(10px);
    }

    42% {
      opacity: 1;
      filter: blur(2px);
    }

    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      filter: blur(0);
    }
  }

  @keyframes mobileProjectTitleIn {
    0% {
      opacity: 0;
      transform: translate3d(0, 108svh, 0) scale(0.76);
      filter: blur(10px);
    }

    42% {
      opacity: 1;
      filter: blur(2px);
    }

    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0) scale(1);
      filter: blur(0);
    }
  }

  @keyframes mobileProjectDetailsIn {
    0% {
      opacity: 0;
      transform: translate3d(0, 108svh, 0) scale(0.76);
      filter: blur(10px);
    }

    42% {
      opacity: 1;
      filter: blur(2px);
    }

    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0) scale(1);
      filter: blur(0);
    }
  }

  @keyframes mobileProjectImageIn {
    0% {
      opacity: 0;
      transform: translate3d(0, 22px, 0) scale(1.015);
      filter: blur(8px);
    }

    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0) scale(1);
      filter: blur(0);
    }
  }

  @keyframes mobileProjectCopyOut {
    0% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      filter: blur(0);
    }

    58% {
      opacity: 1;
      filter: blur(2px);
    }

    100% {
      opacity: 0;
      transform: translate3d(0, 108svh, 0) scale(0.76);
      filter: blur(10px);
    }
  }

  @keyframes mobileProjectPhotoFlyIn {
    0% {
      opacity: 0;
      transform: translate3d(0, 108svh, 0) scale(0.76);
      filter: blur(10px);
    }

    42% {
      opacity: 1;
      filter: blur(2px);
    }

    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0) scale(1);
      filter: blur(0);
    }
  }

  @keyframes mobileProjectPhotoFlyOut {
    0% {
      opacity: 1;
      transform: translate3d(0, 0, 0) scale(1);
      filter: blur(0);
    }

    58% {
      opacity: 1;
      filter: blur(2px);
    }

    100% {
      opacity: 0;
      transform: translate3d(0, 108svh, 0) scale(0.76);
      filter: blur(10px);
    }
  }

  .tile-copy {
    left: 50%;
    right: auto;
    bottom: 14px;
  }

  .tile:hover img,
  .tile:hover video {
    transform: none;
    filter: var(--tile-filter, saturate(0.93) contrast(1.06));
  }

  .tile:hover::after,
  .tile:focus-within::after {
    opacity: 0;
  }

  .tile:hover .tile-copy,
  .tile:focus-within .tile-copy {
    opacity: 0;
    transform: translate(-50%, 12px);
  }

  .tile-copy strong {
    font-size: 8.96px;
  }

  .tile-copy span {
    font-size: 5.632px;
  }

  .tile-copy-dark {
    right: auto;
  }

  .tile-copy-dark strong {
    font-size: 13.44px;
  }

  .press-word {
    font-size: 82px;
  }

  .project-copy {
    position: absolute;
    inset: 0 0 auto;
    z-index: 3;
    flex: none;
    width: 100%;
    height: 100svh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 96px 22px 76px;
    color: var(--black);
    background: transparent;
    pointer-events: none;
    text-align: center;
    scroll-snap-align: start;
  }

  body[data-active-gallery="films"] .project-view {
    color: var(--white);
    background:
      linear-gradient(
        to bottom,
        var(--black) 0,
        var(--black) 100svh,
        var(--black) 100svh,
        var(--black) 100%
      );
  }

  body[data-active-gallery="films"] .project-copy {
    color: var(--white);
    background: transparent;
  }

  .project-location {
    position: static;
    order: 2;
    transform: none;
    justify-items: center;
    text-align: center;
  }

  .project-copy h1 {
    order: 1;
    max-width: min(86vw, 10ch);
    text-align: center;
    font-size: clamp(56px, 17vw, 96px);
  }

  .project-image {
    --rail-gap: clamp(1px, 0.3vw, 1.5px);
    position: relative;
    width: 100%;
    min-width: 0;
    margin-top: 0;
    height: auto;
    min-height: 0;
    padding: 0 var(--rail-gap);
    box-sizing: border-box;
  }

  .project-carousel-track {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: stretch;
    gap: var(--rail-gap);
    transform: none;
    padding-top: calc(100svh + var(--rail-gap));
  }

  body[data-active-gallery="photography"] .project-carousel-track {
    display: block;
    column-count: auto;
    column-gap: normal;
  }

  .project-carousel-track.has-single-project-media {
    position: relative;
    height: 100svh;
    min-height: 100svh;
    padding-top: 0;
  }

  .project-carousel-item {
    flex-basis: auto;
    width: 100%;
    height: auto;
    aspect-ratio: var(--project-media-aspect);
    display: block;
    background: var(--white);
    scroll-snap-align: none;
    scroll-snap-stop: normal;
  }

  .project-carousel-item.is-project-intro-media {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: 68vw;
    height: 100svh;
    margin: 0;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(
      90deg,
      transparent 0%,
      rgba(0, 0, 0, 0.08) 18%,
      rgba(0, 0, 0, 0.34) 44%,
      rgba(0, 0, 0, 0.72) 72%,
      #000 100%
    );
    mask-image: linear-gradient(
      90deg,
      transparent 0%,
      rgba(0, 0, 0, 0.08) 18%,
      rgba(0, 0, 0, 0.34) 44%,
      rgba(0, 0, 0, 0.72) 72%,
      #000 100%
    );
  }

  body[data-active-gallery="photography"] .project-carousel-item.is-project-intro-media {
    left: 0;
    right: auto;
    width: 100vw;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .project-image img,
  .project-image video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background: var(--white);
  }

  body[data-active-gallery="photography"] .project-carousel-item:not(.is-project-intro-media) {
    aspect-ratio: var(--project-media-aspect);
    overflow: hidden;
    background: transparent;
    break-inside: auto;
    page-break-inside: auto;
    margin: 0;
  }

  body[data-active-gallery="photography"] .project-carousel-item:not(.is-project-intro-media) img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  body[data-active-gallery="films"] .project-image img,
  body[data-active-gallery="films"] .project-image video {
    background: var(--black);
  }

  .project-carousel-item.is-project-intro-media img,
  .project-carousel-item.is-project-intro-media video,
  .project-carousel-item.is-project-intro-media .project-youtube-poster {
    object-fit: cover;
    opacity: 0.36;
    filter: saturate(0.96) contrast(1.02);
  }

  body[data-active-gallery="photography"] .project-carousel-item.is-project-intro-media img,
  body[data-active-gallery="photography"] .project-carousel-item.is-project-intro-media video,
  body[data-active-gallery="photography"] .project-carousel-item.is-project-intro-media .project-youtube-poster {
    opacity: 1;
  }

  body[data-active-gallery="films"] .project-carousel-item.is-project-intro-media {
    left: 0;
    right: auto;
    width: 100vw;
    background: transparent;
    -webkit-mask-image: none;
    mask-image: none;
  }

  body[data-active-gallery="films"] .project-carousel-item.is-project-intro-media::after {
    background: transparent;
  }

  body[data-active-gallery="films"] .project-carousel-item.is-project-intro-media img,
  body[data-active-gallery="films"] .project-carousel-item.is-project-intro-media video,
  body[data-active-gallery="films"] .project-carousel-item.is-project-intro-media .project-youtube-poster {
    opacity: 1;
  }

  body[data-active-gallery="films"] .project-carousel-item.is-project-intro-media video[data-project-intro-video="true"] {
    opacity: 0;
  }

  body[data-active-gallery="films"] .project-carousel-item.is-project-intro-media video[data-project-intro-video="true"].is-intro-video-ready {
    animation: mobileFilmIntroVideoFadeIn 1080ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  @keyframes mobileFilmIntroVideoFadeIn {
    0% {
      opacity: 0;
      filter: saturate(0.96) contrast(1.02) blur(5px);
    }

    45% {
      opacity: 0.62;
      filter: saturate(0.96) contrast(1.02) blur(2px);
    }

    100% {
      opacity: 1;
      filter: saturate(0.96) contrast(1.02) blur(0);
    }
  }

  .menu-main {
    min-height: 100svh;
    align-content: end;
    justify-items: start;
    padding: 124px 24px 112px;
  }

  body:not(.admin-page) .menu-main {
    align-content: stretch;
    grid-template-rows: auto auto 1fr auto auto auto;
    gap: 0;
    padding: clamp(132px, 20svh, 190px) 24px calc(clamp(72px, 9svh, 108px) + 100px);
  }

  body:not(.admin-page) .contact-word {
    grid-row: 1;
    align-self: start;
    justify-self: start;
    transform: none;
  }

  body[data-language="ro"]:not(.admin-page) .contact-word {
    font-size: clamp(40px, 12.2vw, 78px);
    white-space: nowrap;
  }

  body:not(.admin-page) .menu-links {
    display: contents;
  }

  body:not(.admin-page) .menu-links a {
    grid-row: 2;
    align-self: start;
    justify-self: start;
    font-size: clamp(40px, 12.2vw, 78px);
    line-height: 0.82;
    margin-top: clamp(18px, 3svh, 34px);
  }

  body:not(.admin-page) .menu-links a[href="#portfolio"] {
    margin-top: clamp(26px, 4svh, 44px);
  }

  body:not(.admin-page) .menu-links button {
    grid-row: 4;
    align-self: end;
    justify-self: start;
    margin-top: clamp(18px, 4.8svh, 42px);
  }

  body:not(.admin-page) .social-links {
    grid-row: 5;
    align-self: start;
    margin-top: clamp(28px, 4.8svh, 46px);
  }

  body:not(.admin-page) .menu-app-promo {
    grid-row: 6;
    align-self: start;
    justify-self: start;
    margin-top: calc(clamp(22px, 3.8svh, 38px) + 34px);
  }

  .menu-overlay {
    position: relative;
    inset: auto;
    height: 100svh;
    min-height: 100svh;
    overflow: hidden;
    transform: none;
    transition: opacity 336ms cubic-bezier(0.16, 1, 0.3, 1), filter 336ms cubic-bezier(0.16, 1, 0.3, 1), visibility 176ms ease;
    touch-action: auto;
  }

  .menu-mounted .menu-overlay {
    display: none;
  }

  .menu-open.menu-mounted .menu-overlay {
    display: block;
    animation: mobileMenuOpenIn 608ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .menu-closing.menu-mounted .menu-overlay {
    display: block;
    visibility: visible;
    pointer-events: none;
    animation: mobileMenuCloseOut 896ms cubic-bezier(0.7, 0, 0.84, 0) both;
  }

  body.menu-open .portfolio-view,
  body.menu-open .project-view,
  body.mobile-project-preopening .home-seo-footer,
  body.project-open .home-seo-footer,
  body.project-transitioning .home-seo-footer,
  body.project-closing .home-seo-footer,
  body.inquiry-mounted .home-seo-footer,
  body.inquiry-open .home-seo-footer,
  body.inquiry-closing .home-seo-footer,
  body.about-mounted .home-seo-footer,
  body.menu-mounted .home-seo-footer,
  body.menu-open .home-seo-footer,
  body.menu-closing .home-seo-footer {
    display: none;
  }

  .menu-open.menu-mounted .rail-close,
  .menu-open.menu-mounted .menu-language,
  .menu-open.menu-mounted .contact-word,
  .menu-open.menu-mounted .menu-links a,
  .menu-open.menu-mounted .menu-links button,
  .menu-open.menu-mounted .social-picker,
  .menu-open.menu-mounted .menu-app-promo,
  .menu-open.menu-mounted .social-links a {
    animation: mobileMenuItemFlyIn 1024ms cubic-bezier(0.16, 1, 0.3, 1) both;
    will-change: transform, opacity, filter;
  }

  .menu-closing.menu-mounted .rail-close,
  .menu-closing.menu-mounted .menu-language,
  .menu-closing.menu-mounted .contact-word,
  .menu-closing.menu-mounted .menu-links a,
  .menu-closing.menu-mounted .menu-links button,
  .menu-closing.menu-mounted .social-picker,
  .menu-closing.menu-mounted .menu-app-promo,
  .menu-closing.menu-mounted .social-links a {
    animation: mobileMenuItemFlyOut 784ms cubic-bezier(0.7, 0, 0.84, 0) both;
    will-change: transform, opacity, filter;
  }

  .menu-open.menu-mounted .rail-close {
    animation-delay: 0ms;
  }

  .menu-open.menu-mounted .menu-language {
    animation-delay: 0ms;
  }

  .menu-open.menu-mounted .contact-word {
    animation-delay: 56ms;
  }

  .menu-open.menu-mounted .menu-links a:nth-child(1) {
    animation-delay: 112ms;
  }

  .menu-open.menu-mounted .menu-links a:nth-child(2) {
    animation-delay: 168ms;
  }

  .menu-open.menu-mounted .menu-links button {
    animation-delay: 224ms;
  }

  .menu-open.menu-mounted .social-picker {
    animation-delay: 280ms;
  }

  .menu-open.menu-mounted .menu-app-promo {
    animation-delay: 336ms;
  }

  .menu-open.menu-mounted .social-links > a:nth-of-type(1) {
    animation-delay: 392ms;
  }

  .menu-open.menu-mounted .social-links > a:nth-of-type(2) {
    animation-delay: 448ms;
  }

  .menu-closing.menu-mounted .rail-close,
  .menu-closing.menu-mounted .menu-language,
  .menu-closing.menu-mounted .contact-word,
  .menu-closing.menu-mounted .menu-links a,
  .menu-closing.menu-mounted .menu-links button,
  .menu-closing.menu-mounted .social-picker,
  .menu-closing.menu-mounted .menu-app-promo,
  .menu-closing.menu-mounted .social-links a {
    animation-delay: 0ms;
  }

  @keyframes mobileMenuOpenIn {
    0% {
      opacity: 0;
      filter: blur(6px);
    }

    64% {
      opacity: 1;
      filter: blur(1px);
    }

    100% {
      opacity: 1;
      filter: blur(0);
    }
  }

  @keyframes mobileMenuCloseOut {
    0% {
      opacity: 1;
      filter: blur(0);
    }

    52% {
      opacity: 1;
      filter: blur(1px);
    }

    100% {
      opacity: 0;
      filter: blur(7px);
    }
  }

  @keyframes mobileMenuItemFlyIn {
    0% {
      opacity: 0;
      transform: translate3d(0, 108svh, 0) scale(0.76);
      filter: blur(10px);
    }

    42% {
      opacity: 1;
      filter: blur(2px);
    }

    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0) scale(1);
      filter: blur(0);
    }
  }

  @keyframes mobileMenuItemFlyOut {
    0% {
      opacity: 1;
      transform: translate3d(0, 0, 0) scale(1);
      filter: blur(0);
    }

    48% {
      opacity: 1;
      filter: blur(2px);
    }

    100% {
      opacity: 0;
      transform: translate3d(0, 96svh, 0) scale(0.82);
      filter: blur(10px);
    }
  }

  .contact-word {
    font-size: clamp(62px, 18vw, 116px);
    transform: translateY(-52px);
  }

  .menu-links {
    justify-items: start;
  }

  .menu-links a,
  .menu-links button {
    font-size: clamp(32px, 10vw, 58px);
    justify-self: start;
    text-align: left;
  }

  body:not(.admin-page) .contact-word {
    margin-left: -0.055em;
    text-align: left;
  }

  .social-links {
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
    max-width: 82vw;
    gap: 28px;
  }

  .social-picker {
    justify-items: start;
  }

  .social-picker-options {
    top: 0;
    right: auto;
    left: calc(100% + 18px);
    justify-items: start;
    gap: 16px;
    max-width: calc(100vw - 170px);
    transform: translate3d(-8px, 0, 0);
  }

  .social-picker.is-open .social-picker-options {
    transform: translate3d(0, 0, 0);
  }

  .social-picker-options a {
    font-size: clamp(15.2px, 4.05vw, 21.6px);
    white-space: normal;
  }

  .menu-app-promo {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    justify-items: start;
    max-width: min(248px, 63vw);
    margin-top: 34px;
    padding: 6px 38px 6px 10px;
    text-align: left;
    touch-action: manipulation;
    user-select: none;
  }

  .menu-app-copy {
    justify-items: start;
  }

  .menu-app-icon {
    top: 6px;
    left: auto;
    right: 18px;
    width: clamp(16px, 4.7vw, 20px);
  }

  .menu-app-promo .menu-app-eyebrow {
    font-size: clamp(8.1px, 2.34vw, 9.9px);
  }

  .menu-app-promo strong {
    font-size: clamp(16.2px, 4.68vw, 25.2px);
  }

  .menu-app-promo span:last-child {
    max-width: 30ch;
    font-size: clamp(9px, 2.61vw, 10.8px);
  }

  body.admin-page {
    --admin-menu-item-font: clamp(18.5px, 5.55vw, 28px);
    --admin-menu-social-font: clamp(14.7px, 4.41vw, 22.4px);
  }

  body.admin-page .menu-main {
    gap: clamp(18px, 4.8vw, 28px);
    justify-items: start;
    padding-top: clamp(76px, 14svh, 122px);
    padding-bottom: clamp(34px, 8svh, 72px);
  }

  body.admin-page .admin-menu-stack,
  body.admin-page .admin-menu-group,
  body.admin-page .admin-menu-items {
    justify-items: start;
  }

  body.admin-page .admin-menu-stack {
    gap: clamp(18px, 5vw, 30px);
    transform: translateY(-60px);
  }

  body.admin-page .admin-menu-creator {
    margin-top: 40px;
  }

  body.admin-page .admin-menu-label {
    font-size: clamp(9px, 2.8vw, 12px);
  }

  body.admin-page .contact-word,
  body.admin-page .menu-links a,
  body.admin-page .menu-links button,
  body.admin-page .social-picker-trigger {
    font-size: var(--admin-menu-item-font);
    line-height: 0.95;
  }

  body.admin-page .contact-word {
    transform: none;
  }

  body.admin-page .menu-links,
  body.admin-page .social-links {
    justify-items: start;
    justify-content: start;
    align-items: flex-start;
    gap: clamp(14px, 3.8vw, 22px);
  }

  body.admin-page .menu-links a,
  body.admin-page .menu-links button,
  body.admin-page .social-picker,
  body.admin-page .social-picker-trigger {
    text-align: left;
    justify-items: start;
  }

  .editor-layout,
  .editor-form,
  .editor-section-grid,
  .editor-section-home .editor-section-grid,
  .editor-toggle-grid,
  .pricing-guide-board {
    grid-template-columns: 1fr;
  }

  .editor-media-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .editor-upload {
    width: 100%;
    justify-content: space-between;
  }

  .editor-upload-secondary {
    justify-content: flex-start;
  }

  .pricing-guide-board {
    --pricing-section-gap: clamp(44px, 13vw, 78px);
  }

  .pricing-guide-board article {
    min-height: 0;
    border-right: 0;
    border-bottom: 0;
  }

  .pricing-guide-board article:last-child {
    border-bottom: 0;
  }

  .pricing-guide-board .pricing-package-featured,
  .pricing-package-featured .pricing-package-heading,
  .pricing-package-featured .pricing-package-meta,
  .pricing-package-featured .pricing-package-list {
    grid-column: 1;
    grid-row: auto;
  }

  .pricing-guide-board .pricing-package-featured {
    grid-template-columns: 1fr;
  }

  .pricing-package-featured .pricing-package-heading,
  .pricing-package-featured .pricing-package-meta {
    transform: none;
  }

  .pricing-package-featured .pricing-package-heading {
    margin-bottom: clamp(20px, 7vw, 38px);
  }

  .pricing-detail-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing-guide-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(14px, 4vw, 22px);
  }

  .pricing-guide-open {
    align-items: center;
    width: 100%;
  }

  .pricing-guide-actions {
    align-self: center;
    justify-self: end;
  }

  .pricing-guide-copy {
    white-space: nowrap;
  }

  .pricing-detail-header > div {
    justify-items: start;
  }

  .pricing-info-board {
    --pricing-info-gap: clamp(44px, 13vw, 78px);

    grid-template-columns: 1fr;
  }

  .pricing-info-card,
  .pricing-info-card:nth-child(2n) {
    border-right: 0;
  }

  .pricing-info-card-wide {
    grid-column: 1;
  }

  .pricing-package-meta {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .pricing-package-featured .pricing-package-meta {
    grid-template-columns: 1fr;
  }

  .pricing-package-meta div,
  .pricing-package-featured .pricing-package-meta div {
    gap: 4px;
    padding: 5px 0;
  }

  .pricing-package-meta div + div,
  .pricing-package-featured .pricing-package-meta div + div {
    padding-left: 0;
  }

  .editor-section-grid label:nth-child(odd) {
    border-right: 0;
  }

  .editor-section-grid label:nth-child(even) {
    padding-left: 0;
  }

  .editor-toggle-field + .editor-toggle-field {
    padding-left: 0;
    border-left: 0;
  }

  .editor-upload label {
    padding-right: 0;
  }

  .editor-upload label + label {
    padding-left: 0;
    border-left: 0;
  }

  .editor-shell {
    --editor-shell-pad-x: 20px;
    --editor-shell-pad-y: 24px;
    --editor-header-pad-y: 6px;
    --editor-header-pad-bottom: 8px;
    padding: var(--editor-shell-pad-y) var(--editor-shell-pad-x) 34px;
  }

  .editor-header {
    display: grid;
    gap: 8px;
  }

  .editor-youtube-field > span {
    grid-template-columns: 1fr;
  }

  .editor-link-actions {
    justify-items: start;
  }

  .editor-section h3 {
    font-size: 14px;
  }

  .editor-gallery-switch {
    gap: 16px;
    margin-top: 0;
  }

  .editor-gallery-switch button,
  .editor-close {
    font-size: 16px;
  }

  .editor-card-list button {
    padding: 13px 0;
    font-size: 14px;
  }

  .editor-add-card {
    font-size: 14px;
  }

  .editor-form input[type="text"] {
    min-height: 44px;
    font-size: 18px;
  }

  .editor-actions {
    display: grid;
    justify-items: start;
  }

  .inquiry-header {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 18px;
  }

  .inquiry-header h2 {
    font-size: clamp(44px, 13vw, 78px);
  }

  .inquiry-header p {
    margin-top: -24px;
    font-size: clamp(58px, 17vw, 96px);
  }

  .inquiry-close {
    top: 15px;
    color: var(--black);
  }

  body.admin-page .inquiry-close {
    top: 15px;
    right: 8px;
  }

  .inquiry-form label {
    min-height: 78px;
    padding: 20px 18px;
    border-right: 0;
    font-size: clamp(20px, 6vw, 30px);
    letter-spacing: 0;
    line-height: 1.08;
  }

  .inquiry-form label:nth-child(odd) {
    border-right: 0;
  }

  .inquiry-form {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .inquiry-form input,
  .inquiry-form select,
  .inquiry-form textarea {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    appearance: none;
    -webkit-appearance: none;
    min-height: 0;
    border-radius: 0;
    background-color: transparent;
    font-size: clamp(16px, 4.8vw, 23px);
    line-height: 1.18;
  }

  .inquiry-form label,
  .inquiry-actions button,
  .inquiry-close {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
  }

  .inquiry-form input:focus,
  .inquiry-form input:active,
  .inquiry-form select:focus,
  .inquiry-form select:active,
  .inquiry-form textarea:focus,
  .inquiry-form textarea:active,
  .inquiry-actions button:focus,
  .inquiry-actions button:active,
  .inquiry-close:focus,
  .inquiry-close:active {
    background-color: transparent;
    box-shadow: none;
    outline: 0;
  }

  .inquiry-form input,
  .inquiry-form select {
    height: auto;
  }

  .inquiry-form textarea {
    min-height: 96px;
  }

  .inquiry-shell {
    border-radius: 0;
    width: 100%;
    max-height: none;
    height: auto;
    min-height: 0;
    overflow: visible;
    overscroll-behavior: contain;
    padding: max(10px, env(safe-area-inset-top)) 0 max(10px, env(safe-area-inset-bottom));
    background: #ffffff;
  }

  .inquiry-actions {
    display: grid;
    justify-items: stretch;
  }

  .editor-panel,
  .pricing-panel {
    padding: 0;
  }

  .inquiry-panel {
    --inquiry-frame-width: 100%;
    position: relative;
    inset: auto;
    display: none;
    grid-template-rows: auto minmax(0, 1fr);
    align-content: stretch;
    justify-items: stretch;
    gap: 14px;
    min-height: 100svh;
    height: 100svh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: clamp(48px, 11svh, 104px) 0 0;
    place-items: stretch;
    background: var(--white);
    transform: none;
    contain: layout paint style;
    isolation: isolate;
    overscroll-behavior: contain;
    touch-action: pan-y;
    transition: opacity 336ms cubic-bezier(0.16, 1, 0.3, 1), filter 336ms cubic-bezier(0.16, 1, 0.3, 1), visibility 176ms ease;
  }

  .inquiry-mounted .inquiry-panel {
    display: grid;
  }

  body.inquiry-open.menu-mounted .menu-overlay {
    display: none;
  }

  .inquiry-open.inquiry-mounted .inquiry-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    animation: mobileMenuOpenIn 608ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .inquiry-closing.inquiry-mounted .inquiry-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    animation: mobileMenuCloseOut 896ms cubic-bezier(0.7, 0, 0.84, 0) both;
  }

  body.inquiry-open .portfolio-view,
  body.inquiry-open .project-view {
    display: none;
  }

  body.pricing-open .portfolio-view,
  body.pricing-open .project-view {
    display: none;
  }
}

body[data-active-gallery="films"] .inquiry-panel,
body[data-active-gallery="films"] .inquiry-shell,
body[data-active-gallery="films"] .inquiry-header,
body[data-active-gallery="films"] .inquiry-form {
  color: var(--white);
  background: var(--black);
}

body[data-active-gallery="films"] .inquiry-close,
body[data-active-gallery="films"] .inquiry-actions button {
  color: var(--white);
}

body[data-active-gallery="films"] .inquiry-header p {
  color: var(--black);
}

body[data-active-gallery="films"] .inquiry-form label {
  color: rgba(255, 255, 255, 0.34);
  border-bottom-color: rgba(255, 255, 255, 0.16);
}

body[data-active-gallery="films"] .inquiry-form label:nth-child(odd) {
  border-right-color: rgba(255, 255, 255, 0.16);
}

body[data-active-gallery="films"] .inquiry-form label.is-inquiry-field-active .inquiry-field-title,
body[data-active-gallery="films"] .inquiry-form label.is-inquiry-field-filled .inquiry-field-title {
  color: rgba(255, 255, 255, 0.82);
}

body[data-active-gallery="films"] .inquiry-form input,
body[data-active-gallery="films"] .inquiry-form select,
body[data-active-gallery="films"] .inquiry-form textarea {
  color: var(--white);
  background: transparent;
}

body[data-active-gallery="films"] .inquiry-form input::placeholder,
body[data-active-gallery="films"] .inquiry-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.28);
}

body[data-active-gallery="films"] .inquiry-actions [data-inquiry-status] {
  color: rgba(255, 255, 255, 0.58);
}

html[data-active-gallery="films"],
body[data-active-gallery="films"] {
  color-scheme: light;
  color: var(--black);
  background: var(--white);
}

body[data-active-gallery="films"]:not(.project-open):not(.project-transitioning):not(.project-closing) .portfolio-view,
body[data-active-gallery="films"] .portfolio-view,
body[data-active-gallery="films"] .home-seo-footer,
body[data-active-gallery="films"] .project-view,
body[data-active-gallery="films"] .project-copy,
body[data-active-gallery="films"] .project-carousel-item,
body[data-active-gallery="films"] .menu-overlay,
body[data-active-gallery="films"] .inquiry-panel,
body[data-active-gallery="films"] .inquiry-shell,
body[data-active-gallery="films"] .inquiry-header,
body[data-active-gallery="films"] .inquiry-form,
body[data-active-gallery="films"] .editor-panel,
body[data-active-gallery="films"] .editor-shell,
body[data-active-gallery="films"] .editor-header {
  color: var(--black);
  background: var(--white);
}

body[data-active-gallery="films"] .tile,
body[data-active-gallery="films"] .tile.tile-empty {
  color: var(--black);
  background: var(--white);
}

body.admin-page[data-active-gallery="films"] .tile.tile-empty {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.045), rgba(0, 0, 0, 0.1)),
    rgba(0, 0, 0, 0.055);
}

body[data-active-gallery="films"] .home-seo-footer p,
body[data-active-gallery="films"] .inquiry-actions [data-inquiry-status] {
  color: rgba(0, 0, 0, 0.54);
}

body[data-active-gallery="films"] .inquiry-header p {
  color: var(--black);
}

body[data-active-gallery="films"] .inquiry-close,
body[data-active-gallery="films"] .inquiry-actions button,
body[data-active-gallery="films"] .editor-toggle-row,
body[data-active-gallery="films"] .editor-toggle-row input {
  color: var(--black);
}

body[data-active-gallery="films"] .inquiry-form label {
  color: rgba(0, 0, 0, 0.38);
  border-bottom-color: rgba(0, 0, 0, 0.16);
}

body[data-active-gallery="films"] .inquiry-form label:nth-child(odd) {
  border-right-color: rgba(0, 0, 0, 0.16);
}

body[data-active-gallery="films"] .inquiry-form label.is-inquiry-field-active .inquiry-field-title,
body[data-active-gallery="films"] .inquiry-form label.is-inquiry-field-filled .inquiry-field-title,
body[data-active-gallery="films"] .inquiry-form input,
body[data-active-gallery="films"] .inquiry-form select,
body[data-active-gallery="films"] .inquiry-form textarea {
  color: var(--black);
}

body[data-active-gallery="films"] .inquiry-form input::placeholder,
body[data-active-gallery="films"] .inquiry-form textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 980px) {
  body[data-active-gallery="films"] .project-view,
  body[data-active-gallery="films"].mobile-project-opening.project-open .project-view {
    background: var(--white);
  }

  body[data-active-gallery="films"] .project-copy {
    color: var(--black);
    background: transparent;
  }

  body[data-active-gallery="films"] .project-image img,
  body[data-active-gallery="films"] .project-image video {
    background: var(--white);
  }

  body[data-active-gallery="films"] .project-carousel-item.is-project-intro-media::after {
    background: transparent;
  }
}

@media (max-width: 640px) {
  body.project-open .project-copy,
  body.mobile-project-opening.project-open .project-copy {
    color: #fff;
    background: transparent;
    mix-blend-mode: difference;
  }

  body.project-open .project-copy .project-mobile-chrome-text,
  body.mobile-project-opening.project-open .project-copy .project-mobile-chrome-text {
    color: inherit;
    mix-blend-mode: normal;
  }

  body.project-open .project-copy .project-mobile-chrome-text .adaptive-letter,
  body.mobile-project-opening.project-open .project-copy .project-mobile-chrome-text .adaptive-letter {
    color: inherit;
  }
}

body.admin-page,
body.admin-page * {
  scroll-behavior: auto !important;
  animation: none !important;
  animation-duration: 0ms !important;
  animation-delay: 0ms !important;
  transition: none !important;
  transition-duration: 0ms !important;
  transition-delay: 0ms !important;
}

body.admin-page .rail-menu,
body.admin-page .rail-write,
body.admin-page .rail-back,
body.admin-page .rail-project-edit,
body.admin-page .rail-project-switch,
body.admin-page .layout-edit-toggle,
body.admin-page .site-publish-button,
body.admin-page .site-add-card-button {
  animation: none !important;
  transition: none !important;
}

body.admin-page.about-mounted .rail-menu {
  display: none !important;
}

@media print {
  @page {
    size: A4 portrait;
    margin: 11mm;
  }

  html,
  body {
    width: auto;
    min-height: auto;
    color: #000;
    background: #fff !important;
  }

  body * {
    visibility: hidden !important;
  }

  .pricing-panel,
  .pricing-panel * {
    visibility: visible !important;
  }

  .pricing-panel {
    position: static !important;
    inset: auto !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    min-height: auto !important;
    padding: 0 !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    animation: none !important;
    contain: none !important;
    background: #fff !important;
  }

  .pricing-shell {
    min-height: auto !important;
    padding: 0 !important;
    background: #fff !important;
  }

  .pricing-header,
  .pricing-detail,
  .pricing-guide-board,
  .pricing-info-board,
  .pricing-package,
  .pricing-info-card {
    overflow: visible !important;
    animation: none !important;
    transform: none !important;
    filter: none !important;
  }

  .pricing-header {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 16mm !important;
    margin: 0 0 10mm !important;
    padding: 0 0 7mm !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  }

  .pricing-panel.is-detail-open .pricing-header > div {
    display: grid !important;
    gap: 3mm !important;
  }

  .pricing-panel.is-detail-open .pricing-header span {
    order: 1 !important;
    max-width: 150mm !important;
    color: #000 !important;
    font-size: 19pt !important;
    line-height: 1 !important;
  }

  .pricing-panel.is-detail-open .pricing-header p {
    order: 2 !important;
    margin: 0 !important;
    color: rgba(0, 0, 0, 0.46) !important;
    font-size: 10pt !important;
    line-height: 1.1 !important;
  }

  .pricing-library,
  .editor-close,
  .pricing-public-pdf,
  .pricing-info-toggle,
  .site-intro,
  .site-chrome,
  main,
  .menu-overlay,
  .inquiry-panel,
  .submissions-panel,
  .site-deleted-panel,
  .editor-panel {
    display: none !important;
  }

  .pricing-detail:not([hidden]) {
    display: block !important;
    gap: 8mm;
  }

  .pricing-info-board:not([hidden]) {
    display: block !important;
  }

  .pricing-guide-board {
    display: block !important;
    gap: 8mm !important;
  }

  .pricing-guide-board .pricing-package-featured {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    row-gap: 5mm !important;
    margin: 0 0 9mm !important;
    padding: 7mm 0 9mm !important;
    min-height: 0 !important;
    break-inside: auto !important;
    page-break-inside: auto !important;
  }

  .pricing-guide-board h2 {
    max-width: none !important;
    font-size: 30pt !important;
    line-height: 0.86 !important;
    color: #000 !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .pricing-guide-board h2.pricing-package-white-title {
    color: #777 !important;
    font-weight: 600 !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .pricing-package-featured .pricing-package-heading,
  .pricing-package-featured .pricing-package-meta {
    grid-column: auto !important;
    grid-row: auto !important;
    transform: none !important;
  }

  .pricing-package-featured .pricing-package-heading {
    gap: 3mm !important;
  }

  .pricing-package-featured .pricing-package-meta {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 4mm !important;
  }

  .pricing-package-featured .pricing-package-list {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .pricing-package-meta div,
  .pricing-package-featured .pricing-package-meta div {
    padding: 0 !important;
  }

  .pricing-package-meta div + div,
  .pricing-package-featured .pricing-package-meta div + div {
    padding-left: 0 !important;
  }

  .pricing-package-meta dt {
    font-size: 7.5pt !important;
  }

  .pricing-package-meta dd {
    font-size: 12pt !important;
  }

  .pricing-package-list li,
  .pricing-check-list li {
    font-size: 9pt !important;
    line-height: 1.24 !important;
  }

  .pricing-info-board {
    display: block !important;
    grid-template-columns: none !important;
    gap: 8mm !important;
  }

  .pricing-info-card {
    break-inside: auto !important;
    page-break-inside: auto !important;
    padding: 6mm !important;
  }

  .pricing-info-card h2 {
    font-size: 12pt !important;
    line-height: 1 !important;
  }
}
