/* Keeps the hero and footer 629&CO wordmarks typographically identical. */
.hero-wordmark,.footer-wordmark{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:clamp(5rem,20.5vw,22rem);
  font-weight:900;
  font-style:normal;
  font-stretch:normal;
  line-height:.78;
  letter-spacing:-.105em;
  font-kerning:normal;
  font-variant-ligatures:none;
  color:#fff;
  white-space:nowrap;
}
.hero-wordmark{left:1vw;right:1vw;bottom:-2.1vw}
.hero-wordmark span{font-weight:inherit}
@media(max-width:560px){.hero-wordmark,.footer-wordmark{font-size:20.5vw}.hero-wordmark{bottom:-.5vw}}
.service-list .service{grid-template-columns:2fr 2fr}
@media(max-width:900px){.service-list .service{grid-template-columns:1fr}.service-list .service p{grid-column:auto}}
.partners{background:#fff;border-top:1px solid #ddd}.partner-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid #d7d7d7;border-left:1px solid #d7d7d7}.partner-logo{min-height:190px;display:flex;align-items:center;justify-content:center;padding:38px;border-right:1px solid #d7d7d7;border-bottom:1px solid #d7d7d7}.partner-logo a{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.partner-logo img{max-width:180px;max-height:76px;width:auto;height:auto;object-fit:contain;filter:grayscale(1);opacity:.65;transition:filter .25s,opacity .25s,transform .25s}.partner-logo:hover img{filter:grayscale(0);opacity:1;transform:scale(1.04)}.partner-logo span{font-size:1.05rem;font-weight:800;text-transform:uppercase;text-align:center}@media(max-width:900px){.partner-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.partner-logo{min-height:135px;padding:24px}.partner-logo img{max-width:125px;max-height:58px}}
.service-list .service h3{text-align:left;margin-left:0;margin-right:auto}.service-list .service p{width:100%;text-align:right;margin-left:auto;margin-right:0}.partner-logo{justify-content:center;text-align:center}.partner-logo img{margin-left:auto;margin-right:auto}

/* Shared section headers follow Services / What We Do. */
.section-title{display:block;text-align:left;margin:0 0 52px;padding:0;min-width:0}
.section-title.wrap{margin-inline:auto}
.section-title .micro-label{margin:0 0 16px}
.section-title h1,.section-title h2{font-size:clamp(2rem,3.4vw,3.75rem);line-height:1;letter-spacing:-.05em;text-transform:uppercase;max-width:none;margin:0;overflow-wrap:break-word}

/* Restore the About text-only alignment from v2.2.4. */
.about-grid.no-image .about-copy{margin-left:0;margin-right:auto}

/* Left-align service descriptions on tablet and mobile. */
@media(max-width:1024px){
  .service-list .service p{text-align:left;margin-left:0;margin-right:auto}
}
