.brand-position.orbit-lab {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}

.brand-position__heading {
  position: relative;
  z-index: 3;
}

.brand-vortex-module {
  --vortex-heading-reach: clamp(24rem, 42vw, 40rem);
  position: relative;
  z-index: 2;
  min-height: clamp(52rem, 96svh, 68rem);
  margin-top: clamp(4rem, 6vw, 7rem);
  isolation: isolate;
}

.brand-choice {
  margin-top: -3rem;
}

@media (min-width: 901px) {
  .brand-vortex-module {
    width: calc(100% + (var(--pad) * 2));
    margin-left: calc(var(--pad) * -1);
  }

  .brand-vortex-module__copy {
    margin-left: max(var(--pad), calc(var(--pad) + (100vw - 100rem)));
  }

  .brand-choice {
    margin-top: clamp(-8rem, -7vw, -5rem);
  }

  .brand-vortex-module__caption { right: var(--pad); }
}

.brand-vortex-module::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 64%;
  width: 42%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(114, 220, 255, .07);
  filter: blur(5rem);
  transform: translate(-50%, -50%);
  content: "";
}

.brand-vortex-module__copy {
  position: relative;
  z-index: 2;
  width: min(31rem, 39%);
  padding-top: clamp(5rem, 10vh, 8rem);
  pointer-events: auto;
}

.brand-vortex-module__dek {
  --method-copy-opacity: 1;
  --method-copy-y: 0px;
  --method-copy-blur: 0px;
  width: min(28rem, 100%);
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.3vw, 1.28rem);
  line-height: 1.58;
  opacity: var(--method-copy-opacity);
  filter: blur(var(--method-copy-blur));
  transform: translate3d(0, var(--method-copy-y), 0);
  will-change: opacity, filter, transform;
}

.brand-vortex-module__method {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 1.5rem;
  margin: clamp(2.2rem, 4vw, 3.8rem) 0 0;
  padding: 0;
  border-top: 1px solid rgba(244, 243, 239, .17);
  list-style: none;
}

.brand-vortex-module__method li {
  --method-rgb: 114, 220, 255;
  --method-copy-opacity: 1;
  --method-copy-y: 0px;
  --method-copy-blur: 0px;
  --method-link-x: 0px;
  position: relative;
  display: grid;
  grid-template-columns: 1.6rem 1fr;
  gap: .3rem;
  margin-inline: -.7rem;
  padding: .85rem .7rem;
  border-bottom: 1px solid rgba(244, 243, 239, .1);
  cursor: pointer;
  opacity: var(--method-copy-opacity);
  filter: blur(var(--method-copy-blur));
  transform: translate3d(var(--method-link-x), var(--method-copy-y), 0);
  will-change: opacity, filter, transform;
  transition:
    opacity .18s linear,
    filter .18s linear,
    background-color .32s ease,
    border-color .32s ease,
    box-shadow .4s ease,
    transform .45s cubic-bezier(.16, 1, .3, 1);
}

.brand-vortex-module__method li:nth-child(1) { --method-rgb: 114, 220, 255; }
.brand-vortex-module__method li:focus-visible {
  outline: 1px solid rgb(var(--method-rgb));
  outline-offset: 3px;
}
.brand-vortex-module__method li:nth-child(2) { --method-rgb: 126, 185, 255; }
.brand-vortex-module__method li:nth-child(3) { --method-rgb: 162, 139, 255; }
.brand-vortex-module__method li:nth-child(4) { --method-rgb: 255, 122, 143; }
.brand-vortex-module__method li:nth-child(5) { --method-rgb: 105, 225, 170; }
.brand-vortex-module__method li:nth-child(6) { --method-rgb: 108, 226, 216; }

.brand-vortex-module__method li::after {
  position: absolute;
  top: 50%;
  right: -3px;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(var(--method-rgb), .9);
  background: rgb(var(--method-rgb));
  box-shadow: 0 0 0 rgba(var(--method-rgb), 0);
  opacity: 0;
  transform: translateY(-50%) scale(.35) rotate(45deg);
  transition: opacity .25s ease, transform .4s cubic-bezier(.16, 1, .3, 1), box-shadow .35s ease;
  content: "";
}

