@media (max-width: 768px) {
  :root {
    --h1-size: clamp(1.95rem, 6vw, 2.5rem);
    --h2-size: clamp(1.2rem, 4.2vw, 1.5rem);
    --lead-size: 0.98rem;
    --body-size: 0.98rem;
    --hero-pad-top: 40px;
    --hero-pad-bottom: 20px;
    --h3-size: 1.3rem;
  }

  .hero,
  .page-hero {
    min-height: 40vh;
    padding-bottom: 12px;
    background-attachment: scroll !important;
  }

  .page-hero {
    min-height: 32vh;
  }

  .hero::before,
  .page-hero::before,
  .hero-guided-light::before,
  .bg-architect-grid::after {
    transform: none !important;
    transition: none !important;
    contain: paint;
  }

  .hero h1,
  .page-hero h1 {
    margin-bottom: 8px;
  }

  .hero h2 {
    margin-bottom: 10px;
  }

  .hero + .section,
  .page-hero + .section {
    padding-top: 16px;
  }

  .section-bridge {
    padding-bottom: 20px;
  }

  .section-access {
    padding-top: 20px;
  }

  .cta {
    width: 100%;
    justify-content: space-between;
  }
}
