:root {
  color-scheme: light;
  --ink: #141414;
  --ink-soft: #3f3d39;
  --paper: #f7f4ed;
  --paper-strong: #fffdf7;
  --muted: #ece7dc;
  --line: rgba(20, 20, 20, 0.12);
  --line-dark: rgba(255, 255, 255, 0.16);
  --charcoal: #12110f;
  --charcoal-2: #1e1b17;
  --white: #ffffff;
  --copper: #b9693a;
  --amber: #e3b45a;
  --teal: #18a999;
  --green: #6f9f5f;
  --red: #b7484a;
  --shadow: 0 24px 70px rgba(20, 20, 20, 0.18);
  --radius: 8px;
  --max: 1180px;
  --header-h: 76px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

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

img,
canvas {
  display: block;
}

button,
input,
select,
textarea {
  font: inherit;
}

::selection {
  background: rgba(227, 180, 90, 0.45);
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-150%);
  background: var(--white);
  color: var(--ink);
  padding: 10px 14px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(247, 244, 237, 0.86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.nav-shell {
  height: var(--header-h);
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  width: 104px;
  height: 54px;
  display: block;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: none;
}

.brand strong {
  display: block;
  line-height: 1;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-links a {
  padding: 10px 12px;
  border-radius: var(--radius);
  color: var(--ink-soft);
  font-size: 0.95rem;
  font-weight: 700;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: rgba(20, 20, 20, 0.06);
  color: var(--ink);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-strong);
  padding: 10px;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: calc(86svh - var(--header-h));
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 20% 15%, rgba(227, 180, 90, 0.22), transparent 30%),
    linear-gradient(120deg, #15130f 0%, #221f1a 54%, #101312 100%);
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 77% 40%, rgba(24, 169, 153, 0.14), transparent 28%),
    linear-gradient(90deg, rgba(18, 17, 15, 0.78) 0%, rgba(18, 17, 15, 0.54) 48%, rgba(18, 17, 15, 0.12) 100%);
  pointer-events: none;
}

.vertex-field {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.92;
}

.hero-noise {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.9), transparent 74%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  margin: 0 auto;
  padding: 96px 24px 86px;
}

.eyebrow,
.section-kicker,
.work-type {
  margin: 0 0 16px;
  color: var(--copper);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--amber);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 850px;
  margin-bottom: 24px;
  font-size: clamp(3.2rem, 9vw, 8rem);
  line-height: 0.9;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.2rem;
  line-height: 1.15;
}

.capability-card h3 {
  max-width: 18rem;
  min-height: 2.35em;
  margin-bottom: 10px;
}

.hero-lede {
  max-width: 760px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.hero-actions,
.contact-details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: var(--radius);
  padding: 12px 18px;
  border: 1px solid transparent;
  font-weight: 900;
  letter-spacing: 0;
  cursor: pointer;
}

.button-primary {
  background: var(--amber);
  color: #15130f;
  border-color: rgba(255, 255, 255, 0.2);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #f0c66e;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.24);
  color: var(--white);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.14);
}

.trust-band {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 30px;
  align-items: stretch;
  max-width: var(--max);
  margin: 0 auto;
  padding: 26px 24px;
  border-bottom: 1px solid var(--line);
  background: var(--paper-strong);
}

.trust-band p {
  min-height: 92px;
  display: grid;
  place-items: center;
  margin: 0;
  color: var(--copper);
  font-size: 0.94rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.trust-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.trust-track article {
  min-height: 92px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(236, 231, 220, 0.52);
}

.trust-track span {
  display: block;
  margin-bottom: 8px;
  color: var(--copper);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.trust-track strong {
  display: block;
  color: var(--ink-soft);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.4;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 92px 24px;
}

.section-muted,
.section-dark {
  max-width: none;
  padding-left: max(24px, calc((100vw - var(--max)) / 2 + 24px));
  padding-right: max(24px, calc((100vw - var(--max)) / 2 + 24px));
}

.section-muted {
  background: var(--muted);
}

.section-dark {
  background: var(--charcoal);
  color: var(--white);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 38px;
  align-items: end;
  margin-bottom: 42px;
}

.section-heading p:last-child,
.intro-copy,
.security-panel p,
.contact-layout > div > p {
  color: var(--ink-soft);
  font-size: 1.02rem;
}

.section-dark .section-heading p:last-child,
.section-dark article p {
  color: rgba(255, 255, 255, 0.72);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.75fr);
  gap: 54px;
  align-items: start;
}

.intro-copy p:last-child {
  margin-bottom: 0;
}

.capability-grid,
.work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.capability-card,
.work-card,
.industry-list article,
.process-list li {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-strong);
  box-shadow: 0 10px 30px rgba(20, 20, 20, 0.06);
}

