.works {
  position: relative;
  z-index: 140;
  background: #ffffff;
  color: #111216;
  padding: clamp(56px, 8vh, 96px) 3.5vw clamp(72px, 10vh, 120px);
  border-top: 1px solid rgba(16, 18, 22, 0.12);
}

.about-transition {
  position: relative;
  z-index: 190;
  background: #000000;
  color: #f4f4f4;
  margin-top: clamp(-260px, -18vh, -120px);
  min-height: 100vh;
  padding: clamp(84px, 13vh, 164px) 3.5vw clamp(84px, 13vh, 160px);
  border-top: 1px solid rgba(255, 255, 255, 0.26);
  transform: translate3d(0, 0, 0);
  will-change: transform;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.about-transition::before,
.about-transition::after {
  content: none;
  position: absolute;
  left: 3.5vw;
  right: 3.5vw;
  height: 1px;
  background: rgba(255, 255, 255, 0.26);
  pointer-events: none;
}

.about-transition::before {
  top: clamp(22px, 3.8vh, 44px);
}

.about-transition::after {
  bottom: clamp(22px, 3.8vh, 44px);
}

.about-transition-inner {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.about-kicker {
  margin: 0 0 clamp(10px, 2vh, 20px);
  font-family: "JetBrains Mono", "Roboto Mono", monospace;
  font-size: clamp(10px, 0.86vw, 13px);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.about-title {
  margin: 0;
  font-size: clamp(58px, 12vw, 180px);
  line-height: 0.82;
  letter-spacing: -0.045em;
  text-transform: lowercase;
  font-weight: 600;
  color: #f5f5f5;
  max-width: 7ch;
}

.about-title-letter {
  display: inline-block;
  will-change: transform, opacity;
}

.about-title::after {
  content: "";
  display: block;
  width: clamp(84px, 18vw, 240px);
  height: 1px;
  margin-top: clamp(16px, 2.6vh, 28px);
  background: #f0f0f0;
  opacity: 0.9;
}

.intro-statement {
  position: relative;
  z-index: 220;
  background: #07090d;
  color: #eef1f7;
  min-height: 100vh;
  height: 100vh;
  margin-top: -100vh;
  display: flex;
  align-items: center;
  padding: clamp(132px, 16vh, 220px) 3.5vw clamp(72px, 10vh, 140px);
  border-radius: 0;
  box-shadow: -20px 24px 54px rgba(0, 0, 0, 0.44);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.intro-statement-inner {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.intro-statement-title {
  margin: 0;
  max-width: 20ch;
  font-size: clamp(42px, 7.8vw, 146px);
  line-height: 0.9;
  letter-spacing: -0.045em;
  font-weight: 700;
  color: rgba(214, 220, 232, 0.42);
}

.intro-statement-word {
  display: inline-block;
  will-change: color;
}

.intro-statement-word--creative {
  position: relative;
  isolation: isolate;
  animation:
    creative-glitch-shift 520ms steps(2, end) infinite;
}

.intro-statement-word--glitch-soft {
  position: relative;
  isolation: isolate;
  animation: creative-glitch-shift 780ms steps(2, end) infinite;
}

.intro-statement-word--creative::before,
.intro-statement-word--creative::after,
.intro-statement-word--glitch-soft::before,
.intro-statement-word--glitch-soft::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.62;
  will-change: transform, opacity, clip-path;
}

.intro-statement-word--creative::before {
  color: #ffffff;
  mix-blend-mode: difference;
  transform: translateX(-0.018em);
  animation:
    creative-glitch-layer-left 1750ms steps(2, end) infinite,
    creative-glitch-slice-a 2100ms steps(2, end) infinite;
}

.intro-statement-word--creative::after {
  color: rgba(255, 255, 255, 0.84);
  opacity: 0.16;
  transform: translateX(0.018em);
  animation:
    creative-glitch-layer-right 1450ms steps(2, end) infinite,
    creative-glitch-slice-b 1800ms steps(2, end) infinite;
}

.intro-statement-word--glitch-soft::before {
  color: #ffffff;
  mix-blend-mode: difference;
  opacity: 0.4;
  transform: translateX(-0.012em);
  animation:
    creative-glitch-layer-left 2600ms steps(2, end) infinite,
    creative-glitch-slice-a 3200ms steps(2, end) infinite;
}

.intro-statement-word--glitch-soft::after {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0.1;
  transform: translateX(0.012em);
  animation:
    creative-glitch-layer-right 2300ms steps(2, end) infinite,
    creative-glitch-slice-b 2900ms steps(2, end) infinite;
}

.intro-side-robot {
  position: absolute;
  right: clamp(16px, 4.6vw, 84px);
  top: clamp(180px, 30vh, 340px);
  width: clamp(250px, 29vw, 520px);
  z-index: 5;
  pointer-events: auto;
  animation: works-side-robot-float 8.8s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  transform-origin: 50% 60%;
}

.intro-side-robot-media,
.intro-side-robot-xray {
  display: block;
  width: 100%;
  height: auto;
}

.intro-side-robot-media {
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.52));
}

.intro-side-robot-xray {
  position: absolute;
  inset: 0;
  clip-path: circle(0px at 0 0);
  pointer-events: none;
}

.intro-digital-robot {
  position: absolute;
  left: clamp(6px, 5.9vw, 100px);
  top: clamp(548px, 70vh, 820px);
  width: clamp(154px, 18.8vw, 298px);
  z-index: 6;
  pointer-events: auto;
  animation: works-side-robot-float 7.6s cubic-bezier(0.42, 0, 0.58, 1) infinite reverse;
  transform-origin: 50% 58%;
}

.intro-digital-robot-media,
.intro-digital-robot-xray {
  display: block;
  width: 100%;
  height: auto;
}

.intro-digital-robot-media {
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.5));
}

