/*
Theme Name: Inspire Innovations
Theme URI: https://inspireinnovations.ca
Author: Inspire Innovations Ltd
Description: Professional siding & exterior renovation theme for Inspire Innovations Ltd, Edmonton, Alberta.
Version: 2.0.0
License: GNU General Public License v2 or later
Text Domain: inspire-innovations
*/

/* ── RESET ── */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { font-family:'DM Sans',sans-serif; color:#0f172a; background:#fff; overflow-x:hidden; line-height:1.6; }
img { max-width:100%; height:auto; display:block; }
a { text-decoration:none; color:inherit; }
ul { list-style:none; }

/* ── FADE UP ANIMATION ── */
.fade-up { opacity:0; transform:translateY(24px); transition:opacity .6s ease, transform .6s ease; }
.fade-up.in { opacity:1; transform:none; }

/* ── MOBILE RESPONSIVE HELPERS ── */
@media (max-width:768px) {
  .hide-mobile { display:none !important; }
  .mob-full { width:100% !important; }
  .mob-col1 { grid-template-columns:1fr !important; }
  .mob-text-center { text-align:center !important; }
  .mob-pad { padding:60px 4% !important; }
}
@media (max-width:480px) {
  .mob-sm-pad { padding:50px 4% !important; }
}
