/* ============================================================
   The Wealth Mosaic, About Us
   Layered on top of styles.css; only adds about-specific pieces.
   ============================================================ */

.about-page {
  /* shared accent vars used across the page */
  --orange: #ED6E23;
  --teal: #35C0CC;
  --gold: #F5C93B;
  --purple: #6851A2;
  --red: #E04A3F;
  --cream: #FBF6EE;
  --kpi-blue: #2c56e0;
}

/* Transparent header on the about page so it blends into the hero wash */
.about-page .site-header {
  background: transparent;
  border-bottom: 0;
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 60;
}
.about-page main,
.about-page > section:first-of-type {
  margin-top: 0;
}
.about-page .about-hero { padding-top: 80px; }

/* About-page eyebrow, magenta chevron + DARK text label
   (matches the homepage section-head: chevron in #D81B5D, label in ink) */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.01em;
  color: var(--ink);
  margin-bottom: 22px;
}
.eyebrow--big { font-size: 22px; margin-bottom: 26px; }
.eyebrow--big .eyebrow__chev { width: 15px; height: 22px; }
.eyebrow--on-dark { color: #fff; }
.eyebrow__chev {
  display: inline-block;
  width: 14px; height: 20px;
  background: url("../assets/logos/chevron-mark.svg") center/contain no-repeat;
  flex-shrink: 0;
}

.btn-lg {
  padding: 16px 26px;
  font-size: 15px;
  font-weight: 700;
}

/* ============================================================
   HERO
   ============================================================ */
.about-hero {
  position: relative;
  overflow: hidden;
  padding: 0 0 60px;
  isolation: isolate;
  background: #fff;
}
.about-hero__wash {
  position: absolute;
  inset: -80px 0 auto 0;
  height: 540px;
  background:
    radial-gradient(80% 100% at 20% 0%, rgba(230, 23, 90, .22), transparent 60%),
    radial-gradient(70% 90% at 90% 0%, rgba(230, 23, 90, .14), transparent 65%),
    linear-gradient(180deg, #FFF1F4 0%, #FFFFFF 100%);
  z-index: -1;
}

.about-hero__inner {
  display: grid;
  grid-template-columns: minmax(540px, 1.25fr) minmax(320px, 460px);
  gap: 72px;
  padding-top: 56px;
  align-items: center;
}
.about-hero__copy {
  max-width: 640px;
}
.about-hero__title {
  font-family: var(--font);
  font-weight: 800;
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.08;
  letter-spacing: -.022em;
  margin: 0 0 22px;
  color: var(--ink);
  text-wrap: balance;
}
.about-hero__title em {
  font-style: normal;
  color: var(--magenta);
}
.about-hero__lede {
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--ink-soft);
  margin: 0 0 30px;
}

/* Hero brand mark, big TWM hex with 4 portrait insets */
.about-hero__mark {
  position: relative;
  width: 100%;
  max-width: 520px;
  aspect-ratio: 1 / 1;
  margin-left: auto;
  filter: drop-shadow(0 26px 44px rgba(16, 21, 36, .14));
  animation: about-mark-float 7s ease-in-out infinite;
}
.about-hero__mark-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.hero-face {
  position: absolute;
  width: 23%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  border: 4px solid #fff;
  box-shadow: 0 10px 20px -6px rgba(16, 21, 36, .25);
  z-index: 2;
}
/* 4 of the 6 chevron segments get a face */
.hero-face--tl { top: 12%; left: 18%; }     /* top-left chevron */
.hero-face--tr { top: 12%; right: 18%; }    /* top-right chevron */
.hero-face--bl { bottom: 12%; left: 18%; }  /* bottom-left chevron */
.hero-face--br { bottom: 12%; right: 18%; } /* bottom-right chevron */
@keyframes about-mark-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}

/* ============================================================
   TWM BY NUMBERS
   ============================================================ */
