/* ============================================================================
   4founder redesign — page CSS for route "ueber-uns"
   GENERATED by tools/redesign-port/extract.mjs from ueber-uns/UeberUns-v13-yves.dc.html
   (re-running the extractor overwrites this file). Loaded only on this route;
   shared rules live in ../base.css, palette/scale vars in ../tokens.css.
   ============================================================================ */

/* Founder photo caption: the badge is shrink-to-fit from left:18px, so on
   narrow screens its long second line grows it to the full frame width minus
   that single 18px inset — 19px of air on the left, 1px on the right, i.e.
   off-centre and flush against the photo's right edge (R5-3 #27). Capping the
   width leaves the same inset on both sides; where the badge is narrower than
   the cap (tablet and up) the rule is a no-op and the design's bottom-left
   badge is untouched. Same rule on the homepage — see pages/home.css. */
.ff-redesign .ff-founder-caption{max-width:calc(100% - 36px)}

/* ── extracted style-hover/style-focus rules (must beat inline style="") ── */
.ff-redesign .ffh-1:hover{transform:translateY(-2px) !important;background:var(--ff-brand-deep) !important}
.ff-redesign .ffh-2:hover{border-color:#a8d6ff !important;color:var(--ff-brand-deep) !important;background:#f5fbff !important}
