:host {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-primary: #194bcd;
  --color-secondary: #3c6ce7;
  --color-ocean-300: var(--color-secondary);
  --color-ocean-500: var(--color-primary);
  --color-ocean-700: var(--color-primary);
  --color-ink-900: #05070d;
  --color-ink-800: #0d1326;
  --color-ink-700: #1a2543;
  --color-line: rgba(255, 255, 255, 0.16);
  --color-copy-muted: rgba(237, 242, 255, 0.78);
  --color-surface: rgba(11, 19, 38, 0.76);
  --color-surface-soft: rgba(20, 34, 66, 0.74);

  --font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-7: 4rem;
  --space-8: 5rem;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 22px;
  --shadow-soft: 0 8px 28px rgba(25, 75, 205, 0.24);
  --shadow-strong: 0 24px 56px rgba(25, 75, 205, 0.34);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
#root {
  margin: 0;
  min-height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family);
  background: radial-gradient(circle at top right, #194bcd 0%, #081021 42%, #020306 100%);
  color: var(--color-white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

h1,
h2,
h3,
h4,
p,
ul,
ol {
  margin: 0;
}

ul,
ol {
  padding-left: 1.25rem;
}

.site-shell {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-main {
  position: relative;
  flex: 1 0 auto;
  overflow-x: clip;
  overflow-y: visible;
}

.page-transition-shell {
  width: 100%;
  will-change: opacity, transform;
}

.section-reveal {
  opacity: 0;
  transform: translateX(-12px);
}

.section-reveal.is-shown {
  animation: text-reveal-block-in 0.32s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: var(--section-reveal-delay, 0ms);
}

.scroll-appear {
  opacity: 0;
  transform: translateX(-14px);
  transition: opacity 0.28s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(var(--scroll-appear-index, 0) * 14ms);
}

.scroll-appear.is-in-view {
  opacity: 1;
  transform: translateX(0);
}

.text-reveal {
  display: block;
}

span.text-reveal {
  display: inline;
}

.text-reveal-track {
  display: inline;
}

.text-reveal-word-mask {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}

.text-reveal-word {
  display: inline-block;
  opacity: 0;
  transform: translateX(-0.4em);
}

.text-reveal.is-shown .text-reveal-word {
  animation: text-reveal-word-in 0.42s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: calc(
    var(--reveal-delay, 0ms) + var(--reveal-index, 0) * var(--word-stagger, 10ms)
  );
}

.text-reveal--block {
  opacity: 0;
  transform: translateX(-16px);
}

.text-reveal--block.is-shown {
  animation: text-reveal-block-in 0.45s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: var(--reveal-delay, 0ms);
}

.reveal-item {
  opacity: 0;
  transform: translateX(-16px);
}

.reveal-item.is-shown {
  animation: text-reveal-block-in 0.45s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: var(--reveal-delay, 0ms);
}

/* Keep oversized globe reveal from applying a lasting horizontal nudge. */
.home-global-delivery > .home-global-delivery-globe.reveal-item {
  transform: none;
}

.home-global-delivery > .home-global-delivery-globe.reveal-item.is-shown {
  animation-name: home-globe-reveal-in;
}

@keyframes home-globe-reveal-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes text-reveal-word-in {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes text-reveal-block-in {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

h1.text-reveal,
h2.text-reveal,
h3.text-reveal,
p.text-reveal,
.lead.text-reveal {
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .scroll-appear,
  .scroll-appear.is-in-view,
  .section-reveal,
  .section-reveal.is-shown {
    opacity: 1 !important;
    transform: none !important;
    filter: none;
    transition: none;
    animation: none !important;
  }

  .text-reveal-word,
  .text-reveal--block,
  .reveal-item {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}

.home-page {
  position: relative;
  isolation: isolate;
}

.home-page .hero-section {
  display: grid;
  align-content: center;
  justify-items: center;
  box-sizing: border-box;
  min-height: calc(100vh - 4.35rem);
  min-height: calc(100svh - 4.35rem);
  padding: clamp(1.5rem, 4vw, 2.75rem) 0;
}

.home-page .hero-section .hero-grid {
  align-items: center;
}

.home-page .hero-section .hero-visual-duo {
  min-height: clamp(300px, 42vh, 460px);
}

.home-page .hero-section .hero-visual-duo .home-image-frame--primary img {
  max-height: clamp(280px, 40vh, 440px);
}

@media (max-width: 1000px) {
  .home-page .hero-section {
    min-height: calc(100vh - 4rem);
    min-height: calc(100svh - 4rem);
    align-content: center;
    justify-items: center;
    padding: 1rem 0 1.25rem;
  }

  .home-page .hero-section .hero-grid {
    gap: 0.85rem;
    width: min(1120px, calc(100% - 1.5rem));
  }

  .home-page .hero-section .hero-visual-duo {
    min-height: 0;
    height: clamp(168px, 46vw, 220px);
    margin: 0;
  }

  .home-page .hero-section .hero-visual-duo .home-image-frame--primary {
    height: 100%;
  }

  .home-page .hero-section .hero-visual-duo .home-image-frame--primary img {
    max-height: none;
    height: 100%;
    object-fit: cover;
  }

  .home-page .hero-section .hero-copy h1 {
    margin-top: 0.15rem;
  }

  .home-page .hero-section .hero-copy .lead {
    margin-top: 0.35rem;
  }

  .home-page .hero-section .hero-actions {
    margin-top: 0.55rem;
  }
}

@media (max-width: 480px) {
  .home-page .hero-section {
    min-height: calc(100vh - 4rem);
    min-height: calc(100svh - 4rem);
    padding: 0.85rem 0 1.1rem;
  }

  .home-page .hero-section .hero-grid {
    gap: 0.7rem;
  }

  .home-page .hero-section .hero-visual-duo {
    height: clamp(148px, 42vw, 188px);
  }

  .home-page .hero-section .hero-visual-duo .home-image-frame--secondary {
    display: none;
  }
}

.home-page .section {
  padding: clamp(1.5rem, 3vw, 2.75rem) 0;
}

.home-page .home-audience-section .section-heading {
  margin-bottom: var(--space-4);
}

.home-page .home-advisory-section {
  padding: clamp(1.15rem, 2.4vw, 1.85rem) 0;
}

.home-page .home-global-delivery-section {
  padding-top: clamp(1.25rem, 2.8vw, 2.25rem);
  padding-bottom: 0;
  overflow: visible;
}

.home-page .home-global-delivery-section .container {
  overflow: visible;
}

.home-page .home-global-delivery {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-template-columns: none;
}

.home-page .home-global-delivery-copy {
  order: 1;
  width: 100%;
  text-align: center;
  justify-items: center;
}

.home-page .home-global-delivery-copy h2,
.home-page .home-global-delivery-copy .lead {
  margin-inline: auto;
}

.home-page .home-global-delivery > .home-global-delivery-globe {
  --globe-size: min(58vw, 900px);
  order: 2;
  width: var(--globe-size);
  max-width: none;
  margin-inline: auto;
  margin-bottom: calc(var(--globe-size) * -0.34);
  overflow: visible;
  z-index: 1;
  flex-shrink: 0;
}

/* Nested globe wrapper fills the sized outer shell only. */
.home-global-delivery-globe .home-global-delivery-globe {
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
}

.home-page-content {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-page-content.is-preparing {
  opacity: 0;
  pointer-events: none;
}

.home-page-content.is-ready {
  opacity: 1;
  pointer-events: auto;
}

/* Homepage entrance: opacity-only for large surfaces (cheaper than translateX). */
.home-page .hero-section.section-reveal {
  transform: none;
}

.home-page .hero-section.section-reveal.is-shown {
  animation-name: home-fade-in;
  animation-duration: 0.34s;
}

.home-page .hero-section .reveal-item {
  transform: none;
}

.home-page .hero-section .reveal-item.is-shown {
  animation-name: home-fade-in;
  animation-duration: 0.38s;
}

.home-page .hero-section .text-reveal-word {
  transform: translateY(0.35em);
}

.home-page .hero-section .text-reveal.is-shown .text-reveal-word {
  animation-name: home-word-fade-in;
  animation-duration: 0.36s;
}

.home-page .hero-section .text-reveal--block {
  transform: none;
}

.home-page .hero-section .text-reveal--block.is-shown {
  animation-name: home-fade-in;
  animation-duration: 0.36s;
}

@keyframes home-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes home-word-fade-in {
  from {
    opacity: 0;
    transform: translateY(0.35em);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.home-page-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(circle at 20% 10%, rgba(8, 16, 39, 0.96), rgba(2, 5, 12, 1));
  opacity: 0.95;
  pointer-events: none;
  overflow: hidden;
}

.home-page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(2, 5, 11, 0.5) 0%, rgba(2, 5, 11, 0.82) 100%);
}

.viewport-reveal {
  transform: translateY(14px);
  transition: transform 0.64s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.viewport-reveal.is-visible {
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .viewport-reveal,
  .viewport-reveal.is-visible {
    transform: none !important;
    transition: none !important;
  }
}

.container {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.narrow {
  width: min(760px, calc(100% - 2.5rem));
}

.eyebrow {
  margin-bottom: var(--space-2);
  color: var(--color-ocean-300);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}

h1 {
  font-size: clamp(2rem, 6vw, 4rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

h2 {
  font-size: clamp(1.6rem, 3vw, 2.7rem);
  line-height: 1.16;
  letter-spacing: -0.015em;
}

h3 {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  line-height: 1.25;
}

.lead {
  margin-top: var(--space-3);
  max-width: 60ch;
  color: var(--color-copy-muted);
  font-size: 1.05rem;
}

.section {
  position: relative;
  padding: var(--space-8) 0;
}

.section-compact {
  padding: var(--space-6) 0;
}

.section-dark {
  background: linear-gradient(180deg, rgba(6, 12, 24, 0.82), rgba(2, 4, 9, 0.96));
}

.section-soft {
  background: linear-gradient(150deg, rgba(17, 31, 58, 0.44), rgba(6, 10, 20, 0.72));
}

.section-heading {
  margin-bottom: var(--space-6);
}

.section-heading h2 {
  max-width: 24ch;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-1);
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.68rem 1.2rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease,
    border-color 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-light {
  background: var(--color-white);
  color: var(--color-black);
}

.button-dark {
  background: var(--color-ocean-500);
  color: var(--color-white);
}

.button-outline {
  border-color: var(--color-line);
  color: var(--color-white);
  background: transparent;
}

.button-inline {
  margin-top: var(--space-4);
}

.text-link {
  margin-top: var(--space-4);
  display: inline-flex;
  color: #3c6ce7;
  font-weight: 600;
}

.centered-action {
  margin-top: var(--space-6);
  text-align: center;
}

.about-results-section .about-results-intro {
  max-width: 72ch;
}

.about-results-section .about-results-intro > p:not(.eyebrow) {
  max-width: 68ch;
}

.about-page .section-dark .centered-action {
  margin-top: var(--space-6);
}

.about-value-list {
  margin-top: var(--space-4);
  max-width: 72ch;
}

.about-page .page-hero .about-outcome-pills {
  margin-top: var(--space-5);
  padding-top: var(--space-5);
  border-top: 1px solid rgba(130, 158, 220, 0.2);
}

.about-page .about-leadership-section .section-heading {
  margin-bottom: var(--space-5);
}

.about-page .about-leadership-section .section-heading h1 {
  max-width: 28ch;
}

.about-page .section-compact {
  padding-top: var(--space-4);
}

.about-page .pill-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: var(--space-3);
  margin-bottom: var(--space-5);
}

.about-page .pill-row .pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.55rem 1rem;
  font-size: 0.9rem;
  line-height: 1.35;
  text-align: center;
  color: rgba(236, 242, 255, 0.96);
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(12, 22, 43, 0.55);
}

.about-page .about-outcome-pills {
  margin-bottom: 0;
}

.about-page .card-grid {
  gap: var(--space-4);
}

.about-page .about-industries-pills + .card-grid,
.about-page .pill-row + .card-grid {
  margin-top: 0;
}

.about-page .service-card {
  border: 1px solid rgba(60, 108, 231, 0.24);
  border-radius: var(--radius-md);
  background: linear-gradient(165deg, rgba(18, 32, 62, 0.92) 0%, rgba(8, 16, 34, 0.96) 100%);
  box-shadow: 0 16px 34px rgba(4, 12, 28, 0.34);
}

.about-page .service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(60, 108, 231, 0.42);
  box-shadow: 0 22px 42px rgba(4, 12, 28, 0.42);
}

.about-page .service-card h3 {
  margin-bottom: 0.55rem;
  font-size: clamp(1.02rem, 1.8vw, 1.15rem);
  line-height: 1.3;
  color: var(--color-white);
}

.about-page .service-card p {
  color: rgba(196, 214, 248, 0.82);
  font-size: 0.94rem;
  line-height: 1.55;
}

.about-page .about-value-list {
  list-style: none;
  margin-top: var(--space-5);
  padding: clamp(1.1rem, 2vw, 1.45rem);
  border: 1px solid rgba(60, 108, 231, 0.22);
  border-radius: var(--radius-md);
  background: rgba(8, 16, 34, 0.72);
  gap: var(--space-2);
}

.about-page .about-value-list li {
  position: relative;
  padding-left: 1.15rem;
  color: rgba(214, 226, 250, 0.92);
  font-size: 0.94rem;
  line-height: 1.5;
}

.about-page .about-value-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: var(--color-ocean-500);
  box-shadow: 0 0 0 3px rgba(60, 108, 231, 0.16);
}

.about-page .section-heading .lead {
  max-width: 68ch;
  color: rgba(214, 228, 255, 0.88);
}

.about-page .split-layout > div > p:not(.eyebrow) {
  color: rgba(196, 214, 248, 0.82);
  line-height: 1.6;
}

.about-page .split-layout > div > p + p {
  margin-top: var(--space-3);
}

.platforms-section {
  position: relative;
  z-index: 1;
}

.platforms-section .section-heading {
  margin-bottom: var(--space-5);
}

.platforms-section .section-heading .lead {
  max-width: 72ch;
}

.platforms-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--space-4);
}

.platform-card {
  grid-column: span 6;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  min-height: 100%;
  padding: clamp(1.1rem, 2vw, 1.45rem);
  border: 1px solid rgba(60, 108, 231, 0.24);
  border-radius: var(--radius-md);
  background:
    linear-gradient(165deg, rgba(18, 32, 62, 0.92) 0%, rgba(8, 16, 34, 0.96) 100%);
  box-shadow: 0 16px 34px rgba(4, 12, 28, 0.34);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.platform-card:hover {
  transform: translateY(-3px);
  border-color: rgba(60, 108, 231, 0.42);
  box-shadow: 0 22px 42px rgba(4, 12, 28, 0.42);
}

.platform-card-header {
  display: grid;
  gap: 0.55rem;
}

.platform-category-label {
  display: inline-flex;
  align-self: flex-start;
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(60, 108, 231, 0.34);
  background: rgba(60, 108, 231, 0.12);
  color: rgba(176, 202, 255, 0.96);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.platform-card-header h3 {
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  line-height: 1.25;
}

.platform-card-header p {
  color: rgba(196, 214, 248, 0.82);
  font-size: 0.94rem;
  line-height: 1.55;
}

.platform-tech-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.platform-tech-chip {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.35rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(134, 164, 227, 0.22);
  background: rgba(6, 14, 30, 0.72);
  color: rgba(230, 238, 255, 0.94);
  font-size: 0.82rem;
  line-height: 1.25;
}

.platform-tech-chip-more {
  border-style: dashed;
  border-color: rgba(134, 164, 227, 0.38);
  background: rgba(60, 108, 231, 0.08);
  color: rgba(176, 202, 255, 0.88);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.platform-focus {
  margin-top: var(--space-5);
  padding: clamp(1.2rem, 2.4vw, 1.6rem);
  border: 1px solid rgba(60, 108, 231, 0.22);
  border-radius: var(--radius-md);
  background: rgba(8, 16, 34, 0.72);
}

.platform-focus-heading {
  display: grid;
  gap: 0.45rem;
  margin-bottom: var(--space-4);
}

.platform-focus-heading h3 {
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
}

.platform-focus-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-3);
}

.platform-focus-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: start;
  padding: 0.85rem 0.95rem;
  border-radius: var(--radius-sm);
  background: rgba(12, 22, 43, 0.55);
  border: 1px solid rgba(60, 108, 231, 0.14);
}

.platform-focus-marker {
  width: 0.55rem;
  height: 0.55rem;
  margin-top: 0.45rem;
  border-radius: 999px;
  background: var(--color-ocean-500);
  box-shadow: 0 0 0 4px rgba(60, 108, 231, 0.16);
}

.platform-focus-item p {
  color: rgba(214, 226, 250, 0.92);
  font-size: 0.92rem;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .platform-card {
    grid-column: span 12;
  }

  .platform-focus-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 600px) {
  .platform-card {
    padding: 1rem;
  }

  .platform-tech-chip {
    font-size: 0.78rem;
    padding: 0.32rem 0.62rem;
  }

  .platform-focus {
    padding: 1rem;
  }
}

.centered-content {
  text-align: center;
  display: grid;
  gap: var(--space-3);
  justify-items: center;
}

.narrow-content {
  max-width: 46rem;
}

.legal-effective {
  margin-top: 0.75rem;
  color: rgba(180, 205, 255, 0.72);
}

.legal-body {
  display: grid;
  gap: 1.5rem;
}

.legal-section h2 {
  margin-bottom: 0.55rem;
  font-size: 1.15rem;
}

.legal-section p {
  color: rgba(204, 221, 250, 0.82);
}

.hero-section {
  padding: clamp(3rem, 8vw, 6rem) 0 var(--space-8);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 540px);
  gap: var(--space-6);
  align-items: center;
}

.hero-visual {
  position: relative;
}

.hero-visual-duo {
  min-height: clamp(280px, 38vw, 420px);
  padding-bottom: var(--space-3);
}

.hero-visual-duo .home-image-frame--primary {
  width: 100%;
}

.hero-visual-duo .home-image-frame--primary img {
  max-height: clamp(260px, 34vw, 400px);
}

.hero-visual-duo .home-image-frame--secondary {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(58%, 250px);
  box-shadow:
    0 22px 48px rgba(5, 14, 32, 0.65),
    0 0 0 3px rgba(6, 14, 30, 0.92);
}

.hero-visual-duo .home-image-frame--secondary img {
  max-height: clamp(140px, 18vw, 210px);
  min-height: 140px;
}

.home-image-frame {
  border: 1px solid rgba(60, 108, 231, 0.28);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: rgba(8, 18, 38, 0.78);
  box-shadow: 0 18px 42px rgba(5, 14, 32, 0.5);
}

.home-image-frame img {
  width: 100%;
  height: 100%;
  max-height: 470px;
  object-fit: cover;
  display: block;
}

.hero-actions {
  display: flex;
  gap: var(--space-3);
  flex-wrap: wrap;
  margin-top: var(--space-4);
}

.advisory-card {
  margin-top: var(--space-5);
  border: 1px solid rgba(60, 108, 231, 0.26);
  border-radius: var(--radius-md);
  background: rgba(13, 20, 38, 0.7);
  padding: var(--space-4);
}

.home-office-band {
  position: relative;
  min-height: 200px;
  background-size: cover;
  background-position: center;
}

.home-office-inner {
  min-height: 200px;
  display: grid;
  align-content: center;
  gap: var(--space-3);
  padding: clamp(1.1rem, 2.5vw, 1.85rem);
}

.home-office-inner p {
  max-width: 64ch;
  color: rgba(220, 232, 255, 0.9);
}

.home-insight-grid .insight-card {
  display: grid;
  gap: var(--space-3);
}

.home-inline-image {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(60, 108, 231, 0.28);
}

.home-inline-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.home-contact-grid {
  align-items: start;
}

.home-contact-list {
  margin-top: var(--space-4);
  display: grid;
  gap: var(--space-3);
}

.home-contact-item {
  border: 1px solid rgba(60, 108, 231, 0.24);
  border-radius: 12px;
  background: rgba(10, 20, 40, 0.68);
  padding: var(--space-3);
  display: grid;
  gap: 0.28rem;
}

.home-contact-item h3 {
  font-size: 1rem;
}

.home-contact-item p,
.home-contact-item span {
  color: rgba(204, 221, 250, 0.8);
  font-size: 0.9rem;
}

.home-contact-item a {
  color: #dbe8ff;
  font-weight: 600;
}

.home-services-section .section-heading .lead {
  max-width: 72ch;
  color: rgba(214, 228, 255, 0.88);
}

.home-services-network {
  position: relative;
  width: 100%;
  min-height: clamp(620px, 68vw, 880px);
  margin-top: var(--space-2);
  overflow: visible;
  isolation: isolate;
  background: transparent;
  border: none;
  cursor: default;
  touch-action: pan-y pinch-zoom;
  user-select: none;
}

.home-services-network.is-dragging {
  cursor: grabbing;
  touch-action: none;
}

.home-services-network.is-focused {
  cursor: default;
}

.home-services-network--planet {
  perspective: 1200px;
}

.home-services-globe-layer {
  position: absolute;
  z-index: 38;
  pointer-events: none;
  transform: translate(-50%, -50%);
  overflow: hidden;
  border-radius: 50%;
}

.home-services-globe,
.home-services-globe .github-globe,
.home-services-globe canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.github-globe {
  width: 100%;
  height: 100%;
}

.home-services-network-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 40;
}

.home-services-network-canvas--front {
  z-index: 42;
}

.home-services-network-nodes {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 44;
}

.home-services-network-node-shell {
  position: absolute;
  pointer-events: auto;
  transform-origin: center center;
  will-change: transform, left, top, opacity;
  backface-visibility: hidden;
  padding: 0.65rem;
  margin: -0.65rem;
  transition: opacity 0.18s linear;
}

.home-services-network-node {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 11.5rem;
  height: 3.25rem;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(160, 204, 255, 0.62);
  background: rgba(10, 22, 48, 0.62);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 10px 28px rgba(4, 12, 32, 0.42),
    0 0 22px rgba(60, 108, 231, 0.28);
  color: #f8fbff;
  text-decoration: none;
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background-color 0.22s ease,
    opacity 0.18s linear;
  touch-action: manipulation;
}

.home-services-network-node-ring {
  position: absolute;
  inset: -3px;
  border-radius: inherit;
  border: 1px solid rgba(140, 190, 255, 0.35);
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}

.home-services-network-node-label {
  position: relative;
  z-index: 1;
  width: 100%;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.015em;
  line-height: 1.22;
  text-align: center;
  text-wrap: balance;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.home-services-network-node-shell.is-behind .home-services-network-node {
  border-color: rgba(130, 170, 220, 0.62);
}

.home-services-network-node-shell.is-hovered .home-services-network-node {
  border-color: rgba(210, 232, 255, 0.98);
  background: rgba(18, 40, 82, 0.88);
  box-shadow:
    0 0 0 1px rgba(200, 224, 255, 0.4) inset,
    0 0 36px rgba(90, 150, 255, 0.55),
    0 14px 32px rgba(4, 12, 32, 0.48);
}

.home-services-network-node-shell.is-hovered .home-services-network-node-ring {
  opacity: 1;
  transform: scale(1.08);
  animation: home-network-pulse 1.6s ease-out infinite;
}

.home-services-network-node-shell.is-connected .home-services-network-node {
  border-color: rgba(180, 214, 255, 0.82);
  box-shadow:
    0 0 18px rgba(80, 140, 255, 0.32),
    0 8px 24px rgba(4, 12, 32, 0.38);
}

.home-services-network-node-shell.is-seeking .home-services-network-node {
  border-color: rgba(170, 210, 255, 0.78);
  box-shadow:
    0 0 0 1px rgba(180, 220, 255, 0.22) inset,
    0 0 22px rgba(80, 140, 255, 0.28);
}

@keyframes home-network-pulse {
  0% {
    opacity: 0.75;
    transform: scale(1);
  }
  70% {
    opacity: 0;
    transform: scale(1.22);
  }
  100% {
    opacity: 0;
    transform: scale(1.22);
  }
}

.home-services-network-node:focus-visible {
  outline: 2px solid rgba(160, 206, 255, 0.9);
  outline-offset: 3px;
}

.home-services-network--static {
  min-height: auto;
  padding: 0;
}

.home-services-network-static-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 12rem), 1fr));
  gap: var(--space-3);
}

