@font-face {
  font-family: "Satoshi";
  src: url("/fonts/Satoshi-Variable.woff2") format("woff2");
  font-weight: 300 900;
  font-display: swap;
}

:root {
  color-scheme: dark;
  background: #000;
  color: #fff;
  font-family: "Satoshi", Arial, sans-serif;
  font-synthesis: none;
  scroll-behavior: smooth;
  --page-pad: max(24px, calc((100vw - 1240px) / 2));
  --line: #242424;
  --muted: #8c8c8c;
  --quiet: #5f5f5f;
  --navy-deep: #030914;
  --navy: #071523;
  --navy-light: #0b2136;
  --page-progress: 0;
  --flow-progress: 0;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-width: 280px;
  margin: 0;
  background: #000;
}

body {
  overflow-x: hidden;
  color: #fff;
}

::selection {
  background: #fff;
  color: #000;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

section {
  scroll-margin-top: 96px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 12px 16px;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

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

.page-progress {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 12px;
  width: 1px;
  height: 100vh;
  background: #171717;
  pointer-events: none;
}

.page-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: #55728d;
  transform: scaleY(var(--page-progress));
  transform-origin: top;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 80px;
  display: grid;
  grid-template-columns: minmax(160px, 1fr) auto minmax(160px, 1fr);
  gap: 30px;
  align-items: center;
  padding: 0 var(--page-pad);
  isolation: isolate;
  transform: translate3d(0, 0, 0);
  transition: transform 520ms cubic-bezier(.22, 1, .36, 1), opacity 260ms ease;
  will-change: transform;
}

.site-header::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 0 -46px;
  background: linear-gradient(180deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .74) 48%, rgba(0, 0, 0, .34) 72%, rgba(0, 0, 0, .1) 86%, rgba(0, 0, 0, 0) 100%);
  -webkit-backdrop-filter: blur(16px) saturate(115%);
  backdrop-filter: blur(16px) saturate(115%);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 58%, rgba(0, 0, 0, .72) 76%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 58%, rgba(0, 0, 0, .72) 76%, rgba(0, 0, 0, 0) 100%);
  transition: background 260ms ease;
  pointer-events: none;
}

.site-header.is-scrolled::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, .96) 0%, rgba(0, 0, 0, .82) 48%, rgba(0, 0, 0, .42) 72%, rgba(0, 0, 0, .12) 86%, rgba(0, 0, 0, 0) 100%);
}

.site-header.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, calc(-100% - 48px), 0);
}

.site-header__brand {
  width: 136px;
  justify-self: start;
}

.site-header__brand img {
  width: 100%;
}

.site-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 2.5vw, 38px);
}

.site-header__nav a,
.site-header__actions span,
.site-header__mobile-login {
  color: #a2a2a2;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-header__nav a {
  position: relative;
  transition: color 180ms ease;
}

.site-header__nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 280ms cubic-bezier(.22, 1, .36, 1);
}

.site-header__nav a:hover,
.site-header__nav a:focus-visible {
  color: #fff;
}

.site-header__nav a:hover::after,
.site-header__nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.site-header__actions {
  justify-self: end;
}

.site-header__actions span,
.site-header__mobile-login {
  color: #858585;
}

.site-header__brand:focus-visible,
.site-header__nav a:focus-visible,
.site-header__toggle:focus-visible {
  outline: 1px solid #fff;
  outline-offset: 6px;
}

.site-header__mobile-login,
.site-header__toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: clamp(112px, 10vw, 156px) var(--page-pad) clamp(106px, 9vw, 138px);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .02) 0%, rgba(0, 0, 0, .06) 62%, rgba(0, 0, 0, .82) 100%),
    radial-gradient(72% 76% at 86% 42%, rgba(12, 35, 56, .34) 0%, rgba(6, 20, 34, .18) 38%, rgba(0, 0, 0, 0) 76%),
    #000;
}

.hero__intro {
  position: absolute;
  z-index: 2;
  top: clamp(50px, 6.5vh, 78px);
  left: 50%;
  width: min(calc(100% - 48px), 1120px);
  text-align: center;
  transform: translateX(-50%);
}

