@font-face {
  font-family: "Anton";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./assets/anton.ttf") format("truetype");
}

@font-face {
  font-family: "Bigger Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./assets/fonts/Bigger-Display.woff2") format("woff2");
}

:root {
  --paper: #f2eee8;
  --paper-soft: #fbf8f2;
  --ink: #111015;
  --ink-soft: #2a2730;
  --line: rgba(17, 16, 21, 0.55);
  --line-soft: rgba(17, 16, 21, 0.2);
  --line-ghost: rgba(17, 16, 21, 0.08);
  --accent: #5d6986;
  --gap: 16px;
  --head-h: 97px;
  --about-card-w: min(39.25rem, calc(100vw - 4rem));
  --about-card-h: clamp(320px, 38vh, 460px);
  --about-section-pad: 15rem;
  --about-p: 0;
  --about-offset-y: 0px;
  --work-p: 0;
  --work-sp: -1;
  --work-scene: 0.75;
  --work-state: 0;
  --work-title-y: 0px;
  --mask-scale: 1;
  --wave-x: 50%;
  --wave-y: 50%;
  --wave-active: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--gap);
  background: var(--paper);
  scrollbar-width: none;
}

html::-webkit-scrollbar {
  width: 0;
  height: 0;
}

body {
  margin: 0;
  padding: var(--gap);
  background: var(--ink);
  color: var(--ink);
  font-family:
    "Arial Narrow",
    "PingFang SC",
    "Microsoft YaHei",
    Arial,
    sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.is-dark {
  --paper: #111116;
  --paper-soft: #19191f;
  --ink: #f2eee8;
  --ink-soft: #d5d0c8;
  --line: rgba(242, 238, 232, 0.52);
  --line-soft: rgba(242, 238, 232, 0.2);
  --line-ghost: rgba(242, 238, 232, 0.09);
  --accent: #97a4c4;
}

html.lenis,
html.lenis body {
  height: auto;
}

html.lenis {
  scroll-behavior: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.smooth-spacer {
  display: none;
  width: 1px;
}

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

button {
  font: inherit;
}

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

.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;
}

html.is-intro-pending,
html.is-intro-pending body {
  overflow: hidden;
  overscroll-behavior: none;
}

.site-intro {
  --intro-k-x: 0px;
  --intro-k-y: 0px;
  position: fixed;
  inset: 0;
  z-index: 1000;
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
  pointer-events: auto;
  clip-path: inset(0);
  will-change: clip-path;
}

.site-intro__frame {
  position: absolute;
  inset: var(--gap);
  pointer-events: none;
}

.site-intro__frame i {
  position: absolute;
  display: block;
  background: currentColor;
  will-change: transform;
}

.site-intro__frame i:nth-child(1),
.site-intro__frame i:nth-child(3) {
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
}

.site-intro__frame i:nth-child(1) {
  top: 0;
  transform-origin: left center;
}

.site-intro__frame i:nth-child(3) {
  bottom: 0;
  transform-origin: right center;
}

.site-intro__frame i:nth-child(2),
.site-intro__frame i:nth-child(4) {
  top: 0;
  width: 1px;
  height: 100%;
  transform: scaleY(0);
}

.site-intro__frame i:nth-child(2) {
  right: 0;
  transform-origin: center top;
}

.site-intro__frame i:nth-child(4) {
  left: 0;
  transform-origin: center bottom;
}

.site-intro__axis {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  background: var(--line-soft);
  pointer-events: none;
  will-change: transform, opacity;
}

.site-intro__axis--x {
  width: calc(100% - var(--gap) * 2);
  height: 1px;
  transform: translate(-50%, -50%) scaleX(0);
}

.site-intro__axis--y {
  width: 1px;
  height: calc(100% - var(--gap) * 2);
  transform: translate(-50%, -50%) scaleY(0);
}

.site-intro__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 132px;
  height: 132px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  background: var(--paper);
  transform: translate(-50%, -50%);
  transform-origin: center;
  transition:
    transform 0.74s cubic-bezier(0.76, 0, 0.24, 1),
    opacity 0.16s linear 0.58s;
  will-change: transform, opacity;
}

