:root {
  --black: #0d0d0d;
  --paper: #fafafa;
  --paper-deep: #f1f1f1;
  --white: #ffffff;
  --muted: rgba(8, 8, 8, 0.66);
  --line-dark: rgba(8, 8, 8, 0.14);
  --link-blue: #0066cc;
  --font-display: "Source Serif 4", "Inter", serif;
  --font-body: "Inter", sans-serif;
  --max: 1180px;
  --radius: 25px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  background: var(--paper);
  color: var(--black);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

main {
  position: relative;
  isolation: isolate;
}

main::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(13, 13, 13, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 13, 13, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent 0%, black 18%, black 74%, transparent 100%);
  opacity: 0.45;
  transform: translate3d(0, calc(var(--field-shift, 0) * -24px), 0);
  transition: transform 0.08s linear;
}

.scroll-bottom-blur {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  height: clamp(130px, 18vh, 210px);
  pointer-events: none;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(56% 80% at 18% 100%, rgba(255, 255, 255, 0.72), transparent 62%),
    radial-gradient(46% 74% at 78% 112%, rgba(13, 13, 13, 0.08), transparent 66%),
    linear-gradient(
      to top,
      rgba(250, 250, 250, 0.84) 0%,
      rgba(250, 250, 250, 0.48) 43%,
      rgba(250, 250, 250, 0.08) 74%,
      rgba(250, 250, 250, 0) 100%
    );
  -webkit-backdrop-filter: blur(26px) saturate(1.65) contrast(1.08);
  backdrop-filter: blur(26px) saturate(1.65) contrast(1.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    inset 0 26px 56px rgba(255, 255, 255, 0.24),
    0 -24px 80px rgba(13, 13, 13, 0.08);
  -webkit-mask-image: linear-gradient(to top, black 0%, black 42%, rgba(0, 0, 0, 0.72) 58%, transparent 100%);
  mask-image: linear-gradient(to top, black 0%, black 42%, rgba(0, 0, 0, 0.72) 58%, transparent 100%);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.scroll-bottom-blur.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.scroll-bottom-blur::before,
.scroll-bottom-blur::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.scroll-bottom-blur::before {
  z-index: -1;
  background:
    radial-gradient(32% 52% at 36% 88%, rgba(255, 255, 255, 0.72), transparent 68%),
    radial-gradient(26% 50% at 58% 94%, rgba(13, 13, 13, 0.16), transparent 70%),
    radial-gradient(30% 46% at 72% 82%, rgba(255, 255, 255, 0.42), transparent 72%);
  filter: blur(24px);
  opacity: 0.74;
  transform: translate3d(0, 8px, 0) scaleX(1.08);
}

.scroll-bottom-blur::after {
  background:
    linear-gradient(to bottom, rgba(255, 255, 255, 0.42), transparent 18%),
    repeating-linear-gradient(
      102deg,
      rgba(255, 255, 255, 0.18) 0 1px,
      transparent 1px 16px
    );
  mix-blend-mode: screen;
  opacity: 0.34;
  -webkit-mask-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.76) 48%, transparent 86%);
  mask-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.76) 48%, transparent 86%);
}

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

img {
  display: block;
  width: 100%;
  height: auto;
}

.container {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 22px;
  left: 0;
  right: 0;
  z-index: 60;
  display: flex;
  justify-content: center;
  color: var(--black);
  font-family: var(--font-body);
  pointer-events: none;
}

.site-header * {
  box-sizing: border-box;
}

.site-header a {
  color: inherit;
  text-decoration: none;
}

.nav-shell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  pointer-events: auto;
}