.capability-card {
  min-height: 0;
  padding: 22px;
  display: flex;
  flex-direction: column;
}

.card-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: var(--radius);
  color: var(--ink);
  background: rgba(227, 180, 90, 0.42);
  border: 1px solid rgba(185, 105, 58, 0.28);
  font-weight: 900;
}

.service-media {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 0 20px;
  overflow: hidden;
  border: 1px solid rgba(20, 20, 20, 0.12);
  border-radius: var(--radius);
  background: rgba(236, 231, 220, 0.62);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.42);
}

.service-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.service-visual,
.drone-scene {
  position: relative;
  min-height: 118px;
  margin: -6px 0 20px;
  overflow: hidden;
  border: 1px solid rgba(20, 20, 20, 0.12);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 24% 28%, rgba(24, 169, 153, 0.15), transparent 30%),
    radial-gradient(circle at 78% 64%, rgba(227, 180, 90, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(236, 231, 220, 0.78), rgba(255, 253, 247, 0.9));
}

.service-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(20, 20, 20, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 20, 20, 0.055) 1px, transparent 1px);
  background-size: 24px 24px;
}

.service-visual > span,
.service-visual > i,
.service-visual > b {
  position: absolute;
  z-index: 1;
  display: block;
}

.visual-saas::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 66px;
  right: 64px;
  top: 58px;
  height: 2px;
  background: linear-gradient(90deg, rgba(24, 169, 153, 0.12), rgba(20, 20, 20, 0.2), rgba(227, 180, 90, 0.14));
}

.cloud-form {
  left: 26px;
  top: 36px;
  width: 86px;
  height: 34px;
  border: 2px solid rgba(31, 47, 50, 0.26);
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.86);
  box-shadow: 0 10px 22px rgba(20, 20, 20, 0.08);
  animation: iconFloat 4.2s ease-in-out infinite;
}

.cloud-form::before,
.cloud-form::after {
  content: "";
  position: absolute;
  bottom: 17px;
  border: 2px solid rgba(31, 47, 50, 0.26);
  border-bottom: 0;
  background: rgba(255, 253, 247, 0.94);
}

.cloud-form::before {
  left: 17px;
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 0 0;
}

.cloud-form::after {
  right: 15px;
  width: 24px;
  height: 24px;
  border-radius: 50% 50% 0 0;
}

.server-stack {
  right: 28px;
  top: 28px;
  width: 86px;
  height: 62px;
  border: 2px solid rgba(31, 47, 50, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(24, 169, 153, 0.82) 0 6px, transparent 6px) 14px 14px / 58px 8px no-repeat,
    linear-gradient(90deg, rgba(227, 180, 90, 0.8) 0 6px, transparent 6px) 14px 31px / 58px 8px no-repeat,
    linear-gradient(90deg, rgba(31, 47, 50, 0.22) 0 6px, transparent 6px) 14px 48px / 58px 8px no-repeat,
    rgba(255, 253, 247, 0.9);
  box-shadow: inset 0 -18px 0 rgba(31, 47, 50, 0.04);
  animation: panelGlow 3.4s ease-in-out infinite;
}

