:root{--green: #00361B;--paper: #EEF6F2;--ink: #01140B;--soft-green: #D6E8DF;--mid-green: #527762;--line: rgba(0, 54, 27, .16);--wash: rgba(238, 246, 242, .86);--shadow: rgba(1, 20, 11, .16)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif}a{color:inherit;text-decoration:none}main{min-height:100vh}.siteHeader{position:fixed;top:0;left:0;right:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:20px 5vw;color:var(--paper);background:rgba(1,20,11,.62);border-bottom:1px solid rgba(238,246,242,.16);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand,.footerLogo{display:inline-flex;align-items:center;gap:12px;font-weight:400;letter-spacing:0}.brandLogo{width:42px;height:42px;object-fit:contain;border-radius:6px}.footerLogoImage{width:58px;height:58px;object-fit:contain;border-radius:6px}.navLinks{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:400}.navLinks a{opacity:.88;transition:opacity .18s ease}.navLinks a:hover{opacity:1}.navItem{position:relative;padding:14px 0}.teamMenu{position:absolute;top:100%;left:50%;display:none;min-width:170px;padding:10px;background:var(--paper);color:var(--ink);border:1px solid var(--line);border-radius:8px;box-shadow:0 22px 44px var(--shadow);opacity:0;pointer-events:none;transform:translate(-50%,8px);transition:opacity .18s ease,transform .18s ease}.teamMenu a{padding:10px 12px;border-radius:6px}.teamMenu a:hover{background:var(--soft-green)}.navItem:hover .teamMenu,.navItem:focus-within .teamMenu{opacity:0;pointer-events:none;transform:translate(-50%,8px)}.hero{position:relative;min-height:100vh;display:grid;align-items:center;overflow:hidden;color:var(--paper)}.heroImage{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.heroContent{position:relative;z-index:2;width:min(980px,90vw);padding:18vh 5vw 12vh}.eyebrow,.featureKicker{margin:0 0 18px;color:var(--mid-green);font-size:11px;font-weight:400;letter-spacing:.14em;text-transform:uppercase}.hero .eyebrow,.featureKicker{color:var(--paper)}h1,h2,h3,p{margin-top:0}h1,h2{font-weight:700;letter-spacing:-.025em;line-height:1}h1{max-width:1050px;font-size:clamp(42px,6.8vw,96px);margin-bottom:22px}h2{font-size:clamp(30px,3.8vw,56px)}h3{font-size:19px;font-weight:700;letter-spacing:-.02em}.heroContent p:last-child{max-width:780px;font-size:clamp(18px,1.6vw,24px);line-height:1.42;font-weight:400}.statsSection{display:grid;grid-template-columns:repeat(3,1fr);align-items:center;gap:32px;min-height:210px;padding:56px 5vw}.stat{display:grid;place-items:center;align-content:center;gap:8px;padding:36px 24px;text-align:center;border-radius:14px;background:rgba(214,232,223,.62)}.stat strong{color:var(--green);font-size:clamp(34px,4.4vw,60px);font-weight:700;letter-spacing:-.03em;line-height:1}.stat span{font-size:16px;font-weight:400}.featureLinks{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;padding:0 5vw 94px}.featureCard{min-height:420px;display:flex;align-items:flex-end;padding:40px;color:var(--paper);border-radius:18px;overflow:hidden;background-color:var(--green);background-size:cover;background-position:center;box-shadow:0 24px 54px var(--shadow);transition:transform .18s ease,box-shadow .18s ease}.featureCard:hover{transform:translateY(-4px);box-shadow:0 30px 70px #01140b38}.featureAbout{grid-column:1 / -1;min-height:520px}.featureCard h2{margin-bottom:18px}.featureCard p{max-width:780px;margin-bottom:0;color:#eef6f2e6;font-size:16px;line-height:1.55;font-weight:400;white-space:pre-line}.pageShell{min-height:78vh;padding:150px 5vw 90px}.pageShell h1{color:var(--green);max-width:1050px;font-size:clamp(24px,3.4vw,48px);margin-bottom:42px}.pageDescription{max-width:850px;margin:-22px 0 48px;color:var(--mid-green);font-size:19px;line-height:1.5}.executivePage{max-width:1040px;margin:0 auto}.executivePage h1,.executivePage .pageDescription{max-width:850px}.executiveTeamPage{--executive-content-width: 704px}.executiveTeamPage>.eyebrow,.executiveTeamPage>h1,.executiveTeamPage>.pageDescription,.executiveTeamPage .executiveSections,.executiveTeamPage .priorExecutives{width:min(var(--executive-content-width),100%);margin-left:auto;margin-right:auto}.executiveTeamPage>.pageDescription{max-width:min(var(--executive-content-width),100%)}.executiveTeamPage>.eyebrow,.executiveTeamPage>h1{max-width:min(var(--executive-content-width),100%)}.copyGrid,.peopleGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.copyGrid p,.personCard{padding:30px;border:0;border-radius:8px;background:rgba(214,232,223,.42)}.copyGrid p{margin:0;font-size:19px;line-height:1.55;font-weight:400}.aboutStory{display:grid;gap:46px;width:min(980px,100%);margin:0 auto}.aboutPage>.eyebrow,.aboutPage>h1{width:min(980px,100%);margin-left:auto;margin-right:auto;text-align:left}.aboutText{max-width:560px;margin:0;color:var(--ink);font-size:19px;font-weight:400;line-height:1.65;text-align:left}.aboutStoryRow{display:grid;grid-template-columns:minmax(0,560px) minmax(260px,330px);gap:30px;align-items:stretch}.aboutStoryRowReverse{grid-template-columns:minmax(260px,330px) minmax(0,560px)}.aboutStoryRow>.aboutText{align-self:start;justify-self:end}.aboutStoryRowReverse>.aboutText{justify-self:start}.aboutImage{display:block;position:relative;width:100%;height:100%;max-width:330px;align-self:stretch;border-radius:8px;overflow:hidden;box-shadow:0 22px 48px #01140b1f}.aboutImage img{display:block;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.comingSoon{max-width:720px;margin:0;color:var(--mid-green);font-size:20px;line-height:1.5}.peopleGrid{grid-template-columns:repeat(4,1fr)}.executiveGrid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:72px;row-gap:32px}.executiveTeamPage .executiveGrid{width:100%}.executiveTeamPage .executiveCard{width:100%;justify-self:center}.personPhoto{display:block;width:100%;aspect-ratio:4 / 5;margin-bottom:18px;border-radius:8px;object-fit:cover;object-position:center;background:linear-gradient(140deg,rgba(0,54,27,.82),rgba(238,246,242,.18)),radial-gradient(circle at 35% 22%,rgba(238,246,242,.64),transparent 28%),var(--soft-green);background-size:cover;background-position:center}.personPhotoPlaceholder{width:auto}.personCard p{margin-bottom:8px;color:var(--mid-green);font-size:12px;font-weight:400;letter-spacing:.12em;text-transform:uppercase}.personCard h3{color:var(--green)}.executiveSections{display:grid;gap:58px}.executiveSection h2{margin-bottom:22px;color:var(--green);font-size:clamp(24px,3vw,40px)}.executiveCard{padding:0;background:transparent}.executiveCard,.executiveCard h3,.executiveCard .personPlacement,.executiveCard .personEmail{color:var(--green)}.executiveCard .personPhoto{width:100%;aspect-ratio:4 / 5;margin-bottom:18px;border-radius:0}.developmentRows{display:grid;gap:42px;margin-top:46px}.developmentRow{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:32px;justify-content:center}.developmentRow .executiveCard{width:100%;max-width:320px;justify-self:center}.placeholderTeamGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:42px 28px;margin-top:46px}.juniorAnalystSection{margin-top:74px}.juniorAnalystSection h2{margin-bottom:0;color:var(--green);font-size:clamp(24px,3vw,40px)}.developmentLogoPhoto{background-color:#d6e8dfb3;background-repeat:no-repeat;background-size:58%}.personDetails{padding:0}.personDetails h3{margin-bottom:10px;font-size:22.5px}.personCard .personPlacement{margin-bottom:8px;color:var(--green);font-size:17.5px;letter-spacing:0;line-height:1.45;text-transform:none}.personRole{font-style:italic}.personEmail{color:var(--green);font-size:15.75px;line-height:1.45}.resourcesIntro{max-width:920px;margin-bottom:58px}.resourcesIntro p{margin:0;color:var(--ink);font-size:21px;line-height:1.5}.resourcesList{display:grid;gap:82px}.resourceSection{max-width:1120px}.resourceSectionHeader{max-width:940px;margin-bottom:28px}.resourceCount{margin-bottom:12px;color:var(--mid-green);font-size:12px;letter-spacing:.13em;text-transform:uppercase}.resourceSectionHeader h2{margin-bottom:18px;color:var(--green);font-size:clamp(28px,3vw,44px)}.resourceSectionHeader p{max-width:920px;margin-bottom:0;color:var(--ink);font-size:17px;line-height:1.6}.resourceGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;max-width:1040px}.resourceCard{display:grid;grid-template-columns:150px minmax(0,1fr);gap:22px;min-height:250px;padding:18px;color:var(--ink);border-radius:8px;background:linear-gradient(135deg,rgba(214,232,223,.72),rgba(238,246,242,.74)),radial-gradient(circle at 88% 12%,rgba(0,54,27,.12),transparent 28%);box-shadow:0 18px 42px #01140b14;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.resourceCard:hover{transform:translateY(-3px);background:linear-gradient(135deg,rgba(214,232,223,.92),rgba(238,246,242,.82)),radial-gradient(circle at 88% 12%,rgba(0,54,27,.16),transparent 28%);box-shadow:0 24px 54px #01140b1f}.filePreview{display:flex;flex-direction:column;min-height:194px;padding:14px;border-radius:6px;color:var(--green);background:linear-gradient(150deg,rgba(238,246,242,.98) 0%,rgba(214,232,223,.74) 64%,rgba(82,119,98,.22) 100%),repeating-linear-gradient(0deg,rgba(0,54,27,.06) 0,rgba(0,54,27,.06) 1px,transparent 1px,transparent 13px)}.filePreviewLines{display:grid;gap:7px;margin-top:auto;margin-bottom:auto}.filePreviewLines span{height:4px;border-radius:999px;background:rgba(0,54,27,.14)}.filePreviewLines span:nth-child(2){width:82%}.filePreviewLines span:nth-child(3){width:58%}.resourceCardBody{display:flex;min-width:0;min-height:100%;flex-direction:column;align-items:flex-start;padding:4px 4px 2px 0}.resourceType{margin-bottom:12px;color:var(--mid-green);font-size:12px;letter-spacing:.12em;text-transform:uppercase}.resourceTitle{margin-bottom:12px;color:var(--green);font-size:21px;font-weight:700;letter-spacing:-.02em;line-height:1.18}.resourceDescription{margin-bottom:22px;color:#01140bc7;font-size:15px;line-height:1.5}.resourceAction{margin-top:auto;color:var(--green);font-size:15px;line-height:1.45;text-decoration:underline;text-underline-offset:4px}.alumniCopy{margin-top:18px}.alumniPage{padding-bottom:36px}.alumniPage>.eyebrow,.alumniPage>h1,.alumniPage .alumniIntro{width:min(1040px,100%);margin-left:auto;margin-right:auto;text-align:left}.alumniPage>h1{max-width:min(1040px,100%)}.alumniIntro{grid-template-columns:1fr;max-width:none}.alumniIntro p{padding:0;border:0;background:transparent}.alumniLogoChunk{width:min(1040px,100%);margin:26px auto 0}.alumniLogoChunk img{display:block;width:100%;max-width:none;height:auto;object-fit:contain}.priorExecutives{margin-top:76px}.priorExecutives h2{margin-bottom:28px;color:var(--green)}.priorTable{display:grid;grid-template-columns:.82fr repeat(4,minmax(0,1fr));gap:18px 28px}.priorTable>div{padding:0;line-height:1.45}.priorHeader{color:var(--green);font-weight:700}.priorHeaderGroup{grid-column:span 2}.priorNameLink{color:var(--ink);text-decoration:none;transition:color .18s ease}.priorNameLink:hover{color:var(--green)}.footer{display:grid;grid-template-columns:minmax(260px,.95fr) 1.3fr;gap:56px;padding:58px 5vw 64px;color:var(--paper);background:var(--ink)}.footerIdentity p{max-width:450px;margin:26px 0 0;color:#eef6f2c7;line-height:1.55}.footerLinks{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.footerLinks h3{margin-bottom:18px;color:var(--paper)}.footerLinks a{display:block;margin-bottom:11px;color:#eef6f2b8;font-weight:400}@media (max-width: 1180px){.executiveGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 980px){.siteHeader{position:absolute;align-items:flex-start;gap:18px;flex-direction:column}.navLinks{width:100%;gap:18px;flex-wrap:wrap}.heroContent{padding-top:28vh}.statsSection,.featureLinks,.copyGrid,.peopleGrid,.resourceGrid,.footer,.footerLinks{grid-template-columns:1fr}.aboutStory{grid-template-columns:1fr;grid-template-rows:auto;gap:28px}.aboutStoryRow,.aboutStoryRowReverse{grid-template-columns:1fr;min-height:0}.aboutText,.aboutImage{max-width:100%;justify-self:stretch}.aboutStoryRow>.aboutText,.aboutStoryRowReverse>.aboutText{justify-self:stretch}.aboutImage{height:auto;min-height:0;aspect-ratio:4 / 3}.aboutImage img{position:static;height:100%}.priorTable{grid-template-columns:.82fr repeat(4,minmax(0,1fr));gap:14px 12px;font-size:14px}.stat{min-height:150px}.featureAbout{grid-column:auto}.featureCard,.featureAbout{min-height:390px;padding:28px}.executiveGrid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:24px;row-gap:24px}.executiveCard .personPhoto{width:100%;aspect-ratio:4 / 5}.personDetails h3{font-size:21.25px}.personCard .personPlacement{font-size:16.25px}.resourceCard{grid-template-columns:136px minmax(0,1fr);min-height:230px}.developmentRow{gap:24px}.placeholderTeamGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}}@media (max-width: 520px){.pageShell{padding-left:4vw;padding-right:4vw}.executiveGrid{column-gap:12px;row-gap:18px}.priorTable{grid-template-columns:.82fr repeat(4,minmax(0,1fr));gap:12px 8px;font-size:12px}.personDetails h3{font-size:18.75px}.personCard .personPlacement{font-size:15px}.personCard .personPlacement{margin-bottom:12px}.developmentRows{gap:32px}.developmentRow,.placeholderTeamGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 12px}.resourceCard{grid-template-columns:1fr;gap:16px}.filePreview{min-height:180px}}
