@font-face {
  font-family: "JetBrains Mono";
  src: url("assets/fonts/jetbrains-mono.woff2") format("woff2");
  font-weight: 100 800;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --bg: #071219;
  --surface: #0c1b25;
  --text: #f4f6f8;
  --muted: #b2c0d0;
  --subtle: #94a8b9;
  --cyan: #00e1f3;
  --border: #203440;
  --radius: 4px;
  --container: 1200px;
  --gutter: clamp(20px, 5vw, 64px);
  --type-display: clamp(2.25rem, 1.1rem + 3vw, 3.5rem);
  --type-heading: clamp(1.375rem, 1.1rem + 0.45vw, 1.625rem);
  --type-title: 1rem;
  --type-body: 0.875rem;
  --type-small: 0.75rem;
  --type-label: 0.6875rem;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;
  --section-space: clamp(48px, 5.5vw, 80px);
}

* {
  box-sizing: border-box;
}
html {
  scrollbar-gutter: stable;
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  position: relative;
  isolation: isolate;
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "JetBrains Mono", monospace;
  font-size: var(--type-body);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h2 {
  font-size: var(--type-heading);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.035em;
  text-wrap: balance;
}
h3 {
  font-size: var(--type-title);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.025em;
  text-wrap: balance;
}
p {
  color: var(--muted);
  text-wrap: pretty;
}
ul,
ol,
dl,
dd {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
.container {
  width: min(calc(100% - 2 * var(--gutter)), var(--container));
  margin-inline: auto;
}
.icon {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.icon-definitions {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.eyebrow,
.art-caption {
  color: var(--subtle);
  font-size: var(--type-label);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.eyebrow {
  margin-bottom: var(--space-4);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-4);
  min-height: 48px;
  padding: 12px 24px;
  border: 1px solid var(--cyan);
  border-radius: var(--radius);
  background: var(--cyan);
  color: #00151b;
  font-size: var(--type-small);
  font-weight: 600;
  line-height: 1.5;
  transition:
    background 0.2s,
    border-color 0.2s,
    transform 0.2s;
}
.button .icon {
  width: 20px;
  height: 20px;
}
.button--outline {
  background: transparent;
  color: var(--text);
  font-weight: 400;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
  min-height: 44px;
  color: var(--cyan);
  font-size: var(--type-small);
  font-weight: 500;
  line-height: 1.5;
}
.text-link .icon {
  width: 22px;
  height: 22px;
  transition: transform 0.2s;
}
.text-link--white {
  color: var(--text);
  text-decoration: underline;
  text-decoration-color: var(--cyan);
  text-underline-offset: 8px;
}
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 5px;
}
main:focus,
section[tabindex="-1"]:focus,
.hero-shell[tabindex="-1"]:focus {
  outline: none;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 50;
  padding: 12px 20px;
  background: var(--cyan);
  color: var(--bg);
}
.skip-link:focus {
  top: 16px;
}

.site-header {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-5);
  min-height: 96px;
}
.brand {
  display: block;
  flex-shrink: 0;
  width: 192px;
}
.brand img {
  width: 100%;
  height: auto;
}
.main-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-width: 0;
  align-items: center;
  gap: var(--space-5);
  font-size: var(--type-small);
}
.main-navigation a,
.footer-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  white-space: nowrap;
  transition: color 0.2s;
}
.header-contact {
  min-height: 44px;
  padding: 10px 20px;
  white-space: nowrap;
}
.menu-toggle {
  display: none;
}

