/* ============================================================
   VividCharts — About / Our Team
   New layout patterns built on the shared design system tokens.
   Reuses .nav .footer .btn .eyebrow .section .wrap .reveal from styles.css
   ============================================================ */

/* ---------- Breadcrumb ---------- */
.crumb { border-bottom: 1px solid var(--line); }
.crumb .wrap { display: flex; align-items: center; gap: 10px; padding-top: 18px; padding-bottom: 18px; font-size: 13px; font-weight: 500; color: var(--ink-3); }
.crumb a { color: var(--ink-3); }
.crumb a:hover { color: var(--brand-strong); }
.crumb .sep { color: var(--line-strong); }
.crumb .cur { color: var(--ink); }

/* ============================================================
   HERO — editorial statement + quick-facts rail
   ============================================================ */
.ab-hero { padding: 84px 0 72px; position: relative; overflow: hidden; }
.ab-hero .glow {
  position: absolute; right: -180px; top: -160px; width: 620px; height: 520px;
  background: radial-gradient(ellipse at center, rgba(63,193,199,.18), transparent 66%);
  pointer-events: none;
}
.ab-hero .wrap { position: relative; z-index: 1; }
.ab-hero h1 {
  font-size: clamp(38px, 5.4vw, 68px);
  line-height: 1.02; max-width: 17ch; margin-top: 20px;
}
.ab-hero h1 .accent { color: var(--brand-strong); }
.ab-hero-grid {
  margin-top: 48px;
  display: grid; grid-template-columns: 1fr 1.04fr; gap: 56px; align-items: center;
}
.ab-lead { font-size: clamp(18px, 1.5vw, 21px); color: var(--ink-2); line-height: 1.58; max-width: 46ch; }
.ab-lead + .ab-lead { margin-top: 20px; }
.ab-lead strong { color: var(--ink); font-weight: 700; }

/* hero photo slot */
.ab-hero-media { margin: 0; }
.ab-hero-img {
  display: block; width: 100%; aspect-ratio: 5 / 4; height: auto;
  object-fit: cover;
  border: 1px solid var(--line); box-shadow: var(--shadow-md);
  background: var(--light-cream);
}
.ab-media-cap { display: block; margin-top: 10px; font-size: 12px; color: var(--ink-3); }

