.seo-breadcrumb {
  position: absolute;
  z-index: 10;
  top: 6.8rem;
  left: max(1.25rem, calc((100vw - var(--max)) / 2 + 4.5rem));
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.75rem;
}

.seo-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-breadcrumb li + li::before {
  content: "/";
  margin-right: 0.55rem;
  color: rgba(255, 255, 255, 0.35);
}

.seo-breadcrumb a { text-decoration: underline; text-underline-offset: 0.25rem; }

.service-hero::before {
  background: var(--acid);
  clip-path: polygon(18% 0, 100% 8%, 83% 100%, 0 70%);
  border-radius: 0;
  transform: rotate(5deg);
}

.service-hero--saas::before {
  background: #fff;
  border-radius: 50% 24% 52% 32%;
  clip-path: none;
}

.service-hero--ai::before {
  background: linear-gradient(140deg, var(--acid) 0 42%, #fff 42% 56%, var(--violet) 56%);
}

.service-hero--crm::before { background: var(--acid); clip-path: polygon(12% 5%, 100% 0, 82% 100%, 0 74%); }
.service-hero--portal::before { background: var(--violet); border-radius: 46% 18% 42% 28%; clip-path: none; }
.service-hero--chatbot::before { background: linear-gradient(145deg, var(--acid) 0 48%, #fff 48% 60%, var(--violet) 60%); border-radius: 50%; clip-path: none; }
.service-hero--automation::before { background: var(--acid); clip-path: polygon(0 16%, 82% 0, 100% 78%, 22% 100%); }
.service-hero--integration::before { background: linear-gradient(135deg, var(--violet) 0 44%, #fff 44% 55%, var(--acid) 55%); clip-path: polygon(22% 0, 100% 16%, 78% 100%, 0 84%); }

.service-hero--dubai::before {
  background: var(--violet);
  clip-path: polygon(45% 0, 100% 0, 100% 100%, 0 72%);
}

.service-hero--about::before {
  background: linear-gradient(145deg, var(--acid) 0 34%, #fff 34% 48%, var(--violet) 48%);
  border-radius: 18% 52% 24% 62%;
  clip-path: none;
}

.service-hero--contact::before {
  background: var(--acid);
  clip-path: polygon(38% 0, 100% 0, 100% 100%, 0 54%);
}

.service-hero--bugence::before {
  background: linear-gradient(135deg, var(--violet), #221273 60%, var(--acid));
  border-radius: 52% 18% 60% 28%;
  clip-path: none;
}

/* BUGENCE Studio — route-scoped motion and interaction language */
body[data-route="bugence"] {
  --bugence-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --bugence-violet: #694cff;
  --bugence-pointer-x: 0;
  --bugence-pointer-y: 0;
}

body[data-route="bugence"] main {
  overflow: clip;
}

body[data-route="bugence"] .content-section,
body[data-route="bugence"] .related-services {
  content-visibility: auto;
  contain-intrinsic-size: 1px 820px;
}

body[data-route="bugence"] .service-hero--bugence {
  isolation: isolate;
}

body[data-route="bugence"] .service-hero--bugence::before {
  transform:
    translate3d(
      calc(var(--bugence-pointer-x) * 0.75rem),
      calc(var(--bugence-pointer-y) * 0.75rem),
      0
    )
    rotate(-2deg);
  transform-origin: 72% 32%;
  transition: transform 900ms var(--bugence-ease), opacity 700ms ease;
}

body[data-route="bugence"] .service-hero--bugence::after {
  transform:
    translate3d(
      calc(var(--bugence-pointer-x) * -1.15rem),
      calc(var(--bugence-pointer-y) * -1.15rem),
      0
    )
    scale(1);
  transition: transform 1100ms var(--bugence-ease), opacity 700ms ease, border-color 500ms ease;
}

body[data-route="bugence"] .service-hero--bugence h1 {
  max-width: 12ch;
  font-size: clamp(4rem, 8.3vw, 8.6rem);
}

body[data-route="bugence"] .service-hero--bugence h1 > span {
  display: inline-block;
  font-weight: 520;
  letter-spacing: -0.075em;
  white-space: nowrap;
}

body[data-route="bugence"] .service-hero--bugence h1 em {
  color: var(--bugence-violet);
}

body[data-route="bugence"] .service-signal-grid article,
body[data-route="bugence"] .service-capabilities article,
body[data-route="bugence"] .decision-grid article,
body[data-route="bugence"] .related-services nav a {
  position: relative;
  overflow: hidden;
  transition:
    transform 520ms var(--bugence-ease),
    border-color 360ms ease,
    background-color 480ms var(--bugence-ease),
    color 360ms ease;
}

body[data-route="bugence"] .service-signal-grid article::before {
  content: "";
  position: absolute;
  right: 1.4rem;
  bottom: 0;
  left: 1.4rem;
  height: 3px;
  pointer-events: none;
  background: var(--bugence-violet);
  transform: scaleX(0.16);
  transform-origin: left;
  transition: transform 680ms var(--bugence-ease), background-color 360ms ease;
}

body[data-route="bugence"] .service-signal-grid article:first-child::before {
  background: var(--ink);
}

body[data-route="bugence"] .service-capabilities article::before {
  content: "";
  position: absolute;
  top: 1.4rem;
  bottom: 1.4rem;
  left: 0;
  width: 3px;
  pointer-events: none;
  background: var(--bugence-violet);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 680ms var(--bugence-ease);
}

body[data-route="bugence"] .decision-grid article::before {
  content: "";
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  width: 2.6rem;
  height: 1px;
  pointer-events: none;
  background: currentColor;
  opacity: 0.62;
  transform: scaleX(0.3);
  transform-origin: right;
  transition: transform 620ms var(--bugence-ease);
}

body[data-route="bugence"] .service-signal-grid h3,
body[data-route="bugence"] .service-capabilities h3 {
  transition:
    color 360ms ease,
    transform 560ms var(--bugence-ease),
    letter-spacing 560ms var(--bugence-ease);
}

body[data-route="bugence"] .service-signal-grid p,
body[data-route="bugence"] .service-capabilities p,
body[data-route="bugence"] .service-signal-grid article > span {
  transition: color 360ms ease, transform 560ms var(--bugence-ease);
}

body[data-route="bugence"] .service-capabilities article::after {
  content: "";
  position: absolute;
  right: 1.4rem;
  top: 1.4rem;
  width: 0.55rem;
  aspect-ratio: 1;
  border: 1px solid var(--acid);
  border-radius: 50%;
  opacity: 0.55;
  transition:
    transform 600ms var(--bugence-ease),
    background-color 360ms ease,
    border-radius 520ms var(--bugence-ease);
}

body[data-route="bugence"] .decision-grid li {
  transition: transform 400ms var(--bugence-ease);
}

body[data-route="bugence"] .related-services nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--acid);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 520ms var(--bugence-ease);
}

body[data-route="bugence"] .policy-callout {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

body[data-route="bugence"] .policy-callout::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: clamp(14rem, 28vw, 28rem);
  aspect-ratio: 1;
  right: -8%;
  top: -65%;
  border: 1px solid rgba(7, 7, 10, 0.22);
  border-radius: 50%;
  transition: transform 900ms var(--bugence-ease);
}

@media (hover: hover) and (pointer: fine) {
  body[data-route="bugence"] .service-signal-grid article:hover,
  body[data-route="bugence"] .service-capabilities article:hover,
  body[data-route="bugence"] .decision-grid article:hover {
    color: var(--ink);
    background: var(--acid);
    border-color: var(--acid);
    transform: translate3d(0, -0.55rem, 0);
  }

  body[data-route="bugence"] .service-signal-grid article:nth-child(2):hover {
    transform: translate3d(0, -0.55rem, 0) rotate(-0.45deg);
  }

  body[data-route="bugence"] .service-signal-grid article:nth-child(3):hover {
    transform: translate3d(0, -0.55rem, 0) rotate(0.45deg);
  }

  body[data-route="bugence"] .service-signal-grid article:hover::before,
  body[data-route="bugence"] .service-capabilities article:hover::before,
  body[data-route="bugence"] .decision-grid article:hover::before {
    transform: scale(1);
  }

  body[data-route="bugence"] .service-signal-grid article:hover h3,
  body[data-route="bugence"] .service-capabilities article:hover h3 {
    color: var(--ink);
    transform: translate3d(0.35rem, -0.25rem, 0);
    letter-spacing: -0.06em;
  }

  body[data-route="bugence"] .service-signal-grid article:hover p,
  body[data-route="bugence"] .service-capabilities article:hover p {
    color: rgba(7, 7, 10, 0.7);
    transform: translate3d(0.18rem, 0, 0);
  }

  body[data-route="bugence"] .service-signal-grid article:hover > span {
    color: var(--violet);
    transform: translate3d(0.2rem, 0, 0);
  }

  body[data-route="bugence"] .service-capabilities article:hover::after {
    background: var(--violet);
    border-color: var(--violet);
    border-radius: 2px;
    transform: scale(1.55) rotate(45deg);
  }

  body[data-route="bugence"] .decision-grid article:hover > span {
    color: var(--violet);
  }

  body[data-route="bugence"] .decision-grid article:hover li {
    transform: translateX(0.3rem);
  }

  body[data-route="bugence"] .decision-grid article:hover li:nth-child(2) { transition-delay: 35ms; }
  body[data-route="bugence"] .decision-grid article:hover li:nth-child(3) { transition-delay: 70ms; }
  body[data-route="bugence"] .decision-grid article:hover li:nth-child(4) { transition-delay: 105ms; }

  body[data-route="bugence"] .related-services nav a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }

  body[data-route="bugence"] .policy-callout:hover::after {
    transform: scale(1.18) rotate(16deg);
  }
}

.bugence-motion-ready .service-hero--bugence .eyebrow,
.bugence-motion-ready .service-hero--bugence h1,
.bugence-motion-ready .service-hero--bugence .policy-hero__lede,
.bugence-motion-ready .service-hero--bugence .policy-meta {
  opacity: 0;
  transform: translate3d(0, 2rem, 0);
  transition: opacity 760ms ease, transform 980ms var(--bugence-ease);
}

.bugence-motion-ready .service-hero--bugence h1 { transition-delay: 100ms; }
.bugence-motion-ready .service-hero--bugence .policy-hero__lede { transition-delay: 210ms; }
.bugence-motion-ready .service-hero--bugence .policy-meta { transition-delay: 290ms; }

.bugence-motion-ready .service-hero--bugence::before {
  opacity: 0;
  transform: translate3d(4rem, -2rem, 0) scale(0.86) rotate(8deg);
}

.bugence-motion-ready .service-hero--bugence::after {
  opacity: 0;
  transform: translate3d(2rem, 1rem, 0) scale(0.72);
}

.bugence-loaded .service-hero--bugence .eyebrow,
.bugence-loaded .service-hero--bugence h1,
.bugence-loaded .service-hero--bugence .policy-hero__lede,
.bugence-loaded .service-hero--bugence .policy-meta {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.bugence-loaded .service-hero--bugence::before {
  opacity: 1;
  transform:
    translate3d(
      calc(var(--bugence-pointer-x) * 0.75rem),
      calc(var(--bugence-pointer-y) * 0.75rem),
      0
    )
    scale(1)
    rotate(-2deg);
}

.bugence-loaded .service-hero--bugence::after {
  opacity: 1;
  transform:
    translate3d(
      calc(var(--bugence-pointer-x) * -1.15rem),
      calc(var(--bugence-pointer-y) * -1.15rem),
      0
    )
    scale(1);
}

.bugence-motion-ready .bugence-reveal {
  opacity: 0;
  transform: translate3d(0, 2.5rem, 0);
  transition:
    opacity 720ms ease calc(var(--bugence-reveal-index, 0) * 55ms),
    transform 900ms var(--bugence-ease) calc(var(--bugence-reveal-index, 0) * 55ms);
}

.bugence-motion-ready .bugence-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 760px) {
  body[data-route="bugence"] .service-hero--bugence h1 > span {
    letter-spacing: -0.06em;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-route="bugence"] .service-hero--bugence::before,
  body[data-route="bugence"] .service-hero--bugence::after,
  body[data-route="bugence"] .service-signal-grid article,
  body[data-route="bugence"] .service-capabilities article,
  body[data-route="bugence"] .decision-grid article,
  body[data-route="bugence"] .related-services nav a,
  body[data-route="bugence"] .policy-callout::after {
    transition: none;
    transform: none;
  }
}

.service-directory {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.service-directory article {
  min-height: 24rem;
  padding: clamp(1.5rem, 3vw, 2.6rem);
  background: var(--ink-soft);
  border: 1px solid var(--line);
  border-radius: 1.4rem;
}
.service-directory article > span {
  color: var(--acid);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.service-directory h3 {
  max-width: 12ch;
  margin: 4.5rem 0 1rem;
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  font-weight: 440;
  line-height: 0.94;
  letter-spacing: -0.06em;
}
.service-directory p { color: var(--muted); line-height: 1.65; }
.service-directory article > a:last-child { display: inline-flex; gap: 1rem; margin-top: 1rem; color: var(--acid); }

.about-leadership__card {
  display: grid;
  grid-template-columns: minmax(16rem, 0.7fr) 1.3fr;
  overflow: hidden;
  background: var(--violet);
  border-radius: 1.5rem;
}
.about-leadership__card img { width: 100%; height: 30rem; object-fit: cover; object-position: top center; background: var(--acid); }
.about-leadership__card > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 6vw, 5rem); }
.about-leadership__card h3 { margin: 0.8rem 0 1rem; font-size: clamp(3rem, 6vw, 6rem); font-weight: 440; letter-spacing: -0.06em; }
.about-leadership__card p:not(.eyebrow) { max-width: 36rem; color: rgba(255,255,255,.72); line-height: 1.7; }
.about-leadership__card a { margin-top: 1.5rem; color: var(--acid); }

.entity-facts,
.official-profiles,
.contact-directory {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(2rem, 8vw, 8rem);
  width: min(100%, var(--max));
  margin-inline: auto;
  padding: clamp(4rem, 9vw, 8rem) clamp(1.25rem, 4vw, 4.5rem);
  border-top: 1px solid var(--line);
}
.entity-facts h2,
.official-profiles h2,
.contact-directory h2 { margin: 0.8rem 0; font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 440; line-height: 0.94; letter-spacing: -0.06em; }
.entity-facts dl { margin: 0; }
.entity-facts dl div { display: grid; grid-template-columns: 0.6fr 1.4fr; gap: 1rem; padding: 1.2rem 0; border-top: 1px solid var(--line); }
.entity-facts dt { color: var(--muted); }
.entity-facts dd { margin: 0; line-height: 1.5; }
.entity-facts__note { max-width: 30rem; color: var(--muted); line-height: 1.65; }

.official-profiles nav,
.contact-directory__methods { display: grid; }
.official-profiles nav a,
.contact-directory__methods a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.4rem 1rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--line);
  font-size: clamp(1.2rem, 2.4vw, 1.8rem);
}
.official-profiles nav b,
.contact-directory__methods b { color: var(--acid); grid-column: 2; grid-row: 1 / span 2; }
.contact-directory__methods span { color: var(--muted); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; }
.contact-directory__methods strong { font-size: clamp(1.2rem, 2.4vw, 1.8rem); font-weight: 450; line-height: 1.35; }
.contact-directory > div:first-child > p:last-child { max-width: 30rem; color: var(--muted); line-height: 1.65; }
.contact-brief-link { margin: 2rem 0 0 auto; max-width: 62rem; }
.contact-brief-link a { color: var(--acid); text-decoration: underline; text-underline-offset: 0.3rem; }
.service-capabilities article > a { display: inline-block; margin-top: 1rem; color: var(--acid); }

.decision-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.decision-grid article { padding: clamp(1.5rem,4vw,3rem); background: var(--ink-soft); border: 1px solid var(--line); border-radius: 1.4rem; }
.decision-grid article:first-child { color: var(--ink); background: var(--acid); }
.decision-grid span { font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.decision-grid ul { margin: 3rem 0 0; padding-left: 1.2rem; }
.decision-grid li { margin: 0.8rem 0; line-height: 1.55; }

.service-signal-grid,
.service-capabilities,
.service-method {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.service-signal-grid article,
.service-capabilities article {
  display: flex;
  flex-direction: column;
  min-height: 20rem;
  padding: clamp(1.5rem, 3vw, 2.6rem);
  border: 1px solid var(--line);
  border-radius: 1.4rem;
}

.service-signal-grid article:first-child {
  color: var(--ink);
  background: var(--acid);
}

.service-signal-grid span {
  color: var(--violet-soft);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.service-signal-grid h3,
.service-capabilities h3 {
  max-width: 12ch;
  margin: auto 0 1rem;
  font-size: clamp(1.9rem, 3vw, 3.2rem);
  font-weight: 450;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.service-signal-grid p,
.service-capabilities p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.service-signal-grid article:first-child p { color: rgba(7, 7, 10, 0.68); }

.service-capabilities { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.service-capabilities article { min-height: 17rem; background: var(--ink-soft); }

.service-dark {
  width: 100%;
  max-width: none;
  margin-block: clamp(2rem, 6vw, 6rem);
  padding-inline: max(1.25rem, calc((100vw - var(--max)) / 2 + 4.5rem));
  background: var(--violet);
}

.service-dark .content-heading p { color: rgba(255, 255, 255, 0.72); }
.service-method { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.service-method article {
  min-height: 21rem;
  padding: 1.7rem;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
}

.service-method span {
  color: var(--acid);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-method h3 {
  margin: 5rem 0 1rem;
  font-size: clamp(1.65rem, 2.4vw, 2.5rem);
  font-weight: 460;
  line-height: 1;
  letter-spacing: -0.045em;
}

.service-method p { margin: 0; color: rgba(255, 255, 255, 0.68); line-height: 1.6; }

.service-checklist {
  display: grid;
  max-width: 62rem;
  margin: 0 0 0 auto;
  padding: 0;
  list-style: none;
}

.service-checklist li {
  position: relative;
  padding: 1.35rem 1rem 1.35rem 3rem;
  border-top: 1px solid var(--line);
  font-size: clamp(1.05rem, 2vw, 1.4rem);
  line-height: 1.45;
}

.service-checklist li::before {
  content: "↗";
  position: absolute;
  left: 0.4rem;
  color: var(--acid);
}

.related-services {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(2rem, 8vw, 8rem);
  width: min(100%, var(--max));
  margin-inline: auto;
  padding: clamp(4rem, 9vw, 8rem) clamp(1.25rem, 4vw, 4.5rem);
  border-top: 1px solid var(--line);
}

.related-services h2 {
  max-width: 9ch;
  margin: 0.8rem 0 0;
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 440;
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.related-services nav { display: grid; }
.related-services nav a {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.55rem 0;
  border-top: 1px solid var(--line);
  font-size: clamp(1.1rem, 2vw, 1.55rem);
}
.related-services nav a:hover b { transform: translateX(0.4rem); }
.related-services nav b { color: var(--acid); transition: transform 180ms ease; }

/* AI automation — supervised-system interaction language */
body[data-route="ai-automation"] {
  --ai-motion: cubic-bezier(0.22, 1, 0.36, 1);
}

/* Custom software — architectural trace motion */
body[data-route="custom-software-development"] .service-signal-grid article,
body[data-route="custom-software-development"] .service-capabilities article,
body[data-route="custom-software-development"] .service-method article,
body[data-route="saas-development"] .service-signal-grid article,
body[data-route="saas-development"] .service-capabilities article,
body[data-route="saas-development"] .service-method article {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition:
    color 340ms ease,
    background-color 400ms var(--interaction-ease, cubic-bezier(0.22, 1, 0.36, 1)),
    border-color 340ms ease,
    border-radius 620ms var(--interaction-ease, cubic-bezier(0.22, 1, 0.36, 1)),
    transform 620ms var(--interaction-ease, cubic-bezier(0.22, 1, 0.36, 1));
}

body[data-route="custom-software-development"] .service-signal-grid article::before,
body[data-route="custom-software-development"] .service-capabilities article::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  pointer-events: none;
  background: var(--violet);
  transform: scaleY(0.12);
  transform-origin: bottom;
  transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

body[data-route="custom-software-development"] .service-signal-grid article::after,
body[data-route="custom-software-development"] .service-capabilities article::after {
  content: "";
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  width: 2.8rem;
  height: 1px;
  pointer-events: none;
  background: currentColor;
  opacity: 0.45;
  transform: scaleX(0.2);
  transform-origin: right;
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

body[data-route="custom-software-development"] .service-signal-grid h3,
body[data-route="custom-software-development"] .service-signal-grid p,
body[data-route="custom-software-development"] .service-signal-grid span,
body[data-route="custom-software-development"] .service-capabilities h3,
body[data-route="custom-software-development"] .service-capabilities p,
body[data-route="saas-development"] .service-signal-grid h3,
body[data-route="saas-development"] .service-signal-grid p,
body[data-route="saas-development"] .service-signal-grid span,
body[data-route="saas-development"] .service-capabilities h3,
body[data-route="saas-development"] .service-capabilities p {
  position: relative;
  z-index: 1;
  transition: color 320ms ease, transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* SaaS — modular node motion */
body[data-route="saas-development"] .service-signal-grid article::before,
body[data-route="saas-development"] .service-capabilities article::before {
  content: "";
  position: absolute;
  top: 1.35rem;
  right: 1.35rem;
  width: 0.65rem;
  aspect-ratio: 1;
  pointer-events: none;
  background: var(--acid);
  border: 1px solid var(--acid);
  border-radius: 50%;
  transition:
    background-color 320ms ease,
    border-radius 560ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

body[data-route="saas-development"] .service-signal-grid article:first-child::before {
  background: var(--violet);
  border-color: var(--violet);
}

body[data-route="saas-development"] .service-signal-grid article::after,
body[data-route="saas-development"] .service-capabilities article::after {
  content: "";
  position: absolute;
  right: 1.4rem;
  bottom: 1.4rem;
  left: 1.4rem;
  height: 2px;
  pointer-events: none;
  background: var(--violet);
  transform: scaleX(0.08);
  transform-origin: left;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

body[data-route="custom-software-development"] .service-method article::after,
body[data-route="saas-development"] .service-method article::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--acid);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
}

body[data-route="custom-software-development"] .service-method h3,
body[data-route="custom-software-development"] .service-method p,
body[data-route="custom-software-development"] .service-method span,
body[data-route="saas-development"] .service-method h3,
body[data-route="saas-development"] .service-method p,
body[data-route="saas-development"] .service-method span {
  transition: color 320ms ease, transform 540ms cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) and (pointer: fine) {
  body[data-route="custom-software-development"] .service-signal-grid article:hover,
  body[data-route="custom-software-development"] .service-signal-grid article:focus-within,
  body[data-route="custom-software-development"] .service-capabilities article:hover,
  body[data-route="custom-software-development"] .service-capabilities article:focus-within {
    color: var(--ink);
    background: var(--acid);
    border-color: var(--acid);
    border-radius: 1.4rem 2.6rem 1.4rem 1.4rem;
    transform: translate3d(0, -0.6rem, 0);
  }

  body[data-route="custom-software-development"] .service-signal-grid article:nth-child(even):hover,
  body[data-route="custom-software-development"] .service-capabilities article:nth-child(even):hover {
    transform: translate3d(0, -0.6rem, 0) rotate(-0.35deg);
  }

  body[data-route="custom-software-development"] .service-signal-grid article:hover::before,
  body[data-route="custom-software-development"] .service-signal-grid article:focus-within::before,
  body[data-route="custom-software-development"] .service-capabilities article:hover::before,
  body[data-route="custom-software-development"] .service-capabilities article:focus-within::before {
    transform: scaleY(1);
    transform-origin: top;
  }

  body[data-route="custom-software-development"] .service-signal-grid article:hover::after,
  body[data-route="custom-software-development"] .service-capabilities article:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }

  body[data-route="custom-software-development"] .service-signal-grid article:hover h3,
  body[data-route="custom-software-development"] .service-capabilities article:hover h3,
  body[data-route="custom-software-development"] .service-signal-grid article:focus-within h3,
  body[data-route="custom-software-development"] .service-capabilities article:focus-within h3 {
    color: var(--ink);
    transform: translate3d(0.38rem, -0.25rem, 0);
  }

  body[data-route="custom-software-development"] .service-signal-grid article:hover p,
  body[data-route="custom-software-development"] .service-capabilities article:hover p,
  body[data-route="custom-software-development"] .service-signal-grid article:focus-within p,
  body[data-route="custom-software-development"] .service-capabilities article:focus-within p {
    color: rgba(7, 7, 10, 0.7);
    transform: translate3d(0.18rem, 0, 0);
  }

  body[data-route="custom-software-development"] .service-signal-grid article:hover span,
  body[data-route="custom-software-development"] .service-signal-grid article:focus-within span {
    color: var(--violet);
    transform: translate3d(0.22rem, 0, 0);
  }

  body[data-route="saas-development"] .service-signal-grid article:hover,
  body[data-route="saas-development"] .service-signal-grid article:focus-within,
  body[data-route="saas-development"] .service-capabilities article:hover,
  body[data-route="saas-development"] .service-capabilities article:focus-within {
    color: var(--ink);
    background: var(--acid);
    border-color: var(--acid);
    border-radius: 2.5rem 1.4rem 2.5rem 1.4rem;
    transform: translate3d(0, -0.55rem, 0) scale(0.992);
  }

  body[data-route="saas-development"] .service-signal-grid article:hover::before,
  body[data-route="saas-development"] .service-capabilities article:hover::before,
  body[data-route="saas-development"] .service-signal-grid article:focus-within::before,
  body[data-route="saas-development"] .service-capabilities article:focus-within::before {
    background: var(--violet);
    border-radius: 2px;
    transform: translate3d(-0.25rem, 0.25rem, 0) rotate(45deg) scale(1.25);
  }

  body[data-route="saas-development"] .service-signal-grid article:hover::after,
  body[data-route="saas-development"] .service-capabilities article:hover::after,
  body[data-route="saas-development"] .service-signal-grid article:focus-within::after,
  body[data-route="saas-development"] .service-capabilities article:focus-within::after {
    transform: scaleX(1);
  }

  body[data-route="saas-development"] .service-signal-grid article:hover h3,
  body[data-route="saas-development"] .service-capabilities article:hover h3,
  body[data-route="saas-development"] .service-signal-grid article:focus-within h3,
  body[data-route="saas-development"] .service-capabilities article:focus-within h3 {
    color: var(--ink);
    transform: translate3d(0.3rem, -0.22rem, 0);
  }

  body[data-route="saas-development"] .service-signal-grid article:hover p,
  body[data-route="saas-development"] .service-capabilities article:hover p,
  body[data-route="saas-development"] .service-signal-grid article:focus-within p,
  body[data-route="saas-development"] .service-capabilities article:focus-within p {
    color: rgba(7, 7, 10, 0.7);
    transform: translate3d(0.16rem, 0, 0);
  }

  body[data-route="saas-development"] .service-signal-grid article:hover span,
  body[data-route="saas-development"] .service-signal-grid article:focus-within span {
    color: var(--violet);
    transform: translate3d(0.2rem, 0, 0);
  }

  body[data-route="custom-software-development"] .service-method article:hover,
  body[data-route="saas-development"] .service-method article:hover,
  body[data-route="custom-software-development"] .service-method article:focus-within,
  body[data-route="saas-development"] .service-method article:focus-within {
    background: rgba(7, 7, 10, 0.18);
    border-color: var(--acid);
    transform: translate3d(0, -0.38rem, 0);
  }

  body[data-route="custom-software-development"] .service-method article:hover::after,
  body[data-route="saas-development"] .service-method article:hover::after,
  body[data-route="custom-software-development"] .service-method article:focus-within::after,
  body[data-route="saas-development"] .service-method article:focus-within::after {
    transform: scaleX(1);
  }

  body[data-route="custom-software-development"] .service-method article:hover h3,
  body[data-route="saas-development"] .service-method article:hover h3 {
    transform: translate3d(0.28rem, -0.22rem, 0);
  }
}

body[data-route="ai-automation"] .service-signal-grid article,
body[data-route="ai-automation"] .service-capabilities article,
body[data-route="ai-automation"] .service-method article {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

body[data-route="ai-automation"] .service-signal-grid article {
  transform-origin: 50% 100%;
  transition:
    color 340ms ease,
    background-color 420ms var(--ai-motion),
    border-color 340ms ease,
    border-radius 620ms var(--ai-motion),
    transform 620ms var(--ai-motion);
}

body[data-route="ai-automation"] .service-signal-grid article::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 1.45rem;
  right: 1.45rem;
  width: 2.75rem;
  height: 1px;
  pointer-events: none;
  background: currentColor;
  opacity: 0.42;
  transform: scaleX(0.22);
  transform-origin: right;
  transition: transform 620ms var(--ai-motion), opacity 320ms ease;
}

body[data-route="ai-automation"] .service-signal-grid article::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 1.35rem;
  bottom: 1.35rem;
  width: 0.58rem;
  aspect-ratio: 1;
  pointer-events: none;
  background: var(--acid);
  border: 1px solid var(--acid);
  border-radius: 50%;
  transform: scale(0.55);
  transition:
    background-color 320ms ease,
    border-radius 520ms var(--ai-motion),
    transform 620ms var(--ai-motion);
}

body[data-route="ai-automation"] .service-signal-grid article:first-child::after {
  background: var(--violet);
  border-color: var(--violet);
}

body[data-route="ai-automation"] .service-signal-grid article > * {
  position: relative;
  z-index: 1;
}

body[data-route="ai-automation"] .service-signal-grid h3,
body[data-route="ai-automation"] .service-signal-grid p,
body[data-route="ai-automation"] .service-signal-grid article > span {
  transition:
    color 320ms ease,
    transform 560ms var(--ai-motion);
}

body[data-route="ai-automation"] .service-capabilities article {
  transform-origin: 50% 100%;
  transition:
    color 340ms ease,
    background-color 420ms var(--ai-motion),
    border-color 340ms ease,
    border-radius 620ms var(--ai-motion),
    transform 620ms var(--ai-motion);
}

body[data-route="ai-automation"] .service-capabilities article::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  pointer-events: none;
  background: var(--violet);
  transform: scaleX(0.08);
  transform-origin: left;
  transition: transform 720ms var(--ai-motion);
}

body[data-route="ai-automation"] .service-capabilities article::after {
  content: "AI";
  position: absolute;
  top: 1.35rem;
  right: 1.35rem;
  display: grid;
  place-items: center;
  width: 2.35rem;
  aspect-ratio: 1;
  color: var(--paper);
  background: var(--violet);
  border-radius: 50%;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  opacity: 0.18;
  transform: rotate(-16deg) scale(0.74);
  transition:
    opacity 320ms ease,
    border-radius 520ms var(--ai-motion),
    transform 620ms var(--ai-motion);
}

body[data-route="ai-automation"] .service-capabilities h3,
body[data-route="ai-automation"] .service-capabilities p {
  position: relative;
  z-index: 1;
  transition:
    color 320ms ease,
    transform 560ms var(--ai-motion);
}

body[data-route="ai-automation"] .service-method article {
  transition:
    background-color 360ms ease,
    border-color 320ms ease,
    transform 580ms var(--ai-motion);
}

body[data-route="ai-automation"] .service-method article::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--acid);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 680ms var(--ai-motion);
}

body[data-route="ai-automation"] .service-method span,
body[data-route="ai-automation"] .service-method h3,
body[data-route="ai-automation"] .service-method p {
  transition:
    color 300ms ease,
    transform 540ms var(--ai-motion);
}

body[data-route="ai-automation"] .service-checklist li,
body[data-route="ai-automation"] .related-services nav a {
  transition:
    color 320ms ease,
    background-color 320ms ease,
    padding-left 540ms var(--ai-motion),
    transform 540ms var(--ai-motion);
}

body[data-route="ai-automation"] .related-services nav a {
  position: relative;
  overflow: hidden;
}

body[data-route="ai-automation"] .related-services nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--acid);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 620ms var(--ai-motion);
}

@media (hover: hover) and (pointer: fine) {
  body[data-route="ai-automation"] .service-signal-grid article:hover,
  body[data-route="ai-automation"] .service-signal-grid article:focus-within {
    color: var(--ink);
    background: var(--acid);
    border-color: var(--acid);
    border-radius: 1.4rem 2.7rem 1.4rem 1.4rem;
    transform: translate3d(0, -0.62rem, 0);
  }

  body[data-route="ai-automation"] .service-signal-grid article:nth-child(2):hover,
  body[data-route="ai-automation"] .service-signal-grid article:nth-child(2):focus-within {
    transform: translate3d(0, -0.62rem, 0) rotate(-0.4deg);
  }

  body[data-route="ai-automation"] .service-signal-grid article:nth-child(3):hover,
  body[data-route="ai-automation"] .service-signal-grid article:nth-child(3):focus-within {
    transform: translate3d(0, -0.62rem, 0) rotate(0.4deg);
  }

  body[data-route="ai-automation"] .service-signal-grid article:hover::before,
  body[data-route="ai-automation"] .service-signal-grid article:focus-within::before {
    opacity: 0.72;
    transform: scaleX(1);
    transform-origin: left;
  }

  body[data-route="ai-automation"] .service-signal-grid article:hover::after,
  body[data-route="ai-automation"] .service-signal-grid article:focus-within::after {
    background: var(--violet);
    border-radius: 2px;
    transform: rotate(45deg) scale(1.35);
  }

  body[data-route="ai-automation"] .service-signal-grid article:hover > span,
  body[data-route="ai-automation"] .service-signal-grid article:focus-within > span {
    color: var(--violet);
    transform: translate3d(0.28rem, 0, 0);
  }

  body[data-route="ai-automation"] .service-signal-grid article:hover h3,
  body[data-route="ai-automation"] .service-signal-grid article:focus-within h3 {
    color: var(--ink);
    transform: translate3d(0.36rem, -0.28rem, 0);
  }

  body[data-route="ai-automation"] .service-signal-grid article:hover p,
  body[data-route="ai-automation"] .service-signal-grid article:focus-within p {
    color: rgba(7, 7, 10, 0.7);
    transform: translate3d(0.18rem, 0, 0);
  }

  body[data-route="ai-automation"] .service-capabilities article:hover,
  body[data-route="ai-automation"] .service-capabilities article:focus-within {
    color: var(--ink);
    background: var(--acid);
    border-color: var(--acid);
    border-radius: 1.4rem 1.4rem 2.8rem 1.4rem;
    transform: translate3d(0, -0.55rem, 0);
  }

  body[data-route="ai-automation"] .service-capabilities article:hover::before,
  body[data-route="ai-automation"] .service-capabilities article:focus-within::before {
    transform: scaleX(1);
  }

  body[data-route="ai-automation"] .service-capabilities article:hover::after,
  body[data-route="ai-automation"] .service-capabilities article:focus-within::after {
    opacity: 1;
    border-radius: 30% 70% 42% 58%;
    transform: rotate(8deg) scale(1);
  }

  body[data-route="ai-automation"] .service-capabilities article:hover h3,
  body[data-route="ai-automation"] .service-capabilities article:focus-within h3 {
    color: var(--ink);
    transform: translate3d(0.35rem, -0.22rem, 0);
  }

  body[data-route="ai-automation"] .service-capabilities article:hover p,
  body[data-route="ai-automation"] .service-capabilities article:focus-within p {
    color: rgba(7, 7, 10, 0.7);
    transform: translate3d(0.18rem, 0, 0);
  }

  body[data-route="ai-automation"] .service-method article:hover,
  body[data-route="ai-automation"] .service-method article:focus-within {
    background: rgba(7, 7, 10, 0.18);
    border-color: var(--acid);
    transform: translate3d(0, -0.38rem, 0);
  }

  body[data-route="ai-automation"] .service-method article:hover::after,
  body[data-route="ai-automation"] .service-method article:focus-within::after {
    transform: scaleX(1);
  }

  body[data-route="ai-automation"] .service-method article:hover span,
  body[data-route="ai-automation"] .service-method article:focus-within span {
    color: #fff;
    transform: translate3d(0.22rem, 0, 0);
  }

  body[data-route="ai-automation"] .service-method article:hover h3,
  body[data-route="ai-automation"] .service-method article:focus-within h3 {
    transform: translate3d(0.28rem, -0.22rem, 0);
  }

  body[data-route="ai-automation"] .service-method article:hover p,
  body[data-route="ai-automation"] .service-method article:focus-within p {
    color: rgba(255, 255, 255, 0.82);
    transform: translate3d(0.16rem, 0, 0);
  }

  body[data-route="ai-automation"] .service-checklist li:hover {
    padding-left: 3.55rem;
    color: var(--paper);
    background: linear-gradient(90deg, rgba(105, 76, 255, 0.18), transparent 78%);
  }

  body[data-route="ai-automation"] .related-services nav a:hover,
  body[data-route="ai-automation"] .related-services nav a:focus-visible {
    padding-left: 0.55rem;
    color: var(--paper);
    background: rgba(105, 76, 255, 0.1);
  }

  body[data-route="ai-automation"] .related-services nav a:hover::after,
  body[data-route="ai-automation"] .related-services nav a:focus-visible::after {
    transform: scaleX(1);
    transform-origin: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-route="ai-automation"] .service-signal-grid article,
  body[data-route="ai-automation"] .service-signal-grid article *,
  body[data-route="ai-automation"] .service-signal-grid article::before,
  body[data-route="ai-automation"] .service-signal-grid article::after,
  body[data-route="ai-automation"] .service-capabilities article,
  body[data-route="ai-automation"] .service-capabilities article *,
  body[data-route="ai-automation"] .service-capabilities article::before,
  body[data-route="ai-automation"] .service-capabilities article::after,
  body[data-route="ai-automation"] .service-method article,
  body[data-route="ai-automation"] .service-method article *,
  body[data-route="ai-automation"] .service-method article::after,
  body[data-route="ai-automation"] .service-checklist li,
  body[data-route="ai-automation"] .related-services nav a,
  body[data-route="ai-automation"] .related-services nav a::after {
    transition: none !important;
    transform: none !important;
  }
}

.error-home { text-decoration: none; }
.error-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 82vh;
  padding: 10rem max(1.25rem, calc((100vw - var(--max)) / 2 + 4.5rem)) 5rem;
  background: var(--violet);
}
.error-page h1 {
  max-width: 9ch;
  margin: 1.5rem 0 2rem;
  font-size: clamp(4rem, 10vw, 10rem);
  font-weight: 440;
  line-height: 0.84;
  letter-spacing: -0.075em;
}
.error-page h1 em { color: var(--acid); font-family: Georgia, serif; font-weight: 400; }
.error-page > p:not(.eyebrow) { max-width: 42rem; color: rgba(255, 255, 255, 0.72); line-height: 1.65; }
.error-page nav { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 2rem; }
.error-page nav a { padding: 0.9rem 1.2rem; color: var(--ink); background: var(--acid); border-radius: 999px; }

@media (max-width: 900px) {
  .seo-breadcrumb { top: 5.8rem; left: 1.25rem; }
  .service-signal-grid,
  .service-method { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .related-services { grid-template-columns: 1fr; }
  .entity-facts,
  .official-profiles,
  .contact-directory { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .seo-breadcrumb { font-size: 0.68rem; }
  .service-signal-grid,
  .service-capabilities,
  .service-method,
  .service-directory,
  .decision-grid { grid-template-columns: 1fr; }
  .service-signal-grid article,
  .service-capabilities article,
  .service-method article { min-height: 16rem; }
  .service-dark { padding-inline: 1.25rem; }
  .about-leadership__card { grid-template-columns: 1fr; }
  .about-leadership__card img { height: 24rem; }
}

@media (prefers-reduced-motion: reduce) {
  .related-services nav b { transition: none; }
}