.brand,
.nav-pill {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(8, 8, 8, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow:
    0 12px 28px rgba(8, 8, 8, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.brand {
  position: relative;
  width: 36px;
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.nav-pill {
  border-radius: 999px;
  padding: 0 16px;
  color: rgba(8, 8, 8, 0.62);
  font-size: 0.78rem;
  font-weight: 500;
  white-space: nowrap;
}

.brand:hover {
  transform: translateY(-1px);
  background: #ffffff;
  box-shadow:
    0 14px 32px rgba(8, 8, 8, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.brand-logo {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
  pointer-events: none;
}

.brand-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 18px;
  cursor: pointer;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn img {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  object-fit: contain;
}

.btn:hover {
  transform: translateY(-2px);
}

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

.btn-primary:hover {
  background: var(--link-blue);
}

.btn-dark {
  background: var(--black);
  color: var(--white);
}

.btn-outline {
  border-color: rgba(8, 8, 8, 0.2);
  color: var(--black);
  background: rgba(8, 8, 8, 0.03);
}

.btn-outline:hover {
  border-color: var(--black);
  background: rgba(8, 8, 8, 0.08);
}

.hero-content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: visible;
  padding: 56px 24px 72px;
  background: var(--paper);
  color: var(--black);
  text-align: center;
  pointer-events: auto;
  transform: translateY(-7vh);
}

.hero-title-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}

#canvas-container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  transform: translateX(-50%);
  pointer-events: none;
}

#canvas-container canvas {
  width: 100% !important;
  height: 100% !important;
  mix-blend-mode: multiply;
  opacity: 0.26;
  will-change: contents;
}

.hero-tag {
  margin-bottom: 24px;
  color: rgba(13, 13, 13, 0.62);
  font-size: 12px;
  font-weight: 600;
  text-transform: none;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease forwards;
}

.hero-content h1 {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  font-family: var(--font-display);
  font-size: clamp(12px, 3.5vw, 52px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: none;
  color: var(--black);
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1s ease 0.2s forwards;
}

.hero-desc {
  position: relative;
  z-index: 2;
  max-width: 580px;
  margin-bottom: 48px;
  color: rgba(13, 13, 13, 0.58);
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.6;
  text-shadow: none;
  opacity: 0;
  transform: translateY(40px);
  animation: fadeInUp 1.2s ease 0.4s forwards;
}

.hero-btns {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 16px;
  pointer-events: auto;
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 1.4s ease 0.6s forwards;
}

.hero-content .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: auto;
  padding: 16px 36px;
  border-radius: 100px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.hero-content .btn img {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  object-fit: contain;
}

.hero-content .btn:hover {
  transform: none;
}

.hero-content .btn-primary {
  border: 1px solid var(--black);
  background: var(--black);
  color: var(--paper);
}

.hero-content .btn-primary:hover {
  background: transparent;
  color: var(--black);
}

.hero-content .btn-secondary {
  border: 1px solid rgba(13, 13, 13, 0.14);
  background: rgba(13, 13, 13, 0.04);
  color: rgba(13, 13, 13, 0.78);
  box-shadow: inset 0 0.5px 0 rgba(255, 255, 255, 0.8), 0 1px 3px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(4px) saturate(1.4);
  -webkit-backdrop-filter: blur(4px) saturate(1.4);
}

.hero-content .btn-secondary:hover {
  border-color: rgba(13, 13, 13, 0.3);
  background: rgba(13, 13, 13, 0.08);
  color: var(--black);
  box-shadow: inset 0 0.5px 0 rgba(255, 255, 255, 0.9), 0 2px 8px rgba(0, 0, 0, 0.12);
}

section {
  padding: clamp(72px, 9vw, 112px) 0;
}

.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

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

.reveal-delay-80 {
  --reveal-delay: 80ms;
}

.reveal-delay-160 {
  --reveal-delay: 160ms;
}

.reveal-delay-240 {
  --reveal-delay: 240ms;
}

.reveal-delay-320 {
  --reveal-delay: 320ms;
}

.reveal-delay-420 {
  --reveal-delay: 420ms;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: 28px;
  align-items: end;
  margin-bottom: 34px;
}

.section-kicker {
  color: rgba(13, 13, 13, 0.52);
  font-size: 0.76rem;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 12px;
}

h2 {
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 5vw, 4.8rem);
  line-height: 0.94;
  letter-spacing: 0;
  text-transform: none;
 font-weight: 400;}

.section-head h2 {
  margin-top: 0;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.15;
}

.section-head p {
  color: rgba(8, 8, 8, 0.68);
  line-height: 1.7;
}

.services .section-head {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
  text-align: center;
  margin-bottom: clamp(36px, 5vw, 64px);
}

.services .section-head p {
  max-width: 560px;
  margin: 0 auto;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2.5vw, 34px);
  align-items: start;
  padding: 0 0 clamp(54px, 7vw, 90px);
}

.service {
  --glow-a: rgba(13, 13, 13, 0.18);
  --glow-b: rgba(255, 255, 255, 0.96);
  --glow-c: rgba(13, 13, 13, 0.1);
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  padding: clamp(4px, 0.9vw, 12px);
  text-align: center;
  color: var(--black);
}

.services-grid .service.reveal {
  transform: translateY(28px) scale(0.98);
}

.services-grid .service.reveal.is-visible {
  transform: translateY(0) scale(1);
}

.service-figure {
  position: relative;
  width: clamp(34px, 4vw, 48px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  isolation: isolate;
  transform-origin: 50% 50%;
}

.service-figure::before,
.service-figure::after {
  content: "";
  display: none;
}

.service-figure::after {
  content: none;
}

.service-art {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: square;
  stroke-linejoin: miter;
  shape-rendering: crispEdges;
}

.service-art.pixel-art {
  image-rendering: pixelated;
  stroke-width: 0;
}

.service-icon-img {
  width: 72%;
  height: 72%;
  object-fit: contain;
  image-rendering: pixelated;
  opacity: 0;
  transform: translate3d(0, 5px, 0) scale(0.78);
  transform-origin: 50% 50%;
}

.service-icon-sunglasses {
  width: 118%;
  height: 118%;
}

.service-icon-cursor {
  width: 62%;
  height: 62%;
}

.click-lines {
  position: absolute;
  top: -7%;
  left: 1%;
  width: 42%;
  height: 42%;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  shape-rendering: geometricPrecision;
}

.click-lines .click-ray {
  vector-effect: non-scaling-stroke;
}

.click-lines .click-ray:nth-child(1) {
  --line-stagger: 0ms;
}

.click-lines .click-ray:nth-child(2) {
  --line-stagger: 34ms;
}

.click-lines .click-ray:nth-child(3) {
  --line-stagger: 68ms;
}

.click-lines .click-ray:nth-child(4) {
  --line-stagger: 102ms;
}

.click-lines .click-ray:nth-child(5) {
  --line-stagger: 136ms;
}

.brand-shine {
  position: absolute;
  z-index: 2;
  top: 8%;
  left: 8%;
  width: 84%;
  height: 84%;
  overflow: visible;
  fill: currentColor;
  image-rendering: pixelated;
  pointer-events: none;
  shape-rendering: crispEdges;
}

.brand-shine rect {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: 50% 50%;
}

.service-art.pixel-art .pixel-solid {
  --pixel-alpha: 1;
  fill: currentColor;
  stroke: none;
}

.service-art.pixel-art .pixel-muted {
  --pixel-alpha: 1;
  fill: currentColor;
  stroke: none;
}

.service-art.pixel-art .pixel-paper {
  --pixel-alpha: 1;
  fill: var(--paper);
  stroke: none;
}

.service-art.pixel-art .pixel-spark {
  transform-box: fill-box;
  transform-origin: 50% 50%;
}

.service-art.pixel-art rect,
.service-art.pixel-art polygon,
.click-lines .click-ray {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: 50% 50%;
  transform: translate3d(0, 5px, 0) scale(0.78);
}

.service.is-visible .service-art.pixel-art rect,
.service.is-visible .service-art.pixel-art polygon,
.service.is-visible .click-lines .click-ray,
.service.is-visible .service-icon-img {
  animation: pixelBuild 0.42s cubic-bezier(0.18, 0.82, 0.22, 1) forwards;
  animation-delay: calc(var(--reveal-delay, 0ms) + 90ms + (var(--pixel-order, 0) * 22ms));
}

.service-performance .pixel-bar {
  transform-origin: 50% 100%;
}

.service-performance .pixel-bar-1 {
  --bar-peak: 1.28;
  --bar-dip: 0.78;
  --bar-loop-delay: 0ms;
}

.service-performance .pixel-bar-2 {
  --bar-peak: 1.16;
  --bar-dip: 0.86;
  --bar-loop-delay: 140ms;
}

.service-performance .pixel-bar-3 {
  --bar-peak: 1.08;
  --bar-dip: 0.9;
  --bar-loop-delay: 280ms;
}

.service.service-performance.is-visible .service-art.pixel-art .pixel-bar {
  animation:
    pixelBuild 0.42s cubic-bezier(0.18, 0.82, 0.22, 1) calc(var(--reveal-delay, 0ms) + 90ms + (var(--pixel-order, 0) * 22ms)) forwards,
    chartBarLoop 2.9s cubic-bezier(0.4, 0, 0.2, 1) calc(var(--reveal-delay, 0ms) + 760ms + var(--bar-loop-delay, 0ms)) infinite;
}

.service.service-product.is-visible .service-art {
  animation: productPanelDrift 4.6s cubic-bezier(0.42, 0, 0.2, 1) calc(var(--reveal-delay, 0ms) + 760ms) infinite;
}

.service.service-product.is-visible .service-art.pixel-art .product-tile {
  animation:
    pixelBuild 0.42s cubic-bezier(0.18, 0.82, 0.22, 1) calc(var(--reveal-delay, 0ms) + 90ms + (var(--pixel-order, 0) * 22ms)) forwards,
    productTileLoop 2.7s cubic-bezier(0.4, 0, 0.2, 1) calc(var(--reveal-delay, 0ms) + 820ms + (var(--pixel-order, 0) * 18ms)) infinite;
}

.service.service-product.is-visible .service-art.pixel-art .product-handle {
  animation:
    pixelBuild 0.42s cubic-bezier(0.18, 0.82, 0.22, 1) calc(var(--reveal-delay, 0ms) + 90ms + (var(--pixel-order, 0) * 22ms)) forwards,
    productHandlePulse 2.2s cubic-bezier(0.4, 0, 0.2, 1) calc(var(--reveal-delay, 0ms) + 940ms) infinite;
}

.service.service-product.is-visible .service-art.pixel-art .product-cursor {
  animation:
    pixelBuild 0.42s cubic-bezier(0.18, 0.82, 0.22, 1) calc(var(--reveal-delay, 0ms) + 90ms + (var(--pixel-order, 0) * 22ms)) forwards,
    productCursorLoop 1.8s cubic-bezier(0.4, 0, 0.2, 1) calc(var(--reveal-delay, 0ms) + 740ms + (var(--pixel-order, 0) * 34ms)) infinite;
}

.service.service-websites.is-visible .service-icon-cursor {
  animation:
    pixelBuild 0.42s cubic-bezier(0.18, 0.82, 0.22, 1) calc(var(--reveal-delay, 0ms) + 90ms) forwards,
    cursorTap 2.45s cubic-bezier(0.4, 0, 0.2, 1) calc(var(--reveal-delay, 0ms) + 820ms) infinite;
}

.service.service-websites.is-visible .click-lines .click-ray {
  animation: clickLineFlash 2.45s cubic-bezier(0.4, 0, 0.2, 1) calc(var(--reveal-delay, 0ms) + 820ms + var(--line-stagger, 0ms)) infinite;
}

.service.service-branding.is-visible .service-icon-sunglasses {
  animation:
    pixelBuild 0.42s cubic-bezier(0.18, 0.82, 0.22, 1) calc(var(--reveal-delay, 0ms) + 90ms) forwards,
    brandGlassesLoop 4.2s cubic-bezier(0.42, 0, 0.2, 1) calc(var(--reveal-delay, 0ms) + 780ms) infinite;
}

.service.service-branding.is-visible .brand-shine rect {
  animation: brandShineSweep 4.2s cubic-bezier(0.42, 0, 0.2, 1) calc(var(--reveal-delay, 0ms) + 780ms) infinite;
}

.service-art .dot {
  fill: currentColor;
  stroke: none;
}

.service-art .soft-line {
  opacity: 0.66;
}

.service h3 {
  max-width: 14ch;
  margin: 0 auto 9px;
  font-family: var(--font-body);
  font-size: clamp(0.92rem, 1.05vw, 1.08rem);
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: 0;
  text-wrap: balance;
}

.service p {
  max-width: 23ch;
  margin: 0 auto;
  color: rgba(8, 8, 8, 0.58);
  font-size: clamp(0.78rem, 0.82vw, 0.9rem);
  line-height: 1.48;
  text-wrap: balance;
}

.tools-showcase {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: clamp(58px, 7vw, 86px);
  text-align: center;
}

.tools-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.15;
  text-transform: none;
}

.tools-marquee {
  position: relative;
  width: min(100%, 570px);
  height: 84px;
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid rgba(8, 8, 8, 0.05);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 54px rgba(8, 8, 8, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.tools-marquee::before,
.tools-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 82px;
  pointer-events: none;
}

.tools-marquee::before {
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0));
}

