/* =========================================================
   FOOTER
   ========================================================= */

.site-footer {
  margin-top: auto;
  background: var(--accent);
  padding: 3.5rem 0 1.5rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.92rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
  min-width: 0;
}

.footer-grid h4 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-style: italic;
  color: #fff;
  margin-bottom: 1.2rem;
  font-weight: 600;
}

.footer-brand picture {
  display: inline-flex;
  align-items: center;
}

.footer-brand img {
  width: auto;
  height: 84px;
  max-width: min(300px, 100%);
  object-fit: contain;
  margin-bottom: 1rem;
}

.footer-brand p {
  font-size: 0.92rem;
  line-height: 1.6;
}

.footer-grid ul { list-style: none; padding: 0; }
.footer-grid li { padding: 0.3rem 0; color: rgba(255, 255, 255, 0.85); }
.footer-grid a { color: rgba(255, 255, 255, 0.85); }
.footer-grid a:hover { color: #fff; }

.footer-grid address {
  font-style: normal;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
}

.footer-bottom a { color: rgba(255, 255, 255, 0.65); }
.footer-bottom a:hover { color: #fff; text-decoration: underline; }
