/* Both layers use the artwork's 1672 × 941 coordinates and centered cover crop. */
.hero.hero-type{background:#031a3d}
.hero-background{position:absolute;inset:0;z-index:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center;pointer-events:none;user-select:none}
.hero-type .hero-main{z-index:2}
animated-energy-lines{position:absolute;inset:0;z-index:1;display:block;overflow:hidden;pointer-events:none;contain:layout paint}
animated-energy-lines svg{display:block;width:100%;height:100%;overflow:hidden}
.energy-line{animation:energy-depth var(--depth-duration) ease-in-out infinite;animation-play-state:paused}
.energy-pulse{animation:energy-flow var(--duration) linear infinite;animation-delay:var(--delay);animation-play-state:paused}
animated-energy-lines[data-active] .energy-line,animated-energy-lines[data-active] .energy-pulse{animation-play-state:running}
@keyframes energy-flow{from{stroke-dashoffset:120}to{stroke-dashoffset:-1080}}
@keyframes energy-depth{0%,100%{transform:translateY(0);opacity:.75}50%{transform:translateY(var(--drift));opacity:1}}
@media(max-width:600px){.energy-line:nth-child(n+7){display:none}}
@media(prefers-reduced-motion:reduce){animated-energy-lines{display:none}.energy-line,.energy-pulse{animation:none}}
