/* ── 頁尾:比照礁溪民宿站深色四欄版式(v20260828d) ── */
.footer {
  margin-top: 48px;
  padding: 42px 0 16px;
  background: #33241e;
  color: #f2ece6;
}
.footer * { box-sizing: border-box; }
.footer-inner {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 30px;
}
.fbrand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fbf7f2;
  text-decoration: none;
}
.fbrand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  flex: 0 0 auto;
}
.fbrand span {
  font-family: "Noto Serif TC", serif;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1.35;
}
.footer-brand p {
  max-width: 380px;
  margin: 10px 0 0;
  color: rgba(242, 236, 230, .78);
  font-size: 14px;
  line-height: 1.62;
}
.footer-tags {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 7px;
  margin-top: 13px;
}
.footer-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 10px;
  border: 1px solid rgba(214, 190, 170, .45);
  border-radius: 7px;
  background: rgba(251, 247, 242, .08);
  color: #fbf7f2;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}
.footer h3 {
  margin: 0 0 11px;
  color: #fbf7f2;
  font-size: 16px;
  font-weight: 900;
}
.footer nav { display: block; }
.footer nav a {
  display: block;
  margin-bottom: 7px;
  color: rgba(242, 236, 230, .82);
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
}
.footer nav a:hover,
.footer nav a:focus { color: #e8c9a8; }
.footer-bottom {
  width: min(1180px, calc(100% - 36px));
  margin: 26px auto 0;
  padding-top: 13px;
  border-top: 1px solid rgba(214, 190, 170, .24);
  color: rgba(242, 236, 230, .66);
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}
.footer-bottom a { color: #cfa781; text-decoration: none; }

@media (max-width: 991px) {
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .footer { padding-top: 30px; }
  .footer-inner {
    width: min(100% - 24px, 1180px);
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .fbrand span { font-size: 23px; }
  .fbrand img { width: 46px; height: 46px; }
  .footer nav a { font-size: 13px; margin-bottom: 5px; }
  .footer-tags { gap: 5px; }
  .footer-tags span { min-height: 28px; padding: 6px 7px; font-size: 11px; }
  .footer-bottom { margin-top: 20px; padding-top: 11px; font-size: 11px; white-space: nowrap; }
  .footer-extra { display: none; }
}
