/* Site-wide overrides (loaded after Webflow CSS). Keep minimal. */

/* Fix stray horizontal scroll generated by the falling-pills ("No cap …") canvas section */
.falling-pills{overflow:hidden}
/* Robust, sticky-safe guard against any stray horizontal overflow */
html{overflow-x:clip}