.kpi-strip {
  padding: 60px 0 70px;
  background: #fff;
}
.kpi-strip__head {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
}
.kpi-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  align-items: start;
  justify-items: center;
}
.kpi {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.kpi__ring {
  width: 156px;
  height: 156px;
  border-radius: 50%;
  border: 1.5px solid var(--kpi-blue);
  display: grid;
  place-items: center;
  background: #fff;
  transition: transform .25s ease, box-shadow .25s ease;
}
.kpi:hover .kpi__ring {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px -10px rgba(44, 86, 224, .28);
}
.kpi__num {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -.03em;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  display: inline-flex;
  align-items: baseline;
}
.kpi__plus {
  font-size: 22px;
  color: var(--magenta);
  margin-left: 1px;
}
.kpi__label {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.35;
}

/* ============================================================
   SECTION TABS (non-sticky, sits inline with the page flow)
   ============================================================ */
.section-tabs {
  background: #fff;
  border-bottom: 1px solid var(--rule);
}
.section-tabs__inner {
  display: flex;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  padding: 14px 0;
  background: #F5F6F8;
  border-radius: 100px;
  width: fit-content;
  margin: 16px auto;
  padding: 6px;
}
.section-tabs .stab {
  border: 0;
  background: transparent;
  padding: 10px 22px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink-soft);
  border-radius: 100px;
  cursor: pointer;
  letter-spacing: -.005em;
  transition: background .15s ease, color .15s ease;
}
.section-tabs .stab:hover { color: var(--ink); }
.section-tabs .stab.is-active {
  background: var(--ink);
  color: #fff;
}

/* ============================================================
   SERVE
   ============================================================ */
.serve {
  padding: 80px 0 90px;
  background: #fff;
}
.serve__head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 56px;
}
.serve__head .eyebrow { justify-content: center; }
.serve__head h2 {
  font-size: clamp(32px, 3.6vw, 48px);
  font-weight: 800;
  letter-spacing: -.022em;
  line-height: 1.1;
  margin: 0 0 22px;
  color: var(--ink);
  text-wrap: balance;
}
.serve__head p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-soft);
  margin: 0 0 12px;
}
.serve-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.serve-card {
  border: 0;
  border-radius: 14px;
  padding: 40px 34px;
  background: #E9ECEF;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  text-align: center;
}
.serve-card:hover {
  background: #DFE3E8;
  transform: translateY(-3px);
  box-shadow: 0 18px 36px -16px rgba(16, 21, 36, .14);
}
.serve-card header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}
.serve-card__chev {
  display: inline-block;
  width: 10px; height: 14px;
  background: url("../assets/logos/chevron-mark.svg") center/contain no-repeat;
  flex-shrink: 0;
  margin-top: 5px;
}
.serve-card header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-bottom: 22px;
}
.serve-card__chev { display: none; }
.serve-card h3 {
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 800;
  margin: 0;
  color: var(--ink);
  line-height: 1.15;
  letter-spacing: -.015em;
}
.serve-card h3 span {
  display: block;
  color: var(--ink);
  font-weight: 800;
  font-size: inherit;
}
.serve-card p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0 0 12px;
}
.serve-card p:last-child { margin-bottom: 0; }

/* ============================================================
   PROPOSITION (dark + chevron wheel)
   ============================================================ */
.proposition {
  background: var(--navy);
  color: #fff;
  padding: 90px 0 100px;
  position: relative;
  overflow: hidden;
}
.proposition::before {
  content: "";
  position: absolute;
  right: -10%;
  top: -30%;
  width: 60%;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(230, 23, 90, .14), transparent 60%);
  border-radius: 50%;
  pointer-events: none;
}
.proposition .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
}
.proposition__copy h2 {
  font-size: clamp(32px, 3.6vw, 48px);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.12;
  margin: 0 0 22px;
  color: #fff;
  text-wrap: balance;
}
.proposition__copy p {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, .78);
  margin: 0;
  max-width: 480px;
}

.prop-wheel {
  position: relative;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  aspect-ratio: 1;
}

/* ---- Brand-logo variant, 6 chevron arms, each clickable ---- */
.prop-wheel--logo {
  max-width: 520px;
  aspect-ratio: 1;
  padding: 0;
}
.prop-hex {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.prop-hex__svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
  filter: drop-shadow(0 24px 40px rgba(0,0,0,.35));
}

