/* Direct navigation: all destinations visible, one contribution action. */
body.engagement-home>header .nav{grid-template-columns:auto minmax(0,1fr) auto;gap:14px}
body.engagement-home .member-destinations{gap:2px}
body.engagement-home .member-destinations :is(a,button){display:flex;align-items:center;justify-content:center;box-sizing:border-box;min-height:44px;margin:0;padding:9px 11px;border:1px solid transparent;border-radius:7px;background:transparent;color:var(--text,#edf4ed);font:inherit;font-size:14px;font-weight:650;line-height:1.2;text-decoration:none;white-space:nowrap;cursor:pointer}
body.engagement-home .member-destinations :is(a,button):hover{background:rgba(226,198,111,.12);border-color:rgba(226,198,111,.35)}
body.engagement-home .member-destinations :is(a,button):focus-visible{outline:2px solid #e2c66f;outline-offset:2px}
body.engagement-home .member-destinations .destination-dashboard{background:#285744;border-color:#537c65}
body.engagement-home.light .member-destinations :is(a,button){color:#f3f6ee}
body.engagement-home .nav-links .theme-toggle{display:inline-flex!important;align-items:center;justify-content:center;min-height:44px}
@media(max-width:1150px){
 body.engagement-home>header .nav{grid-template-columns:minmax(0,1fr) auto;gap:2px 10px}
 body.engagement-home .logo-wrap{grid-column:1;grid-row:1}
 body.engagement-home .nav-links{grid-column:2;grid-row:1}
 body.engagement-home .member-destinations{grid-column:1/-1;grid-row:2;justify-content:center}
 body.engagement-home #main-content{scroll-margin-top:120px}
}
@media(max-width:600px){
 body.engagement-home>header .nav{gap:2px 6px}
 body.engagement-home .logo-seal{width:32px;height:32px}
 body.engagement-home .logo{gap:6px}
 body.engagement-home .site-wordmark strong{font-size:18px}
 body.engagement-home .nav-links{gap:2px}
 body.engagement-home .nav-links .theme-toggle{font-size:11px;padding:7px}
 body.engagement-home .member-destinations{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 4px;width:100%}
 body.engagement-home .member-destinations :is(a,button){font-size:12px;padding:6px 4px;min-height:36px}
 body.engagement-home .destination-dashboard{grid-column:3;grid-row:1}
 body.engagement-home #main-content{scroll-margin-top:140px}
}
