@font-face {
  font-family: "Sora Variable";
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url("/SoraVariable.ttf") format("truetype");
}

@font-face {
  font-family: "Inter Variable";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/InterVariable.woff2") format("woff2");
}

:root {
  color-scheme: dark;
  --navy-1000: #020b14;
  --navy-950: #041321;
  --navy-900: #071b31;
  --navy-850: #09243f;
  --navy-800: #0b2b4f;
  --navy-700: #234765;
  --paper: #f5f3ee;
  --paper-blue: #efede7;
  --paper-aqua: #ece9e2;
  --ink: #142438;
  --ink-soft: #536477;
  --white: #ffffff;
  --gold: #d0aa55;
  --gold-bright: #f0d98c;
  --gold-ink: #78561e;
  --signal: #65c7d2;
  --steel: #738fac;
  --cyan: var(--gold);
  --cyan-bright: var(--gold-bright);
  --teal: var(--gold-ink);
  --blue: var(--signal);
  --violet: var(--steel);
  --text: #f4f2ec;
  --text-soft: #b9c2cb;
  --text-muted: #8999aa;
  --line: rgba(208, 170, 85, 0.18);
  --line-strong: rgba(208, 170, 85, 0.46);
  --line-light: #cfd6dd;
  --shadow-soft: 0 24px 70px rgba(4, 19, 33, 0.1);
  --shadow-dark: 0 28px 90px rgba(0, 5, 14, 0.34);
  --glass-deep: rgba(4, 19, 33, 0.86);
  --glass-line: rgba(208, 170, 85, 0.24);
  --shadow-float: 0 24px 70px rgba(0, 7, 18, 0.3);
  --glass-dark: rgba(4, 19, 33, 0.68);
  --glass-dark-strong: rgba(4, 19, 33, 0.82);
  --glass-dark-line: rgba(208, 170, 85, 0.25);
  --glass-light: rgba(255, 254, 250, 0.68);
  --glass-light-strong: rgba(255, 254, 250, 0.82);
  --glass-light-line: rgba(255, 255, 255, 0.92);
  --glass-blur: 20px;
  --glass-radius: 22px;
  --surface-pearl: rgba(250, 248, 243, 0.94);
  --surface-pearl-line: rgba(255, 255, 255, 0.96);
  --surface-deep: rgba(4, 19, 33, 0.96);
  --glass-shadow-dark:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -1px 0 rgba(240, 217, 140, 0.06),
    0 24px 70px rgba(0, 7, 18, 0.28);
  --glass-shadow-light:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    inset 0 -1px 0 rgba(208, 170, 85, 0.08),
    0 22px 60px rgba(19, 62, 84, 0.11);
  --max-width: 1320px;
  --gutter: clamp(22px, 5vw, 76px);
  --page-pad: max(var(--gutter), calc((100vw - var(--max-width)) / 2));
  --header-height: 78px;
  --font-body:
    "Inter Variable", Inter, Aptos, "Segoe UI Variable Text", "Segoe UI", Helvetica, Arial,
    sans-serif;
  --font-display:
    "Sora Variable", Sora, "Inter Variable", Inter, Aptos, "Segoe UI Variable Display",
    "Segoe UI", Helvetica, Arial, sans-serif;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;
  --space-10: 128px;
  --section-space: clamp(80px, 8vw, 120px);
  --major-gap: clamp(48px, 7vw, 96px);
  --card-gap: clamp(16px, 2vw, 24px);
  --card-padding: clamp(24px, 2.8vw, 36px);
  --type-section: clamp(40px, 4vw, 60px);
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 1px);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--navy-950);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  font-optical-sizing: auto;
  font-variation-settings: "opsz" 16;
  font-feature-settings:
    "cv02" 1,
    "cv03" 1,
    "cv04" 1,
    "cv11" 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

body::selection {
  background: var(--cyan);
  color: var(--navy-1000);
}

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

button,
.nav,
.eyebrow,
.signal-label,
.hero-actions,
.outcome-banner strong {
  font-family: var(--font-display);
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

canvas,
img {
  display: block;
  max-width: 100%;
}

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

h1,
h2,
h3 {
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 680;
  letter-spacing: -0.026em;
  text-wrap: balance;
}

h2 {
  margin-bottom: 22px;
  font-size: var(--type-section);
  line-height: 1.04;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(20px, 1.8vw, 28px);
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: -0.018em;
}

p {
  text-wrap: pretty;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  min-height: 44px;
  padding: 10px 16px;
  transform: translateY(-180%);
  border: 1px solid var(--cyan);
  border-radius: 8px;
  background: var(--navy-950);
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
}

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

:focus-visible {
  outline: 3px solid var(--cyan-bright);
  outline-offset: 4px;
}

/* Header */

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: flex;
  min-height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 12px var(--page-pad);
  border-bottom: 1px solid transparent;
  transition:
    transform 240ms cubic-bezier(0.22, 1, 0.36, 1),
    min-height 240ms ease,
    background 240ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease;
}

.site-header.is-scrolled {
  min-height: 68px;
  border-color: rgba(167, 226, 244, 0.22);
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.065), transparent 38%),
    rgba(3, 14, 25, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.075),
    0 16px 46px rgba(0, 5, 14, 0.3);
  -webkit-backdrop-filter: blur(18px) saturate(132%);
  backdrop-filter: blur(18px) saturate(132%);
}

.brand {
  display: inline-flex;
  min-height: 44px;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
  color: var(--white);
  text-decoration: none;
}

.brand-mark {
  --brand-size: 48px;
  --brand-shell-start: rgba(9, 41, 61, 0.98);
  --brand-shell-end: rgba(3, 17, 29, 0.98);
  --brand-ring: rgba(108, 236, 243, 0.62);
  --brand-orbit-a: rgba(108, 236, 243, 0.82);
  --brand-orbit-b: rgba(67, 133, 255, 0.9);
  --brand-copy-color: var(--white);
  position: relative;
  display: grid;
  width: var(--brand-size);
  height: var(--brand-size);
  flex: 0 0 auto;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 27%, rgba(202, 250, 255, 0.18), transparent 28%),
    radial-gradient(circle at 50% 56%, rgba(33, 202, 222, 0.12), transparent 55%),
    linear-gradient(145deg, var(--brand-shell-start), var(--brand-shell-end));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset -8px -10px 20px rgba(0, 3, 12, 0.4),
    0 0 0 1px rgba(33, 202, 222, 0.14),
    0 10px 28px rgba(0, 7, 18, 0.28),
    0 0 28px rgba(33, 202, 222, 0.11);
  isolation: isolate;
}

.brand-mark::before,
.brand-mark::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.brand-mark::before {
  inset: 2px;
  border: 1px solid var(--brand-ring);
  box-shadow:
    inset 0 0 16px rgba(33, 202, 222, 0.08),
    0 0 12px rgba(33, 202, 222, 0.14);
}

.brand-mark::after {
  inset: 7px -3px;
  transform: rotate(48deg);
  border: 1px solid transparent;
  border-top-color: var(--brand-orbit-a);
  border-right-color: var(--brand-orbit-b);
  filter: drop-shadow(0 0 5px rgba(67, 133, 255, 0.42));
}

/* Legacy CSS mark variants; Version 9 uses the supplied AmGlobe Strategies artwork. */
.brand-mark--dark,
.brand--header .brand-mark,
.site-header .brand-mark {
  --brand-shell-start: rgba(9, 41, 61, 0.98);
  --brand-shell-end: rgba(3, 17, 29, 0.98);
  --brand-ring: rgba(108, 236, 243, 0.66);
}

.brand-mark--light,
.brand--light .brand-mark {
  --brand-shell-start: rgba(248, 253, 255, 0.98);
  --brand-shell-end: rgba(214, 239, 246, 0.98);
  --brand-ring: rgba(18, 140, 158, 0.72);
  --brand-orbit-a: rgba(18, 140, 158, 0.86);
  --brand-orbit-b: rgba(47, 103, 220, 0.82);
  --brand-copy-color: var(--ink);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset -8px -10px 20px rgba(25, 91, 121, 0.12),
    0 0 0 1px rgba(18, 140, 158, 0.12),
    0 10px 28px rgba(19, 62, 84, 0.14);
}

.brand-mark--light .brand-globe,
.brand--light .brand-globe {
  border-color: rgba(18, 140, 158, 0.42);
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.98), transparent 10%),
    radial-gradient(
      circle at 40% 36%,
      rgba(108, 236, 243, 0.84),
      rgba(24, 137, 179, 0.34) 42%,
      rgba(230, 247, 250, 0.98) 75%
    );
  box-shadow:
    inset -4px -5px 9px rgba(25, 91, 121, 0.14),
    0 0 14px rgba(18, 140, 158, 0.25);
}

.brand-mark--compact,
.brand--compact .brand-mark {
  --brand-size: 36px;
}

.brand--compact .brand-copy small {
  display: none;
}

.brand--light .brand-copy strong {
  color: var(--brand-copy-color);
}

.brand--footer .brand-mark,
.footer .brand-mark {
  --brand-size: 36px;
}

.brand-globe {
  position: relative;
  z-index: 2;
  width: 44%;
  aspect-ratio: 1;
  border: 1px solid rgba(150, 235, 246, 0.48);
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, rgba(242, 255, 255, 0.92), transparent 9%),
    radial-gradient(circle at 40% 36%, rgba(108, 236, 243, 0.82), rgba(24, 137, 179, 0.42) 40%, rgba(4, 20, 33, 0.96) 74%);
  box-shadow:
    inset -4px -5px 9px rgba(0, 5, 14, 0.46),
    0 0 16px rgba(33, 202, 222, 0.36);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.brand-globe::before,
.brand-globe::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.brand-globe::before {
  inset: 2px 6px;
  border: 1px solid rgba(198, 248, 252, 0.28);
  border-radius: 50%;
}

.brand-globe::after {
  top: 50%;
  right: 2px;
  left: 2px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198, 248, 252, 0.48), transparent);
}

.brand-signal {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  width: 5px;
  height: 5px;
  margin: -2.5px 0 0 -2.5px;
  transform: rotate(-52deg) translateX(calc(var(--brand-size) * 0.41));
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: var(--cyan-bright);
  box-shadow:
    0 0 0 3px rgba(33, 202, 222, 0.1),
    0 0 12px rgba(108, 236, 243, 0.92);
  transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ambient-motion .brand-signal {
  animation: brand-signal-breathe 3.2s ease-in-out infinite;
}

.brand:hover .brand-mark::after,
.brand:focus-visible .brand-mark::after {
  transform: rotate(94deg);
}

.brand:hover .brand-globe,
.brand:focus-visible .brand-globe {
  transform: scale(1.08);
}

.brand:hover .brand-signal,
.brand:focus-visible .brand-signal {
  transform: rotate(34deg) translateX(calc(var(--brand-size) * 0.41));
}

@keyframes brand-signal-breathe {
  0%,
  100% {
    opacity: 0.82;
    box-shadow:
      0 0 0 3px rgba(33, 202, 222, 0.08),
      0 0 9px rgba(108, 236, 243, 0.72);
  }

  50% {
    opacity: 1;
    box-shadow:
      0 0 0 4px rgba(33, 202, 222, 0.13),
      0 0 15px rgba(108, 236, 243, 0.98);
  }
}

.brand-copy {
  display: grid;
  line-height: 1;
}

.brand-copy strong {
  font-size: 15px;
  font-weight: 720;
  letter-spacing: 0.105em;
}

.brand-copy small {
  margin-top: 5px;
  color: var(--cyan);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2.1vw, 32px);
}

