/* =============================================================
   MACRO HRD — Venture Page Styles
   Shared template for all 17 venture detail pages
   ============================================================= */


/* -------------------------------------------------------------
   1.  PAGE BASE
   ------------------------------------------------------------- */

.venture-page {
  position: relative;
  z-index: 3;
}


/* -------------------------------------------------------------
   2.  VENTURE HERO
   ------------------------------------------------------------- */

.venture-hero {
  max-width: 1200px;
  margin: 0 auto;
  padding: 180px 48px 100px;
}

.venture-hero-breadcrumb {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ochre);
  margin-bottom: 40px;
}

.venture-hero-breadcrumb a {
  color: var(--ink-faded);
  text-decoration: none;
  transition: color 0.2s ease;
}
.venture-hero-breadcrumb a:hover {
  color: var(--ochre);
}

.breadcrumb-sep {
  color: var(--rule);
}

.venture-hero-domain {
  color: var(--ochre);
}

.venture-hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(52px, 6vw, 88px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 32px 0;
  max-width: 900px;
}

.venture-hero-title em {
  font-style: italic;
  color: var(--ochre-deep);
  font-weight: 300;
}

.venture-hero-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 300;
  line-height: 1.45;
  color: var(--ink-soft);
  font-style: italic;
  max-width: 740px;
  margin: 0;
}


/* -------------------------------------------------------------
   3.  SECTION HEADERS (reusable across all sections)
   ------------------------------------------------------------- */

.vsection {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 48px;
}

.vsection + .vsection {
  padding-top: 40px;
}

.vsection-eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ochre);
  margin-bottom: 28px;
}
.vsection-eyebrow::before {
  content: '';
  display: block;
  width: 36px;
  height: 1px;
  background: var(--ochre);
}

.vsection-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 0 0 40px 0;
  max-width: 820px;
}

.vsection-heading em {
  font-style: italic;
  color: var(--ochre-deep);
  font-weight: 300;
}


/* -------------------------------------------------------------
   4.  PREMISE — the "why" section (two-column text)
   ------------------------------------------------------------- */

.vpremise {
  background: var(--ivory-deep);
  padding: 100px 0 120px;
}

.vpremise .vsection {
  padding: 0 48px;
}

.vpremise-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start;
}

.vpremise-grid .vsection-heading {
  margin-bottom: 0;
}

.vpremise-body {
  font-size: 16px;
  line-height: 1.75;
  color: var(--ink-soft);
  max-width: 640px;
}

.vpremise-body p {
  margin: 0 0 22px 0;
}
.vpremise-body p:last-child {
  margin-bottom: 0;
}

.vpremise-body em {
  color: var(--ochre-deep);
  font-style: italic;
}

.vpremise-body strong {
  font-weight: 500;
  color: var(--ink);
}


/* -------------------------------------------------------------
   5.  APPROACH — the "how" section (can be long-form prose or structured)
   ------------------------------------------------------------- */

.vapproach {
  padding: 120px 0;
}

.vapproach-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
}

.vapproach-body {
  font-size: 16px;
  line-height: 1.75;
  color: var(--ink-soft);
  max-width: 820px;
}

.vapproach-body p {
  margin: 0 0 26px 0;
}

.vapproach-body em {
  color: var(--ochre-deep);
  font-style: italic;
}

.vapproach-body strong {
  font-weight: 500;
  color: var(--ink);
}

/* Optional: steps or numbered list inside approach */
.vapproach-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid var(--rule);
}

.vstep {
  display: flex;
  flex-direction: column;
}

.vstep-num {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 28px;
  font-weight: 300;
  color: var(--ochre);
  line-height: 1;
  margin-bottom: 16px;
}

.vstep-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 12px;
}

.vstep-body {
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink-faded);
}


/* -------------------------------------------------------------
   6.  CAPABILITIES — grid of cards
   ------------------------------------------------------------- */

.vcapabilities {
  background: var(--ink);
  color: var(--ivory);
  padding: 130px 0;
  position: relative;
  overflow: hidden;
}

.vcapabilities::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 15% 40%, rgba(184, 135, 74, 0.06) 0%, transparent 55%),
    radial-gradient(circle at 85% 60%, rgba(184, 135, 74, 0.04) 0%, transparent 55%);
  pointer-events: none;
}

.vcapabilities-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
  position: relative;
}

.vcapabilities .vsection-heading {
  color: var(--ivory);
}

.vcapabilities .vsection-heading em {
  color: var(--ochre);
}

.vcap-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
  margin-top: 56px;
}