.lock-body {
  left: 102px;
  bottom: 20px;
  width: 36px;
  height: 30px;
  border: 2px solid rgba(31, 47, 50, 0.3);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(227, 180, 90, 0.95), rgba(227, 180, 90, 0.54));
  box-shadow: 0 8px 16px rgba(20, 20, 20, 0.12);
}

.lock-body::before {
  content: "";
  position: absolute;
  left: 8px;
  top: -19px;
  width: 17px;
  height: 18px;
  border: 4px solid rgba(31, 47, 50, 0.74);
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
}

.lock-body::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 10px;
  width: 6px;
  height: 12px;
  border-radius: 999px;
  background: rgba(31, 47, 50, 0.68);
}

.sync-dot {
  left: 78px;
  top: 54px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 7px rgba(24, 169, 153, 0.13);
  animation: saasPacket 3.5s ease-in-out infinite;
}

.visual-ai::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 30px 38px;
  background:
    linear-gradient(25deg, transparent 48%, rgba(20, 20, 20, 0.18) 49%, rgba(20, 20, 20, 0.18) 51%, transparent 52%),
    linear-gradient(-24deg, transparent 48%, rgba(20, 20, 20, 0.18) 49%, rgba(20, 20, 20, 0.18) 51%, transparent 52%),
    linear-gradient(90deg, transparent 48%, rgba(24, 169, 153, 0.24) 49%, rgba(24, 169, 153, 0.24) 51%, transparent 52%);
}

.ai-node {
  width: 20px;
  height: 20px;
  border: 4px solid var(--teal);
  border-radius: 50%;
  background: var(--paper-strong);
  box-shadow: 0 0 0 8px rgba(24, 169, 153, 0.12);
  animation: nodePulse 2.8s ease-in-out infinite;
}

.node-input {
  left: 28px;
  top: 50px;
}

.node-context {
  left: 94px;
  top: 24px;
  border-color: var(--amber);
  box-shadow: 0 0 0 8px rgba(227, 180, 90, 0.13);
  animation-delay: 0.18s;
}

.node-model {
  left: 96px;
  bottom: 24px;
  animation-delay: 0.36s;
}

.node-output {
  right: 30px;
  top: 50px;
  border-color: var(--amber);
  box-shadow: 0 0 0 8px rgba(227, 180, 90, 0.13);
  animation-delay: 0.54s;
}

.decision-route {
  left: 42px;
  right: 42px;
  top: 58px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(20, 20, 20, 0.22), transparent);
}

.decision-route::after,
.flow-link::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--teal);
  animation: dataTravel 3.6s ease-in-out infinite;
}

.decision-core {
  left: 50%;
  top: 50%;
  width: 44px;
  height: 44px;
  border: 2px solid rgba(31, 47, 50, 0.22);
  border-radius: 50%;
  background:
    linear-gradient(135deg, transparent 46%, rgba(255, 253, 247, 0.95) 47% 53%, transparent 54%),
    var(--ink);
  box-shadow: 0 0 0 10px rgba(31, 47, 50, 0.08);
  transform: translate(-50%, -50%);
}

.decision-core::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 12px;
  width: 14px;
  height: 8px;
  border-left: 3px solid var(--amber);
  border-bottom: 3px solid var(--amber);
  transform: rotate(-45deg);
}

.browser-frame {
  left: 24px;
  top: 22px;
  width: 118px;
  height: 76px;
  border: 2px solid rgba(31, 47, 50, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(rgba(31, 47, 50, 0.14) 0 0) 16px 30px / 72px 6px no-repeat,
    linear-gradient(rgba(24, 169, 153, 0.36) 0 0) 16px 48px / 48px 8px no-repeat,
    linear-gradient(to bottom, rgba(31, 47, 50, 0.1) 0 18px, rgba(255, 253, 247, 0.88) 18px);
  box-shadow: 0 10px 22px rgba(20, 20, 20, 0.08);
}

.browser-frame::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 13px 0 0 rgba(24, 169, 153, 0.78), 26px 0 0 rgba(31, 47, 50, 0.18);
}

