/* Arthamrit public mobile alignment layer — completed Phase 1 pages. */
@media (max-width:700px){
  html{width:100%;max-width:100%;overflow-x:hidden}
  body.public-modern{width:100%;max-width:100%;margin:0;overflow-x:hidden}
  body.public-modern *,body.public-modern *::before,body.public-modern *::after{box-sizing:border-box}
  body.public-modern .header,body.public-modern main,body.public-modern footer,
  body.public-modern main>section{width:100%;max-width:100%}
  body.public-modern main{overflow-x:hidden}
  body.public-modern img,body.public-modern svg{max-width:100%;height:auto}
  body.public-modern h1,body.public-modern h2,body.public-modern h3,
  body.public-modern p,body.public-modern a,body.public-modern span{overflow-wrap:anywhere}
  body.public-modern .header .brand{max-width:calc(100% - 74px)!important}
  body.public-modern .header .brand-copy{max-width:100%;overflow:hidden}
  body.public-modern .header .brand-name-main{white-space:normal;line-height:1.05}
  body.public-modern .floating-contact{right:12px!important;max-width:54px}
  body.public-modern footer .footer-inner,body.public-modern footer .footer-bottom{width:100%;max-width:100%}
}