.vcap-card {
  padding: 32px 28px;
  border: 1px solid rgba(184, 135, 74, 0.22);
  background: rgba(245, 241, 232, 0.02);
  position: relative;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.vcap-card:hover {
  border-color: var(--ochre);
  background: rgba(184, 135, 74, 0.05);
}

.vcap-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--ochre);
  margin-bottom: 20px;
}

.vcap-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--ivory);
  line-height: 1.2;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(184, 135, 74, 0.25);
}

.vcap-body {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(245, 241, 232, 0.72);
}


/* -------------------------------------------------------------
   7.  CONNECTS — related ventures cross-link
   ------------------------------------------------------------- */

.vconnects {
  padding: 120px 0;
}

.vconnects-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
}

.vconnects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.vconnect-card {
  display: block;
  padding: 28px 28px 32px;
  background: var(--ivory);
  border: 1px solid var(--rule);
  text-decoration: none;
  transition: border-color 0.3s ease, transform 0.3s ease;
  position: relative;
}

.vconnect-card:hover {
  border-color: var(--ochre);
  transform: translateY(-2px);
}

.vconnect-card::after {
  content: '→';
  position: absolute;
  top: 28px;
  right: 28px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 18px;
  color: var(--ochre);
  transition: transform 0.3s ease;
}

.vconnect-card:hover::after {
  transform: translateX(6px);
}

.vconnect-domain {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--ochre);
  margin-bottom: 14px;
}

.vconnect-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: 12px;
  padding-right: 40px;
}

.vconnect-tag {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 14px;
  color: var(--ink-faded);
  line-height: 1.55;
}


/* -------------------------------------------------------------
   8.  CLOSING — back to ventures
   ------------------------------------------------------------- */

.vclosing {
  padding: 100px 48px 140px;
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
}

.vclosing-mark {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ochre);
  margin-bottom: 28px;
}

.vclosing-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 300;
  line-height: 1.3;
  color: var(--ink);
  margin: 0 0 56px 0;
  font-style: italic;
}

.vclosing-quote em {
  color: var(--ochre-deep);
  font-weight: 400;
}

.vclosing-actions {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
}

.vclosing-btn {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  font-weight: 500;
  padding: 16px 36px;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.vclosing-btn-primary {
  background: var(--ink);
  color: var(--ivory);
}
.vclosing-btn-primary:hover {
  background: var(--ochre-deep);
  padding-right: 42px;
}

.vclosing-btn-secondary {
  color: var(--ink);
  border: 1px solid var(--rule);
}
.vclosing-btn-secondary:hover {
  border-color: var(--ochre);
  color: var(--ochre-deep);
}

.vclosing-btn-arrow {
  font-style: italic;
  color: var(--ochre);
  transition: transform 0.3s ease;
}

.vclosing-btn-primary:hover .vclosing-btn-arrow {
  color: var(--ivory);
  transform: translateX(4px);
}


/* -------------------------------------------------------------
   9.  PLACEHOLDER STATE — for sections awaiting content
   ------------------------------------------------------------- */

.vplaceholder {
  position: relative;
  padding: 44px 40px;
  border: 1px dashed rgba(184, 135, 74, 0.35);
  background: rgba(184, 135, 74, 0.04);
  color: var(--ink-faded);
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 15px;
  line-height: 1.7;
  max-width: 680px;
  border-radius: 2px;
}

.vplaceholder::before {
  content: '[ TO BE COMPLETED ]';
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--ochre);
  margin-bottom: 14px;
  font-weight: 500;
}

.vplaceholder-small {
  padding: 28px 32px;
  font-size: 14px;
}

/* Placeholder inside the dark capabilities section */
.vcapabilities .vplaceholder {
  background: rgba(184, 135, 74, 0.08);
  border-color: rgba(184, 135, 74, 0.4);
  color: rgba(245, 241, 232, 0.6);
}
.vcapabilities .vplaceholder::before {
  color: var(--ochre);
}


/* -------------------------------------------------------------
   9b.  FIGURES (image + caption)
   ------------------------------------------------------------- */

.vfigure {
  margin: 60px 0;
  max-width: 1100px;
}

.vfigure-hero {
  margin: -20px 0 40px 0;
  max-width: none;
}

.vfigure-frame {
  background: var(--ivory);
  border: 1px solid var(--rule);
  padding: 8px;
  position: relative;
  transition: border-color 0.3s ease;
}

.vfigure-frame:hover {
  border-color: var(--rule);
}

.vfigure-frame img,
.vfigure-frame svg {
  display: block;
  width: 100%;
  height: auto;
  background: var(--ivory);
}

/* Dark-section figures (inside vcapabilities) get lighter frame */
.vcapabilities .vfigure-frame {
  background: rgba(245, 241, 232, 0.04);
  border-color: rgba(184, 135, 74, 0.2);
  padding: 6px;
}