.tools-marquee::after {
  right: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0));
}

.tools-marquee-track {
  display: flex;
  height: 100%;
  align-items: center;
  width: max-content;
  animation: toolsMarquee 38s linear infinite;
  will-change: transform;
}

.tools-marquee-group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 28px;
  padding-right: 28px;
}

.tool-chip {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  color: rgba(8, 8, 8, 0.28);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

.tool-icon {
  display: inline-flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
}

.tool-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.48;
  filter: grayscale(1) saturate(0) contrast(0.85);
}

.work-section {
  width: calc(100% - 60px);
  background: var(--paper-deep);
  color: var(--black);
  border-radius: 32px;
  margin: 0 30px;
  padding: clamp(46px, 6vw, 74px) 0 clamp(38px, 5vw, 62px);
  box-sizing: border-box;
}

.work-section .section-kicker {
  color: rgba(13, 13, 13, 0.52);
}

.work-section .section-head p {
  color: rgba(8, 8, 8, 0.68);
}

.work-section .section-head {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
  margin-bottom: 26px;
}

.work-grid {
  position: relative;
  overflow: hidden;
  margin-inline: -16px;
  padding: 0 16px 10px;
}

.work-grid::before,
.work-grid::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 92px;
  pointer-events: none;
}

.work-grid::before {
  left: 0;
  background: linear-gradient(90deg, var(--paper-deep), rgba(241, 241, 241, 0));
}

