:root {
  color-scheme: light;
  --paper: #f4f0e6;
  --ink: #12233f;
  --blue: #315ed6;
  --sun: #f2c84b;
  --charcoal: #0b0f18;
  --white: #ffffff;
  --small: 0.75rem;
  --gutter: clamp(1.25rem, 4.8vw, 5rem);
  --serif: "Bodoni 72", Didot, Baskerville, "Times New Roman", serif;
  --display: "Helvetica Neue Condensed", "Arial Narrow", Impact, Haettenschweiler, sans-serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --mono: "SFMono-Regular", "Roboto Mono", "Courier New", monospace;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

html[lang="ja"] {
  --serif: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  --display: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, sans-serif;
  --sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, sans-serif;
  --mono: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, monospace;
  line-break: strict;
  word-break: normal;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  scroll-behavior: auto;
}

body {
  min-width: 280px;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

main {
  transition:
    opacity 220ms var(--ease),
    transform 220ms var(--ease);
}

html.is-locale-leaving main {
  opacity: 0;
  transform: translateY(-0.4rem);
}

html.is-locale-arriving main {
  opacity: 0;
  transform: translateY(0.4rem);
}

body,
button,
input,
textarea {
  font-family: var(--sans);
}

button,
input,
textarea {
  border-radius: 0;
  color: inherit;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
}

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

img,
video {
  display: block;
  max-width: 100%;
}

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--paper);
}

main [id] {
  scroll-margin-top: 4.5rem;
}

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

