@charset "UTF-8";

:root {
  --carbon: #0a0c0f;
  --porcelain: #f6f5f0;
  --graphite: #66717e;
  --cobalt: #2457d6;
  --orange: #ff5a36;
  --green: #25a96b;
  --line: #d8dce2;
  --blue-wash: #edf2ff;
  --white: #fff;
  --shell: 1280px;
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: clip;
  background: var(--porcelain);
  color: var(--carbon);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--orange); color: var(--carbon); }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  transform: translateY(-160%);
  border-radius: 8px;
  background: var(--white);
  color: var(--carbon);
}
.skip-link:focus { transform: translateY(0); }

.shell {
  width: min(var(--shell), calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: absolute;
  z-index: 100;
  top: 18px;
  left: 50%;
  display: flex;
  width: min(1320px, calc(100% - 32px));
  min-height: 74px;
  align-items: center;
  gap: 30px;
  padding: 10px 16px 10px 22px;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(7, 10, 15, .82), rgba(20, 34, 52, .64));
  box-shadow: 0 18px 52px rgba(0, 0, 0, .24), inset 0 1px rgba(255, 255, 255, .05);
  backdrop-filter: blur(20px) saturate(125%);
  transition: box-shadow .3s ease, background .3s ease;
}
.site-header.is-scrolled { box-shadow: 0 18px 52px rgba(0, 0, 0, .24), inset 0 1px rgba(255, 255, 255, .05); }

.brand {
  display: inline-flex;
  min-width: 268px;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 12px;
  background: rgba(246, 243, 241, .97);
  box-shadow: inset 0 1px rgba(255, 255, 255, .8), 0 8px 24px rgba(0, 0, 0, .12);
  line-height: 1;
}
.brand-wordmark-final {
  display: block;
  width: 240px;
  max-width: 100%;
  height: auto;
}

.site-nav {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
}
.site-nav a {
  color: #e1e8f1;
  font-size: 13px;
  font-weight: 760;
  transition: color .2s ease;
}
.site-nav a:hover,
.site-nav a:focus-visible { color: #a9c4ff; }
.site-nav .nav-cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  padding: 0 19px;
  border-radius: 13px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .1);
  color: var(--white);
  box-shadow: 0 9px 24px rgba(0, 0, 0, .18);
}
.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible { color: var(--white); background: rgba(36, 87, 214, .88); }

.menu-button {
  display: none;
  margin-left: auto;
  border: 0;
  background: transparent;
  color: var(--white);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
}
.menu-button i { display: block; width: 18px; height: 1.5px; margin-left: 7px; background: currentColor; }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: 154px 0 62px;
  isolation: isolate;
  background: var(--carbon);
  color: var(--white);
}
.hero-media,
.hero-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
}
.hero-media span {
  position: absolute;
  inset: -3%;
  opacity: 0;
  background-position: center;
  background-size: cover;
  filter: saturate(.72) contrast(1.02) brightness(.78);
  animation: hero-cycle 30s infinite;
}
.hero-media span:nth-child(2) { animation-delay: 10s; }
.hero-media span:nth-child(3) { animation-delay: 20s; }
.hero-shade {
  z-index: -1;
  background:
    radial-gradient(circle at 19% 29%, rgba(36, 87, 214, .2), transparent 31%),
    linear-gradient(90deg, rgba(7, 9, 12, .99), rgba(7, 9, 12, .94) 35%, rgba(7, 9, 12, .68) 60%, rgba(7, 9, 12, .42)),
    linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .94));
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(to right, #000, rgba(0,0,0,.5) 50%, transparent 90%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(420px, .92fr) minmax(520px, 1.08fr);
  gap: clamp(48px, 6vw, 92px);
  align-items: center;
}
.hero-copy { max-width: 680px; }
.eyebrow {
  margin: 0 0 20px;
  color: #aec3ff;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  margin: 0 10px 3px 0;
  background: currentColor;
}
.eyebrow-dark { color: var(--cobalt); }