.home-services-network-node--static {
  position: relative;
  left: auto !important;
  top: auto !important;
  transform: none !important;
  opacity: 1 !important;
  width: 100%;
  max-width: none;
}

.home-services-footer {
  margin-top: var(--space-5);
  text-align: center;
}

@media (max-width: 1100px) {
  .home-services-network {
    min-height: clamp(580px, 74vw, 800px);
  }

  .home-services-network-node {
    width: 10.75rem;
    height: 3.1rem;
    padding: 0.48rem 0.78rem;
  }

  .home-services-network-node-label {
    font-size: 0.84rem;
  }
}

@media (max-width: 640px) {
  .home-services-network {
    min-height: clamp(560px, 112vw, 760px);
  }

  .home-services-network-node-shell {
    padding: 0.85rem;
    margin: -0.85rem;
  }

  .home-services-network-node {
    width: 10.25rem;
    height: 3rem;
    padding: 0.46rem 0.72rem;
  }

  .home-services-network-node-label {
    font-size: 0.84rem;
    line-height: 1.2;
  }
}

.home-audience-section .container {
  width: min(1280px, calc(100% - 2rem));
}

.home-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: auto auto auto auto;
  gap: 0.65rem var(--space-3);
}

.home-audience-body {
  display: contents;
}

.home-audience-grid .home-audience-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  min-height: 100%;
}

