/* Content-remediation modules: content-specific composition layered over page-family.css. */
.editorial-copy { max-width: 68ch; }
.editorial-copy p { color: #344b54; font-size: clamp(1rem, 1.25vw, 1.16rem); line-height: 1.72; margin: 0 0 1.15rem; }
.family-section--panel .editorial-copy p,
.family-section--photo .editorial-copy p { color: #bdccd1; }
.editorial-copy p:last-child { margin-bottom: 0; }
.media-proof--video { align-items: start; margin-top: clamp(2rem, 4vw, 3rem); }
.media-proof--video:not(.media-proof--inline) { display: block; }
.media-proof--video video { background: #061015; display: block; height: auto; max-width: 100%; width: 100%; }
.media-proof--video figcaption { margin-top: .75rem; max-width: 68ch; }
.media-proof--inline { border-top: 1px solid rgba(8, 19, 25, .14); padding-top: clamp(2rem, 4vw, 3rem); }
.media-proof--inline video { max-height: min(72vh, 680px); object-fit: contain; width: auto; }
.comparison-intro { max-width: 68ch; }
.comparison-intro h2 { max-width: 18ch; }
.comparison-intro .lead { margin-top: 1.25rem; }
.story-stack { border-top: 1px solid rgba(8, 19, 25, .14); margin-top: clamp(2rem, 5vw, 4rem); }
.story-step { display: grid; gap: clamp(1.25rem, 4vw, 4rem); grid-template-columns: minmax(110px, .34fr) minmax(0, 1.66fr); padding: clamp(1.75rem, 4vw, 3rem) 0; border-bottom: 1px solid rgba(8, 19, 25, .14); }
.story-step__marker { color: #00516f; font-family: var(--font-geist-sans, "Geist", Arial, Helvetica, sans-serif); font-size: 1rem; font-weight: 760; letter-spacing: .02em; text-transform: none; }
.story-step h3 { font-size: clamp(1.15rem, 1.7vw, 1.45rem); margin-bottom: .75rem; max-width: 28ch; }
.story-step p { color: #405860; line-height: 1.65; margin: 0; max-width: 64ch; }
.turning-point__intro {
  display: grid;
  gap: clamp(1.25rem, 4vw, 3.5rem);
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}
.turning-point__intro h2 { max-width: 16ch; }
.turning-point__intro .lead { margin: 0; max-width: 42ch; }
.turning-point .story-stack { margin-top: clamp(1.5rem, 3vw, 2.5rem); }
.origin-split {
  align-items: start;
  display: grid;
  gap: clamp(1.75rem, 4vw, 3rem);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
}
.origin-split__copy h2 { max-width: 16ch; }
.origin-split .editorial-copy { margin-top: 1.15rem; }
.origin-chart {
  --origin-chart-axis: 12.5rem;
  background:
    radial-gradient(120% 80% at 100% 0%, rgba(26, 163, 181, .22), transparent 52%),
    radial-gradient(90% 70% at 0% 100%, rgba(210, 185, 133, .16), transparent 46%),
    #10242d;
  color: #eef3f4;
  margin: 0;
  padding: clamp(1.25rem, 3vw, 2rem);
}
.origin-chart__head { display: grid; gap: .35rem; }
.origin-chart__kicker {
  color: var(--gold-soft, #e0c99a);
  font-family: var(--font-geist-mono, "Geist Mono", Consolas, monospace);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .13em;
  margin: 0;
  text-transform: uppercase;
}
.origin-chart h3 {
  color: #fff;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  margin: 0;
}
.origin-chart__facts {
  color: #cfe8ec;
  display: grid;
  gap: .35rem;
  list-style: none;
  margin: .35rem 0 0;
  padding: 0;
}
.origin-chart__facts li {
  font-size: .95rem;
  font-weight: 650;
  line-height: 1.4;
}
.origin-chart__facts li::before {
  color: #5ee0c4;
  content: "•";
  display: inline-block;
  font-weight: 780;
  margin-right: .45rem;
}
.origin-chart__col--secondary { opacity: .86; }
.origin-chart__boards {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.25rem);
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  margin-top: clamp(1.25rem, 2.5vw, 1.75rem);
}
.origin-chart__board h4 {
  color: #fff;
  font-size: 1rem;
  font-weight: 760;
  letter-spacing: .01em;
  margin: 0 0 .9rem;
}
.origin-chart__plot {
  align-items: end;
  display: grid;
  gap: .7rem;
}
.origin-chart__plot--people { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.origin-chart__plot--time { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.origin-chart__col { min-width: 0; text-align: center; }
.origin-chart__axis {
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  display: flex;
  height: var(--origin-chart-axis);
  justify-content: center;
  margin-inline: auto;
  width: min(100%, 5.25rem);
}
.origin-chart__plot--time .origin-chart__axis { width: min(100%, 4.35rem); }
.origin-chart__amount {
  color: #fff;
  font-size: clamp(1.45rem, 2.6vw, 2.2rem);
  font-weight: 780;
  letter-spacing: -.06em;
  line-height: .9;
  margin: 0 0 .55rem;
}
.origin-chart__amount--mid { color: #8fdbe3; }
.origin-chart__amount--after { color: #7ee7d4; }
.origin-chart__plot--time .origin-chart__amount {
  font-size: clamp(1.05rem, 1.8vw, 1.45rem);
  letter-spacing: -.04em;
}
.origin-chart__column {
  display: flex;
  flex-direction: column;
  height: calc(var(--origin-chart-axis) * var(--bar, 1));
  justify-content: flex-end;
  min-height: 0;
  overflow: hidden;
  transform-origin: center bottom;
  width: 100%;
}
.origin-chart__column--p16 { --bar: 1; }
.origin-chart__column--p9 { --bar: .5625; }
.origin-chart__column--p4 { --bar: .25; }
.origin-chart__column--m8 { --bar: 1; }
.origin-chart__column--m6 { --bar: .75; }
.origin-chart__column--m5 { --bar: .625; }
.origin-chart__column--d82 { --bar: .342; }
.origin-chart__column--solid { background: #1aa3b5; }
.origin-chart__column--mid { background: #1aa3b5; }
.origin-chart__column--now { background: #5ee0c4; }
.origin-chart__column--before-time { background: #e07a4a; }
.origin-chart__column--kelvin { background: #3ec4c8; }
.origin-chart__seg {
  align-items: center;
  color: #10242d;
  display: flex;
  font-size: .68rem;
  font-weight: 760;
  justify-content: center;
  letter-spacing: .01em;
  padding: .3rem .25rem;
  text-wrap: balance;
}
.origin-chart__seg--support { background: #d2b985; flex: 0 0 56.25%; }
.origin-chart__seg--plumb { background: #e07a4a; color: #2a120c; flex: 0 0 43.75%; }
.origin-chart__col-label {
  color: #c5d4d8;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.3;
  margin: .6rem 0 0;
  text-wrap: balance;
}
.origin-chart figcaption {
  color: #b7c6cb;
  font-size: .92rem;
  line-height: 1.55;
  margin: 1.15rem 0 0;
  max-width: 72ch;
}
@media (prefers-reduced-motion: no-preference) {
  .origin-chart__column {
    animation: origin-chart-rise .85s cubic-bezier(.2, .8, .2, 1) both;
  }
  .origin-chart__col:nth-child(2) .origin-chart__column { animation-delay: .08s; }
  .origin-chart__col:nth-child(3) .origin-chart__column { animation-delay: .16s; }
  .origin-chart__col:nth-child(4) .origin-chart__column { animation-delay: .24s; }
}
@keyframes origin-chart-rise {
  from { transform: scaleY(0); opacity: .35; }
  to { transform: scaleY(1); opacity: 1; }
}
.quote-panel { border-left: 3px solid var(--gold); margin-top: clamp(2rem, 4vw, 3.5rem); padding: .25rem 0 .25rem clamp(1.25rem, 3vw, 2rem); }
.quote-panel blockquote { font-size: clamp(1.55rem, 3vw, 3rem); font-weight: 680; letter-spacing: -.04em; line-height: 1.08; margin: 0; max-width: 22ch; }
.quote-panel cite { color: #62747b; display: block; font-family: var(--mono); font-size: .7rem; font-style: normal; letter-spacing: .08em; margin-top: 1rem; text-transform: uppercase; }
.family-section--panel .quote-panel cite { color: #aec0c5; }
.tech-anatomy { display: grid; gap: 1px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: clamp(2rem, 4vw, 3.25rem); }
.tech-part { background: #f1f5f6; padding: clamp(1.25rem, 2.5vw, 2rem); }
.tech-part__number { color: #00516f; display: block; font-family: var(--font-geist-sans, "Geist", Arial, Helvetica, sans-serif); font-size: 1rem; font-weight: 760; letter-spacing: .02em; margin-bottom: 1.4rem; text-transform: none; }
.tech-part h3 { max-width: 18ch; }
.tech-part p { color: #405860; line-height: 1.62; margin: 0; max-width: 48ch; }
.proof-sequence { display: grid; gap: clamp(.75rem, 1.5vw, 1.25rem); grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: clamp(2rem, 5vw, 4rem); }
.proof-sequence figure { background: #f1f5f6; margin: 0; }
.proof-sequence img { aspect-ratio: 4 / 3; display: block; height: auto; object-fit: cover; width: 100%; }
.proof-sequence--technology figure:nth-child(n+2) img { aspect-ratio: 4 / 3; }
.proof-sequence figcaption { color: #405860; line-height: 1.5; padding: .9rem 1rem 1.15rem; }
.proof-sequence strong { color: var(--ink); display: block; font-family: var(--font-geist-sans, "Geist", Arial, Helvetica, sans-serif); font-size: 1rem; font-weight: 760; letter-spacing: .02em; margin-bottom: .35rem; text-transform: none; }
.editorial-callout { background: #f1f5f6; margin-top: clamp(2rem, 4vw, 3rem); padding: clamp(1.4rem, 3vw, 2.4rem); }
.editorial-callout h3 { font-size: clamp(1.6rem, 3vw, 2.7rem); max-width: 22ch; }
.editorial-callout p { color: #405860; line-height: 1.65; margin: .9rem 0 0; max-width: 64ch; }
.section-link { color: #00516f; display: inline-flex; font-weight: 760; margin-top: 1.25rem; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .25em; }
.family-section--panel .section-link,
.family-section--photo .section-link { color: var(--gold-soft); }
.comparison-essay { max-width: 760px; }
.comparison-essay h2 { max-width: 15ch; }
.comparison-essay h3 { font-size: clamp(1.6rem, 3vw, 2.8rem); margin-top: clamp(2rem, 5vw, 4rem); max-width: 20ch; }
.comparison-essay p { color: #344b54; font-size: clamp(1rem, 1.25vw, 1.15rem); line-height: 1.74; margin: 1rem 0 0; }
.decision-box { border-top: 1px solid rgba(8, 19, 25, .18); display: grid; gap: clamp(1.25rem, 4vw, 4rem); grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); margin-top: clamp(2.5rem, 5vw, 4.5rem); padding-top: clamp(2rem, 4vw, 3.5rem); }
.decision-box h3 { font-size: clamp(1.8rem, 3.5vw, 3.2rem); max-width: 17ch; }
.team-grid { display: grid; gap: 1px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: clamp(2rem, 4vw, 3rem); }
.team-card { background: #f1f5f6; padding: clamp(1.4rem, 3vw, 2.25rem); }
.team-card__role { color: #00516f; font-family: var(--mono); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.team-card h3 { margin-top: 1.7rem; }
.team-card p { color: #405860; line-height: 1.6; margin: 0; }
.team-route { margin: 1.25rem 0 0; }
.media-proof--dragon-den {
  margin-inline: auto;
  margin-top: clamp(1.75rem, 3.5vw, 2.75rem);
  max-width: min(100%, 720px);
}
.media-proof--dragon-den video {
  margin-inline: auto;
  max-height: min(52vh, 420px);
  object-fit: contain;
  width: 100%;
}
.media-proof--dragon-den figcaption {
  margin-inline: auto;
  text-align: center;
}
@media (max-width: 900px) {
  .proof-sequence { grid-template-columns: 1fr; }
  .tech-anatomy, .team-grid { grid-template-columns: 1fr; }
  .story-step, .decision-box, .origin-split, .turning-point__intro { grid-template-columns: 1fr; gap: .8rem; }
  .story-step__marker { margin-bottom: .25rem; }
  .origin-chart { --origin-chart-axis: 10.5rem; }
  .origin-chart__boards { grid-template-columns: 1fr; }
  .origin-chart__seg { font-size: .62rem; padding: .25rem .2rem; }
}