.work-grid::after {
  right: 0;
  background: linear-gradient(270deg, var(--paper-deep), rgba(241, 241, 241, 0));
}

.work-track {
  --work-marquee-gap: 24px;
  display: flex;
  gap: 0;
  width: max-content;
  animation: workMarquee 44s linear infinite;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.work-group {
  display: flex;
  flex: 0 0 auto;
  gap: var(--work-marquee-gap);
  padding-right: var(--work-marquee-gap);
}

.work-card {
  display: flex;
  flex: 0 0 clamp(310px, 28vw, 410px);
  flex-direction: column;
  gap: 12px;
  min-height: 100%;
  color: var(--black);
  cursor: default;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.work-card:focus-visible {
  outline: 2px solid rgba(0, 102, 204, 0.75);
  outline-offset: 5px;
  border-radius: 18px;
}

.work-thumb {
  position: relative;
  aspect-ratio: 5 / 4;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid var(--line-dark);
  background: #ddd;
}

.work-thumb img,
.work-thumb video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-tags {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: calc(100% - 24px);
}

.work-tag {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  padding: 0 10px;
  background: rgba(250, 250, 250, 0.74);
  color: rgba(8, 8, 8, 0.72);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
  -webkit-backdrop-filter: blur(14px) saturate(1.25);
  backdrop-filter: blur(14px) saturate(1.25);
  box-shadow: 0 10px 28px rgba(8, 8, 8, 0.1);
}

.work-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  text-align: center;
}

.work-meta h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  text-transform: none;
  line-height: 1;
 font-weight: 400;}