.brand-vortex-module__method li.is-linked {
  --method-link-x: .35rem;
  border-color: rgba(var(--method-rgb), .42);
  background: linear-gradient(90deg, rgba(var(--method-rgb), .14), rgba(var(--method-rgb), .025));
  box-shadow:
    inset 0 0 0 1px rgba(var(--method-rgb), .3),
    inset 0 0 1.5rem rgba(var(--method-rgb), .055),
    0 0 1.8rem rgba(var(--method-rgb), .16);
}

.brand-vortex-module__method li.is-linked::after {
  opacity: 1;
  box-shadow: 0 0 .9rem rgba(var(--method-rgb), .95), 0 0 1.8rem rgba(var(--method-rgb), .45);
  transform: translateY(-50%) scale(1) rotate(45deg);
}

.brand-vortex-module__method li.is-linked span { color: rgb(var(--method-rgb)); }
.brand-vortex-module__method li.is-linked small { color: rgba(244, 243, 239, .67); }

.brand-vortex-module__method span {
  color: rgba(244, 243, 239, .72);
  font-size: .5rem;
  letter-spacing: .15em;
  line-height: 1.3;
}

.brand-vortex-module__method i {
  color: var(--blue);
  font-size: .47rem;
  font-style: normal;
  letter-spacing: .12em;
}

.brand-vortex-module__method small {
  display: block;
  margin-top: .3rem;
  color: rgba(244, 243, 239, .39);
  font-size: .68rem;
  letter-spacing: 0;
  line-height: 1.35;
}

.brand-vortex-module__visual {
  position: absolute;
  z-index: 1;
  top: calc(0px - var(--vortex-heading-reach));
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 0;
  margin: 0;
  pointer-events: none;
}

.brand-vortex-module__canvas {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  pointer-events: none;
}

.brand-vortex-module__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 43%;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 0;
  padding-top: .9rem;
  border-top: 1px solid rgba(114, 220, 255, .2);
  color: var(--muted);
  font-size: .46rem;
  letter-spacing: .16em;
  pointer-events: auto;
}

.brand-vortex-module__caption button {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--blue);
  cursor: pointer;
  font: inherit;
  letter-spacing: inherit;
}

.brand-vortex-module__actions {
  display: flex;
  flex: none;
  gap: 1.15rem;
}

.brand-vortex-module__caption button:focus-visible {
  outline: 1px solid var(--blue);
  outline-offset: .4rem;
}

@media (max-width: 900px) {
  .brand-position.orbit-lab { overflow: hidden; }

  .brand-vortex-module {
    --vortex-heading-reach: 0px;
    min-height: auto;
  }

  .brand-vortex-module__copy {
    width: min(30rem, 100%);
    padding-top: 0;
    pointer-events: auto;
  }

  .brand-vortex-module__visual {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: 1rem;
    pointer-events: auto;
  }

  .brand-vortex-module__canvas {
    height: min(70svh, 37rem);
    min-height: 27rem;
  }

  .brand-vortex-module__caption {
    position: static;
    margin: .65rem 0 0;
  }
}

@media (max-width: 540px) {
  .brand-vortex-module__method { gap: 0 1rem; }

  .brand-vortex-module__visual { margin-inline: calc(var(--pad) * -1); }

  .brand-vortex-module__canvas { min-height: 25rem; }

  .brand-vortex-module__caption { margin-inline: var(--pad); }

  .brand-vortex-module__caption > span {
    max-width: 13rem;
    line-height: 1.5;
  }

  .brand-vortex-module__actions {
    max-width: none;
    gap: .8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-vortex-module__dek,
  .brand-vortex-module__method li {
    filter: none;
    transform: none;
    transition: none;
  }
}
