.site-footer {
  display: block;
  margin-top: clamp(3rem, 7vw, 7rem);
  border-top: 1px solid rgba(53, 49, 45, .12);
  background: #fffdfa;
  color: var(--ink);
}

.footer-shell {
  display: grid;
  grid-template-columns: minmax(15rem, .82fr) minmax(20rem, 1.18fr);
  gap: clamp(3rem, 10vw, 12rem);
  max-width: 104rem;
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 6.25rem) clamp(1.5rem, 4vw, 4rem) 2.5rem;
}

.footer-title {
  margin: 0 0 1.7rem;
  font: 750 clamp(1.15rem, 1.55vw, 1.55rem) / 1.2 "Be Vietnam Pro", sans-serif;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.footer-policy-list {
  display: grid;
  gap: .78rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-policy-list a {
  display: inline-block;
  color: var(--muted);
  font-size: clamp(.92rem, 1.27vw, 1.17rem);
  line-height: 1.35;
  text-decoration: none;
}

.footer-policy-list a:hover,
.footer-policy-list a:focus-visible { color: var(--teal); text-decoration: underline; text-underline-offset: .22em; }

.footer-about-copy {
  max-width: 42rem;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.42vw, 1.28rem);
  line-height: 1.72;
}

.footer-socials { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1.8rem 0; }
.footer-social {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--ink);
  color: white;
  font: 800 .67rem / 1 "Be Vietnam Pro", sans-serif;
  letter-spacing: -.02em;
}
.footer-social[aria-disabled="true"] { opacity: 1; }
.footer-social:disabled { opacity: 1; }
.footer-social svg { width: 22px; height: 22px; fill: currentColor; }
.footer-social-outline svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.footer-social-outline .footer-social-dot { fill: currentColor; stroke: none; }

.footer-newsletter { max-width: 50rem; }
.footer-newsletter-fields { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .75rem; }
.footer-newsletter input {
  min-width: 0;
  min-height: 48px;
  padding: .75rem 1rem;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: white;
  color: var(--ink);
  font: italic 1rem / 1.2 "Be Vietnam Pro", sans-serif;
}
.footer-newsletter button {
  min-width: 8.75rem;
  min-height: 48px;
  padding: .75rem 1.35rem;
  border: 1px solid var(--teal);
  border-radius: 999px;
  background: var(--teal);
  color: white;
  font: 700 .82rem / 1 "Be Vietnam Pro", sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.footer-newsletter button:hover { background: #1f504c; }
.footer-newsletter-note,
.footer-newsletter-status { margin: .65rem 0 0; color: var(--muted); font-size: .72rem; line-height: 1.5; }
.footer-newsletter-status { color: var(--teal); font-weight: 600; }

.footer-bottom {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  max-width: 104rem;
  margin: 0 auto;
  padding: 1.35rem clamp(1.5rem, 4vw, 4rem) 1.7rem;
  border-top: 1px solid rgba(53, 49, 45, .1);
}
.footer-brand { position: relative; display: block; width: 140px; height: 44px; overflow: hidden; }
.footer-brand img { position: absolute; top: -20px; left: -27px; width: 193px; max-width: none; height: auto; }
.footer-copyright { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.5; }
.footer-to-top { min-height: 44px; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: .12rem; color: var(--ink); font-size: .66rem; font-weight: 650; text-align: center; text-decoration: none; text-transform: uppercase; }
.footer-to-top::before { content: ""; width: 17px; height: 17px; border-top: 2px solid currentColor; border-left: 2px solid currentColor; transform: rotate(45deg) translate(4px, 4px); }
.footer-to-top:hover { color: var(--teal); }

@media (max-width: 760px) {
  .site-footer { margin-top: 3.5rem; }
  .footer-shell { grid-template-columns: 1fr; gap: 3rem; padding: 3.4rem 1.25rem 2.25rem; }
  .footer-title { margin-bottom: 1.35rem; font-size: 1.15rem; }
  .footer-policy-list { gap: .78rem; }
  .footer-policy-list a { font-size: 1rem; }
  .footer-about-copy { font-size: 1rem; line-height: 1.65; }
  .footer-socials { margin: 1.5rem 0; }
  .footer-newsletter-fields { grid-template-columns: 1fr; }
  .footer-newsletter button { width: 100%; }
  .footer-bottom { grid-template-columns: 1fr; justify-items: center; gap: .85rem; padding: 1.35rem 1.25rem 6.2rem; text-align: center; }
  .footer-brand { width: 124px; }
  .footer-brand img { top: -17px; left: -24px; width: 172px; }
}
