:root{
  --navy:#0b4678;
  --navy-deep:#073b68;
  --lime:#b8d900;
  --green:#7fb126;
  --orange:#ff6f2c;
  --cream:#fbf8f2;
  --sky:#d4edf5;
  --ink:#0a345b;
  --muted:#507089;
  --white:#fff;
  --max:1600px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Manrope",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--cream);line-height:1.45;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Header */
.site-header{height:72px;display:grid;grid-template-columns:180px 1fr auto;align-items:center;gap:26px;padding:0 clamp(34px,4.2vw,86px);background:#fff;position:sticky;top:0;z-index:30;border-bottom:1px solid rgba(10,52,91,.06)}
.brand img{width:108px}
.nav{display:flex;justify-content:center;align-items:center;gap:clamp(26px,2.1vw,44px);font-weight:800;font-size:15px;letter-spacing:-.01em}
.nav a{position:relative;white-space:nowrap}.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:2px;background:var(--lime);transition:.25s}.nav a:hover:after{right:0}
.menu-toggle{display:none}
.button{display:inline-flex;align-items:center;gap:13px;padding:13px 22px;border-radius:999px;font-weight:800;font-size:14px;transition:transform .2s,box-shadow .2s}.button:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.11)}
.button--orange{background:var(--orange);color:#fff}.button--navy{background:var(--navy-deep);color:#fff}
.header-cta{padding:13px 23px;font-size:14px}

/* Hero */
.hero{position:relative;overflow:hidden;height:clamp(520px,31.5vw,646px);display:grid;grid-template-columns:48% 52%;background:var(--navy-deep);color:#fff}
.hero-copy{padding:50px 42px 46px clamp(48px,5vw,102px);display:flex;flex-direction:column;justify-content:center;z-index:2}
.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:900;color:var(--green);margin:0 0 14px}.eyebrow--light{color:#fff}
.hero h1{font-size:clamp(50px,4vw,82px);line-height:.96;letter-spacing:-.048em;margin:0 0 24px;font-weight:800;max-width:820px}
.hero-line{display:block;white-space:nowrap}.hero-line--white{color:#fff}.hero-line--lime{color:var(--lime)}
.hero-dek{font-size:clamp(16px,1vw,20px);max-width:620px;margin:0 0 28px;color:#eef6fb;line-height:1.5}
.hero-copy .button{align-self:flex-start}
.hero-media{height:100%;overflow:hidden}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center center}
.hero-leaf-mark{position:absolute;width:clamp(115px,8.5vw,170px);left:43.2%;bottom:-2px;z-index:3}

/* Shared spacing */
.section-pad{padding:clamp(62px,5.4vw,104px) clamp(48px,5vw,102px)}

/* Intro */
.split-intro{display:grid;grid-template-columns:1fr 1.08fr;gap:clamp(60px,8vw,150px);background:#fff;align-items:center}
.split-intro h2{font-size:clamp(40px,3.15vw,62px);line-height:1.03;letter-spacing:-.04em;margin:0;font-weight:800}.split-intro h2 span{color:var(--green)}
.intro-copy{border-left:2px solid #ff9b6b;padding-left:clamp(32px,3vw,58px);font-size:clamp(16px,1vw,19px);max-width:760px}.intro-copy p{margin:0 0 14px}.intro-copy p:last-child{margin-bottom:0}

/* Capabilities */
.capabilities{background:linear-gradient(180deg,#d8f0f8 0%,#edf8fb 100%)}
.capabilities-heading h2{font-size:clamp(46px,3.65vw,70px);letter-spacing:-.045em;line-height:1;margin:0;font-weight:800}
.capability-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:38px}
.capability-card{padding:24px 22px;border-radius:12px;min-height:270px;background:rgba(255,255,255,.72);display:flex;flex-direction:column;box-shadow:0 3px 12px rgba(24,75,111,.04)}
.capability-card--navy{background:var(--navy-deep);color:#fff}.capability-card--orange{background:var(--orange);color:#fff}.capability-card--sky{background:#aee1f6}
.icon-circle{width:55px;height:55px;border-radius:50%;display:grid;place-items:center;margin-bottom:18px;background:var(--navy-deep);color:#fff}.icon-circle svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.icon-circle--lime{background:var(--lime);color:var(--navy-deep)}.icon-circle--green{background:var(--green)}.icon-circle--white{background:#fff;color:var(--orange)}
.capability-card h3{font-size:clamp(18px,1.3vw,25px);line-height:1.08;margin:0 0 12px;font-weight:800}.capability-card p{font-size:clamp(14px,.92vw,17px);margin:0 0 24px;color:#365c76;line-height:1.45}.capability-card--navy p,.capability-card--orange p{color:#fff}.capability-card a{font-weight:800;margin-top:auto;align-self:flex-start;border-bottom:1.5px solid currentColor;padding-bottom:3px;font-size:14px}

/* HUMAN band */
.human-band{background:var(--navy-deep);color:#fff;min-height:260px;display:grid;grid-template-columns:36% 38% 26%;align-items:stretch}
.human-photo{overflow:hidden}.human-photo img{width:100%;height:100%;object-fit:cover;object-position:center 45%}
.human-title{padding:36px clamp(28px,3vw,52px);display:flex;flex-direction:column;justify-content:center}.human-title p{text-transform:uppercase;letter-spacing:.22em;font-weight:900;font-size:clamp(13px,.8vw,16px);margin:0 0 6px}.human-title h2{font-size:clamp(70px,7.1vw,126px);line-height:.82;letter-spacing:-.055em;margin:0;font-weight:800}.human-title h2 span{color:var(--lime)}
.human-points{padding:34px clamp(28px,4vw,76px) 34px 34px;border-left:1px solid rgba(183,219,0,.75);display:flex;flex-direction:column;justify-content:center}.human-points p{font-size:clamp(14px,.95vw,18px);font-weight:650;margin:0 0 11px;line-height:1.3}.human-points p span{font-weight:850}.human-points p:last-child{margin-bottom:0}

/* Impact */
.impact{background:var(--cream);display:grid;grid-template-columns:250px 1fr;gap:34px;padding-top:48px;padding-bottom:52px}.impact-intro h2,.clients-heading h2,.founder-copy h2{font-size:clamp(34px,2.7vw,50px);letter-spacing:-.035em;line-height:1;margin:0}.impact-intro h2 span{color:var(--orange)}.impact-intro>p:last-child{font-size:14px;margin-top:16px;color:#41627b;line-height:1.45}
.impact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.case-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 6px 18px rgba(31,74,104,.08)}.case-image{height:118px;overflow:hidden}.case-image img{width:100%;height:100%;object-fit:cover}.case-body{padding:15px 16px 16px}.case-body h3{font-size:16px;line-height:1.12;margin:0 0 9px}.case-body p{font-size:12px;color:#4e6d83;line-height:1.35;margin:0 0 9px}.case-body small{font-size:10px;font-weight:800;color:var(--navy)}

/* Clients */
.clients{background:#fff;display:grid;grid-template-columns:250px 1fr;gap:42px;align-items:center;padding-top:38px;padding-bottom:38px}.clients-heading h2{font-size:36px}.client-wall-visual{display:flex;align-items:center;justify-content:center}.client-wall-visual img{width:100%;max-width:1110px;height:auto;mix-blend-mode:multiply}

/* Founder */
.founder{background:#d4edf5;display:grid;grid-template-columns:34% 38% 28%;gap:22px;align-items:center;padding-top:58px;padding-bottom:0;overflow:hidden}.founder-photo-wrap{position:relative;align-self:end;min-height:330px;display:flex;align-items:flex-end;justify-content:center}.founder-photo{position:relative;z-index:1;width:min(390px,108%);max-width:none;margin-bottom:-1px;filter:drop-shadow(0 12px 20px rgba(8,49,84,.06))}.founder-leaf-art{position:absolute;width:165px;left:4%;bottom:24px;opacity:.96;z-index:0}.founder-copy{padding-bottom:52px}.founder-copy p:not(.eyebrow){font-size:14px;color:#3f6076;max-width:610px;line-height:1.45}.text-link{display:inline-block;margin-top:8px;font-weight:850;border:1.5px solid var(--navy);border-radius:999px;padding:8px 16px;font-size:13px}.founder blockquote{padding:0 2.5vw 48px 12px;margin:0}.founder blockquote span{font-size:68px;line-height:.55;color:var(--lime);font-weight:900}.founder blockquote p{font-size:clamp(21px,1.65vw,31px);line-height:1.12;font-weight:850;margin:5px 0 14px}.founder cite{font-family:"Allura",cursive;font-size:clamp(40px,3vw,56px);line-height:1;color:var(--navy-deep)}

/* CTA + footer */
.contact-cta{background:var(--orange);color:#fff;display:grid;grid-template-columns:1.08fr 1fr auto;gap:40px;align-items:center;padding:38px clamp(48px,5vw,102px)}.contact-cta h2{font-size:clamp(34px,2.8vw,52px);line-height:1.02;margin:0;letter-spacing:-.04em}.contact-cta h2 span{color:var(--navy-deep)}.contact-cta p{font-size:14px;margin:0;line-height:1.45}
.site-footer{background:var(--navy-deep);color:#fff;display:grid;grid-template-columns:1fr 1fr 1fr;gap:30px;align-items:center;padding:26px clamp(48px,5vw,102px);font-size:14px}.footer-location p,.footer-meta p{margin:2px 0}.footer-location{font-size:15px}.footer-location p:last-child{font-style:italic;color:#d9f36b}.footer-brand{text-align:center}.footer-brand img{width:116px;margin:0 auto 9px}.footer-brand a{font-weight:700;font-size:14px}.footer-meta{text-align:right;font-size:11px}.footer-social{display:inline-flex;align-items:center;font-size:14px;font-weight:800;margin-bottom:6px}

/* Responsive */
@media (max-width:1180px){
  .site-header{height:76px;grid-template-columns:145px 1fr auto;padding:0 28px}.brand img{width:100px}.nav{gap:20px;font-size:13px}.header-cta{font-size:13px;padding:12px 18px}
  .hero{height:auto;min-height:560px;grid-template-columns:50% 50%}.hero-copy{padding-left:42px}.hero h1{font-size:52px}.hero-line{white-space:normal}.hero-leaf-mark{left:43%;width:120px}
  .split-intro{gap:48px}.capability-grid{grid-template-columns:repeat(2,1fr)}.capability-card{min-height:245px}
  .human-band{grid-template-columns:34% 40% 26%}.human-title h2{font-size:78px}.human-points{padding-right:28px;padding-left:24px}
  .impact{grid-template-columns:1fr}.impact-intro{max-width:520px}.clients{grid-template-columns:1fr}.clients-heading{max-width:420px}.founder{grid-template-columns:34% 36% 30%}.founder-photo{width:330px}
}
@media (max-width:820px){
  .site-header{height:84px;grid-template-columns:1fr auto;padding:0 20px}.brand img{width:96px}.header-cta{display:none}.menu-toggle{display:block;background:none;border:0;font-weight:800;color:var(--navy);font-size:15px}.nav{display:none;position:absolute;top:84px;left:0;right:0;background:#fff;padding:24px;flex-direction:column;align-items:center;border-top:1px solid #eee}.nav.is-open{display:flex}
  .section-pad{padding:68px 24px}.hero{grid-template-columns:1fr;height:auto}.hero-copy{padding:72px 24px 62px}.hero h1{font-size:52px}.hero-line{white-space:normal}.hero-dek{font-size:17px}.hero-media{height:360px}.hero-leaf-mark{display:none}
  .split-intro{grid-template-columns:1fr;gap:38px}.intro-copy{border-left:0;padding-left:0}.capabilities-heading h2{font-size:44px}.capability-grid{grid-template-columns:1fr}.capability-card{min-height:auto}
  .human-band{grid-template-columns:1fr}.human-photo{height:260px}.human-title{padding:48px 24px}.human-title h2{font-size:82px}.human-points{border-left:0;padding:38px 24px}
  .impact-grid{grid-template-columns:1fr}.case-image{height:180px}.clients{padding:64px 24px}.founder{grid-template-columns:1fr;padding:64px 24px 0}.founder-photo-wrap{min-height:0}.founder-photo{width:100%;max-width:360px}.founder-copy{padding-bottom:34px}.founder blockquote{padding:0 0 56px}.contact-cta{grid-template-columns:1fr;padding:54px 24px}.contact-cta h2{font-size:42px}.site-footer{grid-template-columns:1fr;text-align:center;padding:34px 24px}.footer-meta{text-align:center}.footer-brand{grid-row:1}.footer-location{font-size:15px}
}

/* V3.1 browser polish — approved design corrections */
.site-header{
  height:86px;
  grid-template-columns:190px 1fr auto;
  padding:0 clamp(40px,4.5vw,92px);
  background:#fff;
  border-bottom:1px solid rgba(10,52,91,.08);
  box-shadow:0 1px 0 rgba(10,52,91,.03);
  overflow:visible;
}
.brand{display:flex;align-items:center;height:100%;overflow:visible}
.brand img{width:124px;height:auto;max-height:74px;object-fit:contain;object-position:left center}
.nav{font-size:15.5px;gap:clamp(28px,2.2vw,46px)}
.header-cta{font-size:14.5px;padding:13px 24px}

/* Keep the hero visually clean: the community image fills its half without a duplicate leaf overlay. */
.hero{height:clamp(520px,31vw,630px);grid-template-columns:48% 52%}
.hero-media{background:var(--navy-deep)}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center 46%}
.hero-leaf-mark{display:none !important}

/* Impact copy gets more presence without changing the layout. */
.impact{grid-template-columns:280px 1fr;gap:42px;padding-top:56px;padding-bottom:60px}
.impact-intro h2{font-size:clamp(38px,3vw,56px)}
.impact-intro>p:last-child{font-size:16px;line-height:1.5;margin-top:18px}
.case-body{padding:17px 18px 18px}
.case-body h3{font-size:18px;line-height:1.14;margin-bottom:10px}
.case-body p{font-size:13.5px;line-height:1.42;margin-bottom:11px}
.case-body small{font-size:10.5px}

/* Client wall: clean separation from founder section and no image bleed. */
.clients{position:relative;z-index:2;overflow:hidden;background:#fff;padding-top:42px;padding-bottom:42px}
.client-wall-visual{overflow:hidden;background:#fff}
.client-wall-visual img{display:block;width:100%;max-width:1110px;height:auto;mix-blend-mode:normal;background:#fff}
.founder{position:relative;z-index:1}

@media (max-width:1180px){
  .site-header{height:80px;grid-template-columns:155px 1fr auto;padding:0 30px}
  .brand img{width:108px;max-height:68px}
  .nav{font-size:13.5px;gap:20px}
  .impact{grid-template-columns:1fr}
}
@media (max-width:820px){
  .site-header{height:84px;grid-template-columns:1fr auto;padding:0 20px}
  .brand img{width:100px;max-height:68px}
  .nav{top:84px}
  .impact{padding-left:24px;padding-right:24px}
}


/* V3.2 post-launch polish */
/* Hero: use a clean photographic crop only, with no embedded mockup text/leaves. */
.hero{grid-template-columns:48% 52%;}
.hero-media{height:100%;min-width:0;overflow:hidden;background:var(--navy-deep);}
.hero-media img{display:block;width:100%;height:100%;max-width:none;object-fit:cover;object-position:50% 50%;}

/* Impact: make the copy visually fill the cards instead of floating in excess white space. */
.impact-grid{align-items:stretch;}
.case-card{display:flex;flex-direction:column;height:100%;}
.case-image{height:145px;flex:0 0 145px;}
.case-body{padding:22px 22px 20px;display:flex;flex:1;flex-direction:column;}
.case-body h3{font-size:clamp(20px,1.35vw,25px);line-height:1.12;margin:0 0 13px;letter-spacing:-.018em;}
.case-body p{font-size:clamp(14.5px,.98vw,17px);line-height:1.48;margin:0 0 18px;color:#365c76;}
.case-body small{font-size:11.5px;line-height:1.35;margin-top:auto;display:block;}

/* Trusted By: individual logo tiles prevent artwork bleed and keep every mark crisp and contained. */
.clients{align-items:start;}
.client-logo-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px 14px;align-items:center;width:100%;overflow:hidden;}
.logo-tile{height:104px;background:#fff;border:1px solid rgba(10,52,91,.07);border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:12px 14px;}
.logo-tile>img{display:block;width:100%;height:100%;object-fit:contain;mix-blend-mode:normal;}
.logo-tile--ahe{padding:0 8px;}
.ahe-logo-viewport{height:100%;width:100%;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;background:#fff;}
.ahe-logo-viewport img{position:absolute;width:230px;height:230px;max-width:none;object-fit:cover;left:50%;top:50%;transform:translate(-50%,-50%);object-position:center center;}
/* Mask the social-card artwork to the central logo band while preserving the official wordmark. */
.ahe-logo-viewport{clip-path:inset(28% 0 28% 0);transform:scale(1.45);}

/* Clear visual separation guarantees the founder portrait cannot bleed into the logo wall. */
.clients{isolation:isolate;z-index:3;}
.founder{z-index:1;}

@media (max-width:1180px){
  .client-logo-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
  .logo-tile{height:100px;}
}
@media (max-width:820px){
  .hero-media{height:420px;}
  .hero-media img{object-position:52% 50%;}
  .case-image{height:190px;flex-basis:190px;}
  .case-body{padding:22px;}
  .case-body h3{font-size:22px;}
  .case-body p{font-size:16px;}
  .client-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
  .logo-tile{height:96px;padding:10px;}
}

/* V3.3 final post-launch detail pass */
/* Trusted By: logos are individual marks, not cropped from a composite image. */
.client-logo-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:28px 34px;
  align-items:center;
  width:100%;
  overflow:visible;
  padding:8px 0;
}
.logo-mark{
  min-height:92px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px 8px;
  background:transparent;
  border:0;
  border-radius:0;
  overflow:hidden;
}
.logo-mark img{
  display:block;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:68px;
  object-fit:contain;
  filter:none;
  mix-blend-mode:normal;
}
.logo-mark--wide img{max-height:74px;max-width:96%;}
.logo-mark--tall img{max-height:82px;max-width:90%;}
.logo-mark--ahe{height:96px;overflow:hidden;padding:0 4px;}
.logo-mark--ahe img{
  width:100%;
  max-width:none;
  height:310px;
  max-height:none;
  object-fit:cover;
  object-position:center 55%;
  transform:scale(.98);
}

/* Ensure all editorial imagery uses the new high-resolution source files cleanly. */
.hero-media img,.human-photo img,.case-image img{
  image-rendering:auto;
  backface-visibility:hidden;
  transform:translateZ(0);
}
.hero-media img{object-position:center 48%;}
.human-photo img{object-position:center 46%;}
.case-image img{object-position:center center;}

/* Footer typography and location treatment align with the rest of the site. */
.site-footer{
  font-family:"Manrope",sans-serif;
  grid-template-columns:1.05fr .95fr 1.05fr;
  gap:38px;
  padding-top:30px;
  padding-bottom:30px;
}
.footer-location{
  display:flex;
  align-items:center;
  gap:13px;
  font-size:15.5px;
  font-weight:650;
  line-height:1.35;
}
.footer-location p{margin:0;}
.footer-location p:last-child{margin-top:4px;font-size:13px;font-style:italic;color:#d9f36b;font-weight:700;}
.footer-pin{
  flex:0 0 35px;
  width:35px;
  height:35px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--lime);
}
.footer-pin svg{width:20px;height:20px;fill:var(--navy-deep);}
.footer-pin svg circle{fill:var(--lime);stroke:var(--navy-deep);stroke-width:1.5;}
.footer-brand a{font-size:14px;line-height:1.3;}
.footer-meta{font-size:11.5px;line-height:1.45;}
.footer-social{gap:8px;color:#fff;text-decoration:none;margin-bottom:7px;}
.linkedin-icon{
  display:inline-grid;
  place-items:center;
  width:23px;
  height:23px;
  border-radius:5px;
  background:#fff;
  color:var(--navy-deep);
  font-size:13px;
  font-weight:900;
  line-height:1;
}

@media (max-width:1180px){
  .client-logo-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px 26px;}
}
@media (max-width:820px){
  .client-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 18px;}
  .logo-mark{min-height:82px;}
  .logo-mark img{max-height:58px;}
  .logo-mark--ahe{height:84px;}
  .logo-mark--ahe img{height:270px;}
  .site-footer{grid-template-columns:1fr;gap:22px;}
  .footer-location{justify-content:center;text-align:left;}
  .footer-meta{text-align:center;}
}


/* V3.4 final tightening: uniform partner marks and uncropped artwork */
.client-logo-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:26px 32px;align-items:stretch;}
.logo-mark{height:108px;min-height:108px;padding:18px 22px;overflow:visible;box-sizing:border-box;}
.logo-mark img,.logo-mark--wide img,.logo-mark--tall img,.logo-mark--ahe img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center;transform:none;clip-path:none;}
.footer-social{white-space:nowrap;}
.case-image{height:170px;flex-basis:170px;overflow:hidden;}
.case-image img{width:100%;height:100%;object-fit:cover;object-position:center;}
@media(max-width:1180px){.client-logo-grid{grid-template-columns:repeat(3,minmax(0,1fr));}.logo-mark{height:104px;min-height:104px;}}
@media(max-width:820px){.client-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.logo-mark{height:96px;min-height:96px;padding:14px 16px}.case-image{height:190px;flex-basis:190px}.footer-social{white-space:normal;justify-content:center;}}

/* V3.5 partner wall — final simplified eight-logo treatment */
.client-logo-grid--final{grid-template-columns:repeat(4,minmax(0,1fr));gap:26px 34px;align-items:stretch;}
.client-logo-grid--final .logo-mark{height:112px;min-height:112px;padding:18px 20px;overflow:hidden;display:flex;align-items:center;justify-content:center;box-sizing:border-box;}
.client-logo-grid--final .logo-mark img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center;transform:none;filter:none;}
@media(max-width:1180px){.client-logo-grid--final{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px 22px}.client-logo-grid--final .logo-mark{height:104px;min-height:104px;padding:16px 18px}}
@media(max-width:820px){.client-logo-grid--final{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.client-logo-grid--final .logo-mark{height:96px;min-height:96px;padding:14px 16px}}


/* V3.6 FINAL — image fidelity + closing CTA alignment */
/* Avoid GPU-layer resampling that can make large photos appear softer in Chrome. */
.hero-media img,
.human-photo img,
.case-image img {
  transform:none !important;
  backface-visibility:visible !important;
  image-rendering:auto;
  -webkit-font-smoothing:auto;
}

/* Preserve the 4K source detail while allowing each photo to fill its intended frame. */
.hero-media img,
.human-photo img,
.case-image img {
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

/* Partner marks: preserve complete artwork and let the browser downsample from a high-resolution source. */
.client-logo-grid--final .logo-mark {
  overflow:visible;
}
.client-logo-grid--final .logo-mark img {
  object-fit:contain !important;
  object-position:center !important;
  width:100%;
  height:100%;
  max-width:100%;
  max-height:100%;
}

/* Closing CTA: keep existing headline, give supporting white copy more presence, and center the action. */
.contact-cta {
  grid-template-columns:1fr 1.15fr 1fr;
  gap:34px;
}
.contact-cta > div:nth-child(2) {
  display:flex;
  align-items:center;
  justify-content:center;
}
.contact-cta > div:nth-child(2) p {
  font-size:clamp(16px,1.05vw,18px);
  line-height:1.5;
  text-align:center;
  max-width:620px;
  margin-inline:auto;
}
.contact-cta > div:nth-child(3) {
  display:flex;
  align-items:center;
  justify-content:center;
}
.contact-cta > div:nth-child(3) .button {
  margin:0 auto;
}

@media (max-width:820px) {
  .contact-cta {
    grid-template-columns:1fr;
    text-align:center;
  }
  .contact-cta > div:nth-child(2) p {
    max-width:620px;
  }
}


/* V3.7 — Trusted By continuous carousel with high-resolution/vector logo sources */
.partner-marquee{
  position:relative;
  width:100%;
  overflow:hidden;
  padding:12px 0 8px;
  -webkit-mask-image:linear-gradient(to right,transparent 0,#000 6%,#000 94%,transparent 100%);
  mask-image:linear-gradient(to right,transparent 0,#000 6%,#000 94%,transparent 100%);
}
.partner-marquee__track{
  display:flex;
  align-items:center;
  width:max-content;
  gap:64px;
  animation:partner-marquee-scroll 32s linear infinite;
  will-change:transform;
}
.partner-marquee:hover .partner-marquee__track{animation-play-state:paused;}
.partner-logo{
  flex:0 0 210px;
  height:86px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px 8px;
  box-sizing:border-box;
}
.partner-logo img{
  display:block;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:64px;
  object-fit:contain;
  object-position:center;
  filter:none;
  transform:none;
}
/* Normalize unusually tall institutional marks without cropping them. */
.partner-logo img[alt="Howard University"]{max-height:70px;}
.partner-logo img[alt="North Carolina Central University"]{max-height:58px;}
.partner-logo img[alt="Norfolk State University"]{max-height:54px;}
.partner-logo img[alt="CDC Foundation"]{max-height:58px;}
@keyframes partner-marquee-scroll{
  from{transform:translateX(0)}
  to{transform:translateX(calc(-50% - 32px))}
}
@media(max-width:820px){
  .partner-marquee__track{gap:42px;animation-duration:27s;}
  .partner-logo{flex-basis:170px;height:78px;}
  .partner-logo img{max-height:56px;}
}
@media(prefers-reduced-motion:reduce){
  .partner-marquee{overflow-x:auto;mask-image:none;-webkit-mask-image:none;}
  .partner-marquee__track{animation:none;}
}


/* V3.8 — service pages + contact experience */
.inner-page .site-header{position:relative;z-index:20;}
.inner-page main{overflow:hidden;}

.service-hero{
  min-height:610px;
  display:grid;
  grid-template-columns:minmax(0,1.22fr) minmax(320px,.78fr);
  color:#fff;
}
.service-hero__copy{
  padding:82px clamp(34px,7vw,118px) 88px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.service-hero__copy h1{
  max-width:850px;
  margin:12px 0 24px;
  font-size:clamp(48px,5.3vw,82px);
  line-height:.98;
  letter-spacing:-.052em;
}
.service-hero__copy > p:not(.eyebrow){
  max-width:760px;
  font-size:clamp(17px,1.35vw,21px);
  line-height:1.62;
  color:rgba(255,255,255,.88);
  margin:0 0 34px;
}
.service-hero__copy .button{align-self:flex-start;}
.back-link{
  color:rgba(255,255,255,.76);
  font-size:13px;
  font-weight:800;
  letter-spacing:.04em;
  text-decoration:none;
  margin-bottom:46px;
}
.service-hero__statement{
  display:flex;
  align-items:flex-end;
  padding:64px 52px;
  position:relative;
  overflow:hidden;
}
.service-hero__statement::before{
  content:"";
  position:absolute;
  width:330px;
  height:330px;
  border:2px solid currentColor;
  border-radius:50%;
  opacity:.18;
  top:-85px;
  right:-90px;
}
.service-hero__statement::after{
  content:"";
  position:absolute;
  width:190px;
  height:190px;
  border:2px solid currentColor;
  border-radius:50%;
  opacity:.18;
  top:105px;
  right:86px;
}
.service-hero__statement span{
  position:relative;
  z-index:2;
  max-width:360px;
  font-size:clamp(26px,2.5vw,40px);
  font-weight:800;
  line-height:1.1;
  letter-spacing:-.035em;
}
.service-theme--navy{background:#0b2c52;}
.service-theme--navy .service-hero__statement{background:#d9f36b;color:#0b2c52;}
.service-theme--green{background:#123e36;}
.service-theme--green .service-hero__statement{background:#a8dfc7;color:#123e36;}
.service-theme--orange{background:#d9683e;}
.service-theme--orange .service-hero__statement{background:#fff4e9;color:#963d21;}
.service-theme--sky{background:#284e70;}
.service-theme--sky .service-hero__statement{background:#cfe8f4;color:#163954;}

.service-detail{
  display:grid;
  grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);
  gap:clamp(50px,7vw,120px);
  background:#fff;
}
.service-detail__intro{
  position:sticky;
  top:36px;
  align-self:start;
}
.service-detail__intro h2{
  margin:12px 0 0;
  font-size:clamp(34px,3.6vw,58px);
  line-height:1.05;
  letter-spacing:-.045em;
  color:#0b2c52;
}
.service-detail__intro h2 span{color:#6f9426;}
.service-points{border-top:1px solid rgba(11,44,82,.15);}
.service-point{
  display:grid;
  grid-template-columns:54px 1fr;
  gap:22px;
  padding:28px 0 30px;
  border-bottom:1px solid rgba(11,44,82,.15);
}
.service-point__num{
  font-size:12px;
  font-weight:800;
  color:#6f9426;
  padding-top:6px;
}
.service-point h3{
  margin:0 0 8px;
  font-size:clamp(20px,1.6vw,26px);
  line-height:1.15;
  color:#0b2c52;
  letter-spacing:-.025em;
}
.service-point p{
  margin:0;
  color:#44566a;
  font-size:15.5px;
  line-height:1.6;
  max-width:760px;
}
.service-close{
  background:#d9f36b;
  color:#0b2c52;
  text-align:center;
  padding:72px 28px 78px;
}
.service-close h2{
  font-size:clamp(38px,4.8vw,68px);
  line-height:1;
  letter-spacing:-.05em;
  margin:12px auto 30px;
}
.service-close .button{display:inline-flex;}

.contact-page-hero{
  background:#eef6fb;
  color:#0b2c52;
  padding:84px clamp(34px,7vw,118px);
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(280px,.55fr);
  gap:clamp(46px,8vw,130px);
  align-items:end;
}
.back-link--dark{color:#567087;display:inline-block;margin-bottom:42px;}
.contact-page-hero h1{
  font-size:clamp(54px,6.1vw,92px);
  line-height:.95;
  letter-spacing:-.058em;
  margin:12px 0 28px;
}
.contact-page-hero > div > p:not(.eyebrow){
  max-width:760px;
  font-size:clamp(17px,1.35vw,21px);
  line-height:1.62;
  color:#425a70;
}
.contact-page-note{
  border-left:4px solid #d9f36b;
  padding:22px 0 22px 28px;
  color:#334e64;
}
.contact-page-note p{font-size:15px;line-height:1.6;margin:0 0 16px;}
.contact-page-note a{font-weight:800;color:#0b2c52;text-decoration:none;}

.contact-form-section{
  display:grid;
  grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr);
  gap:clamp(48px,7vw,112px);
  align-items:start;
  background:#fff;
}
.contact-form-intro h2{
  margin:12px 0 18px;
  font-size:clamp(36px,3.7vw,58px);
  line-height:1.03;
  letter-spacing:-.048em;
  color:#0b2c52;
}
.contact-form-intro > p:last-child{
  max-width:420px;
  color:#617285;
  font-size:14.5px;
  line-height:1.65;
}
.contact-form{
  background:#f7fafc;
  border:1px solid rgba(11,44,82,.10);
  border-radius:22px;
  padding:clamp(26px,4vw,48px);
}
.form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px 22px;
}
.contact-form label{display:block;min-width:0;}
.contact-form label > span{
  display:block;
  margin-bottom:8px;
  font-size:13px;
  font-weight:800;
  color:#0b2c52;
}
.contact-form input,
.contact-form select,
.contact-form textarea{
  width:100%;
  border:1px solid #cbd7e1;
  border-radius:10px;
  background:#fff;
  color:#17334f;
  font:inherit;
  font-size:16px;
  padding:13px 14px;
  box-sizing:border-box;
  outline:none;
}
.contact-form textarea{resize:vertical;min-height:150px;}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{
  border-color:#6f9426;
  box-shadow:0 0 0 3px rgba(111,148,38,.12);
}
.form-span-2{grid-column:1/-1;}
.form-submit{
  display:flex;
  align-items:center;
  gap:24px;
  margin-top:28px;
  flex-wrap:wrap;
}
.form-submit .button{border:0;cursor:pointer;}
.form-submit p{margin:0;font-size:13px;color:#617285;}
.form-submit a{color:#0b2c52;font-weight:800;}
.sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

.thank-you{
  min-height:560px;
  padding:100px clamp(34px,7vw,118px);
  background:#eef6fb;
  color:#0b2c52;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
}
.thank-you h1{
  font-size:clamp(52px,6vw,90px);
  letter-spacing:-.055em;
  line-height:.95;
  margin:12px 0 24px;
}
.thank-you > p:not(.eyebrow){
  max-width:720px;
  font-size:18px;
  line-height:1.65;
  color:#425a70;
}
.thank-you__actions{
  margin-top:26px;
  display:flex;
  gap:24px;
  align-items:center;
  flex-wrap:wrap;
}

@media(max-width:900px){
  .service-hero{
    grid-template-columns:1fr;
    min-height:0;
  }
  .service-hero__statement{
    min-height:250px;
    padding:46px 34px;
  }
  .service-detail,
  .contact-page-hero,
  .contact-form-section{
    grid-template-columns:1fr;
  }
  .service-detail__intro{position:static;}
  .contact-page-hero{align-items:start;}
}
@media(max-width:650px){
  .service-hero__copy{padding:62px 24px 66px;}
  .service-hero__copy h1{font-size:48px;}
  .back-link{margin-bottom:32px;}
  .service-detail{gap:38px;}
  .service-point{grid-template-columns:38px 1fr;gap:14px;}
  .form-grid{grid-template-columns:1fr;}
  .form-span-2{grid-column:auto;}
  .contact-form{padding:24px 18px;}
  .contact-page-hero{padding:64px 24px;}
  .thank-you{padding:80px 24px;}
}


/* V3.9 — final impact treatment + Founder & Lead Partner */
.impact--graphic{
  background:#f5f9fc;
}
.impact-grid--no-photo{
  align-items:stretch;
  gap:22px;
}
.impact-story{
  min-height:430px;
  border-radius:18px;
  padding:28px 28px 24px;
  display:flex;
  flex-direction:column;
  position:relative;
  overflow:hidden;
  border:1px solid rgba(11,44,82,.09);
  background:#fff;
}
.impact-story::after{
  content:"";
  position:absolute;
  width:185px;
  height:185px;
  border-radius:50%;
  right:-75px;
  top:-80px;
  opacity:.3;
  border:1.5px solid currentColor;
}
.impact-story--lime{color:#607f1d;}
.impact-story--sky{color:#34799c;}
.impact-story--orange{color:#bf5b36;}
.impact-story__top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  margin-bottom:28px;
  position:relative;
  z-index:1;
}
.impact-story__num{
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
}
.impact-story__tag{
  font-size:10.5px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.055em;
  color:#677788;
  text-align:right;
}
.impact-story__icon{
  width:58px;
  height:58px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:currentColor;
  margin-bottom:28px;
}
.impact-story__icon svg{
  width:32px;
  height:32px;
  fill:none;
  stroke:#fff;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.impact-story h3{
  margin:0 0 16px;
  color:#0b2c52;
  font-size:clamp(24px,1.8vw,31px);
  line-height:1.08;
  letter-spacing:-.035em;
}
.impact-story p{
  margin:0;
  color:#485d70;
  font-size:15.5px;
  line-height:1.58;
}
.impact-story__footer{
  margin-top:auto;
  padding-top:28px;
  color:#0b2c52;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.055em;
}
.founder-copy > p:not(.eyebrow){
  font-size:15.5px;
  line-height:1.62;
  margin-bottom:14px;
  max-width:700px;
}
.founder-cta{
  display:inline-flex;
  margin-top:12px;
}
@media(max-width:820px){
  .impact-story{
    min-height:380px;
  }
}


/* V3.10 — unified modern Our Impact treatment */
.impact--graphic{
  background:#0b2c52;
  color:#fff;
}
.impact--graphic .impact-intro .eyebrow{
  color:#d9f36b;
}
.impact--graphic .impact-intro h2{
  color:#fff;
}
.impact--graphic .impact-intro h2 span{
  color:#d9f36b;
}
.impact--graphic .impact-intro > p:last-child{
  color:rgba(255,255,255,.78);
}

.impact-grid--unified{
  gap:1px;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.16);
  border-radius:22px;
  overflow:hidden;
}
.impact-grid--unified .impact-story{
  border:0;
  border-radius:0;
  background:#113a66;
  color:#d9f36b;
  min-height:410px;
  padding:34px 30px 30px;
}
.impact-grid--unified .impact-story::after{
  width:220px;
  height:220px;
  right:-100px;
  top:-105px;
  opacity:.12;
  border-color:#d9f36b;
}
.impact-grid--unified .impact-story__tag{
  color:rgba(255,255,255,.62);
}
.impact-grid--unified .impact-story__icon{
  width:56px;
  height:56px;
  border-radius:50%;
  background:#d9f36b;
}
.impact-grid--unified .impact-story__icon svg{
  stroke:#0b2c52;
}
.impact-grid--unified .impact-story h3{
  color:#fff;
  font-size:clamp(25px,1.9vw,32px);
}
.impact-grid--unified .impact-story p{
  color:rgba(255,255,255,.78);
}
.impact-grid--unified .impact-story__footer{
  color:#d9f36b;
  border-top:1px solid rgba(255,255,255,.13);
  margin-top:auto;
}
.impact-grid--unified .impact-story__num{
  color:#d9f36b;
}
@media(max-width:900px){
  .impact-grid--unified{
    display:grid;
    grid-template-columns:1fr;
    gap:1px;
  }
  .impact-grid--unified .impact-story{
    min-height:360px;
  }
}

/* V3.11 — real photography + founder page */
.hero-media img{object-position:50% 48% !important;}
.impact-grid--unified .impact-story{padding:0;overflow:hidden;display:flex;flex-direction:column;}
.impact-grid--unified .impact-story__top,
.impact-grid--unified .impact-story__icon,
.impact-grid--unified .impact-story h3,
.impact-grid--unified .impact-story > p,
.impact-grid--unified .impact-story__footer{margin-left:30px;margin-right:30px;}
.impact-grid--unified .impact-story__top{margin-top:28px;}
.impact-story__photo{width:100%;height:190px;margin:20px 0 24px;overflow:hidden;background:#0b2c52;}
.impact-story__photo img{width:100%;height:100%;display:block;object-fit:cover;transform:none;}
.impact-grid--unified .impact-story:nth-child(1) .impact-story__photo img{object-position:50% 55%;}
.impact-grid--unified .impact-story:nth-child(2) .impact-story__photo img{object-position:50% 52%;}
.impact-grid--unified .impact-story:nth-child(3) .impact-story__photo img{object-position:50% 60%;}
.impact-grid--unified .impact-story__footer{margin-top:auto;margin-bottom:28px;padding-top:20px;}
.founder-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px;}
.founder-actions .founder-cta{margin:0;}

.founder-page-hero{background:#0b2c52;color:#fff;display:grid;grid-template-columns:1.05fr .95fr;min-height:650px;overflow:hidden;}
.founder-page-hero__copy{padding:100px clamp(32px,6vw,92px);display:flex;flex-direction:column;justify-content:center;}
.founder-page-hero h1{font-size:clamp(52px,6vw,86px);line-height:.96;letter-spacing:-.055em;margin:12px 0 24px;}
.founder-page-hero h1 span{color:#d9f36b;}
.founder-page-hero__copy>p:last-of-type{max-width:680px;font-size:19px;line-height:1.65;color:rgba(255,255,255,.8);}
.founder-page-hero__image{min-height:650px;overflow:hidden;}
.founder-page-hero__image img{width:100%;height:100%;display:block;object-fit:cover;object-position:50% 28%;}
.founder-bio{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;background:#fff;}
.founder-bio__heading h2{font-size:clamp(40px,4vw,64px);line-height:1;letter-spacing:-.045em;margin:10px 0;}
.founder-bio__heading h2 span{color:#6f9426;}
.founder-bio__copy p{font-size:18px;line-height:1.75;color:#34475b;margin:0 0 22px;}
.founder-highlights{background:#dfeff7;display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;}
.founder-highlights h2{font-size:clamp(38px,4vw,60px);line-height:1.02;letter-spacing:-.045em;margin:10px 0 22px;color:#0b2c52;}
.founder-highlights__list{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.founder-highlight{background:#fff;padding:26px;border-radius:18px;min-height:155px;}
.founder-highlight strong{display:block;font-size:27px;color:#0b2c52;margin-bottom:8px;}
.founder-highlight p{margin:0;color:#4d5d6c;line-height:1.55;}
.founder-gallery{background:#f7f2e8;}
.founder-gallery__heading{max-width:760px;margin-bottom:38px;}
.founder-gallery__heading h2{font-size:clamp(38px,4vw,58px);letter-spacing:-.045em;line-height:1.04;margin:10px 0;}
.founder-gallery__grid{display:grid;grid-template-columns:1.05fr .95fr;grid-template-rows:280px 280px;gap:16px;}
.founder-gallery__photo{overflow:hidden;border-radius:20px;position:relative;background:#0b2c52;}
.founder-gallery__photo:first-child{grid-row:1 / span 2;}
.founder-gallery__photo img{width:100%;height:100%;object-fit:cover;display:block;}
.founder-gallery__photo:first-child img{object-position:50% 25%;}
.founder-gallery__photo:nth-child(2) img{object-position:50% 48%;}
.founder-gallery__photo:nth-child(3) img{object-position:50% 48%;}
.founder-page-quote{background:#f06b43;color:#0b2c52;text-align:center;padding:80px 24px;}
.founder-page-quote blockquote{max-width:900px;margin:0 auto;font-size:clamp(34px,4vw,58px);line-height:1.08;font-weight:800;letter-spacing:-.04em;}
@media(max-width:820px){
 .founder-page-hero,.founder-bio,.founder-highlights{grid-template-columns:1fr;}
 .founder-page-hero__copy{padding:64px 24px;}
 .founder-page-hero__image{min-height:460px;}
 .founder-bio,.founder-highlights{gap:34px;}
 .founder-highlights__list{grid-template-columns:1fr;}
 .founder-gallery__grid{grid-template-columns:1fr;grid-template-rows:auto;}
 .founder-gallery__photo,.founder-gallery__photo:first-child{grid-row:auto;height:340px;}
 .impact-story__photo{height:220px;}
}


/* V3.12 — impact photo placement + founder gallery refinements */
.impact-grid--unified .impact-story__photo{
  margin:20px 0 24px;
  width:100%;
  height:190px;
  overflow:hidden;
  background:#0b2c52;
}
.impact-grid--unified .impact-story__photo img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transform:none;
}
.impact-grid--unified .impact-story:nth-child(1) .impact-story__photo img{object-position:50% 48%;}
.impact-grid--unified .impact-story:nth-child(2) .impact-story__photo img{object-position:50% 52%;}
.impact-grid--unified .impact-story:nth-child(3) .impact-story__photo img{object-position:50% 45%;}

/* Let the founder gallery respect each original photo instead of forcing heavy crops. */
.founder-gallery__grid{
  grid-template-columns:1.12fr .88fr;
  grid-template-rows:auto auto;
  align-items:start;
}
.founder-gallery__photo{
  background:#0b2c52;
}
.founder-gallery__photo:first-child{
  grid-row:1 / span 2;
}
.founder-gallery__photo img,
.founder-gallery__photo:first-child img,
.founder-gallery__photo:nth-child(2) img,
.founder-gallery__photo:nth-child(3) img{
  width:100%;
  height:auto;
  object-fit:contain;
  object-position:center;
  display:block;
}
.founder-gallery__photo:first-child img{
  min-height:560px;
  object-fit:cover;
  object-position:50% 50%;
}
.founder-gallery__photo:nth-child(2) img,
.founder-gallery__photo:nth-child(3) img{
  max-height:330px;
  object-fit:contain;
}

/* Separate the quote from the orange CTA and tie it to the navy Afya system. */
.founder-page-quote{
  background:#0b2c52;
  color:#fff;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.founder-page-quote blockquote{
  color:#fff;
}
.founder-page-quote blockquote::after{
  content:"";
  display:block;
  width:64px;
  height:5px;
  margin:30px auto 0;
  border-radius:999px;
  background:#d9f36b;
}

@media(max-width:820px){
  .founder-gallery__grid{grid-template-columns:1fr;grid-template-rows:auto;}
  .founder-gallery__photo:first-child{grid-row:auto;}
  .founder-gallery__photo:first-child img,
  .founder-gallery__photo:nth-child(2) img,
  .founder-gallery__photo:nth-child(3) img{
    min-height:0;
    max-height:none;
    width:100%;
    height:auto;
    object-fit:contain;
  }
}


/* V3.13 — centered homepage statement + five-photo founder work gallery */
.split-intro--centered{
  display:flex !important;
  justify-content:center;
  align-items:center;
  text-align:center;
}
.split-intro--centered > div{width:100%;}
.split-intro--centered h2{
  max-width:980px;
  margin:0 auto;
}

.founder-gallery__grid--five{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  grid-template-rows:auto;
  gap:18px;
}
.founder-gallery__grid--five .founder-gallery__photo{
  grid-row:auto !important;
  min-height:0;
  height:auto;
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}
.founder-gallery__grid--five .founder-gallery__photo:nth-child(1){grid-column:span 4;}
.founder-gallery__grid--five .founder-gallery__photo:nth-child(2){grid-column:span 8;}
.founder-gallery__grid--five .founder-gallery__photo:nth-child(3){grid-column:span 7;}
.founder-gallery__grid--five .founder-gallery__photo:nth-child(4){grid-column:span 5;}
.founder-gallery__grid--five .founder-gallery__photo:nth-child(5){grid-column:2 / span 10;}
.founder-gallery__grid--five .founder-gallery__photo img,
.founder-gallery__grid--five .founder-gallery__photo:first-child img,
.founder-gallery__grid--five .founder-gallery__photo:nth-child(2) img,
.founder-gallery__grid--five .founder-gallery__photo:nth-child(3) img{
  width:100%;
  height:auto;
  min-height:0;
  max-height:none;
  object-fit:contain;
  object-position:center;
  display:block;
}
@media(max-width:820px){
  .founder-gallery__grid--five{grid-template-columns:1fr;}
  .founder-gallery__grid--five .founder-gallery__photo:nth-child(n){grid-column:auto;}
}


/* V3.14 — mobile-only homepage hero correction
   Desktop and tablet layouts remain unchanged. */
@media (max-width: 820px) {
  .hero{
    display:grid !important;
    grid-template-columns:1fr !important;
    height:auto !important;
    min-height:0 !important;
    overflow:hidden;
  }

  .hero-copy{
    width:100%;
    padding:56px 24px 44px !important;
    order:1;
  }

  .hero h1{
    width:100%;
    max-width:none;
    font-size:clamp(40px,10.3vw,46px) !important;
    line-height:.98;
    letter-spacing:-.045em;
    margin-bottom:22px;
  }

  .hero-line{
    display:block;
    white-space:normal !important;
    overflow-wrap:normal;
    word-break:normal;
  }

  .hero-dek{
    max-width:100%;
    font-size:16px;
    line-height:1.5;
  }

  .hero-media{
    order:2;
    width:100%;
    height:auto !important;
    aspect-ratio:4 / 3;
    overflow:hidden;
    background:var(--navy-deep);
  }

  .hero-media img{
    width:100% !important;
    height:100% !important;
    max-width:none;
    object-fit:cover !important;
    object-position:center center !important;
    transform:none !important;
  }
}

/* V3.15 — new community hero image + industries strip only */
.hero-media picture{display:block;width:100%;height:100%;}
.hero-media picture img{display:block;width:100%;height:100%;}
@media (min-width:821px){
  .hero-media{position:relative;background:linear-gradient(135deg,#f8fbfc 0%,#e8f5f8 100%);}
  .hero-media picture{display:flex;align-items:flex-end;justify-content:center;}
  .hero-media picture img{width:112% !important;height:auto !important;max-height:96%;object-fit:contain !important;object-position:center bottom !important;}
}
.industries-strip{margin-top:52px;padding-top:28px;border-top:1px solid rgba(7,60,101,.18);}
.industries-strip__heading{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;margin-bottom:28px;}
.industries-strip__heading span{height:1px;background:rgba(7,60,101,.28);}
.industries-strip__heading p{margin:0;color:var(--green);font-size:13px;font-weight:800;letter-spacing:.22em;text-transform:uppercase;white-space:nowrap;}
.industries-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:0;align-items:start;}
.industry-item{min-width:0;text-align:center;padding:0 18px;position:relative;color:var(--navy);}
.industry-item:not(:last-child)::after{content:"";position:absolute;right:0;top:8px;width:1px;height:52px;background:rgba(132,177,37,.48);}
.industry-item svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;margin:0 auto 10px;}
.industry-item p{margin:0;font-size:14px;font-weight:700;line-height:1.25;}
@media(max-width:820px){
  .hero-media picture{height:100%;}
  .hero-media picture img{width:100% !important;height:100% !important;object-fit:cover !important;object-position:center 50% !important;}
  .industries-strip{margin-top:38px;padding-top:24px;}
  .industries-strip__heading{gap:12px;margin-bottom:24px;}
  .industries-strip__heading p{font-size:11px;letter-spacing:.16em;}
  .industries-grid{grid-template-columns:repeat(2,1fr);row-gap:28px;}
  .industry-item{padding:0 12px;}
  .industry-item:nth-child(2n)::after,.industry-item:last-child::after{display:none;}
  .industry-item svg{width:38px;height:38px;}
  .industry-item p{font-size:13px;}
}

/* V3.16 — founder gallery expansion */
.founder-gallery img { width:100%; height:auto; object-fit:contain; }

/* V3.17 — hero cutout proportions + larger Industries We Support treatment */
.hero-media img[src="hero-community-cutout.png"]{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center bottom;
  transform:none;
}
.industries-strip__heading p{
  font-size:15px;
  letter-spacing:.20em;
}
.industry-item svg{
  width:54px;
  height:54px;
  margin-bottom:13px;
}
.industry-item p{
  font-size:16px;
  line-height:1.3;
}
@media (max-width:820px){
  .hero-media img[src="hero-community-cutout.png"]{
    object-fit:contain !important;
    object-position:center bottom !important;
  }
  .industries-strip__heading p{font-size:12px;}
  .industry-item svg{width:46px;height:46px;}
  .industry-item p{font-size:14px;}
}


/* V3.18 FINAL QA OVERRIDES */

/* Homepage hero: original photo, never stretched or distorted. */
.hero-media{
  background:#fff;
}
.hero-media img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  transform:none !important;
}

/* Founder "In the Work": every image keeps its native aspect ratio. */
.founder-gallery__grid--five{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  grid-template-rows:auto !important;
  gap:18px;
}
.founder-gallery__grid--five .founder-gallery__photo{
  grid-row:auto !important;
  height:auto !important;
  min-height:0 !important;
  overflow:hidden;
  background:#fff;
  display:block;
}
.founder-gallery__grid--five .founder-gallery__photo:nth-child(1){grid-column:span 5;}
.founder-gallery__grid--five .founder-gallery__photo:nth-child(2){grid-column:span 7;}
.founder-gallery__grid--five .founder-gallery__photo:nth-child(3){grid-column:span 7;}
.founder-gallery__grid--five .founder-gallery__photo:nth-child(4){grid-column:span 5;}
.founder-gallery__grid--five .founder-gallery__photo:nth-child(5){grid-column:span 6;}
.founder-gallery__grid--five .founder-gallery__photo:nth-child(6){grid-column:span 6;}
.founder-gallery__grid--five .founder-gallery__photo:nth-child(7){grid-column:3 / span 8;}

.founder-gallery__grid--five .founder-gallery__photo img,
.founder-gallery__grid--five .founder-gallery__photo:first-child img,
.founder-gallery__grid--five .founder-gallery__photo:nth-child(n) img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-height:none !important;
  min-height:0 !important;
  object-fit:contain !important;
  object-position:center center !important;
}

@media(max-width:820px){
  .hero-media{
    height:auto !important;
    aspect-ratio:auto !important;
  }
  .hero-media img{
    width:100% !important;
    height:auto !important;
    object-fit:contain !important;
  }
  .founder-gallery__grid--five{
    grid-template-columns:1fr !important;
  }
  .founder-gallery__grid--five .founder-gallery__photo:nth-child(n){
    grid-column:auto !important;
  }
}

/* V3.19 — hero fills media area with original photo */
.hero-media{position:relative;overflow:hidden;background:transparent!important;}
.hero-media img{
 display:block!important;width:100%!important;height:100%!important;
 object-fit:cover!important;object-position:center center!important;
 transform:none!important;
}
@media(max-width:820px){
 .hero-media{width:100%;aspect-ratio:4/3!important;overflow:hidden;}
 .hero-media img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;}
}

/* V3.20 — client carousel additions: preserve full logo artwork */
.partner-logo img{
  width:auto !important;
  height:auto !important;
  max-width:190px !important;
  max-height:76px !important;
  object-fit:contain !important;
  object-position:center center !important;
}
@media(max-width:820px){
  .partner-logo img{max-width:160px !important;max-height:66px !important;}
}