.home-audience-grid .home-audience-card h3 {
  margin: 0;
  font-size: clamp(0.92rem, 0.95vw, 1.05rem);
  line-height: 1.35;
}

.home-audience-pain,
.home-audience-need {
  margin: 0;
}

.home-audience-need {
  color: rgba(204, 221, 250, 0.88);
}

.home-audience-need--placeholder {
  margin: 0;
  padding: 0;
  min-height: 0;
  visibility: hidden;
}

.home-audience-footer {
  margin-top: var(--space-2);
  padding-top: 0;
  border-top: 0;
  display: grid;
  gap: var(--space-2);
  align-self: stretch;
}

.home-audience-outcome {
  margin: 0;
  color: rgba(220, 232, 255, 0.92);
  font-size: 0.95rem;
}

.home-audience-grid .text-link {
  margin-top: 0;
}

@supports not (grid-template-rows: subgrid) {
  .home-audience-grid {
    grid-template-rows: none;
    gap: var(--space-3);
    align-items: stretch;
  }

  .home-audience-grid .home-audience-card {
    display: flex;
    flex-direction: column;
    grid-row: auto;
    height: 100%;
  }

  .home-audience-body {
    display: grid;
    gap: 0.65rem;
    flex: 0 0 auto;
  }

  .home-audience-grid .home-audience-card h3 {
    min-height: 2.75rem;
  }

  .home-audience-footer {
    margin-top: var(--space-2);
  }
}