.hero__intro-meta {
  margin: 0 0 clamp(14px, 1.8vh, 20px);
  color: #687b8b;
  font-size: 9px;
  font-weight: 680;
  letter-spacing: .18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero__intro-line {
  margin: 0;
  color: #626262;
  font-size: clamp(34px, 3.55vw, 60px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: 1.05;
  white-space: nowrap;
}

.hero__intro-sub {
  margin: clamp(12px, 1.6vh, 18px) 0 0;
  color: #515151;
  font-size: clamp(12px, 1vw, 15px);
  font-weight: 460;
  letter-spacing: -.01em;
  line-height: 1.4;
}

.motion-ready .hero__intro-meta,
.motion-ready .hero__intro-sub {
  opacity: 0;
  filter: blur(4px);
  transform: translate3d(0, 12px, 0);
  animation: hero-intro-support 680ms cubic-bezier(.22, 1, .36, 1) forwards;
}

.motion-ready .hero__intro-meta {
  animation-delay: 60ms;
}

.motion-ready .hero__intro-sub {
  animation-delay: 760ms;
}

.hero__intro-word {
  display: inline-block;
}

.motion-ready .hero__intro-word {
  opacity: 0;
  filter: blur(7px);
  transform: translate3d(0, .6em, 0);
  animation: hero-intro-word 760ms cubic-bezier(.22, 1, .36, 1) forwards;
  animation-delay: calc(160ms + var(--word) * 85ms);
}

.hero__grid {
  position: relative;
  width: min(100%, 1240px);
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(360px, 1fr);
  gap: clamp(42px, 4.5vw, 70px);
  align-items: stretch;
  transform: translateY(clamp(20px, 3.5vh, 42px));
}

.hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  gap: 24px;
  padding: 0 18px;
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  color: #050505;
  font-size: 10px;
  font-weight: 720;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 200ms ease, color 200ms ease;
}

.hero__cta span,
.hero__secondary span {
  font-size: 14px;
  transition: transform 260ms cubic-bezier(.22, 1, .36, 1);
}

.hero__cta:hover,
.hero__cta:focus-visible {
  background: #000;
  color: #fff;
}

.hero__cta:hover span,
.hero__cta:focus-visible span,
.hero__secondary:hover span,
.hero__secondary:focus-visible span {
  transform: translateY(3px);
}

.hero__cta:focus-visible,
.hero__secondary:focus-visible {
  outline: 1px solid #fff;
  outline-offset: 5px;
}

.hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 30px;
  margin-top: clamp(28px, 3vw, 38px);
}

.hero__secondary {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #a6a6a6;
  font-size: 10px;
  font-weight: 680;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 200ms ease;
}

.hero__secondary:hover,
.hero__secondary:focus-visible {
  color: #fff;
}

.hero__statement {
  max-width: 760px;
}

.hero__statement h1 {
  margin: 0;
  font-size: clamp(68px, 5.55vw, 96px);
  font-weight: 410;
  letter-spacing: -.072em;
  line-height: .87;
}

.hero__statement h1 span {
  display: block;
  color: #f5f5f3;
}

@media (min-width: 1200px) {
  .hero__statement h1 span:first-child {
    white-space: nowrap;
  }
}

.hero__statement h1 .hero__punchline {
  margin-top: .12em;
  color: #7e8d99;
}

.hero__statement > p {
  max-width: 610px;
  margin: clamp(34px, 3.5vw, 48px) 0 0;
  color: #a5a5a5;
  font-size: clamp(16px, 1.2vw, 18px);
  letter-spacing: -.015em;
  line-height: 1.68;
}

.hero__signal {
  position: relative;
  width: min(112%, 500px);
  min-height: 0;
  margin-right: clamp(-34px, -2vw, -16px);
  justify-self: end;
  align-self: stretch;
  opacity: .96;
}

.hero__signal::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 24% 5% 10%;
  background: radial-gradient(circle, rgba(48, 77, 101, .12), rgba(0, 0, 0, 0) 70%);
  filter: blur(18px);
}

.hero__signal svg {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  overflow: visible;
  fill: none;
}

.hero__signal-baseline {
  stroke: rgba(126, 145, 160, .16);
  stroke-width: 1;
}

.hero__signal-potential {
  stroke: rgba(126, 145, 160, .3);
  stroke-width: 1;
  stroke-dasharray: 3 7;
}

.hero__signal-output {
  stroke: #8fa6b8;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: stroke-dashoffset 1700ms cubic-bezier(.22, 1, .36, 1) 280ms;
}

.hero__signal.is-visible .hero__signal-output {
  stroke-dashoffset: 0;
}

.hero__signal-gap {
  stroke: rgba(200, 215, 225, .42);
  stroke-width: 1;
  stroke-dasharray: 2 4;
}

.hero__signal-point {
  stroke: none;
}

.hero__signal-point--potential {
  fill: #657788;
}

.hero__signal-point--output {
  fill: #dbe5ec;
  filter: drop-shadow(0 0 8px rgba(184, 207, 224, .8));
  animation: hero-signal-point 2.8s ease-in-out infinite;
}

.hero__signal-value {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin: 0;
  color: #fff;
  white-space: nowrap;
}

.hero__signal-value strong {
  display: inline-block;
  width: 2.05em;
  font-size: clamp(40px, 3.55vw, 56px);
  font-variant-numeric: tabular-nums;
  font-weight: 430;
  letter-spacing: -.07em;
  line-height: 1;
  text-align: right;
}