.skip-link {
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;
  padding: 0.9rem 1.1rem;
  color: var(--paper);
  background: var(--ink);
  font: 700 var(--small)/1 var(--mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.page-progress {
  position: fixed;
  z-index: 220;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--paper);
  pointer-events: none;
}

.page-progress span {
  display: block;
  width: calc(var(--page-progress, 0) * 100%);
  height: 100%;
  background: var(--sun);
  transform-origin: left;
}

.site-header {
  position: fixed;
  z-index: 200;
  top: 3px;
  right: 0;
  left: 0;
  display: grid;
  min-height: 68px;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 0 var(--gutter);
  border-bottom: 1px solid transparent;
  background: var(--paper);
  transition: border-color 180ms linear;
}

.site-header.is-scrolled,
.support-page .site-header {
  border-color: var(--ink);
}

.wordmark,
.primary-nav,
.menu-toggle,
.section-kicker,
.film-meta,
.motion-toggle,
.vertical-label,
.hero-studio,
.hero-role,
.profile-role,
.form-notice,
.form-actions,
.form-status,
.contact-footer,
.template-label,
.section-index,
.review-bar,
.site-footer {
  font-family: var(--mono);
  font-size: var(--small);
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.wordmark {
  display: inline-flex;
  width: max-content;
  min-height: 44px;
  align-items: center;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 2.9vw, 3.2rem);
}

.primary-nav a {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.primary-nav a::after {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 24px;
  height: 2px;
  background: var(--blue);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 260ms var(--ease);
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.primary-nav .language-switch {
  color: var(--blue);
}

.menu-toggle {
  display: none;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  padding: 0;
  border: 0;
  background: transparent;
}

.menu-icon,
.menu-icon::after {
  display: block;
  width: 24px;
  height: 1px;
  background: var(--ink);
  content: "";
  transition: transform 220ms var(--ease);
}

.menu-icon::after {
  transform: translateY(7px);
}

.menu-toggle[aria-expanded="true"] .menu-icon {
  transform: translateY(4px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-icon::after {
  transform: rotate(-90deg);
}

.director-hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  grid-template-columns: 4.5rem minmax(0, 1.05fr) minmax(22rem, 0.95fr);
  gap: clamp(1rem, 3vw, 3rem);
  align-items: center;
  padding: 7rem var(--gutter) 3rem;
  border-bottom: 1px solid var(--ink);
  isolation: isolate;
}

.director-hero::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image: url("../public/media/brand/paper-grain-v1.webp");
  background-repeat: repeat;
  background-size: 1024px 1024px;
  content: "";
  opacity: 0.022;
  pointer-events: none;
}

.vertical-label {
  position: relative;
  z-index: 1;
  margin: 0;
  opacity: 0.72;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.hero-location {
  justify-self: center;
}

.hero-content {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.hero-studio {
  margin: 0 0 clamp(1.75rem, 3.8vw, 3.75rem);
  opacity: 0.72;
}

.director-name-lockup {
  position: relative;
  width: min(100%, 42rem);
  isolation: isolate;
}

.director-name-lockup::after {
  position: absolute;
  z-index: 3;
  inset: -0.05em -2% -0.05em -1%;
  background: var(--blue);
  clip-path: inset(0 0 0 100%);
  content: "";
  pointer-events: none;
}

.js .director-name-lockup::after {
  animation: ma-title-cut 360ms var(--ease) 40ms both;
}

.director-hero h1 {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(5.2rem, 9.8vw, 10.5rem);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.72;
}

html[lang="ja"] .director-hero h1 {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  font-size: clamp(5rem, 8.4vw, 9rem);
  font-weight: 300;
  font-kerning: normal;
  font-variant-east-asian: proportional-width;
  letter-spacing: -0.07em;
  line-height: 0.86;
}

html[lang="ja"] .director-name-lockup {
  width: min(100%, 36rem);
}

html[lang="ja"] .film-title h3 {
  font-family: "Helvetica Neue Condensed", "Arial Narrow", Impact, Haettenschweiler, sans-serif;
}

.director-hero h1 span {
  display: block;
}

.js .director-hero h1 span {
  clip-path: inset(0 100% 0 0);
  animation: director-name-reveal 340ms var(--ease) both;
}

.js .director-hero h1 span:first-child {
  animation-delay: 30ms;
}

.js .director-hero h1 span:last-child {
  animation-delay: 70ms;
}

.hero-role {
  margin: clamp(2rem, 4vw, 4rem) 0 0;
  font-size: clamp(0.75rem, 0.85vw, 0.8rem);
}

.hero-role span {
  padding: 0 0.6rem;
  color: var(--blue);
}

.hero-statement {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: end;
  margin-top: clamp(2.5rem, 5.5vw, 5.5rem);
}

.hero-statement p {
  max-width: 24rem;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.2rem, 1.8vw, 1.75rem);
  font-style: italic;
  line-height: 1.15;
}

html[lang="ja"] .hero-statement p,
html[lang="ja"] .film-summary,
html[lang="ja"] .films-cta p,
html[lang="ja"] .recognition-lede > p:last-child,
html[lang="ja"] .contact-marquee > p:last-child {
  font-style: normal;
}

html[lang="ja"] .hero-statement p {
  text-wrap: pretty;
  word-break: auto-phrase;
}

.phrase-lock {
  text-wrap: balance;
}

html[lang="ja"] .recognition-lede h2,
html[lang="ja"] .about-intro h2,
html[lang="ja"] .global-production-heading h2,
html[lang="ja"] .contact-marquee h2,
html[lang="ja"] .phrase-lock {
  overflow-wrap: anywhere;
  word-break: normal;
}

@supports (word-break: auto-phrase) {
  html[lang="ja"] .recognition-lede h2,
  html[lang="ja"] .about-intro h2,
  html[lang="ja"] .global-production-heading h2,
  html[lang="ja"] .contact-marquee h2,
  html[lang="ja"] .phrase-lock {
    overflow-wrap: normal;
    word-break: auto-phrase;
  }
}

html[lang="en"] .global-production-heading h2 > .phrase-lock:first-child,
html[lang="en"] .global-production-heading h2 > span:first-child .phrase-lock {
  white-space: nowrap;
  word-break: normal;
}

html[lang="ja"] .wordmark,
html[lang="ja"] .primary-nav,
html[lang="ja"] .menu-toggle,
html[lang="ja"] .section-kicker,
html[lang="ja"] .film-meta,
html[lang="ja"] .motion-toggle,
html[lang="ja"] .vertical-label,
html[lang="ja"] .hero-studio,
html[lang="ja"] .hero-role,
html[lang="ja"] .profile-role,
html[lang="ja"] .form-notice,
html[lang="ja"] .form-actions,
html[lang="ja"] .form-status,
html[lang="ja"] .contact-footer,
html[lang="ja"] .site-footer {
  letter-spacing: 0.06em;
  text-transform: none;
}

html[lang="ja"] .vertical-label {
  text-orientation: upright;
  transform: none;
}

.text-link {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  gap: 2rem;
  border-bottom: 2px solid var(--blue);
  font: 800 clamp(1rem, 1.3vw, 1.2rem)/1 var(--mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.text-link span {
  color: var(--blue);
}

.hero-geometry {
  position: relative;
  --geometry-scroll: 0;
  --handoff-progress: 0;
  --aperture-scale: 1.015;
  --structure-opacity: 1;
  display: block;
  width: 100%;
  max-height: min(70svh, 720px);
  aspect-ratio: 4 / 5;
  justify-self: end;
  overflow: hidden;
  border: 1px solid var(--ink);
  background: var(--blue);
  isolation: isolate;
  transform: translateY(calc(var(--geometry-scroll) * 8rem));
}

.aperture-screen,
.aperture-shutter,
.aperture-counterweight,
.aperture-seam {
  position: absolute;
  display: block;
}

.aperture-screen {
  z-index: 2;
  top: 23%;
  left: 7%;
  width: 86%;
  aspect-ratio: 2.39 / 1;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--paper) 78%, transparent);
  background: var(--ink);
  transform: translateY(calc(var(--handoff-progress) * 0.65rem));
}

.aperture-poster,
.aperture-film {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 43%;
  filter: saturate(0.82) contrast(1.06);
  transform: scale(var(--aperture-scale));
  transition:
    filter 500ms var(--ease),
    transform 700ms var(--ease);
}

.aperture-film {
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}

.aperture-film.is-visible {
  visibility: visible;
  opacity: 1;
}

.hero-aperture:hover .aperture-poster,
.hero-aperture:hover .aperture-film,
.hero-aperture:focus-visible .aperture-poster,
.hero-aperture:focus-visible .aperture-film {
  filter: saturate(0.96) contrast(1.03);
}

.aperture-shutter {
  z-index: 2;
  top: -1px;
  bottom: -1px;
  width: calc(50% + 1px);
  background: var(--blue);
  pointer-events: none;
}

.aperture-shutter-left {
  --shutter-exit: -102%;
  left: -1px;
  transform: translateX(var(--shutter-exit));
}

.aperture-shutter-right {
  --shutter-exit: 102%;
  right: -1px;
  transform: translateX(var(--shutter-exit));
}

.js .aperture-shutter {
  animation: aperture-open 620ms var(--ease) 1.14s both;
}

.aperture-counterweight {
  z-index: 1;
  right: 7%;
  bottom: 15%;
  width: 46%;
  height: 16%;
  border-left: 1px solid color-mix(in srgb, var(--paper) 78%, transparent);
  background: var(--ink);
  opacity: var(--structure-opacity);
}

.js .aperture-counterweight {
  animation: precision-join 680ms var(--ease) 2.04s both;
}

.aperture-seam {
  z-index: 1;
  top: 0;
  right: 27%;
  width: 1px;
  height: 100%;
  background: color-mix(in srgb, var(--paper) 72%, transparent);
  opacity: var(--structure-opacity);
  transform-origin: top;
}

.js .aperture-seam {
  animation: seam-set 680ms var(--ease) 2.04s both;
}

.geometry-cta {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.1rem, 2.2vw, 2rem);
  color: var(--paper);
}

.geometry-cta-label,
.geometry-cta-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-family: var(--mono);
  font-size: var(--small);
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.geometry-cta-action {
  min-height: 52px;
  border-top: 1px solid color-mix(in srgb, var(--paper) 70%, transparent);
}

.geometry-cta-action svg {
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 1.5;
  transition: transform 220ms var(--ease);
}

.hero-geometry:hover .geometry-cta-action svg,
.hero-geometry:focus-visible .geometry-cta-action svg {
  transform: translateX(0.35rem);
}

@keyframes ma-title-cut {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  46% {
    clip-path: inset(0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}

@keyframes director-name-reveal {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0);
  }
}

@keyframes aperture-open {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(var(--shutter-exit));
  }
}

@keyframes precision-join {
  from {
    transform: translateX(112%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes seam-set {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

.films-heading {
  padding: 1.6rem var(--gutter);
  border-bottom: 1px solid var(--ink);
}

.homepage-clients {
  padding: clamp(3.5rem, 6vw, 6rem) var(--gutter);
  border-bottom: 0;
}

.homepage-clients-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  align-items: baseline;
  justify-items: center;
  text-align: center;
}

.homepage-clients-heading > .section-kicker {
  align-self: auto;
  justify-self: center;
  margin: 0;
  color: var(--blue);
}

.homepage-clients-heading h2 {
  max-width: 28ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.4vw, 2.6rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1;
}

.homepage-clients-intro {
  max-width: 42rem;
  margin: 0;
  color: color-mix(in srgb, var(--ink) 72%, transparent);
  font-family: var(--sans);
  font-size: clamp(0.9rem, 1.15vw, 1.05rem);
  line-height: 1.5;
}

html[lang="ja"] .homepage-clients-heading h2 {
  word-break: keep-all;
}

.client-logo-collage--homepage {
  grid-auto-rows: clamp(5.75rem, 7.2vw, 7.25rem);
  margin-top: clamp(2.5rem, 4vw, 4rem);
}

.recognition-lede h2,
.about-intro h2,
.contact-marquee h2,
.page-intro h1,
.project-hero h1 {
  margin: 0;
  font-family: var(--display);
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 0.86;
  text-transform: uppercase;
}

.films-heading h2 {
  margin: 0;
}

.film-list {
  border-bottom: 1px solid var(--ink);
}

.film-chapter {
  display: grid;
  min-height: min(76svh, 820px);
  grid-template-columns: minmax(18rem, 34%) minmax(0, 66%);
  grid-template-rows: auto 1fr;
  border-top: 1px solid var(--ink);
}

.film-chapter:first-child {
  border-top: 0;
}

.film-title {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  padding: clamp(2rem, 5vw, 5rem) var(--gutter) 0;
}

.film-category {
  margin: 0 0 1rem;
  color: var(--blue);
  font-size: var(--small);
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.film-title h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.2rem, 4.8vw, 6.2rem);
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.82;
  text-transform: uppercase;
}

.film-details {
  display: flex;
  grid-column: 1;
  grid-row: 2;
  min-width: 0;
  flex-direction: column;
  padding: 2rem var(--gutter) clamp(2rem, 5vw, 5rem);
}

.film-meta {
  display: grid;
  gap: 0;
  margin: 0;
  border-top: 1px solid var(--blue);
}

.film-meta div {
  display: grid;
  grid-template-columns: 5.2rem minmax(0, 1fr);
  gap: 1rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--blue);
}

.film-meta dt,
.film-meta dd {
  margin: 0;
}

.film-meta dt {
  color: var(--blue);
}

.film-summary {
  max-width: 34rem;
  margin: 2rem 0 0;
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.45vw, 1.4rem);
  font-style: italic;
  line-height: 1.25;
}

.film-media {
  position: relative;
  grid-column: 2;
  grid-row: 1 / 3;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  border-left: 1px solid var(--ink);
  background: var(--charcoal);
}

.film-video {
  width: 100%;
  height: 100%;
  min-height: min(76svh, 820px);
  object-fit: cover;
  object-position: var(--object-position, 50% 50%);
}

.motion-toggle {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  min-width: 9rem;
  min-height: 44px;
  padding: 0.75rem 1rem;
  border: 1px solid var(--paper);
  color: var(--paper);
  background: var(--charcoal);
}

.motion-toggle:hover {
  color: var(--ink);
  background: var(--sun);
}

[data-film-chapter].is-active .film-title {
  box-shadow: inset 3px 0 0 var(--blue);
}

[data-film-chapter].is-active .film-media {
  box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--sun) 78%, transparent);
}

