:root { --header-height: 68px; }
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: #fff; color: #000; font-family: "Helvetica", sans-serif; }
.header-bar { position: fixed; inset: 0 0 auto; height: var(--header-height); background: #fff; z-index: 450; pointer-events: none; }
.site-header { position: fixed; inset: 0; z-index: 500; pointer-events: none; }
.logo { position: fixed; top: 16px; left: 50%; transform: translateX(-50%); color: #000; font-size: 36px; font-weight: 700; text-decoration: none; white-space: nowrap; pointer-events: auto; }
.work-detail { width: min(1260px, calc(100% - 40px)); margin: 0 auto; padding: calc(var(--header-height) + 30px) 0 80px; }
.work-media { position: relative; width: 100%; }
.work-media.has-video { aspect-ratio: 16 / 9; overflow: hidden; background: #000; }
.hero-image { display: block; width: 100%; max-height: 76vh; object-fit: contain; background: #fff; }
.hero-image[hidden] { display: none; }
.work-media:not(.has-video) .hero-image { cursor: zoom-in; }
.work-media.has-video .hero-image { height: 100%; max-height: none; object-fit: cover; background: #000; }
.work-media.has-gallery { overflow: hidden; background: #fff; touch-action: pan-y pinch-zoom; }
.gallery-local-video { display: block; width: 100%; max-height: 76vh; object-fit: contain; background: #fff; }
.gallery-local-video[hidden] { display: none; }
.gallery-youtube { display: block; width: 100%; aspect-ratio: 16 / 9; max-height: 76vh; border: 0; background: #000; }
.gallery-youtube[hidden] { display: none; }
.gallery-arrow { position: absolute; top: 50%; z-index: 3; width: 48px; height: 56px; display: grid; place-items: center; padding: 0; border: 0; outline: 0; background: transparent; transform: translateY(-50%); cursor: pointer; -webkit-tap-highlight-color: transparent; }
.gallery-arrow[hidden] { display: none; }
.gallery-arrow:focus, .gallery-arrow:focus-visible { outline: 0; box-shadow: none; }
.gallery-arrow-prev { left: 4px; }
.gallery-arrow-next { right: 4px; }
.gallery-arrow span { display: block; width: 17px; height: 17px; border-left: 2px solid #555; border-bottom: 2px solid #555; }
.gallery-arrow-prev span { transform: rotate(45deg); }
.gallery-arrow-next span { transform: rotate(225deg); }
.gallery-dots { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 7px; margin-top: 12px; padding: 0 12px; }
.gallery-dots[hidden] { display: none; }
.gallery-dot { box-sizing: border-box; width: 8px; height: 8px; border: 1px solid #000; border-radius: 50%; background: transparent; }
.gallery-dot.is-active { background: #000; }
.image-viewer { width: 100vw; height: 100vh; max-width: none; max-height: none; margin: 0; padding: 24px; border: 0; background: rgba(0,0,0,.88); }
.image-viewer[open] { display: grid; place-items: center; }
.image-viewer::backdrop { background: rgba(0,0,0,.88); }
.image-viewer img { display: block; max-width: calc(100vw - 48px); max-height: calc(100vh - 48px); width: auto; height: auto; object-fit: contain; animation: imageViewerOpen .22s ease-out both; }
.image-viewer-close { position: fixed; top: max(18px, env(safe-area-inset-top)); right: max(20px, env(safe-area-inset-right)); z-index: 2; width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 0; outline: 0; box-shadow: none; appearance: none; -webkit-appearance: none; -webkit-tap-highlight-color: transparent; background: transparent; color: #fff; font: 300 38px/1 "Helvetica", sans-serif; cursor: pointer; }
.image-viewer-close:focus, .image-viewer-close:focus-visible { outline: 0; box-shadow: none; }
.image-viewer-close::before { content: "×"; grid-area: 1 / 1; z-index: 0; color: #000; font: inherit; line-height: 1; filter: blur(5px); opacity: 1; }
.image-viewer-close span { grid-area: 1 / 1; position: relative; z-index: 1; line-height: 1; }
.image-viewer.is-closing { animation: imageViewerFadeOut .18s ease-in both; }
.image-viewer.is-closing img { animation: imageViewerClose .18s ease-in both; }
@keyframes imageViewerOpen {
  from { opacity: 0; transform: scale(.94); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes imageViewerClose {
  from { opacity: 1; transform: scale(1); }
  to { opacity: 0; transform: scale(.94); }
}
@keyframes imageViewerFadeOut {
  from { background: rgba(0,0,0,.88); }
  to { background: rgba(0,0,0,0); }
}
@media (prefers-reduced-motion: reduce) {
  .image-viewer img, .image-viewer.is-closing, .image-viewer.is-closing img { animation-duration: .01ms; }
}
.video-trigger { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(0,0,0,.08); cursor: pointer; }
.video-trigger:hover { background: rgba(0,0,0,.18); }
.play-mark { position: absolute; top: 50%; left: 50%; width: 0; height: 0; border-top: 18px solid transparent; border-bottom: 18px solid transparent; border-left: 29px solid #fff; transform: translate(-42%, -50%); filter: drop-shadow(0 1px 5px rgba(0,0,0,.55)); }
.work-media iframe { display: block; width: 100%; height: 100%; border: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.work-copy { width: 100%; margin: 42px 0 0; text-align: left; }
h1 { margin: 0; font-size: 17px; font-weight: 500; line-height: 1.35; }
.work-facts { margin: 6px 0 0; color: #666; font-size: 10px; line-height: 1.35; }
h1 + .work-facts, .translation h2 + .work-facts { margin-top: 14px; }
.concept-block, .translation-copy { margin-top: 48px; padding-top: 0; }
.concept-block p, .translation-copy p { margin: 0; font-size: 14px; line-height: 1.9; white-space: pre-line; }
.project-link {
  display: inline-block;
  margin-top: 18px;
  color: #000;
  font-size: 12px;
  line-height: 1.6;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.project-link[hidden] { display: none; }
.translation { margin-top: 96px; padding-top: 0; }
.translation h2 { margin: 0; font-size: 17px; font-weight: 500; line-height: 1.35; }
.works-grid-link { display: grid; grid-template-columns: repeat(2, 12px); grid-template-rows: repeat(2, 12px); gap: 5px; width: max-content; margin: 64px auto 0; padding: 10px; }
.works-grid-link span { display: block; width: 12px; height: 12px; border: .75px solid #000; border-radius: 50%; background: transparent; }
.works-grid-link:hover span { background: #000; }
@media (max-width: 600px) {
  :root { --header-height: 58px; }
  .logo { top: 17px; font-size: 28px; }
  .work-detail { width: calc(100% - 24px); padding-top: calc(var(--header-height) + 18px); }
  .work-copy { margin-top: 28px; }
  .works-grid-link { margin-top: 48px; }
  .works-grid-link span { border-width: 1px; }
  .gallery-arrow { width: 42px; height: 52px; }
  .gallery-arrow-prev { left: 0; }
  .gallery-arrow-next { right: 0; }
}
