.route-evidence {
  display: grid;
  grid-template-columns: 1.32fr .68fr;
  margin-top: 55px;
  background: #09222e;
  color: #fff;
}
.route-evidence img { width: 100%; height: 100%; min-height: 355px; object-fit: cover; }
.route-evidence > div { display: flex; flex-direction: column; justify-content: end; padding: 34px; }
.evidence-label { color: #9cece0; font: 500 .66rem "DM Mono", monospace; letter-spacing: .13em; text-transform: uppercase; }
.route-evidence h3 { margin: 20px 0 13px; font: 600 clamp(1.65rem, 2.6vw, 2.55rem)/1.05 Montserrat, Arial, sans-serif; letter-spacing: -.06em; }
.route-evidence p { margin: 0; color: #d1e0df; line-height: 1.55; }
@media (max-width: 720px) { .route-evidence { grid-template-columns: 1fr; margin-top: 38px; } .route-evidence img { min-height: 220px; } .route-evidence > div { padding: 26px; } }