[data-film-chapter].is-active .motion-toggle {
  box-shadow: inset 0 -3px 0 var(--sun);
}

.films-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(2rem, 4vw, 4rem) var(--gutter);
  border-bottom: 1px solid var(--ink);
}

.films-cta p {
  max-width: 38rem;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.1vw, 2rem);
  font-style: italic;
  line-height: 1.15;
}

.recognition-section {
  display: grid;
  grid-template-columns: minmax(20rem, 44%) minmax(0, 56%);
  border-bottom: 1px solid var(--ink);
}

.recognition-lede {
  position: sticky;
  top: 68px;
  display: flex;
  height: calc(100svh - 68px);
  min-height: 620px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(4rem, 8vw, 8rem) var(--gutter);
  color: var(--paper);
  background: var(--blue);
}

.recognition-lede h2 {
  max-width: 100%;
  font-size: clamp(4.3rem, 8vw, 9rem);
}

html[lang="ja"] .recognition-lede h2 {
  font-size: clamp(3.4rem, 6.1vw, 6.6rem);
  line-height: 0.92;
}

.recognition-lede > p:last-child {
  max-width: 30rem;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.15rem, 1.5vw, 1.5rem);
  font-style: italic;
  line-height: 1.25;
}

.recognition-groups {
  min-width: 0;
  padding: clamp(4rem, 8vw, 8rem) var(--gutter);
}

.recognition-group + .recognition-group {
  margin-top: clamp(4rem, 8vw, 8rem);
}

