:root {
  --black: #050505;
  --ink: #111111;
  --paper: #f6f6f2;
  --muted: #a3a3a3;
  --line: rgba(255, 255, 255, 0.14);
  --green: #a7ff47;
  --blue: #5ac8ff;
  --yellow: #ffe34f;
  --red: #ff584d;
  --radius: 8px;
  --container: 1180px;
  --gutter: 32px;
  --section-y: 60px;
  --section-y-mobile: 42px;
  --header-height: 79px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  background:
    radial-gradient(circle at 12% 34%, rgba(167, 255, 71, 0.08), transparent 30%),
    radial-gradient(circle at 88% 14%, rgba(90, 200, 255, 0.08), transparent 28%),
    var(--black);
  color: white;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  line-height: 1.5;
}

@supports not (overflow: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}

body.nav-open {
  overflow: hidden;
}

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

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

button {
  font: inherit;
}

.section {
  width: min(var(--container), calc(100% - var(--gutter)));
  margin: 0 auto;
  scroll-margin-top: calc(var(--header-height) + 16px);
}

.site-footer {
  scroll-margin-top: calc(var(--header-height) + 16px);
}

.hero-copy,
.mission-inner > *,
.process-heading > *,
.stats article,
.video-card > *,
.purpose-grid > *,
.source-layout > *,
.source-list > *,
.pixel-flow > *,
.designer-feature > *,
.designer-list > *,
.material-showcase > *,
.benefit-showcase > *,
.product-grid > *,
.payment-grid > *,
.vision-panel > *,
.vision-grid > *,
.specs > *,
.footer-main > *,
.footer-columns > *,
.footer-inner > * {
  min-width: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px max(calc(var(--gutter) / 2), calc((100vw - var(--container)) / 2));
  background: rgba(5, 5, 5, 0.74);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 14px;
  transition: 180ms ease;
}

.site-nav a:hover {
  color: white;
  background: rgba(255, 255, 255, 0.09);
}

.site-nav .lang-link {
  margin-left: 6px;
  border: 1px solid rgba(167, 255, 71, 0.42);
  color: var(--green);
  font-weight: 900;
}

.site-nav .lang-link:hover {
  border-color: var(--green);
  color: #050505;
  background: var(--green);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: white;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  transition: 180ms ease;
}

.hero {
  --hero-parallax: 0px;
  --hero-copy-parallax: 0px;
  --hero-video-offset: 70px;
  --hero-video-scale: 1.18;
  position: relative;
  display: grid;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  min-height: min(960px, calc(100vh - 1px));
  align-items: center;
  padding: 150px 0 96px;
  background: #050505 url("img/2033.jpg") center top / 92% auto no-repeat;
}

.hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate3d(0, calc(var(--hero-parallax) - var(--hero-video-offset)), 0) scale(var(--hero-video-scale));
  filter: brightness(1.08) contrast(1.04);
  pointer-events: none;
  will-change: transform;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 56%,
    rgba(5, 5, 5, 0.1) 65%,
    rgba(5, 5, 5, 0.68) 84%,
    #060706 100%
  );
  pointer-events: none;
}

.hero-copy {
  position: absolute;
  z-index: 1;
  top: calc(52% + 6px);
  left: 50%;
  display: grid;
  justify-items: center;
  width: min(1320px, calc(100% - 64px));
  margin: 0 auto;
  text-align: center;
  transform: translate3d(-50%, -50%, 0) translate3d(0, var(--hero-copy-parallax), 0);
  will-change: transform;
}

.hero-copy h1 {
  max-width: 1180px;
  margin: 0;
  font-family: "Oswald", Inter, sans-serif;
  font-size: clamp(68px, 8vw, 112px);
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 8px 42px rgba(0, 0, 0, 0.45);
  text-wrap: balance;
}

.hero-lead {
  max-width: 860px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.65;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.7);
  text-wrap: pretty;
}

.eyebrow {
  margin: 0 0 0;
  color: var(--green);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0.94;
}

