/* Responsive AI matcher orbit; isolated from the rest of the home page. */
.home-primary-banner .match-orbit-window{
  position:relative;
  width:min(52%,760px);
  height:auto;
  aspect-ratio:1;
  min-width:0;
  margin-inline:auto;
  overflow:hidden;
  border-radius:28px;
  isolation:isolate;
  scale:1;
}
.match-orbit-stage{
  --center-size:180px;
  position:relative;
  left:auto;
  top:auto;
  width:min(100%,760px);
  height:auto;
  aspect-ratio:1;
  margin-inline:auto;
  transform:none;
  transform-origin:center;
  overflow:hidden;
}
.match-orbit-stage .circular-visual-stage{
  position:relative;
  width:100%;
  height:100%;
}
.match-orbit-stage .ct-ambient{
  width:58%;
  height:58%;
}
.match-orbit-stage .ct-orbit{
  left:50%;
  top:50%;
  margin:0;
  aspect-ratio:1;
  transform:translate(-50%,-50%);
  transform-origin:center;
  will-change:transform;
}
.match-orbit-stage .ct-orbit.cw{animation-name:ctResponsiveCW}
.match-orbit-stage .ct-orbit.ccw{animation-name:ctResponsiveCCW}
@keyframes ctResponsiveCW{
  from{transform:translate(-50%,-50%) rotate(0)}
  to{transform:translate(-50%,-50%) rotate(360deg)}
}
@keyframes ctResponsiveCCW{
  from{transform:translate(-50%,-50%) rotate(0)}
  to{transform:translate(-50%,-50%) rotate(-360deg)}
}
.match-orbit-stage .ct-avatar-position{
  will-change:transform;
}
.match-orbit-stage .ct-ai-core{
  width:var(--center-size);
  height:var(--center-size);
  aspect-ratio:1;
  border-radius:30%;
  box-shadow:inset 10px 10px 24px rgba(255,255,255,.16),inset -11px -12px 25px rgba(38,22,117,.27),0 20px 48px rgba(116,80,255,.3);
}
.match-orbit-stage .ct-ai-core:after{
  inset:5%;
  border-radius:27%;
}
.match-orbit-stage .ct-ai-core i{
  right:13%;
  top:11%;
  font-size:clamp(14px,2.3vw,22px);
}
.match-orbit-stage .ct-ai-core strong{
  font-size:clamp(38px,8vw,72px);
}
.match-orbit-stage .ct-ai-core small{
  margin-top:6%;
  font-size:clamp(6px,1vw,10px);
  letter-spacing:clamp(1px,.25vw,3px);
}
.match-orbit-stage .ct-person-float{
  padding:clamp(3px,.55vw,5px);
  box-sizing:border-box;
}
.match-orbit-window.orbit-paused .ct-orbit,
.match-orbit-window.orbit-paused .ct-avatar-upright,
.match-orbit-window.orbit-paused .ct-person-float{
  animation-play-state:paused!important;
}

@media(min-width:1200px){
  .home-primary-banner .match-orbit-window{width:min(56vw,760px);max-height:760px}
  .home-primary-banner{padding-block:48px}
}
@media(min-width:768px) and (max-width:1199px){
  .home-primary-banner .match-orbit-window{width:min(82vw,660px);max-width:100%}
  .home-primary-banner{padding-block:36px}
}
@media(max-width:767px){
  .home-primary-banner .match-orbit-window{
    width:100%;
    max-width:430px;
    height:auto;
    aspect-ratio:1;
    margin:24px auto 0;
    overflow:hidden;
    opacity:1;
  }
  .home-primary-banner .match-orbit-stage{
    width:100%;
    min-width:0;
    aspect-ratio:1;
  }
}
@media(max-width:374px){
  .home-primary-banner .match-orbit-window,
  .home-primary-banner .match-orbit-stage{width:100%;max-width:100%}
  .match-orbit-stage .ct-orbit[data-orbit-id="4"] .ct-avatar-position[data-kind="tool"]{opacity:.72}
}
@media(prefers-reduced-motion:reduce){
  .match-orbit-stage .circular-visual-stage,
  .match-orbit-stage .ct-orbit,
  .match-orbit-stage .ct-avatar-upright,
  .match-orbit-stage .ct-avatar,
  .match-orbit-stage .ct-person-float{animation:none!important}
  .match-orbit-stage .circular-visual-stage,
  .match-orbit-stage .ct-avatar{opacity:1!important;filter:none!important}
}
