/* v0.31.0: calm home page and progressive navigation. */
.hero{padding:1.05rem clamp(1rem,4vw,3rem) .95rem}
.hero-utility{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.55rem}
.hero-utility .eyebrow{margin:0;max-width:none;padding:0;font-size:.67rem}
.hero-utility-links{display:flex;align-items:center;gap:.4rem;flex:none}
.hero-utility .command-ribbon,.hero-utility .future-ribbon{position:static;margin:0;box-shadow:none;border-color:#b8c6cf;background:transparent;padding:.35rem .55rem;font-size:.69rem}
.hero-utility .future-ribbon span{display:inline-grid;place-items:center;min-width:1.25rem;height:1.25rem;border-radius:999px;background:var(--navy);color:#fff;font-size:.66rem}
.hero h1{font-size:clamp(1.8rem,2.6vw,2.35rem);margin:.1rem 0 .45rem;max-width:none}
.hero .lede{font-size:.94rem;max-width:990px;margin:.2rem 0 .55rem}
.hero .disclosure{font-size:.73rem;margin:.2rem 0 0;padding:.38rem .58rem;border-left-width:3px;max-width:1080px}
.hero .disclosure a{font-weight:800;color:var(--navy)}
body:not(.home-route) .hero{padding-bottom:.65rem}
body:not(.home-route) .hero .lede,body:not(.home-route) .hero .disclosure{display:none}
body:not(.home-route) .hero h1{font-size:1.45rem;margin:.05rem 0}

.nav-shell{position:sticky;top:0;z-index:20}
.nav-bar{max-width:1440px;margin:auto;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;padding:0 clamp(.55rem,3vw,2rem)}
.nav-grid{display:flex;align-items:stretch;gap:.15rem;min-width:0;overflow-x:auto;padding:.35rem 0;scrollbar-width:thin}
.nav-grid button{flex:1 1 auto;white-space:nowrap;min-width:max-content;padding:.45rem .72rem;min-height:2.2rem}
.nav-explore-toggle{align-self:center;border:1px solid #7891a4;border-radius:.35rem;background:#29465f;color:#fff;padding:.48rem .72rem;margin-left:.5rem;font:800 .76rem/1.2 system-ui;cursor:pointer;white-space:nowrap}
.nav-explore-toggle:hover,.nav-explore-toggle:focus,.nav-explore-toggle.active{background:#fff;color:var(--navy);outline:2px solid #a8c4d7;outline-offset:1px}
.nav-explore{max-width:1440px;max-height:min(68vh,720px);overflow:auto;margin:auto;background:#f7f9fa;color:var(--ink);border-top:1px solid #8fa4b4;box-shadow:0 9px 20px #17222c2b;padding:.85rem clamp(1rem,4vw,3rem) 1rem}
.nav-explore[hidden]{display:none}
.nav-explore-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;border-bottom:1px solid var(--line);padding-bottom:.55rem;margin-bottom:.65rem}
.nav-explore-heading strong,.nav-explore-heading span{display:block}.nav-explore-heading strong{color:var(--navy);font-size:.95rem}.nav-explore-heading span{font-size:.72rem;color:var(--muted)}
.nav-explore-heading button{border:1px solid #9db0be;background:#fff;color:var(--navy);border-radius:.3rem;padding:.35rem .55rem;font-weight:800;cursor:pointer}
.nav-explore-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}
.nav-explore-groups section{border:1px solid var(--line);border-radius:.4rem;background:#fff;padding:.65rem;min-width:0}
.nav-explore-groups h3{font-size:.78rem;margin:0 0 .4rem;text-transform:uppercase;letter-spacing:.045em}
.nav-explore-groups section>div{display:flex;flex-wrap:wrap;gap:.28rem}
.nav-explore-groups a{border:1px solid #c5d0d7;border-radius:999px;color:var(--navy);padding:.27rem .42rem;font-size:.68rem;font-weight:750;text-decoration:none;background:#fafcfd}
.nav-explore-groups a:hover,.nav-explore-groups a:focus{background:var(--navy);color:#fff}

#start{padding-top:1rem}
#start>.wp-local-nav{display:none}
#start>.report-asof-banner{margin-bottom:.75rem;padding:.42rem .62rem;font-size:.69rem;background:#f7fafb}
.home-welcome{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);gap:1rem;align-items:stretch;margin-bottom:.8rem}
.home-welcome-copy{padding:.1rem 0}.home-kicker{text-transform:uppercase;letter-spacing:.075em;color:var(--blue);font-size:.66rem;font-weight:850;margin:0 0 .18rem}
.home-welcome h2{margin:.05rem 0 .3rem;font-size:clamp(1.45rem,2vw,1.9rem)}
.home-welcome-copy>p:last-child{margin:.2rem 0;max-width:760px;color:#40515e;font-size:.9rem}
.home-status{border:1px solid #bdccd5;border-left:5px solid var(--blue);background:#f4f8fa;padding:.7rem .8rem;font-size:.74rem}
.home-status strong,.home-status span,.home-status a{display:block}.home-status strong{color:var(--navy);font-size:.78rem}.home-status span{margin:.25rem 0 .4rem;color:#40515e}.home-status a{font-weight:800;color:var(--navy)}

.home-choices{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.6rem;margin:.65rem 0 1.1rem}
.home-choice{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.55rem;align-items:start;border:1px solid #b7c7d1;border-radius:.5rem;padding:.72rem;background:#fff;color:var(--navy);text-decoration:none;box-shadow:0 2px 8px #17324d0d}
.home-choice:hover,.home-choice:focus{border-color:var(--blue);background:#f4f8fa;outline:2px solid #a9c4d5;outline-offset:1px}
.home-choice-number{display:grid;place-items:center;width:1.55rem;height:1.55rem;border-radius:50%;background:var(--navy);color:#fff;font-size:.73rem;font-weight:850}
.home-choice strong,.home-choice small{display:block}.home-choice strong{font-size:.84rem;line-height:1.25}.home-choice small{margin-top:.25rem;color:#536472;font-size:.68rem;line-height:1.4}

.home-process,.home-paths,.home-audiences{margin:1.15rem 0}
.home-section-heading{display:flex;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:.55rem}
.home-section-heading h3,.home-audiences h3{margin:.05rem 0;font-size:1.05rem}.home-section-heading>a{font-size:.72rem;font-weight:800;color:var(--navy)}
.home-section-heading button{border:1px solid #9db0be;border-radius:.35rem;background:#fff;color:var(--navy);padding:.4rem .55rem;font-weight:800;font-size:.72rem;cursor:pointer}
.home-process-flow{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.38rem;list-style:none;padding:0;margin:.55rem 0}
.home-process-flow li{position:relative;min-width:0}.home-process-flow li:not(:last-child)::after{content:"→";position:absolute;right:-.32rem;top:50%;transform:translateY(-50%);z-index:2;color:#698092;background:#fff;border-radius:50%;font-weight:900}
.home-process-flow a{display:block;height:100%;border:1px solid #c0cdd5;border-top:4px solid var(--blue);border-radius:.4rem;background:#fff;padding:.58rem .5rem;text-decoration:none;color:var(--navy)}
.home-process-flow a:hover,.home-process-flow a:focus{background:#f2f7fa;outline:2px solid #a9c4d5}
.home-process-flow strong,.home-process-flow span{display:block}.home-process-flow strong{font-size:.72rem;line-height:1.25}.home-process-flow span{font-size:.61rem;line-height:1.35;color:#5d6c78;margin-top:.18rem}
.home-process-boundary{font-size:.72rem;color:#4d5e6b;background:#f4f7f9;border-left:4px solid #7d94a4;padding:.48rem .6rem;margin:.55rem 0}

.home-path-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}
.home-path-grid a,.home-audiences a{display:block;border:1px solid var(--line);border-radius:.4rem;background:#fff;color:var(--navy);padding:.6rem .7rem;text-decoration:none}
.home-path-grid a:hover,.home-path-grid a:focus,.home-audiences a:hover,.home-audiences a:focus{border-color:var(--blue);background:#f4f8fa;outline:2px solid #a9c4d5}
.home-path-grid strong,.home-path-grid span,.home-audiences strong,.home-audiences span{display:block}.home-path-grid strong,.home-audiences strong{font-size:.78rem}.home-path-grid span,.home-audiences span{font-size:.66rem;color:#596a77;margin-top:.18rem;line-height:1.4}
.home-audiences>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem;margin-top:.5rem}
.home-depth{border-color:#bdcbd4;background:#fafcfd;margin:1.2rem 0}.home-depth>summary{font-size:.82rem}.home-depth-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem}
.home-depth-grid article{border:1px solid var(--line);background:#fff;padding:.65rem}.home-depth-grid strong,.home-depth-grid span{display:block}.home-depth-grid strong{font:700 1.2rem Georgia,serif;color:var(--navy)}.home-depth-grid span{font-size:.66rem;color:#586976}

@media(max-width:1020px){.home-choices{grid-template-columns:repeat(2,minmax(0,1fr))}.home-process-flow{grid-template-columns:repeat(4,minmax(0,1fr))}.home-process-flow li::after{display:none}.home-path-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-audiences>div,.home-depth-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nav-explore-groups{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.hero{padding-top:.75rem}.hero-utility{align-items:flex-start}.hero-utility-links{gap:.2rem}.hero-utility .command-ribbon,.hero-utility .future-ribbon{font-size:.64rem;padding:.3rem .4rem}.hero h1{font-size:1.62rem}.hero .lede{font-size:.86rem}.nav-bar{padding:0 .45rem}.nav-grid button{font-size:.72rem;padding:.42rem .55rem}.nav-explore-toggle{font-size:.7rem;padding:.44rem .55rem}.nav-explore-groups{grid-template-columns:1fr}.home-welcome{grid-template-columns:1fr}.home-choices,.home-process-flow,.home-path-grid,.home-audiences>div,.home-depth-grid{grid-template-columns:1fr}.home-choice{padding:.65rem}.home-section-heading{align-items:flex-start}.home-process-flow a{padding:.65rem}.home-process-flow strong{font-size:.78rem}.home-process-flow span{font-size:.67rem}}
@media(max-width:440px){.hero-utility{display:block}.hero-utility-links{margin-top:.35rem}.hero .disclosure{font-size:.68rem}.nav-explore-toggle{margin-left:.25rem}.home-section-heading{display:block}.home-section-heading>a,.home-section-heading button{display:inline-block;margin-top:.35rem}}
@media print{.hero-utility-links,.nav-explore-toggle,.nav-explore,.home-section-heading button{display:none!important}.home-choices,.home-process-flow,.home-path-grid,.home-audiences>div,.home-depth-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.home-choice,.home-process-flow li,.home-path-grid a,.home-audiences a,.home-depth-grid article{break-inside:avoid}}