.hero-shell {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(#071219a6, #071219a6),
    url("assets/images/network.svg") center / cover;
}
.hero-shell.has-ambient {
  background: transparent;
}
.hero-ambient,
.contact-ambient {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  pointer-events: none;
}
.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 560px;
  padding-block: var(--space-8);
}
.hero-copy {
  position: relative;
  z-index: 2;
  width: 42%;
}
.hero h1 {
  color: #c8d5e1;
  font-size: var(--type-display);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -0.04em;
}
.hero h1 strong {
  color: var(--text);
  font-weight: 600;
}
.hero-description {
  max-width: 42ch;
  margin-top: var(--space-5);
  color: var(--text);
}
.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-5);
  margin-top: var(--space-5);
}
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 5.5rem), 1fr));
  row-gap: var(--space-4);
  max-width: 450px;
  margin-top: var(--space-7);
}
.stats > div {
  padding-inline: var(--space-4);
  border-right: 1px solid #344b59;
}
.stats > div:first-child {
  padding-left: 0;
}
.stats > div:last-child {
  padding-right: 0;
  border: 0;
}
.stats dt {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.2;
}
.stats dd {
  margin-top: var(--space-2);
  font-size: var(--type-label);
  line-height: 1.5;
  color: var(--subtle);
}
.hero-art {
  --input-start: 3s;
  --input-travel: 0.9s;
  --output-start: 7s;
  --output-travel: 1.6s;
  position: absolute;
  width: 59%;
  max-width: none;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.hero-island {
  width: 100%;
  height: auto;
}
.hero-art.is-preparing * {
  animation-play-state: paused !important;
}
.island-annotations {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}
.island-leaders {
  fill: none;
  stroke: #8daab8;
  stroke-opacity: 0.65;
  stroke-width: 1.5;
}
.island-points {
  fill: #63e5f3;
  filter: drop-shadow(0 0 5px #00ddef);
}
.island-callout {
  --reveal-delay: 0.3s;
  --glimmer-duration: 4.8s;
}
.island-callout--people {
  --reveal-delay: 0.55s;
  --glimmer-duration: 5.2s;
}
.island-callout--automation {
  --reveal-delay: calc(var(--output-start) + var(--output-travel) + 0.25s);
  --glimmer-duration: 5.6s;
}
.island-callout--scaling {
  --reveal-delay: calc(var(--output-start) + var(--output-travel));
  --glimmer-duration: 6.2s;
}
.island-leaders path {
  stroke-dasharray: 1;
  animation: island-line-in 0.5s ease-out var(--reveal-delay) both;
}
.island-point-reveal {
  animation: island-point-in 0.35s ease-out calc(var(--reveal-delay) + 0.35s)
    both;
}
.island-points circle {
  animation: island-point-glimmer var(--glimmer-duration) ease-in-out
    calc(var(--reveal-delay) + 0.7s) infinite;
}
.island-callout .island-label {
  transform-box: fill-box;
  animation: island-label-in 0.45s ease-out var(--reveal-delay) both;
}
@keyframes island-line-in {
  from {
    stroke-dashoffset: 1;
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
@keyframes island-point-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes island-label-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes island-point-glimmer {
  0%,
  100% {
    opacity: 0.65;
  }
  50% {
    opacity: 1;
  }
}
.island-label {
  fill: #d9e3eb;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
}
.island-label-detail {
  fill: #94a8b9;
  font-size: 14px;
  letter-spacing: 1.5px;
}

.section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--border);
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: var(--space-7);
}
.section-heading > p {
  justify-self: end;
  width: min(100%, 40ch);
}
.services-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.5fr);
  gap: var(--space-8);
  padding-block: var(--section-space);
}
.services-copy {
  position: relative;
  z-index: 2;
  padding-top: var(--space-5);
}
.services-copy > p:not(.eyebrow) {
  max-width: 38ch;
  margin-top: var(--space-4);
}
.services-copy .text-link {
  margin-top: var(--space-4);
}
.services-art {
  position: absolute;
  left: calc(-1 * var(--gutter));
  bottom: 0;
  width: 44%;
  max-width: none;
  /* Sink the transparent, uneven image base into the section divider. */
  transform: translateY(4%);
  pointer-events: none;
}
.services-caption {
  position: absolute;
  left: 26%;
  bottom: 135px;
  z-index: 1;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  position: relative;
  z-index: 2;
}
.service-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 226px;
  padding: 28px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition:
    border-color 0.2s,
    background 0.2s,
    transform 0.2s;
}
.service-icon {
  width: 36px;
  height: 36px;
  margin-bottom: var(--space-5);
  fill: url("#cyan");
  stroke: #032635;
  stroke-width: 1.2;
  color: var(--cyan);
}
.service-card p {
  margin-top: var(--space-2);
  font-size: 0.8125rem;
  line-height: 1.65;
  max-width: 26ch;
}
.card-arrow {
  width: 22px;
  height: 22px;
  margin-top: auto;
  padding-top: var(--space-4);
  box-sizing: content-box;
  color: var(--cyan);
}

