/* Global site footer ??canonical layout based on the homepage footer. */
.site-footer {
  display: block;
  padding: clamp(48px, 6vw, 72px) clamp(24px, 6vw, 88px) 34px;
  background: #091223;
  color: #dce3df;
  text-align: left;
  font-family: var(--site-font-sans, var(--sans, "Noto Sans TC", sans-serif));
}

.site-footer .site-contact-footer {
  display: block;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 0 30px;
  border: 0;
  border-bottom: 1px solid rgba(220, 227, 223, .18);
}

.site-footer .site-contact-footer > strong {
  display: block;
  margin: 0 0 24px;
  color: #fff;
  font: 500 clamp(22px, 2vw, 28px)/1.45 var(--site-font-serif, var(--serif, "Noto Serif TC", serif));
  letter-spacing: .06em;
}

.site-footer .site-contact-footer dl {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 0;
}

.site-footer .site-contact-footer dl > div {
  display: grid;
  grid-template-columns: 7.5em minmax(0, 1fr);
  column-gap: .75em;
  align-items: baseline;
  min-width: 0;
}

.site-footer .site-contact-footer dt {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: .35em;
  width: 100%;
  color: rgba(220, 227, 223, .66);
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .02em;
  white-space: nowrap;
}

.site-footer .site-contact-footer dt span {
  display: block;
  text-align: justify;
  text-align-last: justify;
}

.site-footer .site-contact-footer dt::after { content: "\FF1A"; }

.site-footer .site-contact-footer dd {
  margin: 0;
  color: #eef3f0;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .03em;
  overflow-wrap: anywhere;
}

.site-footer .site-contact-footer a,
.site-footer .site-contact-links a {
  display: inline-block;
  padding: 2px 1px 4px;
  border: 0;
  color: #f0cd94 !important;
  font-weight: 500;
  text-decoration-line: underline !important;
  text-decoration-color: rgba(240, 205, 148, .72) !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  transition: color .2s ease, text-decoration-color .2s ease, text-decoration-thickness .2s ease;
}

.site-footer .site-contact-footer a:hover,
.site-footer .site-contact-links a:hover {
  color: #fff !important;
  text-decoration-color: #f0cd94 !important;
  text-decoration-thickness: 2px;
}

.site-footer .site-contact-footer a:focus-visible,
.site-footer .site-contact-links a:focus-visible {
  color: #fff;
  outline: 2px solid #f0cd94;
  outline-offset: 5px;
  text-decoration-color: transparent;
}

.site-footer .site-contact-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px 22px;
  margin: 20px 0 0;
}

.site-footer .site-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  max-width: 1120px;
  margin: 24px auto 0;
  padding: 0;
  border: 0;
  gap: 8px 18px;
  color: rgba(220, 227, 223, .74);
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: .06em;
}

@media (max-width: 700px) {
  .site-footer { padding: 42px 22px 30px; }
  .site-footer .site-contact-footer dl { gap: 10px; }
  .site-footer .site-contact-footer dl > div { align-items: flex-start; }
  .site-footer .site-contact-links { gap: 12px 18px; }
}

@media (max-width: 420px) {
  .site-footer .site-contact-footer dl > div {
    grid-template-columns: 6.9em minmax(0, 1fr);
    column-gap: .65em;
  }

  .site-footer .site-contact-footer dt,
  .site-footer .site-contact-footer dd { font-size: 14px; }
}