.intro-digital-robot-xray {
  position: absolute;
  inset: 0;
  clip-path: circle(0px at 0 0);
  pointer-events: none;
}

.services-statement {
  position: relative;
  z-index: 230;
  background: #ffffff;
  color: #0e1014;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: clamp(90px, 13vh, 180px) 3.5vw;
  border-top: 1px solid rgba(14, 16, 20, 0.12);
  border-left: 1px solid rgba(14, 16, 20, 0.1);
  box-shadow: -20px 24px 54px rgba(0, 0, 0, 0.14);
  overflow: hidden;
}

.services-statement-inner {
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

.services-statement-title {
  margin: 0;
  font-size: clamp(52px, 10.2vw, 184px);
  line-height: 0.9;
  letter-spacing: -0.045em;
  font-weight: 700;
  text-transform: lowercase;
}

.services-line {
  display: block;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  transition: transform 0.25s ease, opacity 0.25s ease, filter 0.25s ease;
}

.services-line + .services-line {
  margin-top: clamp(12px, 1.8vh, 24px);
}

.services-line-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: clamp(26px, 2.6vw, 52px);
  will-change: transform;
}

.services-statement-title .services-line:nth-child(odd) .services-line-track {
  animation: services-marquee-ltr 34s linear infinite;
}

.services-statement-title .services-line:nth-child(even) .services-line-track {
  animation: services-marquee-rtl 34s linear infinite;
}

.services-line:hover .services-line-track {
  animation-play-state: paused;
}

.services-line.is-paused .services-line-track {
  animation-play-state: paused !important;
}

.services-statement:hover .services-line:not(:hover) {
  opacity: 0.26;
  filter: grayscale(1) brightness(0.92);
}

.services-line:hover {
  transform: scale(1.03);
  opacity: 1;
  filter: none;
  z-index: 1;
}

.services-line-item {
  display: inline-flex;
  align-items: center;
  gap: clamp(10px, 1.1vw, 22px);
}

@keyframes services-marquee-ltr {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}

