/*
 * Gester footer — Warehouse child theme v0.8
 * Newsletter module intentionally untouched.
 * Scoped styles only; no hidden duplicate footer and no hook fallback.
 */

body #footer-container-main.footer-container.gester-footer-composition {
  margin: 0;
  padding: 0;
  background: #fff;
  color: inherit;
}

.gfooter,
.gfooter * {
  box-sizing: border-box;
}

.gfooter {
  --gfooter-green-dark: #003827;
  --gfooter-green: #005039;
  --gfooter-green-end: #003a29;
  --gfooter-yellow: #f7b900;
  --gfooter-white: #fff;
  position: relative;
  isolation: isolate;
  width: 100%;
  margin: 0;
  padding: 36px 28px 0;
  overflow: hidden;
  color: var(--gfooter-white);
  background:
    radial-gradient(circle at 26% 46%, rgba(0, 122, 73, .30), transparent 36%),
    radial-gradient(circle at 76% 40%, rgba(0, 89, 57, .18), transparent 43%),
    linear-gradient(108deg, var(--gfooter-green-dark) 0%, var(--gfooter-green) 49%, var(--gfooter-green-end) 100%);
  font-family: inherit;
}

.gfooter__surface {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}

.gfooter__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns:
    minmax(310px, 1.30fr)
    minmax(150px, .70fr)
    minmax(190px, .90fr)
    minmax(150px, .70fr)
    minmax(445px, 1.68fr);
  gap: clamp(24px, 1.9vw, 36px);
  width: min(1540px, 100%);
  margin: 0 auto;
  align-items: start;
}

.gfooter__brand {
  min-width: 0;
  padding: 0 clamp(16px, 1.9vw, 34px) 18px 0;
  border-right: 1px solid rgba(255,255,255,.20);
  text-align: center;
}

.gfooter__logo-link {
  display: inline-block;
  line-height: 0;
}

.gfooter__logo {
  display: block;
  width: clamp(132px, 10vw, 175px);
  height: auto;
  margin: 0 auto 12px;
  object-fit: contain;
}

.gfooter__experience {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: end;
  column-gap: 7px;
  margin: 0 0 24px;
  color: #fff;
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
}

.gfooter__experience-overline,
.gfooter__experience-caption {
  grid-column: 1 / -1;
  justify-self: start;
  margin-left: 2px;
  font-size: clamp(15px, 1.05vw, 20px);
  font-weight: 500;
  letter-spacing: .02em;
}

.gfooter__experience-number {
  font-size: clamp(62px, 5.3vw, 88px);
  font-weight: 850;
  letter-spacing: -.065em;
  line-height: .84;
}

.gfooter__experience-years {
  padding-bottom: 5px;
  color: var(--gfooter-yellow);
  font-size: clamp(22px, 1.85vw, 31px);
  font-weight: 800;
  letter-spacing: -.02em;
}

.gfooter__experience-caption {
  margin-top: 7px;
}

.gfooter__values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}

.gfooter__value {
  min-width: 0;
  color: rgba(255,255,255,.94);
  font-size: 12px;
  line-height: 1.34;
  text-align: center;
}

.gfooter__value-icon {
  display: flex;
  width: 49px;
  height: 49px;
  margin: 0 auto 8px;
  align-items: center;
  justify-content: center;
  color: var(--gfooter-yellow);
}

.gfooter__value-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.gfooter__nav {
  min-width: 0;
  padding-top: 5px;
}

.gfooter__heading {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 18px;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.gfooter__heading-icon {
  position: relative;
  display: inline-flex;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  color: var(--gfooter-yellow);
}

.gfooter__heading-icon::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: -8px;
  height: 2px;
  background: var(--gfooter-yellow);
  border-radius: 8px;
}

.gfooter__heading-icon svg {
  width: 32px;
  height: 32px;
}

.gfooter__links {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gfooter__links li {
  position: relative;
  margin: 0;
  padding-left: 13px;
}

.gfooter__links li::before {
  content: ">";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--gfooter-yellow);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

#footer-container-main.gester-footer-composition .gfooter a {
  color: rgba(255,255,255,.94);
  text-decoration: none;
}