@media (max-width: 1280px) {
  .home-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.home-engagement-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-4);
}

.home-engagement-step {
  position: relative;
  display: grid;
  gap: var(--space-2);
  padding-top: calc(var(--space-3) + 0.5rem);
}

.home-step-index {
  position: absolute;
  top: var(--space-3);
  right: var(--space-3);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--color-ocean-300);
}

.home-deliverables-list {
  margin-top: var(--space-3);
  display: grid;
  gap: 0.45rem;
  color: var(--color-copy-muted);
}

.home-featured-excerpt {
  margin-top: var(--space-3);
  color: rgba(214, 228, 255, 0.88);
}

.contact-session-outputs {
  max-width: 52ch;
}

.services-intro-band {
  max-width: 68ch;
}

.service-executive-question {
  margin-top: var(--space-2);
  color: rgba(204, 221, 250, 0.88);
  font-size: 0.92rem;
}

.night-sky-cloud-scene-shell,
.night-sky-cloud-scene-shell > div {
  width: 100%;
  height: 100%;
}

.night-sky-cloud-scene-fallback {
  width: 100%;
  height: 100%;
  background: #000;
}

.night-sky-cloud-scene-fallback--card,
.night-sky-data-center-scene-fallback--card,
.staffing-scene-fallback--card {
  background: radial-gradient(circle at 20% 10%, rgba(8, 16, 39, 0.96), rgba(2, 5, 12, 1));
}

.night-sky-data-center-scene-shell,
.night-sky-data-center-scene-shell > div,
.staffing-scene-shell,
.staffing-scene-shell > div {
  width: 100%;
  height: 100%;
}

.night-sky-data-center-scene-fallback,
.staffing-scene-fallback {
  width: 100%;
  height: 100%;
  background: #000;
}

/* Service detail pages with animated backgrounds */
.service-page--radar,
.service-page--night-sky,
.service-page--night-sky-data-center,
.service-page--staffing,
.service-page--pixel-blast,
.service-page--light-pillar,
.service-page--color-bends,
.service-page--faulty-terminal {
  position: relative;
  isolation: isolate;
}

.service-page--radar .service-page-background,
.service-page--pixel-blast .service-page-background {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
  background: radial-gradient(circle at 20% 10%, rgba(8, 16, 39, 0.96), rgba(2, 5, 12, 1));
}

.service-page--night-sky .service-page-background,
.service-page--night-sky-data-center .service-page-background,
.service-page--staffing .service-page-background {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
  background: #000;
  animation: night-sky-page-bg-in 0.9s ease-out both;
}

.service-page--night-sky .service-page-background .night-sky-cloud-scene-shell--page,
.service-page--night-sky-data-center .service-page-background .night-sky-data-center-scene-shell--page,
.service-page--staffing .service-page-background .staffing-scene-shell--page {
  animation: night-sky-page-scene-in 1.15s cubic-bezier(0.2, 0.85, 0.25, 1) both;
  animation-delay: 0.08s;
}

.service-page--night-sky .service-page-background .night-sky-cloud-scene-shell {
  filter: brightness(1.18) contrast(1.06) saturate(1.08);
}

.service-page--night-sky-data-center .service-page-background .night-sky-data-center-scene-shell {
  filter: brightness(1.1) contrast(1.05) saturate(1.06);
}

.service-page--staffing .service-page-background .staffing-scene-shell {
  filter: brightness(1.08) contrast(1.04) saturate(1.05);
}

@keyframes night-sky-page-bg-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes night-sky-page-scene-in {
  from {
    opacity: 0;
    transform: scale(1.035);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.service-page--light-pillar .service-page-background,
.service-page--color-bends .service-page-background {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
  background: radial-gradient(circle at 20% 10%, rgba(8, 16, 39, 0.96), rgba(2, 5, 12, 1));
}

.service-page--faulty-terminal .service-page-background {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
  background: radial-gradient(circle at 18% 8%, rgba(10, 20, 48, 0.98), rgba(2, 5, 12, 1));
}

.service-page--radar::before,
.service-page--pixel-blast::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(2, 5, 11, 0.42) 0%, rgba(2, 5, 11, 0.86) 100%);
}

.service-page--night-sky::before,
.service-page--night-sky-data-center::before,
.service-page--staffing::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(2, 5, 11, 0.06) 0%, rgba(2, 5, 11, 0.28) 100%);
}

.service-page--night-sky-data-center::before {
  background: linear-gradient(
    180deg,
    rgba(2, 5, 11, 0.04) 0%,
    rgba(2, 5, 11, 0.12) 42%,
    rgba(2, 5, 11, 0.2) 100%
  );
}

.service-page--light-pillar::before,
.service-page--color-bends::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(2, 5, 11, 0.3) 0%, rgba(2, 5, 11, 0.72) 100%);
}

.service-page--faulty-terminal::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(2, 5, 11, 0.18) 0%, rgba(2, 5, 11, 0.58) 100%);
}

.service-page--radar .service-page-hero-glow,
.service-page--pixel-blast .service-page-hero-glow,
.service-page--light-pillar .service-page-hero-glow,
.service-page--color-bends .service-page-hero-glow,
.service-page--faulty-terminal .service-page-hero-glow {
  opacity: 0.35;
}

.service-page--night-sky .service-page-hero-glow,
.service-page--night-sky-data-center .service-page-hero-glow,
.service-page--staffing .service-page-hero-glow {
  opacity: 0.15;
}

.service-page--night-sky .section-soft,
.service-page--night-sky-data-center .section-soft,
.service-page--staffing .section-soft {
  background: linear-gradient(150deg, rgba(17, 31, 58, 0.1), rgba(6, 10, 20, 0.22));
}

