/* 智企时代官网 2.0 视觉升级层：生成视觉、叙事场景、证据、交互与品牌动效 */
/* V2 visual upgrade: generated hero infrastructure */
.hero-media {
  position: absolute;
  inset: var(--header-h) 0 0;
  z-index: -3;
  overflow: hidden;
  background: #edf2f5;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: hero-media-breathe 22s ease-in-out infinite alternate;
}

.hero::before {
  z-index: -2;
  background: rgba(255, 255, 255, .04);
}

.hero-grid {
  z-index: -1;
  opacity: .48;
}

.hero-layout {
  grid-template-columns: minmax(0, 7fr) minmax(400px, 5fr);
  gap: 26px;
}

.hero-copy {
  max-width: 650px;
}

.hero h1 {
  font-size: 60px;
}

.hero-summary {
  max-width: 570px;
  color: #303844;
}

.hero-system {
  width: min(100%, 470px);
  min-height: 520px;
}

.capability-node {
  color: #f7fbfe;
  text-shadow: 0 1px 12px rgba(0, 0, 0, .78);
}

.capability-node small {
  color: rgba(240, 247, 252, .8);
}

.capability-lines path {
  stroke: rgba(85, 198, 255, .56);
}

.system-sequence {
  border-top-color: rgba(255, 255, 255, .28);
}

.system-sequence span {
  border-right-color: rgba(255, 255, 255, .16);
  color: rgba(240, 247, 252, .7);
  text-shadow: 0 1px 8px rgba(0, 0, 0, .65);
}

.system-sequence b {
  color: #8fd6fa;
}

@keyframes hero-media-breathe {
  from { transform: scale(1.002); }
  to { transform: scale(1.025); }
}

@media (max-width: 1120px) {
  .hero h1 { font-size: 52px; }
  .hero-layout { grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); }
}

@media (max-width: 860px) {
  .hero-media {
    inset: var(--header-h) 0 0;
    opacity: .32;
  }

  .hero-media img {
    object-position: 70% center;
  }

  .hero-system {
    color: var(--ink);
  }

  .capability-node {
    color: var(--ink);
    text-shadow: 0 1px 12px rgba(255, 255, 255, .95);
  }

  .capability-node small {
    color: var(--graphite);
  }

  .system-sequence span {
    color: var(--muted);
    text-shadow: none;
  }

  .system-sequence b {
    color: var(--blue-deep);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-media img { animation: none; }
}
/* V2 hero responsive correction */
@media (min-width: 861px) {
  .hero-copy { max-width: 580px; }
  .hero h1 { font-size: 54px; }
  .hero-summary { max-width: 520px; }
}

@media (max-width: 860px) {
  .hero {
    min-height: calc(100svh - 20px);
  }

  .hero-layout {
    position: relative;
    min-height: 720px;
    grid-template-columns: minmax(0, 1fr);
    align-content: start;
    gap: 0;
    padding: 32px 0 72px;
  }

  .hero-copy {
    width: 100%;
    max-width: 100%;
  }

  .hero-copy::before {
    content: "";
    position: absolute;
    inset: -18px -18px -24px;
    z-index: -1;
    background: rgba(245, 248, 250, .6);
    backdrop-filter: blur(2px);
  }

  .hero-media {
    opacity: .82;
  }

  .hero-media img {
    object-position: center;
  }

  .hero h1 {
    max-width: 350px;
  }

  .hero-summary {
    max-width: 340px;
  }

  .hero-system {
    position: absolute;
    right: -82px;
    bottom: 42px;
    width: 310px;
    min-height: 310px;
    margin: 0;
    opacity: .58;
    pointer-events: none;
  }

  .capability-map {
    width: 100%;
  }

  .capability-node,
  .system-sequence {
    display: none;
  }
}

@media (max-width: 620px) {
  .hero-layout {
    min-height: 690px;
    padding-top: 20px;
  }

  .hero h1 {
    max-width: 335px;
    font-size: 39px;
    line-height: 1.15;
  }

  .hero-summary {
    max-width: 330px;
    font-size: 14px;
    line-height: 1.65;
  }

  .hero-actions {
    max-width: 330px;
  }

  .hero-proof {
    max-width: 330px;
  }

  .hero-system {
    right: -96px;
    bottom: 30px;
    width: 280px;
    min-height: 280px;
  }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 37px; }
}
/* V2 hero final readability pass */
.hero-status {
  position: relative;
  z-index: 4;
  background: rgba(247, 249, 251, .9);
  box-shadow: 0 0 0 100vmax rgba(247, 249, 251, .9);
  clip-path: inset(0 -100vmax);
  backdrop-filter: blur(10px);
}

@media (max-width: 860px) {
  .hero-copy::before {
    content: none;
  }

  .hero-media {
    opacity: .58;
  }

  .hero-copy {
    text-shadow: 0 1px 18px rgba(255, 255, 255, .95);
  }

  .hero-actions,
  .hero-proof {
    text-shadow: none;
  }
}
/* V2 narrative image scenes */
.gap-scene-visual {
  position: relative;
  height: clamp(430px, 54vw, 680px);
  margin: 0;
  overflow: hidden;
  background: #dfe5e9;
}

.gap-scene-visual picture,
.gap-scene-visual img {
  width: 100%;
  height: 100%;
  display: block;
}

.gap-scene-visual img {
  object-fit: cover;
  transition: transform var(--motion-ambient) ease-out;
}

.gap-scene-visual.is-visible img {
  transform: scale(1.018);
}

