/* Each field is a single shared grid: paper titles, metadata and actions align. */
.company-publications{background:#fff;color:#152a3a;border-bottom:1px solid #cad3dd}
.company-publications .research-intro-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:7%;align-items:center}
.company-publications h2{font-size:clamp(34px,3.3vw,58px);line-height:1.15;letter-spacing:-.045em;max-width:740px;text-wrap:balance}
.company-publications .intro{max-width:760px;margin-top:28px;font-size:18px;line-height:1.75;word-break:keep-all}
.company-publications .research-highlights{display:grid;grid-template-columns:1.2fr 1fr;gap:30px;border-top:2px solid #3568ee;padding-top:28px}
.company-publications .research-highlights strong{font-size:clamp(58px,6vw,100px);font-weight:500;line-height:1;letter-spacing:-.065em;color:#3568ee}
.company-publications .research-highlights strong span{font-size:.55em;vertical-align:top;line-height:1.45;margin-left:4px}
.company-publications .research-highlights p{font-size:15px;line-height:1.5;max-width:190px;margin:18px 0 0;color:#405466}
.company-publications .research-fields{margin-top:64px;border-top:1px solid #a9bac8}
.company-publications .research-field{display:grid;grid-template-columns:minmax(160px,.65fr) repeat(2,minmax(0,1.2fr));grid-template-rows:auto 1fr auto;gap:14px 30px;padding:36px 0;border-bottom:1px solid #c9d4df}
.company-publications .research-field-heading{grid-row:1/span 3;min-width:0;padding-right:20px}
.company-publications .research-field-index{display:block;font-size:13px;color:#3568ee;margin-bottom:14px;letter-spacing:.08em}
.company-publications .research-field-heading h3{font-size:21px;line-height:1.35;font-weight:500;letter-spacing:-.025em;color:#152a3a;margin:0;word-break:keep-all}
.company-publications .research-field-count{display:flex;gap:9px;align-items:baseline;margin:20px 0 0;color:#617587}
.company-publications .research-field-count strong{font-size:36px;line-height:1;font-weight:500;letter-spacing:-.04em;color:#3568ee}
.company-publications .research-field-count span{font-size:13px;line-height:1.4}
.company-publications .research-paper{display:grid;grid-template-columns:104px minmax(0,1fr);grid-template-rows:subgrid;grid-row:1/span 3;column-gap:22px;min-width:0;padding-left:28px;border-left:1px solid #dce3eb;align-items:start}
.company-publications .research-cover{grid-row:1/span 3;grid-column:1;margin:0;transition:transform .35s ease;align-self:start}
.company-publications .research-cover img{display:block;width:104px;height:140px;object-fit:contain;background:#f3f6f9;box-shadow:0 5px 12px #10233a14}
.company-publications .research-paper-info{display:contents}
.company-publications .research-journal{grid-row:1;grid-column:2;font-size:16px;font-weight:600;line-height:1.4;color:#2351be;margin:0;align-self:start}
.company-publications .research-paper h4{grid-row:2;grid-column:2;font-size:17px;font-weight:400;line-height:1.55;letter-spacing:-.015em;color:#152a3a;overflow-wrap:break-word;margin:0}
.company-publications .research-paper-foot{grid-row:3;grid-column:2;padding-top:6px}
.company-publications .research-citation{font-size:13px;line-height:1.5;color:#687888;margin:0 0 12px}
.company-publications .research-source{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:6px 11px;background:transparent;color:#2351be;font-size:13px;font-weight:500;line-height:1.4;text-decoration:none;border:1px solid #7893cc;transition:background .2s,color .2s,border-color .2s}
.company-publications .research-source:hover{background:#3568ee;border-color:#3568ee;color:#fff}
.company-publications .research-source:focus-visible{outline:2px solid #162d41;outline-offset:4px}
.company-publications .research-image-credit{font-size:11px;line-height:1.6;color:#778795;margin:22px 0 0}
.company-publications .research-image-credit a{color:inherit;text-decoration:underline;text-underline-offset:3px}
@media(hover:hover){.company-publications .research-paper:hover .research-cover{transform:translateY(-4px)}}
@media(max-width:1200px){
 .company-publications .research-field{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto auto 1fr auto;gap:14px 32px}
 .company-publications .research-field-heading{grid-row:1;grid-column:1/-1;display:flex;align-items:center;gap:16px;padding:0 0 14px}
 .company-publications .research-field-index{margin:0}
 .company-publications .research-field-count{margin:0 0 0 auto;flex-shrink:0}
 .company-publications .research-field-count strong{font-size:30px}
 .company-publications .research-paper{grid-row:2/span 3;padding-left:0;border-left:0}
}
@media(max-width:900px){
 .company-publications .research-intro-grid{grid-template-columns:1fr;gap:36px}
 .company-publications .research-highlights{max-width:580px;gap:30px}
 .company-publications .research-highlights strong{font-size:70px}
 .company-publications .research-fields{margin-top:44px}
 .company-publications .research-paper{grid-template-columns:80px minmax(0,1fr);column-gap:18px}
 .company-publications .research-cover img{width:80px;height:108px}
}
@media(max-width:650px){
 .company-publications .research-field{display:block;padding:28px 0}
 .company-publications .research-field-heading{display:grid;grid-template-columns:auto 1fr;gap:10px 14px;padding-bottom:10px}
 .company-publications .research-field-heading h3{font-size:20px}
 .company-publications .research-field-count{grid-column:2;margin:0}
 .company-publications .research-paper{display:grid;grid-template-columns:84px minmax(0,1fr);grid-template-rows:auto auto auto;gap:12px 20px;padding:24px 0;border-bottom:1px solid #e0e6ed}
 .company-publications .research-paper:last-child{border-bottom:0;padding-bottom:0}
 .company-publications .research-cover img{width:84px;height:113px}
 .company-publications .research-paper h4{font-size:16px}
 .company-publications .research-source{min-height:38px}
 .company-publications .intro{font-size:17px}
 .company-publications .research-highlights p{font-size:14px}
}
@supports not (grid-template-rows:subgrid){
 .company-publications .research-paper{grid-template-rows:46px 1fr auto;row-gap:14px}
}
@media(prefers-reduced-motion:reduce){.company-publications .research-cover,.company-publications .research-source{transition:none!important;transform:none!important}}
.motion-paused .company-publications .research-cover,.motion-reduced .company-publications .research-cover{transition:none;transform:none}

/* One primary proof point with a larger, explicit publication label. */
.company-publications .research-highlights{display:block;padding:24px 0;border-bottom:1px solid #c9d4df}
.company-publications .research-total{display:flex;flex-direction:column;gap:16px}
.company-publications .research-total strong{font-size:clamp(64px,7vw,100px);font-variant-numeric:tabular-nums;display:flex;align-items:flex-start;letter-spacing:-.07em}
.company-publications .research-total .research-count-value{font-size:1em;line-height:1;margin:0;min-width:1.1em}
.company-publications .research-total .research-count-plus{font-size:.55em;line-height:1.4;margin-left:4px}
.company-publications .research-total p{font-size:clamp(20px,1.7vw,26px);line-height:1.3;color:#173549;max-width:440px;margin:0;font-weight:500;letter-spacing:-.03em}
.company-publications .research-paper{grid-template-columns:128px minmax(0,1fr);column-gap:24px}
.company-publications .research-cover img{width:128px;height:173px}
@media(max-width:900px){.company-publications .research-paper{grid-template-columns:100px minmax(0,1fr);column-gap:18px}.company-publications .research-cover img{width:100px;height:135px}}
@media(max-width:650px){.company-publications .research-paper{grid-template-columns:104px minmax(0,1fr)}.company-publications .research-cover img{width:104px;height:141px}.company-publications .research-total p{font-size:20px}}
