
/* ---- Nexy rises off the case-study pane ---------------------------------
   Her fade was landing on the third card's top edge. 40px up clears it; the
   Meet Nexy card is unaffected because it seats itself against the H1, not
   against her box. */
.nxa{top:48px;width:270px;height:505px}
.nxa-fig img{-webkit-mask-image:linear-gradient(180deg,#000 74%,transparent 97%);
             mask-image:linear-gradient(180deg,#000 74%,transparent 97%)}
@media(max-width:1279px){.nxa{top:64px;width:240px;height:449px}}

/* ---- the news cards come down a size ------------------------------------
   The row was carrying 108px of collapsed height and body-adjacent type in a
   fold that now also holds a person. Smaller box, smaller face: the kicker
   drops a point and a half, the entry line a point, and the collapsed slot
   holds 86px. The hover reveal still opens downward into the same field. */
.nx-cards{--nx-h:86px}
.nx-card{padding:12px 15px 12px}
.nx-k{font-size:13.5px;padding-right:28px}
.nx-e{font-size:12px;margin-top:5px}
.nx-more{font-size:11.5px}
.nx-arrow{width:16px;height:16px}