.service-page--night-sky .section-dark.service-page-cta,
.service-page--night-sky-data-center .section-dark.service-page-cta,
.service-page--staffing .section-dark.service-page-cta {
  background: linear-gradient(180deg, rgba(6, 12, 24, 0.5), rgba(2, 4, 9, 0.72));
}

.service-page-hero {
  position: relative;
  padding: clamp(2.5rem, 5vw, 4.5rem) 0 clamp(2.5rem, 4vw, 3.5rem);
  border-bottom: 1px solid rgba(130, 158, 220, 0.2);
  overflow: hidden;
}

.service-page-hero-glow {
  position: absolute;
  top: -25%;
  right: -8%;
  width: min(58vw, 540px);
  height: min(58vw, 540px);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(25, 75, 205, 0.32), transparent 68%);
  pointer-events: none;
}

.service-page-hero-inner {
  position: relative;
  z-index: 1;
}

.service-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: var(--space-4);
  font-size: 0.85rem;
  color: #3c6ce7;
}

.service-breadcrumb a {
  color: #3c6ce7;
  transition: color 0.2s ease;
}

.service-breadcrumb a:hover {
  color: var(--color-white);
}

.service-breadcrumb-sep {
  color: rgba(158, 184, 232, 0.45);
}

.service-hero-meta {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-2);
}

.service-hero-meta .eyebrow {
  margin-bottom: 0;
}

.service-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.4rem;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(60, 108, 231, 0.35);
  background: rgba(14, 28, 58, 0.72);
  color: var(--color-ocean-300);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.service-tagline-hero {
  margin-top: var(--space-2);
  max-width: 52ch;
  color: #3c6ce7;
  font-size: 1.08rem;
  font-weight: 500;
}

.service-hero-lead {
  max-width: 62ch;
}

.service-hero-actions {
  margin-top: var(--space-4);
}

.service-question-grid,
.service-delivery-grid,
.service-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-4);
}

.service-detail-card h3 {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  margin-bottom: var(--space-2);
}

.service-card-badge {
  display: inline-flex;
  margin-bottom: var(--space-2);
  padding: 0.22rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(60, 108, 231, 0.38);
  background: rgba(22, 44, 88, 0.55);
  color: #3c6ce7;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.service-card-badge--pe {
  border-color: rgba(110, 195, 175, 0.38);
  background: rgba(16, 48, 44, 0.55);
  color: #b8e8dc;
}

.service-detail-card--board {
  border-left: 3px solid rgba(60, 108, 231, 0.75);
  background: linear-gradient(145deg, rgba(14, 28, 58, 0.94), rgba(8, 16, 36, 0.9));
}

.service-detail-card--pe {
  border-left: 3px solid rgba(110, 195, 175, 0.7);
  background: linear-gradient(145deg, rgba(12, 32, 36, 0.92), rgba(8, 18, 24, 0.9));
}

.service-detail-card--phases,
.service-detail-card--outcomes,
.service-detail-card--capabilities,
.service-detail-card--governance {
  display: grid;
  align-content: start;
  gap: 0;
}

.service-question-quote {
  margin-top: var(--space-2);
  color: rgba(214, 228, 255, 0.92);
  font-size: 1.02rem;
  line-height: 1.55;
}

.service-card-intro {
  margin-bottom: var(--space-3);
  color: var(--color-copy-muted);
  font-size: 0.96rem;
}

.service-phase-list {
  list-style: none;
  padding: 0;
  margin: var(--space-3) 0 0;
  display: grid;
  gap: var(--space-2);
}

.service-phase-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--space-3);
  align-items: start;
  padding: var(--space-3);
  border-radius: var(--radius-sm);
  background: rgba(10, 20, 40, 0.48);
  border: 1px solid rgba(60, 108, 231, 0.16);
}

.service-phase-number {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--color-ocean-300);
  padding-top: 0.12rem;
}

.service-phase-copy {
  color: rgba(214, 228, 255, 0.9);
}

.service-outcome-list {
  list-style: none;
  padding: 0;
  margin: var(--space-3) 0 0;
  display: grid;
  gap: var(--space-2);
}

.service-outcome-list li {
  position: relative;
  padding-left: 1.55rem;
  color: rgba(204, 221, 250, 0.92);
  line-height: 1.5;
}

.service-outcome-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48rem;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 2px;
  background: linear-gradient(135deg, #3c6ce7, #194bcd);
  box-shadow: 0 0 8px rgba(60, 108, 231, 0.35);
}

.service-related-card {
  display: grid;
  gap: var(--space-2);
  padding: var(--space-4);
  border: 1px solid rgba(60, 108, 231, 0.22);
  border-radius: var(--radius-md);
  background: rgba(12, 22, 43, 0.72);
  box-shadow: var(--shadow-soft);
  transition: transform 0.24s ease, border-color 0.24s ease, background-color 0.24s ease,
    box-shadow 0.24s ease;
}

.service-related-card:hover {
  transform: translateY(-3px);
  border-color: rgba(60, 108, 231, 0.42);
  box-shadow: 0 18px 36px rgba(4, 13, 32, 0.38);
}

.service-related-card h3 {
  font-size: 1.05rem;
}

.service-related-card p {
  color: var(--color-copy-muted);
  font-size: 0.94rem;
}

.service-related-link {
  margin-top: var(--space-1);
  color: #3c6ce7;
  font-size: 0.88rem;
  font-weight: 600;
}

.service-page-cta {
  border-top: 1px solid rgba(130, 158, 220, 0.16);
}

.service-cta-inner {
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: var(--space-5);
  align-items: center;
}

.service-cta-copy {
  display: grid;
  gap: var(--space-2);
}

.service-cta-copy p:last-child {
  max-width: 58ch;
  color: var(--color-copy-muted);
}

.service-cta-actions {
  display: grid;
  gap: var(--space-2);
  justify-items: start;
}

.service-kpi-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-kpi-card {
  text-align: center;
  font-weight: 500;
  color: rgba(214, 228, 255, 0.92);
}

/* Services listing page */
.services-page-hero .eyebrow {
  margin-bottom: var(--space-2);
}

.services-framework-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: var(--space-4);
}

.services-page .services-framework-row .pill {
  color: var(--color-white);
  border-color: rgba(255, 255, 255, 0.35);
}

.services-card-grid {
  gap: var(--space-3);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1100px) {
  .services-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .services-card-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.services-listing-card {
  position: relative;
  display: block;
  overflow: hidden;
  isolation: isolate;
  min-height: 0;
  padding: 0;
  background: rgba(8, 16, 36, 0.92);
  transition: transform 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease;
}

.services-listing-card-scene {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 0.42s ease, transform 0.55s cubic-bezier(0.2, 0.85, 0.25, 1);
  pointer-events: none;
  background: radial-gradient(circle at 20% 10%, rgba(8, 16, 39, 0.96), rgba(2, 5, 12, 1));
}

.services-listing-card.is-scene-mounted:not(.is-scene-active) .services-listing-card-scene {
  opacity: 0;
  transform: scale(1.04);
}

.services-listing-card-scene-inner {
  position: absolute;
  inset: 0;
}

.services-listing-card-scene-inner .night-sky-cloud-scene-shell--card,
.services-listing-card-scene-inner .night-sky-data-center-scene-shell--card,
.services-listing-card-scene-inner .staffing-scene-shell--card {
  transform-origin: center center;
  transition: opacity 0.38s ease, transform 0.5s cubic-bezier(0.2, 0.85, 0.25, 1);
}

.services-listing-card--data-center .services-listing-card-scene {
  transition: opacity 0.48s ease, transform 0.62s cubic-bezier(0.22, 0.9, 0.28, 1);
}

.services-listing-card--data-center .services-listing-card-scene-inner .night-sky-data-center-scene-shell--card {
  transition: opacity 0.55s ease, transform 0.68s cubic-bezier(0.22, 0.9, 0.28, 1);
}

.services-listing-card:not(.is-scene-active) .services-listing-card-scene-inner .night-sky-cloud-scene-shell--card,
.services-listing-card:not(.is-scene-active) .services-listing-card-scene-inner .night-sky-data-center-scene-shell--card,
.services-listing-card:not(.is-scene-active) .services-listing-card-scene-inner .staffing-scene-shell--card {
  opacity: 0;
  transform: scale(1.05);
}

.services-listing-card.is-scene-active .services-listing-card-scene-inner .night-sky-cloud-scene-shell--card,
.services-listing-card.is-scene-active .services-listing-card-scene-inner .night-sky-data-center-scene-shell--card,
.services-listing-card.is-scene-active .services-listing-card-scene-inner .staffing-scene-shell--card {
  opacity: 1;
  transform: scale(1);
}

.services-listing-card--data-center.is-scene-active .services-listing-card-scene {
  background: #010308;
}

.services-listing-card--data-center.is-scene-active .services-listing-card-scene-inner .night-sky-data-center-scene-shell--card {
  opacity: 1;
  transform: scale(1);
}

.services-listing-card--data-center.is-scene-active .services-listing-card-overlay {
  background: linear-gradient(
    165deg,
    rgba(2, 6, 16, 0.18) 0%,
    rgba(4, 12, 32, 0.26) 40%,
    rgba(2, 5, 12, 0.36) 100%
  );
}

.services-listing-card--data-center.is-scene-active .services-listing-card-content {
  text-shadow: 0 1px 10px rgba(2, 6, 16, 0.65);
}

.services-listing-card-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(
    165deg,
    rgba(2, 6, 16, 0.2) 0%,
    rgba(4, 12, 32, 0.28) 42%,
    rgba(2, 5, 12, 0.4) 100%
  );
  transition: opacity 0.42s ease;
}

