/* Namron Care and Supports - shared styles */
html{scroll-padding-top:170px}
@media (prefers-reduced-motion: no-preference){html{scroll-behavior:smooth}}
.skip-link{position:absolute;left:-9999px;top:0;background:#25064A;color:#fff;padding:12px 18px;z-index:100;text-decoration:none;font-weight:700}
.skip-link:focus{left:0 !important}
.hp-field{position:absolute !important;left:-9999px !important;height:1px;width:1px;overflow:hidden}
/* The wide 3:1 illustration bands would shrink to an unreadable strip on a phone,
   so on narrow screens crop in on the middle instead of scaling the whole width down. */
@media (max-width:900px){
  .band-img{aspect-ratio:2/1 !important;object-fit:cover !important;object-position:center !important}
}
@media (max-width:560px){
  .band-img{aspect-ratio:16/9 !important}
}
img{max-width:100%;box-sizing:border-box}
/* The original grids use minmax(280-320px,1fr), which cannot shrink below that floor and so
   overflows a 320px-wide phone. Collapse every grid to one column on the narrowest screens. */
@media (max-width:430px){
  [style*="grid-template-columns"]{grid-template-columns:1fr !important}
}

/* ============ Mobile header (below 900px) ============
   One compact bar plus a dropdown, so content is visible the moment you land.
   Everything here is inside a media query: the desktop header is unchanged. */
.hdr-mobile,.hdr-panel{display:none}
@media (max-width:899px){
  .hdr-utility,.hdr-desktop,.hdr-sub{display:none !important}
  /* position:sticky only sticks inside its parent's box, and the header's own wrapper is
     no taller than the header, so the stickiness has to live on the wrapper instead. */
  .hdr-shell{position:sticky;top:0;z-index:50}
  .site-header{position:static !important;padding:9px 14px !important}
  html{scroll-padding-top:84px}
  .hdr-mobile{display:flex !important;align-items:center;justify-content:space-between;gap:10px;
    max-width:1200px;margin:0 auto}
  .hdr-m-logo{display:block;flex:0 0 auto}
  .hdr-m-logo img{height:38px;width:auto;display:block}
  .hdr-m-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}
  .hdr-m-call,.hdr-m-menu{display:inline-flex;align-items:center;justify-content:center;gap:9px;
    min-height:46px;padding:0 15px;border-radius:8px;font-family:'Montserrat',sans-serif;
    font-weight:700;font-size:16px;text-decoration:none;cursor:pointer;white-space:nowrap}
  .hdr-m-call{background:#F88028;color:#25064A;border:2px solid #F88028}
  .hdr-m-menu{background:#fff;color:#25064A;border:2px solid #25064A}
  .hdr-m-bars{position:relative;display:block;width:18px;height:2px;background:currentColor}
  .hdr-m-bars::before,.hdr-m-bars::after{content:"";position:absolute;left:0;width:18px;height:2px;
    background:currentColor}
  .hdr-m-bars::before{top:-6px}
  .hdr-m-bars::after{top:6px}
  [aria-expanded="true"] .hdr-m-bars{background:transparent}
  [aria-expanded="true"] .hdr-m-bars::before{top:0;transform:rotate(45deg)}
  [aria-expanded="true"] .hdr-m-bars::after{top:0;transform:rotate(-45deg)}
  .hdr-panel{display:block;position:absolute;top:100%;left:0;right:0;background:#fff;
    border-top:1px solid #E4DCC6;border-bottom:4px solid #F88028;
    box-shadow:0 16px 30px rgba(37,6,74,.20);padding:4px 14px 16px;
    box-sizing:border-box;max-height:calc(100vh - 70px);max-height:calc(100dvh - 70px);
    overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:60}
  .hdr-panel[hidden]{display:none}
  .hdr-p-link{display:flex;align-items:center;min-height:54px;padding:0 8px;font-size:19px;
    font-weight:600;color:#1E1B22;text-decoration:none;border-bottom:1px solid #EFE8DA}
  .hdr-p-link.is-current,.hdr-p-sublink.is-current{color:#25064A;font-weight:800;
    box-shadow:inset 4px 0 0 #F88028;padding-left:16px}
  .hdr-p-subs{display:flex;flex-direction:column;padding-top:8px}
  .hdr-p-sublink{display:flex;align-items:center;min-height:48px;padding:0 8px;font-size:17px;
    font-weight:600;color:#3F6132;text-decoration:none}
  .hdr-p-cta{display:flex;align-items:center;justify-content:center;min-height:56px;
    margin:14px 0 2px;background:#F88028;color:#25064A;font-family:'Montserrat',sans-serif;
    font-weight:800;font-size:19px;text-decoration:none;border-radius:8px}
  .hdr-p-meta{margin:12px 0 0;font-size:14px;line-height:1.6;color:#57505E}
}
a,button{transition:background-color .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease}
@media (prefers-reduced-motion: reduce){a,button{transition:none}}

/* generated hover / focus styles */
.hv0:hover{background:#DA6A16 !important}
.hv1:hover{background:#3D1173 !important}
.hv2:hover{border-color:#3F6132 !important;box-shadow:0 6px 20px rgba(44,11,78,.10) !important}
.hv3:hover{box-shadow:0 10px 26px rgba(37,6,74,.22) !important;transform:translateY(-2px) !important}
.hv4:hover{border-color:#A85207 !important;box-shadow:0 6px 20px rgba(44,11,78,.10) !important}
.hv5:hover{background:#F6EFDC !important}
.hv6:hover{background:#EDE7F3 !important}
.fc0:focus{left:0 !important}