@keyframes services-marquee-rtl {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

.services-line-icon {
  display: block;
  width: 0.82em;
  height: 0.82em;
  flex: 0 0 0.82em;
  object-fit: contain;
}

.services-line-text {
  display: block;
  white-space: nowrap;
  padding-inline: 0;
}

.talk-section {
  position: relative;
  z-index: 240;
  min-height: 100vh;
  height: 100vh;
  background: #06080d;
  color: #f5f7fb;
  display: flex;
  align-items: center;
  padding: clamp(124px, 16vh, 220px) 2vw clamp(86px, 12vh, 150px) 4vw;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

/* Services -> CTA card handoff (enabled by JS on home page). */
body.has-home-services-cta-card .talk-section {
  margin-top: -100vh;
}

.talk-section-inner {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 36vw);
  align-items: center;
  gap: clamp(40px, 3.8vw, 70px);
}

.talk-title {
  margin: 0;
  max-width: none;
  font-size: clamp(58px, 8.2vw, 132px);
  line-height: 0.9;
  letter-spacing: -0.04em;
  font-weight: 700;
  text-transform: none;
}

.talk-copy {
  display: grid;
  justify-items: start;
  gap: clamp(26px, 3.8vh, 46px);
}

.talk-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.talk-title-line {
  display: block;
  white-space: nowrap;
}

.talk-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: clamp(10px, 1.4vh, 18px);
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(245, 247, 251, 0.46);
  color: #f6f8fc;
  background: rgba(255, 255, 255, 0.08);
  font-size: clamp(12px, 0.88vw, 13px);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.talk-cta:hover {
  background: #f6f8fc;
  color: #05070d;
  border-color: #f6f8fc;
  transform: translateY(-1px);
}

.talk-cta-call {
  background: #f6f8fc;
  color: #05070d;
  border-color: #f6f8fc;
}

.talk-robot-wrap {
  position: relative;
  margin: 0;
  width: clamp(415px, 46.5vw, 775px);
  justify-self: end;
  left: clamp(78px, 6.4vw, 138px);
  top: -8px;
  transform-origin: 56% 60%;
  animation: talk-robot-float 8.6s cubic-bezier(0.42, 0, 0.58, 1) infinite;
}

.talk-robot-wrap::before {
  content: "";
  position: absolute;
  width: 76%;
  height: 46%;
  left: 14%;
  bottom: 2%;
  background: radial-gradient(circle at center, rgba(122, 214, 255, 0.18), rgba(122, 214, 255, 0) 70%);
  filter: blur(14px);
  pointer-events: none;
  opacity: 0.34;
}

.talk-robot {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 32px rgba(12, 16, 24, 0.24));
}

.talk-robot-xray {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  clip-path: circle(0px at 0 0);
}

.site-footer {
  position: relative;
  z-index: 250;
  background: #ffffff;
  color: #0f1219;
  border-top: 1px solid rgba(11, 14, 20, 0.14);
  padding: clamp(56px, 9vh, 110px) 5.2vw clamp(24px, 4vh, 52px);
}

.site-footer-inner {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 4vh, 44px);
  min-height: clamp(420px, 62vh, 760px);
}

.site-footer-headline {
  margin: 0;
  max-width: 16ch;
  font-size: clamp(30px, 4.8vw, 78px);
  line-height: 1.04;
  letter-spacing: -0.04em;
  font-weight: 500;
}

.site-footer-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(20px, 2.4vw, 34px);
  align-items: start;
}

.site-footer-col {
  display: grid;
  justify-items: start;
  align-content: start;
  gap: 10px;
}

.site-footer-label {
  margin: 0 0 8px;
  font-family: "JetBrains Mono", "Roboto Mono", monospace;
  font-size: clamp(12px, 0.9vw, 14px);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(15, 18, 25, 0.62);
}

.site-footer-text-link {
  color: #0f1219;
  text-decoration: none;
  font-size: clamp(15px, 1.12vw, 18px);
  line-height: 1.35;
  letter-spacing: 0.01em;
  transition: opacity 0.2s ease;
}

.site-footer-text-link:hover {
  opacity: 0.62;
}

.site-footer-col--copy {
  justify-items: end;
  text-align: right;
}

.site-footer-copy {
  margin: 0;
  font-family: "JetBrains Mono", "Roboto Mono", monospace;
  font-size: clamp(10px, 0.7vw, 12px);
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(15, 18, 25, 0.88);
}

