:root {
  --maf-burgundy: #620018;
  --maf-burgundy-dark: #42000f;
  --maf-gold: #b8965d;
  --maf-text: #1d1918;
  --maf-muted: #5f5752;
  --maf-border: #e7ded7;
  --maf-bg: #fbf8f4;
  --maf-white: #ffffff;
  --maf-serif: "Cormorant Garamond", serif;
  --maf-sans: "Poppins", sans-serif;
}

.maf-global-footer,
.maf-global-footer * {
  box-sizing: border-box;
}

.maf-global-footer {
  width: 100%;
  background: var(--maf-white);
  font-family: var(--maf-sans);
  color: var(--maf-text);
  border-top: 1px solid var(--maf-border);
  position: relative;
  z-index: 20;
}

.maf-global-footer .maf-footer-container {
  width: min(1120px, calc(100% - 44px));
  margin: 0 auto;
  padding: 42px 0 32px;
  display: grid;
  grid-template-columns: 1.25fr 0.85fr 1fr 1.25fr;
  gap: 52px;
}

.maf-global-footer .maf-footer-logo {
  display: inline-block;
  margin-bottom: 12px;
}

.maf-global-footer .maf-footer-logo img {
  width: 135px;
  max-height: 92px;
  object-fit: contain;
  display: block;
}

.maf-global-footer .maf-footer-brand p {
  max-width: 260px;
  font-size: 13px;
  line-height: 1.75;
  color: var(--maf-muted);
  margin: 0 0 18px;
}

.maf-global-footer .maf-social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.maf-global-footer .maf-social-icons a {
  width: 30px;
  height: 30px;
  background: #171313;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.maf-global-footer .maf-social-icons a:hover {
  background: var(--maf-burgundy);
  transform: translateY(-2px);
}

.maf-global-footer .maf-social-icons svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.maf-global-footer .maf-social-icons a:first-child svg,
.maf-global-footer .maf-social-icons a:nth-child(3) svg,
.maf-global-footer .maf-social-icons a:nth-child(4) svg {
  fill: currentColor;
  stroke: none;
}

.maf-global-footer .maf-footer-col h4 {
  font-size: 12px;
  color: var(--maf-burgundy);
  text-transform: uppercase;
  letter-spacing: 1.1px;
  font-weight: 700;
  margin: 0 0 15px;
}

.maf-global-footer .maf-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.maf-global-footer .maf-footer-col li {
  margin-bottom: 8px;
}

.maf-global-footer .maf-footer-col a {
  font-size: 12px;
  line-height: 1.5;
  color: var(--maf-muted);
  text-decoration: none;
  transition: 0.3s ease;
}

.maf-global-footer .maf-footer-col a:hover {
  color: var(--maf-burgundy);
  padding-left: 4px;
}

.maf-global-footer .maf-footer-contact p {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  line-height: 1.65;
  color: var(--maf-muted);
  margin: 0 0 12px;
}

.maf-global-footer .maf-footer-contact p > span:first-child {
  width: 18px;
  min-width: 18px;
  margin-top: 2px;
  color: var(--maf-burgundy);
}

.maf-global-footer .maf-footer-contact svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.maf-global-footer .maf-footer-contact a {
  color: var(--maf-muted);
  padding-left: 0 !important;
}

.maf-global-footer .maf-footer-address-text {
  width: auto !important;
  min-width: 0 !important;
  margin-top: 0 !important;
  color: var(--maf-muted) !important;
}

.maf-global-footer .maf-footer-bottom {
  border-top: 1px solid var(--maf-border);
  background: #fff;
}

.maf-global-footer .maf-footer-bottom-inner {
  width: min(1120px, calc(100% - 44px));
  margin: 0 auto;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.maf-global-footer .maf-footer-bottom p {
  margin: 0;
  font-size: 11px;
  color: #8a817c;
}

.maf-global-footer .maf-footer-bottom a,
.maf-global-footer .maf-footer-bottom span {
  font-size: 11px;
  color: #8a817c;
  text-decoration: none;
}

.maf-global-footer .maf-footer-bottom a:hover {
  color: var(--maf-burgundy);
}

@media (max-width: 1024px) {
  .maf-global-footer .maf-footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 36px 48px;
  }
}

@media (max-width: 650px) {
  .maf-global-footer .maf-footer-container {
    width: min(100% - 28px, 1120px);
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 36px 0 28px;
  }

  .maf-global-footer .maf-footer-logo img {
    width: 120px;
  }

  .maf-global-footer .maf-footer-brand p {
    max-width: 100%;
  }

  .maf-global-footer .maf-footer-bottom-inner {
    width: min(100% - 28px, 1120px);
    min-height: auto;
    padding: 16px 0;
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
}

@media (max-width: 420px) {
  .maf-global-footer .maf-footer-container {
    width: min(100% - 22px, 1120px);
  }

  .maf-global-footer .maf-footer-bottom-inner {
    width: min(100% - 22px, 1120px);
  }
}
