.about-orbit{
  --gold: 0,191,255;
  --gold-soft: 80,220,255;
  --mx: 0px;
  --my: 0px;
  --about-reveal: 1;

  position: relative;
  padding: 72px 32px 140px;
  background:
    linear-gradient(180deg, #000 0%, #020814 34%, #03111f 58%, #01050b 82%, #000 100%);
  color: #fff;
  overflow: clip;
  isolation: isolate;
}

.about-orbit::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .72;
  filter: blur(10px);
  transform: scale(1);
  transform-origin: 50% 52%;
  mix-blend-mode: screen;
  background:
    radial-gradient(900px 420px at 50% 52%, rgba(0,191,255,.20), transparent 68%),
    radial-gradient(520px 280px at 22% 44%, rgba(0,191,255,.10), transparent 72%),
    radial-gradient(520px 280px at 78% 44%, rgba(80,220,255,.09), transparent 72%),
    radial-gradient(620px 300px at 50% 74%, rgba(20,120,210,.13), transparent 74%);
}

.about-orbit::after{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .68;
  background:
    radial-gradient(circle at 50% 54%, transparent 0 30%, rgba(0,0,0,.18) 56%, rgba(0,0,0,.70) 100%),
    linear-gradient(180deg, rgba(0,0,0,.64) 0%, transparent 22%, transparent 74%, rgba(0,0,0,.76) 100%);
}

.about-orbit__bg,
.about-orbit__dust,
.about-orbit__glow{
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.about-orbit__bg{
  z-index: 0;
  opacity: .62;
  filter: none;
  transform: none;
  background:
    radial-gradient(70vw 40vh at 50% 34%, rgba(0,191,255,.035), transparent 66%),
    radial-gradient(45vw 30vh at 18% 64%, rgba(255,255,255,.02), transparent 72%),
    radial-gradient(38vw 28vh at 82% 58%, rgba(255,255,255,.018), transparent 72%);
}

.about-orbit__bg::before,
.about-orbit__bg::after{
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: repeat;
}

.about-orbit__bg::before{
  background-image:
    radial-gradient(circle, rgba(255,255,255,.18) 0 1px, transparent 1.7px);
  background-size: 240px 240px;
  opacity: .10;
}

.about-orbit__bg::after{
  background-image:
    radial-gradient(circle, rgba(0,191,255,.14) 0 1px, transparent 1.8px);
  background-size: 340px 340px;
  opacity: .045;
}

.about-orbit__dust{
  display: none;
}

.about-orbit__glow{
  z-index: 0;
  mix-blend-mode: screen;
}

.about-orbit__glow--1{
  background:
    radial-gradient(28vw 18vh at 50% 50%, rgba(0,191,255,.07), transparent 72%);
  filter: blur(36px);
  opacity: .38;
  transform: none;
  transform-origin: 50% 52%;
}

.about-orbit__glow--2{
  background:
    radial-gradient(22vw 22vw at 50% 60%, rgba(80,220,255,.07), transparent 72%);
  filter: blur(42px);
  opacity: .24;
  transform: none;
  transform-origin: 50% 60%;
}

.about-orbit__wrap{
  position: relative;
  z-index: 2;
  max-width: 1700px;
  margin: 0 auto;
}

.about-orbit__heading{
  position: relative;
  z-index: 4;
  text-align: center;
  max-width: 1320px;
  margin: 0 auto;
}

.about-orbit__eyebrow{
  display: inline-block;
  margin-bottom: 14px;
  font-size: 12px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: rgba(255,255,255,.40);
}

.about-orbit__heading h2{
  margin: 0 auto;
  max-width: 980px;
  font-size: clamp(50px, 5vw, 92px);
  line-height: .90;
  letter-spacing: -0.07em;
  text-wrap: balance;
  text-shadow:
    0 8px 40px rgba(0,0,0,.34),
    0 0 28px rgba(255,255,255,.03);
}

.about-orbit__stage{
  position: relative;
  min-height: 820px;
  margin-top: 26px;
  overflow: visible;
}

.about-orbit__cards{
  position: absolute;
  inset: 0;
  z-index: 4;
}

.about-orbit__node{
  position: absolute;
  left: 50%;
  top: 54.5%;
  width: 430px;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 6;
  will-change: auto;
}

.about-orbit__photo-shell{
  position: relative;
  width: 360px;
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.about-orbit__photo-wrap{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 288px;
  height: 288px;
  min-width: 288px;
  min-height: 288px;
  max-width: 288px;
  max-height: 288px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 3;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  box-shadow:
    0 32px 90px rgba(0,0,0,.46),
    0 0 0 1px rgba(255,255,255,.05),
    0 0 24px rgba(0,191,255,.04);
}

.about-orbit__photo-wrap::after{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,.10), transparent 34%, transparent 66%, rgba(255,255,255,.04));
  mix-blend-mode: screen;
  pointer-events: none;
}