.industries,
.process,
.expertise {
  padding-block: var(--section-space);
}
.industry-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: var(--space-7);
}
.industry-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-4);
  padding-inline: var(--space-3);
  border-right: 1px solid #344b59;
  font-size: var(--type-small);
  line-height: 1.5;
  text-align: center;
}
.industry-list li:last-child {
  border-right: 0;
}
.industry-list .icon {
  width: 30px;
  height: 30px;
  color: #c0d0de;
  stroke-width: 1.3;
}
.projects {
  margin-top: var(--space-8);
  padding-top: var(--space-7);
  border-top: 1px solid var(--border);
}
.projects-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--space-4);
  margin-bottom: var(--space-5);
}
.projects-heading p {
  font-size: var(--type-small);
}
.project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-6);
}
.project-card {
  min-width: 0;
}
.project-screen {
  --screen-reveal: 0;
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1.9;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  cursor: pointer;
  border: 1px solid #304957;
  border-radius: var(--radius);
  background: #122a3c;
  text-align: left;
  box-shadow:
    0 0 0 5px #050e14,
    0 12px 32px #00000026;
}
.project-image {
  --project-transition: filter 1s ease, opacity 1s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  filter: grayscale(1) sepia(1) hue-rotate(155deg) saturate(1.3) brightness(0.7)
    contrast(1.15);
  opacity: 0.8;
  transition: var(--project-transition);
}
.project-screen::after {
  --project-transition: opacity 1s ease;
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    repeating-linear-gradient(0deg, #01080f40 0 1px, transparent 1px 3px),
    radial-gradient(ellipse at center, transparent 30%, #010912b3 100%),
    linear-gradient(155deg, #a8d7ff1a, transparent 42%);
  box-shadow:
    inset 0 0 22px #00000080,
    inset 0 1px 1px #b2deff33;
  opacity: calc(1 - var(--screen-reveal));
  transition: var(--project-transition);
}
.project-screen-hint {
  position: absolute;
  right: var(--space-3);
  bottom: var(--space-3);
  z-index: 1;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  pointer-events: none;
  border: 1px solid rgb(120 150 165 / calc(0.3 + var(--screen-reveal) * 0.3));
  border-radius: var(--radius);
  background: #071219ed;
  color: color-mix(
    in srgb,
    var(--cyan) calc(var(--screen-reveal) * 100%),
    var(--subtle)
  );
  transition:
    color 700ms ease,
    border-color 700ms ease;
}
.project-aperture {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: rotate(calc(var(--screen-reveal) * 60deg));
  transition: transform 1s ease;
}
.project-card:has(.project-link:focus-visible) .project-screen,
.project-screen:focus-visible {
  --screen-reveal: 1;
}
.project-card:has(.project-link:focus-visible) .project-image,
.project-screen:focus-visible .project-image {
  filter: none;
  opacity: 1;
}
.project-details {
  padding-top: var(--space-5);
}
.project-category {
  color: var(--subtle);
  font-size: var(--type-label);
  margin-bottom: var(--space-2);
}
.project-details h4 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.035em;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.project-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  min-height: 44px;
}
.project-external {
  color: var(--cyan);
  font-size: 24px;
  transition: transform 250ms ease;
}
.project-description {
  max-width: 53ch;
  margin-top: var(--space-2);
  font-size: 0.8125rem;
}
@media (hover: hover) and (pointer: fine) {
  .project-card:hover .project-screen {
    --screen-reveal: 1;
  }
  .project-card:hover .project-image {
    filter: none;
    opacity: 1;
  }
  .project-link:hover .project-external {
    transform: translate(2px, -2px);
  }
}
@media (max-width: 699px) {
  .projects {
    margin-top: var(--space-7);
    padding-top: var(--space-6);
  }
  .projects-heading {
    display: block;
  }
  .projects-heading p {
    margin-top: var(--space-2);
  }
  .project-grid {
    grid-template-columns: 1fr;
    gap: var(--space-7);
  }
}
.process {
  background:
    linear-gradient(90deg, var(--bg) 70%, #071219c0),
    url("assets/images/network.svg") right center / cover;
}
.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-7);
  margin-top: var(--space-7);
}
.process-list li {
  position: relative;
}
.step-heading {
  display: flex;
  align-items: center;
  gap: var(--space-5);
  color: var(--cyan);
  margin-bottom: var(--space-4);
}
.step-heading span {
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.2;
}
.step-heading .icon {
  width: 22px;
  height: 22px;
}
.process-list p {
  max-width: 25ch;
  margin-top: var(--space-2);
  font-size: 0.8125rem;
}
.tech-list {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: var(--space-4);
  margin-top: var(--space-7);
}
.tech-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-4);
  font-size: var(--type-small);
  line-height: 1.5;
}
.tech-list img,
.tech-list .icon {
  width: 38px;
  height: 38px;
  object-fit: contain;
  color: #c4d5e7;
}
.tech-list li:nth-child(7) .icon {
  fill: #b7c9da;
  stroke: var(--bg);
}
.tech-icon--blazor {
  filter: brightness(1.6);
}

