/* Page-scoped styles extracted from individuals.html. */

/* =====================================================================
   /individuals.html page-scoped styles (sanctioned per-page pattern).
   Copy source: Marketing/Website/Contracts_Wireframes/page-contracts/05-individuals.md (FROZEN).
   Tokens from site-tokens.css; shared components from site.css.
   Class prefix iv-. Zero em/en dashes and zero smart quotes anywhere
   (site copy law); only hyphen and the arrow glyph (U+2192) separate.
   Consumer voice only; the trust story lives at /trust.html, never
   re-explained here.
   ===================================================================== */

/* ---------- Hero (typography-led, restrained) ---------- */
.iv-hero { padding-block: var(--s-9) var(--s-7); }
.iv-hero h1 { max-width: 22ch; margin-bottom: var(--s-5); }
.iv-hero-intro { max-width: 62ch; margin-bottom: var(--s-6); }

/* ---------- Shared figure + prose primitives ---------- */
.iv-fig { margin: var(--s-6) 0 0; }
.iv-fig svg { display: block; width: 100%; height: auto; }
.iv-prose > p { max-width: var(--measure-prose); }
.iv-link { font-weight: var(--weight-semibold); }

/* ---------- Section 2: your own 80% split bar ---------- */
.iv-bar { display: flex; flex-direction: column; gap: var(--s-2); }
.iv-seg {
  border-radius: var(--r-md);
  padding: var(--s-4) var(--s-5);
  display: flex;
  align-items: center;
  min-height: 56px;
}
.iv-seg-label { font-weight: var(--weight-semibold); font-size: var(--fs-16); line-height: var(--lh-snug); }
.iv-seg-shared { background: var(--bg-cream); border: 1px solid var(--line); color: var(--ink-muted); }
.iv-seg-yours { background: var(--blue); color: var(--on-ink); box-shadow: var(--shadow-blue); }
.iv-eighty-chips {
  list-style: none;
  margin: var(--s-4) 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-2);
}
@media (min-width: 640px) {
  .iv-bar { flex-direction: row; align-items: stretch; }
  .iv-seg-shared { flex: 0 0 24%; }
  .iv-seg-yours { flex: 1; }
}

/* ---------- Section 3: before / after strip ---------- */
.iv-strip-grid { display: grid; gap: var(--s-4); grid-template-columns: 1fr; align-items: stretch; }
.iv-cell {
  border-radius: var(--r-lg);
  padding: var(--s-6);
  border: 1px solid var(--line);
  background: var(--bg);
  display: flex;
  flex-direction: column;
  gap: var(--s-4);
}
.iv-cell-before { background: var(--bg-cream); }
.iv-cell-now { background: var(--blue-soft); border-color: transparent; }
.iv-cell-label {
  font-family: var(--font-mono);
  font-size: var(--fs-12);
  letter-spacing: var(--tracking-eyebrow);
  text-transform: uppercase;
  color: var(--ink-soft);
  margin: 0;
}
.iv-cell-chips { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: var(--s-3); align-items: flex-start; }
.iv-was {
  font-size: var(--fs-15, 0.9375rem);
  font-weight: var(--weight-medium);
  padding: 8px 14px;
  border-radius: var(--r-pill);
  background: var(--bg);
  border: 1px solid var(--line);
  color: var(--ink-muted);
}
.iv-now-chip {
  font-size: var(--fs-16);
  font-weight: var(--weight-semibold);
  padding: 10px 16px;
  border-radius: var(--r-pill);
  background: var(--blue);
  color: var(--on-ink);
}
.iv-strip-arrow {
  align-self: center;
  color: var(--blue);
  font-family: var(--font-mono);
  font-size: var(--fs-24);
  transform: rotate(90deg);
}
@media (min-width: 720px) {
  .iv-strip-grid { grid-template-columns: 1fr auto 1fr; align-items: center; }
  .iv-strip-arrow { transform: none; }
}

/* ---------- Section 4: outcome list ---------- */
.iv-outcomes {
  list-style: none;
  margin: var(--s-5) 0;
  padding: 0;
  display: grid;
  gap: var(--s-3);
  max-width: var(--measure-prose);
}
.iv-outcomes li {
  position: relative;
  padding-left: var(--s-6);
  font-size: var(--fs-18);
  font-weight: var(--weight-medium);
  color: var(--ink);
}
.iv-outcomes li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.6em;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--blue);
}

