@font-face {
  font-family: Caprasimo;
  src: url("assets/Caprasimo-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
:root {
  color-scheme: light;
  --paper: oklch(0.966 0.009 89);
  --ink: oklch(0.228 0.008 85);
  --muted: oklch(0.49 0.013 83);
  --line: oklch(0.837 0.014 83);
  --accent: oklch(0.633 0.216 29);
  --accent-text: oklch(0.547 0.191 29);
  --dark: oklch(0.205 0.008 83);
  --dark-muted: oklch(0.725 0.017 85);
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-family:
    -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC",
    "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
}
img {
  display: block;
  max-width: 100%;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
[hidden] {
  display: none !important;
}
:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 6px;
}
::selection {
  color: var(--paper);
  background: var(--accent-text);
}
.wrap {
  width: min(1392px, calc(100% - 96px));
  margin-inline: auto;
}
.header {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand-lockup {
  flex-shrink: 0;
}
.brand-studio {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 5px;
  min-height: 24px;
  margin-top: -4px;
  margin-left: 50px;
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--muted);
}
.brand-studio:hover {
  color: var(--accent-text);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.45rem;
  font-weight: 650;
  letter-spacing: -0.04em;
}
.brand img {
  width: 40px;
  height: 40px;
  border-radius: 10px;
}
.footer a:hover {
  color: var(--accent-text);
}
.header.wrap,
.hero-intro.wrap,
.hero-bottom.wrap {
  width: min(1088px, calc(100% - 96px));
}
.hero-intro.wrap {
  display: block;
  padding-block: 40px 40px;
}
.hero-title-block h1 {
  font-size: clamp(2.25rem, 5.2vw, 4.25rem);
  line-height: 1.22;
  letter-spacing: -0.055em;
}
.hero-title-block .eyebrow {
  margin-bottom: 24px;
}
.hero-bottom.wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 200px;
  align-items: center;
  gap: 64px;
  padding-block: 28px 36px;
  border-top: 1px solid var(--line);
}
.hero-bottom .workflow {
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
  list-style: none;
}
.hero-bottom .workflow li {
  display: block;
}
.hero-bottom .workflow-verb {
  font-size: 1.25rem;
  font-weight: 550;
  line-height: 1.5;
}
.hero-bottom .workflow-note {
  display: block;
  margin-top: 4px;
  font-size: 0.8125rem;
}
.hero-bottom .workflow li:not(:last-child)::after {
  right: -24px;
  top: 12px;
  font-size: 1rem;
}
.hero-actions .launch {
  gap: 12px;
  margin: 0;
}
.hero-actions .launch-note {
  font-size: 0.6875rem;
  white-space: nowrap;
}
@media (max-width: 960px) {
  .hero-bottom.wrap {
    gap: 40px;
    grid-template-columns: minmax(0, 1fr) 180px;
  }
  .hero-bottom .workflow {
    gap: 32px;
  }
  .hero-bottom .workflow li:not(:last-child)::after {
    right: -20px;
  }
  .hero-actions .coming-soon {
    width: 180px;
  }
}
@media (max-width: 640px) {
  .header.wrap,
  .hero-intro.wrap,
  .hero-bottom.wrap {
    width: calc(100% - 40px);
  }
  .hero-intro.wrap {
    padding-block: 24px 28px;
  }
  .hero-title-block h1 {
    font-size: clamp(1.8rem, 8.2vw, 3rem);
    line-height: 1.26;
    letter-spacing: -0.055em;
  }
  .hero-title-block .eyebrow {
    margin-bottom: 20px;
  }
  .hero-bottom.wrap {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    padding-block: 24px 28px;
  }
  .hero-bottom .workflow {
    gap: 28px;
  }
  .hero-bottom .workflow-verb {
    font-size: 1.125rem;
  }
  .hero-bottom .workflow-note {
    font-size: 0.75rem;
  }
  .hero-bottom .workflow li:not(:last-child)::after {
    top: 8px;
    right: -20px;
    font-size: 0.875rem;
  }
  .hero-actions .launch {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 16px;
  }
  .hero-actions .coming-soon {
    width: 144px;
    min-width: max-content;
    gap: 24px;
    padding: 12px 20px;
    min-height: 48px;
    font-size: 0.875rem;
  }
  .hero-actions .launch-note {
    flex: 1 1 120px;
    font-size: 0.625rem;
    letter-spacing: 0.035em;
  }
}
.launch {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.coming-soon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: 200px;
  max-width: 100%;
  min-height: 52px;
  padding: 14px 24px;
  border: 0;
  border-radius: 3px;
  background: var(--ink);
  color: var(--paper);
  cursor: default;
  opacity: 1;
  font-size: 1rem;
}
.launch-note {
  font: 0.6875rem/1.6 var(--mono);
  letter-spacing: 0.06em;
  color: var(--muted);
}
.eyebrow {
  font: 0.6875rem/1.8 var(--mono);
  letter-spacing: 0.045em;
  margin: 0 0 22px;
}
.hero-title-block .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}
.live-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--accent);
  border-radius: 50%;
  flex-shrink: 0;
}
h1 {
  font-size: clamp(2.7rem, 5.05vw, 4.6rem);
  font-weight: 650;
  line-height: 1.18;
  letter-spacing: -0.065em;
  margin: 0;
}
h1 span {
  color: var(--accent);
}
.coming-soon span:last-child {
  font-size: 1.3rem;
  line-height: 1;
}
.demo {
  background: var(--dark);
  color: var(--paper);
  overflow: hidden;
  isolation: isolate;
}
.demo-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  gap: 20px;
  color: var(--dark-muted);
  font: 0.6875rem/1.7 var(--mono);
  letter-spacing: 0.035em;
}
.demo-toolbar > span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.toolbar-note {
  opacity: 0.8;
  margin-left: 8px;
  letter-spacing: 0;
  font-family: inherit;
}
.demo-toolbar button {
  border: 1px solid oklch(0.4 0.01 83);
  background: transparent;
  min-height: 36px;
  padding: 7px 15px;
  min-width: 64px;
  border-radius: 2px;
  font-size: 0.75rem;
  color: var(--paper);
}
.demo-toolbar button:hover {
  border-color: var(--paper);
}
.demo-toolbar button:disabled {
  cursor: default;
  color: var(--dark-muted);
}
.workbench {
  position: relative;
  display: grid;
  grid-template-columns: 32% 1fr;
  min-height: 520px;
}
.film-story {
  position: relative;
  grid-column: 1;
  margin-top: 330px;
  padding: 0 24px 30px 6px;
  min-width: 0;
}
.film-story h2 {
  font:
    400 2rem/1.25 Caprasimo,
    Georgia,
    serif;
  margin: 0 0 14px;
}
.film-headline {
  color: var(--paper);
  font-size: 1.1875rem;
  line-height: 1.6;
  font-weight: 500;
  margin: 0 0 10px;
}
.film-description {
  color: var(--dark-muted);
  font-size: 0.9375rem;
  line-height: 1.85;
  margin: 0;
  max-width: 29em;
}
.bench-bottom {
  padding-block: 8px 28px;
}
.still-life {
  position: absolute;
  inset: 0;
}
.bench-type {
  position: absolute;
  top: 108px;
  left: -20px;
  color: oklch(0.265 0.011 83);
  font-size: clamp(110px, 20vw, 300px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.065em;
  white-space: nowrap;
  z-index: -1;
  user-select: none;
}
.roll-object {
  position: absolute;
  width: 280px;
  height: 350px;
  left: 12px;
  top: -24px;
  filter: drop-shadow(15px 22px 13px oklch(0.09 0.005 85 / 0.28));
  transform: rotate(-9deg);
}
.canister {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transform: translateY(12px) rotate(-5deg);
  transition:
    opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}
.canister.is-active {
  opacity: 1;
  transform: none;
}
.negative-print,
.developed-print {
  margin: 0;
  position: absolute;
  background: var(--paper);
  padding: 9px;
  color: var(--ink);
  box-shadow: 5px 18px 25px oklch(0.1 0.005 85 / 0.3);
}
.negative-print {
  width: 240px;
  left: 37%;
  top: 70px;
  transform: rotate(-8deg);
  z-index: 1;
}
.negative-image {
  aspect-ratio: 3/4;
  overflow: hidden;
}
.negative-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.negative-print figcaption,
.developed-print figcaption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  font: 0.75rem/1.6 var(--mono);
  padding: 13px 2px 5px;
  white-space: nowrap;
}
.negative-print figcaption span:last-child {
  font-size: 0.5rem;
  color: var(--muted);
}
.developed-print {
  width: 340px;
  right: 3%;
  top: 20px;
  transform: rotate(5deg);
  z-index: 2;
  padding: 10px;
}
.developed-print figcaption {
  font-size: 0.75rem;
  padding: 15px 3px 6px;
}
.developed-print figcaption span:last-child {
  font-size: 0.5rem;
  color: var(--muted);
}
.develop-path {
  position: absolute;
  left: 60%;
  top: 193px;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: var(--dark-muted);
  font-size: 0.625rem;
  gap: 3px;
  transform: rotate(-5deg);
}
.path-arrow {
  font-size: 2.5rem;
  font-weight: 200;
  line-height: 1.1;
  color: var(--accent);
}
.photo-stage {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  position: relative;
  background: var(--dark);
  isolation: isolate;
}
.photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.after {
  opacity: 0;
}
.previous {
  z-index: 2;
  pointer-events: none;
}
.phase-label {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  color: var(--paper);
  background: oklch(0.2 0.005 90 / 0.82);
  padding: 6px 10px;
  font-size: 0.6875rem;
  line-height: 1.5;
}
.demo[data-mode="still"] .after {
  opacity: 1 !important;
}
.demo[data-mode="still"] .phase-label {
  display: block;
}
.film-tabs {
  display: flex;
  gap: 24px;
  min-width: 0;
}
.film-tabs button {
  position: relative;
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-height: 74px;
  padding: 14px 0 12px;
  background: none;
  border: 0;
  border-top: 1px solid oklch(0.37 0.013 83);
  text-align: left;
  color: var(--dark-muted);
}
.tab-number {
  font: 0.625rem/1.8 var(--mono);
  padding-top: 2px;
}
.tab-label {
  font-size: 1.125rem;
  font-weight: 450;
  line-height: 1.4;
  white-space: nowrap;
}
.tab-label small {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin-top: 5px;
  color: var(--dark-muted);
}
.tab-arrow {
  margin-left: auto;
  line-height: 1.4;
  opacity: 0;
}
.film-tabs button[aria-selected="true"] {
  color: var(--paper);
}
.film-tabs button[aria-selected="true"] .tab-number {
  color: var(--accent);
}
.film-tabs button[aria-selected="true"] .tab-arrow {
  opacity: 1;
}
.film-tabs button:hover .tab-label {
  color: var(--paper);
}
.progress {
  position: absolute;
  height: 2px;
  top: -1px;
  left: 0;
  width: 100%;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
}
.demo[data-mode="still"] [aria-selected="true"] .progress {
  transform: scaleX(1) !important;
}
.demo-error {
  color: oklch(0.83 0.1 30);
  font-size: 0.875rem;
  line-height: 1.7;
  padding-bottom: 20px;
}
.demo-error button {
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: inherit;
  padding: 4px 0;
  margin-left: 8px;
}
.workflow li {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.workflow li:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -32px;
  top: 4px;
  color: var(--accent-text);
  font-size: 1.125rem;
}
.workflow-verb {
  font-size: 1.375rem;
  line-height: 1.6;
  font-weight: 550;
}
.workflow-note {
  color: var(--muted);
  font-size: 0.8125rem;
  line-height: 1.8;
}
.photo-wall {
  padding-block: 64px 40px;
  overflow: hidden;
}
.gallery-kinds {
  color: var(--muted);
  font-size: 0.875rem;
  line-height: 1.8;
  margin: 20px 0 0;
}
.closing-launch {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}
@media (max-width: 960px) {
  .workflow li {
    display: block;
  }
  .workflow-note {
    display: block;
    margin-top: 4px;
  }
}
@media (max-width: 640px) {
  .workflow li:not(:last-child)::after {
    right: -20px;
    font-size: 0.875rem;
  }
  .workflow-verb {
    font-size: 1.125rem;
  }
  .workflow-note {
    font-size: 0.6875rem;
  }
  .gallery-kinds {
    font-size: 0.75rem;
    margin-top: 16px;
  }
}
.gallery-heading.wrap,
.gallery-note.wrap,
.roll-collection.wrap {
  width: min(1088px, calc(100% - 96px));
}
.gallery-heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
}
.gallery-heading > div {
  flex: 1 1 13rem;
  min-width: 0;
}
.gallery-heading h2 {
  font-size: clamp(1.75rem, 2.6vw, 2.375rem);
  line-height: 1.4;
  font-weight: 550;
  letter-spacing: -0.05em;
  margin: 0;
}
.gallery-heading button {
  font-size: 0.75rem;
  color: var(--muted);
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  min-height: 44px;
  padding: 8px 0;
  flex-shrink: 0;
}
.gallery-heading button:hover {
  color: var(--ink);
  border-color: currentColor;
}
.gallery-heading button:disabled {
  cursor: default;
}
.opening-stage {
  display: grid;
  grid-template-columns: 224px minmax(0, 1fr);
  align-items: center;
  max-width: 920px;
  margin: 32px auto 0;
  padding-block: 16px 40px;
}
.opening-stage:focus-visible {
  outline-offset: 0;
}
.open-roll-profile {
  position: relative;
  z-index: 1;
  padding-right: 24px;
}
.open-canister {
  width: 200px;
  height: 250px;
  object-fit: contain;
  transform: rotate(-12deg);
  filter: drop-shadow(4px 14px 8px oklch(0.24 0.008 85 / 0.14));
}
.open-roll-caption {
  padding: 20px 0 0 16px;
}
.open-roll-number {
  display: block;
  color: var(--accent-text);
  font: 0.6875rem/1.5 var(--mono);
  letter-spacing: 0.08em;
}
.open-roll-caption h3 {
  font:
    400 clamp(1.375rem, 2vw, 1.75rem)/1.4 Caprasimo,
    Georgia,
    serif;
  margin: 8px 0;
}
.open-roll-style {
  margin: 0;
  color: var(--muted);
  font-size: 0.8125rem;
  line-height: 1.7;
}
.open-film-window {
  min-width: 0;
  padding: 12px 12px 20px 0;
  overflow: hidden;
  transform: rotate(-2deg);
  transform-origin: left center;
}
.open-film-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  position: relative;
  padding: 32px 20px calc(34px + 0.5rem);
  background: var(--dark);
  border-radius: 2px 10px 10px 2px;
  box-shadow: 4px 10px 10px oklch(0.24 0.008 85 / 0.12);
}
.open-film-strip::before,
.open-film-strip::after {
  content: "";
  position: absolute;
  left: 0;
  right: 8px;
  height: 10px;
  background: repeating-linear-gradient(
    to right,
    transparent 0 8px,
    var(--paper) 8px 16px,
    transparent 16px 24px
  );
}
.open-film-strip::before {
  top: 9px;
}
.open-film-strip::after {
  bottom: 9px;
}
.open-frame {
  min-width: 0;
  margin: 0;
  position: relative;
}
.open-frame > img,
.open-frame > noscript > img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: contain;
}
.open-frame figcaption {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: oklch(0.77 0.11 68);
  font: 0.5rem/1 var(--mono);
  letter-spacing: 0.08em;
}
.open-frame figcaption > span:last-child {
  flex-shrink: 0;
  white-space: nowrap;
}
.roll-shelf {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 2vw, 28px);
  padding: 20px 8px 14px;
  border-top: 1px solid var(--line);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
  scrollbar-color: var(--line) transparent;
}
.roll-choice {
  --tilt: -9deg;
  position: relative;
  flex: 1 0 84px;
  max-width: 116px;
  border: 0;
  background: transparent;
  padding: 4px 2px 14px;
  color: var(--muted);
  text-align: center;
}
.roll-choice:nth-child(3n + 2) {
  --tilt: -2deg;
}
.roll-choice:nth-child(3n) {
  --tilt: -16deg;
}
.roll-choice img {
  width: 64px;
  height: 80px;
  margin-inline: auto;
  object-fit: contain;
  transform: rotate(var(--tilt));
  filter: drop-shadow(0 5px 3px oklch(0.24 0.008 85 / 0.1));
  transition: transform 400ms cubic-bezier(0.22, 1, 0.36, 1);
}
.roll-choice > span {
  display: block;
  margin-top: 8px;
  font: 0.6875rem/1.6 var(--mono);
}
.roll-choice::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0;
}
.roll-choice[aria-selected="true"] {
  color: var(--accent-text);
}
.roll-choice[aria-selected="true"]::after {
  opacity: 1;
}
.roll-choice[aria-selected="true"] img {
  transform: translateY(-5px) rotate(-12deg);
}
.roll-choice:focus-visible {
  outline-offset: -2px;
}
.gallery-note {
  font-size: 0.8125rem;
  color: var(--muted);
  text-align: center;
  margin-block: 24px 0;
}
.gallery-announcement {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
@media (hover: hover) {
  .roll-choice:hover {
    color: var(--ink);
  }
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .roll-choice:hover img {
    transform: translateY(-5px) rotate(-12deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .roll-choice img {
    transition: none;
  }
}
@media (max-width: 960px) {
  .opening-stage {
    grid-template-columns: 180px minmax(0, 1fr);
  }
  .open-canister {
    width: 160px;
    height: 200px;
  }
  .open-roll-profile {
    padding-right: 16px;
  }
  .open-roll-caption {
    padding-left: 4px;
  }
  .roll-shelf {
    justify-content: start;
  }
}
@media (max-width: 640px) {
  .gallery-heading.wrap,
  .gallery-note.wrap,
  .roll-collection.wrap {
    width: calc(100% - 40px);
  }
  .photo-wall {
    padding-block: 40px 32px;
  }
  .gallery-heading {
    gap: 16px;
  }
  .opening-stage {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 20px;
    padding-block: 0 20px;
    gap: 8px;
  }
  .open-roll-profile {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0;
  }
  .open-canister {
    width: 80px;
    height: 100px;
    flex: none;
  }
  .open-roll-caption {
    padding: 0;
    min-width: 0;
  }
  .open-roll-caption h3 {
    margin: 4px 0;
    font-size: 1.375rem;
  }
  .open-roll-number {
    font-size: 0.625rem;
  }
  .open-roll-style {
    font-size: 0.75rem;
  }
  .open-film-window {
    padding: 8px 4px 12px 0;
    transform: rotate(-1.5deg);
  }
  .open-film-strip {
    gap: 8px;
    padding: 22px 10px calc(28px + 0.5rem);
    border-radius: 2px 6px 6px 2px;
  }
  .open-film-strip::before,
  .open-film-strip::after {
    height: 7px;
    background-size: 18px 7px;
    background-image: repeating-linear-gradient(
      to right,
      transparent 0 6px,
      var(--paper) 6px 12px,
      transparent 12px 18px
    );
  }
  .open-film-strip::before {
    top: 7px;
  }
  .open-film-strip::after {
    bottom: 7px;
  }
  .open-frame figcaption {
    top: calc(100% + 7px);
    font-size: 0.4375rem;
    letter-spacing: 0;
  }
  .open-frame figcaption > span:first-child {
    max-width: calc(100% - 24px);
    overflow: hidden;
    white-space: nowrap;
  }
  .roll-shelf {
    gap: 12px;
    padding: 16px 2px 12px;
  }
  .roll-choice {
    flex-basis: 90px;
  }
  .roll-choice img {
    width: 56px;
    height: 70px;
  }
  .roll-choice > span {
    font-size: 0.75rem;
  }
  .gallery-note {
    margin-top: 20px;
    font-size: 0.75rem;
  }
}
.about {
  border-top: 1px solid var(--line);
  overflow: hidden;
  text-align: center;
}
.about-inner {
  position: relative;
  padding-top: 62px;
}
.about h2 {
  font-size: clamp(2rem, 3.7vw, 3.4rem);
  line-height: 1.38;
  font-weight: 550;
  letter-spacing: -0.05em;
  margin: 0 0 23px;
}
.about h2 span {
  color: var(--accent);
}
.wordmark {
  font-family: Caprasimo, Georgia, serif;
  font-size: clamp(100px, 20.5vw, 300px);
  line-height: 0.95;
  letter-spacing: -0.055em;
  color: var(--accent);
  margin: 45px -25px -20px;
  user-select: none;
}
.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding-block: 36px 32px;
  font-size: 0.8125rem;
  line-height: 1.8;
  text-align: center;
  color: var(--muted);
}
.footer-copyright {
  margin: 0;
  text-wrap: balance;
}
.footer-icp {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 0.875rem;
}
.footer .studio-link {
  color: inherit;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 10;
  top: 10px;
  left: 10px;
  padding: 12px 18px;
  background: var(--ink);
  color: var(--paper);
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: none;
}
.no-js .film-tabs {
  display: none;
}
@media (max-width: 1200px) {
  .wrap {
    width: calc(100% - 64px);
  }
  h1 {
    font-size: 4.9vw;
  }
  .roll-object {
    width: 260px;
    height: 325px;
    left: -16px;
    top: 0;
  }
  .negative-print {
    width: 180px;
    left: 36%;
    top: 67px;
  }
  .developed-print {
    width: 275px;
    right: 3%;
    top: 12px;
  }
  .develop-path {
    left: 56%;
    top: 192px;
  }
  .film-tabs {
    gap: 20px;
  }
  .tab-label {
    font-size: 0.875rem;
  }
}
@media (max-width: 960px) {
  .film-story {
    padding-right: 14px;
  }
  .film-story h2 {
    font-size: 1.75rem;
  }
  .film-headline {
    font-size: 1.0625rem;
  }
  .film-description {
    font-size: 0.875rem;
  }
  h1 {
    font-size: 4.9vw;
  }
  .roll-object {
    width: 240px;
    height: 300px;
    top: 22px;
    left: -28px;
  }
  .negative-print {
    width: 156px;
    left: 33%;
    top: 66px;
  }
  .negative-print figcaption {
    font-size: 0.75rem;
    gap: 2px;
  }
  .negative-print figcaption span:last-child {
    display: none;
  }
  .developed-print {
    width: 244px;
    right: 1%;
    top: 9px;
  }
  .develop-path {
    display: none;
  }
  .film-tabs {
    gap: 15px;
  }
  .film-tabs button {
    gap: 7px;
  }
  .tab-arrow {
    display: none;
  }
  .tab-label {
    font-size: 0.8125rem;
  }
}
@media (min-width: 641px) {
  .demo > .wrap {
    width: min(1088px, calc(100% - 96px));
  }
  .demo-toolbar {
    min-height: 80px;
  }
  .workbench {
    grid-template-columns: 28% minmax(0, 1fr) minmax(0, 1.3fr);
    grid-template-rows: 240px auto;
    column-gap: clamp(24px, 3.3vw, 48px);
    row-gap: 16px;
    padding-block: 16px 40px;
    min-height: 0;
  }
  .still-life {
    display: contents;
  }
  .roll-object {
    position: relative;
    grid-column: 1;
    grid-row: 1;
    width: 192px;
    max-width: 100%;
    height: 240px;
    top: auto;
    left: auto;
    justify-self: start;
    transform: rotate(-7deg);
  }
  .film-story {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
    padding: 0;
    align-self: start;
  }
  .film-story h2 {
    margin-bottom: 16px;
  }
  .film-description {
    max-width: 19em;
  }
  .negative-print,
  .developed-print {
    position: relative;
    grid-row: 1 / 3;
    width: 100%;
    top: auto;
    right: auto;
    left: auto;
    align-self: start;
    box-shadow: 4px 12px 20px oklch(0.1 0.005 85 / 0.22);
  }
  .negative-print {
    grid-column: 2;
    max-width: 248px;
    justify-self: end;
    margin-top: 96px;
    transform: rotate(-5deg);
  }
  .developed-print {
    grid-column: 3;
    max-width: 344px;
    margin-top: 16px;
    transform: rotate(3deg);
  }
  .bench-type {
    top: 96px;
    left: 0;
    font-size: clamp(100px, 15vw, 192px);
    opacity: 0.5;
  }
  .develop-path {
    display: none;
  }
  .bench-bottom {
    padding-block: 16px 32px;
  }
  .film-tabs {
    gap: 32px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .demo > .wrap {
    width: calc(100% - 64px);
  }
  .workbench {
    grid-template-rows: 200px auto;
    column-gap: 24px;
  }
  .roll-object {
    width: 160px;
    height: 200px;
  }
  .negative-print {
    margin-top: 72px;
  }
  .developed-print figcaption span:last-child {
    display: none;
  }
}
@media (max-width: 640px) {
  .workbench {
    display: block;
    min-height: 0;
  }
  .film-story {
    margin-top: 0;
    padding: 16px 0 24px;
  }
  .film-story h2 {
    font-size: 1.875rem;
    margin-bottom: 12px;
  }
  .film-headline {
    font-size: 1.1875rem;
  }
  .film-description {
    font-size: 0.9375rem;
  }
  .bench-bottom {
    padding-block: 0 24px;
  }
  .launch {
    margin-top: 0;
    gap: 14px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .header {
    height: 76px;
  }
  .brand {
    font-size: 1.3125rem;
  }
  .brand img {
    width: 36px;
    height: 36px;
    border-radius: 9px;
  }
  .hero-title-block .eyebrow {
    font-size: 0.625rem;
    margin-bottom: 17px;
  }
  h1 {
    font-size: clamp(1.8rem, 8.2vw, 3rem);
    line-height: 1.24;
    letter-spacing: -0.065em;
  }
  .demo-toolbar {
    min-height: 52px;
    font-size: 0.5625rem;
    gap: 10px;
  }
  .demo-toolbar > span {
    gap: 7px;
  }
  .toolbar-note {
    display: none;
  }
  .demo-toolbar button {
    font-size: 0.6875rem;
    min-width: 54px;
    min-height: 34px;
    padding: 6px 10px;
  }
  .demo-toolbar .live-dot {
    width: 5px;
    height: 5px;
  }
  .bench-type {
    font-size: 29vw;
    top: 32%;
    left: -10px;
  }
  .roll-object {
    width: 44%;
    height: auto;
    aspect-ratio: 4/5;
    left: -4%;
    top: 0;
    transform: rotate(-12deg);
    z-index: 3;
  }
  .negative-print {
    width: 36%;
    left: 9%;
    top: 41%;
    padding: 5px;
    transform: rotate(-10deg);
    z-index: 1;
  }
  .negative-print figcaption {
    font-size: 0.75rem;
    padding: 8px 1px 2px;
  }
  .developed-print {
    width: 55%;
    right: 1%;
    top: 6%;
    padding: 6px;
    transform: rotate(6deg);
    z-index: 2;
  }
  .developed-print figcaption {
    font-size: 0.75rem;
    padding: 10px 1px 4px;
    gap: 2px;
  }
  .phase-label {
    top: 8px;
    right: 8px;
    padding: 5px 7px;
    font-size: 0.6875rem;
  }
  .film-tabs {
    gap: 14px;
  }
  .film-tabs button {
    padding-top: 11px;
    padding-bottom: 6px;
    gap: 0;
    min-height: 73px;
    display: block;
  }
  .tab-number {
    display: block;
    font-size: 0.5rem;
    margin-bottom: 4px;
    line-height: 1.4;
  }
  .tab-label {
    font-size: 0.75rem;
    line-height: 1.5;
    white-space: normal;
  }
  .tab-label small {
    font-size: 0.75rem;
    margin-top: 3px;
  }
  .about-inner {
    padding-top: 42px;
  }
  .about h2 {
    font-size: 1.75rem;
    line-height: 1.5;
    letter-spacing: -0.055em;
    margin-bottom: 18px;
  }
  .wordmark {
    font-size: 20vw;
    margin: 39px -10px -5px;
  }
  .footer {
    padding-block: 20px;
    font-size: 0.75rem;
  }
}
@media (max-width: 640px) {
  .header {
    height: auto;
    min-height: 76px;
    flex-wrap: wrap;
    gap: 4px 20px;
    padding-block: 15px;
  }
  .brand {
    flex-shrink: 0;
  }
  .demo-toolbar {
    flex-wrap: wrap;
    font-size: 0.625rem;
    padding-block: 7px;
    gap: 4px 8px;
  }
  .demo-toolbar button {
    min-height: 44px;
    min-width: 58px;
  }
  .demo-toolbar > span {
    flex-wrap: wrap;
  }
  .still-life {
    position: relative;
    inset: auto;
    aspect-ratio: 350/367;
  }
  .negative-print {
    top: 44%;
  }
  .developed-print {
    top: 5%;
  }
  .negative-print figcaption,
  .developed-print figcaption {
    white-space: normal;
  }
  .tab-label {
    font-size: 0.875rem;
  }
  .tab-label small {
    font-size: 0.75rem;
  }
  .tab-number {
    font-size: 0.625rem;
  }
}
@media (max-width: 359px) {
  .film-tabs {
    gap: 9px;
  }
  .about h2 {
    font-size: 1.55rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .canister {
    transform: none;
  }
}

/* Deferred artwork keeps a native static fallback when JavaScript is unavailable. */
.no-js .deferred-image {
  display: none;
}
.gallery-error {
  max-width: 920px;
  margin: 0 auto 20px;
  color: var(--accent-text);
  font-size: 0.875rem;
  line-height: 1.7;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.gallery-error button {
  min-height: 44px;
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: inherit;
  background: transparent;
}
@media (max-width: 640px) {
  .negative-print figcaption span:last-child,
  .developed-print figcaption span:last-child {
    display: none;
  }
  .roll-choice {
    flex-basis: 100px;
  }
}

/* Keep language controls on the existing brand baseline. */
.language-switch {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  font-size: 0.8125rem;
  color: var(--muted);
}
.language-switch a {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
}
.language-switch a[aria-current="page"] {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: var(--accent-text);
  text-underline-offset: 7px;
}
.language-switch a:hover {
  color: var(--accent-text);
}

:lang(en) .hero-title-block h1 {
  letter-spacing: -0.045em;
  line-height: 1.12;
}
:lang(en) .negative-print figcaption > span:last-child {
  display: none;
}
:lang(en) .film-headline {
  line-height: 1.25;
}
:lang(en) .film-description {
  line-height: 1.65;
}
:lang(en) .phase-label {
  white-space: nowrap;
}
@media (max-width: 640px) {
  .header {
    gap: 12px;
  }
  .language-switch {
    gap: 0;
  }

  :lang(en) .hero-title-block h1 {
    font-size: clamp(2rem, 7.8vw, 3rem);
  }
  :lang(en) .hero-bottom .workflow-verb {
    font-size: 1.125rem;
  }
  :lang(en) .hero-bottom .workflow-note {
    max-width: 9ch;
    line-height: 1.5;
  }
  :lang(en) .tab-label small {
    line-height: 1.4;
  }
}
/* Let enlarged English text keep the workflow readable without clipping. */
.workflow-section {
  container-type: inline-size;
}
@container (width < 18rem) {
  :lang(en) .hero-bottom .workflow {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  :lang(en) .hero-bottom .workflow li {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 16px;
    align-items: baseline;
  }
  :lang(en) .hero-bottom .workflow-note {
    max-width: none;
    margin: 0;
  }
  :lang(en) .hero-bottom .workflow li:not(:last-child)::after {
    content: "↓";
    left: 0;
    right: auto;
    top: auto;
    bottom: -28px;
  }
}
@media (max-width: 640px) {
  .header {
    flex-wrap: wrap;
    height: auto;
    min-height: 76px;
    padding-block: 12px;
  }
}

@media (max-width: 640px) {
  .brand-studio {
    margin-left: 46px;
  }
}
