/*
Theme Name: SteelToe Septic Growth
Theme URI: https://steeltoedigital.com/
Author: SteelToe Digital
Description: A lightweight, native block theme for conversion-focused septic service websites.
Version: 1.0.0
Requires at least: 6.6
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: steeltoe-septic-growth
*/

html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; }
a { text-underline-offset: .18em; }
.wp-site-blocks { overflow: clip; }
.stg-card { height: 100%; transition: transform .18s ease, box-shadow .18s ease; }
.stg-card:hover { transform: translateY(-3px); box-shadow: 0 12px 34px rgba(15, 37, 48, .12); }
.stg-eyebrow { letter-spacing: .11em; text-transform: uppercase; font-weight: 700; }
.stg-mobile-cta { display: none; }
@media (max-width: 781px) {
  body { padding-bottom: 70px; }
  .stg-mobile-cta { display: flex; position: fixed; z-index: 9999; inset: auto 0 0; min-height: 64px; box-shadow: 0 -5px 22px rgba(0,0,0,.18); }
  .stg-mobile-cta > a { flex: 1; display: grid; place-items: center; padding: 14px 8px; font-weight: 800; text-decoration: none; }
}

