.site-footer {
  background: oklch(22% 0.06 250);
  color: oklch(88% 0.02 250);
  margin-top: auto;
}

.site-footer__accent {
  height: 4px;
  background: oklch(72% 0.12 85);
}

.site-footer__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding: 3.5rem 1.25rem 2rem;
}

.site-footer__grid {
  display: grid;
  gap: 2.5rem;
}

@media (min-width: 900px) {
  .site-footer__grid {
    grid-template-columns: 1.1fr 1.4fr 0.8fr;
    gap: 3rem;
  }
}

.site-footer__brand-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
  margin-bottom: 1rem;
}

.site-footer__brand-link img {
  height: 3rem;
  width: auto;
  max-height: 3rem;
  max-width: 3rem;
  object-fit: contain;
  flex-shrink: 0;
}

.site-footer__brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.site-footer__brand-text strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.15rem;
  color: oklch(100% 0 0);
  line-height: 1.1;
}

.site-footer__brand-text span {
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.625rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: oklch(78% 0.02 250);
}

.site-footer__tagline {
  font-size: 0.92rem;
  line-height: 1.65;
  color: oklch(78% 0.02 250);
  margin: 0 0 1.25rem;
  max-width: 28ch;
}

.site-footer__social {
  display: flex;
  gap: 0.65rem;
}

.site-footer__social a {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: oklch(100% 0 0 / 0.1);
  color: oklch(82% 0.02 250);
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 700;
  transition: background 0.2s, color 0.2s;
}

.site-footer__social a:hover {
  background: oklch(100% 0 0 / 0.2);
  color: oklch(100% 0 0);
}

.site-footer__heading {
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: oklch(72% 0.12 85);
  margin: 0 0 1rem;
}

.site-footer__contact-grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .site-footer__contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.site-footer__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  min-width: 0;
}

.site-footer__contact-item svg {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.15rem;
  flex-shrink: 0;
  color: oklch(72% 0.12 85);
}

.site-footer__contact-label {
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: oklch(68% 0.02 250);
  margin-bottom: 0.2rem;
}

.site-footer__contact-item a,
.site-footer__contact-item span {
  font-size: 0.9rem;
  line-height: 1.55;
  color: oklch(82% 0.02 250);
  text-decoration: none;
  word-break: break-word;
}

.site-footer__contact-item a:hover {
  color: oklch(100% 0 0);
}

.site-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.site-footer__links a {
  color: oklch(88% 0.02 250);
  text-decoration: none;
  font-size: 0.94rem;
}

.site-footer__links a:hover {
  color: oklch(72% 0.12 85);
}

.site-footer__bottom {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid oklch(100% 0 0 / 0.12);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  text-align: center;
}

@media (min-width: 768px) {
  .site-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

.site-footer__bottom p,
.site-footer__bottom span {
  margin: 0;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.68rem;
  color: oklch(68% 0.02 250);
}

.site-footer__bottom a {
  color: oklch(82% 0.02 250);
  text-decoration: none;
}

.site-footer__bottom a:hover {
  color: oklch(100% 0 0);
}
