/* IQ-P0-03 — Master Plan homepage migration (Deep Ocean hero + sections) */

:root {
  --hp-bg: #0A2E3F;
  --hp-panel: #124155;
  --hp-accent: #BAE6FD;
  --hp-accent-soft: rgba(186, 230, 253, 0.88);
  --hp-text-muted: rgba(186, 230, 253, 0.80);
  --hp-on-track-bg: rgba(45, 212, 191, 0.18);
  --hp-on-track-text: #5EEAD4;
  --hp-warning-bg: rgba(251, 191, 36, 0.12);
  --hp-warning-text: #FCD34D;
  --hp-wrap: min(1280px, calc(100% - 88px));
}

@media (max-width: 860px) {
  :root { --hp-wrap: min(100% - 28px, 1280px); }
}

.wrap-home { width: var(--hp-wrap); margin: 0 auto; }

/* Hero */
.hp-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 95% 55% at 50% 118%, rgba(0, 0, 0, 0.32) 0%, transparent 52%),
    linear-gradient(180deg, #0c3649 0%, var(--hp-bg) 38%, #072430 100%);
  color: #fff;
}
.hp-hero-glow {
  pointer-events: none;
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 64% 80% at 74% 42%, rgba(186, 230, 253, 0.15) 0%, rgba(186, 230, 253, 0.045) 34%, transparent 62%),
    radial-gradient(ellipse 42% 48% at 16% 72%, rgba(186, 230, 253, 0.055) 0%, transparent 58%);
}
.hp-hero-inner {
  position: relative;
  min-height: calc(100vh - 3.875rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3.5rem 0 4rem;
}
.hp-hero-grid {
  display: grid;
  align-items: center;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .hp-hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr);
    gap: 4.5rem;
  }
}
.hp-hero-copy { max-width: 25rem; }
.hp-hero-copy--authority {
  max-width: min(100%, 28rem);
}
.hp-hero-copy h1,
.hp-hero-copy .hero-title {
  margin: 0;
  font-size: clamp(2.1rem, 4.2vw, 3rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.028em;
  color: #fff;
  text-wrap: balance;
}
.hp-hero-copy--authority .hero-title {
  max-width: 18ch;
}
.hp-hero-copy--authority .hero-subtitle {
  margin: 1.25rem 0 0;
  max-width: 28rem;
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.008em;
  color: rgba(186, 230, 253, 0.76);
}
.hp-hero-copy--authority .btn-primary-engine {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.75rem;
  min-height: 2.75rem;
  padding: 0 1.35rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.92);
  background: #fff;
  color: var(--hp-bg);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.015em;
  text-decoration: none;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.98),
    0 12px 32px rgba(0, 0, 0, 0.18),
    0 2px 6px rgba(0, 0, 0, 0.08);
  transition:
    background-color 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}