.about-orbit__photo{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  filter: grayscale(100%) contrast(1.08) brightness(.95);
  transform: scale(1.04);
}

.about-orbit__photo-ring{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 324px;
  height: 324px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(0,191,255,.18);
  box-shadow:
    0 0 0 1px rgba(0,191,255,.03),
    0 0 28px rgba(0,191,255,.05),
    inset 0 0 14px rgba(0,191,255,.02);
  z-index: 2;
  pointer-events: none;
}

.about-orbit__photo-halo{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 360px;
  height: 360px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(80,220,255,.10) 0%, rgba(80,220,255,.035) 38%, rgba(80,220,255,0) 72%);
  filter: blur(14px);
  opacity: .36;
  pointer-events: none;
  z-index: 1;
}

.about-orbit__voice{
  width: 340px;
  margin-top: 34px;
  position: relative;
  z-index: 7;
}

.about-orbit__links{
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.about-link{
  position: absolute;
  height: 1px;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(0,191,255,.16) 0 10px,
      rgba(0,191,255,0) 10px 18px
    );
  transform-origin: left center;
  opacity: 0;
  overflow: hidden;
  filter: blur(.2px);
  transition: opacity .7s ease, filter .7s ease;
}

.about-link::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0,191,255,0),
    rgba(0,191,255,.09),
    rgba(0,191,255,0)
  );
  opacity: .42;
}

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

.reveal-block.is-visible .about-link{
  opacity: .78;
  filter: blur(0);
}

.reveal-block.is-visible .about-link--l1{ transition-delay: .20s; }
.reveal-block.is-visible .about-link--r1{ transition-delay: .28s; }
.reveal-block.is-visible .about-link--l2{ transition-delay: .36s; }
.reveal-block.is-visible .about-link--r2{ transition-delay: .44s; }

.about-link--l1{ left: calc(50% - 160px); top: 40.4%; width: 560px; transform: rotate(-171deg); }
.about-link--l2{ left: calc(50% - 145px); top: 59.2%; width: 500px; transform: rotate(-198deg); }
.about-link--r1{ left: calc(50% + 160px); top: 40.4%; width: 560px; transform: rotate(-9deg); }
.about-link--r2{ left: calc(50% + 145px); top: 59.2%; width: 500px; transform: rotate(18deg); }

.about-card{
  position: absolute;
  z-index: 5;
  width: clamp(280px, 19vw, 360px);
  padding: 24px 24px 22px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.052), rgba(255,255,255,.026)),
    rgba(4,14,24,.68);
  border: 1px solid rgba(255,255,255,.075);
  box-shadow:
    0 24px 70px rgba(0,0,0,.24),
    0 0 18px rgba(0,191,255,.035),
    inset 0 1px 0 rgba(255,255,255,.04);
  transition:
    opacity .45s ease,
    box-shadow .18s ease,
    border-color .18s ease,
    background .18s ease,
    filter .18s ease;
  will-change: auto;
  overflow: visible;
}

.about-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255,255,255,.035), transparent 28%, transparent 68%, rgba(0,191,255,.025));
  pointer-events: none;
}

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

.about-card:not(.about-card--b1){
  cursor: default;
}