/* Each arm of the brand hex */
.prop-arm {
  cursor: pointer;
  outline: none;
}
.prop-arm path {
  transition: opacity .25s ease, filter .25s ease;
}
.prop-arm:not(.is-active) path {
  opacity: .28;
  filter: grayscale(.55);
}
.prop-arm:not(.is-active):hover path,
.prop-arm:not(.is-active):focus-visible path {
  opacity: .65;
  filter: grayscale(.15);
}
.prop-arm.is-active path {
  opacity: 1;
  filter: drop-shadow(0 6px 14px rgba(0,0,0,.4));
}
.prop-arm__num {
  fill: #fff;
  font-family: var(--font);
  font-size: 22px;
  font-weight: 800;
  text-anchor: middle;
  pointer-events: none;
  transition: opacity .25s ease;
}
.prop-arm:not(.is-active) .prop-arm__num {
  opacity: .55;
}
.prop-wheel__svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.prop-seg {
  cursor: pointer;
  transition: transform .35s cubic-bezier(.34, 1.35, .64, 1), filter .25s ease, opacity .25s ease;
  transform-origin: 0 0;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, .18));
}
.prop-seg path {
  transition: opacity .25s ease;
}
.prop-seg__num {
  font-family: var(--font);
  font-size: 18px;
  font-weight: 800;
  fill: #fff;
  pointer-events: none;
}
.prop-seg__label {
  font-family: var(--font);
  font-size: 12px;
  font-weight: 600;
  fill: rgba(255, 255, 255, .68);
  pointer-events: none;
  letter-spacing: .01em;
  text-transform: none;
  opacity: 0;
  transition: opacity .25s ease, fill .25s ease;
}
.prop-seg:hover {
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .35)) brightness(1.05);
}
.prop-seg.is-active {
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, .35)) brightness(1.04);
}
.prop-seg.is-active .prop-seg__label,
.prop-seg:hover .prop-seg__label {
  opacity: 1;
  fill: #fff;
}
/* Dim non-active when there IS an active segment */
.prop-segments:has(.is-active) .prop-seg:not(.is-active):not(:hover) path {
  opacity: .45;
}

/* Lift active segment radially outward. Each segment carries
   its own pre-computed --tx/--ty via inline style. */
.prop-seg.is-active {
  transform: translate(var(--tx, 0px), var(--ty, 0px));
}

.prop-wheel__core {
  pointer-events: none;
}
.prop-wheel__core-bits polygon:first-child {
  animation: pulseHex 4s ease-in-out infinite;
  transform-origin: center;
  transform-box: fill-box;
}
@keyframes pulseHex {
  0%, 100% { transform: scale(1); opacity: .85; }
  50% { transform: scale(1.06); opacity: 1; }
}

/* Callout, "Built for wealth" floating card */
.prop-wheel__callout {
  position: absolute;
  top: -12px;
  right: -28px;
  width: 280px;
  background: #fff;
  color: var(--ink);
  border-radius: 14px;
  padding: 18px 20px 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .35);
  z-index: 2;
  transition: opacity .35s ease, transform .35s ease;
}
.prop-wheel__callout::before { display: none; }
.prop-wheel__callout h4 {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
}
.prop-wheel__callout p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--ink-soft);
}
.prop-wheel__callout .eyebrow { margin-bottom: 10px; }
.prop-wheel__leader {
  position: absolute;
  left: -34px;
  bottom: 30px;
  width: 60px;
  height: 1px;
  background: rgba(255, 255, 255, .35);
}

/* ============================================================
   ECOSYSTEM (cream)
   ============================================================ */
.ecosystem {
  background: #ffffff;
  padding: 80px 0 0;             /* flush against the dark Offering section */
  position: relative;
  overflow: hidden;
}
.eco-image {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.eco-image__img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: -2px;            /* kill the 1px sub-pixel seam */
}
.ecosystem__head {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 50px;
}
.ecosystem__head .eyebrow { justify-content: center; }
.ecosystem__head h2 {
  font-size: clamp(32px, 3.6vw, 48px);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.15;
  margin: 0 0 18px;
  color: var(--ink);
  text-wrap: balance;
}
.ecosystem__head p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0;
}

.ecosystem__visual {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  display: block;
}
/* Hide the floating Reports overlay, show the ecosystem diagram clean */
.ecosystem__visual .reports-card { display: none; }

/* Reports panel, left */
.reports-card {
  background: #fff;
  border-radius: 14px;
  padding: 22px 24px;
  border: 1px solid #ECE5D7;
  box-shadow: 0 20px 40px -16px rgba(16, 21, 36, .12);
  position: relative;
  z-index: 2;
}
.reports-card header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.reports-card__chev {
  display: inline-block;
  width: 9px; height: 12px;
  background: url("../assets/logos/chevron-mark.svg") center/contain no-repeat;
}
.reports-card h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
}
.reports-card__intro {
  margin: 0 0 14px;
  font-size: 12.5px;
  color: var(--ink-soft);
}
.reports-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 16px;
}
.reports-card__list h4 {
  margin: 0 0 4px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--magenta);
}
.reports-card__list p {
  margin: 0;
  font-size: 11px;
  line-height: 1.45;
  color: var(--ink-soft);
}