h1 {
  margin: 20px 0;
  font-size: clamp(38px, 4.6vw, 60px);
  line-height: 1.12;
}

h2 {
  font-size: clamp(24px, 2.1vw, 30px);
  line-height: 1.14;
}

h3 {
  margin: 0;
  font-size: clamp(18px, 1.7vw, 20px);
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 48px;
  border-radius: 999px;
  padding: 0 20px;
  font-weight: 800;
  text-align: center;
  transition: 180ms ease;
}

.button.primary {
  background: white;
  color: var(--black);
}

.button.ghost {
  border: 1px solid var(--line);
  color: white;
}

.button:hover,
.contact-list a:hover,
.contact-list button:hover,
.social-list a:hover {
  transform: translateY(-2px);
}

.stats {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: center;
  gap: 12px;
  padding: var(--section-y) max(calc(var(--gutter) / 2), calc((100vw - var(--container)) / 2));
  background: linear-gradient(180deg, #060706 0%, #080908 100%);
}

.stats article {
  display: grid;
  gap: 12px;
  min-height: 190px;
  align-content: end;
  padding: 22px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 18% 16%, rgba(167, 255, 71, 0.12), transparent 36%),
    rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.stats strong {
  font-size: clamp(32px, 3.6vw, 48px);
  line-height: 1;
}

.stat-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: rgba(167, 255, 71, 0.12);
  color: var(--green);
}

.stat-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.stats span,
.video-copy p,
.mission-inner > p,
.process-heading > p,
.pixel-step p,
.purpose-grid p,
.source-list p,
.designer-list p,
.product-grid p,
.payment-grid p,
.vision-grid p,
.spec-panel dd,
.material-showcase p,
.material-note,
.media-note,
.footer-note,
.bank-note {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.65;
}

.mission {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: var(--section-y) 0;
  background: transparent;
}

.mission-inner {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(var(--container), calc(100% - var(--gutter)));
  margin: 0 auto;
  grid-template-columns: 0.9fr 1fr;
  gap: 32px;
  align-items: start;
}

.mission-inner > p {
  margin: 0;
  padding-top: 0;
  font-size: 17px;
}

.section-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 24px;
}

.section-heading h2 {
  max-width: 900px;
}

.purpose,
.video,
.process,
.sources,
.materials,
.designers,
.products,
.payment,
.vision,
.specs {
  padding: var(--section-y) 0;
}

.materials {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: var(--section-y) 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.9) 0%, rgba(5, 5, 5, 0.66) 35%, rgba(5, 5, 5, 0.36) 100%),
    linear-gradient(180deg, #060706 0%, rgba(6, 7, 6, 0.4) 20%, rgba(6, 7, 6, 0.56) 78%, #050505 100%),
    url("img/materials.png") center / cover no-repeat;
}

.materials::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(167, 255, 71, 0.1), transparent 28%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.4), transparent 58%);
  pointer-events: none;
}

.materials > * {
  position: relative;
  z-index: 1;
  width: min(var(--container), calc(100% - var(--gutter)));
  margin-inline: auto;
}

.products {
  background: transparent;
}

.video {
  width: 100%;
  padding: var(--section-y) max(calc(var(--gutter) / 2), calc((100vw - var(--container)) / 2));
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, #080908 0%, #050505 100%);
}

.video-card {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 12px;
  width: min(var(--container), 100%);
  margin: 0 auto;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 16% 20%, rgba(167, 255, 71, 0.1), transparent 28%),
    rgba(255, 255, 255, 0.045);
}

.video-copy {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 20px;
}

.video-copy p {
  margin: 0;
}

.video-frame {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  min-height: 280px;
  border-radius: var(--radius);
  background: #000;
}

.video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.purpose,
.sources,
.designers,
.payment,
.vision {
  border-top: 1px solid var(--line);
}

.purpose-grid,
.payment-grid,
.vision-grid {
  display: grid;
  gap: 12px;
}

.purpose-grid,
.payment-grid {
  grid-template-columns: repeat(3, 1fr);
}