.services-listing-card.is-scene-active .services-listing-card-scene {
  opacity: 1;
  transform: scale(1);
}

.services-listing-card.is-scene-active .services-listing-card-overlay {
  opacity: 1;
}

.services-listing-card-content {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 0.55rem;
  padding: var(--space-3);
  padding-top: calc(var(--space-3) + 0.25rem);
}

.services-listing-card h2 {
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  line-height: 1.25;
}

.services-listing-card .service-tagline {
  margin-top: 0;
  font-size: 0.88rem;
}

.services-listing-card .service-points {
  margin-top: 0.35rem;
  gap: 0.3rem;
  font-size: 0.84rem;
}

.services-listing-card .services-listing-description {
  font-size: 0.86rem;
  line-height: 1.4;
}

.services-listing-card-cta {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin-top: 0.35rem;
  padding: 0.55rem 0.9rem;
  font-size: 0.84rem;
}

.service-listing-index {
  position: absolute;
  top: var(--space-2);
  right: var(--space-2);
  font-size: 0.78rem;
}

.services-listing-card.is-scene-active {
  border-color: rgba(60, 108, 231, 0.55);
  box-shadow: 0 22px 48px rgba(4, 13, 32, 0.52);
  transform: translateY(-4px);
}

.services-listing-card.is-scene-active h2,
.services-listing-card.is-scene-active .service-tagline,
.services-listing-card.is-scene-active .services-listing-description,
.services-listing-card.is-scene-active .service-points {
  color: rgba(236, 244, 255, 0.96);
  text-shadow: 0 1px 12px rgba(2, 6, 16, 0.7);
}

.services-listing-card.is-scene-active .service-tagline {
  color: #8eb4ff;
}

.services-listing-card.is-scene-active .service-points {
  color: rgba(204, 221, 250, 0.88);
}

.services-listing-description {
  color: var(--color-copy-muted);
  font-size: 0.96rem;
}

.service-executive-snippet {
  display: grid;
  gap: 0.45rem;
  padding: var(--space-3);
  border-radius: var(--radius-sm);
  border: 1px solid rgba(60, 108, 231, 0.16);
  background: rgba(10, 20, 40, 0.42);
}

.service-executive-snippet p {
  color: rgba(204, 221, 250, 0.9);
  font-size: 0.9rem;
  line-height: 1.45;
}

.service-executive-snippet--board {
  border-left: 2px solid rgba(60, 108, 231, 0.6);
}

.service-executive-snippet--pe {
  border-left: 2px solid rgba(110, 195, 175, 0.55);
}

@media (prefers-reduced-motion: reduce) {
  .services-listing-card-scene,
  .services-listing-card-overlay,
  .services-listing-card,
  .service-page--night-sky .service-page-background,
  .service-page--night-sky-data-center .service-page-background,
  .service-page--staffing .service-page-background,
  .service-page--night-sky .service-page-background .night-sky-cloud-scene-shell--page,
  .service-page--night-sky-data-center .service-page-background .night-sky-data-center-scene-shell--page,
  .service-page--staffing .service-page-background .staffing-scene-shell--page,
  .services-listing-card-scene-inner .night-sky-cloud-scene-shell--card,
  .services-listing-card-scene-inner .night-sky-data-center-scene-shell--card,
  .services-listing-card-scene-inner .staffing-scene-shell--card {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}

.hero-scene-wrap {
  position: relative;
  height: clamp(300px, 44vw, 520px);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: transparent;
}

.hero-scene,
.section-scene,
.logo-hero-canvas-inner {
  position: absolute;
  inset: 0;
}

.logo-hero-stage {
  position: absolute;
  inset: 0;
  isolation: isolate;
}

.logo-hero-canvas {
  position: absolute;
  inset: 0;
  transition: opacity 0.72s cubic-bezier(0.2, 0.85, 0.25, 1), transform 0.88s cubic-bezier(0.2, 0.85, 0.25, 1),
    filter 0.88s cubic-bezier(0.2, 0.85, 0.25, 1);
}

.logo-hero-canvas.is-hidden {
  opacity: 0;
  transform: scale(0.82);
  filter: blur(6px);
}

.logo-hero-canvas.is-visible {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}

.logo-intro-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  pointer-events: none;
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.logo-intro-overlay.is-intro {
  opacity: 1;
  transform: scale(1);
}

.logo-intro-overlay.is-transition {
  opacity: 0;
  transform: scale(1.08);
}

.logo-intro-shell {
  position: relative;
  width: min(72%, 340px);
  aspect-ratio: 1 / 1;
  border-radius: 24px;
  border: 1px solid rgba(60, 108, 231, 0.38);
  background: rgba(6, 14, 32, 0.3);
  box-shadow: 0 16px 55px rgba(12, 26, 55, 0.42);
  overflow: hidden;
}

.logo-intro-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.92;
  filter: drop-shadow(0 0 18px rgba(60, 108, 231, 0.28));
  animation: logo-intro-fade 1.75s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.logo-intro-glow {
  position: absolute;
  width: 72%;
  height: 72%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(60, 108, 231, 0.45), rgba(25, 75, 205, 0));
  filter: blur(24px);
  animation: logo-intro-glow 1.8s ease-in-out infinite alternate;
}

.logo-intro-trace {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.logo-intro-trace path {
  fill: none;
  stroke: rgba(219, 234, 255, 0.92);
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-dasharray: 240;
  stroke-dashoffset: 240;
  animation: logo-intro-draw 1.35s ease forwards;
}

.logo-intro-trace path:nth-child(2) {
  animation-delay: 0.2s;
}

.logo-intro-trace path:nth-child(3) {
  animation-delay: 0.35s;
}

.logo-hero-error {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  width: min(88%, 360px);
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(255, 160, 160, 0.4);
  border-radius: 10px;
  background: rgba(55, 10, 18, 0.58);
  color: #ffd7e0;
  font-size: 0.75rem;
  line-height: 1.35;
  text-align: center;
  z-index: 3;
}

@keyframes logo-intro-draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes logo-intro-fade {
  0% {
    opacity: 0;
    transform: scale(0.88);
    filter: blur(4px);
  }
  100% {
    opacity: 0.92;
    transform: scale(1);
    filter: blur(0);
  }
}

@keyframes logo-intro-glow {
  0% {
    opacity: 0.4;
    transform: scale(0.92);
  }
  100% {
    opacity: 0.75;
    transform: scale(1.08);
  }
}


.card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-4);
}

.service-card,
.insight-card,
.service-detail-card,
.testimonial-card,
.faq-item {
  border: 1px solid rgba(134, 164, 227, 0.2);
  border-radius: var(--radius-md);
  background: var(--color-surface);
  box-shadow: var(--shadow-soft);
  padding: var(--space-4);
  transition: transform 0.24s ease, border-color 0.24s ease, background-color 0.24s ease,
    box-shadow 0.24s ease;
}

.framework-card,
.contact-aside,
.stat-card,
.pill-card {
  transition: transform 0.24s ease, border-color 0.24s ease, background-color 0.24s ease,
    box-shadow 0.24s ease;
}

