/* Corpus-first route on the multilingual research landing pages. */
.researchCorpusPathways{margin:0 0 clamp(92px,11vw,148px);padding:clamp(30px,4.5vw,58px);background:#171715;color:#f3f0e8}
.researchCorpusPathways>header{display:grid;grid-template-columns:minmax(0,.82fr) minmax(280px,1.18fr);gap:12px clamp(36px,6vw,82px);align-items:end;margin-bottom:36px}
.researchCorpusPathways>header .k{grid-column:1/-1;margin:0;color:#aaa69c}
.researchCorpusPathways>header h2{max-width:10ch;margin:0;color:inherit;font-family:var(--serif);font-size:clamp(42px,5vw,72px);font-weight:400;line-height:.92;letter-spacing:-.025em}
.researchCorpusPathways>header>p:last-child{max-width:46ch;margin:0;color:#c9c5bb;font-size:14px;line-height:1.7}
.researchCorpusPathways ol{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none}
.researchCorpusPathways li{min-width:0;margin:0}
.researchCorpusPathways li:nth-child(-n+2){grid-column:span 2}
.researchCorpusPathways a{position:relative;display:grid;grid-template-rows:auto 1fr;gap:22px;min-height:172px;padding:22px 46px 22px 22px;background:#24231f;color:inherit;text-decoration:none;transition:background .2s ease,transform .2s ease}
.researchCorpusPathways a:hover,.researchCorpusPathways a:focus-visible{background:#302e29;transform:translateY(-2px)}
.researchCorpusPathways a>span{display:flex;align-items:baseline;gap:12px;color:#aaa69c;font-size:9px;letter-spacing:.07em;text-transform:uppercase}
.researchCorpusPathways a b{color:#d8d4ca;font-weight:600;font-variant-numeric:tabular-nums}
.researchCorpusPathways a small{font:inherit}
.researchCorpusPathways a strong{max-width:17ch;align-self:end;font-family:var(--serif);font-size:clamp(21px,1.8vw,28px);font-weight:400;line-height:1.08}
.researchCorpusPathways li:nth-child(-n+2) a strong{max-width:20ch;font-size:clamp(28px,2.8vw,41px)}
.researchCorpusPathways a>i{position:absolute;inset-block-start:20px;inset-inline-end:20px;color:#8f8b82;font-size:15px;font-style:normal}

@media (max-width:820px){
  .researchCorpusPathways>header{grid-template-columns:1fr}
  .researchCorpusPathways>header .k{grid-column:auto}
  .researchCorpusPathways ol{grid-template-columns:repeat(2,minmax(0,1fr))}
  .researchCorpusPathways li:nth-child(-n+2){grid-column:span 1}
  .researchCorpusPathways li:nth-child(-n+2) a strong{font-size:clamp(23px,3.4vw,30px)}
}

@media (max-width:620px){
  .researchCorpusPathways{margin-bottom:78px;padding:24px 18px}
  .researchCorpusPathways>header{margin-bottom:26px}
  .researchCorpusPathways>header h2{font-size:clamp(38px,12vw,50px)}
  .researchCorpusPathways ol{grid-template-columns:1fr;gap:8px}
  .researchCorpusPathways a{min-height:132px;padding:19px 42px 19px 19px}
  .researchCorpusPathways a strong,.researchCorpusPathways li:nth-child(-n+2) a strong{font-size:23px}
}

@media (prefers-reduced-motion:reduce){
  .researchCorpusPathways a{transition:none}
}
