/* about_info.css — /about narrative + team/leadership band.
   Values from the spec ## Computed Styles: 1440 = base rules;
   768 → @media(max-width:991px); 375 → @media(max-width:479px).
   Run breakpoint boundary set {479,767,991,1919}.
   Typography via var(--font-*) (framework-11 E1 lock; source family
   'Plus Jakarta Sans' already resolves through the frozen tokens).
   All selectors scoped under the component root .c-about_info__heading-wrap-8
   (rule 9 — shared canonical classes never leak). */

/* ---------------- Section root (source: section.section_about-info) --------- */
.c-about_info__heading-wrap-8 {
  display: block;
  color: var(--color-text-body);
  font-family: var(--font-family-body);
  font-size: var(--font-size-body);
  font-weight: var(--font-weight-body);
  line-height: var(--line-height-body);
  /* SDC-preview UA body-margin neutraliser (Drupal zeroes body margin on composed pages) */
  margin: -8px;
}
.region-content .c-about_info__heading-wrap-8 {
  margin: 0;
  width: 100%;
}

/* ---------------- padding-global + padding-section-small -------------------- */
.c-about_info__heading-wrap-8 .c-about_info__heading-wrap-5 {
  display: block;
  padding: var(--space-64) var(--space-40);
}

/* ---------------- container-large ------------------------------------------- */
.c-about_info__heading-wrap-8 .c-about_info__heading-wrap {
  display: block;
  width: 100%;
  max-width: 1280px; /* source container-large cap; no --container-max token this run */
  margin-inline: auto;
}

/* ---------------- row wrappers (source: .row.mb-52px) -----------------------
   Both rows share canonical .heading-wrap-7 (row) + .heading-wrap-4 (mb-52px);
   the source `justify---center` differentiator is a dropped utility token, so
   the component-owned --primary/--secondary modifiers carry the justify diff. */
.c-about_info__heading-wrap-8 .c-about_info__heading-wrap-7 {
  display: flex;
  align-items: flex-start;
  gap: var(--space-40);
  margin: 0 0 52px;
  width: 100%;
}
.c-about_info__heading-wrap-8 .c-about_info__row--primary {
  justify-content: center;
}
.c-about_info__heading-wrap-8 .c-about_info__row--secondary {
  justify-content: flex-start;
}

/* statement column (source: .max-width-668) — fixed inside the centered row */
.c-about_info__heading-wrap-8 .c-about_info__heading-wrap-2 {
  display: block;
  width: 668px;
  max-width: 668px;
  min-width: 0;
}
/* secondary column (source: .max-width-998) — capped, left-aligned */
.c-about_info__heading-wrap-8 .c-about_info__heading-wrap-3 {
  display: block;
  width: 100%;
  max-width: 998px;
  min-width: 0;
}

/* ---------------- headings (source: h2.animate-text / .animate-text-copy) ---- */
.c-about_info__heading-wrap-8 .c-about_info__heading,
.c-about_info__heading-wrap-8 .c-about_info__heading-2 {
  display: block;
  margin: 0;
  font-family: var(--font-family-display);
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -1.5px;
}
/* primary statement (source h2.animate-text) renders in the animate-text
   pre-reveal muted state (screenshot-sampled rgb(156,162,175)); the secondary
   statement (.animate-text-copy) stays at the section's dark body colour. */
.c-about_info__heading-wrap-8 .c-about_info__heading {
  color: rgb(156, 162, 175);
}

/* ---------------- eyebrow group (source: div-block-187 > div-block-73 > headin-links) ---- */
.c-about_info__heading-wrap-8 .c-about_info__group {
  display: block;
  margin: 140px 0 0;
  width: 100%;
}
.c-about_info__heading-wrap-8 .c-about_info__group-2 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}
.c-about_info__heading-wrap-8 .c-about_info__headin-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 170.484px;
}
/* eyebrow: red bullet + uppercase muted label (screenshot-sampled:
   text rgb(115,115,115), dot rgb(237,28,36); no red token this run) */
.c-about_info__heading-wrap-8 .c-about_info__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--space-8);
  font-family: var(--font-family-display);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--color-text-secondary);
}
.c-about_info__heading-wrap-8 .c-about_info__eyebrow::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: var(--radius-full);
  background-color: rgb(237, 28, 36);
}