.purpose-grid article,
.payment-grid article,
.vision-grid article {
  display: grid;
  min-height: 220px;
  align-content: start;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
}

.purpose-grid h3,
.payment-grid h3,
.product-grid h3 {
  margin-bottom: 10px;
}

.purpose-grid p,
.payment-grid p,
.product-grid p {
  margin: 0;
}

.source-list span,
.designer-list span,
.vision-grid span {
  display: inline-flex;
  color: var(--green);
  font-weight: 900;
}

.payment-grid article {
  min-height: 250px;
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--green);
  font-weight: 900;
  text-transform: uppercase;
}

.bank-note {
  max-width: 980px;
  margin: 16px 0 0;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  font-size: 12px;
  line-height: 1.75;
  text-wrap: pretty;
}

.source-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 12px;
  align-items: stretch;
}

.source-media,
.designer-media,
.benefit-media,
.vision-media {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: var(--radius);
}

.source-media img,
.designer-media img,
.benefit-media img,
.vision-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-note {
  position: absolute;
  right: 12px;
  bottom: 12px;
  max-width: calc(100% - 24px);
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.68);
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.source-media {
  min-height: 460px;
}

.source-list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.source-list article {
  display: grid;
  grid-template-columns: 38px 0.62fr 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px;
  background: #080808;
}

.source-list span,
.designer-list span {
  line-height: 1.1;
}

.source-list h3 {
  font-size: 17px;
}

.source-list p {
  margin: 0;
  font-size: 14px;
}

.designers {
  background:
    linear-gradient(180deg, #050505 0%, #080908 100%);
}

.designer-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
  gap: 12px;
  align-items: stretch;
}

.designer-list {
  display: grid;
  gap: 10px;
}

.designer-list article {
  min-height: 150px;
  padding: 20px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 0% 0%, rgba(90, 200, 255, 0.12), transparent 38%),
    rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.designer-list span,
.vision-grid span {
  margin-bottom: 16px;
}

.designer-list h3 {
  margin-bottom: 8px;
}

.designer-list p {
  margin: 0;
}

.designer-media {
  min-height: 470px;
}

.benefit-showcase {
  display: grid;
  gap: 12px;
}

.benefit-media {
  min-height: 380px;
}

.benefit-media img {
  aspect-ratio: 16 / 7;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.product-grid article {
  position: relative;
  display: grid;
  min-height: 210px;
  align-content: start;
  overflow: hidden;
  padding: 28px 20px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.03);
  transition: border-color 180ms ease, transform 180ms ease;
}

.product-grid article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--green);
}

.product-grid article:nth-child(2)::before {
  background: var(--blue);
}

.product-grid article:nth-child(3)::before {
  background: var(--yellow);
}

.product-grid article:nth-child(4)::before {
  background: linear-gradient(90deg, var(--green), var(--blue), var(--yellow));
}

.product-grid article:nth-child(2),
.product-grid article:nth-child(4) {
  background:
    linear-gradient(180deg, rgba(90, 200, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.03);
}

.product-grid article:hover {
  border-color: rgba(255, 255, 255, 0.24);
  transform: translateY(-3px);
}

.vision {
  background:
    radial-gradient(circle at 12% 20%, rgba(167, 255, 71, 0.08), transparent 34%),
    radial-gradient(circle at 88% 60%, rgba(90, 200, 255, 0.08), transparent 28%);
}

.vision-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  gap: 14px;
  align-items: stretch;
}

.vision-media {
  min-height: 510px;
}

.vision-grid {
  grid-template-columns: 1fr;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
}

.vision-grid article {
  min-height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.vision-grid article + article {
  border-top: 1px solid var(--line);
}

.process {
  border-top: 1px solid var(--line);
}

.process-heading {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 46px;
  align-items: start;
  margin-bottom: 28px;
}

.process-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  width: min(260px, 46%);
  height: 4px;
  background:
    linear-gradient(90deg, var(--green) 0 40%, var(--blue) 40% 68%, var(--yellow) 68% 100%);
  transition: width 720ms steps(12, end) 160ms;
}