.intro-k-ghost {
  position: absolute;
  width: 68px;
  height: 68px;
  overflow: visible;
  color: currentColor;
  opacity: 0.14;
  transition:
    opacity 0.24s ease,
    transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

.intro-k-ghost path {
  fill: currentColor;
  transform-box: fill-box;
  transform-origin: center;
}

.intro-k-ghost__stem {
  transform: translateY(2px) scaleY(0.86);
}

.intro-k-ghost__upper {
  transform: translate(3px, -2px) scaleX(0.9);
}

.intro-k-ghost__lower {
  transform: translate(-2px, 3px) scaleX(0.88);
}

.intro-k-ghost__joint {
  transform: translate(2px, -1px) scale(0.72);
}

html.is-intro-running .intro-k-ghost {
  opacity: 0;
  transform: scale(0.9);
}

.site-intro__logo-frame {
  position: absolute;
  inset: 7px;
  border: 1px solid var(--line-soft);
  transform: scale(0.76);
  opacity: 0;
  will-change: transform, opacity;
}

.intro-k {
  width: 52px;
  height: 52px;
  overflow: visible;
  color: currentColor;
}

.intro-k path {
  fill: currentColor;
  transform-box: fill-box;
  will-change: transform, opacity;
}

.intro-k__stem {
  transform: scaleY(0);
  transform-origin: center bottom;
}

.intro-k__upper,
.intro-k__lower {
  transform: scaleX(0);
  transform-origin: left center;
}

.intro-k__joint {
  opacity: 0;
  transform: scale(0);
  transform-origin: center;
}

.site-intro__scan {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 11px;
  height: 1px;
  background: currentColor;
  opacity: 0;
  will-change: transform, opacity;
}

.site-intro__enter {
  position: absolute;
  left: 50%;
  top: calc(50% + 66px);
  z-index: 4;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  width: 132px;
  height: 34px;
  padding: 0 11px;
  border: 1px solid currentColor;
  border-top: 0;
  border-radius: 0;
  background: var(--ink);
  color: var(--paper);
  font: 700 8px/1 Consolas, "Courier New", monospace;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  transform: translate(-50%, 0);
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    opacity 0.24s ease,
    transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

.site-intro__enter-label,
.site-intro__enter-progress {
  grid-area: 1 / 1;
  transition: opacity 0.18s ease;
}

.site-intro__enter-progress {
  min-width: 3ch;
  opacity: 0;
}

.site-intro__enter:hover,
.site-intro__enter:focus-visible {
  background: var(--paper);
  color: var(--ink);
}

.site-intro__enter:focus-visible {
  outline: 1px solid var(--ink);
  outline-offset: 4px;
}

html.is-intro-running .site-intro__enter {
  outline: 0;
  background: var(--ink);
  color: var(--paper);
  pointer-events: none;
}

html.is-intro-running .site-intro__enter-label {
  opacity: 0;
}

html.is-intro-running .site-intro__enter-progress {
  opacity: 1;
}

html.is-intro-revealing .site-intro__enter {
  opacity: 0;
  transform: translate(-50%, -8px);
}

.site-intro__meta {
  position: absolute;
  bottom: calc(var(--gap) + 18px);
  z-index: 2;
  display: grid;
  gap: 4px;
  font-family: Consolas, "Courier New", monospace;
  font-size: 8px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(8px);
  will-change: transform, opacity;
}

.site-intro__meta span {
  color: var(--ink-soft);
}

.site-intro__meta strong {
  font-size: 9px;
  font-weight: 700;
}

.site-intro__meta b {
  display: inline-block;
  min-width: 3ch;
  font: inherit;
  text-align: right;
}

.site-intro__meta--left {
  left: calc(var(--gap) + 18px);
}

.site-intro__meta--right {
  right: calc(var(--gap) + 18px);
  text-align: right;
}

html.is-intro-running .site-intro__frame i:nth-child(1),
html.is-intro-running .site-intro__frame i:nth-child(3) {
  animation: intro-frame-x 0.72s cubic-bezier(0.76, 0, 0.24, 1) forwards;
}

html.is-intro-running .site-intro__frame i:nth-child(2),
html.is-intro-running .site-intro__frame i:nth-child(4) {
  animation: intro-frame-y 0.72s cubic-bezier(0.76, 0, 0.24, 1) 0.12s forwards;
}

html.is-intro-running .site-intro__axis--x {
  animation: intro-axis-x 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.08s forwards;
}

html.is-intro-running .site-intro__axis--y {
  animation: intro-axis-y 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.08s forwards;
}

html.is-intro-running .site-intro__logo-frame {
  animation: intro-logo-frame 0.52s cubic-bezier(0.22, 1, 0.36, 1) 0.16s forwards;
}

html.is-intro-running .intro-k__stem {
  animation: intro-k-stem 0.58s cubic-bezier(0.76, 0, 0.24, 1) 0.12s forwards;
}

html.is-intro-running .intro-k__upper {
  animation: intro-k-branch 0.48s cubic-bezier(0.76, 0, 0.24, 1) 0.34s forwards;
}

html.is-intro-running .intro-k__lower {
  animation: intro-k-branch 0.48s cubic-bezier(0.76, 0, 0.24, 1) 0.43s forwards;
}

html.is-intro-running .intro-k__joint {
  animation: intro-k-joint 0.34s cubic-bezier(0.34, 1.56, 0.64, 1) 0.56s forwards;
}

html.is-intro-running .site-intro__scan {
  animation: intro-scan 0.7s linear 0.22s forwards;
}

html.is-intro-running .site-intro__meta {
  animation: intro-meta-in 0.42s cubic-bezier(0.22, 1, 0.36, 1) 0.28s forwards;
}

html.is-intro-revealing .site-intro {
  animation: intro-curtain 0.78s cubic-bezier(0.76, 0, 0.24, 1) forwards;
}

html.is-intro-revealing .site-intro__logo {
  transform:
    translate(
      calc(-50% + var(--intro-k-x)),
      calc(-50% + var(--intro-k-y))
    )
    scale(0.5);
  opacity: 0;
}

html.is-intro-pending .site-head {
  opacity: 0;
  transform: translate3d(0, -105%, 0);
  will-change: transform, opacity;
}

html.is-intro-pending .site-head .k-mark path,
html.is-intro-pending .site-head .k-mark rect {
  animation-play-state: paused;
}

html.is-intro-pending .wave-field {
  clip-path: inset(0 50%);
  will-change: clip-path;
}

html.is-intro-pending .data-rail,
html.is-intro-pending .hero-depth-border,
html.is-intro-pending .hero-title {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  will-change: transform, opacity;
}

html.is-intro-revealing .site-head {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    transform 0.72s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.18s linear;
}

html.is-intro-revealing .wave-field {
  clip-path: inset(0);
  transition: clip-path 1.05s cubic-bezier(0.16, 1, 0.3, 1) 0.08s;
}

html.is-intro-revealing .data-rail,
html.is-intro-revealing .hero-depth-border,
html.is-intro-revealing .hero-title {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    transform 0.72s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.4s linear;
}

html.is-intro-revealing .data-rail {
  transition-delay: 0.08s;
}

html.is-intro-revealing .hero-title {
  transition-delay: 0.16s;
}

html.is-intro-revealing .hero-depth-border {
  transition-delay: 0.22s;
}

@keyframes intro-frame-x {
  to { transform: scaleX(1); }
}

@keyframes intro-frame-y {
  to { transform: scaleY(1); }
}

@keyframes intro-axis-x {
  to { transform: translate(-50%, -50%) scaleX(1); }
}

@keyframes intro-axis-y {
  to { transform: translate(-50%, -50%) scaleY(1); }
}

@keyframes intro-logo-frame {
  to { transform: scale(1); opacity: 1; }
}

@keyframes intro-k-stem {
  to { transform: scaleY(1); }
}

@keyframes intro-k-branch {
  to { transform: scaleX(1); }
}

@keyframes intro-k-joint {
  to { transform: scale(1); opacity: 1; }
}

@keyframes intro-scan {
  0% { transform: translateY(0); opacity: 0; }
  12%, 82% { opacity: 0.65; }
  100% { transform: translateY(72px); opacity: 0; }
}

@keyframes intro-meta-in {
  to { transform: translateY(0); opacity: 1; }
}

@keyframes intro-curtain {
  to { clip-path: inset(0 0 100% 0); }
}

@media (max-width: 700px) {
  .site-intro__logo {
    width: 112px;
    height: 112px;
  }

  .intro-k {
    width: 42px;
    height: 42px;
  }

  .intro-k-ghost {
    width: 56px;
    height: 56px;
  }

  .site-intro__enter {
    top: calc(50% + 56px);
    width: 112px;
    height: 32px;
  }

  .site-intro__meta {
    bottom: calc(var(--gap) + 14px);
  }

  .site-intro__meta--left {
    left: calc(var(--gap) + 12px);
  }

  .site-intro__meta--right {
    right: calc(var(--gap) + 12px);
  }

  .site-intro__meta span {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-intro,
  .site-intro * {
    animation: none !important;
    transition: none !important;
  }
}

/* Intro v2: the loading line resolves into a transparent K seal. */
html:not(.is-intro-pending) .site-intro {
  display: none;
}

.site-intro {
  --intro-progress: 0;
  --seal-size: 126px;
  --seal-hit-size: 214px;
  --field-opacity: 0;
  background: var(--paper);
}

.site-intro::before {
  content: "";
  position: absolute;
  inset: var(--gap);
  z-index: 1;
  border: 1px solid var(--line-soft);
  pointer-events: none;
}

.site-intro__field {
  position: absolute;
  inset: var(--gap);
  overflow: hidden;
  opacity: var(--field-opacity);
  transition: opacity 0.8s ease;
  pointer-events: none;
}

html.is-intro-loading .site-intro,
html.is-intro-ready .site-intro {
  --field-opacity: 1;
}

.site-intro__grid {
  position: absolute;
  inset: -1px;
  background-image:
    linear-gradient(to right, var(--line-soft) 1px, transparent 1px),
    linear-gradient(to bottom, var(--line-soft) 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: 0.24;
  transform: scale(1.04);
  transition: transform 1.25s cubic-bezier(0.16, 1, 0.3, 1);
}

html.is-intro-loading .site-intro__grid,
html.is-intro-ready .site-intro__grid {
  transform: scale(1);
}

.site-intro__orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid var(--line-soft);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.78);
  opacity: 0;
  transition:
    transform 1.15s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.58s linear;
}

.site-intro__orbit--outer {
  width: min(68vw, 68vh);
  height: min(68vw, 68vh);
}

.site-intro__orbit--inner {
  width: min(38vw, 38vh);
  height: min(38vw, 38vh);
  transition-delay: 0.09s;
}

html.is-intro-loading .site-intro__orbit,
html.is-intro-ready .site-intro__orbit {
  opacity: 0.52;
  transform: translate(-50%, -50%) scale(1);
}

.site-intro__cross {
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--line-soft);
  opacity: 0.5;
}

.site-intro__cross--x {
  width: 100%;
  height: 1px;
  transform: translate(-50%, -50%) scaleX(0);
  transition: transform 1.05s cubic-bezier(0.76, 0, 0.24, 1) 0.1s;
}

.site-intro__cross--y {
  width: 1px;
  height: 100%;
  transform: translate(-50%, -50%) scaleY(0);
  transition: transform 1.05s cubic-bezier(0.76, 0, 0.24, 1) 0.1s;
}

html.is-intro-loading .site-intro__cross--x,
html.is-intro-ready .site-intro__cross--x {
  transform: translate(-50%, -50%) scaleX(1);
}

html.is-intro-loading .site-intro__cross--y,
html.is-intro-ready .site-intro__cross--y {
  transform: translate(-50%, -50%) scaleY(1);
}

.site-intro__loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  width: min(360px, calc(100vw - 84px));
  transform: translate(-50%, -50%);
  opacity: 1;
  transition:
    opacity 0.3s linear,
    transform 0.52s cubic-bezier(0.22, 1, 0.36, 1);
}

.site-intro__loader-readout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font: 700 8px/1 Consolas, "Courier New", monospace;
  text-transform: uppercase;
}

.site-intro__loader-readout strong,
.site-intro__loader-readout b {
  font: inherit;
}

.site-intro__loader-readout b {
  display: inline-block;
  min-width: 3ch;
  text-align: right;
}

.site-intro__loader-track {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  overflow: hidden;
  border: 1px solid var(--ink);
}

.site-intro__loader-track i {
  position: absolute;
  inset: 0;
  display: block;
  background: var(--ink);
  transform: scaleX(var(--intro-progress));
  transform-origin: left center;
  will-change: transform;
}

html.is-intro-ready .site-intro__loader,
html.is-intro-revealing .site-intro__loader {
  opacity: 0;
  transform: translate(-50%, calc(-50% - 14px));
  pointer-events: none;
}

.site-intro__seal {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  width: var(--seal-hit-size);
  height: calc(var(--seal-hit-size) + 38px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.88);
  transform-origin: center 46%;
  transition:
    transform 0.72s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.32s linear;
  will-change: transform, opacity;
}

