.service-list article,.service-detail article{cursor:pointer;transition:background .25s}.service-list article:hover,.service-list article:focus-visible,.service-detail article:hover,.service-detail article:focus-visible{background:rgba(134,108,81,.09);outline:none}.services .service-list article:hover,.services .service-list article:focus-visible{background:rgba(255,255,255,.05)}.service-page-hero{background:var(--ivory);border-bottom:1px solid var(--line);padding:48px 6vw 120px}.service-back{text-transform:uppercase;letter-spacing:.14em;color:var(--muted);font-size:11px;display:inline-block;margin-bottom:100px}.service-hero-grid{display:grid;grid-template-columns:8% 1fr;gap:30px}.service-number{color:var(--bronze);font-size:12px;padding-top:18px}.service-page-hero h1{font-size:clamp(68px,8vw,132px);margin:24px 0 28px}.service-lead{font-family:Baskerville,serif;font-size:clamp(24px,2.1vw,34px);color:var(--bronze)}.service-introduction{max-width:770px;margin:90px 0 0 auto;color:var(--muted);font-size:19px;line-height:1.85}.service-scope>.section-kicker,.service-related>.section-kicker{margin-bottom:52px}.service-scope-list,.service-nav-grid{border-top:1px solid var(--line)}.service-scope-item{display:grid;grid-template-columns:8% 1fr;gap:30px;padding:42px 0;border-bottom:1px solid var(--line)}.service-scope-item span{color:var(--bronze);font-size:11px}.service-scope-item h2{font-size:38px;margin:0}.service-related{background:var(--ivory)}.service-nav-grid{display:grid;grid-template-columns:repeat(4,1fr)}.service-nav-card{min-height:250px;border-right:1px solid var(--line);padding:26px 25px 30px;display:grid;grid-template-columns:1fr auto;align-content:space-between;transition:background .25s}.service-nav-card:last-child{border-right:0}.service-nav-card span{color:var(--bronze);font-size:11px}.service-nav-card strong{grid-column:1;font-family:Baskerville,serif;font-size:27px;font-weight:400}.service-nav-card em{grid-column:2;grid-row:2;font-style:normal;opacity:.45}.service-nav-card:hover,.service-nav-card:focus-visible,.service-nav-card.current{background:var(--paper);outline:none}.service-nav-card:hover em,.service-nav-card:focus-visible em{opacity:1}@media(max-width:1050px){.service-nav-grid{grid-template-columns:repeat(2,1fr)}.service-nav-card:nth-child(2){border-right:0}.service-nav-card:nth-child(-n+2){border-bottom:1px solid var(--line)}}@media(max-width:720px){.service-page-hero{padding:36px 24px 80px}.service-back{margin-bottom:65px}.service-hero-grid,.service-scope-item{grid-template-columns:38px 1fr;gap:10px}.service-page-hero h1{font-size:54px}.service-introduction{font-size:17px;margin-top:65px}.service-nav-grid{grid-template-columns:1fr}.service-nav-card,.service-nav-card:nth-child(2){border-right:0;border-bottom:1px solid var(--line);min-height:180px}.service-nav-card:last-child{border-bottom:0}.service-scope-item h2{font-size:30px}}

/* Country project navigation */
.country-links{display:inline-flex;align-items:center;gap:.42em;white-space:nowrap}
.country-links a{color:inherit;text-decoration:none;transition:opacity .2s ease}
.country-links a:hover{opacity:.55}
.country-links a:focus-visible{outline:1px solid currentColor;outline-offset:4px}
.country-separator{font-weight:400;opacity:.45}
.portfolio-country-state{display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:3rem;padding-top:4.5rem;padding-bottom:1.5rem}
.portfolio-country-state h2{margin:.4rem 0 0;font-size:clamp(2.4rem,5vw,5.5rem);font-weight:400;line-height:.95}
.portfolio-country-state>div:last-child{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem}
.portfolio-country-empty{margin:0;max-width:28rem;font-size:1.05rem;line-height:1.6}
.portfolio-index.is-country-filtered article[hidden]{display:none!important}
@media(max-width:760px){
  .portfolio-country-state{grid-template-columns:1fr;gap:1.5rem;padding-top:3rem}
  .portfolio-country-state>div:last-child{align-items:flex-start;flex-direction:column}
  .country-links{gap:.34em}
}
