/* newcastle.css — page-specific styles for /services/local-seo/newcastle/
   Add Newcastle-only overrides here. Do not modify style.css for this page.
   Loaded after style.css so these rules take precedence where needed. */

/* H1 italic accent — light/dark aware */
.svc-hero h1 .hero-accent {
  font-style: italic;
  color: var(--red-mid);
}

[data-theme="dark"] .svc-hero h1 .hero-accent {
  color: #C4B5FD;
}
