/* Two visual proof points in the editorial grid. The regional map retains its
   accepted geometry; the second surface reads as a report, not a map or app. */
.home-evidence {
  min-width: 0;
  height: 370px;
  margin-block: 8px;
  background: #f3f3f0;
  border: 1px solid #e4e4e0;
  border-radius: 8px;
}
.home-opportunity { overflow: hidden; }
.home-opportunity .opportunity-geography {
  width: 100%;
  height: 100%;
  margin: 0;
}
.home-opportunity .geographic-label { padding: 8px 10px; }
.home-opportunity .geographic-developer { top: 39%; left: 5%; max-width: 39%; }
.home-opportunity .geographic-projects { top: 73%; bottom: auto; left: 52%; right: auto; max-width: 45%; }
.home-report {
  display: flex;
  align-items: center;
  padding: 24px 28px 30px;
  isolation: isolate;
}
.home-report-paper {
  position: relative;
  width: 100%;
  padding: 22px 26px;
  border: 1px solid #dcdcda;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 2px 3px #18181b06, 0 14px 24px -18px #18181b50;
}
.home-report-paper::before {
  content: '';
  position: absolute;
  inset: 8px 5px -8px;
  border: 1px solid #ddddd9;
  border-radius: inherit;
  background: #fafaf9;
  z-index: -1;
}
.home-report-masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e5e5e2;
  color: #65656a;
  font-size: 14px;
  line-height: 1.3;
}
.home-report-masthead img { width: 142px; height: auto; }
.home-report-paper h3 {
  margin-top: 17px;
  font-family: 'IBM Plex Sans', Arial, sans-serif;
  font-size: clamp(23px, 2vw, 28px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.025em;
}
.home-report-paper h3 > span { display: block; }
.home-report-register {
  width: 100%;
  margin-top: 18px;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.4;
  text-align: left;
}
.home-report-register th,
.home-report-register td { padding: 9px 0; border-bottom: 1px solid #e5e5e2; }
.home-report-register th { font-weight: 400; }
.home-report-register thead { color: #65656a; }
.home-report-register thead th { padding-top: 0; font-size: 14px; }
.home-report-register th + th,
.home-report-register td { padding-left: 16px; }
.home-report-status { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.home-report-status::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: #7840b0; }
@media (max-width: 1100px) and (min-width: 701px) {
  .home-evidence { height: 360px; }
  .home-report { padding: 20px 16px 26px; }
  .home-report-paper { padding: 20px 18px; }
  .home-report-masthead img { width: 122px; }
  .home-report-masthead { gap: 6px; }
  .home-report-register { font-size: 14px; }
  .home-report-status { gap: 5px; }
}
@media (max-width: 850px) and (min-width: 701px) {
  .editorial-outputs { grid-template-columns: 1fr; row-gap: 56px; }
  .editorial-outputs > article { display: grid; grid-row: auto; grid-template-rows: auto; gap: 24px; }
  .home-evidence { height: 370px; }
  .home-opportunity .opportunity-geography { width: min(100%, 620px); margin-inline: auto; }
  .home-report { padding-inline: max(28px, 8%); }
  .home-report-paper { padding: 24px 28px; }
  .home-report-masthead img { width: 142px; }
  .home-report-masthead, .home-report-register thead th { font-size: 14px; }
  .home-report-register { font-size: 16px; }
}
@media (max-width: 700px) {
  .editorial-outputs { gap: 56px; }
  .home-evidence { height: auto; margin-block: 26px; }
  .home-opportunity { aspect-ratio: 1.4; }
  .home-opportunity .geographic-label { padding: 7px 8px; }
  .home-opportunity .geographic-projects { top: auto; bottom: 0; left: 38%; right: 0; max-width: none; }
  .home-opportunity .geographic-label strong { font-size: 16px; }
  .home-opportunity .geographic-label span { font-size: 14px; }
  .home-report { padding: 22px 16px 28px; }
  .home-report-paper { padding: 20px 18px; }
  .home-report-masthead img { width: 128px; }
  .home-report-paper h3 { font-size: 25px; }
  .home-report-register { font-size: 14px; }
}
@media (max-width: 360px) {
  .home-report { padding: 16px 10px 22px; }
  .home-report-paper { padding: 18px 14px; }
  .home-report-masthead img { width: 114px; }
  .home-report-masthead { gap: 6px; }
  .home-report-register th + th, .home-report-register td { padding-left: 9px; }
  .home-report-status { gap: 5px; }
}
@media (forced-colors: active) {
  .home-evidence, .home-report-paper, .home-report-paper::before { background: Canvas; border-color: CanvasText; box-shadow: none; }
  .home-report-status::before { background: CanvasText; }
}
