/* Nendaz Landing Page v3 — V14 mobile viewport baseline.
   Mobile-only infrastructure. Desktop presentation remains owned by existing styles. */
:root{
  --dn8-mobile-height:100svh;
  --dn8-safe-top:env(safe-area-inset-top,0px);
  --dn8-safe-right:env(safe-area-inset-right,0px);
  --dn8-safe-bottom:env(safe-area-inset-bottom,0px);
  --dn8-safe-left:env(safe-area-inset-left,0px);
}
@supports (height:100dvh){
  :root{--dn8-mobile-height:100dvh}
}
@media (max-width:620px){
  html,body{max-width:100%;overflow-x:hidden}
  body.interaction-modal-open{overflow:hidden;overscroll-behavior:none}
  #enquiries:not([hidden]){
    height:var(--dn8-mobile-height);
    max-height:var(--dn8-mobile-height);
    overscroll-behavior:none;
  }
}
@media (max-width:620px){
  body.dn8-wizard-open{overflow:hidden;overscroll-behavior:none}
}
