/* Nassau Suffolk Chiropractic — final corporate mobile alignment */
@media (max-width: 900px) {
  /* Closing navy panels and footer copy */
  .cta,
  .cta .container,
  .navy-section,
  .navy-section .container,
  .care-philosophy,
  .care-philosophy article,
  .site-footer,
  .site-footer .container,
  .site-footer .medical-note,
  .site-footer .footer-bottom {
    text-align: center !important;
    text-align-last: center !important;
  }

  .cta *,
  .navy-section .section-heading *,
  .care-philosophy article *,
  .site-footer p,
  .site-footer span,
  .site-footer a {
    text-align: center !important;
    text-align-last: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .site-footer .medical-note p {
    max-width: 34rem !important;
    line-height: 1.6 !important;
  }

  .site-footer .footer-bottom {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
  }

  /* Meet Our Doctors: make every card read as one centered profile. */
  body.page-team .doctor-card-body,
  body.page-team .doctor-card-body-polished {
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 26px 24px 30px !important;
    text-align: center !important;
  }

  body.page-team .doctor-card-body > *,
  body.page-team .doctor-card-body-polished > *,
  body.page-team .doctor-card h3,
  body.page-team .doctor-card h3 a,
  body.page-team .doctor-location,
  body.page-team .leadership-title,
  body.page-team .role-badge,
  body.page-team .doctor-summary,
  body.page-team .doctor-summary-polished,
  body.page-team .doctor-view-profile {
    width: 100% !important;
    max-width: 31rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    text-align-last: center !important;
    word-spacing: normal !important;
    hyphens: none !important;
  }

  body.page-team .doctor-location {
    margin-bottom: 12px !important;
    color: #9b700c !important;
  }

  body.page-team .doctor-card h3 {
    margin-bottom: 10px !important;
    font-size: clamp(1.65rem, 7vw, 2.05rem) !important;
    line-height: 1.15 !important;
  }

  body.page-team .leadership-title {
    margin: 0 auto 12px !important;
    color: #a9780f !important;
    font-weight: 750 !important;
  }

  body.page-team .role-badge {
    display: inline-block !important;
    width: auto !important;
    margin-bottom: 18px !important;
    padding: 8px 14px !important;
  }

  body.page-team .doctor-summary,
  body.page-team .doctor-summary-polished {
    min-height: 0 !important;
    margin-bottom: 18px !important;
    font-size: 1rem !important;
    line-height: 1.7 !important;
  }

  body.page-team .doctor-view-profile {
    order: 10 !important;
    padding-top: 4px !important;
    font-weight: 800 !important;
  }

  /* Homepage testimonials */
  body.page-home .approved-testimonials,
  body.page-home .approved-testimonials h2,
  body.page-home .approved-review-grid,
  body.page-home .approved-review-grid article,
  body.page-home .approved-review-grid p,
  body.page-home .approved-review-grid strong {
    text-align: center !important;
    text-align-last: center !important;
  }

  body.page-home .approved-testimonials h2 {
    max-width: 31rem !important;
    margin: 0 auto 30px !important;
    font-size: clamp(2rem, 9vw, 2.75rem) !important;
    line-height: 1.08 !important;
  }

  body.page-home .approved-review-grid article {
    display: flex !important;
    min-height: 0 !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 34px 24px !important;
  }

  body.page-home .approved-review-grid p {
    max-width: 29rem !important;
    margin: 18px auto 16px !important;
    line-height: 1.6 !important;
    word-spacing: normal !important;
  }

  body.page-home .google-review-section,
  body.page-home .google-review-inner,
  body.page-home .google-review-inner * {
    text-align: center !important;
    text-align-last: center !important;
  }

  body.page-home .google-review-inner {
    padding: 34px 24px !important;
  }

  body.page-home .google-review-section p {
    max-width: 30rem !important;
    margin: 0 auto 22px !important;
    line-height: 1.6 !important;
  }

  /* Homepage founders retain a clean centered caption. */
  body.page-home .approved-founder-card .doctor-card-body,
  body.page-home .approved-founder-card .doctor-card-body * {
    align-items: center !important;
    text-align: center !important;
    text-align-last: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