.recognition-group h3 {
  margin: 0;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--blue);
  font: 800 var(--small)/1 var(--mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.recognition-list {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.recognition-item {
  display: grid;
  grid-template-columns: 2.5rem 5.5rem minmax(0, 1fr);
  gap: clamp(1rem, 2.4vw, 2.5rem);
  align-items: start;
  padding: clamp(1.6rem, 3.2vw, 3rem) 0;
  border-top: 1px solid var(--ink);
}

.recognition-item:last-child {
  border-bottom: 1px solid var(--ink);
}

.recognition-index {
  color: var(--blue);
  font: 700 var(--small)/1 var(--mono);
  letter-spacing: 0.12em;
}

.recognition-year {
  font-family: var(--display);
  font-size: clamp(1.8rem, 2.8vw, 3rem);
  font-weight: 900;
  line-height: 0.85;
}

.recognition-copy strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(1.6rem, 2.5vw, 2.9rem);
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 0.9;
  text-transform: uppercase;
}

html[lang="ja"] .recognition-item {
  grid-template-columns: 2.5rem minmax(0, 1fr);
  row-gap: 0.8rem;
}

html[lang="ja"] .recognition-index {
  grid-column: 1;
  grid-row: 1;
}

html[lang="ja"] .recognition-year {
  grid-column: 2;
  grid-row: 1;
}

html[lang="ja"] .recognition-copy {
  min-width: 0;
  grid-column: 2;
  grid-row: 2;
}

html[lang="ja"] .recognition-copy strong {
  overflow-wrap: anywhere;
  font-family: var(--sans);
  font-size: clamp(1.2rem, 1.75vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-break: strict;
  line-height: 1.25;
  text-transform: none;
  word-break: normal;
}

@supports (word-break: auto-phrase) {
  html[lang="ja"] .recognition-copy strong {
    overflow-wrap: normal;
    word-break: auto-phrase;
  }
}

.recognition-source-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  margin-top: 0.55rem;
}

.recognition-source {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 0.55rem;
  padding-block: 0.25rem;
  border-bottom: 1px solid var(--blue);
  font: 700 var(--small)/1 var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-section {
  display: grid;
  min-height: 86svh;
  grid-template-columns: 4.5rem minmax(0, 1fr) minmax(18rem, 0.78fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-content: center;
  padding: clamp(5rem, 10vw, 10rem) var(--gutter);
  border-bottom: 1px solid var(--ink);
}

.about-label {
  align-self: start;
  justify-self: center;
}

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

.about-intro h2 {
  max-width: 10ch;
  margin-top: clamp(2rem, 5vw, 5rem);
  font-size: clamp(4rem, 7.7vw, 8.5rem);
}

html[lang="ja"] .about-intro h2 {
  max-width: 12ch;
  font-size: clamp(3.25rem, 5.2vw, 6.2rem);
  line-height: 0.95;
}

.about-copy {
  align-self: end;
  padding: 2rem 0;
  border-top: 1px solid var(--blue);
  border-bottom: 1px solid var(--blue);
}

.about-copy p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.2rem, 1.75vw, 1.7rem);
  line-height: 1.25;
}

.about-copy .profile-role {
  margin-bottom: 1.5rem;
  color: var(--blue);
  font-family: var(--mono);
  font-size: var(--small);
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.about-copy p + p {
  margin-top: 1.6rem;
}

.director-profile {
  min-width: 0;
  align-self: end;
}

.director-profile.without-portrait .about-copy {
  width: 100%;
}

.practice-list {
  grid-column: 2 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: clamp(3rem, 7vw, 7rem) 0 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.practice-list div {
  min-width: 0;
  padding: 1.5rem;
  border-right: 1px solid var(--ink);
}

.practice-list div:last-child {
  border-right: 0;
}

.practice-list dt {
  color: var(--blue);
  font: 700 var(--small)/1 var(--mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.practice-list dd {
  margin: 1rem 0 0;
}

.global-production {
  position: relative;
  display: grid;
  min-height: 82svh;
  grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.92fr);
  grid-template-areas:
    "heading copy"
    "route route"
    "flow flow"
    "cta cta";
  gap: clamp(2.5rem, 5vw, 5rem) clamp(3rem, 8vw, 9rem);
  align-content: center;
  padding: clamp(5rem, 9vw, 9rem) var(--gutter);
  overflow: hidden;
  border-bottom: 1px solid var(--ink);
  color: var(--paper);
  background: var(--blue);
}

.global-production-heading {
  grid-area: heading;
  align-self: start;
}

.global-production-heading h2 {
  margin: clamp(2rem, 5vw, 5rem) 0 0;
  font-size: clamp(4.5rem, 9.6vw, 10.5rem);
  letter-spacing: -0.055em;
  line-height: 0.78;
}

.global-production-heading h2 span {
  display: block;
}

html[lang="ja"] .global-production-heading h2 {
  max-width: 100%;
  font-size: clamp(4rem, 7.4vw, 8.4rem);
  line-height: 0.88;
}

.global-production-copy {
  grid-area: copy;
  align-self: end;
  padding-top: 1.5rem;
  border-top: 1px solid var(--paper);
}

.global-production-copy > p:first-child {
  max-width: 35rem;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.2rem, 1.75vw, 1.7rem);
  line-height: 1.28;
}

.global-production-range {
  margin: clamp(2rem, 4vw, 4rem) 0 0;
  color: var(--paper);
  font: 700 var(--small)/1.5 var(--mono);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.global-route {
  position: relative;
  grid-area: route;
  height: 9px;
}

.global-route::before,
.global-route::after {
  position: absolute;
  z-index: 1;
  top: 1px;
  width: 7px;
  height: 7px;
  border: 1px solid var(--sun);
  background: var(--blue);
  content: "";
}

.global-route::before {
  left: 0;
}

.global-route::after {
  right: 0;
}

.global-route span {
  position: absolute;
  top: 4px;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--sun);
  transform-origin: left;
}

.global-production-flow {
  grid-area: flow;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--paper);
  border-bottom: 1px solid var(--paper);
}

.global-flow-item {
  min-width: 0;
  padding: clamp(1.35rem, 2.4vw, 2.2rem);
  border-right: 1px solid var(--paper);
}

.global-flow-item:last-child {
  border-right: 0;
}

.global-flow-item dt {
  color: var(--paper);
  font: 700 var(--small)/1.35 var(--mono);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.global-flow-item dd {
  margin: clamp(1.1rem, 2vw, 1.8rem) 0 0;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 3vw, 3rem);
  line-height: 1;
}

.global-production-cta {
  grid-area: cta;
  display: inline-flex;
  width: min(100%, 42rem);
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1rem 0;
  border-top: 1px solid var(--paper);
  border-bottom: 1px solid var(--paper);
  font: 700 var(--small)/1.3 var(--mono);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.global-production-cta svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-width: 1.4;
  transition: transform 260ms var(--ease);
}

.global-production-cta:hover svg,
.global-production-cta:focus-visible svg {
  transform: translateX(6px);
}

.global-production-cta:focus-visible {
  outline-color: var(--sun);
  box-shadow: 0 0 0 6px var(--blue);
}

.js .global-production .global-route span {
  transform: scaleX(0);
  transition: transform 1100ms 240ms var(--ease);
}

.js .global-production .global-route::after {
  opacity: 0;
  transition: opacity 220ms 1120ms linear;
}

.js .global-production .global-flow-item {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 560ms var(--ease),
    transform 560ms var(--ease);
}

.js .global-production .global-flow-item:nth-child(2) {
  transition-delay: 140ms;
}

.js .global-production .global-flow-item:nth-child(3) {
  transition-delay: 280ms;
}

.js .global-production.is-visible .global-route span {
  transform: scaleX(1);
}

.js .global-production.is-visible .global-route::after {
  opacity: 1;
}

.js .global-production.is-visible .global-flow-item {
  opacity: 1;
  transform: translateY(0);
}

.contact-section {
  display: grid;
  min-height: min(100svh, 62rem);
  grid-template-columns: minmax(18rem, 38%) minmax(0, 62%);
  background: var(--paper);
}

html[lang="ja"] .contact-section {
  grid-template-columns: minmax(20rem, 42%) minmax(0, 58%);
}

.contact-marquee {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(4.5rem, 6vw, 6rem) var(--gutter);
  container-type: inline-size;
  color: var(--paper);
  background: var(--blue);
}

.contact-marquee h2 {
  margin: clamp(4.5rem, 7vw, 7rem) 0 0;
  max-width: 100%;
  font-size: min(clamp(3.75rem, 6vw, 7rem), 15cqi);
}

html[lang="ja"] .contact-marquee h2 {
  font-size: min(clamp(3.2rem, 5vw, 6rem), 13cqi);
  line-height: 0.96;
}

.contact-marquee > p:last-child {
  max-width: 29rem;
  margin: clamp(1.5rem, 2.5vw, 2.5rem) 0 0;
  font-family: var(--serif);
  font-size: clamp(1.1rem, 1.45vw, 1.45rem);
  font-style: italic;
}

.contact-panel {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(8rem, 10vw, 10rem) var(--gutter) clamp(2rem, 4vw, 4rem);
  border-left: 1px solid var(--ink);
}

.project-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.field {
  min-width: 0;
}

.field label {
  display: block;
  margin-bottom: 0.4rem;
  font: 700 var(--small)/1 var(--mono);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.field input,
.field textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.65rem 0;
  border: 0;
  border-bottom: 1px solid var(--ink);
  background: transparent;
  font-size: 1rem;
}

.field textarea {
  min-height: 128px;
  resize: vertical;
}

.field-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  pointer-events: none;
}

.form-notice,
.form-actions,
.form-status,
.field:last-of-type {
  grid-column: 1 / -1;
}

.form-notice {
  margin: 0 0 1rem;
  color: var(--blue);
}

.form-notice a,
.contact-footer a,
.site-footer a:not(.wordmark) {
  border-bottom: 1px solid currentColor;
}

.form-notice a,
.contact-footer a,
.site-footer a:not(.wordmark) {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding-block: 0.25rem;
  margin-block: -0.25rem;
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 0.75rem;
}

.review-button {
  min-width: 215px;
  min-height: 52px;
  padding: 0.9rem 1.5rem;
  border: 1px solid var(--blue);
  color: var(--paper);
  background: var(--blue);
  font: 800 var(--small)/1 var(--mono);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.review-button:hover:not(:disabled) {
  color: var(--ink);
  background: var(--sun);
}

.review-button:disabled {
  color: var(--ink);
  background: transparent;
  opacity: 0.6;
}

.review-button[aria-busy="true"] {
  cursor: wait;
}

.form-actions p,
.form-status {
  margin: 0;
}

.form-status {
  min-height: 2.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--ink);
}

.form-status[data-state]:where(:not([data-state="idle"])) {
  display: grid;
  min-height: 3.25rem;
  grid-template-columns: 1.4rem minmax(0, 1fr);
  gap: 0.6rem;
  align-items: start;
  border-top-width: 2px;
  line-height: 1.55;
}

.form-status[data-state]:where(:not([data-state="idle"]))::before {
  display: inline-grid;
  width: 1.15rem;
  height: 1.15rem;
  place-items: center;
  margin-top: 0.05rem;
  border: 1px solid currentColor;
  content: "";
  font-size: 0.68rem;
  line-height: 1;
}

.form-status[data-state="sending"] {
  border-top-style: dashed;
}

.form-status[data-state="sending"]::before {
  content: "···";
  letter-spacing: -0.12em;
}

.form-status[data-state="success"] {
  color: var(--blue);
  border-top-style: double;
  border-top-width: 3px;
}

.form-status[data-state="success"]::before {
  content: "✓";
}

.form-status[data-state="review"]::before {
  content: "◇";
}

.form-status[data-state="unavailable"] {
  border-top-style: dashed;
  border-top-width: 3px;
}

.form-status[data-state="unavailable"]::before {
  content: "!";
}

.form-status[data-state="failure"] {
  border-top-style: solid;
  border-top-width: 3px;
}

.form-status[data-state="failure"]::before {
  content: "×";
}

html[lang="ja"] .form-notice,
html[lang="ja"] .form-actions,
html[lang="ja"] .form-status,
html[lang="ja"] .contact-footer {
  font-size: 0.8rem;
  letter-spacing: 0.025em;
  line-height: 1.65;
}

.contact-footer {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: auto;
  padding-top: 1.25rem;
  border-top: 1px solid var(--ink);
}

.contact-footer p {
  margin: 0;
}

.js .reveal {
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 420ms var(--ease),
    transform 420ms var(--ease);
}

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

.js .film-chapter.reveal,
.js .client-logo-collage--homepage.reveal,
.js .recognition-item.reveal,
.js .practice-list.reveal {
  transform: none;
}

.js .recognition-item.reveal {
  transition: opacity 220ms linear;
}

.js .film-chapter.reveal,
.js .client-logo-collage--homepage.reveal,
.js .practice-list.reveal {
  transition: opacity 360ms var(--ease);
}

/* Supporting pages remain available but stay outside the homepage navigation. */

.support-page {
  color: var(--ink);
  background: var(--paper);
}

.client-index-layout {
  display: grid;
  grid-template-columns: minmax(20rem, 40%) minmax(0, 60%);
  border-bottom: 1px solid var(--ink);
}

.client-index-lede {
  position: sticky;
  top: 68px;
  display: flex;
  height: calc(100svh - 68px);
  min-height: 650px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(4rem, 7vw, 7rem) var(--gutter);
  color: var(--paper);
  background: var(--blue);
}

.client-index-lede h1 {
  margin: auto 0;
  font-family: var(--display);
  font-size: clamp(4.5rem, 8.5vw, 9.5rem);
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.78;
  text-transform: uppercase;
}

.client-index-lede h1 span {
  display: block;
}

.client-index-lede > p:last-child {
  max-width: 28rem;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.15rem, 1.6vw, 1.55rem);
  font-style: italic;
  line-height: 1.25;
}

