/* Omni-Science Industries — Page Styles */

/* Hero */
.hero { padding: 80px 0 40px; text-align: center; }
.hero h1 { margin: 0 0 8px; font-size: clamp(40px, 6vw, 72px); }
.hero .grad { background: linear-gradient(90deg, var(--accentB), var(--accentA)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero p { margin: 0 auto; color: var(--muted); max-width: 860px; }
.cta { display: flex; gap: 12px; justify-content: center; margin-top: 20px; }

/* Sections unique to Industries */
#vision {}
#divisions {}