.can-animate .process-heading::after {
  width: 0;
}

.can-animate .process-heading > div,
.can-animate .process-heading > p {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 560ms ease,
    transform 560ms ease;
}

.can-animate .process-heading > p {
  transition-delay: 120ms;
}

.process-heading.is-visible::after {
  width: min(260px, 46%);
}

.process-heading.is-visible > div,
.process-heading.is-visible > p {
  opacity: 1;
  transform: translateY(0);
}

.process-heading > p {
  margin: 36px 0 0;
  font-size: 17px;
}

.pixel-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.pixel-step {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
    #080808;
}

.can-animate .pixel-step {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 520ms ease,
    transform 520ms steps(8, end);
}

.can-animate .pixel-step:nth-child(2) {
  transition-delay: 90ms;
}

.can-animate .pixel-step:nth-child(3) {
  transition-delay: 180ms;
}

.can-animate .pixel-step:nth-child(4) {
  transition-delay: 270ms;
}

.pixel-step.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.pixel-step::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 12px 12px;
  opacity: 0.55;
  pointer-events: none;
}

.pixel-step span,
.pixel-step h3,
.pixel-step p,
.pixel-scene {
  position: relative;
  z-index: 1;
}

.pixel-scene {
  display: grid;
  min-height: 180px;
  margin-bottom: 20px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 30%, rgba(167, 255, 71, 0.12), transparent 42%),
    rgba(255, 255, 255, 0.04);
}

.pixel-scene svg {
  width: min(100%, 220px);
  image-rendering: pixelated;
}

.pixel-scene svg * {
  transform-box: fill-box;
  transform-origin: center;
}

.pixel-step.is-visible .pixel-scene {
  animation: pixel-scene-glow 2.8s steps(4, end) infinite;
}

.pixel-step:nth-child(1).is-visible .px-blue,
.pixel-step:nth-child(1).is-visible .px-yellow,
.pixel-step:nth-child(1).is-visible .px-red,
.pixel-step:nth-child(1).is-visible .px-green {
  animation: cap-hop 1.6s steps(4, end) infinite;
}

.pixel-step:nth-child(1).is-visible .px-blue-dark,
.pixel-step:nth-child(1).is-visible .px-yellow-dark,
.pixel-step:nth-child(1).is-visible .px-red-dark,
.pixel-step:nth-child(1).is-visible .px-green-dark {
  animation: cap-bottom-hop 1.6s steps(4, end) infinite;
}

.pixel-step:nth-child(2).is-visible .px-machine-dark {
  animation: crusher-shake 0.7s steps(2, end) infinite;
}

.pixel-step:nth-child(2).is-visible .px-tooth {
  animation: tooth-pulse 0.7s steps(2, end) infinite;
}

.pixel-step:nth-child(2).is-visible .px-blue,
.pixel-step:nth-child(2).is-visible .px-red,
.pixel-step:nth-child(2).is-visible .px-yellow {
  animation: flakes-drop 1.2s steps(3, end) infinite;
}

.pixel-step:nth-child(3).is-visible .px-press {
  animation: press-down 1.7s steps(4, end) infinite;
}

.pixel-step:nth-child(3).is-visible .px-heat {
  animation: heat-blink 0.9s steps(2, end) infinite;
}

.pixel-step:nth-child(3).is-visible .px-panel {
  animation: panel-compress 1.7s steps(4, end) infinite;
}

.pixel-step:nth-child(4).is-visible .px-tool,
.pixel-step:nth-child(4).is-visible .px-tool-dark {
  animation: tool-slide 1.4s steps(4, end) infinite;
}

.pixel-step:nth-child(4).is-visible .px-leg {
  animation: leg-settle 1.8s steps(3, end) infinite;
}

@keyframes pixel-scene-glow {
  0%,
  100% {
    box-shadow: inset 0 0 0 0 rgba(167, 255, 71, 0);
  }

  50% {
    box-shadow: inset 0 0 0 2px rgba(167, 255, 71, 0.14);
  }
}

