:root {
  --invest-red: #f04438;
  --invest-red-dark: #32100d;
  --invest-cream: #f2e9dd;
  --invest-line: #2a2220;
  --invest-panel: #080808;
}

body.opportunity-page {
  background: #000;
  color: #fff;
}

.opportunity-page .site {
  min-height: 100vh;
}

.op-nav {
  width: min(1240px, calc(100% - 40px));
  height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--invest-line);
  position: relative;
  z-index: 10;
}

.op-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.op-brand .logo { width: 32px; height: 32px; }
.op-brand .wordmark { width: 132px; height: auto; }

.op-nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #aaa;
  font-size: 14px;
}

.op-nav-links a { transition: color 180ms ease; }
.op-nav-links a:hover,
.op-nav-links a[aria-current="page"] { color: #fff; }

.op-nav-cta {
  display: inline-flex;
  align-items: center;
  height: 44px;
  padding: 0 19px;
  border: 1px solid var(--invest-red);
  border-radius: 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.op-main { overflow: hidden; }

.op-wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.op-hero {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(410px, 1.06fr);
  gap: clamp(42px, 5vw, 72px);
  align-items: center;
  padding: 58px 0 68px;
}

.op-eyebrow,
.op-section-label {
  color: var(--invest-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.op-hero h1,
.op-title,
.op-big-quote,
.op-cta h2 {
  font-family: Bahnschrift, "Arial Narrow", Inter, sans-serif;
  font-weight: 800;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.op-hero h1 {
  max-width: 600px;
  margin: 22px 0 20px;
  font-size: clamp(48px, 5.15vw, 72px);
  line-height: .97;
}

.op-red { color: var(--invest-red); }

.op-hero-copy {
  max-width: 560px;
  color: #aaa;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.58;
  letter-spacing: -.02em;
}

.op-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.op-button {
  min-height: 50px;
  padding: 0 21px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 750;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.op-button:hover { transform: translateY(-2px); }
.op-button.primary { background: transparent; border: 1px solid var(--invest-red); color: #fff; }
.op-button.primary:hover { background: rgba(240, 68, 56, .1); }
.op-button.secondary { border: 1px solid #36302e; color: #fff; }
.op-button.secondary:hover { border-color: #777; }

.op-hero-visual {
  position: relative;
  min-width: 0;
  width: 100%;
  max-width: 560px;
  justify-self: end;
}

.op-hero-visual::before {
  content: "";
  position: absolute;
  inset: 12% 8%;
  background: rgba(240, 68, 56, .16);
  filter: blur(70px);
  border-radius: 50%;
}

.op-hero-visual img {
  position: relative;
  width: 100%;
  max-height: 540px;
  object-fit: contain;
}

.op-section {
  padding: clamp(68px, 8vw, 96px) 0;
  border-top: 1px solid var(--invest-line);
}

.op-section-head {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
  margin-bottom: 38px;
}

.op-section-head-tight { margin-bottom: 34px; }

.op-title {
  max-width: 820px;
  font-size: clamp(34px, 4.2vw, 52px);
  line-height: 1.04;
}

.op-lead {
  max-width: 700px;
  margin-top: 16px;
  color: #999;
  font-size: 17px;
  line-height: 1.6;
}

.op-problem-grid,
.op-why-grid,
.op-founder-grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(36px, 5vw, 66px);
  align-items: center;
}

.op-stat-xl {
  display: block;
  color: var(--invest-red);
  font-family: Bahnschrift, "Arial Narrow", Inter, sans-serif;
  font-size: clamp(70px, 9vw, 112px);
  font-weight: 800;
  line-height: .85;
  letter-spacing: -.065em;
}

.op-stat-copy {
  max-width: 430px;
  margin-top: 20px;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  line-height: 1.25;
}

.op-note {
  margin-top: 18px;
  color: #777;
  font-size: 13px;
  line-height: 1.5;
}

.op-note a { color: #aaa; text-decoration: underline; text-underline-offset: 3px; }

.op-image-frame {
  min-width: 0;
  border: 1px solid var(--invest-line);
  border-radius: 22px;
  overflow: hidden;
  background: var(--invest-panel);
}

.op-image-frame img { width: 100%; height: auto; }

.op-product-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.op-flow-step {
  min-width: 0;
  min-height: 196px;
  padding: 26px;
  border: 1px solid var(--invest-line);
  border-top: 2px solid var(--invest-red);
  border-radius: 18px;
  background: var(--invest-panel);
}

.op-flow-step.featured {
  border-color: var(--invest-red);
  background: rgba(240, 68, 56, .07);
}

.op-flow-step span {
  color: var(--invest-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
}

.op-flow-step h3 {
  margin-top: 38px;
  font-family: Bahnschrift, "Arial Narrow", Inter, sans-serif;
  font-size: clamp(24px, 2.5vw, 32px);
  line-height: 1;
  text-transform: uppercase;
}

.op-flow-step p {
  max-width: 290px;
  margin-top: 16px;
  color: #999;
  line-height: 1.5;
}

.op-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  color: #ddd;
  font-size: 14px;
  font-weight: 750;
}

.op-inline-link span { color: var(--invest-red); font-size: 20px; }

.op-tech-compact {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(250px, .55fr);
  gap: 22px;
  align-items: stretch;
}

.op-tech-compact .op-story-image { margin-top: 0; }

.op-tech-points {
  display: grid;
  gap: 12px;
}

.op-tech-points article {
  padding: 21px;
  border: 1px solid var(--invest-line);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--invest-panel);
}

.op-tech-points span {
  color: var(--invest-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
}

.op-tech-points strong {
  margin-top: 12px;
  font-size: 18px;
}

.op-questions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.op-question {
  min-width: 0;
}

.op-question h3 {
  min-height: 54px;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}

.op-screen {
  height: 390px;
  margin: 20px 0 18px;
  border: 1px solid var(--invest-line);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #050505;
}

.op-screen img { width: 100%; height: 100%; object-fit: contain; }
.op-answer { color: var(--invest-red); font-weight: 750; font-size: 15px; }

.op-story-image {
  margin-top: 38px;
  border-radius: 22px;
  border: 1px solid var(--invest-line);
  overflow: hidden;
}

.op-story-image img { width: 100%; }

.op-pipeline {
  margin-top: 48px;
  display: grid;
  grid-template-columns: .78fr 1.25fr .92fr;
  gap: 38px;
  align-items: stretch;
}

.op-pipeline-block {
  position: relative;
  min-width: 0;
  padding: 30px;
  border: 1px solid var(--invest-line);
  border-radius: 18px;
}

.op-pipeline-block.core {
  border: 2px solid var(--invest-red);
  background: rgba(240, 68, 56, .04);
}

.op-pipeline-block:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -30px;
  top: 50%;
  color: var(--invest-red);
  font-size: 28px;
  font-weight: 800;
  transform: translateY(-50%);
}

.op-pipeline-block h3 {
  margin-bottom: 22px;
  font-size: 21px;
  text-transform: uppercase;
}

.op-input-list li,
.op-analysis-list li {
  padding: 13px 0;
  border-top: 1px solid var(--invest-line);
  color: #bbb;
  font-size: 15px;
}

.op-input-list strong,
.op-analysis-list strong { color: #fff; }

.op-agent-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.op-agent {
  min-height: 104px;
  border: 1px solid var(--invest-line);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #ddd;
  font-size: 12px;
  font-weight: 800;
}

.op-agent img { width: 38px; height: 38px; object-fit: contain; }

.op-memory-line {
  margin-top: 38px;
  padding-top: 28px;
  border-top: 2px solid var(--invest-red);
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: baseline;
}

.op-memory-line strong {
  font-size: clamp(23px, 3vw, 36px);
  text-transform: uppercase;
}

.op-memory-line span { color: #999; font-size: 15px; }

.op-why-image { padding: 10px; }

.op-shifts {
  display: grid;
}

.op-shift {
  display: grid;
  grid-template-columns: 135px 1fr;
  gap: 28px;
  padding: 28px 0;
  border-top: 1px solid var(--invest-line);
}

.op-shift:first-child { border-top-color: var(--invest-red); }
.op-shift b { color: var(--invest-red); font-size: 38px; }
.op-shift h3 { margin-bottom: 7px; font-size: 18px; }
.op-shift p { color: #888; line-height: 1.5; }

.op-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 2px solid var(--invest-red);
  border-bottom: 1px solid var(--invest-line);
}

.op-metrics-compact { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.op-metric {
  padding: 28px 24px 32px;
  border-left: 1px solid var(--invest-line);
}

.op-metric:first-child { border-left: 0; }
.op-metric strong { display: block; color: var(--invest-red); font-size: clamp(32px, 3.6vw, 48px); letter-spacing: -.05em; }
.op-metric span { display: block; margin-top: 10px; color: #ddd; font-size: 14px; font-weight: 700; }
.op-metric small { display: block; margin-top: 8px; color: #777; line-height: 1.45; }

.op-signal-grid,
.op-help-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.op-signal,
.op-help {
  padding: 26px;
  border-top: 2px solid var(--invest-red);
  background: var(--invest-panel);
  min-height: 198px;
}

.op-signal .source,
.op-help .num { color: var(--invest-red); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.op-signal blockquote { margin-top: 22px; font-size: 19px; font-weight: 700; line-height: 1.4; }
.op-signal small { display: block; margin-top: 22px; color: #777; }

.op-help h3 { margin: 20px 0 12px; font-size: 22px; text-transform: uppercase; }
.op-help p { color: #999; line-height: 1.55; }

.op-founder-photo {
  min-height: 410px;
  border: 2px solid var(--invest-red);
  border-radius: 20px;
  overflow: hidden;
}

.op-founder-photo img { width: 100%; height: 100%; min-height: 410px; object-fit: cover; }
.op-founder-copy h2 { margin: 22px 0 10px; font-size: clamp(36px, 4vw, 52px); line-height: 1.02; }
.op-founder-role { color: var(--invest-red); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.op-founder-copy > p { margin-top: 22px; color: #aaa; font-size: 18px; line-height: 1.6; }
.op-founder-links { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 32px; color: #ddd; font-weight: 700; }
.op-founder-links a { border-bottom: 1px solid var(--invest-red); padding-bottom: 4px; }

.op-cta {
  padding: 84px 0;
  border-top: 1px solid var(--invest-line);
  text-align: center;
}

.op-cta h2 { max-width: 820px; margin: 18px auto 0; font-size: clamp(40px, 5.2vw, 62px); line-height: 1; }
.op-cta p { max-width: 630px; margin: 22px auto 0; color: #999; font-size: 17px; line-height: 1.6; }
.op-cta .op-actions { justify-content: center; }

.op-footer {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0 44px;
  border-top: 1px solid var(--invest-line);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: #666;
  font-size: 13px;
}

.op-footer-links { display: flex; flex-wrap: wrap; gap: 22px; }
.op-footer a:hover { color: #fff; }

@media (max-width: 980px) {
  .op-nav-links { display: none; }
  .op-hero { min-height: auto; grid-template-columns: 1fr; padding: 64px 0 72px; text-align: center; }
  .op-hero-copy { max-width: 720px; }
  .op-hero > div:first-child { display: flex; flex-direction: column; align-items: center; }
  .op-hero-visual { max-width: 520px; margin: 0 auto; justify-self: center; }
  .op-hero-visual img { max-height: 500px; }
  .op-actions { justify-content: center; }
  .op-section-head { grid-template-columns: 1fr; gap: 18px; }
  .op-problem-grid, .op-why-grid, .op-founder-grid { grid-template-columns: 1fr; }
  .op-product-flow { grid-template-columns: 1fr; }
  .op-tech-compact { grid-template-columns: 1fr; }
  .op-questions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .op-pipeline { grid-template-columns: 1fr; }
  .op-pipeline-block:not(:last-child)::after { content: "↓"; right: 50%; top: auto; bottom: -34px; transform: translateX(50%); }
  .op-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .op-metric:nth-child(3) { border-left: 0; border-top: 1px solid var(--invest-line); }
  .op-metric:nth-child(4) { border-top: 1px solid var(--invest-line); }
  .op-signal-grid, .op-help-grid { grid-template-columns: 1fr; }
  .op-founder-photo, .op-founder-photo img { min-height: 420px; }
}

@media (max-width: 620px) {
  .op-nav { width: min(100% - 28px, 1240px); height: 72px; }
  .op-brand .wordmark { width: 104px; }
  .op-nav-cta { height: 40px; padding: 0 14px; }
  .op-wrap { width: min(100% - 32px, 1180px); }
  .op-hero { padding: 52px 0 62px; gap: 34px; }
  .op-hero h1 { margin: 18px 0; font-size: clamp(40px, 12vw, 52px); }
  .op-hero-copy { font-size: 16px; }
  .op-hero-visual { max-width: 390px; }
  .op-hero-visual img { max-height: 390px; }
  .op-section { padding: 60px 0; }
  .op-title { font-size: clamp(32px, 10vw, 42px); }
  .op-lead { font-size: 16px; }
  .op-questions { grid-template-columns: 1fr; }
  .op-screen { height: 480px; }
  .op-memory-line { flex-direction: column; align-items: flex-start; }
  .op-shift { grid-template-columns: 100px 1fr; }
  .op-metrics { grid-template-columns: 1fr; }
  .op-metrics-compact { grid-template-columns: 1fr; }
  .op-metric { border-left: 0; border-top: 1px solid var(--invest-line); }
  .op-metric:first-child { border-top: 0; }
  .op-footer { flex-direction: column; }
  .op-founder-photo, .op-founder-photo img { min-height: 350px; }
  .op-cta { padding: 68px 0; }
  .op-cta h2 { font-size: clamp(36px, 11vw, 48px); }
}
