﻿.site-footer {
  padding: 1.6rem 0 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #10100f;
  color: rgba(255, 255, 255, 0.72);
}

.footer-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.footer-primary {
  max-width: 34rem;
}

.footer-brand-mark {
  width: 4rem;
  height: 4rem;
  display: block;
  margin-bottom: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.8rem;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.08);
}

.footer-primary .section-label {
  padding: 0;
  border: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.66rem;
}

.footer-title {
  margin-top: 0.35rem;
  color: #ffffff;
  font-family: Gabriola, "Times New Roman", serif;
  font-size: clamp(2.75rem, 4vw, 3.4rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.footer-description {
  max-width: 32rem;
  margin-top: 0.45rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
  line-height: 1.55;
}

.footer-links {
  display: flex;
  align-items: flex-start;
  gap: 2.25rem;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 0.45rem;
}

.footer-column__title {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-column a,
.footer-column span:not(.footer-column__title) {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.82rem;
  line-height: 1.35;
}

.footer-column a:hover {
  color: #ffffff;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.8rem;
  margin-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.78rem;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.footer-socials span {
  display: inline-flex;
  align-items: center;
  min-height: 1.7rem;
  padding: 0 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-sm);
  background: transparent;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
}

