/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 04 2026 | 13:22:29 */
/* =========================
   GSO FOOTER
   ========================= */

.gso-footer {
  background: #f3f1ec;
  color: #111;
  margin-top: 0;
}

.gso-footer__top {
  position: relative;
  padding: 72px 0 0;
}

.gso-footer__inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.gso-footer__grid {
  display: grid;
  grid-template-columns: 1.25fr 0.95fr;
  gap: 80px;
  align-items: start;
}

.gso-footer__brand {
  max-width: 520px;
}

.gso-footer__tagline {
  display: inline-block;
  margin-bottom: 28px;
  color: #111;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.gso-footer__socials {
  display: flex;
  gap: 12px;
  margin-bottom: 34px;
}

.gso-footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  border: 2px solid #111;
  border-radius: 999px;
  background: #fffdf8;
  color: #111;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.02em;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.gso-footer__socials a:hover {
  transform: translateY(-2px);
  background: #f5cb17;
}

.gso-footer__acknowledgement {
  margin: 0;
  max-width: 44ch;
  font-size: 15px;
  line-height: 1.75;
  color: #444;
}

.gso-footer__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  padding-top: 18px;
}

.gso-footer__col h3 {
  margin: 0 0 16px;
  font-size: 1.15rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #111;
}

.gso-footer__col a,
.gso-footer__col span {
  display: inline-block;
  margin: 0 0 12px;
  color: #4b4b4b;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
  border-bottom: 1px solid rgba(17, 17, 17, 0.3);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.gso-footer__col a:hover {
  color: #111;
  border-bottom-color: #111;
}

.gso-footer__bar {
  margin-top: 56px;
  background: #f5cb17;
  border-top: 2px solid #111;
}

.gso-footer__bar-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 16px 0 18px;
  text-align: center;
}

.gso-footer__bar p {
  margin: 0;
  color: #111;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.01em;
}

/* Tablet */
@media (max-width: 980px) {
  .gso-footer__grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .gso-footer__links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    padding-top: 0;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .gso-footer__top {
    padding-top: 56px;
  }

  .gso-footer__inner,
  .gso-footer__bar-inner {
    width: min(1180px, calc(100% - 28px));
  }

  .gso-footer__tagline {
    margin-bottom: 22px;
    font-size: clamp(1.8rem, 8vw, 2.4rem);
  }

  .gso-footer__socials {
    margin-bottom: 24px;
  }

  .gso-footer__links {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .gso-footer__col {
    padding: 18px 0;
    border-top: 1px solid rgba(17, 17, 17, 0.12);
  }

  .gso-footer__col:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .gso-footer__acknowledgement {
    font-size: 14px;
  }

  .gso-footer__bar {
    margin-top: 38px;
  }

  .gso-footer__bar-inner {
    padding: 14px 0 16px;
  }

  .gso-footer__bar p {
    font-size: 13px;
  }
}