/**
 * Footer V2 — plus court, premium, sombre
 */
html:not(.lgk-storefront--wayne):not(.lgk-storefront--gotham-airsoft) .lgk-footer,
html:not(.lgk-storefront--wayne):not(.lgk-storefront--gotham-airsoft) .footer {
  --lgk-footer-bg: #07090d;
}

html:not(.lgk-storefront--wayne):not(.lgk-storefront--gotham-airsoft) .lgk-footer__link {
  border-radius: 8px;
  transition: background 160ms ease, color 160ms ease;
}

html:not(.lgk-storefront--wayne):not(.lgk-storefront--gotham-airsoft) .lgk-footer__link:hover {
  background: rgba(37, 99, 235, 0.12);
  color: #22d3ee !important;
}

html:not(.lgk-storefront--wayne):not(.lgk-storefront--gotham-airsoft) .lgk-footer-help__card {
  background: #11151f !important;
  border: 1px solid rgba(148, 163, 184, 0.12) !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}

html:not(.lgk-storefront--wayne):not(.lgk-storefront--gotham-airsoft) .lgk-footer .h4,
html:not(.lgk-storefront--wayne):not(.lgk-storefront--gotham-airsoft) .lgk-footer .h5 {
  letter-spacing: -0.02em;
  color: #f1f5f9;
}
html:not(.lgk-storefront--wayne):not(.lgk-storefront--gotham-airsoft) .lgk-footer__gd-link {
  margin: 0.75rem 0 0;
  text-align: center;
  font-size: 0.8rem;
}
html:not(.lgk-storefront--wayne):not(.lgk-storefront--gotham-airsoft) .lgk-footer__gd-link a {
  color: #64748b;
  text-decoration: none;
}
html:not(.lgk-storefront--wayne):not(.lgk-storefront--gotham-airsoft) .lgk-footer__gd-link a:hover {
  color: #94a3b8;
  text-decoration: underline;
}

/* ── Brand + social pills + payment chips (aligné boutique Shopify) ── */
html:not(.lgk-storefront--wayne):not(.lgk-storefront--gotham-airsoft) .lgk-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.15rem;
}

html:not(.lgk-storefront--wayne):not(.lgk-storefront--gotham-airsoft) .lgk-footer__brand .lgk-footer__logo,
html:not(.lgk-storefront--wayne):not(.lgk-storefront--gotham-airsoft) .lgk-footer__brand img.lgk-footer__logo {
  width: auto !important;
  max-width: min(180px, 58vw) !important;
  height: auto !important;
  margin-bottom: 0 !important;
  filter: drop-shadow(0 6px 22px rgb(0 0 0 / 0.4));
}

html:not(.lgk-storefront--wayne):not(.lgk-storefront--gotham-airsoft) .lgk-footer__tagline-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  margin-top: 0.85rem;
  max-width: min(28rem, 92vw);
  padding-inline: 0.5rem;
  text-align: center;
}

html:not(.lgk-storefront--wayne):not(.lgk-storefront--gotham-airsoft) .lgk-footer__tagline {
  margin: 0;
  font-size: clamp(0.8125rem, 2.4vw, 0.9375rem);
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: rgb(241 245 249 / 0.92);
}

html:not(.lgk-storefront--wayne):not(.lgk-storefront--gotham-airsoft) .lgk-footer__tagline--sub {
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(148 163 184 / 0.78);
}

html:not(.lgk-storefront--wayne):not(.lgk-storefront--gotham-airsoft) .lgk-footer__social {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  width: 100%;
  margin-top: 0;
  padding: 1.35rem 0;
  border-top: 1px solid rgb(148 163 184 / 0.14);
  border-bottom: 1px solid rgb(148 163 184 / 0.14);
}

html:not(.lgk-storefront--wayne):not(.lgk-storefront--gotham-airsoft) .lgk-footer__social-label {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgb(148 163 184 / 0.72);
  text-align: left;
}

html:not(.lgk-storefront--wayne):not(.lgk-storefront--gotham-airsoft) .lgk-footer__social .social-media {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

html:not(.lgk-storefront--wayne):not(.lgk-storefront--gotham-airsoft) .lgk-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.15rem;
  padding: 0.4rem 0.95rem;
  border: 1px solid rgb(148 163 184 / 0.28);
  border-radius: 999px;
  background: transparent;
  color: rgb(186 230 253 / 0.92);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  text-decoration: none;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease, transform 160ms ease;
}

html:not(.lgk-storefront--wayne):not(.lgk-storefront--gotham-airsoft) .lgk-footer__social-link:hover {
  border-color: rgb(34 211 238 / 0.55);
  color: #fff;
  background: rgb(34 211 238 / 0.08);
  transform: translateY(-1px);
}

html:not(.lgk-storefront--wayne):not(.lgk-storefront--gotham-airsoft) .lgk-footer__aside {
  padding-block: 1rem 0.35rem;
  border-top: 0;
}

html:not(.lgk-storefront--wayne):not(.lgk-storefront--gotham-airsoft) .lgk-footer__bar .payment-methods,
html:not(.lgk-storefront--wayne):not(.lgk-storefront--gotham-airsoft) .lgk-footer .payment-methods {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0.85rem 0 0.25rem;
  list-style: none;
  width: 100%;
  border-top: 1px solid rgb(148 163 184 / 0.12);
}

html:not(.lgk-storefront--wayne):not(.lgk-storefront--gotham-airsoft) .lgk-footer__pay-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.35rem 0.85rem;
  border-radius: 0.4rem;
  border: 1px solid rgb(226 232 240 / 0.28);
  background: transparent;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}
