/* ════════════════════════════════════════════════════════════════
   PURPLE ORANGE GROUP — venture.css
   Per-venture case-study layer on top of home.css / shell.css /
   hero-reel.css / site.css. Loaded last. Reuses the house tokens
   (colors, fonts, easing) — no new visual system, just the venture
   detail-page type. House easing: cubic-bezier(0.16, 1, 0.3, 1).
════════════════════════════════════════════════════════════════ */

/* ── Hero ───────────────────────────────────────────────────── */
.venture-hero {
  position: relative; overflow: hidden;
  margin-top: 64px; padding: 84px 0 48px;
}
@media (min-width: 640px) { .venture-hero { margin-top: 80px; padding-top: 104px; } }
.venture-hero::before {
  content: ""; position: absolute; inset: -20% 0 auto; height: 480px; z-index: -1;
  background:
    radial-gradient(circle at 30% 0%, rgba(139,92,246,0.18), transparent 58%),
    radial-gradient(circle at 78% 24%, rgba(249,115,22,0.09), transparent 48%);
  filter: blur(8px); pointer-events: none;
}
.venture-hero__inner { max-width: 840px; }
.venture-parent {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--zinc-500); font-family: var(--font-display);
  font-size: 12px; letter-spacing: 0.02em; margin-bottom: 22px;
}
.venture-parent a {
  color: var(--zinc-300); text-decoration: none;
  border-bottom: 1px solid var(--white-20); padding-bottom: 1px;
  transition: color 0.2s, border-color 0.2s;
}
.venture-parent a:hover { color: #fff; border-color: var(--purple-400); }
.venture-hero__lockup { display: flex; align-items: center; gap: 18px; margin-bottom: 22px; }
.venture-hero__logo {
  width: 64px; height: 64px; border-radius: 16px; object-fit: contain;
  background: rgba(255,255,255,0.03); border: 1px solid var(--white-10); padding: 10px;
}
.venture-hero h1 {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(38px, 6vw, 64px); line-height: 1.03;
  letter-spacing: -0.04em; color: #f8fafc; margin: 0;
}
.venture-hero__oneliner {
  color: var(--zinc-300); font-size: clamp(18px, 2.4vw, 22px); line-height: 1.55;
  max-width: 640px; margin: 18px 0 24px; text-wrap: balance;
}
.venture-hero__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; margin-bottom: 30px; }
.venture-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.venture-chip {
  display: inline-flex; align-items: center; padding: 5px 12px;
  border-radius: 9999px; border: 1px solid var(--white-10); background: rgba(255,255,255,0.02);
  color: var(--zinc-300); font-family: var(--font-display);
  font-size: 12px; font-weight: 500; letter-spacing: 0.02em;
}
.venture-hero__cta { display: flex; flex-wrap: wrap; gap: 12px; }

