/* Fenestration Services footer Contact Us column — 20260904-FOOTERCONTACT1 */
.site-footer .footer-grid {
  grid-template-columns:
    minmax(140px, .88fr)
    minmax(155px, .92fr)
    minmax(155px, .94fr)
    minmax(190px, 1.08fr)
    minmax(300px, 1.62fr) !important;
  gap: 28px 28px !important;
}

.site-footer .fs-footer-contact-us {
  min-width: 0;
}

.site-footer .fs-footer-contact-title {
  position: relative;
  margin: 0 0 14px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: .2px;
}

.site-footer .fs-footer-contact-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: #b59060;
  opacity: .95;
}

.site-footer .fs-footer-contact-list {
  display: grid;
  gap: 14px;
}

.site-footer .fs-footer-contact-item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  min-width: 0;
}

.site-footer .fs-footer-contact-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  color: #fff;
  flex: 0 0 auto;
}

.site-footer .fs-footer-contact-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-footer .fs-footer-contact-copy {
  min-width: 0;
  padding-top: 1px;
}

.site-footer .fs-footer-contact-label {
  margin: 0 0 2px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.site-footer .fs-footer-contact-value {
  display: block;
  margin: 0;
  color: #bfbfbf;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  overflow-wrap: anywhere;
  transition: color .2s ease;
}

.site-footer a.fs-footer-contact-value:hover,
.site-footer a.fs-footer-contact-value:focus-visible {
  color: #b59060;
}

@media (max-width: 1180px) {
  .site-footer .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 820px) {
  .site-footer .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .site-footer .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .site-footer .fs-footer-contact-item {
    grid-template-columns: 38px minmax(0, 1fr);
  }
}
