.orrery{color:var(--muted);flex-direction:column;align-items:center;gap:clamp(12px,1.6vh,18px);padding:8px;text-decoration:none;display:flex}.orrery:focus-visible{outline:none}.orrery-figure{aspect-ratio:1;filter:drop-shadow(0 18px 50px #00000080);width:clamp(280px,30vw,360px);transition:transform .6s var(--motion-ritual)}.orrery:hover .orrery-figure,.orrery:focus-visible .orrery-figure{transform:scale(1.02)}.orrery-svg{width:100%;height:100%;display:block;overflow:visible}.orrery-ring{fill:none;stroke:var(--line);stroke-width:1px}.orrery-arms line{stroke:var(--line-soft);stroke-width:1px}.orrery-tick{fill:none;stroke:var(--gold);stroke-width:1px;stroke-dasharray:2 12;opacity:.55}.orrery-bead{fill:var(--gold-strong);opacity:.7}.orrery-sweep{transform-box:fill-box;transform-origin:50%;animation:120s linear infinite orrery-spin}.orrery-core{fill:var(--gold-strong)}.orrery-core-glow{transform-box:fill-box;transform-origin:50%;animation:7s ease-in-out infinite orrery-breathe}.orrery-core-stop-in{stop-color:var(--gold-strong);stop-opacity:.9}.orrery-core-stop-out{stop-color:var(--gold-strong);stop-opacity:0}.orrery-orb{fill:#0507068c;stroke-width:1px}.orrery-mark{font-family:var(--display);font-size:19px}.orrery-hex-line{stroke-width:2px;stroke-linecap:round}.orrery-body{animation:6s ease-in-out infinite orrery-twinkle}.orrery-body:nth-child(2){animation-delay:1.1s}.orrery-body:nth-child(3){animation-delay:2.2s}.orrery-body:nth-child(4){animation-delay:3.3s}.orrery-body:nth-child(5){animation-delay:4.4s}.orrery-body--cinnabar .orrery-orb{stroke:#b7492f8c}.orrery-body--cinnabar .orrery-mark{fill:#d9785f}.orrery-body--gold .orrery-orb{stroke:var(--line)}.orrery-body--gold .orrery-mark{fill:var(--gold-strong)}.orrery-body--gold .orrery-hex-line{stroke:var(--gold-strong)}.orrery-body--bone .orrery-orb{stroke:#efe3c766}.orrery-body--bone .orrery-mark{fill:var(--bone)}.orrery-body--jade .orrery-orb{stroke:#79bda780}.orrery-body--jade .orrery-mark{fill:var(--jade)}.orrery-body--jade .orrery-hex-line{stroke:var(--jade)}.orrery-caption{font-family:var(--display);letter-spacing:.16em;color:var(--ink);font-size:1.04rem}.orrery-cta{border:1px solid var(--line-soft);color:var(--muted);letter-spacing:.1em;border-radius:999px;align-items:center;gap:6px;padding:7px 18px;font-size:.84rem;transition:color .3s,border-color .3s,gap .3s;display:inline-flex}.orrery:hover .orrery-cta,.orrery:focus-visible .orrery-cta{color:var(--gold-strong);border-color:var(--line);gap:10px}@keyframes orrery-spin{to{transform:rotate(360deg)}}@keyframes orrery-breathe{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.95;transform:scale(1.12)}}@keyframes orrery-twinkle{0%,to{opacity:.7}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.orrery-sweep,.orrery-core-glow,.orrery-body,.orrery-figure,.orrery-cta{transition:none;animation:none}}@media (max-width:640px){.orrery-figure{width:248px}}@media (max-width:430px) and (max-height:860px){.orrery-figure{display:none}.orrery{gap:12px}}
