.tandeh-site-footer {
  width: 100%;
  background: #ffffff;
  color: #3c0c0c;
  box-sizing: border-box;
  padding: 40px 0 44px;
  font-family: "Open Sans", sans-serif;
}

.tandeh-site-footer__inner {
  width: min(100% - 48px, 960px);
  margin: 0 auto;
}

.tandeh-site-footer__brand {
  margin: 0;
  text-align: center;
  font-size: clamp(36px, 3.2vw, 56px);
  line-height: 1;
  font-weight: 700;
  color: #4c1211;
}

.tandeh-site-footer__divider {
  width: 100%;
  height: 1px;
  margin: 28px 0;
  background: #1c2d78;
}

.tandeh-site-footer__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 56px;
}

.tandeh-site-footer__column {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 16px;
  line-height: 1.4;
}

.tandeh-site-footer__column a,
.tandeh-site-footer__column a:link,
.tandeh-site-footer__column a:visited,
.tandeh-site-footer__column a:hover,
.tandeh-site-footer__column a:active {
  color: inherit;
  text-decoration: none;
}

.tandeh-site-footer__column a:hover {
  color: #1c2d78;
}

.tandeh-site-footer__column--contact {
  align-items: flex-start;
}

.tandeh-site-footer__email {
  font-weight: 600;
}

.tandeh-site-footer__socials {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 12px 22px;
  width: max-content;
}

.tandeh-site-footer__socials a {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tandeh-site-footer__socials img {
  width: 44px;
  height: 44px;
  display: block;
  object-fit: contain;
}

.tandeh-site-footer__socials a:last-child {
  grid-column: 1;
  grid-row: 2;
}

.tandeh-site-footer__copyright {
  margin: 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
  color: #2e2122;
}

[data-tandeh-footer] {
  display: block;
  width: 100%;
}

[data-tandeh-footer][data-footer-mode="flazio"] .tandeh-site-footer {
  width: 100%;
  padding-top: 36px;
  padding-bottom: 40px;
}

[data-tandeh-footer][data-footer-mode="flazio"] .tandeh-site-footer__inner {
  width: min(100% - 48px, 960px);
}

@media (max-width: 820px) {
  .tandeh-site-footer {
    padding: 32px 0 36px;
  }

  .tandeh-site-footer__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .tandeh-site-footer__column,
  .tandeh-site-footer__column--contact {
    align-items: center;
    text-align: center;
  }
}