html[lang="ja"] .client-index-lede h1 {
  max-width: 8ch;
  font-family: var(--display);
  font-size: clamp(3.7rem, 7vw, 7.5rem);
  letter-spacing: -0.055em;
  line-height: 0.92;
  text-transform: none;
}

html[lang="ja"] .client-index-lede > p:last-child {
  font-style: normal;
}

.client-index-showcase {
  min-width: 0;
  padding: clamp(4rem, 7vw, 7rem) var(--gutter);
}

.client-index-context {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: baseline;
  padding-bottom: clamp(2rem, 4vw, 4rem);
  border-bottom: 2px solid var(--blue);
}

.client-index-context p {
  max-width: 38rem;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.2rem, 1.9vw, 1.75rem);
  line-height: 1.25;
}

.client-index-context span,
.client-role-group h2,
.client-role-group li {
  font-family: var(--mono);
  font-size: var(--small);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.client-index-context span {
  flex: 0 0 auto;
  color: var(--blue);
}

.client-logo-collage {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-auto-rows: minmax(clamp(6.5rem, 9vw, 8.5rem), auto);
  gap: clamp(0.65rem, 1vw, 1rem);
  margin-top: clamp(3rem, 5vw, 5rem);
  overflow: visible;
  border: 0;
  background: transparent;
}

.client-logo-mark {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid color-mix(in srgb, var(--ink) 18%, transparent);
  padding: 0;
}

.client-logo-mark__media {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: clamp(1.15rem, 2vw, 2rem);
}

.client-logo-mark__media img {
  width: auto;
  max-width: 84%;
  height: auto;
  max-height: 62%;
  object-fit: contain;
}

.client-logo-mark__asset-stack {
  display: flex;
  width: 84%;
  height: 62%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(0.35rem, 0.8vw, 0.7rem);
}

.client-logo-mark__asset-stack img {
  max-width: 100%;
  max-height: 48%;
}

.client-logo-mark[data-client-mark="kawasaki"] {
  grid-column: 1 / 8;
  grid-row: 1 / 3;
}

.client-logo-mark[data-client-mark="coinbase"] {
  grid-column: 8 / 13;
  grid-row: 1;
}

.client-logo-mark[data-client-mark="zksync"] {
  grid-column: 8 / 13;
  grid-row: 2;
}

.client-logo-mark[data-client-mark="the-graph"] {
  grid-column: 1 / 5;
  grid-row: 3;
}

.client-logo-mark[data-client-mark="nissay"] {
  grid-column: 5 / 10;
  grid-row: 3;
}

.client-logo-mark[data-client-mark="owl"] {
  grid-column: 10 / 13;
  grid-row: 3 / 6;
}

.client-logo-mark[data-client-mark="bitflyer"] {
  grid-column: 1 / 4;
  grid-row: 4;
}

.client-logo-mark[data-client-mark="matter-labs"] {
  grid-column: 4 / 8;
  grid-row: 4;
}

.client-logo-mark[data-client-mark="motivation-academia"] {
  grid-column: 8 / 10;
  grid-row: 4 / 6;
}

.client-logo-mark[data-client-mark="aptos-japan"] {
  grid-column: 1 / 5;
  grid-row: 5;
}

.client-logo-mark[data-client-mark="sbi-group"] {
  grid-column: 5 / 8;
  grid-row: 5;
}

.client-logo-mark[data-client-mark="jdef"] {
  grid-column: 1 / 8;
  grid-row: 6;
}

.client-logo-mark[data-client-mark="mof-japan"] {
  grid-column: 8 / 13;
  grid-row: 6;
}

.client-logo-mark[data-client-mark="kawasaki"] .client-logo-mark__media img {
  max-width: 70%;
  max-height: 44%;
}

.client-logo-mark[data-client-mark="coinbase"] .client-logo-mark__media img,
.client-logo-mark[data-client-mark="zksync"] .client-logo-mark__media img,
.client-logo-mark[data-client-mark="nissay"] .client-logo-mark__media img {
  max-width: 72%;
  max-height: 52%;
}

.client-logo-mark[data-client-mark="motivation-academia"] .client-logo-mark__media img,
.client-logo-mark[data-client-mark="owl"] .client-logo-mark__media img {
  max-width: 78%;
  max-height: 76%;
}

.client-logo-mark[data-client-mark="sbi-group"] .client-logo-mark__media {
  padding: 0.5rem;
}

.client-logo-mark[data-client-mark="sbi-group"] .client-logo-mark__media img {
  max-width: 96%;
  max-height: 70%;
}

.client-logo-mark[data-client-mark="jdef"] .client-logo-mark__media img {
  max-width: 88%;
  max-height: 48%;
}

.client-logo-mark[data-client-mark="mof-japan"] .client-logo-mark__asset-stack {
  width: 84%;
  height: 54%;
}

.client-logo-mark[data-client-mark="mof-japan"] .client-logo-mark__asset-stack img:first-child {
  max-width: 62%;
  max-height: 56%;
}

.client-logo-mark[data-client-mark="mof-japan"] .client-logo-mark__asset-stack img:last-child {
  max-width: 92%;
  max-height: 30%;
}

.client-logo-collage:not(.client-logo-collage--homepage)
  > .client-logo-mark[data-client-mark] {
  grid-column: auto;
  grid-row: auto;
}

.client-logo-collage.client-logo-collage--homepage {
  --client-grid-gap: clamp(0.65rem, 1vw, 1rem);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-auto-rows: clamp(7rem, 8vw, 8.25rem);
  gap: var(--client-grid-gap);
  overflow: visible;
  border: 0;
  background: transparent;
}

.client-logo-collage--homepage > .client-logo-mark[data-client-mark] {
  grid-column: auto;
  grid-row: auto;
  align-self: stretch;
  justify-self: stretch;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--ink) 18%, transparent);
  background: var(--paper);
  transform: none;
  padding: 0;
}

.client-logo-collage--homepage .client-logo-mark__media {
  padding: clamp(1rem, 1.6vw, 1.6rem);
}

.client-logo-collage--homepage .client-logo-mark__media img {
  width: auto;
  max-width: 78%;
  height: clamp(2.2rem, 3vw, 3rem);
  max-height: 56%;
  transform-origin: center;
}

.client-logo-collage--homepage > .client-logo-mark[data-client-mark="kawasaki"] .client-logo-mark__media img {
  max-width: 84%;
  height: clamp(2.7rem, 3.5vw, 3.5rem);
  max-height: 64%;
}

.client-logo-collage--homepage > .client-logo-mark[data-client-mark="coinbase"] .client-logo-mark__media img {
  max-width: 82%;
}

.client-logo-collage--homepage > .client-logo-mark[data-client-mark="sbi-group"] .client-logo-mark__media img {
  max-width: 82%;
}