@keyframes cap-hop {
  0%,
  100% {
    transform: translate(0, 0);
  }

  35% {
    transform: translate(-4px, -8px);
  }

  70% {
    transform: translate(4px, 4px);
  }
}

@keyframes cap-bottom-hop {
  0%,
  100% {
    transform: translate(0, 0);
  }

  35% {
    transform: translate(-4px, -8px);
  }

  70% {
    transform: translate(4px, 4px);
  }
}

@keyframes crusher-shake {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(3px);
  }
}

@keyframes tooth-pulse {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(5px);
  }
}

@keyframes flakes-drop {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(6px, 6px);
  }
}

@keyframes press-down {
  0%,
  100% {
    transform: translateY(0);
  }

  45%,
  60% {
    transform: translateY(15px);
  }
}

@keyframes heat-blink {
  0%,
  100% {
    opacity: 0.7;
  }

  50% {
    opacity: 1;
  }
}

@keyframes panel-compress {
  0%,
  100% {
    transform: scaleY(1);
  }

  45%,
  60% {
    transform: scaleY(0.72);
  }
}

@keyframes tool-slide {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-18px);
  }
}

@keyframes leg-settle {
  0%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(4px);
  }
}

.pixel-step span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--green);
  font-weight: 900;
}

.pixel-step h3 {
  min-height: 48px;
  font-size: 18px;
}

.pixel-step p {
  margin: 14px 0 0;
  font-size: 14px;
}

.px-floor {
  fill: rgba(255, 255, 255, 0.08);
}

.px-shadow {
  fill: rgba(0, 0, 0, 0.34);
}

.px-bin,
.px-machine,
.px-press {
  fill: #d8d8d0;
}

.px-bin-top,
.px-machine-dark,
.px-tool-dark {
  fill: #686868;
}

.px-panel,
.px-heat,
.px-tool {
  fill: var(--paper);
}

.px-leg,
.px-tooth {
  fill: var(--green);
}

.px-blue {
  fill: var(--blue);
}

.px-blue-dark {
  fill: #1f6f91;
}

.px-yellow {
  fill: var(--yellow);
}

.px-yellow-dark {
  fill: #987f16;
}

.px-red {
  fill: var(--red);
}

.px-red-dark {
  fill: #8f2f2a;
}

.px-green {
  fill: var(--green);
}

.px-green-dark {
  fill: #4f8f24;
}

.material-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  padding: 8px 12px;
  font-weight: 800;
}

.tab-thumb {
  display: inline-flex;
  overflow: hidden;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
}

.tab-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tab.active {
  border-color: transparent;
  background: var(--green);
  color: var(--black);
}

.tab.active .tab-thumb {
  display: none;
}

.material-showcase {
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
}

.material-showcase img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
}

.material-showcase > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
}

.material-number {
  width: max-content;
  margin-bottom: 12px;
  color: var(--muted);
  font-weight: 900;
}

.material-showcase h3 {
  margin-bottom: 12px;
  font-size: clamp(30px, 3.5vw, 44px);
}

.material-showcase p {
  margin: 0;
}

.material-source {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.material-showcase .material-note {
  margin-top: 14px;
}

.specs {
  display: grid;
  grid-template-columns: 1fr 0.62fr;
  gap: 12px;
  align-items: stretch;
}

.spec-panel {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 0% 0%, rgba(167, 255, 71, 0.09), transparent 34%),
    rgba(255, 255, 255, 0.055);
  color: white;
}

.spec-panel .eyebrow {
  color: var(--green);
}

.spec-panel h2 {
  color: white;
}

dl {
  display: grid;
  gap: 0;
  margin: 24px 0 0;
}

dl div {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 18px;
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

dt {
  color: rgba(255, 255, 255, 0.52);
  font-weight: 800;
}

.spec-panel dd {
  margin: 0;
  color: white;
  font-weight: 800;
}

.spec-icon {
  display: grid;
  min-height: 390px;
  place-items: center;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 50%, rgba(167, 255, 71, 0.1), transparent 45%),
    rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
}