.about-card:hover{
  background:
    linear-gradient(180deg, rgba(255,255,255,.062), rgba(255,255,255,.030)),
    rgba(4,14,24,.74);
  border-color: rgba(0,191,255,.16);
  box-shadow:
    0 28px 84px rgba(0,0,0,.30),
    0 0 14px rgba(0,191,255,.035),
    inset 0 1px 0 rgba(0,191,255,.05);
  filter: none;
}

.about-card__label{
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(80,220,255,.76);
}

.about-card p{
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255,255,255,.84);
  text-wrap: pretty;
}

.about-card--l1{
  left: 5.5%;
  top: 23%;
  transform: translate3d(calc(var(--mx) * -.16), calc(var(--my) * -.10), 0);
}

.about-card--l2{
  left: 8.5%;
  top: 59%;
  transform: translate3d(calc(var(--mx) * -.20), calc(var(--my) * -.14), 0);
}

.about-card--r1{
  right: 5.5%;
  top: 20%;
  transform: translate3d(calc(var(--mx) * -.16), calc(var(--my) * -.10), 0);
}

.about-card--r2{
  right: 8.5%;
  top: 59%;
  transform: translate3d(calc(var(--mx) * -.20), calc(var(--my) * -.14), 0);
}
.about-card--b1{
  left: 50%;
  top: 86%;
  width: clamp(420px, 32vw, 560px);
  transform: translateX(-50%) translate3d(calc(var(--mx) * -.10), calc(var(--my) * -.08), 0);
  text-align: center;
  z-index: 5;
}

.about-audio{
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 14px 16px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.026)),
    rgba(4,14,24,.72);
  border: 1px solid rgba(255,255,255,.075);
  box-shadow:
    0 18px 46px rgba(0,0,0,.22),
    inset 0 1px 0 rgba(255,255,255,.05);
  transition:
    box-shadow .25s ease,
    background .25s ease,
    border-color .25s ease;
}

.about-audio:hover{
  transform: none;
}

.about-audio.is-playing{
  background:
    linear-gradient(180deg, rgba(255,255,255,.072), rgba(255,255,255,.032)),
    rgba(4,14,24,.78);
  border-color: rgba(0,191,255,.18);
  box-shadow:
    0 22px 60px rgba(0,0,0,.28),
    0 0 22px rgba(0,191,255,.07);
}

.about-audio__btn{
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, #fff, #ededed 56%, #d9d9d9 100%);
  color: #111;
  font-size: 18px;
  cursor: pointer;
  box-shadow:
    0 10px 24px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.8);
  transition: transform .25s ease, box-shadow .25s ease;
}

.about-audio__btn:hover{
  transform: scale(1.05);
}

.about-audio__info{
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  order: 2;
}

.about-audio__label{
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(80,220,255,.72);
}

.about-audio__title{
  font-size: 15px;
  line-height: 1.35;
  color: rgba(255,255,255,.86);
}

.about-audio__wave{
  display: flex;
  align-items: end;
  gap: 4px;
  height: 20px;
  opacity: .52;
  margin-left: auto;
  order: 3;
}

.about-audio__wave span{
  display: block;
  width: 3px;
  height: 8px;
  border-radius: 999px;
  background: rgba(180,245,255,.82);
  transform-origin: bottom center;
}

.about-audio.is-playing .about-audio__wave{
  opacity: 1;
}

.reveal-item{
  opacity: 0;
  filter: none;
  transition:
    opacity .75s cubic-bezier(.2,.8,.2,1),
    transform .75s cubic-bezier(.2,.8,.2,1);
}

.about-orbit__heading.reveal-item{
  transform: translateY(28px) scale(.99);
}

.about-orbit__node.reveal-item{
  transform: translate(-50%, -44%) scale(.96);
}

.about-card--l1.reveal-item{
  transform: translate3d(-42px, 32px, 0) rotate(-7deg) scale(.97);
}

.about-card--l2.reveal-item{
  transform: translate3d(-42px, 32px, 0) rotate(7deg) scale(.97);
}

