/* Keep the two ways to reach us in the normal mobile page flow. */
@media (max-width: 900px) {
  .entry-actions .home-header {
    position: relative;
  }

  .home-page.entry-actions > main {
    padding-top: 0;
  }

  .entry-actions .home-header__inner {
    grid-template-columns: minmax(0, 1fr) 48px;
    gap: 8px;
  }

  .entry-actions .home-menu-toggle {
    grid-column: 2;
    grid-row: 1;
  }

  .entry-actions .home-header__actions {
    display: grid;
    grid-column: 1 / -1;
    grid-row: 2;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 8px;
  }

  .entry-actions .home-phone-pill {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    justify-content: center;
    padding: 0 8px;
  }

  .entry-actions .home-phone-pill .home-icon,
  .entry-actions .home-phone-pill .fas {
    display: none;
  }

  .entry-actions .home-phone-pill span {
    display: flex;
    align-items: baseline;
    gap: 4px;
  }

  .entry-actions .home-phone-pill small,
  .entry-actions .home-phone-pill strong {
    color: var(--home-text);
    font-size: 13px;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .entry-actions .home-header .home-btn {
    min-height: 48px;
    padding: 0 8px;
    font-size: 14px;
  }

  .entry-actions .home-footer {
    padding-bottom: 28px;
  }

  /* These templates already have a fixed bar; the in-flow actions replace it. */
  .entry-actions + .home-mobile-bar {
    display: none;
  }
}
