/* Sticky chrome keeps a stable footprint. Menus retain their full targets. */
.header-space{position:relative;z-index:30;overflow-anchor:none}
.has-sticky-header{scroll-padding-top:calc(var(--header-rest-height,118px) + 16px)}
.has-sticky-header .header-space{position:sticky;top:0;height:var(--header-rest-height);pointer-events:none}
.header-space .site-header{pointer-events:auto;transition:padding var(--motion-header) var(--motion-menu-ease)}
.brand-title{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.brand-name{transition:font-size var(--motion-header) var(--motion-menu-ease)}
.brand-portrait{transition:width var(--motion-header) var(--motion-menu-ease),height var(--motion-header) var(--motion-menu-ease)}
.brand-tagline{transition:font-size var(--motion-header) var(--motion-menu-ease)}
.course-badge{display:inline-flex;align-items:center;padding:5px 9px;background:var(--course-ink);color:var(--course-field);font:500 14px/1.2 Figtree,Arial,sans-serif;border-radius:3px;letter-spacing:0;white-space:nowrap}
.site-header.is-condensed{padding-top:10px;padding-bottom:calc(10px + var(--edge-half,12px))}
.site-header.is-condensed .brand-name{font-size:25px}
.site-header.is-condensed .brand-portrait{width:46px;height:46px}
.site-header.is-condensed .brand-tagline{font-size:12.5px}
.site-header.is-condensed nav a,.site-header.is-condensed .menu-toggle{min-height:48px}
.skip{z-index:40}
@media(max-width:1000px){
 .has-sticky-header .navigation-panel{max-height:calc(100dvh - 160px);overflow-y:auto;overscroll-behavior:contain}
}
@media(max-width:760px){
 .brand-title{gap:5px 9px}
 .course-badge{font-size:12px;padding:4px 7px}
 .site-header.is-condensed{padding-top:8px;padding-bottom:calc(8px + var(--edge-half,8px))}
 .site-header.is-condensed .brand-name{font-size:22px}
 .site-header.is-condensed .brand-portrait{width:38px;height:38px}
 .site-header.is-condensed .brand-tagline{font-size:12px}
}
@media(max-width:359px){.site-header.is-condensed .brand-name{font-size:20px}.site-header.is-condensed .brand-portrait{width:36px;height:36px}}
.header-measuring,.header-measuring :is(.brand-name,.brand-portrait,.brand-tagline),.reduce-motion .site-header,.reduce-motion :is(.brand-name,.brand-portrait,.brand-tagline){transition:none!important}
@media(prefers-reduced-motion:reduce){.header-space .site-header,.brand-name,.brand-portrait,.brand-tagline{transition:none}}
@media print{.has-sticky-header .header-space{position:static;height:auto}.site-header.is-condensed{padding:20px 0}.course-badge{border:1px solid currentColor}}