.nav a {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #c5d6e2;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: color 180ms ease;
}

.nav > a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--cyan);
  content: "";
  transition: transform 220ms ease;
}

.nav > a:hover,
.nav > a[aria-current="true"] {
  color: var(--white);
}

.nav > a:hover::after,
.nav > a[aria-current="true"]::after {
  transform: scaleX(1);
}

.nav-cta {
  min-height: 46px !important;
  justify-content: center;
  gap: 18px;
  padding: 10px 18px;
  border: 1px solid rgba(33, 202, 222, 0.5);
  border-radius: 999px;
  background: rgba(10, 46, 63, 0.52);
  color: var(--white) !important;
}

.nav-cta span {
  color: var(--cyan);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(9, 30, 47, 0.78);
  cursor: pointer;
}

.menu-toggle span {
  position: absolute;
  width: 17px;
  height: 1px;
  background: var(--white);
  transition: transform 220ms ease;
}

.menu-toggle span:first-child {
  transform: translateY(-4px);
}

.menu-toggle span:last-child {
  transform: translateY(4px);
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  transform: rotate(-45deg);
}

/* Shared layout */

.section-shell {
  position: relative;
  padding: var(--section-space) var(--page-pad);
}

.section-shell > * {
  width: min(100%, var(--max-width));
  margin-right: auto;
  margin-left: auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::after {
  width: 42px;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0.55;
}

.eyebrow span {
  color: var(--text-muted);
  font-size: 11px;
  letter-spacing: 0;
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(300px, 0.62fr);
  gap: var(--major-gap);
  align-items: end;
  margin-bottom: clamp(48px, 6vw, 72px);
}

.section-intro > p {
  max-width: 520px;
  margin-bottom: 5px;
  color: var(--text-soft);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.55;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 13px 22px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.005em;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.button > span {
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.button-primary {
  background: var(--cyan);
  box-shadow: 0 12px 30px rgba(33, 202, 222, 0.16);
  color: #02131c;
}

.button-ghost {
  border-color: rgba(153, 202, 226, 0.3);
  background: rgba(6, 30, 45, 0.54);
  color: var(--white);
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 18px;
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.text-link span {
  color: var(--cyan);
  transition: transform 180ms ease;
}

/* Hero */

.hero {
  position: relative;
  display: grid;
  min-height: max(860px, 100svh);
  overflow: hidden;
  grid-template-columns: minmax(0, 1.02fr) minmax(440px, 0.82fr);
  gap: clamp(44px, 5vw, 82px);
  align-items: center;
  padding:
    calc(var(--header-height) + clamp(66px, 7vw, 106px))
    var(--page-pad)
    clamp(102px, 10vw, 150px);
  isolation: isolate;
  background:
    radial-gradient(circle at 77% 47%, rgba(42, 109, 216, 0.12), transparent 34%),
    linear-gradient(112deg, #030b15 0%, var(--navy-900) 54%, #071727 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      rgba(3, 11, 20, 0.98) 0%,
      rgba(4, 16, 28, 0.94) 34%,
      rgba(4, 16, 28, 0.48) 66%,
      rgba(4, 16, 28, 0.2) 100%
    ),
    linear-gradient(180deg, rgba(2, 8, 17, 0.18), rgba(2, 8, 17, 0.58));
  content: "";
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(33, 202, 222, 0.75), transparent);
  content: "";
}

.hero-atmosphere,
.hero-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-atmosphere {
  z-index: -3;
  width: 100%;
  height: 100%;
  opacity: 0.82;
}

.hero-atmosphere img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-glow {
  z-index: -1;
  border-radius: 50%;
  filter: blur(100px);
}

.hero-glow-one {
  inset: 18% auto auto 68%;
  width: min(28vw, 520px);
  height: min(28vw, 520px);
  background: rgba(43, 112, 255, 0.13);
}

.hero-glow-two {
  display: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 740px;
}

.signal-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: clamp(32px, 5vh, 58px);
  color: var(--cyan);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.signal-label::after {
  width: 54px;
  height: 1px;
  background: linear-gradient(90deg, var(--cyan), transparent);
  content: "";
}

.signal-dot {
  width: 7px;
  height: 7px;
  border: 1px solid var(--cyan-bright);
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 16px rgba(33, 202, 222, 0.7);
}

.hero h1 {
  max-width: 790px;
  margin-bottom: 28px;
  font-size: clamp(66px, 7vw, 106px);
  font-weight: 720;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.hero h1 span {
  display: block;
  color: transparent;
  background: linear-gradient(100deg, #ffffff 2%, #a7f2f6 50%, #74a1ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.hero-lede {
  max-width: 630px;
  margin-bottom: 16px;
  color: #b8cad9;
  font-size: clamp(20px, 1.8vw, 25px);
  line-height: 1.45;
}

.hero-proof {
  margin-bottom: 0;
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.audience-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 22px;
  margin: clamp(42px, 6vh, 68px) 0 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(151, 195, 218, 0.18);
  color: #91a8bb;
  font-size: 12px;
  font-weight: 600;
  list-style: none;
}

.audience-list li {
  position: relative;
}

.audience-list li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -13px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--cyan);
  content: "";
}

.hero-system {
  position: relative;
  z-index: 2;
  width: min(100%, 610px);
  aspect-ratio: 1;
  justify-self: center;
  perspective: 1100px;
  --orbit-tilt-x: 0deg;
  --orbit-tilt-y: 0deg;
}

.hero-system::before {
  position: absolute;
  inset: 7%;
  border: 1px solid rgba(96, 192, 233, 0.08);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(23, 111, 184, 0.18) 0%, transparent 59%),
    conic-gradient(
      from 180deg,
      rgba(33, 202, 222, 0.01),
      rgba(67, 133, 255, 0.12),
      rgba(113, 101, 255, 0.05),
      rgba(33, 202, 222, 0.01)
    );
  box-shadow:
    inset 0 0 70px rgba(47, 140, 219, 0.05),
    0 0 110px rgba(33, 202, 222, 0.05);
  content: "";
}

.system-orbit-stage {
  position: absolute;
  inset: 1%;
  transform: rotateX(var(--orbit-tilt-x)) rotateY(var(--orbit-tilt-y));
  transform-style: preserve-3d;
  transition: transform 210ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: auto;
}

.control-orbit-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.96;
}

.system-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(94, 190, 233, 0.34);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotateX(67deg) rotateZ(10deg);
  transition: opacity 220ms ease;
}

@media (min-width: 821px) {
  .hero-system.orbit-ready .system-orbit {
    opacity: 0;
  }
}

.system-orbit::before,
.system-orbit::after {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan-bright);
  box-shadow: 0 0 18px rgba(33, 202, 222, 0.75);
  content: "";
}

.system-orbit::before {
  top: 14%;
  left: 10%;
}

.system-orbit::after {
  right: 12%;
  bottom: 17%;
  background: #8b82ff;
  box-shadow: 0 0 18px rgba(113, 101, 255, 0.7);
}

.orbit-outer {
  width: 90%;
  height: 74%;
}

.orbit-inner {
  width: 67%;
  height: 54%;
  transform: translate(-50%, -50%) rotateX(68deg) rotateZ(-34deg);
}

.system-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  z-index: 8;
  width: 210px;
  height: 210px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  transform: none;
  translate: -50% -50%;
  border: 1px solid rgba(146, 232, 247, 0.58);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 22%, rgba(255, 255, 255, 0.13), transparent 14%),
    radial-gradient(circle at 48% 38%, rgba(39, 179, 222, 0.15), transparent 48%),
    linear-gradient(145deg, rgba(9, 42, 62, 0.98), rgba(3, 14, 25, 0.98));
  box-shadow:
    inset -20px -28px 55px rgba(0, 3, 12, 0.5),
    inset 12px 12px 34px rgba(92, 205, 240, 0.06),
    0 0 0 8px rgba(28, 113, 164, 0.05),
    0 26px 80px rgba(0, 4, 14, 0.42),
    0 0 54px rgba(33, 202, 222, 0.08);
  text-align: center;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  isolation: isolate;
}

.system-core::after {
  position: absolute;
  inset: 22px;
  z-index: 0;
  border-radius: 50%;
  background: url("/amglobe-metallic-chrome-mark-v13.webp") center / contain no-repeat;
  content: "";
  filter: saturate(0.85);
  opacity: 0.075;
  pointer-events: none;
}

.system-core::before {
  position: absolute;
  inset: 11px 30px auto;
  z-index: 0;
  height: 32%;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(185, 241, 255, 0.09), transparent);
  content: "";
  filter: blur(6px);
}

.core-pulse {
  position: absolute;
  z-index: 1;
  inset: 13px;
  border: 1px solid rgba(159, 232, 247, 0.14);
  border-radius: 50%;
  box-shadow: inset 0 0 30px rgba(33, 202, 222, 0.05);
}

.system-core small {
  position: relative;
  z-index: 2;
  color: #a8becd;
  font-size: 11px;
  font-weight: 740;
  letter-spacing: 0.22em;
  line-height: 1;
}

.system-core strong {
  position: relative;
  z-index: 2;
  margin: 11px 0 12px;
  color: var(--white);
  font-size: 25px;
  letter-spacing: 0.045em;
  line-height: 1;
  text-shadow: 0 1px 10px rgba(0, 5, 14, 0.42);
}

.system-core > span:last-child {
  position: relative;
  z-index: 2;
  color: var(--cyan);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.12em;
  line-height: 1;
}

.system-node {
  position: absolute;
  z-index: 6;
  display: grid;
  min-width: 162px;
  gap: 3px;
  padding: 14px 16px;
  border: 1px solid rgba(var(--node-rgb), 0.32);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), transparent 42%),
    var(--surface-deep);
  box-shadow:
    inset 3px 0 0 rgba(var(--node-rgb), 0.78),
    inset 0 1px rgba(255, 255, 255, 0.06),
    var(--shadow-float);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  opacity: 0.86;
  transition:
    opacity 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    background 260ms ease;
}

.system-node::after {
  position: absolute;
  top: 50%;
  width: 82px;
  height: 38px;
  border-top: 1px solid rgba(var(--node-rgb), 0.48);
  content: "";
  filter: drop-shadow(0 0 0 transparent);
  transition:
    border-color 260ms ease,
    filter 260ms ease;
}

.system-node span {
  color: rgb(var(--node-rgb));
  font-size: 10px;
  font-weight: 800;
}

.system-node strong {
  color: var(--white);
  font-size: 12px;
  letter-spacing: 0.07em;
}

.system-node small {
  color: #8da5b8;
  font-size: 11px;
}

.node-technology {
  top: 11%;
  left: -1%;
  --node-rgb: 33, 202, 222;
}

.node-technology::after {
  left: 100%;
  transform: rotate(14deg);
  border-radius: 0 80% 0 0;
  transform-origin: left top;
}

.node-compliance {
  top: 24%;
  right: -4%;
  --node-rgb: 67, 133, 255;
}

.node-compliance::after,
.node-operations::after {
  right: 100%;
  transform-origin: right top;
  border-radius: 80% 0 0;
}

.node-compliance::after {
  transform: rotate(-15deg);
}

.node-operations {
  right: 3%;
  bottom: 13%;
  --node-rgb: 113, 101, 255;
}

.node-operations::after {
  transform: rotate(20deg);
}

