#hero{position:relative;display:flex;align-items:flex-end;min-height:calc(100svh - var(--header-h));padding-top:var(--sp-7);padding-bottom:clamp(1.75rem,4.5vh,4rem);overflow:hidden;background:var(--c-navy);color:var(--c-dark-text)}
#hero .hero__media{position:absolute;inset:0;z-index:0}
#hero .hero__media img{width:100%;height:100%;object-fit:cover;object-position:52% 14%;border-radius:0}
#hero .hero__scrim{position:absolute;inset:0;background:linear-gradient(to top,rgba(1,27,65,.96) 0%,rgba(1,27,65,.94) 58%,rgba(1,27,65,.52) 82%,rgba(1,27,65,.24) 100%)}
#hero .hero__inner{position:relative;z-index:1;width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:var(--gutter)}
#hero .hero__copy{max-width:34rem}
#hero .hero__kicker{display:flex;align-items:center;gap:10px;margin:0 0 1rem}
#hero .hero__kicker-bar{flex:0 0 auto;width:28px;height:3px;background:var(--c-accent-light)}
#hero .hero__kicker-label{font-family:var(--f-display);font-weight:600;font-size:.8125rem;line-height:1.2;text-transform:uppercase;letter-spacing:.16em;color:var(--c-accent-light)}
#hero h1{color:var(--c-dark-text);font-size:clamp(2.125rem,1.5rem + 3vw,4.0625rem);letter-spacing:-.015em;margin-bottom:var(--sp-3)}
#hero .hero__line{display:inline}
#hero .hero__sub{font-family:var(--f-body);font-size:clamp(1.0625rem,1rem + .35vw,1.25rem);line-height:1.6;color:rgba(243,237,225,.94);max-width:40ch;margin:0 0 var(--sp-4)}
#hero .hero__actions{display:flex;flex-direction:column;align-items:stretch;gap:var(--sp-3)}
#hero .hero__cta{width:100%;background:var(--c-dark-text);color:var(--c-secondary-ink);border:1px solid var(--c-dark-text);border-bottom:3px solid var(--c-accent);font-weight:700;font-size:1.125rem;padding-block:.8125rem;text-decoration:none;border-radius:var(--radius)}
#hero .hero__cta:hover,#hero .hero__cta:focus-visible{background:var(--c-surface);border-color:var(--c-surface);border-bottom-color:var(--c-accent);color:#123F86}
#hero .hero__link{align-self:flex-start;display:inline-flex;align-items:center;min-height:44px;font-family:var(--f-display);font-weight:600;font-size:1rem;letter-spacing:.02em;color:var(--c-dark-text)}
#hero .hero__link::after{background:var(--c-accent-light);bottom:10px}
#hero .hero__nameplate{display:block;width:220px;max-width:60%;margin:var(--sp-5) 0 0}
#hero .hero__nameplate-rule{display:block;height:4px;background:var(--c-accent)}
#hero .hero__nameplate-name{display:flex;align-items:center;height:40px;padding-inline:var(--sp-3);background:rgba(1,27,65,.86);font-family:var(--f-display);font-weight:600;font-size:.9375rem;text-transform:uppercase;letter-spacing:.12em;color:var(--c-dark-text)}
@media (min-width:768px){
#hero .hero__line{display:block}
#hero .hero__media img{object-position:58% 16%}
#hero .hero__scrim{background:linear-gradient(to top,rgba(1,27,65,.96) 0%,rgba(1,27,65,.93) 58%,rgba(1,27,65,.46) 82%,rgba(1,27,65,.2) 100%),linear-gradient(to right,rgba(1,27,65,.45) 0%,rgba(1,27,65,.1) 60%,rgba(1,27,65,0) 100%)}
#hero .hero__actions{flex-direction:row;align-items:center;flex-wrap:wrap;gap:var(--sp-4)}
#hero .hero__cta{width:auto;padding-inline:1.75rem}
#hero .hero__copy{max-width:38rem}
}
@media (min-width:1100px){
#hero{padding-top:var(--sp-8)}
#hero .hero__copy{max-width:40rem}
#hero .hero__nameplate{position:absolute;right:var(--gutter);bottom:0;width:220px;max-width:220px;margin:0}
}

