.clemo-footer,
#footer-stitch,
.ae-footer-modern {
  position: relative;
  overflow: hidden;
  margin-top: clamp(2rem, 6vw, 4rem);
  padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 4vw, 2rem);
  border-top: 1px solid var(--line-color);
  /* background:
    linear-gradient(180deg, color-mix(in srgb, var(--secondary-color) 95%, transparent), color-mix(in srgb, var(--primary-color) 98%, transparent)),
    radial-gradient(circle at top center, var(--accent-soft-color), transparent 44%); */
}

.clemo-footer-content,
#footer-stitch .cs-container,
.ae-footer-modern .footer-main {
  width: min(100%, var(--site-max-width, 1400px));
  margin: 0 auto;
}

.clemo-footer-content {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.8fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.clemo-footer-logo,
.clemo-footer-links,
.clemo-footer-links-extra,
.clemo-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
}

.clemo-footer-logo {
  flex-direction: column;
  align-items: start;
}

.clemo-footer-logo img,
#footer-stitch .cs-logo-img,
.footer-logo-bg img {
  width: auto;
  max-width: 10rem;
  max-height: 4rem;
  object-fit: contain;
}

.clemo-footer-link,
.clemo-footer-address a,
.clemo-footer-copy a,
.cs-link,
.cs-copyright-link,
.cs-designedby-link,
.footer-bottom a,
.footer-meta a {
  color: var(--muted-text-color);
  text-decoration: none;
}

.clemo-footer-link:hover,
.clemo-footer-address a:hover,
.clemo-footer-copy a:hover,
.cs-link:hover,
.footer-bottom a:hover,
.footer-meta a:hover {
  color: var(--button-color);
}

.clemo-footer-bottom,
#footer-stitch .cs-bottom,
.footer-bottom {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line-color);
}

.copy,
.clemo-footer-copy,
.footer-meta {
  color: var(--soft-text-color);
}

.peach-footer {
  padding-block: clamp(1.5rem, 4vw, 2.5rem);
}

.peach-footer-shell {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.peach-footer-line {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.peach-footer-line--top {
  justify-content: space-between;
}

.peach-footer-brand {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.peach-footer-brand img {
  width: auto;
  max-width: 10rem;
  max-height: 4rem;
  object-fit: contain;
}

.peach-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1.25rem;
  text-align: right;
}

.peach-footer-link,
.peach-footer-location-name,
.peach-footer-location-detail {
  color: var(--muted-text-color);
  text-decoration: none;
  transition: color 180ms ease;
}

.peach-footer-link {
  cursor: pointer;
}

.peach-footer-link:hover,
.peach-footer-location-name:hover,
.peach-footer-location-detail:hover {
  color: var(--button-color);
}

.peach-footer-line--locations {
  justify-content: space-around;
  border-top: 1px solid var(--line-color);
  padding-top: 1rem;
  align-items: stretch;
  gap: 1.25rem;
}

.peach-footer-location {
  text-align: center;
  display: grid;
  gap: 0.35rem;
  min-width: min(18rem, 100%);
  justify-items: center;
}

.peach-footer-location-name {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
  font-weight: 700;
}

.peach-footer-location-detail {
  font-size: 0.92rem;
  line-height: 1.45;
  letter-spacing: 0.01em;
  text-transform: none;
}

.peach-footer-location--static {
  cursor: default;
}

@media (max-width: 900px) {
  .peach-footer-line--top,
  .peach-footer-line--locations {
    flex-direction: column;
    align-items: center;
  }

  .peach-footer-nav {
    justify-content: center;
    text-align: center;
  }

  .peach-footer-line--locations {
    gap: 0.75rem;
  }
}

@media (max-width: 1100px) {
  .clemo-footer-content {
    grid-template-columns: 1fr;
  }
}
