/*
  Responsive QA map for this landing:
  - 390px: compact mobile reference
  - 768px: tablet portrait reference
  - 1024px: tablet landscape / small desktop reference
  - 1366px: primary desktop reference
  - 1920px: wide desktop reference

  Existing range-based media queries are intentionally preserved to avoid visual drift
  on the approved screens. New adaptive rules should be mapped back to these five
  review widths before release.
*/
:root {
  --bp-mobile: 390px;
  --bp-tablet: 768px;
  --bp-laptop: 1024px;
  --bp-desktop: 1366px;
  --bp-wide: 1920px;
}