.service-card:hover,
.insight-card:hover,
.service-detail-card:hover,
.testimonial-card:hover,
.faq-item:hover,
.framework-card:hover,
.contact-aside:hover,
.stat-card:hover,
.pill-card:hover {
  transform: translateY(-3px);
  border-color: rgba(60, 108, 231, 0.42);
  box-shadow: 0 18px 36px rgba(4, 13, 32, 0.38);
}

.service-card.services-listing-card:not(.is-scene-active):hover {
  transform: translateY(-3px);
}

.insight-card-large {
  min-height: 260px;
}

.services-card-grid .service-card-large {
  min-height: 0;
}

.service-tagline {
  color: #3c6ce7;
  margin-top: var(--space-2);
}

.service-points {
  margin-top: var(--space-3);
  display: grid;
  gap: 0.45rem;
  color: var(--color-copy-muted);
}

.split-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-4);
}

.contact-page-split {
  align-items: start;
}

.contact-page-split .contact-aside {
  align-self: start;
  height: auto;
}

.framework-card ul {
  margin-top: var(--space-3);
  display: grid;
  gap: 0.4rem;
}

.framework-card {
  border: 1px solid rgba(60, 108, 231, 0.26);
  border-radius: var(--radius-md);
  background: rgba(12, 22, 43, 0.74);
  padding: var(--space-4);
  box-shadow: var(--shadow-soft);
}

.stats-grid {
  margin-top: var(--space-4);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-3);
}

.stat-card {
  border: 1px solid rgba(60, 108, 231, 0.25);
  border-radius: var(--radius-sm);
  background: rgba(16, 28, 53, 0.62);
  padding: var(--space-3);
}

.stat-value {
  font-size: 1.9rem;
  font-weight: 700;
  color: #3c6ce7;
}

.insights-preview {
  overflow: hidden;
}

.insight-card {
  position: relative;
  z-index: 1;
}

.badge {
  display: inline-flex;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #3c6ce7;
  border: 1px solid rgba(60, 108, 231, 0.35);
  border-radius: 999px;
  padding: 0.22rem 0.6rem;
}

.page-hero {
  padding: clamp(3rem, 6vw, 5rem) 0 var(--space-5);
  border-bottom: 1px solid rgba(130, 158, 220, 0.2);
}

.testimonial-grid,
.faq-grid,
.pill-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-3);
}

.testimonial-card p,
.faq-item p {
  color: var(--color-copy-muted);
}

.testimonial-card cite {
  margin-top: var(--space-2);
  display: block;
  color: #3c6ce7;
  font-style: normal;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-bottom: var(--space-4);
}

.pill {
  border: 1px solid rgba(60, 108, 231, 0.25);
  border-radius: 999px;
  padding: 0.28rem 0.7rem;
  font-size: 0.84rem;
  color: #3c6ce7;
}

.about-industries .section-heading {
  margin-bottom: var(--space-5);
}

.about-industries-pills {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: var(--space-3);
  margin-bottom: 0;
}

.about-industries-pills .pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.55rem 1rem;
  font-size: 0.9rem;
  line-height: 1.35;
  text-align: center;
  color: var(--color-white);
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(12, 22, 43, 0.55);
}

.insight-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-2);
  color: #3c6ce7;
  font-size: 0.85rem;
}

.article-meta {
  margin-top: var(--space-2);
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  color: #3c6ce7;
  font-size: 0.9rem;
}

.article-byline {
  font-weight: 600;
}

.article-time {
  margin-top: 0;
  color: #3c6ce7;
  font-size: 0.9rem;
}

.article-body {
  display: grid;
  gap: var(--space-3);
  margin-bottom: var(--space-5);
}

.article-body p {
  color: #edf3ff;
}

.contact-form {
  border: 1px solid rgba(60, 108, 231, 0.22);
  border-radius: var(--radius-md);
  background: rgba(13, 22, 43, 0.72);
  padding: var(--space-4);
}

.calendly-card {
  border: 1px solid rgba(60, 108, 231, 0.24);
  border-radius: var(--radius-md);
  background: linear-gradient(160deg, rgba(12, 23, 45, 0.88), rgba(8, 17, 34, 0.9));
  padding: var(--space-4);
  box-shadow: var(--shadow-soft);
}

.calendly-card h3 {
  margin-bottom: 0.25rem;
}

.calendly-embed-shell {
  margin-top: var(--space-3);
  border: 1px solid rgba(60, 108, 231, 0.24);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(6, 12, 24, 0.8);
}

.calendly-embed-viewport {
  width: 100%;
  min-width: 320px;
  min-height: 1100px;
  overflow: hidden;
  will-change: height;
}

