/*
 * ANTI-FORMULA
 * Venture page template
 */

.venture-hero {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 120px;
  padding-bottom: 80px;
}
.venture-hero-eyebrow {
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--dark-mid);
  margin-bottom: 24px;
}
.venture-hero-name {
  margin-bottom: 16px;
}
.venture-hero-thesis {
  font-family: var(--f-serif);
  font-size: 22px;
  font-style: italic;
  color: var(--dark-body);
  max-width: 560px;
  line-height: 1.55;
  margin-bottom: 32px;
}
.venture-hero-tag {
  display: inline-block;
  padding: 6px 14px;
  font-family: var(--f-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid var(--dark-rule);
  color: var(--dark-mid);
}

/* ─── BODY ───────────────────────────────────────────────────── */
.venture-section {
  border-top: 1px solid var(--dark-rule);
}
.venture-body {
  max-width: 640px;
}
.venture-body p {
  color: var(--dark-body);
  margin-bottom: 24px;
  line-height: 1.65;
}
.venture-body p:last-child { margin-bottom: 0; }

/* Placeholder for early ventures */
.venture-placeholder {
  max-width: 640px;
  padding: 48px;
  border: 1px solid var(--dark-rule);
  margin-top: 40px;
}
.venture-placeholder-label {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--dark-mid);
  margin-bottom: 12px;
}
.venture-placeholder p {
  font-family: var(--f-serif);
  font-size: 16px;
  color: var(--dark-mid);
  line-height: 1.6;
}

/* Back link */
.venture-back {
  padding-top: 48px;
  padding-bottom: 64px;
}
.venture-back a {
  font-family: var(--f-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--dark-mid);
  transition: color 0.2s;
}
.venture-back a:hover { color: var(--lab-white); }

@media (max-width: 768px) {
  .venture-hero { min-height: auto; padding-top: 100px; padding-bottom: 64px; }
  .venture-placeholder { padding: 32px 24px; }
}