.hero__signal-value span {
  color: #758594;
  font-size: 9px;
  font-weight: 680;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.scroll-cue {
  position: absolute;
  bottom: max(18px, env(safe-area-inset-bottom));
  left: 50%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  color: #656565;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .2em;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(-50%);
  transition: color 180ms ease;
}

.scroll-cue span:last-child {
  font-size: 18px;
  font-weight: 300;
  animation: cue-down 1.8s ease-in-out infinite;
}

.scroll-cue:hover,
.scroll-cue:focus-visible {
  color: #fff;
}

.section {
  padding: clamp(170px, 19vw, 300px) var(--page-pad);
}

.section__inner {
  width: min(100%, 1240px);
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 26px;
  color: #686868;
  font-size: 9px;
  font-weight: 680;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.section-heading h2,
.ci-gap h2,
.decision h2,
.flow h2,
.service h2,
.about-scroll h2,
.contact h2 {
  margin: 0;
  font-weight: 430;
  letter-spacing: -.06em;
  line-height: .92;
  text-wrap: balance;
}

.section-heading {
  max-width: 900px;
  margin-bottom: clamp(110px, 15vw, 210px);
}

.section-heading h2 {
  font-size: clamp(64px, 8.5vw, 116px);
}

.section-heading h2 span {
  color: #676767;
}

.evidence {
  padding-top: clamp(150px, 16vw, 240px);
  background:
    radial-gradient(ellipse 112% 58% at 50% 50%, rgba(8, 24, 39, .92) 0%, rgba(6, 19, 32, .7) 34%, rgba(3, 11, 19, .38) 58%, rgba(1, 4, 8, .12) 74%, rgba(0, 0, 0, 0) 88%),
    #000;
}

.evidence__poster {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  row-gap: clamp(130px, 17vw, 240px);
  align-items: start;
}

.metric {
  min-width: 0;
}

.metric--loss {
  grid-column: 1 / 7;
}

.metric--capacity {
  grid-column: 7 / 13;
  padding-top: clamp(90px, 10vw, 150px);
  text-align: right;
}

.metric--growth {
  grid-column: 3 / 10;
}

.metric__value {
  display: flex;
  align-items: baseline;
  gap: .11em;
  font-size: clamp(92px, 14vw, 190px);
  font-weight: 380;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.075em;
  line-height: .82;
  white-space: nowrap;
  will-change: transform;
}

.metric--capacity .metric__value {
  justify-content: flex-end;
}

.metric__value span {
  color: #777;
  font-size: .24em;
  font-weight: 520;
  letter-spacing: -.01em;
}

.metric p {
  max-width: 430px;
  margin: 34px 0 22px;
  color: #9a9a9a;
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.55;
}

.metric--capacity p {
  margin-left: auto;
}

.metric a {
  color: #565656;
  font-size: 8px;
  font-weight: 680;
  letter-spacing: .16em;
  text-decoration: none;
  text-transform: uppercase;
  text-underline-offset: 5px;
  transition: color 180ms ease;
}

.metric a:hover,
.metric a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

.ci-gap {
  min-height: 150vh;
  display: grid;
  align-items: center;
}

.ci-gap__header {
  width: min(100%, 760px);
  margin-left: auto;
  text-align: right;
}

.ci-gap h2 {
  font-size: clamp(68px, 8.6vw, 118px);
}

.ci-gap__contrast {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(60px, 9vw, 140px);
  margin-top: clamp(130px, 18vw, 250px);
}

.ci-gap__contrast p {
  margin: 0;
  font-size: clamp(42px, 5.7vw, 78px);
  font-weight: 430;
  letter-spacing: -.055em;
  line-height: .98;
}

.ci-gap__contrast p:last-child {
  padding-top: clamp(90px, 11vw, 150px);
  text-align: right;
}

.ci-gap__contrast span {
  color: #686868;
}

.ci-gap__answer {
  max-width: 820px;
  margin: clamp(150px, 19vw, 270px) auto 0;
  color: #686868;
  font-size: clamp(34px, 4.5vw, 62px);
  font-weight: 420;
  letter-spacing: -.045em;
  line-height: 1.08;
  text-align: center;
}

.ci-gap__answer strong {
  color: #fff;
  font-weight: 520;
}

.decision {
  position: relative;
  isolation: isolate;
  min-height: 125vh;
  display: grid;
  place-items: center;
  text-align: center;
  background: #000;
}

.decision::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -24vh 0;
  background: radial-gradient(ellipse 108% 78% at 50% 50%, rgba(10, 32, 53, .94) 0%, rgba(7, 23, 38, .76) 35%, rgba(4, 14, 24, .48) 58%, rgba(2, 7, 12, .18) 76%, rgba(0, 0, 0, 0) 94%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 18%, #000 82%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 18%, #000 82%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.decision__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1240px);
}

.decision__definition {
  margin: 0 0 clamp(70px, 9vw, 130px);
  color: #737373;
  font-size: clamp(13px, 1.5vw, 18px);
  letter-spacing: .02em;
}

.decision h2 {
  font-size: clamp(54px, 7.6vw, 104px);
}

.decision h2 span {
  display: block;
}

.decision h2 span:first-child {
  color: #626262;
}

.decision h2 span + span {
  margin-top: .45em;
}

.flow {
  padding-bottom: clamp(190px, 22vw, 340px);
}

.flow__layout {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(480px, 1.22fr);
  gap: clamp(80px, 12vw, 190px);
  align-items: start;
}

.flow__intro {
  min-height: 100%;
}

.flow__intro-sticky {
  position: sticky;
  top: 25vh;
}

.flow h2 {
  font-size: clamp(62px, 7.7vw, 104px);
}

.flow__intro-sticky > p:last-child {
  max-width: 360px;
  margin: 38px 0 0;
  color: #777;
  font-size: 16px;
  line-height: 1.6;
}

.flow__steps-wrap {
  position: relative;
}

.flow__steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow__line {
  position: absolute;
  top: 10vh;
  bottom: 10vh;
  left: 16px;
  width: 1px;
  overflow: hidden;
  background: #242424;
}

.flow__line i {
  display: block;
  width: 100%;
  height: 100%;
  background: #8a8a8a;
  transform: scaleY(var(--flow-progress));
  transform-origin: top;
}

.flow__steps li {
  min-height: 34vh;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  padding-left: 66px;
}

.flow__steps li > span {
  color: #5c5c5c;
  font-size: 9px;
  font-weight: 680;
  letter-spacing: .14em;
}

.flow__steps strong {
  font-size: clamp(38px, 4.5vw, 62px);
  font-weight: 450;
  letter-spacing: -.05em;
  line-height: 1;
}

.service__header {
  width: min(100%, 980px);
  margin: 0 auto clamp(110px, 14vw, 190px);
  text-align: center;
}

.service {
  position: relative;
  background: #000;
}

.service::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -56vh 0 -62vh;
  background: radial-gradient(ellipse 112% 54% at 50% 45%, rgba(10, 28, 46, .88) 0%, rgba(7, 21, 35, .68) 34%, rgba(4, 13, 22, .4) 57%, rgba(2, 6, 11, .14) 75%, rgba(0, 0, 0, 0) 92%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 20%, #000 76%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 20%, #000 76%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.service > .section__inner {
  position: relative;
  z-index: 1;
}

.service h2 {
  font-size: clamp(58px, 7.7vw, 104px);
}

.service__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px minmax(0, 1fr);
  gap: clamp(30px, 4vw, 68px);
  align-items: stretch;
}

.service__stage {
  min-width: 0;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.service__stage header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
}

.service__stage header span,
.service__stage header h3,
.service__handoff span {
  margin: 0;
  font-size: 9px;
  font-weight: 680;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.service__stage header span {
  color: #818181;
}

.service__stage header h3 {
  max-width: 230px;
  color: #718293;
  line-height: 1.45;
  text-align: right;
}

.service__stage ol {
  margin: clamp(72px, 8vw, 112px) 0 0;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  list-style: none;
}

.service__stage li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 20px;
  align-items: baseline;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.service__stage li b {
  color: #52606c;
  font-size: 9px;
  font-weight: 680;
  letter-spacing: .12em;
}

.service__stage li strong {
  color: #f4f4f4;
  font-size: clamp(38px, 4.1vw, 58px);
  font-weight: 430;
  letter-spacing: -.055em;
  line-height: 1;
}

.service__stage--managed header,
.service__stage--managed li {
  text-align: right;
}

.service__stage--managed li {
  grid-template-columns: minmax(0, 1fr) 34px;
}

.service__stage--managed li b {
  grid-column: 2;
}

.service__stage--managed li strong {
  grid-row: 1;
  grid-column: 1;
}

.service__handoff {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 22px;
  color: #70808e;
}

.service__handoff::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  left: -30px;
  height: 1px;
  background: linear-gradient(90deg, rgba(98, 117, 134, 0), rgba(98, 117, 134, .34) 22%, rgba(98, 117, 134, .34) 78%, rgba(98, 117, 134, 0));
}

.service__handoff i {
  position: relative;
  z-index: 1;
  padding: 8px 10px;
  background: #071421;
  color: #8092a2;
  font-size: 21px;
  font-style: normal;
}

.service__result {
  margin: clamp(100px, 13vw, 180px) 0 0;
  color: #fff;
  font-size: clamp(44px, 6.6vw, 90px);
  font-weight: 440;
  letter-spacing: -.06em;
  line-height: 1;
  text-align: center;
}

.closing-story {
  position: relative;
  isolation: isolate;
  overflow: visible;
  background:
    radial-gradient(70% 18% at 8% 16%, rgba(9, 37, 61, .3), rgba(0, 0, 0, 0) 72%),
    radial-gradient(64% 20% at 94% 51%, rgba(10, 43, 70, .24), rgba(0, 0, 0, 0) 74%),
    radial-gradient(74% 18% at 14% 88%, rgba(7, 32, 53, .26), rgba(0, 0, 0, 0) 72%),
    #000;
}

.closing-story > section {
  position: relative;
  z-index: 1;
}

.about-scroll {
  position: relative;
  height: 400vh;
  padding: 0 var(--page-pad);
}

.about-scroll__layout {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  gap: clamp(76px, 9vw, 138px);
  align-items: center;
}

.about-scroll__sticky {
  position: static;
}

.about-scroll h2 {
  font-size: clamp(58px, 6.2vw, 88px);
}

.about-scroll h2 span {
  display: block;
}

.about-scroll h2 span:last-child {
  margin-top: .14em;
  color: #66727c;
}

.about-scroll__sticky > p:not(.eyebrow) {
  max-width: 500px;
  margin: 40px 0 0;
  color: #888;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.7;
}

.about-scroll__sticky > a {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 34px;
  color: #fff;
  font-size: 10px;
  font-weight: 680;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
}

.about-scroll__sticky > a span {
  color: #7692a7;
  font-size: 18px;
}

.about-scroll__points {
  --about-rail-position: 14%;
  position: relative;
  height: min(70vh, 680px);
  margin: 0;
  padding: 0 0 0 clamp(46px, 5vw, 76px);
  list-style: none;
}

.about-scroll__points::before {
  content: "";
  position: absolute;
  top: 8%;
  bottom: 8%;
  left: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(87, 115, 138, .34) 14%, rgba(87, 115, 138, .34) 86%, transparent);
}

