/* English-language typography and reflow.
 * Scoped to the parallel English page so the confirmed Chinese page is unchanged.
 */

.page-en {
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
}

.page-en .hero-title-work,
.page-en .section-heading h2,
.page-en .narrow-copy h2,
.page-en .industry-evidence-heading h2,
.page-en .memory-proof-copy h3 {
  letter-spacing: -0.062em;
}

.page-en .release-text,
.page-en .section-index,
.page-en .outcome-kicker,
.page-en .capability-outcome > span,
.page-en .eyebrow {
  letter-spacing: 0.105em;
}

.page-en .conversation-flow::after {
  content: "LIVE WORK\A KEPT OPEN";
}

.page-en .sidebar-role[data-role="owner"]::after { content: "OWNER · OPERATING LEAD"; }
.page-en .sidebar-role[data-role="operations"]::after { content: "OPERATIONS · TODAY"; }
.page-en .sidebar-role[data-role="leasing"]::after { content: "PARTNERSHIPS · GROWTH"; }

.page-en .conversation-head > div,
.page-en .result-card-head > div {
  min-width: 0;
}

.page-en .conversation-head strong {
  white-space: normal;
  line-height: 1.18;
}

.page-en .status-pill {
  flex: 0 0 auto;
  max-width: 112px;
  min-height: 29px;
  padding: 5px 8px;
  text-align: center;
  white-space: normal;
  line-height: 1.15;
}

.page-en .result-card-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.page-en .result-actions button {
  padding-inline: 8px;
  line-height: 1.15;
  white-space: normal;
}

.page-en .process-rail strong,
.page-en .agent-list strong,
.page-en .task-card > span {
  line-height: 1.18;
}

.page-en .industry-evidence-grid article > strong {
  line-height: 0.92;
}

@media (max-width: 719px) {
  .page-en .release-pill {
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding-inline: 12px;
  }

  .page-en .release-text {
    font-size: 11px;
    line-height: 1.12;
  }

  .page-en .hero-title-work {
    font-size: clamp(48px, 13.2vw, 56px);
    line-height: 0.94;
  }

  .page-en .hero-actions {
    grid-template-columns: 1fr;
  }

  .page-en .hero-actions .button {
    min-height: 50px;
    padding-inline: 13px;
    font-size: 12px;
  }

  .page-en .window-title {
    font-size: 10px;
  }

  .page-en .conversation-head {
    gap: 6px;
    padding-inline: 10px;
  }

  .page-en .conversation-head .eyebrow {
    font-size: 6.5px;
  }

  .page-en .conversation-head strong {
    font-size: 9px;
  }

  .page-en .demo-badge {
    padding-inline: 5px;
    font-size: 6.5px;
  }

  .page-en .company-work-flow .message-user {
    font-size: 8px;
  }

  .page-en .work-log-item p {
    font-size: 7px;
    line-height: 1.28;
  }

  .page-en .company-work-flow .decision-card {
    overflow: hidden;
  }

  .page-en .decision-card .result-card-head h2 {
    font-size: 17px;
    line-height: 1.05;
  }

  .page-en .decision-card .eyebrow {
    font-size: 6px;
  }

  .page-en .decision-card .status-pill {
    max-width: 86px;
    font-size: 6.5px;
  }

  .page-en .decision-card .result-label {
    font-size: 6.5px;
  }

  .page-en .decision-card .result-summary p,
  .page-en .decision-card .result-columns p {
    font-size: 8px;
    line-height: 1.28;
  }

  .page-en .decision-card .result-actions button {
    font-size: 7px;
  }

  .page-en .section-heading h2,
  .page-en .narrow-copy h2,
  .page-en .industry-evidence-heading h2 {
    font-size: clamp(39px, 10.2vw, 46px);
    line-height: 0.98;
  }

  .page-en .memory-proof-copy h3 {
    font-size: 34px;
    line-height: 1;
  }

  .page-en .process-rail strong {
    font-size: 14px;
  }

  .page-en .industry-evidence-grid article > strong {
    font-size: 58px;
  }

  .page-en .final-cta .narrow-copy h2 {
    font-size: 39px;
    line-height: 0.98;
  }
}

@media (min-width: 720px) and (max-width: 1040px) {
  .page-en .desktop-nav {
    gap: 18px;
    font-size: 12px;
  }

  .page-en .header-cta {
    padding-inline: 18px;
    font-size: 12px;
  }
}

@media (min-width: 720px) {
  .page-en .hero-title-work {
    max-width: 1080px;
  }

  .page-en .conversation-head strong {
    max-width: 620px;
  }

  .page-en .status-pill {
    max-width: 160px;
  }
}

/* The Life Core uses the canonical WebGL lifeform from the Playground study. */
.page-en .living-orb-backdrop {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  overflow: hidden;
  isolation: isolate;
  background: #211920;
}

.page-en .living-orb-backdrop::before,
.page-en .living-orb-backdrop::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  content: "";
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.page-en .living-orb-backdrop::before {
  width: min(72vw, 850px);
  height: min(72vw, 850px);
  background: radial-gradient(circle, rgba(126, 116, 194, .12), rgba(86, 139, 156, .055) 42%, transparent 72%);
  filter: blur(90px);
  animation: canonicalLivingAura 10s ease-in-out infinite;
}

.page-en .living-orb-backdrop::after {
  width: min(48vw, 610px);
  height: min(48vw, 610px);
  border: 1px solid rgba(255, 255, 255, .025);
  box-shadow: 0 0 170px rgba(117, 106, 203, .1), inset 0 0 120px rgba(122, 192, 180, .035);
  filter: blur(1px);
}

.page-en .living-orb-backdrop canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  touch-action: none;
  filter: blur(.65px) saturate(1.045);
}

.page-en .living-orb-fallback {
  background:
    radial-gradient(circle at 50% 50%, rgba(188, 112, 244, .86), rgba(57, 129, 198, .68) 15%, rgba(40, 34, 47, .96) 25%, transparent 26%),
    #211920;
}

.page-en .life-core {
  top: 50%;
  width: min(30vw, 300px);
  transform: translate(-50%, -50%) translateZ(54px);
}

.page-en .life-core::before,
.page-en .life-core::after {
  display: none;
}

.page-en .life-core-copy {
  width: 88%;
  padding: 16px 14px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 20px;
  background: rgba(10, 12, 20, .3);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .18);
  backdrop-filter: blur(9px);
}

@keyframes canonicalLivingAura {
  0%, 100% { opacity: .62; transform: translate(-50%, -50%) scale(.9); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.08); }
}

@media (max-width: 719px) {
  .page-en .life-living-orb {
    right: 0;
    bottom: auto;
    left: 0;
    height: 300px;
  }

  .page-en .life-core {
    top: 38px;
    width: 220px;
    transform: translateX(-50%) translateZ(54px);
  }

  .page-en .life-core-copy {
    width: 84%;
    padding: 12px 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-en .living-orb-backdrop::before {
    animation: none;
  }
}