#who-you-ll-be-talking-to{background:var(--c-bg);border-bottom:1px solid var(--c-hairline)}
#who-you-ll-be-talking-to .about{display:grid;grid-template-columns:1fr;gap:var(--sp-5)}
#who-you-ll-be-talking-to .about__kicker{display:flex;align-items:center;gap:10px;margin:0 0 1rem;max-width:none}
#who-you-ll-be-talking-to .about__kicker-bar{flex:0 0 auto;width:28px;height:3px;background:var(--c-accent)}
#who-you-ll-be-talking-to .about__kicker-label{font-family:var(--f-display);font-weight:600;font-size:.8125rem;line-height:1.2;text-transform:uppercase;letter-spacing:.16em;color:var(--c-navy)}
#who-you-ll-be-talking-to .about__copy p{font-size:clamp(1.0625rem,1rem + .45vw,1.3125rem);line-height:1.65;max-width:60ch}
#who-you-ll-be-talking-to .about__copy p:last-child{margin-bottom:0}
#who-you-ll-be-talking-to .about__portrait{margin:0;width:88%;max-width:420px;margin-inline:auto}
#who-you-ll-be-talking-to .portrait-plate img{aspect-ratio:3/4;object-fit:cover;object-position:50% 18%;border-radius:0}
#who-you-ll-be-talking-to .about__pull{display:block}
#who-you-ll-be-talking-to .about__pull-bar{display:block;width:28px;height:3px;background:var(--c-accent)}
#who-you-ll-be-talking-to .about__pull-line{margin:0;padding-top:var(--sp-3);font-family:var(--f-display);font-weight:600;font-size:clamp(1.25rem,1.1rem + .6vw,1.5rem);line-height:1.3;letter-spacing:-.01em;color:var(--c-primary);max-width:34ch}
@media (min-width:768px){
#who-you-ll-be-talking-to .about__portrait{width:70%}
}
@media (min-width:1100px){
#who-you-ll-be-talking-to .about{grid-template-columns:minmax(0,7fr) minmax(0,5fr);grid-template-areas:"copy portrait" "pull portrait";column-gap:clamp(2.5rem,4vw,4.5rem);row-gap:var(--sp-5);align-items:start}
#who-you-ll-be-talking-to .about__copy{grid-area:copy}
#who-you-ll-be-talking-to .about__portrait{grid-area:portrait;width:100%;max-width:none;margin-inline:0;padding-left:var(--sp-3)}
#who-you-ll-be-talking-to .about__pull{grid-area:pull;align-self:end}
}

#ten-ways-we-help{padding-block:clamp(3.5rem,2.6rem + 4.4vw,7rem)}
#ten-ways-we-help .ledger__kicker{display:flex;align-items:center;gap:10px;margin:0 0 1rem;max-width:none}
#ten-ways-we-help .ledger__kicker-bar{flex:0 0 auto;width:28px;height:3px;background:var(--c-accent-light)}
#ten-ways-we-help .ledger__kicker-label{font-family:var(--f-display);font-weight:600;font-size:.8125rem;line-height:1.2;text-transform:uppercase;letter-spacing:.16em;color:var(--c-accent-light)}
#ten-ways-we-help h2{margin-bottom:var(--sp-5)}
#ten-ways-we-help .ledger{display:grid;grid-template-columns:1fr}
#ten-ways-we-help .index-item{padding-block:18px;align-items:baseline}
#ten-ways-we-help .index-item__body{display:block;padding-left:16px}
#ten-ways-we-help .index-item__name{display:block}
#ten-ways-we-help .index-item__text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:.3rem;font-size:1rem;line-height:1.5;max-width:48ch}
#ten-ways-we-help .ledger__close{height:1px;background:var(--c-accent);margin-top:var(--sp-5)}
@media (min-width:768px){
#ten-ways-we-help .index-item{padding-block:var(--sp-3)}
#ten-ways-we-help .index-item__text{display:block;overflow:visible}
}
@media (min-width:1100px){
#ten-ways-we-help .ledger{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(5,auto);grid-auto-flow:column;column-gap:clamp(2.5rem,4vw,4.5rem)}
#ten-ways-we-help .index-item__text{max-width:38ch}
}