.gap-scene-visual figcaption,
.concept-caption {
  position: absolute;
  right: max(24px, calc((100vw - 1280px) / 2));
  bottom: 20px;
  z-index: 3;
  margin: 0;
  padding: 7px 10px;
  color: rgba(255, 255, 255, .94);
  background: rgba(10, 15, 28, .74);
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
  backdrop-filter: blur(8px);
}

.gap-signal {
  position: absolute;
  top: 60%;
  z-index: 2;
  height: 2px;
  background: #32a9e4;
  box-shadow: 0 0 18px rgba(10, 132, 198, .54);
  transform: scaleX(.15);
  transform-origin: left;
  animation: gap-signal-flow 5.5s ease-in-out infinite;
}

.gap-signal-a {
  left: 18%;
  width: 32%;
}

.gap-signal-b {
  left: 47%;
  width: 28%;
  animation-delay: -2.2s;
}

@keyframes gap-signal-flow {
  0%, 100% { opacity: .25; transform: scaleX(.12); }
  48% { opacity: .9; transform: scaleX(1); }
}

.elevation-theatre {
  position: relative;
  height: 160svh;
  min-height: 1180px;
  background: #e7ecef;
  --elevation-px: 0px;
  --elevation-py: 0px;
  --elevation-back-x: 0px;
  --elevation-back-y: 0px;
  --elevation-core-x: 0px;
  --elevation-core-y: 0px;
}

.elevation-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 700px;
  overflow: hidden;
  isolation: isolate;
}

.elevation-media {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.elevation-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(248, 250, 251, .18) 0%, rgba(239, 244, 247, .04) 55%, rgba(226, 233, 237, .18) 100%),
    radial-gradient(circle at 50% 70%, rgba(255, 255, 255, .22), transparent 48%);
}

.elevation-media,
.elevation-media img {
  width: 100%;
  height: 100%;
  display: block;
}

.elevation-media img {
  object-fit: cover;
  object-position: center;
  transform: scale(calc(1.012 + var(--elevation-progress, 0) * .022));
  transition: transform 80ms linear;
}

.elevation-copy {
  position: absolute;
  inset: clamp(90px, 12vh, 130px) 0 auto;
  z-index: 5;
  pointer-events: none;
}

.elevation-copy h2 {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--ink);
  font-size: 50px;
  font-weight: 720;
  line-height: 1.18;
}

.elevation-copy > p:last-child {
  max-width: 540px;
  margin: 20px 0 0;
  color: #303844;
  font-size: 15px;
  line-height: 1.75;
}

.elevation-system {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.elevation-kinetic {
  position: absolute;
  left: 50%;
  top: 69%;
  width: min(1060px, 82vw);
  aspect-ratio: 1000 / 520;
  transform: translate(-50%, -50%);
  isolation: isolate;
}

.elevation-atmosphere {
  position: absolute;
  inset: 5% 7%;
  z-index: -1;
  opacity: .18;
  background:
    radial-gradient(ellipse at center, rgba(223, 247, 255, .82) 0 8%, rgba(10, 132, 198, .18) 18%, rgba(10, 132, 198, .06) 35%, transparent 66%),
    conic-gradient(from 30deg at center, transparent 0 18%, rgba(10, 132, 198, .12) 22%, transparent 27% 61%, rgba(10, 132, 198, .1) 66%, transparent 72%);
  filter: blur(13px);
  transform: translate(var(--elevation-back-x), var(--elevation-back-y)) scale(.88);
  transition: opacity 900ms ease, transform 260ms ease-out;
}

.elevation-orbits {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  transform: translate(var(--elevation-px), var(--elevation-py));
  transition: transform 260ms ease-out;
}

.elevation-field-halo {
  opacity: .12;
  transform: scale(.78);
  transform-origin: 500px 286px;
  transition: opacity 900ms ease, transform 1100ms var(--ease);
}

.elevation-orbit-planes {
  opacity: .14;
  transform-origin: 500px 286px;
  transition: opacity 900ms ease;
}

.elevation-orbit-ring {
  fill: none;
  stroke: rgba(10, 15, 28, .22);
  stroke-width: 1;
  stroke-dasharray: 2 12;
  vector-effect: non-scaling-stroke;
}

.elevation-orbit-ring.ring-a {
  stroke: rgba(10, 132, 198, .48);
  stroke-dasharray: 3 15;
}

.elevation-orbit-ring.ring-b {
  stroke: rgba(10, 15, 28, .2);
}

.elevation-orbit-ring.ring-c {
  stroke: rgba(10, 132, 198, .25);
}

.elevation-orbit-trace {
  fill: none;
  stroke: url(#elevation-trace-gradient);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-dasharray: 58 300;
  stroke-dashoffset: 260;
  opacity: 0;
  vector-effect: non-scaling-stroke;
  transition: opacity 900ms ease;
}

.trace-b {
  stroke-width: 1.2;
  stroke-dasharray: 34 340;
}

.trace-c {
  stroke-width: 1;
  stroke-dasharray: 26 380;
}

.elevation-inbound {
  display: none;
  opacity: 0;
}

.elevation-inbound use {
  fill: none;
  stroke: rgba(10, 132, 198, .34);
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-dasharray: 4 18;
  vector-effect: non-scaling-stroke;
}

.inbound-signal {
  fill: #0a84c6;
  stroke: #eefaff;
  stroke-width: 1.5;
  filter: drop-shadow(0 0 7px rgba(10, 132, 198, .86));
}

.elevation-particles {
  opacity: 0;
  transition: opacity 900ms ease;
}

.energy-particle {
  fill: #1ba5e8;
  stroke: #e7f8ff;
  stroke-width: 1.5;
}

.particle-b {
  fill: #0a0f1c;
  stroke: #6bd6ff;
}

.elevation-coordinate {
  opacity: 0;
  transform: translate(var(--dx), var(--dy));
  transition: opacity 720ms ease, transform 920ms var(--ease);
}

.elevation-coordinate path {
  fill: none;
  stroke: rgba(10, 132, 198, .56);
  stroke-width: 1.4;
  vector-effect: non-scaling-stroke;
}

.elevation-coordinate circle {
  fill: #0a84c6;
  stroke: rgba(245, 251, 255, .92);
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 0 8px rgba(10, 132, 198, .62));
}

.coordinate-cn {
  fill: #0a0f1c;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
}

.coordinate-service,
.coordinate-compliance {
  transition-delay: 80ms;
}

.coordinate-organization,
.coordinate-capital {
  transition-delay: 160ms;
}

.elevation-ascent {
  opacity: 0;
  transition: opacity 700ms ease;
}

.ascent-rail {
  fill: none;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.rail-soft {
  stroke: rgba(10, 132, 198, .24);
  stroke-width: 8;
  filter: blur(5px);
}

.rail-hot {
  stroke: #078bd0;
  stroke-width: 2.1;
  stroke-dasharray: 164;
  stroke-dashoffset: 164;
  filter: drop-shadow(0 0 7px rgba(10, 132, 198, .82));
  transition: stroke-dashoffset 1100ms var(--ease);
}

.ascent-signal {
  fill: #58c8fa;
  opacity: 0;
  filter: drop-shadow(0 0 11px rgba(10, 132, 198, .9));
}

.ascent-wave {
  fill: none;
  stroke: rgba(10, 132, 198, .68);
  stroke-width: 1.4;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
}

.elevation-logo-lock {
  position: absolute;
  left: 50%;
  top: 55%;
  z-index: 4;
  width: 220px;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, -50%) translate(var(--elevation-core-x), var(--elevation-core-y)) scale(.84);
  transition: opacity 800ms ease, transform 1000ms var(--ease);
}

.elevation-logo-lock::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 43%;
  z-index: -2;
  width: 248px;
  height: 248px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(250, 252, 253, .99) 0 34%, rgba(244, 250, 252, .9) 46%, rgba(210, 239, 252, .34) 62%, rgba(210, 239, 252, 0) 76%);
  transform: translate(-50%, -50%);
}

