#footer { background: oklch(21% 0.008 280); padding: 76px 0px 48px; }
.stag__footer-inner { max-width: 1100px; margin: 0 auto; }
.stag__footer-cols { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 64px; margin-bottom: 64px; }
.stag__footer-logo { height: 120px; margin-bottom: 22px; display: block; }
.stag__footer-about { font-size: 14px; line-height: 1.85; color: oklch(65% 0.006 270); max-width: 290px; }
.stag__footer-heading {
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: oklch(50% 0.005 270); margin-bottom: 22px;
}
.stag__footer-links { display: flex; flex-direction: column; gap: 13px; }
.stag__footer-links a { font-size: 14px; color: oklch(70% 0.005 270); }
.stag__footer-contact { display: flex; flex-direction: column; gap: 13px; margin-bottom: 36px; }
.stag__footer-contact a { font-size: 14px; color: oklch(70% 0.005 270); }
.stag__footer-newsletter-label { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: oklch(50% 0.005 270); margin-bottom: 14px; }
.stag__footer-newsletter { display: flex; }
.stag__footer-newsletter input {
  flex: 1; padding: 11px 14px; background: oklch(30% 0.008 280);
  border: 1px solid oklch(36% 0.008 280); border-right: none;
  border-radius: 6px 0 0 6px; font-size: 13px; color: white; outline: none; min-width: 0;
}
.stag__footer-newsletter button {
  padding: 11px 16px; background: oklch(68% 0.18 350); border: none; color: white;
  border-radius: 0 6px 6px 0; font-size: 14px; cursor: pointer; flex-shrink: 0;
}
.stag__footer-bottom {
  border-top: 1px solid oklch(30% 0.008 280); padding-top: 28px;
  display: flex; justify-content: space-between; align-items: center;
}
.stag__footer-copyright { font-size: 12px; color: oklch(42% 0.005 270); margin-bottom: 0; }
.stag__footer-credit { font-size: 12px; color: oklch(38% 0.005 270); margin-bottom: 0; }
#footer .stag__footer-credit a { color: oklch(50% 0.005 270); text-decoration: none !important; }
#footer .stag__footer-credit a:hover { color: oklch(100% 0.00011 271.152); text-decoration: none !important; }