.client-logo-collage--homepage > .client-logo-mark[data-client-mark="sbi-group"] .client-logo-mark__media {
  padding: clamp(1rem, 1.6vw, 1.6rem);
}

.client-logo-collage--homepage > .client-logo-mark[data-client-mark="mof-japan"] .client-logo-mark__asset-stack {
  width: 82%;
  height: 64%;
}

.client-logo-collage--homepage > .client-logo-mark[data-client-mark="nvidia"] .client-logo-mark__media img {
  width: auto;
  max-width: 76%;
  height: clamp(2.35rem, 3.25vw, 3.25rem);
  max-height: 62%;
}

.client-logo-collage--homepage > .client-logo-mark[data-client-mark="foxconn"] .client-logo-mark__media img {
  max-width: 90%;
  height: auto;
  max-height: 38%;
}

.client-logo-collage--homepage > .client-logo-mark[data-client-mark="haneda-airport"] .client-logo-mark__media img {
  max-width: 86%;
  height: clamp(2.5rem, 3.6vw, 3.6rem);
}

.client-logo-collage--homepage > .client-logo-mark[data-client-mark="meiko"] .client-logo-mark__media img {
  max-width: 84%;
  height: clamp(2.35rem, 3.4vw, 3.4rem);
}

.client-logo-collage--homepage > .client-logo-mark[data-client-mark="takamaru-engineers"] .client-logo-mark__media {
  padding: clamp(0.65rem, 1.1vw, 1rem);
}

.client-logo-collage--homepage > .client-logo-mark[data-client-mark="takamaru-engineers"] .client-logo-mark__media img {
  max-width: 94%;
  height: auto;
  max-height: 40%;
}

.client-logo-collage--homepage > .client-logo-mark[data-client-mark="ryowa-electric"] .client-logo-mark__media img {
  max-width: 78%;
  height: clamp(4.25rem, 5.75vw, 5.75rem);
  max-height: 72%;
}

.client-logo-collage--homepage > .client-logo-mark[data-client-mark="ryowa-electric"] .client-logo-mark__media {
  padding: 0.8rem;
}

.client-logo-collage--homepage > .client-logo-mark[data-client-mark="nissay"] .client-logo-mark__media img {
  max-width: 84%;
  height: clamp(2.6rem, 3.7vw, 3.7rem);
}

.client-logo-collage--homepage > .client-logo-mark[data-client-mark="jdef"] .client-logo-mark__media img {
  max-width: 84%;
  height: clamp(2.1rem, 2.75vw, 2.75rem);
}

.client-logo-collage--homepage > .client-logo-mark[data-client-mark="motivation-academia"] .client-logo-mark__media img {
  max-width: 78%;
  height: clamp(3.8rem, 5.25vw, 5.25rem);
  max-height: 72%;
}

.client-logo-collage--homepage > .client-logo-mark[data-client-mark="owl"] .client-logo-mark__media img {
  max-width: 78%;
  height: clamp(3.8rem, 5.25vw, 5.25rem);
  max-height: 72%;
}

.client-role-index {
  margin-top: clamp(4rem, 7vw, 7rem);
  padding-top: 1rem;
  border-top: 2px solid var(--blue);
}

.client-role-index > .section-kicker {
  color: var(--blue);
}

.client-role-index-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2rem, 4vw, 4rem);
  margin-top: clamp(2.5rem, 4vw, 4rem);
}

.client-role-group h2 {
  min-height: 3.2em;
  margin: 0;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid var(--ink);
  line-height: 1.5;
}

.client-role-group ul {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.client-role-group li {
  margin-top: 0.72rem;
  line-height: 1.45;
  text-transform: none;
}

.client-role-group a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
}

.client-role-group a:hover,
.client-role-group a:focus-visible {
  color: var(--blue);
  text-decoration: underline;
}

.client-index-cta {
  display: grid;
  grid-template-columns: minmax(9rem, 0.35fr) minmax(0, 1fr) auto;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding: clamp(4rem, 7vw, 7rem) var(--gutter);
  color: var(--paper);
  background: var(--ink);
}

.client-index-cta h2 {
  max-width: 10ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3rem, 5.5vw, 6rem);
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.88;
  text-transform: uppercase;
}

html[lang="ja"] .client-index-cta h2 {
  line-height: 1;
  text-transform: none;
}

.client-index-cta .text-link {
  color: var(--paper);
  border-color: var(--sun);
}

.client-index-page .site-footer {
  border-top: 0;
}

.support-page .site-header {
  position: sticky;
}

.review-bar {
  display: flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0.45rem var(--gutter);
  color: var(--paper);
  background: var(--ink);
  line-height: 1.4;
  overflow-wrap: anywhere;
  text-align: center;
}

.project-page,
.updates-page,
.contact-page {
  width: min(100%, 1500px);
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 8rem) var(--gutter);
}

.page-intro {
  max-width: 70rem;
  margin-bottom: clamp(4rem, 8vw, 8rem);
}

.page-intro h1,
.project-hero h1 {
  max-width: 12ch;
  margin: 1rem 0 1.5rem;
  font-size: clamp(3.5rem, 8vw, 9rem);
}

.page-intro > p:last-child,
.project-hero > p {
  max-width: 48rem;
  font-size: clamp(1rem, 1.5vw, 1.35rem);
}

.project-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: clamp(3rem, 6vw, 6rem) 0;
  background: var(--ink);
}

.project-facts div {
  min-width: 0;
  padding: 1.5rem;
  background: var(--paper);
}

.project-facts dt,
.project-facts dd {
  margin: 0;
}

