/* CRAL is the site's identity. Institutional references live in the footer. */
.masthead{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:26px;padding-block:16px}
.masthead .brand{justify-self:start}.masthead .brand>img{width:76px;height:76px}
.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:14px}
.mobile-search-toggle{display:flex;align-items:center;justify-content:center;width:44px;min-width:44px;height:44px;padding:10px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink)}
.mobile-search-toggle svg{width:21px;height:21px}
.mobile-search-toggle:hover,.menu-toggle:hover{background:var(--sky)}
.mobile-header-search:not([hidden]){display:block;padding-block:16px;background:#f0f5f7;border-block:1px solid var(--line)}
.mobile-header-search[hidden]{display:none}
.mobile-header-search .mobile-search{display:flex;align-items:center;gap:10px;margin:0 auto;max-width:700px;padding:7px 12px;border:1px solid var(--line);border-radius:8px;background:#fff}
.mobile-header-search input{width:100%;min-width:0;min-height:32px;border:0;background:none;color:var(--ink);font-size:16px}
.mobile-header-search button{min-width:44px;min-height:44px;padding:0;border:0;background:none;color:var(--blue)}
.site-footer .community-note h2{font-size:13px;line-height:1.5;letter-spacing:0;margin:0 0 12px}
.site-footer .community-note p{font-size:12px;line-height:1.7;margin:0 0 15px;text-align:left}
.community-logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 14px;padding:12px;background:#fff;border-radius:8px}
.community-logos img{display:block;flex:0 1 134px;width:134px;max-width:100%;height:52px;object-fit:contain}
@media(min-width:851px) and (max-width:1100px){
 .masthead{gap:20px}.masthead .brand{gap:11px}.masthead .brand>img{width:72px;height:72px}.masthead .brand strong{font-size:18px}.masthead .brand strong>span{font-size:16px}.masthead .brand small{font-size:7px}
 .header-actions{gap:10px}.header-join{font-size:11px;padding-inline:14px;gap:10px}
}
@media(max-width:850px){
 .masthead{grid-template-columns:minmax(0,1fr) auto;gap:8px;padding-block:13px;min-height:74px}
 .masthead .brand{gap:8px;min-width:0}.masthead .brand>img{width:42px;height:48px}
 .header-actions{gap:4px}.header-actions .mobile-search-toggle{border:0}.header-actions .menu-toggle{width:44px;min-width:44px;height:44px}
 .mobile-menu:not([hidden]){max-height:calc(100dvh - 120px)}
 .mobile-footer .community-note{border-top:1px solid #dce5eb;padding-block:19px 20px}
 .site-footer .mobile-footer .community-note h2{font-size:12px;margin-bottom:8px}
 .site-footer .mobile-footer .community-note p{font-size:11px;line-height:1.7;color:#526879;margin-bottom:12px;max-width:48ch}
 .mobile-footer .community-logos{justify-content:space-evenly;flex-wrap:nowrap;gap:16px;padding:9px 12px;max-width:350px}
 .mobile-footer .community-logos img{flex:0 1 134px;width:calc((100% - 16px)/2);min-width:0;height:48px}
}
@media(max-width:360px){.masthead .brand>img{width:38px;height:44px}.masthead{gap:6px}.header-actions{gap:0}.mobile-footer .community-logos{gap:12px}}
