/* Numana Consulting — a distinct identity layered over the shared base.
   Software (Numana Works) = terracotta + the app-icon mark.
   Consulting (Numana Consulting) = navy-forward + a teal accent + a navy mark.
   Both share the Numana wordmark, the N shape and the typeface. */

:root{ --accent:#1C6B66; --accent2:#15534E; }

/* navy logo mark on the consulting side (CSS overrides the inline fill attribute) */
.brand svg rect{ fill:#16192B; }

/* navy + teal hero */
.band{ background:radial-gradient(120% 150% at 100% -10%, rgba(28,107,102,.28), transparent 50%),
  linear-gradient(160deg,#0f1320,#1b2740); }
.band .eyebrow{ color:#74C4BD; }
.band h1 .accent{ color:#74C4BD; }

/* navy avatar to match */
.bio .avatar{ background:linear-gradient(160deg,#0f1320,#1b2740); }

/* credibility strip under the stats */
.orglabel{ margin:46px 0 0; color:var(--mute); font-size:13px; font-weight:700;
  letter-spacing:.08em; text-transform:uppercase; }

/* founder headshot in place of the monogram */
.bio img.avatar{ width:120px; height:120px; object-fit:cover; border-radius:16px; display:block; }