/* quick-facts strip below the hero */
.ab-facts-strip {
  margin-top: 52px; border-top: 1px solid var(--line);
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.ab-facts-strip .f { padding: 22px 26px 0; border-left: 1px solid var(--line); }
.ab-facts-strip .f:first-child { border-left: 0; padding-left: 0; }
.ab-facts-strip .k { display: block; font-size: 11px; font-weight: 700; letter-spacing: var(--tracking-caps); text-transform: uppercase; color: var(--ink-3); }
.ab-facts-strip .v { display: block; margin-top: 8px; font-size: 18px; font-weight: 700; color: var(--ink); }

/* ============================================================
   STORY — narrative + pull quote + timeline
   ============================================================ */
.ab-story { padding: 92px 0; background: var(--light-cream); }
.ab-story-grid { display: grid; grid-template-columns: 320px 1fr; gap: 72px; align-items: start; }
.ab-story-head { position: sticky; top: 100px; }
.ab-story-head h2 { font-size: clamp(28px, 3vw, 40px); }
.ab-story-head .eyebrow { margin-bottom: 16px; }
.ab-story-body p { font-size: 18px; color: var(--ink-2); line-height: 1.62; max-width: 60ch; }
.ab-story-body p + p { margin-top: 22px; }
.ab-quote {
  margin: 36px 0; padding: 4px 0 4px 28px;
  border-left: 3px solid var(--brand);
  font-size: clamp(22px, 2.2vw, 28px); line-height: 1.32; font-weight: 700; color: var(--ink);
  letter-spacing: -0.01em;
}
.ab-quote cite { display: block; margin-top: 14px; font-size: 14px; font-weight: 500; font-style: normal; color: var(--ink-3); letter-spacing: 0; }

/* ============================================================
   STATS BAND
   ============================================================ */
.ab-stats { padding: 76px 0; }
.ab-stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.ab-stat { padding: 8px 28px; border-left: 1px solid var(--line); }
.ab-stat:first-child { border-left: 0; padding-left: 0; }
.ab-stat .n { font-size: clamp(40px, 4.4vw, 58px); font-weight: 700; line-height: 1; letter-spacing: -0.02em; color: var(--ink); }
.ab-stat .n small { font-size: .5em; font-weight: 700; color: var(--brand-strong); margin-left: 2px; }
.ab-stat .l { margin-top: 14px; font-size: 14.5px; color: var(--ink-2); line-height: 1.45; max-width: 22ch; }

/* ============================================================
   VALUES — numbered cards
   ============================================================ */
.ab-values { padding: 92px 0; background: var(--light-cream); }
.ab-values .section-lead { max-width: 720px; }
.ab-values .section-lead h2 { font-size: clamp(30px, 3.4vw, 44px); margin-top: 14px; }
.ab-values .section-lead p { font-size: 18px; color: var(--ink-2); margin-top: 16px; line-height: 1.55; max-width: 56ch; }
.ab-val-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.ab-val {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-sm);
  padding: 32px; box-shadow: var(--shadow-sm); transition: box-shadow .18s var(--ease), transform .18s var(--ease);
}
.ab-val:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.ab-val .vn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: var(--r-sm);
  background: var(--brand-tint); color: var(--brand-strong);
  font-size: 14px; font-weight: 700; letter-spacing: .02em; font-variant-numeric: tabular-nums;
}
.ab-val h3 { font-size: 21px; margin-top: 20px; }
.ab-val p { font-size: 15.5px; color: var(--ink-2); line-height: 1.55; margin-top: 10px; }

/* ============================================================
   SERVICENOW PARTNERSHIP — dark band
   ============================================================ */
.ab-partner { padding: 92px 0; background: var(--dark-ash); color: var(--white); overflow: hidden; position: relative; }
.ab-partner .wrap { position: relative; z-index: 1; }
.ab-partner-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.ab-partner .eyebrow { color: var(--light-turq); }
.ab-partner .eyebrow::before { background: var(--brand); }
.ab-partner h2 { color: var(--white); font-size: clamp(28px, 3.2vw, 42px); margin-top: 16px; max-width: 16ch; }
.ab-partner p { color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.58; margin-top: 20px; max-width: 46ch; }
.ab-partner-points { display: grid; gap: 2px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--r-sm); overflow: hidden; }
.ab-pp { display: flex; gap: 16px; align-items: flex-start; padding: 22px 24px; background: rgba(255,255,255,.03); }
.ab-pp .ic {
  width: 30px; height: 30px; flex: none; border-radius: var(--r-sm);
  background: var(--brand); color: var(--brand-fg); display: grid; place-items: center;
}
.ab-pp .ic svg { width: 17px; height: 17px; }
.ab-pp b { display: block; font-size: 16px; font-weight: 700; color: #fff; }
.ab-pp span { display: block; font-size: 14px; color: rgba(255,255,255,.62); margin-top: 4px; line-height: 1.5; }
/* Official ServiceNow partner badges (VIV-4519). The tiles ship with their own
   dark navy field, so they sit on a faint translucent panel for breathing room
   and edge separation against the dark partnership band. */
.ab-badges {
  display: inline-flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 28px;
  padding: 16px 18px; border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04); border-radius: 16px;
}
.ab-badge { display: block; width: 108px; height: auto; }

/* ============================================================
   TEAM — leadership + grid, monogram avatars
   ============================================================ */
.ab-team { padding: 96px 0; }
.ab-team .section-lead { max-width: 720px; margin-bottom: 48px; }
.ab-team .section-lead h2 { font-size: clamp(30px, 3.4vw, 44px); margin-top: 14px; }
.ab-team .section-lead p { font-size: 18px; color: var(--ink-2); margin-top: 16px; line-height: 1.55; max-width: 56ch; }

