:root {
  --brand-navy: #0A1733;
  --brand-navy-deep: #060F24;
  --brand-navy-soft: #132347;
  --brand-gold: #D8A84B;
  --brand-gold-light: #F0D48A;
  --brand-gold-deep: #A87A28;
  --brand-parchment: #F5EFE1;
  --brand-muted: #9AA7C2;
  --brand-purple: #C026D3;
  --brand-pink: #F472D0;
  --brand-signal-blue: #38A8FF;
  --brand-blue-glow: #7FC7FF;
  --scene-hero-opacity: 1;
  --scene-context-opacity: .105;
  --scene-ambient-opacity: .085;
  --scene-mask: linear-gradient(90deg, transparent 0%, #000 34%, #000 78%, transparent 100%);
  --scene-motion-duration: 11s;
  --mythika-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --brand-body: Inter, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --aeos-mono: "Cascadia Code", Consolas, monospace;
}

.operator-scene img{transform-origin:center;will-change:transform}
@media (prefers-reduced-motion: reduce){
  .operator-scene,.operator-scene img{animation:none!important;transition:none!important;transform:none!important}
}