.contact {
  isolation: isolate;
  background:
    linear-gradient(#0712199e, #0712199e),
    url("assets/images/network.svg") center / cover;
}
.contact.has-ambient {
  background: var(--bg);
}
.contact-layout {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(480px, 32vw, 560px);
  padding-block: var(--section-space);
}
.contact-copy {
  position: relative;
  z-index: 2;
  margin-left: 32%;
  max-width: 50%;
}
.contact-copy > p:not(.eyebrow) {
  max-width: 42ch;
  margin-top: var(--space-4);
}
.contact-copy .button {
  min-width: 168px;
  margin-top: var(--space-5);
}
.contact-globe-frame {
  position: absolute;
  left: -3%;
  bottom: 0;
  width: 34%;
  max-width: 520px;
  /* Sink the image's transparent bottom edge together with its light overlay. */
  transform: translateY(1.5%);
}
.contact-mountains-frame {
  position: absolute;
  right: -1%;
  bottom: -2%;
  width: 49%;
  max-width: 1000px;
}
.contact-globe-frame,
.contact-mountains-frame {
  pointer-events: none;
}
.contact-globe,
.contact-mountains {
  width: 100%;
}
.contact-mountains {
  mask: url(#mountain-source-mask);
}
.contact-art-lights {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}
.contact-node {
  opacity: 0.3;
  animation: contact-node-breathe var(--pulse-duration) ease-in-out
    var(--pulse-delay) infinite;
  animation-play-state: paused;
}
.contact.is-art-active .contact-node,
.contact.is-art-active .globe-signal {
  animation-play-state: running;
}
.globe-signal {
  fill: none;
  stroke: #b4faff;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 10 110;
  stroke-dashoffset: 10;
  filter: url(#globe-signal-glow);
  opacity: 0;
  /* Three routes share a 36s cycle, starting 12s apart. */
  animation: globe-signal-travel 36s linear var(--signal-delay) infinite both;
  animation-play-state: paused;
}
@keyframes globe-signal-travel {
  0% {
    stroke-dashoffset: 10;
    opacity: 0;
  }
  1% {
    opacity: 0.7;
  }
  6.8% {
    opacity: 0.7;
  }
  8.333333%,
  100% {
    stroke-dashoffset: -100;
    opacity: 0;
  }
}
@keyframes contact-node-breathe {
  0%,
  100% {
    opacity: 0.15;
  }
  50% {
    opacity: 0.9;
  }
}
.contact-caption {
  position: absolute;
  top: 30%;
  right: 0;
  padding-left: var(--space-4);
  border-left: 1px solid var(--border);
}
@media (max-width: 1200px) {
  .contact-layout {
    flex-direction: column;
    align-items: stretch;
  }
  .contact-caption.contact-motto {
    display: block;
    position: static;
    margin: var(--space-5) 0 0 30%;
  }
}
@media (max-width: 599px) {
  .contact-caption.contact-motto {
    margin-left: 0;
  }
}
.site-footer {
  border-top: 1px solid var(--border);
  padding-block: var(--space-6);
  background: #061017;
}
.contact-dialog-open {
  overflow: hidden;
}
.contact-dialog {
  width: min(640px, calc(100% - 32px));
  max-height: calc(100dvh - 40px);
  padding: 36px;
  border: 1px solid #345060;
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--text);
  box-shadow: 0 24px 100px #0009;
  overscroll-behavior: contain;
}
.contact-dialog::backdrop {
  background: #020b12b8;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.dialog-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: var(--radius);
  color: var(--muted);
  background: transparent;
  font-size: 28px;
  cursor: pointer;
}
.dialog-close:hover {
  color: var(--cyan);
}
.contact-dialog .eyebrow {
  padding-right: 32px;
}
#contact-dialog-intro {
  margin-top: 12px;
  font-size: 13px;
}
.contact-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
  margin-top: 28px;
}
.contact-field {
  min-width: 0;
}
.contact-field--full {
  grid-column: 1 / -1;
}
.contact-field label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
}
.field-optional {
  color: var(--subtle);
  font-size: 10px;
}
.contact-field input,
.contact-field select,
.contact-field textarea {
  display: block;
  width: 100%;
  min-height: 44px;
  padding: 11px 12px;
  border: 1px solid #3c5363;
  border-radius: var(--radius);
  background: #07151f;
  color: var(--text);
  font: inherit;
  font-size: 13px;
}
.contact-field textarea {
  min-height: 120px;
  resize: vertical;
}
.contact-field :is(input, select, textarea):focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 2px;
}
.contact-field [aria-invalid="true"] {
  border-color: #f5a3a3;
}
.field-error {
  color: #ffb7b7;
  font-size: 11px;
  margin-top: 6px;
}
.field-error:empty {
  display: none;
}
.field-hint {
  margin-top: 8px;
  color: var(--subtle);
  font-size: 10px;
}
.contact-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.contact-status {
  margin-top: 16px;
  color: #ffb7b7;
  font-size: 12px;
}
.contact-status:empty {
  display: none;
}
.contact-form-footer {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
}
.contact-form-footer .button {
  flex-shrink: 0;
  cursor: pointer;
}
.contact-form-footer p {
  max-width: 25ch;
  color: var(--subtle);
  font-size: 10px;
}
.contact-dialog .button:disabled {
  opacity: 0.6;
  cursor: wait;
}


