/* 往台 · 页脚 — 酒红顶栏 + 深色底 */

.wt-footer {
  clear: both;
  width: 100%;
  margin: 0 !important;
  padding-bottom: 0;
  background: var(--wt-night);
  color: rgba(255, 252, 248, 0.72);
}

.wt-footer__ribbon {
  padding: 1rem 0;
  text-align: center;
  background: var(--wt-paper);
  color: var(--wt-wine);
  border-top: 1px solid var(--wt-fog);
  border-bottom: 3px solid var(--wt-wine);
  font-family: var(--wt-font-display);
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  font-weight: 600;
  letter-spacing: 0.22em;
}

.wt-footer__main {
  padding: clamp(2.5rem, 5vw, 3.5rem) 0 2rem;
}

.wt-footer__brand-name {
  margin: 1rem 0 0.5rem;
  font-family: var(--wt-font-serif);
  font-size: 1.1rem;
  color: var(--wt-white);
}

.wt-footer__tagline {
  margin: 0 0 1.25rem;
  font-size: 0.9rem;
  line-height: 1.75;
  color: rgba(255, 252, 248, 0.55);
}

.wt-footer__logo img {
  max-height: 44px;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.wt-footer__phone {
  display: inline-block;
  padding: 0.5rem 0;
  font-family: var(--wt-font-display);
  font-size: 1.25rem;
  color: var(--wt-brass-light) !important;
  text-decoration: none;
  border-bottom: 1px solid rgba(166, 137, 83, 0.4);
}

.wt-footer__heading {
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--wt-brass);
  border-bottom: 1px solid rgba(255, 252, 248, 0.08);
}

.wt-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 2;
  column-gap: 1rem;
}

.wt-footer__links li { margin-bottom: 0.4rem; break-inside: avoid; }

.wt-footer__links a {
  color: rgba(255, 252, 248, 0.65);
  text-decoration: none;
  font-size: 0.9rem;
}

.wt-footer__links a:hover { color: var(--wt-brass-light); }

.wt-footer__contact li {
  margin-bottom: 0.55rem;
  font-size: 0.88rem;
  line-height: 1.6;
  list-style: none;
}

.wt-footer__contact a {
  color: rgba(255, 252, 248, 0.72);
  text-decoration: none;
}

.wt-footer__contact a:hover { color: var(--wt-brass-light); }

.wt-footer__bottom {
  padding: 1rem 0 calc(1rem + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 252, 248, 0.06);
}

.wt-footer__copyright {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.85;
  text-align: center;
  color: rgba(255, 252, 248, 0.4);
}

.wt-footer__copyright a {
  color: rgba(255, 252, 248, 0.52);
  text-decoration: none;
}

.wt-footer__copyright a:hover { color: var(--wt-brass); }

.wt-footer__copyright img { vertical-align: middle; margin-right: 4px; }

@media (max-width: 767px) {
  .wt-footer__links { columns: 1; }
}
