/* ============================================================
   Geodaten section on the home page — styles `_home_section.html`.
   Layout only, all colors/space/type from design-system tokens.
   The `.at-map` rules live in at_map.css (linked alongside).
   ============================================================ */

.geo { background: var(--ink); color: var(--text-on-dark); }
.geo h2 { color: var(--gray-0); }
.geo .kb-eyebrow { color: var(--gray-300); }
.geo__layout { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-9); align-items: center; }
.geo__panel { aspect-ratio: 4/3; border: var(--bw-2) solid var(--teal-deep); position: relative; }

@media (max-width: 900px) {
  .geo__layout { grid-template-columns: 1fr; }
}
