

.l-foot {
  background: #ffffff;
  color: #333333;
  border-top: 6px solid var(--ink-deep);
  padding: 48px 0 24px;
  margin-top: 48px;
}
.foot-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
.foot-col h4 {
  font-size: .82rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-weight: 600;
}
.foot-brand {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--ink-deep);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.foot-brand img { height: 1.8rem; width: auto; }
.foot-text { font-size: .92rem; color: var(--stone); line-height: 1.65; }
.foot-list { display: grid; gap: 8px; }
.foot-link { font-size: .93rem; color: var(--ink); text-decoration: none; }
.foot-link:hover { text-decoration: underline; color: var(--ink-deep); }
.foot-contact { font-size: .95rem; display: grid; gap: 8px; }
.foot-contact a { color: var(--ink-deep); font-weight: 600; text-decoration: none; }
.foot-contact a:hover { text-decoration: underline; }

.legal-note {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: .86rem;
  color: var(--stone);
  line-height: 1.6;
  max-width: 88ch;
}
.copyright {
  margin-top: 16px;
  font-size: .84rem;
  color: var(--stone);
  text-align: center;
}
.cc-reopen {
  background: none;
  border: none;
  padding: 10px 0;
  min-height: 44px;
  font: inherit;
  font-size: .93rem;
  color: var(--ink);
  text-decoration: underline;
  text-align: left;
}
.cc-reopen:hover { color: var(--ink-deep); }

@media (min-width: 768px) {
  .foot-cols { grid-template-columns: repeat(3, 1fr); gap: 48px; }
}