h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 25px;
  font-size: clamp(54px, 5.4vw, 82px);
  line-height: .91;
  letter-spacing: -.06em;
}
h1 em { color: var(--orange); font-style: normal; }
.hero-lede {
  max-width: 650px;
  margin-bottom: 13px;
  color: rgba(242, 247, 255, .84);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.62;
}
.hero-scope {
  margin-bottom: 28px;
  color: rgba(191, 207, 222, .72);
  font-size: 14px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 820;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
  border-color: var(--orange);
  background: var(--orange);
  color: var(--carbon);
  box-shadow: 0 14px 34px rgba(255, 90, 54, .22);
}
.button-primary:hover { background: #ff7658; border-color: #ff7658; }
.button-secondary { border-color: rgba(255,255,255,.32); background: rgba(10,12,15,.5); color: var(--white); }

.proof-points {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 24px 0 0;
  padding: 0;
  color: rgba(220, 232, 242, .72);
  font-size: 12px;
  font-weight: 720;
  list-style: none;
}
.proof-points li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 8px 1px 0;
  border-radius: 50%;
  background: var(--cobalt);
  box-shadow: 0 0 0 5px rgba(36,87,214,.12);
}

.control-plane {
  position: relative;
  min-height: 530px;
  padding: 14px 0 0;
  filter: drop-shadow(0 24px 45px rgba(0,0,0,.42));
}
.plane-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  padding: 0 9px 14px;
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.plane-head p { margin: 0 0 6px; color: #aec3ff; font-size: 9px; font-weight: 850; letter-spacing: .18em; }
.plane-head h2 { margin: 0; font-size: 20px; letter-spacing: -.025em; }
.plane-head > span { color: rgba(255,255,255,.7); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.plane-head > span i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 15px rgba(37,169,107,.75); }
.plane-topology {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  background:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, transparent, #000 9%, #000 92%, transparent);
}
.plane-axis { position: absolute; z-index: 0; top: 50%; left: 50%; display: block; background: linear-gradient(90deg,transparent,rgba(174,195,255,.68),transparent); }
.axis-x { width: 74%; height: 1px; transform: translate(-50%,-50%); }
.axis-y { width: 58%; height: 1px; transform: translate(-50%,-50%) rotate(90deg); }
.plane-orbit { position: absolute; z-index: 0; top: 50%; left: 50%; display: block; transform: translate(-50%,-50%); border: 1px solid rgba(174,195,255,.18); border-radius: 50%; }
.orbit-a { width: 260px; height: 260px; }
.orbit-b { width: 350px; height: 350px; border-style: dashed; opacity: .55; }
.plane-core {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  width: 166px;
  height: 166px;
  place-content: center;
  transform: translate(-50%,-50%);
  border: 1px solid rgba(174,195,255,.62);
  border-radius: 50%;
  background: radial-gradient(circle,rgba(36,87,214,.34),rgba(10,12,15,.86) 72%);
  text-align: center;
  box-shadow: 0 0 0 10px rgba(36,87,214,.07), 0 0 52px rgba(36,87,214,.25), inset 0 0 28px rgba(174,195,255,.09);
}
.plane-core::before { content: ""; position: absolute; inset: 12px; border: 1px dashed rgba(174,195,255,.25); border-radius: 50%; }
.plane-core small { color: #aec3ff; font-size: 8px; font-weight: 850; letter-spacing: .16em; }
.plane-core strong { margin-top: 8px; font-size: 16px; line-height: 1.08; letter-spacing: .01em; }
.plane-core > span { margin-top: 9px; color: rgba(255,255,255,.65); font-size: 8px; }
.plane-core > span i { display: inline-block; width: 5px; height: 5px; margin-right: 5px; border-radius: 50%; background: var(--green); }
.plane-node {
  position: absolute;
  z-index: 2;
  width: 176px;
  padding: 11px 13px 12px;
  border-top: 1px solid rgba(255,255,255,.5);
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(90deg,rgba(10,12,15,.84),rgba(10,12,15,.54));
  backdrop-filter: blur(5px);
}
.plane-node::before { content: ""; position: absolute; top: -3px; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--cobalt); box-shadow: 0 0 12px rgba(36,87,214,.9); }
.plane-node small { display: block; margin-bottom: 5px; color: #aec3ff; font-size: 7px; font-weight: 850; letter-spacing: .14em; }
.plane-node b { display: block; margin-bottom: 4px; font-size: 11px; }
.plane-node span { display: block; color: rgba(255,255,255,.5); font-size: 8px; line-height: 1.35; }
.node-a { top: 34px; left: 8px; }
.node-b { top: 34px; right: 8px; }
.node-c { top: 50%; left: 8px; transform: translateY(-50%); }
.node-d { top: 50%; right: 8px; transform: translateY(-50%); }
.node-e { bottom: 34px; left: 8px; }
.node-f { right: 8px; bottom: 34px; }
.plane-readout {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-top: 1px solid rgba(255,255,255,.2);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.plane-readout span { padding: 12px 10px; border-right: 1px solid rgba(255,255,255,.11); }
.plane-readout span:last-child { border-right: 0; }
.plane-readout small { display: block; margin-bottom: 4px; color: rgba(255,255,255,.38); font-size: 7px; letter-spacing: .13em; }
.plane-readout b { color: rgba(255,255,255,.82); font-size: 9px; letter-spacing: .08em; }

.operating-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 42px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  background: rgba(10,12,15,.69);
}
.operating-strip > div { display: flex; min-height: 82px; align-items: center; gap: 13px; padding: 14px 18px; border-right: 1px solid rgba(255,255,255,.13); }
.operating-strip > div:last-child { border-right: 0; }
.operating-strip span { display: grid; flex: 0 0 34px; width: 34px; height: 34px; place-items: center; border-radius: 9px; background: #fff; color: var(--cobalt); font-size: 10px; font-weight: 900; }
.operating-strip > div:first-child span { color: var(--orange); }
.operating-strip > div:last-child span { color: var(--green); }
.operating-strip p { margin: 0; color: rgba(255,255,255,.5); font-size: 10px; line-height: 1.4; }
.operating-strip b { display: block; color: #fff; font-size: 13px; }

.state-rail {
  overflow: hidden;
  padding: 16px 0;
  background: var(--cobalt);
  color: #fff;
}
.state-rail > div { display: flex; width: max-content; min-width: 100%; align-items: center; justify-content: center; gap: 28px; padding-inline: 24px; }
.state-rail span { font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.state-rail i { width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,.7); }

.field { position: relative; overflow: hidden; padding: 102px 0 110px; }
.field::before {
  content: "OPERATING GROUND";
  position: absolute;
  top: 5px;
  right: -1%;
  color: rgba(10,12,15,.028);
  font-size: clamp(72px, 11vw, 170px);
  font-weight: 950;
  line-height: .78;
  letter-spacing: -.065em;
  white-space: nowrap;
}
.field-head { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(34px,6vw,92px); align-items: end; margin-bottom: 54px; }
.field h2,
.section h2,
.mandate h2,
.final-cta h2 { margin-bottom: 0; font-size: clamp(42px, 5vw, 72px); line-height: .98; letter-spacing: -.055em; }
.field h2 em { color: var(--cobalt); font-style: normal; }
.field-head > p { max-width: 520px; margin: 0 0 5px; color: #495461; font-size: clamp(16px,1.15vw,19px); line-height: 1.65; }

.gallery {
  display: grid;
  width: min(1480px, calc(100% - 38px));
  margin-inline: auto;
  grid-template-columns: repeat(12,1fr);
  gap: 16px;
}
.scene {
  position: relative;
  min-height: 500px;
  grid-column: span 5;
  overflow: hidden;
  border: 1px solid rgba(10,12,15,.08);
  border-radius: 19px;
  background: #111;
  box-shadow: 0 22px 56px rgba(10,12,15,.13);
  isolation: isolate;
}
.scene-wide { grid-column: span 7; }
.scene-center { grid-column: 2 / span 10; min-height: 570px; }
.scene img { position: absolute; z-index: -2; inset: -5%; width: 110%; height: 110%; object-fit: cover; filter: saturate(.9) contrast(1.02); transition: transform 1s cubic-bezier(.2,.75,.2,1), filter .5s ease; }
.scene::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg,rgba(0,0,0,.02) 28%,rgba(0,0,0,.82)); }
.scene::after { content: ""; position: absolute; inset: 13px; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; }
.scene:hover img { transform: scale(1.035); filter: saturate(1) contrast(1.03); }
.scene-caption { position: absolute; z-index: 1; right: 34px; bottom: 31px; left: 34px; display: flex; align-items: end; gap: 17px; color: #fff; }
.scene-caption > span { display: grid; flex: 0 0 52px; width: 52px; height: 52px; place-items: center; border-radius: 50%; background: var(--cobalt); color: #fff; font-size: 11px; font-weight: 900; }
.scene-wide .scene-caption > span { background: var(--orange); color: var(--carbon); }
.scene-center .scene-caption > span { background: var(--green); color: var(--carbon); }
.scene-caption h3 { margin: 0 0 5px; font-size: clamp(26px,2.5vw,40px); line-height: 1; letter-spacing: -.04em; }
.scene-caption p { margin: 0; color: rgba(255,255,255,.72); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

.work-motion {
  position: relative;
  overflow: hidden;
  padding: 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(36,87,214,.17), transparent 34%),
    var(--carbon);
  color: var(--white);
}
.work-motion::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .42;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 72px 72px;
  pointer-events: none;
}
.work-motion-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
  min-height: 700px;
  align-items: stretch;
}
.work-motion-visual {
  position: relative;
  min-height: 700px;
  margin: 0;
  overflow: hidden;
  border-right: 1px solid rgba(255,255,255,.14);
}
.work-motion-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 50%;
  filter: saturate(.78) contrast(1.05);
  transition: transform 1.2s cubic-bezier(.2,.75,.2,1);
}
.work-motion-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 58%, rgba(10,12,15,.28)),
    linear-gradient(180deg, transparent 62%, rgba(10,12,15,.9));
  pointer-events: none;
}
.work-motion:hover .work-motion-visual img { transform: scale(1.018); }
.work-motion-visual figcaption {
  position: absolute;
  z-index: 1;
  right: 30px;
  bottom: 28px;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding-top: 17px;
  border-top: 1px solid rgba(255,255,255,.58);
  color: rgba(255,255,255,.78);
  font-size: 10px;
  letter-spacing: .15em;
}
.work-motion-visual figcaption b {
  color: var(--white);
  font-size: 11px;
  letter-spacing: .08em;
}
.work-motion-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(54px,7vw,104px);
}
.work-motion-copy h2 {
  max-width: 610px;
  margin-bottom: 30px;
  font-size: clamp(52px,5.3vw,78px);
  line-height: .94;
  letter-spacing: -.055em;
}
.work-motion-copy > p:not(.eyebrow) {
  max-width: 570px;
  margin-bottom: 34px;
  color: rgba(255,255,255,.7);
  font-size: 17px;
  line-height: 1.68;
}
.work-motion-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(255,255,255,.45);
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
}
.work-motion-link span { color: var(--orange); }

