@property --hue {
  syntax: "<number>";
  inherits: true;
  initial-value: 174;
}

:root {
  --motion-hue-start: 174;
  --motion-hue-end: 199;
  --motion-hue-saturation: 66%;
  --motion-hue-lightness: 52%;
  --motion-hue-opacity: 0.018;
  --reveal-distance: 2.5rem;
}

body::before {
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: var(--turquoise);
  content: "";
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: left;
}

main > .sec,
main > .page-section,
main > article.page-section,
footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 64rem;
}

.finale { contain-intrinsic-size: auto 92rem; }
footer { contain-intrinsic-size: auto 28rem; }

:where(.value-ledger,.svc-list,.infrastructure-list,.segs,.steps,.convert,.priority-grid,.proof-grid,.decision-table,.faq,.about-principles) > :nth-child(1) { --i: 0; }
:where(.value-ledger,.svc-list,.infrastructure-list,.segs,.steps,.convert,.priority-grid,.proof-grid,.decision-table,.faq,.about-principles) > :nth-child(2) { --i: 1; }
:where(.value-ledger,.svc-list,.infrastructure-list,.segs,.steps,.convert,.priority-grid,.proof-grid,.decision-table,.faq,.about-principles) > :nth-child(3) { --i: 2; }
:where(.value-ledger,.svc-list,.infrastructure-list,.segs,.steps,.convert,.priority-grid,.proof-grid,.decision-table,.faq,.about-principles) > :nth-child(4) { --i: 3; }
:where(.value-ledger,.svc-list,.infrastructure-list,.segs,.steps,.convert,.priority-grid,.proof-grid,.decision-table,.faq,.about-principles) > :nth-child(5) { --i: 4; }
:where(.value-ledger,.svc-list,.infrastructure-list,.segs,.steps,.convert,.priority-grid,.proof-grid,.decision-table,.faq,.about-principles) > :nth-child(n + 6) { --i: 6; }

[data-reveal="left"] { --side: -1; }
[data-reveal="right"] { --side: 1; }

html.motion-fallback [data-reveal] {
  opacity: 0;
  transform: translate3d(calc(var(--side) * var(--reveal-distance)), 1rem, 0);
  transition:
    opacity 620ms var(--ease-out) calc(min(var(--i, 0), 6) * 60ms),
    transform 620ms var(--ease-out) calc(min(var(--i, 0), 6) * 60ms);
}

html.motion-fallback [data-reveal].in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.reveal-word { display: inline-block; }
.svc-media { overflow: clip; }

.scroll-spy {
  position: fixed;
  z-index: 89;
  top: 50%;
  right: 0.5rem;
  display: grid;
  transform: translateY(-50%);
}

.scroll-spy a {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
}

.scroll-spy a::before {
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: var(--navy-900);
  content: "";
  opacity: 0.62;
  transform: scale(0.72);
  transition: opacity 180ms var(--ease-out), transform 180ms var(--ease-out);
}

.scroll-spy a[aria-current="step"]::before,
.scroll-spy a:focus-visible::before {
  background: var(--turquoise);
  opacity: 1;
  transform: scale(1);
}