.spec-icon svg {
  width: min(280px, 72%);
  fill: none;
  stroke: var(--green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 10;
}

.spec-icon .panel-face {
  fill: rgba(167, 255, 71, 0.08);
}

.spec-icon .dimension-line,
.spec-icon .drop,
.spec-icon .drop-detail {
  stroke-width: 8;
}

.contact-list {
  display: grid;
  gap: 8px;
}

.contact-list a,
.contact-list button,
.social-link {
  display: grid;
  align-items: center;
  gap: 14px;
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(5, 5, 5, 0.45);
  color: white;
  cursor: pointer;
  padding: 0 18px;
  overflow-wrap: anywhere;
  text-align: left;
  transition: 180ms ease;
  backdrop-filter: blur(14px);
}

.contact-list a,
.contact-list button {
  grid-template-columns: 38px minmax(0, 1fr);
}

.contact-list a::before,
.contact-list button::before {
  display: grid;
  width: 38px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  background: rgba(167, 255, 71, 0.12);
  color: var(--green);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.contact-list a::before {
  content: "TEL";
}

.contact-list button::before {
  content: "MAIL";
}

.contact-list button.copied {
  border-color: var(--green);
  color: var(--green);
}

.social-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.social-link {
  position: relative;
  min-height: 70px;
  align-content: center;
  justify-items: start;
  gap: 2px;
  padding: 12px 38px 12px 14px;
  font-weight: 800;
}

.social-link::after {
  content: "\2197";
  position: absolute;
  top: 12px;
  right: 14px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 14px;
  transition: 180ms ease;
}

.social-link:hover::after {
  color: var(--green);
  transform: translate(2px, -2px);
}

.social-link small {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.social-link.disabled {
  cursor: default;
  color: rgba(255, 255, 255, 0.5);
}

.social-link.disabled small {
  color: rgba(255, 255, 255, 0.38);
}

.footer-label {
  display: block;
  margin-bottom: 12px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 580px;
  align-items: stretch;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.94) 0%, rgba(5, 5, 5, 0.68) 48%, rgba(5, 5, 5, 0.32) 100%),
    linear-gradient(180deg, #050505 0%, rgba(5, 5, 5, 0.12) 30%, rgba(5, 5, 5, 0.9) 100%),
    url("img/footer.png") center / cover no-repeat;
  color: var(--muted);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 20%, rgba(167, 255, 71, 0.1), transparent 28%),
    linear-gradient(180deg, transparent 42%, rgba(5, 5, 5, 0.48));
  pointer-events: none;
}

.site-footer::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  height: 3px;
  background: linear-gradient(90deg, var(--green) 0 42%, var(--blue) 42% 72%, var(--yellow) 72% 100%);
}

.footer-main {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(var(--container), calc(100% - var(--gutter)));
  margin: 0 auto;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 36px;
  align-items: start;
  align-content: center;
  padding: 60px 0 48px;
}

.footer-main h2 {
  max-width: 460px;
}

.footer-main > div:first-child {
  position: relative;
  display: grid;
  gap: 8px;
  align-content: start;
  padding-right: 24px;
}

.footer-main > div:first-child::after {
  content: "";
  width: 72px;
  height: 4px;
  margin-top: 14px;
  background: var(--green);
}

.footer-columns {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 14px;
  align-items: start;
}

.footer-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  width: min(var(--container), calc(100% - var(--gutter)));
  margin: 0 auto;
  align-self: end;
  padding: 24px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-brand {
  display: grid;
  gap: 4px;
}