.ab-sub { font-size: 12px; font-weight: 700; letter-spacing: var(--tracking-caps); text-transform: uppercase; color: var(--ink-3); margin: 8px 0 22px; }

.ab-lead-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ab-person {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-sm);
  padding: 28px 24px; box-shadow: var(--shadow-sm);
  transition: box-shadow .18s var(--ease), transform .18s var(--ease);
}
.ab-person:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.ab-ava {
  width: 64px; height: 64px; border-radius: 50%;
  display: grid; place-items: center;
  font-size: 22px; font-weight: 700; letter-spacing: .01em;
}
.ab-ava-photo { object-fit: cover; display: block; }
.ab-ava.teal { background: var(--brand); color: var(--brand-fg); }
.ab-ava.choc { background: var(--dark-ash); color: #fff; }
.ab-ava.ash  { background: var(--ash); color: #fff; }
.ab-ava.tint { background: var(--brand-tint-2); color: var(--brand-strong); }
.ab-person .nm { font-size: 18px; font-weight: 700; margin-top: 20px; }
.ab-person .ro { font-size: 14px; color: var(--brand-strong); font-weight: 500; margin-top: 4px; }
.ab-person .bio { font-size: 14px; color: var(--ink-3); line-height: 1.55; margin-top: 12px; }

/* compact grid for the rest of the team */
.ab-grid { margin-top: 44px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px 20px; }
.ab-mem { display: flex; align-items: center; gap: 14px; padding: 14px; border: 1px solid var(--line); border-radius: var(--r-sm); transition: border-color .16s var(--ease), background .16s var(--ease); }
.ab-mem:hover { border-color: var(--line-strong); background: var(--brand-tint); }
.ab-mem > div { min-width: 0; }
.ab-mem .ab-ava { width: 46px; height: 46px; font-size: 16px; flex: none; }
.ab-mem .nm { font-size: 15px; font-weight: 700; line-height: 1.25; }
.ab-mem .ro { font-size: 13px; color: var(--ink-3); margin-top: 2px; }

/* join card sits inside the grid */
.ab-join {
  display: flex; flex-direction: column; justify-content: center; gap: 8px;
  padding: 16px; border: 2px dashed var(--brand); border-radius: var(--r-sm);
  background: var(--brand-tint);
}
.ab-join b { font-size: 15px; color: var(--ink); }
.ab-join a { font-size: 13px; font-weight: 700; color: var(--brand-strong); }
.ab-join a:hover { text-decoration: underline; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .ab-hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .ab-hero-img { aspect-ratio: 16 / 9; }
  .ab-facts-strip { grid-template-columns: repeat(3, 1fr); gap: 0 0; }
  .ab-facts-strip .f:nth-child(4) { border-left: 0; padding-left: 0; }
  .ab-facts-strip .f:nth-child(n+4) { margin-top: 8px; }
  .ab-story-grid { grid-template-columns: 1fr; gap: 32px; }
  .ab-story-head { position: static; }
  .ab-partner-grid { grid-template-columns: 1fr; gap: 40px; }
  .ab-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 8px; }
  .ab-lead-grid { grid-template-columns: repeat(2, 1fr); }
  .ab-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .ab-val-grid { grid-template-columns: 1fr; }
  .ab-lead-grid { grid-template-columns: 1fr; }
  .ab-grid { grid-template-columns: 1fr; }
  .ab-stats-grid { grid-template-columns: 1fr; }
  .ab-facts-strip { grid-template-columns: 1fr 1fr; }
  .ab-facts-strip .f { border-left: 0; padding: 16px 0 0; }
  .ab-facts-strip .f:nth-child(odd) { padding-right: 16px; }
  .ab-stat { border-left: 0; padding: 0; border-top: 1px solid var(--line); padding-top: 24px; }
  .ab-stat:first-child { border-top: 0; padding-top: 0; }
}