.about-scroll__points::after {
  content: "";
  position: absolute;
  top: var(--about-rail-position);
  left: -1px;
  width: 3px;
  height: clamp(72px, 8vw, 112px);
  background: linear-gradient(180deg, transparent, #80b9e1 48%, transparent);
  filter: drop-shadow(0 0 12px rgba(89, 167, 221, .78));
  transform: translateY(-50%);
  transition: top 760ms cubic-bezier(.22, 1, .36, 1);
}

.about-scroll__points li {
  position: absolute;
  inset: 0 0 0 clamp(46px, 5vw, 76px);
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: clamp(16px, 2vw, 30px);
  align-items: center;
  color: #4d5358;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 170px, 0) scale(.78);
  transform-origin: left center;
  transition:
    opacity 520ms ease,
    transform 820ms cubic-bezier(.22, 1, .36, 1),
    color 520ms ease;
}

.about-scroll__points li.is-before {
  transform: translate3d(0, -170px, 0) scale(.78);
}

.about-scroll__points li.is-after {
  transform: translate3d(0, 170px, 0) scale(.78);
}

.about-scroll__points li.is-near {
  opacity: .2;
}

.about-scroll__points li.is-active {
  z-index: 2;
  color: #fff;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.about-scroll__points li > span {
  color: #46515a;
  font-size: 9px;
  font-weight: 680;
  letter-spacing: .16em;
  transition: color 480ms ease;
}

.about-scroll__points strong {
  display: block;
  color: #686e73;
  font-size: clamp(38px, 4.3vw, 64px);
  font-weight: 420;
  letter-spacing: -.055em;
  line-height: 1;
  transition: color 560ms ease;
}

.about-scroll__points p {
  max-width: 560px;
  max-height: 0;
  overflow: hidden;
  margin: 0;
  color: #9aa9b4;
  font-size: 15px;
  line-height: 1.65;
  opacity: 0;
  transform: translateY(18px);
  transition:
    max-height 720ms cubic-bezier(.22, 1, .36, 1),
    margin-top 520ms ease,
    opacity 440ms ease,
    transform 720ms cubic-bezier(.22, 1, .36, 1);
}

.about-scroll__points li.is-active > span {
  color: #78b3dd;
}

.about-scroll__points li.is-active strong {
  color: #f5f7f8;
}

.about-scroll__points li.is-active p {
  max-height: 180px;
  margin-top: 24px;
  opacity: 1;
  transform: translateY(0);
}

.pilot {
  position: relative;
  min-height: 120vh;
  display: grid;
  align-items: center;
}

.pilot::before,
.contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(calc(100% - (var(--page-pad) * 2)), 1240px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(89, 119, 144, .18) 18%, rgba(134, 160, 181, .52) 50%, rgba(89, 119, 144, .18) 82%, transparent);
  transform: translateX(-50%);
  pointer-events: none;
}