.footer-brand span {
  color: white;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-brand small,
.footer-copy {
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  line-height: 1.5;
}

.footer-copy {
  text-align: right;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 16px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 800;
}

.footer-legal a {
  transition: color 180ms ease;
}

.footer-legal a:hover {
  color: var(--green);
}

@media (max-width: 860px) {
  .site-header {
    position: fixed;
    right: 0;
    left: 0;
    padding-inline: calc(var(--gutter) / 2);
  }

  body {
    padding-top: var(--header-height);
  }

  .nav-toggle {
    display: inline-block;
  }

  .site-nav {
    position: fixed;
    top: calc(var(--header-height) + 8px);
    right: calc(var(--gutter) / 2);
    left: calc(var(--gutter) / 2);
    z-index: 1001;
    display: none;
    flex-direction: column;
    align-items: stretch;
    max-height: calc(100dvh - var(--header-height) - 24px);
    overflow-y: auto;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(5, 5, 5, 0.98);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.48);
    backdrop-filter: blur(18px);
  }

  body.nav-open .site-nav {
    display: flex;
  }

  body.nav-open .nav-toggle span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  body.nav-open .nav-toggle span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .site-nav a {
    padding: 14px;
  }

  .site-nav .lang-link {
    margin-left: 0;
    text-align: center;
  }
}

@media (max-width: 980px) {
  .hero,
  .mission-inner,
  .video-card,
  .process-heading,
  .source-layout,
  .designer-feature,
  .vision-panel,
  .specs,
  .footer-main,
  .footer-columns {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: min(760px, 100svh);
    padding: 118px 0 64px;
    background-position:
      center,
      center,
      50% center;
  }

  .stats,
  .pixel-flow,
  .purpose-grid,
  .payment-grid,
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats article:last-child {
    grid-column: 1 / -1;
  }

  .material-showcase {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  :root {
    --gutter: 32px;
    --section-y: var(--section-y-mobile);
  }

  .section {
    width: min(var(--container), calc(100% - var(--gutter)));
  }

  .mission {
    width: 100%;
  }

  .video {
    width: 100%;
    padding: var(--section-y) calc(var(--gutter) / 2);
  }

  .video-card {
    gap: 8px;
    padding: 8px;
  }

  .video-copy {
    padding: 16px;
  }

  .video-frame {
    min-height: auto;
  }

  .hero {
    --hero-video-offset: 55px;
    --hero-video-scale: 1.24;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    min-height: min(500px, calc(100svh - var(--header-height)));
    padding: 96px 0 38px;
    background: #050505 url("img/2033w.png") center top / 100% auto no-repeat;
  }

  .hero::after {
    background: linear-gradient(
      180deg,
      transparent 0%,
      transparent 48%,
      rgba(5, 5, 5, 0.08) 57%,
      rgba(5, 5, 5, 0.74) 82%,
      #060706 100%
    );
  }

  .hero-copy {
    position: absolute;
    top: calc(52% + 6px);
    bottom: auto;
    left: 50%;
    width: min(var(--container), calc(100% - var(--gutter)));
    transform: translate3d(-50%, -50%, 0) translate3d(0, var(--hero-copy-parallax), 0);
    will-change: transform;
  }

  .hero-copy h1 {
    font-size: clamp(42px, 12vw, 58px);
    line-height: 1.2;
  }

  .hero-lead {
    max-width: 350px;
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.55;
  }

  h1 {
    font-size: clamp(26px, 8vw, 34px);
    line-height: 1.1;
  }

  h2 {
    font-size: clamp(22px, 6.5vw, 27px);
  }

  h3 {
    font-size: 17px;
  }

  .eyebrow {
    font-size: 12px;
  }

  .mission-inner > p {
    padding-top: 0;
  }

  .process-heading > p {
    margin-top: 0;
  }

  .mission-inner > p,
  .process-heading > p {
    font-size: 16px;
  }

  .section-heading {
    margin-bottom: 20px;
  }

  .stats,
  .pixel-flow,
  .purpose-grid,
  .payment-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .stats {
    width: 100%;
    padding: 0 calc(var(--gutter) / 2) var(--section-y);
  }

  .stats article {
    min-height: 170px;
    padding: 20px;
  }

  .purpose-grid article,
  .payment-grid article,
  .product-grid article {
    min-height: auto;
    padding: 18px;
  }

  .mission,
  .purpose,
  .process,
  .sources,
  .materials,
  .designers,
  .products,
  .payment,
  .vision,
  .specs {
    padding: var(--section-y) 0;
  }

  .materials {
    width: 100%;
  }

  .materials > *,
  .mission-inner {
    width: min(var(--container), calc(100% - var(--gutter)));
  }

  .pixel-step {
    min-height: auto;
  }

  .source-list article {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 8px 10px;
    padding: 16px;
  }

  .source-list article span {
    grid-column: 1;
    grid-row: 1;
  }

  .source-list article h3 {
    grid-column: 2;
    grid-row: 1;
  }

  .source-list article p {
    grid-column: 2;
    grid-row: 2;
  }

  .source-media,
  .designer-media,
  .benefit-media,
  .vision-media {
    min-height: 260px;
  }

  .material-showcase > div,
  .spec-panel {
    padding: 20px;
  }

  .material-showcase img,
  .specs img {
    min-height: 280px;
  }

  .material-showcase img {
    height: 280px;
    min-height: 0;
  }

  .material-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tab {
    justify-content: flex-start;
    width: 100%;
  }

  .spec-icon {
    min-height: 240px;
  }

  .spec-icon svg {
    width: min(190px, 62%);
  }

  dl div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .site-footer {
    min-height: auto;
    background-position: 58% center;
  }

  .footer-main {
    width: min(var(--container), calc(100% - var(--gutter)));
    gap: 28px;
    padding: var(--section-y) 0 32px;
  }

  .footer-main > div:first-child {
    padding-right: 0;
  }

  .footer-columns {
    gap: 24px;
  }

  .contact-list a,
  .contact-list button {
    min-height: 50px;
  }

  .social-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .social-link {
    min-height: 64px;
    align-content: center;
    justify-items: start;
    gap: 2px;
    padding: 10px 34px 10px 12px;
  }

  .social-link small {
    font-size: 10px;
  }

  .footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 12px;
    padding: 20px 0 24px;
  }

  .footer-brand {
    align-items: center;
    text-align: center;
  }

  .footer-brand span {
    font-size: 16px;
  }

  .footer-brand small {
    max-width: 270px;
    font-size: 11px;
  }

  .footer-copy {
    display: block;
    font-size: 11px;
    text-align: center;
  }

  .footer-legal {
    gap: 8px 12px;
    font-size: 11px;
  }
}