/* ============================================================
   Radial ecosystem, 3 concentric arcs + offering nodes
   ============================================================ */
.eco-radial {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  aspect-ratio: 1000 / 540;
  padding-bottom: 36px;
}
.eco-radial__svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

/* Centre brand mark */
.eco-center {
  position: absolute;
  left: 50%;
  bottom: 7%;
  transform: translate(-50%, 50%);
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0 10px 24px -8px rgba(16, 21, 36, .28);
  display: grid;
  place-items: center;
  z-index: 3;
}
.eco-center img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

/* Offering nodes (icon + label) */
.eco-node {
  position: absolute;
  left: var(--x);
  top: var(--y);
  transform: translate(-50%, -50%);
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  z-index: 2;
}
.eco-node__circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--ink, #0F1A2E);
  box-shadow: 0 6px 14px -6px rgba(16, 21, 36, .35);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.eco-node:hover .eco-node__circle {
  transform: scale(1.08);
  box-shadow: 0 12px 22px -8px rgba(16, 21, 36, .5);
}
.eco-node--active .eco-node__circle {
  box-shadow: 0 0 0 4px rgba(255,255,255,.18), 0 14px 24px -8px rgba(16, 21, 36, .5);
}
.eco-node__label {
  font-family: var(--font);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
}

/* Smaller, label-below variant for the base-line nodes */
.eco-node--base .eco-node__circle {
  width: 44px;
  height: 44px;
}

/* Color-coded fills */
.eco-node[data-color="green"]   .eco-node__circle { background: #24A84A; }
.eco-node[data-color="pink"]    .eco-node__circle { background: #DC2467; }
.eco-node[data-color="orange"]  .eco-node__circle { background: #ED6E23; }
.eco-node[data-color="teal"]    .eco-node__circle { background: #35C0CC; }
.eco-node[data-color="magenta"] .eco-node__circle { background: #E6175A; }
.eco-node[data-color="purple"]  .eco-node__circle { background: #6851A2; }
.eco-node[data-color="ink"]     .eco-node__circle { background: #0F1A2E; }

/* Endpoint labels */
.eco-end {
  position: absolute;
  bottom: 7%;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  z-index: 2;
  transform: translateY(50%);
}
.eco-end--left  { left: 1%; }
.eco-end--right { right: 1%; }
.eco-end__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #0F1A2E;
  color: #fff;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.eco-end__label {
  font-family: var(--font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  line-height: 1.25;
  white-space: nowrap;
}

/* Ring labels (USER / INSTITUTION / COMMUNITY) at the bottom */
.eco-ring-labels {
  position: absolute;
  inset: auto 0 0 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 96px;
  font-family: var(--font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
  z-index: 1;
}

/* Responsive: stack on small screens */
@media (max-width: 880px) {
  .eco-radial { padding-bottom: 40px; }
  .eco-node__label { font-size: 9px; letter-spacing: .08em; }
  .eco-node__circle { width: 44px; height: 44px; }
  .eco-node__circle svg { width: 18px; height: 18px; }
  .eco-node--base .eco-node__circle { width: 36px; height: 36px; }
  .eco-end__label { font-size: 9.5px; }
  .eco-ring-labels { gap: 36px; font-size: 9.5px; }
  .eco-center { width: 64px; height: 64px; }
}

/* ============================================================
   OFFERING, dark
   ============================================================ */
.offering {
  background: var(--navy);
  color: #fff;
  padding: 90px 0 100px;
  position: relative;
  overflow: hidden;
}
.offering::before {
  content: "";
  position: absolute;
  left: -10%;
  bottom: -30%;
  width: 50%;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(53, 192, 204, .12), transparent 60%);
  border-radius: 50%;
  pointer-events: none;
}
.offering__head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: end;
  margin-bottom: 40px;
  position: relative;
}
.offering__intro {
  max-width: 600px;
}
.offering__intro h2 {
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.12;
  margin: 0 0 18px;
  color: #fff;
  text-wrap: balance;
}
.offering__intro p {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, .78);
  margin: 0;
}
.offering__toggle {
  display: inline-flex;
  background: rgba(255, 255, 255, .06);
  padding: 5px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, .12);
  align-self: end;
}
.otab {
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, .7);
  padding: 9px 18px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 100px;
  cursor: pointer;
  transition: background .15s ease, color .15s ease;
}
.otab:hover { color: #fff; }
.otab.is-active {
  background: var(--magenta);
  color: #fff;
}

.offering-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
}
.offer-card {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
  padding: 26px 24px 28px;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.offer-card:hover {
  background: rgba(255, 255, 255, .07);
  border-color: rgba(255, 255, 255, .18);
  transform: translateY(-3px);
}
.offer-card__icon {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: rgba(230, 23, 90, .15);
  color: var(--magenta);
  margin-bottom: 16px;
}
.offer-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.offer-card p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .72);
}

/* ============================================================
   PEOPLE, team carousel
   ============================================================ */
.people {
  padding: 90px 0 80px;
  background: #fff;
}
.people__head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 44px;
}
.people__head .eyebrow { justify-content: center; }
.people__head h2 {
  font-size: clamp(32px, 3.6vw, 48px);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.15;
  margin: 0 0 18px;
  color: var(--ink);
  text-wrap: balance;
}
.people__head p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0 0 26px;
}
.people__toggle {
  display: inline-flex;
  background: #F5F6F8;
  padding: 5px;
  border-radius: 100px;
}
.ptab {
  background: transparent;
  border: 0;
  color: var(--ink-soft);
  padding: 9px 20px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 100px;
  cursor: pointer;
  transition: background .15s ease, color .15s ease;
}
.ptab:hover { color: var(--ink); }
.ptab.is-active {
  background: var(--ink);
  color: #fff;
}