.vfigure-caption {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-top: 16px;
  padding: 0 4px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink-faded);
  max-width: 760px;
}

.vfigure-caption::before {
  content: attr(data-label);
  flex-shrink: 0;
  font-family: 'JetBrains Mono', monospace;
  font-style: normal;
  font-size: 9px;
  letter-spacing: 0.2em;
  color: var(--ochre);
  padding-top: 3px;
  font-weight: 500;
}

.vcapabilities .vfigure-caption {
  color: rgba(245, 241, 232, 0.6);
}


/* -------------------------------------------------------------
   9c.  TABLES
   ------------------------------------------------------------- */

.vtable-wrap {
  margin: 48px 0;
  overflow-x: auto;
}

.vtable {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: var(--ink);
  background: var(--ivory);
}

.vtable thead th {
  background: var(--ink);
  color: var(--ivory);
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: left;
  padding: 18px 22px;
  border: none;
}

.vtable tbody td {
  padding: 18px 22px;
  border-bottom: 1px solid var(--rule);
  vertical-align: top;
  line-height: 1.6;
  color: var(--ink-soft);
  font-weight: 300;
  font-size: 13.5px;
}

.vtable tbody tr:last-child td {
  border-bottom: 2px solid var(--ochre);
}

.vtable tbody tr:hover {
  background: rgba(184, 135, 74, 0.03);
}

.vtable .vtable-label {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 16px;
  font-weight: 400;
  color: var(--ink);
  padding-right: 24px;
  min-width: 180px;
}

.vtable em {
  color: var(--ochre-deep);
  font-style: italic;
}

.vtable strong {
  font-weight: 500;
  color: var(--ink);
}

/* Compact table variant */
.vtable-compact thead th { padding: 14px 18px; font-size: 9px; }
.vtable-compact tbody td { padding: 14px 18px; font-size: 13px; }


/* -------------------------------------------------------------
   10.  VENTURES INDEX PAGE (the /ventures landing page)
   ------------------------------------------------------------- */

.vindex-page {
  position: relative;
  z-index: 3;
}

.vindex-hero {
  max-width: 1200px;
  margin: 0 auto;
  padding: 180px 48px 80px;
}

.vindex-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ochre);
  margin-bottom: 32px;
}

.vindex-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(52px, 6vw, 88px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 32px 0;
}

.vindex-title em {
  font-style: italic;
  color: var(--ochre-deep);
  font-weight: 300;
}

.vindex-lede {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.55;
  color: var(--ink-soft);
  font-style: italic;
  max-width: 760px;
  margin: 0;
}

.vindex-sections {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 48px 160px;
}

.vindex-domain {
  margin-bottom: 80px;
  padding-top: 60px;
  border-top: 1px solid var(--rule);
}

.vindex-domain:first-child {
  padding-top: 40px;
}

.vindex-domain-header {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
  align-items: baseline;
  margin-bottom: 48px;
}

.vindex-domain-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--ochre);
}

.vindex-domain-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 400;
  color: var(--ink);
}
.vindex-domain-name em {
  font-style: italic;
  color: var(--ochre-deep);
}

.vindex-domain-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}


/* -------------------------------------------------------------
   11.  RESPONSIVE
   ------------------------------------------------------------- */

@media (max-width: 900px) {
  .venture-hero {
    padding: 140px 24px 70px;
  }
  .vsection,
  .vapproach-inner,
  .vcapabilities-inner,
  .vconnects-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
  .vpremise {
    padding: 70px 0 90px;
  }
  .vpremise-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .vapproach {
    padding: 80px 0;
  }
  .vcapabilities {
    padding: 90px 0;
  }
  .vconnects {
    padding: 80px 0;
  }
  .vcap-grid,
  .vconnects-grid {
    gap: 20px;
  }
  .vclosing {
    padding: 80px 24px 100px;
  }
  .vclosing-actions {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }
  .vclosing-btn {
    justify-content: center;
  }
  .vindex-hero {
    padding: 140px 24px 60px;
  }
  .vindex-sections {
    padding: 60px 24px 100px;
  }
  .vindex-domain-header {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .vfigure {
    margin: 40px 0;
  }
  .vtable-wrap {
    margin: 32px 0;
  }
  .vtable thead th,
  .vtable tbody td {
    padding: 12px 14px;
    font-size: 12px;
  }
  .vtable .vtable-label {
    font-size: 14px;
    padding-right: 14px;
    min-width: 120px;
  }
  .vfigure-caption {
    flex-direction: column;
    gap: 6px;
  }
}