/* ---------- Section 5: vignette cards ---------- */
.iv-caption { color: var(--ink-soft); font-weight: var(--weight-medium); margin-bottom: var(--s-6); max-width: var(--measure-prose); }
.iv-vignettes { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--s-5); grid-template-columns: 1fr; }
@media (min-width: 640px) { .iv-vignettes { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .iv-vignettes { grid-template-columns: repeat(3, 1fr); } }
.iv-vignette {
  background: var(--bg);
  border: 1px solid var(--line-hair);
  border-radius: var(--r-lg);
  padding: var(--s-6);
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  gap: var(--s-3);
}
.iv-illus {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: var(--fs-12);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-soft);
  background: var(--bg-cream);
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  padding: 4px 10px;
}
.iv-vignette h3 { font-size: var(--fs-20); margin: 0; }
.iv-vignette p { margin: 0; }

/* ---------- Section 6: goes-with-you timeline (SVG) ---------- */
.iv-goeswith { max-width: 640px; }
.iv-gw-track { stroke: var(--line); stroke-width: 3; }
.iv-gw-thread { stroke: var(--blue); stroke-width: 6; stroke-linecap: round; fill: none; }
.iv-gw-thread-label { font-family: var(--font-sans); font-weight: var(--weight-bold); font-size: 20px; fill: var(--blue-deep); }
.iv-gw-dot { fill: var(--blue); }
.iv-gw-wp { font-family: var(--font-sans); font-weight: var(--weight-semibold); font-size: 18px; fill: var(--ink); }

/* ---------- Section 7: your computer, your boundary (SVG) ---------- */
.iv-boundary { max-width: 640px; }
.iv-bd-box { fill: none; stroke: var(--blue-deep); stroke-width: 2.5; }
.iv-bd-title { font-family: var(--font-sans); font-weight: var(--weight-bold); font-size: 22px; fill: var(--ink); }
.iv-bd-inner { fill: var(--blue-soft); }
.iv-bd-inner-label { font-family: var(--font-sans); font-weight: var(--weight-semibold); font-size: 19px; fill: var(--blue-deep); }
.iv-bd-pause-ring { fill: var(--bg); stroke: var(--blue); stroke-width: 2; }
.iv-bd-pause-bar { fill: var(--blue); }
.iv-bd-pause-label { font-family: var(--font-sans); font-weight: var(--weight-medium); font-size: 18px; fill: var(--ink-muted); }
.iv-bd-gate { fill: var(--blue); }
.iv-bd-gate-label { font-family: var(--font-sans); font-weight: var(--weight-semibold); font-size: 18px; fill: var(--ink); }

/* ---------- Section 9: life list ---------- */
.iv-life { list-style: none; margin: var(--s-5) 0; padding: 0; display: grid; gap: var(--s-3); max-width: var(--measure-prose); }
.iv-life li {
  position: relative;
  padding-left: var(--s-6);
  font-size: var(--fs-18);
  color: var(--ink);
}
.iv-life li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.6em;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--blue);
}

/* ---------- Section 10: three-role strip (on the dark floor) ---------- */
.iv-roles-strip {
  list-style: none;
  counter-reset: role;
  margin: var(--s-6) 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--s-3);
  align-items: stretch;
}
.iv-role {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line-on-ink);
  border-radius: var(--r-md);
  padding: var(--s-5);
  display: flex;
  align-items: center;
  gap: var(--s-3);
  font-weight: var(--weight-semibold);
  font-size: var(--fs-18);
  color: var(--on-ink);
  line-height: var(--lh-snug);
}
.iv-role-n {
  flex: 0 0 auto;
  counter-increment: role;
  font-family: var(--font-mono);
  font-size: var(--fs-13);
  font-weight: var(--weight-semibold);
  color: var(--on-ink);
  background: var(--blue);
  border-radius: var(--r-pill);
  width: 28px; height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.iv-role-n::before { content: counter(role); }
.iv-role-arrow {
  align-self: center;
  color: var(--blue);
  font-family: var(--font-mono);
  font-size: var(--fs-24);
  transform: rotate(90deg);
}
@media (min-width: 860px) {
  .iv-roles-strip { flex-direction: row; align-items: stretch; }
  .iv-role-arrow { transform: none; }
}

/* ---------- Section 10 dark-floor CTA + link overrides ---------- */
.iv-close .btn { text-decoration: none; }
.iv-close .btn-primary { color: var(--on-ink); }
.iv-close .btn-primary:hover { color: var(--on-ink); }
.iv-close .iv-links { margin-top: var(--s-5); }

/* ---------- FAQ (h3 inside summary inherits summary type) ---------- */
.iv-faq .faq summary h3 { margin: 0; font: inherit; flex: 1; }

/* == INDIVIDUALS PAGE CSS END == */
