/* Bounded About operating-partner refinement; effects never sit behind copy. */
body[data-route="/about/"] .about-standards{gap:clamp(3rem,6vw,7rem);padding-block:clamp(4rem,6vw,7rem);align-items:start}
body[data-route="/about/"] .about-standards__intro h2{font-size:clamp(3.3rem,5.3vw,6rem);max-width:11ch}
body[data-route="/about/"] .about-standards__list article{grid-template-columns:minmax(0,1fr);gap:0;padding:1.8rem 0}
.about-operating-signal{max-width:30rem;margin-top:2rem;pointer-events:none}
.about-operating-signal__labels{display:flex;justify-content:space-between;padding:0 2%;color:#8dbbff;font:600 .65rem/1.4 var(--font-mono);letter-spacing:.1em;text-transform:uppercase}
.about-operating-signal svg{display:block;width:100%;height:auto;overflow:hidden;background:radial-gradient(ellipse at 50% 68%,rgba(36,109,255,.16),transparent 62%)}
.operating-track{stroke:#305175;stroke-width:1}
.operating-flow{stroke:#398aff;stroke-width:1.5;stroke-dasharray:1;stroke-dashoffset:0}
.operating-nodes{fill:#071b34;stroke:#4a96ff;stroke-width:1.5}
.operating-halo{fill:#2267d5;fill-opacity:.13;stroke:#398aff;stroke-opacity:.4}
.operating-core{fill:#91c4ff}
.about-operating-signal__caption{display:block;margin-top:.5rem;text-align:center;color:#8dbbff;font:600 .65rem/1.5 var(--font-mono);letter-spacing:.12em;text-transform:uppercase}
.about-operating-signal.is-visible .operating-flow{animation:operating-connect 4s ease-out both}
@keyframes operating-connect{from{stroke-dashoffset:1;opacity:.25}to{stroke-dashoffset:0;opacity:1}}
@media(max-width:1050px){body[data-route="/about/"] .about-standards{grid-template-columns:minmax(0,1fr);gap:2.5rem}.about-operating-signal{max-width:28rem}}
@media(max-width:650px){body[data-route="/about/"] .about-standards__intro h2{font-size:clamp(3rem,11vw,4rem)}.about-operating-signal{margin-top:1.5rem}}
@media(prefers-reduced-motion:reduce){.about-operating-signal.is-visible .operating-flow{animation:none}}