.site-footer-logo {
  margin: 0;
  margin-top: auto;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  font-size: clamp(220px, 38vw, 680px);
  line-height: 0.76;
  letter-spacing: -0.075em;
  font-weight: 700;
  text-transform: none;
  color: #0d1118;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  height: 0.92em;
  touch-action: none;
}

.site-footer-logo.is-physics-ready {
  display: block;
}

.site-footer-logo .footer-logo-letter {
  display: inline-block;
  position: relative;
  will-change: transform;
  cursor: grab;
  user-select: none;
}

.site-footer-logo .footer-logo-letter.is-dragging {
  cursor: grabbing;
}

@keyframes talk-robot-float {
  0% {
    transform: translate3d(0, 0, 0) rotate(-1deg);
  }
  24% {
    transform: translate3d(10px, -16px, 0) rotate(0.6deg);
  }
  52% {
    transform: translate3d(-12px, -22px, 0) rotate(-0.4deg);
  }
  76% {
    transform: translate3d(7px, -8px, 0) rotate(0.4deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(-1deg);
  }
}

@keyframes creative-glitch-shift {
  0% { transform: translate(0, 0); }
  14% { transform: translate(-0.008em, 0.004em); }
  28% { transform: translate(0.006em, -0.006em); }
  42% { transform: translate(-0.005em, -0.003em); }
  57% { transform: translate(0.007em, 0.004em); }
  71% { transform: translate(-0.004em, 0.006em); }
  86% { transform: translate(0.005em, -0.004em); }
  100% { transform: translate(0, 0); }
}

@keyframes creative-glitch-layer-left {
  0%, 100% {
    transform: translateX(-0.018em);
    opacity: 0.62;
  }
  35% {
    transform: translate(-0.03em, 0.004em);
    opacity: 0.75;
  }
  66% {
    transform: translate(-0.011em, -0.003em);
    opacity: 0.5;
  }
}

@keyframes creative-glitch-layer-right {
  0%, 100% {
    transform: translateX(0.018em);
    opacity: 0.3;
  }
  40% {
    transform: translate(0.032em, -0.004em);
    opacity: 0.45;
  }
  72% {
    transform: translate(0.012em, 0.003em);
    opacity: 0.22;
  }
}

@keyframes creative-glitch-slice-a {
  0%, 100% {
    clip-path: inset(0 0 0 0);
  }
  22% {
    clip-path: inset(8% 0 64% 0);
  }
  47% {
    clip-path: inset(52% 0 20% 0);
  }
  74% {
    clip-path: inset(28% 0 40% 0);
  }
}

@keyframes creative-glitch-slice-b {
  0%, 100% {
    clip-path: inset(0 0 0 0);
  }
  18% {
    clip-path: inset(62% 0 10% 0);
  }
  43% {
    clip-path: inset(14% 0 56% 0);
  }
  79% {
    clip-path: inset(36% 0 32% 0);
  }
}

.works-inner {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding-right: 0;
  overflow: visible;
}

.works-kicker {
  margin: 0;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(17, 18, 22, 0.62);
}

.works-title {
  margin: 8px 0 2vh;
  font-size: clamp(72px, 15vw, 240px);
  line-height: 0.78;
  letter-spacing: -0.05em;
  font-weight: 600;
  text-transform: lowercase;
  max-width: 9ch;
  color: #101216;
}

.works-subtitle {
  margin: 0 0 clamp(28px, 4vh, 48px);
  font-size: clamp(11px, 1vw, 14px);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(16, 18, 22, 0.58);
}

.works-counter {
  display: none;
  margin: 0;
  font-family: "JetBrains Mono", "Roboto Mono", monospace;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: rgba(16, 18, 22, 0.86);
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(12px, 1.8vw, 28px);
  grid-auto-flow: dense;
  align-items: start;
}

.work-card {
  margin: 0;
  position: relative;
  isolation: isolate;
  transform: translate3d(0, var(--parallax-y, 0px), 0);
  transition: z-index 0.2s ease;
}

.work-card::before {
  content: "+  [scan]";
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 5;
  font-family: "JetBrains Mono", "Roboto Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: rgba(38, 84, 98, 0.46);
  pointer-events: none;
}

.work-card:hover {
  z-index: 20;
}

.work-index {
  position: absolute;
  left: -0.48em;
  top: -0.14em;
  font-size: clamp(44px, 6vw, 104px);
  line-height: 0.8;
  letter-spacing: -0.04em;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  color: transparent;
  -webkit-text-stroke: 1px rgba(16, 18, 22, 0.18);
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}

.work-media {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #111116;
  filter: none;
  transition: transform 0.45s cubic-bezier(0.2, 0.9, 0.2, 1), filter 0.45s ease;
}

.work-media-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  z-index: 1;
}

