@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=DM+Sans:wght@300;400;500&family=Space+Mono:wght@400;700&display=swap");

.brand-footer {
  padding: clamp(52px, 6vw, 76px) 40px 30px;
  border-top: 1px solid rgba(13, 27, 42, 0.1);
  background: #f2ede4;
  color: #0d1b2a;
  text-align: center;
}

.brand-footer .footer-close {
  display: block;
  max-width: 1100px;
  margin: 0 auto 46px;
  color: #0d1b2a;
  font: 300 clamp(34px, 4.6vw, 68px)/1.02 "Cormorant Garamond", serif;
  white-space: nowrap;
}

.brand-footer .footer-close .crimson-word,
.brand-footer .footer-close em {
  color: #6b1423;
}

.brand-footer .footer-close em {
  font-style: italic;
}

.brand-footer .footer-break {
  display: block;
}

.brand-footer .bf-logo {
  display: block;
  width: min(340px, 72vw);
  height: auto;
  margin: 0 auto 34px;
}

.brand-footer .footer-links {
  display: flex;
  width: min(100%, 1180px);
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.brand-footer .footer-link-row {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.brand-footer .footer-link-row + .footer-link-row {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 0;
}

.brand-footer .footer-link-list {
  display: flex;
  margin: 12px 0 0;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 30px;
}

.brand-footer .content-kicker {
  color: #6b1423;
  font-family: "Bebas Neue", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.24em;
  line-height: 1.4;
  text-transform: uppercase;
}

.brand-footer .footer-top-link,
.brand-footer .inline-link {
  color: #6b1423;
  text-decoration-color: rgba(107, 20, 35, 0.28);
  text-underline-offset: 5px;
}

.brand-footer .inline-link {
  font: 400 clamp(14px, 1.2vw, 18px)/1.5 "DM Sans", sans-serif;
}

.brand-footer .text-button {
  display: inline-flex;
  width: min(300px, 100%);
  min-height: 72px;
  margin-top: 42px;
  padding: 20px 28px;
  align-items: center;
  justify-content: center;
  border: 1px solid #6b1423;
  background: #6b1423;
  color: #f8f4ee;
  font: 700 12px/1.4 "Space Mono", monospace;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-footer .footer-copyright {
  margin-top: 42px;
  color: #46505c;
  font: 400 12px/1.6 "DM Sans", sans-serif;
}

.brand-footer + .footer-social-links {
  display: flex !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 54px 24px 58px !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 20px !important;
  border: 0 !important;
  background: #f2ede4 !important;
}

.brand-footer + .footer-social-links a {
  display: inline-flex !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #46515d !important;
  font-size: 0 !important;
  opacity: 0.82;
  text-decoration: none !important;
}

.brand-footer + .footer-social-links img,
.brand-footer + .footer-social-links svg {
  display: block !important;
  width: 28px !important;
  height: 28px !important;
  border: 0 !important;
  box-shadow: none !important;
}

.footer-social-links + .footer-copyright {
  width: 100%;
  margin: 0;
  padding: 0 24px 36px;
  text-align: center;
  background: #f2ede4;
  color: #46505c;
  font: 400 12px/1.6 "DM Sans", sans-serif;
}

@media (max-width: 700px) {
  .brand-footer {
    padding: 48px 20px 26px;
  }

  .brand-footer .bf-logo {
    width: min(280px, 76vw);
    margin-bottom: 28px;
  }

  .brand-footer .footer-close {
    margin-bottom: 34px;
    font-size: clamp(25px, 7.5vw, 42px);
  }

  .brand-footer .footer-link-list {
    gap: 10px 18px;
  }

  .brand-footer .text-button {
    min-height: 62px;
  }

  .brand-footer + .footer-social-links {
    gap: 13px !important;
    padding: 38px 18px 42px !important;
  }

  .brand-footer + .footer-social-links img,
  .brand-footer + .footer-social-links svg {
    width: 22px !important;
    height: 22px !important;
  }
}