#footer-container-main.gester-footer-composition .gfooter a:hover,
#footer-container-main.gester-footer-composition .gfooter a:focus-visible {
  color: var(--gfooter-yellow);
  text-decoration: none;
}

.gfooter__links a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.38;
  transition: color .18s ease, transform .18s ease;
}

.gfooter__links a:hover,
.gfooter__links a:focus-visible {
  transform: translateX(2px);
}

.gfooter__contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  min-width: 0;
  padding: 22px 22px 20px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 16px;
  background: rgba(0, 50, 35, .10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}

.gfooter__contact-main {
  min-width: 0;
  padding-right: 20px;
  border-right: 1px solid rgba(255,255,255,.18);
}

.gfooter__contact-row {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  min-height: 58px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
  font-size: 14px;
  line-height: 1.38;
}

.gfooter__contact-row:first-child {
  padding-top: 0;
}

.gfooter__contact-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.gfooter__contact-row strong {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
}

.gfooter__contact-row small {
  display: block;
  color: rgba(255,255,255,.90);
  font-size: 12.5px;
  line-height: 1.52;
}

.gfooter__contact-icon {
  display: inline-flex;
  width: 31px;
  height: 31px;
  align-items: center;
  justify-content: center;
  color: var(--gfooter-yellow);
}

.gfooter__contact-icon svg {
  width: 100%;
  height: 100%;
}

.gfooter__contact-row--claim {
  color: #fff;
  font-size: 12.5px;
  font-weight: 500;
  text-transform: uppercase;
}

.gfooter__social {
  min-width: 0;
  padding-left: 20px;
  text-align: center;
}

.gfooter__social h2 {
  position: relative;
  margin: 0 0 17px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.gfooter__social h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 27px;
  height: 2px;
  background: var(--gfooter-yellow);
  transform: translateX(-50%);
}

.gfooter__social-list {
  display: grid;
  gap: 10px;
  justify-content: center;
}

.gfooter__social-list a {
  display: inline-flex;
  width: 39px;
  height: 39px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(247,185,0,.58);
  border-radius: 50%;
  color: var(--gfooter-yellow);
  font-size: 20px;
  transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.gfooter__social-list a:hover,
.gfooter__social-list a:focus-visible {
  background: var(--gfooter-yellow);
  color: var(--gfooter-green-dark);
  transform: translateY(-1px);
}

/* Keep the social glyph visible over the yellow hover background. */
#footer-container-main.gester-footer-composition .gfooter .gfooter__social-list a:hover,
#footer-container-main.gester-footer-composition .gfooter .gfooter__social-list a:focus-visible {
  color: var(--gfooter-green-dark);
}





/* Runtime-only compatibility output for analytics/Mailchimp integrations. */
.gfooter__runtime-hooks {
  display: none;
}

/* Original Warehouse copyright partial, reused as the financing tab. */
.gfooter > #footer-copyrights {
  position: relative;
  z-index: 2;
  margin: 18px -28px 0;
  padding: 0;
  background: transparent;
}

.gfooter > #footer-copyrights > .container {
  width: min(1120px, calc(100% - 390px));
  max-width: none;
  min-height: 104px;
  margin: 0 auto;
  padding: 12px clamp(24px, 3vw, 54px) 10px;
  border-radius: 24px 24px 0 0;
  background: #fff;
  box-shadow: 0 -5px 18px rgba(0,0,0,.07);
}

.gfooter > #footer-copyrights .row,
.gfooter > #footer-copyrights .copyright-txt,
.gfooter > #footer-copyrights .copyright-img {
  width: 100%;
  max-width: none;
  margin: 0;
}

.gfooter > #footer-copyrights .copyright-txt,
.gfooter > #footer-copyrights .copyright-txt > div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.gfooter > #footer-copyrights .footer-logos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.8vw, 46px);
  width: 100%;
  margin: 0;
  align-items: center;
  justify-items: center;
}

.gfooter > #footer-copyrights .footer-logos img,
.gfooter > #footer-copyrights .copyright-img img {
  display: block;
  width: 100%;
  max-width: 300px;
    height: 80px;
  object-fit: contain;
}

