/* =========================================================
   FOOTER – Über mich v1.3
   Passend zum warmen Editorial-Design
   ========================================================= */

.site-footer {
  background: #f3f0e8;
  border-top: 1px solid rgba(84, 70, 48, 0.18);
  margin-top: 0;
  color: #292621;
}

.site-footer__inner {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 58px 0 28px;
}

/* Marke */

.site-footer__brand {
  margin-bottom: 34px;
}

.site-footer__logo {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.site-footer__logo span {
  color: #b68435;
}

.site-footer__tagline {
  margin-top: 9px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8b8275;
}

/* Navigation */

.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  padding-bottom: 38px;
}

.site-footer__nav a,
.site-footer__legal a {
  color: #6e542d;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.site-footer__nav a {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
}

.site-footer__nav a:hover,
.site-footer__legal a:hover {
  opacity: 0.55;
}

/* Untere Zeile */

.site-footer__bottom {
  border-top: 1px solid rgba(84, 70, 48, 0.14);
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #91897d;
}

.site-footer__legal {
  display: flex;
  gap: 22px;
}

.site-footer__legal a {
  color: #807668;
}

/* Mobile */

@media (max-width: 700px) {
  .site-footer__inner {
    width: min(100% - 40px, 1120px);
    padding: 44px 0 24px;
  }

  .site-footer__nav {
    gap: 12px 22px;
    padding-bottom: 30px;
  }

  .site-footer__nav a {
    font-size: 16px;
  }

  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}
