/* ==========================================================================
   About page v2 — marketing-site redesign (About.dc.html)
   Loaded only by _layouts/about-v2.html on top of v2-core.css. Everything
   template-specific is aboutv2-* so parallel v2 layouts never collide.
   ========================================================================== */

/* ==========================================================================
   Hero: mission aside
   ========================================================================== */
.aboutv2-mission {
  border: 1px solid #E4E9F1; border-radius: 10px; background: #F8FAFD;
  padding: 20px 20px 18px; margin-top: 82px;
}
.aboutv2-mission__head { display: flex; align-items: center; gap: 9px; margin-bottom: 14px; }
.aboutv2-mission__rule { width: 18px; height: 3px; background: #FF9500; border-radius: 2px; flex: none; }
.aboutv2-mission__label { font: 500 11px/1 'IBM Plex Mono', monospace; letter-spacing: .07em; text-transform: uppercase; color: #5A6478; }
.aboutv2-mission__lead { margin: 0 0 14px; font-size: 19px; line-height: 1.4; color: #14203A; font-weight: 500; text-wrap: pretty; }
.aboutv2-mission__body { margin: 0 0 14px; font-size: 15px; line-height: 1.6; color: #414B5E; text-wrap: pretty; }
.aboutv2-mission__body--rule { margin: 0; padding-top: 14px; border-top: 1px solid #EDEFF4; }

/* ==========================================================================
   Our story: two-column grid, timeline, method card
   ========================================================================== */
.aboutv2-story {
  display: grid; grid-template-columns: minmax(0,716px) 300px; gap: 56px;
  align-items: start; padding: 52px 0 0;
}
.aboutv2-story__main { min-width: 0; }
.aboutv2-story__sub { margin: 0 0 28px; font-size: 17px; line-height: 1.6; color: #414B5E; max-width: 62ch; }
.aboutv2-story__aside { min-width: 0; display: flex; flex-direction: column; gap: 20px; }

.aboutv2-timeline { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: minmax(0,1fr); gap: 0; }
.aboutv2-timeline__item { display: grid; grid-template-columns: 58px minmax(0,1fr); column-gap: 20px; min-width: 0; }
.aboutv2-timeline__spine { position: relative; display: flex; justify-content: center; }
.aboutv2-timeline__rail { position: absolute; top: 30px; bottom: 0; left: 50%; width: 2px; margin-left: -1px; background: #DFE3EA; }
.aboutv2-timeline__node {
  position: relative; z-index: 1; display: flex; align-items: center; justify-content: center;
  width: 58px; height: 30px; border-radius: 999px;
  font: 500 13px 'IBM Plex Mono', monospace; font-variant-numeric: tabular-nums;
  background: #fff; color: #14203A; border: 1.5px solid #C7CCD8;
}
.aboutv2-timeline__node--now { background: #1257E8; color: #fff; border-color: #1257E8; }
.aboutv2-timeline__copy { min-width: 0; padding: 0 0 30px; }
.aboutv2-timeline__item--last .aboutv2-timeline__copy { padding-bottom: 0; }
.aboutv2-timeline__copy h3 { margin: 0 0 6px; font-size: 19px; line-height: 1.3; font-weight: 500; color: #14203A; text-wrap: pretty; }
.aboutv2-timeline__copy p { margin: 0; font-size: 16px; line-height: 1.6; color: #414B5E; max-width: 60ch; text-wrap: pretty; }

/* No card outline (Guy, 2026-09-04): the numbered rows and their rules carry the grouping. */
.aboutv2-method { padding: 0; background: transparent; }
.aboutv2-method__title { font: 500 16px/1.3 'Circular', sans-serif; color: #14203A; margin-bottom: 10px; }
.aboutv2-method ol { list-style: none; margin: 0; padding: 0; }
.aboutv2-method li { padding: 12px 0; border-top: 1px solid #EDEFF4; }
.aboutv2-method__row { display: flex; align-items: baseline; gap: 10px; margin-bottom: 4px; }
.aboutv2-method__n { font: 500 12px/1.4 'IBM Plex Mono', monospace; color: #98A1B2; flex: none; }
.aboutv2-method__step { font-size: 15px; line-height: 1.4; font-weight: 500; color: #14203A; }
.aboutv2-method li p { margin: 0; padding-left: 26px; font-size: 14px; line-height: 1.55; color: #5A6478; }

/* ==========================================================================
   Founder
   ========================================================================== */
.aboutv2-founder {
  background: #F6F8FC; border-top: 1px solid #EDEFF4; border-bottom: 1px solid #EDEFF4;
  padding: 56px 0; margin-top: 52px;
}
.aboutv2-founder__grid { display: grid; grid-template-columns: 320px minmax(0,1fr); gap: 48px; align-items: start; }
.aboutv2-founder__photo { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center top; border-radius: 10px; display: block; }
.aboutv2-founder__copy { min-width: 0; }
.aboutv2-eyebrow-h2 { margin: 0 0 14px; font: 500 12px/1 'IBM Plex Mono', monospace; letter-spacing: .08em; text-transform: uppercase; color: #5A6478; }
.aboutv2-founder__copy blockquote { margin: 0 0 22px; font-size: 24px; line-height: 1.4; font-weight: 500; color: #14203A; max-width: 36ch; text-wrap: pretty; }
.aboutv2-founder__copy > p { margin: 0 0 22px; font-size: 17px; line-height: 1.65; color: #414B5E; max-width: 60ch; text-wrap: pretty; }
.aboutv2-founder__byline { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; padding-top: 20px; border-top: 1px solid #DFE3EA; }
/* Beats .tv2 a (0,1,1) — house rule. */
.tv2 a.aboutv2-founder__link { font: 500 14px/1 'IBM Plex Mono', monospace; color: #1257E8; text-decoration: none; white-space: nowrap; }
.tv2 a.aboutv2-founder__link:hover { text-decoration: underline; }
.aboutv2-founder__name { margin: 0; font-size: 16px; line-height: 1.4; font-weight: 500; color: #14203A; }
.aboutv2-founder__role { margin: 2px 0 0; font-size: 14px; line-height: 1.4; color: #5A6478; }

/* ==========================================================================
   Experts and writers
   ========================================================================== */
.aboutv2-experts { padding: 56px 0 0; }
.aboutv2-authors { padding: 52px 0 56px; }
.aboutv2-section-sub { margin: 0 0 28px; font-size: 17px; line-height: 1.6; color: #414B5E; max-width: 66ch; }

.aboutv2-experts__grid {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(min(300px,100%),1fr)); gap: 24px;
}
.aboutv2-expert {
  min-width: 0; border: 1px solid #DFE3EA; border-radius: 10px; background: #fff;
  padding: 24px 26px; display: flex; flex-direction: column;
  box-shadow: 0 1px 2px rgba(20,32,58,.04);
}
.aboutv2-expert h3 { margin: 0 0 10px; font-size: 18px; line-height: 1.3; font-weight: 500; color: #14203A; }
.aboutv2-expert__body { margin: 0; font-size: 15px; line-height: 1.6; color: #414B5E; text-wrap: pretty; }

.aboutv2-authors__grid {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(min(380px,100%),1fr)); gap: 28px 32px;
}
.aboutv2-author { min-width: 0; display: grid; grid-template-columns: 72px minmax(0,1fr); gap: 18px; align-items: start; }
.aboutv2-author__photo { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; object-position: center top; display: block; }
.aboutv2-author__initials {
  width: 72px; height: 72px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: #EEF4FF; font: 500 20px 'IBM Plex Mono', monospace; color: #1257E8;
}
.aboutv2-author__copy { min-width: 0; }
.aboutv2-authors__name { margin: 0 0 3px; font-size: 16px; line-height: 1.35; font-weight: 500; color: #14203A; }
.aboutv2-authors__role { margin: 0 0 8px; font: 500 12px/1.4 'IBM Plex Mono', monospace; letter-spacing: .04em; text-transform: uppercase; color: #5A6478; }
.aboutv2-author__bio { margin: 0 0 10px; font-size: 14.5px; line-height: 1.6; color: #414B5E; text-wrap: pretty; }
/* Beats .tv2 a (0,1,1) — house rule. */
.tv2 a.aboutv2-author__link { font: 500 13px/1 'IBM Plex Mono', monospace; color: #1257E8; text-decoration: none; }
.tv2 a.aboutv2-author__link:hover { text-decoration: underline; }

/* ==========================================================================
   Responsive — matches the design's breakpoint set
   ========================================================================== */
@media (max-width: 980px) {
  .aboutv2-mission { margin-top: 0; max-width: 460px; }
  .aboutv2-story { grid-template-columns: minmax(0,1fr); gap: 32px; }
  .aboutv2-story__aside { max-width: 460px; }
  .aboutv2-founder__grid { grid-template-columns: minmax(0,1fr); gap: 32px; }
  .aboutv2-founder__photo { max-width: 320px; }
}

/* ==========================================================================
   Company facts — who the reader is actually dealing with
   ========================================================================== */
.aboutv2-company { border-top: 1px solid #EDEFF4; padding: 32px 0 40px; }
.aboutv2-company__grid {
  margin: 0; display: grid; gap: 24px 32px;
  grid-template-columns: repeat(auto-fit, minmax(min(240px,100%),1fr));
}
.aboutv2-company__grid dt {
  font: 500 11px/1.4 'IBM Plex Mono', monospace;
  letter-spacing: .08em; text-transform: uppercase; color: #98A1B2; margin-bottom: 6px;
}
.aboutv2-company__grid dd { margin: 0; font-size: 14.5px; line-height: 1.6; color: #5A6478; text-wrap: pretty; }
/* Beat .tv2 a (0,1,1) — house rule. */
.tv2 a.aboutv2-company__link { color: #1257E8; text-decoration: none; }
.tv2 a.aboutv2-company__link:hover { text-decoration: underline; }

/* Author name links to that writer's own page; the row of links below the bio. */
.tv2 a.aboutv2-author__name-link { color: #14203A; text-decoration: none; }
.tv2 a.aboutv2-author__name-link:hover { color: #1257E8; text-decoration: underline; }
.aboutv2-author__links { margin: 0; display: flex; flex-wrap: wrap; gap: 16px; }

/* Legacy anchor: the byline pointed at #our-team before the section was renamed. */
.aboutv2-anchor { display: block; position: relative; top: -12px; height: 0; }
