/* Homepage navigation: established destinations, no account or payment changes. */
body.engagement-home>header{position:sticky;top:0;z-index:1000;padding:8px 24px 0;isolation:isolate}
body.engagement-home>header .nav{width:min(1280px,100%);display:flex;flex-direction:row;flex-wrap:nowrap!important;justify-content:space-between;gap:14px;min-height:52px;overflow:visible}
body.engagement-home .logo-wrap{flex:0 1 auto;min-width:0}
body.engagement-home .nav .logo{padding:0;gap:10px}
body.engagement-home .logo-seal{width:48px;height:48px}
body.engagement-home .nav-links{display:flex!important;flex:1;justify-content:flex-end;gap:8px}
body.engagement-home .nav-links .btn{min-width:0;min-height:44px;white-space:nowrap}
body.engagement-home .mobile-menu-btn{display:inline-flex!important;align-items:center;justify-content:center;min-width:60px;min-height:44px;font-size:14px!important;margin:0}
body.engagement-home:not(.light) .mobile-menu-btn{background:transparent!important;color:#edf2e9!important;border:1px solid #456454!important}
body.engagement-home .mobile-menu-panel{display:none!important;top:100%;right:max(16px,calc((100% - 1280px)/2));width:280px;min-width:0;max-width:calc(100vw - 24px);max-height:calc(100dvh - 150px);overflow-y:auto;position:absolute;z-index:1001}
body.engagement-home .mobile-menu-panel.open{display:flex!important}
body.engagement-home .mobile-menu-panel>a{min-height:44px;display:flex;align-items:center;justify-content:center}
body.engagement-home .member-destinations{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;max-width:1280px;margin:8px auto 0;padding:0 0 8px;border-top:1px solid #809d8c40}
body.engagement-home .member-destinations a{display:flex;align-items:center;justify-content:center;gap:12px;color:var(--text);padding:10px 12px;margin-top:8px;min-height:48px;border-radius:8px;border:1px solid #809d8c44;font-size:15px;line-height:1.3;font-weight:650}
body.engagement-home .member-destinations a small{font-size:12px;font-weight:400;color:var(--muted)}
body.engagement-home .member-destinations a:hover{background:#809d8c22;border-color:#809d8c}
body.engagement-home .member-destinations a.destination-dashboard{background:#285742;color:#f5f6ee;border-color:#517e61}
body.engagement-home .member-destinations a.destination-dashboard small{color:#dce8df}
body.engagement-home a:focus-visible,body.engagement-home button:focus-visible,body.engagement-home summary:focus-visible{outline:3px solid #caa64e;outline-offset:3px}
body.engagement-home .member-entry{margin:22px 0 8px;text-align:left}
body.engagement-home .member-entry-heading{font-size:clamp(24px,3vw,32px);letter-spacing:-.025em;margin:0 0 8px;text-align:left;color:inherit}
body.engagement-home .member-entry-intro{font-weight:400;font-size:15px;line-height:1.6;color:var(--muted);margin:0 0 20px}
body.engagement-home .member-entry-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
body.engagement-home .member-entry-card{padding:22px;border:1px solid var(--border);border-radius:12px;background:var(--panel);color:var(--text);display:flex;flex-direction:column;align-items:flex-start;gap:10px}
body.engagement-home .member-entry-card h3{margin:0;font-size:20px;letter-spacing:-.02em}
body.engagement-home .member-entry-card p{font-size:14px;line-height:1.6;font-weight:400;color:var(--muted);margin:0 0 8px}
body.engagement-home .member-entry-card a{margin-top:auto;min-height:44px;display:inline-flex;align-items:center;color:#e4ca79;font-size:14px;font-weight:650;text-decoration:underline;text-underline-offset:5px}
body.engagement-home .member-entry-card:first-child{border-color:#809d8c;background:#204534}
body.engagement-home .member-entry-card:first-child h3{color:#f5f6ee}
body.engagement-home .member-entry-card:first-child p{color:#dce8df}
body.engagement-home .noticeboard-preview{margin:22px 0 8px;text-align:left}
body.engagement-home .noticeboard-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}
body.engagement-home .noticeboard-heading h2{margin:0;font-size:22px;color:inherit;text-align:left}
body.engagement-home .noticeboard-heading>a{color:inherit;min-height:44px;display:inline-flex;align-items:center;font-size:14px;text-decoration:underline;text-underline-offset:4px}
body.engagement-home .noticeboard-preview .featured-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
body.engagement-home .noticeboard-preview .featured-card{grid-column:auto;background:var(--panel);border:1px solid var(--border);box-shadow:none;padding:20px;min-height:160px;color:var(--text)}
body.engagement-home .noticeboard-preview .featured-card h3{font-size:16px;line-height:1.45;color:inherit}
body.engagement-home .noticeboard-preview .featured-card .btn{font-size:12px!important;min-width:0!important;min-height:44px;padding:10px!important}
body.engagement-home .noticeboard-preview .featured-card img{max-height:160px;object-fit:cover}
body.engagement-home.light .member-entry-card{background:#fff;color:#173f35;border-color:#c9d7cd}
body.engagement-home.light .member-entry-card:first-child{background:#e9f0e7;border-color:#799886}
body.engagement-home.light .member-entry-card h3{color:#173f35}
body.engagement-home.light .member-entry-card p,body.engagement-home.light .member-entry-intro{color:#476153}
body.engagement-home.light .member-entry-card a{color:#285742}
body.engagement-home.light .noticeboard-preview .featured-card{background:#fff;color:#173f35;border-color:#c9d7cd}
body.engagement-home .homepage-skip{position:fixed;top:-100px;left:16px;z-index:12000;padding:12px 18px;background:#e4ca79;color:#173f35;border-radius:6px}
body.engagement-home .homepage-skip:focus{top:8px}
body.engagement-home #main-content{scroll-margin-top:155px}
@media(max-width:760px){
body.engagement-home>header{padding:5px 10px 0}
body.engagement-home>header .nav{gap:8px;min-height:46px}
body.engagement-home .logo-seal{width:40px;height:40px}
body.engagement-home .site-wordmark strong{font-size:19px}
body.engagement-home .nav .logo{gap:5px}
body.engagement-home .nav-links{flex:1;gap:0}
body.engagement-home .nav-links .theme-toggle{display:none}
body.engagement-home .nav-links .btn{font-size:12px!important;padding:8px 10px!important}
body.engagement-home .mobile-menu-btn{font-size:12px!important;padding:8px!important;min-width:50px}
body.engagement-home .member-destinations{gap:6px;margin-top:4px;padding-bottom:7px}
body.engagement-home .member-destinations a{font-size:13px;padding:9px 4px;min-height:44px;margin-top:6px}
body.engagement-home .member-destinations a small{display:none}
body.engagement-home .member-entry-grid{grid-template-columns:1fr;gap:10px}
body.engagement-home .member-entry-card{padding:18px;gap:6px}
body.engagement-home .member-entry-card h3{font-size:19px}
body.engagement-home .member-entry-card p{margin:0}
body.engagement-home .noticeboard-preview .featured-grid{grid-template-columns:1fr}
body.engagement-home .noticeboard-preview .featured-card{min-height:0;padding:18px}
body.engagement-home .noticeboard-heading{align-items:flex-start;flex-direction:column;gap:0}
body.engagement-home .back-to-top-mobile{bottom:16px}
}
@media(prefers-reduced-motion:reduce){body.engagement-home *{scroll-behavior:auto!important}}
/* Legacy overflow:hidden made body a scroll container and disabled sticky headers. */
html:has(>body.engagement-home),body.engagement-home{overflow-x:clip}
/* Keep the brand header evergreen in either reading theme. */
body.engagement-home.light>header{background:#10251ff5;border-bottom-color:#345246}
body.engagement-home .member-destinations a{color:#edf2e9}
body.engagement-home .member-destinations a small{color:#bacbc0}
body.engagement-home .nav-links .theme-toggle{color:#d7e3db;background:transparent}
body.engagement-home.light .mobile-menu-btn{background:transparent!important;color:#edf2e9!important;border:1px solid #456454!important}