.contact-success {
  padding-block: 32px 8px;
}
.contact-success h3 {
  color: var(--cyan);
}
.contact-success p {
  margin-block: 12px 24px;
}
@media (max-width: 599px) {
  .contact-dialog {
    padding: 28px 20px;
    max-height: calc(100dvh - 24px);
  }
  .contact-fields {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .contact-field :is(input, select, textarea) {
    font-size: 16px;
  }
  .contact-form-footer {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .contact-form-footer p {
    max-width: none;
  }
}
.footer-layout {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: var(--space-6);
}
.footer-brand .brand {
  width: 164px;
}
.footer-brand p {
  margin-top: var(--space-2);
  color: var(--subtle);
  font-size: var(--type-label);
}
.footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 20px;
  font-size: var(--type-label);
}
.socials {
  display: flex;
  gap: 0;
  color: #bdcddd;
}
.socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 44px;
  border-radius: var(--radius);
  transition: color 200ms ease;
}
.socials a:hover {
  color: var(--cyan);
}
.socials .icon {
  width: 18px;
  height: 18px;
}
.copyright {
  overflow-wrap: anywhere;
  font-size: var(--type-label);
  color: var(--subtle);
  line-height: 1.7;
  white-space: normal;
}

@media (hover: hover) {
  .button:hover {
    background: #65f3ff;
    border-color: #65f3ff;
    transform: translateY(-2px);
  }
  .button--outline:hover {
    background: #00e1f315;
    border-color: var(--cyan);
  }
  .main-navigation a:hover,
  .footer-nav a:hover {
    color: var(--cyan);
  }
  .text-link:hover .icon {
    transform: translateX(4px);
  }
  .service-card:hover {
    border-color: #33778a;
    background: #102530;
    transform: translateY(-3px);
  }
}

@media (min-width: 961px) and (max-width: 1200px) {
  .brand {
    width: 172px;
  }
  .main-navigation {
    gap: var(--space-4);
    font-size: 0.6875rem;
  }
  .header-contact {
    padding-inline: var(--space-4);
  }
  .hero-caption-top,
  .hero-caption-bottom,
  .contact-caption {
    display: none;
  }
  .services-layout {
    gap: var(--space-6);
  }
  .services-caption {
    left: 25%;
    bottom: 112px;
  }
  .service-card {
    padding: var(--space-5);
  }
  .footer-layout {
    column-gap: var(--space-5);
    grid-template-columns: auto minmax(0, 1fr) auto;
  }
  .copyright {
    grid-column: 2;
    text-align: center;
  }
  .footer-nav {
    font-size: var(--type-label);
    gap: var(--space-3);
  }
}

@media (max-width: 960px) {
  :root {
    --gutter: clamp(20px, 4vw, 32px);
    --section-space: 56px;
  }
  .site-header {
    min-height: 80px;
    gap: var(--space-3);
  }
  .brand {
    width: 180px;
  }
  .header-contact {
    margin-left: auto;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    order: 3;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    padding: 11px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: transparent;
    color: var(--text);
  }
  .menu-toggle span {
    width: 20px;
    height: 1px;
    background: currentColor;
    transition:
      transform 0.2s,
      opacity 0.2s;
  }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  .main-navigation {
    display: none;
    position: absolute;
    top: calc(100% - 4px);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: var(--space-2);
    background: #0c1c26;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: 0 16px 32px #0006;
    font-size: var(--type-body);
  }
  .main-navigation.is-open {
    display: flex;
  }
  .main-navigation a {
    padding: 12px 16px;
    min-height: 48px;
  }
  .hero {
    min-height: 500px;
    padding-block: var(--space-7);
  }
  .hero-copy {
    width: 52%;
  }
  .hero h1 {
    font-size: clamp(36px, 5.5vw, 48px);
  }
  .hero-art {
    width: 54%;
    right: 1%;
  }
  .hero-caption-top,
  .hero-caption-bottom {
    display: none;
  }
  .hero-actions {
    gap: var(--space-4);
  }
  .stats {
    margin-top: var(--space-6);
  }
  .stats > div {
    padding-inline: var(--space-3);
  }
  .stats dt {
    font-size: 1.25rem;
  }
  .services-layout {
    grid-template-columns: 1fr;
    gap: var(--space-6);
    padding-bottom: 192px;
  }
  .services-copy {
    padding-top: 0;
  }
  .services-copy > p:not(.eyebrow) {
    max-width: 50ch;
  }
  .services-art {
    width: 390px;
  }
  .services-caption {
    left: auto;
    right: 0;
    bottom: 56px;
  }
  .service-card {
    min-height: 220px;
  }
  .section-heading {
    align-items: start;
    gap: var(--space-6);
  }
  .section-heading > p {
    align-self: end;
  }
  .industry-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: var(--space-6);
  }
  .industry-list li:nth-child(3) {
    border-right: 0;
  }
  .process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-6) var(--space-7);
  }
  .tech-list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: var(--space-6) var(--space-4);
  }
  .contact-layout {
    min-height: 370px;
  }
  .contact-copy {
    margin-left: 30%;
    max-width: 70%;
  }
  .contact-globe-frame {
    width: 40%;
    left: -10%;
    bottom: -5%;
  }
  .contact-mountains-frame {
    width: 58%;
  }
  .contact-caption {
    display: none;
  }
  .footer-layout {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: var(--space-5);
  }
  .footer-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    gap: 0 24px;
    font-size: var(--type-small);
  }
  .copyright {
    grid-column: 1 / -1;
  }
  .copyright br {
    display: none;
  }
}