.hero-system[data-active-domain="technology"] .system-node[data-domain="technology"],
.hero-system[data-active-domain="compliance"] .system-node[data-domain="compliance"],
.hero-system[data-active-domain="operations"] .system-node[data-domain="operations"] {
  border-color: rgba(var(--node-rgb), 0.72);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), transparent 42%),
    radial-gradient(circle at 88% 18%, rgba(var(--node-rgb), 0.18), transparent 40%),
    var(--surface-deep);
  box-shadow:
    inset 3px 0 0 rgb(var(--node-rgb)),
    inset 0 1px rgba(255, 255, 255, 0.09),
    0 18px 48px rgba(0, 7, 18, 0.3),
    0 0 28px rgba(var(--node-rgb), 0.2);
  opacity: 1;
}

.hero-system[data-active-domain="technology"] .system-node[data-domain="technology"]::after,
.hero-system[data-active-domain="compliance"] .system-node[data-domain="compliance"]::after,
.hero-system[data-active-domain="operations"] .system-node[data-domain="operations"]::after {
  border-color: rgba(var(--node-rgb), 0.96);
  filter: drop-shadow(0 0 7px rgba(var(--node-rgb), 0.78));
}

.system-status {
  position: absolute;
  z-index: 6;
  bottom: 3%;
  left: 5%;
  display: flex;
  width: 226px;
  min-height: 40px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 13px;
  border: 1px solid var(--glass-line);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 50%),
    rgba(4, 18, 30, 0.96);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.05),
    0 16px 42px rgba(0, 7, 18, 0.26);
  color: #8da5b8;
  font-size: 10px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.system-status span {
  display: flex;
  align-items: center;
  gap: 7px;
}

.system-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 12px rgba(33, 202, 222, 0.8);
}

.system-status strong {
  color: var(--cyan);
  font-size: 10px;
  letter-spacing: 0.08em;
}

/* Outcome bridge */

.hero-outcomes-shell {
  position: relative;
  z-index: 5;
  padding: 0 var(--page-pad);
  background: linear-gradient(180deg, transparent 0 58px, var(--paper) 58px);
}

.hero-outcomes {
  position: relative;
  top: -54px;
  display: grid;
  width: min(100%, var(--max-width));
  grid-template-columns: repeat(3, 1fr);
  gap: var(--card-gap);
  margin: 0 auto -54px;
}

.hero-outcomes > div {
  position: relative;
  display: grid;
  min-height: 172px;
  overflow: hidden;
  grid-template-columns: 34px minmax(0, 1fr);
  column-gap: 18px;
  row-gap: 6px;
  align-content: center;
  padding: 30px clamp(26px, 2.6vw, 36px);
  border: 1px solid rgba(var(--outcome-rgb), 0.32);
  border-radius: var(--glass-radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(var(--outcome-rgb), 0.16), transparent 38%),
    rgba(5, 24, 40, 0.88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -1px 0 rgba(var(--outcome-rgb), 0.08),
    0 24px 64px rgba(0, 8, 18, 0.28);
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(145%);
  backdrop-filter: blur(var(--glass-blur)) saturate(145%);
}

.hero-outcomes > div:nth-child(1) {
  --outcome-rgb: 33, 202, 222;
  --outcome-color: #6cecf3;
}

.hero-outcomes > div:nth-child(2) {
  --outcome-rgb: 67, 133, 255;
  --outcome-color: #a9c8ff;
}

.hero-outcomes > div:nth-child(3) {
  --outcome-rgb: 113, 101, 255;
  --outcome-color: #c6c1ff;
}

.hero-outcomes > div::before {
  position: absolute;
  top: -54px;
  right: -32px;
  width: 132px;
  height: 132px;
  border: 1px solid rgba(var(--outcome-rgb), 0.2);
  border-radius: 42% 58% 62% 38% / 46% 38% 62% 54%;
  background: radial-gradient(circle at 38% 34%, rgba(255, 255, 255, 0.16), transparent 54%);
  content: "";
  transform: rotate(18deg);
  pointer-events: none;
}

.hero-outcomes span {
  position: relative;
  z-index: 1;
  display: block;
  grid-row: 1 / 3;
  margin: 3px 0 0;
  color: var(--outcome-color);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.hero-outcomes strong {
  position: relative;
  z-index: 1;
  display: block;
  grid-column: 2;
  color: var(--white);
  font-size: 17px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hero-outcomes p {
  position: relative;
  z-index: 1;
  grid-column: 2;
  max-width: 30ch;
  margin: 0;
  color: #d3e1ea;
  font-size: 16px;
  line-height: 1.5;
}

/* Technology capability matrix */

.technology {
  overflow: hidden;
  padding-top: clamp(122px, 11vw, 162px);
  background:
    radial-gradient(circle at 9% 42%, rgba(67, 133, 255, 0.1), transparent 29%),
    radial-gradient(circle at 88% 8%, rgba(33, 202, 222, 0.12), transparent 28%),
    linear-gradient(145deg, rgba(231, 248, 251, 0.56), transparent 42%),
    var(--paper);
  color: var(--ink);
}

.technology .eyebrow {
  color: var(--teal);
}

.technology .eyebrow span {
  color: #506f80;
}

.technology h2,
.technology h3 {
  color: var(--ink);
}

.technology h2 {
  font-size: clamp(42px, 4.3vw, 56px);
}

.technology .section-intro > p {
  color: var(--ink-soft);
}

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

.technology-card {
  position: relative;
  display: flex;
  min-height: 320px;
  overflow: hidden;
  flex-direction: column;
  padding: var(--card-padding);
  border: 1px solid var(--surface-pearl-line);
  border-radius: var(--glass-radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(241, 248, 252, 0.82)),
    var(--surface-pearl);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 18px 48px rgba(19, 62, 84, 0.08);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.technology-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--cyan), rgba(33, 202, 222, 0));
  content: "";
  opacity: 0;
  transition: opacity 220ms ease;
}

.technology-card::after {
  position: absolute;
  top: -72px;
  right: -62px;
  width: 170px;
  height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 44% 56% 38% 62% / 52% 40% 60% 48%;
  background:
    radial-gradient(circle at 34% 34%, rgba(255, 255, 255, 0.5), transparent 32%),
    rgba(108, 236, 243, 0.035);
  content: "";
  transform: rotate(20deg);
  pointer-events: none;
}

.card-index {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.card-index span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.card-index i {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(18, 140, 158, 0.24);
  border-radius: 14px;
  background: var(--paper-aqua);
}

.card-index i::before,
.card-index i::after {
  position: absolute;
  content: "";
}

.card-index i::before {
  inset: 11px;
  border: 1px solid var(--teal);
  border-radius: 50%;
}

.card-index i::after {
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 5px rgba(33, 202, 222, 0.12);
}

.technology-card:nth-child(2) .card-index i::before {
  inset: 11px 8px;
  border-radius: 50% / 35%;
}

.technology-card:nth-child(3) .card-index i::before {
  inset: 10px 14px;
  border-radius: 4px;
}

.technology-card:nth-child(4) .card-index i::before {
  inset: 12px 8px;
  transform: rotate(-12deg);
  border-radius: 4px;
}

.technology-card:nth-child(5) .card-index i::before {
  inset: 9px;
  transform: rotate(45deg);
  border-radius: 6px;
}

.technology-card:nth-child(6) .card-index i::before {
  inset: 10px 13px;
  border-radius: 11px 11px 5px 5px;
}

.technology-card h3,
.technology-card > p,
.technology-card ul {
  position: relative;
  z-index: 2;
}

.technology-card h3 {
  max-width: 330px;
  margin-bottom: 13px;
  font-size: clamp(23px, 2vw, 28px);
}

.technology-card > p {
  margin-bottom: 24px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.55;
}

.technology-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.technology-card li {
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  color: #4d7181;
  font-size: 12px;
  font-weight: 600;
}

.featured-card {
  z-index: 2;
  min-height: 344px;
  margin-top: -12px;
  margin-bottom: -12px;
  border-color: rgba(108, 236, 243, 0.36);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 34%),
    radial-gradient(circle at 100% 0%, rgba(33, 202, 222, 0.2), transparent 38%),
    var(--surface-deep);
  box-shadow: var(--glass-shadow-dark);
  -webkit-backdrop-filter: blur(calc(var(--glass-blur) + 2px)) saturate(150%);
  backdrop-filter: blur(calc(var(--glass-blur) + 2px)) saturate(150%);
}

.featured-card::before {
  opacity: 1;
}

.featured-card::after {
  top: -105%;
  right: auto;
  bottom: -105%;
  left: -42%;
  width: 32%;
  height: auto;
  border: 0;
  border-radius: 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(183, 248, 252, 0.05) 24%,
    rgba(221, 253, 255, 0.2) 50%,
    rgba(108, 236, 243, 0.05) 76%,
    transparent
  );
  opacity: 0;
  transform: rotate(16deg) translateX(-220%);
  pointer-events: none;
}

@keyframes featured-light-sweep {
  0% {
    opacity: 0;
    transform: rotate(16deg) translateX(-220%);
  }

  18% {
    opacity: 0.74;
  }

  82% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    transform: rotate(16deg) translateX(560%);
  }
}

.featured-card .card-index span,
.featured-card h3 {
  color: var(--white);
}

.featured-card .card-index i {
  border-color: rgba(108, 236, 243, 0.32);
  background: rgba(33, 202, 222, 0.08);
}

.featured-card .card-index i::before {
  border-color: var(--cyan);
}

.featured-card > p {
  color: #b5c9d8;
}

.featured-card li {
  border-color: rgba(108, 236, 243, 0.18);
  background: rgba(33, 202, 222, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  color: #b9dce4;
}

.card-badge {
  position: absolute !important;
  top: 39px;
  right: 92px;
  color: var(--cyan) !important;
  font-size: 10px !important;
  font-weight: 800;
  letter-spacing: 0.12em;
}

/* Platform architecture */

.platform {
  display: grid;
  grid-template-columns: minmax(300px, 0.66fr) minmax(580px, 1.34fr);
  gap: clamp(58px, 8vw, 118px);
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 46%, rgba(33, 202, 222, 0.08), transparent 28%),
    linear-gradient(180deg, #061321, #040e19);
}

.platform > * {
  width: auto;
  margin: 0;
}

.platform-copy {
  max-width: 500px;
}

.platform-copy h2 {
  font-size: clamp(42px, 4.8vw, 64px);
}

.platform-copy > p {
  max-width: 490px;
  margin-bottom: 30px;
  color: var(--text-soft);
  font-size: 18px;
}

.platform-map {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px;
  gap: 12px 30px;
  padding: 18px 0;
}

.platform-map article {
  position: relative;
  display: grid;
  min-height: 108px;
  grid-column: 1;
  grid-template-columns: minmax(170px, 0.42fr) minmax(260px, 0.78fr);
  gap: 24px;
  align-items: center;
  padding: 22px 18px 22px 24px;
  border: 1px solid rgba(115, 183, 218, 0.18);
  border-left: 2px solid rgba(33, 202, 222, 0.38);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045), transparent 72%),
    rgba(12, 39, 56, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.platform-map article::after {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 31px;
  height: 1px;
  background: rgba(33, 202, 222, 0.4);
  content: "";
}

.platform-map article:nth-of-type(even) {
  border-color: rgba(113, 101, 255, 0.18);
  border-left-color: rgba(67, 133, 255, 0.42);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 72%),
    rgba(20, 31, 63, 0.8);
}

.map-label {
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.025em;
}

.platform-map article p {
  margin: 0;
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.55;
}

.platform-map article i {
  color: var(--cyan);
  font-style: normal;
}

