@font-face {
  font-family: "Zalando Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 200 900;
  src: url("https://cdn.jsdelivr.net/fontsource/fonts/zalando-sans:vf@5.3.0/latin-wght-normal.woff2") format("woff2-variations");
}

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

html { font-size: 100%; }

html, body {
  height: 100%;
  background: #000;
  color: #fff;
  overflow-anchor: none;
}

body {
  font-family: "Zalando Sans", "Inter Tight", -apple-system, BlinkMacSystemFont, sans-serif;
  font-feature-settings: "ss01" 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}

a { color: inherit; }

/* Iridescent film — oil-on-water, hover only. */
@property --slick-spin {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0deg;
}
@property --slick-spin-2 {
  syntax: "<angle>";
  inherits: true;
  initial-value: 70deg;
}
@property --slick-cx {
  syntax: "<percentage>";
  inherits: true;
  initial-value: 42%;
}
@property --slick-cy {
  syntax: "<percentage>";
  inherits: true;
  initial-value: 60%;
}
@property --slick-hue {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0deg;
}

@keyframes slick-spin {
  to { --slick-spin: 360deg; }
}

@keyframes slick-wander {
  0% {
    --slick-spin-2: 70deg;
    --slick-cx: 38%;
    --slick-cy: 72%;
    background-position: 42% 60%, 70% 40%;
    animation-timing-function: cubic-bezier(0.42, 0, 0.18, 1);
  }
  19% {
    --slick-spin-2: 18deg;
    --slick-cx: 61%;
    --slick-cy: 44%;
    background-position: 68% 28%, 32% 78%;
    animation-timing-function: cubic-bezier(0.22, 0.08, 0.28, 1);
  }
  41% {
    --slick-spin-2: -48deg;
    --slick-cx: 72%;
    --slick-cy: 31%;
    background-position: 88% 52%, 18% 22%;
    animation-timing-function: cubic-bezier(0.48, 0.02, 0.16, 1);
  }
  63% {
    --slick-spin-2: -142deg;
    --slick-cx: 46%;
    --slick-cy: 64%;
    background-position: 28% 82%, 76% 58%;
    animation-timing-function: cubic-bezier(0.3, 0, 0.2, 1);
  }
  82% {
    --slick-spin-2: -228deg;
    --slick-cx: 29%;
    --slick-cy: 52%;
    background-position: 12% 36%, 54% 88%;
    animation-timing-function: cubic-bezier(0.4, 0.05, 0.22, 1);
  }
  100% {
    --slick-spin-2: -290deg;
    --slick-cx: 38%;
    --slick-cy: 72%;
    background-position: 42% 60%, 70% 40%;
  }
}

.copy a,
.msg a,
.prose a {
  position: relative;
  text-decoration: none;
  padding-bottom: 0.16em;
}
.copy a::after,
.msg a::after,
.prose a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  pointer-events: none;
  background: currentColor;
  transition: height 0.36s ease, filter 0.36s ease;
}
.copy a:hover,
.copy a:focus-visible,
.msg a:hover,
.msg a:focus-visible,
.prose a:hover,
.prose a:focus-visible,
.copy a.is-slick,
.msg a.is-slick,
.prose a.is-slick {
  color: #fff;
  opacity: 1;
}
.copy a.is-slick::after,
.copy a:focus-visible::after,
.msg a.is-slick::after,
.msg a:focus-visible::after,
.prose a.is-slick::after,
.prose a:focus-visible::after {
  height: 2px;
  background:
    var(--slick-g1, conic-gradient(
      from var(--slick-spin) at var(--slick-cx) var(--slick-cy),
      #1428ff 0deg,
      #00c2ff 42deg,
      #5dffc8 78deg,
      #ffffff 118deg,
      #ffe14a 158deg,
      #ff5a18 198deg,
      #ff245c 242deg,
      #9b3dff 298deg,
      #1428ff 360deg
    )),
    var(--slick-g2, conic-gradient(
      from var(--slick-spin-2) at calc(100% - var(--slick-cx)) calc(100% - var(--slick-cy)),
      rgba(0, 255, 170, 0) 0deg,
      rgba(0, 220, 255, 0.75) 70deg,
      rgba(255, 255, 255, 0.55) 130deg,
      rgba(255, 40, 180, 0.8) 200deg,
      rgba(40, 80, 255, 0.65) 280deg,
      rgba(0, 255, 170, 0) 360deg
    ));
  background-blend-mode: screen;
  background-repeat: no-repeat;
  background-size: 5.5rem 5.5rem, 7.5rem 4.5rem;
  background-position: var(--slick-p1, 42% 60%), var(--slick-p2, 70% 40%);
  filter: blur(var(--slick-blur, 0.35px)) hue-rotate(var(--slick-hue, 0deg));
}

.copy a:focus-visible,
.msg a:focus-visible,
.prose a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.copy a:focus-visible::after,
.msg a:focus-visible::after,
.prose a:focus-visible::after,
.cta:focus-visible::before,
.ghost:focus-visible::before {
  animation:
    slick-spin 16s linear infinite,
    slick-wander 11s infinite;
}

.cta.is-slick::before,
.ghost.is-slick::before,
.copy a.is-slick::after,
.msg a.is-slick::after,
.prose a.is-slick::after,
.socials a.is-slick::before {
  animation: none;
}
.cta.is-slick::before,
.ghost.is-slick::before {
  opacity: 1;
  box-shadow:
    0 0 14px rgba(20, 80, 255, 0.4),
    0 0 26px rgba(255, 50, 40, 0.26);
}

.cta {
  position: relative;
  isolation: isolate;
  z-index: 1;
}
.cta > span {
  position: relative;
  z-index: 2;
}
.ghost {
  position: relative;
  isolation: isolate;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  padding: 0 0.875rem;
  border: 1px solid #fff;
  border-radius: 1px;
  background: transparent;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375;
  text-decoration: none;
}
.ghost > span {
  position: relative;
  z-index: 2;
}
.ghost:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }

