:root{--navy:#0A1633;--navy2:#101D38;--slate:#4A627A;--soft-blue:#DCE8F2;--light-blue:#EEF5FA;--charcoal:#2B2B2B;--black:#111820;--white:#FFFFFF;--paper:#F5F7F9;--ink:#202A34;--muted:#667789;--line:#D8E0E7;--accent:#4A627A;--accent-hover:#3D5368;--shadow:0 18px 45px rgba(10,22,51,.12);--radius:22px;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);line-height:1.6}img{max-width:100%;display:block}a{color:inherit}.wrap{width:min(var(--max),calc(100% - 36px));margin:auto}.top{position:sticky;top:0;z-index:50;background:rgba(10,22,51,.98);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.1)}.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{color:#fff;text-decoration:none;font-weight:800}.brand b{color:#c8d9e8}.links{display:flex;align-items:center;gap:22px}.links a{color:#edf3f8;text-decoration:none;font-size:.92rem}.links a:hover{color:#c8d9e8}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;font-weight:800;border-radius:999px;padding:13px 20px;border:1px solid transparent;transition:.2s ease;cursor:pointer}.btn.accent,.btn.gold{background:var(--slate);color:#fff}.btn.accent:hover,.btn.gold:hover{background:var(--accent-hover);transform:translateY(-1px)}.btn.dark{background:var(--black);color:#fff}.btn.navy{background:var(--navy);color:#fff}.btn.outline{border-color:rgba(255,255,255,.5);color:#fff;background:transparent}.btn.outline-dark{border-color:var(--slate);color:var(--navy);background:#fff}.navcta{padding:10px 16px}.hero,.subhero{background:linear-gradient(115deg,var(--navy) 0%,var(--navy2) 56%,var(--slate) 140%);color:#fff;overflow:hidden}.hero-grid,.subgrid{display:grid;grid-template-columns:1.02fr .98fr;gap:46px;align-items:center;padding:72px 0}.hero-copy h1,.subcopy h1{font-size:clamp(3rem,6vw,5.7rem);line-height:.95;letter-spacing:-.05em;margin:10px 0 22px}.hero-copy h2,.subcopy h2{font-size:clamp(1.15rem,2.3vw,1.8rem);margin:0 0 22px}.hero-copy p,.subcopy p{color:#dce6ef;max-width:650px;font-size:1.08rem}.hero-img,.subimage{border-radius:28px;overflow:hidden;box-shadow:var(--shadow);min-height:470px}.hero-img img,.subimage img{width:100%;height:100%;min-height:470px;object-fit:cover}.eyebrow,.pill{text-transform:uppercase;letter-spacing:.16em;font-size:.74rem;font-weight:900;color:var(--slate)}.hero .eyebrow,.subhero .pill,.dark-section .eyebrow,.cta .eyebrow,.navy-section .eyebrow{color:#b9cede}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.mission{background:var(--light-blue);color:var(--navy);font-weight:900;text-align:center;padding:16px 20px;border-bottom:1px solid var(--line)}section{padding:82px 0}.white{background:#fff}.dark-section{background:var(--navy2);color:#fff}.navy-section{background:var(--navy);color:#fff}.title{font-size:clamp(2rem,4vw,3.4rem);line-height:1.04;letter-spacing:-.035em;margin:10px 0 18px}.lead{font-size:1.08rem;color:var(--muted);max-width:800px}.dark-section .lead,.navy-section .lead{color:#d5e0e9}.journey-grid,.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:36px}.journey-card,.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 10px 28px rgba(10,22,51,.06);transition:.2s ease}.journey-card:hover,.card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#bfcbd6}.journey-card .visual,.card-img{height:210px;overflow:hidden}.journey-card img,.card-img img{width:100%;height:100%;object-fit:cover;transition:.35s ease}.journey-card:hover img,.card:hover img{transform:scale(1.025)}.journey-card .body,.card-body{padding:22px}.journey-card h3,.card h3{margin:0 0 8px;color:var(--navy);font-size:1.13rem}.journey-card p,.card p{margin:0 0 16px;color:var(--muted);font-size:.94rem}.link{color:var(--navy);font-weight:900;text-decoration:none}.link:hover{color:var(--slate)}.journey-label{display:inline-block;margin-bottom:10px;font-size:.75rem;font-weight:900;color:var(--navy);border-bottom:3px solid var(--slate)}.split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.split-img{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.split-img img{width:100%;height:430px;object-fit:cover}.pillar-grid,.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:34px}.pillar,.feature,.lead-panel,.community-box{border:1px solid var(--line);border-radius:18px;background:#fff;padding:24px}.community-box{background:var(--light-blue);border-color:#cddbe7}.pillar h3,.feature h3,.community-box h3{color:var(--navy);margin-top:0}.pillar p,.feature p{color:var(--muted)}.dark-section .pillar{background:#162640;border-color:#2b405a}.dark-section .pillar h3{color:#fff}.dark-section .pillar p{color:#c6d3df}.accent-rule{width:76px;height:5px;border-radius:99px;background:var(--slate);margin:18px 0}.cta{background:var(--navy);color:#fff}.cta .title{color:#fff}.story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:34px}.story{background:#fff;border-radius:20px;overflow:hidden;border:1px solid var(--line)}.story img{height:250px;width:100%;object-fit:cover}.story div{padding:22px}.story h3{margin:0 0 8px;color:var(--navy)}.story p{color:var(--muted)}.reverse-paths{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:26px}.reverse-path{background:#fff;border:1px solid var(--line);border-top:4px solid var(--slate);border-radius:15px;padding:22px;box-shadow:0 10px 30px rgba(10,22,51,.06)}.reverse-path h3{margin:0 0 8px;color:var(--navy)}.reverse-path p{margin:0;color:var(--muted);font-size:.92rem}.hecm-highlight{background:var(--navy2);color:#fff;border-radius:24px;padding:38px;border-left:6px solid var(--slate);box-shadow:var(--shadow)}.hecm-highlight h2{color:#fff;margin-top:0}.form-shell{background:#fff;border:1px solid var(--line);border-radius:24px;padding:30px;box-shadow:var(--shadow)}.affiliation-strip{background:var(--navy2);border-top:1px solid rgba(255,255,255,.08)}.affiliation-inner{display:flex;gap:18px;align-items:center;justify-content:center;flex-wrap:wrap;padding:24px 0}.affiliation-mark{font-weight:900;color:#fff;font-size:.82rem;text-align:center}.affiliation-mark small{display:block;font-size:.63rem;color:#b9c7d4;font-weight:600}.affiliation-divider{width:1px;height:28px;background:#3c5066}footer{background:var(--black);color:#fff;padding:36px 0}.foot{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}.badge{font-weight:800}.legal{font-size:.75rem;color:#b4bec8;max-width:900px}@media (max-width:980px){.links a:not(.navcta){display:none}.hero-grid,.subgrid,.split{grid-template-columns:1fr}.hero-grid,.subgrid{padding:50px 0}.journey-grid,.cards,.pillar-grid,.feature-grid{grid-template-columns:repeat(2,1fr)}.reverse-paths{grid-template-columns:repeat(2,1fr)}.story-grid{grid-template-columns:1fr}.hero-img,.hero-img img,.subimage,.subimage img{min-height:380px}.foot{grid-template-columns:1fr}}@media (max-width:620px){.wrap{width:min(var(--max),calc(100% - 24px))}.nav{min-height:66px}.hero-copy h1,.subcopy h1{font-size:3.05rem}.journey-grid,.cards,.pillar-grid,.feature-grid,.reverse-paths{grid-template-columns:1fr}section{padding:58px 0}.btn{width:100%}.actions{display:grid}.hero-img,.hero-img img,.subimage,.subimage img{min-height:320px}.journey-card .visual,.card-img{height:220px}.split-img img{height:340px}}
