/* September 2026 Florida audit refinements. Enqueue after the existing theme CSS. */

/* Only light-background labels use the darker gold; dark sections keep their gold. */
.parity-heading .eyebrow,
.blog-index__number,
.inner-contact-copy > p.eyebrow,
.blog-faq > p.eyebrow,
.blog-sources > p.eyebrow,
.blog-article-aside > p.eyebrow {
  color: #8a6618;
}

/* The evidence panel is gold, while the contact form is a darker cream. */
.parity-proof-story .eyebrow {
  color: #11120f;
}

.inner-contact-form > p.eyebrow {
  color: #735817;
}

.parity-process__track span,
.parity-proof-rail small,
.inner-claims-copy small,
.blog-article__image-note,
.inner-contact-license {
  color: #67635c;
}

/* Separate footer navigation and contact actions without changing their typography. */
.error404 .prose .eyebrow {
  color: #8a6618;
}

.error404 .prose a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-links {
  gap: 4px;
}

.footer-links a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding-block: 8px;
  line-height: 1.4;
}

.site-footer a[href^="tel:"],
.site-footer a[href^="mailto:"] {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  max-width: 100%;
  padding-block: 6px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.site-footer .mt-cookie-settings {
  min-height: 44px;
  padding-block: 8px;
}

.site-footer a:focus-visible,
.site-footer .mt-cookie-settings:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 3px;
}
