/* ESG motion layer — scoped. Hero video background is not replaced. */
#neuralops, #challenge, #approach, #flywheel, #carbon, #comparison, #esg, #dashboard, #architecture, #compliance, #vision {
  scroll-margin-top: 88px;
}
.esg-video-hero { --esg-fx: #62ffc2; }
.esg-hero-fx {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.esg-hero-scan {
  position: absolute;
  left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(98,255,194,.55), transparent);
  animation: esgScan 5.5s linear infinite;
  opacity: .55;
}
.esg-hero-chip {
  position: absolute;
  width: 42px; height: 42px;
  border-radius: 50%;
  display: grid; place-items: center;
  font: 800 13px ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .08em;
  border: 1px solid rgba(98,255,194,.45);
  background: rgba(5,16,10,.55);
  color: #9fffd6;
  box-shadow: 0 0 18px rgba(0,255,159,.18);
  animation: esgChipFloat 6s ease-in-out infinite;
}
.esg-hero-chip--e { top: 16%; left: 7%; }
.esg-hero-chip--s { top: 22%; right: 8%; animation-delay: -2s; color: #7ee0ff; border-color: rgba(0,229,255,.4); }
.esg-hero-chip--g { bottom: 22%; right: 11%; animation-delay: -4s; color: #d7f59a; border-color: rgba(160,208,128,.45); }
.esg-hero-chip i {
  position: absolute; inset: -8px;
  border-radius: 50%;
  border: 1px dashed currentColor;
  opacity: .35;
  animation: esgSpin 12s linear infinite;
}
.esg-video-hero__eyebrow { animation: esgFadeUp .7s ease both; }
.esg-video-hero h1 { animation: esgFadeUp .8s .1s ease both; }
.esg-video-hero__content > p { animation: esgFadeUp .8s .2s ease both; }
.esg-video-hero__actions { animation: esgFadeUp .8s .32s ease both; }
.esg-hero-pipe { animation: esgFadeUp .8s .38s ease both; }
.esg-hero-button--primary { animation: esgCtaPulse 2.8s ease-in-out infinite; }
.esg-video-hero__scroll span:last-child { display: inline-block; animation: esgBounce 1.6s ease-in-out infinite; }
.esg-hero-pipe {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin: 0 auto 22px;
  max-width: 720px;
}
.esg-hero-pipe span {
  padding: 5px 9px;
  border-radius: 999px;
  border: 1px solid rgba(98,255,194,.28);
  background: rgba(5,16,10,.45);
  color: #d7ffe9;
  font: 700 10px ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .06em;
  text-transform: uppercase;
  animation: esgPipeOn 5s ease-in-out infinite;
}
.esg-hero-pipe span:nth-child(1) { animation-delay: 0s; }
.esg-hero-pipe span:nth-child(3) { animation-delay: .7s; }
.esg-hero-pipe span:nth-child(5) { animation-delay: 1.4s; }
.esg-hero-pipe span:nth-child(7) { animation-delay: 2.1s; }
.esg-hero-pipe span:nth-child(9) { animation-delay: 2.8s; }
.esg-hero-pipe i {
  width: 14px; height: 1px;
  background: rgba(98,255,194,.45);
  position: relative;
}
.esg-hero-pipe i:after {
  content: "";
  position: absolute;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: #62ffc2;
  top: -2px; left: 0;
  box-shadow: 0 0 8px #62ffc2;
  animation: esgPipeDot 1.4s linear infinite;
}

@keyframes esgFadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes esgScan { 0% { top: 8%; opacity: 0; } 12% { opacity: .6; } 88% { opacity: .2; } 100% { top: 88%; opacity: 0; } }
@keyframes esgChipFloat { 50% { transform: translateY(-8px); box-shadow: 0 0 28px rgba(0,255,159,.32); } }
@keyframes esgSpin { to { transform: rotate(360deg); } }
@keyframes esgCtaPulse { 50% { box-shadow: 0 0 0 8px rgba(0,232,146,.16); } }
@keyframes esgBounce { 50% { transform: translateY(5px); } }
@keyframes esgPipeOn {
  0%, 14% { border-color: #62ffc2; color: #fff; background: rgba(0,255,159,.18); }
  22%, 100% { border-color: rgba(98,255,194,.28); color: #d7ffe9; background: rgba(5,16,10,.45); }
}
@keyframes esgPipeDot { from { left: 0; opacity: 0; } 20% { opacity: 1; } to { left: 12px; opacity: 0; } }

/* Shared card motion */
.card.esg-in,
[data-animate].esg-in {
  opacity: 1;
  transform: none;
}
.esg-card-glow {
  position: relative;
  overflow: hidden;
}
.esg-card-glow:after {
  content: "";
  position: absolute;
  inset: auto -40% 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--green), transparent);
  animation: esgCardSweep 3.6s linear infinite;
  opacity: .55;
  pointer-events: none;
}
@keyframes esgCardSweep { from { transform: translateX(-30%); } to { transform: translateX(60%); } }

/* Challenge */
.esg-ch-visual {
  height: 120px;
  position: relative;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,51,102,.08), transparent 70%);
  border: 1px solid rgba(255,51,102,.18);
}
.esg-ch-visual .energy-bar {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(180deg, #ff6b8a, #ff3366);
  height: 0;
}
.esg-ch-visual.is-on .energy-bar { animation: esgRise 1.3s cubic-bezier(.23,1,.32,1) forwards; }
.esg-ch-visual.is-on { animation: esgWarn 2.4s ease-in-out infinite; }
.esg-ch-label {
  position: absolute;
  top: 8px; left: 8px;
  font: 800 9px ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .08em;
  color: #ff9aaf;
  z-index: 2;
}
.esg-ch-spark {
  position: absolute;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #ffd0d8;
  opacity: 0;
}
.esg-ch-visual.is-on .esg-ch-spark { animation: esgSpark 1.8s ease-in-out infinite; }
.esg-ch-spark:nth-child(3) { left: 20%; top: 30%; animation-delay: .2s; }
.esg-ch-spark:nth-child(4) { left: 55%; top: 18%; animation-delay: .7s; }
.esg-ch-spark:nth-child(5) { left: 78%; top: 40%; animation-delay: 1.1s; }
@keyframes esgRise { from { height: 0; } to { height: var(--h, 80%); } }
@keyframes esgWarn { 50% { box-shadow: inset 0 0 24px rgba(255,51,102,.18); } }
@keyframes esgSpark { 0%,100% { opacity: 0; transform: translateY(0); } 40% { opacity: 1; transform: translateY(-10px); } }

/* Flywheel live caption */
.esg-fw-live {
  margin-top: 16px;
  min-height: 22px;
  text-align: center;
  font: 700 12px ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--green);
}
.esg-fw-live:before { content: "● "; font-size: 8px; }

/* NeuralOps explainer */
.esg-nops-lead {
  max-width: 740px;
  margin: 0 auto 28px;
  text-align: center;
  color: var(--text-dim);
}
.esg-nops-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 26px;
}
.esg-nops-strip button {
  appearance: none;
  cursor: pointer;
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--bg-elev);
  color: var(--text-dim);
  font: 700 11px inherit;
  letter-spacing: .02em;
  transition: border-color .25s, color .25s, background .25s, transform .25s;
}
.esg-nops-strip button.is-on,
.esg-nops-strip button:hover {
  border-color: var(--green);
  color: var(--green);
  background: var(--glow);
}
.esg-nops-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.esg-nops-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-elev);
  transition: border-color .35s, box-shadow .35s, transform .35s;
}
.esg-nops-card.is-on {
  border-color: var(--green);
  box-shadow: 0 0 0 1px var(--green), 0 16px 40px var(--glow);
  transform: translateY(-4px);
}
.esg-nops-card h3 {
  margin: 10px 0 6px;
  font-size: 15px;
  letter-spacing: -.02em;
}
.esg-nops-card p {
  margin: 0;
  font-size: 13px;
  color: var(--text-dim);
  line-height: 1.45;
  flex: 1;
}
.esg-nops-why {
  display: inline-block;
  align-self: flex-start;
  margin-top: 10px;
  padding: 3px 8px;
  border-radius: 999px;
  border: 1px solid var(--border);
  color: var(--green);
  font: 800 9px ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.esg-nops-note {
  max-width: 720px;
  margin: 18px auto 0;
  text-align: center;
  color: var(--text-dim);
  font-size: 12px;
}

/* Shared mini stage */
.esg-anim {
  position: relative;
  height: 110px;
  border-radius: 12px;
  border: 1px dashed var(--border);
  background: rgba(0,0,0,.18);
  overflow: hidden;
}
html[data-theme="light"] .esg-anim { background: rgba(15,23,42,.04); }

/* 1 Segmentation */
.esg-anim--seg { display: grid; place-items: center; }
.esg-seg-src {
  position: absolute;
  top: 10px;
  padding: 4px 8px;
  border-radius: 8px;
  background: var(--glow);
  color: var(--green);
  font: 800 10px inherit;
  animation: esgSegPulse 2.8s ease-in-out infinite;
}
.esg-seg-bits {
  display: grid;
  grid-template-columns: repeat(4, 18px);
  gap: 6px;
  margin-top: 22px;
}
.esg-seg-bits i {
  height: 18px;
  border-radius: 4px;
  background: var(--green);
  opacity: .2;
  animation: esgSegBit 2.8s ease-in-out infinite;
}
.esg-seg-bits i:nth-child(1) { animation-delay: .2s; }
.esg-seg-bits i:nth-child(2) { animation-delay: .4s; }
.esg-seg-bits i:nth-child(3) { animation-delay: .6s; }
.esg-seg-bits i:nth-child(4) { animation-delay: .8s; }
@keyframes esgSegPulse { 0%,40% { transform: scale(1); } 55% { transform: scale(.86); opacity: .5; } 100% { transform: scale(1); } }
@keyframes esgSegBit { 0%,35% { opacity: .15; transform: translateY(8px); } 50%,100% { opacity: 1; transform: none; } }

/* 2 Smart routing */
.esg-anim--route { display: grid; grid-template-columns: 22px 1fr; gap: 8px; padding: 8px 10px; align-items: center; }
.esg-route-in {
  align-self: center;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px var(--green);
  animation: esgBlink 1.4s ease-in-out infinite;
}
.esg-route-lanes { display: grid; gap: 5px; align-content: center; }
.esg-route-lanes span {
  position: relative;
  padding: 4px 8px 4px 18px;
  border-radius: 8px;
  border: 1px solid var(--border);
  font: 800 10px inherit;
  color: var(--text-dim);
  overflow: hidden;
}
.esg-route-lanes span:after {
  content: "";
  position: absolute;
  left: -20%;
  top: 0; bottom: 0;
  width: 22%;
  background: linear-gradient(90deg, transparent, var(--green), transparent);
  animation: esgLane 2.4s linear infinite;
  opacity: .0;
}
.esg-route-lanes span:nth-child(1):after { animation-delay: 0s; opacity: .9; }
.esg-route-lanes span:nth-child(2):after { animation-delay: .9s; opacity: .55; }
.esg-route-lanes span:nth-child(3):after { animation-delay: 1.8s; opacity: .25; background: linear-gradient(90deg, transparent, #ff6b6b, transparent); }
@keyframes esgLane { from { left: -25%; } to { left: 110%; } }
@keyframes esgBlink { 50% { opacity: .35; } }

/* 3 Distillation */
.esg-anim--distill { display: flex; align-items: center; justify-content: center; gap: 10px; }
.esg-distill-big, .esg-distill-small {
  display: grid; place-items: center;
  border-radius: 12px;
  font: 800 10px ui-monospace, SFMono-Regular, Menlo, monospace;
}
.esg-distill-big {
  width: 54px; height: 54px;
  background: rgba(255,107,107,.16);
  border: 1px solid rgba(255,107,107,.4);
  color: #ff8a8a;
  animation: esgShrink 3.2s ease-in-out infinite;
}
.esg-distill-small {
  width: 34px; height: 34px;
  background: var(--glow);
  border: 1px solid var(--green);
  color: var(--green);
  animation: esgGrow 3.2s ease-in-out infinite;
}
.esg-distill-arrow { color: var(--green); font-weight: 900; }
@keyframes esgShrink { 0%,20% { transform: scale(1); opacity: 1; } 70%,100% { transform: scale(.72); opacity: .45; } }
@keyframes esgGrow { 0%,20% { transform: scale(.7); opacity: .4; } 70%,100% { transform: scale(1); opacity: 1; } }

/* 4 Detached */
.esg-anim--detach { display: flex; align-items: center; justify-content: space-evenly; padding: 8px; }
.esg-detach-loop {
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 2px dashed var(--green);
  display: grid; place-items: center;
  font: 800 8px ui-monospace, SFMono-Regular, Menlo, monospace;
  color: var(--green);
  animation: esgSpin 4s linear infinite;
}
.esg-detach-gpu {
  padding: 6px 8px;
  border-radius: 8px;
  border: 1px solid var(--border);
  color: var(--text-dim);
  font: 800 9px ui-monospace, SFMono-Regular, Menlo, monospace;
  opacity: .4;
}
.esg-nops-card.is-on .esg-detach-gpu { animation: esgGpuRare 4.8s ease-in-out infinite; }
@keyframes esgGpuRare { 0%,78%,100% { opacity: .35; border-color: var(--border); } 84%,90% { opacity: 1; border-color: #ff6b6b; color: #ff6b6b; } }

/* 5 Private infra */
.esg-anim--infra { display: grid; place-items: center; }
.esg-infra-core {
  width: 42px; height: 42px;
  border-radius: 12px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--green), var(--cyan));
  color: #041009;
  font: 900 10px inherit;
  z-index: 2;
  animation: esgInfraPulse 2.2s ease-in-out infinite;
}
.esg-infra-ring {
  position: absolute;
  width: 70px; height: 70px;
  border-radius: 50%;
  border: 1px dashed var(--cyan);
  animation: esgSpin 8s linear infinite;
}
@keyframes esgInfraPulse { 50% { box-shadow: 0 0 22px var(--glow); transform: scale(1.06); } }

/* 6 Parser */
.esg-anim--parse { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 6px; padding: 22px 10px 10px; }
.esg-anim--parse span {
  height: 28px;
  border-radius: 6px;
  border: 1px solid var(--border);
  display: grid; place-items: center;
  font: 800 9px inherit;
  color: var(--text-dim);
  animation: esgParseFill 3.2s ease-in-out infinite;
}
.esg-anim--parse span:nth-child(1) { animation-delay: 0s; }
.esg-anim--parse span:nth-child(2) { animation-delay: .35s; }
.esg-anim--parse span:nth-child(3) { animation-delay: .7s; }
.esg-anim--parse span:nth-child(4) { animation-delay: 1.05s; }
@keyframes esgParseFill {
  0%, 18% { background: transparent; color: var(--text-dim); }
  28%, 100% { background: var(--glow); color: var(--green); border-color: var(--green); }
}

/* 7 Guardrails */
.esg-anim--guard { padding: 12px; }
.esg-guard-wall {
  position: absolute;
  left: 50%; top: 18px; bottom: 18px;
  width: 4px;
  margin-left: -2px;
  border-radius: 4px;
  background: var(--green);
  box-shadow: 0 0 12px var(--green);
}
.esg-guard-tok {
  position: absolute;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #ff6b6b;
  animation: esgGuardBounce 1.8s ease-in-out infinite;
}
.esg-guard-tok:nth-child(2) { top: 22px; animation-delay: .2s; }
.esg-guard-tok:nth-child(3) { top: 44px; animation-delay: .6s; background: #ffb36b; }
.esg-guard-tok:nth-child(4) { top: 64px; animation-delay: 1s; }
@keyframes esgGuardBounce {
  0% { left: 12%; opacity: 1; }
  45% { left: 46%; opacity: 1; }
  70% { left: 18%; opacity: .4; }
  100% { left: 12%; opacity: 0; }
}

/* 8 Monitor */
.esg-anim--mon { display: grid; place-items: center; }
.esg-mon-radar {
  width: 64px; height: 64px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background:
    radial-gradient(circle, transparent 58%, var(--border) 59% 60%, transparent 61%),
    conic-gradient(from 0deg, transparent 0 70%, rgba(0,255,159,.45) 88%, transparent 100%);
  animation: esgSpin 3.4s linear infinite;
}
.esg-mon-dots { position: absolute; inset: 18px; }
.esg-mon-dots i {
  position: absolute;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--green);
  animation: esgBlink 1.6s ease-in-out infinite;
}
.esg-mon-dots i:nth-child(1) { left: 10%; top: 30%; }
.esg-mon-dots i:nth-child(2) { right: 16%; top: 20%; animation-delay: .4s; background: var(--cyan); }
.esg-mon-dots i:nth-child(3) { left: 40%; bottom: 10%; animation-delay: .8s; }

/* Carbon unique stages reuse esg-anim */
.esg-carbon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

/* Comparison lanes */
.esg-cmp-box {
  height: 188px;
  position: relative;
  border-radius: 10px;
  margin: 14px 0;
  overflow: hidden;
  border: 1px solid var(--border);
}
.esg-cmp-box--trad { background: linear-gradient(180deg, rgba(255,107,107,.12), rgba(255,107,107,.04)); }
.esg-cmp-box--nops { background: linear-gradient(180deg, rgba(0,255,159,.1), rgba(0,229,255,.04)); }
.esg-cmp-pit {
  position: absolute;
  left: 12%; right: 12%;
  bottom: 10px;
  height: 36px;
  border-radius: 8px;
  display: grid; place-items: center;
  font: 800 11px inherit;
}
.esg-cmp-box--trad .esg-cmp-pit {
  background: rgba(255,107,107,.25);
  color: #ff8a8a;
  animation: esgHeat 1.6s ease-in-out infinite;
}
.esg-cmp-box--nops .esg-cmp-lanes {
  position: absolute;
  left: 10px; right: 10px; bottom: 10px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 6px;
}
.esg-cmp-box--nops .esg-cmp-lanes span {
  padding: 6px 2px;
  border-radius: 8px;
  border: 1px solid var(--border);
  text-align: center;
  font: 800 9px inherit;
  color: var(--text-dim);
}
.esg-cmp-box--nops .esg-cmp-lanes span.is-hot {
  border-color: var(--green);
  color: var(--green);
  background: var(--glow);
}
.esg-cmp-pkt {
  position: absolute;
  width: 8px; height: 8px;
  border-radius: 50%;
  top: 12px;
}
.esg-cmp-box--trad .esg-cmp-pkt {
  background: #ff6b6b;
  animation: esgFallGpu 1.7s linear infinite;
}
.esg-cmp-box--nops .esg-cmp-pkt {
  background: var(--green);
  animation: esgFallSmart 2.4s linear infinite;
}
@keyframes esgHeat { 50% { box-shadow: 0 0 22px rgba(255,107,107,.35); } }
@keyframes esgFallGpu { from { top: 8px; opacity: 1; } to { top: 140px; opacity: .2; } }
@keyframes esgFallSmart {
  0% { top: 8px; left: 18%; opacity: 1; }
  40% { top: 70px; left: 30%; }
  100% { top: 132px; left: var(--end, 18%); opacity: .2; }
}

/* Pillars */
.esg-pillar-letter {
  width: 36px; height: 36px;
  border-radius: 10px;
  display: grid; place-items: center;
  font-weight: 900;
  margin-bottom: 8px;
  background: var(--glow);
  color: var(--green);
  animation: esgInfraPulse 2.6s ease-in-out infinite;
}
.esg-pillar .progress .bar { width: 0; }
.esg-pillar.is-on .progress .bar { width: var(--p, 80%); }
.compliance-card.is-on .check { stroke-dashoffset: 0; }

/* Vision */
.esg-vision-line {
  margin-top: 16px;
  height: 4px;
  background: var(--border);
  border-radius: 2px;
  overflow: hidden;
}
.esg-vision-line i {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(to right, var(--green), var(--cyan));
}
.esg-vision-line.is-on i { animation: esgVisionFill 2.2s ease forwards; }
@keyframes esgVisionFill { to { width: 86%; } }
.esg-vision-accent { animation: esgBlink 2.4s ease-in-out infinite; }

/* Dashboard rings */
.esg-metric-ring {
  position: relative;
  width: 72px; height: 72px;
  margin: 0 auto 8px;
  display: grid; place-items: center;
}
.esg-metric-ring:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(var(--green) calc(var(--m, 70) * 1%), var(--border) 0);
  animation: esgSpin 16s linear infinite;
}
.esg-metric-ring:after {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  background: var(--bg-elev);
}
.esg-metric-ring .metric { position: relative; z-index: 1; font-size: 20px; }

/* Architecture flow */
.esg-arch {
  display: grid;
  gap: 10px;
  justify-items: center;
}
.esg-arch-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.esg-arch-row .node { position: relative; }
.esg-arch-row .node.active:after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  border: 1px solid var(--green);
  animation: esgArchPing 1.2s ease-out;
}
.esg-arch-signal {
  height: 2px;
  width: min(70%, 420px);
  background: linear-gradient(90deg, transparent, var(--green), transparent);
  position: relative;
  overflow: hidden;
}
.esg-arch-signal i {
  position: absolute;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  top: -3px;
  animation: esgArchDot 2.2s linear infinite;
  box-shadow: 0 0 8px var(--cyan);
}
@keyframes esgArchPing { from { transform: scale(.96); opacity: .8; } to { transform: scale(1.08); opacity: 0; } }
@keyframes esgArchDot { from { left: 0; opacity: 0; } 15% { opacity: 1; } to { left: 100%; opacity: 0; } }

html[data-theme="light"] .esg-hero-pipe span,
html[data-theme="light"] .esg-hero-chip {
  text-shadow: none;
}

@media (max-width: 980px) {
  .esg-nops-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .esg-hero-chip { width: 34px; height: 34px; font-size: 11px; }
  .esg-nops-card.is-on { transform: none; }
}
@media (max-width: 640px) {
  .esg-hero-chip { display: none; }
  .esg-hero-pipe { gap: 4px; margin-bottom: 16px; }
  .esg-hero-pipe span { font-size: 9px; padding: 4px 7px; }
  .esg-hero-pipe i { width: 8px; }
  .esg-nops-grid { grid-template-columns: 1fr; }
  .esg-cmp-box--nops .esg-cmp-lanes { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .esg-metric-ring { width: 64px; height: 64px; }
}
@media (prefers-reduced-motion: reduce) {
  .esg-hero-scan, .esg-hero-chip, .esg-hero-chip i,
  .esg-video-hero__eyebrow, .esg-video-hero h1, .esg-video-hero__content > p,
  .esg-video-hero__actions, .esg-hero-pipe, .esg-hero-pipe span, .esg-hero-pipe i:after,
  .esg-hero-button--primary, .esg-video-hero__scroll span:last-child,
  .esg-card-glow:after, .energy-bar, .esg-ch-visual, .esg-ch-spark,
  .esg-anim--seg *, .esg-route-in, .esg-route-lanes span:after,
  .esg-distill-big, .esg-distill-small, .esg-detach-loop, .esg-detach-gpu,
  .esg-infra-core, .esg-infra-ring, .esg-anim--parse span, .esg-guard-tok,
  .esg-mon-radar, .esg-mon-dots i, .esg-cmp-pkt, .esg-cmp-pit,
  .esg-pillar-letter, .esg-vision-accent, .esg-metric-ring:before,
  .esg-arch-row .node.active:after, .esg-arch-signal i, .esg-nops-card {
    animation: none !important;
    transition: none !important;
  }
  .esg-video-hero__eyebrow, .esg-video-hero h1, .esg-video-hero__content > p,
  .esg-video-hero__actions, .esg-hero-pipe { opacity: 1 !important; transform: none !important; }
  .esg-ch-visual .energy-bar { height: var(--h, 80%) !important; }
  .esg-pillar .progress .bar { width: var(--p, 80%) !important; }
  .esg-vision-line i { width: 86% !important; }
  .esg-nops-card.is-on { transform: none; }
}
