.hero-orbs{position:absolute;inset:0;z-index:-1;overflow:hidden;pointer-events:none;background-color:var(--orb-ground);isolation:isolate;contain:layout paint style;--orb-ground:#070806;--orb-a:#8FA68C;--orb-b:#B9834A;--orb-a-peak:0.34;--orb-b-peak:0.3;--orb-blend:screen;--orb-arc-hi:rgb(255 255 255/0.045);--orb-arc-lo:rgb(255 255 255/0.012);--orb-grain:0.05;--orb-blur:clamp(48px,5.2vw,104px);--orb-intensity:1;--orb-px:0px;--orb-py:0px}.hero-orbs__arc{left:88%;top:-11vw;width:90vw;margin-left:-45vw;margin-top:-45vw;border-radius:50%;background-image:linear-gradient(214deg,var(--orb-arc-hi) 0,var(--orb-arc-lo) 58%,transparent 100%)}.hero-orb,.hero-orbs__arc{position:absolute;aspect-ratio:1}.hero-orb{mix-blend-mode:var(--orb-blend)}.hero-orb--a{left:28%;top:16%;--orb-size:max(120vw,96vh);--orb-parallax:1}.hero-orb--a,.hero-orb--b{width:var(--orb-size);margin-left:calc(var(--orb-size) / -2);margin-top:calc(var(--orb-size) / -2)}.hero-orb--b{left:74%;top:86%;--orb-size:max(95vw,76vh);--orb-parallax:-0.62}.hero-orb__drift,.hero-orb__light,.hero-orb__pointer{position:absolute;inset:0}.hero-orb__drift{animation:var(--orb-drift-name) var(--orb-drift-ms) cubic-bezier(.45,0,.55,1) infinite both;will-change:transform}.hero-orb__pointer{transform:translate3d(calc(var(--orb-px) * var(--orb-parallax)),calc(var(--orb-py) * var(--orb-parallax)),0);will-change:transform}.hero-orb__light{border-radius:50%;filter:blur(var(--orb-blur))}.hero-orb--a .hero-orb__light{background-image:radial-gradient(closest-side circle,color-mix(in srgb,var(--orb-a) calc(var(--orb-a-peak-eff) * 100%),transparent) 0,color-mix(in srgb,var(--orb-a) calc(var(--orb-a-peak-eff) * 95%),transparent) 14%,color-mix(in srgb,var(--orb-a) calc(var(--orb-a-peak-eff) * 80%),transparent) 27%,color-mix(in srgb,var(--orb-a) calc(var(--orb-a-peak-eff) * 52%),transparent) 41%,color-mix(in srgb,var(--orb-a) calc(var(--orb-a-peak-eff) * 29%),transparent) 55%,color-mix(in srgb,var(--orb-a) calc(var(--orb-a-peak-eff) * 11%),transparent) 67%,color-mix(in srgb,var(--orb-a) calc(var(--orb-a-peak-eff) * 3%),transparent) 77%,transparent 86%)}.hero-orb--b .hero-orb__light{background-image:radial-gradient(closest-side circle,color-mix(in srgb,var(--orb-b) calc(var(--orb-b-peak-eff) * 100%),transparent) 0,color-mix(in srgb,var(--orb-b) calc(var(--orb-b-peak-eff) * 95%),transparent) 14%,color-mix(in srgb,var(--orb-b) calc(var(--orb-b-peak-eff) * 80%),transparent) 27%,color-mix(in srgb,var(--orb-b) calc(var(--orb-b-peak-eff) * 52%),transparent) 41%,color-mix(in srgb,var(--orb-b) calc(var(--orb-b-peak-eff) * 29%),transparent) 55%,color-mix(in srgb,var(--orb-b) calc(var(--orb-b-peak-eff) * 11%),transparent) 67%,color-mix(in srgb,var(--orb-b) calc(var(--orb-b-peak-eff) * 3%),transparent) 77%,transparent 86%)}.hero-orb--a{--orb-a-peak-eff:calc(var(--orb-a-peak) * var(--orb-intensity))}.hero-orb--b{--orb-b-peak-eff:calc(var(--orb-b-peak) * var(--orb-intensity))}.hero-orb--a .hero-orb__drift{--orb-drift-name:hero-orb-drift-a;--orb-drift-ms:58000ms}.hero-orb--b .hero-orb__drift{--orb-drift-name:hero-orb-drift-b;--orb-drift-ms:47000ms;animation-delay:-19s}@keyframes hero-orb-drift-a{0%{transform:translateZ(0)}25%{transform:translate3d(2.6%,-1.9%,0)}50%{transform:translate3d(3.4%,2.2%,0)}75%{transform:translate3d(-1.7%,3%,0)}to{transform:translateZ(0)}}@keyframes hero-orb-drift-b{0%{transform:translateZ(0)}25%{transform:translate3d(-2.9%,2.1%,0)}50%{transform:translate3d(-3.6%,-1.4%,0)}75%{transform:translate3d(1.8%,-3%,0)}to{transform:translateZ(0)}}.hero-orbs__grain{position:absolute;inset:-180px;opacity:var(--orb-grain);mix-blend-mode:overlay;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='g' x='0' y='0' width='100%25' height='100%25'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncA type='linear' slope='0' intercept='1'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23g)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:180px 180px}[data-theme=light] .hero-orbs{--orb-ground:var(--ground,#f7f6f3);--orb-blend:multiply;--orb-a-peak:0.15;--orb-b-peak:0.11;--orb-arc-hi:rgb(24 26 22/0.035);--orb-arc-lo:rgb(24 26 22/0.008);--orb-grain:0.03}.hero-orbs[data-orb-degraded] .hero-orb__drift,.hero-orbs[data-orb-degraded] .hero-orb__pointer{animation-play-state:paused;will-change:auto}@media (prefers-reduced-motion:reduce){.hero-orb__drift{animation:none}}