/*
  Research page refinement — v11
  A quieter, better aligned, and more concise research page.
*/

.research-page{
  --serif:'Newsreader',Georgia,'Times New Roman',serif;
}

.research-page h1,
.research-page h2,
.research-page h3{
  font-family:var(--serif);
  font-weight:600;
  text-wrap:balance;
}

.research-hero{
  padding:78px 0 58px;
  border-bottom:1px solid var(--line);
  background:linear-gradient(180deg,color-mix(in srgb,var(--accent-soft) 36%,transparent),transparent);
}

.research-hero-inner{
  max-width:820px;
}

.research-hero h1{
  margin:0 0 18px;
  font-size:clamp(2.8rem,4.7vw,4.2rem);
  line-height:1.04;
  letter-spacing:-.038em;
}

.research-lead{
  max-width:720px;
  margin:0;
  color:var(--muted);
  font-size:1.1rem;
  line-height:1.74;
  text-align:left;
  hyphens:none;
}

.research-section{
  padding:82px 0;
}

.research-surface{
  background:var(--surface-2);
}

.research-section-head{
  display:grid;
  grid-template-columns:minmax(280px,420px) minmax(0,560px);
  gap:64px;
  justify-content:space-between;
  align-items:end;
  margin-bottom:38px;
}

.research-section-head h2{
  margin:0;
  max-width:520px;
  font-size:clamp(1.9rem,3vw,2.65rem);
  line-height:1.12;
  letter-spacing:-.028em;
}

.research-section-head>p{
  max-width:560px;
  margin:0;
  color:var(--muted);
  font-size:.98rem;
  line-height:1.72;
  text-align:left;
  hyphens:none;
}

.focus-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.focus-card{
  min-height:270px;
  display:flex;
  flex-direction:column;
  padding:27px;
  border:1px solid var(--line);
  border-radius:18px;
  background:var(--surface);
}

.focus-number{
  margin-bottom:36px;
  color:var(--accent);
  font-family:var(--serif);
  font-style:italic;
  font-size:.95rem;
}

.focus-card h3{
  margin:0 0 12px;
  font-size:1.35rem;
  line-height:1.27;
}

.focus-card>p{
  margin:0;
  color:var(--muted);
  font-size:.94rem;
  line-height:1.68;
  text-align:left;
  hyphens:none;
}

.tag-row-compact,
.work-methods{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:auto;
  padding-top:25px;
}

.tag-row-compact span,
.work-methods span{
  border:1px solid var(--line);
  border-radius:999px;
  padding:6px 9px;
  background:color-mix(in srgb,var(--surface-2) 55%,transparent);
  color:var(--muted);
  font-size:.7rem;
  line-height:1.2;
}

.work-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.work-card{
  display:flex;
  flex-direction:column;
  min-height:330px;
  padding:32px;
  border:1px solid var(--line);
  border-radius:20px;
  background:var(--surface);
}

.work-topline{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:28px;
}

.work-topline span{
  color:var(--accent);
  font-size:.7rem;
  line-height:1.2;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.work-card h3{
  margin:0 0 14px;
  max-width:580px;
  font-size:clamp(1.5rem,2.4vw,2rem);
  line-height:1.2;
  letter-spacing:-.018em;
}

.work-card>p{
  margin:0;
  max-width:62ch;
  color:var(--muted);
  font-size:.96rem;
  line-height:1.74;
  text-align:left;
  hyphens:none;
}

.research-logic-grid{
  display:grid;
  grid-template-columns:minmax(300px,430px) minmax(0,650px);
  gap:68px;
  justify-content:space-between;
  align-items:center;
}

.research-logic-copy h2{
  margin:0 0 18px;
  max-width:430px;
  font-size:clamp(1.9rem,3vw,2.55rem);
  line-height:1.13;
  letter-spacing:-.026em;
}

.research-logic-copy>p:not(.eyebrow){
  max-width:54ch;
  margin:0;
  color:var(--muted);
  font-size:.98rem;
  line-height:1.74;
  text-align:left;
  hyphens:none;
}

.research-map-wrap{
  padding:22px;
  border:1px solid var(--line);
  border-radius:20px;
  background:var(--surface);
}

.research-map-wrap img{
  width:100%;
  border-radius:12px;
}

.methods-strip{
  display:grid;
  grid-template-columns:minmax(240px,330px) minmax(0,720px);
  gap:64px;
  justify-content:space-between;
  align-items:start;
}

.methods-strip h2{
  margin:0;
  font-size:clamp(1.8rem,2.8vw,2.4rem);
  line-height:1.14;
}

.methods-list{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}

.methods-list span{
  padding:9px 12px;
  border:1px solid var(--line);
  border-radius:999px;
  background:var(--surface);
  color:var(--muted);
  font-size:.8rem;
  line-height:1.25;
}

.research-page .site-footer{
  padding-top:54px;
}

/* Avoid justification inherited from the legacy stylesheet */
.research-page p,
.research-page li,
.research-page dd{
  text-align:left!important;
  text-justify:auto!important;
  hyphens:none!important;
}

@media(max-width:980px){
  .research-section-head,
  .research-logic-grid,
  .methods-strip{
    grid-template-columns:1fr;
    gap:30px;
  }

  .focus-grid{
    grid-template-columns:1fr;
  }

  .focus-card{
    min-height:0;
  }

  .focus-number{
    margin-bottom:24px;
  }

  .work-grid{
    grid-template-columns:1fr;
  }

  .work-card{
    min-height:0;
  }

  .research-map-wrap{
    max-width:700px;
  }
}

@media(max-width:680px){
  .research-hero{
    padding:60px 0 46px;
  }

  .research-hero h1{
    font-size:clamp(2.55rem,12vw,3.4rem);
  }

  .research-lead{
    font-size:1.04rem;
  }

  .research-section{
    padding:62px 0;
  }

  .research-section-head{
    margin-bottom:28px;
  }

  .research-section-head h2,
  .research-logic-copy h2{
    font-size:clamp(1.75rem,8vw,2.25rem);
  }

  .focus-card,
  .work-card{
    padding:24px;
  }

  .work-card h3{
    font-size:1.55rem;
  }

  .research-map-wrap{
    padding:14px;
  }
}