.work-link {
  display: inline-flex;
  color: var(--black);
}

.pricing-section {
  width: calc(100% - 60px);
  margin: 0 30px;
  padding: clamp(54px, 7vw, 92px) 0 clamp(58px, 8vw, 104px);

  color: var(--black);
  border-radius: 0 0 32px 32px;
  box-sizing: border-box;
}

.pricing-section .section-head {
  max-width: 680px;
  margin: 0 auto clamp(28px, 4vw, 44px);
  display: block;
  text-align: center;
}

.pricing-section .section-kicker {
  color: rgba(13, 13, 13, 0.52);
}

.pricing-section .section-head h2 {
  margin-top: 0;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.15;
}

.pricing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.88fr);
  gap: 22px;
  max-width: 900px;
  margin: 0 auto;
  align-items: stretch;
}

.scope-column,
.retainer-column {
  display: grid;
  gap: 18px;
}

.retainer-column {
  align-content: start;
}

.pricing-tabs {
  --pricing-indicator-width: 0px;
  --pricing-indicator-x: 0px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  max-width: 100%;
  min-height: 2.4875rem;
  overflow: hidden;
  scrollbar-width: none;
  padding: 0.25rem;
  border: 0;
  border-radius: 999px;
  background: var(--white);
  box-shadow: none;
  white-space: nowrap;
}

.pricing-tabs::-webkit-scrollbar {
  display: none;
}

.pricing-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  z-index: 0;
  width: var(--pricing-indicator-width, 0px);
  height: calc(100% - 0.5rem);
  border-radius: 999px;
  background: #efefef;
  transform: translate3d(var(--pricing-indicator-x, 0px), 0, 0);
  transition: transform 0.9s cubic-bezier(0.7, 0, 0, 1), width 0.9s cubic-bezier(0.7, 0, 0, 1);
  pointer-events: none;
}

.pricing-tab {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: auto;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #707070;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 0.25rem 0.5rem;
  text-transform: capitalize;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.9s cubic-bezier(0.7, 0, 0, 1), color 0.9s cubic-bezier(0.7, 0, 0, 1), font-weight 0.9s cubic-bezier(0.7, 0, 0, 1);
}

.pricing-tab.is-active {
  background: transparent;
  color: #232323;
  font-weight: 600;
  box-shadow: none;
}

.pricing-card {
  border: 1px solid rgba(8, 8, 8, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 46px rgba(8, 8, 8, 0.06);
}

.scope-card {
  display: grid;
  align-content: start;
  gap: 2rem;
  min-height: 350px;
  padding: 1.27875rem 1.5rem 1.5rem;
}

.price-card {
  padding: 1.27875rem 1.5rem 1.5rem;
}

.retainer-card {
  display: grid;
  align-content: start;
  gap: 2rem;
}

.retainer-card .btn {
  align-self: end;
  margin-top: auto;
}

.pricing-card-head {
  display: flex;
  gap: 18px;
  align-items: start;
  justify-content: space-between;
}

.pricing-label {
  color: rgba(8, 8, 8, 0.52);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
}

.price {
  margin-top: 0.25rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0;
}

.retainer-card .price {
  font-size: 1.5rem;
}

[data-pricing-price] {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
}

.digit-wheel {
  display: inline-block;
  height: 1.15em;
  overflow: hidden;
  vertical-align: -0.12em;
}

.digit-track {
  display: flex;
  flex-direction: column;
  transform: translate3d(0, 0, 0);
  transition: transform 1.05s cubic-bezier(0.18, 0.82, 0.22, 1);
  transition-delay: var(--digit-delay, 0ms);
  will-change: transform;
}

.digit {
  display: block;
  height: 1.15em;
  line-height: 1.15;
}

.price-static {
  display: inline-block;
}

@media (prefers-reduced-motion: reduce) {
  .pricing-indicator,
  .pricing-tab,
  .digit-track {
    transition-duration: 0.01ms;
  }
}

.price-plus {
  display: inline-block;
  margin-left: 2px;
}

.price-plus[hidden] {
  display: none;
}

.add-dev {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
  color: var(--black);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
}

.add-dev::before {
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, var(--black) 0 3px, transparent 4px),
    rgba(8, 8, 8, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.popular-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--black);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
}

.popular-badge::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #11a34a;
}

.pricing-list {
  display: grid;
  gap: 0.875rem;
  list-style: none;
}

.pricing-list li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: rgba(8, 8, 8, 0.6);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
}

.pricing-list li::before {
  content: "";
  width: 14px;
  height: 10px;
  margin-top: 4px;
  background-color: rgba(8, 8, 8, 0.64);
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.15L4.75 8.75L13 1' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.15L4.75 8.75L13 1' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.pricing-card .btn {
  min-height: 44px;
  width: fit-content;
  padding: 0 18px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
}

.pricing-card .btn:hover {
  transform: none;
}

.pricing-card .btn-primary {
  border: 1px solid var(--black);
  background: var(--black);
  color: var(--paper);
}

.pricing-card .btn-primary:hover {
  background: transparent;
  color: var(--black);
}

.pricing-card .btn img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.pricing-card .btn-secondary {
  border-color: transparent;
  background: rgba(8, 8, 8, 0.06);
}

.process {
  border-top: 0;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: rgba(8, 8, 8, 0.12);
}

.process-step {
  min-height: 260px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.42);
  transition: background 0.25s ease, transform 0.25s ease;
}