.mandate { padding: clamp(84px,9vw,132px) 0; background: var(--carbon); color: #fff; }
.mandate-grid { display: grid; grid-template-columns: .24fr 1fr; gap: 38px; }
.mandate h2 { max-width: 1080px; font-size: clamp(48px,6vw,86px); }
.mandate-foot { display: flex; max-width: 960px; align-items: center; justify-content: space-between; gap: 30px; margin-top: 32px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.2); }
.mandate-foot p { max-width: 700px; margin: 0; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.65; }
.mandate-foot span { display: grid; flex: 0 0 62px; width: 62px; height: 62px; place-items: center; border-radius: 50%; background: var(--orange); color: var(--carbon); font-size: 24px; }

.section { padding: 104px 0; }
.split { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(46px,8vw,120px); align-items: start; }
.section h2 { font-size: clamp(40px,4.5vw,66px); }
.problem { background: #fff; }
.problem-copy { padding: clamp(28px,4vw,52px); border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 18px 44px rgba(10,12,15,.08); }
.problem-copy p { color: #43505d; font-size: 17px; line-height: 1.7; }
.problem-copy strong { display: block; margin-top: 23px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--cobalt); font-size: 13px; letter-spacing: .04em; }

.section-dark { background: var(--carbon); color: #fff; }
.section-head { display: grid; grid-template-columns: 1fr .7fr; column-gap: 80px; align-items: end; margin-bottom: 50px; }
.section-head .eyebrow { grid-column: 1 / -1; }
.section-head h2 { grid-column: 1; }
.section-head > p:last-child { grid-column: 2; margin: 0 0 6px; color: rgba(255,255,255,.66); font-size: 16px; line-height: 1.65; }
.section-head-dark > p:last-child { color: #52606d; }

.capabilities { position: relative; overflow: hidden; }
.capabilities::after { content: ""; position: absolute; inset: 0; opacity: .6; background-image: linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px); background-size: 72px 72px; pointer-events: none; }
.capabilities .shell { position: relative; z-index: 1; }
.capability-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.capability-card { min-height: 430px; padding: 31px; border: 1px solid rgba(255,255,255,.15); border-top: 2px solid var(--cobalt); border-radius: 18px; background: #11151b; }
.capability-card > span { color: #aec3ff; font-size: 11px; font-weight: 900; }
.capability-card h3 { margin: 52px 0 17px; font-size: 29px; line-height: 1.02; letter-spacing: -.04em; }
.capability-card p { color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.65; }
.capability-card ul { margin: 25px 0 0; padding: 19px 0 0; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.82); font-size: 13px; line-height: 1.7; list-style: none; }
.capability-card li::before { content: "—"; margin-right: 9px; color: var(--cobalt); }
.scope-note { margin: 18px 0 0; padding: 18px 22px; border: 1px solid rgba(255,255,255,.2); border-radius: 13px; background: #151a21; color: rgba(255,255,255,.72); font-size: 13px; }
.scope-note strong { color: #fff; }

.outputs { background: var(--porcelain); }
.output-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.output-grid article { min-height: 280px; padding: 25px; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: 0 12px 32px rgba(10,12,15,.055); }
.output-grid article > span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 12px; background: var(--blue-wash); color: var(--cobalt); font-size: 12px; font-weight: 900; }
.output-grid h3 { margin: 55px 0 13px; font-size: 21px; letter-spacing: -.03em; }
.output-grid p { color: #596673; font-size: 14px; line-height: 1.65; }

.decision-frame { display: grid; grid-template-columns: .36fr .64fr; margin-top: 62px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; background: var(--carbon); color: #fff; box-shadow: 0 24px 62px rgba(10,12,15,.15); }
.decision-intro { padding: 34px; }
.decision-intro h3 { font-size: 34px; line-height: 1.02; letter-spacing: -.04em; }
.decision-intro > p:last-child { color: rgba(255,255,255,.63); font-size: 14px; line-height: 1.6; }
.decision-table { background: #fff; color: var(--carbon); }
.table-row { display: grid; grid-template-columns: .55fr 1.15fr 1.25fr 1.25fr; }
.table-row > * { padding: 16px 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 11px; line-height: 1.5; }
.table-row > *:last-child { border-right: 0; }
.table-row:last-child > * { border-bottom: 0; }
.table-head { background: var(--blue-wash); color: var(--cobalt); font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }

.method { background: linear-gradient(90deg,rgba(10,12,15,.04) 1px,transparent 1px),var(--porcelain); background-size: 25% 100%; }
.method-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin: 0; padding: 0; list-style: none; }
.method-grid li { min-height: 295px; padding: 24px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.method-grid li > span { color: var(--cobalt); font-size: 12px; font-weight: 900; }
.method-grid li:last-child > span { color: var(--green); }
.method-grid h3 { margin: 62px 0 12px; font-size: 22px; }
.method-grid p { color: #596673; font-size: 14px; line-height: 1.65; }

.pressure-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.pressure-card { min-height: 245px; padding: 25px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.94); box-shadow: 0 12px 32px rgba(10,12,15,.05); }
.pressure-card > span { color: var(--cobalt); font-size: 11px; font-weight: 900; }
.pressure-card h3 { margin: 46px 0 12px; font-size: 22px; line-height: 1.08; letter-spacing: -.035em; }
.pressure-card p { margin: 0; color: #596673; font-size: 14px; line-height: 1.65; }

.start-frame { grid-template-columns: .34fr .66fr; }
.start-prompts { display: grid; background: #fff; color: var(--carbon); }
.start-prompts > div { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: start; padding: 24px 28px; border-bottom: 1px solid var(--line); }
.start-prompts > div:last-child { border-bottom: 0; }
.start-prompts span { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 10px; background: var(--blue-wash); color: var(--cobalt); font-size: 10px; font-weight: 900; }
.start-prompts p { margin: 0; color: #596673; font-size: 13px; line-height: 1.6; }
.start-prompts b { display: block; margin-bottom: 4px; color: var(--carbon); font-size: 15px; }

.faq { position: relative; overflow: hidden; }
.faq::after { content: ""; position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size: 72px 72px; pointer-events: none; }
.faq-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .42fr .58fr; gap: clamp(42px,7vw,100px); align-items: start; }
.faq .section-head { display: block; margin: 0; position: sticky; top: 130px; }
.faq .section-head h2 { margin-bottom: 25px; }
.faq .section-head > p:last-child { margin: 0; color: rgba(255,255,255,.66); }
.faq-list { border-top: 1px solid rgba(255,255,255,.25); }
.faq-list details { border-bottom: 1px solid rgba(255,255,255,.17); }
.faq-list summary { position: relative; padding: 24px 46px 24px 0; cursor: pointer; color: #fff; font-size: 17px; font-weight: 780; line-height: 1.35; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 22px; right: 4px; color: #aec3ff; font-size: 24px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -5px 46px 25px 0; color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.7; }

.access { background: radial-gradient(circle at 88% 50%,rgba(36,87,214,.14),transparent 34%),var(--carbon); }
.access-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding: clamp(32px,5vw,62px); border: 1px solid rgba(174,195,255,.4); border-radius: 22px; background: rgba(13,17,22,.92); box-shadow: 0 22px 58px rgba(0,0,0,.28); }
.access h2 { font-size: clamp(38px,4vw,58px); }
.access a { display: inline-block; margin-top: 28px; color: #aec3ff; font-size: 13px; font-weight: 780; }
.access dl { margin: 0; }
.access dl div { padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.access dl div:first-child { padding-top: 0; }
.access dl div:last-child { border-bottom: 0; }
.access dt { margin-bottom: 7px; color: #fff; font-size: 15px; font-weight: 800; }
.access dd { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.6; }

.fit { background: #fff; }
.fit .split > div:first-child > p:last-child { margin-top: 28px; color: #52606d; font-size: 16px; line-height: 1.65; }
.fit-tags { display: flex; flex-wrap: wrap; gap: 10px; align-content: flex-start; }
.fit-tags span { padding: 13px 16px; border: 1px solid #d9dee8; border-radius: 999px; background: #f8f9fb; color: #263548; font-size: 12px; font-weight: 750; }
.fit-tags span:nth-child(3n+1) { border-color: #ced9f5; background: #f1f4fc; }
.disclaimer { margin-top: 50px; padding-top: 22px; border-top: 1px solid var(--line); color: #687582; font-size: 12px; line-height: 1.6; }

.final-cta { padding: 108px 0; background: linear-gradient(90deg,rgba(8,10,13,.98),rgba(8,10,13,.84) 58%,rgba(8,10,13,.48)),url("../images/pointstate-business-systems-rose-silver.webp") center/cover no-repeat; color: #fff; }
.final-cta .shell { max-width: 960px; margin-left: max(24px, calc((100vw - var(--shell))/2)); }
.final-cta h2 { max-width: 880px; font-size: clamp(48px,6vw,82px); }
.final-cta > div > p:not(.eyebrow) { max-width: 690px; margin: 28px 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.65; }

footer { padding: 58px 0 22px; background: var(--carbon); color: rgba(255,255,255,.62); }
footer .shell { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; }
.brand-footer .brand-name { color: #fff; }
footer p { margin: 0; font-size: 12px; }
footer nav { display: flex; gap: 20px; font-size: 11px; }
.copyright { width: min(var(--shell),calc(100% - 48px)); margin: 40px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: 10px; }

.page-progress { position: fixed; z-index: 150; right: 0; bottom: 0; left: 0; height: 3px; transform: scaleX(var(--progress,0)); transform-origin: left; background: linear-gradient(90deg,var(--cobalt),var(--orange)); pointer-events: none; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .85s cubic-bezier(.2,.75,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@keyframes hero-cycle {
  0% { opacity: 1; transform: scale(1.055); }
  6% { opacity: 1; }
  28% { opacity: 1; }
  35% { opacity: 0; transform: scale(1.015) translate3d(-.5%,-.2%,0); }
  100% { opacity: 0; }
}

@media (max-width: 1060px) {
  .site-nav { gap: 18px; }
  .site-nav a { font-size: 12px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 780px; }
  .control-plane { max-width: 820px; }
  .capability-card { padding: 25px; }
  .decision-frame { grid-template-columns: 1fr; }
  .faq-layout { grid-template-columns: 1fr; }
  .faq .section-head { position: static; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 32px, var(--shell)); }
  .site-header { top: 8px; width: calc(100% - 16px); min-height: 66px; border-radius: 16px; }
  .menu-button { display: inline-flex; align-items: center; }
  .site-nav { position: absolute; top: 74px; right: 0; left: 0; display: grid; padding: 18px; transform: translateY(-12px); visibility: hidden; opacity: 0; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; background: linear-gradient(145deg,rgba(7,10,15,.97),rgba(20,34,52,.94)); box-shadow: 0 20px 50px rgba(0,0,0,.28); backdrop-filter: blur(20px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
  .site-nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .site-nav a { padding: 8px 4px; }
  .site-nav .nav-cta { justify-content: center; }
  .hero { min-height: auto; padding: 126px 0 48px; }
  .hero-shade { background: linear-gradient(180deg,rgba(7,9,12,.9),rgba(7,9,12,.78) 46%,rgba(7,9,12,.96)),radial-gradient(circle at 74% 18%,rgba(36,87,214,.18),transparent 35%); }
  .operating-strip { grid-template-columns: repeat(2,1fr); }
  .operating-strip > div:nth-child(2) { border-right: 0; }
  .operating-strip > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .field-head, .split, .section-head, .mandate-grid, .access-panel { grid-template-columns: 1fr; }
  .work-motion-grid { grid-template-columns: 1fr; }
  .work-motion-visual { min-height: 620px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .work-motion-copy { padding: 74px 48px 82px; }
  .section-head h2, .section-head > p:last-child { grid-column: 1; }
  .section-head > p:last-child { max-width: 680px; margin-top: 24px; }
  .scene, .scene-wide, .scene-center { grid-column: span 12; min-height: 500px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: auto; }
  .capability-card h3 { margin-top: 32px; }
  .output-grid, .method-grid, .pressure-grid { grid-template-columns: repeat(2,1fr); }
  .access-panel { gap: 44px; }
  footer .shell { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .brand { min-width: 0; padding: 8px 10px; }
  .brand-wordmark-final { width: clamp(164px, 48vw, 212px); }
  h1 { font-size: clamp(45px,13.7vw,62px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .proof-points { gap: 11px 18px; }
  .control-plane { min-height: 510px; padding-top: 8px; }
  .plane-head { padding-inline: 3px; }
  .plane-head > span { display: none; }
  .plane-topology { min-height: 390px; }
  .plane-node { width: 128px; padding: 9px; }
  .node-a,.node-c,.node-e { left: 10px; }
  .node-b,.node-d,.node-f { right: 10px; }
  .plane-core { width: 128px; height: 128px; }
  .plane-core strong { font-size: 13px; }
  .orbit-a { width: 210px; height: 210px; }
  .orbit-b { width: 290px; height: 290px; }
  .plane-readout small { font-size: 6px; }
  .plane-readout b { font-size: 7px; }
  .operating-strip { margin-top: 24px; }
  .operating-strip > div { min-height: 74px; padding: 11px; }
  .state-rail > div { justify-content: flex-start; overflow: hidden; }
  .field { padding: 72px 0 78px; }
  .field h2, .section h2 { font-size: clamp(39px,12vw,54px); }
  .gallery { width: calc(100% - 20px); }
  .scene, .scene-wide, .scene-center { min-height: 420px; border-radius: 16px; }
  .scene-caption { right: 21px; bottom: 21px; left: 21px; }
  .scene::after { inset: 9px; border-radius: 10px; }
  .work-motion-visual { min-height: 470px; }
  .work-motion-copy { padding: 62px 24px 70px; }
  .work-motion-copy h2 { font-size: clamp(45px,13vw,60px); }
  .work-motion-copy > p:not(.eyebrow) { font-size: 16px; }
  .work-motion-visual figcaption { right: 20px; bottom: 20px; left: 20px; }
  .work-motion-visual figcaption b { display: none; }
  .mandate { padding: 74px 0; }
  .mandate h2, .final-cta h2 { font-size: clamp(44px,14vw,62px); }
  .mandate-foot { align-items: flex-start; }
  .mandate-foot span { width: 52px; height: 52px; flex-basis: 52px; }
  .section { padding: 78px 0; }
  .output-grid, .method-grid, .pressure-grid { grid-template-columns: 1fr; }
  .output-grid article, .method-grid li { min-height: auto; }
  .pressure-card { min-height: auto; }
  .output-grid h3, .method-grid h3 { margin-top: 34px; }
  .pressure-card h3 { margin-top: 32px; }
  .decision-intro { padding: 26px; }
  .start-prompts > div { padding: 21px; }
  .faq-list summary { font-size: 16px; }
  .decision-table { overflow-x: auto; }
  .table-row { min-width: 720px; }
  .access-panel { padding: 26px; }
  .final-cta { padding: 82px 0; }
  .final-cta .shell { width: calc(100% - 32px); margin-inline: auto; }
  footer nav { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .hero-media span:first-child { opacity: 1; }
  .reveal { opacity: 1; transform: none; }
}