/* Shared compact mobile rules for sacramental pages */

@media (max-width: 820px) {
  .hero-content {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 40px 0 28px;
  }

  .hero-copy {
    max-width: none;
    padding-top: 4vh;
    padding-bottom: 2vh;
  }

  .steps-grid,
  .requirements-grid,
  .process-grid,
  .band-grid,
  .prep-grid {
    grid-template-columns: 1fr;
  }

  .info-band strong {
    display: block;
    line-height: 1.4;
  }

  .info-band .divider {
    display: none;
  }
}

@media (max-width: 640px) {
  .info-band {
    padding: 16px 0 14px;
  }

  .info-band strong {
    font-size: 1.1rem;
  }

  .info-band p {
    font-size: 0.92rem;
    margin-top: 8px;
  }

  .steps-grid {
    margin-top: 24px;
    gap: 20px;
  }

  .step-card {
    padding: 8px 0;
  }

  .step-card img {
    width: 56px;
    height: 56px;
    margin-bottom: 12px;
  }

  .step-card h3 {
    font-size: 1.2rem;
  }

  .step-card p {
    font-size: 0.92rem;
  }

  .requirements-grid,
  .not-allowed-grid,
  .records-grid,
  .calendar-grid,
  .prep-grid {
    gap: 24px;
  }

  .not-allowed {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .records-copy h2,
  .calendar-copy h2 {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
  }

  .records-copy p,
  .calendar-copy p,
  .check-list li,
  .bullet-list li,
  .not-list li {
    font-size: 0.94rem;
  }

  .calendar-embed {
    min-height: 360px;
  }

  .process-grid {
    gap: 16px;
  }

  .process-card {
    padding: 14px 12px;
  }
}
