/* 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); }