.mobile-frame {
  right: 34px;
  top: 30px;
  width: 52px;
  height: 68px;
  border: 2px solid rgba(31, 47, 50, 0.22);
  border-radius: 12px;
  background:
    linear-gradient(rgba(31, 47, 50, 0.14) 0 0) 10px 18px / 30px 5px no-repeat,
    linear-gradient(rgba(227, 180, 90, 0.46) 0 0) 10px 32px / 22px 8px no-repeat,
    rgba(255, 253, 247, 0.9);
}

.wire-button {
  left: 48px;
  bottom: 20px;
  width: 104px;
  height: 13px;
  border-radius: 999px;
  background: rgba(24, 169, 153, 0.3);
}

.cursor-pointer {
  left: 64px;
  top: 45px;
  width: 0;
  height: 0;
  border-left: 16px solid var(--ink);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  filter: drop-shadow(0 6px 10px rgba(20, 20, 20, 0.18));
  transform: rotate(35deg);
  animation: cursorSlide 3.2s ease-in-out infinite;
}

.cursor-pointer::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 5px;
  width: 12px;
  height: 4px;
  border-radius: 999px;
  background: var(--ink);
  transform: rotate(-18deg);
}

.canvas-frame {
  left: 28px;
  top: 24px;
  width: 78px;
  height: 72px;
  border: 2px solid rgba(31, 47, 50, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, transparent 52%, rgba(24, 169, 153, 0.28) 53%),
    linear-gradient(145deg, rgba(227, 180, 90, 0.42), transparent 42%),
    rgba(255, 253, 247, 0.88);
  box-shadow: 0 10px 22px rgba(20, 20, 20, 0.08);
}

.layout-panel {
  left: 112px;
  top: 34px;
  width: 92px;
  height: 52px;
  border: 2px solid rgba(31, 47, 50, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(rgba(31, 47, 50, 0.16) 0 0) 14px 13px / 54px 5px no-repeat,
    linear-gradient(rgba(24, 169, 153, 0.34) 0 0) 14px 28px / 64px 8px no-repeat,
    rgba(255, 253, 247, 0.76);
  transform: rotate(-4deg);
}

.palette-swatches {
  right: 34px;
  bottom: 24px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow:
    -24px -14px 0 var(--amber),
    -42px 8px 0 rgba(31, 47, 50, 0.35),
    -12px 18px 0 rgba(24, 169, 153, 0.42);
  animation: paletteBlink 3.8s ease-in-out infinite;
}

.drawing-stroke {
  left: 68px;
  bottom: 22px;
  width: 100px;
  height: 28px;
  border-bottom: 4px solid var(--ink-soft);
  border-radius: 50%;
  transform: rotate(-8deg);
  animation: sketchStroke 3.4s ease-in-out infinite;
}

.workflow-node {
  width: 58px;
  height: 38px;
  border: 2px solid rgba(31, 47, 50, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(rgba(31, 47, 50, 0.13) 0 0) 12px 12px / 34px 5px no-repeat,
    linear-gradient(rgba(24, 169, 153, 0.34) 0 0) 12px 24px / 22px 6px no-repeat,
    rgba(255, 253, 247, 0.88);
  box-shadow: 0 10px 22px rgba(20, 20, 20, 0.07);
}

.node-source {
  left: 24px;
  top: 44px;
}

.node-process {
  left: 104px;
  top: 24px;
}

.node-destination {
  right: 28px;
  top: 56px;
}

.flow-link {
  left: 62px;
  right: 58px;
  top: 61px;
  height: 2px;
  background: linear-gradient(90deg, rgba(20, 20, 20, 0.2), rgba(24, 169, 153, 0.32), rgba(20, 20, 20, 0.2));
}

.flow-link::before {
  content: "";
  position: absolute;
  right: -4px;
  top: -5px;
  width: 0;
  height: 0;
  border-left: 9px solid rgba(31, 47, 50, 0.36);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.gear-mark {
  left: 122px;
  top: 58px;
  width: 30px;
  height: 30px;
  border: 6px dotted rgba(227, 180, 90, 0.88);
  border-radius: 50%;
  background: rgba(255, 253, 247, 0.9);
  animation: gearTurn 7s linear infinite;
}

.gear-mark::after {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  background: rgba(31, 47, 50, 0.42);
}

.spatial-card {
  position: relative;
  overflow: hidden;
}

.drone-scene {
  background:
    radial-gradient(circle at 24% 28%, rgba(24, 169, 153, 0.18), transparent 30%),
    radial-gradient(circle at 78% 64%, rgba(227, 180, 90, 0.22), transparent 28%),
    linear-gradient(135deg, rgba(236, 231, 220, 0.78), rgba(255, 253, 247, 0.9));
}

.scan-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(20, 20, 20, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 20, 20, 0.07) 1px, transparent 1px);
  background-size: 24px 24px;
  transform: perspective(160px) rotateX(22deg) scale(1.16);
  transform-origin: 50% 70%;
}

.scan-line {
  position: absolute;
  left: 14%;
  right: 14%;
  top: 52%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(24, 169, 153, 0.78), transparent);
  box-shadow: 0 0 18px rgba(24, 169, 153, 0.45);
  animation: scanSweep 3.8s ease-in-out infinite;
}

