:root { --frame: 44px; }
@media (max-width: 768px) { :root { --frame: 26px; } }

#site-footer {
  position: relative; z-index: 2;
  background: #f7f4ed;
  padding: calc(var(--frame) * 1.6) var(--frame) calc(var(--frame) * 1.2);
}
.footer-grid {
  display: flex; flex-wrap: wrap; justify-content: space-between;
  gap: 48px;
  padding-bottom: 40px;
  margin-bottom: 28px;
}
.footer-col-label {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400; font-size: 11px; letter-spacing: 2px;
  text-transform: uppercase; color: #000; opacity: 0.4;
  margin-bottom: 18px;
}
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a {
  font-family: 'CanelaText', serif; font-weight: 100; font-size: 26px;
  line-height: 1.4;
  color: #000 !important; text-decoration: none !important;
}
.footer-links a:hover { text-decoration: underline !important; }
.footer-social { display: flex; gap: 12px; align-items: center; }
.footer-social a {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 44px; min-height: 44px;
  color: #000; text-decoration: none !important;
  transition: opacity 0.2s;
  pointer-events: auto; position: relative; z-index: 2;
  -webkit-tap-highlight-color: transparent;
}
.footer-social a:hover { opacity: 0.5; text-decoration: none !important; }
.footer-social svg { width: 28px; height: 28px; fill: #000; pointer-events: none; }
.footer-bottom {
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
  gap: 20px;
}
.footer-logo {
  font-family: 'CanelaText', serif; font-weight: 300; font-size: 34px;
  letter-spacing: -0.01em; color: #000; line-height: 1;
}
.footer-copyright {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400; font-size: 15px; letter-spacing: 1px;
  text-transform: uppercase; color: #000;
}

#acknowledgement {
  position: relative; z-index: 2;
  background: #000;
  padding: calc(var(--frame) * 1.6) var(--frame);
}
.ack-kicker {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400; font-size: 12px; letter-spacing: 2.5px;
  text-transform: uppercase; color: #2b9236; margin-bottom: 20px;
}
.ack-text {
  font-family: 'CanelaText', serif; font-weight: 100; font-style: italic;
  font-size: clamp(20px, 2.2vw, 28px); line-height: 1.55;
  letter-spacing: -0.005em; color: #f7f4ed;
  max-width: 820px;
}

@media (max-width: 600px) {
  .br-desktop { display: none; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