.hp-hero-copy--authority .btn-primary-engine:hover {
  background: #f8fafc;
  border-color: #fff;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 1),
    0 14px 32px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
}
.hp-hero-copy--authority .btn-primary-engine:active {
  background: #f1f5f9;
  transform: translateY(0);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9),
    0 6px 16px rgba(0, 0, 0, 0.14);
  transition-duration: 0.14s;
}
.hp-hero-copy--authority .btn-primary-engine:focus-visible {
  outline: 2px solid rgba(186, 230, 253, 0.9);
  outline-offset: 3px;
}
.hp-hero-copy--authority .hero-authority-signature {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin-top: 1.35rem;
  max-width: 22rem;
}
.hp-hero-copy--authority .signature-dot {
  width: 0.375rem;
  height: 0.375rem;
  margin-top: 0.5rem;
  border-radius: 50%;
  flex-shrink: 0;
  background: rgba(186, 230, 253, 0.68);
  box-shadow: 0 0 8px rgba(186, 230, 253, 0.28);
}
.hp-hero-copy--authority .signature-text {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.012em;
  color: rgba(186, 230, 253, 0.56);
}
.hp-hero-copy--control {
  max-width: min(100%, 32rem);
}
.hp-hero-copy--control h1 {
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: rgba(226, 232, 240, 0.92);
}
.hp-hero-copy--control .exec-accent {
  display: inline;
  font-size: 1.18em;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  text-shadow: 0 0 22px rgba(255, 255, 255, 0.28);
}
.hp-hero-ceo-line {
  margin: 0.75rem 0 0;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.45;
  color: rgba(186, 230, 253, 0.92);
}
.hp-hero-body {
  margin-top: 0.75rem;
  color: var(--hp-text-muted);
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: 1.6;
}
.hp-hero-body p { margin: 0 0 0.625rem; color: inherit; }
.hp-hero-lead {
  margin: 1rem 0 0 !important;
  max-width: 34rem;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: 1.55;
  font-weight: 500;
  color: rgba(186, 230, 253, 0.88);
}
.execution-proof-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem 0.7rem;
  flex-wrap: wrap;
  margin-top: 1.15rem;
  padding: 0.45rem 0.75rem 0.45rem 0.6rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(56, 189, 248, 0.28);
  background: rgba(8, 24, 36, 0.55);
  box-shadow: 0 0 24px rgba(56, 189, 248, 0.12), inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.execution-proof-badge .pulse-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 0 0 rgba(56, 189, 248, 0.55);
  animation: proofPulse 2.2s ease-out infinite;
  flex-shrink: 0;
}
.execution-proof-badge .proof-label {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(186, 230, 253, 0.7);
}
.execution-proof-badge .proof-value {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e0f2fe;
}
@keyframes proofPulse {
  0% { box-shadow: 0 0 0 0 rgba(56, 189, 248, 0.5); opacity: 1; }
  70% { box-shadow: 0 0 0 8px rgba(56, 189, 248, 0); opacity: 0.85; }
  100% { box-shadow: 0 0 0 0 rgba(56, 189, 248, 0); opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .execution-proof-badge .pulse-dot { animation: none; }
}
.hp-hero-capabilities {
  list-style: none;
  margin: 0 0 0.75rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
}
.hp-hero-capabilities li {
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  font-weight: 600;
  color: var(--hp-accent);
  letter-spacing: 0.01em;
}
.hp-hero-capabilities li:not(:last-child)::after {
  content: '·';
  margin-left: 0.75rem;
  font-weight: 400;
  color: rgba(186, 230, 253, 0.35);
}
.hp-hero-actions {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  margin-top: 1.25rem;
}
@media (min-width: 640px) {
  .hp-hero-actions { flex-direction: row; align-items: center; gap: 1rem; }
}
.hp-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  padding: 0.625rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  background: #fff;
  color: var(--hp-bg);
  transition: opacity 0.15s;
}
.hp-btn-primary:hover { opacity: 0.9; }
.hp-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border: 1px solid rgba(186, 230, 253, 0.24);
  padding: 0.625rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  transition: background 0.15s;
}
.hp-btn-secondary:hover { background: rgba(186, 230, 253, 0.08); }

