/* Company hero grid matches homepage; dark founder area uses light text. */
html body .company-hero .company-hero-grid {
 opacity:.12!important;
 background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px)!important;
 background-size:46px 46px!important;
 mask-image:radial-gradient(78% 78% at 72% 18%,#000 28%,transparent 76%)!important;
 -webkit-mask-image:radial-gradient(78% 78% at 72% 18%,#000 28%,transparent 76%)!important;
}
html body .company-page .company-founder {background:#0c100e!important;}
html body .company-page .company-founder .founder-body :is(p,span) {color:#d2d9d1!important;opacity:1!important;}
html body .company-page .company-founder .founder-body :is(strong,a,blockquote) {color:#eef0eb!important;opacity:1!important;}
html body .company-page .company-founder .founder-body .eyebrow {color:#dda77d!important;}
html body .company-page .company-founder .founder-body .eyebrow::before {background:#dda77d!important;}
html body .company-page .company-founder .founder-body a:hover {color:#dda77d!important;}