@media (max-width: 599px) {
  :root {
    --section-space: 48px;
    --type-heading: 1.375rem;
  }
  .site-header {
    min-height: 76px;
  }
  .brand {
    width: 160px;
  }
  .header-contact {
    padding-inline: 12px;
    font-size: 0.6875rem;
  }
  .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    padding-block: 40px 24px;
  }
  .hero-copy {
    width: 100%;
  }
  .hero h1 {
    font-size: clamp(36px, 8vw, 44px);
  }
  .hero-description {
    margin-top: var(--space-4);
    max-width: 40ch;
  }
  .hero-actions {
    gap: var(--space-4);
    margin-top: var(--space-5);
  }
  .hero-actions .button {
    padding-inline: 18px;
    gap: 12px;
  }
  .hero-art {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: min(100%, 440px);
    align-self: center;
    margin-top: var(--space-5);
  }
  .stats {
    margin-top: var(--space-6);
    max-width: none;
  }
  .stats dd {
    font-size: 0.6875rem;
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }
  .section-heading > p {
    justify-self: start;
    max-width: 40ch;
  }
  .services-layout {
    padding-bottom: 154px;
  }
  .services-art {
    width: 280px;
    left: -28px;
  }
  .services-caption {
    bottom: 40px;
    font-size: 0.625rem;
    letter-spacing: 0.12em;
  }
  .service-grid {
    grid-template-columns: 1fr;
    gap: var(--space-3);
  }
  .service-card {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) 20px;
    grid-template-areas: "icon title arrow" ". description .";
    gap: var(--space-2) var(--space-4);
    align-items: start;
    min-height: 0;
    padding: var(--space-5);
  }
  .service-card h3 {
    grid-area: title;
    font-size: 0.9375rem;
  }
  .service-card p {
    grid-area: description;
    margin: 0;
    max-width: none;
    font-size: 0.8125rem;
  }
  .service-icon {
    grid-area: icon;
    width: 30px;
    height: 30px;
    margin: 0;
  }
  .card-arrow {
    grid-area: arrow;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
  }
  .industry-list,
  .process-list,
  .tech-list {
    margin-top: var(--space-6);
  }
  .industry-list {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 8rem), 1fr));
    row-gap: var(--space-6);
  }
  .industry-list li:nth-child(3) {
    border-right: 1px solid #344b59;
  }
  .industry-list li:nth-child(even) {
    border-right: 0;
  }
  .industry-list li {
    padding-inline: var(--space-2);
  }
  .process-list {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 8rem), 1fr));
    gap: var(--space-6) var(--space-5);
  }
  .process-list h3 {
    font-size: 0.9375rem;
  }
  .step-heading {
    margin-bottom: var(--space-3);
    gap: var(--space-4);
  }
  .step-heading span {
    font-size: 1.25rem;
  }
  .tech-list {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 6rem), 1fr));
    gap: var(--space-6) var(--space-3);
  }
  .tech-list img,
  .tech-list .icon {
    width: 34px;
    height: 34px;
  }
  .tech-list li {
    gap: var(--space-3);
  }
  .contact-layout {
    min-height: 0;
    padding-block: var(--section-space) 190px;
  }
  .contact-copy {
    margin-left: 0;
    max-width: 100%;
  }
  .contact-copy h2 {
    text-wrap: balance;
  }
  .contact-copy > p:not(.eyebrow) {
    max-width: 38ch;
  }
  .contact-globe-frame {
    width: 210px;
    max-width: 55%;
    bottom: -4%;
    left: -28px;
  }
  .contact-mountains-frame {
    width: 78%;
    right: -8%;
  }
  .site-footer {
    padding-block: var(--space-6);
  }
  .footer-brand .brand {
    width: 156px;
  }
  .footer-brand p {
    max-width: 22ch;
    font-size: 0.625rem;
  }
  .socials .icon {
    width: 18px;
    height: 18px;
  }
  .footer-nav {
    column-gap: 20px;
  }
}

@media (max-width: 380px) {
  :root {
    --gutter: 16px;
  }
  .site-header {
    gap: var(--space-2);
  }
  .brand {
    width: 132px;
  }
  .header-contact {
    font-size: 0.625rem;
    padding-inline: 10px;
  }
  .hero-actions {
    column-gap: var(--space-4);
    row-gap: var(--space-2);
  }
  .hero-actions .button {
    padding-inline: 16px;
  }
  .services-art {
    width: 230px;
  }
  .services-caption {
    font-size: 0.5625rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
  }
  /* Keep the explicitly requested color dissolve under the OS motion setting. */
  .project-image,
  .project-screen::after {
    transition: var(--project-transition) !important;
  }
}

