/* ============================================================
   Finwin Travels — company-about-us.css
   Page-specific rules for company-about-us.html only.
   Shared layout, cards, hero, profile, stats etc. all live in
   main.css + company.css — nothing is repeated here.
   ============================================================ */

#hero-slideshow .container { max-width: var(--container-narrow); }

/* Leadership section sits on the darkest background — the intro
   lead card just above it should feel like it belongs to the same
   dark family without a second full section.dark wrapper. */
#leadership .coy-strip { margin-top: var(--spacing-2); }
