/* The page markup itself is fluid now (clamp() typography/spacing and
   repeat(auto-fit, minmax(min(100%,Npx),1fr)) grids sourced directly from
   the design), so almost nothing needs overriding here. This file only
   patches the couple of boxes the design intentionally left at a fixed
   padding (the dark CTA card and the testimonial-carousel panel), which
   are too generous on a narrow phone. */

@media (max-width: 900px) {
  html, body { overflow-x: hidden; }
}

@media (max-width: 860px) {
  [style*="padding: 96px 88px"],
  [style*="padding: 66px 88px"] {
    padding: 40px 22px !important;
  }
}
