/* ============================================================
   custom.css — intentional overrides only
   All base styles live in styles.css
   ============================================================ */

/* Hero layout tweaks */
.hero, .hero-grid { padding-top: 0; padding-bottom: 0; }
.hero-copy        { padding-bottom: 160px; }
@media (max-width: 520px) {
  .hero-copy { padding-bottom: 0; padding-top: 30px; }
}

/* Brand logo */
.brand img { width: auto; height: 60px; border-radius: 0; }

/* Icon sizing overrides */
.icon             { width: 32px; height: 32px; flex: 0 0 auto; }
.footer-social .icon { width: 32px; height: 32px; flex: 0 0 auto; }
.wa-icon          { width: 32px; height: 32px; }

/* Page hero breadcrumbs */
.breadcrumbs { flex-direction: row; }

/* Contact submit button */
.contact-submit { border-radius: 0; }