.site-header .brand {
  flex-shrink: 1;
  min-width: 72px;
}
.section-heading > *,
.footer-layout > *,
.service-card > *,
.industry-list li,
.tech-list li {
  min-width: 0;
}
.industry-list span,
.tech-list span {
  overflow-wrap: anywhere;
}

@media (max-width: 960px) {
  .island-label {
    font-size: 28px;
    letter-spacing: 1px;
  }
  .island-label-detail {
    font-size: 23px;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 599px) {
  .island-label {
    font-size: 32px;
  }
  .island-label-detail {
    font-size: 27px;
  }
}

.stats dd span {
  display: block;
}
@media (min-width: 961px) {
  .stats {
    width: max-content;
    max-width: none;
    grid-template-columns: repeat(3, max-content);
  }
  .stats > div {
    padding-inline: 20px;
  }
  .stats > div:first-child {
    padding-left: 0;
  }
  .stats > div:last-child {
    padding-right: 0;
  }
  .stats dd span {
    display: inline;
  }
}

/* One brief processing sequence, followed by a quiet interval. */
.island-activity {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  --activity-cycle: 16s;
  --activity-start: 3s;
}
.activity-source {
  animation: activity-source var(--activity-cycle) ease-in-out
    var(--activity-start) infinite both;
}
.activity-pulse {
  fill: none;
  stroke: #c0ffff;
  stroke-width: 2;
  stroke-linecap: round;
}
.activity-pulse use {
  stroke-dasharray: 0.14 1;
}
.activity-pulse .activity-halo {
  stroke: #00e1f3;
  stroke-width: 8;
  filter: url(#signal-glow);
}
.activity-pulse--input use {
  animation: activity-input var(--activity-cycle) linear var(--input-start)
    infinite both;
}
.activity-pulse--output use {
  animation: activity-output var(--activity-cycle) linear var(--output-start)
    infinite both;
}
.activity-crystal {
  animation: activity-crystal var(--activity-cycle) ease-in-out
    var(--activity-start) infinite both;
}
.activity-servers {
  stroke: #c0ffff;
  stroke-width: 2;
  stroke-linecap: round;
  fill: #c0ffff;
}
.activity-server {
  animation: activity-server var(--activity-cycle) ease-in-out
    var(--activity-start) infinite both;
}
.activity-server--two {
  animation-delay: calc(var(--activity-start) + 0.22s);
}
.activity-server--three {
  animation-delay: calc(var(--activity-start) + 0.44s);
}
@keyframes activity-source {
  0%,
  8%,
  100% {
    opacity: 0;
  }
  3% {
    opacity: 0.9;
  }
}
/* The pulse head follows exactly the same route progress as the permanent stroke. */
@keyframes activity-input {
  0% {
    opacity: 0;
    stroke-dashoffset: 0.14;
  }
  .01% {
    opacity: 1;
  }
  5.625% {
    opacity: 1;
    stroke-dashoffset: -0.86;
  }
  6.5%,
  100% {
    opacity: 0;
    stroke-dashoffset: -1;
  }
}
@keyframes activity-crystal {
  0%,
  12%,
  33%,
  100% {
    opacity: 0;
  }
  21% {
    opacity: 0.85;
  }
}
@keyframes activity-output {
  0% {
    opacity: 0;
    stroke-dashoffset: 0.14;
  }
  .01% {
    opacity: 1;
  }
  10% {
    opacity: 1;
    stroke-dashoffset: -0.86;
  }
  11%,
  100% {
    opacity: 0;
    stroke-dashoffset: -1;
  }
}
@keyframes activity-server {
  0%,
  35%,
  39%,
  44%,
  100% {
    opacity: 0;
  }
  37% {
    opacity: 0.85;
  }
  41% {
    opacity: 0.5;
  }
}

.activity-windows {
  animation: activity-windows var(--activity-cycle) ease-in-out
    var(--activity-start) infinite both;
}
@keyframes activity-windows {
  0%,
  6%,
  28%,
  100% {
    opacity: 0;
  }
  12% {
    opacity: 0.85;
  }
  18% {
    opacity: 0.6;
  }
}

.island-windows-on {
  animation: island-windows-on 1s ease-out 3.9s both;
}
.island-crystal-assembled {
  animation: island-crystal-build 1.3s cubic-bezier(0.2, 0.65, 0.3, 1) 5.1s both;
}
.island-crystal-wireframe {
  fill: none;
  stroke: #9bffff;
  stroke-width: 1.4;
  stroke-dasharray: 1;
  animation: island-crystal-wireframe 1.9s ease-out 4.7s both;
}
.island-crystal-scan {
  stroke: #baffff;
  stroke-width: 2;
  filter: drop-shadow(0 0 4px #00e1f3);
  animation: island-crystal-scan 1.3s cubic-bezier(0.2, 0.65, 0.3, 1) 5.1s both;
}
@keyframes island-windows-on {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes island-crystal-build {
  from {
    clip-path: inset(40.7% 0 0 0);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  to {
    clip-path: inset(15% 0 0 0);
    opacity: 1;
  }
}
@keyframes island-crystal-wireframe {
  0% {
    stroke-dashoffset: 1;
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  65% {
    stroke-dashoffset: 0;
    opacity: 0.55;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}
@keyframes island-crystal-scan {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  12% {
    opacity: 0.8;
  }
  85% {
    opacity: 0.45;
  }
  100% {
    transform: translateY(-212px);
    opacity: 0;
  }
}

.hero-island {
  opacity: 0;
}
.island-powered-track,
.island-powered-cage {
  fill: none;
  stroke: #62f4ff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.powered-track-halo {
  stroke: #00dcef;
  stroke-width: 7;
  filter: url(#signal-glow);
  opacity: 0.65;
}
.island-powered-track use {
  stroke-dasharray: 1;
  animation: track-power-on var(--input-travel) linear var(--input-start) both;
}
.island-powered-track--output use {
  animation-delay: var(--output-start);
  animation-duration: var(--output-travel);
}
.island-powered-cage {
  animation: island-windows-on 0.9s ease-out 4.1s both;
}
@keyframes track-power-on {
  from {
    stroke-dashoffset: 1;
    opacity: 0;
  }
  .01% {
    opacity: 1;
  }
  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

.robot-arm {
  animation: robot-clock var(--activity-cycle) linear
    calc(var(--output-start) + var(--output-travel) + 0.2s) infinite both;
}
@keyframes robot-clock {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}

/* The path lights once; a brief signal returns every twelve seconds. */
.process-list li {
  --step-delay: .6s;
  padding-top: 28px;
}
.process-list li:nth-child(2) { --step-delay: 1.95s; }
.process-list li:nth-child(3) { --step-delay: 3.3s; }
.process-list li:nth-child(4) { --step-delay: 4.65s; }
.process-node {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 7px;
  height: 7px;
  border: 1px solid #41616e;
  border-radius: 50%;
  background: var(--bg);
}
.process-wire {
  position: absolute;
  left: 3px;
  top: 3px;
  width: calc(100% + var(--space-7));
  height: 1px;
  background: #29414b;
}
.process-list li:last-child .process-wire { display: none; }
.process-wire::before,
.process-wire::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 0;
}
.process-wire::before { background: #00e1f34d; }
.process-wire::after {
  width: 36px;
  opacity: 0;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, #91f3ff, transparent);
  box-shadow: 0 0 7px #00e1f344;
}
.has-process-motion .process-node {
  animation:
    process-node-on 1.1s ease-out var(--step-delay) both paused,
    process-node-pulse 12s ease-out calc(var(--step-delay) + 12s) infinite forwards paused;
}
.has-process-motion .process-wire::before {
  animation: process-wire-on 1.35s linear var(--step-delay) both paused;
}
.has-process-motion .process-wire::after {
  animation: process-signal 12s linear var(--step-delay) infinite both paused;
}
.is-process-active .process-node,
.is-process-active .process-wire::before,
.is-process-active .process-wire::after { animation-play-state: running; }
@keyframes process-node-on {
  0% { background: var(--bg); border-color: #41616e; box-shadow: none; }
  35% { background: #c5faff; border-color: #9cf5ff; box-shadow: 0 0 12px #00e1f36b; }
  100% { background: #41a6b4; border-color: #65b6c2; box-shadow: 0 0 6px #00e1f326; }
}
@keyframes process-wire-on { from { width: 0; } to { width: 100%; } }
@keyframes process-signal {
  0% { left: 0; opacity: 0; }
  1.35%, 9.9% { opacity: 1; }
  11.25%, 100% { left: 100%; opacity: 0; }
}
@media (max-width: 960px) {
  .process-list { grid-template-columns: 1fr; gap: 32px; }
  .process-list li { padding: 0 0 0 30px; }
  .process-list p { max-width: 48ch; }
  .process-node { top: 9px; }
  .process-wire { top: 12px; left: 3px; width: 1px; height: calc(100% + 32px); }
  .process-wire::before { width: 1px; height: 0; }
  .process-wire::after {
    width: 1px;
    height: 36px;
    transform: translateY(-50%);
    background: linear-gradient(180deg, transparent, #91f3ff, transparent);
  }
  .has-process-motion .process-wire::before { animation-name: process-wire-down; }
  .has-process-motion .process-wire::after { animation-name: process-signal-down; }
}
@keyframes process-wire-down { from { height: 0; } to { height: 100%; } }
@keyframes process-signal-down {
  0% { top: 0; opacity: 0; }
  1.35%, 9.9% { opacity: 1; }
  11.25%, 100% { top: 100%; opacity: 0; }
}
@keyframes process-node-pulse {
  0%, 9%, 100% { box-shadow: 0 0 6px #00e1f326; }
  3% { box-shadow: 0 0 12px #00e1f375; }
}