/* ── Section typography ─────────────────────────────────────── */
.venture-section h2 {
  font-family: var(--font-display); font-size: clamp(26px, 3.6vw, 38px);
  line-height: 1.12; letter-spacing: -0.02em; color: #f4f4f5;
  margin-bottom: 18px; text-wrap: balance;
}
.venture-lead { color: var(--zinc-300); font-size: 18px; line-height: 1.75; max-width: 700px; }
.venture-lead b { color: #fff; font-weight: 600; }
.venture-prose p { color: var(--zinc-400); font-size: 16.5px; line-height: 1.8; max-width: 700px; margin-top: 16px; }
.venture-prose p b { color: #fff; font-weight: 600; }
.venture-quote {
  font-family: var(--font-quote); font-style: italic;
  font-size: clamp(22px, 3vw, 30px); line-height: 1.4; color: #e9e9f1;
  border-left: 2px solid var(--purple-500);
  padding-left: 22px; margin: 6px 0; max-width: 740px;
}

/* ── Card grids (operating model / how it works / pricing) ──── */
.venture-grid { display: grid; gap: 18px; grid-template-columns: 1fr; margin-top: 8px; }
@media (min-width: 600px) { .venture-grid--2 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 880px) {
  .venture-grid--3 { grid-template-columns: repeat(3, 1fr); }
  .venture-grid--4 { grid-template-columns: repeat(4, 1fr); }
}
.venture-card {
  padding: 24px; border-radius: 16px;
  background: rgba(255,255,255,0.02); border: 1px solid var(--white-5);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.5s, background 0.5s;
}
.venture-card:hover { transform: translateY(-4px); border-color: rgba(139,92,246,0.25); background: rgba(255,255,255,0.035); }
.venture-card__label {
  font-family: var(--font-display); font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 1.5px; color: var(--orange-400); margin-bottom: 10px;
}
.venture-card__num { font-family: var(--font-display); font-size: 13px; font-weight: 700; color: var(--purple-300); }
.venture-card h3 { font-family: var(--font-display); font-size: 18px; color: #fff; margin: 6px 0 8px; line-height: 1.25; }
.venture-card p { color: var(--zinc-400); font-size: 14.5px; line-height: 1.6; }
.venture-stat__value { font-family: var(--font-display); font-size: 24px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.venture-stat__value .unit { color: var(--zinc-400); font-size: 13px; font-weight: 500; }

/* ── Browser-style screenshot frame ─────────────────────────── */
.browser-frame {
  border-radius: 16px; overflow: hidden;
  border: 1px solid var(--white-10); background: rgba(255,255,255,0.02);
  box-shadow: 0 30px 80px rgba(0,0,0,0.45);
}
.browser-frame__bar {
  display: flex; align-items: center; gap: 12px;
  padding: 11px 16px; background: rgba(24,24,27,0.85); border-bottom: 1px solid var(--white-10);
}
.browser-frame__dots { display: flex; gap: 7px; flex: 0 0 auto; }
.browser-frame__dots span { width: 11px; height: 11px; border-radius: 50%; background: var(--white-20); }
.browser-frame__url {
  flex: 1; min-width: 0; margin: 0 auto; max-width: 380px; text-align: center;
  color: #cdcdd8; font-family: var(--font-display); font-size: 12px; letter-spacing: 0.05em;
  padding: 5px 14px; border-radius: 8px; background: rgba(255,255,255,0.03); border: 1px solid var(--white-5);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.browser-frame__shot { display: block; width: 100%; height: auto; }
.browser-frame__caption { color: var(--zinc-500); font-size: 13px; text-align: center; margin-top: 14px; }

/* ── Traction placeholder ───────────────────────────────────── */
.traction-coming {
  display: flex; align-items: center; gap: 14px;
  padding: 22px 24px; border-radius: 16px;
  border: 1px dashed var(--white-10); background: rgba(255,255,255,0.015);
  color: var(--zinc-400); font-size: 15px; line-height: 1.6; max-width: 700px;
}
.traction-coming svg { flex: none; color: var(--purple-300); }
.traction-coming b { color: #fff; font-weight: 600; }

/* ── Link row ───────────────────────────────────────────────── */
.venture-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 6px; }

/* ── CTA band ───────────────────────────────────────────────── */
.venture-cta {
  text-align: center; padding: 56px 28px; border-radius: 22px;
  background:
    radial-gradient(ellipse 80% 120% at 50% 0%, rgba(139,92,246,0.14), transparent 60%),
    rgba(255,255,255,0.02);
  border: 1px solid var(--white-10); max-width: 780px; margin: 0 auto;
}
.venture-cta h2 { font-family: var(--font-display); font-size: clamp(26px, 3.6vw, 36px); color: #f8fafc; letter-spacing: -0.02em; line-height: 1.14; }
.venture-cta p { color: var(--zinc-400); font-size: 17px; line-height: 1.7; max-width: 540px; margin: 14px auto 26px; }
.venture-cta__row { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

/* ── Buttons: coming-soon + ghost ──────────────────────────── */
.btn-soon {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 26px; border-radius: 9999px;
  border: 1px solid var(--white-10); background: rgba(255,255,255,0.02);
  color: #9696a3; font-family: var(--font-body); font-weight: 600; font-size: 15px; cursor: default;
}
.btn-ghost {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 13px 26px; border-radius: 9999px;
  border: 1px solid var(--white-20); background: transparent; color: #fff;
  font-family: var(--font-body); font-weight: 600; font-size: 15px; text-decoration: none;
  transition: background 0.2s, border-color 0.2s, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-ghost:hover { background: var(--white-10); border-color: var(--purple-400); color: #fff; transform: translateY(-2px); }
.btn-ghost svg, .btn-white svg { transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1); }

@media (prefers-reduced-motion: reduce) {
  .venture-card, .btn-ghost, .btn-white svg, .btn-ghost svg { transition: none !important; }
  .venture-hero::before { filter: none; }
}