.elevation-brand-mark {
  position: relative;
  z-index: 2;
  display: block;
  width: 132px;
  height: auto;
  margin: 0 auto;
  overflow: visible;
  filter: drop-shadow(0 12px 32px rgba(10, 15, 28, .2));
}

.brand-piece {
  transform-box: fill-box;
  transform-origin: center;
  opacity: 0;
  transition: opacity 620ms ease, transform 900ms var(--ease), filter 700ms ease;
}

.brand-frame {
  transform: scale(1.08);
  transition-delay: 0ms;
}

.brand-plane-a {
  transform: translate(-16px, 8px);
  transition-delay: 90ms;
}

.brand-plane-b {
  transform: translate(16px, 8px);
  transition-delay: 90ms;
}

.brand-link-a {
  transform: translate(-12px, -6px);
  transition-delay: 170ms;
}

.brand-link-b {
  transform: translate(12px, -6px);
  transition-delay: 170ms;
}

.brand-spine {
  transform: scaleY(.55);
  transition-delay: 250ms;
}

.brand-hub {
  transform: scale(.18);
}

.brand-rise-shaft {
  transform: scaleY(.06);
  transform-origin: center bottom;
}

.brand-rise-head {
  transform: scale(.62);
}

.elevation-logo-lock p {
  margin: 10px 0 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 820;
  line-height: 1.3;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 500ms ease, transform 700ms var(--ease);
}

.elevation-theatre[data-elevation-step="1"] .elevation-coordinate,
.elevation-theatre[data-elevation-step="2"] .elevation-coordinate,
.elevation-theatre[data-elevation-step="3"] .elevation-coordinate,
.elevation-theatre[data-elevation-step="4"] .elevation-coordinate {
  opacity: 1;
  transform: translate(0, 0);
}

.elevation-theatre[data-elevation-step="1"] .elevation-orbit-planes,
.elevation-theatre[data-elevation-step="2"] .elevation-orbit-planes,
.elevation-theatre[data-elevation-step="3"] .elevation-orbit-planes,
.elevation-theatre[data-elevation-step="4"] .elevation-orbit-planes {
  opacity: .58;
}

.elevation-theatre[data-elevation-step="2"] .elevation-inbound {
  display: block;
  opacity: 1;
}

.elevation-theatre[data-elevation-step="2"] .elevation-orbit-trace,
.elevation-theatre[data-elevation-step="3"] .elevation-orbit-trace,
.elevation-theatre[data-elevation-step="4"] .elevation-orbit-trace {
  opacity: .74;
}

.elevation-theatre[data-elevation-step="2"] .elevation-particles,
.elevation-theatre[data-elevation-step="3"] .elevation-particles,
.elevation-theatre[data-elevation-step="4"] .elevation-particles {
  opacity: .82;
}

.elevation-theatre[data-elevation-step="2"] .elevation-logo-lock {
  opacity: .9;
  transform: translate(-50%, -50%) translate(var(--elevation-core-x), var(--elevation-core-y)) scale(.96);
}

