/* ============================================
   MOBILE STANDARDS (max-width: 767px)
   Typography, spacing, and touch targets only
   ============================================ */
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 1.6;
  }

  .section-label {
    font-size: 0.8rem;
    margin-bottom: 0.6rem;
  }

  .section-title {
    font-size: clamp(1.5rem, 6vw, 2.25rem);
    margin-bottom: 1rem;
    line-height: 1.1;
  }

  .section-desc {
    font-size: 1rem;
    line-height: 1.55;
    margin-bottom: 1.5rem;
  }

  .section.pt-100 {
    padding-top: 1.5rem;
  }

  .hero-title-block h1 {
    font-size: clamp(2rem, 7vw, 3rem);
    line-height: 1.05;
    margin-bottom: 1rem;
  }

  .hero-title-block .hero-date {
    font-size: clamp(0.95rem, 3.5vw, 1.25rem);
    margin-bottom: 1rem;
  }

  .hero-title-block p,
  .hero-logo .section-desc {
    font-size: 1rem;
  }

  .display-board-steps__toggle,
  .btn-submit,
  .resource-filter-submit,
  .nav-cta {
    min-height: 48px;
    padding: 0.5rem 1.25rem;
  }
}

@media screen and (max-width: 480px) {
  body {
    font-size: 15px;
  }

  .section-title {
    font-size: clamp(1.35rem, 6vw, 2rem);
    margin-bottom: 0.8rem;
  }

  .section-desc {
    font-size: 0.95rem;
  }
}