.pilot__header {
  max-width: 1040px;
}

.pilot h2 {
  margin: 0;
  font-size: clamp(66px, 8.5vw, 116px);
  font-weight: 430;
  letter-spacing: -.065em;
  line-height: .92;
}

.pilot h2 span {
  display: block;
}

.pilot h2 span:last-child {
  margin-top: .16em;
  color: #686868;
}

.pilot__lede {
  max-width: 720px;
  margin: 46px 0 0;
  color: #989898;
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.65;
}

.pilot__exchange {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(70px, 10vw, 160px);
  margin-top: clamp(100px, 13vw, 180px);
  border-top: 1px solid rgba(255, 255, 255, .15);
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.pilot__exchange::before,
.pilot__exchange::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(104, 134, 159, .12) 24%, rgba(146, 173, 194, .42) 50%, rgba(104, 134, 159, .12) 76%, transparent 100%);
  pointer-events: none;
}

.pilot__exchange::before {
  top: -1px;
}

.pilot__exchange::after {
  bottom: -1px;
}

.pilot__exchange article {
  min-width: 0;
  padding: clamp(42px, 5vw, 68px) 0;
}

.pilot__exchange article:last-child {
  text-align: right;
}

.pilot__exchange article > span {
  color: #607080;
  font-size: 9px;
  font-weight: 680;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.pilot__exchange strong {
  display: block;
  margin-top: clamp(54px, 6vw, 82px);
  color: #f5f5f5;
  font-size: clamp(36px, 4.1vw, 58px);
  font-weight: 430;
  letter-spacing: -.052em;
  line-height: 1.08;
}

.pilot__exchange p {
  max-width: 440px;
  margin: 42px 0 0;
  color: #858585;
  font-size: 15px;
  line-height: 1.7;
}

.pilot__exchange article:last-child p {
  margin-left: auto;
}

.pilot__cta {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 46px;
  color: #fff;
  font-size: 11px;
  font-weight: 680;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
}

.pilot__cta span {
  color: #758493;
  font-size: 18px;
}

.contact {
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: clamp(150px, 17vw, 250px) var(--page-pad);
}

.contact__inner {
  width: min(100%, 1240px);
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr);
  gap: clamp(80px, 11vw, 170px);
  align-items: start;
}