.elevation-theatre[data-elevation-step="2"] .brand-frame,
.elevation-theatre[data-elevation-step="2"] .brand-plane,
.elevation-theatre[data-elevation-step="2"] .brand-link,
.elevation-theatre[data-elevation-step="2"] .brand-spine,
.elevation-theatre[data-elevation-step="3"] .brand-frame,
.elevation-theatre[data-elevation-step="3"] .brand-plane,
.elevation-theatre[data-elevation-step="3"] .brand-link,
.elevation-theatre[data-elevation-step="3"] .brand-spine,
.elevation-theatre[data-elevation-step="4"] .brand-frame,
.elevation-theatre[data-elevation-step="4"] .brand-plane,
.elevation-theatre[data-elevation-step="4"] .brand-link,
.elevation-theatre[data-elevation-step="4"] .brand-spine {
  opacity: 1;
  transform: none;
}

.elevation-theatre[data-elevation-step="3"] .elevation-logo-lock,
.elevation-theatre[data-elevation-step="4"] .elevation-logo-lock {
  opacity: 1;
  transform: translate(-50%, -50%) translate(var(--elevation-core-x), var(--elevation-core-y)) scale(1);
}

.elevation-theatre[data-elevation-step="3"] .brand-hub,
.elevation-theatre[data-elevation-step="4"] .brand-hub {
  opacity: 1;
  transform: scale(1);
  filter: drop-shadow(0 0 8px rgba(10, 132, 198, .52));
}

.elevation-theatre[data-elevation-step="3"] .elevation-logo-lock p,
.elevation-theatre[data-elevation-step="4"] .elevation-logo-lock p {
  opacity: 1;
  transform: translateY(0);
}

.elevation-theatre[data-elevation-step="3"] .elevation-field-halo,
.elevation-theatre[data-elevation-step="4"] .elevation-field-halo {
  opacity: .72;
  transform: scale(1);
}

.elevation-theatre[data-elevation-step="3"] .elevation-atmosphere,
.elevation-theatre[data-elevation-step="4"] .elevation-atmosphere {
  opacity: .62;
  transform: translate(var(--elevation-back-x), var(--elevation-back-y)) scale(1);
}

.elevation-theatre[data-elevation-step="4"] .brand-rise {
  opacity: 1;
  transform: none;
}

.elevation-theatre[data-elevation-step="4"] .elevation-ascent {
  opacity: 1;
  filter: drop-shadow(0 0 7px rgba(10, 132, 198, .42));
}

.elevation-theatre[data-elevation-step="4"] .rail-hot {
  stroke-dashoffset: 0;
}

.elevation-theatre[data-elevation-step="4"] .ascent-signal,
.elevation-theatre[data-elevation-step="4"] .ascent-wave {
  opacity: 1;
}

.elevation-theatre[data-elevation-step="4"] .elevation-orbit-planes {
  opacity: .4;
}

.elevation-theatre[data-elevation-step="4"] .elevation-orbit-trace {
  opacity: .48;
}

.elevation-theatre[data-elevation-step="4"] .elevation-particles {
  opacity: .62;
}

.elevation-theatre.is-motion-active[data-elevation-step="2"] .elevation-inbound use {
  animation: elevation-input-flow 2.8s linear infinite;
}

.elevation-theatre.is-motion-active[data-elevation-step="2"] .elevation-orbit-trace,
.elevation-theatre.is-motion-active[data-elevation-step="3"] .elevation-orbit-trace,
.elevation-theatre.is-motion-active[data-elevation-step="4"] .elevation-orbit-trace {
  animation: elevation-trace-flow 10s linear infinite;
}

.elevation-theatre.is-motion-active[data-elevation-step="2"] .trace-b,
.elevation-theatre.is-motion-active[data-elevation-step="3"] .trace-b,
.elevation-theatre.is-motion-active[data-elevation-step="4"] .trace-b {
  animation-duration: 14s;
  animation-direction: reverse;
}


.elevation-theatre.is-motion-active[data-elevation-step="3"] .brand-hub,
.elevation-theatre.is-motion-active[data-elevation-step="4"] .brand-hub {
  animation: elevation-brand-hub 5.8s ease-in-out infinite;
}

.elevation-theatre.is-motion-active[data-elevation-step="4"] .elevation-brand-mark {
  animation: elevation-logo-breathe 8s ease-in-out infinite;
}

.elevation-theatre.is-motion-active[data-elevation-step="4"] .ascent-signal {
  animation: elevation-ascent-signal 3.8s ease-in-out infinite;
}

.elevation-theatre.is-motion-active[data-elevation-step="4"] .ascent-wave {
  animation: elevation-ascent-wave 3.8s ease-out infinite;
}

@keyframes elevation-input-flow {
  to { stroke-dashoffset: -88; }
}

@keyframes elevation-trace-flow {
  to { stroke-dashoffset: -420; }
}

@keyframes elevation-orbit-drift {
  from { transform: rotate(-1.3deg); }
  to { transform: rotate(1.3deg); }
}

@keyframes elevation-brand-hub {
  0%, 100% { transform: scale(1); opacity: .9; }
  50% { transform: scale(1.015); opacity: 1; }
}

@keyframes elevation-logo-breathe {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.012); }
}

@keyframes elevation-ascent-signal {
  0%, 100% { opacity: .42; transform: translateY(10px) scale(.78); }
  45% { opacity: 1; transform: translateY(-8px) scale(1.18); }
}