.work-media-wrap::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 2px;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.work-media-wrap::after {
  content: "";
  position: absolute;
  left: -16%;
  top: -35%;
  width: 130%;
  height: 24%;
  background: linear-gradient(
    180deg,
    rgba(115, 235, 255, 0) 0%,
    rgba(115, 235, 255, 0.24) 46%,
    rgba(115, 235, 255, 0) 100%
  );
  mix-blend-mode: screen;
  opacity: 0;
  transform: translateY(-36%);
  transition: opacity 0.2s ease;
  pointer-events: none;
  z-index: 3;
}

.work-noise {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  opacity: 0.24;
  mix-blend-mode: soft-light;
  background:
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.06) 0px,
      rgba(255, 255, 255, 0.06) 1px,
      transparent 1px,
      transparent 3px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.08) 0px,
      rgba(0, 0, 0, 0.08) 1px,
      transparent 1px,
      transparent 4px
    );
}

.work-media-xray {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.2);
  filter: none;
  mix-blend-mode: normal;
  clip-path: circle(0px at 0 0);
  pointer-events: none;
}

.work-name {
  margin: 16px 0 0;
  font-size: clamp(19px, 2.1vw, 44px);
  line-height: 0.92;
  letter-spacing: -0.03em;
  font-weight: 600;
  text-transform: lowercase;
  max-width: 10ch;
  color: #12151a;
}

.work-card::after {
  content: attr(data-meta);
  position: absolute;
  left: 0;
  bottom: -1.35em;
  font-family: "JetBrains Mono", "Roboto Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(27, 70, 85, 0.54);
}

.work-card:hover .work-media {
  transform: scale(1.045);
  filter: none;
}

.work-card:hover .work-media-wrap::before {
  opacity: 1;
}

.work-card:hover .work-media-wrap::after {
  opacity: 0;
  animation: none;
}

.work-card--1 { grid-column: 1 / span 4; margin-top: 0; }
.work-card--2 { grid-column: 5 / span 3; margin-top: 8px; }
.work-card--3 { grid-column: 8 / span 4; margin-top: 18px; }
.work-card--4 { grid-column: 2 / span 3; margin-top: 5vh; }
.work-card--5 { grid-column: 9 / span 3; margin-top: -116px; }
.work-card--6 { grid-column: 5 / span 4; margin-top: -22vh; }
.work-card--1 .work-media-wrap { aspect-ratio: 4 / 5; }
.work-card--2 .work-media-wrap { aspect-ratio: 3 / 2; }
.work-card--3 .work-media-wrap { aspect-ratio: 16 / 10; }
.work-card--4 .work-media-wrap { aspect-ratio: 1 / 1; }
.work-card--5 .work-media-wrap { aspect-ratio: 4 / 3; }
.work-card--6 .work-media-wrap { aspect-ratio: 10 / 13; }
.work-card--6 .work-media,
.work-card--6 .work-media-xray { object-position: 10% center; }
.work-card--7 { grid-column: 1 / span 4; margin-top: 10vh; }
.work-card--8 { grid-column: 5 / span 4; margin-top: 4vh; }
.work-card--9 { grid-column: 9 / span 4; margin-top: -18vh; }

.work-card--7 .work-media-wrap { aspect-ratio: 3 / 4; }
.work-card--8 .work-media-wrap { aspect-ratio: 16 / 10; }
.work-card--9 .work-media-wrap { aspect-ratio: 4 / 5; }

