also, all the dotted-underlined text doesn't seem to have any tooltips for us? had to open devtools to discover that you seem to be using some data-tippy-... attribute, presumably for some javascript to pick up, but why can't you just use regular html `title`?
Ah, the honest answer is that I hadn't really thought about it. Subconsciously I guess I don't like the way `title` looks, so I opt'ed for something that works a bit nicer.
Given the product won't work without JavaScript I didn't really think about the non-JS experience...
it's not even the non-js experience, it's just that your js throws a bunch of big fat errors because your subresource integrity is totally invalid and plyr isn't allowed to load
edit: oops it's localCDN's fault... still i think a static landing page requiring JS is kind of weird, what prevents you from putting `title` in the html and then renaming the attribute in javascript?