.project-facts dt {
  font: 700 var(--small)/1 var(--mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.project-facts dd {
  margin-top: 0.8rem;
}

.project-media,
.editorial-frame {
  position: relative;
  display: grid;
  min-height: min(62vw, 760px);
  place-items: center;
  color: var(--paper);
  background: var(--ink);
  text-align: center;
}

.project-story,
.project-next,
.updates-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: clamp(3rem, 6vw, 6rem);
  background: var(--ink);
}

.project-story article,
.project-next a,
.note {
  min-width: 0;
  padding: clamp(1.5rem, 3vw, 3rem);
  background: var(--paper);
}

.project-story h2,
.rights-check h2,
.featured-update h2,
.note h2,
.newsletter-block h2 {
  font-family: var(--display);
  font-stretch: condensed;
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.rights-check,
.newsletter-block {
  display: grid;
  gap: 2rem;
  margin-top: clamp(3rem, 6vw, 6rem);
  padding: clamp(2rem, 5vw, 5rem);
  color: var(--paper);
  background: var(--blue);
}

.rights-check {
  grid-template-columns: 0.8fr 1fr auto;
}

.rights-check ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rights-check li {
  padding: 0.75rem 0;
  border-top: 1px solid var(--paper);
}

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

.project-next a {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.featured-update {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  color: var(--paper);
  background: var(--ink);
}

.featured-update > div:first-child {
  padding: clamp(2rem, 5vw, 5rem);
}

.featured-update h2 {
  font-size: clamp(2.5rem, 5vw, 5rem);
}

.updates-list {
  grid-template-columns: 1fr;
}

.note {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr) auto;
  gap: 2rem;
}

.newsletter-block {
  grid-template-columns: 1fr 1fr;
}

.contact-page .project-form {
  max-width: 900px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr repeat(3, auto);
  gap: 2rem;
  align-items: center;
  padding: 2rem var(--gutter);
  border-top: 1px solid var(--ink);
}

.site-footer p {
  margin: 0;
}

.analytics-consent {
  position: fixed;
  z-index: 280;
  right: 1rem;
  bottom: 1rem;
  display: grid;
  width: min(36rem, calc(100vw - 2rem));
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem 1.25rem;
  align-items: end;
  padding: 0.85rem;
  border: 1px solid var(--ink);
  background: var(--paper);
  box-shadow: 5px 5px 0 var(--ink);
}

.analytics-consent[hidden] {
  display: none;
}

.analytics-consent h2,
.analytics-consent p {
  margin: 0;
}

.analytics-consent h2 {
  margin-bottom: 0.25rem;
  font: 700 var(--small)/1.2 var(--mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.analytics-consent p {
  max-width: 54ch;
  font-size: 0.8rem;
  line-height: 1.4;
}

.analytics-consent-actions {
  display: flex;
  gap: 0.5rem;
}

.analytics-consent button {
  min-height: 44px;
  padding: 0.6rem 0.75rem;
  border: 1px solid var(--ink);
  background: var(--paper);
  font: 700 0.68rem/1.1 var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.analytics-consent button:focus-visible {
  outline-color: var(--ink);
  box-shadow: 0 0 0 5px var(--paper);
}

.analytics-consent [data-analytics-accept] {
  color: var(--paper);
  background: var(--blue);
}

html[lang="ja"] .analytics-consent h2,
html[lang="ja"] .analytics-consent button {
  letter-spacing: 0.025em;
  text-transform: none;
}

html[lang="ja"] .analytics-consent p {
  font-size: 0.82rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

html[lang="ja"] .analytics-consent button {
  font-size: 0.74rem;
  line-height: 1.3;
}

@media (max-width: 1050px) {
  .director-hero {
    grid-template-columns: 2.5rem minmax(0, 1fr) minmax(18rem, 0.8fr);
  }

  .film-chapter {
    grid-template-columns: minmax(16rem, 38%) minmax(0, 62%);
  }

  .film-title h3 {
    font-size: clamp(2.8rem, 5vw, 5.2rem);
  }

  .about-section {
    grid-template-columns: 3rem minmax(0, 1fr) minmax(16rem, 0.8fr);
  }

  .client-logo-collage.client-logo-collage--homepage {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .hero-statement {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .film-chapter {
    min-height: 0;
    grid-template-columns: minmax(0, 0.82fr) minmax(18rem, 1.18fr);
    grid-template-rows: auto auto;
  }

  .film-title {
    grid-column: 1;
    grid-row: 1;
    padding: 3rem var(--gutter) 2.5rem;
  }

  .film-details {
    grid-column: 2;
    grid-row: 1;
    padding: 3rem var(--gutter) 2.5rem;
  }

  .film-media {
    grid-column: 1 / -1;
    grid-row: 2;
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-top: 1px solid var(--ink);
    border-left: 0;
  }

  .film-video {
    height: 100%;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  html[lang="ja"] .about-intro h2 {
    font-size: clamp(2.25rem, 4.4vw, 3rem);
  }
}

@media (max-width: 760px) {
  .review-bar {
    font-size: 0.56rem;
    letter-spacing: 0.1em;
  }

  .analytics-consent {
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    width: auto;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.65rem;
    align-items: start;
    padding: 0.7rem;
    box-shadow: 3px 3px 0 var(--ink);
  }

  .analytics-consent-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .analytics-consent h2 {
    margin-bottom: 0.2rem;
    font-size: 0.7rem;
  }

  .analytics-consent p {
    max-width: none;
    font-size: 0.78rem;
    line-height: 1.38;
  }

  .analytics-consent button {
    width: 100%;
    padding: 0.55rem 0.45rem;
    font-size: 0.67rem;
    line-height: 1.2;
  }

  html[lang="ja"] .analytics-consent p {
    font-size: 0.8rem;
    line-height: 1.45;
  }

  html[lang="ja"] .analytics-consent button {
    font-size: 0.72rem;
    line-height: 1.3;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .js .menu-toggle {
    display: flex;
  }

  .js .primary-nav {
    position: absolute;
    top: 68px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0 var(--gutter) 1rem;
    border-bottom: 1px solid var(--ink);
    background: var(--paper);
  }

  .js .primary-nav.is-open {
    display: flex;
  }

  .js .primary-nav a {
    border-top: 1px solid var(--ink);
  }

  html:not(.js) .site-header {
    position: static;
    grid-template-columns: 1fr;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  html:not(.js) .primary-nav {
    flex-wrap: wrap;
  }

  .director-hero {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr);
    gap: 2.5rem;
    padding-top: 8rem;
  }

  .hero-location {
    display: none;
  }

  .hero-studio {
    margin-bottom: 3rem;
  }

  .director-hero h1 {
    font-size: clamp(3.8rem, 20vw, 6rem);
    letter-spacing: -0.055em;
    line-height: 0.76;
  }

  html[lang="ja"] .director-hero h1 {
    font-size: clamp(3.7rem, 17vw, 5.2rem);
    letter-spacing: -0.06em;
    line-height: 0.9;
  }

  html[lang="ja"] .director-name-lockup {
    width: min(100%, 26rem);
  }

  .director-name-lockup {
    width: min(100%, 28rem);
  }

  .hero-statement {
    grid-template-columns: 1fr;
  }

  .hero-geometry {
    width: calc(100% + var(--gutter) + var(--gutter));
    margin-right: calc(-1 * var(--gutter));
    margin-left: calc(-1 * var(--gutter));
    max-height: none;
    aspect-ratio: 4 / 3;
  }

  .aperture-screen {
    top: 19%;
    left: var(--gutter);
    width: calc(100% - var(--gutter) - var(--gutter));
    transform: none;
  }

  .aperture-film {
    display: none;
  }

  .aperture-counterweight {
    right: var(--gutter);
    bottom: 13%;
    width: 44%;
    height: 15%;
    opacity: 1;
  }

  .aperture-seam {
    right: 26%;
    opacity: 1;
  }

  .geometry-cta {
    padding: 1.25rem var(--gutter);
  }

  .film-chapter {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto;
  }

  .film-title {
    grid-column: 1;
    grid-row: 1;
    padding: 2.5rem var(--gutter) 1.75rem;
  }

  .film-title h3 {
    font-size: clamp(3.5rem, 17vw, 5.6rem);
  }

  html[lang="ja"] .film-title h3 {
    font-size: clamp(3rem, 14vw, 5rem);
  }

  .film-media {
    grid-column: 1;
    grid-row: 2;
    min-height: 0;
    border-top: 1px solid var(--ink);
    border-left: 0;
  }

  .film-details {
    grid-column: 1;
    grid-row: 3;
    padding: 1.75rem var(--gutter) 2.75rem;
  }

  .film-video {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .films-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .homepage-clients {
    padding-top: 2.5rem;
    padding-bottom: 2.75rem;
  }

  .js .homepage-clients {
    padding-top: 7.5rem;
  }

  .homepage-clients-heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.15rem;
  }

  .homepage-clients-heading h2 {
    max-width: 18ch;
    font-size: clamp(1.6rem, 7vw, 1.7rem);
  }

  .client-logo-collage--homepage {
    margin-top: 1.75rem;
  }

  .recognition-section {
    grid-template-columns: minmax(0, 1fr);
  }

  .recognition-lede {
    position: static;
    height: auto;
    min-height: 560px;
  }

  .recognition-lede h2 {
    max-width: none;
  }

  .recognition-groups {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .recognition-item {
    grid-template-columns: 2rem 6rem minmax(0, 1fr);
  }

  .about-section {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
  }

  .about-label {
    display: none;
  }

  .about-intro h2 {
    font-size: clamp(3.7rem, 18vw, 6rem);
  }

  html[lang="ja"] .about-intro h2 {
    max-width: 100%;
    font-size: clamp(2rem, 10.2vw, 3.75rem);
    line-height: 1;
  }

  .practice-list {
    grid-column: auto;
    grid-template-columns: minmax(0, 1fr);
  }

  .practice-list div {
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .practice-list div:last-child {
    border-bottom: 0;
  }

  .global-production {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "heading"
      "copy"
      "route"
      "flow"
      "cta";
    gap: 2.75rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .global-production-heading h2 {
    max-width: 100%;
    font-size: clamp(3.25rem, 17vw, 5.6rem);
  }

  html[lang="ja"] .global-production-heading h2 {
    max-width: 100%;
    font-size: clamp(2.75rem, 13.5vw, 4.5rem);
    line-height: 0.94;
  }

  .global-production-copy > p:first-child {
    font-size: clamp(1.15rem, 5.5vw, 1.45rem);
  }

  .global-production-flow {
    grid-template-columns: minmax(0, 1fr);
  }

  .global-flow-item {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 1.25rem;
    align-items: baseline;
    padding: 1.4rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--paper);
  }

  .global-flow-item:last-child {
    border-bottom: 0;
  }

  .global-flow-item dt,
  .global-flow-item dd {
    overflow-wrap: anywhere;
  }

  .global-flow-item dd {
    margin: 0;
    font-size: clamp(1.5rem, 8vw, 2.2rem);
  }

  .global-production-cta {
    width: 100%;
  }

  .contact-section {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
  }

  html[lang="ja"] .contact-section {
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-marquee {
    min-height: 440px;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .contact-marquee h2 {
    font-size: clamp(2.35rem, 12.7vw, 3.25rem);
  }

  html[lang="ja"] .contact-marquee h2 {
    font-size: clamp(2.25rem, 11.8vw, 3.05rem);
    line-height: 1;
  }

  .contact-panel {
    padding: 4rem var(--gutter);
    border-top: 1px solid var(--ink);
    border-left: 0;
  }

  .project-form {
    grid-template-columns: minmax(0, 1fr);
  }

  .form-notice,
  .form-actions,
  .form-status,
  .field:last-of-type {
    grid-column: auto;
  }

  .form-actions,
  .contact-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .review-button {
    width: 100%;
  }

  .project-facts,
  .project-story,
  .project-next,
  .featured-update,
  .newsletter-block {
    grid-template-columns: 1fr;
  }

  .client-index-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .client-index-lede {
    position: static;
    height: auto;
    min-height: 560px;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .client-index-lede h1 {
    margin: 5rem 0;
    font-size: clamp(3.8rem, 18vw, 6rem);
  }

  html[lang="ja"] .client-index-lede h1 {
    font-size: clamp(3rem, 14vw, 5rem);
  }

  .client-index-showcase {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .client-index-context {
    align-items: flex-start;
    flex-direction: column;
  }

  .client-logo-collage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(6.5rem, auto);
    grid-auto-flow: row;
    margin-right: calc(var(--gutter) * -1);
    margin-left: calc(var(--gutter) * -1);
    border-right: 0;
    border-left: 0;
  }

  .client-logo-mark,
  .client-logo-mark[data-client-mark] {
    grid-column: auto;
    grid-row: auto;
  }

  .client-logo-collage.client-logo-collage--homepage {
    --client-grid-gap: 0.55rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: clamp(5rem, 22vw, 6rem);
    gap: var(--client-grid-gap);
    margin-right: 0;
    margin-left: 0;
    border: 0;
    background: transparent;
  }

  .client-logo-collage.client-logo-collage--homepage
    > .client-logo-mark[data-client-mark] {
    width: auto;
    grid-column: auto;
    grid-row: auto;
  }

  .client-logo-collage--homepage > .client-logo-mark .client-logo-mark__media {
    justify-content: center;
    padding: 0.6rem;
  }

  .client-logo-collage.client-logo-collage--homepage > .client-logo-mark[data-client-mark] {
    --logo-offset-y: 0;
  }

  .client-logo-collage--homepage .client-logo-mark__media img {
    max-width: 78%;
    height: clamp(1.75rem, 8vw, 2.35rem);
    max-height: 56%;
  }

  .client-logo-collage--homepage > .client-logo-mark[data-client-mark="mof-japan"] .client-logo-mark__asset-stack {
    width: 76%;
    height: 62%;
  }

  .client-logo-collage--homepage > .client-logo-mark[data-client-mark="jdef"] .client-logo-mark__media img {
    max-width: 84%;
    height: clamp(1.5rem, 6vw, 1.95rem);
  }

  .client-logo-collage--homepage > .client-logo-mark[data-client-mark="motivation-academia"] .client-logo-mark__media img,
  .client-logo-collage--homepage > .client-logo-mark[data-client-mark="owl"] .client-logo-mark__media img {
    height: clamp(2.5rem, 10vw, 3rem);
  }

  .client-logo-mark__media {
    padding: 1.25rem;
  }

  .client-logo-mark__media img {
    max-width: 82%;
    max-height: 58%;
  }

  .client-logo-mark[data-client-mark="kawasaki"] .client-logo-mark__media img {
    max-width: 76%;
  }

  .client-logo-mark[data-client-mark="motivation-academia"] .client-logo-mark__media img,
  .client-logo-mark[data-client-mark="owl"] .client-logo-mark__media img {
    max-height: 72%;
  }

  .client-role-index-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .client-role-group h2 {
    min-height: 0;
  }

  .client-index-cta {
    grid-template-columns: minmax(0, 1fr);
  }

  .client-index-cta h2 {
    max-width: 12ch;
  }

  .note {
    grid-template-columns: 2rem minmax(0, 1fr);
  }

  .note time {
    grid-column: 2;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 360px) and (max-width: 760px) {
  .client-logo-collage.client-logo-collage--homepage {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 359px) {
  .client-logo-collage.client-logo-collage--homepage
    > .client-logo-mark:last-child {
    width: calc((100% - var(--client-grid-gap)) / 2);
    grid-column: 1 / -1;
    justify-self: center;
  }
}

@media (max-width: 390px) {
  .director-hero {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media (max-width: 430px) {
  .recognition-item {
    grid-template-columns: 2rem minmax(0, 1fr);
  }

  .recognition-index,
  .recognition-year {
    grid-row: 1;
  }

  .recognition-year,
  .recognition-copy {
    grid-column: 2;
  }

  .recognition-copy {
    min-width: 0;
    grid-row: 2;
  }
}

@media (max-width: 760px) and (prefers-reduced-motion: reduce) {
  .js .homepage-clients {
    padding-top: 2.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }

  .page-progress {
    display: none;
  }

  .hero-geometry {
    animation: none !important;
    transform: none;
  }

  html.is-locale-arriving main,
  html.is-locale-leaving main {
    opacity: 1;
    transform: none;
  }

  .aperture-screen {
    transform: none;
  }

  .aperture-film {
    display: none;
  }

  .js .director-name-lockup::after {
    animation: none !important;
    clip-path: inset(0 0 0 100%);
  }

  .js .director-hero h1 span {
    animation: none !important;
    clip-path: inset(0);
  }

  .js .aperture-shutter,
  .js .aperture-counterweight,
  .js .aperture-seam {
    animation: none !important;
  }

  .aperture-shutter-left {
    transform: translateX(-102%);
  }

  .aperture-shutter-right {
    transform: translateX(102%);
  }

  .aperture-counterweight {
    opacity: 1;
    transform: translateX(0);
  }

  .aperture-seam {
    opacity: 1;
    transform: scaleY(1);
  }

  .geometry-cta-action svg {
    transform: none;
  }

  .js .global-production .global-route span,
  .js .global-production .global-flow-item {
    opacity: 1;
    transform: none;
  }

  .js .global-production .global-route::after {
    opacity: 1;
  }

  .global-production-cta svg {
    transform: none;
  }

  .motion-toggle {
    display: none;
  }

}
