/* AVIX Water v141 — utility pages inherit the exact Home geometry.
   IMPORTANT: no utility-specific width is declared here.
   .avix-legal-shell and utility pre-footer containers already carry .av5-container,
   so the exact same responsive cascade used by Home controls every gutter. */

:root{--avix-v139-linkedin:#2F9DBD;}

/* Do not override .av5-container width on utility pages.
   This is intentional: v74/v94/v98 and subsequent global layers now apply identically. */
html body.avix-editorial-utility .avix-legal-shell,
html body.avix-editorial-utility .avix-utility-prefooter > .av5-container{
  margin-inline:auto!important;
}

/* With shared fixed/sticky chrome, keep the document clear of the header. */
@media (min-width:768px){
  html body.avix-editorial-utility main#main-content{padding-top:116px!important;}
}

/* Slightly larger announcement globally, including utility pages. */
@media (max-width:767px){
  html body:not(.page-diagram) .av5-topline .av5-topline-centre span{
    display:inline!important;font-size:11.2px!important;line-height:1!important;
    letter-spacing:.012em!important;font-weight:780!important;white-space:nowrap!important;
  }
  html body:not(.page-diagram) .av5-topline .av5-topline-centre{gap:0!important;padding-inline:8px!important;}
  html body:not(.page-diagram) .av5-topline .av5-topline-centre i{
    display:block!important;flex:0 0 3px!important;width:3px!important;height:3px!important;
    margin-inline:10px!important;border-radius:50%!important;
  }
  html body.avix-editorial-utility main#main-content{padding-top:98px!important;}
}
@media (max-width:380px){
  html body:not(.page-diagram) .av5-topline .av5-topline-centre span{font-size:10.5px!important;}
  html body:not(.page-diagram) .av5-topline .av5-topline-centre i{margin-inline:7px!important;}
}
@media (max-width:340px){
  html body:not(.page-diagram) .av5-topline .av5-topline-centre span{font-size:9.4px!important;letter-spacing:.005em!important;}
  html body:not(.page-diagram) .av5-topline .av5-topline-centre i{margin-inline:5px!important;}
  html body:not(.page-diagram) .av5-topline .av5-topline-centre{padding-inline:6px!important;}
}

/* LinkedIn belongs visually to Contact, not to the CTA system. */
html body .avix-global-footer .avix-footer-linkedin{color:var(--avix-v139-linkedin)!important;}
html body .avix-global-footer .avix-footer-linkedin::before{content:none!important;display:none!important;}
html body .avix-global-footer .avix-footer-linkedin:hover,
html body .avix-global-footer .avix-footer-linkedin:focus-visible{color:#4BC8EF!important;}
