/* Footer Container */
.site-footer {
  background-color: #1a1a1a;
  border-top: 1px solid #333;
  padding: 80px 20px 50px;
  color: #ccc;
  text-align: center;
}

/* Footer Content Wrapper */
.footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* Brand Section: Logo above Title */
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

/* Logo Styling */
.footer-logo {
  height: 400px;
  width: 400px;
  object-fit: contain;
  border-radius: 4px;
}

/* Site Title */
.footer-brand h1 {
  font-size: 5.2rem;
  color: #ffcc00;
  font-weight: bold;
}

/* Copyright Text */
.footer-bottom {
  margin-top: 20px;
  font-size: 0.95rem;
  color: #888;
}