/* Leak monitor */
.hp-monitor-wrap {
  position: relative;
  width: 100%;
  min-width: 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .hp-monitor-wrap {
    justify-content: flex-end;
    max-width: none;
    margin-left: 0;
    width: 100%;
  }
}
.hp-monitor-glow {
  position: absolute;
  inset: -1.75rem;
  border-radius: 2rem;
  opacity: 0.74;
  filter: blur(58px);
  background: radial-gradient(circle at 50% 38%, rgba(186, 230, 253, 0.2) 0%, transparent 68%);
  pointer-events: none;
}
.hp-monitor-panel {
  position: relative;
  width: 100%;
  border-radius: 1.75rem;
  padding: 2.125rem;
  border: none;
  background:
    linear-gradient(
      165deg,
      rgba(24, 78, 102, 0.72) 0%,
      rgba(12, 52, 70, 0.68) 46%,
      rgba(7, 34, 48, 0.82) 100%
    );
  box-shadow:
    inset 0 0 0 1px rgba(186, 230, 253, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 34px 76px rgba(0, 0, 0, 0.36),
    0 14px 34px rgba(0, 0, 0, 0.2),
    0 0 88px rgba(186, 230, 253, 0.07);
  backdrop-filter: blur(20px) saturate(1.14);
  -webkit-backdrop-filter: blur(20px) saturate(1.14);
}
@media (min-width: 640px) { .hp-monitor-panel { padding: 2.25rem; } }
@media (min-width: 1024px) { .hp-monitor-panel { padding: 2.625rem; } }
.hp-monitor-label {
  position: relative;
  display: block;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(186, 230, 253, 0.64);
}
.hp-monitor-label .hp-flow-live {
  display: inline-block;
  vertical-align: 0.05em;
  margin-right: 0.45rem;
}
.hp-status-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-top: 1rem;
}
.hp-status-card {
  border-radius: 1rem;
  padding: 1rem 0.75rem;
  text-align: center;
  transition: all 0.5s;
}
.hp-status-card .lbl {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(167,243,208,0.92);
}
.hp-status-card .val {
  margin-top: 0.375rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #6EE7B7;
}
.hp-monitor-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.75rem;
}
.hp-monitor-meta .sub {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.74);
}
.hp-monitor-meta .state,
.hp-monitor-state {
  margin-top: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  background: transparent;
  border: none;
  padding: 0;
  transition: color 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.hp-phase-badge {
  border-radius: 999px;
  padding: 0.375rem 0.875rem;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hp-accent);
  background: rgba(186, 230, 253, 0.12);
  border: 1px solid rgba(186, 230, 253, 0.2);
  transition: all 0.5s;
}
.hp-leak-list { list-style: none; margin: 1.5rem 0 0; padding: 0; }
.hp-leak-list li {
  border-radius: 1rem;
  padding: 1rem 1.25rem;
  margin-bottom: 0.875rem;
  transition: all 0.5s;
}
.hp-leak-list li:last-child { margin-bottom: 0; }
.hp-leak-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.hp-leak-row span:first-child { font-size: 1rem; font-weight: 600; }
.hp-leak-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}
.hp-connector {
  display: flex;
  justify-content: center;
  padding: 0.625rem 0;
}
.hp-connector span {
  width: 1px;
  height: 1.5rem;
  border-radius: 999px;
  background: rgba(186,230,253,0.2);
}
.hp-reveals {
  position: relative;
  border-radius: 1rem;
  padding: 1.25rem 1.5rem;
  text-align: center;
  transition: all 0.5s;
}
.hp-reveals p {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.hp-ready-banner {
  margin-top: 1.75rem;
  border-radius: 1rem;
  padding: 1.25rem;
  transition: all 0.7s;
}
.hp-ready-banner p { margin: 0; font-size: 1rem; font-weight: 600; }

/* Funnel journey panel (hero) — Execution Sequence Protocol */
.hp-journey-list {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
}
.hp-journey-arrow {
  text-align: center;
  font-size: 11px;
  color: rgba(186, 230, 253, 0.28);
  padding: 0.15rem 0;
  margin: 0;
  animation: sequenceArrowPulse 4.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.hp-journey-step {
  border-radius: 1rem;
  padding: 0.875rem 1rem;
  border: 1px solid rgba(186, 230, 253, 0.13);
  background: rgba(6, 30, 42, 0.38);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition:
    border-color 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.hp-journey-step--complete {
  border-color: rgba(94, 234, 212, 0.24);
  background: rgba(45, 212, 191, 0.08);
  opacity: 0.92;
}
.hp-journey-step--active {
  border: 1px solid rgba(56, 189, 248, 0.4);
  background: rgba(56, 189, 248, 0.09);
  box-shadow:
    0 0 0 1px rgba(56, 189, 248, 0.1),
    0 0 26px rgba(56, 189, 248, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  animation: sequencePulse 4.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.hp-journey-step--active:hover {
  border-color: rgba(56, 189, 248, 0.55);
  box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.12), 0 0 26px rgba(56, 189, 248, 0.16);
}
.hp-journey-step--pending {
  opacity: 0.62;
  border-color: rgba(186, 230, 253, 0.08);
  background: rgba(8, 36, 50, 0.28);
}
.hp-journey-step--pending .hp-journey-detail {
  color: rgba(186, 230, 253, 0.58);
}
.hp-journey-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.hp-journey-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  transition: color 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}
.hp-journey-label:hover { color: var(--hp-accent); }
.hp-journey-label:focus-visible {
  outline: 1px solid rgba(186, 230, 253, 0.7);
  outline-offset: 3px;
  border-radius: 2px;
}
.hp-journey-kind {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.15rem 0.4rem;
  border-radius: 4px;
  background: rgba(186, 230, 253, 0.12);
  color: var(--hp-accent);
}
.hp-flow-badge {
  display: inline-flex;
  align-items: center;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 9px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.hp-flow-badge--active {
  position: relative;
  color: rgba(125, 211, 252, 0.95);
}
.hp-flow-badge--active::before {
  content: '';
  position: absolute;
  left: -0.7rem;
  top: 50%;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.9;
  transform: translateY(-50%);
  animation: flowLivePulse 3.6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  pointer-events: none;
}
.hp-flow-badge--pending {
  color: rgba(148, 163, 184, 0.78);
}
.hp-flow-badge--complete {
  color: rgba(94, 234, 212, 0.88);
}
.hp-journey-detail {
  margin: 0.4rem 0 0;
  font-size: 0.9rem;
  line-height: 1.45;
  letter-spacing: -0.005em;
  color: var(--hp-text-muted);
}
.hp-flow-progress {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.55rem 0.75rem;
  margin-top: 0.7rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 10px;
  letter-spacing: 0.04em;
  color: rgba(125, 211, 252, 0.88);
}
.hp-flow-progress-bar {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  height: 3px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(186, 230, 253, 0.12);
  box-shadow: inset 0 0 0 1px rgba(186, 230, 253, 0.08);
}
.hp-flow-progress-fill {
  position: relative;
  display: block;
  height: 100%;
  width: var(--pct, 20%);
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(56, 189, 248, 0.55), rgba(186, 230, 253, 0.92));
  box-shadow: 0 0 10px rgba(56, 189, 248, 0.28);
  transform-origin: left center;
  animation: flowProgressIdle 5.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.hp-flow-progress-fill::after {
  content: '';
  position: absolute;
  inset: 0;
  width: 40%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  animation: flowShimmer 6.4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.hp-flow-progress-pct {
  flex: 0 0 auto;
  color: rgba(186, 230, 253, 0.7);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
}
.hp-flow-live {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  flex-shrink: 0;
  background: #38bdf8;
  box-shadow: 0 0 0 0 rgba(56, 189, 248, 0.35);
  animation: flowLivePulse 3.6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@keyframes sequencePulse {
  0%, 100% {
    box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.06), 0 0 16px rgba(56, 189, 248, 0.08);
    border-color: rgba(56, 189, 248, 0.32);
  }
  50% {
    box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.1), 0 0 24px rgba(56, 189, 248, 0.14);
    border-color: rgba(56, 189, 248, 0.48);
  }
}
@keyframes sequenceArrowPulse {
  0%, 100% { opacity: 0.22; }
  50% { opacity: 0.48; }
}
@keyframes flowLivePulse {
  0%, 100% {
    opacity: 0.75;
    box-shadow: 0 0 0 0 rgba(56, 189, 248, 0.28);
  }
  50% {
    opacity: 1;
    box-shadow: 0 0 0 5px rgba(56, 189, 248, 0);
  }
}
@keyframes flowProgressIdle {
  0%, 100% { filter: brightness(0.96); }
  50% { filter: brightness(1.08); }
}
@keyframes flowShimmer {
  0% { transform: translateX(-120%); }
  55%, 100% { transform: translateX(280%); }
}
@media (prefers-reduced-motion: reduce) {
  .hp-journey-step--active,
  .hp-journey-arrow,
  .hp-flow-live,
  .hp-flow-badge--active::before,
  .hp-flow-progress-fill,
  .hp-flow-progress-fill::after {
    animation: none;
  }
  .hp-hero-copy--authority .btn-primary-engine {
    transition: none;
  }
  .hp-hero-copy--authority .btn-primary-engine:hover,
  .hp-hero-copy--authority .btn-primary-engine:active {
    transform: none;
  }
}

/* Opening Film — compact intro, then player */
.hp-opening-film {
  background: #fff;
  padding: 2rem 0 0;
}
.eof-header {
  margin-bottom: 0.85rem;
}
.hp-opening-film .eof-kicker {
  margin-bottom: 0.35rem;
  color: #94a3b8;
  font-weight: 600;
  letter-spacing: 0.14em;
}
.hp-film-intro-meta {
  margin: 0 0 0.4rem;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #94a3b8;
}
.eof-support {
  margin: 0;
  max-width: 32rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: #334155;
}
.eof-cta {
  margin-top: 0.75rem;
  margin-bottom: 0;
}
.eof-watch {
  min-height: 34px;
  padding: 0 16px;
  font-size: 11px;
  letter-spacing: 0.04em;
  background: transparent;
  color: #0f2d4a;
  border: 1px solid #cbd5e1;
  box-shadow: none;
}
.eof-watch:hover {
  background: #f8fafc;
  border-color: #94a3b8;
}
#story-film-player {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 28px 72px rgba(15,23,42,0.05);
  background: #fff;
}
/* Continuity bridge: film → next beat (no chapter CTA) */
.eof-advance {
  display: flex;
  justify-content: center;
  padding: 1.15rem 0 0.15rem;
  opacity: 0;
  transform: translateY(-4px);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.hp-opening-film.is-film-complete .eof-advance,
.hp-opening-film.is-briefing-continued .eof-advance {
  opacity: 1;
  transform: none;
}
.eof-advance-line {
  display: block;
  width: 1px;
  height: 2.25rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(15, 45, 74, 0.22), rgba(15, 45, 74, 0.05));
}
.hp-film-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: inherit;
  background: #061820;
  overflow: hidden;
}
.hp-briefing-video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  background: #061820;
  z-index: 5;
}
.hp-briefing-video[hidden] {
  display: none !important;
}
.hp-film-stage.is-native-video .cm-root {
  display: none !important;
}

/* EXECUTIA Opening Film — evolved cinematic manifesto */
.cm-root {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #061820;
  color: #e5e7eb;
}
.cm-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.cm-vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    radial-gradient(ellipse 70% 60% at 50% 40%, transparent 0%, rgba(6, 24, 32, 0.28) 55%, rgba(6, 24, 32, 0.82) 100%);
}
.cm-camera {
  position: absolute;
  inset: -4%;
  z-index: 2;
  will-change: transform;
}
.cm-copy {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 2rem 1.5rem 3.5rem;
  text-align: center;
}
.cm-narrative {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  top: 12%;
  bottom: 14%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) scale(0.985);
  pointer-events: none;
  transition: transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
}
.cm-narrative.is-on {
  transform: none;
}
.cm-narrative.is-on .cm-cta {
  pointer-events: auto;
}
.cm-narrative--axis {
  gap: 1.15rem;
}
.cm-chain-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.55rem 0.7rem;
  opacity: 0;
  transition: filter 500ms ease, transform 500ms ease;
}
.cm-chain-row.is-on {
  opacity: 1;
}
.cm-chain-row.is-dim {
  filter: saturate(0.65);
  transform: translateY(-0.45rem) scale(0.94);
}
.cm-chain-row span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(248, 250, 252, 0.28);
  transition: color 800ms ease, opacity 800ms ease, transform 800ms ease;
  opacity: 0.35;
  transform: translateY(6px);
}
.cm-chain-row span.is-on {
  color: rgba(248, 250, 252, 0.92);
  opacity: 1;
  transform: none;
}
.cm-chain-row i {
  display: inline-block;
  width: 1.5rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, #BAE6FD, transparent);
  opacity: 0.35;
  transition: opacity 800ms ease;
}
.cm-chain-row.is-on i {
  opacity: 0.85;
}
.cm-failures-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 500ms ease;
}
.cm-failures-block.is-on {
  transform: none;
}
.cm-kicker {
  margin: 0 0 1rem;
  min-height: 1em;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(186, 230, 253, 0.72);
  transition: opacity 700ms ease;
}
.cm-kicker--static {
  margin-bottom: 0.85rem;
  opacity: 1;
}
.cm-brand-mark {
  margin: 0;
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f8fafc;
}
.cm-text {
  margin: 0;
  max-width: min(92%, 40rem);
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 3.2vw, 2.25rem);
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: -0.02em;
  color: #f8fafc;
  white-space: pre-line;
  transition: opacity 900ms ease;
  text-shadow: none;
}
.cm-text em {
  font-style: normal;
  color: #e0f2fe;
  text-shadow: 0 0 12px rgba(186, 230, 253, 0.22);
}
.cm-failures-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.45rem;
}
.cm-failures-list li {
  font-size: clamp(1.05rem, 2.3vw, 1.4rem);
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(248, 250, 252, 0.28);
  opacity: 0;
  transform: translateY(8px);
  transition: color 400ms ease, transform 400ms ease;
}
.cm-failures-list li.is-on {
  color: rgba(248, 250, 252, 0.92);
  opacity: 1;
  transform: none;
}
.cm-failures-list li.is-past {
  color: rgba(248, 250, 252, 0.45);
  opacity: 0.55;
  transform: none;
}