@keyframes elevation-ascent-wave {
  0% { opacity: .72; transform: scale(.7); }
  70%, 100% { opacity: 0; transform: scale(2.1); }
}
.concept-caption {
  left: auto;
  width: auto;
  max-width: min(460px, calc(100% - 32px));
}

@media (max-width: 860px) {
  .elevation-theatre {
    height: 150svh;
    min-height: 1060px;
  }

  .elevation-sticky {
    min-height: 680px;
  }

  .elevation-copy {
    inset: 82px 0 auto;
  }

  .elevation-copy h2 {
    max-width: 520px;
    font-size: 38px;
  }

  .elevation-copy > p:last-child {
    max-width: 480px;
  }

  .elevation-media img {
    object-position: 50% center;
  }

  .elevation-kinetic {
    top: 69%;
    width: 94vw;
  }

  .coordinate-cn {
    font-size: 21px;
  }

  .elevation-logo-lock {
    width: 190px;
  }

  .elevation-brand-mark {
    width: 112px;
  }

  .elevation-logo-lock::before {
    width: 220px;
    height: 220px;
  }

  .gap-scene-visual figcaption,
  .concept-caption {
    right: 16px;
    bottom: 14px;
    max-width: calc(100% - 32px);
  }
}

@media (max-width: 620px) {
  .elevation-copy {
    inset: 76px 20px auto;
  }

  .elevation-copy h2 {
    max-width: 325px;
    font-size: 33px;
  }

  .elevation-copy > p:last-child {
    max-width: 315px;
    font-size: 13px;
  }

  .elevation-kinetic {
    top: 64%;
    width: 110vw;
    max-width: none;
  }

  .elevation-orbit-ring.ring-c {
    display: none;
  }

  .coordinate-cn {
    font-size: 26px;
  }

  .elevation-logo-lock {
    top: 55%;
    width: 178px;
  }

  .elevation-brand-mark {
    width: 98px;
  }

  .elevation-logo-lock::before {
    width: 190px;
    height: 190px;
  }

  .elevation-logo-lock p {
    margin-top: 8px;
    font-size: 12px;
  }

  .elevation-inbound use {
    stroke-width: 1;
  }

  .inbound-signal {
    r: 2.8px;
  }

  .concept-caption {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .elevation-theatre {
    height: 100svh;
    min-height: 780px;
  }

  .elevation-media img,
  .elevation-atmosphere,
  .elevation-orbits,
  .elevation-field-halo,
  .elevation-orbit-planes,
  .elevation-orbit-trace,
  .elevation-coordinate,
  .elevation-ascent,
  .rail-hot,
  .ascent-signal,
  .ascent-wave,
  .elevation-logo-lock,
  .elevation-brand-mark,
  .brand-piece,
  .elevation-logo-lock p {
    animation: none !important;
    transition: none !important;
  }

  .elevation-particles,
  .elevation-inbound {
    display: none;
  }

  .elevation-coordinate {
    opacity: 1;
    transform: none;
  }

  .elevation-orbit-planes {
    opacity: .4;
  }

  .elevation-logo-lock {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  .brand-piece,
  .elevation-logo-lock p {
    opacity: 1;
    transform: none;
  }

  .elevation-field-halo,
  .elevation-atmosphere,
  .elevation-ascent,
  .ascent-signal,
  .ascent-wave {
    opacity: 1;
  }

  .rail-hot {
    stroke-dashoffset: 0;
  }
}
/* V2 subpage visual heroes */
.subpage-hero.has-visual {
  min-height: 720px;
  padding-top: calc(var(--header-h) + 64px);
  padding-bottom: 64px;
  isolation: isolate;
}

.subpage-hero-media {
  position: absolute;
  inset: var(--header-h) 0 0;
  z-index: 0;
  overflow: hidden;
  background: #eef2f4;
}

.subpage-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(242, 247, 249, .94) 0%, rgba(242, 247, 249, .82) 34%, rgba(242, 247, 249, .28) 54%, rgba(242, 247, 249, 0) 72%);
  pointer-events: none;
}

.subpage-hero-media,
.subpage-hero-media img {
  width: 100%;
  height: calc(100% - var(--header-h));
  display: block;
}

.subpage-hero-media img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: subpage-media-breathe 24s ease-in-out infinite alternate;
}

.has-visual .subpage-hero-grid {
  grid-template-columns: minmax(0, 5.6fr) minmax(0, 6.4fr);
  grid-template-rows: auto 1fr auto;
  align-items: start;
  min-height: 520px;
}

.has-visual .breadcrumbs {
  grid-column: 1;
  grid-row: 1;
}

.has-visual .subpage-hero-grid > div {
  grid-column: 1;
  grid-row: 2;
  align-self: center;
  max-width: 610px;
}

.has-visual .hero-aside {
  grid-column: 1;
  grid-row: 3;
  display: flex;
  gap: 24px;
  align-items: start;
  padding: 18px 0 0;
  border-top: 1px solid rgba(10, 15, 28, .18);
  border-left: 0;
}

.has-visual .hero-aside span {
  min-width: 112px;
  margin: 3px 0 0;
}

.has-visual .hero-aside ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
}

.has-visual .subpage-hero h1 {
  max-width: 610px;
  font-size: 54px;
}

.has-visual .subpage-hero .hero-lead {
  max-width: 570px;
  font-size: 16px;
}

.visual-disclosure {
  position: absolute;
  right: max(20px, calc((100vw - var(--page)) / 2));
  bottom: 18px;
  z-index: 3;
  margin: 0;
  padding: 7px 10px;
  color: rgba(255, 255, 255, .94);
  background: rgba(10, 15, 28, .74);
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
  backdrop-filter: blur(8px);
}

