/* v6.9.359 — two targeted homepage corrections.
   1) extend the About fleet image exactly into the remaining divider gap;
   2) keep every active carousel product safely inside the top of the gold stage. */

/* ABOUT — the previous full-bleed rule only compensated the left inset, so the
   image's right edge still stopped ~20px before the vertical divider. Extend
   only that missing amount; do not move the divider or the right-hand cards. */
@media (min-width:1501px){
  #fueltek-introduction .fueltek-story-image-v227{
    width:calc(100% + 54px)!important;
    margin-left:-34px!important;
    margin-right:-20px!important;
  }
}
@media (min-width:1181px) and (max-width:1500px){
  #fueltek-introduction .fueltek-story-image-v227{
    width:calc(100% + 48px)!important;
    margin-left:-28px!important;
    margin-right:-20px!important;
  }
}

/* HERO — v6.9.67 intentionally enlarged/raised the active units. On the tall
   cabinet products that now lets the image cross the stage's top edge. Keep
   their approved bottom anchor and CTA spacing, but reduce only the active
   scale so the complete unit remains visible inside the gold image. */
@media (min-width:1181px){
  .hero#home .stage-image-mode .ft400-product,
  .hero#home .stage-image-mode .ft4000ap-product,
  .hero#home .stage-image-mode .ft4000hsp-product,
  .hero#home .stage-image-mode .ft4000ab-product{
    --active-scale:.86!important;
  }

  .hero#home .stage-image-mode .ft4000aptwin-product{
    --active-scale:.80!important;
  }

  .hero#home .stage-image-mode .pedestal-product{
    --active-scale:.90!important;
  }

  /* Shorter products were not the source of the clipping; keep them visually
     strong while still applying a small safety cap for unusually short screens. */
  .hero#home .stage-image-mode .tankwatch-product{
    --active-scale:1.04!important;
  }
  .hero#home .stage-image-mode .nozzle-product{
    --active-scale:.90!important;
  }
}
