.about-reference{
  z-index:2;
  width:4395px;
  height:8049px;
  object-fit:fill;
  clip-path:inset(2817px 0 948px 0);
}
.about-hero{
  position:absolute;
  left:0;
  top:0;
  z-index:1;
  width:4395px;
  height:2817px;
  overflow:hidden;
  background:#00030f;
  transform:translateZ(0);
}
.about-hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(0,4,17,.02),rgba(0,4,17,0) 58%,rgba(0,3,14,.2) 100%);
}
.about-hero-video{
  position:absolute;
  inset:0;
  z-index:1;
  display:block;
  width:100%;
  height:100%;
  border:0;
  outline:0;
  object-fit:cover;
  object-position:center;
  background:#00030f;
  pointer-events:none;
  user-select:none;
  backface-visibility:hidden;
  transform:translate3d(0,0,0) scale(1.004);
  transform-origin:center;
  will-change:transform;
}
.about-glass-header{
  position:absolute;
  left:252px;
  top:180px;
  z-index:40;
  width:3891px;
  height:220px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 170px 0 110px;
  border:0!important;
  outline:0!important;
  border-radius:118px;
  background:rgba(8,20,35,.37);
  box-shadow:0 30px 90px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.045);
  -webkit-backdrop-filter:blur(48px) saturate(150%);
  backdrop-filter:blur(48px) saturate(150%);
  overflow:hidden;
  transform:translateZ(0);
}
.about-glass-header::before{content:none}
.about-brand,.about-menu{position:relative;z-index:1}
.about-brand{display:flex;align-items:center;width:850px;height:190px;text-decoration:none;-webkit-tap-highlight-color:transparent}
.about-brand img{display:block;width:850px;height:auto;max-height:190px;object-fit:contain;object-position:left center;user-select:none;-webkit-user-drag:none}
.about-menu{display:flex;align-items:center;justify-content:flex-end;gap:235px;min-width:2320px;height:100%}
.about-menu a{
  position:relative;
  display:flex;
  align-items:center;
  height:100%;
  color:#f3f2ef;
  font-family:"Junge",Georgia,serif;
  font-size:64px;
  line-height:1;
  font-weight:400;
  white-space:nowrap;
  text-decoration:none;
  text-shadow:0 3px 18px rgba(0,0,0,.3);
  transition:color 150ms ease;
  -webkit-tap-highlight-color:transparent;
}
.about-menu a:hover,.about-menu a:focus-visible,.about-menu a.is-active{color:#079bdd}
.about-menu a.is-active{font-weight:700}
.about-menu a.is-active::after{content:"";position:absolute;left:0;right:0;bottom:52px;height:5px;border-radius:5px;background:#079bdd}
.about-brand:focus-visible,.about-menu a:focus-visible{outline:7px solid rgba(7,155,221,.92);outline-offset:8px;border-radius:18px}

.about-carousel-zone{
  position:absolute;
  z-index:24;
  left:180px;
  top:2960px;
  width:4035px;
  height:2750px;
  pointer-events:none;
  touch-action:pan-y;
}
.carousel-prev,.carousel-next{
  position:absolute;
  top:330px;
  width:1900px;
  height:1720px;
  border:0;
  padding:0;
  background:transparent;
  color:transparent;
  pointer-events:auto;
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
}
.carousel-prev{left:0;cursor:w-resize}
.carousel-next{right:0;cursor:e-resize}
.carousel-prev:focus-visible,.carousel-next:focus-visible{outline:7px solid rgba(14,151,223,.9);outline-offset:-7px}

/* Invisible hit targets sit directly on the dots already rendered in every reference state. */
.journey-pagination{
  position:absolute;
  left:1790px;
  top:2500px;
  width:570px;
  height:190px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  align-items:center;
  background:transparent;
  pointer-events:auto;
}
.journey-pagination button{
  width:100%;
  height:150px;
  padding:0;
  border:0;
  border-radius:999px;
  background:transparent!important;
  cursor:pointer;
  opacity:0;
}
.journey-pagination button:focus-visible{opacity:1;outline:7px solid #079bdd;outline-offset:-10px}

.about-founders{left:1550px;top:6520px;width:570px;height:150px}
.about-investors{left:2260px;top:6520px;width:570px;height:150px}
.about-live-footer{top:7101px}

@media(hover:none){.about-menu a{transition:none}.carousel-prev,.carousel-next{cursor:pointer}}

/* v12: only the journey viewport changes. The rest of the page remains fixed,
   preventing the full-page image swap from jumping vertically or flashing old content. */
.journey-visual{
  position:absolute;
  z-index:20;
  left:0;
  top:2817px;
  width:4395px;
  height:3100px;
  overflow:hidden;
  background:#000;
  isolation:isolate;
  pointer-events:none;
}
.journey-state{
  position:absolute;
  left:0;
  top:-2817px;
  width:4395px;
  height:8049px;
  object-fit:fill;
  opacity:0;
  transform:translate3d(54px,0,0);
  transition:opacity .34s cubic-bezier(.22,.61,.36,1),transform .34s cubic-bezier(.22,.61,.36,1);
  will-change:opacity,transform;
  backface-visibility:hidden;
  user-select:none;
  -webkit-user-drag:none;
}
.journey-state.is-visible{
  z-index:2;
  opacity:1;
  transform:translate3d(0,0,0);
}
.journey-state.is-leaving-left{
  z-index:1;
  opacity:0;
  transform:translate3d(-54px,0,0);
}
.journey-state.is-leaving-right{
  z-index:1;
  opacity:0;
  transform:translate3d(54px,0,0);
}
.journey-state.from-left{transform:translate3d(-54px,0,0)}
.journey-state.from-right{transform:translate3d(54px,0,0)}

/* Replace, rather than duplicate, the dots baked into the screenshots. */
.journey-pagination{
  left:1800px;
  top:2440px;
  width:430px;
  height:180px;
  display:block;
  padding:0;
  background:#000;
  box-shadow:0 0 0 34px #000;
  border-radius:24px;
  pointer-events:auto;
}
.journey-pagination button{
  position:absolute;
  top:40px;
  width:100px;
  height:100px;
  padding:0;
  border:0;
  background:transparent!important;
  opacity:1;
  cursor:pointer;
  display:grid;
  place-items:center;
  -webkit-tap-highlight-color:transparent;
}
.journey-pagination button:nth-child(1){left:10px}
.journey-pagination button:nth-child(2){left:144px}
.journey-pagination button:nth-child(3){left:227px}
.journey-pagination button:nth-child(4){left:314px}
.journey-pagination button::before{
  content:"";
  display:block;
  width:34px;
  height:34px;
  border-radius:999px;
  background:#454545;
  transition:width .28s ease,background .28s ease,box-shadow .28s ease;
}
.journey-pagination button.is-active::before{
  width:120px;
  background:#bdbdbd;
  box-shadow:0 0 12px rgba(255,255,255,.12);
}
.journey-pagination button:focus-visible{
  opacity:1;
  outline:7px solid #079bdd;
  outline-offset:-8px;
}

/* Crisp live reconstruction of the strategic-access panel. The original page
   artwork is only 1/3 of the 4395px canvas and became visibly soft when scaled. */
.about-cta-live{
  position:absolute;
  z-index:28;
  left:1020px;
  top:5910px;
  width:2355px;
  height:930px;
  overflow:hidden;
  isolation:isolate;
  border-radius:88px;
  border:2px solid rgba(255,255,255,.025);
  background:
    radial-gradient(ellipse at 5% 35%,rgba(178,118,17,.12),transparent 44%),
    radial-gradient(ellipse at 96% 66%,rgba(0,131,187,.09),transparent 48%),
    linear-gradient(180deg,rgba(255,255,255,.018),rgba(255,255,255,0) 44%),
    #05090b;
  box-shadow:
    0 38px 110px rgba(0,0,0,.5),
    0 0 75px rgba(0,140,201,.07),
    inset 0 1px 0 rgba(255,255,255,.025);
  color:#f3f2ef;
  font-family:"Junge",Georgia,serif;
  text-align:center;
  transform:translateZ(0);
}
.about-cta-live::after{
  content:"";
  position:absolute;
  z-index:1;
  left:0;
  right:0;
  bottom:0;
  height:22px;
  background:linear-gradient(90deg,rgba(0,99,142,.18),rgba(0,150,215,.48) 50%,rgba(0,99,142,.18));
  box-shadow:0 -22px 70px rgba(0,137,198,.12);
  pointer-events:none;
}
.about-cta-orbits{
  position:absolute;
  z-index:0;
  inset:0;
  pointer-events:none;
}
.about-cta-orbits .orbit{
  position:absolute;
  left:50%;
  top:74%;
  border:3px solid rgba(229,235,239,.105);
  border-radius:50%;
  transform:translate(-50%,-50%);
  box-shadow:0 0 3px rgba(255,255,255,.03);
}
.about-cta-orbits .orbit-one{width:330px;height:330px}
.about-cta-orbits .orbit-two{width:720px;height:720px}
.about-cta-orbits .orbit-three{width:1110px;height:1110px}
.about-cta-orbits .orbit-four{width:1530px;height:1530px}
.about-cta-orbits .orbit-core{
  position:absolute;
  left:50%;
  top:74%;
  width:200px;
  height:146px;
  border:3px solid rgba(225,232,236,.09);
  border-radius:50%;
  transform:translate(-44%,-42%) rotate(-12deg);
}
.about-cta-live h2,
.about-cta-live p{
  position:relative;
  z-index:2;
  margin:0;
  color:#f0efec;
  font-weight:400;
  letter-spacing:-1.2px;
  text-shadow:0 4px 14px rgba(0,0,0,.7);
}
.about-cta-live h2{
  padding-top:190px;
  font-size:91px;
  line-height:1.12;
}
.about-cta-live p{
  margin-top:112px;
  font-size:91px;
  line-height:1.1;
}
.about-cta-actions{
  position:absolute;
  z-index:4;
  left:0;
  right:0;
  top:610px;
  height:150px;
}
.about-cta-button{
  position:absolute;
  top:0;
  width:570px;
  height:150px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  color:#0b1015;
  font-family:"Junge",Georgia,serif;
  font-size:52px;
  line-height:1;
  font-weight:400;
  text-decoration:none;
  -webkit-tap-highlight-color:transparent;
  transition:filter .16s ease,transform .16s ease,box-shadow .16s ease;
}
.about-cta-founders{
  left:530px;
  border:5px solid rgba(229,238,244,.92);
  background:linear-gradient(110deg,#73c4ff 0%,#55b6f4 54%,#1598d7 100%);
  box-shadow:0 0 0 2px rgba(0,137,201,.65),0 16px 34px rgba(0,112,173,.18),inset 0 1px 7px rgba(255,255,255,.45);
}
.about-cta-investors{
  left:1240px;
  color:#ecebea;
  border:5px solid transparent;
  background:
    linear-gradient(#05090b,#05090b) padding-box,
    linear-gradient(100deg,#e8eef1 0%,#9eb3bc 36%,#008fcf 100%) border-box;
  box-shadow:0 12px 30px rgba(0,0,0,.35),inset 0 0 22px rgba(0,0,0,.28);
}
.about-cta-button:hover,
.about-cta-button:focus-visible{
  filter:brightness(1.08);
  transform:translateY(-4px);
}
.about-cta-button:focus-visible{
  outline:7px solid rgba(14,151,223,.92);
  outline-offset:10px;
}
.about-cta-button:active{transform:translateY(0)}