@keyframes subpage-media-breathe {
  from { transform: scale(1.002); }
  to { transform: scale(1.022); }
}

@media (max-width: 860px) {
  .subpage-hero.has-visual {
    min-height: 720px;
    padding: calc(var(--header-h) + 42px) 0 54px;
  }

  .subpage-hero-media {
    opacity: .48;
  }

  .subpage-hero-media img {
    object-position: 68% center;
  }

  .has-visual .subpage-hero-grid {
    min-height: 590px;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    gap: 20px;
  }

  .has-visual .breadcrumbs,
  .has-visual .subpage-hero-grid > div,
  .has-visual .hero-aside {
    grid-column: 1;
  }

  .has-visual .subpage-hero-grid > div {
    max-width: 620px;
  }

  .has-visual .subpage-hero h1 {
    max-width: 560px;
    font-size: 48px;
  }

  .has-visual .hero-aside {
    display: block;
    max-width: 580px;
  }

  .has-visual .hero-aside ul {
    margin-top: 8px;
  }

}

@media (max-width: 620px) {
  .subpage-hero.has-visual {
    min-height: 680px;
    padding-top: calc(var(--header-h) + 24px);
  }

  .has-visual .subpage-hero-grid {
    min-height: 560px;
    gap: 14px;
  }

  .has-visual .subpage-hero h1 {
    max-width: 345px;
    font-size: 39px;
  }

  .has-visual .subpage-hero .hero-lead {
    max-width: 345px;
    margin-top: 18px;
    font-size: 14px;
  }

  .has-visual .hero-aside {
    padding-top: 12px;
  }

  .has-visual .hero-aside ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .visual-disclosure {
    right: 16px;
    bottom: 10px;
    max-width: calc(100% - 32px);
    font-size: 12px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .subpage-hero-media img {
    animation: none;
  }
}
/* V2 subpage heading line-break refinement */
@media (min-width: 861px) {
  .has-visual .subpage-hero-grid {
    grid-template-columns: minmax(0, 6fr) minmax(0, 6fr);
  }

  .has-visual .subpage-hero h1 {
    max-width: 640px;
    font-size: 50px;
  }
}
/* V2 real evidence compositions */
.evidence-band {
  background: #eef2f4;
}

.evidence-composition {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 18px;
  margin-bottom: 70px;
  perspective: 1400px;
}

.evidence-composition figure,
.document-page-gallery figure {
  min-width: 0;
  margin: 0;
}

.evidence-composition figure:nth-child(1) {
  transform: rotateY(2deg) translateY(14px);
}

.evidence-composition figure:nth-child(2) {
  position: relative;
  z-index: 2;
  transform: translateY(-8px);
}

.evidence-composition figure:nth-child(3) {
  transform: rotateY(-2deg) translateY(14px);
}

.evidence-page-window {
  height: 430px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(10, 15, 28, .12);
  border-radius: 4px;
  box-shadow: 0 20px 48px rgba(10, 15, 28, .12);
  transition: transform var(--motion-content) var(--ease), box-shadow var(--motion-content) ease;
}

.evidence-page-window img {
  width: 100%;
  height: auto;
  display: block;
  transform: translateY(-21%);
}

.evidence-composition figure:hover .evidence-page-window,
.evidence-composition figure:focus-within .evidence-page-window,
.document-page-gallery figure:hover .evidence-page-window {
  transform: translateY(-7px);
  box-shadow: 0 28px 64px rgba(10, 15, 28, .17);
}

.evidence-composition figcaption,
.document-page-gallery figcaption {
  margin-top: 14px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 720;
}

.evidence-composition figcaption::before,
.document-page-gallery figcaption::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 2px;
  margin: 0 10px 3px 0;
  background: var(--blue);
}

.document-page-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px 28px;
  margin-top: 84px;
}

.document-page-gallery .evidence-page-window {
  height: 460px;
}