.lidar-beam {
  position: absolute;
  z-index: 1;
  left: 23%;
  top: 48%;
  width: 96px;
  height: 2px;
  background: linear-gradient(90deg, rgba(24, 169, 153, 0.82), transparent);
  box-shadow: 0 0 16px rgba(24, 169, 153, 0.42);
  transform-origin: left center;
  animation: lidarSweep 3.6s ease-in-out infinite;
}

.beam-one {
  transform: rotate(24deg);
}

.beam-two {
  top: 44%;
  width: 116px;
  background: linear-gradient(90deg, rgba(227, 180, 90, 0.72), transparent);
  animation-delay: 0.55s;
  transform: rotate(58deg);
}

.point-cloud {
  position: absolute;
  z-index: 1;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow:
    18px 7px 0 rgba(24, 169, 153, 0.58),
    36px -4px 0 rgba(227, 180, 90, 0.82),
    51px 14px 0 rgba(24, 169, 153, 0.42),
    69px 2px 0 rgba(31, 47, 50, 0.24);
  animation: pointCloud 3.6s ease-in-out infinite;
}

.cloud-one {
  left: 36%;
  bottom: 22%;
}

.cloud-two {
  left: 55%;
  bottom: 32%;
  animation-delay: 0.3s;
}

.cloud-three {
  right: 16%;
  bottom: 18%;
  animation-delay: 0.6s;
}

.geo-pin {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 3px solid var(--teal);
  border-radius: 50%;
  background: var(--paper-strong);
  box-shadow: 0 0 0 7px rgba(24, 169, 153, 0.12);
}

.geo-pin::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 1px;
  height: 12px;
  background: rgba(20, 20, 20, 0.18);
}

.pin-one {
  left: 22%;
  top: 58%;
}

.pin-two {
  left: 62%;
  top: 34%;
  border-color: var(--amber);
  box-shadow: 0 0 0 7px rgba(227, 180, 90, 0.14);
}

.pin-three {
  right: 16%;
  bottom: 22%;
}

.drone-graphic {
  position: absolute;
  left: 18%;
  top: 18%;
  z-index: 2;
  width: 74px;
  height: 44px;
  fill: rgba(255, 253, 247, 0.92);
  stroke: #1f2f32;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 10px 18px rgba(20, 20, 20, 0.2));
  animation: dronePatrol 7s ease-in-out infinite;
}

@keyframes iconFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

@keyframes saasPacket {
  0% {
    transform: translateX(0) scale(0.76);
    opacity: 0;
  }

  15%,
  78% {
    opacity: 1;
  }

  100% {
    transform: translateX(98px) scale(1);
    opacity: 0;
  }
}

@keyframes lidarSweep {
  0%,
  100% {
    opacity: 0.2;
    transform: rotate(18deg) scaleX(0.58);
  }

  50% {
    opacity: 0.95;
    transform: rotate(58deg) scaleX(1);
  }
}

