.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 {
  margin-top: 0;
  border-top: 0;
  padding: clamp(2.5rem, 5.5vw, 4.25rem) clamp(1.25rem, 4.5vw, 4rem);
  background: var(--background-color);
  color: var(--nav-text-color);
}

.peach-footer-shell {
  width: 100%;
  max-width: var(--site-max-width, 1400px);
  margin: 0 auto;
}

.peach-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(8rem, auto) minmax(8rem, auto);
  gap: clamp(1.5rem, 4vw, 5rem);
  align-items: start;
}

.peach-footer-grid--two-column {
  grid-template-columns: minmax(0, 1fr) minmax(8rem, auto);
}

.peach-footer-column {
  display: grid;
  gap: 0.9rem;
  align-content: start;
}

.peach-footer-column--brand {
  max-width: 28rem;
  gap: 1.25rem;
}

.peach-footer-brand {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: var(--nav-active-text);
  text-decoration: none;
  text-transform: uppercase;
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.1;
}

.peach-footer-brand img {
  width: auto;
  max-width: min(15rem, 70vw);
  max-height: 4.75rem;
  object-fit: contain;
}

.peach-footer-brand-text {
  color: var(--nav-active-text);
}

.peach-footer-contact {
  display: grid;
  gap: 0.35rem;
}

.peach-footer-contact--two-column {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.peach-footer-contact-block {
  display: grid;
  gap: 0.25rem;
}

.peach-footer-contact--two-column .peach-footer-contact-block {
  padding-right: 1.25rem;
}

.peach-footer-contact--two-column .peach-footer-contact-block + .peach-footer-contact-block {
  padding-left: 1.25rem;
  padding-right: 0;
  border-left: 1px solid var(--line-color);
}

.peach-footer-contact-label {
  color: var(--dark-background-color);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.peach-footer-contact-line {
  display: inline-block;
  width: fit-content;
  color: var(--muted-text-color);
  font-size: clamp(1rem, 1.15vw, 1.07rem);
  line-height: 1.45;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
}

.peach-footer-contact-line--address {
  text-decoration: none;
  white-space: normal;
}

.peach-footer-credit {
  margin: 0;
  color: var(--muted-text-color);
  font-size: clamp(1rem, 1.1vw, 1.05rem);
}

.peach-footer-credit a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.peach-footer-heading {
  margin: 0;
  color: var(--dark-background-color);
  font-size: clamp(1.6rem, 2.2vw, 2rem);
  line-height: 1.05;
  letter-spacing: -0.01em;
}

.peach-footer-list {
  display: grid;
  gap: 0.55rem;
}

.peach-footer-links-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 1.5rem;
  align-items: start;
}

.peach-footer-list--column {
  align-content: start;
}

.peach-footer-link {
  display: inline-block;
  width: fit-content;
  color: var(--muted-text-color);
  font-size: clamp(1rem, 1.15vw, 1.08rem);
  line-height: 1.35;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
  transition: color 180ms ease;
  cursor: pointer;
}

.peach-footer-link:hover,
.peach-footer-contact-line:hover,
.peach-footer-credit a:hover {
  color: var(--button-color);
}

@media (max-width: 900px) {
  .peach-footer {
    padding-top: 2.25rem;
    padding-bottom: 2.5rem;
  }

  .peach-footer-grid {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .peach-footer-column {
    gap: 0.7rem;
  }

  .peach-footer-column--brand {
    max-width: 100%;
  }

  .peach-footer-contact--two-column,
  .peach-footer-links-grid {
    grid-template-columns: 1fr;
  }

  .peach-footer-contact--two-column .peach-footer-contact-block,
  .peach-footer-contact--two-column .peach-footer-contact-block + .peach-footer-contact-block {
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
  }

  .peach-footer-brand {
    font-size: clamp(1.35rem, 8vw, 1.8rem);
  }

  .peach-footer-heading {
    font-size: clamp(1.35rem, 6vw, 1.65rem);
  }
}

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