/* ==========================================================================
   Tax Planning — page-specific bits only.
   Everything reusable lives in service-page.css (shared with the sibling
   Tax Preparation page via tax-preparation.css's same pattern).
   ========================================================================== */

.hero-photo--tax-planning {
  background-image: url("../assets/images/tax-planning-hero.webp");
  background-size: cover;
  background-position: center;
}

.split-image--tax-planning-detail {
  background-image: url("../assets/images/tax-planning-detail.webp");
}

/* "Keep More of What You Earn." is the longest accent line built so far —
   the shared 1.9rem base wraps it mid-phrase. */
.hero--service .hero-text h1 { font-size: 1.6rem; }
@media (max-width: 1024px) {
  .hero--service .hero-text h1 { font-size: clamp(1.7rem, 3.6vw, 2.3rem); }
}
@media (max-width: 640px) {
  .hero--service .hero-text h1 { font-size: 1.35rem; }
}
