
/* GRDN V16 header consistency hotfix */
.site-header .nav-wrap{position:relative;max-width:1240px}
.site-header .nav-links{white-space:nowrap;min-width:0}
@media (min-width:1081px){
  .site-header .nav-links{display:flex!important;align-items:center;gap:14px!important;margin-left:auto;font-size:12px!important}
  .site-header .top-cta{display:inline-flex!important;align-items:center;white-space:nowrap;padding:11px 13px!important;font-size:11px!important}
  .site-header .menu-btn{display:none!important}
}
@media (min-width:1081px) and (max-width:1220px){
  .site-header .brand-text{display:none!important}
  .site-header .nav-wrap{gap:16px!important}
  .site-header .nav-links{gap:11px!important;font-size:11px!important}
}
@media (max-width:1080px){
  .site-header .nav-links,.site-header .top-cta{display:none!important}
  .site-header .menu-btn{display:block!important;margin-left:auto}
  .site-header.open .nav-links{display:flex!important;position:absolute;left:0;right:0;top:82px;z-index:100;background:#fff;flex-direction:column;align-items:stretch;gap:0!important;padding:14px 20px 18px;border-bottom:1px solid #d9e2e8;box-shadow:0 18px 35px rgba(0,27,59,.12)}
  .site-header.open .nav-links a{display:block;padding:12px 4px;border-bottom:1px solid #eef2f4}
  .site-header.open .nav-links a:last-child{border-bottom:0}
}


/* V18 canonical header + component QA */
.site-header .nav-wrap{height:82px!important;width:min(100% - 40px,1240px)!important;margin-inline:auto!important;display:flex!important;align-items:center!important;gap:20px!important}
.site-header .brand{display:flex!important;align-items:center!important;gap:10px!important;flex:0 0 auto!important;white-space:nowrap!important}
.site-header .brand img{width:54px!important;height:54px!important;object-fit:contain!important}
.site-header .brand-text{display:block!important;line-height:1!important}
.site-header .brand-text strong{display:block!important;font-size:20px!important;letter-spacing:.045em!important;line-height:1!important;color:#001b3b!important}
.site-header .brand-text span{display:block!important;margin-top:5px!important;color:#55801f!important;font-size:9px!important;font-weight:900!important;letter-spacing:.24em!important;line-height:1!important}
.site-header .nav-links{display:flex;align-items:center;margin-left:auto!important;margin-right:auto!important;gap:18px!important;font-size:13px!important;font-weight:800!important}
.site-header .nav-links a{white-space:nowrap!important}
.site-header .top-cta{flex:0 0 auto!important;white-space:nowrap!important;padding:12px 14px!important;font-size:11px!important}
.site-header .menu-btn{margin-left:auto!important}

/* Keep title + supporting copy visually separated in process/proof cards. */
.proof-row>div{display:flex!important;flex-direction:column!important;gap:5px!important;min-width:0!important}
.proof-row b{display:block!important;font-size:13px!important;line-height:1.25!important}
.proof-row span{display:block!important;font-size:11px!important;line-height:1.4!important;color:#61788d!important}
.proof-row{grid-template-columns:42px minmax(0,1fr) auto!important}

/* Canonical footer */
.subfooter{background:#00152f!important;color:#c5d3df!important}
.subfooter .footer{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;flex-wrap:wrap!important;padding:24px 0!important;font-size:11px!important}
.subfooter .footer-brand{display:flex!important;align-items:center!important;gap:10px!important;color:#fff!important}
.subfooter .footer-brand img{width:42px!important;height:42px!important;object-fit:contain!important}
.subfooter .footer-links-canonical{display:flex!important;gap:16px!important;align-items:center!important;flex-wrap:wrap!important}
.subfooter a{color:#fff!important;text-decoration:none!important}
.subfooter a:hover{text-decoration:underline!important;text-underline-offset:3px!important}

/* Floating accessibility preferences control. Enhances presentation; not a compliance substitute. */
.a11y-toggle{position:fixed;right:18px;bottom:18px;z-index:9997;width:48px;height:48px;border-radius:50%;border:2px solid #fff;background:#001b3b;color:#fff;font-weight:900;font-size:20px;box-shadow:0 8px 28px rgba(0,27,59,.3);cursor:pointer}
.a11y-panel{position:fixed;right:18px;bottom:76px;z-index:9998;width:min(320px,calc(100vw - 36px));background:#fff;color:#001b3b;border:1px solid #cbd8df;border-radius:12px;box-shadow:0 18px 50px rgba(0,27,59,.25);padding:18px;display:none}
.a11y-panel.open{display:block}.a11y-panel h2{font-size:18px!important;margin:0 0 12px!important}.a11y-panel p{font-size:12px!important;color:#526a80!important;line-height:1.45!important}
.a11y-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.a11y-actions button{min-height:44px;border:1px solid #b9c9d4;background:#f5f8f9;color:#001b3b;border-radius:7px;font-weight:800;cursor:pointer;padding:8px}
.a11y-actions button:hover{background:#edf3f5}.a11y-panel .a11y-close{position:absolute;right:10px;top:8px;border:0;background:transparent;font-size:24px;line-height:1;cursor:pointer;color:#001b3b}
html.a11y-text-lg{font-size:112.5%}html.a11y-links a{text-decoration:underline!important;text-underline-offset:3px!important}html.a11y-contrast body{filter:contrast(1.18)}html.a11y-reduce-motion *,html.a11y-reduce-motion *::before,html.a11y-reduce-motion *::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}

@media (min-width:1081px) and (max-width:1240px){
  .site-header .brand-text strong{font-size:18px!important}
  .site-header .brand-text span{font-size:8px!important}
  .site-header .nav-links{gap:12px!important;font-size:12px!important}
  .site-header .top-cta{padding:11px 12px!important;font-size:10px!important}
}
@media (max-width:1120px){
  .site-header .nav-links,.site-header .top-cta{display:none!important}
  .site-header .menu-btn{display:block!important}
  .site-header.open .nav-links{display:flex!important;position:absolute!important;left:0!important;right:0!important;top:82px!important;z-index:100!important;background:#fff!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;padding:14px 20px 18px!important;border-bottom:1px solid #d9e2e8!important;box-shadow:0 18px 35px rgba(0,27,59,.12)!important}
  .site-header.open .nav-links a{display:block!important;padding:12px 4px!important;border-bottom:1px solid #eef2f4!important}
}
@media (max-width:560px){.site-header .brand-text strong{font-size:17px!important}.site-header .brand-text span{font-size:7px!important;letter-spacing:.18em!important}.a11y-toggle{right:12px;bottom:12px}}