html.is-intro-ready .site-intro__seal {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

.site-intro__seal-disc,
.site-intro__seal-ring,
.site-intro__seal .intro-k {
  position: absolute;
  left: 50%;
  top: calc(50% - 20px);
  transform: translate(-50%, -50%);
}

.site-intro__seal-disc {
  width: var(--seal-size);
  height: var(--seal-size);
  border-radius: 50%;
  background: var(--ink);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.46s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.site-intro__seal-ring {
  width: calc(var(--seal-size) + 14px);
  height: calc(var(--seal-size) + 14px);
  border: 1px solid var(--ink);
  border-radius: 50%;
  opacity: 0.38;
  transition:
    opacity 0.32s ease,
    transform 0.46s cubic-bezier(0.16, 1, 0.3, 1);
}

.site-intro__seal .intro-k {
  width: 58px;
  height: 58px;
  overflow: visible;
  color: var(--ink);
  transition: color 0.24s linear;
}

.site-intro__seal .intro-k path {
  fill: none;
  stroke: currentColor;
  stroke-width: 3.25;
  stroke-linecap: square;
  stroke-linejoin: miter;
  vector-effect: non-scaling-stroke;
  transform: none;
  stroke-dasharray: 58;
  stroke-dashoffset: 58;
}

html.is-intro-ready .site-intro__seal .intro-k path {
  animation: intro-seal-draw 0.68s cubic-bezier(0.76, 0, 0.24, 1) forwards;
}

html.is-intro-ready .site-intro__seal .intro-k path:nth-child(2) {
  animation-delay: 0.09s;
}

html.is-intro-ready .site-intro__seal .intro-k path:nth-child(3) {
  animation-delay: 0.16s;
}

.site-intro__enter-label {
  position: absolute;
  left: 50%;
  top: calc(50% + 61px);
  display: block;
  font: 700 10px/1 Consolas, "Courier New", monospace;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.site-intro__enter-label::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 14px;
  color: currentColor;
  opacity: 0.2;
  transform: scaleY(-1);
  transform-origin: center;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 82%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 82%);
}

.site-intro__seal:hover .site-intro__seal-disc,
.site-intro__seal:focus-visible .site-intro__seal-disc,
.site-intro.is-seal-near .site-intro__seal-disc {
  transform: translate(-50%, -50%) scale(1);
}

.site-intro__seal:hover .site-intro__seal-ring,
.site-intro__seal:focus-visible .site-intro__seal-ring,
.site-intro.is-seal-near .site-intro__seal-ring {
  opacity: 0.82;
  transform: translate(-50%, -50%) scale(1.08) rotate(10deg);
}

.site-intro__seal:hover .intro-k,
.site-intro__seal:focus-visible .intro-k,
.site-intro.is-seal-near .intro-k {
  color: var(--paper);
}

.site-intro__seal:focus-visible {
  outline: 1px solid var(--ink);
  outline-offset: -24px;
}

.site-intro__meta {
  bottom: calc(var(--gap) + 16px);
  opacity: 0.52;
  transform: none;
}

.site-intro__meta--left {
  left: calc(var(--gap) + 16px);
}

.site-intro__meta--right {
  right: calc(var(--gap) + 16px);
}

html.is-intro-revealing .site-intro {
  animation: intro-seal-curtain 0.9s cubic-bezier(0.76, 0, 0.24, 1) 0.28s forwards;
}

html.is-intro-revealing .site-intro__seal {
  pointer-events: none;
  opacity: 0;
  transform:
    translate(
      calc(-50% + var(--intro-k-x)),
      calc(-50% + var(--intro-k-y))
    )
    scale(0.36);
}

html.is-intro-revealing .site-intro__seal-disc {
  transform: translate(-50%, -50%) scale(1);
}

html.is-intro-revealing .site-intro__seal .intro-k {
  color: var(--paper);
}

html.is-intro-revealing .site-intro__enter-label {
  opacity: 0;
}

@keyframes intro-seal-draw {
  to { stroke-dashoffset: 0; }
}

@keyframes intro-seal-curtain {
  to { clip-path: inset(0 0 100% 0); }
}

@media (max-width: 700px) {
  .site-intro {
    --seal-size: 112px;
    --seal-hit-size: 190px;
  }

  .site-intro__grid {
    background-size: 54px 54px;
  }

  .site-intro__seal .intro-k {
    width: 52px;
    height: 52px;
  }

  .site-intro__meta strong {
    font-size: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-intro__seal .intro-k path {
    stroke-dashoffset: 0;
  }
}

.site-head {
  position: relative;
  z-index: 80;
  display: grid;
  grid-template-columns: 96px minmax(220px, 1fr) minmax(330px, 360px) 48px minmax(300px, 460px);
  height: var(--head-h);
  border: 1px solid var(--ink);
  background: var(--paper);
}

.site-head > * {
  border-right: 1px solid var(--line);
}

.site-head > *:last-child {
  border-right: 0;
}

.mark {
  display: grid;
  place-items: center;
  padding: 24px;
  overflow: hidden;
}

.k-mark {
  display: block;
  width: 48px;
  height: 48px;
  overflow: visible;
  color: currentColor;
}

.k-mark path,
.k-mark rect {
  fill: currentColor;
  transform-box: fill-box;
  transform-origin: center;
  will-change: transform, opacity;
}

.k-mark__stem {
  animation: k-mark-stem 4.8s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

.k-mark__upper {
  animation: k-mark-upper 4.8s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

.k-mark__lower {
  animation: k-mark-lower 4.8s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

.k-mark__joint {
  fill: currentColor !important;
  animation: k-mark-joint 4.8s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

.k-mark__scan {
  opacity: 0;
  animation: k-mark-scan 2.4s linear infinite;
}

@keyframes k-mark-stem {
  0%, 100% { transform: translateY(0) scaleY(1); }
  24% { transform: translateY(-1px) scaleY(0.94); }
  50% { transform: translateY(1px) scaleY(1.02); }
  76% { transform: translateY(0) scaleY(0.97); }
}

@keyframes k-mark-upper {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  24% { transform: translate(2px, -1px) rotate(-1.5deg); }
  50% { transform: translate(-1px, 1px) rotate(0.75deg); }
  76% { transform: translate(1px, 0) rotate(-0.5deg); }
}

@keyframes k-mark-lower {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  24% { transform: translate(-1px, 1px) rotate(1deg); }
  50% { transform: translate(2px, 1px) rotate(-0.75deg); }
  76% { transform: translate(0, -1px) rotate(0.5deg); }
}

@keyframes k-mark-joint {
  0%, 100% { opacity: 1; transform: scale(1); }
  25% { opacity: 0.45; transform: scale(0.72); }
  50% { opacity: 0.85; transform: scale(1.08); }
  75% { opacity: 0.6; transform: scale(0.88); }
}

@keyframes k-mark-scan {
  0% { opacity: 0; transform: translateY(0); }
  10%, 86% { opacity: 0.42; }
  100% { opacity: 0; transform: translateY(52px); }
}

.head-note {
  margin: 0;
  padding: 20px 18px;
  overflow: hidden;
  font-family: Consolas, "Courier New", monospace;
  font-size: 9px;
  line-height: 1.22;
  white-space: pre-line;
  text-transform: uppercase;
}

.main-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.main-nav a {
  display: grid;
  place-items: center;
  border-right: 1px solid var(--line);
  font-family: Consolas, "Courier New", monospace;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.main-nav a:last-child {
  border-right: 0;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  background: var(--ink);
  color: var(--paper);
}

.contrast-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--ink);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.28s cubic-bezier(0.76, 0, 0.24, 1);
}

.contrast-btn:hover,
.contrast-btn:focus-visible {
  color: var(--paper);
}

.contrast-btn:hover::before,
.contrast-btn:focus-visible::before {
  transform: scaleX(1);
}

.contrast-btn {
  position: relative;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  isolation: isolate;
}

.contrast-btn span {
  width: 25px;
  aspect-ratio: 1;
  border: 2px solid currentColor;
  border-radius: 999px;
  background: linear-gradient(90deg, currentColor 0 50%, transparent 50%);
}

.head-status {
  display: grid;
  grid-template-rows: 1fr 1fr;
  background: linear-gradient(
    0deg,
    transparent calc(50% - 0.5px),
    var(--line) calc(50% - 0.5px),
    var(--line) calc(50% + 0.5px),
    transparent calc(50% + 0.5px)
  );
}

.head-status p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0 16px;
  border-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(14px, 1vw, 18px);
  white-space: nowrap;
}

.hero {
  position: relative;
  z-index: 4;
  min-height: calc(100svh - var(--head-h) - var(--gap));
  padding: 0;
  display: grid;
  grid-template-rows:
    minmax(0, 1fr)
    36px
    auto
    36px;
  background: var(--paper);
}

.hero-depth-border {
  position: relative;
  z-index: 8;
  height: 36px;
  background: transparent;
  pointer-events: none;
}

.hero-depth-border .signal-rail {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  height: 36px;
  min-height: 36px;
  border: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
  border-right: 1px solid var(--ink);
  background: var(--paper);
}

.wave-field {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--ink);
  background: var(--paper-soft);
  cursor: crosshair;
  touch-action: none;
  isolation: isolate;
}

.wave-field::before {
  content: "";
  position: absolute;
  left: var(--wave-x);
  top: var(--wave-y);
  z-index: 2;
  width: 0.5rem;
  aspect-ratio: 1;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  box-shadow: none;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: var(--wave-active);
}

.wave-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.wave-svg path {
  fill: none;
  stroke: var(--ink);
  stroke-width: 1px;
}

.data-rail,
.signal-rail {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  gap: 12px;
  align-items: center;
  position: relative;
  min-height: 36px;
  padding: 0 16px;
  font-family: Consolas, "Courier New", monospace;
  font-size: 8px;
  line-height: 16px;
  color: var(--ink-soft);
}

.data-rail {
  border-right: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.data-rail span,
.signal-rail span {
  padding: 0 10px;
  white-space: nowrap;
}

.data-rail i,
.signal-rail i {
  position: relative;
  height: 8px;
  overflow: hidden;
  background: none;
  opacity: 0.72;
}

.data-rail i::before,
.signal-rail i::before {
  content: "////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////";
  position: absolute;
  left: 0;
  top: -1px;
  font-family: Consolas, "Courier New", monospace;
  font-size: 8px;
  line-height: 8px;
  white-space: nowrap;
  animation: rail-stripes 4.5s linear infinite;
}

.signal-rail::before,
.signal-rail::after {
  content: "";
  position: absolute;
  top: 50%;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: translateY(-40%);
}

.signal-rail::before {
  left: 16px;
  border-left: 4px solid currentColor;
}

.signal-rail::after {
  right: 16px;
  border-right: 4px solid currentColor;
}

.hero-title {
  display: flex;
  justify-content: center;
  gap: 32px;
  align-items: center;
  min-height: 0;
  margin: 0;
  padding: 24px 0;
  border: 1px solid var(--ink);
  font-family: "Bigger Display", "Anton", Impact, "Arial Black", sans-serif;
  font-size: min(15vw, 18.5rem);
  line-height: 0.8;
  text-align: center;
  text-transform: uppercase;
}

.hero-title > span {
  position: relative;
  display: flex;
  min-width: 0;
  height: 0.7975em;
  white-space: nowrap;
}

.hero-title > span:first-of-type {
  flex: 0 0 2.606em;
  justify-content: flex-start;
}

.hero-title > span:last-of-type {
  flex: 0 0 3.143em;
  justify-content: flex-end;
}

.hero-word-inner {
  display: block;
  width: max-content;
  height: 0.7975em;
  font-style: normal;
  white-space: nowrap;
}

.hero-title > span:first-of-type .hero-word-inner {
  transform: scaleX(0.75);
  transform-origin: left center;
}

.hero-title > span:last-of-type .hero-word-inner {
  transform: scaleX(1.026);
  transform-origin: right center;
}

.hero-title .char {
  position: relative;
  display: inline-block;
  height: 0.7975em;
  overflow: hidden;
  clip-path: inset(0 0.005em);
  color: var(--ink);
  vertical-align: top;
}

.hero-title .char-inner {
  position: relative;
  top: 0.0725em;
  display: block;
  color: var(--ink);
  will-change: transform;
}

.hero-title .char-inner::before {
  content: attr(data-letter) attr(data-letter) attr(data-letter);
  position: absolute;
  top: 0;
  left: 50%;
  color: var(--ink);
  opacity: 0;
  transform: translate3d(-50%, 0, 0);
}

.hero-title .char-inner::after {
  content: attr(data-letter) "\A" attr(data-letter) "\A" attr(data-letter);
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--ink);
  line-height: 0.7975em;
  opacity: 0;
  white-space: pre;
  transform: translate3d(-50%, -50%, 0);
}

.hero-title .to-top .char-inner,
.hero-title .to-right .char-inner,
.hero-title .to-bottom .char-inner,
.hero-title .to-left .char-inner {
  color: transparent;
}

.hero-title .to-right .char-inner::before,
.hero-title .to-left .char-inner::before,
.hero-title .to-top .char-inner::after,
.hero-title .to-bottom .char-inner::after {
  opacity: 1;
}

.hero-title .to-top .char-inner {
  animation: hero-char-to-top 1s cubic-bezier(0.83, 0, 0.17, 1) 1;
}

.hero-title .to-right .char-inner {
  animation: hero-char-to-right 1s cubic-bezier(0.83, 0, 0.17, 1) 1;
}

.hero-title .to-bottom .char-inner {
  animation: hero-char-to-bottom 1s cubic-bezier(0.83, 0, 0.17, 1) 1;
}

.hero-title .to-left .char-inner {
  animation: hero-char-to-left 1s cubic-bezier(0.83, 0, 0.17, 1) 1;
}

.hero-title b {
  flex: 0 0 auto;
  display: block;
  width: 48px;
  height: 48px;
  background: var(--ink);
  clip-path: polygon(50% 0, 56.7% 43.3%, 100% 50%, 56.7% 56.7%, 50% 100%, 43.3% 56.7%, 0 50%, 43.3% 43.3%);
}

@keyframes rail-stripes {
  to {
    transform: translateX(-64px);
  }
}

@keyframes hero-char-to-left {
  to {
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes hero-char-to-right {
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes hero-char-to-top {
  to {
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes hero-char-to-bottom {
  to {
    transform: translate3d(0, 100%, 0);
  }
}

.about-space {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: var(--paper);
  z-index: 3;
}

.about-shell {
  position: relative;
  min-height: 0;
  overflow: hidden;
  padding-top: var(--about-section-pad);
  padding-bottom: var(--about-section-pad);
  background: var(--paper);
}

.about-shell::before {
  content: none;
}

.space-lines {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.space-lines path {
  fill: none;
  stroke: var(--ink);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.about-depth {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 4;
  pointer-events: none;
}

.about-depth--bottom {
  bottom: 0;
  height: 28px;
  border-top: 1px solid var(--ink);
  background: var(--paper);
}

.about-depth .about-rail {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 28px;
  border-left: 0;
  border-right: 0;
}

.about-column {
  position: relative;
  z-index: 3;
  width: var(--about-card-w);
  margin: 0 auto;
  border: 1px solid var(--ink);
  background: var(--paper);
  transform: translate3d(0, var(--about-offset-y), 0);
  will-change: transform;
}

.about-strip {
  display: grid;
  place-items: center;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  padding: 0 10px 2px;
  background: var(--ink);
  color: var(--paper);
  font-family: Consolas, "Courier New", monospace;
  font-size: 11px;
  line-height: 24px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-video-panel {
  margin: 0;
  line-height: 0;
  overflow: hidden;
  background: var(--ink);
  border-bottom: 1px solid var(--ink);
}

.about-video-panel video {
  display: block;
  width: 100%;
  height: auto;
  filter: saturate(0) contrast(1.05);
  opacity: 0.95;
}

.about-copy-panel {
  padding: clamp(42px, 3.7vw, 58px);
  border-bottom: 1px solid var(--ink);
}

.about-reveal {
  --reveal-p: 1;
  --reveal-y: 0px;
  --reveal-scale: 1;
  --mask-scale: 0;
}

.about-motion-ready .about-reveal:not(.about-reveal--mask) {
  opacity: var(--reveal-p);
  transform: translate3d(0, var(--reveal-y), 0) scaleY(var(--reveal-scale));
  transform-origin: 50% 100%;
  will-change: transform, opacity;
}

.about-reveal--mask {
  position: relative;
  overflow: hidden;
}

.about-reveal--mask::after {
  position: absolute;
  inset: -1px;
  z-index: 4;
  display: block;
  background: var(--ink);
  transform: scaleY(var(--mask-scale));
  transform-origin: 50% 100%;
  will-change: transform;
  pointer-events: none;
  content: "";
}

.about-motion-ready .about-reveal--mask > * {
  opacity: var(--reveal-p);
  transform: translate3d(0, var(--reveal-y), 0);
  will-change: transform, opacity;
}

.kicker {
  margin: 0;
  font-family: Consolas, "Courier New", monospace;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.about-copy-panel h2,
.archive h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-weight: 400;
  line-height: 1.05;
}

.about-copy-panel h2 {
  max-width: 12ch;
  font-size: clamp(40px, 2.8vw, 54px);
}

.about-copy-panel p {
  margin: clamp(28px, 2.5vw, 44px) 0 0;
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: clamp(21px, 1.35vw, 27px);
  line-height: 1.5;
}

.about-copy-panel .about-eyebrow {
  margin: 0 0 clamp(24px, 2vw, 34px);
  font-family: Consolas, "Courier New", monospace;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.about-capabilities {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--ink);
}

.capability {
  grid-column: span 2;
  min-height: clamp(220px, 20vw, 300px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(22px, 2vw, 34px);
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--paper);
}

.capability:nth-child(3),
.capability:nth-child(5) {
  border-right: 0;
}

.capability--lead {
  grid-column: span 4;
  min-height: clamp(280px, 27vw, 400px);
  flex-direction: row;
  align-items: flex-end;
  gap: 28px;
}

.capability--lead strong {
  font-family: "Anton", Impact, "Arial Black", sans-serif;
  font-size: clamp(108px, 9vw, 164px);
  line-height: 0.72;
  font-weight: 900;
}

.capability--lead span,
.capability b,
.impact-cell b,
.impact-cell span {
  font-family: Consolas, "Courier New", monospace;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.capability--lead span {
  padding-bottom: 2px;
  text-align: right;
}

.capability p,
.impact-cell p {
  margin: 24px 0 0;
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: clamp(18px, 1.15vw, 23px);
  line-height: 1.4;
}

.capability--dark,
.impact-cell--dark {
  background: var(--ink);
  color: var(--paper);
}

.about-timeline {
  border-bottom: 1px solid var(--ink);
}

.about-timeline article {
  display: grid;
  grid-template-columns: 0.38fr 1fr;
  min-height: clamp(150px, 14vw, 208px);
  border-bottom: 1px solid var(--ink);
}

.about-timeline article:last-child {
  border-bottom: 0;
}

.about-timeline b,
.about-timeline span {
  display: grid;
  align-content: center;
  padding: clamp(18px, 1.8vw, 28px);
}

.about-timeline b {
  border-right: 1px solid var(--ink);
  font-family: "Anton", Impact, "Arial Black", sans-serif;
  font-size: clamp(38px, 3.8vw, 68px);
  line-height: 0.9;
  font-weight: 900;
}

.about-timeline span {
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: clamp(18px, 1.18vw, 23px);
  line-height: 1.42;
}

.about-timeline span strong {
  display: block;
  margin-bottom: 12px;
  font-family: Consolas, "Courier New", monospace;
  font-size: 11px;
  line-height: 1.25;
  letter-spacing: 0.06em;
}

.about-impact {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: dense;
  border-bottom: 1px solid var(--ink);
}

.impact-cell {
  grid-column: span 2;
  min-height: clamp(230px, 21vw, 320px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(22px, 2vw, 34px);
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--paper);
}

.impact-cell:nth-child(1) {
  grid-column: span 3;
}

.impact-cell:nth-child(2) {
  grid-column: span 1;
  border-right: 0;
}

.impact-cell:nth-child(4) {
  border-right: 0;
}

.impact-cell--metric strong {
  font-family: "Anton", Impact, "Arial Black", sans-serif;
  font-size: clamp(88px, 8vw, 146px);
  line-height: 0.78;
  font-weight: 900;
}

.impact-cell--hatch {
  background:
    repeating-linear-gradient(135deg, transparent 0 10px, var(--ink) 10px 12px, transparent 12px 22px),
    var(--paper);
}

.impact-cell--wide {
  grid-column: span 4;
  min-height: clamp(190px, 17vw, 260px);
  border-right: 0;
  border-bottom: 0;
}

.about-focus-rail {
  position: relative;
  z-index: 5;
  height: 82px;
  min-height: 82px;
  overflow: hidden;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--paper);
}

.about-focus-track {
  width: max-content;
  min-height: 82px;
  display: flex;
  align-items: center;
  animation: aboutFocusFlow 20s linear infinite;
  will-change: transform;
}

.about-focus-group {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 14px 10px 0;
}

.about-focus-track span {
  position: relative;
  flex: none;
  display: grid;
  place-items: center;
  min-height: 52px;
  padding: 0 24px;
  background: color-mix(in srgb, var(--paper) 92%, var(--ink) 8%);
  font-family: "Anton", Impact, "Arial Black", sans-serif;
  font-size: clamp(23px, 1.85vw, 33px);
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

.about-focus-track span::before,
.about-focus-track span::after {
  position: absolute;
  width: 14px;
  height: 14px;
  pointer-events: none;
  content: "";
}

.about-focus-track span::before {
  top: 0;
  left: 0;
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.about-focus-track span::after {
  right: 0;
  bottom: 0;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

@keyframes aboutFocusFlow {
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.transition-band {
  position: relative;
  display: none;
  height: 148px;
  overflow: hidden;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--paper);
}

.transition-band .signal-rail {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 2;
  height: 36px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--paper);
  transform: translateY(-50%);
}

.work-myway-separator {
  position: relative;
  z-index: 4;
  grid-template-columns: auto minmax(60px, 1fr) auto minmax(80px, 1.35fr) auto minmax(80px, 1.2fr) auto minmax(70px, 1fr) auto;
  height: 36px;
  min-height: 36px;
  margin: 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--paper);
  color: var(--ink-soft);
}

.work-myway-separator span {
  padding: 0 14px;
}

.work-myway-separator i {
  min-width: 0;
}

.work-portal {
  position: relative;
  z-index: 2;
  height: 200lvh;
  background: var(--paper);
}

.work-stage {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  background: var(--paper);
}

.work-inner {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
  transform: translate3d(0, calc(var(--work-sp) * -15%), 0);
  will-change: clip-path, transform;
}

.work-dots {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: translate3d(0, calc(var(--work-sp) * -5%), 0);
}

.work-scene {
  position: absolute;
  inset: 0;
  z-index: 2;
  perspective: 40rem;
  transform: scale(var(--work-scene));
  will-change: transform;
}

.work-title,
.scene-letter {
  font-family: "Anton", Impact, "Arial Black", sans-serif;
  font-size: min(15rem, 20lvh);
  /* Anton's caps nearly fill the em, so it needs looser leading than the
     reference's Bigger Display to keep the stacked WORK from fusing top to
     bottom while still filling ~80% of the pill. */
  line-height: 1.06;
  text-transform: uppercase;
}

.work-title {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0.075em 0 -0.125em;
  width: 0.7em;
  transform: translate(-50%, -50%);
  text-align: center;
  word-break: break-all;
  /* Hidden — only measured to lay out the ghost letters, exactly as the
     reference does. The visible WORK is the ghost field collapsed at state 0. */
  opacity: 0;
  pointer-events: none;
}

.scene-letter {
  --head: calc((var(--progress, 0.5) - 0.5) * -2);
  --ahead: calc(var(--head) * var(--head));

  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: var(--paper);
  transform:
    rotateY(calc(var(--head) * -10deg * var(--work-state)))
    translate3d(
      calc(var(--head) * 50vw * var(--work-state)),
      calc(var(--iy) * 50% * var(--ahead) * var(--work-state)),
      0
    );
  pointer-events: none;
  will-change: transform, opacity;
}

.scene-letter::before {
  content: attr(data-letter);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  color: color-mix(in srgb, var(--paper) 24%, transparent);
  opacity: min(calc(var(--work-state) * 2), 1);
  transform:
    scale(1.05, 1.02)
    translate3d(calc(var(--head) * 0.1rem * var(--work-state) * var(--work-state)), 0, 0);
  transform-origin: calc(50% - var(--head) * 50%) -50%;
  will-change: opacity, transform;
}

.scene-letters {
  position: absolute;
  inset: 0;
  transform: translate3d(0, var(--work-title-y), 0);
  pointer-events: none;
  will-change: transform;
}

.video-slot {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  width: min(50vw, 740px);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 3px solid var(--paper);
  background:
    linear-gradient(color-mix(in srgb, var(--paper) 11%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--paper) 11%, transparent) 1px, transparent 1px),
    color-mix(in srgb, var(--ink) 78%, #343544);
  background-size: 40px 40px;
  color: var(--paper);
  transform:
    rotateY(calc(var(--progress, 1) * -20deg))
    translate3d(
      calc(var(--progress, 1) * (50vw + 100%) - 50%),
      calc(var(--slot-y) * 50% - 50%),
      calc(var(--progress, 1) * var(--progress, 1) * -5rem)
    )
    scale(var(--slot-size));
  cursor: pointer;
  isolation: isolate;
  will-change: transform;
}

.video-slot:focus-visible {
  outline: 2px solid var(--paper);
  outline-offset: 5px;
}

.video-slot video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  background: var(--ink);
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.28s linear;
}

.video-slot.is-video-ready video {
  opacity: 1;
}

.video-slot__open {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid color-mix(in srgb, var(--paper) 72%, transparent);
  background: color-mix(in srgb, var(--ink) 82%, transparent);
  color: var(--paper);
  transition:
    background 0.18s linear,
    color 0.18s linear,
    transform 0.22s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.video-slot__open i {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid currentColor;
}

.video-slot:hover .video-slot__open,
.video-slot:focus-visible .video-slot__open {
  background: var(--paper);
  color: var(--ink);
  transform: scale(1.08);
}

.video-slot__meta {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding: 34px 20px 16px;
  background: linear-gradient(transparent, color-mix(in srgb, var(--ink) 88%, transparent));
  color: var(--paper);
  text-align: left;
  pointer-events: none;
}

.video-slot__meta strong {
  min-width: 0;
  font-family: "Anton", Impact, "Arial Black", "PingFang SC", sans-serif;
  font-size: clamp(24px, 3.2vw, 54px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
}

.video-slot::before,
.video-slot::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 18px;
  border: 1px solid color-mix(in srgb, var(--paper) 42%, transparent);
  pointer-events: none;
}

.video-slot::after {
  inset: auto 18px 18px;
  height: 1px;
  border: 0;
  background: repeating-linear-gradient(90deg, var(--paper) 0 2px, transparent 2px 9px);
  opacity: 0.55;
}

.video-slot__meta small {
  flex: 0 0 auto;
  font-family: Consolas, "Courier New", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.slot-a {
  --slot-y: -0.64;
  --slot-size: 0.88;
}

.slot-b {
  --slot-y: 0.34;
  --slot-size: 0.94;
}

.slot-c {
  --slot-y: -0.12;
  --slot-size: 0.74;
}

.slot-d {
  --slot-y: 0.78;
  --slot-size: 0.84;
}

.work-mask-outer {
  position: absolute;
  inset: 0;
  z-index: 8;
  pointer-events: none;
}

.work-mask {
  position: absolute;
  inset: 0;
  transform-origin: 50% 50%;
  transform: scale(var(--mask-scale));
  will-change: transform;
}

.work-mask-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.mask-paper,
.mask-ring {
  fill: var(--paper);
  fill-rule: evenodd;
  stroke: var(--ink);
  stroke-width: 1;
}

.mask-ring {
  transform: none;
}

.mask-lines {
  fill: none;
  stroke: var(--ink);
  stroke-width: 1;
}

.work-ruler {
  --ruler-w: min(16.6667%, 19.625rem);

  position: absolute;
  top: 10lvh;
  left: calc(50% - var(--ruler-w) / 2);
  z-index: -1;
  width: var(--ruler-w);
  height: 80lvh;
  pointer-events: none;
}

.my-way {
  --my-focus-y: 34.9%;
  --my-focus-y-px: 35lvh;
  --my-scroll-progress: 0;
  --my-distortion: 180;
  --my-object-perspective-y: calc(100lvh + 35lvh);
  --my-title-shift: 0px;
  --my-padding: clamp(340px, 31.25vw, 640px);
  --my-smiley-size: clamp(70px, 7.03125vw, 90px);
  --my-title-font: calc(var(--my-padding) * 1.2);

  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: calc(var(--my-padding) * 2.25 + var(--my-smiley-size));
  min-height: 0;
  overflow: visible;
  background: var(--paper);
  color: var(--ink);
  clip-path: inset(-100lvh 0 calc(var(--my-padding) * -1.375));
  isolation: isolate;
}

.my-way-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.my-way-grid path {
  fill: none;
  stroke: var(--ink);
  stroke-width: 1px;
  opacity: 1;
}

@keyframes my-way-smiley-spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.my-way-smiley {
  position: absolute;
  top: var(--my-focus-y-px);
  left: 50%;
  z-index: 2;
  width: var(--my-smiley-size);
  height: var(--my-smiley-size);
  overflow: visible;
  border-radius: 50%;
  animation: my-way-smiley-spin 10s linear infinite;
  transform-origin: 50% 50%;
  will-change: transform;
}

.my-way-smiley circle {
  fill: var(--paper);
}

.my-way-smiley path {
  fill: var(--ink);
}

.my-way-objects {
  position: absolute;
  top: -100lvh;
  bottom: -100lvh;
  left: 0;
  z-index: 3;
  width: 100%;
  overflow: hidden;
  perspective: 1000px;
  perspective-origin: 50% var(--my-object-perspective-y);
  pointer-events: none;
  transform-style: preserve-3d;
}

.my-way-object {
  --s: 0;
  --x: 0px;
  --y: 0px;
  --z: -2000px;
  --rx: 90;
  --ry: 0;
  --rz: 0;
  --depth: 12px;

  position: absolute;
  top: calc(100lvh + var(--my-focus-y-px));
  left: 50%;
  width: 500px;
  margin: 0;
  transform:
    translate3d(calc(var(--x) - 50%), calc(var(--y) - 50%), var(--z))
    rotateX(calc(var(--rx) * 1deg))
    rotateY(calc(var(--ry) * 1deg))
    rotateZ(calc(var(--rz) * 1deg))
    scale(var(--s));
  transform-style: preserve-3d;
  cursor: grab;
  pointer-events: none;
  will-change: transform;
}

.my-way-object.is-waiting {
  transform: scale(0);
}

.my-way-object--frame.is-live {
  pointer-events: auto;
}

.my-way-object--frame.is-dragging {
  z-index: 8;
  cursor: grabbing;
  transform-style: flat;
}

.my-way-object--frame.is-inspecting {
  z-index: 8;
  pointer-events: none;
  transform-style: flat;
}

.my-way-object--frame.is-vanishing {
  opacity: 0;
  transition: opacity 0.75s steps(8, end);
}

.my-way-object::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--ink);
  transform: translateZ(calc(var(--depth) * -1)) rotateY(180deg);
}

.my-way-object--frame::before,
.my-way-object-inner::after {
  position: absolute;
  z-index: 1;
  background: var(--ink);
  content: "";
  backface-visibility: visible;
}

.my-way-object--frame::before {
  top: 0;
  left: 0;
  width: var(--depth);
  height: 100%;
  transform: rotateY(90deg);
  transform-origin: 0 50%;
}

.my-way-object-inner::after {
  top: 0;
  left: 0;
  width: 100%;
  height: var(--depth);
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
}

.my-way-object--frame.is-dragging::before,
.my-way-object--frame.is-dragging::after,
.my-way-object--frame.is-dragging .my-way-object-inner::after {
  display: none;
}

.my-way-object--star {
  --depth: 12px;

  left: 65%;
  width: calc(var(--star-size, 0.75) * 400px);
  aspect-ratio: 1;
}

.my-way-object--star::before,
.my-way-object--star::after {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--ink);
  clip-path: polygon(50% 0, 57% 43%, 100% 50%, 57% 57%, 50% 100%, 43% 57%, 0 50%, 43% 43%);
  content: "";
}

.my-way-object--star::after {
  transform: translateZ(calc(var(--depth) * -1 + 1px));
}

.my-way-object-inner {
  position: relative;
  z-index: 2;
  display: block;
  padding: 14px 14px 0;
  background: var(--ink);
  transform: translateZ(1px);
}

.my-way-object img {
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: cover;
  background: var(--paper);
}

.my-way-object figcaption {
  display: block;
  margin: 0;
  padding: 11px 2px 12px;
  color: var(--paper);
  font-family: Consolas, "Courier New", monospace;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.my-way-catcher {
  --my-amplitude: 50%;
  --my-offset: 15%;

  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: calc(var(--my-padding) * 1.05 + var(--my-smiley-size) / 2);
  perspective: calc(var(--my-distortion) * 0.85em);
  font-family: "Bigger Display", Impact, "Arial Black", sans-serif;
  font-size: var(--my-title-font);
  font-weight: 700;
  line-height: 0.82;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

.my-way-title-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}

.my-way-title-wrap--distorted {
  bottom: 0;
  height: calc(var(--my-padding) * 1.5);
  perspective: calc(var(--my-distortion) * 0.7em);
}

.my-way-title-wrap--normal {
  top: calc(100% - 1px);
  height: calc(100% + 100lvh);
}

.my-way-title-box {
  position: absolute;
  left: -100%;
  width: 300%;
}

.my-way-title-box--distorted {
  bottom: 0;
  height: calc(var(--my-padding) * 1.05 + var(--my-smiley-size) / 2);
  transform: matrix3d(
    1,
    0,
    0,
    0,
    0,
    1,
    var(--my-distortion),
    0,
    0,
    0,
    1,
    0,
    0,
    0,
    0,
    1
  );
  transform-origin: 50% 100%;
}

.my-way-title-box--normal {
  top: 0;
  height: 100%;
}

.my-way-title {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 0;
  color: var(--ink);
  font: inherit;
  line-height: 0.82;
  will-change: transform;
}

.my-way-title--distorted {
  bottom: 0;
  transform: translate3d(0, calc(var(--my-scroll-progress) * var(--my-amplitude) - var(--my-offset)), 0);
}

.my-way-title--normal {
  top: 0;
  transform: translate3d(0, calc(var(--my-scroll-progress) * var(--my-amplitude) - 100% - var(--my-offset)), 0);
}

.my-way-title span {
  display: block;
  font-size: 1em;
  line-height: 0.82;
  transform-origin: 50% 50%;
}

.my-way-title span:nth-child(1) {
  transform: scaleX(0.7);
}

.my-way-title span:nth-child(2) {
  transform: scaleX(0.66);
}

.my-way-title span:nth-child(4) {
  transform: scaleX(0.88);
}

.my-way.is-out-of-view-bottom .my-way-catcher,
.my-way.is-out-of-view-bottom .my-way-object {
  display: none;
}

.contact {
  position: relative;
  z-index: 2;
  min-height: calc(clamp(340px, 43vw, 880px) + 100lvh - 8rem - 2px);
  height: auto;
  padding-top: clamp(340px, 43vw, 880px);
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
}

.cta-inner {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 100%;
  height: calc(100lvh - 8rem - 2px);
}

.cta-hover {
  position: relative;
  z-index: 4;
  width: clamp(72px, 4.7vw, 96px);
  height: clamp(72px, 4.7vw, 96px);
}

.cta-button {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--paper);
  font-family: "Bigger Display", "Anton", Impact, "Arial Black", sans-serif;
  font-size: clamp(38px, 2.95vw, 60px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-indent: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  appearance: none;
}

.cta-button:focus-visible {
  outline: 0;
}

.cta-button-inner {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--ink);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  will-change: transform;
}

[data-cta-button-text] {
  --cta-idle-scale: 0.85;
  --cta-active-scale: 1;

  display: block;
  transform: translateY(0.04em) scale(var(--cta-idle-scale)) scale(var(--cta-active-scale));
  transition: none;
  will-change: transform;
}

.cta-hover.is-active .cta-button-inner {
  transform: scale(1.5);
  transition: transform 0.6s cubic-bezier(0.64, 0, 0.78, 0) 0s;
}

.cta-hover.is-active [data-cta-button-text] {
  --cta-idle-scale: 1;
  --cta-active-scale: 2;

  transition: transform 0.6s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}

.cta-reveal {
  --cta-reveal-size: 64rem;

  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: var(--cta-reveal-size);
  height: var(--cta-reveal-size);
  overflow: hidden;
  border-radius: 50%;
  background: var(--ink);
  clip-path: circle(0 at 50% 50%);
  color: var(--paper);
  font-family: "Bigger Display", Impact, "Arial Black", sans-serif;
  font-size: calc(var(--cta-reveal-size) * 0.3743);
  font-weight: 700;
  line-height: 0.82;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  transition: clip-path 0.6s cubic-bezier(0.83, 0, 0.17, 1);
  pointer-events: none;
  will-change: clip-path;
}

.cta-hover.is-active .cta-reveal {
  clip-path: circle(50% at 50% 50%);
  transition: clip-path 1s cubic-bezier(0.87, 0, 0.13, 1) 0.2s;
  pointer-events: auto;
}

.cta-reveal::before,
.cta-reveal::after {
  position: absolute;
  inset: 0;
  z-index: 7;
  border-radius: 50%;
  content: "";
  pointer-events: none;
  transition: border-width 0.6s cubic-bezier(0.83, 0, 0.17, 1);
}

.cta-reveal::before {
  border: calc(var(--cta-reveal-size) * 0.5) solid var(--paper);
}

.cta-reveal::after {
  border: calc(var(--cta-reveal-size) * 0.5) solid var(--ink);
}

.cta-hover.is-active .cta-reveal::before {
  border-width: calc(var(--cta-reveal-size) * 0.038);
  transition: border-width 1s cubic-bezier(0.16, 1, 0.3, 1) 0.35s;
}

.cta-hover.is-active .cta-reveal::after {
  border-width: 1px;
  transition: border-width 1s cubic-bezier(0.16, 1, 0.3, 1) 0.55s;
}

.cta-contact-sheet {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 8;
  width: min(58%, 600px);
  height: min(60%, 610px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  opacity: 0;
  text-align: left;
  text-transform: none;
  transform: translate3d(-50%, -45%, 0) scale(0.9);
  transition: opacity 0.2s linear, transform 0.5s cubic-bezier(0.32, 0, 0.67, 0);
  will-change: opacity, transform;
}

.cta-hover.is-active .cta-contact-sheet {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) scale(1);
  transition: opacity 0.3s linear 0.62s, transform 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.52s;
}

.cta-contact-head {
  display: grid;
  align-content: end;
  gap: 8px;
  padding: 0 0 4%;
  border-bottom: 1px solid color-mix(in srgb, var(--paper) 58%, transparent);
}

.cta-contact-head > span,
.cta-contact-item > span,
.cta-contact-code > span,
.cta-contact-code small,
.cta-contact-status {
  font-family: Consolas, "Courier New", monospace;
  font-size: clamp(8px, calc(var(--cta-reveal-size) * 0.012), 12px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cta-contact-head h2 {
  max-width: none;
  margin: 0;
  color: var(--paper);
  font-family: "Bigger Display", "Anton", Impact, "Arial Black", sans-serif;
  font-size: clamp(42px, calc(var(--cta-reveal-size) * 0.075), 78px);
  font-weight: 700;
  line-height: 0.78;
  text-align: left;
  text-transform: uppercase;
}

.cta-contact-grid {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 36%;
  border-bottom: 1px solid color-mix(in srgb, var(--paper) 58%, transparent);
}

.cta-contact-details {
  min-width: 0;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
}

.cta-contact-item {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 3% 7% 3% 0;
  border-bottom: 1px solid color-mix(in srgb, var(--paper) 28%, transparent);
  color: inherit;
  text-decoration: none;
}

.cta-contact-item:last-child {
  border-bottom: 0;
}

.cta-contact-item strong {
  overflow-wrap: anywhere;
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: clamp(15px, calc(var(--cta-reveal-size) * 0.021), 22px);
  line-height: 1.05;
  font-weight: 400;
}

a.cta-contact-item strong {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

.cta-contact-code {
  min-width: 0;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  padding: 7%;
  border-left: 1px solid color-mix(in srgb, var(--paper) 58%, transparent);
  text-align: center;
}

.cta-contact-qr {
  position: relative;
  width: min(74%, 170px);
  aspect-ratio: 1;
  padding: 6px;
  border: 1px solid var(--paper);
  background: var(--paper);
  box-shadow:
    0 0 0 5px var(--ink),
    0 0 0 6px color-mix(in srgb, var(--paper) 54%, transparent);
}

.cta-contact-qr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cta-contact-code small {
  max-width: 18ch;
  opacity: 0.62;
}

.cta-contact-status {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding-top: 4%;
}

.cta-contact-status i {
  width: 8px;
  height: 8px;
  flex: none;
  border-radius: 50%;
  background: var(--paper);
  animation: cta-status-pulse 1.8s ease-in-out infinite;
}

@keyframes cta-status-pulse {
  50% {
    opacity: 0.35;
    transform: scale(0.65);
  }
}

.cta-reveal-stars {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.cta-reveal-stars span {
  position: absolute;
  width: 5.7%;
  aspect-ratio: 1;
  background: var(--paper);
  clip-path: polygon(50% 0, 57% 43%, 100% 50%, 57% 57%, 50% 100%, 43% 57%, 0 50%, 43% 43%);
  opacity: 0;
  transform: scale(0) rotate(45deg);
  transition: opacity 0.2s linear, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.cta-reveal-stars span:nth-child(1) { top: 16%; left: 20%; }
.cta-reveal-stars span:nth-child(2) { top: 20%; right: 18%; }
.cta-reveal-stars span:nth-child(3) { bottom: 20%; left: 17%; }
.cta-reveal-stars span:nth-child(4) { right: 19%; bottom: 17%; }

.cta-hover.is-active .cta-reveal-stars span {
  opacity: 1;
  transform: scale(1) rotate(0);
  transition: opacity 0.3s linear 0.8s, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.75s;
}

.cta-reveal-dots {
  position: absolute;
  inset: 8%;
  z-index: 1;
  border-radius: 50%;
  background-image: radial-gradient(circle, var(--paper) 1px, transparent 1.25px);
  background-size: 14px 14px;
  opacity: 0.35;
  transform: scale(0);
  transition: transform 0.8s cubic-bezier(0.32, 0, 0.67, 0);
}

.cta-hover.is-active .cta-reveal-dots {
  transform: scale(1);
  transition: transform 1.8s cubic-bezier(0.16, 1, 0.3, 1) 0.6s;
}

.cta-grid {
  position: absolute;
  inset: -1px;
  z-index: 1;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  pointer-events: none;
}

.cta-grid path {
  fill: none;
  stroke: var(--ink);
  stroke-width: 1px;
  opacity: 1;
}

.site-scrollbar {
  --scrollbar-border: var(--gap);

  position: fixed;
  top: 0;
  right: 0;
  z-index: 120;
  width: var(--scrollbar-border);
  height: 100%;
}

.site-scrollbar-track {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.site-scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(var(--scrollbar-border) * 0.5);
  height: var(--scrollbar-height, 0px);
  cursor: grab;
  touch-action: none;
  transform: translate3d(-50%, var(--scrollbar-top, 0px), 0);
  will-change: transform;
}

.site-scrollbar-thumb::before {
  position: absolute;
  top: var(--scrollbar-border);
  bottom: var(--scrollbar-border);
  left: 50%;
  width: 100%;
  background: var(--paper);
  transform: translateX(-50%);
  transition: width 0.1s ease, background-color 0.1s ease;
  content: "";
}

.site-scrollbar-thumb:hover::before,
.site-scrollbar.is-dragging .site-scrollbar-thumb::before {
  width: calc(var(--scrollbar-border) - 2px);
}

.site-scrollbar.is-dragging,
.site-scrollbar.is-dragging .site-scrollbar-thumb {
  cursor: grabbing;
}

.sound-control {
  position: fixed;
  top: calc(var(--gap) + var(--head-h) + 24px);
  right: 34px;
  z-index: 92;
  display: flex;
  align-items: center;
  isolation: isolate;
}

.sound-control audio {
  display: none;
}

.sound-volume {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 7px;
  width: 0;
  height: 34px;
  margin-right: -11px;
  padding: 0;
  overflow: hidden;
  border: 0 solid var(--ink);
  background: var(--paper);
  color: var(--ink);
  font-family: var(--mono);
  font-size: 7px;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translateX(12px);
  transition:
    width 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    padding 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    border-width 0.16s ease,
    background-color 0.25s ease,
    color 0.25s ease,
    opacity 0.18s ease,
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.sound-control:hover .sound-volume,
.sound-control:has(.sound-volume input:focus-visible) .sound-volume {
  width: 144px;
  padding: 0 20px 0 10px;
  border-width: 1px;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.sound-volume::before {
  content: "VOL";
  flex: 0 0 auto;
}

.sound-volume input {
  flex: 1 1 auto;
  min-width: 0;
  height: 16px;
  margin: 0;
  padding: 0;
  appearance: none;
  background: transparent;
  color: currentColor;
  cursor: ew-resize;
}

.sound-volume input::-webkit-slider-runnable-track {
  height: 1px;
  background: currentColor;
}

.sound-volume input::-webkit-slider-thumb {
  width: 9px;
  height: 9px;
  margin-top: -4px;
  appearance: none;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: var(--paper);
}

.sound-volume input::-moz-range-track {
  height: 1px;
  border: 0;
  background: currentColor;
}

.sound-volume input::-moz-range-thumb {
  width: 9px;
  height: 9px;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: var(--paper);
}

.sound-volume input:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 4px;
}

.sound-volume output {
  flex: 0 0 17px;
  overflow: hidden;
  text-align: right;
}

.sound-toggle {
  --sound-scroll: 0;

  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  padding: 0;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
  isolation: isolate;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.sound-toggle:hover,
.sound-toggle:focus-visible,
.sound-toggle[aria-pressed="true"] {
  background: var(--ink);
  color: var(--paper);
}

.sound-toggle:hover,
.sound-toggle:focus-visible {
  transform: scale(1.08);
}

.sound-toggle:focus-visible {
  outline: 1px solid var(--paper);
  outline-offset: -4px;
}

.sound-toggle__orbit {
  position: absolute;
  inset: 5px;
  border: 1px dashed currentColor;
  border-radius: 50%;
  opacity: 0.55;
  transform: rotate(calc(var(--sound-scroll) * 360deg));
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.sound-toggle__orbit::before,
.sound-toggle__orbit::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  transform: translateX(-50%);
}

.sound-toggle__orbit::before { top: -2px; }
.sound-toggle__orbit::after { bottom: -2px; }

.sound-toggle__bars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 25px;
  height: 20px;
}

.sound-toggle__bars i {
  display: block;
  width: 2px;
  height: 5px;
  background: currentColor;
  transform-origin: 50% 50%;
}

.sound-toggle[aria-pressed="true"] .sound-toggle__bars i {
  animation: sound-bar 0.95s ease-in-out infinite alternate;
}

.sound-toggle[aria-pressed="true"] .sound-toggle__bars i:nth-child(2) { animation-delay: -0.38s; }
.sound-toggle[aria-pressed="true"] .sound-toggle__bars i:nth-child(3) { animation-delay: -0.72s; }
.sound-toggle[aria-pressed="true"] .sound-toggle__bars i:nth-child(4) { animation-delay: -0.2s; }
.sound-toggle[aria-pressed="true"] .sound-toggle__bars i:nth-child(5) { animation-delay: -0.58s; }

@keyframes sound-bar {
  0% { height: 4px; }
  100% { height: 18px; }
}

.site-foot {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border-top: 1px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
}

.site-foot__logo {
  display: block;
  width: 48px;
  height: 48px;
  color: currentColor;
}

.site-foot__logo svg {
  display: block;
  width: 48px;
  height: 48px;
}

.site-foot__logo path {
  fill: currentColor;
}

.viewer {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: var(--gap);
  padding: var(--gap);
  background: rgba(17, 16, 21, 0.94);
  color: var(--paper);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.22s ease,
    visibility 0.22s ease;
}

.viewer.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.viewer-close {
  position: absolute;
  top: var(--gap);
  right: var(--gap);
  z-index: 2;
  width: 66px;
  height: 66px;
  border: 2px solid var(--paper);
  background: var(--ink);
  color: var(--paper);
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
}

.viewer-shell {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: calc(100vh - var(--gap) * 2);
  overflow: hidden;
  border: 2px solid var(--paper);
  background:
    linear-gradient(color-mix(in srgb, var(--paper) 18%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--paper) 18%, transparent) 1px, transparent 1px),
    var(--ink);
  background-size: 50% 50%;
}

.viewer-shell img {
  max-width: 92%;
  max-height: 86vh;
  object-fit: contain;
}

.viewer-video-stage {
  display: none;
  grid-template-rows: minmax(0, 1fr) auto;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.viewer[data-media="video"] .viewer-shell > img {
  display: none;
}

.viewer[data-media="video"] .viewer-video-stage {
  display: grid;
}

.viewer-video-screen {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 0;
  padding: clamp(10px, 2vw, 28px);
  overflow: hidden;
  background: #050508;
}

.viewer-video-screen video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: calc(100vh - 154px);
  background: #050508;
  object-fit: contain;
}

.viewer-video-tap {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 1px solid color-mix(in srgb, var(--paper) 78%, transparent);
  border-radius: 50%;
  background: color-mix(in srgb, var(--ink) 76%, transparent);
  color: var(--paper);
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition:
    opacity 0.18s linear,
    transform 0.24s cubic-bezier(0.22, 1, 0.36, 1);
  cursor: pointer;
}

.viewer.is-video-playing .viewer-video-tap {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.78);
  pointer-events: none;
}

.viewer-video-controls {
  position: relative;
  z-index: 2;
  border-top: 1px solid var(--paper);
  background: var(--ink);
  color: var(--paper);
}

.viewer-video-progress {
  display: grid;
  grid-template-columns: 48px minmax(80px, 1fr) 48px;
  align-items: center;
  gap: 12px;
  min-height: 34px;
  padding: 0 14px;
  border-bottom: 1px solid color-mix(in srgb, var(--paper) 32%, transparent);
}

.viewer-video-progress time,
.viewer-video-readout {
  font-family: Consolas, "Courier New", monospace;
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.viewer-video-progress time:last-child {
  text-align: right;
}

.viewer-video-toolbar {
  display: grid;
  grid-template-columns: 48px 48px 48px minmax(80px, 1fr) 48px minmax(88px, 128px);
  align-items: center;
  min-height: 50px;
}

.media-button {
  display: grid;
  place-items: center;
  width: 48px;
  height: 50px;
  padding: 0;
  border: 0;
  border-right: 1px solid color-mix(in srgb, var(--paper) 32%, transparent);
  background: transparent;
  color: var(--paper);
  cursor: pointer;
}

.media-button:hover,
.media-button:focus-visible {
  background: var(--paper);
  color: var(--ink);
  outline: 0;
}

.media-button--skip span {
  font-family: Consolas, "Courier New", monospace;
  font-size: 11px;
  font-weight: 700;
}

.viewer-video-readout {
  padding: 0 16px;
  color: color-mix(in srgb, var(--paper) 66%, transparent);
}

.media-icon {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}

.media-icon--play::before {
  position: absolute;
  left: 5px;
  top: 3px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid currentColor;
  content: "";
}

.media-icon--pause::before,
.media-icon--pause::after {
  position: absolute;
  top: 3px;
  width: 4px;
  height: 12px;
  background: currentColor;
  content: "";
}

.media-icon--pause::before { left: 3px; }
.media-icon--pause::after { right: 3px; }

.media-icon--volume::before {
  position: absolute;
  left: 1px;
  top: 6px;
  width: 5px;
  height: 6px;
  background: currentColor;
  content: "";
}

.media-icon--volume::after {
  position: absolute;
  left: 5px;
  top: 3px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 0;
  border-left: 8px solid currentColor;
  content: "";
}

.media-icon--volume i {
  position: absolute;
  right: 0;
  top: 4px;
  width: 5px;
  height: 10px;
  border: 1px solid currentColor;
  border-left: 0;
  border-radius: 0 8px 8px 0;
}

.media-icon--muted i {
  right: 0;
  top: 8px;
  width: 7px;
  height: 1px;
  border: 0;
  border-radius: 0;
  background: currentColor;
  transform: rotate(-45deg);
}

.viewer input[type="range"] {
  --range-p: 0%;

  width: 100%;
  height: 16px;
  margin: 0;
  appearance: none;
  background: transparent;
  cursor: pointer;
}

.viewer input[type="range"]::-webkit-slider-runnable-track {
  height: 2px;
  background: linear-gradient(
    90deg,
    var(--paper) 0 var(--range-p),
    color-mix(in srgb, var(--paper) 28%, transparent) var(--range-p) 100%
  );
}

.viewer input[type="range"]::-webkit-slider-thumb {
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border: 1px solid var(--paper);
  border-radius: 0;
  appearance: none;
  background: var(--ink);
}

.viewer input[type="range"]::-moz-range-track {
  height: 2px;
  background: color-mix(in srgb, var(--paper) 28%, transparent);
}

.viewer input[type="range"]::-moz-range-progress {
  height: 2px;
  background: var(--paper);
}

.viewer input[type="range"]::-moz-range-thumb {
  width: 9px;
  height: 9px;
  border: 1px solid var(--paper);
  border-radius: 0;
  background: var(--ink);
}

[data-video-volume] {
  --range-p: 80%;

  width: calc(100% - 18px) !important;
}

.viewer-meta {
  display: grid;
  align-content: end;
  gap: 18px;
  padding: 86px 22px 28px;
  border: 2px solid var(--paper);
}

.viewer-meta span,
.viewer-meta dt,
.viewer-meta dd {
  margin: 0;
  font-family: Consolas, "Courier New", monospace;
  font-size: 11px;
  text-transform: uppercase;
}

.viewer-meta strong {
  display: block;
  width: 100%;
  min-width: 0;
  font-family: Impact, "Arial Black", "PingFang SC", sans-serif;
  font-size: clamp(34px, 3vw, 58px);
  line-height: 0.9;
  white-space: nowrap;
  text-transform: uppercase;
}

.viewer-meta dl {
  margin: 0;
  border: 1px solid var(--paper);
}

.viewer-meta dl div {
  display: grid;
  grid-template-columns: 82px 1fr;
  border-bottom: 1px solid var(--paper);
}

.viewer-meta dl div:last-child {
  border-bottom: 0;
}

.viewer-meta dt,
.viewer-meta dd {
  padding: 14px 12px;
}

.viewer-meta dt {
  border-right: 1px solid var(--paper);
}

@media (max-width: 1180px) {
  .site-head {
    grid-template-columns: 72px minmax(190px, 1fr) minmax(280px, 330px) 48px minmax(260px, 340px);
  }

  .mark {
    padding: 12px;
  }
}

@media (max-width: 980px) {
  :root {
    --gap: 10px;
    --head-h: 74px;
    --about-card-w: min(86vw, 430px);
  }

  .site-head {
    grid-template-columns: 72px 1fr 52px;
  }

  .mark {
    padding: 16px;
  }

  .mark .k-mark {
    width: 38px;
    height: 38px;
  }

  .head-note,
  .head-status {
    display: none;
  }

  .main-nav {
    grid-column: 2;
  }

  .main-nav a {
    font-size: 10px;
  }

  .hero {
    grid-template-rows: minmax(0, 1fr) 38px auto 38px;
  }

  .hero-title {
    flex-direction: column;
    gap: 28px;
    padding: 42px 0;
    font-size: calc(31vw - 0.75rem);
  }

  .hero-title > span:first-of-type,
  .hero-title > span:last-of-type {
    flex-basis: auto;
    width: 100%;
    justify-content: center;
  }

  .hero-title > span .hero-word-inner {
    transform: scaleX(0.88);
    transform-origin: center;
  }

  .hero-title b {
    display: none;
  }

  .sound-toggle {
    width: 52px;
    height: 52px;
  }

  .sound-control {
    top: calc(var(--gap) + var(--head-h) + 14px);
    right: 22px;
  }

  .sound-volume {
    gap: 6px;
    height: 30px;
    font-size: 6px;
  }

  .sound-control:hover .sound-volume,
  .sound-control:has(.sound-volume input:focus-visible) .sound-volume {
    width: 112px;
    padding: 0 18px 0 8px;
  }

  .data-rail,
  .signal-rail {
    grid-template-columns: auto 1fr auto;
  }

  .data-rail span:last-child,
  .data-rail i:last-of-type,
  .signal-rail span:last-child,
  .signal-rail i:last-of-type {
    display: none;
  }

  .about-space,
  .about-shell {
    min-height: 0;
  }

  .about-shell {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .about-column {
    width: min(86vw, 430px);
  }

  .about-copy-panel {
    padding: 34px 28px 42px;
  }

  .about-copy-panel h2 {
    max-width: 13ch;
    font-size: clamp(32px, 10vw, 46px);
  }

  .about-copy-panel p,
  .capability p,
  .impact-cell p,
  .about-timeline span {
    font-size: clamp(18px, 5.4vw, 24px);
  }

  .about-capabilities,
  .about-impact {
    grid-template-columns: repeat(2, 1fr);
  }

  .capability,
  .capability--lead {
    grid-column: span 2;
    min-height: 220px;
    border-right: 0;
  }

  .capability--lead {
    min-height: 260px;
    flex-direction: column;
    align-items: flex-start;
  }

  .capability--lead strong {
    font-size: clamp(88px, 29vw, 126px);
  }

  .capability--lead span {
    text-align: left;
  }

  .impact-cell:nth-child(1),
  .impact-cell:nth-child(4),
  .impact-cell--wide {
    grid-column: span 2;
    border-right: 0;
  }

  .impact-cell:nth-child(2),
  .impact-cell:nth-child(3) {
    grid-column: span 1;
  }

  .impact-cell:nth-child(2) {
    border-right: 1px solid var(--ink);
  }

  .impact-cell--metric strong {
    font-size: clamp(76px, 25vw, 116px);
  }

  .about-timeline article {
    grid-template-columns: 1fr;
  }

  .about-timeline b {
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .transition-band {
    height: 118px;
  }

  .work-ruler {
    --ruler-w: 50%;
  }

  .video-slot {
    width: 82vw;
  }

  .my-way {
    --my-focus-y: 34%;
    --my-padding: clamp(220px, 56vw, 330px);
    --my-smiley-size: clamp(60px, 18vw, 78px);
    height: calc(var(--my-padding) * 2 + var(--my-smiley-size));
  }

  .my-way-object--frame {
    width: clamp(170px, 52vw, 320px);
  }

  .my-way-object--star {
    width: calc(var(--star-size, 0.75) * 200px);
  }

  .cta-contact-sheet {
    inset: auto;
    top: 50%;
    left: 50%;
    width: 78%;
    height: 72%;
  }

  .cta-contact-head {
    display: grid;
    align-content: end;
    gap: 4px;
    padding-bottom: 3%;
  }

  .cta-contact-head h2 {
    max-width: none;
    font-size: clamp(34px, calc(var(--cta-reveal-size) * 0.115), 48px);
    text-align: left;
  }

  .cta-contact-grid {
    grid-template-columns: minmax(0, 1fr) 36%;
  }

  .cta-contact-item {
    gap: 4px;
    padding: 3% 6% 3% 0;
  }

  .cta-contact-item strong {
    font-size: clamp(11px, calc(var(--cta-reveal-size) * 0.037), 16px);
  }

  .cta-contact-code {
    gap: 7px;
    padding: 8%;
  }

  .cta-contact-code small {
    display: none;
  }

  .cta-contact-qr {
    width: 92%;
    padding: 4px;
  }

  .cta-contact-status {
    gap: 6px;
    padding-top: 2.5%;
    font-size: 7px;
  }

  .cta-contact-status i {
    width: 5px;
    height: 5px;
  }

  .viewer {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) auto;
  }

  .viewer-shell {
    min-height: 58vh;
  }

  .viewer-video-screen {
    padding: 6px;
  }

  .viewer-video-screen video {
    max-height: calc(58vh - 86px);
  }

  .viewer-video-toolbar {
    grid-template-columns: 48px 48px 48px minmax(0, 1fr) 48px 78px;
  }

  .viewer-video-readout {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .viewer-video-progress {
    grid-template-columns: 40px minmax(60px, 1fr) 40px;
    gap: 8px;
    padding: 0 10px;
  }

  .viewer-meta {
    padding: 18px;
  }

  .viewer-meta strong {
    font-size: clamp(30px, 8vw, 52px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