.contact h2 {
  max-width: 600px;
  font-size: clamp(62px, 7.5vw, 100px);
}

.contact__intro > p:last-child {
  max-width: 430px;
  margin: 36px 0 0;
  color: #858585;
  font-size: 17px;
  line-height: 1.6;
}

.contact-form {
  display: grid;
}

.contact-form label {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 0 0 22px;
}

.contact-form label::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, #5d7890, #d5e1e9 52%, #5d7890);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 520ms cubic-bezier(.22, 1, .36, 1);
}

.contact-form label:focus-within::after {
  transform: scaleX(1);
}

.contact-form label + label {
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.contact-form label span {
  color: #6c6c6c;
  font-size: 9px;
  font-weight: 680;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: clamp(17px, 1.5vw, 20px);
  outline: 0;
}

.contact-form textarea {
  min-height: 142px;
  padding-top: 8px;
  line-height: 1.55;
  resize: vertical;
}

.contact-form button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
  margin-top: 18px;
  padding: 0 22px;
  border: 1px solid #fff;
  border-radius: 0;
  background: #fff;
  color: #000;
  cursor: pointer;
  font-size: 11px;
  font-weight: 720;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease;
}

.contact-form button:hover {
  background: #000;
  color: #fff;
}

.contact-form button > span {
  font-size: 19px;
  font-weight: 350;
}

.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.form-status {
  min-height: 22px;
  margin: 4px 0 0;
  color: #aaa;
  font-size: 13px;
  line-height: 1.5;
}

.form-status.is-error {
  color: #ffb2b2;
}

.form-status.is-success {
  color: #9fe3bd;
}

.contact-form [aria-invalid="true"] {
  box-shadow: 0 1px 0 #ffb2b2;
}

.scroll-cue:focus-visible,
.metric a:focus-visible,
.about-scroll a:focus-visible,
.contact-form button:focus-visible,
.contact-form input:focus-visible,
.contact-form textarea:focus-visible {
  outline: 1px solid #fff;
  outline-offset: 6px;
}

.motion-ready [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 44px, 0);
  transition:
    opacity 800ms cubic-bezier(.22, 1, .36, 1),
    transform 1000ms cubic-bezier(.22, 1, .36, 1);
  will-change: opacity, transform;
}

.motion-ready [data-reveal][data-direction="left"] {
  transform: translate3d(-42px, 20px, 0);
}

.motion-ready [data-reveal][data-direction="right"] {
  transform: translate3d(42px, 20px, 0);
}

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

.hero__statement h1 [data-reveal]:nth-child(2) {
  transition-delay: 110ms;
}

.hero__statement > p[data-reveal] {
  transition-delay: 220ms;
}