/* Progressive architecture build — construct, activate, then become Platform */
.cm-narrative--build {
  gap: 0.45rem;
}
.cm-build-label {
  margin: 0 0 0.35rem;
  min-height: 1.6em;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(186, 230, 253, 0.72);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition:
    transform 900ms ease,
    font-size 900ms ease,
    letter-spacing 900ms ease,
    color 900ms ease;
}
.cm-build-label.is-on {
  transform: none;
}
.cm-build-label.is-platform {
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: none;
  color: #f8fafc;
}
.cm-build-stack {
  width: min(100%, 24rem);
  display: grid;
  gap: 0.55rem;
  transition: gap 1100ms ease;
}
.cm-build-stack.is-linked {
  gap: 0.28rem;
}
.cm-build-stack.is-locked {
  gap: 0.12rem;
}
.cm-build-stack.is-locked .cm-build-layer {
  border-radius: 0;
}
.cm-build-stack.is-locked .cm-build-layer:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.cm-build-stack.is-locked .cm-build-layer:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.cm-build-layer {
  padding: 0.75rem 1rem;
  border: 1px solid rgba(186, 230, 253, 0.16);
  border-radius: 0.2rem;
  background: rgba(15, 23, 42, 0.4);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(248, 250, 252, 0.4);
  opacity: 0;
  transform: translateY(16px) scale(0.97);
  transition:
    opacity 950ms ease,
    transform 950ms ease,
    color 950ms ease,
    border-color 950ms ease,
    background 950ms ease,
    box-shadow 950ms ease,
    border-radius 1100ms ease;
}
.cm-build-layer.is-on {
  opacity: 1;
  transform: none;
  color: rgba(248, 250, 252, 0.92);
}
.cm-build-layer.is-focus {
  border-color: rgba(186, 230, 253, 0.45);
  box-shadow: 0 0 18px rgba(186, 230, 253, 0.08);
}
.cm-build-layer--core.is-on {
  border-color: rgba(186, 230, 253, 0.32);
  background: rgba(18, 65, 85, 0.55);
}
.cm-build-layer--core.is-active {
  border-color: rgba(186, 230, 253, 0.62);
  background: rgba(18, 65, 85, 0.78);
  box-shadow: 0 0 28px rgba(186, 230, 253, 0.14);
  color: #f8fafc;
}
.cm-build-stack.is-locked .cm-build-layer.is-on {
  border-color: rgba(186, 230, 253, 0.42);
  background: rgba(18, 65, 85, 0.62);
  box-shadow: 0 0 22px rgba(186, 230, 253, 0.1);
}
.cm-build-link {
  height: 0;
  margin: 0 auto;
  width: 2px;
  background: linear-gradient(180deg, rgba(186, 230, 253, 0), rgba(186, 230, 253, 0.85), rgba(186, 230, 253, 0));
  opacity: 0;
  transform: scaleY(0);
  transform-origin: center;
  transition: opacity 800ms ease, transform 800ms ease, height 900ms ease, width 900ms ease;
}
.cm-build-link.is-on {
  height: 0.55rem;
  opacity: 1;
  transform: scaleY(1);
}
.cm-build-link.is-expanded {
  width: 3px;
  height: 0.75rem;
  box-shadow: 0 0 12px rgba(186, 230, 253, 0.35);
}
.cm-build-stack.is-locked .cm-build-link {
  height: 0.2rem;
  opacity: 0.95;
}
.cm-build-caps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem 1rem;
  margin-top: 0.35rem;
  opacity: 0;
  transition: opacity 900ms ease;
}
.cm-build-caps.is-on {
  opacity: 1;
}
.cm-build-caps span {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(186, 230, 253, 0.28);
  opacity: 0;
  transform: translateY(8px) scale(0.96);
  transition: opacity 850ms ease, transform 850ms ease, color 850ms ease, text-shadow 850ms ease;
}
.cm-build-caps span.is-on {
  opacity: 1;
  transform: none;
  color: rgba(186, 230, 253, 0.88);
}
.cm-build-caps span.is-linked {
  color: #e0f2fe;
  text-shadow: 0 0 14px rgba(186, 230, 253, 0.35);
}
.cm-build-rays {
  display: flex;
  justify-content: center;
  gap: 2.4rem;
  width: min(100%, 22rem);
  height: 0.65rem;
  margin-top: -0.15rem;
  opacity: 0;
  transition: opacity 900ms ease;
}
.cm-build-rays.is-on {
  opacity: 1;
}
.cm-build-rays i {
  display: block;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, rgba(186, 230, 253, 0.75), transparent);
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 900ms ease;
}
.cm-build-rays.is-on i {
  transform: scaleY(1);
}
.cm-build-rays.is-on i:nth-child(2) {
  transition-delay: 120ms;
}
.cm-build-rays.is-on i:nth-child(3) {
  transition-delay: 240ms;
}
.cm-build-apps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem 1.15rem;
  margin-top: 0.35rem;
  opacity: 0;
  transition: opacity 900ms ease;
}
.cm-build-apps.is-on {
  opacity: 1;
}
.cm-build-apps span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(186, 230, 253, 0.4);
  opacity: 0;
  transform: translateY(6px);
  transition: color 500ms ease, text-shadow 500ms ease, transform 500ms ease;
}
.cm-build-apps span.is-on {
  opacity: 1;
  transform: none;
  color: rgba(186, 230, 253, 0.78);
}
.cm-build-apps span.is-life {
  color: #f8fafc;
  text-shadow: 0 0 18px rgba(186, 230, 253, 0.35);
}
.cm-app--next em {
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 0.58rem;
  margin-left: 0.35rem;
  color: rgba(186, 230, 253, 0.45);
}
.cm-life-caption {
  margin: 0.3rem 0 0;
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 2.4vw, 1.45rem);
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #f8fafc;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: transform 900ms ease;
}
.cm-life-caption.is-on {
  transform: none;
}
.cm-brand {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #BAE6FD;
}
.cm-card {
  margin: 0.55rem 0 0.45rem;
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 500;
  letter-spacing: -0.01em;
  color: rgba(226, 232, 240, 0.92);
}
.cm-finale-line {
  margin: 0 0 1.35rem;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(186, 230, 253, 0.72);
}
/* Finale advance — continuation cue, not end-card button */
.cm-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 0;
  padding: 0.2rem 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: rgba(186, 230, 253, 0.88);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: none;
  opacity: 0.72;
  transform: translateY(4px);
  transition:
    color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.cm-narrative--finale.is-on .cm-cta,
