/* A light, continuous reading veil keeps the video behind crisp KLA typography.
   Text and monogram animations remain independent of the fixed-scale background. */
.hero-stage .hero-camera{inset:0;transform:none}
.hero-stage .hero-backdrop{transform:none;opacity:.70}
.hero-stage.is-background-ready .hero-backdrop{animation:none}
.hero-stage .hero-shade{
  background:
    linear-gradient(90deg,
      rgba(255,255,255,.36) 0%,
      rgba(255,255,255,.64) 16%,
      rgba(255,255,255,.64) 84%,
      rgba(255,255,255,.36) 100%),
    linear-gradient(0deg,#fff 0%,rgba(255,255,255,.20) 7%,transparent 20%);
}
.hero-stage{--gold:#765622;--muted:#364c5b}
.hero-stage .hero-welcome{font-weight:600}
.hero-stage .hero-subtitle{color:#102638;font-weight:600;text-shadow:none}
.hero-stage .hero-subtitle>span,
.hero-stage .hero-subtitle em,
.hero-stage .hero-subtitle .hero-target{text-shadow:none}
.hero-stage .hero-subtitle em,
.hero-stage .hero-subtitle .hero-target{color:#59421e}
.hero-stage .hero-signature-copy>span{color:#654b23}
@media(max-width:850px){
  .hero-stage .hero-backdrop{object-position:50% 50%}
  .hero-stage .hero-shade{
    background:
      linear-gradient(90deg,rgba(255,255,255,.58),rgba(255,255,255,.64) 25%,rgba(255,255,255,.64) 75%,rgba(255,255,255,.58)),
      linear-gradient(0deg,#fff,rgba(255,255,255,.2) 8%,transparent 23%);
  }
}
@media(max-width:600px){
  .hero-stage .hero-backdrop{object-position:45% 50%}
  .hero-stage .hero-shade{
    background:
      linear-gradient(90deg,rgba(255,255,255,.60),rgba(255,255,255,.66) 35%,rgba(255,255,255,.66) 65%,rgba(255,255,255,.60)),
      linear-gradient(0deg,#fff,rgba(255,255,255,.20) 8%,transparent 24%);
  }
}