@media (max-width: 1450px) {
  .gfooter > #footer-copyrights > .container {
    width: min(1120px, calc(100% - 260px));
  }

  .gfooter__inner {
    grid-template-columns:
      minmax(290px, 1.20fr)
      minmax(145px, .68fr)
      minmax(180px, .86fr)
      minmax(145px, .68fr)
      minmax(405px, 1.58fr);
    gap: 25px;
  }

}

@media (max-width: 1199px) {
  .gfooter > #footer-copyrights > .container {
    width: min(940px, calc(100% - 90px));
  }

  .gfooter {
    padding-top: 34px;
  }

  .gfooter__inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-areas:
      "brand brand brand"
      "company legal contact"
      "card card card";
    gap: 30px 26px;
  }

  .gfooter__brand {
    grid-area: brand;
    padding: 0 0 26px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.18);
  }

  .gfooter__nav--company { grid-area: company; }
  .gfooter__nav--legal { grid-area: legal; }
  .gfooter__nav--contact { grid-area: contact; }
  .gfooter__contact-card { grid-area: card; }

  .gfooter__logo {
    width: 150px;
  }

  .gfooter__experience {
    margin-bottom: 22px;
  }

  .gfooter__values {
    width: min(650px, 100%);
    margin: 0 auto;
  }

  .gfooter__contact-card {
    grid-template-columns: minmax(0, 1fr) 140px;
  }

  .gfooter__social-list {
    grid-template-columns: repeat(2, 39px);
  }

}

@media (max-width: 767px) {
  .gfooter > #footer-copyrights {
    margin: 26px -16px 0;
  }

  .gfooter > #footer-copyrights > .container {
    width: 100%;
    min-height: 0;
    padding: 17px 22px 13px;
    border-radius: 18px 18px 0 0;
  }

  .gfooter > #footer-copyrights .footer-logos {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .gfooter > #footer-copyrights .footer-logos img,
  .gfooter > #footer-copyrights .copyright-img img {
    max-width: 290px;
    height: 78px;
  }

  .gfooter {
    padding: 28px 16px 0;
  }

  .gfooter__inner {
    display: block;
  }

  .gfooter__brand {
    margin-bottom: 26px;
    padding-bottom: 25px;
  }

  .gfooter__logo {
    width: 138px;
    margin-bottom: 10px;
  }

  .gfooter__experience {
    margin-bottom: 22px;
  }

  .gfooter__experience-number {
    font-size: 68px;
  }

  .gfooter__experience-years {
    font-size: 24px;
  }

  .gfooter__values {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px 6px;
    width: 100%;
  }

  .gfooter__value {
    font-size: 10.5px;
    line-height: 1.28;
  }

  .gfooter__value-icon {
    width: 43px;
    height: 43px;
    margin-bottom: 7px;
  }

  .gfooter__nav {
    margin-bottom: 25px;
    padding: 0 0 23px;
    border-bottom: 1px solid rgba(255,255,255,.16);
  }

  .gfooter__heading {
    margin-bottom: 17px;
  }

  .gfooter__links {
    gap: 9px;
  }

  .gfooter__links a {
    font-size: 14px;
  }

  .gfooter__contact-card {
    display: block;
    padding: 20px 17px;
    border-radius: 13px;
  }

  .gfooter__contact-main {
    padding: 0 0 19px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.18);
  }

  .gfooter__contact-row {
    grid-template-columns: 33px minmax(0, 1fr);
    gap: 10px;
  }

  .gfooter__social {
    padding: 18px 0 0;
  }

  .gfooter__social-list {
    grid-template-columns: repeat(4, 39px);
    gap: 13px;
  }


}

@media (max-width: 390px) {
  .gfooter > #footer-copyrights {
    margin-inline: -13px;
  }

  .gfooter {
    padding-inline: 13px;
  }

  .gfooter__values {
    gap: 8px 4px;
  }

  .gfooter__value {
    font-size: 9.5px;
  }

  .gfooter__value-icon {
    width: 38px;
    height: 38px;
  }

  .gfooter__contact-card {
    padding-inline: 14px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .gfooter__links a,
  .gfooter__social-list a {
    transition: none;
  }
}
