/* ===== UNIVERSAL FLUID RULES — safe across all pages ===== */
/* No class-name assumptions, no layout overrides, no font changes. */

/* Prevent horizontal scroll on any device */
html{overflow-x:hidden;-webkit-text-size-adjust:100%}

/* All media fluid */
img,svg,video,canvas{max-width:100%;height:auto}

/* Prevent content from blowing out containers */
*{box-sizing:border-box}