.people-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin: 0 auto;
  max-width: 1180px;
}
.person {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
}
.person__photo {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  background: #F5F6F8;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px rgba(16, 21, 36, .06), 0 12px 24px -10px rgba(16, 21, 36, .18);
  position: relative;
  transition: transform .25s ease;
}
.person:hover .person__photo {
  transform: translateY(-3px);
}
.person__photo::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 2px solid transparent;
  background: linear-gradient(135deg, var(--magenta), var(--teal)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  transition: opacity .25s ease;
}
.person:hover .person__photo::before { opacity: 1; }
.person__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(1);
  transition: filter .35s ease;
}
.person:hover .person__photo img { filter: grayscale(0); }
.person h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
}
.person__role {
  font-size: 12.5px;
  color: var(--ink-soft);
  font-weight: 500;
}

.people__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}
.people__dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  background: #D1D5DB;
  padding: 0;
  cursor: pointer;
  transition: background .15s ease, transform .15s ease;
}
.people__dots button:hover { background: #9CA3AF; }
.people__dots button.is-active {
  background: var(--magenta);
  transform: scale(1.2);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .about-hero__inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 36px;
  }
  .about-hero__mosaic { max-width: 460px; }
  .proposition .container { grid-template-columns: 1fr; gap: 50px; }
  .proposition__copy { max-width: 600px; margin: 0 auto; text-align: center; }
  .proposition__copy .eyebrow { justify-content: center; }
  .proposition__copy p { margin-left: auto; margin-right: auto; }
  .ecosystem__visual { grid-template-columns: 1fr; }
  .reports-card { max-width: 600px; margin: 0 auto; }
  .offering__head { grid-template-columns: 1fr; align-items: start; }
  .offering-grid { grid-template-columns: repeat(2, 1fr); }
  .people-grid { grid-template-columns: repeat(3, 1fr); max-width: 600px; }
  .kpi-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 720px) {
  .about-hero { padding-bottom: 40px; }
  .about-hero__inner { padding-top: 24px; }
  .about-hero__title { font-size: clamp(32px, 9vw, 44px); }
  .serve-grid { grid-template-columns: 1fr; }
  .reports-card__list { grid-template-columns: 1fr; }
  .offering-grid { grid-template-columns: 1fr; }
  .people-grid { grid-template-columns: repeat(2, 1fr); max-width: 400px; }
  .kpi-grid { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .kpi__ring { width: 130px; height: 130px; }
  .kpi__num { font-size: 22px; }
  .section-tabs__inner { padding: 4px; }
  .section-tabs .stab { padding: 8px 14px; font-size: 12.5px; }
  .prop-wheel__callout {
    position: static;
    width: 100%;
    max-width: 360px;
    margin: 0 auto 24px;
  }
  .prop-wheel__callout::before { display: none; }
  .prop-wheel__callout h4,
  .prop-wheel__callout p { margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .prop-wheel__core-bits polygon:first-child { animation: none; }
  .prop-seg, .hex-tile, .person, .offer-card, .serve-card, .kpi__ring,
  .about-hero__mosaic .hex {
    transition: none;
  }
}