.platform-map aside {
  position: relative;
  display: flex;
  grid-column: 2;
  grid-row: 1 / 5;
  justify-content: center;
  flex-direction: column;
  padding: 30px 28px;
  overflow: hidden;
  border: 1px solid var(--glass-dark-line);
  border-radius: var(--glass-radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 36%),
    radial-gradient(circle at 50% 18%, rgba(33, 202, 222, 0.17), transparent 36%),
    var(--surface-deep);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 58px rgba(0, 7, 18, 0.24);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.platform-map aside::before {
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 0;
  width: 3px;
  background: linear-gradient(180deg, transparent, var(--cyan), transparent);
  content: "";
}

.platform-map aside strong {
  color: var(--white);
  font-size: 21px;
  line-height: 1.22;
}

.platform-map aside p {
  margin: 28px 0 0;
  color: #a9c4d3;
  font-size: 16px;
  line-height: 1.85;
}

.platform-rail {
  position: absolute;
  top: 65px;
  right: 224px;
  bottom: 65px;
  width: 1px;
  background: rgba(33, 202, 222, 0.18);
}

.platform-rail span {
  display: none;
}

/* Advisory editorial list */

.services {
  padding-top: clamp(76px, 6.5vw, 104px);
  padding-bottom: clamp(76px, 6.5vw, 104px);
  background:
    linear-gradient(180deg, rgba(231, 248, 251, 0.42), transparent 30%),
    var(--paper);
  color: var(--ink);
}

.services .eyebrow {
  color: var(--teal);
}

.services .eyebrow span {
  color: #506f80;
}

.services h2,
.services h3 {
  color: var(--ink);
}

.services h2 {
  font-size: clamp(38px, 4vw, 52px);
}

.services .section-intro > p {
  color: var(--ink-soft);
}

.advisory-grid {
  overflow: hidden;
  padding: 0 clamp(20px, 2.6vw, 34px);
  border: 1px solid var(--surface-pearl-line);
  border-radius: var(--glass-radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(241, 248, 252, 0.84)),
    var(--surface-pearl);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    0 18px 48px rgba(19, 62, 84, 0.07);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.advisory-grid article {
  display: grid;
  min-height: 116px;
  grid-template-columns: 72px minmax(220px, 0.48fr) minmax(320px, 0.9fr);
  gap: clamp(22px, 4vw, 64px);
  align-items: center;
  padding: 24px 4px;
  border-bottom: 1px solid var(--line-light);
}

.advisory-grid article > span {
  color: var(--teal);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.advisory-grid h3 {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 29px);
}

.advisory-grid p {
  max-width: 680px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.6;
}

/* Managed lifecycle */

.approach {
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 12%, rgba(67, 133, 255, 0.11), transparent 26%),
    var(--navy-900);
}

.approach-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(280px, 0.54fr);
  gap: 0 clamp(48px, 7vw, 100px);
  align-items: end;
  margin-bottom: clamp(58px, 7vw, 86px);
}

.approach-heading .eyebrow {
  grid-column: 1 / -1;
}

.approach-heading h2 {
  margin-bottom: 0;
  font-size: clamp(42px, 4.3vw, 56px);
}

.approach-heading > p:last-child {
  margin-bottom: 7px;
  color: var(--text-soft);
  font-size: 18px;
}

.lifecycle {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lifecycle::before,
.lifecycle::after {
  display: none;
}

.lifecycle li {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 268px;
  height: 100%;
  padding: clamp(24px, 2vw, 28px);
  border: 1px solid rgba(137, 188, 214, 0.16);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.052), transparent 54%),
    rgba(7, 26, 42, 0.94);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 18px 46px rgba(0, 7, 18, 0.14);
  transition:
    opacity 460ms ease,
    border-color 460ms ease,
    background 460ms ease,
    box-shadow 460ms ease;
}

.lifecycle li::after {
  position: absolute;
  top: 31px;
  left: 100%;
  z-index: 3;
  display: grid;
  width: 24px;
  height: 28px;
  place-items: center;
  color: rgba(137, 188, 214, 0.4);
  content: "→";
  font-size: 17px;
  line-height: 1;
  pointer-events: none;
  transition:
    color 260ms ease,
    text-shadow 260ms ease;
}

.lifecycle li:last-child::after {
  display: none;
}

.lifecycle li > span {
  display: grid;
  width: 49px;
  height: 49px;
  margin-bottom: 24px;
  place-items: center;
  border: 1px solid rgba(33, 202, 222, 0.42);
  border-radius: 50%;
  background: rgba(6, 23, 38, 0.98);
  color: var(--cyan);
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 0 0 6px rgba(6, 23, 38, 0.92);
  transition:
    transform 440ms cubic-bezier(0.22, 1, 0.36, 1),
    color 380ms ease,
    border-color 380ms ease,
    background 380ms ease,
    box-shadow 440ms ease;
}

.lifecycle h3 {
  max-width: 17ch;
  margin-bottom: 12px;
  font-size: 17px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.lifecycle p {
  margin: 0;
  color: #b3c7d5;
  font-size: 15px;
  line-height: 1.58;
}

.lifecycle.is-sequencing li {
  opacity: 0.66;
}

.lifecycle li.is-active,
.lifecycle li.is-complete {
  opacity: 1;
}

.lifecycle li.is-active {
  border-color: rgba(108, 236, 243, 0.5);
  background:
    radial-gradient(circle at 16% 15%, rgba(33, 202, 222, 0.15), transparent 45%),
    rgba(7, 29, 46, 0.98);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.075),
    0 18px 52px rgba(0, 7, 18, 0.24),
    0 0 28px rgba(33, 202, 222, 0.1);
}

.lifecycle li.is-complete {
  border-color: rgba(108, 236, 243, 0.26);
}

.lifecycle li.is-complete::after,
.lifecycle li.is-active::after {
  color: var(--cyan-bright);
  text-shadow: 0 0 12px rgba(33, 202, 222, 0.7);
}

.lifecycle li.is-active > span {
  transform: scale(1.08);
  border-color: var(--cyan-bright);
  background: var(--cyan);
  box-shadow:
    0 0 0 6px rgba(6, 23, 38, 0.94),
    0 0 0 9px rgba(108, 236, 243, 0.13),
    0 0 34px rgba(33, 202, 222, 0.58);
  color: var(--navy-1000);
  animation: lifecycle-node-pulse 1.65s ease-in-out infinite;
}

.lifecycle li.is-complete > span {
  border-color: rgba(108, 236, 243, 0.78);
  background: rgba(33, 202, 222, 0.13);
  box-shadow:
    0 0 0 6px rgba(6, 23, 38, 0.94),
    0 0 22px rgba(33, 202, 222, 0.22);
  color: var(--cyan-bright);
}

@keyframes lifecycle-node-pulse {
  0%,
  100% {
    box-shadow:
      0 0 0 6px rgba(6, 23, 38, 0.94),
      0 0 0 9px rgba(108, 236, 243, 0.1),
      0 0 26px rgba(33, 202, 222, 0.38);
  }

  50% {
    box-shadow:
      0 0 0 6px rgba(6, 23, 38, 0.94),
      0 0 0 11px rgba(108, 236, 243, 0.15),
      0 0 42px rgba(33, 202, 222, 0.62);
  }
}

.outcome-banner {
  display: flex;
  min-height: 66px;
  align-items: center;
  gap: 22px;
  margin-top: 48px;
  padding: 14px 22px;
  border: 1px solid var(--glass-dark-line);
  border-radius: 999px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.07), transparent 34%),
    rgba(12, 49, 67, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(14px) saturate(135%);
  backdrop-filter: blur(14px) saturate(135%);
  transition:
    opacity 420ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 420ms;
}

.motion-ready [data-lifecycle-outcome] {
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
}

.motion-ready [data-lifecycle-outcome].is-complete,
.motion-ready [data-lifecycle-outcome].is-sequence-complete,
.motion-ready .lifecycle-complete [data-lifecycle-outcome] {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0ms;
}

.outcome-banner span {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.outcome-banner strong {
  color: var(--white);
  font-size: 16px;
}

.outcome-banner i {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, rgba(33, 202, 222, 0.55), transparent);
}

/* Accountability */

.accountability {
  background:
    radial-gradient(circle at 14% 8%, rgba(33, 202, 222, 0.08), transparent 25%),
    var(--paper);
  color: var(--ink);
}

.accountability .eyebrow {
  color: var(--teal);
}

.accountability .eyebrow span {
  color: #506f80;
}

.accountability h2,
.accountability h3 {
  color: var(--ink);
}

.accountability-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.13fr) minmax(320px, 0.58fr);
  gap: 0 clamp(50px, 8vw, 126px);
  align-items: end;
  margin-bottom: 64px;
}

.accountability-copy .eyebrow {
  grid-column: 1 / -1;
}

.accountability-copy h2 {
  margin-bottom: 0;
  font-size: clamp(48px, 4.8vw, 64px);
}

.accountability-copy > p:last-child {
  margin-bottom: 7px;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.6;
}

.relationship-flow {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1.16fr auto 1fr;
  gap: clamp(16px, 2.2vw, 30px);
  align-items: center;
  padding: clamp(20px, 2.4vw, 30px) 0;
  border-top: 1px solid #c9dce6;
  border-bottom: 1px solid #c9dce6;
  background: transparent;
}

.flow-party {
  display: flex;
  min-height: 180px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid var(--surface-pearl-line);
  border-radius: var(--glass-radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), transparent 38%),
    radial-gradient(circle at 88% 14%, rgba(33, 202, 222, 0.09), transparent 34%),
    var(--surface-pearl);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    0 18px 48px rgba(19, 62, 84, 0.08);
  text-align: center;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.flow-party small {
  color: #506f80;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.16em;
}

.flow-party strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(20px, 2.1vw, 26px);
  font-weight: 650;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.flow-party span {
  margin-top: 9px;
  color: #506f80;
  font-size: 14px;
}

.flow-amglobe {
  min-height: 230px;
  border: 1px solid rgba(108, 236, 243, 0.4);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), transparent 36%),
    radial-gradient(circle at 50% 28%, rgba(33, 202, 222, 0.18), transparent 48%),
    var(--glass-dark-strong);
  box-shadow: var(--glass-shadow-dark);
  -webkit-backdrop-filter: blur(calc(var(--glass-blur) + 2px)) saturate(148%);
  backdrop-filter: blur(calc(var(--glass-blur) + 2px)) saturate(148%);
}

.flow-amglobe small,
.flow-amglobe span {
  color: #98c8d3;
}

.flow-amglobe strong {
  color: var(--cyan);
}