.about-card--r1.reveal-item{
  transform: translate3d(42px, 32px, 0) rotate(7deg) scale(.97);
}

.about-card--r2.reveal-item{
  transform: translate3d(42px, 32px, 0) rotate(-7deg) scale(.97);
}

.about-card--b1.reveal-item{
  transform: translateX(-50%) translateY(42px) rotate(2deg) scale(.975);
}

.reveal-block.is-visible .reveal-item{
  opacity: 1;
  filter: none;
}

.reveal-block.is-visible .about-orbit__heading.reveal-item{
  transform: translateY(0) scale(1);
  transition-delay: .02s;
}

.reveal-block.is-visible .about-orbit__node.reveal-item{
  transform: translate(-50%, -50%) scale(1);
  transition-delay: .14s;
}

.reveal-block.is-visible .about-card--l1.reveal-item{
  transform: translate3d(calc(var(--mx) * -.16), calc(var(--my) * -.10), 0) rotate(0deg) scale(1);
  transition-delay: .36s;
}

.reveal-block.is-visible .about-card--l2.reveal-item{
  transform: translate3d(calc(var(--mx) * -.20), calc(var(--my) * -.14), 0) rotate(0deg) scale(1);
  transition-delay: .48s;
}

.reveal-block.is-visible .about-card--r1.reveal-item{
  transform: translate3d(calc(var(--mx) * -.16), calc(var(--my) * -.10), 0) rotate(0deg) scale(1);
  transition-delay: .60s;
}

.reveal-block.is-visible .about-card--r2.reveal-item{
  transform: translate3d(calc(var(--mx) * -.20), calc(var(--my) * -.14), 0) rotate(0deg) scale(1);
  transition-delay: .72s;
}

.reveal-block.is-visible .about-card--b1.reveal-item{
  transform: translateX(-50%) translate3d(calc(var(--mx) * -.10), calc(var(--my) * -.08), 0) rotate(0deg) scale(1);
  transition-delay: .84s;
}

.about-cards-nav{
  display: none;
}