.works-cta-card {
  grid-column: 5 / span 8;
  margin-top: -30vh;
  position: relative;
}

.works-cta-card-link {
  display: grid;
  gap: clamp(8px, 1vh, 12px);
  min-height: clamp(176px, 23vh, 228px);
  padding: clamp(18px, 2vh, 26px) clamp(18px, 1.9vw, 28px);
  border: 1px solid rgba(15, 18, 25, 0.34);
  border-radius: 4px;
  text-decoration: none;
  color: #0f1219;
  background: #ffffff;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.works-cta-card-link:hover {
  transform: translateY(-2px);
  border-color: #0f1219;
  box-shadow: 0 10px 22px rgba(8, 12, 20, 0.1);
}

.works-cta-card-kicker {
  margin: 0;
  font-family: "JetBrains Mono", "Roboto Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(15, 18, 25, 0.62);
}

.works-cta-card-title {
  margin: 0;
  max-width: 25ch;
  font-size: clamp(24px, 2.2vw, 36px);
  line-height: 0.92;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.works-cta-card-copy {
  margin: 0;
  max-width: 40ch;
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.4;
  color: rgba(15, 18, 25, 0.78);
}

.works-cta-card-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 4px;
  border: 1px solid #0f1219;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}

.works-side-robot {
  position: absolute;
  right: clamp(-90px, -7vw, -34px);
  top: clamp(112px, 20vh, 236px);
  width: clamp(260px, 24vw, 420px);
  z-index: 60;
  pointer-events: auto;
  animation: works-side-robot-float 7.8s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  transform-origin: 52% 64%;
}

.works-bottom-robot {
  position: absolute;
  left: clamp(-70px, -6vw, -26px);
  bottom: clamp(-14px, 2vh, 42px);
  width: clamp(240px, 22vw, 390px);
  z-index: 58;
  pointer-events: auto;
  animation: works-side-robot-float 8.4s cubic-bezier(0.42, 0, 0.58, 1) infinite reverse;
  transform-origin: 48% 62%;
}

.works-side-robot-media,
.works-side-robot-xray {
  display: block;
  width: 100%;
  height: auto;
  transform: translate3d(var(--robot-parallax-x, 0px), var(--robot-parallax-y, 0px), 0);
  will-change: transform;
}

.works-side-robot-media {
  filter: drop-shadow(0 24px 32px rgba(0, 0, 0, 0.5));
}

.works-side-robot-xray {
  position: absolute;
  inset: 0;
  clip-path: circle(0px at 0 0);
  pointer-events: none;
}

@keyframes works-side-robot-float {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  17% {
    transform: translate3d(8px, -14px, 0) rotate(1.3deg);
  }
  36% {
    transform: translate3d(-14px, -18px, 0) rotate(-1deg);
  }
  56% {
    transform: translate3d(-6px, 6px, 0) rotate(0.8deg);
  }
  78% {
    transform: translate3d(12px, -4px, 0) rotate(-0.7deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}

@keyframes work-scan {
  from {
    transform: translateY(-44%);
  }
  to {
    transform: translateY(470%);
  }
}

@media (max-width: 1000px) {
  .site-footer {
    padding-left: 4.4vw;
    padding-right: 4.4vw;
  }

  .site-footer-headline {
    font-size: clamp(28px, 6.2vw, 58px);
  }

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

  .site-footer-col--copy {
    grid-column: 1 / -1;
    justify-items: start;
    text-align: left;
  }

  .talk-section {
    min-height: 100vh;
    height: 100vh;
    padding-top: clamp(114px, 15vh, 176px);
    padding-left: 4vw;
    padding-right: 2vw;
  }

  .talk-section-inner {
    grid-template-columns: 1fr;
    gap: clamp(24px, 4.2vh, 40px);
  }

  .talk-title {
    font-size: clamp(46px, 9vw, 96px);
  }

  .talk-copy {
    gap: clamp(14px, 2.6vh, 24px);
  }

  .talk-actions {
    gap: 12px;
  }

  .talk-robot-wrap {
    justify-self: center;
    width: clamp(360px, 66vw, 620px);
    left: clamp(12px, 1.8vw, 28px);
  }

  .services-statement-title {
    font-size: clamp(42px, 9.4vw, 136px);
  }

  .works-inner {
    padding-right: 0;
  }

  .intro-side-robot {
    right: clamp(-16px, 1.4vw, 18px);
    top: clamp(136px, 21vh, 220px);
    width: clamp(220px, 34vw, 330px);
    opacity: 0.92;
  }

  .intro-digital-robot {
    left: clamp(58px, 8vw, 120px);
    top: clamp(500px, 62vh, 660px);
    width: clamp(100px, 13vw, 170px);
  }

  .works-side-robot,
  .works-bottom-robot {
    display: none;
  }

  .works-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
  }

  .work-card--1,
  .work-card--2,
  .work-card--3,
  .work-card--4,
  .work-card--5,
  .work-card--6,
  .work-card--7,
  .work-card--8,
  .work-card--9 {
    margin-top: 0;
  }

  .works-cta-card {
    grid-column: 1 / -1;
    margin-top: 0;
  }

  .work-card::after {
    position: static;
    display: block;
    margin-top: 6px;
  }

  .work-card::before {
    top: 6px;
    right: 6px;
    font-size: 9px;
  }

  .work-index {
    font-size: clamp(32px, 8vw, 64px);
    left: -0.3em;
    top: -0.1em;
  }

  .work-card--1 { grid-column: 1 / span 3; }
  .work-card--2 { grid-column: 4 / span 3; }
  .work-card--3 { grid-column: 1 / span 6; }
  .work-card--4 { grid-column: 1 / span 3; }
  .work-card--5 { grid-column: 4 / span 3; }
  .work-card--6 { grid-column: 1 / span 6; }
  .work-card--7 { grid-column: 1 / span 3; }
  .work-card--8 { grid-column: 4 / span 3; }
  .work-card--9 { grid-column: 1 / span 6; }
}

@media (max-width: 640px) {
  .site-footer {
    padding: clamp(30px, 5.5vh, 52px) 20px clamp(28px, 5.8vh, 48px);
  }

  .site-footer-inner {
    min-height: auto;
    gap: 18px;
  }

  .site-footer-headline {
    font-size: clamp(24px, 9.2vw, 42px);
    line-height: 1.08;
  }

  .site-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 22px;
    row-gap: 18px;
  }

  .site-footer-col {
    gap: 6px;
  }

  .site-footer-col:nth-child(4) {
    grid-column: 1 / -1;
  }

  .site-footer-label {
    margin-bottom: 6px;
    font-size: 11px;
    letter-spacing: 0.14em;
  }

  .site-footer-text-link {
    font-size: 18px;
    line-height: 1.32;
  }

  .site-footer-col--copy {
    justify-items: start;
    text-align: left;
  }

  .site-footer-logo {
    margin-top: 14px;
    font-size: clamp(96px, 34vw, 260px);
  }

  .talk-section {
    min-height: 68svh;
    height: auto;
    padding-top: clamp(76px, 10vh, 112px);
    padding-bottom: clamp(28px, 6vh, 52px);
    padding-left: 20px;
    padding-right: 20px;
  }

  body.has-home-services-cta-card .talk-section {
    margin-top: -68svh;
  }

  .talk-section-inner {
    gap: clamp(14px, 2.8vh, 24px);
  }

  .talk-title {
    font-size: clamp(40px, 11vw, 64px);
    line-height: 0.9;
  }

  .talk-cta {
    min-height: 46px;
    padding: 0 18px;
    font-size: 12px;
  }

  .talk-actions {
    gap: 10px;
  }

  .talk-robot-wrap {
    display: none;
  }

  .services-statement {
    min-height: 72svh;
    padding-top: clamp(48px, 8vh, 82px);
    padding-bottom: clamp(40px, 7vh, 72px);
    padding-left: 20px;
    padding-right: 20px;
    align-items: flex-start;
  }

  .services-statement-inner {
    padding-top: clamp(46px, 7svh, 74px);
  }

  .services-statement-title {
    font-size: clamp(58px, 17vw, 132px);
    line-height: 0.92;
  }

  .services-line {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }

  .services-line + .services-line {
    margin-top: 18px;
  }

  .services-line-track {
    gap: 30px;
  }

  .services-line-item {
    gap: 12px;
  }

  .services-line-icon {
    width: 1.05em;
    height: 1.05em;
    flex: 0 0 1.05em;
  }

  .works {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-transition {
    margin-top: clamp(-130px, -10vh, -64px);
    min-height: 100svh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-statement {
    min-height: 100svh;
    height: 100svh;
    margin-top: -100svh;
    border-radius: 0;
    padding-top: clamp(152px, 22vh, 210px);
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-statement-title {
    max-width: 16ch;
    font-size: clamp(34px, 11.5vw, 58px);
    line-height: 0.94;
  }

  .intro-side-robot {
    display: none;
  }

  .intro-digital-robot {
    display: none;
  }

  .about-transition::before,
  .about-transition::after {
    left: 20px;
    right: 20px;
  }

  .works-title {
    line-height: 1;
    font-size: clamp(44px, 18vw, 84px);
    margin: 6px 0 12px;
  }

  .works-kicker {
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  .works-subtitle {
    margin: 0 0 24px;
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .works-counter {
    display: block;
    position: absolute;
    top: 96px;
    right: 0;
    font-size: 11px;
    letter-spacing: 0.08em;
    z-index: 2;
  }

  .work-name {
    font-size: clamp(22px, 8vw, 34px);
  }

  .works-grid {
    --works-carousel-gap: 14px;
    display: flex;
    gap: var(--works-carousel-gap);
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 4px calc(var(--works-carousel-gap) / 2) 14px;
    margin: 0;
    scroll-snap-type: x proximity;
    scroll-padding-inline: 12px;
    -webkit-overflow-scrolling: touch;
    /* pan-x alone blocks vertical page scroll when the gesture starts on the carousel */
    touch-action: pan-x pan-y;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
    cursor: grab;
  }

  .works-grid.is-dragging {
    cursor: grabbing;
  }

  .works-grid > .work-card {
    grid-column: 1 / -1;
    flex: 0 0 calc(100% - var(--works-carousel-gap));
    box-sizing: border-box;
    scroll-snap-align: start;
  }

  .work-media-wrap {
    aspect-ratio: auto !important;
    height: clamp(60svh, 72svh, 78svh);
  }

  .work-media,
  .work-media-xray {
    transform: scale(1.14);
    transform-origin: center;
  }

  .work-card::before {
    top: 7px;
    right: 7px;
  }

  .work-card::after {
    margin-top: 8px;
    font-size: 9px;
    letter-spacing: 0.06em;
    white-space: normal;
    line-height: 1.35;
  }

  .works-cta-card {
    grid-column: 1 / -1;
  }

  .works-cta-card-link {
    min-height: 154px;
    border-radius: 22px;
    padding: 18px 16px;
  }

  .works-cta-card-title {
    font-size: clamp(20px, 7.2vw, 32px);
    line-height: 0.96;
  }

  .works-cta-card-copy {
    font-size: 13px;
    line-height: 1.42;
  }

  .work-index {
    left: -0.12em;
    font-size: clamp(26px, 9vw, 42px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-transition,
  .work-card,
  .work-media,
  .work-media-wrap::after,
  .works-side-robot,
  .works-bottom-robot,
  .intro-side-robot,
  .intro-digital-robot,
  .services-statement {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }

  .intro-statement-word--creative {
    text-shadow: none !important;
    animation: none !important;
  }

  .intro-statement-word--creative::before,
  .intro-statement-word--creative::after,
  .intro-statement-word--glitch-soft,
  .intro-statement-word--glitch-soft::before,
  .intro-statement-word--glitch-soft::after {
    content: none !important;
    animation: none !important;
  }

  .services-line-track {
    animation: none !important;
    transform: none !important;
  }

  .talk-robot-wrap {
    animation: none !important;
    transform: none !important;
  }
}
