{% comment %} Deliberately not Foundation's accordion. `.accordion-content` is `display: none` and — unlike `.tabs-panel` — the stylesheet carries *no* rule that ever un-hides it; the plugin opens it with an inline `slideDown()`. A server-open accordion panel would therefore be invisible with Alpine off, which is exactly what the accessibility contract forbids. `.card-section` has no such rule, so `x-show` + `x-cloak` behave here the way they do in every other theme. {% endcomment %}