/* Investor page aligned with the current Omnimesh editorial design system. */
.investor-art {
  --investor-red: var(--omni-exposure);
  --investor-red-ink: var(--omni-exposure-ink);
  --investor-paper: var(--omni-paper);
  --investor-paper-deep: var(--omni-paper-deep);
}

.investor-art .investor-hero,
.investor-art .investor-definition,
.investor-art .investor-market {
  --text: var(--omni-paper-text);
  --muted: var(--omni-paper-muted);
  --muted-2: var(--omni-paper-muted-2);
  --cyan: var(--investor-red-ink);
  --cyan-bright: var(--investor-red-ink);
  --cyan-soft: #b82e4214;
  --line: #0d2a3421;
  --line-strong: #0d2a3440;
  --on-accent: #fff;
  color: var(--text);
  background:
    radial-gradient(circle at 84% 20%, #f25a681b, transparent 25%),
    linear-gradient(180deg, var(--investor-paper), var(--investor-paper-deep));
}

.investor-art .investor-hero {
  min-height: calc(82svh - 82px);
}

.investor-art .investor-hero h1 {
  max-width: 920px;
}

.investor-art .investor-hero h1 span {
  color: var(--investor-red-ink);
}

.investor-art .investor-hero .button-primary,
.investor-art .investor-contact .button-primary {
  border-color: var(--investor-red);
  background: var(--investor-red);
  color: #fff;
}

.investor-art .investor-hero .button-primary:hover,
.investor-art .investor-hero .button-primary:focus-visible,
.investor-art .investor-contact .button-primary:hover,
.investor-art .investor-contact .button-primary:focus-visible {
  background: var(--omni-exposure-bright);
}

.investor-art .investor-hero .button-secondary {
  color: var(--text);
  background: transparent;
}

.investor-hero-intro {
  gap: 22px;
  display: grid;
}

.investor-hero-intro > p,
.investor-hero-intro .button-row {
  margin: 0;
}

.investor-stage-summary {
  border-left: 2px solid var(--investor-red);
  padding-left: 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 25px;
}

.investor-art .investor-position,
.investor-art .investor-thesis,
.investor-art .investor-disclosure,
.investor-art .investor-contact {
  --text: var(--omni-dark-text);
  --muted: var(--omni-research-muted);
  --muted-2: var(--omni-research-subtle);
  --cyan: var(--omni-evidence);
  --cyan-bright: var(--omni-evidence);
  --line: var(--omni-research-line);
  --line-strong: #b5b8ff52;
  --on-accent: #0a0b18;
  color: var(--text);
  background:
    radial-gradient(circle at 78% 18%, #7d68ff26, transparent 28%),
    linear-gradient(150deg, #080a16, #101027 58%, #090b18);
}

.investor-art .investor-position .section-index,
.investor-art .investor-position .status-label,
.investor-art .investor-thesis .section-index,
.investor-art .investor-thesis .panel-label,
.investor-art .investor-disclosure .section-index,
.investor-art .investor-disclosure .panel-label,
.investor-art .investor-contact .section-index {
  color: var(--omni-proof);
}

.investor-stage-path {
  border-top: 1px solid var(--line-strong);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 82px;
  display: grid;
}

.investor-stage-path li {
  min-height: 330px;
  border-right: 1px solid var(--line);
  padding: 30px 28px 34px;
  position: relative;
}

.investor-stage-path li:first-child {
  border-left: 1px solid var(--line);
}

.investor-stage-path li::before {
  content: "";
  width: 100%;
  height: 3px;
  background: var(--muted-2);
  position: absolute;
  top: -1px;
  left: 0;
}

.investor-stage-path .stage-complete::before {
  background: var(--omni-proof);
}

.investor-stage-path .stage-active::before {
  background: var(--omni-evidence);
  box-shadow: 0 0 24px #a8adff52;
}

.investor-stage-path .stage-next::before,
.investor-stage-path .stage-future::before {
  background: #85899f80;
}

.investor-stage-path .stage-number {
  border: 1px solid var(--line-strong);
  width: 50px;
  height: 50px;
  color: var(--text);
  border-radius: 50%;
  place-items: center;
  margin-top: 26px;
  display: grid;
  font: 650 11px/16px var(--font-geist-mono), monospace;
}

.investor-stage-path h3 {
  margin-top: 38px;
  font-size: 23px;
  line-height: 29px;
}

.investor-stage-path li > p:last-child {
  color: var(--muted);
  margin: 18px 0 0;
  font-size: 14px;
  line-height: 23px;
}

.investor-definition-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 54px;
  margin-top: 84px;
  display: grid;
}

.investor-definition-grid > div {
  border-top: 1px solid var(--line-strong);
  padding-top: 28px;
  position: relative;
}

.investor-definition-grid > div::before {
  content: "";
  width: 38px;
  height: 2px;
  background: var(--investor-red-ink);
  position: absolute;
  top: -1px;
  left: 0;
}

.investor-definition-grid dt {
  color: var(--investor-red-ink);
  font: 650 10px/15px var(--font-geist-mono), monospace;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.investor-definition-grid dd {
  color: var(--text);
  margin: 30px 0 0;
  font-size: 17px;
  line-height: 27px;
}

.investor-company-rail {
  border-block: 1px solid var(--line);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 80px;
  display: grid;
}

.investor-company-rail > div {
  min-height: 116px;
  align-content: center;
  gap: 10px;
  padding: 24px 30px;
  display: grid;
}

.investor-company-rail > div + div {
  border-left: 1px solid var(--line);
}

.investor-company-rail span {
  color: var(--muted-2);
  font: 650 9px/14px var(--font-geist-mono), monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.investor-company-rail strong {
  color: var(--text);
  font-size: 16px;
  line-height: 24px;
}

.thesis-ledger {
  border-top: 1px solid var(--line-strong);
  margin-top: 86px;
}

.thesis-ledger article {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 54px minmax(280px, 0.85fr) minmax(0, 1.15fr);
  align-items: start;
  gap: 40px;
  padding: 38px 0;
  display: grid;
}

.thesis-ledger article > span {
  color: var(--omni-proof);
  font: 650 11px/16px var(--font-geist-mono), monospace;
}

.thesis-ledger h3 {
  max-width: 460px;
  margin: 14px 0 0;
  font-size: 25px;
  line-height: 31px;
}

.thesis-ledger article > p {
  border-left: 1px solid var(--line);
  color: var(--muted);
  margin: 0;
  padding-left: 32px;
  font-size: 15px;
  line-height: 25px;
}

.investor-market-grid {
  border-top: 1px solid var(--line-strong);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 70px;
  margin-top: 84px;
  display: grid;
}

.investor-market-grid article {
  border-bottom: 1px solid var(--line);
  min-height: 330px;
  padding: 38px 0;
  display: flex;
  flex-direction: column;
}

.investor-market-grid .market-label {
  color: var(--investor-red-ink);
  margin: 0;
  font: 650 10px/15px var(--font-geist-mono), monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.investor-market-grid strong {
  color: var(--text);
  margin-top: 24px;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 650;
  line-height: 1;
  letter-spacing: -0.05em;
}

.investor-market-grid article > p:not(.market-label) {
  max-width: 520px;
  color: var(--muted);
  margin: 26px 0 0;
  font-size: 14px;
  line-height: 23px;
}

.investor-market-grid a {
  width: max-content;
  max-width: 100%;
  min-height: 44px;
  color: var(--investor-red-ink);
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 650;
}

.investor-market-grid a:hover,
.investor-market-grid a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.disclosure-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 58px;
  margin-top: 84px;
  display: grid;
}

.disclosure-grid article {
  border-top: 1px solid var(--line-strong);
  padding-top: 30px;
}

.disclosure-grid h3 {
  margin-top: 30px;
  font-size: 27px;
  line-height: 33px;
}

.disclosure-grid article > p:last-child {
  color: var(--muted);
  margin: 18px 0 0;
  font-size: 15px;
  line-height: 25px;
}

.investor-art .investor-contact {
  border-top: 1px solid var(--line-strong);
  padding-block: 92px;
}

.investor-art .investor-contact .button-secondary {
  color: var(--text);
  background: transparent;
}

.investor-art .footer-primary-nav a[aria-current="page"] {
  color: var(--omni-exposure-bright);
}

@media (max-width: 1180px) {
  .investor-stage-path {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .investor-stage-path li {
    border-bottom: 1px solid var(--line);
  }

  .investor-stage-path li:nth-child(2n + 1) {
    border-left: 1px solid var(--line);
  }

  .investor-stage-path li:last-child {
    grid-column: 1 / -1;
    min-height: 260px;
  }

  .investor-definition-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .investor-company-rail,
  .thesis-ledger article {
    grid-template-columns: 1fr;
  }

  .investor-company-rail > div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .thesis-ledger article {
    gap: 18px;
  }

  .thesis-ledger article > p {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 760px) {
  .investor-stage-summary {
    padding-left: 16px;
  }

  .investor-stage-path,
  .investor-definition-grid,
  .investor-market-grid,
  .disclosure-grid {
    grid-template-columns: 1fr;
    margin-top: 58px;
  }

  .investor-stage-path li,
  .investor-stage-path li:nth-child(2n + 1),
  .investor-stage-path li:last-child {
    grid-column: auto;
    min-height: 0;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    border-left: 1px solid var(--line);
    padding: 28px 24px 34px;
  }

  .investor-stage-path h3 {
    margin-top: 28px;
  }

  .investor-definition-grid {
    gap: 38px;
  }

  .investor-company-rail,
  .thesis-ledger,
  .investor-market-grid {
    margin-top: 56px;
  }

  .investor-market-grid {
    gap: 0;
  }

  .investor-market-grid article {
    min-height: 300px;
  }

  .disclosure-grid {
    gap: 42px;
  }

  .investor-art .investor-contact {
    padding-block: 72px;
  }
}

@media (max-width: 480px) {
  .investor-stage-path li {
    padding-inline: 20px;
  }

  .investor-company-rail > div {
    padding-inline: 0;
  }
}