.flow-arrow {
  color: var(--teal);
  font-size: 28px;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  margin-top: 28px;
  border-top: 1px solid rgba(139, 190, 217, 0.16);
  border-bottom: 1px solid rgba(139, 190, 217, 0.16);
  border-right: 1px solid rgba(139, 190, 217, 0.13);
  border-left: 1px solid rgba(139, 190, 217, 0.13);
  border-radius: 18px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.045), transparent 36%),
    rgba(5, 23, 38, 0.96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.benefits > div {
  padding: 26px 22px;
  text-align: center;
}

.benefits > div:not(:last-child) {
  border-right: 1px solid var(--line);
}

.benefits span,
.benefits strong {
  display: inline;
  color: var(--cyan);
  font-size: 11px;
  letter-spacing: 0.05em;
}

.benefits strong {
  margin-left: 4px;
  color: var(--white);
}

.benefits p {
  margin: 7px 0 0;
  color: #c4d6e2;
  font-size: 16px;
}

/* Audience fit */

.fit {
  display: grid;
  grid-template-columns: minmax(300px, 0.64fr) minmax(580px, 1.36fr);
  gap: clamp(54px, 8vw, 118px);
  align-items: start;
  background:
    radial-gradient(circle at 12% 13%, rgba(67, 133, 255, 0.13), transparent 29%),
    #040e19;
  padding-top: clamp(76px, 6.5vw, 104px);
  padding-bottom: clamp(76px, 6.5vw, 104px);
}

.fit > * {
  width: auto;
  margin: 0;
}

.fit-heading {
  max-width: 480px;
}

.fit-heading h2 {
  font-size: clamp(38px, 4vw, 52px);
}

.fit-heading > p {
  color: var(--text-soft);
  font-size: 18px;
}

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

.fit-list article {
  position: relative;
  min-height: 168px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid var(--glass-dark-line);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), transparent 38%),
    radial-gradient(circle at 92% 8%, rgba(67, 133, 255, 0.12), transparent 34%),
    rgba(6, 26, 43, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 18px 48px rgba(0, 7, 18, 0.2);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.fit-list span {
  display: block;
  margin-bottom: 24px;
  color: var(--cyan);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.fit-list h3 {
  margin-bottom: 7px;
  font-size: 18px;
}

.fit-list p {
  margin: 0;
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.5;
}

/* Inquiry */

.inquiry {
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 0.72fr);
  gap: clamp(54px, 9vw, 136px);
  align-items: center;
  background:
    radial-gradient(circle at 12% 42%, rgba(33, 202, 222, 0.08), transparent 28%),
    linear-gradient(112deg, rgba(6, 30, 47, 0.98), rgba(5, 16, 29, 0.99)),
    var(--navy-900);
  padding-top: clamp(76px, 6.5vw, 104px);
  padding-bottom: clamp(76px, 6.5vw, 104px);
}

.inquiry > *:not(.inquiry-backdrop) {
  width: auto;
  margin: 0;
}

.inquiry-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  pointer-events: none;
  background:
    linear-gradient(rgba(96, 176, 222, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(96, 176, 222, 0.06) 1px, transparent 1px);
  background-size: 88px 88px;
  -webkit-mask-image: radial-gradient(circle at 18% 50%, black, transparent 58%);
  mask-image: radial-gradient(circle at 18% 50%, black, transparent 58%);
  opacity: 0.34;
}

.inquiry-copy {
  position: relative;
  z-index: 1;
}

.inquiry-copy h2 {
  max-width: 720px;
  font-size: clamp(38px, 4vw, 52px);
}

.inquiry-copy > p {
  color: var(--text-soft);
  font-size: 19px;
}

.assessment-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 38px 0;
  padding: 0;
  border-top: 1px solid rgba(116, 181, 214, 0.18);
  list-style: none;
}

.assessment-list li {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 11px;
  padding: 14px 10px 14px 0;
  border-bottom: 1px solid rgba(116, 181, 214, 0.18);
  background: transparent;
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
}

.assessment-list span {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(33, 202, 222, 0.45);
  border-radius: 50%;
  color: var(--cyan);
  font-size: 11px;
}

address {
  color: var(--text-soft);
  font-size: 14px;
  font-style: normal;
  line-height: 1.75;
}

address > span {
  display: block;
  margin-bottom: 7px;
  color: var(--white);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

address a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--cyan);
  font-weight: 700;
  text-decoration: none;
}

.contact-form {
  position: relative;
  z-index: 1;
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid var(--glass-dark-line);
  border-radius: var(--glass-radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.085), transparent 34%),
    radial-gradient(circle at 100% 0%, rgba(67, 133, 255, 0.13), transparent 32%),
    var(--glass-dark-strong);
  box-shadow: var(--glass-shadow-dark);
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(142%);
  backdrop-filter: blur(var(--glass-blur)) saturate(142%);
}

.form-heading {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  gap: 18px;
  margin-bottom: 10px;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.form-heading i {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, rgba(33, 202, 222, 0.5), transparent);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #aec2d1;
  font-size: 13px;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(167, 226, 244, 0.2);
  border-radius: 11px;
  background: rgba(11, 38, 56, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  color: var(--white);
  padding: 11px 13px;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

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

select {
  color-scheme: dark;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--cyan);
  outline: none;
  background: #0d2d41;
  box-shadow: 0 0 0 3px rgba(33, 202, 222, 0.1);
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--cyan-bright);
  outline-offset: 3px;
  box-shadow:
    0 0 0 3px rgba(33, 202, 222, 0.16),
    0 12px 28px rgba(0, 5, 14, 0.18);
}

.contact-form .full {
  grid-column: 1 / -1;
}

.contact-form button {
  width: 100%;
  margin-top: 4px;
}

.form-note {
  margin: -3px 0 0;
  color: var(--text-muted);
  font-size: 12px;
  text-align: center;
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-note.is-success {
  color: #2f6c54;
  font-weight: 650;
}

.form-note.is-error {
  color: #9b2f35;
  font-weight: 650;
}

button[aria-busy="true"] {
  cursor: wait;
  opacity: 0.75;
}

.contact-form noscript {
  grid-column: 1 / -1;
}

.noscript-note {
  margin: 0;
  color: var(--text-soft);
  font-size: 13px;
  text-align: center;
}

.contact-form button:disabled {
  opacity: 0.56;
  cursor: not-allowed;
  transform: none;
}

/* Disclaimer and footer */

.disclaimer {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: 50px;
  padding-top: 42px;
  padding-bottom: 42px;
  border-top: 1px solid var(--line);
  background: var(--navy-950);
}

.disclaimer > * {
  width: auto;
  margin: 0;
}

.disclaimer strong {
  color: var(--white);
  font-size: 13px;
  letter-spacing: 0.03em;
}

.disclaimer p {
  max-width: 940px;
  color: var(--text-muted);
  font-size: 12px;
}

.footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 32px;
  align-items: center;
  padding: 26px var(--page-pad);
  border-top: 1px solid var(--line);
  background: var(--navy-1000);
  color: var(--text-muted);
  font-size: 12px;
}

.footer-brand {
  justify-self: start;
}

.footer .brand-mark {
  --brand-size: 36px;
}

.footer .brand-copy strong {
  font-size: 11px;
}

.footer .brand-copy small {
  font-size: 10px;
}

.footer > p {
  margin: 0;
  letter-spacing: 0.03em;
}

.footer > p span {
  margin: 0 6px;
  color: var(--cyan);
}

.footer > div {
  display: flex;
  justify-self: end;
  align-items: center;
  gap: 20px;
}

.footer a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--text-soft);
  text-decoration: none;
}

/* Motion and interaction */

.motion-ready [data-reveal] {
  opacity: 0;
  transform: translateY(11px);
  transition:
    opacity 480ms cubic-bezier(0.22, 1, 0.36, 1) var(--delay, 0ms),
    transform 480ms cubic-bezier(0.22, 1, 0.36, 1) var(--delay, 0ms);
}

.motion-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.motion-ready [data-reveal] > [data-reveal-item],
.motion-ready [data-reveal-group] > * {
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 460ms cubic-bezier(0.22, 1, 0.36, 1)
      calc(var(--delay, 0ms) + (var(--reveal-index, 0) * 50ms)),
    transform 460ms cubic-bezier(0.22, 1, 0.36, 1)
      calc(var(--delay, 0ms) + (var(--reveal-index, 0) * 50ms));
}

.motion-ready [data-reveal].is-visible > [data-reveal-item],
.motion-ready [data-reveal] > [data-reveal-item].is-visible,
.motion-ready [data-reveal-group].is-visible > * {
  opacity: 1;
  transform: translateY(0);
}

.motion-ready .platform-map[data-reveal],
.motion-ready .relationship-flow[data-reveal] {
  transform: translateY(8px) scale(0.985);
  transform-origin: 50% 55%;
}

.motion-ready .platform-map[data-reveal].is-visible,
.motion-ready .relationship-flow[data-reveal].is-visible {
  transform: translateY(0) scale(1);
}

.motion-ready .technology-grid.is-visible .featured-card::after {
  animation: featured-light-sweep 1050ms cubic-bezier(0.22, 1, 0.36, 1) 260ms both;
}

.motion-ready [data-lifecycle-outcome][data-reveal] {
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
}

.motion-ready [data-lifecycle-outcome][data-reveal].is-complete,
.motion-ready [data-lifecycle-outcome][data-reveal].is-sequence-complete,
.motion-ready .lifecycle-complete [data-lifecycle-outcome][data-reveal] {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0ms;
}

@media (hover: hover) and (pointer: fine) {
  .hero-system:hover .system-orbit-stage {
    will-change: transform;
  }

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

  .button:hover > span {
    transform: translate(3px, -1px);
  }

  .button-primary:hover {
    background: var(--cyan-bright);
    box-shadow: 0 14px 36px rgba(33, 202, 222, 0.25);
  }

  .button-ghost:hover {
    border-color: rgba(108, 236, 243, 0.68);
    background: rgba(11, 47, 65, 0.72);
  }

  .text-link:hover span {
    transform: translateX(5px);
  }

}

@media (hover: none), (pointer: coarse) {
  .system-orbit-stage {
    transform: none !important;
    transition: none;
  }

  .system-node,
  .system-node::after {
    transition-duration: 0.01ms;
  }

  .button:active,
  .nav-cta:active,
  .text-link:active {
    transform: scale(0.985);
  }
}

/* Responsive */

@media (min-width: 1201px) {
  .technology-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .technology-card:nth-child(-n + 3) {
    grid-column: span 4;
  }

  .technology-card:nth-child(4),
  .technology-card:nth-child(6) {
    grid-column: span 3;
  }

  .technology-card.featured-card {
    grid-column: span 6;
  }
}

@media (min-width: 1081px) and (max-height: 820px) {
  .hero {
    min-height: max(720px, 100svh);
    padding-top: calc(var(--header-height) + 48px);
    padding-bottom: 84px;
  }

  .hero-system {
    width: min(100%, 540px);
  }

  .signal-label {
    margin-bottom: 30px;
  }

  .audience-list {
    margin-top: 38px;
  }
}

@media (max-width: 1359px) {
  .platform {
    grid-template-columns: 1fr;
    gap: var(--space-7);
  }

  .platform-copy {
    max-width: 780px;
  }

  .platform-map {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.72fr);
  }

  .hero h1 {
    font-size: clamp(64px, 7.5vw, 88px);
  }

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

  .fit {
    grid-template-columns: minmax(280px, 0.58fr) minmax(520px, 1.42fr);
    gap: 58px;
  }

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

  .inquiry {
    grid-template-columns: minmax(0, 0.84fr) minmax(470px, 0.76fr);
    gap: 58px;
  }
}

@media (max-width: 1080px) {
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: calc(var(--header-height) + 78px);
  }

  .hero-copy {
    max-width: 820px;
  }

  .hero-system {
    width: min(74vw, 520px);
  }

  .system-orbit-stage {
    transform: none;
    transition: none;
  }

  .platform,
  .fit,
  .inquiry {
    grid-template-columns: 1fr;
  }

  .platform-copy,
  .fit-heading,
  .inquiry-copy {
    max-width: 820px;
  }

  .platform-map {
    width: 100%;
  }

  .approach-heading,
  .accountability-copy {
    grid-template-columns: 1fr;
  }

  .approach-heading h2,
  .accountability-copy h2 {
    margin-bottom: 22px;
  }

  .contact-form {
    width: 100%;
    max-width: 820px;
  }
}

