/* ========================================================================
   GaliVue V5.1.151 — TABLET PUBLIC HEADER TOP-EDGE CLEANUP
   Public homepage presentation only.

   V5.1.150 remains the stable workflow / confirmation baseline.
   This owner removes the unnecessary floating white strip above the rounded
   public header on tablet-sized browser viewports. It deliberately changes
   only the header's top offset; width, height, controls, hero, auth state,
   workspace shell and all app workflows stay untouched.
   ======================================================================== */

@media (min-width:701px) and (max-width:1100px){
  body.gvf-homepage-v5180 .marketing-header{
    /* Browser tabs do not need the old 10px floating offset. Installed/full-
       screen devices still receive a real safe-area inset when one exists. */
    top:env(safe-area-inset-top, 0px)!important;
  }
}