.cm-root.is-film-complete .cm-cta {
  opacity: 1;
  transform: none;
}
.cm-cta::after {
  content: '↓';
  font-size: 0.75em;
  letter-spacing: 0;
  opacity: 0.7;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.cm-cta:hover {
  color: #f8fafc;
  background: transparent;
  border: none;
}
.cm-cta:hover::after {
  transform: translateY(2px);
  opacity: 1;
}
.cm-cta:focus-visible {
  outline: 1px solid rgba(186, 230, 253, 0.7);
  outline-offset: 4px;
}
.cm-root.is-film-complete .cm-icon-btn[data-cm-replay] {
  opacity: 0.42;
}
.cm-root.is-film-complete .cm-progress-fill {
  background: linear-gradient(90deg, rgba(186, 230, 253, 0.35), rgba(186, 230, 253, 0.7));
}
.cm-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 0.75rem 0.75rem 0.55rem;
  background: linear-gradient(to top, rgba(6, 24, 32, 0.92), rgba(6, 24, 32, 0.35), transparent);
  pointer-events: none;
}
.cm-progress {
  height: 2px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.22);
  overflow: hidden;
  margin-bottom: 0.55rem;
}
.cm-progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, rgba(186, 230, 253, 0.55), #BAE6FD);
  transition: width 80ms linear;
}
.cm-toolbar {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  pointer-events: auto;
}
.cm-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.85rem;
  height: 1.85rem;
  padding: 0;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 0.35rem;
  background: rgba(10, 46, 63, 0.82);
  color: rgba(248, 250, 252, 0.88);
  cursor: pointer;
}
.cm-icon-btn:hover {
  border-color: rgba(186, 230, 253, 0.55);
  color: #f8fafc;
}
.cm-icon-btn[hidden] {
  display: none !important;
}
@media (max-width: 720px) {
  .hp-film-stage {
    aspect-ratio: 4 / 5;
  }
  .cm-copy {
    padding: 1.5rem 1rem 3.25rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cm-text,
  .cm-kicker,
  .cm-narrative,
  .cm-chain-row,
  .cm-chain-row span,
  .cm-chain-row i,
  .cm-failures-block,
  .cm-failures-list li,
  .cm-build-label,
  .cm-build-layer,
  .cm-build-link,
  .cm-build-stack,
  .cm-build-caps span,
  .cm-build-rays,
  .cm-build-rays i,
  .cm-build-apps span,
  .cm-life-caption,
  .cm-brand-mark,
  .cm-camera,
  .cm-progress-fill {
    transition: none;
  }
  .cm-camera {
    transform: none !important;
  }
}

.hp-film-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0.625rem 0.5rem;
  background: linear-gradient(to top, rgba(255,255,255,0.97), rgba(255,255,255,0.82), transparent);
  pointer-events: none;
  z-index: 2;
}
.hp-film-stage:has(.cm-root) .hp-film-controls,
.hp-film-stage:has(.hp-briefing-video:not([hidden])) .hp-film-controls {
  display: none !important;
}
.hp-film-progress {
  height: 3px;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
  margin-bottom: 0.5rem;
  pointer-events: none;
}
.hp-film-progress-fill {
  height: 100%;
  background: var(--hp-accent);
  width: 0%;
  transition: width 80ms linear;
  opacity: 0.85;
}
.hp-film-toolbar {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  pointer-events: auto;
}
.hp-film-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  padding: 0;
  border: 1px solid #e2e8f0;
  border-radius: 0.375rem;
  background: #fff;
  color: #475569;
  cursor: pointer;
}
.hp-film-icon-btn:hover { background: #f8fafc; color: #1e293b; }
.hp-film-icon-btn[hidden] { display: none !important; }

/* MISSION-002 — Executive Narrative v2.0 */
.sf-root {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.sf-network {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.sf-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1.5rem 1.5rem 2.75rem;
  text-align: center;
}
.sf-headline {
  margin: 0 0 1.75rem;
  max-width: min(92%, 38rem);
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: #0f172a;
  opacity: 0;
  transition: color 400ms ease;
}
.sf-headline--solution { color: #124155; }
.sf-headline--question {
  max-width: min(94%, 42rem);
  font-size: clamp(1.45rem, 2.8vw, 2rem);
}
.sf-visual-stage {
  position: relative;
  width: min(92%, 26rem);
  min-height: 9.5rem;
}
.sf-v {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 320ms ease;
}
.sf-timeline {
  position: relative;
  width: 100%;
  height: 4.5rem;
}
.sf-timeline-rail {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  background: #cbd5e1;
}
.sf-timeline-milestone {
  position: absolute;
  top: 50%;
  width: 2px;
  height: 1.25rem;
  margin-top: -0.625rem;
  background: #64748b;
  transform: translateX(-50%);
  transition: transform 600ms ease;
}
.sf-timeline-milestone[data-i='0'] { left: 8%; }
.sf-timeline-milestone[data-i='1'] { left: 32%; }
.sf-timeline-milestone[data-i='2'] { left: 56%; }
.sf-timeline-milestone[data-i='3'] { left: 84%; }
.sf-timeline-milestone--delayed { background: #124155; height: 1.5rem; margin-top: -0.75rem; }
.sf-timeline-milestone--future { opacity: 0.45; }
.sf-timeline-label {
  position: absolute;
  top: 1.35rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
  white-space: nowrap;
}
.sf-timeline-delay {
  position: absolute;
  bottom: 1.35rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.6875rem;
  font-weight: 600;
  color: #124155;
  white-space: nowrap;
}
.sf-org {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: min(100%, 14rem);
  margin: 0 auto;
}
.sf-org-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.55rem 0.75rem;
  border: 1px solid #e2e8f0;
  background: rgba(255, 255, 255, 0.92);
  opacity: 0.25;
  transition: opacity 280ms ease;
}
.sf-org-row + .sf-org-row { border-top: none; }
.sf-org-row:first-child { border-radius: 0.5rem 0.5rem 0 0; }
.sf-org-row:last-child { border-radius: 0 0 0.5rem 0.5rem; }
.sf-org-title {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #0f172a;
}
.sf-org-wait {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
  opacity: 0;
  transition: opacity 280ms ease;
}
.sf-org--ghost .sf-org-row {
  justify-content: center;
  opacity: 0.35;
}
.sf-owner-gap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #124155;
  opacity: 0;
}
.sf-converge {
  position: relative;
  width: 100%;
  height: 9rem;
}
.sf-converge-node {
  position: absolute;
  padding: 0.35rem 0.55rem;
  border: 1px solid #cbd5e1;
  border-radius: 0.35rem;
  background: rgba(255, 255, 255, 0.94);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #475569;
  transition: transform 500ms ease;
}
.sf-converge-node[data-node='0'] { left: 4%; top: 8%; }
.sf-converge-node[data-node='1'] { right: 4%; top: 10%; }
.sf-converge-node[data-node='2'] { left: 8%; bottom: 10%; }
.sf-converge-node[data-node='3'] { right: 8%; bottom: 8%; }
.sf-converge-layer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7.5rem;
  height: 2.75rem;
  margin: -1.375rem 0 0 -3.75rem;
  border: 1px solid #94a3b8;
  border-radius: 0.4rem;
  background: rgba(18, 65, 85, 0.06);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #124155;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 500ms ease;
}
.sf-reveal-line {
  width: min(72%, 14rem);
  height: 2px;
  background: linear-gradient(90deg, transparent, #124155, transparent);
  transform: scaleX(0.2);
  transform-origin: center;
  transition: transform 600ms ease;
}
.sf-reveal-line--strong {
  height: 3px;
  background: linear-gradient(90deg, transparent, #124155 20%, #124155 80%, transparent);
}

/* Section helpers */
.hp-section { padding: 4.5rem 0; }
.hp-section.soft { background: var(--soft); }
.hp-section h2 {
  max-width: 760px;
  margin: 0 0 1rem;
  font-size: clamp(1.625rem, 2.7vw, 2.125rem);
  line-height: 1.14;
  letter-spacing: -0.032em;
  font-weight: 500;
  color: var(--ink);
}
.hp-section .lead {
  max-width: 760px;
  margin: 0 0 1.75rem;
  font-size: 17px;
  line-height: 1.64;
  color: #4f6881;
}
.hp-value-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.125rem;
  margin-top: 1.75rem;
}
@media (max-width: 860px) { .hp-value-grid { grid-template-columns: 1fr; } }
.hp-value-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.5rem;
}
.hp-value-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--hp-panel);
}
.hp-value-card p { margin: 0; font-size: 15px; line-height: 1.58; color: #5e7287; }
.hp-relationship {
  margin-top: 1.75rem;
  padding: 1.25rem 1.5rem;
  border-radius: var(--radius);
  background: var(--soft-2);
  border: 1px solid var(--line);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
  line-height: 1.9;
  color: #2a4260;
}
.hp-stack-card .tag { color: var(--hp-panel); }
.hp-pilot-cta {
  text-align: center;
  padding: 4rem 0 5rem;
  background: #f8fafc;
}
.hp-pilot-cta .hp-btn-secondary {
  border-color: #d4e4ec;
  background: #fff;
  color: var(--hp-bg);
  padding: 0.875rem 2rem;
}
.hp-pilot-cta .hp-btn-secondary:hover { background: #f8fafc; }

.hp-section-bridge {
  margin: 1.25rem auto 0;
  max-width: 560px;
  text-align: center;
  font-size: 13px;
  line-height: 1.55;
  color: #64748b;
}
.hp-section-bridge a {
  font-weight: 600;
  color: var(--hp-panel, #124155);
  text-decoration: none;
}
.hp-section-bridge a:hover {
  text-decoration: underline;
}

.hp-story-head {
  max-width: 760px;
  margin: 0 0 1rem;
  font-size: clamp(26px, 2.7vw, 34px);
  line-height: 1.14;
  font-weight: 500;
  color: var(--ink);
}

.hp-journey-appendix {
  border-top: 1px solid var(--line);
  padding-top: 3rem;
  opacity: 0.92;
}

.hp-journey-appendix h2 {
  font-size: clamp(22px, 2.2vw, 28px);
}

.hp-appendix-note {
  margin: 1.25rem 0 0;
  max-width: 520px;
  font-size: 14px;
  line-height: 1.55;
  color: #64748b;
}