@media (min-width: 1050px) and (max-width: 1279px) {
  .lifecycle {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .lifecycle li {
    min-height: 246px;
  }

  .lifecycle li:nth-child(4) {
    grid-row: 2;
    grid-column: 3;
  }

  .lifecycle li:nth-child(5) {
    grid-row: 2;
    grid-column: 2;
  }

  .lifecycle li:nth-child(6) {
    grid-row: 2;
    grid-column: 1;
  }

  .lifecycle li::after {
    top: 31px;
    left: 100%;
    width: 24px;
    height: 28px;
    content: "→";
  }

  .lifecycle li:nth-child(3)::after {
    top: 100%;
    left: 50%;
    width: 28px;
    height: 24px;
    translate: -50% 0;
    content: "↓";
  }

  .lifecycle li:nth-child(4)::after,
  .lifecycle li:nth-child(5)::after {
    top: 31px;
    right: 100%;
    left: auto;
    width: 24px;
    height: 28px;
    content: "←";
    transform: none;
  }

  .lifecycle li:nth-child(6)::after {
    display: none;
  }

  .lifecycle h3 {
    max-width: none;
    font-size: 18px;
  }

  .lifecycle p {
    max-width: 42ch;
  }
}

@media (min-width: 721px) and (max-width: 1049px) {
  .lifecycle {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .lifecycle li {
    min-height: 238px;
  }

  .lifecycle li:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
  }

  .lifecycle li:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
  }

  .lifecycle li:nth-child(3) {
    grid-row: 2;
    grid-column: 2;
  }

  .lifecycle li:nth-child(4) {
    grid-row: 2;
    grid-column: 1;
  }

  .lifecycle li:nth-child(5) {
    grid-row: 3;
    grid-column: 1;
  }

  .lifecycle li:nth-child(6) {
    grid-row: 3;
    grid-column: 2;
  }

  .lifecycle li::after {
    top: 31px;
    left: 100%;
    width: 24px;
    height: 28px;
    content: "→";
  }

  .lifecycle li:nth-child(2)::after,
  .lifecycle li:nth-child(4)::after {
    top: 100%;
    left: 50%;
    width: 28px;
    height: 24px;
    translate: -50% 0;
    content: "↓";
  }

  .lifecycle li:nth-child(3)::after {
    top: 31px;
    right: 100%;
    left: auto;
    width: 24px;
    height: 28px;
    content: "←";
  }

  .lifecycle li:nth-child(5)::after {
    top: 31px;
    left: 100%;
    width: 24px;
    height: 28px;
    translate: none;
    content: "→";
  }

  .lifecycle li:nth-child(6)::after {
    display: none;
  }

  .lifecycle h3 {
    max-width: none;
    font-size: 18px;
  }
}