@keyframes pointCloud {
  0%,
  100% {
    opacity: 0.45;
    transform: translateY(3px);
  }

  50% {
    opacity: 1;
    transform: translateY(-3px);
  }
}

@keyframes dronePatrol {
  0% {
    transform: translate(0, 0) rotate(-4deg);
  }

  28% {
    transform: translate(78px, -8px) rotate(5deg);
  }

  58% {
    transform: translate(136px, 34px) rotate(2deg);
  }

  82% {
    transform: translate(44px, 46px) rotate(-6deg);
  }

  100% {
    transform: translate(0, 0) rotate(-4deg);
  }
}

@keyframes scanSweep {
  0%,
  100% {
    transform: translateY(-34px);
    opacity: 0.2;
  }

  50% {
    transform: translateY(34px);
    opacity: 0.9;
  }
}

@keyframes barPulse {
  0%,
  100% {
    transform: scaleY(0.78);
    opacity: 0.72;
  }

  50% {
    transform: scaleY(1.08);
    opacity: 1;
  }
}

@keyframes panelGlow {
  0%,
  100% {
    box-shadow: none;
  }

  50% {
    box-shadow: 0 0 0 8px rgba(24, 169, 153, 0.08);
  }
}

@keyframes nodePulse {
  0%,
  100% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1.08);
  }
}

@keyframes dataTravel {
  0% {
    transform: translateX(0);
    opacity: 0;
  }

  15%,
  85% {
    opacity: 1;
  }

  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

@keyframes cursorSlide {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(70px);
  }
}

