/* LISIMKE footer + contact — editorial DTC polish */

/* ── Neutralize old dark site-footer wrapper when Kitbag footer is present ── */
.site-footer:has(.lk-footer) {
  background: #fff !important;
  color: #12151a !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

/* ── Contact strip (replaces mint-green box) ── */
.contact-box {
  display: grid !important;
  grid-template-columns: minmax(0, 1.4fr) auto;
  align-items: center;
  gap: 28px 40px;
  margin-top: 64px !important;
  padding: 28px 32px !important;
  border: 1px solid #e4e7ec !important;
  border-left: 3px solid #111827 !important;
  background:
    linear-gradient(135deg, rgba(17, 24, 39, 0.03) 0%, transparent 42%),
    #fbfbfc !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.contact-box .eyebrow {
  margin: 0 0 10px !important;
  color: #6b7280 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

.contact-box h2 {
  margin: 0 0 10px !important;
  color: #111827 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(22px, 2.4vw, 30px) !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.2 !important;
  text-transform: none !important;
}

.contact-box p {
  margin: 0 !important;
  max-width: 38em;
  color: #4b5563 !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

.contact-box > a {
  display: inline-flex !important;
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: center;
  gap: 4px !important;
  min-height: 0 !important;
  padding: 14px 20px !important;
  border: 0 !important;
  background: #111827 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: background 0.2s ease, transform 0.2s ease;
}

.contact-box > a span {
  color: #9ca3af;
  font-weight: 500;
  letter-spacing: 0;
}

.contact-box > a:hover {
  background: #25d366 !important;
  color: #062816 !important;
  transform: translateY(-1px);
}

.contact-box > a:hover span {
  color: #0b3d20;
}

.article-main > .contact-box {
  margin-top: 48px !important;
}

@media (max-width: 820px) {
  .contact-box {
    grid-template-columns: 1fr !important;
    padding: 24px 20px !important;
    gap: 20px !important;
  }

  .contact-box > a {
    width: 100%;
    align-items: stretch !important;
  }
}

/* ── SEO / store intro band (compact) ── */
.lk-footer {
  margin-top: 0;
  color: #12151a;
}

.lk-footer-seo {
  padding: 16px 0 14px;
  border-top: 1px solid #e8eaee;
  background: #f7f8fa;
}

.lk-footer-seo .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  max-width: 920px;
  align-items: start;
}

.lk-footer-seo h2,
.lk-footer-seo h3 {
  margin: 0 0 6px;
  color: #111827;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.25;
  text-transform: none;
}

.lk-footer-seo h2 {
  font-size: 15px;
}

.lk-footer-seo h2 + p,
.lk-footer-seo h3 + p {
  margin: 0;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.45;
  max-width: none;
}

.lk-footer-seo h3 {
  font-size: 14px;
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px solid #e5e7eb;
}

.lk-footer-seo a {
  color: #111827;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.lk-footer-seo a:hover {
  color: #0969da;
}

@media (max-width: 860px) {
  .lk-footer-seo {
    padding: 14px 0 12px;
  }

  .lk-footer-seo h3 {
    margin-top: 6px;
    padding-top: 8px;
  }
}

/* ── Main link columns (compact) ── */
.lk-footer-main {
  background: #111827;
  padding: 14px 0 12px;
  border-top: 0;
  color: #e5e7eb;
}

.lk-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px 16px;
  align-items: start;
}

.lk-footer-grid h4 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lk-footer-grid a {
  display: block;
  margin: 0 0 3px;
  color: #c5cad3;
  font-size: 11px;
  line-height: 1.3;
}

.lk-footer-grid a:hover {
  color: #fff;
  text-decoration: none;
}

.lk-footer-news p {
  margin: 0 0 6px;
  color: #c5cad3;
  font-size: 11px;
  line-height: 1.35;
}

.lk-signup-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 12px;
  margin-bottom: 6px;
  border: 1px solid #fff;
  border-radius: 0;
  background: transparent;
  color: #fff !important;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.lk-signup-btn:hover {
  background: #fff;
  color: #111827 !important;
}

.lk-follow-label {
  margin: 4px 0 4px !important;
  color: #fff !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 9px;
}

.lk-social {
  display: flex;
  gap: 5px;
  margin-bottom: 0;
}

.lk-social a {
  width: 26px;
  height: 26px;
  border: 1px solid #374151;
  border-radius: 0;
  background: transparent;
  color: #fff !important;
  display: grid;
  place-items: center;
  font-size: 9px;
  font-weight: 700;
}

.lk-social a:hover {
  border-color: #fff;
  background: #fff;
  color: #111827 !important;
}

.lk-contact-line {
  display: none !important;
}

.lk-footer-legal {
  padding: 6px 0;
  border-top: 1px solid #1f2937;
  background: #0b1220;
  font-size: 9px;
  color: #9ca3af;
  text-align: center;
  line-height: 1.35;
}

.lk-footer-legal-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3px 5px;
}

.lk-footer-legal a {
  color: #c5cad3;
}

.lk-footer-legal a:hover {
  color: #fff;
  text-decoration: none;
}

.lk-footer-legal span {
  color: #4b5563;
}

.lk-footer-bottom {
  padding: 8px 0 10px;
  background: #0b1220;
  border-top: 1px solid #1f2937;
}

.lk-footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}

.lk-footer-bottom p {
  margin: 0;
  max-width: 760px;
  color: #9ca3af;
  font-size: 9px;
  line-height: 1.35;
}

.lk-payments {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.lk-pay {
  display: inline-grid;
  place-items: center;
  min-width: 34px;
  height: 20px;
  padding: 0 5px;
  border: 1px solid #374151;
  border-radius: 2px;
  background: #111827;
  color: #e5e7eb;
  font-size: 7px;
  font-weight: 800;
}

.lk-pay.visa { color: #93c5fd; }
.lk-pay.mc { color: #fca5a5; }
.lk-pay.amex { color: #93c5fd; }
.lk-pay.paypal { color: #93c5fd; }
.lk-pay.maestro { color: #67e8f9; }

.lk-footer-langs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 12px;
}

.lk-footer-langs a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #c5cad3;
  font-size: 12px;
}

.lk-footer-langs a:hover {
  color: #fff;
}

.site-footer .footer-grid,
.site-footer .footer-bottom {
  display: none !important;
}

@media (max-width: 991px) {
  .lk-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .lk-footer-grid {
    grid-template-columns: 1fr;
  }

  .lk-footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

.language-switcher a[lang="zh"],
.language-switcher a[lang="zh"],
.language-options a[lang="zh"],
.language-options a[lang="zh"],
.footer-languages a[href="/zh/"],
.footer-languages a[href^="/zh/"],
.lk-footer-langs a[href="/zh/"],
.lk-footer-langs a[href^="/zh/"] {
  display: none !important;
}