@media (max-width: 860px) {
  .evidence-composition {
    gap: 18px;
  }

  .evidence-page-window {
    height: 340px;
  }

  .document-page-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .evidence-composition,
  .document-page-gallery {
    width: 100%;
    display: flex;
    gap: 16px;
    overflow-x: auto;
    margin-top: 8px;
    margin-bottom: 54px;
    padding: 16px 20px 28px;
    scroll-padding-left: 20px;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .evidence-composition {
    margin-left: 0;
    margin-right: 0;
  }

  .evidence-composition::-webkit-scrollbar,
  .document-page-gallery::-webkit-scrollbar {
    display: none;
  }

  .evidence-composition figure,
  .document-page-gallery figure {
    flex: 0 0 78vw;
    scroll-snap-align: start;
    transform: none;
  }

  .evidence-page-window,
  .document-page-gallery .evidence-page-window {
    height: 390px;
  }

  .document-page-gallery {
    margin-top: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .evidence-page-window {
    transition: none;
  }
}
/* V2 interaction continuity */
.dimension-action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 44px;
  color: var(--ink);
  border-bottom: 1px solid rgba(10, 15, 28, .24);
  font-size: 12px;
  font-weight: 760;
  transition: color var(--motion-quick) ease, border-color var(--motion-quick) ease;
}

.dimension-action:hover,
.dimension-action:focus-visible {
  color: var(--blue-deep);
  border-color: var(--blue);
}

.dimension-panel.is-updating > *,
.stage-panel.is-updating > * {
  animation: panel-content-enter var(--motion-content) var(--ease) both;
}

.dimension-panel.is-updating > *:nth-child(2),
.stage-panel.is-updating > *:nth-child(2) {
  animation-delay: 45ms;
}

.dimension-panel.is-updating > *:nth-child(3),
.stage-panel.is-updating > *:nth-child(3) {
  animation-delay: 90ms;
}

.dimension-panel.is-updating > *:nth-child(4),
.stage-panel.is-updating > *:nth-child(4) {
  animation-delay: 135ms;
}

@keyframes panel-content-enter {
  from { opacity: .22; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.form-step.is-active {
  animation: form-step-forward var(--motion-content) var(--ease) both;
}

.contact-form[data-direction="backward"] .form-step.is-active {
  animation-name: form-step-backward;
}

@keyframes form-step-forward {
  from { opacity: 0; transform: translateX(20px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes form-step-backward {
  from { opacity: 0; transform: translateX(-20px); }
  to { opacity: 1; transform: translateX(0); }
}

button:active,
.button:active,
.solution-row:active,
.solution-inline-cta:active,
.dimension-action:active,
.stage-action:active {
  transform: translateY(0) scale(.985);
  transition-duration: var(--motion-press);
}

@media (max-width: 860px) {
  .dimension-action {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dimension-panel.is-updating > *,
  .stage-panel.is-updating > *,
  .form-step.is-active {
    animation: none;
  }
}
/* V2 interactive brand anatomy */
.brand-story-visual {
  position: sticky;
  top: calc(var(--header-h) + 28px);
  align-self: start;
  overflow: hidden;
  background: #eef2f4;
  isolation: isolate;
}

.brand-story-visual::before {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(10, 132, 198, .12);
  transform: rotate(45deg) scale(.72);
}

.brand-anatomy {
  position: relative;
  width: 220px;
  aspect-ratio: 228 / 278;
}

.brand-anatomy-layer {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100%;
  opacity: .16;
  transform: scale(.96);
  transition: opacity var(--motion-content) ease, transform var(--motion-scene) var(--ease), filter var(--motion-content) ease;
}

.brand-story-visual[data-active-part="frame"] .layer-frame,
.brand-story-visual[data-active-part="hub"] .layer-hub,
.brand-story-visual[data-active-part="links"] .layer-links,
.brand-story-visual[data-active-part="rise"] .layer-rise {
  opacity: 1;
  transform: scale(1);
  filter: drop-shadow(0 8px 22px rgba(10, 132, 198, .2));
}

.brand-story-visual[data-active-part="cube"] .brand-anatomy-layer {
  opacity: .68;
  transform: scale(1);
}

.brand-story-visual[data-active-part="enterprise"] .brand-anatomy-layer {
  opacity: 1;
  transform: scale(1);
}

.brand-story-visual[data-active-part="hub"] .layer-frame,
.brand-story-visual[data-active-part="links"] .layer-frame,
.brand-story-visual[data-active-part="rise"] .layer-frame {
  opacity: .32;
}

.brand-story-visual > p {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 24px;
  margin: 0;
  color: var(--graphite);
  font-size: 12px;
  line-height: 1.6;
}

.brand-story-item {
  position: relative;
  margin-left: -16px;
  padding: 25px 16px !important;
  cursor: pointer;
  outline: none;
  transition: background-color var(--motion-quick) ease, padding-left var(--motion-quick) var(--ease);
}

.brand-story-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 2px;
  background: var(--blue);
  opacity: 0;
  transform: scaleY(.2);
  transition: opacity var(--motion-quick) ease, transform var(--motion-content) var(--ease);
}

.brand-story-item:hover,
.brand-story-item:focus-visible,
.brand-story-item[aria-pressed="true"] {
  padding-left: 24px !important;
  background: rgba(10, 132, 198, .045);
}

.brand-story-item:hover::before,
.brand-story-item:focus-visible::before,
.brand-story-item[aria-pressed="true"]::before {
  opacity: 1;
  transform: scaleY(1);
}

@media (max-width: 860px) {
  .brand-story-visual {
    position: relative;
    top: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-anatomy-layer,
  .brand-story-item,
  .brand-story-item::before {
    transition: none;
  }
}
.form-step { scroll-margin-top: calc(var(--header-h) + 16px); }

/* V2 smooth disclosure */
@supports selector(details::details-content) {
  :root {
    interpolate-size: allow-keywords;
  }

  .solution-detail::details-content {
    block-size: 0;
    overflow: hidden;
    opacity: 0;
    transition: block-size var(--motion-content) var(--ease), opacity var(--motion-quick) ease, content-visibility var(--motion-content) allow-discrete;
  }

  .solution-detail[open]::details-content {
    block-size: auto;
    opacity: 1;
  }
}

.solution-detail summary::after {
  transition: transform var(--motion-quick) var(--ease);
}

.solution-detail[open] summary::after {
  transform: rotate(45deg);
}

@media (prefers-reduced-motion: reduce) {
  .solution-detail::details-content,
  .solution-detail summary::after {
    transition: none;
  }
}
/* V2 final tablet and narrow-mobile polish */
@media (min-width: 621px) and (max-width: 860px) {
  .hero-copy {
    max-width: 570px;
  }

  .hero h1 {
    max-width: 550px;
    font-size: 47px;
  }

  .hero-summary {
    max-width: 520px;
  }

  .hero-system {
    right: -42px;
    opacity: .34;
  }
}

@media (max-width: 620px) {
  .hero-actions {
    width: 100%;
    max-width: 340px;
    gap: 8px;
  }

  .hero-actions .button {
    flex: 1 1 0;
    min-width: 0;
    gap: 8px;
    padding: 0 11px;
    font-size: 12px;
    white-space: nowrap;
  }
}

@media (max-width: 370px) {
  .hero h1 {
    font-size: 35px;
  }

  .hero-actions .button {
    padding: 0 9px;
    font-size: 11px;
  }
}
/* V2 viewport-aware animation lifecycle */
.motion-zone:not(.is-motion-active) *,
.motion-zone:not(.is-motion-active)::before,
.motion-zone:not(.is-motion-active)::after {
  animation-play-state: paused !important;
}

/* V2.0.0-rc.3 hero compositing correction: one visual focal system */
.hero .system-guides {
  display: none;
}

.hero-system {
  position: absolute;
  left: 69%;
  top: 55%;
  z-index: 2;
  width: 118px;
  min-height: 0;
  aspect-ratio: 228 / 278;
  margin: 0;
  opacity: .92;
  pointer-events: none;
  transform: translate(-50%, -50%) translate3d(var(--parallax-x, 0), var(--parallax-y, 0), 0);
  filter: drop-shadow(0 10px 24px rgba(7, 39, 58, .22));
}

.hero-system .capability-map {
  width: 100%;
  aspect-ratio: 228 / 278;
}

.hero-system .mark-stage,
.hero-system .capability-map .mark-stage {
  width: 100%;
  top: 50%;
}

.hero-system .mark-halo {
  opacity: .32;
}

@media (min-width: 1600px) {
  .hero-system {
    left: 68.7%;
    top: 54.5%;
    width: 128px;
  }
}

@media (max-width: 1120px) and (min-width: 861px) {
  .hero-system {
    left: 72%;
    top: 57%;
    width: 104px;
  }
}

@media (max-width: 860px) {
  .hero-system {
    left: 76%;
    right: auto;
    top: 70%;
    bottom: auto;
    width: 86px;
    min-height: 0;
    opacity: .72;
  }
}

@media (max-width: 620px) {
  .hero-system {
    left: 76%;
    right: auto;
    top: 72%;
    bottom: auto;
    width: 76px;
    min-height: 0;
  }
}

@media (max-width: 390px) {
  .hero-system {
    left: 77%;
    top: 72%;
    width: 70px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-system {
    transform: translate(-50%, -50%);
  }
}
/* Hero proof readability over generated scene */
.hero-proof {
  width: fit-content;
  padding: 9px 12px;
  background: rgba(247, 249, 251, .76);
  border-left: 2px solid rgba(10, 132, 198, .42);
  backdrop-filter: blur(6px);
}

@media (max-width: 620px) {
  .hero-proof {
    padding: 8px 10px;
    background: rgba(247, 249, 251, .84);
  }
}
/* RC.3 accessibility corrections */
.has-visual .hero-aside span {
  color: #45515d;
  font-size: 10px;
}

.evidence-composition:focus-visible,
.document-page-gallery:focus-visible {
  outline: 3px solid #0879b4;
  outline-offset: 6px;
}
/* RC.9 final type hierarchy: user-facing labels never use annotation-scale type. */
body .has-visual .hero-aside span {
  font-size: 13px;
  line-height: 1.45;
}

.dimension-tabs small,
.dimension-meta span,
.platform-hub-row span,
.stage-heading p,
.stage-column span,
.method-steps span,
.deliverable-grid span,
.mission-block span,
.brand-story-copy span,
.evidence-grid span,
.contact-expectation span,
.form-progress span,
.contact-aside span,
.capability-node small,
.system-sequence span {
  font-size: 13px;
  line-height: 1.45;
}

.process-step::before,
.system-sequence b::after {
  font-size: 13px;
  line-height: 1.35;
}

/* Legal pages define a small local type scale; restore readable public records. */
body .legal-kicker,
body .legal-facts dt,
body .legal-toc p,
body .legal-toc a,
body .legal-toc a::before,
body .legal-record-head,
body .legal-record-head th,
body .legal-footer p,
body .legal-footer-copy a,
body .legal-footer-copy .public-security-record {
  font-size: 13px !important;
  line-height: 1.5;
}

@media (max-width: 620px) {
  body .has-visual .hero-aside span,
  .dimension-tabs small,
  .dimension-meta span,
  .platform-hub-row span,
  .stage-heading p,
  .stage-column span,
  .method-steps span,
  .deliverable-grid span,
  .mission-block span,
  .brand-story-copy span,
  .evidence-grid span,
  .contact-expectation span,
  .form-progress span,
  .contact-aside span,
  .capability-node small,
  .system-sequence span,
  .process-step::before,
  .system-sequence b::after,
  body .legal-kicker,
  body .legal-facts dt,
  body .legal-toc p,
  body .legal-toc a,
  body .legal-toc a::before,
  body .legal-record-head,
  body .legal-record-head th,
  body .legal-footer p,
  body .legal-footer-copy a,
  body .legal-footer-copy .public-security-record {
    font-size: 12px !important;
  }
}
/* RC.9 closes the remaining mobile annotation-scale controls in the home journey. */
.hero-proof,
.dimension-action {
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 620px) {
  .hero-proof,
  .dimension-action {
    font-size: 12px;
    line-height: 1.45;
  }
}
/* Homepage status link is an actionable control, not a decorative caption. */
.hero-status > a,
.hero-status > a span {
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 620px) {
  .hero-status > a,
  .hero-status > a span {
    font-size: 12px;
  }
}