@keyframes hero-intro-word {
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hero-intro-support {
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hero-signal-point {
  0%, 100% {
    opacity: .72;
    transform: scale(1);
    transform-origin: 265px 111px;
  }
  50% {
    opacity: 1;
    transform: scale(1.45);
    transform-origin: 265px 111px;
  }
}

@keyframes cue-down {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(5px); }
}

@media (max-width: 1020px) {
  .hero__grid {
    grid-template-columns: minmax(0, 820px);
  }

  .hero__signal {
    display: none;
  }

  .hero__statement h1 {
    font-size: clamp(62px, 8.4vw, 86px);
  }

  .about-scroll__layout {
    grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr);
    gap: 58px;
  }

  .about-scroll h2 {
    font-size: clamp(52px, 6.8vw, 72px);
  }

  .metric--loss {
    grid-column: 1 / 8;
  }

  .metric--capacity {
    grid-column: 6 / 13;
  }

  .metric--growth {
    grid-column: 2 / 10;
  }

  .flow__layout {
    grid-template-columns: minmax(250px, .72fr) minmax(400px, 1.28fr);
    gap: 70px;
  }

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

  .contact__intro {
    max-width: 760px;
  }

  .contact-form {
    width: min(100%, 760px);
    margin-left: auto;
  }

}

