
/* v69 synchronization: shared nav + search dropdown + universal Choose Your Path */
:root{--su-navy:#07183f;--su-ink:#0e172f;--su-muted:#667085;--su-line:#d9e3ef;--su-bg:#f6f8fb;--su-gold:#d2aa46;--su-card:#fff;--su-shadow:0 18px 44px rgba(15,24,48,.09)}
.site-header{height:96px!important;padding:0 28px!important;display:grid!important;grid-template-columns:minmax(160px,260px) minmax(320px,1fr) minmax(180px,260px)!important;align-items:center!important;gap:18px!important;background:rgba(255,255,255,.98)!important;border-bottom:1px solid rgba(15,23,42,.07)!important;box-shadow:0 8px 22px rgba(15,23,42,.04)!important;z-index:10000!important}
.site-header .brand{width:220px!important;max-width:220px!important;display:flex!important;align-items:center!important}
.site-header .brand img{width:100%!important;height:auto!important;display:block!important;object-fit:contain!important}
.site-header .header-view-switch{display:flex!important;justify-content:center!important;align-items:flex-end!important;gap:48px!important;margin:0 auto!important;width:100%!important;background:transparent!important;border:0!important;box-shadow:none!important}
.site-header .header-view-switch .view-tab{appearance:none!important;background:transparent!important;border:0!important;border-bottom:7px solid transparent!important;border-radius:0!important;box-shadow:none!important;min-height:84px!important;padding:8px 10px 13px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:6px!important;color:var(--su-ink)!important;cursor:pointer!important}
.site-header .header-view-switch .view-tab[aria-pressed="true"],.site-header .header-view-switch .view-tab.active{border-color:var(--su-gold)!important}
.site-header .header-view-switch .view-icon{font-size:42px!important;line-height:1!important}
.site-header .header-view-switch .view-tab b{font-size:clamp(22px,2.3vw,34px)!important;line-height:1!important;letter-spacing:-.052em!important;color:var(--su-ink)!important;font-weight:950!important}
.site-header .header-view-switch .view-tab small{display:none!important}
.site-header .top-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:12px!important}
.site-header .get-involved-trigger,.site-header .top-get-started{background:var(--su-navy)!important;color:#fff!important;border-radius:999px!important;min-height:58px!important;padding:0 28px!important;font-size:18px!important;font-weight:950!important;text-decoration:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:0!important;box-shadow:0 12px 28px rgba(7,24,63,.16)!important;white-space:nowrap!important}
.site-header .round-menu{width:58px!important;height:58px!important;border-radius:999px!important;border:1px solid var(--su-line)!important;background:#fff!important;display:grid!important;place-items:center!important;font-size:24px!important;color:var(--su-ink)!important;box-shadow:0 8px 22px rgba(15,23,42,.06)!important}

/* homepage search dropdown: not sticky, full suggested routes and searches */
body.v64-home .home-search-shell{position:relative!important;overflow:visible!important;z-index:20000!important}
body.v64-home .search-dropdown{position:absolute!important;top:calc(100% + 18px)!important;left:0!important;right:0!important;z-index:30000!important;background:#fff!important;border:1px solid var(--su-line)!important;border-radius:34px!important;box-shadow:0 26px 80px rgba(8,18,39,.28)!important;padding:22px!important;max-height:min(70vh,720px)!important;overflow:auto!important;display:none!important}
body.v64-home .search-dropdown.open{display:block!important}
body.v64-home .search-dropdown .v69-search-title{margin:10px 10px 14px;color:#737f94;text-transform:uppercase;letter-spacing:.16em;font-size:13px;font-weight:950}
body.v64-home .v69-path-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:20px}
body.v64-home .v69-path-option{display:grid;grid-template-columns:56px 1fr auto;gap:14px;align-items:center;padding:16px;border-radius:24px;border:1px solid #e5ebf4;background:#fff;text-align:left;color:var(--su-ink);cursor:pointer;min-height:104px}
body.v64-home .v69-path-option:hover{background:#f8fbff;border-color:#c8d7ea;transform:translateY(-1px)}
body.v64-home .v69-path-option i{width:56px;height:56px;border-radius:18px;background:#f1f5fb;display:grid;place-items:center;font-style:normal;font-size:28px}
body.v64-home .v69-path-option b{display:block;font-size:20px;letter-spacing:-.035em;line-height:1.05;color:var(--su-ink)}
body.v64-home .v69-path-option small{display:block;margin-top:5px;color:#667085;line-height:1.35;font-size:14px}
body.v64-home .v69-search-chip-row{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 18px}
body.v64-home .v69-search-chip{padding:12px 16px;border-radius:999px;border:1px solid #e4ebf5;background:#f8fafc;color:var(--su-ink);font-weight:900;cursor:pointer}
body.v64-home .v69-search-chip:hover{background:#eef4ff;border-color:#c8d7ea}
body.v64-home .v69-nav-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:6px}
body.v64-home .v69-nav-option{display:flex;align-items:center;gap:14px;padding:16px;border-radius:22px;background:#fff;border:1px solid #e5ebf4;text-align:left;color:var(--su-ink);cursor:pointer}
body.v64-home .v69-nav-option:hover{background:#f8fbff;border-color:#c8d7ea}
body.v64-home .v69-nav-option i{width:50px;height:50px;border-radius:16px;background:#f1f5fb;display:grid;place-items:center;font-style:normal;font-size:24px}
body.v64-home .v69-nav-option b{font-size:19px;letter-spacing:-.03em}
body.v64-home .v69-nav-option small{display:block;color:#667085;margin-top:3px;line-height:1.35}

/* consistent non-home pages top spacing after larger header */
.path-page-main{padding-top:126px!important}.about-v64-main{padding-top:34px!important}.university-network-main{padding-top:34px!important}
@media(max-width:1100px){.site-header{grid-template-columns:170px 1fr 190px!important}.site-header .brand{width:170px!important}.site-header .header-view-switch{gap:22px!important}.site-header .header-view-switch .view-icon{font-size:32px!important}.site-header .header-view-switch .view-tab b{font-size:22px!important}.site-header .get-involved-trigger,.site-header .top-get-started{font-size:15px!important;padding:0 18px!important}.site-header .round-menu{width:52px!important;height:52px!important}body.v64-home .v69-path-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.site-header{height:72px!important;display:flex!important;padding:0 14px!important}.site-header .brand{width:140px!important;max-width:140px!important}.site-header .header-view-switch{display:none!important}.site-header .get-involved-trigger,.site-header .top-get-started{display:none!important}.site-header .round-menu{width:46px!important;height:46px!important}body.v64-home .search-dropdown{position:fixed!important;left:14px!important;right:14px!important;top:84px!important;max-height:calc(100dvh - 104px)!important;border-radius:26px!important;padding:14px!important}body.v64-home .v69-path-grid,body.v64-home .v69-nav-row{grid-template-columns:1fr}.path-page-main{padding-top:94px!important}}