@keyframes sketchStroke {
  0%,
  100% {
    clip-path: inset(0 100% 0 0);
  }

  50% {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes paletteBlink {
  0%,
  100% {
    transform: scale(0.94);
    opacity: 0.72;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes gearTurn {
  to {
    transform: rotate(360deg);
  }
}

.capability-card p,
.work-card p,
.process-list p,
.industry-list p {
  color: var(--ink-soft);
}

.capability-card p {
  margin-bottom: 0;
  line-height: 1.48;
}

.capability-card ul {
  margin: 18px 0 0;
  padding: 16px 0 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.capability-card li {
  position: relative;
  padding-left: 18px;
  color: var(--ink-soft);
  font-size: 0.93rem;
  line-height: 1.42;
}

.capability-card li + li {
  margin-top: 7px;
}

.capability-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
}

.work-card {
  overflow: hidden;
  min-height: 405px;
  display: flex;
  flex-direction: column;
}

.work-card > div:last-child {
  padding: 22px;
}

.featured-work {
  grid-column: span 2;
}

.work-visual {
  position: relative;
  min-height: 178px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(24, 169, 153, 0.22), transparent 40%),
    var(--charcoal-2);
}

.work-visual::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
}

.work-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 24px 24px;
}

.visual-sentinel span,
.visual-twin span,
.visual-agent span,
.visual-remote span,
.visual-mobile span,
.visual-creative span {
  position: absolute;
  z-index: 1;
  display: block;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
}

.visual-sentinel span:nth-child(1) {
  left: 38px;
  top: 36px;
  width: 148px;
  height: 70px;
  background: rgba(227, 180, 90, 0.24);
}

.visual-sentinel span:nth-child(2) {
  left: 210px;
  top: 54px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: rgba(24, 169, 153, 0.24);
}

.visual-sentinel span:nth-child(3) {
  right: 46px;
  top: 34px;
  width: 160px;
  height: 34px;
  background: rgba(111, 159, 95, 0.25);
}

.visual-sentinel span:nth-child(4) {
  right: 94px;
  bottom: 32px;
  width: 220px;
  height: 44px;
}

.visual-twin span:nth-child(1) {
  left: 42px;
  top: 42px;
  width: 98px;
  height: 98px;
  transform: rotate(45deg);
  background: rgba(24, 169, 153, 0.2);
}

.visual-twin span:nth-child(2) {
  right: 54px;
  top: 34px;
  width: 116px;
  height: 42px;
}

.visual-twin span:nth-child(3) {
  right: 82px;
  bottom: 38px;
  width: 180px;
  height: 34px;
  background: rgba(227, 180, 90, 0.22);
}

.visual-agent span {
  width: 54px;
  height: 54px;
  border-radius: 50%;
}

.visual-agent span:nth-child(1) {
  left: 34px;
  top: 40px;
  background: rgba(227, 180, 90, 0.28);
}

.visual-agent span:nth-child(2) {
  left: 128px;
  top: 86px;
  background: rgba(24, 169, 153, 0.28);
}

.visual-agent span:nth-child(3) {
  right: 106px;
  top: 44px;
  background: rgba(183, 72, 74, 0.28);
}

.visual-agent span:nth-child(4) {
  right: 38px;
  bottom: 36px;
  width: 96px;
  border-radius: var(--radius);
}

.visual-remote span:nth-child(1) {
  left: 34px;
  top: 34px;
  width: 156px;
  height: 90px;
  background: rgba(255, 255, 255, 0.11);
}

.visual-remote span:nth-child(2) {
  right: 46px;
  bottom: 36px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: rgba(24, 169, 153, 0.24);
}

.visual-mobile span:nth-child(1) {
  left: 42px;
  top: 28px;
  width: 74px;
  height: 124px;
  border-radius: 16px;
  background: rgba(227, 180, 90, 0.2);
}

.visual-mobile span:nth-child(2) {
  left: 142px;
  top: 46px;
  width: 144px;
  height: 26px;
}

.visual-mobile span:nth-child(3) {
  right: 54px;
  bottom: 44px;
  width: 112px;
  height: 42px;
  background: rgba(24, 169, 153, 0.22);
}

.visual-creative span:nth-child(1) {
  left: 44px;
  top: 40px;
  width: 86px;
  height: 86px;
  background: rgba(227, 180, 90, 0.25);
}

.visual-creative span:nth-child(2) {
  left: 118px;
  top: 72px;
  width: 108px;
  height: 58px;
  transform: rotate(-8deg);
  background: rgba(183, 72, 74, 0.2);
}

.visual-creative span:nth-child(3) {
  right: 52px;
  top: 38px;
  width: 86px;
  height: 112px;
  background: rgba(24, 169, 153, 0.22);
}

.work-type {
  margin-bottom: 10px;
  color: var(--green);
}

.industry-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.industry-list article {
  min-height: 240px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--line-dark);
  box-shadow: none;
}

.industry-list h3 {
  color: var(--white);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: item;
}

.process-list li {
  min-height: 285px;
  padding: 24px;
}

.process-list span {
  display: block;
  margin-bottom: 42px;
  color: var(--copper);
  font-weight: 900;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.leadership-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.leader-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-strong);
  box-shadow: 0 10px 30px rgba(20, 20, 20, 0.06);
}

.leader-media {
  width: 100%;
  aspect-ratio: 1.08 / 1;
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: rgba(236, 231, 220, 0.72);
}

.leader-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 35%;
}

.leader-card > div {
  padding: 22px 24px 24px;
}

.leader-card span {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  margin-bottom: 14px;
  color: var(--copper);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.leader-card h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
}

.leader-card p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.team-grid article {
  min-height: 240px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-strong);
  box-shadow: 0 10px 30px rgba(20, 20, 20, 0.06);
}

.team-grid span {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--copper);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.team-grid p {
  color: var(--ink-soft);
}

.security-panel {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.85fr);
  gap: 40px;
  align-items: center;
  padding: 40px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-strong);
  box-shadow: var(--shadow);
}

.security-panel h2 {
  max-width: 620px;
  margin-bottom: 18px;
  font-size: clamp(2.35rem, 4vw, 3.65rem);
  line-height: 1.08;
}

.security-panel > div > p:not(.section-kicker) {
  max-width: 640px;
  line-height: 1.62;
}

.security-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.security-checks span {
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(236, 231, 220, 0.66);
  color: var(--ink-soft);
  font-weight: 800;
}