@keyframes revealPP {
  from { opacity: 0; transform: translate3d(calc(var(--side) * var(--reveal-distance)), 1rem, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes revealWord {
  from { opacity: 0; transform: translate3d(0, 0.65rem, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes underlineDraw { to { transform: scaleX(1); } }
@keyframes parallaxText { from { transform: translate3d(0, 0.5rem, 0); } to { transform: translate3d(0, -0.5rem, 0); } }
@keyframes parallaxVisual { from { transform: translate3d(0, 1.25rem, 0); } to { transform: translate3d(0, -1.25rem, 0); } }
@keyframes imageSettle { from { transform: scale(1.06); } to { transform: scale(1); } }
@keyframes tickerPingPong { from { transform: translate3d(-2rem, 0, 0); } to { transform: translate3d(2rem, 0, 0); } }
@keyframes topologyBranch { from { stroke-dashoffset: 1; } 72% { stroke-dashoffset: 0.22; } to { stroke-dashoffset: 0; } }
@keyframes topologyNode { from { opacity: 0.35; transform: scale(0.72); } to { opacity: 1; transform: scale(1); } }
@keyframes topologySignal { from { opacity: 0.28; transform: scale(0.88); } to { opacity: 0.94; transform: scale(1.06); } }
@keyframes ribbonPingPong { from { transform: translate3d(-12%, 0, 0); } to { transform: translate3d(-42%, 0, 0); } }
@keyframes sectionSweep { 0% { opacity: 0.1; transform: scaleX(0.25); } 52% { opacity: 0.56; transform: scaleX(1); } 100% { opacity: 0.18; transform: scaleX(0.52); } }
@keyframes spineSignal { from { transform: translateX(-50%) scale(0.72); } to { transform: translateX(-50%) scale(1.42); } }
@keyframes mediaFrame { from { opacity: 0.15; transform: scale(0.92); } to { opacity: 0.48; transform: scale(1); } }
@keyframes readingProgress { to { transform: scaleX(1); } }
@keyframes ambientHue { from { --hue: var(--motion-hue-start); } to { --hue: var(--motion-hue-end); } }

@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    html.motion-native [data-reveal] {
      animation: revealPP linear both;
      animation-delay: calc(min(var(--i, 0), 6) * 60ms);
      animation-timeline: view();
      animation-range: entry 5% cover 30%;
    }

    html.motion-native h2[data-words] { animation: none; }
    html.motion-native h2[data-words] .reveal-word {
      animation: revealWord linear both;
      animation-delay: calc(min(var(--i, 0), 6) * 60ms);
      animation-timeline: view();
      animation-range: entry 5% cover 30%;
    }

    html.motion-native h2[data-words] { position: relative; }
    html.motion-native h2[data-words]::after {
      position: absolute;
      right: 0;
      bottom: -0.35rem;
      left: 0;
      height: 2px;
      background: currentColor;
      content: "";
      opacity: 0.28;
      transform: scaleX(0);
      transform-origin: left;
      animation: underlineDraw linear both;
      animation-timeline: view();
      animation-range: entry 10% cover 35%;
    }

    html.motion-native [data-depth="text"] {
      animation: parallaxText linear both;
      animation-timeline: view();
      animation-range: cover 0% cover 100%;
    }

    html.motion-native [data-depth="visual"] {
      animation: parallaxVisual linear both;
      animation-timeline: view();
      animation-range: cover 0% cover 100%;
    }

    html.motion-native [data-motion-image] {
      animation: imageSettle linear both;
      animation-timeline: view();
      animation-range: cover 0% cover 100%;
    }

    html.motion-native .trust {
      animation: tickerPingPong linear both;
      animation-timeline: scroll(root block);
    }

    html.motion-native .module-ribbon-track {
      animation: ribbonPingPong linear both;
      animation-timeline: scroll(root block);
    }

    html.motion-native .signal-spine span {
      animation: spineSignal linear both;
      animation-timeline: scroll(root block);
    }

    html.motion-native .sec[data-node]::after,
    html.motion-native .page-section::after {
      animation: sectionSweep linear both;
      animation-timeline: view();
      animation-range: cover 0% cover 100%;
    }

    html.motion-native .hs-topology .topology-branch {
      stroke-dasharray: 1;
      stroke-dashoffset: 1;
      animation: topologyBranch linear both;
      animation-timeline: view();
      animation-range: entry 12% cover 100%;
    }

    html.motion-native .hs-topology .topology-nodes circle {
      transform-box: fill-box;
      transform-origin: center;
      animation: topologyNode linear both;
      animation-timeline: view();
      animation-range: entry 10% cover 50%;
    }

    html.motion-native .hs-topology .topology-signal,
    html.motion-native .hs-topology .signal-dot {
      transform-box: fill-box;
      transform-origin: center;
      animation: topologySignal linear both;
      animation-timeline: view();
      animation-range: entry 10% cover 66%;
    }

    html.motion-native .svc-media::after,
    html.motion-native .service-page-media::after {
      animation: mediaFrame linear both;
      animation-timeline: view();
      animation-range: entry 12% cover 82%;
    }

    html.motion-native body::before {
      animation: readingProgress linear both;
      animation-timeline: scroll(root block);
    }

    html.motion-native .environment {
      background-color: hsl(var(--hue) var(--motion-hue-saturation) var(--motion-hue-lightness) / var(--motion-hue-opacity));
      animation: ambientHue linear both;
      animation-timeline: scroll(root block);
    }
  }
}

@media (max-width: 48rem) {
  .scroll-spy { display: none; }
}

@media (max-width: 30rem) {
  :root { --reveal-distance: 1.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  body::before { opacity: 0; transform: scaleX(0); }
  [data-reveal],
  [data-depth],
  [data-motion-image],
  .reveal-word,
  .hs-topology .topology-trace,
  .hs-topology .topology-branch,
  .hs-topology .topology-nodes circle,
  .hs-topology .topology-signal,
  .hs-topology .signal-dot,
  .module-ribbon-track,
  .sec[data-node]::after,
  .page-section::after,
  .signal-spine span,
  .svc-media::after,
  .service-page-media::after,
  .environment {
    opacity: 1;
    transform: none;
    animation: none !important;
    transition: none !important;
  }
  h2[data-words]::after { transform: scaleX(1); }
}

@media print {
  body::before,
  .scroll-spy { display: none !important; }
}
/*$vite$:1*/