*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:inter,sans-serif;font-size:1rem;line-height:1.65;color:#0f3c66;background:#fff;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:plus jakarta sans,sans-serif;color:#0f3c66;line-height:1.2;font-weight:700}p+p{margin-top:1rem}a{color:#2079cc;text-decoration:none;transition:color .2s ease}a:hover{color:#0f3c66}img,svg{display:block}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media(min-width:1024px){.container{padding:0 2rem}}.section{padding:5rem 0}.section--alt{background:#e6e6e6}.section__heading{font-size:clamp(1.75rem,3vw,2.25rem);margin-bottom:.75rem}.section__subheading{font-size:1.1rem;color:#666;max-width:56ch;margin-bottom:3rem}.section__cta{margin-top:3rem;text-align:center}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:6px;font-family:plus jakarta sans,sans-serif;font-weight:600;font-size:.95rem;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease;text-decoration:none;border:2px solid transparent}.btn--primary{background:#fbae40;color:#0f3c66;border-color:#fbae40}.btn--primary:hover{background:#fa9d18;border-color:#fa9d18;color:#0f3c66;box-shadow:0 4px 16px rgba(251,174,64,.4)}.btn--outline{background:0 0;color:#fff;border-color:rgba(255,255,255,.6)}.btn--outline:hover{background:rgba(255,255,255,.1);border-color:#fff;color:#fff}.btn--secondary{background:0 0;color:#2079cc;border-color:#2079cc}.btn--secondary:hover{background:#2079cc;color:#fff}.site-header{position:sticky;top:0;z-index:100;background:#cfe4f7;border-bottom:2px solid #86a1ba}.nav{display:flex;align-items:center;justify-content:space-between;height:72px;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media(min-width:1024px){.nav{padding:0 2rem}}.nav__logo{display:flex;flex-direction:column;text-decoration:none;line-height:1.2}.nav__logo:hover{text-decoration:none}.nav__logo-name{font-family:plus jakarta sans,sans-serif;font-weight:700;font-size:1.05rem;color:#0f3c66}.nav__logo-tagline{font-size:.72rem;font-weight:400;color:#2c5c8c;letter-spacing:.02em}.nav__menu{display:flex;align-items:center;gap:.25rem}@media(max-width:767px){.nav__menu{display:none;position:absolute;top:72px;left:0;right:0;flex-direction:column;align-items:stretch;background:#cfe4f7;border-bottom:2px solid #86a1ba;padding:.75rem 1.5rem 1.25rem;box-shadow:0 4px 16px rgba(15,60,102,.1);gap:0}.nav__menu.nav__menu--open{display:flex}}@media(max-width:767px){.nav__item{border-bottom:1px solid rgba(15,60,102,.1)}.nav__item:last-child{border-bottom:none}}.nav__link{display:block;padding:.45rem .85rem;border-radius:6px;font-family:plus jakarta sans,sans-serif;font-size:.9rem;font-weight:500;color:#0f3c66;text-decoration:none;transition:background .15s ease,color .15s ease}.nav__link:hover{color:#0f3c66;background:rgba(15,60,102,.1);text-decoration:none}.nav__link--active{background:#0f3c66;color:#fff;font-weight:600}.nav__link--active:hover{background:#2c5c8c;color:#fff}@media(max-width:767px){.nav__link{padding:.75rem .5rem;border-radius:0}}.nav__toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;border:none;background:0 0;cursor:pointer;padding:.5rem;border-radius:6px;transition:background .15s ease}.nav__toggle:hover{background:rgba(15,60,102,.1)}.nav__toggle span{display:block;width:22px;height:2px;background:#0f3c66;border-radius:2px;transition:transform .2s ease,opacity .2s ease}@media(max-width:767px){.nav__toggle{display:flex}}.hero{background:#fff;padding:6rem 0 5rem;border-bottom:1px solid #e6e6e6}@media(min-width:768px){.hero{padding:8rem 0 6rem}}.hero__content{max-width:680px;padding-left:1.5rem;border-left:4px solid #86a1ba}.hero__eyebrow{font-family:plus jakarta sans,sans-serif;font-size:.85rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#2079cc;margin-bottom:1.25rem}.hero__heading{font-family:plus jakarta sans,sans-serif;font-size:clamp(2.4rem,5vw,3.5rem);font-weight:800;color:#0f3c66;line-height:1.1;margin-bottom:1rem}.hero__subheading{font-size:clamp(1rem,2vw,1.15rem);color:#666;max-width:54ch;margin-bottom:2.5rem;line-height:1.7}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.services-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.services-grid{grid-template-columns:repeat(4,1fr)}}.service-card{background:#fff;border:1px solid #e6e6e6;border-top:3px solid #70aee8;border-radius:8px;padding:1.75rem 1.5rem;transition:border-top-color .2s ease,box-shadow .2s ease,transform .2s ease}.service-card:hover{border-top-color:#fbae40;box-shadow:0 8px 24px rgba(15,60,102,.1);transform:translateY(-2px)}.service-card__icon{color:#2079cc;margin-bottom:1.25rem}.service-card__title{font-size:1.05rem;font-weight:700;margin-bottom:.75rem;color:#0f3c66}.service-card__body{font-size:.9rem;color:#666;line-height:1.65}.about-teaser__inner{max-width:760px}.about-teaser__content h2{margin-bottom:1.25rem}.about-teaser__content p{color:#666;font-size:1.05rem;margin-bottom:1rem}.about-teaser__content .btn{margin-top:1.5rem}.cta-section{background:#2c5c8c}.cta-section__inner{text-align:center;max-width:760px;margin:0 auto}.cta-section__heading{font-size:clamp(1.75rem,3vw,2.25rem);color:#fff;margin-bottom:1rem}.cta-section__body{color:rgba(255,255,255,.8);font-size:1.05rem;margin-bottom:2rem}.page-hero{background:#fff;padding:4rem 0 3rem;border-bottom:1px solid #e6e6e6}@media(min-width:768px){.page-hero{padding:5rem 0 4rem}}.page-hero__content{max-width:680px;padding-left:1.5rem;border-left:4px solid #86a1ba}.page-hero__heading{font-family:plus jakarta sans,sans-serif;font-size:clamp(2rem,4vw,2.75rem);font-weight:800;color:#0f3c66;line-height:1.1;margin-bottom:1rem}.page-hero__intro{font-size:1.05rem;color:#666;max-width:60ch;line-height:1.7}.about-bio{max-width:760px}.about-bio--narrow{max-width:640px}.about-bio h2{margin-bottom:1.25rem}.about-bio p{font-size:1.05rem;color:#666;margin-bottom:1rem}.about-bio strong{color:#0f3c66}.highlights{border-left:3px solid #cfe4f7;padding-left:1.5rem;margin-top:2rem}.highlight-item{display:flex;gap:1.5rem;align-items:baseline;padding:1rem 0;border-bottom:1px solid #e6e6e6}.highlight-item:last-child{border-bottom:none}.highlight-item__year{font-family:plus jakarta sans,sans-serif;font-weight:700;font-size:.85rem;color:#2079cc;min-width:2.5rem;letter-spacing:.02em}.highlight-item__body{display:flex;flex-direction:column;gap:.2rem}.highlight-item__title{color:#0f3c66;font-size:.95rem}.highlight-item__client{font-size:.85rem;color:#969696}.education-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.education-item{display:flex;gap:1.5rem;align-items:flex-start}.education-item__degree{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .6rem;background:#0f3c66;color:#fff;font-family:plus jakarta sans,sans-serif;font-weight:700;font-size:.75rem;letter-spacing:.05em;border-radius:4px;flex-shrink:0;margin-top:.2rem}.education-item__body{display:flex;flex-direction:column;gap:.2rem}.education-item__body strong{color:#0f3c66;font-size:1rem}.education-item__body span{font-size:.9rem;color:#666}@media(min-width:1024px){.services-grid--3col{grid-template-columns:repeat(3,1fr)}}.engagement-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.engagement-grid{grid-template-columns:repeat(3,1fr)}}.engagement-card{background:#fff;border:1px solid #e6e6e6;border-top:3px solid #fbae40;border-radius:8px;padding:1.75rem 1.5rem}.engagement-card__title{font-size:1.05rem;font-weight:700;color:#0f3c66;margin-bottom:.75rem}.engagement-card__body{font-size:.9rem;color:#666;line-height:1.65}.post-header{max-width:720px;margin-bottom:3rem}.post-header__back{display:inline-block;font-size:.85rem;font-weight:600;color:#2079cc;margin-bottom:1.5rem}.post-header__back:hover{color:#0f3c66}.post-header__date{display:block;font-size:.8rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#969696;margin-bottom:.75rem}.post-header__title{font-size:clamp(1.75rem,4vw,2.5rem);line-height:1.2;margin-bottom:1rem}.post-header__description{font-size:1.1rem;color:#666;line-height:1.65;margin-bottom:1.25rem}.post-header__tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{display:inline-block;padding:.2rem .6rem;background:#cfe4f7;color:#0f3c66;font-size:.78rem;font-weight:600;font-family:plus jakarta sans,sans-serif;border-radius:4px;letter-spacing:.02em}.prose{max-width:720px}.prose h2{font-size:1.45rem;margin-top:2.5rem;margin-bottom:.75rem;padding-bottom:.4rem;border-bottom:1px solid #e6e6e6}.prose h3{font-size:1.15rem;margin-top:2rem;margin-bottom:.5rem}.prose p{color:#666;line-height:1.8;margin-bottom:1.25rem;font-size:1rem}.prose ul,.prose ol{color:#666;line-height:1.8;margin-bottom:1.25rem;padding-left:1.5rem}.prose ul li,.prose ol li{margin-bottom:.4rem}.prose ul{list-style:disc}.prose ol{list-style:decimal}.prose strong{color:#0f3c66;font-weight:700}.prose em{font-style:italic}.prose a{color:#2079cc}.prose a:hover{color:#0f3c66}.prose code:not(pre code){background:#cfe4f7;color:#0f3c66;padding:.15em .4em;border-radius:3px;font-size:.875em;font-family:menlo,monaco,consolas,monospace}.prose .highlight{margin:1.75rem 0;border-radius:8px;border:1px solid #c8c8c8;overflow:hidden}.prose .highlight pre{margin:0;padding:1.25rem 1.5rem;overflow-x:auto;font-size:.875rem;line-height:1.65;font-family:menlo,monaco,consolas,monospace}.post-list{display:flex;flex-direction:column;gap:2.5rem;max-width:720px}.post-card__date{display:block;font-size:.8rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#969696;margin-bottom:.4rem}.post-card__title{font-size:1.3rem;margin-bottom:.5rem}.post-card__title a{color:#0f3c66}.post-card__title a:hover{color:#2079cc}.post-card__description{font-size:.95rem;color:#666;line-height:1.65;margin-bottom:.75rem}.post-card__link{font-size:.9rem;font-weight:600;color:#2079cc}.post-card__link:hover{color:#0f3c66}.empty-state{max-width:720px}.empty-state__message{font-size:1.05rem;color:#666;margin-bottom:2rem}.medium-links{display:flex;flex-direction:column}.medium-links li{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:.875rem 0;border-bottom:1px solid #e6e6e6}.medium-links li:first-child{border-top:1px solid #e6e6e6}.medium-links a{font-size:.95rem;color:#2079cc;flex:1}.medium-links a:hover{color:#0f3c66}.medium-links__year{font-size:.8rem;color:#969696;white-space:nowrap;font-family:plus jakarta sans,sans-serif;font-weight:600}.contact-layout{display:grid;grid-template-columns:1fr;gap:4rem}@media(min-width:768px){.contact-layout{grid-template-columns:3fr 2fr}}.contact-section__heading{font-size:1.3rem;font-weight:700;color:#0f3c66;margin-bottom:1.5rem}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.contact-form-wrap__notice{font-size:1.05rem;color:#666;line-height:1.7}.form__group{display:flex;flex-direction:column;gap:.4rem}.form__label{font-family:plus jakarta sans,sans-serif;font-weight:600;font-size:.85rem;color:#0f3c66;letter-spacing:.02em}.form__input,.form__textarea{padding:.65rem .875rem;border:1.5px solid #c8c8c8;border-radius:6px;font-family:inter,sans-serif;font-size:.95rem;color:#0f3c66;background:#fff;width:100%;transition:border-color .15s ease,box-shadow .15s ease}.form__input:focus,.form__textarea:focus{outline:none;border-color:#2079cc;box-shadow:0 0 0 3px rgba(32,121,204,.12)}.form__input::placeholder,.form__textarea::placeholder{color:#c8c8c8}.form__textarea{resize:vertical;min-height:160px}.contact-info__list{display:flex;flex-direction:column;gap:1.5rem}.contact-info__item{display:flex;flex-direction:column;gap:.25rem}.contact-info__label{font-family:plus jakarta sans,sans-serif;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#969696}.contact-info__value{font-size:.95rem;color:#0f3c66}.site-footer{background:#0f3c66;color:rgba(255,255,255,.75);padding:3rem 0 0}.footer__inner{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.12)}@media(min-width:768px){.footer__inner{align-items:center;justify-content:space-between}}.footer__brand{display:flex;flex-direction:column;gap:.25rem}.footer__name{font-family:plus jakarta sans,sans-serif;font-weight:700;font-size:1rem;color:#fff}.footer__tagline{font-size:.8rem;color:#70aee8}.footer__nav{display:flex;flex-wrap:wrap;gap:.25rem .5rem}.footer__link{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .6rem;border-radius:4px;font-size:.88rem;color:rgba(255,255,255,.7);text-decoration:none;transition:color .15s ease,background .15s ease}.footer__link:hover{color:#fff;background:rgba(255,255,255,8%)}.footer__link svg{flex-shrink:0}.footer__social{display:flex;gap:.5rem}.footer__bottom{padding:1.25rem 0;text-align:center}.footer__bottom p{font-size:.8rem;color:rgba(255,255,255,.4)}