.cta::before,
.cta::after,
.ghost::before,
.ghost::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 2px;
}
.cta::before,
.ghost::before {
  inset: -2px;
  z-index: 0;
  background:
    var(--slick-g1, conic-gradient(
      from var(--slick-spin) at var(--slick-cx) var(--slick-cy),
      #1428ff 0deg,
      #00c2ff 42deg,
      #5dffc8 78deg,
      #ffffff 118deg,
      #ffe14a 158deg,
      #ff5a18 198deg,
      #ff245c 242deg,
      #9b3dff 298deg,
      #1428ff 360deg
    )),
    var(--slick-g2, conic-gradient(
      from var(--slick-spin-2) at calc(100% - var(--slick-cx)) calc(100% - var(--slick-cy)),
      rgba(0, 255, 170, 0) 0deg,
      rgba(0, 220, 255, 0.75) 70deg,
      rgba(255, 255, 255, 0.55) 130deg,
      rgba(255, 40, 180, 0.8) 200deg,
      rgba(40, 80, 255, 0.65) 280deg,
      rgba(0, 255, 170, 0) 360deg
    ));
  background-blend-mode: screen;
  background-repeat: no-repeat;
  background-size: 160% 160%, 190% 190%;
  background-position: var(--slick-p1, 42% 60%), var(--slick-p2, 70% 40%);
  filter: hue-rotate(var(--slick-hue, 0deg));
  opacity: 0;
  transition: opacity 0.38s ease, box-shadow 0.38s ease;
}
.cta::after,
.ghost::after {
  inset: 0;
  z-index: 1;
  border-radius: 1px;
  background: #fff;
}
.ghost::after { background: #000; }
.cta.is-slick::after,
.cta:focus-visible::after {
  background: #000;
}
.cta:focus-visible::before,
.ghost:focus-visible::before {
  opacity: 1;
  box-shadow:
    0 0 14px rgba(20, 80, 255, 0.4),
    0 0 26px rgba(255, 50, 40, 0.26);
}

.cta.is-slick > span,
.cta:focus-visible > span,
.ghost.is-slick .acc-go-full,
.ghost:focus-visible .acc-go-full,
.cta-xl.is-slick,
.cta-xl:focus-visible,
.copy a.is-slick,
.copy a:focus-visible,
.msg a.is-slick,
.msg a:focus-visible,
.prose a.is-slick,
.prose a:focus-visible {
  background-image:
    var(--slick-g1, conic-gradient(
      from var(--slick-spin) at var(--slick-cx) var(--slick-cy),
      #1428ff 0deg,
      #00c2ff 42deg,
      #5dffc8 78deg,
      #ffffff 118deg,
      #ffe14a 158deg,
      #ff5a18 198deg,
      #ff245c 242deg,
      #9b3dff 298deg,
      #1428ff 360deg
    )),
    var(--slick-g2, conic-gradient(
      from var(--slick-spin-2) at calc(100% - var(--slick-cx)) calc(100% - var(--slick-cy)),
      rgba(0, 255, 170, 0) 0deg,
      rgba(0, 220, 255, 0.75) 70deg,
      rgba(255, 255, 255, 0.55) 130deg,
      rgba(255, 40, 180, 0.8) 200deg,
      rgba(40, 80, 255, 0.65) 280deg,
      rgba(0, 255, 170, 0) 360deg
    ));
  background-blend-mode: screen;
  background-repeat: no-repeat;
  background-size: 180% 180%, 220% 220%;
  background-position: var(--slick-p1, 42% 60%), var(--slick-p2, 70% 40%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.cta-xl.is-slick,
.cta-xl:focus-visible {
  background-size: 240% 100%, 280% 100%;
  background-position: var(--slick-p1, 0% 50%), var(--slick-p2, 30% 50%);
}

.cta-xl-wrap {
  margin: var(--block-gap, 10.9375rem) auto 0;
  padding: 0 0 10rem;
  max-width: var(--copy-w);
  text-align: left;
}
.cta-xl {
  position: relative;
  display: inline-block;
  max-width: 100%;
  font-size: clamp(2.5rem, 7.36vw, 6.625rem);
  font-weight: 300;
  line-height: 1.22;
  letter-spacing: -0.02em;
  color: #fff;
  text-decoration: none;
  padding-bottom: 0.08em;
}
.cta-xl::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  pointer-events: none;
  background: currentColor;
  transition: height 0.36s ease, filter 0.36s ease;
}
.cta-xl:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.cta-xl.is-slick::after,
.cta-xl:focus-visible::after {
  height: 4px;
  background:
    var(--slick-g1, linear-gradient(90deg,
      #1428ff 0%,
      #00c2ff 14%,
      #5dffc8 28%,
      #ffffff 42%,
      #ffe14a 56%,
      #ff5a18 70%,
      #ff245c 84%,
      #9b3dff 100%
    )),
    var(--slick-g2, linear-gradient(100deg,
      rgba(0, 220, 255, 0) 0%,
      rgba(0, 220, 255, 0.7) 18%,
      rgba(255, 255, 255, 0.5) 36%,
      rgba(255, 225, 74, 0.65) 54%,
      rgba(255, 40, 180, 0.75) 72%,
      rgba(40, 80, 255, 0.6) 88%,
      rgba(0, 220, 255, 0) 100%
    ));
  background-blend-mode: screen;
  background-repeat: no-repeat;
  background-size: 240% 100%, 280% 100%;
  background-position: var(--slick-p1, 0% 50%), var(--slick-p2, 30% 50%);
  filter: blur(var(--slick-blur, 0.35px)) hue-rotate(var(--slick-hue, 0deg));
}
.cta-xl:focus-visible::after {
  animation:
    slick-spin 16s linear infinite,
    slick-wander 11s infinite;
}

@media (prefers-reduced-motion: reduce) {
  .copy a:hover::after,
  .copy a:focus-visible::after,
  .msg a:hover::after,
  .msg a:focus-visible::after,
  .prose a:hover::after,
  .prose a:focus-visible::after,
  .cta:hover::before,
  .cta:focus-visible::before,
  .ghost:hover::before,
  .ghost:focus-visible::before,
  .socials a:hover::before,
  .socials a:focus-visible::before,
  .cta-xl:hover::after,
  .cta-xl:focus-visible::after {
    animation: none;
  }
}

.page {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  --mark-size: 12px;
  --mark-load: 22px;
  --rail-w: 12px;
  --rail-span: 87.5rem;
  --rail-inset: max(
    min(20.833vw, 18.75rem),
    calc((100% - var(--rail-span) - 2 * var(--rail-w)) / 2)
  );
  --content-gap: 40px;
  --copy-w: 60rem;
  --content-x: calc(var(--rail-inset) + var(--rail-w) + var(--content-gap));
  --content-w: calc(100% - 2 * var(--content-x));
  --icon-y1: 12.593vh;
  --icon-y2: 85.926vh;
  --rail-gap: 4px;
  --seg-top-h: calc(var(--icon-y1) - var(--rail-gap));
  --seg-mid-t: calc(var(--icon-y1) + var(--mark-size) + var(--rail-gap));
  --seg-mid-h: calc(var(--icon-y2) - var(--rail-gap) - var(--seg-mid-t));
  --seg-bot-t: calc(var(--icon-y2) + var(--mark-size) + var(--rail-gap));
  --seg-bot-h: calc(100% - var(--seg-bot-t));
  --logo-t: clamp(1.5rem, 4.94vh, 2.5rem);
  --hero-t: 35.8%;
  --foot-b: clamp(1rem, 2.47vh, 1.5rem);
  --fly: 1.15s;
  --fly-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --mark-fly: 0.95s;
  --mark-fly-ease: cubic-bezier(0.4, 0.02, 0.1, 1);
  --hold: 0.38s;
  --rail-grow: 0.9s;
  --rail-grow-delay: 0.95s;
  --rail-settle: 0.5s;
  --rail-hot: 1.5s;
  --rail-dot: repeating-linear-gradient(
    to top,
    rgba(255, 255, 255, 0.2) 0 2px,
    transparent 2px 5px
  );
  --rail-dot-mask: repeating-linear-gradient(to top, #000 0 2px, transparent 2px 5px);
}

/* —— flying rail marks (not digit cells) —— */
.mark {
  position: absolute;
  z-index: 9;
  width: var(--mark-size);
  height: var(--mark-size);
  overflow: hidden;
  color: #fff;
  opacity: 0.2;
  pointer-events: auto;
  cursor: pointer;
}

.mark svg {
  display: block;
  width: 100%;
  height: 100%;
}
.mark[data-mark]::after,
.mark--rail::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: var(--slick-g1, #00c2ff);
  -webkit-mask-image: var(--slick-mask);
  mask-image: var(--slick-mask);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: opacity var(--rail-settle) ease;
}
.mark-tl { left: var(--rail-inset); top: var(--icon-y1); }
.mark-tr { left: calc(100% - var(--rail-inset) - var(--mark-size)); top: var(--icon-y1); }
.mark-bl { left: var(--rail-inset); top: var(--icon-y2); }
.mark-br { left: calc(100% - var(--rail-inset) - var(--mark-size)); top: var(--icon-y2); }

html.js:not(.is-ready) .mark[data-mark] {
  width: var(--mark-load);
  height: var(--mark-load);
  opacity: 1;
  will-change: left, top, width, height, opacity;
}
html.js:not(.is-ready) .mark-tl { left: calc(50% - 28px); top: calc(50vh - 28px); }
html.js:not(.is-ready) .mark-tr { left: calc(50% + 6px);  top: calc(50vh - 28px); }
html.js:not(.is-ready) .mark-bl { left: calc(50% - 28px); top: calc(50vh + 6px); }
html.js:not(.is-ready) .mark-br { left: calc(50% + 6px);  top: calc(50vh + 6px); }

html.js .mark[data-mark] {
  transition:
    left var(--mark-fly) var(--mark-fly-ease) var(--hold),
    top var(--mark-fly) var(--mark-fly-ease) var(--hold),
    width var(--mark-fly) var(--mark-fly-ease) var(--hold),
    height var(--mark-fly) var(--mark-fly-ease) var(--hold),
    opacity calc(var(--mark-fly) * 0.75) var(--mark-fly-ease) var(--hold);
}
html.js .mark-tl { transition-delay: 0.38s, 0.38s, 0.38s, 0.38s, 0.42s; }
html.js .mark-tr { transition-delay: 0.46s, 0.46s, 0.46s, 0.46s, 0.50s; }
html.js .mark-bl { transition-delay: 0.50s, 0.50s, 0.50s, 0.50s, 0.54s; }
html.js .mark-br { transition-delay: 0.42s, 0.42s, 0.42s, 0.42s, 0.46s; }

/* —— rails —— */
.rail {
  position: absolute;
  top: 0;
  height: 100svh;
  width: var(--rail-w);
  z-index: 4;
  pointer-events: none;
}
.rail-l { left: var(--rail-inset); }
.rail-r { right: var(--rail-inset); }

.seg {
  position: absolute;
  left: 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  transform: scaleY(1);
  transform-origin: top center;
}
.seg::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background:
    var(--slick-g1, linear-gradient(
      180deg,
      #1428ff 0%,
      #1428ff 4%,
      #00c2ff 14%,
      #5dffc8 24%,
      #ffffff 36%,
      #ffe14a 48%,
      #ff5a18 60%,
      #ff245c 72%,
      #9b3dff 86%,
      #1428ff 96%,
      #1428ff 100%
    )),
    var(--slick-g2, linear-gradient(
      186deg,
      rgba(0, 194, 255, 0) 0%,
      rgba(93, 255, 200, 0.45) 16%,
      rgba(255, 255, 255, 0.35) 30%,
      rgba(255, 225, 74, 0.5) 46%,
      rgba(255, 90, 24, 0.45) 62%,
      rgba(255, 36, 92, 0.4) 76%,
      rgba(155, 61, 255, 0.5) 88%,
      rgba(20, 40, 255, 0) 100%
    ));
  background-blend-mode: screen;
  background-repeat: no-repeat;
  background-size: 100% 220%, 100% 280%;
  background-position: var(--slick-p1, 0% 0%), var(--slick-p2, 0% 20%);
  filter: hue-rotate(var(--slick-hue, 0deg));
}
.seg-top {
  top: 0;
  height: var(--seg-top-h);
  transform-origin: top center;
  background: var(--rail-dot);
}
.seg-top::before {
  -webkit-mask-image: var(--rail-dot-mask);
  mask-image: var(--rail-dot-mask);
}
.seg-mid,
.seg-bot {
  background-color: rgba(255, 255, 255, 0.2);
  background-image: none;
  transition: background-color var(--rail-settle) ease;
}
.seg-mid { top: var(--seg-mid-t); height: var(--seg-mid-h); transform-origin: center center; }
.seg-bot {
  top: var(--seg-bot-t);
  height: var(--seg-bot-h);
  transform-origin: top center;
}
.seg-mid::after,
.seg-bot::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: var(--rail-dot);
  opacity: 0;
  transition: opacity var(--rail-settle) ease;
}

html.js:not(.is-rail-drawn) .seg-mid,
html.js:not(.is-rail-drawn) .seg-bot {
  background-color: transparent;
}
html.js:not(.is-rail-drawn) .seg-mid::after,
html.js:not(.is-rail-drawn) .seg-bot::after {
  opacity: 1;
}
html.js:not(.is-rail-drawn) .seg-mid::before,
html.js:not(.is-rail-drawn) .seg-bot::before {
  -webkit-mask-image: var(--rail-dot-mask);
  mask-image: var(--rail-dot-mask);
}

html.js:not(.is-ready) .seg { transform: scaleY(0); }
html.js .seg {
  transition: transform var(--rail-grow) var(--fly-ease) var(--rail-grow-delay);
}
.seg::before {
  transition: opacity var(--rail-settle) ease;
}
html.js.is-rails-growing .seg::before {
  opacity: 1;
  transition: opacity 0.12s ease;
}
html.js.is-rail-drawn .seg::before,
html.is-rail-set .seg::before {
  opacity: 0;
}
html.js.is-rail-hot .seg-mid,
html.js.is-rail-hot .seg-bot {
  background-color: transparent;
  transition: background-color var(--rail-hot) ease;
}
html.js.is-rail-hot .seg-mid::after,
html.js.is-rail-hot .seg-bot::after {
  opacity: 1;
  transition: opacity var(--rail-hot) ease;
}
html.js.is-rail-hot .seg-mid::before,
html.js.is-rail-hot .seg-bot::before {
  -webkit-mask-image: var(--rail-dot-mask);
  mask-image: var(--rail-dot-mask);
}
html.js.is-rail-hot .seg::before {
  opacity: 1;
  transition: opacity var(--rail-hot) ease;
}
html.js.is-rail-hot .mark[data-mark],
html.js.is-rail-hot .mark--rail {
  opacity: 1;
  transition: opacity var(--rail-hot) ease;
}
html.js.is-rail-hot .mark[data-mark]::after,
html.js.is-rail-hot .mark--rail::after {
  opacity: 1;
  transition: opacity var(--rail-hot) ease;
}

html.is-gas-world::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 80;
  pointer-events: none;
  opacity: 0;
  background:
    var(--slick-veil-g1, linear-gradient(
      180deg,
      #1428ff 0%,
      #00c2ff 14%,
      #5dffc8 28%,
      #ffffff 42%,
      #ffe14a 56%,
      #ff5a18 70%,
      #ff245c 84%,
      #9b3dff 100%
    )),
    var(--slick-veil-g2, linear-gradient(
      186deg,
      rgba(0, 194, 255, 0) 0%,
      rgba(93, 255, 200, 0.45) 20%,
      rgba(255, 225, 74, 0.5) 50%,
      rgba(255, 36, 92, 0.4) 75%,
      rgba(20, 40, 255, 0) 100%
    ));
  background-blend-mode: screen;
  mix-blend-mode: screen;
  background-repeat: no-repeat;
  background-size: 170% 170%, 220% 220%;
  background-position: var(--slick-p1, 42% 60%), var(--slick-p2, 70% 40%);
  filter: hue-rotate(var(--slick-hue, 0deg));
  transition: opacity 2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
html.is-gas-world.is-gas-veil::after {
  opacity: 0.95;
}

/* Ink experiment — revert: delete this block. */
html.is-gas-ink .hero-copy h1,
html.is-gas-ink .trusted > span:not(.logos),
html.is-gas-ink .clients-kicker h2,
html.is-gas-ink .clients-kicker p,
html.is-gas-ink .acc-title,
html.is-gas-ink .acc-desc,
html.is-gas-ink .acc-go-full,
html.is-gas-ink .prose h1,
html.is-gas-ink .prose h2,
html.is-gas-ink .prose p,
html.is-gas-ink .prose li,
html.is-gas-ink .prose a,
html.is-gas-ink .msg,
html.is-gas-ink .msg a,
html.is-gas-ink .foot .copy,
html.is-gas-ink .foot .copy a {
  background-image:
    var(--slick-g1, conic-gradient(
      from var(--slick-spin) at var(--slick-cx) var(--slick-cy),
      #1428ff 0deg,
      #00c2ff 42deg,
      #5dffc8 78deg,
      #ffffff 118deg,
      #ffe14a 158deg,
      #ff5a18 198deg,
      #ff245c 242deg,
      #9b3dff 298deg,
      #1428ff 360deg
    )),
    var(--slick-g2, conic-gradient(
      from var(--slick-spin-2) at calc(100% - var(--slick-cx)) calc(100% - var(--slick-cy)),
      rgba(0, 255, 170, 0) 0deg,
      rgba(0, 220, 255, 0.75) 70deg,
      rgba(255, 255, 255, 0.55) 130deg,
      rgba(255, 40, 180, 0.8) 200deg,
      rgba(40, 80, 255, 0.65) 280deg,
      rgba(0, 255, 170, 0) 360deg
    ));
  background-blend-mode: screen;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 180% 180%, 220% 220%;
  background-position: var(--slick-p1, 42% 60%), var(--slick-p2, 70% 40%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #fff;
  -webkit-text-fill-color: #fff;
}
html.is-gas-ink-on .hero-copy h1,
html.is-gas-ink-on .trusted > span:not(.logos),
html.is-gas-ink-on .clients-kicker h2,
html.is-gas-ink-on .clients-kicker p,
html.is-gas-ink-on .acc-title,
html.is-gas-ink-on .acc-desc,
html.is-gas-ink-on .acc-go-full,
html.is-gas-ink-on .prose h1,
html.is-gas-ink-on .prose h2,
html.is-gas-ink-on .prose p,
html.is-gas-ink-on .prose li,
html.is-gas-ink-on .prose a,
html.is-gas-ink-on .msg,
html.is-gas-ink-on .msg a,
html.is-gas-ink-on .foot .copy,
html.is-gas-ink-on .foot .copy a {
  color: rgba(255, 255, 255, var(--ink-white, 0));
  -webkit-text-fill-color: rgba(255, 255, 255, var(--ink-white, 0));
}
html.is-gas-ink .brand-word,
html.is-gas-ink .brand-mark,
html.is-gas-ink .socials a,
html.is-gas-ink .mark--cell.is-digit {
  background-image:
    var(--slick-g1, conic-gradient(
      from var(--slick-spin) at var(--slick-cx) var(--slick-cy),
      #1428ff 0deg,
      #00c2ff 42deg,
      #5dffc8 78deg,
      #ffffff 118deg,
      #ffe14a 158deg,
      #ff5a18 198deg,
      #ff245c 242deg,
      #9b3dff 298deg,
      #1428ff 360deg
    )),
    var(--slick-g2, conic-gradient(
      from var(--slick-spin-2) at calc(100% - var(--slick-cx)) calc(100% - var(--slick-cy)),
      rgba(0, 255, 170, 0) 0deg,
      rgba(0, 220, 255, 0.75) 70deg,
      rgba(255, 255, 255, 0.55) 130deg,
      rgba(255, 40, 180, 0.8) 200deg,
      rgba(40, 80, 255, 0.65) 280deg,
      rgba(0, 255, 170, 0) 360deg
    ));
  background-blend-mode: screen;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 180% 180%, 220% 220%;
  background-position: var(--slick-p1, 42% 60%), var(--slick-p2, 70% 40%);
  -webkit-mask-image: var(--slick-mask);
  mask-image: var(--slick-mask);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
html.is-gas-ink .brand-word path {
  fill: #fff;
  transition: fill 2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
html.is-gas-ink-on .brand-word path { fill: rgba(255, 255, 255, var(--ink-white, 0)); }
html.is-gas-ink .brand-mark svg,
html.is-gas-ink .socials a svg,
html.is-gas-ink .mark--cell.is-digit svg {
  opacity: 1;
  transition: opacity 2s linear;
}
html.is-gas-ink-on .brand-mark svg,
html.is-gas-ink-on .socials a svg,
html.is-gas-ink-on .mark--cell.is-digit svg { opacity: 0; }
html.is-gas-ink .mark--cell.is-digit {
  -webkit-mask-size: 70% 70%;
  mask-size: 70% 70%;
  -webkit-mask-position: center;
  mask-position: center;
}
html.is-gas-ink.is-gas-plain .mark--cell.is-digit {
  background-image: none;
  -webkit-mask-image: none;
  mask-image: none;
}
html.is-gas-ink.is-gas-plain .mark--cell.is-digit svg { opacity: 1; }
html.is-gas-ink .trusted .pill {
  border-radius: 12px;
  overflow: hidden;
  background-image:
    var(--slick-g1, conic-gradient(
      from var(--slick-spin) at var(--slick-cx) var(--slick-cy),
      #1428ff 0deg,
      #00c2ff 42deg,
      #5dffc8 78deg,
      #ffffff 118deg,
      #ffe14a 158deg,
      #ff5a18 198deg,
      #ff245c 242deg,
      #9b3dff 298deg,
      #1428ff 360deg
    )),
    var(--slick-g2, conic-gradient(
      from var(--slick-spin-2) at calc(100% - var(--slick-cx)) calc(100% - var(--slick-cy)),
      rgba(0, 255, 170, 0) 0deg,
      rgba(0, 220, 255, 0.75) 70deg,
      rgba(255, 255, 255, 0.55) 130deg,
      rgba(255, 40, 180, 0.8) 200deg,
      rgba(40, 80, 255, 0.65) 280deg,
      rgba(0, 255, 170, 0) 360deg
    ));
  background-blend-mode: screen;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 180% 180%, 220% 220%;
  background-position: var(--slick-p1, 42% 60%), var(--slick-p2, 70% 40%);
}
html.is-gas-ink .trusted .pill svg > rect:first-of-type {
  opacity: 1;
  transition: opacity 2s linear;
}
html.is-gas-ink-on .trusted .pill svg > rect:first-of-type { opacity: 0; }
html.is-gas-ink .award {
  isolation: isolate;
  overflow: hidden;
  border-radius: 4px;
}
html.is-gas-ink .award::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 2s linear;
  background-image:
    var(--slick-g1, conic-gradient(
      from var(--slick-spin) at var(--slick-cx) var(--slick-cy),
      #1428ff 0deg,
      #00c2ff 42deg,
      #5dffc8 78deg,
      #ffffff 118deg,
      #ffe14a 158deg,
      #ff5a18 198deg,
      #ff245c 242deg,
      #9b3dff 298deg,
      #1428ff 360deg
    )),
    var(--slick-g2, conic-gradient(
      from var(--slick-spin-2) at calc(100% - var(--slick-cx)) calc(100% - var(--slick-cy)),
      rgba(0, 255, 170, 0) 0deg,
      rgba(0, 220, 255, 0.75) 70deg,
      rgba(255, 255, 255, 0.55) 130deg,
      rgba(255, 40, 180, 0.8) 200deg,
      rgba(40, 80, 255, 0.65) 280deg,
      rgba(0, 255, 170, 0) 360deg
    ));
  background-blend-mode: screen;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 180% 180%, 220% 220%;
  background-position: var(--slick-p1, 42% 60%), var(--slick-p2, 70% 40%);
}
html.is-gas-ink-on .award::before { opacity: 1; }
html.is-gas-ink .award img {
  position: relative;
  z-index: 1;
  mix-blend-mode: screen;
}
html.is-gas-ink .cta::before,
html.is-gas-ink .cta.is-slick::before,
html.is-gas-ink .ghost::before,
html.is-gas-ink .ghost.is-slick::before {
  transition: opacity 2s linear, box-shadow 2s linear;
}
html.is-gas-ink:not(.is-gas-ink-on) .cta.is-slick::before,
html.is-gas-ink:not(.is-gas-ink-on) .ghost.is-slick::before { opacity: 0; }
html.is-gas-ink-on .cta.is-slick::before,
html.is-gas-ink-on .ghost.is-slick::before { opacity: 1; }
html.is-gas-ink .cta::after,
html.is-gas-ink .cta.is-slick::after {
  transition: background-color 2s linear;
}
html.is-gas-ink:not(.is-gas-ink-on) .cta.is-slick::after { background: #fff; }
html.is-gas-ink-on .cta.is-slick::after { background: #000; }
html.is-gas-ink .cta > span,
html.is-gas-ink .cta-xl {
  transition: color 2s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-text-fill-color 2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
html.is-gas-ink:not(.is-gas-ink-on) .cta.is-slick > span {
  color: #000;
  -webkit-text-fill-color: #000;
}
html.is-gas-ink-on .cta.is-slick > span {
  color: rgba(0, 0, 0, 0);
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
html.is-gas-ink:not(.is-gas-ink-on) .cta-xl.is-slick {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
html.is-gas-ink-on .cta-xl.is-slick {
  color: rgba(255, 255, 255, var(--ink-white, 0));
  -webkit-text-fill-color: rgba(255, 255, 255, var(--ink-white, 0));
}
html.is-gas-ink.is-gas-plain .trusted .pill svg > rect:first-of-type { opacity: 1; }
html.is-gas-ink.is-gas-plain .award::before { opacity: 0; }
html.is-gas-ink.is-gas-plain .cta::before {
  opacity: 0;
  transition: opacity 2s linear, box-shadow 2s linear;
}
html.is-gas-ink.is-gas-plain .cta::after {
  background: #fff;
  transition: background-color 2s linear;
}
html.is-gas-ink.is-gas-plain .cta > span {
  color: #000;
  -webkit-text-fill-color: #000;
}
html.is-gas-ink.is-gas-plain .cta-xl::after {
  background: currentColor;
  filter: none;
  height: 2px;
  transition: height 2s linear, filter 2s linear, background 2s linear;
}
html.is-gas-ink.is-gas-plain .ghost::before {
  opacity: 0;
  transition: opacity 2s linear;
}
html.is-gas-ink.is-gas-plain .ghost.is-slick .acc-go-full {
  color: rgba(255, 255, 255, var(--ink-white, 0));
  -webkit-text-fill-color: rgba(255, 255, 255, var(--ink-white, 0));
}

/* —— page chrome fade-in —— */
.ui {
  opacity: 1;
  overflow-anchor: none;
}
html.js:not(.is-ready) .ui {
  opacity: 0;
}
html.js .ui {
  transition: opacity 0.7s ease;
}
html.js .brand { transition-delay: 1.15s; }
html.js .award { transition-delay: 1.22s; }
html.js .hero-copy { transition-delay: 1.9s; }
html.js .err,
html.js .prose { transition-delay: 1.28s; }
html.js .clients { transition-delay: 1.38s; }
html.js .foot { transition-delay: 1.38s; }

html.js:not(.is-ready) .hero-copy,
html.js:not(.is-ready) .clients {
  visibility: hidden;
  pointer-events: none;
}
html.js.is-ready .hero-copy,
html.js.is-ready .clients {
  visibility: visible;
}

@media (max-width: 47.99em) {
  .page {
    --rail-inset: 0.375rem;
    --content-gap: 6px;
    --icon-y1: 17.371vh;
    --icon-y2: 81.69vh;
    --logo-t: 2rem;
  }
  .award {
    top: calc(var(--logo-t) - 1.5rem);
    right: 0;
    width: 3.9375rem;
    height: 4.125rem;
    overflow: hidden;
    background: #1a1a1a;
  }
  .award img {
    object-fit: contain;
    object-position: left top;
  }
  .foot { flex-direction: column-reverse; align-items: flex-start; gap: 1.75rem; }
}

@media (min-width: 100em) {
  .page {
    --rail-inset: max(
      min(16vw, 22.5rem),
      calc((100% - var(--rail-span) - 2 * var(--rail-w)) / 2)
    );
  }
}

@media (prefers-reduced-motion: reduce) {
  html.js .mark[data-mark],
  html.js .seg,
  html.js .ui {
    transition: none !important;
  }
  html.js:not(.is-ready) .mark[data-mark] {
    width: var(--mark-size);
    height: var(--mark-size);
    opacity: 0.2;
  }
  html.js:not(.is-ready) .mark-tl { left: var(--rail-inset); top: var(--icon-y1); }
  html.js:not(.is-ready) .mark-tr { left: calc(100% - var(--rail-inset) - var(--mark-size)); top: var(--icon-y1); }
  html.js:not(.is-ready) .mark-bl { left: var(--rail-inset); top: var(--icon-y2); }
  html.js:not(.is-ready) .mark-br { left: calc(100% - var(--rail-inset) - var(--mark-size)); top: var(--icon-y2); }
  html.js:not(.is-ready) .seg { transform: scaleY(1); }
  html.js.is-ready .seg::before { animation: none; opacity: 0; }
  html.js:not(.is-ready) .ui { opacity: 1; }
}

/* —— shared chrome —— */
.brand {
  position: absolute;
  top: var(--logo-t);
  left: var(--content-x);
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  width: auto;
  height: 18px;
}
.brand-mark {
  display: block;
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  color: #fff;
  overflow: hidden;
}
.brand-mark svg {
  display: block;
  width: 100%;
  height: 100%;
}
.brand-word {
  display: block;
  height: 18px;
  width: auto;
}

.code-field {
  width: min(var(--copy-w), calc(100vw - 2 * var(--content-x)));
  display: grid;
  grid-template-columns: repeat(34, 1fr);
  grid-template-rows: repeat(24, 1fr);
  aspect-ratio: 34 / 24;
  position: relative;
  z-index: 8;
  touch-action: none;
  user-select: none;
}
.mark--cell {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.mark--cell.is-digit { opacity: 1; overflow: hidden; }
.mark--cell svg {
  width: 70%;
  height: 70%;
}

.award {
  position: absolute;
  top: 0;
  right: var(--content-x);
  z-index: 8;
  width: 79px;
  height: 120px;
  display: block;
}
.award img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: top; }

.foot {
  position: absolute;
  left: var(--content-x);
  right: var(--content-x);
  bottom: var(--foot-b);
  z-index: 7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.copy {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.333;
  color: #7B7B7B;
}
.copy a { color: inherit; }
.copy a:hover,
.copy a:focus-visible { color: #fff; }
.copy a.is-slick,
.copy a.is-slick:hover,
.copy a:focus-visible {
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.socials {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #7B7B7B;
}
.socials a {
  display: block;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  color: inherit;
  transition: color 0.2s ease;
}
.socials a::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    var(--slick-g1, conic-gradient(
      from var(--slick-spin) at var(--slick-cx) var(--slick-cy),
      #1428ff 0deg,
      #00c2ff 42deg,
      #5dffc8 78deg,
      #ffffff 118deg,
      #ffe14a 158deg,
      #ff5a18 198deg,
      #ff245c 242deg,
      #9b3dff 298deg,
      #1428ff 360deg
    )),
    var(--slick-g2, conic-gradient(
      from var(--slick-spin-2) at calc(100% - var(--slick-cx)) calc(100% - var(--slick-cy)),
      rgba(0, 255, 170, 0) 0deg,
      rgba(0, 220, 255, 0.75) 70deg,
      rgba(255, 255, 255, 0.55) 130deg,
      rgba(255, 40, 180, 0.8) 200deg,
      rgba(40, 80, 255, 0.65) 280deg,
      rgba(0, 255, 170, 0) 360deg
    ));
  background-blend-mode: screen;
  background-repeat: no-repeat;
  background-size: 220% 220%, 260% 260%;
  background-position: var(--slick-p1, 42% 60%), var(--slick-p2, 70% 40%);
  filter: hue-rotate(var(--slick-hue, 0deg));
  opacity: 0;
  transition: opacity 0.38s ease;
  -webkit-mask-image: var(--slick-mask);
  mask-image: var(--slick-mask);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.socials a.has-slick-mask:focus-visible::before,
.socials a.is-slick::before {
  opacity: 1;
}
.socials a.has-slick-mask:focus-visible svg,
.socials a.is-slick svg {
  opacity: 0;
}
.socials a:hover,
.socials a:focus-visible { color: #fff; }
.socials a:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.socials a:focus-visible::before {
  animation:
    slick-spin 16s linear infinite,
    slick-wander 11s infinite;
}
.socials svg { display: block; width: 100%; height: 100%; transition: opacity 0.38s ease; }

/* —— home: static long page, Figma frame 13 —— */
html.home:not(.is-ready),
html.home:not(.is-ready) body {
  overflow: hidden;
}

html.doc {
  --chrome-fade: 10rem;
  --chrome-veil: #000 0%,
    rgb(0 0 0 / 0.88) 16%,
    rgb(0 0 0 / 0.62) 34%,
    rgb(0 0 0 / 0.36) 52%,
    rgb(0 0 0 / 0.16) 70%,
    rgb(0 0 0 / 0.05) 86%,
    rgb(0 0 0 / 0) 100%;
}

html.doc .foot {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  margin: 0;
  padding: var(--chrome-fade) var(--content-x) var(--foot-b);
  background: linear-gradient(to top in oklab, var(--chrome-veil));
  pointer-events: none;
}
html.doc .foot a {
  pointer-events: auto;
}

html.doc .mast {
  position: fixed;
  left: calc(var(--rail-inset) + var(--rail-w));
  right: calc(var(--rail-inset) + var(--rail-w));
  top: 0;
  z-index: 8;
  margin: 0;
  padding: 0 0 var(--chrome-fade);
  min-height: calc(7.5rem + var(--chrome-fade));
  box-sizing: border-box;
  pointer-events: none;
  background: linear-gradient(to bottom in oklab, var(--chrome-veil));
}
html.doc .mast .brand,
html.doc .mast .award {
  pointer-events: auto;
}
html.doc .mast .brand {
  left: var(--content-gap);
}
html.doc .mast .award {
  right: var(--content-gap);
}

@media (max-width: 47.99em) {
  html.doc .mast {
    min-height: calc(4.125rem + var(--chrome-fade));
  }
  html.doc .mast .award {
    right: 0;
  }
}

html.js.is-ready .fade[data-fade].is-fading {
  transition: none;
}

.fade.is-away {
  pointer-events: none;
  visibility: hidden;
}

.clients {
  position: relative;
  z-index: 7;
  padding: 8rem var(--content-x) 10rem;
  width: 100%;
  box-sizing: border-box;
}
.acc {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: var(--copy-w);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.acc-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 1.5rem;
  padding: 0 1.25rem 0 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.acc-item.is-open {
  align-items: start;
}
.acc-body {
  min-width: 0;
}
.acc-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  margin: 0;
  padding: 2.5rem 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: padding 0.22s ease;
}
.acc-item:not(.is-open):hover .acc-head {
  padding: 3.125rem 0;
}
.acc-item.is-open .acc-head {
  padding: 2.5rem 0 0.5rem;
}
.acc-head:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.acc-mark {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  opacity: 0;
  color: #fff;
  transition: opacity 0.2s ease;
}
.acc-item:hover .acc-mark,
.acc-item:has(.acc-head:focus-visible) .acc-mark,
.acc-item.is-open .acc-mark {
  opacity: 1;
}
.acc-mark::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  transition: transform 0.2s ease;
}
.acc-item.is-open .acc-mark::before {
  transform: rotate(45deg);
}
.acc-title {
  flex: 1;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.7);
}
.acc-item.is-open .acc-title,
.acc-head:hover .acc-title,
.acc-head:focus-visible .acc-title {
  color: #fff;
}
.acc-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.36s ease;
}
.acc-item.is-open .acc-panel {
  grid-template-rows: 1fr;
}
.acc-panel-in {
  overflow: hidden;
}
.acc-desc {
  margin: 0 0 2.5rem;
  padding-left: calc(18px + 0.75rem);
  max-width: 38rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.375rem;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.9);
}
.acc-go {
  box-sizing: border-box;
  margin: 0;
  align-self: center;
  justify-self: center;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.acc-item:hover .acc-go,
.acc-item.is-open .acc-go,
.acc-item:has(.acc-head:focus-visible) .acc-go {
  opacity: 1;
  pointer-events: auto;
}
.acc-item:hover .acc-go::before,
.acc-item:has(.acc-head:focus-visible) .acc-go::before {
  opacity: 1;
  transition: none;
  box-shadow:
    0 0 14px rgba(20, 80, 255, 0.4),
    0 0 26px rgba(255, 50, 40, 0.26);
}
.acc-go-min {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.acc-go-min::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    var(--slick-g1, conic-gradient(
      from var(--slick-spin) at var(--slick-cx) var(--slick-cy),
      #1428ff 0deg,
      #00c2ff 42deg,
      #5dffc8 78deg,
      #ffffff 118deg,
      #ffe14a 158deg,
      #ff5a18 198deg,
      #ff245c 242deg,
      #9b3dff 298deg,
      #1428ff 360deg
    )),
    var(--slick-g2, conic-gradient(
      from var(--slick-spin-2) at calc(100% - var(--slick-cx)) calc(100% - var(--slick-cy)),
      rgba(0, 255, 170, 0) 0deg,
      rgba(0, 220, 255, 0.75) 70deg,
      rgba(255, 255, 255, 0.55) 130deg,
      rgba(255, 40, 180, 0.8) 200deg,
      rgba(40, 80, 255, 0.65) 280deg,
      rgba(0, 255, 170, 0) 360deg
    ));
  background-blend-mode: screen;
  background-repeat: no-repeat;
  background-size: 180% 180%, 220% 220%;
  background-position: var(--slick-p1, 42% 60%), var(--slick-p2, 70% 40%);
  filter: hue-rotate(var(--slick-hue, 0deg));
  opacity: 0;
  -webkit-mask-image: var(--slick-mask);
  mask-image: var(--slick-mask);
  -webkit-mask-size: 12px 12px;
  mask-size: 12px 12px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.ghost.is-slick .acc-go-min::before,
.ghost:focus-visible .acc-go-min::before {
  opacity: 1;
}
.acc-go-min svg {
  display: block;
  transition: opacity 0.38s ease;
}
.ghost.is-slick .acc-go-min svg,
.ghost:focus-visible .acc-go-min svg {
  opacity: 0;
}
.acc-go-full { display: none; }
.acc-item.is-open .acc-go {
  align-self: start;
  width: auto;
  min-width: 0;
  margin-top: 2.5rem;
  padding: 0 0.875rem;
}
.acc-item.is-open .acc-go-full { display: inline; }
.acc-item.is-open .acc-go-min { display: none; }
.clients-kicker {
  display: flex;
  flex-direction: column;
  gap: 0.4em;
  margin: 0 auto;
  max-width: var(--copy-w);
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.125rem;
  letter-spacing: -0.02em;
  color: #fff;
}
.clients-kicker h2,
.clients-kicker p {
  margin: 0;
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.clients-kicker h2 {
  line-height: 3.75rem;
}
@media (max-width: 79.99em) {
  .clients-kicker { font-size: 2.75rem; line-height: 3.4375rem; }
  .clients-kicker h2 { line-height: 3.3rem; }
  .acc-title { font-size: 1.25rem; }
}

@media (max-width: 47.99em) {
  .clients { padding: 4rem var(--content-x) 8rem; }
  .clients-kicker { font-size: 2.5rem; line-height: 1.32; max-width: none; }
  .clients-kicker h2 { line-height: 1.32; }
  .acc { max-width: none; }
  .acc-title { font-size: 1.125rem; }
  .acc-item { padding-left: 0.25rem; }
}

/* —— long document (privacy, etc.) —— */
html.doc {
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
html.doc.home {
  overflow-y: scroll;
  scrollbar-gutter: stable;
}
html.doc body {
  height: auto;
  min-height: 100%;
  overflow: visible;
}
html.doc .page {
  height: auto;
  min-height: 100svh;
  overflow: visible;
}
html.doc .rail {
  position: fixed;
}

/* Conveyor rails: dotted top + parked icon stay; lower icons crawl up. */
html.doc.is-conveyor .rail {
  position: fixed;
}
html.doc.is-conveyor .mark-tl,
html.doc.is-conveyor .mark-tr,
html.doc.is-conveyor .mark-bl,
html.doc.is-conveyor .mark-br,
html.doc.is-conveyor .mark--rail {
  position: fixed;
  transition: none !important;
}
html.doc.is-conveyor .seg-mid {
  height: calc(var(--seg-bot-t) - var(--seg-mid-t));
}
html.doc .mark-l { left: var(--rail-inset); }
html.doc .mark-r { left: calc(100% - var(--rail-inset) - var(--mark-size)); }
html.doc .rail-hole {
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(var(--mark-size) + 2 * var(--rail-gap));
  background: #000;
  pointer-events: none;
  display: none;
}