/* ---------------- instance 1: team + leadership (qualitative shape — capture
   serialized instance-1 textContent only; not in the pixel-diff crop) -------- */
.c-about_info__heading-wrap-8 .c-about_info__team-intro {
  display: block;
  max-width: 998px;
  margin: 0 0 52px;
}
.c-about_info__heading-wrap-8 .c-about_info__team-intro-copy {
  margin: var(--space-24) 0 0;
  font-family: var(--font-family-body);
  font-size: var(--font-size-body);
  font-weight: var(--font-weight-body);
  line-height: var(--line-height-body);
  color: var(--color-text-body);
}
/* Wide team photo collage (Frame 34305) — render at natural aspect. */
.c-about_info__heading-wrap-8 .c-about_info__team-collage {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin: var(--space-40) 0 0;
}
.c-about_info__heading-wrap-8 .c-about_info__leadership-heading {
  display: block;
  margin: 0 0 var(--space-40);
  font-family: var(--font-family-display);
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -1px;
}
.c-about_info__heading-wrap-8 .c-about_info__members {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-40);
}
.c-about_info__heading-wrap-8 .c-about_info__members > * {
  min-width: 0;
}
.c-about_info__heading-wrap-8 .c-about_info__member-headshot {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-12);
}
.c-about_info__heading-wrap-8 .c-about_info__member-name {
  margin: var(--space-16) 0 0;
  font-family: var(--font-family-display);
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: var(--color-text-primary);
}
.c-about_info__heading-wrap-8 .c-about_info__member-title {
  margin: var(--space-4) 0 0;
  font-family: var(--font-family-body);
  font-size: var(--font-size-body);
  color: var(--color-text-secondary);
}
.c-about_info__heading-wrap-8 .c-about_info__member-linkedin {
  display: inline-block;
  margin: var(--space-12) 0 0;
  font-family: var(--font-family-body);
  font-size: var(--font-size-body);
  color: var(--color-text-a);
  text-decoration: none;
}

/* ============================ Tablet: 768 band ============================== */
@media (max-width: 991px) {
  .c-about_info__heading-wrap-8 .c-about_info__heading-wrap-7 {
    gap: var(--space-10);
    margin: 0 0 32px;
  }
  .c-about_info__heading-wrap-8 .c-about_info__heading,
  .c-about_info__heading-wrap-8 .c-about_info__heading-2 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -1.5px;
  }
  .c-about_info__heading-wrap-8 .c-about_info__leadership-heading {
    font-size: 21px;
    line-height: 26px;
  }
  .c-about_info__heading-wrap-8 .c-about_info__members {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ============================ Mobile: 375 band ============================== */
@media (max-width: 479px) {
  .c-about_info__heading-wrap-8 .c-about_info__heading-wrap-5 {
    padding: 32px var(--space-16);
  }
  /* both rows stack vertically (a real structural change, not just spacing) */
  .c-about_info__heading-wrap-8 .c-about_info__heading-wrap-7 {
    flex-direction: column;
    gap: var(--space-20);
    margin: 0 0 32px;
  }
  .c-about_info__heading-wrap-8 .c-about_info__row--primary {
    align-items: center;
  }
  .c-about_info__heading-wrap-8 .c-about_info__row--secondary {
    align-items: flex-start;
  }
  /* content columns collapse to the container's fixed 343px width */
  .c-about_info__heading-wrap-8 .c-about_info__heading-wrap-2 {
    width: 100%;
  }
  .c-about_info__heading-wrap-8 .c-about_info__heading,
  .c-about_info__heading-wrap-8 .c-about_info__heading-2 {
    font-size: 21px;
    line-height: 26px;
    letter-spacing: -1px;
  }
  /* eyebrow-group margin-top scales down at mobile */
  .c-about_info__heading-wrap-8 .c-about_info__group {
    margin: 80px 0 0;
  }
  .c-about_info__heading-wrap-8 .c-about_info__headin-links {
    width: 154.984px;
  }
  .c-about_info__heading-wrap-8 .c-about_info__members {
    grid-template-columns: minmax(0, 1fr);
  }
}
