/* FooterColumn — titled link list (KEREM .foot-grid column).
   Colours inherit from the Footer via --ft-ink / --ft-ac CSS variables. */
.cc_oe6aXTYiT2_AA9VrXD7Kl .footer-column__title {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--ft-ink, #fff) 45%, transparent);
  margin: 0 0 12px;
  display: block;
  font-weight: 500;
}
.cc_oe6aXTYiT2_AA9VrXD7Kl .footer-column__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.cc_oe6aXTYiT2_AA9VrXD7Kl .footer-column__list a {
  color: color-mix(in srgb, var(--ft-ink, #fff) 72%, transparent);
  font-size: 14.5px;
  text-decoration: none;
  transition: color 0.2s var(--ease);
}
.cc_oe6aXTYiT2_AA9VrXD7Kl .footer-column__list a:hover { color: var(--ft-ac, var(--accent)); }