.process-step:hover {
  background: rgba(255, 255, 255, 0.78);
  transform: translateY(-4px);
}

.process-step span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  border-radius: 999px;
  background: var(--black);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 400;
}

.process-step h3 {
  margin-bottom: 14px;
  font-family: var(--font-display);
  font-size: 1.3rem;
  text-transform: none;
 font-weight: 400;}

.process-step p {
  color: rgba(8, 8, 8, 0.64);
  line-height: 1.65;
  font-size: 0.96rem;
}

.cta-section {
  padding-top: 0;
  margin-top: 50px;
}

.cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(28px, 5vw, 50px);
  border-radius: var(--radius);
  border: 1px solid var(--line-dark);
  background: var(--black);
  color: var(--paper);
  overflow: hidden;
  position: relative;
}

.cta-panel::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(250, 250, 250, 0.65), transparent);
  transform: translateX(calc(var(--cta-scan, 0) * 100% - 100%));
}

.cta-panel h2 {
  max-width: 10ch;
  font-size: clamp(2.4rem, 6vw, 5.8rem);
}

.cta-panel p {
  max-width: 590px;
  margin-top: 18px;
  color: rgba(250, 250, 250, 0.68);
  line-height: 1.65;
}

.cta-actions {
  position: relative;
  z-index: 1;
  display: flex;
  justify-self: end;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.cta-panel .btn {
  min-height: auto;
  padding: 16px 36px;
  border-radius: 100px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.cta-panel .btn:hover {
  transform: none;
}

.cta-panel .btn img {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  object-fit: contain;
}

.cta-panel .btn-primary {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--black);
}

.cta-panel .btn-primary:hover {
  background: transparent;
  color: var(--paper);
}

.cta-panel .btn-secondary {
  border-color: rgba(250, 250, 250, 0.18);
  background: rgba(250, 250, 250, 0.08);
  color: rgba(250, 250, 250, 0.88);
  box-shadow: inset 0 0.5px 0 rgba(255, 255, 255, 0.14), 0 1px 3px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(4px) saturate(1.4);
  -webkit-backdrop-filter: blur(4px) saturate(1.4);
}

.cta-panel .btn-secondary:hover {
  border-color: rgba(250, 250, 250, 0.34);
  background: rgba(250, 250, 250, 0.14);
  color: var(--paper);
  box-shadow: inset 0 0.5px 0 rgba(255, 255, 255, 0.2), 0 2px 8px rgba(0, 0, 0, 0.24);
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

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

@keyframes pixelBuild {
  0% {
    opacity: 0;
    transform: translate3d(0, 5px, 0) scale(0.78);
  }

  56% {
    opacity: var(--pixel-alpha, 1);
    transform: translate3d(0, 0, 0) scale(1.03);
  }

  100% {
    opacity: var(--pixel-alpha, 1);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes chartBarLoop {
  0%,
  100% {
    transform: scaleY(1);
  }

  36% {
    transform: scaleY(var(--bar-peak, 1.14));
  }

  68% {
    transform: scaleY(var(--bar-dip, 0.86));
  }
}

@keyframes productPanelDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  38% {
    transform: translate3d(1px, -1px, 0) rotate(0.7deg);
  }

  72% {
    transform: translate3d(-1px, 0, 0) rotate(-0.45deg);
  }
}

@keyframes productTileLoop {
  0%,
  100% {
    opacity: var(--pixel-alpha, 1);
    transform: translate3d(0, 0, 0) scale(1);
  }

  42% {
    opacity: 0.58;
    transform: translate3d(0, 1px, 0) scale(0.94);
  }

  58% {
    opacity: var(--pixel-alpha, 1);
    transform: translate3d(0, -1px, 0) scale(1.08);
  }
}

@keyframes productHandlePulse {
  0%,
  100% {
    opacity: var(--pixel-alpha, 1);
    transform: scale(1);
  }

  50% {
    opacity: 0.48;
    transform: scale(0.82);
  }
}

@keyframes productCursorLoop {
  0%,
  100% {
    opacity: var(--pixel-alpha, 1);
    transform: scale(1);
  }

  44% {
    opacity: 0.16;
    transform: scale(0.68);
  }

  62% {
    opacity: var(--pixel-alpha, 1);
    transform: scale(1.18);
  }
}

@keyframes cursorTap {
  0%,
  44%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  52%,
  58% {
    transform: translate3d(2px, 2px, 0) scale(0.94);
  }

  64% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes clickLineFlash {
  0%,
  46%,
  100% {
    opacity: 0;
    transform: translate3d(-2px, 3px, 0) scale(0.54);
  }

  54%,
  66% {
    opacity: var(--pixel-alpha, 1);
    transform: translate3d(0, 0, 0) scale(1);
  }

  78% {
    opacity: 0;
    transform: translate3d(2px, -2px, 0) scale(0.78);
  }
}

@keyframes brandGlassesLoop {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }

  38% {
    transform: translate3d(-1px, 0, 0) rotate(-1.1deg) scale(1.02);
  }

  58% {
    transform: translate3d(1px, 0, 0) rotate(1deg) scale(1.01);
  }
}

@keyframes brandShineSweep {
  0%,
  34%,
  100% {
    opacity: 0;
    transform: translate3d(-10px, 8px, 0) scale(0.72);
  }

  48% {
    opacity: 0.92;
    transform: translate3d(0, 0, 0) scale(1);
  }

  62% {
    opacity: 0;
    transform: translate3d(10px, -8px, 0) scale(0.72);
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }

  .services-grid .service.reveal {
    transform: none;
  }

  .service.is-visible .service-figure,
  .service.is-visible .service-art,
  .service.is-visible .service-art.pixel-art rect,
  .service.is-visible .service-art.pixel-art polygon,
  .service.is-visible .click-lines .click-ray,
  .service.is-visible .service-icon-img,
  .service.is-visible .pixel-spark,
  .service.is-visible .brand-shine rect {
    animation: none !important;
  }

  .service-art.pixel-art rect,
  .service-art.pixel-art polygon,
  .click-lines .click-ray,
  .service-icon-img {
    opacity: var(--pixel-alpha, 1);
    transform: none;
  }

  .brand-shine rect {
    opacity: 0;
  }

  .tools-marquee-track {
    animation: none !important;
    transform: none;
  }

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

@media (max-width: 980px) {
  .section-head,
  .pricing-layout,
  .cta-panel {
    grid-template-columns: 1fr;
  }

  .cta-actions {
    justify-self: start;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 24px;
    padding-bottom: 64px;
  }

  .service {
    padding: 0;
  }

  .work-card {
    flex-basis: clamp(210px, 42vw, 250px);
  }

  .pricing-layout {
    max-width: 620px;
  }

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

@media (min-width: 981px) and (max-width: 1180px) {
  .service-figure {
    width: clamp(34px, 4vw, 48px);
  }
}

@media (max-width: 700px) {
  .container {
    width: min(calc(100% - 24px), var(--max));
  }

  .site-header {
    top: 14px;
  }

  .brand,
  .nav-pill {
    min-height: 34px;
  }

  .brand {
    width: 34px;
    font-size: 0.86rem;
  }

  .brand-logo {
    width: 22px;
    height: 22px;
  }

  .nav-pill {
    padding: 0 14px;
    font-size: 0.74rem;
  }

  .hero-content {
    min-height: 100vh;
    padding: 72px 20px 12vh;
    transform: translateY(-4vh);
  }

  .hero-content h1 {
    font-size: clamp(24px, 6.5vw, 42px);
  }

  .process-list {
    grid-template-columns: 1fr;
  }

  .work-grid {
    margin-inline: -12px;
    padding: 0 12px 8px;
    touch-action: pan-y;
  }

  .work-section {
    width: calc(100% - 24px);
    margin-inline: 12px;
    padding: 48px 0 42px;
  }

  .work-grid::before,
  .work-grid::after {
    width: 42px;
  }

  .work-track {
    animation-duration: 52s;
    --work-marquee-gap: 16px;
  }

  .work-card {
    flex: 0 0 clamp(264px, 76vw, 340px);
    gap: 12px;
  }

  .work-thumb {
    aspect-ratio: 5 / 4;
    border-radius: 16px;
  }

  .work-tags {
    top: 10px;
    left: 10px;
    max-width: calc(100% - 20px);
  }

  .work-tag {
    min-height: 25px;
    padding: 0 9px;
    font-size: 0.58rem;
  }

  .work-meta {
    padding-top: 8px;
  }

  .work-meta h3 {
    font-size: 1rem;
  }

  .pricing-section {
    width: calc(100% - 24px);
    margin-inline: 12px;
    padding: 46px 0 48px;
    border-radius: 0 0 24px 24px;
  }

  .pricing-section .container {
    width: 100%;
  }

  .pricing-section .section-head {
    margin-bottom: 30px;
  }

  .pricing-section .section-kicker {
    display: none;
  }

  .pricing-section .section-head h2 {
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 1.15;
  }

  .pricing-layout,
  .scope-column,
  .retainer-column {
    gap: 28px;
  }

  .pricing-tabs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: 2.4875rem;
    padding: 0.25rem;
    border-radius: 999px;
  }

  .pricing-tab {
    min-height: auto;
    border-radius: 999px;
    font-size: clamp(0.76rem, 3.35vw, 0.875rem);
    padding-inline: 0.25rem;
  }

  .scope-card,
  .price-card {
    border-radius: 26px;
    padding: clamp(28px, 7vw, 38px);
  }

  .scope-card,
  .retainer-card {
    gap: 26px;
  }

  .pricing-card-head {
    display: flex;
    gap: 16px;
    align-items: start;
    justify-content: space-between;
  }

  .retainer-card {
    height: auto;
  }

  .pricing-label,
  .add-dev,
  .popular-badge,
  .pricing-list li {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  .price {
    margin-top: 0.25rem;
    font-size: 1.5rem;
  }

  .retainer-card .price {
    font-size: 1.5rem;
  }

  .pricing-list {
    gap: 18px;
  }

  .pricing-list li {
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 10px;
  }

  .pricing-list li::before {
    width: 14px;
    height: 10px;
  }

  .pricing-card .btn {
    width: fit-content;
    min-height: 42px;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
  }

  .hero-tag {
    margin-bottom: 24px;
    font-size: 10px;
    letter-spacing: 0;
  }

  .hero-title-wrapper {
    margin-bottom: 28px;
  }

  .hero-desc {
    max-width: 340px;
    margin-bottom: 48px;
    font-size: 14px;
    line-height: 1.6;
  }

  .hero-btns {
    flex-direction: row;
    gap: 16px;
  }

  .hero-content .btn {
    padding: 14px 28px;
    font-size: 13px;
    white-space: nowrap;
  }

  .cta-panel .btn {
    padding: 14px 28px;
    font-size: 13px;
    white-space: nowrap;
  }

  section {
    padding: 64px 0;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 16px;
    padding-bottom: 50px;
  }

  .service {
    padding: 0 2px;
  }

  .service-figure {
    width: 36px;
    margin-bottom: 18px;
  }

  .service h3 {
    max-width: 13ch;
    font-size: 0.86rem;
  }

  .service p {
    display: none;
  }

  .tools-showcase {
    margin-top: 48px;
  }

  .tools-title {
    font-weight: 500;
  }

  .tools-marquee {
    width: min(100%, 420px);
    height: 72px;
    margin-top: 22px;
    border-radius: 18px;
  }

  .tools-marquee::before,
  .tools-marquee::after {
    width: 48px;
  }

  .tools-marquee-group {
    gap: 22px;
    padding-right: 22px;
  }

  .tool-chip {
    gap: 7px;
    font-size: 0.88rem;
  }

  .tool-icon {
    width: 22px;
    height: 22px;
  }

}

.site-footer {
  box-sizing: border-box;
  width: 100vw;
  min-height: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(64px, 8vw, 120px) 0 clamp(22px, 3vw, 40px);
  background: var(--paper);
  color: var(--black);
  font-family: var(--font-body);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.site-footer * {
  box-sizing: border-box;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

.footer-inner {
  width: min(calc(100% - clamp(32px, 8vw, 160px)), 1660px);
  min-height: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: clamp(16px, 2vw, 28px);
  position: relative;
  z-index: 1;
}

.footer-phrase {
  width: 100%;
  margin: 0 0 clamp(2px, 1vw, 14px);
  color: rgba(13, 13, 13, 0.035);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: clamp(8px, 1.25vw, 24px);
  font-family: var(--font-display);
  font-size: clamp(4.25rem, 7.85vw, 9.85rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
  white-space: nowrap;
  user-select: none;
}

.footer-phrase span {
  display: block;
}

.footer-bottom {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto;
  align-items: end;
  gap: clamp(24px, 6vw, 96px);
  padding-top: clamp(8px, 1.5vw, 18px);
}

.footer-brand {
  display: grid;
  justify-items: start;
  gap: 12px;
  min-width: 0;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  width: clamp(34px, 3.1vw, 48px);
  height: clamp(34px, 3.1vw, 48px);
}

.footer-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.copyright,
.social {
  color: rgba(13, 13, 13, 0.42);
  font-size: clamp(0.76rem, 0.88vw, 0.96rem);
  font-weight: 600;
  line-height: 1.35;
  font-family: var(--font-display);
}

.copyright {
  margin: 0;
}

.social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  padding-bottom: 1px;
}

.social a {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: rgba(13, 13, 13, 0.42);
  transition: color 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
}

.social a svg {
  display: block;
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.social a svg.icon-stroke {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social a svg.icon-stroke .icon-fill {
  fill: currentColor;
  stroke: none;
}

.social a:hover {
  color: var(--black);
  transform: translateY(-1px);
}

@media (max-width: 980px) {
  .site-footer {
    padding-top: clamp(52px, 10vw, 92px);
  }

  .footer-phrase {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0 clamp(16px, 4vw, 30px);
    font-size: clamp(4.1rem, 16vw, 7.5rem);
    white-space: normal;
    max-width: none;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .social {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .site-footer {
    min-height: 0;
    padding-top: 46px;
    padding-bottom: 28px;
  }

  .footer-inner {
    width: min(calc(100% - 32px), 1660px);
  }

  .footer-phrase {
    gap: 0 16px;
    font-size: clamp(3.4rem, 20vw, 5.8rem);
    line-height: 1.08;
  }

  .footer-bottom {
    gap: 22px;
  }

  .social {
    gap: 10px;
  }
}