@media (prefers-reduced-motion: no-preference) {
  .calendly-embed-viewport {
    transition: height 0.48s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

.calendly-embed-root,
.calendly-embed-frame {
  width: 100%;
  height: 100%;
  min-height: 1100px;
  border: 0;
  display: block;
  overflow: hidden;
  background: transparent;
}

.calendly-embed-frame--loading {
  background: rgba(6, 12, 24, 0.65);
}

.calendly-embed-root iframe {
  width: 100% !important;
  min-height: inherit;
}

.calendly-inline-fallback-link {
  margin: 0;
  padding: 0.75rem 0.85rem;
  font-size: 0.85rem;
  color: rgba(209, 224, 252, 0.86);
  border-top: 1px solid rgba(132, 167, 233, 0.22);
}

.calendly-inline-fallback-link a {
  color: #3c6ce7;
  font-weight: 600;
}

.calendly-status a {
  color: #3c6ce7;
  font-weight: 600;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-3);
}

.contact-form label {
  display: grid;
  gap: 0.4rem;
  font-weight: 500;
}

.contact-form input,
.contact-form textarea {
  border: 1px solid rgba(60, 108, 231, 0.3);
  border-radius: 10px;
  background: rgba(3, 7, 16, 0.6);
  color: var(--color-white);
  padding: 0.62rem 0.72rem;
  font: inherit;
}

.full-width {
  grid-column: 1 / -1;
}

.checkbox-field {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.checkbox-field input {
  width: 1rem;
  height: 1rem;
}

.contact-aside {
  border: 1px solid rgba(60, 108, 231, 0.24);
  border-radius: var(--radius-md);
  background: rgba(10, 19, 37, 0.68);
  padding: var(--space-4);
  display: grid;
  align-content: start;
  gap: var(--space-3);
}

.contact-aside h3 {
  margin: 0;
}

.contact-aside a {
  line-height: 1.45;
}

.contact-phone-entry {
  display: grid;
  gap: 0.2rem;
}

.contact-phone-entry span {
  color: rgba(204, 221, 250, 0.8);
  font-size: 0.9rem;
}

.contact-aside .footer-copy {
  margin: 0;
  padding-top: var(--space-1);
}

.ordered-list {
  display: grid;
  gap: 0.42rem;
}

.pill-card {
  border: 1px solid rgba(60, 108, 231, 0.22);
  border-radius: var(--radius-sm);
  background: var(--color-surface-soft);
  padding: var(--space-3);
}

@media (max-width: 1000px) {
  .container {
    width: min(1120px, calc(100% - 1.5rem));
  }

  .hero-grid,
  .split-layout,
  .card-grid,
  .stats-grid,
  .testimonial-grid,
  .faq-grid,
  .pill-grid,
  .home-audience-grid,
  .home-engagement-steps,
  .service-question-grid,
  .service-delivery-grid,
  .service-related-grid,
  .service-kpi-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
  }

  .hero-copy {
    display: contents;
  }

  .hero-copy .eyebrow {
    order: 1;
  }

  .hero-visual {
    order: 2;
    width: 100%;
  }

  .hero-copy h1 {
    order: 3;
  }

  .hero-copy .lead {
    order: 4;
  }

  .hero-copy .hero-actions {
    order: 5;
  }

  .service-cta-inner {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }

  .home-global-delivery-section {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .home-global-delivery-section .container {
    width: min(1120px, calc(100% - 1.5rem));
    padding-bottom: 0;
  }

  .home-global-delivery {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-5);
    padding-bottom: 0;
  }

  .home-global-delivery-copy {
    order: 1;
    width: 100%;
    text-align: center;
    justify-items: center;
  }

  .home-global-delivery-copy h2 {
    max-width: 18ch;
    margin-inline: auto;
  }

  .home-global-delivery-copy .lead {
    max-width: 40ch;
    margin-inline: auto;
  }

  .home-global-delivery > .home-global-delivery-globe {
    --globe-size: min(128vw, 900px);
    order: 2;
    position: relative;
    z-index: 1;
    width: var(--globe-size);
    max-width: none;
    aspect-ratio: 1;
    height: auto;
    /* Manual center: safe flex centering pins oversized items to the start edge. */
    align-self: flex-start;
    margin-left: calc(50% - (var(--globe-size) / 2));
    margin-right: 0;
    margin-bottom: calc(var(--globe-size) * -0.52);
    overflow: visible;
    flex-shrink: 0;
  }

  .home-page .home-global-delivery > .home-global-delivery-globe {
    --globe-size: min(128vw, 900px);
    width: var(--globe-size);
    align-self: flex-start;
    margin-left: calc(50% - (var(--globe-size) / 2));
    margin-right: 0;
    margin-bottom: calc(var(--globe-size) * -0.52);
  }

  .home-global-delivery-globe-canvas,
  .home-global-delivery-globe .github-globe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin-inline: auto;
  }

  .home-global-delivery-globe canvas {
    width: 100% !important;
    height: 100% !important;
  }

  .home-global-delivery-globe-placeholder {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }

  .site-shell > .footer {
    margin-top: 0;
  }

  .service-cta-actions {
    width: 100%;
  }

  .service-cta-actions .button {
    width: 100%;
    justify-content: center;
  }

  .service-page-hero {
    padding-top: clamp(2rem, 5vw, 3rem);
  }

  .service-page-hero-glow {
    top: -35%;
    right: -25%;
    width: min(80vw, 420px);
    height: min(80vw, 420px);
  }

  .hero-section {
    padding-top: clamp(1.5rem, 4vw, 2.5rem);
    padding-bottom: var(--space-6);
  }

  .hero-grid {
    gap: var(--space-5);
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .button {
    width: 100%;
    justify-content: center;
  }

  .hero-scene-wrap {
    height: min(52vw, 320px);
    min-height: 240px;
  }

  .hero-visual-duo {
    position: relative;
    display: block;
    min-height: 0;
    height: clamp(180px, 50vw, 240px);
    max-width: 100%;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: var(--space-1);
  }

  .hero-visual-duo .home-image-frame--primary {
    width: 100%;
    height: 100%;
  }

  .hero-visual-duo .home-image-frame--primary img {
    max-height: none;
    height: clamp(180px, 50vw, 240px);
    object-position: center 35%;
  }

  .hero-visual-duo .home-image-frame--secondary {
    position: absolute;
    right: var(--space-2);
    bottom: calc(var(--space-2) * -1);
    width: min(44%, 148px);
    box-shadow:
      0 16px 36px rgba(5, 14, 32, 0.6),
      0 0 0 3px rgba(6, 14, 30, 0.92);
  }

  .hero-visual-duo .home-image-frame--secondary img {
    max-height: clamp(88px, 24vw, 118px);
    min-height: 0;
  }

  h1 {
    font-size: clamp(1.75rem, 8vw, 2.5rem);
  }

  .lead {
    font-size: 1rem;
  }

  .home-inline-image img {
    height: 190px;
  }

  .home-office-inner {
    min-height: 210px;
    padding: var(--space-4);
  }

  .home-contact-list {
    grid-template-columns: 1fr;
  }

  .calendly-card,
  .contact-aside {
    width: 100%;
  }

  .page-hero {
    padding-top: clamp(2rem, 5vw, 3rem);
  }

  .section {
    padding: var(--space-6) 0;
  }

  .section-compact {
    padding: var(--space-5) 0;
  }
}

@media (min-width: 1001px) and (orientation: portrait) {
  .site-main:has(.home-page) {
    flex-grow: 0;
  }

  .home-global-delivery-section {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .home-global-delivery-section .container {
    padding-bottom: 0;
  }

  .home-global-delivery {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-5);
    padding-bottom: 0;
  }

  .home-global-delivery-copy {
    order: 1;
    width: 100%;
    text-align: center;
    justify-items: center;
  }

  .home-global-delivery-copy h2 {
    max-width: 18ch;
    margin-inline: auto;
  }

  .home-global-delivery-copy .lead {
    max-width: 40ch;
    margin-inline: auto;
  }

  .home-global-delivery > .home-global-delivery-globe {
    --globe-size: min(120vw, 880px);
    order: 2;
    position: relative;
    z-index: 1;
    width: var(--globe-size);
    max-width: none;
    aspect-ratio: 1;
    height: auto;
    align-self: flex-start;
    margin-left: calc(50% - (var(--globe-size) / 2));
    margin-right: 0;
    margin-bottom: calc(var(--globe-size) * -0.5);
    overflow: visible;
    flex-shrink: 0;
  }

  .home-page .home-global-delivery > .home-global-delivery-globe {
    --globe-size: min(120vw, 880px);
    width: var(--globe-size);
    align-self: flex-start;
    margin-left: calc(50% - (var(--globe-size) / 2));
    margin-right: 0;
    margin-bottom: calc(var(--globe-size) * -0.5);
  }

  .site-shell > .footer {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .hero-section {
    padding-top: var(--space-4);
  }

  .hero-grid {
    gap: var(--space-4);
  }

  .hero-copy .lead {
    margin-bottom: 0;
  }

  .hero-visual-duo {
    height: clamp(152px, 44vw, 188px);
    margin-top: 0;
    margin-bottom: var(--space-1);
  }

  .hero-visual-duo .home-image-frame--primary img {
    height: clamp(152px, 44vw, 188px);
  }

  .hero-visual-duo .home-image-frame--secondary {
    display: none;
  }
}

.contact-delivery-info {
  display: grid;
  gap: var(--space-3);
}

.contact-delivery-item h4 {
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(180, 205, 255, 0.72);
  margin-bottom: 0.35rem;
}

.contact-delivery-item p {
  color: rgba(214, 228, 255, 0.9);
  font-size: 0.95rem;
}

.contact-faq-list {
  display: grid;
  gap: var(--space-3);
}

.contact-faq-item h3 {
  font-size: 1rem;
  margin-bottom: 0.4rem;
}

.contact-faq-item p {
  color: rgba(204, 221, 250, 0.82);
  font-size: 0.92rem;
}

.home-global-delivery {
  align-items: end;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 0.65fr);
  gap: clamp(var(--space-3), 3vw, var(--space-4));
  overflow: visible;
}

@media (max-width: 1000px) {
  .home-global-delivery,
  .home-page .home-global-delivery {
    align-items: center;
    grid-template-columns: none;
  }
}

.home-global-delivery-copy {
  display: grid;
  gap: var(--space-2);
  padding-bottom: clamp(1.5rem, 4vw, 3rem);
}

.home-global-delivery-globe {
  position: relative;
  width: 100%;
  max-width: none;
  min-width: 0;
  aspect-ratio: 1;
  margin-inline: 0;
  overflow: visible;
  pointer-events: none;
  isolation: isolate;
}

@media (min-width: 1001px) and (orientation: landscape) {
  .home-page .home-global-delivery > .home-global-delivery-globe {
    --globe-size: min(62vw, 960px);
    width: var(--globe-size);
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: calc(var(--globe-size) * -0.36);
  }
}

.home-global-delivery-globe-canvas,
.home-global-delivery-globe .github-globe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.home-global-delivery-globe canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.home-global-delivery-globe-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 32%, rgba(91, 140, 255, 0.22), transparent 42%),
    radial-gradient(circle at 62% 68%, rgba(25, 75, 205, 0.16), transparent 48%),
    radial-gradient(circle, rgba(4, 12, 24, 0.92) 0%, rgba(2, 6, 14, 0.98) 72%);
  box-shadow:
    inset 0 0 0 1px rgba(60, 108, 231, 0.18),
    0 0 48px rgba(60, 108, 231, 0.12);
}

.home-featured-insight {
  align-items: center;
}

.home-featured-insight .home-image-frame img {
  width: 100%;
  height: clamp(220px, 32vw, 320px);
  object-fit: cover;
  display: block;
}

.about-trust-outcomes {
  margin-top: var(--space-3);
}

