/* v541U — Home mobile text balance + Why plane crop correction.
   Scope: Home mobile/tablet only. Desktop display stays untouched. */

@media (max-width: 860px){
  body.home-page .why-vge-fixed-frame-v341G,
  body.home-page .why-vge-fixed-frame-v343G{
    /* Smaller, more centered plane so the nose/head is not cropped on mobile. */
    background-size: auto 64% !important;
    background-position:
      var(--why-vge-mobile-plane-x, 40%)
      calc(54% + var(--why-vge-mobile-plane-y, 0px)) !important;
  }

  body.home-page .why-vge-fixed-inner-v341G,
  body.home-page .why-vge-fixed-inner-v343G{
    min-height: 470px !important;
    padding: 22px 20px 76px !important;
  }

  body.home-page .why-vge-fixed-copy-v341G,
  body.home-page .why-vge-fixed-copy-v343G{
    max-width: 100% !important;
  }

  body.home-page .why-vge-fixed-copy-v341G .why-vge-fixed-kicker-v341G,
  body.home-page .why-vge-fixed-copy-v343G .why-vge-fixed-kicker-v341G{
    font-size: 12px !important;
    line-height: 1.2 !important;
    letter-spacing: .08em !important;
    margin-bottom: 10px !important;
  }

  body.home-page .why-vge-fixed-copy-v341G h2,
  body.home-page .why-vge-fixed-copy-v343G h2{
    font-size: clamp(22px, 5.6vw, 29px) !important;
    line-height: 1.1 !important;
    letter-spacing: -.035em !important;
    max-width: 430px !important;
    margin-bottom: 10px !important;
  }

  body.home-page .why-vge-fixed-copy-v341G p,
  body.home-page .why-vge-fixed-copy-v343G p,
  body.home-page .why-vge-fixed-points-v341G,
  body.home-page .why-vge-fixed-points-v343G,
  body.home-page .why-vge-fixed-points-v341G li,
  body.home-page .why-vge-fixed-points-v343G li{
    font-size: 13.5px !important;
    line-height: 1.48 !important;
    letter-spacing: -.01em !important;
  }

  body.home-page .why-vge-fixed-copy-v341G p,
  body.home-page .why-vge-fixed-copy-v343G p{
    max-width: 430px !important;
    margin-bottom: 12px !important;
  }

  body.home-page .why-vge-fixed-points-v341G,
  body.home-page .why-vge-fixed-points-v343G{
    max-width: 460px !important;
    gap: 6px !important;
    padding-left: 18px !important;
  }

  body.home-page .why-vge-fixed-points-v341G li,
  body.home-page .why-vge-fixed-points-v343G li{
    margin: 0 !important;
    padding-left: 2px !important;
  }

  body.home-page .why-vge-fixed-action-v341G{
    left: 18px !important;
    right: 18px !important;
    bottom: 14px !important;
    min-height: 42px !important;
    padding: 8px 12px !important;
    font-size: 12px !important;
    line-height: 1.1 !important;
    border-radius: 14px !important;
  }

  body.home-page .why-vge-fixed-action-v341G span{
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  /* Compact the Home footer text so it visually matches the mobile content scale. */
  body.home-page .footer{
    padding-top: 18px !important;
    padding-bottom: calc(104px + env(safe-area-inset-bottom,0px)) !important;
    font-size: 12.5px !important;
    line-height: 1.38 !important;
  }

  body.home-page .footer .container.footer-grid,
  body.home-page .footer .container.footer-grid-3,
  body.home-page .footer-grid,
  body.home-page .footer-grid-3{
    gap: 10px 16px !important;
  }

  body.home-page .footer-logo img,
  body.home-page .footer .footer-logo img{
    max-width: 126px !important;
    margin-bottom: 2px !important;
  }

  body.home-page .footer p,
  body.home-page .footer a,
  body.home-page .footer .small,
  body.home-page .footer-social-link{
    font-size: 12.5px !important;
    line-height: 1.42 !important;
  }

  body.home-page .footer p{
    margin: 4px 0 0 !important;
  }

  body.home-page .footer strong{
    font-size: 13px !important;
    line-height: 1.15 !important;
    margin-bottom: 4px !important;
  }

  body.home-page .footer .small{
    font-size: 11.5px !important;
    line-height: 1.4 !important;
  }
}

@media (max-width: 480px){
  body.home-page .why-vge-fixed-frame-v341G,
  body.home-page .why-vge-fixed-frame-v343G{
    min-height: 470px !important;
    background-size: auto 58% !important;
    background-position:
      var(--why-vge-mobile-plane-x, 39%)
      calc(58% + var(--why-vge-mobile-plane-y, 0px)) !important;
  }

  body.home-page .why-vge-fixed-inner-v341G,
  body.home-page .why-vge-fixed-inner-v343G{
    min-height: 470px !important;
    padding: 20px 18px 74px !important;
  }

  body.home-page .why-vge-fixed-copy-v341G p,
  body.home-page .why-vge-fixed-copy-v343G p,
  body.home-page .why-vge-fixed-points-v341G,
  body.home-page .why-vge-fixed-points-v343G,
  body.home-page .why-vge-fixed-points-v341G li,
  body.home-page .why-vge-fixed-points-v343G li{
    font-size: 13px !important;
    line-height: 1.46 !important;
  }

  body.home-page .why-vge-fixed-points-v341G,
  body.home-page .why-vge-fixed-points-v343G{
    gap: 5px !important;
  }

  body.home-page .footer{
    font-size: 12px !important;
  }

  body.home-page .footer p,
  body.home-page .footer a,
  body.home-page .footer .small,
  body.home-page .footer-social-link{
    font-size: 12px !important;
  }
}

@media (max-width: 380px){
  body.home-page .why-vge-fixed-frame-v341G,
  body.home-page .why-vge-fixed-frame-v343G{
    background-size: auto 54% !important;
    background-position:
      var(--why-vge-mobile-plane-x, 37%)
      calc(60% + var(--why-vge-mobile-plane-y, 0px)) !important;
  }

  body.home-page .why-vge-fixed-copy-v341G p,
  body.home-page .why-vge-fixed-copy-v343G p,
  body.home-page .why-vge-fixed-points-v341G,
  body.home-page .why-vge-fixed-points-v343G,
  body.home-page .why-vge-fixed-points-v341G li,
  body.home-page .why-vge-fixed-points-v343G li{
    font-size: 12.4px !important;
  }
}