#how-the-conversation-goes{background:var(--c-surface);border-bottom:1px solid var(--c-hairline)}
#how-the-conversation-goes .convo{display:grid;grid-template-columns:1fr;gap:var(--sp-4)}
#how-the-conversation-goes .convo__kicker{display:flex;align-items:center;gap:10px;margin:0 0 1rem;max-width:none}
#how-the-conversation-goes .convo__kicker-bar{flex:0 0 auto;width:28px;height:3px;background:var(--c-accent)}
#how-the-conversation-goes .convo__kicker-label{font-family:var(--f-display);font-weight:600;font-size:.8125rem;line-height:1.2;text-transform:uppercase;letter-spacing:.16em;color:var(--c-navy)}
#how-the-conversation-goes h2{max-width:26ch;margin-bottom:var(--sp-3)}
#how-the-conversation-goes .convo__lines{list-style:none;margin:0;padding:0;max-width:56ch}
#how-the-conversation-goes .convo__lines li{margin:0 0 var(--sp-2);font-size:clamp(1.0625rem,1rem + .3vw,1.1875rem);line-height:1.55}
#how-the-conversation-goes .convo__lines li:last-child{margin-bottom:0}
#how-the-conversation-goes .convo__media{margin:var(--sp-2) 0 0;margin-inline:calc(-1 * var(--gutter));border-radius:0;border-bottom:4px solid var(--c-accent)}
#how-the-conversation-goes .convo__media img{width:100%;aspect-ratio:16/9;object-fit:cover;object-position:50% 45%;border-radius:0}
@media (min-width:768px){
#how-the-conversation-goes .convo{grid-template-columns:minmax(0,5fr) minmax(0,7fr);column-gap:clamp(2rem,3.5vw,3.5rem);align-items:center}
#how-the-conversation-goes .convo__copy{grid-column:2;grid-row:1}
#how-the-conversation-goes .convo__media{grid-column:1;grid-row:1;margin:0;margin-inline:0;border:1px solid var(--c-hairline);border-bottom:4px solid var(--c-accent)}
#how-the-conversation-goes .convo__media img{aspect-ratio:4/3;max-height:340px}
}

#who-trl-is-for{background:var(--c-bg)}
#who-trl-is-for .members{display:grid;grid-template-columns:1fr;gap:var(--sp-4)}
#who-trl-is-for .members__kicker{display:flex;align-items:center;gap:10px;margin:0 0 1rem;max-width:none}
#who-trl-is-for .members__kicker-bar{flex:0 0 auto;width:28px;height:3px;background:var(--c-accent)}
#who-trl-is-for .members__kicker-label{font-family:var(--f-display);font-weight:600;font-size:.8125rem;line-height:1.2;text-transform:uppercase;letter-spacing:.16em;color:var(--c-navy)}
#who-trl-is-for .members__head h2{margin-bottom:0}
#who-trl-is-for .members__portrait{margin:0;width:70%;max-width:300px;margin-left:auto}
#who-trl-is-for .portrait-plate img{aspect-ratio:1/1;object-fit:cover;object-position:50% 18%;border-radius:0}
#who-trl-is-for .members__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:0}
#who-trl-is-for .members__grid li{margin:0;border-top:1px solid var(--c-accent);padding-top:18px;padding-bottom:18px}
#who-trl-is-for .members__label{display:block;font-family:var(--f-display);font-weight:600;font-size:1.0625rem;letter-spacing:0;color:var(--c-primary)}
#who-trl-is-for .members__note{display:block;margin-top:.25rem;font-family:var(--f-body);font-size:.9375rem;line-height:1.5;color:#41454B}
@media (min-width:768px){
#who-trl-is-for .members__grid{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:clamp(1.25rem,2.4vw,2.25rem)}
#who-trl-is-for .members__portrait{width:50%}
}
@media (min-width:1100px){
#who-trl-is-for .members{grid-template-columns:minmax(0,8fr) minmax(0,4fr);grid-template-areas:"head portrait" "list portrait";column-gap:clamp(2.5rem,4vw,4rem);row-gap:var(--sp-4);align-items:start}
#who-trl-is-for .members__head{grid-area:head}
#who-trl-is-for .members__grid{grid-area:list}
#who-trl-is-for .members__portrait{grid-area:portrait;width:100%;max-width:280px;margin-left:auto;padding-left:var(--sp-3)}
}