/*
Theme Name: City Power Washing Child
Theme URI: https://example.com/
Description: Child theme of Cit Power Washing.
Author: Cit Power Washing
Author URI: https://example.com/
Template: city-power-washing
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cit-power-washing-child
*/

/* Quote anchor target.
   Cross-page CTAs arrive at /contact-us/#quote, and the browser performs its own
   native jump before Lenis takes over. Without this the form lands underneath the
   fixed header for that first frame. The JS in script.js still applies the exact,
   measured offset afterwards -- this just keeps the initial frame from flashing
   the form behind the header. */
#quote {
  scroll-margin-top: 140px;
}

/* Templates whose first section is .content-pages -- page.php, index.php and
   404.php -- start underneath #header, which is fixed and covers roughly 80px on
   mobile and 118px on desktop. Templates that open with a hero banner (such as
   content-page.php) already clear it, so the clearance is opt-in via the
   modifier rather than applied to .content-pages everywhere. */
.content-pages--no-hero {
  padding-top: 120px;
}

@media (min-width: 992px) {
  .content-pages--no-hero {
    padding-top: 160px;
  }
}