@media (max-width: 720px) {
  .lifecycle {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .lifecycle li,
  .lifecycle li:nth-child(n) {
    display: grid;
    min-height: 0;
    grid-row: auto;
    grid-column: auto;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: 24px;
  }

  .lifecycle li::after,
  .lifecycle li:nth-child(n)::after {
    top: 100%;
    left: 36px;
    display: grid;
    width: 28px;
    height: 24px;
    translate: -50% 0;
    content: "↓";
  }

  .lifecycle li:last-child::after {
    display: none;
  }

  .lifecycle li > span {
    margin: 0;
  }

  .lifecycle h3 {
    max-width: none;
    margin: 3px 0 10px;
    font-size: 18px;
  }

  .lifecycle p {
    max-width: 54ch;
    font-size: 16px;
  }
}

@media (max-width: 860px) {
  :root {
    --header-height: 70px;
  }

  .site-header {
    min-height: var(--header-height);
    padding: 12px 20px;
    background: rgba(4, 16, 28, 0.86);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
  }

  .menu-toggle {
    position: relative;
    z-index: 2;
    display: grid;
  }

  .nav {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
    flex-direction: column;
    overflow-y: auto;
    padding:
      max(100px, calc(76px + env(safe-area-inset-top)))
      28px
      max(40px, calc(24px + env(safe-area-inset-bottom)));
    transform: translateY(-105%);
    background:
      radial-gradient(circle at 90% 20%, rgba(33, 202, 222, 0.11), transparent 32%),
      rgba(3, 11, 20, 0.99);
    opacity: 0;
    visibility: hidden;
    transition:
      transform 300ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 220ms ease,
      visibility 0s linear 300ms;
  }

  .nav.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition:
      transform 300ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 220ms ease;
  }

  .nav a {
    width: 100%;
    min-height: 56px;
    padding: 10px 0;
    border-bottom: 1px solid var(--line);
    color: var(--white);
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.03em;
  }

  .nav > a::after {
    display: none;
  }

  .nav-cta {
    min-height: 58px !important;
    justify-content: space-between;
    margin-top: 18px;
    padding: 14px 18px !important;
    border: 1px solid var(--cyan) !important;
    font-size: 15px !important;
  }

  .section-intro {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hero-outcomes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .hero-outcomes > div:last-child {
    grid-column: 1 / -1;
  }

  .hero-outcomes > div {
    min-height: 0;
    grid-template-columns: 32px minmax(0, 1fr);
    column-gap: 16px;
    padding: 20px 24px 22px;
  }

  .platform-map {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .platform-map article {
    grid-template-columns: minmax(160px, 0.42fr) minmax(0, 0.9fr);
  }

  .platform-map article::after,
  .platform-rail {
    display: none;
  }

  .platform-map aside {
    min-height: 190px;
    grid-column: 1;
    grid-row: auto;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
  }

  .platform-map aside p {
    margin: 0;
  }

  .advisory-grid article {
    grid-template-columns: 58px minmax(200px, 0.52fr) minmax(260px, 0.82fr);
    gap: 22px;
  }

  .relationship-flow {
    grid-template-columns: 1fr;
  }

  .flow-party {
    min-height: 145px;
  }

  .flow-amglobe {
    min-height: 180px;
  }

  .flow-arrow {
    transform: rotate(90deg);
    justify-self: center;
  }

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

  .benefits > div:nth-child(2) {
    border-right: 0;
  }

  .benefits > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .footer {
    grid-template-columns: 1fr auto;
  }

  .footer > p {
    display: none;
  }
}

@media (min-width: 721px) and (max-width: 860px) {
  .relationship-flow {
    grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1.12fr) 24px minmax(0, 1fr);
    gap: 10px;
    padding: 22px 0;
  }

  .flow-party,
  .flow-amglobe {
    min-height: 154px;
    padding: 16px 10px;
  }

  .flow-party strong {
    font-size: 19px;
  }

  .flow-party span {
    max-width: 14ch;
    font-size: 12px;
    line-height: 1.35;
  }

  .flow-arrow {
    transform: none;
    font-size: 22px;
  }
}

@media (max-width: 680px) {
  :root {
    --gutter: 20px;
    --glass-dark: rgba(5, 24, 40, 0.86);
    --glass-dark-strong: rgba(5, 24, 40, 0.92);
    --glass-light: rgba(255, 255, 255, 0.82);
    --glass-light-strong: rgba(255, 255, 255, 0.9);
    --glass-blur: 10px;
  }

  .section-shell {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  h2,
  .technology h2,
  .services h2,
  .approach-heading h2,
  .accountability-copy h2,
  .platform-copy h2,
  .fit-heading h2,
  .inquiry-copy h2 {
    font-size: clamp(37px, 11vw, 46px);
  }

  .hero {
    gap: 42px;
    padding: 124px var(--gutter) 96px;
  }

  .hero::before {
    background: linear-gradient(
      180deg,
      rgba(3, 11, 20, 0.7),
      rgba(4, 16, 28, 0.91) 42%,
      rgba(4, 16, 28, 0.99) 78%
    );
  }

  .hero-atmosphere {
    opacity: 0.52;
  }

  .hero-atmosphere img {
    object-position: center top;
  }

  .signal-label {
    margin-bottom: 32px;
    font-size: 10px;
  }

  .signal-label::after {
    width: 30px;
  }

  .hero h1 {
    font-size: clamp(48px, 15vw, 67px);
    line-height: 0.94;
  }

  .hero-lede {
    font-size: 19px;
  }

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

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

  .audience-list {
    gap: 9px 18px;
  }

  .audience-list li {
    font-size: 11px;
  }

  .hero-system {
    display: grid;
    width: 100%;
    aspect-ratio: auto;
    gap: 0;
    padding: 0;
    border-top: 1px solid rgba(104, 180, 218, 0.22);
    border-bottom: 1px solid rgba(104, 180, 218, 0.16);
    background: linear-gradient(180deg, rgba(7, 29, 44, 0.46), rgba(4, 18, 30, 0.18));
  }

  .hero-system::before,
  .system-orbit {
    display: none;
  }

  .system-orbit-stage {
    position: relative;
    inset: auto;
    width: 100%;
    height: 178px;
    overflow: hidden;
    transform: none;
    border-bottom: 1px solid rgba(104, 180, 218, 0.16);
  }

  .system-orbit-stage::before {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, transparent 5%, rgba(33, 202, 222, 0.28) 50%, transparent 95%)
        50% 50% / 90% 1px no-repeat,
      linear-gradient(
        28deg,
        transparent 48.8%,
        rgba(67, 133, 255, 0.23) 49.4%,
        rgba(67, 133, 255, 0.23) 50.6%,
        transparent 51.2%
      ),
      linear-gradient(
        -28deg,
        transparent 48.8%,
        rgba(113, 101, 255, 0.2) 49.4%,
        rgba(113, 101, 255, 0.2) 50.6%,
        transparent 51.2%
      ),
      radial-gradient(circle at center, rgba(33, 202, 222, 0.1), transparent 58%);
    content: "";
    opacity: 0.9;
  }

  .control-orbit-canvas {
    display: none;
  }

  .system-node,
  .system-status {
    position: relative;
    inset: auto;
    width: 100%;
    min-width: 0;
    transform: none;
  }

  .system-core {
    top: 89px;
    left: 50%;
    width: 142px;
    height: 142px;
    transform: none;
    translate: -50% -50%;
  }

  .core-pulse {
    inset: 10px;
  }

  .system-node {
    min-height: 66px;
    align-content: center;
    padding: 15px 14px 15px 48px;
    border: 0;
    border-bottom: 1px solid rgba(104, 180, 218, 0.14);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .system-node::before {
    position: absolute;
    top: 50%;
    left: 17px;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    border: 1px solid var(--cyan);
    border-radius: 50%;
    content: "";
  }

  .system-node::after {
    top: 50%;
    left: 29px;
    width: 14px;
    height: 1px;
    transform: none;
    border: 0;
    background: rgba(33, 202, 222, 0.4);
  }

  .system-status {
    min-height: 44px;
    margin: 12px 0;
  }

  .hero-outcomes-shell {
    padding: 0 var(--gutter);
  }

  .hero-outcomes {
    grid-template-columns: 1fr;
    gap: 12px;
    top: -32px;
    margin-bottom: -32px;
  }

  .hero-outcomes > div:last-child {
    grid-column: auto;
  }

  .hero-outcomes > div {
    min-height: 0;
    grid-template-columns: 32px minmax(0, 1fr);
    column-gap: 16px;
    padding: 22px 24px 24px;
  }

  .technology {
    padding-top: 112px;
  }

  .technology-grid,
  .fit-list {
    grid-template-columns: 1fr;
  }

  .technology-card {
    min-height: 0;
    border-radius: var(--radius-md);
  }

  .featured-card {
    margin-top: 0;
    margin-bottom: 0;
  }

  .card-index {
    margin-bottom: 30px;
  }

  .platform-copy h2,
  .fit-heading h2,
  .inquiry-copy h2 {
    font-size: clamp(37px, 11vw, 46px);
  }

  .platform-map article {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px 20px 20px 22px;
  }

  .platform-map aside {
    align-items: flex-start;
    flex-direction: column;
  }

  .advisory-grid article {
    grid-template-columns: 46px 1fr;
    gap: 8px 14px;
    padding: 25px 0;
  }

  .advisory-grid article > span {
    grid-row: 1 / 3;
  }

  .advisory-grid p {
    grid-column: 2;
  }

  .outcome-banner {
    align-items: flex-start;
    border-radius: var(--radius-md);
    flex-direction: column;
  }

  .outcome-banner i {
    width: 100%;
    flex: 0 0 1px;
  }

  .benefits,
  .assessment-list,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .assessment-list {
    margin: 22px 0;
  }

  .assessment-list li {
    min-height: 52px;
    padding: 10px 8px 10px 0;
  }

  .fit-list {
    gap: 10px;
  }

  .fit-list article {
    min-height: 0;
    padding: 22px;
    border: 1px solid var(--glass-dark-line);
    border-radius: 16px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 38%),
      var(--glass-dark-strong);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .fit-list span {
    margin-bottom: 10px;
  }

  .benefits > div {
    border-right: 0 !important;
    border-bottom: 1px solid var(--line);
  }

  .benefits > div:last-child {
    border-bottom: 0;
  }

  .contact-form .full {
    grid-column: 1;
  }

  .contact-form {
    gap: 12px;
    padding: 20px 18px;
    border: 1px solid var(--glass-dark-line);
    border-radius: 18px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.07), transparent 34%),
      rgba(5, 24, 40, 0.9);
    -webkit-backdrop-filter: blur(10px) saturate(128%);
    backdrop-filter: blur(10px) saturate(128%);
  }

  .inquiry {
    gap: 38px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .form-heading {
    margin-bottom: 4px;
  }

  .contact-form label {
    gap: 6px;
  }

  textarea {
    min-height: 110px;
  }

  .disclaimer {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .disclaimer.section-shell {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer {
    grid-template-columns: 1fr;
  }

  .footer-brand,
  .footer > div {
    justify-self: start;
  }

  .footer > div {
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}

@media (max-width: 390px) {
  .brand-copy strong {
    font-size: 12px;
  }

  .brand-copy small {
    font-size: 9px;
  }

  .hero h1 {
    font-size: clamp(46px, 14.5vw, 57px);
  }

  .signal-label {
    max-width: 270px;
    line-height: 1.45;
  }

  .hero-outcomes {
    gap: 10px;
  }

  .hero-outcomes > div {
    padding: 19px 18px 21px;
  }

  .card-badge {
    top: 40px;
    right: 82px;
    max-width: 100px;
    text-align: right;
  }

  .lifecycle li {
    grid-template-columns: 52px 1fr;
    gap: 14px;
  }

  .relationship-flow {
    padding: 18px;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .site-header,
  .site-header.is-scrolled,
  .system-core,
  .system-node,
  .system-status,
  .hero-outcomes > div,
  .featured-card,
  .platform-map article,
  .platform-map aside,
  .outcome-banner,
  .flow-amglobe,
  .benefits,
  .fit-list article,
  .contact-form {
    background: #071c2c;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .technology-card:not(.featured-card),
  .advisory-grid,
  .flow-party:not(.flow-amglobe) {
    background: #f8fbfd;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  .motion-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .motion-ready [data-reveal] > [data-reveal-item],
  .motion-ready [data-lifecycle-outcome][data-reveal] {
    visibility: visible;
    opacity: 1;
    transform: none;
  }

  .lifecycle.is-sequencing li {
    opacity: 1;
  }

  .lifecycle li.is-active > span {
    transform: none;
  }

  .featured-card::after {
    animation: none !important;
    opacity: 0;
  }

  .system-orbit-stage {
    transform: none;
  }
}

/* Version 9: AmGlobe Strategies navy, pearl, and orbital-gold identity. */

.site-header {
  background: linear-gradient(180deg, rgba(2, 13, 24, 0.74), rgba(2, 13, 24, 0));
}

.site-header.is-scrolled {
  border-color: rgba(208, 170, 85, 0.3);
  background:
    linear-gradient(110deg, rgba(240, 217, 140, 0.045), transparent 34%),
    rgba(3, 16, 29, 0.94);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 18px 48px rgba(0, 7, 18, 0.34),
    0 1px 0 rgba(208, 170, 85, 0.08);
}

.brand {
  min-height: 48px;
  isolation: isolate;
}

.brand-logo {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
}

.brand-logo--full {
  width: 244px;
  aspect-ratio: 1869 / 487;
}

.brand-logo--mark {
  display: none;
  width: 54px;
  aspect-ratio: 1;
}

.brand--footer .brand-logo--full {
  width: 224px;
}

.nav a {
  color: #d0d6dc;
}

.nav > a:not(.nav-cta)::after {
  background: linear-gradient(90deg, var(--gold), var(--gold-bright));
}

.nav-cta {
  border-color: rgba(208, 170, 85, 0.58);
  background:
    linear-gradient(120deg, rgba(240, 217, 140, 0.07), transparent 52%),
    rgba(15, 39, 59, 0.72);
}

.nav-cta span,
.text-link span {
  color: var(--gold-bright);
}

.menu-toggle {
  border-color: rgba(208, 170, 85, 0.34);
  background: rgba(4, 19, 33, 0.9);
}

.button-primary {
  border-color: rgba(240, 217, 140, 0.64);
  background: linear-gradient(120deg, var(--gold-bright), var(--gold));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 14px 34px rgba(208, 170, 85, 0.18);
  color: var(--navy-1000);
}

.button-ghost {
  border-color: rgba(208, 170, 85, 0.38);
  background: rgba(4, 19, 33, 0.62);
}

.hero {
  background:
    radial-gradient(circle at 77% 31%, rgba(208, 170, 85, 0.13), transparent 26%),
    radial-gradient(circle at 83% 64%, rgba(101, 199, 210, 0.09), transparent 28%),
    linear-gradient(112deg, #020b14 0%, #041321 52%, #071b31 100%);
}

.hero::before {
  background:
    linear-gradient(
      90deg,
      rgba(2, 11, 20, 0.99) 0%,
      rgba(4, 19, 33, 0.95) 35%,
      rgba(4, 19, 33, 0.58) 66%,
      rgba(4, 19, 33, 0.28) 100%
    ),
    linear-gradient(180deg, rgba(2, 8, 17, 0.18), rgba(2, 8, 17, 0.68));
}

.hero::after {
  background: linear-gradient(90deg, transparent, rgba(208, 170, 85, 0.86), transparent);
}

.hero-atmosphere {
  opacity: 0.62;
}

.hero-atmosphere img {
  filter: saturate(0.58) contrast(1.06) brightness(0.82);
}

.hero-glow-one {
  background: rgba(208, 170, 85, 0.11);
}

.signal-label {
  color: var(--gold-bright);
}

.signal-label::after {
  background: linear-gradient(90deg, var(--gold), transparent);
}

.signal-dot {
  border-color: var(--gold-bright);
  background: var(--gold);
  box-shadow: 0 0 18px rgba(208, 170, 85, 0.68);
}

.hero h1 span {
  background: linear-gradient(102deg, #ffffff 5%, #f0eee7 50%, var(--gold-bright) 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.hero-lede {
  color: #c1c8cf;
}

.audience-list {
  border-color: rgba(208, 170, 85, 0.2);
  color: #9aa8b5;
}

.audience-list li:not(:last-child)::after {
  background: var(--gold);
}

.hero-system::before {
  border-color: rgba(208, 170, 85, 0.1);
  background:
    radial-gradient(circle, rgba(208, 170, 85, 0.11) 0%, transparent 59%),
    conic-gradient(
      from 180deg,
      rgba(101, 199, 210, 0.02),
      rgba(208, 170, 85, 0.13),
      rgba(115, 145, 176, 0.06),
      rgba(101, 199, 210, 0.02)
    );
  box-shadow:
    inset 0 0 70px rgba(208, 170, 85, 0.04),
    0 0 110px rgba(208, 170, 85, 0.05);
}

.system-orbit {
  border-color: rgba(208, 170, 85, 0.36);
}

.system-orbit::before {
  background: var(--gold-bright);
  box-shadow: 0 0 18px rgba(208, 170, 85, 0.72);
}

.system-orbit::after {
  background: var(--steel);
  box-shadow: 0 0 18px rgba(115, 145, 176, 0.64);
}

.system-core {
  border-color: rgba(240, 217, 140, 0.72);
  background:
    radial-gradient(circle at 35% 22%, rgba(255, 255, 255, 0.13), transparent 14%),
    radial-gradient(circle at 48% 38%, rgba(208, 170, 85, 0.12), transparent 48%),
    linear-gradient(145deg, rgba(9, 36, 63, 0.99), rgba(2, 12, 22, 0.99));
  box-shadow:
    inset -20px -28px 55px rgba(0, 3, 12, 0.52),
    inset 12px 12px 34px rgba(240, 217, 140, 0.055),
    0 0 0 8px rgba(208, 170, 85, 0.055),
    0 26px 80px rgba(0, 4, 14, 0.46),
    0 0 58px rgba(208, 170, 85, 0.1);
}

.core-pulse {
  border-color: rgba(240, 217, 140, 0.18);
  box-shadow: inset 0 0 30px rgba(208, 170, 85, 0.055);
}

.system-core small {
  color: #aeb9c3;
  font-family: var(--font-display);
  font-weight: 650;
}

.system-core strong {
  margin: 9px 0 7px;
  font-family: var(--font-display);
  font-weight: 650;
  letter-spacing: 0.025em;
}

.system-core > .system-strategies {
  position: relative;
  z-index: 2;
  color: var(--gold-bright);
  font-family: var(--font-display);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1;
}

.system-core > span.system-layer {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  color: #aeb9c3;
  font-family: var(--font-display);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.11em;
  line-height: 1;
}

.node-technology {
  --node-rgb: 101, 199, 210;
}

.node-compliance {
  --node-rgb: 208, 170, 85;
}

.node-operations {
  --node-rgb: 115, 145, 176;
}

.system-node,
.system-status {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), transparent 42%),
    rgba(4, 19, 33, 0.96);
}

.system-status i {
  background: var(--gold);
  box-shadow: 0 0 12px rgba(208, 170, 85, 0.8);
}

.system-status strong {
  color: var(--gold-bright);
}

.hero-outcomes-shell {
  background: linear-gradient(180deg, transparent 0 58px, var(--paper) 58px);
}

.hero-outcomes > div {
  border-color: rgba(var(--outcome-rgb), 0.36);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(var(--outcome-rgb), 0.13), transparent 38%),
    rgba(4, 19, 33, 0.92);
}

.hero-outcomes > div:nth-child(1) {
  --outcome-rgb: 208, 170, 85;
  --outcome-color: #f0d98c;
}

.hero-outcomes > div:nth-child(2) {
  --outcome-rgb: 101, 199, 210;
  --outcome-color: #9edfe5;
}

.hero-outcomes > div:nth-child(3) {
  --outcome-rgb: 115, 145, 176;
  --outcome-color: #b9cadb;
}

.technology {
  background:
    radial-gradient(circle at 10% 42%, rgba(115, 145, 176, 0.08), transparent 29%),
    radial-gradient(circle at 88% 8%, rgba(208, 170, 85, 0.11), transparent 28%),
    linear-gradient(145deg, rgba(236, 233, 226, 0.7), transparent 42%),
    var(--paper);
}

.technology-card,
.advisory-grid {
  border-color: rgba(20, 36, 56, 0.1);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(245, 243, 238, 0.86)),
    var(--surface-pearl);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    0 18px 48px rgba(20, 36, 56, 0.07);
}

.technology-card::before {
  background: linear-gradient(180deg, var(--gold), rgba(208, 170, 85, 0));
}

.card-index i {
  border-color: rgba(208, 170, 85, 0.32);
  background: rgba(208, 170, 85, 0.09);
}

.card-index i::before {
  border-color: var(--gold-ink);
}

.card-index i::after {
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(208, 170, 85, 0.14);
}

.technology-card li {
  border-color: rgba(20, 36, 56, 0.09);
  background: rgba(255, 255, 255, 0.62);
  color: #59697a;
}

.featured-card {
  border-color: rgba(208, 170, 85, 0.48);
  background:
    linear-gradient(135deg, rgba(240, 217, 140, 0.08), transparent 34%),
    radial-gradient(circle at 100% 0%, rgba(208, 170, 85, 0.18), transparent 40%),
    var(--surface-deep);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 64px rgba(4, 19, 33, 0.26),
    0 0 0 1px rgba(208, 170, 85, 0.05);
}

.featured-card::after {
  background: linear-gradient(
    90deg,
    transparent,
    rgba(240, 217, 140, 0.04) 24%,
    rgba(255, 246, 207, 0.2) 50%,
    rgba(208, 170, 85, 0.05) 76%,
    transparent
  );
}

.featured-card .card-index i,
.featured-card li {
  border-color: rgba(208, 170, 85, 0.25);
  background: rgba(208, 170, 85, 0.09);
}

.featured-card li {
  color: #ded6c1;
}

.platform,
.fit {
  background:
    radial-gradient(circle at 13% 28%, rgba(208, 170, 85, 0.07), transparent 27%),
    linear-gradient(180deg, #071b31, #03101d);
}

.platform-map article,
.platform-map article:nth-of-type(even) {
  border-color: rgba(208, 170, 85, 0.18);
  border-left-color: rgba(208, 170, 85, 0.58);
  background:
    linear-gradient(90deg, rgba(240, 217, 140, 0.045), transparent 72%),
    rgba(8, 33, 56, 0.88);
}

.platform-map article:nth-of-type(even) {
  border-left-color: rgba(101, 199, 210, 0.46);
}

.platform-map article::after,
.platform-rail {
  background: rgba(208, 170, 85, 0.42);
}

.platform-map aside {
  border-color: rgba(208, 170, 85, 0.3);
  background:
    linear-gradient(135deg, rgba(240, 217, 140, 0.07), transparent 36%),
    radial-gradient(circle at 50% 18%, rgba(208, 170, 85, 0.16), transparent 36%),
    var(--surface-deep);
}

.platform-map aside::before {
  background: linear-gradient(180deg, transparent, var(--gold), transparent);
}

.services,
.accountability {
  background:
    linear-gradient(180deg, rgba(236, 233, 226, 0.58), transparent 30%),
    var(--paper);
}

.approach {
  background:
    radial-gradient(circle at 82% 12%, rgba(208, 170, 85, 0.1), transparent 26%),
    var(--navy-900);
}

.lifecycle li {
  border-color: rgba(208, 170, 85, 0.17);
  background:
    linear-gradient(145deg, rgba(240, 217, 140, 0.04), transparent 54%),
    rgba(5, 24, 42, 0.96);
}

.lifecycle li > span {
  border-color: rgba(208, 170, 85, 0.5);
  background: rgba(4, 19, 33, 0.98);
  color: var(--gold-bright);
}

.lifecycle li.is-active {
  border-color: rgba(240, 217, 140, 0.54);
  background:
    radial-gradient(circle at 16% 15%, rgba(208, 170, 85, 0.16), transparent 45%),
    rgba(5, 26, 45, 0.99);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.075),
    0 18px 52px rgba(0, 7, 18, 0.24),
    0 0 28px rgba(208, 170, 85, 0.1);
}

.lifecycle li.is-complete {
  border-color: rgba(208, 170, 85, 0.28);
}

.lifecycle li.is-active > span {
  border-color: var(--gold-bright);
  background: var(--gold);
  color: var(--navy-1000);
}

.lifecycle li.is-complete > span {
  border-color: rgba(240, 217, 140, 0.78);
  background: rgba(208, 170, 85, 0.13);
  color: var(--gold-bright);
}

@keyframes lifecycle-node-pulse {
  0%,
  100% {
    box-shadow:
      0 0 0 6px rgba(4, 19, 33, 0.94),
      0 0 0 9px rgba(240, 217, 140, 0.1),
      0 0 26px rgba(208, 170, 85, 0.38);
  }

  50% {
    box-shadow:
      0 0 0 6px rgba(4, 19, 33, 0.94),
      0 0 0 11px rgba(240, 217, 140, 0.15),
      0 0 42px rgba(208, 170, 85, 0.62);
  }
}

.outcome-banner {
  border-color: rgba(208, 170, 85, 0.32);
  background:
    linear-gradient(120deg, rgba(240, 217, 140, 0.07), transparent 34%),
    rgba(11, 43, 79, 0.56);
}

.relationship-flow {
  border-color: rgba(20, 36, 56, 0.18);
}

.flow-party {
  border-color: rgba(20, 36, 56, 0.1);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), transparent 38%),
    radial-gradient(circle at 88% 14%, rgba(208, 170, 85, 0.08), transparent 34%),
    var(--surface-pearl);
}

.flow-amglobe {
  border-color: rgba(208, 170, 85, 0.5);
  background:
    linear-gradient(135deg, rgba(240, 217, 140, 0.08), transparent 36%),
    radial-gradient(circle at 50% 28%, rgba(208, 170, 85, 0.18), transparent 48%),
    var(--glass-dark-strong);
}

.flow-amglobe strong,
.benefits span,
.fit-list span {
  color: var(--gold-bright);
}

.flow-arrow {
  color: var(--gold-ink);
}

.benefits {
  border-color: rgba(208, 170, 85, 0.18);
  background:
    linear-gradient(120deg, rgba(240, 217, 140, 0.04), transparent 36%),
    rgba(4, 19, 33, 0.97);
}

.fit-list article {
  border-color: rgba(208, 170, 85, 0.22);
  background:
    linear-gradient(135deg, rgba(240, 217, 140, 0.055), transparent 38%),
    radial-gradient(circle at 92% 8%, rgba(115, 145, 176, 0.1), transparent 34%),
    rgba(6, 26, 43, 0.94);
}

.inquiry {
  background:
    radial-gradient(circle at 12% 42%, rgba(208, 170, 85, 0.09), transparent 28%),
    linear-gradient(112deg, rgba(7, 32, 55, 0.99), rgba(3, 15, 27, 0.995)),
    var(--navy-900);
}

.inquiry-backdrop {
  background:
    linear-gradient(rgba(208, 170, 85, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(208, 170, 85, 0.06) 1px, transparent 1px);
}

.assessment-list,
.assessment-list li {
  border-color: rgba(208, 170, 85, 0.2);
}

.assessment-list span {
  border-color: rgba(208, 170, 85, 0.52);
  color: var(--gold-bright);
}

address a,
.form-heading {
  color: var(--gold-bright);
}

.contact-form {
  border-color: rgba(208, 170, 85, 0.34);
  background:
    linear-gradient(135deg, rgba(240, 217, 140, 0.075), transparent 34%),
    radial-gradient(circle at 100% 0%, rgba(115, 145, 176, 0.11), transparent 32%),
    rgba(4, 19, 33, 0.86);
}

.form-heading i {
  background: linear-gradient(90deg, rgba(208, 170, 85, 0.58), transparent);
}

input,
select,
textarea {
  border-color: rgba(208, 170, 85, 0.22);
  background: rgba(7, 31, 53, 0.94);
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold);
  background: #0b2b4f;
  box-shadow: 0 0 0 3px rgba(208, 170, 85, 0.11);
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline-color: var(--gold-bright);
  box-shadow:
    0 0 0 3px rgba(208, 170, 85, 0.16),
    0 12px 28px rgba(0, 5, 14, 0.2);
}

.disclaimer {
  border-color: rgba(208, 170, 85, 0.16);
  background: var(--navy-950);
}

.footer {
  border-color: rgba(208, 170, 85, 0.18);
  background: var(--navy-1000);
}

.footer > p span {
  color: var(--gold);
}

@media (hover: hover) and (pointer: fine) {
  .button-primary:hover {
    background: linear-gradient(120deg, #f8e6aa, var(--gold-bright));
    box-shadow: 0 16px 38px rgba(208, 170, 85, 0.28);
  }

  .button-ghost:hover {
    border-color: rgba(240, 217, 140, 0.72);
    background: rgba(11, 43, 79, 0.78);
  }
}

@media (max-width: 860px) {
  .site-header {
    background: rgba(3, 16, 29, 0.92);
  }

  .nav {
    background:
      radial-gradient(circle at 90% 20%, rgba(208, 170, 85, 0.12), transparent 32%),
      rgba(2, 11, 20, 0.995);
  }

  .nav-cta {
    border-color: var(--gold) !important;
  }
}

@media (max-width: 680px) {
  .brand--header .brand-logo--full {
    display: none;
  }

  .brand--header .brand-logo--mark {
    display: block;
  }

  .brand--footer .brand-logo--full {
    display: block;
    width: min(220px, 70vw);
  }

  .brand--footer .brand-logo--mark {
    display: none;
  }

  .hero::before {
    background: linear-gradient(
      180deg,
      rgba(2, 11, 20, 0.76),
      rgba(4, 19, 33, 0.93) 42%,
      rgba(4, 19, 33, 0.995) 78%
    );
  }

  .system-orbit-stage::before {
    background:
      linear-gradient(90deg, transparent 5%, rgba(208, 170, 85, 0.3) 50%, transparent 95%)
        50% 50% / 90% 1px no-repeat,
      linear-gradient(
        28deg,
        transparent 48.8%,
        rgba(101, 199, 210, 0.23) 49.4%,
        rgba(101, 199, 210, 0.23) 50.6%,
        transparent 51.2%
      ),
      linear-gradient(
        -28deg,
        transparent 48.8%,
        rgba(115, 145, 176, 0.22) 49.4%,
        rgba(115, 145, 176, 0.22) 50.6%,
        transparent 51.2%
      ),
      radial-gradient(circle at center, rgba(208, 170, 85, 0.1), transparent 58%);
  }

  .system-node::before {
    border-color: rgb(var(--node-rgb));
  }

  .system-node::after {
    background: rgba(var(--node-rgb), 0.46);
  }

  .system-core strong {
    margin: 7px 0 5px;
    font-size: 20px;
  }

  .system-core > .system-strategies {
    font-size: 7px;
  }

  .system-core > .system-layer {
    margin-top: 8px;
    font-size: 7px;
  }

  .contact-form {
    border-color: rgba(208, 170, 85, 0.3);
    background:
      linear-gradient(135deg, rgba(240, 217, 140, 0.06), transparent 34%),
      rgba(4, 19, 33, 0.94);
  }
}

@media (max-width: 390px) {
  .brand--header .brand-logo--mark {
    width: 48px;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .site-header,
  .site-header.is-scrolled,
  .system-core,
  .system-node,
  .system-status,
  .hero-outcomes > div,
  .featured-card,
  .platform-map article,
  .platform-map aside,
  .outcome-banner,
  .flow-amglobe,
  .benefits,
  .fit-list article,
  .contact-form {
    background: #071b31;
  }

  .technology-card:not(.featured-card),
  .advisory-grid,
  .flow-party:not(.flow-amglobe) {
    background: #f5f3ee;
  }
}