@media (max-width: 760px) {
  :root {
    --page-pad: 20px;
  }

  .page-progress {
    display: none;
  }

  body.nav-open {
    overflow: hidden;
  }

  .site-header {
    min-height: 74px;
    grid-template-columns: 1fr auto;
    gap: 24px;
  }

  .site-header__brand {
    width: 124px;
  }

  .site-header__toggle {
    position: relative;
    z-index: 2;
    display: block;
    width: 72px;
    height: 42px;
    padding: 0 0 0 31px;
    border: 0;
    background: transparent;
    color: #aaa;
    cursor: pointer;
  }

  .site-header__toggle span {
    position: absolute;
    left: 3px;
    width: 19px;
    height: 1px;
    background: #fff;
    transition: top 220ms ease, transform 220ms ease;
  }

  .site-header__toggle span:first-child {
    top: 15px;
  }

  .site-header__toggle span:nth-child(2) {
    top: 23px;
  }

  .site-header__toggle em {
    font-size: 9px;
    font-style: normal;
    font-weight: 680;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  .site-header__toggle[aria-expanded="true"] span:first-child {
    top: 20px;
    transform: rotate(45deg);
  }

  .site-header__toggle[aria-expanded="true"] span:nth-child(2) {
    top: 20px;
    transform: rotate(-45deg);
  }

  .site-header__nav {
    position: fixed;
    z-index: 1;
    inset: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 0;
    padding: 116px var(--page-pad) 48px;
    background: radial-gradient(110% 70% at 85% 0%, rgba(12, 38, 62, .28), rgba(0, 0, 0, 0) 72%), rgba(0, 0, 0, .97);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-14px);
    transition: opacity 220ms ease, visibility 220ms ease, transform 320ms cubic-bezier(.22, 1, .36, 1);
  }

  .site-header__nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .site-header__nav a,
  .site-header__mobile-login {
    width: 100%;
    padding: 17px 0;
    border-bottom: 1px solid #1d1d1d;
    font-size: 18px;
    letter-spacing: -.02em;
    text-transform: none;
  }

  .site-header__nav a::after {
    display: none;
  }

  .site-header__mobile-login {
    display: block;
  }

  .site-header__actions {
    display: none;
  }

  .hero {
    align-items: center;
    padding: 100px var(--page-pad) 104px;
  }

  .hero__intro {
    top: 62px;
    width: calc(100% - 40px);
  }

  .hero__intro-meta {
    margin-bottom: 12px;
  }

  .hero__intro-line {
    font-size: clamp(24px, 6.4vw, 32px);
    line-height: 1.1;
    white-space: normal;
    text-wrap: balance;
  }

  .hero__intro-sub {
    width: min(100%, 380px);
    margin: 11px auto 0;
    font-size: 12px;
  }

  .hero__grid {
    grid-template-columns: 1fr;
    transform: translateY(20px);
  }

  .hero__statement h1 {
    font-size: clamp(46px, 12.5vw, 62px);
    line-height: .9;
  }

  .hero__actions {
    margin-top: 28px;
  }

  .section {
    padding-block: 150px;
  }

  .section-heading {
    margin-bottom: 120px;
  }

  .section-heading h2,
  .ci-gap h2,
  .decision h2,
  .flow h2,
  .service h2,
  .about-scroll h2,
  .contact h2 {
    font-size: clamp(48px, 13vw, 66px);
  }

  .evidence__poster {
    grid-template-columns: 1fr;
    row-gap: 130px;
  }

  .metric--loss,
  .metric--capacity,
  .metric--growth {
    grid-column: 1;
    padding-top: 0;
    text-align: left;
  }

  .metric--capacity .metric__value {
    justify-content: flex-start;
  }

  .metric__value {
    font-size: clamp(88px, 26vw, 128px);
  }

  .metric--capacity p {
    margin-left: 0;
  }

  .ci-gap {
    min-height: auto;
  }

  .ci-gap__header {
    margin-left: 0;
    text-align: left;
  }

  .ci-gap__contrast {
    grid-template-columns: 1fr;
    gap: 90px;
    margin-top: 120px;
  }

  .ci-gap__contrast p {
    font-size: clamp(42px, 12vw, 60px);
  }

  .ci-gap__contrast p:last-child {
    padding-top: 0;
    text-align: right;
  }

  .ci-gap__answer {
    margin-top: 150px;
    font-size: clamp(32px, 9vw, 46px);
  }

  .decision {
    min-height: 110svh;
  }

  .decision__definition {
    margin-bottom: 70px;
  }

  .flow__layout {
    grid-template-columns: 1fr;
    gap: 110px;
  }

  .flow__intro-sticky {
    position: static;
  }

  .flow__steps li {
    min-height: 28vh;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 16px;
    padding-left: 48px;
  }

  .flow__steps strong {
    font-size: clamp(36px, 11vw, 50px);
  }

  .service__header {
    margin-bottom: 100px;
  }

  .service__split {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .service__stage ol {
    margin-top: 58px;
  }

  .service__stage--managed header,
  .service__stage--managed li {
    text-align: left;
  }

  .service__stage--managed li {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .service__stage--managed li b {
    grid-row: 1;
    grid-column: 1;
  }

  .service__stage--managed li strong {
    grid-row: 1;
    grid-column: 2;
  }

  .service__handoff {
    min-height: 96px;
  }

  .service__handoff::before {
    right: 0;
    left: 0;
  }

  .service__handoff span {
    top: 0;
    left: 0;
    writing-mode: horizontal-tb;
  }

  .service__result {
    font-size: clamp(42px, 12vw, 60px);
  }

  .about-scroll {
    height: auto;
    padding: 150px var(--page-pad);
  }

  .about-scroll__layout {
    position: static;
    height: auto;
    grid-template-columns: 1fr;
    gap: 90px;
  }

  .about-scroll h2 {
    font-size: clamp(48px, 13vw, 66px);
  }

  .about-scroll__sticky > p:not(.eyebrow) {
    max-width: 520px;
  }

  .about-scroll__points {
    height: auto;
    padding-left: 24px;
  }

  .about-scroll__points::before {
    top: 0;
    bottom: 0;
  }

  .about-scroll__points::after {
    display: none;
  }

  .about-scroll__points li,
  .about-scroll__points li.is-before,
  .about-scroll__points li.is-after,
  .about-scroll__points li.is-near,
  .about-scroll__points li.is-active {
    position: relative;
    inset: auto;
    min-height: auto;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 14px;
    padding: 44px 0 44px 24px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .about-scroll__points li + li {
    border-top: 1px solid rgba(255, 255, 255, .08);
  }

  .about-scroll__points strong {
    color: #d9d9d9;
    font-size: clamp(36px, 10.5vw, 52px);
  }

  .about-scroll__points p,
  .about-scroll__points li.is-active p {
    max-height: none;
    margin-top: 18px;
    opacity: 1;
    transform: none;
  }

  .pilot {
    min-height: auto;
  }

  .pilot h2 {
    font-size: clamp(48px, 13vw, 66px);
  }

  .pilot__exchange {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 100px;
  }

  .pilot__exchange article:last-child {
    border-top: 1px solid rgba(255, 255, 255, .15);
    text-align: left;
  }

  .pilot__exchange article:last-child p {
    margin-left: 0;
  }

  .pilot__exchange strong {
    font-size: clamp(38px, 11vw, 54px);
  }

  .contact {
    padding-inline: var(--page-pad);
  }

  .contact-form {
    margin-left: 0;
  }

}

@media (max-width: 430px) {
  .hero__intro {
    top: 54px;
  }

  .hero__intro-line {
    font-size: clamp(22px, 6.1vw, 26px);
  }

  .hero__intro-sub {
    max-width: 310px;
    font-size: 11px;
  }

  .hero__statement h1 {
    font-size: clamp(44px, 12.5vw, 52px);
  }

  .hero__statement > p {
    font-size: 16px;
  }

  .metric__value {
    font-size: 84px;
  }

  .flow__steps li {
    padding-left: 42px;
  }

  .flow__line {
    left: 12px;
  }

  .contact-form button {
    font-size: 10px;
  }

}

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

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

  [data-parallax] {
    transform: none !important;
  }
}

/* End of stylesheet. */
