/* Fælles GGW-footer */
.ggw-site-footer {
  margin-top: 64px;
  padding: 42px 0 0;
  border-top: 1px solid #262b3e;
  background: #080b17;
  color: #959bb5;
  font-family: "Barlow", Arial, sans-serif;
}
.ggw-footer-shell {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}
.ggw-footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(145px, .9fr));
  gap: clamp(32px, 5vw, 76px);
  padding-bottom: 28px;
}
.ggw-footer-logo {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
}
.ggw-footer-logo img {
  display: block;
  width: 54px;
  height: 54px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(246,138,43,.28));
}
.ggw-footer-about p {
  max-width: 275px;
  margin: 12px 0 0;
  color: #9ca2bb;
  font-size: 13px;
  line-height: 1.75;
}
.ggw-footer-about p span { display: block; }
.ggw-site-footer a {
  text-decoration: none;
  transition: color .18s ease, border-color .18s ease, background .18s ease;
}
.ggw-footer-highlight {
  color: #f68a2b !important;
  font-weight: 700;
}
.ggw-footer-discord {
  display: inline-block;
  margin-top: 13px;
  color: #b0b6d0 !important;
  font-family: "Chakra Petch", monospace;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.ggw-footer-discord:hover { color: #f68a2b !important; }
.ggw-footer-socials {
  display: flex;
  gap: 9px;
  margin-top: 15px;
}
.ggw-footer-socials a {
  display: grid !important;
  width: 33px;
  height: 33px;
  padding: 0 !important;
  place-items: center;
  border: 1px solid #343a51;
  border-radius: 50%;
  color: #a9afc8 !important;
  font: 500 12px "Space Grotesk", sans-serif;
}
.ggw-footer-socials a:hover {
  border-color: #f68a2b;
  color: #f68a2b !important;
  background: rgba(246,138,43,.07);
}
.ggw-footer-column h2 {
  margin: 6px 0 14px;
  color: #fff;
  font: 700 13px "Chakra Petch", monospace;
  letter-spacing: .035em;
  text-transform: uppercase;
}
.ggw-footer-column a {
  display: block;
  padding: 4px 0;
  color: #9ca2bb !important;
  font-size: 13px;
  line-height: 1.45;
}
.ggw-footer-column a:hover {
  color: #fff !important;
  transform: translateX(2px);
}
.ggw-footer-bottom {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid #252a3d;
  color: #8f96b0;
  font-size: 11.5px;
}
.ggw-footer-bottom > span:last-child {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ggw-footer-bottom a { color: #9ca2bb !important; }
.ggw-footer-bottom a:hover { color: #fff !important; }
.ggw-footer-bottom i {
  color: #4f566f;
  font-style: normal;
}
@media (max-width: 900px) {
  .ggw-footer-grid {
    grid-template-columns: minmax(240px, 1.25fr) repeat(2, minmax(145px, 1fr));
  }
  .ggw-footer-column:last-child { grid-column: 2; }
}
@media (max-width: 650px) {
  .ggw-site-footer { margin-top: 44px; padding-top: 32px; }
  .ggw-footer-shell { width: min(100% - 32px, 1240px); }
  .ggw-footer-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 30px 24px;
  }
  .ggw-footer-about { grid-column: 1 / -1; }
  .ggw-footer-column:last-child { grid-column: auto; }
  .ggw-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 14px 0;
  }
}
@media (max-width: 430px) {
  .ggw-footer-grid { grid-template-columns: 1fr; }
  .ggw-footer-about,
  .ggw-footer-column:last-child { grid-column: auto; }
}