@media (max-width: 767px){

  .about-orbit{
    padding: 34px 16px 96px;
    overflow: hidden;
  }

  .about-orbit::before{
    opacity: .48;
    filter: blur(8px);
    transform: none;
    background:
      radial-gradient(120vw 64vh at 50% 18%, rgba(0,191,255,.10), transparent 72%),
      radial-gradient(90vw 48vh at 50% 58%, rgba(80,220,255,.055), transparent 76%);
  }

  .about-orbit::after,
  .about-orbit__dust,
  .about-orbit__glow,
  .about-orbit__bg::before,
  .about-orbit__bg::after{
    display: none;
  }

  .about-orbit__bg{
    opacity: .42;
    filter: none;
    transform: none;
    background:
      radial-gradient(120vw 64vh at 50% 18%, rgba(0,191,255,.10), transparent 72%),
      radial-gradient(90vw 48vh at 50% 58%, rgba(80,220,255,.055), transparent 76%);
  }

  .about-orbit__wrap{
    position: relative;
    z-index: 5;
  }

  .about-orbit__heading{
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 18px;
    padding: 0;
    text-align: center;
  }

  .about-orbit__heading h2{
    max-width: 100%;
    padding: 0 2px;
    font-size: clamp(34px, 10vw, 46px);
    line-height: .96;
    letter-spacing: -.055em;
    text-align: center;
  }

  .about-orbit__stage{
    position: relative;
    z-index: 6;
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 0;
  }

  .about-orbit__node{
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100%;
    max-width: 340px;
    transform: none !important;
    margin-bottom: 0;
    z-index: 7;
    will-change: auto !important;
  }

  .about-orbit__photo-shell{
    width: 236px;
    height: 236px;
    margin: 0 auto;
    transform: none !important;
  }

  .about-orbit__photo-wrap{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 172px;
    height: 172px;
    min-width: 172px;
    min-height: 172px;
    max-width: 172px;
    max-height: 172px;
    transform: translate(-50%, -50%) !important;
    margin: 0;
    box-shadow:
      0 18px 42px rgba(0,0,0,.34),
      0 0 0 1px rgba(255,255,255,.045);
  }

  .about-orbit__photo-ring{
    width: 198px;
    height: 198px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
  }

  .about-orbit__photo-halo{
    display: none;
  }

  .about-orbit__voice{
    width: 100%;
    max-width: 320px;
    margin-top: 12px;
    margin-bottom: 8px;
    z-index: 7;
  }

  .about-audio{
    grid-template-columns: 56px 1fr;
    gap: 12px;
    padding: 14px 16px 12px;
    box-shadow:
      0 12px 28px rgba(0,0,0,.22),
      inset 0 1px 0 rgba(255,255,255,.035);
  }

  .about-audio__wave{
    grid-column: 1 / -1;
    justify-self: start;
    margin-left: 72px;
    margin-top: 0;
  }

  .about-orbit__links{
    display: none;
  }

  .about-orbit__cards{
    position: relative;
    inset: auto;
    width: 100%;
    display: flex;
    gap: 12px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 2px 0 4px;
    margin-top: 8px;
    z-index: 4;
  }

  .about-card{
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    transform: none !important;
    flex: 0 0 100%;
    padding: 18px 16px;
    z-index: 5;
    box-shadow:
      0 12px 28px rgba(0,0,0,.22),
      inset 0 1px 0 rgba(255,255,255,.035);
  }

  .about-card--b1{
    text-align: left;
    transform: none !important;
  }

  .reveal-item,
  .reveal-block.is-visible .reveal-item,
  .reveal-block.is-visible .about-orbit__heading.reveal-item,
  .reveal-block.is-visible .about-orbit__node.reveal-item,
  .reveal-block.is-visible .about-card--l1.reveal-item,
  .reveal-block.is-visible .about-card--l2.reveal-item,
  .reveal-block.is-visible .about-card--r1.reveal-item,
  .reveal-block.is-visible .about-card--r2.reveal-item,
  .reveal-block.is-visible .about-card--b1.reveal-item{
    transform: none !important;
    filter: none !important;
  }

  .about-cards-nav{
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
  }

  .about-cards-nav__btn{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.04);
    color: rgba(255,255,255,.86);
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
  }
}

@media (min-width: 768px) and (max-width: 1180px){

  .about-orbit{
    padding: 40px 22px 108px;
  }

  .about-orbit__heading{
    margin-bottom: 6px;
  }

  .about-orbit__heading h2{
    max-width: 760px;
    font-size: clamp(40px, 5vw, 66px);
    line-height: .92;
    text-align: center;
  }

  .about-orbit__stage{
    min-height: auto;
    display: grid;
    justify-items: center;
    gap: 12px;
    margin-top: 4px;
  }

  .about-orbit__node{
    position: relative;
    left: auto;
    top: auto;
    transform: none !important;
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
  }

  .about-orbit__photo-shell{
    width: 272px;
    height: 272px;
    margin: 0 auto;
    transform: none !important;
  }

  .about-orbit__photo-wrap{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 212px;
    height: 212px;
    min-width: 212px;
    min-height: 212px;
    max-width: 212px;
    max-height: 212px;
    transform: translate(-50%, -50%) !important;
    margin: 0;
  }

  .about-orbit__photo-ring{
    width: 240px;
    height: 240px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
  }

  .about-orbit__photo-halo{
    width: 272px;
    height: 272px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
  }

  .about-orbit__voice{
    width: min(360px, 100%);
    margin-top: 14px;
    margin-bottom: 0;
  }

  .about-audio{
    padding: 15px 16px 13px;
  }

  .about-orbit__links{
    display: none;
  }

  .about-orbit__cards{
    position: relative;
    inset: auto;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 2px;
    z-index: 4;
  }

  .about-card{
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    transform: none !important;
    padding: 18px 18px;
    z-index: 5;
  }

  .about-card--b1{
    grid-column: 1 / -1;
    margin-top: 0;
    text-align: left;
  }

  .about-cards-nav{
    display: none !important;
  }
}