/* custom overrides (loaded last) */
@media (max-width: 767px) {
  .headerAndNavContainer {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 1000 !important;
  }
  /* eyebrow (secondary nav) collapses on scroll to reclaim space */
  .secondaryNav {
    overflow: hidden;
    max-height: 300px;
    transition: max-height 0.25s ease, opacity 0.2s ease;
  }
  .secondaryNav.eyebrow-collapsed {
    max-height: 0 !important;
    opacity: 0 !important;
  }
}
/* tel: links added to phone numbers inherit the template's text styling so the
   design is unchanged (they just become tappable). */
a.telLink,
a.telLink:hover,
a.telLink:focus {
  color: inherit;
  text-decoration: none;
}
/* Newsletter (Lumistry capture) embed: hide the widget's own heading + subtitle
   (.lk-head = h3.lk-title + p.lk-sub) so only the template's own H2 "Sign Up For
   Our Newsletter" shows above the form. Scoped to the embed; the form, success
   and error messages are untouched. */
[data-lumistry-capture] .lk-head {
  display: none !important;
}