.contact-section {
  padding-bottom: 104px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(340px, 0.75fr);
  gap: 46px;
  align-items: start;
}

.contact-layout h2 {
  max-width: 620px;
  margin-bottom: 22px;
  font-size: clamp(2.5rem, 4.4vw, 4rem);
  line-height: 1.06;
}

.contact-layout > div > p:not(.section-kicker) {
  max-width: 620px;
  line-height: 1.62;
}

.contact-details {
  margin-top: 28px;
  color: var(--ink-soft);
}

.contact-details a {
  color: var(--ink);
  font-weight: 900;
  border-bottom: 2px solid var(--amber);
}

.contact-form {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-strong);
  box-shadow: var(--shadow);
}

.contact-form label {
  display: block;
  margin-bottom: 14px;
}

.contact-form span {
  display: block;
  margin-bottom: 7px;
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(20, 20, 20, 0.16);
  border-radius: var(--radius);
  background: #fffefa;
  padding: 12px 13px;
  color: var(--ink);
}

.contact-form textarea {
  resize: vertical;
  min-height: 126px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(227, 180, 90, 0.45);
  border-color: var(--copper);
}

.contact-form .button {
  width: 100%;
}

.form-note {
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.form-note a {
  color: var(--ink);
  font-weight: 900;
  border-bottom: 2px solid var(--amber);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: start;
  padding: 36px max(24px, calc((100vw - var(--max)) / 2 + 24px));
  background: var(--charcoal);
  color: var(--white);
}

.site-footer p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.66);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
  font-weight: 800;
}

.copyright {
  grid-column: 1 / -1;
  padding-top: 20px;
  border-top: 1px solid var(--line-dark);
  font-size: 0.88rem;
}

.legal-main {
  max-width: 900px;
  margin: 0 auto;
  padding: 72px 24px 96px;
}

.legal-main h1 {
  max-width: 760px;
  color: var(--ink);
  font-size: clamp(2.6rem, 7vw, 5.2rem);
}

.legal-main h2 {
  margin: 42px 0 14px;
  font-size: clamp(1.55rem, 3vw, 2.4rem);
}

.legal-main p,
.legal-main li {
  color: var(--ink-soft);
}

.legal-main a {
  border-bottom: 2px solid var(--amber);
  font-weight: 800;
}

@media (max-width: 980px) {
  .section-heading,
  .split,
  .security-panel,
  .contact-layout {
    grid-template-columns: 1fr;
  }

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

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

  .leader-card:last-child {
    grid-column: span 2;
  }

  .featured-work {
    grid-column: span 2;
  }
}

@media (max-width: 760px) {
  :root {
    --header-h: 68px;
  }

  .nav-shell {
    padding: 0 16px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: fixed;
    inset: var(--header-h) 12px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--paper-strong);
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  .hero {
    min-height: calc(100svh - var(--header-h) - 72px);
  }

  .hero-content {
    padding: 68px 18px 54px;
  }

  .capability-grid,
  .work-grid,
  .industry-list,
  .leadership-grid,
  .team-grid,
  .process-list,
  .security-checks {
    grid-template-columns: 1fr;
  }

  .leader-card:last-child {
    grid-column: span 1;
  }

  .capability-card h3 {
    max-width: none;
    min-height: 0;
  }

  .trust-band {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px 18px;
  }

  .trust-band p {
    min-height: auto;
    padding: 4px 0;
  }

  .trust-track {
    grid-template-columns: 1fr;
  }

  .featured-work {
    grid-column: span 1;
  }

  .section {
    padding: 68px 18px;
  }

  .section-muted,
  .section-dark {
    padding-left: 18px;
    padding-right: 18px;
  }

  .section-heading {
    gap: 20px;
    margin-bottom: 28px;
  }

  .capability-card,
  .work-card,
  .industry-list article,
  .team-grid article,
  .process-list li {
    min-height: auto;
  }

  .security-panel,
  .contact-form {
    padding: 20px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 30px 18px;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