@media (max-width: 980px) and (orientation: landscape) {
  .hero {
    --hero-video-offset: 45px;
    --hero-video-scale: 1.32;
    min-height: calc(100svh - var(--header-height));
    padding: 0;
    background: #050505 url("img/2033.jpg") center top / 92% auto no-repeat;
  }

  .hero::after {
    background: linear-gradient(
      180deg,
      transparent 0%,
      transparent 42%,
      rgba(5, 5, 5, 0.16) 52%,
      rgba(5, 5, 5, 0.82) 78%,
      #050505 100%
    );
  }

  .hero-copy {
    position: absolute;
    top: calc(50% + 6px);
    bottom: auto;
    left: 50%;
    width: min(var(--container), calc(100% - 48px));
    transform: translate3d(-50%, -50%, 0) translate3d(0, var(--hero-copy-parallax), 0);
  }

  .hero-copy h1 {
    font-size: clamp(38px, 7vw, 64px);
    line-height: 1.2;
  }

  .hero-lead {
    max-width: 680px;
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.4;
  }
}

@media (prefers-reduced-motion: reduce) {
  .process-heading::after,
  .process-heading > div,
  .process-heading > p,
  .pixel-step {
    transition: none;
  }

  .process-heading > div,
  .process-heading > p,
  .pixel-step {
    opacity: 1;
    transform: none;
  }

  .process-heading::after {
    width: min(260px, 46%);
  }

  .pixel-scene,
  .pixel-scene svg * {
    animation: none !important;
  }

  .hero {
    --hero-parallax: 0px !important;
    --hero-copy-parallax: 0px !important;
  }

  .hero-video {
    transform: translate3d(0, 0, 0) scale(var(--hero-video-scale)) !important;
    will-change: auto;
  }

  .hero-copy {
    will-change: auto;
  }
}
