/* Patch for code/site/css/14b-footer.css — the band 430.02…519.98 (pool 3, 16.09.2026).

   The canonical file switches to the phone frame (corners 88 high, 15.942 % /
   66 px, lockup 201×40, inner 96) only at ≤430, while the page gutter is already
   8 from 519.98 down. Between 431 and 519.98 the 768 geometry stays — corners
   24.026 % wide, lockup 312×62 — and the lockup lies over both corner lines.
   Measured 16.09.2026 on the lab and on the canon alike: overlap 45.9 px per
   side at 440 (Alexa's iPhone), 35.5 at 480, 25.3 at 519; 0 at 390 and at 768.
   The phone frame applies wherever the phone gutter applies — the file's own
   rule for the 8 px step («граница ступени — одна на шапку и футер»).

   To transfer into the canon: in 14b-footer.css change the block
   `@media (max-width: 430px)` to `@media (max-width: 519.98px)` and drop this
   file from build.mjs (the link is added by `shell` next to 14b-footer.css). */

@media (min-width: 430.02px) and (max-width: 519.98px) {
  .ftr-inner { height: 96px; }

  .ftr-corner { height: 88px; }
  .ftr-corner--l { width: 15.942%; }
  .ftr-corner--r { width: 66px; }

  .ftr-lockup {
    left: calc(50% + 0.5px);
    width: 201px;
    height: 40px;
  }
}
